Skip to content

Commit

Permalink
update expectation because show adds more parens now.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpolzin committed Oct 13, 2023
1 parent 9e99b59 commit 8c202e1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/derive/derive002/expected
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
[] : List Bool
10
Some "foo"
None Bool
None (Bool)
True
2.4
{ someNat = 20 }
< ADouble : Double | Bar >.ADouble 30.0
< ADouble : Double | Bar >.ADouble (30.0)
< ADouble : Double | Bar >.Bar
{ someList = [ 1.2
, 3.4 ], someNat = 2, someNat1 = 3, someOpBool = Some True, someStr = "mkfoo" }
< ADouble2 : Double | Bar2 | Baz : Optional Natural >.ADouble2 40.0
< ADouble2 : Double | Bar2 | Baz : Optional Natural >.Bar2
< ADouble2 : Double | Bar2 | Baz : Optional Natural >.Baz Some 1
< ADouble2 : Double | Bar2 | Baz : Optional (Natural) >.ADouble2 (40.0)
< ADouble2 : Double | Bar2 | Baz : Optional (Natural) >.Bar2
< ADouble2 : Double | Bar2 | Baz : Optional (Natural) >.Baz (Some 1)

0 comments on commit 8c202e1

Please sign in to comment.