Skip to content

Instantly share code, notes, and snippets.

@ndmitchell
Created March 17, 2019 13:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ndmitchell/d25305ff2e967b885f248a8571772eca to your computer and use it in GitHub Desktop.
Save ndmitchell/d25305ff2e967b885f248a8571772eca to your computer and use it in GitHub Desktop.
import B
main = print foo
module B where
import C
foo = 2
module C where
foo = 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment