Just a clarification

This commit is contained in:
Iavor S. Diatchki 2017-10-19 15:17:39 -07:00
parent 095a7718d9
commit 300383772f

View File

@ -1,5 +1,6 @@
-- | Transformed a parametrized module into an ordinary module
-- 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
import qualified Data.Map as Map