From 8ff37b98737f4af5bd11d3006ae1b26902a1a82f Mon Sep 17 00:00:00 2001 From: Greg Brown Date: Mon, 5 Dec 2022 14:41:02 +0000 Subject: refactor : make Signature.T irrelevant. --- src/Soat/SecondOrder/Algebra.idr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Soat/SecondOrder/Algebra.idr') diff --git a/src/Soat/SecondOrder/Algebra.idr b/src/Soat/SecondOrder/Algebra.idr index c506c85..50877e9 100644 --- a/src/Soat/SecondOrder/Algebra.idr +++ b/src/Soat/SecondOrder/Algebra.idr @@ -17,7 +17,7 @@ extendRel : {U : a -> List a -> Type} -> (rel : IRel (uncurry U)) -> (ctx : List a) -> IRel (extend U ctx) extendRel rel ctx ty = rel (snd ty, fst ty ++ ctx) -public export +public export 0 algebraOver : (sig : Signature) -> (U : sig.T -> List sig.T -> Type) -> Type algebraOver sig x = (ctx : List sig.T) -> {t : sig.T} -> (op : Op sig t) -> extend x ctx ^ op.arity -> x t ctx -- cgit v1.2.3