struct variable type checking, refactoring to avoid circular dependencies
This commit is contained in:
parent
9f2fad1507
commit
1c1e25a881
15 changed files with 224 additions and 140 deletions
6
src/Ubc/Parse.hs
Normal file
6
src/Ubc/Parse.hs
Normal file
|
@ -0,0 +1,6 @@
|
|||
module Ubc.Parse
|
||||
( someFunc )
|
||||
where
|
||||
|
||||
someFunc :: IO ()
|
||||
someFunc = putStrLn "help"
|
Loading…
Add table
Add a link
Reference in a new issue