Skip to content

Commit 0348752

Browse files
committed
Update README.md
1 parent 750c0aa commit 0348752

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Note that each computation in each stage is kept pure functional; everything imp
8585
- [x] Let/Do expressions
8686
- [x] Type definitions
8787
- [x] Define/Open modules
88-
- [ ] On REPL
88+
- [x] On REPL
8989

9090
## Type system extensions
9191

@@ -105,9 +105,9 @@ Note that each computation in each stage is kept pure functional; everything imp
105105
## Runtime improvements
106106
- [x] REPL
107107
- [x] Line editor
108-
- [ ] Suggestions & completions
108+
- [x] Suggestions & completions
109109
- [x] Load and execute source files
110-
- [ ] Import sources on the fly
110+
- [x] Import sources on the fly
111111
- [ ] Compiler
112112
- [ ] Interop
113113
- [x] Built-in functions written in F#

0 commit comments

Comments
 (0)