pub type CalyxResult<T> = Result<T, Error>;
Convience wrapper to represent success or meaningul compiler error.