Idris2/tests/idris2/total013/expected
Balazs Komuves c3ec522077
[ fix #1404 ] Totality annotation for data type definitions (#2179)
Co-authored-by: G. Allais <guillaume.allais@ens-lyon.org>
Co-authored-by: stefan-hoeck <hock@zhaw.ch>
2021-12-08 16:08:26 +00:00

8 lines
171 B
Plaintext

1/1: Building Issue1404 (Issue1404.idr)
Error: Foo is not total, not strictly positive
Issue1404:3:1--4:30
3 | data Foo : Type where
4 | MkFoo : (Foo -> Foo) -> Foo