forked from Orchid/orchid
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,6 +1,4 @@
|
||||
import std::(to_string, print)
|
||||
import super::list
|
||||
import fn::*
|
||||
import std::(proc::*, io::print, to_string)
|
||||
|
||||
export main := do{
|
||||
let foo = list::new[1, 2, 3, 4, 5, 6];
|
||||
|
||||
Reference in New Issue
Block a user