move idris version to orig and newt version to src.
Development is being done on the newt version now.
This commit is contained in:
9
src/Data/String.newt
Normal file
9
src/Data/String.newt
Normal file
@@ -0,0 +1,9 @@
|
||||
module Data.String
|
||||
|
||||
import Prelude
|
||||
|
||||
unwords : List String → String
|
||||
unwords stuff = joinBy " " stuff
|
||||
|
||||
instance Cast String Int where
|
||||
cast = stringToInt
|
||||
Reference in New Issue
Block a user