summaryrefslogtreecommitdiff
path: root/src/Obs/NormalForm.idr
diff options
context:
space:
mode:
authorGreg Brown <greg.brown01@ed.ac.uk>2022-12-17 17:45:02 +0000
committerGreg Brown <greg.brown01@ed.ac.uk>2022-12-17 17:45:02 +0000
commit95de9b2913be536972f3921d41c24d9c0458c538 (patch)
treea70dda818ec01fc1162a86a17da8da6f38f5267d /src/Obs/NormalForm.idr
parent421d664a18cea3abe729dd7becd7edadec1afaf1 (diff)
Add totality annotations.
The parser is unfortunately not classified as total.
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