generated from koka-community/template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1973e85
commit 1520e61
Showing
1 changed file
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,6 @@ | ||
Includes Testing, Datastructures, Ansi Printer, and Pretty Printing, along with some basic core extras missing from the standard library | ||
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 `map`s and `set`s. |