0.1.0.943
- ability to add library path (
-L
) - tidy explain option (
-n
) - add YAML tags to scalar values using metadata e.g. (
{ tag: "!Ref" }
) - highly experimental native set and dict types... avoid
- several new / fixed prelude functions (
scanr
,scanl
,modulo
,floor
,ceiling
,iterate
...)