Silenus (disambiguation)

Silenus or Sileni may refer to:

Mythology

  • Silenus, a satyr and companion to Dionysus
    • The plural sileni may refer to the mythological figure as a type that is sometimes thought to be differentiated from a satyr
  • Satyr, also known as a silenos, a male nature spirit

Biology

People

Other

gollark: (original is https://github.com/TomSmeets/FractalArt/blob/master/src/Main.hs#L127)
gollark: <@!319753218592866315> fix bug || <:bees:724389994663247974>
gollark: [REDACTED]
gollark: ```haskellfoldM' :: (Monad m) => (a -> b -> m a) -> a -> [b] -> m afoldM' _ z [] = return zfoldM' f z (x:xs) = do z' <- f z x z' `seq` foldM' f z' xs```
gollark: Huh, I just realized that the Haskell program I'm porting defines its own weird monadic combinator thing and then *doesn't use it*.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.