File tree 8 files changed +76
-14
lines changed 8 files changed +76
-14
lines changed Original file line number Diff line number Diff line change 1
1
(* This file is part of Learn-OCaml.
2
2
*
3
- * Copyright (C) 2016 OCamlPro.
3
+ * Copyright (C) 2019 OCaml Software Foundation.
4
+ * Copyright (C) 2016-2018 OCamlPro.
4
5
*
5
- * Learn-OCaml is free software: you can redistribute it and/or modify
6
- * it under the terms of the GNU Affero General Public License as
7
- * published by the Free Software Foundation, either version 3 of the
8
- * License, or (at your op1tion) any later version.
9
- *
10
- * Learn-OCaml is distributed in the hope that it will be useful,
11
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
12
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
- * GNU Affero General Public License for more details.
14
- *
15
- * You should have received a copy of the GNU Affero General Public License
16
- * along with this program. If not, see <http://www.gnu.org/licenses/>. *)
6
+ * The main authors of the editor part is the pfitaxel team see
7
+ * https://github.com/pfitaxel/learn-ocaml-editor for more information
8
+ *
9
+ * Learn-OCaml is distributed under the terms of the MIT license. See the
10
+ * included LICENSE file for details. *)
17
11
18
12
open Js_utils
19
13
open Lwt.Infix
Original file line number Diff line number Diff line change
1
+ (* This file is part of Learn-OCaml.
2
+ *
3
+ * Copyright (C) 2019 OCaml Software Foundation.
4
+ * Copyright (C) 2016-2018 OCamlPro.
5
+ *
6
+ * The main authors of the editor part is the pfitaxel team see
7
+ * https://github.com/pfitaxel/learn-ocaml-editor for more information
8
+ *
9
+ * Learn-OCaml is distributed under the terms of the MIT license. See the
10
+ * included LICENSE file for details. *)
11
+
1
12
open Learnocaml_data
2
13
open Learnocaml_common
3
14
open Learnocaml_index
Original file line number Diff line number Diff line change
1
+ (* This file is part of Learn-OCaml.
2
+ *
3
+ * Copyright (C) 2019 OCaml Software Foundation.
4
+ * Copyright (C) 2016-2018 OCamlPro.
5
+ *
6
+ * The main authors of the editor part is the pfitaxel team see
7
+ * https://github.com/pfitaxel/learn-ocaml-editor for more information
8
+ *
9
+ * Learn-OCaml is distributed under the terms of the MIT license. See the
10
+ * included LICENSE file for details. *)
11
+
1
12
open Learnocaml_data
2
13
open Editor
3
14
val update_index : Editor .editor_state -> unit
Original file line number Diff line number Diff line change 1
1
(* This file is part of Learn-OCaml.
2
- *
2
+ *
3
3
* Copyright (C) 2019 OCaml Software Foundation.
4
4
* Copyright (C) 2016-2018 OCamlPro.
5
5
*
6
+ * The main authors of the editor part is the pfitaxel team see
7
+ * https://github.com/pfitaxel/learn-ocaml-editor for more information
8
+ *
6
9
* Learn-OCaml is distributed under the terms of the MIT license. See the
7
10
* included LICENSE file for details. *)
8
11
Original file line number Diff line number Diff line change
1
+ (* This file is part of Learn-OCaml.
2
+ *
3
+ * Copyright (C) 2019 OCaml Software Foundation.
4
+ * Copyright (C) 2016-2018 OCamlPro.
5
+ *
6
+ * The main authors of the editor part is the pfitaxel team see
7
+ * https://github.com/pfitaxel/learn-ocaml-editor for more information
8
+ *
9
+ * Learn-OCaml is distributed under the terms of the MIT license. See the
10
+ * included LICENSE file for details. *)
11
+
1
12
val editor_tab : 'b -> 'c -> unit -> [> Html_types .div ] Tyxml_js.Html5 .elt Lwt .t
Original file line number Diff line number Diff line change
1
+ (* This file is part of Learn-OCaml.
2
+ *
3
+ * Copyright (C) 2019 OCaml Software Foundation.
4
+ * Copyright (C) 2016-2018 OCamlPro.
5
+ *
6
+ * The main authors of the editor part is the pfitaxel team see
7
+ * https://github.com/pfitaxel/learn-ocaml-editor for more information
8
+ *
9
+ * Learn-OCaml is distributed under the terms of the MIT license. See the
10
+ * included LICENSE file for details. *)
11
+
1
12
open Js_of_ocaml
2
13
open Dom_html
3
14
open Js_utils
Original file line number Diff line number Diff line change
1
+ (* This file is part of Learn-OCaml.
2
+ *
3
+ * Copyright (C) 2019 OCaml Software Foundation.
4
+ * Copyright (C) 2016-2018 OCamlPro.
5
+ *
6
+ * The main authors of the editor part is the pfitaxel team see
7
+ * https://github.com/pfitaxel/learn-ocaml-editor for more information
8
+ *
9
+ * Learn-OCaml is distributed under the terms of the MIT license. See the
10
+ * included LICENSE file for details. *)
11
+
1
12
open Editor_lib
2
13
3
14
let rec to_string_aux char_list = match char_list with
Original file line number Diff line number Diff line change
1
+ (* This file is part of Learn-OCaml.
2
+ *
3
+ * Copyright (C) 2019 OCaml Software Foundation.
4
+ * Copyright (C) 2016-2018 OCamlPro.
5
+ *
6
+ * The main authors of the editor part is the pfitaxel team see
7
+ * https://github.com/pfitaxel/learn-ocaml-editor for more information
8
+ *
9
+ * Learn-OCaml is distributed under the terms of the MIT license. See the
10
+ * included LICENSE file for details. *)
1
11
2
12
(* * Allows typing a question passing by a string
3
13
* @param question_untyped id_question *)
You can’t perform that action at this time.
0 commit comments