@@ -933,16 +933,18 @@ foreach section [boot-base boot-sys boot-mezz] [
933
933
)
934
934
]
935
935
][
936
- compose /deep/only [
937
- import module [
938
- Title: (select hdr 'title)
939
- Name: (select hdr 'name)
940
- Version: (select hdr 'version)
941
- Date: (select hdr 'date)
942
- Author: (select hdr 'author)
943
- Exports: (select hdr 'exports)
944
- Needs: (select hdr 'needs)
945
- ] ( code )
936
+ reduce [
937
+ 'import to paren! compose /deep/only [
938
+ module [
939
+ Title: (select hdr 'title)
940
+ Name: (select hdr 'name)
941
+ Version: (select hdr 'version)
942
+ Date: (select hdr 'date)
943
+ Author: (select hdr 'author)
944
+ Exports: (select hdr 'exports)
945
+ Needs: (select hdr 'needs)
946
+ ] ( code )
947
+ ]
946
948
]
947
949
]
948
950
][ code ]
@@ -984,16 +986,18 @@ foreach file first mezz-files [
984
986
)
985
987
]
986
988
][
987
- compose /deep/only [
988
- import module [
989
- Title: (select hdr 'title)
990
- Name: (select hdr 'name)
991
- Version: (select hdr 'version)
992
- Date: (select hdr 'date)
993
- Author: (select hdr 'author)
994
- Exports: (select hdr 'exports)
995
- Needs: (select hdr 'needs)
996
- ] ( code )
989
+ reduce [
990
+ 'import to paren! compose /deep/only [
991
+ module [
992
+ Title: (select hdr 'title)
993
+ Name: (select hdr 'name)
994
+ Version: (select hdr 'version)
995
+ Date: (select hdr 'date)
996
+ Author: (select hdr 'author)
997
+ Exports: (select hdr 'exports)
998
+ Needs: (select hdr 'needs)
999
+ ] ( code )
1000
+ ]
997
1001
]
998
1002
]
999
1003
][
0 commit comments