diff options
Diffstat (limited to 'src/doc_reform/spine.d')
-rwxr-xr-x | src/doc_reform/spine.d | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/doc_reform/spine.d b/src/doc_reform/spine.d index 2ee081c..134854e 100755 --- a/src/doc_reform/spine.d +++ b/src/doc_reform/spine.d @@ -759,7 +759,6 @@ void main(string[] args) { writeln("--->\nstepX commence → (document abstraction)"); } auto t = spineAbstraction!()(_env, program_info, _opt_action, manifest, _make_and_meta_struct); - static assert(!isTypeTuple!(t)); static assert(t.length==2); auto doc_abstraction = t[dAM.abstraction]; auto doc_matters = t[dAM.matters]; @@ -875,7 +874,6 @@ void main(string[] args) { writeln("--->\nstepX commence → (document abstraction)"); } auto t = spineAbstraction!()(_env, program_info, _opt_action, manifest, _make_and_meta_struct); - static assert(!isTypeTuple!(t)); static assert(t.length==2); auto doc_abstraction = t[dAM.abstraction]; auto doc_matters = t[dAM.matters]; |