1
2
3
4
5
//! Various dialects that are part of `pliron`.
//! These may be separated into different crates in the future.

pub mod builtin;
pub mod llvm;