A Recursive do for Haskell: Design And Implementation

  • Authors:
  • Levent Erkok;John Launchbury

  • Affiliations:
  • -;-

  • Venue:
  • A Recursive do for Haskell: Design And Implementation
  • Year:
  • 2000

Quantified Score

Hi-index 0.00

Visualization

Abstract

Certain programs making use of monads need to perform recursion over the values of monadic actions. Although the do-notation of Haskell provides a convenient framework for monadic programming, it lacks the generality to support such recursive bindings. To remedy this problem, we propose an extension to Haskell''s do-notation and describe its translation into the core language.