Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 196 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 196 Bytes

Library

... More to come ...

Running the example

  • idris2erl --build demo.ipkg
  • erl -noshell -pa ebin -eval "'Idris.Main':print_sum(5, 6)" -s erlang halt

Output:

Sum: 11
11