add namespaces to names
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
module Auto
|
||||
|
||||
ptype String
|
||||
ptype Int
|
||||
|
||||
pfunc i2s : Int -> String := `(i) => ''+i`
|
||||
pfunc _++_ : String -> String -> String := `(a,b) => a + b`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user