More porting. Parser is working now. Some improvements have been made to auto resolution
This commit is contained in:
@@ -9,3 +9,5 @@ class Interpolation a where
|
||||
unwords : List String → String
|
||||
unwords stuff = joinBy " " stuff
|
||||
|
||||
instance Cast String Int where
|
||||
cast = stringToInt
|
||||
|
||||
Reference in New Issue
Block a user