\begin{code}

{-# OPTIONS --safe --without-K --exact-split #-}

module MLTT.Natural-Numbers-Type where

data  : Set₀  where
 zero : 
 succ :   

{-# BUILTIN NATURAL  #-}

\end{code}