curry-frontend-0.2.5: Compile the functional logic language Curry to several intermediate formatsSource codeContentsIndex
Curry.Syntax.Utils
Documentation
class Expr e whereSource
Methods
fv :: e -> [Ident]Source
show/hide Instances
qfv :: QualExpr e => ModuleIdent -> e -> [Ident]Source
class QuantExpr e whereSource
Methods
bv :: e -> [Ident]Source
show/hide Instances
isEvalAnnot :: Decl -> BoolSource
isTypeSig :: Decl -> BoolSource
infixOp :: InfixOp -> ExpressionSource
isTypeDecl :: Decl -> BoolSource
isValueDecl :: Decl -> BoolSource
isInfixDecl :: Decl -> BoolSource
isRecordDecl
isImportDecl :: Decl -> BoolSource
Produced by Haddock version 2.4.2