Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
LPFP LPFP.Mechanics3D Data type for the state of a single particle in three-dimensional space.
ParticleState :: R -> R -> R -> Vec -> Vec -> ParticleStateLPFP LPFP.Mechanics3D No documentation available.
-
LPFP LPFP.Newton2 No documentation available.
-
LPFP LPFP.SimpleVec The position of a particle can be represented as a vector.
-
Implementation of monads that allow the computation to prompt for further input. (c) 2008 Bertram Felgenhauer & Ryan Ingram Released as open source under a 3 clause BSD license. See the LICENSE file in the source code distribution for further information. RecPromptT added by Cale Gibbard, contributed under the same license. MonadPrompt monads allow you to pass some object of the prompt type in, and get a result of the prompt's answer type out.
data
Prompt (p :: Type -> Type) rMonadPrompt Control.Monad.Prompt No documentation available.
data
PromptT (p :: Type -> Type) (m :: Type -> Type) aMonadPrompt Control.Monad.Prompt Prompt can also be used to define monad transformers. You will notice the lack of a Monad m constraint; this is allowed because Prompt doesn't use the underlying monad at all; instead the observation function (generally implemented via runPromptT) will have the constraint.
-
Parsec combinators for more complex objects. Combined parsers for complex objects: floating point, and integral numbers.
-
Quasiquotations for a python like interpolated string formatter Quasiquotations for a python like interpolated string formatter.
-
A lot of quasiquoters to format and interpolate string expressions.