package octez-l2-libs
Octez layer2 libraries
Install
Dune Dependency
Authors
Maintainers
Sources
octez-19.0.tar.gz
sha256=c6df840ebbf115e454db949028c595bec558a59a66cade73b52a6d099d6fa4d4
sha512=d8aee903b9fe130d73176bc8ec38b78c9ff65317da3cb4f3415f09af0c625b4384e7498201fdb61aa39086a7d5d409d0ab3423f9bc3ab989a680cf444a79bc13
doc/src/octez-l2-libs.webassembly-interpreter-extra/script.ml.html
Source file script.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 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90
type var = string Source.phrase type Values.ref_ += ExternRef = Values.ExternRef type num = Values.num Source.phrase type ref_ = Values.ref_ Source.phrase type literal = Values.value Source.phrase type definition = definition' Source.phrase and definition' = | Textual of Ast.module_ | Encoded of string * string | Quoted of string * string type action = action' Source.phrase and action' = | Invoke of var option * Ast.name * literal list | Get of var option * Ast.name type nanop = nanop' Source.phrase and nanop' = (Lib.void, Lib.void, nan, nan) Values.op and nan = CanonicalNan | ArithmeticNan type num_pat = NumPat of num | NanPat of nanop type vec_pat = VecPat of (V128.shape * num_pat list) Values.vecop type ref_pat = RefPat of ref_ | RefTypePat of Types.ref_type type result = result' Source.phrase and result' = | NumResult of num_pat | VecResult of vec_pat | RefResult of ref_pat type assertion = assertion' Source.phrase and assertion' = | AssertMalformed of definition * string | AssertInvalid of definition * string | AssertUnlinkable of definition * string | AssertUninstantiable of definition * string | AssertReturn of action * result list | AssertTrap of action * string | AssertExhaustion of action * string type command = command' Source.phrase and command' = | Module of var option * definition | Register of Ast.name * var option | Action of action | Assertion of assertion | Meta of meta and meta = meta' Source.phrase and meta' = | Input of var option * string | Output of var option * string option | Script of var option * script and script = command list exception Syntax of Source.region * string let () = let type_of_ref' = !Values.type_of_ref' in Values.type_of_ref' := function ExternRef _ -> Types.ExternRefType | r -> type_of_ref' r let () = let string_of_ref' = !Values.string_of_ref' in Values.string_of_ref' := function ExternRef n -> "ref " ^ Int32.to_string n | r -> string_of_ref' r let () = let eq_ref' = !Values.eq_ref' in Values.eq_ref' := fun r1 r2 -> match (r1, r2) with | ExternRef n1, ExternRef n2 -> n1 = n2 | _, _ -> eq_ref' r1 r2
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>