Releases: mmhelloworld/idris-jvm
Releases · mmhelloworld/idris-jvm
v1.0-SNAPSHOT-20181103
Release v1.0-SNAPSHOT-20181103
1.0-SNAPSHOT-20180909 for Idris 1.3.0
- Initial release for Idris 1.3.0
1.0-SNAPSHOT-20180908 for Idris 1.2.0
- Infer types of local variables to reduce boxing
1.0-SNAPSHOT-20180908.beta.1 for Idris 1.2.0
- Infer types of local variables to reduce boxing
1.0-SNAPSHOT-20180217 for Idris 1.2.0
- optimize idris constructor creation, property access
- compile Idris Bool to java boolean
1.0-SNAPSHOT-20180217.beta.3 for Idris 1.2.0
- optimize idris constructor creation, property access
- compile Idris Bool to java boolean
1.0-SNAPSHOT-20180217.beta.2 for Idris 1.2.0
- optimize idris constructor creation, property access
- compile Idris Bool to java boolean
1.0-SNAPSHOT-20180217.beta for Idris 1.2.0
- optimize idris constructor creation, property access
- compile Idris Bool to java boolean
1.0-SNAPSHOT-20180213.beta for Idris 1.2.0
- optimize idris constructor creation, property access
- compile Idris Bool to java boolean
1.0-SNAPSHOT-20180208 for Idris 1.2.0
Changes
- Automatic FFI with null safety, exception safety
- Optimize
Maybe
: compile tonull
and the actual value instead of wrapping - Exception handling with
try
,catch
functions - Implement
LStrSubstr
primitive function