1
0
forked from GitHub/gf-core

Remove wrong Haddock comment in PGF2

Clearly just a copy-paste error
This commit is contained in:
John J. Camilleri
2019-08-07 12:52:17 +02:00
parent 81362ed7b7
commit 85f12a5544

View File

@@ -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))