Module types

Source

Re-exports§

pub use crate::sum::LLVMSumType;

Structs§

TypeConverter
TypingSession
A type that holds Rc shared pointers to everything needed to convert from a hugr HugrType to an LLVM Type.

Type Aliases§

HugrFuncType
A type alias for a hugr function type. We use this to disambiguate from the LLVM FunctionType.
HugrSumType
A type alias for a hugr sum type.
HugrType
A type alias for a hugr type. We use this to disambiguate from LLVM types.