package datalog
An in-memory datalog implementation for OCaml
Install
Dune Dependency
Authors
Maintainers
Sources
datalog-0.7.tbz
sha256=13ca520bddf4f0c44d1468bc89347be72ec543be58fff29469a0da24956be541
sha512=25d6e9cb5abe8aa1110730d884abb9e51ae78bf681b3f21709efa32359b9cbdd97d9076761c91562580c090cbce12ce159c97533ae5d9d427c24cb329e950793
doc/src/datalog.top_down/Parser.ml.html
Source file Parser.ml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467
type token = | LEFT_PARENTHESIS | RIGHT_PARENTHESIS | DOT | COLON | IF | NOT | COMMA | AGGR_EQUAL | EOI | SINGLE_QUOTED of ( # 23 "src/top_down/Parser.mly" string # 15 "src/top_down/Parser.ml" ) | DOUBLE_QUOTED of ( # 24 "src/top_down/Parser.mly" string # 20 "src/top_down/Parser.ml" ) | LOWER_WORD of ( # 25 "src/top_down/Parser.mly" string # 25 "src/top_down/Parser.ml" ) | UPPER_WORD of ( # 26 "src/top_down/Parser.mly" string # 30 "src/top_down/Parser.ml" ) | INT of ( # 27 "src/top_down/Parser.mly" string # 35 "src/top_down/Parser.ml" ) | OPERATOR of ( # 28 "src/top_down/Parser.mly" string # 40 "src/top_down/Parser.ml" ) open Parsing let _ = parse_error;; # 6 "src/top_down/Parser.mly" let remove_quotes s = let n = String.length s in if (s.[0] = '\'' && s.[n-1] = '\'') || (s.[0] = '"' && s.[n-1] = '"') then String.sub s 1 (n-2) else s # 52 "src/top_down/Parser.ml" let yytransl_const = [| 257 (* LEFT_PARENTHESIS *); 258 (* RIGHT_PARENTHESIS *); 259 (* DOT *); 260 (* COLON *); 261 (* IF *); 262 (* NOT *); 263 (* COMMA *); 264 (* AGGR_EQUAL *); 265 (* EOI *); 0|] let yytransl_block = [| 266 (* SINGLE_QUOTED *); 267 (* DOUBLE_QUOTED *); 268 (* LOWER_WORD *); 269 (* UPPER_WORD *); 270 (* INT *); 271 (* OPERATOR *); 0|] let yylhs = "\255\255\ \006\000\001\000\002\000\003\000\004\000\005\000\007\000\007\000\ \012\000\012\000\010\000\010\000\009\000\009\000\009\000\013\000\ \013\000\008\000\008\000\008\000\008\000\014\000\014\000\014\000\ \015\000\015\000\011\000\000\000\000\000\000\000\000\000\000\000\ \000\000" let yylen = "\002\000\ \002\000\002\000\002\000\002\000\003\000\002\000\001\000\002\000\ \002\000\004\000\001\000\003\000\001\000\002\000\006\000\001\000\ \003\000\001\000\001\000\001\000\004\000\001\000\001\000\001\000\ \001\000\003\000\003\000\002\000\002\000\002\000\002\000\002\000\ \002\000" let yydefred = "\000\000\ \000\000\000\000\000\000\000\000\000\000\000\000\000\000\019\000\ \020\000\000\000\028\000\000\000\000\000\023\000\024\000\029\000\ \000\000\000\000\013\000\000\000\030\000\000\000\000\000\000\000\ \031\000\000\000\032\000\000\000\000\000\033\000\000\000\000\000\ \000\000\002\000\014\000\000\000\003\000\000\000\000\000\000\000\ \004\000\022\000\000\000\000\000\000\000\009\000\000\000\006\000\ \001\000\008\000\000\000\000\000\017\000\012\000\000\000\027\000\ \005\000\000\000\021\000\000\000\026\000\010\000\000\000\015\000" let yydgoto = "\007\000\ \011\000\016\000\021\000\025\000\027\000\030\000\031\000\017\000\ \022\000\023\000\026\000\032\000\019\000\020\000\044\000" let yysindex = "\044\000\ \009\255\004\255\004\255\255\254\009\255\009\255\000\000\000\000\ \000\000\005\255\000\000\000\255\026\255\000\000\000\000\000\000\ \000\000\003\255\000\000\015\255\000\000\018\255\023\255\026\255\ \000\000\028\255\000\000\048\255\033\255\000\000\034\255\009\255\ \026\255\000\000\000\000\037\255\000\000\042\255\026\255\004\255\ \000\000\000\000\049\255\053\255\004\255\000\000\004\255\000\000\ \000\000\000\000\056\255\046\255\000\000\000\000\026\255\000\000\ \000\000\057\255\000\000\058\255\000\000\000\000\009\255\000\000" let yyrindex = "\000\000\ \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ \000\000\001\000\000\000\000\000\000\000\000\000\000\000\000\000\ \004\000\000\000\000\000\000\000\000\000\011\000\000\000\000\000\ \000\000\000\000\000\000\000\000\000\000\000\000\000\000\052\255\ \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ \000\000\000\000\061\255\000\000\000\000\000\000\000\000\000\000\ \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000" let yygindex = "\000\000\ \000\000\000\000\000\000\000\000\000\000\000\000\032\000\002\000\ \064\000\240\255\000\000\062\000\055\000\245\255\228\255" let yytablesize = 276 let yytable = "\024\000\ \018\000\036\000\012\000\016\000\051\000\033\000\028\000\028\000\ \034\000\013\000\011\000\037\000\043\000\008\000\009\000\010\000\ \014\000\015\000\008\000\009\000\010\000\043\000\038\000\054\000\ \040\000\042\000\061\000\053\000\057\000\039\000\058\000\041\000\ \045\000\028\000\042\000\008\000\009\000\010\000\014\000\015\000\ \042\000\048\000\049\000\043\000\001\000\002\000\003\000\004\000\ \005\000\006\000\046\000\039\000\047\000\052\000\056\000\055\000\ \042\000\059\000\060\000\062\000\007\000\063\000\025\000\050\000\ \064\000\018\000\029\000\035\000\000\000\000\000\000\000\000\000\ \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\ \000\000\000\000\018\000\018\000\000\000\018\000\016\000\018\000\ \018\000\018\000\016\000\022\000\016\000\011\000\000\000\018\000\ \000\000\000\000\022\000\011\000" let yycheck = "\001\001\ \000\000\013\000\001\000\000\000\033\000\001\001\005\000\006\000\ \009\001\006\001\000\000\009\001\024\000\010\001\011\001\012\001\ \013\001\014\001\010\001\011\001\012\001\033\000\008\001\040\000\ \007\001\024\000\055\000\039\000\045\000\015\001\047\000\009\001\ \005\001\032\000\033\000\010\001\011\001\012\001\013\001\014\001\ \039\000\009\001\009\001\055\000\001\000\002\000\003\000\004\000\ \005\000\006\000\003\001\015\001\005\001\012\001\002\001\007\001\ \055\000\002\001\013\001\003\001\009\001\004\001\002\001\032\000\ \063\000\002\000\005\000\013\000\255\255\255\255\255\255\255\255\ \255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ \255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ \255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ \255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ \255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ \255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ \255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ \255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ \255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ \255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ \255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ \255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ \255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ \255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ \255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ \255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ \255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ \255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ \255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ \255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ \255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ \255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ \255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\255\ \255\255\255\255\002\001\003\001\255\255\005\001\003\001\007\001\ \008\001\009\001\007\001\008\001\009\001\003\001\255\255\015\001\ \255\255\255\255\015\001\009\001" let yynames_const = "\ LEFT_PARENTHESIS\000\ RIGHT_PARENTHESIS\000\ DOT\000\ COLON\000\ IF\000\ NOT\000\ COMMA\000\ AGGR_EQUAL\000\ EOI\000\ " let yynames_block = "\ SINGLE_QUOTED\000\ DOUBLE_QUOTED\000\ LOWER_WORD\000\ UPPER_WORD\000\ INT\000\ OPERATOR\000\ " let yyact = [| (fun _ -> failwith "parser") ; (fun __caml_parser_env -> let _1 = (Parsing.peek_val __caml_parser_env 1 : 'clauses) in Obj.repr( # 51 "src/top_down/Parser.mly" ( _1 ) # 229 "src/top_down/Parser.ml" : AST.file)) ; (fun __caml_parser_env -> let _1 = (Parsing.peek_val __caml_parser_env 1 : 'term) in Obj.repr( # 54 "src/top_down/Parser.mly" ( _1 ) # 236 "src/top_down/Parser.ml" : AST.term)) ; (fun __caml_parser_env -> let _1 = (Parsing.peek_val __caml_parser_env 1 : 'literal) in Obj.repr( # 57 "src/top_down/Parser.mly" ( _1 ) # 243 "src/top_down/Parser.ml" : AST.literal)) ; (fun __caml_parser_env -> let _1 = (Parsing.peek_val __caml_parser_env 1 : 'literals) in Obj.repr( # 60 "src/top_down/Parser.mly" ( _1 ) # 250 "src/top_down/Parser.ml" : AST.literal list)) ; (fun __caml_parser_env -> let _1 = (Parsing.peek_val __caml_parser_env 2 : 'tuple) in let _3 = (Parsing.peek_val __caml_parser_env 0 : 'literals) in Obj.repr( # 63 "src/top_down/Parser.mly" ( _1, _3 ) # 258 "src/top_down/Parser.ml" : AST.term list * AST.literal list)) ; (fun __caml_parser_env -> let _1 = (Parsing.peek_val __caml_parser_env 1 : 'clause) in Obj.repr( # 66 "src/top_down/Parser.mly" ( _1 ) # 265 "src/top_down/Parser.ml" : AST.clause)) ; (fun __caml_parser_env -> let _1 = (Parsing.peek_val __caml_parser_env 0 : 'clause) in Obj.repr( # 69 "src/top_down/Parser.mly" ( [_1] ) # 272 "src/top_down/Parser.ml" : 'clauses)) ; (fun __caml_parser_env -> let _1 = (Parsing.peek_val __caml_parser_env 1 : 'clause) in let _2 = (Parsing.peek_val __caml_parser_env 0 : 'clauses) in Obj.repr( # 70 "src/top_down/Parser.mly" ( _1 :: _2 ) # 280 "src/top_down/Parser.ml" : 'clauses)) ; (fun __caml_parser_env -> let _1 = (Parsing.peek_val __caml_parser_env 1 : 'term) in Obj.repr( # 73 "src/top_down/Parser.mly" ( (_1, []) ) # 287 "src/top_down/Parser.ml" : 'clause)) ; (fun __caml_parser_env -> let _1 = (Parsing.peek_val __caml_parser_env 3 : 'term) in let _3 = (Parsing.peek_val __caml_parser_env 1 : 'literals) in Obj.repr( # 74 "src/top_down/Parser.mly" ( (_1, _3) ) # 295 "src/top_down/Parser.ml" : 'clause)) ; (fun __caml_parser_env -> let _1 = (Parsing.peek_val __caml_parser_env 0 : 'literal) in Obj.repr( # 77 "src/top_down/Parser.mly" ( [_1] ) # 302 "src/top_down/Parser.ml" : 'literals)) ; (fun __caml_parser_env -> let _1 = (Parsing.peek_val __caml_parser_env 2 : 'literal) in let _3 = (Parsing.peek_val __caml_parser_env 0 : 'literals) in Obj.repr( # 78 "src/top_down/Parser.mly" ( _1 :: _3 ) # 310 "src/top_down/Parser.ml" : 'literals)) ; (fun __caml_parser_env -> let _1 = (Parsing.peek_val __caml_parser_env 0 : 'atom) in Obj.repr( # 81 "src/top_down/Parser.mly" ( AST.LitPos _1 ) # 317 "src/top_down/Parser.ml" : 'literal)) ; (fun __caml_parser_env -> let _2 = (Parsing.peek_val __caml_parser_env 0 : 'atom) in Obj.repr( # 82 "src/top_down/Parser.mly" ( AST.LitNeg _2 ) # 324 "src/top_down/Parser.ml" : 'literal)) ; (fun __caml_parser_env -> let _1 = (Parsing.peek_val __caml_parser_env 5 : 'subterm) in let _3 = (Parsing.peek_val __caml_parser_env 3 : string) in let _4 = (Parsing.peek_val __caml_parser_env 2 : string) in let _6 = (Parsing.peek_val __caml_parser_env 0 : 'term) in Obj.repr( # 84 "src/top_down/Parser.mly" ( AST.(LitAggr { ag_left=_1; ag_constructor= _3; ag_var= _4; ag_guard= _6} ) ) # 337 "src/top_down/Parser.ml" : 'literal)) ; (fun __caml_parser_env -> let _1 = (Parsing.peek_val __caml_parser_env 0 : 'term) in Obj.repr( # 90 "src/top_down/Parser.mly" ( _1 ) # 344 "src/top_down/Parser.ml" : 'atom)) ; (fun __caml_parser_env -> let _1 = (Parsing.peek_val __caml_parser_env 2 : 'subterm) in let _2 = (Parsing.peek_val __caml_parser_env 1 : string) in let _3 = (Parsing.peek_val __caml_parser_env 0 : 'subterm) in Obj.repr( # 91 "src/top_down/Parser.mly" ( AST.Apply(_2, [_1; _3]) ) # 353 "src/top_down/Parser.ml" : 'atom)) ; (fun __caml_parser_env -> let _1 = (Parsing.peek_val __caml_parser_env 0 : string) in Obj.repr( # 94 "src/top_down/Parser.mly" ( AST.Apply (_1, []) ) # 360 "src/top_down/Parser.ml" : 'term)) ; (fun __caml_parser_env -> let _1 = (Parsing.peek_val __caml_parser_env 0 : string) in Obj.repr( # 95 "src/top_down/Parser.mly" ( AST.Apply (remove_quotes _1, []) ) # 367 "src/top_down/Parser.ml" : 'term)) ; (fun __caml_parser_env -> let _1 = (Parsing.peek_val __caml_parser_env 0 : string) in Obj.repr( # 96 "src/top_down/Parser.mly" ( AST.Apply (remove_quotes _1, []) ) # 374 "src/top_down/Parser.ml" : 'term)) ; (fun __caml_parser_env -> let _1 = (Parsing.peek_val __caml_parser_env 3 : string) in let _3 = (Parsing.peek_val __caml_parser_env 1 : 'args) in Obj.repr( # 98 "src/top_down/Parser.mly" ( AST.Apply (_1, _3) ) # 382 "src/top_down/Parser.ml" : 'term)) ; (fun __caml_parser_env -> let _1 = (Parsing.peek_val __caml_parser_env 0 : 'term) in Obj.repr( # 101 "src/top_down/Parser.mly" ( _1 ) # 389 "src/top_down/Parser.ml" : 'subterm)) ; (fun __caml_parser_env -> let _1 = (Parsing.peek_val __caml_parser_env 0 : string) in Obj.repr( # 102 "src/top_down/Parser.mly" ( AST.Var _1 ) # 396 "src/top_down/Parser.ml" : 'subterm)) ; (fun __caml_parser_env -> let _1 = (Parsing.peek_val __caml_parser_env 0 : string) in Obj.repr( # 103 "src/top_down/Parser.mly" ( AST.Int( int_of_string _1) ) # 403 "src/top_down/Parser.ml" : 'subterm)) ; (fun __caml_parser_env -> let _1 = (Parsing.peek_val __caml_parser_env 0 : 'subterm) in Obj.repr( # 106 "src/top_down/Parser.mly" ( [_1] ) # 410 "src/top_down/Parser.ml" : 'args)) ; (fun __caml_parser_env -> let _1 = (Parsing.peek_val __caml_parser_env 2 : 'subterm) in let _3 = (Parsing.peek_val __caml_parser_env 0 : 'args) in Obj.repr( # 107 "src/top_down/Parser.mly" ( _1 :: _3 ) # 418 "src/top_down/Parser.ml" : 'args)) ; (fun __caml_parser_env -> let _2 = (Parsing.peek_val __caml_parser_env 1 : 'args) in Obj.repr( # 110 "src/top_down/Parser.mly" ( _2 ) # 425 "src/top_down/Parser.ml" : 'tuple)) (* Entry parse_term *) ; (fun __caml_parser_env -> raise (Parsing.YYexit (Parsing.peek_val __caml_parser_env 0))) (* Entry parse_literal *) ; (fun __caml_parser_env -> raise (Parsing.YYexit (Parsing.peek_val __caml_parser_env 0))) (* Entry parse_literals *) ; (fun __caml_parser_env -> raise (Parsing.YYexit (Parsing.peek_val __caml_parser_env 0))) (* Entry parse_query *) ; (fun __caml_parser_env -> raise (Parsing.YYexit (Parsing.peek_val __caml_parser_env 0))) (* Entry parse_clause *) ; (fun __caml_parser_env -> raise (Parsing.YYexit (Parsing.peek_val __caml_parser_env 0))) (* Entry parse_file *) ; (fun __caml_parser_env -> raise (Parsing.YYexit (Parsing.peek_val __caml_parser_env 0))) |] let yytables = { Parsing.actions=yyact; Parsing.transl_const=yytransl_const; Parsing.transl_block=yytransl_block; Parsing.lhs=yylhs; Parsing.len=yylen; Parsing.defred=yydefred; Parsing.dgoto=yydgoto; Parsing.sindex=yysindex; Parsing.rindex=yyrindex; Parsing.gindex=yygindex; Parsing.tablesize=yytablesize; Parsing.table=yytable; Parsing.check=yycheck; Parsing.error_function=parse_error; Parsing.names_const=yynames_const; Parsing.names_block=yynames_block } let parse_term (lexfun : Lexing.lexbuf -> token) (lexbuf : Lexing.lexbuf) = (Parsing.yyparse yytables 1 lexfun lexbuf : AST.term) let parse_literal (lexfun : Lexing.lexbuf -> token) (lexbuf : Lexing.lexbuf) = (Parsing.yyparse yytables 2 lexfun lexbuf : AST.literal) let parse_literals (lexfun : Lexing.lexbuf -> token) (lexbuf : Lexing.lexbuf) = (Parsing.yyparse yytables 3 lexfun lexbuf : AST.literal list) let parse_query (lexfun : Lexing.lexbuf -> token) (lexbuf : Lexing.lexbuf) = (Parsing.yyparse yytables 4 lexfun lexbuf : AST.term list * AST.literal list) let parse_clause (lexfun : Lexing.lexbuf -> token) (lexbuf : Lexing.lexbuf) = (Parsing.yyparse yytables 5 lexfun lexbuf : AST.clause) let parse_file (lexfun : Lexing.lexbuf -> token) (lexbuf : Lexing.lexbuf) = (Parsing.yyparse yytables 6 lexfun lexbuf : AST.file)
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>