1 2 3 4 5 6
{-# OPTIONS --without-K --safe #-} module Data.BinOp where data BinOp : Set where Function : BinOp