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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T05:04:20+00:00 2026-06-02T05:04:20+00:00

Note the second line in this GHCi session. What is it about the Latitude

  • 0

Note the second line in this GHCi session. What is it about the Latitude type that allows me to use a “bare” number as a value, instead of having to invoke a constructor? I would like to do something similar with some of my own types.

λ> :m + Data.Geo.GPX.Type.Latitude                                                                                                   
λ> let t = 45 :: Latitude                                                                                                            
λ> t                                                                                                                                 
45.0

I’ve examined the source code for the Latitude type, but I had trouble figuring it out at first. Eventually I found the answer, so I thought I’d document it here. See my answer below.

  • 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-02T05:04:21+00:00Added an answer on June 2, 2026 at 5:04 am

    According to the Haskell98 standard, numeric literals are actually calls to fromInteger and fromRational. This allows them to be converted to any type that implements those functions (fromInteger is in the Prelude.Num typeclass and fromRational is in the Prelude.Fractional typeclass).

    The syntax of numeric literals is given in Section 2.5. An integer
    literal represents the application of the function fromInteger to the
    appropriate value of type Integer. Similarly, a floating literal
    stands for an application of fromRational to a value of type Rational
    (that is, Ratio Integer). Given the typings:

    fromInteger :: (Num a) => Integer -> a

    fromRational :: (Fractional a) => Rational -> a

    integer and floating literals have the typings (Num a) => a and
    (Fractional a) => a, respectively. Numeric literals are defined in
    this indirect way so that they may be interpreted as values of any
    appropriate numeric type. See Section 4.3.4 for a discussion of
    overloading ambiguity.

    http://www.haskell.org/onlinereport/basic.html#numeric-literals

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

Sidebar

Related Questions

Note, this is not a duplicate of .prop() vs .attr() ; that question refers
(Note: This is not a question about what is the best way with code
NOTE: This is a followup to my question here. I have a program that
this is the follow-up to my question about getting a div's content. the second
The first image is from a Galaxy Note, the second is from a Droid
Note: I am not asking how to use Google Code's SVN repo as a
Note: Not sure if this is the right stack, please tell if I should
NOTE: This is an old question and the answers here no longer works (since
Note: I had another similar question about how to GZIP data using Ruby's zlib
I am aware that the standard Python convention for line width is 79 characters.

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.