porting WIP
This commit is contained in:
11
done/Data/String.newt
Normal file
11
done/Data/String.newt
Normal file
@@ -0,0 +1,11 @@
|
||||
module Data.String
|
||||
|
||||
|
||||
import Prelude
|
||||
|
||||
class Interpolation a where
|
||||
interpolate : a → String
|
||||
|
||||
unwords : List String → String
|
||||
unwords stuff = joinBy " " stuff
|
||||
|
||||
Reference in New Issue
Block a user