Skip to content

Commit

Permalink
Param names
Browse files Browse the repository at this point in the history
  • Loading branch information
cartermp committed Nov 4, 2020
1 parent 88664d6 commit a288861
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/fsharp/symbols/Symbols.fsi
Original file line number Diff line number Diff line change
Expand Up @@ -917,10 +917,10 @@ type FSharpMemberOrFunctionOrValue =
member IsConstructor: bool

/// Format the type using the rules of the given display context
member FormatLayout: context: FSharpDisplayContext -> Layout
member FormatLayout: displayContext: FSharpDisplayContext -> Layout

/// Format the type using the rules of the given display context
member GetReturnTypeLayout: context: FSharpDisplayContext -> Layout option
member GetReturnTypeLayout: displayContext: FSharpDisplayContext -> Layout option

/// Check if this method has an entrpoint that accepts witness arguments and if so return
/// the name of that entrypoint and information about the additional witness arguments
Expand Down

0 comments on commit a288861

Please sign in to comment.