Ensign (disambiguation)

An ensign is a distinguishing token, emblem, badge, or flag such as a symbol of office. Ensign (rank) is also a junior rank of commissioned officer in some armies and navies.

Ensign or The Ensign may also refer to:

Places

In transportation

In music

In energy

Newspapers and magazines

In video games

Other uses

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.
gollark: Specs can be made first-class after a function exists.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.