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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T21:15:29+00:00 2026-06-02T21:15:29+00:00

I am new to Haskell and am trying to use bitwise operations from Data.Bits.

  • 0

I am new to Haskell and am trying to use bitwise operations from Data.Bits. Every time I try I get an error message

Prelude Data.Bits> 1 `shiftL` 16

<interactive>:1:0:
    Ambiguous type variable `t' in the constraint:
      `Bits t' arising from a use of `shiftL' at <interactive>:1:0-12
    Probable fix: add a type signature that fixes these type variable(s)

This happens for a number of operations, I also tried .|. and .&.

I must be missing something very simple, please let me know if you can spot the problem

  • 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-02T21:15:32+00:00Added an answer on June 2, 2026 at 9:15 pm

    In the interactive session, Haskell can’t infer the types of 1 and 16. The solution then, is to give a hint:

    > :m +Data.Bits
    > let a = 1 :: Int
    > let b = 16 :: Int
    > a `shiftL` b
    65535
    >
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Hello I am new at Haskell and i'm having problems trying to get this
I'm trying to add an instance declaration in Haskell for a new data type
I am new to Haskell and trying to fiddle with some test cases I
I am new to Haskell, and programming in general. I am trying to define
I am new to Haskell and facing a "cannot construct infinite type" error that
I'm trying to get Cabal to install the haskell-src-meta package, and I'm having difficulty
New to Haskell and have a stumbling block. I'm trying to filter a list
I'm new to haskell and I'm trying to do my exercise for my class,
I am new to Haskell and I am trying to understand why one needs
I'm new to Haskell and I'm trying to figure out how IO works. I

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.