Re-exports§
pub use crate::sum::LLVMSumType;
Structs§
- Type
Converter - Typing
Session - A type that holds Rc shared pointers to everything needed to convert from
a hugr
HugrType
to an LLVM Type.
Type Aliases§
- Hugr
Func Type - A type alias for a hugr function type. We use this to disambiguate from
the LLVM
FunctionType
. - Hugr
SumType - A type alias for a hugr sum type.
- Hugr
Type - A type alias for a hugr type. We use this to disambiguate from LLVM types.