Skip to content

Commit a537d5c

Browse files
Update DFractional to alias UFractional
1 parent aa58011 commit a537d5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Iris/Algebra/DFrac.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ abbrev DFrac F := LeibnizO (DFracK F)
1919

2020
-- TODO: Delete this class. I have it now because the Fractional class is being
2121
-- changed concurrently. Also I'm certain that some of these fields will be derivable.
22-
class DFractional (F : Type _) extends Fractional F where
22+
class DFractional (F : Type _) extends UFractional F where
2323
-- one_strict_max {y : F} : ¬(One.one + y ≤ One.one)
2424
-- lt_irrefl : ¬(One.one < (One.one : F))
2525
-- strict_pos {x y : F} : ¬(x + y = x)

0 commit comments

Comments
 (0)