pub fn build_vec_env(
env: &mut Environment,
ind_env: &mut InductiveEnv,
) -> Result<(), String>Expand description
Build Vec type in the environment.
Vec : (α : Type) → Nat → Type
pub fn build_vec_env(
env: &mut Environment,
ind_env: &mut InductiveEnv,
) -> Result<(), String>Build Vec type in the environment.
Vec : (α : Type) → Nat → Type