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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T22:05:21+00:00 2026-06-09T22:05:21+00:00

Is there anyway to define a DU whose clauses uses generic unit of measure?

  • 0

Is there anyway to define a DU whose clauses uses generic unit of measure? e.g.

type MyDU =
| A  of int<_>
| B  of float<_>

this code doesn’t compile, but I can specify a regular function that takes in a numeric value with generic unit of measure:

let f (n : int<_>) = n * n;;
val f : int<'u> -> int<'u ^ 2>

considering that each union clause is ultimately a function that converts the type specified after of to the private types MyDU.A or MyDU.B is there a particular reason why it works on function definition but not type definition?

Is there a way to do what I want to do here? If not, I would love to know why it wouldn’t work too!

Thanks,

  • 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-09T22:05:23+00:00Added an answer on June 9, 2026 at 10:05 pm

    You need to use a generic union –

    type MyDU<[<Measure>] 't> =
        | A  of int<'t>
        | B  of float<'t>
    

    This is beacause a int<m> is different to an int<s>.

    Note that this is not specific to measure types, it also applies to things like using a union to create lists etc.

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

Sidebar

Related Questions

Is there anyway that i can define an NSString. Inside of one class then
I am wondering is there anyway to define a variable in HTML/JSP. I googled
Is there anyway to define a function like the following in Haskell? or True
is there any way to define objects in hibernate.cfg.xml by scope and not one
Is there any way to define a variable that can be used in multiple
Hi All is there any way to locally define a variable in a function
Is there anyway or any addin for VS2010 that can remove all the comments
Is there anyway to highlight the initial text in a textbox on a web
Is there anyway to get the Facebook ID of a user without forcing them
Is there anyway to create an ObjectSet from a DbSet ? Some background information:

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.