haloumi-ir 0.4.0

Intermediate representation of the haloumi framework.
Documentation
1
2
3
4
5
6
7
//! Structs for handling expressions.

mod aexpr;
mod bexpr;

pub use aexpr::*;
pub use bexpr::*;