Built with Alectryon, running Coq+SerAPI v8.18.0+0.18.3. Bubbles () indicate interactive fragments: hover for details, tap to reveal contents. Use Ctrl+↑ Ctrl+↓ to navigate, Ctrl+🖱️ to focus. On Mac, use instead of Ctrl.
[Loading ML file number_string_notation_plugin.cmxs (using legacy method) ... done]
Section round_up. Class RoundUpStrict A `{IsSemiCRing A} `{StrictSemiRingOrder A} := round_up_strict : forall a : A, {n : nat & a < naturals_to_semiring nat A n}. Global Arguments round_up_strict A {_ _ _ _ _ _ _ _ _ _ _ _} _. End round_up.