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

Safe HaskellSafe
LanguageHaskell2010

Types.Pragma

Documentation

data Pragma c Source #

Constructors

PragmaVisibility 

Fields

PragmaComment 

Fields

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 #