English Dictionary
◊ HAPPY
happy
adj 1: enjoying or showing or marked by joy or pleasure or good
fortune; "a happy smile"; "spent many happy days on
the beach"; "a happy marriage" [ant: {unhappy}]
2: experiencing pleasure or joy; "happy you are here"; "pleased
with the good news" [syn: {pleased}]
3: marked by good fortune; "a felicitous life"; "a happy
outcome" [syn: {felicitous}]
4: satisfied; enjoying well-being and contentment; "felt
content with her lot"; "quite happy to let things go on as
they are" [syn: {content(p)}]
5: exaggerated feeling of well-being or elation [syn: {euphoric}]
[ant: {dysphoric}]
6: well expressed and to the point; "a happy turn of phrase";
"a few well-chosen words"; "a felicitous comment" [syn: {well-chosen}]
English Computing Dictionary
◊ HAPPY
Happy
A dyslexic acronym for "A Yacc-like Haskell Parser
generator".
An {LALR1 grammar} {parser generator} for {Haskell}. Happy is
written in Haskell, uses a parser generated by itself, and can
be compiled using {ghc}, {hbc} or {gofer}. Happy uses an
implementation of {monadic IO} built on top of stream IO, but
this should change when the {Haskell 1.3} {standard} has been
implemented.
Version: 0.9 (1996-02-28).
Happy is covered by the {General Public License}.
{Home (http://www.dcs.gla.ac.uk/fp/software/happy.html)}
{(ftp://ftp.dcs.gla.ac.uk/pub/haskell/happy/)}
E-mail: , .
(1996-03-21)