mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-11-13 10:58:23 +03:00
Use simple language
This commit is contained in:
parent
9c9d0db38f
commit
180c90f9bb
@ -83,7 +83,7 @@ browseMods disp decls =
|
||||
|
||||
browseFunctors :: DispInfo -> IfaceDecls -> [Doc]
|
||||
browseFunctors disp decls =
|
||||
ppSection disp "Submodule Functors" ppM (ifFunctors decls)
|
||||
ppSection disp "Parameterized Submodules" ppM (ifFunctors decls)
|
||||
where
|
||||
ppM m = pp (ifModName m)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user