Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FrameWorld
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FrameIT
FrameWorld
Commits
8b4d1167
Commit
8b4d1167
authored
4 years ago
by
ComFreek
Browse files
Options
Downloads
Plain Diff
Merge branch 'devel' of
https://gl.mathhub.info/FrameIT/frameworld
into devel
parents
b9aadd59
87b4e346
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
source/MetaTheories.mmt
+34
-34
34 additions, 34 deletions
source/MetaTheories.mmt
source/Scrolls/README.md
+5
-2
5 additions, 2 deletions
source/Scrolls/README.md
with
39 additions
and
36 deletions
source/MetaTheories.mmt
+
34
−
34
View file @
8b4d1167
namespace http://mathhub.info/FrameIT/frameworld ❚
fixmeta ur:?LF ❚
/T MMT meta keys and value constructors for meta annotations of facts in situation theories and (input/output) facts in scrolls ❚
theory MetaAnnotations =
include ☞http://mathhub.info/MitM/Foundation?Strings ❙
label ❙
description ❙
problemTheory ❙
solutionTheory❙
/T Example usages:
- `lverb A`, where A refers to a symbol
- `lverb A B`, a shorthand for `concat (lverb A) (lverb B)`; works for arbitrary number of arguments
❙
label_verbalization_of # lverb ❙
description_verbalization_of # dverb ❙
❚
/T The meta theory to use for situation theories, scroll problem, and scroll solution theories ❚
theory FrameworldMeta =
include ?MetaAnnotations ❙
include ☞http://gl.mathhub.info/MMT/LFX/Sigma?LFSigma ❙
include ☞http://mathhub.info/MitM/Foundation?Strings ❙
include ☞http://mathhub.info/MitM/Foundation?Math ❙
include ☞http://mathhub.info/MitM/core/geometry?3DGeometry ❙
include ☞http://mathhub.info/MitM/core/geometry?Planes ❙
❚
namespace http://mathhub.info/FrameIT/frameworld ❚
fixmeta ur:?LF ❚
/T MMT meta keys and value constructors for meta annotations of facts in situation theories and (input/output) facts in scrolls ❚
theory MetaAnnotations =
include ☞http://mathhub.info/MitM/Foundation?Strings ❙
label ❙
description ❙
problemTheory ❙
solutionTheory❙
/T Example usages:
- `lverb A`, where A refers to a symbol
- `lverb A B`, a shorthand for `concat (lverb A) (lverb B)`; works for arbitrary number of arguments
❙
label_verbalization_of # lverb ❙
description_verbalization_of # dverb ❙
❚
/T The meta theory to use for situation theories, scroll problem, and scroll solution theories ❚
theory FrameworldMeta =
include ?MetaAnnotations ❙
include ☞http://gl.mathhub.info/MMT/LFX/Sigma?LFSigma ❙
include ☞http://mathhub.info/MitM/Foundation?Strings ❙
include ☞http://mathhub.info/MitM/Foundation?Math ❙
include ☞http://mathhub.info/MitM/core/geometry?3DGeometry ❙
include ☞http://mathhub.info/MitM/core/geometry?Planes ❙
❚
This diff is collapsed.
Click to expand it.
source/Scrolls/README.md
+
5
−
2
View file @
8b4d1167
...
...
@@ -33,6 +33,9 @@ theory Midpoint =
to have access to the facts formalized in the problem theory ❙
include ?Midpoint/Problem ❙
// the next meta annotations (to the theory) actually make this theory into a scroll:
We specify the Problem and Solution theories ❙
meta ?MetaAnnotations?label "MidPoint" ❙
meta ?MetaAnnotations?problemTheory ?Midpoint/Problem ❙
meta ?MetaAnnotations?solutionTheory ?Midpoint/Solution ❙
...
...
@@ -52,10 +55,10 @@ theory Midpoint =
midpoint
: point ❘
= ⟨0.5 ⋅ (P_x + Q_x), 0.5 ⋅ (P
_x
+ Q
_x
), 0.5 ⋅ (P
_x
+ Q
_x
)⟩ ❘
= ⟨0.5 ⋅ (P
_x + Q
_x), 0.5 ⋅ (P
_y
+ Q
_y
), 0.5 ⋅ (P
_z
+ Q
_z
)⟩ ❘
meta ?MetaAnnotations?label s"Mid[${lverb P Q}]" ❘
meta ?MetaAnnotations?description s"The midpoint between points ${lverb P} and ${lverb Q}."
❙
❚
❚
```
\ No newline at end of file
```
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment