diff options
author | Greg Brown <greg.brown01@ed.ac.uk> | 2024-02-01 19:25:13 +0000 |
---|---|---|
committer | Greg Brown <greg.brown01@ed.ac.uk> | 2024-02-02 13:33:09 +0000 |
commit | 4b9b6b0211f6fb5691d67ca77ac09be888e569b7 (patch) | |
tree | 33451a63c169a06d0fee67393d0bf081f7e0b1e3 /src/SOAS/Algebra.idr | |
parent | fa4de437fa3861189b506538f6ca4a39771ecbbb (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.idr | 1 |
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) -> |