quox/tests/quox-tests.ipkg
rhiannon morris 30fa93ab4e refactor core syntax slightly to derive Eq/Show
add a new `WithSubst tm env to` record that packages a `tm from`
with a `Subst env from to`, and write instances for just that. the
rest of the AST can be derived
2023-04-27 21:37:20 +02:00

17 lines
299 B
Text

package quox-tests
depends = base, contrib, elab-util, snocvect, quox-lib, tap, eff
executable = quox-tests
main = Tests
modules =
TypingImpls,
PrettyExtra,
Tests.DimEq,
Tests.Reduce,
Tests.Equal,
Tests.Typechecker,
Tests.PrettyTerm,
Tests.Lexer,
Tests.Parser,
Tests.FromPTerm