package hg_lib

  1. Overview
  2. Docs

Module Public.FieldsSource

Sourceval names : string list
Sourceval revision_id : ([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm
Sourceval revision_num : ([< `Read | `Set_and_create ], t, int) Fieldslib.Field.t_with_perm
Sourceval tag : ([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm
Sourceval make_creator : tag: (([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> 'a -> ('b -> string) * 'c) -> revision_num: (([< `Read | `Set_and_create ], t, int) Fieldslib.Field.t_with_perm -> 'c -> ('b -> int) * 'd) -> revision_id: (([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> 'd -> ('b -> string) * 'e) -> 'a -> ('b -> t) * 'e
Sourceval create : tag:string -> revision_num:int -> revision_id:string -> t
Sourceval map : tag: (([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> string) -> revision_num: (([< `Read | `Set_and_create ], t, int) Fieldslib.Field.t_with_perm -> int) -> revision_id: (([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> string) -> t
Sourceval iter : tag: (([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> unit) -> revision_num: (([< `Read | `Set_and_create ], t, int) Fieldslib.Field.t_with_perm -> unit) -> revision_id: (([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> unit) -> unit
Sourceval fold : init:'a -> tag: ('a -> ([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> 'b) -> revision_num: ('b -> ([< `Read | `Set_and_create ], t, int) Fieldslib.Field.t_with_perm -> 'c) -> revision_id: ('c -> ([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> 'd) -> 'd
Sourceval map_poly : ([< `Read | `Set_and_create ], t, 'a) Fieldslib.Field.user -> 'a list
Sourceval for_all : tag: (([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> bool) -> revision_num: (([< `Read | `Set_and_create ], t, int) Fieldslib.Field.t_with_perm -> bool) -> revision_id: (([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> bool) -> bool
Sourceval exists : tag: (([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> bool) -> revision_num: (([< `Read | `Set_and_create ], t, int) Fieldslib.Field.t_with_perm -> bool) -> revision_id: (([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> bool) -> bool
Sourceval to_list : tag: (([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> 'a) -> revision_num: (([< `Read | `Set_and_create ], t, int) Fieldslib.Field.t_with_perm -> 'a) -> revision_id: (([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> 'a) -> 'a list
Sourcemodule Direct : sig ... end