mirror of
https://github.com/github/semantic.git
synced 2024-12-30 02:14:20 +03:00
Move the result type to the next line.
This commit is contained in:
parent
17494e7b78
commit
1e5e766da9
@ -58,7 +58,8 @@ instance ( Ord location
|
||||
, Semigroup (Cell location value)
|
||||
)
|
||||
=> Interpreter
|
||||
(EvaluatingEffects location term value) result
|
||||
(EvaluatingEffects location term value)
|
||||
result
|
||||
( Either String
|
||||
( Either (SomeExc (LoadError term value))
|
||||
( Either (LoopThrow value)
|
||||
|
Loading…
Reference in New Issue
Block a user