summaryrefslogtreecommitdiff
path: root/src/Data/BinOp.agda
blob: 610c68d00423e05038405081ed6012d50fa6b8a9 (plain)
1
2
3
4
5
6
{-# OPTIONS --without-K --safe #-}

module Data.BinOp where

data BinOp : Set where
  Function : BinOp