Skip to content
Snippets Groups Projects
Commit ae7f92a5 authored by Simon Peyton Jones's avatar Simon Peyton Jones
Browse files

[project @ 1999-09-17 09:09:55 by simonpj]

Add drvrun007, a test that crashed Hugs
parent aef54212
No related branches found
No related tags found
No related merge requests found
module Main( main ) where
-- This one crashed Hugs98
data X = X | X :\ X deriving Show
main = putStrLn (show (X :\ X))
X :\ X
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment