incipit-base-0.6.1.1: A Prelude for Polysemy – Base Reexports
Safe HaskellNone
LanguageGHC2021

Incipit.Fractional

Description

Safe overrides of the methods of class Fractional.

Synopsis

Documentation

(/) :: (Eq a, Fractional a) => a -> a -> Maybe a Source #

Fractional division.

recip :: (Eq a, Fractional a) => a -> Maybe a Source #

Reciprocal fraction.