1
1
mirror of https://github.com/github/semantic.git synced 2024-12-22 06:11:49 +03:00

Note that we’re going to migrate to à la carte representations of types.

This commit is contained in:
Rob Rix 2017-12-20 17:27:10 -05:00
parent 7802356d85
commit 4a65cd0da0

View File

@ -20,6 +20,7 @@ data Type
deriving (Eq, Ord, Show)
-- TODO: Do we need both TArr and :->?
-- TODO: À la carte representation of types.
-- | Unify two 'Type's.