package smtml
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
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>
-
Rredianthus <redopam@pm.me>
-
AArthur Carcano <arthur.carcano@ocamlpro.com>
-
PPierre Chambart <pierre.chambart@ocamlpro.com>
-
JJosé Fragoso Santos <jose.fragoso@tecnico.ulisboa.pt>
Maintainers
Sources
v0.25.0.tar.gz
md5=9ef240b636d7059d48bb54e6b8f0a4c4
sha512=2c73a5baa2e4f8a496f575087597510edae58a4416959108e7a4b063fb9a35ae7461227c679868d82cd324865a563bd2a0df6da1fa3a88d416f76be32ea07809
doc/smtml/Smtml/Ty/Unop/index.html
Module Ty.UnopSource
Source
type t = | Neg(*Negation.
*)| Not(*Logical NOT.
*)| Clz(*Count leading zeros.
*)| Ctz(*Count trailing zeros.
*)| Popcnt(*Count bits set to 1.
*)| Abs(*Absolute value.
*)| Sqrt(*Square root.
*)| Is_normal| Is_subnormal| Is_negative| Is_positive| Is_infinite| Is_nan(*Check if NaN.
*)| Is_zero| Ceil(*Ceiling.
*)| Floor(*Floor.
*)| Trunc(*Truncate.
*)| Nearest(*Round to nearest integer.
*)| Head(*Get the head of a list.
*)| Tail(*Get the tail of a list.
*)| Reverse(*Reverse a list.
*)| Length(*Get the length of a list.
*)| Trim(*Trim whitespace (uninterpreted).
*)| Regexp_star(*Kleene star.
*)| Regexp_loop of int * int(*Loop with a range.
*)| Regexp_plus(*Kleene plus.
*)| Regexp_opt(*Optional.
*)| Regexp_comp(*Complement.
*)
The type t represents unary operations.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>