Skip to content

Instantly share code, notes, and snippets.

@mpickering
Created April 27, 2021 16: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 mpickering/7b0e181caab30e265f092f78505a35a2 to your computer and use it in GitHub Desktop.
Save mpickering/7b0e181caab30e265f092f78505a35a2 to your computer and use it in GitHub Desktop.
module M where
import {-# SOURCE #-} N
module N where
import O
d = print ()
module N where
import O
d :: IO ()
module O where
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment