6 lines
83 B
Standard ML
6 lines
83 B
Standard ML
|
|
structure ParseFile =
|
||
|
|
struct
|
||
|
|
(* unimplemented *)
|
||
|
|
fun parseLine line = NONE
|
||
|
|
end
|