From 41c7f64456f9dd12a21dfca88707b26c2f9a07a5 Mon Sep 17 00:00:00 2001 From: Adowrath Date: Wed, 25 Oct 2023 10:44:04 +0200 Subject: [PATCH] [ upstream ] Add PrettyVal for WithDefault --- src/Text/Show/PrettyVal/Derive.idr | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Text/Show/PrettyVal/Derive.idr b/src/Text/Show/PrettyVal/Derive.idr index fd4c339..0583947 100644 --- a/src/Text/Show/PrettyVal/Derive.idr +++ b/src/Text/Show/PrettyVal/Derive.idr @@ -218,6 +218,8 @@ PrettyVal nms p = %runElab derive "Visibility" [PrettyVal] +%runElab derive "WithDefault" [PrettyVal] + %runElab derive "BindMode" [PrettyVal] %runElab derive "UseSide" [PrettyVal]