Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TimWhiting authored Oct 5, 2024
1 parent 1973e85 commit 1520e61
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
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.

0 comments on commit 1520e61

Please sign in to comment.