Skip to content

Commit

Permalink
Fantomas
Browse files Browse the repository at this point in the history
  • Loading branch information
vzarytovskii committed Oct 14, 2024
1 parent 16d764a commit eaee661
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Compiler/Checking/import.fsi
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,10 @@ type CanCoerce =
type TTypeCacheKey =
interface System.IEquatable<TTypeCacheKey>
private new: ty1: TType * ty2: TType * canCoerce: CanCoerce * tcGlobals: TcGlobals -> TTypeCacheKey
static member FromStrippedTypes: ty1: TType * ty2: TType * canCoerce: CanCoerce * tcGlobals: TcGlobals -> TTypeCacheKey

static member FromStrippedTypes:
ty1: TType * ty2: TType * canCoerce: CanCoerce * tcGlobals: TcGlobals -> TTypeCacheKey

val ty1: TType
val ty2: TType
val canCoerce: CanCoerce
Expand Down

0 comments on commit eaee661

Please sign in to comment.