Commit 7b7f68b62f1042cc7aa7b3a10e35dd6613597413

Thomas de Grivel 2020-03-09T11:57:50

add type

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/core/defs.lisp b/core/defs.lisp
index cf6fbf4..064f98f 100644
--- a/core/defs.lisp
+++ b/core/defs.lisp
@@ -252,7 +252,7 @@
   ((property :initarg :property)))
 
 (define-condition resource-operation-failed (resource-operation-error)
-  ((operation :initarg :operation)
+  ((operation :initarg :operation :type operation)
    (diff :initarg :diff)))
 
 ;;  Operators on property lists