| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Domain.Converter.Units.ToReaction
Synopsis
- toReaction :: ReactionNode -> IO Reaction
Documentation
toReaction :: ReactionNode -> IO Reaction #
Converts a raw ReactionNode into a Reaction structure.
Parameters:
ReactionNode- the raw reaction node retrieved from the database.
Returns:
Reactionrepresenting the processed reaction node, with only the reaction data.