From 95de9b2913be536972f3921d41c24d9c0458c538 Mon Sep 17 00:00:00 2001 From: Greg Brown Date: Sat, 17 Dec 2022 17:45:02 +0000 Subject: Add totality annotations. The parser is unfortunately not classified as total. --- src/Obs/NormalForm.idr | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Obs/NormalForm.idr') 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 -- cgit v1.2.3