Update examples
This commit is contained in:
9
testsuite/iface/null/Main.hs
Normal file
9
testsuite/iface/null/Main.hs
Normal file
@ -0,0 +1,9 @@
|
||||
module Main ( main ) where
|
||||
|
||||
import Language.Hi.Parser
|
||||
|
||||
import A
|
||||
import B
|
||||
|
||||
main = do iface <- readIface "Main.hi"
|
||||
putStrLn (showIface iface)
|
Reference in New Issue
Block a user