bock-core 0.1.0

Core stdlib registry and runtime primitives for the Bock language
Documentation
1
2
3
4
5
6
7
//! Optional and Result type method registrations.
//!
//! Each submodule registers methods and trait implementations for one
//! monadic type into the [`BuiltinRegistry`].

pub mod optional;
pub mod result;