Skip to content

Instantly share code, notes, and snippets.

@thoughtpolice
Created March 15, 2011 02:02
Show Gist options
  • Save thoughtpolice/870196 to your computer and use it in GitHub Desktop.
Save thoughtpolice/870196 to your computer and use it in GitHub Desktop.
strange segfault with ghc7/windows
import Data.Reflection
test1 :: Int
test1 =
let x = 2
in reify x reflect
main = print test1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment