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 name : ([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm
Sourceval active : ([< `Read | `Set_and_create ], t, bool) Fieldslib.Field.t_with_perm
Sourceval make_creator : active: (([< `Read | `Set_and_create ], t, bool) Fieldslib.Field.t_with_perm -> 'a -> ('b -> bool) * 'c) -> name: (([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> 'c -> ('b -> string) * 'd) -> revision_id: (([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> 'd -> ('b -> string) * 'e) -> 'a -> ('b -> t) * 'e
Sourceval create : active:bool -> name:string -> revision_id:string -> t
Sourceval map : active: (([< `Read | `Set_and_create ], t, bool) Fieldslib.Field.t_with_perm -> bool) -> name: (([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> string) -> revision_id: (([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> string) -> t
Sourceval iter : active: (([< `Read | `Set_and_create ], t, bool) Fieldslib.Field.t_with_perm -> unit) -> name: (([< `Read | `Set_and_create ], t, string) 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 -> active: ('a -> ([< `Read | `Set_and_create ], t, bool) Fieldslib.Field.t_with_perm -> 'b) -> name: ('b -> ([< `Read | `Set_and_create ], t, string) 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 : active: (([< `Read | `Set_and_create ], t, bool) Fieldslib.Field.t_with_perm -> bool) -> name: (([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> bool) -> revision_id: (([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> bool) -> bool
Sourceval exists : active: (([< `Read | `Set_and_create ], t, bool) Fieldslib.Field.t_with_perm -> bool) -> name: (([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> bool) -> revision_id: (([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> bool) -> bool
Sourceval to_list : active: (([< `Read | `Set_and_create ], t, bool) Fieldslib.Field.t_with_perm -> 'a) -> name: (([< `Read | `Set_and_create ], t, string) 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