package smol

  1. Overview
  2. Docs
type t
include Basic_S with type t := t
include Ring_S with type t := t
include Basic_S with type t := t
include Mul_Monoid_S with type t := t
include Basic_S with type t := t
val one : t
val mul : t -> t -> t
include Add_Group_S with type t := t
include Basic_S with type t := t
include Add_Monoid_S with type t := t
include Basic_S with type t := t
val equal : t -> t -> bool
val to_string : t -> string
val zero : t
val add : t -> t -> t
val neg : t -> t
val sub : t -> t -> t
val inv : t -> t
val div : t -> t -> t