tricorder source Data.Text#pack returns the following
tricorder: Data.Text#pack: function not found in module source
even though Data.Text exports it. It is however defined in Data.Text.Internal, so tricorder source Data.Text.Internal#pack works as intended.
tricorder source Data.Text#pack should show the function definition for the re-exported function, even though it is defined elsewhere.
tricorder source Data.Text#packreturns the followingeven though
Data.Textexports it. It is however defined inData.Text.Internal, sotricorder source Data.Text.Internal#packworks as intended.tricorder source Data.Text#packshould show the function definition for the re-exported function, even though it is defined elsewhere.