package core
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Industrial strength alternative to OCaml's standard library
Install
dune-project
Dependency
Authors
Maintainers
Sources
v0.17.1.tar.gz
md5=743a141234e04210e295980f7a78a6d9
sha512=61b415f4fb12c78d30649fff1aabe3a475eea926ce6edb7774031f4dc7f37ea51f5d9337ead6ec73cd93da5fd1ed0f2738c210c71ebc8fe9d7f6135a06bd176f
doc/src/core/nothing.ml.html
Source file nothing.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 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50open! Import module Stable = struct module V1 = struct type t = Base.Nothing.t = | [@@deriving sexp_grammar] module Shape = struct type t [@@deriving bin_shape] end let unreachable_code = Base.Nothing.unreachable_code let bin_shape_t = Shape.bin_shape_t let tp_loc = [%here].pos_fname ^ ".Stable.V1.t" let all = [] let hash_fold_t _ t = unreachable_code t let hash = unreachable_code let compare a _ = unreachable_code a let equal a _ = unreachable_code a let bin_size_t = unreachable_code let bin_write_t _buf ~pos:_ t = unreachable_code t let bin_writer_t = { Bin_prot.Type_class.size = bin_size_t; write = bin_write_t } let __bin_read_t__ _buf ~pos_ref _ = Bin_prot.Common.raise_variant_wrong_type tp_loc !pos_ref ;; let bin_read_t _buf ~pos_ref = Bin_prot.Common.raise_read_error (Empty_type tp_loc) !pos_ref ;; let bin_reader_t = { Bin_prot.Type_class.read = bin_read_t; vtag_read = __bin_read_t__ } ;; let bin_t = { Bin_prot.Type_class.writer = bin_writer_t ; reader = bin_reader_t ; shape = bin_shape_t } ;; let sexp_of_t = unreachable_code let t_of_sexp sexp = Sexplib.Conv_error.empty_type tp_loc sexp let stable_witness : t Stable_witness.t = Stable_witness.assert_stable end end include Stable.V1 include Base.Nothing include Identifiable.Extend (Base.Nothing) (Stable.V1)
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>