Copyright | (c) Sirui Lu 2021-2023 |
---|---|
License | BSD-3-Clause (see the LICENSE file) |
Maintainer | siruilu@cs.washington.edu |
Stability | Experimental |
Portability | GHC only |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Documentation
pattern BoolConTerm :: Bool -> Term a Source #
pevalEqvTerm :: forall a. SupportedPrim a => Term a -> Term a -> Term Bool Source #
pevalNotEqvTerm :: SupportedPrim a => Term a -> Term a -> Term Bool Source #
pevalITETerm :: forall a. SupportedPrim a => Term Bool -> Term a -> Term a -> Term a Source #