1CamlinternalMenhirLib.Convert(3) OCaml libraryCamlinternalMenhirLib.Convert(3)
2
3
4

NAME

6       CamlinternalMenhirLib.Convert - no description
7

Module

9       Module   CamlinternalMenhirLib.Convert
10

Documentation

12       Module Convert
13        : sig end
14
15
16
17
18
19
20
21       type  ('token, 'semantic_value) traditional = (Lexing.lexbuf -> 'token)
22       -> Lexing.lexbuf -> 'semantic_value
23
24
25
26
27       type ('token, 'semantic_value) revised = (unit ->  'token)  ->  'seman‐
28       tic_value
29
30
31
32
33
34       val  traditional2revised  :  ('token  -> 'raw_token) -> ('token -> Lex‐
35       ing.position) -> ('token -> Lexing.position)  ->  ('raw_token,  'seman‐
36       tic_value) traditional -> ('token, 'semantic_value) revised
37
38
39
40
41       val  revised2traditional  :  ('raw_token  ->  Lexing.position  ->  Lex‐
42       ing.position  ->  'token)  ->  ('token,  'semantic_value)  revised   ->
43       ('raw_token, 'semantic_value) traditional
44
45
46
47       module Simplified : sig end
48
49
50
51
52
53
54
55OCamldoc                          2020-09-01  CamlinternalMenhirLib.Convert(3)
Impressum