Add record declaration indentation
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Bruno BELANYI 2022-06-13 11:24:47 +02:00
parent 964c9a685d
commit 7927a8cde7
3 changed files with 26 additions and 12 deletions

View file

@ -1,6 +1,12 @@
let
type array_of_int = array of int
type record = {
a: int,
b: string,
c: type
}
var a :=
"a string"
in