mirror of
https://github.com/github/semantic.git
synced 2024-11-24 17:04:47 +03:00
Define a Term datatype.
This commit is contained in:
parent
3c664ece81
commit
a9508fa516
@ -1,2 +1,7 @@
|
||||
module Data.Term
|
||||
() where
|
||||
( Term(..)
|
||||
) where
|
||||
|
||||
data Term sig a
|
||||
= Var a
|
||||
| Term (sig (Term sig) a)
|
||||
|
Loading…
Reference in New Issue
Block a user