Skip to content

Commit 89ac025

Browse files
T-GroCopilot
andcommitted
Rename TypeQueries back to TypeTesters
70% of vals operate on TType, 12% on Tycon, 5% on Val — 'Testers' better describes the is*/dest*/strip* nature than 'Queries'. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 413a507 commit 89ac025

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Compiler/TypedTree/TypedTreeOps.ExprConstruction.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ module internal TypedTreeCollections =
583583
||> List.foldBack (fun (x, y) acc -> acc.Add(x, y))
584584

585585
[<AutoOpen>]
586-
module internal TypeQueries =
586+
module internal TypeTesters =
587587

588588
//--------------------------------------------------------------------------
589589
// From Ref_private to Ref_nonlocal when exporting data.

src/Compiler/TypedTree/TypedTreeOps.ExprConstruction.fsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ module internal TypedTreeCollections =
382382
static member OfList: (TyconRef * 'T) list -> TyconRefMultiMap<'T>
383383

384384
[<AutoOpen>]
385-
module internal TypeQueries =
385+
module internal TypeTesters =
386386

387387
/// Try to create a EntityRef suitable for accessing the given Entity from another assembly
388388
val tryRescopeEntity: CcuThunk -> Entity -> EntityRef voption

0 commit comments

Comments
 (0)