summaryrefslogtreecommitdiff
path: root/src/Test.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Test.hs')
-rw-r--r--src/Test.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Test.hs b/src/Test.hs
index b8b44ed..719e3e2 100644
--- a/src/Test.hs
+++ b/src/Test.hs
@@ -312,7 +312,8 @@ funFromSomeVarValue sline name (SomeVarValue args (value :: SourceLine -> args -
data SomeArgumentType = forall a. ExprType a => SomeArgumentType (ArgumentType a)
data ArgumentType a
- = NoDefault
+ = RequiredArgument
+ | OptionalArgument
| ExprDefault (Expr a)
| ContextDefault