From 85f12a5544ba8ca6481780cd16775a3506fd56e1 Mon Sep 17 00:00:00 2001 From: "John J. Camilleri" Date: Wed, 7 Aug 2019 12:52:17 +0200 Subject: [PATCH] Remove wrong Haddock comment in PGF2 Clearly just a copy-paste error --- src/runtime/haskell-bind/PGF2.hsc | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/runtime/haskell-bind/PGF2.hsc b/src/runtime/haskell-bind/PGF2.hsc index fd77dbbf7..a41c915f1 100644 --- a/src/runtime/haskell-bind/PGF2.hsc +++ b/src/runtime/haskell-bind/PGF2.hsc @@ -168,8 +168,6 @@ languages p = concr <- fmap (\ptr -> Concr ptr (touchPGF p)) $ peek (castPtr value) writeIORef ref $! Map.insert name concr langs --- | The abstract language name is the name of the top-level --- abstract module concreteName :: Concr -> ConcName concreteName c = unsafePerformIO (peekUtf8CString =<< pgf_concrete_name (concr c))