Created
February 5, 2013 13:19
-
-
Save xatier/4714393 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
anyasu:~ root# hugs | |
__ __ __ __ ____ ___ _________________________________________ | |
|| || || || || || ||__ Hugs 98: Based on the Haskell 98 standard | |
||___|| ||__|| ||__|| __|| Copyright (c) 1994-2005 | |
||---|| ___|| World Wide Web: http://haskell.org/hugs | |
|| || Bugs: http://hackage.haskell.org/trac/hugs | |
|| || Version: September 2006 _________________________________________ | |
Haskell 98 mode: Restart with command line option -98 to enable extensions | |
Type :? for help | |
Hugs> take 10 [1..] | |
[1,2,3,4,5,6,7,8,9,10] | |
Hugs> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment