Skip to content
Snippets Groups Projects
Commit 6f3d60d4 authored by ComFreek's avatar ComFreek
Browse files

bug repro

parent 934a92b0
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?>
<omdoc base="http://mathhub.info/FrameIT/frameworld/IntegrationTests/thy-parameter-bug.omdoc"><metadata><link rel="http://cds.omdoc.org/mmt?metadata?sourceRef" resource="http://mathhub.info/FrameIT/frameworld/IntegrationTests/thy-parameter-bug.mmt#0.0.0:277.10.0"/><meta property="http://cds.omdoc.org/?metadata?importedby"><om:OMOBJ xmlns:om="http://www.openmath.org/OpenMath"><om:OMLIT type="http://www.openmath.org/cd?OpenMath?OMSTR" value="mmt-omdoc"/></om:OMOBJ></meta></metadata><instruction text="namespace http://mathhub.info/FrameIT/frameworld/integrationtests"/><instruction text="fixmeta http://mathhub.info/FrameIT/frameworld?FrameworldMeta"/><mref name="[http://mathhub.info/FrameIT/frameworld/integrationtests?TheoryParameterBug]" target="http://mathhub.info/FrameIT/frameworld/integrationtests?TheoryParameterBug"><metadata><link rel="http://cds.omdoc.org/mmt?metadata?sourceRef" resource="http://mathhub.info/FrameIT/frameworld/IntegrationTests/thy-parameter-bug.mmt#134.4.0:158.4.24"/></metadata></mref></omdoc>
\ No newline at end of file
document http://mathhub.info/FrameIT/frameworld/IntegrationTests/thy-parameter-bug.omdoc
Declares http://mathhub.info/FrameIT/frameworld/IntegrationTests/thy-parameter-bug.omdoc http://mathhub.info/FrameIT/frameworld/integrationtests?TheoryParameterBug
dataconstructor http://mathhub.info/FrameIT/frameworld/integrationtests?TheoryParameterBug?A
dataconstructor http://mathhub.info/FrameIT/frameworld/integrationtests?TheoryParameterBug?B
dataconstructor http://mathhub.info/FrameIT/frameworld/integrationtests?TheoryParameterBug?dist
theory http://mathhub.info/FrameIT/frameworld/integrationtests?TheoryParameterBug
HasMeta http://mathhub.info/FrameIT/frameworld/integrationtests?TheoryParameterBug http://mathhub.info/FrameIT/frameworld?FrameworldMeta
Declares http://mathhub.info/FrameIT/frameworld/integrationtests?TheoryParameterBug http://mathhub.info/FrameIT/frameworld/integrationtests?TheoryParameterBug?A
constant http://mathhub.info/FrameIT/frameworld/integrationtests?TheoryParameterBug?A
DependsOn http://mathhub.info/FrameIT/frameworld/integrationtests?TheoryParameterBug?A?type http://mathhub.info/MitM/Foundation?RealLiterals?real_lit?type
DependsOn http://mathhub.info/FrameIT/frameworld/integrationtests?TheoryParameterBug?A?definition http://mathhub.info/MitM/Foundation?RealLiterals?real_lit?type
Declares http://mathhub.info/FrameIT/frameworld/integrationtests?TheoryParameterBug http://mathhub.info/FrameIT/frameworld/integrationtests?TheoryParameterBug?B
constant http://mathhub.info/FrameIT/frameworld/integrationtests?TheoryParameterBug?B
DependsOn http://mathhub.info/FrameIT/frameworld/integrationtests?TheoryParameterBug?B?type http://mathhub.info/MitM/Foundation?RealLiterals?real_lit?type
DependsOn http://mathhub.info/FrameIT/frameworld/integrationtests?TheoryParameterBug?B?definition http://mathhub.info/MitM/Foundation?RealLiterals?real_lit?type
Declares http://mathhub.info/FrameIT/frameworld/integrationtests?TheoryParameterBug http://mathhub.info/FrameIT/frameworld/integrationtests?TheoryParameterBug?dist
constant http://mathhub.info/FrameIT/frameworld/integrationtests?TheoryParameterBug?dist
DependsOn http://mathhub.info/FrameIT/frameworld/integrationtests?TheoryParameterBug?dist?type http://mathhub.info/MitM/Foundation?RealLiterals?real_lit?type
DependsOn http://mathhub.info/FrameIT/frameworld/integrationtests?TheoryParameterBug?dist?definition http://mathhub.info/MitM/core/geometry?Geometry/Common?metric?type
DependsOn http://mathhub.info/FrameIT/frameworld/integrationtests?TheoryParameterBug?dist?definition http://mathhub.info/FrameIT/frameworld/integrationtests?TheoryParameterBug?A?type
DependsOn http://mathhub.info/FrameIT/frameworld/integrationtests?TheoryParameterBug?dist?definition http://mathhub.info/MitM/core/geometry?3DGeometry?point?type
DependsOn http://mathhub.info/FrameIT/frameworld/integrationtests?TheoryParameterBug?dist?definition http://mathhub.info/FrameIT/frameworld/integrationtests?TheoryParameterBug?B?type
DependsOn http://mathhub.info/FrameIT/frameworld/integrationtests?TheoryParameterBug?dist?definition http://mathhub.info/MitM/Foundation?RealLiterals?real_lit?type
......@@ -34,6 +34,4 @@ theory SampleSituationTheory =
= ⟨45.0, sketch "calculated by ComFreek by hand"⟩ ❘
meta ?MetaAnnotations?label "distanceBC"
test_simpl = d- A B ❙
namespace http://mathhub.info/FrameIT/frameworld/integrationtests ❚
fixmeta http://mathhub.info/FrameIT/frameworld?FrameworldMeta ❚
theory TheoryParameterBug =
A = ⟨0.0, 0.0, 0.0⟩ ❙
B = ⟨3.0, 3.0, 0.0⟩ ❙
/T simplifying this constant fails: ❙
dist = d- A B ❙
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment