Remove invalid import from README example
Joel Holdbrooks authored
7 years ago
GitHub committed
7 years ago
1 changed file(s) with
0 addition(s)
and
1 deletion(s)
.
Collapse all
Expand all
+0
-1
README.md
less
more
171
171
172
172
~~~~.haskell
173
173
import Data.Char (isDigit)
174
import Data.SCargot.General
175
174
import Data.Text (Text)
176
175
import qualified Data.Text as T
177
176