module Naturals where

data  : Set where
 zero : 
 succ :   

{-# BUILTIN NATURAL  #-}
{-# BUILTIN ZERO zero #-}
{-# BUILTIN SUC succ #-}