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 9b4c30e commit aaf556fCopy full SHA for aaf556f
lambda-buffers-codegen/src/LambdaBuffers/Codegen/Rust/Print/Derive.hs
@@ -54,7 +54,6 @@ lvEqBuiltinsBase = LV.MkPrintRead $ \(_ty, refName) ->
54
, ("and", R.qForeignRef R.MkValueName "lbr-prelude" ["lamval"] "and")
55
, ("true", R.qBuiltin R.MkValueName "true")
56
, ("false", R.qBuiltin R.MkValueName "false")
57
- , ("PhantomData", R.qForeignRef R.MkValueName "std" ["marker"] "PhantomData")
58
]
59
60
printDerivePartialEqBase :: MonadPrint m => PC.ModuleName -> PC.TyDefs -> (Doc ann -> Doc ann) -> PC.Ty -> m (Doc ann)
0 commit comments