typefun 0.4.0

Emulating various values at compile-time using types
Documentation
1
2
3
4
5
6
7
8
9
#![no_std]

pub mod bool;
pub mod list;
pub mod nat;
pub mod ord;
pub mod turing_machine;
pub mod types;
mod uninhabited;