Donald Grant (disambiguation)

Donald Grant (1888–1970) was as Australian politician.

Donald Grant can also refer to:

Given and family name

Both given names

gollark: Haskell does actually have syntactic sugar for TellDigitalCrossToLearnMonads, usefully enough.
gollark: It works!
gollark: ++exec```haskell{-# LANGUAGE RebindableSyntax #-}import Prelude (Applicative, String)import qualified Prelude as Pclass Applicative m => TellDigitalCrossToLearnMonads m where (>>=) :: m a -> (a -> m b) -> m b (>>) :: m a -> m b -> m b return :: a -> m a tellDigitalCrossToLearnMonads :: String -> m ainstance TellDigitalCrossToLearnMonads P.IO where (>>=) = (P.>>=) (>>) = (P.>>) return = P.pure tellDigitalCrossToLearnMonads = P.failmain = tellDigitalCrossToLearnMonads "hi!"```
gollark: ++exec```haskell{-# LANGUAGE RebindableSyntax #-}import Prelude (Applicative, String)import qualified Prelude as Pclass Applicative m => TellDigitalCrossToLearnMonads m where (>>=) :: m a -> (a -> m b) -> m b (>>) :: m a -> m b -> m b return :: a -> m a tellDigitalCrossToLearnMonads :: String -> m ainstance TellDigitalCrossToLearnMonads IO where (>>=) = (P.>>=) (>>) = (P.>>) return = P.pure fail = P.failmain = tellDigitalCrossToLearnMonads "hi!"```
gollark: ++exec```haskell{-# LANGUAGE RebindableSyntax #-}import Prelude (Applicative, String)import qualified Prelude as Pclass Applicative m => TellDigitalCrossToLearnMonads m where (>>=) :: m a -> (a -> m b) -> m b (>>) :: m a -> m b -> m b return :: a -> m a tellDigitalCrossToLearnMonads :: String -> m ainstance TellDigitalCrossToLearnMonads IO where (>>=) = (Prelude.>>=) (>>) = (Prelude.>>) return = Prelude.pure fail = Prelude.failmain = tellDigitalCrossToLearnMonads "hi!"```

See also

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.