English Dictionary
◊ UNHAPPY
unhappy
adj 1: experiencing or marked by or causing sadness or sorrow or
discontent; "unhappy over her departure"; "unhappy
with her raise"; "after the argument they lapsed into
an unhappy silence"; "had an unhappy time at school";
"the unhappy (or sad) news"; "he looks so sad" [syn: {sad}]
[ant: {happy}]
2: generalized feeling of distress [syn: {dysphoric}, {distressed}]
[ant: {euphoric}]
3: causing discomfort; "the unhappy truth"
4: marked by or producing unhappiness; "infelicitous
circumstances"; "unhappy caravans, straggling afoot
through swamps and canebrakes"- American Guide Series
[syn: {infelicitous}]
English Computing Dictionary
◊ DID YOU MEAN 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)