libghc-hint-prof

runtime Haskell interpreter (GHC API wrapper); profiling libraries

This library defines an Interpreter monad. It allows one to load Haskell modules, browse them, type-check and evaluate strings with Haskell expressions and even coerce them into values. The library is thread-safe and type-safe (even the coercion of expressions to values). It is, esentially, a huge subset of the GHC API wrapped in a simpler API. Works with GHC.10.x and 6.8.x (this version was not tested with GHC.6).

libghc-indexed-traversable-prof

Indexed Traversables for Haskell; profiling libraries

This package provides three useful generalizations: class Functor f => FunctorWithIndex i f | f -> i where \ imap :: (i -> a -> b) -> f a -> f b

libghc-math-functions-prof

Special functions and Chebyshev polynomials; profiling libraries

This library provides implementations of special mathematical functions and Chebyshev polynomials. These functions are often useful in statistical and numerical computing.

libghc-monoid-subclasses-prof

subclasses of Monoid; profiling libraries

A hierarchy of subclasses of Monoid together with their instances for all data structures from base, containers, and text packages.

libghc-selective-prof

selective applicative functors; profiling libraries

Selective applicative functors: declare your effects statically, select which to execute dynamically.

lammps-examples

Molecular Dynamics Simulator (examples)

LAMMPS is a classical molecular dynamics code, and an acronym for Large-scale Atomic/Molecular Massively Parallel Simulator.