core-and-more
Includes core, and some more useful extensions
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
package core-and-more
-
core-and-more
-
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library core-and-more
module IntIntDict : sig ... end
val pp :
Ppx_deriving_runtime.Format.formatter ->
t ->
Ppx_deriving_runtime.unit
val show : t -> Ppx_deriving_runtime.string
val compare : t -> t -> Ppx_deriving_runtime.int
val equal : t -> t -> Ppx_deriving_runtime.bool
val hash_fold_t : Base.Hash.state -> t -> Base.Hash.state
val hash : t -> Base.Hash.hash_value
val create_dict_of_pairs : int -> (int * int) list -> IntIntDict.t
val create_from_pairs : (int * int) list -> t
val create : int list -> t
val identity : int -> t
val apply_exn : t -> int -> int
val apply_inverse_exn : t -> int -> int
val apply_to_list_exn : t -> 'a list -> 'a0 list
val apply_inverse_to_list_exn : t -> 'a list -> 'a0 list
val size : t -> int
type swap_concat_compose_tree =
| SCCTSwap of swap_concat_compose_tree * swap_concat_compose_tree |
| SCCTConcat of swap_concat_compose_tree * swap_concat_compose_tree |
| SCCTCompose of swap_concat_compose_tree * swap_concat_compose_tree |
| SCCTLeaf |
val compare_swap_concat_compose_tree :
swap_concat_compose_tree ->
swap_concat_compose_tree ->
Ppx_deriving_runtime.int
val show_swap_concat_compose_tree :
swap_concat_compose_tree ->
Ppx_deriving_runtime.string
val hash_fold_swap_concat_compose_tree :
Base.Hash.state ->
swap_concat_compose_tree ->
Base.Hash.state
val hash_swap_concat_compose_tree :
swap_concat_compose_tree ->
Base.Hash.hash_value
val size_scct : swap_concat_compose_tree -> int
val has_compose : swap_concat_compose_tree -> bool
val pp_swap_concat_compose_tree : swap_concat_compose_tree -> string
val as_int_list : t -> int list
val to_swap_concat_compose_tree : t -> swap_concat_compose_tree
ON THIS PAGE
No table of contents