1
1
mirror of https://github.com/github/semantic.git synced 2024-12-21 22:01:46 +03:00

indentation

This commit is contained in:
joshvera 2018-03-29 11:28:39 -04:00
parent bcd202d442
commit 578e719ede

View File

@ -43,7 +43,7 @@ type MonadEvaluatable term value m =
)
data LoadError term value resume where
LoadError :: ModuleName -> LoadError term value [Module term]
LoadError :: ModuleName -> LoadError term value [Module term]
deriving instance Eq (LoadError term a b)
deriving instance Show (LoadError term a b)