Files
sml-projects/fcore/parse-file.sml

6 lines
83 B
Standard ML

structure ParseFile =
struct
(* unimplemented *)
fun parseLine line = NONE
end