Skip to content

Commit d022a3c

Browse files
committed
Minimize diff to load duration factor
1 parent 248e342 commit d022a3c

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
lines changed

code/drasil-example/glassbr/lib/Drasil/GlassBR/Assumptions.hs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import Language.Drasil hiding (organization)
66
import qualified Language.Drasil.Development as D
77
import qualified Drasil.DocLang.SRS as SRS (valsOfAuxCons)
88
import Language.Drasil.Chunk.Concept.NamedCombinators
9+
import qualified Language.Drasil.NounPhrase.Combinators as NP
910
import qualified Language.Drasil.Sentence.Combinators as S
1011

1112
import Data.Drasil.Concepts.Documentation as Doc (assumpDom, condition,
@@ -85,5 +86,6 @@ responseTypeDesc = foldlSent [D.toSent $ atStartNP (the responseTy), S "consider
8586

8687
ldfConstantDesc :: Sentence
8788
ldfConstantDesc = foldlSent [S "With", phrase reference, S "to",
88-
refS assumpSV `sC` S "the" +:+ introduceAbb loadDF
89-
`S.is` phrase constant]
89+
refS assumpSV `sC` D.toSent (phraseNP (NP.the (value `of_`
90+
loadDF))), sParen (short loadDF) `S.is` D.toSent (phraseNP (a_ constant))
91+
`S.in_` short progName]

code/stable/glassbr/SRS/HTML/GlassBR_SRS.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

code/stable/glassbr/SRS/Jupyter/GlassBR_SRS.ipynb

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

code/stable/glassbr/SRS/PDF/GlassBR_SRS.tex

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

code/stable/glassbr/SRS/mdBook/src/SecAssumps.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)