This module exposes a simple add function, as well as internals for test.
add : Basics.Int -> Basics.Int -> Basics.Int
This is exposed in the module and the package. |
forTest : Internal.ForTest { internalAdd : Basics.Int -> Basics.Int -> Basics.Int }
This is exposed in the module and the package,
but since ForTest
is not exposed by the package,
it is unusable outside of the package. |