forked from zufuliu/notepad4
-
Notifications
You must be signed in to change notification settings - Fork 0
/
OCaml.ml
36 lines (34 loc) · 771 Bytes
/
OCaml.ml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
(* 5.0 https://ocaml.org/ *)
(* https://ocaml.org/releases/latest/manual.html *)
(*!keywords ===========================================================
(* https://v2.ocaml.org/releases/5.0/htmlman/lex.html#sss:keywords *)*)
and as assert asr
begin
class constraint
do done downto
else end exception external
false for fun function functor
if in include inherit initializer
land lazy let lor lsl lsr lxor
match method mod module mutable
new nonrec
object of open or
private
rec
sig struct
then to true try type
val virtual
when while with
(*!types ===========================================================
(* https://v2.ocaml.org/releases/5.0/htmlman/core.html *)*)
int int32 int64 nativeint
char
bytes string
float
bool
unit
exn
array list
option
format6
lazy_t