It can be your own or from other libraries. Many from this google talk are pretty nifty:
https://github.com/mtnviewmark/haskell-amuse-bouche
It can be your own or from other libraries. Many from this google talk
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Assuming that with “standard library” you mean the base library:
deepseq(Control.DeepSeq, deepseq),diffUTCTime(Data.Time.Clock, time),liftIO(Control.Monad.IO.Class, transformers).Not to list every single function, i use these modules and libraries a lot:
Control.Concurrent.STM(stm),Control.Exception.Control(monad-control),Data.Vector(yes, indeed the boxed one, vector),Data.VectorSpace(vector-space).A library of my own used in almost all of my projects is the netwire AFRP library.