Skip to content

CompilationRepresentation adds additional prefix to type #71

@nojaf

Description

@nojaf

Issue created from telplin-online

Implementation

namespace Meh.Bar

[<CompilationRepresentation(CompilationRepresentationFlags.ModuleSuffix)>]
[<RequireQualifiedAccess>]
module Telplin =
    type V =
        { X : int }
        static member Zero = { X = 0}

Signature

namespace Meh.Bar

[<CompilationRepresentation(CompilationRepresentationFlags.ModuleSuffix)>]
[<RequireQualifiedAccess>]
module Telplin =
    type V =
        { X: int }

        static member Zero: Telplin.V

Problem description

image

Extra information

  • The proposed signature has problems.
  • I or my company would be willing to help fix this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions