package smtml
An SMT solver frontend for OCaml
Install
dune-project
Dependency
Authors
-
JJoão Pereira <joaomhmpereira@tecnico.ulisboa.pt>
-
FFilipe Marques <filipe.s.marques@tecnico.ulisboa.pt>
-
HHichem Rami Ait El Hara <hra@ocamlpro.com>
-
LLéo Andrès <contact@ndrs.fr>
-
AArthur Carcano <arthur.carcano@ocamlpro.com>
-
PPierre Chambart <pierre.chambart@ocamlpro.com>
-
JJosé Fragoso Santos <jose.fragoso@tecnico.ulisboa.pt>
Maintainers
Sources
0.11.0.tar.gz
md5=16c50ecaaf48b24f9c6645586ad2969f
sha512=bcad4a74db72c9071348a059ad91ce07161f580d07cadec8451ad94a9a1b5f10d3f6994541c484746edd6ef6230ea602cda2c27e2690aa62172702825b0071eb
doc/src/smtml/binder.ml.html
Source file binder.ml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
(* Dolmen's binders *) type t = | Forall | Exists | Let_in let equal a b = match (a, b) with | Forall, Forall | Exists, Exists | Let_in, Let_in -> true | (Forall | Exists | Let_in), _ -> false let pp fmt = function | Forall -> Fmt.string fmt "forall" | Exists -> Fmt.string fmt "exists" | Let_in -> Fmt.string fmt "let"
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>