summaryrefslogtreecommitdiff
path: root/src/SOAS/Algebra.idr
diff options
context:
space:
mode:
authorGreg Brown <greg.brown01@ed.ac.uk>2024-02-01 19:25:13 +0000
committerGreg Brown <greg.brown01@ed.ac.uk>2024-02-02 13:33:09 +0000
commit4b9b6b0211f6fb5691d67ca77ac09be888e569b7 (patch)
tree33451a63c169a06d0fee67393d0bf081f7e0b1e3 /src/SOAS/Algebra.idr
parentfa4de437fa3861189b506538f6ca4a39771ecbbb (diff)
Define generic syntax construction.main
Whilst it works (see `Example`), a generated data type would probably work better.
Diffstat (limited to 'src/SOAS/Algebra.idr')
-rw-r--r--src/SOAS/Algebra.idr1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/SOAS/Algebra.idr b/src/SOAS/Algebra.idr
index 7dff735..db701d3 100644
--- a/src/SOAS/Algebra.idr
+++ b/src/SOAS/Algebra.idr
@@ -27,7 +27,6 @@ record (.MetaAlg)
export
traverse : {0 p,a : type.SortedFamily} ->
{0 signature : type.SortedFunctor} ->
- (functoriality : signature.Map) =>
(str : Strength signature) =>
(coalg : type.PointedCoalgStruct p) =>
(alg : signature a -|> a) ->