Idris2/tests/idris2/perf/perf011/A.idr
2023-09-07 14:57:22 +01:00

7 lines
102 B
Idris

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