module Fugit::Nat::Parser

def nat(i); rep(:nat, i, :elt, 1); end

def nat(i); rep(:nat, i, :elt, 1); end