Idris2/tests/idris2/perf011/A.idr

7 lines
102 B
Idris

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