| Copyright | (C) 2017-18 Jakub Daniel |
|---|---|
| License | BSD-style (see the file LICENSE) |
| Maintainer | Jakub Daniel <jakub.daniel@protonmail.com> |
| Stability | experimental |
| Safe Haskell | None |
| Language | Haskell2010 |
Data.Expression.Equality
Description
Documentation
data EqualityF a s where Source #
A functor representing an equality predicate between two expressions of matching sort
Constructors
| Equals :: Sing s -> a s -> a s -> EqualityF a BooleanSort |
Instances