Idris2/tests/idris2/interactive030/input
Tung Alissa 1bf46bc458
[ REPL ] Improving :doc (fixity, totality, colours) (#1316)
Co-authored-by: Guillaume ALLAIS <guillaume.allais@ens-lyon.org>
2021-04-21 09:39:18 +01:00

13 lines
175 B
Plaintext

:doc (==)
:doc (-)
:doc (<$>)
:doc Monad
:doc div
:doc (>>=)
:doc (>>)
:let prefix 10 @@
:let (@@) : (t : a) -> (u : a ** t = u)
:let (@@) x = (x ** Refl)
:doc (@@)
:doc (<$)