summaryrefslogtreecommitdiff
path: root/src/Obs/NormalForm.idr
diff options
context:
space:
mode:
Diffstat (limited to 'src/Obs/NormalForm.idr')
-rw-r--r--src/Obs/NormalForm.idr2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Obs/NormalForm.idr b/src/Obs/NormalForm.idr
index c11c158..97a0d48 100644
--- a/src/Obs/NormalForm.idr
+++ b/src/Obs/NormalForm.idr
@@ -7,6 +7,8 @@ import Obs.Substitution
import Text.PrettyPrint.Prettyprinter
+%default total
+
-- Definition ------------------------------------------------------------------
data Constructor : Nat -> Type