home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 4
/
Apprentice-Release4.iso
/
Languages
/
Caml Light 0.7
/
examples
/
minicaml
/
synthese.mli
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Windows-1252 (detected)
Wrap
Text File
|
1995-06-01
|
244 b
|
10 lines
|
[
TEXT/MPS
]
#open "syntaxe";;
#open "types";;
type environnement == (string * schéma_de_types) list;;
value type_exp: environnement -> expression -> type_simple
and type_déf: environnement -> définition -> environnement;;
exception Erreur of string;;