chore(library/system/IO): suppress unnecessary universe
This commit is contained in:
parent
a5908ad671
commit
6eb377033b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue