Bethune (disambiguation)

Bethune is a town in northern France.

Bethune may also refer to

Places

in Canada
in the United States

People

Rivers

Schools

Films

gollark: This is monomorphised to, if you use it for floats and ints, say,```haskellapifyBees__Int :: Int -> Int -> IntapifyBees__Int x y z = z - y * xapifyBees__Double :: Float -> Float -> FloatapifyBees__Double x y z = z - y * x```
gollark: As in, it can take any type satisfying the constraints as `a`.
gollark: This is "generic" over the type of `a`.
gollark: For example,```haskellapifyBees :: Number a => a -> a -> aapifyBees x y z = z - y * x```
gollark: You convert generic functions to many nongeneric ones during compilation.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.