mirror of
https://github.com/github/semantic.git
synced 2025-01-03 04:51:57 +03:00
TODO
This commit is contained in:
parent
3dd17d794c
commit
9aa0ae2f32
@ -19,6 +19,8 @@ data Type
|
|||||||
| TArr [Type] -- ^ N-ary function types?
|
| TArr [Type] -- ^ N-ary function types?
|
||||||
deriving (Eq, Ord, Show)
|
deriving (Eq, Ord, Show)
|
||||||
|
|
||||||
|
-- TODO: Do we need both TArr and :->?
|
||||||
|
|
||||||
|
|
||||||
-- | Unify two 'Type's.
|
-- | Unify two 'Type's.
|
||||||
unify :: MonadFail m => Type -> Type -> m Type
|
unify :: MonadFail m => Type -> Type -> m Type
|
||||||
|
Loading…
Reference in New Issue
Block a user