mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-19 09:12:34 +03:00
20 lines
432 B
Plaintext
20 lines
432 B
Plaintext
1/1: Building Issue1404 (Issue1404.idr)
|
|
Error: Bar is not total, not strictly positive
|
|
|
|
Issue1404:2:1--6:29
|
|
2 | total
|
|
3 | record Bar where
|
|
4 | constructor MkBar
|
|
5 | good : (Int -> Int) -> Bar
|
|
6 | bad : (Bar -> Int) -> Bar
|
|
|
|
Error: MkBar is not total, not strictly positive
|
|
|
|
Issue1404:2:1--6:29
|
|
2 | total
|
|
3 | record Bar where
|
|
4 | constructor MkBar
|
|
5 | good : (Int -> Int) -> Bar
|
|
6 | bad : (Bar -> Int) -> Bar
|
|
|