Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6905999
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T08:15:11+00:00 2026-05-27T08:15:11+00:00

Complete Haskell newbie here, my apologies…. I am trying to create a sequence of

  • 0

Complete Haskell newbie here, my apologies….

I am trying to create a sequence of values out of another sequence and the last value generated (So it’s not completely obvious to me how I would use map).

In clojure I would use a loop construct which is basically equivalent to a recursive function. So I thought I could use this problem with a recursive function along the lines of

genSequence :: [a] -> [b] -> [a]
genSequence result [] = reverse result
genSequence a:as b:bs = genSequence ((computeNextA a b):a:as) bs

and I guess this isn’t so bad (the real function is of course more complicated …) but I read about monads (read the excellent tutorial by Philip Walder, then some stuff on monads in clojure) and can’t help the feeling that I should be using them here. So far my knowledge of monads is purely theoretical, unfortunately, so I would be very thankful if you could help me along.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T08:15:11+00:00Added an answer on May 27, 2026 at 8:15 am

    Not sure if this helps, but something like (assuming that computeNextA is +)

    genSequence [4] [60,70,80,90]
    --[4,64,134,214,304]
    

    is equivalent to

    scanl (+) 4 [60,70,80,90]
    --[4,64,134,214,304]
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

complete noob to Haskell here with probably an even noobier question. I'm trying to
I'm a complete newbie at Haskell. I'm trying to compile this Haskell file I've
Complete rails newbie trying to get started. I have two classes, Ingredient, and Unit.
Complete sql noob here. Trying to think about a way to store some data
Haskell newbie here. I wrote an evaluator for a minimal assembly-like language. Now, I
I'm complete newbie on Haskell. My Haskell script with GHCi , Prelude> let a
Complete newbie question here: I'm just playing with C# for the first time and
Complete C# newbie here, so cut me some slack. I have this application that
Complete C newb here. Trying to learn/understand pointers by messing with simple code fragments.
Complete LaTeX and LyX newbie here. I am currently writing a document in LyX

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.