Idris2/tests/idris2/misc/namespace005/MainPre0.idr
2023-09-07 14:57:22 +01:00

11 lines
142 B
Idris

module Main
import Lib1
import LibPre1
import LibPre2
%hide LibPre2.prefix.(*!)
main : IO ()
main = printLn (*! 10 %%% 10) -- should be 90