edwinb / Idris2-boot

A dependently typed programming language, a successor to Idris
https://idris-lang.org/
Other
902 stars 58 forks source link

added json #322

Closed rbarreiro closed 4 years ago

rbarreiro commented 4 years ago

I have copied Language.JSON from idris-dev contrib, all changes were minor and just to make idris2 happy. The largest change I made was to include intToHexString in Json.Data since Bits and b16ToHexString are not yet on idris2.

edwinb commented 4 years ago

Great, thanks for the port! Hopefully the Bits primitives will be here soonish.