package pds-reachability
A PDS reachability query library
Install
Dune Dependency
Authors
Maintainers
Sources
c13876200efddbfd4248c4b8137d9109f46cf8ae.zip
md5=e39c457a945cc4c42953502a1e56f14b
sha512=325e3e7f6eae417d4452e65360eeb756fc68f93bb4b842f2b2b5c9d02416e4e7c00f96b6f0ac051b287b7bf42a99cdab32188f64eaa7d9d424ade6567816d323
doc/src/pds-reachability/pds_reachability_utils.ml.html
Source file pds_reachability_utils.ml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
(** This module contains some convenient definitions used throughout the rest of this library. *) open Jhupllib;; (** A type for modules which carry a value type along with a few common operations on that type. *) module type Decorated_type = sig type t val equal : t -> t -> bool val compare : t -> t -> int val pp : t Pp_utils.pretty_printer val show : t -> string val to_yojson : t -> Yojson.Safe.t end;; module Unit : Decorated_type with type t = unit = struct type t = unit [@@deriving to_yojson];; let equal _ _ = true;; let compare _ _ = 0;; let pp formatter () = Format.pp_print_string formatter "()";; let show () = "()";; end;;
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>