{-# OPTIONS --safe #-}

module Data.Product.Ext where

open import Data.Product.Base

×-dup :  {} {A : Set }  A  A × A
×-dup x = x , x