diff options
author | Camil Staps | 2023-06-18 21:33:53 +0200 |
---|---|---|
committer | Camil Staps | 2023-06-18 21:33:53 +0200 |
commit | e06fcb91abf5ec8403ccf03ba09a6e5ec7d11b8b (patch) | |
tree | 3361d05765f10c8601f5f9137631f251b2563188 /snug-clean/src/Snug/Syntax.dcl | |
parent | Remove outdated makefile (diff) |
Add automated tests
Diffstat (limited to 'snug-clean/src/Snug/Syntax.dcl')
-rw-r--r-- | snug-clean/src/Snug/Syntax.dcl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/snug-clean/src/Snug/Syntax.dcl b/snug-clean/src/Snug/Syntax.dcl index d030df6..865d5f7 100644 --- a/snug-clean/src/Snug/Syntax.dcl +++ b/snug-clean/src/Snug/Syntax.dcl @@ -37,3 +37,4 @@ definition module Snug.Syntax = DataDef !TypeIdent ![TypeVarIdent] ![ConstructorDef] | TypeDef !TypeIdent !Type | FunDef !SymbolIdent ![(SymbolIdent, Type)] !Type !Expression + | TestDef !String !Type !Expression !String |