mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-17 13:01:31 +03:00
Just a clarification
This commit is contained in:
parent
095a7718d9
commit
300383772f
@ -1,5 +1,6 @@
|
|||||||
-- | Transformed a parametrized module into an ordinary module
|
-- | Transformed a parametrized module into an ordinary module
|
||||||
-- where everything is parameterized by the module's parameters.
|
-- where everything is parameterized by the module's parameters.
|
||||||
|
-- Note that this reuses the names from the original parameterized module.
|
||||||
module Cryptol.Transform.AddModParams (addModParams) where
|
module Cryptol.Transform.AddModParams (addModParams) where
|
||||||
|
|
||||||
import qualified Data.Map as Map
|
import qualified Data.Map as Map
|
||||||
|
Loading…
Reference in New Issue
Block a user