home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Applications / Moscow ML 1.31 / source code / mosml / src / compiler / Match.sig < prev    next >
Encoding:
Text File  |  1996-07-03  |  223 b   |  13 lines  |  [TEXT/R*ch]

  1. local
  2.   open Lambda Location Asynt Tr_env;
  3. in
  4.  
  5. datatype ThreeValuedLogic = False | Maybe | True;
  6.  
  7. val translateMatch :
  8.   TranslEnv -> (ThreeValuedLogic -> Lambda) ->
  9.   Location -> (Pat list * Lambda) list -> Lambda
  10. ;
  11.  
  12. end;
  13.