Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
3ca28ff131aa1dce1c854a344a45867ee36cf153
3ca28ff131aa1dce1c854a344a45867ee36cf153
Switch branch/tag
ghc
testsuite
tests
ghc-regress
ghci.debugger
scripts
print015.script
Find file
Normal view
History
Permalink
print015.script
102 Bytes
Newer
Older
Added more tests with newtypes
Pepe Iborra
committed
Dec 08, 2006
1
2
3
4
5
6
-- Data.Set makes for a wondeful test of unboxed fields
:m +Data.Set
let s = fromList [1,2,3]
s
:p s