issues
search
anoma
/
juvix-containers
Immutable container types for Juvix
1
stars
3
forks
source link
Style & efficiency improvements
#6
Closed
lukaszcz
closed
1 year ago
lukaszcz
commented
1 year ago
Makes the coding style consistent
Updates some misleading comments in Queue/Base.juvix
In Queue/Base.juvix
toList
created a reversed list, and
fromList
pushed elements in reverse order - this has been corrected.
Adds pragmas to improve generated code efficiency.
toList
created a reversed list, andfromList
pushed elements in reverse order - this has been corrected.