When I run try to run flitter using flitter splits.scm (it doesnt detect my-splits.scm which is whats reccomended) it throws the error
`Uncaught exception:
(Failure
"Sexplib.Sexp.gen_load_sexp: EOF in splits.scm while in state Parsing_list")
Raised at file "stdlib.ml", line 33, characters 17-33
Called from file "src/pre_sexp.ml", line 682, characters 15-44
Re-raised at file "src/pre_sexp.ml", line 685, characters 33-42
Called from file "src/pre_sexp.ml", line 734, characters 13-40
Called from file "src/pre_sexp.ml", line 745, characters 23-59
Called from file "flitter/src/loadsave.ml", line 137, characters 13-58
Called from file "flitter/src/flitter.ml", line 14, characters 16-34
Called from file "flitter/bin/main.ml", line 1, characters 9-23`
what do i do?
When I run try to run flitter using
flitter splits.scm
(it doesnt detect my-splits.scm which is whats reccomended) it throws the error `Uncaught exception:(Failure "Sexplib.Sexp.gen_load_sexp: EOF in splits.scm while in state Parsing_list")
Raised at file "stdlib.ml", line 33, characters 17-33 Called from file "src/pre_sexp.ml", line 682, characters 15-44 Re-raised at file "src/pre_sexp.ml", line 685, characters 33-42 Called from file "src/pre_sexp.ml", line 734, characters 13-40 Called from file "src/pre_sexp.ml", line 745, characters 23-59 Called from file "flitter/src/loadsave.ml", line 137, characters 13-58 Called from file "flitter/src/flitter.ml", line 14, characters 16-34 Called from file "flitter/bin/main.ml", line 1, characters 9-23` what do i do?