zeolite-lang-0.7.0.2: Zeolite is a statically-typed, general-purpose programming language.

Safe HaskellSafe
LanguageHaskell2010

Types.Pragma

Documentation

data Pragma c Source #

Instances
Show c => Show (Pragma c) Source # 
Instance details

Defined in Types.Pragma

Methods

showsPrec :: Int -> Pragma c -> ShowS #

show :: Pragma c -> String #

showList :: [Pragma c] -> ShowS #

data TraceType Source #

Constructors

NoTrace 
TraceCreation 
Instances
Show TraceType Source # 
Instance details

Defined in Types.Pragma