Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Error: Signature mismatch:
- Modules do not match:
- sig
- type raw_pst =
- Reader of Reader.pst
- | App of (string * Camlp4.PreCast.Ast.expr list)
- | Seq of (raw_pst * raw_pst)
- | Binding of (Camlp4.PreCast.Ast.patt * raw_pst)
- | Absent of raw_pst
- | Present of raw_pst
- | List0 of (raw_pst * raw_pst option)
- | List1 of (raw_pst * raw_pst option)
- | Opt of raw_pst
- | Test of Camlp4.PreCast.Ast.expr
- | Alts of raw_pst list
- | Any
- | Eoi
- type 'a pst = PST of raw_pst
- module Expr :
- sig
- val bind :
- Camlp4.PreCast.Ast.patt ->
- string ->
- Camlp4.PreCast.Ast.expr list ->
- Camlp4.PreCast.Ast.expr ->
- Camlp4.PreCast.Ast.expr -> Camlp4.PreCast.Ast.expr
- val __ : Camlp4.PreCast.Ast.patt
- val parsr :
- Camlp4.PreCast.Ast.patt ->
- raw_pst -> READER.expr -> READER.expr -> READER.expr
- val seq :
- Camlp4.PreCast.Ast.patt ->
- raw_pst ->
- raw_pst -> READER.expr -> READER.expr -> READER.expr
- val absent :
- raw_pst -> READER.expr -> READER.expr -> READER.expr
- val present :
- Camlp4.PreCast.Ast.patt ->
- raw_pst -> READER.expr -> READER.expr -> READER.expr
- val opt :
- Camlp4.PreCast.Ast.patt ->
- raw_pst -> READER.expr -> READER.expr
- val list0 :
- Camlp4.PreCast.Ast.patt ->
- raw_pst -> raw_pst option -> READER.expr -> READER.expr
- val list1 :
- Camlp4.PreCast.Ast.patt ->
- raw_pst ->
- raw_pst option -> READER.expr -> READER.expr -> READER.expr
- val affirm :
- Camlp4.PreCast.Ast.expr ->
- READER.expr -> READER.expr -> READER.expr
- val alts_expr :
- Camlp4.PreCast.Ast.patt ->
- (raw_pst * READER.expr) list -> READER.expr -> READER.expr
- val alts :
- Camlp4.PreCast.Ast.patt ->
- raw_pst list -> READER.expr -> READER.expr -> READER.expr
- val any :
- Camlp4.PreCast.Ast.patt ->
- READER.expr -> READER.expr -> READER.expr
- val eoi : READER.expr -> READER.expr -> READER.expr
- val func : Camlp4.PreCast.Ast.expr -> Camlp4.PreCast.Ast.expr
- val rule :
- (raw_pst * READER.expr) list -> Camlp4.PreCast.Ast.expr
- end
- val reader : Reader.pst -> 'a pst
- val app : string -> Camlp4.PreCast.Ast.expr list -> 'a pst
- val seq : 'a pst * 'b pst -> 'c pst
- val binding : Camlp4.PreCast.Ast.patt -> 'a pst -> 'b pst
- val absent : 'a pst -> 'b pst
- val present : 'a pst -> 'b pst
- val list_n :
- (raw_pst * raw_pst option -> raw_pst) ->
- bindable pst -> 'a pst option -> bindable pst
- val list0 : bindable pst -> 'a pst option -> bindable pst
- val list1 : bindable pst -> 'a pst option -> bindable pst
- val opt : 'a pst -> 'b pst
- val test : Camlp4.PreCast.Ast.expr -> 'a pst
- val alts : 'a pst list -> 'b pst
- val any : 'a pst
- val eoi : 'a pst
- val default_pe :
- string -> 'a pst -> 'b pst * Camlp4.PreCast.Ast.expr
- end
- is not included in
- PST
- Command exited with code 2.
- Compilation unsuccessful after building 7 targets (5 cached) in 00:00:00.
- make: *** [string] Error 10
- dan[metl]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement