mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-27 03:38:55 -06:00
Remove wrong Haddock comment in PGF2
Clearly just a copy-paste error
This commit is contained in:
@@ -168,8 +168,6 @@ languages p =
|
|||||||
concr <- fmap (\ptr -> Concr ptr (touchPGF p)) $ peek (castPtr value)
|
concr <- fmap (\ptr -> Concr ptr (touchPGF p)) $ peek (castPtr value)
|
||||||
writeIORef ref $! Map.insert name concr langs
|
writeIORef ref $! Map.insert name concr langs
|
||||||
|
|
||||||
-- | The abstract language name is the name of the top-level
|
|
||||||
-- abstract module
|
|
||||||
concreteName :: Concr -> ConcName
|
concreteName :: Concr -> ConcName
|
||||||
concreteName c = unsafePerformIO (peekUtf8CString =<< pgf_concrete_name (concr c))
|
concreteName c = unsafePerformIO (peekUtf8CString =<< pgf_concrete_name (concr c))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user