We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 858a4a5 commit 1f12e72Copy full SHA for 1f12e72
lambda-buffers-codegen/src/LambdaBuffers/Codegen/Typescript/Print/Derive.hs
@@ -40,7 +40,7 @@ lamTy2PCTy = \case
40
LamTy.Types.TyApp _f _args (Just tyApp) -> do
41
return $ PC.TyAppI tyApp
42
_ ->
43
- -- Note(jaredponn): hopefully this never happens...
+ -- NOTE(jaredponn): hopefully this never happens...
44
Nothing
45
46
instanceDictIdent :: Ts.PkgMap -> Ts.QClassName -> PC.Ty -> Text
0 commit comments