Rally of Nigerien Patriots

History

The party was established by former minister Ousmane Issoufou Oubandawaki on 14 May 2009. It received 0.9% of the vote in the October 2009 parliamentary elections, winning a single seat, taken by Oubandawaki.[1] In 2010, Oubandawaki established the Alliance for Democratic Renewal, which the RPN merged into in 2011.

gollark: Technically functors have `fmap`, actually.
gollark: Functor: has `map`, lets you run an `a → b` over a `f a` to get a `f b`Applicative: has `<*>`, lets you run a `f (a → b)` over a `f a` to get a `f b` and `pure`, which lets you get a `f a` from an `a`Monad: has `join`, which does `f (f a)) → f a` or alternately `bind`, which is `f a → (a → f b) → f b`.
gollark: Ah yes.
gollark: An applicative is a functor with, er, `<*>` or something.
gollark: A monad is an applicative with bind/join.

References

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