Guest User

Untitled

a guest
May 27th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. module Main where
  2.  
  3. import Language.Haskell.Exts
  4.  
  5. main :: IO ()
  6. main = do
  7. parseFile "spec.hs" >>= print
Add Comment
Please, Sign In to add comment