Skip to content

Commit

Permalink
oops, forgot to inline lkobjbyid
Browse files Browse the repository at this point in the history
  • Loading branch information
axionbuster committed Jan 18, 2025
1 parent d737256 commit f436b5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/M/Reg.hs
Original file line number Diff line number Diff line change
Expand Up @@ -155,3 +155,4 @@ lkcodebyid i Reg {regic} = H.lookup i regic
-- @
lkobjbyid :: Text -> Reg a -> Maybe a
lkobjbyid i r = lkcodebyid i r >>= (`lkobjbycode` r)
{-# INLINE lkobjbyid #-}

0 comments on commit f436b5c

Please sign in to comment.