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 |
Documentation
data EqualityF a s where Source #
A functor representing an equality predicate between two expressions of matching sort
Equals :: Sing s -> a s -> a s -> EqualityF a BooleanSort |