Skip to content

Commit

Permalink
📝 Update haddock
Browse files Browse the repository at this point in the history
  • Loading branch information
lsrcz committed Jan 7, 2025
1 parent 7b81d81 commit ea0e2dd
Show file tree
Hide file tree
Showing 3 changed files with 116 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Grisette/Internal/SymPrim/Prim/Internal/Caches.hs
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ type StableIdent = StableName Any
-- | A digest of a term.
type Digest = Word32

-- | Information about a cached term.
data CachedInfo = CachedInfo
{ cachedThreadId :: {-# UNPACK #-} !WeakThreadId,
cachedDigest :: {-# UNPACK #-} !Digest,
Expand Down
Loading

0 comments on commit ea0e2dd

Please sign in to comment.