Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
janmasrovira committed Sep 8, 2023
1 parent 61aea52 commit a356226
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/positive/Format.juvix
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,7 @@ module Traits;
import Stdlib.Prelude open hiding {Show; mkShow; show};

trait
type Show A :=
| mkShow {show : A → String};
type Show A := mkShow {show : A → String};

instance
showStringI : Show String := mkShow (show := id);
Expand Down

0 comments on commit a356226

Please sign in to comment.