Skip to content

Commit aaf556f

Browse files
committed
Rust codegen: remove PhantomData type from eq builtins
1 parent 9b4c30e commit aaf556f

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
@@ -54,7 +54,6 @@ lvEqBuiltinsBase = LV.MkPrintRead $ \(_ty, refName) ->
5454
, ("and", R.qForeignRef R.MkValueName "lbr-prelude" ["lamval"] "and")
5555
, ("true", R.qBuiltin R.MkValueName "true")
5656
, ("false", R.qBuiltin R.MkValueName "false")
57-
, ("PhantomData", R.qForeignRef R.MkValueName "std" ["marker"] "PhantomData")
5857
]
5958

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

0 commit comments

Comments
 (0)