1
1
mirror of https://github.com/thma/LtuPatternFactory.git synced 2024-12-12 10:42:08 +03:00
This commit is contained in:
thma 2018-12-28 10:34:04 +01:00
parent 210cb9273a
commit 029b8072eb

View File

@ -698,7 +698,7 @@ safeRootReciprocal :: Double -> Maybe Double
safeRootReciprocal x = return x >>= safeReciprocal >>= safeRoot
```
This can even written more terse as:
This can be written even more terse as:
```haskell
safeRootReciprocal :: Double -> Maybe Double