-
Notifications
You must be signed in to change notification settings - Fork 249
The free Magma
on a Set
, resp. Setoid
#1954
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
0adbbe8
introduced alternative definitions; revised one usage of previous one
jamesmckinna b62ef81
deprecated field name (NB tricky)
jamesmckinna 8993f59
installed new definition
jamesmckinna 7f09808
removed old definition; tidied up
jamesmckinna 221ac92
`CHANGELOG` plus portable definition of the `proof` projection
jamesmckinna 5935db4
`CHANGELOG`
jamesmckinna 829ddd5
more explicit deprecation warning
jamesmckinna e9c7170
typo in `CHANGELOG`
jamesmckinna 824dce6
exchnaged repeated recursive for a nested irrefutbale `with` pattern
jamesmckinna dbfb5a7
Merge branch 'issue1919' of https://github.com/jamesmckinna/agda-stdl…
jamesmckinna 61ef3f0
Revert "Merge branch 'issue1919' of https://github.com/jamesmckinna/a…
jamesmckinna 693270e
Revert "exchnaged repeated recursive for a nested irrefutbale `with` …
jamesmckinna f120c1e
tweaks
jamesmckinna 887e652
The free `Magma` on a `Set`, resp. `Setoid`
jamesmckinna 60d912b
proof of uniquness of the `eval` homomorphism
jamesmckinna c994ceb
functoriality of `map`
jamesmckinna 8da3c1c
tidying up
jamesmckinna 9458ae2
notational tidying up
jamesmckinna 7d63a62
fix-whitespace
jamesmckinna 4c4e152
tweak notation
jamesmckinna 4492833
tweak notation a bit more; add comments
jamesmckinna 86ba471
moved `Set` construction up
jamesmckinna 5d9bb28
added `algᴹ-isMagmaHomomorphism`
jamesmckinna 8dd84a1
Merge branch 'free-algebras' of https://github.com/jamesmckinna/agda-…
jamesmckinna b91ef55
radical refactoring; added `map` for lifting `FreeMonad` from `Setoid…
jamesmckinna 0e04513
cosmetic
jamesmckinna 3de4bd8
typo
jamesmckinna bfc920b
more typos
jamesmckinna 1a8074d
corollary to uniqueness: naturality of `alg`
jamesmckinna eef3d3f
cosmetic renamings; more serious refactoring required
jamesmckinna d5f2a80
added `MagmaHomomorphism` bundle; another major refactoring
jamesmckinna 0186232
added functoriality of `FreeMagmaFunctor`
jamesmckinna 7a18f08
refactored functoriality of `FreeMagmaFunctor`
jamesmckinna 6bbc2af
tidied up leftovers of functoriality of `FreeMagmaFunctor`
jamesmckinna 8302fc6
Merge branch 'free-algebras' of https://github.com/jamesmckinna/agda-…
jamesmckinna 90434b7
refactored dependencies; `Uniqueness` and its `Corollary` no longer d…
jamesmckinna 0388629
reverted bogus `merge`; retained refactored dependencies
jamesmckinna bb3c155
Revert "tidied up leftovers of functoriality of `FreeMagmaFunctor`"
jamesmckinna 6835c67
final reversion of commits
jamesmckinna e0a44dd
Revert "tweaks"
jamesmckinna File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
------------------------------------------------------------------------ | ||
-- The Agda standard library | ||
-- | ||
-- Definitions of 'pre-free' and 'free' bundles | ||
------------------------------------------------------------------------ | ||
|
||
{-# OPTIONS --cubical-compatible --safe #-} | ||
|
||
module Algebra.Bundles.Free where | ||
|
||
open import Algebra.Bundles.Free.Magma public |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.