cvs commit: hugs98/src hugs.c

Sigbjorn Finne sof@glass.cse.ogi.edu
Wed, 11 Jul 2001 13:03:42 -0700


sof         2001/07/11 13:03:42 PDT

  Modified files:
    src                  hugs.c 
  Log:
  Support the use of qualified names in :info, e.g.,
  
    Main> :i Pretty.$$
    infixl 5 $$
    ($$) :: Doc -> Doc -> Doc
  
    Main>
  
  The modId can refer to any of the currently loaded modules,
  not just those within the scope of the current module.
  
  Revision  Changes    Path
  1.41      +63 -4     hugs98/src/hugs.c