Arend
Arend copied to clipboard
Improve console REPL completion
Improve REPL completion. Currently ImportCompleter
will not work on this example:
\import Combinatorics.{-caret-}
Instead default completion will add Fin (instead of BinOp and Factorial).
Also make console completions smarter...