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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T09:50:10+00:00 2026-06-14T09:50:10+00:00

When I try to create some class like type MyType () = let func<‘T>

  • 0

When I try to create some class like

type MyType () =
    let func<'T> () = ()

The compiler says that there’s an error:

error FS0665: Explicit type parameters may only be used on 
              module or member bindings

But the MSDN says:

A let binding at the module level, in a type, or in a computation expression can have explicit type parameters. A let binding in an expression, such as within a function definition, cannot have type parameters.

Why documentation and compiler say different things?

  • 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-14T09:50:12+00:00Added an answer on June 14, 2026 at 9:50 am

    This appears to be a syntactic restriction on let bindings inside a class. However, you can still define a generic local function, you just have to specify the type parameters in type annotations:

    type MyType () =
       let func (x : 'T) : 'T = x
    

    I do not think this is explicitly syntactically forbidden by the specification, because the specification says that a class definition has the following structure:

    type type-name patopt as-defnopt =
          class-inherits-declopt
          class-function-or-value-defnsopt
          type-defn-elements

    and class-or-value-defn is defined as:

    class-function-or-value-defn := attributesopt staticopt let recopt function-or-value-defns

    where function-or-value-defns may be a function definition with explicit type parameters:

    function-defn :=
    inlineopt accessopt ident-or-op typar-defnsopt argument-pats return-typeopt = expr

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

Sidebar

Related Questions

How to create in C++ an abstract class with some abstract methods that I
I try to create some li elements in my XUL Application. Theres only the
I try to create some correct XAML to arrange text in the ComboBox to
I'm getting some weird things happening when I try to create an AVD or
I try to create a very simple app using windows API. I've done some
I have some buttons I am trying to create, and when I try to
I am attempting to add some entities that I have created. When I try
I want to try create something like Zend's Server Pagecache. What I want to
I want to create a collection of classes that behave like math vectors, so
I try create ruby class with included Enumarable So insode view I try render

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.