Advertisement
Guest User

Untitled

a guest
Oct 14th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. data GhcModuleCache = GhcModuleCache
  2. { cradleCache :: !(T.Trie CachedCradle)
  3. -- ^ map from dirs to cradles
  4. , uriCaches :: !UriCaches
  5. , currentCradle :: Maybe ([FilePath], BIOS.Cradle)
  6. -- ^ The current cradle and which directories it is
  7. -- responsible for
  8. } deriving (Show)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement