Idris2/tests/idris2/perf/perf011/A.idr

7 lines
102 B
Idris
Raw Normal View History

module A
public export
-- interface AInt x where
interface BFromInteger x where
foo : Integer -> x