hvm-core 0.2.26

HVM-Core is a massively parallel Interaction Combinator evaluator.
1
2
3
4
5
//! Replaced by `compile.rs` with compiled defs.

use crate::host::Host;

pub fn insert_into_host(_: &mut Host) {}