Idris2/tests/idris2/basic045/Main.idr

7 lines
76 B
Idris

foo : Semigroup a => a -> ()
foo x = ()
main : IO ()
main = pure (foo ())