Add record declaration indentation
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
964c9a685d
commit
7927a8cde7
3 changed files with 26 additions and 12 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue