nom-0.1.0.1: Name-binding & alpha-equivalence

Copyright(c) Murdoch J. Gabbay 2020
LicenseGPL-3
Maintainermurdoch.gabbay@gmail.com
Stabilityexperimental
PortabilityPOSIX
Safe HaskellNone
LanguageHaskell2010

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 AllTests from the command line in the directory containing AllTests.hs, then typing quickcheck prop_name from the Haskell prompt, or
  • by typing stack test from the command line (e.g. in the root directory of this package).