{-# OPTIONS --safe #-}
module Cubical.HITs.S2.Base where

open import Cubical.Foundations.Prelude
open import Cubical.Foundations.Pointed

data  : Type₀ where
  base : 
  surf : PathP  i  base  base) refl refl

S²∙ : Pointed ℓ-zero
S²∙ =  , base