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