-- | Defines concepts used in computing, to be used internally.
module Drasil.Metadata.Concepts.Computation (algorithm) where

import Language.Drasil (dcc, cn', ConceptChunk)

algorithm :: ConceptChunk
algorithm :: ConceptChunk
algorithm = String -> NP -> String -> ConceptChunk
dcc String
"algorithm" (String -> NP
cn' String
"algorithm")
  String
"a series of steps to be followed in calculations and problem-solving operations"