Skip to content

Commit

Permalink
[ocaml/el-gr] A minor but important fix regarding syntax coloring (#4319
Browse files Browse the repository at this point in the history
)
  • Loading branch information
mlliarm authored Feb 20, 2022
1 parent ad760a7 commit 7c40173
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions el-gr/ocaml-gr.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ let line = read_line () ;;
(*** User-defined τύποι δεδομένων ***)

(* Μπορούμε να ορίζουμε τύπους δεδομένων με τη δομή "type some_type".
Όπως σε αυτό τον άχρηστο τύπο που αντιγράφει τους ακεραίους: )
Όπως σε αυτό τον άχρηστο τύπο που αντιγράφει τους ακεραίους: *)
type my_int = int ;;

(* Πιο ενδιαφέροντες τύποι περιλαμβάνουν τους λεγόμενους type constructors.
Expand Down Expand Up @@ -373,7 +373,6 @@ let rec sum_int_list l =

let t = Cons (1, Cons (2, Cons (3, Nil))) ;;
sum_int_list t ;;
```

## Περισσότερα για την OCaml
Expand Down

0 comments on commit 7c40173

Please sign in to comment.