File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
parser-typechecker/src/Unison/Syntax
unison-cli/src/Unison/LSP Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -1461,7 +1461,7 @@ block' isTop implicitUnitAtEnd s openBlock closeBlock = do
1461
1461
Term. consLetRec
1462
1462
isTop
1463
1463
fullLetRecSpan
1464
- (ann tm , positionalVar (ann tm) (Var. named " _" ), tm)
1464
+ (Ann. External , positionalVar (ann tm) (Var. named " _" ), tm)
1465
1465
result
1466
1466
DestructuringBind (_, f) ->
1467
1467
f <$> finish result
Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ import Unison.ConstructorReference (GConstructorReference (..))
28
28
import Unison.ConstructorType qualified as CT
29
29
import Unison.DataDeclaration (Decl )
30
30
import Unison.DataDeclaration qualified as DD
31
- import Unison.Debug qualified as Debug
32
31
import Unison.HashQualified qualified as HQ
33
32
import Unison.LSP.Conversions (lspToUPos )
34
33
import Unison.LSP.FileAnalysis (getFileSummary , ppedForFile )
You can’t perform that action at this time.
0 commit comments