mirror of
https://github.com/Smaug123/agdaproofs
synced 2025-10-11 14:48:42 +00:00
Define the free product (#104)
This commit is contained in:
@@ -9,7 +9,6 @@ open import Rings.Definition
|
||||
open import Lists.Lists
|
||||
open import Rings.Homomorphisms.Definition
|
||||
|
||||
|
||||
module Rings.Polynomial.Evaluation {a b : _} {A : Set a} {S : Setoid {a} {b} A} {_+_ _*_ : A → A → A} (R : Ring S _+_ _*_) where
|
||||
|
||||
open Ring R
|
||||
|
Reference in New Issue
Block a user