Skip to content

Instantly share code, notes, and snippets.

@yutopp
Created December 13, 2013 13:42
Show Gist options
  • Save yutopp/7944366 to your computer and use it in GitHub Desktop.
Save yutopp/7944366 to your computer and use it in GitHub Desktop.
/////////////
/// Mod.hs
module Mod (moudameda) where
moudameda = f
f = putStrLn "in Mod"
/////////////
/// test.hs
import Mod
main =
moudameda
--f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment