Skip to content

Commit

Permalink
Qualify spec of Foreign.R.Internal.globalEnv
Browse files Browse the repository at this point in the history
  • Loading branch information
facundominguez committed Mar 20, 2024
1 parent 820da66 commit 96e8497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inline-r/src/Foreign/R/Internal.hs
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ foreign import ccall "&R_BaseEnv" baseEnv :: Ptr (SEXP G)
-- | The empty environment.
foreign import ccall "&R_EmptyEnv" emptyEnv :: Ptr (SEXP G)

{-@ globalEnv :: Ptr (TSEXP G Env) @-}
{-@ Foreign.R.Internal.globalEnv :: Ptr (TSEXP G Env) @-}
-- | Global environment.
foreign import ccall "&R_GlobalEnv" globalEnv :: Ptr (SEXP G)

Expand Down

0 comments on commit 96e8497

Please sign in to comment.