open import Paths

open data Susp (A : Type)
| north
| south
| merid A : north = south

variable A B : Type
def mapSusp (AB) (Susp A) : Susp B
| f, northnorth
| f, southsouth
| f, merid a imerid (f a) i