Sha256: fc9074e965b9eaf8ee57484108556ed09bfa7b122ba1a072fe1404483213bb6b

Contents?: true

Size: 491 Bytes

Versions: 34

Compression:

Stored size: 491 Bytes

Contents

(type u32 (primitive u32))

(decl pure partial A (u32 u32) u32)
(extern constructor A A)

(decl B (u32 u32) u32)
(extern extractor B B)

(decl partial C (u32 u32 u32 u32) u32)

(decl pure predicate () u32)
(rule (predicate) 1)

(rule 2 (C a b c (B d e))
      (if-let (B f g) d)
      (if-let h (A a b))
      (A h a))

(rule (C a b c d)
      (if (predicate))
      42)

(rule 1 (C a b a b)
      (if-let x (D a b))
      x)

(decl pure D (u32 u32) u32)
(rule (D x 0) x)
(rule 1 (D 0 x) x)

Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
wasmtime-27.0.0 ./ext/cargo-vendor/cranelift-isle-0.114.0/isle_examples/link/iflets.isle
wasmtime-26.0.0 ./ext/cargo-vendor/cranelift-isle-0.113.0/isle_examples/link/iflets.isle
wasmtime-25.0.2 ./ext/cargo-vendor/cranelift-isle-0.112.2/isle_examples/link/iflets.isle
wasmtime-25.0.1 ./ext/cargo-vendor/cranelift-isle-0.112.1/isle_examples/link/iflets.isle
wasmtime-25.0.0 ./ext/cargo-vendor/cranelift-isle-0.112.0/isle_examples/link/iflets.isle
wasmtime-24.0.0 ./ext/cargo-vendor/cranelift-isle-0.111.0/isle_examples/link/iflets.isle
wasmtime-23.0.2 ./ext/cargo-vendor/cranelift-isle-0.110.2/isle_examples/link/iflets.isle
wasmtime-22.0.0 ./ext/cargo-vendor/cranelift-isle-0.109.0/isle_examples/link/iflets.isle
wasmtime-21.0.1 ./ext/cargo-vendor/cranelift-isle-0.108.1/isle_examples/link/iflets.isle
wasmtime-20.0.2 ./ext/cargo-vendor/cranelift-isle-0.107.2/isle_examples/link/iflets.isle
wasmtime-20.0.0 ./ext/cargo-vendor/cranelift-isle-0.107.2/isle_examples/link/iflets.isle
wasmtime-18.0.3 ./ext/cargo-vendor/cranelift-isle-0.105.3/isle_examples/link/iflets.isle
wasmtime-17.0.1 ./ext/cargo-vendor/cranelift-isle-0.104.1/isle_examples/link/iflets.isle
wasmtime-17.0.0 ./ext/cargo-vendor/cranelift-isle-0.104.0/isle_examples/link/iflets.isle
wasmtime-16.0.0 ./ext/cargo-vendor/cranelift-isle-0.103.0/isle_examples/link/iflets.isle
wasmtime-15.0.1 ./ext/cargo-vendor/cranelift-isle-0.102.1/isle_examples/link/iflets.isle
wasmtime-15.0.0 ./ext/cargo-vendor/cranelift-isle-0.102.1/isle_examples/link/iflets.isle
wasmtime-14.0.4 ./ext/cargo-vendor/cranelift-isle-0.101.4/isle_examples/link/iflets.isle
wasmtime-14.0.3 ./ext/cargo-vendor/cranelift-isle-0.101.4/isle_examples/link/iflets.isle
wasmtime-14.0.1 ./ext/cargo-vendor/cranelift-isle-0.101.1/isle_examples/link/iflets.isle