\begin{code}

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

module MLTT.Natural-Numbers-Type where

data  : Set₀  where
 zero : 
 succ :   

{-# BUILTIN NATURAL  #-}

\end{code}