Struct parsing continued
This commit is contained in:
parent
d1d9846a99
commit
0adef12173
3 changed files with 15 additions and 3 deletions
|
@ -1,9 +1,6 @@
|
|||
module Main (main) where
|
||||
|
||||
import Data.Text.Ubc.Parse
|
||||
|
||||
main :: IO ()
|
||||
main = do
|
||||
text <- getContents
|
||||
someFunc
|
||||
return ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue