Docs.rs
tidepool-eval-0.0.1
tidepool-eval 0.0.1
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
inanna-malick
Dependencies
im ^15
normal
tidepool-repr ^0.0.1
normal
Versions
70.91%
of the crate is documented
Go to latest version
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module eval
tidepool_
eval
0.0.1
Module eval
Module Items
Functions
In crate tidepool_
eval
tidepool_eval
Module
eval
Copy item path
Source
Functions
§
deep_
force
Recursively force a value — forces all thunks inside constructors, producing a fully-evaluated tree with no
ThunkRef
values.
env_
from_
datacon_
table
Create an environment pre-populated with data constructor functions. Each constructor with arity N becomes a
ConFun(tag, N, [])
value bound to its worker VarId, so that
Var
references to constructors in the expression tree resolve correctly.
eval
Evaluate a CoreExpr to a Value.
force
Force a thunk to a value.