Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
fe91e2bd
Commit
fe91e2bd
authored
Aug 14, 1998
by
sof
Browse files
[project @ 1998-08-14 12:53:10 by sof]
Import PrelErr using {-# SOURCE #-}
parent
69ca0ae9
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/lib/std/PrelConc.lhs
View file @
fe91e2bd
...
...
@@ -20,9 +20,9 @@ module PrelConc(
) where
import PrelBase
import {-# SOURCE #-} PrelErr ( parError )
import PrelST ( ST(..), STret(..), StateAndPtr#(..) )
import PrelIOBase ( IO(..), IOResult(..), MVar(..) )
import PrelErr ( parError )
import PrelBase ( Int(..) )
import PrelGHC ( fork#, delay#, waitRead#, waitWrite#,
SynchVar#, newSynchVar#, takeMVar#, putMVar#,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment