Skip to content

Instantly share code, notes, and snippets.

@xatier
Created February 5, 2013 13:19
Show Gist options
  • Save xatier/4714393 to your computer and use it in GitHub Desktop.
Save xatier/4714393 to your computer and use it in GitHub Desktop.
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