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/Sort.idr | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Obs/Sort.idr') diff --git a/src/Obs/Sort.idr b/src/Obs/Sort.idr index 281a053..d2c8c33 100644 --- a/src/Obs/Sort.idr +++ b/src/Obs/Sort.idr @@ -2,6 +2,8 @@ module Obs.Sort import Text.PrettyPrint.Prettyprinter +%default total + -- Definition ------------------------------------------------------------------ public export -- cgit v1.2.3