Skip to content

Commit

Permalink
remove unused rec keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
jtcoolen committed Aug 23, 2024
1 parent 38f6302 commit 5f801e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pari.mli
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ module Matrix : sig
val inj : 'a t -> inj:('a -> 'b) -> 'b t
end

module rec Polynomial : sig
module Polynomial : sig
type 'a t = ('a polynomial, ring) typ constraint 'a = ('b, ring) typ

val to_string : 'a t -> string
Expand Down

0 comments on commit 5f801e1

Please sign in to comment.