1
1
mirror of https://github.com/idris-lang/Idris2.git synced 2024-12-25 04:33:45 +03:00
Idris2/tests/idris2/interactive041/Issue1741.idr
2021-11-25 16:04:44 +00:00

5 lines
79 B
Idris

import Data.Fin
foo : (n : Nat) -> (i : Fin n) -> Bool
foo n@(_) i = ?foo_rhs