Warning removal

This commit is contained in:
Trevor Elliott 2015-08-13 22:50:23 -07:00
parent 6784125cfa
commit 0d4a5bf5d3

View File

@ -1,3 +1,5 @@
{-# LANGUAGE PatternGuards #-}
-- | An interval interpretation of types.
module Cryptol.TypeCheck.Solver.Numeric.Interval where