cryptol-2.3.0: Cryptol: The Language of Cryptography

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

Cryptol.TypeCheck.TypeOf

Description

 

Synopsis

Documentation

fastTypeOf :: Map Name Schema -> Expr -> Type Source

Given a typing environment and an expression, compute the type of the expression as quickly as possible, assuming that the expression is well formed with correct type annotations.