Skip to content

Commit

Permalink
reformat source.elr
Browse files Browse the repository at this point in the history
  • Loading branch information
bristermitten committed Oct 3, 2023
1 parent 1a09f30 commit 46d0716
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion source.elr
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ let add2 = \x -> x + 2
let x = add2 1

let main =
let y = x + 1 in let z = y + 1 in println (toString z)
let y = x + 1 in
let z = y + 1 in
println (toString z)

0 comments on commit 46d0716

Please sign in to comment.