Skip to content

Commit 743f9d6

Browse files
committed
Rust codegen: remove PhantomData type from eq builtins
1 parent 2b0721e commit 743f9d6

File tree

1 file changed

+0
-1
lines changed
  • lambda-buffers-codegen/src/LambdaBuffers/Codegen/Rust/Print

1 file changed

+0
-1
lines changed

lambda-buffers-codegen/src/LambdaBuffers/Codegen/Rust/Print/Derive.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ lvEqBuiltinsBase = LV.MkPrintRead $ \(_ty, refName) ->
5555
, ("and", R.qForeignRef R.MkValueName "lbr-prelude" ["lamval"] "and")
5656
, ("true", R.qBuiltin R.MkValueName "true")
5757
, ("false", R.qBuiltin R.MkValueName "false")
58-
, ("PhantomData", R.qForeignRef R.MkValueName "std" ["marker"] "PhantomData")
5958
]
6059

6160
printDerivePartialEqBase :: MonadPrint m => PC.ModuleName -> R.PkgMap -> PC.TyDefs -> (Doc ann -> Doc ann) -> PC.Ty -> m (Doc ann)

0 commit comments

Comments
 (0)