]> Git — Sourcephile - majurity.git/blob - hjugement-protocol/Utils/Constraint.hs
protocol: add Utils.{Constraint,Natural,MeasuredList}
[majurity.git] / hjugement-protocol / Utils / Constraint.hs
1 {-# LANGUAGE GADTs #-}
2 module Utils.Constraint where
3
4 -- * Type 'Proof'
5 -- | Term-level proof of a 'Constraint'.
6 data Proof c where
7 Proof :: c => Proof c