symantic-parser-0.1.0.20210201: Parser combinators statically optimized and staged via typed meta-programming
Safe HaskellNone
LanguageHaskell2010

Symantic.Parser.Haskell.View

Synopsis

Type ViewTerm

newtype ViewTerm a Source #

Constructors

ViewTerm 

Instances

Instances details
Show (ViewTerm a) Source # 
Instance details

Defined in Symantic.Parser.Haskell.View

Methods

showsPrec :: Int -> ViewTerm a -> ShowS #

show :: ViewTerm a -> String #

showList :: [ViewTerm a] -> ShowS #

IsString (ViewTerm a) Source # 
Instance details

Defined in Symantic.Parser.Haskell.View

Methods

fromString :: String -> ViewTerm a #

Type ViewTermInh

Orphan instances

Show (Term repr a) Source # 
Instance details

Methods

showsPrec :: Int -> Term repr a -> ShowS #

show :: Term repr a -> String #

showList :: [Term repr a] -> ShowS #