mirror of
https://github.com/github/semantic.git
synced 2024-12-22 06:11:49 +03:00
Spacing.
This commit is contained in:
parent
2f9fb36944
commit
3dd17d794c
@ -19,6 +19,7 @@ data Type
|
||||
| TArr [Type] -- ^ N-ary function types?
|
||||
deriving (Eq, Ord, Show)
|
||||
|
||||
|
||||
-- | Unify two 'Type's.
|
||||
unify :: MonadFail m => Type -> Type -> m Type
|
||||
unify Int Int = pure Int
|
||||
|
Loading…
Reference in New Issue
Block a user