!      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~ None> web-rep-FIXME: A horrible hack to separate class id'sweb-repConvert html to textweb-repname supply for html elementsweb-rep^sometimes a number doesn't work properly in html (or js???), and an alpha prefix seems to helpweb-rep2Convert a link to a css library from text to html.QlibCss "https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"g<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" rel="stylesheet">web-rep1Convert a link to a js library from text to html.8libJs "https://code.jquery.com/jquery-3.3.1.slim.min.js"H<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"></script>web-repconvert from #xxxxxx to  web-rep convert from  to #xxxxxx%web-repFIXME: `ToHtml a` is used throughout, mostly because `Show a` gives ""text"" for show "text", and hilarity ensues when rendering this to a web page, and I couldn't work out how to properly get around this.Hence, these orphans.   None7e i&web-repWVarious types of web page inputs, encapsulating practical bootstrap class functionality2web-repRsomething that might exist on a web page and be a front-end input to computations.4web-repunderlying value5web-replabel suggestion6web-repname/key/id of the Input7web-reptype of html input&0'()*+,-./1234567234567&0'()*+,-./1 None4567PeQ]!?web-repUnifies javascript as  and script as .Bweb-rep wrapper for Eweb-repUnifies css as either a  or as Text.Hweb-rep'Configuration options when rendering a m.Oweb-rep Post-processing of page concernsSweb-rep0Various ways that a Html file can be structured.Xweb-rep Is the rendering to include all [i (typically in a html file) or be separated (tyypically into separate files and linked in the html file)?[web-repBA web page typically is composed of some css, javascript and html.[1 abstracts this structural feature of a web page.`web-repdefault representation type of  ()aweb-repDriven by the architecture of the DOM, web page components are compositional, and tree-like, where components are often composed of other components, and values are thus shared across components.;This is sometimes referred to as "observable sharing". See  -http://hackage.haskell.org/package/data-reify data-reifys as another library that reifies this (pun intended), and provided the initial inspiration for this implementation.dweb-rep9the common usage, where the representation domain is Htmleweb-replInformation contained in a web page can usually be considered to be isomorphic to a map of named values - a . This is especially true when considering a differential of information contained in a web page. Looking at a page from the outside, it often looks like a streaming differential of a hashmap.RepF consists of an underlying value being represented, and, given a hashmap state, a way to produce a representation of the underlying value (or error), in another domain, together with the potential to alter the hashmap state.iweb-repjA key-value Text pair as the realistic datatype that zips across the interface between a page and haskell.mweb-repComponents of a web page.HA web page can take many forms but still have the same underlying representation. For example, CSS can be linked to in a separate file, or can be inline within html, but still be the same css and have the same expected external effect. A Page represents the practical components of what makes up a static snapshot of a web page.oweb-repcss library linkspweb-repjavascript library linksqweb-repcssrweb-repjavascript with global scopesweb-rep.javascript included within the onLoad functiontweb-rephtml within the headeruweb-rep body htmlvweb-rep%stateful result of one step, given a eH, and a monadic action. Useful for testing and for initialising a page.wweb-rep2compute the initial state of a SharedRep (testing)xweb-repQCompute the initial state of a SharedRep and then run an action once (see tests).yweb-rep/The common file suffixes of the three concerns.zweb-rep*Create filenames for each Concern element.{web-repDefault configuration is inline ecma and css, separate html header and body, minified code, with the suggested filename prefix.|web-repRender E as text.}web-repRender  as text.~web-rep&Wrap js in standard DOM window loader.web-repConvert  to B%, throwing an error on incorrectness.web-repRender B as .web-repRender ? as .D?@ABCDEFGHIJKLMNOPQRSWTUVXYZ[\]^_`abcdefghijlkmnopqrstuvwxyz{|}~NoneeVweb-rep7Render a Page with the default configuration into Html.web-repRender a Page into Html.web-rep.Render a Page into css text, js text and html.web-repRender Page concerns to files.web-rep"Render a page to just a Html file.web-repRender a Page as Text.None=?eWweb-repserve a Page via a ScottyMNone>ebweb-repA m that loads mathjaxweb-repA m& that loads the mathjax 2.7 js libraryweb-repA m; that tries to enable mathjax inside svg (which is tricky).web-repA m- that tries to enable mathjax 2.7 inside svg.web-repMathjax applies within an svg element as normal, but results in an svg element inside a text element which is not allowed, hence the extra scripting. =http://bl.ocks.org/larsenmtl/86077bddc91c3de8d3db6a53216b2f47web-repMathjax applies within an svg element as normal, but results in an svg element inside a text element which is not allowed, hence the extra scripting. =http://bl.ocks.org/larsenmtl/86077bddc91c3de8d3db6a53216b2f47NoneerYweb-rep.prevent the Enter key from triggering an eventweb-rep"create a web socket for event dataweb-repscript injection js.See  'https://ghinda.net/article/script-tags/ for why this might be needed.web-rep8componentry to kick off a javascript-bridge enabled pageweb-rep0replace a container and run any embedded scriptsweb-rep2append to a container and run any embedded scriptsweb-rep%send css, js and html over the bridgeweb-rep#The javascript bridge continuation.web-rep=consume an Element using a Committer and a Value continuationweb-rep`consume shared values using a step function, a continuation committer, and a Value continuation.web-repprun a SharedRep using an initial state, a step function that consumes the shared model, and a value continuationweb-repcreate Wai Middleware for a a. providing an initialiser and action on eventsweb-repprocess a list of Valuesweb-repJEvent hooks that may need to be reattached given dynamic content creation.None>e~web-repA page containing all the  https://getbootstrap.com/ bootstrap needs for a web page.web-rep"wrap some Html with the bootstrap  2https://getbootstrap.com/docs/4.3/components/card/card classweb-rep!wrap some html with a classed divweb-rep<A Html object based on the bootstrap accordion card concept.web-rep2A bootstrap accordion card attached to a checkbox.web-rep%create a bootstrapped accordian classweb-rep%create a bootstrapped accordian classweb-repqThis version of accordion runs a local state for naming, and will cause name clashes if the prefix is not unique.web-repLname prefix. This is needed because an Int doesn't seem to be a valid name.web-rep card titleweb-rep1title, html tuple for each item in the accordion. None0Peweb-rep!Create a sharedRep from an Input.web-repLike , but does not put a value into the HashMap on instantiation, consumes the value when found in the HashMap, and substitutes a default on lookup failureweb-rep double sliderXFor Example, a slider between 0 and 1 with a step of 0.01 and a default value of 0.3 is:%:t slider (Just "label") 0 1 0.01 0.3Cslider (Just "label") 0 1 0.01 0.3 :: Monad m => SharedRep m Doubleweb-repintegral sliderYFor Example, a slider between 0 and 1000 with a step of 10 and a default value of 300 is:':t sliderI (Just "label") 0 1000 10 300$sliderI (Just "label") 0 1000 10 300= :: (Monad m, ToHtml a, Integral a, Show a) => SharedRep m aweb-reptextbox classique%:t textbox (Just "label") "some text"Atextbox (Just "label") "some text" :: Monad m => SharedRep m Textweb-rep2textarea input element, specifying number of rows.web-rep color inputweb-rep dropdown boxweb-repa datalist inputweb-rep=A dropdown box designed to help represent a haskell sum type.web-repA checkbox input.web-repa toggle buttonweb-repa buttonweb-repfilename inputweb-rep#Represent a Maybe using a checkbox.'Hides the underlying content on Nothingweb-repkA (fixed-size) list represented in html as an accordion card A major restriction of the library is that a a~ does not have a Monad instance. In practice, this means that the external representation of lists cannot have a dynamic size.web-rep)A (fixed-sized) list of (Bool, a) tuples.web-repA fixed-sized list of Maybe a'sweb-repA SharedRep of [a]. Due to the applicative nature of the bridge, the size of lists has to be fixed on construction. listRep is a workaround for this, to enable some form of dynamic sizing.web-repParse from a textboxweb-rep0Representation of web concerns (css, js & html).web-repturns a SharedRep into a fiddleweb-reptoggle show/hideweb-repParserweb-repPrinterweb-rep2 typeweb-rep initial valueweb-repparse an a from Textweb-repprint an a to Textweb-replabel suggestionweb-rep"list of dropbox elements (as text)web-rep initial valueweb-repname prefix (should be unique)web-repBool Repweb-repa Repweb-repmaximum length of listweb-repdefault value for new rowsweb-repinitial valuesNone         !"#$%&'()*+,-./0123456 &0'()*+,-./1234567?@ABCDEFGHIJKLMNOPQRSWTUVXYZ[\]^_`abcdefghijlkmnopqrstuvwxyz{|}~Wefghdvabc`ijlkxwmnopqrstuHIJKLMN{[\]^_yzXYZSWTUVOPQREFG}|BCD?@A~     None07>e web-repFor a typed dropdown example.web-rep&One of each sharedrep input instances.web-repsimple page exampleweb-reppage with localised librariesweb-repsimple mathjax formulaeweb-rep2simple mathjax formulae inside an svg text elementweb-rep shape parserweb-rep shape printerweb-repone of each input SharedReps""7  !" #$ %& '()*+,-.,-/0123456789:;9:<=>?@ABCDEFGHIJKLMNOPQRSTUVVWXYZ[\]^_`a b b c d d e f f g h h i j k l m n o p q r s t u v w x y z z { | } ~  ~                               '               ! " # $ $ % &' &' &( ) *+,-+,.+,/+,0+,1+,2+,3+,4+,5+,6+,7+,89:;9:<9:=9:>9:?@AB@AC@AD@AE@AE@AF@AG@AH@AI@AJ@AK@AL@AM@AN@AO@AP@AQ@AR@AS@AT@AU@AV@AW@AXY$web-rep-0.3.2-F8GY8a6TPeV3GDL7QGY5kvWeb.PageWeb.Page.Bridge Web.Page.HtmlWeb.Page.Html.InputWeb.Page.RenderWeb.Page.ServerWeb.Page.MathjaxWeb.Page.BootstrapWeb.Page.SharedRepsWeb.Page.ExamplesWeb.Page.TypesbaseGHC.ExtsfromList(JuicyPixels-3.3.5-B1L9wNS253ZH3b8q1LbwIxCodec.Picture.Types PixelRGB8 text-1.2.3.1Data.Text.InternalText3unordered-containers-0.2.10.0-b9YJCQLkMeLUf311RZkQDData.HashMap.BaseHashMap$aeson-1.4.7.1-FbG0RnUAD5A6PLO1PMXqOSData.Aeson.Types.InternalNullBoolNumberStringArrayObjectValueControl.Exception.Basefinally Data.Foldable sequenceA_ Data.Boolbool Data.Functorvoid"clay-0.13.3-2FhTow2LajGHC81gWWH68PClay.StylesheetCss.javascript-bridge-0.2.0-Ff9z3ND0EE9CFgYYtHGkqKNetwork.JavaScript.ServicesstartEngine"wai-3.2.2.1-2UuI4DP8eqk7Tp0qWgG8iM Network.Wai ApplicationData.Text.LazytoStrictData.Text.Showunpack Data.Textpack"lucid-2.9.12-IzreJHUzDHAB8UUEOUMfi Lucid.BaseHtmlHtmlTclass__toTextgenName genNamePrelibCsslibJsfromHextoHex $fToHtml()$fToHtmlPixelRGB8 $fToHtmlInt $fToHtmlBool$fToHtmlDouble InputTypeSliderTextBoxTextArea ColorPicker ChooseFileDropdown DropdownSumDatalistCheckboxToggleButtonInputinputVal inputLabelinputId inputType $fToHtmlInput $fEqInputType$fShowInputType$fGenericInputType $fEqInput $fShowInput$fGenericInputPageJs PageJsTextJSunJSPageCss PageCssText PageConfigconcerns structure pageRender filenames localdirs PageRenderPrettyMinifiedNoPost PageStructure HeaderBodyHeadlessSnippetSvg PageConcernsInline SeparatedConcerns cssConcern jsConcern htmlConcern SharedRep SharedRepFunrepRepRepFrepmakeElementelementvaluePagelibsCsslibsJscssBodyjsGlobaljsOnLoad htmlHeaderhtmlBodyoneRep zeroStaterunOncesuffixes concernNamesdefaultPageConfig renderPageCss renderCssonLoadparseJsrenderJs renderPageJs renderPagerenderPageHtmlWithrenderPageWithrenderPageToFilerenderPageHtmlToFilerenderPageAsText servePageWith mathjaxPage mathjax27PagemathjaxSvgPagemathjax27SvgPage runScriptJs bridgePagereplaceappend sendConcernsbridge valueConsume sharedConsume runOnEvent midSharedrunList refreshJsbJs bootstrapPagecardify divClass_ accordionCardaccordionCardChecked accordionaccordionChecked accordion_repInput repMessageslidersliderItextboxtextarea colorPickerdropdowndatalist dropdownSumcheckboxtogglebutton chooseFilemaybeRep accordionList listMaybeReplistRepdefaultListLabels readTextboxfiddle viaFiddleSumType2Example SumOutside SumInsideSumTypeExampleSumIntSumOnlySumTextShape SquareShape CircleShape RepExamples repTextbox repTextarea repSliderI repSlider repCheckbox repToggle repDropdownrepShaperepColorpage1page2pagemj pagemjsvgcfg2toShape fromShape repExamples listExamplelistRepExample fiddleExamplerepSumTypeExamplerepSumType2Example $fEqShape $fShowShape$fGenericShape$fShowRepExamples$fEqRepExamples$fGenericRepExamples$fEqSumTypeExample$fShowSumTypeExample$fGenericSumTypeExample$fEqSumType2Example$fShowSumType2Example$fGenericSumType2Example2language-javascript-0.7.1.0-6T8thxTSiRnJoYg2pXl98oLanguage.JavaScript.Parser.AST JSStatementJSASTscriptMathjax27ConfigSvgscriptMathjaxConfigSvg preventEnter webSocketaccordionBoolListscriptToggleShowGHC.Base<$ Applicativepure<*>*><*liftA2<$><**> Alternativeempty<|>manysomeData.Bifunctor BifunctorfirstsecondbimapControl.Applicativeoptional WrappedMonad WrapMonad unwrapMonad WrappedArrow WrapArrow unwrapArrowZipList getZipListData.Functor.ConstConstgetConstliftA3liftA'bifunctors-5.5.7-Kbhtr6H9rrLDi80gEHwJgBData.BiapplicativetraverseBiaWith sequenceBia traverseBiabiliftA3<<**>><<$>> Biapplicativebipure<<*>>biliftA2*>><<*5interpolatedstring-perl6-1.0.2-Ibad1eWp35SAARVBUgsPIaText.InterpolatedString.Perl6qqcqqShowQshowQ+transformers-0.5.6.2-I9SzqoyagSNIbUNkJkeRZ3Control.Monad.Trans.State.LazystaterunStateStateStateT runStateT evalState execStatemapState withState evalStateT execStateT mapStateT withStateTliftPass liftListen liftCatch liftCallCC' liftCallCCgetsmodify'modifyputget