This commit is contained in:
Kiana Sheibani 2023-08-06 22:19:40 -04:00
parent c1bfc2f042
commit 5a6b7cad3f
Signed by: toki
GPG key ID: 6CB106C25E86A9F7

View file

@ -47,7 +47,7 @@ mkRatio n d = case d /= 0 of
True => reduce $ MkRatio n d
||| Create a ratio of two values, unsafely assuming that they are coprime and
||| the denomindator is non-zero.
||| the denominator is non-zero.
||| WARNING: This function will behave erratically and may crash your program
||| if these conditions are not met!
export %unsafe