{-# OPTIONS --safe #-}
module Prelude.Initial where

open import Prelude.Init

record HasInitial (A : Type ) : Type (lsuc ) where
  field Initial : A  Type
open HasInitial ⦃...⦄ public