From 2a6477cc99c929edffbd805e9d7fffb40d6d63cf Mon Sep 17 00:00:00 2001
From: Ralph Amissah <ralph@amissah.com>
Date: Wed, 21 Feb 2018 17:27:44 -0500
Subject: maker.org updates, including reggae builds

---
 org/sdp.org | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

(limited to 'org')

diff --git a/org/sdp.org b/org/sdp.org
index dbc5cda..6ed2639 100644
--- a/org/sdp.org
+++ b/org/sdp.org
@@ -595,7 +595,7 @@ enforce(
 );
 #+END_SRC
 
-*** 1. _document abstraction_ [#A]
+*** 1. _document abstraction_                                                      >>
 
 - return tuple of:
   - doc_abstraction (the document)
@@ -603,11 +603,17 @@ enforce(
 
 #+NAME: sdp_each_file_do_abstraction
 #+BEGIN_SRC d
+debug(steps) {
+  writeln("stepX commence → (document abstraction)");
+}
 auto t = SiSUabstraction!()(_env, _opt_action, manifest);
 static assert(!isTypeTuple!(t));
 static assert(t.length==2);
 auto doc_abstraction = t[dAM.abstraction];
 auto doc_matters = t[dAM.matters];
+debug(steps) {
+  writeln("- stepX complete");
+}
 #+END_SRC
 
 *** 2. _output processing_ (post abstraction processing)                          >>
-- 
cgit v1.2.3