Skip to content

Commit 139716b

Browse files
KevinRansombaronfel
authored andcommitted
feedback
1 parent 196f300 commit 139716b

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

src/fsharp/TypeRelations.fs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,6 @@ let rec TypesFeasiblyEquivalent stripMeasures ndeep g amap m ty1 ty2 =
5959
let ty1str = stripAll ty1
6060
let ty2str = stripAll ty2
6161

62-
let _found, _tc_eq =
63-
match ty1str, ty2str with
64-
| TType_app (tc1, _l1), TType_app (tc2, _l2) ->
65-
let tc1_local = tc1
66-
let tc2_local = tc2
67-
true, tyconRefEq g tc1_local tc2_local
68-
| _ -> false, false
69-
7062
match ty1str, ty2str with
7163
| TType_var _, _
7264
| _, TType_var _ -> true

0 commit comments

Comments
 (0)