Safe Haskell | None |
---|---|
Language | Haskell2010 |
Symantic for If
.
Type If
Instances
ClassInstancesFor If Source # | |
Defined in Language.Symantic.Lib.If | |
TypeInstancesFor If Source # | |
NameTyOf If Source # | |
Defined in Language.Symantic.Lib.If | |
ModuleFor src ss If Source # | |
Defined in Language.Symantic.Lib.If | |
Gram_Term_AtomsFor src ss g If Source # | |
Defined in Language.Symantic.Lib.If g_term_atomsFor :: [CF g (AST_Term src ss)] # | |
type Sym If Source # | |
Defined in Language.Symantic.Lib.If |
Class Sym_If
class Sym_If term where Source #
if_ :: term Bool -> term a -> term a -> term a Source #
if_ :: Sym_If (UnT term) => Trans term => term Bool -> term a -> term a -> term a Source #