An open API service indexing awesome lists of open source software.

https://github.com/vyorkin/okasaki-smlnj

My notes and solutions for "Purely Functional Data Structures" book by Chris Okasaki (in SML/NJ).
https://github.com/vyorkin/okasaki-smlnj

okasaki smlnj

Last synced: 8 months ago
JSON representation

My notes and solutions for "Purely Functional Data Structures" book by Chris Okasaki (in SML/NJ).

Awesome Lists containing this project

README

          

# Okasaki in SML/NJ

My notes and solutions for "Purely Functional Data Structures" book by Chris Okasaki (in SML/NJ).

## REPL

Increasing print length and depth:

```
@- Control.Print.printLength = 100;
@- Control.Print.printDepth = 100;
```

Loading source file:

```
@- use "ch02/unbalanced_set.sml"
```