1559 in France

1559
in
France

Decades:
  • 1530s
  • 1540s
  • 1550s
  • 1560s
  • 1570s
See also:Other events of 1559
History of France   Timeline   Years

Events from the year 1559 in France

Incumbents

Events

Births

Full date missing

Deaths

Henry II, King of France 15471559

Full date missing

gollark: This is using a "state monad", which is basically just what Haskell does because they wanted mutable variables but different somehow.
gollark: Less ironically, it's basically a purely functional way to, well, sequence actions which operate on state, sort of thing.
gollark: It's a monoid in the category of endofunctors.
gollark: Yes, that's right, I KNOW APPROXIMATELY HOW A STATE MONAD WORKS.
gollark: ```haskelldoThing :: Expr -> (M.Map Int IVal, Int)doThing expr = evalState (go expr) 0 where go :: Expr -> State Int (M.Map Int IVal, Int) go (Int x) = do vcount <- update (+1) pure (M.singleton vcount (Lit x), vcount) go (Op o a b) = do (m1, c1) <- go a (m2, c2) <- go b let prev = M.union m1 m2 nxt <- update (+1) pure (M.insert nxt (ROp o c1 c2) prev, nxt)```↑ thusly, none are safe

See also

References

  1. "Diocese of Saint-Omer". catholic-hierarchy.org. Retrieved 2 June 2018.
  2. Blangstrup, Chr., ed. (1921). "Henrik II, Konge af Frankrig". Salmonsens Konversationsleksikon (in Danish). 11 (2 ed.). Copenhagen: J.H. Schultz Forlagsboghandel. Retrieved 3 October 2015.
  3. Blangstrup, Chr., ed. (1917). "Dubourg, Anne". Salmonsens Konversationsleksikon (in Danish). 6 (2 ed.). Copenhagen: J.H. Schultz Forlagsboghandel. Retrieved 7 October 2015.


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