symbol-parser-0.3.0: Type level string parser combinators
Source
Contents
Index
Safe Haskell
Safe-Inferred
Language
GHC2021
Data.Type.Symbol.Parser.Parser.Then
Documentation
type family
Then
pl pr
where ...
Source
#
Equations
Then
'(plCh, plEnd, sl) '(prCh, prEnd, sr) = '(ThenChSym plCh prCh sr, ThenEndSym prEnd,
Left
sl)