@@ -98,7 +98,7 @@ export function Help({show, setShow, style}) {
98
98
</ >
99
99
}
100
100
101
- const availableStyles = [ 'UserVisible' , 'InMemory' ] ;
101
+ const availableStyles = [ 'UserVisible' , 'InMemory' , 'Expression' ] ;
102
102
103
103
export function MainNavBar ( { compare, setCompare, style, setStyleName, styleMap} ) {
104
104
const navigate = useNavigate ( )
@@ -408,7 +408,7 @@ export default function Solver() {
408
408
const [ optionsRight , setOptionsRight ] = useStateInParams ( sp , 'opts2' , RuleSetJs . from_bundle_name ( 'rfc3627' , 'rfc3627' ) , RuleSetJs . decode , ( o ) => o . encode ( ) ) ;
409
409
const [ inputQuery , setInputQuery ] = useStateInParams ( sp , 'q' , "[&x]: &mut [&T]" ) ;
410
410
const [ mode , setMode ] = useStateInParams ( sp , 'mode' , 'typechecker' , validateIn ( [ 'typechecker' , 'rules' , 'compare' ] ) ) ;
411
- const [ styleName , setStyleName ] = useStateInParams ( sp , 'style' , 'UserVisible' , validateIn ( [ 'UserVisible' , 'InMemory' , 'Sequent' , 'SequentBindingMode' ] ) ) ;
411
+ const [ styleName , setStyleName ] = useStateInParams ( sp , 'style' , 'UserVisible' , validateIn ( [ 'UserVisible' , 'InMemory' , 'Expression' , ' Sequent', 'SequentBindingMode' ] ) ) ;
412
412
413
413
// Map from style name to predicate style. Takes into account the selected
414
414
// options to hide parts of the predicate we don't care about.
0 commit comments