[cvs-nhc98] bug fixes:

Thorsten Brehm thorsten@sparud.net
Wed, 11 Jul 2001 17:27:07 +0200 (CEST)


thorsten: Wed Jul 11 17:27:07 CEST 2001

Update of /usr/src/master/nhc/src/tracer/hat
In directory hinken:/tmp/cvs-serv17528

Modified Files:
	Expressions.c HatTrace.gc Hatobserve.hs detect.c hat-detect.c 
	hatinterface.c observe.c 
Log Message:
bug fixes:
- avoid showing questions in hat-detect: fun arguments = _
- avoid asking for the topmost CAF, when starting a detect session
   at some point within the computation (called from hat-observe).
- show tuples of greater arity than 2 correctly
- correct algorithm to determine origin of a function's application
  when observing a function WITHIN a second function in hat-observe