summaryrefslogtreecommitdiff
path: root/src/Cfe/Fin.agda
blob: 428e3c0e9ef052004e105152318c0daaa3dc304f (plain)
1
2
3
4
5
6
{-# OPTIONS --without-K --safe #-}

module Cfe.Fin where

open import Cfe.Fin.Base public
open import Cfe.Fin.Properties public