mirror of
https://github.com/github/semantic.git
synced 2025-01-05 14:11:33 +03:00
Allow Term to be partially applied.
This commit is contained in:
parent
ddaa2d2d18
commit
489631ee50
@ -11,7 +11,7 @@ import Data.These
|
||||
import Syntax
|
||||
|
||||
-- | A Term with an abstract syntax tree and an annotation.
|
||||
type Term f annotation = Cofree f annotation
|
||||
type Term f = Cofree f
|
||||
type TermF = CofreeF
|
||||
|
||||
-- | A Term with a Syntax leaf and a record of fields.
|
||||
|
Loading…
Reference in New Issue
Block a user