@@ -11,6 +11,7 @@ module Gyehoek.Sexp.Syntax
|
||||
, Datum
|
||||
, Cofree((:<))
|
||||
, Fix(..)
|
||||
, Compound
|
||||
) where
|
||||
|
||||
import Language.Haskell.TH.Syntax (Lift)
|
||||
@@ -74,3 +75,4 @@ deriveShow1 ''DatumF
|
||||
|
||||
|
||||
type Datum = Fix DatumF
|
||||
type Compound = CompoundF Datum
|
||||
|
||||
Reference in New Issue
Block a user