| Copyright | (c) Murdoch J. Gabbay 2020 |
|---|---|
| License | GPL-3 |
| Maintainer | murdoch.gabbay@gmail.com |
| Stability | experimental |
| Portability | POSIX |
| Safe Haskell | None |
| Language | Haskell2010 |
Language.Nominal.Properties.AllTests
Description
Nominal-flavoured implementation of data in a context of local names, designed following the ideas in a new approach to abstract syntax with variable binding (see also author's pdfs).
Run tests by
- typing
stack ghci AllTestsfrom the command line in the directory containingAllTests.hs, then typingquickcheck prop_namefrom the Haskell prompt, or - by typing
stack testfrom the command line (e.g. in the root directory of this package).