parse lists
build / build (push) Successful in 1m15s

This commit is contained in:
2026-08-21 02:25:58 -06:00
parent 5200932944
commit 6ff01a8607
10 changed files with 181 additions and 14 deletions
+2
View File
@@ -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