This commit is contained in:
@@ -37,9 +37,9 @@ let_ name rhs e = list (el (sym "let") >>> el bindings >>> el e)
|
||||
data DotList a = MkDotList (NonEmpty a) a
|
||||
deriving (Show, Generic)
|
||||
|
||||
dotlist :: Grammar Position _ _ -> _
|
||||
dotlist :: (forall t. Grammar Position (Sexp :- t) (a :- t)) -> _
|
||||
dotlist x = list $ rest $ coproduct
|
||||
[ x >>> iso _ _
|
||||
[ x >>> _
|
||||
]
|
||||
|
||||
lambda
|
||||
|
||||
Reference in New Issue
Block a user