Skip to content

Instantly share code, notes, and snippets.

View timjs's full-sized avatar

Tim Steenvoorden timjs

  • Open University of the Netherlands
  • Nijmegen, Netherlands
View GitHub Profile
@timjs
timjs / HelloWorld.icl
Created January 20, 2017 21:27
Compiled version of HelloWorld.idr to Clean
module HelloWorld
import StdEnv
import StdPointer
:: Value = Nothing
| Boxed_Bool !Bool
| Boxed_Char !Char
| Boxed_Int !Int
| Boxed_Real !Real