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 8278833
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T09:08:00+00:00 2026-06-08T09:08:00+00:00

I will try to state this question as short and to the point as

  • 0

I will try to state this question as short and to the point as possible.

I expected this computation to complete after inputting three characters to the command line. However, it does not. I am curious as to why this is.

return . take 3 =<< sequence (repeat getChar)

Edit:

I should add that I am trying to separate selection from generation and therefore wish to produce an infinite stream of characters that I select from.

  • 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-06-08T09:08:02+00:00Added an answer on June 8, 2026 at 9:08 am
    1. Effects to the right of =<< complete before effects to the left of =<< begin.
      • This means that if the action to the right of =<< would run forever then the entire action will run forever.
    2. sequence takes a list of actions and gives back an action that performs all those actions.
      • If you give sequence an infinite list of actions, it will run forever.
    3. repeat takes a value, and gives an infinite list of that value, repeated.

    Do you see now why you get the behaviour you experience?


    This would work, because there is no infinite list:

    sequence (take 3 $ repeat getChar)
    

    But presumably your real selection function is more complicated than “take the first three”. What is it?

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I will try and word this question the best I can, for it is
I will try to keep this as simple as possible. I have a rather
I will try and illustrate my question with examples, I am attempting to create
I will try to make this as clear as I can, but if you
I will try to be as clear as possible because I can't get anybody
Problem This question may seem a bit long, but I try to give as
I will try to explain the situation as it is a little bit more
I will try to explain a simple app scenario: My app goes right to
I will try and set the scene as best i can. *lights candle What
I will try to be specific if I can - please be patient, first

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.