cryptol-2.2.2: Cryptol: The Language of Cryptography

Copyright(c) 2013-2015 Galois, Inc.
LicenseBSD3
Maintainercryptol@galois.com
Stabilityprovisional
Portabilityportable
Safe HaskellSafe
LanguageHaskell98

Cryptol.TypeCheck.PP

Description

 

Synopsis

Documentation

data WithNames a Source

This packages together a type with some names to be used to display the variables. It is used for pretty printing types.

Constructors

WithNames a NameMap 

nameList :: [String] -> [String] Source

Expand a list of base names into an infinite list of variations.

dump :: PP (WithNames a) => a -> String Source