package core-and-more

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module CoreAndMore.PermutationSource

Sourcemodule IntIntDict : sig ... end
Sourcetype t = {
  1. forward : IntIntDict.t;
  2. reverse : IntIntDict.t;
}
Sourceval compare : t -> t -> Ppx_deriving_runtime.int
Sourceval hash_fold_t : Ppx_hash_lib.Std.Hash.state -> t -> Ppx_hash_lib.Std.Hash.state
Sourceval hash : t -> Ppx_hash_lib.Std.Hash.hash_value
Sourceval create_dict_of_pairs : int -> (int * int) list -> IntIntDict.t
Sourceval create_from_pairs : (int * int) list -> t
Sourceval create : int list -> t
Sourceval inverse : t -> t
Sourceval identity : int -> t
Sourceval apply_exn : t -> int -> int
Sourceval apply_inverse_exn : t -> int -> int
Sourceval apply_to_list_exn : t -> 'a list -> 'a list
Sourceval apply_inverse_to_list_exn : t -> 'a list -> 'a list
Sourceval size : t -> int
Sourceval show_swap_concat_compose_tree : swap_concat_compose_tree -> Ppx_deriving_runtime.string
Sourceval hash_fold_swap_concat_compose_tree : Ppx_hash_lib.Std.Hash.state -> swap_concat_compose_tree -> Ppx_hash_lib.Std.Hash.state
Sourceval hash_swap_concat_compose_tree : swap_concat_compose_tree -> Ppx_hash_lib.Std.Hash.hash_value
Sourceval size_scct : swap_concat_compose_tree -> Core_kernel__Int.t
Sourceval has_compose : swap_concat_compose_tree -> bool
Sourceval pp_swap_concat_compose_tree : swap_concat_compose_tree -> string
Sourceval as_int_list : t -> int list
Sourceval to_swap_concat_compose_tree : t -> swap_concat_compose_tree
OCaml

Innovation. Community. Security.