diff options
-rw-r--r-- | src/Data/Setoid/Indexed/Definition.idr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Data/Setoid/Indexed/Definition.idr b/src/Data/Setoid/Indexed/Definition.idr index ab4ac8a..d50af06 100644 --- a/src/Data/Setoid/Indexed/Definition.idr +++ b/src/Data/Setoid/Indexed/Definition.idr @@ -3,7 +3,7 @@ module Data.Setoid.Indexed.Definition import public Control.Relation -import public Data.Setoid.Definition as Setoid +import public Data.Setoid.Definition import Syntax.PreorderReasoning.Setoid |