File: Ambiguous.out

package info (click to toggle)
frown 0.6.1-14
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 9,956 kB
  • ctags: 271
  • sloc: haskell: 35,132; makefile: 228; csh: 35; yacc: 23
file content (12 lines) | stat: -rw-r--r-- 881 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
__   __ __  __  ____   ___      _________________________________________
||   || ||  || ||  || ||__      Hugs 98: Based on the Haskell 98 standard
||___|| ||__|| ||__||  __||     Copyright (c) 1994-2005
||---||         ___||           World Wide Web: http://haskell.org/hugs
||   ||                         Report bugs to: hugs-bugs@haskell.org
||   || Version: March 2005     _________________________________________

Hugs mode: Restart with command line option +98 for Haskell 98 mode

Type :? for help
Ambiguous> [Add (Id "a") Plus (Add (Id "b") Plus (Add (Id "c") Plus (Id "d"))),Add (Id "a") Plus (Add (Add (Id "b") Plus (Id "c")) Plus (Id "d")),Add (Add (Id "a") Plus (Add (Id "b") Plus (Id "c"))) Plus (Id "d"),Add (Add (Id "a") Plus (Id "b")) Plus (Add (Id "c") Plus (Id "d")),Add (Add (Add (Id "a") Plus (Id "b")) Plus (Id "c")) Plus (Id "d")]
Ambiguous> [Leaving Hugs]