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

📝 TName.

This commit is contained in:
Rob Rix 2017-12-20 17:22:16 -05:00
parent 38f1f59125
commit 67713cade6

View File

@ -4,6 +4,7 @@ import Control.Monad.Fail
import Data.Traversable
import Prelude hiding (fail)
-- | The type of type variable names.
type TName = Int
data Type