1
1
mirror of https://github.com/idris-lang/Idris2.git synced 2025-01-01 08:07:44 +03:00
Idris2/tests/idris2/interactive041/Issue1741.idr

5 lines
79 B
Idris
Raw Normal View History

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