Skip to content

Extensions to Koka's std libraries (hopefully to be integrated into Koka someday)

License

Notifications You must be signed in to change notification settings

koka-community/std

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Includes Testing, Datastructures, Ansi Printer, and Pretty Printing, along with some basic core extras missing from the standard library.

The ansi printer and pretty printer were translated from Koka's Haskell compiler.

Some of this code is a stopgap measure until we have more efficient datastructures integrated into Koka. For example linearMap and linearSet are inefficient versions of map and set interfaces, but useful for building programs while we don't have official maps and sets.

About

Extensions to Koka's std libraries (hopefully to be integrated into Koka someday)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published