26.01.2004 14:56
.
26.01.2004 14:56 ..
21.01.2004 11:29 741 graph.mli
26.01.2004 14:50 1.580 lex.ml
21.01.2004 11:29 276 lex.mli
21.01.2004 11:53 1.542 main.ml
26.01.2004 14:50 3.212 norm.ml
21.01.2004 11:29 297 norm.mli
21.01.2004 11:29 200 parse.mli
26.01.2004 14:34 11.104 provided.cma
21.01.2004 11:29 400 syntax.mli
26.01.2004 14:50 2.250 visualise.ml
21.01.2004 11:29 366 visualise.mli
11 Datei(en) 21.968 Bytes
2 Verzeichnis(se), 6.327.877.632 Bytes frei
C:\Eigene Dateien\Info1\Blatt12\final>ocamlc -c syntax.mli lex.mli graph.mli norm.mli parse.mli visualise.mli
C:\Eigene Dateien\Info1\Blatt12\final>ocamlc -c *.ml
File "norm.ml", line 19, characters 9-133:
Warning: this pattern-matching is not exhaustive.
Here is an example of a value that is not matched:
(_::_, [])
File "norm.ml", line 51, characters 20-98:
Warning: this pattern-matching is not exhaustive.
Here is an example of a value that is not matched:
[]
C:\Eigene Dateien\Info1\Blatt12\final>ocamlc -o main.exe provided.cma lex.cmo no
rm.cmo visualise.cmo main.cmo
C:\Eigene Dateien\Info1\Blatt12\final>main.exe -n "1+2*3"
C:\Eigene Dateien\Info1\Blatt12\final>