this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Append semisemi if it wasn't in the input

+3
+3
lib/impl.ml
··· 137 137 | _ -> None 138 138 139 139 let execute printval ?pp_code ?highlight_location pp_answer s = 140 + let s = 141 + let l = String.length s in 142 + if String.sub s (l-2) 2 = ";;" then s else s ^ ";;" in 140 143 let lb = Lexing.from_function (refill_lexbuf s (ref 0) pp_code) in 141 144 (try 142 145 while true do