emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/trinary a62f0d6453 2/3: feat: make the value typed and


From: ELPA Syncer
Subject: [elpa] externals/trinary a62f0d6453 2/3: feat: make the value typed and read-only
Date: Wed, 1 Mar 2023 15:59:11 -0500 (EST)

branch: externals/trinary
commit a62f0d64539a15a4f935c452cf27e657bf61af0d
Author: Matus Goljer <matus.goljer@gmail.com>
Commit: Matus Goljer <matus.goljer@gmail.com>

    feat: make the value typed and read-only
---
 trinary.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/trinary.el b/trinary.el
index 294a148f81..ed3146bd18 100644
--- a/trinary.el
+++ b/trinary.el
@@ -40,7 +40,7 @@
                (:constructor trinary-true (&aux (value trinary--true)))
                (:constructor trinary-maybe (&aux (value trinary--maybe)))
                (:constructor trinary-false (&aux (value trinary--false))))
-  value)
+  (value nil :type integer :read-only t))
 
 (defun trinary--int-to-value (x)
   "Convert X to `trinary' value."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]