STL rework
- fixed lots of bugs - overlay libraries work correctly and reliably - the STL is an overlay library - examples updated
This commit is contained in:
@@ -1,8 +1,4 @@
|
||||
import list
|
||||
import map
|
||||
import option
|
||||
import fn::*
|
||||
import std::(print, to_string)
|
||||
import std::(proc::*, io::print, to_string)
|
||||
|
||||
export main := do{
|
||||
let foo = map::new[
|
||||
|
||||
Reference in New Issue
Block a user