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