home *** CD-ROM | disk | FTP | other *** search
/ BURKS 2 / BURKS_AUG97.ISO / BURKS / LANGUAGE / ML / MOSMLMAN / img21.gif < prev    next >
Graphics Interchange Format  |  1997-07-31  |  2KB  |  465x167  |  1-bit (2 colors)
Labels: black | darkness
OCR: structure EIpr = struct datatype axpr = Cst of int | Neg of axpr | Plus of expr * fun show (Cst n) = makestring n 1 show (Nag a) = "(-" ^ show a " ")" - show (Plus (a1, a2) ) = "(" " show a1 ^ "+" " show a2 and