Skip to content

Commit b7e0310

Browse files
committed
nit
1 parent 86b6d71 commit b7e0310

File tree

1 file changed

+1
-1
lines changed
  • lambda-buffers-compiler/src/LambdaBuffers/Compiler

1 file changed

+1
-1
lines changed

lambda-buffers-compiler/src/LambdaBuffers/Compiler/KindCheck.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ runKindCheck = interpret $ \case
185185
tyDef2Map :: PC.TyDef -> HandleErrorEnv ()
186186
tyDef2Map = tyAbs2Map . view #tyAbs
187187

188-
-- Note(cstml): Is there any purpose for anything from the tyArg - be sure to cover with tests.
188+
-- NOTE(cstml): Is there any purpose for anything from the tyArg - be sure to cover with tests.
189189
tyAbs2Map :: PC.TyAbs -> HandleErrorEnv ()
190190
tyAbs2Map tyAbs = tyBody2Map (tyAbs ^. #tyBody)
191191

0 commit comments

Comments
 (0)