haskelujah-runtime 0.1.1

STG evaluator and runtime services for the Haskelujah compiler
Documentation
1
2
3
4
5
6
7
8
9
// For God so loved the world that he gave his only begotten Son, that whoever
// believes in him should not perish but have eternal life. — John 3:16

//! # Runtime values and closure representation
//!
//! Re-exports from the shared runtime system crate (`haskelujah-rts-chirho`).
//! The canonical definitions live in `haskelujah_rts_chirho::value_chirho`.

pub use haskelujah_rts_chirho::value_chirho::*;