| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Language.Embedded.Expression
Description
Interface to pure expressions
Documentation
class FreeExp exp where Source
Expressions that support injection of values and named variables
Associated Types
type VarPred exp :: * -> Constraint Source
Constraint on the types of values and variables in an expression language
Value