{-# OPTIONS --cubical --no-import-sorts --safe #-}
module Cubical.Data.Vec where

open import Cubical.Data.Vec.Base public
open import Cubical.Data.Vec.Properties public
open import Cubical.Data.Vec.NAry public