chore(library/system/IO): suppress unnecessary universe

This commit is contained in:
Leonardo de Moura 2016-05-26 11:19:52 -07:00
parent a5908ad671
commit 6eb377033b

View file

@ -3,7 +3,7 @@ Copyright (c) 2016 Microsoft Corporation. All rights reserved.
Released under Apache 2.0 license as described in the file LICENSE.
Authors: Luke Nelson, Jared Roesch and Leonardo de Moura
-/
constant IO : Type → Type
constant IO.{l} : Type.{l} → Type.{l}
constant functorIO : functor IO
constant monadIO : monad IO