From 2ddfb710eb2223a10e064ac27d67ef097e72b270 Mon Sep 17 00:00:00 2001 From: rv-jenkins Date: Tue, 12 Dec 2023 19:26:59 +0000 Subject: [PATCH] gh-pages: Updated the website --- CNAME | 1 + ...irefly-Download-Icon-Inverted.32636383.png | Bin 0 -> 571 bytes assets/css/Firefly-Download-Icon.8094a4f0.png | Bin 0 -> 586 bytes assets/css/fontawesome-webfont.0caf0c90.ttf | Bin 0 -> 165548 bytes assets/css/fontawesome-webfont.3981e506.eot | Bin 0 -> 165742 bytes assets/css/fontawesome-webfont.58488e7e.woff2 | Bin 0 -> 77160 bytes assets/css/fontawesome-webfont.a9323ae9.svg | 1 + assets/css/fontawesome-webfont.ed962b83.woff | Bin 0 -> 98024 bytes assets/css/iconfont.960c72b2.eot | Bin 0 -> 2216 bytes assets/css/iconfont.a07d77e0.woff2 | Bin 0 -> 892 bytes assets/css/iconfont.b2a06094.woff | Bin 0 -> 1296 bytes assets/css/index.css | 1 + assets/css/owl.video.play.e7a23fb2.png | Bin 0 -> 2794 bytes assets/css/select-arrow.b8e89c0c.svg | 1 + assets/img/404.png | Bin 0 -> 33413 bytes assets/img/500.png | Bin 0 -> 45305 bytes assets/img/android-chrome-192x192.png | Bin 0 -> 8642 bytes assets/img/android-chrome-512x512.png | Bin 0 -> 17774 bytes assets/img/apple-touch-icon.png | Bin 0 -> 7679 bytes assets/img/favicon-16x16.png | Bin 0 -> 489 bytes assets/img/favicon-32x32.png | Bin 0 -> 972 bytes assets/img/favicon.ico | Bin 0 -> 15406 bytes assets/img/hero/kerc20-hero-image.png | Bin 0 -> 208144 bytes assets/img/hero/test-coverage-hero-image.png | Bin 0 -> 56813 bytes assets/img/hero/test-runner-hero-image.png | Bin 0 -> 208144 bytes assets/img/k-logo-dark.png | Bin 0 -> 32908 bytes assets/img/k-logo.png | Bin 0 -> 5022 bytes assets/img/lang.jpg | Bin 0 -> 1619 bytes assets/img/new.gif | Bin 0 -> 275 bytes assets/img/rv-logo-dark.png | Bin 0 -> 3624 bytes assets/img/rv-logo.png | Bin 0 -> 6988 bytes assets/img/try-it-online.jpg | Bin 0 -> 1562 bytes assets/js/index.js | 212 + assets/sass/icons/iconfont.css | 36 + assets/sass/icons/iconfont.eot | Bin 0 -> 2216 bytes assets/sass/icons/iconfont.svg | 30 + assets/sass/icons/iconfont.ttf | Bin 0 -> 2048 bytes assets/sass/icons/iconfont.woff | Bin 0 -> 1296 bytes assets/sass/icons/iconfont.woff2 | Bin 0 -> 880 bytes docs/cheat_sheet/index.html | 372 + docs/ktools/index.html | 726 + docs/user_manual/index.html | 3945 +++ editor_support/index.html | 455 + .../index.html | 401 + exports/K.epub | Bin 0 -> 1050312 bytes exports/K.html | 23840 ++++++++++++++++ exports/K.mobi | Bin 0 -> 2364250 bytes exports/K.pdf | Bin 0 -> 1242845 bytes faq/index.html | 467 + index.html | 419 + install | 71 + k-distribution/INSTALL/index.html | 603 + .../kframework/builtin/domains/index.html | 3931 +++ .../include/kframework/builtin/ffi/index.html | 619 + .../kframework/builtin/json/index.html | 428 + .../kframework/builtin/kast/index.html | 966 + .../kframework/builtin/prelude/index.html | 399 + .../include/kframework/builtin/rat/index.html | 620 + .../builtin/substitution/index.html | 484 + k-distribution/include/kframework/index.html | 405 + .../1_basic/01_installing/index.html | 473 + .../k-tutorial/1_basic/02_basics/index.html | 612 + .../k-tutorial/1_basic/03_parsing/index.html | 780 + .../1_basic/04_disambiguation/index.html | 729 + .../k-tutorial/1_basic/05_modules/index.html | 670 + .../1_basic/06_ints_and_bools/index.html | 608 + .../1_basic/07_side_conditions/index.html | 621 + .../08_literate_programming/index.html | 571 + .../1_basic/09_unparsing/index.html | 718 + .../k-tutorial/1_basic/10_strings/index.html | 554 + .../k-tutorial/1_basic/11_casts/index.html | 617 + .../1_basic/12_syntactic_lists/index.html | 577 + .../1_basic/13_rewrite_rules/index.html | 696 + .../1_basic/14_evaluation_order/index.html | 707 + .../1_basic/15_configurations/index.html | 663 + .../1_basic/16_collections/index.html | 742 + .../1_basic/17_cell_multiplicity/index.html | 577 + .../18_equality_and_conditionals/index.html | 483 + .../1_basic/19_debugging/index.html | 912 + .../k-tutorial/1_basic/20_backends/index.html | 503 + .../1_basic/21_symbolic_execution/index.html | 583 + .../k-tutorial/1_basic/22_proofs/index.html | 819 + k-distribution/k-tutorial/1_basic/index.html | 401 + .../2_intermediate/01_macros/index.html | 567 + .../02_fresh_constants/index.html | 397 + .../2_intermediate/03_klabels/index.html | 397 + .../2_intermediate/04_overloading/index.html | 397 + .../05_matching_logic/index.html | 397 + .../06_function_context/index.html | 397 + .../07_record_productions/index.html | 397 + .../2_intermediate/08_fun_and_let/index.html | 397 + .../2_intermediate/09_as/index.html | 397 + .../10_matching_operator/index.html | 397 + .../11_evaluation_order/index.html | 397 + .../12_floats_and_machine_ints/index.html | 397 + .../2_intermediate/13_substitution/index.html | 397 + .../2_intermediate/14_io/index.html | 397 + .../15_string_buffers_and_bytes/index.html | 397 + .../2_intermediate/16_kore/index.html | 397 + .../17_debugging_proofs/index.html | 397 + .../k-tutorial/2_intermediate/index.html | 430 + .../3_advanced/1_parsing/1_layout/index.html | 387 + .../1_parsing/2_ambiguities/index.html | 387 + .../1_parsing/3_locations/index.html | 387 + .../3_advanced/2_libraries/1_json/index.html | 387 + .../3_advanced/2_libraries/2_rat/index.html | 387 + .../3_advanced/2_libraries/3_ffi/index.html | 387 + .../3_extending_k/1_custom_hooks/index.html | 387 + .../3_extending_k/2_scripting_k/index.html | 387 + .../k-tutorial/3_advanced/index.html | 387 + k-distribution/k-tutorial/index.html | 398 + .../pl-tutorial/1_k/1_lambda/index.html | 404 + .../1_k/1_lambda/lesson_1/NOTES/index.html | 379 + .../1_k/1_lambda/lesson_1/index.html | 471 + .../1_k/1_lambda/lesson_2.5/NOTES/index.html | 379 + .../1_k/1_lambda/lesson_2/NOTES/index.html | 385 + .../1_k/1_lambda/lesson_2/index.html | 453 + .../1_k/1_lambda/lesson_3/NOTES/index.html | 377 + .../1_k/1_lambda/lesson_3/index.html | 418 + .../1_k/1_lambda/lesson_4/NOTES/index.html | 376 + .../1_k/1_lambda/lesson_4/index.html | 412 + .../1_k/1_lambda/lesson_5/NOTES/index.html | 381 + .../1_k/1_lambda/lesson_5/index.html | 465 + .../1_k/1_lambda/lesson_6/index.html | 421 + .../1_k/1_lambda/lesson_7/NOTES/index.html | 379 + .../1_k/1_lambda/lesson_7/index.html | 459 + .../exercises/SK-combinators/index.html | 415 + .../lesson_8/exercises/mu-derived/index.html | 380 + .../1_k/1_lambda/lesson_8/index.html | 432 + .../1_k/1_lambda/lesson_9/index.html | 445 + .../1_k/1_lambda/lesson_9/lambda/index.html | 510 + .../pl-tutorial/1_k/2_imp/NOTES/index.html | 379 + .../pl-tutorial/1_k/2_imp/index.html | 403 + .../pl-tutorial/1_k/2_imp/lesson_1/index.html | 541 + .../pl-tutorial/1_k/2_imp/lesson_2/index.html | 453 + .../pl-tutorial/1_k/2_imp/lesson_3/index.html | 591 + .../exercises/purely-syntactic/index.html | 382 + .../uninitialized-variables/index.html | 381 + .../pl-tutorial/1_k/2_imp/lesson_4/index.html | 497 + .../1_k/2_imp/lesson_5/imp/index.html | 547 + .../pl-tutorial/1_k/2_imp/lesson_5/index.html | 400 + .../pl-tutorial/1_k/3_lambda++/index.html | 399 + .../lesson_1/exercises/NOTES/index.html | 378 + .../lesson_1/exercises/callCC/index.html | 378 + .../from-call-CC-to-callcc/index.html | 377 + .../from-callcc-to-call-CC/index.html | 381 + .../1_k/3_lambda++/lesson_1/index.html | 486 + .../1_k/3_lambda++/lesson_2/index.html | 535 + .../1_k/3_lambda++/lesson_3/NOTES/index.html | 393 + .../1_k/3_lambda++/lesson_3/index.html | 408 + .../1_k/3_lambda++/lesson_4/NOTES/index.html | 397 + .../1_k/3_lambda++/lesson_4/index.html | 469 + .../1_k/3_lambda++/lesson_5/index.html | 444 + .../lesson_6/exercises/NOTES/index.html | 378 + .../lesson_6/exercises/callCC/index.html | 379 + .../from-call-CC-to-callcc/index.html | 377 + .../from-callcc-to-call-CC/index.html | 378 + .../1_k/3_lambda++/lesson_6/index.html | 394 + .../1_k/3_lambda++/lesson_6/lambda/index.html | 542 + .../pl-tutorial/1_k/4_imp++/index.html | 408 + .../1_k/4_imp++/lesson_1/NOTES/index.html | 381 + .../1_k/4_imp++/lesson_1/index.html | 465 + .../1_k/4_imp++/lesson_2/NOTES/index.html | 376 + .../1_k/4_imp++/lesson_2/index.html | 447 + .../1_k/4_imp++/lesson_3/NOTES/index.html | 377 + .../1_k/4_imp++/lesson_3/index.html | 492 + .../1_k/4_imp++/lesson_4/NOTES/index.html | 382 + .../1_k/4_imp++/lesson_4/index.html | 484 + .../1_k/4_imp++/lesson_5/index.html | 434 + .../1_k/4_imp++/lesson_6/index.html | 569 + .../1_k/4_imp++/lesson_7/index.html | 465 + .../1_k/4_imp++/lesson_8/imp/index.html | 954 + .../1_k/4_imp++/lesson_8/index.html | 404 + .../pl-tutorial/1_k/5_types/index.html | 392 + .../1_k/5_types/lesson_1.9/NOTES/index.html | 383 + .../1_k/5_types/lesson_1/NOTES/index.html | 376 + .../1_k/5_types/lesson_1/index.html | 492 + .../1_k/5_types/lesson_2/NOTES/index.html | 377 + .../1_k/5_types/lesson_2/index.html | 447 + .../1_k/5_types/lesson_3/index.html | 434 + .../1_k/5_types/lesson_4/NOTES/index.html | 380 + .../1_k/5_types/lesson_4/index.html | 577 + .../1_k/5_types/lesson_5/index.html | 433 + .../1_k/5_types/lesson_6/NOTES/index.html | 377 + .../1_k/5_types/lesson_6/index.html | 487 + .../1_k/5_types/lesson_7/NOTES/index.html | 378 + .../1_k/5_types/lesson_7/index.html | 492 + .../1_k/5_types/lesson_8/NOTES/index.html | 377 + .../1_k/5_types/lesson_8/index.html | 425 + .../1_k/5_types/lesson_9.5/NOTES/index.html | 376 + .../1_k/5_types/lesson_9/index.html | 542 + k-distribution/pl-tutorial/1_k/index.html | 397 + .../1_simple/1_untyped/NOTES/index.html | 393 + .../1_untyped/simple-untyped/index.html | 1709 ++ .../2_typed/1_static/NOTES/index.html | 380 + .../functions-with-throws/tests/index.html | 379 + .../1_static/simple-typed-static/index.html | 1150 + .../2_dynamic/simple-typed-dynamic/index.html | 1142 + .../1_simple/2_typed/programs/index.html | 379 + .../2_kool/1_untyped/kool-untyped/index.html | 1522 + .../1_dynamic/kool-typed-dynamic/index.html | 1385 + .../2_kool/2_typed/2_static/NOTES/index.html | 380 + .../2_static/kool-typed-static/index.html | 1424 + .../1_environment/fun-untyped/index.html | 1225 + .../2_substitution/fun-untyped/index.html | 723 + .../4_logik/basic/logik/index.html | 712 + .../pl-tutorial/2_languages/index.html | 396 + k-distribution/pl-tutorial/NOTES/index.html | 455 + k-distribution/pl-tutorial/index.html | 578 + .../checks/markdownErrorLocation/index.html | 394 + .../regression-new/imp++-llvm/imp/index.html | 961 + .../set-balance-spec/index.html | 433 + .../kprove-markdown/set-balance/index.html | 1227 + .../markdownSelectors/a-spec/index.html | 381 + .../markdownSelectors/test/index.html | 407 + news/k-framework-demo/index.html | 354 + overview/index.html | 356 + projects/index.html | 447 + sitemap.xml | 711 + 219 files changed, 120470 insertions(+) create mode 100644 CNAME create mode 100644 assets/css/Firefly-Download-Icon-Inverted.32636383.png create mode 100644 assets/css/Firefly-Download-Icon.8094a4f0.png create mode 100644 assets/css/fontawesome-webfont.0caf0c90.ttf create mode 100644 assets/css/fontawesome-webfont.3981e506.eot create mode 100644 assets/css/fontawesome-webfont.58488e7e.woff2 create mode 100644 assets/css/fontawesome-webfont.a9323ae9.svg create mode 100644 assets/css/fontawesome-webfont.ed962b83.woff create mode 100644 assets/css/iconfont.960c72b2.eot create mode 100644 assets/css/iconfont.a07d77e0.woff2 create mode 100644 assets/css/iconfont.b2a06094.woff create mode 100644 assets/css/index.css create mode 100644 assets/css/owl.video.play.e7a23fb2.png create mode 100644 assets/css/select-arrow.b8e89c0c.svg create mode 100644 assets/img/404.png create mode 100644 assets/img/500.png create mode 100644 assets/img/android-chrome-192x192.png create mode 100644 assets/img/android-chrome-512x512.png create mode 100644 assets/img/apple-touch-icon.png create mode 100644 assets/img/favicon-16x16.png create mode 100644 assets/img/favicon-32x32.png create mode 100644 assets/img/favicon.ico create mode 100644 assets/img/hero/kerc20-hero-image.png create mode 100644 assets/img/hero/test-coverage-hero-image.png create mode 100644 assets/img/hero/test-runner-hero-image.png create mode 100644 assets/img/k-logo-dark.png create mode 100644 assets/img/k-logo.png create mode 100644 assets/img/lang.jpg create mode 100644 assets/img/new.gif create mode 100644 assets/img/rv-logo-dark.png create mode 100644 assets/img/rv-logo.png create mode 100644 assets/img/try-it-online.jpg create mode 100644 assets/js/index.js create mode 100644 assets/sass/icons/iconfont.css create mode 100644 assets/sass/icons/iconfont.eot create mode 100644 assets/sass/icons/iconfont.svg create mode 100644 assets/sass/icons/iconfont.ttf create mode 100644 assets/sass/icons/iconfont.woff create mode 100644 assets/sass/icons/iconfont.woff2 create mode 100644 docs/cheat_sheet/index.html create mode 100644 docs/ktools/index.html create mode 100644 docs/user_manual/index.html create mode 100644 editor_support/index.html create mode 100644 events/k-a-rewriting-based-language-definitional-framework/index.html create mode 100644 exports/K.epub create mode 100644 exports/K.html create mode 100644 exports/K.mobi create mode 100644 exports/K.pdf create mode 100644 faq/index.html create mode 100644 index.html create mode 100644 install create mode 100644 k-distribution/INSTALL/index.html create mode 100644 k-distribution/include/kframework/builtin/domains/index.html create mode 100644 k-distribution/include/kframework/builtin/ffi/index.html create mode 100644 k-distribution/include/kframework/builtin/json/index.html create mode 100644 k-distribution/include/kframework/builtin/kast/index.html create mode 100644 k-distribution/include/kframework/builtin/prelude/index.html create mode 100644 k-distribution/include/kframework/builtin/rat/index.html create mode 100644 k-distribution/include/kframework/builtin/substitution/index.html create mode 100644 k-distribution/include/kframework/index.html create mode 100644 k-distribution/k-tutorial/1_basic/01_installing/index.html create mode 100644 k-distribution/k-tutorial/1_basic/02_basics/index.html create mode 100644 k-distribution/k-tutorial/1_basic/03_parsing/index.html create mode 100644 k-distribution/k-tutorial/1_basic/04_disambiguation/index.html create mode 100644 k-distribution/k-tutorial/1_basic/05_modules/index.html create mode 100644 k-distribution/k-tutorial/1_basic/06_ints_and_bools/index.html create mode 100644 k-distribution/k-tutorial/1_basic/07_side_conditions/index.html create mode 100644 k-distribution/k-tutorial/1_basic/08_literate_programming/index.html create mode 100644 k-distribution/k-tutorial/1_basic/09_unparsing/index.html create mode 100644 k-distribution/k-tutorial/1_basic/10_strings/index.html create mode 100644 k-distribution/k-tutorial/1_basic/11_casts/index.html create mode 100644 k-distribution/k-tutorial/1_basic/12_syntactic_lists/index.html create mode 100644 k-distribution/k-tutorial/1_basic/13_rewrite_rules/index.html create mode 100644 k-distribution/k-tutorial/1_basic/14_evaluation_order/index.html create mode 100644 k-distribution/k-tutorial/1_basic/15_configurations/index.html create mode 100644 k-distribution/k-tutorial/1_basic/16_collections/index.html create mode 100644 k-distribution/k-tutorial/1_basic/17_cell_multiplicity/index.html create mode 100644 k-distribution/k-tutorial/1_basic/18_equality_and_conditionals/index.html create mode 100644 k-distribution/k-tutorial/1_basic/19_debugging/index.html create mode 100644 k-distribution/k-tutorial/1_basic/20_backends/index.html create mode 100644 k-distribution/k-tutorial/1_basic/21_symbolic_execution/index.html create mode 100644 k-distribution/k-tutorial/1_basic/22_proofs/index.html create mode 100644 k-distribution/k-tutorial/1_basic/index.html create mode 100644 k-distribution/k-tutorial/2_intermediate/01_macros/index.html create mode 100644 k-distribution/k-tutorial/2_intermediate/02_fresh_constants/index.html create mode 100644 k-distribution/k-tutorial/2_intermediate/03_klabels/index.html create mode 100644 k-distribution/k-tutorial/2_intermediate/04_overloading/index.html create mode 100644 k-distribution/k-tutorial/2_intermediate/05_matching_logic/index.html create mode 100644 k-distribution/k-tutorial/2_intermediate/06_function_context/index.html create mode 100644 k-distribution/k-tutorial/2_intermediate/07_record_productions/index.html create mode 100644 k-distribution/k-tutorial/2_intermediate/08_fun_and_let/index.html create mode 100644 k-distribution/k-tutorial/2_intermediate/09_as/index.html create mode 100644 k-distribution/k-tutorial/2_intermediate/10_matching_operator/index.html create mode 100644 k-distribution/k-tutorial/2_intermediate/11_evaluation_order/index.html create mode 100644 k-distribution/k-tutorial/2_intermediate/12_floats_and_machine_ints/index.html create mode 100644 k-distribution/k-tutorial/2_intermediate/13_substitution/index.html create mode 100644 k-distribution/k-tutorial/2_intermediate/14_io/index.html create mode 100644 k-distribution/k-tutorial/2_intermediate/15_string_buffers_and_bytes/index.html create mode 100644 k-distribution/k-tutorial/2_intermediate/16_kore/index.html create mode 100644 k-distribution/k-tutorial/2_intermediate/17_debugging_proofs/index.html create mode 100644 k-distribution/k-tutorial/2_intermediate/index.html create mode 100644 k-distribution/k-tutorial/3_advanced/1_parsing/1_layout/index.html create mode 100644 k-distribution/k-tutorial/3_advanced/1_parsing/2_ambiguities/index.html create mode 100644 k-distribution/k-tutorial/3_advanced/1_parsing/3_locations/index.html create mode 100644 k-distribution/k-tutorial/3_advanced/2_libraries/1_json/index.html create mode 100644 k-distribution/k-tutorial/3_advanced/2_libraries/2_rat/index.html create mode 100644 k-distribution/k-tutorial/3_advanced/2_libraries/3_ffi/index.html create mode 100644 k-distribution/k-tutorial/3_advanced/3_extending_k/1_custom_hooks/index.html create mode 100644 k-distribution/k-tutorial/3_advanced/3_extending_k/2_scripting_k/index.html create mode 100644 k-distribution/k-tutorial/3_advanced/index.html create mode 100644 k-distribution/k-tutorial/index.html create mode 100644 k-distribution/pl-tutorial/1_k/1_lambda/index.html create mode 100644 k-distribution/pl-tutorial/1_k/1_lambda/lesson_1/NOTES/index.html create mode 100644 k-distribution/pl-tutorial/1_k/1_lambda/lesson_1/index.html create mode 100644 k-distribution/pl-tutorial/1_k/1_lambda/lesson_2.5/NOTES/index.html create mode 100644 k-distribution/pl-tutorial/1_k/1_lambda/lesson_2/NOTES/index.html create mode 100644 k-distribution/pl-tutorial/1_k/1_lambda/lesson_2/index.html create mode 100644 k-distribution/pl-tutorial/1_k/1_lambda/lesson_3/NOTES/index.html create mode 100644 k-distribution/pl-tutorial/1_k/1_lambda/lesson_3/index.html create mode 100644 k-distribution/pl-tutorial/1_k/1_lambda/lesson_4/NOTES/index.html create mode 100644 k-distribution/pl-tutorial/1_k/1_lambda/lesson_4/index.html create mode 100644 k-distribution/pl-tutorial/1_k/1_lambda/lesson_5/NOTES/index.html create mode 100644 k-distribution/pl-tutorial/1_k/1_lambda/lesson_5/index.html create mode 100644 k-distribution/pl-tutorial/1_k/1_lambda/lesson_6/index.html create mode 100644 k-distribution/pl-tutorial/1_k/1_lambda/lesson_7/NOTES/index.html create mode 100644 k-distribution/pl-tutorial/1_k/1_lambda/lesson_7/index.html create mode 100644 k-distribution/pl-tutorial/1_k/1_lambda/lesson_8/exercises/SK-combinators/index.html create mode 100644 k-distribution/pl-tutorial/1_k/1_lambda/lesson_8/exercises/mu-derived/index.html create mode 100644 k-distribution/pl-tutorial/1_k/1_lambda/lesson_8/index.html create mode 100644 k-distribution/pl-tutorial/1_k/1_lambda/lesson_9/index.html create mode 100644 k-distribution/pl-tutorial/1_k/1_lambda/lesson_9/lambda/index.html create mode 100644 k-distribution/pl-tutorial/1_k/2_imp/NOTES/index.html create mode 100644 k-distribution/pl-tutorial/1_k/2_imp/index.html create mode 100644 k-distribution/pl-tutorial/1_k/2_imp/lesson_1/index.html create mode 100644 k-distribution/pl-tutorial/1_k/2_imp/lesson_2/index.html create mode 100644 k-distribution/pl-tutorial/1_k/2_imp/lesson_3/index.html create mode 100644 k-distribution/pl-tutorial/1_k/2_imp/lesson_4/exercises/purely-syntactic/index.html create mode 100644 k-distribution/pl-tutorial/1_k/2_imp/lesson_4/exercises/uninitialized-variables/index.html create mode 100644 k-distribution/pl-tutorial/1_k/2_imp/lesson_4/index.html create mode 100644 k-distribution/pl-tutorial/1_k/2_imp/lesson_5/imp/index.html create mode 100644 k-distribution/pl-tutorial/1_k/2_imp/lesson_5/index.html create mode 100644 k-distribution/pl-tutorial/1_k/3_lambda++/index.html create mode 100644 k-distribution/pl-tutorial/1_k/3_lambda++/lesson_1/exercises/NOTES/index.html create mode 100644 k-distribution/pl-tutorial/1_k/3_lambda++/lesson_1/exercises/callCC/index.html create mode 100644 k-distribution/pl-tutorial/1_k/3_lambda++/lesson_1/exercises/from-call-CC-to-callcc/index.html create mode 100644 k-distribution/pl-tutorial/1_k/3_lambda++/lesson_1/exercises/from-callcc-to-call-CC/index.html create mode 100644 k-distribution/pl-tutorial/1_k/3_lambda++/lesson_1/index.html create mode 100644 k-distribution/pl-tutorial/1_k/3_lambda++/lesson_2/index.html create mode 100644 k-distribution/pl-tutorial/1_k/3_lambda++/lesson_3/NOTES/index.html create mode 100644 k-distribution/pl-tutorial/1_k/3_lambda++/lesson_3/index.html create mode 100644 k-distribution/pl-tutorial/1_k/3_lambda++/lesson_4/NOTES/index.html create mode 100644 k-distribution/pl-tutorial/1_k/3_lambda++/lesson_4/index.html create mode 100644 k-distribution/pl-tutorial/1_k/3_lambda++/lesson_5/index.html create mode 100644 k-distribution/pl-tutorial/1_k/3_lambda++/lesson_6/exercises/NOTES/index.html create mode 100644 k-distribution/pl-tutorial/1_k/3_lambda++/lesson_6/exercises/callCC/index.html create mode 100644 k-distribution/pl-tutorial/1_k/3_lambda++/lesson_6/exercises/from-call-CC-to-callcc/index.html create mode 100644 k-distribution/pl-tutorial/1_k/3_lambda++/lesson_6/exercises/from-callcc-to-call-CC/index.html create mode 100644 k-distribution/pl-tutorial/1_k/3_lambda++/lesson_6/index.html create mode 100644 k-distribution/pl-tutorial/1_k/3_lambda++/lesson_6/lambda/index.html create mode 100644 k-distribution/pl-tutorial/1_k/4_imp++/index.html create mode 100644 k-distribution/pl-tutorial/1_k/4_imp++/lesson_1/NOTES/index.html create mode 100644 k-distribution/pl-tutorial/1_k/4_imp++/lesson_1/index.html create mode 100644 k-distribution/pl-tutorial/1_k/4_imp++/lesson_2/NOTES/index.html create mode 100644 k-distribution/pl-tutorial/1_k/4_imp++/lesson_2/index.html create mode 100644 k-distribution/pl-tutorial/1_k/4_imp++/lesson_3/NOTES/index.html create mode 100644 k-distribution/pl-tutorial/1_k/4_imp++/lesson_3/index.html create mode 100644 k-distribution/pl-tutorial/1_k/4_imp++/lesson_4/NOTES/index.html create mode 100644 k-distribution/pl-tutorial/1_k/4_imp++/lesson_4/index.html create mode 100644 k-distribution/pl-tutorial/1_k/4_imp++/lesson_5/index.html create mode 100644 k-distribution/pl-tutorial/1_k/4_imp++/lesson_6/index.html create mode 100644 k-distribution/pl-tutorial/1_k/4_imp++/lesson_7/index.html create mode 100644 k-distribution/pl-tutorial/1_k/4_imp++/lesson_8/imp/index.html create mode 100644 k-distribution/pl-tutorial/1_k/4_imp++/lesson_8/index.html create mode 100644 k-distribution/pl-tutorial/1_k/5_types/index.html create mode 100644 k-distribution/pl-tutorial/1_k/5_types/lesson_1.9/NOTES/index.html create mode 100644 k-distribution/pl-tutorial/1_k/5_types/lesson_1/NOTES/index.html create mode 100644 k-distribution/pl-tutorial/1_k/5_types/lesson_1/index.html create mode 100644 k-distribution/pl-tutorial/1_k/5_types/lesson_2/NOTES/index.html create mode 100644 k-distribution/pl-tutorial/1_k/5_types/lesson_2/index.html create mode 100644 k-distribution/pl-tutorial/1_k/5_types/lesson_3/index.html create mode 100644 k-distribution/pl-tutorial/1_k/5_types/lesson_4/NOTES/index.html create mode 100644 k-distribution/pl-tutorial/1_k/5_types/lesson_4/index.html create mode 100644 k-distribution/pl-tutorial/1_k/5_types/lesson_5/index.html create mode 100644 k-distribution/pl-tutorial/1_k/5_types/lesson_6/NOTES/index.html create mode 100644 k-distribution/pl-tutorial/1_k/5_types/lesson_6/index.html create mode 100644 k-distribution/pl-tutorial/1_k/5_types/lesson_7/NOTES/index.html create mode 100644 k-distribution/pl-tutorial/1_k/5_types/lesson_7/index.html create mode 100644 k-distribution/pl-tutorial/1_k/5_types/lesson_8/NOTES/index.html create mode 100644 k-distribution/pl-tutorial/1_k/5_types/lesson_8/index.html create mode 100644 k-distribution/pl-tutorial/1_k/5_types/lesson_9.5/NOTES/index.html create mode 100644 k-distribution/pl-tutorial/1_k/5_types/lesson_9/index.html create mode 100644 k-distribution/pl-tutorial/1_k/index.html create mode 100644 k-distribution/pl-tutorial/2_languages/1_simple/1_untyped/NOTES/index.html create mode 100644 k-distribution/pl-tutorial/2_languages/1_simple/1_untyped/simple-untyped/index.html create mode 100644 k-distribution/pl-tutorial/2_languages/1_simple/2_typed/1_static/NOTES/index.html create mode 100644 k-distribution/pl-tutorial/2_languages/1_simple/2_typed/1_static/exercises/functions-with-throws/tests/index.html create mode 100644 k-distribution/pl-tutorial/2_languages/1_simple/2_typed/1_static/simple-typed-static/index.html create mode 100644 k-distribution/pl-tutorial/2_languages/1_simple/2_typed/2_dynamic/simple-typed-dynamic/index.html create mode 100644 k-distribution/pl-tutorial/2_languages/1_simple/2_typed/programs/index.html create mode 100644 k-distribution/pl-tutorial/2_languages/2_kool/1_untyped/kool-untyped/index.html create mode 100644 k-distribution/pl-tutorial/2_languages/2_kool/2_typed/1_dynamic/kool-typed-dynamic/index.html create mode 100644 k-distribution/pl-tutorial/2_languages/2_kool/2_typed/2_static/NOTES/index.html create mode 100644 k-distribution/pl-tutorial/2_languages/2_kool/2_typed/2_static/kool-typed-static/index.html create mode 100644 k-distribution/pl-tutorial/2_languages/3_fun/1_untyped/1_environment/fun-untyped/index.html create mode 100644 k-distribution/pl-tutorial/2_languages/3_fun/1_untyped/2_substitution/fun-untyped/index.html create mode 100644 k-distribution/pl-tutorial/2_languages/4_logik/basic/logik/index.html create mode 100644 k-distribution/pl-tutorial/2_languages/index.html create mode 100644 k-distribution/pl-tutorial/NOTES/index.html create mode 100644 k-distribution/pl-tutorial/index.html create mode 100644 k-distribution/tests/regression-new/checks/markdownErrorLocation/index.html create mode 100644 k-distribution/tests/regression-new/imp++-llvm/imp/index.html create mode 100644 k-distribution/tests/regression-new/kprove-markdown/set-balance-spec/index.html create mode 100644 k-distribution/tests/regression-new/kprove-markdown/set-balance/index.html create mode 100644 k-distribution/tests/regression-new/markdownSelectors/a-spec/index.html create mode 100644 k-distribution/tests/regression-new/markdownSelectors/test/index.html create mode 100644 news/k-framework-demo/index.html create mode 100644 overview/index.html create mode 100644 projects/index.html create mode 100644 sitemap.xml diff --git a/CNAME b/CNAME new file mode 100644 index 00000000000..f5515ee7595 --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +kframework.org diff --git a/assets/css/Firefly-Download-Icon-Inverted.32636383.png b/assets/css/Firefly-Download-Icon-Inverted.32636383.png new file mode 100644 index 0000000000000000000000000000000000000000..c87605a3d70a8940e7b547a9b635d7b16e4a80f5 GIT binary patch literal 571 zcmeAS@N?(olHy`uVBq!ia0vp^1|ZDA3?vioaBc-soCO|{#S9F3${@^GvDCf{D9DoT z=V7Kx3{!3H#Rm@RFoGN7Zny3L`6l0hKBh0`FeYM zxr2b4yPKPfi?gGngM)*;y}g~St&NS1wY9aCiHWhXv5}FHp`oFHfq}lBo-T7@;bfr0 z7?Zr+T^Kr8Wj%mwZci7-kcwMxuO9C^WFXR-n0$z5FVEhVdo}M`zt`{a6j}H>p;)>;SGa5`8rZVeRFzh(Hb>4lifTn)N2h0bw9j*)SZ14;J#60Ks zTV8wSds}{||6r&PT6t~S=Z5XNqP`M#4u!!>ogA*MPV+IF@X<<`X;a99 z7ES8lQK@yUVw`9EPIJfU|FH}Q#D2G4>)v~pc?07F@wtUtt=>JUc3?QO#e7$U)Bjgb zHvc-k!rXL&L%1oQfzl<<{DO=X>)1Oc*fF@I)CzQL_-$aY<@Q8Q=I9BWjmno#f4s>0 zHT6&0>0Qi=Zk?ZfRf(NtI{W5>@d?c{S$R5|m1|xf{>Ojhi*tdk^e+)$7%_Od`njxg HN@xNAMg{L! literal 0 HcmV?d00001 diff --git a/assets/css/Firefly-Download-Icon.8094a4f0.png b/assets/css/Firefly-Download-Icon.8094a4f0.png new file mode 100644 index 0000000000000000000000000000000000000000..e0fdca7b4c45cfd913001c3a4e58442e40f5d6b2 GIT binary patch literal 586 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 z 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 d0mW2@EHO9NV8h3u2x_sp}KECIB>@9+Qn{FBV{ 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 G*yFsbY~cLNXLP73aA74Mq6M9f^&YV`isWW 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

5q!RY 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 literal 0 HcmV?d00001 diff --git a/assets/css/fontawesome-webfont.a9323ae9.svg b/assets/css/fontawesome-webfont.a9323ae9.svg new file mode 100644 index 00000000000..756bf0896c7 --- /dev/null +++ b/assets/css/fontawesome-webfont.a9323ae9.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/css/fontawesome-webfont.ed962b83.woff b/assets/css/fontawesome-webfont.ed962b83.woff new file mode 100644 index 0000000000000000000000000000000000000000..400014a4b06eee3d0c0d54402a47ab2601b2862b GIT binary patch literal 98024 zcmZTubC4&$(_Y)Q?OXfSHg9d)wr$(CZSQ{8wr%e%e)p|<|9eyQq|;BjCzE7qGMTiS zyqFjeFc1(BuRO}xo^G_%I z2O^L=ATW7lM&^H<^*^2eAN0eSJq3(x4DA1L)&F4euaO6sK5joV1E+r+DAqq4sQ>Wu z0|aVj?P25hA?l{GgpFa`oP%>HM?@(=7t5y$lA|Hyyb+&}%lcF7Py zVOq>>oZbI%cmJ;c1Ox&!PmnY&6cmq2?4Nt?RBbj#@*S#u% z($dm;AKJG3Yv)w@yrS19dscW!&dp@T$utcaiktwRu?l%Fgn7##v*Q%&IaI$|O!P}5 zE!tXI-Ss#N&%~+2xwep6)=D=@bER^nrNZX=A{Jq3H3E=sm}xcLG|pUA-88}8wRPyv zPnoSTxscjcm{McuVx_s+*=h#*Xv3UB1T}&E{uxPi!CD1QZy{>6F_-GvT;_v+@h3%S z3~p6JKLUMaO+O0%W$iTHs4{|UN^?L;ts#@G+64bnV>gujTO1A$SfkJKhUN{&{#iBu zbrz-NBAI4CWjjIN*&fwVu4RubbB`IvgcJ!WV;{$}bpWy2K1lw(2Xe|eWcN9U#V^J= z0v&sgD$Y5Kh^J4utKJ8w`)YkScnEwZDG=2~oYvdtqau)|6HAhwqW$r>MKydMdi-xf z|IPEi=Mls`ySoS4Uu8Lk>GP(?uENKw#l^+NO;vrl>caNS*3!n4J~PMG6%1?`Lo`8D zP!I`IikK!Gm+D~0Tx5dT2;-4lEPJvvNz@Roxn4bK2&F(-3ukKoTzvdLw9r!ZsOd)GFakMtPqh`I$P>j#E63N~^t! z8t)N`OP-Ey8cNVPKsgcS6B*&w9LA&4rPERq64J$9K^)cnN)EQxZgj#nJKXDP(AwtHNPvj4d!y|3WE|h>aXutjp#eR1Va1(D~!1cD@#G$XK@| z8ScdxW>*_WC0A}fCWQ_Gk+039h^tbyU`-AaRQXE3C@|xuc#bIvB-u`7jVA9qExYjR z=L}OyA;5`@PuJUM+d|rr+H3CQORerU?U9!{Bot;XUqe}i%R=!=DIcZf5IBHt${UX7 z$u&nXerDE=@3Wd|0@Hz$q*rpVDJ+Wsi!-OJ!$UKaeXQAz3oz@z3unQS7l<)x)linz zAH493JdOfC{BNrjX7CVfZBLDtgiqO>03bm9Y%opN;dZI*d!CgC7s1So zx$n!T6vhxG4g7BozT_i+(EXciSh1 z*WKx5dLayUw$Hadz3+<5D}%BZCKe`cE4yNK&2O zC_2B@YGbYTJ=@>6O14_I7;gA)sBiMPW}zMqr`$mljy|@#K)X4 zywlOE7bt(D_<9aY(j=81rYh}wpQBZ2>BFX$_0y{XD7Q1jV-(PFSPU`4DYgBSjuXGW zB&TypZ4-Ia;ZDv{*YiZ4BK%bLvA^d#3^`kw)^(lO=^V#PS}I{JY8vD2<6?gDUgByH zoos%w5n5SA70~&_wmZ}=sE_CH+$5D%I~M^tEkJ<ZQI7BsvH)rso$j0Tno$9{71< z@V}SCAhApjLIvlX0Pxk%zZqkf%M1LSF2n#NI}?5xPC=! zobSQlu20xcw~DY&-wOel-n@?qJ&by)A02bP=f7VUb$6h9A&zxij{$poi1x&>usk&q z)o~Zd^jeapPeoI1Jmh>Rc-6+ws~2@GiSZz{hBgw^soz#me0J4++L57M=6^+@00R~q za2yth-1NjYw%qz!q2gOQL3>x?qI6L_n5iR9jUE#0ppndAXQSaxXgAAg+?Y2ZVSq`= z9KUjbab4|QH-zBoMtL>BP)ja&OJ4O?2yYF#*>9aH4X@u0(otsJ5@}kXX@!4~Fy4Wh zDN>w`7i{CSlIi9?H2YDBB_h~K`_cJqA-9`a@G}pVc;w6b)PGdJz9MqO5mS;`wb~72i`W#}dhh!aglheCet+(79kLz+P{)7XRuyhb{YxtDFZ#1N?6e^# zh*vvtce7F3I~yiY){1)rPtn#OV%8zxe}b9$IU5=66PVl01yCBSd^dXUKhK1G0R|IV zcvk_Ac>q2IN6uR13{;c-_cRbEqYJTB_{Fr4IijaDP_s&jXx0$`sG}^H^o5 zz-Q`#Xift$p?Wb<=fxuzXVyNKg#>QnXBe)ocjuyk{hgW=c?V zRs~?RkX9n-Kuh2ogdASyGctZ-79U~PP*d!u<<~CRR3B7LYtxF8T{?!Nye0d%0n1-I zI4RC68nKpBKg^rfqiJ-i4HXbQx4>=dyxjLao>lA4TIu938pOX`7jX~@WPeN@jr_P# z^lTrnNnS5FJgePCzFZ$yZEE2?4_z#R){UKOsw3qqM;Tb8H@A2_3MP!1!fsit%Vn(B za_2OfhiiPV49y_-YDhUHAURUHq=tlP%rx5l^&mD@G^8z-Y=Z-tIt3L`u!>WVQxz;^ z&9LZUjm7~;VIecrymMSz9sAiMQWB|u=tF>$?NZ<_+~80;Rt&KJZ1cdqEdhb%EWus! zdJaxE0R*U{g1~6{#~l&e3R1mY+6nb{2=-5{7mcd@paR4GV(zxv{CelE`s$Ei#`XXd z)c6s?t)+nM8@GOItmYqze$tkR-@pNBhUdU3!dN9ILMYJOj4^aUvZMFQFK=P@cL1r6 z@U=sJ<=N(Bq`QQC3-wJHuee;+1OIT=^WJf^vichJbLK-(8A>DTum-ya`_|C7PvY^V z-X#zAoguBv{!+QTW6rx3-!1S_UiFDt_}ti$D*F?fI@AHKaETKn;7R7C5HXlh^h{!o zsrxdvVOX}7A?4Tr{6o+@q_3pMQZTg)Ea1)Q8|O#l$}N5<%GqV~ZE>N)M!~x7JUKA5 z9t(l39F)9Tiu!T`O`2ZQdW$v?+Qe4m558`xNHnv~bX8j4G6ay*PnvTLCWgm@K+IP1 z^SI~_P^NN)(Qy;gv`8wrCM0r zdu^7~mAS%W$G8dDhB^z`1T=lN-^sNz%Wcwkz4|)K)IQg@u1iEb91XhJ5xEwYDfvM6 zkLOfT>Goml>)dkK7RrcGd}4t$1w4`Vi@x?8r-Xz-T@erhoTTvYj;62sm##V72KMKy z7jCvo37#eEob8=(e^%k-w*#CwiWcoBL~yaY-mZ;3#7$hwrE0n&Z&_iqW9;qZ8h>;~ zOjAz(rmb4$^7bp}HHOIkg&1oXJz&O9f5ETRc`KDiwH!c>87$jXR}9R=#e{N-{typMNosUZX^8aPu^3Zb=_A_|$kJ2>CKI25a~u?@$|xUD0E z3rV0H2Dkhmtcz}Bqr1R;PGC&s1*q_(cw=w!eh^JIxmYy6ip|~R@0t~6h9kSKF8k`r z-rmZ)soKb2jgHIODnmo-1=6%KLu=Va>yJSJgYnC@P2eB{+<2U~g=4b-hjNb|x!65z z5!Z3c@32#?=kl#m5f8>l8a@f=Wi6&X>j+N1+ruaQG?CtDV~PXb>@WWf2Q($z>z7U+ zMBlz(Z=2s-T8$d;Ue6M3l3xRuVhSxm5s{3BKIpgmi-?-oisza zkmgcLp`Vnlx?L~qe?(H=WYV)H)PPR{pA7{5h`m_l^X{d`q$MOR49YduCf{c>9PI^G zU)!twAe$_^TtGrD{jAw%Wfw1k)5`DgJXWP`-7XNQ20MryLW6t0#t42k2 z0hnOio5PA`bpihQ)A=v&;|;YU&l?F@fC_Npa}OspB^Vr!zTb{NLwi)Hy`}19z@fr? zU3Jh7xd)*wL=El;v+()ck_u(iI_w^muPd_R6?OAcCyxtX2(vAWE-tjbs3u$PJ&jfGp*j;7`8P+@e0HF88@NU#6t?jH*EMz0L$My9PHiB zRVebeoyHC8Wl&pm$IT(G**{Utw9Bh)HAE_^TCH*ta-8|<-fxJ&aV4hWUSV75)+$)r zdIu%X^B9`Hh`wv*IW6Ho^#zL)v08Di99QNKyQ4Ex^x@3G;Cg6K(hX}D-{D_(j!D%6g}xd;qA)E>mv@<*$ZX$rUpcaK+~5kxF2pAac=%N>3B`6+-EO>fzLHkzfcD>r`}fy+!N&}- zUH9`HP&unio@pV+24r=ON7xE68a7?3>8!kAzHyK4Lb=YbvQ+HBn+||W{Eg?GVcYQ!l ztSPK!t!;Un>i4P0$ET?I9pdIh^EU0+RcYthPqRm& zPB}LVBWJC5;`qzHr{VN*QZ9;5?qvVIY@^viP)2>OQxb+mdkWDzLq#%PR5z67y??M+ zSjDiw%%q&n3QENt>Lwj~Ps8*c{0xvFm@csrU=eyiH}Cpb=6h0&O92O%dTc0WV%R`6~bS z;QT3eZTz7V7f#K|S{Kj{_}e_u;Joz^)V0uvH!H@e3WnVKG*Y;R5RQx=UKb=?4!qeb z=_DKa-vz<$?}ZxrbHii^hC> zLN`k`gS9^kaeye-(%)p=Q!i(kFa)B=q#!VbG7-calS3zKZMl8Kg`I^HD#h_iN?($! z>66rNVaPiYq<@#JX$rYXkw1$h7(yVDzNky$V^i%H!;0ZYI+ZXhW#@zfK7#lXMnh2Y z^3kcr0*7W=&Ss!urbd>4di6HWv0K><1f+uu%DQIF7AJcpusQzmE==J_e z-fwZbee~KU31mUe(k?U$jD<>ni>OKvN0|-t=m-(#j;6O&G~<{8=r6^gv3$D&K-xY8 z-A~Ae;#6^CAZ`&J{>W;EQAqsZ`r@~1+yiz(zXcIDK*GBO!0caA&f@eEcUcd0SLAp% ziK^4%9xfj7AK-j%&m}#)l$Krz(B|KAu~u{JsH3mYsRF-@7#pkE z;OJGjbEEV%#{Qt8>G*G(Vfh9<)rQPk1eaSAEZCJ)F~PoR(h+g}tl-VX($ zYO0R@KF7}dH^^v=pHnQ9YSNiTJWm+f!v@BwqQ$Y$ei`a_1{_|I-ss`3Ry;b`bNIE$Rnb+z+c*ky}aexvI*zKtJjccvTTZIqk!Rw!$+NgN&BT7q-IM^YM>9lAFF3qsj z{Ui)Y_-SRrj^=N_HhESJD-ltQtL~Y=Od(%jfPRpq8P9`F;O6pc)s_oF{z{=|n6er5 z!u-{h;{bvm_L%5agg+m)4aA0YAb@K`Qv~YLWx~sGmt6*V!|?F z%7PdL2(eqp+SqbvQ;>6xmHK-4tnG6El;(blqDJ+}Q2=*wlRYGBr%&K>9+K^{Aa z9GQ#O*$%Ki>UYmph71RnuwA?#!9vfTIuG|p%N;AWWwB5C+IE2*>xGPGkT?t@?Dvhd zt%Wpg_71*1_@0kBba@@FZN^TvjpVY+rkq1h2gtm zJPXCjvMjf7K+`s#pH$0kv}>*SPOV2H-e;NChSuuNAtqhRtEe-DVqBG7vr*enVEmVd zAv-&^RqMyAthD#nN)(w!Yp^GI_VB1e$~skiRlP3K6DJObNVTJM{r0E+{x$grTNFbh z_uBsc88W7$jtTI-pPGD>}Uj((F_m&nMmhI4lhx z;SZUOC;SP$w;q=0ux8Ozq190iFGeAoD%-HBSfOO9W&PK~Tem;KeV~3gA0dW>Pv6I1 zYNn)N-+Qq-I+AJB!=V9uxeoR-tL7t;-ZGy%%>9l;tMtQJm7z}(vh)}z8v;!QqkT%c z`Pr;kXU{<7gZGe(<&Zjp1|1&SGt0&iI1JiBIdPElDo}oD(oS=FPy1_j?dy9UkEB(@ z9bfbpt~myqXy`*o?NPpA2S*3Iq3$t0QzT^=d^GlO7pmjpsXe^IwU{J-P?mtkdD4jT zbfg}pfa66t&>R@5s6DBCTElqWD~=VAB5A$Y$g3nSX4Ol}s9ozugn47sFrns|d)D7D8mh1^h>F8%3W z2a5TI9W)%RgrtE1+L(i!DwwV@xZ@VytBSnvu3ay?9Y$%KBd@=bFp#4X>B};lBl^>;B5%>LW8TFDeNLsW?@@;#fCxMm!*pX9lfHt)uuajgiV$d zT#h**{Ipyhjltvp#_fvwZ6(9T&)Rb;VTsa~=gJDe$;q~EJzFO3Apn2EXrlA~F^1;i;H_jG>WmV*SvFHky zf3twjY=>%B`6@dr95pk37;>@x#zI%UP>yJ?6%2RCAY-s(SLIof9c#sG+>FEDjD6gU zD+r3UOyZKt5Q%XW6oZUQHH@|K!@vgu>y(j~#NpH5x9l+GPE6*P91EzHBE}krNo7~5 zb|0;8aj<>dJDCakJW=LK#vk^V^`8D9UP$2lLk&K$X+Ag;(w#ZeR7?dFGzJkJMi;Oc zoicM8#T@0|)<b|u?YyW0!6Ew$>Y~pX2XU`J zDYoQ`d*fm7~YwxoZtL1W7$X*5n>+fi8oUqvJri& z6nm&FFcO9AAX=7k9_;yussklMDtxu6t5OkjY3tvL7s1PUqGstoYssPT_ItLMXX))Z zJ03DK>_IPJgIKX7x8Rw<+?!kIc9MEA5hw)}5-iqzE8VFOr%mr5VC50inCtJ#tAQL} z1%tXg16rH5cZ?pPJcaYO6~hh*gGh%x5*s)RLDozXG<$(Q=kn_7fh78e%R|8C^X%4F zm9*vMr4{4*^7ibRo5iK-C*+ed7*^J_i&Im+>V~x=%ybD)(9wLptciZLN_)YB5O^v@ z{$Ja{Qtd!!GiH0^v6Ue$NG8nsD)~)N*JjWChU+1?Ny%198}eb+iG#cLFl;OopkF>K zIJg1zG{!THV!AKNdnO5aW zt-47+g@#B%3Z{it%Q@M`87PUsQr8-l>(V z7?crSbh@OEA$m#}=67-ZTp889W3?AU=1tjMdw;Ne(Izfm0-RQ+6jH&8gwGA_(Q}sf z2cqudmvKpmxhIPXLGEOm41F$3^s>mhI5{xLs3uHjw&8hlNfyhYWJ>LMMzm7Au8{{4 z-78CWHW(hd0`W;PqChl|g^3)t!&RZbm@=i00BhlV_)wg0=hMU42F)9g3L@3ao5I}H z8I}fZ8eb0a?<61oj=9=X+T!Eq!RN*aH=0Y9i8s}rg8IT>C(zNJ!Th>8L<=0PZ>~y% zhz0Bh?ag(U19g*K4YsztBIx+FBiiPs)+@S)uF6ph=|=6xgUL*jcixtPvskp*56`B0 z={4aNiYE!i0tq@Z1;pR-k?I3o>lQ~?sYinu)T9ag!9h~z6;ikT8&2oT|A@)-z( zaQOIKXY~=W6~KLycubCWOz(G95I!BBDB0Pny<_|zlgVmqx-mrqM_VmHhiBtJ`$Z5w zCPrd45%V_Ko8gYvDbKOB4l<(Fy#)}+&?NnmY-1A}rTwO$s?$(4W6U5%XfMI)w58zk zbnp#zcaX9eQujFlW$d|exgN>CX+D9ODCFX{GoRcYei!0W`_4DPA4@ELI0BSq?GTP9{qy5{Jp>{!$ilU=1r*;&BcRg z$*q-IA(UIbR;y$MuoVtrm}_sru-Iv6QF-Z$*v_HQLPEzhFGyrl8>MSf`fNpzygHW~ z_QJA574ufXwN23TR!mhNU*^BKQw@5<dJs*_=x{mDYt5qy%uW6HuIrYQdUw=BHHG z5Nt@%wEdaq4{)mv_E2B_!pNn?M`+Gf3%JA^GCHQY{6Z+#==o?VMBVKN&I-5tw2=+-ea|`(iVDzDkf` z_o4ZdXMG*j@}fOMk`);6@zP0?jJxg|pqYLnuYp;NEjq=E37d$523+{9c|=_m;Y=FC2zr0q z9ABp`#xa?^D8x?{^m9Pb8P5(LYi&GbahTA*2ISmx(8c(0gM7mGV0*-m^P2+5>2y*D zK>!ty(}TsN$-pvPyv8MaFTTJ&O7I6s@>;4;BIl36G56wWqHwlP{~pWLHf$Uy#0Puy zeV;G?gvis^Jxj`$>M5o?zm}_}UVzVP!9jt89Pwn(1x#nRAN`d2;9sJ`tk0AOz$1+E zH{8RxgaNe%M&|1hrS+*9C*P^Q=fDJ&p_?m6QWaQ!V5kK*vuF%HaecM^I*D{f1%Ubp+IA5m}APs2n1ZJu)J^J{Rl04s^nuyFN`DfFR|@!RJFA-DyQV<_xaV4SNKY62@hT@DgkLAq~ zhG+%xacHfgNfA`ZaU>zuj+4n`fU3TLj}&960XK1bcKm{wvmh9SVn*;5QgF*KxDXp> z;Zr51Q6HgH%jqJevB^Jiu6LMSlE`WNR1ubZUzzA5+#sU+UBVg8!D?yT@>=FvY+EEQ zC!*yn>I=^d@TLt~CRiEKJXWgp@5P+?!Jd%4yZjSDVZ z`OkMD7`^B2*g{%}qlKpgf7Zmo0$lvg7&BQ)Aza@3G~b|J$Ysk*P8I&CB}bAMZW-~Z zIR_wi6Up0t%hZXSOGa=}k*;=(xjt200^6TTRMf=`GX0xknXv$dY&rT#xsb_X8RNyA_$By$)d>6vNs2f?oR!rfdl)uT3^wm? zQwUBwSI&b&0r(I>$MjJH`fi%N1_>bz?&Ie_?js~TGj-`X%$+E9%n{r<<}`S$e`-p) z=*`trS)6S1Q%@D>CURjquWCtl()2l|<=i+Y;!j1i7jdhWpckp=OwWUJ0MIi}l3TJ6 z%ie2wuVKrrw_6uhff+-6)=_Nlw(qWRJwWbgGK?~1p|U<-iQ8R_>vJhnE;jiLPcBi1 zRW@hF{B?5XRh6|AR&h%$^yWc*ouol%@U#QTr4H?XOSYZzd|Vm2@o@5F7Ops_jl7Q) z_!ybL>GEq;&gio9wM`Qi-TlKa5EY2IY0@jteHNx%WR6`sJuJP1f$&aYFSPnLp{u4Y zEC0QDql)X^>kq8ecE4t_gb{C=2=3N2Gdry^aVqO$<8QdOeXI3e?r5`^^}Z(42qSR{ z0UzZY8>scj$7ip(7LQ+vQ=uIKkHj_~tcpcgSP5 zl5+MbW(cv;e_PPRsa@@MkrcgqMx5Z%N!L9-bn~Ur<+53s7!rjk3?KlB}I?)Qdv;%ICl2PJN$ftp)ow;+k%4wA>Ck$|vtQ zY_;32dscrw)Oop1ekSSV`gS{<%RUw@3VxU0lDzU1SQNO$YkfWP$ke$i6f&=S)<#|) zlsaMpADLw$TU8oa^N=>@h~Cf?=Nn=+j|^}w(vlxqQu54&1r>x{W^6ldqjSsVb<$rwy}rmwYQ01Baz>U?dDE) z6Enk8YWv#EPCC25t@EorUGU5O{POaAz%~D^imu19F!K|CcOQ6u9A(3jzt&6Lx23hJ z_sY^Wy`DrdJCS0duxEW>Bp16>_r;eS+N9O(hQNvjVv4ZBkPTG)KZS(quq)nebe34H)H7M%ti+!MZpA9N4oWcss21+ zAQwnD0vc>}2(d1Q#3z7x%6;?j6E#S26$>I+F1&^X5Yhyy)jZx2)-|Upucn@=gqJ|1 znjL{ulPOb0eXL1wk8Ah>PJa-YixeC}tZx!&A(kWBz|&k)2zfAfgt^NQ;Olk0Vk3P% zSYd$?<92$LGI`4r+F>*)w>2H8@J!QRnSiB-i2PD1f4t*yB0TW=VEPmk1ex?YExNMN zI9GtnDg}xUYG}IWCAHvEm4{~@{-51el6Asc*;aKov?K-kv&2q9S;tVToYnO+c-B=` znQKkgiC7CwY$Fiqj<-%#M!D%}%W?y{P=lzvRFF$pViFDB=NX-O>E6kM3WCB9`o^B* z{MM$j4lm`~NPO5-ia@%@awPiq@h@2GFf=ysU@*00s(yk}5oIaOg0TGff)nIUWYyxN zcEn}cZ}y^F)#s&R>KDsgsBwSUKb9_R?p87K-R`$x3itD)iTviK$x&+bcHFT*Q!eFg zNcceU!8YQz_sVsSd;ERa>;c4~o)C6(H5wX?RrI-;Mgfj(au5r*P)ju{uKG+ds!M@l zW?klvU;Oq*8pDCohHSQ24f7DeFk&%(PZcU>rFa>O6fcD4U}U3XS#+b?NZOc2maoDf zS5>B4E6*}7JnfMM)^Z2!u|FFCSETDqB*+}eo{nd-W7`sNQ!;2e+6~Ni)KbM22iZWB z%yRrZnm~6U0RBToY0kZLy)+s{VKacat74^qa)$4)&Ph1*?@Ov-g?MMEm?8Zb;eqt! zLvhaQgRdzKuk?`*jXV%Juuj*{CsQsj!V&}8J|X^iw$%6jIW)vwOI{HkFX{!z0lWlKgw@5_{( zOMVy%4F^Dsc0R@>XubIc?i6ec|UaBw?M>gea5yPFzj5S zT>m(ee^IdLw=-~?{o7xKpf^)qkrM(2p!((az6XGrED0(FM33D<0}i-zg79zA=DNXS zEsb+Zs~m#O<|j?o&r=|HRfL83{B0M~P{4zigdGU_Y0sk`&i#!eN@q9FI$Eh0D@$c= zHCwJI_FH!WbsFo5orbP4n^#UY>8;Ped9MS08=u=>R+PXtTkh6>nUbtX-mk~TlT<&} zv`4nQ78`LiHas=DuR9r3LjJaDID5~MGzV7ac6>D$N#lJ)K*b$#vtKZ<$~-Garg^@I zP>8fe%19Y_zr@ojHZ~{hg_(b+=~elZnQQ=ZFK<0h^nP0I2;dD#pcOcEKg%FDH|FA= zgCO~T$_6o8I$2SShA9w6s>(w(SXOn4pJ?h|oFzAC(qSCg$%!_$fG;Qnflw=yLUdWW zA)3k1AMBe)===HMKi6Z+RK3K-|6!Nf$WbMb-SFwgWqST%&t-)@hRVSed2jSKYbX^_BIu^IWwbNF9 zpJnu1Rn|Wqa>o_q$=jWj4UQukG7HKuhoijLbIp1FaSe$CRlFxs!%%g2>DL85wjvj( zy86kPCL7BS#|tDau=B}#QE|ffG7?kw$s+S;oe~>*PDr08^U!7HjxX!ohnTQt-D1S< zv>{kD2r9{5>ItH#v8$A+WSK86m8%+ql61HsP9hz+9q#mvT0C!ly1bL)-)G``ieJy& zd%tNl6e$!ua=U}>dM}XA>NTG{gA*PE_J3EIFWC8k4~p(C2wkZV>yfP7W~hmm#ntLo z8zO~R9Z9@lS@sMv$@L065Op;&QPR1FUw{cSF>(@B%9&rewXJ#8_cAc=o6*#1DT$xOzeycmC9E)Kw;29{@u_qV|P2(ZS zxS}xa+vYYvo$*1@$w1$QXeJ2ZsA|VX769oq82C&5=~|MRo4VlmF*%RSB7`4{P#pDd zHVO!rfZDXw4$Zpt!Il+oD?D$1+{uEk#nJjBK(eeJY%HhD`*}7)n_Btv{`Im!O4a(D z%EQ}+PvTbP=WADI;~|5XOqn2(kOqamX)kKHqw#y&_tnem731aRZGz5@?m$TdETNl9 zYS>UXk-v4THB7I;csa~%`a0{~6#Le+(mw=byX1PI&dDx!XDsGYB|_m zcnJe4os^9}S8d;{%WfLBg;;#j0-p7l;vBtSuFqcnEiu4ur+K*sVg3u1YtU+w(t}S* znYH047Q2SAnx}fb`rn$h^+M=ct#RG8&mx;^A;cRG6M`R-O{L-D%KMi~ug2yjTfo~> zH4VQ8Mvs>gE0<^aSeNJZh7>i+(1$u(`q{(nwWQK^YY{7>(QcDGjqqfWJw2Vyf}@0< z*0q@`%Zi=ABF2bB1I%U^tnxIB&zV$RNhKpCH@w6qHX=p|SL^r?GC$PTAhC+K`1sxu z=1&f_c)8l2Cc3u2W@J%(6;VRUbf0Btl2F`Y)VYf`m|vxeoTi>`gW96 zdvwr9$IR>Y)MUHq$%$rM=IkMf`b<@d5=nY#^q%C`fbwITF7v&Kd~K}4z;F$*^rQ0@ z4Sj#ac5hQzCLMN`*^3>aRyVd2a?)5z3k(T7strykphhh$nsZ>Qc7_&FaAzY51H=Kq zn4HbEn!l9dl5~X1xNQFng5l~P)~B!E-}j`fMweF^Ns421yno{$UANe9e-h$_dT3dQTzRcqepkzHk^z|s)HyzqDH#~EbY*nE z!3acTnuFHKm4Be2=5dmGaC(Z~Y(EH2Sh?kod(}((&UA6`XTR-YOn2Lq=K8Ed9J;;w zkQ210aTLZ=kK-~tSZUlpgbb=&zrtSoh^z`D-34aSz#KFN6OkBL#w9Qm3&c|6wm}xW zpST@|N0Y+_&$;v!^lp@ufMv?cYmi{r4I{lR1#NwKkwjJrH|5aRv8PE^P+iKQnnsxV zp9t{@(G&~gYy7pdSBcci0$eh7${KG?ZP|P5B!Hh!V~Ydjpyepjlz9e_y56W~f?UN1 zT}>?Ii^u;+sVa<|K{^5K$KG$V_fNK*c-!7`SKC-ilQU~8d^Yh?4bl^Be3ZK^lT{8= zS8p}8Foc24u}xec3~k@==9w{AJZg;u$Bsi94Ws6U%vuicdGkP86 zxPP_v64Oubdj3pnSIZt6EKDi*gaANFtS^9aDeN6?*l&Po^l(+nHNdVjB*mkA<#9R( zcBb{DRXMY=mRP1rN=ufcI?i2TqDX}okf?on<4}r zl;fjdikvb6STV!q@K~{=8VjL*l6Q)k40Kr!tD_9n-j}cIQH4J3L)rJNMja`rb^JJA zOox=e;F?5I3T&fsrC0_^(Yus3APsM;-FFE!Cx%+-tsa;5@zPj%AVh-)t$ zF+X@&4pt>X7%PsBv14&KggqdqHG1W^!jSt~HJUay?gXlvWsLkQPE0grR#Im*_Tl>X z$Zi}x0nE$Bk%)~}`lYFe!RX7JuD=ox%p`whlQ6|bqgsXfHaF81jT$YIL9{f(HSak? zpn0T?m@}WjLFh8hI=OyV6rERA*m#w}U1h2qzjXGbsml6#Jw&N*zdT-dd=15Ie+EtT z*#yE+H{;eR8(c31v!LGR%vg8(nR?iWQ!X zgB&?&SyDYVk5FD=GAgy6YMPzYc)U?f6w91AysneldB*ZfNwqr7o)r^k6yycj+5=oG zIsm{uOIXjQV$7>=Gfq1Zc(Qc~$x7f?D4xDB3DhOeHps*Sz*-D^I+uTCI|L@ z!^~0YFTBJ!r7pCmhdi8L0w%yf7id5|2Cex45Bt0=AS`Qc>_st%GM2eiFurXA8)&vn z(v1_c41I0zS)vsNNO%C$bu$RG48L{WZ2&C)?)C# z>17e@z3yu@{by7YpJ=5K$JiT#A#la2nF;S3f; zDSR=#+R(v$PoqqAEtF7EmCxP>bl;Bz4el=aO=r4jf0+oz{lpsf`JTJPo^$7U#Lirz z*rL0Ew*_?NZcc0iwo4?}+q1LDEVUGyv&xom@Y2<247cIV0>W%XhlS_CXn+GXfhKB1 zlkLEMF9fYoKw9yoIFBEbwmtAoO2?fPtK2%89$@3BqiiYqJ(gJ#O3CSZtS5)QCq#Td zD;_7RGd7geKFUW=+l}kCIyx@xSzhNHB=BU*rOC2NCU#BeGr7%XUc3KTRu(22MeP|OfeK}h6Sw$9 znybF@fKbPT$!GsTdDghElPCbj>FE=w$Ot1AM3OO`xCeU~O~LnREf(PRSZF*d#^Q?o z>;6J)+eJi7qg3szm{M%>vS1BMpTSV>egNC$?5H3hAr1~m4Pbo}?=89Nzi~9tHbPTP z;2V^AM16l1wX0b{vq4OIUpnQ|fwiRQ8kTb|JSWSTROq@C$lwruW0aX#qk-YnxK8H> zHw!#`jFjBf=_XQx5f~Oa{a_)-ei$&AuTgrk;Fu{BoqrAlS)sby2vM(P>jNt|rNgh>#=@{8vwQ;2CN+C+RNN7dj;t?ykeFtlMtesE?J!WjV9* z3rus4%J)WW(aIZ8p^48E4n3tHQ9k8b_cpaLHU+paT&KQ&zhG@L^d~+YM|w33YEs); zo?4rq3NcCzHtF8B$38y_U>LwR7r2++O5|Bv z#$sZ13Jk+K41jjkomNzn@>A+j*ifN0KeIZ^$OW<*yfL`NGz?~QZUTT{3buT*ARp{p{y4spA`#PCdq%(!t zgVbI=WSZrJZYhdd&(h!^D?ghV6EWy@F=6~$$K`8cR2A~~Yg!i~=>Q|o`GeD>@AK1s z*Uv*oP}N%In7?%8Abm7D=%i3{BPIHITKaU$uuS!$8KP0af*C~(-(~u;_{URw3*`*_ zdq{v!3xx93adJg%>3)ftaFArB(~d`3U&FxMhmx>t4)wF+v~l@12ZgHeOpelk^&}8 z>}dr$wl6ypRB);DsHO8~b^1t@aoA=_md7tRbz;K2)jSa&9J7=@>-9u+J;6&>r7Fe} z1Q+j@6rI;ze+5kFhp}4Uw>xg0GSfUi8Zhbz}Y@6}@->kHZ+jo_eNB zh(V%q_s&vwdO2BFfGpWxY$G-%v(_2hc5_AcDm2Jepu?qKUkzVEKPk4WM>j+2dM@ow z8vq`m^&8RJX*`fav$SU)?UJt_67BmEgZxsQOvV2JJV3+0J-Z{8?Apzzotf{|zIMm{ zv!jhM>cxsvuURNkE@|ysfs8o<_zT7QN@VBJQPZ3}3lcCuLXJ*(Vf-n-Y6LJ=XrD6d ztc1sN0qxRH0G(w}9yLBmu9JSRk?N^2Appkvq5mzs20=JsXT)mCPH|p0tTyVyWvdgg zFNy5FhuyPMb=0E4S|_06JTmFIA{Aep?DP~m+37hq-Z^Hn+1lxt zjM>@#ipY5E0K9@)7GY0>x+%?jWiTetLN0y zEVe7E>1ZOYDLtsHRm(ok5FV|sc~;NMl_AU6R$a+j>o`YW3Kwcu3mdMoaHyt8>hvJi ztWh>ls2=G!J$JBCIlEm~jLh;lFuvFj6jER{Lt;v4rIl!cMM*%Xx!m-4piw}Fxh>dAv%`Oh{%GoMl%m&=Avcrz zha=aWj=EV2(W6)pt)ZS4nWhCY?9WY&>4|QM(#Dh+q|(i4CW0erg?KVggqHH&GZrj>>FO8onE`P~>Jp5+Qe*(xghpone*3 zu1DM1jR5gVrXYiMOB;=6>H$|z)2x)cOke3Fn~-#fv72Fx=vyIaCjK5x7wtYu7UH2y zLT24kfdm$wx}YVs4BMkNA>nVV1`C;nts)i#B-$)Wy&Zc9@e*t@B2jO_27`#O6(d3f zQ70iH5)l(4vDyrxo=5_+I*Bd`ZwZPf{sW51Mjs9JdX%( zA>}GQiTJA7Gl{)M} zh#*o$5avbfvtlA(tb<&{U~yv6rqjDcLB!Z>auT6hXE50Xt6vJsSTIUh@ClI6sk78M z1cEWI$09;bEVuyMDLC~9Yl2At^On5i86XGx%Y{aA|c5HRqkDqve$iyKc zNpBn+=_%prn2e*^$A7B%LVg zWb8%&7H(uS14v;QdcBtj&=W}%3^t`B-iD(fdyIE)BbuN+J z1Hjl=s|20iY}O0NVkM%7POR0$TLmwSrGY9}IG_Rm2jl^`t3p2+aIGK&TbgU&-=>v>s+%nlBRP1Tm*_D-F+c#|3O2I|S|Agvju6c28f}K4-G;3MQTwF;jYKaR z&B!iPI|xqze2HK&#K2`YN;M;x*q2|8Z3>7gbgv0;-zr;{WR!>9^6WaP0KdH^d8 zVS^|P-yVJh>H%cIL|dzaX{L}ypaNJ{SQG$?t3+72Myw~i4LU;%adVx$%IfB&Y8}&# zaGi09w=$Z^MKvKyD89a^kxS)QYXQue!~|#K*taO0lHl@apQF%FEBv{_QmUi6UQzI| z=)?FePs_XaXv#qCyC&Fd>TkX!Jb07dYA@b}{2r1=Hc~BCd~D6bXn%C-9nWb@rC_bG z-gs|kjzX! z{0(PIY%gm5;t%KYP}*An+WRJfV{)o)schzsDjc(KMa6}i>~*TltlOR8WL2ggffBez z{#Ok(s$B3f!*-nPLw`W;*ECS2V!nLOO_Z@re6@? z_~N%!=oLKu5cbuSvwSa@ilceTLf3Y;3y*eQdwYlAQZRPiL&yIL~}Uiw~k zk*Ck;F=Z3DM!pQBXD3jJ@sy@YK~m`>Mw-nmD+EQg@t_%5tU%N!(B=0-r%N9Ux?g=l zed2yPK*f&%-H$GZ0NH0U#poRxOM@mT4EL^ow@$B$T*xrLR{r(-BNu zi3t!xUR+Fp7e0N}9g8;KEcWf_nA$7wxdS&2AG+~?jy~~bP52Q56fT^HE^BP^L~8CXSa#ff_m0%s zZC6}6HP)1Bg1^|*ORw0rR){m%Lba~=sqDg2^A_GDY`eQA;%RC`>se$;Pwjqjv+yAo ziw2^{|F1O6x^s;(QIsPOiO ziw`Wm=*Nq9+_ZH0awvJUw`k)s$839Z8eDMHKnpdgNI!_BUBgPXNXota)ag8Im-lYP zXu`=S5$c#Ru>MfPZO^0JQ*Xl_y5~1(zx5=V@WQ>_ht~J?)cyqMjq72}nVEilkXn6b zP?ymp`-_q`P4pNDqG-w$F1Vlb33>@xcyw&=D&a#f06BR3^}(H zmpa4Q6HG9d$!ONIZ^*FgXohW5A>rbrQ|4ltnc-&SL?TYQnaLn1i~6Xw6)1#RaYqv5 ziXxZ9jQN8*Lu(}(;|y&?r~O2z&6#a>OJUwMIv#N1HH-H=aM#imMrqBWJqH#~)0=nh zH0!4=KCoxe8cAqqx@hkMdls*eAf@ga{AG*XX3o_L#D98Kb9~{dE9OMCSM$Pnb9BxX ztF#xg3wCJlJjwJ9RBSVgs}Y{d)jsv+BYv13Jv}Hr}V^v*_?X!fW?1+PP83)pHRp zLBA|9>K>+eLYA~uT=sNALP0$W%JdK^exfs(E_=km(v47Ih<*_Q(N989y8_cXbL!7g zQ-M9di#kxZRP5S**amTB`oZKQK!7WL!IZ zmDlV1z-YA3)M{L-%V2h6l@rl*#YLhM*Bk)7r3FnQrOd zxmsB9{jh6qm1n_Ui5W^N*NwjuIh zDv_kvrYJ=-3Ht>H;g(Gc*Y{4IG`XhfYM*XWShh{Etw(b&O>|=Qkl51O+fq~29J&RV-l}mAJ*F{yQYFKdO6j$mz5UH5H9OeJR^BrqBbCImq)JXt=8jaZOE($K+EIK zc*=uC)4OH&$jE7TSg_$lm9cgWTO&GRuI^0ksb9KiYi(OC!kyVp*^H1yoEYj_e(}0x zZB4EAu-zqDf##O$o360nC9n7I09t=ybhcawZ^`QQRhApfQSlx1PdCr&2)6hg!LYxrefHz?*Bo5hG1V19m@G9A zGgi!!*My9s)hES_vU=xtHuX18X`dVjHn;TkZ(r~Pn)`B9_|)yCxp8oup)A8O_L~Ct zaZhO$BP#oDALAc8HviN9vGtApMkxJGdBrE{E8L@FRPNkypFCxyo07Xs7D1pQab=r^ z=-#qZ9dQ!Nc%c_eP*E6~SNVlex(`>Md8}xULT37sP1M2%5WXnP6tILut>#!upXKY!LZ!58LIB^o^PRM0)Iu4MVKth5Dp^$Ke0O2O) zD$tNZxp@h#+5)BA;e}FKXiZCb3oS?6mjbc1`OnO*4j&=B@BjNgh_$o3v%531vop^# z&-46#c%*0p;51w2hak8?{yi)cPo5NG;)|lla(H|4m6aKt6SG&l{pcpHlmZ}-lVPS&85{;Y5Mk9GhZqr%A{xj4Dn9cH)-#oi+0E$s3k{i#|D_Sb=hN>&lb+Gqn>Haxk@WWbpmY z%4P7Tl=$Iv`Fw}A!nVHoiN8$V^<-b~6T8nUpEbj1V{|NMseR-A8}GlouNha)9<6Da z?_BA$Je40~ymOKN;cz_&|7qSG7j`!E?7D2?+S|RXPN=Xrq}D};-?{se2mZdW*}r{Z zam|FybEnqGD_7r|4Mfh_w%kNs!`O*FTSQRd1Zo{|Txv5Gbb^s+Ac|xhTf`O_DWTFg za`NH#X!rQ}u~k=HwQ6Zg?>RU24-E9*_X=2i?z!io|A3e;!@?b|&^~8fEO5)?qix0UoTI_``5>_HnA!vfJrG-6}# z__6%cH*b``e16-u=Yjb~;Cby=+aKO_V&~2iyXIbbR(mmr^s2`V^r{nYojCCp-1w&a z>{B=+CNHoB>wK0 z);6*cMUUX2|$Yqei7s%w7PUQH4LMqk(gY+B9 zn2C}hcm}8#3?<14jMkZu2w4(+7D-DWCDmnc9+28d(Fx^RQUw(O0RxZ>5zK)U#vDii z;wvF34*ANp2`ULOLVz*LtgAvBV9h@FASRK2A1TA9oP-G`ugnUNpaZ}JDYNn{9Db82 zd`Nxn@YtFnii-G%Z)6bjL5`kV`(aNyDY56Kldwmj&d$zvOmeW_D0!Kl!KB2zmd`_i z`)7(#u;<((TU8v|y8dfXY`-LM;}*V2?)#xuM-dgOC+@x(5S zMw0vP?GDD_flZLuzJoCg9Y*m2Qw~XBK?$+qsx(o`LU~04=)1gO%J~rhBIi$O_z{@e zP`s>^o$ zAq*DGIv9}$6MS`1i71v7Rr86@oMqRy&Fo!H-uWYFJUfTP{gtcu7Iwu|7kd+u6@7)G z-e&QM=4#-x1xSb`SSCLSR)BT$;GEU#ez=;sR(@*sg0}fKz5Ems`#~qPmQ7jLcJxj9 z+94nPM^M|ja%JbVv(Fy-ApH^)*YB7V@kG+^f@{H-a=m#o>i z^L13l(o;6>Z|rZePn&NTXe|y-^>8@emsO9oG9(NI)f*T0$?v0`HQ`8=zRDd?d%xLIB+O2nqE@Nq-+*_#C+VvjV6VjP2Ityoof&i9| zl@;7PM%F!mD#xo-8-mf`Il&;nma%exo+UslhccOUA#{P>uGNy2G9$W`-i>amK{vNS z^ceK4(OFTc#>l$o6jhGu63$_GDE`Ely%k$Frsra-v%;Jds{%NRo%nlTF5!|9IWit` zz|1RlA4`V$9V7`0GSDlVuh($y+A4lc^K!Gb`_=r^H@@gq?@&^Iw zYK&$D&H-ItUIWOP=}@IdJ_7c*Dh0Po-pkHto^hbGdq(pXLCNt7*=$$xrR2ds6cv2{ zxF_*VuK7}aJTopRm|J!{|4~R#L$VKsq~~J_8huI39Aa`{To`^}I2soLiSCkn~*E4ZCWUitU^n_ih#+p}bL+c_al zbLHQG`1fDsfV*s#F>t$n48li`=GGu^>_#KCI=>d#I@E>mTlfwX1@PVY2}t~-7t629 z|GuNI=j?#Lup&Bh`Yk|r#~tZAF>b=~GoUN5jo%AZ;Tk5{`{>#^H`mwCvr5G}q4&{O zAN}k8zn=kWVep$Xqb%&Y-~<{Uz$uEp2#sMr#SW_&AmS3M7$;O`cr;4TK^*Y1UDT&P zG8Qp9i-mbX?qf8fQDlG3IL% zSqbyGKjsf#4@F83l21pHBaeBE7;Xc(30}eTvH4UKL7u8FRYD4TWQwfFj=9%W2bFyi zcv#v4F>+sNeSSD%DwWAS#$H`lDswG9n(C@c)#qfB6w+pAQHxc%DC6*sk#j7uT4j|H zt4&40@vkDydUo{!gz0#)12MAWfB3lwsfB=hMe~ zZ@#$~i!ik_XV$_FeaI;3s;Z_n>qkNRp}%n3!eg(E4r`$^8pCoS_$Dw zER-@?yNU*B#BQvCus+3>;v2PC;>*Txw+tsmA*=T^l5Fw1yPU-AjA^o(2~(&J6eyS9 zfmF`eQeVoTl+A?af+Swb2mQdC#fnXzi}KG;lXu>)EYoAtiqVATgPyEhNw{FlR4KKT z*d|F>xvDdv=2xQ{tO`?hBu4bzxD|W2WuY;!W=I0I$eYXjVR!Nmy9I4#t+{P;P1n}i!dTGl z4%QVpoK>|Ib#)cBRZd4y9X=K-tlipGv-!4FM>kKHu=yw%{}t?67l}b3%hWmBkisKL z+$GF;xRjw>pt=HQW<1$184U*c=UOdD5UR)?Oom8MCQtSgl;0i&MH2L&TA+VAln*m5 zCNM&z1brE>NV2q?g@nvt1QKqdD2V|s&sl&nwk%8#$bN@inWaQwfZTWhlTr3yGRhS? zn6Wlrbw0K>-wx=eDJ%L8kK21c>=8uJL+m{LgaNZ3RcnReZDNDo`+nSGd>d5!_+abd zzOL5d6Qj!*CXUMrK1J3KH=-g!oVJYkF{l;p(&ZKQJIdHE;F_TP27@5Vq>Vw3B!70A zLT38A8vnJ3>d9Gj*sQMx9Y#z@|hsip2 zD5hQ}q_}P9gN?l%_QuJZ`ZrB!DA)%k?{M>e)xX^R;-NiUAnAB&aomSDmXm12~beaIJq-laFD z_~Mf_A?5AiaABKrhDZ{%*|3Ev4GMhpz3+!yoX*l5z;5rp;^RPbyx51+fo6-2bA{f& z7awYvf?9`GoDLGLD{b=jBOiWvWS{l72MMHxrvyoHqI@1%y*nhLoe~ek{9p%vYu!f< zUTIs|ike2{`c&+ySep$hzENxr9v$gUk*q6}ilH9Kctpwl1l5u0AEJ_q3lyaGElr?< zOcH~}?ORHt^dOSA6wjxDq14iSEVU1{X)Z=AG9p6k`$vV*iSHQ*_PqkX6xlGL%JzQp zrb%UiPwDii!92B z#X^zeXqY&@54+m2sdN&37DHd*kAT*r4+Sdlusy^XuYY9vTf&(E(dbQk_Z?U4zDoRx zgk}Q;19vWAG_Z{{vhx-n=0pYR3~$K+}5} z|Nr{>GvyyyUyKND$#`3i!eYX_(pfPrhu2Nz(x>v$^l6TtF8zNaKRnIx;bq47skm+g z7>mkhe;>%!^k1VZo_8$$uQ3jemHI!GQ6B4H?&sw77<6<%5#aLNf$<9DcYHHXQNO3Y z`hWkG{BL?`)-NNkzZQTD-#{Qb+}o%HL~Nt+?IXUd2J?TVcYojBcM5C5XdJ|8r5BP@ zdF4r}_sjH6kU*m(=D|t)AM2xM=ut!0Gf6KVu)Tvx(y!>0QqZ2BtYejuuFQQtfLtLD zgpkmY$nuzD+iNpM2Fka-5(w9fI46!In^P>%&wH`W8EtD9STd{d-A;M0*;e zifKh!OcLpbNe!m@bJC(09R&Sj*XHx@6e2VD90V60TPips-~);XUQS0NmH;0JW2;~^ z9F1c`W;7mgprg?ysQCJVh=WDiI-dmchjRZwLjL_E-26TLi9~;@$Lmd|Qc173Cx!Qk zFf<7S69b?pc~AorUi3dw!vw7t^bdGbUX3&9)S&GE==W-|BADjV~aZN6xnv}ZW(i~Eq6gz>hgM;SCRB$G!zOnAY7mri*TINstE6`d|8QmNF3M?fNx zOs2d;1H(8|G4n}|E_H<8qXG{?@DE4f01-bvnac6j!VGh2zU?-p*sd@IM#hGP2Lu^= z0nq<3!Z&e5xxNpV>saNIQ%c!V%CnSGB}SG^A#+VAr5k<$Y#d%Nh~(@U^uL%0lH$f; zjdmm#F0Td5SO?)&U9HZgldE((@D@tc>U8oBupb;4^YAf}B1h1Vl4XayLpSzeQZ6GZ z*MDZpMdf^3a-6!%SO?);{BY&I`_U7~O~G5JTw@)EGnBHDz5QUnTH-3**oSesW>8l% z5oYeN_8QI)A&zyBiJYm{!w!Eos;Kz+;QTQUQ%bpxp>l1_Z?6#?6XIA0QMpcA-7yZs zW20X#%7F_u#$h}bq5cK8lJ|&9r3EADmQhDia}Vn`^k-u?78&1A-+*(o_x#?S;B;@B z+;avnG7);Na?k(43k2t$?w#O!R-$`u&6V?eHa=Z>n&wpP(2Cqxt>C5Rqx2}Ye5)s` zk=M0?Xxg4n85#2U!4zHy z?N?x%`sqz(bHCXPC z_aNf{KQ}za}--K*7MVC)=<*B%t6N9($#_rVs$xPB$sFlj;+&^LXkdHKHO%l9!~s-|}Z z&}{F%rI__`>Aqj~O~)DK|5BuN#gLx92H$Y{bow9o(&g!Ul#@zGg1kk!G9$-k`z)1@ zbis{8B~g7F^E%@&{#szAF{FYDVv7C2+4AB3S2jz;E1}WxV%lWj4Q7*tWdp4%H{WvG zN=#ZSQxeu8(FYHIeRmY}|4{xj?{{e}R+Bcsb;Q^7Z=WA4HsF|Dk`4c06j%A&A7rs) zDe~RbP>b+PAOL?As3R*|A8y| ze63fwBj?<^;rhF8*th=P4H5ShptpNoN5{P3KNnr_fK9KrJ#fLIOQ%-~Lgn;Jf#!{i zW^8H>XgO(I>*@)+-u&#yoJHH#&YBnS&Y8J(+rruX!@nyBehccjhrgQd9DNnGB&3R` z6FKuUCXF3Mpfmu> zxte_XGQMnW?lx$+9`W6dT{k;{@l)*m*y93!F8_nNX`Hp=)ml{-xSSeXS2_Mat6QX? z+MKDD2Hgf#6>9&tb<-2y{c>#O&-fwYF82MalnlAjMBju-mmK<^)kHB0f+zk*g;(V~ zv{7c6_V2es!i@0mDlt<5e>lJ?5D>mvIw1-vQAi4+67i5p!h~8GbtAw1cIwdkhf;6L zZ-a`r>EzoWHR>9iTt}*-dUz3>@?;WJfCm6(F*jw`MetaR{iyL=IhR^NZJ>5gmy(s& zd#J~V6(7|J4F{+m@w{|6FOBk`_lDA_7Qxf!IpguurP=(nC7X`oeTlG>jkF1vd(7xx z(mY^B|I|H(G7lkvk?t|4v**bMjJ=!L%9OgF+oIcU!WVptrq$`uZwYoLM$iPCNRBV_ ze$!u$IwX&=qi%q*QUA&PB%c|_pAIGQAAS&xe-)8Bp{~{0sWNH-mew-9LA-_Vgb-{1 zFv4u8S_d=HaoEw6$)ZQZiQ8)?Vhj!L$p`n(XhCY(`;B|nQZ~V=P6v&sMSb8_;J8$D{l$4 z#-&XL)+}0a>`$idEb75!R4p}`+Je7Bj<>}m@{7{pC>koYs5xw;QVtuc7dnaRYP0|U zY8E>2#4E2o_R!n!(x3e8Mytfu8*8O1S4E)0?r=$KpV%N-%W5t-_Tc_X-wlHg{jb^z zI#cE~&-8#tUeKKX+(x1~w*oR%)+oV>*88HWBtV^qr>w?O{6C7S2Uz~}$FhQw=2 zNG>7k2PFy{=ZN(KyLDvzDeN3;K|#kl&d58OO<*DoWxy)ze z`3)+^=&IGc)4@sdm5jsCYBVxnyOMxck6D5JW3NOp zzLQ^}i!F@9$m*3ux_9i#<$U9xrEC~e2iP+3G`K<-w~_$XVIm5}Pg2D0dLuH~&=Zg- zOAu@nal2?-Sl%j0oY7w%E#x#-jxK=ZHzwY>Yj_@T+wlj%i<2?BiYj|!NAOAV790sM zqw%KQyXy@WpmBkN_f45)92}8PK3VwlV~VT_PaWg-umhBiDn)guL~T!794sBy0*T@4)%W=^;2Th|FW3vyNlPiKv%AwNdq5{zS;}a3izc4AXOId&HeiPdcSWfV zCV5F1m%-Y^vN=SfNj*XE*8-nn0nD2De5x;nqUh#GsN<;j;dMOX^im1urjzLJ7?aGH zDu()pSuW_g|3>{qtNof7c2L&ep}(Fy>jvGEXW{r-t3|p0J#A|1LRVSXLUx_x66R^LnM!_p>J}HsA6^_PFKwOVDp*{H6?b%quFIumldITL5G-q+ zr5;qU?vo^z(}=Y9Ad+;KQoYnRYOl%=tgbxTtq#Q}miV}Y^5jJ}8>0}$;96)0)6zg*EG!EZ2psuQ zo9zo=anEsIUsx!AE(UC%dtUmcFXS&&I2|COWAY;^Vh)&TgV*HUCjC$4*5IaL4+Pp% z6zK_oY$AE#xC11A{{0#OCrkw5>^hKjV{d~$*O z6We-)G>Xc*<$c2*hR1^*^pOmab||9W-f5Tsj=lv&2GD6 zUV)`JC{@nAKHzSwE=v>@oMqPR)_IIT*V=niM%RY;d-h-+t$gGQg{C(%k=gJ!OOKr0 zlFAxz$dyQBsIXBYsc_LKKxA3i3y@R|W9d|gSxXE{O5iJ`R-zwImUm>tLnKWb5Uz5o89GOdB; zwb1H3c|QmM^8+6-A+14cDEsIE`78Oi@c!4`g<_(wy{)R%7pe*C-AjW-6LzesU*6PM z-t6mE<{=jQkkNZl-8#Qt-PqIDjsE_1`+Hhu=;3wiKIgnECaqdMjX87G-h16$2}aj! z;`;W+j&L`r7eKn##jJuiM+LDDyB#mXkRA~t^B7(^O@i(;B|pM_WzrW6B}0vAD%561 zX&R+zlqNWPOw>QUaEPiH=SN!xZI$)D_sLk=t6*di^lXeLYxDD%6ebj{%f%jJVjneb zpc?qY{-_0GWMDxT2QX&>mI*Bqri!uQ=EqnY3IPyO5EjoG*IC&SJkJa4djG|}RW0)Z z;{xZ*o_D?{=&1^JuQ;p?YK;IwSRAAeujmd|q2uSz?>-0Rn%9!}Yc*h5;0#n$+8b)R z%jYZsPtL}tE(+fqW|7#Ti#7y1Dm%x`TD)XVd3Q~Ny|NqsL}HZIjRC-J|FYIZVdtj1Ra>x;1CUFy?oR0eeqb&+2=e% z$~&q)yU&x+xIagyW8NZLd1w0iEzZ_yoa4bRW|Nh>@_e#OrLeVvlUDzJp`GK)pdB;>@7<$p`HuiC$DPtZWNvO@KGlI(6RZ6DEme z6}VQuV!a4^0I$V$D>>!m6uV?)u5Q4JrB@oW@DT(bq-tbSxcu>02{u0U6G0U?Z+dk0 z7Aq9wB(F8-6GnEv{9p3lX-?24EQSG{8SLumJ`UyqRLh$cqmmiEds=*T<@xB* zVHJ?xp;f`(^Pdl2LyuE#hi(fZ@@u3Z^yHDx$ECtWQ;PW-%7?Ew)AK<*mWg&zAn>&# zp3hvJR~so;NiebjfYJgZ3kyaTV2pQ=X?|^{Ax6G~%2D-FUc$(w<p&={&Y211-(yzcTTRn`)<;I4W|;^f2$aBJ}s1dJd5rt`Qknxu^-C+ z9(q4Lc?uX;1bzrU?iiff$UGAooQj6GSLCmN9<09puDifoFz#n+TbX%j92DwK-1#wM8;kZc8hOXTWOdlrk!v(g2;SK#-^cux!keFA4IM5Sc;|DiJ&Mc}6jWbN6Y^+S9;oR__{BE9E~mL0O5f<*Tuox#%@ zr7@25ogU>&ovbe_mhk0T9_E1gk&^W^o|L?To0L7|qZK6_;V~BcuGxCxX>ty!CxO z5RFNr6Q(Vo7)uyI2+byk4`} zVj6{$eA*oOvW%srAmjK=LgF-BiGv^}^XxTk(ofBo)YkiHV_?8ZBLf=sjg zd>Uh|;;ZU#ZhTc8z8+pXv@M7(>feO&Z3xl_g6JZ&vpcw9Si2~?|HzQ#F??AShgo`* zUoG)oRhAfrd#mR7_wxGouoZ?g_;uk0$|17mLn}ybIft%fKJO_U$gbDRwS*Q`$w}|c zr$9yHBq|YolD(KJ#D3Q0AO}{Cy}<)H`d|8_Sen8?S2m5t(62RvM5Ckq~2E?EaN1Epf{! zbW=IyvY5gAqdUm}}cfVfXIXhj^SM|VEr3QlwhK4oQV<1asbP(k8~-7Cvm)go_7q?N7BqPS)$?!|4HXXLz(F@M zMSJsH3`aR2f>bgIW~Kjhib5Ls2gFHH$qiSGn38jNZW!^ZQpM{~J{r^vBS(snt;Ad? zI^>izQIb;*(NYSNr8ld7o<{8RIsDDh%L2u6!tDmB;y@tn9p)4|V*DCWCS|x#2Z=M6 z$x@n5mRdvynk6PmAmP}4`Z9rg0)ap=NV(l|qFDaj_b(IiQ&#N1F$XwfnG*Q^0p(f0 z&$oq+=-hYZHKhf&ZTjyt8Hvdi^y|ZUj$FCrjxFn{oZky-NFdo8;7(Dv8@Eg0 zEEz8q#6KSW!){H1?qWTFTDGucdDpw5aH&y}FMC1(H3n4ODT;mz=?^Ovp7pGViM<%x zFz}OOyaLgS*IVgul?EH?vTIG4rCY6rN+pS*h3L0_bwm^{H%b$Cb$1l77SlT3Y|_Hb zdxOE*yF9_}x>&e!X7$8zRRxyk?~sg_3u42D_GXc@7-nlsf{}K_TNjqCxWG~toL*HO zt?!9X3cA3GTRw0-j9cSjZAE3oiJo=24njR#<<&nx)lnU4ov=uKXM52*Yt6{u0^sc`Q*f9H zXPt-RSpg=Lk;5~g;N`&Xz}A|*qVRy@?H}C_N(7z8_Di!?ejQ_dY}$91U7k!b3mW>GYNjjw8r7aOGob3_51*en?@!+BA%Wv)m- z4UwpU%8R6RUqA)&S7A!B-AxfWYB9nxQeP#KM&oKE)6HzT4rk@yl7~>IATf%-t89NG z|4gINiNBC^?@B@4IR0lE+s`aItw#RUyQI(k0r-_IstTAU3hRv0d{O8%N^qjtY!>B( zp@q&x7I3d*7A)!KBxA22&Xnir!IAbamYEF;_}{$+Dd>_vvI)%BaRj zd;4%yS0C7zeo1}^d`lKAdC7Qx#zdX5TSNCt^tzWWk`v%AdCz~JKhlv69k>ydeY+s$ z@egSz1Cn+M&}e%e>KRf%vRfT>F)8kI_#)u|K7f=U<$$6i(xk`G0a{^_rn9BZjfZsR zz4)YITRTr@7aVwOtB13XOa}mL3&`(#!ChAdCW9k0@1Bj0Z1lf?;3+#Ur*XLp1HF$IGVpgX!?{~3hfpur|&OJ_kB{+8(>)LPD>DVP3ahB`+kD)PR zJ}5`(GlLnv9!e&YX{1Wa@1PxY=vXr8MZGkAv(pKC(XXI`y+qblR+hmclhNRmZw9?i z<=0>|$q%R*uzp*AiemnX+A%^+C745YOnf3Rye$y*hiw6iAALq~Bn4R_p@0QDC^~B6 z(TFXEflxg(U022U2?%LzD~ET`)PQzcIp$jN#_ijTd}QXfi|5?hU3RNDReGs-W39%_ z>5N?)-%j{$ol|=2tew3rCp;BXnitj1(r6k(9W@iGYCO`Ef|BOi&hiO7+vJ~E(G)5X z>Ex4Lg@>=4a?a#xJ9BCf3{j`RQxR|ofZ~pO0T}ukel^4wH=Uinqols1z`#NI$AD%H zW|zMTeB+Dw96AmF`86~>Xaq-bm4b^wuqD)ZNo?eIuu9Be-jvKxb^+Wh2gkVTOWmfREs<6p@(we=^m8 zsqmQempb|9I-@}^r|?Q#iukf%x0jCe(_phfi%HWA;$JU-ars)#q!+ZdZ{CszrdR)~ zdb<4K!>_Q8W5G+u?iE`;K9?lTOBOM{mv=0Zyt}^4zUs=Gaev)+L zB-xQk=L9LTbBZE6=(lIATIWH(|MLtNc5A@? z5p^Ec8o74zW~;Jgtfl~4&fEZ`&$F+qeZC!g1P6(cpIGis-{*r?4DB5bh2x4G8V_Jz zLN)3Me*hT30Lcj0?E>?WuoD+G)wOnZ)J{&{d74Up?yB$JKB=|JDTYnvU})YNGqlaF z==;IJb9deAk<0G~kk^Qx#q1$aOy!qYT=4JK+-Jc#O>q2yHJh8xu%E495x; zL|>Z~lY&7WFE3Fcmpd4AyF&dTmrQKD!0QSz{c#grWwDsT+Q!6XC0&+@w=bNrE8q&1 z6gYcpI((u_tL62DR>@V>S?x1vfh38vpkaV*<`!bLLHC62Yyb!PUC>tH?P{rS06jp$ zzi9|=n$!i0-L7%~f-ZPTK@h?%iG@C~Ian61XtqkW;@Z+?k2BO&;pd!IVT-!vkH-B3 zi7|7lIE>ksH&TNS+HFJ|h7RlmL*R@t`7cyxjMXN=?a@SI4mI+}TTj;z>*HYaO!;q& zMxaH}3bZC)b!U}JvKH!jt=1*_I%;~I1tlR@VAqU=w@GAhvNl(Q%Yx0KZ((8!guw!Mi7N;|xyxM)yC!W4 zHlT*<@?sSF%vy$)*pbSq7StN6sf($rs5_}gsb3IY6YLp}SIHt6S}lkKM)ZG_MSrRh zFQP8rTUgac2xYu`^LYt6sS1AS zCH)ME_k1`&z%XqQOms>-wvf1_EZkur4vSijfLe}G3wSpbSRy%0p4dVj7_I7W{I0HWjX@fgjS7fsmt##Wj^E){pUy?{bo1~jqeueyZ z`Lio3Cg`kI-GuV}FtooMrPIctuN`xPS5<`MT1|LQ4?%<$pS%sTepn9;&mIjVl44-Bns< zds15@*u~P2yXlf9cPLcU&^00A0tTC&uD?AJxxFq;|731O6KgWDO%)4|Ju1Vj_1;^;2^ebV9-R=m3 zIcJ?U)VM)@Y5i*8UA)-i7HP0pW2hP*1IM(MSZ(>@#g*e@7A=^w1PyCdkGaF`9pS>F z@T93oQGx0H1q?V!@$QB~D(c=_`5ufXT>56Wz`7n~zsSmO+~EPtWX zRUdmVy?%T=?w)Im=t?FnTsJEii3DdILz}4Et)+kQ)}%>qO-?WTbX!w5XR~qLO`AT) zY2Iq(QJN9t&GJ8hY1)Bx^W<+QKRg><9qN9#8{cG(Y>c-Coe^+AzRm~jY`uP>(gI? zZoN)t|Dwz(9}^)c2>-)QuMy>GResD{fL@`=R0&p_Z9`{)^etA4sS=*&rLU>XjM2*2 zBxU(U@OlrnAlPWmfxWQefE)pKK=xu`fW&aeDC5f>Tk+GPhS%(VUaQrZpDC8;IB$8@ zBgt!!x^4A7E%F+zJOpmh{C?OXH4Q%S>kXFQ0{Mr6U@W0$8v^MtlzjoDV1xGo{7>^0 zqcLkJ9Zxa;MyXD+hA-7J#Q=leD{S^f08?|CfPnM_U#O%SDl-Y{*)1SM_~u)=NDTf8 zd?Xh>^8je*>;zuH=k$66P70$^0wD1vf*^RjP9GW}2IVW>klz?zQ&JL~;2fPp@Pa{b z^T{+=r)3$M=5%I;Yn1#SF;BXjouuz!v7CAnHK>;x?@TDeRxiKa%Zig=|OqxZ`@T006KsJsT{LMft~U z6__JC>l7)U2!vf_^WZilWz^0DjSle^NVcG0`i z7x%zRPTqCo$QZsCv#51BFP97$Z3gGI#2-R(5tfcW$k&Y#4@G?$AJ8|d$_bN~Mm^>tw{GPWReo8)X^!-VC*mrFr zI3FYZWg^+g*G#kup*m8&G;r%hk6d)oBk&Qj$?zB{U*OOK_?Y@H|2YuNUYG}5^05&u zh{S!vT(ziQ%jdz^aycqTm-j*)7#xX|a7ccA06vzU(GP0IicjulFJbRN`UH-yY{z{8 z*tsx{Gm4>iSB1%P(Mv>cQ$p{#ghjmpJ5D2MQ6ljWNQR`*{M81KxZ?qw#1Y(uAUe$8 zGng|YUczGE54u{jJsK`543%`oHwrJVY@1Fq*DqbN^CRojiW>O?`Lpt>gy>lsZ~o~0 zw&>CY8k4c2WWgIRtgD(bCt)q{a^fFhe89$;pK#4*E6ROC@~z(-GTDqQ548cCOG_8| z>q|VlkAq!c+-=Qf0Pkz-@>=H1v51By%Z4o#g%?g*lGJE!hCAH>t){w$*ZEzA0WDut zsL=$5MAw@3PV4w;+M==gqk*31&DtAo;QaOU)A!3xPhFv9PsqK=P&Ce6r>%Wy*F#fX zl^%~tUnK??R&`lh2@b6Ct~6w{Z$vsdVYdzuD&kn2gtL=SeF?V@9y77>fksuSE*1)- zkH!QDhaqm*80J%8IbLaN4~>p9SXU8835MNsO3Fcbc-}P4qJ4cdj8{&+_DO4dxZ<`4 zD?;ryW0l|Y;#GoYqfHGfmL$yNU>n~ zf;7#C3z)t>&Twn}YAKo4q1 z%tL_cz%gK`S^d}^h=-Lb8cAYN)Sn2#pwH&BSUso(=|{R9k1XyzwrQsCfvHpy zGye@{$d4Mm?c-;@@mZi1!1|>ZT+j%;@46N)+qkfj<>f^~>64zis0YA&JHNsp8%9%G z6^vSZQS8ux20k7Mg!oylV3aL%Q)@+2NnL>sfK$|Q4PXnRYdZFpFT8Elq|3qG`RzCT zDLZhKj&p!(egP)yDi-uED7a5v-mtB20tDlk>fyFf`cwj@QQa|Wk9};F9)4vu%6IFG zf=<4}sL@(gyg;P1ndPKT2a;wvarc>G+beh~VgMy#Iz;`I%89aqcFrrX!VE8ju3Zw># zA2Oi1lzLCaEQPnau&^HR(=e(^ z+gN5N8lS=u3NqZP3elazYG*fx=UtMlS+Zb4%k0^an{T{+^X8*d*Z2A>SFWA1V|iWO ztiXf=@`pv9wpc9KPEViq2%ymnGhz4c=e=H^AMLRJ{OHg@kH_zyP?BhmEZ=<5i_FfJ z>C@X{qMp0)oDJh>GtC&X{`>@sT#*haUSPB0t zeJ+fqcMN^L8{SBtH}o;Q1G{xAxU=jYGT#>>NpuF%fhejrM&>6*-LlForgUxv%8~?B zwqSLaEG~qJjSvS~V()tF$y$uv7;vCCPreNG!>F}`54;YC*A9+*?RKwYXt1ogX+d){ zGb>R!y?H_Nf#&kEW-zTP0e`$9IkYNy&J^BYG?W zDsO5+^C*_Pz9pO+Cdv;qNEHZz2Z0f{=dcESr;P*gENxUn`)gEYzp&14Z zSmQcXDhvO#Dl7$d^9B)U z#}&}PU+6A^Kx^T39HZwg09c(CD*$$_CJco~5-0Yp1rtRS-kd zg1Ml~67u`pb|Zuwr{|4y;jEb5R%WMxr^qNeW@#YcG&U~-IfjL>q>3$NtPg0-bg@TM zCRBwPBL`@!uIhrzDja$PM9<`Gv;#s5w3|vm`^@xRw4T#KT1V4*8r%c57LL`j9HfOZ zQLBGkXP`NTp#??*W2})jX|*g3fetc^M$iDW0OM9WI$?pu?bLIcYHKTZ3smjs-vCpgN>Y0;{? zaC}Flo-2Zs>Jxcg!!kMXdnsA<=A= zboFPIHnns{$LqshpN|%RU~-w=%o-p8&VY7JwBE?cbAZOevKl>VUmdN%FC5CZicV93 z+gzmc^X2UL^Q_jkySJ4>rgCRhxVcy~fYv#l61#1JUqgEUsI3F^!~)60GYQsHYSYr1 zJtm|;@(mLKXec&S6hm6C1x1qG1IkJmlVETF!NqDECOv=_V9;8$0*6XMbH$9rAPJOV zOb!4HX33;ww2);Pj^=^T>@w(Ei?uXg&^ErKh-$YhZMu-{0x8vb51u#yJgky{SX6Xt@Fn=M`wKqHaRi z^3%F$ey!7NFT!-*YhxYOYwI?>c-F3R8z^#@9qCxHWApl^Hy74SDTUAwM?7x5NsW)kvY0@5ksMt`)l#k00_;^34AB8>^v4`y zbSTXD@GR|6=z!5!f(8mN8{+XG2mE}D#q&GbVWdzPUqwcfR#59<9I;^$1Z68BG{8MZf>nuNIEmc*D>?(4-D$J@ZZ1 ztV_2}+Bv1!^bvgsXszwjcTXz7s}LnKCU-PP%RRcCBlNHmd?ja_vGAH1`or-0n$~5! zaM6d07vHwLLofpNH}Bjx;h#5s(Omq+$J75pp9{cs_ewu{+chcHY?J+eeH0i95)GY& z(K6PFx)+VK0~WqC79OM8ey!AUtbbI|)c|uRM`}H^;(LXeh#`)LEe3>J9>>kn89PcV zREW1Y!ZfR(&ta)3h6x!(j6KKP7;aoNqo&tWSSFedmUonvRJf`eHa*nSk=)oGnzo?% z&{=kG_k_sonzGuW+Q@%D*!hEv6TyZLkL>N8(Rr;r_}oTwx4HvZyaV2=og1rg>YY4q zHoGh{oIbxZQ5j!cRou3*vt>zhP$;nr*3xjqTUqICu3UO)aPszpM?UN}Z+s50*LKe6 z-K*@#gLsGN=M_kIc!k8Wv{4--;wobgi4%PCT0&DC%CmCD;+zhK4gR?~c$EF#r49D5swLbYDMy*C(Ztpb2 zyXMdrtVr1JWLjr1Gk@Xm`>lhIp$GK1Ohu->EjDy*Sy9mad8fQv{*}dUtFT*jTG?H| zYwca^-uQ~XzM)SopaEP;jaYY3G?h`FnrFZ`#dc{TGlK!uVw>IT54lbflMIV~Qw*{9 z4pD@d91=?|vFFl4E>kEISBCws1_=M7VucFR0h?qeeoVv2S?c0aG(f9tZ6x*^$?}<) zAC{^wjTHU4@@s9#m6}-9Uo|o13TeNt{Bu#HwB8J;&UGNUt`ksZx#!aVxb)Kh00X7< z(mnWsOO>)RxU50qiK_~` zfzxc2Hp}9(QT5&RiHS=ml0TH*)D4r}o8$pf8ag2>Jb67sn@CCCl*i*OeNZMCf1tm6 z(2Ah)QMOA2w@u<5NcaN5DhCh z&Mh1yG1e?`3l4^`3n!K{<3Zvh%*F}XJi+i`i6gGV&Zd^!_Rgp8+_ps7fQ^hA2(a7=X5$VsO@1*7Q;8+7|rM`s8!Ay49Z#gb#&Hj{N@{js{8$vy_gbF52b>5 zT*Jc}M@GO%ZAp-0)S*s{l@Li8LwsPzVIqk$pU3K-lwW?l_t&S^9{p_ZK{Q{6mdlq7 z+>R+`x4r{|Ty1?8(%9&GL`m-TT?mwYz@#%D;BL4hnC- z1vp;a&B1Zwif6vD^@fv&B4V*ns$iRODb=Q3u6i&MbG~nsAOEP>mP8(!23(u}1*0=3 z$r%pwVEs^m|D%Qo(g(4^f*Ox0%oRI1yNqT`bkMp`PIGj5i zHVSXp%wp8~=PmuXVj<;1x~Aa&WZ&!P|f)F}$^yO}A}WyEI?uczUqORQNyr0TI; z2+fT&8ucAkLV?J(mJPP0zAWrfvr;xZ(ims z&;`!vy}FsB8B-Y$4R)3_Ypiu9b5X3kw9p7SQLAI2z;gx7M$v4K{>PlC)h+N43G|#r z(1`xB)?jlrgG6%3S#`i0uI1=&5+8e`k+KGN84_vXrDw6Gkf(rQtpS9(o9;I1~?Sx!Q-CPV9OwHpeHnitg+vOrVP*xOk;(P;2%p*dJXR7!dM_Fkacr%KcCk9>!A@(~D33l{qFO=^ zPys_@NV`;2${;yL4xtlRWydNyya$_pXWHyy$Lwtytx+iAEgr%1MCG40ZkSzNeWGvU z3Zx_U%cli>FPfWH`aZaaaDPs7^`V7@;|;}yyZ$-kpKKCb zKK~@I`!=JSW%b5lfz>Zx+f(9yX2r6l?xH7}dv2I4I6gb1Y_93J_R`+g_8m{1vlTGO z2Y)avah+g5y#O|~v~4vCdeosB*TWUdch#e(qcXJh7}3+6<5=UYp7d6?ORROzdAws% zROE{5t2x*7eA!|PrKKdy7f<+Yk*4jzYo3tDq|7D2%%g$QVrN9=+@mi%fAqjF{efS~ zx20cw;(k!VM4xyy{TL{@-@knM!fy^9{Dy6j-9z%(tKJ39XThZ3q|4;LzPkz>83KRt z{6>COS?fcx!%ifpZNO_UG!|7kiYF)^Xe<^WHXi`=am8?&#c8$}#G+L!()$?!X*g(j z!fPV}{*XDGWOsTOE$>~md{(pBvROXzrsQ%-$3XeolBvrVtz0nIx8RUA%ot z$BH=%5|!NKi&rjaiTLa+W6-##)Yl22NawlDB`jwZH9S&}gzDI$6_<3taLdg3^SYWW z7Dp}ToZh`-+cn@P-P>BcwBRYw={}Ob1+Gv5c;~nvYK#@r_ROue24;3uT-pz4NLz~P zr)`~FXpzP>wYAll%sV?d>!fL$HecOQ(Aj;~qPde}CKI#N#XH)fjm6M0^Wr%z9ua*$ z^z~Qpj;5**tU+Rn4aqKlV=3ZEZYA+mM8X1!&pxpEEch>I%P=xAf7?2{K^{tfF?%cX zo58Zo-`3gm%-LIkd*b{Z^1py_$NY(4@+s;Rn2LU`YHy#nV@IBxi4n?b)cBw=X-w^> z3GQN&Dv@c1WK$tBeek;iz2G%t@R=U{u7Iy$GO=3L;cTq=WUS(8%ZfQmaRGBwteDBP z|2qpipcWCdVP;f?kySqRouwTmzbk8|xnho#-$z*+sF2HQQNqqFRvbh79RX@7>|13} z!^RAup%=eLJQ$C@{o-64zIYnO0M(vb_FcRIYIHsDekXl^>f^o)$>cUFh9g0VIEJOM zxC76vR0Ip94l)|i3XoWwkc(nVgXFXMaI}|1pIX}}zxnL#^4GVW_>pDjA;3Sg=bi1) z-FS*JnoBKT$feF8-2*kkg4o36y&XYtzr5ZIepPDu2rPT`u|M1fw6{M2%33dt{qeGA zH|Cme$)G41-hGa{u1nugYic%i^xW~M_fHOcpL>7H zY2<%NJq_P+5Z|Rao!031B(oI-bP((?xg7Eib#ojr7YFw-a<9LP%<6pO8eTynea1~H! zjj@kC>McGZ!4Owez{k<#=D?A@K92Vz@e~N49MF+kIv`<)Uf^LOtS=N_hot2e47n?6B961WqG6M}P#$nCuIyP>bjKY< z%X+F7xqz1us%tw-z)M5gZJ3D#B4VQL{7}iJ63_S> z#>>A6m5p~gu~#T~6AXYiv4<#Q^cC2;6YBSYu|(z&|785JVhvHTA|a(Rm&_0}v;jJo z46AOeNW;t}Rd_qp5K=q_f;7v1(K>h8L-qW;rs^4{xcqWlGq1V2%M`z*$ksADUUB>S z+g$}(Kz=?aJ+U^!~?f*yHcfdzgW&gi>-+S|>w>Q0J`lKf_nVIxXfRKa`dT60{2_PL| zXkr5urKl)T5gT?aD7snuT2L3a;Ln1)xVyHs7a()_-}~N72+00)KmY$fFz?;^%6+$- zbI&>769Z*&=?HR_*glK7a&$buXKoKElE}L~AsJqgKU5P(FP2Kt>A9d{{)Kxr*@7n3 z1v(-?mv&@d2GXwVL+Kuy>A-2c3`wM#O$4gJKqV6TgxlkNDK@RXep=ykg~}XxX_&4J zmnO3Ndc&nvfx^c_v_tLSEk=XU!s8GP6uz4CbxqEk0Ec`A(>nj4L0PM^q(LcaA10Id1)q5Mpm{izktGVY2Q2Q*gQ*eJRBACr@puIbLIEL@7DPWm zjku>lcqhI;$s6>={lta0XyS>feU>+wg*6a=TgdV8SP7NI;H4T8kewi2ZsJsyKaS%; z;sXT7P3s%Lq8I`ZsuTP?D{`?0p>G*Nj%v{AB_o@h2R&;uI_84kDJ2!8iU{(6(UE2|vUSj0y=3{EPz<3MEAZkh4?@ z-}u~5geN5)?UET^(Mg$TyH4l@-XwIC1kaixiL}410I|9?8aO_!p4Hbli-VRA!v8_#;~WRI1yY20!=v6?X8MN?3Zmg^1^!cmM}mWf2H#pUM_M2ST>zjS z{Qe8iCfOTAofg0o0R{?YAoqc#xc_go)X4~&` z0@ru0ER4rW%N@18Hu(Ae>YSeNB8%V0-zi?j;{K{A69Jq2>txg#-bq;I|8C!nK(}n zyH_vOCP*VpL^&`hDAAMswTM3r*c@Tg6sIXcfNg>y-b_4v3)rTZo}wjO+R(#{4@@-T zkCk9<&_7_7z_Wvi8LZV-qkmUxwGzFgXw}MMi5?v*X^zF3!S7}-%aE$MaE}!Oy$jsTzR>bSvL0Td++;NVs(S)dH55%@kQ}9 zC6b&R$u4(6flxDj9-LF@ZezX+W#!?k=jO0_^u44tt1`zGQCZEaA9!H3)uJi}Coj&I zxbW;l5SbHc@Ueci6yXI$l@ljmV`)W|D!_$|qywF&CONJ1(w<8lLHq8d9V3?74ZIy( zxr>}SD=)ocDHw4f|8m$~J-mC-aP*16Za1u4-LYhGJHU&ngO7i-dY!@U;Mdq3YucAA z0S{cr)sQ*rPA~X_C50G888F~QV%`c z_X4;U3_0`YBYm4*z$tX;a-trS+WXMYXC4J|bUL@9A{Q>W|J&~mUQvEK`ti{-ryd5% zs&e#gPDMq|Kz@bbeNX}7W?XcSdJ+1V?M>C9tVx?-FE}x2Q|-X-+XGI(-c6HGR;qRr z<2+wsPl|swDaHH)_h=cuk4~_54+yw9WO?vdflmkUNCHFa?10A9=U@nWiX_|&4LD~oIt&J{VgAvV4G-hI#pqgGW-vSqTyMOA{?^xV zXUBdqu|GIqe8~iC)FR?rh!WUtV)HQ|q)h{PbGihv?SMkuCq{n3h?`nsxpqfR4E>M} zz;zE_X5h_o2?ek;|GJo<5eSx{NlTr$pJ9?9>3G4va`nAm>yuP(DYul~0kR zHfJB@;anW`_dSJ!;OFz(S59T0m2q$4`E(<7gnErSO1)40o%$#BDfK1w72!c$G*Qr3 zL#}}J5lvDT=LRMm4T=UNC5dW?rw78K3Ys^JNNkfO5zqSqM{Ukf*ie#2=^%oV5Sc&( z8#!}AO`8)1T&Mu%5Z5c1EOo&eU^HXmPFf@CED?oO%%#!fg7}F9$}VB%fCx+-s)kWK zG)X2O#i=o)2Gl_2&$M4#E4vOtwpB>|Bxz-yq#st5{-?!Q>L@(G*198G`hylksi z?Nj7RIhZ}X?~uAQPefLxcyR$w0~ljS=AUV)}eG5SO1d|eseqLIbM-1TxU zEtAXmIH%|vWy^KP3rg911?^WpQiR^t08XQjav&F~IC!Z+2b8I`BbAb30E8=xJgy#( zv42x$Op{HbHsNJ0nBEN``ms8qxjEnENpAGphYlatomjdb!WL&kQ`xTNtFvrvb%PDQ z!Yqd~w)SoGIeHuY<4?&@MaQs?LSEhMt8)4Cq#Mfe4(1yDqZ>vhLJ?kV@)lzb!ywOc z&@|(*bIQ$yYK>f(XE8`Q15`0`MnXf4TBDONN>FIZ&v%R*1;XX!VE}HK*mRAlM^*GZN`LxS7LC}Tp=s~i2@Nv2#zU{1ib`}XIQdz67W%>n10p53?ab~WbNn>tsHZds}vbw53O<>=-m>M_qWDs~HH zTzh)(KWA;Bv1KNl)nY4XP~wc{IYP$mdz=kVjZrLZ8@&>|)w9P{TVQPJTs3+~w|2~f zb;>=8z?@)!6oh(m$L6`@j`*Le;qX`uey~;3nhk|#c8*>(d9Wj|Q7AGeeM4961EUp7 z8FTBUiqTItq@OpP)sSx+HfxpWw?o9t7(|VuCQwtT+0;DhO6pFspA#$;T-Aj{WzJAq zLopE~)1ky5Dstj~g3&S2y~JaI$b|$QPf=x)78Epnq*OwXh9x4bIRpYa7MSS}o_5WE z)!|P_ZXqDTi2EW!U1GY82N%!@qU=yfNGE8wBy?;f4`&*6a62#?40*X+Bh%0@!os*| zNsDoVTGt4rv!o#xgn+e~EqXZvBmqTv;S4CRSIDdk18J*+wwBZ?FJl?iTQsK(x?DE1 zngO)OP~_)z@VT0+&-@IZNHsIZXFWdSue0)xp#oTiPTv*}Z`@Jt88!Ty8mU~$I6TbI z2L?~MZnVZ7kb|9lr`4$fPQ?<1Xbon63m|56D;NWKjpn2>gOiQH*=@$F~Vxs zSpv|}e>?!{|1Q6)CtR9JGRevH=e#T5>0Lf3Ma|naxn4qrOT+jvy259Y{ndc_VnKA# z)c>Xc*bb=Da1Wx0H*catFQL-1n;L33o&y$9>je*j4^h9P-l9Ijl-OCI0d7zTYA&+l z*Y6}zYof%~zv&oRLGG+Fo_tUy{=zWL7Ioxp)bf0vzI~=G-RIqy= zz2En$pjwwiNkO%)6!=L2$H|kV!Y86`9h>&OO!iZpg4AdPk$;JN52hUnUjjs5F(AE! zvJpm4EGqEq=kwwW;xr~Opfte-2?)MnL~;t#XUgEXs+P5t_}IFp65ThdwPjP2Z~#{= z2l}VHHTAiTU)9v7nxE{x`)x3!YFw~#O)ELB1v6SlHEn7k2PRxOzisK>q2zc=>R9{o zMSGjuS1h`<@CEeg(t;|dqI3L?F~=TUeynYNW%Dgd@p0(hrE^xaH}74vyuJC>Ma2H< zECq=#aHEL1$eYr}?&8DaXNSE@rsPAvt=Hy<`BRpR-gV!u(e&5XzZB?uUC;!J1zx&7 z`Q5Fzes>O2Bx85v##B7ev7vmRA|FviQcYup2%D&wYDvOmDp?DkPBo>P*wcP@s@75O zNY%Ri1wq(r$}_>glfT!XaQQlzB?e2 zCx#EB!DujhD(FGA)>+X^!jqaqyC((UQoWj`+)}@NNvl6 zR^A2V`@5fg_SsYw>hf1>PpH)=ApRp~ZM7ft1Z%ZVgX{3IS1#|>)&^1c)7n~5rh=pt z3-No)aJvVo0;-Pe)*3xDK{gH2n8J%fj~6pPl-MIVkHHl1L}DdAPs~Gjb)P3dJdfcV zp~KQX4_Ar+INR6REdhJ<2WpniW!WVH;E z8#X_3aO2kfzw?H{C96y8fxI=tYjGKz`w&5A?e|(B?7^Bd`ez|RnS%icMF|7t1Hv3q zh{u(nK0|HEVc<@4&PhSvv_e2(q7t8I@wxMP`T1-iB@%(3>|cz_$3Y+ zZkRIXW;qzY>)5efH~tZREaQh&qrZqB=%?+kZre6v<~BOJXYrEZ?TgW?2bPu>84UOu zl`AbC7A_P&=1qepuDoV;-?5#$j=ggudJY6ufOl~^>Y1@^+pF8R5w!8MV> zh*J`DAVCz@*f^%@O?0CMqKSCyD>#kJ3)}Jz-B2^N$W1fP=^!Wd4ZlW`JfbY-^@DGe z{^J;T-`~nop~Cmj3;f51_OPYcS7a%IyWiC-OscTI%G0Fq{u7j~-TpqBwAr76%EMPBf_D|%LupDifIOO`dql`u{(^jd|*IYIx^%=U!>7yBr-47Ol zc@Jn!Ci>ADbj>qLFvIO&puv=9jiZ;)&On>b;5C`#dU^<0@WPiP(ba}A<8PkSpi%+a zuF+J9eWX?@_Ia|e+i(sog7@IoB19zDpEA&J)RQqF%{UUl?MJ$YnW!*;6O%Vjp1gS@ z{quNek)I`m?`CX zY04@_DTGP(Byqi&6pxsmOXAXZPF}x$GMcnWw5yep={8DLU_QQe0I&AHJg|tf>`8mX zGV>X`S#a*%(a_T{GX}gj;}Ozea?>R861C*4G@- zhW-T8O%{g`xo3(k--|pwtyrawaCHlinyNY~P&b4|2Fu!9_TYU?{>(HYQztLlM zXS)^7Ef4Mk`Lm6@GxyC4;pdyO_@!Q1uE8m_&sNyK2phNMsG?S%)U#IQ1G+-<&|!sK zz~#=71{$lB*%K}h1_9BRE&e7vp@xZHHjd^nj~&9H1fTFQ6ne)3%!tj~?n1{vp#^;k z&fqY}XWmIY?M72w=qnc}go9mRp9|<*cJsh1dyk{KIEaWj&(GgPXKMwPM)$JG*_y&p8DY%xvJzCY}QIyR;rbx zo&}!+Ij4|uDzG5AP9|HIlr_Eex=jAsTQWQ{KmXxNh2qN}lx*MkD%JOWD)(nUYGvGy zpGjoM1Q(*sKXMBFk6^7{F&yQ6FIDj0gLipF7Lt5xG=2+C%T%hA4t|Eu zAI5e8fs~@M{0ThOkRAFeVEW%SNqDs_(u55s)(=!sOsnQjFo#fc;#avQa*2G9EjZ;<2+8&q=@BuQPKx z5AmlgC|eT|E)b+;WD{4y8O1$w4hnwzh&?+X)*(i+2TN=YDquvgzsIkQ516u010XTu zNsgGj$MC<9ful*$5V?wk4f@EKEMbp0!ubw!ugd~p9w<25P^VC9T#@@TaTmLwYe7L`ijHUhI!FC)hA$^^2PjE)Wk8#F5X zI08b260F_26PnnTsJ+w$S6D7>DN-}cW?_ph1H&A4G@>hHXet!F4=&~}=FBWy0N z*o2uY0D@tUr2?Jilz@@j!n5;b8VE;sU$L&^mPlA*ER;Z+b*&k+AK5LJhsV*Yb2_;I z9cCDS>zZ(Tq~^x$m?&;oIA&3)!r}mcI9h02<@gk44GmIt~kvezZgb zd?f|MH5&m|C$yapw>TY*{c20kZQ8#t$bU5|I2n5 z`P}r}VY68|i(i_7EJx380lvoG z7aGu~&9fOLje8d(QOs*WA2vSw{BLN6&*sg$o#Um9gyCe&?epdV9k9)xzmMY?8ed1b z54XwJ=#z|&%)s|A6?B1rYYSkGQuNb}DGh?`2z)v+atYYtufKB^7(D69mYjy+%{4_G z=(>r3U9qynU0Ut_Z7+DY#+>XJvC_`ZPyGp4fKu=281L3x?45F`$Zwo^be>qk3>Z;e z%J8eNz$E*qUb6Yo-qVd~(%(FGHR;K{X2~>oK2^jrpAE zv+>v8!AHQwbwIEX7PO$_d@M?wB*HWq4U&S%*M_TPQpf#DaA)DZzv0vwPz_%)+S_Eyj-?UB` zGhQS69XBN61n5y45|PzRS^;$>6d_(g3jj$m2r0kbIWdt#d`BMGL>Plj2ejajo8PcO z8#fqP-HaJJ)~J8hZWudO9}hylq=bjO;kV3A1yWP$1aT#Kx3F(~wr0{Fg%}A( zdI4z`wG90PWU}A1j?u|XU4V}ezke@ze<1G!a@j?`e}WoD@RNSin^hCrQ9!iciG`_P zzTz=)wBWZ05LI_#zKE$@OepYTS&|w0^^e~rwJD+sTKdEjQW^(r(!Z(k%c|9XyD%Ls zS83o?(4?wKpMO(};41|2mA?B9Um=LE1oCqyrUYv^s@O1^zH4o{32a!$+aH?4qWoq zduTWM>gBF`zZ?R>hkJiG*1K;#V3eV(*(1hwPM`4fU(zytPMp^ylpJ$Ydd!(x2{r%^ zbOAOIl7T>G!x{5#IyQi56rCaMRE)4BA`AUjH~~G19{>IC=_n3;haPPOTD*9DeKlxH z-Nn55d-OO^rS77m-o7`DdB(msysRC zbP4)u1AzWRUH}zq*IrX7R1-<5M=*>1mFQ()_G-vQy@r$r4alafZ_DNya&gaR6 zf`p?Vz=P=B>v1L!m}jD`kiiRgvC;G{9+%Mp^La(DTGB;VesMRWq0bBkkiGAVOC~D! zFPqXj41^v#04#Tc({J3f_R87X8f8OkqO~=aH=?d?=!nI2tM0yM&9&1e)wh(iH<#rO zud5&0v8ZPCeXy_KmDT${1@eF1b;;B5Q0~$@%5Oe$JNn{Ii3NSVdi!+4P<35HJl2@g z*wN9LbM1;%+ovw5t&f%s5)-zaZ+{?SZxXAT1mQo66Ce>RNrWU?DhnUI zAx@ta7ktaIW;_9NCIfu!m#Y7;7j3@(`HuTKoFgOy@x^>#j@0j>6WU8IGv@p9InlG8$3E~Z0(A*-Lpql>2xaE>8+2n zH_w{0aWG1u8UMKPXV4+iJwjhoVm>!awNsO*1=K3)O6n%!ZzJd@o)hqY%+zuC7}O@r z5{{@{6Dvk87EgrY33Ht0h#{ARsP33?7fb|0L~EOLOOlI^5qtrB89Y&@i-qETN{f%8 z?j^2}AXS7~q$^MZjA0njIOaSxczWL3=(c&~&b+!C-`CZp{x;HNFPk>4%*A*3SZVn@ zblcmdb-MR&tjk;dsapLncf;Yb&Z3fuB}JWOha24gQma4p)E}-GSCqFPuV`Gw;d+!) zS4xTpeP#1N7o(k4W;c!W`#N}6nW@YdBsVFodk1s@)z*{fMRWkYcyjC3lb{lGg36PR zU1WgFs+YWV&|4fSyC-jq66ze4C7wgz=0l#+Qpb$$h3H@2gKtUdfpSdVJ!KI%p*?3z zPW!~xI~w%g$mQSY8}0x{K)AnXohT$tYPq9P|FvBHwZ8F=78tCDiZMC&mgbat4!)JT zAI&=CDXDbKUf4auQCjK=dT_?QIb#$M-x{x-1&uuKcKakd(*p1gSF_@q9MhRreZi_ph)aweN8Rc zIeJuQG;o>IxnxXaj)vAX#w>JTR(^v|d!(UO&AKglQq3j9Ee;u)YEOVo1!i**S{ae8 zGIo3nmvtB{?!sj>fX4&zil7C)=TF1~{#bnE1sJaqsu9maM+6LPt+0o=fLcMkdicD= zzXDBGBoZJaL-3?7AhWPWt;Z{)A6bUpwwBFrzN?bS9=*`PSneHh_2I(4=kmwH zsgu2)38`DgKk{NIT-i0Q0!(3`IC2e22S2-b7G}cyxrm>U`g`WoIeo75t5y0#=X+ z4#q(u0VCU9K@qu;n4}O3aRD1ffSn}TyCSd<*<=>LkBMRhCPL`uCBrMD)v=%Qf!)aB zVWKt$n;OGagSCr$z`ysR?{2GYFq&D`Z;X~reKgt9l6>@ed@7Nvg4y!gNqhgg{5GIs z3_Xi|4a3nkWHEW5-LUSv-#xyuvU8X(r+sk&9@yXSRkHznXGWE-j!#pU%rS%wYJSc3 z6@T43aW7s6_33qxAT_5IWfKHigjjA%+(c`gjALL-Q&j|o(#H{aO|yvBly)g2DB9xQ zCOVcO`{@Eu3=vg`jTF-YwbY~nI`!epu0FhFOL0eK#OpRFK|)V6tz$!enNep{XaOd& zDuxW5|nhM~>yJ>Fv| z*P5!8SA*Qj`h+oF-qtj|y__A{pe|7YmIX`xupoDd#*k%nL%`fT$Pg&VVJwoVdK1q= z27vr9t+B-e;gA!W0ECcMJX=j0vKtr~h!+4pLw8kUI`eq}C)|T+tF>^Y)+pr{*O zJQ?61L;8a-I73{*Pf$e&vK-M~F^iycT7gnE!Ny2-Zhd`jHf@cD?fLokaP*5}F$Eqh z36Ydg3Hs3;x)+_i)9mxuimL4$veXdt;R~SkrH4V;F}Uc;Wr{0#1IPW0 zydx3~hoWeTBQM|X$j<{`U6^nmb2B=%x2>6`<%|xlfA4kRz85&|-27>(X4#*{KE5!p z?OWjbcH6e^MEnxTS==4ZV`22CoP|Si+|%r&h`yM#s$z=P`gujIVF{9qQ~bPxs2s;U%19f5Mz- z)_HdYnY*U%33$NDz`*;azCnN1JJmAYgu(%u_DPaH^!f*Y9-<#O}NGCH3wut&Th zi$u;iguFbP%MK-S0l&aUkUm8X@H;{@h#RQE znA$OVVu4?13VUL_(HA3U`og>m_sVcN;-(UGp&lr>*Gl8M_4M_eI3b}@StrgV(#dmS zSbO3`Uk}+K9RMO11UL?$cnDcTFH87SgCd#+dzUhfJ1@Rt&+mPVw;h7w-qXE)6 zvv4||omk8Xv2mt%%QMfQAD@9}&%|{&xMkf$Fb5L2Hxfj9AOv$JLW&f5W{c8vXbj03 zbI7C=tKpCZC!RM}15}Kn{GttP9J5TOsJNAkml`hP94{dl#QwsRkEJdfH>&Cz2*0Ts zHSV&@9$p8(sUC>~<3?701J^waE*nTHr5;{azEZ2!t}I{oFfPJrSC(D&@MUEywcNPN z=o16!Ca#}%)ZuSkO|?+ts2P}hpeSM6SJ>ed1QUrkFcX|Tjevk~j**KJT=j?>@WSSC zT5HyXm(GE)xY&1v`7@MOT@j?}BDPD32#scdgA7I11qbrv2CGVuqxWtYWu>1g_`Z?n zYsVAZRP;9j%PPRBK5=_3ALAR($dxMj1er{3lXuGBS6CFCa=FYdn;^^5s|DbbF7<K-!j}4CKp$084w|1zSKMPRxLLb1-CP z0|^P2;E7SNIl=OrDUt~B0XP-7fqNmkmHp)&5VLUStgmY>-}O}teT+VieYI-nBo3Cjq;4%G}^0bPvlf+D(p$Du&<5-GZhJQswu7fnt*?+8K|w8OLiO)Zd2A+!-~ zOd(ygecNL|1*(Da(6;ud?p&Fm9VP9-6a6~y1H6l(B^OKG5wvgEU=ODLiz?tMm3$5a zGvz8>Nz1U-@<5=xby!OY8hft9D11qL;eNSa8W+JJXz!GzalrcLC7vJ}5kX%jK@cTG z%%C6IjqMM?-k>dLLwG_y#aZCL2)wNr#WVRm7Ow9&fjRbVnD97eky2lLhz-r2JYTo;_z96;Tlf$M|wn2O-sAnL|t3fBrn4uh9Snd<}1^KsqJ zz;yvZ_HR9_l>Afh+h?T81+PQ{Q4lWT>(a$y>LxD0d&bQX7p!LSsMm|ucL`b$`=|XS z@PhLN7ci&S0HZDuH_>y~Ke`_O2S2Xs9KU}3_|A17*A72(&&Z1034tw~QUyI59QF>@{g{P2iBwR@(%Enomm}-b2j?>p~b$e z!sueq1fUe42bV+&v;0dA0sHKoff75E)9{HQvt|uRHEZl8q|IjF^>A-mPD}74aL*Fl ziRt(RvB5VcfDU*#B7WuRf{q?CcV?fh!Of(|#TZ=7r$o#!tSWp2blXPuda@ZB^YKbns?YJMo*kSw%50^}xO<}koBF;&HLLR#f#t8aNgb(9wxYZg zT`sj}gVyq}j1IzEXr~6f++YFb0=3HpnlFpU9D$-;lH=>q`>HIdY;umqs8q|FA8Xg}8fj+kZ8je}!+_S{Jt zxlf<^{i`8^yhS60m>?+(gPHf&OL(36gEGOsUzFn{&$E57Q$9?$5}!5r>j_kzPJnrg zo%bU&tguPw(HXe&ARRn0hC)P=pAsxJSPEgH>D&(!dBKvPBzc-ru&-m9uDktIvb`Hn zq|#YT-O-d#kLs7l3%|Zvx>p1eW@^v$dfY+gy)%NYDpQ-pRdXm6_h$ib!Hws(5tuGZ zk6NQ4;l<2K+KMJY^!)@NFaiI{=OxaF1@arOEkZhvDHt41t~ch-7fiNuo5J}%FXg!NTGNPtw*J3{bLG+ zZnyjy$Uqxpo{{fX-C)Sd%gZvXjo`msdX>C&+_+Y`O1}$erE{m}RafWj(ktbgckI|K zSK>sC?ACqzZk3UOPrvcT)1)BLf)ng!gni6`QmGnh7&VfbPR*y*;K6x;PdMtoJQHk4 z5!EgdADA`}>rOjB2YVom3zEZ#UIchuI3e*w4;vV}Xd*qVWljtJk23W$=6EbV3Q4cG zl$;hM=PW+P=83h*fAG3+Laz^uT{JP31m~pp@T{2CE5K5V{06#9NTaFK6e%YmN8%Ch zEX95$A-H;jgnba`@e!Cj0v{k4L6MEg3Lv<@5hf6#WFfkAGWbH638aN4N@O(BF;V)J z-ZU0@^Q=LZNkBGaJ!7=cGN0ZrV}qNv%zmhQR?MORG{X$Psi6JC#aDNB&d|e=K!J{% zob6FYLwKlUJ!rXhumZPj4(&)S~YpNC3?pI@|IgTOR^!;J};%aL=Ij zHG2WrQ538UjcGEOn-^`o6<$-ES6t8(*MQz+o$1F1eebfGo0BaiKMUPSijUA6*e;W2 z$rCFJ{n}>J(4_D{j+D&$fSpyu%{jq_SHZ%<}*f(6);A8OBE z7^9&`G!ZW;1m0X6iADV-{X%_z#O!0lxfsXd>5$j#4S9otGzCwy#gUkx+FEQjnv9%- z_>1>R0#PE#@^Yg0V|>+;Xv7JGlhGU{P)r#%y9VGp2T6uGA@2MN`{rI4lxD2nh00UqpUOeS7$GU<76S0&p7wwf?~!|P9*{bsX& zE76%G<;b2pV4zS5g40J_PHUD%?Y3xKE|1IUaUF0vbvEK?#G!e#P;IuF4N8;8<|T!BDN>wVpsL17T6dGqbgCUp4q}Cg~+)V!_v(n{q%B3=yKIC!oYQ0WxHtTt< z+TidUb-6TlXDH-!sJEDvPA4fQUGH>iN<$%sQ{6^1h9RLyAwx5e#Dpg#Pd$6!0AlVR zjhkvVX_nFRK^3SRIUOBC?@pf%@<9HY`RE1o!aP!9&TL$w?>J5C3@VjDqf((VNXuD3 zT0zC;1ua%RZyB5A76Vqlm7JV_5uO5y?L(Aq$ur=G7>)BR7K3){Fu#8o`876Z4dLpr z!Qz!bMy^p<)E0w>1a)e&&Z4$*rYd`Ow!JE{J?zd3@g|K&nH9qITYQXz!4IfwbF zZXbFP-HQweNj$b--vje@&6~Fi!0QHgjvu`J?Wa~OUAp2au(f?|OLghgIvMb^CVrMC zT3Zv`&xuy}Q`BR7-|kkG%v{nu2|X5!jt8y(3g;Q*dbQSQ&kH2NzHF^ZqBI%odEwfs z?AAbCq^Kd-YM8lWX6i|(36I;c;hLf#e39IAo)nBZaRS{ZEA1?8E<=x9qiriJL62>L z{xizbwzg8{dweA1xW50}K}?aWF(2x{^mq_+qr<5Q)KThhcm`*I4ER9}m_|{2Gz1c4 zGRE^-z#KD|km)xP5KllnvC$B5>dyH>MqkLs`FOm_Ma>CdP&3{jo)AMECiKk-T+Qgy zMUCRc`i;1BcwsaPb3G>e6A`i(m^ea$q*sW{;LxORazRK5@u;*nDbG_@JdYbxm&W z%cgtV#BR7U>Utz$MlZTc-!V6S7LTAi!PrE}F=K`ML8+91x-$1Ym8pD-$*Qljcn8(p zTvU!ew;FA_I)Is0v%abJree&O{PnN9Z@dwGSr31jwQil)TO9G0gg376`-+QwUs-A| zyUb$^)TD}e@`1>mWtQtujE1{DXvgw9T&89%NKVQ%FEH^6&2%E zv!*lBu@=i2b66(xI^+2s<8+{LfqN`C?s3IrK8;DvO#>R>OkIlaT8i%q??vALP3qDy zKe1?IYZcwCO8E}^zi`=|%0!_*(r-l)?1M7T@)IKmMS#D{_D0_X@wO9!65uyq$spF?VB+!0C$w906K~nN=NB=uI{Ym=g6n{Ur7DJ+0L}Jgfs!Ns9sMfl{wE(PO58ST;#f z)Aq(8GY6GBD)o$N5D%W0vaJekULLC(#!5r^phJbD)LF2uwR)dHxJZYR`Q=4ygUChj zdO$AnfvQ;{6s_mssiABRo=KpB5Bs?#=h4;61I1a6K-9A`#|7pq7~{SEh!Edi5#!Mu ziJZSgDyQMpzX4Vv_kBx0{I&ZMSp?GDXB8@9<$!*C<9MiB8fy#eNo@&&kB~;>l->+3ySI*Lhd4Ghg(0S zYeZ2LGh1C7^aZ-=yx`ER!YpMDxKg9aDwNAN?Xs0>3wP~;m*j^B*T$rqclonMMypU> zL483%J^gS|WOCP{n#8=B722}Fxdt=)Gd!P5S~V!(lbvvlnf7T#omFL0+dSP_!BA6q zokeZdx~=-f*@0}}TeQ`(z9Ys}yB}h#Nfw{_^4KvXaum)Eet< zMQI&)k=(fueZIJ+cJq>CWges8 zW0|Znz(in52pU_Q_@}C7h#QH_<`Z7L%tX~*VygPGr3BUPdUq!PlvZ0YI%_r)l>+(C z56kV+Q8@54AL$rZ75eNsX=!_@bnSC7a0kwT2hrYFOIqgb+Bxr`tkD%(?aOLuyci{rJXL)lb-f-WySMLF=gEtWUdIPWDFbT}Z1w?zcbMIlobVM8373zQZs0^fC zGipKq+a)|fI-w`l1HbxWjQA=;Q$NuQa~|I^>88#irZ@AVJK+xpsuop&hEc!zq7SEE z4tx%O9=EJ!+JY!bqFV9AH#`HhQ_)`Lp03~e;{6!MY_ea@l^~i!#CM@Eh3Z7Kr(cT$ z4;~sG3CCvq3W@{7m+=9S5chH1#M29;E)LT)Fq}F8dW$$YdO^<7i}dO)(Sd^?a0Ia? zO&O>8FI-+#M(>3EZt8fMuK~ zXgU&I1OhokiI6U|lTc3Hs)5>48L=AtPdX^fx}i%~mA#3+1lrfVBWHJ%YL{y_4Y}r# zC$~3VBa^I<$oqaxM+F>R7-`GJKP47n%7)2Ou}&zCxkDuV54~zr%z*7rWS1mX&wR`oJS9FUG zPK!bi^F->${qDhAf&7-iwS1{WsbCeUn=O`*4ah=O%iA#ZKQYrp*U6xwSgBOWMs|`* zf>Pi(x*Cn^*V_{I^?YPck1}bAO^`tYh&-Qo1Ytuw@rs!i+7o{lG7thrN#l{pAJ37? z|0uV~=ceuo#9lv3)g}XQ!dx+J&PS8_UV^o~sa^?n1pPGWqd7S7k8+`GvKCOU$Aq#% z+MJIkpRN_k_NMj7kRXT5PW$NKsLWnFhzpJzOq7pk+7eylL^UHB-ZVEK9ojN=)w;(g z!gUpWPlvXS1PuD&FKeD#TFy0=R%^1=*1G0db0pNHrkZi7tJh38ygoS!HpI{T*s{Ph z_)qBjNq4-loQ;IMf%-`me$9FE(ENThJprLQB4B8W5SK72#31Q5f|trPV6hAGMxui$ zV#jgj967v#75T}E@r z;>&e8g6*ARrdNpMr_1CQwELYVQ<#+bWfdV8*XeGrC4Ldaf3@x1XQ&~iv0=Q!>)?Z( z@IOY9M5yDiTkIyambcm*POFvIs!ce-A*2c+P}?i!I&5O@1qE$ZyQ#Om8}y>u%&(i) zwvHSYbLLsH+~vU=TmEB29P@&_iY0Wo$4I{Wi|=p(wHkFosZ1fUOh}*hx5QD*SgMOqk_5My5p{+o zA>v)RAGAcY5y5L06xE@L6BH3`TOxqE5-F$817<>IIbH`pcdu(|{PPwh?$`MP0H63He zHJ2*rhZePsE&@uEi`igvn4626=vs--nQd3eCw#Nx_ksA7_VvRrcZ`@jF1+Z`uAZ-^ z)Wr69{b0{+0PL9i+U|+L>S;4BU%Dgy>eTj}$}G1zzhZ8aR(HvMhBoIY?D_2UVk0ot zpSKo_6=e2A_b^nF*}n3bFex1p@kk5;@-1HYOoHMnOWMe66zBd#KXkD$%(>`AaO(Gb z=JSVT3@rA?b-=(+3duc#qU~#;cIpggIARAQE2cJ?%R+;OCr8eFVjj&*dT`;>lMIT= zoF(Iz?%6-5`_clb&y?*?l(yu|-!tbtKL#fssF$k(4yaN9~_rE4NKcOZPz%b zRO86DvE@zI74Dq1Vn}iKQ!~JVCl+5~w=8TQ^5C+$_sm~moKilatTAN28h&!V!2_L^ z@roFtQR;lpyMD5rz+^wR*QU#%ar zzWw)^)qij1(ev&IQ2Npt8shr%9!8k|iHZk45$j6}rj7_I7yiyQL=+;?lCcqrVlp3i zIFp$XK>3O7f#460&<$C53dtfq$`T>6jFNtXQwYx{xTlTc(H}~O2;f>Y0#Bot!#>NA zx*?m79NE0|;X9w!mx09~3uR58Yh>9Yn=7jx)W}U5qfh_fq$5BID$yyl9i1B9REPHI zJujL2?m3K30q*dUnO6#`l^_Wo8~vfE80j$p#e|uML9!|9jQa@s`N;KOjjp*7Bsb6A z`67@Wv7kP4iCWUL?x6+jm$tN)vGxHhwFeA!tokLikxo@7?#|~kG zE+*&-{?lPdB@GUT0VWOLASs-p@F8iPEqesm!5CnFL^jt96a(bHPzjP|r_+p*u7U!1 zN!Z~CJ5m!;cO_%PhQ*TN5l-k{1YT}iURk-k4VBLl)`cr@-}@P_3k3vQfD(ti@a-@U zE#g>3Jp=_xFeC7Yf-H}TA(Amb7z0s>68C|SIDb?Cf#CEL=pa0ouun$(sd|4T;)l=q zfz;fWL&Eem!nWF`=M5?XLhO@vou zU6Igfkycz+Lab5z;zoswNkjzrBoUGvj}s$K4u&MYwCgoY%(nLudifI0jKD=bvUBNPRjf)O=l{r52=007PrgGJ=BHl23_GYizoTUnu)jJK* z+pHC*ZvFc$d+>KEMSoZtP%3j9$Byf8YB`Hm!#EnNvTDZ%Xy!_p)B{JvJMQ(ANLx#l z&WD`2@g<`tJ62aYv+wL^+w{ByN(!z|E^3pnu%_kTNda?+Jyzm8ye-9Jm$s%Cy)quw|EUkM>eecFQ4nKX(jrXWtXRD%RHF8@# zGzI?osQR8v`WsAjgrvtp#R;&`oiEWi;F#2{scT2GR-Gi@<;s`n&5}H@74UG{Sk|Ir z3tYWFQ&4-`XdWMB+FRXuEra0DT?O3T3|T?m3erAr`acTTcET=Ds_y zi6i@eXNy+77h9HP$+9F@xyX`igJs#6Vr;;eX1eL7n@)g$=p;ZwPk=zU5K;&!dY-#w-%u2RwxZHj3`~Bkw*6!@=?Ci|!%$qlF-upaI z6WM{D(kdBY5lRFpuAIJ3MICZ4hPU2> zqe)9idMC+ZL5CD*tn_WHwpgmy`6>+o#JW#NvKahEOVT97-3JWxpei4{=Bq-%w2D){ zs?}SXI?gw3+0w)oG;N`uTZnVP2iWebEH19}wHu9JFb|rnN z>*+0tz6)tIHDfJ8dkV1Q|B{>R3U|Ygc3%Yn_zD~VUjYHIhMskNX(Y7t`0=Go>(b-k zb=n=d2XX%tD5D?hia(CKgQ*jbaS%0vnnX2IbE$>Ya#Nd_@&<}LQI7%0zZFWEY39u77f}@L$ zsA3L)?f?>N3TWIS9@tGzlqZG()`D$nzZ%@7#dm*ivhgqLk|S=g5gxxA z9tX|Z?8sO^pI5!|vO-Ni0$068XTxvRx%88O4QZ^#2)tAQmZ>Y@2rx(-Y2m;~xRpht zWLF5jd+7AhM_3?!%(@?BefAl9_LPWOrjG8u2>*z_XJ&Ne7VvfU2;lr-0|SiWOPmPGhk8#Rf!?e~VsM;Fl=FeOt7ufWi<8O-lb zKe74XTrluGLwzMT>o%AQPmdmT9!xrWXXTg$(bI6{fH7blUDnYXOr`Zp$IVy{gYaXe zzNm7z=`5(7ckhNLW3)j`vHu{tznGHi1TQ~iha?B+{D{r=du>>`lZnSOc%h3J8NoRn zPrO5!{3d?d!S$=poc?0Zo-a1sZKkT{p)2EIsT=o8v_m7=;hh5$wE*-mP&)8D-+L~FjIvy&mWTJz&Zyy|C za&jGW=A<)Q*?SIFMTU8crqAXCKKdA%o5yzATa5dk%b{<&?gCg%Kw2TR#R|A9R{eOr zl^o!gR{b;_MhAH1)?seTcMo-BJoMe_nbO}Zm_9fUWWTyMvRk?N#4-94gVkz?I&eZ- zhmX-+lMc;x~%Y-3xxx=lMVHj_j=}v42cqZAt1zP$byS z2!7fO#8aD{_-f0e3Mn5|N|jTUR9~tF(dD6tGLNRlBkDYZnoZ587E#Nnm54%bL=<{E zqS1S){nRn)A{r4`^y4H)pWT41*GxTs0TZA2!!C&ue*oix{mKvD_ZkBKt&9Q|&Kog)MWkAKq7!fTs<;DFA zEJEXNJHdO%?y-iwm2qCojVxv~Cf?t6_;4Eo54YWae;a74$h&qauc9IkJeeD!e+uP- zC-W-67JTn8PS~>GFk908N^V6(E?13@zxfS1#`w@oM87Vh^B6?ExH#Mq-?cwa1kD&9 zkQKZ{P>B#pG0g#=u*nfuWfvasbNc|h=Yx+9k2tVmVe^cI%kLd_;J4@RpL%HoXS0Zv zhThZQ&ucb*z8R#PTYmBI&W)RnjhVi2?L_MgjXq8D$NS4>mluguhU8vPO*jSFQs%|? z-q>~M{lK{88#XQ<7kGaEp_gjQ*;JiDndEDnv-rbJXMuXu)`uV2I%?&#iD9QzuN|zv z|GYETX;A4>`qXs1=1f(^cvP}zj}RwyK@ec#G8HR}m*FgS(2J!O#D^~lM86hv$OTpMcWucX-vORWV(!IBB9z%> zbkZl^6T~L!WR;BN0ejNyV!G#o1JOjqa;6nhNls=3pPD397hsG&v(j75G657+Xw!^N z-qnR`kLxYy;|~*hn<}nGPduQRfUzh5{?j^hl&e^`8@+ZnVls7r!qC`MboYN;Yuzs3 z#5dr_yL2e$8@6t>KXXAg{1 zU@y8r&xaSlRWLr-6#W;1BeCFb1~4b}$-*m9#n%(w1o>AvLW8 zVXd7F+Zif4gWeyBFf8%65&4GRPXZu39a7qSO@z|xSxS?yr73L3i7Lr|kLIEp>K?@D zQydn{^KJq~{p*K-U>y5T56;9y8U}BhYrNRar~yNOVjm5RrYrTodL=M8IUk;8cpdu4 z;W5L8Y5m$^!%+C29&n;xyFaWwFCkUv1C8E#GAwKZg-=@bnh$h|IsNMEKnP$HABg&k zkfH9M{eI={ZTN0OgHG2F0!~n7E|->p9Bdp8FP2Hm&G1e5u@>EI_|;5UvjDjnAAelj zmrEaNDMi_Js3mnO0Afxc(__9M1vico?0_0;XE7)s77U|1#~u@KdoiIEh%LrvF%}V! z7C?Ypjl7q)GIXe^2{%Nz2~adG9ocUZZ{a8P8!07vx-#^~$T@{fqctfqJUXdDCYLFs zI!}heq}9k2oSc!7RN#SKw?+2dwo8)g8R{GJp^<+515MuyTds9Z?>W|7TSi~a2e0!f zA2w8s&Q^oga0r`7g~D_ZON(_htrOF%R>JT+YZsfvdS1@5$&U2ojLjN+=}PXO@&^2X|yUgF$EZj$n3aN#@WYpWD|QxjVLR5Jj}C z4son4*xE%&W2*`m*(f0*P)CB`+tq0kZlz6jFP4M`$X+|{?lGYRV%1G}uL*Im0lVNL zorv2rf&V5MyErPZUib2h-+Zr@4;j+GX`VCX2GzGy3|?24wDMVE4i+A~X-aM?O)VPn zsnx}?uB514-*2HVWg5QuUyIi7xci-J7ZyEbf^RzXTFvhK+zqe1!i9nOmF_Zk@b?*~ zw$$;mFOSTBtN-l!FW05GcXjYlM5K2$}DXvGpBKE zuDSp6#Z@ruGKT~cC)9eiJ`ncRHW6P}71PSo(#oe*6b|t_`~(b3w;g@| z6d?F=(V2_@&3PD@R>aHDjDU9&>@kc;+7x840G$GboRnpvJGI5y=nhT|78o5|zt=?R zMnk%2SBaK(&wzK&7dv!$vbDbxIdapv#c=ct*cMznzdj?Qe*W5E8>A_bgkhtPXtneh zTAN}3$P|sjC*H2c18CxXmepq9y(08u!|?Luwl2^ZA-L~vYvr=7pKm-4 zvY&`hLXX3HKTPW<@I};@5|Rq)M6CJ=pgp+h>s>0{F8F7yu$zOQO56vwYW5ra1 zP!e7gFEkU}c@j0MfY?A@D+DjY%O`gps}SileGTH=*6&(##i`{Qov0%EU{@vB-wl9& zc^J3yhJ;5+a6=O4|H;F^FrewAIz>Ng-MU%&6!poDD+yI1{ejFiRn$Pd=Nwabk5>bO z$Nh`?;V$B*FcEO#@g1)eOJSS&_}5r{tNQKz+d8=#*xp@wrIEU^NvVx)PWU#cv!Jg- zy3D2Xx21RXp(e`)Jzd!NL*y%1sW`q(|{rrM)N0OOGHq<_HX+VC<&8gBCf@Y?Nj$kQ1X zEi&lfAENK92Xof1hkM{JrN_Q#d$?3+a>S6csv$#EFalzU4JMVRrAFrr3Z2#e`8Y1%Xp}t**kD27h|~19-I0lJmRk#gaR}*u3=P(WL(*rt6jd+%6IcDfWSn&|f6{ z=`jW<-}Qa688sx+iW(3_z@JbA+mzVXCjJn94o1wWADt4-IQr?b&41pj62@RCG1b6{ zl0_&E9?`p!+aD%}Mj$91xqKJA9^nxegkmgdAHdTn2DPCmwy!Y|wc$9b`B&Ny z^_hQ*FcEhnLQ|5yM_9dpOO1P9XP;A}E*I|6gf{q(XFq#s$<~|3?7{1|o05UzrM8!L zJ@IyIR8nCK6@aREIJW{E3UdKCgbbO=?C7CEJH|pI--`5aLf<{3r7)eS;s_^BRwcm~KY1Abd6!PL>+4Mif%XZt@Y#-y6P|fnr+Zt-XxuS!qa)mX9zrWR zKFqF;*M*><3#CpVmm&)5@d@0P(d6~TH$m-jFsk^s;pggf@FPizBu^@R5q=b-@&BZZ z!1bb3nuij1gu1Fk&qWo69|<>J6sRDYhn@i0o$Vt;z9_sU^8HQoD)}~8J|ysvoj`CD zUJ)Rcx04OP>>?=%dO_^tNBM--B@ANpKB5yo70*<$UJ`w`$2$>$4YL?e7=yRRm{F>; zJ7X;`3SRHzBR6;TR&)Xhb0+QUibp3Z0f#Lk!Pln78^DUM-T+Z0!~nxyO($^NV~(OC z2fXbq>sR^JD=HRkIeO+y)Q;o0aFL_^xTA<3_U)dM67YM;kzJ2{8+{zz80jdYV(;QG zeXGMeVR&7@8i~`;CXNl010GkWDwjQQ-!-+R%90uy+u7;&2 zW>jxVm1fAS#_S@eQliQk!`qtc%c~p5gaQ*P3R4sxKXnHFJvlYmYNS=(Avs3ou{o#i zYA)Ugk2Jk-eC?o6iFl$?f|B2IcJZQNI2jJ2|P*sh_$s`g;Tu%eO8OJ?Rjei}yK z%55mfkyyqss)pHf<8tX0sO>hP^+XUOmQVsR3DG?#>+FEwj?7535doEh46RpbqecJ z<6oG7(%egKu(o)J7E(rSSYSv~UB}LSM}ozjgDqz$n@f#x1wo93P0%8V&ja?j_6Tus zZiow$IB$FfgEdmIXS|8<_0KUnKOF*13Y|^?kLVPw3LQLxFF+Hyh}!Ck0aZN%i-vfE z&EIcYxlTXio~Q2_qStL0@mX;l9gYF~!~1W3TF5urT3q)-(Ve&XrY)H|u}`L^9R1TY z)fLBeqWOQ2`gy653H8H0Q3V9F3;_$!S6o4c7)DzqG97%x{gvYh+(KeSjW$wE!hChr z^V#bX$rg!1DY<@KqEw(D4)lnL8lH7JhZ#)WDtrJ8JfPQEQY~g@XMLle{qsz^VxD#S zea>M_SLIi%(1=nzcE2-0FIG#L3H>6hlAxy_`-JhXXYbUc0h9>M?>DG+M97H{hz{+$ zuy5Z5Zsh0pM?>fmBcX)=Ci4XA3>xv>eWCk5N8xZ6mM*4aMxy1ycnx;mZm>&mUw7Mm zUWTZ==+Laz+6sRNfEqXr9z_4AftmpPp|urIpbuC9`ao*VB@qQft>M;4D}zs}WHp)fb=XKz!Mc z#EBEi8PWQeH%7wiUf|wQWoD}0;a*tBgg3t2-b#Enf%6#NsS|H5;oUicG~(9prxV^! z{mZg^A^0o}McWuCxHJu6E0kLnOK|lHUdP3XCSJt%YVJgIXesf(Vj-9}8Ztq|+<9Xm ziP0pXu@8B-6VKHWAVkt5l9M!Qm~Tkc>y%b-g9*{b=%3lymI4#(PbWujj z`092|PfYc8st1xfdtA_dOQMF~5Q!h;Zp7@A^QmfT5ETI;pam(wiRgT9&>sv16Tlp> z4Ez^(9b5)i0i+e^^I@bk7r{w0a#-4pJu$moq5ugKr)DA{4OT$#8-X{SkAdsBW80a< zF0|C*gR~U@BjTNnLXNDHIH|_i?Raq!I~EJ;Tazy~?cu#p#Kz&NE(oyr$6Xxo#GXT| zKE0JOVSptUPcW7|tUCk4ECswl23vQT1d%G>4Oj~ml^7@T27#5_AtGWz7+KJz1SaA05QSa*6k-yL1a8WK%4A}Ri+T}x#$hOO;%f1Jp8%JK zeL$kDIKO}ms~3t1J{7yP$vzr1q@YR_^DbSo575I>jK)&MsPw#nn+r1Y+ZQTE3PBJ3 zHpp_Mr2AdP7OrJTeM?K*l)tS?nScAzq4ZB;9S_Ea{RNH2=+NlzOrr`%z6@wiCl)0u zQ+SEYl4@0$EDp0)FXMfUGKoYrm`-a(9$faN@c1B!37qZL975qK)JsjXewhE zn&r8a!h)jA75U}Uciy4TF182d^f2I?+GTk#L@aOgNqL~xnjIFC(r!+XNyQe03H~f;u(Bx@y=|}~S<%O;;FuDxYM@n_ zEi)L^*6XiX8zgp}B_%VpT9NExUUgQfO3N@(uJ7xNa|19vbOIO-+8ID=s#N9@ zZyLw)Qd%V8vfWY?4w37?mnpDM_Q%^7sDhO}dF| zT%PUft6`)gz5aDu)lOcLtTR?|tk;kbZcM3^C>(arT#g%&o)BiMRN}l8M^TPRH*n_6 zJu^R=o7bmzjVN<&`xRN5NmH_*A5G_HCnskW(9FSMMs1o*Dlw*}N~B7?GF2?Mpiic% zp{0F&uAHD<yL>9Tk zqSh)TQj66fW}Zw`SmwNg{LYCenFa`bG*?b@!>@?!n^-ZZ`b*y1I}jxAXXU8p0bEJcG##ti8565H5_ znq5DE2f=N*0tCZ<)kOfQZ)WOfrRRSfBK> z2E*<`hmm0nmfm5I@2_&%!JsbgbM)%N@x{Lm!w=p?SN_vl)0 zrb)?3O}6}!0Yj(FsXR2syLjUCq4mAJX=;X6TZ_E|dkqf^jq4o5{BorcRM1*#2KMGc zb@x<+5goh1H0z2GD}wlTG|zikvRLFh#R*vXhPJWVxXrW9An4o)AlHcNk6*cLqMlfY zY!-Y1zW3RN4WEHx&;W{YC_49Mr00cdwN0%CD`(X@QpplO)iG4CY>t~se?X$wzqFp5 z&%rC_m?oDw5{?6^bFCXbgYWft+wX3H3mqM-hWK4=>QJrEQKngl9^e7@K4n?=t`g#;0+SI*_!1jMp9tJIK z|9>hEjX2W(v+~fLgOybeR74!UV zV&@X~AM4(h>XS|;7syV*Gdi*&RNw&8I;}O)&|Z{OAr7g00~&2!%rM$CeiOV<-ed;V^7P zXLU;pP=~m18*B<(&q8E{zVq6%ah@`!HEh&G+I$9i9g+#!8$$@`*njDjaV4&pdfZ`8|Em0v3jvcMTCAG!Wp92 z2uj6-v2)ZY>cKZqdh82Wc#5S!+&^wR7W$(I!RG@GMJdvQ!Zhwh_yJ15&OsGJbxP}$ z5qV=iEJk&&Rrk7S9Pt{0#9BHGUZ=gQs@Qw59sN*0^Vwrrq1CugLh6cZg8qb}Ggx$l zHJ(tdqg1#ZMRMrZfo`BG2!1JWMEntkz!(e9;vY@UFyM}FU5HF}+-rH3iZo#W6fTrmLR=Js+f_v`6g2=FY!YHiG9yhT0~%1I zib}M#5fQ)26m|kv0sPLm^aImw>~OK0rO@(gsqz=)@F!sFKpndToXNDjU}?&XQ1Mp- z>Y5a#IK-e10c@Ei%n@|22_?#m6$1BDQ38He68ff<)NpDlvAXO8B=mQNjb0;1oTZ>K zX~5tRHm48ceHWAUB6fG>B9_bnV!GxNJZ@t@q#FCprcV6*X(q9B|9+|1q_CP8`PQwB z4467*ep%ON&TYOeS=nF!{mztWb5^XFGi^#iv&FLJ`N_Gtlb>HRjj0(~RT^rjLhK|g z1%DYhu{%Ujaj}!5x6#~_Md>V93)nVL4BsoO>D8iA17KfJ%!?<#G+E4hTjVO57G>5q zEpDpM6tQ>t`*Mu9k0(&Ypmlc*>j2_2-A0 z9)KUd^cej3__RmAV?^C?u$XSV8saUv9<==?{Ah!t%Ye;DaQnKjslqx%M=O?YvLS^o zJfW(Cka`wP2WafX?;SZ3k8HxpV$tlNuEY~S@W_$)op3BJ=I>REX*bqo^-<;22x=~t z#b7BN#*x=_%6~hhzG(T~c|lOd<4M@KOiS2tA&Q0mB9oQndPay^5$&X|V+u-vXO$J1 zG~vS9$?QfqWmYJmfy`ikF-%@H*#Q1Rwht?+^7E_m*&XBW+Pz`-UE}*LoZ8H4>$Gh1 z)P?;zs9VLdA?$r28e+mI%l4nU;E6aHdMOE&_U~Ux0_uF6ePmM2;wrnnYH^Kh+xySG z#M|xsOV7Q(O?J!JL>XruH3;=uHO(8fag~QI7hGy>z(s2kHu1@A5M+FIG^R~fY;mV# z40hDD-5!*L3tv2PVev5Vt(wR&;e8tAExG?O1^JmS1 z^I=By3lO3B* z({2Z<-@mL@TZED@KS-(;8IjO;T`r8v-s?Xr zJA-<=1C4`!r|2V?kt0g|&(HXJ#`FGvzvSnhembJu{&sfu+uOVMr~d!D{v_h^*&Mi4 z9M+YIKa`+5L7`cE7Wyt^w>RceUE>x4sMIFBPef=uDtbWYj{%MeY2ArIcMcg`MaGG?PAv8eV8gY(@c4p0RUSCZdIF!@@*VJ!y87;8^o;sgl!5xb9h{p zt!iA=0awUZi&b$$^i%16zK*LB;%(1tS(K(TP1!#49&w%W_My@G-g7fx*t>7m;G*qQ zOu95KT;++j&}wWR8vXGGb=F(!%SnfnH#Z&ZwWWZch~4Oq@dWe^&+Glm+3iy_qHQyw zGBXFx8PXicr>W|Zv-YKfr>AUZ%j5e%f)20?&7uRT$=HuEhu2qvm?dBrRK`1zrn#89 z63>Yk%zp~-MR-GobQzu_7`-?u2pDG^mYOrfFh>G-dy*k{1si`p=DVUCc!_Bw7W8mz z;mM;FreF;RJ7(?MH)}!ez_I&gdGhGRXaMhN?(Ty}tr=AwvmP`QR)7!=!A~vP z9JRWlNUsG=){JkXOOuSg+B_$%jFJ^8ZMy22Kc}Gv49oGOCFpxwGH|<>7WehI;5*^% zg+9)@q_0c5@4`NfWqtjueVV`Sn-!hfxYaPiM8DO4pfX_hR7np=>x*tsD6l~xHXEGA zqLAc>GQeoAiEDkCRmwA=+F7-;-mJ)(9-(w2WPNk#`+T*l?S=4?C)m$({(Qe&@lap( z0L}K!zDL%B83Z2>^(4^g#IGDUJDC;y5!^x;Xo^wSA}klin8o0R273%O$!jNC6|q$T z9@emk55x5>@QdiD^(~Js0}p0L8>a3SSGLrPTE|C!>kdUK z%`Qf*k$TgZP^1-w#RKx_@Yu`}E+j2VgMF(eps`%2R)F%PRIF5Pc8REx!pPt5KLZb8 zk1r?hZmG8|do;Xx%8(hh`j+dhV9KF2jH1|OwmCfdG?&d~&Q<1?m1L?^t*OolRW`GW zKdkViyg>w50wx~j?TV5oA!MlTQ(@j%wi}_XKHS0$WTc;m3L%(j==#9#8 z%lVbkfUzLGFnQ*_(jv%Jk0^ANOCDUaQ&R3K2r(PXQzSuGeigHrXT?*+#di9+>~zpk zQd^9M>e$8V92m@{K2d=Q)%I%Cl&>7C<~ z9FXF3)K-~n&&*(p3vTd=!UeAANP3K`pekRbh<*a@b$Y8jN;yooEVjb=wk$JPnbW7Z z#{Bi4SReoVa)XcGC#M*2d`6S^NH~**B|xy+wlvRf?hSl9%iO<-q=d zqIyJ|s-84D4Q8=ogS5(nqK`;I9hKs1({n1`L{zCZbVgZ~>8oWexqW3LblWupvVB9v zx&6+c_w);T;H5(Q>RKOjo2laH$qD1&<0I$nL%b5bIL|X{-`Ih<3os#u9b8Qy!+P{! zMImU=n>|&V)#@Cr1%8Ud8CKAw)fZKO8OEgO(!TROS7{TbyU{SMbmrBz|HYpJhSfBT zh3~jLeTz%+te3F`zUQm$#DU?TVJRw^@Q;RDYwi>oIh~Owv2Gd0^-4!4;@HRS^63QN zP#xKn)(My}qjd`Sp;ob3p@V-^=(I{ES)pTC)WInq`TjE-Fmg(I)!HBTWOK4YZwxpV3F?Bhe;w4cegX zG_W_pFx`fQocIPwhNIJPqF6Hg*yl|kOm&kR;diTXfV=ddwK<0+H`KNv=jRDn0q zqyLSvJB6}C4>p49x9F5uR((Z6aT%zbI?59Bve}m!hI(kYyH|ktt|}K(FY^;8!o*h! zNrkC?Ml9qN)a;dj0I&fJ%~fQj4aGq^uF0#jD~WnKmIh*t4zx5U@Wr%`sLj}k^K*J@ zz~v4E+^zt-E-*L{7#wjgII;l!v1=F94_Ub2NTl!4MT?I<`1MhC-OJ;k5(vB*9!TcQ3f_i#Bj4og%zGK;yUjC*XH3SO7>FTFHx#0`&X(D9i+_foj#o z_KT}n+5CB94_sKX=>2;qM0p&IJ_C9!%X-&%?|JDycx`{nl#-Rk+niGt><8leUb+Xx zPhHT0`ponj6nlWsMIF``CSZ-|V9<9d=Kw3f9?5xAO!*zHK4Z$|0jzc8VFW!SD~o6; zRxGjtrZ?OIe*sdk97y557uK(TVLixIu!_t)_o6d3KxVbd(?+KCIRk%A8;OExKsMmr zh3>pelth|Q5VCXnssSyfV;^$5?4g1TdI^xe{0hqHmsef}2iK1uw|@P&@zIA<@-njQ z$u))nBo~F%T73ro-HHMuaejuHWP4UdUW(qT)S6kP!)){>C!4iOYXW{4Px+}J(N>M` z+IxVASJLUOd=kQ%M<%Q!gq>ue85LckqrW(x#{4g>cG*N~qwOZ~@%`gBj32)Nc%>P= z(xk3c>z1aZr1i>>8Z-M0yW4wLq0uNYmK#qk9E6S%qw!Sn_Thap`@aVN{@QCmPOnIW zI%OcvX?*k-eG-=}PRh*CYLmGneO|9zpR)L_f>;KN>Vzy`D^~h)djTzwzlL)I-*(40 z6=V=Epn7Wszjb(#Lo}fgIfywg@8rlOppz99rB;sF@)bP&l!G3+Vptp~Y%5xIHiJBctxaRM$}&^zLJ@ z&#}#`NUEL)LKk=If(z{z6<_h-MP>h9X7C;WTZ7S`>@(=+3!^tS0su}k`ge*JjpSV7 zBHB{s=oQ&9wHzGGc7rc{ed!{QPkTK5{#yOv-asMEXNUkOq=QAUpFIjS%yn0x5+JIQ z%Wm%o)h6I+OQ|GkA>wLxB~U!P@>H@s2(nH+kFl{)`=eTtRY4lrZpDB&1Tq`ZE3#fv zVLm^AF$vK{KJn~_Io*7+E)Ws-ZC30L7!BnLG%y7XkHi_f+ibu*Yfm=2(u+{G6C_JE zZJo%#qx|v>+a}O=HZzuFR?%zVC+pRSArJxefPrs44w7^VG)U+Lhtv8>Wn8s#E^SX? z70G)2ptcPvT7lB3`d7U7q+2d?&flL_B9*bF$`NZmgqPq;@Y08C)_e#uK|hfB;b*s) zVCeN`7cP!{7~NMqch$PFqUbC9yp`+6_I~>~tyL+c=`DwBeNdLws+qLY$|_PbncB}c zs2DkZ?SMY#9tTFXT%?oBTMk%JI<87Fw?v`{)qc88PU9*l27E(az9z9i^xA*MM}gSf zYNXOJIu5`)YfcyXT>cCRFtP#0g=P}9)2O8p#c%>Y?asjXB#5vuxBvKuZtM|lAPek+r{E{iVH=h7{Pmz>spuqr2#+fo_b={kvYTL|+%6g| zteGGdQ3UW9Vu;Qs&70gJD>ekeSQ|vy{$AD*?-FhF`(HbIP>+ z?wui%EmUNGzu3Q?Pp>J19yU0V-^gT5eVJp4w+mA zxGX1z;~xEQ@`6)mQKU|pLVc6MT=(_@qid%F{lV9d-3HG-nyP#f{_e|7xNkhiJOT>Ag9o-WFTG>wfw$f~ux#_P*_-d- zEc14)8Q;D=dwcu%HM{1`Sq{W|egM@cpTj)~EQ?%gg^#VS7+wMKxBSc z!4=raq81Uwjrz!^N51l zY5ismpR?<>cl&y;zd32-qI*_6@0kp)(U-VOcklQkJ*uQ&*Bj%9-~acG!xjU6(UIPd zg63a_!0*w7GZ8E?2PRi7KK>kdYS`p{`H#-u+_7rp_+bM+-E@{7c-L#M#pP^aUhp%5 zaRF|*t7*7tztESsF-_?d*U65hNZ8Gc+5p*zh>(p4&=j@d4NFm|Y67q^Bw+;aXEJ9a zg8oZwF$1T(Wr8| z?tG(PNrp$sBx!Xl?X{Lpgg+KkSF_)OVst8a`hptf(E98_ft7W(?DBMnL8{e{=$$vH z)a%fI3)NgWG@@kb#@UA^j@C(j82earbpe-zA8h}&p!x$aWm?|AeuZ*#RZ8`1M~|Kv z?8*u$67u!unQugW_%@@{)ekW7HdHR^3k<$~1;&hUU&q4Arc{MSMD?ybVMW%r`?6KgBNfSeF6E4vj61P_DGwQMB zTMQ=#mw_?rJBx}_6U}xq5K)a5>^gAt*u8t^F9>GK*ij%6;v{qbIrM7AnBEGUxYfS-fdGdzVfB4gf^$j^HASo`AI(q|V z%FI2x&%eK`%x_Vt(Q3~nYu+)SfAj4Ap?Mpcp59cmecM}Sw)v81vD9ufq!~2KT&p#5 z5oE6N%w2KYhxJ4AJZTb{%&d^`v!;djY+Re7MWj!$?$HPDy+bBi5DbMXT3U9^7-?Bht`i9SKrWV z=TkIl%am#`jNZ~Tc z3kY8x4HPFaK(sOjpeM!%{&JvXL@Je0r3kLw|Jl-IKRk16YPy&eNflh{9Iz1_cn#bu z)9BN^8m+{Tui*@KbFMB2h?HUpC&K!_qFF_rRd7R!)1_4WDRZz+CsVqXZP~HDIatzo z`|@p5iVW$aM26nQy|wV8+%c<9PM`X~q{`%IQ@^U3;Z|j@=DC%Px+V{k+WF|ia* zHxeB%C4|{!nPZhpptDzWhB%Vea z{eY!fZ>qBp9(?PDs_Wh-+=z1_eZtuVapodaxzqPh%nsdT)c>Eg!zgTJ{>m$Yjrpsu z3RdUw>sMZpL~Q?A)7*3G>^iSu+yAb;^k^NGNtIx%Scw3d6lZ)%K=05UblPYKcq&}w$kNg7l9 z=rUg?dh#O5WsYnFk1JhfD4aTkcytuximb5qAznwQqClsdJPv-~Bs(RYA|pR|Z9|Zl zeGUhYfLwS1Ho^-ug)6h`oYta!6tt?M3-BxGyV*kFHpm5!)S-LlcHv~p9u;JoPV}8W zCUcaN=-?0$RF}A=>tkW0rg*WssA&wi0ke??(fd;Ac1vbEu{Whdf>kP&X^Ff71QS(; z;H0&;W?HtBlr(Bv_K)bRZ?|ATNP-0BGKVZ3SBQ?knQ0XO!ccOYrnOa&w~HyRgXk6G zu}lej$vhCbom^aF+8;pN7w7bI8cyRx{{cGlUs{aXXgDb;dT;bzsZyswmo&Pho9Sj- zM-muvlEN+$c|7fz>DTNpiVo>z_Luf3`^)7H zX`*acgG%L#&o_9Zmb4@)kNp-g@r`gitZ=buN}e>;L&HxnP5YHapud(rXm}C1I6NMFGdw5id zp9Sqsw}=xFQ_Mh+4`3w;tm;V%j#I$9-A_Nlsehk0?Qz&%oG#ZhY!c^G+Er$yire+@ zkKjJ=Ex3=aO@Q?j{(uKQ2roaTeY`}<0HsW2~THYO4)HHTz#T=JNy!AVv{SIz@0yT#C$v#RkqBE?TRUx)e>@$^k24s!~ zqJ8VWKQV3EiSNmGl&}={57Yxil$26nDy>0(AQ_M|HsgipKTUpUz>Nm(=t+2qSr$DB zGTFm8Ob>yVaV(J=Hr!|xJ918d&pbCiUCL8X_ zyi+V$yA^&u^7?OnGh(Y5+#wTpu46?4E`yXHYuf>%v!f0yqS`68{F6_jn?Csjl%t7( z0>|iOAPfF6dIvlo@7M8XwNxcFBKAB_Ft-ElfEzp7=FmzvfYp>^pdi==3$39Hb{|@G zVvQYdz>$tQ>Ea*_d_+mlr?I1zTr3?f2eVCHo0dF#c5+&+e4@|hgZpgB;0Z_7fWnO% zn(FjYMGa`(E8=JXPPx7ju`DA`p_lr3j)vcxhMDBbez^E-t9{tQ8F)OCd%sqQ%pUydK`Al+coq zLfxkl8ie1L4o zaoLDri`yRF%pFF9oVM)ckQd*)=GeezuD3?*efiP2YPx%t~4S7i;Y?4`JQfYQ(X0}u+ zO_SvmNhC$r@XJQ6B7M5=4O;XvYL@~meF!pm8wzVW*sToe)Ebc-v3?koD4+zq-S1)Z z(F&?BP>w-4zlRTOfAwdY`SK41z18$eu`M{Hq1tHN zeErP>^jE9Dd3W!~KfL+!jaTL$ZLpd9c;V*2K-ymentt~a7(Ti8`U!(p4=ORM0N{qK zyC>dXiEh1sMxR1asHeqP3fv*F5lJVr~ojb1Wn)lYu5x32`{n6Id7vM*TdY~*mr2D}mQTS08t%N^c zg^P~>VorkE$%g9D7Q@qx;SmJvz^wskh|bY=!0nD67{`oifA$6Te*Ny~cVHZpM;--J znOYQe`N>8rB@1T2BwDhGC> z$;uJFJ`VCGtRzuCy-sS}9lT( zC%4Qt+b}tZD;=C{n60s)d^Bp0lO1DI(;tgn;#Q88YQtr-of$z}hPo-9xmMYvPw~6z z+*!WTn)Kmw_FdRFXLx!|sV~c2=kllMOZ%g*(!W%lVGCwBXP1SwdRcef03MBEJK;%) z@(ZQLHb7ny>Y>!KdPqq$S_0_j*TW&tMAy-qZ>6mgY#9s`@E?GEArb}(F!L6hCzys@ zM&HGaxZyHt5H*STAa;x5_)T~pOORC?O_ohuCjK0(amf7rZ{OAN=SP1$ zvo{EWzx@jsYg)X&eUd3FNoSU8`}fz%iz~E~0JX`KWzv}y+BtKy3bQ$=1<&=GXvoV? zvM|z8YySZ&-(RuoHp^gBDA!oK_rl)!gYP=?*GKn%X?)>J_}g!iU%u_h9d?DL!rTn# zW^*t@VZN&xCcTxe&<4#9zW&<>%oQ4~JO%L-88;~I3fYIBhuBCm>*28~;4)$l2pl$l z!Gbibo|^`UPg2&6x8Hqn5gWnya%2M!ODw*KS5qrvvWmGYtDjl3=9$%37ag?kx;poT zm6QDrxx|t;Y*s^Vir8eCPuWEEUtEXg3UDc~c)!jb6rXXD>r4^&stQkFK&6-oHCzlQk4bJW}a(IJRsmrhQ zW;pVDxs~bpDOMUxZ!qWOx{C7B6?|aK!aF7m-m!jCX>r4>nO;v#PO4O@b@@m6)j9xz zgPln(e?hO*8~=(u8s5~B-CUT55_15pzt&bawGY#y zeg0|d1QKmE|5a#EQHpb2{FM>(l-#B1n?K{J6@2Z(_uTHJyXeCN5yh=oIfCp^+d zLfCIJiav2LI$i4ZaH>wnI7H(|ULQV^$w&qiSv27Tm7D?ByNX?iMx!H!;|jyKEJlOD zXaS{6|HyTQPqHU^+_eAZ1||5Oz!WMTzW?*jV|I4_2BzcCLO zXzp?|9>ft5HEUIMa_wI$u4@Eac|-^CZ3Tn8V2hM0yO@K zwIv#)1Z9({*|T@=p7r27JO_$k!Hw}C1Y5^bH|XDo<{v-(%jx6uL-7Fk)1JM|w!M2I zlfZdUg#Mq89-?lHho|5v^Z;l|<+7!F<9!^)skmPkREe`D0s@JxoPHxs~IdpnC7ERM1wbJtPyQl+-9AV_Ar70GnWV^lS|vXXoTK-^=b}Hp35(to z7jXsCc%?RSACp8b#Y`|Fp_eLh44^n75si)BM^80HH^TP}Ig03=%s?FXJL&|G@t2-CND>*niCpz+$CwJ?)l z8-%BfhS3*RoGa7S>B`QncmYO7Px%oX0$+neKhmvj(F@};XfUz1seTdwx3{&vd~Euf zL!ZuU1fX%|r-#-|Klbwb!ekJ~ZivfIgmspV%0&EtVDoKo_;kb*nZ4^rME$_c6XTQE z6o*!39Qx~_w?{LPNQC(bJ_bf$wcKbETrOrWiP4hnML3Jz`UyIG zF*4YZ85}t>$X*JLq!)z4)QvT3AVxo+gmC0R{KO6FvB%Ju6nA8zJlF~Q_U+SmJvOqN z&Pp1dl|XF6UX%u~wvNfl;(b#bLjw;-yKQn5kHOgtzyXxBhi1afC0oy@XN;D*-N9*% zzFY~LTfcbG?%MqT6!|QJ-h&Nw3x@S7^VGW0FgguOqM8f)ndOUTjLk2 zbCr^0qf}xsr_gg>H^b+NfRo-j|5fzl7qH{i`SV`|9IyiJRagtpz%S3OSaA+mKnbvr z(3xAUe?}Cih=M^;N^zdZBR~A<=>CS}0x6rN-@1JHR(%#LEl4)>AN}cJxkq%Ah*KBz zcoPoIS#b`2+2e(<;8tpAsMl8``u%dOjR&9@BQb{|s~;VKwRgufI8l3|ZZGlxqLYge z8qwtDqy?pEJtzv0RRy*!#Cn28ZdEmx%a&(}nA}pvad%+P9b?b#+%)};KN zWt{D==4vbWHbbt-ISUqL?P+e_Gc)qhtT9`6y}GAk*W#_c&(gp2%a2~pE&)uRT=2Mf z!J13=-7#&`&U54LT$loKNBzdiRW+twH1S&al_9@R(YJc=Xfw{H{k8I~i+8o}d1cSm z#<@GsQayeA4ko_fdieOoC;_~Z7B;&{bddRf)qM$k8^zi8&g`Z8T4`n7vQEo~WJ|K- z+luWti5(}7bH|C}-1iANNr)lj;D!WJAmnO*aJD7Ta1|P$C6pFOxf@!V1m3ok5-60m zkZAMG%*u}Kgwnq6_x^t0msmSHv$M0av(L;t&&=~Y|1|MyL12rBHcM1iGJ#$lG`OL+ z4kDJbKYvRv&p{OL$8LGtwM8MX%SvJvN5bPOFP@mJ2)hzWgIcjz#qjGtyz2ck(z#C` znmhNQPXR+haO+^ExV^VT6F41juX0;VW~ZL)<2CuK1Ac?n7Vs2SJIwVOu7kI$jy?t& zQE~l?m7W;HN~87&pQqW$L_VxTTuV2$k?md0K`ju%2w|vid4NC@T@4})JFs>S>2pX( zqy^b0rw8!Z2criQ1SXHLAN%qlfO=S^1Bh5Ps2u#DXX@0RPH;m_qfWY&*D*A&UJnj5 z+Vt9Zxywew7uoTCMrAVdyx=jandqC=DXm^`KhGm(N?KCXnU@#f)G>cu0rs`Ff!^t% zm1;A$Qu-yWplLPpi_RgL&d$t`tUvA-t>B1;hqOX_y|hcpbuJ@(3Z>UwNVoN-AIasf7?=*A8z}FaxKP@# z61PV39-vIg`@r2@c!eWKTl}GF(mqY565$tQ=$q#4edL7X#g07oGs+KYdq*qUh;4 zJzV-crO4*=Eap)^BK&;L@||$IDeQqOMyzXc;EH(m(Gk;cJ}#@o;ueh)&3rW9g~CA@ z>JOu23Mo@M<;JE-d@6^Dht7z{{2+16M{}|^J6;7(_kJsKF7t?WM9m=W>${N1C09ey z%HlzpQB>QEb;0u1fXY`ItTWo+WxZ$Bxhv8H<4Awq@I)!CrKj#GFggMzi^UXh7z_4H zW8(%ldUOjZ25j`8#Q&pmhn_4$WM{y46tKHIPvqis0&H+jT zeK`W(QuY9wV}WWyJnU4w-%YfmLf$?-Da4!-Yzh)1JrRj^xqiwK^?$ja(s+*qaq+!& zcNlMn4u!F*8{@?tMEdP(D7fayYv$uFgbAKNn*_oIzCgmdYayoLeW&yxm&YGST03`V zUpSq8R^!v$uhDQBbokgltl_H8*R?))G)L|`a^w#_#Be+~BKMQ@jAS%iI(|mwLb9y6 zFVavK@<(EmW>ur!lf3~Ki%RurI1U}PAKQlAxuElPP5(7~Gc}2zE@21{+0S@xj|Xq@ z=U9O-X5}$U0Ez9stcC9P;k^ztKjI#hb9z!oe2M22#uFENN26zI5krW$LbJLm+1%u` zI*s5DqqG)n=Qc=}eUVq(b$iQ!oi@OTy4I3Hi_0zYc|$$^O541N9XlplIDw_rtCy6H z1~jXDa)5DO*3lS$Ij*JwoRyjMa7dRgRqC!_6>U&FJ>+A~cUnNsAZmXcs4o8m`6!lu$p=Ob>CXLBvCyV9!%F#HUikUmcQYAO>bZ4TP<9 zOfvdvSiVA9k@oxgVA9Q)fN;~$X+&&=vPu_0(M))aX2{E~f!qN8iP5^O;qZdR#=y`R z~Cl}lmm+I+Zs+rIF`ROlX%AB}qRy(R7CMIy_qR4VY{ zH$$&@c4;yNR*z)qIR__*9$`K6dY;Rpw^m92xVCugs2BjOM%4z&+d8v{crBm}%4rHA zaJ{GV(L1^hZ7=Ux(C7r#aC~?uzo35F>h3}%q`_CG7oUFNMnNgvF;n_}fUd05@;^m1 z1kn7qi9JizQXPnop)hJHUPi!DFe*7mNZ4l!_E1s++*?&ah99J1sfm70fP$|cy{G1LP{S9D%Rd0UUud_KUPoH1| zX8;ZI)Lu`E<0i-fuZg}_&*)1v>4h+|qdfD0uP_n(#HRD*x8(tq^o_+5^tYP-x?OMa z1xFd5pQCW+0S&B(ge&OjrrQcCAB@&Wv%E!2g}0(0m}0#(k#G`Z*i6Jv<3tiByJigOz~oF zBt@Ss7`B4ZkeP6ArG;TsypA)$CxK?E@p6qxwPEUPpaQS&G@Come-9<81=WU()Wlas z=zpG3YO5=0sUlpI2R5j6*D?!F7W<%={}G)m1I9-mmp*PB-X$${nkTGx7B~-IX$Boi z{&86Oqp9w&(rhqmM1_?;yYeNipvoBjOOQVOlV_yorr&2?(wdbhVGW(+^Q^3tl7`br z=H=-T&Vr(BBcm$jeh&7Om(#@>=_%FR&Sk&^EXy+wOkMaatS)e_pI~-6%~u{aGJLNd z+4mTUU4Xd!7{SZMqp7T3N(KQd$LG{>y;yQerNyur>VYqeVV=Tb*b)l6kzj=v-LP7b zJpAH;R0dXJ>^pD!!=HBS-2TPR?g?JLq3zIzr$EO^Z$o9|SNrzqT=`=+4KLBt>GX&# zla^%1ww)L*z`_?7`F-~2vg$5JOP+TH_`$pT4jkC`?#_Sg@YH3Tf4~31Pd|Nda+@|V zv-PO-+HAmjZ@mAFA9fD)?f*V}=XCXX>8aMWn}R~ut+rHkaGbr^Z5Us*;I<{TZHs#S zW0ASTPDQ9Fnoq|O4<1B)jLW$Tz&IHMCE1&z3E&kkR)drg&lX{kO%ja*0& zN)IPvdExaS?3oG@g&!Oc-6}G54&3fNFE-9~@!?oFXx0>{83k($Y#o1Wq>*J*ngW%@ zkFM~Ut>U#%p*Ls}I)A2kSfprpQO2)JXbn0AycU4Lt6|rOtbS5P;Pj%#B?>kJoGy&^ zkD7R|f3z?i>hsJNmqyfc!gVfIjEZcbpmh7)=ucrTU`23t@H!Zv^r#(HpmxBmkdkr0 zWJM-|J4hUGS#$7UP}Xb8*)z$_BsZH(>R5vU%8n)y@f>(L-M;nhN{3RXGc}l8sruG> zO>pyQXVUpTuP|H9+qP}nwkDp~wrx8T+sP9@v8|nV zYv1>++O68%`{DGdb8mm?TXpa0?thK(sW3*xydMYL%wnEf8l88wnXm4nLs1$VF1F5C=m< z^0OsOTsTCI{6`A{st_D%kTm&^5=GJIW^Y9UkVbiu{i@sYG83~Ws2;<>qZe*P#G8E- znL~<9SX5X;dKeQTtz6N(br))Mh6VdCMgMcO#W zmlgCpAM%=GCZR~HrO(EF7dpp1UIy|O*d`jiF?{_kL z1iLIm-L>4YyV1XBb&_g~0#eCdAnMD8i*VTrp|`PkKI|1gfG%-7F4~ly&yMp6J@*j^ zgf%n|udr@K609@35ia==-(d&*d}L_dE}ZIJ4*uIfC2j>*fw}99)|254Hj4T&b3Rv# z0$21kaI*T-bA#ZnQ`R-QX|8A3&U@YXWKfAy0>@^B*~B#zv2wIgjsurBM#+4jTPdC_ z2>zH!lg84RpfJejhbqpwUihLt$mrnM#k!Zwb9I)v9bL!X8q?eJcfyu>K&S8F+K3wz z&9wRHP<(CyMfQ7L{*N7ws%>_QU${8E9;Y1_51SC~FOwW|5AY0mFUQdvx0B*=RFe@5 z8`tuwWr;T)>lFQ%7KD;nSlchSy0N`u<@yHKTzdR0DGDiyDVD6d(lsUa1z(;68z8@> z3bLPtSQquUnQ!nMxj5FXSXI-#d;V&v^wf&W8PO&0s}Oh?TMy`5Ow!K#9=gNsf>B1mqqc`#*k+b^Ux~g)Sd(nm z$5~c5?)IWe*|rJdwI;g^4V#6z`I*J)kXp@d*1Ee)XS0j_>tP_1(oAz4)XHck^{Fg{ zie54eQLKMM6jii_f()4k++#RJ8v)%kOA4IUmLeUDx@D=_6YtP)UE4eUGU}LmBMu!& zT7r>6(6m8f?%+oSHAYpGAB%lSSNV9)f}ZZhSDM95%IDZIpR4m_F|>g1^ZSC13-!Ta z-q;F6=$JOw-XwGt$9C(v$8^b!qwfRI)A+&i)b!aeI;-lLE~8HoK%MCBvKUR1CY8r( z`m{Fiw=l*xz{E<02Z?w4-{XIyUQC*D)}wPoQ$Go1EL*$TMoB6D5=ANd~KUtR;v!IxSJN+jziV| zmS!+_d%q7SKA*o(Wc3?OsotPuLo|Q3lkd7rk56#)xw<@NuWR=0$Fj*tjV_0DfbnvG zyBwIM=Pwyqi-q7hJm3~_Q3PQPi0d=`%7TrQ<*K}ZdX7op#|xOXc|VtU!aK#*`rgWE zGC$RqZIx3tuxO3II@?ky=`?k#cmQ)xwDVH2P*AW~bkDdjC6o@PHM(I8eC5 z8I&o#Ev{7R3FC&q{x{q#q1_uPteoE)z%kk|3)1)+%QR81$CeQ#vJyHUzr9c(yH*S; zXHLZdSwyZ2FY-5u!p3V)G=fi)m>%RoZb#D%+YQ&%(PgdS4gXT#p({qULZMb`r%^z-PN@ZHb(2E7iv4!K0)6>CNc(zsDhH6!AvTZT6rmJPP_DWbA z<{-5uZf0^$XDPj8qJcJ-r1G=wU7Mmj%QoY9+Cm zchaL}2pl7Ue5Miam&AHWELLunG}Nr4fjwI+!$>&!F36<1!w`^^vBS#M7O*wtpkhb~ zEvWUsQ{$fY?5Z6jlTxrWIZ*40yeg~qvSdZlw3RHZ?DYe#mEFCqeAIk=soNfQ9;c^M zxx={MY5G0Nt;8gaG`^j$24K&1CQYUVIAFsI4tYsRF@FEPdGmIC~zQRn?X4RF=L} zl@4f-N7CE;^LI?Jm*dDB6YfEailXZa(=H}RB7Oo(tBBQu5Q|j`4MiDnWA=4TtMFR} zMt*{0eRU)3hU&l-s(TSv=c|cD)S3>473l@#AB`e`g_X_5Y#im(eBKSc#gnwTp&~ zlF!RU3z|d$#`ZKws~>EdQ0&?#A_%mdDaM355}(EG)PU;IQD=d;9m%u2vb%`y+?bO5_m`8 zIV$y4{W($SWX(qM%LY!3X6gqGKBN#%7!zxm^O`try(?0&7mbvBgjZq2pOqoTcsVT- z&7z#6kAgeLNQ7mu3sVjL(hw&a8f|c6pk0G8A+D9}WR#wrp%BJ4oVNaL50q?waq3Ru zjIZV!x-p53+rR10fh#AXu=$cFzYbzK`KgI{?H3}W4@@;m@x+7P@!|~z!W~E_Aq(sf z+EkvGKl!ZWHH+dca#Faj9VQk6x}J_9hib5d7S58hx&31bZCBjU==_BZ-a9(jqxo?e zp63aJgUoMKgC5w{Uik1&YM(d!xravA`p>3$!Mft4X}qm>=9kA`7KHEje0f9Y41r|` zxjx4SSs1bwYiue4z*ovXTXY$Lp+*zL`iDGXa0ABvah3sSy!4qSvL zi4oE93d9LC*i5>_a_+(tc$zzf@x10>&N0em3BhB#c6tT=^LWnn*6%L>WKwNc)t+rQ zkvX0nkc1p}+fPDKlgnqO9))~2p-lM*`z|BV$i-YEE}aSNO5b-3KN@q}DT4K_e8v@J zcLrrGHc51`i^5~-k|M!FRatDw)EcxQZ_+9#A36He4}Vxf4U7Y~&V>G!-fxDO-rHqT z49hO&!@6W1nW-*_a65r-gHijG7F%WJ&PnDs4N6qIG_BK1dj2Ij$ls2GK=nD86DlE} z)ch#Ma*jpZxhi_$I$FNdDtsm{(_*Kc?$L#rFgvNyqE_m8fvOEKtffn6<|f~ZUFvqm z)b^(V^&w#d3JKzS(pSqET;bRPbt9iW%8Mcp$(^51!Dc4_W$#ZX+`eD*3W!IIiy+2l zD?Td@N0H288#Eot5>7@&Mh!*DRkrcz+R6#ivDOeX$ z)r)yslFRGsKoOETT0CzL#$Jp0YU$Am4w@A6o}`NGmU0W;>aj3~KVNevfj`oz9VcEu zmN1ni_8b=S$d9fU$xOiXxBPV?NrQfa>+JujpvU(BTkFc>9Ve7{^%xEVZFYmkgiY&j zF)B|@7A?`Hw_iK|4j~sqdvFsUeY?8O0~PTv$~ZcgHMsBHX89__fSgS@o_2p`JIv@^ z`K)BP)XgRa|6S1?fC@WRh3PH4+TVd?V~LjU6~amUI6>4ADv_EatsJgD8`DD_XAqUO z%F6$^p%QDu9t|r5+m6z#o3+RuUS|I$>;3Wj7Z@63K<~Sn$mCiBUATtF_1hleo)I?u z2b!c*o0P!UInl@<>?5-xXl44EbtHN8Yj7r+J6whffhCiU9Q1rvT!eE6qqxD&WC{NmYTtXg0En8yr=}tO&trS7RpmF} zm4iOSkheF&p*0^;{Kzkz%|K8Q{Z5Ub0pn818f8dO2Z(;g6L=R>%s*bN?Ecy!x04*X zJ~yLj(YU3t@v#Ih+f8G6|K>o6oThpgg;KcB7u{-|Z!0-I?DD~R=h7DTUM}}~*L?x2 z#~f`_w99r|T!csB9MikdVOx{FE@#Ibd7vzPR;Uc0M@=0Z&#zhLW&yD5f8!s$-yg}D z`15IuLN;VTcpeL^5P&cy)Em1tby%qDy_X$!o4H_6GX?W0sU5{Gp(~6Tgd-2JlHS6z zq0oHM78NAiE$jba(d6!?1zqlIe{F6@c)m?u52=}_ihpo4lLROP&QO;Sy^|q?rb-fC3u?Hum6}s)Tmt{n3h{6Sd{7)xQHHS!S%gy8ZU&)D*t)a|wNOZ$`f=!i|Ni>o z!3?37a%L9klEJSXt3OyDo8)`&^$AeAA6X_>bdmEw?6{i}Yo5Di2$~{3=t~y}yxZp4 zxoj2h!xhm=u&n(4v;?VJRf(n+^c1LimCvDbfEe!M*<4ZLuIQS(aD_^ClPjaT0y2u{p+(<*hh?%h%(_ zK#dOnhyax5Z8}}xp2j=G*;58Nz;x)LbTgGUW>?McY-p>E25LQQBjC%U> zM%^=QTm=pXCbK=zY1vHA*;G3|)tJCu9-V8Dr{89Jn`!D*yp+F`t|$BthDSB>Rs2s+ zZPgOX!V$mKC-+a(zw>0(LJ;D=ruj%HIB|Rsy+T_+hf_6Qjdn-4M(g+BX!QLU&dYob zTY(fG%8A@n(HO;B4(^NR6WB5S^L;1hZ~gO@f7(dGGtW<2Ykj(DLA1sfQ%L&WP`<%{ z0Yc0O)&&#mvRFbG95)zsGQIadoZmYjTYgj_KWb;&l2R{7DSjeQr!0QTl*B?8;c7BP z720x2N={`-XZ_B*VPy(!#u6j8@Cpe)il?1c<5QdFlVbxmm!4whdzVV6-<=bm@JUPv z*na4&(xb8K}*;B3G0 z%6Yo^-@om)2Obx`rMD+hQ@DkCi#iSk>NwusJ*@e>N22Dx zonqnruw*?;pna+wO2w5>%jvD@TavZq^rY-c>HB6k+N8O+$ApOAu5)oZd-O*-2pwt^oc0$s$ehCgF^23VTTP8AltR8*&y@ zX{3Sf@nyAAuLnCzB98C!h)-v0ObGJrxV|e`eXmX}?F@SmP`Pkq)tk}a4{#7otu~VQ+i4YY*KcJ@` zf=7@mnTkFSK1|$ss=)5_=PlK_x8`Huw8yDd!aYt?fK&#)0<(F|iDfE1n>?v01h44d z2Wq#&*Oc4T9$$*Q3xl2jJBJW?`AoP)+xs`TvEV5j`ClET-h+hXJDtW*g>m$_rKTtyg+W9LQRHvN%fB< zwg}ZRZ_z`aN8%2ugfmIWXlrk?}X-m{v@I0SmU z?iT@oLMxczO-(N~wV}#1bz81VH8upLTQ6Ex%2I~l2R1@ozexcHh$M1aACKc?DwbV6 z?puFBKYF`#L7U_f@;ZH~c+gu4LMXE5s+W=Y52u5qh4Uh-5;6tsMM^f=?L6NdpqBO*+v+=?4;;Qq< zO5d?>(xm&yk4(g$neRl&W~{Q=V!I+cu?a`!Z~|M~2Ku1RTp*it${|M_{{1}^6aP|l zqsXiKYe5wp))f_G!x%wU?|-rYF0@+M<qQ{w`ezR;XuXcRGlEj- zJrJhYv9mija`6^MNF&d{{o`tFl^$KT>>nNyfjEyKRK%14g@VrweM}>od3JkU`wdw154l}2Th+A32y-zT&N$i4k5(th4d*~>pKcBZ#rz!x)e$@xayog3zro17Sh z4_m2sCTc}db1WZ}+>C^~bgj^j@#$yP3Z~^!XR%ObVf`HpgoE0R&nHeFd-44E0C)B< zjVM_AP8$n)6f>P&1`?WA(BeGpbf2V74}Y!Uf?|PUQ4lD?oU0NcUpT*pv2jcr5rgVW7ji>ZjPw{= z09}|c@xBHM&xf|1h__r<;lbOq+6kp6z!Rh zak@|q(|V<7k>YuHHcGvBDwHp&CV!jj&QYy!+`+-0x3f`5kH5Jm@?lXu)|*E87xMO% z>FoZr@B^JP8~GuGhZte780f!AgQHB6E|7KC&ecmY$HJ=?OPON5Sa@+OxDNJpI!mhe8s!VE8o>vVW zDLkZzK&(EdtJ0jn5oAfUS{utL;JK0sQ9pnt@r9g)paR(*m;RNw3oHo>scyh;qdi&Ueddl z6GS9FX$2Zt9Q#Ft!&^9nF`~z6N&}1Y7ll7eF@OLJAM;m#1#b5V5wHn!P~I~ zp&O_>{Rt=6$rYknGe4aEnVE3~wisT{wlYUs4@%kAf}h6UL2F>AF>eSn7yL2`k>lP~ z%H?`FodpY9Am%XZ!pTal5IgAe9$SakZJWAS=1>70+bL@;zRTdLKh!h!728;-pHM)K z60cIB$O#o2j?VvrHYY?L*fGV;J-r?TNu-{{A;NM?EXr;Qf(tPM`~g)%tT~3{>%}b= z)?h%!QB*V!WnrT?M6PO=WwHSLR98s(rD%XQ#bUEeT~G4*VNlFa?7$!3O91;&iIkN7 z4S@yKIgtF1iZ#i!8Q}au@sDxy#CzfiWoQ1VQ6D%sT)gYUK2RL1}Qe!8lCUuDg@ z(Dkhz*?kX6*3Sk=%0&W8qjfiitY7# zS|aE%cYJtU`_jp(igde#%Q0SLQgHV6Kgo4@x4)PiBZc>|)gs{YO~G9@{A!&?KkZR!982U0^cF{&Z~jzY+)mifl<-j` z3We66@JaEvr^H1E^Q}NE;&IrVrn;#A(Hev$iT;;B456MqC0l;q(JnHxKqV!o2im)A z2@3>zB-7iKj^xjBf{+1#SYN=i?KcPZ2Ns6FMfH!ee44xf3CeS%(YX(HNWUx{#yYCa zz0rDBbeKho@BIyFSo(sxqv}@??{kUsl5f^7tzPz_U z?(cqu9~GEdb`U4#LBWre^vx_IMB6MX=p1m@ti1h`5b0?Fe^C8^dxa@-eZlGi!!%Wh z>TnMHLOBBY%y-6fA3afIUZ4SAWIm!+-54175ZeevSF_&xQWQo9AMubGn@NY^3m#m$ zM_7UIEgLIF;teZh$-lEdt;wfG-snS0F_*K%JaU=W48o|g5E37Fl zexM%cm+P?W*e@%rt&(-egFq1_9CjEq)o>TL6j#~txmn$UL`Zl#-5UR z*Z~btbX}lpktV87Kn2416yyrcm7^=zmeiI+mQerEZL5}imL!(2AL7;^%Me1%B#m%% z_Vc}PqOqDUu3@tHTtq{Ol!MihHOQ1rnFetv?)h@vlw&9v43&Ix8ndQrASFZYsLvQa=k&x5{9vkjk<6^pWHP87tNU<<#jYv znbf(9aSU~ix?wq%gfg$xG5)z_n3hZzD7^msX3Hfi57UBWBt(qgCYjsFr~$B(UaklT zGvK;~>r*jyCsP=hU>vuZo*4}lZ2tB?E#}T`S?wGLf8*?6&X>;<+dwZBNo|=5OQa&R zqKgRQM7WHziA-WDXc_lfJJdiHfY^0~_ymDBepGuYnQZ$AU;_cmAMqMRnoqn|IN za~5cmttM`bMh{(>n++McGkmb4wQi_r&0YN68-%W1mvG?TRPjH;nShV&IOWU&^E6^i zN9yQlA(pw=hwCN^d^ovaLCC^_V3`F4scH>)@R}j$Krd1guI5t9g8NbUw!nfWY|Giz zU^SSQxYY<*gGv!08%d{c{u0CEmC zqok%mO-#iVmW;4C=~~2oe2uyG*T##|jMb)Jk@DM7S%|93wgz14Twi~sZ8ioGGkWbp z3yORQbnWRE3);vfRE5%n84FjZFsWX_(j~acSh&Lb9Um+ zT(o7eA1e2gH68;%RAKj8K|nw}vrP<54Gj&Ac=`5x#Y}norZph#-64_MjeS>sihqB9 z=LIGGfge6HG&BY|0|7Dp1-ts6eN0|v`}_MRZU}#JVq*uAj0alLfcU^b%>26_t1e@M zCWKV$^}rjGMH`OJ2Cgn8n@k&34ir1CC+LYJfQuyA7b6L#aIyZt{z4om>XYuSQDaf# z+igy&mf^4L>g?QEPMTV@*f)4fqu{ah)-Rb*R5{YA;H^=x4L}?7bWTJM#gafp<|CtL8URQHJHfb(q8bfIkzRjPi8E zbMR8VCO%i53l-dWqL7W)!85X@iGZepxh#AXr{ft}G->vWSuNRN5^Sw(N`&AoGqn9r zW?ij-z1>BhXKWad5}>P%oBA zee$ustjIrTy}3#J#9{C~Y)5W=Y{|Lsq2}=SZQL~v=p;qh+u$8)mV&;8?DObZjaP?d zlSB6~;@#)mi!BFgbrwVU_U8reVvKW{6N?`>pSwu^2S(U{NFC~>B%(N9H}Y74d)g)3 zZJyx0)xE9r9{sy>F>AL-$z3zT{X(7kOKIbUt*QE8b(Ac`mrjq_)4BW?`0gpA#!?^R zkwYi?Y|@*RgA1-ktcN#ujrZ5qnNnSaRw&rL)@L3|>%ge;r`OcE3{eEXz}`L0uWR9$ zs+ecrFX_+T8gJ`TsFpW^kRx`87d^oqHBq`g#R&IletSSyj9WiXNXv@G^Ckpvi9n&I z4$vcKCa%>x*Oa_^sk>$?m=jV1}dKxp*&ViPG*)QjrQ0uzjuF1Jv zXGJC_;B;)tT=x;mtF7=;xK9G%(raUopur&}_j*-Cr>VT}>l7Yvy|L{Je$yw0GAkws z({puNd#LNzjcUrfjpn^`&F~20d+V89lIo*6Yk@bmJ9{8c-w}?4V>K=O$21DbnD_uG zx`U<3DoZZ>w^kZ?h1vH@zsRmWeMk51_3XW$ z{6b#f#CIbAjt z6P>vW21pQAs1%~f%33&g=J&z!b^+caq?CVV3j*9fQAU+`x8@}IG0l)>+R6Fti~k1A0lx}g3RIM5(;_7glACnP7_}~@6adqq0^mZA6_}&IxmpA;=6qmVEhr4nnmS-`F-5tm1q#+j|T$?PMrAf4f?AwxMiXNosq8}vUMXb zO`+a0>pD>$lj&N#?|pz-XI2J@AsF-4AGtIctJG(tjw|X1J|rzDx6bg_HqON@584r< zZc|Lq_EOpBkDkrB*Ct?F95?v3fxF_~cBU9v>67Lk8?xJUOB=z2I$RMtdpWW@?E7s4 zRz7b!7l9HmnI44>nA{#J4u~vU5rpqI)&d{OrzugpP&YRq+=%-DI2Ppa{1HI6NbZOV z7w~^1K$(ciykWeO6D3!?kO0V*xT0^)d!C>bR9=OJ1JZMfd0!X>`KADzz8Szf_T3C~ znXIct;U1pN3BZlOVRmTmN3U+a1V(og!1vEuG_X4~b@D>*III1~NmaGMP};d=`%K4p z_yPRB1M`8-@OGgG!g<>(#&uv95$5idQ|kA=?2g4XXfLnm;xA{ydwjlu2#OnDX@CBm z6P0spi+!#h{kf(v3&y2fMW^`Xc_EpyySuzem+avva!P373*kzO% zl_qADVt-W;Q=It8RE7v|s-@)V&Q^_Q!@4(ySBYEcx6a~{oy=xa2p%K;wjYhRLrr=r z77@>iBZKV3){V2?f=e;$Lo@GGbC8v0RKa-^SP_sOL=)`tW?($rhr}C{%F=MY@l1lx zHMwQV;v%(cmeSo`3ck-X3-R*wmleSZnow{;6?L)nx(bQ>1kkf=1LpV?$&=d&9N#JN zkT#PDdb&ZFdgd2!uipR;g!@BtTbKl&Yq0T2rwVmnRLo$2S7@2RsvD@tE+Kwr2f|e81 zE+oC^^0xGLvMDEMoV3PPxY<;up%>MRqbW0p9*sgXbiaTc%6nWs6u>0DDT?#%zDM^< zh)WBOgN6$R%B>l^?#f*+M$b90FYcN2Lvr5_mcU-jgn7qtHvRI#VQd#aI|3gl6Qly; z=ds|hid)~BrR{SQz<~EW=pexLp5a05jgbFJ^ock~2EP;0Z}f&|#DG67vF97}hW)@h zW2^9wR74!uvp97M*E8dsI;kB;w{2;6uscO&$Bo==Vl=lyuYwL=8lCv-==e5ZFR zy!huiUgZs5Qt=-RU1QtKdIbboKn$bhhxrV3AJTRgj%B^?yMef*`D&QH_A62X}V0M)&MAU{=7&Be%INeD`-&=u28+3{x3agKlm6|5oa`0x?IBu!8}8&wv||)m$zgk@UH3RJ<@01ORv*&UQkbKZ zZfy{tOt4F&Jx3=#pY~UA&gvR}OT30%#Xtzm^tUHcX(ijzM!xP7WCy{w+cyKNn2&qT zcNFx8dVwhWAp8I`>&bKdul$mGigY4>2IPmV;MC7hI5-4DelQSxN>I6fxnfGvt~II< z+GyW)v7Ak@;kwz^R<2@y`;CGj<-SRPrt(_rwGn1Hl`JVH!fg zZp`inHE_ZK2MQC^24OkLV-AbskJp)Xi26(3u#nfWG2BUnzb~fiV$i#^n2v}7beKx+ z1lsxor7CUR((g;o&WoEq=slB!NlQ#ikGxR3$aC@ytiRrm4@;Gf`0*F6 z2Rn6_6BSmEXX&E2NVFqL?KGOhnypc<6EAf|rP`0X;wmy!tPo7orDiHVlDfB8)wZs14g`Y`>YFE8D+t!j+#PKjUg{YS{_IVdIx7*Li&5~fuqR0}m zzAGQmTp66he@C8Tn*nY3D&PF|^*Q6OM^3**Z@4PFG*A}3z6qH=LB+^39&TZ0qt}o< zv;8z6To1+@-PAISDX=w5+oqD&QnP6l3^Ou%8n;{7Qt4ue7$>LxUGW)DOnrV+Q}yu~ zmBml8#~&{K@(ZNfz1w~c8dOxWpM3%^IG728XeIX2dU>7nZYF1`OEnd^%55d~kl?|r zrbMt@<3mVj`9Fske-zcjr4GSpLgNmM)xpM!UhllAr@tXx~~U`uE&^(fCUJ*|D+F>0Vub_ z(MQk#q}yR?!)*ZC?Fh9IxB&5XX!~#-fOaQlMw zLhlAU40!;$ZunmKKS2C{3Ir1lDFDiDSYEh3e)vQ81se=G0NQRKKM?#80|EsG^8m9q zm@hOR@LveufdPYkfZZFy7lu+Kq(6+Y*i*&`_Z9e#KVdb8jqnDPbi*f|AZmwW9Zj~t zIYy=(UABI-4c9o@Y(egZZtlCc^IZkaTm^US+qd&v1^Mjjw{u*DyzgVhnLtl! z3W3R0?}N+l`?m`a1VZf#c`_0NS2@CzIYC<7D)Pc1j{Ulkb9hyV;bA#OM^}k_s)b)6cL5H!@E`bJ1pi*tu)tp4EyIh(2ksaCchL86z+T_2z>9%2G7^eXCUbHL-jP)# zjB2qFPJxp4zZG|gn&MbXlZ{aJl4(nqjo{Ye8cUmv@Ey_31@~sYOF^Cm`DT_&;jRVy zW}ZtSp9TG9j!TjE1*}+=-+xt!Lu4x#z~vVFn+5O%p%#Q(8S#ayETc-T!p%<=xnmH@ zegP%9qvA?UfSTNKab>7LQSRUJr7A#G?pXOU7N9J5^h~J>P`7g4%Ty@`XNgpd&RQkH z_Marcxm?1}d7_BzP(_efj8)>kSunaeb*2m!DBKxIUn&Ds?u?-?qX9~HM%9+u0JS^g zYRhne;+?4oAQcgO!-c<^e;jOAp@-*WH(wHowq-r4&E}|dwA5}^t$+IJb}32PSEayTxbHfb z@3pcNI6&mMj$Kyp&X!uIqLzwul`Ztzutj8D`R?w8!<|6o*d9uyG`zcc6acwajBAYE z;U$>L%BmSps#5EM<@Hlh6oBoq_MJzXmp>dzPu;e9VPITpQ6E)fS5=neh_Mzf|DBY) z#kE&CI#btGv20oVz$`wm-JF)0Z~Cwwy}$HNx6|Z1(m74tM11X7oZ2WjT8lL<#~9R> zSih9ljNH6;XSqOo(dsgAQKi9?&xBt_Ofit%fO6p*q$JkM887nJ=fm-`sDDg`61e8k{}G z`>9v^#``})6gz_nC!#`fF-pL7zinD_@~BO&Hr&-;HY6hwgPf=E>z}Dv{lVdNssh0F zy~uE~+JE(Y7O0nMzVfYJdwB@!iqcsR)DDx}4^K}Te(nE4A-r||;ZsxDLNbQEa+zmm924D!y}qE`j0(cw%8g>VjGXG;^1eHX19qvnK|DWGdK8c;mYF~m^km2)N0G# z+acU}PYg(|{q}wgT&0F;lYKVrSRjl7lNxi@9^vdHWg?@vcaFqzy6{h%&cHL9i4I0^ zunBdDzvHr9I&{JlzVJ_-=$SEYuwxP7yA?vg4<$dSM|^QS>cupPrVuR(napy9y@iF& z*m3l)U$td+VLy|BqiP&^Sr`Z9m_Yn-#`>yUkNa}-cG~HjZ7dSkG6IELDI8(8bQPDi z->SP6)om(@U@EphzTquVyJbk4Yq$<6@~4ehvUCsYYDLX`=Y(f>B2;}2z7bE!i$%n3 zSG^`2y*!wcqk|%&^;%qCdxm+4;CJSFXCtSu;x8C2>3D^aJLB&)eeU{WRiT+Ob&DeR zb*I`{|G{yg)xF5QO+9pX&p~$!%Ki4k`{t-sMGw{RX&VmCDT&xCq{;E~y>p(jCZx9f;keo|<~ zil$7BWv7x}^->yY{Ab&MC zA-*>H_b7*h`X`Tzw!zGC_{SwFmVX8BH?Qx_6Fpe6KXXQc5g>dSC)2|FIpOG_Llzjy zAr$P53h7~iWY=cF1Pr8$`&G+jxo3wPc;~!T87GXG?<5SnD0jz}TahBLT^$)GEXNmS zTvo5fSW%e6bzGAxBRu$loav+!B)xs7kP;2VL6V&p()C6fr8XsJrcP4kRFKHKlD)mH zW36##Qqcxkl!!j_8!gW6t=5$C`OF1)2f#OTy04qFwZB$z2qO;t&twuT~;5c*ENEE=ZfA)zq*8CZ8#0$}| zor^Y6snM;KG=gJrW{*Ad{?(bJZ6$y=Y{*8|KT-!_@pPpp&x8KY|ZxgYgGfzq(Ts9l~Usv*3=Q|~qX4|Ok4XkqnWEbrn~>>AO|v9ZsgUe*QZ5OCj3PM> z-8;ci^6--vmFzz01Gd}o;Wf#`_5Gks8WA$8zsiy7sNra(XlhjC#pzRGe(!U)Y9_ub zE1dDNFqVz9dZ2PJmdb)jKQhtg4oy4Nv7?dQtWt_8Wt61MvvAVlsKnHwpsB!F`N_k0 z@iFJx14n6;v6O!r>mnTlW3Ad`5iGU7pG)U0YM`u37CmX*QjNW-B- z!1H4e7ZZ^~5SNzA!WcIu+NT&}ucK{65&jgGHL9m-$4VtL|5vc?zk|>Q;#x>%Ldg)s1dM-!%YPPQiF<5k9X{l5jPOl+jaRu*E8bLP8QGBqUD665Mi zu%~&7yewF+|5wyQ{C>uAM{Am=%FBZ7y81Y0xw|RTL;ZdxN`;*5w3<9;xwt9QRXu6O SdSQM28?+M|D(2r_;{O0|uQ74} literal 0 HcmV?d00001 diff --git a/assets/css/iconfont.960c72b2.eot b/assets/css/iconfont.960c72b2.eot new file mode 100644 index 0000000000000000000000000000000000000000..63c3474526541909b8c7f080484239aaad77102f GIT binary patch literal 2216 zcmd^A&u<$=6n^91@w&BXaZ(jRSBisCX}xYjuvH~MBS=(~l&CFHFQMIT)^?)xu4S*I zq~cIfg|-5rsFzBK$f4rE0Ra-CDkE6vH{A_0$JpdOBE@7Ozfw# zWK)&e=AF9z+3R7|N+`HrYM}t>DmcgEX=bSM# z`s-;E`p3{`t-9G5+j{srM+5F|)mf=LH+^fGDEu?@uWPnB-}`|!hsi(DU#)=skY-tjC`_~I|DzXv^2Hbv6*D&u&-{B2fS3Z!8B$S9t1~Fc{bmq~;^yovxDsBIms$687V5A513)F9Dfz&Ue>#v2YfuCcg;fQAAn_FoI%F z*zd#|MWNlK+mJ7)v5J#R+uso8cC?wwTl4frM|5H`x`Qeo97E7J>b*LWiy3~K$I#)i zcu#srbO9{ya10|N2Om*35#~Fw$H+xTu!PRB@?#GJML8nDQT^XrN+#ffN&_;|;mmPX zdBo3%JHM_DZh$-AL>`F#^Bx9vzywD@#)zy1TeO1Z5nIg-Uu%q$jAFi z`S@4Y7u%buxkUc$#Q2dL+NQlPkw2X{)%_I^eTvU%7{7fDD{*MhM>Cn1KJ{1uQd0y2b?`J2Ek z43t(l0^Fx?6uuo%I0pWx!by6Wh7{J|(HwRVksdG^YA75+(YUH`82l#+M}RjKj-rfw zsc;PZj|wMITz*qnqZh@|1&FFul}DBxU>B2E|9zRy-VY6 zt4S14R~Au|e2nv?(`8zLY|#>m?GRWWMOa5~qR7^PCR9nbQHUL29r@TV1?e#zjbkMMOkJOvFWkGM3}D?BkWT376)z{76-^4k|Zaa+~9y7EQ1O^9K_dt zy6?DmB~pMaY}8ML>r_`F3P(zSkm-059>^yDJC}ce>5vcQ-B1xg*ZVn2o4zz1sL4&C z1AczS0L!@vPr@7zJeT`7Cg=jW=TR1B`IvOp8lqVsVK0UTj;St^2NEqf)s6()1P2t+ z|IKcQ<$!_$!2tI~i{iGqGXohp4es6wi4XBdP7;YRj7 z1V<#`(hJ)1Z{Lt^9w;^<*qYn+1fcyd-;NhRL+Sv5LJKq)xg4cTNBso}L_;Nr!o>N> zhTz+k%X~|!L@sr#q8XNh#Q(c6xe`Eu0uJ9oJaT~o4+u1PKw!WF0t+4xIDohjJb-FY z2e^h?fpCWWhM``EQWeCBp~M+Xk1^j&h(TgqYi^6ftVM|n(i&}LsanY^B8Ek43q`Eu zb%s<@6xoC+&CSU?>1V|(zh$m)dQKM(;*M%5yBz=ciFwJw0_iQ?#XJf?(Vm|EbjQq- zo{y8C9%X(34%oWHY+tG3*Q;=mt=pJ2dUG1L1DG8vbue(`!yoGf3-p`T03Hs*;Y#IZrg`$uFn=qV64x zMekqg@31v*`(Ddx{!dN30C*qMHPCs9K%l^8aG0sM_;s=%_A_;3zRU`H{wWI;h$1Kp zjJ2Nk6U%=l85A$nTwMxl05s4Rf|axroM4C$4XfLqG+2>9;tE79Qz9tU4hUMU1E7Ik z5v*qS1gF*`ANcw`IO^q8gDv^^Iw3#Y=R*s%UVTE0eT7OOVojx>Bs1gH?jU9)z z8LX3%I;h~fqj%;$WQ;pZ!6T?ie@IHRvAUX$ZSiYdhcFFipy^LblTeV2Q3+3@e-(AF>axc+KgG6Ks2(riALL#%x!5#)>Mse SKJpDgOw_r+M2(v}0000s%Y`uj literal 0 HcmV?d00001 diff --git a/assets/css/iconfont.b2a06094.woff b/assets/css/iconfont.b2a06094.woff new file mode 100644 index 0000000000000000000000000000000000000000..5c0b2e3a596643441bcd143b36b2a7bf3b5fb24e GIT binary patch literal 1296 zcmXT-cXMN4WB>wI0S0am&A|ZSgV?CRJvh_}C<#=+U=73}3f-zz{=xc2Krt5}-xi3& zY|eTnCg&y=0L5B>{6rwV&34z<8|gWfX+ZW1AeIB-4br}od^1uLQy3VSLFVZJv6)yC zcWeew5GZB=Ya$jMIzsY?LzfjkBQ#uCOyxrr4( zdzpclK^}+|7)2Qj@)C1XfnpPYc4{&(Fp15czK^RQzqo{ffn^U+O)wDW{obY5SurO$ zAtfQnws=ELsC`g3^9 z8)6a-P98YGp~SGXh;uE_0TpxJPCUqaK!Jx@mZLI6b}946SO4PG7L*;5=q+*ErXuQ=j zdvW(>R>A8R`i>eNVC2{VZ_L;9%;$r-o`97K9v0pya z7=72{780-SjquT5$F)iOUq<^9RmZfW6N{J@&)NR-?V6A4VoRU-@ry0mDY@g-mAMQ# zo8C#Lg;*+hcrM73{rykzy!HLQ`91L;Jm=hvm)x&iZ=-WGd9TjV6}R-*e<$jmO6A?a zHX+AF6ch*G_-A@BFj~M=#$dOBsTE`nLzDCkLk7n;tb)LR2LTg?42Cv_MGU(bZb0oxNDoL% zNMvACQ+USY#Mbsd!H$`M=Q*Pr&>g80Z1WB|h_oC}@L&pR64BJ$9Ll9MbN(b|2Y<)u zhh}Uw+_d*vmE)q*oJB1%ipx8Snq)MRKW8N9+SeQB-+On8f$c|YdsXF*+^oG(I~H0M z&ilcq*cX-!p+&L`0>`<-Eqq)`<|77PfdOZ|-_fhfAvj3WIChu>tt~j*4 zVEVuQ0)Fj3oZmmb;=O!AWTWPtAobrmThc54t=qCTD0qdZfn78(pGsTp4Scdy;i--8rMhUfE?d+)#GrsJ^=QiuN*H ztzTQiW+)u^p|v$(RmLR6smIz*n)a;`<+I84x^B4kN7T6|OLm^gx~HP7{qOy*?Tdvk z@^8pp=5@y4k#PKz=4X6A?QI3)Rse$)6qZR13=+M3Hza3D%#@6jh?Kl3aZ}P#f@M+=FnYz-o^W{pNoj+Yy>YV(^I+cfq K;Yxy790LF=Ir-iI literal 0 HcmV?d00001 diff --git a/assets/css/index.css b/assets/css/index.css new file mode 100644 index 00000000000..5fdaff40711 --- /dev/null +++ b/assets/css/index.css @@ -0,0 +1 @@ +:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,:after,:before{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent;font-family:sans-serif;line-height:1.15}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{color:#212529;text-align:left;background-color:#fff;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:1rem;font-weight:400;line-height:1.5}[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-decoration:underline;border-bottom:0;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}address{font-style:normal;line-height:inherit;margin-bottom:1rem}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;background-color:#0000;text-decoration:none}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([class]){color:inherit;text-decoration:none}a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}pre{-ms-overflow-style:scrollbar;margin-top:0;margin-bottom:1rem;overflow:auto}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{vertical-align:middle;overflow:hidden}table{border-collapse:collapse}caption{color:#6c757d;text-align:left;caption-side:bottom;padding-top:.75rem;padding-bottom:.75rem}th{text-align:inherit;text-align:-webkit-match-parent}label{margin-bottom:.5rem;display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}textarea{resize:vertical;overflow:auto}fieldset{min-width:0;border:0;margin:0;padding:0}legend{width:100%;max-width:100%;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal;margin-bottom:.5rem;padding:0;display:block}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{cursor:pointer;display:list-item}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-weight:500;line-height:1.2}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}hr{border:0;border-top:1px solid #0000001a;margin-top:1rem;margin-bottom:1rem}.small,small{font-size:.875em;font-weight:400}.mark,mark{background-color:#fcf8e3;padding:.2em}.list-unstyled,.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{text-transform:uppercase;font-size:90%}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{color:#6c757d;font-size:.875em;display:block}.blockquote-footer:before{content:"— "}.img-fluid{max-width:100%;height:auto}.img-thumbnail{max-width:100%;height:auto;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;padding:.25rem}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{color:#6c757d;font-size:90%}code{color:#e83e8c;word-wrap:break-word;font-size:87.5%}a>code{color:inherit}kbd{color:#fff;background-color:#212529;border-radius:.2rem;padding:.2rem .4rem;font-size:87.5%}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{color:#212529;font-size:87.5%;display:block}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{width:100%;margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}.row{-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-15px;margin-right:-15px;display:-ms-flexbox;display:flex}.no-gutters{margin-left:0;margin-right:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-left:0;padding-right:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{width:100%;padding-left:15px;padding-right:15px;position:relative}.col{max-width:100%;-ms-flex-positive:1;-ms-flex-preferred-size:0;flex-grow:1;flex-basis:0}.row-cols-1>*{max-width:100%;-ms-flex:0 0 100%;flex:0 0 100%}.row-cols-2>*{max-width:50%;-ms-flex:0 0 50%;flex:0 0 50%}.row-cols-3>*{max-width:33.3333%;-ms-flex:0 0 33.3333%;flex:0 0 33.3333%}.row-cols-4>*{max-width:25%;-ms-flex:0 0 25%;flex:0 0 25%}.row-cols-5>*{max-width:20%;-ms-flex:0 0 20%;flex:0 0 20%}.row-cols-6>*{max-width:16.6667%;-ms-flex:0 0 16.6667%;flex:0 0 16.6667%}.col-auto{width:auto;max-width:100%;-ms-flex:none;flex:none}.col-1{max-width:8.33333%;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%}.col-2{max-width:16.6667%;-ms-flex:0 0 16.6667%;flex:0 0 16.6667%}.col-3{max-width:25%;-ms-flex:0 0 25%;flex:0 0 25%}.col-4{max-width:33.3333%;-ms-flex:0 0 33.3333%;flex:0 0 33.3333%}.col-5{max-width:41.6667%;-ms-flex:0 0 41.6667%;flex:0 0 41.6667%}.col-6{max-width:50%;-ms-flex:0 0 50%;flex:0 0 50%}.col-7{max-width:58.3333%;-ms-flex:0 0 58.3333%;flex:0 0 58.3333%}.col-8{max-width:66.6667%;-ms-flex:0 0 66.6667%;flex:0 0 66.6667%}.col-9{max-width:75%;-ms-flex:0 0 75%;flex:0 0 75%}.col-10{max-width:83.3333%;-ms-flex:0 0 83.3333%;flex:0 0 83.3333%}.col-11{max-width:91.6667%;-ms-flex:0 0 91.6667%;flex:0 0 91.6667%}.col-12{max-width:100%;-ms-flex:0 0 100%;flex:0 0 100%}.order-first{-ms-flex-order:-1;order:-1}.order-last{-ms-flex-order:13;order:13}.order-0{-ms-flex-order:0;order:0}.order-1{-ms-flex-order:1;order:1}.order-2{-ms-flex-order:2;order:2}.order-3{-ms-flex-order:3;order:3}.order-4{-ms-flex-order:4;order:4}.order-5{-ms-flex-order:5;order:5}.order-6{-ms-flex-order:6;order:6}.order-7{-ms-flex-order:7;order:7}.order-8{-ms-flex-order:8;order:8}.order-9{-ms-flex-order:9;order:9}.order-10{-ms-flex-order:10;order:10}.order-11{-ms-flex-order:11;order:11}.order-12{-ms-flex-order:12;order:12}.offset-1{margin-left:8.33333%}.offset-2{margin-left:16.6667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.3333%}.offset-5{margin-left:41.6667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.3333%}.offset-8{margin-left:66.6667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.3333%}.offset-11{margin-left:91.6667%}@media (min-width:576px){.col-sm{max-width:100%;-ms-flex-positive:1;-ms-flex-preferred-size:0;flex-grow:1;flex-basis:0}.row-cols-sm-1>*{max-width:100%;-ms-flex:0 0 100%;flex:0 0 100%}.row-cols-sm-2>*{max-width:50%;-ms-flex:0 0 50%;flex:0 0 50%}.row-cols-sm-3>*{max-width:33.3333%;-ms-flex:0 0 33.3333%;flex:0 0 33.3333%}.row-cols-sm-4>*{max-width:25%;-ms-flex:0 0 25%;flex:0 0 25%}.row-cols-sm-5>*{max-width:20%;-ms-flex:0 0 20%;flex:0 0 20%}.row-cols-sm-6>*{max-width:16.6667%;-ms-flex:0 0 16.6667%;flex:0 0 16.6667%}.col-sm-auto{width:auto;max-width:100%;-ms-flex:none;flex:none}.col-sm-1{max-width:8.33333%;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%}.col-sm-2{max-width:16.6667%;-ms-flex:0 0 16.6667%;flex:0 0 16.6667%}.col-sm-3{max-width:25%;-ms-flex:0 0 25%;flex:0 0 25%}.col-sm-4{max-width:33.3333%;-ms-flex:0 0 33.3333%;flex:0 0 33.3333%}.col-sm-5{max-width:41.6667%;-ms-flex:0 0 41.6667%;flex:0 0 41.6667%}.col-sm-6{max-width:50%;-ms-flex:0 0 50%;flex:0 0 50%}.col-sm-7{max-width:58.3333%;-ms-flex:0 0 58.3333%;flex:0 0 58.3333%}.col-sm-8{max-width:66.6667%;-ms-flex:0 0 66.6667%;flex:0 0 66.6667%}.col-sm-9{max-width:75%;-ms-flex:0 0 75%;flex:0 0 75%}.col-sm-10{max-width:83.3333%;-ms-flex:0 0 83.3333%;flex:0 0 83.3333%}.col-sm-11{max-width:91.6667%;-ms-flex:0 0 91.6667%;flex:0 0 91.6667%}.col-sm-12{max-width:100%;-ms-flex:0 0 100%;flex:0 0 100%}.order-sm-first{-ms-flex-order:-1;order:-1}.order-sm-last{-ms-flex-order:13;order:13}.order-sm-0{-ms-flex-order:0;order:0}.order-sm-1{-ms-flex-order:1;order:1}.order-sm-2{-ms-flex-order:2;order:2}.order-sm-3{-ms-flex-order:3;order:3}.order-sm-4{-ms-flex-order:4;order:4}.order-sm-5{-ms-flex-order:5;order:5}.order-sm-6{-ms-flex-order:6;order:6}.order-sm-7{-ms-flex-order:7;order:7}.order-sm-8{-ms-flex-order:8;order:8}.order-sm-9{-ms-flex-order:9;order:9}.order-sm-10{-ms-flex-order:10;order:10}.order-sm-11{-ms-flex-order:11;order:11}.order-sm-12{-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333%}.offset-sm-2{margin-left:16.6667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.3333%}.offset-sm-5{margin-left:41.6667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.3333%}.offset-sm-8{margin-left:66.6667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.3333%}.offset-sm-11{margin-left:91.6667%}}@media (min-width:768px){.col-md{max-width:100%;-ms-flex-positive:1;-ms-flex-preferred-size:0;flex-grow:1;flex-basis:0}.row-cols-md-1>*{max-width:100%;-ms-flex:0 0 100%;flex:0 0 100%}.row-cols-md-2>*{max-width:50%;-ms-flex:0 0 50%;flex:0 0 50%}.row-cols-md-3>*{max-width:33.3333%;-ms-flex:0 0 33.3333%;flex:0 0 33.3333%}.row-cols-md-4>*{max-width:25%;-ms-flex:0 0 25%;flex:0 0 25%}.row-cols-md-5>*{max-width:20%;-ms-flex:0 0 20%;flex:0 0 20%}.row-cols-md-6>*{max-width:16.6667%;-ms-flex:0 0 16.6667%;flex:0 0 16.6667%}.col-md-auto{width:auto;max-width:100%;-ms-flex:none;flex:none}.col-md-1{max-width:8.33333%;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%}.col-md-2{max-width:16.6667%;-ms-flex:0 0 16.6667%;flex:0 0 16.6667%}.col-md-3{max-width:25%;-ms-flex:0 0 25%;flex:0 0 25%}.col-md-4{max-width:33.3333%;-ms-flex:0 0 33.3333%;flex:0 0 33.3333%}.col-md-5{max-width:41.6667%;-ms-flex:0 0 41.6667%;flex:0 0 41.6667%}.col-md-6{max-width:50%;-ms-flex:0 0 50%;flex:0 0 50%}.col-md-7{max-width:58.3333%;-ms-flex:0 0 58.3333%;flex:0 0 58.3333%}.col-md-8{max-width:66.6667%;-ms-flex:0 0 66.6667%;flex:0 0 66.6667%}.col-md-9{max-width:75%;-ms-flex:0 0 75%;flex:0 0 75%}.col-md-10{max-width:83.3333%;-ms-flex:0 0 83.3333%;flex:0 0 83.3333%}.col-md-11{max-width:91.6667%;-ms-flex:0 0 91.6667%;flex:0 0 91.6667%}.col-md-12{max-width:100%;-ms-flex:0 0 100%;flex:0 0 100%}.order-md-first{-ms-flex-order:-1;order:-1}.order-md-last{-ms-flex-order:13;order:13}.order-md-0{-ms-flex-order:0;order:0}.order-md-1{-ms-flex-order:1;order:1}.order-md-2{-ms-flex-order:2;order:2}.order-md-3{-ms-flex-order:3;order:3}.order-md-4{-ms-flex-order:4;order:4}.order-md-5{-ms-flex-order:5;order:5}.order-md-6{-ms-flex-order:6;order:6}.order-md-7{-ms-flex-order:7;order:7}.order-md-8{-ms-flex-order:8;order:8}.order-md-9{-ms-flex-order:9;order:9}.order-md-10{-ms-flex-order:10;order:10}.order-md-11{-ms-flex-order:11;order:11}.order-md-12{-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333%}.offset-md-2{margin-left:16.6667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.3333%}.offset-md-5{margin-left:41.6667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.3333%}.offset-md-8{margin-left:66.6667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.3333%}.offset-md-11{margin-left:91.6667%}}@media (min-width:992px){.col-lg{max-width:100%;-ms-flex-positive:1;-ms-flex-preferred-size:0;flex-grow:1;flex-basis:0}.row-cols-lg-1>*{max-width:100%;-ms-flex:0 0 100%;flex:0 0 100%}.row-cols-lg-2>*{max-width:50%;-ms-flex:0 0 50%;flex:0 0 50%}.row-cols-lg-3>*{max-width:33.3333%;-ms-flex:0 0 33.3333%;flex:0 0 33.3333%}.row-cols-lg-4>*{max-width:25%;-ms-flex:0 0 25%;flex:0 0 25%}.row-cols-lg-5>*{max-width:20%;-ms-flex:0 0 20%;flex:0 0 20%}.row-cols-lg-6>*{max-width:16.6667%;-ms-flex:0 0 16.6667%;flex:0 0 16.6667%}.col-lg-auto{width:auto;max-width:100%;-ms-flex:none;flex:none}.col-lg-1{max-width:8.33333%;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%}.col-lg-2{max-width:16.6667%;-ms-flex:0 0 16.6667%;flex:0 0 16.6667%}.col-lg-3{max-width:25%;-ms-flex:0 0 25%;flex:0 0 25%}.col-lg-4{max-width:33.3333%;-ms-flex:0 0 33.3333%;flex:0 0 33.3333%}.col-lg-5{max-width:41.6667%;-ms-flex:0 0 41.6667%;flex:0 0 41.6667%}.col-lg-6{max-width:50%;-ms-flex:0 0 50%;flex:0 0 50%}.col-lg-7{max-width:58.3333%;-ms-flex:0 0 58.3333%;flex:0 0 58.3333%}.col-lg-8{max-width:66.6667%;-ms-flex:0 0 66.6667%;flex:0 0 66.6667%}.col-lg-9{max-width:75%;-ms-flex:0 0 75%;flex:0 0 75%}.col-lg-10{max-width:83.3333%;-ms-flex:0 0 83.3333%;flex:0 0 83.3333%}.col-lg-11{max-width:91.6667%;-ms-flex:0 0 91.6667%;flex:0 0 91.6667%}.col-lg-12{max-width:100%;-ms-flex:0 0 100%;flex:0 0 100%}.order-lg-first{-ms-flex-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;order:13}.order-lg-0{-ms-flex-order:0;order:0}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333%}.offset-lg-2{margin-left:16.6667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.3333%}.offset-lg-5{margin-left:41.6667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.3333%}.offset-lg-8{margin-left:66.6667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.3333%}.offset-lg-11{margin-left:91.6667%}}@media (min-width:1200px){.col-xl{max-width:100%;-ms-flex-positive:1;-ms-flex-preferred-size:0;flex-grow:1;flex-basis:0}.row-cols-xl-1>*{max-width:100%;-ms-flex:0 0 100%;flex:0 0 100%}.row-cols-xl-2>*{max-width:50%;-ms-flex:0 0 50%;flex:0 0 50%}.row-cols-xl-3>*{max-width:33.3333%;-ms-flex:0 0 33.3333%;flex:0 0 33.3333%}.row-cols-xl-4>*{max-width:25%;-ms-flex:0 0 25%;flex:0 0 25%}.row-cols-xl-5>*{max-width:20%;-ms-flex:0 0 20%;flex:0 0 20%}.row-cols-xl-6>*{max-width:16.6667%;-ms-flex:0 0 16.6667%;flex:0 0 16.6667%}.col-xl-auto{width:auto;max-width:100%;-ms-flex:none;flex:none}.col-xl-1{max-width:8.33333%;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%}.col-xl-2{max-width:16.6667%;-ms-flex:0 0 16.6667%;flex:0 0 16.6667%}.col-xl-3{max-width:25%;-ms-flex:0 0 25%;flex:0 0 25%}.col-xl-4{max-width:33.3333%;-ms-flex:0 0 33.3333%;flex:0 0 33.3333%}.col-xl-5{max-width:41.6667%;-ms-flex:0 0 41.6667%;flex:0 0 41.6667%}.col-xl-6{max-width:50%;-ms-flex:0 0 50%;flex:0 0 50%}.col-xl-7{max-width:58.3333%;-ms-flex:0 0 58.3333%;flex:0 0 58.3333%}.col-xl-8{max-width:66.6667%;-ms-flex:0 0 66.6667%;flex:0 0 66.6667%}.col-xl-9{max-width:75%;-ms-flex:0 0 75%;flex:0 0 75%}.col-xl-10{max-width:83.3333%;-ms-flex:0 0 83.3333%;flex:0 0 83.3333%}.col-xl-11{max-width:91.6667%;-ms-flex:0 0 91.6667%;flex:0 0 91.6667%}.col-xl-12{max-width:100%;-ms-flex:0 0 100%;flex:0 0 100%}.order-xl-first{-ms-flex-order:-1;order:-1}.order-xl-last{-ms-flex-order:13;order:13}.order-xl-0{-ms-flex-order:0;order:0}.order-xl-1{-ms-flex-order:1;order:1}.order-xl-2{-ms-flex-order:2;order:2}.order-xl-3{-ms-flex-order:3;order:3}.order-xl-4{-ms-flex-order:4;order:4}.order-xl-5{-ms-flex-order:5;order:5}.order-xl-6{-ms-flex-order:6;order:6}.order-xl-7{-ms-flex-order:7;order:7}.order-xl-8{-ms-flex-order:8;order:8}.order-xl-9{-ms-flex-order:9;order:9}.order-xl-10{-ms-flex-order:10;order:10}.order-xl-11{-ms-flex-order:11;order:11}.order-xl-12{-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333%}.offset-xl-2{margin-left:16.6667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.3333%}.offset-xl-5{margin-left:41.6667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.3333%}.offset-xl-8{margin-left:66.6667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.3333%}.offset-xl-11{margin-left:91.6667%}}.table{width:100%;color:#212529;margin-bottom:1rem}.table td,.table th{vertical-align:top;border-top:1px solid #dee2e6;padding:.75rem}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table tbody+tbody{border-top:2px solid #dee2e6}.table-sm td,.table-sm th{padding:.3rem}.table-bordered,.table-bordered td,.table-bordered th{border:1px solid #dee2e6}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{border:0}.table-striped tbody tr:nth-of-type(2n+1){background-color:#0000000d}.table-hover tbody tr:hover{color:#212529;background-color:#00000013}.table-primary,.table-primary>td,.table-primary>th{background-color:#b8daff}.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th{border-color:#7abaff}.table-hover .table-primary:hover{background-color:#9fcdff}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#9fcdff}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#d6d8db}.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th{border-color:#b3b7bb}.table-hover .table-secondary:hover{background-color:#c8cbcf}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c8cbcf}.table-success,.table-success>td,.table-success>th{background-color:#c3e6cb}.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th{border-color:#8fd19e}.table-hover .table-success:hover{background-color:#b1dfbb}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>td,.table-info>th{background-color:#bee5eb}.table-info tbody+tbody,.table-info td,.table-info th,.table-info thead th{border-color:#86cfda}.table-hover .table-info:hover{background-color:#abdde5}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>td,.table-warning>th{background-color:#ffeeba}.table-warning tbody+tbody,.table-warning td,.table-warning th,.table-warning thead th{border-color:#ffdf7e}.table-hover .table-warning:hover{background-color:#ffe8a1}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>td,.table-danger>th{background-color:#f5c6cb}.table-danger tbody+tbody,.table-danger td,.table-danger th,.table-danger thead th{border-color:#ed969e}.table-hover .table-danger:hover{background-color:#f1b0b7}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>td,.table-light>th{background-color:#fdfdfe}.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th{border-color:#fbfcfc}.table-hover .table-light:hover{background-color:#ececf6}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>td,.table-dark>th{background-color:#c6c8ca}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#95999c}.table-hover .table-dark:hover{background-color:#b9bbbe}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-active,.table-active>td,.table-active>th{background-color:#00000013}.table-hover .table-active:hover{background-color:#00000013}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:#00000013}.table .thead-dark th{color:#fff;background-color:#343a40;border-color:#454d55}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.table-dark{color:#fff;background-color:#343a40}.table-dark td,.table-dark th,.table-dark thead th{border-color:#454d55}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(2n+1){background-color:#ffffff0d}.table-dark.table-hover tbody tr:hover{color:#fff;background-color:#ffffff13}@media (max-width:575.98px){.table-responsive-sm{width:100%;-webkit-overflow-scrolling:touch;display:block;overflow-x:auto}.table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){.table-responsive-md{width:100%;-webkit-overflow-scrolling:touch;display:block;overflow-x:auto}.table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){.table-responsive-lg{width:100%;-webkit-overflow-scrolling:touch;display:block;overflow-x:auto}.table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){.table-responsive-xl{width:100%;-webkit-overflow-scrolling:touch;display:block;overflow-x:auto}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{width:100%;-webkit-overflow-scrolling:touch;display:block;overflow-x:auto}.table-responsive>.table-bordered{border:0}.form-control{width:100%;height:calc(1.5em + .75rem + 2px);color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;display:block}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:#0000;border:0}.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem #007bff40}.form-control::-webkit-input-placeholder{color:#6c757d;opacity:1}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control:-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{opacity:1;background-color:#e9ecef}input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control{-webkit-appearance:none;-moz-appearance:none;appearance:none}select.form-control:-moz-focusring{color:#0000;text-shadow:0 0 #495057}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{width:100%;display:block}.col-form-label{font-size:inherit;margin-bottom:0;padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}.form-control-plaintext{width:100%;color:#212529;background-color:#0000;border:1px solid #0000;border-width:1px 0;margin-bottom:0;padding:.375rem 0;font-size:1rem;line-height:1.5;display:block}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-left:0;padding-right:0}.form-control-sm{height:calc(1.5em + .5rem + 2px);border-radius:.2rem;padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.form-control-lg{height:calc(1.5em + 1rem + 2px);border-radius:.3rem;padding:.5rem 1rem;font-size:1.25rem;line-height:1.5}select.form-control[multiple],select.form-control[size]{height:auto}textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{margin-top:.25rem;display:block}.form-row{-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-5px;margin-right:-5px;display:-ms-flexbox;display:flex}.form-row>.col,.form-row>[class*=col-]{padding-left:5px;padding-right:5px}.form-check{padding-left:1.25rem;display:block;position:relative}.form-check-input{margin-top:.3rem;margin-left:-1.25rem;position:absolute}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{align-items:center;margin-right:.75rem;padding-left:0;display:-ms-inline-flexbox;display:inline-flex}.form-check-inline .form-check-input{margin-top:0;margin-left:0;margin-right:.3125rem;position:static}.valid-feedback{width:100%;color:#28a745;margin-top:.25rem;font-size:.875em;display:none}.valid-tooltip{z-index:5;max-width:100%;color:#fff;background-color:#28a745e6;border-radius:.25rem;margin-top:.1rem;padding:.25rem .5rem;font-size:.875rem;line-height:1.5;display:none;position:absolute;top:100%;left:0}.form-row>.col>.valid-tooltip,.form-row>[class*=col-]>.valid-tooltip{left:5px}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-position:right calc(.375em + .1875rem) center;background-repeat:no-repeat;background-size:calc(.75em + .375rem) calc(.75em + .375rem);border-color:#28a745;padding-right:calc(1.5em + .75rem)!important}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem #28a74540}.was-validated select.form-control:valid,select.form-control.is-valid{background-position:right 1.5rem center;padding-right:3rem!important}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{background-position:right calc(.375em + .1875rem) top calc(.375em + .1875rem);padding-right:calc(1.5em + .75rem)}.custom-select.is-valid,.was-validated .custom-select:valid{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") right 1.75rem center/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat;border-color:#28a745;padding-right:calc(.75em + 2.3125rem)!important}.custom-select.is-valid:focus,.was-validated .custom-select:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem #28a74540}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#28a745}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#28a745}.custom-control-input.is-valid~.custom-control-label:before,.was-validated .custom-control-input:valid~.custom-control-label:before{border-color:#28a745}.custom-control-input.is-valid:checked~.custom-control-label:before,.was-validated .custom-control-input:valid:checked~.custom-control-label:before{background-color:#34ce57;border-color:#34ce57}.custom-control-input.is-valid:focus~.custom-control-label:before,.was-validated .custom-control-input:valid:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem #28a74540}.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before{border-color:#28a745}.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{border-color:#28a745;box-shadow:0 0 0 .2rem #28a74540}.invalid-feedback{width:100%;color:#dc3545;margin-top:.25rem;font-size:.875em;display:none}.invalid-tooltip{z-index:5;max-width:100%;color:#fff;background-color:#dc3545e6;border-radius:.25rem;margin-top:.1rem;padding:.25rem .5rem;font-size:.875rem;line-height:1.5;display:none;position:absolute;top:100%;left:0}.form-row>.col>.invalid-tooltip,.form-row>[class*=col-]>.invalid-tooltip{left:5px}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-position:right calc(.375em + .1875rem) center;background-repeat:no-repeat;background-size:calc(.75em + .375rem) calc(.75em + .375rem);border-color:#dc3545;padding-right:calc(1.5em + .75rem)!important}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem #dc354540}.was-validated select.form-control:invalid,select.form-control.is-invalid{background-position:right 1.5rem center;padding-right:3rem!important}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{background-position:right calc(.375em + .1875rem) top calc(.375em + .1875rem);padding-right:calc(1.5em + .75rem)}.custom-select.is-invalid,.was-validated .custom-select:invalid{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") right 1.75rem center/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat;border-color:#dc3545;padding-right:calc(.75em + 2.3125rem)!important}.custom-select.is-invalid:focus,.was-validated .custom-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem #dc354540}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#dc3545}.custom-control-input.is-invalid~.custom-control-label:before,.was-validated .custom-control-input:invalid~.custom-control-label:before{border-color:#dc3545}.custom-control-input.is-invalid:checked~.custom-control-label:before,.was-validated .custom-control-input:invalid:checked~.custom-control-label:before{background-color:#e4606d;border-color:#e4606d}.custom-control-input.is-invalid:focus~.custom-control-label:before,.was-validated .custom-control-input:invalid:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem #dc354540}.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before{border-color:#dc3545}.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#dc3545}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{border-color:#dc3545;box-shadow:0 0 0 .2rem #dc354540}.form-inline{-ms-flex-flow:wrap;flex-flow:wrap;align-items:center;display:-ms-flexbox;display:flex}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{justify-content:center;align-items:center;margin-bottom:0;display:-ms-flexbox;display:flex}.form-inline .form-group{-ms-flex-flow:wrap;flex-flow:wrap;-ms-flex:none;flex:none;align-items:center;margin-bottom:0;display:-ms-flexbox;display:flex}.form-inline .form-control{width:auto;vertical-align:middle;display:inline-block}.form-inline .form-control-plaintext{display:inline-block}.form-inline .custom-select,.form-inline .input-group{width:auto}.form-inline .form-check{width:auto;justify-content:center;align-items:center;padding-left:0;display:-ms-flexbox;display:flex}.form-inline .form-check-input{-ms-flex-negative:0;flex-shrink:0;margin-top:0;margin-left:0;margin-right:.25rem;position:relative}.form-inline .custom-control{justify-content:center;align-items:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{color:#212529;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#0000;border:1px solid #0000;border-radius:.25rem;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;display:inline-block}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#212529;text-decoration:none}.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 .2rem #007bff40}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#0069d9;border-color:#0062cc;box-shadow:0 0 0 .2rem #268fff80}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #268fff80}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.btn-secondary.focus,.btn-secondary:focus{color:#fff;background-color:#5a6268;border-color:#545b62;box-shadow:0 0 0 .2rem #828a9180}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #828a9180}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#218838;border-color:#1e7e34;box-shadow:0 0 0 .2rem #48b46180}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #48b46180}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#138496;border-color:#117a8b;box-shadow:0 0 0 .2rem #3ab0c380}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #3ab0c380}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning.focus,.btn-warning:focus{color:#212529;background-color:#e0a800;border-color:#d39e00;box-shadow:0 0 0 .2rem #deaa0c80}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #deaa0c80}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c82333;border-color:#bd2130;box-shadow:0 0 0 .2rem #e1536180}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #e1536180}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.btn-light.focus,.btn-light:focus{color:#212529;background-color:#e2e6ea;border-color:#dae0e5;box-shadow:0 0 0 .2rem #d8d9db80}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #d8d9db80}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark.focus,.btn-dark:focus{color:#fff;background-color:#23272b;border-color:#1d2124;box-shadow:0 0 0 .2rem #52585d80}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #52585d80}.btn-outline-primary{color:#007bff;border-color:#007bff}.btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem #007bff80}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#007bff;background-color:#0000}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #007bff80}.btn-outline-secondary{color:#6c757d;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem #6c757d80}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:#0000}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #6c757d80}.btn-outline-success{color:#28a745;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem #28a74580}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:#0000}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #28a74580}.btn-outline-info{color:#17a2b8;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem #17a2b880}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:#0000}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #17a2b880}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem #ffc10780}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:#0000}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #ffc10780}.btn-outline-danger{color:#dc3545;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem #dc354580}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:#0000}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #dc354580}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem #f8f9fa80}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:#0000}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #f8f9fa80}.btn-outline-dark{color:#343a40;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem #343a4080}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:#0000}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #343a4080}.btn-link{color:#007bff;font-weight:400;text-decoration:none}.btn-link:hover{color:#0056b3;text-decoration:underline}.btn-link.focus,.btn-link:focus{text-decoration:underline}.btn-link.disabled,.btn-link:disabled{color:#6c757d;pointer-events:none}.btn-group-lg>.btn,.btn-lg{border-radius:.3rem;padding:.5rem 1rem;font-size:1.25rem;line-height:1.5}.btn-group-sm>.btn,.btn-sm{border-radius:.2rem;padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.btn-block{width:100%;display:block}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;transition:height .35s;position:relative;overflow:hidden}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.collapsing.width{width:0;height:auto;transition:width .35s}@media (prefers-reduced-motion:reduce){.collapsing.width{transition:none}}.dropdown,.dropleft,.dropright,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle:after{vertical-align:.255em;content:"";border:.3em solid #0000;border-top-color:currentColor;border-bottom:0;margin-left:.255em;display:inline-block}.dropdown-toggle:empty:after{margin-left:0}.dropdown-menu{z-index:1000;float:left;min-width:10rem;color:#212529;text-align:left;background-color:#fff;background-clip:padding-box;border:1px solid #00000026;border-radius:.25rem;margin:.125rem 0 0;padding:.5rem 0;font-size:1rem;list-style:none;display:none;position:absolute;top:100%;left:0}.dropdown-menu-left{left:0;right:auto}.dropdown-menu-right{left:auto;right:0}@media (min-width:576px){.dropdown-menu-sm-left{left:0;right:auto}.dropdown-menu-sm-right{left:auto;right:0}}@media (min-width:768px){.dropdown-menu-md-left{left:0;right:auto}.dropdown-menu-md-right{left:auto;right:0}}@media (min-width:992px){.dropdown-menu-lg-left{left:0;right:auto}.dropdown-menu-lg-right{left:auto;right:0}}@media (min-width:1200px){.dropdown-menu-xl-left{left:0;right:auto}.dropdown-menu-xl-right{left:auto;right:0}}.dropup .dropdown-menu{margin-top:0;margin-bottom:.125rem;top:auto;bottom:100%}.dropup .dropdown-toggle:after{vertical-align:.255em;content:"";border:.3em solid #0000;border-top:0;border-bottom-color:currentColor;margin-left:.255em;display:inline-block}.dropup .dropdown-toggle:empty:after{margin-left:0}.dropright .dropdown-menu{margin-top:0;margin-left:.125rem;top:0;left:100%;right:auto}.dropright .dropdown-toggle:after{vertical-align:.255em;content:"";border:.3em solid #0000;border-left-color:currentColor;border-right:0;margin-left:.255em;display:inline-block}.dropright .dropdown-toggle:empty:after{margin-left:0}.dropright .dropdown-toggle:after{vertical-align:0}.dropleft .dropdown-menu{margin-top:0;margin-right:.125rem;top:0;left:auto;right:100%}.dropleft .dropdown-toggle:after{vertical-align:.255em;content:"";margin-left:.255em;display:inline-block}.dropleft .dropdown-toggle:after{display:none}.dropleft .dropdown-toggle:before{vertical-align:.255em;content:"";border-top:.3em solid #0000;border-bottom:.3em solid #0000;border-right:.3em solid;margin-right:.255em;display:inline-block}.dropleft .dropdown-toggle:empty:after{margin-left:0}.dropleft .dropdown-toggle:before{vertical-align:0}.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top]{bottom:auto;right:auto}.dropdown-divider{height:0;border-top:1px solid #e9ecef;margin:.5rem 0;overflow:hidden}.dropdown-item{width:100%;clear:both;color:#212529;text-align:inherit;white-space:nowrap;background-color:#0000;border:0;padding:.25rem 1.5rem;font-weight:400;display:block}.dropdown-item:focus,.dropdown-item:hover{color:#16181b;background-color:#e9ecef;text-decoration:none}.dropdown-item.active,.dropdown-item:active{color:#fff;background-color:#007bff;text-decoration:none}.dropdown-item.disabled,.dropdown-item:disabled{color:#adb5bd;pointer-events:none;background-color:#0000}.dropdown-menu.show{display:block}.dropdown-header{color:#6c757d;white-space:nowrap;margin-bottom:0;padding:.5rem 1.5rem;font-size:.875rem;display:block}.dropdown-item-text{color:#212529;padding:.25rem 1.5rem;display:block}.btn-group,.btn-group-vertical{vertical-align:middle;display:-ms-inline-flexbox;display:inline-flex;position:relative}.btn-group-vertical>.btn,.btn-group>.btn{-ms-flex:auto;flex:auto;position:relative}.btn-group-vertical>.btn:hover,.btn-group>.btn:hover{z-index:1}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus{z-index:1}.btn-toolbar{-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:flex-start;display:-ms-flexbox;display:flex}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-left:.5625rem;padding-right:.5625rem}.dropdown-toggle-split:after,.dropright .dropdown-toggle-split:after,.dropup .dropdown-toggle-split:after{margin-left:0}.dropleft .dropdown-toggle-split:before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-left:.375rem;padding-right:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-left:.75rem;padding-right:.75rem}.btn-group-vertical{-ms-flex-direction:column;flex-direction:column;justify-content:center;align-items:flex-start}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-left-radius:0;border-bottom-right-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio]{clip:rect(0,0,0,0);pointer-events:none;position:absolute}.input-group{width:100%;-ms-flex-wrap:wrap;flex-wrap:wrap;align-items:stretch;display:-ms-flexbox;display:flex;position:relative}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control,.input-group>.form-control-plaintext{width:1%;min-width:0;-ms-flex:auto;flex:auto;margin-bottom:0;position:relative}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control,.input-group>.form-control-plaintext+.custom-file,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.form-control{margin-left:-1px}.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{align-items:center;display:-ms-flexbox;display:flex}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label:after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label,.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label:after,.input-group:not(.has-validation)>.custom-select:not(:last-child),.input-group:not(.has-validation)>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label,.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label:after,.input-group.has-validation>.custom-select:nth-last-child(n+3),.input-group.has-validation>.form-control:nth-last-child(n+3){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-append,.input-group-prepend{display:-ms-flexbox;display:flex}.input-group-append .btn,.input-group-prepend .btn{z-index:2;position:relative}.input-group-append .btn:focus,.input-group-prepend .btn:focus{z-index:3}.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem;align-items:center;margin-bottom:0;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;display:-ms-flexbox;display:flex}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group-lg>.custom-select,.input-group-lg>.form-control:not(textarea){height:calc(1.5em + 1rem + 2px)}.input-group-lg>.custom-select,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{border-radius:.3rem;padding:.5rem 1rem;font-size:1.25rem;line-height:1.5}.input-group-sm>.custom-select,.input-group-sm>.form-control:not(textarea){height:calc(1.5em + .5rem + 2px)}.input-group-sm>.custom-select,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{border-radius:.2rem;padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.input-group-lg>.custom-select,.input-group-sm>.custom-select{padding-right:1.75rem}.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{z-index:1;min-height:1.5rem;-webkit-print-color-adjust:exact;color-adjust:exact;print-color-adjust:exact;padding-left:1.5rem;display:block;position:relative}.custom-control-inline{margin-right:1rem;display:-ms-inline-flexbox;display:inline-flex}.custom-control-input{z-index:-1;width:1rem;height:1.25rem;opacity:0;position:absolute;left:0}.custom-control-input:checked~.custom-control-label:before{color:#fff;background-color:#007bff;border-color:#007bff}.custom-control-input:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem #007bff40}.custom-control-input:focus:not(:checked)~.custom-control-label:before{border-color:#80bdff}.custom-control-input:not(:disabled):active~.custom-control-label:before{color:#fff;background-color:#b3d7ff;border-color:#b3d7ff}.custom-control-input:disabled~.custom-control-label,.custom-control-input[disabled]~.custom-control-label{color:#6c757d}.custom-control-input:disabled~.custom-control-label:before,.custom-control-input[disabled]~.custom-control-label:before{background-color:#e9ecef}.custom-control-label{vertical-align:top;margin-bottom:0;position:relative}.custom-control-label:before{width:1rem;height:1rem;pointer-events:none;content:"";background-color:#fff;border:1px solid #adb5bd;display:block;position:absolute;top:.25rem;left:-1.5rem}.custom-control-label:after{width:1rem;height:1rem;content:"";background:50%/50% 50% no-repeat;display:block;position:absolute;top:.25rem;left:-1.5rem}.custom-checkbox .custom-control-label:before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before{background-color:#007bff;border-color:#007bff}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before{background-color:#007bff80}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before{background-color:#007bff80}.custom-radio .custom-control-label:before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before{background-color:#007bff80}.custom-switch{padding-left:2.25rem}.custom-switch .custom-control-label:before{width:1.75rem;pointer-events:all;border-radius:.5rem;left:-2.25rem}.custom-switch .custom-control-label:after{width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#adb5bd;border-radius:.5rem;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;top:calc(.25rem + 2px);left:calc(2px - 2.25rem)}@media (prefers-reduced-motion:reduce){.custom-switch .custom-control-label:after{transition:none}}.custom-switch .custom-control-input:checked~.custom-control-label:after{background-color:#fff;-webkit-transform:translate(.75rem);transform:translate(.75rem)}.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before{background-color:#007bff80}.custom-select{width:100%;height:calc(1.5em + .75rem + 2px);color:#495057;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat;border:1px solid #ced4da;border-radius:.25rem;padding:.375rem 1.75rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;display:inline-block}.custom-select:focus{border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem #007bff40}.custom-select:focus::-ms-value{color:#495057;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;background-image:none;padding-right:.75rem}.custom-select:disabled{color:#6c757d;background-color:#e9ecef}.custom-select::-ms-expand{display:none}.custom-select:-moz-focusring{color:#0000;text-shadow:0 0 #495057}.custom-select-sm{height:calc(1.5em + .5rem + 2px);padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}.custom-select-lg{height:calc(1.5em + 1rem + 2px);padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}.custom-file{width:100%;height:calc(1.5em + .75rem + 2px);margin-bottom:0;display:inline-block;position:relative}.custom-file-input{z-index:2;width:100%;height:calc(1.5em + .75rem + 2px);opacity:0;margin:0;position:relative;overflow:hidden}.custom-file-input:focus~.custom-file-label{border-color:#80bdff;box-shadow:0 0 0 .2rem #007bff40}.custom-file-input:disabled~.custom-file-label,.custom-file-input[disabled]~.custom-file-label{background-color:#e9ecef}.custom-file-input:lang(en)~.custom-file-label:after{content:"Browse"}.custom-file-input~.custom-file-label[data-browse]:after{content:attr(data-browse)}.custom-file-label{z-index:1;height:calc(1.5em + .75rem + 2px);color:#495057;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem;padding:.375rem .75rem;font-weight:400;line-height:1.5;position:absolute;top:0;left:0;right:0;overflow:hidden}.custom-file-label:after{z-index:3;height:calc(1.5em + .75rem);color:#495057;content:"Browse";border-left:inherit;background-color:#e9ecef;border-radius:0 .25rem .25rem 0;padding:.375rem .75rem;line-height:1.5;display:block;position:absolute;top:0;bottom:0;right:0}.custom-range{width:100%;height:1.4rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#0000;padding:0}.custom-range:focus{outline:0}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem #007bff40}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem #007bff40}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem #007bff40}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;-webkit-appearance:none;appearance:none;background-color:#007bff;border:0;border-radius:1rem;margin-top:-.25rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#b3d7ff}.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:#0000;cursor:pointer;background-color:#dee2e6;border-color:#0000;border-radius:1rem}.custom-range::-moz-range-thumb{width:1rem;height:1rem;-moz-appearance:none;appearance:none;background-color:#007bff;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-range::-moz-range-thumb{-moz-transition:none;transition:none}}.custom-range::-moz-range-thumb:active{background-color:#b3d7ff}.custom-range::-moz-range-track{width:100%;height:.5rem;color:#0000;cursor:pointer;background-color:#dee2e6;border-color:#0000;border-radius:1rem}.custom-range::-ms-thumb{width:1rem;height:1rem;appearance:none;background-color:#007bff;border:0;border-radius:1rem;margin-top:0;margin-left:.2rem;margin-right:.2rem;-ms-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-range::-ms-thumb{-ms-transition:none;transition:none}}.custom-range::-ms-thumb:active{background-color:#b3d7ff}.custom-range::-ms-track{width:100%;height:.5rem;color:#0000;cursor:pointer;background-color:#0000;border-width:.5rem;border-color:#0000}.custom-range::-ms-fill-lower{background-color:#dee2e6;border-radius:1rem}.custom-range::-ms-fill-upper{background-color:#dee2e6;border-radius:1rem;margin-right:15px}.custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}.custom-range:disabled::-moz-range-track{cursor:default}.custom-range:disabled::-ms-thumb{background-color:#adb5bd}.custom-control-label:before,.custom-file-label,.custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-control-label:before,.custom-file-label,.custom-select{transition:none}}.nav{-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:0;padding-left:0;list-style:none;display:-ms-flexbox;display:flex}.nav-link{padding:.5rem 1rem;display:block}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-link{background-color:#0000;border:1px solid #0000;border-top-left-radius:.25rem;border-top-right-radius:.25rem;margin-bottom:-1px}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{isolation:isolate;border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:#0000;border-color:#0000}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{border-top-left-radius:0;border-top-right-radius:0;margin-top:-1px}.nav-pills .nav-link{background:0 0;border:0;border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#007bff}.nav-fill .nav-item,.nav-fill>.nav-link{text-align:center;-ms-flex:auto;flex:auto}.nav-justified .nav-item,.nav-justified>.nav-link{text-align:center;-ms-flex-positive:1;-ms-flex-preferred-size:0;flex-grow:1;flex-basis:0}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:space-between;align-items:center;padding:.5rem 1rem;display:-ms-flexbox;display:flex;position:relative}.navbar .container,.navbar .container-fluid,.navbar .container-lg,.navbar .container-md,.navbar .container-sm,.navbar .container-xl{-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:space-between;align-items:center;display:-ms-flexbox;display:flex}.navbar-brand{font-size:1.25rem;line-height:inherit;white-space:nowrap;margin-right:1rem;padding-top:.3125rem;padding-bottom:.3125rem;display:inline-block}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{-ms-flex-direction:column;flex-direction:column;margin-bottom:0;padding-left:0;list-style:none;display:-ms-flexbox;display:flex}.navbar-nav .nav-link{padding-left:0;padding-right:0}.navbar-nav .dropdown-menu{float:none;position:static}.navbar-text{padding-top:.5rem;padding-bottom:.5rem;display:inline-block}.navbar-collapse{-ms-flex-positive:1;-ms-flex-preferred-size:100%;flex-grow:1;flex-basis:100%;align-items:center}.navbar-toggler{background-color:#0000;border:1px solid #0000;border-radius:.25rem;padding:.25rem .75rem;font-size:1.25rem;line-height:1}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler-icon{width:1.5em;height:1.5em;vertical-align:middle;content:"";background:50%/100% 100% no-repeat;display:inline-block}.navbar-nav-scroll{max-height:75vh;overflow-y:auto}@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{padding-left:0;padding-right:0}}@media (min-width:576px){.navbar-expand-sm{-ms-flex-flow:row;flex-flow:row;justify-content:flex-start}.navbar-expand-sm .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{-ms-flex-preferred-size:auto;flex-basis:auto;display:-ms-flexbox!important;display:flex!important}.navbar-expand-sm .navbar-toggler{display:none}}@media (max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{padding-left:0;padding-right:0}}@media (min-width:768px){.navbar-expand-md{-ms-flex-flow:row;flex-flow:row;justify-content:flex-start}.navbar-expand-md .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{-ms-flex-preferred-size:auto;flex-basis:auto;display:-ms-flexbox!important;display:flex!important}.navbar-expand-md .navbar-toggler{display:none}}@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{padding-left:0;padding-right:0}}@media (min-width:992px){.navbar-expand-lg{-ms-flex-flow:row;flex-flow:row;justify-content:flex-start}.navbar-expand-lg .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{-ms-flex-preferred-size:auto;flex-basis:auto;display:-ms-flexbox!important;display:flex!important}.navbar-expand-lg .navbar-toggler{display:none}}@media (max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{padding-left:0;padding-right:0}}@media (min-width:1200px){.navbar-expand-xl{-ms-flex-flow:row;flex-flow:row;justify-content:flex-start}.navbar-expand-xl .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{-ms-flex-preferred-size:auto;flex-basis:auto;display:-ms-flexbox!important;display:flex!important}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand{-ms-flex-flow:row;flex-flow:row;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{padding-left:0;padding-right:0}.navbar-expand .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{-ms-flex-preferred-size:auto;flex-basis:auto;display:-ms-flexbox!important;display:flex!important}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand{color:#000000e6}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:#000000e6}.navbar-light .navbar-nav .nav-link{color:#00000080}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:#000000b3}.navbar-light .navbar-nav .nav-link.disabled{color:#0000004d}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:#000000e6}.navbar-light .navbar-toggler{color:#00000080;border-color:#0000001a}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-light .navbar-text{color:#00000080}.navbar-light .navbar-text a{color:#000000e6}.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:#000000e6}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:#ffffff80}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:#ffffffbf}.navbar-dark .navbar-nav .nav-link.disabled{color:#ffffff40}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:#ffffff80;border-color:#ffffff1a}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-dark .navbar-text{color:#ffffff80}.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid #00000020;border-radius:.25rem;-ms-flex-direction:column;flex-direction:column;display:-ms-flexbox;display:flex;position:relative}.card>hr{margin-left:0;margin-right:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-left-radius:calc(.25rem - 1px);border-bottom-right-radius:calc(.25rem - 1px)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{min-height:1px;-ms-flex:auto;flex:auto;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{background-color:#00000008;border-bottom:1px solid #00000020;margin-bottom:0;padding:.75rem 1.25rem}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-footer{background-color:#00000008;border-top:1px solid #00000020;padding:.75rem 1.25rem}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{border-bottom:0;margin-bottom:-.75rem;margin-left:-.625rem;margin-right:-.625rem}.card-header-pills{margin-left:-.625rem;margin-right:-.625rem}.card-img-overlay{border-radius:calc(.25rem - 1px);padding:1.25rem;position:absolute;inset:0}.card-img,.card-img-bottom,.card-img-top{width:100%;-ms-flex-negative:0;flex-shrink:0}.card-img,.card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom{border-bottom-left-radius:calc(.25rem - 1px);border-bottom-right-radius:calc(.25rem - 1px)}.card-deck .card{margin-bottom:15px}@media (min-width:576px){.card-deck{-ms-flex-flow:wrap;flex-flow:wrap;margin-left:-15px;margin-right:-15px;display:-ms-flexbox;display:flex}.card-deck .card{-ms-flex:1 0;flex:1 0;margin-bottom:0;margin-left:15px;margin-right:15px}}.card-group>.card{margin-bottom:15px}@media (min-width:576px){.card-group{-ms-flex-flow:wrap;flex-flow:wrap;display:-ms-flexbox;display:flex}.card-group>.card{-ms-flex:1 0;flex:1 0;margin-bottom:0}.card-group>.card+.card{border-left:0;margin-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.card-columns .card{margin-bottom:.75rem}@media (min-width:576px){.card-columns{-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;orphans:1;widows:1;column-gap:1.25rem}.card-columns .card{width:100%;display:inline-block}}.accordion{overflow-anchor:none}.accordion>.card{overflow:hidden}.accordion>.card:not(:last-of-type){border-bottom:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.accordion>.card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}.accordion>.card>.card-header{border-radius:0;margin-bottom:-1px}.breadcrumb{background-color:#e9ecef;border-radius:.25rem;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:1rem;padding:.75rem 1rem;list-style:none;display:-ms-flexbox;display:flex}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item:before{float:left;color:#6c757d;content:"/";padding-right:.5rem}.breadcrumb-item+.breadcrumb-item:hover:before{text-decoration:underline}.breadcrumb-item+.breadcrumb-item:hover:before{text-decoration:none}.breadcrumb-item.active{color:#6c757d}.pagination{border-radius:.25rem;padding-left:0;list-style:none;display:-ms-flexbox;display:flex}.page-link{color:#007bff;background-color:#fff;border:1px solid #dee2e6;margin-left:-1px;padding:.5rem .75rem;line-height:1.25;display:block;position:relative}.page-link:hover{z-index:2;color:#0056b3;background-color:#e9ecef;border-color:#dee2e6;text-decoration:none}.page-link:focus{z-index:3;outline:0;box-shadow:0 0 0 .2rem #007bff40}.page-item:first-child .page-link{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;margin-left:0}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:3;color:#fff;background-color:#007bff;border-color:#007bff}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;display:inline-block}@media (prefers-reduced-motion:reduce){.badge{transition:none}}a.badge:focus,a.badge:hover{text-decoration:none}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{border-radius:10rem;padding-left:.6em;padding-right:.6em}.badge-primary{color:#fff;background-color:#007bff}a.badge-primary:focus,a.badge-primary:hover{color:#fff;background-color:#0062cc}a.badge-primary.focus,a.badge-primary:focus{outline:0;box-shadow:0 0 0 .2rem #007bff80}.badge-secondary{color:#fff;background-color:#6c757d}a.badge-secondary:focus,a.badge-secondary:hover{color:#fff;background-color:#545b62}a.badge-secondary.focus,a.badge-secondary:focus{outline:0;box-shadow:0 0 0 .2rem #6c757d80}.badge-success{color:#fff;background-color:#28a745}a.badge-success:focus,a.badge-success:hover{color:#fff;background-color:#1e7e34}a.badge-success.focus,a.badge-success:focus{outline:0;box-shadow:0 0 0 .2rem #28a74580}.badge-info{color:#fff;background-color:#17a2b8}a.badge-info:focus,a.badge-info:hover{color:#fff;background-color:#117a8b}a.badge-info.focus,a.badge-info:focus{outline:0;box-shadow:0 0 0 .2rem #17a2b880}.badge-warning{color:#212529;background-color:#ffc107}a.badge-warning:focus,a.badge-warning:hover{color:#212529;background-color:#d39e00}a.badge-warning.focus,a.badge-warning:focus{outline:0;box-shadow:0 0 0 .2rem #ffc10780}.badge-danger{color:#fff;background-color:#dc3545}a.badge-danger:focus,a.badge-danger:hover{color:#fff;background-color:#bd2130}a.badge-danger.focus,a.badge-danger:focus{outline:0;box-shadow:0 0 0 .2rem #dc354580}.badge-light{color:#212529;background-color:#f8f9fa}a.badge-light:focus,a.badge-light:hover{color:#212529;background-color:#dae0e5}a.badge-light.focus,a.badge-light:focus{outline:0;box-shadow:0 0 0 .2rem #f8f9fa80}.badge-dark{color:#fff;background-color:#343a40}a.badge-dark:focus,a.badge-dark:hover{color:#fff;background-color:#1d2124}a.badge-dark.focus,a.badge-dark:focus{outline:0;box-shadow:0 0 0 .2rem #343a4080}.jumbotron{background-color:#e9ecef;border-radius:.3rem;margin-bottom:2rem;padding:2rem 1rem}@media (min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{border-radius:0;padding-left:0;padding-right:0}.alert{border:1px solid #0000;border-radius:.25rem;margin-bottom:1rem;padding:.75rem 1.25rem;position:relative}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{z-index:2;color:inherit;padding:.75rem 1.25rem;position:absolute;top:0;right:0}.alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.alert-primary hr{border-top-color:#9fcdff}.alert-primary .alert-link{color:#002752}.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.alert-secondary hr{border-top-color:#c8cbcf}.alert-secondary .alert-link{color:#202326}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}@-webkit-keyframes progress-bar-stripes{0%{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{0%{background-position:1rem 0}to{background-position:0 0}}.progress{height:1rem;background-color:#e9ecef;border-radius:.25rem;font-size:.75rem;line-height:0;display:-ms-flexbox;display:flex;overflow:hidden}.progress-bar{color:#fff;text-align:center;white-space:nowrap;background-color:#007bff;-ms-flex-direction:column;flex-direction:column;justify-content:center;transition:width .6s;display:-ms-flexbox;display:flex;overflow:hidden}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,#ffffff26 25%,#0000 25% 50%,#ffffff26 50% 75%,#0000 75%,#0000);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}@media (prefers-reduced-motion:reduce){.progress-bar-animated{-webkit-animation:none;animation:none}}.media{align-items:flex-start;display:-ms-flexbox;display:flex}.media-body{-ms-flex:1;flex:1}.list-group{border-radius:.25rem;-ms-flex-direction:column;flex-direction:column;margin-bottom:0;padding-left:0;display:-ms-flexbox;display:flex}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:#495057;background-color:#f8f9fa;text-decoration:none}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{background-color:#fff;border:1px solid #00000020;padding:.75rem 1.25rem;display:block;position:relative}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{border-top-width:1px;margin-top:-1px}.list-group-horizontal{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-top-right-radius:0;border-bottom-left-radius:.25rem}.list-group-horizontal>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}@media (min-width:576px){.list-group-horizontal-sm{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-top-right-radius:0;border-bottom-left-radius:.25rem}.list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}@media (min-width:768px){.list-group-horizontal-md{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-top-right-radius:0;border-bottom-left-radius:.25rem}.list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}@media (min-width:992px){.list-group-horizontal-lg{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-top-right-radius:0;border-bottom-left-radius:.25rem}.list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}@media (min-width:1200px){.list-group-horizontal-xl{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-top-right-radius:0;border-bottom-left-radius:.25rem}.list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#004085;background-color:#b8daff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#004085;background-color:#9fcdff}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#004085;border-color:#004085}.list-group-item-secondary{color:#383d41;background-color:#d6d8db}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#383d41;background-color:#c8cbcf}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41}.list-group-item-success{color:#155724;background-color:#c3e6cb}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#155724;background-color:#b1dfbb}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}.list-group-item-info{color:#0c5460;background-color:#bee5eb}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#0c5460;background-color:#abdde5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#856404;background-color:#ffeeba}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#856404;background-color:#ffe8a1}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.list-group-item-danger{color:#721c24;background-color:#f5c6cb}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#721c24;background-color:#f1b0b7}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#721c24;border-color:#721c24}.list-group-item-light{color:#818182;background-color:#fdfdfe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#818182;background-color:#ececf6}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182}.list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#1b1e21;background-color:#b9bbbe}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}.close{float:right;color:#000;text-shadow:0 1px #fff;opacity:.5;font-size:1.5rem;font-weight:700;line-height:1}.close:hover{color:#000;text-decoration:none}.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{opacity:.75}button.close{background-color:#0000;border:0;padding:0}a.close.disabled{pointer-events:none}.toast{max-width:350px;opacity:0;background-color:#ffffffd9;background-clip:padding-box;border:1px solid #0000001a;border-radius:.25rem;-ms-flex-preferred-size:350px;flex-basis:350px;font-size:.875rem;box-shadow:0 .25rem .75rem #0000001a}.toast:not(:last-child){margin-bottom:.75rem}.toast.showing{opacity:1}.toast.show{opacity:1;display:block}.toast.hide{display:none}.toast-header{color:#6c757d;background-color:#ffffffd9;background-clip:padding-box;border-bottom:1px solid #0000000d;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px);align-items:center;padding:.25rem .75rem;display:-ms-flexbox;display:flex}.toast-body{padding:.75rem}.modal-open{overflow:hidden}.modal-open .modal{overflow:hidden auto}.modal{z-index:1050;width:100%;height:100%;outline:0;display:none;position:fixed;top:0;left:0;overflow:hidden}.modal-dialog{width:auto;pointer-events:none;margin:.5rem;position:relative}.modal.fade .modal-dialog{transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translateY(-50px);transform:translateY(-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{-webkit-transform:none;transform:none}.modal.modal-static .modal-dialog{-webkit-transform:scale(1.02);transform:scale(1.02)}.modal-dialog-scrollable{max-height:calc(100% - 1rem);display:-ms-flexbox;display:flex}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header{-ms-flex-negative:0;flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{min-height:calc(100% - 1rem);align-items:center;display:-ms-flexbox;display:flex}.modal-dialog-centered:before{height:calc(100vh - 1rem);height:-webkit-min-content;height:-moz-min-content;height:min-content;content:"";display:block}.modal-dialog-centered.modal-dialog-scrollable{height:100%;-ms-flex-direction:column;flex-direction:column;justify-content:center}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable:before{content:none}.modal-content{width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid #0003;border-radius:.3rem;outline:0;-ms-flex-direction:column;flex-direction:column;display:-ms-flexbox;display:flex;position:relative}.modal-backdrop{z-index:1040;width:100vw;height:100vh;background-color:#000;position:fixed;top:0;left:0}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px);justify-content:space-between;align-items:flex-start;padding:1rem;display:-ms-flexbox;display:flex}.modal-header .close{margin:-1rem -1rem -1rem auto;padding:1rem}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{-ms-flex:auto;flex:auto;padding:1rem;position:relative}.modal-footer{border-top:1px solid #dee2e6;border-bottom-left-radius:calc(.3rem - 1px);border-bottom-right-radius:calc(.3rem - 1px);-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:flex-end;align-items:center;padding:.75rem;display:-ms-flexbox;display:flex}.modal-footer>*{margin:.25rem}.modal-scrollbar-measure{width:50px;height:50px;position:absolute;top:-9999px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered:before{height:calc(100vh - 3.5rem);height:-webkit-min-content;height:-moz-min-content;height:min-content}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}.tooltip{z-index:1070;text-align:left;text-align:start;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;word-wrap:break-word;opacity:0;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:.875rem;font-style:normal;font-weight:400;line-height:1.5;text-decoration:none;display:block;position:absolute}.tooltip.show{opacity:.9}.tooltip .arrow{width:.8rem;height:.4rem;display:block;position:absolute}.tooltip .arrow:before{content:"";border-style:solid;border-color:#0000;position:absolute}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow:before,.bs-tooltip-top .arrow:before{border-width:.4rem .4rem 0;border-top-color:#000;top:0}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{width:.4rem;height:.8rem;left:0}.bs-tooltip-auto[x-placement^=right] .arrow:before,.bs-tooltip-right .arrow:before{border-width:.4rem .4rem .4rem 0;border-right-color:#000;right:0}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.bs-tooltip-bottom .arrow:before{border-width:0 .4rem .4rem;border-bottom-color:#000;bottom:0}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{width:.4rem;height:.8rem;right:0}.bs-tooltip-auto[x-placement^=left] .arrow:before,.bs-tooltip-left .arrow:before{border-width:.4rem 0 .4rem .4rem;border-left-color:#000;left:0}.tooltip-inner{max-width:200px;color:#fff;text-align:center;background-color:#000;border-radius:.25rem;padding:.25rem .5rem}.popover{z-index:1060;max-width:276px;text-align:left;text-align:start;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid #0003;border-radius:.3rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:.875rem;font-style:normal;font-weight:400;line-height:1.5;text-decoration:none;display:block;position:absolute;top:0;left:0}.popover .arrow{width:1rem;height:.5rem;margin:0 .3rem;display:block;position:absolute}.popover .arrow:after,.popover .arrow:before{content:"";border-style:solid;border-color:#0000;display:block;position:absolute}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top]>.arrow,.bs-popover-top>.arrow{bottom:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=top]>.arrow:before,.bs-popover-top>.arrow:before{border-width:.5rem .5rem 0;border-top-color:#00000040;bottom:0}.bs-popover-auto[x-placement^=top]>.arrow:after,.bs-popover-top>.arrow:after{border-width:.5rem .5rem 0;border-top-color:#fff;bottom:1px}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right]>.arrow,.bs-popover-right>.arrow{width:.5rem;height:1rem;margin:.3rem 0;left:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=right]>.arrow:before,.bs-popover-right>.arrow:before{border-width:.5rem .5rem .5rem 0;border-right-color:#00000040;left:0}.bs-popover-auto[x-placement^=right]>.arrow:after,.bs-popover-right>.arrow:after{border-width:.5rem .5rem .5rem 0;border-right-color:#fff;left:1px}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom]>.arrow,.bs-popover-bottom>.arrow{top:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=bottom]>.arrow:before,.bs-popover-bottom>.arrow:before{border-width:0 .5rem .5rem;border-bottom-color:#00000040;top:0}.bs-popover-auto[x-placement^=bottom]>.arrow:after,.bs-popover-bottom>.arrow:after{border-width:0 .5rem .5rem;border-bottom-color:#fff;top:1px}.bs-popover-auto[x-placement^=bottom] .popover-header:before,.bs-popover-bottom .popover-header:before{width:1rem;content:"";border-bottom:1px solid #f7f7f7;margin-left:-.5rem;display:block;position:absolute;top:0;left:50%}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left]>.arrow,.bs-popover-left>.arrow{width:.5rem;height:1rem;margin:.3rem 0;right:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=left]>.arrow:before,.bs-popover-left>.arrow:before{border-width:.5rem 0 .5rem .5rem;border-left-color:#00000040;right:0}.bs-popover-auto[x-placement^=left]>.arrow:after,.bs-popover-left>.arrow:after{border-width:.5rem 0 .5rem .5rem;border-left-color:#fff;right:1px}.popover-header{background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px);margin-bottom:0;padding:.5rem .75rem;font-size:1rem}.popover-header:empty{display:none}.popover-body{color:#212529;padding:.5rem .75rem}.carousel{position:relative}.carousel.pointer-event{-ms-touch-action:pan-y;touch-action:pan-y}.carousel-inner{width:100%;position:relative;overflow:hidden}.carousel-inner:after{clear:both;content:"";display:block}.carousel-item{float:left;width:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;margin-right:-100%;transition:transform .6s ease-in-out,-webkit-transform .6s ease-in-out;display:none;position:relative}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-right,.carousel-item-next:not(.carousel-item-left){-webkit-transform:translate(100%);transform:translate(100%)}.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right){-webkit-transform:translate(-100%);transform:translate(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;-webkit-transform:none;transform:none}.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{transition:none}}.carousel-control-next,.carousel-control-prev{z-index:1;width:15%;color:#fff;text-align:center;opacity:.5;background:0 0;border:0;justify-content:center;align-items:center;padding:0;transition:opacity .15s;display:-ms-flexbox;display:flex;position:absolute;top:0;bottom:0}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;opacity:.9;outline:0;text-decoration:none}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{width:20px;height:20px;background:50%/100% 100% no-repeat;display:inline-block}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")}.carousel-indicators{z-index:15;justify-content:center;margin-left:15%;margin-right:15%;padding-left:0;list-style:none;display:-ms-flexbox;display:flex;position:absolute;bottom:0;left:0;right:0}.carousel-indicators li{box-sizing:content-box;width:30px;height:3px;text-indent:-999px;cursor:pointer;opacity:.5;background-color:#fff;background-clip:padding-box;border-top:10px solid #0000;border-bottom:10px solid #0000;-ms-flex:0 auto;flex:0 auto;margin-left:3px;margin-right:3px;transition:opacity .6s}@media (prefers-reduced-motion:reduce){.carousel-indicators li{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{z-index:10;color:#fff;text-align:center;padding-top:20px;padding-bottom:20px;position:absolute;bottom:20px;left:15%;right:15%}@-webkit-keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.spinner-border{width:2rem;height:2rem;vertical-align:-.125em;border:.25em solid;border-right-color:#0000;border-radius:50%;-webkit-animation:spinner-border .75s linear infinite;animation:spinner-border .75s linear infinite;display:inline-block}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@-webkit-keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1;-webkit-transform:none;transform:none}}@keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1;-webkit-transform:none;transform:none}}.spinner-grow{width:2rem;height:2rem;vertical-align:-.125em;opacity:0;background-color:currentColor;border-radius:50%;-webkit-animation:spinner-grow .75s linear infinite;animation:spinner-grow .75s linear infinite;display:inline-block}.spinner-grow-sm{width:1rem;height:1rem}@media (prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{-webkit-animation-duration:1.5s;animation-duration:1.5s}}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#007bff!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#0062cc!important}.bg-secondary{background-color:#6c757d!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#545b62!important}.bg-success{background-color:#28a745!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#1e7e34!important}.bg-info{background-color:#17a2b8!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#117a8b!important}.bg-warning{background-color:#ffc107!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#d39e00!important}.bg-danger{background-color:#dc3545!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#bd2130!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#dae0e5!important}.bg-dark{background-color:#343a40!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#1d2124!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:#0000!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#007bff!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#28a745!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.rounded-sm{border-radius:.2rem!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-right{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-left-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-lg{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-0{border-radius:0!important}.clearfix:after{clear:both;content:"";display:block}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}.embed-responsive{width:100%;padding:0;display:block;position:relative;overflow:hidden}.embed-responsive:before{content:"";display:block}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{width:100%;height:100%;border:0;position:absolute;top:0;bottom:0;left:0}.embed-responsive-21by9:before{padding-top:42.8571%}.embed-responsive-16by9:before{padding-top:56.25%}.embed-responsive-4by3:before{padding-top:75%}.embed-responsive-1by1:before{padding-top:100%}.flex-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-fill{-ms-flex:auto!important;flex:auto!important}.flex-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}@media (min-width:576px){.flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-sm-fill{-ms-flex:auto!important;flex:auto!important}.flex-sm-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-sm-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}}@media (min-width:768px){.flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-md-fill{-ms-flex:auto!important;flex:auto!important}.flex-md-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-md-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-lg-fill{-ms-flex:auto!important;flex:auto!important}.flex-lg-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-lg-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-xl-fill{-ms-flex:auto!important;flex:auto!important}.flex-xl-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-xl-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;-ms-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.fixed-top{z-index:1030;position:fixed;top:0;left:0;right:0}.fixed-bottom{z-index:1030;position:fixed;bottom:0;left:0;right:0}@supports ((position:-webkit-sticky) or (position:sticky)){.sticky-top{z-index:1020;position:-webkit-sticky;position:sticky;top:0}}.sr-only{width:1px;height:1px;clip:rect(0,0,0,0);white-space:nowrap;border:0;margin:-1px;padding:0;position:absolute;overflow:hidden}.sr-only-focusable:active,.sr-only-focusable:focus{width:auto;height:auto;clip:auto;white-space:normal;position:static;overflow:visible}.shadow-sm{box-shadow:0 .125rem .25rem #00000013!important}.shadow{box-shadow:0 .5rem 1rem #00000026!important}.shadow-lg{box-shadow:0 1rem 3rem #0000002d!important}.shadow-none{box-shadow:none!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.min-vw-100{min-width:100vw!important}.min-vh-100{min-height:100vh!important}.vw-100{width:100vw!important}.vh-100{height:100vh!important}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.stretched-link:after{z-index:1;pointer-events:auto;content:"";background-color:#0000;position:absolute;inset:0}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace!important}.text-justify{text-align:justify!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-lighter{font-weight:lighter!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-weight-bolder{font-weight:bolder!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#007bff!important}a.text-primary:focus,a.text-primary:hover{color:#0056b3!important}.text-secondary{color:#6c757d!important}a.text-secondary:focus,a.text-secondary:hover{color:#494f54!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#19692c!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#0f6674!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#ba8b00!important}.text-danger{color:#dc3545!important}a.text-danger:focus,a.text-danger:hover{color:#a71d2a!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#cbd3da!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#121416!important}.text-body{color:#212529!important}.text-muted{color:#6c757d!important}.text-black-50{color:#00000080!important}.text-white-50{color:#ffffff80!important}.text-hide{font:0/0 a;color:#0000;text-shadow:none;background-color:#0000;border:0}.text-decoration-none{text-decoration:none!important}.text-break{word-break:break-word!important;word-wrap:break-word!important}.text-reset{color:inherit!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,:after,:before{text-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]:after{content:" (" attr(title)")"}pre{white-space:pre-wrap!important}blockquote,pre{page-break-inside:avoid;border:1px solid #adb5bd}img,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}body,.container{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #dee2e6!important}.table-dark{color:inherit}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#dee2e6}.table .thead-dark th{color:inherit;border-color:#dee2e6}}@-webkit-keyframes bs-notify-fadeOut{0%{opacity:.9}to{opacity:0}}@-o-keyframes bs-notify-fadeOut{0%{opacity:.9}to{opacity:0}}@keyframes bs-notify-fadeOut{0%{opacity:.9}to{opacity:0}}.bootstrap-select>select.bs-select-hidden,select.bs-select-hidden,select.selectpicker{display:none!important}.bootstrap-select{width:220px�;vertical-align:middle}.bootstrap-select>.dropdown-toggle{width:100%;text-align:right;white-space:nowrap;justify-content:space-between;align-items:center;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;position:relative}.bootstrap-select>.dropdown-toggle:after{margin-top:-1px}.bootstrap-select>.dropdown-toggle.bs-placeholder,.bootstrap-select>.dropdown-toggle.bs-placeholder:active,.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder:hover{color:#999}.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:hover{color:#ffffff80}.bootstrap-select>select{border:none;bottom:0;left:50%;width:.5px!important;height:100%!important;opacity:0!important;z-index:0!important;padding:0!important;display:block!important;position:absolute!important}.bootstrap-select>select.mobile-device{top:0;left:0;width:100%!important;z-index:2!important;display:block!important}.bootstrap-select.is-invalid .dropdown-toggle,.error .bootstrap-select .dropdown-toggle,.has-error .bootstrap-select .dropdown-toggle,.was-validated .bootstrap-select select:invalid+.dropdown-toggle{border-color:#b94a48}.bootstrap-select.is-valid .dropdown-toggle,.was-validated .bootstrap-select select:valid+.dropdown-toggle{border-color:#28a745}.bootstrap-select.fit-width{width:auto!important}.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){width:220px}.bootstrap-select .dropdown-toggle:focus,.bootstrap-select>select.mobile-device:focus+.dropdown-toggle{outline-offset:-2px;outline:thin dotted #333!important;outline:5px auto -webkit-focus-ring-color!important}.bootstrap-select.form-control{height:auto;border:none;margin-bottom:0;padding:0}:not(.input-group)>.bootstrap-select.form-control:not([class*=col-]){width:100%}.bootstrap-select.form-control.input-group-btn{float:none;z-index:auto}.form-inline .bootstrap-select,.form-inline .bootstrap-select.form-control:not([class*=col-]){width:auto}.bootstrap-select:not(.input-group-btn),.bootstrap-select[class*=col-]{float:none;margin-left:0;display:inline-block}.bootstrap-select.dropdown-menu-right,.bootstrap-select[class*=col-].dropdown-menu-right,.row .bootstrap-select[class*=col-].dropdown-menu-right{float:right}.form-group .bootstrap-select,.form-horizontal .bootstrap-select,.form-inline .bootstrap-select{margin-bottom:0}.form-group-lg .bootstrap-select.form-control,.form-group-sm .bootstrap-select.form-control{padding:0}.form-group-lg .bootstrap-select.form-control .dropdown-toggle,.form-group-sm .bootstrap-select.form-control .dropdown-toggle{height:100%;font-size:inherit;line-height:inherit;border-radius:inherit}.bootstrap-select.form-control-lg .dropdown-toggle,.bootstrap-select.form-control-sm .dropdown-toggle{font-size:inherit;line-height:inherit;border-radius:inherit}.bootstrap-select.form-control-sm .dropdown-toggle{padding:.25rem .5rem}.bootstrap-select.form-control-lg .dropdown-toggle{padding:.5rem 1rem}.form-inline .bootstrap-select .form-control{width:100%}.bootstrap-select.disabled,.bootstrap-select>.disabled{cursor:not-allowed}.bootstrap-select.disabled:focus,.bootstrap-select>.disabled:focus{outline:0!important}.bootstrap-select.bs-container{position:absolute;top:0;left:0;height:0!important;padding:0!important}.bootstrap-select.bs-container .dropdown-menu{z-index:1060}.bootstrap-select .dropdown-toggle .filter-option{float:left;height:100%;width:100%;text-align:left;-webkit-box-flex:0;-webkit-flex:0 auto;-ms-flex:0 auto;flex:0 auto;position:static;top:0;left:0;overflow:hidden}.bs3.bootstrap-select .dropdown-toggle .filter-option{padding-right:inherit}.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option{padding-top:inherit;padding-bottom:inherit;padding-left:inherit;float:none;position:absolute}.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner{padding-right:inherit}.bootstrap-select .dropdown-toggle .filter-option-inner-inner{overflow:hidden}.bootstrap-select .dropdown-toggle .filter-expand{float:left;overflow:hidden;width:0!important;opacity:0!important}.bootstrap-select .dropdown-toggle .caret{vertical-align:middle;margin-top:-2px;position:absolute;top:50%;right:12px}.input-group .bootstrap-select.form-control .dropdown-toggle{border-radius:inherit}.bootstrap-select[class*=col-] .dropdown-toggle{width:100%}.bootstrap-select .dropdown-menu{min-width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select .dropdown-menu>.inner:focus{outline:0!important}.bootstrap-select .dropdown-menu.inner{float:none;-webkit-box-shadow:none;box-shadow:none;border:0;border-radius:0;margin:0;padding:0;position:static}.bootstrap-select .dropdown-menu li{position:relative}.bootstrap-select .dropdown-menu li.active small{color:#ffffff80!important}.bootstrap-select .dropdown-menu li.disabled a{cursor:not-allowed}.bootstrap-select .dropdown-menu li a{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.bootstrap-select .dropdown-menu li a.opt{padding-left:2.25em;position:relative}.bootstrap-select .dropdown-menu li a span.check-mark{display:none}.bootstrap-select .dropdown-menu li a span.text{display:inline-block}.bootstrap-select .dropdown-menu li small{padding-left:.5em}.bootstrap-select .dropdown-menu .notify{width:96%;min-height:26px;pointer-events:none;opacity:.9;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background:#f5f5f5;border:1px solid #e3e3e3;margin:0 2%;padding:3px 5px;position:absolute;bottom:5px;-webkit-box-shadow:inset 0 1px 1px #0000000d;box-shadow:inset 0 1px 1px #0000000d}.bootstrap-select .dropdown-menu .notify.fadeOut{-webkit-animation:bs-notify-fadeOut .3s linear .75s forwards;-o-animation:bs-notify-fadeOut .3s linear .75s forwards;animation:bs-notify-fadeOut .3s linear .75s forwards}.bootstrap-select .no-results{white-space:nowrap;background:#f5f5f5;margin:0 5px;padding:3px}.bootstrap-select.fit-width .dropdown-toggle .filter-option{padding:0;display:inline;position:static}.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner{display:inline}.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before{content:" "}.bootstrap-select.fit-width .dropdown-toggle .caret{margin-top:-1px;position:static;top:auto}.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark{display:inline-block;position:absolute;top:5px;right:15px}.bootstrap-select.show-tick .dropdown-menu li a span.text{margin-right:34px}.bootstrap-select .bs-ok-default:after{content:"";width:.5em;height:1em;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;border-style:solid;border-width:0 .26em .26em 0;display:block;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle{z-index:1061}.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before{content:"";border-bottom:7px solid #ccc3;border-left:7px solid #0000;border-right:7px solid #0000;display:none;position:absolute;bottom:-4px;left:9px}.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after{content:"";border-bottom:6px solid #fff;border-left:6px solid #0000;border-right:6px solid #0000;display:none;position:absolute;bottom:-4px;left:10px}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before{border-top:7px solid #ccc3;border-bottom:0;top:-4px;bottom:auto}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after{border-top:6px solid #fff;border-bottom:0;top:-4px;bottom:auto}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before{left:auto;right:12px}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after{left:auto;right:13px}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:after,.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:before,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:after,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:before{display:block}.bs-actionsbox,.bs-donebutton,.bs-searchbox{padding:4px 8px}.bs-actionsbox{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-actionsbox .btn-group button{width:50%}.bs-donebutton{float:left;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-donebutton .btn-group button{width:100%}.bs-searchbox+.bs-actionsbox{padding:0 8px 4px}.bs-searchbox .form-control{width:100%;float:none;margin-bottom:0}@font-face{font-family:FontAwesome;src:url(fontawesome-webfont.3981e506.eot);src:url(fontawesome-webfont.3981e506.eot#iefix&v=4.7.0)format("embedded-opentype"),url(fontawesome-webfont.58488e7e.woff2)format("woff2"),url(fontawesome-webfont.ed962b83.woff)format("woff"),url(fontawesome-webfont.0caf0c90.ttf)format("truetype"),url(fontawesome-webfont.a9323ae9.svg#fontawesomeregular)format("svg");font-weight:400;font-style:normal}.fa{font:14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block}.fa-lg{vertical-align:-15%;font-size:1.33333em;line-height:.75em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571em;text-align:center}.fa-ul{margin-left:2.14286em;padding-left:0;list-style-type:none}.fa-ul>li{position:relative}.fa-li{width:2.14286em;text-align:center;position:absolute;top:.142857em;left:-2.14286em}.fa-li.fa-lg{left:-1.85714em}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8,end) infinite;animation:fa-spin 1s steps(8,end) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scaleY(-1);-ms-transform:scaleY(-1);transform:scaleY(-1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{width:2em;height:2em;vertical-align:middle;line-height:2em;display:inline-block;position:relative}.fa-stack-1x,.fa-stack-2x{width:100%;text-align:center;position:absolute;left:0}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:""}.fa-music:before{content:""}.fa-search:before{content:""}.fa-envelope-o:before{content:""}.fa-heart:before{content:""}.fa-star:before{content:""}.fa-star-o:before{content:""}.fa-user:before{content:""}.fa-film:before{content:""}.fa-th-large:before{content:""}.fa-th:before{content:""}.fa-th-list:before{content:""}.fa-check:before{content:""}.fa-remove:before,.fa-close:before,.fa-times:before{content:""}.fa-search-plus:before{content:""}.fa-search-minus:before{content:""}.fa-power-off:before{content:""}.fa-signal:before{content:""}.fa-gear:before,.fa-cog:before{content:""}.fa-trash-o:before{content:""}.fa-home:before{content:""}.fa-file-o:before{content:""}.fa-clock-o:before{content:""}.fa-road:before{content:""}.fa-download:before{content:""}.fa-arrow-circle-o-down:before{content:""}.fa-arrow-circle-o-up:before{content:""}.fa-inbox:before{content:""}.fa-play-circle-o:before{content:""}.fa-rotate-right:before,.fa-repeat:before{content:""}.fa-refresh:before{content:""}.fa-list-alt:before{content:""}.fa-lock:before{content:""}.fa-flag:before{content:""}.fa-headphones:before{content:""}.fa-volume-off:before{content:""}.fa-volume-down:before{content:""}.fa-volume-up:before{content:""}.fa-qrcode:before{content:""}.fa-barcode:before{content:""}.fa-tag:before{content:""}.fa-tags:before{content:""}.fa-book:before{content:""}.fa-bookmark:before{content:""}.fa-print:before{content:""}.fa-camera:before{content:""}.fa-font:before{content:""}.fa-bold:before{content:""}.fa-italic:before{content:""}.fa-text-height:before{content:""}.fa-text-width:before{content:""}.fa-align-left:before{content:""}.fa-align-center:before{content:""}.fa-align-right:before{content:""}.fa-align-justify:before{content:""}.fa-list:before{content:""}.fa-dedent:before,.fa-outdent:before{content:""}.fa-indent:before{content:""}.fa-video-camera:before{content:""}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:""}.fa-pencil:before{content:""}.fa-map-marker:before{content:""}.fa-adjust:before{content:""}.fa-tint:before{content:""}.fa-edit:before,.fa-pencil-square-o:before{content:""}.fa-share-square-o:before{content:""}.fa-check-square-o:before{content:""}.fa-arrows:before{content:""}.fa-step-backward:before{content:""}.fa-fast-backward:before{content:""}.fa-backward:before{content:""}.fa-play:before{content:""}.fa-pause:before{content:""}.fa-stop:before{content:""}.fa-forward:before{content:""}.fa-fast-forward:before{content:""}.fa-step-forward:before{content:""}.fa-eject:before{content:""}.fa-chevron-left:before{content:""}.fa-chevron-right:before{content:""}.fa-plus-circle:before{content:""}.fa-minus-circle:before{content:""}.fa-times-circle:before{content:""}.fa-check-circle:before{content:""}.fa-question-circle:before{content:""}.fa-info-circle:before{content:""}.fa-crosshairs:before{content:""}.fa-times-circle-o:before{content:""}.fa-check-circle-o:before{content:""}.fa-ban:before{content:""}.fa-arrow-left:before{content:""}.fa-arrow-right:before{content:""}.fa-arrow-up:before{content:""}.fa-arrow-down:before{content:""}.fa-mail-forward:before,.fa-share:before{content:""}.fa-expand:before{content:""}.fa-compress:before{content:""}.fa-plus:before{content:""}.fa-minus:before{content:""}.fa-asterisk:before{content:""}.fa-exclamation-circle:before{content:""}.fa-gift:before{content:""}.fa-leaf:before{content:""}.fa-fire:before{content:""}.fa-eye:before{content:""}.fa-eye-slash:before{content:""}.fa-warning:before,.fa-exclamation-triangle:before{content:""}.fa-plane:before{content:""}.fa-calendar:before{content:""}.fa-random:before{content:""}.fa-comment:before{content:""}.fa-magnet:before{content:""}.fa-chevron-up:before{content:""}.fa-chevron-down:before{content:""}.fa-retweet:before{content:""}.fa-shopping-cart:before{content:""}.fa-folder:before{content:""}.fa-folder-open:before{content:""}.fa-arrows-v:before{content:""}.fa-arrows-h:before{content:""}.fa-bar-chart-o:before,.fa-bar-chart:before{content:""}.fa-twitter-square:before{content:""}.fa-facebook-square:before{content:""}.fa-camera-retro:before{content:""}.fa-key:before{content:""}.fa-gears:before,.fa-cogs:before{content:""}.fa-comments:before{content:""}.fa-thumbs-o-up:before{content:""}.fa-thumbs-o-down:before{content:""}.fa-star-half:before{content:""}.fa-heart-o:before{content:""}.fa-sign-out:before{content:""}.fa-linkedin-square:before{content:""}.fa-thumb-tack:before{content:""}.fa-external-link:before{content:""}.fa-sign-in:before{content:""}.fa-trophy:before{content:""}.fa-github-square:before{content:""}.fa-upload:before{content:""}.fa-lemon-o:before{content:""}.fa-phone:before{content:""}.fa-square-o:before{content:""}.fa-bookmark-o:before{content:""}.fa-phone-square:before{content:""}.fa-twitter:before{content:""}.fa-facebook-f:before,.fa-facebook:before{content:""}.fa-github:before{content:""}.fa-unlock:before{content:""}.fa-credit-card:before{content:""}.fa-feed:before,.fa-rss:before{content:""}.fa-hdd-o:before{content:""}.fa-bullhorn:before{content:""}.fa-bell:before{content:""}.fa-certificate:before{content:""}.fa-hand-o-right:before{content:""}.fa-hand-o-left:before{content:""}.fa-hand-o-up:before{content:""}.fa-hand-o-down:before{content:""}.fa-arrow-circle-left:before{content:""}.fa-arrow-circle-right:before{content:""}.fa-arrow-circle-up:before{content:""}.fa-arrow-circle-down:before{content:""}.fa-globe:before{content:""}.fa-wrench:before{content:""}.fa-tasks:before{content:""}.fa-filter:before{content:""}.fa-briefcase:before{content:""}.fa-arrows-alt:before{content:""}.fa-group:before,.fa-users:before{content:""}.fa-chain:before,.fa-link:before{content:""}.fa-cloud:before{content:""}.fa-flask:before{content:""}.fa-cut:before,.fa-scissors:before{content:""}.fa-copy:before,.fa-files-o:before{content:""}.fa-paperclip:before{content:""}.fa-save:before,.fa-floppy-o:before{content:""}.fa-square:before{content:""}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:""}.fa-list-ul:before{content:""}.fa-list-ol:before{content:""}.fa-strikethrough:before{content:""}.fa-underline:before{content:""}.fa-table:before{content:""}.fa-magic:before{content:""}.fa-truck:before{content:""}.fa-pinterest:before{content:""}.fa-pinterest-square:before{content:""}.fa-google-plus-square:before{content:""}.fa-google-plus:before{content:""}.fa-money:before{content:""}.fa-caret-down:before{content:""}.fa-caret-up:before{content:""}.fa-caret-left:before{content:""}.fa-caret-right:before{content:""}.fa-columns:before{content:""}.fa-unsorted:before,.fa-sort:before{content:""}.fa-sort-down:before,.fa-sort-desc:before{content:""}.fa-sort-up:before,.fa-sort-asc:before{content:""}.fa-envelope:before{content:""}.fa-linkedin:before{content:""}.fa-rotate-left:before,.fa-undo:before{content:""}.fa-legal:before,.fa-gavel:before{content:""}.fa-dashboard:before,.fa-tachometer:before{content:""}.fa-comment-o:before{content:""}.fa-comments-o:before{content:""}.fa-flash:before,.fa-bolt:before{content:""}.fa-sitemap:before{content:""}.fa-umbrella:before{content:""}.fa-paste:before,.fa-clipboard:before{content:""}.fa-lightbulb-o:before{content:""}.fa-exchange:before{content:""}.fa-cloud-download:before{content:""}.fa-cloud-upload:before{content:""}.fa-user-md:before{content:""}.fa-stethoscope:before{content:""}.fa-suitcase:before{content:""}.fa-bell-o:before{content:""}.fa-coffee:before{content:""}.fa-cutlery:before{content:""}.fa-file-text-o:before{content:""}.fa-building-o:before{content:""}.fa-hospital-o:before{content:""}.fa-ambulance:before{content:""}.fa-medkit:before{content:""}.fa-fighter-jet:before{content:""}.fa-beer:before{content:""}.fa-h-square:before{content:""}.fa-plus-square:before{content:""}.fa-angle-double-left:before{content:""}.fa-angle-double-right:before{content:""}.fa-angle-double-up:before{content:""}.fa-angle-double-down:before{content:""}.fa-angle-left:before{content:""}.fa-angle-right:before{content:""}.fa-angle-up:before{content:""}.fa-angle-down:before{content:""}.fa-desktop:before{content:""}.fa-laptop:before{content:""}.fa-tablet:before{content:""}.fa-mobile-phone:before,.fa-mobile:before{content:""}.fa-circle-o:before{content:""}.fa-quote-left:before{content:""}.fa-quote-right:before{content:""}.fa-spinner:before{content:""}.fa-circle:before{content:""}.fa-mail-reply:before,.fa-reply:before{content:""}.fa-github-alt:before{content:""}.fa-folder-o:before{content:""}.fa-folder-open-o:before{content:""}.fa-smile-o:before{content:""}.fa-frown-o:before{content:""}.fa-meh-o:before{content:""}.fa-gamepad:before{content:""}.fa-keyboard-o:before{content:""}.fa-flag-o:before{content:""}.fa-flag-checkered:before{content:""}.fa-terminal:before{content:""}.fa-code:before{content:""}.fa-mail-reply-all:before,.fa-reply-all:before{content:""}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:""}.fa-location-arrow:before{content:""}.fa-crop:before{content:""}.fa-code-fork:before{content:""}.fa-unlink:before,.fa-chain-broken:before{content:""}.fa-question:before{content:""}.fa-info:before{content:""}.fa-exclamation:before{content:""}.fa-superscript:before{content:""}.fa-subscript:before{content:""}.fa-eraser:before{content:""}.fa-puzzle-piece:before{content:""}.fa-microphone:before{content:""}.fa-microphone-slash:before{content:""}.fa-shield:before{content:""}.fa-calendar-o:before{content:""}.fa-fire-extinguisher:before{content:""}.fa-rocket:before{content:""}.fa-maxcdn:before{content:""}.fa-chevron-circle-left:before{content:""}.fa-chevron-circle-right:before{content:""}.fa-chevron-circle-up:before{content:""}.fa-chevron-circle-down:before{content:""}.fa-html5:before{content:""}.fa-css3:before{content:""}.fa-anchor:before{content:""}.fa-unlock-alt:before{content:""}.fa-bullseye:before{content:""}.fa-ellipsis-h:before{content:""}.fa-ellipsis-v:before{content:""}.fa-rss-square:before{content:""}.fa-play-circle:before{content:""}.fa-ticket:before{content:""}.fa-minus-square:before{content:""}.fa-minus-square-o:before{content:""}.fa-level-up:before{content:""}.fa-level-down:before{content:""}.fa-check-square:before{content:""}.fa-pencil-square:before{content:""}.fa-external-link-square:before{content:""}.fa-share-square:before{content:""}.fa-compass:before{content:""}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:""}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:""}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:""}.fa-euro:before,.fa-eur:before{content:""}.fa-gbp:before{content:""}.fa-dollar:before,.fa-usd:before{content:""}.fa-rupee:before,.fa-inr:before{content:""}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:""}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:""}.fa-won:before,.fa-krw:before{content:""}.fa-bitcoin:before,.fa-btc:before{content:""}.fa-file:before{content:""}.fa-file-text:before{content:""}.fa-sort-alpha-asc:before{content:""}.fa-sort-alpha-desc:before{content:""}.fa-sort-amount-asc:before{content:""}.fa-sort-amount-desc:before{content:""}.fa-sort-numeric-asc:before{content:""}.fa-sort-numeric-desc:before{content:""}.fa-thumbs-up:before{content:""}.fa-thumbs-down:before{content:""}.fa-youtube-square:before{content:""}.fa-youtube:before{content:""}.fa-xing:before{content:""}.fa-xing-square:before{content:""}.fa-youtube-play:before{content:""}.fa-dropbox:before{content:""}.fa-stack-overflow:before{content:""}.fa-instagram:before{content:""}.fa-flickr:before{content:""}.fa-adn:before{content:""}.fa-bitbucket:before{content:""}.fa-bitbucket-square:before{content:""}.fa-tumblr:before{content:""}.fa-tumblr-square:before{content:""}.fa-long-arrow-down:before{content:""}.fa-long-arrow-up:before{content:""}.fa-long-arrow-left:before{content:""}.fa-long-arrow-right:before{content:""}.fa-apple:before{content:""}.fa-windows:before{content:""}.fa-android:before{content:""}.fa-linux:before{content:""}.fa-dribbble:before{content:""}.fa-skype:before{content:""}.fa-foursquare:before{content:""}.fa-trello:before{content:""}.fa-female:before{content:""}.fa-male:before{content:""}.fa-gittip:before,.fa-gratipay:before{content:""}.fa-sun-o:before{content:""}.fa-moon-o:before{content:""}.fa-archive:before{content:""}.fa-bug:before{content:""}.fa-vk:before{content:""}.fa-weibo:before{content:""}.fa-renren:before{content:""}.fa-pagelines:before{content:""}.fa-stack-exchange:before{content:""}.fa-arrow-circle-o-right:before{content:""}.fa-arrow-circle-o-left:before{content:""}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:""}.fa-dot-circle-o:before{content:""}.fa-wheelchair:before{content:""}.fa-vimeo-square:before{content:""}.fa-turkish-lira:before,.fa-try:before{content:""}.fa-plus-square-o:before{content:""}.fa-space-shuttle:before{content:""}.fa-slack:before{content:""}.fa-envelope-square:before{content:""}.fa-wordpress:before{content:""}.fa-openid:before{content:""}.fa-institution:before,.fa-bank:before,.fa-university:before{content:""}.fa-mortar-board:before,.fa-graduation-cap:before{content:""}.fa-yahoo:before{content:""}.fa-google:before{content:""}.fa-reddit:before{content:""}.fa-reddit-square:before{content:""}.fa-stumbleupon-circle:before{content:""}.fa-stumbleupon:before{content:""}.fa-delicious:before{content:""}.fa-digg:before{content:""}.fa-pied-piper-pp:before{content:""}.fa-pied-piper-alt:before{content:""}.fa-drupal:before{content:""}.fa-joomla:before{content:""}.fa-language:before{content:""}.fa-fax:before{content:""}.fa-building:before{content:""}.fa-child:before{content:""}.fa-paw:before{content:""}.fa-spoon:before{content:""}.fa-cube:before{content:""}.fa-cubes:before{content:""}.fa-behance:before{content:""}.fa-behance-square:before{content:""}.fa-steam:before{content:""}.fa-steam-square:before{content:""}.fa-recycle:before{content:""}.fa-automobile:before,.fa-car:before{content:""}.fa-cab:before,.fa-taxi:before{content:""}.fa-tree:before{content:""}.fa-spotify:before{content:""}.fa-deviantart:before{content:""}.fa-soundcloud:before{content:""}.fa-database:before{content:""}.fa-file-pdf-o:before{content:""}.fa-file-word-o:before{content:""}.fa-file-excel-o:before{content:""}.fa-file-powerpoint-o:before{content:""}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:""}.fa-file-zip-o:before,.fa-file-archive-o:before{content:""}.fa-file-sound-o:before,.fa-file-audio-o:before{content:""}.fa-file-movie-o:before,.fa-file-video-o:before{content:""}.fa-file-code-o:before{content:""}.fa-vine:before{content:""}.fa-codepen:before{content:""}.fa-jsfiddle:before{content:""}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:""}.fa-circle-o-notch:before{content:""}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:""}.fa-ge:before,.fa-empire:before{content:""}.fa-git-square:before{content:""}.fa-git:before{content:""}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:""}.fa-tencent-weibo:before{content:""}.fa-qq:before{content:""}.fa-wechat:before,.fa-weixin:before{content:""}.fa-send:before,.fa-paper-plane:before{content:""}.fa-send-o:before,.fa-paper-plane-o:before{content:""}.fa-history:before{content:""}.fa-circle-thin:before{content:""}.fa-header:before{content:""}.fa-paragraph:before{content:""}.fa-sliders:before{content:""}.fa-share-alt:before{content:""}.fa-share-alt-square:before{content:""}.fa-bomb:before{content:""}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:""}.fa-tty:before{content:""}.fa-binoculars:before{content:""}.fa-plug:before{content:""}.fa-slideshare:before{content:""}.fa-twitch:before{content:""}.fa-yelp:before{content:""}.fa-newspaper-o:before{content:""}.fa-wifi:before{content:""}.fa-calculator:before{content:""}.fa-paypal:before{content:""}.fa-google-wallet:before{content:""}.fa-cc-visa:before{content:""}.fa-cc-mastercard:before{content:""}.fa-cc-discover:before{content:""}.fa-cc-amex:before{content:""}.fa-cc-paypal:before{content:""}.fa-cc-stripe:before{content:""}.fa-bell-slash:before{content:""}.fa-bell-slash-o:before{content:""}.fa-trash:before{content:""}.fa-copyright:before{content:""}.fa-at:before{content:""}.fa-eyedropper:before{content:""}.fa-paint-brush:before{content:""}.fa-birthday-cake:before{content:""}.fa-area-chart:before{content:""}.fa-pie-chart:before{content:""}.fa-line-chart:before{content:""}.fa-lastfm:before{content:""}.fa-lastfm-square:before{content:""}.fa-toggle-off:before{content:""}.fa-toggle-on:before{content:""}.fa-bicycle:before{content:""}.fa-bus:before{content:""}.fa-ioxhost:before{content:""}.fa-angellist:before{content:""}.fa-cc:before{content:""}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:""}.fa-meanpath:before{content:""}.fa-buysellads:before{content:""}.fa-connectdevelop:before{content:""}.fa-dashcube:before{content:""}.fa-forumbee:before{content:""}.fa-leanpub:before{content:""}.fa-sellsy:before{content:""}.fa-shirtsinbulk:before{content:""}.fa-simplybuilt:before{content:""}.fa-skyatlas:before{content:""}.fa-cart-plus:before{content:""}.fa-cart-arrow-down:before{content:""}.fa-diamond:before{content:""}.fa-ship:before{content:""}.fa-user-secret:before{content:""}.fa-motorcycle:before{content:""}.fa-street-view:before{content:""}.fa-heartbeat:before{content:""}.fa-venus:before{content:""}.fa-mars:before{content:""}.fa-mercury:before{content:""}.fa-intersex:before,.fa-transgender:before{content:""}.fa-transgender-alt:before{content:""}.fa-venus-double:before{content:""}.fa-mars-double:before{content:""}.fa-venus-mars:before{content:""}.fa-mars-stroke:before{content:""}.fa-mars-stroke-v:before{content:""}.fa-mars-stroke-h:before{content:""}.fa-neuter:before{content:""}.fa-genderless:before{content:""}.fa-facebook-official:before{content:""}.fa-pinterest-p:before{content:""}.fa-whatsapp:before{content:""}.fa-server:before{content:""}.fa-user-plus:before{content:""}.fa-user-times:before{content:""}.fa-hotel:before,.fa-bed:before{content:""}.fa-viacoin:before{content:""}.fa-train:before{content:""}.fa-subway:before{content:""}.fa-medium:before{content:""}.fa-yc:before,.fa-y-combinator:before{content:""}.fa-optin-monster:before{content:""}.fa-opencart:before{content:""}.fa-expeditedssl:before{content:""}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:""}.fa-battery-3:before,.fa-battery-three-quarters:before{content:""}.fa-battery-2:before,.fa-battery-half:before{content:""}.fa-battery-1:before,.fa-battery-quarter:before{content:""}.fa-battery-0:before,.fa-battery-empty:before{content:""}.fa-mouse-pointer:before{content:""}.fa-i-cursor:before{content:""}.fa-object-group:before{content:""}.fa-object-ungroup:before{content:""}.fa-sticky-note:before{content:""}.fa-sticky-note-o:before{content:""}.fa-cc-jcb:before{content:""}.fa-cc-diners-club:before{content:""}.fa-clone:before{content:""}.fa-balance-scale:before{content:""}.fa-hourglass-o:before{content:""}.fa-hourglass-1:before,.fa-hourglass-start:before{content:""}.fa-hourglass-2:before,.fa-hourglass-half:before{content:""}.fa-hourglass-3:before,.fa-hourglass-end:before{content:""}.fa-hourglass:before{content:""}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:""}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:""}.fa-hand-scissors-o:before{content:""}.fa-hand-lizard-o:before{content:""}.fa-hand-spock-o:before{content:""}.fa-hand-pointer-o:before{content:""}.fa-hand-peace-o:before{content:""}.fa-trademark:before{content:""}.fa-registered:before{content:""}.fa-creative-commons:before{content:""}.fa-gg:before{content:""}.fa-gg-circle:before{content:""}.fa-tripadvisor:before{content:""}.fa-odnoklassniki:before{content:""}.fa-odnoklassniki-square:before{content:""}.fa-get-pocket:before{content:""}.fa-wikipedia-w:before{content:""}.fa-safari:before{content:""}.fa-chrome:before{content:""}.fa-firefox:before{content:""}.fa-opera:before{content:""}.fa-internet-explorer:before{content:""}.fa-tv:before,.fa-television:before{content:""}.fa-contao:before{content:""}.fa-500px:before{content:""}.fa-amazon:before{content:""}.fa-calendar-plus-o:before{content:""}.fa-calendar-minus-o:before{content:""}.fa-calendar-times-o:before{content:""}.fa-calendar-check-o:before{content:""}.fa-industry:before{content:""}.fa-map-pin:before{content:""}.fa-map-signs:before{content:""}.fa-map-o:before{content:""}.fa-map:before{content:""}.fa-commenting:before{content:""}.fa-commenting-o:before{content:""}.fa-houzz:before{content:""}.fa-vimeo:before{content:""}.fa-black-tie:before{content:""}.fa-fonticons:before{content:""}.fa-reddit-alien:before{content:""}.fa-edge:before{content:""}.fa-credit-card-alt:before{content:""}.fa-codiepie:before{content:""}.fa-modx:before{content:""}.fa-fort-awesome:before{content:""}.fa-usb:before{content:""}.fa-product-hunt:before{content:""}.fa-mixcloud:before{content:""}.fa-scribd:before{content:""}.fa-pause-circle:before{content:""}.fa-pause-circle-o:before{content:""}.fa-stop-circle:before{content:""}.fa-stop-circle-o:before{content:""}.fa-shopping-bag:before{content:""}.fa-shopping-basket:before{content:""}.fa-hashtag:before{content:""}.fa-bluetooth:before{content:""}.fa-bluetooth-b:before{content:""}.fa-percent:before{content:""}.fa-gitlab:before{content:""}.fa-wpbeginner:before{content:""}.fa-wpforms:before{content:""}.fa-envira:before{content:""}.fa-universal-access:before{content:""}.fa-wheelchair-alt:before{content:""}.fa-question-circle-o:before{content:""}.fa-blind:before{content:""}.fa-audio-description:before{content:""}.fa-volume-control-phone:before{content:""}.fa-braille:before{content:""}.fa-assistive-listening-systems:before{content:""}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:""}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:""}.fa-glide:before{content:""}.fa-glide-g:before{content:""}.fa-signing:before,.fa-sign-language:before{content:""}.fa-low-vision:before{content:""}.fa-viadeo:before{content:""}.fa-viadeo-square:before{content:""}.fa-snapchat:before{content:""}.fa-snapchat-ghost:before{content:""}.fa-snapchat-square:before{content:""}.fa-pied-piper:before{content:""}.fa-first-order:before{content:""}.fa-yoast:before{content:""}.fa-themeisle:before{content:""}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:""}.fa-fa:before,.fa-font-awesome:before{content:""}.fa-handshake-o:before{content:""}.fa-envelope-open:before{content:""}.fa-envelope-open-o:before{content:""}.fa-linode:before{content:""}.fa-address-book:before{content:""}.fa-address-book-o:before{content:""}.fa-vcard:before,.fa-address-card:before{content:""}.fa-vcard-o:before,.fa-address-card-o:before{content:""}.fa-user-circle:before{content:""}.fa-user-circle-o:before{content:""}.fa-user-o:before{content:""}.fa-id-badge:before{content:""}.fa-drivers-license:before,.fa-id-card:before{content:""}.fa-drivers-license-o:before,.fa-id-card-o:before{content:""}.fa-quora:before{content:""}.fa-free-code-camp:before{content:""}.fa-telegram:before{content:""}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:""}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:""}.fa-thermometer-2:before,.fa-thermometer-half:before{content:""}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:""}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:""}.fa-shower:before{content:""}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:""}.fa-podcast:before{content:""}.fa-window-maximize:before{content:""}.fa-window-minimize:before{content:""}.fa-window-restore:before{content:""}.fa-times-rectangle:before,.fa-window-close:before{content:""}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:""}.fa-bandcamp:before{content:""}.fa-grav:before{content:""}.fa-etsy:before{content:""}.fa-imdb:before{content:""}.fa-ravelry:before{content:""}.fa-eercast:before{content:""}.fa-microchip:before{content:""}.fa-snowflake-o:before{content:""}.fa-superpowers:before{content:""}.fa-wpexplorer:before{content:""}.fa-meetup:before{content:""}.sr-only{width:1px;height:1px;clip:rect(0,0,0,0);border:0;margin:-1px;padding:0;position:absolute;overflow:hidden}.sr-only-focusable:active,.sr-only-focusable:focus{width:auto;height:auto;clip:auto;margin:0;position:static;overflow:visible}.mfp-bg{width:100%;height:100%;z-index:1042;opacity:.8;background:#0b0b0b;position:fixed;top:0;left:0;overflow:hidden}.mfp-wrap{width:100%;height:100%;z-index:1043;-webkit-backface-visibility:hidden;position:fixed;top:0;left:0;outline:none!important}.mfp-container{text-align:center;width:100%;height:100%;box-sizing:border-box;padding:0 8px;position:absolute;top:0;left:0}.mfp-container:before{content:"";height:100%;vertical-align:middle;display:inline-block}.mfp-align-top .mfp-container:before{display:none}.mfp-content{vertical-align:middle;text-align:left;z-index:1045;margin:0 auto;display:inline-block;position:relative}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;width:auto;text-align:center;z-index:1044;margin-top:-.8em;position:absolute;top:50%;left:8px;right:8px}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-ready .mfp-preloader,.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{cursor:pointer;-webkit-appearance:none;z-index:1046;box-shadow:none;touch-action:manipulation;background:0 0;border:0;outline:none;padding:0;display:block;overflow:visible}button::-moz-focus-inner{border:0;padding:0}.mfp-close{width:44px;height:44px;text-align:center;opacity:.65;color:#fff;padding:0 0 18px 10px;font-family:Arial,Baskerville,monospace;font-size:28px;font-style:normal;line-height:44px;text-decoration:none;position:absolute;top:0;right:0}.mfp-close:hover,.mfp-close:focus{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#fff;text-align:right;width:100%;padding-right:6px;right:-6px}.mfp-counter{color:#ccc;white-space:nowrap;font-size:12px;line-height:18px;position:absolute;top:0;right:0}.mfp-arrow{opacity:.65;width:90px;height:110px;-webkit-tap-highlight-color:transparent;margin:-55px 0 0;padding:0;position:absolute;top:50%}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1}.mfp-arrow:before,.mfp-arrow:after{content:"";width:0;height:0;border:inset #0000;margin-top:35px;margin-left:35px;display:block;position:absolute;top:0;left:0}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{opacity:.7;border-top-width:21px;border-bottom-width:21px}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left:before{border-right:27px solid #3f3f3f;margin-left:25px}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{width:100%;max-width:900px;line-height:0}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;padding-top:56.25%;overflow:hidden}.mfp-iframe-scaler iframe{width:100%;height:100%;background:#000;display:block;position:absolute;top:0;left:0;box-shadow:0 0 8px #0009}img.mfp-img{width:auto;max-width:100%;height:auto;box-sizing:border-box;margin:0 auto;padding:40px 0;line-height:0;display:block}.mfp-figure{line-height:0}.mfp-figure:after{content:"";width:auto;height:auto;z-index:-1;background:#444;display:block;position:absolute;inset:40px 0;box-shadow:0 0 8px #0009}.mfp-figure small{color:#bdbdbd;font-size:12px;line-height:14px;display:block}.mfp-figure figure{margin:0}.mfp-bottom-bar{width:100%;cursor:auto;margin-top:-36px;position:absolute;top:100%;left:0}.mfp-title{text-align:left;color:#f3f3f3;word-wrap:break-word;padding-right:36px;line-height:18px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{margin-left:5px;display:inline}.mfp-img-mobile .mfp-bottom-bar{box-sizing:border-box;background:#0009;margin:0;padding:3px 5px;position:fixed;top:auto;bottom:0}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{top:3px;right:5px}.mfp-img-mobile .mfp-close{width:35px;height:35px;text-align:center;background:#0009;padding:0;line-height:35px;position:fixed;top:0;right:0}}@media (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{width:100%;z-index:1;display:none}.owl-carousel .owl-stage{-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden;position:relative}.owl-carousel .owl-stage:after{content:".";clear:both;visibility:hidden;height:0;line-height:0;display:block}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate(0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-ms-transform:translate(0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{width:100%;display:block}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-khtml-user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{color:inherit;font:inherit;background:0 0;border:none;padding:0!important}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{height:100%;background:#000;position:relative}.owl-carousel .owl-video-play-icon{height:80px;width:80px;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;background:url(owl.video.play.e7a23fb2.png) no-repeat;margin-top:-40px;margin-left:-40px;transition:transform .1s;position:absolute;top:50%;left:50%}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3);transform:scale(1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:50%;background-repeat:no-repeat;background-size:contain;transition:opacity .4s}.owl-carousel .owl-video-frame{z-index:1;height:100%;width:100%;position:relative}.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#fff;cursor:pointer;background:#d6d6d6;border-radius:3px;margin:5px;padding:4px 7px;font-size:14px;display:inline-block}.owl-theme .owl-nav [class*=owl-]:hover{color:#fff;background:#869791;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{zoom:1;display:inline-block}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;-webkit-backface-visibility:visible;background:#d6d6d6;border-radius:30px;margin:5px 7px;transition:opacity .2s;display:block}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}.toast-title{font-weight:700}.toast-message{-ms-word-wrap:break-word;word-wrap:break-word}.toast-message a,.toast-message label{color:#fff}.toast-message a:hover{color:#ccc;text-decoration:none}.toast-close-button{float:right;color:#fff;-webkit-text-shadow:0 1px 0 #fff;text-shadow:0 1px #fff;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80);font-size:20px;font-weight:700;line-height:1;position:relative;top:-.3em;right:-.3em}.toast-close-button:focus,.toast-close-button:hover{color:#000;cursor:pointer;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40);text-decoration:none}.rtl .toast-close-button{float:left;left:-.3em;right:.3em}button.toast-close-button{cursor:pointer;-webkit-appearance:none;background:0 0;border:0;padding:0}.toast-top-center{width:100%;top:0;right:0}.toast-bottom-center{width:100%;bottom:0;right:0}.toast-top-full-width{width:100%;top:0;right:0}.toast-bottom-full-width{width:100%;bottom:0;right:0}.toast-top-left{top:12px;left:12px}.toast-top-right{top:12px;right:12px}.toast-bottom-right{bottom:12px;right:12px}.toast-bottom-left{bottom:12px;left:12px}#toast-container{z-index:999999;pointer-events:none;position:fixed}#toast-container *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#toast-container>div{pointer-events:auto;width:300px;color:#fff;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80);background-position:15px;background-repeat:no-repeat;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;margin:0 0 6px;padding:15px 15px 15px 50px;position:relative;overflow:hidden;-webkit-box-shadow:0 0 12px #999;-moz-box-shadow:0 0 12px #999;box-shadow:0 0 12px #999}#toast-container>div.rtl{direction:rtl;background-position:right 15px center;padding:15px 50px 15px 15px}#toast-container>div:hover{opacity:1;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);cursor:pointer;-webkit-box-shadow:0 0 12px #000;-moz-box-shadow:0 0 12px #000;box-shadow:0 0 12px #000}#toast-container>.toast-info{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=)!important}#toast-container>.toast-error{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=)!important}#toast-container>.toast-success{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)!important}#toast-container>.toast-warning{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=)!important}#toast-container.toast-bottom-center>div,#toast-container.toast-top-center>div{width:300px;margin-left:auto;margin-right:auto}#toast-container.toast-bottom-full-width>div,#toast-container.toast-top-full-width>div{width:96%;margin-left:auto;margin-right:auto}.toast{background-color:#030303}.toast-success{background-color:#51a351}.toast-error{background-color:#bd362f}.toast-info{background-color:#2f96b4}.toast-warning{background-color:#f89406}.toast-progress{height:4px;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40);background-color:#000;position:absolute;bottom:0;left:0}@media (max-width:240px){#toast-container>div{width:11em;padding:8px 8px 8px 50px}#toast-container>div.rtl{padding:8px 50px 8px 8px}#toast-container .toast-close-button{top:-.2em;right:-.2em}#toast-container .rtl .toast-close-button{left:-.2em;right:.2em}}@media (min-width:241px) and (max-width:480px){#toast-container>div{width:18em;padding:8px 8px 8px 50px}#toast-container>div.rtl{padding:8px 50px 8px 8px}#toast-container .toast-close-button{top:-.2em;right:-.2em}#toast-container .rtl .toast-close-button{left:-.2em;right:.2em}}@media (min-width:481px) and (max-width:768px){#toast-container>div{width:25em;padding:15px 15px 15px 50px}#toast-container>div.rtl{padding:15px 50px 15px 15px}}:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*.8);animation-duration:calc(var(--animate-duration)*.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:matrix(1,0,0,1.1,0,-30);transform:matrix(1,0,0,1.1,0,-30)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:matrix(1,0,0,1.05,0,-15);transform:matrix(1,0,0,1.05,0,-15)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:scaleY(.95);transform:scaleY(.95)}90%{-webkit-transform:matrix(1,0,0,1.02,0,-4);transform:matrix(1,0,0,1.02,0,-4)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:matrix(1,0,0,1.1,0,-30);transform:matrix(1,0,0,1.1,0,-30)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:matrix(1,0,0,1.05,0,-15);transform:matrix(1,0,0,1.05,0,-15)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:scaleY(.95);transform:scaleY(.95)}90%{-webkit-transform:matrix(1,0,0,1.02,0,-4);transform:matrix(1,0,0,1.02,0,-4)}}.animate__bounce{-webkit-transform-origin:bottom;transform-origin:bottom;-webkit-animation-name:bounce;animation-name:bounce}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale(1.25,.75);transform:scale(1.25,.75)}40%{-webkit-transform:scale(.75,1.25);transform:scale(.75,1.25)}50%{-webkit-transform:scale(1.15,.85);transform:scale(1.15,.85)}65%{-webkit-transform:scale(.95,1.05);transform:scale(.95,1.05)}75%{-webkit-transform:scale(1.05,.95);transform:scale(1.05,.95)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale(1.25,.75);transform:scale(1.25,.75)}40%{-webkit-transform:scale(.75,1.25);transform:scale(.75,1.25)}50%{-webkit-transform:scale(1.15,.85);transform:scale(1.15,.85)}65%{-webkit-transform:scale(.95,1.05);transform:scale(.95,1.05)}75%{-webkit-transform:scale(1.05,.95);transform:scale(1.05,.95)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate(-10px);transform:translate(-10px)}20%,40%,60%,80%{-webkit-transform:translate(10px);transform:translate(10px)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate(-10px);transform:translate(-10px)}20%,40%,60%,80%{-webkit-transform:translate(10px);transform:translate(10px)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}20%,40%,60%,80%{-webkit-transform:translateY(10px);transform:translateY(10px)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}20%,40%,60%,80%{-webkit-transform:translateY(10px);transform:translateY(10px)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translate(0);transform:translate(0)}6.5%{-webkit-transform:translate(-6px)rotateY(-9deg);transform:translate(-6px)rotateY(-9deg)}18.5%{-webkit-transform:translate(5px)rotateY(7deg);transform:translate(5px)rotateY(7deg)}31.5%{-webkit-transform:translate(-3px)rotateY(-5deg);transform:translate(-3px)rotateY(-5deg)}43.5%{-webkit-transform:translate(2px)rotateY(3deg);transform:translate(2px)rotateY(3deg)}50%{-webkit-transform:translate(0);transform:translate(0)}}@keyframes headShake{0%{-webkit-transform:translate(0);transform:translate(0)}6.5%{-webkit-transform:translate(-6px)rotateY(-9deg);transform:translate(-6px)rotateY(-9deg)}18.5%{-webkit-transform:translate(5px)rotateY(7deg);transform:translate(5px)rotateY(7deg)}31.5%{-webkit-transform:translate(-3px)rotateY(-5deg);transform:translate(-3px)rotateY(-5deg)}43.5%{-webkit-transform:translate(2px)rotateY(3deg);transform:translate(2px)rotateY(3deg)}50%{-webkit-transform:translate(0);transform:translate(0)}}.animate__headShake{-webkit-animation-name:headShake;animation-name:headShake;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-transform-origin:top;transform-origin:top;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9)rotate(-3deg);transform:scale3d(.9,.9,.9)rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1)rotate(3deg);transform:scale3d(1.1,1.1,1.1)rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1)rotate(-3deg);transform:scale3d(1.1,1.1,1.1)rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9)rotate(-3deg);transform:scale3d(.9,.9,.9)rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1)rotate(3deg);transform:scale3d(1.1,1.1,1.1)rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1)rotate(-3deg);transform:scale3d(1.1,1.1,1.1)rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate(-25%)rotate(-5deg);transform:translate(-25%)rotate(-5deg)}30%{-webkit-transform:translate(20%)rotate(3deg);transform:translate(20%)rotate(3deg)}45%{-webkit-transform:translate(-15%)rotate(-3deg);transform:translate(-15%)rotate(-3deg)}60%{-webkit-transform:translate(10%)rotate(2deg);transform:translate(10%)rotate(2deg)}75%{-webkit-transform:translate(-5%)rotate(-1deg);transform:translate(-5%)rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate(-25%)rotate(-5deg);transform:translate(-25%)rotate(-5deg)}30%{-webkit-transform:translate(20%)rotate(3deg);transform:translate(20%)rotate(3deg)}45%{-webkit-transform:translate(-15%)rotate(-3deg);transform:translate(-15%)rotate(-3deg)}60%{-webkit-transform:translate(10%)rotate(2deg);transform:translate(10%)rotate(2deg)}75%{-webkit-transform:translate(-5%)rotate(-1deg);transform:translate(-5%)rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skew(-12.5deg)skewY(-12.5deg);transform:skew(-12.5deg)skewY(-12.5deg)}33.3%{-webkit-transform:skew(6.25deg)skewY(6.25deg);transform:skew(6.25deg)skewY(6.25deg)}44.4%{-webkit-transform:skew(-3.125deg)skewY(-3.125deg);transform:skew(-3.125deg)skewY(-3.125deg)}55.5%{-webkit-transform:skew(1.5625deg)skewY(1.5625deg);transform:skew(1.5625deg)skewY(1.5625deg)}66.6%{-webkit-transform:skew(-.78125deg)skewY(-.78125deg);transform:skew(-.78125deg)skewY(-.78125deg)}77.7%{-webkit-transform:skew(.390625deg)skewY(.390625deg);transform:skew(.390625deg)skewY(.390625deg)}88.8%{-webkit-transform:skew(-.195313deg)skewY(-.195313deg);transform:skew(-.195313deg)skewY(-.195313deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skew(-12.5deg)skewY(-12.5deg);transform:skew(-12.5deg)skewY(-12.5deg)}33.3%{-webkit-transform:skew(6.25deg)skewY(6.25deg);transform:skew(6.25deg)skewY(6.25deg)}44.4%{-webkit-transform:skew(-3.125deg)skewY(-3.125deg);transform:skew(-3.125deg)skewY(-3.125deg)}55.5%{-webkit-transform:skew(1.5625deg)skewY(1.5625deg);transform:skew(1.5625deg)skewY(1.5625deg)}66.6%{-webkit-transform:skew(-.78125deg)skewY(-.78125deg);transform:skew(-.78125deg)skewY(-.78125deg)}77.7%{-webkit-transform:skew(.390625deg)skewY(.390625deg);transform:skew(.390625deg)skewY(.390625deg)}88.8%{-webkit-transform:skew(-.195313deg)skewY(-.195313deg);transform:skew(-.195313deg)skewY(-.195313deg)}}.animate__jello{-webkit-transform-origin:50%;transform-origin:50%;-webkit-animation-name:jello;animation-name:jello}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{opacity:.7;-webkit-transform:matrix(.7,0,0,.7,0,-1200);transform:matrix(.7,0,0,.7,0,-1200)}80%{opacity:.7;-webkit-transform:scale(.7);transform:scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes backInDown{0%{opacity:.7;-webkit-transform:matrix(.7,0,0,.7,0,-1200);transform:matrix(.7,0,0,.7,0,-1200)}80%{opacity:.7;-webkit-transform:scale(.7);transform:scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{opacity:.7;-webkit-transform:matrix(.7,0,0,.7,-2000,0);transform:matrix(.7,0,0,.7,-2000,0)}80%{opacity:.7;-webkit-transform:scale(.7);transform:scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes backInLeft{0%{opacity:.7;-webkit-transform:matrix(.7,0,0,.7,-2000,0);transform:matrix(.7,0,0,.7,-2000,0)}80%{opacity:.7;-webkit-transform:scale(.7);transform:scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{opacity:.7;-webkit-transform:matrix(.7,0,0,.7,2000,0);transform:matrix(.7,0,0,.7,2000,0)}80%{opacity:.7;-webkit-transform:scale(.7);transform:scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes backInRight{0%{opacity:.7;-webkit-transform:matrix(.7,0,0,.7,2000,0);transform:matrix(.7,0,0,.7,2000,0)}80%{opacity:.7;-webkit-transform:scale(.7);transform:scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{opacity:.7;-webkit-transform:matrix(.7,0,0,.7,0,1200);transform:matrix(.7,0,0,.7,0,1200)}80%{opacity:.7;-webkit-transform:scale(.7);transform:scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes backInUp{0%{opacity:.7;-webkit-transform:matrix(.7,0,0,.7,0,1200);transform:matrix(.7,0,0,.7,0,1200)}80%{opacity:.7;-webkit-transform:scale(.7);transform:scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:scale(.7);transform:scale(.7)}to{opacity:.7;-webkit-transform:matrix(.7,0,0,.7,0,700);transform:matrix(.7,0,0,.7,0,700)}}@keyframes backOutDown{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:scale(.7);transform:scale(.7)}to{opacity:.7;-webkit-transform:matrix(.7,0,0,.7,0,700);transform:matrix(.7,0,0,.7,0,700)}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:scale(.7);transform:scale(.7)}to{opacity:.7;-webkit-transform:matrix(.7,0,0,.7,-2000,0);transform:matrix(.7,0,0,.7,-2000,0)}}@keyframes backOutLeft{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:scale(.7);transform:scale(.7)}to{opacity:.7;-webkit-transform:matrix(.7,0,0,.7,-2000,0);transform:matrix(.7,0,0,.7,-2000,0)}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:scale(.7);transform:scale(.7)}to{opacity:.7;-webkit-transform:matrix(.7,0,0,.7,2000,0);transform:matrix(.7,0,0,.7,2000,0)}}@keyframes backOutRight{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:scale(.7);transform:scale(.7)}to{opacity:.7;-webkit-transform:matrix(.7,0,0,.7,2000,0);transform:matrix(.7,0,0,.7,2000,0)}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:scale(.7);transform:scale(.7)}to{opacity:.7;-webkit-transform:matrix(.7,0,0,.7,0,-700);transform:matrix(.7,0,0,.7,0,-700)}}@keyframes backOutUp{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:scale(.7);transform:scale(.7)}to{opacity:.7;-webkit-transform:matrix(.7,0,0,.7,0,-700);transform:matrix(.7,0,0,.7,0,-700)}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(var(--animate-duration)*.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:matrix(1,0,0,3,0,-3000);transform:matrix(1,0,0,3,0,-3000)}60%{opacity:1;-webkit-transform:matrix(1,0,0,.9,0,25);transform:matrix(1,0,0,.9,0,25)}75%{-webkit-transform:matrix(1,0,0,.95,0,-10);transform:matrix(1,0,0,.95,0,-10)}90%{-webkit-transform:matrix(1,0,0,.985,0,5);transform:matrix(1,0,0,.985,0,5)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:matrix(1,0,0,3,0,-3000);transform:matrix(1,0,0,3,0,-3000)}60%{opacity:1;-webkit-transform:matrix(1,0,0,.9,0,25);transform:matrix(1,0,0,.9,0,25)}75%{-webkit-transform:matrix(1,0,0,.95,0,-10);transform:matrix(1,0,0,.95,0,-10)}90%{-webkit-transform:matrix(1,0,0,.985,0,5);transform:matrix(1,0,0,.985,0,5)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:matrix(3,0,0,1,-3000,0);transform:matrix(3,0,0,1,-3000,0)}60%{opacity:1;-webkit-transform:translate(25px);transform:translate(25px)}75%{-webkit-transform:matrix(.98,0,0,1,-10,0);transform:matrix(.98,0,0,1,-10,0)}90%{-webkit-transform:matrix(.995,0,0,1,5,0);transform:matrix(.995,0,0,1,5,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:matrix(3,0,0,1,-3000,0);transform:matrix(3,0,0,1,-3000,0)}60%{opacity:1;-webkit-transform:translate(25px);transform:translate(25px)}75%{-webkit-transform:matrix(.98,0,0,1,-10,0);transform:matrix(.98,0,0,1,-10,0)}90%{-webkit-transform:matrix(.995,0,0,1,5,0);transform:matrix(.995,0,0,1,5,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:matrix(3,0,0,1,3000,0);transform:matrix(3,0,0,1,3000,0)}60%{opacity:1;-webkit-transform:translate(-25px);transform:translate(-25px)}75%{-webkit-transform:matrix(.98,0,0,1,10,0);transform:matrix(.98,0,0,1,10,0)}90%{-webkit-transform:matrix(.995,0,0,1,-5,0);transform:matrix(.995,0,0,1,-5,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:matrix(3,0,0,1,3000,0);transform:matrix(3,0,0,1,3000,0)}60%{opacity:1;-webkit-transform:translate(-25px);transform:translate(-25px)}75%{-webkit-transform:matrix(.98,0,0,1,10,0);transform:matrix(.98,0,0,1,10,0)}90%{-webkit-transform:matrix(.995,0,0,1,-5,0);transform:matrix(.995,0,0,1,-5,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:matrix(1,0,0,5,0,3000);transform:matrix(1,0,0,5,0,3000)}60%{opacity:1;-webkit-transform:matrix(1,0,0,.9,0,-20);transform:matrix(1,0,0,.9,0,-20)}75%{-webkit-transform:matrix(1,0,0,.95,0,10);transform:matrix(1,0,0,.95,0,10)}90%{-webkit-transform:matrix(1,0,0,.985,0,-5);transform:matrix(1,0,0,.985,0,-5)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:matrix(1,0,0,5,0,3000);transform:matrix(1,0,0,5,0,3000)}60%{opacity:1;-webkit-transform:matrix(1,0,0,.9,0,-20);transform:matrix(1,0,0,.9,0,-20)}75%{-webkit-transform:matrix(1,0,0,.95,0,10);transform:matrix(1,0,0,.95,0,10)}90%{-webkit-transform:matrix(1,0,0,.985,0,-5);transform:matrix(1,0,0,.985,0,-5)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(var(--animate-duration)*.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:matrix(1,0,0,.985,0,10);transform:matrix(1,0,0,.985,0,10)}40%,45%{opacity:1;-webkit-transform:matrix(1,0,0,.9,0,-20);transform:matrix(1,0,0,.9,0,-20)}to{opacity:0;-webkit-transform:matrix(1,0,0,3,0,2000);transform:matrix(1,0,0,3,0,2000)}}@keyframes bounceOutDown{20%{-webkit-transform:matrix(1,0,0,.985,0,10);transform:matrix(1,0,0,.985,0,10)}40%,45%{opacity:1;-webkit-transform:matrix(1,0,0,.9,0,-20);transform:matrix(1,0,0,.9,0,-20)}to{opacity:0;-webkit-transform:matrix(1,0,0,3,0,2000);transform:matrix(1,0,0,3,0,2000)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:matrix(.9,0,0,1,20,0);transform:matrix(.9,0,0,1,20,0)}to{opacity:0;-webkit-transform:matrix(2,0,0,1,-2000,0);transform:matrix(2,0,0,1,-2000,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:matrix(.9,0,0,1,20,0);transform:matrix(.9,0,0,1,20,0)}to{opacity:0;-webkit-transform:matrix(2,0,0,1,-2000,0);transform:matrix(2,0,0,1,-2000,0)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:matrix(.9,0,0,1,-20,0);transform:matrix(.9,0,0,1,-20,0)}to{opacity:0;-webkit-transform:matrix(2,0,0,1,2000,0);transform:matrix(2,0,0,1,2000,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:matrix(.9,0,0,1,-20,0);transform:matrix(.9,0,0,1,-20,0)}to{opacity:0;-webkit-transform:matrix(2,0,0,1,2000,0);transform:matrix(2,0,0,1,2000,0)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:matrix(1,0,0,.985,0,-10);transform:matrix(1,0,0,.985,0,-10)}40%,45%{opacity:1;-webkit-transform:matrix(1,0,0,.9,0,20);transform:matrix(1,0,0,.9,0,20)}to{opacity:0;-webkit-transform:matrix(1,0,0,3,0,-2000);transform:matrix(1,0,0,3,0,-2000)}}@keyframes bounceOutUp{20%{-webkit-transform:matrix(1,0,0,.985,0,-10);transform:matrix(1,0,0,.985,0,-10)}40%,45%{opacity:1;-webkit-transform:matrix(1,0,0,.9,0,20);transform:matrix(1,0,0,.9,0,20)}to{opacity:0;-webkit-transform:matrix(1,0,0,3,0,-2000);transform:matrix(1,0,0,3,0,-2000)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-100%);transform:translateY(-100%)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-100%);transform:translateY(-100%)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate(-100%);transform:translate(-100%)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate(-100%);transform:translate(-100%)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate(-2000px);transform:translate(-2000px)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate(-2000px);transform:translate(-2000px)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate(100%);transform:translate(100%)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate(100%);transform:translate(100%)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate(2000px);transform:translate(2000px)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate(2000px);transform:translate(2000px)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(100%);transform:translateY(100%)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(100%);transform:translateY(100%)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate(-100%,-100%);transform:translate(-100%,-100%)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate(-100%,-100%);transform:translate(-100%,-100%)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate(100%,-100%);transform:translate(100%,-100%)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate(100%,-100%);transform:translate(100%,-100%)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate(-100%,100%);transform:translate(-100%,100%)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate(-100%,100%);transform:translate(-100%,100%)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate(100%,100%);transform:translate(100%,100%)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate(100%,100%);transform:translate(100%,100%)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translateY(100%);transform:translateY(100%)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translateY(100%);transform:translateY(100%)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate(-100%);transform:translate(-100%)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate(-100%);transform:translate(-100%)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate(-2000px);transform:translate(-2000px)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate(-2000px);transform:translate(-2000px)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate(100%);transform:translate(100%)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate(100%);transform:translate(100%)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate(2000px);transform:translate(2000px)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate(2000px);transform:translate(2000px)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translateY(-100%);transform:translateY(-100%)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translateY(-100%);transform:translateY(-100%)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate(-100%,-100%);transform:translate(-100%,-100%)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate(-100%,-100%);transform:translate(-100%,-100%)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate(100%,-100%);transform:translate(100%,-100%)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate(100%,-100%);transform:translate(100%,-100%)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate(100%,100%);transform:translate(100%,100%)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate(100%,100%);transform:translate(100%,100%)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate(-100%,100%);transform:translate(-100%,100%)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate(-100%,100%);transform:translate(-100%,100%)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:perspective(400px)scaleX(1)translateZ(0)rotateY(-1turn);transform:perspective(400px)scaleX(1)translateZ(0)rotateY(-1turn)}40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:perspective(400px)scaleX(1)translateZ(150px)rotateY(-190deg);transform:perspective(400px)scaleX(1)translateZ(150px)rotateY(-190deg)}50%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px)scaleX(1)translateZ(150px)rotateY(-170deg);transform:perspective(400px)scaleX(1)translateZ(150px)rotateY(-170deg)}80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:matrix3d(.95,0,0,0,0,.95,0,0,0,0,.95,-.002375,0,0,0,1);transform:matrix3d(.95,0,0,0,0,.95,0,0,0,0,.95,-.002375,0,0,0,1)}to{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,-.0025,0,0,0,1);transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,-.0025,0,0,0,1)}}@keyframes flip{0%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:perspective(400px)scaleX(1)translateZ(0)rotateY(-1turn);transform:perspective(400px)scaleX(1)translateZ(0)rotateY(-1turn)}40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:perspective(400px)scaleX(1)translateZ(150px)rotateY(-190deg);transform:perspective(400px)scaleX(1)translateZ(150px)rotateY(-190deg)}50%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px)scaleX(1)translateZ(150px)rotateY(-170deg);transform:perspective(400px)scaleX(1)translateZ(150px)rotateY(-170deg)}80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:matrix3d(.95,0,0,0,0,.95,0,0,0,0,.95,-.002375,0,0,0,1);transform:matrix3d(.95,0,0,0,0,.95,0,0,0,0,.95,-.002375,0,0,0,1)}to{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,-.0025,0,0,0,1);transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,-.0025,0,0,0,1)}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{opacity:0;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px)rotateX(90deg);transform:perspective(400px)rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px)rotateX(-20deg);transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px)rotateX(10deg);transform:perspective(400px)rotateX(10deg)}80%{-webkit-transform:perspective(400px)rotateX(-5deg);transform:perspective(400px)rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{opacity:0;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px)rotateX(90deg);transform:perspective(400px)rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px)rotateX(-20deg);transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px)rotateX(10deg);transform:perspective(400px)rotateX(10deg)}80%{-webkit-transform:perspective(400px)rotateX(-5deg);transform:perspective(400px)rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-animation-name:flipInX;animation-name:flipInX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipInY{0%{opacity:0;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px)rotateY(90deg);transform:perspective(400px)rotateY(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px)rotateY(-20deg);transform:perspective(400px)rotateY(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px)rotateY(10deg);transform:perspective(400px)rotateY(10deg)}80%{-webkit-transform:perspective(400px)rotateY(-5deg);transform:perspective(400px)rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{opacity:0;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px)rotateY(90deg);transform:perspective(400px)rotateY(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px)rotateY(-20deg);transform:perspective(400px)rotateY(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px)rotateY(10deg);transform:perspective(400px)rotateY(10deg)}80%{-webkit-transform:perspective(400px)rotateY(-5deg);transform:perspective(400px)rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-animation-name:flipInY;animation-name:flipInY;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px)rotateX(-20deg);transform:perspective(400px)rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px)rotateX(90deg);transform:perspective(400px)rotateX(90deg)}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px)rotateX(-20deg);transform:perspective(400px)rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px)rotateX(90deg);transform:perspective(400px)rotateX(90deg)}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(var(--animate-duration)*.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px)rotateY(-15deg);transform:perspective(400px)rotateY(-15deg)}to{opacity:0;-webkit-transform:perspective(400px)rotateY(90deg);transform:perspective(400px)rotateY(90deg)}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px)rotateY(-15deg);transform:perspective(400px)rotateY(-15deg)}to{opacity:0;-webkit-transform:perspective(400px)rotateY(90deg);transform:perspective(400px)rotateY(90deg)}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(var(--animate-duration)*.75);-webkit-animation-name:flipOutY;animation-name:flipOutY;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes lightSpeedInRight{0%{opacity:0;-webkit-transform:translate(100%)skew(-30deg);transform:translate(100%)skew(-30deg)}60%{opacity:1;-webkit-transform:skew(20deg);transform:skew(20deg)}80%{-webkit-transform:skew(-5deg);transform:skew(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{opacity:0;-webkit-transform:translate(100%)skew(-30deg);transform:translate(100%)skew(-30deg)}60%{opacity:1;-webkit-transform:skew(20deg);transform:skew(20deg)}80%{-webkit-transform:skew(-5deg);transform:skew(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{opacity:0;-webkit-transform:translate(-100%)skew(30deg);transform:translate(-100%)skew(30deg)}60%{opacity:1;-webkit-transform:skew(-20deg);transform:skew(-20deg)}80%{-webkit-transform:skew(5deg);transform:skew(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{opacity:0;-webkit-transform:translate(-100%)skew(30deg);transform:translate(-100%)skew(30deg)}60%{opacity:1;-webkit-transform:skew(-20deg);transform:skew(-20deg)}80%{-webkit-transform:skew(5deg);transform:skew(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate(100%)skew(30deg);transform:translate(100%)skew(30deg)}}@keyframes lightSpeedOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate(100%)skew(30deg);transform:translate(100%)skew(30deg)}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate(-100%)skew(-30deg);transform:translate(-100%)skew(-30deg)}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate(-100%)skew(-30deg);transform:translate(-100%)skew(-30deg)}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{opacity:0;-webkit-transform:rotate(-200deg);transform:rotate(-200deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rotateIn{0%{opacity:0;-webkit-transform:rotate(-200deg);transform:rotate(-200deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rotateIn{-webkit-transform-origin:50%;transform-origin:50%;-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rotateInDownLeft{0%{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rotateInDownLeft{-webkit-transform-origin:0 100%;transform-origin:0 100%;-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rotateInDownRight{0%{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rotateInDownRight{-webkit-transform-origin:100% 100%;transform-origin:100% 100%;-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rotateInUpLeft{0%{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rotateInUpLeft{-webkit-transform-origin:0 100%;transform-origin:0 100%;-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{opacity:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rotateInUpRight{0%{opacity:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rotateInUpRight{-webkit-transform-origin:100% 100%;transform-origin:100% 100%;-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(200deg);transform:rotate(200deg)}}@keyframes rotateOut{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(200deg);transform:rotate(200deg)}}.animate__rotateOut{-webkit-transform-origin:50%;transform-origin:50%;-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}}@keyframes rotateOutDownLeft{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}}.animate__rotateOutDownLeft{-webkit-transform-origin:0 100%;transform-origin:0 100%;-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}}@keyframes rotateOutDownRight{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}}.animate__rotateOutDownRight{-webkit-transform-origin:100% 100%;transform-origin:100% 100%;-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}}@keyframes rotateOutUpLeft{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}}.animate__rotateOutUpLeft{-webkit-transform-origin:0 100%;transform-origin:0 100%;-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(90deg);transform:rotate(90deg)}}@keyframes rotateOutUpRight{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(90deg);transform:rotate(90deg)}}.animate__rotateOutUpRight{-webkit-transform-origin:100% 100%;transform-origin:100% 100%;-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-transform:rotate(80deg);transform:rotate(80deg)}40%,80%{opacity:1;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-transform:rotate(60deg);transform:rotate(60deg)}to{opacity:0;-webkit-transform:translateY(700px);transform:translateY(700px)}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-transform:rotate(80deg);transform:rotate(80deg)}40%,80%{opacity:1;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-transform:rotate(60deg);transform:rotate(60deg)}to{opacity:0;-webkit-transform:translateY(700px);transform:translateY(700px)}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform-origin:bottom;transform-origin:bottom;-webkit-transform:scale(.1)rotate(30deg);transform:scale(.1)rotate(30deg)}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform-origin:bottom;transform-origin:bottom;-webkit-transform:scale(.1)rotate(30deg);transform:scale(.1)rotate(30deg)}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate(-100%)rotate(-120deg);transform:translate(-100%)rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate(-100%)rotate(-120deg);transform:translate(-100%)rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate(100%)rotate(120deg);transform:translate(100%)rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate(100%)rotate(120deg);transform:translate(100%)rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:translateY(-100px)scale3d(.1,.1,.1);transform:translateY(-100px)scale3d(.1,.1,.1)}60%{opacity:1;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475)translateY(60px);transform:scale3d(.475,.475,.475)translateY(60px)}}@keyframes zoomInDown{0%{opacity:0;-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:translateY(-100px)scale3d(.1,.1,.1);transform:translateY(-100px)scale3d(.1,.1,.1)}60%{opacity:1;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475)translateY(60px);transform:scale3d(.475,.475,.475)translateY(60px)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:translate(-100px)scale3d(.1,.1,.1);transform:translate(-100px)scale3d(.1,.1,.1)}60%{opacity:1;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475)translate(10px);transform:scale3d(.475,.475,.475)translate(10px)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:translate(-100px)scale3d(.1,.1,.1);transform:translate(-100px)scale3d(.1,.1,.1)}60%{opacity:1;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475)translate(10px);transform:scale3d(.475,.475,.475)translate(10px)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:translate(100px)scale3d(.1,.1,.1);transform:translate(100px)scale3d(.1,.1,.1)}60%{opacity:1;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475)translate(-10px);transform:scale3d(.475,.475,.475)translate(-10px)}}@keyframes zoomInRight{0%{opacity:0;-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:translate(100px)scale3d(.1,.1,.1);transform:translate(100px)scale3d(.1,.1,.1)}60%{opacity:1;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475)translate(-10px);transform:scale3d(.475,.475,.475)translate(-10px)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:translateY(100px)scale3d(.1,.1,.1);transform:translateY(100px)scale3d(.1,.1,.1)}60%{opacity:1;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475)translateY(-60px);transform:scale3d(.475,.475,.475)translateY(-60px)}}@keyframes zoomInUp{0%{opacity:0;-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:translateY(100px)scale3d(.1,.1,.1);transform:translateY(100px)scale3d(.1,.1,.1)}60%{opacity:1;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475)translateY(-60px);transform:scale3d(.475,.475,.475)translateY(-60px)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475)translateY(-60px);transform:scale3d(.475,.475,.475)translateY(-60px)}to{opacity:0;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:translateY(200px)scale3d(.1,.1,.1);transform:translateY(200px)scale3d(.1,.1,.1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475)translateY(-60px);transform:scale3d(.475,.475,.475)translateY(-60px)}to{opacity:0;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:translateY(200px)scale3d(.1,.1,.1);transform:translateY(200px)scale3d(.1,.1,.1)}}.animate__zoomOutDown{-webkit-transform-origin:bottom;transform-origin:bottom;-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475)translate(42px);transform:scale3d(.475,.475,.475)translate(42px)}to{opacity:0;-webkit-transform:matrix(.1,0,0,.1,-200,0);transform:matrix(.1,0,0,.1,-200,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475)translate(42px);transform:scale3d(.475,.475,.475)translate(42px)}to{opacity:0;-webkit-transform:matrix(.1,0,0,.1,-200,0);transform:matrix(.1,0,0,.1,-200,0)}}.animate__zoomOutLeft{-webkit-transform-origin:0;transform-origin:0;-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475)translate(-42px);transform:scale3d(.475,.475,.475)translate(-42px)}to{opacity:0;-webkit-transform:matrix(.1,0,0,.1,200,0);transform:matrix(.1,0,0,.1,200,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475)translate(-42px);transform:scale3d(.475,.475,.475)translate(-42px)}to{opacity:0;-webkit-transform:matrix(.1,0,0,.1,200,0);transform:matrix(.1,0,0,.1,200,0)}}.animate__zoomOutRight{-webkit-transform-origin:100%;transform-origin:100%;-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475)translateY(60px);transform:scale3d(.475,.475,.475)translateY(60px)}to{opacity:0;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:translateY(-200px)scale3d(.1,.1,.1);transform:translateY(-200px)scale3d(.1,.1,.1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475)translateY(60px);transform:scale3d(.475,.475,.475)translateY(60px)}to{opacity:0;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:translateY(-200px)scale3d(.1,.1,.1);transform:translateY(-200px)scale3d(.1,.1,.1)}}.animate__zoomOutUp{-webkit-transform-origin:bottom;transform-origin:bottom;-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{visibility:visible;-webkit-transform:translateY(-100%);transform:translateY(-100%)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{visibility:visible;-webkit-transform:translateY(-100%);transform:translateY(-100%)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{visibility:visible;-webkit-transform:translate(-100%);transform:translate(-100%)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{visibility:visible;-webkit-transform:translate(-100%);transform:translate(-100%)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{visibility:visible;-webkit-transform:translate(100%);transform:translate(100%)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{visibility:visible;-webkit-transform:translate(100%);transform:translate(100%)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{visibility:visible;-webkit-transform:translateY(100%);transform:translateY(100%)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{visibility:visible;-webkit-transform:translateY(100%);transform:translateY(100%)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translateY(100%);transform:translateY(100%)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translateY(100%);transform:translateY(100%)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate(-100%);transform:translate(-100%)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate(-100%);transform:translate(-100%)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate(100%);transform:translate(100%)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate(100%);transform:translate(100%)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translateY(-100%);transform:translateY(-100%)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translateY(-100%);transform:translateY(-100%)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}code[class*=language-],pre[class*=language-]{color:#000;text-shadow:0 1px #fff;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none;background:0 0;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;font-size:1em;line-height:1.5}pre[class*=language-]::-moz-selection,pre[class*=language-] ::-moz-selection,code[class*=language-]::-moz-selection,code[class*=language-] ::-moz-selection{text-shadow:none;background:#b3d4fc}pre[class*=language-]::selection,pre[class*=language-] ::selection,code[class*=language-]::selection,code[class*=language-] ::selection{text-shadow:none;background:#b3d4fc}@media print{code[class*=language-],pre[class*=language-]{text-shadow:none}}pre[class*=language-]{margin:.5em 0;padding:1em;overflow:auto}:not(pre)>code[class*=language-],pre[class*=language-]{background:#f5f2f0}:not(pre)>code[class*=language-]{white-space:normal;border-radius:.3em;padding:.1em}.token.comment,.token.prolog,.token.doctype,.token.cdata{color:#708090}.token.punctuation{color:#999}.token.namespace{opacity:.7}.token.property,.token.tag,.token.boolean,.token.number,.token.constant,.token.symbol,.token.deleted{color:#905}.token.selector,.token.attr-name,.token.string,.token.char,.token.builtin,.token.inserted{color:#690}.token.operator,.token.entity,.token.url,.language-css .token.string,.style .token.string{color:#9a6e3a;background:#ffffff80}.token.atrule,.token.attr-value,.token.keyword{color:#07a}.token.function,.token.class-name{color:#dd4a68}.token.regex,.token.important,.token.variable{color:#e90}.token.important,.token.bold{font-weight:700}.token.italic{font-style:italic}.token.entity{cursor:help}pre[class*=language-].line-numbers{counter-reset:linenumber;padding-left:3.8em;position:relative}pre[class*=language-].line-numbers>code{white-space:inherit;position:relative}.line-numbers .line-numbers-rows{pointer-events:none;width:3em;letter-spacing:-1px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-right:1px solid #999;font-size:100%;position:absolute;top:0;left:-3.8em}.line-numbers-rows>span{counter-increment:linenumber;display:block}.line-numbers-rows>span:before{content:counter(linenumber);color:#999;text-align:right;padding-right:.8em;display:block}#vl-menu{z-index:1200;position:relative}.vlmenu,.vlmenu ul{margin:0;padding:0;list-style:none}.vlmenu>li{float:left;padding:0 20px}.vlmenu li li{position:relative}.vlmenu li>a{display:block}.vlmenu a i{padding-right:10px;font-size:10px}.vlmenu .search a i,.vlmenu a i.arrow{padding-right:0}.vlmenu>li>a>i.arrow{margin-top:3px;margin-left:10px}.vlmenu a{color:#222;text-decoration:none}.vlmenu>li>a{padding:20px 0}.vlmenu>li{padding:0 20px}.vlmenu>li>a:hover,.vlmenu>li.active>a{color:#000}.vlmenu ul{width:190px;z-index:1300;display:none;position:absolute}.vlmenu>li.menu-right>ul ul{left:-190px}.vlmenu ul a{color:#222;padding:10px 20px}.vlmenu li:hover>ul{display:block}.vlmenu ul ul{top:0;left:190px}.container-fluid .vlmenu>li.menu-right>ul,.container-fluid .vlmenu>li.menu-right>div{right:0}.vlmenu li a i.arrow{float:right;margin-top:5px}.vlmenu li.search a i.arrow{display:none}.vlmenu ul a:hover,.mega-menu ol li a:hover{background:#ffffff1a}.vlmenu li>div{padding:10px}.mega-menu ol{padding-left:0;list-style:none}.mega-menu ol li a{color:#222;padding:10px 20px}.mega-menu h1,.mega-menu h2,.mega-menu h3,.mega-menu h4,.mega-menu h5,.mega-menu h6,.mega-menu p{padding-left:20px;font-weight:400}.vlmenu .full-nav,.vlmenu .half-nav,.vlmenu .quarter-nav{z-index:1300;display:none;position:absolute}.vlmenu>li:hover>div{display:block}.vlmenu .full-nav{width:100%;left:0;right:0}.vlmenu .half-nav{width:50%;left:auto;right:auto}.vlmenu .quarter-nav{width:25%;left:auto;right:auto}.vlmenu li.menu-right .half-nav{width:50%;left:auto;right:0}.vlmenu li.menu-right .quarter-nav{width:25%;left:auto;right:0}.vlmenu li>div input{box-shadow:none;border:none;border-radius:0}.vlmenu.light-sub-menu input{border:1px solid #ddd}.vlmenu li>div input:focus,.vlmenu.light-sub-menu input:focus{box-shadow:none}.light-sub-menu .mega-menu li a span,.dark-sub-menu .mega-menu li a span{color:#bbb;display:block}.light-sub-menu .mega-menu li a:hover span,.dark-sub-menu .mega-menu li a:hover span{color:#fff}.light-sub-menu .mega-menu li a span,.light-sub-menu .mega-menu li a:hover span,.dark-sub-menu .mega-menu li a span{-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s}.vlmenu .col1,.vlmenu .col2,.vlmenu .col3,.vlmenu .col4,.vlmenu .col5,.vlmenu .col6{float:left}.mega-menu .col1{width:100%}.mega-menu .col2{width:50%}.mega-menu .col3{width:33.33%}.mega-menu .col4{width:25%}.mega-menu .col5{width:20%}.mega-menu .col6{width:16.66%}.grid .col1,.grid .col2,.grid .col3,.grid .col4,.grid .col5,.grid .col6{margin-right:1%;padding:5px;display:inline-block}.grid.gray .col1,.grid.gray .col2,.grid.gray .col3,.grid.gray .col4,.grid.gray .col5,.grid.gray .col6{background:#ddd}.grid .mega-menu .col1{width:99%}.grid .mega-menu .col2{width:49%}.grid .mega-menu .col3{width:32.33%}.grid .mega-menu .col4{width:24%}.grid .mega-menu .col5{width:19%}.grid .mega-menu .col6{width:15.66%}.menu-row{width:100%;margin-bottom:10px;margin-left:.5%;display:inline-block}.menu-row:last-child{margin-bottom:0}.dark-sub-menu ul,.dark-sub-menu li>div{background:#222}.dark-sub-menu ul a,.dark-sub-menu li>div a,.dark-sub-menu li>div h1,.dark-sub-menu li>div h2,.dark-sub-menu li>div h3,.dark-sub-menu li>div h4,.dark-sub-menu li>div h5,.dark-sub-menu li>div h6,.dark-sub-menu li>div p{color:#fff}.light-sub-menu ul,.light-sub-menu li>div{background:#fff;box-shadow:0 0 1px #d1d1d1}.light-sub-menu ul a,.light-sub-menu li>div a,.light-sub-menu li>div h1,.light-sub-menu li>div h2,.light-sub-menu li>div h3,.light-sub-menu li>div h4,.light-sub-menu li>div h5,.light-sub-menu li>div h6,.light-sub-menu li>div p{color:#222}.light-sub-menu ul a:hover,.light-sub-menu ol li a:hover{color:#fff}.light-sub-menu ul a:hover,.light-sub-menu ol li a:hover{color:#fff;background:#222}.container header{width:100%;display:inline-block}.container header .vl-logo{margin-left:20px}.container header .nav-btn{margin-right:20px}.container header.float-menu{width:100%;margin-top:50px;display:inline-block}.container header.float-menu .vl-logo{margin-left:20px}.container header.float-menu .nav-btn{margin-right:20px}.center-menu{text-align:center}.center-menu .center-logo,.center-menu .vlmenu{display:inline-block}.center-menu .vlmenu ul,.center-menu .vlmenu li>div{text-align:left!important}.no-bg{background:0 0}.dark-menu{background:#000}.dark-menu a{color:#fff}.menu-bg{background-position:100% 100%!important;background-repeat:no-repeat!important;background-size:auto!important}.grid .mega-menu .col1 img,.grid .mega-menu .col2 img,.grid .mega-menu .col3 img,.grid .mega-menu .col4 img,.grid .mega-menu .col5 img,.grid .mega-menu .col6 img{width:100%;height:auto;margin-bottom:10px}.contact-form{padding:0 20px}.contact-form input,.contact-form textarea{width:100%;height:35px;color:#222;background:#fff;border:1px solid #ddd;margin-bottom:10px;padding-left:10px;padding-right:10px;display:inline-block}input[type=checkbox]{width:auto;height:auto;float:left;margin-right:10px}.contact-form input:focus,.contact-form textarea:focus{outline:0}.contact-form textarea{height:150px}.vl-btn{border:none;padding:10px 20px}@media (max-width:1480px){#blog-menu>ul{right:-100px}}@media (max-width:1024px){.menu,.menu ul,div.mega-menu{display:inline-block;background:#333!important}.mega-menu p{padding-left:40px!important}.vl-logo{margin-top:10px}.vlmenu,.vlmenu ul,div.mega-menu{display:inline-block;background:#333!important}.vlmenu a{color:#fff!important}.vlmenu li{z-index:1300;background:#333;position:relative}.vlmenu>li{width:100%;border-bottom:1px solid #ffffff0d;padding:0;display:block}.vlmenu>li>a,.vlmenu>li>a>i.arrow{line-height:50px}.vlmenu>li>a{padding:0 20px}.vlmenu>li a:hover{background:#111}.vlmenu>li>a>i.arrow{margin-right:0}.vlmenu ul{width:100%;border:none;display:none;position:relative;overflow:hidden}.hidden-sub{display:none!important}.visible-sub{visibility:visible;opacity:1;display:block!important}.vlmenu ul a,.vlmenu li>div,.mega-menu ol li a{padding:10px 20px}.mega-menu ol li a,.vlmenu ul a{border-top:1px solid #ffffff0d}.vlmenu li>div{padding:10px 0}.vlmenu ul ul,.vlmenu>li.menu-right>ul ul{left:0}.vlmenu li li a{padding-left:40px}.vlmenu li li li a{padding-left:60px}.vlmenu li li li li a{padding-left:80px}.vlmenu li li li li li a{padding-left:100px}.vlmenu li li li li li li a{padding-left:120px}.vlmenu .full-nav,.vlmenu .half-nav,.vlmenu .quarter-nav{display:block;position:relative}.vlmenu .col1,.vlmenu .col2,.vlmenu .col3,.vlmenu .col4,.vlmenu .col5,.vlmenu .col6,.mega-menu ol,.grid .col1,.grid .col2,.grid .col3,.grid .col4,.grid .col5,.grid .col6{width:100%!important}.grid .col1,.grid .col2,.grid .col3,.grid .col4,.grid .col5,.grid .col6{margin-bottom:10px;display:inline-block}.vlmenu li>div{border:none}.vlmenu h1,.vlmenu h2,.vlmenu h3,.vlmenu h4,.vlmenu h5,.vlmenu h6{color:#fff;margin:10px 20px}.vlmenu p{color:#fff;padding:10px 20px}.vlmenu ul a:hover,.mega-menu ol li a:hover{color:#fff;background:#111}.mega-menu ol li a{margin-bottom:0}.wrapper,.vlmenu .half-nav,.vlmenu .quarter-nav,.vlmenu li.menu-right .half-nav,.vlmenu li.menu-right .quarter-nav{width:100%}.vlmenu{width:100%;display:none}.light-sub-menu ul a,.light-sub-menu li>div a,.light-sub-menu li>div h1,.light-sub-menu li>div h2,.light-sub-menu li>div h3,.light-sub-menu li>div h4,.light-sub-menu li>div h5,.light-sub-menu li>div h6,.light-sub-menu li>div p,.light-sub-menu li>div span{color:#fff}.light-sub-menu ul,.light-sub-menu li>div{box-shadow:none}.vlmenu ul,.vlmenu li>div{top:auto}.vlmenu>li>a{height:53px;border-radius:0;border:none!important}.vlmenu>li,.menu-row{margin:0}.center-menu .vlmenu ul,.center-menu .vlmenu li>div{top:0}.center-menu{text-align:left}.center-menu .vlmenu{display:none}.nav-btn{float:right;cursor:pointer;margin-top:10px;margin-bottom:10px;margin-right:0;display:block}.nav-btn .bars{vertical-align:bottom;height:2px;width:30px;background-color:#333;display:inline-block;position:relative;top:-5px}.nav-btn .bars:before,.nav-btn .bars:after{content:"";width:30px;height:2px;background-color:#333;display:inline-block;position:absolute;top:-8px}.nav-btn .bars:after{top:8px}#blog-menu>ul{right:0}}.introjs-overlay{box-sizing:content-box;z-index:999999;opacity:0;background-color:#000;background:-moz-radial-gradient( center,ellipse farthest-corner,#0006 0,#000000e6 100% );background:-webkit-gradient( radial,center center,0px,center center,100%,color-stop(0%,#0006),color-stop(100%,#000000e6));background:-webkit-radial-gradient( center,ellipse farthest-corner,#0006 0,#000000e6 100% );background:-o-radial-gradient( center,ellipse farthest-corner,#0006 0,#000000e6 100% );background:-ms-radial-gradient( center,ellipse farthest-corner,#0006 0,#000000e6 100% );background:radial-gradient( center,ellipse farthest-corner,#0006 0,#000000e6 100% );filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000',endColorstr='#e6000000',GradientType=1)";-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";filter:alpha(opacity=50);-o-transition:all .3s ease-out;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-ms-transition:all .3s ease-out;transition:all .3s ease-out;position:absolute}.introjs-fixParent{z-index:auto!important;opacity:1!important;-webkit-transform:none!important;-moz-transform:none!important;-ms-transform:none!important;-o-transform:none!important;transform:none!important}.introjs-showElement,tr.introjs-showElement>td,tr.introjs-showElement>th{z-index:9999999!important}.introjs-disableInteraction{opacity:0;filter:alpha(opacity=0);background-color:#fff;position:absolute;z-index:99999999!important}.introjs-relativePosition,tr.introjs-showElement>td,tr.introjs-showElement>th{position:relative}.introjs-helperLayer{box-sizing:content-box;z-index:9999998;-o-transition:all .3s ease-out;background-color:#ffffffe6;border:1px solid #00000080;border-radius:4px;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-ms-transition:all .3s ease-out;transition:all .3s ease-out;position:absolute;box-shadow:0 2px 15px #0006}.introjs-tooltipReferenceLayer{box-sizing:content-box;visibility:hidden;z-index:100000000;-o-transition:all .3s ease-out;background-color:#0000;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-ms-transition:all .3s ease-out;transition:all .3s ease-out;position:absolute}.introjs-helperLayer *,.introjs-helperLayer :before,.introjs-helperLayer :after{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-ms-box-sizing:content-box;-o-box-sizing:content-box}.introjs-helperNumberLayer{box-sizing:content-box;visibility:visible;color:#fff;text-align:center;text-shadow:1px 1px 1px #0000004d;background:-moz-linear-gradient(#cf0404 0%,#ff3019 100%);background:-ms-linear-gradient(top,#ff3019 0%,#cf0404 100%);width:20px;height:20px;filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0)";filter:"progid:DXImageTransform.Microsoft.Shadow(direction=135, strength=2, color=ff0000)";background:-moz-linear-gradient(#cf0404 0%,#ff3019 100%);background:-webkit-linear-gradient(#cf0404 0%,#ff3019 100%);background:-webkit-gradient(linear,0 0,0 100%,from(#ff3019),to(#cf0404));background:-moz-linear-gradient(#cf0404 0%,#ff3019 100%);background:-o-linear-gradient(#cf0404 0%,#ff3019 100%);background:linear-gradient(#ff3019 0%,#cf0404 100%);border:3px solid #fff;border-radius:50%;padding:2px;font-family:Arial,verdana,tahoma;font-size:13px;font-weight:700;line-height:20px;position:absolute;top:-16px;left:-16px;box-shadow:0 2px 5px #0006;z-index:2147483647!important}.introjs-arrow{content:"";border:5px solid #0000;position:absolute}.introjs-arrow.top{border-bottom-color:#fff;top:-10px}.introjs-arrow.top-right{border-bottom-color:#fff;top:-10px;right:10px}.introjs-arrow.top-middle{border-bottom-color:#fff;margin-left:-5px;top:-10px;left:50%}.introjs-arrow.right{border-left-color:#fff;top:10px;right:-10px}.introjs-arrow.right-bottom{border-left-color:#fff;bottom:10px;right:-10px}.introjs-arrow.bottom{border-top-color:#fff;bottom:-10px}.introjs-arrow.bottom-right{border-top-color:#fff;bottom:-10px;right:10px}.introjs-arrow.bottom-middle{border-top-color:#fff;margin-left:-5px;bottom:-10px;left:50%}.introjs-arrow.left{border-right-color:#fff;top:10px;left:-10px}.introjs-arrow.left-bottom{border-right-color:#fff;bottom:10px;left:-10px}.introjs-tooltip{box-sizing:content-box;visibility:visible;min-width:200px;max-width:300px;-o-transition:opacity .1s ease-out;background-color:#fff;border-radius:3px;padding:10px;-webkit-transition:opacity .1s ease-out;-moz-transition:opacity .1s ease-out;-ms-transition:opacity .1s ease-out;transition:opacity .1s ease-out;position:absolute;box-shadow:0 1px 10px #0006}.introjs-tooltipbuttons{text-align:right;white-space:nowrap}.introjs-button{box-sizing:content-box;text-shadow:1px 1px #fff;color:#333;white-space:nowrap;cursor:pointer;background-color:#ececec;background-image:linear-gradient(#f4f4f4,#ececec);-webkit-background-clip:padding;-moz-background-clip:padding;-o-background-clip:padding-box;zoom:1;background-image:-webkit-gradient(linear,0 0,0 100%,from(#f4f4f4),to(#ececec));background-image:-moz-linear-gradient(#f4f4f4,#ececec);background-image:-o-linear-gradient(#f4f4f4,#ececec);border:1px solid #d4d4d4;-webkit-border-radius:.2em;-moz-border-radius:.2em;border-radius:.2em;outline:none;margin:10px 0 0;padding:.3em .8em;font:11px sans-serif;text-decoration:none;display:inline;position:relative;overflow:visible}.introjs-button:hover{border-color:#bcbcbc;text-decoration:none;box-shadow:0 1px 1px #e3e3e3}.introjs-button:focus,.introjs-button:active{background-image:-webkit-gradient(linear,0 0,0 100%,from(#ececec),to(#f4f4f4));background-image:-moz-linear-gradient(#ececec,#f4f4f4);background-image:-o-linear-gradient(#ececec,#f4f4f4);background-image:linear-gradient(#ececec,#f4f4f4)}.introjs-button::-moz-focus-inner{border:0;padding:0}.introjs-skipbutton{box-sizing:content-box;color:#7a7a7a;margin-right:5px}.introjs-prevbutton{border-right:none;-webkit-border-radius:.2em 0 0 .2em;-moz-border-radius:.2em 0 0 .2em;border-radius:.2em 0 0 .2em}.introjs-prevbutton.introjs-fullbutton{border:1px solid #d4d4d4;-webkit-border-radius:.2em;-moz-border-radius:.2em;border-radius:.2em}.introjs-nextbutton{-webkit-border-radius:0 .2em .2em 0;-moz-border-radius:0 .2em .2em 0;border-radius:0 .2em .2em 0}.introjs-nextbutton.introjs-fullbutton{-webkit-border-radius:.2em;-moz-border-radius:.2em;border-radius:.2em}.introjs-disabled,.introjs-disabled:hover,.introjs-disabled:focus{color:#9a9a9a;box-shadow:none;cursor:default;background-color:#f4f4f4;background-image:none;border-color:#d4d4d4;text-decoration:none}.introjs-hidden{display:none}.introjs-bullets{text-align:center}.introjs-bullets ul{box-sizing:content-box;clear:both;margin:15px auto 0;padding:0;display:inline-block}.introjs-bullets ul li{box-sizing:content-box;float:left;margin:0 2px;list-style:none}.introjs-bullets ul li a{box-sizing:content-box;width:6px;height:6px;cursor:pointer;background:#ccc;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;text-decoration:none;display:block}.introjs-bullets ul li a:hover{background:#999}.introjs-bullets ul li a.active{background:#999}.introjs-progress{box-sizing:content-box;height:10px;background-color:#ecf0f1;border-radius:4px;margin:10px 0 5px;overflow:hidden}.introjs-progressbar{box-sizing:content-box;float:left;width:0%;height:100%;text-align:center;background-color:#08c;font-size:10px;line-height:10px}.introjsFloatingElement{height:0;width:0;position:absolute;top:50%;left:50%}.introjs-fixedTooltip{position:fixed}.introjs-hint{box-sizing:content-box;width:20px;height:15px;cursor:pointer;background:0 0;position:absolute}.introjs-hint:focus{border:0;outline:0}.introjs-hidehint{display:none}.introjs-fixedhint{position:fixed}.introjs-hint:hover>.introjs-hint-pulse{border:5px solid #3c3c3c91}.introjs-hint-pulse{box-sizing:content-box;width:10px;height:10px;z-index:10;-o-transition:all .2s ease-out;background-color:#8888883d;border:5px solid #3c3c3c45;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;-ms-transition:all .2s ease-out;transition:all .2s ease-out;position:absolute}.introjs-hint-no-anim .introjs-hint-dot{-webkit-animation:none;-moz-animation:none;animation:none}.introjs-hint-dot{box-sizing:content-box;height:50px;width:50px;z-index:1;opacity:0;background:0 0;border:10px solid #9292925c;-webkit-border-radius:60px;-moz-border-radius:60px;border-radius:60px;-webkit-animation:introjspulse 3s ease-out infinite;-moz-animation:introjspulse 3s ease-out infinite;animation:introjspulse 3s ease-out infinite;position:absolute;top:-25px;left:-25px}@-webkit-keyframes introjspulse{0%{opacity:0;-webkit-transform:scale(0)}25%{opacity:.1;-webkit-transform:scale(0)}50%{opacity:.3;-webkit-transform:scale(.1)}75%{opacity:.5;-webkit-transform:scale(.5)}to{opacity:0;-webkit-transform:scale(1)}}@-moz-keyframes introjspulse{0%{opacity:0;-moz-transform:scale(0)}25%{opacity:.1;-moz-transform:scale(0)}50%{opacity:.3;-moz-transform:scale(.1)}75%{opacity:.5;-moz-transform:scale(.5)}to{opacity:0;-moz-transform:scale(1)}}@keyframes introjspulse{0%{opacity:0;transform:scale(0)}25%{opacity:.1;transform:scale(0)}50%{opacity:.3;transform:scale(.1)}75%{opacity:.5;transform:scale(.5)}to{opacity:0;transform:scale(1)}}@font-face{font-family:iconfont;src:url(iconfont.960c72b2.eot#iefix)format("embedded-opentype"),url(iconfont.a07d77e0.woff2)format("woff2"),url(iconfont.b2a06094.woff)format("woff")}.icon{line-height:1}.icon:before{vertical-align:top;font-style:normal;font-family:iconfont!important;font-weight:400!important}.icon-close-fullscreen:before{content:""}.icon-open-fullscreen:before{content:""}.icon-output:before{content:""}.icon-coverage:before{content:""}.icon-more:before{content:""}.icon-copy:before{content:""}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-ms-text-size-adjust:100%;font-family:Nunito,sans-serif;font-size:16px;font-weight:400;line-height:1.6;overflow-x:hidden}html{scroll-behavior:smooth}a{color:#09c;word-break:break-word;text-decoration:none;transition:all .3s}a:hover{color:#069;text-decoration:none}button,a,.btn{outline:0;transition:all .3s}button:focus,a:focus,.btn:focus{outline:none;text-decoration:none;box-shadow:none!important}img{max-width:100%;height:auto}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{font-family:Nunito,sans-serif;font-weight:700;transition:all .3s}h1 a,.h1 a,h2 a,.h2 a,h3 a,.h3 a,h4 a,.h4 a,h5 a,.h5 a,h6 a,.h6 a{color:#242424}h1 a:hover,.h1 a:hover,h2 a:hover,.h2 a:hover,h3 a:hover,.h3 a:hover,h4 a:hover,.h4 a:hover,h5 a:hover,.h5 a:hover,h6 a:hover,.h6 a:hover{color:#09c;text-decoration:none}@media (min-width:576px){h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{margin-top:-64px;padding-top:64px}}h1,.h1{font-size:32px}h2,.h2{font-size:28px}h3,.h3{font-size:24px}h4,.h4{font-size:20px}h5,.h5{font-size:18px}h6,.h6{font-size:16px}.section-gap{padding-top:3rem;padding-bottom:3rem;position:relative}@media (max-width:991px){h1,.h1{font-size:32px}h2,.h2{font-size:28px}h3,.h3{font-size:24px}h4,.h4{font-size:20px}h5,.h5{font-size:18px}h6,.h6{font-size:16px}.app-header+.section-gap{padding-top:5rem}}@media (max-width:767px){h1,.h1{font-size:28px}h2,.h2{font-size:26px}h3,.h3{font-size:24px}h4,.h4{font-size:20px}h5,.h5{font-size:18px}h6,.h6{font-size:16px}}@media (max-width:667px){h1,.h1{font-size:26px}h2,.h2{font-size:24px}h3,.h3{font-size:22px}h4,.h4{font-size:20px}h5,.h5{font-size:18px}h6,.h6{font-size:16px}}@media (min-width:769px){.section-gap{padding-top:7.5rem;padding-bottom:7.5rem}}.vlmenu>li>a:hover,.vlmenu>li.active>a{color:#09c}.hamburger{cursor:pointer;font:inherit;color:inherit;text-transform:none;background-color:#0000;border:0;margin:10px 0 0;padding:0;transition-property:opacity,filter;transition-duration:.15s;transition-timing-function:linear;display:inline-block;overflow:visible}.hamburger:hover{opacity:.7}.hamburger.is-active:hover{opacity:.7}.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner:before,.hamburger.is-active .hamburger-inner:after{background-color:#000}@media screen and (prefers-color-scheme:dark){.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner:before,.hamburger.is-active .hamburger-inner:after{background-color:#fff}}.hamburger-box{width:20px;height:17px;display:inline-block;position:relative}.hamburger-inner{margin-top:-2px;display:block;top:50%}.hamburger-inner,.hamburger-inner:before,.hamburger-inner:after{width:20px;height:2px;background-color:#000;border-radius:4px;transition-property:transform;transition-duration:.15s;transition-timing-function:ease;position:absolute}@media screen and (prefers-color-scheme:dark){.hamburger-inner,.hamburger-inner:before,.hamburger-inner:after{background-color:#fff}}.hamburger-inner:before,.hamburger-inner:after{content:"";display:block}.hamburger-inner:before{top:-10px}.hamburger-inner:after{bottom:-10px}.hamburger--slider .hamburger-inner{top:2px}.hamburger--slider .hamburger-inner:before{width:14px;transition-property:transform,opacity;transition-duration:.15s;transition-timing-function:ease;top:7px}.hamburger--slider .hamburger-inner:after{top:14px}.hamburger--slider.is-active .hamburger-inner{transform:translateY(7px)rotate(45deg)}.hamburger--slider.is-active .hamburger-inner:before{opacity:0;transform:rotate(-45deg)translate(-5.71429px,-6px)}.hamburger--slider.is-active .hamburger-inner:after{transform:translateY(-14px)rotate(-90deg)}.vl-accordion{font-family:Nunito,sans-serif!important}@media (max-width:1024px){.vlmenu{margin-top:10px}.app-header{width:100%;z-index:10;background:#fff;padding:.3em 0;position:absolute;top:auto}.app-header .logo-dark{height:50px;display:block}.app-header .logo-light{display:none}}@media screen and (max-width:1024px) and (prefers-color-scheme:dark){.app-header{background:#000}}@media (max-width:1024px){.app-header.transparent-header .logo-light{display:none}.header-links.navbar{position:absolute;right:15px}.vlmenu .vl-accordion .fa-angle-down{display:none}.vlmenu li li a{font-family:Nunito,sans-serif}.vlmenu>li>a{cursor:pointer}.mega-menu h3{font-size:14px;font-weight:700}.vlmenu .vl-accordion .fa-angle-down,.nav-extra-link{display:none}}@media (max-width:767px){.header-links.navbar{right:25px}}@media (min-width:1025px){.app-header{width:100%;z-index:10;background:#fff;transition:all .1s;position:absolute;top:auto}.app-header .navbar-brand{margin-top:0}.app-header .logo-light{display:none}.app-header.transparent-header .logo-light{display:block}.app-header.sticky-nav{z-index:1030;background:#fff;padding:0;animation:smoothScroll .3s forwards;position:fixed;top:0;bottom:auto;box-shadow:0 1px 10px #97a4af26}@keyframes smoothScroll{0%{transform:translateY(-100px)}to{transform:translateY(0)}}.transparent-header{background:0 0;padding-top:2rem;top:auto}.transparent-header .vlmenu>li>a{color:#fff}.transparent-header .vlmenu>li>a:hover{opacity:.7}.transparent-header .logo-dark{height:70px;display:none}.transparent-header.sticky-nav{background:#fff;top:0;box-shadow:0 1px 10px #97a4af26}.transparent-header.sticky-nav .vlmenu>li>a{color:#242424}.transparent-header.sticky-nav .vlmenu>li>a:hover{color:#09c}.transparent-header.sticky-nav .logo-light{display:none}.transparent-header.sticky-nav .logo-dark{height:50px;display:block}}@media screen and (min-width:1025px) and (prefers-color-scheme:dark){.transparent-header.sticky-nav{background:#000;box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.transparent-header.sticky-nav .vlmenu>li>a{color:#fff}}@media (min-width:1025px){.transparent-header-dark-nav .vlmenu>li>a{color:#242424}.transparent-header-dark-nav .vlmenu>li>a:hover{color:#09c}}@media screen and (min-width:1025px) and (prefers-color-scheme:dark){.transparent-header-dark-nav .vlmenu>li>a{color:#fff}}@media (min-width:1025px){.transparent-header-dark-nav .logo-dark{display:block}.transparent-header-dark-nav .logo-light{display:none!important}.vlmenu>li>a>i.arrow{display:none;position:relative;top:2px}.light-sub-menu ul,.light-sub-menu li>div{box-shadow:0 1px 15px 1px #45414e1a}}@media screen and (min-width:1025px) and (prefers-color-scheme:dark){.light-sub-menu ul,.light-sub-menu li>div{color:#fff;background-color:#141414}}@media (min-width:1025px){.vlmenu ul{width:250px;padding-top:15px;padding-bottom:15px}.vlmenu ul a{padding:12px 30px;font-size:14px}.vlmenu ul ul{left:251px}.vlmenu li>div{padding:30px}.vlmenu li>div p{font-size:12px}.vlmenu>li.menu-right>ul ul{left:-251px}.vlmenu h3{margin-bottom:20px;font-size:14px;font-weight:700}.vlmenu .mega-menu ol li a{border-radius:6px;padding:12px 20px;font-size:14px}.vlmenu>li{padding:0 10px}}@media screen and (min-width:1025px) and (prefers-color-scheme:dark){.light-sub-menu ul a,.light-sub-menu ol li a{color:#fff}}@media (min-width:1025px){.light-sub-menu ul a:hover,.light-sub-menu ol li a:hover{color:#fff;background:#09c}}@media screen and (min-width:1025px) and (prefers-color-scheme:dark){.light-sub-menu ul a:hover,.light-sub-menu ol li a:hover{color:#fff}}@media (min-width:1025px){.vlmenu>li>a{cursor:pointer;padding:19.5px 0}.nav-btn{display:none}.vlmenu .half-nav,.vlmenu .full-nav,.vlmenu ul{border-radius:6px}.nav-extra-link .mt-3{margin-top:.85rem!important}}.overlay-nav{z-index:6;position:relative;top:1.7rem}.toggle-wrap{height:16px;width:20px;cursor:pointer;z-index:100;-webkit-transition:opacity .25s;transition:opacity .25s;position:absolute;top:3%;right:0}.toggle-wrap.active .top{background:#fff;-webkit-transform:translateY(7px)rotate(45deg);transform:translateY(7px)rotate(45deg)}.toggle-wrap.active .middle{opacity:0;background:#fff}.toggle-wrap.active .bottom{background:#fff;-webkit-transform:translateY(-7px)translate(0)rotate(-45deg);transform:translateY(-7px)translate(0)rotate(-45deg)}.toggle-wrap span{height:2px;width:100%;cursor:pointer;background:#242424;border:none;-webkit-transition:all .35s;transition:all .35s;position:absolute;top:0;left:0}.toggle-wrap span:nth-of-type(2){width:60%;top:7px}.toggle-wrap span:nth-of-type(3){top:14px}.overlay{width:100%;height:0;opacity:0;visibility:hidden;background:#242424;-webkit-transition:opacity .35s,visibility .35s,height .35s;transition:opacity .35s,visibility .35s,height .35s;position:fixed;top:0;left:0;overflow:hidden}.overlay.open{opacity:1;visibility:visible;height:100%}.overlay.open li{-webkit-animation:fadeInDown .5s .35s forwards;animation:fadeInDown .5s .35s forwards}.overlay.open li:nth-of-type(2){-webkit-animation-delay:.4s;animation-delay:.4s}.overlay.open li:nth-of-type(3){-webkit-animation-delay:.45s;animation-delay:.45s}.overlay.open li:nth-of-type(4){-webkit-animation-delay:.5s;animation-delay:.5s}.overlay.open li:nth-of-type(5){-webkit-animation-delay:.55s;animation-delay:.55s}.overlay.open li:nth-of-type(6){-webkit-animation-delay:.6s;animation-delay:.6s}.overlay.open li:nth-of-type(7){-webkit-animation-delay:.65s;animation-delay:.65s}.overlay.open li:nth-of-type(8){-webkit-animation-delay:.7s;animation-delay:.7s}.overlay nav{height:60%;text-align:center;font-size:1.5rem;position:relative;top:45%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.overlay ul{height:100%;margin:0 auto;padding:0;list-style:none;display:inline-block;position:relative}.overlay ul li{height:10%;min-height:50px;opacity:0;display:block;position:relative}.overlay ul li a{color:#fff;padding:0 0 10px;text-decoration:none;display:block;position:relative;overflow:hidden}.overlay ul li a:hover{color:#09c}.overlay ul li a:hover:after,.overlay ul li a:focus:after,.overlay ul li a:active:after{width:100%}.overlay ul li a:after{content:"";width:0%;height:1px;background:#09c;-webkit-transition:all .35s;transition:all .35s;position:absolute;bottom:5px;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.overlay-nav-social-link a{color:#8c8c8c;opacity:0;margin:0 .8rem;font-size:18px}.overlay-nav-social-link a:hover{color:#09c}.overlay-nav-social-link.open a{-webkit-animation:fadeInDown .6s .8s forwards;animation:fadeInDown .6s .8s forwards}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-100%);transform:translateY(-100%)}to{opacity:1;-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-100%);transform:translateY(-100%)}to{opacity:1;-webkit-transform:translate(0,0);transform:translate(0,0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}.app-footer{border-top:1px solid #e8e8e8;padding:3rem 0;font-family:Arial,Helvetica,sans-serif}.app-footer .footer-link{margin-bottom:.5rem;padding:0}.app-footer .footer-link li{margin-bottom:.5rem;margin-right:15px;display:inline-block}.app-footer .footer-link li a{text-transform:uppercase;color:#8c8c8c;font-size:12px}.app-footer .footer-link li a:hover{color:#242424;text-decoration:none}.app-footer .footer-link li:last-child{margin-right:0}.app-footer .social-links li a{font-size:16px}.app-footer .copyright{color:#8c8c8c;margin:0;font-size:14px}@media screen and (prefers-color-scheme:dark){.app-footer{border-color:#414141}}.app-footer.bg-dark{color:#fff;padding:4rem 0}.app-footer.bg-dark .border-right{border-right:1px solid #616161!important}.app-footer.bg-dark .border-left{border-left:1px solid #616161!important}.app-footer.bg-dark .border-top{border-top:1px solid #616161!important}.app-footer.bg-dark .border-bottom{border-bottom:1px solid #616161!important}.app-secondary-footer{background:#171717;padding:2rem 0}.two-col-link li{width:50%;float:left;box-sizing:border-box;margin-right:0!important}.instagram-feed a{width:75px;height:75px;margin:0 .3rem .2rem 0;display:inline-block;overflow:hidden}.instagram-feed a img{width:100%;height:100%}.social-media-list{padding:0;list-style:none}.social-media-list a{text-transform:capitalize;color:#242424;margin-bottom:.5rem;font-size:18px;font-weight:700;display:inline-block}.social-media-list a:hover{color:#09c}.go-up-link i{font-weight:700}.go-up-link:hover{text-decoration:none}@media (max-width:767px){.app-footer .border-right,.app-footer.bg-dark .border-right{border-right:none!important}.app-footer,.app-footer.bg-dark{padding:2rem 0}.social-media-list a{font-size:14px}.footer-logo{max-height:32px}}img.footer-icon{width:28px;height:28px;margin:0}@media screen and (prefers-color-scheme:dark){code[class*=language-],pre[class*=language-]{color:#c5c8c6;text-shadow:0 1px #0000004d;direction:ltr;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none;font-family:Inconsolata,Monaco,Consolas,Courier New,Courier,monospace;line-height:1.5}pre[class*=language-]{border-radius:.3em;margin:.5em 0;padding:1em;overflow:auto}:not(pre)>code[class*=language-],pre[class*=language-]{background:#1d1f21}:not(pre)>code[class*=language-]{border-radius:.3em;padding:.1em}.token.comment,.token.prolog,.token.doctype,.token.cdata{color:#7c7c7c}.token.punctuation{color:#c5c8c6}.namespace{opacity:.7}.token.property,.token.keyword,.token.tag{color:#96cbfe}.token.class-name{color:#ffffb6;text-decoration:underline}.token.boolean,.token.constant{color:#9c9}.token.symbol,.token.deleted{color:#f92672}.token.number{color:#ff73fd}.token.selector,.token.attr-name,.token.string,.token.char,.token.builtin,.token.inserted{color:#a8ff60}.token.variable{color:#c6c5fe}.token.operator{color:#ededed;background-color:inherit}.token.entity{color:#ffffb6;cursor:help}.token.url{color:#96cbfe}.language-css .token.string,.style .token.string{color:#87c38a}.token.atrule,.token.attr-value{color:#f9ee98}.token.function{color:#dad085}.token.regex{color:#e9c062}.token.important{color:#fd971f}.token.important,.token.bold{font-weight:700}.token.italic{font-style:italic}}.hero-img{background-position:50%;background-repeat:no-repeat;background-size:cover}.hero-img,.bg-overlay,.bg-overlay:before,.bg-theme-overlay,.bg-theme-overlay:before,.bg-navy-overlay,.bg-navy-overlay:before,.bg-gradient-overlay,.bg-gradient-overlay:before{position:absolute;inset:0}.bg-overlay:before{content:"";background-color:#242424}.bg-theme-overlay:before{content:"";background:#09c}.bg-navy-overlay:before{content:"";background:#1d2b40}.bg-gradient-overlay:before{content:"";background-image:linear-gradient(90deg,#09c 0%,#7431ff 100%)}[data-overlay="0"]:before{opacity:0}[data-overlay="1"]:before{opacity:.1}[data-overlay="2"]:before{opacity:.2}[data-overlay="3"]:before{opacity:.3}[data-overlay="4"]:before{opacity:.4}[data-overlay="5"]:before{opacity:.5}[data-overlay="6"]:before{opacity:.6}[data-overlay="7"]:before{opacity:.7}[data-overlay="8"]:before{opacity:.8}[data-overlay="9"]:before{opacity:.9}@media (max-width:768px){.section-top{padding-top:5rem}.hero-avatar-bottom{position:relative;bottom:-3rem}.scroll-down{bottom:10px;left:0;right:0}.scroll-down span{color:#09c;display:block}.scroll-down-circle{display:none}}@media (min-width:769px){.section-full>.section-full-exception,.section-full>.container:not(#homepage-container)>.row{min-height:calc(100vh - 20.8125rem)}.section-full .container>.row:before{min-height:inherit;content:""}.section-top{padding-top:13.3125rem}.scroll-down{bottom:50px;left:0;right:0}.scroll-down span{color:#09c;display:block}.scroll-down-circle{width:80px;height:80px;background:#fff;border-radius:50%;line-height:80px;position:absolute;bottom:-100px;left:50%;transform:translate(-50%);box-shadow:0 .2rem .8rem #24242426}}.btn{text-transform:uppercase;white-space:nowrap;padding:.75rem 2rem;font-size:11px;font-weight:700}.btn.btn-sm{padding:.485rem 1.2rem;font-size:10px;font-weight:700;line-height:1.6}.btn.btn-lg{padding:.965rem 2rem}.btn-pill{border-radius:5rem}.btn-theme{background:#09c;border:2px solid #09c;color:#fff!important}.btn-theme:hover{color:#fff;background:#069;border:2px solid #069}.btn-rv-blue{background:#09c;border:2px solid #09c;color:#fff!important}.btn-rv-blue:hover{color:#fff;background:#069;border:2px solid #069}.btn-outline{cursor:pointer;color:#242424;background:#fff;border:2px solid #e8e8e8;margin-left:2em}.btn-outline:hover{background:#242424;border-color:#242424;color:#fff!important}@media screen and (prefers-color-scheme:dark){.btn-outline{color:#fff;background:#000;border-color:#e8e8e8}.btn-outline:hover{border-color:#777}}.btn-outline-dark{color:#242424;background:0 0;border:2px solid #242424}.btn-outline-dark:hover{color:#fff;background:#242424;border-color:#242424}.btn-outline-light{color:#fff;background:0 0;border:2px solid #fff}.btn-outline-light:hover{color:#242424;background:#fff;border-color:#fff}.btn-solid-light{color:#242424;background:#fff;border:2px solid #fff}.btn-solid-light:hover{color:#fff;background:#09c;border-color:#09c}.btn-solid-dark{color:#fff;background:#242424;border:2px solid #242424}.btn-solid-dark:hover{color:#fff;background:#09c;border-color:#09c}.video-btn .video-play-icon,.video-btn span{display:inline-block}.video-btn .video-play-icon{width:46px;height:46px;text-align:center;color:#242424;cursor:pointer;background:#fff;border-radius:50%;line-height:46px;box-shadow:0 3px 6px #0000000d}.video-btn .video-play-icon i{font-size:12px;position:relative;top:0;left:2px}.video-btn .video-play-icon:hover i{color:#09c}.video-btn span{text-transform:uppercase;font-size:11px;font-weight:700;position:relative;left:10px}.video-play-btn-align-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.btn-read-more{display:inline-block;position:relative}.btn-read-more:hover{text-decoration:none}.btn-read-more:hover:after{right:-30px}@media (max-width:767px){.btn.btn-sm{padding:.4rem 1rem}.btn{padding:.5rem 1.3rem}.btn.btn-lg{padding:.7rem 1.4rem}}.accordion .card{border-color:#e8e8e8}.accordion .card p{color:#8c8c8c}.accordion .card-header{border-color:#e8e8e8;padding:0}.accordion .card-header h6{margin-bottom:0;font-size:16px;font-weight:400}.accordion .card-header a{cursor:pointer;color:#09c;background:#fff;border-radius:4px 4px 0 0;padding:1.2rem 1.5rem;display:block;position:relative}.accordion .card-header a:hover{color:#09c}.accordion .card-header .collapsed{color:#242424}.accordion .card-header .collapsed:after{content:""}.accordion .accordion-list{list-style:none}.accordion .accordion-list li{margin-bottom:.5rem}.accordion .accordion-list li a{color:#8c8c8c}.accordion .accordion-list li a i{font-size:14px}.accordion .accordion-list li a:hover{color:#09c;text-decoration:none}.accordion.accordion-style-1 .card-header a{color:#09c;background:#fff}.accordion.accordion-style-1 .card-header a:hover{color:#09c}.accordion.accordion-style-1 .card-header a:hover:after{color:#fff;background:#09c;border:1px solid #09c;transition:all .3s}.accordion.accordion-style-1 .card-header .collapsed{color:#242424}.accordion.accordion-style-1 .card-header .collapsed:after{content:"";color:#8c8c8c;background:#fff;border:1px solid #ccc}.accordion.accordion-style-2 .card{border-radius:4px;margin-bottom:10px}.accordion.accordion-style-2 .card .card-header{background:0 0;border:none;margin-bottom:0}.accordion.accordion-style-2 .card .card-header a:after{content:"";font-family:fontawesome;font-size:14px;position:absolute;top:35%;right:20px}.accordion.accordion-style-2 .card .card-header a.collapsed{border-radius:4px;position:relative}.accordion.accordion-style-2 .card .card-header a.collapsed:after{content:""}.accordion.accordion-style-2 .card:not(:first-of-type):not(:last-of-type){border-radius:4px}.accordion.accordion-style-2 .card:first-of-type,.accordion.accordion-style-2 .card:not(:first-of-type):not(:last-of-type){border-bottom:1px solid #e8e8e8}.accordion.accordion-style-3 .card,.accordion.accordion-style-3 .card-header,.accordion.accordion-style-3 .card-header a{background:0 0;border:none}.accordion.accordion-style-3 .card-header a{color:#09c;padding:1.2rem 0 1.2rem 4rem}.accordion.accordion-style-3 .card-header a:before{width:40px;height:40px;text-align:center;color:#fff;content:"";background:#09c;border-radius:50%;font-family:fontawesome;font-size:14px;line-height:40px;position:absolute;top:8px;left:5px}.accordion.accordion-style-3 .card-header a:after{content:""}.accordion.accordion-style-3 .card-header .collapsed{color:#242424}.accordion.accordion-style-3 .card-header .collapsed:before{content:"";width:40px;height:40px;text-align:center;color:#242424;background:#fff;border:1px solid #f5f5f5;border-radius:50%;line-height:38px;box-shadow:0 3px 6px #0000000d}.accordion.accordion-style-3 .card-body{padding:1.25rem 0 1.25rem 4rem}.accordion.accordion-style-4 .card{border-radius:4px;margin-bottom:10px}.accordion.accordion-style-4 .card .card-header{background:0 0;border:none;margin-bottom:0;position:relative}.accordion.accordion-style-4 .card .card-header a{color:#242424;padding:2.5rem 1.5rem;font-weight:700}.accordion.accordion-style-4 .card .card-header a.collapsed{border-radius:4px;position:relative}.accordion.accordion-style-4 .card .card-header a.collapsed:after{content:""}.accordion.accordion-style-4 .card .card-header i{color:#09c;position:absolute;top:28px}.accordion.accordion-style-4 .card .card-header span{padding-left:3rem}.accordion.accordion-style-4 .card:not(:first-of-type):not(:last-of-type){border-radius:4px}.accordion.accordion-style-4 .card:first-of-type,.accordion.accordion-style-4 .card:not(:first-of-type):not(:last-of-type){border-bottom:1px solid #e8e8e8}.blurb i{margin-bottom:2rem;font-size:3rem;display:inline-block}.blurb p{color:#8c8c8c;padding-right:2rem}.blurb.text-right p{padding-left:2rem;padding-right:0}.blurb-border{background:#fff;border:1px solid #e8e8e8;border-radius:6px;padding:1.8rem}.blurb-border p{margin-bottom:.5rem;padding:0}@media (max-width:767px){.blurb i{font-size:2.5rem}.blurb-border{margin-bottom:1.5rem}}.list-group-right-arrow a{position:relative}.list-group-right-arrow a:after{content:"";width:25px;height:25px;text-align:center;border:1px solid #e8e8e8;border-radius:50%;padding-left:2px;font-family:fontawesome;font-size:14px;line-height:23px;position:absolute;top:30%;right:20px}.list-group-right-arrow a:hover:after{color:#fff;background:#09c;border-color:#09c;transition:all .3s}.list-group-right-arrow .list-group-item.active{color:#09c;background:#fff;border-color:#e8e8e8}.list-group-right-arrow .list-group-item.active:after{color:#fff;background:#09c;border-color:#09c}.list-group-right-arrow-on-hover a:after{opacity:0;width:30px;height:30px;border:3px solid #fff;line-height:25px;top:33%;right:13px}.list-group-right-arrow-on-hover a:hover:after{opacity:1;width:30px;height:30px;border:3px solid #fff;line-height:25px;right:-13px}.list-group-right-arrow-on-hover .list-group-item.active:after{opacity:1;width:30px;height:30px;border:3px solid #fff;line-height:25px;right:-13px}.list-group .list-group-item h6{color:#242424}.list-group .list-group-item:hover h6{color:#09c}.list-group-gap .list-group-item{border-radius:6px;margin-bottom:10px;padding:1.8rem 1.25rem}@media (prefers-color-scheme:dark){.list-group-item{color:#fff;background-color:#1b1b1b;border-color:#414141}}.custom-list{padding:0;list-style:none}.custom-list li{padding:.8rem 0}.custom-list li a{color:#242424}.custom-list li a:hover{color:#09c;text-decoration:none}.custom-list-border li{border-bottom:1px solid #e8e8e8}.custom-list-border li:first-child{border-top:1px solid #e8e8e8}@media (prefers-color-scheme:dark){.list-group-item{color:#fff;background-color:#1b1b1b;border-color:#414141}}.clients-thumb{width:100%;max-width:10rem;height:auto;opacity:.5;margin-left:auto;margin-right:auto}.clients-thumb:hover{opacity:1}.dot-style-1.owl-theme .owl-dots .owl-dot span{width:6px;height:6px;background:#242424;transition:all .3s}.dot-style-1.owl-theme .owl-dots .owl-dot.active span{transform:scale(1.5)}.dot-style-2.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;background:#ccc;transition:all .3s}.dot-style-2.owl-theme .owl-dots .owl-dot.active span{width:20px;height:10px;background:#09c;margin:5px 3px}.owl-carousel.text-center .owl-stage{display:inline-block}.carousel-highlighter.owl-carousel .owl-item{opacity:.2}.carousel-highlighter.owl-carousel .owl-item .card-img-overlay{opacity:0}.carousel-highlighter.owl-carousel .owl-item.center,.carousel-highlighter.owl-carousel .owl-item.center .card-img-overlay{opacity:1}.carousel-zoom-img .owl-stage-outer{overflow:visible}.carousel-zoom-img .owl-item .item h6{opacity:0}.carousel-zoom-img .owl-item.center .item{z-index:100;position:relative;transform:scale(1.2)}.carousel-zoom-img .owl-item.center .item h6{opacity:1}.carousel-zoom-img .owl-dots{margin-top:4rem}.owl-theme .owl-nav,.owl-theme .owl-nav.disabled+.owl-dots{margin-top:30px}.nav-circle.owl-theme .owl-nav [class*=owl-],.nav-circle-light.owl-theme .owl-nav [class*=owl-],.nav-circle-solid-light.owl-theme .owl-nav [class*=owl-]{width:50px;height:50px;text-align:center;color:#8c8c8c;border:1px solid #ccc;border-radius:50%;margin-bottom:2rem;font-size:12px;line-height:50px;position:relative}.nav-circle.owl-theme .owl-nav [class*=owl-]:hover,.nav-circle-light.owl-theme .owl-nav [class*=owl-]:hover,.nav-circle-solid-light.owl-theme .owl-nav [class*=owl-]:hover{color:#fff;background:#242424;border-color:#242424}.nav-circle-light.owl-theme .owl-nav [class*=owl-]:hover{color:#242424;background:#fff;border-color:#fff}.nav-circle-solid-light.owl-theme .owl-nav [class*=owl-]{color:#242424;background:#fff;border-color:#fff}.nav-circle-solid-light.owl-theme .owl-nav [class*=owl-]:hover{color:#fff;background:#09c;border-color:#09c}.nav-round.owl-theme .owl-nav [class*=owl-]{width:40px;height:90px;text-align:center;color:#fff;background:#0000004d;border-radius:6px;margin-bottom:2rem;font-size:12px;line-height:90px;position:relative}.nav-round.owl-theme .owl-nav [class*=owl-]:hover{background:#242424}.nav-round.owl-carousel .owl-nav .owl-prev,.nav-round.owl-carousel .owl-nav .owl-next{margin-top:-90px;position:absolute;top:50%}.nav-round.owl-carousel .owl-nav .owl-prev{border-radius:0 6px 6px 0;left:-5px}.nav-round.owl-carousel .owl-nav .owl-next{border-radius:6px 0 0 6px;right:-5px}.custom-testimonial.owl-theme .owl-nav{margin-top:0;bottom:2%}.custom-testimonial.owl-theme .owl-nav [class*=owl-]{width:35px;height:35px;text-align:center;color:#8c8c8c;border:1px solid #ccc;border-radius:50%;font-size:12px;line-height:35px;position:relative}.custom-testimonial.owl-theme .owl-nav [class*=owl-]:hover{color:#fff;background:#242424;border-color:#242424}.owl-carousel .owl-item img{width:auto}@media (min-width:1025px){.nav-circle.owl-carousel .owl-nav .owl-prev,.nav-circle.owl-carousel .owl-nav .owl-next,.nav-circle-light.owl-carousel .owl-nav .owl-prev,.nav-circle-light.owl-carousel .owl-nav .owl-next,.nav-circle-solid-light.owl-carousel .owl-nav .owl-prev,.nav-circle-solid-light.owl-carousel .owl-nav .owl-next,.nav-inside.owl-carousel .owl-nav .owl-prev,.nav-inside.owl-carousel .owl-nav .owl-next{margin-top:-50px;position:absolute;top:50%}.nav-circle.owl-carousel .owl-nav .owl-prev,.nav-circle-light.owl-carousel .owl-nav .owl-prev,.nav-circle-solid-light.owl-carousel .owl-nav .owl-prev{left:-8%}.nav-circle.owl-carousel .owl-nav .owl-next,.nav-circle-light.owl-carousel .owl-nav .owl-next,.nav-circle-solid-light.owl-carousel .owl-nav .owl-next{right:-8%}.nav-inside.owl-carousel .owl-nav .owl-prev,.nav-inside.owl-carousel .owl-nav .owl-prev{left:3%}.nav-inside.owl-carousel .owl-nav .owl-next,.nav-inside.owl-carousel .owl-nav .owl-next{right:3%}.custom-testimonial.owl-theme .owl-nav{z-index:100;margin-top:0;position:absolute;bottom:8%;right:11%}}.t-star-icon{font-size:8px;position:relative;bottom:2px}.justify-content-between .card-arrow-icon{width:25px;height:25px;text-align:center;border:1px solid #ddd;border-radius:50%;line-height:25px;transition:all .3s;position:relative}.justify-content-between .card-arrow-icon:after{content:"";font-family:fontawesome;font-size:14px;position:absolute;top:-1px;left:9px}.justify-content-between>a{text-decoration:none}.justify-content-between>a:hover+.card-arrow-icon{color:#fff;background:#09c;border-color:#09c}.card-img-overlay{top:auto;left:auto;right:auto}.box-hover,img.box-hover{transition:top .2s,box-shadow .2s;position:relative;top:0;box-shadow:0 0 #0000}.box-hover:hover,img.box-hover:hover{top:-.5rem;box-shadow:0 .2rem .8rem #24242426}@media (min-width:768px){.card.flex-md-row .card-img{object-fit:cover;border-radius:.375rem 0 0 .375rem}.card.flex-md-row .card-img-right{object-fit:cover;border-radius:0 .375rem .375rem 0}}@media (max-width:991.98px){.card.flex-column .card-img{border-radius:.375rem .375rem 0 0}.card.flex-md-row .card-img-right{border-radius:0 0 .375rem .375rem}}.form-control,.custom-select,.custom-file,.custom-file-input,.custom-file-label{height:calc(2.25rem + 12px);border:1px solid #e8e8e8}.form-control:focus,.custom-select:focus,.custom-file:focus,.custom-file-input:focus,.custom-file-label:focus{box-shadow:none}@media screen and (prefers-color-scheme:dark){.form-control,.form-control:focus{color:#fff;background-color:#1b1b1b;border-color:#414141}}.form-inline .form-control{height:calc(2.25rem + 8px)}.custom-file{border:none}.custom-file-label{padding:.65rem .75rem}.custom-file-label:after{height:2.85rem;padding:inherit;background:#fafafa;border-radius:0 .15rem .15rem 0}.icon-field,.icon-field-right{position:relative}.icon-field i,.icon-field-right i{user-select:none;cursor:default;color:#8c8c8c;position:absolute}.icon-field i{top:15px;left:15px}.icon-field input{padding-left:45px}.icon-field-right i{top:15px;right:15px}.icon-field-right input{padding-right:45px}.custom-control-label:before,.custom-control-label:after{width:1.3rem;height:1.3rem;top:.1rem;left:-1.5rem}.custom-control-label:before{border:1px solid #e8e8e8}.custom-control-label{padding-left:10px}.custom-switch .custom-control-label:before{width:40px;pointer-events:all;height:24px;background:#e8e8e8;border-radius:5rem;left:-2.25rem}.custom-switch .custom-control-label:after{width:calc(1.4rem - 2px);height:calc(1.4rem - 2px);background-color:#fff;border-radius:5rem;top:calc(.25rem - 1px);left:calc(3px - 2.25rem)}.custom-switch .custom-control-input:checked~.custom-control-label:after{transform:translate(.95rem)}.custom-switch .custom-control-label{padding-left:20px}.custom-file-input:focus~.custom-file-label,.custom-control-input:focus~.custom-control-label:before{box-shadow:none}.custom-control-input:checked~.custom-control-label:before,.custom-control-input:focus:not(:checked)~.custom-control-label:before{border:1px solid #e8e8e8}.custom-select{background:#fff url(select-arrow.b8e89c0c.svg) right .75rem center/8px 10px no-repeat}.login-content{color:#fff;text-align:center;width:100%;padding:2rem;position:absolute;top:50%;transform:translateY(-50%)}.login-circle-logo{width:80px;height:80px;background:#fff;border-radius:50%;line-height:80px;display:inline-block;box-shadow:0 .2rem .8rem #24242426}.c-form-content,.coming-soon-social{color:#fff;text-align:center;width:100%;padding:3rem;position:absolute;bottom:3%}.coming-soon-social{left:0}@media (max-width:991px){.coming-soon-social{margin-top:3rem;padding:0;position:relative}}@media (max-width:767px){.form-inline .form-control{height:2.25rem}}.steps-solid,.steps-dashed,.steps-dashed-light{width:150px;height:150px;text-align:center;background:#fff;border:2px solid #e8e8e8;border-radius:50%;line-height:150px;display:inline-block;position:relative}.steps-solid:after,.steps-dashed:after,.steps-dashed-light:after{content:"";width:100px;border-bottom:1px dashed #ccc;position:absolute;top:50%;right:-110%}.steps-solid i,.steps-dashed i,.steps-dashed-light i{line-height:150px}.steps-solid .step-number,.steps-dashed .step-number,.steps-dashed-light .step-number{color:#fff;background:#09c;border:3px solid #fff;border-radius:30px;padding:2px 10px;font-size:12px;font-weight:700;line-height:normal;position:absolute;top:10px;right:5px}.steps-solid.step-last:after,.steps-dashed.step-last:after,.steps-dashed-light.step-last:after{border-bottom:none}.steps-dashed{background:0 0;border:2px dashed #ccc}.steps-dashed-light{background:0 0;border:2px dashed #fff}.steps-dashed-light i{color:#fff}.steps-dashed-light:after{border-bottom:2px dashed #fff}.steps-dashed-light+.steps-info{color:#fff}.steps-info{padding:0 2rem}@media (max-width:1024px){.steps-solid:after,.steps-dashed:after,.steps-dashed-light:after{width:100%;top:50%;right:-110%}}@media (max-width:991px){.steps-solid:after,.steps-dashed:after,.steps-dashed-light:after{width:55%;right:-60%}}@media (max-width:767px){.steps-solid,.steps-dashed,.steps-dashed-light{width:100px;height:100px;line-height:100px}.steps-solid i,.steps-dashed i,.steps-dashed-light i{line-height:100px}.steps-solid:after,.steps-dashed:after,.steps-dashed-light:after{border-bottom:none}.steps-solid .step-number,.steps-dashed .step-number,.steps-dashed-light .step-number{right:-15px}.steps-info{margin-bottom:2rem}}.block-image{width:100%;height:100%;z-index:0;top:0;left:0}img.block-image{object-fit:cover}.block-image:not([class*=absolute]){position:absolute}.img-caption{width:70%;background:#ffffffe6;border-radius:0 .375rem .375rem 0;padding:1.5rem;position:absolute;bottom:10%;left:0}@media (min-width:1025px){.parallax-img{background-attachment:fixed}}@media (max-width:767px){.img-caption{padding:1rem}}.custom-progress{height:2px;box-shadow:none;background:#e8e8e8;border-radius:0;margin-top:4rem;position:relative}.custom-progress .progress-bar .skills-info{color:#242424;text-align:left;font-size:14px;position:relative;top:-20px}.custom-progress .progress-bar span{float:right;color:#242424;line-height:normal;position:relative;bottom:0}.custom-progress:first-child{margin-top:1.5rem}.custom-progress.progress{overflow:visible}.custom-progress.dark-progress .progress-bar,.custom-progress-inside.dark-progress .progress-bar{background:#242424}.progress-light-txt .progress-bar .skills-info,.progress-light-txt .progress-bar span{color:#fff}.custom-progress-inside{height:30px;background:#e8e8e8;margin-top:2rem}.custom-progress-inside .progress-bar .skills-info{color:#fff;text-align:left;padding:0 1rem;font-size:14px;position:relative;top:0}.custom-progress-inside .progress-bar span{float:right;color:#fff;line-height:normal;position:relative;bottom:0}.custom-progress-inside:first-child{margin-top:0}.nav.nav-group{display:inline-block}.nav.nav-group>li{text-align:center;float:left;margin:0 auto}.nav.nav-group>li .nav-link{color:#242424;padding:1rem 2rem;display:block}@media screen and (prefers-color-scheme:dark){.nav.nav-group>li .nav-link{color:#fff}}.nav.nav-group li a{background:#f9f9f9;border:1px solid #e8e8e8;margin-right:-1px}@media screen and (prefers-color-scheme:dark){.nav.nav-group li a{color:#fff;background-color:#000;border:1px solid #2f2f2f}}.nav.nav-group li a.active{color:#09c;background:#fff}@media screen and (prefers-color-scheme:dark){.nav.nav-group li a.active{background-color:#000}}.nav.nav-group li:first-child a{border-radius:30px 0 0 30px}.nav.nav-group li:last-child a{border-radius:0 30px 30px 0}.nav-line{border-bottom:1px solid #e8e8e8}.nav-line>li .nav-link{color:#242424;border-bottom:1px solid #0000;padding:1.5rem 3rem;display:block;position:relative;bottom:-1px}.nav-line>li a.active{color:#09c;border-bottom:1px solid #242424}.nav-vertical{border-right:1px solid #e8e8e8}.nav-vertical .nav-link{color:#242424;border-right:1px solid #0000;padding:1rem;display:block;position:relative;right:-1px}.nav-vertical i{position:relative;top:5px}.nav-vertical a.active{color:#09c;border-right:1px solid #242424}@media (max-width:1024px){.nav.nav-group>li .nav-link,.nav.nav-line>li .nav-link{padding:.6rem 1.5rem}}@media (max-width:767px){.nav-vertical{margin-bottom:2rem}}@media screen and (prefers-color-scheme:dark){.nav-tabs{border-color:#777}.nav-tabs .nav-link{color:#fff!important}.nav-tabs .nav-link.active{background-color:inherit;border-color:#777}}.vl-custom-table{border-spacing:0 1em;border-collapse:separate}.vl-custom-table h6{color:#616161;margin-top:0;padding-top:0;font-size:16px}.vl-custom-table thead th{vertical-align:middle;border-bottom:none;padding:.5rem 1.75rem}.vl-custom-table th,.vl-custom-table td{vertical-align:middle;border-top:none;font-family:Nunito,sans-serif}.vl-custom-table td:first-child{border-left:1px solid #e8e8e8;border-top-left-radius:10px;border-bottom-left-radius:10px}.vl-custom-table td:last-child{border-right:1px solid #e8e8e8;border-top-right-radius:10px;border-bottom-right-radius:10px}.vl-custom-table tbody td{background:#fff;border-top:1px solid #e8e8e8;border-bottom:1px solid #e8e8e8;padding:1.75rem}@media screen and (prefers-color-scheme:dark){.vl-custom-table h6{color:#777}.vl-custom-table td:first-child,.vl-custom-table td:last-child{border-color:#414141}.vl-custom-table tbody .report-row-header>td{background-color:#000;border-color:#414141}.vl-custom-table tbody .report-output-row>td{color:#fff;background-color:#000}.vl-custom-table tbody .report-output-row>td .report-view-box{color:#fff}.vl-custom-table tbody td{background-color:inherit}}.table-striped td,.table-striped th{vertical-align:middle}.table-striped tbody tr:nth-of-type(2n+1){background-color:#00000006}.table thead th{border-bottom-width:1px}.table .btn{white-space:nowrap}@media screen and (prefers-color-scheme:dark){.table thead,.table td{color:#fff}}.team-card{cursor:pointer;position:relative;overflow:hidden;box-shadow:0 8px 16px #0000001a}.team-card:hover{transition:all .3s;box-shadow:0 8px 16px #0003}@media screen and (prefers-color-scheme:dark){.team-card{color:#fff;background-color:#000}}.team-info .top-section{flex-direction:row;display:flex}.team-info .top-section .profile-img{width:200px;height:200px;background-color:#efefef;background-size:cover;margin-bottom:24px;margin-right:24px}.team-info .top-section .team-title p.team-position{margin-bottom:.5rem;font-size:14px}.team-info .top-section .team-social-links a{display:inline-block}@media (max-width:568px){.team-info .top-section{flex-direction:column;margin-bottom:16px}.team-info .top-section .profile-img{margin:0 auto 24px}}.team-info .modal-header{border-bottom:none;padding-bottom:0}@media screen and (prefers-color-scheme:dark){.team-info{color:#fff;background-color:#000}}.social-links a{color:#8c8c8c;margin-right:15px;display:inline-block}.social-links a:hover{color:#09c}@-webkit-keyframes blink{0%{opacity:1}50%{opacity:0}to{opacity:1}}@keyframes blink{0%{opacity:1}50%{opacity:0}to{opacity:1}}.typist-blink:after{height:26px;content:" ";border-right:2px solid;margin-left:3px;margin-right:7px;animation:blink 1s step-start infinite;display:inline-block;position:relative;top:3px}@media (max-width:667px){.typist-blink:after{height:22px;top:2px}}.typist-blink>.selectedText{display:none}.typist-mark>.selectedText{color:#fff;background-color:#242424;font-style:normal}@media screen and (max-width:1080px) and (min-width:768px){.firefly-typist-header{min-height:180px}}@media screen and (max-width:767px) and (min-width:668px){.firefly-typist-header{min-height:102px}}@media screen and (max-width:667px){.firefly-typist-header{min-height:124px}}.count-block{width:150px;height:150px;text-align:center;margin:0 20px;display:inline-block}.count-block h2{margin:2.5rem 0 0;font-weight:700}.count-block span{font-size:16px}.count-solid-light .count-block{background:#fff;border:1px solid #e8e8e8;margin-bottom:20px}.count-solid-dark .count-block{background:#242424;margin-bottom:20px}.count-solid-dark .count-block h2,.count-solid-dark .count-block span{color:#fff}.circle .count-block{border-radius:50%}.round .count-block{border-radius:6px}@media screen and (max-width:767px){.count-block{width:100px;height:100px}.count-block h2{margin:1.5rem 0 0}}.portfolio-filter{margin-bottom:50px;padding:0 1rem;list-style:none}.portfolio-filter li{margin:0 20px;font-family:Lora,serif;display:inline-block;position:relative}.portfolio-filter li a{color:#8c8c8c;text-transform:capitalize;font-size:16px;text-decoration:none}.portfolio-filter li a:hover{color:#242424}.portfolio-filter li:after{content:"/";color:#8c8c8c;position:absolute;top:0;right:-30px}.portfolio-filter li:last-child:after{content:" "}.portfolio-filter li.active a{color:#242424}.portfolio-grid .portfolio-item{float:left}.portfolio-grid .portfolio-item a{text-decoration:none}.portfolio-grid .portfolio-item a:focus{outline:none}.portfolio-grid .portfolio-item .portfolio-image{display:block;position:relative}.portfolio-grid .portfolio-item .portfolio-image img{width:100%;height:auto;display:block}.portfolio-grid .portfolio-item .portfolio-image .portfolio-hover-title{opacity:0;background-color:#242424e6;justify-content:center;align-items:center;margin:0;padding:30px;transition:all .3s;position:absolute;inset:0}.portfolio-grid .portfolio-item .portfolio-image .portfolio-hover-title .portfolio-content{width:100%;text-align:left;transition:all .3s;position:absolute;bottom:2rem;left:2rem}.portfolio-grid .portfolio-item .portfolio-image .portfolio-hover-title .portfolio-content h6{color:#fff;margin-bottom:.2rem;font-size:16px}.portfolio-grid .portfolio-item .portfolio-image .portfolio-hover-title .portfolio-content .portfolio-category span{color:#ccc;margin-right:5px;font-family:Lora,serif;font-size:14px}.portfolio-grid .portfolio-item:hover .portfolio-hover-title{opacity:1}.portfolio-grid .portfolio-title{margin:5% 0}.portfolio-grid .portfolio-title .portfolio-content h6{color:#242424;margin-bottom:.2rem}.portfolio-grid .portfolio-title .portfolio-content span{color:#8c8c8c;font-family:Lora,serif}.portfolio-grid.grid-2 .portfolio-item{width:50%}@media (max-width:768px){.portfolio-grid.grid-2 .portfolio-item{width:50%}}@media (max-width:568px){.portfolio-grid.grid-2 .portfolio-item{width:100%}}.portfolio-grid.grid-3 .portfolio-item{width:33.33%}@media (max-width:768px){.portfolio-grid.grid-3 .portfolio-item{width:50%}}@media (max-width:568px){.portfolio-grid.grid-3 .portfolio-item{width:100%}}.portfolio-grid.grid-4 .portfolio-item{width:25%}@media (max-width:768px){.portfolio-grid.grid-4 .portfolio-item{width:50%}}@media (max-width:568px){.portfolio-grid.grid-4 .portfolio-item{width:100%}}.portfolio-grid.grid-4 .portfolio-item .portfolio-content h6{font-size:16px}.portfolio-grid.grid-4 .portfolio-item .portfolio-content span{font-size:14px}.portfolio-grid.grid-5 .portfolio-item{width:20%}@media (max-width:768px){.portfolio-grid.grid-5 .portfolio-item{width:50%}}@media (max-width:568px){.portfolio-grid.grid-5 .portfolio-item{width:100%}}.portfolio-grid.grid-5 .portfolio-item .portfolio-content h6,.portfolio-grid.grid-5 .portfolio-item .portfolio-content span{font-size:14px}.portfolio-grid.grid-2.gutter{margin-right:-2%}.portfolio-grid.grid-2.gutter .portfolio-item{width:48%;margin-bottom:2%;margin-right:2%}@media (max-width:768px){.portfolio-grid.grid-2.gutter .portfolio-item{width:48%}}@media (max-width:568px){.portfolio-grid.grid-2.gutter .portfolio-item{width:98%}}.portfolio-grid.grid-3.gutter{margin-right:-2%}.portfolio-grid.grid-3.gutter .portfolio-item{width:31.33%;margin-bottom:2%;margin-right:2%}@media (max-width:768px){.portfolio-grid.grid-3.gutter .portfolio-item{width:48%}}@media (max-width:568px){.portfolio-grid.grid-3.gutter .portfolio-item{width:98%}}.portfolio-grid.grid-4.gutter{margin-right:-2%}.portfolio-grid.grid-4.gutter .portfolio-item{width:23%;margin-bottom:2%;margin-right:2%}@media (max-width:768px){.portfolio-grid.grid-4.gutter .portfolio-item{width:48%}}@media (max-width:568px){.portfolio-grid.grid-4.gutter .portfolio-item{width:98%}}.portfolio-grid.grid-5.gutter{margin-right:-2%}.portfolio-grid.grid-5.gutter .portfolio-item{width:18%;margin-bottom:2%;margin-right:2%}@media (max-width:768px){.portfolio-grid.grid-5.gutter .portfolio-item{width:48%}}@media (max-width:568px){.portfolio-grid.grid-5.gutter .portfolio-item{width:98%}}.portfolio-masonry .portfolio-title{padding-left:3%}.portfolio-masonry.gutter .portfolio-title{padding-left:0}.portfolio-grid.gutter .portfolio-item .portfolio-image .portfolio-hover-title,.portfolio-masonry.gutter .portfolio-item .portfolio-image .portfolio-hover-title,.portfolio-grid.gutter img,.portfolio-masonry.gutter img{border-radius:6px}.isotope-item{z-index:2}.isotope-hidden.isotope-item{pointer-events:none;z-index:1}.isotope,.isotope .isotope-item{transition-duration:.8s}.isotope{transition-property:height,width}.isotope .isotope-item{transition-property:transform,opacity}.isotope.no-transition,.isotope.no-transition .isotope-item,.isotope .isotope-item.no-transition{transition-duration:0s}.isotope.infinite-scrolling{transition:none}.twitter-feed-style{background:#fff;border:1px solid #e8e8e8;position:relative}.twitter-feed-style:after{content:"";color:#e8e8e8;font-family:FontAwesome;font-size:24px;position:absolute;top:1rem;right:1.5rem}.twitter-feed-style ul{margin-bottom:0;padding:0;list-style:none}.twitter-feed-style ul li{padding:2rem;position:relative;overflow:hidden}.twitter-feed-style .user{width:18%;float:left;margin-bottom:.928571em}.twitter-feed-style .user img{max-width:80%;height:auto;border-radius:50%}.twitter-feed-style .user [data-scribe=component\:author]{margin-left:1.3rem;position:absolute;top:10%;left:18%}.twitter-feed-style .user [data-scribe=component\:author] a{text-decoration:none}.twitter-feed-style .user [data-scribe=component\:author] span{display:block}.twitter-feed-style .user [data-scribe=component\:author] [data-scribe=element\:name]{color:#242424;font-weight:700}.twitter-feed-style .user [data-scribe=component\:author] [data-scribe=element\:screen_name]{color:#8c8c8c;font-size:14px}.twitter-feed-style .tweet{color:#8c8c8c;word-break:break-all;margin-top:4rem;margin-bottom:.464286em}.twitter-feed-style .tweet a{margin:0 3px}.twitter-feed-style .tweet,.twitter-feed-style .timePosted{width:82%;float:right}.twitter-feed-style .timePosted{margin-bottom:0;font-size:14px}.twitter-feed-style .timePosted a{color:#8c8c8c}.twitter-feed-style .interact{display:none}.twitter-feed-alt .user [data-scribe=component\:author]{display:none}.twitter-feed-alt .tweet{margin-top:0}.twitter-feed-alt:after{content:""}.floating-search-wrap{position:fixed;top:40%;left:3%}.floating-search-wrap a{color:#242424;margin-bottom:1.5rem;text-decoration:none;display:block}.floating-search-wrap a:hover{color:#09c}.floating-social-link{position:fixed;top:70%;right:0%;transform:translate(30%)rotate(-90deg)}.floating-social-link a{color:#242424;margin-left:.5rem;text-decoration:none}.floating-social-link a:hover{color:#09c}.floating-social-link span{color:#ccc}@media (max-width:1249px){.floating-search-wrap,.floating-social-link{display:none}}.blog-post{border-bottom:1px solid #ccc;margin-bottom:3.5rem;padding-bottom:3rem}.meta a,.meta.text-white a{color:#616161}.meta .meta-separator,.meta.text-white .meta-separator{width:30px;border-top:1px solid #616161;margin:0 15px;display:inline-block;position:relative;bottom:3px}.meta.text-white a{color:#fff}.meta.text-white .meta-separator{border-top:1px solid #fff}.blog-widget .instagram-feed a{width:95px;height:95px}.blog-single p{margin-bottom:3rem}.single-post .comments-area,.single-post .comments{margin-bottom:5rem;display:block}.single-post .comments-area .comments-title,.single-post .comments .comments-title{margin-bottom:5rem;font-size:28px}.single-post .comments-area ol,.single-post .comments-area ul,.single-post .comments ol,.single-post .comments ul,.single-post .comments-area ol ol,.single-post .comments-area ol ul,.single-post .comments-area ul ol,.single-post .comments-area ul ul,.single-post .comments ol ol,.single-post .comments ol ul,.single-post .comments ul ol,.single-post .comments ul ul{list-style:none}.single-post .comment-list,.single-post .comments>ul{margin:0;padding:0;list-style:none}.single-post .comment-list li,.single-post .comments>ul li{margin-bottom:1rem}.single-post .comment-list li .comment-body,.single-post .comments>ul li .comment-body{border-bottom:1px solid #e8e8e8;margin-bottom:3rem;padding-bottom:1.5rem;position:relative}.single-post .comment-list .comment-meta,.single-post .comments>ul .comment-meta{margin-bottom:1rem}.single-post .comment-list .comment-meta .comment-author img,.single-post .comments>ul .comment-meta .comment-author img{width:100px;height:100px;float:left;border-radius:6px;margin-right:2rem}.single-post .comment-list .comment-meta .comment-author a,.single-post .comments>ul .comment-meta .comment-author a{font-size:16px;font-weight:700}.single-post .comment-list .comment-meta .comment-author .says,.single-post .comments>ul .comment-meta .comment-author .says{display:none}.single-post .comment-list .comment-meta .comment-metadata a,.single-post .comments>ul .comment-meta .comment-metadata a{color:#8c8c8c;font-size:14px}.single-post .comment-list .comment-content,.single-post .comments>ul .comment-content{overflow:hidden}.single-post .comment-list .reply,.single-post .comments>ul .reply{position:absolute;top:0;right:0}.single-post .comment-list .reply a,.single-post .comments>ul .reply a{color:#09c}.single-post .comment-list .reply a:hover,.single-post .comments>ul .reply a:hover{color:#242424}@media (max-width:991px){.single-post .comments-area .comments-title,.comment-reply-title{font-size:1.5rem}.single-post .comments-area .comments-title{margin-bottom:3rem}}@media (max-width:767px){.single-post .comments-area .comments-title,.comment-reply-title{font-size:1.2rem}.single-post .comments-area .comment-list .comment-meta .comment-author img{width:50px;height:auto}.blog-post{margin-bottom:1.5rem;padding-bottom:1.5rem}}.form-qty{height:calc(2.25rem + 8px)}.bd-toc{order:2;padding-top:1.5rem;padding-bottom:1.5rem;font-size:.875rem}@supports (position: sticky){.bd-toc{height:calc(100vh - 4rem);position:sticky;top:4rem;overflow-y:auto}}.section-nav{border-left:1px solid #eee;padding-left:0}.section-nav ul{padding-left:1rem}.toc-entry{display:block}.toc-entry a{color:#77757a;padding:.125rem 1.5rem;display:block}.toc-entry a:hover{color:#007bff;text-decoration:none}.bd-sidebar{order:0}@media (min-width:768px){.bd-sidebar{border-right:1px solid #0000001a}@supports (position: sticky){.bd-sidebar{z-index:1000;height:calc(100vh - 4rem);position:sticky;top:4rem}}}@media (min-width:1200px){.bd-sidebar{flex:0 320px}}@media (prefers-color-scheme:dark){.bd-sidebar{border-right-color:#414141}}.bd-links{margin-left:-15px;margin-right:-15px;padding-top:1rem;padding-bottom:1rem}@media (min-width:768px){@supports (position: sticky){.bd-links{max-height:calc(100vh - 9rem);overflow-y:auto}}.bd-links{display:block!important}}.bd-search{border-bottom:1px solid #0000000d;margin-left:-15px;margin-right:-15px;padding:1rem 15px;position:relative}.bd-search .form-control:focus{border-color:#fc0;box-shadow:0 0 0 3px #ffcc0040}.bd-search-docs-toggle{color:#212529}@media screen and (prefers-color-scheme:dark){.bd-search-docs-toggle{color:#ccc}.bd-search-docs-toggle:hover{color:#e8e8e8}}.bd-sidenav{display:none}.bd-toc-link{color:#000000a6;padding:.25rem 1.5rem;font-weight:600;display:block}.bd-toc-link:hover{color:#000000d9;text-decoration:none}.bd-toc-link code{color:#e83e8c}.bd-toc-link.selected{color:#09c;font-weight:800}.bd-toc-link.selected:hover{color:#069}@media screen and (prefers-color-scheme:dark){.bd-toc-link{color:#fff}.bd-toc-link:hover{color:#ccc}}.bd-toc-item.active{margin-bottom:1rem}.bd-toc-item.active:not(:first-child){margin-top:1rem}.bd-toc-item.active>.bd-toc-link{color:#000000d9}.bd-toc-item.active>.bd-toc-link:hover{background-color:#0000}.bd-toc-item.active>.bd-sidenav{display:block}.bd-sidebar .nav>li>a{color:#000000a6;padding:.25rem 1.5rem;font-size:90%;display:block}.bd-sidebar .nav>li>a:hover{color:#000000d9;background-color:#0000;text-decoration:none}.bd-sidebar .nav>.active>a,.bd-sidebar .nav>.active:hover>a{color:#000000d9;background-color:#0000;font-weight:600}.navbar{flex-wrap:wrap;justify-content:space-between;align-items:center;padding:.5rem 1rem;display:flex;position:relative}.navbar>.container,.navbar>.container-fluid{flex-wrap:wrap;justify-content:space-between;align-items:center;display:flex}.navbar-brand{font-size:1.25rem;line-height:inherit;white-space:nowrap;margin-right:1rem;padding-top:.3125rem;padding-bottom:.3125rem;display:inline-block}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}.navbar-nav{flex-direction:column;margin-bottom:0;padding-left:0;list-style:none;display:flex}.navbar-nav .nav-link{padding-left:0;padding-right:0}.navbar-nav .dropdown-menu{float:none;position:static}.navbar-text{padding-top:.5rem;padding-bottom:.5rem;display:inline-block}.navbar-collapse{flex-grow:1;flex-basis:100%;align-items:center}.navbar-toggler{background-color:#0000;border:1px solid #0000;border-radius:.25rem;padding:.25rem .75rem;font-size:1.25rem;line-height:1}.navbar-toggler:hover,.navbar-toggler:focus{text-decoration:none}.navbar-toggler:not(:disabled):not(.disabled){cursor:pointer}.navbar-toggler-icon{width:1.5em;height:1.5em;vertical-align:middle;content:"";background:50%/100% 100% no-repeat;display:inline-block}@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{padding-left:0;padding-right:0}}@media (min-width:576px){.navbar-expand-sm{flex-flow:row;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .dropdown-menu-right{left:auto;right:0}.navbar-expand-sm .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{flex-basis:auto;display:flex!important}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .dropup .dropdown-menu{top:auto;bottom:100%}}@media (max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{padding-left:0;padding-right:0}}@media (min-width:768px){.navbar-expand-md{flex-flow:row;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .dropdown-menu-right{left:auto;right:0}.navbar-expand-md .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{flex-basis:auto;display:flex!important}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .dropup .dropdown-menu{top:auto;bottom:100%}}@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{padding-left:0;padding-right:0}}@media (min-width:992px){.navbar-expand-lg{flex-flow:row;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .dropdown-menu-right{left:auto;right:0}.navbar-expand-lg .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{flex-basis:auto;display:flex!important}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .dropup .dropdown-menu{top:auto;bottom:100%}}@media (max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{padding-left:0;padding-right:0}}@media (min-width:1200px){.navbar-expand-xl{flex-flow:row;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .dropdown-menu-right{left:auto;right:0}.navbar-expand-xl .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{flex-basis:auto;display:flex!important}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .dropup .dropdown-menu{top:auto;bottom:100%}}.navbar-expand{flex-flow:row;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid{padding-left:0;padding-right:0}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .dropdown-menu-right{left:auto;right:0}.navbar-expand .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid{flex-wrap:nowrap}.navbar-expand .navbar-collapse{flex-basis:auto;display:flex!important}.navbar-expand .navbar-toggler{display:none}.navbar-expand .dropup .dropdown-menu{top:auto;bottom:100%}.navbar-light .navbar-brand{color:#000000e6}.navbar-light .navbar-brand:hover,.navbar-light .navbar-brand:focus{color:#000000e6}.navbar-light .navbar-nav .nav-link{color:#00000080}.navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .nav-link:focus{color:#000000b3}.navbar-light .navbar-nav .nav-link.disabled{color:#0000004d}.navbar-light .navbar-nav .show>.nav-link,.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .nav-link.active{color:#000000e6}.navbar-light .navbar-toggler{color:#00000080;border-color:#0000001a}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,")}.navbar-light .navbar-text{color:#00000080}.navbar-light .navbar-text a{color:#000000e6}.navbar-light .navbar-text a:hover,.navbar-light .navbar-text a:focus{color:#000000e6}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:hover,.navbar-dark .navbar-brand:focus{color:#fff}.navbar-dark .navbar-nav .nav-link{color:#ffffff80}.navbar-dark .navbar-nav .nav-link:hover,.navbar-dark .navbar-nav .nav-link:focus{color:#ffffffbf}.navbar-dark .navbar-nav .nav-link.disabled{color:#ffffff40}.navbar-dark .navbar-nav .show>.nav-link,.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .nav-link.active{color:#fff}.navbar-dark .navbar-toggler{color:#ffffff80;border-color:#ffffff1a}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,")}.navbar-dark .navbar-text{color:#ffffff80}.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-text a:hover,.navbar-dark .navbar-text a:focus{color:#fff}.bd-navbar{min-height:4rem;background-color:#fff;box-shadow:0 .5rem 1rem #0000000d,inset 0 -1px #0000001a}@media (max-width:991.98px){.bd-navbar{padding-left:.5rem;padding-right:.5rem}.bd-navbar .navbar-nav-scroll{max-width:100%;height:2.5rem;margin-top:.25rem;font-size:.875rem;overflow:hidden}.bd-navbar .navbar-nav-scroll .navbar-nav{white-space:nowrap;-webkit-overflow-scrolling:touch;padding-bottom:2rem;overflow-x:auto}}@media (min-width:768px){@supports (position: sticky){.bd-navbar{z-index:1071;position:sticky;top:0}}}.bd-navbar .navbar-nav .nav-link{color:#09c;padding-left:.5rem;padding-right:.5rem}.bd-navbar .navbar-nav .nav-link.active,.bd-navbar .navbar-nav .nav-link:hover{color:#069;background-color:#0000}.bd-navbar .navbar-nav .nav-link.active{font-weight:500}.bd-navbar .navbar-nav-svg{width:1rem;height:1rem;vertical-align:text-top;display:inline-block}.bd-navbar .dropdown-menu{font-size:.875rem}.bd-navbar .dropdown-item.active{color:#212529;background-color:#0000;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23292b2c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");background-position:.4rem .6rem;background-repeat:no-repeat;background-size:.75rem .75rem;font-weight:500}@media screen and (prefers-color-scheme:dark){.bd-navbar{color:#fff;background-color:#0f0f0f;box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}}.bg-primary{background:#09c}.bg-success{background:#96be5d}.bg-warning{background:#fab63f}.bg-info{background:#18b9d4}.bg-danger{background:#ef5a5a}.text-primary{color:#09c}.text-purple{color:#7431ff}.text-muted{color:#8c8c8c!important}.rounded{border-radius:6px!important}.card{border-color:#e8e8e8;border-radius:6px}.card-img-top{border-top-left-radius:6px;border-top-right-radius:6px}.card-footer{background:0 0;border-top:1px solid #0000000f;padding:1.1rem 1.25rem}.bg-dark .card-footer{border-top:1px solid #ffffff0f}.alert-secondary{color:#242424;background-color:#f4f5f7;border-color:#e8e8e8}.alert-warning{color:#fab63f;background-color:#fef8ec;border-color:#fab63f}.alert-success{color:#7dad14;background-color:#f3f8ed;border-color:#7dad14}.alert-danger{color:#ef5a5a;background-color:#fdeced;border-color:#ef5a5a}.alert-primary{color:#09c;background-color:#eaf4ff;border-color:#09c}.alert-solid-secondary{color:#242424;background-color:#e8e8e8;border-color:#e8e8e8}.alert-solid-warning{color:#fff;background-color:#fab63f;border-color:#fab63f}.alert-solid-success{color:#fff;background-color:#7dad14;border-color:#7dad14}.alert-solid-danger{color:#fff;background-color:#ef5a5a;border-color:#ef5a5a}.alert-solid-primary{color:#fff;background-color:#09c;border-color:#09c}.list-group-item{color:#8c8c8c;border-color:#e8e8e8;padding:1.3rem 1.25rem}.badge{position:relative;bottom:1px}.custom-modal .modal-body{padding:2.5rem}.custom-modal .modal-content{border:none}.custom-modal .modal-header{padding:1rem}.custom-modal .modal-header .close{padding:.5rem 1rem}.modal-body{padding:1.8rem}.modal-header,.modal-footer{padding:1rem 1.8rem}@media screen and (prefers-color-scheme:dark){.modal-header{border-bottom-color:#414141}.modal-footer{border-top-color:#414141}}.modal-image{border-top-left-radius:.25rem;border-top-right-radius:.25rem;position:relative}.modal-image .close{width:50px;height:50px;opacity:1;text-shadow:none;background:#fff;border-radius:50%;line-height:50px;position:absolute;top:1.875rem;right:1.875rem}.modal-image .close:hover{color:#fff;opacity:1;background:#09c}@media (min-width:576px){.modal-dialog{max-width:600px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}.ls-2{letter-spacing:1rem}.ls-3{letter-spacing:2rem}.lh-35{line-height:35px}.lh-45{line-height:45px}.h60{height:60%}.h70{height:70%}.curve-bottom-1,.curve-bottom-right{clip-path:polygon(0 0,100% 0,100% 85%,70% 100%,0 85%)}.curve-top-bottom{clip-path:polygon(100% 6%,100% 100%,68% 94%,0% 100%,0 10%,28% 0)}.curve-bottom-center{clip-path:polygon(0 0,100% 0,100% 70%,50% 100%,0 70%)}.font-lora{font-family:Lora,serif}.font-weight-300{font-weight:300}.font-weight-400{font-weight:400}.font-weight-600{font-weight:600}.font-weight-700{font-weight:700}.font-weight-800{font-weight:800}.font-size-12{font-size:12px}.font-size-14{font-size:14px}.font-size-16{font-size:16px}.font-size-20{font-size:20px!important}.font-size-60{font-size:60px}.font-size-72{font-size:72px}.i-size-60{font-size:60px}.section-gray,.bg-gray{background-color:#e8e8e8}@media screen and (prefers-color-scheme:dark){.section-gray,.bg-gray{background-color:#2f2f2f}.text-dark{color:#e8e8e8!important}}.bg-white{background:#fff}.bg-dark{background:#242424!important}.bg-dark hr{border-top:1px solid #ffffff80}@media screen and (prefers-color-scheme:dark){hr{border-top-color:#414141}}.bg-green-light{background:#d7f5e3}.bg-dark-alt{background:#303030}.bg-extra{background:#e5e8ec}.component-section{padding:4rem 0;position:relative;overflow:hidden}.show-markup-section{position:relative}.demo .btn{margin:0 .4rem 1rem}.title-separator{margin-bottom:4rem;position:relative}.title-separator:after{content:"";width:60px;height:2px;background:#fff;position:absolute;bottom:-2rem;left:0}.gradient-primary{background-image:linear-gradient(90deg,#09c 0%,#7431ff 100%)}.cta-img{background-position:50%;background-repeat:no-repeat;background-size:cover;position:relative;overflow:hidden}.border-light{border-color:#ffffff20!important}.custom-dropdown{border:none;box-shadow:0 1px 10px #97a4af26}.custom-dropdown .dropdown-item{font-size:12px}.custom-dropdown-sm{min-width:6rem}.opacity-30{opacity:.3}.opacity-40{opacity:.4}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-80{opacity:.8}.opacity-90{opacity:.9}.opacity-100{opacity:1}.avatar-sm{width:35px;height:35px}.avatar,.avatar-md{width:70px;height:70px}.avatar-lg{width:140px;height:140px}.icon-sm{font-size:28px}.icon-md{font-size:42px}.icon-lg{font-size:56px}.ft-tag{color:#fff;background:#09c;border-radius:30px;padding:3px 12px;font-size:11px;font-weight:700}.ft-inside-tl{position:absolute;top:1rem;left:1rem}.ft-inside-tr{position:absolute;top:1rem;right:1rem}.ft-inside-bl{position:absolute;bottom:1rem;left:1rem}.ft-inside-br{position:absolute;bottom:1rem;right:1rem}.ft-overflow-bl{border:2px solid #fff;position:absolute;bottom:-.8rem;left:1rem}.ft-overflow-br{border:2px solid #fff;position:absolute;bottom:-.8rem;right:1rem}.ft-overflow-bc{border:2px solid #fff;position:absolute;bottom:-.8rem;left:50%;transform:translate(-50%)}.ft-overflow-tl{border:2px solid #fff;position:absolute;top:2rem;left:-2rem}.ft-overflow-tr{border:2px solid #fff;position:absolute;top:2rem;right:-2rem}.ft-overflow-tc{border:2px solid #fff;position:absolute;top:-1rem;left:50%;transform:translate(-50%)}@media (max-width:991px){.component-section{padding:3rem 0}}@media (max-width:767px){.i-size-60{font-size:3rem}.lh-35,.lh-45{line-height:normal}.ls-2{letter-spacing:.5rem}.font-size-60{font-size:28px}.font-size-72{font-size:32px}.icon-md{font-size:2rem}.icon-lg{font-size:2.5rem}.border-sm-right-0{border-right:none!important}.curve-top-bottom,.curve-bottom-1,.curve-bottom-right{clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}.btn-sm-block{width:100%;padding:.75rem 2rem;display:block}}@media (min-width:991px){.neg-mt-100{margin-top:-100px}.neg-mt-300{margin-top:-300px}.clab-shape{padding-bottom:13.5rem;overflow:hidden}.clab-shape:after{content:"ă";color:#1420f11a;font-size:1200px;font-weight:800;position:absolute;top:-35%;left:50%;transform:translate(-50%)}.clab-shape .container{z-index:1;position:relative}}.markup-example{position:relative}.markup-example .btn{z-index:2;padding:.385rem 1rem;line-height:normal;position:absolute;top:.5rem;right:.5rem}.markup-example pre[class*=language-]{background:#e8e8e8;border-radius:6px;padding:3rem 1rem 1rem}.component-section>button,.show-markup-section>button{z-index:1000;opacity:0;transition:opacity .2s linear;position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.component-section:hover>button,.show-markup-section:hover>button{opacity:1}.clip-txt{text-align:center;color:#0000;background-position:50%;background-size:cover;background-clip:text;-webkit-background-clip:text;font-size:15rem;font-weight:700;line-height:normal}@media (max-width:565px){.clip-txt{font-size:6rem}}@media (min-width:769px){.clip-txt{font-size:25rem}}.landing-slider .owl-carousel .owl-item img{width:100%}@media screen and (max-width:991px){.wow{visibility:visible!important;animation-name:none!important}}.buy-link{color:#fff;z-index:1200;text-transform:uppercase;text-align:center;background:#82b440;border-radius:0 5px 5px 0;padding:.6rem;font-size:12px;font-weight:700;transition:all .3s;position:fixed;top:30%;left:-5px}.buy-link:hover{color:#fff;text-decoration:none;left:0}html body{background-color:#fff}@media screen and (prefers-color-scheme:dark){html body{color:#fff;background-color:#000}}body.modal-open{overflow:hidden}.report-view-box{height:80vh;white-space:pre-wrap;cursor:default;overflow:hidden}.report-view-box>div{height:100%;max-width:1035px;margin:auto;overflow:auto}.report-view-box .split-view-container{display:flex;overflow:hidden}.report-view-box .split-view-container .solidity-coverage-container{width:100%;min-width:0;flex-direction:column;flex-grow:0;display:flex}.report-view-box .split-view-container .solidity-coverage-container .solidity-coverage{height:100%;overflow:auto}.report-view-box .split-view-container .solidity-coverage-container .message-box{height:25%}@media screen and (prefers-color-scheme:dark){.report-view-box .split-view-container .solidity-coverage-container .message-box table.table-light{color:#fff;background-color:#000}}.report-view-box .split-view-container .bytecode-coverage{max-width:25%;overflow:auto}.report-view-box .split-view-container .contract-explorer{width:25%;background-color:#fcfcfc;padding:8px 0;font-size:.9rem;overflow:auto}.report-view-box .split-view-container .contract-explorer>ul>li{cursor:pointer;padding:4px 8px;transition:background .3s}.report-view-box .split-view-container .contract-explorer>ul>li:hover{background:#ddd}.report-view-box .split-view-container .contract-explorer>ul>li.active{background:#8ed3f1}.report-view-box .split-view-container .contract-explorer>ul>li:first-child{font-size:1rem}.report-view-box .split-view-container .contract-explorer>ul>li:not(:first-child){border-left:1px solid #ccc;margin-left:.75rem}@media screen and (prefers-color-scheme:dark){.report-view-box .split-view-container .contract-explorer{color:#fff;background-color:#000}.report-view-box .split-view-container .contract-explorer>ul>li.active{background:#09c}}.report-view-box .split-view-container tr{border-bottom:2px solid #0000}.report-view-box .split-view-container tr:hover{cursor:pointer}.report-view-box .split-view-container tr.covered:hover{border-bottom:2px solid #91daa6}.report-view-box .split-view-container tr.weak-covered:hover{border-bottom:2px solid #d2da91}.report-view-box .split-view-container tr.not-covered:hover{border-bottom:2px solid #da919a}.report-view-box .split-view-container tr.active{filter:brightness(85%)}.report-view-box .split-view-container tr.covered.active{border-bottom:2px solid #91daa6}.report-view-box .split-view-container tr.weak-covered.active{border-bottom:2px solid #d2da91}.report-view-box .split-view-container tr.not-covered.active{border-bottom:2px solid #da919a}.report-view-box .split-view-container .has-highlight tr.text-muted.not-covered,.report-view-box .split-view-container .has-highlight tr.text-muted.covered,.report-view-box .split-view-container .has-highlight tr.text-muted.weak-covered,.report-view-box .split-view-container .has-highlight tr.text-muted tr,.report-view-box .split-view-container .has-highlight tr.text-muted td{background-color:inherit!important}.report-view-box .split-view-container .has-highlight tr.message-muted{display:none}.benefits{padding-bottom:48px}.has-highlighted>table tr:not(.highlighted) *{color:#ccc!important;background-color:inherit!important}pre[class*=language-]{background-color:inherit;padding:0}.coverage{height:100%;font-size:14px;overflow:auto}.coverage:not(.solidity-coverage){font-size:13px}.coverage tr td,.coverage tr th{white-space:nowrap;border:0;padding:0 0 0 1em;border-radius:0!important}.coverage tr td pre,.coverage tr th pre{background:inherit;margin:0;padding:0}.coverage tr th{border-bottom:1px solid #dfdfdf;font-size:16px}.coverage tr td.index,.coverage tr th.index{text-align:right;width:3em;border-right:1px solid #ccc;padding-right:1ch}.coverage tr td.index{background-color:#fafbfc}.coverage tr td.opcode{font-weight:600}.coverage tr td.hit-count{text-align:center}.coverage tr.covered,.coverage tr.covered td{background-color:#e6ffed}.coverage tr.covered td.index{background-color:#dbffe3}.coverage tr.not-covered,.coverage tr.not-covered td{background-color:#ffe6e8}.coverage tr.not-covered td.index{background-color:#ffdbdf}.coverage tr.weak-covered,.coverage tr.weak-covered td{background-color:#fcffe6}.coverage tr.weak-covered td.index{background-color:#fbffdb}@media screen and (prefers-color-scheme:dark){.coverage{color:#ccc}.coverage th{color:#fff}.coverage tr.not-covered td.index,.coverage tr.covered td.index{color:#ccc}.coverage tr th.index{border-color:#414141}.coverage tr td.index{background-color:#000;border-color:#414141}.coverage tr td.opcode{color:#ccc}.coverage tr.covered,.coverage tr.covered td{background-color:#295234}.coverage tr.covered td.index{background-color:#214129}.coverage tr.not-covered,.coverage tr.not-covered td{background-color:#692217}.coverage tr.not-covered td.index{background-color:#541b12}.coverage tr.weak-covered,.coverage tr.weak-covered td{background-color:#68360b}.coverage tr.weak-covered td.index{background-color:#512a09}}.coverage table{width:100%}.mouse-pointer{cursor:pointer}.wizard-grid div{padding:10px}.wizard-grid .btn-outline,.wizard-box .btn-outline{margin-left:0}a.wizard-link:visited{color:purple}.code{background-color:#fafbfc;padding:10px}@media screen and (prefers-color-scheme:dark){.code{color:#fff;background-color:#2f2f2f}}.code-block-selectors{color:#000;width:fit-content;background-color:#e5e5e5;border-radius:4px;margin-bottom:8px;padding:2px 12px;position:absolute;top:0;left:0}@media screen and (prefers-color-scheme:dark){.code-block-selectors{color:#fff;background-color:#616161}}.nav-item{cursor:pointer}.ns-form{grid-column-gap:1rem;grid-template-columns:75% 25%;display:grid}.btn-disabled{background:#fff;border:2px solid #e8e8e8;margin-left:2em;color:gray!important}#firefly-reports,#firefly-report{margin-bottom:100px}#firefly-reports thead tr th,#firefly-report thead tr th{text-align:center;padding:.5rem .75rem}#firefly-reports tbody .report-row-header td,#firefly-report tbody .report-row-header td{text-align:center}#firefly-reports tbody .report-row-header td .report-id,#firefly-report tbody .report-row-header td .report-id{color:#09c;text-decoration:underline}#firefly-reports tbody .report-row-header td .report-id:hover,#firefly-report tbody .report-row-header td .report-id:hover{color:#007aa3}#firefly-reports .center-image,#firefly-report .center-image{padding-bottom:0;padding-left:21px;padding-right:21px}.report-buttons>ul{align-items:center;margin:0;display:flex}.report-buttons>ul>li p{margin:0}.report-buttons>ul>li:not(:last-child){margin-right:1.5rem}.report-buttons>ul .dropdown{display:inline-block}.report-buttons>ul .dropdown.show{outline:2px solid #09c}.report-buttons>ul .dropdown img{height:2rem}.report-buttons>ul .dropdown img:hover{outline:1px solid #09c}.report-buttons>ul .dropdown-toggle:after{content:none}@media screen and (prefers-color-scheme:dark){.report-buttons>ul{color:#fff}.report-buttons>ul .dropdown-menu,.report-buttons>ul .dropdown-item{color:#fff;background-color:#000}.report-buttons>ul .dropdown-item:hover{color:#c2c2c2}}@media (prefers-color-scheme:dark){.dropdown-menu,.dropdown-item{color:#fff;background-color:#1b1b1b}.dropdown-item:hover{color:#fff;background-color:#2f2f2f}}.report-coverage-row td{position:relative}.report-coverage-row .report-container .fullscreen-btn{cursor:pointer;color:#09c;font-size:2rem;position:absolute;top:.5rem;right:2rem}.report-coverage-row .report-container.fullscreen{width:100%;height:100%;z-index:10;background-color:#000000e6;padding:2rem;transition:all .15s linear;position:fixed;top:0;left:0}.report-coverage-row .report-container.fullscreen .report-wrapper{height:100%;background-color:#fff;border-radius:.3rem;padding:2rem;animation-name:zoom;animation-duration:.6s;position:relative;overflow:auto}.report-coverage-row .report-container.fullscreen .report-wrapper .fullscreen-btn{position:fixed;top:2rem;right:2.8rem}.report-coverage-row .report-container.fullscreen .report-wrapper .report-view-box{height:calc(100vh - 256px)}@media screen and (prefers-color-scheme:dark){.report-coverage-row .report-container.fullscreen .report-wrapper{background-color:#000}.report-coverage-row .report-container.fullscreen .report-wrapper th{color:#fff}}.report-coverage-row .report-container.fullscreen .coverage,.report-coverage-row .report-container.fullscreen .split-view-container{max-width:initial}.introjs-hint.introjs-fixedhint{z-index:11}i.fa{margin:0 1ch}.expandable-title{padding:.3rem 0;transition:all .3s}.expandable-title:hover{cursor:pointer;color:#09c}.expandable-title:not(.contract-title){font-weight:400}.contract-title .contract-coverage{float:right}.contract-hint-trigger{text-align:center;display:block}.contract-hint-trigger:hover{cursor:pointer;color:#fc0}.contract-hint-trigger .contract-hint-trigger-hidden{display:none}.source-name{border-bottom:1px solid #ccc;font-size:12px}@media screen and (prefers-color-scheme:dark){.source-name{color:#fff;border-color:#414141}}.indent-2{padding-left:2ch}.btn-download-report{background-image:url(Firefly-Download-Icon.8094a4f0.png)}.btn-download-report:hover{background-image:url(Firefly-Download-Icon-Inverted.32636383.png)}.btn-copy-report-id{cursor:pointer;background-size:cover;display:inline-block;font-size:1rem!important}@media (min-width:1025px){#firefly-header:not(.sticky-nav)>.container>.row>.col-12{min-height:150px}.vlmenu>li:not(:last-child){margin-right:20px}.vlmenu>li>a{padding-bottom:0}.vlmenu li:hover{border-bottom:2px solid #fc0}.vlmenu li.active{border-bottom:2px solid #fc0}.vlmenu li>ul{z-index:1}#dashboard-submenu{position:relative}#dashboard-submenu>ul{z-index:0;box-shadow:none;width:260px;justify-content:space-between;display:flex;position:absolute;top:50px;right:0}#dashboard-submenu>ul>li{display:inline-block}#dashboard-submenu>ul>li>a{padding:0;display:inline-block}#dashboard-submenu>ul>li>a:hover{color:#000;background:0 0}}@media screen and (min-width:1025px) and (prefers-color-scheme:dark){#dashboard-submenu>ul>li>a:hover{color:#fff}}.breadcrumb{background-color:inherit}.breadcrumb-item+.breadcrumb-item:before{content:">"!important}div.table-responsive{padding:0 8px}#youtube-video{height:303.75px;width:540px;max-width:100%;background-color:#d7d7d7;justify-content:center;align-items:center;display:flex}video{width:100%!important;height:auto!important}.gif:hover{opacity:.7}.custom-control-input:checked~.custom-control-label:before{background-color:#09c}.divider-bar-closed{color:#fff;background:#09c}.divider-bar-closed:hover{background:#008ab8}.divider-bar-opened{background:#fc0}.divider-bar-opened:hover{background:#e6b800}.divider-bar{cursor:pointer;flex-shrink:0;justify-content:center;align-items:center;transition:background .2s ease-in-out;display:flex}.divider-bar span{letter-spacing:1px}@media screen and (prefers-color-scheme:dark){.divider-bar{color:#fff;background:#343434}.divider-bar:hover{background-color:#393939}}.divider-bar-vertical{width:1.3rem;flex-direction:column}.divider-bar-vertical span{writing-mode:vertical-lr;text-orientation:sideways}.divider-bar-vertical i{margin:1ch 0}.divider-bar-horizontal{height:1.3rem;flex-direction:row}#contact-links li:hover{cursor:pointer;border:none!important}#contact-links img{height:1.5rem}#firefly-profile .btn{margin:4px auto;padding:4px 1rem}.icon{color:#09c;font-size:2rem;transition:color .2s}.icon:hover{color:#069}.icon.active{color:#fc0}.icon.active:hover{color:#ccb400}@media screen and (prefers-color-scheme:dark){.introjs-tooltip{background-color:#000}.introjs-helperLayer{background-color:#414141e6}}.modal{width:100%;height:100%;background-color:#000000e6;display:none;position:fixed;top:0;left:0;overflow:auto}#email-modal{z-index:2000}.modal-content{width:80%;max-width:1024px;margin:auto;display:block}@media screen and (prefers-color-scheme:dark){.modal-content{color:#fff;background-color:#141414}}video.modal-content{margin-top:100px}#modal-caption{width:80%;max-width:700px;text-align:center;color:#ccc;margin:auto;padding:10px 0;display:block}.modal-content,#modal-caption{animation-name:zoom;animation-duration:.6s}@keyframes zoom{0%{transform:scale(0)}to{transform:scale(1)}}.close{color:#09c;z-index:99;font-size:50px;font-weight:700;transition:all .3s;position:absolute;top:15px;right:35px}.close:hover,.close:focus{color:#fc0;cursor:pointer;text-decoration:none}@media only screen and (max-width:1024px){.modal-content{width:100%}}#firefly-feedback{z-index:999;position:fixed;bottom:30px;right:30px}#firefly-feedback>picture>img{width:100px}#firefly-feedback img{cursor:pointer;opacity:.7;transition:opacity .3s}#firefly-feedback img:hover{opacity:1}#firefly-feedback .feedback-form{background:#fff;border-radius:4px;flex-direction:column;justify-content:space-evenly;padding:24px;display:flex;box-shadow:1px 2px 10px #0003}#firefly-feedback .feedback-form .fa-times{cursor:pointer;opacity:.5;transition:opacity .3s;position:absolute;top:25px;right:25px}#firefly-feedback .feedback-form .fa-times:hover{opacity:1}#firefly-feedback .feedback-form .feedback-rating{justify-content:space-evenly;display:flex}#firefly-feedback .feedback-form .feedback-rating>picture>img{height:120px;margin:4px 18px}#firefly-feedback .feedback-form .feedback-message{float:left;width:100%;height:150px;margin-top:10px;margin-bottom:10px;overflow:scroll}@media only screen and (max-width:767px){#firefly-feedback .feedback-form{position:fixed;bottom:8px;left:8px;right:8px}#firefly-feedback .feedback-form .feedback-rating>picture>img{height:100px}}@media screen and (prefers-color-scheme:dark){#firefly-feedback .feedback-form{color:#fff;background-color:#000}}#contact-links img{margin-right:1rem}#bytecodes,#solidity-files,#contract-links{margin-bottom:24px}.drop-area{text-align:center;height:64px;cursor:pointer;background-color:#f7f8fa;border-style:dashed;border-color:#616161;margin-top:0;margin-bottom:0}.drop-area:hover{background-color:#edf1f4}.drop-area p{margin:0;position:relative;top:50%;transform:translateY(-50%)}.drop-area.uploader{margin-bottom:0}@media screen and (prefers-color-scheme:dark){.drop-area{color:#242424;border-color:#777}}.ratings,.ratings p{display:inline-block}.ratings #positive{text-align:left}.ratings #indifferent{text-align:center}.ratings #negative{text-align:right}.feedback-table{height:70%}.color-erc20-green{color:#007f3a!important}.background-color-erc20-green{background-color:#007f3a!important}#erc20-dashboard .bytecode-row-header h6 a,#erc20-bytecode .bytecode-row-header h6 a,#erc20-dev-dashboard .bytecode-row-header h6 a{color:#09c;text-decoration:underline}#erc20-dashboard .bytecode-row-header h6 a:hover,#erc20-bytecode .bytecode-row-header h6 a:hover,#erc20-dev-dashboard .bytecode-row-header h6 a:hover{color:#007aa3}#erc20-dashboard .markdown-preview,#erc20-bytecode .markdown-preview,#erc20-dev-dashboard .markdown-preview{border:1px solid #e8e8e8;border-radius:4px;margin-bottom:32px;padding:8px}#erc20-dashboard .markdown-preview pre[class*=language-],#erc20-bytecode .markdown-preview pre[class*=language-],#erc20-dev-dashboard .markdown-preview pre[class*=language-]{word-break:normal;white-space:pre-wrap;background-color:#f7f8fa;padding:16px;font-size:.85rem;overflow:auto}@media screen and (prefers-color-scheme:dark){#erc20-dashboard .markdown-preview,#erc20-bytecode .markdown-preview,#erc20-dev-dashboard .markdown-preview{color:#e8e8e8;border:1px solid #414141}#erc20-dashboard .markdown-preview pre[class*=language-],#erc20-bytecode .markdown-preview pre[class*=language-],#erc20-dev-dashboard .markdown-preview pre[class*=language-]{background-color:#1d1f21}#erc20-dashboard,#erc20-bytecode,#erc20-dev-dashboard,#erc20-dashboard .table,#erc20-bytecode .table,#erc20-dev-dashboard .table{color:#fff}}.logo-link{color:#242424}@media screen and (prefers-color-scheme:dark){.logo-link{color:#fff}}pre[class*=language-],pre{word-break:normal;white-space:pre-wrap;background-color:#f7f8fa;padding:16px;font-family:Inconsolata,Monaco,Consolas,Courier New,Courier,monospace;font-size:.85rem;overflow:auto}code[class*=language-]{font-family:Inconsolata,Monaco,Consolas,Courier New,Courier,monospace}pre[class*=language-]{border-radius:.3em;margin:.5em 0;padding:1em;overflow:auto}@media screen and (prefers-color-scheme:dark){pre[class*=language-],pre{color:#c5c8c6;background-color:#1d1f21}}.h1 a,.h2 a,.h3 a,.h4 a,.h5 a,.h6 a,h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color:#09c}.h1 a:hover,.h2 a:hover,.h3 a:hover,.h4 a:hover,.h5 a:hover,.h6 a:hover,h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover{color:#069}.rv-btn{color:#242424;background-color:#fff;border-color:#242424}.rv-btn:hover{background-color:#f2f2f2;border-color:#171717}@media screen and (prefers-color-scheme:dark){.rv-btn{color:#fff;background-color:#242424;border-color:#fff}.rv-btn:hover{color:#fff;background-color:#212121;border-color:#f2f2f2}}.rv-btn-yellow{color:#242424;background-color:#fc0;border-color:#fc0}.rv-btn-yellow:hover{background-color:#e6b800;border-color:#e6b800}@media screen and (prefers-color-scheme:dark){.rv-btn-yellow{background-color:#ccb400;border-color:#ccb400}.rv-btn-yellow:hover{background-color:#b39e00;border-color:#b39e00}}.rv-btn-blue{background-color:#09c;border-color:#09c;color:#fff!important}.rv-btn-blue:hover{background-color:#0086b3;border-color:#0086b3;color:#fff!important}@media screen and (prefers-color-scheme:dark){.rv-btn-blue{background-color:#069;border-color:#069}.rv-btn-blue:hover{background-color:#005580;border-color:#005580}}.rv-btn-red{background-color:#f04124;border-color:#f04124;color:#fff!important}.rv-btn-red:hover{background-color:#ea2f10;border-color:#ea2f10;color:#fff!important}@media screen and (prefers-color-scheme:dark){.rv-btn-red{background-color:#cf2a0e;border-color:#cf2a0e}.rv-btn-red:hover{background-color:#b7250c;border-color:#b7250c}}.rv-btn-green{background-color:#007f3a;border-color:#007f3a;color:#fff!important}.rv-btn-green:hover{background-color:#00662e;border-color:#00662e;color:#fff!important}@media screen and (prefers-color-scheme:dark){.rv-btn-green{background-color:#007f3a;border-color:#007f3a}.rv-btn-green:hover{background-color:#00662e;border-color:#00662e}}.card{position:relative;overflow:hidden;box-shadow:0 8px 16px #0000001a}.card:hover{transition:all .3s;box-shadow:0 8px 16px #0003}@media screen and (prefers-color-scheme:dark){.card{color:#fff;background-color:#141414;border-color:#414141}}blockquote{font-size:inherit;color:#5c5c5c;background-color:#f0f0f0;border-left:4px solid #d6d6d6;margin:16px 0;padding:0 15px}@media screen and (prefers-color-scheme:dark){blockquote{font-size:inherit;color:#fdfdfd;background-color:#323232;border-left:4px solid #474747;margin:16px 0;padding:0 15px}}.page-toc{background-color:#fff;border-left:1px solid #0000001a;border-right:none;overflow:auto}@media (max-width:767.98px){.page-toc{z-index:2000;height:100%;background-color:#fff;border:none;display:none;position:fixed;top:0;overflow:auto}}@media screen and (prefers-color-scheme:dark){.page-toc{background:#000;border-left-color:#414141}}.page-toc .bd-toc-link-wrapper .bd-toc-link{white-space:nowrap;padding:.25rem 0;display:inline}.page-toc .bd-toc-link-wrapper.highlighted .bd-toc-link{color:#09c;font-weight:800}.page-toc-toggle-btn{width:48px;height:48px;z-index:3000;border-radius:100%;padding:0;font-size:150%;display:none;position:fixed;bottom:12px;right:12px}@media (max-width:767.98px){.page-toc-toggle-btn{justify-content:center;align-items:center;display:flex}} \ No newline at end of file diff --git a/assets/css/owl.video.play.e7a23fb2.png b/assets/css/owl.video.play.e7a23fb2.png new file mode 100644 index 0000000000000000000000000000000000000000..aa387f962d13c7486d96919f339c9295b3c5c676 GIT binary patch literal 2794 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 literal 0 HcmV?d00001 diff --git a/assets/css/select-arrow.b8e89c0c.svg b/assets/css/select-arrow.b8e89c0c.svg new file mode 100644 index 00000000000..4c24a2a3427 --- /dev/null +++ b/assets/css/select-arrow.b8e89c0c.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/img/404.png b/assets/img/404.png new file mode 100644 index 0000000000000000000000000000000000000000..7e858c28a121b086601727f7365f3dca55c5c931 GIT binary patch literal 33413 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 literal 0 HcmV?d00001 diff --git a/assets/img/500.png b/assets/img/500.png new file mode 100644 index 0000000000000000000000000000000000000000..953bc1b5b15b19060d7a29c823d380cac7be42a8 GIT binary patch literal 45305 zcmXt9Wl&pfx5eEpxI4k2Kyi0>cWsMPq_{)y;#%Atio3f*ad&qwH+}DXKQfugsQGA8e%nARuzV-$h^GM#+_@Ai!y}M z4_$X393R(ZAA|S>!zs-fH$!bzCrvF8@E>EuVE2HD`63Q0MT#zyANN_b-)0pOWH~s~ zsJk9daaWYAe7lTkDQ?p)N3I3X;evW(;IuAnPGC)-esEeAmwnA_VH`2S78gxzHetg@ z962FT?1NBv6p&F#tZ`R!LWBGRXF?)4I+)f(^L%P4frt%2ful0L(xJ6~5J*i87pDHC z1)(zvBtkL%Z-Mk7^FkdM6EuH;hZx(0SOH3N!?GL%xPMQH_jv$uZy^OnH;RJ;BnG{$ zMr6MI|1%c%F|?6|I&dcRKfgN8WRhp6bOhZKkxnY9dc zDm*ONjXWM0bO-f1?dhD6Uc%O^8@GACr}%}Pl=!#JGH@Oaw$pMSM#f<& z&r}}UDUYiFtXjZoP{kabph&W^XZchlnEyg_b+g;m|9bhZo?P1-f!wwb*htnHLjx+L z>w3G0py7SI$)GXE!lHir@PJTQ32s6K)F&OWUo+LckHmyaxjg_V@u~YSwY)UK2Kn>wd-Y zYfS7qy!y{YZTu{~ffpD1Sa`YN`)0~K&gmD-H@U#@4%z zy8U@)j^gneHLu{k%eaGBS*V@-=&!N&oia{RCdpC@j#!ORjZ)bNd_CCM7$A)8)B92~ zl5h5l7-QXb(mW85^Wxh$?6p89U-jw@5N_65_#WE6*HH&MtF}M-P@Ps2VhmQSMVWpQ#2a*eB` z(We->`TXHhF5_gs{M{yzL*))zDNG7p1REd=hkRtghJ}KKll_A2gg6`p3u5Wi0y)~2 zPz!i7WVo?UW^uzqhvLDzu|HukVi$UxNyvU7=KHQTeQ5K(;jhkps0K;Pl7RA0NHFB_ zupz9KYvIk4esw~1gn-1IW5wG7#^e-(A3tQ`XLJDGZ@r?k!J70-D2Paxu*MTD8sw(J zb0|)!`oTTZ^pq^I&6Xa+k}jFdfat~cr0yqr1TOr=-;2MdWSJ{TUcmsr!LF(-A2>MBI1F+&1yumQ6nK8yE{Z~{vzOhQ5}+69y? zDdCYWr7&aovXuYiwiBg{9?PePHW-CV6!`kMK=}ujPp#y%gq>g7nP(=`z!U3xK{yrn zVM3azo${~>+P@3(iiT8z6=%fQ4o~6~(?tHsyI$*e?Qo!~>j{i(KsId}%afXl3rm{m z4rPSNPGFA;rtAgE){Ak6I4C;S}jBc;}R(%7=sbHc~dgjs>4%(GQAFCscyhR90cNszXVw5aVqoDyO zE;W3g?fNXk1fVC)X$`}v-f?z-pLzNXQ2pSf8T#-(&t-IqJhnJoYr}5_s`CIp&826N66;Cvyg4zB5k%IR#!ikeHFkI{9G8 zlp5teeaf(;;%U)=Ust_k*N$E(%~h+r{$B_iw~G&U6qqW0;R6TzY_8eo zY%VpcT$Kn^+YAk5SsG*s`dkdu>W+^>oAk2zmTceSZxtVJyT4#t+kxOTI>S<7H&uwy zr&}a*1Gb2$#QvdsQONXI4%1u~$w|Kwp~Gfd!1l!}Y2vr`O~G1fn|I`NdAl{S5-3BX zqKR~(J3er%@#jgckx>G>N&(J%L_^qV5GFj*bD@|hb7Pvzt9YvWsv-N7oO$qC#~wOmrXN0dH8;>xnEN6KxEzmLAR{!vaN*hu(wV8C%>ZPh4a1U>~dGpTBA zxTTNHPw&Ta`Y3f(=DN@A@5_VX75ELT13JO=I!|JN_YglX`EYXt*p^RTNYIh-;d^G) z;6)t6b(s^0@TNy(J_|5U0@$0v9-Pb&7K^JxQJ08llaZO{eJB7>g_be+ zoD>InYKakQ*XPz^nhFlrjIAYe1Ekr&m}>3H?w0z4e(zjumn!-+)lZY-NY*s$U^7U7 zE6Y0`c`?bO46r#kFf(7_EcGQ+ix>h|iD?UzBc?ln@mC%a1C)63@y+wjx2o~K*%p+= z8AX;UX5Zzaf^)nXw%6TSs4EDbk-EgJjro8GvCS4f71Zt}??t)|HirL0azzO7eXd-7c7)JEnASvGRB z27_R0S#$N+X`=~We9Ypi(1=5@IG=xc>rlWY zECekJmj42O`tax4MBE59GVms-h|!YyujTCCDcv>Unpt7QsSa# zj-)KuQPTs6uV6w=QNdIumD?N%-gc4QG#8bgCgH`Hcup|$q&P5F^`)6-xUPoy5wg+9 zBw~niOhzoVd73=if5L4XHBaz6;YB~``xme+;S&~2zZU^P9ObKUex%0sW{Tqp7_=;0 zp|Le4?;Ko63x+08LAl)Yv^L>i6vxX)yHy*Fm-Dm5Jfo-sBaqK~f+e9upn^stkf+UmJpKZx7M=Ay(riY(Cic zAfYbX31@IR?L(dt+HdOkx;Vh=zDOK}&j|?&P36G+Yrff;W5P+lLiH9Uv?5NEIk~Ke z^E_zxKC}iU;olLWw@OWGwIUY4oq$s}>}RaN2oTAsa9=Nfbqd$)`lDbt$e|r@ET#U( zCy7uSQ6s9tnvGi2a&D=(I_5J8Ps~o>Q)GsP=|^q?!~xz6T4Yjxr65Zey4%9)lq?|)EgG((w!+a%${nNS>s0|Gb-iv|N;pPlE3A57)Gf>i?- zS!mYyi8#flJq)mhd4Ej}Gkl)A*lZ_qaHzMg=#-YxgD^;cSRJzCfH=z0xyBXM(Gmfo zSWp&ezfOG60!Q}vq#(^zqW9l3A#c;!NKqNzRr_}_Oa!S1{2dxY)~Jg4{KA-Rr)bUi?gWqkw_H{h)a2vNn0`1D zmk+3}1<0JR?vq(Uc+qb0n=>i~eRP*y%r9%V4)1O95E#(Xiro|Fe^rOijz&&2nN)SJ zD|dFw5H+v9?vCzo@C0F^j9L&LMgddxnR0eXUX_@i_ucBX4%6iU`|0vao}{bJ6NT-E z+v~r3>!&7K4%Dp9rxE_!`;j@J&E)-%>~;N|sGf4Finq?42;5O&*Z6FFbI%2*JpXg* zuT>qpOTCg^bPJlVZ855L2934{a=Lnq;x2n_#*z_K@VK_fG|Ur&s8ZiE6A+fZG4^DX zE9iXW!wwM<<8UbQHTK-t`7q(TyG2fNr;y(02qrgjeM32FPyfPVxH8)ik6WsWZ`Be` zm2H<9*&?weD_(d8%C?6w|Gu{q$g*aZ>3+>E8cQJ`l$vDfK0rG#q?z%PgDcvME%8^J zaU|BzT!K^)TD{%vo&KETC^t>>8xLB0*Y6Q3V4hV;vC;IRfs1X@P@d>!LW{mSqRDvm>(JGSmS>Hhev)$nIai&*h4>{H~slarYrtk&uE?U>`Y5N}AIe!NufL z>3lO7%fP_G*Z3_2{Y`XA3B>Ypvz_~=_EN*(t(&0P(y2`^j}pfPYy@+H=y(W>oC*fi z?6n3KBMCF=CgHG#2akxXP#i)1?yeqXc8uKi0wx4hQ4;=8v2^?w*rQ7zCovxR2kq-& zkhSR|lwjv;ttON8k*e|-tQYZ}MK--xUy2+!GxQVlQ=t&KCYPr-11~KmR@PqVU zF&39QgUyGezRaKaYz8)MII0D5Oi?HN&i!8V<23O_q{vF0D+7>LC9a_EAe6v<2v{dr z+D_ZZg+3cCD($wZO=uxHh7p6USEBhOqH8z@8}B$I+TQ}7s|mmYtgu%n);10Q5?!Om zNT9R`lF9uO8F4$V7g-q>sA8WvU@#0Ww44gQW_o5NFLK)Dd039+!#^SkyExxMW&gz5 zoYo*~oo@ykj3SVg7)b(P;wBuJv-q5-iz)erT z@EDE#6fl#*CwPVGe_7MDdygoLX?f z*F;(i=upCsk_f55r!siV8-5O}sowgyunk~fvSp#GxC}=DyPBUCeFu~rT_Guzh7Tvs zJhx_)XrDBqzH}5O;I3_~3;8o+G=mn6tG8@Zsb;Cu0ytq(abW16MD@tH7I;?;MX!ax z3Qs8}KYEcemErO$81$#rIawi{yvbc?P7geu#wH{Bh?ndffD;@IPC3$|aPX|!rsuPA z-V`eFqAp^+iAk-E)JO)a5Xt=L)iHl{xP1<9V_SO@SgNvq${55!@nyhvCqes`KbgR4 zqig$x5j1STipT>wCDM2An{8Og)lxqM&5edvjoJc@xx>GQEHiiqt}~C{Onv7J1HNU* zHng`ti3*QNgYl>Kj=Lt&9~pNITJ+pigeqG^Ng7scYFUNIU40dtP|yw7;M{K(y!*_{ zePR7n>m`kC8IwtOsGAFNtl7~~^L#06dXKb;r`Pq^RhUUwH#)+vONKEA2V%rVZf~%0 za{n6kLh?6f!_QLr%xD=+%{IZTNTjQ0hr%`%^1XRkJyh$H)yIy}3?Y_U%WEe*beW5q z)X1B3HWDAyLYmIiw7F{wsZ&y@8FOll3EP|JTh(RF-o}~)+ReDR6QH)IKSb)P z-)NYyP(c^lUEmIZRJ2EG zCx<~O?D(bK-&{I}7J1Sg7j5~+;p(Zz z(MeNp{!3(|y}@SJQbDz|n_tD2_t>Ah+Ny>Ic|O7$Kc1jtyzd#m`@Ikw>AJcD#eyP0 z_$KTC!hhf_7Qt3zd zn)gexb)HlkO^#T(o?HozN=)eK&9(j3lCX1igU}6E84G(?8l{Ip9DaK(!kpdb2H!Ca z&QTZ6k+Nwl7WfRG{e!OTVloz->nw2j^Mk>)R9->1Nk1Gm9*Wdi-1Ji`CG?Nj&!)Cx zqLTaUUF;(}D)U`DFX=x_MJ~M+i2RTyvppD*Cf4t{#3GPb$F!@4&Ot`uRvlmmfcVl< zrE0YT&$|A_V?RN>735X?(lU*NW6r+pME0e8(qyskeKnULB$>a-Q* z<(TH>_?hMG;<;lU^lakVXU4*XU~He)J?WO8+4RWbCa|>xmxf6O*UDp(-Vud}3?~lh z8X8&? z158V56er*~=Kt1%yJ{BAMr^{uB7j~~Mu`1Xg)(8lpmd@X1if6ckd=&7EQd*- zOgUv3LHrlO>v}cr)TmEQfdB<}`w4gY{)KgbwqR>opGBCg>urFBS9LS$l=O)zh9}f5 zMWc2~&l3=<{vyioK3;Tf; zc)<099usQL>h^lL*sd$3X6+|ca0X5eC8UyNVi7oZrt=`}RDp5S1pl}&Zj}8L=_aSo zlowJ*6Pf8Zy)%oCBE|TNU-}y0`I2<2>dEC@%c2}7NF|jZXRwzp|HE@7c@wC`nm5#W zw@VevZ5pB`w}5SY-HK&CHoy=Ah!1dPW{n5$&pk?O<=x`jreS)Wl+KeqqA=V4@A<d_g5V+8*Ad$Eg z$lE(Ga5ya5L+yr({O+HJ? zZDs%m0CCty+Oq&62r(u@Lmxe;$0WG_oqfwo-{UCLR9%uv zOw4*738JE-HHx~SIZjvS>88Z`EF5glE{Rpf6u6)&`lD#ISQde}|NB3zq8gCLBfE`N9RJ+tH`nEwYx!#Yl1C$siAjyIFY0osmNWqz+paR)!1cC1aw@~x6bvt+4SvA~U3&&$enCbhfM7&_@ z#oyE)T2DtJZR*>|_{G%>ff1Dlp$pKWWfFeMZ~zBBc0}|p!O>mcmJ+}I&Dd6!z!MtX zmTSw%lq5AC*T$IUO=u@n`0R~cZ)Uv91f7;k%&UDKa67ZL5 zVBqzq=<88p;r0K`*J|&qL$qEW*iPS68i?^JX8gUw5L5myzvGWc54}$>3!TOEY_0Y* zHTEso1hv&d+k*^iv>d(ATGw2U6ha|PDSiPKFvJD-VemQP+5Y*_F|jfUq9*(P{#Mzm zFRQ|`hbx(o@B4CUF^}bO&DLSdhJPN5jBCY9PZSk5@gShZaqy3oBr^#(;KUE}8XEh% zTOn2Z%P$3u%?HV&`%G21kie}}WBfQ_0$=6xtH`i8<$%F>#83feReRy-Bh`<+V`91F z*dgO$GsiiYfLeQXMACQt&%e)$cV0RrcX$=(vjbnN51jTxGAzNZIynBp8tP#`Rpj~y zU^l6SZ!MxDTGa{1f-#XpT3sD&4FVbJu>sk}a^vjx`Y{z(FKfNxKD(YDex5inXl)fP z1_IpZOgvm+>z8E&R_za0?sbzB|3=1&FMW>I;d&H-<}yK@+R)RTnC+HS(+{1ORSu3n zf#ZUd(1;W);2tXRrA2ds&nE=7_IS?nsnnn|kYz?BAos)bAlPo1?qAfkrNjjs6HKEM zLLK>h1ytevx<w?h>5gY4kkxgcN7#xzygK;f8fj?ycGV)YMwAJ|2vE5mt!zABZ zfrEvV4R1cXiVnt$!LKRYEh!=Rsy+N>3WqLef6JJD1Z;pHeHJ^Xh>rJbj$b*qkB*GV z+DpG~y6(RS)gRr!o?vz0m6nT*jVDNvJM&t{SyB{Vd;yD1pxWCXf<9nAv@>7Ndb;w9 z+jM*Xy-_i;sGb8nAzpMkq3cd^(>u~Uah<+Dhd0dWwJ}1yk6OViE}KS-Js1cnW-Q(b z$b=2)a9T`qN9^AY6z4Hyhol19JHpJXM$WeFMdD3XdR)cTo_9tej1O}k2S%UV! zeo%g@Qq`PMb#~U(k(aXkZ3L{_QW$QliZMTkU9Urg>h!T;|4tj~r-$E@UHLdTT5Uw! z6W^z`uSPzF)l4LohKW{-i~fdurrlPP)rx9_us8LQ>FomoEKV6G2ahON3X2g(d|a%y zZ<%pRcpZUNr{MKbn8kW`ipPz2$N#oKmV>l3xb!khDjM@j*9opN-B)`)lPeD8x+@Vz zz7m=$EOlHQM@|6oDP)5El?Dc2HM`&J!;Fq?1I;*!c7O8$c0gSMq2-fl#7%DCl|%8C z^Zii45DPoK@K2VDx(dgo+V5Yh>~L}M1f7~ai5-6LW^_#a@hw0-|IP!uSNrLlLI%bu z*9HR>wG(kjw`qw%&+?w)D~QkU8H$5f*j zK-e*>@%qr%k71NHY;v>HHkpRy)DnDfZbxvaMae7ZALmzz(zY&60kq^a;iF?s5ru*wPrR{ojZJ7LerDtAL&!S018ZB z5|MDV|0(lCwAW03C8K1)ZLyZTe4yLgv!d~b@~}JA^6YkI6S%7?526TMWCldOGz`;- zF;6^_CU9HIa!3XtU5$UNZ8Y*XA{8a~82P&V^q`qsWd%)n5r9b@w)6{$!IIe8^V~lT zv_N>}$Xd_!H>8Fg`4Qawr=oHoP(u98(`8=38pX%s=_*vrULA^mvD;PBoHYW}FyJL) zrGXRdxOL#O$*?WmkYG5=dA3F%SvbVp3JX;^pn^PDnzwu&(C zP1;8%>Y*|bSxwfQ)3l}AhxE;0u!rZ1_BK@p_*hgkS4hZ2Z_M@YHykhl6!05_ct|3( z0rJaXRT&Z`F1h&iQ-YKzJ_SZzSSd~b~?OEnt=5zbhwbf=Qbye^|nU!)m9$VidE@oGHZDa~Uq(cYct zfm=ytaO63K-OPQ2v5)Dg;JmqdGE~qh5#{6o(76KgrG%p+A`q_NHr<@*z~ckBW+Ca^ zS4DhBomWLnI;K0DRe%ROi4?Wv+kc<4 z?$2X+euu6d24qxspD#^D*?gsVpnS*Jg2Ki_61R0odXY4IzC-b(IGrNxi!M1}?YCJ1 z4ZC-ZPS(KHu1K3GuX~EZN-7Igw-XBsGkZBXiF^<<-n+d0_A&Owq0|3%^lh^DNgauO zSHts?bwU?T7MIUF7zkj<$xg4c$29&T>1(tnD%92X&iMB7F!_Q1uYDx@`@q5&`^i;M z*|uou?^mxSA=RFDoYOIjUTPOKTnIxL<$1pIQIWeO=k_4qe~4-RPW7 z#r+0La-rE?13761G=s&LK9M>4Vc+tiIEg)b5sZpm<6{%^u=B_gKQF~9n=Qo4QUHF< zISmiXi0g$y5=ecxPCqQ783^C`D3ClXg&PH@*3{^n=`>bhDWwqEyKixqmKetXDb2qm z!MfoMa7cN#hPlxneK#&b=NSia^;ZJZga; zDk~0M8(O97Z#pRggiVA*;|>M4_)x@)f-z|q6E3*OD8(PA`B((cw3^ZP3|R^33G9Gs z;Y6AS-OG{g$t=8X9@oggtLgfAR1A1sGtwV_;Wy2)P#O)ZqZ02 z3MNwst9=U5dF3aa%AIwE;;578AHFP=kTi|@v5ib+5{zK<3D=>sR8x)PKukdg!#aAZ zr;IF}Ci=Q3B_kN#GUV%DkqcHy60nat>U@x6;}M3GaULvpS!oJtS~-3vVI+B{`mOVn zU^&`N#smK#dlJea!Whz37i~K{HX>2IreI-Ryggluw}%@%HBSjZX|bzw=8%vKU7%gR z5tz=*O>U-_-H*&-IK)d+A$|*b8)l}XBAv3B*Q$UMCnlnW-J9oZfG&j6KK2{fz)T{@ zGKLLf{@se6m|Qj|`z3eU%56*M8sGMX|X2(`i6+-D4ltjP-OHm$@zQ9xY z4R3i+?|Rg1&1>Nq(#+rEqr-0pO#avcPgaofL?>z!19e&FEnPSF9sihD>&UWWOR0xC z);P4#*Zb-y-S-ffrfvlpmVc1bR9F6huHw~w#N`+)%2K8$C+ zKOQeICB(tFujZf{mL1-Zn)-sJ>m=qjWhI`)Is%}ZAt~lNzf~sYIx49ytA<%C?WRY_ zOhNN7cZ!lWr98DpdkE`%glo@~OW%dGp^|u`QY?(&5XTV^fS}3e_6-CvBwZIZ24UxF zUFL;{cD_k+i=VLw93raj#Ghdw%LcQj5?z3Wxqm=X7o*MNS&`ngAELx{ccFbOg5+vU ze=5)vfTLjya>y{ctS^TnRL;F|2|Hpg?0}YoSwuO_Py7yfcj&XdL`%Ce6S^KgmRC<8 zTbg_e-IU1}tS#@BTXZ~Y3MP#uv2&Doe$wait8hFpVUx$$`}5WjEV^K*?vne%9+(M( z$Mp9vrB=1x^1Z;j(CO$D8A*Ln z29h#7^YO&*Sys817ic`rW-*0SR^(@zx#*W;z89r$t#rE|DB4H6+US=JAt9o5Yv?a)Cp{+~@$^_Yeb29Aa5r zs$@LdM)mfy%@%HxRak8}yjLcC9Uua%F+JPQ3S7CULOcswGbg}kO~spSd)@79)%O!P zaqAEzzCfl0iSWi$pfa1FF6(R}K%3!^Fruyb*AtR5%_MqKoesv*)Oh&IpP|baw10?9 zQN<(|6Jw_20$;x5;U6f&RYCvLZ!JcoR0t#n#+u5guws*hIjj~&9?Wn>Yr{f|jYF|7 z?~1m0e6Ty1*Sqr28Al}7BM)&dKyF)5{Q$%Auf-E(?|a%#p^f$TG&%P}+*C8hU%0IF z8#_VO^ogKgnVpO`z^aXdC;?5l&x#5hDac~1dHz33bwZjV6R690&<{O2XPc+1N&Ze z?jKylGR4`3&9=rEXw(BQR?FQ@1Z2(6BdRv{i9xxj!gI#9&jSWD0EIefgo%ww@ z3IIZ3pxR}Ogi9F4@9%BX>FajxrX&3P7MS>bUe@&AI%HZnw&Y-4C#SemCi7QLAiT$n zlvHLvV@8!1ALg?8NssTw>02K6$@iRkA(}yc;`xRCH(;-nH~J^Q*ZDKiuh@zjEUNGQ z=`;)xje_k&rXxF(i*L8~ZOHY0PSrUyqT{Hh;~cOgpf!RXupk?2DSrC`WMO$o?dLd- z48kBcBGJ+Jer?!wAGBf~wf(@GB&@+!533LpeHirDW~K$++|*mvYN4EGh5S8GxZ@}^ zH_4f7m<()3xto*+j5?83*=*%QWfW)d6@GYeuLrTp58G)A1<*N-8**0Ps}E;X#L0ZpTM&*zS5&e~;;W^3)4i zn2!WrNF4r;XKc7*fP1J7RIxg1Y$m2K;g`atW^&MAsKcV!OugS_Yt8BkbU7SheGoE~ z*?h^2uV}``XCmjA!cT$x@@;~+3n7~<_H7cRc{rE1`fYlnOt{Cy-<59AJNZj}-i2bXFs)&?K z!!Vx~Fcl+*(kOkP6{GcTwZ_@q-2kOg{t?bhO|^{dn|h7yAPpg%6nxEYUJc{?f=qEkIEgCFbqgl_A|bw*J~=KYiA-&9Fh z1CA98hDGG(27hLo={RBITW2Lx!I+PR3bilmU=SZi91baHA*~DNX}PD{RoidpZ1naD zM+i&XmVzl3t!tD9k#zl@gV* zZq%(RJ(_sCR#eBSLN@2);rY05Iv%G%zX36v#m(o;wdzSe^nT!novhMKk<+r_b^S(F z{(Ev)qRq!9OagyWA*ai##&{t%^A!^dA8a+p!JWB#0%j^F$8{fkgwFxF(>a9qxfZh) z1)ntHB2VQ1als)Ew@)>*+;%zYC_gAKZEe}C4u^&CsFdOwHF)$LoxC+XwU!8n?Jz5X zKN-4~PKC9w!MAkOQR3n4{cW}}69%?hHRSd70wU+0_A|}av_27gV&dH1AfW^mL$1`) zG9_330nF)1-K$psJ>(WzRcLUN%-A3ViUtj?5I`RSE@DU6lyvsucRPWYWX?~}>HN1~ zZVW;RgXkhMQaAMy!hqltRvD(=7jYAXU>+Ow$=Z3^SYy%@PwtRwlID5MuAyw-#fqljI!v=7F# zSCvir7FSA^rg>NmON*?WVnsEu7e@WSBLsuQFD!)u9hP!dQS>xGlV<3xg7+{qB%bWT zUu97vhKM$7(Z;}<1SmFHj40N$J!?^NZMhnl*_HeNdz8)EeQ>fIZ~tV#=@h~tfkO4J z#n#>=>H)FNP4GFhdj^k`j^Bezx6Qm`^ot>{Z7h&7ndOLQT%#b=R6>P~zS6uu2G0Ab zqv6sCOGS5?pr+wFg5QVFy>Ap5^M-r>>_z{BVDulC5(4SdmFYireF?DEPv`j>@(*BU z8!ebcJXC#N6Ir4sQC?`fixg`s6JKSZQKpY*x?P7RF;=Tvi{4*o0Q;x;=a3&s3XKYT zrAi}EOc%pzG4E-o-VeSqkwGh<{$u*$5Ba}z>&=6`wN{Fww$J>piPe%ZQacSM{=AvW2bt zczE9y4$W3~n|8X#e$0HQ9>lTC^01T$b+-6r(8zDvYNNhCWz$`T?5-M91CqrTwflwWUHh)MONrX?NO<7G&RAlfGnVIo> z2{wwm)h{a9&PlCE&3bLrkH_zNZiMP%BU?Jp-+*Aoc>#s3;iYx= zdS1|OD((-zHngz6ji{5~tu;8W?ZFhI9*CvGvhmiN%EREg&5esZvGim04`vAbF!?Q<$X!+g&y5Y$8jGl8IW}jx6jCpWU)r;Fi18 zn!AcA*8Io&9ZiNRZu{8WaI)-oqdeN#te=F9z_9b89RySG@L&S*$Cl1fjz}mEb>ui# zp7BDP$<*AGCUP^FVVnkgWAu20{_F-Xki5MbGO^>SEn|qHgyK}->1#*9)jnO!%~Usi zL{}|b4D$T2R0RD6zfHzRQvrC91ev{JNJAUj>mhA9Z;FSZR`l#2lJ-KZflX&JO`Y{dEXK0qHo~Wx~YI=$7Ey~MNwvPuXgqnAyQ1?#U8LvbG5OyNg&loDDO^evLOSqGXL1Qx zqNILa;7BUt75XMC2#}Cf(KC1O+-%!!|3hVx9>vY;6`_c zI=r7=|9h_rpPRkrIW^OqK^AU>ZP2sp%D0ef&F1R3*3b{Bo-c}Z-rT3rqx9P-Qj6^( zTLA&r96moV2)SNmbvhv3Dg(HCeE(Tz^~})k(6Y$%&hf(lnz3TR-lfkBRB6$I9u|od zJ+?=vFjivU0-k)%2~Lc1ja*Og>?&dZ>=Uep_m3^SfMGnxHcOigvdQcl8a8 zmr<|VDcgr%`S(^>Ue0p8zN*JLQ^XCQtjBzvQTMKu$H#&-RC?%r@aIG$w^eA0T|zJ& zpO;)H=)__V?`~l2*u3pGGnh7?8!AN)?lllo7kb4Ha?HPjJUlJSq2cwQkj38ZzB_3r zjY|Z+Bm#9idCKax&A1jCkzkv{A+7RlAX(BX0byW3K%KHqm~-qlZkGzEK>M9}nF`e^D5}SJ0ocu#PC0s@0buh3$lyMHZnxFg6Cgpg` z8Cjm3v7b#ylWNLObYil?NT#Oz+jNW5n|~Qu>85Z7u^Zb%r#p*5<;h1_ebsQN3*MR9EFD>aTnJSw7=SF5a6xI(;{f@uz$$d}y8lK5ZRLM>K~Lr$TY6 z?16a12J@@mw#}OK?xqmi`Dn{S2yKhM2yX@s`922bxu~!v$jAkU_3}u%4dv421{UK# zle$NM;DO%(C#%GP)4x(tq{z#{k-=nN<8rr!FYX4>p_e;3hlU@ooZb4bgFYmsBA>d_ z5m8V@dd(V67d3=Y0~~8p3;^XW>`uXT0~E3viBWB6Ja0Ry?RP81k&}{{LZ6M3oj872 zJo^|^Y@`%)Y`(e#S`&(kL=RfZCwVRd*nnlYyOJk87wO41rP?9x zBPRxBp5B4NkIGs@uAD^9&NKOpQ{GE}^g1N6vR8tJiuc7y&hO`zoJvMye3Ir^@DduPVpoq|rLJ#zgx zRKEtlMfFQMD`kmXi{Yy(;bkKlfnq^M)(wt zekg`RGR>S0;ZH!#i1`Nc(0h>b>03g?K*?t{P|gGK`C3hTegBNlZH}mx*5^=EmMB>d z9CQxIfcFPVTIO|#FF)MN7#hFke6DTV9F3v+c7$6OuUmXXULLZ(FV(h=svcTZJ|)YT z*RU^EFPhnwY>aiy-mZzBIUnHu-PfeOuHd%Ih0wr@XSVKqx>$1QNB`J}_E6qcyx~?9 zH+ytn92zVx-pXb_`}%qbhe3}-XcSJXUq9Q@DUga9i&*~G+R_$AIWik(dci3E>yj%7!~7CliIG-S)W`)2FS> zs>6~&$t=m0r%bfr>Ek$x4kn4&ywv8a`G#qW+KSLo`I&Ymd9QB7h58as2$EdQlGVbX zN*e4JS2~V5{=E9gY2G$h8(l$U&y+5Lh3lvzawa&pz>EI-00dgK5cX zyJC|&y1_%0VtDTbJc>+||DxT<-m_d3GrXp;Qn(FHl@$7)!i*+^@6ewO<|C?64H6ml z7ng2LK3k*QJqt_nKv3DqSm4~qs~#CJCZambOa#LY)Eq@_$xwo%fV~m@;&_*2nmK)B z{v(DFU*Gy+LcS6M)~Ju3bnvHNneX}mADF&s*2*q9nQ=ew&uNs?-y?RTn@_t)hX!xn z>9cS=YRUNI-i&TuJX7*oTk8uw_XDVE8r*(Wc0h;4%*&^{58QB53`ll)n@hkpuGy3R z{?7k-%p|xKW0<&W>hh_Q$B64bl2wKj85(bP9jX-*|J54 z@pX$({6Rwlj8A#$`SfTKQHJ+^ciBqMM;~_jjOxhgoLl)nE&yL%b*S|ZI^?QBc2%+| zlVCG{rkBN!aVI2Iv6c! zy_xZ8lh`;kKtQ^tg~n2zy|}|jEymi&A1WV`->wCgl4M)9x^8ecsrP}o5Fr;lwPf+u z!*TM#-1s1}^B8;VP9?F{d_KAt59G+|r^B0W+C?8EXB8E4;K@lAkk~N~P zkN1widnz1Q&+T=g&t#a38~MHX5s@cSL@`_|CYsF{cuAO#{gksKKZ`oCaCE`Mt$VJ9 z@hB?kPsTVsAV}BBS`ZjA=nwQ!#B_0ULGsW2o_q+n1SyD*%RX1TN$xJq+%BA8f= z$r*tc?e|y}Pp-D(y@4DeMadgLMqpJ2zj!iVuj;yuwxW&*7*E0$mAxd4|33iPKqkM< za>19IZq{n*DbZ4WK5TXAl3gM?89#GQmjQZ1^gcZ6=0V6DFW-6?3@>E8D0aSuorXIl zpA*UmVI(K9x+tU&Yz~UAc<8}j;I_N2Q03enJE@+qFsA7+FyGI8GhMaG1Q8Q)D04gc&V2;T~rCi4$MZHe|!wHTu4FdRtutGM`Ue`IjekgyIipe6|RFv+fSDu zdyMj(2IGz6WEm`5&wy(;5B{hP+}6%iUcuhvapHB_o;dK{)9T&Mb)V-h`;?A;_iX3< z6OehI(!5<`dH2seiJs#ivYv*(Mo1uGRG~CAU!Er}6j6=;Ek9dv`Jm-9m?dV}I^sdAA^`htd z(eripd=I+zMBg9bre|umcz{MBNzn z-loWcX*=wpt){`^E26O^&@nwN625%#bzrUTSYtREn!{Tl9QN)Y&aBRi4fM)RLsO9U z>T)u6K(;rK(-$h$KutZX6kkA`h*?~C3TA2AY9Y8p>f_g-%;kz*!!`YTB(jq@E0sh= z^G9cbdxz598iZ|~*Aofvn!EEt!tuQ5MLZasXtfhQ;G!Iy?tOj75+678+B;t=A8^49 zxpUy;t;b)0AIF^%DSoIARxGU^$` zbHUeOJJ>0B+kT=FSA(##@Gt07>c*+1%aD<&T;G(2wo+_3JPWIjOo1^g9a*LfzbuGg zgcBE^e)N@Se8mOlP8525P|B&)ejik_yQ`eH2t7-IQ+!3J8W>WrMwm7_yni z>3vkTDBkcsMhwgk8gM#+iHp$8*Sgi>_^!miD%-y?z;^p2WE3P{(W`)%_(7m*0I@aq)Ae?7iChd$6>6!N0hif}kXHI zJ`g5T76uONg9~O&6Rn`R^T)jbqQqMYJnHxgrvvW#dhk}O@H;Wmt;22O({a3&$8n1r zC)(XO-tPbDbh~(z^v%H3;h8v9Uk`UZkb^Wu#RXX`LI?|Z#6{9(jL0P}G);4rvQfuU zaN6}qi=m-eI_JdEl`~NEi{ug)PI80%rZ2ea(0)@nECUf;<9sa&KEi|Z873mjfQVHk z+KXBAmVs`UM6fZ^R#yu4+E4<+F`!T6bNg9WI@b}ArADCh%*!DNqqSf|dpRa6hSfd->knUr&ks#T3)cr3#x$7wME7-ls6KR+U~)%L%!8D2 z++M4MuXW<8Rj6A-=D=J!B0-nm$xlx?Y2@mgoS}J96w1r29 zlSih3!vIq{veNzEOA{Acv$If05Ee-Gpw5`Yg(ucRlV!fWP~oiR-KMCUh-n1_@4|_9 z3*fqH2=rOWQ^2VC?J3}@8$16Hy~*~u1NL0-b(3>pykQCqBL^XU)KIuu+u%B0568Z0 zSXcfC=eqi!7a)JLIUmwW67+630&}}8=6$hk?&z!}QZTHk1eIxO2_Z1tllp=yuZi9$ z5dmS(p@cPvibA>9?isJ?yEc4NeFx6DC31m5qT*jWeu?tBB3PUm=#`%hQ%3CffQM_^ zg$|;@xM=1X_~yHckS>j2h`CgPK^Be;8zZP#5JFUhg2E~~#YX5iIEQnhm6tECAx+0& z^6(tw8YKnsYqlno9K?E7H63d~)KyN?z$)l_C$^Fz2EMa$+_80+V(`V!%e1QaLhcaV zicVqCWf|Z@TL!Y1T!8Fr%lx((a77lV_>>=CTv@Fq2AGX zE2sA$ZOsAX;`5*a!&%f9X(TQLQZMcz9JZ=j0F zb~vQ~&u_opD)joGhGW!htfuZ{NXtefaT$_ux#6y>iC9!bN{-HnRvBXA;3<+dVW`Qs zP?i*uHmEb|vziDQB1FrH$W6FP;G%R?8G8KJztqJ7I~>dhJWL=cNY_R>IM zAx6gJQ_<(mQ*m%^Gku7Bl||xATDWxI%AP+nzvdIC#woHunPHb z)$5YRdchxbO8y$x&+IKpSoqRw{xwJ|9*E|9K4Ebe-s2?1UHGEgeG<8U`3UVd%z)h| z)`H?L_*2Zl?xv{LoUCyd-Bzs5HMNwtVaM>NF|Jg4M#RLzpSr|_)8!Vrc^cAUtCdsJ zViW2?#8N679=8TPWVKR=pc~X(O_^_R1K-vLzP%l=%Uk#=NACn;=ut++v8aZHNUEt+ zk~XL_DqDS`SS^T?drTTwg}gL=8ClH^t-@_;4P04}xC`UY&+PiMwxI(nzC4UJYv5f6 zZKLOCA0qqGvyio5qF>C7-xTi9mskJg`0N`&f1_xPA!5fxvUa&3fnj?36Bu{;SLU=$ zAKUqh3d;z44kfIC>+w_SaS8ApNys3PFYmQn}xq}EnAM$@zjKaBNk$H-ECYZkn>->>EARB$J z7=zxkiiO|9uEVp8?2)}N`1%s$pEVfzoXCBf?lvcW+9>@i)9V`X;#&YJ7PcL1j<_a7 zq&)r1uTft9rVz9lahfT`Sv1tcb?^Y($ErKyE!@g>DK&6Bj9g^r#GGZonMJucbwF0n zs+-Y}w3Rv|mRwrzeCkVEV+`>Y+>|Kn>{4MyRaL3d9G_$k@owuDZT z^O82Y+fX)qkO}u(c?w?rWFMaYU^iw@8;o;L?~8x_=O9j;wBpo3c^F&l-wrzW-k+i2 ztG|nm?Pp?VaTg(vOZ#{i^0pp^<&HAJHDbGTA~Ih5Hu&pMAnu~%Z`UAibpNhrk9=Bz z%0GS;IJeJnBqq*y@j9gCbo<4(E&dGkt1APJ^L4YB&l-%<$7gpP<7l;E!-F59ZGT|5 z>`-o|6YBt+EBzJwxkj9BxLs~Z1+zlY;dEhbc`YuU+CTb1!XQ@fLJGXiCI|{|?Fu!a zj1emz{`;9+AR|H-#fpZct<)LKr!^t07DVfb=-mgr-2Gx>#Lf9HsAF>mn)l9DU?vqA z93lX!hsocu=aApuBrqPDHy-`-jd<_tD*WYNyRd#&E%LI`F>iL@7hLA)r^0Za=kpMW zQNq`v(DQCS2FrlowkU1$(OU+h9K&l-I@*SuM^*?{4BOZdov{~E=N4HB35MKrM#$s(oIlb}SP&B)x(L0_9u)Gpp_lphTS?2wz|^O%Kt{jr%!{C|Gatx$ zad7X$A?NaCRG&?Lf7`6`Ty($R)2O)hA{yLB4|fX-gA9@H5~*(CVY7rTGA6`T49Lbg zqx0kz7G8!aF=)Jr=n~48o9HAYj6FV?f;pWc%DQH4VpksJh6TA>5W6|I1X?(TQhW*)cM%nak9Q;YkIUg6oFDhNixJnJ5!D)o%$X4J zaU?MM&KMbdhc36C|G>3}hKTPkLP7RMj4;)8J<(y6C+>o*7ax2bc`Xa2(HD(`Zpbij zIk{9$Q<2#kt-zW}7hc)wz~kT8@z7T`JiECAuYOsLrpCa`6mowkEGoPtW!y!i_vZ;? zwIDhgqW?hf25lAHa&mze;+9WLur){z6w?}MMNNJe$53$>_HDu2d{;Mgelbu1o43~- z2#CY*l0G3)lP!z85F6KT-=po&ukpS&%Ew(;cQvB@n0SUt&guPv&RzHAKG9>$qxyzi zNA>5sC9PKqEz)aE2}~W>-GjsH8j*vFL(SN8SR|M_PVggXw zHhg*1i32TeSUsPw_EsAl4mZA7e-N9u9)n2-jOuH|IivD0WkinBqQXm3#$6=0xTufe zgCS=#dKs_>DUxw~?K#?7Xar;pT_<^G+uJ+9x3&dr_l>i-cW$R8hvG24-drOxN^txx z%5vyR5%))=>+qxN`!>k9VW$hW10QCW@W+LZ|)2NAtndCP zK3C5GOwQ*QpLjyfXJ5|q4;Ofl_?W(X1=PC;7))fm!0moxiC*Q!?I@hzYZ5Vi_>C#P z4o-A?kpDBB@0tVG!HLcj@L>@Cb=F%^`^|1R91gfT9BAHKgWXTBfvesc44MOEjs4?Y$W>iHpV<}6p+d7v3N|ZB$3>oCzRE~ z-Vs~3J3gvnYsx^P!WrbPqM}+2Kh8kmnQv%k!4bfnmJWO=vcJf8ef#geL;5)-NE_WL z^cz|_MagZKj_iuF@Wx?~MS}u7FDUIVhz`QB|ETOBBD(Oi2(2GwjZ(J z$n)O|2l}0xFl(@s*I-xqYQNp399Ord618g%1mB@2UeVN}z*l`$Zxn|J*XRkkMh@)h zw079-PPpBC(2l57&C}u8$CMZTB1wg{{;}o|ZkQRTl0|wQbOj!9LusfoR^{B^$m8vu zjxP5{PkgNw#JHhmlmtm@Rtbu`kZ#IN03_LdJb|1E)nr90WxwUX9wtrd`0|9PXC_J{ zaTi3(!neBIBNv@D5dSl;M93WJ$#p*)jz8Qzxl33O9pCPWVufMkfS-FfHRCS)QMcYj z*fD(naEok{GKR?KFj`tFBa@e-@+H<%Wxk;(ZE| z&NU*{a*lH%_$iIBwxX3JNbhtrk;8 z^^TW2#1|$m5(TF#SqtvFuFV4HKY43$E?8< zvFgYq!8Ou)(u%wSY3^YX7$@G{gL^J7hA~5i@6H$?R|#)4;`7b5s65df#7$Wqa$srk z4+g&S0!>`klP(=KtgQ7^=hMx5(i2t?;iQmoHN&w3Zm{gGudoq9?ioOjkx;b*6?=!E`HZZRyv z9{p=w+b%ohRrJm54DO~FjrP{i1)_YR7>vdL+#UBcRcf%dJI9iK` zA=_QiWufr14Dg{X1MV#?XubUtwBQryCg(yoq|c;YV#<>0EnEWB3KXcAneF&qe1sh;|LW z*!I;S{SpoinFQfs{Y>QW4`YD)3Bf&b&&1d8=!OS`=O_k4uh$_%VwMRN*?M*LL6i*5 z!NELn_oYmYTa|nKHtA*+Sm zrwN>ftQKC9Dq|$%*Dqggn&WA#l2ACTS+Xow3vLkyFFn|i0y`Tkeje34J8N#iW8eR! zOIY+R$d2gCC>Cs)Mz}5vQK~)29iAK+8LZDplw(AkMIth{$T}j*knvfF|7RigLS2#I z`#wr_o$&`EbB%<ob$+!b;{ zMZ8EZGub4x2maztrlK-N!u+k2zPIu zkS>vCnbJ`CI9o2LzJ-ksAI#}X{rAI=UlQ3oBrIOq{lamqIATdI57ujM#ox$QR zym!DsToPggyCd~Co3nZsF{5I=i=afX27l{Hw3eUHyZ5w!IQP{6#RH^|BY}GTG!#0Q zcI|lcq=i8F)A;)Mn65kgy!^;-8oVNd9({8&FtNyt;z1@1=^Ob?90`d+LsBzij+2DT#TYKk)Qrg8&s=x_aZNlfzKqE{f z@1OtvqWf@xe@LmY9@T3Mar*q{jQ%z1v(nL;u0xw$zAu-0-Dv^adJ2rDdJA&%jFMw8 zdO|^;pKUz>Yy~n6di3p;f#H2SGg1chHU_v)DyusM#EC{Lj-RweY@HB;EHGYI2zm$$ zFZBC`QwIo-{fAnx`ul2Z@&vaU)AhJ%b_A8o)FY{aI)h%hJT8%hMAmMoRPRE@GT>6M z@J6({P0%B{+W*vVWY}D3;(}r<+Fa^dDa1ILn~$7f{UbjxMUgH_V&9LU42}+$tl~m& zjp%MezWY_b?Y;toaLLpFjVv06>f42fS_p;1TC5?3MNi0*;k9P0{o$DKY^eR?NK%Q5 zP%#$?D=y@OH>wwRK`xMbdmftIIdFr6E=rS0)2I28(^B^}i+`RQo8&3OD-{>d!|u{Z zIwgal0!lQ;s^iWQ-A)3-8-pQNe-gE!YNRbE+anSdzR-TNXABV@8YQW^qlS7{5>{L^ z?KMS{C?JmXc*>~haHgT%VT7Z{WKvU5dqVw2j;y=_!{+`u?7n+i#Q&o;Hd_VrqZ~n< z#xx!J^$Kqt;k8n$fx%D#gO0=SKEeI|P8W|8%{Dk95ZyKUX&4>E;CaEYRrsN)L{imG zEkRixWUcVVSHKf9L9PvrS|Fk&;gTmpA^OgE3TGwN3yl^&Bf5Hj;czT>)+^&!ZXiD)*!L2VBKWvZ9&~4b@lD&-#@luWc~BfF@CVLDuHbsE>t(k z8=DNB?rS(X*6L~$HDb|NWCVmr+(FNqz;R$@Cnmh=?I zFNqaPdG>Q;TaF|9x?N)3SHIYbCz=d)s+q zCZj%BCN9$B)$6tuX{-|B!dQJTfW9XN{krnYwx++)jo{e33;umm`zrm1&&1-*z&QDC1{fel1Ovy)!T&o0303c&9P@xmkD ztz4+P=J9i$vbV#iF8Pk+b=}`$VX8vy*=6W=K@}omp(&@P?S&%?LJ7ZV#Ie8o^}GUO zwc~8Tt++kX#l?J3n8Q6A=DT1t8nJjvP`Rm?)X2PM2oVg!71+Ty&kBX2yb$2$ZAcIq z^cX4!&4tQCsjW6`pM*!gTcpgcoMb{hHP$eZ3sqE#AXi+Z_S?4BdkJbhRH2-`rTo-L zEG{kQx#su&8``$=pFbloa#JKjEe8rdCKQR4<-3^nNr_%C-vy(w5aPRV+Qe0QxVT&J z%7ynX{Y(OZPWIk8KcCtVL(mt-z3YF3Ki>W@?i_p>+uP4#&^9Y*3t^GZl?zpjOjfz6 zU$vN?3*o1)OyJQUojF1Ub^snx%WKR1w6c^)0aCgYG*prrmwr_pjT?|ihN07l%U9Bz zkipOO;?!q%NPg}NBruNt;q6!nG2A5o?_Ph|Y4IkHBIxmNa@&6RSbvIeyYAv95FZeaP2Qh##N68B>YN%4*(~&}jG>A@yD@ zLSo|Zsd=2d;Kk_)AKd;$;nmz^n!5`_s>=Q3ii^5$Ke{j`&$#t`Xe>#jeC1tLheAf! zE#gg*i~frheDz1UkO$-FC$7ifLpP)K#%(}k0=MpL#>hf9!r=raTo>1OZpIJSdP}o7 zI^o91gdZnIeK<4eLnxa6edah$RpZv7#>hp2Pm5IOpkYe_Wr~Yv+=yr_3WHvJx`6x_ zQP*cN|Gn}*hXeoqKD6F&+0xHfv;$X^c#JQcKsm)#xAC6vdx?RNMb36OjlX- zJsHx3lJQ+cVhU;p9ta|G|C0#pcOjxTAlBzV|37?C@WVTr^hG-{GO7=KE@yo)!6)`g zL#Yv~srd1QqJSr-gfE0rBR$FeeAIz%VnqgdG;UkD53SbMCBJ%l-lxv(K|I+jsA7fE zHxwx zbhJzDw>j#$zeQEhrWSi%M9MQ9`a?D}!3Tr3@Ifu%&fk)I=-2)MhtGb2Pj5)YcugzX zvxJ3Enu;FyOnHAxB1DQwoqQLOnE0qi#d!RAq+Xc>XVgQJN+C7nM|9Q)Lwo5fDH2Ld zSSSw?yge-jOnIV`%BJOpN>WRS3$dvY54RaTS#~Xw-+9p36G%nMJ5kWI5?`o^Z~bl5<^M-Y%ofgruK!>E&KonO3Jlw} z>NTX1ng(dI>0mc$`GZa*D|}65d$kB@b0ah0k|}Vh6m(5GV5kkrKok&=8R0an`bEi5 zR4EWiB2nYPd5a~frTs|`i*Ru<&h5fl^h1YB%gsxP43B#;O7NT8pA!8#@^Qn^cktB6 zyDkwI$wV?8ohU3QGSJ1w>fY+5L})zw*-;+?!8jj@AQ9pAMR0m*LD1t#Oz=X&YJkmV zgrUybuFFC8E3SLLMMYYF=VD4O&KfDh*om~j@J5#&1M&hY}n^1jPp`KA1$t@Dvgv1zYLhCXWs zod%(3ZQrL%NouJSVz1MHQMd5^5pK<$=tw<~_irRHw)XrFetPC3c=p0J_~RFkC+}Uc zzo?f&3}(Yw?Cv;>1HonwLglkG5>6S-{1``%U!v?e%e9+F)rSIs-15L~?Xa)MLpzLg^u9=46zD zd>5rsXq28b>p6sC!cNX}+TG}g=NA`9pZF>Dal_EylE@%#yX;|E->+T0ui%9@Hx#{3 zr^ySm&4Li;L?{%4FWrQTjF5cPKw#vc(pW79n9X`#P|#NyA`@E_@xo*zdymxp8K)w1 zMe<=uK(nAlDke|3JD$?P6={K8w*V`5v0+y9^mQ<-e!k%2NMMi$W3unJF!k?!d=*G3 zY#&m`&^;kdhvX!=egItZWj=BdJ0!wUmuAWvMNf+nMjcC$C=I%jjw+;bL`X?0(PkGO zy`a=c@l*OD*&-ttYvX^G6N-Wi+HS*H|E0M^5)@n8&tP}oUaW9FizjEkk8_cWDG>ic z82&&M;ZO|Wa17BZwjL+rC3Ofjne~g`8?><0;f$7Az>5pDm^nRD;!6Xi!ZpQ^aLM-} zOH!I7-h>DjL5s!*EmDY_>48B&2BZ7>e}!}NFwQ=5Gd~Hn81^fA<=qiAqSUBrxk(JH z;QbaPE;REIBxb$PwhQk!MQ4wui@;G_wx<7cJ;o4t=)S|R-)MKCjOQU364Y}g;3h7LCwK3gd;Kj zZ^a;?kX^Y#CQGE#8wLa2bPef~kdw^bt9!piwb2-p;2bd|J>nWfl_H!pVkYH;Q|p8N zgdKRVu*XrOt@WSXkICWUQ4Ghn{PRWXjarlsa&0BY3l#tKo#aX$~onzvJ)P-zX|5Jn_;E`!Zsq8Pa-ZFe*>x6U@Yg1UPd7 zT1WX~(Q`>?w3tn{!1YrH5X#dIuLu;y*zosH!g}3ulc@f38*J;lWM6N!5qfne7rNP5 zSpNM#!A(cNrINhwLMxyImBEn0fszpXzsG?HDKWVSY z^J?@dUSMdA@}Kk~Ck;69XL~UD^WPHv*p8i#V)NG@M%!JB)eZJ7eX_5w76?7~%0+bj z5V&}9QCyJkVxSeNfI0^$F=`K07YRvsknciF=Ub141*jR-LsgNBTB6}n&^Lvlw?_Hz z<%Ikb<6rB?$$$Riyd%?#K@}wfA9xUJ{^51Bzh`aT?`OWLR+Za=hc{k^V`G#6qp@*yOu5S%Uvvm=05z<_92`V5eKP!xkkueaSb$VVguW8I~SeH)C_ zZU#hbJ#yy*BwjQalW?svoJ{L+UM}>&UMMtw9M<#@CcbdBu zgNbLQFO0zuh)xa7voch2+`1GD<|y>W7{Y!N5(#;0rsp1Qga61EFnI6Fu=M?`Yi1 zWf5xZ>~;ums5P${LIlGN`_5(0AyE)}mAI&KVB(^Nn2b?4ZSyc|cJ;$O-Y&QmY9W7TH{r(p0;>d@+OyYHFw@1{Zfr zOuh{u)l9;+4AjD7P=)Mu!Vu6&yeLD-TZEX1t*;4(QNv**z_ug98yX@=wSTE9wp zplXL|H_$3X%3^``ukVHB=s9SQO+Yi|MbfPNf2SE=j5i84TXf8Wkq2)u&WkXmAXMm3 zDu+@d3t?g6ahBVKo(4U?($v&&D7tLYDnnjWBQByrWtE|dMXO1oMdw2_rN=_df+*yf zlM;?@tLDq7C}x8ek(jcsytxglV5XY_)*=)-VTGd1F<%b|ElEW>HL@@z?Ehni+l)B+ zp~D6B@5CHv9DAve?2PiEPwXDHAC-eq6GOY!gBFb!+En>hP^~wtQ_a4yvgS{W21IB{ zDve+{#a*8 zMk6A$B(=$;g;_8Be`HP}W7um!IHWjnp=>v}1XPn2Q5zH6ocQ?_mt(}%0&_fp&F3aC z^x_0`^TMMUwr%Pdv7Uh%Kq<+0!C+K_Oi8K`k4&50fKj)wJ`UsDF05_X)QI8?Crn&0 zD$7E@3Hz?zgoACpOV1P1Y4O^c6*#o22UmkOF>2PG{0AB51jestHt-8siM|+1Idi~24u(Sw6 z9s)gP?BBKqN87p)EFvl#Ef!cTh09XMHVp8$t~2B4e(fBr`&|6*?N{^`d`vyl$i54k zNsFEqc}kQU1-CzrxrO?#3=mV2+R<#lq(E^Iffa7)gdvUyf6FdEf&5eO$>HI+8?F_uH0nQ9HbbNt=6klZ(k@U|{QJDo_~xd)o| zma?}irX*EtY9ye!3D(rJWv{WGP*TOnr*9v8UIELH6_yr}k(gbFxd8`8yW4THt+Sw) z!l2jTXGi96bSj8#Yg({*unE6@+iL#y+$$6K&U2?RBT!r{WdDPtAM=a5`joU=WT#Pm z7v2yP7gDLF2R6R3ANuc{ht@R#m}U`u;tX`(_z1KE%P%s-BD5scX%%;9pXP4GV4^X^ zh1FtM5*Dmtq;jymS|+{~Hq3T8Fw)+Ra}H<0jgf!CY&O7RH7r$qgc2$2JMP9Cr{}SG zWizf^=fHb*_3*cMPI>Ty=g#1bb1u;f+`YAWxlZzQ%#e*KEV=d>D^EcOE}IIDvqG9N|E#6=tLQuWlRFcafQDYBy=k>=Wu9Xwd;1ylmnhzpBj0k#!E1V+pMpe%G*5!Y+sZLuL_ zHo$GOVb*3VC?vp#T{XOj$c;{jfkeiM$pC*_*KNhNH4b#PnDFrrUWU7FUxTM#9K(|@ zj}%RrY#wYa`}NlYjoj~IajI#9&daVNQdTQ)^(tu39^<1JvA55bEiTBEO2-MKPKfV9 zk0TSpx9!qgUvqI0Nml+uAJ1z2t&kZb9tEsHcIa%mR}GU<2ey9;1KStB|F>iR7Z=Vt zVBi&M3fcdL8lCL88Jab7(CiGI||GTy>cfD?82j#T!@h zx7QBM;`={6i=z|XWsiH;aQS)NdVtLtVblZ3Yqmo3=uvRVB;tofoau|;55-}$m#!KS zn;MzX?m~ZqY1S~Cj#@EPn-+0f3zut3fqG9E(xswii(XP>LJH%a2!8nLBwt##WmPk8 z{=8~)JAb2;$)iu6!q1LOE^T?!YDZPpr3BcV5r)!946Fdxs)NRp0xtNGnDs#0Uf%zx zKaxPJ0C7RISapKM#k^(+5e&nK{Yu}hWs%70{}GKP5RWIJ)73N*s=5YRQ0vHbr$M|4 zG8?Mqu-lAiZMC7RyBUK+?da)spsn48re;&sghe)U{uqAx&K$n^%m@yh_3^pn_7)TV z@b1g;_*ZVghprjK4V${FzOGtgWh2-bbpZG70dPq1(Tl)$UMzdT6s=1N?Ag&NvhkXW zyG7!v>X&e+<|V1B6c@Vm3#0h#$oWb8ZU zTBz+PxRR zc~gkKFarN&`(Yd&g1$rg|D!*W6jU`r|08yj4hvyn5xxoSjp#{!MYW$Se;&UYSHx`3 zkd97`s%g0MK|FHowxyr5MFd41^ad^OktkNdp>(nkTBl`qaH}Mw?X@{Yry^WUT~=t0{`{~T>tj~I=*@v%mZzbUO_M-tR$7_ zb{McQB}`m2N@^sVjVJ-;Gcx%y&^4 zNVJhCR}0Bhs-_||xo0~J;1IokADYX&Yx zMb`8${@xpiq1h@tPu!^eE-Fb!lU|jLx~P12#uu%b$Vfi++LExKuVFgl-&{Ip8)V#OAcS(Gh<@(z=vRD5pBaZU*eySyjH)TBF*?#Y)R_fcL`+Scx>^u>_wV zq${p$=;sB01c5*lElw+%9n$K;&3sReizo47!_cxJL9$l!5}rA`7)Ff55=f-iNM9(5 zU^g3J&}lL23oREUhbN0}|M%{^9JlNeZcJsq3whD&G^*_YN}rV#P9x6EMrty|j61ym zPOk^2OTzJq-LUT2Sl0H0mZTDGb^}J;!bS>=bGxt>{m|h;S?j9@D3W2~g0)_$Y9kj1 z6tE82vFqN%W#$7o9@<)$>$lpBywS)#=SL(@XHF6sE|(vHKm?s#O;t<%kRTbwb+~+R z7H20lOOso(8R&E1@(q`^AdiIOn3=sOG&~CtEch>`X(nbC_^%0(p?K!IkQZGwhj7#Y z`nGr1m<6iwnZ7xf2~J^+hjon`W7`akLsv)oeXj99pJM zaiJOZds6#t3RsH#Y_UC6x8efn6M0*Q9X|I0g5gBot1U{IjE=a`-eKnjNwr9r+R@b$ z$JB&p*}B~Gp=GNunsivP;$j+PMS*on87t0w7xEFUVw>z*QLDD;e7_4HcySRwKMmbL zXIb0Jl%#S31Ywg&%TgnJq~g-oZ_!0+widOM`7hh6#@E?x`Tf#h9MR@cw(0VrEYq9o0kcUiAm`~#}yEFa$~*=d6`>? z!532Rh|GDBpD(%K2HN;3sWfLKabjGStx`#F%qn@ z501|?ZF}cpIVlMY zw`aNULMZb=@mH42cOgG)`l>t_&R>B2wr?VA)gx}vFAhvRH7Coq#gwEHG^1$JE3Do1 zw01YvsVIOIjVwPt+i*)ld-vvXdLC%Iv zs6}egbD`VSFWYLVBvmLK&BA>bYDl`I-Q39n#+j`KAfIXN5>`VZ{hQXv8vMsblULF>AAdVl3*~3$#E}# z(wBQId?EPfGV3un7nGbDAyc84p-aqn!B8^s_w+$?!VOJ-3-lWYpu2gOY^xPhk}5Ve z;?Zn{v&{7=6|+IzW!JSP`)spUNdwGI1wP3~DoWAgG-GX_ogdy+igo=>2uBkb6H)K2 zWN1R`q&I?o#{_%aB8mu*k4spc!_PdQ5607RJ31oEr7vqrb2gwgOXKGd>J&8D0pn=nOiHPfM#B zp(&0+udXtX?}EW-M8uS&b_k4e5PnS;0-Bquwnr=3iaR$wY}8#;O-4=4BHF4=izrT9 zP%5O9u(+(xj^VXVQKBM)UdLhAhBj3R3`%zd5-I%TwQ<~Y`(n$b1)!Mnz0XYDcqhaREMhajPo!YBEP$^xEcYww6X9`)K@ptzR!y zgpkLg7?-bX#;We}{2^);7@SFuAHR43AG&!pwyte2cwd@LLj5qRW%QhKh2Zgt?}Rra z(AA!S`7RiZikOmA@?5lwXsAW05j7ABRlnuC094!OV(DnC8TQkQ6gKLzLcFu^n?=o= zBrN(mgbmm#MMhxsIfeIAP&!nqn$&6W)^QiE+18DBU)cw3fjn%cA4Vikc~&JDpACu@ z7*c%~3`V1oDM=NI*wjb_!>Ze(o7;{qecx+3Sd%rVb*>0^71OPgaB;WP{a&qR=VFF}#KlPPUWAkRdp78F9M-OAs@QXHT-A)tE1M(@ z%~C20;RIeeI)@eAHs0uIGUmThA*1K`*gRj>S`9|0{RoQ?Gi=TXgCPvR2;T*z5bY-6 z0%JmZW8J?C(HwEHvGr#)TT2?%&J}@@#KlCk@CagxEa)nH;$P8e#m>uGRprCT2n?e^ zix1ztx?m*!4Oz^Fzg361q0 znG`l#Va_j3Trl4SqmdC)k}9T29qK$a63iJ`mV2>k*VS|~sw&BMnOF0wk!+~zW~HMR z*^m!|(j+_AIbqVP<0?2KFkM$#!6}W19Tp*`IXND&L+*O<9EXOILWJ*q2n~k{k@^&0O?^Q)d z&y2vJ$P5XL|9JW|X6J+X@9U?k4j3ezC8$3UC# zw&mrVm}6i04nl9a5Yg%pG8lli=BkPdO6ja{8U?pF21+x;!o0tsli?Y(+($ zzY$q>6xIy;DOB@hqwkn(GEt1xUDX?3UMaFuB-9I|ShKCn(6dT5+oDaE@?Qv@gOEY0 z?}9r&2F;6;>FJdz{%hpKl<4i0Lr;tPgay)qk3>_k_a%4umcyz;he%%lLtIHJMFhG%AHYRV;du14S`t@YyvR+u*d-_W@6gz*ro5R#|}&i6t@X zDt`4Owj@=G??Mv{Esez1q>`||e=TfRRQF0oP36$JkZ5Wv^1qYsrIWxY)Ci7|pP!=$t6(!Ucqn-_)BrwQNLMTCC zxP0NF<*BYJ%o$0ww=702=!O)UKYA@}+XqE&ryRs|S*%B_MZ7bGDjisPu{bCNC8i{` z*D21|=Hm)CJ5(ys=%vSxF6-p7l^VI~4RuVTYC~t<|Jrmb@Y?i4trMs(M!ly>$f$bo z^rC_%fl;iAgan3rPTGW1A&_n>x}~&8{QR_(mr@q=8M4?It zwN!0Y6EU4_DK#P{Vm7O}TG=mNB5gWV_q3`y#r|s_QR!=zjZCWK`pxZiJEJ69VAQ%y z)#EQbdt^Q+ZUnnjMSW#h98J(|LU0H!i-*N+aS0II-F4C6gy3#3E{l7B1b26LC%6Pl za1ZXzoqXTD&;7mA-P66@(^aQV)maO%kiJ#B0t<0aJ)G}sqS1Iz<>@iF&Ezd8H9>>5 zIN2bzA8LKtbXplx5BRSP;GG_z^w|PMhYVWV3Y(iRQfs1O)oCvBnlyAngzJ@cWy(09 ziGw#3(Iw{J7?UZ~Y#kEWUxyN;s$teopXVII!!zl+E55u-CEoHS9GU*88k>w(8ke0Y zUME?^h>3^-yT|FZ9>tYp%iR&!Nf60@BrIby!CPDaGp+EazfZ&C3*m!f`u)4ZftDi0 z_q6G-Y<7&XO~CTKb+eiVc`32%ag*x&@bSEX+OwD@OoWiIlv$>GN?mwF%jp)(pBf6!i&$C z#3+=hZp>b)i1LM#^}{OsE*FL5APMaZ1m06aU55d#N?$Lz7yn_E`1m7E!+1?9Fynh1 ziv72#GUtA1UwH!i_30!(0licAr{ueF!Tzpsj{ngkJawlZ!a8ExQFd=6&Z?M+^w2Ph zX4oFqZ!xTTFY!q;WeQ)pFwo3FQhk~n1VqOTW81GcdcY;vHB^fu?vzPWNLA7om^?)Y zQm7IB-e}Vu<=_m}F5nU_kTGft57nFfJrQ}7syT>T`<0cq^^i-mGT)H?tG38pe=~nU zezVMN`(oJ*nJNoMGL0M|k%lM-e+S=lnFeN*r~4cBcuk@KdV-eX{8MoIImeyn1_4D#Qtbb2FCMRPSb({$fnr=ryQR?t=_8u7|00|is?Dpy3yfE})$w>2V|CrLFS*0xVJE&luewBVekmo%JkTb;|82aS+CV)s z?V2Prq?Y>n4@ozfPsptiwUW{sjtE$%R^IxB2)8(#qp8s7V5v5!hNgsiP@kE<)A~D> zMSa_pk!4@*Wy4D)?F)DuZaz4Tv&Z*+jkHbwxjIDf`iY_4)r$1wzVx=46*)vx8LGo& zm+)#jKAIAE`~Gf+NiiB98^np0d}&}NQ%TXhSaON)X>-c3+#5Uqu4nbq>mRQ-mJ$CV zYvY}Gc580P8H^li?rXVxl~?;!c`g&b&rvr^fI`R!gcy`U#9wD@UV^`UbhnA}`xtGb zf@+J;$%i}X$dKV=Cy|ol%yOl4fEg=>=~UT`Uej-4UWRl#(m(Y z^9UvEgH#`U<7aZeQ)1L~qOnIGA``m901;4C+&EY7mZ51{@nfaWb5lQ?RN8iZ<|WQl zQ~BL$N8?8wX)P^=`hUaSbbRcEq0@hG@i{vhuyFDY^}bl8BTZ07ABenz&>L*wI(FmD zo`Olf-VW>!^e+4exIJH3_Y`eS{4}BV=4W+=hJAX~M^kw<*{cXoBief2U-K`Eb1#z! zuY>LfiWc=o?P(i6niZfXg8;I7hTn%3=RGk^aLcUjd{j~zbp%X# z+PEcjNgkhet7&*hCCvArX)YW#s=W}r<&&Pfyi<1N!{r^!2<54C+Z<@3OVu=y$h*ko zd(HtZ*9h__h!$sj3c_1Mh$r3;*+A<;{d3Qt6R0X-@zcIr94_dW@-$vhC6FrVMU5pJ z-kEM8BModk0CDjb3K9CM)J8()xMSp={=Oiu3-2Qe9op@6{OHxy0E{zcOX=qeJgPXL zhM_E9pgf&A*Xay+)&p#N7&%?qK2>4RE=is;uT)#ULjlp9G9=|@hxH^h#5{7X4AB&h zDK&*wvG(Q<5B$e`ynfbmk`PBqc)4igj^2csf4d|b4UayhtTW(O4gHu-7n0Ntwtj+K z{nC4oD;g(7%>Tk>qPl~Y{_8U`0rM&kcXNP=*D}oSxln^O*bdOug15NB%zfbyz}H{; z+X=0eGTpXTlu7&cy3QFfzPm*D`LK5()O=Ka*qD61cYV6s+p8|@Lg~6X(PVS#9`+<0 zgp7Uu`U^9QH(WC27{;(}Cw?qg)Qp`wEmJ0lo+nWlzNKrhaINh8es# z92DW}boQ|(Ya6m(jQ+&@tvu{&K_OY?<3Px&Izw6b%9-*${t-O|V3i zA?xZ^oT5s1fWueHQ10)&pXj&S&O&tZ|C>&WJMA^W_Zubz;t6{^dEzFohNhnggAH~G z))R48a|^C*B%R38EEZoyY`TusqvskDXUHeJctUxVCkdi?!gGq(a)Yt5xsL>R2G$xe z8%=(u^NVFU>5`X)3GRXgJBFE{TTnuM)>)vTDWaTHoG^PboW81q! zTpZ&=`v?3-8;L_MZsLjBJS;kN?dxs_OHk?kRochBZGA*kH9t*nV+I~r|-C;v+ z3~s8RU8YC6n$t79tk7ckf+qr7#1za4G<+gyB~prvp=ErfNF>N}Wyh@H75h%L-&BD1 zT1&llS0=8Syl9~kI~hX37?CQ6qD6%%qf)V@B=?Nc^tE_3t>IQihP66_)x;h4(;=qu z^G~C)JLd&~Bw}nT$i6>J;-e&T2;0A~a1twI8+@z7wV%e+VjgtUUXD+d0!J1-A47V4 zPVaTzsCR?={mjVYGijLgp1Hg)o>=6X7;@6uPcu|{GE=V66@>V7>*;!pK*V%lakfiA zvb1XJa`}S&F~-`7r@7;mgnweQXX+Q#K+ckk{BcoITU%{isAHbl_eH+zg0kz?Xf=6M zQ})Jn_%O;w>STbg%6@?VD@(L;P9{Sk9<9U>sfCJ83n(7s1(E(=EY`xxYV$RQR_#zGS)xwX3^O~P?xHtfBdEbiQ#SgGo%kD*%s`O6o z!KU%v|9zXcXy3MsnH|pXR{h{)aHFy_Om=N?LLIbQhE#M{3bP51fc8JIQ8@fF}9du z+ecDeeu?SGoa-ag{NSz8y8q~s zAH+toWlJz^M6RQYVulUxr?;w&$5A)PrVAce#w^HQZ%v!a1ZSG&YuXnixCcV;)dpJVbhJ^uLQyJTzgW_G;;dv> z?`W&Tq{oZRuW$B}x!i-*D3rS#I>CtJ1ZCJHkNS7CT6Ri6F0vZH&g6f2xOKl2JE-`~ z$(N{(sE1bkO$&0)_yaneFGaPO0pGelzuA^OH&HAQ2nkcw(BG32r(^93F8e&vek$iM z8Fk(X+xI661tR?WNc{M9!bvhBX7e)tOJVDZvp&&6r_ImG-Vth%4^a4?Sc6|{S2eBh zy*3i&vNzF|JoT8XMrRaB{6%j%kcrpT^p8!^_HokRrp1nmurAHqnp8XmsZYJSQZpXO zKR*EmxCXR%#9g#AG=7Qg)N!4wfe`ex_-y0BQY-UC=iPCY9o#L&P{2Js)c*=T0jS3A zbV{Cvl+sje`Q~l>GjL)<)u`&wdX-|no;abWcp?|iy$6nToaDhV${dcW|Gil= zH2UpWK2VCw{0{*OHwH-^rM3_1@yvjiuc=&!=vHos$K6#K7Bn?yslKh^X^1h>CEa)| z6hgk}u0i;ZRiostn}%b6f(hT$YfoTmTq{v$mL(T9O410YZCG@!@goIKM>iZg}DVw-kP`W;Qt{Y>5 zkCJxmZ-WZo+lL(MrC@~bzt$21+Yi8sd|;8# z$ixd0#7f@W4klcCKE+M_(!nV`B~hjVm+`Y++v5tn)n;6b6sdLAq=6c<=EEEH?)c~r zijJ{GHE763hCJRzCe~!iiYu8& ztALG>5mH+!{X<*M)8^w&o|D6Ve%b!=wxK!=7`amfo&~NqFG2!G&+d8#^YXo*WqzLQ zBn+)Ug!0M)R=MdcRlC8%-_yZ0^a#P(E6TCcR*-Br1#Gc&*=Us&UrLYW@%?z6WQe<- z7%HrUD8(>QY#{dOV2LX7VAcAU?ewfk$N)6s-FeG-FByCoBU?v34tB85aR=`%!_NvS z_bF&G5NWZwFyLZvnUFCmJ45~9w83)&87GR!0+lUa{^ER#Qi2^Oc~|3{xe~(nKyyqf zCl723p)j|;mfD4>VvU{sQlcB-+@uW)+#er0n{LrxHZ$zk0ZVUd7H>XZXYGB<6G8M? zee69X2_6OgutybtnN+?Lwk@-POt}RHvM4sO_=o8J(fGDMb&h(7b$6huSKf|U^J)Cr zBKcNo&}kd`oF#YM#4zYD+KE)kmb0P~Mz-?H{meWwIoKi{PaM(}qE>8?I)QGgA5b>n zz7b1}Pt@^-f^r6oQwGKR>F@$K7W>3&dg_5aIY#tRQ=ikg<3j;;a{B!AYxLCl@&9B9 z2!F7SoogkXuk^0l9dAEOwiybMh0=em#gfFOPd}%_?1-Xxnk+FlPjPazsXvpi3SP@y zUUYic({7Weo1t1fFlNAO7$f?2&EP&EL$9|qDe9695S?Ph1qe1Qqt2YAe#xBvSg`_3 zRhnf9bdJ2aa19%Sm`E2+)=-a9M##)Fs~I7P_xNZp4|7LsI?8vb@Xoq~i~IVRiqi>F zcjyO`QyC91Q*%Tjo^%&29KqI>a7D^$zkQkS9LSZ5Z`Zy0YTVxfFo` zxTA-v+giM7j#+3t$i3bV*>;9{G`~yI8@7{h4{ivIvPdGwO2066mI6h`EHad= z4^@-E!(hneJ~sW|@F+UyEw5Te%ERm_nGb4+^r9!dl4puaeiU0Tkd0Trp44|Qsz)5p zMr2t8O({-bA5m-gT`eR3SP>qagloAOT}?RdWdgpvR>LG=MUEaWorPP!m_il^1LnaM zNl`#(Tz(h${7dCgnaeR2kPqZb38q)XIgQMgJCE=@Je5n&B>hI3G3<%VESihN(R=t4 zf3mJSjWa*iufk8+RqY>mtDYq9_L1ox%Wo^@JpvV$(>)9Q@%dp-Nn}(qVc;z7?>5zw zX7?)As2`Aw{Grx&>^+-eivK(=anBG@hdbO#nO5Utyi` zy?o?8=~JCp)|cJn=JQCQ)ms&YNMIJ5ss}mN3?Vnd^dT!GVo=jo=_6#fhO0JXwtR2_ zbwi%+?;6|mHq9&Nq|e1%N$%$!Y<~=h6`&LY3XmYEOX&9!?YmZ{arCB^5Aehno7qa$X)dDD@*XVB0YU zVd%XUl~F*hYq*6TX;DC5Z!RHvs1E;8vT}5iz-I|KWt-6F$vwd@_6>xplWdOhNEhZ$ zFVanrdydhZq&3q&*{!<~+X=&*qMGPCcMw5Q$4)?kH|9OZXD((nDt92dWjKy8Jvp79 zY>8#?fw4HWN8dPs7iJj#Ujz(n=0oIvAMw4NRXp;(j=&F1?s(tKiaZh1Ik_F>TX+~N zmZ(a;%&-Um7}`_J zJSXurq)rf!gc7xYoDitqp7K14Y)4W%yXPQrs2A}qPOF2pzZ|XG4}=zI&e&5HAb7Sc z(u6Ah95`m^nYh)rgoHnOJPfErcXRFu_m}IXsg5VgRNpPQE*e5sM}q&ZU$6p zg;_71nsSMZtF4NO$AeDWs%5?)2pz*BI%`L}wc~YM9du|uW%gKsmj5w6P5&QzzNf87 zJQonLAe=7u`xs^^9IANyn(5snMmqt;U~{BI2S@`b9R9nJA#!&t9N4%tGxLp5Ntp@) zln{ubrGk=d77Eqi9H0-K4{!l(`TGnBDZ%Ct@6C0+huFIBw`MFra~)qy z_L(Jt@eDNyh!?0-OpQbXqS5@c*qf%AD+5JR!D^K1dot{}mJp{j{=6Cw@hE%C&0MiL zuOBir#XC>YI$)G4UgrCA&eaRrdJYi!JwVu`R4>vgZ;!5Ft2eo?jJr_QM5ccsNC z2`zU1|Bba`(ZC6o(8tWOsE<@Qa%x2Ap$_!?`?299Tzr#u1g@_bD4V&+n5e}VBS`Ym z$p2}=G~&d3+1$RIl;1f&2B|JJ>6Yr{&nS!|vT^MvT`?!F(hHNfF6auZAqVAH#3;i{ z7Eu&6wACmDlOJ%C_w{7+RY|?I+AN7XjPn83{mnnRFn7HgiQ=!B64DMOm=1I~?MiJ5 z`NoNl0~@$G4RH29)h`&6RNd3M*g@##{{vYd;}H&80&F&9x)6$YPD7QG z@W(lDb>i@%g%giig8IKYAM@VW=QQEU#7gK4NCmhHk6E^)JOCQfv31d6$2OM zZTTRF+zuayvOT~ii6(T_b22Dt&Bn;Nvc?DHA1zUHRzGz5%x5!XHfCcVo$Htj0{rEJ{SX}EFv)8q!Q2tLY3FD86Vx+d%$797 z)ueuwUdl(=08*3FNtK~ZD9uvt?MD#D8i!+)48J`(>igAj%trL{(yH8+QE;j_6Z;6* za-P8LlB-4q05LCTe;*4{axQ!xZh9^cOe_;*3f1Oqr=e6_B}p91VBx#DrM*kV4E;ZL zed(P~&tOo9=YCsQ%8LcZ!Sw83dRzNr=$?daooe?dR-AM`IQ3E@XYBX8Vj|Qnpy#yc zH`Ch#GQ*5p5e28wP~@P(Cbnaa&Bwjfwl5i6f2Js6a*8x#>KVk50TLmVv)_NNDwY~p zESpoJX$wvc*=QY1%LuHyV+XqMwO+3hxFb{fbRdSkd1!}u$oRo{$MBmsZ?NoTB}6sq z!{us7`MDl2)E!oi?}}2P@?DqGn-+H#CpaM1o{JZLl99kJ_!SK30}pHdl7yZHarNkPtBn z7{~Gt7jUjGhLK54cjPiY#D7M2@^}~)6K~I8ZXBbJkQDpKki&}8GS$Dvc<)ixSe`@= zjH(ghW_wI4#e`4LVw}`ZtqKk9L)k~u;lAl|#_F?$39nY>`4QenXJE8pdwqHgt3>Qk zLBD)Udj%TZ%1l)hNWl$CVd_d10Vb#sE=+$aoH@lY2R$0>^(!GmZ;lreS5uYYW1^h)wJM?QY|X2`lYEg6KUJTh%8`D+DQyqNkp_*8tsn*ly&3 z{2F>a)OBs*v(1WwfG}A4tDhzioT|M_`WY@yjxSwtv7sXt1zpO(sb_qGipJwAXA-KZ z^|=O`*0}9U=NqZOqSn9pwS~8|U9_2cCFvAa^wU$oC2v&O4K zg8skX*+bc-Tv`tw&&0D@4g=)AK-rJGY8K%#lO|G~{MP`k;?KCv^luC)R7HR8mPkI! z|8(YKc4(A)9Mbz^KG6C?s~UU1C@mD)wA$&yd~w*x1C;k(4U74;V^R42^pQ-VmEdf| z=xdLW&r?DBiqFkh>e<$`ElkKhaXviy@ACAoK?y1DW``aaRgnd@GWGncsV1Vqb=TE) zU$eu5f` z*2dF>tjVZx<6Aol$%S+#GhOL#f~f22n7+G=$^}0}R5#&Za6yQ@f zRN$iKI1csg<>OOPwr0Wanli@F*XhZP?va6Oq5Fl0Kz!=U9;Wlxm{$y?y9bz%zhxPI z#xM77QL|ZFC>JdD&QLJ70?Jgr0r0IvEb*5rPSr2Js0x zqus=u4$4$JFFkw2Z=iO6nagWhiAnYyXHHk8+~;icni^T7r6pwJ#_hh!%#!2;1?KGc zUoG{e5r2v=1g=LpU^n=EPE63--zB zXGlbjI}b^XXK{!mTVz}Y!NFl+VyTC?W!7vkOPN0WT9@TZnaA$Xqr;>T!ufzVX)1DX zU(v6v$|@ZPukx$2>=Ug|G5%E!&J{kvvtnEImfRSv3*flntWip%(7J)B6ATiVl}13+ zl!JF5GawESY!eyryB--O^0WO(MeE*nrLcE#LdI=j86+#a3fQitm&rc0YV=xAV^!lX z1%3)|AlAVmLG?UUPBN%Vyl^d>xlL6FQYiC08QMH1l9tw0q3rB2N|UK3Q9={1PiMFS zj;CZ*kT#0sjF;85+pTX47pa97iA+lUVlPpgm)a)3*TQNz2k~(QZWuF&0!V zSRlsxoTu`C6NUh4-yuR>#X!7GA{DwUqMF! zRYCI6sH-Q0uaom0XOEYXr**B9QBCB@7ORZ#C>ZWmG!q^?U_9Q-Tq;st!vwV)yvU{e zErc-9p`4bH{vtIU{sInJBtv|haNp{@H*^)ci+tB0;~Jg= zNtgDyXzY0;_c=UzXI)44=WEeg){m>Lr!QD!ic(h%8M@rE>CU(>wN0W2MPj|ZIKmNy z-LKumUK&Zo!y-F{r>l(!6t4otGs*rKs0GUOGt(QSlaKBUag<44#Vdq|AFVhdLrr1k zO}HG`0HhgZmAVFP}k!6Z!5(G2~o7W-F)Mr~s@k`5N7y?ggR=OoH2 znFbpHuC`UqlM0yIZB>6Z@|Qh?GSkC{s%&kn4O@+jd)AV}35WA$B$Jd#YL@NP?_YM0 z_64hWL49qfcXoa&8SYR{hwbsy%Ac!^T2*Kn3be6WWqEdj2Ak$&GHA&3EI5=Yt>Mt^ zt)8NZ84|v@PL}Bf3-W4WSByHAi5{9~w*FXA3U7mi>|vycFyZ^6w}LO1PpVP&z7v50_CD$+Th%yU%msJbbvQ4VR`i`onKuxdVYA>VC zALLGF4|5ck`s@c_tEOm5o0r)@{hfr_Dap>3E9bHoMNs|xCEW8F-OBmBe*_E6lnwAu zx!{%In)Nx4v|ZA&C^2XuHVQxxzO{aMQN1PEh06NXv8T&v!~R{(qirW^G5q!GC&CSN z@Eq0Fw+zcODi~li!rSX<2==&DJpjl9<-ZbRg^FeFBc0$AE$WI8%VCEA<+me* z_+7Ce^iUg*I7q2Zy;w)}c_^wV=aFzW(T#ek8UBC5%4J?ajUu$KQi++Ldjo-9(QJf$ zf#il)23qF1_dvS0IPi28(al;aPw8qRM4S=LpZYaeXmiPT?;=J3@VC&3a$p7CK&1EY zzF6e3&UIgZh!~|N&_XyD7^8Lj!NuM~_GxH#BM{SjvO#+j^Mt|z?w`#IXU~r#ATq?+ z7)F9b3psoPAd>ekqrqN|{``NwDPqmJJ(8^XlW|t|>ZSjKr2B$QCl z;DRVX=NLS5i99=qSSj?5e#ydZX}_%7qjoL|KYz!(q{*guda9IKYXICc;-%c&Lh(9K zLs$fipN=VAbTx`;hQ`nbBUlZ*6kYPe_u4@;Ky(^b)>OV57OC2Wf*90;B{HZ!-7A4W zMFLpj60MoZa_z-yx2%4DhX8ZO$bdb-@i}H-qt3{CENpLWG2vDSc)R$RB(>|XAWufn zJ@7vks4TSEzj(aR-5VN68E>ZxB0T`9eh)#iJ~tG9O$*6_dWs=Q56wTo1?3Mxs_3+k zx$$4++P5%_jGN1E6hN7uk;}a*Qp481cGl{vPxq`=T>L>jRvs9I-X~^i6ki-bdDP|4 zO_A0%OXogb79*cJ?-%aNq6$;U%-{;nugAY>`^`=$?pxarYzg}!p!L9T(X2a%R$?c9 z^510k7|$V4)9odS*cjJ6 z@Cf2OY0WC^iYx*^Qs}}ZamBv9b%3f1F_R?gpubD=q5%k9%2%wgY;SfbVDDSD@h}Q5 z;d>>ZyTi)s0#ome%G-vgmDiWP)KEqNf*-)93FxpEJr}%GVq*lJM8^Rw6jT|eqa8&f z0cX>n5ugB0W3--<9aPcGG6LSbg&7#vMWDMMJ}(_Ob?dT4vcvnH+CM(kF7UoSxVCgD z95>l1!lK41;`mJ1K*@W?QZm(CNO`}2hns_4@U}WL@nj4g^y(;sA(7d}{r0cC99Hf?JmTi|aH})tsL`ZEj7nBo7FE#G{T1$C|x|-;@InI7LyV z@ySw4qk<&pQidGZ5m9k`lQSeyUcnJ)QscuM;a|;5@TA^3v9W+B>cZj0?SS!B@DBE+ zZlX~zq&hegXg*97N%p_JspObL2c|ucNW+I%3nm-u>QNzX0dER&>TwX`1KzExEPp|Q zY!Q0CJ@aT!G2&eKXkzk=F*vYiH~>H|N@b3l-kVACajezJAc-@3&))hA>C3P=(*Ri* zK;!qKTKQD^4t!~6Ryr7kl7074m|!Y!T1i3=Jq7S{6ztQ-xEK#JfAh_}m$SkFxS4n) zw)1Xd4WN8C2>oroVnIx~6;f?3h099s&F6s;36eM(VnJQ8KolfIams%myesW+FW$wz<{1&WdNLE!xM?2ABj74AEwd>PGIe=)$VnR!~Zx; mvt=?IN<>K%B?Z_0ii9qWXt%AbI0Il0Z)7EvBr3&>1OE>bWluQ( literal 0 HcmV?d00001 diff --git a/assets/img/android-chrome-192x192.png b/assets/img/android-chrome-192x192.png new file mode 100644 index 0000000000000000000000000000000000000000..358dc4b20ad91ce24436d86128bcd706df97c648 GIT binary patch literal 8642 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 Rcs2th|3T$_g_KF~{{va$*(3k} literal 0 HcmV?d00001 diff --git a/assets/img/android-chrome-512x512.png b/assets/img/android-chrome-512x512.png new file mode 100644 index 0000000000000000000000000000000000000000..ff0646b01242590af44e40ce662c92533d6693c7 GIT binary patch literal 17774 zcmd6Pc{r3``1d0^RqD?#RU+#>?u6|lXdHrck3i=%1vW8)OzG? ztb2+l<=a@mz5f6E35thf($VIqo<#RFbSU5ZxGfAC!7kxkmgTgC)!d!OvI^iS5X=Y} z6+MCJG&(3Ko)_~8%>n0t<3$i@ome8@p?<#tN=D6Yi7ZC}#T3Km5w)iMo!H425e-u_ zgd6eV>ismR+I@vY2x{g-NTYTVwqkqhJR=h{YBlxr5v+~9(h!s$H;Cv@KqufZ!B}np~u3 zz&%WEu91&Vjk>zJfq?<~_3KmbkG%6$>NitYImI7)(Xr*bQGKo&Izo09)cXB;+OXAO z&vv-}n2C`wCnrbk>({TjIXOC-n(v9xHGCl`lRZvZDCjhLoO$W`nm_MER)X*&{N}pF zQmiWHPz&?1u_~uW`MB2-x8*}YLWzwwN8tDH+COjE#h*7%BuUs;67@?g9^cFG|sJ`_*7XmdblJAz@+Ra`pyIR#sNK!JJrH+594N?{%i>>;jYi zn2)qxf4bff^Ws8Cw@tyjpy?U8FYZqTe;`g~7Bm-8L6Qe?4F}%LjMx!TxErmzI`Zo~SCy>ix*t%D1Pb=P7PU4P9)5Z=(z@ zwQ^Wl8X6j!H2T+w><&D@Ip>Fu3l}vO_V<6pYW;x{UCuyZ`Y2jmg8s}s3Co4+DQ-PA zcEkCfNbE05-H-N|U(V+mmee~GjYo+>N}prPQ_vlcaW|IT7R^ZBSY3XKoAkGX{d(n zd8BKMX;i&}>FRn&l=^N!1RD@BWEJ2rkx2{v4naReRJAVC7T0*;klGxwo*MxJnYCta zgo@mpvj-GW7Ko0~W$x3^8x3$S-n}+oUvWF!mdbI7mT#Aqm2D5N(ciT=NgrGNn&O!Il@ss&YD)JU6vm2BJyU}kvDuGgU7qxzB1(x+SMCrd z?DyU=-K9;qPXlpR!sj)TIOmodYD#7m`b6sfE+48qC?Whu#d*PX)YKA!O0L?zj1k^h zuGtj0_0ul}16IZ>>~($+s41aQ zNkpCcHCnsvsZskPET+6%oG8Vt9%)kkGTrc7z1{9@FyuBu8&)#zv)Xqrw4bMezI;Fjo-QeM zT3xLp>RMZWAhA>NX%n%Ex5u9u^WxnpA&i#Zv#qLq&2EcgB^oyIwSclOa}HgjE_W{s zq{1M*SoD3qgwrLcBfG=5G%_oH-Rh^g1^4{czbd6Ny~?KuGT^}vaU1o%M~eGKvPpLB z1Xz9x*mL@$!$^{6{ju=r1tUETl`%PvWUzSD+Nn08@wU1EJr-a&- z^xmRHgCDa7p4cHUp{>T>436f|^tn-P%vXvaWqu)n{fR^3wQJWZRtoEUEat*1hj-U? ziC!A;uk4VTGAhcDAoZDYy}N4KwvI6FZ7~_nW4m0A@1xz@L*1r<;Fl1+4+1-nr&OJ<-zQytGZSxNjVo$t&{p%rC?!c+Q)_>|#{85j}#kta|Rx=05%yWE^>q_3ZO z%d*YK0v-O`cx8A3lYf1gE1tsvY7#&Y&%7cg!f9A;{vyvjWK@}|BeFEdkKrJtQTSJl zB!=c|MtXX=Q5<`*ieHW1vrFlEczB5GXY1)%QbNyS2le_<+)hUf0-8onPKBhFk3Urf zQr-2+^s=ozVQXqX^^ zow-IlFREMbPUi4ZkuAVUKo`$rCl7=(%)Y`gHofLJX44Gsm7$U8Fi*QFdx%>NMN9X) zvB)sb$j9PE_)Lwq!lC%M?eH|DbP=Ay-qc{BpY_miwpFuUv{-rF)YG%ly6Yorw?W>A z@-m8`mumZN7p0E9rv0YL-__&Qn3$Lz$P$uRpjTJ%iWHM%4>G~a+u~vPrGhNYWV;`4 zb0jJ3;a2QW@l`wytW}lMC!Q1%FQ{ujz%M#3bY}!oLc?jO!9s&+kAg{O;syI;w~BMH zfwEmtQ>7Xk6Twd3$f&TsUXFNPK)2MruSGYIY0-`ndctG-vOKSAyyDFAXh|IDOq}4D z@50z(MoMZOJ2d(kJ(6i=W>jDTypjX)JfCiifz z0YBg(uJ2KRzCa1xojg#D=A1?9!qpSN@i#DG8>*|$Vudi8{e(W;fq>TMIpkfqdc}AZ z@k>WX4z68d5K_}biA3%!DEc=~;F#}a7!ZDDMn!p2r#V6B%Lp6gI#>U-Z-T`0+`745 zdrXg1WE0$If(E(qYD10Jo5v=cu`9?wycy#-HU*v}ys022mLg^nF7X~*@NdB%9J3tH ze#6$**2`(un`4lgIjUB*?4DZxPhBowi@#wxPR7Q@CfER^_<&ywMT|dOB93v$g5KPZ zKtqhULho3^;WddE8tPH}ofqpKPZ1*rw^DVRO+@Q*1Gz$J_=!0Q`8>@l8zrD;lfKhUnGD|blm@^kn zcn&plAuP>oJUu)rc1A6=iRT&VTPmYCWFKszoAfBT8`WyZJXAFLhek|Skk5EBUez8I zNhz0^`rAOwR0y)NSTfkETg3C1=tCxYfoHNFs~&~cH1yaJUkl52Q@o}(8!ytwrVSSe zM_M!dnuOL=^**iqohnWbqdL6!_0?3Z>bB<^HDwbWBCV!p5}Y_;S=kBlDP`q=y1D+& zjIq;lHYdUVYhTy+hZ|3PExf}771;LvEWP{?XAV=k19#-=c95U@^`k-bjxwX-{G9l^ z9Wo>hQ*uCb=rL;V&yF01YV(6=}r?_-aZ%g!x< z)x6E{ZXnk0Z8nICC^Jrjq}3k8x;}?fNo>$J)L^@Zijk2~uFGsIj+vQ9Ju;)X3pyKx zev2Be?fH2~Qv5}JeNQ=DKkaZQ+L~d_f|8pB)##ZLE;YI4MT|H{&u6YJzwHj*lPM*) z3~Ilwr|F*=DTfKVJZXF$va+FnO=t>w#fu3>tBVT;Q|0P}ms_KkNmc z*(L=!U=aD^*xS^2)zNF|%eR&P`pn}+~u$9P@?XDMPyX!tYW}{lR z#(gjEQ4uYn?-y`&+lMZ*xV)lyNJraU)H2Mi5V!8G8rj8Sp+l_*!%~VMbV6?;e#_XH+GM<0$Omm4n zGxZ!}!Y%$D_Wje6XsT#}p;(iBu%3|?A#zkkYT>>t;V`NL0zzT-nGdu8W_+|5V9=In zA+ciS&N}Zj=SungCCfrCWC?}dC-jApvCXys8^5%J^~p1VwQ5C;M_G~%qrbPH zI94(1H@@|(te>=Izhso^2^;1AY9Psf0iMN2k=VC2yjEpsjNe&~s9UWSh_O`D&=?86 z&*>@iwg6Lz(M2FIS=wpod4-L`dRBTcbJ|{PgSOgC2n;`UNTi<8yA5S4k@&-D;w<7L55eERs z%(eZi-B@V?X_GB)e``!MNq?{v!lT*Ho&DzLb*!FF7qu{1HQSYwiNyB{v@ky zYio<^wYg5V#FkyR3EAor>y6|eHg&;TDgq8+Bl=$P6nY`(L|a z(iLsf((%*cXo)RTQZnkJ*QvSi%D4&*5n57sQZq6PFU+mJJd zlY7fq$<9%`a%OtHZd;*pTg7%62Oo}SwdL@Ka&UExL=iXn?h$tGF*Vom%XG*EX=0o- zYs6NkMV?W?yS)%23_zWzdVOnE$Q>5S$P9x9v(pxNP*?3m(_p&al7O`ecL0qg!IcThY0(qr3b4 zt{g~;wOR)i@&d+6=jo5Vw)bwf1g!A|C+{;fQqZbC>4lJ3<*N#Q{hMDM$VC0quEDt688e*a@a^DN*GeSmd?p$)Ae6{o})DO%!zl=dX z*;vXv-aKNBE2*z^G}P7oDpe>o2v7o31&X&a2YWISDiIT6EHG8?6cBilS& zaH>1h8qwJNKym3k`X{!sK9=gO+zhfb>z)I2DK9fxde}b9vFoHF zObI~OfTOC93nH9^NV--+p_c!a7CG!G<2X?3u`>A8UW%A@!*F?^ZI5Qjf)&89W&G_9 zstYVjNK}^k$%Vf#O-z>$+hN{dX&ww2rb@&kCsuJ3ex&Ql2G^naP($b1`P^a$07aw{SARx2CHeu z`&BFRbv@Af!+z=s-G&!V!aB^vMI|Rods1s$JY(267q~{%==-mFewpUpW{QiEd~02 z1E*>zVYLslWndTNddW8F`}PA_?^mo2C!uxa{?N)y@1fiwoWQf(Rv34{gkKucAzP1Q zXlO|0@699I8#q6}@R*6ZG*Zm`hgK2c-3_ALo4^*0Ld`ZHE%@ANFs=;jTK#k0iyW&w zqul&__nIyXc5Y5JHV0YX#jZ~)$c?YA4$w?doR&h1C)-dSlDvacJpTX(!q0DCOfo9~ zrJqphj;gCCh*x13;dex5m^>L!6WY}V(KJf_Tg1TWncE?f zCDz?+5_W^5U?Y}HW_Oy~m{9!}E=nTg9aQaIT*3h#)1X}mW&|ArYmLe|Ua&AQ$Oj2} zL*V6ijd5D8N3=ixgPl#j!g&CQ_TYML@#mDk>jcuS*vWb#i=^Xt7a7hg2`TvbE{RnRWJQ6n1Ck0#Vp_;+$28=Q2gjvH?A+H;B4r%u zY0=01TNSsmKsYGoYNefm205jy_eZ?{8u|DC+asI=jbpawnL;%=^YR#mBOhPaGyo3mT@5W_EH+O zulyT5SYjyv>|k8$y^QCS2XJH|GgXn17e>;DzCnGc7l+ZwU>|6QxY&c1CT!A>lr?)K z`5Cp7VOXiD#`DGBp*|hLkHCDngR^v^;fte?^2iaHE9c!i>Iqxjwtoa@na=aU^xy$E z3OhLA1@s7YWGlN2(&IVg_g^0@DSzYI1=60&axCZM<_>fEZEYPH3zqCJ=M|Z~op?!E zje4>DC}qC$k$0M4`SvJO?QyU!kXt*xj2PWs9xkXO_1+7AWNx0i64NOebOSLwt>Clv z?J7=y+EHE-+A;HA=d09DkLvH&^H{A9Caq|PPk?x6_7*n*E9S$iPsFxHOU{B#^E5kH zTyj2|pP&Di7gS_77lJUaHQNhS!i^Op$D6;w(+fa6*?22=5Jq6k$pq|Ifl1X)z?6_Q zAZCR`e!MEC;NcU}*GuR=>qly!tJkI-_jG`GR-$AJ(gMudmL=>5(Fg|O$Y)eGgVvpP zD?z82_-8?CYRh)A-%Tp)=8>+yDlI9C39XSFHnImRj{&*+kGE_P+H-XeqTsoTmz?NJ zIKhF>{|($W_uaFaNVjM^ICCCcxsYV9*=~$2+poLOd5Ti`o*t(A=l=eRbAvYZyX%tB z6DMFGj&G3-)?J_H583ox6Jul3H#S@o|BUrP6VGLH0VPIFjC;)!L8CNv`?i=FS9xhT zAS8UTjqz+#$4$W^_qU!B-%P%)fbwuxx<;sq!&j8*<iZzcJ$BztNtJD-!tXSvJKr{_cYE8p0S>GI`q+VvYIC9ZsQ%c-s&wSM`8Rc4EoIFg_zOXbgcF}alEE|ScNNB)j8!&Fi%^?%I+ z1hHdiWd%TkW8{jjg9ME#Dr16eki}S3>PaY|^Dh-nkc9mHme>eN9b24~#fT$`dS#%L zK)C%vilvFg5^m-o<~m$7{Tul!4v8tHSemMf?tX<+e()d!;PO^HwzIQyGvK|D#FIw< zkj_`mb`WCLL8W`9C8B}OyHu1(5~AYr59`*!HJ8o{59S)$pK!$)4u}F<-|YJ9o!X| zoj(`p#awQVwl}_*f+pPux+Q;jF#rTtJM+ipOIPJM~WZl|j+|h0eCS-m6il4n@S#YeVuAz~TI5JH3$R4!)853%nbzd=f z5RNaB6%oAOKB zb{QNTTneJ3-B6$v++&wo)n8e+jq!D$YNwTTUstGZFHoL>{H4C(DFjgHwj+{vmqO@@ zETu`669IW$$JGmX_v(j<-(Z*)&o?hN-Y>klK`#XX@ZuP{|g+h>3HKk#SIgiOL}U>e*7h`gVr-t*3dN*K{AA#UfzOkZAcDRW)2t<;MCU zP(qCc#WoRn!Q3lp^lLv%3FS*#Wf-p^j1V2NE$e4G@*1MgtK+U+%RgrQ(#$QPCiBz! zMOUhP8##!dq~}PfV{TpuSdI|S0Alr~(~4z&Vc{?Z)s-crgO2OYT-**__ib>4{D5?y z{VhC>O1vh~jvd16=+*-umYy*q?xUgx)3>vMG^jK*yQ50WTzgyt z-Ah+dCMgId9{BCGPVZ*dr?UL$k}qGBx|5_x3MztouHK<7*MjE+I%%4!U1sa)tX)M7 zPlkiyd3wqsD8eQrBp7qe#tYTIjCk$b99HER`usiGGM`eP>G`u+5jAbTCWwG0Zu z+BN#Qllz(gUeo}m2^mZ*+Fa!D80^yu93~T^FAydd=PNv9T0zRZt>7dmy}!{}l;4(i zcjFQk_EC>-ANCtZUd9~+5&#m59!T4penLD;IFPb?u{}qauHRhs!?n@!1yI6LiMJ1G zS>Xc4PLTJdr_U3?5!ydm!1@%`ZzOG}2_t|Xvwk`9JHL#amzCAJ&mxLFP$$lYUQ(p; zVu1@FC>>Nzu?IDa=t@CP$jQg8CzLdxkcgdNyt;lmgI*!ShSA3rL+ z`;A+=eZxxWA7l$^Z&03uF8C}xTTu+`PO6anVWLNf2nPCy%i|R+(#!XOX#zIc-24e~ zHtbRrD719?P9i#PsVSf;t60y})7~l3Xr^gO59M$=Tm(OPfEluWsexMP`jl5*UanL4 z;KyHw8y1a|`z#}cW-G`mx--LBn(QmL1Z-`B=U#|WQ=cF4<7%2S&vk$zZ^>-rSUSAj zacRktfxiiK`+A z8Q$jU3wO55#Xd)^wHnxd+c#%2InyIC>E&KTfK*&;;F5Q9P7u@%*TP z+8N9CdO5Oyt->w1M^bSdP!VU}UCIN6`^5C&Y3{wzsMm@Ie=h!;H$s#Atsbgqt zjA?z(9_oo~jXwSkUdVbf#fy~S5?H%x|D|NzSL-dzeq8l)M!8O4AC~(ok_WIAqUM)Y zog1%PG=lM+9UVi}E)2xkh)db@#K#RV6%_RaR5Uu;LFL;@5f+bJLp{ONgAK_UG54Fe zusz-NSz4^zelSOu7o6oMT(jkPvHECH_0LJ-wllYx##!LZ2+~+&ka5|f_rLo(gZu7x zS`=2Xu3~*&{k)%UmTl%arU?-DaNF*(eUTrRW&9oKJ6+s0YNbc&IpM+IGy}CtId0$`*=&CNAOmXRN#MvwHY6%T}97%LKnQZH5AeT3Lq{D z={trZ3F}vUAHN&{HE*JeOsi#-d=L3?<}MMF9cmJNBY2JngZaVz<#Z&-69F_<>-;dL z_^zrNtqgL?bh8uqVuy?bk`}uG{$8?o=I-jKWpo+m6R@MGp-naC+Hfv0{^t(R^1_BQ z0Tmw`OF!=6=2H_3x3aeO<#J=3mab2#t-9+PTi$Pd+F$Y6Ytn!JR`g_=H>#X5}SfOp1GiHxmK=II-reQow@4>a)HYGc2VGl?or)m0kEOoK4;7L&;hEPoY*Q;9Lkr=?kaTV@9D-(jke#A^Qy+<2=0+s+B7A>&!rhnSiAZPw;Kqw)fk&HGmHPKl z;?{qwe?^sm_XRX|#R{!e(||qQ%-M_0@qKEjGtPOF9j99!OS+1bdK4jK1-0E zWMtd}8ZuHqfY3oe>g^%V>PZ`LCu7Bn$fHv@nu{kqP9dSnxu~NaD2Tuwg?N6p z9~pNxfTt2;-^p*SWmf)p@%gT+tFd^kCt(?RaR6`$7ahpNz%QNReH%=|_vCxFS4Mz0 zJSpL(Sx{F6)5-u4m@lrTh1wsBdJF3EzFf`a^WY(;(~jKJ3F5JEX8*<4w3` zXZSSY0S$3@MgOla&LK~?1VIXRXe9wZMKUpdhGTl>d3u!@rb)~=}+xT1R%<3&8Ir+c{%IGaBb{<{+*`YOHHT|Hot z8$wQ4*0s@DZEvut$qow(MHf)X=nK;R%ufM41KIK+APZiRcP2nC9tp>T#Owlrg;>Ao zlx=y%8@C5e%^3?PC;gR@r!fa`Gh(UEK?xW39-}C*u&S;uK!%sK`t|_G@@Bs$2&7vb z`z(36dB9xWX;xm)3x<1<0Eh`#^$TL+@V>V};1AA~(`*%awH0yo9?)u`dC>J7NXJuNoz4vYO=6|yU z4|2C3*=L}r&!2Cg`+GtYPrp^z%LO1>C8$b)xD zJd=@;@tq854*{cBH8$3A9ybDom0EYg<#87g2NJN?3MZ2G2} z{BYh6QE#i_G%!v3L=mvR-SmBX<-Tm||E=>pLqlw4d852J%Y`tmh9du1^#yZRy5;mUN?8_&;GQ=Xv%w`f^j zHIm#OdX`WGF(GVZ3TRRM4}mtSDO>%d_NY99F1}fL+~ZJ2u{1)wPF%bZIb2i~F!BM8 z&&iBFM_^Ip6dT5~kfx87z|-&)S#=r>kBo9xAlUHbGHPr)!>@?J3QS320;N>`&Ayby z(*a~vImv(YFSyi+aC7E4S#{lMR0lmdIjIv>^31amtkeb>39vOtHZ6e*0VExikLW-d zypVSdaKX<%^5)uY$GuAs=B>T_zm?6}mBP&c-1l6Nc*=IC2+&P}9dUl_l zctI@&q@2%@NE&Wiua(%c*njNRZ|w!36X&U=?fh^f;-oxUP^AK@na@0Nd(3ybQ!Jxp z70NCDo={%G1Stw$Rpip)L4Tzi5N~xz2BC$`RChLrbTD@#hi+li3?r`kO(aQ06~;IMb-qR&QDLr2z1BNx*= zKU^c!yG4f;eH*x+_I_`DbPc)cU;gwD&jcp(Kg!cn}a(f^yXC zewW`q$N)+YA0NjC?Kdx$OFKoPcMs^~h_63#^}arHo>zf$da*~9hHX?k9oYS^=*`Xb zooEUS08}InuZ@5x%u)ZqKtT~^6nbizi+mPySf&-IYhseS(4Fj;cA*{B{bcF;om5q> zhy%k*!K)3^7%qfO;`g; zD!(+5mDN5tym66}U9Gm9rqZ_Z4dMh+_BnUTL zvFuH4$PYAG&%+)b@&mh(?51Fc2DMR#BS}(vrg|AW1W@T^3?Ch{NwciDsR#tf=^PW~ zwgbEhg}J%cJXVIM$a`CTQL?Ly>ptVf&w{IF<$%NHRp{wH3BPu~iqlDMnibMdDT8jr zm4El~*nN;J>4Otc$pG$GqdRJ?J&=86s!kgO2fzcDDKx5b`c0B+w)+M#13WT{B>}Mm zmA*i102D#3pxii3uF=}wy#Y19fs%0Xg2PQrK}J9U=T?IJ--K}!5)3rX-{wr z(4Q0I;KLq&M|D9QR|l$`Yr?|%R#x-;HT9_;PwedMmJg1bYaizn78Y(E>zf#5egA%M zN_LlmI8xc@RF6;F->D-SnwsW=Ld)XH$}F3cdBTs(*Hs=j0D9aaR88mI4Tj;03_%eb zy2Xo0&zL+7IyIKo8dX6dr6eb0HhT5h;)i40@}UX4r8`MJ*gx&v8xZU5i6b{YxlKZ7 zcJ524B*6|%C18NGGP`s*0gYcki_M)haO!*@wvSlV%N00-n9kNsMwE$0ZkXrY zJA3g1_1a0?zDs}FGUSeFQc@dY^u4ivAO9e+WrU@_7-Tln_@yacNG3Jod_Tk zG7oo)=Qe#46IJCW_4~nLZ|EI*;q<#{(?PUd02cP)WH_kA5|Ni`fMlxhYv%`5@;ZHb zveQxM$jTv(%(bg<<{W+;Yr2Rm)@`^KW7_|C@i|UsTC!5{q6c56DcmB>FntZ*-AaMA!ZV>k} zh#Rw$MtNDa?%YQ)uR_wf2g>n+fCvnfvid^t{BD27ODT#xqavfSh3*FJ>pU6Wz2Ba} z!p4ulsB4wh{}xfvuVU z_xJOn8w%}VVKW7jlUWYXMJ&9575sPF@qr>S?tPeGs?26r8L);%MD49G%_gy4xkco6 zdioZP^=j z{hq`A7Heha;u+Z513hk{p;?3Pds4fq@?4omNJyoIO(lgt3N*B!xFt`?ImL(Rl}I{n zdaEX`~hcbDfEktaX{O>cbX>yZi_!V0qvcS)BOM<;DFpA@^!3hY^>t4?* ztUL?mj%$Rot6wST)@w;G>goK0)@!)*DwjNK$m(EW6 zmD1~yHGvYbbeMF&zVq@plMfi&UyKB$=;4s0v?00_cQz+e5%7}A+i_QhlI*lYXkis7- zznB=A_P4K_EV!+7J0_m18PMgx=T;2#$k%JXG$n#36qlx(o zcNDcn>ahRUmga8)dckl4^7OH{R1z%$LbheBgACHgiD&$|2Kk@1Mt=IA&)gQfZ73m! z2z2^g$5U{8%zfHzg}rdW3b(Zw3eblVfVvhue!70`y9SOK;!*Ejt??@EEUn0<&`Ute zA(+4%pdTqbso9Cbl;cedA3d57dBg`4A2G{tB-0?j(#*HJ%8cfI#D?h3+uKnTIvV{n zcb!ft>^?=4LjDUwVWn_a7D|=3Z$kkBwq6J;a6$FXjuSYIV?N8H-oqyT^2R-^o*iB%JJSFOQU@r`1ae-U&J!!Z%!qYxX%V1j+uc+Js&jN zStZUd2vattpdAo#!IP&MnVIdehdZRkoQt{#iNILPdsv`vG47f%$q>Sq*g*1Wxk>L> zK~iMFm)1X&0KHM5lZ)n?6D3*!xwF~$6U?fZ@|?ircI?+2quf7JT$Do;ovEk#wc=cl zN0wa8*j@f)ljdfuMNJbl8teY?lz&4p9K>GRG$d)eap_|0G0@eTC89bn1dXBw@Aa4e zu7oN;`91sc4exi{y4OfkBnHzD(XN!-a;T$AYn)1eTwV4W9>XzT<)OxcsP_n*PZ5na zCYVw++#|LeKI#}GZrlH&!f|4l{90N0kA&N>L*jgfvK}QRw?C?%Po8CoR!Ps$umVO? z+e^++RxT+zmez7Uh(oW?Kv;N1LOFl+4W$B)73v|&M6-HP9c9Mkld@Z4s5&LLf?5Yk z99}&USO5wt$b)qj;&~?eGt*&J)1GE*QR2`{1iA+`468b`I~BrwXv_~92{Ili_l*n? zJg}(ppC@vE&a-Q{<780Pw;h@C+-&rw*L5$jz~VeuN2j4MXVAlXjppwvHkM8W3B;T* z9P=%nQeyWr=NhfUd6?4k7@#|jfoEH6OeFzA#*Cb}QZH()%;*z(#r385fWic%b{)l* zw?p!zta|nXMwrYDC55~Xt26_cZ^eM?IRqC$c%AkpPB$+_x7m>i6Mh!I!*Y)JHBGj0<__CP@(bF|CQAR45MF^S{XG|-!=?-h+3{Q0jHME%;? zzdhJb686J(b%e^zMwUxojck){OXNz0k#0kJ!RTZ@Ln?5YmCQb_Jk8|#JC9kyQCL8s zNhRU;Q4|1bc2h5f8qAsX02o+;Q!U>5Uki=L zvTe4iti0DvNH5tg4epKHsv_SI2EA3&&M$bC7?qJb6N=+PKCu))Sir{GbQll;m@@Y< zt3=`VQnZ((fufsAbrY?KV6%a~0P>FM$MoeG^vuk2Gmq^G9J79gaxPFb7@C`N61F;T zLd6oOeU0&phlGHYqpj@oz+C5%E`0A6J#juZfRc@hrWk+PXq1p+g77%u>dFJqwzG6_s_(^`Py=AX@#m6A#{^!6=su&iyMB>(q7~!YzfCJliN4sqS zIOafg!rKN3xu4JEzd=eFv4cwehj$C##)39!kmhjtV(E44Do6_C+>8vKpXqW4y;{&h z_;s9_c8XW%*U+s?K%@kkI?S5us06JY0nxxFyE^bCbX5m5BHpVIy&`jKDdF}dP}fNU zIi8lnJm}-Rpq{!~Z?98cv{umj2?n7O&;#&p8sGUyWsvCOuIzm9-5KvB)4aJP9?T#M zL1#Elz89bjC}WLQsLuy;COtsyh(j^daDtGn`Y&NyG&S`wevjFF@T9ySpr5{51T0d* zZ6W{hg%%o=323yG0F9RKjl$@da(jd66wq2JGCtTo9si2M9fHJ3cQ8$z6b*!y0iE$j zm+}%M^+47+tgkI!09^YNxjXcrVpdCb1@x6f%OL3^6X5Sy?Ke zb!ONPFw=3`3PWU?XuFg4mF@XQ7ALqdKfPE>FWd3GC8We?KsK47<4bs3Q9B_hbYm#_ z$J@N#05ayJdCU1NM(4*{nxQfq?S}P*C(kTaT@h8va^4hBpFV*%l&qe_vXkp<352x! z2b=4FUzN($NG!xTe`wbO8zj>3*A8no1|4?)j1+?E*;ji5f*c53WOl2^@CI8dXL zTMIgAQwZhstOh2k0mKnF=Oy-$noZjAz+*~})=xIe#K7Y^fW|2SPW?r~Pkit}!CJi^ zpMt)_F(v5aL!8BPP_tGCB0tb$584GvsHv&9K%Xt}_5cEZ`F8SE1u3$>;pp zXWJ%Sp*5unx+}|kctl0Jb% z6_vPEjIQ=})qJUTp}r>-dY)i=0qUHLs9%KPQUzgZo$XBA@1l8?kcdEBXnXBV)X`2|Gmz zT@(k1gusi}LwF&4)hm)i5GZTM!P^lZ9JZ!4kLG)Q5&g5+gX1gLIP=c`|M%@6|Ia51 cdVfqMtFd``6VC)33HZK@2U^O7_nyA~KUJ4fz5oCK literal 0 HcmV?d00001 diff --git a/assets/img/apple-touch-icon.png b/assets/img/apple-touch-icon.png new file mode 100644 index 0000000000000000000000000000000000000000..5a7099aa748bc404c5633c15b7fff27d2a3de445 GIT binary patch literal 7679 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 WAe?S~ughSqtK;r0hgaqRZZjBAm&@4F! zXK-@AQbJns;USf$Y!$?3We=cjNQC8b`OFPGP9{^hf#GmStJOOA58Jjs zx`9XObov0O)oSRvPNh=W19V;A0qRxYR=?l><_5f8FNR@IE|B%`EW28e3fPSVDGD~ou2N1 z`$x|SglDtaTTRn0j)fIPVLTpxI2v|ANyl;Cn5Ox?R4S3r=P?Xp<2cScAox$fg~fme f!0j6auT#GPP;3b_nH$PV00000NkvXXu0mjf?(pHz literal 0 HcmV?d00001 diff --git a/assets/img/favicon-32x32.png b/assets/img/favicon-32x32.png new file mode 100644 index 0000000000000000000000000000000000000000..1b098ea27dfa4c4feeedda35e6ce8de9d873f1b2 GIT binary patch literal 972 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 literal 0 HcmV?d00001 diff --git a/assets/img/hero/kerc20-hero-image.png b/assets/img/hero/kerc20-hero-image.png new file mode 100644 index 0000000000000000000000000000000000000000..0908db01fcbeaf52c15e0b64741f7919cf7f8794 GIT binary patch literal 208144 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 z zRz8INdBgDgCnMPK{wP@%>>G_wFan8nm0?Tmu#suKB&v&!E)mn2cKR`c;4vTd0-{&K zq+S+l$`)p$A{MFz&bBA$nST2T>#es5Z~fgfujh`&Z^is_Nao#h8BsLC;Z%Oq&;=%TzHNahlT|n=X?V15>50HiKX>p zvq_obmuG_-Mui4(Tui~sp&9c4zoH9PA@Bot>`!+&?k;I<`Njs=yj^5)QQJH(t`AVA z);a%m(me1{wbm#K}YWKRP}itnKGT+$}--82T(0PaUQn7w$VAK0}<_ zk&H|JL5b|YR`Nmr9c9USFsZ}Vx4VlFXM7|VHzW6O`|nWmW%P|67QkKV6bd%Mwc}g; z_siuP;o64!J0czxhOB(&Re=sH<>@3#M72a_QKf}X{i7l!ZO_OT=Ih?>m)|N^*Z&S8 zOMU?+wL4en6+(Pn32XZ%$Eq_kz-i}oQKd3IbG681$Nb81oEMsk9ZbG-ZKYtvN!mAa5R;F4Gi_7?OzK6ift4DMyj_@J* z5v(qY=&?lL+Z7xz<{f7n(9~rcR9tkxJfJoKI@?HsY6}nF^$KE^Gs2A$C}1=$Fbc(7 z$NgJvfD{FTt}m|jE=)AdBR?hm8s@PnolhTO|60urQj86?QJqTcuMJP_ZsV*Hwx6H7 zcyK>Bh!8`6>9TjJD&%}mJ;Do8#NLC~0KEss{|d-qfg8T~rGO~2JCO`I&_{%V$#gQ> zvj!-Qj-bC`W2VoFs#tgi4aZHVdA)1HX`D)lP<8rq#ojaJhNO9#Q;IumpGJF}SJACS zw<6Q^5z4$h6b8JI?Xb`E2(o_Dm7P=gollgIiiqUrj$5q_C_Cc9==ZSE5gJU;((tSL z0J>I8^DWnBK$*{Z)jy%5UhH0@D7}C3;fwCe@O>eVz5)u%x<&I3)5LYP+duiY_M02M4GT^bx6-Y{eDI&1yu7l6YhtAiRM4YE@%xwno8Gh)&QR^Qz{FE5$L zWVO706Ez;xwc`~$ZZj@ch0ccjXoalptPSNAKrqc0Q&aPac||{>v-_(>9?Zxz49oML-f< zmU?3LU37hYUJ<&{LLqnA4d30BU-{l&j-sZm9M=Xd)h5!h8HUZDc59CuxJirXey~Vwa89?1E=0aGXs^8NI?}-I05!^3;5HsiL;q zAH1tmm0sCkQHoQ$U#H4Yi?a)?zXZ~ueu5yseA)75oYj=hhq@lRBZ!%R#^fk|n-zxOtaiEAIE=I20-pxMk=(x-R8X8>sUSv;;#6TvA7uM29#G6rysIh2 z-dj}*R%aAkHCMlnVq2tKdk&&>h&uSH+d}v$>H>P8!d86Z!e!^?Xhih8@9(F zZ)tiZr>TjGLFc$n)B6-O{;`+@t}BH{_Lc4a>3=4?1Ccx5BQW|iwdHnN!wE3(jP)|g z2EC2OM&xzcI6NB@3AW@N+7!!bwoqsj^O$`G_hT1v(@!)NFMskY)Tx%MQr~AY%rclR z0+R&IEHK(4pO+)2lk!G)a~Tug;AeJQm-ow_na2mcRqAf5_tMo%9csk@^jQxB+?#U~?xSvz98ijn@>0GYf?zETab-Vke+{+R7<7`X$ zZF?!+Gzf8T@yZgDIfx4admfhB2t6lm=J^YUHxBLx`o8!9`x{?5$~+(mlqrSQ{PAtK z&D?I=WaF1D7{@@1zC74SBWDdXv9jUkyLdPvjkFujXx|gTDIMb&wwJo>vG)G4+mn!M zE42WR<XXw}ils zpJq~K38cVkHk%qo@3Si8h&vf6U1T#qXeCKDp1TTPXr?f7)+(Wwo$r|V3OOVL25gqu zgrnYb06R803`@;DLy+dVef^GhEO+*0!T1d&D7u-0l?j*d!hV};A`YreRNZk$#?Q^S zC*pTOVBatnJh_MHDz=FY7#qLQPXJ=m43{8siDvy}K`G z`AwSL#oB6}-BleqrR_}n7fgg{IllOz$jD7xr-`e6ot!Gd1-@v#jPMQ0Jr9OwTm;bA z72k9&1}np^ieGii2@lj?Iuz6MXC@hLn0uDBES^2oO>?D$pFALJm$I0{H1CX2#0{El z)N7vK9}><-yARVCeAXs+*faP|apFCA2Bw;IHp(!a;Jeej)Z}~Iit?p!@1DlL2v`g~ z(+>@aM1VNG^$nR^Hx&MF4>!J+T^N7-q6>b&QD&j^DN`_eXf^uG#>!usA);=RI)NDr zI~lQM-~dJ#ZkKi(488eUCdn}Av+W1Zd)xNS8?Yj*pw}krx%Q$Sd*oGNt7r3TFjxL4 z)aS!8QR`@6+O4{5t-Un!-yu^E$&0t^TS5GSTozX)bg{sMPlJC6sd!AYuWI3Bwr3v6j_?o7GYetXE_!(b{{3a3JrTA%*#taKOF@9Brim+0<@F+Apb z5}Z0H#uQdpWSbp6JjW9o*S%U57E>ozpVxbc9lF3UZcSN%Bo?@tZlIQQ-r!%vo#){S z;s52|Zxbo$I(#s3i&^fQ&-A4C-7i>(e{)p|r;m1J z=GPiahm~m1j~;=4M7~~h&<5>a?GCiaai5H`q{{gE2Q+~yr=qkY0Yg&35(}AWOt5X? zuY}f7T*EZ6JKNR6sTaSzNN=i8WR?ioS_odgpxmSz*ZC>LS2*ZMfK6@@BK)nVBj*Zy z$D8TDcQK#|o6!S;+p3kNnr;J)n3+hN9V|**nLnaX8=#waDZA0}#&4prAl^(%*sa%{mLpibQjLI?P6(Mdt&?IM< z#%pqHT0wmzI=Xc>g&zvea4~RvQmpdj#67gdUx=F{IPxUo@W7Elv6Ma>)n7wQx2~U+ z2yK$jls&FsDkZiaWLw^mfZ+H@W}@Z0l&`^GkpQLO%?r1*%_@ zze_F_`(?y7J_3!X#6tp+(gLIIq=tc!f9n#+eg7w|Ct!yCIgFa=tZz0kJGiHJh~W9B zCGhG)dW(dwpov*Yd(E^(F@Fgkd1yqw6TwR=VxOWUs#(H%!B4yJfRRm$~DsQ5SMLxyrG45@V>n2Py2f*^d{v8_GK6mJ)bYeT&(jJlw`WA*S7+4yFP9~nl zMFllHh;90l^8sTch*QmQ+5Rz&+(?P_-eyU+GT>B90EYhM%4-)H&Uk6W7^pw+v=prV z;VQ0TcT#L?&5}SgVmF|j_v1JKVy)?$T58~wd=c9@V zz6?-cq!||Jf6_Rm6p&%!8(X7YF~j2BlL+SU!p6Kl&u6uIC9WqMsaBokb;#9{$SiT| zmXoQicQH>=9B4v@;HzvbIIs9hQEGdd`dtvS+yVCY_Qd&8#FX%_-hw^)tkr(3Fe@n3+do~1jvmT}dnw(x7bPzwC z!{D~QoU}~}>nji4N3X|Zm9=0iGG{PZ$12<`(MF?Uh~9_JJ!VlEaI_5*_#(L2F^+nl z3`AVR&ZY|^ahbfIN@%X*nZ|hj@J3pv1NyrC{yo(N^uQ!k%_L)*5OV>2#*P;9x=mfX z6>(w6t1!FXHlTSG*@O%f#Aqb5m5k<u?A+p`RN()6SUa7bpQ~QTl{rY6Y$6lRBUVJW1AK@hKXtOw=%Ddi zrh_4%xyhwW+d1zxsmzjL75UL}?1i)e>>QmYCk_;P<*U(wY)aQ_sh)V#`tuu-nleb# zLd^~soszz&cc7)`^a0wG+;h4^g+?wX#sz<_3_&_&_Hhq_LL)fw*zHh8G4=^6&Ef!% z(k+CfEqvwjA#LdR#O^~%%RD3M}ov7>H0TVRJNN;U6pJC~`DduMBFQ@tzeN9>8Z-3~n_LzUkI6s_6 zWzxZ*@z>XD_7kV5Rhhzsfk;iyL5KNmckQWBv~-*7;09PRQoX(b3wMq` zQ1Ab%WoH9AjXoEj25M6Derx3$N910g-L~pI))U7QpAY>CYpi65M{|dnqX!Vs{LI>J zUh?PRvU)A!TW2fPKcVVVC&jy(fX3A>yH!j+x(sqPYYlqL#Mxrez~i6kqVy5M15VJ< z({TfB+AvLm-=pGpyzhlp&lc`{gZPJ99y}w9k2!!DD*L`ZX4_R;*hgsjV8HmU8TjOe zO$i|IGh>^19G4;#yLrgdtZwv;6L$DStK6B{lcWvUW+=)#Fl%3pG5ArL%RwBT z)+Nz(uuvvul`rb3eBDt0)l_4LoTm*Q4K^>hlzB)k`j^maq64-Kzts5dux@^pt)B-E zqaXWjtzn<0zYyc~eruVDwNe1}vOf`BGl-M|?Ayo>MVn zgAi$sLpMw`nSKsh*2!p?Hg?GptUc&d`!+E-CD(3jna=*0yZ%1F@f*s?<$M)ZU;-C6 z%FOCoIkTN4=zu?dgpeQjh@SDC2N&>gk&`(3z12%43O!6WOtL4cY}1NhA#8LwmFyb8 zqvQ5pKEx@bx~+&;Vx8%#misRCogg*g!%hrEs=ArzC;D4vFVN@4;`~#GFd%4xJ-$YK z=Zs5?Q^T$OvGB16T|>Pzk2hewW*UWjD86i9BUG>*vz8P-am5UHwbD?_zo{YsUZ!#? zy~r`+ZfN+wGY3eKfk=k_#W}~?4Y9*clN5z>X=gu!gjT<2^ZZ|iwA&q`Pp|+YIe-84 zeN<)x&z?&me`b>+vQsL#(ymKhmeE4J8F55Wx!-!bAv|`g+fIfir@0nOl)KrFp-P6 zPic%@&eH;gK%_nH+YlmkX!fMy;@Yv7dXvd_v&B_cNCo7uUwE%}TVv0qWJxi{p&B{@ z_f0HL6Ww;avGyVwO)1-{mbBg2`wssa(jNh&&!0m{E9gVn=YJx?A32yt+Ht zt&G@x);8WIhVJ_xkakdYKi=yA_QXS;Ko&N!y}}R1i$ejo@DCkmN{e`Ib*wr^E|>sz za=m4WG;F!!fM5MT;1@21I9Io_OdGtC?0o6Tae-tV$W|F>SQ;>iA6$mRK&nFGoAy1* zDN1HtZJI8NZYU1$-^5?`4yYnCQQu}-+>7(OTk((-TJ~61)yWoHsyA7CCKzk4I^XIp znU;iKl-+~$Q%*`? z#GqlYmmD?Nuul%!zs8|Uctls`y{W%A+KaHse?S$~yFLKH%Jq8}p7`Pbwz9+%>*SQZ z!#$;5DP3g-wp#hyYCo}E5>Z-D$AyfYTJrrlS=t# zZLe#yhdm~M|ZwJ3i@v2~Dfy$qFB=-!3>?lL| zi}W-JCkD|n?ARWS)u$T69Z$$qEOO5{@k)-S6g(%8lfr=qYQ@x~cl=BHra_O+BhzMz zXGGq&#zk4L@`%zY?aVPTU$eU2_am7tV(&_(dO^IfGVhF8{sp_7KNePDB;3by!v2lv z1GL5V^PdFNZtMcL?y(_NSk9@U?CY8-DNa=z4jQ-S&nK(YBV)E(Pte^T7KYd{Q&fY= zK7TCzYc30o`KQQV4LELYi0!xUYDp>+5V9JPrP-c*_q|T%4W`<5VnwYHa61@fL) zmfB;B5 z-g8C*H>9K(3Z`-wpTCjplaOY+oc+OSmtBzwZR!`Q?RDxTQ|bZ7cI2z9n0<{rci5ri z4*v}}|9GczstjhMUP@S0=)V*d4u6`Hlv}O44m&oW958>fD&ItVe5|x1Y}wsR!=Mpe zF4N4bucvHFJL;(#*#|3w?(PRWFzN^r(Ovo_JMBQ11qpj{I>M^=9J6e%^|$k1l#QWU znqz6fV4`0xfD8;BwvDwxyeWq33-M{F!+`J)D|QE6H#MHExg<-S8H7CE5FuXwOy6`F z9I>j1IYdf=A2=d_S7zA?0;f@w(3t$}Oxyu~Aco0*QhHJ-Qdg6dfYr6bO+TrU%4Wx> zb{>$NkR}xHrPeHPpvc|}N`o`ulg2rnTzp3aByFxp%5;IpwXK+UA$iMo%EoHi>V4_N zS=X|!FNt3@Y_~-oF<1B5-|K)->?!u||HycK_%Pj!8s$yBFk}hS%tho_N9uWU&NZI! zU;{m~A{z^5JwuC~pcYapf|fkbaFX0@jeJvF>JFn3oavL%J2Bq>V`BR#-XitQEWRS5 zr?qOle{fJkIvKa&f~R%RGH*##G}#2FT7a^loZ@o0#B~|~5cM5TaVyRLz(~Bnjaeaj z$=wFt?36u?ersk#bq`Q*M->83~;T6b#@ivVuT?gS&VD zdGr5V>*KY1IaJQqw+_(V!|ztzo+KIYWZ2?)$V(v=xo>_t*fL^sRL;({i+mN$TUN`L zy}DYW12ww=R8cX@L{(PT!$ODNvvMNx?Jls1IL-17+jhGyQ@QPW*;+M8kY)-`M$Q7l z0`#jr;~k=;Jm(sVr*^4nc#JxZjU8a^D`fDNXl^s-oeOO48r-0Cnk8s~_8tf2G{G5F z_u#0x)~wU{(CRH)i=TyUjr@Su0`?k9io(z%RZ}Tlz}t8IT3nm40a)e5#HCGjlIeNn z)b7g$piCNDo0T(2+Bz()OC$}Z-paX&F7Idwx|Nf+RTo4>^5RvVrr))|{rfQf5_FSV z*_Ya!EUuNLC#l@h!U93_y ze#{jpKr)<4rV`q0vU#J??KkphygjJ+V@Z9XY+!KY%hWd0E4asL^N(!3k7*|_nQ)_2 zrRHiV-^HPq{c)pXFjO}r7kK*}{;NkD-cHYj?Z;Bw82b~=cq(CXuxOCAbW;J`Aizg( zh7!rJiE`h6+XMm*zM7TsIxE{7JW1`8L2UeD*+330P2K=_1LY`?s_p*cRqZul0OZIg zxp_R0S-xZP9L0~3UUr zyo9YKnT%t<-1=OTQWhKs_#S@>GuFZEY`9dV`M%aFI$FGzpyI`U`=Dy7reXFa;nO=0 z#o%}q|DOFtI!Aht-%Nc4#;2q<>=gwc_fx`AR4CLey*Q|uIOq_RzXm2K-eJ$RS4F_2 zljomiV%Yf0K!%V%J7L>yTb$I3Zvukxd`@|*-N>${oO|PwFm>++LhD61HDq3vy+3o5 z(Ha&0*lrN;ax>=ruHqA>ry^iGz!gK!IS|LZ+f@zqD0t{ZD4s42Q#!l9hFa94C#s`^-^8?oa(pAY}!S~2gRFTPLM zs}i;4%(A;&AOn|>tT6uh)w8ZSs09QQ1<@6`&6xO~$7w%-rYv~4svrT@ych49OmdmH zpipywz^f>x?zq2y;Pnu{?SF^`t$$)75Qb5=Y(uqG8%sYCwn!~{-EH~JzpiVcODq=%OF z!tNK-(T4u*bL@Tjb8#l%D-mP#hTGNJtZOI?+$r8K&zShuqh8Vs3O z$S)qP@kkBCx}{SUY>2fln&@q6H(Sd*M z7y)!6;LIlo#ldZN4*f|Io)GQn7t+5a9SYNUOjNRev8y+(Takl31(iBfUPHEORi**I zSTM>*iv4wVa2yOFlDxbhjW)bXbrf-6;NE`@718k|aof^mzq90`&&FUyq_}LaxA*yV z@J!6@pD8)V{ax;2vu67wkER8?Qrl#NS!mprr(fNS!hINU9S;LfPkKZ*3keyw^KsFe! zyND_DbH)&D{k$Izc#WS{vnt!`IAL z${;hMXIo2$>w%O|9HfTtx0Be7xuIp={8h^QQCHNBBngR%b#KYaL52>%{PfMKC;+>= zx1s1mZo_0u&=;M-^>h8*CRqY{x`R)$tMz;E zR6g0Y-oNY^8nG_PpL!_*Mu0%A2iJk$S?TGk8MhM=H1d8iK^3zo@fT#GFT^1lwEd9! z<9I;T!4(8mn^@;-vx225iaxigW?DO3D|qpfzwPU_33Bg%kehrO^^5Kk*g|}?^SjME zUv`v^ese)cN3LcYytvJzxGDc-zs5%(D3C{<8f@`F=*4nSrcTvF^!d=){grSO7YcQ_ zGGus%AN6f_*m||{f8KH^Xp`e6xtBAt@6lQuQXHC%}<7h@x)>1|> zB0Cz2dS=Je@3qShnDO&g#oM_IT5xx`k&V)9l=hTcMJA55etk2`d`#c*&D*E7?E411 zC!X?>brgQ}T=^&cNNSwt*P|8BpDfV;!f<$E?e@+I?G8-HaC;5wOLm z-*Hr>Sr|dz)HhLdRUG7~n6 zSOz3|O6$AQxCDg~&dy7(OSGi{_daBUqPGGq%F-_mVNVT~_rub+-ww+{1{*J$5+U&x0K zyoDoRgpFR_r@wcMWqiJ5$9dkVao(}Ss|6ytkU*@N{-Md*bStHZX~71~=2}ecXo~1QF`| zini@tXBOC)i&hh?zcsbxz)rI*64&7@Q^!HI$h3qQ z=GK0<=(nnZtEZ@PJxQ<|oxu$h<@5Ga!kVp6PTEu!(sqJn9zS`v9khMO6JBd}aVqAP zQzSVlycPL)YGc3Ri5QAO@wY8BQedz#+R~q|I@~o6apEe=b5Z$3Dc|w&`)5kcU5DR{ zTDrCzNwE>Ud`gJ!tJArZL3hNf>VN zW%Nd+7A?&Jnox?4`rk{w2ZLsbKm=kStw67bd{UX}Z^O_n=!nkywdao#<6OJMF~qSk zA}>WHWR|my<3bW{{YP|jid8K}JHa-o;v8Ctvn*+Ehpb`7y(7irZq7}on~-}xhl4!{ z{xT?&P>dWWla+*y`?cU+@OF*=RGfu!kCDzsij5ChukxF1Ja$#eGE}4vd|bk;D4qW@ z8ifkB7>{lNw!5>HXpGJz38D`M@F>1#IHE1B+?c#~NiP|}M-GgJ7@L{gRa`D_yIqP3 z!HI9D6I~YLrw>ma#w~a$mWvZqLZ*5pe((vMB<>x^z5A*|osV01PPh~ojvpj$`tO}n z=O<=fyZ0&q(L${U9D&PwZ8u7PIFrtE-qm>|5>|Fq}yjHHgxt>j-g})o*!_w%vJ=0f384X zoLOem8Zo$r#DPJ%q-$!&{O97^f_9#quo(rnpOiI$qc0V@DEjD2A$h69w7Sc!WlJfPUdq3!A3TU~Vc`YJorpEs)z>AG5e%6M zjUOXe97M!>qa}G5Rsp;TvlJO>gU1j#1q1$OUKeYd$MZsXiGqX0L$1mXJcsk14sEv` z?~2Wun)G+iY9gL_R!m0N{FgPjl)^sNUfm?4Xr!_UWyrkkOZX;`3~<4U0?PJXF5rQ3 zaTz$H{v@?A4K!sBAeK|gb6gik98sJk`?)5Z-WuwEm&X?kz{lGN&zdmE8{afV1 z7-+2bh?*O29h)Z9=Gkfee0+>Xdm#l}xh8XyNW8_%VU%Yiyp3nD(Vnh_Tyaa0rtkKq zV=`rmZ?@tCKZ5gAivrfK6|}0%3|D>;bWJ=iCKrs2NjFi93HUD;A$`kN{o{MO-#y6B zKB*=gJDA1sNmn>xZS-q7f5w?(FDOv~k&;BY@$7v2c%a}kNz-S`h4i&`U9-awivPJF zn%C0fxxQ7G98?$Nl2EPJv^@FyG<>dtV(&9q+)E9&07v1f1R2s9(oADouFT15R z{WKq>(zFTuk_DqIzTKtJ|J%>7Cf?|#WSbGD;g5C{P~OT)KlJ89uZGu^bE3%D%eU;} zS;>MbmeGqeB-6$`fo#mXkL%xr1#qu^&Sly{d0Ggq%rIq6^B5l)jy5jp@k(Iit^eL| zcA0?Q-kym?A1(Hdy7|P0yOfi#=IE_1p}DsdQBjPTBvL;o%2tLWbi0g{p=Le}5_*I; z&E@`@usZ<~!nJZEvoMjk|I^_p(LIGrZX*L*TNi=C#AWAk}QxCJ~FEW{W zF;r@t|J=J01cPRX+GsxaS4|atXwmnb3Np`&HUeUqn~p|P+0GnULeDkLd1qOKpcl2v zn`IzW4Z(p;INkEPR%hTI;h9sw@KNX(-pv_LEc@efBO+qru*B*4^XJo-7CDg2JIsX8 z!M^x86v|t-$V3bN{S0q&JTb$1&n5~CCz*OGcklpHeWBj*X@ia|d~knCAeial>|V=- zB>eK#Z}oteTC@|yj!?iymR=d1X^#*%kjO5e8-M;Muo7a@JFwx+(#GK;h^30{y+?FH zk`K3Kl>MIuC8cg*`1}S8sppuDmXnM@r7=HGF3aL`e;Xx$n>>=7t+Dd+*INWr{kqez z#{?LN!CLdp+n}^@?UeP+$g%4ahr(e(5zU&l;+j$*qN7$P=wn+Ea^}BUfM>`sNLr$5 z@Z+>gBM$Im64ReIF_+`{$=ZjUvrc*&J164&N zQKYXQ|G+`1$FLUZG}4&szGcHCMvsU=qA2IKG!i{+^`@OV+o>eUoBa$Y8-qMDR{YGz z>7Pl>C-}lS`JNwz>LZI(AZHW%a0{NNL{W0DW_g$DibHG(t_?k%PY#z)Ca%~?NG!pM zzm4{y#8NB*<5EEJqBm{TvqzluhiQc={iOuY#e+}_^L;AT7yU#-i`P&t$EKATd&wJv ziWNu?gEB@}DrjM9x@YU#(H^eZqZG}I{4=k_oz`dY5f8P>O-N2czvqbqHStjAS&kDu z7Ay4MNJRYr*hdXCGh5m%3nCjjFE+@+wi8|E#Lu9z5q2={q^HcpWKug^{^`Gq^~=^E zY}xs7Gmnk$X|mPd*P}agZ**|wZk{|_WHa|}p_b< zDAE>L3BNH`c+kRkM@vELgW)}~++(FKZ%x3$*<@DIhIuzzs`!&2QgGvO&Bhi-3xC&o zYkI!;Be$1=qleL&J$fkeRZ%EMJUKEia;TEr+alzN!~}6O&mFyougK{4UpMR zb!Iz0T}sy2z@p5L&pgHuBW_!klTzsJ5()oLP5#=ALDR(MhbzCdeNx!+)6fo~^lMzh zu#w=!wz~?s4Eff3>-}`85;Pk7bTNgHe*7kg6x>i2)I~F@Q?Kt@=fj&I%dcL;3hcsj zkBf&{g#hZ)fofUX7FxJC*4&nO>*H-cG_q6fu*oqUMry@!Lt-pEzz^)gKRX@|Obp33v;0gkLH&W< zE9Du~@3bK*M(K(+mQansa#ppBI0d?ifV?QO+E zYvPO&;*c#y`#>P0%#8ho40$0&dF2Ej&d>laujQG;#7WS}G)eN_@I4?5Z&*$>$UQb3 zY@|6^JN9Kv3fc-DT}X^wFfwFi@fWH&*||e#dHQf^XEDr~k^hOq4DGQWxf0xYWl=2MQQ%vVb94*8E^iMy9`FR-*t?A?ryA1b z+#feC)>FY;<`m-^58Ldgmf5{6k_#vlq4$-Lm?e?ZsgT%9KrX^la7ByvCC*dqx7>8+s%fdW^~}Y^F9%iTSoEkdT`+69^fD zdH2j`>vuWyJ3Y+Pc&*MUy^_5m`!|N49?vUaA;!{mP!pE9$MBwqd%JUPf&OgW^#A5Jn z?k{9P$`PelXWAhoP{Cs+Q`eU4^M5h&a4#ew-IuV1gikZ?&M^e)V*arp0k!z1fCR%} zklXMWs6uoPhYsx%dnfrY5FCYxZc=nt4f&)Gakn?EC{6j;b?XUA$Wu=$q7h5UqnaO( z1dC_fU11>pcE7rw_-*g_82u|;>Bb`LC1ZkOC21VXFEM^tKm3^;tlL#v2!9%009ktX z!fnE})n0h-2`44sI!`bmBgBUG4p9HNPPO27YwE=J)L;1n_{xJ~5wf^PFF#{{7Ahr|~+v+zeP4>h3``9JV3*T8kUaCjM* zHO*j9n#)yvC37~n!l>?eO-~^osYgE@Wsc`;c523JArUbI2=&Por06v`$jIGB;zNN5wlCu^ zVqJv}-iLigS*^&6Q-(QYFiEXJ|buY_DN~_H9 zQC3)A8=yu=R~$SK0DN3qW-^!W^=&b%P)oKIdKs>fhN7)|FjZ(XDGDD9aP2Q}2_-E?g5)A1#k2#&-&o>)+|`yO=1r)_IN z6SM+@Tu#u(@`%=i!;*q4Bom=Y?^oTTX`TDb=k+?yMRI9Bh!1ZBkM3Rn2aPNvzaEGE z+iSI!?)KU4CQ$T%Dv!%PRNZl+5&z9ZxA?nbKx@UdOm4Kd`b^kmgK-U3TG%2mCLbN& zI@x3Hym^J8{m-bZ3l$R2sJx{hkhzBzMoE^RyWaFp;5jJ#B7^9?MX&3Y_Zh(~% z0Q!C-6^(_|Y+P&|D@7wR_)%YrZL{i#J?neyv)@#3_4a36Zj9DqX%R=ts2-Ew1=km3 z(}!&xYe}t^=&@Wg{LG*E2mJ`JCKfi2p7;{`dFe5C;Qj`4D7_q9!Gp=Y8>eLT_TiS3 zq{wk$ZuL^^8ON#NKO}EqA)t>7ew;=)dsNZ8t+yE#rbJ2kuQ*?~Qrpg$SY1`r`rPmy8djL*xe@6b*(=OsedKFX5S~#g}I5 zKg)MEC~FV9bSV2-&9BEEDXNZvfwd&|aA#|;>=RS&ss)@;r0N)1xYK6uF0VuROGif! z;R>bG?=#1FIp=GV!*B~P!+YBfKNFgKpLL_${~S#z6aY-PF0iZMOI@aCt$#wX7$_59 zA9a5zfI}N3zEa~v97F<&2z}S*>NM%@H&=!y^5UM@zpwQY$eNSMf)bNTE^uUIE^JIr zPJk$P(Z16k66`@of(~yx8PM9*hZZA9yM*K2wiAb*ie|~$KYDT-$1{Ql!W2H<*aO)N z5=LvNF#VPt2dl0=&lg+Ajvt5=7jcn(`~VMV1McM^ZdC1JqBl>z^dWtV#i5gdj7HfR zgQHOL1K6@N7FU`DOC6=r+H|-p|tcz;Jtmpgb>($|vA#Q|3_8MRyt~uU^*P zhFEsH$_h6ri}a`v6MQUR-ch9y09T;+C4}ZMnE%b?>2id`51OwiDT^yjS(NCrr&2sf$L6B>; z^hs>yUHWtk8GJe2+R)y};elJ#QR>pfvce_DlQEpbtI`1AIseul^I0H&Uh=j07)30E z(&>DaxqHXDF5Ry|Bg@7>Uy<>gkCnYs=Z8ZDb=k_v>pcq?56sc*No zJw!w77h98ncAz<=LLC{N%}mGc;4#c(mfjVx8W0G=|1FGk+HFxfX70l&~s8L-2yM7t&O@VR9MWitwp5e5Ar!37sZ`_)J^p z*D!WdpiGI1IlfqoC*k1}Eg?II`IrXE`<8mmYf|O8$WO=W0P3QCV=E}5HZCig0XO1j z<&EqgK>*kf*-IOOKGeGv{^YeIF|gm!jW-A63;^WyOir@OGFVMdvFm5_e7W|bimfMJ zT}7e_Wk+e;%FpC@7!xedvGexX`id?iK9qD3tv*aS6_6NB!*}xaw8sSu6|h!7q})4N zF)-qKWD}E-7N$&NDFpxc6nim`y@M%g68N7H%|h;pqqgBu_2lK9Jh`H3xBv}^W5HV2 zA@=a+?XB_YN~pIB;)0c!XF=dEkeEs;$ixZl*NAiJk-nIvGitlMO@9o7_Qtn zXPxQD_f_mc@uX|Ure~I8i93aE0|p|c8EIBI;P7HvMi6wI|BnTG{b@d zVhb2+ZnOJd`!K2T&zwl2mVDGfLha#5kDntr@1RYI7Q?>eyYmJ-Cmk4{{5i5Mb1P;9p~vEOO> zHc2cL8p`RR=;>&8tQTKmWg=>8OzA@^GQ?Way(RAg{|{kTDLf*nlBoVS{$x#~kg+p- z<_1H|!`z#xm&$Mp&A{bz8>A;-Vg4ZVXnTblq!rY~?+SW*s;l!ss-#$iVRDbs_VQ`i zS>l2h(lcv~a~jv54_Z&q-gnNR6B1u;*w*1(`pkDNSvHBoHc2c>i z-$;3}_?!`cdi?G3>(`Af(l>DfoTznkxNM2Nf$s@^ryhN42ok$}82cKzeW zTq8x#eD%sR3+h!#m5jQTti@;x^!**s+fn=k+|;t{KG`G`$f9v30glY;N=xoz4^*PC zlTG9}JHN$9I_yw=u;mmV9hWWj?JHk0WWpE(4>#+Ut)=+?9y(Offr=CoKZbew8M-pn z88L@pF4*S%Miyz0u!z6SOrDVW)5jg(WV8|A_m|t2e%8@%)L_se^9f+Mg2#GZt4kXR$O5FGceNIUnaw$-`7-=O+ zj$T_{NW`T;B8JYKTrQ4CBu+?VVXK0vm}QK(pk)P}QMnD}l(IYj&h|@oNPIEO8Ib|*^`i9*fX15DS)5?6b>3;`2nSTR;9@L@owgm-g!p^H%~l2UHk-jz9#Jsh_qo)I zH{&CrE4ids)iukLX4)I^QK`|ys}143^rN^aVe&Z!_B?B~;77F5K}24Qu9j|a1* z6xgRac5LSqh&n1nlFXB~mpBDPHjprPptbB8N!F7p*7TUf+a6SkS*u8)eB_Ct?(%K( z!zl##1Rdqz(5OFAalcAF9}9uON{P-sGIIYxKZ!J`G&yK~XZEg7D#}QHr4h|kny)77 z8w>k;crY@?!vl=$fV+Wv$cTH1szJ{pl%{j){*>m66yhh>fLcjwvgh;tm3s`6h@u^_ zkVcY^$~L$s@UHYolqH4s<`y~5WHwo(VvKl-JxYv{hgkeblqyAaXu)5QbQwNOEjk5! zc3PBkH(x6&SA&axzN$?6QoNJl3UI&s;(UWjXO4$tFgZ;wPbh6sW8SnraC9d~COeHrW~i1{ zUJ^82NmRPtuf%dUSN7uR3J2!5Z_82L(W^{PGQz1>?pd(W=YO&mlCslOQ38EgG*ReQ<`a8Z7$UR|-lBX~ObbZ&Sn0 zt|L^u_Ub&MB{J_nRWBrgtM#tT08#2`ZDieVR1LotCSGr|H`_@>^o?hJJ!c$5TC!Sp z?tz^JJ=!1p&sIZHsUGHUEcZK)GV1A%d0=dA;nW_xzSTxG9$9-4rQLqlXH2{SevxZg1ur0r)7w%t@k#_%f#DEIkjKh@Os&q>eC_6;|noofQYdGDzeOGktPVM=XIiZmB}#{*0^OLD_3 z{+Zn@iPU)t|L_cX zuz|{(DKxD&8{5@zuZi}b)e#z9gKd?JWf}D4rbfMWOE<=qu8LEM;L%37ywKhko!!o5 z?liI()qNSoYyhH0QJUOQ*sTLze2k)MnwL zpHKWx#$Hz{Vf*GD4h#uV9=VZ$Kkq42WOOUn`OI}XJJ)$k=Q!?R93U;dXJb)&zbF#4 zGB;MTh1H_U#DFjGr>WCtKDiR>F}yA6A~_s4Jd56|d?aTk~K= zn;(PT$d@~*U{xZ%kjejVWife)WCMze$mq%j!BTa151uIJCIMvzVtU-EB$!O=vk?qJ zHe&Iq8!U~4tOnG3G!MwfQcGkKm}W0s*x$}5GzIP^S8a{F)V_MQ%iz4Z24chVuwlm{ zJ`a(;=(onnxHKO+^`h-^B9UfAO6}HbjbZFspYzkB^Ol6h0#8Df)#~5v0h{qJB%8oz zy1yVbn!pV`*39=e1~>Ho;n5U*BgB4yh)FP6xqJybz4HVIqo_qfB9Go88Jse!^cwae>QK_)$~_XC5BesXJe}+48xW zf@$V&WbBo}9P9iG+4k-#TV9tiWjk%lr&1+x00p?bI3-js#r$7VfXu^?_{b&@k<9a@ zkiL1)nuiZumfs)&Oe1D9O1RAxzRJfvNen;9wz1${_|gsq(Fh5QLD$B=^lB%v47cc}2@CIR&msaG7nzBsFf zt-DGK6&NeK@&v8P%P)ebXPo$$V&rp&d-fe1D3~BHoBvk6l

aTjtYb7S8~sQxW=6 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 literal 0 HcmV?d00001 diff --git a/assets/img/hero/test-coverage-hero-image.png b/assets/img/hero/test-coverage-hero-image.png new file mode 100644 index 0000000000000000000000000000000000000000..b8a7bfe67394b003bf93afe511bbfb6aa5f60f7d GIT binary patch literal 56813 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 z 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

aTjtYb7S8~sQxW=6 zQKr^BPaK%C*5N^vxz0k=uDbrU$Vr&eZ~5)_Jw%`_)?J(ijj0 z0ahhtk!^459Sa88M8tm$O>qC0EHx6_|BBZ?Xn!7;B`#gGxM5nE@x{hm_Gx!plGY(# z3iD%?`(gqKcJtC8E2uJsi}B6tYrq7E({IiK!C=f1nKthyqrWRlRfqFt_i4pqe2JbU z-Bd_Cg-9naoqqndU6=fkfULry#?8bPUQvC5o7EXH4PbvFovqjUhC=NR zqGjI6bbX_H(YIgonA9C;iEe%j2a?L#D3D&zqQW#${$_xf3tjhh672$vO%GaNFtnuT zzm?ox(#lF;!2G^Vg4cs?63p9ft3rhN{Sx``GG{v>W40zK^IEksUXCQ#+E;$<=s0wh zj4yNJ?oS~fJzSf~aS@#yk_eP^TkAg6DBCv z+hHNE`t#nX!H+qcc?D93aoPmk8XFBpjT9cz>mghLbC;(IXvr|j0=B<91?{{K zTDO9X?&i*OD>n861P?X_P<9+sR-=S)Wn@nK|F}=7XEj8O>)PufhgS7&?Wi6@n7HS0 zH~RVC#I@-rz5mo7n>zqxrNEk87NQc9A)FB2+iDKkiOK*Unowjy@+#a(1X_byc4f690GlhFe%V4dyEQho#0?L;j9XXN{XZt+4@LeP}fE z$bKRV%L0S{=H!Q4^O*h7wd7DIF9CJ{Oj-cjO0hiF(^}uRwN$uwvf(D?I{Jba#f$-z zPJWo@g0*D13af*b{k%$0E$X z0riML1pP9wJ=+pWS+HIgLpR=Fo$m@edo845*KdSDS8Pzjf+)|rHw>2g7{C4^0%Yn0 zIA>F)tYkVV@WgK9BsUyv`Nd5+anD5C$QjXJtB`r^LOT9b*;zH)oLUF>21 zwT;u*spw+%h%fedOrhL{j@?2&ztJp6uR;ti*A=b54mxpl0>6vdW{Tf(+x`_4U!c}V z9;(It70I@*TYbk3p%=&v(%?DV@81)UG(lN3yB@Cu-jMz;z&xm%_hvuy%8q}*<>TR- z_@qw^^%dc>g5ej?)dAKm))`b6G)<%>ufzD@ZB@=Yak2f~aCjq4rX z1KfBmuPW1-y>Y(Ap5_`_(+zhl%>?q6-k1N~qid$VN+?|(lmy29EPPj(!;!Ycy2x|W!b8eeCS{D)`52vHd?dhCO@))xJc~Qv<|6JClryE2{(Y|cVQT%) z@1*IB{o|Fx*oHdg>c{gXqDCsWw!(C_AfYcL-m#o?K}QI2^k`I%E?`uND$w0r&Oz}T z0o&GATh>CfmJ&AEkho{4+SwL8E#xX&b~_sr3%lN-Z0eT*#*N*)7SbhoGKpD%slon> zo5=qDsqBIB2~8`iExoeS=JJ)&`~T@p?$jkN@kLWU?5d^g?Rya4~3=j^7Z2 zUaGzsb!}}1hlH*zkl5U0a&7OLi)aD;uGzgX(uL zZ+gNS*-d@NA-REP4uC>c?$8JjW#$v2Njy|Se!J$e^Zn7|3-1yp6^r>vFgKeS9;QM} zzf4*noZ^!CnOGL37PYAgmOyeMWPNRzeLRW4V%aT)jwvk#^x4NI^64he zKVh1g4Uh5bQ=MTJ4V-@o4_uJz!H}HKglWY$KyXg;%mG3$hE2Ghm5ai{kqd0?F`jZ} zQ?w3;b0VKxGSXta`mjqLls=oAw?)EIyb*oIRIq!Jl?tr*(g|*bmm-wsB;f-M!fifP z8Im4|08dOA*ocp@_%9pdN5pp=Hc__)%aqD_aVBg)&3O4OVFOA7==~VD_ao=2Sm6Dm zHby{1vsa%H-Ph9a4a&(rt>JFgK(}3C$0DpfcQf#rH){rs`gQ#T5Pk*VSFYvd`1GK_ zWJ+o^T-gs$rZ;`piOp_J7aqUjpes);Js7gsVL+xm?F}U%PhS8F zIext!Q=7A61;xS2SMdNdG9`N+8b6!Q@{Z;I;p!^`qVAh^rMsl0OG>(9DQQ7kx}>DL zySp3dMnSr}ySsBqVM*zQJ$t|BJC--r)WyEXx1E zt6eJeZU$n5FU`E1Ydx&IGK)w+s^_m$;3|Y*Zc!46#qr?4h~?-F^(cH{cwHs)6Zc|Z z^w>zX>X0}kZB~~4$mHZ?KJ}&7B*xDDTzDws`G`n_e7~96TT!&eR|~em88)>&+LqK! z5$^+lm{*4`>a9oZH+R^Pe(;TKJxl%nZSW#%HRZe<{Q_(+98aY}Z5_yZmkNJjT23A32;&{-0jSHi%|0anW7quY1Dp zK!7W$!IS$c+^k3tYli^>aX5X?^R7elof;wC#zMaDyijCsbu5_DCVm`dqnRi3XdBgnD@> zO4q+okm_Qip^)*cW6t;C%!Uqvz zsfLIP>t6KvODNP>IdP0r(`lWNs=EQhi58*!B%+AbU_30MS;oF@ss9#3MMm=%{g3UR zukP4B%675K7j^DfM&eAawY&-7ou*9xT@1e-xUZ(N#+N`V;)c+*{>H!%4qahzV(k?& zi+MOBRA4_?Y+0BBvmg0$cNjU(778wF+hF$D%?K!e(Mg&!ut?-{lxdh2puD5SJ*b1J zw-8%KNKx&?_E~n@?D^C?SWAUlFE(Zco4PhJoRL=Uoe+mM8RLDzr4RMAcfS?9^*Y3^ zhHhls2@2dw1*zdHs*6a9Z zdTTurntZjcT~SVrZ#Lg`zD5tzeHJh#H*Zzw>1#3~BhPpBK(01(wU3S68#LX6(=m4< z!H{Kp=25ET2+5{TkDdjp1d##SbeV`HUn7~=pvttl(&mRFx2(Y)yjG=%5pE&A(^zw|yqJ6&4%Y}G-*I2)= z+yoQnHJ@7mJvT|}4Fb5rTM_#+Vn>WM(fsGr*wa$7S_9XpKF$v>f#?^rmR$A01-d-S zvHYY$8j0TRe34H07QA%C!P^~7WvdC$nxB}Axc|}b&G4+Ng#pCeZcf8gVLm?{67gY!;rpDt{z)-RP5ke?f8;ZQ`^_QQZm^M0NtYLS0 z{!6q_VJ?rIMoB3u6+MEz45Cv%lAh7tOEqW{qpy1R+JuoFxmbxvY{~>0E9XQDSdQ8F z-At`Xj@%8of0#kQkrDYTG1l|XG~w9mnxD!`&*Q@8jop6M zmQA~Yw3}|w975oCnQ>wRo7~(P!%5k67%zz%0%foFH&11#+fxi##ex_exD*kb3L z6R=;bDI;u<7nTEle}wSXtD@_~MW<3v1fldV2==-yt^(`bcUO9PTOTOv4j(>lt#!Ch zOBMrr91oYZY&2KGvgx-CS(e_*7478GMUMcTv;2WC8K2Yr@r z((ofvwm*F_Vkea(_fL9qCgm#^N|6*OYfxxlg-~PR&NBWj(99B<2>*9JpfJ>;B|^r7hDh3SjJ+et5kK4DPNo*(;RAshLk+8&7g|F7UJ@%x-4k@|1{0 zx%;SE)3lBXh~BZ?5bUe0w>lN7akr1UZO*c8EKa5zVF%T1Pia(g{m-Su;$W1)hX-A7{mfiL@`a*{+tyaf8@<)$3#S%Zj(v~t%+U~d*M^7xPOU+T;;y3^7&LiNMD zv1L(ss>dKu;rHsfT_3(Kbr+nZAO^^2T%2L|Jm$h9)xNoLUzlTE!!;w(=DFp1qUN9g zi-2-%0h7=dyp4L)ebbOzg^IQufg06{RIXzBkm#OW(nh zoo?Ohhr15?c4D?>gDk{=*5Y{7U;-zPOdTDVY>WdHbJX>>8ngHG8Kp=P_1RwE`7VE` z-XI769PUno{`hr7VO!qkc%5&tAYtUUfahNwL^0QurrFSvkO#2H#5`%0F!@JVZ_MU_ z&Ja#x&`1o_9VjFuSw{LdpJSfFY#?znJ6-r^Y`8$%@W3(wcN{&mqvCkyR@3ztN+|K+ z{N>LDhnPRVLK2hT5nn#(Fvu;uI635fP83ZwNn0HLj?OJa zKRKKDn)mR`gX~oV`1$qsZ$CD`$L(Ir&mV7WT#&wt#i39ku}qeo!M_cIVRXSu$qkWz=W6h@369A6O80{i#;Ys6zmY$T>4H++2hBlvzs7O+J)*;ax%^S73s zALm@i4A$oPxDERafPr*lMAr8-y;<9l$2MR8>dH6>;P`PH{U^y89SP_Su=S-S$H%!b z)ULKGx$5_B9zZ=5@M9$MD+!a?lv9hAR%q$fV7MQ@){oiQ63eyl7gy_Y3UN$nh9Z)j zrk96>@C4s)M!bzHYJwlyAEug8KZKmk3lYu%NLYGhPDky3X(7fgUVF%@F`T@-IM@tN z--}n&wS1g>v!1}HVodAg)jFy<|Ggw~W>CkXNNKEKzT;&wa!}f|P{@(j58V!ANse2{ z6%zYbjB)|kt^B^)kGNz#FYKFdDj@9JRO7ENJl%e|tc<}9tqhmOxDV@u@WgMb06<*s zVY!`cGOtdHD*NUi1qqx!H^$Cw#D}Wyg~&Ev;goioN@{fR_{(VFQGx@GU^ zh%rYpF2J|JgS7~AX^v@SIWkFArid_MQ?B7QPCatE^12MTTLoxpZvS_n}9$LH^;lyN1*Y@+=+dD;Om%ZIiP7`8`xq_C0-Bk(LkW$>bCXiJ?K;V1!Lb$ zeL0H6o4FP8ysfRLRwHuqu56*4{ZEz*ppB$e!z(wYQ}*1m;)e6Fe*5MCI*`K($WcfC z3MTRpA7tk|_|)hT(B@smM_pj~`h0V>$g*Ue`#VeKK#9|&YBw(T#*w7j8(L9=hw{g(6(52gTm$5|8VBa3Lp(4ZrVWt5$7-nY zHca4ywf&C@`d&GAH}ju}QNyjH(R9rV_E%q91R4 zi%E4Fg1q45ig$Md{pz#1fo=Vf1SaiHfNTCf$aA54VVuXIfP*UEFIRGoLRxG6SC7k! zPm(Toe+NS(BcWw@rtME;{$dz|Vp=?+(o||3)>LTvCi`0aBbMS^=(nz8{L9wox9w77 zqTQgqRWw)@rQL1-9zRY|&;khQ7H+(|p?bH8HkfXouln>MnFb3oz*=cxQm z{m;rms|Yv63$tk=8^f$i3MqbqJcYEMcPkn5^S8}@Q3_l->+l48w`gLKj)VNt_f@^U z@n;tN4tOG-HZkZlqHO5kF~8?itPA80wUr0m($Hn~`p`ryb#4}piVjeVLu~+R>E-gS zr48UJ;!W~OdzM$WTPs1gpMuF7Pk7rnsCjTp)dO-$o9h`IF4Git53#l)CZD7CXPk9l zmYtU8IQlIxWl2(}lr!g>t1)O_5Wk-gem~6O&9jyu>hUPGFwqZfzdmVX5N{izpl$TR z&CKnrplzaAOZKddyn&fI$??+Ob6>ou(m^4J>{TKu29v00nWT9vRCk0LtFK#dbBzA= zIke_hq;7uG?<{Q%=kUOJarBE$=M}n){NUY~B4u2fg?P17UWOwXVDrY|Voa7GQM`UxMOiuxPwZwu>zu{1`^XpIgI8~v z^9zC3B{Vz=1T||CO}!P1oA*5%NVv*SW3zTxVO$IopZsVMbyb!a6i=5|V2kT9Ts1J= zIoONUG1Pyqop0Uf=M2s*!O-kOgt!Yh^ATG-2zKk|YT~WG%)@)5j%LMZIDv}MYD)pjRq`FL9pM#OtK#MMTkMxg_h)#{bTzj5 zdO4>}R=0y;L7+yJ$@B5D4WD@X+^w%8vKgvkLk6~Y(7QX5uMVRLiwdKhJk`sd6`l($U)T zufn6O(uGoLP;}Hzf%@7R5i!O4Hzm%13uS>Wqv8vo@HM}c&EY7=(byEhFaqxVsv%UD|CM5nJ2BEYnL1f2eoH;jAmaHOe<%AE^;ICm8$Ly$kX2ItVMZy2}ZeiJ<9(Q5^ z_J~IN4?qbvb>!A@ESl{Vh8-*{S`h>|Z#w`xfK;5ETvPAeBaZ%^_{ha3 z-os?43(SV2k!eZcGxblhR=|48#>J0I4(T&b|DW`Cc5w!t5eDn;9NGFui#qgNYS>N# zYzwHPJ1N`z&uHBeL3POm(_`M4j zZgw8*8>OU}jL!nys*zL&>bM~hjV>Sew&=+tT6AT$B^zX=Zr+H0Vwm;BEGl_~{~mZW z1Y47h8c#AC#J^4vpzEF4o)rQ6ubL$Zj^DD;e?`E%%az=HEo;H$Vh~C?486stnnNNt z+c;uU!jbM`d!bYmjR8mB$54j&R3(UnY}^9dVoyt84eUN0!#)6x60pTFGt|dKuBt6z20%k20&ym8O;^$MLIo(97uaPr9LNoXS zNXZjt`N_F7Wi9!!=X}u>j^x#g8eBrXX0bM!-gKr~eTM+Mg1c`W9KV@(+=K=Cx0x$- zbZpO@3Shd-XRl_oSsoU}A zkab-M;z5e&skZBS3Q&B^4{A^Tp!osyTft`e1i^ukCnF9yPt2w7%N3{D=ZfALo0f9Y z81;za?)0$!;az*1=7}POhBr|8qQ)(Ew~DSX7yOzk_1`&+=^v^kQxl@gV4IA@Tz&Xm zbXK)%0b5gkwPXk%I5d4p*)Yb|PDh-J%6mJY-jd8=areybO=YSC(`|mD{L@X(Td#er zAIrAssJWyM%N9kbYA&<|Q#cTy@!Z|nh-qurjl$>n-VgV8OTtye^I(SBpdq(~t%lf@ zhyOlMGEH|q=2xEM51WRV(PlPoy^f8MCA?pjI_!h3%6Jch^7ElyUn)2juk`_OahiOn zEfyrb%hCG;?-k{e`6Sp<>WKqSw7oa5rovdcKVp0KbO}F;fq(fF-?<8@_!%+AZ`OeW z>cXC}TsGRwb`H`NgzjTGyKX>l4g6{&p54*-h1h3*+)UDV=9A2xy52Y3Z^P3{wsQzr zC`?`I^084_3$8=kgcDhOmr<7~(1p4vZJ$;)R+9I$-gf01YD zVQQW@P`x{Fj>(_G>&DPIyp(bbw!C$Pce+I7DzJu%aXoSS4ZyfH8ZOJ7> z03UXtt|h!&yi~KMnTLOjly@1nI)f%MgFpAkje|W!P=E^=%rcU@_AddwEqW$Dx{4xTTUHMwJn% zNITmZp?Wz2+yh(A5f9$f5V;=(#7Ka9G+uK>1*(us4WgZTLM$2ZqESmy)aa%DpBErW z^b?-EU-ESn{H+p9|IB*g#CI?`J{*KrCwFp;Y$1N?w(3B9K5&Y@96jeehXm2SX>-;0 z13V7K&33?68~8p*X@r^@^>2wT;#;3TRk`PFxAfI31ljq5!nrKYNN-`s=l(3jtvH=? zAe}R2V-bU@+f#oyKF#(^>VQ%n*A)|%WI6lwSLDY`C&x*bU~H$ge_GK%wF_#H|F?GG zw&^ptyj5HelS<*GGFA9OlV)D37$Iolee$J9!_bw*gFf73Y34r1IsGkSFV^{Ic~ltN z2@b4hO?u2NbDNz$FNAMD;R`GoG^E23K9FSb`#DhLuG?RWR4rdsrW^F~8Mcx8Ks0ps za_9Zj0_&ZLu$tUv8A`3?F?A9rV?VFk%6>Kf3|C=f(fj3t)Dbkc^=jHk%J0YDiu)xu zqzvX(r!DNJV@AjIhd7Qn0I=H!GKM@vg-Ab<+&PH(ueyZ>o4a=&(Dz-$ba)y+-gfxTn-gbtaPe2vvJ@vz|RslGx-Uc7b-!ef%9K_W2Xzk zzJ8Xk+~NoCIA*dt@r86)qJk%H-H=;PzXt_pNzowFK&CWc{MD_)DG}jDLD){-HKLs* zmn}{~1kG4>L=O{PJ>38~+&VSv&} zN0l$Xb+zxz-^q9<+`v_2o^!F%w&Qva?V&Fnf@k=Ace4TzvdYWpjVuU){K(%URi5@I zvzFWK(|v{Oc(^tInp>J32wa4QhbHAf-JT|kk$|VFr_)k7+((e?YyrY_*+$N!;@Wo zL;FWPQBM^G2sp5hO)7YXd7sW=cJ$smxY$7+c8&iwL+qLH&J3A zVgei$(!cSQ#UYrmEHnO<2G9P5Gv?{2HP|FW^LCUt5lX4vZ~zzEn{te+66_A`2l(xD z>nOy@caY*CPi`>XUP=f?`;hC7u*~1hX0Kf~;R){1#C}zW(&smi+mMaSXb2+WYqM|U zSW~1sGSY_#qGqIfTD(h=oHH%Hkc~rs&|bAY!DR*3m;2HITT4$65vs|3YmhPu;M+u< zHc3MG(Z#fKm$xw09%21f1-#mvdqE0v z>D4`&h9Jx0NDjeQj#!`DOyh_?pCcu|`~;w`-$8Rvi%z(@$)_Yl)rJB_`~=x)F!d=_ z&^_msmb23!HcQNoKnY7mGXKMa(}Sz{N`C~U6s3!-ChFaNB+%CaiqEW?c;)z52fxb^ zk~R6N0Plq8#+drM{VMJnb&jPkHpqN~WV#!nxPxsrrnT|DSKFV^oe78bZ~i&rQ2hUr z3aH*ng$@w4jnT5c{VROh@P6MDf*AjmAjAc9j0-j%+~HddqoP{1funPIAE)hs@aAmF zuVATacFvFud`udDJ0;ix_UnrZw}jT>=s;{I{~e|Nq4aVopQ7{FjWkeDABk%q4~;yq zJgUlSp^yfa)RH&>Nt5kjTTVbazbh47+nG5<>12f)($sCY+Tw1!>r=_^BqACBK80L2 z2fw*~zoCI!{WO)g*S_54em1AAn>c<4o=z11h*jEndlz}$Vlb1oVYOz_q{kl?o;>%P zwr}=vuzw2MVoOmsGO4qHQ~)d%>(z0 zII;giz>}$+F9t1(^eSyHmKIBzt@VI0O$_duOqMMDK3NE7u(d*MB?k=jgtdeM1&72i zfEx`tG%>FVru#)K4ui^lFf`G3lkz5f8SMH#6c3*@3w8TlJ&W07-duRXFhUgKg(jS( z36InHdF7RJ=hIZQ^7+?eK_k+z$cx~ZD!K4oQI?epXghtjWjX&RV@qY%D~L0u-~ zOEN`_MKv2U@(=dl4EZbx{M&*f>HLqr+VO;fcm5(c(QgREybxs4PH=2&|G9*-Y1mkR zZr#RyZLiydAR5wfo_|uM_JST3?7vQC#e9t=+BcTIHgZErw`+h|jLx zM=>2aDtk*PbQk=z8J_s6Dc9()0cI=sD&8Nb*4Ol5H&=UD{&3U=sgbfwIL4=h*;}*S zgyhG7o}t}ZC~b_*%0K9W5CAb}9ZKR;Ma^D#`2=SN(^x*C!0`CPlhq#pO;Zbo@>Z|` zHC`|}G0?VJ=;pdeDtx!Gl*L+2r*H=JI94%P}=;$%6-;9Lm+}s0r*?T+)reiQxYTIj~$&BL6 zCg2+!&o~3(QDBGAR)B*;Lk+RhcJ1w()$#6zt`u!tsmnv6YN{u!Kjl<^mUrdlu%v!S z{XX`Y?Do$=x}+pG-rhKq^P%Irn~VGI8NuIw)EYmn^^?85+7M}s@LF%xE;1`$vi|)H z@(KcA8|^O-G{K3AiX5u1r*u{|8Rp@p@)VQZQHokHil^Jc?y9zLdwyi7zkXilwd-Bg zIrVCd`H2hiALZRIXlYZo$(+>edgXqt#)6pRea0O%g`Kq+z@oO!MAe4&u!7QZS-K(Y z=q60;Vf&7aTM5+|SfS<{XX^9wE9=kIq(TI}#>;4mr{}HE6mr#R-;G|&)?G=#AFCeo%R@RB{ zC2D;d@oL-n=S{DoWJ5h=2)G@c3RmSHi^hM}2ox670kMiao>2G`mnk0ct3RL3i_Xg* zD?PMUe0>AnF*Nk-Ndp;`EU=Df`9B|R!)1~XZ1*Zs{Gz}-an$P+lThJ)fB!U@uv0MkEhqTRj46L5eT}HpLXl?apI3kH&=XS z8LLFpHp;MhS7mzb>iihp{fZ}Y9ohYH^mmhXjW#ne)Jhw>aa&SVMs?So16zx$5&tY} za@j)q-fbLaUv8y^Sj?@{>T<;vM+kH1CNpRZMShs^W(ScIZ$2PL;o=>=?Qop+wwUYycCB~MH@=lw#!f)7+*Ou7z568mnM=8P_4&|#>dRK`o ztC4UXDlTy=^6@E+%ehmzt!1%&LtT7^T;=(aD*1s(e6@=rYdJ>sx=O1*ZNQlZ?C3$5sk^t2qwavnieYVe69QX3 zj5$`|AC>DDm9q0e`P)q02YVuPDhdMX1fR#cu*ut(&C=&;^??>uGy?!PQYu`|7IY=1 zrtIi4DBbDyGjV1AaOK_Ce&cASS-bD`7q`%*0o1?$wWOiJUJlp(njh5+fI+ z^*Hx>*;h8;Ige*{C(xI!@Ai#BnZd2zi;O-otj5xf3Zt?8qZ7o%<45fV;-3~B9``#z z6wUlO9TU|*!i*N(E*Gsy9xkDuZo2c2)Ak|5I45(TY9PRHw$Mn}&Qm$!*X{`Y*Cf`uTSH9U3|oJB#N645GQzD~kYmLFD`;b=WoQlbv$V!0vsyXq5BvHu&B22E3l|E!N2Stx+_8wn@v2{sdhD}_EB-9 zUr!u+9E3z;vXg&zJK?B3^sBxTSeMYVZ63TMe?8TF)0*=`U;O&9x~IM!D_Nd?in7`j znY$LF)t#(qR#D_}w7b`t&G7h{TB;96G(peW@8#R{d}6eKhnsUSs3an`L<V_-zZDaaPNbGg7Ru*6Sd}%v+NJretVgw*kF<* zVIs$hYBz-TTc#}qXa6;4B5`u&**LustQ+AH3AC$(@Y2tY{g8k|y8T1iKjjj=Ghy8@ zk!!M2)r+8#x?gU~oBCX;UED*9@(VP8*CKZM?Xg8^$@agOaN>XfN^!l}o}`1g6e09w zaTAEMWzRDa%!~TyaSO)es_xE>F-x&!FPGb~p2$o|Q0HnCVTd6U)jkp~>J|RA{~l!NNgXdlaT5sEe_Qu|(Aq>w#TPaAT*u(&n) zhJ(>5i%7-0UP$r+ljYqzZBlvn73b4=!g9P01g4;^^*7VDxYyN_SlXvFTFE}6iKz+7 zRCFDr95z2xmHL%+mw~Qq`DRQS8CxOOiJrNP(4;dPqy+tHVq`a6_;}&!x14sEACO>x zPH=T3Az2mol^B3_p51*pG-uB>fUr9zaV^GzF{a%&w5d15XGkEekqSf>g|geGRt@6U z)2V66D$Wog_)zdAHI_o}mM>{gJ(>+xWm@&}ur&7v@!yE=?b|mER0P433#HVnjxzTX zT#`j2ah*g%U_gs)gvGzRP2#TPRDr{@%nMs@9IUH!5b3%5waGxzdp`+F2)(x+3SDM` zFnBHms+Neh!GH~n03l$H77lFfZpuR1$DAt=`!#)Mg6L4*S^=5F2!6cm$9JBiE)_=m za>$Rp9A@FzPL!LqJgvJpE;u4~d?j-HEm_zHE*$I5$g753>*vxRH|@wPbIL>wKZR{D zeirw29$tEz5?c~jrHmt~NH>(9l9i}G-Zvl$R-c|f!IN$>-Emszz18ED_~E zQyj^vjwb2SswEE`6ZLQi1xoG z1P59ySU5R8*H_Ltu#YNIc)^%r@KWQtj$`Bm3k+j(;(#zjRo?zbk(rgn0gVjxRrhB2 zLlP}ymh4FM7}SU*VO!juuBXZ*?l%s<8i@`-*Pgl|rcp>Y>0z<$lWySK!mdlo9C%E=KWCp~S1R!LhzPJ?D{Kmltk~X~2ePHgjhNPt9M-*>nT-&l zE;_!AgdZ9jQf6inrbltsJleMRoX)u>gI0nBsUuki8i(JfSSRI!*=}Jb-X@VJzY}PzWpx!S$1?0)SSeh zU|WXOiGKix`1$lW+cMmuSrWO`WAEj)yB`||gaBy_|1YB{okZsUZVE&p^>An}#z?*; zrgYqbdgFubMkb9|TwRZi)*(Tz)DVxUx`olloyVijp9?1iTZN~u7h}Os(}+gz>1tj0 zR@yJVaxZgt&s1y3KO!SQm#FfZa=ls@T7}DM&bLJiWgpV1Dl9iWY)c)4&fGXO>T`yE z)B40Xp&T9sW5tAsiw742R1Imfck|1Vi1#TJ3TnGhu(oE!+^#G#ueaKzq28n)juJ@;!|t zgFp+j;g>Rc>1$}*+oEm$R^37~mjpZh9$ZCuB{Nbe2)ncx8A9TF4<5!Kx)3ZiCfE$+5LKO1aUnhC z1hZcq6$x&IBvB}DOmR10q8z;^^4CKbpTKR4iA_3%fa7X{S=J@wHoKJEIe>R2uIjMO zS#PdO%y*de`|V7CcdO1?kuD+#P4sICo=^9=t#Ppi-t*C3@YF-kW6u}EixrwL0geFL z`j9Mnc`aT2+pIvEMC8)4GMxC~{1Iv!A%e5y+@ofyXv!*NxX5)$8m9u~fb#Mh(9@C5 zd6wajo)uzrGMcdHx5|wBvNA~^S#UMgV!u1{%0nE&R{*jc*}vR6a74>4h`5T%I}f{i4D2B1yvzlCjyhz z#(a~#eAL~5S0UYmaLEQrCB@a5KfUC~+`sYE1J}=g;Q~lko1T^4N%nK)co2^dF;zU9 zJJ6*OAW<}|Y%?{RMh_=M=m9lotUhM@j%j(YNkDIa^8HJ{8evlCKycfm3L)^nm}#V` z;Ch>af-)stacN;szq!?@KT*7nooRw`m~wLOO&yUBYz+#b<$^*%a#S5{e@F3tBn?`y zknS2j0U@dAIdi7G$ zicupQZOrr7rRtr|utePx9v|qruGXl_J+p2YPc}!^g9oB)Lyy6!@gEo>=pGEKoqT>< zF%|g#LwewzoF1$< z9*1cm>3ji4bL;U1b4jEtnB>dNbZ~&Bj%dm{A8z7AlE>IZS~vzG2h&0OPa520b#?xu zXO@$dT_X11$#pu%I<(NSY+kE1P#>0okPrZMIub7yYK-I?&y@N$vcBP%ck_V<+5vdk z3KA+`zCg+?>bv>2tkyu&RbnnFk=RaG0~dW5IlF#h|KHOhL#`6^wpdT>zyCSnZ^RzB zxpm7|wRi4Qpp_5W4u`|tfScXfZgD*ABG@{g0Dzqs4jyA>T^Y)fk)4X7W z&p6S9=AO+*av|*wz9C^=%4W)E?TN5yq*My`tHLIUNY2@=8B;jku{;VX8mI6(pax%B zb}w0kxQp^X1uytt*p-YSyp~MB&EFyOAyz?<8+9CT~&?B8>$q z7`2{0hw|(+mJLuERZ#8@;uEq}wR;FOHy=ByTnLl;WsJsQv|4CNjOJR@EJ?C^Ua}m! z({BDgE%M)ym!O_>FcmVn=OcZYzU2Y`84&#{zJ7M`!zIR;4b~97 zS=Jcleag&)#-{(7%lrV`E51KkUM$uufYF+ma1ApShQHaJ>RR81+(FQk1mrSgBI%~n*{8zaLy_hS0lguvGx z8o?W;{2sP`#pjJU{ZEF=8Ov1)bhMVb-Q5y(tn@n8CHYO!Px>e$&B7J|k_<$~>=-Rc z@S2M+U+c=P5*A+ldB`dmM?Qa$TESrR;+s_7KD>>{98xOjii6guXI_Q!^v^A_rKFN3 zm4@`f(RDov$ z{zT`EE=g|ee|48Y*NnBq;jMfc-`>!!+TladpCGK4#ld1*^BR`09OxTqG};%Pvi6W! z=*5*THbHJJRDb75fGLttfkCB7oR_63tB6YAAZ}YCw@g22ViU>SX}8u2=RQQNao&gV|I0;3P+GwRI7<##YGI{jt zw{M8`T=Ra9q;WU_Sr$*tE>81a4^ScrnrI3Wm0TUTt9_-mS z|6<*dbV|sy$9)i=#x5vU+)M?SjrPKeWFey34B`8~AYo=$+$)>~pIXe$Ns;l4_DM$B zyE5FaDm31al;l9CI_em3T5(*wy~l&Hj=1bnjVh}6h`spFZxe@Ku4oxvLDdTY8|CWP z-wa5BDIRZ6yvh4+YfbdGhm-MtWQxoj2>!}8CXZ@=R^B=ocwaiUOg7wGBAg)R!=+8i%Jh}Jhr&`84C4|A@OJz>^mCyDC32Z&=7#>w5`$@uB^h!BBwUJ*b zMh=}8A3=DMZol59RQqGj^1Zx6-94_NSpM?fq6MF7Y2i$0C{6(+n85rigWN9i?(Vmp zm#jg6jIs&4c8!!;U13kMIz#!In)NjkkNq=`TGCFV#eSF3xyTt9T6Q`FUSX#O@9y6u z^#6D(5*IHp^G5}X0;w3sCq7LlCk_^*L(@C@_WyYS;)!@l;pDOtB~iDE@zulCe;-m- zf?hhm(k4c@kbXa&F+u(w5f=E@N^ELDya7UMH?UDRnf9drlbA^HLrl25dH*}_UP;ph z628=&Ze#4-!9c`Bd_pBx97zJd_h0(dqQYX6qEYmRrpt%ikUhdf@d8bpg+d^0Cr`VR z6y)2ORGM-o!4pcSW|4BX{*9I3XI4VXAChQwE@1Rrz)g9sIa8=O%^z7z%yssBVqgB) z76Mqgk2`)$IYWDuQlz4Ou;29vTJ@&vr3j!&#w$nv3*6p4-RNjpbI#WrzPGVr%dV0@ zlS?7O?=IMPWYNRmaXnjX?bX)8j+E8D0X~uFJ`z8RWh}<>Oq zsDiMHAFq_7Z}WdA(Ec1)&ZgKdY?rRU}a5d@o4YhG#X2{0c=Z{R*1Q-;OM z7}iWTi=2o>lYEydg_BKZtP8!7HB(sHb=Cd{bG7g7_(GP!R1`{uA z6d|*`ECt%gh`5DE(Rb_h>2siP?FRckL9&f#IC@TG+RzvF-xE>Do-zos67+G}5wqqZ zhhDYl*hy{`MDeqYJ~;V3AF&a>_c7O#o>;e2#1GtG`k0?XtB%50=_eo!eMaAfBjw$@ z5D^;hHB6LL3d-BQm;jAPDBHtYVV-LaD^ z_jB=3bJUv5#5w)5Xx_0;Qno)a5;|nW_olNFK+na zY;htAP{v~O6b}Q!Y)`?+)1tT!2}!!K5|asj+InO{Ts=|BsLM&V!d~#xm~-sbv=Y#u z4e2m#dx-pm5-*FGJ455~0k{)co6|o6<=g|a2{!zx-|YfPSVi7oT*T<=hb9&Q7O1)f zRd7q+1+v#!h^3h;86WI#YDJ!Lc2JEg_uJ&3hS_HN(fneD9Wn675^=a?w=xtVg%+Ce zbjN#r_uVG7va9RC=vUCP-A2#a8u7Ppr5pe*3~hK}0JA*j_kqemU4>@ra@6syRwI7M z9#=+|aOmJDu-(TL6e)JSvX5sB#2u-sehl1qldFnFD%89bYw!$FX9_Z_xPSBNr{mV= zF)Grr>p$rFh9f2TiSZM6RXRnrnw3|lk3dl`qaB6R-e@_+*9s42)t=KnzN@we&(9X1 zd)(i-7Q%6o!UKhvdyx`LysWVrMKu(C>HCN4fGx{stGsQy2t>Nl$^vCUl}%rK?NCtD zBZ-8SA0}QUf&I0l%p2(7#%=Sj)>`m>EphVuuo1mM_{^TYL=ziDL^u(JJ5HQDyA%16 zd{4UETSb|`$C(I(r1l>WR~z&EZArM+Lh-KSqK;5UB}kM-Qd26}5*!CZHkIvsh2a>aYtNf5;)@;a zZE&#^^m=U`c5--(7A(rcEfyrW52=Y=SG|P39PnN$)}LLbI{)S-``FUQL3(ubmI~*yd61CCiV#*E${?Gp|@C(@^0(f>1+>j*^SX&^L%w2&F zEdmM22PbWmSw=KzyJxgJCIk-I3=9~0YB5!k7h=G8UBVZn_H1*irNlTw7Lb>%H>3JcV|C-U6V4L90T2#|WVrKE+0o5x;>iGSOvqw-CXQnl=(e3J*9u zLYvPX>MLciTyeO={{8cp;Lmd_!_i%a;)VBeKN&YN1Y(2M^6oUDWh+eF*I+Gpyq39# zwbxm1#0{nH$f%p9fT_YdLb?#TaxM#6!mEV{&s_9{%*;#6UdC;p0|?v11VNndDH?;& zA7B0L)7XNu+{0Cd_uI#(f22R^G3^B|;0q;K8D!Yo?*6kH>Hsp@=9$Et5ihHYB3SoxF8((@f1hrAiFyCj2pL2^ik8t-1 zT?y!8ijeijA2}Ei9C`03T>@-|Jo|$@;)QkJ~Y(}uV8RHSQR`s zB4j$O;&9UzCGH47c002{CP~lIbxEK28d33)!IKVN@^07giPrV#yUvtD-=}&i0c7wJ zvuYW3T{USFI8_U!8-omD)_mnj+<8^bPF8(xfGo3V9A0Eee{hWf}9x^ZFV*835%(ajyaZQ#s-(E+>{6sR+7 z#8r2;I!GUBBc8(u#y^OU_1&y~f~aycqCqS$cU%jVO83?+xu$LXrXSPM48u5^Me4>y zf19q}1P}iovfer@>Zo}iMgc+T?pjj1JETKWTDrTt7M1RjE&&CR?(UWnX%<)-X_ju@ zkI$pO@8k9IC)e)TbI#0}x#ymlbCUblRp)~8D`DR5=Y+zJgz}~UH=D+Yw+iAPR7#mH zhabeFEo!J?!z9!A?UBL%)FH*9YG+IT=KCx};R7}=shVyB-(HM*d|?e{j?PA=q2eZlI zp(#ubb1w6JJI?sUmB^nFPftq~hi@5JB?p(jp^-(^n_&rxzI7NdNR(kIW%9UlDY~5& z&H6w@-g$y`E~_(?zw+h#Z5gU=%4)rJx6=S_?)#QUWF>dX-weiW%s)ugwU@vhK&rth zq6j>fskb-B(kn~e0M8x9vRbD5smm{s3V<{^0Y+2oYQNolB z=45lggYCPLC;9SF^QvyU6R21S-*qWiutJ`!2F|&{Fg&=NreC(U9lFMDZxcyiI}0+d zdvEIDJ_lD`1?xlK`U{cvw%$N?XB2%rL6fc9`-w==n+o2?irdC+TqJSieq$6`(JuZx z0mOm1*%XQlx)|bWNOhA36tgZX3%oS5q1%n|Qo~hySK|x!_Ckj;oDCB$rKVNksfOU^ zUQiE$!iKK zw`TX+W3j{gdX0AD1o82PFV_cs#~#1R8o^3A_ryuaXN@0t>_~4we&^@g@nPSO)1f_j zJd6$1=AZ9O_!bcJnP>v=H0e1WsF%4Bo&<_ zG(N%__jr=#|JZgi`5e+9jz@HcK3S}{K2NK!N7_q6y}M<+l|oErkmRT0gZ;q#AtWkW zl_#cNtLihcUT*n`TkXAZ)=ohe(j~euSq;3&QyMHF>sArFiK^k3~Jd*ZdN72+iZ+fQbPZ{w1 zRJt9Lg#)c|)oHCa-8ZGa@>&u_Xa1noVO6bVdj3}IBCK>%JS9?x$gnayfr06{*sPi`f`xKTG+OwpOHYJx3zZd;c^_ei&&Lie z16pR%?@41(y(4Z1Y8)EDAL<00{pT3Im}lXQRL~l9lCNhj5$uoIv{=-6+dVnn@vh@$ zf7@ki<0*LGkGyNA2?5vU6w?t_Ao<2@nm~OZnHVL3$|r=niWTreB(Xeb;2%0!7UI)= z^Z11PhkTPWvfr?E6D{Q4I3(3+oEmX2ErTUcsV2KtnrP)*osaXF8^Q%W=2Depx3vl- zWrO3R=)nYzzfk#Dv0@PZm-`FvC7AjzT(~(2%i9tYnbHJ3mE@Y_Owsu!B&}}YUhVFi@UA9;k4YG&hb`(P;Kb^Y5vdfHv z!owfe0`L^v?!<*Z05>h=XA221NI?(3Zg=;mrz@-R1$W+-j6gOFc452$n z`8wB@T^KY%S`f9%Y~F4Gf{LQ(Gvl5?7fo)^Q7i72167(=pC@@0hAkxV(Lf;WP9OY) z4WABHP1KY6dcv5ldY_N#$O^ehv!x1|WH`smyu1HEG4(}!bQ@9vp0o^Ox)fuw1ZToo zAgdQG(&Oca$p@n**S^O#i)7;ry6S7;lWSqpqL#vq*O{kRL2*mLHbj1Jm!0_$3})kp zwv1CoQq~vs4F?`Ca%W)+esr)?F~Xjz4HJInHR}Wk9C7syyVT1r-|9?J_B}~%;wZ~? zg&#VTK`T{azuJ&)cdX;@P%UpSjR5*m3Q1i@smC>lvYLkJVa2CR%&c}{Q;9y5zd?lT z>2G}W^&fon^*xS2SocBThaU^FpBw{F6I*ybYH~MFO1J?*u&vy;XNj}p1XU-k@89IL ze1fvmVgMP3K2JiTWM|1GjDy2T7X+YjEHWHYKQbzq*OM`AG8(pGb8s0Uj?=Xv+vjZW zCo^uTY&I_tnmLA`l|}df{khSZlFw_;td#+E-EUUa-F$m=1^yv59vELfqt7OK0s=w<4a>wM}R94 zZHZU~Ni{QdI-z9VS1S6HnwSc(AKrGwXIRJG6)7YEBjaS}TBK#}jFYM58O?s6UL`U? zRD9JBLQecSYvG&H#HYi8{4bXeERUB{nm9eFj3_8pMHLEY%7II#1@)HOXa}o*x>u?f zi9l;Xi#hHqO?htYmX9pI&e_=%ul-n*gIK2x9e7q*l}T8hI4XYN zDeKCaHc>fpy7K08Oxdb*q;)CaeqS=fkDtvTYDM3Yk!Y5DxrA?GwvZjxey-~sYfuJv zNz8h0RjM8M@_}t3c-zv7gGU4nQeRcw8l60?*|9k%d3v?xlRHij&xTuHbl?MK5WtV3 zN>{v^Wf|_i>3_zVuGn+Zn3j_SD>q&XV#xB5rx^M zPBIxiTteMQ#m)(Zve2K(=LQMiS_aCObw7L2ce7oiUkh=TCE<0GN*plc|Y#J`_0&>ZrhhT_8X(r=Z#7|GQ~PI73Y|ujsk@=Cd!Zc z+Lslz-h7cVnNBES27_p_s3G0txFJVJQ!T00V%lwSHXFvo*X1Z3Nvld(**C(of@C_N zV0~d2*!#qJEKyQwis^wz>HiAirrwu~b?aR5F!WJKSZ_Wb+~R^aGFalKo>j<3yOn(D zV0M6rV@IH*b32zvDmH~z2RRsgbFU<{T$F%J4&fr+mq#1>jLzp-*-@|igW!HuzsGAG z^hw{j+j~B(=NnE>K2bk?HHX+sIw4;3akCPa+@%^YnX@m3q_T?A+7)d5f!uHX#)G+{ z{N`Xli1rd~(!P1L+QI%yLuFH4h#Y@(1Ps@*sEC6@G$oNs17W^a5FiLJ- z^r$^8n_H`aWMkrUF8n+bEOOCZ8u<@2N0uUTO4@$e3Yd$I?b>;Bw)@%8Rg&B&Yj4r~ zRe_zy(uh!((DXRc2IN63F|Uem#0nz9;9)ef^Ez21LO|=?G5;Yxrx58~(L>ZJg4mt~zOM@$$<^!0@b2K;};|Wa%+4OV*hk9quf3}AvViYX_uZdv^Di>GA z**L53zQ-WnAEJ+2a)HqBfK99xsc{pT1@)f!C{QE~FxlqDmdFBco5EP{ho*QJJAHIjC@qiuUJB z5wBgWCytr!c&sXGd?Y4`P?D56crD?8;?i)?Q}8vcdo>T)XZXj`o`co2j|=3^Gk4jy z53I&8!=}Ec>gJcRK&TCi2-KeCqPb6xj$|N*@i4PqJd9sg5sgwPKb=-R*~&*0 z;<~zMgsF|kd$M{Rn1F!%IkKa(rG}XMK8rFf7E&Gujm`uielP_qj>FecA!%BvR(oYCZ7@@fL&-}jL9V)x_=VRhbedD4kp{A) z)|CP58V;Z4oLK9x_2*Tnri1ax_r+b1BIYReE`|yz-ORX7FSe`uXN#;qKG{;k)0!Og znSA&uANfK)an%Ryh=44XnBi?rxb#tMfs6N z&d@EY4kUnFoC$9f8r04B5^PPFeC%Aj<$GP+sp^v27>QoikLeab;&uz?#$A1HsCT=d zdn-6}>>AitE4@)F^i4%pS8a7}6JDkHD+}KNKS-E29zFc$M#UA9I1UyW?p-ST|7#ck zI&YPRWzK5iM!FJQTC1phOAAPjoIfEIG(vB(t(aG_IN0q-jj zdnOw)zL^$3@>``ruO-AuZs&&(0u!M&kw>MP4Wxw2wb&Xf7wCNj>03HSL1;nbCTYewJ7xhXsN!J$+Kig%}#_-TiVU)c+ZFhaY}^ku}< zs#xALvZq`7ekQc!>xDG=@FD-pW8{kf9Tm5d)(6z84WiG64g!(Y)JU_04~!k82NrzI zgdm5s%At38pbmQ~zmni?KwzOUrp+yu(?Mg|sw+0wSuS|0v|{$mV9x;$?}g=VDEGqJ zTP%#v<)o2iXJ=n3y`>jiTIFa+gX7WQw~cVAHV%6#j)P)ZtD6?dQ*e=YsP6h7uSM^c z=*1%9%U9d|j`~iw$BzUS{V^k)7lzb%^|)GAe5-7CzL;ey(blOsINff7T}TlNv4n{y z7DnAqZ6#bj`!rpG5G9h3Qj~_d_H%Dn1mc7x4kAZ?p;!B) zlR->5$gxOyW{(#;$6ywa8q`2{{+fr1_<2S=npp51c2V#!rQnf9UJ~O8@G~GKByVw%afim)C6j^= zizYTh$GXz)8-643_y07Bs8RU1q5?J1ln}9qA8SYAFTuq}CECHr%23D4HnOJdjpBIV z^`vGC@oN1I{2+DEHYaOVKD=LZp!kOEyTgNCIo zqYn3L*KsOyac(Ne#qt6{;8|E80!9Z+>EXO&wtSWuy0S1JGA`X7e`GqcnjyT!9=r$- z$^2#`HLn@f{Iu~ zM`@UfHs%BOx=|_~ULwuy5iI-ZAYRiOQ=KUJDI6>b)*SDSN2lk2$nhSfWB;#I)*227 z+xl>hg5LN)1Bmiad!xf!MaF|crq?fC^mQR#Ey#}|nS}PopZt=(50~Sws(fe79lCAg zO)gz9cPcn!>Bj!L#R+f5gY0oD6-?yx(A97y25ojhvm7dY5XFu#=E^1?tj8Wcn6Bj? zPK@43e`#-T-^o21dr5{np)Ua556^xR7)R=Kd*5G`nRJQe(8PB7awDi>f{CRcJU91( zSOLj}_bIUhxf!1Opicb;hBYcngZ0~38OBv}jh^Av$~`{jBiUhBMFXh`AL(-|O-&QX zQXntKflKhz=o1z)wWIy3xEmx+z)ZT|_5R_FZ2#l%O~1fF^ViwP_iHU~t2g{Q`3i4LHp= z6&*-`JX=Z{4E)m;aJBx{0$hK|b0{^P_-dGHLG(M_d;BwF58Z)?SSh+i757HZ&ZM^{Y8@duKB#G z9VroTtS}CO%)J-9ycW+ABVs?*6j>eDZD$4zM&_>o6_c`p*Nz+awaq31llcxw118w^hNlhpx>x00p<0BL) zJRBY69}Xh4H^~g>9ocOl5BV=m9gtmRJ(HE?$qrUDp}fYN)L=ulwNCDo+1#caQDYbc z!>I%xF%~Tq7OZ+;jI44QwS`Pi*EJ9LnVNJtJ+}F8x~lATc^G`I(bb`~o83D~IJ#lI z+kLztVF~ntt%c+i(!Pyx7hfp>aa^W%%gppPq3!08kwqvVcW2jxAFe|i-cwjI!xFc^(!rN7 zd6m#020Wf@F*@9nuz-*NL5OD}ZBTMfx0cgC=Osir3Lz2f(NvZSdm)zne~kuMXz9o_ zB&SF3>>p{)HZdee1Dh*QI$xc1X+9^K&6#QbiB0gr@1cH4{*70>A|kaeZAjM!^;Y(g zFM;T>UPnlB9c46W+yD@*#_Y{j6qtKZFyNzg&+E6Bb2Jjr<8Q%^pywrxr#ZI^%X>GY znc1mbE|pbH5oM#?ob#x{Sg$U6PbKtk9`PQ#bc7={7(*gp&&9G92N@a!RLF!vy@j`s z>S~(y+YbrNo_iT>i+x9x4B3M#r0Q|0Cy9yrLet%Vh+@c{X*5j3=QgEHhBc8#`QZ2x zH)!@+qN!lFt?s$KQnwy#JfQZeP)3$v94bgvxCsM`=w3VqlMcUp+oV zuLmulFzfdD18u7cyPzw;h=R3p-r0*z&LUzznKl0o3vybEx;#ty zV6SZY+BH{-T0E_h*O(N&1>9*eC4mk~E8Te|jK!R^j?lHCU{;Mx=hnf0)sOx1Zrth7 zNBDR}8#dH&P2zuhckP#uzodLu3vmR zUr!b+LG{>dCNwuU*Xhj|GBosDs(aP;s_|#2ev=|CPFikyh%Tqg=?q9~manosx!<8k z*;F_^*g{v82XAsxom~m1WN)u5RScha!82|kR))mYVQvnCNN;Y^E*jh5orYtZI~hrx zdV+p|%4?-58H|_`$*u-l!SB%}9vFt2=k?+n2Stw8_wdB!hHdaX=G#pF~;nHi)C zdIVJCWARm#^SJMafA{ze<4olB|8GyjL^$UAjqYL$381oWVIfzdp6xQAE1v^GA*INk zs+KUy`EgNBz0LMhBd>nx4y1u1#rT6a>IC6kUN`%cE&n|Ce1?B~W5~^Hw07H8-NW$- z$~J6AB>)%YM|FbjVYk z>(J0ZyoCCx_{{&%WOzI4vFN$`5t`+{b3)tdzr%UhvZpNePJ~ZrFRrGscJTrR+{lUo zilaqW!PKoS1&BEBwqN!0-VHRmmq#`vnO(THmU)d$;-ZRzCo-^r_@hzx+W9ZS8X|`k z@S3C+R`$8Nc^v+WatM-NT%+2rNWQ9~_A}uQQwdm0xhO7d9ID)NR zpMrI~EIdXr=(bN0f$-oq5JWz3Hic_=zfuCb;cLeNKCCi6d_XkZ=;>xdsV9v6d>y#_ zxNCQznL-&oOcFeKa&q#blvNobiVCX=B9OvIVwn5#X-TIQJzV&*63Vo39Gv^o4v#K% zX+$+OBs}~g)vjFf1!ArjuI4G5*9%JRe%KU(DmuuEnx8@CX=IsfIce|UC(dbCP(@hP zF}b&E^j=7K?7v9}nUBcS5Lj3q&=#{hGeFs-2e0?z(@US*?S&t@n;&mFk3U$|mG$Dq zh?{cP;s(86dvCKSMk-rePsf!d{C2UfLOea-^8shTb|(3GSY$=u_3J@PPVbwYq7Qn) zS1jFY3Y+P8F*2}7A*1(5sC zIKZVfv_UtjfK!Mim5=qgp+0`dQfQ2x^o`&{yHRf!R>5MSA;g(E2U0I0SoSM1EV9#(xigqM#;U^0=h=+mk|>A`okdD}(% z;Ug$*#QEeGN5vfx2sRnN*5FZR4}~?)-loR+A6=qtR(&+Q!^{DjxDCKuuUnyWtxZjc z<8JrP?mUzR=&y$(qlY4%135*>*}6iTMKHvn(f5EDNX>g?LAy0>Ro%p-^Ose(Ced6v zBfQ5V;guDst^IL}zEWtqUgO>sZaNfwZ*^U7|9e^N*42<&)jF{;4=J{uAj~Dcr{hs_j8Vi~jOye)}uNIv^uFwiEG8yuepHYFx zetUNOfz%7!1MY$`QXu{l@mdO_MrW*yax<_a{!nik6ih0mECLieEAobwjVdvhm701u zka10_>!f9tC_DMuE@14Il~r_kG}{@GhgMbHKgWwGT$d0p4~-3*c7(FI{?g&`+G*t3 zQ%$7w;iWn5#0TXU^wwzI!za_oUqFxWG*5#Df#AdNI=eS1%Q2N*KyVL{rqrGF$l?c+4iCQunjd?7!wrbEa9X`%@lH8Ud?q^i z7nBB;;-{qQmVbKe_Gnipk&K4Wf%4y1mw{?kkEztTL76h`HlBu2H_qCzq-kh4q@A7W&L>3s!LTBO?6UKPoNw&K7rmp|j22cq|F0+C@7KZ-jP69N^_)UIZw4rfVF9|><6~Xk7mx4s8h0P> zrYx#fUy~gbe2t`#I1EK5g9dD8>lo+(c`1abt!*Gp^Mci&N$?734&G(=TpW9K9q{A& z7srUV$;Tf9ZSeRq1Gnw>djRA(0d|Ywk;_{-jVZMs$bB0U7x42Uq(oVweir?V_e}D8 zp~mEAW@~UzHSi>C_q%c*aFi><{xuTvn?N9yy|v$BGC;AFL7Pt<_Ye4jS42pRx%PTh zABcVPeSlD|5Wd8~j}!j8pBYOa@x=lGrrdD(`MR#}a zg(_QWKCBq@SslbTMfaN%XR3Q})f!%En?n=0v(2KpkzH~8v~%WfpAzj`Btl}jGqff}aE`y+i4D7n^ zQV@h&F4=AOZBJa2XRdyl*I!>&pjCXsa~J-*s}C~^GJTkEaF4hjXU~vO4IOw)ObDm} zarnpG{=zh&Opi_U6n|dw`Rd80gkk9VGnVgQ;}uLI=4 zADfGu^328F`LB0eqm9(D4C3VmDkFsHHQ;Wa2t0Cr-kVb>f~~z~>%!|YGYBiRnT7#j zfY$7c^SK}<+Fn|&9suHY9uMcLo_|i12YS3FoW|;;2#fXdY~V@)bTJN48RwGZ1O~VJ zisv_3`$g0C*OY>3v7}_wYZX1`fVaBbaeZbOg(rfT5sw1D6?S=+mYd#`XE0wPB=Lu< zpxQj9QG6j*{%^%Bh+|xgJ-!$0Ml#Z51f)|3>cpj{-uM_!d2?tAaq2Q@5JK8+?bpH%>K#EU)cF)2CH4FI+H4+(#Ol*fTRjsPEl>B>Vn_YRA8#BLW z@u6qm@?wJp2$X+smHOg`MAs9|jBj-Ui^b{mvW@40UxSnQ_=3iV*W462cW#ix$fi}R z$^5uRn!Gxb^zPn^OG*911&~>;MZIxZnETnQM<_>!EgtFoLjl70c^}9HN}dFL4+Wkk z_>PYrpgKP!dV~=p^{R<%e8>xxoX__p#2Lc7p|w_J4DZ8o(gG?K<`N0nDSpXZ!7MrH z{^-kq+kd(pG_cBFfCtd*AA;~z<{sjge^xf-kv0d+FgkXgN}X>}L7}C5V-3_5oG*qi>rZWR8pNKh;;{7+$pM!e7V0h9IFEc*b^v?G=>;D9l|9xjb;+8VLX1BppUXE#{TDN1vpsNIB#7oO;eD@vOlx&V0T{XHk+t_^nkoAr1YBZwI1o zmIJ`93I2QPkbzTYed+mv5k*TLmI+uDQDi3VjO2Sr@$+bmO`K0WUUeptC}@HgKF}F3l5nqnfjth^XoA$?{`# z$(?Ivc=)b&$X@*C*%YV5Pd3D*-^0oUyR5kC+;J2hglQ@U@#Ybg&M{+r2}#^y^--#M zV3QBf5hE2SVmI0>2pqrc9+=2qNHab_2lhk3^`>WO2<*1*dslLrB z4c%1Z7*$6E97pB~s9j($28ki59-1dVR~cLB1-V;)z7QS{p?Ucr`9`CSF1+==*8;A| zZz4RZiUT7dZI5CKxK$9y_2YxHSq7z~ME(T};WgNC*YNPbc9&s^Rc5`AgLkWaNX>XHlj4BT&2pW7lz zJM>|^S9p9Sry-rpIPu7U%}pEp&6T52AtHtfu}Yxm`9`a9(81}Z{n66lU5-!AuFu7V z26QnJ3DWL7+&^~a{i0JA4*v{C(r9WNVeEL1l`IT?zWk9We0V~|}^MogGz~8%{ zmht*Vfuh7t0h~V%-SD5$4Nj}?dXd@^a`mk!jkYNMn)_foJ(4q>^|!2bg0I87KJC-agatNnv@9NrN5Ks5xli8ZG*{j zoL_X1o%eUKJUKCvVSz$T4$ke-;)<+}4vKgcBVAvdR8hp0dYE>wA$B_8fZ%`64NjYI zRKzgn=b zF($c@Yz}j;^=eQdCA>X673Y5@;B2tI^W_(K=?zT**M#sbiJH-4aL7}~p+~<1u!uL0v16N1EB;{>I?;p9dw@Q>WJ4UPj02iqM>lNPhRn z{>@RFp(SM&-+&~O`LNb~6R%$#)fJD8bn=GE!a33HVQLGPQ0Ulfnt=I3Tf zKJVaKqA`j7Go{AjwbYt6Br)=#UqKVz>t6Zo7cFYTS}erQk{uUfkwg8{5*wZ^WCL*& z9bX{iVxG*qHX?>1rwe$q1X!-T<@gV*`^Mq=!LR(fwrV%Jo#SPSlB9~VrHa&}R^{@B zmbE6S;Bmfr_o&01Vv37}3$1ESVx$)JIS_rkptoOp|ICx;q) zXUq+~GyhDG6Kh^;3VX-&aWcMRuB4S=9mc zGCa?1Ns6=y_EX|my*74vJLhehX>zg1cKYg{39$?c~}(WVYLW^E`}F_GA^}V295pPVUP9xXCP}4 zl{UtQmZg|m(zMK|2CWJ)kG6UH{vLYeUSMXH#I7k;v%y1`3nL@TCXon}UYtD9Z;9;I*n5qA26r|lo`c*9jJsv&i!?u5wa&SZ zkrNu1VQG1gQa3)jIU0v9b8jd;UZNOvC&S za&Ar~1+=ktvVT%V>hYH>$S!*hqJnEIf&9nvI3!KSNgs8^$+Fza{g3v%H_5#kiSoLr zTFrLkd$@DUjgl$A8nvuJO+X3~KfAr38}yB0zh1cY@LL*mG$TGyW~3u_Ei>(2U-a)? zyxW{rC^BH9r@Qp6`{izzU{OfNWz$Oc9-^)&n3FR!{Hrm|UEkjoPKaIw-_-dmH#v6! zzH^EC&sNnNz$O~*dsL)J!HmQNIT1J4R-gk>t2`47znc)GwY!^(ULI+G{Vd*vwM?Xb z-5lv6zgzXRZOiRQ*`|YAs2s;?yq(Y{H5I& zZSksH$jeL@V5PsV9Er*A@(4+( zC}xd3Burz-atc}vtgeH2+zxLfr6Q;**v~W1$;eQS(@B$Y7u=-CivQa)! zJe%$LuNEb|2%hN#MmcPjQ_C~r4H+@kyqO$)eoYM7Le7*62cFTg1%s#Ijtw|%U7v)Z z-yla&m;_n+-az)aMtf;^+SZoz>r06Ofmj(XQ^$uB3<7$1XAx;<{R)CE7jmu|lBC!u zz9#m08MmXjhpM=bPL7Diu73sK$NE14C>6yypH`9Ld|Sm)`MTAUwQUo#2|3Qn%5wcj zo}|n1N|)T^=ja&f6HZZbblC)1@*3&1ECQDw_EVGGk(tpl1^gY<@HcuwutTBy&0 zgx-Fl4#SWYT^K`cy1KgX*Q1CNI;~sVFs#782eX7yyKr_I)(UJk^5AWLT$d@hY6#&& zJ>dPLCkfMW2bW*q(&Qw}|D%}3rnpIEfN`l1{<5@b-FjX8wIR1&oPE`>#hD*u*tR3S z90<+hcfFDu86TI;*`C;`UEiOdHFIzf5nNI}yA9%e#kz65<#YYGNdUk=4!#B~_FR6L zGijP%TkCzMQ+dBLcWW8qTOFNn*zR_NhYQAt739X-zGDyQtc1yAEkd#B2_}=C%!zzo zX-qbXj!_a=Mu~*;alR@hRAKwiOs)UU6ol7dPu}71GI1iTpz6jRa7(1pV)>U~);^H}{6EcblnZ9v(b5K_)~*Mv*Zcp>^lyI(kM?+D1Y+qm~7zserNR zTzs!1(n0LhdaY%yTZeoF={SH;A9YlfMG1Pn3U4LB%Uc++|5#M!+vZEefPn;99^SPL zW*i3i#n->JV4H&{IaNJ&Z`5?5>g9l+yp~b)>MBN`^TW`6J1$(yhd-V@&AM;k=mJ9w z&*iH4YlRp^OoJ$q&80x*Gn`T|$173KeVwVjbN=6U`Q$s3g(9gQ9XYfdg ztUnXb4}WG-VZu`+^xpK@ahaB-_Ajyyyn3+qj@wJqyWI+Vh{V{aB^}!#hx8mTkH@B4 zv#;-oGa&$sZUc%hN`;#qNLb!w&we$^auiOIEoc(h(Q$4~eIEbBlm3s3t+b2YB4<+> z`lZOde3kvR;@)wpT9X9%a&E{;kaS$wt64Za==2nJZuEFQVav<+bVJ*S1%5*)Caz)k z!guov^Z43m!!l#RMuBYP(C~oiL3aqh-(d`)6(7cjj_XYFhyo1KxQo>GR)+x(W56-p zugFX$g#~ek_PljpAbEdcUCSY!zQlq9>WRf6O`=EPczd1U(bUEeUxr%;_%72x8r(6zIfR_n50{Q@XkQtkJZ_??HjnjFZ%6-OGQa` zLJZxe5dYQ!6j2kE&1p17wQrJO7~Gfyp3INS%#%BLz1MGjPBmPxbhvyBw3+LNcNt?2 z#EM`#`5k-TO*2)<@V0w$p5VlZ87fPXx8H?9Jnh|TbOl}#lxxX&s$;pGYJ<)85H{ER z`J;cib30XTvkP?6sbp=)%y=$J?V^hNKv-~|dDhx$51QeTo|JA_r)A5W% zR4@4quXPfYtniMzpF3pt@AnQo&F4oY3mqHuo()Qe-(7%Yz~|G1acnA#qQLRL+snNV zIoT_{*9PW;g7TECIA!wZ*gykEiDV(nc|h$OnCXdb7M|$sc~Xtc+T5$#@)xgq${8R!o^olF!DLC zyJ~LeU?Jysr2(L>uTMbDe01)0Q*MiU3v8j-L7?9BW__{sD)K;0afWqmqXd4F;gNL8 zjGJMMO-1eS9DoTR3*%eBHN(6XM-<6zh$k{Qm(n2Aub$08{%Tf^rlLG6c-|oEcQ~@_ z%lmVz27uiTg7!57%lC&@z4Q-|SY|sc%8IfI?Pit0A8}k(hH-BXTt8i_h@Qo*Wl{uK zU3=8um~N~e){{a5!m9Ne@fMqki`9BH0N7H8F>NzjKuE~?=Giw)lA5II8`J1*C=)P& z^}iEnXU{QYRH@siRs+Jd-R<0n+S{zrFb7v-Fx9fpiJsZ@)P*9^^3;x}SwLHW-lc(4 zh3p22Q6TgZ>~wceaWjzG&L?;|?;zA4gks8a*p@yYQ@m)z^oHE3?$@O$wHA5AN0SOB z(0a^Vqc@i%7U4EYUe#P0nFhjOPY*>T0Bci-j43ex0RLMBj);=05N{U+8LRyNT37)1 zuZ6%h6mvY7`V0&}@0TF>ptu2DeI321RcGgcxH|U}z4d{IzK+%t*lauS4?TYV+~-Yc z-h5FX!-8s~6K|zI>-T@}!?l?FXu>z2WxJRWDF-~O3wX~PzQ_HZCC(f$NCqhv7f@HO zzv>G8zB`Z~cvTz@V73K=*nYinnFSwS+xc$1&Jr#i+J@!<{ko!zc`qIc_pZgNmeNEmD5gs2ta?%fX z-Gw=GM|K$#`s7Hrqdftxq&d2Zy}Ay(d_Ai#CV0Bz;ByB;<#I@DbF{Tx=Xt1;*fjli z;;b6wqNS)E%lU@Y)WTC{Ss0r`(8}ZTos3AFOhKBp{+$ox3gw5CnP=3*;;otUSk30yAMQV4pcy-!6ZL2F3QK=Jgk$Z2~7(nCSK9Y1w6q`(qUJ5sBjJmH$-% zMa$t6ug8r65Q+bJY{Mzp5n*KS3O-=fxqg<%CZl9Ka!$NXo5oP-RMRivb(Cc}QeH4| zNzRn+FC?nbvpDY~9Pi)*zz5sO#xQB(vA12m+yjXN(J)B4r*Vkvlok6GDy~ImiG;!pBFqDatB3V1aJ4Z~w zN9?k*S6s}T$o+kC>SJfxJzypu2p1m%66%!a0^rJD|8Y0YNZ%Q*?`qVX#2kp`XR8IhGabEfk zeHqr49icK`#_Bt}E}lu2A08Rm9JYCj(4T5%rpB?@WO@TT{^4gT+-A=6q|xG!*?8xm zB{dW?Z3R##ehFu(ENr*^A?a~_*TwW5Tay9ni}P1KkLO50Jig<-nXH{ZyVs{}=ySg2 z96@WZBK5;t(aP}yF5Lu@INWoH!-)n`S0CH6r;afPr z8#NICBRKrU5lcbQ*A=o_Plf~6xs+0uV(R@1$&~xD@%PtB{(fBq__>PR*$$?$vB!;G z;THc|@;0$s?F6)TUq~F4#4|Y05`gSjzrO5uUKIgCf_YiE`s_b|b%h*Av*!ufMI5x8PFTk_{2rtpV(BlO5y&j#7N=(f zcS!tqfZ&Db#H7Rjgd+GVfb)F+b|&`b<`jU7z+PzYpm&Ha%LP)N^aQS#lX{B2jawalccacAN~2wLhNLYggfTa=p?eeAwcI8&e2J1eYePw{Dgc_au$`ueKVL zXMJ3J(Eofe{yQ+tR;&fERNWz@Alu(Bx{y3#p}Rn>WPIs@%BqB||JS0Gnfu{nLR?FO ze@C$vdDtPzz~cK61amm!HS^zAv|UK%6pFXLLra3t+54Br+ozI$bmyKi46nV{r@6P# z8}8KunB0rwF2W62v-nmK+w*j}LUdV&-CuQKqP7Fx_rnQsf(ah&*z0xU(343fI*M_{ zZ5LzFsPy!aGqc}6RrZCD>`IR#Lxf0oFBt8qvG!l&u&?%CEyt9<)R=;(KrB5&3@ga* z4Ov2i-k$l^4OWL6cJNm$ove;4T9IsX`EY0W)E1tkWf1!SbTtkwz}g6(<`9l&M+4kj z0(}iH@;d|BKPImdW2)NobM_{uqVjKwORw%=U!g~wxM#Ia?PR3%2O(UVKM>l2G7TeF z-w!B?JTq4Lf0L5@XZ>uzPt85i4dCdnIf{kt3z-SmnD27H`NjUxd*j^KG5|4@6oP5!lg`cwcTc;8JSy`aa-0?@dQ65gnt zVER7?eT0O3-Ln+;P(CgXaJmJy3G(A+&%%oX6Wus3>K!E za{F=iPrkk&hbssD9i<*v{eSSry#`I2SQNm+Qayp2s{@dvx%v?!JsH8O%Z#82*OL{y zzss&5 zHM%O0^BewcI02IUQc>Wb@m$V)lHN?XjS$eQ%qMV=SAQhZ8Czm;ASX1OP%lRC$3F|g z!3h;+c?!4Tt`|#B#y&Ad`g;x=_Yx=4<%Ehr24Z;fN8`c3iWlok>u`0~SAqR716Eu; z^E~P~oL9sjF}(A0v`fqK%!zqhZ>tUm*C_Mb#@tj5>ZKN#0VA(0|HTOGF8{Yqn@dC! zPPk4{p5N=-`9i3|l7bUgbHl-g2$x3rcfaWjvFM8KlU+?+f8N%}$uRMv!5PQBELh)? zOi&WTU7s-(H~_TC{_n>T?)ufSYKIyd^87_48D`~uVpZvg`g%S z9llPuNTCLhl?L3q=T$s{{j;Sz?YK5h0*MdR z1W(~Q(QqeRX8akdcfw2;-$s{ubia85_jf6C8j4EgfJT&cnA&o}Rk8udYmj7s8aOks zDPYz7B^0OsU%OWR)Z`I{mt#_|(MD>(1cLU{34t03DnelhA`O+2co3@? z0SVqh0|p_eU{s`vwj2$D%3hn$S0vsJnf$5CO?W0`5?2dEYmg4MXicc5OESS` zHl(>FzRM4qO2@($Wv(Td{OQq_?D59drjeid7*Oei=&iCDHUkwQnvpEY>TITufon=Q z8A$)97NR=jL=KWOd>4b;OU$Y|zktzmU}>W^iz17WOM!xp$V9Q$F$4pAIAmWBXZs=5 z_uiJkS!&J}aAv`C$IZHh!Mm3y_IXP7U#wz)O6II=3sD2ztO8KyPx133U3Fg264=Jc zE}8xdHXLi_1LrVkmgrw3ajPP|t zA&(*-Y&B!#4n%2)@dPO>tc%P2D#`2c;&9d`VgoKXz0=1^u~U8KSW{F^AWXR9g)Eqq zCIZvxJBO+gptw7OZ(8xJJgp;(SR{swtA56VMw-74M0-Jv==(*(jj+B2A&Yqv-No^6 zSz((YpRESEeUUs@J=a4%{5;hMLI+J~-Zm=`Dn=G^yFBi&0K4K^Lw@NZiT+Pk$E%!PyTH-uIRV)oBKDI`OWBCG#rN&9rCdFnVZsNS-Eb03e8E*x21Y}0B5pa_!_Ms7ilki0i_HKox^Y(PZ ztCYNC?`At7Dnx1lNa-4+4+J!%-Jn&xiYS(rG1{h6VONd}Vt<2ucPM}YcJkibu>*+| z{nz2#dB7jB!SDy&MK|m_PUZ9NcQ`IC(@ie7bbhiZV@&DVD5MhlhL!r-G3D=e(0QFf z^4W`n&0qa-)hK`2kt%H8s~`+HzhkyEGZy*m(JE~IyCLKVg8$k?JA}4;7a{qU}(L!M@y88`YXt^Rl|si!Q`)B-i#*Pa(c-r zDy`qwCNLt6yLYs!=yUsc*4t3}C&^Y199pn~<^f1^+0HhJ(I;{Hf)pD|X|t{{~_NjZywg!eA&;&!odRZf1cnxFyA4w;Q1DrF%B!w`ibrN$5dH{|}u7@?mt!hnKlgaM_B2?kVmCLGYJV!{EfnMNGm zn-@cf)=U#Q{tMgd=yZ4W7nX27N7uh*?>zqQwAo)Y(M`_>j5A$oV|x2z3`8t*TfrDn zv8MNJ#sD2;gaH5)i2nl+5oP|(0L+yJ)7OU?){Dx-oOKik6bQ5inmK?1fdT;l>XXbY oK!HGkK#ve+4xm8%OF$&lEWwPrhdAsOY&Co#m=QuR4~RYdH?VRKRsaA1 literal 0 HcmV?d00001 diff --git a/assets/img/k-logo-dark.png b/assets/img/k-logo-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..3982958bae0974175e18b929cb5ea5cdc8704b13 GIT binary patch literal 32908 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 NyLJf8RZ?WI1_11iV2uC( literal 0 HcmV?d00001 diff --git a/assets/img/rv-logo-dark.png b/assets/img/rv-logo-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..50f488b7b3b3f80d1dfa55a17de91047a7603096 GIT binary patch literal 3624 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 e5FyO~fd2<6@yD|3^Bcne00004B` zcrAjWvZe|Sw{wr0CQ(~gS66{RHZsuJt3}e)**XG2p-@7CLQ=xQQaVaFC7u5q-V*?W z1Y`hL5TXnSU?3m{!fOK*0008xE4Cni1|k4LVQ>Tzg%;#5)QJKD5D*lAf-o2q%HIy> z&jBa~CZ?oq0vEUQKqv=E=tRZeL#miowPNji7w{y{;A<$fGqznK!E)3r#0EL23#Fh&p5XNs11BEGR!^KSO5FSC|$~sX<3Dfv{ zRjnu$lKleKGq@KmiPs%hUEHGmF8g<|YyV634feNd6c7R-{O5rfU_Y?NVUW55WrWLi zSNd;oN9j3D;fb6WvChj%HzlB5?DMzb9bnFwbNS}UBCB!w(76!lv+hK;rgkS$XWuFq zziGe`(L4SKbA;d(Z+WSsH#BkZF!zD6c>*cLqw$4#tD9UxWQe}A(et|oY{#L>#nNF~ zuV%S^=Wdt0ul6PFSHbMLyHC6})poLmt>h$4O4gi-lvY)CTd{=pogS4R1>&e5HnGM2 zGA#)k^kQg`WvGhnX-VTYv$kLC0XYD-oG}oIoeiR%(8bUmk2;LF%6{&h!my$K86@$6 zSXpq4z#yOC((hM#FxS&51C-o_*UT1D-|Cw7v+#k4Wppm##uZA*=4kdUe3WaMlie9` zan`}+-H6M4b+1p-fczjK{yj3R=i%DvM>a+7wo`WIB{mVs!OcT-BR@xdeN)tx8l0WC zF2f=aWr<&tDh_d7k4>4tZJ(P+&f*sF0F+YV`Q0&kWZ5q-*pE|7k`>S^{>H9Wi@W+B zd@NTfh@59K-mn(uM=J5V^0T=O0dC!ucb-TO=dski@MBp#>b!-32gibl$?7ZWqf=rCE*pj}SM`YqP4j?- z*uy#81eY$nSR8RaoJ(1H6>LS`NQ-NuN{r4ie@&{%lVp0Fqj%L15NOL+d%cWGFJ13z za!j4zl+$R!iFx|R``so2%19c z+|JZn?ueDkPnyciA4MK*TLI)V&~NhgU&uC8Adx2fRkGe|+`5WCb;Q$jpIN~1uzmFM UMDmx$wPIUqYthE^{k)Oi03Y0)IRF3v literal 0 HcmV?d00001 diff --git a/assets/js/index.js b/assets/js/index.js new file mode 100644 index 00000000000..670ddccf7bb --- /dev/null +++ b/assets/js/index.js @@ -0,0 +1,212 @@ +var e="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:"undefined"!=typeof global?global:{};var t={},n={},i=e.parcelRequire2b1d;null==i&&((i=function(e){if(e in t)return t[e].exports;if(e in n){var i=n[e];delete n[e];var o={id:e,exports:{}};return t[e]=o,i.call(o.exports,o,o.exports),o.exports}var s=new Error("Cannot find module '"+e+"'");throw s.code="MODULE_NOT_FOUND",s}).register=function(e,t){n[e]=t},e.parcelRequire2b1d=i),i.register("lJ4Q2",(function(e,t){ +/*! + * jQuery JavaScript Library v3.6.0 + * https://jquery.com/ + * + * Includes Sizzle.js + * https://sizzlejs.com/ + * + * Copyright OpenJS Foundation and other contributors + * Released under the MIT license + * https://jquery.org/license + * + * Date: 2021-03-02T17:08Z + */ +!function(t,n){"use strict";"object"==typeof e.exports?e.exports=t.document?n(t,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return n(e)}:n(t)}("undefined"!=typeof window?window:e.exports,(function(e,t){"use strict";var n=[],i=Object.getPrototypeOf,o=n.slice,s=n.flat?function(e){return n.flat.call(e)}:function(e){return n.concat.apply([],e)},r=n.push,a=n.indexOf,l={},c=l.toString,u=l.hasOwnProperty,d=u.toString,h=d.call(Object),f={},p=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType&&"function"!=typeof e.item},m=function(e){return null!=e&&e===e.window},g=e.document,v={type:!0,src:!0,nonce:!0,noModule:!0};function y(e,t,n){var i,o,s=(n=n||g).createElement("script");if(s.text=e,t)for(i in v)(o=t[i]||t.getAttribute&&t.getAttribute(i))&&s.setAttribute(i,o);n.head.appendChild(s).parentNode.removeChild(s)}function b(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?l[c.call(e)]||"object":typeof e}var _="3.6.0",w=function(e,t){return new w.fn.init(e,t)};function x(e){var t=!!e&&"length"in e&&e.length,n=b(e);return!p(e)&&!m(e)&&("array"===n||0===t||"number"==typeof t&&t>0&&t-1 in e)}w.fn=w.prototype={jquery:_,constructor:w,length:0,toArray:function(){return o.call(this)},get:function(e){return null==e?o.call(this):e<0?this[e+this.length]:this[e]},pushStack:function(e){var t=w.merge(this.constructor(),e);return t.prevObject=this,t},each:function(e){return w.each(this,e)},map:function(e){return this.pushStack(w.map(this,(function(t,n){return e.call(t,n,t)})))},slice:function(){return this.pushStack(o.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},even:function(){return this.pushStack(w.grep(this,(function(e,t){return(t+1)%2})))},odd:function(){return this.pushStack(w.grep(this,(function(e,t){return t%2})))},eq:function(e){var t=this.length,n=+e+(e<0?t:0);return this.pushStack(n>=0&&n+~]|[\\x20\\t\\r\\n\\f])[\\x20\\t\\r\\n\\f]*"),U=new RegExp(H+"|>"),V=new RegExp(R),Q=new RegExp("^"+j+"$"),G={ID:new RegExp("^#("+j+")"),CLASS:new RegExp("^\\.("+j+")"),TAG:new RegExp("^("+j+"|[*])"),ATTR:new RegExp("^"+M),PSEUDO:new RegExp("^"+R),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\([\\x20\\t\\r\\n\\f]*(even|odd|(([+-]|)(\\d*)n|)[\\x20\\t\\r\\n\\f]*(?:([+-]|)[\\x20\\t\\r\\n\\f]*(\\d+)|))[\\x20\\t\\r\\n\\f]*\\)|)","i"),bool:new RegExp("^(?:"+P+")$","i"),needsContext:new RegExp("^[\\x20\\t\\r\\n\\f]*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\([\\x20\\t\\r\\n\\f]*((?:-\\d)?\\d*)[\\x20\\t\\r\\n\\f]*\\)|)(?=[^-]|$)","i")},Y=/HTML$/i,X=/^(?:input|select|textarea|button)$/i,K=/^h\d$/i,Z=/^[^{]+\{\s*\[native \w/,J=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ee=/[+~]/,te=new RegExp("\\\\[\\da-fA-F]{1,6}[\\x20\\t\\r\\n\\f]?|\\\\([^\\r\\n\\f])","g"),ne=function(e,t){var n="0x"+e.slice(1)-65536;return t||(n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320))},ie=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,oe=function(e,t){return t?"\0"===e?"�":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},se=function(){h()},re=_e((function(e){return!0===e.disabled&&"fieldset"===e.nodeName.toLowerCase()}),{dir:"parentNode",next:"legend"});try{L.apply(O=$.call(w.childNodes),w.childNodes),O[w.childNodes.length].nodeType}catch(e){L={apply:O.length?function(e,t){N.apply(e,$.call(t))}:function(e,t){for(var n=e.length,i=0;e[n++]=t[i++];);e.length=n-1}}}function ae(e,t,i,o){var s,a,c,u,d,p,v,y=t&&t.ownerDocument,w=t?t.nodeType:9;if(i=i||[],"string"!=typeof e||!e||1!==w&&9!==w&&11!==w)return i;if(!o&&(h(t),t=t||f,m)){if(11!==w&&(d=J.exec(e)))if(s=d[1]){if(9===w){if(!(c=t.getElementById(s)))return i;if(c.id===s)return i.push(c),i}else if(y&&(c=y.getElementById(s))&&b(t,c)&&c.id===s)return i.push(c),i}else{if(d[2])return L.apply(i,t.getElementsByTagName(e)),i;if((s=d[3])&&n.getElementsByClassName&&t.getElementsByClassName)return L.apply(i,t.getElementsByClassName(s)),i}if(n.qsa&&!k[e+" "]&&(!g||!g.test(e))&&(1!==w||"object"!==t.nodeName.toLowerCase())){if(v=e,y=t,1===w&&(U.test(e)||q.test(e))){for((y=ee.test(e)&&ve(t.parentNode)||t)===t&&n.scope||((u=t.getAttribute("id"))?u=u.replace(ie,oe):t.setAttribute("id",u=_)),a=(p=r(e)).length;a--;)p[a]=(u?"#"+u:":scope")+" "+be(p[a]);v=p.join(",")}try{return L.apply(i,y.querySelectorAll(v)),i}catch(t){k(e,!0)}finally{u===_&&t.removeAttribute("id")}}}return l(e.replace(B,"$1"),t,i,o)}function le(){var e=[];return function t(n,o){return e.push(n+" ")>i.cacheLength&&delete t[e.shift()],t[n+" "]=o}}function ce(e){return e[_]=!0,e}function ue(e){var t=f.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function de(e,t){for(var n=e.split("|"),o=n.length;o--;)i.attrHandle[n[o]]=t}function he(e,t){var n=t&&e,i=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(i)return i;if(n)for(;n=n.nextSibling;)if(n===t)return-1;return e?1:-1}function fe(e){return function(t){return"input"===t.nodeName.toLowerCase()&&t.type===e}}function pe(e){return function(t){var n=t.nodeName.toLowerCase();return("input"===n||"button"===n)&&t.type===e}}function me(e){return function(t){return"form"in t?t.parentNode&&!1===t.disabled?"label"in t?"label"in t.parentNode?t.parentNode.disabled===e:t.disabled===e:t.isDisabled===e||t.isDisabled!==!e&&re(t)===e:t.disabled===e:"label"in t&&t.disabled===e}}function ge(e){return ce((function(t){return t=+t,ce((function(n,i){for(var o,s=e([],n.length,t),r=s.length;r--;)n[o=s[r]]&&(n[o]=!(i[o]=n[o]))}))}))}function ve(e){return e&&void 0!==e.getElementsByTagName&&e}for(t in n=ae.support={},s=ae.isXML=function(e){var t=e&&e.namespaceURI,n=e&&(e.ownerDocument||e).documentElement;return!Y.test(t||n&&n.nodeName||"HTML")},h=ae.setDocument=function(e){var t,o,r=e?e.ownerDocument||e:w;return r!=f&&9===r.nodeType&&r.documentElement?(p=(f=r).documentElement,m=!s(f),w!=f&&(o=f.defaultView)&&o.top!==o&&(o.addEventListener?o.addEventListener("unload",se,!1):o.attachEvent&&o.attachEvent("onunload",se)),n.scope=ue((function(e){return p.appendChild(e).appendChild(f.createElement("div")),void 0!==e.querySelectorAll&&!e.querySelectorAll(":scope fieldset div").length})),n.attributes=ue((function(e){return e.className="i",!e.getAttribute("className")})),n.getElementsByTagName=ue((function(e){return e.appendChild(f.createComment("")),!e.getElementsByTagName("*").length})),n.getElementsByClassName=Z.test(f.getElementsByClassName),n.getById=ue((function(e){return p.appendChild(e).id=_,!f.getElementsByName||!f.getElementsByName(_).length})),n.getById?(i.filter.ID=function(e){var t=e.replace(te,ne);return function(e){return e.getAttribute("id")===t}},i.find.ID=function(e,t){if(void 0!==t.getElementById&&m){var n=t.getElementById(e);return n?[n]:[]}}):(i.filter.ID=function(e){var t=e.replace(te,ne);return function(e){var n=void 0!==e.getAttributeNode&&e.getAttributeNode("id");return n&&n.value===t}},i.find.ID=function(e,t){if(void 0!==t.getElementById&&m){var n,i,o,s=t.getElementById(e);if(s){if((n=s.getAttributeNode("id"))&&n.value===e)return[s];for(o=t.getElementsByName(e),i=0;s=o[i++];)if((n=s.getAttributeNode("id"))&&n.value===e)return[s]}return[]}}),i.find.TAG=n.getElementsByTagName?function(e,t){return void 0!==t.getElementsByTagName?t.getElementsByTagName(e):n.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,i=[],o=0,s=t.getElementsByTagName(e);if("*"===e){for(;n=s[o++];)1===n.nodeType&&i.push(n);return i}return s},i.find.CLASS=n.getElementsByClassName&&function(e,t){if(void 0!==t.getElementsByClassName&&m)return t.getElementsByClassName(e)},v=[],g=[],(n.qsa=Z.test(f.querySelectorAll))&&(ue((function(e){var t;p.appendChild(e).innerHTML="",e.querySelectorAll("[msallowcapture^='']").length&&g.push("[*^$]=[\\x20\\t\\r\\n\\f]*(?:''|\"\")"),e.querySelectorAll("[selected]").length||g.push("\\[[\\x20\\t\\r\\n\\f]*(?:value|"+P+")"),e.querySelectorAll("[id~="+_+"-]").length||g.push("~="),(t=f.createElement("input")).setAttribute("name",""),e.appendChild(t),e.querySelectorAll("[name='']").length||g.push("\\[[\\x20\\t\\r\\n\\f]*name[\\x20\\t\\r\\n\\f]*=[\\x20\\t\\r\\n\\f]*(?:''|\"\")"),e.querySelectorAll(":checked").length||g.push(":checked"),e.querySelectorAll("a#"+_+"+*").length||g.push(".#.+[+~]"),e.querySelectorAll("\\\f"),g.push("[\\r\\n\\f]")})),ue((function(e){e.innerHTML="";var t=f.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&g.push("name[\\x20\\t\\r\\n\\f]*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&g.push(":enabled",":disabled"),p.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&g.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),g.push(",.*:")}))),(n.matchesSelector=Z.test(y=p.matches||p.webkitMatchesSelector||p.mozMatchesSelector||p.oMatchesSelector||p.msMatchesSelector))&&ue((function(e){n.disconnectedMatch=y.call(e,"*"),y.call(e,"[s!='']:x"),v.push("!=",R)})),g=g.length&&new RegExp(g.join("|")),v=v.length&&new RegExp(v.join("|")),t=Z.test(p.compareDocumentPosition),b=t||Z.test(p.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,i=t&&t.parentNode;return e===i||!(!i||1!==i.nodeType||!(n.contains?n.contains(i):e.compareDocumentPosition&&16&e.compareDocumentPosition(i)))}:function(e,t){if(t)for(;t=t.parentNode;)if(t===e)return!0;return!1},I=t?function(e,t){if(e===t)return d=!0,0;var i=!e.compareDocumentPosition-!t.compareDocumentPosition;return i||(1&(i=(e.ownerDocument||e)==(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!n.sortDetached&&t.compareDocumentPosition(e)===i?e==f||e.ownerDocument==w&&b(w,e)?-1:t==f||t.ownerDocument==w&&b(w,t)?1:u?z(u,e)-z(u,t):0:4&i?-1:1)}:function(e,t){if(e===t)return d=!0,0;var n,i=0,o=e.parentNode,s=t.parentNode,r=[e],a=[t];if(!o||!s)return e==f?-1:t==f?1:o?-1:s?1:u?z(u,e)-z(u,t):0;if(o===s)return he(e,t);for(n=e;n=n.parentNode;)r.unshift(n);for(n=t;n=n.parentNode;)a.unshift(n);for(;r[i]===a[i];)i++;return i?he(r[i],a[i]):r[i]==w?-1:a[i]==w?1:0},f):f},ae.matches=function(e,t){return ae(e,null,null,t)},ae.matchesSelector=function(e,t){if(h(e),n.matchesSelector&&m&&!k[t+" "]&&(!v||!v.test(t))&&(!g||!g.test(t)))try{var i=y.call(e,t);if(i||n.disconnectedMatch||e.document&&11!==e.document.nodeType)return i}catch(e){k(t,!0)}return ae(t,f,null,[e]).length>0},ae.contains=function(e,t){return(e.ownerDocument||e)!=f&&h(e),b(e,t)},ae.attr=function(e,t){(e.ownerDocument||e)!=f&&h(e);var o=i.attrHandle[t.toLowerCase()],s=o&&A.call(i.attrHandle,t.toLowerCase())?o(e,t,!m):void 0;return void 0!==s?s:n.attributes||!m?e.getAttribute(t):(s=e.getAttributeNode(t))&&s.specified?s.value:null},ae.escape=function(e){return(e+"").replace(ie,oe)},ae.error=function(e){throw new Error("Syntax error, unrecognized expression: "+e)},ae.uniqueSort=function(e){var t,i=[],o=0,s=0;if(d=!n.detectDuplicates,u=!n.sortStable&&e.slice(0),e.sort(I),d){for(;t=e[s++];)t===e[s]&&(o=i.push(s));for(;o--;)e.splice(i[o],1)}return u=null,e},o=ae.getText=function(e){var t,n="",i=0,s=e.nodeType;if(s){if(1===s||9===s||11===s){if("string"==typeof e.textContent)return e.textContent;for(e=e.firstChild;e;e=e.nextSibling)n+=o(e)}else if(3===s||4===s)return e.nodeValue}else for(;t=e[i++];)n+=o(t);return n},i=ae.selectors={cacheLength:50,createPseudo:ce,match:G,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(te,ne),e[3]=(e[3]||e[4]||e[5]||"").replace(te,ne),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||ae.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&ae.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return G.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&V.test(n)&&(t=r(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(te,ne).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=C[e+" "];return t||(t=new RegExp("(^|[\\x20\\t\\r\\n\\f])"+e+"("+H+"|$)"),C(e,(function(e){return t.test("string"==typeof e.className&&e.className||void 0!==e.getAttribute&&e.getAttribute("class")||"")})))},ATTR:function(e,t,n){return function(i){var o=ae.attr(i,e);return null==o?"!="===t:!t||(o+="","="===t?o===n:"!="===t?o!==n:"^="===t?n&&0===o.indexOf(n):"*="===t?n&&o.indexOf(n)>-1:"$="===t?n&&o.slice(-n.length)===n:"~="===t?(" "+o.replace(F," ")+" ").indexOf(n)>-1:"|="===t&&(o===n||o.slice(0,n.length+1)===n+"-"))}},CHILD:function(e,t,n,i,o){var s="nth"!==e.slice(0,3),r="last"!==e.slice(-4),a="of-type"===t;return 1===i&&0===o?function(e){return!!e.parentNode}:function(t,n,l){var c,u,d,h,f,p,m=s!==r?"nextSibling":"previousSibling",g=t.parentNode,v=a&&t.nodeName.toLowerCase(),y=!l&&!a,b=!1;if(g){if(s){for(;m;){for(h=t;h=h[m];)if(a?h.nodeName.toLowerCase()===v:1===h.nodeType)return!1;p=m="only"===e&&!p&&"nextSibling"}return!0}if(p=[r?g.firstChild:g.lastChild],r&&y){for(b=(f=(c=(u=(d=(h=g)[_]||(h[_]={}))[h.uniqueID]||(d[h.uniqueID]={}))[e]||[])[0]===x&&c[1])&&c[2],h=f&&g.childNodes[f];h=++f&&h&&h[m]||(b=f=0)||p.pop();)if(1===h.nodeType&&++b&&h===t){u[e]=[x,f,b];break}}else if(y&&(b=f=(c=(u=(d=(h=t)[_]||(h[_]={}))[h.uniqueID]||(d[h.uniqueID]={}))[e]||[])[0]===x&&c[1]),!1===b)for(;(h=++f&&h&&h[m]||(b=f=0)||p.pop())&&((a?h.nodeName.toLowerCase()!==v:1!==h.nodeType)||!++b||(y&&((u=(d=h[_]||(h[_]={}))[h.uniqueID]||(d[h.uniqueID]={}))[e]=[x,b]),h!==t)););return(b-=o)===i||b%i==0&&b/i>=0}}},PSEUDO:function(e,t){var n,o=i.pseudos[e]||i.setFilters[e.toLowerCase()]||ae.error("unsupported pseudo: "+e);return o[_]?o(t):o.length>1?(n=[e,e,"",t],i.setFilters.hasOwnProperty(e.toLowerCase())?ce((function(e,n){for(var i,s=o(e,t),r=s.length;r--;)e[i=z(e,s[r])]=!(n[i]=s[r])})):function(e){return o(e,0,n)}):o}},pseudos:{not:ce((function(e){var t=[],n=[],i=a(e.replace(B,"$1"));return i[_]?ce((function(e,t,n,o){for(var s,r=i(e,null,o,[]),a=e.length;a--;)(s=r[a])&&(e[a]=!(t[a]=s))})):function(e,o,s){return t[0]=e,i(t,null,s,n),t[0]=null,!n.pop()}})),has:ce((function(e){return function(t){return ae(e,t).length>0}})),contains:ce((function(e){return e=e.replace(te,ne),function(t){return(t.textContent||o(t)).indexOf(e)>-1}})),lang:ce((function(e){return Q.test(e||"")||ae.error("unsupported lang: "+e),e=e.replace(te,ne).toLowerCase(),function(t){var n;do{if(n=m?t.lang:t.getAttribute("xml:lang")||t.getAttribute("lang"))return(n=n.toLowerCase())===e||0===n.indexOf(e+"-")}while((t=t.parentNode)&&1===t.nodeType);return!1}})),target:function(t){var n=e.location&&e.location.hash;return n&&n.slice(1)===t.id},root:function(e){return e===p},focus:function(e){return e===f.activeElement&&(!f.hasFocus||f.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},enabled:me(!1),disabled:me(!0),checked:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&!!e.checked||"option"===t&&!!e.selected},selected:function(e){return e.parentNode&&e.parentNode.selectedIndex,!0===e.selected},empty:function(e){for(e=e.firstChild;e;e=e.nextSibling)if(e.nodeType<6)return!1;return!0},parent:function(e){return!i.pseudos.empty(e)},header:function(e){return K.test(e.nodeName)},input:function(e){return X.test(e.nodeName)},button:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&"button"===e.type||"button"===t},text:function(e){var t;return"input"===e.nodeName.toLowerCase()&&"text"===e.type&&(null==(t=e.getAttribute("type"))||"text"===t.toLowerCase())},first:ge((function(){return[0]})),last:ge((function(e,t){return[t-1]})),eq:ge((function(e,t,n){return[n<0?n+t:n]})),even:ge((function(e,t){for(var n=0;nt?t:n;--i>=0;)e.push(i);return e})),gt:ge((function(e,t,n){for(var i=n<0?n+t:n;++i1?function(t,n,i){for(var o=e.length;o--;)if(!e[o](t,n,i))return!1;return!0}:e[0]}function xe(e,t,n,i,o){for(var s,r=[],a=0,l=e.length,c=null!=t;a-1&&(s[c]=!(r[c]=d))}}else v=xe(v===r?v.splice(p,v.length):v),o?o(null,r,v,l):L.apply(r,v)}))}function Ce(e){for(var t,n,o,s=e.length,r=i.relative[e[0].type],a=r||i.relative[" "],l=r?1:0,u=_e((function(e){return e===t}),a,!0),d=_e((function(e){return z(t,e)>-1}),a,!0),h=[function(e,n,i){var o=!r&&(i||n!==c)||((t=n).nodeType?u(e,n,i):d(e,n,i));return t=null,o}];l1&&we(h),l>1&&be(e.slice(0,l-1).concat({value:" "===e[l-2].type?"*":""})).replace(B,"$1"),n,l0,o=e.length>0,s=function(s,r,a,l,u){var d,p,g,v=0,y="0",b=s&&[],_=[],w=c,E=s||o&&i.find.TAG("*",u),C=x+=null==w?1:Math.random()||.1,S=E.length;for(u&&(c=r==f||r||u);y!==S&&null!=(d=E[y]);y++){if(o&&d){for(p=0,r||d.ownerDocument==f||(h(d),a=!m);g=e[p++];)if(g(d,r||f,a)){l.push(d);break}u&&(x=C)}n&&((d=!g&&d)&&v--,s&&b.push(d))}if(v+=y,n&&y!==v){for(p=0;g=t[p++];)g(b,_,r,a);if(s){if(v>0)for(;y--;)b[y]||_[y]||(_[y]=D.call(l));_=xe(_)}L.apply(l,_),u&&!s&&_.length>0&&v+t.length>1&&ae.uniqueSort(l)}return u&&(x=C,c=w),b};return n?ce(s):s}(s,o)),a.selector=e}return a},l=ae.select=function(e,t,n,o){var s,l,c,u,d,h="function"==typeof e&&e,f=!o&&r(e=h.selector||e);if(n=n||[],1===f.length){if((l=f[0]=f[0].slice(0)).length>2&&"ID"===(c=l[0]).type&&9===t.nodeType&&m&&i.relative[l[1].type]){if(!(t=(i.find.ID(c.matches[0].replace(te,ne),t)||[])[0]))return n;h&&(t=t.parentNode),e=e.slice(l.shift().value.length)}for(s=G.needsContext.test(e)?0:l.length;s--&&(c=l[s],!i.relative[u=c.type]);)if((d=i.find[u])&&(o=d(c.matches[0].replace(te,ne),ee.test(l[0].type)&&ve(t.parentNode)||t))){if(l.splice(s,1),!(e=o.length&&be(l)))return L.apply(n,o),n;break}}return(h||a(e,f))(o,t,!m,n,!t||ee.test(e)&&ve(t.parentNode)||t),n},n.sortStable=_.split("").sort(I).join("")===_,n.detectDuplicates=!!d,h(),n.sortDetached=ue((function(e){return 1&e.compareDocumentPosition(f.createElement("fieldset"))})),ue((function(e){return e.innerHTML="","#"===e.firstChild.getAttribute("href")}))||de("type|href|height|width",(function(e,t,n){if(!n)return e.getAttribute(t,"type"===t.toLowerCase()?1:2)})),n.attributes&&ue((function(e){return e.innerHTML="",e.firstChild.setAttribute("value",""),""===e.firstChild.getAttribute("value")}))||de("value",(function(e,t,n){if(!n&&"input"===e.nodeName.toLowerCase())return e.defaultValue})),ue((function(e){return null==e.getAttribute("disabled")}))||de(P,(function(e,t,n){var i;if(!n)return!0===e[t]?t.toLowerCase():(i=e.getAttributeNode(t))&&i.specified?i.value:null})),ae}(e);w.find=E,w.expr=E.selectors,w.expr[":"]=w.expr.pseudos,w.uniqueSort=w.unique=E.uniqueSort,w.text=E.getText,w.isXMLDoc=E.isXML,w.contains=E.contains,w.escapeSelector=E.escape;var C=function(e,t,n){for(var i=[],o=void 0!==n;(e=e[t])&&9!==e.nodeType;)if(1===e.nodeType){if(o&&w(e).is(n))break;i.push(e)}return i},S=function(e,t){for(var n=[];e;e=e.nextSibling)1===e.nodeType&&e!==t&&n.push(e);return n},T=w.expr.match.needsContext;function k(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()}var I=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function A(e,t,n){return p(t)?w.grep(e,(function(e,i){return!!t.call(e,i,e)!==n})):t.nodeType?w.grep(e,(function(e){return e===t!==n})):"string"!=typeof t?w.grep(e,(function(e){return a.call(t,e)>-1!==n})):w.filter(t,e,n)}w.filter=function(e,t,n){var i=t[0];return n&&(e=":not("+e+")"),1===t.length&&1===i.nodeType?w.find.matchesSelector(i,e)?[i]:[]:w.find.matches(e,w.grep(t,(function(e){return 1===e.nodeType})))},w.fn.extend({find:function(e){var t,n,i=this.length,o=this;if("string"!=typeof e)return this.pushStack(w(e).filter((function(){for(t=0;t1?w.uniqueSort(n):n},filter:function(e){return this.pushStack(A(this,e||[],!1))},not:function(e){return this.pushStack(A(this,e||[],!0))},is:function(e){return!!A(this,"string"==typeof e&&T.test(e)?w(e):e||[],!1).length}});var O,D=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/;(w.fn.init=function(e,t,n){var i,o;if(!e)return this;if(n=n||O,"string"==typeof e){if(!(i="<"===e[0]&&">"===e[e.length-1]&&e.length>=3?[null,e,null]:D.exec(e))||!i[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(i[1]){if(t=t instanceof w?t[0]:t,w.merge(this,w.parseHTML(i[1],t&&t.nodeType?t.ownerDocument||t:g,!0)),I.test(i[1])&&w.isPlainObject(t))for(i in t)p(this[i])?this[i](t[i]):this.attr(i,t[i]);return this}return(o=g.getElementById(i[2]))&&(this[0]=o,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):p(e)?void 0!==n.ready?n.ready(e):e(w):w.makeArray(e,this)}).prototype=w.fn,O=w(g);var N=/^(?:parents|prev(?:Until|All))/,L={children:!0,contents:!0,next:!0,prev:!0};function $(e,t){for(;(e=e[t])&&1!==e.nodeType;);return e}w.fn.extend({has:function(e){var t=w(e,this),n=t.length;return this.filter((function(){for(var e=0;e-1:1===n.nodeType&&w.find.matchesSelector(n,e))){s.push(n);break}return this.pushStack(s.length>1?w.uniqueSort(s):s)},index:function(e){return e?"string"==typeof e?a.call(w(e),this[0]):a.call(this,e.jquery?e[0]:e):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,t){return this.pushStack(w.uniqueSort(w.merge(this.get(),w(e,t))))},addBack:function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}}),w.each({parent:function(e){var t=e.parentNode;return t&&11!==t.nodeType?t:null},parents:function(e){return C(e,"parentNode")},parentsUntil:function(e,t,n){return C(e,"parentNode",n)},next:function(e){return $(e,"nextSibling")},prev:function(e){return $(e,"previousSibling")},nextAll:function(e){return C(e,"nextSibling")},prevAll:function(e){return C(e,"previousSibling")},nextUntil:function(e,t,n){return C(e,"nextSibling",n)},prevUntil:function(e,t,n){return C(e,"previousSibling",n)},siblings:function(e){return S((e.parentNode||{}).firstChild,e)},children:function(e){return S(e.firstChild)},contents:function(e){return null!=e.contentDocument&&i(e.contentDocument)?e.contentDocument:(k(e,"template")&&(e=e.content||e),w.merge([],e.childNodes))}},(function(e,t){w.fn[e]=function(n,i){var o=w.map(this,t,n);return"Until"!==e.slice(-5)&&(i=n),i&&"string"==typeof i&&(o=w.filter(i,o)),this.length>1&&(L[e]||w.uniqueSort(o),N.test(e)&&o.reverse()),this.pushStack(o)}}));var z=/[^\x20\t\r\n\f]+/g;function P(e){return e}function H(e){throw e}function j(e,t,n,i){var o;try{e&&p(o=e.promise)?o.call(e).done(t).fail(n):e&&p(o=e.then)?o.call(e,t,n):t.apply(void 0,[e].slice(i))}catch(e){n.apply(void 0,[e])}}w.Callbacks=function(e){e="string"==typeof e?function(e){var t={};return w.each(e.match(z)||[],(function(e,n){t[n]=!0})),t}(e):w.extend({},e);var t,n,i,o,s=[],r=[],a=-1,l=function(){for(o=o||e.once,i=t=!0;r.length;a=-1)for(n=r.shift();++a-1;)s.splice(n,1),n<=a&&a--})),this},has:function(e){return e?w.inArray(e,s)>-1:s.length>0},empty:function(){return s&&(s=[]),this},disable:function(){return o=r=[],s=n="",this},disabled:function(){return!s},lock:function(){return o=r=[],n||t||(s=n=""),this},locked:function(){return!!o},fireWith:function(e,n){return o||(n=[e,(n=n||[]).slice?n.slice():n],r.push(n),t||l()),this},fire:function(){return c.fireWith(this,arguments),this},fired:function(){return!!i}};return c},w.extend({Deferred:function(t){var n=[["notify","progress",w.Callbacks("memory"),w.Callbacks("memory"),2],["resolve","done",w.Callbacks("once memory"),w.Callbacks("once memory"),0,"resolved"],["reject","fail",w.Callbacks("once memory"),w.Callbacks("once memory"),1,"rejected"]],i="pending",o={state:function(){return i},always:function(){return s.done(arguments).fail(arguments),this},catch:function(e){return o.then(null,e)},pipe:function(){var e=arguments;return w.Deferred((function(t){w.each(n,(function(n,i){var o=p(e[i[4]])&&e[i[4]];s[i[1]]((function(){var e=o&&o.apply(this,arguments);e&&p(e.promise)?e.promise().progress(t.notify).done(t.resolve).fail(t.reject):t[i[0]+"With"](this,o?[e]:arguments)}))})),e=null})).promise()},then:function(t,i,o){var s=0;function r(t,n,i,o){return function(){var a=this,l=arguments,c=function(){var e,c;if(!(t=s&&(i!==H&&(a=void 0,l=[e]),n.rejectWith(a,l))}};t?u():(w.Deferred.getStackHook&&(u.stackTrace=w.Deferred.getStackHook()),e.setTimeout(u))}}return w.Deferred((function(e){n[0][3].add(r(0,e,p(o)?o:P,e.notifyWith)),n[1][3].add(r(0,e,p(t)?t:P)),n[2][3].add(r(0,e,p(i)?i:H))})).promise()},promise:function(e){return null!=e?w.extend(e,o):o}},s={};return w.each(n,(function(e,t){var r=t[2],a=t[5];o[t[1]]=r.add,a&&r.add((function(){i=a}),n[3-e][2].disable,n[3-e][3].disable,n[0][2].lock,n[0][3].lock),r.add(t[3].fire),s[t[0]]=function(){return s[t[0]+"With"](this===s?void 0:this,arguments),this},s[t[0]+"With"]=r.fireWith})),o.promise(s),t&&t.call(s,s),s},when:function(e){var t=arguments.length,n=t,i=Array(n),s=o.call(arguments),r=w.Deferred(),a=function(e){return function(n){i[e]=this,s[e]=arguments.length>1?o.call(arguments):n,--t||r.resolveWith(i,s)}};if(t<=1&&(j(e,r.done(a(n)).resolve,r.reject,!t),"pending"===r.state()||p(s[n]&&s[n].then)))return r.then();for(;n--;)j(s[n],a(n),r.reject);return r.promise()}});var M=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;w.Deferred.exceptionHook=function(t,n){e.console&&e.console.warn&&t&&M.test(t.name)&&e.console.warn("jQuery.Deferred exception: "+t.message,t.stack,n)},w.readyException=function(t){e.setTimeout((function(){throw t}))};var R=w.Deferred();function F(){g.removeEventListener("DOMContentLoaded",F),e.removeEventListener("load",F),w.ready()}w.fn.ready=function(e){return R.then(e).catch((function(e){w.readyException(e)})),this},w.extend({isReady:!1,readyWait:1,ready:function(e){(!0===e?--w.readyWait:w.isReady)||(w.isReady=!0,!0!==e&&--w.readyWait>0||R.resolveWith(g,[w]))}}),w.ready.then=R.then,"complete"===g.readyState||"loading"!==g.readyState&&!g.documentElement.doScroll?e.setTimeout(w.ready):(g.addEventListener("DOMContentLoaded",F),e.addEventListener("load",F));var B=function(e,t,n,i,o,s,r){var a=0,l=e.length,c=null==n;if("object"===b(n))for(a in o=!0,n)B(e,t,a,n[a],!0,s,r);else if(void 0!==i&&(o=!0,p(i)||(r=!0),c&&(r?(t.call(e,i),t=null):(c=t,t=function(e,t,n){return c.call(w(e),n)})),t))for(;a1,null,!0)},removeData:function(e){return this.each((function(){X.remove(this,e)}))}}),w.extend({queue:function(e,t,n){var i;if(e)return t=(t||"fx")+"queue",i=Y.get(e,t),n&&(!i||Array.isArray(n)?i=Y.access(e,t,w.makeArray(n)):i.push(n)),i||[]},dequeue:function(e,t){t=t||"fx";var n=w.queue(e,t),i=n.length,o=n.shift(),s=w._queueHooks(e,t);"inprogress"===o&&(o=n.shift(),i--),o&&("fx"===t&&n.unshift("inprogress"),delete s.stop,o.call(e,(function(){w.dequeue(e,t)}),s)),!i&&s&&s.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return Y.get(e,n)||Y.access(e,n,{empty:w.Callbacks("once memory").add((function(){Y.remove(e,[t+"queue",n])}))})}}),w.fn.extend({queue:function(e,t){var n=2;return"string"!=typeof e&&(t=e,e="fx",n--),arguments.length\x20\t\r\n\f]*)/i,me=/^$|^module$|\/(?:java|ecma)script/i;de=g.createDocumentFragment().appendChild(g.createElement("div")),(he=g.createElement("input")).setAttribute("type","radio"),he.setAttribute("checked","checked"),he.setAttribute("name","t"),de.appendChild(he),f.checkClone=de.cloneNode(!0).cloneNode(!0).lastChild.checked,de.innerHTML="",f.noCloneChecked=!!de.cloneNode(!0).lastChild.defaultValue,de.innerHTML="",f.option=!!de.lastChild;var ge={thead:[1,"","
"],col:[2,"","
"],tr:[2,"","
"],td:[3,"","
"],_default:[0,"",""]};function ve(e,t){var n;return n=void 0!==e.getElementsByTagName?e.getElementsByTagName(t||"*"):void 0!==e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&k(e,t)?w.merge([e],n):n}function ye(e,t){for(var n=0,i=e.length;n",""]);var be=/<|&#?\w+;/;function _e(e,t,n,i,o){for(var s,r,a,l,c,u,d=t.createDocumentFragment(),h=[],f=0,p=e.length;f-1)o&&o.push(s);else if(c=oe(s),r=ve(d.appendChild(s),"script"),c&&ye(r),n)for(u=0;s=r[u++];)me.test(s.type||"")&&n.push(s);return d}var we=/^([^.]*)(?:\.(.+)|)/;function xe(){return!0}function Ee(){return!1}function Ce(e,t){return e===function(){try{return g.activeElement}catch(e){}}()==("focus"===t)}function Se(e,t,n,i,o,s){var r,a;if("object"==typeof t){for(a in"string"!=typeof n&&(i=i||n,n=void 0),t)Se(e,a,n,i,t[a],s);return e}if(null==i&&null==o?(o=n,i=n=void 0):null==o&&("string"==typeof n?(o=i,i=void 0):(o=i,i=n,n=void 0)),!1===o)o=Ee;else if(!o)return e;return 1===s&&(r=o,o=function(e){return w().off(e),r.apply(this,arguments)},o.guid=r.guid||(r.guid=w.guid++)),e.each((function(){w.event.add(this,t,o,i,n)}))}function Te(e,t,n){n?(Y.set(e,t,!1),w.event.add(e,t,{namespace:!1,handler:function(e){var i,s,r=Y.get(this,t);if(1&e.isTrigger&&this[t]){if(r.length)(w.event.special[t]||{}).delegateType&&e.stopPropagation();else if(r=o.call(arguments),Y.set(this,t,r),i=n(this,t),this[t](),r!==(s=Y.get(this,t))||i?Y.set(this,t,!1):s={},r!==s)return e.stopImmediatePropagation(),e.preventDefault(),s&&s.value}else r.length&&(Y.set(this,t,{value:w.event.trigger(w.extend(r[0],w.Event.prototype),r.slice(1),this)}),e.stopImmediatePropagation())}})):void 0===Y.get(e,t)&&w.event.add(e,t,xe)}w.event={global:{},add:function(e,t,n,i,o){var s,r,a,l,c,u,d,h,f,p,m,g=Y.get(e);if(Q(e))for(n.handler&&(n=(s=n).handler,o=s.selector),o&&w.find.matchesSelector(ie,o),n.guid||(n.guid=w.guid++),(l=g.events)||(l=g.events=Object.create(null)),(r=g.handle)||(r=g.handle=function(t){return void 0!==w&&w.event.triggered!==t.type?w.event.dispatch.apply(e,arguments):void 0}),c=(t=(t||"").match(z)||[""]).length;c--;)f=m=(a=we.exec(t[c])||[])[1],p=(a[2]||"").split(".").sort(),f&&(d=w.event.special[f]||{},f=(o?d.delegateType:d.bindType)||f,d=w.event.special[f]||{},u=w.extend({type:f,origType:m,data:i,handler:n,guid:n.guid,selector:o,needsContext:o&&w.expr.match.needsContext.test(o),namespace:p.join(".")},s),(h=l[f])||((h=l[f]=[]).delegateCount=0,d.setup&&!1!==d.setup.call(e,i,p,r)||e.addEventListener&&e.addEventListener(f,r)),d.add&&(d.add.call(e,u),u.handler.guid||(u.handler.guid=n.guid)),o?h.splice(h.delegateCount++,0,u):h.push(u),w.event.global[f]=!0)},remove:function(e,t,n,i,o){var s,r,a,l,c,u,d,h,f,p,m,g=Y.hasData(e)&&Y.get(e);if(g&&(l=g.events)){for(c=(t=(t||"").match(z)||[""]).length;c--;)if(f=m=(a=we.exec(t[c])||[])[1],p=(a[2]||"").split(".").sort(),f){for(d=w.event.special[f]||{},h=l[f=(i?d.delegateType:d.bindType)||f]||[],a=a[2]&&new RegExp("(^|\\.)"+p.join("\\.(?:.*\\.|)")+"(\\.|$)"),r=s=h.length;s--;)u=h[s],!o&&m!==u.origType||n&&n.guid!==u.guid||a&&!a.test(u.namespace)||i&&i!==u.selector&&("**"!==i||!u.selector)||(h.splice(s,1),u.selector&&h.delegateCount--,d.remove&&d.remove.call(e,u));r&&!h.length&&(d.teardown&&!1!==d.teardown.call(e,p,g.handle)||w.removeEvent(e,f,g.handle),delete l[f])}else for(f in l)w.event.remove(e,f+t[c],n,i,!0);w.isEmptyObject(l)&&Y.remove(e,"handle events")}},dispatch:function(e){var t,n,i,o,s,r,a=new Array(arguments.length),l=w.event.fix(e),c=(Y.get(this,"events")||Object.create(null))[l.type]||[],u=w.event.special[l.type]||{};for(a[0]=l,t=1;t=1))for(;c!==this;c=c.parentNode||this)if(1===c.nodeType&&("click"!==e.type||!0!==c.disabled)){for(s=[],r={},n=0;n-1:w.find(o,this,null,[c]).length),r[o]&&s.push(i);s.length&&a.push({elem:c,handlers:s})}return c=this,l\s*$/g;function Oe(e,t){return k(e,"table")&&k(11!==t.nodeType?t:t.firstChild,"tr")&&w(e).children("tbody")[0]||e}function De(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function Ne(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Le(e,t){var n,i,o,s,r,a;if(1===t.nodeType){if(Y.hasData(e)&&(a=Y.get(e).events))for(o in Y.remove(t,"handle events"),a)for(n=0,i=a[o].length;n1&&"string"==typeof g&&!f.checkClone&&Ie.test(g))return e.each((function(o){var s=e.eq(o);v&&(t[0]=g.call(this,o,s.html())),ze(s,t,n,i)}));if(h&&(r=(o=_e(t,e[0].ownerDocument,!1,e,i)).firstChild,1===o.childNodes.length&&(o=r),r||i)){for(l=(a=w.map(ve(o,"script"),De)).length;d0&&ye(r,!l&&ve(e,"script")),a},cleanData:function(e){for(var t,n,i,o=w.event.special,s=0;void 0!==(n=e[s]);s++)if(Q(n)){if(t=n[Y.expando]){if(t.events)for(i in t.events)o[i]?w.event.remove(n,i):w.removeEvent(n,i,t.handle);n[Y.expando]=void 0}n[X.expando]&&(n[X.expando]=void 0)}}}),w.fn.extend({detach:function(e){return Pe(this,e,!0)},remove:function(e){return Pe(this,e)},text:function(e){return B(this,(function(e){return void 0===e?w.text(this):this.empty().each((function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=e)}))}),null,e,arguments.length)},append:function(){return ze(this,arguments,(function(e){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||Oe(this,e).appendChild(e)}))},prepend:function(){return ze(this,arguments,(function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=Oe(this,e);t.insertBefore(e,t.firstChild)}}))},before:function(){return ze(this,arguments,(function(e){this.parentNode&&this.parentNode.insertBefore(e,this)}))},after:function(){return ze(this,arguments,(function(e){this.parentNode&&this.parentNode.insertBefore(e,this.nextSibling)}))},empty:function(){for(var e,t=0;null!=(e=this[t]);t++)1===e.nodeType&&(w.cleanData(ve(e,!1)),e.textContent="");return this},clone:function(e,t){return e=null!=e&&e,t=null==t?e:t,this.map((function(){return w.clone(this,e,t)}))},html:function(e){return B(this,(function(e){var t=this[0]||{},n=0,i=this.length;if(void 0===e&&1===t.nodeType)return t.innerHTML;if("string"==typeof e&&!ke.test(e)&&!ge[(pe.exec(e)||["",""])[1].toLowerCase()]){e=w.htmlPrefilter(e);try{for(;n=0&&(l+=Math.max(0,Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-s-l-a-.5))||0),l}function Je(e,t,n){var i=je(e),o=(!f.boxSizingReliable()||n)&&"border-box"===w.css(e,"boxSizing",!1,i),s=o,r=Fe(e,t,i),a="offset"+t[0].toUpperCase()+t.slice(1);if(He.test(r)){if(!n)return r;r="auto"}return(!f.boxSizingReliable()&&o||!f.reliableTrDimensions()&&k(e,"tr")||"auto"===r||!parseFloat(r)&&"inline"===w.css(e,"display",!1,i))&&e.getClientRects().length&&(o="border-box"===w.css(e,"boxSizing",!1,i),(s=a in e)&&(r=e[a])),(r=parseFloat(r)||0)+Ze(e,t,n||(o?"border":"content"),s,i,r)+"px"}function et(e,t,n,i,o){return new et.prototype.init(e,t,n,i,o)}w.extend({cssHooks:{opacity:{get:function(e,t){if(t){var n=Fe(e,"opacity");return""===n?"1":n}}}},cssNumber:{animationIterationCount:!0,columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,gridArea:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnStart:!0,gridRow:!0,gridRowEnd:!0,gridRowStart:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{},style:function(e,t,n,i){if(e&&3!==e.nodeType&&8!==e.nodeType&&e.style){var o,s,r,a=V(t),l=Ge.test(t),c=e.style;if(l||(t=Ve(a)),r=w.cssHooks[t]||w.cssHooks[a],void 0===n)return r&&"get"in r&&void 0!==(o=r.get(e,!1,i))?o:c[t];"string"===(s=typeof n)&&(o=te.exec(n))&&o[1]&&(n=ae(e,t,o),s="number"),null!=n&&n==n&&("number"!==s||l||(n+=o&&o[3]||(w.cssNumber[a]?"":"px")),f.clearCloneStyle||""!==n||0!==t.indexOf("background")||(c[t]="inherit"),r&&"set"in r&&void 0===(n=r.set(e,n,i))||(l?c.setProperty(t,n):c[t]=n))}},css:function(e,t,n,i){var o,s,r,a=V(t);return Ge.test(t)||(t=Ve(a)),(r=w.cssHooks[t]||w.cssHooks[a])&&"get"in r&&(o=r.get(e,!0,n)),void 0===o&&(o=Fe(e,t,i)),"normal"===o&&t in Xe&&(o=Xe[t]),""===n||n?(s=parseFloat(o),!0===n||isFinite(s)?s||0:o):o}}),w.each(["height","width"],(function(e,t){w.cssHooks[t]={get:function(e,n,i){if(n)return!Qe.test(w.css(e,"display"))||e.getClientRects().length&&e.getBoundingClientRect().width?Je(e,t,i):Me(e,Ye,(function(){return Je(e,t,i)}))},set:function(e,n,i){var o,s=je(e),r=!f.scrollboxSize()&&"absolute"===s.position,a=(r||i)&&"border-box"===w.css(e,"boxSizing",!1,s),l=i?Ze(e,t,i,a,s):0;return a&&r&&(l-=Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-parseFloat(s[t])-Ze(e,t,"border",!1,s)-.5)),l&&(o=te.exec(n))&&"px"!==(o[3]||"px")&&(e.style[t]=n,n=w.css(e,t)),Ke(0,n,l)}}})),w.cssHooks.marginLeft=Be(f.reliableMarginLeft,(function(e,t){if(t)return(parseFloat(Fe(e,"marginLeft"))||e.getBoundingClientRect().left-Me(e,{marginLeft:0},(function(){return e.getBoundingClientRect().left})))+"px"})),w.each({margin:"",padding:"",border:"Width"},(function(e,t){w.cssHooks[e+t]={expand:function(n){for(var i=0,o={},s="string"==typeof n?n.split(" "):[n];i<4;i++)o[e+ne[i]+t]=s[i]||s[i-2]||s[0];return o}},"margin"!==e&&(w.cssHooks[e+t].set=Ke)})),w.fn.extend({css:function(e,t){return B(this,(function(e,t,n){var i,o,s={},r=0;if(Array.isArray(t)){for(i=je(e),o=t.length;r1)}}),w.Tween=et,et.prototype={constructor:et,init:function(e,t,n,i,o,s){this.elem=e,this.prop=n,this.easing=o||w.easing._default,this.options=t,this.start=this.now=this.cur(),this.end=i,this.unit=s||(w.cssNumber[n]?"":"px")},cur:function(){var e=et.propHooks[this.prop];return e&&e.get?e.get(this):et.propHooks._default.get(this)},run:function(e){var t,n=et.propHooks[this.prop];return this.options.duration?this.pos=t=w.easing[this.easing](e,this.options.duration*e,0,1,this.options.duration):this.pos=t=e,this.now=(this.end-this.start)*t+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),n&&n.set?n.set(this):et.propHooks._default.set(this),this}},et.prototype.init.prototype=et.prototype,et.propHooks={_default:{get:function(e){var t;return 1!==e.elem.nodeType||null!=e.elem[e.prop]&&null==e.elem.style[e.prop]?e.elem[e.prop]:(t=w.css(e.elem,e.prop,""))&&"auto"!==t?t:0},set:function(e){w.fx.step[e.prop]?w.fx.step[e.prop](e):1!==e.elem.nodeType||!w.cssHooks[e.prop]&&null==e.elem.style[Ve(e.prop)]?e.elem[e.prop]=e.now:w.style(e.elem,e.prop,e.now+e.unit)}}},et.propHooks.scrollTop=et.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},w.easing={linear:function(e){return e},swing:function(e){return.5-Math.cos(e*Math.PI)/2},_default:"swing"},w.fx=et.prototype.init,w.fx.step={};var tt,nt,it=/^(?:toggle|show|hide)$/,ot=/queueHooks$/;function st(){nt&&(!1===g.hidden&&e.requestAnimationFrame?e.requestAnimationFrame(st):e.setTimeout(st,w.fx.interval),w.fx.tick())}function rt(){return e.setTimeout((function(){tt=void 0})),tt=Date.now()}function at(e,t){var n,i=0,o={height:e};for(t=t?1:0;i<4;i+=2-t)o["margin"+(n=ne[i])]=o["padding"+n]=e;return t&&(o.opacity=o.width=e),o}function lt(e,t,n){for(var i,o=(ct.tweeners[t]||[]).concat(ct.tweeners["*"]),s=0,r=o.length;s1)},removeAttr:function(e){return this.each((function(){w.removeAttr(this,e)}))}}),w.extend({attr:function(e,t,n){var i,o,s=e.nodeType;if(3!==s&&8!==s&&2!==s)return void 0===e.getAttribute?w.prop(e,t,n):(1===s&&w.isXMLDoc(e)||(o=w.attrHooks[t.toLowerCase()]||(w.expr.match.bool.test(t)?ut:void 0)),void 0!==n?null===n?void w.removeAttr(e,t):o&&"set"in o&&void 0!==(i=o.set(e,n,t))?i:(e.setAttribute(t,n+""),n):o&&"get"in o&&null!==(i=o.get(e,t))?i:null==(i=w.find.attr(e,t))?void 0:i)},attrHooks:{type:{set:function(e,t){if(!f.radioValue&&"radio"===t&&k(e,"input")){var n=e.value;return e.setAttribute("type",t),n&&(e.value=n),t}}}},removeAttr:function(e,t){var n,i=0,o=t&&t.match(z);if(o&&1===e.nodeType)for(;n=o[i++];)e.removeAttribute(n)}}),ut={set:function(e,t,n){return!1===t?w.removeAttr(e,n):e.setAttribute(n,n),n}},w.each(w.expr.match.bool.source.match(/\w+/g),(function(e,t){var n=dt[t]||w.find.attr;dt[t]=function(e,t,i){var o,s,r=t.toLowerCase();return i||(s=dt[r],dt[r]=o,o=null!=n(e,t,i)?r:null,dt[r]=s),o}}));var ht=/^(?:input|select|textarea|button)$/i,ft=/^(?:a|area)$/i;function pt(e){return(e.match(z)||[]).join(" ")}function mt(e){return e.getAttribute&&e.getAttribute("class")||""}function gt(e){return Array.isArray(e)?e:"string"==typeof e&&e.match(z)||[]}w.fn.extend({prop:function(e,t){return B(this,w.prop,e,t,arguments.length>1)},removeProp:function(e){return this.each((function(){delete this[w.propFix[e]||e]}))}}),w.extend({prop:function(e,t,n){var i,o,s=e.nodeType;if(3!==s&&8!==s&&2!==s)return 1===s&&w.isXMLDoc(e)||(t=w.propFix[t]||t,o=w.propHooks[t]),void 0!==n?o&&"set"in o&&void 0!==(i=o.set(e,n,t))?i:e[t]=n:o&&"get"in o&&null!==(i=o.get(e,t))?i:e[t]},propHooks:{tabIndex:{get:function(e){var t=w.find.attr(e,"tabindex");return t?parseInt(t,10):ht.test(e.nodeName)||ft.test(e.nodeName)&&e.href?0:-1}}},propFix:{for:"htmlFor",class:"className"}}),f.optSelected||(w.propHooks.selected={get:function(e){var t=e.parentNode;return t&&t.parentNode&&t.parentNode.selectedIndex,null},set:function(e){var t=e.parentNode;t&&(t.selectedIndex,t.parentNode&&t.parentNode.selectedIndex)}}),w.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],(function(){w.propFix[this.toLowerCase()]=this})),w.fn.extend({addClass:function(e){var t,n,i,o,s,r,a,l=0;if(p(e))return this.each((function(t){w(this).addClass(e.call(this,t,mt(this)))}));if((t=gt(e)).length)for(;n=this[l++];)if(o=mt(n),i=1===n.nodeType&&" "+pt(o)+" "){for(r=0;s=t[r++];)i.indexOf(" "+s+" ")<0&&(i+=s+" ");o!==(a=pt(i))&&n.setAttribute("class",a)}return this},removeClass:function(e){var t,n,i,o,s,r,a,l=0;if(p(e))return this.each((function(t){w(this).removeClass(e.call(this,t,mt(this)))}));if(!arguments.length)return this.attr("class","");if((t=gt(e)).length)for(;n=this[l++];)if(o=mt(n),i=1===n.nodeType&&" "+pt(o)+" "){for(r=0;s=t[r++];)for(;i.indexOf(" "+s+" ")>-1;)i=i.replace(" "+s+" "," ");o!==(a=pt(i))&&n.setAttribute("class",a)}return this},toggleClass:function(e,t){var n=typeof e,i="string"===n||Array.isArray(e);return"boolean"==typeof t&&i?t?this.addClass(e):this.removeClass(e):p(e)?this.each((function(n){w(this).toggleClass(e.call(this,n,mt(this),t),t)})):this.each((function(){var t,o,s,r;if(i)for(o=0,s=w(this),r=gt(e);t=r[o++];)s.hasClass(t)?s.removeClass(t):s.addClass(t);else void 0!==e&&"boolean"!==n||((t=mt(this))&&Y.set(this,"__className__",t),this.setAttribute&&this.setAttribute("class",t||!1===e?"":Y.get(this,"__className__")||""))}))},hasClass:function(e){var t,n,i=0;for(t=" "+e+" ";n=this[i++];)if(1===n.nodeType&&(" "+pt(mt(n))+" ").indexOf(t)>-1)return!0;return!1}});var vt=/\r/g;w.fn.extend({val:function(e){var t,n,i,o=this[0];return arguments.length?(i=p(e),this.each((function(n){var o;1===this.nodeType&&(null==(o=i?e.call(this,n,w(this).val()):e)?o="":"number"==typeof o?o+="":Array.isArray(o)&&(o=w.map(o,(function(e){return null==e?"":e+""}))),(t=w.valHooks[this.type]||w.valHooks[this.nodeName.toLowerCase()])&&"set"in t&&void 0!==t.set(this,o,"value")||(this.value=o))}))):o?(t=w.valHooks[o.type]||w.valHooks[o.nodeName.toLowerCase()])&&"get"in t&&void 0!==(n=t.get(o,"value"))?n:"string"==typeof(n=o.value)?n.replace(vt,""):null==n?"":n:void 0}}),w.extend({valHooks:{option:{get:function(e){var t=w.find.attr(e,"value");return null!=t?t:pt(w.text(e))}},select:{get:function(e){var t,n,i,o=e.options,s=e.selectedIndex,r="select-one"===e.type,a=r?null:[],l=r?s+1:o.length;for(i=s<0?l:r?s:0;i-1)&&(n=!0);return n||(e.selectedIndex=-1),s}}}}),w.each(["radio","checkbox"],(function(){w.valHooks[this]={set:function(e,t){if(Array.isArray(t))return e.checked=w.inArray(w(e).val(),t)>-1}},f.checkOn||(w.valHooks[this].get=function(e){return null===e.getAttribute("value")?"on":e.value})})),f.focusin="onfocusin"in e;var yt=/^(?:focusinfocus|focusoutblur)$/,bt=function(e){e.stopPropagation()};w.extend(w.event,{trigger:function(t,n,i,o){var s,r,a,l,c,d,h,f,v=[i||g],y=u.call(t,"type")?t.type:t,b=u.call(t,"namespace")?t.namespace.split("."):[];if(r=f=a=i=i||g,3!==i.nodeType&&8!==i.nodeType&&!yt.test(y+w.event.triggered)&&(y.indexOf(".")>-1&&(b=y.split("."),y=b.shift(),b.sort()),c=y.indexOf(":")<0&&"on"+y,(t=t[w.expando]?t:new w.Event(y,"object"==typeof t&&t)).isTrigger=o?2:3,t.namespace=b.join("."),t.rnamespace=t.namespace?new RegExp("(^|\\.)"+b.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,t.result=void 0,t.target||(t.target=i),n=null==n?[t]:w.makeArray(n,[t]),h=w.event.special[y]||{},o||!h.trigger||!1!==h.trigger.apply(i,n))){if(!o&&!h.noBubble&&!m(i)){for(l=h.delegateType||y,yt.test(l+y)||(r=r.parentNode);r;r=r.parentNode)v.push(r),a=r;a===(i.ownerDocument||g)&&v.push(a.defaultView||a.parentWindow||e)}for(s=0;(r=v[s++])&&!t.isPropagationStopped();)f=r,t.type=s>1?l:h.bindType||y,(d=(Y.get(r,"events")||Object.create(null))[t.type]&&Y.get(r,"handle"))&&d.apply(r,n),(d=c&&r[c])&&d.apply&&Q(r)&&(t.result=d.apply(r,n),!1===t.result&&t.preventDefault());return t.type=y,o||t.isDefaultPrevented()||h._default&&!1!==h._default.apply(v.pop(),n)||!Q(i)||c&&p(i[y])&&!m(i)&&((a=i[c])&&(i[c]=null),w.event.triggered=y,t.isPropagationStopped()&&f.addEventListener(y,bt),i[y](),t.isPropagationStopped()&&f.removeEventListener(y,bt),w.event.triggered=void 0,a&&(i[c]=a)),t.result}},simulate:function(e,t,n){var i=w.extend(new w.Event,n,{type:e,isSimulated:!0});w.event.trigger(i,null,t)}}),w.fn.extend({trigger:function(e,t){return this.each((function(){w.event.trigger(e,t,this)}))},triggerHandler:function(e,t){var n=this[0];if(n)return w.event.trigger(e,t,n,!0)}}),f.focusin||w.each({focus:"focusin",blur:"focusout"},(function(e,t){var n=function(e){w.event.simulate(t,e.target,w.event.fix(e))};w.event.special[t]={setup:function(){var i=this.ownerDocument||this.document||this,o=Y.access(i,t);o||i.addEventListener(e,n,!0),Y.access(i,t,(o||0)+1)},teardown:function(){var i=this.ownerDocument||this.document||this,o=Y.access(i,t)-1;o?Y.access(i,t,o):(i.removeEventListener(e,n,!0),Y.remove(i,t))}}}));var _t=e.location,wt={guid:Date.now()},xt=/\?/;w.parseXML=function(t){var n,i;if(!t||"string"!=typeof t)return null;try{n=(new e.DOMParser).parseFromString(t,"text/xml")}catch(e){}return i=n&&n.getElementsByTagName("parsererror")[0],n&&!i||w.error("Invalid XML: "+(i?w.map(i.childNodes,(function(e){return e.textContent})).join("\n"):t)),n};var Et=/\[\]$/,Ct=/\r?\n/g,St=/^(?:submit|button|image|reset|file)$/i,Tt=/^(?:input|select|textarea|keygen)/i;function kt(e,t,n,i){var o;if(Array.isArray(t))w.each(t,(function(t,o){n||Et.test(e)?i(e,o):kt(e+"["+("object"==typeof o&&null!=o?t:"")+"]",o,n,i)}));else if(n||"object"!==b(t))i(e,t);else for(o in t)kt(e+"["+o+"]",t[o],n,i)}w.param=function(e,t){var n,i=[],o=function(e,t){var n=p(t)?t():t;i[i.length]=encodeURIComponent(e)+"="+encodeURIComponent(null==n?"":n)};if(null==e)return"";if(Array.isArray(e)||e.jquery&&!w.isPlainObject(e))w.each(e,(function(){o(this.name,this.value)}));else for(n in e)kt(n,e[n],t,o);return i.join("&")},w.fn.extend({serialize:function(){return w.param(this.serializeArray())},serializeArray:function(){return this.map((function(){var e=w.prop(this,"elements");return e?w.makeArray(e):this})).filter((function(){var e=this.type;return this.name&&!w(this).is(":disabled")&&Tt.test(this.nodeName)&&!St.test(e)&&(this.checked||!fe.test(e))})).map((function(e,t){var n=w(this).val();return null==n?null:Array.isArray(n)?w.map(n,(function(e){return{name:t.name,value:e.replace(Ct,"\r\n")}})):{name:t.name,value:n.replace(Ct,"\r\n")}})).get()}});var It=/%20/g,At=/#.*$/,Ot=/([?&])_=[^&]*/,Dt=/^(.*?):[ \t]*([^\r\n]*)$/gm,Nt=/^(?:GET|HEAD)$/,Lt=/^\/\//,$t={},zt={},Pt="*/".concat("*"),Ht=g.createElement("a");function jt(e){return function(t,n){"string"!=typeof t&&(n=t,t="*");var i,o=0,s=t.toLowerCase().match(z)||[];if(p(n))for(;i=s[o++];)"+"===i[0]?(i=i.slice(1)||"*",(e[i]=e[i]||[]).unshift(n)):(e[i]=e[i]||[]).push(n)}}function Mt(e,t,n,i){var o={},s=e===zt;function r(a){var l;return o[a]=!0,w.each(e[a]||[],(function(e,a){var c=a(t,n,i);return"string"!=typeof c||s||o[c]?s?!(l=c):void 0:(t.dataTypes.unshift(c),r(c),!1)})),l}return r(t.dataTypes[0])||!o["*"]&&r("*")}function Rt(e,t){var n,i,o=w.ajaxSettings.flatOptions||{};for(n in t)void 0!==t[n]&&((o[n]?e:i||(i={}))[n]=t[n]);return i&&w.extend(!0,e,i),e}Ht.href=_t.href,w.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:_t.href,type:"GET",isLocal:/^(?:about|app|app-storage|.+-extension|file|res|widget):$/.test(_t.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":Pt,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":JSON.parse,"text xml":w.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(e,t){return t?Rt(Rt(e,w.ajaxSettings),t):Rt(w.ajaxSettings,e)},ajaxPrefilter:jt($t),ajaxTransport:jt(zt),ajax:function(t,n){"object"==typeof t&&(n=t,t=void 0),n=n||{};var i,o,s,r,a,l,c,u,d,h,f=w.ajaxSetup({},n),p=f.context||f,m=f.context&&(p.nodeType||p.jquery)?w(p):w.event,v=w.Deferred(),y=w.Callbacks("once memory"),b=f.statusCode||{},_={},x={},E="canceled",C={readyState:0,getResponseHeader:function(e){var t;if(c){if(!r)for(r={};t=Dt.exec(s);)r[t[1].toLowerCase()+" "]=(r[t[1].toLowerCase()+" "]||[]).concat(t[2]);t=r[e.toLowerCase()+" "]}return null==t?null:t.join(", ")},getAllResponseHeaders:function(){return c?s:null},setRequestHeader:function(e,t){return null==c&&(e=x[e.toLowerCase()]=x[e.toLowerCase()]||e,_[e]=t),this},overrideMimeType:function(e){return null==c&&(f.mimeType=e),this},statusCode:function(e){var t;if(e)if(c)C.always(e[C.status]);else for(t in e)b[t]=[b[t],e[t]];return this},abort:function(e){var t=e||E;return i&&i.abort(t),S(0,t),this}};if(v.promise(C),f.url=((t||f.url||_t.href)+"").replace(Lt,_t.protocol+"//"),f.type=n.method||n.type||f.method||f.type,f.dataTypes=(f.dataType||"*").toLowerCase().match(z)||[""],null==f.crossDomain){l=g.createElement("a");try{l.href=f.url,l.href=l.href,f.crossDomain=Ht.protocol+"//"+Ht.host!=l.protocol+"//"+l.host}catch(e){f.crossDomain=!0}}if(f.data&&f.processData&&"string"!=typeof f.data&&(f.data=w.param(f.data,f.traditional)),Mt($t,f,n,C),c)return C;for(d in(u=w.event&&f.global)&&0==w.active++&&w.event.trigger("ajaxStart"),f.type=f.type.toUpperCase(),f.hasContent=!Nt.test(f.type),o=f.url.replace(At,""),f.hasContent?f.data&&f.processData&&0===(f.contentType||"").indexOf("application/x-www-form-urlencoded")&&(f.data=f.data.replace(It,"+")):(h=f.url.slice(o.length),f.data&&(f.processData||"string"==typeof f.data)&&(o+=(xt.test(o)?"&":"?")+f.data,delete f.data),!1===f.cache&&(o=o.replace(Ot,"$1"),h=(xt.test(o)?"&":"?")+"_="+wt.guid+++h),f.url=o+h),f.ifModified&&(w.lastModified[o]&&C.setRequestHeader("If-Modified-Since",w.lastModified[o]),w.etag[o]&&C.setRequestHeader("If-None-Match",w.etag[o])),(f.data&&f.hasContent&&!1!==f.contentType||n.contentType)&&C.setRequestHeader("Content-Type",f.contentType),C.setRequestHeader("Accept",f.dataTypes[0]&&f.accepts[f.dataTypes[0]]?f.accepts[f.dataTypes[0]]+("*"!==f.dataTypes[0]?", "+Pt+"; q=0.01":""):f.accepts["*"]),f.headers)C.setRequestHeader(d,f.headers[d]);if(f.beforeSend&&(!1===f.beforeSend.call(p,C,f)||c))return C.abort();if(E="abort",y.add(f.complete),C.done(f.success),C.fail(f.error),i=Mt(zt,f,n,C)){if(C.readyState=1,u&&m.trigger("ajaxSend",[C,f]),c)return C;f.async&&f.timeout>0&&(a=e.setTimeout((function(){C.abort("timeout")}),f.timeout));try{c=!1,i.send(_,S)}catch(e){if(c)throw e;S(-1,e)}}else S(-1,"No Transport");function S(t,n,r,l){var d,h,g,_,x,E=n;c||(c=!0,a&&e.clearTimeout(a),i=void 0,s=l||"",C.readyState=t>0?4:0,d=t>=200&&t<300||304===t,r&&(_=function(e,t,n){for(var i,o,s,r,a=e.contents,l=e.dataTypes;"*"===l[0];)l.shift(),void 0===i&&(i=e.mimeType||t.getResponseHeader("Content-Type"));if(i)for(o in a)if(a[o]&&a[o].test(i)){l.unshift(o);break}if(l[0]in n)s=l[0];else{for(o in n){if(!l[0]||e.converters[o+" "+l[0]]){s=o;break}r||(r=o)}s=s||r}if(s)return s!==l[0]&&l.unshift(s),n[s]}(f,C,r)),!d&&w.inArray("script",f.dataTypes)>-1&&w.inArray("json",f.dataTypes)<0&&(f.converters["text script"]=function(){}),_=function(e,t,n,i){var o,s,r,a,l,c={},u=e.dataTypes.slice();if(u[1])for(r in e.converters)c[r.toLowerCase()]=e.converters[r];for(s=u.shift();s;)if(e.responseFields[s]&&(n[e.responseFields[s]]=t),!l&&i&&e.dataFilter&&(t=e.dataFilter(t,e.dataType)),l=s,s=u.shift())if("*"===s)s=l;else if("*"!==l&&l!==s){if(!(r=c[l+" "+s]||c["* "+s]))for(o in c)if((a=o.split(" "))[1]===s&&(r=c[l+" "+a[0]]||c["* "+a[0]])){!0===r?r=c[o]:!0!==c[o]&&(s=a[0],u.unshift(a[1]));break}if(!0!==r)if(r&&e.throws)t=r(t);else try{t=r(t)}catch(e){return{state:"parsererror",error:r?e:"No conversion from "+l+" to "+s}}}return{state:"success",data:t}}(f,_,C,d),d?(f.ifModified&&((x=C.getResponseHeader("Last-Modified"))&&(w.lastModified[o]=x),(x=C.getResponseHeader("etag"))&&(w.etag[o]=x)),204===t||"HEAD"===f.type?E="nocontent":304===t?E="notmodified":(E=_.state,h=_.data,d=!(g=_.error))):(g=E,!t&&E||(E="error",t<0&&(t=0))),C.status=t,C.statusText=(n||E)+"",d?v.resolveWith(p,[h,E,C]):v.rejectWith(p,[C,E,g]),C.statusCode(b),b=void 0,u&&m.trigger(d?"ajaxSuccess":"ajaxError",[C,f,d?h:g]),y.fireWith(p,[C,E]),u&&(m.trigger("ajaxComplete",[C,f]),--w.active||w.event.trigger("ajaxStop")))}return C},getJSON:function(e,t,n){return w.get(e,t,n,"json")},getScript:function(e,t){return w.get(e,void 0,t,"script")}}),w.each(["get","post"],(function(e,t){w[t]=function(e,n,i,o){return p(n)&&(o=o||i,i=n,n=void 0),w.ajax(w.extend({url:e,type:t,dataType:o,data:n,success:i},w.isPlainObject(e)&&e))}})),w.ajaxPrefilter((function(e){var t;for(t in e.headers)"content-type"===t.toLowerCase()&&(e.contentType=e.headers[t]||"")})),w._evalUrl=function(e,t,n){return w.ajax({url:e,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,converters:{"text script":function(){}},dataFilter:function(e){w.globalEval(e,t,n)}})},w.fn.extend({wrapAll:function(e){var t;return this[0]&&(p(e)&&(e=e.call(this[0])),t=w(e,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&t.insertBefore(this[0]),t.map((function(){for(var e=this;e.firstElementChild;)e=e.firstElementChild;return e})).append(this)),this},wrapInner:function(e){return p(e)?this.each((function(t){w(this).wrapInner(e.call(this,t))})):this.each((function(){var t=w(this),n=t.contents();n.length?n.wrapAll(e):t.append(e)}))},wrap:function(e){var t=p(e);return this.each((function(n){w(this).wrapAll(t?e.call(this,n):e)}))},unwrap:function(e){return this.parent(e).not("body").each((function(){w(this).replaceWith(this.childNodes)})),this}}),w.expr.pseudos.hidden=function(e){return!w.expr.pseudos.visible(e)},w.expr.pseudos.visible=function(e){return!!(e.offsetWidth||e.offsetHeight||e.getClientRects().length)},w.ajaxSettings.xhr=function(){try{return new e.XMLHttpRequest}catch(e){}};var Ft={0:200,1223:204},Bt=w.ajaxSettings.xhr();f.cors=!!Bt&&"withCredentials"in Bt,f.ajax=Bt=!!Bt,w.ajaxTransport((function(t){var n,i;if(f.cors||Bt&&!t.crossDomain)return{send:function(o,s){var r,a=t.xhr();if(a.open(t.type,t.url,t.async,t.username,t.password),t.xhrFields)for(r in t.xhrFields)a[r]=t.xhrFields[r];for(r in t.mimeType&&a.overrideMimeType&&a.overrideMimeType(t.mimeType),t.crossDomain||o["X-Requested-With"]||(o["X-Requested-With"]="XMLHttpRequest"),o)a.setRequestHeader(r,o[r]);n=function(e){return function(){n&&(n=i=a.onload=a.onerror=a.onabort=a.ontimeout=a.onreadystatechange=null,"abort"===e?a.abort():"error"===e?"number"!=typeof a.status?s(0,"error"):s(a.status,a.statusText):s(Ft[a.status]||a.status,a.statusText,"text"!==(a.responseType||"text")||"string"!=typeof a.responseText?{binary:a.response}:{text:a.responseText},a.getAllResponseHeaders()))}},a.onload=n(),i=a.onerror=a.ontimeout=n("error"),void 0!==a.onabort?a.onabort=i:a.onreadystatechange=function(){4===a.readyState&&e.setTimeout((function(){n&&i()}))},n=n("abort");try{a.send(t.hasContent&&t.data||null)}catch(e){if(n)throw e}},abort:function(){n&&n()}}})),w.ajaxPrefilter((function(e){e.crossDomain&&(e.contents.script=!1)})),w.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(e){return w.globalEval(e),e}}}),w.ajaxPrefilter("script",(function(e){void 0===e.cache&&(e.cache=!1),e.crossDomain&&(e.type="GET")})),w.ajaxTransport("script",(function(e){var t,n;if(e.crossDomain||e.scriptAttrs)return{send:function(i,o){t=w(" + + + + + + + diff --git a/docs/ktools/index.html b/docs/ktools/index.html new file mode 100644 index 00000000000..78fdefa0993 --- /dev/null +++ b/docs/ktools/index.html @@ -0,0 +1,726 @@ + + + + + + + + + + + + + + +K Tools | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + +

+ + + +
+
+
+ + +
+ +
+

K Tools

+

Here we document how to use some of the most commonly used K tools.

+

Minimizing Output

+

When one is working with kore-repl or the prover in general and looking at +specific configurations using config, sometimes the configurations can be huge.

+

One tool to help print configuration compactly is the pyk print utility:

+
sh
pyk print +
+

We are going to use --minimize option (which is actually used automatically +when printing with pyk). This will filter out many uninteresting cells for the +current config and make the result more compact.

+

Then, when invoking the prover, you can minimize your output by piping it into +the pyk print ... facility with arguments for controlling the output:

+
sh
kprove --output json --definition DEFN ... \ + | jq .term \ + | pyk print DEFN /dev/stdin --omit-labels ... --keep-labels ... +
+

You can also use this in the kore-repl more easily, by making a help script. +In your current directory, save a new script pykprint.sh:

+
sh
#!/bin/bash + +kast --input kore --output json --definition $1 /dev/stdin \ + | jq .term \ + | pyk print $1 /dev/stdin --omit-labels $2 +
+

Now call config | bash pykprint.sh DEFN in Kore REPL to make the output +smaller.

+

The options you have to control the output are as follows:

+
    +
  • --no-minimize: do not remove uninteresting cells.
  • +
  • --omit-cells: remove the selected cells from the output.
  • +
  • --keep-cells: keep only the selected cells in the output.
  • +
+

Note: Make sure that there is no whitespace around , in the omit list, +otherwise you'll get an error (, is a list separator, so this +requirement is strict).

+

Debugging

+

The LLVM Backend has support for integration with GDB. You can run the debugger +on a particular program by passing the --debugger flag to krun, or by +invoking the llvm backend interpreter directly. Below we provide a simple +tutorial to explain some of the basic commands supported by the LLVM backend.

+

LLDB Support

+

GDB is not well-supported on macOS, particularly on newer OS versions and Apple +Silicon ARM hardware. Consequently, if the --debugger option is passed to krun +on macOS, LLDB[^1] is launched instead of GDB. However, the K-specific debugger +scripts that GDB uses have not been ported to LLDB yet, and so the instructions +in the rest of this section will not work.

+

The K Definition

+

Here is a sample K definition we will use to demonstrate debugging +capabilities:

+
k
module TEST + imports INT + + configuration <k> foo(5) </k> + rule [test]: I:Int => I +Int 1 requires I <Int 10 + + syntax Int ::= foo(Int) [function] + rule foo(I) => 0 -Int I + +endmodule +
+

You should compile this definition with --backend llvm --enable-llvm-debug to +use the debugger most effectively.

+

Stepping

+

Important: When you first run krun with option --debugger, GDB / LLDB +will instruct you on how to modify ~/.gdbinit or ~/.lldbinit to enable +printing abstract syntax of K terms in the debugger. If you do not perform this +step, you can still use all the other features, but K terms will be printed as +their raw address in memory.

+

GDB will need the kompiled interpreter in its safe path in order to access the +pretty printing python script within it. A good way to do this would be to pick +a minimum top-level path that covers all of your kompiled semantics (ie. set auto-load safe-path ~/k-semantics). LLDB has slightly different security +policies that do not require fully-arbitrary code execution.

+

This section uses GDB syntax to demonstrate the debugging features. Please +refer to the GDB to LLDB command map on +macOS.

+

You can break before every step of execution is taken by setting a breakpoint +on the k_step function.

+
(gdb) break definition.kore:k_step
+Breakpoint 1 at 0x25e340
+(gdb) run
+Breakpoint 1, 0x000000000025e340 in step (subject=`<generatedTop>{}`(`<k>{}`(`kseq{}`(`inj{Int{}, KItem{}}`(#token("0", "Int")),dotk{}(.KList))),`<generatedCounter>{}`(#token("0", "Int"))))
+(gdb) continue
+Continuing.
+
+Breakpoint 1, 0x000000000025e340 in step (subject=`<generatedTop>{}`(`<k>{}`(`kseq{}`(`inj{Int{}, KItem{}}`(#token("1", "Int")),dotk{}(.KList))),`<generatedCounter>{}`(#token("0", "Int"))))
+(gdb) continue 2
+Will ignore next crossing of breakpoint 1.  Continuing.
+
+Breakpoint 1, 0x000000000025e340 in step (subject=`<generatedTop>{}`(`<k>{}`(`kseq{}`(`inj{Int{}, KItem{}}`(#token("3", "Int")),dotk{}(.KList))),`<generatedCounter>{}`(#token("0", "Int"))))
+(gdb)
+
+

Breaking on a specific rule

+

You can break when a rule is applied by giving the rule a rule label. If the +module name is TEST and the rule label is test, you can break when the rule +applies by setting a breakpoint on the TEST.test.rhs function:

+
(gdb) break TEST.test.rhs
+Breakpoint 1 at 0x25e250: file /home/dwightguth/test/./test.k, line 4.
+(gdb) run
+Breakpoint 1, TEST.test.rhs (VarDotVar0=`<generatedCounter>{}`(#token("0", "Int")), VarDotVar1=dotk{}(.KList), VarI=#token("0", "Int")) at /home/dwightguth/test/./test.k:4
+4         rule [test]: I:Int => I +Int 1 requires I <Int 10
+(gdb)
+
+

Note that the substitution associated with that rule is visible in the +description of the frame.

+

You can also break when a side condition is applied using the TEST.test.sc +function:

+
(gdb) break TEST.test.sc
+Breakpoint 1 at 0x25e230: file /home/dwightguth/test/./test.k, line 4.
+(gdb) run
+Breakpoint 1, TEST.test.sc (VarI=#token("0", "Int")) at /home/dwightguth/test/./test.k:4
+4         rule [test]: I:Int => I +Int 1 requires I <Int 10
+(gdb)
+
+

Note that every variable used in the side condition can have its value +inspected when stopped at this breakpoint, but other variables are not visible.

+

You can also break on a rule by its location:

+
(gdb) break test.k:4
+Breakpoint 1 at 0x25e230: test.k:4. (2 locations)
+(gdb) run
+Breakpoint 1, TEST.test.sc (VarI=#token("0", "Int")) at /home/dwightguth/test/./test.k:4
+4         rule [test]: I:Int => I +Int 1 requires I <Int 10
+(gdb) continue
+Continuing.
+
+Breakpoint 1, TEST.test.rhs (VarDotVar0=`<generatedCounter>{}`(#token("0", "Int")), VarDotVar1=dotk{}(.KList), VarI=#token("0", "Int")) at /home/dwightguth/test/./test.k:4
+4         rule [test]: I:Int => I +Int 1 requires I <Int 10
+(gdb) continue
+Continuing.
+
+Breakpoint 1, TEST.test.sc (VarI=#token("1", "Int")) at /home/dwightguth/test/./test.k:4
+4         rule [test]: I:Int => I +Int 1 requires I <Int 10
+(gdb)
+
+

Note that this sets a breakpoint at two locations: one on the side condition +and one on the right hand side. If the rule had no side condition, the first +would not be set. You can also view the locations of the breakpoints and +disable them individually:

+
(gdb) info breakpoint
+Num     Type           Disp Enb Address            What
+1       breakpoint     keep y   <MULTIPLE>
+        breakpoint already hit 3 times
+1.1                         y     0x000000000025e230 in TEST.test.sc at /home/dwightguth/test/./test.k:4
+1.2                         y     0x000000000025e250 in TEST.test.rhs at /home/dwightguth/test/./test.k:4
+(gdb) disable 1.1
+(gdb) continue
+Continuing.
+
+Breakpoint 1, TEST.test.rhs (VarDotVar0=`<generatedCounter>{}`(#token("0", "Int")), VarDotVar1=dotk{}(.KList), VarI=#token("1", "Int")) at /home/dwightguth/test/./test.k:4
+4         rule [test]: I:Int => I +Int 1 requires I <Int 10
+(gdb) continue
+Continuing.
+
+Breakpoint 1, TEST.test.rhs (VarDotVar0=`<generatedCounter>{}`(#token("0", "Int")), VarDotVar1=dotk{}(.KList), VarI=#token("2", "Int")) at /home/dwightguth/test/./test.k:4
+4         rule [test]: I:Int => I +Int 1 requires I <Int 10
+(gdb)
+
+

Now only the breakpoint when the rule applies is enabled.

+

Breaking on a function

+

You can also break when a particular function in your semantics is invoked:

+
(gdb) info functions foo
+All functions matching regular expression "foo":
+
+File /home/dwightguth/test/./test.k:
+struct __mpz_struct *Lblfoo'LParUndsRParUnds'TEST'UndsUnds'Int(struct __mpz_struct *);
+(gdb) break Lblfoo'LParUndsRParUnds'TEST'UndsUnds'Int
+Breakpoint 1 at 0x25e640: file /home/dwightguth/test/./test.k, line 6.
+(gdb) run
+Breakpoint 1, Lblfoo'LParUndsRParUnds'TEST'UndsUnds'Int (_1=#token("1", "Int")) at /home/dwightguth/test/./test.k:6
+6         syntax Int ::= foo(Int) [function]
+(gdb)
+
+

In this case, the variables have numbers instead of names because the names of +arguments in functions in K come from rules, and we are stopped before any +specific rule has applied. For example, _1 is the first argument to the +function.

+

You can also set a breakpoint in this location by setting it on the line +associated with its production:

+
(gdb) break test.k:6
+Breakpoint 1 at 0x25e640: file /home/dwightguth/test/./test.k, line 6.
+(gdb) run
+Breakpoint 1, Lblfoo'LParUndsRParUnds'TEST'UndsUnds'Int (_1=#token("1", "Int")) at /home/dwightguth/test/./test.k:6
+6         syntax Int ::= foo(Int) [function]
+
+

These two syntaxes are equivalent; use whichever is easier for you.

+

You can also view the stack of function applications:

+
(gdb) bt
+#0  Lblfoo'LParUndsRParUnds'TEST'UndsUnds'Int (_1=#token("1", "Int")) at /home/dwightguth/test/./test.k:6
+#1  0x000000000025e5f8 in apply_rule_111 (VarDotVar0=`<generatedCounter>{}`(#token("0", "Int")), VarDotVar1=dotk{}(.KList)) at /home/dwightguth/test/./test.k:9
+#2  0x0000000000268a52 in take_steps ()
+#3  0x000000000026b7b4 in main ()
+(gdb)
+
+

Here we see that foo was invoked while applying the rule on line 9 of test.k, +and we also can see the substitution of that rule. If foo was evaluated while +evaluating another function, we would also be able to see the arguments of that +function as well, unless the function was tail recursive, in which case no +stack frame would exist once the tail call was performed.

+

Breaking on a set of rules or functions

+

Using rbreak <regex> you can set breakpoints on multiple functions.

+
    +
  • +

    rbreak Lbl - sets a breakpoint on all non hooked functions

    +
  • +
  • +

    rbreak Lbl.*TEST - sets a breakpoint on all functions from module TEST

    +
  • +
  • +

    rbreak hook_INT - sets a breakpoint on all hooks from module INT

    +
  • +
+

Other debugger issues

+
    +
  • <optimized out> try kompiling without -O1, -O2, or -O3.
  • +
  • (gdb) break definition.kore:break -> No source file named definition.kore. +send --enable-llvm-debug to kompile in order to generate debug info symbols.
  • +
+

Profiling your K semantics

+

The first thing to be aware of is in order to get meaningful data, +you need to build the semantics and all of its dependencies with +optimizations enabled but without the frame pointer elimination +optimization. For example, for EVM, this means rebuilding GMP, MPFR, +JEMalloc, Crypto++, SECP256K1, etc with the following exports.

+
sh
export CFLAGS="-DNDEBUG -O2 -fno-omit-frame-pointer" +export CXXFLAGS="-DNDEBUG -O2 -fno-omit-frame-pointer" +
+

You can skip this step, but if you do, any samples within these +libraries will not have correct stack trace information, which means +you will likely not get a meaningful set of data that will tell you +where the majority of time is really being spent. Don't worry about +rebuilding literally every single dependency though. Just focus on the +ones that you expect to take a non-negligible amount of runtime. You +will be able to tell if you haven't done enough later, and you can go +back and rebuild more. Once this is done, you then build K with +optimizations and debug info enabled, like so:

+
sh
mvn package -Dproject.build.type="FastBuild" +
+

Next, you build the semantics with optimizations and debug info +enabled (i.e., kompile -ccopt -O2 --iterated -ccopt -fno-omit-frame-pointer).

+

Once all this is done, you should be ready to profile your +application. Essentially, you should run whatever test suite you +usually run, but with perf record -g -- prefixed to the front. For +example, for KEVM it's the following command. (For best data, don't +run this step in parallel.)

+
sh
perf record -g -- make test-conformance +
+

Finally, you want to filter out just the samples that landed within +the llvm backend and view the report. For this, you need to know the +name of the binary that was generated by your build system. Normally +it is interpreter, but e.g. if you are building the web3 client for +kevm, it would be kevm-client. You will want to run the following +command.

+
sh
perf report -g -c $binary_name +
+

If all goes well, you should see a breakdown of where CPU time has +been spent executing the application. You will know that sufficient +time was spent rebuilding dependencies with the correct flags when the +total time reported by the main method is close to 100%. If it's not +close to 100%, this is probably because a decent amount of self time +was reported in stack traces that were not built with frame pointers +enabled, meaning that perf was unable to walk the stack. You will have +to go back, rebuild the appropriate libraries, and then record your +trace again.

+

Your ultimate goal is to identify the hotspots that take the most +time, and make them execute faster. Entries like step and +step_1234 like functions refer to the cost of matching. An entry +like side_condition_1234 is a side condition and apply_rule_1234 +is constructing the rhs of a rule. You can convert from this rule +ordinal to a location using the llvm-kompile-compute-loc script in +the bin folder of the llvm backend repo. For example,

+
sh
llvm-kompile-compute-loc 5868 evm-semantics/.build/defn/llvm/driver-kompiled +
+

spits out the following text.

+
Line: 18529
+/home/dwightguth/evm-semantics/./.build/defn/llvm/driver.k:493:10
+
+

This is the line of definition.kore that the axiom appears on as +well as the original location of the rule in the K semantics. You can +use this information to figure out which rules and functions are +causing the most time and optimize them to be more efficient.

+

Running tests - kserver

+

The kserver is a front-end tool based on Nailgun +which helps to reduce the startup time of the JVM. Calling kserver in a terminal +window will wait for all kompile/kprove calls and force them to run in the same process +and share the same threads. This also reduces the thread contention significantly. kompile +uses all the threads available to do rule parsing. Another benefit is that it saves caches, +and each time you call kprove/kast, you can access those directly w/o extra disk usage. +Running the regression-new integration tests on a powerful machine (32 threads) takes 8m, +with the kserver active it takes 2m. You can start the kserver in two ways.

+
    +
  • blocking: call kserver in the command line. Close it after you are done testing. Useful for quick testing.
  • +
  • non-blocking: call spawn-kserver <log.flie> and close it with stop-kserver - this is used for automation on CI
  • +
+

Because we reuse caches, you should stop and restart the server between runs. +The Nailgun implementation hasn't been updated in the last 3-5 years, and it's not compatible with Java 18 onwards.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + diff --git a/docs/user_manual/index.html b/docs/user_manual/index.html new file mode 100644 index 00000000000..e012acff8ce --- /dev/null +++ b/docs/user_manual/index.html @@ -0,0 +1,3945 @@ + + + + + + + + + + + + + + +K User Manual | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

K User Manual

+

NOTE: The K User Manual is still under construction; some features of K +may have partial or missing documentation.

+

Introduction

+

Why K?

+

The K Framework is a programming language and system design toolkit made for +practioners and researchers alike.

+

K For Practioners: +K is a framework for deriving programming languages tools from their semantic +specifications.

+

Typically, programming language tool development follows a similar pattern. +After a new programming language is designed, separate teams will develop +separate language tools (e.g. a compiler, interpreter, parser, symbolic +execution engine, etc). Code reuse is uncommon. The end result is that for each +new language, the same basic tools and patterns are re-implemented again and +again.

+

K approaches the problem differently -- it generates each of these tools from a single language specification. +The work of programming language design and tool implementation are made separate concerns. +The end result is that the exercise of +designing new languages and their associated tooling is now reduced to +developing a single language specification from which we derive our tooling for +free.

+

K For Researchers: +K is a configuration- and rewrite-based executable semantic framework.

+

In more detail, K specifications are:

+
    +
  1. Executable: compile into runnable and testable programs;
  2. +
  3. Semantic: correspond to a logical theory with a sound and relatively +complete proof system;
  4. +
  5. Configuration-based: organize system states into compositional, +hierarchical, labelled units called cells;
  6. +
  7. Rewrite-based: define system transitions using rewrite rules.
  8. +
+

K specifications are compiled into particular matching logic theories, giving +them a simple and expressive semantics. K semantic rules are implicitly defined +over the entire configuration structure, but omit unused cells, enabling a +highly modular definitional style. Furthermore, K has been used to develop +programming languages, type systems, and formal analysis tools.

+

Manual Objectives

+

As mentioned in the Why K? section above, the K Framework is designed as a +collection of language-generic command-line interface (CLI) tools which revolve +around K specifications. These tools cover a broad range of uses, but they +typically fall into one of the following categories:

+
    +
  1. Transforming K Specs (e.g. compilation)
  2. +
  3. Running K Specs (e.g. concrete and symbolic execution)
  4. +
  5. Analyzing K Specs (e.g. theorem proving)
  6. +
+

The main user-facing K tools include:

+
    +
  • kompile - the K compiler driver
  • +
  • kparse - the stanadlone K parser and abstract syntax tree (AST) +transformation tool
  • +
  • krun - the K interpreter and symbolic execution engine driver
  • +
  • kprove - the K theorem prover
  • +
+

This user manual is designed to be a tool reference. +In particular, it is not desgined to be a tutorial on how to write K +specifications or to teach the logical foundations of K. New K users should +consult our dedicated +K tutorial, +or the more language-design oriented +PL tutorial. +Researchers seeking to learn more about the logic underlying K are encouraged +to peruse the +growing literature on K and matching logic. +We will consider the manual complete when it provides a complete description of +all user-facing K tools and features.

+

Introduction to K

+

Since K specifications are the primary input into the entire system, let us +take a moment to describe them. At the highest level, K specifications describe +a programming language or system using three different pieces:

+
    +
  1. the system primitives, the base datatypes used during system operation, +e.g., numbers, lists, maps, etc;
  2. +
  3. the system state, a tuple or record over system primitives which gives a +complete snapshot of the system at any given moment;
  4. +
  5. the system behavior, a set of rules which defines possible system +evolutions.
  6. +
+

K specifications are then defined by a collection of sentences which +correspond to the three concepts above:

+
    +
  1. syntax declarations encode the system primitives;
  2. +
  3. configuration declarations encode the system state;
  4. +
  5. context and rule declarations encode the system behavior.
  6. +
+

K sentences are then organized into one or modules which are stored in one or +more files. In this scheme, files may require other files and modules may +import other modules, giving rise to a hierarchy of files and modules. We +give an intuitive sketch of the two levels of grouping in the diagram below:

+
   example.k file
+  +=======================+
+  | requires ".." --------|--> File_1
+  | ...                   |
+  | requires ".." --------|--> File_N
+  |                       |
+  |  +-----------------+  |
+  |  | module ..       |  |
+  |  |   imports .. ---|--|--> Module_1
+  |  |   ...           |  |
+  |  |   imports .. ---|--|--> Module_M
+  |  |                 |  |
+  |  |   sentence_1    |  |
+  |  |   ...           |  |
+  |  |   sentence_K    |  |
+  |  | endmodule       |  |
+  |  +-----------------+  |
+  |                       |
+  +=======================+
+
+

where:

+
    +
  • files and modules are denoted by double-bordered and single-borded boxes +respectively;
  • +
  • file or module identifiers are denoted by double dots (..);
  • +
  • potential repititions are denoted by triple dots (...).
  • +
+

In the end, we require that the file and module hierarchies both form a +directed acyclic graph (DAG). This is, no file may recursively require itself, +and likewise, no module may recursively import itself.

+

We now zoom in further to discuss the various kinds of sentences contained in K +specifications:

+
    +
  1. +

    sentences that define our system's primitives, including:

    +
      +
    • sort declarations: define new categories of primitive datatypes
    • +
    • Backus-Naur Form (BNF) grammar declarations: define the +operators that inhabit our primitive datatypes
    • +
    • lexical syntax declarations: define lexemes/tokens for the +lexer/tokenizer
    • +
    • syntax associativity declarations: specify the +associativity/grouping of our declared operators
    • +
    • syntax priority declarations: specify the priority of +potential ambiguous operators
    • +
    +
  2. +
  3. +

    sentences that define our system's state, including:

    +
      +
    • configuration declarations: define labelled, hierarchical records +using an nested XML-like syntax
    • +
    +
  4. +
  5. +

    sentences that define our system's behavior, including:

    +
      +
    • context declarations: describe how primitives and configurations +can simplify
    • +
    • context alias declarations: define templates that can generate new +contexts
    • +
    • rule declarations: define how the system transitions from one state +to the next
    • +
    +
  6. +
+

K Process Overview

+

We now examine how the K tools are generally used. The main input to all of the +K tools is a K specification. For effieciency reasons, this specification is +first compiled into an intermediate representation called Kore. Once we have +obtained this intermediate representation, we can use it to do:

+
    +
  1. parsing/pretty-printing, i.e., converting a K term, whose syntax is defined +by a K specification, into a alternate representation
  2. +
  3. concrete and abstract execution of a K specification
  4. +
  5. theorem proving, i.e., verifying whether a set of claims about a K +specification hold
  6. +
+

We represent the overall process using the graphic below:

+
 K Compilation Process
++============================================================+
+|                     +---------+                            |
+|  K Specification ---| kompile |--> Kore Specification --+  |
+|                     +---------+                         |  |
++=========================================================|==+
+                                                          |
+ K Execution Process                                      |
++=========================================================|==+
+|                                                         |  |
+|             +-------------------------------------------+  |
+|             |                                              |
+|             |       +---------+                            |
+|  K Term ----+-------| kparse  |--> K Term                  |
+|             |       +---------+                            |
+|             |                                              |
+|             |       +---------+                            |
+|  K Term ----+-------|  krun   |--> K Term                  |
+|             |       +---------+                            |
+|             |                                              |
+|             |       +---------+                            |
+|  K Claims --+-------| kprove  |--> K Claims                |
+|                     +---------+                            |
+|                                                            |
++============================================================+
+
+

where:

+
    +
  • process outlines are denoted by boxes with double-lined borders
  • +
  • executables are denoted by boxes with single-lined borders
  • +
  • inputs and outputs are denoted by words attached to lines
  • +
  • K terms typically correspond to programs defined in a particular +language's syntax (which are either parsed using kparse or executed using +krun)
  • +
  • K claims are a notation for describing how certain K programs should +execute (which are checked by our theorem prover kprove)
  • +
+

K Compilation Process: +Let us start with a description of the compilation process. According to the +above diagram, the compiler driver is called kompile. For our purposes, it is +enough to view the K compilation process as a black box that transforms a K +specification into a lower-level Kore specification that encodes the same +information, but that is easier to work with programmatically.

+

K Execution Process: +We now turn our attention to the K execution process. Abstractly, we can divide +the K execution process into the following stages:

+
    +
  1. the kore specification is loaded (which defines a lexer, parser, and +unparser among other things)
  2. +
  3. the input string is lexed into a token stream
  4. +
  5. the token stream is parsed into K terms/claims
  6. +
  7. the K term/claims are transformed according the K tool being used (e.g. +kparse, krun, or kprove)
  8. +
  9. the K term/claims are unparsed into a string form and printed
  10. +
+

Note that all of the above steps performed in K execution process are fully +prescribed by the input K specification. Of course, there are entire languages +devoted to encoding these various stages proces individually, e.g., flex for +lexers, bison for parsers, etc. What K offers is a consistent language to +package the above concepts in a way that we believe is convenient and practical +for a wide range of uses.

+

Module Declaration

+

K modules are declared at the top level of a K file. They begin with the +module keyword and are followed by a module ID and an optional set of +attributes. They continue with zero or more imports and zero or more sentences +until the endmodule keyword is reached.

+

A module ID consists of an optional # at the beginning, followed by one or +more components separated by hyphens. Each component can contain letters, +numbers, or underscores.

+

After the module ID, attributes can be specified in square brackets. See below +for an (incomplete) list of allowed module attributes.

+

Following the attributes, a module can contain zero or more imports. An +import consists of the import or imports keywords followed by a module ID. +An import tells the compiler that this module should contain all the sentences +(recursively) contained by the module being imported.

+

Imports can be public or private. By default, they are public, which +means that all the imported syntax can be used by any module that imports the +module doing the import. However, you can explicitly override the visibility +of the import with the public or private keyword immediately prior to the +module name. A module imported privately does not export its syntax to modules +that import the module doing the import.

+

Following imports, a module can contain zero or more sentences. A sentence can +be a syntax declaration, a rule, a configuration declaration, a context, a +claim, or a context alias. Details on each of these can be found in subsequent +sections.

+

private attribute

+

If the module is given the private attribute, all of its imports and syntax +are private by default. Individual pieces of syntax can be made public with +the public attribute, and individual imports can be made public with the +public keyword. See relevant sections on syntax and modules for more details +on what it means for syntax and imports to be public or private.

+

symbolic and concrete attribute

+

These attributes may be placed on modules to indicate that they should only +be used by the Haskell and LLVM backends respectively. If the definition is +compiled on the opposite backend, they are implicitly removed from the +definition prior to parsing anywhere they are imported. This can be useful when +used in limited capacity in order to provide alternate semantics for certain +features on different backends. It should be used sparingly as it makes it more +difficult to trust the correctness of your semantics, even in the presence of +testing.

+

Syntax Declaration

+

Named Non-Terminals

+

We have added a syntax to Productions which allows non-terminals to be given a +name in productions. This significantly improves the ability to document K, by +providing a way to explicitly explain what a field in a production corresponds +to instead of having to infer it from a comment or from the rule body.

+

The syntax is:

+
k
name: Sort +
+

This syntax can be used anywhere in a K definition that expects a non-terminal.

+

klabel(_) and symbol attributes

+

By default K generates for each syntax definition a long and obfuscated klabel +string, which serves as a unique internal identifier and also is used in kast +format of that syntax. If we need to reference a certain syntax production +externally, we have to manually define the klabels using the klabel attribute. +One example of where you would want to do this is to be able to refer to a given +symbol via the syntax priorities attribute, or to enable overloading of a +given symbol.

+

If you only provide the klabel attribute, you can use the provided klabel to +refer to that symbol anywhere in the frontend K code. However, the internal +identifier seen by the backend for that symbol will still be the long obfuscated +generated string. Sometimes you want control over the internal identfier used as +well, in which case you use the symbol attribute. This tells the frontend to +use whatever the declared klabel is directly as the internal identfier.

+

For example:

+
k
module MYMODULE + syntax FooBarBaz ::= #Foo( Int, Int ) [klabel(#Foo), symbol] // symbol1 + | #Bar( Int, Int ) [klabel(#Bar)] // symbol2 + | #Baz( Int, Int ) // symbol3 +endmodule +
+

Here, we have that:

+
    +
  • In frontend K, you can refer to "symbol1" as #Foo (from klabel(#Foo)), +and the backend will see 'Hash'Foo as the symbol name.
  • +
  • In frontend K, you can refer to "symbol2" as #Bar (from klabel(#Bar)), +and the backend will see +'Hash'Bar'LParUndsCommUndsRParUnds'MYMODULE'Unds'FooBarBaz'Unds'Int'Unds'Int +as the symbol name.
  • +
  • In frontend K, you can refer to "symbol3" as +#Baz(_,_)_MYMODULE_FooBarBaz_Int_Int (from auto-generated klabel), and +the backend will see +'Hash'Baz'LParUndsCommUndsRParUnds'MYMODULE'Unds'FooBarBaz'Unds'Int'Unds'Int +as the symbol name.
  • +
+

The symbol provided must be unique to this definition. This is enforced by K. +In general, it's recommended to use symbol attribute whenever you use klabel +unless you explicitely have a reason not to (eg. you want to overload symbols, +or you're using a deprecated backend). It can be very helpful use the symbol +attribute for debugging, as many debugging messages are printed in Kast format +which will be more readable with the symbol names you explicitely declare. +In addition, if you are programatically manipulating definitions via the JSON +Kast format, building terms using the user-provided pretty +symbol, klabel(...) is easier and less error-prone when the auto-generation +process for klabels changes.

+

Parametric productions and bracket attributes

+

Some syntax productions, like the rewrite operator, the bracket operator, and +the #if #then #else #fi operator, cannot have their precise type system +expressed using only concrete sorts.

+

Prior versions of K solved this issue by using the K sort in this case, but +this introduces inexactness in which poorly typed terms can be created even +without having a cast operator present in the syntax, which is a design +consideration we would prefer to avoid.

+

It also introduces cases where terms cannot be placed in positions where they +ought to be well sorted unless their return sort is made to be KBott, which in +turn vastly complicates the grammar and makes parsing much slower.

+

In order to introduce this, we provide a new syntax for parametric productions +in K. This allows you to express syntax that has a sort signature based on +parametric polymorphism. We do this by means of an optional curly-brace- +enclosed list of parameters prior to the return sort of a production.

+

Some examples:

+
k
syntax {Sort} Sort ::= "(" Sort ")" [bracket] +syntax {Sort} KItem ::= Sort +syntax {Sort} Sort ::= KBott +syntax {Sort} Sort ::= Sort "=>" Sort +syntax {Sort} Sort ::= "#if" Bool "#then" Sort "#else" Sort "#fi" +syntax {Sort1, Sort2} Sort1 ::= "#fun" "(" Sort2 "=>" Sort1 ")" "(" Sort2 ")" +
+

Here we have:

+
    +
  1. Brackets, which can enclose any sort but should be of the same sort that was +enclosed.
  2. +
  3. Every sort is a KItem.
  4. +
  5. A KBott term can appear inside any sort.
  6. +
  7. Rewrites, which can rewrite a value of any sort to a value of the same sort. +Note that this allows the lhs or rhs to be a subsort of the other.
  8. +
  9. If then else, which can return any sort but which must contain that sort on +both the true and false branches.
  10. +
  11. lambda applications, in which the argument and parameter must be the same +sort, and the return value of the application must be the same sort as the +return value of the function.
  12. +
+

Note the last case, in which two different parameters are specified separated +by a comma. This indicates that we have multiple independent parameters which +must be the same each place they occur, but not the same as the other +parameters.

+

In practice, because every sort is a subsort of K, the Sort2 +parameter in #6 above does nothing during parsing. It cannot +actually reject any parse, because it can always infer that the sort of the +argument and parameter are K, and it has no effect on the resulting sort of +the term. However, it will nevertheless affect the kore generated from the term +by introducing an additional parameter to the symbol generated for the term.

+

function and total attributes

+

Many times it becomes easier to write a semantics if you have "helper" +functions written which can be used in the RHS of rules. The function +attribute tells K that a given symbol should be simplified immediately when it +appears anywhere in the configuration. Semantically, it means that evaluation +of that symbol will result in at most one return value (that is, the symbol is +a partial function).

+

The total attribute indicates that a symbol cannot be equal to matching logic +bottom; in other words, it has at least one value for every possible set of +arguments. It can be added to a production with the function attribute to +indicate to the symbolic reasoning engine that a given symbol is a +total function, that is it has exactly one return value for every possible +input. Other uses of the total attribute (i.e., on multi-valued symbols to +indicate they always have at least one value) are not yet implemented.

+

For example, here we define the _+Word_ total function and the _/Word_ +partial function, which can be used to do addition/division modulo +2 ^Int 256. These functions can be used anywhere in the semantics where +integers should not grow larger than 2 ^Int 256. Notice how _/Word_ is +not defined when the denominator is 0.

+
k
syntax Int ::= Int "+Word" Int [function, total] + | Int "/Word" Int [function] + +rule I1 +Word I2 => (I1 +Int I2) modInt (2 ^Int 256) +rule I1 /Word I2 => (I1 /Int I2) modInt (2 ^Int 256) requires I2 =/=Int 0 +
+

freshGenerator attribute

+

In K, you can access "fresh" values in a given domain using the syntax +!VARNAME:VarSort (with the !-prefixed variable name). This is supported for +builtin sorts Int and Id already. For example, you can generate fresh +memory locations for declared identifiers as such:

+
k
rule <k> new var x ; => . ... </k> + <env> ENV => ENV [ x <- !I:Int ] </env> + <mem> MEM => MEM [ !I <- 0 ] </mem> +
+

Each time a !-prefixed variable is encountered, a new integer will be used, +so each variable declared with new var _ ; will get a unique position in the +<mem>.

+

Sometimes you want to have generation of fresh constants in a user-defined +sort. For this, K will still generate a fresh Int, but can use a converter +function you supply to turn it into the correct sort. For example, here we can +generate fresh Foos using the freshFoo(_) function annotated with +freshGenerator.

+
k
syntax Foo ::= "a" | "b" | "c" | d ( Int ) + +syntax Foo ::= freshFoo ( Int ) [freshGenerator, function, total] + +rule freshFoo(0) => a +rule freshFoo(1) => b +rule freshFoo(2) => c +rule freshFoo(I) => d(I) [owise] + +rule <k> new var x ; => . ... </k> + <env> ENV => ENV [ x <- !I:Int ] </env> + <mem> MEM => MEM [ !I <- !F:Foo ] </mem> +
+

Now each newly allocated memory slot will have a fresh Foo placed in it.

+

token attribute

+

The token attribute signals to the Kore generator that the associated sort +will be inhabited by domain values. Sorts inhabited by domain values must not +have any constructors declared.

+
k
syntax Bytes [hook(BYTES.Bytes), token] +
+

Converting between [token] sorts

+

You can convert between tokens of one sort via Strings by defining functions +implemented by builtin hooks. +The hook STRING.token2string allows conversion of any token to a string:

+
k
syntax String ::= FooToString(Foo) [function, total, hook(STRING.token2string)] +
+

Similarly, the hook STRING.string2Token allows the inverse:

+
k
syntax Bar ::= StringToBar(String) [function, total, hook(STRING.string2token)] +
+

WARNING: This sort of conversion does NOT do any sort of parsing or validation. +Thus, we can create arbitary tokens of any sort:

+
StringToBar("The sun rises in the west.")
+
+

Composing these two functions lets us convert from Foo to Bar

+
k
syntax Bar ::= FooToBar(Foo) [function] +rule FooToBar(F) => StringToBar(FooToString(F)) +
+

Parsing comments, and the #Layout sort

+

Productions for the #Layout sort are used to describe tokens that are +considered "whitespace". The scanner removes tokens matching these productions +so they are not even seen by the parser. Below, we use it to define +lines begining with ; (semicolon) as comments.

+
k
syntax #Layout ::= r"(;[^\\n\\r]*)" // Semi-colon comments + | r"([\\ \\n\\r\\t])" // Whitespace +
+

prec attribute

+

Consider the following naive attempt at creating a language what syntax that +allows two types of variables: names that contain underbars, and names that +contain sharps/hashes/pound-signs:

+
k
syntax NameWithUnderbar ::= r"[a-zA-Z][A-Za-z0-9_]*" [token] +syntax NameWithSharp ::= r"[a-zA-Z][A-Za-z0-9_#]*" [token] +syntax Pgm ::= underbar(NameWithUnderbar) + | sharp(NameWithSharp) +
+

Although, it seems that K has enough information to parse the programs +underbar(foo) and sharp(foo) with, the lexer does not take into account +whether a token is being parsed for the sharp or for the underbar +production. It chooses an arbitary sort for the token foo (perhaps +NameWithUnderbar). Thus, during paring it is unable to construct a valid term +for one of those programs (sharp(foo)) and produces the error message: +Inner Parser: Parse error: unexpected token 'foo'.

+

Since calculating inclusions and intersections between regular expressions is +tricky, we must provide this information to K. We do this via the prec(N) +attribute. The lexer will always prefer longer tokens to shorter tokens. +However, when it has to choose between two different tokens of equal length, +token productions with higher precedence are tried first. Note that the default +precedence value is zero when the prec attribute is not specified.

+

For example, the BUILTIN-ID-TOKENS module defines #UpperId and #LowerId with +the prec(2) attribute.

+
k
syntax #LowerId ::= r"[a-z][a-zA-Z0-9]*" [prec(2), token] + syntax #UpperId ::= r"[A-Z][a-zA-Z0-9]*" [prec(2), token] +
+

Furthermore, we also need to make sorts with more specific tokens subsorts of ones with more +general tokens. We add the token attribute to this production so that all +tokens of a particular sort are marked with the sort they are parsed as and not a +subsort thereof. e.g. we get underbar(#token("foo", "NameWithUnderbar")) +instead of underbar(#token("foo", "#LowerId"))

+
k
imports BUILTIN-ID-TOKENS +syntax NameWithUnderbar ::= r"[a-zA-Z][A-Za-z0-9_]*" [prec(1), token] + | #UpperId [token] + | #LowerId [token] +syntax NameWithSharp ::= r"[a-zA-Z][A-Za-z0-9_#]*" [prec(1), token] + | #UpperId [token] + | #LowerId [token] +syntax Pgm ::= underbar(NameWithUnderbar) + | sharp(NameWithSharp) +
+

unused attribute

+

K will warn you if you declare a symbol that is not used in any of the rules of +your definition. Sometimes this is intentional, however; in this case, you can +suppress the warning by adding the unused attribute to the production or +cell.

+
k
syntax Foo ::= foo() [unused] + +configuration <foo unused=""> .K </foo> +
+

Symbol priority and associativity

+

Unlike most other parser generators, K combines the task of parsing with AST +generation. A production declared with the syntax keyword in K is both a +piece of syntax used when parsing, and a symbol that is used when rewriting. +As a result, it is generally convenient to describe expression grammars using +priority and associativity declarations rather than explicitly transforming +your grammar into a series of nonterminals, one for each level of operator +precedence. Thus, for example, a simple grammar for addition and multiplication +will look like this:

+
k
syntax Exp ::= Exp "*" Exp + | Exp "+" Exp +
+

However, this grammar is ambiguous. The term x+y*z might refer to x+(y*z) +or to (x+y)*z. In order to differentiate this, we introduce a partial +ordering between productions known as priority. A symbol "has tighter priority" +than another symbol if the first symbol can appear under the second, but the +second cannot appear under the first without a bracket. For example, in +traditional arithmetic, multiplication has tighter priority than addition, +which means that x+y*z cannot parse as (x+y)*z because the addition +operator would appear directly beneath the multiplication, which is forbidden +by the priority filter.

+

Priority is applied individually to each possible ambiguous parse of a term. It +then either accepts or rejects that parse. If there is only a single remaining +parse (after all the other disambiguation steps have happened), this is the +parse that is chosen. If all the parses were rejected, it is a parse error. If +multiple parses remain, they might be resolved by further disambiguation such +as via the prefer and avoid attributes, but if multiple parses remain after +disambiguation finishes, this is an ambiguous parse error, indicating there is +not a unique parse for that term. In the vast majority of cases, this is +an error and indicates that you ought to either change your grammar or add +brackets to the term in question.

+

Priority is specified in K grammars by means of one of two different +mechanisms. The first, and simplest, simply replaces the | operator in a +sequence of K productions with the > operator. This operator indicates that +everything prior to the > operator (including transitively) binds tighter +than what comes after. For example, a more complete grammar for simple +arithmetic might be:

+
k
syntax Exp ::= Exp "*" Exp + | Exp "/" Exp + > Exp "+" Exp + | Exp "-" Exp +
+

This indicates that multiplication and division bind tigher than addition +and subtraction, but that there is no relationship in priority between +multiplication and division.

+

As you may have noticed, this grammar is also ambiguous. x*y/z might refer to +x*(y/z) or to (x*y)/z. Indeed, if we removed division and subtraction +entirely, the grammar would still be ambiguous: x*y*z might parse as +x*(y*z), or as (x*y)*z. To resolve this, we introduce another feature: +associativity. Roughly, asssociativity tells us how symbols are allowed to nest +within other symbols with the same priority. If a set of symbols is left +associative, then symbols in that set cannot appear as the rightmost child +of other symbols in that set. If a set of symbols is right associative, then +symbols in that set cannot appear as the leftmost child of other symbols in +that set. Finally, if a set of symbols is non-associative, then symbols +in that set cannot appear as the rightmost or leftmost child of other symbols +in that set. For example, in the above example, if addition and subtraction +are left associative, then x+y+z will parse as (x+y)+z and x+y-z will +parse as (x+y)-z (because the other parse will have been rejected).

+

You might notice that this seems to apply only to binary infix operators. In +fact, the real behavior is slightly more complicated. Priority and +associativity (for technical reasons that go beyond the scope of this document) +really only apply when the rightmost or leftmost item in a production is a +nonterminal. If the rightmost nonterminal is followed by a terminal (or +respectively the leftmost preceded), priority and associativity do not apply. +Thus we can generalize these concepts to arbitrary context-free grammars.

+

Note that in some cases, this is not the behavior you want. You may actually +want to reject parses even though the leftmost and rightmost item in a +production are terminals. You can accomplish this by means of the +applyPriority attribute. When placed on a production, it tells the parser +which nonterminals of a production the priority filter ought to reject children +under, overriding the default behavior. For example, I might have a production +like syntax Exp ::= foo(Exp, Exp) [applyPriority(1)]. This tells the parser +to reject terms with looser priority binding under the first Exp, but not +the second. By default, with this production, neither position would apply +to the priority filter, because the first and last items of the production +are both terminals.

+

Associativity is specified in K grammars by means of one of two different +mechanisms. The first, and simplest, adds the associativity of a priority block +of symbols prior to that block. For example, we can remove the remaining +ambiguities in the above grammar like so:

+
k
syntax Exp ::= left: + Exp "*" Exp + | Exp "/" Exp + > right: + Exp "+" Exp + | Exp "-" Exp +
+

This indicates that multiplication and division are left-associative, ie, after +symbols with higher priority are parsed as innermost, symbols are nested with +the rightmost on top. Addition and subtraction are right associative, which +is the opposite and indicates that symbols are nested with the leftmost on top. +Note that this is similar but different from evaluation order, which also +concerns itself with the ordering of symbols, which is described in the next +section.

+

You may note we have not yet introduced the second syntax for priority +and associativity. In some cases, syntax for a grammar might be spread across +multiple modules, sometimes for very good reasons with respect to code +modularity. As a result, it becomes infeasible to declare priority and +associativity inline within a set of productions, because the productions +are not contiguous within a single file.

+

For this purpose, we introduce the equivalent syntax priorities, +syntax left, syntax right, and syntax non-assoc declarations. For +example, the above grammar can be written equivalently as:

+
k
syntax Exp ::= Exp "*" Exp [group(mult)] + | Exp "/" Exp [group(div)] + | Exp "+" Exp [group(add)] + | Exp "-" Exp [group(sub)] + +syntax priorities mult div > add sub +syntax left mult div +syntax right add sub +
+

Here, the group(_) attribute is used to create user-defined groups of +sentences. A particular group name collectively refers to the whole set of +sentences within that group. The sets are flattened together, so we could +equivalently have written:

+
k
syntax Exp ::= Exp "*" Exp [group(mult)] + | Exp "/" Exp [group(mult)] + | Exp "+" Exp [group(add)] + | Exp "-" Exp [group(add)] + +syntax priorities mult > add +syntax left mult +syntax right add +
+

Note that syntax [left|right|non-assoc] should not be used to group together +productions with different priorities. For example, this code would be invalid:

+
k
syntax priorities mult > add +syntax left mult add +
+

Note that there is one other way to describe associativity, but it is +prone to a very common mistake. You can apply the attribute left, right, +or non-assoc directly to a production to indicate that it is, by itself, +left-, right-, or non-associative.

+

However, this often does not mean what users think it means. In particular:

+
k
syntax Exp ::= Exp "+" Exp [left] + | Exp "-" Exp [left] +
+

is not equivalent to:

+
k
syntax Exp ::= left: + Exp "+" Exp + | Exp "-" Exp +
+

Under the first, each production is associative with itself, but not each +other. Thus, x+y+z will parse unambiguously as (x+y)+z, but x+y-z will +be ambiguous. However, in the second, x+y-z will parse unambiguously as +(x+y)-z.

+

Think carefully about how you want your grammar to parse. In general, if you're +not sure, it's probably best to group associativity together into the same +blocks you use for priority, rather than using left, right, or non-assoc +attributes on the productions.

+

Lexical identifiers

+

Sometimes it is convenient to be able to give a certain regular expression a +name and then refer to it in one or more regular expression terminals. This +can be done with a syntax lexical sentence in K:

+
k
syntax lexical Alphanum = r"[0-9a-zA-Z]" +
+

This defines a lexical identifier Alphanum which can be expanded in any +regular expression terminal to the above regular expression. For example, I +might choose to then implement the syntax of identifiers as follows:

+
k
syntax Id ::= r"[a-zA-Z]{Alphanum}*" [token] +
+

Here {Alphanum} expands to the above regular expression, making the sentence +equivalent to the following:

+
k
syntax Id ::= r"[a-zA-Z]([0-9a-zA-Z])*" [token] +
+

This feature can be used to more modularly construct the lexical syntax of your +language. Note that K does not currently check that lexical identifiers used +in regular expressions have been defined; this will generate an error when +creating the scanner, however, and the user ought to be able to debug what +happened.

+

assoc, comm, idem, and unit attributes

+

These attributes are used to indicate whether a collection or a production +is associative, commutative, idempotent, and/or has a unit. +In general, you should not need to apply these attributes to productions +yourself, however, they do have certain special meaning to K. K will generate +axioms related to each of these concepts into your definition for you +automatically. It will also automatically sort associative-commutative +collections, and flatten the indentation of associative collections, when +unparsing.

+

public and private attribute

+

K allows users to declare certain pieces of syntax as either public or private. +All syntax is public by default. Public syntax can be used from any module that +imports that piece of syntax. A piece of syntax can be declared private with +the private attribute. This means that that syntax can only be used in the +module in which it is declared; it is not visible from modules that import +that module.

+

You can also change the default visibility of a module with the private +attribute, when it is placed directly on a module. A module with the private +attribute has all syntax private by default; this can be overridden on +specific sentences with the public attribute.

+

Note that the private module attribute also changes the default visiblity +of imports; please refer to the appropriate section elsewhere in the manual +for more details.

+

Here is an example usage:

+
k
module WIDGET-SYNTAX + + syntax Widget ::= foo() + syntax WidgetHelper ::= bar() [private] // this production is not visible + // outside this module +endmodule + +module WIDGET [private] + imports WIDGET-SYNTAX + + syntax Widget ::= fooImpl() // this production is not visible outside this + // module + + // this production is visible outside this module + syntax KItem ::= adjustWidget(Widget) [function, public] +endmodule +
+

Configuration Declaration

+

exit attribute

+

A single configuration cell containing an integer may have the "exit" +attribute. This integer will then be used as the return value on the console +when executing the program.

+

For example:

+
k
configuration <k> $PGM:Pgm </k> + <status-code exit=""> 1 </status-code> +
+

declares that the cell status-code should be used as the exit-code for +invocations of krun. Additionally, we state that the default exit-code is 1 +(an error state). One use of this is for writing testing harnesses which assume +that the test fails until proven otherwise and only set the <status-code> cell +to 0 if the test succeeds.

+

Collection Cells: multiplicity and type attributes

+

Sometimes a semantics needs to allow multiple copies of the same cell, for +example if you are making a concurrent multi-threading programming language. +For this purpose, K supports the multiplicity and type attributes on cells +declared in the configuration.

+

multiplicity can take on values * and ?. Declaring multiplicity="*" +indicates that the cell may appear any number of times in a runtime +configuration. Setting multiplicity="?" indicates that the cell may only +appear exactly 0 or 1 times in a runtime configuration. If there are no +configuration variables present in the cell collection, the initial +configuration will start with exactly 0 instances of the cell collection. If +there are configuration variables present in the cell collection, the initial +configuration will start with exactly 1 instance of the cell collection.

+

type can take on values Set, List, and Map. For example, here we declare +several collecion cells:

+
k
configuration <k> $PGM:Pgm </k> + <sets> <set multiplicity="?" type="Set"> 0:Int </set> </sets> + <lists> <list multiplicity="*" type="List"> 0:Int </list> </lists> + <maps> + <map multiplicity="*" type="Map"> + <map-key> 0:Int </map-key> + <map-value-1> "":String </map-value-1> + <map-value-2> 0:Int </map-value-2> + </map> + </maps> +
+

Declaring type="Set" indicates that duplicate occurrences of the cell should +be de-duplicated, and accesses to instances of the cell will be nondeterministic +choices (constrained by any other parts of the match and side-conditions). +Similarly, declaring type="List" means that new instances of the cell can be +added at the front or back, and elements can be accessed from the front or back, +and the order of the cells will be maintained. The following are examples of +introduction and elimination rules for these collections:

+
k
rule <k> introduce-set(I:Int) => . ... </k> + <sets> .Bag => <set> I </set> </sets> + +rule <k> eliminate-set => I ... </k> + <sets> <set> I </set> => .Bag </sets> + +rule <k> introduce-list-start(I:Int) => . ... </k> + <lists> (.Bag => <list> I </list>) ... </lists> + +rule <k> introduce-list-end(I:Int) => . ... </k> + <lists> ... (.Bag => <list> I </list>) </lists> + +rule <k> eliminate-list-start => I ... </k> + <lists> (<list> I </list> => .Bag) ... </lists> + +rule <k> eliminate-list-end => I ... </k> + <lists> ... (<list> I </list> => .Bag) </lists> +
+

Notice that for multiplicity="?", we only admit a single <set> instance at +a time. For the type=List cell, we can add/eliminate cells from the from or +back of the <lists> cell. Also note that we use .Bag to indicate the empty +cell collection in all cases.

+

Declaring type="Map" indicates that the first sub-cell will be used as a +cell-key. This means that matching on those cells will be done as a map-lookup +operation if the cell-key is mentioned in the rule (for performance). If the +cell-key is not mentioned, it will fallback to normal nondeterministic +constrained by other parts of the match and any side-conditions. Note that there +is no special meaning to the name of the cells (in this case <map>, +<map-key>, <map-value-1>, and <map-value-2>). Additionally, any number of +sub-cells are allowed, and the entire instance of the cell collection is +considered part of the cell-value, including the cell-key (<map-key> in this +case) and the surrounding collection cell (<map> in this case).

+

For example, the following rules introduce, set, retrieve from, and eliminate +type="Map" cells:

+
k
rule <k> introduce-map(I:Int) => . ... </k> + <maps> ... (.Bag => <map> <map-key> I </map-key> ... </map>) ... </maps> + +rule <k> set-map-value-1(I:Int, S:String) => . ... </k> + <map> <map-key> I </map-key> <map-value-1> _ => S </map-value-1> ... </map> + +rule <k> set-map-value-2(I:Int, V:Int) => . ... </k> + <map> <map-key> I </map-key> <map-value-2> _ => V </map-value-2> ... </map> + +rule <k> retrieve-map-value-1(I:Int) => S ... </k> + <map> <map-key> I </map-key> <map-value-1> S </map-value-1> ... </map> + +rule <k> retrieve-map-value-2(I:Int) => V ... </k> + <map> <map-key> I </map-key> <map-value-2> V </map-value-2> ... </map> + +rule <k> eliminate-map(I:Int) => . ... </k> + <maps> ... (<map> <map-key> I </map-key> ... </map> => .Bag) ... </maps> +
+

Note how each rule makes sure that <map-key> cell is mentioned, and we +continue to use .Bag to indicate the empty collection. Also note that +when introducing new map elements, you may omit any of the sub-cells which are +not the cell-key. In case you do omit sub-cells, you must use structural +framing ... to indicate the missing cells, they will receive the default +value given in the configuration ... declaration.

+

Rule Declaration

+

Rule Structure

+

Each K rule follows the same basic structure (given as an example here):

+
k
rule LHS => RHS requires REQ ensures ENS [ATTRS] +
+

The portion between rule and requires is referred to as the rule body, +and may contain one or more rewrites (though not nested). Here, the rule body is +LHS => RHS, where LHS and RHS are used as placeholders for the pre- and +post- states. Note that we lose no generality referring to the LHS or the +RHS, even in the presence of multiple rewrites, as the rewrites are pulled to +the top-level anyway.

+

Next is the requires clause, represented here as REQ. The requires clause is +an additional predicate (function-like term of sort Bool), which is to be +evaluated before applying the rule. If the requires clause does not evaluate to +true, then the rule does not apply.

+

Finally is the ensures clause, represented here as ENS. The ensures clause +is to be interpreted as a post-condition, and will be automatically added to the +path condition if the rule applies. It may cause the entire term to become +undefined, but the backend will not stop itself from applying the rule in this +case. Note that concrete backends (eg. the LLVM backend) are free to ignore the +ensures clause.

+

Overall, the transition represented by such a rule is from a state +LHS #And REQ ending in a state RHS #And ENS. When backends apply this rule +as a transition/rewrite, they should:

+
    +
  • Check if pattern LHS matches (or unifies) with the current term, giving +substitution alpha.
  • +
  • Check if the instantiation alpha(REQ) is valid (or satisfiable).
  • +
  • Build the new term alpha(RHS #And ENS), and check if it's satisfiable.
  • +
+

Pattern Matching operator

+

Sometimes when you want to express a side condition, you want to say that a +rule matches if a particular term matches a particular pattern, or if it +instead does /not/ match a particular pattern.

+

The syntax in K for this is :=K and :/=K. It has similar meaning to ==K and +=/=K, except that where ==K and =/=K express equality, :=K and =/=K express +model membership. That is to say, whether or not the rhs is a member of the set +of terms expressed by the lhs pattern. Because the lhs of these operators is a +pattern, the user can use variables in the lhs of the operator. However, due to +current limitations, these variables are NOT bound in the rest of the term. +The user is thus encouraged to use anonymous variables only, although this is +not required.

+

This is compiled by the K frontend down to an efficient pattern matching on a +fresh function symbol.

+

Anonymous function applications

+

There are a number of cases in K where you would prefer to be able to take some +term on the RHS, bind it to a variable, and refer to it in multiple different +places in a rule.

+

You might also prefer to take a variable for which you know some of its +structure, and modify some of its internal structure without requiring you to +match on every single field contained inside that structure.

+

In order to do this, we introduce syntax to K that allows you to construct +anonymous functions in the RHS of a rule and apply them to a term.

+

The syntax for this is:

+
#fun(RuleBody)(Argument)
+
+

Note the limitations currently imposed by the implementation. These functions +are not first-order: you cannot bind them to a variable and inject them like +you can with a regular klabel for a function. You also cannot express multiple +rules or multiple parameters, or side conditions. All of these are extensions +we would like to support in the future, however.

+

In the following, we use three examples to illustrate the behavior of #fun. +We point out that the support for #fun is provided by the frontend, not the +backends.

+

The three examples are real examples borrowed or modified from existing language +semantics.

+

Example 1 (A Simple Self-Explained Example).

+
#fun(V:Val => isFoo(V) andBool isBar(V))(someFunctionReturningVal())
+
+

Example 2 (Nested #fun).

+
   #fun(C
+=> #fun(R
+=> #fun(E
+=> foo1(E, R, C)
+  )(foo2(C))
+  )(foo3(0))
+  )(foo4(1))
+
+

This example is from the beacon +semantics:https://github.com/runtimeverification/beacon-chain-spec/blob/master/b +eacon-chain.k at line 302, with some modification for simplicity. Note how +variables C, R, E are bound in the nested #fun.

+

Example 3 (Matching a structure).

+
rule foo(K, RECORD) =>
+  #fun(record(... field: _ => K))(RECORD)
+
+

Unlike previous examples, the LHS of #fun in this example is no longer a +variable, but a structure. It has the same spirit as the first two examples, +but we match the RECORD with a structure record( DotVar, field: X), instead +of a standalone variable. We also use K's local rewrite syntax (i.e., the +rewriting symbol => does not occur at the top-level) to prevent writing +duplicate expressions on the LHS and RHS of the rewriting.

+

Macros and Aliases

+

A production can be tagged with the macro, alias, macro-rec, or alias-rec +attributes. In all cases, what this signifies is that this is a macro production. +Macro rules are rules where the top symbol of the left-hand-side are macro +labels. Macro rules are applied statically during compilation on all terms that +they match, and statically before program execution on the initial configuration. +Currently, macro rules are required to not have side conditions, although they +can contain sort checks.

+

alias rules are also applied statically in reverse prior to unparsing on the +final configuration. Note that a macro rule can have unbound variables in the +right hand side. When such a macro exists, it should be used only on the left +hand side of rules, unless the user is performing symbolic execution and expects +to introduce symbolic terms into the subject being rewritten.

+

However, when used on the left hand side of a rule, it functions similarly to a +pattern alias, and allows the user to concisely express a reusable pattern that +they wish to match on in multiple places.

+

For example, consider the following semantics:

+
k
syntax KItem ::= "foo" [alias] | "foobar" +syntax KItem ::= bar(KItem) [macro] | baz(Int, KItem) +rule foo => foobar +rule bar(I) => baz(?_, I) +rule bar(I) => I +
+

This will rewrite baz(0, foo) to foo. First baz(0, foo) will be rewritten +statically to baz(0, foobar). Then the non-macro rule will apply (because +the rule will have been rewritten to rule baz(_, I) => I). Then foobar will +be rewritten statically after rewriting finishes to foo via the reverse form +of the alias.

+

Note that macros do not apply recursively within their own expansion. This is +done so as to ensure that macro expansion will always terminate. If the user +genuinely desires a recursive macro, the macro-rec and alias-rec attributes +can be used to provide this behavior.

+

For example, consider the following semantics:

+
k
syntax Exp ::= "int" Exp ";" | "int" Exps ";" [macro] | Exp Exp | Id +syntax Exps ::= List{Exp,","} + +rule int X:Id, X':Id, Xs:Exps ; => int X ; int X', Xs ; +
+

This will expand int x, y, z; to int x; int y, z; because the macro does +not apply the second time after applying the substitution of the first +application. However, if the macro attribute were changed to the macro-rec +attribute, it would instead expand (as the user likely intended) to +int x; int y; int z;.

+

The alias-rec attribute behaves with respect to the alias attribute the +same way the macro-rec attribute behaves with respect to macro.

+

anywhere rules

+

Some rules are not functional, but you want them to apply anywhere in the +configuration (similar to functional rules). You can use the anywhere +attribute on a rule to instruct the backends to make sure they apply anywhere +they match in the entire configuration.

+

For example, if you want to make sure that some associative operator is always +right-associated anywhere in the configuration, you can do:

+
k
syntax Stmt ::= Stmt ";" Stmt + +rule (S1 ; S2) ; S3 => S1 ; (S2 ; S3) [anywhere] +
+

Then after every step, all occurrences of _;_ will be re-associated. Note that +this allows the symbol _;_ to still be a constructor, even though it is +simplified similarly to a function.

+

trusted claims

+

You may add the trusted attribute to a given claim for the K prover to +automatically add it to the list of proven circularities, instead of trying to +discharge it separately.

+

Projection and Predicate functions

+

K automatically generates certain predicate and projection functions from the +syntax you declare. For example, if you write:

+
k
syntax Foo ::= foo(bar: Bar) +
+

It will automatically generate the following K code:

+
k
syntax Bool ::= isFoo(K) [function] +syntax Foo ::= "{" K "}" ":>Foo" [function] +syntax Bar ::= bar(Foo) [function] + +rule isFoo(F:Foo) => true +rule isFoo(_) => false [owise] + +rule { F:Foo }:>Foo => F +rule bar(foo(B:Bar)) => B +
+

The first two types of functions are generated automatically for every sort in +your K definition, and the third type of function is generated automatically +for each named nonterminal in your definition. Essentially, isFoo for some +sort Foo will tell you whether a particular term of sort K is a Foo, +{F}:>Foo will cast F to sort Foo if F is of sort Foo and will be +undefined (i.e., theoretically defined as #Bottom, the bottom symbol in +matching logic) otherwise. Finally, bar will project out the child of a foo +named bar in its production declaration.

+

Note that if another term of equal or smaller sort to Foo exists and has a +child named bar of equal or smaller sort to Bar, this will generate an +ambiguity during parsing, so care should be taken to ensure that named +nonterminals are sufficiently unique from one another to prevent such +ambiguities. Of course, the compiler will generate a warning in this case.

+

simplification attribute

+

The simplification attribute identifies rules outside the main semantics that +are used to simplify function patterns.

+

Conditions: A simplification rule is applied by matching the function +arguments, instead of unification as when applying function definition +rules. This allows function symbols to appear nested as arguments to other +functions on the left-hand side of a simplification rule, which is forbidden in +function definition rules. For example, this rule would not be accepted as a +function definition rule:

+
k
rule (X +Int Y) +Int Z => X +Int (Y +Int Z) [simplification] +
+

A simplification rule is only applied when the current side condition implies +the requires clause of the rule, like function definition rules.

+

Order: The simplification attribute accepts an optional integer argument +which is the rule's simplification priority; if the optional argument is not +specified, it is equivalent to a simplification priority of 50. Backends +should attempt simplification rules in order of their simplification +priority, but are not required to do so; in fact, the backend is free to apply +simplification rules at any time. Because of this, users must ensure that +simplification rules are sound regardless of their order of application. This +differs from the priority attribute in that rules with the priority +attribute must be applied in their priority order by the backend. It is an +error to have the priority attribute on a simplification rule.

+

For example, for the following definition:

+
k
syntax WordStack ::= Int ":" WordStack | ".WordStack" + syntax Int ::= sizeWordStack ( WordStack ) [function] + | sizeWordStackAux ( WordStack , Int ) [function] + // -------------------------------------------------------------- + rule sizeWordStack(WS) => sizeWordStackAux(WS, 0) + + rule sizeWordStackAux(.WordStack, N) => N + rule sizeWordStackAux(W : WS , N) => sizeWordStackAux(WS, N +Int 1) +
+

We might add the following simplification lemma:

+
k
rule sizeWordStackAux(WS, N) => N +Int sizeWordStackAux(WS, 0) + requires N =/=Int 0 + [simplification] +
+

Then this simplification rule will only apply if the Haskell backend can prove +that notBool N =/=Int 0 is unsatisfiable. This avoids an infinite cycle of +applying this simplification lemma.

+

NOTE: The frontend and Haskell backend do not check that supplied +simplification rules are sound, this is the developer's responsibility. In +particular, rules with the simplification attribute must preserve definedness; +that is, if the left-hand side refers to any partial function then:

+
    +
  • the right-hand side must be #Bottom when the left-hand side is #Bottom, or
  • +
  • the rule must have an ensures clause that is false when the left-hand +side is #Bottom, or
  • +
  • the rule must have a requires clause that is false when the left-hand +side is #Bottom.
  • +
+

These conditions are in order of decreasing preference: the best option is to +preserve #Bottom on the right-hand side, the next best option is to have an +ensures clause, and the least-preferred option is to have a requires clause. +The most preferred option is to write total functions and avoid the entire issue.

+

NOTE: The Haskell backend does not attempt to prove claims which right-hand +side is #Bottom. The reason for this is that the general case is undecidable, +and the backend might enter an infinite loop. Therefore, the backend emits a +warning if it encounters such a claim.

+

concrete and symbolic attributes (Haskell backend)

+

Users can control the application of simplification rules using the concrete +and the symbolic attributes by specifying the type of patterns the rule's +arguments are to match.

+

A concrete pattern is a pattern which does not contain variables or unevaluated +functions, otherwise the pattern is symbolic.

+

The semantics of the two attributes is defined as follows:

+
    +
  • If a simplification rule is marked concrete, then all arguments must be +concrete for the rule to match.
  • +
  • If a simplification rule is marked symbolic, then all arguments must be +symbolic for the rule to match.
  • +
  • The following syntax concrete(<variables>) (resp. symbolic(<variables>)), +where <variables> is a list of variable names separated by commas, can be used +to specify the exact arguments the user expects to match concrete (resp. symbolic) +patterns.
  • +
+

For example, the following will only match when all arguments +are concrete:

+
k
rule X +Int (Y +Int Z) => (X +Int Y) +Int Z [simplification, concrete] +
+

Conversely, the following will only match when all arguments +are symbolic:

+
k
rule X +Int (Y +Int Z) => (X +Int Y) +Int Z [simplification, symbolic] +
+

In practice, the following rules will re-associate and commute terms to combine +concrete arguments:

+
k
rule (A +Int Y) +Int Z => A +Int (Y +Int Z) + [concrete(Y, Z), symbolic(A), simplification] + +rule X +Int (B +Int Z) => B +Int (X +Int Z) + [concrete(X, Z), symbolic(B), simplification] +
+

The unboundVariables attribute

+

Normally, K rules are not allowed to contain regular (i.e., not fresh, not +existential) variables in the RHS / requires / ensures clauses which are not +bound in the LHS.

+

However, in certain cases this behavior might be desired, like, for example, +when specifying a macro rule which is to be used in the LHS of other rules. +To allow for such cases, but still be useful and perform the unboundness checks +in regular cases, the unboundVariables attributes allows the user to specify +a comma-separated list of names of variables which can be unbound in the rule.

+

For example, in the macro declaration

+
k
rule cppEnumType => bar(_, scopedEnum() #Or unscopedEnum() ) [unboundVariables(_)] +
+

the declaration unboundVariables(_) allows the rule to pass the unbound +variable checks, and this in turn allows for cppEnumType to be used in +the LHS of a rule to mean the pattern above:

+
k
rule inverseConvertType(cppEnumType, foo((cppEnumType #as T::CPPType => underlyingType(T)))) +
+

The memo attribute

+

The memo attribute is a hint from the user to the backend to memoize a +function. Not all backends support memoization, but when the attribute is used +and the definition is compiled for a memo-supporting backend, then calls to +the function may be cached. At the time of writing, only the Haskell +backend supports memoization.

+

Limitations of memoization with the Haskell backend

+

The Haskell backend will only cache a function call if all arguments are concrete.

+

It is recommended not to memoize recursive functions, as each recursive call +will be stored in the cache, but only the first iteration will be retrieved from +the cache; that is, the cache will be filled with many unreachable +entries. Instead, we recommend to perform a worker-wrapper transformation on +recursive functions, and apply the memo attribute to the wrapper.

+

Warning: A function declared with the memo attribute must not use +uninterpreted functions in the side-condition of any rule. Memoizing such an +impure function is unsound. To see why, consider the following rules:

+
k
syntax Bool ::= impure( Int ) [function] + +syntax Int ::= unsound( Int ) [function, memo] +rule unsound(X:Int) => X +Int 1 requires impure(X) +rule unsound(X:Int) => X requires notBool impure(X) +
+

Because the function impure is not given rules to cover all inputs, unsound +can be memoized incoherently. For example,

+
{unsound(0) #And {impure(0) #Equals true}} #Equals 1
+
+

but

+
{unsound(0) #And {impure(0) #Equals false}} #Equals 0
+
+

The memoized value of unsound(0) would be incoherently determined by which +pattern the backend encounters first.

+

Variable Sort Inference

+

In K, it is not required that users declare the sorts of variables in rules or +in the initial configuration. If the user does not explicitly declare the sort +of a variable somewhere via a cast (see below), the sort of the variable is +inferred from context based on the sort signature of every place the variable +appears in the rule.

+

As an example, consider the rule for addition in IMP:

+
k
syntax Exp ::= Exp "+" Exp | Int + + rule I1 + I2 => I1 +Int I2 +
+

Here +Int is defined in the INT module with the following signature:

+
k
syntax Int ::= Int "+Int" Int [function] +
+

In the rule above, the sort of both I1 and I2 is inferred as Int. This is because +a variable must have the same sort every place it appears within the same rule. +While a variable appearing only on the left-hand-side of the rule could have +sort Exp instead, the same variable appears as a child of +Int, which +constriants the sorts of I1 and I2 more tightly. Since the sort must be a +subsort of Int or equal to Int, and Int has no subsorts, we infer Int +as the sorts of I1 and I2. This means that the above rule will not match +until I1 and I2 become integers (i.e., have already been evaluated).

+

More complex examples are possible, however:

+
k
syntax Exp ::= Exp "+" Int | Int + rule _ + _ => 0 +
+

Here we have two anonymous variables. They do not refer to the same variable +as one another, so they can have different sorts. The right side is constrained +by + to be of sort Int, but the left side could be either Exp or Int. +When this occurs, we have multiple solutions to the sorts of the variables in +the rule. K will only choose solutions which are maximal, however. To be +precise, if two different solutions exist, but the sorts of one solution are +all greater than or equal to the sorts of the other solution, K will discard +the smaller solution. Thus, in the case above, the variable on the left side +of the + is inferred of sort Exp, because the solution (Exp, Int) is +strictly greater than the solution (Int, Int).

+

It is possible, however, for terms to have multiple maximal solutions:

+
k
syntax Exp ::= Exp "+" Int | Int "+" Exp | Int + rule I1 + I2 => 0 +
+

In this example, there is an ambiguous parse. This could parse as either +the first + or the second. In the first case, the maximal solution chosen is +(Exp, Int). In the second, it is (Int, Exp). Neither of these solutions is +greater than the other, so both are allowed by K. As a result, this program +will emit an error because the parse is ambiguous. To pick one solution over +the other, a cast or a prefer or avoid attribute can be used.

+

Casting

+

There are three main types of casts in K: the semantic cast, the strict cast, +and the projection cast.

+

Semantic casts

+

For every sort S declared in your grammar, K will define the following +production for you for use in rules:

+
k
syntax S ::= S ":S" +
+

The meaning of this cast is that the term inside the cast must be less than +or equal to Sort. This can be used to resolve ambiguities, but its principle +purpose is to guide execution by telling K what sort variables must match in +order for the rule to apply. When compiled, it will generate a pattern that +matches on an injection into Sort.

+

Strict casts

+

K also introduces the strict cast:

+
k
syntax S ::= S "::S" +
+

The meaning at runtime is exactly the same as the semantic cast; however, it +restricts the sort of the term inside the cast to exactly Sort. That is +to say, if you use it on something that is a strictly smaller sort, it will +generate a type error. This is useful in certain circumstances to help +disambiguate terms, when a semantic cast would not have resolved the ambiguity. +As such, it is primarily used to solve ambiguities rather than to guide +execution.

+

Projection casts

+

K also introduces the projection cast:

+
k
syntax {S2} S ::= "{" S2 "}" ":>S" +
+

The meaning of this cast at runtime is that if the term inside is of sort +Sort, it should have it injection stripped away and the value inside is +returned as a term of static sort Sort. However, if the term is of a +different sort, it is an error and execution will get stuck. Thus the primary +usefulness of this cast is to cast the return value of a function with a +greater sort down to a strictly smaller sort that you expect the return value +of the function to have. For example:

+
k
syntax Exp ::= foo(Exp) [function] | bar(Int) | Int + rule foo(I:Int) => I + rule bar(I) => bar({foo(I +Int 1)}:>Int) +
+

Here we know that foo(I +Int 1) will return an Int, but the return sort of +foo is Exp. So we project the result into the Int sort so that it can +be placed as the child of a bar.

+

owise and priority attributes.

+

Sometimes, it is simply not convenient to explicitly describe every +single negative case under which a rule should not apply. Instead, +we simply wish to say that a rule should only apply after some other set of +rules have been tried. K introduces two different attributes that can be +added to rules which will automatically generate the necessary matching +conditions in a manner which is performant for concrete execution (indeed, +it generally outperforms during concrete execution code where the conditions +are written explicitly).

+

The first is the owise attribute. Very roughly, rules without an attribute +indicating their priority apply first, followed by rules with the owise +attribute only if all the other rules have been tried and failed. For example, +consider the following function:

+
k
syntax Int ::= foo(Int) [function] +rule foo(0) => 0 +rule foo(_) => 1 [owise] +
+

Here foo(0) is defined explicitly as 0. Any other integer yields the +integer 1. In particular, the second rule above will only be tried after the +first rule has been shown not to apply.

+

This is because the first rule has a lower number assigned for its priority +than the second rule. In practice, each rule in your semantics is implicitly +or explicitly assigned a numerical priority. Rules are tried in increasing +order of priority, starting at zero and trying each increasing numerical value +successively.

+

You can specify the priority of a rule with the priority attribute. For +example, I could equivalently write the second rule above as:

+
k
rule foo(_) => 1 [priority(200)] +
+

The number 200 is not chosen at random. In fact, when you use the owise +attribute, what you are doing is implicitly setting the priority of the rule +to 200. This has a couple of implications:

+
    +
  1. Multiple rules with the owise attribute all have the same priority and thus +can apply in any order.
  2. +
  3. Rules with priority higher than 200 apply after all rules with the +owise attribute have been tried.
  4. +
+

There is one more rule by which priorities are assigned: a rule with no +attributes indicating its priority is assigned the priority 50. Thus, +with each priority explicitly declared, the above example looks like:

+
k
syntax Int ::= foo(Int) [function] +rule foo(0) => 0 [priority(50)] +rule foo(_) => 1 [owise] +
+

One final note: the llvm backend reserves priorities between 50 and 150 +inclusive for certain specific purposes. Because of this, explicit +priorities which are given within this region may not behave precisely as +described above. This is primarily in order that it be possible where necessary +to provide guidance to the pattern matching algorithm when it would otherwise +make bad choices about which rules to try first. You generally should not +give any rule a priority within this region unless you know exactly what the +implications are with respect to how the llvm backend orders matches.

+

Evaluation Strategy

+

strict and seqstrict attributes

+

The strictness attributes allow defining evaluation strategies without having +to explicitly make rules which implement them. This is done by injecting +heating and cooling rules for the subterms. For this to work, you need to +define what a result is for K, by extending the KResult sort.

+

For example:

+
k
syntax AExp ::= Int + | AExp "+" AExp [strict, klabel(addExp)] +
+

This generates two heating rules (where the hole syntaxes "[]" "+" AExp and +AExp "+" "[]" is automatically added to create an evaluation context):

+
k
rule [addExp1-heat]: <k> HOLE:AExp + AE2:AExp => HOLE ~> [] + AE2 ... </k> [heat] +rule [addExp2-heat]: <k> AE1:AExp + HOLE:AExp => HOLE ~> AE1 + [] ... </k> [heat] +
+

And two corresponding cooling rules:

+
k
rule [addExp1-cool]: <k> HOLE:AExp ~> [] + AE2 => HOLE + AE2 ... </k> [cool] +rule [addExp2-cool]: <k> HOLE:AExp ~> AE1 + [] => AE1 + HOLE ... </k> [cool] +
+

Note that the rules are given labels based on the klabel of the production, which +nonterminal is the hole, and whether it's the heating or the cooling rule.

+

You will note that these rules can apply one after another infinitely. In +practice, the KResult sort is used to break this cycle by ensuring that only +terms that are not part of the KResult sort will be heated. The heat and +cool attributes are used to tell the compiler that these are heating and +cooling rules and should be handled in the manner just described. Nothing stops +the user from writing such heating and cooling rules directly if they wish, +although we describe other more convenient syntax for most of the advanced +cases below.

+

One other thing to note is that in the above sentences, HOLE is just a +variable, but it has special meaning in the context of sentences with the +heat or cool attribute. In heating or cooling rules, the variable named +HOLE is considered to be the term being heated or cooled and the compiler +will generate isKResult(HOLE) and notBool isKResult(HOLE) side conditions +appropriately to ensure that the backend does not loop infinitely. The module +BOOL will also be automatically and privately included for semantic +purposes. The syntax for parsing programs will not be affected.

+

In order for this functionality to work, you need to define the KResult sort. +For instance, we tell K that a term is fully evaluated once it becomes an Int +here:

+
k
syntax KResult ::= Int +
+

Note that you can also say that a given expression is only strict only in +specific argument positions. Here we use this to define "short-circuiting" +boolean operators.

+
k
syntax KResult ::= Bool + +syntax BExp ::= Bool + | BExp "||" BExp [strict(1)] + | BExp "&&" BExp [strict(1)] + +rule <k> true || _ => true ... </k> +rule <k> false || REST => REST ... </k> + +rule <k> true && REST => REST ... </k> +rule <k> false && _ => false ... </k> +
+

If you want to force a specific evaluation order of the arguments, you can use +the variant seqstrict to do so. For example, this would make the boolean +operators short-circuit in their second argument first:

+
k
syntax KResult ::= Bool + +syntax BExp ::= Bool + | BExp "||" BExp [seqstrict(2,1)] + | BExp "&&" BExp [seqstrict(2,1)] + +rule <k> _ || true => true ... </k> +rule <k> REST || false => REST ... </k> + +rule <k> REST && true => REST ... </k> +rule <k> _ && false => false ... </k> +
+

This will generate rules like this in the case of _||_ (note that BE1 will +not be heated unless isKResult(BE2) is true, meaning that BE2 must be +evaluated first):

+
k
rule <k> BE1:BExp || HOLE:BExp => HOLE ~> BE1 || [] ... </k> [heat] +rule <k> HOLE:BExp || BE2:BExp => HOLE ~> [] || BE2 ... </k> requires isKResult(BE2) [heat] + +rule <k> HOLE:BExp ~> [] || BE2 => HOLE || BE2 ... </k> [cool] +rule <k> HOLE:BExp ~> BE1 || [] => BE1 || HOLE ... </k> [cool] +
+

Context Declaration

+

Sometimes more advanced evaluation strategies are needed. By default, the +strict and seqstrict attributes are limited in that they cannot describe +the context in which heating or cooling should occur. When this type of +control over the evaluation strategy is required, context sentences can be +used to simplify the process of declaring heating and cooling when it would be +unnecessarily verbose to write heating and cooling rules directly.

+

For example, if the user wants to heat a term if it exists under a foo +constructor if the term to be heated is of sort bar, one might write the +following context (with the optional label):

+
k
context [foo]: foo(HOLE:Bar) +
+

Once again, note that HOLE is just a variable, but one that has special +meaning to the compiler indicating the position in the context that should +be heated or cooled.

+

This will automatically generate the following sentences:

+
k
rule [foo-heat]: <k> foo(HOLE:Bar) => HOLE ~> foo([]) ... </k> [heat] +rule [foo-cool]: <k> HOLE:Bar ~> foo([]) => foo(HOLE) ... </k> [cool] +
+

The user may also write the K cell explicitly in the context declaration +if they want to match on another cell as well, for example:

+
k
context <k> foo(HOLE:Bar) ... </k> <state> .Map </state> +
+

This context will now only heat or cool if the state cell is empty.

+

Side conditions in context declarations

+

The user is allowed to write a side condition in a context declaration, like +so:

+
k
context foo(HOLE:Bar) requires baz(HOLE) +
+

This side condition will be appended verbatim to the heating rule that is +generated, however, it will not affect the cooling rule that is generated:

+
k
rule <k> foo(HOLE:Bar) => HOLE ~> foo([]) ... </k> requires baz(HOLE) [heat] +rule <k> HOLE:Bar ~> foo([]) => foo(HOLE) ... </k> [cool] +
+

Rewrites in context declarations

+

The user can also include exactly one rewrite operation in a context +declaration if that rule rewrites the variable HOLE on the left hand side +to a term containing HOLE on the right hand side. For exampl;e:

+
k
context foo(HOLE:Bar => bar(HOLE)) +
+

In this case, the code generated will be as follows:

+
k
rule <k> foo(HOLE:Bar) => bar(HOLE) ~> foo([]) ... </k> [heat] +rule <k> bar(HOLE:Bar) ~> foo([]) => foo(HOLE) ... </k> [cool] +
+

This can be useful if the user wishes to evaluate a term using a different +set of rules than normal.

+

result attribute

+

Sometimes it is necessary to be able to evaluate a term to a different sort +than KResult. This is done by means of adding the result attribute to +a strict production, a context, or an explicit heating or cooling rule:

+
k
syntax BExp ::= Bool + | BExp "||" BExp [seqstrict(2,1), result(Bool)] +
+

In this case, the sort check used by seqstrict and by the heat and cool +attributes will be isBool instead of isKResult. This particular example +does not really require use of the result attribute, but if the user wishes +to evaluate a term of sort KResult further, the result attribute would be +required.

+

hybrid attribute

+

In certain situations, it is desirable to treat a particular production which +has the strict attribute as a result if the term has had its arguments fully +evaluated. This can be accomplished by means of the hybrid attribute:

+
k
syntax KResult ::= Bool + +syntax BExp ::= Bool + | BExp "||" BExp [strict(1), hybrid] +
+

This attribute is equivalent in this case to the following additional axiom +being added to the definition of isKResult:

+
k
rule isKResult(BE1:BExp || BE2:BExp) => true requires isKResult(BE1) +
+

Sometimes you wish to declare a production hybrid with respect to a predicate +other than isKResult. You can do this by specifying a sort as the body of the +hybrid attribute, e.g.:

+
k
syntax BExp ::= BExp "||" BExp [strict(1), hybrid(Foo)] +
+

generates the rule:

+
k
rule isFoo(BE1:BExp || BE2:BExp) => true requires isFoo(BE1) +
+

Properly speaking, hybrid takes an optional comma-separated list of sort +names. If the list is empty, the attribute is equivalent to hybrid(KResult). +Otherwise, it generates hybrid predicates for exactly the sorts named.

+

Context aliases

+

Sometimes it is necessary to define a fairly complicated evaluation strategy +for a lot of different operators. In this case, the user could simply write +a number of complex context declarations, however, this quickly becomes +tedious. For this purpose, K has a concept called a context alias. A context +alias is a bit like a template for describing contexts. The template can then +be instantiated against particular productions using the strict and +seqstrict attributes.

+

Here is a (simplified) example taken from the K semantics of C++:

+
k
context alias [c]: <k> HERE:K ... </k> <evaluate> false </evaluate> +context alias [c]: <k> HERE:K ... </k> <evaluate> true </evaluate> [result(ExecResult)] + +syntax Expr ::= Expr "=" Init [strict(c; 1)] +
+

This defines the evaluation strategy during the translation phase of a C++ +program for the assignment operator. It is equivalent to writing the following +context declarations:

+
k
context <k> HOLE:Expr = I:Init ... </k> <evaluate> false </evaluate> +context <k> HOLE:Expr = I:Init ... </k> <evaluate> true </evaluate> [result(ExecResult)] +
+

What this is saying is, if the evaluate cell is false, evaluate the term +like normal to a KResult. But if the evaluate cell is true, instead +evaluate it to the ExecResult sort.

+

Essentially, we have given a name to this evaluation strategy in the form of +the rule label on the context alias sentences (in this case, c). We can +then say that we want to use this evaluation strategy to evaluate particular +arguments of particular productions by referring to it by name in a strict +attribute. For example, strict(c) will instantiate these contexts once for +each argument of the production, whereas strict(c; 1) will instantiate it +only for the first argument. The special variable HERE is used to tell the +compiler where you want to place the production that is to be heated or cooled.

+

You can also specify multiple context aliases for different parts of a production, +for example:

+
k
syntax Exp ::= foo(Exp, Exp) [strict(left; 1; right; 2)] +
+

This says that we can evaluate the left and right arguments in either order, but to evaluate +the left using the left context alias and the right using the right context alias.

+

We can also say seqstrict(left; 1; right; 2), in which case we additionally must evaluate +the left argument before the right argument. Note, all strict positions are considered collectively +when determining the evaluation order of seqstrict or the hybrid predicates.

+

A strict attribute with no rule label associated with it is equivalent to +a strict attribute given with the following context alias:

+
k
context alias [default]: <k> HERE:K ... </k> +
+

One syntactic convenience that is provided is that if you wish to declare the following context:

+
k
context foo(HOLE => bar(HOLE)) +
+

you can simply write the following:

+
k
syntax Foo ::= foo(Bar) [strict(alias)] + +context alias [alias]: HERE [context(bar)] +
+

Pattern Matching

+

As Patterns

+

New syntax has been added to K for matching a pattern and binding the resulting +match in its entirety to a variable.

+

The syntax is:

+
Pattern #as V::Var
+
+

In this case, Pattern, including any variables, is matched and the resulting +variables are added to the substitution if matching succeeds. Furthermore, the +term matched by Pattern is added to the substitution as V.

+

This code can also be used outside of any rewrite, in which case matching +occurs as if it appeared on the left hand side, and the right hand side becomes +a variable corresponding to the alias.

+

It is an error to use an as pattern on the right hand side of a rule.

+

Record-like KApply Patterns

+

We have added a syntax for matching on KApply terms which mimics the record +syntax in functional languages. This allows us to more easily express patterns +involving a KApply term in which we don't care about some or most of the +children, without introducing a dependency into the code on the number of +arguments which could be changed by a future refactoring.

+

The syntax is:

+
record(... field1: Pattern1, field2: Pattern2)
+
+

Note that this only applies to productions that are prefix productions. +A prefix production is considered by the implementation to be any production +whose production items match the following regular expression:

+
(Terminal(_)*) Terminal("(")
+(NonTerminal (Terminal(",") NonTerminal)* )?
+Terminal(")")
+
+

In other words, any sequence of terminals followed by an open parenthesis, an +optional comma separated list of non-terminals, and a close parenthesis.

+

If a prefix production has no named nonterminals, a record(...) syntax is +allowed, but in order to reference specific fields, it is necessary to give one +or more of the non-terminals in the production names.

+

Note: because the implementation currently creates one production per possible +set of fields to match on, and because all possible permutations of all +possible subsets of a list of n elements is a number that scales factorially +and reaches over 100 thousand productions at n=8, we currently do not allow +fields to be matched in any order like a true record, but only in the same +order as appears in the production itself.

+

Given that this only reduces the number of productions to the size of the power +set, this will still explode the parsing time if we create large productions of +10 or more fields that all have names. This is something that should probably +be improved, however, productions with that large of an arity are rare, and +thus it has not been viewed as a priority.

+

Or Patterns

+

Sometimes you wish to express that a rule should match if one out of multiple +patterns should match the same subterm. We can now express this in K by means +of using the #Or ML connective on the left hand side of a rule.

+

For example:

+
k
rule foo #Or bar #Or baz => qux +
+

Here any of foo, bar, or baz will match this rule. Note that the behavior is +ill-defined if it is not the case that all the clauses of the or have the same +bound variables.

+

Matching global context in function rules

+

On occasion it is highly desirable to be able to look up information from the +global configuration and match against it when evaluating a function. For this +purpose, we introduce a new syntax for function rules.

+

This syntax allows the user to match on function context from within a +function rule:

+
k
syntax Int ::= foo(Int) [function] + +rule [[ foo(0) => I ]] + <bar> I </bar> + +rule something => foo(0) +
+

This is completely desugared by the K frontend and does not require any special +support in the backend. It is an error to have a rewrite inside function +context, as we do not currently support propagating such changes back into the +global configuration. It is also an error if the context is not at the top +level of a rule body.

+

Desugared code:

+
k
syntax Int ::= foo(Int, GeneratedTopCell) [function] + +rule foo(0, <generatedTop> + <bar> I </bar> + ... + </generatedTop> #as Configuration) => I +rule <generatedTop> + <k> something ... </k> + ... + </generatedTop> #as Configuration + => <generatedTop> + <k> foo(0, Configuration> ... </k> + ... + </generatedTop> +
+

Collection patterns

+

It is allowed to write patterns on the left hand side of rules which refer to +complex terms of sort Map, List, and Set, despite these patterns ostensibly +breaking the rule that terms which are functions should not appear on the left +hand side of rules. Such terms are destructured into pattern matching +operations.

+

The following forms are allowed:

+
// 0 or more elements followed by 0 or 1 variables of sort List followed by
+// 0 or more elements
+ListItem(E1) ListItem(E2) L:List ListItem(E3) ListItem(E4)
+
+// the empty list
+.List
+
+// 0 or more elements in any order plus 0 or 1 variables of sort Set
+// in any order
+SetItem(K1) SetItem(K2) S::Set SetItem(K3) SetItem(K4)
+
+// the empty set
+.Set
+
+// 0 or more elements in any order plus by 0 or 1 variables of sort Map
+// in any order
+K1 |-> E1 K2 |-> E2 M::Map K3 |-> E3 K4 |-> E4
+
+// the empty map
+.Map
+
+

Here K1, K2, K3, K4 etc can be any pattern except a pattern containing both +function symbols and unbound variables. An unbound variable is a variable whose +binding cannot be determined by means of decomposing non-set-or-map patterns or +map elements whose keys contain no unbound variables.

+

This is determined recursively, ie, the term K1 |-> E2 E2 |-> E3 E3 |-> E4 is +considered to contain no unbound variables.

+

Note that in the pattern K1 |-> E2 K3 |-> E4 E4 |-> E5, K1 and K3 are +unbound, but E4 is bound because it is bound by deconstructing the key E3, even +though E3 is itself unbound.

+

In the above examples, E1, E2, E3, and E4 can be any pattern that is normally +allowed on the lhs of a rule.

+

When a map or set key contains function symbols, we know that the variables in +that key are bound (because of the above restriction), so it is possible to +evaluate the function to a concrete term prior to performing the lookup.

+

Indeed, this is the precise semantics which occurs; the function is evaluated +and the result is looked up in the collection.

+

For example:

+
k
syntax Int ::= f(Int) [function] +rule f(I:Int) => I +Int 1 +rule <k> I:Int => . ... </k> <state> ... SetItem(f(I)) ... </state> +
+

This will rewrite I to . if and only if the state cell contains +I +Int 1.

+

Note that in the case of Set and Map, one guarantee is that K1, K2, K3, and K4 +represent /distinct/ elements. Pattern matching fails if the correct number of +distinct elements cannot be found.

+

Matching on cell fragments

+

K allows matching fragments of the configuration and using them to construct +terms and use as function parameters.

+
k
configuration <t> + <k> #init ~> #collectOdd ~> $PGM </k> + <fs> + <f multiplicity="*" type="Set"> 1 </f> + </fs> + </t> +
+

The #collectOdd construct grabs the entire content of the <fs> cell. +We may also match on only a portion of its content. Note that the fragment +must be wrapped in a <f> cell at the call site.

+
k
syntax KItem ::= "#collectOdd" +rule <k> #collectOdd => collectOdd(<fs> Fs </fs>) ... </k> + <fs> Fs </fs> +
+

The collectOdd function collects the items it needs

+
k
syntax Set ::= collectOdd(FsCell) [function] +rule collectOdd(<fs> <f> I </f> REST </fs>) => SetItem(I) collectOdd(<fs> REST </fs>) requires I %Int 2 ==Int 1 +rule collectOdd(<fs> <f> I </f> REST </fs>) => collectOdd(<fs> REST </fs>) requires I %Int 2 ==Int 0 +rule collectOdd(<fs> .Bag </fs>) => .Set +
+

all-path and one-path attributes to distinguish reachability claims

+

As the Haskell backend can handle both one-path and all-path reachability +claims, but both these are encoded as rewrite rules in K, these attributes can +be used to clarify what kind of claim a rule is.

+

In addition of being able to annotate a rule with one of them +(if annotating with more at the same time, only one of them would be chosen), +one can also annotate whole modules, to give a default claim type for all rules +in that module.

+

Additionally, the Haskell backend introduces an extra command line option +for the K frontend, --default-claim-type, with possible values +all-path and one-path to allow choosing a default type for all +claims.

+

Set Variables

+

Motivation

+

Set variables were introduced as part of Matching Mu Logic, the mathematical +foundations for K. In Matching Mu Logic, terms evaluate to sets of values. +This is useful for both capturing partiality (as in 3/0) and capturing +non-determinism (as in 3 #Or 5). Consequently, symbol interpretation is +extended to have a collective interpretation over sets of input values.

+

Usually, K rules are given using regular variables, which expect that the term +they match is both defined and has a unique interpretation.

+

However, it is sometimes useful to have simplification rules which work over +any kind of pattern, be it undefined or non-deterministic. This behavior can be +achieved by using set variables to stand for any kind of pattern.

+

Syntax

+

Any variable prefixed by @ will be considered a set variable.

+

Example

+

Below is a simplification rule which motivated this extension:

+
  rule #Ceil(@I1:Int /Int @I2:Int) =>
+    {(@I2 =/=Int 0) #Equals true} #And #Ceil(@I1) #And #Ceil(@I2)
+    [anywhere]
+
+

This rule basically says that @I1:Int /Int @I2:Int is defined if @I1 and +@I2 are defined and @I2 is not 0. Using sets variables here is important as +it allows the simplification rule to apply any symbolic patterns, without +caring whether they are defined or not.

+

This allows simplifying the expression #Ceil((A:Int /Int B:Int) / C:Int) to:

+
{(C =/=Int 0) #Equals true} #And #Ceil(C) #And ({(B =/=Int 0) #Equals true}
+#And #Ceil(B) #And #Ceil(A)`
+
+

See kframework/kore#729 for +more details.

+

SMT Translation

+

K makes queries to an SMT solver (Z3) to discharge proof obligations when doing +symbolic execution. You can control how these queries are made using the +attributes smtlib, smt-hook, and smt-lemma on declared productions. +These attributes guide the prover when it tries to apply rules to discharge a +proof obligation.

+
    +
  • smt-hook(...) allows you to specify a term in SMTLIB2 format which should +be used to encode that production, and assumes that all symbols appearing in +the term are already declared by the SMT solver.
  • +
  • smtlib(...) allows you to declare a new SMT symbol to be used when that +production is sent to Z3, and gives it uninterpreted function semantics.
  • +
  • smt-lemma can be applied to a rule to encode it as a conditional equality +when sending queries to Z3. A rule rule LHS => RHS requires REQ will be +encoded as the conditional equality (=> REQ (= (LHS RHS)). Every symbol +present in the rule must have an smt-hook(...) or smtlib(...) attribute.
  • +
+
k
syntax Int ::= "~Int" Int [function, klabel(~Int_), symbol, + smtlib(notInt)] + | Int "^%Int" Int Int [function, klabel(_^%Int__), symbol, + smt-hook((mod (^ #1 #2) #3))] +
+

In the example above, we declare two productions ~Int_ and _^%Int__, and +tell the SMT solver to:

+
    +
  • use uninterpreted function semantics for ~Int_ via SMTLIB2 symbol +notInt, and
  • +
  • use the SMTLIB2 term (mod (^ #1 #2) #3) (where #N marks the Nth +production non-terminal argument positions) for _^%Int__, where mod and +^ already are declared by the SMT solver.
  • +
+

Caution

+

Set variables are currently only supported by the Haskell backend. +The use of rules with set variables should be sound for all other backends +which just execute by rewriting, however it might not be safe for backends +which want to guarantee coverage.

+

Variables occurring only in the RHS of a rule

+

This section presents possible scenarios requiring variables to only appear in +the RHS of a rule.

+

Summary

+

Except for ? variables and ! (fresh) variables, which are +required to only appear in the RHS of a rule, all other variables must +also appear in the LHS of a rule. This restriction also applies to anonymous +variables; in particular, for claims, ?_ (not _) should be used in the RHS +to indicate that something changes but we don't care to what value.

+

To support specifying random-like behavior, the above restriction can be relaxed +by annotating a rule with the unboundVariables attribute whenever the rule +intentionally contains regular variables only occurring in the RHS.

+

Introduction

+

K uses question mark variables of the form ?X to refer to +existential variables, and uses ensures to specify logical constraints on +those variables. +These variables are only allowed to appear in the RHS of a K rule.

+

If the rules represent rewrite (semantic) steps or verification claims, +then the ? variables are existentially quantified at the top of the RHS; +otherwise, if they represent equations, the ? variables are quantified at the +top of the entire rule.

+

Note that when both ?-variables and regular variables are present, +regular variables are (implicitly) universally quantified on top of the rule +(already containing the existential quantifications). +This essentially makes all ? variables depend on all regular variables.

+

All examples below are intended more for program verification / +symbolic execution, and thus concrete implementations might choose to ignore +them altogether or to provide ad-hoc implementations for them.

+

Example: Verification claims

+

Consider the following definition of a (transition) system:

+
k
module A + rule foo => true + rule bar => true + rule bar => false +endmodule +
+

Consider also, the following specification of claims about the definition above:

+
k
module A-SPEC + rule [s1]: foo => ?X:Bool + rule [s2]: foo => X:Bool [unboundVariables(X)] + rule [s3]: bar => ?X:Bool + rule [s4]: bar => X:Bool [unboundVariables(X)] +endmodule +
+
One-path interpretation
+
    +
  • (s1) says that there exists a path from foo to some boolean, which is +satisfied easily using the foo => true rule
  • +
  • (s3) says the same thing about bar and can be satisfied by either of +bar => true and bar => false rules
  • +
  • (s2) and (s4) can be better understood by replacing them with instances for +each element of type Bool, which can be interpreted that +both true and false are reachable from foo for (s2), or bar for (s4), +respectively. +
      +
    • (s2) cannot be verified as we cannot find a path from foo to false.
    • +
    • (s4) can be verified by using bar => true to show true is reachable and +bar => false to achieve the same thing for false
    • +
    +
  • +
+
All-path interpretation
+
    +
  • +

    (s1) says that all paths from foo will reach some boolean, which is +satisfied by the foo => true rule and the lack of other rules for foo

    +
  • +
  • +

    (s3) says the same thing about bar and can be satisfied by checking that +both bar => true and bar => false end in a boolean, and there are no +other rules for bar

    +
  • +
  • +

    (s2) and (s4) can be better understood by replacing them with instances for +each element of type Bool, which can be interpreted that +both true and false are reachable in all paths originating in +foo for (s2), or bar for (s4), respectively. +This is a very strong claim, requiring that all paths originating in +foo (bar) pass through both true and false, +so neither (s2) nor (s4) can be verified.

    +

    Interestingly enough, adding a rule like false => true would make both +(s2) and (s4) hold.

    +
  • +
+

Example: Random Number Construct rand()

+

The random number construct rand() is a language construct which could be +easily conceived to be part of the syntax of a programming language:

+
k
Exp ::= "rand" "(" ")" +
+

The intended semantics of rand() is that it can rewrite to any integer in +a single step. This could be expressed as the following following infinitely +many rules.

+
k
rule rand() => 0 +rule rand() => 1 +rule rand() => 2 + ... ... +rule rand() => (-1) +rule rand() => (-2) + ... ... +
+

Since we need an instance of the rule for every integer, one could summarize +the above infinitely many rules with the rule

+
rule rand() => I:Int [unboundVariables(I)]
+
+

Note that I occurs only in the RHS in the rule above, and thus the rule +needs the unboundVariables(I) attribute to signal that this is intentionally.

+

One can define variants of rand() by further constraining the output variable +as a precondition to the rule.

+
Rand-like examples
+
    +
  1. +

    randBounded(M,N) can rewrite to any integer between M and N

    +
    k
    syntax Exp ::= randBounded(Int, Int) +rule randBounded(M, N) => I + requires M <=Int I andBool I <=Int N + [unboundVariables(I)] +
    +
  2. +
  3. +

    randInList(Is) takes a list Is of items +and can rewrite in one step to any item in Is.

    +
    k
    syntax Exp ::= randInList (List) +rule randInList(Is) => I + requires I inList Is + [unboundVariables(I)] +
    +
  4. +
  5. +

    randNotInList(Is) takes a list Is of items +and can rewrite in one step to any item not in Is.

    +
    k
    syntax Exp ::= randNotInList (List) +rule randNotInList(Is) => I + requires notBool(I inList Is) + [unboundVariables(I)] +
    +
  6. +
  7. +

    randPrime(), can rewrite to any prime number.

    +
    k
    syntax Exp ::= randPrime () +rule randPrime() => X:Int + requires isPrime(X) + [unboundVariables(X)] +
    +

    where isPrime(_) is a predicate that can be defined in the usual way.

    +
  8. +
+

Note 1: all above are not function symbols, but language constructs.

+

Note 2: Currently the frontend does not allow rules with universally quantified +variables in the RHS which are not bound in the LHS.

+

Note 3. Allowing these rules in a concrete execution engine would require an +algorithm for generating concrete instances for such variables, satisfying the +given constraints; thus the unboundVariables attribute serves two purposes:

+
    +
  • to allow such rules to pass the variable checks, and
  • +
  • to signal (concrete execution) backends that specialized algorithm would be +needed to instantiate these variables.
  • +
+

Example: Fresh Integer Construct fresh(Is)

+

The fresh integer construct fresh(Is) is a language construct.

+
Exp ::= ... | "fresh" "(" List{Int} ")"
+
+

The intended semantics of fresh(Is) is that it can always rewrite to an +integer that in not in Is.

+

Note that fresh(Is) and randNotInList(Is) are different; the former +does not need to be able to rewrite to every integers not in Is, +while the latter requires so.

+

For example, it is correct to implement fresh(Is) so it always returns the +smallest positive integer that is not in Is, but same implementation for +randNotInList(Is) might be considered inadequate. +In other words, there exist multiple correct implementations of fresh(Is), +some of which may be deterministic, but there only exists a unique +implementation of randNotInList(Is). +Finally, note that randNotInList(Is) is a correct implementation +for fresh(Is); Hence, concrete execution engines can choose to handle +such rules accordingly.

+

We use the following K syntax to define fresh(Is)

+
k
syntax Exp ::= fresh (List{Int}) +rule fresh(Is:List{Int}) => ?I:Int + ensures notBool (?I inList{Int} Is) +
+

A variant of this would be a choiceInList(Is) language construct which would +choose some number from a list:

+
k
syntax Exp ::= choiceInList (List{Int}) +rule choiceInList(Is:List{Int}) => ?I:Int + ensures ?I inList{Int} Is +
+

Note: This definition is different from one using a ! variable to indicate +freshness because using ! is just syntactic sugar for generating globally +unique instances and relies on a special configuration cell, and cannot be +constrained, while the fresh described here is local and can be constrained. +While the first is more appropriate for concrete execution, this might be +better for symbolic execution / program verification.

+

Example: Arbitrary Number (Unspecific Function) arb()

+

The function arb() is not a PL construct, but a mathematical function. +Therefore, its definition should not be interpreted as an execution step, but +rather as an equality.

+

The intended semantics of arb() is that it is an unspecified nullary function. +The exact return value of arb() is unspecified in the semantics but up to the +implementations. +However, being a mathematical function, arb() must return the same value in +any one implementation.

+

We do not need special frontend syntax to define arb(). +We only need to define it in the usual way as a function +(instead of a language construct), and provide no axioms for it. +The total attribute ensures that the function is total, i.e., +that it evaluates to precisely one value for each input.

+
Variants
+

There are many variants of arb(). For example, arbInList(Is) is +an unspecified function whose return value must be an element from Is.

+

Note that arbInList(Is) is different from choiceInList(Is), because +choiceInList(Is) transitions to an integer in Is (could be a different one +each time it is used), while arbInList(Is) is equal to a (fixed) +integer not in Is.

+

W.r.t. the arb variants, we can use ? variables and the function +annotation to signal that we're defining a function and the value of the +function is fixed, but non-determinate.

+
k
syntax Int ::= arbInList(List{Int}) [function] +rule arbInList(Is:List{Int}) => ?I:Int + ensures ?I inList{Int} Is +
+

If elimination of existentials in equational rules is needed, one possible +approach would be through Skolemization, +i.e., replacing the ? variable with a new uninterpreted function depending +on the regular variables present in the function.

+

Example: Interval (Non-function Symbols) interval()

+

The symbol interval(M,N) is not a PL construct, nor a function in the +first-order sense, but a proper matching-logic symbol, whose interpretation is +in the powerset of its domain. +Its axioms will not use rewrites but equalities.

+

The intended semantics of interval(M,N) is that it equals the set of +integers that are larger than or equal to M and smaller than or equal to N.

+

Since expressing the axiom for interval requires an an existential +quantification on the right-hand-side, thus making it a non-total symbol +defined through an equation, using ? variables might be confusing since their +usage would be different from that presented in the previous sections.

+

Hence, the proposal to support this would be to write this as a proper ML rule. +A possible syntax for this purpose would be:

+
eq  interval(M,N)
+    ==
+    #Exists X:Int .
+        (X:Int #And { X >=Int M #Equals true } #And { X <=Int N #Equals true })
+
+

Additionally, the symbol declaration would require a special attribute to +signal the fact that it is not a constructor but a defined symbol.

+

Since this feature is not clearly needed by K users at the moment, it is only +presented here as an example; its implementation will be postponed for such time +when its usefulness becomes apparent.

+

Parser Generation

+

In addition to on-the-fly parser generation using kast, K is capable of +ahead-of-time parser generation of LR(1) or GLR parsers using Flex and Bison. +This can be done one of two different ways.

+
    +
  1. You can explicitly request for a particular parser to be generated by +invoking kast --gen-parser <outputFile> or +kast --gen-glr-parser <outputFile> respectively. kast will then create a +parser based on the same command line flags that govern on-the-fly parsing, +like -s to specify the starting sort, and -m to specify the module to +parse under. By default, this generates a parser for the sort of the $PGM +configuration variable in the main syntax module of the definition.
  2. +
  3. You can request that a specific set of parsers be generated for all the +configuration variables of your definition by passing the +--gen-bison-parser or --gen-glr-bison-parser flags to kompile. +kompile will decide the sorts to use as start symbols based on the sorts +in the configuration declaration for the configuration variables. The $PGM +configuration variable will be generated based on the main syntax module +of the definition. The user must explicitly annotate the configuration +declaration with the other modules to use to parse the other configuration +variables as attributes. For example, if I have the following cell in the +configuration declaration: <cell> foo($FOO:Foo, $BAR:Bar) </cell>, +One might annotate it with the attribute pair parser="FOO, TEST; BAR, TEST2" +to indicate that configuration variable $FOO should be parsed in the +TEST module, and configuration variable $BAR should be parsed in the +TEST2 module. If the user forgets to annotate the declaration with the +parser attribute, only the $PGM parser will be generated.
  4. +
+

Bison-generated parsers are extremely fast compared to kast, but they have +some important limitations:

+
    +
  • Bison parsers will always output Kore. You can then pass the resulting AST +directly to llvm-krun or kore-exec and bypass the krun frontend, making +them very fast, but lower-level.
  • +
  • Bison parsers do not yet support macros. This may change in a future release. +Note that you can use anywhere rules instead of macros in most cases to get +around this limitation, although they will not benefit from unparsing via the +alias attribute.
  • +
  • Obligation falls on the user to ensure that the grammar they write is LR(1) +if they choose to use LR(1) parsing. If this does not happen, the parser +generated will have shift/reduce or reduce/reduce conflicts and the parser +may behave differently than kast would (kast is a GLL parser, ie, it +is based on LL parsers and parses all unambiguous context-free grammars). +K provides an attribute, not-lr1, which can be applied to modules known to +not be LR(1), and will trigger a warning if the user attempts to generate an +LR(1) parser which recursively imports that module.
  • +
  • If you are using LR(1) based parsing, the prefer and avoid attributes are +ignored. It is only possible to implement these attributes by means of +generalized LL or LR parsing and a postprocessing on the AST to remove the +undesirable ambiguity.
  • +
  • Obligation falls on the user to ensure that the grammar they write has as +few conflicts as possible if they are using GLR parsing. Bison's GLR support +is quite primitive, and in the worst case it can use exponential space and +time to parse a program, which generally leads the generated parser to report +"memory exhausted", indicating that the parse could not be completed within +the stack space allocated by Bison. It's best to ensure that the grammar is +as close to LR(1) as possible and only utilizes conflicts where absolutely +necessary. One tool that can be used to facilitate this is to pass +--bison-lists to kompile. This will disable support for the List{Sort} +syntax production, and it will make NeList{Sort} left associative, but the +resulting productions generated for NeList{Sort} will be LR(1) and use bounded +stack space.
  • +
  • If the grammar you are parsing is context-sensitive (for example, because +it requires a symbol table to parse), one thing you can do to make this +language parse in K is to implement the language as an ambiguous grammar. +Bison's GLR parser will generate an amb production that is parametric in +the sort of the ambiguity. You can then import the K-AMBIGUITIES module +and use rewriting to resolve the ambiguities using whatever preprocessing +mechanisms you prefer.
  • +
+

Location Information

+

K is able to insert file, line, and column metadata into the parse tree on a +per-sort basis when parsing using a bison-generated parser. To enable this, +mark the sort with the locations attribute.

+
k
syntax Exp [locations] + syntax Exp ::= Exp "/" Exp | Int +
+

K implicitly wraps productions of these sorts in a #location term (see the +K-LOCATIONS module in kast.md). The metadata can thus be accessed with +ordinary rewrite rules:

+
k
rule #location(_ / 0, File, StartLine, _StartColumn, _EndLine, _EndColumn) => + "Error: Division by zero at " +String File +String ":" Int2String(StartLine) +
+

Sometimes it is desirable to allow code to be written in a file which +overwrites the current location information provided by the parser. This can be +done via a combination of the #LineMarker sort and the --bison-file flag to +the parser generator. If you declare a production of sort #LineMarker which +contains a regular expression terminal, this will be treated as a +line marker by the bison parser. The user will then be expected to provide +an implementation of the parser for the line marker in C. The function expected +by the parser has the signature void line_marker(char *, yyscan_t), where +yyscan_t is a +reentrant flex scanner. +The string value of the line marker token as specified by your regular +expression can be found in the first parameter of the function, and you can +set the line number used by the scanner using yyset_lineno(int, yyscan_t). If +you declare the variable extern char *filename, you can also set the current +file name by writing a malloc'd, zero-terminated string to that variable.

+

Unparsing

+

A number of factors go into how terms are unparsed in K. Here we describe some +of the features the user can use to control how unparsing happens.

+

Brackets

+

One of the phases that the unparser goes through is to insert productions +tagged with the bracket attribute where it believes this is necessary +in order to create a correct string that will be parsed back into the original +AST. The most common case of this is in expression grammars. For example, +consider the following grammar:

+
k
syntax Exp ::= Int + | Exp "*" Exp + > Exp "+" Exp +
+

Here we have declared that expressions can contain integer addition and +multiplication, and that multiplication binds tighter than addition. As a +result, when writing a program, if we want to write an expression that first +applies addition, then multiplication, we must use brackets: (1 + 2) * 3. +Similarly, if we have such an AST, we must insert brackets into the AST +in order to faithfully unparse the term in a manner that will be parsed back +into the same ast, because if we do not, we end up unparsing the term as +1 + 2 * 3, which will be parsed back as 1 + (2 * 3) because of the priority +declaration in the grammar.

+

You can control how the unparser will insert such brackets by adding a +production with the bracket attribute and the correct sort. For example, if, +instead of parentheses, you want to use curly braces, you could write:

+
k
syntax Exp ::= "{" Exp "}" [bracket] +
+

This would signal to the unparser how brackets should look for terms of sort +Exp, and it will use this syntax when unparsing terms of sort Exp.

+

Commutative collections

+

One thing that K will do (unless you pass the --no-sort-collections flag to +krun) is to sort associative, commutative collections (such as Set and Map) +alphanumerically. For example, if I have a collection whose keys are sort Id +and they have the values a, b, c, and d, then unparsing will always print +first the key a, then b, then c, then d, because this is the alphabetic order +of these keys when unparsed.

+

Furthermore, K will sort numeric keys numerically. For example, if I have a +collection whose keys are 1, 2, 5, 10, 30, it will first display 1, then 2, +then 5, then 10, then 30, because it will sort these keys numerically. Note +that this is different than an alphabetic sort, which would sort them as +1, 10, 2, 30, 5. We believe the former is more intuitive to users.

+

Substitution filtering

+

K will remove substitution terms corresponding to anonymous variables when +using the --pattern flag if those anonymous variables provide no information +about the named variables in your serach pattern. You can disable this behavior +by passing --no-substitution-filtering to krun. When this flag is not passed, +and you are using the Haskell backend, any equality in a substitution (ie, an +#Equals under an #And under an #Or), will be hidden from the user if the +left hand side is a variable that was anonymous in the --pattern passed by +the user, unless that variable appears elsewhere in the substitution. If you +want to see that variable in the substitution, you can either disable this +filtering, or give that variable a name in the original search pattern.

+

Variable alpha renaming

+

K will automatically rename variables that appear in the output configuration. +Similar to commutative collections, this is done to normalize the resulting +configuration so that equivalent configurations will be printed identically +regardless of how they happen to be reached. This pass can be disabled by +passing --no-alpha-renaming to krun.

+

Macro expansion

+

K will apply macros in reverse on the output configuration if the macro was +created with the alias or alias-rec attribute. See the section on macro +expansion for more details.

+

Formatting

+

format attribute

+

K allows you to control how terms are unparsed using the format attribute. +By default, a domain value is unparsed by printing its string value verbatim, +and an application pattern is unparsed by printing its terminals and children +in the sequence implied by its concrete syntax, separated by spaces. However, +K gives you complete control over how you want to unparse the symbol.

+

A format attribute is a string containing zero or more escape sequences that +tell K how to unparse the symbol. Escape sequences begin with a '%' and are +followed by either an integer, or a single non-digit character. Below is a +list of escape sequences recognized by the formatter:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Escape SequenceMeaning
nInsert '\n' followed by the current indentation level
iIncrease the current indentation level by 1
dDecrease the current indentation level by 1
cMove to the next color in the list of colors for this production
rReset color to the default foreground color for the terminal (See below for more information on how colors work)
an integerPrint a terminal or nonterminal from the production (See below for more information)
any other charPrint that character verbatim
+

Using the integer escape sequence

+

In the integer escape sequence %a, the integer a is treated as a 1-based +index into the terminals and nonterminals of the production.

+
    +
  • +

    If the offset refers to a terminal, move to the next color in the list of +colors for this production, print the value of that terminal, then reset the +color to the default foreground color for the terminal.

    +
  • +
  • +

    If the offset refers to a regular expression terminal, it is an error.

    +
  • +
  • +

    If the offset refers to a nonterminal, print the unparsed representation of +the corresponding child of the current term.

    +
  • +
+

color and colors attributes

+

K allows you to take advantage of ANSI terminal codes for foreground color +in order to colorize output pretty-printed by the unparser. This is controlled +via the color and colors attributes of productions. These attributes +combine with the format attribute to control how a term is colorized.

+

The first thing to understand about how colorization works is that the color +and colors attributes are used to construct a list of colors associated +with each production, and the format attribute then uses that list to choose +the color for each part of the production. For more information on how the +format attribute chooses a color from the list, see above, but essentially, +each terminal or %c in the format attribute advances the pointer in the list +by one element, and terminals and %r reset the current color to the default +foreground color of the terminal afterwards.

+

There are two ways you can construct a list of colors associated with a +production:

+
    +
  • +

    The color attribute creates the entire list all with the same color, as +specified by the value of the attribute. When combined with the default format +attribute, this will color all the terminals in that production that color, but +more advanced techniques can be used as well.

    +
  • +
  • +

    The colors attribute creates the list from a manual, comma-separated list +of colors. The attribute is invalid if the length of the list is not equal to +the number of terminals in the production plus the number of %c substrings in +the format attribute.

    +
  • +
+

Attributes Reference

+

Attribute Syntax Overview

+

In K, many different syntactic categories accept an optional trailing list of +keywords known as attributes. Attribute lists have two different syntaxes, +depending on where they occur. Each attribute also has a type which describes +where it may occur.

+

The first syntax is a square-bracketed ([]) list of words. This syntax is +available for following attribute types:

+
    +
  1. module attributes - may appear immediately after the module keyword
  2. +
  3. sort attributes - may appear immediately after a sort declaration
  4. +
  5. production attributes - may appear immediately after a BNF production +alternative
  6. +
  7. rule attributes - may appear immediately after a rule
  8. +
  9. context attributes - may appear immediately after a context or context +alias
  10. +
  11. context alias attributes - may appear immediately after a context alias
  12. +
  13. claim attributes - may appear immediately after a claim
  14. +
+

The second syntax is the XML attribute syntax, i.e., a space delemited list of +key-and-quoted-value pairs appearing inside the start tag of an XML element: +<element key1="value" key2="value2" ... > </element>. This syntax is +available for the following attribute types:

+
    +
  1. cell attributes - may appear inside of the cell start tag in +configuration declarations
  2. +
+

Unrecognized attributes are reported as an error. When we talk about +the type of an attribute, we mean a syntactic category to which an attribute +can be attached where the attribute has some semantic effect.

+

Attribute Index

+

We now provide an index of available attributes organized alphabetically with a +brief description of each. Note that the same attribute may appear in the index +multiple times to indicate its effect in different contexts or with/without +arguments. A legend describing how to interpret the index follows.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeBackendReference
alias-recprodallMacros and Aliases
aliasprodallMacros and Aliases
all-pathclaimhaskellall-path and one-path attributes to distinguish reachability claims
anywhereruleallanywhere rules
applyPriority(_)prodallSymbol priority and associativity
avoidprodallSymbol priority and associativity
binderprodallNo reference yet.
bracketprodallParametric productions and bracket attributes
color(_)prodallcolor and colors attributes
colors(_)prodallcolor and colors attributes
concretemodllvmsymbolic and concrete attribute
concrete(_)rulehaskellconcrete and symbolic attributes (Haskell backend)
concreterulehaskellconcrete and symbolic attributes (Haskell backend)
context(_)aliasallContext aliases
exit = ""cellallexit attribute
formatprodallformat attribute
freshGeneratorprodallfreshGenerator attribute
functionprodallfunction and total attributes
group(_)allallSymbol priority and associativity
hook(_)prodallNo reference yet
hybrid(_)prodallhybrid attribute
hybridprodallhybrid attribute
klabel(_)prodallklabel(_) and symbol attributes
latex(_)prodallNo reference yet
leftprodallSymbol priority and associativity
locationssortallLocation Information
macro-recprodallMacros and Aliases
macroprodallMacros and Aliases
memorulehaskellThe memo attribute
multiplicity = "_"cellallCollection Cells: multiplicity and type attributes
non-assocprodallSymbol priority and associativity
one-pathclaimhaskellall-path and one-path attributes to distinguish reachability claims
owiseruleallowise and priority attributes
prec(_)tokenallprec attribute
preferprodallSymbol priority and associativity
priority(_)ruleallowise and priority attributes
privatemodallprivate attribute
privateprodallpublic and private attribute
publicmodallNo reference yet.
publicprodallpublic and private attribute
result(_)ctxtallresult attribute
result(_)ruleallresult attribute
rightprodallSymbol priority and associativity
seqstrict(_)prodallstrict and seqstrict attributes
seqstrictprodallstrict and seqstrict attributes
simplificationrulehaskellsimplification attribute (Haskell backend)
simplification(_)rulehaskellsimplification attribute (Haskell backend)
smt-hook(_)prodhaskellSMT Translation
smtlib(_)prodhaskellSMT Translation
smt-lemmarulehaskellSMT Translation
strictprodallstrict and seqstrict attributes
strict(_)prodallstrict and seqstrict attributes
symbolicmodhaskellsymbolic and concrete attribute
symbolicrulehaskellconcrete and symbolic attributes (Haskell backend)
symbolic(_)rulehaskellconcrete and symbolic attributes (Haskell backend)
symbolprodallklabel(_) and symbol attributes
tokenprodalltoken attribute
tokensortalltoken attribute
totalprodallfunction and total attributes
trustedclaimhaskelltrusted attribute
type = "_"cellallCollection Cells: multiplicity and type attributes
unboundVariables(_)ruleallThe unboundVariables attribute
unusedprodallunused attribute
kastmodallSpecify that this module should only be included in KAST backends (Java backend).
koremodallSpecify that this module should only be included in Kore backends (Haskell/LLVM backend).
concretemodallSpecify that this module should only be included in concrete backends (LLVM backend).
symbolicmodallSpecify that this module should only be included in symbolic backends (Haskell/Java backend).
stream = "_"cellallSpecify that this cell should be hooked up to a stream, either stdin, stdout, or stderr.
+

Internal Attribute Index

+

Some attributes should not generally appear in user code, except in some +unusual or complex examples. Such attributes are typically generated by the +compiler and used internally. We list these attributes below as a reference for +interested readers:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeBackendReference
assocprodallassoc, comm, idem and unit attributes
commprodallassoc, comm, idem and unit attributes
digestmodallContains the hash of the textual contents of the module.
idemprodallassoc, comm, idem and unit attributes
unitprodallassoc, comm, idem and unit attributes
userListprodallIdentifies the desugared form of Lst ::= List{Elm,"delim"}
predicateprodallSpecifies the sort of a predicate label
elementprodallSpecifies the label of the elements in a list
bracketLabelprodallKeep track of the label of a bracket production since it can't have a klabel
injectiveprodallLabel a given production as injective (unique output for each input)
internalprodallProduction is reserved for internal use by the compiler
coolruleallstrict and seqstrict attributes
heatruleallstrict and seqstrict attributes
+

Index Legend

+
    +
  • +

    Name - the attribute's name (optionally followed by an underscore _ to indicate the attribute takes arguments)

    +
  • +
  • +

    Type - the syntactic categories where this attribute is not ignored; +the possible values are the types mentioned above or shorthands:

    +
      +
    1. all - short for any type except cell
    2. +
    3. mod - short for module
    4. +
    5. sort
    6. +
    7. prod - short for production
    8. +
    9. rule
    10. +
    11. ctxt - short for context or context alias
    12. +
    13. claim
    14. +
    15. cell
    16. +
    +
  • +
  • +

    Backend - the backends that do not ignore this attribute; possible values:

    +
      +
    1. all - all backends
    2. +
    3. llvm - the LLVM backend
    4. +
    5. haskell - the Haskell backend
    6. +
    +
  • +
  • +

    Effect - the attribute's effect (when it applies)

    +
  • +
+

Pending Documentation

+

Backend features not yet given documentation:

+
    +
  • Parser of KORE terms and definitions
  • +
  • Term representation of K terms
  • +
  • Hooked sorts and symbols
  • +
  • Substituting a substitution into the RHS of a rule +
      +
    • domain values
    • +
    • functions
    • +
    • variables
    • +
    • symbols
    • +
    • polymorphism
    • +
    • hooks
    • +
    • injection compaction
    • +
    • overload compaction
    • +
    +
  • +
  • Pattern Matching / Unification of subject and LHS of rule +
      +
    • domain values
    • +
    • symbols
    • +
    • side conditions
    • +
    • and/or patterns
    • +
    • list patterns
    • +
    • nonlinear variables
    • +
    • map/set patterns +
        +
      • deterministic
      • +
      • nondeterministic
      • +
      +
    • +
    • modulo injections
    • +
    • modulo overloads
    • +
    +
  • +
  • Stepping +
      +
    • initialization
    • +
    • termination
    • +
    +
  • +
  • Print kore terms
  • +
  • Equality/comparison of terms
  • +
  • Owise rules
  • +
  • Strategy #STUCK axiom
  • +
  • User substitution +
      +
    • binders
    • +
    • kvar
    • +
    +
  • +
+

To get a complete list of hooks supported by K, you can run:

+
grep -P -R "(?<=[^-])hook\([^)]*\)" k-distribution/include/kframework/builtin/ \
+     --include "*.k" -ho | \
+sed 's/hook(//' | sed 's/)//' | sort | uniq | grep -v org.kframework
+
+

All of these hooks will also eventually need documentation.

+
+
+ + +
+ +
+
+ + K User Manual + +
+
+ + Introduction + + +
+
+ + Introduction to K + + +
+
+ + Module Declaration + + +
+
+ + Syntax Declaration + + +
+
+ + Configuration Declaration + + +
+
+ + Rule Declaration + + +
+
+ + Evaluation Strategy + + +
+
+ + Pattern Matching + +
+
+ + Set Variables + + +
+
+ + Variables occurring only in the RHS of a rule + + +
+ +
+
+
+ + Unparsing + + +
+
+ + Attributes Reference + + +
+ +
+
+ +
+ +
+
+ +
+
+ + + + + + + + + + + + diff --git a/editor_support/index.html b/editor_support/index.html new file mode 100644 index 00000000000..7978e8eb736 --- /dev/null +++ b/editor_support/index.html @@ -0,0 +1,455 @@ + + + + + + + + + + + + + + +Editor Support | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Editor Support

+

This page lists (alphabetically) known Editor/IDE plugins for K.

+

Please feel free to contribute to any of the projects below (via pull requests) or to suggest new entries.

+

Atom

+

K/Maude syntax highlighter for Atom based on the BBEdit grammar described below

+
    +
  • Source: https://github.com/traiansf/language-k
  • +
+

BBEdit/TextWrangler

+

K/Maude syntax highlighter for TextWrangler/BBEdit

+
    +
  • Source: https://github.com/kframework/k-editor-support/tree/master/BBEdit
  • +
+

Emacs

+

Emacs mode for K

+
    +
  • Source: https://github.com/kframework/k-editor-support/tree/master/emacs
  • +
+

IntelliJ Idea

+
    +
  • Comprehensive plugin for IntelliJ Idea
  • +
  • Binary: https://github.com/kframework/k-editor-support/blob/master/k-idea-plugin.jar
  • +
  • Source: https://github.com/kframework/k-editor-support/tree/master/k-idea-plugin-src
  • +
+

Notepad++

+

K syntax highlighter for Notepad++

+
    +
  • Source: https://github.com/kframework/k-editor-support/tree/master/notepad%2B%2B
  • +
+

Pygments

+

Support for https://pygments.org/ Pygments

+
    +
  • Source: https://github.com/kframework/k-editor-support/tree/master/pygments
  • +
  • Note: the lexer is far from being complete.
  • +
+

Vim

+

K/Maude syntax highlighter for vim

+
    +
  • Source: https://github.com/kframework/k-editor-support/tree/master/vim
  • +
+

Visual Studio Code

+

K extension for Visual Studio Code

+
    +
  • Extension page on Visual Studio Marketplace: https://marketplace.visualstudio.com/items?itemName=clv.kframework
  • +
  • Source code: https://github.com/LucianCumpata/K-VSCode
  • +
+
+
+ + + +
+ +
+
+ + + + + + + + + + + + diff --git a/events/k-a-rewriting-based-language-definitional-framework/index.html b/events/k-a-rewriting-based-language-definitional-framework/index.html new file mode 100644 index 00000000000..93922825866 --- /dev/null +++ b/events/k-a-rewriting-based-language-definitional-framework/index.html @@ -0,0 +1,401 @@ + + + + + + + + + + + + + + +K: A Rewriting-Based Language Definitional Framework | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

K: A Rewriting-Based Language Definitional Framework

+

Tutorial at the 33rd ACM SIGPLAN International Conference on Programming Language Design and Implementation (PLDI)

+
    +
  • June 16, 2012 – Beijing (China)
  • +
  • Presenter: Grigore Rosu (the main designer of K)
  • +
  • Duration: Half a day
  • +
  • Expected participants: ~20
  • +
+

Description

+

K is an executable semantic framework in which programming languages, calculi, as well as type systems or formal analysis tools can be defined. K is a suitable framework for defining truly concurrent languages or calculi, even in the presence of sharing. Since computations can be handled like any other terms in a rewriting environment, that is, they can be matched, moved from one place to another in the original term, modified, or even deleted, K is also suitable for defining control-intensive language features such as abrupt termination, exceptions, or call/cc. K has been used to define real world languages like C.

+

This tutorial will provide participants with a basic knowledge of the framework, as well as hands-on experience with using K to define a real programming language. Definitional techniques available in K, as well as comparisons of such techniques with other formalisms will be described. Time will be spent showing how one can automatically generate an interpreter, debugger, state space search, and a model checker from a single semantic definition. After attending the tutorial, participants will be able to use K to define their own languages or calculi and then derive similar tools from their semantics for free.

+ +
    +
  • http://k-framework.org: The main page for the K framework (see the Quick Overview section for a movie, demo and slides).
  • +
  • http://k-framework.googlecode.com: The Googlecode page for the K tool.
  • +
+

Tutorial format

+

Material and instructions will be provided to participants to load software and examples on their laptops. The presenter will give background material and an introduction to K, then the majority of the time will be spent working through examples in the K tool. The examples will be used to demonstrate both features of K, as well as design decisions that must take place when defining a language. Participants will be encouraged to examine and understand the example languages, then guided through making their own changes/improvements to those languages.

+

Expected audience

+

The audience should be interested in practical aspects of programming language semantics. This includes interest in semantics as objects to be created/studied, as well as interest in the using such semantics for different program analyses. They need no previous knowledge, although a basic understanding of other definitional styles (such as SOS or evaluation contexts) may be helpful.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + diff --git a/exports/K.epub b/exports/K.epub new file mode 100644 index 0000000000000000000000000000000000000000..bb691ed5e3dd54b292154f94e5c04d7db6781a76 GIT binary patch literal 1050312 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�l zC&!xVk^0IMTHEmfIC(b2_-gWP%d30VNxy;KUla5Cy#(td%Aj zdV;W-@}SoS^&@qp5yIUCEtQ}>c;?B2RxLe;WtcQYjZNF#A)61=iYr;Zn|)Va zf4x1%bUapi<|``TwTpOsGMC!s}!Y35|b> z3`K-3j(3pWFykl~!vnY^2anwA0D;26vz9$|A#5nqopTLs&f!aS!z~tA%%huCjAtsN zgFF>lMv;LW6k+jOVEqV#xG;TVSiKamZ)nh!w!^)@ zgg&O~6fIvk*JR|*W^7_-h%}jq)WkZmg=Don)aq(D*&;FlT1!?3yi5WmTzAT?l7ggt z{GbX+vF?)N*uDtZ?k3cPJHH-P_F9{%{tgQk>E$+l=T8)NEHqq0=8H%uh~kQ5cRd&q z?jC6EOK?*!B*|%<%Oz|8(Gg#-!UNX?MEF$xVAIViXp~!_^D{0XG^Gm;hp8*u*VTY% zFXnC4;8@eXoWu|-e8N69lgCd?W7pLDtF*yfiph?JB;vMJr-lMfbq5FF%gxV7Tj^l?8Re+*x@Bi%+|5MS86H9V0{)~}O{aEb&uSXb6 zEdK&6Y^urF{QzVBD{|Iclc3(xtj>lt9?fDONWg6#G&6ryiC@Ynf?lMY*k+LCZJTQ$ zbic4ZfdCq1B|;#<4sW|NZbaeXt2(w;)F?#tcGmpm6ERoPg>>N;uV$Oa&Hn7WF~VWA zK8OmdX`9nw2YqF^rFs@jlSXjC{QUgQl#x0kK$zn}8ve`-BpJgi3si;xlSb}-u6qE3 z7IdYg4Nj0URp{7YB~se>KFsp3!Q3w=7(qy~Rv7Csk|E-RkPdBKMSs8Q0ZvmsHtycX z;sIRMP&e8Kq-lc5wz`u&&aU6&@q#qHxshou*x{^V#4^$BYcmU)U~Rpxw1y{U;X5L` zBzikG!0SVySthg6X4v8+EeFgbRHk5~3*^Y>w$19O>lAT=FlL%`z;gT|&|!;~sF6Ta ze-sUC6?H|1asxQBkc^`k-I19T7la2dgmA$Mj8b)dKOPK#)>}h0MPmjoWRLfC!kd0E z8>vQEJG2~LJRMwWC2QyE(6si#6k{L0;BwH*f(4a&3x5DhRXZ8v9SjL9foRmW^UvI? zp2vZXE*gq-zj z%YIIE4TUlYfQuaIgh|=Qb7k~@sn-OYu)iuJU*gPx3)#G824PRBmx{9l0+ow;QczUm zSG`;fGy7CYzBIwe_Nn~ z%VqG};wQ3KQAwLAEJ3dqbGoSGO&#fD%?EjKUp^SzafVW&JI18x)O*c)ni& z&A2=XCV4zX2;uz&Smq*;nJF9O%b-=aW!`J%Tq~cEOeo-^HcZmQ&5J|1>)7SUyya}u z`4aKYJQ7q~Gk@Qep)aKY-r3x8TESXgIkWmH#FIt{x|CHs^nj7-r>+<r>B#%&285ovCW&Urz_JT#$NdQtCy}W7B=r2Ef4d1F%jkq^#5NT zx)Ey$;C_||&;KCNlZokHEQ%&oseb~>y8j6%<1bsVK0#AnBNfQfM`coxPeNNM!zp+j1}qhgi|4#+TS#S;L9{ajl|=lqR!RBe z#v|+OV&njvbd$cve+zRb$r+P4)qfsp&c{Rexb=^@hsPBjYGQ87W#Map7xi7Jj#F~G>ESOH)sUqqGj zPc%`DWd#G}OhrAU_k2Ehc)j z-0uBr$#?{O$&GI~%rTX5t2R;pAlB=%J)GTO14XrHhQd^kARE#>dzBJw_yuDpyFr09 zz4!%9tWlhf3IwDZ{nikEfDW}@wW`>!1|Hp;k)8zN$~FUiQXW5!q z*tc3i^9gFq4nCmWKZay3hRL!X}!q64=S> zY2MU+y-V$i8&5N5(c~6KJiB%{nzU@RO^>kdA44b5X*HEd(JY%}eCfCKg8yZCa}I)D zw;o*CMjc<>Y%{vFPdO(_f~S@E7)j^WVS7k;tiAkJ;&od-{WY=C<%3i?nQCc1y|H_0wiGVH%YH?V&f-(LMRQk(yS%xNaJe`QV=Dfj-9Io)+k1%bPS z7Pe19Q|sEKqb~$M*lxfNeW6ay`d^vT`Ilh*Up~qgg%)dgzjc8^yuCfW8Pl|RRIxOj zbu|+3WXSMi0Ay^TO_EO)gd$EpPAIWSNEjmXhD!2@%lU>KmR%CAoDDY_vvsw#2Vww; z>Jj-B^Qrp+VhY8Lo@m0~h43q5i7_+`C^bWLY;Yk*stB1A|Hz^$7lSra4x8Vb!HkhB zDvI%@U@0Y2?D_mx=ya5&(rwdm_|-DYRUHzqA`Y>xpswU`+?c**?yJD=mwhA&s%lD%vN#q6FFHZf61!J zvPfI_M|o#sO$7zwW%ifp0x`f z`_JP`mW#7&t2Df@Rrr(!pKxrE6H`MX#~z-A`_TD&r?^kbB+;3rrHyxL?5OxR|GR{d zE2-daSh<-|me`OYOGI+w+W6nfSG}~X0k&e0WBuNfH0%|xCdmoLSGo|U>wfBe42jJ~ zLK~?P!~ws)l`+C9XRTs2naX##W^i?2z5KlNmTTfOhhb-9Exf;wJb z%wiqQRb--WQs?$((L^Rzuur5j!h*f>aDjGUEU$_>rA*unp*k8xiVCuJ$VY&3X0Mg# z4hcBx!U-#SjgM(ngxV4AMumiSGL?qzuU3!=uVQMTRJSG*oNT&!Lmd%0ytF)LjclxDE_{R)C4qyqs{bmrAZ zF`B%4wa7IGFV(&wxUi?g)|vjvWPJUGw$-A0Msu+et6PG5QMsk%MUxEg%FzP@gM?W4{J_>Wxm%M~Nb z95^^8x5n2r3WyHc10Av^tEFvnfKjZ%p+s-cG^UMV+6YGpIx>O!AGs==5K^L^{UcXZ z4bdC$H8Xd<4PkjTU^bj&Sjf;M*E z7L1OnK$b?eQG8h{JqwG`9iQK^E6Efd3a>}bmO%#k!E?28^*Zvd1V z{pG7vd%0`#$w|PH?x-2Tsxsy&+Aie5=!`@o*Gf}qGU!v~cAq=+e6_lRj5da~kK{%& z)9(i<27e=_gIbBZ`obTc?H)ZYQ@;jb_o^ZFUq|kOm)lv^<_g9kMHn-NkC9<_nvVL= zQqN3d#@WIvsT+(@Maa*`P=U(=rzkGh&e4X3rDNpOYxA%2baV4=)*ifh;)iVU0an*T z3%$Op;kTb?G&1Hu2px7!$5Gb6%JOK0qz*Mf-Db=~QC#7S#WNhypU!BA!v9q~b&CgVlU07|Urx9%VffCa9g9h0P3h&Y{7R4$Mjs zn;<}0&<`tfSqHQBN08=(_+>;ajnlD`nL#)HLzyS+6ho&9;9FhM&2A# zmWY7_Q=oECBo`irOi-rB&9y}aja8LkmCHo)a2XNDrPzHu2{V?BM4ub9terw#A?CGL zI+iaDrgK~Ol`5Z(cI`og?QMyk#Sv`CFdgfaOw4xE{jon7Za24BfnFv|i3Mf&K1a79 zaBh(3+Gz-PaRblr3Gt<0VfA&AQ#EGikjUa4X(!$qCcr0gt1- z!4Rk%wX!2q5TUAv4b{5nZrzl)mlWlYLw%wTmtw>~+es%JTG#Euewioy$K4|EgYTun z>65rTG?L-x&AXwKa&E2KVXyr`qGusL^^<<%Sd7`Kr-HxEe@=d3y+LzmeEfwQJ+S*< zo%)a6>0pWCr2fZ+_vb$;W9k2uh>-Q)>q54k!;F6sC^c6!6SD;kxwF5=N|pTrjy%r*A2H%2Zf`i)Oq6U=&ifEqqHKObom1% zNA(9IFP|?LSGp;lA;KbUIOFyBa)E-*a=#}dvnvahp0;)*D>d?DbXaj33I)FX!`QLo zlLMzE{G|zD7r{?1ov;vJryGT^G>*GH%z-LSR03zrD(9Cr3aIdE zlrq0K*p7Hj0f=e9%9%KMV^-aN052xHhKN>qON_~$Rh6@#$js=n#SRvC#q`Y+3;8Mv zo)k2e{A*#F=5}cQI^*2DQon>}H6`=qdQr0A!`h11mzJ#B3$a;6)!v6rrmu%Iv(9mi zVuJ9*8a8v?Y#VNAkqPZp%_x1TCsyG(A~U1R#Kh(urw7$$FEkUT6Nyst>dPh}7ULBU z(UP1J)6zQ$7tZ&1?MBp8k=a1JQ>QKyVigGFfb#py8y+Kp^REGSAs*lmjy`Q4c)%i) zh29FUFu|v!C~2@}l&hWmdcLq>?V5sJb_yaMB>N^5mw0kF%nf%Lbbb$Hifgemj{ASd zC8HtdvOf9pN0pVTdcYY0X*+)y=cmN9-C|zG?unlyYO}bdG9?YuuMh3&2P?M0AP=1E zIxA0Q%dGY8fO-Q1ULblUV+ndX+yF^d-k#pwcfhCcZ1GOQyL8=4-EiHk-Hz%vkC_~o zBx&{F=&51g&PM({YMfJ(Joz(Q9Zm7-akxDbp^b8{ypuslt2c)#3QeCKqt33G&dt{3 z^=Y(J9sS*o<@5O-8^r}D1~qV2I+fl`$9`H(qIB?rhHOV$MA}B-l*fE#MF-E*Y1^OBR;;|B*i!}siqA(sO}SJ=gcPQrJd{*o}>=|)AIXP z|LQDv&&=AwnvJW@bRe{(6m?CY8v$lt{yPaCcN)XK&QW{#q81u-0tbW}!9>;FdZQNn zm9}Cdm!xi1*ZL)DP06IDw>jZlaR+Su@h`R}Fx?!9v z=-4e*sT!AWo1hcC18t=xS!F6npRmU?%s=P7tt^&QzsF!%VXF9MuCfE?F0aN#Ewxu$ zK#_o5+IT^DGQk<%kERmI35Knq$Jp`H#dQG43=``5)0GHGuGG8*$H^Y=4s|I9 zJ|BVhOXrk1Mdm}}5bF)FM#rzkgK|I=^=#YLP;)df&Ez`+cj#A4t%p#E@U4SRV&F2G zT}RV7|H|K=(AeU9t#=O%9v+UY$l?9@m!BGAAfugI>eAjL|B+4YXv{AoGZXHWZA@H$5*?X7Fj)~_mRo?mKdRuM!Kulb_>KB4`unY#blg7!tted^|I08gqe_we`lsrUq^ zt?0_WSw~K)uX?7~hY~m&&dtTizqzpU(XEv=e+()5|A8i?XZ{y;WKs2hHK9KVpfp9Z zR;2_9s#G1oV7rMplYTEfNTaYuu!SNC#rRP3cXxrV^$!f!V-SiO4Cu_g)9dPr@H(HZ zA|#lEP1PJVCn|89X@_z#O}^o!(vic*<%twiI7Em=S%sA}#OcrlW61?~A%Q4)r~>Hs>y}Tz5>L>ns%d27|nHuTecp=Z_`?`O$=Gw4_ZV+K6V}6pFGL zF@z8#nfmc-i4u53(nwcpcd_K(>ft8RTg|Q~{p|-_sGeX|57QK;&w6=X#up)}3 z92m4lhMSs>TK3VYIBO@-#Y;%!Fw<@-8TSS`_2%UbEQRqJ6U<;# z#lMXd3#6&NPV+Ubg?~jr=2-HSYyqG}<*QVn;&v56XQ{l14EB+&C>AqXddI_vQD0J& zC~?;v#LF560%#F2cx+hEvPVil*>%}{=QJYkIEsE}ms2V<-@0)8Mebe-w zfcKs2;3{ToGph2%jGfCkqvArt^46fgog`;GY(u%vM?!RC>-*zsH-}+w$>_ZX!=WGL ztDBstcq8@kI|yx3$RXvMO7{bAf^eroSrzm99zhIlw{^oE-$oU~Yg;+sL6{_{s?u+2 zM1O`f&&Te{_B3=DAHVw()M~-yniDU-kVNPCOIvSv2Gnos<{HTNa{F}~EW`Sm zYvZ{w#Gh-3>Pb{q@uyK0@xnv(H+k3j(!;pnVUA?zNyg*EXHDS*tKw zH*rP%2AJznHlr$pO7^VjerkqSCOuk3zp~Jg>VvN8QYRk>~%ZTRZ*(o;5SezZ^}As_VAbK67NS{s2QSwt1yW1cW>GfsC{_58h;*R`nDL4aUuD&~LO=5K_QUaZ9!I`} zRH;4enC7te@xzBPLeh|lb&(d0M4+BqQEi?jI+MAA*TV9p**VNoL-#nm{rf4<}?u6m{6?umRJ6(R?jVdN}} zi!8qd17EYcI|c9u&9f-l3wtWhdnmHW?2<9KIMr#Y1+A(L4P%)?al6D1-LFC1q^_rm z;U^&SrU*2u5k(uE%cz_{s08Y=$n>487zLvu6=ouED7|m2{i$8@EdMZ*y%+G0G?wy; z0jl<3U;|#P(d|!2ohRsX#$-Pfuk=nWW)B+?yY~kW9K2r7U)r-f5tZRRM-Oc)J*>5& zlM0o!xP=W&QuNWy7l4dR3T@H`jfGBtkEALH9LbF26MxCz0GO+LS&afKSu95*0YMUY z^EQ)8k!6g_3NXekvbD7Y;nywh-ejsP6=;BH<2cOBndaeSjwyn z^^0sTQ%i-oo8Z>pv!bABxR!A%&3jOtzkbkqRQs9{B|}niAN1+G-Q``W{&`5zui4s6E(ZZN&OQ2O^Yu2@n|B89f>-^D8@hAuh#2v=*_HO6a4FzC z7)TXHt_N$r(vWzju&W>Hnn`E;V!<*I5yK zpDE}sq;2G=%UtJjeyoKyc${giGG=EM_?)=#!n7jF#61AH=9{@99os)mX&gTfjU;P{H3$;2_u+oIC(Kc06TvC6_ozv5y$e5%O>A^D zYyBkCc$B53k^+VG=KiN!`P0{vm(%%@0;%By>1PaV^Z}-4e=#a+iTRX$1$T%DRE;U( z8uNH+(59w2R)ezmkKkI&jiM5}906#jggb);vwS7nM6BB zm`zHMi^i@ar*;VI^Ungj`deues^sJi01FH%({z9{cI0v2Cd=~2_z_ab$wW<ZU=`)|JorV~!7(vbE|My&;I+^XB^+9hlX zZs+ww7D?nzN9H+}JVvGIQp&j1>9bGS5LE4!F&V=R z4Am@zHdPk6AXv61hGR|U+Em6voPyu9GzzqhXHh($BCT|oO-YU#r&)s1a$j`Hiwa>a zRI3b@OivMu9H;)ZA+>N|Gwf^oE+g7#DupsOaZegW$});xkP#5)&e=}*$Y-(oXUa%9 zvC!Hl)Io3}LWQmz0c#_HfV=UyU2xF+FBC@DvH0y@7E^3W#?=Tzs*{j>&f*2tSHi@h zxeVBGkb@vlVjDFabg)%Ap6oa=XQxZ`Zry2~Q=G-v3-&{CX{r;@5d>m5Qj#=C>Z>&-X>Qyzr6#iZzb?f@(5Ks{QD9Y0E%dOu|p94&b=Y z_f-r1;2?$%x#Ank@H)|#t{?ZIjo-XjFVPt`5zFs;wJV5$_f?T4xUZS=ceb$0p~PF* zZ@5ug5hxJP-9ZGp$7yt9w1c*jwU-chF3QV;e}w|KBsU^33{~gu#+yP5c)7bSW7!c8 zOH+JWTnH&#D+O}DHq??ti@Vd-haSdp;WkTO+$=qty@t^xyT=mEnM055#BIUWBqri8~_b;h0qMBs8Vygoj?B4Q<9)99Zy0pX` z^%MQZ!@Ei(54pCkyq}wy`~M1JKF?Wtf1keDx~JWyY0mA2F05U6CT-y5#4$P(rMlWg z@qT2S1YCc=I~zRTZ^-hTSFeAM(lWb7`Sxfu_1@lr>f&$b|H=4nIM++ov2$wZw{w%+ zp1Q>!-E_ac&8pudUwBf|DBDOx{1iJR4Lt7!C*RE4Z1<~6TU*BA>O9xN>lP;H?xWZ(2(d%0utK(kAi~4G zdgc#SsCX}5HYZ>5(F@2KZH?PoOhqL$N@oPv<16O&L_yrd9%UT+EaB+MqJmYSVl&hR zZj*R!5TQ|A4)9ztEEuQJhuf}$-&AE5H%%I=rk&(v6H8OqeUE7G1kblxuG`}!lzsmC zw@uKxiW3s)M~?n8A^LxH{m?W1OO9r#^hVGB%yB$ZiMBn=5j#HvbP#Jm5+i7WK%hAY z+cMfz%3SDo$h<#Ktk^iDT;?AlktC$C*=6Tk?wPK;)e0CDsUA9KcclWAYqBX;jh(L1 z%&X03SSmI~&ylOFGFoI|SKoW%3|n_jG-@2)S5#DZk8?<{0FrB>!2X@7NT}{VYaZ#B zf_ORsA)hr$vnGxXVx1k?Z@LSnq zni=De_?soc8;0-+t<~}JiK|jOHw3jKCnpvg9QF}}Yce}Jg*}~rVZ_U%?FgQ~Cjy$! zDhf7f7Tu3K=OveIQjj&5$;)uw%#iBj2@>JZxB=zOou-$wt`w!12oeL!r+Gh!(@)dZ z>`s=r-Aoz*8uX&afL;?-DvjNPXYSj3AjqgNLY+sdR)hwJ z*XeSlvyf{X5LN+o1#8uSqM}3JFXwian-LZ%nh`MhPb=`6*39)#u5@v6Ex@xF=aSj zk7K+#21!uy2RHth$zcSp)x3&Lzg%;d^&UM4J8U$bEK77TP zsCM7-SUtPo_E#UJYFeIMlZV~A26VdN$O0!v@DC?)ea^YPZk9QlmmDH*1SHR&TV5+ zND@%Wz-gSaBxOd4!)%$~LPQH3?w;w4GI;FOH2XL{j}~X2x9P7i`WiELPuaTJ%s<}Q z{Oo*P81Hg1nOzPnYz{mU*oKGaPan+R`s3_FhiiO4Zin~jR*IKC{?sKPF3WrX^6`u} zc-;4o*1hH7MYokOiQ(VRuLTX3An$szm_iKiN4sfeXcn_^vb+YF+<<*5m?ax|B-^qT z=B?)n)&Kx8AjPRA2&OQ$lj>^9EWis?Hk;r3# zSv~5&3G*;ih2EU5;ETmj-!~4u3vRI00;e|qrWk5J1fYLhK^E;lg5R+1(t*ShP~7l7Tjo*9^IIN_k|B8r_qWof3D z!Gj16MCSvI;TpJ{RLD5@HEPM`yRQ(OcuuEb3aqc_*eFi&D*Vb*>;ehvj*e5YTUIaA zzkYB0Qm;Yc=ALf02H$eBMrUU=!RR9&vJ#CE8OGFj_A0O&LBj{y9_XSYkB|@i@i;E&|qD3Q&7C z#Q1Hjp1nQr_PtIvZ-P_<>jB(Hb3kuEj`y;`Mxd^FF*SO&#P-t}j6KK`tzb*@lB3S< z@51|5F4-S{EfxnNoMn|uaacz+ks!Y%3V-HTB3be!3nB;|8WhPXN_WWs%O3K!U~)M3abjIaK&dtd}VJ_7cBC7bqoq z68(wOuyvRKaE`xk^Ce2Nk|hktB$^T{K14@E6h)OBtFRI_IG*Ezl4(L~2-=7vmB#4RBQFB*C&M)@Pgd~KO zddm4(F59W&EtXMp)y~n?b5n#F0)OtHlf9{vB*GM^0-Bz5{H>?j|83{y*+QZKBcKv! zh(BE|Nrc%`4m8T!-Nx5r_ z9vZ5N`YM5@%T@Ki%t3y>b-tBImI+XS#r)n>xhWH<0-63ersYeiznH6e{#LBE6s-eM zjg?51V7-{TN>?PZfS?RY?mFL2Grr3&uac|&UR)W%8CVW5Xgke$J@yN;_n%+zv!619 zr~v+PkwTfU6(Mf$^7`tgjt4A-lD|l~6O8_=OtkmX;Ogdb`y@$4gTV~04tUnY#n!Uc zv98)eZAJgj=PaGg<|*1SO%c!;N`5wVc-L{{6#z}p6W7_Zrzu)mTRW|9jUNsiNFC5a z$5r=v^LIs~Hz;TokTY=7=Dg?MadhEwI@v-|V04{B5rO@}rDQ~wlP9L}`&^~)YZQQQf zO+4rkJO9kUG0(0JH@Ip*zBt69=IWO$cFg$Fo?kcuRAD)HoNqKwNk;sd22>65Y^k!X zXmk++s0K>pTIS4ZXwiSwEXuOV7OI5!95e2M&;>PLp559?YG$kOSMj&Jq`l*}2yH=7 z2Q3AoRSh?W&Qu~;_C(zDYlDr?0Upq#1k*=(P=8e^>d=c4Q@ zL`p3&-Fyi&fvUgnb(3uxCmo0y;#g8gWRyT9z-KjcRb?#KKYvqWOx5~0)#Y(LD5zBVaT+{_IhpVWc&IF}&sDK4)yXrP zHGf|@l-J6Mq?eufz9A@Q+%P%i?cD^aSX=J7B#xJfz<8%uin=O#hHX$!@}~&M$i70l{eyx%1hrEl=PI9+tmKvmm-|{ z%cZd{M!b2tR?dY74BLpz=@#NVw?qOrKQL#3D8MOD3o=uKz^dIQ;zc?JP3FKa%vN0S3V%Iz$d{<63+FzJ!yw{P>>SQx# zkBi+{uXwMh@L05ZoYKV}`tJQLhE9WBY~>FQ8R7>C$?Y2*bRQ)K41GCOW42}bG`yC} z5#!(f&RS5~8XF~gv4u>Xfg_CGT5dwZO8|2GM_1mvc3RPx27g)gYm08j1AFdex*S1j zhNPlNV-l&$dh;oyu_2p`;)#ljGR80-u*UhdiFCTA3k_-e9KL{hLo|udyd1DwIVi3}txUm>KK>@cOl_-kgs!_} zB6CXn2d#MlUC2)iC*mQox(1~(I;W#x-ha>mrq(@)HYGrBLZ?aC>%=Z1B~ax+-7a%B zP^F`AJe6c^)H|X%HIq}R^Rs`Ot53-ntnlk&cB-+UIQT*<+5KzV8SskM0?o5 zt4AjuC1~xIS$TBshW9{xNBZR}j9LVp-V+l^2jsb2jt<16?SM9j-6$F{28?Y(GzTIu znU25H^eL>j#aCa`&OOhDBB8&V(B0ZkJ&AF=!GAne*G=yiz-Aazg zq@rCEA9me#U5+vfZI(EW8Sv)kXmxIHN2%Rd++<4jmepUF50>RFxy-3u%V9skZqs!$N&+;HwP<^%X2tW-Smvt#==I+qAd1w{H9pM#t^V^CvN7?mPJ==9FD-x(!?wBimlL=Y~=%?%(Ig9kt3adtDKe(K8m;^MH? z(sF=vw8ml;3<)gVd4jkJ*qOodk@Giq3+UuSAHu!Q7iiSyLGePvP_C@!%{A6()eD0q z@2G%NI+7bU%+yfwsd_&mb+zZQIn9@ln|>RkQO()KVvOHAuSipM0;ZID3fdXPgcsN3 zcE86smC7_fwK;8$Hr88rNH_vYhs6Z^<%s5em1l!@CfPZ_iOh}_!=2g;iza6P1`ez= zCrNNLhPz;NS;vWhv^U))fZ>AV3mz-cGLfhHT3vn@65MIPKGr(&8jzn?-+Tg-u#%i% zO+z*4gaKX)Md~3TT&F7Io`>uz0$nBVFMXg3T8?nLH7(^2qm&cEMfUInv4;=r&W)4gMDH{OBFv*9quxGizDl9?5 zxD@A4ItKR#DxCXhnM6alMH*Z#C=j>;S~_>CMF-nups=3Yi-{>TvpAT5RILNJtC5mp zs5w4^YaBT&Zatn)%zGZvX)kW#R(*DBxORY*r%3Fk8tN#mYody%wTs9c`Tt`#bfA=B;J`i@m zd)!*S7J55QOU?w|f1BSSnkMLpe7P}y->dML*o(}~R$IkaG?hg5WyaSO9}tRqH1H&C z@$k8DuC*VA!Y?U^u@+NDtMGB3bk=b2TUGHpLvEJEe79 zjN`AS6!AG7jZ%Al4W!?&H?^j>H|wHiQ&KI48ja*!CEh6syfqFDun~WVg{+^;H3yZ3 z{;)Nf5ehu7C&vlKm@(;qz~7NEP-N7mHUytzbkT)GK?`eQtXiJKw3+JsKg!;*JG3xL zw~TGuI!MvG%(#=M#DIQ17Fuzo2P* z9+EA|MR+TxyI>q83LO@~-0!b+@+vUTO$>5#A2FfuhxfqfBqNZh?)wct8$0xRT5P5> z*f+|G&qxNGwA^Oud){`-N`=`eP}kaeZ5wo`PioT$8d`OtKQIM!C?LLjGWZIjoRZ^8 zh^0U>A17eUpfgRfi|Q4!D?a?;N8s5)NvDYABGMDl&tNM*B1pZ`q&vdPNPJe4U@O)&XS8K#aw~+9a0ey|lEC8x(G|O;x;Nlf>=ZL`_^#vn zA*9xqW)shR7S6TD6&SiUhzun(aZ%wjn$}^I<#I+hDQ~o9cBnIRnyGEA+aQZ7^klJA zR5(_O!f{|dL>P9pLltKkgK|1r{IW#KoR07SvY3FL-M0^V^5%|&tW4(F3EKm+L0yCVUp zG3)O!$dyhme6_dt9D2UueH2^xU0rp|F2viQ#gO4h^R}7Wnl*y9$xH*LBUs!Lo zKg7yy4`!&;u+96YHghx-5{vM$=s*v-zDfYTKT})50--`0>wI9f5>JNGtnXXL$k^PW z?!u7DE61pJ zCR&$Am%lCl^|9sp&5_ls>SE18LnnF(q0ZuGa|*$9IK05nkCmAF;*qaWd7yfXvoN6i zZ8=rB*(_h^@|zM=WmTQko3lkrVy-2QucUons}r3FujWa8Ddm$du!EIC#tdeWdnT}SDjuwf&Zds6UQ^hI zX`EmbN8N&@5b-0!wk){CQrs}nBUv50O)M>StCw$!cJbck)LU!W+-eu zn*^t5s0UOv!MC#cQ4c{s9;GR6n3(MxiMVy}wU z&$i6OlYl#@C9KJM#P8DDQhOZD0fHf>fW5OKBUfieA&G*MLdPK(g=zSTrYitSRbxdV zTyJ|_!h&5Qe8*t=Mps~be6FO9Ijt9yB$g&3Q_|O6VsMid;DqSo3CY=RfgSmeReMZ4e{6L%#J7aa$j z)bIb?%Qi~g-abF0XzCXq|Ar6fmq}A$H72b?RBCyyl-Nsfe;gp*z{}lKieWeaxar$6 z;5tiXO{bltFbY|Wei0DtKG7T*XzclKu2>fZRt3asEB#`nm%mT8&M%^~l0G6OS=>nwrz88nm4~ zfhg_Imron4#{yfaT!0m7GqF1?gx_YNc)@%xit6@|C)eCVY%C|OuOr-V#EOfqXXOO2 z)r8+F4lH$Qs+_^uXTFn9IG*DH3Y~Iv7ONoU6A1572Ya@VKdl&P<|%Xl=w|`#H+Q9m z@q@fouLJpO5YS>86)=f-Mo{|(_06RgSi2R6j8HEoUdr{eIWI-8kf2%O9Nb#^2 z7yo92zdk>Y*v+kKdtZ7yH#_%^@8tz-h3jJ<6njqfly1?56$=-~OCZlas_%d3e)D-~ zU(s1zoCe_Q;k4P99=QB3{XmC0fsALj4Sqoy7X5Ontf7$o)R3E*zdZ|JZse89_3o+> zlYYuV-ia~V+lHCCO6oa19MZ*09DGBWfSn(-F4XrP4T&;DmK=oIFlN$1KB&s>F?z7c z$cw<9TTKWlu>X{kHAUMsdfv379^{+ZeHTB(Fe$VW)QF`l$0fg8f7OkMFb)|~QV>@b zbeicDL#N@--5{bR*Z!OM_$7uGd`4}E2)gC@5U$(5WLfXoI>A|rfNYMU0_ZZXVp*z& z5KTl6IWNqFM5hr+a-Y%p56#D0((1j2zkFX8w5y!@k&(SRMO&*#IoAXF5x{S_wXO@%(G2FdnjDcNqR$@%6D!t1V$9AQwG9nGpH8VCg*{AE^hK>05{3@?tbWPa9TO^ z_{h}9{&r(Zr6ky$VbiN)l<&Rl9$Iv?cSp_y&&^ANyd*Vb@GozAiRsjp#0}gYt!ew6+fi|gUPKokoqS&S)brADm$ACebj{7}74k7%CFB*Tq&Ose6mjBO8*#8iD_^K9Jt8-Q&;+p;xUqGp{9as%?=Ik^j2Eeiiq*!}Rsq{@7?2=H`I25Dj1X61ENFEvh z*lgHD$xez(Q)mTXF=@=&9_}Pyy#@AeP+y*4z|+PK;}XNY`p1xOQWNMdtJ&PJrQ6(%R3R!S!C!PLm8g*}RY|JM?Ojd-Z}8Q8%!1MmrO-*w@{K`C zB$*u?U%zTWiZ$HvQZ=xnQL8&FS`VRCYPI_WcVQ6Z#dwdE?2XT)EAwYuAtGe15Jc18 z8`7S7FS$l?6@d2h807-+uFaC_egO$>P~jsiOFK{{@uRJ%4#6^ekfIAe_Uw}rI$8YQ zwAvBFkxlmS0typ&iG;e#xf@C3tX9cvD=jJ44YH5E+4)Z2(;m}kTCOdI_1FFu>9Pb& zzATe?U9O+psaxFXoB7+=qs^mw!d&u1SON40M;8g9cu@1T_x}E~#$#kth(_oy4E^Ci zlgj^#t+hLbv<75ZA;;0h2= zQ|LC3h=~DV#F2*d*55T>eB)7#4Kf{1NTY}2N->z?qYHiWztPF7GbLY%`=h*hDzvLE zInQd$ku&dV8gzfcjH#P>Q9%{l5l5YM;4kmzR32ZCK0mpAAh6<}01|+V@zA%q?ZQd=CrC>Ss_SWWM1YbSgMP=L233x~`){h(whxvgQ|f#TD{cv^}lJOM?5 z8@-3=h1d6Fj*GJni;{mi^%~>xrDJS)QI8vDd{sHBqY|=qUDx?zi+1R9Zd7(>8$?jx z??ob)ry0>hv;C}aAOSr0gra0WRSDU8i)b=V8Bn3-;PN(eN_}p>%gxP9Fy7Fbe+={E z$VFdv3>)CqZFN}TV9u49NsHs9_vvFjJQUR7VzZ9mq8hcSNpjSDw~_o3(8|g+VCIhB zL@Irn8K@q1OflA27JMLWi>icGRrAnC=l=K(G>PUDE(H((uN?qGjXhd-mOA^e{6W{SHa{D5!Fm# zZ*}rCuha?lwIbz)i78qq7q=~_87o*NaQM>V#{M`&gus?{)L z_Tol;p@HUi7T`ziUL*}KTK8Z5S0bsfM|^roI00`t_%aU1p)rp)dlCz-jvZGd;IKZf zPGWN|%dX&yzAfiFRGjPD&Er%V{}{)7XV1+gJ|Q0DjU=XSCkpkzjzbCI;EBZskaM2C zf&PES^gk-B)cvQP(=THxg!sRxux$T%*fIS7vFH8veF=FfM(dC(MF|njma7FiP)lDc zuwXO_X!_y5=y}A?SBytwvZU-590m{wqr0ouP4FykcdDyKgo`pIS)1?4MkAB3I|b1Q z+qXu(;pN-<G-i zFnsRP?=p0z3djSJLf#z)%@aY3D8YV~{z{3mnyoCEIjq)f3jR)2hb>F!ju(X6Wtqesf;}$2_?L$9=VFi@=$5a zYi7zq#q^RS(eR{JjZk2+inHS(H5T=tz!00}1kDx_`49ZXW@kW_XyH2ESBom?53(D=Y1HOylVy*bzghLz>A2eP=uxAs=%nk3F2tB-)hg#Oc01J8S}A$*y*Q$V zN74J>U!kE}#2@4#);Eqhiqnf+3JRU@7Znlr5mg9|_W=eNXlBT#rx^h`Rag=9=ihOY zvz2SX6xk@0)<|G!=f(A*5|OQ0cgfqLF0`;GwB%4DaU=^1l}NW_K#53aCpDRNSFNAX zq!qZ5Oe%4*jQ*hj=Rm?kj#4iwr-;VKkE2$ELL}-?Txx)54wzdWlcyE|!`6TkIK(;@ zwqP-M{X~J^(Bf=tjYdajbCz@%QxaybF9IkTG`Urw9H6OD!;B4%ZPghs3bKVFK*4dN z3>~meX)YxT4n+}3EcJTvD{HxB7j@tk;=Jbh{P zl@<+J&are@oq&^QYR64XJKQrtxtW*2d97ZTwgyX{jiq?;gSF7Z5&3Ffw@$Z|Kf67w zPXRyonhHHG#~|eGwfYxn4@jYHW#igpCK5H63^0|LF$jRpDYpM z#aMtNWwzp2wc$5wxG@>du~l_gx?`TPzw>K3Gz5&a{fyV}U&=(xXpF3zw$w_jSqq&Z zKmKZnSk=pJFyh?Z&*zU^+q^Ga%Y?3rJx#oWp6pIs6oO|XkD`nV|5fKpGCc?<|>vh!CGxqdjt?XlW=mn}ENrYI9b;}s16wV%LD z<$bB>;}0U0udc2@4sXrr_H8@O1)-U+^q|oxl_vsHLi&R>D|dN@(x`ADrGvQ0#udj2=>|jQ|+8s zE7Z=tBfwjg8>Xy{Hxq8weZZ>U9KL6dnNJg`;Tsuu>5QKBAB;pbbcd~g0_QB~2aB+E z=f*dw167`?KqJA2iORl=XS${i5E&O!(x;)qhyr8q-eNF>#af1_RRK;gcyK#MC4zi) zW(+)Af@-gmE?FLU;d@?EQVt9^zniIddU+}91q(Dv>RjKGct-9H- zGZF?Q4g5)Py@2>gf3AtOO+GHJq?KlyP+D}-PIs>zR{$<*fRRN&c2(3b}gD zc#Hz|o+QUn+vTlxgWuBiD%)JgL8HS*qgvVZVf5A)iLVOW*@j%X48T0yVhNCMpbo55 zObjzKXL;DaE5luV#q4A#*Ee@;{G&D_-_`*~JS5F#F6v!;z%a>ZkJtH85etWH`O;$v zbHfI|NntgU>dTxB2I(oT}zQx ztVgv*r#9m&>I*>?;14&AtP{2%IZicsyXCr|ktM=(Zg?6*AP6%~aDCZ=zQyBkYaVB6 z0J08B*q?WLI0*BTMnQK##7lO$`EvV5i3M6dZ0M$(5m&N;R@&36TT6a<7`_1Q>*3&V zV7rBh6%7HY_;-tEuMm|r@T|43_V)k`hnhIy7-1pV&pE%Tm_%VApovfi+Ga6sP?BU% zMQ=p-mlc}iPOO6w43hZL(Sb_<_f0lHU07|#yFG02!>vYRU2#S5C6btE0>oCmS&j&h z9wVKP3tn2Y1|tLImqv4DE(m8xD#AMHBqy^$Mg4U>)q!d+k8-;A!fGH;^^i)8z=&dH zqt=7LSo957=uA&`X(4eJAyED5(txBhLN%ikcAPjLr&Kjl)Z^XK>CvuN$*TuI)dfy) zLs0~l0|yV|0 z;wupVqTx0Lh!ozEn&-wySRQy{b%TRnyp!E!%L{X=V2o-oV}TCyX!FgT1%f1mYpa{o zFNJ3yd+u6T>Wg|@Et>U_A%dwed{*IUw3uiKK^aGdF%hVO*83okO}%MCLkA(E!+@VM znTZet;!G~bIYVt+^WqU0_{#u>gYpvgmJaAk*ej#~^5aC!P3fZ{(M&SN3UC=gGW{Ki z_7&ZaM&`gEN)|~wYlA)#Y~(iWU@#~1*Awn`cdOhYOhLzNvy{FejQWmF}f%p7xQ0DqgOiYb~}t!jlX zq=V|HB=;N9>i2~y9Aye^nbSQ?Wy+;Q>+R;S+KcdKX`Gk`U&nQH>oF!%n|D(lX$L#4 z>uf}gi-hZhiu(Vdub6I7k&0uUK&4}X@M=Yke`G^P$KQF$e#{_-f4SR`GY#x)O|aDo zyj-uvS}qZpb3KTHznw92;xzNRC5s+Vt@de)rQ2^;C;#Owqot2P_|_q_C<~B*1+(_$_y^_IB;cX;%%MJh z8>{%KU_2xNTR_ChLf-UH2k5?h*LF0N$|*`pQ+RsZV2?kC=x(Ez)(^0`HEpD>WepTQ|I)> zn`RnepGKyLgM!H91@aM7yXfQUv8PB;6@g)otqg->&rZU+BwL{txQNbzn5^tm12pOt zHWXRGAqNvfcNqvI!pI}9A135(h5SI3!qgko#=OZxYM_XR!Ar|6rZrB@uIMpnz7Urh zv;ZS8r(lGE=NtR$2(KN=#RFUE;^aLtx<=Nq!QIArb8cnvRkM<>wZR$%(oR{f3w>X$ zu)!Mbc+43Zc}onre()nWw!?$mU@G`5J=SAW*4st7-->6)-)@#LcC zh0ua&wtvu%q&z|rp7vEO*ckLy=|ravGwGNX-yUjc20|-;3J)*G&(@m>vNNR5RlIaQ zj_;12E{`m7Jgo**uMa3*dOTS0Y+E@{J|zn-rR=qn_f$qo0esajaEN9@z_{CCxFuF(HbR)fzB5l+jR#r_8)8 zB89LPY@0WR<}*iT?zVdhkSlXse5MFzgfpZr$3_XeN9MZZJ!q&=?T6cC z=a<^Wk5W=fxkS65fYEVlk0N&1HsMZ3ag82>$DfI4ihviyRcWXJm)uKOw=FbMLrIf| z5ow|{;MW1fu?H%cJlHWgRa8M?EvFTX;>}vz6AdOqBK9NM1%;=}**&mh!pHfye18sS zZF^Be9Z&0}@jx6qvgG81U=ZW8MG41Tc0VlczuzY53Xkxt{L$^8A|@u-?<|?^(#X`* z9xwdgYTw}?j)g^QbS0!Pl@FrRxNM_!d0-F_1%szMk2bkrT7qnHIZ>5*?_4LrjjkvGJrl#D2P4GEGR3U?}zu#-IJzH40p2a zcsJY#Jqzq~Jtz_Ba8!^0F(+rVW_Z8fTIF-B;{@qd#qGKG##1Cikzdap{X76goiBzL zvU2q_m7vN&uPLGH0m3)q5%@6W0K%j&>cj3m z$mL4ocu1jk#3aMzVcQc|t4SqO!d*QRsmzI@u@Eg(%HoBU8x<0i5V5W!kC5taX{uy@ z5pQ2*^tq1kHmk>>K z;%Qs_6S8a~j|J_=#2MenL>h9;T?fy_5;~GDfZ`6Pnb=w~L&uVwZkR*zWU&vNpve=O zeVQHg&$Sg|wPF7CpTkmW87)lavtTqLhQ7<_FE}q%QFb%iH}Osd30|l~o1>9pXx9ij zn(4VUlHrnCVKv91hqvW=br@oi)^5DK^!z*UdEfQKdqnoFe`qW$6npu!Z!wLCk2Fdg zC7WJ7V}RCHB`|~7a{VH#qeTb17HV#I*A@xR4>sg(B-qv-C>bO@gN#ULaLC55(aj-C z#WI@>6->x?Bb3%CblKFvzECV#VNYUiDq||BBKJsgQ7!z0(iAK+>pR2LwI7L~`_A_^O-+6k)vS-qoxZbVFnVIjtL`;=PY!8l=r4tUo-nV(9v^O0oR0E^7Kvh0`MJauyttH-@X z%F6h+Qz3FqXZVD^m-e9tk2-fzt(HyEi-!YfNW6WM1DTI+XptGPX-VfAShMh6&(S&G zg~Y5G4Hi{iT3}{kIE+u4@*&{n0d$^CaVveaprcE{Wbat#=qV4G$B*RQN+UFFoZ@Ju zNnuTMg4RQ?wx41OM6~RO=7K}Ua;~XC0wbRALVMW{N=w2`^vq` zWg%7xNimzF3abgp(+d%lW^3%0NBK-=l-=!Z5w6?821tHIBDzoi7+Lo4btR;y&>i*s zU$J-apG_z$%U`j#_Al*MT!k7;wFuNoG@AEuiWP(;Ylpd(B_$0>78zscE)Mv;8fHC# z_rcyj*)vjD2IorqfN)Dl_bc{Zh|$HTh!?c(%acxb_6%836 zDEES~8!r?jN<%9zUZ|HG0k6KD6|L!L7bljPNtNNVKfoj}K;FW1!#GK~T)=L_736Oo zZgbr#EIVw=h;|i3gQF-lb|{+ahTkku^SsDnA-GNc$%wzMKNaGYE=P}4$_cQSVvJYW zu&Ti}#*M9z|Iu=;HH7bEjk`Gd$*^z0-;X-@XhEF%E*!}0_E*~CEw=XX>#8(7hZ!N zmGV^AnI?Ti?V4;$$J8H5%T7l~v89-kJA)rY+g~9BQr3zlb$|6%Zt#4*A6rj{m0paS z?o-C|kq`x@crOD|71tiI`ZcY};b~R!giasf&p*f>6gY=S+yF%k&HQG>mnbY4q;?a5 zz8@6Ch{luRtS0mfcg{yjvgIgW2k^KacrC7Z?QHg%+U5=;lb=lV!AZ{ZzPO-xWa%zP6O&>DfDUfE_g%hdh(O z4dnDM!h_B)xbI*6z<2e2o)uFsncm;u%uqUUvRO=Bve5u-cKxNcN!m zB)uVe{bSa3xKG_bn0rI)PFuex z|KiRIrG4l{7&|a!%>4X69%}!gPed|+iTn@Eck=&Y%|p-ppSf`^yu>%ce==IyhzLR9EUC^C--LANAd)f zcO^e|H&C0?HSpd(btuJsH4i;kFiOdRC>vPM>px-^yP-BNyx^KVgv^pQgO5!hlM^JV zLyV$I%`|S?9#DkR8|ze&&`T`${=~fpTREzh3m%T2e;(v~R>{#Vu1vWgR##Rr^wuc2 zO4vX)``gfsw1aR)UegdkmrCFD*1#Y5(IL8Y=ju^Yy@=-ID-6^xW>H_$G?W(?Egm=F ze_SGtQ}%Z=j4~tG%`2KXij*Kos?BzvXT z3dMJS0Q^vc^nu*HN!}H<9Yl9*9@=WKLDQ5dV?mbk_D7)m$`G^o=p4&$XZS z|M)d1R;qAx<^NEX=jzv;2qWQ&Tb+V2Z1|hMdBoClT8TLqQ@%Wt2mhk{D5MZuyjHFv z3Ra6Ro!hkD*&$-)jn4v?=xh`Zbi<3e8fSTYK2F*hx^vMCgGc}=r-q7jaaF0tv=^{V zCPq>m0=xS>#@s=#&#^SxWB9eUoke8ZWeNs9Ry6R-Mpq1aS2U0ON`WMi(QMB+pZj@t zQ}fyAlHq@~!1TBr<`M)6T*c*yjCUWlfwQ76YJ$O?PlIXsk4VVz74)*G90BwgOdnd)J}YEJ=7Wbo?D~hY zS(?dir7yhd`Z3JRt-LV`NA*Z}#j%6(bWK;wjd#m!#ls7^s8aiX>+`)2I?7#sheo5s z|MLcjh3P-Fq}Q5Kzd?2gJ(p^E>`T*2D3%=QE0E*Th1!hw%%N^2p&g6iwIU=>(2*Ayk+-Sx>$kgan4kb{vp$4qVSZ zT<+LU0ZRo~6_UsczhZ{wTXd0mx|t72xzEPPNa&xD^SLrH@i-uXWCX%&<-Hb@?MMBo zS+hc%Rab6mkua)Nnr-zxj`y(PN+qysbuhJzC=j%z!hsOw_0WL7GoxJUjk4B}5%~lQ zj9QC-+mu*q7M>$ycXGuoTeoa+pv1}4;?!vZMGWe^3x0WEkhyG?jb1I<2NL4?MN3PL zV0UxeO%_T2X1dE22ORN8a_XlZ(h?*WD=?Z*2)a@UMM^883A?FX6CRZw?iWiZ7v6%H zwR)e=tfq^XkDcl+%+Arz0BLlhmBLDQ)XnKqKc(Pw%g@`D>6x)O{|NjkFG|j4RDdC3 z4)f?HSmZ}CNiRhu0~(eNb`=~}(yVsiP$kT!{X&(Nbr{MNg{U4+vjS0-5m*pE1p?ZI zEI@nn6Xjc8*c?#%*Ar=WBBsB)lv2a0>Ew}EtedL&Ge6MaR*}0MtSb54cep_-%(xW{ z|9zO{24;jz;5pHUE81o((d-gnCsNCG01xBb+aIT%sP3k@GsiNjJCbrweYfu zS3S*o-EP)gIP_S!t)%Ia!gt3kKs2{{M1S?_I}YX|m{u+1h4UsRca&p2W{5?WyH6xq zXah|=*{3a~=@LZGs^w*Gz*F3SXuY2h4|E;N{dKu})`FD$vg*Jp8EYsK;}0CtKn89R z4)daY2mj;o4F$%zRu>4zO70lBX4M+X3QhccfckWiz)U#v_&kI09e>sh*kLj#i3b7l zVHiOJ*^#1qV>C!idDSgWT$PVkyVpQt_4FsL@Ls1iVz>Z=qhy*iYxk~*YImf@z(p7o zEl9lh6SKYsm~^LKJBu*tgFT+L1Mt@svO_RnZ2O4r-YY7mzr2XdK25>R-7EYq(l(BH zHkK=Z)dP$Zs!HIEx%n7?;^)z`d;4NDsnPO>VhvY66P3IFHFYH16bn8lw&)c9I%;l$ z0ry<^w%kN9aUBg_w&OL^mSI)?Lbg)1XVTTNc#CKOZbYwzeM$Sm7Htd8&e|Y&?G00o zX0R_CtC>f7Z^#-(&axAN8a^SOueQ&;;q-sWf< z_{!!@>6kt0_u{Tt6UsxrEpbi`Lo-W&5OT?FS6CzpN&G~QlH}HW(l&XzZ1NXu*+=vD zZHx$yUI>2CD&Fe$twP+i_w;hN*I%v{pHH)$SJxM2`LMjTm_Bf+*X9f6flG@CP4BxTJ_DzEU!nk>6i&Oy z{irX|DP=GJM~eJ^th}weQaSh$002y7|L66Kp6x$%>(@Bew%Dz2oxY&M zzB|U&1zbHN$EP;l#`pIf+PT&7 za4C3raJ*i&T|-yf$S|)NTsV=r2le*UsH|y4ZDrxN>2CB1sZB}ghBO-D3^>#_$f#9{ zQHyz`QWzT>8>Oj@DBu5y#f~d#jz9KDxYN!6OdZvAqX#UZ_o_J9r+n@`pX=3}6f{?& zu0A6Oc=az}u8OWP3C>zOWlTOqn8)Xmj?_5ln+O6(qdni%{`#`4N`{NN4*+rpz_N97 zAIsftQ!4k4#R9XzoXJF;A;*t$%{K`txwS!7URF-0mTvEd771g}A0Mb@Mb)qRh z0{ioF9ez!9s2zTb+nkk(>Wv8QKWEf{aa)$A<8uG-uyJ6($gjX($U2>DYXX_t0OdaJ zt=2*k{E$4-5V8PqG@fe{6xan*V2TV`ajvhkXKbzBPK})M{rVdaLe|s&DosZQShgsl zYFU_rW>UOMG3fxFG+|4*kB)*`eHgn1E4#{%9*Q5(%5YN*JVhGhkyc5smV9<8p@ zM{gQtVU z@_G6{n}vmi-%k!cS?7V{j}2b7Cj?5jx$wO_{7Mg{(-p2;vqkm<4hgRu8=0c9CwO2d zKYX&H&Cj^Gcn^q@z~Wm#MWCciWcq+AIgRa_P(0-hf~h1eumO~E7#8@*tBwSy8y=2! z9_;wm%Iz!bXl6wGQwqBMDVQjjTVq)W*3lH~5O$KY9yf?}6wTj&V@e=S+EAsRT17)t z+HfAf%GDDN;uiY;#dKr^1(12+0Kv+IAtHQFqbYBiz3Z-Ws1jYT>Ko{r5zVs&`(^bsK$6GWj=ih<#>pWjDz%H%!aXS` z!v#~1;bBeKF|CE~-J{p?zOB=uFqkSA9xPq@Wo2jfOdTBJuiU!;VPN^#>|RVkN7AB> zyU)zyP^jpY%6yDe6#(gh9*|_a9=bYD>M+J=$gMC79mvQUK)&y8qaJhox)XlnD<+zoTVY~&DD>baXczgUdDr^gjt$j zL6gx~7y^O;=Lo#^NvVsZFq!maxdI;N2-N|csHQ1TGE8{?HT_EyqDOFZ_OZ=nbTxA> zOyvN9TdGxMh_y`x`etGHz8by4#(5Lqx8Y2{Jt85BOcL zqE;X+Is@b%9~dioRl16fZtJ_#RCAlU^$i1a@)zN&$^DUZWDlDc92Be}17P57Hq|pe zS=MP#FllSEl7B?5pwH@y9y2?*n$6oycf%V0$COK*0D9bKL9-D#0==cK7e5A~FpFdp zom=Kc^q+6Yq>jB8k)dQ@_OK zcVL67``fwSb>n_xGtEdcY2=1+EsiOU1fTdPQXnRPi5{bV~-4Gnm@a+`ES(E8`6^Ji@c2#A-ea%EZ!E_i9$Dpbi z6jw7Sq;(5TS-_YdDddp-&eT-5dsi#!w~qo3ihI5IC>6CTJz>f$Kt}*7knK^A0m^_e zYU_9)Bga*Y-Lkf=e;%Cfs1btwR)C;cV45pO+w9?QdpU-wuGNp@G2j0Ujz-@ljs!a_ z-j6sSBPg7qEMMEX;QXQdQZnPv;Ly+JpV3V1j2O9}d4i%xRi?9#THOO!?Fc#OH^)tx4k9=>6%+9u+tmSMwg;H2;1_r+`1ALXeZ!SbN zms#ee<(#@8u+OI_1v;a?sX-Xgsn{br*!)uz(uOb2-a zg(@R1v_GRIQaZG7velv(g2VE90)hwM2Ll1k&x$kGq+^(BIanrXPmAt`}{=7wBCf zZQ+gY2+GX$ z@7W2u=)+}XB%@SqAVVFVu!KRMgt89L5Yty2a)2Rzm3m#S=SKUA&UZ}PYINq}2f5rP zd?^LQ?5BqM{ADTtF9(NroAlf=V|DYs`)l8x@j>+RW&GkM9>o2y`!?DY_aH;7o!}jo zhAbdND7c8QN;v zr@GMmcH^Mt5q~eZsanzxUoTfbeF^@rKBI9xyKW;qkY3;O%8(g3QjO5e>7%x&STR#M z=!zV$X1{eSS#tV`u2);+H02nUAJP&|ffe>pT1-qQ9H{lqm1wrH)?`UKFuZkUZ?#;AEq-TB9ZSh&%7bumGGIYlCTiY;K62O* z=}~x6hd!nlyQ3e@%5aLVEsq~0q`dJeDc)v9HAzo9qJV}F89SUS=XcO0$-EN3Aj#81 z7aBGr&NnUeSo4zp1vD}hmPvDCo)gIYw(hLKZr$l0#Muqw@FUw@ls`NR4MC6I6Fz<4 zv``9B=VYOjUW}Jup@hV-&8M5e{o3VJwIlGe6ZJab#LYf4Jsc(IBUiUNy=I9me~jIB z*!9GK1W+>p{HXoK7Zl4YdMc4k`K+MHDXazK(}&v2k($Q9Y|N@xT2YpGuXuCu#L*Mc zE8KQw%e9yANTm}W9h_%@;0OGNr((8GA~orE>g>?{MTtnxGr~Q#0b1%dkWh46)ayjCCe*>$JBzp;Zo4kKczQKuHLRnix=x(qtFCBPH1F(j>`z31! zt+5ZGePn|RH?-hS+a$o1@b|G8G1^xKpK7iOwXH%oJHsGmV#@(b?cK=frZM6)Ymqoj zwuZ|7(9P>aj6tRn5aJFwd0LSkgL(MaP4C7uTy18Mwv>y6sKsRnzBC z`0dREm!L!b0onZ`C2vZzuuC*U-&NkIANOBGlQ+M3U{r~V3gp$kFPwJico5;W67?BN z3?m}HO}w%2+-h5F4jfY4hN<C>BQ%m$cL-SY z=>&=CZBwMxvD_zx^yVoGD3)m$&4>E&yWm3Pp+vA$^cxwG>*g`Ijr=s;?uHlx=q`hb zjK^Q+Qr%Qofogf((29jfrmIB;ULo5Iqgj&ji6nysr?r0$hpZMr9dmDc5ZzXfV5w=F z>YwTK9)vNJ0<`=%zapg_tqh59I7Wqa1>Hs9(7!HG=0uKrFfnt|7Qfm6GV|7bJ!(I_ zRk+`vo|l@(ibC8_)N1RINqz%B+IbORZimH5{fGIDn?mxNp%PO~rP6K<9p@?ZYhd+j zOELD^UVdKfRNKUNzxsymK3MXe`NmWE^t5?^6+ef5uXowJa7@&qcI##1@nBd7E2nSb=i9?i3U0}_W0dJA;+QN_Z z;;aZxsb#OngoX6WAvD3)TFSh7CJvhR;RTVVo5f(|kLnb=)u7!=v26C9YyzF8`)YB5 z^b(6S{Dp}}URLnB%sC?FluCTSSU^iFbjMc6+hyPUN>Quc?qI6n_`O%#B|`H&n8l_F z(YhJPiJRSp!{3)q}%rkGuFgbvJ2+=Xy1HY*;w`s$7^GCr$@3t_mbAymFvNZ=5`$Yxlr$N-nmzAmCVxH4JV*p2 zud6t`glryzO*Yd>v_l z8|d6H!$i2rzsmCId5{;3u0jc5J78C3Drh)5#i-7JD7R~s@wwqcJY^7JP;h+%S8^@PQL?{OsY%ZhSq>%%s1&zc-S; zInBQxei}u)*N|4#%9 zVP%Z2E{gl4H+QOUrcbsirs;-0Gqh5V1d<`59+2&*N|)P=sooXhvR1@0>gYEIoJT9* zE5@C}B|{clD^uMdNsHOFZ0&LXe<*vW=s+5*Z8WxRyJM?k+qP|VY}>YN+ji2iZCfXE z=3W0>hH%az44oQUVT&>upR0K^2H zK~MU<4tf7BCyL08`FcEoST*!ewKis;vYYo++l^G7nW;1 zyTxt}r@1qusf5u!A@$e!pD&4nX5g3aWbur&Phy};?G`HKz3qqSm=C+IVm6hpIC^$= zofpG)(e293idz7I(!y^bsW*1I!uelE>Y4<(y6EscWpHc6e&2^eXy4d$Jg?aQDUFyH z7BQat;X8M*{tvfJrhf#z>i!zj^z|Gn>o!VUKKP1*j2GA{st=pa2+*Q6((4;g;XL zSgw4AC^MzF{zVaqq$RmgeGdi2~hplDLdcH$C8M_(n`GtWvT!LfdS_Q$$677{9RH4HSv7gyY!=xPex;JnIrVSu%owmn#xq#U zb1b!fnrq9T9mLs0P}dU!q-?Z#jHEkP=UDAtarJ?hRmBkP!1WMXAda2|Q&5SXD5>*O zdBF6VcPCiUqp=1?rjW^)47^ipbYfz^uaxmhEn~)p(DP2BH;!M|C5v)s*+^py%r9aZ{Y@jIdD}XrW>dR(_ z>!H+WO(>J0-Nmh{`%0|Qu0Ds;lxi(fz6{@Xj|#St1-mjhbXQH}i}(9$270a+aPx>-cm2tM`Q>ZOvFW%R za+3G%F)>l=$Zgc^aI?sY6OCz4CaB{S7`kyhR_RDnyjiieltj0qwfRSwNtNOVuexIy zq@@MK?y4QTyA5IZ3C|23BM|h@aCtNg^SP9>;tqXuLEDZB5KQ+R7 z4|>PG^_0G|Wmq214GkJHwTM6~56iVZq~t;as#x{xtu~o&x~%gG+pP1J=||m#Hk+95 z_rC}^ETgmDeE5IGZ?;dveZVer*$>s4?gB0L>44J$&t=Wgmmg`G4HwJx%(YEiOmQa; z!M@AcfBM>zy5sqjQh#apY!AAtViKRAT7SMV9}XwHO!MTExmAQGWoz16TNiZc)5Eqo zd;)ZVR9j0oS$K$IFEj5$AsxS4fUx<&1}+Ck)PeGSL9TZE7QEmJe=lJH90yp~OGa!P zZ7uc(FFFLH9R_*$*`KasBVm z$jtulW&2Q5`d_kzA32cTicF>xb)Cvav5b&$@$`t(#bVa*GmKERkP<;J5CNsm+j<9q zxq3XQx{8>*jKiqdpuz3U7A+b;)z`ZDpg5ES6J_WA!qvMS&YF^^L?9eE(63C1Drr6L?&zte`BE}8=Pm$cd$ z2YOM?v^3s8rYf-FzDB5RD852b-=Coe2~n@;ma&{t$rBvD}#Qikc=t0nh@s zh-$BJIJ~9b#fC2m=~HhVEs2jIjH6*QWg^A)^;V?-;+NpmU0ztEa~Fuv+~C0qGMs+_ z!~gQvXoSnuFvZ2YQv2s3ABeHu<0_#mUgiah&+Xy;i(mF1um-TPMXDs&Pz(57W6wo)(uGb zT>-OV`SmXXoNuWy_r7A~cu5hc*__0+zWrf+f0)OlpbzU$Tc-uaKEdKg2j(7*fORBw zJ1p*X5vZ55Ab4pV?2Pu4yUWEuC}wy8JJvOzqG(!NVI@=G=p&PAkplx|8pUqM^_NA4 zwe&RQV>Chn*F~6s@5_nxcR%MY;`Y1yRV7kNZ-%7MrP9VRie}kzJuK#3=?k(r8=b}B z!Y|@|{8PYms7NL_c;kB^4pLTP77X|XUZ}p z-L&3B$Zyk|$PBimii}6vnTs8*^6|ayz6qAAuBP9$b7fczQLN3jcehsD13u_b6W?e1 zqk7^cel`)5Wp=mzCS&C})lpW$kZjaPlcr?0!Hqf1yOu2Mn#SpXkC^DoS^6v(`W)4Q zjFz1JXOVT{no3cqzNK+xsK|UB$I9n1K3*S<^E;2$LTRIw)Y#usutC@qH^>d{kZ$sZ z()KBfWv;)eSfN}}^Bk&>{nvvt&Rv&hF0)UDEb|jq@E9RW{$LDvq1afJ<8Hv0)J)Gj zqoy}#yK@1a9XC$DXbGxj1x7V)ay1PtBgm3Q9XqyIbQ!oSw_jzNK`-J)=P#(BMj;1{ zM3YyXKG3t!#GJ9YdK7e>yAKh)sJXsMlR}>ch)Rbv@CAVmlVcV6#ea|>o8(%WLbNpDvHNjp`xs~K;$_-6N=Q5(i zm0tt<_#3U`?M@uKOryhQRG|52`~$Kw`hKzrYpA7&Y|c$n;IAifxBT#o+{37mH|1bv~=JMI4ty@kNOq!YRg`=mMFIq~^V#A1b#_m=-T4^0#O?})|1 z^p8;G{|W7^>_aokDE~U>%7~d@J<7>)KlWvv4l%*~16jFdpYODkbIJzc^~N0XSg$*I zweX(rm%uw>eHrUg{V-9e8bPAupVu(}%9Y4@WV`aa!&`Ksw)r}-oC?Is#)8S5DLr?e z_0;c&=DHbSJ`OG}N82i#)MtPoly`;hxuWEmgD2WMba-eHn4ECorWo~Uy^PDl453X9 zrCOsBajnc!c4P(*XYeBgiFW>yGs9X2V)SV}XBGYjySzcEK~}9d`=1;$_Cpl|n#ZaL zx`LSwhI2vAf1pMEP%NOpj7KXoBpWG-^c@Zi&9O8m2w2#4mQGYF4tC^^IC6HT1TLqy zY$>2cIMW2F+enKk)fgDX3cIA0;=&m1__KsELSnDkhb z@b z&mK3IsY)=s7=(ET@R0|Qm|kv`VOGl`jBG_^Kyd@Egkqm7vfx>cTiK_g2=Ga`=LC@i z3}e^c??6!i!dIt(4heLb3?kv{Ige+wjwVb~?3t@ZW2z1%giiM_=%p`sBA9Nhx71RU zpi&@FP4JgMM=_9QCq<3|R*dBhxA4OnK5%8hP{7fj`onwUSRS)MK(b*!V`gD2(g3zC zfh)Uepj=u9xB5`Mmu{^tG^OuYjpetXs6@>eG}v1Mg4kIje0^O3tM+iIaBA}BNA=f~ z*m7x~U5OfhIAQW$+)g)Q$An|mBWanr8xiKQNg;f< zEBif1?cjX^ds+Vr|LB`1US?oLmO?#C^rLpI?PZs-EAHCIuP&Ht@r>)l zc)<*xcGl&f3FsE|-&h^Y1YRk^g9nqQ(NlcGy8PMnV zMzvZeKn=U?Z@M`xU%z4Xxe%8tzt-*)?`ORpzoob_K=KT-4mZN$25qZRZhpF^ue zhgfkn8kCDm`OKeHEZg!xD8KDGQ+ z%JE%-Br-w$R_KJre1K7w(5z1Hf2iiUYe`LpgrK+uso-14@+) z5cK)Ona)t}!|lDfjbyoy9Op?e%CvQgq<6RbaEbE#kW*fi%ts^%Lymt5!uD%aoH;zw z**}hp`Y>5`I0gd->Eu-U-C$nXw?M`l8EbarjweGRM05$`i}@nYm*zddk_PrWiLuH- zUTV&x*mu1xIyPgrsVCr6baEH_6Bd{&IoU}RnabK*EH?kP#K&_C1T@un0?3(VmTqBX zlW5Z3ignAwa^-0vQW)4|361ErBU_1o;#zc%VUA@WaJ(}x5`@KH!gcFV-du|KrG(v; zOdbSGyR~V|EX5eiRjrnOueI31y)zpRF|C3wpcqZGt5Me<0pBtG(vb?YtD{lM7nEqT zVFpV?paQY~xqC6SE4V$l8tPI`w!(}zLiCw{Kc`F+LfFHa$F}KIv5Ci5z7Ci)>>hWo zN}%Ja4qtc`D6iDaGh?xyE$||>9zP5ea5mZ8=@5O|b9&H59*|m0!MYK}sS`G+8>HAkGVh^L)5BBgO(&F9x<<_qYiMgygZqUlE| zi%&EL{ue`1*QGwD32r9e3sIW3yPL)|AerB?F3=D5gMdTmstq-?0LtY|c`CQUhsk|x z=(Y*siCjjZmgtia0-e%jrPhJM=Ju#62BG$YDaGKA2Ww9LBTxB*aUDBA4% zto4NDC14mE4T?Imy65c3SuqktYGCM~Y?HOBsEC9vG;m55`1Zhz?U0%BH~NP!;_P;x z@Vq@<4(-2w{7)xwyZSLOG2lk2__4e)$7kw1BS#-^>=R^^%*&NyjssCU&|w=G-Ozy& zuxLse$sb!B{kC1;Pk0KCoM}?|cdHUD)NbQJpl=++^N%)A&{A&3h!$`5hrQ-I3TIeo zYljGP!M(>$HF+1oy4Rv?)NP#`B6%^gz7-dfWgnmC@S7Lvjr2JbLREK(#LjW7?2ksM z21jEG5t!LX*Esw(t(6E5^{@Tb=Cf~?m-|m^k^PpV%+d$deJ#;kRy?wPepAk*ObUn= z0~1IMhz~>6e!EL5VtrFr)NX5??)J{>PJ@FJQl(I{;0W7RV0?^zL;e<&3S9lg@}cQF ze8&J1M=&V@ah+aQjZ(aZlqB;+ycWO`%Zl5-h%IrJ%%tNrJ+!aV#iPHgxPx4z^sMy&>E3HCIiGwm1Rq` zPm6hKq|`)9gh;J`HG1byfEx1#f}t1$icC2p`s3lC6<`^!{^&7lLrn(wh)z_hTcTQ& z88&a>^M1;Y{Lt>!;{C30CCjC1^IE8yoGhJmm@sXf7o9nrHR^Z5#~-K5uN{4-w-req z3;V8@9~`-TzI3v4Cs_%*%+jRx+#}0Y08X=Fzq;bzo&J_!;1+$xEIxKQNTj@ub@I}E z4&2-oP}UysXPrQ|w^a{!4O+QKWTJD<&?>#uOR&^XV^|cWG>1Dod1Q(1=_;Te1w`E} zhlxON<{YzYU380wWL)r`4LGumepiX>&JqjKNcdfIJ&&K1bF0@5blhGLKMVG#pBONT zMV`35&*`oSKOn$Nt(lXx)uzV3DUfVk zezV?rl;)<^O-TjGA+18~I2PdKN(?y^K$ah>Z!Poy|Xl6c4~+#DBgPO@HLL`I&wXhjyQZNFk7{;VdEKv}s z57q9Fg9)v?4!u7SbavXi5n^A80jtTFkN755dPKXVNZn$_boEoI|9VQ3vU5& zgSMoq+ZB4$9T<^T3_(6jtf1B^7QlZEdbRNnmpFNaD)j>n288|cUl2KS>q06}+nnYQ zO4|~x283omS#_cpp?$_&B!Lj>9tEOax?+T;91l3gR+2pq9}}ff^N7x`Tk+4>$&w>IS&zP;6Xdfmp zMihAxlTrG-(@fz=GH4kR{g+`ze(V&UcI|IHjuAOK)bgenJnI%DU#ZDi9d7|iANpl^G*oL&T@h}bY%>D@_n+)KlnuI@ z*Nx@r2nSF6KM{mx9krHV9tjZ=`l|T)(@s<<~o>sk4Ie?VuO`D7s3zkqD zg%bxw7j%gk8i-r!v)-)OFSO0k0;CB6g!`4JDY2-#cSY|xZqzc zlUA#4a+QlHpR42vj9NprdtV}z(FrMy-Aolq55Jzsd1+!VwP+~=ElI7O+{VByov)SZ zR0ttg0ad2Gr1bJ|D%H5K%dSA&8)IJZAwG_4*ryM#y{76|M__pLu6uen_%Cp4Ay;<> zS2xxmF_BGC=~&a9iR-Gctwe;^D@;ajd7nFYsCOseCn`&Zl%G{x`~Av^yg*_tKi#zx zwg}+YCvQ1P#H`+ADEGh<6uNH5=sR-cL4)&hzT3f4IYc;3K@|mdEGSLBiGt~B8^gEi6 zR?`+)>k=`e`sScn*hW^YSVd6(fq#-D04pVO>OJj~u?CQB0@Q}SlqDu1YGjSy5I)q~ zhh2HzJqty5bkT7i#8a_D5uXH_-=s^5cqg{jHxMCIoSI~T4MRwhc1(_hq`2KJeBy%E zU7`TR$WpRl0S4kPt^Xv2su1J{Vi@M>DOmCQLI=q-eojqxwto4NmsSo6ly7!*&xG*& za&$W8<{wf`p&CESpj|YPMG-F5SP4?HAObM{ndf=erI)#9eB*V}cb4fXnT{s1>8YM+ zlZyGe_rFd(=lmVcvz2|x+JYYIS3DLYOEjKv&8cj_lEu zg|pgie!8y`DIpa%3t4KBB&Aw|0Z~>G#}(nUrNRgWLQ(;SBNg0aT{>-1O{LLJxk2bB zGYTLUwhyINQ_TAY)ANVhr|aSMCV}d*Y*+uHe~&@jgU~&fvG6SL=>9DD{;%Jx-=s@) z!#}@S)c*$yGt)nGevy*A>^ePy_jL{Xt3GHLvt`<#FT0qb2OltGStl`h8<`3&R|6gF z=W_>hBMJr5f)3I9{pRs?2N!vpdpT_7Ecj(5jx4$Eh%c*aP;(JZOJitvOwGK!0%C}L zDXfB$(3CKat2W!I4Ec1*?ZdxPYR?RXIDy2dl!SYBNX;2jzhw6G8GKpdfhsH#4T|b4 zGsywleo|@+Pn`IZsO^dzBUv+$e^P2y$e`L7Db$NYpWEEU5x>kICBo1B$lcZ0T1O;a zgzV{Vk?tg3eM#7!!18}mYC&Q|!uc!%@&t^e2XSV~+#rCcVj@06#bX%zc#GJ|2S*64 zQt)jhlZ~p?1Z|XdBpTGS+z#@|f^@9s+N)e+X$yNN+l&{H?H2My+`^~xbI*tMl=Nnc zF73ApR0~xxShkXMmYm_SjVF>p>)QQ7wD2&s^1@__^u~azP@X5DP0{Il+B$kZodJ1U zChZywgWu6jTD|nWtxeyCXLz)xp0sVG@^ZqWWNnQ56n8537&^RH?QTs@%@UbyA!dX) zmsv$~q4eo6IZ<=@;GWd@O3K!RNVp$=`WIl*j}Kcm&y))NI;T&~+%pHgRG`8!#x(ko zPw2-!xNJ8LwAA%ty>7k2`4oMFp8WV;s?xOMQPJTTPw0cs4DXj-37_?!h zT$+U^<_Md$y3c?gB%2AZsS<^~2cSIc@r_Cqimv-UmvGx2tkVqiUF=&w;mp>~jRbHW zq{P#@#ua>{d&r#&)cMPXdEpFB^Aaax?=wgnct_WCU-;`PZG1;!ocd&(p8S_!4zk-( zt^oXp!^8dGcRME5fA4me>en{wB1qp?C2BWhFZmHD=RT~C-cZC%9E9E3<6aC5;oQUb|LkFRY_Ohp!KZ7LKh$2g52F2ZzNo@5-_Jm+15o{kYSO_C0z zXcKTJ7!Xl>|=165| zNxL&<#q%rcC8Z8kstnRbdJ`5CFo-n_t*p8IiaJGQ?fKTZO5x;Cu_I}yc$TDn(*_W% zA;pFRG8|-8;@hjK^&A_Wu+26v?dmJa1s`p#XJr_yxGow0c$&?3_uH@2W!Z$+bCD9f zRAkKE$fOS#I<1+R>Eg%VN4nc_T!b``8WZ(#*^IkUFZVHZTI{yQqPa}Fopmo7<*2*Y zRrK8iT-qz}jltJx=o|!6z7*M=D0`Z9a_K)o2x=ynt(36lQiASPm2;?eqz;Ay9i7T{ zd=LTJjU$o?V2;B2;}m^defl9QuH_1LqHULoE==%6{e274*sqRQF5@ z5CLEBEKy=SpobBg+o*`Cwh{z1f2l(4o1YZm;|&13cpVo@t7e)JKj`19+6tr*_0u1a zPFc>mdF(}V_H?^?1-V)ll_Qht&65jX0x6h6`ec1pGA!~+gm7V63IPf346asEWDko# z$cWs3&3*P$M)aBo+G*|^6j$o z58_3x-T7{GkrOC-hNrJrB}%B}DNO2-La0$@Fi6x$s%95q%mk=b9JKIx^)rrJCYAfMK3_h}2rq2pw|hD&EZhveo1087bvcx2$szE~L>;Kp{> zu%~!{hou?c4eRqNTE>ro4u!jWca^-+0KtW;#dM{%fn$7`Alf&os#t_hTOGnCq z+!#qXs;cD0`^X3&>4BH%f#!7N7uBR;e2pDvSW}MP4?4WoMaT0E8389<1MxAOM?N3e zJ@EnJ>*fZEWjpx`77+5on=&N^fv3f&VvV$Msx!j66oFYn1;0%H=;9#5>#<4~l5rZc)4dm`VqdGbkh<)FPJ z*|aHp>T+OUWGN5{ zMs%Q{sLXPI@9zmMup2~A3&v{3Hq*m>*|8T`eVedEqa&Y$>^@>~u@Y-EJ6@-h-kgKA z5?OsQt#Sv1e_sd9ctq>z3X!R8NJ&X{!*gN~w35gqgl@l9Bm>i%qF-DccU5ZZ3MZ@f zQ(AOj1n|>VF}aYKyA0{_L7P9@YMJFwMLmJbz^b-wj2b<{ZnnLaaFooco;t3M@*|WL zh~&d>;z9YTV9<|;QIO#ejf-Y2?Tuho2-i6&8itmElVf3`S!X!2p{jFX+hablykflA zUPX^dw85yBkWL~iC$cAm)?=>1gUxgjE8qT2Mik##u_#dH^{Q5!Yf9dO&w5EDf;OVE z0T~!?5DcsxBQpm$>i2bdawM}9i1^f;0RQu)SIawN}F}8-E#E zI%q&2{Fhswb|1Y-J5smng$#4bA;LUWBb|M`s;WC%re*!o=>1jb^zh;ACl6@BgNya0w8*7$gv z35Ij>*p#=Ec1;Ii+7RMQl15Y(0J}9znMl%p#ce+Ai1R6dks&RcLWRTS1tWTJLuk6P zN|9RKuEB>e4xk<}N%WRGrIWKb@5ej3#gNv#wd}Ms@iD_<1-aV$z^k(^F#Jz*`hm0A zu~+F4ez)f%r^Hr0sk}*GPr732F(+n}$r5s%uJBk^z83905O1>8w9$bEngFrZ${)lu zEowF5(%bLM%jC8~Orp#jgU;e|uaA6>H*N{2=7zG29CrJLwl6WZ<6eEBE*YI8QtLFT zK~T&3@MMPpnJ5-L!+6pGOL>hntU}*9ddxCm0N`X(tFxlns6c^gjEa-X7T#^o@5{gw z-3#Ldfzu`mdbiyLi6k;=r%(e&braWeMXQr}o4otA*r8P76yp}AFfyc8&uO(b=0+8D zZF=f^!_}3-71$835}j@~F<8gCZ6Cs>IzKNr;&2VM!TgXv@XOfy+Vn=-nho2MaL`BV z@8vy<`eK$*7Z7`1qkr5f$+-d1HT^Fmmym8D3Fr5C!RAaz9_n2b>1eaep2IW4q-G(d zun)>p1Db-%@4l36MQb9PClqm=@cjZ9`z-qe1jE(OY}7;MYh?vC9UwFY0`BxPZ14f# z2r(sl8Co`T2jd`a+_KIg(bD45qPRH!1y_^=ZdjrsoJ9=&F+;#~iJ^_na^k48DrBup zm>V+p#k3%_pH7%Df{CfRlp!?*B8o{2So);G;!PUSeAu(%lth1sMV=>MVawY z2Wp*ISWsHi{C)xXxju}DS~D89VwsAM+mE(Nx!! zD*??Jjg~@-%c6A!U{*3?d6=!svJO}_Zxhv{RhlukK`xuw`gnn9QPLLw&Dv-9L417^ zG4DX+uvOI+U$FWY_rMYF?DyBb?wa5q!S2_M@J(YyfX1~FAZB@+MJf~mv&L36t&0eJ z>ajpn!z!p@q0nx>J{5T;s=4{$x$=%&N};yOq4!|&RQ25L6X&WQW z4y^q-rQ##pEO1&NpMl@{;x=Ngn3Hd#)I`=GDDQf0q0)r=7l`|7=N?kKQ8~|Dty1nO zxnnCUm$~wR-oj*$E25_Kz=#YYT{z` z2@9HahBMHn$yY!nWWZGuOR>{&et93sy-J*t}X(Gj!*t%oS#?C|9XJEouw`kE0I0KwkF+eq zf3omIxFBT{|7DA?1TkHH|GxgrMMC;3O&*Ap zFK(RK`A_xsD_qydS2xvAcBP_7%{1N7^$h6gtB5q&9Z;gE>Wn{}G_Eg1UCg9@t5+++{4A0Gd1i#d^yyJe zQMSCqqel<5Mp#Ace6+^jO@6js=}ktBN)`DyhP2Heg41nOtj1(oT1ek~eVgG}83NT!IcTkH+PC)3G??m zy`u8(fJeFn{*vZx>SU3rX}Gnfa1Ewor8RW&ePkz}0Xckym)wjz31~K5eZR>)4aT9vqNp z@BaR7(Ntw!lkGoVI9zDYvGr&$m{ z9GCs=b?h0uI8aHb`eljk%LK8RdbJ&6oticmIWYWI@J8YXjmqf`$$+4yx?eAc=Ox?6 z6T)3zl3gpYx&A9y*wYCruRv{Z1%=Z?@WY8D&eu*C1iPgh(C;>Eg2ld z+%LAx9dLeGXp>0prk|?T%dp@>KMum2jbicJ90#VcVxG?vl1!rXfzcV0Qas9!^>}Gg zN)iZGpzb)(-eEL$HE_gX??<}h+&{xHT!tURxeY!C<1ACq7&NT(S%YzpxVRZ&N3G^5 zN#PJ-klrbUd5j=&q!`#`6wr52vCGQ8i78WBTMKVv@yZj_xd03b7|D8lesBMcrh;>z zhv^kGbX*OOIZBpUB3+rigZPxm2AjKbn-kaGx%OpgmIt=WV<2iml?+`fxPxGD&LNZ6 zi%FO`fpskKWSis+pf1Y-{>(pu$DY4Da=iD;17Zy3#ZJO>aPPX2LrAu3l!4}>i*;D* z37AZX-VO%r0=Q;}CNVI@Rm?)qBoGKR)ljHA+WtseM(K`1q80@Z;wQ+;uDAHMY}-g( zk)`M$_!#C(c_S)o&0Nm};V*witVe;vL0UFwkUvs@y-h_u>old)KuO1IF*7{{DviRL zW)pZ`R)kMxx?K&wnH+Pug-;}1{sP?ToCCp?wDtrm7XBI*r*k1dcP#ltb;tlZ!kbe^ zRG~5LmoNj1e<}h=ECJLI0!s|`c9+K*s+#|ETi8$wlpUarwPC#VIx>NCnqYtJ{-|x*VQJLEXX8QVGWXx)veDT;vzKr5&#Dr34e`VI#Zd@|W zu`;utl=owQaUCJQ-1Q012R^33RhGZ$VA9n1HjAk=J7`x5R~C!il>eao8@X0|UX@tW>bTZSzn1JXlIkr&MsH7v@BdBzOe$gK-tN#t{09v0G7XO;C5U zj)8&fT~XNA?iWOj>@g~C8Ec_V6aX)P?4u5@M#a`H=%r(zCQ_hp59^^Lp7tg1ZNKSA z#L4$LB=9(40LUC>Je;NnN3tsan1lnIy`e6kKFh5nEB)39wi!&qf(kBY0f#Tuv_p+a zS39DagTS4zQ^Y^c)fr#@Ym~aSfAY%71}@6Ol4I6>jCOSe#BbHfA6GQYe0H$lC)Ff9 zP>=|%Hwwc}U*tj!20zb0JOZ;opl<&qpy0@0SSi|^V}Qr$L}2T9TLFg~9rwrVsg2kS z&=z`rcTfqVnk&~3H=R;Qqfa^i`R$VJCy&+iW2<;-p_m%Hy6^3rgO=$`EcRZR)2 znTDzbM&{D3AY%#qV1IK)?-*XJJoYmp=a1k#GjJ3v_x%o$DW zUWjAFf5DC zvpOrT+g#d{i&PAg&-kKX&i;<~D@y}Sp!v)w0W9*v{JSVdEUVr98#Yy{2}vQ+LYu9P z%lWAg30MjXLCcq3dLyCm_fJn+@`t*BRSSwGqStP9?)%h?1Fn^>%O`XXc3dyaZpzS_! zA%KKLk64_pvU`4a9@nuEwh7O?kSd%6r9+>wK&0C+A&N=5t3(9xDD#{V9bSeF68M|k z);!;LF>pNoKPEGbv;OmmBWj- z&nc|w0WB1#PrTAwesoXOlSH~W5{Q|5pEk~Gp1%IJkZnqFDDzdZA@>Ft15agi=obf@t^MU!1zAl4imYI97 zO;@EiJ)69pym?@l`+#mRopbcLgs$f;&}Q3P>?&BD5|l$cLzok#2RvJ)8zkKf+6XQJ z`5%&&wHBeC`wC|FYEmTR@(qa&7x#dHT%m*~_J~k^eN?1F>Wj7hbj!oCC4;BN(8E`H{j9 z^&^$VB_4h}dn8(oNT1n&`txz#ZgqLMjyS%#Y_c{Q7#69lUa))rCRX`Zk?M>|S4BQs zL(8kY1{cnNym3RWOLd1>ygtUBKAxpx4o*%^4!NZd*=S7Ye7f){{>@3DCHr?O*}{O4 z)heVy{voxRI3B097GID`bkc-Be{%J-gwB|M!7V9CSz$tcm=z(`G#``L(~ov8^!xOX z3VKVHeQru{#G^ENnf4aNr#K&NxPD^zfh@N%&O$smgSz%APhXQMAOU!IxT%&kcg?QJ zhv-QK;3L+9{OZ+)v-w`OIlc&5n@4UA0=g)!QVS!v)SOaP({jCqD}lPf7hQvn7~VHu zn6F7g*fh?nqjc7Kx%S>AZ@hF7)N|=2dInIsS_a)t(;hj?1W-*zOx=z}U`|~OznWKf z_8k`kFp?I(@8fv~@^qhIo4m`kD(0C9Gpqq}Sm`Uk_R9-O?v|aGQ=)^M-v{cB7sDL0 zI5xe75T^Y17(%{KCOtygq28S~2uJHNMh}BIY~HL7*X) z#je>3$bNifu|z7nbo)ofLG_A!%&f6^luNRca1v{kS#06F4Etp9qm}{;8LzROz~<4d z(=#)?!wD+g!l1`Nh@g)@PNkl!>k3fpOoYi(w#A>-@wuF>hi$w8 zbm!<7VCPgi7t_tE&|!r|f5x@l|JFpw=<~q5Vk#{v2^GIbm$fA*fgV}y18Ba6QSfPO8 z*B0jv&!AWTJIS+LJ?<*`eEbIzU7CDhy%3M5ch7ND{!fujTZWJk6r;Ys#|+(ckEe|9 zJCUB}!Ef26+V|($+@39o7QC;jfVfPMH>s@9fDAfZ{DkFaTYYLoxCZ$M$ z&E5h8x6*?BM17-#_6v)#;*6W(=xKM(kX(HEj!c`z(67A^C9>R3938?^bOs(WB%&Gd zMQVQ%5WXyw@l@Bxgh9f*K>fC%Hl7F|Ea#Y02p+Vle<@-$)>z-d zCm>es%&fwMLrSzia4>-wu1x^U8t6r2{;qWGhJ^Vx<4tgWg5e?(FDrUb^3O%bxje%7 zGj1uaMCiD8pHov@^%qU$BSYy#hYP#L>Rnpcu_-duJDr;&e{OCMmwg=HT9~R&a1FXI zaxx$GSnOAJydX%%un`%kl?34Yz#-)cmER67*YUqzuhNaAf`nka0d<{&jLgg-+<{+x zu!u%ZAj9IzYT_LQzCg{Y!cqnJf))Nh_TDn6u3%di1rpqX1b26LcXxM5aDvOiU4y#> zcX!ud!QFx^+}&*h68ddv*5Tb8gkF$>5t`H%0eYy=Hfh@wJ>1T`YkChF8NH z=4LJkWAQ1-kpX=`Sq5&xMLF#^mop^*WRZ+a#TAnBD8B!?FJ&~pIzs?TfhwS2|46{QSKKw^Ai!$e0#9;m zlAZOSR;_t1vF770&Aa4JHB*?=rYHrPcnMx^K9;evzz-PMx0icgF2APs)O|2WvQ*;m zF-k}X)Ecs)5#-6Ks%0mOPfYwgQ3!SW$zNAvX29YX`8g$!74jRKQWOY&TbswVp0oKy zH$^N&8PNnH*kD@BJ!C?{L?B`hDUb%P?%47*OG;kbv2X_<7)i}a5i>dfNMa{DfbNq~ zslvy)LYxSWjpP=LbQxX#0q}NOEn`?_X|cl8AF(8P*#W(+LO<@#MJeESr#m8k&oZPp z>qX&_OHg5$#Nn6t55V3Q5~1;!MWluXnGj$1xz|ls;T}bVS^5+;a@$OGp_R_DBh?z4 zZsqqfiI3UKjRn#05fmIe4&CfYeft*lrDS%ro@az5vfQG{7B-X1ieF0Ahfx;Zu>+$1(5yk?Mdk(Of{MD)ysTNZ}d5{osDvMBJws4t_%|W@$)9S7eDfAy7k2d-|-ys#iq}r z?p?2#DIMpOe-=6D4~-!D7%O$-DkVc`JVbm;$ABpN7E@s2bsEZTHk* zzl}jdZi!G=r4XuoI9J<#U^P;Q+*C@3NOn7z^Nrxm7%*heK_zNUHYEqyr;WBNu!>+! z5$`JZ*@+idx%gLv8?U$VvAc%#%oP~YZ;JBl%9eACu2%Bx6i@SvjUXcB_HBH-QUKdx zt=!Z|+BV8^K@|H~>u!gz470b61?XEr6`jtD-rxk`0&TxQq)izjE*P8Z++eCOOL`&( zY$X7N-ch=l2VT&Ru^}z7cKu|xW1j7BNLV(fNf#&|><(#b%BLX`X=DNUuuK%ErS;Z( z;0a<99vqWK^r}R#2ssnbKgbq@I0%hOz>M*$O`iC|py*3*@V=NI0Jsdg0Gu*UlDN2t zjm`JAew~~~ccVbcf`QEM?l8L9>HO)r^&sd;_kid^Ht5C%a0t!B=Fd-fpm}qW!acVH zzb~OM$QF1Ru(;;xPgr`HeS4NR=_6tD^ZXGpIPT~mXS8E5B4ok z2D&2e!*V?+d-V3uX^)BxR3-5*m85U2b5@|f)sE8Z+y`Pe6;wt)Z2VZEu?DOR&&@xP z()8`eqTO;xn6!H@e7Sn`n$%4E`Q+M;@jO*()Hvec(&T$Fjwfl|Sjo@1{>6t1t}a%* z#uLLecUfs@`TH(xwL-e3(I9Da#>XTXgAcz$@H|gST@cNWc^r54BFVR#DnazF-fVeC zzkx!-+Lc!a$0==1zaghgJl7^vGT{n`nvi$%Iky-CPKmza3o0DFrL(~5it@W=ppxVa ztNtAR@L)qTW5QeFIqAi;)a zjfUp4JE@z}(#g@sj-9#Bj z?`eU!Z#s~aizy&*x-(Nj(NOq0kw(Br28rYqav|2r9lgqq1mpw zn%}N3ROU++zKusJS3cGaE9zPry`22y+H1RydB&vBI9gky)%OYRSn6G7{|@wu-92wd zXYBeq>4C1)B)f8}A%!|IjZQ|9|z19H#t=z)7s7+u5bbKWqJf5Lao@`d+mTr^BOLL9Iecy@DO` za)*Dr#Z_84R~AT5h?)lQa(h3JR8irV8iX<8azi%ZDf~?hw8Lnkl*by za_?9?PN@ufa0%shH{-i3|^1!Vr13qB+NB3qn5 zTc1>N4LTrX)~N+As%m0W9v&$l$7{~7FI3mQr46$CcexfXLUzS;V63Am(+`uMCd(uc`23s8THVX% zl!;5exk21$gHhT z!CaxMWY|j+7vw9UjS*tk|3pl6WZ4XlsLr>bn1`T{2?V|8f9UA?4dd3pL&_;qC(hs~ zq1i`R_c)4MRWP8zC%Vie_g^EbtLjiRXxj)^J@SOt5djUTd;M!P+2*dc0~7a@bF z^zrTM`B_%R33EFp6bgjZEI0ZocI_N8jinE;Kqy_OS+gWZYJF5iYX0+}-6tRjSrhZ; zFRSQ2CaMyD^nQa8y6bS6qn~FN>tW|>J{H0lX<{zF`Y>1 zbwm8o2J9avzH|wn_eV_PX5t4M;5BX}&>Yw`=6^*Snw7ZZr{x%l!Fe<-zWGj*GkDi0 z!Sh>ew%P#i3j|J;+ZElEapaoXfx@JLMdx>k&Cw_w#`{!F;qHE%Z@Xo7X0!N>Uu_MC9{XySVK_QY z;Xyn0=9qVrd9^azwi3=PbA~W%b^wu3)PTJMPU{BuaHRxnEW*O6RAGg@K+xxD1A1+Z z4@=RAhu60P?b3v31i=x~gbY08y@+|p&9=q6A!ifIZ)?M8=|X^%gDi0BCg2r6hJUgv z+iM%?dc(F+_R`|$cOdV{<~`ZjTP4~(b(m!7SZC2lVBlNV3(D-B!anR;5)A?^2}TMnxW+ zIFYq@dtvxUb^4nPi!t0A@cIk{>~md?t6FM(5U?;eee=4go%~tEFw2qhg0sI>=bLb| z1wkDtViVgTR3V|FAr;&xEV8o9soo{)-iW>Go`&i=2A(WIL zoA$S`xLa>Yq1*V3$Rik)=AnyF?X+tTAJ*^(0bCeJFb9!dEk=3KjfxAV^(d?c4G1m^ z_d>^qwP2e?N!;PBw9zbWD>b4*YHj{&p}b#dwj2v}49ygo(nzfP7o!YlPA@G-sE=#5fE=}_wN zC07Lzqyz)Ts4Zw@j@Xzu&6yjyJAghzWw#fzuFgGZ?_o0euEM>}M&O+@ z?*2~uDI?~jP*E(6B1Q*T7@sDe?c9~qW|z@qP4wBJ9MqKSlAx2R)p~iYY}U>$=Ube6 zc*~odC?CJjt{3U><(k1J)!{<7L26|^EXTrCk}hq(jV1W9A-P{oY~12l)%u*rj5a&` z$kgq;n@Qm9vBv-PD|orj;Nbpv>e8(m^exbt7kK=3VNO28`=F~L$%Bl+#iOt}KNxdr z?f+Fa!z02u9+~dO@}97H?E`k?U@;NO3uVOYAy`vdo(wX-L-VZah&@?28s^r9Ye7V! zKrvf>#O{1TG&~Sa*|Rmi@C8xIqx*k5UhdB^GL@fz=%eq8t6={|ZZb3XKNeRjHK%Ql zxITHGYihY4!V~MB$#}MN4y!NE&;;}{C|QEk(oBdj!ZV}rseHS?X6%SymML8ZjG1`t zjir5sUd=w&mRV4eqG$nl&%T_dgT;uAJZ=s%D~jhV+##4`LKa3NGD>ACa9meOSMB(+gf8mNnt1G3$e@mlOj+Q zqxI50w%xj~ALuO7Xs+nCP(l5#9$~S*elLAj z&}2{u7(~(^gGCg`SUtmJN|whbKNgaF@fRk#jxU58PN<}krj|`F(yhzYYrWp`?NqevpHAXTtCxcpvftRvO zN}Y(0q7Dmj5aU}jt@AJZc$QN8%xOG9>KNEIMb}{jPlwBj9?2Gh;qu+{@gv;tJU&Rh z({ou}(Plk@Rr$?NNqUr0#gV0r}XIKNQ%=5a7NTsgy~Yg~BLo9u7>;Juk21FC!LM16mYb^V1GOzj)2O!LH?_<6Zj}sSlFvsnu6Qc?;aYYzHDmJ$9~-q}$lt@8TYGMf z&!pm8b4?IA@fFRojS-i7f{;^4ZdlSo6!Tw;-8_siX#kuA$c#n1XWtrxc#|Rc1h8)A zrz`ReEC$bdfAwHDXg=V*=;T4oUc5s5!Vj5E_C^qJ*=fNaa=OrzrGKKg3`WMxS$_kO zV>Q*28`wiWR0RrtMHYyI)LEDotYOZ3gL}~Y*BzI9Gl1m*I2c&&`@ryD)x}_C{>S0q zNh-Cr?+IJLm(S1)w*FIPnLUlPG@`RT7H}Ue{G%bsGs#Ha#R?is?vFhazeq|KGxS~_ z0=GQ@a_0(_Aq1J43t_t+x5ls*aJn?A5xdN4&)ZiFx&`t?ILc9&6|lK0l*3F2<(sai z`k57gc74b1c**o&Gf<}3@HByNIQ7+*ET7SSe~C3Ri3qrb3!QjZ#;AE$#t1+xLx`fP z)r7pdwEr+tl2fqP6^jG8WHPKrtF!e0D)HzMP~>?YZ0$?4`l%|FH=wA*Hsg-)C6W`i zP$!Mjz6A1mvtpVvY==7bmy`7-f8Z};cJm4n8Hl&}wP74z`37rWM{Mo%l`Dkc-x|E=-Z{F-^Jjk~S~Ju?Y+k4F|Qm zhgm~^jPvbc!2v^}xMd3rFG;NVQi^saV?I!LBsIhVe~x!N(T)tyiV zATt~JgrL&0@4+GF{+2;g+w9R`;siUVInGH@7|y_OPuM%l=4;S8%-~ZrE6b<;wQyg~ zcDOZR3AOYrdravm?FAmx-<(eW3h~cxPA=1PEuQZ)UYdU+rHO^*f2A~m{_N4c^7{@5 zgC{qIRSujI*wDL_9z%r8dNksr_bGjRm+TFbDxgtujkI|KMSE~5kc`^?D2kznK}h5A zx!(XtUak7Lq69MyiaAhc1m^F>K>PJ32w<}A6V1>5s)n9i?R3qNjuZ=atPnbW2)ALx zh}hdQR;6GC9b9e?-UY|iuJZf2`i*fS-;}f>O`kTOJ`)p0DzSc|6B$f*((7lL#&A=y zKwqxKSY7nr-p=s+J=BEhEY@voMfp0Hb3=<+Eh4p!&yJiQUZ1(uxRjGhW98xQGChIGw=;bvsN7#xa*oYQk4l8I`#w~2oQ!9;*T_BSN% zpdEmXHfj(R$C~I+3?l-lmgOE=Pl7e%-K6)#<6~QiWJ%2uAznzYAp*sQ;E*jHic|fP zrv!fo9m~e_iVEO{nXN=eg?>C?9mfeL+tNwYe&9=7YfXy5$!s7fAAm_qE$l}gwJA>x zchnknLQlq(&R(@z*-L_dF}^>o;XK1xP=hI_dn&w;4^Q5GRqw!8hR}d}R#o6coySsy zi$nIZY@NV32~D=<796`#wQfi8wVk^ja-0ljz*|jQe^E3ACaS?KH8Zq}&r=ohMom(l7 zeOhv~!Tp6w0aGfnUhrL7;bSlgTDqsW0>&ra3(r7BJ{H^%o$#nOyRv>9^42%ETQB>W zO4#P)oi{hKe|-`EI-b3HEtcpY4)k)DBzydu$1eGdFa_u|z~d~5Ul zJ~j_cRJ_~-F`k+7;s@zP+q0KBNEJ?eIOi5O93?4%2?;$b_#c!sX3kp@&sbejf^W3E zP1)J16=&7l%m5kHWx4eJOBPDKA`mUT6pdECU=XB{z|$sDp16W~0K zIU@ZcR;IZlV}|FwTROe`sHD3)9BMvI;SETUK<+jge`92273;*kc8y=&|3b@a7sqMx zyeNUIDnR%QMLPG%n5{<)k`IcT6A^6omxaiAov<+j&x3#|F|e8?t%4D zGM#*m_{Kk2CO~HUv}!>Ij?>;oE++8{90& zhZrHV)c0I)_zadGw8EZsl10VkJi#pm=_pbLv#+2ywIR|{mIhe{dsfkiKcl6^A7qfP zvVBow&NPRngmEbIw-;S^R?On^j)moFnzie-mX0>@jN@>9LQPtVmnnYav9JxGWBLH; zua~3k?@2f3FJ~@{gj&mDVeqpbL6)_s^bi|pCr~3;E24Gg)Jif7B1)BASY z{Ti}bw5zr2>MP&H(KqTO=1pN$s{Md6+~!%z1v+@RD=%If2e(TeVykkY8-1;MENS^} zSAPwpz)*wSIUgNZ7y8tmPP|Snd}5c)rzX_i+?!p7<)yQ)n8N>Ni4!tat?FEPtGT#@ z4G697lC!>eQ&{7i9bO3^v-!c$XS;Iu_&h>+NRqd*SImXOEQr(Q`Sve^_!DINegy^? zScwKW82tN`;H#ajv#G5!gPpxu;i|Hos%3irCFm7h+4kv6V*l;jHNgr@Dl${MCNJ$N zKFcty8;=7^xaEOeH-*2Dwb=+w65C8{#>TAshv2u12*bDA(bMta^XtCtJKOs`%?w5# z{xm=eKyw8c%GvF+Y?xi?^K!gmXs~X_;Jf0Ls)$6`>FMS4*8?vc)fppI{$L} z2_Y_9JE!6x&Y)1;@=-%H5mS4ea(qIg7IeY^v96suk8>9UZTp zT-WTXI6&jqU%PqudTR%LUw@X5ro^Fl(k@UXOcuw#;rrPB>g{f4#r%JKgSn zfmPHr5V#uMzEf;|8$0J59Qd;*_cFOV_~`1?1mr*CY#)6DO}4GBep?qDV-&nzS=sLf zzI1gy+20TD?RjyYcMFU>ZGrYdH%o*9Z{?$!pwm|~A5ilmCZnKF*Uhb{qU(>9z7M{h z{e8PDkM`#)pxK1ccHrwp8bP$XGM^~^>ph^tP`$JFDg(Yk^3Al?tx+q(;JIaf-0XgH zc9Zteb&Vf*wtJcq)8duN32F~*erpHW0PY_j^SipwcLROA*cF>J1-o)6L#rpt2dmB5 z1iPmI^p3i{=T8WnVsG1v(yg|=*Q`;y4)8oJ*f-}qddan69~J3#VFFTXrafp%$YcDq2kq&2%kpk3zLiwsP5_x^02F-!&|tG zk=D+T2AGo6%$W4&VT#PX>F%j);U7xjjJLKsNaZiF)Y&k3txK(qQT8vr@GpI41+xfL zcXJnf*!8Y0Z2b3O>e=Z30Vgyw%H5k@{o%>2buj@`hF4M){s4uu-f11)ht7r+c7{Cv z2^`YQn0YpO@rQ@K*5%yB*te1r_XjX70I_sTQg>r=#!9dv#};bSCQ#s(b(Q9p2i7pm%!3 z%pbbOVb{;U#P@$H=?wnwLkK&=g}<;%8{<2i`4=t*{U7jX?@G!$1^zFc?!9O+XzNkG zzz5*wgIT(cpS3Q21PI*+#61Bw{}o=jZkKwo_58!LnLH=CZ9o0PXy)&Zm^*L!TjcJU zL8W`;Zyo=a4E*oi8nl1scxT)^ z+ZOtyWUap!nYnIHdeZm!Q^)@$|2J<9(?71DU-YNv|3A&q>vp*pTX&z7(slaDbC%oo z-9IIo`MO8v&Xe~6X-~kbX9m@7-M>}*U-EzR*5Liq|3HO54$=I#(@+0;!9TU_mE<81y2io&7=d( zS)KT$owo<4Qiqk4c9PE{t!ridj2Xw3GS6*)%^!cvvcG2fA2a>k++j>R1~T}F%bvSl z!cVw2M;O{owCg`RDy^MvX}Vs@tnxU~OX_9#bH)wNUqV)rV=``dMyDDHnC zU$>7A4xV#*d4L?=2FIV>UT@B_37rIemkhnU&%61?6k{%)69gx&*WCSpyD8_$HQnue zz8=?tK0M}{p!?96hfD0vt`^`))8h5^>tW>}=+st#n{VR%7w76eM5JcVu5njiR^J!r zw;RIiS!li&SADsstEm)S!=f&|CzhMt;5IKT7H{`LM#fuHcdJmrmzzI7%%Ps@_!|4_ zDZI6_mu3EcFO}@&|DUTs(PpNY<52a-O{x6T9EG=4fZ%Z2m8W)Nep5}D2b&gf7y{-O&%Go%#rT^J2NuY72SmS9)G3RnK;fjKK+ZHWIPZ_YReEK|lg?Ly}M zRS@`)ZLrR$2P9L%Ii5oMepTT3AKDAms@WI=_ogoe&roeNu-;Rsl zo|d|OuBx*^$HlKtY27|s)!FyQ#V=3V-99tEJD!m-9WZ_!9y=>_yYr;$RJ7Fuj|<}N zw?mu>rR9=c?i)jZ`=NJZUBrN&WaFJep>4qb#roY?RyN?@n%tQuC6RhZ*xro=Ap`!a z>h7zfINz8A&6sES@b`MpE8e-j_cZVIt}wmVyRLZfdtSMCTU=0jQBh*Ip7GIH^!1VE zO(+hYhEnvEAg-HghnnyGOXu=NM_N(v`NGnZ-4}!%8uNp254h`f^?W6p0_dJZW@MbY zc}Yr`$TrYAy4g9zw^Mj~y?s;g=_r^vj<7?1eA@DHdR*CjvGaZW7fFakbUVt~_n5Ak zeGnXc0>@)%B`XeCB9$AtP!I znNp&`QCCXCXwl%7INgItR4yop_F`Z!qEqb;)e}|;64bQH{62}V=-ga->6dijzeVH# z;ZB_?DYJ6LlP5-7|1p&3a~21Vclc0x7pg@_=(T7+kyhG!c$W^tMOWbI_O||L zd>TDRto32*tX@Sr_f8Q-u+DkKeA)63wK%v8?e<6ra6+B_inVkLEO+&JocttM8aQzL z$Zr#|>_-PQpDRitWCrAMq59xkGJQZk*N}G(F^ve>Vccvf`J&;KB+jJM-&eQJj+b6` zA7o4btMJ-Ckw+=5G4$T3j&I|iU{68CLP`XYHa`;*tdwU~+a%hya0(Wth_L!0hD3}% z#ACXLKcc3imWri}t=hGf;l?9 zvg&R_$IdNJj0+M+4Xr_Nob#|38Fxm)y}=|NeJl-_cn>MfsN1T`QSxf>h$1MU)|t@f zZ6{Hrg00UVgA*OqAHZLe6B>6Hg+3x+?SU9}+EeesBXbx}$#aDXCd1|)O`r{EP+Z=V zoz_lDTT!FCUzC%r*Shozi!|?9oH@ZWNwE;y)4)mK;;JKk1(0|aIgr(9rc>ya?cTj{ z+13u8vV`Vso>4tLktGckg}f$OIJPmx6+*K_gK>FX(4DV4X93S1OkZrfZ|qM*I&OX< zOJ3oTzm+uFN3iW0^TT;`LgIJ7udipT`dZFDy6;rOoIe2FZ$|F}2&1_8(!RmQcrJh- z|9RVDRT`_7dz#P)+|?V@F2j}{Z;?+^74>3YJB*Ss8k69 zNQ@_~9Cg@EMt~$*BOIS&8W=$Txk~42xUel-E=7+Uv zwe;heUzN1=B3bhoaKPTw)<#gf5iFZ;FXcz$$Iz{ZtPe$s1GSU15#;6J8au){x>^xS zMVQ7Sx%csj5Tc;VSkuq1f)`hh6-0V6C-t!WikVEaq(dPCb0g&lWRkV6`FjF-{Yid< z2tKs)+B@EXH)Y^I@Im1t=5!BCoR#2*mM{GlWyGdGmgg%-E(E@GcYBA{Z(92jjKXyO zC`^!^S!=z7lr{7$i_Gl9EtmOcXREAKs ze50&btU*({S-_!T`TJSuhrXd@_oIuq%R2Gxa9rORhT_$fbvgS+mHtG5) z0T0f}z@~3}v~M3okn}GgQjk=0<>3zUKf7V9OI?J>yBj9{J8t+Ng1DKgs&R` zOFQ-`C@gP=TtSxhj~C8m(Nd<#S5UZKC^n74mRA1+??1ko+TW0_NoasmQwtb9Gr1Y( zT<6@DMrK%n@|csL8cvqJF@dFmSBKNCEv&bG@^X)*pIP=ueILrDY;2mpZ;zXy*yAq-=HSw?jr_#;==Ae!0Dx*_~BiAWCIp=X(aUv-wzg$RzvC^R)8mC>z7 z^;9Op7jPAlGKRD(p>_)#8zsBUpq0vd7!J>h+l~v(vgOUF)#+$(h<$+go^BnOjCd!J z*MM>b!Nw7Z)owF27iN%fi>GR7jNq@c?GYU&vViui>OM%zM`#SVy*wS7(M!^$!m)iW z=+ut0z7ds|onAN7U0f>^8;04F(Vr69NRi+#SB|G}J|%Nuk)om=F|Z(CVM@usrGt%B z*ZAC(HyCopvIQAU7TJNTMYQCfP=C)fee$y$dvbc{x_vIl#HqCYTjtm;vZHcB&(9#9 z^Q&uf&vr6+dS9PMIPZ`!27WC}aTj<6sjDCAP zS9mK#I|`%?j0xun^5Q{uJ6;Bwv|svnImN2ukSX>vRPgN zz}$%X=PBv9c9NMR;$q+GC&NKW20UCG-sOmwm7%@v*8!0Hugz(Y9M|NxOZb2G#p9j5 zc!_sElt=!r$G)+%bN`i)I@MJE6UpRrU(I!qYpFb{6OX8?A}zk0Clu#O6~f?2XL0lm zrAR8OfDUBZ?JX(on%F-Q&(L>Q6I#R)^L*BR-j$!Tb6ccVBXL|XeK>u2(oQNwFUN4p z!e916@^pCM!XXW(xMET6N=@5QJ+a+lnXc``!|IAnn4Ot9@S`Tw6wR+dC@U1&<7S3- zj3J@L^8iEk29J%A+0;5*-n7D;DDtkvdjuy9L^AF`4=HgPLoG$$xkKX^Kr0tc5fQ58 zuM*U~=$Kj8jIVHGs=Em`zx`{_e~b1LWHXZYa`GZLxy;eK;s~{qPx;j6u>N5*312m? z!JL{Fth3Z$bqKe)%kPYr*3CA)0&CLAWAa^)xhsc(vTRLxU$5Yc4Kv?#ze>n`y8aFe&?#UEje#n83ePZ3o#SPFS)X{iP$ z*%v0=`|uH|N84Pp47^>P22LfTj<@E2tE6C|laq|~7Iy3WGG$$#FLy_7Rab$o^W`)Etu1HT zsvXTo4pF7$^R`i@GCFrZHC<#OjhhsT8e!#|ttFDI0tXt>*w%6~nb;8atIHXTD4uKN zSHXU}5AA51em>Q|iHQ*(;Oh=kAO_8da#KF6A!P{73;J~X@|dO_?6czy3u)~Lw3K5& zvUgeQGBKu{+RTisA#O{Z<(3BGLsK4H(R*eHAM-3~d_|{(@cxg%4&4=YZElC*~QQz3B|Jr^@_#6Be zG$!>d>#pIgQaPx>t!ecfcapE99hb1BP4jo34Y33C(#BCW*=r$_ujrO%AoS7;vkBl4 z9Wku?UCi*eS6dcAT84@5$TFe)h9E!gTZw76Lz(Tv-LWXtx$k`pg|DB_+mqi^#5~DM zUUf3AuchMw8X1zIbpvV_ZT)ceKaWR&naWcB?{k+etpECW#KQF-0s30+k(CmtuRz~{ z5a>Br5*eS5i~Y%J4V}=D{R(kARZ!nawBkq|tmEI$#Sn)-AY6YJikESf8@$6e!kQB> z+rJ#=tml2%Y#SO#k5q5VI3bh|%MQ$Vm@Ue~FO9AO z2C4IXmZpdz=e*v76rR;f((F|dh^ScEF<~V+*dfXXrfcDbk4-rO22v%7H#<5Q~9 z7>BeO<=u8)$1hqn=LHbm<+MQhL&kG8HQYE z;-si1YnLp;#EUAErpe1s6yvlC5TgbtE4taai3Fv7QA|@w8EmA`s4*DF{Hk46QA!dU zIa6L!WjX`K>-(gy=`aNuKz@TPZ;RPU=0FCaV4#I4l1295VQE29q8-?1E z%7xz!0v-@@tk>aGJ@;AIcYbJir$|FfC)##$Whs z0y;JKuU_Egs^KS>1hcA9V0&W#6w`llsT!waNt9TxjAh<-(uU2-dT=NBKrcK5jJ8c2 z4YF!=PV@jMo?mVMFzoavX4$foRDIb>h2`=i_+y%0LacSA3ZvfR99RH+ zZgK}_0(C0$q)Xsq;dJmK*my4#U%iUy@WtSi-$T-Zr5<+LPss`{I0D|B={*^@2Lx84 z{ahC#L&6;J$6yBbFEGW;6+}McYHR6d`JrSgr2rU0CRFU7DXd_+0|TfdkGFx61?)4j zt%&e+>|m-8GAeY^5Snwf+o&If)|k?cQI8m{4B*OH?*t_(3AjkOv})?b_UVw((@fwX zwW+A80)%5pzz!$GTA+T4=iqF_hUBfHc5odfy3i+m{UJDn3H1dEBi?utR>WWaiR>_! z(`(3{P5Zu$4mLy^_TmB^gu0uAb{&HwU89z`CVG7G)wJUJbDpVFHrkbhext!O9-_Sd zV%E98)Rjm#;uR+ zV3WxkY_07V!#Ian#{9_ebw!WgH=go$xgzWYJhAsWRFn`08TKL~){{?JZ>$a^&P|qo zsMm7f_Q!PaMb5*=Js;uBCC=pzg#uQZRuvPh)i#6NYb_;`p6`)A;#-QWt3Dx2oXZ0Iw2R69(bgvwZf4d=j^+?Q>B+Wqz6il65K(063dzFD_RyjGf;w`!j~no?`i zF|WkvLp!h?yyId2MlXrC&JeI2s>)a=!q<(bzntvLcp5Qlr&RM0d+5sE<f?rU2IlPXb8?%Sv2F%EAziv2& zMFjf)TA-yfNe`)WFuYuM_rZ!j(q6)dvTpV!g|8On+BqI<%2JNS3lW*z1D6;5{_(!A zCMu6_cSRe!_@fgXI@sv_6(ljb3@!r+kX7C-_R^ExNN;yzQn+Yqzqm4X+11B0Vw{JN z<8^(x*`Ut*Vz+rbKQMp0udgrv;r8;v^8{k?Sw-J{>ZZB|KUN(2)MBmch~U1uEj!>q^|CgB|M530 zrd@OI0EozoC+^x)rL8_=efMN<9q$wZsKDFuuX(G4{ar_)P;?Zqbk%EgQ3MGP7a=!1%DXbMwB~f=It3=u9HkVoo zsjr>&*p{6(_~`MlH@@xl$@%UmcX}%SdL;dM%j)SGGKboxaEztYLY9cRxq1j?c|6rMn&cFhgXC2CQqq|ZDpq6KMN;>z0RbCZS zP~K(SnyE+knsh`<3-{%&jptX1DcQ@_x*Iw4>sd=_Fu9stlRiQ)==8p?$eJX(%{SmA z%GKSW;D0!y8(J%avs$W`BN|O(py#xi8+=)& zHJ9%*y(7ZxzjNQ|2m;UD&B!0!JHyS)02FQYaYNWj;`tRA_Vn656DMw=;a?CuempZl<^x6zAv+_f};D#;I%o#%EPu{cyg9jJRh@1UCK4go`@R(YRPRkaz zIE<32U}jQ>+p%wak*YlXRA$_R(-|_Y$&;!O z8~ZCNXApDfES-%zYRgMbJQo()e!3}AhW;| zI7IW>+0;Vge6AWnw1MLBv!3zEL4EN!LEV{AdLpEsCRgYv-C-Ykka4u9Svw=J2M>9- z?sqZ;A7UieMqf_3<9)gMZ#;RjTihKdX6ngLhdX;Q55s%jDo(jS76|5SR9q@%B|qo| zh@y>OWWP!ucO;K?+pWDF1lxN~Y`qFQo+vsk94g8EgRMC_jIi+!(0?XKcr~)LtM*mA%WJ6 zqA<=dnN6H>61AMQ6ivG_GVeS7>+N;h8{6L!?#37eMa5Iez+Bsi zSX;37Os$9aOs$^Iqvc1@H7tKKGBXq|=N@ADpt(dhl7&y!p+$c(wfX`)jZ7J#g9hI- zwRA?l5_4HlG>+>1B7=WTy$%*-bR@8Dk;~~X+f-ip)lV3P$y6%Do94-_%(-(JDFuUH zcEj@VGgyv14!4FVe<2ktncPTNlcjh-WeDXrxO}`O0y|9N37pK`udrBi zRg;+F)@(5g@~Z%<$lz4%5HQSfnbf(3>D=0^-?cjE;X ziL`$&f8_m$t^PB*bVXaZ>7=0QdMsLo_SFa5Swz20ax|n2XU@le`S&hO5#vt%Oj7=v z4)NGYl3$>X$MzPu4a;e^&2#rq-E|{`Qi9U2(CEf#tER=0U;UP;C7tR5&)@ELt%LKI zf7a8J*2WPw&uXp=yAadR57LxRg=u_7`XY$>$`{m|FEd9O`>a(JpiSEkv+N5SD0aFjT==KS&6}6jtp82Td>dwEa_HIsxA+?jkpL& zh;0}p+eZ~U!Qjwy5n28e)%u|-YDmI-Wv<1<>Im2Ph5^^&q~3qt=o(b9R!cZpxh{#k zm!j=Upi`V5`ab>X9I?+h`+DlEHDvPkBa&Y2!!h~=4T@)DUu^}C?be#zk(V1!df6+^ ze+VPD)b@V8Tr^(dpAw5v6MH-y>xM-(5k$R)4k>$Jquc#?~dQPBR4vcUcBVoe?8yw z`Yn3rQQH~w800x7W#&3LON*bhmnT^#%S^5ReI>{X>_oQbz#$4oLA+=%Ahm30YI7&p zaZ>i0xElHu@9+*mrWS@W3h@zs%VuhC1zbRJ3a2AU#&kKq1?V} z7>Qq1W79=q6!EyW+4TCqZB>!H3l;QV%<{9nA0Vko@n0XZSpL_`gU*}NG6(t_zi)8S zDtm5UOKxYSbfl;B%Bkbca#idK(2t`xxfbbbYdnIn{C)HJaL5JuFJ@{s8_qW{5f2ZK z^Xo2YmWBFJVZRVHsb77|Yr?zJ1bMlA`WSasp0!tz#h#NV_@kOaPzAXa#)hQ_Lu``y z%BD9hz2cL6Tzq_NjO>U_fKPQ^GI~J2qAxT#u0WPqiDmAb?>Vsu7Kq5$_~Lq0k$40& zIAu5l%$kqvDM)FeQ9F{@wXxI^5TZO}IqaX%eq47nNI|_|)f*!UDn4S3JBaPK(0G)} z(Qh$3dXbQ+H;Q#8#(l1-iTQ|VrB&u2RH#TjRNyygQbtNH(Ur5tCoX;u5!hHHSs*D` zV6u2UPHm!*(*AYlqZq_Y4&5;vT#gO{u7W4@TwnZBN^_ZQHi(p0;hej92nmmRFB`@#};Sl8tVxli$ zh8!s-V9J=IqH(Bc7CS@)iN&5s=19@}Mf9QT!of%%(|P3-er$iph;26dvLa;L7#j$ZP6VJ*%Ho zMwZTyt=5cHoTFBhttG3ZQc>NML%+1AB_ND@bjNNLgQvelXMh7t0(vt7H?XU12J6Yq z^NQm;a;+q}n2Uo%^jj!Lxir3X-`!N0i6O~0XOl-y3q#*5s1)U1js%g1{{w(XFS&7+ z=0c;cQwOOmGsIY6wVTP5$MT6E9H~WGTEM?_&ED4>vx*OS3b0S6-Vh~rO6W0Gn6N7a zL`{OAUgrS>SBMzFO^fKlWVt%Tt9mNPrVY47*~rXcx$kcfB;dl74c#ob_M9#XOdDDYNce$yp!Ga ztu5*VT9p+vl%xU?HUT|O*&Iu%WC?4~!D>ur69ZJ;x@6O0Z|d9gq{Fs;Rl9{cYvC%P z`cYLl2N`@n-xqv6A#)LLF9v-x_*(T)_U_J#NEgMOj>Vyi?*87U{LYUI6JF-8<#CrE=X7w6^HKY`ZyAPhsG{;vX{?C&D*vO*mr4!cv*uC7oo`_Tc@zC=T3Qwx_KXBKV5Lj z8wD)#W{YL27{BTEP@Rre`n13{bquL0c9BUvS*|w4aU@|a#iLyqDemhr&;E0&bGIU# z$DaFE#}QdhqAirK4!srf*;jwXq|ntK%vQ?z+=) z+TS_2`V2$k9#FZv`fi*IvMp=ePL?1P4A7ARli`TSTh$UeT(1yo_AI5`OwHtEX{s`2}SIfHpUWk{Qdx z-NmGnG+Z!+W`}JL;O(K{5Xd_)6&b_G{Mg39J2Iye5dDo=2mt}{z7+zIoQ0K;y_F(+ z#WP?euj5tX_wiV*7t!~9YyjAOe+$IZXX5ilr@nWfT;-$J7Lr@hcaiG8C0VcM;}`ql zwTNs;R-0wvSO;=i(fGaKemh5FF7^!YvtYh68C~Z{Q2dY@*2Nz%9%t@~uMOG{n0JO{ zTNmG;`M=TI5xE@Hv(R_HuT$I3OU#!7@6*L^-8r=tD`ny~$~_ve8jZfJ^5;{H3#;*E z{-8QCbghLu;EWdGh66iu>U+5I5x%=zSLtcdCwoh_Tow4_!4wv;1vMMDTeaRo@IrV> zD*m;F@Ob2_yv+X3(e(v|S0U=>_sPQg?|&awdWL^)1(z^3Y&KXQw{!(cdlLZanhH~^ z%Bp}ULh{VoQPgUAKpUN?f0lyDg_mw{AJ5r>65YfpNMvX8UBo|lmTOnI9o^J~sb00b zrPE!b+XF!0>)du~2)NJbFdRvVsm5=wadZYJZKS?~_F3r~A1VMMtWYCj%de%xM`_qZ`vBQ9OQ4 zFd#{=_ZjaLYxRS#MeRFl4JzPuFB`B%@c!cdnh*xDRKwBgNK^9~nGe8%vN;@r3JXyv zrC`DrjdzBEXa?ZV!QMCHm9C0b)7PtqWyn<&s$Drjnc1WCqv?s&OokcZ)T~uw zBb!j$2;hiU+M`R~Ij~n&-T@ZL+HcBVT&JQ@uNuH4?{GYP5qDuo2>k-RJ?K8QEzRE` zjGL{K*kYirZHS$+BY_(P6x)8^+8VGc62de+hbko?X(UHkD14QhTK}&`pgKHpw-Y|D z!DjDNq@oH-Y)y(RU4ap26a?qpFP^U9p`jgro%9teTCF(G;pkmMW|~ZN?dn$y=mW~N z^6s5RBJR!j{PJ~%m_PZtgcujCzw;gk56qQznGcv~!eGEmfIz`R&`;rAiV{g2frqEj z#K_kRkr61i5r4Z#@JE^l&jdGXk86cb&cVdtNTI3Eit)>WJ>%>t0;tEKOclVi?l8_P_$0_C;M?s=ccnqq1#w=?UFs&eA^T#xSHBw`EoaAbQ%?Y>+(;}zU z>=D|jA7xtG+$LQ0UtBhf9D`Xv7lc_~c0g6PXpG4C8#b@Wo#{3m*zNLq4q8xUAG3z8 zU|V#H>l90w57bwrl{-Z7O$szB-_9eL22;~Y9oIy99{#ZiV4-!SnVsO8Yi)=Uj9i4D znVS`ylL+P(G`c|AoJ%p;mqr9RiS0r*Qwi@5SiJK?mm*a{0uM3nFK%kmv2ju7YNWz^ zVxhqGhG3Ks(~c@=Nz|6}26eEhPj;b+#H_=FEz?U*Mo7XA=OzL9tOaHw9T<{WH^fss z&6Kt&7)wzBOTp811>t|fwALvR(a zu?72X;MZL?^hUAyFTTxS%UP|Qhff=VKhtu3<}Z!Qk#R}iR!9Rf<}I1erx3#7cmxwN z#~xib945{7&)rC(Nsk+Fbj?_m(an;_5FNeltG1{QT>2O$EESU;m zR!v#*kz`6D4M42^2f<+e^$t+aacwmfs*eXHe-UBY6# zg|_UN%q|ClV#7ODZ>y})D->iJ0Gl^XH<=^fjs&b(IL zXo58Z9YGPbzy+=TY7eNU8nHWsce48Ids>-&yDER*L%b)BsLtJ#Te}-{;9W})EwQh@6N#l2IiD)R^A}?*aT`0rYYkowZ@}-v;WAjp69HM zDymY=ht2bhIk3krxTC1Qh9~>@;^mdbjJF1u$8_cZ!3Ko{ZD?WE2_RY1o1HxeO-2VF znQq6=t+noDC1+5;uu$IT2N{1m0xT`!Ul-Fg3yfe8?tIROBmTZNm)n2XC-TkW(rN?c z4tD$P<)6PiZ7ApH87Xg3$`c@15Cmr$*ezmI+>4t!-|q?7G+N*?vhZElm|5X!ySSh$yA{eGO1uK+Pw#WOzUmrA;}w4p-Uk#viX$mMQUJEh-#(XahQLKrb^vbHqk9g%Wa|^0lO?vwlNpmV9jd& z0{a>`+T9FqabMfZ)4TRepTHn@76NT9>T4%)50f6z6O{1;{uaG^4^>(z>G(1uR}b+=FBCYHROpS!bh>fbXzCihdiL9Yujg-Ay(kGt7)GT-E+eAgx~|zV6%%*q zlHWi!Lrlh;{@`XR7@~WLM%8rCQE%YxY4`G=9ZhOhFlpev>F4}=_L;i0mJjrKnSQc26d81>Vylu*u%g*BBGaQ`wP{euxU?M=Z#lV`%pcRWOS^!QiCI(4lkT-K+< z_AJaY_k-RP#TV6>CcC6I>X<|Xs%kRZt}rzn&QrRZG(ZNB`@N#*CA}1O?XAR+u!r4n;PASyX}*9t!#2fFD+fX z3Un4i*KA=D&-PgBySp{MKPDBK{a|Dh024K;rlyh4KZ(a{=glfQySk;~)cn>{$4Zog zgiZ4u$+wGQNJ*A3+#ZZ6GiQo>Cbjwa1R$-W z(OcwkQ0A1swi2C;dG3R_F@z{KX7{#&0G1(eMa$-L3Hya*K$}SBI6Lg?&EYZTBtqe> zGt&7nNt9hE7wJ)zsh)oQWf>#KowTP&Vbqrvb5wUf0)7aUm6Q6c zoon_}ZJwu4H~Wp=8+hcG=FL)MX*!NxA-MWk1Yfg+Q&-fxwTxN8{m14qQi3TIhHR1z*Z?IYg9_PW# z@`l}orN3_vcd?JFy`(;{n*Mz`LZp66fO%Ouz1V=}+9LW7ey6p8jJM=i zmZv`%W2W3k-F-5Jv#K|P^NNaPhvA)JK7m4gxx$fg6xXH2|2L&+7sMip$?u;mJR*NHas9Br`_ z8MyL`mh9+5W8rRw?~3aZTLKm0GitT$NAyUBu(@&?l*-fyTk)k;)dt|f&BoM7_Wqw~ z(4N0waI*Ko7RBawsnK$JZ?O9FB*FV?y55EU#D9O9ZI?ELd6C8FM+_%!@81F8gKS>O zU3u`SLwN6#iP(t_=#R$k-v(uSQ;Kk+@9vVFJ&)P?l&^Y8bp#HJ6-SHD^5`i*Iz*}} zP2nU5c~uJ4;n@SMqB&YsFBLeP?+kpA>j@NxQh%^Lbq-JRxL$eHV&g_NCgL}O4r82l+=#!Zg$F}B{fW4ic2 zZY?1Bm~VDtAu+I%&4T<=GskY9ORdMlSdA1^wr|4s07*u8dgo4uPYCD}8**oN>PWwh zqhM~y6!gI*=zSp>?2%h=<$d#;&~!w7%;7dN{8L`0IIk3%WP)d}KMYBUmMz|j2DrLL z%7RS8ASKkU1ggcMs~?rlf98gjI3)KREgX2+LB^eH9cAA4>{UXi^FyY8aMkX`vvHul z@q3P)&{Egt#$a^)b=Z9%B?I)57rM#&9D#x;+#(WZS{BTx7DIEwKzWq~=_C-SptxnN z^u*9cQeoV+5`zZ$ISCh}?GBVk=X<# z#fKjPj5;@7NUQd{i=nB3OX*F?Rk$b$Ewr7&c!UTJOG&S{D#xp2eidV4+PHyLpj`CaDFG@wITl43;;uG!ai68&(gY&@cmn<;turREqZtQSI$&ogk#*NT4{ z6j}Xlaf+JTW&Pp+G#TjTB*bK_Q8T2*V9;@NA=~d?PMhWslg@)hfh2LGG4cDps4Tx4 ztyh1{5|O{0?GGb$pu1djg>g(=YC*K>>heWQ4onRN32SL@&6Ge>(ay zcRgpwl1KS>Y>YPM-r-Yt4Pb?1rBwX(AU^cRsy~NRfQN=* zhGdGrYMSt8PlwrK?X4BBj3Sp^ea(I1qDq%)q-rVyo4xT!;L|NHD#nOWu%m4934E08 zTE&j&N!}qTO47PGH<}SNijXbGE?>h~`e+NSef8CQPwhnFt^PpY<3z;& zY)cECkMG+?s@S%#o2Tc4?l=200K&7xMF8Hf@8|2Osfw1H9)BDwSF@D|32VL&7!Fgn zv7J4;eqCr))BjX8;!S=i13%P8=>K62$i)0FZ();~w&MajviD6*>jBt0taxYAmN7+h zy83P&F!W?EbZqYG&la%Wh?v7h=k?0-FqXLy0$xv-GlqAX=SA>DLOMrBHDcK+o0*fx zoBrb= zy5NjsQvL)EF-idJ;_+p=9L%cqpYD-JetO_}7L_Dm874B0M2aW1HLdKx;xl*E?i8Ziey=sp47#4eN|3 z{gGuXrMuvwQGb<5b%no57oieGDy%DqJB8HuE%HY6ZB;7&#?-SHzu4yVv=OTy&Y|Xr zelKds2c85aX)!d_QbzW+7$y$_!qf>AZS_Snw#?~h!9|`PC7)Q#v`3P6U@v2HU>Ki) z#{h>dUTyiZR=U%icRidGpnYW5M(@v!Z@u+A3p?H5Q*SALj{!8jr;NO$Y&eU)x|)4| z(tG~08(IF|ob)k!c9p@!S$HK2eE*maPjo1}irtX~Lwx5VALg4t@czY^c(v4}P%c9h zWlYCV&3c$I^!pgmfbDG2kTz?wY*%>2I?n;h(3RxQZ*vR0h%rN)6JSRA%9vy^3jAwT zyp$b6VR$j=*I7rjqrlVc+sX5Veo_<8MFZN&O#-{s1SuGMW08FnlPUzv4R$t1$nZ?x zMV7{%S@?CKd3TbO_bG?nPU>b;C=Rd5+)R58^1gLS6iJH4 z*@W$50?kfMACL!L7W@K)TvC3tk+PqtO?msBb^)i~d8f6*PAIH2t~c zo_|6?Hs`F6I!%@NR*(<^Eo^Q<8xOysZO2pp9wkYtv0o9$@z?3yYU7&*=g!EXW8ej) zVIP6)9By*$2bU*(u*Mz9yeg47=t5pwK|rYWwo?e7_x{w0g*R!&ir zPIY{QH2(SxIruBLhgD{)yK8$Luwb0FaX13fx@W9O0rlSG~np*%xAf z4ywVa9%TNLCNqKieBes_WFqQN4mbc$tT%elwKKp)qjTMob;)l|I&^>U;^8RHKgg(W z(A7yTh3Vt{#@McA1UeR{bZQ)jk+?HuVyrGRVX9cR+_3SF(d#*dG>jHp-H0Elqqj&u zMDWpv;Q^|r4MZ?JS5pm?3)Gl48A6OY7*Ib&U<@&l25Gep{rAgE5PctX0rw)qQLPY5 zpn7VmGDQ#{RI?`NjvMdZ06{3MDzGP017$b9y+|@>gVV9Q2-Ngo$WMwPe9En;(pYs*mc zn!y;OUvg6BEMsqO@TjsR!uIq4$`bW*p431id|e+v0Wcfj-J{5`SO+jJuO?_|Mo%|1 zZ|ldQ3ug~e4GtKg;(hTR|27!e`Bu*9%GUI;c2#yl?y>)ZCQ7MgYZ2*m<-QW}UJRv( zYAcQq-^K#OTOMZ)JU3a-;>l^PyOVw0sBDlAicnKIW@1PunG&FS0}gls|M~nVE()eQ zVo6_8rvp@d0Lwr@LV8ph^eE5-fJ}5oVyA}BT4fGMym4*X8q}OY5w1IsV5h$zh4TJn zt+;pIZQmzk$C~Jg|h?3S81-&BtSd|xkaJIB)2&;30&!E!GRAaHSL18*8tMcVHz{_5%y_j^Gx*@YV$Y)&Mbrl~g?nUJ8&+<^5fePEop z?q-$9ZNgl&3GjT|*>14u2f{Ipu#%-3M9%~y3i3?r(XjZMcpjj|IdO%BZjmJPeM(_I78C2s?1+ za^vK`Yip3KV4kJUMH>jbfF!I}Z zQAu6~Ee0V6G{9hgAnO*0lzPU4{%YmqF@!-0ZH~B@W%sL{4)lg@n=0VCmm3$+E5VsV zEu>L^8>6d@y_H}-WPybxUD=@Yd1Sv-u1ct2z|eNiVSAuYw<&Mz?yeBp2+hRAqzwP^ z)SJ<9#4uz#cS#pJVq9g;CMhw{*2}~eg32~rEw?6O!-q#;kk?k(mH&y)e7QULiuHEV z7ruXm9Z-@zmG6#|7G9S)%kh_~59F8EJgLZ^ueqEljyvh2z!?l!EezQVEyH~m@2u#S)kC-)pP?|50JIJO6{Oalo z&8V?ap)#az{WA1SLs<7fZkw4;@un0_;!}&6!LvR$#%Hz7!O9Zuna0<>*W^1+psb>=Pcv{OuNz!nI$;-@Q!_VGBj^( zRNNV1gtshZ`x$NZ^(P_XI|r`@mc?~Ri3R%$EZp#8*_a2D)7~5OU{^8!i}t`oW>ruN z{f|ajqjbHrw$vlbbU5uqXm@St?cotm5Y|D2M4ye7{`KM>0PFCf{u1vvwjWIc$R7_E60Kv znRLH>PPuWDzP)xX%;x_%hn=`HyRm>XHc`i|=IsTIAN4;Out-q;VH_^WCoI3&ck9`a zeYq)Fw%%X6y0ZSnrYFP#Bt{u0q;?aJU^a;r-=y<6fE5pj=aLexu+!BP1#++ihbc0s zfh?Z~(o8m7{7Um42tVs_izgCM zOUiiVM2m=j1w62cAh;#b*31GcgS&izIPPCtB{!IighCcM;|ojxbMl&<%&sg4Mfq8U zi7#LOrc&+Tufay`vV`pA;wT)(fP-k^?T$(p(;l`xKw zu^VB0ivgVgZ&Ae+T-9`;D|#Nex&aPnc?ZBEhRezDg8G1j+2Db4$mu2$Y?oe0uCLWH zF>LFuT8t)!CONcvFPBYhJr=CS`Ar}$GJQ{jtbeo9G}V&dLaDf}WF>1|P_)Lpc}aNC z{mjw;16!}jOz0SW3>`p(^{j4offbs%+cxThn_HpUl}I#~c>l=X+A-cI{TOc4{k3oh z-yWf*wRPo8(*wO-A=8Sx0mJrPx>rptsn)46_*eq7g~ve$*kJhQxw7EzEphemH~q+C zNQUFtm)?gX=t!t55gdDSgznbHiTWebmt3;)ZXZv6+ZAkArN?;v2dBG%&-I!B1wN zhbfZ15*k=KPR)MbSgS|0f7kl^Ocs=9ewISE|HD#%UjI_@3;UT3PMr-uYk$d`kg4r~9cz6wlIttOdLAU*QP^(}i+e#5ZiUq9pU}nyfZbalQ!(D>>6+(rHL#z1pWCp`K zCB{)e8Gaw;Lxg3}uQeyx)psjuF5Z8%HBxT8oCD_1N3)M>P0->pGgOOvO0V*|B#IS) zT(^5Be(mOs$$%wTVn}bOC!vTab`(C~1d=WkTn5wx+H4SOUY!GD8MqRKdQs3kn;iur zTDcEW))~`QvfUmWeLO$81MAWmxwR$edlC&?M1R_59cky3ZB`aj%;eEm4yHYqR0>N_G4Ys0 zF&k_rZ#7(ljLulR*pVF^oKBr14E2C{t%zGaZVz|L8Dob0!&M3@p8Rp8ix7?Gd;Se zfT_J^)Q!^*>(PKRsb%8nv|+IWlQ$(mP!_S*`s}F*FQ%cyxPGPaU{jdgJa;o?$-U?i zB-xr^{kpxnRD0`LUm9~_nO;Q38}dT%auw*a;05A?IX8#j)f(Ck@)z5o%szhRo}AfM zM9#hZ(xn3$dWSUQV6)t`oxjK04BCq4Ml?k#_=r1Sgm$#DT*{Y6RwYKi-t z;scD04n|G-5r2(bf*Py>F;g&x98iJ?EY}mGAcdfd>nW2%gXs4u{phE-%h}?QTltI> zyQ1=(PXM-X+>4oU`54_lPENB%xgv0{3i#+zF3T`WL?#%)`y3_i32>_DNeoUy_2z3p zBV;5GQsryE)z?EQb*&HnHuj$Oce^wF^(=SQ9&MdJ-|GN^f~{1R?xYP;DsGHC?65C) zE5~Ppk|L4AOOc7abo7Dr-^BVM?h^afB`#OgiFX0Z4O){%VrZFJlWA$GZe?c3rvc$E z>!Tpxm`98hOyFJ}$nhST+73EI_iiu^9^7ZzT?<~8H?||3Gc*HdsQn!i7uqW4yKo*> zZHJoHQV^Y}u|uTHoM%HFj`1S;mLDCG6w?p=m7ZC%r#I21C~ct0j(t%|vH{;D54y&1 z+L5OxT?Lf8L@e@2(V4$$Jk4htpYiO1j zB+1w7Zcy(uswteqFL5Lb8D)V}U`+7KAXKNp6&h*CbZpF9n@npgmfIXt{cxBCAE+syoNQs=zUo$q;9 zu8ukH=K7QN^0xT#^<0e6`50qs+g-xd=XL({5+QQ!h_;^jOvp>3bW*XOiFg;IxJo!{ zqr{pO>LgiQ5u%od<}?HUX*x8@T9>`<+XT@?$+;5RwS1FYA+zP1Be-%VFA5ghJ*}E+ zP%Y2RbAHzCYyUWWJ!*-U(2vSvQhdc#ku+kyP~HIZbYplkKIdUMli+y;NUhqznfQ_n zYtJ%**nYn!_sQVSa9-yO6NX&@*?j08?_Z@kX`XVO z+&}?xEuJ^Q@qE2H*#Tquk<><|^86I!hPixQUN(!0PUG0BE3keavEzJ@K^7J~!_NEn z;@&_oh$LiY`SqRNd?w`CV~@UzLoSi=;JL5Z!Tm)pTwPy6`A?{~m7dCe%7rHfA>YB9 zp;A)Spqkm71{-X!vS^y?iE4@D8;$w!l8Nw6tRK^UKi!nq2kz<4^izV{?OKi#1!0ff>4xZRMqX)2bZ zHi|+7QS+TRkG9>MLtA^DB=cLnHrrBL#p6=;Bg>_c(xU+TYM<$r=*Qw-4N;@eD4~WL zm>X^>-XvQZMK1gY`MfmtT|omL0@H;A)dK}3%ZZyzv%Pw7{XqtJ&0-*s=M^G8j2U!- zHGr_R!tW|$sZnf$1ho})%MN!#1CVrTI$Z8K7zZ^SM{cY+U1w0YyC0e;plw%EU|xxi zjCcd}6sBE;LVmLasl6clYq4o|N20`1JMSlnxj%DK(1qDHP!FJPQ8XG?PS}iejIM{)4=^kO{y-1 zUl@79Yvk9Af;JTvp*cW8F|p!gYOkQ%%l_AdDjhDL&7dG@AyD+S1<^H#AIBh*h7Add z#TKrFUX&X|IS-stUTd#MjvyB1ERHy2J~=t8bQqK$+7z7Ape*F%nV+}yCS6dkTYFs} z=t6KwIlhJER8!mxY#zFtPCc=Jw47NMIA&{}k3KU+3T7%&73i!tt}i@gE<2>O9piwE0D%;T|d#5hMKW zjn+q)6KOW|1ds2hE;8KURj~+vB^uuyyU?L7px9(XR^NU{_2_%l$!D2iGu_i%a_OD} zC{Q(n)x<)Fa6N%lpWZiX`u2AdL*ofZJSz+K$Fvkd{!XY5LI5ODoa6V5bTik$diPJl zu7}n%lS#@a6!adCbrPj&3nOt^jf0{Y^Oj(Fq6KxbNUg1-ax$s$hHzUlO=o`e_fjAh z?D8tYI@}xPID9&Yy;@M5h|JD#&PoDXWhhkiv|-DktHo~mU1L7{;{Of2!ITIY3`I&L zN8(|2?S(N{e$j$V#-d0Z1uE#@19MYr4<<}`;z0#`7?t&AFDj#{88C?bW|k9+K+YL( zb_Tz{d8mHV)FvTr0~!M}Kqu`c1rzTe8R+N;lo)&e0lTtOz>SN`&Wk6PouI~LXvfsX zr{@4eimD(3f{DC%!hU3V4~tNr5XPVL%f6RE7ef^VvPBHc4Df($uBvc2hMwJf>t_LI6?(2L5rm83W3(Jyf?eW*WD&Uyi(V2-T`>^!rwJH4vfitR~(v>k%?1XJpP`90;xcE zLA8AMZ?nddm3h~q1jU)0L8jC%TNmkA?_JAdzm(9qI}Zonzorw8*Z|pfv&qPomN03i zYB`Rr^%ckO7|TqpI)o=pwseB$>#_FT<|(Gx@rRcdK0KNJ;smVi=eA2zjZ0_HsFA@G zSFK2Y5h68kYy9Snum5atXV8?aRfu?!-mp6^2KAK+nDB%)K&G((IZ~u515pL0I;apS zXZFuMlAMg?j-AuYLabg-vu#g9*qo1HsXq3Ec8%@)dxM?mQqH{pbCtR9KcJ`Rnb`m7 zvYJxeu`T@3IA(Mi?gbYlCKB+X*AM*^>Dm%y+L{&UY?YPW_0=jtGS^Mi3%~DhuvQa{ z#2b<|wgg%AV)=ZTzK5BFY+aQhG=Csy7=Lo;W@G@3%NYq)?#vAzc0U$c#>AD>7>N|k z4OG-LcY^dcnkSwe${snnd%C+}U8h4x$N=R1xgFsi&4Otd+G6{^^YAKX9pXCs)2u<7 zo90sl$_s_f4VNP(QSC!C;|+FoQSl3F15*9P-NPB?jP{Tx_C+E7t5m7hn7?{L`TMaC>xrOM(mZJuotMqVUG+OTi5DF2EZH3*?9V)X~k6@&s`BFD(m1xX&q z^nemN0~Hz%h3qO4HRs2gHzjlw{<6fk%mE9iZ@KL_=>v`4+I1JeK?=%e#2 z95I^tQ=1KohNg(eZM=v!>B&%QG*$~0d`QT_5q?g_zf*UZX9j(!B^W7pOB0Y_43r+@vFUwC&ib0%HwADHJ$@*6MBxN&|)Y+ij+TGbJvli4E3znr3~^aXvG0%`qs zAxJ#BsQ#_739vELc#ARe@|eJjPaLq{KsT7qikJt8jX!FDGD~Sz*4c{&e^u~2vsB5v zzW~`wQW6MWRRQ0Cez2Z}lrSy1PE~F2NDTSiUD+GR;=n=6M~P%g6mN))G!WLMMo|OE zVL7$3WNC$s?EJ}l=Kx+9-?f`Emn%6dGXH_>M6{HQBmR0h!~5+MLsaM_dk19wk;(4Y z)KqT->s0HJzlu{2J=;sQ(pkt;!S7>AlgzGVN!k^dA_hr9#YB-1{R&oc_4$U#-)zaf zB`<&Y{(deHbm-B$^NOxHxUg`2yo`4g=+A_TyDnj?S#r+5*%W@u$TN=~w;h2<+L*Ms z+b59Rf&cYNkO^1c!p~&WANxaBGee>O0-#%+si6K$3Dg6t;!dQP3IZ1GgZ0HT_{;cN zEP)KH>RWVaI&1t};w>M^G^8`L``?7| z!St1}m}-savAqZxw(qaU@)Fmb8Tk&fstTKGUg=|dQMK-M#cX@WSc?y-C9YzP$8*P} zeV0-cNjF<9?;_sDOH`X3omy{Oh7`kd@gS**5LQAi)$;Hy=s(^~F3H;*3`r9xoRhfO z+{g~MzG=-MPe50zCj8aPEGv`TuMXo|c!#UMNr+K4qz*ZvKeAQLG=& zVzU8VafBwgFf;v&Q)q|QSz*DKHCUP)59^Q`OLUNi%9ulWi(9#8ClYM7Z{$k)k5ueA z7J3u}Y3{E}Z7$?)_UjFjG^#TgmXC*9@)L(wN;GU&eh-EQtU~i}^9!KTGviQzwiR~zlJ*H9uh*LZ5L^1Do z+axCbXKwWj9ZNdyk3z-pzpy0!??KL%s=Vw^M6J(FP3+VPg7+70I0g2fVDh!*e>&`Vo ze8Xfr4yYDLt|wkA9FZ>kCUC)0W&-J|sTXhGI<-sc?Q3$L2iKS9=g&+?!2(Byx9Xov&FkEr*HpTdB!k zL1KyT7j={pxS!;181o0DF>Kva`ZVRiSQo0uaAH}E*1aLl?$WvZb{u4wLSoTfD0&J2 zheiy;^DL|(2}%P_ICYBZ48449Csv?4SZWtHH5#Z=N)D0+eb6qLkw-`{tBd%1N8=eN z>X!TBV*2@un-xI0X1F3O5+1-ax7296%GiiAY9{Vd;(<++B3cmro@fe%ORXV~mCq!B zycpRzx;ZcxK#27Y-4hlsxK+-MoN8p6j=(&*EL*>%7!2F@GwRf+1Pc3(G^BRd=w@BNI`CpSzt;%>L$qtsG+bUFBJ~u zm#)i~loFylmE*NiCzCT6guks8&ePpGQnRg$2C5&M2QP@m_2<$q<6}(so4~r{bj+7yH6gYBs!Tz(Qd|l{Hrmb$F%* zRI7)=ck~Jq_@X1iuXH2IHzI`@n2tboS`pf;7Q}~l2e)|;^yt{(k`Xv)7~0&{wM(iOX!=r~vE7ifC+_CEw7}7p#BpNie6n@%(?# zto1)b>3{1!VE%tm&`R323-tf6h}C}b3us_shUjT$LBP+GhVWP3Bp+vG8MbUDXkD5V^AP`R@4KAd!#ae#$L<##b6TrejB5HTg@M z(YZ!xF1?*|zlk-_O^-!a*NUqJ|KKj?-w}?;GH4|6t3myl=o_6*AXY%`%vz#>>RD56 zfsw`p(qrr*$<@V&tTQ&qe%IY@;|JRV>saU$^rG?HTs`41TztC?YO&DH9$X1EX|dcw zGnGRbM%rD6@50{N3Z-@i=Pd6*KC%o$c?|ry=wO;pR!G`Yw- z5{!OB+k6d?AwQbHdXGP_W4y5Bk zNSM96I_>%nK5&c(>RNl9;0cDj*FECExV3?Hn{(Ib+iuIqnr4FjK@++s_%gH)U_IR9 zOsquK4nB>@7@J3JJnlxm+u`ir66ca|>#QB({d+0v!KKGm{v0t>5dQb2%*e#}&-VIC z!`k+M^&dwJ403!{sJD`A6m~6DRR%8+`vFdHp_VmYa>!5;nCe!<3M3R<-MYR^#7C)v z4l7uub5z%ogp!M$+)NLXanF|*AH^Xgm{d&}J#H*-pCGy8&IC&a-}#P5uQhbtGIS=% z1;&j^YwijhD?S|A)hZQZ=N|b}2Jh!j7b^>%I*Em701c4BeP~W+g%u24+0p~Tt!ueR zxk7;tMill-76*u4C}$6Z3I5v=-UPm=e#bsaegVdYm0N zWWP}lqkPp`T8WnSx-#p-bp>=F4Cki0JOySeQ_f+bmmdb(ouiw76K7(Nh1DD{lgeRG zyQ)gP(n7GGJ*iONdaE_N`>qSJPB_(tbfTujk(wHt#PMgNIIQhhx0^UhqCWg$s=67b z_6uO8l}zVvJ#yl$whw=LwaAHkt~JPcCHbJ#;hC-T>}X$KxS_Nb z6z_=#bp*Sqoil;C2_n?R>i>h?Nhp5>{N^h@@4C)u*8e_j0Jw&!6@0tp%GVtzb?90O zX_wJ!4Woew0xNAOpkdbeYLJpHYJyap@7RtYGvDO_BT1o0ASFU4C$q?+E{?(H-*bUN zU?hUiu1tLdU&I$cI|hE%)GEizrE)UermJDkL9wg(_sj z{FOMZ5YG_+X`!B<2m?zV2Z=dMhL(~5(!CO`Yt1(7T+UAwJ!*jsxQ^<0wv|j$=`3n| zfZnZ;2?!G9WSjkh@u3EPh!KDkXQ(_pI`2wb=cU-2*-jSH2eXtR}>JqT`Mh1fn&pgQ_YBSlJw`qGHix~;ng zZt=yr)K-Et8_I`Be8;M~ETd*2GVqA|K#!OC7;@e1ZRq%%Q=IQ%p3c^uC*bDDmppK1 z(IHP~x|o_cIJwd?3>80%FumwWp}whLw5qVeuNS$pk7-_i65163DPR1KUAT;`d&Q%z z+(<`YLH@~P@)r$4^c{iDS*j2lGFD(UQ^YC2ucL22ffBXb6zwY-J>HC7xQ&QsCxY}R#iFTpfxaG#blaw$RQ?=eY*Ds=j zxO0sq7jy+EjJ6PT6KIbg68G=Z>EgpAs3**@+9>nUKu%U=+F;O8bPI)Dy}#si_gjWm z%`&7Bmmg9bo@pUmizuJC+cumwHA;m=b;u~3JvS1DUwh5>*NK}fj|RW2#$y$333zI+ zDaCuDEM>gX3LkV{4?=&bB91e1be}prd_E8BGu2u+2}vYu-)h-OjUnm!x*s|RoSwWk znr;L}igblVkd_Bh(H=lrsDk~G-FJ*V|38%dQrB6mP&jP?2Kk(?!kK{ zTBDv;UYqw+ABu(=nz_r#nZ+RqPR7i9%=ou0_5^`c;fFEJI!KGtldEb!#t>~2=hiak z6YtoI(kpqvO>*YtMkdeRgCI_yvWw3ti5k#rxq+QaZ!YwK`@H^xTfPB4 zj2chfPjlP(wc0N6m#21dMd5|*j1l!9>2hxDVS20qz7Ab-d#816S%2$W1cS841#+7h z{0)~-O3z#mkJ?UPUw}yk-9b)Q5irEucUjb2wA;{hZD&GPXccpa4ZueC4_&Dtn7@Pi zOqZ3p+a5ylt9T_m>{6HQE(SPxExqCtx~&QqZNN{aW3!@;)l%)JQMI_kZss?MZlT6^ zDS++Wko-hxHN$m%r<7zJR`NhLjvFTj8<<_D53aNK_er-8O*WK z*1tFMk&7Dl0Grh!`H8u0BKLwg&%;N+f4CoLPPQJDHpeASD6dQH9dsj%@;L?_s<1u~ z{d-axOLOXN&n!+pf@F2zu9$Ph3cO0ww_{;|by`Eo*?wdpnTa~ZbwdVp5W8?0#vY6j@`^(y+`obmz>5!vTa;{M9?XZmqN+O!e}k2Ph+!eQQN<4)be{*Zusz;tb@lO(fF4gJRb2 zm;Zmefo1sbK`~jiFJXfXru#-+-+3+4#HBRMRC$c^a6VnzX(yjzbpIDPh?G#}>jUU` zWzDWg*1gIC=I!q8o_8U?GS?qSh;@@OQhHz)>o4~)-RAVbp{(cY{^{&l2ENZC=Tc7z zR&ZvdT7BWE?Z^LaUz3xQn_F3Vh*Apf?6Eb0iEGBLS6#RZoc)ba4ob zn%7P2yogeHW^T@<9W~7K#o_M|8r5L3IBqz=5_wLWqCjpHtAwHD- ztY;9iKtqoeeTWG)(aUo-Z}4%UebgtJie?Bz@uN}mQ($hJr@elMjR$X+?vbW&kN>gSivw*;_ZNS}J zon*TH!I33~%P>xp!KWO}{B|D(quAp$X9#Z#{IE}QgwdP}^6RpJ#C)$5R>gf$Fc_ls zvsQ&Y0NPWtB#3tKY&UTzX?+h|#L*vK8>slw8Vy=E#{w*gLFK}nuRPtGBi8|E5`nCU zc6L)(rzWW{@ZYwKY(Kdg(Sw?5ga=7C+oF~0h@p88^Uabt(5av(u z4=SKmSYy~nirJ9HZ#JePGliTGDweAdzP&rkB@ZOEg1}ZZs83a)8q!Uv7!xb6k0mUo zg(+pDST7qt*<3&x-ow2>eaCS&+A1B%tlG~^I=8P*VRZ$ZfHjgC%w&~8?A{~=(xCyv zO5{bf>|UBe2vNp+eezfJvZ2>+PRplv3#9WtF?O_}UlpCA8ZL_k-U=!f$5Ji*yU^=g zZY8BWskgtqFbb%PWvrr)l}VPpVYV+xu%nwtDmLf@A~VPzQohF6I#$g#N#6=tCp z=~d}YK3rzEjveoJ611g9a4;~WHIKFaa)14Y@#yI6>FET1jFHz=^6*Fi&RI3!hGXEh zS9e1W`ThwJZ&vse>b`^ITU|}lP*yvu@owVa|G)46A>0U8zcjohttAb*?jjnGLYbkj2mXgkE12@P?yvzA z`t^)Ux>k=YS&v)pdJG>bgeO14>(<3RK7PAJbZiVJ#Z1|?kotvQ3L-)vOh&eCVL9Br zBe(NLJ}{bx5dn3@8P7O|y^=k1^7WQSzclFc_Woq$W?+Kz6C7s%!qSB9ZjrXPs|T~S zUw{$Sr$A&5lf!JpAYa4;2U)~G5Op%CX--5Rj0v5W`r{y$rXQ-fy#RQ$ODHp9h6YBdVBEc9O|wk3I#pRDITW{00NO1S%k`X7z;p!Ifjw=fP^(}XJcF|v8)U@%gJI%!$EF{WT=dU z-;x4l*13$Z~1(xI6_M#+ywhBrOwj@MnYVq3FxIFCt<4^}hk zo$gS7Z1G>&`eYz8Se7lOx##(l4~;Pk9;mZ}$xkWNXqUp#=I|-uJbbwI*vO*FyrHi; zT97S5ux`}9k#-(6Hz|=`xx*X{tCb?Y4&E!I?CL#w-Gp2TlqEidvNHpVD3A?#F_&}CWP<0(#HdaRTAh_htXiMn%wmrr$`XxcKuF^BEaUYMmx1wjIEwJ67@8pu%U)m9(l?z@JXOJSmTc|3M; zX;`yBCwcmZm1OK#qaEfSoey`uUi92xXa<6}9zt{IO=>x%e zyi027pB}5$KP~6c@&M~Fsb?{BN-NH)zL(Kr<2uR<9!=G7eqrJ51cf%C+ORq{NNmFg z3ifrpT>Z>8Ct6K<)4EJL&A>0)+}Mk_vEu09Pv!|!JmtKaxpXlLr9;S3nH&FZJ3pQh zhHlHRBDfN1tQWjq%sq?1wSrqT)4u7C&;~CR06C2kgrDR|bx5#yIGZuyS_g5Zb8Ybr z@Gtj9{%%x#i1@TmZyNnx)D%UBF@G3Y;?C8u*ku2-jQd>Kq>KR~>-|buIyR^h+3t0{ zY!}5Uf?QM{{x0D>=K2$_q;rGG$0%jvj>psDzhiH?>nz=0UJbD>$Ml7RsZ4^f+SiTz zyZY8%>LQ*?u0~t!Jj4wWPnVbveOc>pF_o#`OgmR^X?e#L!@ktqx9zn+Zn(~sb9+iN z-l`ozFk@l`hiQsWc&PprjWGz@=2&Ohygp$7$@cbZkMAnPvz2=-Jg@qtY#!R^$+tk9 znu=2#S*6;Jnqu$#y#pb?sy zF>P-z->AWGtEAlghOM1CH-_*wZkT~BW6LG0p(WJj;VmKK1=NZTQCHtDKKSLO#ABWv zF*Bgo=MgAx-T0pp=b!X1(2<*rBdqPb@4mC#A2|$KC!rQIVmn@j>tAOdJyE$?Goa2v zH7(rp$3irI*Dt?zKf9-x^Vc#he;mclMNV4uTQDrB7Z4ue`>tiOU5@y<2AgCJlqxUI7Y&I4lrKg`gyK3b zE6ui}o763{uBSZ53=5%L>E9vt=|ystM@$S!=9Gc6wMxE1I3}?yYBaPavzfsdATb8~ zRNZuKHD2mH%ULOsxVblf9v z<1M0C*!Di9(ZK;qTwwp@mB1#Jj|5)mL~b!wa^qM41e~+Z_uGz@gJC-j;m?FQKpX~7 zVp<}B_3WG+9X{M%lG}Xhaxg?gyTk5H9Sz(2Ef4#-y=Gf5024T3FzOH;N3~gL&3g5h z2Coll)6lj6Y%2mbgv0Z%l1Y#`D+dKB#I5i;GP7?zgg*cn5>U_MkK_Q8>QnVCjKB_S zficJ~BV|D@^)PJoQfdstU)n_{B0w+)HRci&nhJ@9t|-#$&P}wZV_VO zR+4f)=ODv?U?3B4=>-3)FaaB0_-H&%8(ACo4g<4~boQ|XENFN=6QPvT%s8izC}w$Z zrfgFcUxT9*Y0rJ5Wh!=~)$?Lgzx@lcsQ(2H0MlD5m0Tw12W|z)-jAw(UGsQ&- z)o$u(_e!_E@SXW!*YE59yY7QIKL&baz=0&4WpF{@Nu5ozG==C54o5X&e zm4)oaZd*t9i?&*C<>vl-N1dJiJLH1Fa7aQ$=6PIM(@eUAiy6j7u)t3R&;%g! zMy?Kp$HuoXe19V(BSnk^!UtLIm#|)0W!Tl>`|mq zUa|>|ZdaqX$pSlc(FN%DH4=tyHy-_R|NaiE!N=fv@bI>f#PMa3r<8`6-`;F82nG1A zY-}TC{$zJOMnQf)Q#29@s<}e0UJ62lzf6q28Gs=ghA_x_vpP(2hL%mAPP{=V!6b^I z!9=LSbJ|YD#hvx-oJuE+Pl4PJ|oAMddH zT?-E0?{%|< zA;D@_-M5cuz+3cMx5fv2AZJ_%s7nqvS+ZO^W<5}*&wL+=YZ*MPCv<{+#U6a70nNby z3p{m?aKDbR+|Yc^Wr8{F4@1l)6Ke52rMiN+_BvST6jgeLI}m!uudvx%!9&ax`|gc^ z^|C&PhVPXE=xieDg;6Mf1saV1N&M!B#++;%frGlWnw4>Nu_>VI_7tuI%km9L!l7U{ zcvc$?PlX;Kwd%4J3w;!y<_>x-FWxzt)jSG8E3OSVo^sg;;^SNqdPs4+cD{&5kstPS z^`tpP_hlWPn%9;&1-9Bw=HkA$`f#jYQi#ypJ3<^Ik^1<0Scmca^kGze%n!|8MPE^6 z&CQalhJYO54?U*BZH(pxTtF*<*l`CH|Hb5sLBP!!Mfx~oJ80+)!j!PS?s!U?q)~LS zX-x8d(a-0>27!`%?ss<8Q*z_wmY{hL8xJiOi>Ad%jt!2jYc!JLDBjc=)@p63m1Ipt zYW*KJqtK!C>;daF!z5LIn+K&%a-oaGr1gC{mOne|_N9v3a|K36Y|ssz z=ETBk$rCTKNLUSL(UOtA?7(@!?0m*68v5-fsbs@Ghis-j-o#8V_Fo5z&e&*Myz$zl zfOE9hB=wKXdz(^=KHmJ{(qi^!uQ-SIuteOCX5$Bj>jba1cmSQ6x2uL-S*v1I z=c8~<_4Yh!5F08CVt#4idJSg*nR50(HsYf)xR zX@5NcFf^YJe9rwhx1SNhFkqCmNB9sxVpLgjUWd6($Vf+|$0HqPa}@b5U&w?s7ZeM| zIyq5`a~ zw7XK8FF`n`*eb7~T@WKd66iXOd7(tjC3=EK7)=A*W15NqaYGTPy09^^AS5|pyc;jEkTrRX!G8&Gg(iY%X zwSLt$3`hE~&4F+B4Pv_=-#faGzsBwnDx9p&e&=n8SF~iiTX3F!TH5B+i%ULB)NODG zUly#YR<7;RNTXA7{&2e_Y8OIrehdV4WE=J7#$md^4XF{s=#g?7*HWSaqLROpRjbAp&G+ZsaNSRX!>m6PT)J&R{mDVK;snR1VcT^d zBZLex4&Y1^IhqVmCmZG4yKU3t8E2NFa{!SJ;;_)?6sSJr19V}KJ+#(=NYNUfj##iU z&i@-Sh~J7XE^$oPYFvH)8p+_xE^48GwBj7n;Vur|3K}$_g9Rnu&TI(p%5Cg%G;9cy zMr{?dBN!FHo`GW?2oeQ5Ur6;y>xOd4Xgb#W0X!3LWZDdi2+__cXs5^pPDgLxWyp=N zWk=50=?q69K+74n1vQf+5p(0hq-g8CK>cD(xS%ERL{rhYnoT!LRA|vtEWmW}GRROa zto_gb$EXRWPo-&XNfsw$P)Vq1j)j;C5lrjspwe+;>SmzS5RLyjDWyq1|%LgOn)Z-)W5a&}5v zfNiZ~KpH5=tTurI9Vw7J;neud;B!`@QP zeM+17Bw~m3MCV?JYQw6`)~PPV*^Tf{nf9TbCG_gKzKiH%R4WdgMx*k+Ihnqx7_59R*yfI zUGCFY9c(u?h?jvgvoqGq`enHiyJNatH;X>Fn5wNS zmoeNTb4IiyK_qBn&~m`q_eJkzos0gmBOupXdM913>lceKwjSSWRt}Njw(q&$J|yK+ z00sIBfD)5Qr9LcmP8?^rGpr&1aDUL08a|))x64k1K#rMO+Y)`pw#Dy>pEG!Kv{toQ zEfa^YbNVSm@t3@X9-WL2hl)9PkPYB1<}L$-@*)cxuk<}-v+!^mKRO7IU`$z)_~$w= zH6AoMUangCgJ3o7!60X%7pyjj0&mBm)=`Jb4E|Tchc9*;`k{QY!W2&-{o zH52Sn^k;i({e!=d{wGRn_QNJ-nA0;ujaQcTjjto)SbNH#GtJP@HIAbTxi^wcImieTyh^|4IG>@Mr9JXv0cijIFG&wrICSR^4^Bk;+kU(ln{pQBx*Z+;+^GwBEza zSt7=%mIud9mYf?$xJEXXvChB~vW=GcXsi*eGws5PgpnSwq~f;tQ6>}*Q;u|+!Na0s ziH{2~Ez^}490NQwuVX0aG4smlORc&tMmN_-(;+kv*P{Ux#9W*zh7~yjX%PJ$a0?su zXQc!dw0X}_V-kN=0zC@aH% zBLq|?ey{fsx<05O(8}oZjio6w!Xyf>2q};VQn!Ks{Q1xI4Jsu+-Pbc6>6#)Ixj9`+ zTNdWjza-k{WHK%DtcFnelR0at-oq9J)2Y&Gz52>CA(@7GVwn74hu_TT&fuMGYox1% zai+_E$}2H1fWkw;aaACi!QkGH<5mbSnw$KOeNbH_Vrso-YJD{=(WNAn#IBY*mkf_AFc9p4LA40_;Lqf~e=eQ;>D6S|V3foD1& zJ@aL#8wp{}<+AzB?MVSV@5>k!oK7exu{EL*75^6WhMhKR4=BTP-yIl@H5Ajrk*v%c z6f$s+ zOS%nGkr*!^x zx3PQ(EJaDm>v=7AtdLfvwxr0lCm%UG zQKhDUJuR;?Tvk^WbLzTx0t$z4W6-~7;?#h&|D5G>1xc5+VKU%%6$RoC>FJfI%*L$; z!ljLQB+6Fq*`Qu}Ab4O44CT&P`F-?2oq(X-ls~*I)$`3U_Kb1zr4=*`ImNWateQC3 z!rfS7gvr2F;v93Qlb(6=$*-zrlvwvv(npg0nTqmoY*za|oA5>pxtT6)^vZ~NSq#bd z(QWp0r^o!JFUL@0@u@H1rHw4cFl8AYLOIa8q%Oe=vx623#AbZ^KQ6HULrxEw+7s&j zO_V_4{qIj$nHm49s&%EgWxFws`0quT#(i$J%$QX!k|m}n=$S<@`TzjX(O)@_A_A2Y z1)a!kZL8QA)u-{FaBlg|WdhRCU#Y_bfKmZFYYV^Qm&~>FxyR113KXjbIZR%!yZd)` zdXTe4V<~zwdaT@7zn}fix1pw6j?lvOsf7NIcUPu0Yqph4^_5{da{8Sv4`z>D=CMzq zzZQZ_2k@__$@CWA1I|eNgF_KrD1X#gq?aSun(O%x%ja^Ma!Ik1-wadc{uHyo>4^zh z93|6?&?S>j5tuTaEf~fRKgNnxn~lB1Prr`X$nsX?;C%**dQ;B}{So&?TZ{}YDW0b` zD9<9Dwv%=QMKr$8o70uemKHIfyvc1lRz={r@T5(Bd~vsS^P5k%?qFC`D=K!bV@Xnl zmS#9-QNFNkwyfAn7&nEajna%x2gqWpDSkRwF)FR-C~^>!qh+l<;MP1_${79+O|vp0 zRk}PC79`L)K8F3Qt%x=GK)n%!NW7u(koYuWrFDN{D=hZq#&#%|Ykc2UT+@3~8STYu zJnX#7yGY)zz3t2jGl|G65rp?atQ3zSM2TYnCtB|KWYT7#)4#9Wip{<3LVA zI&k?H)>SIwPW=6FQ?JcoXW}Mc*6(3duT_D%_o0TN7neXfu`efv`2^i=k=2LN8^AemCU)|SoSb07qbPvNN?>5pP?UpKoCwaG8=0(jqCtinmv zT4-Kkx`)ta4Je+xs9PL!CWJ4b6H4Txn+7)*u zXC|UKkz6Ru$q)&--xup7J?oD=5a*X#gn44WYlvM2QYKA(*bnfbuOVoI7?U1q5{IP} zDJ2AI&K5E2|CEHU@34O93H@XPVrWMW5J}(QDphJSppUVe*QAUou^Iw2f2Bs_UyvN+ z^9=*!4k0Ggk(X^Fg#-6cr=i>t7%s~vz-J2e+UyJ_;#4dg zfvOBJbl04URY+&s-)Pt z7a-e}iL+e?%yumP?3X&(<9J7w{!{U2r=?W+{B!3tvDF^)K)2A%?|IO``-1M~{82&t za8?%4h&MnCF0lJv>6+{GU_Bt0W4fk*6KPcAS78+oH{*QG-TmF5XMal3-O~cT9Z4{N z$aD}h_@xNs=OyMWpJN$x;wD^1J%hZD9q{2i>mB!$n(gQJINAf&ev>_|qA;fxDZ@wV z6y=(J;B5GIbP__oyZ0s-&eXS)`8fG$zxkmD7^jyDFp68zEO@ea=l2FX-=DZBz7R|9 z<69;96)s)bvOe85xUSmU-Y{J#>p(GJpQ-hhlqHPng36t_sN!;P6b{F9#CM*RV79c( zny;E*PGAU$WhH0sX8I*!aZpZ-d0tD=I=$3TUrKWG0-k>YC0bTI5>ePwaDF1uEEubh z%2aG!Hls4p51sDS@HO3f@s(?;^DMm~*?LeTT&WGq8qF1n#<5aAahoN2O~F}S@x|sW zRSzOtTsVuHe+$nHzKLT=G;N>-D4eQ}dqB{A#-jF96o5v7RUco*Gcc^^M8Q!uhgu^sxWNA-PmA+4`PGo~w2xqBEqgVbWO(0V*ax1CwVPh7=;AUzO zNtrvw7mox;C)HmqYg+fo6fPLS@*EIuvw6fkV8`8al(=8aY#$&1yhT{zdW6IP2xU8k z5Ik7WQYLTBcJRnu?v3-RRVNN$3{?`>)R3n^%>p2SerL2?A)Vmt!>y8pnb3apJ+l>p{ftb$de87H5({5tlp z>*I*+v${&J=JPfAm*$;IQ@6vrSSk)C&MprF{k_xrL(e`n@eqCckhx*TcJRjKj5|!C zd=b>ca0|-zR!UTL8(Z)Y`G4a&Rvd^^cz-v#fxoTo|82OGh55fXx{16_zd5#0w;w1R zbo%@y65&J@rO+l}`ZG?qGo2AU+I}SD2o=du$8R6O34F_S7#(jG2p)GmgmJsp>JZpp zS{C*3NhG|JfVzi`w$7y2pNYyh8_r)^)_=mK2(XH7i6#RKG@%nA@Gh>tK0ett$}tpX z03Jb7rNH=OaYOffGs6QI*6}DDONNAOU}4kXND3a}r)3C1bBicg>?K0&A5LJym`vm2 z8kCWs6DVs*$t04WOPR8S*J3fB-|N4)thQnr$xjf~LLm_<*Jm*W+i0%<{}zOJUD{!= zcveK_=VI0W;Ib|(hKWQmZ}pC{EACFxT&rf_h$qx_dxT6>4<#El8=*#pr<&Jr3T$@p zgvHQ-)VF&^L3YIxv!O_84`n0E;K|#&bM*bNxO@*Uv21F~bYE8) zv>|Y}e!9mv&?qSdA+?ezInH&m*w7YQa7Qv3R^p^nMcms~0o?bZ+L!tJfb#f!J-^<9 z#-M&;pdVSMxY-r?pd7`5;lhOXNf!(D8MvAu@Y)qvw8QUk8`Hfk;Qhgm`=A1!@gY(8 zb5ePmYOxI%Hh`GA%%*fo9g){Ir-)tUBSE(g+Plzn(EGA^huhLHhc8l!ndR>5gEh+E zQA!W*y?fUKUmGu$da=8qsGZ|tQU2yJaYlc`KJ&Z5nT~&COlkbTzyT2gpJCv?QA$;a z|A%GB_+N0uW>u~Kl=ObfupIZmpyd`C?0_2yGX7)%7%=rxJb4z5i3`J)hTtDXI&V)n zh8coH>b{h=w&fOQs=5Y2{jJLv_ais3B1dK|QYc5t{VM6iiW)R_2h%)u0o%+03%Lq|6n9lLQ8C=% zGN%{u4OsjmV{?0Qve^KQXE}F_o82OpTR8A-5^dV@ zal=Dvn$&85(n~%y2w0tzdpL4hbz!P8G+=ZmJupeTbyc=J51(kgF0Ab40LNKQOvi4q zMp+)eC|M^U%*?@IS&lGdFLC#^|AuZ3+XWIpLM6oraE&5R`!#T%c4Xy>Z10yP<@j zitB0y%Ot>5?TMlCNWRuEoM|^H6_=8sJ;>5Qmz%M^1W6F7Gfp+9P2xOJ#|IO7bK>VR zwX86G@`~*sT8<)F(Q!p(!-p%9#;Yb~ z+}4jw$GyWj9yldA`6dC|a0n`BGE>$W*Qr|2z;P4oEW6c-7+w^3S%vwMB%D}XxtBhV z{OMHoc#FFq5*~+3!8R@RomIr^%zm#?^ZmMPY3t%Qj~|>db?)-m7YuztINkjrxahq5 zt*Lk(hy5`5>PGP>jMcowewuIL?IEgMT=X5c&?EIoO_wU3>L4+6Xs{aXfASP@mOQu+ zBf|$~-wn^ps(<9)e(c(bf7}UGLGrPHsQ*|&;n4%f3aS5%L;sG}yJp&+$^WseAN12p z+_w9l2N-*KH2faF4^s%o|Nenu_-{Y@m6nb2h6K|0bZy#v7zxTKU(gL{_*He?gf0a~ z8CP3tN5?vrw2c*-WMMYu+N63@)&)+s*(}vf_ zv&~D)Fh?QpFc_eHF5j*=u?$4vgCP4y9IKcb?CJAD;dT+ z12SIQbE+_zp}{YL0Ql$#3jaet~HOB)`9cyy7 zBNY=XnCPDgRDXWq6cGq600CJL+kJV?G8{CDOa(F5Vg%S9S@~BK-|^7ohfdK^Frzd2 zG<3)4crmjf4L~rL-AK(jtYXDAlFxi#BT73RCjZRi0##b0)|HD+J{bnvRWN3}lFePT zPNlazoRlfX`GGrTh^>SCpj#$n;gkM#{cgG1pO~*WErZfxRM%up&5*Uuu*P*9oZoq^ zE-wZratEZPuZ`zfM}BeYENqWF6^YIHtN8d(em zwk1P4GSx{Mrj1j)@Yl8AI8)D$)TYu1sUBtxN3+YUZ{(j=oUva#kDyTytkO?IgBEL5 zm>v&vjTFLY`T!t)aD(=!Q7sBr-gjWg0-95Wk_bVITr%LB1T}I?0l61vz;ZSI7dmr{ z!GO>j7CP7wu42$*w21^8`dAuGdcZv)7@CZ1xegF@ufyWBu#lz{^))SLeK!S=H+~ zXpI9k-$8WJIYU9ULBr=36mUh>p99J%CyD{UJU6f4>hDn&hSA^-|gKza`ByrU(!fflh%Acj#(o zzP&x(2gtn4QrYF3H^-KihR|BDqRvFEUv&&F9_h+4T@ItRS;6d$N|~|HN-nr&>h?{x zp8qMosk6VY$d<@iH>|9Cva;S-9Y2N-{TlU*U>*8+?BTM;)68_1i5 z^~MUj*A-{dEH@ZGB1c^(53e4YD4|tJZ!f-jYN?}}qervU^F4AiJGKTH_D$#X+UBjY zw$7|!cf5x-iD9x8T?#T^d7k~_g_Y*m%Y|}Hch`v!d>Tc%#+`BFIF3{ zQX-p5H-#gs?5~T&*_AQ^rF}v`*3bLxeN748Rn$YnfnMp$JR7>k#P`zGH+p(3i2b@- zMR-+PboRgNe|n!t^&VaqI+u2)s&|}WIk!eD->sC71m4|U?l_>SS^cXPW8U>#7F~I4 zJGb;aeJsY2MQ1vo#=REq1K!IAUT(TpzT@+4d;R_e4?NDv@U7A&9!$-cS8Q7^Ny1jl8|JXH=ZaKH@ELH6O6_p`(uKSGb>J&iCuG9k8pAl#@D~l3!Zfx>1x|Bi0236`V z@GimwqcP~05&_bGhf<}q5a(@2$$n9XA2MIE=*4zAh$7+$mVR0vZG3strE*|VE)zzm z04h1kJ7@`&PMQgg%*+iYgeOlRmVJF%mrKJD-Vceeex#-O7m4BLvmaWCK0vzythJ4a*hkEau=jW z@{k=Ywv;QvS&~j%n64S%+-z+WR;{~%0WX30|~FtM=}e*#I*oGGH*aB zMaok;Vd^90RxOV!HB+=TBxB{=OEMl3%JqmZlh}j7&rGPK2zD6ZZHjBoieOM0)0Gvl zlFK@vDCv&NTuma$g8Z;3zPhtLsaB>nN2<;IjAx8Clw#thC2}hfkiG5J+`&G55jV70 zu(m9@oUVM4x!p~XNQipvs6`aL->xR(+=LRGJpR+unP%f*5>bOHm>folC^1Z{zD<@M z9yx$L6^jP==vdFY%hX@71Smi|dCgDlW}E8t1?epMRN%zE)p!z0FA?pd{wYrPPIBXH zyzaSahR0QQ2Hw3z z@kpy_qb>rMYL$P%VN}}u&^rkEkq(f)9-nD4yXzD?IU7{k;mf@~K^oW95cGx36!zE+ zcH9wK(x;}N%QNLH>+JH%AR=x=UypjtIc8oI>IH3rO*JZlP_P!cNKA}p$A2F|i{Ceg z06M~MC&g`t{qV`RKJ4uS`$D|0R5;LO*m6Guu^LCt;~I2ih%4ExZ1(aDmm=17a%;D3 zkGHr-LQe)Q)|0&8#E) z6p-XTg{7}J4f4JPXW6XdrU{)kr;O*GkyPVinD@GFl^P?zZ)?AQuL~tgbz&Dqb7ObL zpT`&qW@M?J$vEsP!T2%!#o`W^m`;A;xIYOfRLm&C`LZ3^cE=XA~9D9aZ2Y6I_p+xd`Fbzr?VM)$cPXhG`?|?KFB=$|Jr&9l^ zJ~9@WPJ=4^p?M}A-kt!Mk*Xbny7{Qn`85|bxLe%Q8cT8Hu&`67qIr}#(5=L7SCqTb zrIQ2FMSDQ-0?^ZXBg9a@@G)tY*+*0HNCMIAgpmm1Ke)w9#$BVYJ)|Uljq4CL395Vk z?Wj$CAy0e}LD*#p&Fu4x} z2Z=s_U{d%1+VN-(COakOY zg_;IqX^pA+J-`cRDJAGSLentcV;W{T?dWe$2w6Ee1^n<%woxzT<ZY^kZF}&{qCh^aXtS z@$dU5Lr=GM2>McfyKA&q1n}W|q}_+i-<99md9yHddF&}Z2mQrq{$TI>1_JoJ73RXi%=*$1!aw-b|k z;f-K1D6ih}Ga-M5*!g8Oj`wq2D&F&dRMP&_S5$eF?oj{&$_-|3JnvMJc z2g2_>fN{hJfD|JM?KPpRtU~CTdX#8%Ok9?{rDBw9aq!;7Zy{BM(_20_Z@W$l;I00g#0AS)H>3 zLvs1V0SY;j;PU4xfTk3Ah#?yylu;n&ZRtNAlF*mttie9ri!hyOD)0TJy`TfUef+q? zehp`bMBR(BQezKrFjX84c4c!Xk^aNckxxrQ8-Vt{JLSmP+=L)Eom!F5*6OtbpMQB( z?DJBE3AP5+Fx0a2rmIt1_u{hv3_f+@4|3>9$@ zf|qIF{_(Bz!lQNneSYM);Tf6@7FmGALIJC;kqu-!)uYj+td{dLDORsU-{uk=Sc_b+ zo#hV}RK=uCz!6FBZ+`3uZk{$ZbNWJl9Ly5Zvy;Y>iO$kbv&g1|LDspgR~c2t8@nk# z&6@o8>ErJ6V4rI13b*)@yOH{`F?M!m;=C?)%Qlr)rm}i5_+YA`t2sI0x}~uh*HiKPx$Cc6 zmD1#r95&JyQyK~cEGtbQ4OPexP?gQ8mU|r@cT{t}D+Lr$62){B1yls6RFbBwkUt}o zx^n;2k`zW@0xB8_u1v6sVUay>uw#2o<0dx8#e)l{!y}b9p{ar;IPtv}HEU1@P$?lQ zoB@>%TnO1!lKm?No3_w3=p9fBinIYWmKuRrhpThCWBzMx2xCixCv{Q;ma;Uq;h%>J zJj(Q@*H-(zr0um8^XW1f0qr#J zcbhm^4<(MuIB#m8d%Nemmhj6pp+Qe32w(!jv5Fp61zHR4FOFf5l7D*CbGhvcxYSxeQ`v! z(00BZPxtU;p%uz~e=wCr%2{yUGq4jBt|@s=ztDr54J@4wFdh2ksPPHre+L2{GEHpc zL(>llbe7Wmf0VsrcVJPrHX7Tu?TT&Nwr$(CZQHg{QN^~Cimf+|G4AdDbb9Q+FxOgp zK2*304w0EMHC9>YoPvJ}eXnl96uFE_$Y33(Ypz){iM7_pDM~dS5`L34^ZY%t{$;Xa ze&}9%W^yK>87R|%#nCctWN%q4#EOJg(NT|3k`xirf?YFuh!ZNIOHDO+U;^!Az1!en zs%v_J3^4)8xZZU?VeD7op7(Bv@_F5RCzKoL(0ATm5g|8Jw!Z1`O?d26r!Ffqw9(ek z4j<)gF$O=A7wx7?{asADn#Z@J+tS!9OEL1-x5WxxQ;6N$Xsx%$Do?~N_hHAMmGapS z{&e`+*zXAcKi_&9oOq~!pSM2mf588K{hN(WQC0Y7aOjTSuR?eaNCa0UmJXn@R?Z5Q zT27T|9x+{vKx`wW4VtOGK1_YYtS+C`FcMQ^zx!#nomB}wJZw<#W?8J9Et2^y*nB!^ z%10~Lg;y%?_SbZ~KkEyu>yx6SE+u%3XL%;})u5k6Mc@c9huMNb-YQ-4-8BEU8D*?l(yf0DWi1l1ryFy~?R zSK)q*f zuxfSN&`BiOxG`wk2pQ|`p|?@qviRKByqlD|dvO{r`d)Y~PcB7N>>8=L$_6;@dlule zi^yb*5t+H{K&I4*f5}}!lRddkTcR7!8Kq6) zwOeG*YBp0DS2>PGcN4YPyo(aM7U=zwiNn`9`PJu#vghz~i2keX?@5Lj#O>!ObNvrT znTdt%pCM%_Dl&0DB^y2OYB2wZD_QCiShx9EIunHAQ6ScCKF3mtqQx~Kh^Al^TYV0%1{&+X&hgKfsK^44( zpUZ(ltdKmL<}YFSiwU$&73Exy!S#>-b_eIBU#4@Q*7UThj#B`9N4({_VbRSG22HM+?l@h>2b2^%$UDT z4_UG<=Z>!{qcNv-Rh~#Y20S5mct7tSr^MLbdyX4>iJUyPw)7OGqZu~MA`a*OTC8&O zbbqr{eJjqJzl8QU4u{Fr!cr+>u*3jr#J+nrP=r-c?1$CBLu?ZYD+Umii!%DV2SO1` z0UQblOoZotckNFacMzU@TbkF)Y#nVe4sZ^OeoV={$R%o58prbE4w4<&!&&Pd5#*rD zknA0AL{T8J2Vw7$%HipLJHQX!zWnv}96!%#Bpz)mbB27?-O`8eSj4dSU! zWZQ>Ea?|?bN!K@i8`$sT7%Fbi^87TS{*J%^x6Sg6ENCA%f9NjXALh|;8L?z=p)ooR zMk4s_oiDGa_QE}GO z6o!4ub1mSI4AEU_KV}1sRTHCVp&b2W8J;ROB`z3Ti`<2HR6GSHqMr+C?0_w={gnH; zx`59bpmfN6`+~DJsJkN@A!17nBo%O}Hlpa-gaCjkd`DXt>OGN(#`Dm+) z6b*VkR#g8K!2+2tgep{ma{37CxEoSV*^w zH*uYL&&&UBRrrT83?UDVtsD*jAXfqa;71?^;B03^XKUo%qpjgqxW4Se*B6-J$-cw( zw*~1eIC`=}2<4Jr{!;JnYCo6)r-kyzqg#*!Rl2eW#~wGTVz`&=vaVHa=*P?Kyh}X~ z4DrTu?pL*+-wSe3?qBRyGoH_kVbhq`dp^I<+o6RxjLtt%xqp`(aJaX3@ZrL)!Rm`1 zy6`oh$pcMJy*~B=I>pkqcY3z(=(yCXc1(7BodG&8a33s{9{<+yFsM>4jldy<)zd4w)dsbLYjM(;s|*7I&XnHiF^O)SdAEO3 zr(uyn5{L&eHoFQy2{im)+~7xn{)|#OMrsUrul2yKQ`0;;{`~9h>KC4HbPTFRBNWK` zH{#KN@#O}A)&u9m6nfW9vGFgs)~GOyoE3$tm1b+q7MoVgdy@~6JzUtSTDpOe=&J=d zTG50P(LLjB+PS%QYW=V9aC9nR3=vG^9Yl1hXrpEt8b}6zioKp5+_&7QAKB;KFZ!c& z1G?NdFQu>W;G{oikNR=q)&YTAGk;VAX%z?pCiUxXITb?v zw|<#N6#1+>Subry6+uSinO*?_T0;Us2=~kPFD^z6AOhzGP!dGzhr7&3g3K$BqFQ58 zy{KzS6W8Lhu?egK)m+)4H`6l@3qjJ2i&fi*^)Fdd1HO)qcetMr^~M8qFPgG5f3B^T zbWA5=u!d!x_^Ws+H-~ukfB-HMlf8=W_n+>l&%%B%h=OOxMDNix3`u4Xlru`teWFBb z(R9>z;lkQEJHWqi^^Sw+2133eUJ!zyO%gZ)vG2GM+*FeIcSnb+AZ6gta@_-&;f;>7GmthXkc2NlP2}G&8cPS-hgQ{;?urwe zjn%3)9R*sWOb|%L4{#e6;+p+s0KV2DwBP#8gLCN~BSEl<^;ICrCXsT7^yX=BS3n|I zvx6O(gSMzi+(NN=p$y5oDrS8SI?iN@Vl0YSM`-$10KNZF^q0#wJb)d}hBkuQ<;MdU zilG!8JSSNLD%Hxl=-GNX@exRiB$TG03~#-l@rf7UyJnvj+d>r#yCv=+=< z6#F6cz?=3Wd0CRIxKDwdG029Sx>0g3jHy9hFoA!hBsx3TDXPO7JkWF76mJ3(qw}C zO2G0>w)UDz?GG?i3`s*wbSWlr!j4BGZ=Hv7DaP^B6rFO*c2X#olstcAO!n8GKJ%)y zW3^#YL}{S6KyusTnjD|t{F9_nJ^Z2rl#R~Gh#E5ENg(};gWV0Vvbb0w6zOS~c^G;A zyn5r-(Do9^J47yO0ENDY^1}L9wq>|c*Tto5+CW?^(lDzk9;{otaG+gL=w|)hqvFcW}sgJ zzDpe0%qBF|QS(DU@&gN!x|j+*7r z9U*NES@7A2H*E#4 z+#)Z@EKsDzIS_P1!xB(h#~~@Qa4s9!1KW2Uh%gKJvNLr=%iO_HuV6{0(gEKxAc{U5 zq1;p`D_-G<7jn`1{U>6hgfw^Qp)cSR{}!O664~ECMU$lE#u>(+&NY1?R09<{WB4jW znwx%2PCoSU99NIgt~d=Z53GZbdz(*%9ZtSX>hZHU2`1#IR_NlRHjQF~1qgo&# z-G6b&gNERH?>8&Rd${+}ChPvA)lj>nqojls!&c@*K0OVZRGSUvy~O${UE~r}V|4TH zP5>El^&m|Mo_H5wt6czj#{x2OlXZusH4Ys~10b);7B&5OuIU2_w}v^<^E*d?`sl&m zoIrtB{MBysY7m{;@3S_wPwl&;Nvy<93m(+6yXWc;dB&Iq87u%Zv~tl>()TXfL?S*(_jK7&CH_AC+-7O%ZuhqaT_KlnNxGyDCt%_iwiw zJ8OctS1L$KQbyXcz9F?^b2rWhmsG`ILgkkz9tBZj(~<8y6CDy}AEv=XZ~NV#PBPYG z)CNi0+WE}uQANvfGiiXJ^FL<6{r^u zTwIJY3`LO~z!SQ_mizB;lR5ECQ{7sq?W|<#cagxD`)C7Y_^fr1hg=tBO!TJ`fAy&U+CPy_l?LE!NyIV z?ku)8GF~TK|5!N#nf36VN42b2=h7YD++O6{2t3dce`0C7f0}B)ugZ2+*SmQ{BBl=M zci>+(8&*UT)efNs&q=_jBR0Dcx8?~(4GrXGcx>hiNmICBI#Ei}L;^pfc;GTGG*<<> zQ2O$PjI`toTRDA2L=`!#8%mIYMirhHlwauE6h04rMcE^!3A`z3S2thmSAyUIm93Wr z+dL``_S)mA^^ylFepl*mbq^e}F5t@?YqFV`+zH>5ZZDmPOvtj-2BChE;lC4kAC@3| zqu@JYjUn1$Fo~+UVjC^xIOu9y`zZW&c|p2P^O>s)6!Tqt^}6rs1N)MA*~Y4NgvjWn zv^g1_z#@qq;X?1aqtYl0NA0Z&>9YdT`{@}GUwE=;K5YpNZq=dYJ=!0U5$Dr>W(M~t zGqoEMQh~oWU9n(0xH4sv9dgN>BL+|WLe(znzv!!!=hCM3EM%~XD`MA(SRa|(v3HhCkwQsi`-KYH2x>TT= z6H>ss<+}*8a2w**UXY#KB!p&Ds%V+6rv>}!Rt?s#j5{1QvKsftcn4D|2jVFTF}Js% zGWlMxXU`-N3_)puB2=Z<)t@g;+fNw&F)0^=wiGP~{hm#%w?v9lhS%o2STXj z7Z2(b{X@#+HOqRpD&Yo0W6g;|=gHb(TB5cHVubrk{$E!GKWj^_Tk|Q}3`WzMSZ=7C z6vu#<&{k7h$~A0j^ONw81Eynd>JAS-`m9{9ccK+&F4RoKTlvbpF1dZ1@v2Gw67t%H z{n$Tbh;-gluragQn8%3NXN|$m%;(^^Bqoy%v+MA<*L>lVh89UJEU5}@Qd)smJGZqNuWU;pvemnUWwSL8 z&3)V&A|{*6+1{mPI#DR}%S3r%JHIYC&S$Yn(DKza`qHQaLk{_i9*(=XGU0<(*Do7)^k~q^qSVUPrQgla(a}FiYam6% zqG1gOh&=<+R5eLO@xeatL_B^WrZy#$8)Ez}Q8!*+^$+1}A!-@YCnUy(C;pXIaN5B} zE?xRZvewgMJOyL$cm7VY2-)NCbx1aRP+Lj%_9GQCY=tU~O`f#(&|rF&_G*Ds9SXBN zW6m$)MTYS!$p~&VAXbg>8?7O3cy;UH;*R~~TETwV4JKaHZ`!n__jgp|poUmg8f9+q zKlZAzF#zR3;xkoM5($fG#>_Co>K7VuAOz+;(byYaTT>>9l=D%-bY+w}V_pXBDNgfK z(YaW;B+eSQ&YJxM>S~h>oR^fp&?}!UG5QY`FBx87IxZhc-|xN-PO99}E>|QOz4W9^ z^HvhqmNf55xy;x;EOcXMvvfJjf;r%`^B|6dWuX;I7W5xlU(o<^<6>jM)?f?jg63Ul zRteffhf1-r3Xn21wy_&vU!~=`tDJe#I;PK%%v8;O?+pnSEJ9-Es}IWzoY36U`&H}p z1X2d^*5Kv9j2@>xiwCJw17T~rCRiq@a!>YH+o72$m5gZ@WS$^>kx~Gq-u&L$miRzH z>b^v4B4j0QqK$vjJlPcI6%A#|6}46@E&xukmrIKJA~G*v3(zEJQ=?SQ6#_ z?c3G@RK}=s!%(}FB+wxXQmqIHMk( ze2YK=hOydSPqUO-qYvpWa?_2PbsPDLVxHNn1qB(Dd4$H!r}V9|yoJ5N;Wyh>xxN(Sr?rfMlQ+AKagm@g!n_-Ab_nuL+}L{R~Axx#mH)lZSs zEZp>b`3N$swiCMf^d{I+PvA7x}31#d+(kKsf?VuidI0gFr>@YXPc64UTWz2Hfy+V+4U!Mq8Gd*v33R^Bh* zHlW`}njQH=c{rHDPRk#+$vp+wzcqaMyb1#`sK;Sxf1UHS$0ihOGOAUYg z7icf~CA@+2hB3eR;7M@jZV)2vD`b8*@hKj;DX#H08byvjz7Ouzdb}x1VizK%hDr0f zWN|V8bJ}Sk?Ts%R)C@|wG6K?l4wUqrR)X;Z7fL9O8D^#e2a4oA1mM@s?_M-gL(0KG zdBUCYMXvPuWnwHVI3wPzoJ2IMw5@%C)f3o-znPU-xYh!s zO0wb`rbQ|XT#T_~C6GB=q3m3Gd-fw1qjPR3@~z6Q{eIY zsWjG8?SmK;K((-chPk@>#Wka=0t|TsPEx~~a-uWZX;Wxp)7OFGl|=s#9FV1>Tw+CD z23V%GEio$QBjhShSwvyx^}7(VOi@rl+DU1s0#6(SIs!#o2-=W0{IRoSYacZ8K_XIu z8KUqiaS7dpz|J+K$w*e}$&(mYfdM2Uy;B#*=92qcnxl(h#8$$W!=6+3DhggCF>MkI z|9j@%2^VhLGAb(0Z=L8HVO|2#WsUEGrsSYxz#65aBDbFc-nl@O^CUwy!hVBbX_Pm= z)D%0L?!GjEbP)EOmR481TG(ispzrZP8Bg?@W8G3l?4ld1bw#^5irnw>V>T{@3H39V zAXV~Agtj3l$!yL1yr}NzHM%DpBs^Q3Q50kG{OBw{Pk;u@6wP7EYg|YmPLt@?&2T8c zn`$8f53K1;LN?`iARMp*X5`#Xod@}BcA$KR{(TJUtkF23-{wGT>c@a2*N9pW6@L&d zZyTT!8wAJ&(q(2yi?ta~{|5nyXdE&^bZoI89#lc$jx_zUI92bMQtJlw{pKr@b307# z+xOW;B-!SHJqC+81q5=@5|VoH{DNpm-M@`lCjEDacIqy&(W<(l)`*YsU7%+YdYg(a1C`Hx)apiJ^|s+o z?ZvmjOEQ7A5{fPFJoWRA?u!yb=gG*u{zFcqU3d9~YXV=QV@ZsjgV#V6+U?LXZad~n z)`R**?YrB=i>>BHU+mko-pLAWz+jiJ)M*Ec8;FcFx1JoMwqzG(T8poOth{UE^EM-411oGw^$5gq9_j(y6`WoH_R7$vpRaZT&jWdplgFaG}^axP1T^abbwX4={R6@4OE@k z{;jKVE@fYTQF*S;>gQPVy?7CI@R$oV4D9XSO^rG)=}K`mTP7_1Bn{oYCS@0Qf|aQaKxS{BQCGS zM`1pA!=b2r3w<&`vax>H*KOby&jie}W1VH)f5Snl`RaW(V6?G(vFsb*h8E>(-tn;~ zU~{;r1?OGOzrdBjd|)EJp-a4v$*aGGU^}yWwGa6^w|9Q{F9qM#i;C0dPe{7p|6nd- zVExz6S58uc<3G)1e4w#WY4VkHLKn))p|NM_Gdz)jM9WAOiSfpLK7^Gs6;~$aX!sC- z_}}=!Q)5$eL(znq*NY9~yf}b4w=pjC=j;m9e7N{kLTiX=4i!<7&cX*mx%5+sw9gsv z^d1hJId@Z<#FfB54500@zfj|%(WCOQRy`>=39Kx9`LMMErVjz&D3_p^Bu#69EDO6< z5F_s2eoiUXXGW~8BEt-#ohDTYBtKbK)%~f_gxM8DH|0U-qpIOqeNJ4WM9C*s`86%K zQ2!pJgj$|axPQ3HeA_ZHK%D_Md_-DJe_Ul(MZN>qT5DE*zStTX@5fN3D+%P&rZ%|o zVVbP2y(VE6?lNnlkkvhWQ>guMWEogJNh1=nw#Io@vR$HzVU3RlbIGxz&%EL?DAqiP zjqR{P+YE-Iy4%zPk!+PnddO&zmk$6tw)*-=3>d8ToMa4_1Adv5!Yyn~Q?4W128_W1 zBvIEaDm_}Pec}qZa7Qm`b8&^9$1@I4MR5?lCh;-#kRY++zy+*2o%)gEbL(;-IeITb z7(}Q3Cb(ai0CfWx@uyT{`W_b8x}NTxQs;{IF=ov{0(pqe_ePP-H=cGYjsih7xt^Xu zvr=-Ge6^!&rD4vP!-z39HESfMCcL#$6W7XDeja=tB(I%?*&5%{OMCxSfH5Q1y=(g8 zQ5^XngrF=;|1yWwC=bYD|3di5+NZ(KR5d(E^w-q4DR!*n-Kwi zGC@83rXAjDLw;qwKctA0my;7Q7QAOUtgahCw-69(J{QCf>(5DKte!Y0jM{=wK@J^+(ze9b z{@;t&&$Ef>Dtvu(;|(An9!>)EQcLE^3-o5a_RcB-NTM7XX0+8o@YDsSkTj^$>TNu^ zC-P1RYGkJbC={lIPN;PnYLZOVu)A#LWElZ9_fXWI99by=r%S7TY~iy(^yPby{psVD0&Kqna(c0AJA9szrS|MM2m@xsJD~ z-Q+5GH2PNMs;g%P+m5j-TiICH$s}<7r@13MFbO_e0kxntxwNv@n& z-a!9z=ale{ZT|YX_GW)n5dT-`*<%HhuPv$<(7~4sK#7DwBV=s747eZc!{)R2Vllyivmd z#lR#O=miU0&3!_EBWqzyAZ%x3OL_eY)a%&^So4yC)KE|&7^p#`^?6D>``2G*`qi}g zuy4**c83`Ea1Fr^n95XMeU!3W(V|WBF7PpKDW-cYjpG;+hw`|9ncdoMlQ$s0A9FZRU~#dos(`4rufq zdY!;rTN{>RL>Hc-KzcHNs50zhdVzRxvkcsU;pOJx@BML^ZtwQYIjLZR; z?Ud27wY}!8C)yeiijuTz0b0Xtp8tbiAlP`rsE7hAt`%T)`ymCbiQ1&G-P`$2Ox;@` zh7sS{woW8&M6k@>Py!Kr%7qH-3`jlshk`;U&g1MmGj#hPlR=-@W|68tOTEiqjg_yD z@6-JQN{ikN7W4`~wB-^xv#bTDK)Bg#Gbx5d`1)7#OzBDfyE2w1iFem{6Dw&jnx1qY z3Yw;P>YZRp@}=Pu_) zPV=Ue?y%gz<}}v;JZMd+?%9(+3R{t#kElr! zReR2Qgnu6HWQ|!2JNLbL|2TPv-{@+5{Aq`ERay4j>7$Qyz*#vsSYH)t@bL7c(iM_! z?IEVpLX%O~|B=OY`%p$Ti)Z0_31~WNn~+Z!*;UV$v#vKisjyCtwy6w}YdGQgRf}7m zmB@Egh3rEyH|=9l%TK;85Xh-KSq)C`<$CoBK7O1>@!z6XY8l|ZQ>CW)OOie&&{R=5 zeO0fv{N6nb_=Q`OGgaQw-50AKrUS6)+>H+Y#TBA6gWhC(G{bCGnPM-GH8PoF60XU5 z$9(N7AmnAB#@q@~ zoKS&EUMkw@X&;M?HL`{XfJhswW}!WK(2lO^PUrTdS2C#ZpflZrA1nwh$QDE9{IGR6 z@l5SWSdd+?otb34T96n!pRU;%`!pJ=#AUn~76PKToWTz1$nM{hM%`QGzOd*a(rZGM z(*`!!BM{8vWR)xewI&EX)sjZ8n6{}Mn8Vc&3&N{*4ciI8RQ=vx4Qjc{4{q%D%lyxg2W4= z@tBe55RaN(&+{;lnfuxJF3X7l*YD4R{^BRRj$QIQd~`EMXd}xY4EolB0Z*$O(^I4) z_1x6n($vIEcW1C!fl7ocAA_5Cmx$$*vfP?-x^M}oWNTMqe>Ox4-S(c~7n=h9ilIFY zq-?WQz)oo`_^L@WCvn73O@_9^)F2o{?h zetdA4*k;B}Bbca;C#m-wm=egSL2N(!?=CDI#CCe)*V(_)5A@Z8pVA#}tz47(Z-5{au0RwaGDVcjc|5rdhAb(X2&yPqao%8>GH~ixG*WGZWwdb_a z3itiDFR*O8hb)V9Ok$zN;?ixpv*#$WrHf_buTC9(5$XCdO$3(2+O6l-&KH1uqRE)! zWwlk87B5MobRYnPKcD~jS)W~Ex=aYGVo6Wf*6uDLvPC&jMyw~i6W2qZ_sg~Kg|oE* z28@i%EVfowjx%S|8cjMbsAL@H7P(xmv#ovfirp_)PBiX8aQEgvqlJDB>kjaLO^9gB zDCLA_vm}2_CAZ>1t5}LydTmRKx^6}dD~Ar2!P}52S&+v0Am6D!_{-EOm4(o}?zd^n zdTp!4#`>|$3ddBUvb6@$@S5zUTM=8w4Lb$P8fD0)qdCknx#B@Hp#ix!@)xCJVI4Fy zpbfo+1MC0=5=3-E= z+$I26XY$?FC^o=TL&9=FQrYilp}sYwN3LE!aqEx3UVETlLX9@zqaCE7U)NUa`tk5q z-wV?~_?#lDjkI4_+i&?e9zNzp3GiYKBobT@{+?Ea@ZEc?8x7Ra{d&OVI@l8~M#Od+ zlFlvgsW14W52_l?+@@b;O?H+3dGe~!|5fFPc9(p{ZGt8)+?+U92J91MF~{=zh~{8@ zk|D0cG((l2$smZMn+1%WgsN;8#L(r7a4K?4YzcY%_LRxD^{KtsO4COzY`-4e{EdRxRi^o}u6ve4=v*YE9MP1EIm8ruYf zsThX*unK}6_+W930%!d+R$DsjtY%9T+R*G%Zs9%YB9;Yl+GrOrutW?*G(7Av+qjfm zYXeDsh(ZmLP?QgqbD&{RFWsIseZ?I?W+9e9H~R;;^tSxqze1b-aPsToBv2*?tbt#g$<8Tj&G=QfQx!2jvjX?}(Yt8C)s?lp9DYa;Op{7()iuiq ze)PnA8JAI(x?^o!Oi_X3ri`=2L22&7%oDvF{8yrDzzpY3izi{>yU^x1{qYlvJ#Zm`2P9OD9<*;Kn zl-PMt{Z~-OPpjKbwgJVz%+N90LN01ut$*Lj27D_qN(=fFJY2o}5 zngjJRVL{tCf?rv&4_h^JlDYdI!0z+HZ%ak|Ll>p*F%J|#jDOlu;$x(FBS*_8?A zKy}GxY|<8J^GN`yv3Ws6+0`++<*~ehQGX91s0B^LNTMyzXp~%7+m7i|!UZIaAbtAt z7!j8cu^u=H7EF%BVumCE5-v!GCWWf7OX;5s*coUaD|(Gl6Mo1W=n7-0HT!rHRv^Y- z2r!zg<_5!or-R(;Yw1Q!5L@2H52EeQ`#2s|ZKJo`5UT_dY4#Ub1^UrmEsy%uKBM~r%4}z*9 z1%$xw;-!va)n6M8$Sf=?t$|W1piM+Y!l#z~mM9C_#?r?qtHi9{k#I+o->N22Jb76de4d<>I={=>wQmnx(V1q71< zG610SZ7xa&#IT*TbRGXmveNFMDnxl9StXp-Of#u5+RfK&)#4#E4hZkoGdFPv1xJ>j zjWDWpQJt9Xgpt1AJ-$)L;o&sz=&)y{g|!&+4>})%9kCa*+-7>+Rbv?2rVqClBSJOz zoKKlV`0n<3p2G9_RlzG0{St#`{C1(m&uF*PvNqCzI7C#ml%l+QKQ+xNXR~sPv+CVN?wvt)F;SPGspog-VMp0Xj@NGqnM}WLWR!+UgxLk zJyDLMh1#I4IS;{pUe@HfG+?qYw4y#D&?Ffbe1%CS!{af zAP9LJkiR0QK~k7JlTZ@l$aQldBFFy=B#AZ3gle@Y|JNuT?dX&5{#!@m&3k@ZRY98u zOUH(mEB4!Ycbh4aWV1$al30yc^#>uBXN+DqhrtOse~`l9)Xdt+NpV3Vh~gse>Cu2D zy!HVpJ<0(3F60$NAT)vfMXV!6g1m=Kvqko;{5sbuB_DR`!u? z^?*@PD$mO9Cus1xcq)6*!`_GPGXpd=gF(eliL*CjufZVL3cKfbt%2ZObYBW6mo(>* zrlD$7Iu8}{BI<!71}|0`V8%goQdgbo`}?Qa3_@z}TamY6L$ zK1-D6*ku}G>JQUWG*xdPI7-Rx7982kdM&J_6LS=-Lb&aO!3QKwPJuD*K>h~76`c*m zt)_}e@gsaU@+d|cEF6k>{h{a!REm;v+dFE3GrI1xkJL~i%HQGyiK70=McHGwA3Te z1)WpfUGDZ=@D(mWDb90!<(9n^sZ!kr>4T!e_~go|)tKG(Hat-W>si4Y_R*7bhQf~F zSujDQlKTVp*TqY3$A7K&i&eC3b@a&Bu2)9FX6e9x&AGe3@~rTcCcGBByd&uB67tTI z*QfWiEIjA6p65GRSzaid9f)z6h{k0x71dxGc&%)CjTVp9jHSS%J;R9K92SRlwf~5# zFI_s~>{?yg?iU5JFvU{uvx4JIXyvU!p(ua z4Gb)A_JFPl8LrhJIa(cT44DKb6f)#d+n~5@I`=gy-{x5q628DMu|vqDbF{88V=MbpIdFACmx^*|T1$dWACdB^p}fpfWvKKhXZ0h~El`i}o75FF z?)YYLubqdh8u-luiw6~`&w&>sXN(xy%bag{u&3;!OJF$P+7sMAVaedgf2X#p4)_{* zunYLr%2GLIG8Vn=k{N2j!>xj^cY$wd$-lV2kapsp>-)wy9CmJ8eW{pRW7Fj|Kopxu1O71 z2M3{P0kppUk%3ype!WGW@pkvsD#$Mc@kvk{^H{J^yZ#iNF zgF!o9AFt^D)^g~TBWEFbjDcl3T~rpMS4U$*(kfq=bC7fvx;*YziA2lx>NjJL@n$LJ zVn3kP8L)7=5S5h&W`iB>Ewk1-dnJqUAP-QxKkD+yVO6~z=AYzg0laZ^ zzba{cUfWKEk}yUMjqmv|%Ry}y*Uf_1=Cz6N&3X@)PYwDnkNhKRuzt!NKiH>+n|gpA|qw})o6XmW9Q zi`y#;SZ`_lQ1Yt-VAfZ{q2V0VrA~@(d)ve{0e}aqixK&i>kD1Z_9EBjvD;j9$UT4` z9qe+s=e1F*#pW;Tb$w==QB%qHU3of|b$yEth3z?uqn%IXT(>{4)Db5NoT=W~3j6`!Ocw9<*iu zx%~ZKUJ*H^NXe%ksB`asfI5G%{<{YE2kOlF2h{nBn(8%P63S2H(ll~u5LcsIk>z#R zPon;dwS_$X<2_a=u~DT(kzQZa4sVBB?$*&3_F@41syf?j!f>WvwRZW5;DmfLs_a#Y zgBptjQ^F>`Ti`Nx!5JgeSeZP`iL5e~^VyVI73~-3%VrQS)hSEF5nWp0^ha1YgKb=gxmA&dA_1>vw zj1tQtk@k8HlQ4tjyh`!KKzPYvFiWfC*XR1wo$=#uU+&Jejh=TN)zK-+<>GZ?rDbX? zci)gtgt`w5f5pj3Oj@Ha_;*x#KcL)hlhf5v7m}Hx_V=i3=-Y}7nc*kz1o|eLsgVW8 z4wRDuttH+y`s%IF8S_okDi@@cOpAS2W8SgkgobL6y0^yyni0xV0;p z{5nxJvB)i;!HBjjwz=sBUlxq1D~^JKx{iAygHTnjsX24!bXd2uO+(1LR!@;f~eq z3TT}@c|FV>T$S}CKg@Vd(Y@KS@lavnySsm%p`6MjGOKns9Z@Eak>t|jBX%ClKT%Mz z?nz-ahz-^?s#R5hBCqcW{D1!RKW>VL}w*rOT+wz{t7*qGkQB7FaEJx7j044YqP4dc{ymFgMJ5w}P`Jja&sHsLRcUD(D{f#v#zpwpKyaffe-?73tZ$y2~n9EVTf#Tm2vVO0k-sMHtb(<9$|k@gvM zwFeH=p`V4Wv?Oj5N{5^~*p=6zg}M-WmU;eGXz=P}M_sx`v8uu0V%LwGHVrF}MV}P5 zJyZA`H%*@!SByEz{~gG3$59P?9cA zQh>z@DZZh8g#FuS@3`{U)H4&;$KCy)8qFO&jM;})`m`_be-5se_gV+$&!zVKKMXE2 z%fIm1l$3uCZs@fKlwg<(@V@&MoE6swaOxF9vk-LkvtRdL)kk@ei=*d5N4g2iE$g z4-e>?8MQFN_6OqLt9%%CwFKC7pIo&Wr+u; z7JtwF6~a$*@wTb*Y3Omnx5migRBl+kCNV&`;gCGbRq?l}#yiZd0?H1pGi#?_?EjYN^NelVwr%@PDyh1ad`k9D*wytmR`+@gPw4R*t$01~ z!Ilwr0F|-wF!N7-UDZ%GF$uF&=m5Gmtd4%>hpQd34h-zNp&jE~xQ_i`@uTg5@lG$% zbFg!TW@Rj!@21x%G5gQJMk^k2V6svQGRkcFg_rKstjbQ9hH0wqLyX))D~P_m3}%P1 z_0`1T%MKEviI;0vs*nT_4Hgu`yvmX9+YpyAWgvvARd6m0TVVN3=$hiG0;>)~A5Pt3 zCdIO2Gcd=RxS9bV2%HWuE~ftxdG*1%S6zwk#em?7qIb=@TrQllV$Hm?tdMXCG!gTU zDUy9*Tl~|==kufG^4$ShefuI;WmkRL|$^aa;S4}z3G^dLjH6PRbAf#YJ<^Kc%9Zy84lhLenL{{?9$WuWlr0qa&09Q z+vh*LQl35^IUaM(vu*qkm$TO9z9`bXWk&FR_2eC01bj=t&B)tG#}{)e<#4-~-N%U^ zXdj7xf{~m0{tu&p%c&_T24nz$7V-bR1j5MipS9tKTa;rbt~3| zsk6nU$if41OxQWQkDr-~H&l&Z#anQ=h@EIoq+J94Xb8)EF=7!&Et4~9x(X;8FojU1& zOZqhf2-bJW<0N<~?;}#-3hphhuN&!_PhFI^EUE>YBB} zrWQuX&sF=VcPh~fWzfFq%{2}v(mLys-*7Q$yd@VW4ezLqd8(PkG*RO?)>~W!dgwZ8 z7H6!FPBzEQjM6Q4qF4V0DyQc62xAtE^UGxn!==^6t90sEEqd3_-saBlr-^=sW?|Sf zVPB2(SLtUq563eV)%r|z+uAro!5G<6xfCj2?@V6KoSe?oJe11ePQ)H3i-EZ8ncKk0 zj98s&s>&_h{0A`z3*F_8*NtW9zw>AsBjuK6*b%ESBn+9Dgf{j3p<%;8IPF2TO42L> zN01s1N^!5*Dv0XDNK8dp(;7S~D!f&nhj$RPB!Ts`HS`cmA2l}wXCRqm;7N~% zr|M~Tcc3wI#B4lS>^^-_P0OftK|Sy&&Xt$KA>0y{whf>*w3Pj(nG7W!^K*aB5}SP7&qiVFm`FTNWw4`s)aGf@f%9C>WS25&6NO8JiPE1AN-NWW zXZ-OVTXUWUB_^C5(}#x!vlM5sdcP4ffQyii^|ijC)0ZF-C^fw(QxPN4M)O{t<{Hq+9eRT7WbbyV%%Ir=ck^ z-57MuomOZJf7$XDzx<)|=I?UA1fq@nub2gJh-dyr@kA_rB3rcNY~bO4o`En6q%zvY z+WuA|1PNJx&m1Di2FcmvsQ)>`Om9qb*CW;6w+l4-wWB^G#fa_=u{5U9HgAttbUA`g zql_gY9$GQ7GW1P9#N{Av=NQH$ zA5EJ)#Cd?+RazFLR8*?cOvl`y9K%qc9%?@4F+i-c$s^|R5+bjBh<1a5cvYu_MCY2p zzP_hYJGvCh{v)*hBZhrI1Pk)Goy8SC&2~Z=W4Vuv7?w zkfGh>@##*I>eh_NM}BOKcz_+}tR4vja2kglHQ;)qdUru}fQTh*(IAp-L{j!pkRZ60 z_^_}a_yJBNFL3*!U#=z5i+!1$aK?R2#(j|_fU^Sx)2QMqGC=`Nn7|fm3Q%liZCZe( zxWs|UUF>VmUUQ>=%6BC4-& z*qS^ck|J)7x*xL$9;&0al5ACGznqg~z~*W#wf_MJR6T3av?Z`kxwEWhgC%eH*W&P! zU&V8a8I*s+`n52_meP+Iw;)pe-ppcdJobj$a`MAA&`yu6yf4=z)$naLc)F}tC*@^w zP;`GAm7n1=QcgeA01q*^f{|kLvT^}kLeC|=5$w+D$t+yRI+#)`mU1Ejg7EB_FcxZ& z6r~V zgj%VPoehwK1D}eXNmz}wcGr}#DOjhf@B>F7H>9C>f>Ll8c=`xKHK0%$;9(F5nxbJf z>n$-g1`y-!WOj3MJw7D^+UIA*?AljCR4A4d)R3)d9ek|?7HZln+p>+>kZ^Q&aZ2zq$FZ)_m2m&MgSFnFUi~#tjLJVX_{9+ra7=i8+K#OE z;Jh1>+eSh7w5iGi7MPxByk>~CcH8}S2p9uR#@&a^VcT5)ETzjKgRTB`(aZ)#Zvf8Z z#s%T%v%=BGB<1)9y#h8j+6IfUrqz}MFs#S`V!5wi1jaJ>Nx3OAj!`6TCPWPMS5OJO z{L5q7Wxy#IDz>m~t|x)6u^7il0)0nf;N0j>Nj=BsR-vm3`eL2+mfZA>_BO9LwAGxw zjZtzP!*EEI1>3$1hAY1eA7`X3kxnow1t=l&Zr*o86=!P9z}jV;*R(*`!|E^1f%52F zOE)MRd^?+jH?FBJzgO=2wuTQn&81-*(ohWlY5hh zQR+0Z0ucq{*m8~&5-a_#cRFvj^<<5X-F8R~6yYtCD{>F5^y;43`r7U9mMlTF3^Ji^ ztlqtRM9HK}wr1XSZz%2I;6HX<%(8JFaf$2=ls-UkYNM(h(LSu(ttDnn61W`0)qIdq z!EP%gEnh2Hj$It}D7xhIm};x$S#zvXQ9$-mhI0h_i&4;)4Sf&4P9G>f<4W0uC)x?D z4G1?{TmD-82<9OLapuoX4P^!^xs|yPwroCjJSK77T>}{ zTlK6)k%G2SKyyY(o>e0=FKi?)8&x8@5!$Ws%d#bYy!AsNjCN5@abU)e zV>kb#86&S5I0ntqoGpZp9!jxAzoT>+BM)`w?){fXwZIU-++ zdr38ySU6$*M znrJXjoz!aY{2VP0Z3b8u31V$z9yT=#o#%YxE#*KBH#)`ob{6!14#^o&hM($N-&So3 z&E;@I|Jkc6zpu*_)P6Db(OX2txN9eYevm(;V@Rs$TorT8u)bBe3e6MQRkf}PNoapk zZ@DimE+6_MOxU=Ylr_c=AxwByP;Nxm>;Y{_-dEdr&h7M#6jf)Em&*n&850gZV^Gmg z4T}Xc@I;m@E*H5p9ZCRMxfC?#(NS6rmuEFPe#I!p-33m@g@#Zfkcr$ouOt@JQcfL) z^`AB~u25PCLbyWq=Dq^(b!BHzA1pyBPwjJropX+!?`rl=IFaA_`A+X?vL4GGhXo9_e_sD0IF0 zZ;u^a{YknM*?&oEI+xY%JWu14iVZGp=$yZkUVn703x^NSMVHwJqm3Pzlab`!VvJRN zqxH}j)UTeA8Ef)DLZBqac$cF>*z4dB^wCRHOPs_&7O^R!gZ$41fAWG5;-7TJRE0hp zbWJW22Q$X4cfS;pg8CUHgR2fXOa3(Iw%)Pw_tf^#3BVh;Kz6cHHVb}N$a?2LiajII zO*Py#N(fRpo<;4U)i$AeGBu_Da;RsMuFO=U?7EQ5alqj6k6>Er5+Pe%)JWw#m*9Hy zQ0g6Fi#%lCfin};*fcA#@T%xqux+`dsUOISYc8{fM-tCutj1d6i;^YLxZriAR2J|l zJ##$LR8y7tN|>p<&uh8awg@%Ll)ds#ou~(%72n+frinku_ppi&{faEfeL#2god^m zz`MznrgNLS92FK~K_~pN3HCS(h7~kfe89nV0m(Yl=5k|Kxq%3svkKcnu;cq$V8D5& ztHqKq9TJL65-%wov3<70%Ogi{wzI4|;kAZHXM4kTfZ&eLSeGRe%}9;sOoXTt7-=Zi z*tOV>2((4Ta&^q3!DLYCt!-KuBcBvc3FhCe!I8%D(}!5N3VEaDfa#0v+eUosxvJ0x zH&mg^9#=`+6kiswZ8DbBt=yw9%M0f!N`3SLzKFRYP|oNoqcSeg$YWsBa=)sf+Q4z# zxv=5p@|0u3XrSFgigrs5SvfMRfk2WoB*=Hpnan=;aqCN53ekg=ybM37=cJ>8zBU=I zLd`|gT6eOd2xUnwesP%k3o&lnYdcm@hQFe$ZN5uO>1w;5BC{Q+N2#$eSaF}kI<9<) z%RRtEnItl&o>3#HOo!|6UDgE6Z1V#ZfxiG3dlQbtxHkC&TVo-_QZT+jNrj1Nzdq-9 z1|o5%^E?(=Ob;Be8a*)!SAnFk5w_1y*7!iAbPvxogBoQ^*LQZhjEODrQtm=YD_no~ zMX^g?AWGA<6!8)p&A^^48c0nf#L0dGDr>v5;V?zQGpCpz!W;{aA4V*M-?^^*r4F+$ z@lPxr19Msy1`8xG5fOhkvE*}0Ta*y03rF!!;Km9l9Os7fNx5JxoV7u)vMjp`Uc$$n zlerU#Eh3*$&xkvh0|~BC3T@Q&Nk+KA3|K8=7*3I5Ne%qcy1+VcXDWwV(VPa7UN3}) zedycMJZ5WPLm#>eBX3iv#YmrvM5Bt0&Y%QXm-?s{=n?#C=lVkM34TB2QXjP_2OG0x zDV9LN73Qj^t{i;us{7gusE1JiYfB+bZODClSA6V#<~7U`U}?v+(}@GDf^dzD3(9(| z89@58ke_a(6=>_m5GvsmzravbOPIk2;<31rL=1NxbA-h*)xs?6AEDiNJPJ5LBoPkY@zml~w_T zhtg@kwM7|ed{%4V+rw&QG50{V|1j}{W#(DN-vjI9na30?6Lye*PMfTZQ=w1Z8!;3$ARzD?*k%JqMB3UCBnSQY3 zs8;3``jIx$t(lZEct3J624OLLJAyq-4)^->eg8pBvO)6Gn;bj+}rW0o~nq9mHGkIxh|6G+@dTNDk51UfriY zp+_6vOO0%TU((+C_Xk_K)EJd;S3oCX9EyJcSixn=-KWJZipNygu*uL#H>5ja6Pr8&5~KH%P@fyNqA7ur=^% zbh)4ZLzXf`E20Mdm8B5>FNck6|0R1X)g}DO-dA5JTo#+y`umf_-QwEu_wz^ZQGP>a zu*8Hk`aj;P!_RRYQt`tL+&7*c9UcjCrQLxL-t^NI);ZVBe$5U|bz)68pd^|FdkhoD?y@J|=bsD{aG^pj5j+K}0HdhRI8d}>@}WZwlPQLPp2RS!FJ*(q zcDPw&fXNL(DM@KEGSwCKj3}h3v0(JeadSF|lw0|RnS@%FB2p0FxKl-gFCt{_9B{3Q zB-{$9G(Le9OT75y6K;`lmr>pzvDt|J(>Nih@jM8Y+T|+XK$@{r?L^V!P@ibtvtpl3 zjazSP)+Y5%PZ$-y4FEHorDSZUvPR}v$g`1esC4z8l<6)~1wT3(gQZ=ogp&^9xW7R& zI-H{_pEp4|^=biA)PG2Pw9(^A->wmSw%L8PMn&qH{|Rn*U0oOgceSE_^h(~%8E|{+ zTCqB~5&eiD)6w+PzxRRsSpjGw?IncLjtAz3$!0~>WE+`@{|MtqAd0fx@(I|}^yyaf zRG_9cMx_Ax14}dllcOP<^1U_arG*O?>#qcoaN_X%+8q9Z$R7O}M=!j=VAoFQW5TF~ zJ_Ky0wX-!t;}P|ZHBeUbdxY80{t*gjgmvPHeniOW1(OM9+Kc7srnXQhr{!p?W_@}#)9m0QJw(W6WqsQmT&9zC<$wN=l zY*syAWs~Q!>k6ns`b3as-{$JLuk_k{J{(evwVo2Ip}*~%9a^nY#nyRo!4v@(7Buj7 z+f#iWFbwjr4UXKYUqZTD!~m<&Fgzx3pJccSp|zsX9-6Tln-Z-dc~l4CWHk&r@M!`N zoFr?P@gGJix>5%9=HIs@pihlRQq#f|q)A-L%|gyj*L=CVKlK4vk+iz0D*=QQi-^$U zX&Nv1bEsiSiA2Mu=B6}({kvW}a}Sh&x=o$?P@R_69Z!4BCJGe~V57t>i{_N7MWE&7 z3bYy3zw|p zHVwCd(F3ZLq<}R)3^h3T6<@JeLoJZHH$=p!-3KPli6Ort4&lsam9_q!PXd-ETvLq&_hY+NU|otBh`-FBX?yUs*Y{ z|ATD9`k%znYW1DigJuMu7d?Sjg46*GmoBWlF0BoJdow^H8bo41#9cdbv+(9$ljz{0 z%O|OyXCEQO`b!<_3u`?W5)byClS~YnZr=)IF7RKz%Y^I0S?)GNzN3BvWU-N)MJ!ANWaSpi0^XcUcPACyOLVXAKU5?rK) zS6FEBZI-!i_|Yr=P#x=XtcFb^+B)5cn8vGvMp)pa2&yirw8a^TTKYsAqEs12&Xaq* zWcq7ieCW}u<6+{LM}!P0*U@(@Wk&mF%OE3alBPfD1+{?ZVE9tQN)>Os8~f{u~K!`g8tN$9&|+ zDD1AWzAJp?=Pd{5qe8!<*Bb$#j@*A!d_M1kyf4Pmt1}9tL0|I{?)rR*=*{Ls|7H{> zi<2Lym_A01bar0#EC0D3==;oImow=>8p$0jX>dD)eqqY)9d#_3HI~&1f4X-90dg@J zZXURAxB&`bl0gpJmo!P3GTNr?d+gvRBpI}>9nyQ$HO(}NIk{hB)gbpA;8X zdYQ_5RpFIVd}P*1bKg~{8ushY0&IYcD{KGQjhsKe>byAd>56Q0cX{@t%~db037WbP z1EX@bt)N(d#O&$@l{WPE9UJJlh*CHft-co;l+;8g?&8RNKBLO`+Ojm-*HnV{3d6GgKP z4+!&z{`IM!T+42p24ibz7f|S$+RkQC5eIUe$6cd*2+NfFCiN+@+j*g-6G33)fA8z8 zt7;|{n9pte-fS+2tMJSZ7Finr1`qe=k9_bJqKC(SR3GmYHbGM9<=@2I#qBd4 zXXS+-u+UwBoQ^^>kgI1K6N{aLAZTILAGMS}klAW40?Pzo4s>If*&^cKV3AMZ&%|j> z_KH+iJT;f$F`$oy`?t-iC{WvwoM_A%WIp(FCrIo7T;9>LNZ(AR3V|C9HH{SqU)b-n z*v77x0^12itO}{`AT`aR$kqnmov#UQIwHzzER_08akK~RK=z`hOZMFKhhc?blbzhy zA3F~jeI5@aTWlr>5^VY68KT9DL+11ayT*qIPxn~PqHP!OVb}Fx^*Mq;+ZvBH!eA%7; zDz$Y~Z)yKR6u*AhIsbjgf(rb(0cmh9UIes6QdH1NFtZ3MK^IFcuj)&H!zFy>XoL+_*MPi$CUW-#Jft^1gFDIMAWl(oft9N>ha z^N?j9&4&CdNlRktR^hbuvzagFtVPD)=G9jOrvZLgrP1~M9HBPNFOk z0#_%`f&F)P|Lh=UAk_#}Rjd7x4-StF;3YB{G;7p~#0J&Pc(Kqn&^t4FnUrd0k;KT% zvP7851yR2n1xD&R8ki&0pBAFPFGrZ+Y}gA)3<5(Cyn45{wyT*-e@R*Qu=>PA^-}B$ zxQRGnN$qCcOAswh8yLkt@pKPU7Qa43qx&uT7HWdEWpgAe^mI$^v2fm&Lk8H=wEMI* zH2%(K9m{r8mHC#Lx*YxdGd10w1Gdw%SUL|^cp`>lEmhxkJkMJ3DAeQXEEe9}@nHeC zU~WmE?O+>?Z$|`OSces?U0Tb>Bq-ykp((BV7H=P4dv1b4%&+QS?R}C8U*iIO`O3 zY&kS1InT2{66110uju4wBJ#Q~tym}5S2b(R&QD0GvT=(LP?^uLgSlCaI3Lm#Mf?RX zBZtLbIFvYAS7{9~wqAo{^LbKE(!5PCU8Fw+>8}3t6N8Smm)5SL5XDK-kp=Gb$jBK3Jo== zGo=%c%y=*(YqN}cLO>DqT;`4aB|B2mxsyS~eBePPXnIg6Uqa@ygH4h1j6fzCezzod zaKF3vhU3A)y=z=f{CRPZkc?)fH^VMN(zC6>iCv@lg)*>M2h>Mr4jA{fM3B7 zzq9Db#7dp;v6eC`YI_typ}JWddVd!Me7g}!&o~i1mdnW;-j|CeY30t`m<#cLgrsFh^NHd$ljE5na^Cx)a*^cl34X2k&<;*>2O9h ziZjf9QP6fX{4z~hs*L1vgFZPK%`-463rkD?!#^q^;+l>7w=ItTKa5#e{_Ds+ zJF!o8^FP|+4`d>}=H&CBFiDyX;#ox$f;fJZEGn{e8ER~)(Qj*a5t0d?6?bDtsHyv92*K;e}7g;P#OM5e;o1RH_N;YA;rD6H@}Fq?b)@H z+SyRjTwo0*a=IR>Eoev-AU%dcD}T2Y6>KGDI6MuEn2?Q;m4kzmJGuJ+j4bO(p2a7y z_XzP`8h)4_Dbpsw+6ALJTi>^-A9yq{l`kp5n_jfVG|ZLa`?!eC6-Y#7X@t<7@sW$G zTWqNFpein6s;YJH>93rxBl_zK^pj@V64LknlXA2%XHI>;Vs6kP9fX^+rfKF*L@qrK zP1}TB5}~SpZ1)RT#cyp4o(;fbEw~acGs1Lzi_D>|iW3|_GpSm%`vJDLcdh*Ts_odY z4rTr$2K%AK9S&S;vNtiBk(%}WwfMvNefU8k^vlR*cjDdo3@OFs#CWOYA^*}oPTcwL z36I!K^Csjs3eDmE_X&@g<3H_uuGDsH*XiMXPHJyI=~>H%gR9rqhszhu;gsUt%yy^} zwZqYj{>Dh`_Uw=V3RlXbfPN^@z{NX$Uw>}7#>m0e94pB{+O^e-I(>94&;lZ@si%jZ zPJaS_Y<59%3G5?;$R|Q&xaI2D>86;}e$F=7^naY3oOtOPn5_~Ji}MdJ0fg$h!|ciQ zW(pW(1*8s+Qh;lclQUg#lf<*&Mxiw-*U1S(2S@lV;gJbr93?MO#}X$cVs6ZQ{(#cz)D9rPBMZ>H5nc{(ns79CO4Xh_a%Z^T&F;}gP7+-y) zDg8i{%Q!Nw7HKj8v*od@kzDg)?c`?X%-ymk7WX}Z8I&R!%N2MR?8z7VEs-%T%$BD; z0p;v5rUN5N(WN)El9AhJwl1?unj5Jc_d#aVgj<@EG9~4NlsV)`G-TYef(Qw*Ex_Me z5L%^+RnRfRn!T!iOqh_zvZUVK7vgYh1m*@l`MB4A>z$w2ofUVOh~8Ih9yT`t7y|D= zx;12VTIyUGQlVh_F!^}y28MY8NWA%E;1*WtN8mtxEFp)g=iW%|qEiY_zs|jW#7O3i z5G1cg3jeJ{_1!StIq~vh?Qo@&*wvJM<_OSLL3&-N&Z~y_{APOi8FS~RS&Y&8ek<`6 zk9RR~;g0_P!hOi#lA*f%k_6}sVdp2;4aDtI!04R3JtqxKIiJRG@d5hp@r;`z)^_FEylkKC9qZt1rWAF&w#4G6YBDhZGl# z&xNnFhl0&mw03d0hK=R5NiERw1k~ba4HCx85sVt)2!CI8FoIx|PH^dQsHkvKDAzjdVt^mr z2$e}u7FoLZLG#RxmwT&NP?5Ry0G-R3m};o@hoZs=KOL7Xou(p zoml@&5Ez|Kb$*2lh#4&zU`mr3#(@Nd1JG!!-etH&WK2Fp z>$FD?g|?A>wUo^ha0F+DYb0#JHRv5{u~h22PM?>53a9&s@+20L*?-dY^C{^^S=uoE zMGS+h$X=HfhJOqEp(Ibo*FpR>@N4G<8TW^e(!?i6>#Bp$kjo&cKHmcs^Rq4aC+Y}` zOe3HUKTHjgAhoMOimj*XCl{*S>gSgd z3(#ABxhqXpeZvOnnC=X9$rdkmy5cMuUY{_OF%G&=EbR@!BW3uBGIx@=x0p+AthhjA zm;G^a;jlln#T>V(g_q%geDftI4ymdQC0k8=?l22v(RbD-aVpC` z^`c`D+8}_Ok|ZgiGSzzIuj=H*D0ZuqKhIJ5H#n;zZK|cCbJwA{NGXEE2|qmn*&14P zN}+zRs`v;_;Zz!8b6Z^-`xdMI(EDIvZZyFSxVwW1&cD+dux)HTh0iwXI>*fU6xMqg z-Lq@p-Mr$Bv=8q}?GoU;PeSut#(NyfX5QyoyK4jj?xnhyuNo>UCw+D8 zE<;}InjC!R>V@?Rw)C|Y=&MF}l+$ctPuS=r2TIP8^Jf|~)Mcn#=Z402w!?Vj8jlAo z^wykMmmkJsO~;w&PLKyQ7tW^8mZpQr%qr%fuDZ^X^AoOl1mel9i&-;v@=nP%T6JBn zRnf=CGHPA!W2JKUiPBA!g>-XwRHLI}&ga%;3z!Vbo$%*pFdNeM_*^6NJjik|T)wUL zkK&q~B+AuD)5jM3NR#8{X`BsXYgVo{ox4q)Y`J{=#=s;j+9lW zt#XnbKv>8k)ltit6LYni^klZ(I2zzaL`4;|JDs5v?<5a9Ce_bWt#Z&Bsa3p*qNvr7 zE@FxsxhV1z1EX%2HrK;fG1|iU7)ndw>CZ1@nv-)sN8WGfI8$j>+SwyIC#kt%jF#5L z*?-Rwyk8nED!=0?Rgv13-%Uk<;2SZDG<9ZlCzU}`@$1D}3Qy?UwE)bvn}`TKImx&K6eoN522u4d>o! zcAgNG?8|r!D|h0-ax~p|IpA!d@oZ&}h&DveOLs06%5?Zd)r3vHJ*}XnN~6J_M>7broGXS6dcQ zPPkNRu6Oh&f|7aH;wc8Uq_8hI4&2c6wjuE{LJGL!@ck#kQ78CTKBqC&PpSNKe9B^a za|>Zo4rd5q9Or7H7e@N|+WB+l;9#A3DNl#?7=6(wD%!s6X01HOQIQggC<369eaX#< zhBvyV)s(8*h&m3r1@F*n<0_3OZ^HI3u%3h}IK+v_3dFM0n!|9?<;9#(kQKru6`91x zQlV~P5Fs>s-1QszXqSsfq!4c2N)!9lk>w-L0dOl&o?pK zqe;+O`(!Hx;#B+*mPwpYn@voWJ95o105c0OBd4rmk!cu8(P{NqMNk)3Ar*rDuC^2G zFGAs-{q1BQkC9AmWao{D_YWUFaCMFGKK#P+@`TW6Ag`4{vi1C~{&ij|t!C3GG~2+J<9(v^&^(+txdPE7loQ0D zGV5%4v$8GPt4#r@m?-S3JCOFor)ScXA$2;A`1xScF(qz;kk5|G@22$?p z&Iz0Qy)s+fAX|@@5Bdb6$^~`>P9Qj4 z41Z#!N6@__b}^?YlD*OuY``!5eI`Z+Ty_bCS9q)v1MBw6y4PvwZ4TV zNOWs_+>V~U=`+6xqBy*|jGM_OueW5%=GmO>3Ro%s_0|z3EhH+}PIbHY`|H@)x1H;^ zPPEE3J;8MVE(4y+R7dOV6S$z@y|Ju?1;#2O8e;b&D1SWL@(3dk63DQa*rw&17$U@P zjx&y*F9pM@25=)2d>sIHtW*~NchQ6M$2m;YCcfoRLJ(7U|CB003SApt1(KPjto;ZR zT0+a1HZvU>cL|q|rUdL7QPkwZLEB>cS-sw-O=30MM#>Oxl*?UQa9C3it2i13EZ`^5 zwzX&~ZJ`{*iT4Ir%B|__1LYFbUH}t@ni*nP!PfK-QK=^Y5uL^$6AHAZyRtnOZyWt+$2+7t#%H18 zmjj~*6f1Xr<6|YEKNJ?g4q!R64D+p@O0u3aeHku9&~Fj$mDVc_+68pK+%b4M52qXO z_&B~{gq`GTNtDQ&=IaVN)QVqYy|l}6L~1px;0)N`0-V(AQjvqc(D)s+`_NG}+6ZLE zV~hGBQx+Gj0Qe`iRCn^Ib51$uA&Y3v}^OQMSDMP9E>2$f~WNCK=fGl%K z)AS9a@e=#$6B_iWr=;-Hlk{8ORP<>pFUP>xsA$1Kd<%Nxg(`ZZ)sygfJ<_FLq;?w*~x`4iz zU)+x3{3cD}R;E@6b3|fF{CI;3AABXE8!3%IZ4Tr;aB@_iE2E+%WlTFrJ8rpM0`e*p zF*G_`6+#@cnP905K-<23WQ^(dgnz-8;4geY?>$KzgO@!L(k3&VW!wq0L}#4aWpBkU zfI)RD4;Gmp(>{A=aDiO&RCkUVM7+Mf=u369ZfCk$DRE$R+KJCuSh~zhK5=R zL8+($<-dBLAio^Z_w*>UOcN54t9mj@O%RA$kL z70@v44J;5hZF372LijK!=CF4Gh;G|EOMeeNIfu8a>s$ku03sgm&{`5pw_~Rxe-D7L zE!2Dv3_OuQsUn||-ns<*u-x?vRs$`Kf&6NC^=TlsB|1%8rXYJEt+vNC`651NjzZE` znup#bv)%xim$T3Tt&k26m2rU0Z;vuho^?k0Cc}q;J0&#Uu|1E>em``U&imj-)vw~3 z)vvS#xf|tuBQB9Rua8E=|4i2qlU;Za4_8HzJ1~cq+>;y2MZ3928K|asO%}x#x3FoE zzw%>m1@zzTcRFI1HdO{8c^uqr`M1rVR>r3dRbAHL%xV|)k>@1BUQ;vd#=X33L67c# zj8*dk9wSmM?>R)DJPL8XV6w0jVhCsXxImO-@IF|(KJV!HSn8>o}e`Y(WhPZT&ig-Z6nG>xh1SPa>o4H%oJ z>5`khE(Qo$b*cu&q^{1i?1|h@6>{JwK)>c2%PIhOEmzQRC$GCgz1R797Z?xYv_okJ zAn3e>h>&Mcfrj%F+V~6XR>{Xi#(JcjP6;uiA!PH@bJI6*qKI01d`#CD2Q#wBx z`**7YzHY=jt(wsQ6Vrj9eV5~Y#Mo5DL2odd%nI!btZ+iPX%7XiPgc}b4eqD_ugg~F z(PpO4INA&=Md!5hX`(wj3OZkSZ>34rAgjNnN=OTI}Ne_#gXq&1C(b+rO^I z!7TrWc7gG~Mig2dzTh-sTpbW)03zh)!^pk$YX#(KLV#a(bxZWwC)^;3Y)SQVq)fO`$0zwsMYpwuNpVH!kqBO&V{wtv=>y2RVcmg< zv`g5^779q-Zp8>pe=nlu?)YdO$`n}atU((GSE!@f=JiEYxy8)V!Y(5y#6@#hBmewj z4lNnQ3$rjSuIkkLig*j;Y~y=n7aVzmXKYp-zVj5<=;P)Bf+1GQ%#l_9K+2a7h)-6u zn8(xVg_|7;;2$N+{h2lUMp^mYb7x|FL`oCb$BX7Rz6puqW;0D5n_!`RTDeomZZQEl zA8pv2u+M$ieVChzXZ!v)3f*Js&@YQG!7S+#gnZ9Z|8qOsGeihzYN!tgSBoE+rqCO0 zN-$-lUC3K1(vLEc92GH}7iy6bMy1cKMIX+j5_=2>>})w#wh&%l5^MG@E$l~}j=CT% zEj-FJ;6@4c84M+Ymo7j$d*g31Z?`{4s#pger^{;MXt0k;t3(p1twq^rb+1f{QW1(V zrWg~MP35FRoKOHyEb|BHVu~2Xj)wnf4NF@a3K*naTsn5j-WmV_VvkuGO8X!tBK*?x zkx4$Hb)RyREJ487S{l-67?;A3uq4<4GYmki{qLu#1X?nK zZIC6`Z{sl733PE8tFFuI)8h5MjMa0ru;(`%n?C&58)O z5s^&BE$q*kBAlob)5S`XyDfXs*{c8d^1fb^l1-IM^jMWC3cEqAy0E!Dg`^E7Z;lzX zbK&>A@-`fh<%DwH+caCK$emDdGY^#+C25Z4v5n|2jT)u{i)qDEBr^RCcw3{ZI(b$I zwpR`jQy3>QWs(}>@8o+xUgppTxr(`0+lO&Dza}DGi?caG21nTOLAcivp z>rzTIW0F0G9i8O*&_JP>z14W{>|09+5ko{$T_}3!8U`t4_di4o`yn5a``6d;RGl)$ zZbxk`gqh--jVWBJ0S4N;r03D0oTXvTwb6q*gIF8fPy>M8m<#7L6|2G>Bw_k z-l$MDldd0bN9=5be9oNgo>b8sW|+UI`{FpRUP*<%RtSe}{uWaGz~Cy87Vl>*Xyrgf z^J)@*U{c2lsk+WB2#u!?6itB~>oj<3vp!ADA_`%kK7s%!C~m9&N7*?(1_CA7KDKS! zwr!go+qP|Y?4)BS9ox2T+j^NdyYKDJrXA=UNa&4cg@}Fn^A& ziXJi0$5l!~Hf|q0X;{@3Xu{Y6{<+3H+aVa5uc7OQwdPUxz<=c!y$a6Ho`4kJ25j6Z&@YI*z?+0Y0c+IK0#`Wg zk!6Jrl4F1YT5~jMkj~N-V6)Ajm&+^_NaQlbz5y#^&JCta#*h zrh#P(5nCWM=fC7uV(wqY9_jH zMeGulajUNOdND*y%__iCs%U??7POV9P*Iu~n}Do}c0x`|M?lj8P<_U?71X1%)qD;E-t@xzO*N+;ETi%gxt2r!f`B zK1Fjb4rSu%&0~mnNJH!-rHSYDB(2HwNx+COwe;0&1U}x2UQOVqS9oKn*=ZZ*sy4z; zwbv`*m1QavT;Rjm8SM4=%W|{)^Nc2mpQmc6`EIKOu{3=Zr-SW%VXvj!-UFreb4^vq zf({AX(@?@u22WFD7~*$c+G6q+k?Md3=)}p0)Cv?f^k*NMp~{)jWrSVbN{GpGE|iga zQZ-FtiQSP2X+BUt9*7D!IcFcUQIr9fU^=p4!^xygFC==|y0gt*%*9lPC|J?mNOoZ& zj5AfmDWIrst%M92QIR|aY4+k=Z%h%h=&s=LX`rH(3fJQ>JK zxLd#$8m{~F!cBJz5iOk&))ZW4V=)9?7EpOMW~-Z5%k_@SXGn5J+LhG}gfhds(#Q?S zO<(|%=T`Ae4RiLa>Z-o0wDsZ`xbh&}(Iq6N6jU$X+t$xpJ6TlY{c+;3A4d1NkgJ0m z$GFcm#uLXSpJ2tHR*9FH$4c|>_DRL=r5WGNLhC`A^M$2xN|1?DKG^wR?V2rPD`#tB zq>MzkTsmX`*=uA<5q054*mw;qgNvIy6&a>j zZF*z-Yf>*~T(TdeoZD#AbPSzziGyw(f9 zFFnp-cX!c%YZiD&0eFb9i9%$nqs5H_PLG<4zW2rC!WiH`~0O&qaJ9 z2%}-vuo8PJyhU5ivCbS+3RCFA3f@BAEyJv)Syv+EbvA?_S-lrgqoGQ%k;F^duuPy0h&r)XI1vyukTAYDs#udqHL*UM?)|#Zcw7}Z zqQH98A^tFE_a@fuCwVmXK=P_PU6e2bU>}flY3gh1nHwTpy3;?pGFxN=tNWs(&dWz% zf^AglZ-@`!p3!`kT&dT5Kkt~>(brGs$SLhnyD9wVI%vOG|3Dov9O0s&i}RZaKU#nz zoC8tA9jS+w>I*==12^pa=4H*~C;Sn=? z?SmC*@nV0mc_TBB9}e}Q_s@p8pF}73K`2~WPU;YtFxXs~5B=|hLPaFnFreu^h9YO{ zBA|l;OeLz)0S=a--<)_%t+vljK@2Jed)2ZnLYu>~jL1 z75E;dMc&~FP{Tfhh-P5WYk{)_Wy2qMF^l5~9K(|*Vzk8yL50X+t{q1NQNrdX`0p{z zIf09rXO1zUi_)(BzV|<}9}WUG&mZ@}XMBgAQsBe45qBrzg?R>$PN`UeSVY$V9U6N?q~fsl%V6%s^LjXL_*=3O_Fa`2ss637!j)S-8fT>13J zH|T75ggcXT!0J~|GE>a ziU~5iz^2=iExZ!GcfV=mwSR!1&*avAzEd5#dux(f zW)F!{_CX4N4AwW_@)g?J=_U3<&UkN`u^HX>Ma&Q_~VGe{t%ooI;JC`?FB#p~ltQq{hwqy}yNA#<2LBK1JK)?V>Vf z@sH_a%QzwBilBRJrCZ1aC8FqO5S1(mNk@|89_v+V3`^m}jE;d!+5| zYVjs8Z#KL`6+Nu+vXHNJ+Kmo^Q^nS>LNN19P~+CqT-iBexy)0>Z{9zzJk#JjYX2{O zlK*1o@!!^81_*)uEs*fHJM+P0-oo*XdTX7P9V0epq=uhD_cw<%F8Zj{PFma1m?M3s zph@(6q%S!nCHzDQ#HZ7`7hC_s`1X%+Y1<`?0`HGSgZ)3S9I-Z0k?K!op zeRxs?#gZIT6>=gbw~ZN>oa0H+)huuVH6k&>FF=K4y3Z#X2&odA*(PPTHDUNC1&xdT z^%lEcgF9bkNsYofp^AqS_oq$7yfGKT1twn04WhT*6CXB7De-mlih4@w?27FnhxO)$ zr$w1e6K`)%Pb|9+yi{3$L?n-0{FB+A9;aPm?*;*l+8GC>hQY)tz@{q3DBkK&p*6Xw zz}`e_N9zE?g};O#**+vXA_+`cR-KVN0Iak`Dix~EIJ8)(tYgX)L@HJWjpZG5 zPPTQw5bCq0D2-y6JhPdIFa(sI>V$ue^~cA$*@;2P%{;&{&(21Xr+3u3eJc;9+6gs504B@CVzV8$gZ7m*d0reS2{z zZ67lqio*;#mS9Y*F6LnrZFa>=sM3$?!S_=Ebjk?(fLcch30k!6v7mGyLJou_Dv2Re zTN=VyT6qTQF?+5dpbaX4Lo{FzI99Nn4A~s-GRDF3Sv#uBkb6*f!0v~fU`@CFQl^aI zLU3R9E%O47wf4J?#@urc)#2~81Z+msig&A9`w>h&Lf4M_b5m!Vk7kxDCC9SxP)M7q9Z1yq%f|><;L`uhw34xU?fII7fbl zB;JwAjAYrGO8i^0w7@b7>c+#Au@yEk?n~#=WoV%KCq!=5(vMrZIu*9lRYS}ULwmkz z793}>T*I_wArp2rLI_hwY0%9ryY|ASdp|)iwV2!dZX|!>*yjVe27aj2=VR~JgD8GB z4&4+BlH2iiOt%3z2EI;FQjX+vb(q#>>0ra5@Ak`RP+R{?&tYdDo-K3)HwP@;x741# z^d~z>7rT4>X0EU+y8NvF3pV#n@MP)vX+l`ig}ml_A>>D?**<>L1-slL?6w}S@y(ap z_sK5&%(Xr~f@d98k^aM@<37JEoKN7uS9`SD2f8uaE7bpXZ6FVXm!ADNAMqgn{q~ZX z<)8f4CN)K?pS4uq=^6x24Yfb}thmmyHt5Y)gq0ye(v;DRDDOy7BZ=gra(yd)+my}9 zEl$}-2K0hm?+>S4*K)3b<1ST--nU3Rl`i;y4NU#Rk+KDK-+ciM)A=)M=KyGQqxavJBK!x`CwlKAE!OV~AP{y{X2>DW3iY9se}{ zUFg%j7nlr9y}&f9rWu-X9Sw$7iduro>b*LuCy-=(*8<2EC*7Ws*Tw}{u)tR!^LwO!{8wN_M6Pni}j=4NM9a(@W7oWxKu_H_aa@Yx9m z77UQrDBvk`=UgC2`?lS~Rinh^@woOy%9#2?R3zfUb!0@f%GMnjyA2J@il`MNZF36< z;y`Ta1sv)@hkd75b*kT|ek_I!=`va`i4j0Ba2!K0u?$;$_O}`quw?3Ut8o;Qt1>;* z$u_TrJ=3$JI>3^@O>)%Sjs76tX#R1Rte{A9LY+ITW}n2FfiRmnkYR(YNF}f^W}B;b z*=bi1xw1Cp{$+$EYdI1ii4_9tw(o)7`;NsT+jc+f@)gi2WWSI#r~CQL#Y=B|F>wL% z`A0Cww$wSmhD$)&?(X&%eyJqBoe_e^1)XL6@J=Cn!n2g;2`>is^7QA7{>#?XbDZe0 zahLW=6qrAHf-}pZg>UmfOwc zA3`Ya4*=eG(e<0m-S%mEu?_qX^P7Kx)y81-+-Ced-O)(@!JT3L=PLK4hOFH`ppEb9 zFwW*kJ@pwyq8XJ%qVu%zc|S@R*hyX9VBKH_Q4@*D@OPK6q+0U8-BK*{1!?@qZszk* zl;d8Ud`K`U7ImYP+!Q%~4nVn#Q~uGYWHrhqTC6lHH&iY95N1&rKVCv8R8<>i1#{ubDnlNn7{ zY23=+ka7VCW{jlPmUi|id|(t&%!{Rg&3|L3(vI=A0;G2NHgWRydZ>~c-$n>co>gC% zEWKDFN#o}o5sYcouvLpHKS>3V2g!RUD=zKM(tl80Dwxp$X_6D)HR5qLhsgb~KrM=U#ClkwNJc+3M@g&MsR?{g z9xT!cn%{8*VOx~O>8BD0h1rlMXe7u21tLfoDT|J*cWeUYD4xGv=*XA%u&$U4%vn4( zIwSG6aR)Sce^GvR#w?2BxLcw$rZ~iefYwO16vB5Nz=|u^EwrbKL%7syAou?iv z$ln(-fslG9PNyhSnhjFsHJ2WfP^eZXaA_v!4Bbmq#K&AShILRLy-AGO)H1G@Q*9Cc*VBdVx*jO(o8Ex^*sOiMTGIyGGGTFef_ zQwa2z>=ce;)q`Ak_HF!p3RJXmmtQxjTZo>Q1XZ@G8d5Pf@%@sE)Q%PE5Sf3+B-imz z{{lVaZ%o|PVV&{Eaw!(=8_?o-f+^{ zCp%E;XCkkb0OMrq8o!Mq$rVP_S{?X!zp0EG(5MA^l#155l2HsOU{TWS>qwcukC>q1Bo!Hl(0^Y=- z7X!>qvdfsjp^Md1Lt97gdJWA(MW<4IUXwVe%9y3GFtRw&uw?Nu0>Zi<)8R8z^G&%R z(Kc0^TiJq=tF5)?AgtN5^awVkOA;}}eTg^g{Sb>vFR#`obA!IyBpCQ5p7TX5A7J}D z_dU!y#;xzJCTSDlRhwS)K`$q%xT2R3f#%jnY+byw+lM_S`&M4 zFp1wfIsS_3R?&RG=DqvA$V2_MOLui-2B~nU#e}nGMBAZqzD#g?bTS)|9 zNs^p*&h6dFTRpltkVyfFv2;J@weMR9Kxhw<)dBvo#isl5+3~#NL8%4{H8LL@>XaBA zH@@8GV>2H*va3^j4rlaGaB$w>4h#unyobU9s(_uC<7)h+AWDir49VVMW~lpU=n%z` zbf6M%p3;QKPY6>M5VJ?eK#Ic1#DN4t$)06f!c4tn84<_$xC&Ju*CxuX!g2CCz*;>c`5EtpSrV;zifsT4Bd3+YR}b9DgOD)a>nhAflwmk2T5Fh*0Qv5I+7N5&!)W+ytw6A=P) zkjz1Ev?^_VTtVqO$bxeVFyz6qj+Zg6HdP|GGm^i+BAkwlF0Zvps%{hc>zC8Jb z{7@`sE2^{}b}O_Vo+{Qd1G2Uvi+FJ0$8M|o02zBKAcm7gBe{>_geT%y@F-$|<%Ln9 zdaVnuF{yH<6b$yraWHP3u3E)NI0S7(*#jlGXQW&&FP3WQ9tln!J1*3ae202HU?@QA zrD(gwsK6k@%?QFJ>qQt7!byb8Oe2N>V0ww9AxseRJu3B&cVY(FTNiI4|G+p=vgR&% z%)bWO_*3=u2m+O}U70EZ8W8FVOtKWI5W%NZI;2Lw!o1~VS|}I;DTtsrfGpd@#guO& z;mO^4Cf8eC?VqBVh9Kgch$UhgfC}DHGT@AmDjV;%hN9%L*Ps@mdIRG`v+>YIaNIy2 zV%MsU@^9XBEFoKi8P=?Yjv!M^G|F_5J)MiPg5=69L|--j&D72`&sKM7niRNdWg*XMFKO2_yWX1AA-1q$_oN@7{A>WnQMyb+J^D7xlp z@md7l3eI^nnXx743L3Fx*0n1SUvK)fYt*qBlv-{=ER=W6gWTb$zvyuOq2-lqu9mR@ zOw-xo_E;~m70GvrtS;ch&Tv52WeISeK4U@K-Xg`VRc7*)Fti%@yGbx#q3hmmh_+Hm zYRNy;(Rz_F+E&&kLXA%YP}z9fANtb#xOB(baJ9s@sC}ukzEsBR?NYo4w8nXx?OEbL zbi$O93{ZD0;s#$53D>mY0(#x$&3?U${|3}`3}mxOsyB9Yv1omPzuXhn1*XS4BU)Rs z|J}b%uC&3qru9znEU)J6E!}~PF7M_kwpHegtKOKTI{v!x#~wOahx@Yk@bx_Q-TC~gcicbzDQB+=-qWsjF$^8huLr?{_eL$a-_K!eLLj509Du(~ARNr=MVkqC)-Fwa{ zU@92sZML$O?OOFJ6?sBy1yo8XoI}2V@cZ`{`|B*1cH8aDrgDaKy#g63H^PQjonFr# z+t+Z|_{aPHGK6y8Xc>!Y_p&JhCrs1u;HEBpc8$-AacYAYj>f`E42-Ao_a_?5W(}H7 zPtBuy0b5*LTyw{PVOpp{(S#g1?mgmH_W+f#`K9ouI~ae3h0I{cvfmh@G$tq=G)D*z z$g*GY@H6mae9&25iv>Ssj=PY}BhEp75y_Mvn?OoneX!n^lJUwOnjc3&I4W^Yw9*my z5?swhAn%l@(4!iI_;L_2f{@9+5cwNJ`2Xe@(~xsX3QjbDVfTnF!4L(+mW|5-T%laI z?8-@>IAOLE+~|>HfunjVnJ?LAcFK`GARSAq2oBD_jN%-PFuxNHYTh zB!7=)ZoOShVsbbk+Dr+u7Dpzkaw?PLdZ;pI8!uP0oN~fjpW%hAd=B^L&tMd;21 z5xL)p9N2;qRqjas`Otx?0)9XALAd6!N8uiR8qt{4@2FQW>aIs>VtpIQPKqMD8r?vx z+|I|qGLs{K_?nQubE*$aI_-#aYdlh^)j=tCRq8Yn+Y8aoENl} z!B~txK-`|s4iMUR5oscUDffj^*x~o0|5iJXFfV7Bnfsl)OeZUr%7xxZ>Jb5>Lb`6l z3f1ii6$q44o3D1jNs=KB97;LKi7$O4>-b{T8VCAVI9ai%rQd?PZOo#PM(9++UTLec zUz+Ow+6dFY{dLUKSn;tH_nF_b)DeX7w;(>9u7%VJ}q%oV#(w$;bifAL2TnQ zKElcfPMyM1npYB<;zGl}@%PWN)l;3nh844)%Bl1KL8-1uf+k*%l9nQ<<;Y(5fqR_RDk|J89Xg|5j) z=xoLmr7pW$s~=TapPp-?MY*-k}<&%(s9K646YZCs$%<}IcHdeciUZ4MK0NXo+9rJ2eFzT0jB9_f?Qf?R*z zOC>FwIv3~l=URn}XLs&m+-M9xIq*()^?aCrhh?YV{91|AVc%_9*jc;d(?o)_2KQ_r}z>I{o6eWoJ!J>G$}@ zP?J*!x3g>=pLRO6X7EP38ML!VJH1@y+;abs=i`=A)D|Oys?)OC!xUC5mntQV-F19@ z2UD8**eYx0MXVo_6?n5!SaGarlNDhDJBYLlDJcVB00OD=iAJtd*|1T2} z{;1VqCdJg?KQhtVe*p1fWc%lWY)T?y(mx<@Uf)nL)%M5%fM$+52NW1XZnW4v9yT#LWV4o|Ju1yhM+9j<47lS%t5%AC zFyLa+ei(52d+s>H<`YEca1M#b9^PIBvNxxd-4nk++VRGA z%%Xw!)YVwWJOn&&?U<;vY+@$_sauDop}PPH$VlR}tqyt3VuC((5JRXiKh(Wy;A*pt zJ81#p)0fwE#_G&w>a~P(VFnC7Oxg~rP@+)T$g^#fO+D`2WM4?7IewzokAdH zCufqu%|yKbRU;(iIc4H^*UMz7Vz1C%N;#kI51r(a?wsW5s+q>IZpDDZHQxBhDfisa zQaBs1Z<&`Fn{cOQt~DkdBwa*sZ+8Kb=h9=K#VnryhLhvD{^VvDTFrI55%UCB-|2hM zviY|1C~Nbo8Kjblk;gRS10EO4O;JzOM$KJzthPxmcp*Hzo!i}EP%aqi=2AK5c}q}& zIH06;fq36n4}9}JGC)37E-po84hjS1Fg;fRv9Pru`ww(SCboZSDA{V`w)<=-o5$32jpkZE z8j7*M99g1i!Xg1?-tVb;0YT|yG{ne-cy+ao)B5g(?{xapd}D4YEOZHWmcfl<&gX=W zeIqOLaXxdisQakH>EnT)w8iGky^b`Ox33Q)k5qOb#_%--k{F3+!tqc84LEh_WA@d5 zET}$Vm?YjsQ`l)N-Ue2fGwN&|t~#gVX`_j%HR+IOPYNG*kf?A{TNg`!=}IdvbS$El z?hgkxE*7Ln3KzqmLokmXH5*D$`kg;EOW2ZgpDybTGgtJ*B@QCk{rSNR(hUCIGNxc( zJ)U<`Cx8B9eciJZ5ez+lw1?%64q88L}s#?BISEaN5SO9Vmy5MvY6U-96oT4#O z+!f|tez}xxqf)(sF~F&bqTaifD*IL~f$(vVCvhbX@7$F4!)o~yXko^Oeq-X)oUs$9 zXMZ4V%a;ddcjj*O$T=L0VmY3kJmh(0RDVhv{r%P7K$CQLr70rtRL{db-i~hSCpngm z0hrX4h=)Ks;$fL>1|=|aL2>+KBB3s+$$Q^x(@HQi(M)FXdjSeemGpJ&n;Lfp*HvwS zxRv!%=X#W){ZtW!#oR(7VOB7QsDMvo!jXlvo5fXf^Xu)(UD)35t2QB%Ckl)7^CVy? zf@Wz7gWcYTXll_`hL-5Att;cM$qQufc&7;fd`!61x|Lr$WZ=unyJMP9*qDcJn_OXE zO>2ZR*6*dlFB%QBUbh@6mUBOnCHMme}K| z2-1jIT{D`Q4_BD{ut^GAciDP&wClJi%f!{6B$2eosG4h#+o$^}C|&Fs3h_&X%Kxz^ z`%WrLKj+teEZ22&+YyCsp;)|q4Wp$c)bG3~_LPy$E*`W-u=aaPy*YK28;uDE$^k0S zL2^Sb6s~M43!6b+W_d1!OB&B2bnp(rRKc|T1-)m4_0!k^PGMjw+Kkc+!tkjc``k5> zi%b%zZqN|QGvQL68(aG>J%Fj%xy`btO?8-<{UoXdK|5A^>xA%g3>qd*Y)r(G(0QtE4= zv$?|3RuwW2wYTLlokfc9y_k4~8Z+hmtYNt?QNl3F-Am`V3#H{TYbRrNyd}~b(6u-i zhWUU=rY%{u6SehYuMwoNK1qYTv1u>(;vP@`@Z($LNGZtGJ= z!-Lmf*rY8Bb)C5!CA#c#e`RTVVe9aEwpcMp%gd~(4^c;xJaG!l=XojJ)TKw)7gno5 zNiRxE-ITFmzQ{WC7BM1osd}lNBzN4Uad;+XW;x_16H?u@T%Xk{lWGadNFH^oNirw% zS+U4oF{&Ht{Iit<|(xTXerD zViUbOeFA`C6RMnDW|o$w-Vo!=<;2{OeQBoVf`+iv9sx1!m9)ExtvXe$h8&L8Ttmix z=j*`P-Qh{QbqCpJJ=pZ}>fTr8p5}IdO^;4Ltke)c)|FMevBjbYv@Ucu`sUP4;0~DA zp`))ulgSPK{gcPg>+C)yH`rXo48IJ^9o#6jFa)hnVQ_ZWgGO+BYBfutZE^enmg_=W zUFyC>$NrSFQwtGW^ZI*?gT5JU3Y5JsqDuJ{$9`lEQ&D0=k}tJvXr7nJVPnq2>TGkf z#y^3dY7&4t)uj~zd&%h*Q;0*Cb!IwBPKZ1R!G%`kG34QIZpyrzdqt7DhY$$bVy=Kp zX7f;ePVw5CCgC|w+F>+i)t&O++Q2)IhO%2#sD?3tlE#vBDrt75izuXQI_Vy8<;Xtg zz+8mvIxoS%cvh#7pvtk)U*5j4?#m`ZKs+R(kO-9!4h*Q7OAWD2rzHi%J#Zzc)eJW2 zQM_uHoLbjVzdM4a>d~Z&1YDj&(+VQ+zgfK7GAf^&tJ0v?YUQF#w4^Pb2%6XWV$akP zMI|c;cl7G#+E2Q)l~YTE{~A=-X?=UPn(v6i3KDc?X$FaK@-dnSFB&@KX|zXlQT+JcUH@8bc_T@2Brd(2V80}Y&`DsxrX5;R zug@i=7*F~+;`VK3Kiv?}TNYE;D1}?2RIVj+%_oz2c4vz>Y=(vIaY>AbN}XjaxNyV> z!IecC&g8S?97ZoAcDyFJf{qx-sG%wjKPy+u_=|8rY-1_`GPI<#FUbn?n1mDi8_Kp* z`-iJ?Ecd!{psnP*xbHn=r>K%%e$PCH*n_X^p{06!dXiRed#Of1dVPuLFz;i0eQL`b zB@GMjc(GAuM@prLf-ezhT8^23KyXY+-Vjdhm}y?MIP@fY#wG8qM!M9)a3oorKEgV7 ziBWl0A6xPjo6l*lZBS0t_kL;cif1U_#P)~+>Q5jG`Q$H94+Dw?SeA>WQRUXFs8AZ8 z%Yx3id`IlsaA-H_hJY4&__e7-b2`Bt$7lfQn8fxbuZa(}Yr)DO1K(pZsO0N6L0R zqg=+d8wU*USPh_s9;uWGkQ3xY3VzII13MzQ=QLv7jYyR<}T0q8co#WC;QLGdCiCrjrW<%fN zYG>LiwODOB-NLUu9!Gl1)B>K3>P;(M)Ns?g z-LKXvPs)5FL*|m`MQ9M?p={2Cd1=Y12Ese&IincR@kd$bOX8IO^qT$o+@|<@w8I(n zS!1-{w;;ml&e#GO-eVyJ8Cx!{g*6jO`!~SEkpX1ZSpoKff_fy#?SLic!~|YSfy1N# z5yskm&6!5n>DCt;jEV)|ms3cl&P;q_?sAt&8Iq3P;@BAC>oG7yaxV?66a*mxLZhcT z2^rETQ8vFnJEt<%Ox|C0aRwuLaqz`*Wb*LoIOSSr(eW8%t~n%sEwZ(qm}KsFiRc?i zqR&WYy(^2j`*H_jtCl=oO6euC-A$j6aE73Ar4E3sp&l#EAL6Q1;~-Rr4)2m@zk@L) z-jf=g?cbl%0Pr|anImU$qlSkTz#f{unBA)017Nxm9XXM-g3N7K*wFdXB-*iC?OgQ) z`uk%C-~hosLE+p2DDPY?!a$B2y+1yQyR88{s;SJZwE#i@f%{AZ4A?nDObM4b0O0sH z`%}-e$p&bA3juG~NQKfQHk3<{Xlx5J^|tjHy;MSW%Cz=G*V8!qr&GgCh%%F4%y+X*=D)r-1pR> zvmFLru!9ws;z!|8`e;AqJn1(5gD?t-U5-DYl+vSs)=Ivp6L{i?HzQ1|Q3NmJA9p%w zEb6OBhFpUAf!SXxDR}hz9yW1vQteg|xm>Qi72Z}>4#eYXoxh{#L+FyIO1%>rR4XSI zT-G@XHz?>VeNa2&Fzhal;YOc{#YZXeO#owWEPzH^6(je1qESE(!au|F1wEAc`E{S_1~A|8FQpT(UH@=8nE zUv!qFo}`m|@k}0E%AiUn>N4<_*|r;}V%eNyQk_v$A<1_ zCEN*`pLGYV2%>rB>{3zBM$*CI73#fQ=o&Ov2ro1=-ZIxE2&7sV`gAACggew(eGLZ2 z{qpsR{}B{DmLssaH?jvfzamtk^RP8OcZ24Nb?o5NFV%T6>hY}KKsHQ4UPdejJk<7J zqwKv|)}j-$$2|cUR6}tapfkVBPsMa%9ou?zO5#B08fzzVCc(vUj53>XW|z@ke4|dR_6#oq&gjt(9_(60DrOe(;g{{pFz6>X zsAm*5ApA}>#Xemq{1(%j>pb3plm)<)6k!k*qVnW93h$& z3D)LkpysWr+B&XlI9&YVmZZMD-QdwOQ4nYZidZF?^2x%<-4}nUoklI|;j&=Kr8}}K z1#z}UDs%JJdZTSm=Mza{c+?0jUUSIs)ZYLV)Lp)R`{~Z`#i-5qzM6Y-d27ZUW5{fJ;+?+ZdLVk+3fXz2vOYUy{icMlm$r8Htso=|c?Z(4aWx zih2<$@&|UbDXHbQ-8e4p^ZfzK!#d%yBA-d*LR@w{xI5t}RFupH0{0ePgMiY22*~3w ze5@{TNXtSlYYn$V5O*q{gf4zeqDE5n}4V&v7mB!0( zgv2mnS^>V0g_T8i)%~T7ecq zV|uWkMn2a+F%kwiWfXRwc(zAg-EZH9GnGdQ<0`q%`QUPH*wEG0S}+SWngTjjA5E52 zTPuLH3)%p-S^Ae}S23NVP*>%wYL|uEK~d;h3MF0aPbqaUA6dt!!2C!mR9~K?2=S{G z)~A8JWFh<5_OpWKH(t$p_F1f-FCJ~j`MmsJZn4pOK$KT5r9guFZN*jwk7k-)leWh8 zjA%@^GRD6z(}g#2ETq$gp}yZH^f4N_Rvd|o)C}*|Ro`8kQ`peoVY^1L*#<9GE1T$l zVp?$VPF_Nu2cpQUL3u8Mj=%;aoYcjW@c*}<>FyqfAN?~mdO-a5&mSYxf8iK3w*Q%s zrZ0G6P!}LkJrAg@Bt2N~tes%(Bk{}t(=Q-t7R4-T`D5bg{d(C{OuQ^f%q%k3CraNQI~24GYV0=9i{Pf=o2vELbt@sU9d&;^}FN3oP-WDq$sz>L77rTpFcHi zh+v~9wn?2|eSLj>h&2v09$4uB$eD-k;@Tx4S-!WppQB0L;ZW`f=Fos%QCa)zZ=%Ji zKnKT0Z}u?v!xKlwKp!vJhvSQ~^g*w3miHV7Y^d-vT26kH8=qm@$7 zd+>+N08RI_%Nly5^aquhV85rW3Pc-#fGmtnYjI-D9~BHO3<)irqy-CF zDEU{qy^MyMw#Gst=VaFE95Fa}2@2Fo$qLgHm2K9D<*4jFF*;{RSe%C?9~4M;%3SPi zdE$DwZo}9~)5vV5XgAHFnz1!HESkQiV~VyjX+6+xjsGve$N)@+Z$J@s2<*vH)j4cx zwKmaXut9&?#$-=ny_(scK75Ri;C)U!Q}>gTXw}Q}miCr3!MR1aRJq0sc}eDUoyITN zqfl- zRXwEao$pDm--<7@BWZoPa69Y!-TaZ==%0SzOVfPgAH?%c--mPaadzGlcScT5emv~M z$jtGWPWE@6upg^eaH3DkMn40N`fn9YA2q$)?$yltm&{@>7Zx+ccCVPq1tS2JFTru) zzG2^t2P6$$)iok+!C{ROwXS~RWg1xeRb?(N-w;MqPnlwt92qhj<+v5?=~ymZXkG1Q zhPDS|W&tVt;c+RpWJv`cWvD|{xK&f)B4h9$^WxTyvw^v<@C%P{Nyt1PezREQ#9vXS z!x7f4$c>vzIFo^|8CL4SdV86@hdvG|7KM1@&Oi$35l}aR7GXUqltPC1u!Q|Z$*2^< zH~3J%f*lBtUKT+t5}PVHN!tGD%s&6m&yG5fW2ePv;DNa|Z1kC=1?eGWU2e4#SWOo( z0XZh$5kc9jP%@CXXh%T_$4!8T2FzD4DUV7lI~!H!dnmQxK$}@UAMkT$RYImN`ygiN z-sQ>YlAM!GE*bY@T;)#{n?G8I%5iCT`O3rXV?`wNGc@Y!&2q6If zNq1Qt_4?bopT75Gi9DdA*4bact8_Z>7kPVN$Gzp4vzZVbWxEOSXHC47rPI`qXYI6o zWF}>LNwh1d5598)cU6|p$$)isd>6pahTs;>UWG?-ZoeVV>(?h@SgQ3zA=;&HPMSUR zqW_%NF=j?P#^{D%i4Rdsb`Q+9P{zD~XNGhF_QP z8ZPvmcgLiAe0J_@?{6K43an`z@Vz>zKZNJAj<(;KW^)`_50$wUp>(SpcXgZW6eals zL(n2ybE{&OP0nM^CZ&rm*&4;)tUY~_fqH7ZchU3JEyzgU`Zx6l*2%ad);CJ z=G2%(f<0Z{_EVB02WjEaHoV^{PUA30Nw3PfdJ!YxRS3=W@%{X(d}-`6 zNp82_x1Mi_Q_&Ql&?Tdqizi^(00G(6M&scP5l$n6VnUUcMuI6=PJ664Nf9SoFPmaf zYkpE)!G3!FuIY_DFlMtL%%b&MhNU6sK=J_#EtL|oUp5xA=o`kI#TLCzR)N$Fb3$1- zemt8RFFrD<0zJtB8?09#k2O`IJQ~^4Fh-CJh`C6dWfy&ZU6}YOW~nm@1d8W|YVM5@ z2d#%*ETI)Vu1^4q@*|*y!V-ojhJela5Di{ai5ipfNn~(XEVG3Y(67dlQlNeNa1O2c z0cLA9?MRS~e#}S|8BG(1t|4Mx9@}D0@aWp*M4+wN4so}a70=~FF5Yq0I#B-#5F98@ zVrO)nGBPZgD#91cKWjh*S6HRF#Z#Xcz`?1OD+0NEQbVC}VxbXbs6PGVe7LGM#+8nY z*3QUN!AV&@c1H;IihZxUdEhnC>U=>W|n6ot`He- z818g0Fdv{0_tDNgOxAgDNIqU5Iq+p~r8cW3=Ua~nkvhY*kUkI_AYKTe7%@0;P&=;( zKp=oPPT?txDbO^K1FC@?7{9oIe$(ck8Mse0{5qkJkLT!7P_`Ln`-OIBl)p<9%#+;g z5P1Z4Q!r8~H?hMoP>wDYl5nm#GD?KPh=L2u%0RPH0}BaOlVncF-sYXA^9h1ylGH47 z?1lx=1CXpjd;`}5#cy)19S)w@E33$F82nMj21im8(o9612f_tB`6xZisEGghBEkm} zRAqc4Id8D@XIbFWs0f68+Q}Om{F8?;1dA*@b;0g%( zBdDa$tCRh<567>$x6FkE6NY=34JlaQeeoo30p5jhf+DeY0l>Z!8ax$+3PHsXhqsov zKgU+F=a_1hzd}z85XcjOZ_^qGhIK`lp|+B_q-5R>W$jTSsK`y^BZLCP^A#^|A(Y?{ z6>f6Vp}LZ|Sh)WLhfO1b=i)P6_i`=lm63_FudAmmLBZ}evdIvABSI>~$4>?# z_b?sj^ofG^-N=x@%x0d~C@(&&lAN546y9wIOQEZU-lg)<$%NV1RI|<_%CdJ1L9qRD zu4q9nJ2`r~%AkL^BK!UO05)#tk^k$&lmxboku!hSC6M7!j6${!|AU?!z|77ZtmSzb zy_YO~0#{@{F778?=x9UjUyag9qMfKxf7f$aPybk{qiX3t`TOE;pqp^lHT* zD|VQ^b(AD-4E9Y)FcnKl$^(^(sWf95!|CI9B#)bTza>|&ZrBN4iChK?<|4JxEw7lJ zz5a3uNs4~n1ECQ#vM}-peMKGGqSS}(uQ*Le9J0kl?Kkqgg;LdJ10kNaTx@61DE|f7 z)DxxSVC2Lypwj83bBxa7kVnO92JJ2?o;#>eBRp+i#3V7Yesgk_mH{!7r#Opm1N+f3 zJLQ!D{H4YgN?zjSJ#LFoMr3jr95`Iu$4G)6)T+corxd@ed zddAn0LACkS0i#l>hR0Znb}L$Je5>Yc)!e&Z{M%JT8g5-t^P3LNo<0=SRe9j1DuUM|d@RlDE1-c=XN*)MT&nOP+uOIpy6Bpbo&1ULzm8BPB-=c9nxjxPLAFAp`jd6`Vq6{|OBg2js&RG)Xes@~GKgk{(jG4-# zc|{d9$9=#;RfMUMllUV=76{dx`1% zsZ9{x28VitU2@KH->-@i8hK{Qtx!H`7rs;oZKgVd(#S|f*ubkNWWO(9J;H5<=4d^6 zG3}aCZVv!h8k(g9SD{%8ix~b9}bihuq{^nJ{d0e)5lO3-`VL_!}hIHN$7mswYeJ z)hzVn!m>6p@uBEJ`Fj7P2fyOEhcb?AqIj}Z1mPmKw=D}8s{-n%8(grrUq3nRr2fTk zU&K*E+`8tr{`yh?FiGqekDgmL%kab8`sRV}oy$4w)bVzwPKb3@xx7e@`eb1m`n7a@ zRuBlmsL)P05PY?VW~lherV7O6Ci_5J@&G8WDZ8t&R3!O|wgX>#Bi@!wpfpKA)hUhC zE|F8+T}Z2@-M!Zg1w>bwi>u6~YL`6^N=>%s@8Re;r)oxK-;7DU6g^9;UDhL@zhz!{ zS!?Phq}T!LT#-)J-bAJLV}sawiD>B5e54yH5hS%>PUw^qT%0j&C zJ@0Fd6uPqhA1;&c_>k$yFQOiXSxTk0Lw=hwhE}Ne0sTvr^$+_ZPhH{b@KCNueSU5i zrS!Q{V1u-wCImDa8Nph3#GoJnhlZ_Q?_gE_6$ zxJ@a2hGzLhi-fnK$nPqHIlMugy9K6@zi}|nqUGQ%X7F-5OzU1+ z0`cGTbEeCp-wad)t8^=_DDqmH<@IF^Fq5iD+)OlZos^K-85f%`Iz3-rw%+7A+dDg@ zU*;vyPy?!kwMIY*rIPv&`snZxf*ZsEhGwxHYgU&yr&0kfBm7 zA)gsCsYXmiVjW^t3L`0c>c;b*%ufLIq3?{r?;zSC-knP|+8j@SQjvnvPRB3P#?$>) z|GPb|-S!kLmDcem#d(tq#95z z=9rvPfmRrksErhQ*i;SxRFB+msY+wu6P?5oW)AajXc07#t$A|k$7B_!?(fF#kLS0+ z4}*^Gu8!Vbt&#g*`^6VrMEl8C|E8a^{L|X{g1Y{-c6&dhbVY^IHl8RkGl(HaSAsGD zU9VFPorfpcI0tmW93Fw)*AxQLvegE+u!TV;>bBnhT29O2av=1y5|kQBTq3`U{AG2YZt@hn{`h-9BM=*GPg~C zHu-LC`1YWHMyckdVf7GWzBMHg`V;vk<=xp2f<5ZxD0n>zDMCfkpcka_b}q{poD0?( zc43JD={sj}uq8Ju!~=>mzRq*ZV-~@EScJV`$hD6@W2B*xU3!uwP-k={Crkou)|A0j z(RME*p3fRn0tL4+ziLj{eJc1)ZA0XbcB3hcs0ByhF}VkX2UaP!yR~jeH(%5pBO>^$ zA`E&ph~HkpvRKWH)dmgtc(Vz--J zNoWL}WCMZZu7T-o>4e!TqMA*=eKi2KTov#2`6A8@6~~tjZmDEg`u6HL(sbF4;xV(7 zgrflzt&uD;%=#avdl#=fIH47kSVFO=bWZ|(N8Oc`QtVl4#^XOz8TalI7Dg=40GgRH zqUBl2D%N&rH-2+Jx)-!~tzx~hQOf23YedbRWw&99v=0pmom!00gCoQQRb4THE*(1z zVEmO?gP!^ip|u)}+vYu3{3c$!CchnD9l5?x_QXH|rkp3eQhCaFz94=2gH9}i7@1ry zms>@HGu#45UOaLVk2Dx%$*EJM0{vye>`Q7WY?cl2%0l9zYPB|+WNBC=&CC3Iu&))ny- z&(d z^Vr#qXF1Oryp=XDyRkY14j(DFAA1F;ejT9faV{%FaaiX_?+8eDvR}m&r$^&ow?D_d z4a&u}-ah=Sms-JQ;bjSdIN(K{sT+1;YsHxo$C0-fzK85{2Rf+lJFUluG|m5)45%IF zxtEqnpCKD`0ZVAtIWV^II+UJs%T<>jD0CBF*{8CB1y{--kVW97k9 zFo5J~krU@1*ndCP8u7_6r$5IU_NdHAJ*OHmKKVqhO>C+`tzA0M zOCsPY2~l8e6L<2B>UiD_7EQ58D1Cu>V~j@KS;glPFcF|AX_l-HCvVdaYcuk7rw|xt z!EPM8yjTLepv@C08}bi5VHD$4J&VQ(YC}w68wt@-2}PmzULuNB~hxgO&Bn6Ha9#`^0UdClcUwsRFBCSng@zMnh^hg zrDPKAoI@iydGA!5(dn-AR7!x(ddrx+yOd3u4_Hl#FyX$oCzpzKW9CoMxLAHkzanuX zg>jr(1&om3v14N_)(92qr;;aqnaA=V$J6;nqs`?6`A;d~ou2;NAi=>-`(%ut!}%a5 z`BO?7oSVo{ZcE9haI)pZrRE+s3{lvVrHG`oq0btQ&<-&y0fV~r)xB((H=Wv8SA)lI z!yoPzdZ6Uh(e_n5?WEScy0NXpZX0v)qLl8TU6rF6;f%S_2bbDLa(sS)dRXYeLh8E( zKGae1P?dMN?hABA2i?N?Fa@c(Wf2}e{c=E@vVsWNW@lKQE>LALSmq}F3bfw-`+PhC zz#oa2JgdzM&0FCZf%98Hb>voZ%{?)I)U-7r*%bGh&`5XZ1h;kdGiLcl7P;mw1zDUb zuiDmy%AkcnS1@w<=54VlQ$fEBDk)uN4*BUltE!5>d>wa@6|}0XJN<;ay)vk}mkyAp za=S6d7}lzetDZQWJG{nLaBY1hYwV>V`rv8|mkZt|YfVO}D}014|EYumGeI}FKKPqR zzN(v%lfyQwj^Z0ugJt4qK7zv2rFAGr=9XgnxWQUDsA6p9W>S=w0zPC>WwcB;R6brv zj@`n1%^RK_tm7%OE5Za*ep+UXgj0UodbClWU#b;9*b|G!|9Q*B z#`+(r-W9&T^JeRlzduaOzeKK#^>uB2P>2mJ{MWljBK(SxkoaJ|SENVj zMrkOlrYyeq;s!q+TQ#^+f30aGMlPNw=gns)*MIprSn2e3)4uO&>y}5|AF<$&xgWtl zKteo2=Dln*=atxxn;4E1Q9*JxQ;8+-9k?ms$~(rR+G4t5aD+d6s$5R{U=+BJzznUc zW^RPx95_?m0v|)7Ld-ArtlFX{V!xRIQ>76iB@uUJpGrXF84Hrwh=0BZYpy}2#~KZ( z%_7uhAK)MhwKoJLeqZsE%8mnR+OA(Ty$ceco2PIW(H&hy-*;0?#!K)z1G3J55V$a> z#RCO}^t4vc^ms*~D_$h3&at{hK zL?myG^I8O?K+!!lyh8<&4b+c?_HdOdV?Jc-yW9kHf#o#&4lP(zCUN%o`FRQTF9Ag2 zl==1njO*PB951IPVE1}yU%YO`AinFu7hR83XceU=md`McGe{uBG>BjPs-7M0Q;PPU zt7D%%M^=w$Zg(N-jHD*QLo8WU6qB;fpT`@z_~!ZLIj#&h!pG!^aTJUmR|xdr-C0y* z=$8F10Z|%tFnT|q-1zEH$e~Q*&(Y@ICo#?dCEOzdH&`X4CZEYHuvOk$>+3lAt{bVm z|ImmiFgFZz_^1b{ig9pZzR8?XqgGpV>Gm?`~9@3Fxkg!1=^bP9+ zdH^sGydvE|yl}k&E6(c0q0oqdKe3jec@fZ$_Ekai88pG&@lSxA&e<&ljYFQ7TOr{vKM&7f%ycUL z0+IcIHv7@2$Z&9)q{g^35X-9p58xh7zsvHt(ejzRKV{DZI{LS82#<^%Vn%MLA_8V- z=e&E8XDcqE{O$Qqp5}NT4w;V`n98Y=5#{vWTg*{una@ zT4zLn88lD{j|g~v6&Oic6yBwKG0W57LL+@eSzsv&+=awPJS`8$1UhU0fflR0K1ktd zJLC$|3Mc-PBnOCnJokNnVwU44u{At<3X=QUKCID}U}%8E3|NEE%nMx0ek@2HdgAB^ zE?WXMSWRf{2Z-65fd7)5=1$Pj%x(|L?9LVv-04fw#ON<1A_Rh@HYH;Jloa)~qC^CO z--$wTpo`*DmujAJ`^N-BR4Dfj^~#;Tuf8YJZRe=X2YKOYJ8WOU`RKj!#6lq}qF9B9 z%;Yd61B>MWgP7iYi`C10eOoBdd2lzKqpervpS(1tW%=YyZK<^%IqEX(e+H8Wt3>sB z2M+s3h@5@M(&9=179J8QzTSPq9l(1?c2qFInw62w>x8HSU&+z1#JMw5h^x; z>t9Al;v_*P##0gUz$+%4_^u1wNUQ-LR50@z(B~ByL4+e}D|5R_2%RZap~r3)qO+?P z$k+WB90nIj^r-cm*ny@MzvsudBF7#34=vxRNQ9|{{2T98w(5Cdz`uk;h&WW}2*s80 z+eRv1+CW$(uj^6^G-i46a#@??9ue@Ov{1HHN+Ar2OVmQX7e@%(2;^Hrxm5d; z^aIYMa6J4;o|OqB{vtP8bMv%LejoU&de5!LQCQBKn>>H&McRtx#i0)<_G=;4qezv% zX7CAS;a2Vhadb&?mKkHag^xyqh3wU7m2;XnklJ-wgDF-Q4!2k%AZAg17U65?c-4MCvbll;ab|*v&A@sISKgyl`F`rCU6fLXLZrrSL zqTYiVc={zx7x?XiED4eM z6X@*A9HEWJ0F$pY4Z&3=Izg(MV*{rh)yIW@a$w8s zK0Z2jc$ByxY_aQI&}FV+Y1s^&6H&vhfSE}Fk1$Qgc(zc5 z!wHNlraJB#WO(Kv6T9;Z2%fRRd0v-sdk>1I$O!rajgLmjMt_wV{t)i!sL` z17z>jASk}ifeDgz31Ut*D;ta@mFAzv^5erqG zSein>TP0b(b-+!EUyGE022gwLbMo10ax#$JwD<(?rVjOI3iK81^RdFqLfQhyYy{ZC zS4n8v`kJ=@>gJiLsU+#b0=cqzk>AD3aOT4L7-AL?+ln&FU1#02 zXPhfpm9bv_pGp|hEfl{=|H8gP}^MraI%DL zt?39l;Ea_?JlG_&N=_`fiRI4K;m@z;dfPFzRp*lSg@=qxtXcorP52U@3E#*yj}FKl zhtw9pk?Xf`{u_IzzWbEqbL;YV;Z?AB`cQkQLx_qyShQi={m>MkGfF!=N zVI3>T)OvWT8c7{hGV_L8{@|wAmA*dAVmoRO*vxe~+%shc@pq;(U7mwlvd&VL_=aax zp`%qsOom>&Y6PPhszGw5rZbIso8x-w1~~a+?K(tDT*zdJ_ww(Sb*F6%%iY2C!+5g1 z1=B{Fx^xb?h$y=RMyug{a(vI1gg&a!+b)Dp@24_PU5}!gx>OoT4ylA_CKe!Em3CsI z%JJUn@jvuGC_Nv~x&5CIlN>n|--p`nI&}SdXc0`$)m2VlQ<*-#<F|n;sl-uJ;?i=T^(?QQQD?#)IxenJgvw=yO_4Bi=rh@z8^g`>7 z&1=1?B#2+e9TozAae%F4&{3tb!i6%XQjQ7!qMcYH|5azEQo5*K_aNIOFw+62=S;!& z8g62}9|ARZM_=+>`ieCo2!xCHN-tTey+=~e5y}g?#hDb7{choqdS_JcTNFw={gwSo zfdBjL_zT$ydaa z1Kzp{23-Bxjrq5T$&y|`M^k4gc}o^;tk`U>9#FUPgzcEn>eUSz=4SZkfUN*8*3Hq- zXVBAARvF~bh?3+S-j|VMm8X+j=kv8|FR7|-1b*D`Q~mwN!fA3WvYC;Si5G6c|f5h{mVQX_p1ONGqN#4I2=8Rtz`ezCap z51ibfZ`^6ZuDKuDweiF6ZRMwtLZ_W;k1`Uyb>1n zdJlI8Hd7}Cb0#}G17`;tD;EPcmj8_WEvj<%n@n&&J2I$lQ_w;WDHt1Ddi1pwkp={+ zxoy~Ca}(m$BdsaS)_*TbZh#Vz&XVvGq_L&L#lxcV$KQG>#*uRMI~8A+ueFSGW&&+? zrSGs_$%OA3ooN_9tFg}fe4?*1l(CJl2sr@Jgh#T1m!7> z?Hog|UYKPd0|uRrzV`PnQp6Omump@cN15<(do%XLvk6gklc^lFh`F>X9V$SimP+d2 zB~*{*b?I)*J_`p?6M8jSG%}5ZRu(luRYzYUIdx@PEVv{{FbhQ_a4a)|yR||KiYN+# z5D|G0%Pa`9WYs(j5#J^+?~+cYOkg*nnk_Kr#Q3UNh=YCl$_cXuV_Cq|8Jz3MkAW1J zQ;x;@R$kt;UQMqs2FEGGe$6f`@a)eKD+EJBvIUH$Mq1Tgs~kpBV0+)2m%I1&PygWi ztfE)c7lI!aeOIuhj?ZCY32yI*`1H7Mb5HPSVQOg-QD?yGVm+mzE|ri+)XG&c>)bcGET?uLu;MBW{XE?jRN8M^Ehv#tGruFx>5c z+PslC>g}#NDAybMD8GWGFLP7_@51&miZM^%kH+kg>JNegam#4i=Z27N+Rv}{SgF^k zzdDK+=c+r9XU_i*zv!Q**Fzrn4g6=@9rCjqqIFpyAp!wf4h3JR!j~31q7n)rYTS^8 z!i(Sk_1U0NGctw$bK<`LH^c&#|6pNK07CIuKg5EYH+0gMgh?EXM&%^5CgmG%U|Zlv&dh0--pmj6jVzX6Ohmj}x5f{tBL3fuYxy(=(JB!s`N1+9)#Y}#qff`e=tJ!W81xxRQR_3If? z!~3#%vz7RBeeme~f*Mm-3NTH)QK_tx{lKGR4QGA?9PA{X_e1Tv^f@MqI$N`}h50CZ zeYNiQ0bLcBZohiPQ_)L#MAjuGq*R(J>m>`!Q~uWd_O`JHRDul-q-ziWv9ZakTCgbq z*k3F+6JV4+Gi3A}4NMeUnl0>jnip^<4M99q7LEyUdr@M#<@x&kVgw}%O?yHyg$Gt) zQJ|nh;C>4ZJixzMfR1+|oH*soeBf*fW;Hf6$!yosx=Cd=eo~S{s{|)&W-?-Ey~MpG z9?y1)a%GV&HA-j)v|7&{9;sr4vGEnqr--<7uB0f(dlx<;_h(ht`(wki0@B{V^Ui%c zr2%Be7t6ng6+~VX*Dd|)o@QLp-N6F|My+yTWOKx z@DInJ0PTPNu(7cH$Hy?O`5!!gu0g+(V3JMha(jO(833jYAA~fPb;z!vh8{$_kc0%K z0+5W4`Ekelcen*rsv##|Pk;=@v)lW+<5a#mN25(D<|j*pqP@#|&bJ|&>P76&YfD$w z`P{qjOG?|JD9+TMWLiuK?XuBU{;cWFrZhd`x~t%#BGQkQHA8zyV#-1?CdAwFjJOK- zleJ-yhIB^vVe3KgInL zo=X}qMUo2+>xI_p{r%#jDo%2BFipdrU4>H_5r%P}=~RX|05epnKvhb^#oz4XfMFC^ zU0F)uEzJ>Nv}xsaQQ*~#upndAORIey=A4DKza3bHXr%$J!*1+n{W;~6lS=m3G6b0u z1T*u=ZW`xDmF^x9J&vM@ph1PpiOtPiqRWdis@&h`-WG%rE;i18L`ab!6c>XN&hhd3 z0?EsTWspq;)Sw>JW)1&OSS|Y1JSbbtVJ}V0fSQ;pb~-3jj4~}EBBd{I zrJd8Z$zeQ0Im*dg&$6hzc|Hg2%?+$OBoCM4J_Whqans%%`Zo$?&_EV@ngAn9Foy<< z4Mn7pDP4hh1DmWk5XgvT8rGWPcg;bxgAy++Rm#Tp&F&&o@tpn}J|bY-80%Gdfxos9KM3~z+oyZ(8HLpPv>X`6nej)EKQ7(DXr_pdrr6mUmMW&|mpGg#4k2;h6-96)! zJH_@_bLLxhsxW!lrCCw9$xk{W zYWFUGDobg-iTd)*{HmKFqGI%9y7lym>J z#JHRD$cg!r!8iCca$N-DF{(kco@^N@HqE_3<&~_{so( z2FS$M?>adV$D@T$&G_E_kteORt&I(Vz7@C|vuaA2*IGjL<^dDPI9oOwJJ&KlVwwWtUg=Crlm~B0fUR!tp6xBH%a;ao2pOl;b zzc|2Ehg6d*BZz0`M{n1SM_Tvx5)O}xzSa*Lp-DqUP-RUyBivwHB)v zs~{$}q&woc`_kmc+;mNx%a}Ilf$Ag50W3+AY{qq)h-Nh<4+&GAuL4vy56Pqdc-K`F#S;NM_n}MaPMIVEBQVrruNqaIs-G+eqJ6fwe8S{g zig?OC|AjY|kPg2W&lja_f(Yk9&uzu=4ISe~Hn|jry#ZH6&=@6XGBgYL{t?tbb`x$R z+}-InlC>RUz|iy4P7haZ5l3exS8nQDv?;i}xhS zq53t;k;!4FwC;I`1mBzmm8#5S8pb-EH=r>Y1L(2pMDTOUf))v>mG2z)0-{x3JzPJo z-~S#Rp?s~~{W*n5hpheH=l1B2rc`AdE;2qP;bnLp)1Hn;$AS^3gn<6)lKfeF2W^FW za%7NAlfLJPxtRpe92+fRdW8tWTtS(?*8HWv^h69`1wx>+CAxcN3z53A1$0q@-?I{R zh?@&(at|%62&NLEE2Ojiy?7lpq31pw2oBMmw{oZuNhg`xVjW9_+NO)ly6kfG89=7m zCmtP@$`)$k%_WqFO^ijES&_mEV$r0I)s-oUg3&~Y_d?$%bSTZv`I$@N8`j-QZb)Aa6nV$BJ`Z|EoT%+tBM`#mHN5 zFrd=1#YK@By(%nAx;0l769=;qagUg7RN8H#)8B}R&xqXO?{9tC7^MJLqh+)j=YoH+ zO^C8Lc^V{%UA9Q-X{W9ePfEO#%sbVc)5DbCi+YZ(>9M|yhP(KQKV+JZX>X5yC7~H* zl-`hEjHMQ^cjS>~94MoFQtQ_r|6Gw>B4;|%(KQC#)i@Q({O_h8<9j+nF7)8Gwsvx| zKVR{FwJ?lQ?`&UZeSXGnLJry@?5Ajq}WWYU?Jw64okEfZ`wAN>JRkCD3q2K3z^ zrP?ST*Y^;8yuD3(vr>3+Erq%61-q%wU_2nQLU1^Dw3cMIXhtwLg|kW1kl`rVCUpP& zBsy-r{Oj(^;x!nFUjB_v2!WtLIs$-E6`-?>#DOpV1@O>~F@!HqS7Vplu{y&&O>COd z0*eN`@Qg~I%$>sxSv}-hRVmSu3YWr3HjW?4)bs-ae$`x)eRKScFc^hkP(?<-Ld3Yy zQl};aI;P&CO2)E%nF>zi+nX0G2O2{Kj7%=mfz8k$4wIV*+fnGD{CRwsB~J7!m49`$eBj@prqGilzl~|N3&!T>ekP%A6C=73XPX{bd$LTX6v&W z>lZ}P{s7&9<$IQ0YJ^wvU*tafwprWHi>L8?CCH~-%B9gdcr3BK{7Lm7lN@leK&?I0 z)VnDjzvemTv;OYT=}^%)sk!s6Y*DFcahw5)Z}$#Qpy-5v29k zIMe6Pu=Mc1p>eVPCk0?xz29z8@JGTzEACA#=_;!S*1T2=14))JQNSO7RLSvNtZ#gi zx$U_1$=}qV$4yRMj1I{#Z~i=;mBD$~aM-k28A7gI79)=kSIUS07+2KS#F7JN%!g#6%vWYdk&Tv2Fll~sgO#9DYe6t1kyB)sLXGMQlmPj2{LYAY z!B=o-sdOBY_K+!1xT7}>ZAPHhN?S!9E?I!B*Q6MjuN2iFa*`jy>#;t`4j4G_iAndO zMZG-MpTzCHHgx~mC(`0$eS`TSK;*1^cr+0n+IldTwfH zJNWPwngis0E04qoHn$eS#Ti-iK<(m`@hp_X zIfIgm!0XgwjPlCQcUO~34$V1GhCY4W9RG~V;tO#L!_6=()wR$FQLl~NYftJ0Q{9pL z7Y=|0zk_!NoX3}8(C+(YLAZ`kIH*{E*Q=wJtapIHTH>bO%tJWX$Bx05?V=CIcO~Ot z&Qk)3KVJ5CzLj1d$!-@Vn{5_KcOPf2!{*R}<=D%h^E|jla1Lj-cER6a~3hMgRp=S~uylW5x z`)E7I&EW&Z9|#q4fh4_@*8ILh-#_y(Kp{n9oBWLo$^1b#AM3+ZLNwtu47~SwccZzd z7l*ei%tA4Tig_Df%>c*S!#QGAk{H1)>*vzzF&Sb(clPW>XYMj4>xJ7x6Q}*o)XiDe z_+K!?M47~SPyq<^X5AXhhgT#_SZpvXrLkkvI#WGuOo{|;)MDsKshY+FM%E6E3fWgP zn2GZI5P2V(X5GS!q&G#3jO4Lh+7<)(9dYjQ(b8nl3Zb1)?hFrbD~9Yeqw#AoA=sKJ zdajBzR6-njUk36GG)3_)_9s7(j-<_fOjd0%Un(|*WID5u0oHsiL1DkTfcWEf`&+PQUSX2WNi>K1Yo)_fDU8VTdKH1!5E)qX9-SmxEq z%VQjas_haFD~sh zn74=eN$GiO_We7KzMw3Q3xE z-~ONRAwdd+a(G&agQW*V)(MsMmrQLd#`K=HH!uGNY1k!n9T-~S<(AT8oKJLa%xk?; zSUEUw0tjbwU47!Ch9Gq^DOQ+fe{{1GLWUlv&2z*NyA4eV=!!i>5YgYN1x2HMIiV^Y zDf0tTV0~=ki%S?*9~k{|IF^>}3H9L!57n((y9wxMTebx-7%$74M=IS_`clSGnR8M{ z5U2PUCD@kOClGM$7#wC|?Ue%>WL&oRqF{3?dX?7SL-gjYSV$KMR!SHvJq<<>gz-~I zbhRsK0zKA2u#qXSkxAyn(cuRU7c2WA0jBiP%UECO{*rbP0})WAG=!D(D(ptfSqWNB zP_Yhh^5~lLLfwfi)@307R`HgL5;PJ1###$o>x@#>5NjftQ8z3@EsA!Iy7v1-Eh=C| zs}hHHFs9_DC`Y&K%ivy&Y2X4xq>CWAkOOZ8%~Dxhhh(uqx!YPIgO~8l|1d_BTNc(n zSy2KW^FPZ5^XYqi;Co*(qG)`U3XHSVu#cbAjbibG-^+jxwrV;qkP6(6@9-c9g`xnS z6aO$`{c2Ovqp5&U53qnabAaq&*H35L=C~Ip9IQ}rN=RP7~L z5u$;!f|JLp+tem+WEz^9fLh&ZLb>JQsoLk<*w2Qq0w`y4aukNyb!ORj65 zXusF52!3VhR=0QZUA6aT>AC1}jIg&v>KbOPnsY^_b|pb$41q-@^-IT)j~a`u@|h`q zaMC6YKNei(v|2_woc=XRC#f4%tfJy&u6urNL!RIlKZ>+orJEMFxx(hFRf2-kBNOq9 zV<*fx+)hCvTczx#ywQdbj6}0A(QqlBQ>}!k^XmO2rd!E#GFlY~stOMrFnI-*H8`km z_F^HvX!|56>*{OuGJ8SXR0RyG^@a!(h@G%I4KCDaX?%un{@^ggIpo7jzEWqoB|+6? zLTQ!KB5k(cMyGmMDMsdHMQg)F(_1N_#b($l5U+URLLpw2HR~UsS>S%eY+Fg-X)da{ z@ti+Wai9+oT+Q1RE~2229uVL4Li+a&HPN|+*`->n^1}33Y~z}8cl-O5?$#~=P5+d1 zhH_iPsDQ0oHkiX<07o!<&WKhs?xKWGu__lhMPd$kDwb#K)%Gwc@fHbFrOSUd0pG~( z#T~Nt$Qc2HuKas9$l(?Ek1L}hY|Ao~Upf#r5umJ~8Po>9=S6`k8e+{T;w+6>xl5eP-f+xD-Pebpv0DeVsY?}Hpd|;G#qyx=I4s(Kl^9xU@y!90 z1?1bw&y?d_d=e>#C;yi3A89r&W`6N|{(9@|$z#)LslxlYO1OM^5)^V&+kmE!xCMcR zO%IiI18g_P00x#MHE-It&b|~p$*>FWaTSmF!u?B_v!HaN{fqHoT|BOw$DKL3roQZ1 zT-meVt%(oYbvO3TPj{cET^AxJJs;fJU00Q%@#&_oUwWd{h%0mfb2K$#vO^QX9YW+}?`4!soECtoluGb*;J5V; zJdtf|fGP+7OF2cw;&Jju;s)V_To)p(blAv3KXtOl?qz>}|1kKQdD249osYns@SHuT z$Q=rQ3L4>@@zxqUg_*mP@9f^-H5{6nS=vz;fwwAxkFKfvGM`9B29O$_6HY~U8cwVw z2JE;-$V(+%#4^yJ0>(uVZfIV%IaEl&eUwL|jqfJU9rs|{Lk7PD;7ir}eINjH!o?`* zIdVG$>`cZq? z7%YWRtAun2;)OFNo|G+EMi4SD?U$(veeUpl!_kYB)|FEf+_BlcQE*0flTXEWNyif* z+i0_&thF~}DrP*&e;MHD0FVDPV-_B_y2TIjsE(Hgn&N?iN}0t|7$3bF&^Hf3l~t&+ zzIV1RaX+H=8IrPUwEcOcLfCFRU$-P|zxtrJ`jnk`^D%Qc*ob*TSk`6ruF()vbYHiv z_d=QjcGFQZz-Ez49)chvF~A5efb#v!BVjPa4yotkG8aqAd-AwB6}eD2Y$r{)CjLYCWm4gMR__ zIzyJjGt5JOR}{QBr?oIm>TXU(&Rq(Dt#lVSF-_?*>wvVE&l?sjK#NyZ%y;$pm)l5n z&lF{vX389!v_y|8O3EHF$Cm9x7N+XtqsC7ubJra}SG~tbDP8VCwf5&o73e68?%n$= z)8sNA7NK!4?6^v>LAq@9Zv$BlFxMwwN-%_(z(G#d;rED1eK>=tiTPKgrOonZZyBrq z8Jd!0c^f<_PyDc@;4aT3U(mmNU0fyXph*y-zy9Dzgh)Wb?jU0f^jA38+z!ZknaScD zla7G7I>JJyYcei_koDm81;VQW+CVTqG?YTgGi@R*a*ng}h}ayOl8YQaaf!-oREx}G zXomGXAq=Ey?E-6lIEI&DG)%j8n>pC+%mHmZ=`*#W2=li37f+z*5#APk~K`8qNpEXF(9+Pm5v$AI1+45I#kj zplQinVe}%1(Uu&5QGbczq6N?%PCK zBzIoOa;&x#ZXGWn!oJEl=RFEUDQ}y&s&*ua* zPpWp^L(-T`#(NORDbEtfNsa5$|61{E&UA2t>f`o(%; zRD^~r&xurKfK4>LEh)%B!-p1dW53QQ$s12?ZQ^79GjV)MFuKT0KwW;GUN!#qhfkb0;!_w*4xl#-+Rv= zPj!YPK+MLKITbLRGZh2x@>0zdhaix##cv}j_<#VY8E+)loDMLFGdmVeP5C5%_Fp& zwE$oZ0B=}Y;aidopVl429~6UYqYn(|&E3`OK`Ppa)d;U)F$PZVzoO)-(XTpxl~<^! zTMt#2uv+@NKx`alKwP|!uF5kge;#_4t8ckluU;lInc0YS0$Q!mNn}7B5@;>N8D(9Q z$?0b#NU4T4_*Lx6owjHAs-{yj=Qvv9#59HS85MYdl7$c9*V!`YP>^Hr=v`&rtYJ#$ zjG|HC#t|uViL=NvTDB-@0p(-64Ar-+@U3^I2K#TP7Q5yFbg6R&=5?bIxktUisPZU^ z{+z9D^{)*Mv{jB;>||?7+|vf@6s!d{ZYtf5-oNZhu{wUoZbK_3ZSWe-2X$RDSCzI4Um8oaq{z6BUNsiX%~a_^~OmQGqY zYkOmlC`IR^Bhf2@{HxoCVEo7Mp(YunwAcsoVR8M?lVur}=!h5w%WAA-YHHbtclLSl zpksZbsIdcmqYd(^$&)8CEiK^5WIe_C0b_Z72vWjbb)l82H$V0IvufxrL`TxS!owQ0 zL{DEm^?F9`L#89(UmEiYw1n{K&(@`*aI#YO|H_Wz-QLat!Jx-cl2eETIE(0b%Bi(U z)n1$0_-vnvqPDVYzAkh|Z7rs*+=B(CcmO;&*f(lJeQ>k=gi#b>mx7sfjKR2axY@NZ z_8Zo?>3A6IX91qHy)*eh`~Ao1MFO(8WQ7xQ&Y=v^Y{zYQ2vrGqce;Q%Xvp6Vta#EsF*23FRF(jC9VUhEWCKU^@Nx=65WYAPcL+a#qAD);hg8DT9hC04# zUmoyp&i@Z(=d>6Imu>6Vwv&o&+qO}$ZQHhO+h)Z^#kOsqbpQL}?7rOb}GF}`8% z-Ku?A$b;li-ranwjB_9ivsU=32|NYNja5Z|5|9aa7I171jE{oT+dnp{nX+ z)h#%TeWntd1+?>WumGfZhWV1Ed0SS0#6KCDv&cV>X+7lKqGa^vsF%aj~3!|1PM{w+q%@YwKLIYpfQzhb_`Z&rC+ob*`YVbh4Jv%CHn`1TU&u zo+!?B-@>bsKV<`}SLJ>ob5+_goM+nsNci0~gKWlH(*@S7sp^Nd`n1zZMr_S%YM`w% zQUTS+Kjty$2c&z!kOIwwEWEHrT_6wTZU8x?p@MNs^Nid()OA}N5ByE3i>q!Bu~ZiJ z4(&BLwPrPNE3-SYSS1mPm#HesU9xC-h)P37v_0$&KOT){cm{AiXIo5SSPAwb?F`Oe zf6?cPPV%<$T<4+)SLNCYRb`eQAD{Wi9Es~BjF7xYU6=B=ObmP6W8=zDu z-i8?FO_sYvc;GB+Yi5m!3E-1mSUU|&r3w_^F)qR$`IU+W*>mH6TN{P6O9`k_#9KhV zqk<}~tJbqL&&kHgZ245PnyCT~H@nHGHgK%ij>2Uy`XN#k`EBI9nbC}>g@*BxdF1>+x89rhL+XSdU&ib3FK{a zk3%Is$^~;oqCUaKNY)P-smyG;1|k1`QTB7O>`*=K?5&(IfsH&}k2NH+w16omq+Q3B%TI#O_Y=Z>WI(+(bumE?|}`wh~knX1dh`C?6E* zkJot38K2E!Aim{9^e6ro|6=d>x1#*=%hS;hl0^gQJ8gm!no)&UAE*J6Zq8E zxrdCskvm&((@ktyl%TE~&#V?!g;4WBAbCDm?*T6oR{$}bRW-Fi_0Dr%(?z#5ul%A< zdJ-y8Lue3tt*P_)G-3OzWRq}JuY{is2A!rAmE&n`J7_?4VpL;xP`6vPVQib2TtGvt z>*H_)ZPE;0duvOFC3S)Zya%=KyFcU9JQ78F3)xnaA!(m=NlMN$=-ggvoAaDo|60oN zN>^*s^>HK_wlaFTtylk{5!J>y`@xg0Hj%;8tw)D68hznw1q$;zUvAqr1G?z8Wi7Xt z^=(a!xGkzX?S#)M4m=X{WW0Gk!KR)QvDq|b3oQK@Fl1G6P4AxD#wS>or;|cfsI4J9 zrXVD5Yk(Wy5-)DWxRzXlxrEc#cr13x;Y~5Ha(xCpbt-&%Tm24y(%yP{>~IjaQkR?z zSjEE-X=X{t+*#PS*T`3+AMNKh=nk^Sexd6(`2RkygdX8x z3xWdxRN(#hn-CTb)_-eDE;Tl7Hrh~oo|O=Ih&M;O~*P1bH{MX&`zI;A&^)(Wm&SW`; zR3n?dg*?pk3OHAFB|)_oz3~PSjH)3^LT8R~71F}8*m^*bghrxMS~GstAbn1@i20Up zIxTJhN=H_DTuL)w%7}H)fm-Ioo5*G2z_>5{_oXFPo@Pf2)5u;cHBB30!3I~BB*F9GYhGHaEX^VgL5GOyM_A{+XHPJ?$V4$GR+d@dSlZ8SVl;l zK{ceLwvoYdtg4JN2GS~HezW3wII!OwDa*2p!h9oRz) z!m(=+1{^xN&}tWX5gihpw%BuxPVf6-qb^w`pTbZvYPtV3ttuH=bqQky0Qf3`6!iaQ?UC3Z2{iQ!-h z%U~Mr^Y+={0PJ~B)c}&I38rCVG{EPujIImy8S7qh0)tQ(g%H?0KyZ9^e?K*y=$6|? z#G8Ns2OixDY87bLG%gkln_zzwHk{}60R)>_Xge@e(L54`BR_{I%r)X`d%iDqtb#O~wythT+E<1i13f{v!8(<``nCBVtfLPiIZv z!?1S@b^j5S->X~_ECIqB+JK6{v+y9N*`SXI?cM8*RAV# z|9HE3m_{s~>5 zKutZ}woI>`C>wmcd%|4hEqXgG4xwyoD&4|R%1?S6c0&f*_#H9Ea=v|j@v;vr2Kdl~3*J1Y5nd5zIG_n}rv<@$mnjP%(KR7M zje1^qkpq6Fffx449zsdVf@sI4JG}DDdZ%3qTNV{NVN`u-s{pkkdl2!fM){N#vXFi5FXJkn?8+B`oN5`qH0<{^Y1LYS zuz??XpD%qqR{A%ohWFl%NW+`4dGBQ&C&kAz`{fZo_BO85!i!adCY<~V9dmod?aXiJ zo)FX60iM$`-I!@!Z()&1JQZa4W+8OL5$o?ehC^Qn@E$i)!>>1a9;;a8{zdZLuFM|7 zqAt(PM+P$dsyCuw-f&_FSLXm^{JlvsV|0UO(Umr^nGOxLAzx9ypDCf-+r$^*d4%4UD;MUV~YI;cxQN)Dh1+9;6M4)l@$G z(C1b2`Kj)AcjG_y)#fa!dR~T)*|9gK2iDY2{{}jNMpnY0&LEE%SLlU2^HFuZ|^E&A;}QvJr~`xTk_Ew=2d z;p9C&2G{A0;+?hUOYE}WJOV%NQZ2vkYFzA~E&3Nf`5Xcd3qS32`eNxb^0CTBbH@94 ziRBK!q7&><{l0`K`cdqM*^IDkj`&O7dE1PuBw_VT^eI@HN`5r0yPnNk-Q;o0^<=&W zK9o~T)bo!v-{NUG(y%D3Ff2CrY+cU_hvE5f0kgD_C8EpF7ejURw`?1$ABpW-N@yy?i`ohax8{pteaB)x z7{;x-W3QU9S#t;YfM{U-l{csh>Aq$Jo3(0Nl=*lb!gt!;q8j3fj(Cc~mF{ca)o=4U z&33eXf%re}+gg7Kol(oww5psr3MNlYm+}oI0*zG5FOFs}3>{O#wZC0Inrny+ld`fx zk2~P;_j-CB5nNBpS6?+|Pe+m0U!d336Vj$u;B9NZ=;7g!fe&43qSzC@1_m}8MW`eE z@5V#eSfFY8z_TtHlUb)Lg(^2*vE+6!lkcxZmq(dHC^W9Pv|ttwzV}`@`|COv^#*y? zYGl9uL-sBUKNdam;oTnA)Vg|fY4?PFSFKW6C{I-y)wbJ4KSCOp+-|(6%%5+hR%ShO?lXI($J;b5 zS4e7?Q0f4hG_W_5#3_E2F1)MUSvDp5a5s4wEZzs|LJaDXQzbiJsQv0PGt)RV5lg95 z+55;hP-6s642{;eJo+tIe7N@z-Ci}&r?IZpeAv5hIr149-*7m506tE6*vA~Oh&@5z zoPPeNOi1BZ^K-aVuxm0OWl`at^#x23@}C)JT_4m2m??3ME);b;@u4 z?EQkuLBTNwGBC)TFPV)z*gw!^aQJK!pD)wkqdRyP=9j}4X9Xa znIrHe-oi};Q4vGU4Oz?nt@FfZlR&Y7G zqJZB2BsWGICr8%MaM_`R1k*5xePX{oC0N64ZH=PFP9sy$6 zTDk%;6lv6GSOY$$E}?uaTC65{2` z-?{{MAIP4`-rp@U)5e~?l6q^y`{m|K`)%(`9W9>=9*}Rr6Ig`YxkYo&+eVQhpTFHX zZ5mcF5r+FTqU;xkq02EI1J^psND6@?!ZL6?^v2Rs>G!@M)E1fp*-*qr&NBKp(ElFJ z;2QU$p??&lRR0GNGQnO%94Yh!$qOAUV7$ePy0BvY$ zEwpp(Dorj~*=;A0HJ5q(yd@oxx}ft1F@Hwe}jt2e2z01||# z>^6YqSJRC7nzQ!24Dxx4Icx6Bg3@4}1Bg5``MF!3p}c@$JNf+AEc!DBF-E&se+*RT zQb%8218E*)fO7?0blGhgpthj&fF#0`=mt}JX1(bRY@ zmU4ZBRjaJMLnNi-BoZ~6UBvUznmK)xpF=;Zi!A!>tS@84fUvO0RBd5r8pZIi4k9i( zd6p!>4m2|^{cVn2{c-Vu9xg%}6kSoVS2s`1ug zt8@45J-^F6iFgi==RXNFkA;NLzRlG~7IN_04u^iZyzk>y6%c97 z^}b@Swh6YrX%$~TAF}gKoK>r?z>S{Jj~{1*a$!3~!KFUb)Q!^phJwdF-;whr0aY!s z-r&uU=kS^*OxR_Q^j5cnM`9l{zhw_m>F{z!*BvPel($>GN&=J^WFzi|qAVZFcu;XE>O6k3`B*pSo?O za+y9Ni5h*62`;2c96x(VzlM`53JFgw5eqZ zr9Ps$vg$MpL74(+YUXMIZHp3PB*$cv4#*%tG#Y_g<-`u5x>+?)0s(XtvTR8fOOkA< zcryqpcQ^;sqE*zZR&SzqRy`X&Z`b31sa4}+jd1LB_}}d5na%)@_P#7fI*SVaBxh81 zee@JEwJDAXOmAL+1M`4C`rs4tmgec1=PZrD2^2 zW>b$XYN8v2sYzgaL=VLU55cw3BI9;)rr<0_j@&?jV+G5DXT(<&!IYesQ5a>(B5^h? zruxtyK6edvx_S-j?j&IpZJV6ebcM@{5m(2K1SFO3$!XyPd674yL7dcIE0W{^@#f}V zk3s8Hg1P%AWlvcq;CTBEq#k1%qn-K-ganFeiIA8Z;^!B58gj?;>Lb$CepCFXi$ow_ z*QzM+2KlLGG^aO+P?OjLRcsSxBRp35zaOIL8pl{@Jvdqh)&kjS5s5|eM(u5Xmj0o_AZETc^1@q8TI zkuq%50*17K8ZmZf*qXCl1?N1pnFTbrFF;TJ912!)2K0zqdc>^vd9D8!#yrkEsCByK zZ{0$|G!~eNGs!U&nY9ALZrLRTx9M3gy|^C!=pmeH-@YHcHNg>eEjbC zvWJjqM-c63S7KWk7{Y4wN zJju5mn4Gx%R${It-|gb(=`qKgkBSZBi3mHh&`yck)}np zf4P`%3&+wfX7~V}Z25HlUIR}}%C&wGyIslcs=As{G=E;k^nER{R9l1-XmQQ}(w<;h zE+rzVE$j+=u;Pq8ASNn3>-jwQll)eZ<*xAJ6E=JD_I+c$ymHf740?*iqRL)uo%iYg zWKrmLk$;e8MCaahLLB+1<%#>evmNU#TEu4Z2~jsd3Qh*}8b7$3X5)k+eTn;0_G5Z@ z4mG;_50Bt}#9AEJPn#eC^WVSfO#c)8-mE%jv(Ad*J)?%;rH(b(U{Y$9DXLfx>q(x1 z3c7Y!3<0Fs(EzbfB&wM5`OKAMG$Ua}2HJrx)YJ96;Rp{;L4v;|HKb~k&CJP@8|BMk zTI8rC&LcO2tt)yx&1YmPaTp(>e5t78uG<^C-(o#-dAPFT&fVV85wZL$)YLSJ1T~!S z$6X{ZV@Bc_(ZNSV+WeqcHhL(i z0F}YLH3F4H_*NQUne@H2FRaVPa+&X;`OYriW#Ud!MU?BZ|HvPn;L%TAp2XFwa6n0D zch`p@>3ICpyd}S5?jwNqxh5|g$Ub|o)$ndfrc6rL>$fApNgAqiG=eB33f8pD88>bO z8^t?hU^a#U0kF~lRWNa82+Pu1iYOEUM+P+VPG#ayP$|xxCj~0#Cf{Y&M9GL=OpNsM zZh!Qq8}FU@gcsHZ~UdfV`!c z`aV;)6hR5anD5sIC()&y@SBv(1sm3SiBzrhsUkgE{COMiU!P1Go8;Apy)1@*GJuqp zi(M|Q!o$^dO)5PM6V~OUIEzUhKm|RhtRFpjD zZj2^mB{Kd&URfU1(LyKEVjmhSkCL3y=gJEK#~-gq9!xtAMlB!P5*-+ZTLjkM2obsdH6NjFiEGGJUpnb(+8U9N>0ah5!bIy7u+(sR+;4~Hd zee(cXA(0UXh_H)5@n3zuw`ek9aD!syG~ycjfqX!!AoO^awh(u-H?6dcXN7X9#Ji!Z zX?ejJ>BLOq%@-ZgEUEBBfc8HTXE39hR2C2%Cb|Qne9L-} z&_Ps?UYcE_Hw{4KAM--asZSGV$aBU7XcDHHi{Kl~#MfQYkQRRfa z2Qqa=zZFPQ6B?fyQ@Db!(diN|!ne*&z5cMH%Efsn7@wgt7=ep*xeaVZckL;r4!>=G z-a&tP(Tx0)N=dkz$;tJO{=erH^$;2q*&m~F9@KyT2r<+D1Ei@|m5E(vMd*H4gK;}q z>l;7gG+(=vgo+~wEr8S{=tgH|X;J?H(8he&pZH$Os}cGGI+}_qa0^rFU;G zgSGq%*WBxw=IaY?mQ2;Gee6n8osfIAh4w@KhufF`H~F8h^wg#`^IB&rTelQGHa7N@ zcR0)dC{BfZ!mLgr0|u?v#N75_8cQM|ndQi!(tep;4k)QHD8-?EfkeeUT&tS?l=n(N zOGYz;nB1J+G=q?5C?W~zqjPcnch|Lj0v{Y~P9D+~MKnq-zsfv#Q5RJ$_|NGR`~OG( z8;Yy^f+*vzktI5sn*dNNW^;)4ebOKKa7v=q>bL_KAMKNLtoJyL7nzdm#_e|2!q@JY z1f|VhCr0$kOrf{1W7QxQSdQ)|b|6pWPiR7#9Z68aX%$KAng(4sQ*ykmp9mh}@%lPk zxW?ym0!^YP+FOy)DPDsN(*Y%*?6a&Q>JdG zV_wFzMPe?skV*QBuF=Gn*E(`4y-P0?>#Ov$+Gj*}tQN)bUUf8s{jN zw%6E_PZn%TgpdvlMm}BcOgKH5w7Of&%`5TuYZ;5LhePnk0Z|RXteK1M=;IHouM;0u z8lcpF6!+C6PzB!|Qy#s2=lHtoY!bD3eZROncUdHSNCz7THEzIp1L0T>d+8c?4Kb|9 z#r2JZDve6ZZL6Wf<(EJh^^+euAQmg~vQ?9Y`JnTo;WU@Z)f!4r%}7^KA}NX=>K8gy z?mYS=wy(7^^1wPEF_pZ2DU)QE)2L|krv`7~ie}buz?~W-&#tXmj{~qb zp_FZ9JTN|Xm|IG6{h^K!hM5RZQEw>Z?A9UCW4`!VB=57@w`{t^@^_&W{0+mSJtVX>}Dy?n)#6ZTZQ1R01iH#jKxK%Y-Z z>Bd#Ki}iO&>6cfWKNfMkx~qSxibE)g3s`r&7J>7XU&F$5Mw_;0QCLHpHGi@(0h?)< zjkq)5D}&*_?LaS9r!jGm?K4sMuZFipx9Re1{ z1k^p0@yo679n1t@BMS((vU9%g`m%t;@4ic<vFxR0RQ?z2>4XM^q5*F=}?`hV|Egd*V0`7O;&JxuA1RxFK1Kn z19>7(6wELX?PK*28<{_qfE^Vby%Js41cK{E-r)q52z-GruF%^Ts;@pJFd#D*T5Ypx z%n60OO90%L3|EW3a~R(VmK#q=g0bu5lO)Ev3gDp2jyZsxJ$H0!}XM_R`}z+ZHJ zU@mY}-?8k@WpL0MYP0aU`pC9eobX2Z9vHAQ)NgFHnK-lu`!q6-m;xoNDTBp@+R?Ei za}DBj-=UMAFtKur({$iy=W{1nyS;yVd1M|dO-aSHomBWry4dNBN#0h!sg&r*zr+A* zrhuqFOd~&~ke#CE3^`e8|2JF|iz@7y=% z$i`wcOzZ#?dq=e|AgQoqXT;bY=04}rU-<;;bBn*d)ByX*0 z7a9F-KFXsp$lUxVXV(x)w7FtD~?0J zjilYR1!oKGmMlhC+JC@@5E=DwmQ}`y6pH_#H)vQR=pK(*huN(e&ha&hsET3#TE`t>bZZb`8UO7dxKGpL!%}YvB ztR920PvP2WXJNxEa79e;Tz2`_p(CjZ=4X8&xQ#pw-)Tm1@1|k5}Z+hcvT5_}_mP%xwQK-Yzx&fp1;?Tp>eAD6A|cI;&-9 z&@EH-1rm+1+fa%5KNuK=iVA+5|ufg+uZz7SIVHjEa$Y%UbXs7ddo1^w`@ZyFJAIuPQgaXgV?Es|OE4`c^_edmkqj>eL^a2tQ zDfR57m%{xE^-GyXuPMGsFutM@8mp3kJrbmjpKCcHK#B@L6UPq#;xdz1Z&=Z}OPVrW z!HFILnCEoN?(oD{O2Szy2&#c4eY)tpK-^zn3Vb~9VCsFjAgVv=EHCdRtP#2_(!<*q zuIpL*>XPf?H^(W7e9Bc;A7gXRj zB_JPz!a+Z)m`5c~$sMXIo=`eXe<*2!Oj$O+$D+38M+w4OhL<15R1sB_cd`gWGlCaY z6{tcprTCCS69KlFgqqGwPl(Yln!uut3RGyzl$a!oRlP{c$w+$ity%3V;Y4@JJx)uU zW@usw5s?KICg1tD5FfTfiX{sP(}Bbhi8j>=s6AQ^RAHRjl(yq<8jZkGV;0V+G%~ge zWJwm!uY6|#zwraYC0U+)-qDmM+Q|%@KNQHIOeeBQw21BzW(|1s5pwA|u8#m~^v2Yl zOq8o=OM8MEGoNS|3k;Grv-OjwH-NuBl~Pimqgjuoppa}%4Q1SQ4O(6{vf5Z&Wi6YI zEo;4%@!V$fUi@`;(jIT9+#-41JBcLbX*n`EQ+V1W_<435W1Fq8LQWZG5k{r^K^{xn zFLPP(+0?pxUF0pS2P~~uIp-5HASbNHscaSoRm%;1kSk4{JF|AM}TC63dG0xZ_qmH!D^-{%&W~B4$ zaI9e=+*oPG{wB5bz(F87$08}CW8@1;R|TR(8OdrVLycM%QxrIw>^1R0IAR?tH^$Nb z@rWn^&>*C?rO@2(tG&C>6zy;8!GTEGL~$yH3~}=OC8E)+e}M6m<{Bbo#uh^LxN z`G7-{E%`Yl?pT#yBXxqLJ_7jeH5A%!Y;~VGT2-5=hLUQjg7Q< z8%b$rBq{7Utaa{ecuQDLqZj(ifHh!8Dza;MzRgWa%^uavW$JwD(-q@zyG^pi-D@7K zX7lQ4743|}jY`*-y}iqPhOHVl+I(T =SVe*`5LJKC$)#(c}VCtKcCv7gi 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%0AO9{8rG&5>MxY_#;Y+_9?w!&o#E3Uy{5ROs_SU0 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

!VY5MJ`t=1KUhhtGRL}^? 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

yzroPU8h;{f=ELY+cXD~u(s!5&J>ySP6 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

(T0sk-m9lq5%26( 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�@P@W3CdcXo;{lLCi1z)JN=g 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

n#s|7)S5K(lzKidVs7h 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 literal 0 HcmV?d00001 diff --git a/exports/K.html b/exports/K.html new file mode 100644 index 00000000000..af5eeb7f682 --- /dev/null +++ b/exports/K.html @@ -0,0 +1,23840 @@ + + + + + K + + + + + + + + + diff --git a/exports/K.mobi b/exports/K.mobi new file mode 100644 index 0000000000000000000000000000000000000000..773067452e5d17b4948f769fecd7a6c3a141b3ff GIT binary patch literal 2364250 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�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 y%LNl zENZ=hU6(pxlK)a=-ziMds0lKD6qkQClcEysD!Mkx8d*c>=&&f4Zxwb!QUu}!GeLGFviu~?|4sC-M0c9~XCX0A|{WJEY%k29%71?9# zG1OUUkAb4lZhh8-`}7r`^wn9|4R9fxn?bKF7abs7T>#o+jTz}Zz zTexE#0CD!4tw*mCDDs?+x>LCyoW|u38Mkj1=Gv=gTkEL3z+QlKDz|ksx>c|>uwB&q zv{hOLT7R$I35D5mNb~Is*LE$ySkeL8KHH zJ)P9+cBllX=V{9wh%N2MYd?5#*^58X?hJ8fQYXvUg<3w%5yK5}LrtM*eVMLtZx9^F z34Y2x0nmSXKk`%P|BBp0FWB?;|2Wux@VN1%Z`oE;$4z)8Yjtc_C%i#b2eGub{ ztNM$Wr1a{IFBf2JoMISZYQfw?rkkSb zhEphKFb}74>4z&@7JW+NLD`e`)iVp_$~|7N;qCuPk*1Qha@fG;GeqZe%v0GlTtb$V z$t6c96oOZJZV4E=PrElp`RLL)cdX-r5G%}!!T}ZjgmTf~$|O|88}I!Wg^q5|lZK>s zuvl9ERJFS4QsT^z?Bn}9`RfW zVV8hQUT&FK)H0#sfl;PH`{Zoy{#MYu2@4|bF&R;#8IEv4YQ+N5n9KbjS-=bMl8Dhu zYJm(u#&lAcBnKc&VpacPN-(kyBJb4G6xS5j*u~^G#Yw~zr>~URo!NaG0=({s3>Ft7 z%GobRKw5PUB-kPv(A)d)b5;fNRB}6%ErMb8%zMX1-x7meleTl%m3qIhK17o~ewe9^-4Djj{R zD7Br4BFZ<#pJ8X=n}Vz|&|<_l9hmv1Ed$~ds)5RoB_&w8YLYpgrBcF~(rHqd;#Qd9 z%f~g~)Ps*f?coC6jU5MvcqN9J$MH9yxn%8h+rzWZPS+bK1D!GDhsWWyk3M$gFaMj4 zI?S=w8D?)G?guGP2+C1Mhawp^K?Gz^VIEW*7bwSdgszBn+%Ka(G(zJFk`JXmIMo`B zv%3tqA7}kne&zBugXVl3HFTa}|6mW{xJt}+^v*u6npX)!$}5J{HUsX8CWD=$v$o8|K$)HkE)3tAlLmCQW(ymI{CxMVsu)q&0<6(Ytbe zp@vzj0Y5jbsIv0=KfLX>bSa770ni<4#EIEuI+Ft$ZW`2XPo}XqpxN;9bTL3W74}Rr zcl#Z#`Fx$Q6Y%qqgBY2Eo_Mn>$K@9m{A~*P-XvrX_Q52XG z1{tvDtLig_Acux*kWmfczXbZ(d^TUqi5hfTFbbRaL}IR(OHnruQmgxLs%-*oUQnr@ zwilp!9K>58Kd=p5nL99H9kljhg;;z}tT5kb-DtA@TwtvuY9!PZb`Q7*xE%KYuZi{| zad}cwb~2T~xKY-lfO3la0yLMZ2-{sbGj3WiXxfd@mPuFLSOgbI;U1i&9E3Mz7E(vv zEc@*cpOwf^7k7}H3gW|qg0VAmo9_gPemzfe`RO9l67)tS# zFGss%%9lgQ_l%j$RA8pR^OdT{4Ek;XPh#bEzM%qOIup~)eYw!&I|da$%KR@vB-_1D zH{EHXH1TLnins&Q&2(g>ErY-V9nIeKr6lxcBIHb%55ACT0y@+o#STE976|N4%dE78Xi zE32~hjo%gqq#G{Nl90cZ*HF{s12fWDuQ;t@*LA4eFi~0ihSlscgEzUVW&PGcZxWx0 z^ZoAnQ_fRJTS!e}`SPVpma<)Px$1dZpUgn-HW1SvGwv{?P z^gq+-5tE!wTEd)zWR!AnqY{vyN1O|wTW{N_YjHpl=lA1X_wPy|ee^M7J7fIhu-xp~ zTCJK8Bb}3;Y4Nu}(2woen}qhMal@N5&>fINFnj0feR?PivTn8jDvatI&NpA$5qWv-tK*t8T0zdxIyK*k-yQ~ z1GqnvL#gK1z7=9lOF>Hkx;!+T(Fr(ijdQj8HuteWrcf8iRP}%1!0ugR5Hkbu+$0-7f>%>&>{_C2q8ULzzdS-SL&%uKe6?qQ(D z{vo!2o7$H60PriM$%i&*D~y;o?^owM8Bs0bp*h`(?eqV26;Li{4ef|Mz z)R=7#Asa?!jJ+@CDyl}Qb3TNuf}(tO7A!LyHfF56Sc{ailG@P_STe)205+Dn3}9nB zw3Z3D1i(|&SjR14KVUnrz}6`A) zZ-6{$9bd=x;quuB!7{e3C7@b0CfPbyE|rUmsj`N!IG_KOFTb%sHLg^Gl-1*jTs7SX zf)Xc{vTKW}h(Ulizp`O24vnq7V3Rnsdegc!?pibhuS?Al&w<<$t&00yJih*E!HKZ z*Q9GxY;|NHTMnou$EuIm;0SQ*X%kmX574)vYxUdU)-tULSW2l*9pq!{gS}L&T=nrX zot(hO#EwmND9$T(l6`*#ku2LasLVYB1`B(|w0k2fv z0oRdtDA1h)4t)+VmCXZl6e(98h=D{x2031RBy#DfNl(Y(9kjt03Q2U0X30{vOZ@rc zH8wAWtTt<5Z33c#8qByU(pQ8!FgFD9AgJy`f*EV{i2eJRNx{_=QlF5{VE3h?O_f=F z-+ijj5IoU@%9^h}VjtwlpZuzdS;_ec3t$I@Ou81a2C!ZBb5*!Ad>cIyu`~9``y4TX zjQ^oXxiQmPP1W~l`-dMh>l{g{3Hfv_PKuNG9g~m$821vEMW4j=|KqqLBi)fJbUA*Y z*}t}2hf)>4A|k?(0pYEv3J0@MG{Va85-m;dupFpC-{%PWbeZ+N-BsweWg(?j!7NLC zGs*l3#?JgiJqa!2X7-(PRj5Y@uRz`vf|1DQvKgzI4FK2s%vkk-widmeR>opfDu6s@ zdKpTsJ+?|Djkb*@F~vGkQj%uPu0$*FNnHi?nE>a#bEPAU&RVUYPZjPdVyslEAZ-`x zii@borj+aXUeL==lhq0us$adHE#s*5)eb_0r-cl192^ zq~QgC98zfQ1V0lCiE+3aa)l0KyRiR zW*Sio;rOxK@5rUIYndA10$ZqoCuM`-oJXbrVIU&en^UAuL~IM+XB zSMU#t18zwLM7U3sRY@G?yGYSnDiU91M;vkd*8w@LYg}Ps!u(1xK&AL`1KZ@1ln!apry4!Kv(T} z-En<|kxMA_*rDKKPIC{b=JY4tUSA+}IR@%eaO9HrFtqHg&#TYF9)KbG^VdH>ijwO3 z>l?10Yv$jDvQd4G7^=@9tV}QlNnVnv{D}++gHdc^>SYw5(u$ z6up)vraJ}usXtJeukc!h+2)akrt#QSdmmEK9}xKlU48V{s_ng5eOw*6iIL4APnUHd zN`k~kU2Bvu;Y)oN2u4yiUksQ#k3S*C&^xK<65&gGf;;*|4Q(ZCCyg)GH{Wz*AR^`g zOn}Tk>7T@V!0-pSC*Tb($Bfs_(CWFQK>y{udoF}WP_0r-;|^XaU_qiRioaBqS^h_O z(eMH|e&Fx1Qs4%XSX`noizr@KthiYKn?qy*n%KAxu#jUhC!=qPOU?8&+*{X)Tk*T& zx%lWt!}XWeA+wKHHc32&5aYIp7vLr8tsz{~#-jI%;WVD1#|^8sTRi8<+e18nSzWBH zUE~QOrh|!c#5k2gd;S3+8pYBG)niZHok$scmPVr~Lraqejb{d( zNuvOIo1ns3TDG_naiduoUcrA>SjF#QYAjXGWN;ZYOA3esWvb8>>xFJj#%%@Sodtze zCBjK_0YILD!di?wjn1!V>=q`R56nn&%Eym@{T{guQQYal^ANyR3m&YB!ZoHu#9pg_tO@ijpRhuGQIo*6D1?=e`^kk zq2{1!Qnh5_F7EX-50Qx>`>z`BR~JoPYJFdQ9|kJ*0i_sF4WJy|I+>gZ+0?{sLnugq z+#-|`&&Kh@(o}?us-K}tw7TF@_;UoAj!~|M(>n(26JT40>X)-Sw*ac@95X|=Ad%Tz zf4f26;z#}=We`kr-q?21?9XRQ`H9xtKr9(a25>Sz+Pbo;aQA%`;Fs=RB4oD8lVC_AJ1q?-L5kR7`^<=m zNuU$=STSbRUKcfpHrHXXPEcxOcT2C)&?}@rQ?JAVRm)Qis9K);IRBaOcshc^96lEw zEXSElp)OmnHwhcvqZ-|^{kmMN-5%?CjRIpn#N{{kQP7rpF6>F2+-a!auE>@o+^*(l zmOigsEmw0x@|JCxrCAVW?2S}?+j@haED25qKbi@qb`08NsoL7#7W@4B>r&wl(wT(Y zQ^Y*sc55Fd2mExWEckcIykFL2+b-B-v9}!YgRMVdsjc5^%_QTy)N5;|5V?h5>S#Z+ zCq->W!DYua!YNyDsW^p{rRk1?e*9ABDh2E_>yDHj%(QI)a;=7oiYHciXeb2X;q1F0 zj;@bVD3~zRcX2@J*z`p8518MAinsh4?P&QBPSlM=p#+kFQ6&^yTV z7u59AKEU0StV=6R!~9fJT4D-;phANEyx9zyA@`fwa^G;72TVLIzemXPJQ+n+wI*?l zOMw88G+be1ta`3eFJfOAiTs+V|K+F!eL%fahSlsw3DBSSh*$*Hy3rk4ZMaO#1tOZ zU9M-6zX&jGJGvyetgWZ*sB|yI=X?k#V9i6@#?>H@{|md3h8Af$i+D}Pkd!OklULtT zTb~U5UES6nq0-~3bqCyI43Y<>g3|6|S2pO|h9Ul3)lfsDgZNB$h`rlQgBRK=ft%iz zaeMmmS-9yB<$Iv2oRN|Bn%2yFOW%h7H_L7UZ|h|4e6}nD2a< zYRO_g#CdTNDHbQW9%&n?GIeEi-KsZxe=u$i*np9jH?IZfiK(q(S2%yebpepm4i$>x*xwib~xzLT_Ua88Fr!Uz{(lv1hwcjPt}~ zH$Eu0cyb$I+pGCZu1oGo%wDH94a@Uw)^C$UI z#Sne+)zxLXu0*rGd0F?yV}I0}Uh!IvZnV^7WB!7C##1K$Nj{_k{XIE`EynUK zqEBnGLe}3@+ZJR)&~^xvymG$xtxlA#fW>}idxq9xTjk$jDeIii-Qj!(!}LJVQ)D&*NM^U6?(r7(}tmfWPQiTE->L_1HQm}5Z26Xi04)yKrAig z*76sD#HO7v*Z1zc)D}*4We~L8xtV>MJx`*=>fi95qMnVO@*~D0#`N@zCCf9G-^NbS zy^OTm4o|QJa8zr3<4x8r^<&MiH^t&;=@Db3_fRZBEz<;z0r|SXSNG+zH)id$KR;wJ z?-&a9kfDisG%;J0?P1iwx1I{L)K*IKOZcbESq{5dSD|f5C}KKOnO4{FBCdn6HzpIN zi;;CdW#8e$P%LoU+0PCpQgq-dBLC?7L52UzZ5fUKVyhJAs0R+T4(tgf2M;%|mFGf& z+t#nz{w~Zh+27^MY5&J{5Z&o$&)g5xos8=dhfrLwZLGi?R%I@j^)ZHn69oY7T;W>p z`tkmK`rvqZxu1C{$rj6J@|oE?C)rpKbH+Rq{4$V8X|L3z{i5ll&b_+!m3?fJy&!Rk z>{aS`hZaQ#e)CptK*(_<@V}cG`QaJF1R^GQR%<&|d|+8yX3r)noFRL8vcwoZcHm$# zc|4j*pTeyyu4=xwO<%P?fnRIxu52)6saQz%oKJylD|2&as&`+2hs>++P|78wNc|blET{167oAaqCx7N5k)#A0=in z%Nk=EW8_@A6h<3k_))6|!$mDX?4V2F4p47|XP!61Y~4eLC{|aS;9IDx0X}o*IM6>D z#hYx@1-E3JL4#}q}lF8RrA ze;CsiOIuZTzkNKSDxx+u_(s)h#9TQ-R+MW}vGr2<_M7E=E{=7vNr< z@(bz^VAOGgVjZ1#S75RcoyCjg;Lk_o})+?ikC%kw>;FY)E82nP|4qNe@; z<=)kDL(Q4=4V7&Mc9$4?l`3vie^b90r|jrBuApIX7xD|TC}!ZE5F!wWFo>SuGtbzR zZFu=sIHaG%(@hjD%YgmZT8VP{;+Ym@BL-tg^tH0052{=NF7j_?hP- zujvusN)g0Xdh(IZc=A02#eK4Y#z-chKngH};GrVR$7O)NO$^3DjS$h-`)xhD_M_(G z-0AZ2544t|vNN^ZLNm=I5uRxJIt7i{gX+zcAsMLqGJ__iT#P#&809VEGPP2bU= z@_qlh?|?X(Pt~Bj+<##8Y`%sA$#Lh1naZbSQYBf%3F#1aMss0b+nW zJ`V+ZkC=%!DpkO+Qc|7ehH$CyfOl12t$jkw5x6RHQ3QIZ_U0q-@e1iJo{xvr6=|;R z?TUVfYiq9cE<@}w5p^-bU!J|3h6w-jC-NGk1u7O0f{roGJz@dw$;ziIAROF_OrDB- z0WLMdU#`W;B_9!Wcbuj<3CzDqGHIwe>UjX~O8p%AXs|E!=H_%P-ew#TO6@7RNiqKV zGgqpG6|5r0nzFG6@ncf6ghA!k;z8vJY!LW`*)&V;wyVUPxjop%v)(5y>d}<3fuN1X za$qsfw&{I$i_&t>Db3^9rTFF1#Q@jiDjJ)tM0^B;D+qZm7=X87ONqJa3Zf$9Vy-<^ zZ*E**(zQ*B*uP|`qj}mU>Gxn2i0t6DPi6zm98T zu@vp8t3&4y-V%mN(k%OX#H0yDo790hMVT$A1;r!ihO8A)UMg2fC%aD(P{bw_0jM`) zkhulKOm?FZ^O*%vY$s?2+RpFoF-&mt(T|TlctV|D=jR!@^Au~IsXePz+%?1Kl*Wxh zj0-fFg@qU<1LqCf?W~Jfjj|5ejP0uwC4o?GDA(!t^su9X<|ALi$3~KvrlOr{T#w*q z!U98hq7pqnh>X$EEiI!_iSB*&-%)%!0f16jHr!|2gHT29mt&13)KnKW&ZFLCO@V zbKi+VuJkK<$!RnkXkpmgo-H%pK=oa-7!Wd&nS%1gR75Mtl8 zLGCB8KmiOqQmi9>myxClv7@4~T^rgAu>)hc7b|CYjd|+@9Y=v!92ZC70XNSe$x%Zd zBum`7gR4l>Ua2D*j(&IB97FN$ZnLH9H9etso4OhE;e!zDgZ?W9B9TcRlt)p$S%-z) zQ*-p;y^q!#`AlW{B}G(!)AUPat~1KaMnmezMP%Q|Vv6X98aE@@00M`I;XMUVz@X$0 zhzM~8zwF%_HWy2jsam|Aay;og9sg1{<$9t~G$LgF3%`O+nN(%QF2o7tfKI$b3>3sE z%9*8?=4S~dmE24h?wHPoQNT-_9;baK<8^)-E$v&l)i}((QRk_$&G-^_B~y%DbVDSn zyh)8Jy#+`ishFkaINUk*0xdSQSi@3gbtbvr`5Uqv$f)_$R-~&UmBzpqq&j_StT2=6 zL@Ksdr8`(bF3Wc?DdX?UclO0&gTtbWuyEEF?^~$KrurtNST#`P^QG9U2UpmKW*jDcn%4xo`IO6mL#dlcUShqsx+zC$4(IKQ>HZ*^ebtNWYJvgJJ^V zgR*d7L4fxsZGlQ!=BEAswVHr*HJ7crx1$$hR@)2$k)9oWhX>(s)KxLFa{~92b6JI0 z>9Xa9C9`9=!$XH7aT3Yq;x@k6OpYc^RyvI#Ka(F$vc_5Cs6<0l@i6`?FT=Hz#D(Y) zb&KLsvug_XW^F|(z}Lsle5j}iYs5I(cdEPO`qb-aq9(?LGiN_f&wAo#a#>Cjj#Iy; zx_)w@a9lWU)~3syejXcCn22;AEAf&-X$PBKS5vv?n@9H%gLCN2zuNt9;LuQpg;BwuFf^DM|5Rmqe9qVuZ>!;E^-55!|;cd!59C7Dk2kgWPINPvaI~v||F7kl;#+Sc0-{+vBG5M>?Ng&&XQC z45z-ngt`BTtW|+n(!l2m#LVneVNwCJthLVjQV9v;lH^AVm01Jw1NL9J!v>?g(0;VM z_M*G8$o?lC&*}~KN(?vdFntE{8Hk-~JqTR9Mcxsbuxl)i>KU6^!LyjSL`2~;QVY_f?rDU~j6zg!? zXd9hvpR6%RmG1Lqy(KW_D67BDBn`K(q>)<8o-BE*+rX8gJbB*h^w~NGP{HjN5B|cw z8r|-u`qf4g>-Oc*5H3ev)DQp^FyVEMOoSz)tcU-NXJd1>scTj0nT-hYn3Kr9zi)O6c=V z@qO05&~G8yK4L-jZTs3%W#Yqru=T8+`%dnhXZsTJj4k?bt?$OP6X9+mx`n--DbEyN z?My?7n0o;%W39Oki@V0a zx-6#|5zTY=In27Fmmu$A(jT^t$zCluh^RJp-_LjOL9&LtZN66H)>wpJHcM?KAFjpB zz6y5%Tgr9q>MVIP>qF=I^4f#3$CgV>D6>dw2xT1f(Q3>MY?G15#o|aaR~4cKGmgtU za#Sg4zWjTU)e375Ju_Q}e-6vY?SpcR;Sq+mU4=7IiTtlYPv= z4X>QvdaUIZTMAkeT5Gn64OK*A<&!`-%8AlixjdUE`>K;CYt>8fwn^J0S1N=W&r8V$ znIkaxkC52+b_M?f;f8+8i{G|>O~yZNs3E3|+u91f6T~zxWSZs#1wH#=(&{bBFt zh}>4Q9qj*M?_J=cy3hP!)7>tn{kNEOw`jXt2;Ej}5R{|=O#_u|rQFlf|4lZcuaFukBnwrH9bllEUEX#%E6Aet1@8}IiyXAUzc zxplky?&tHqJ|BmfVVF5{&hPhJzt8u1-FZRXLCz>STSK98+PzPbgUDm63O#BGtA2pA zALgg;d#|({gID5!9B^-RZ!fnzwNXbN*#47&PZ4*^%jitlhAH=Oi<(XH63D&yj>k6$ZIalR)DpUeiUKuXvbk~`cPjt7Ja zp={0x+C5a_`>L~(?6f!Ad#94$#h1vG*U$Mro&nFmoadwUWXGovvxGHWu>|v|S~Zfl z)vJ-XBbrCTZ055MhC%bp8GQX|?GRR~_J@5-b->ua%vpn=)?}Sd?cAKkfe&2Mb!q^r z1f8pq?STtce^{!&z6D&js_w;~(9Vsu?CPNz3odc~T3c zkfR;T0ccAlAtY;j`gg@xI*Tec3pvlfqZiaXv3EA?1vSUuQ4Xz^uoqN+(>yQe(WpnG zXnB*!vABPw7t}Mz zYBCz%KiHcQ=>pOtdVhLOm{NY9mO}2XmWb-j#0zl5p%=gr>CJ2&Yp!PI_acv7(KY=n zIZkSVr#aZXKcP7|-UE;J}W3fqbPr%JiKsx+G zzmlQ|;Gh_-ao3+pS<7TC>=M2*pT7p)m*#eDg4?wOO85fx-C+-D zPy*A;3T^^&&NxACejFHk(!!cWI4`b84o)pLqH~f%Is=DCOgZpUiBy||t0E+s#NPvp ze7UD0a4F=fC}2Q$(hH{F848_?kb42kk3NwcB?^Y$F;_Vc!e_JU6*ohcKg(B0CRNb# zX^Kxz*jSs(Y+SK+?FN<1jLQ(@bYZD7U93d9z2--718U#XtI72wu7k#YPU__|aEs=_ z*u@Mg@O_6+GS+gV{UpCknf;o`tZU3-C}Cex(&$e*=}cqZLt7idc8)<5Zx3jKK|ukg zAN)CrNZ`@Y(X3p(#T)I7W-Hho1(;8qZ*|C_)n#D}3a&tJxu9$RhB(Py2VA(`wG^%r zU46%peF^iT$-+gu?xG$RA^Jqu=`J7Hf*@8F`U^+Bf5y;k{hyQ?X_(S10)4 zy!c7>#Zcce2{G0*cxk-1$P=L&l5K;+kxgdP*7nVY_RaNMz17}PLYwh9+_0GGwI4lF zs58$rX6gKsg_ulk@up$9_xJaA@eNAP+>=WUhcEfI9C_Vze*XidHEVXw?80&EU9Oa^ z4{e6uRc_rivg_0?-?17%K;W1sGD8YofBTY(`qc&c7T;q`{k5S&^FS=+GWdafrXMW? z?0fs`yO#E4`Ij|Lcdb&U1a(cC{F`+axu0L#S0G;7%@mZo;?quJJ@lZA=)7uW-A zH3~^smELPSqiiPF%PdBFo53iS=^pnzbvo&J3G{ycI*@6e~Nz54>0s^ zb#k&Y8Ea3Qzo=zK6+T*C4)*=u+#A<>w+ZHEY^JJQiT1DOKfT$y|- z0?kb{MwyI{ZxJ@pK--Ol?NYIn6!f?Q2hZA$VFm;x7*s)8H^VkYMMFepnYM-! zOUHK5zl8+Ho@z4*$wD&g6_Q)tzTPa|zPoJiTox#*0{}Mrtdv74g-!LTcQWex|nZIc$6zr2=3C#sMa= zZvxjW7YBgiYGxf@sRShgtHOu*N1S$dzj!S_%K4-p%K6?u$$q(xXMv~XPct>nbQQ1k zf^Ud>Kq1Z3nR#6Wf4&&XSucad$;xjw^5?Xr<6}*EUUnr$bYo{?N;*&j5F>(1;P8s{ z?$;ZN?dMB!*FNEaQqvT6Jw;)x;QXLtlBp_X91W3u63vFDWY7AemCs%5SCh1M9Zx)qC( zD{lQ)`_|S>RtASyrZ}YvPWgq~#6@~t-KsK7owgkm?-7&cT4uSW3OcHFwbn2z9^qys zQ%9QcRu~=CmJQwl9D^#H2|wRX;b(aiEm=SRm&9j16|J``kXBC(a|Al#nYB*8Cv8q! zJAa$v9CN-Dj(c3UNdrQ&fMkNItuIG6g*0|?3X}CPlNG;~y6o?bZ<-bUQ_jTn$IsV9 zp>HHgNVa*?bDCEi>PE(-JB`U|ex`i|VZPl=6&c8ySKU)`hI@*HAC+h6rxaxUVo}XR z%PgDB4YmYY0>Gnu=TPzPA&K1`vpa_MvL0bXB?y%VxNKpz*^4rI5XpiE5EmA>F`EnJAIq$m6IE^N~f^saI66734?*{WBH_4(U4+Y{?yAr9I2t%pzCd_gDc z5*r?{F}eW{yO-+He1$*5h&hx`A7Qe@KIuGQ`p51*_GxFD)2V05N;c{+# z5kF;+4?fnQI7{vXY02>~=-%8r%`fF&D&2X~@~-9hT4(hU&hqFCN$-gIvta=AA9ENc zf#2(`pWtHr!;oi`2$y=!ZD9nHf7U;HMTAT4b=y@RDYw6&!836Fio|~FrPjApkDWjQ zB%WI+9)%qcWd;5tb3yfyf+bL%2bMrqu>@WIE3pKJ`WJu_T$%pwRx;V7{^rA-ls+V? z6R9Egf29vei{9byb2q6G4}TqUxt~EuHK^7Rl%QyWOBP*(y_4 zIMk&ygbnG85INI~IHOc&W38UMp=?S84g`hS+_w|1tZ>xW z=hZH*9RIx6ug0Ww?jY~iI!CrN9AyJWab@!yx2JQob5w1g15QP58eWi`X-ql6IA$@L z%WfKrJY)*C5g$gv0(OfkEPyVla}Y~NT|jh;fhR%rN{8l71lxkP0c90T38T`;qqi!P zXCqJpO6lj~M*oC=LM-BQ`CI^UI>jRYLLWegs@9;t&5k9;PtChL*v)nAUScclXr#NPq4}ZPpn*9yK;gx}U8&bHRvS%m< z0s4w|E`z)I3S5rxineR9wp0j;z5l}zC|G?DT?u-@DldslzbrWAe8cL9PfV^We|RlY zBUmGttVPd9&OYd4Ixm`b=7M-8@~j0f zJ8O7-_^i=u!{-ctH;8A#XU$(%i~Z-ERrj-|t?R%_Tfm*K8x>P24+>mf1@2##2CW;7 zTx9e}Im*zrd;Yb<>%&KZ-(G$Q!XLF-C83Qe??w{;x8&WFjcf&YVSWU& z;1IMc5Jqf5s5J~zT$}|4FsgN)Gqa(zfRG$?O^Q2dtnxns`68 z0=&x7TxyUlR|4U$P(Y8dzqK!ChfI=>TdhxeMk!V5xnDCo*>gw%zO1(~wuh&jRrWg* z)!G%`;aP0dyHAQ~gjBI`Wz5zRrudx-(}nU9DUIm|mlvNPAoV~5PjRSj>79#;h_%>P zY$^<)<_|ccX+k9lm+g*%)`YfD9^pXww`#9uW7NEs5Di3bGyu;C3Ct&W63*k_zV{XIV=P zeD*SOf1bh!uTcD{ z(el2ieNpz2TjHs+4T-`i`=Sk@Zb=LOG`mTN`NqObf4itt?{J6rtrc2 zjP-hGp8GW$Dy{l9pJTlzTAfs1lL>mB%>9EkQ6xf!=k|kd1varcLbfXK!LsK_`d6=B zxq+(3d@9)gMohw{{F3ql{Vz}zGZqc}T35itk*}c&_I)&_t49li{t^EOJK8af7+5!$ zrlcMQPvs9V{hJ1Mm2zXgYL(co&Lmw^n^|Y74b++FnCnb+CiK2Nt_~c3@6odtQGE6~ zD0lSSqY2EG)k$j-f70@;xRjTx_MLN1KDovj)I>;j2K_Z<&OzrOC6%2!kkaUxHn}ET z6D*Re2lut?HPC)KG+lH437uZtbSTJPhk~tS12+?&U`cGcnmq;36q5kny1ra;B>4fI zMa$RPW5F|oNxaP?3a`(Yka2AMzGD5cZ@UMybRYfP85D|yBKQPFJA*s-Ia9c07;36J zxR|g8pr&!mIA*w9UySdXh%7bo)%CGbkyONX3eme=dV}v|?Phh&(Jih9^04)Gx;C_j zca1h0A^?2VLM+oyb~Z+cp)X$drQR{jkT>=I7SwZt_{Yd}+Z!v54Gs#`Qp{cGfPJI) z6T-;g$lysndGIKoyeAXv+}CC!IksmtK_!`K(pXmg@f(m*WV-Zw{=J)F*XKKZ{Y$A` zQs0wFY>?={@_coUn?$O)@urlUR;^+~Jab*A_itF8vi290#cf@j{~X$HEOLjAo#MUj z5!<7#Y}W|7B?GPz`k(3=5sP}iu7+jq93iNletx;s5hw2PETFNZK|AptZ=&$I+0=rm9ujVlcg-qpTg$^PXuqv4O zcZ!LryqH->{QpRbJqR+|Gu%Ihix_hXmfNo?SmqoLSVJfYb|=2qLl4j66caxSQy6iD zOmv0r(o;$=Bwy30fvlE9_S>K|_p|;9J?ICNn4MXrmzL)tH;Bd-C5l0kE&mNM&LVyZ zxt$pPn)js(4Q1Z!N9LI=`?nptpjY^6*y{K0^W_LT!ISmw*Io6@q$@}Q4!mJkr>l)$ z<{E^vlgbrwMec0)?O(NTwB@X}<=ApKzw;Jk?wS{s0!9dwtWm}M8H>g>+>Y^ClpW4n znopqb@EsF-hn`LI{JdtgW|a5V6-ocb++&;Mx3_I^U;t2_0hk?g)yfiu;2^}7){bZO zrRYXh+RJGDfsfHo0>tN=wu3gt(zQsOLKaXw+cnv^S{O@gJ7&~34zXpZB@x`6tpsyF zp@1O0qODA4u{iEA7oi6lU2L3gR}H^E=|$mmzI@WTlsRcKSNY)eG#Qm>)H()0;jls4C##%7YKpj#awx*K)qn;+$9)(jcus_3}+54%ug!Zxh!TrJR zsO~6ktOIXaQhQc7yE?9PCrr2%9@pG(3VbwS@xV+4lmcP3AUlD3{|^dk5-PQZ6S}j3tyI{d82!FEI;K zj*8u%q2d>?$b&p?;cWLFs1`@)TdJ4@Zd4p`^zU692J|VNAibH|S6QeNWcPEyb%d~< zOA*}pkQ#5(7m~)DOH?nGZuyDOoI?6ld^kmt7$5nXhv~QMlxsj01U-A2GiW5G;?qWh zcI_4Tw1RbV_frTj!yMf5AVEc|>bLv3Wkx2sm=sSG@qtftmb{7&AJtbPkDY_#v6?w6B$MF7Wo>qQO~>iR@YZ1-@pInHG9Nm`0ngfcphI z8KM@YN)bqlB!vk+QA%_*b z7Mrwif)|rcaN~;N8$CbI)(5mfgQW3Gp{SBD+g=+-TR6G^pv$Y?`eUhH>Ee9Emwoa4%!Rt_wQN%a96mAr@)!CB2;mHP z9GYPj<)=2r&g+R~zz40e(P|3uhrraGz#p;8&$G5vB{cc`!_+DklSf@9R}@+nLjO_6rl!O{PP3;c{ezcmXvKEp9EG)a??`tJ zzBn02^@~sSj)YE8>qk}E>n$iQzaqdj)F-}EtdA3CLNcvlttRUKQ_;Sv|1XY-W27{M z2F4aj{)7k=1{RGo$5xhbO;W$L7;R)wmCPhpZZAZ(bTEC~D!pC|qrgrw*O?f`{07&| zynzyb3Fanl(wCN5tC&{+SI;KhtRapa*_z-)W;6XsG;)ie27E}7i)QI(mc9hUGI`P- z&RGSW|(=IdTq;KNt7Q-~^K^YH7?8CUqsh*H>Mn zAdaFCcH<7c5vA{Zeg7k#81mkxxOH;8E|1x)1_V^XNcyS4>^tl5A(&A@g&8vjF&24; zYMwMQo6KD&6V;+4zXN`|!m3eH#r;S9PSq5`D%9WI(8o8ym#^Qmy&RaR0-=~Wr>Bx5 zUu<*O(#)FA%`dC5h%Xlu$e*%L_dXVv;GFeFslw-Ykx{39hH8MTt8x_KXKK9j1_ zxw}Z+a54NE)E+~vTY&wIYRF-6G3ASu}yj=5T8XMJ$wQIF*XY@OdY6F>u zN%2d=LZ|d2kX&J2)z}Ai7kRc=RCh zMwaKst|-rqg%1xLoT2V1?EwA1o>vS)c}^)f(6LbEFMNFI+GKX6Hb>RD+ILbgTx6Jv z9jGm2*oM_A0R1UFAO2I^S568&i`NHjKea6MhoL2db7tovFY?|Z^^L>7$1`)+*yqKg zh`Jz^PU9QqJ`))$>arP5$m2EN=QDf;T<^s7G+V@AkQ=5`JHO&kI#@H)8afbW9jO){YJ7%5g^Vj0nbk7JMg4pNy^H0gXtYAI16|P|;Y5g{Sfw`*KTH*#57j4|`_KA1iYqD4bKP1NN#5&0d*Q0**f6zuu@W-BToA+`S|CNLf2{=yxiY@57JI&Ir- zJN0rA|NT%UV_>e|O7W3s79bzR2E```{3XY|2AibxS0U$kzx1ATiami28;i8oV0jgm z1J1fMhjcaW~ zM44#&;|km=n~4;soGk3O7ZIA4u9$!x8vEk=>{o$^+}2-c@@==BW0ux`;tp<6Ny&J* z6%5Tan2_Mx3~ZO)Y^^V=j}OItFm^84C4)as0z$B&vCMBEJ?hy6@bGtCdn%C!0?5pJ zZ!LomtL{br141o(I|0*l=9<5%{(#6*P>I;=MPe@H*TFtZ=d8t?!@|8+Y7)BmIKb@m z{7*nB3UMx1fBKR|_1?l#z~&V3J~2dvW5#SB?1Ozs$W3@^Js?<}$KOO-N`YrTF~ zt|NI@E(wSEk?K7@3Y}U{G_5L?zlwGsfC~%#Wx}u~e5^3c^n2ojpb&&63kv&^>MJ59 zB(+a&W0dNNcYs9vmBI*EjjOSEQ)^t`_IumY?`+<>H*1sGL||9PAQy+wcPf50KLyE^ ze!1T0TxQret}E#pX4e_pH<3@{>jHSpGF_r$w(MMDg!?yBfBL{x^$g_}$Ll)lI(gai zS3Y*vub;FZTvq0f<0@Sl)b&onXF6iz)3=$+pKA1`dQ%ZqPb8fZw%0FKV%dGk`;x2B z`;*G$3?N@>v>fO!l`gnzN(XInF~Y_uRrnYgUW@9VuSDEd1do&{*=U6eC@O)!@0|eVMSeBwwGbrN$P>@%{Q+^LAkwCy!yU5N3}MlHbxxaNB9xkMvDV@G)C%JVN?nQkr$!a zpnlcvtoNCVS7>54Gf#x*OK{%jj)ww6JVt!E9ziCz24&nDrj7d)U&Nf@0$d<{?OLsK z7vFDMyR0E6iM|bq&?(>i_luKfeSf9E^emIG_?a$Mm<^b(NOB#~%}@j{FLy<`{_%%$ z44pnLD3#RF8Q zP}oRLa5wXp%zEC=t>ez-Rq@ZTpGLL{MlO-{6$q~vn2gJY zHs96?{nB=;ZFAy`{uOZvI%(K%bt$=a{GFLg1F5ExP~_4|Xz28h{s8urSHV^xtV*Cs zPKrz_A+dXG&RUna6W}R8gXxpDf#5w_iMzhDqT5?0_1Au>HVX2Inz^{E)+kOj%|iaz zG|@DnDWj%|_l>*eO`_E_(FZ1hZ7*#&QhlU4k~6AlIdERIl2BT}y-_hY9GY<8VcLi( zp0teS7KXAs!Xd&_BU)S{jXX7?E;2PJLHUAMn9MYWnVaG84o{6f^~>+-R{mi9$_I15 z&)m6c<(k~@f9<$TTNsK)N!o~hSB~ga-yT21L^|}&@n23|^YsE9J83m-(;HRf58d)J z-&a3ab&<(Q20$>QGs7N>a!w|&L~>nqXGUa)Aiii04sOGIj*1p?jIi(&U-QK02=+`gHJ6^_}MEFs=vSy(*@G{F~h}^gatVL zEXo#+QdJT0AV*KVo535ik)hTicf5c3I{{! z4~MQakc|quG1xrCe9bmxn^FS?u*VuN;G15?upMmcEiRk8eAU4n`409|%p{hzJ;oGE1a&%r>gz#~x8i1_~{= z&|lI%Jyl39o+^lof}jgfv=}|3{J{a#(wRPq)f<^O3shw(+wM!E+5~$JgToM+uuW!_ zLmLb|=Bo3B+(ze^!7`Fy{Ew6sNtB_2ymp`7b_r!ArZLuY*}e&Qin@b2K3G5?ou=&PbXLcw zfV9}5SBmM*RTv^>Ete~qmkh?5BTn7ZHzfUM#4pjoaQIGG5J#SyPtC5n&0{IvG4Gi3mYaGqF_qrxD|Y>= zXE{3)xWRc9GYR$u2sg?-f0zF0?uQ;5a~JR{+%lgdW>SB1#|c=P@_g@vSkaWxlwm94 z{1`@>mTlCxE-5v%eXnQQw?Y_fNNq@!XJqIx&Nlc>llDFMD2eoi+3GS z0;HtTVuO5jG1F(TC{A`X_gQ2w(ZXgs)w5XlR(WY2_=>8?6SpKf5(C?T)#|J~@N!ps zSE=yDwrCo>P>a+jWbS;su0&6c+W9p8=Rxs7;p}wfmQZ7 z2b=?h$gu~NQjq`kz@lPZ-;nQZXXm^aoqR$~n})o+H_;P^)sl3|I7Oi~)^34C;nM{d zNr=9Z$tqUYgR(YXH3G+gq8ak51Z>lT_-S?eH+YufZGNA{6qmq$pC$Tr&D&&%@Er{7 zY>0s!X*kmyY9*W*Elk?R?N8>G!L{73L=4|qv6gKt6Ezwqc~h~{%_TI=(-QIF*x4#H zAgZW>0$ry$pb9OF?GI$i!vKP>&&3s2*0TN@uCVg)=yQxP@{wj<$?Isn0Hodj2hBXSqQK-U z#)jfaX-epjcmXrLp!X z?S$~uU9J8#-8Rm~CpIcaM#slbXvSZQBSQ&5b%Sd)$@xu0%;SotVE{FS%f@_-#h?ZD zJvBwx%Kj{*C|IO>fcDy=ZQMBz0xWUJIYwq3RS$x>GzTJ@oA!BDzsa!XVNRiXxFMwcpPUumkB+ z<+grljl5JRUtg(A>q`DFlgasplV~_g1jcjp-yJ>J@42E zHa1g;bzp>82c%q8glgZ-`pSHLnbp12T1?hs|WZ9b>=0~F; z8YK1vT%KjfrcH5gk-^tg;Kl+ir8c)1Us8j`xjw^c%?1Kq@WYV95n%^u4>>Fw-p>$n zy=&KsIhy8|i>}Dlku6jW9gZtZ;Rus>1%o5mMeU^@Y7>9;zrZFoE)UyzVYFrTgN(Q^ zc4Zo1R2bF1FKF$9AN1#)9f_Tt^L>Dp?9QKxnPMiN&1Zu_Io9#7a|RDC3YohKO?sl= zKV)9e;BAcb~O|3|ocrrk@$h8gBzLKzlIx(nF*fj#yqMj{k64jOFr~&=LxZ;dd((qzb zd2d4pkIB4qpfy`nT~|`6GdL)m*%l;?w^Kl?%g5R3{ZW%yFRNHt%SPJN=28T!B$!*Cm9_P*h zYAM%plT+w{;QLH3W88L<_|q^-N|Dg=klG;L&?{U^>ZQbA4%fERC* z(rXGGd71YnasnVq=Wz`ueIHZ(5b2wVu=*k(EhZH>`bz#`ju0%kFqykIc5Ps7U^~ zj*I07F^PHBb{3@Ev*51bbn3P_=);H>ya11_=SK}5eKNCtSgIM zdr*h(`LwONWiUR)uMU9fn#|KUPV9@hS^HqTIu+L5t4>cMbs_Ycs9&wNOlIVSz@=Vi z&%K})Ve-TWb-QQb=?1uf?GJFo8;8hQc9bC;aW1kltGF{|?sIyxf5`DUqJLxho!xbV zDoAZ3+e(?Z(z>SLc7_#@jFt@#*<^}T}9ZiL|cLs9~j0ST^9vz@t^jVMAoxaah zh9;XG`jX(6+lLR#lJMwGl!Ni<^}tTZ3CLuajp&AxYzwT^YzC zyxr2LL?pG_cLi+GVi9VUSzj%&-n?y~Me0#Pg$KNgO%dhV}g_B@lIY=7ZJXi!Wfw4N8v8krveaWCFORIFe+drObz zDv;s9XuYaIidY>emjD?}64T3EgnOm_HX&J9d7rIJw%FGYeU{^DjBmt{Ak^`v3NOO> zu=gTOt_bgkU+^-8*#xL{rZTexYarorw0o?VAFKUgnRAuvl)k`rue+GL-y2IvFi#5F zCmiRMR0wu$QMWX|gS36A&b-#= zXPeqP+GXFEFM=_teae|?Lj#jzyRsN8RW)6excqnEKTU&Mw-HSnxF7#W`}ue@?sTx* zRkrvavP@FEG$Fp}ngTD}2+cwgvr#M@THn|r-c5+!t{*CJ-bDX7o%1@XOSfKUHS1kx zeL-7potK0kwFBB>TU!^b3zC-fq!VY~`MP!DkdcZAY=G@WtDPwyyo})J<`!AB0jmMK zp^!6R6rq0CKh!P4B#T%%B;aGhd-^`-Sm#^Btn$9l98IZxE>ntG(R&+!$eC>BXt91z z@t$0xeSK&uTS21yprN-+M}R6DlkZ)GQILSr6qqLtKgru_H!&{_25jE2G``w@l#rox z-3Ev6E4Hn-c!oX0Y_(&#|AoAALy2|e@r2_*Y&R-2-c=NwX~GAjpWI7ij&xjNQh}a! z*1n~}P;YX}Py+2iDnub_N^)PNWVqPpF?dAQ1l44MY;GFcbw+owJdfF0d$y~{l`0JroXeZaPslR;lt%5zFjDr!J^x%TybTy1 z_gO?ygY2Mmb^o;V=_hn~hbI+UytXAr&k))_aDu&ud!D&l_C`ueP&UaXZbBT8jWD4i zL;QLKP+>dUGQ~&o*jOP$SVMhcgICoqXLGrVN6)CB?DTIey2^TtRcK^xy&_LHKSL~BFcRhU4`@@OalBecIbD80(r@EO2k3- zH%T~LGe|;N`}p)6EL{E?i|e4i1Z>?#(6j4Zr{08lo#a;}vC4FU**<#gPrwbH0 zSSfPnWyudc!%btUY~z>Rk#t%bB5$UoDskLc#eS;s8na$F!K|`R>KymPB@oSJ%_dvR z9jbHcTF#zcF>Yn|iv3eY=0Vj{MRA*-F5rCz9-N2#W+b~`5L%K(YA4~jLmHOzi(v7< zcw6E(7K=l9`nHq)j)uGL5Wm)ZGhm4w)J;crEK&UoIT;Cd&gUOseQZ%9@T7uxZKbzLYrFpulY%f(wSG&3PrPw!h4@*TLr!In{soTb$L4Rf0fj>yqLQLI##K=*b zDps>5vD)a~)Sg+}*|W{lnRKG_jPqofsg<#t?K!o}d6^`g^TEh8Fs(82Amqu$&7DJh zDxZqw7+vG{y%)UGm2hbEi5XS6QK91a#1kVVLWQvXP(T&(SK`w<7MGg#|4~fqSnbYn zU+emH?G|}e=Sf}jl0=%Ks|r6QS2O+nPs>Ge5p-)s*Y$`cw!L27J0#kC0bhX7on6OF zM^88X-{uFJCl9YL@Lkno{aaVAv;b|KUrZ#$O7cZ2EWv~U6R}aK!g+=47C(F}MS9->&SJc&Uzg|X ze{ADmQU&~r=?|egLO~6QfxBhH{I^P^yL0= zj==_FH@(5Gt1VVTsy;top?_^}U~iA52g3NfV9Prr&$Zde-eKrd@40Us!vgb&rA~$k`d-Gqo}f zsHAhH&3dEjYAuT=WY+)N?|st-@3oli{@92rTs2o6pZ*;qJfz2}AFF)yrTw3!bXm2;B;K^lNyi#h_e<4njIOA3|+z6 zz z8krdi6`4zi{y?uI%A90MF5>6~~`?6?@Cf`Ji`R)14SCd*`s$0?!_m&Yt&Yztyal;tbql<;I4S4X3T#rgop>TphvmReiTZ57l2)v!eES zIjc6t^%Z81Lso53Qxj#0TGI-;y9)IFZe3t&qI?ed3(pcEzi*n4Vrtn@_660%b!UoR zeq&wt-XXcjSR3bD)eu)wlVEvux9IUANMB0MS-a zY_LxvqjdO4sb$Y^^SG$K&b}u3M}~Y~b>CZTC;q7UiCk6oS7R_bLT?$oG0Q^9eA&aF zBAy<}fz^NC>a(6B1JUxJGRZ_Pe<2>cdoz>)f* zzwTX2aF4IDv|-u4?G&(aG2Y*z?QB*Rq}XR&SC@%1BCG)0**A4)9NuTNDqIB-Z)tgb zVuFIw=Tq4+M@DuY9KAz#Op(*oF|_AxbCq`)5!6E)GBp*&Rl8D(^v-B!G&dn5)64#> zz|>)He*mh5w^f)rQ+BTCU5q*0PceqNH-#npOSR2^Pr1=CtO;jw4A=iSPP0LdQHRQB za{sOqTesc+b{I}wU=9zc|y(swwkZ#deGFh$!r(w zwrG`>8+h-P39tzFSFSg|zC+ATVjDshMe0VHXg;`&10gAwMJe@?64`Jk zS1BJ^owRzj?d1xy$<}?*V6U2xuXb+{eKf4sxx~&C$g7E|57cD?ya~65JyovLB_^P? z3zXzfNflxCn3D!eTmsj?-5xR}Qi5Vic*;$`tC|uydM@ZHk&dlgeFG8s*#9F8&=cJt z^O=$+)dV8Q=f9qU9BoQC1a@|a3&HUk|EqAk8_2&^g;HTET1g!mkK32lH|$sd)6k5; zU{}rp^4tuvo|YMLgoGS6afHL{_)sZ*m~EZ? z2=w~tC)Nv7liDIP@{A)gEoR$re7`5hIp`p8qcj$VSOSxpD z#LuhBf<22Wh%jU+XQ}|L7Mp}g3;QmJ5;C|9Of{teG={CuEJ^rj znS(~jk}r)w=H0B&;0q!nd(&jrp9cXKDXx6}CGpR&a__uLU@3Mf++A*|?XOY=sSzc} z=PJ#0r!7e*(NtrZG*tjl{igW#?=X{B-tsKS1(thaRpCcHNM6?5L7NlQE}kM!kpeb4 zzGAI2RbJZg^M(OuwetrNJMuMgstv@+ZF}4NZOA(+nAq7i|AGxJ0Jo5WrD0z4oO%tP z0uH7y<;XoDMG~KmmGS1>sILXL>g7Ee9KiOWr2Vbj0rn_2L876tXr-z5(a!R7l^2F! zFg_;KGm$GQ4yw{V^F3rilzr}1+WN58LSjeG?K^kfyD{^w4c}6L7jV?+r=wF;TEoN` z5-v#42dD%>+)yy8A#ap}z;k#OP!F}LseLRrK#vi;#&WUhr*U}2Rb97cXWyw{G^6=w z`st_^6kMj(bs@|+svSQh4?_%~5Ulcm1wyK4L{UA8S|Zitc=CQ-iSlOHwFLNt>iMtF zAe%rN_>>~a&`0M!1myBQZ0zS-Mq5V3Or>ol6W(Da9_1)UpF{ipecF8RH<}Iy{&$ql zFBFO*LTC42iL1!9MXek#*HM9oa@m4OFiAOlQ0+nD`;fV6%OwR!A_mh@{Z-zEXaYeL z7{pZMS%f1WNzb`+!2+4%&UNQXMf5p>i4Q7|OxoMKbLYQ1hu??aAFusxNb9)+muo$D zZ&>SfC3hvhuh!caVE)e3ISX#Uu&uncJM$QZE-DH+mGg?J+Wsk`)eMxcssogXehc=D zYNG-|C|`v$T=mkS9o|DqKn+2eHuf1Uzncc6Z!WiaPK|J1RZlE#CpG%04?FA+=Hk)l zqdvBpsJs4S%wZ5c;wXu-cSphDH%hf1aZp)}gQ6x+l3}JzhTCK=krK+P*{0XUfBB{x zbT@oGAEDCRNtoiNzFNd9mYs`&hYjI|>p#1iD*6g%!z>KZH;D3FS?%nUcL43Vs#`() zBP2q=8tbtAMsbH_{xwn182n@ z3IvdJ<}8=$90ni`ho|aKbeJI!xWhiGDOE1DJEJEKPJ;&0>`CrP*1iru)03=jy3h!_ zVfP@dSnV9v?!QG)_%gWY@Tb!~MsEe+Pp8M#T zy6DhHz^Ied8!Ttsm_87@7=NZTB;;-$;u-|^Lb)CG1}*_Q=XX1myYe1 zx6WHTPj%9j)&Q&O2G`ocBa?U92BpvfoB2iB%&WmJwpHE8+$U8#&i%{WTuv}0gzPx1 zZMfG`@lVfdg!8dnDwj&Um?8P%t;&>0TG?XqWh)zv+Oz6uqYg%C0z3l~gu|!PpuFoF zkH9!MMC{;*W$>BtVQl7+LRHiap7G#<5spd_9QkUw&J{HSsSd~_jg>Dfh;1y zKv8Db_P{~nTclJJP>2IvGiZ2G7MNH~Ld`F2$&m|?9;vVJm^>zJVem7akR?->U*rPR z;KcT7yV_FY^~fG!VK}kJMHPNARZLa7Jpp$K27?20rhNHagAyz+iO?zisnD#~qcdV8D@llSyvX(9_Q1ypJ6>2OH?D}ha^!pM9}wnXx1K@Iktml!B0~N%DR3TN0^+oxjq*ywm^c>3ML3+-7L*&Q# zqAvfq4!k?Lk`OF>UzB=9G{uPDLLV#Zc@)QvNA!DDN5j>`b2mo5{gvNl{@Z&7zmcr& zXbp7(=Y63L>G{1n%(*#aI)gqPZp+*#8}8j?PRFFFnNx0rJE>^}vUOZ~NLgxLwqu^H zOZppao$Z$!<|(W>W2Xhpp|wJKo)jjj)RoVq!&KR3_7*+*0Zr@qPDLcr5= zZ({%XBXt9z-4#u0pBu4H&C@0JiOZMDWp=H-x_e86Ch0bHo74-=PVqC{+7?_ufpE!x zSG(4ui?nN9UNI*0y|6WKA7(4GD<3yuE7PV-#ilI1VpHzj8D5`UGPiO?mw|Hd1!->ws#^XbGeA72j9ys%jjHe1JPR z&k{$&Ax1nSrnXMCzM=SZnRILvE~-*H6KRQ$`0+@w#I3{lAY~QOZR_ymmiS0x?Qnz- zcT32J3oq-(?x`%hVpS7{PTkXL;*xGJUfEvzzB@WJ#|N}6`Jn+E=rx(;{t8>0k-k>* zzUQ{ZUT88J^V^eCCm0T_`kB z*ZD`X1IH`E;SHCHN1?aq9_Sv>v;u6v0O<;4538FxypyrfFT=YkELhAr#Ve1DurKQz zV{0vdNVRh-wT-Iq!*RE%npV}tA&oqxxEeFis4Ko&qUkLh(Nzn^p@=*c#im7}w$TkK zkvqlx+9U64SZ+|9M9s1+TCx$Y(VJQp^E zX6|9ypJJaQ9WZ6nU!1o|xZ9LqH@r>WC)h=RsBZmGw&Jq=lK2t#3-`T*usarF^#14$ z*<56rgZb!QU_+|gQrm7+Trw{m-duX$TbB{(lC}MFShWF`8$G9fr`n<~*JxLD9TO4mSSl7k+puc)1=oe6)b+Ig!sGRdJ9i#|e@jlxM)5Os9ZqbSwg zzHDbJMmfa7KW99#k>^?g%+=L5}!L3<% zMZTYp{=RE7C30;pn19(2xjGk!_3ROoK2>O@dJRcq>1lN$?1X zlfTW|zHD7;{#pi?itr|5PQH;scS(JU8GzBHKY|I>m+8-WPJlPNZdJ0TLAmIp2UYO(C+NW1^Q8vejl(x7xK|S!=jiI7!)L% zH>Awdc2`Cp|MM$U%}8;>wZZ>3C-?EcX+`x6U%8;VX6G4XJW`k32Q8*ZgZwpnj6Fsv zA`qVC3*nl0HnvMLp?@M}VaiDU$|+Yj+z=lEuH1+A`17E|$TDEL5} zsAo2t&A{cMWd;oHGx`}og)f>+1nN;5&98(Ba$V}goscP4$Q!6{kvU6^rPRB~F~ke? zCUJMqAS(%QkAgx1M93&yu!kj}M6d1|~XZV(>B9TcDmg>=$ zWMvZ2t~k!bDKno+s^V_oZ|9G}^<}cyYu2(G(cf#CYcWu|XxM4pv#;pwK7&!dkGr2b zoE+!m&*|AL3n0$6opPnl7{`B~zc!@ChzOdf`PfByMf@B!pAe?zLmrU(elmLs5c2Cd z0CJ^&swg(0YY&|w5NaluHi~_YtQ`b%v?NN40p|DA*wW;n9Ax&&9e`l6q4u0c1&Yc2 zyJwZ2dMqq8l}Rsfdu!GeP}?>JaDJPb_-G{Q<-*N?K>U;VM%m~{LyLxe*gkyTxv9p~ z_N>7w-w%X8k;+e*UpC1G_b2(FA_rW*kz$F_h=h~1du*o=TidE{Utepg-HOhw{92PO z*b-yguh3X#_)~p4;K|?8S8%14wf5KZ^t(68Y4&#;uF(su&g$$E?0mCx(Hql~^dP?kqxS>KmGzhk>w0i)>jaC~!2gNGJ2_12%(^>)U@)T)%gzxuD7P zEYXW_srv)%pRDcQbGL6m6Tq>+bpmrtPtd7v9<+FWHhVtDM&R1E!d0RVx)}Ex@%>^6%=;JMZ!AdFs<#^Zsj_MpWq@P$2G( z7^mrAtHLRJAl>-@;e<%QC!3vPHrSp7j@w}0BaIq6e=VI>#$PA>(lRh6RtJ(v_+gNj zt*3rOz`_gkW&G0B0XZP^+3bwhZ}Kwx#}5;Eg_rfZp7f2I^%ZiLcW2?QtZ`~y@qN+4 zq?K^}TCd9mRMV1%&ANi}0H{{;F_hUkqpoJZ*_Xnfki7O$Rk#8BXneYTA8{@4F_=GX zvbUnauYa+{u!GrbZEEriDS&u}DK=HKe79+H-qEGLDy2ad{8Ek+_AR@7me%6drFLGI z=lDTeRM#ikK3$jDyu5MA9N^rU6&h;bk52JN`=cGdys0G?Gr#`Ny@t*#L!o!4zzM%M znb$sN%71)G&F7@zz}wUm`D#gtp$s7F)&W&Oof~VH@_N5?}O%!e~&=>A5 zZu?r#5J1d!n}adym`O!5x22g%>wVcf7@L2}HA5wD|M}8DS^?YTUU#RnukReXC|BPg zU(00OxCg!W^5!DvI;;Dv#eQRNAL#I=3!xJom(Y8ss@8$nz89SNlfi{*|~cvIO)GTXV%OuVsZ?(5d@#mT=nk)DyHVAExe;N#mx=s{c zk`DuskAo7pSZ!UJ(G#Z(83Z&Zy#XXP0kGq^hq;u?6ftq6a{pHaUt_YbcaCs}U;kXz zy>ZH6J)dJ;5rZNU&q3vZ+GX4)mKA@HdNJ*BC@3z3rUQ0uo~M^Q=c(7PWLqi*)j^JZyBN zVdMcFmBMas*^Ec|aMX=0J9luF@x$1W&m`%4Mv2L|5v=PPV==$vXto&k3wU=X)p}Dg8+r`P6Y-xauE6uXvV!1Er zX?~Zd#<#}4+050d><40Z(_R|wjTZJD`nAG=GVW}M7K4W(Bt_bKay~G>V~#Z5+WM3B z*cMh8w8ex*wwys|PD!?HZ7l9>T)h_XEZn)C*_^_B_Yvk7cdWgGy*HWtUdOda4!q8u zWOr^%VTaiP>&^BY`QJLLnIX9l8eHkn{DD*rQ2nZ$+Q-#7GH_WsSG!vb*4{5WJ=E3W zjOP97PiM3cx@W6OaK<=4@3_xCyD?>j__@4F|cGLj^fbP5HAd9L> z_rLSkxR0*vtSoT%^=&utKeCN8gGmYzYk=$BXq-0p`wa5I$3J7}c(1gsOJC5gqj&Lt4u&qPJ=4B{nv8;Kf2a55w-tvSMJkbilvSC$IL& zJ{iEf~s8`$_YwPz|rtPD?MtI0d)X@3IvW5!kc!-37MY>Q-=!9ZIawG1IPd zhi^gpkRPwhSc z6Vq!cbFMGq+={A@`*{#wgXXhRl-N@MrThV)k+x7fW8hL%4P)rcgqaAc!p8`J;$f*w z2oroVJ1V?}-mu0dc;A+WsD>!k+Y}IoS|3On?cCKBcijYhh> z7G`f}sF}@aA9hWt!d1AY;?o0Pas^xg*2~Y1@BOX|+Pqj=(s-mx=iFl4CZ9mR#F#34 zjxg3}qT)2%xhdiGVEf)vx~fO-uIQb>^zsRI;`k^VEx_o|+zF;%XXZRlM{z}aZY#Hc zbCBH^?Gwif`xh~L^YldqV}EzzV5M$Hf0QUwAku!)`mRw?ANm4&&e7_l)w^eaRLzY~ z-&AgWDo^)BTyraU-jC#a-heqb8}^@b&P4FF;38=KX*aC=f7p8$_^8S=e;nIggLd1% zZfnr~ew&E42^unhmjEpZU^Q4)t#L>u$!L;^GZTl{OU`x9TrxAc&m<5MZkceA z2_gi%5U{O*+BMkPjoRJDfEsYCL9q?iwfTRa^PV#^xd7VQ?(Y9rpN}(VX2Q%l?|I+n zeJ~4@Pxith#PVXx%m^Sj%ZUjYvJdvwelP{hj;LfEEMQixO1^h zLR=))ohatF={tmw7u_LHAq(yxDg!`&LE$kuB1aHb&SnJKAx)LpO`u4FD*NOF+9t6m zN<;eL_|81+iZ9xo=OTFCTRtA1w}tijB&5HJhr_dcKE!{+_5TCm{*Qk&0q)=V@!|ga zVko<$D9TO+%sWAu?fg$-OQFEEnoW2KTMn%3vA9AbEcm~{{aM0B{=)xkxId*9P;OIuSxn|V^$S&MCu6lqBE+&8Bp1Tc(27|5< zgdRB`uf`SQAWJyoZ@B&ue&ph~{w0%f{kPAjsHqxTPD0C&UblwG)|OJDoH!04FWgBM z4Q~M4CY8yyz_x&%p_3A~sfk-5fueuzB!mf`+uOdk-JOd73D9+d;?LXL&f>)kYbW&i z^Ju$QRojSQ*xT+gu+PV*JVYSh+50+JMd*Xky?k$bEV&yVg-*mckOcMZkvP6Q76^XA?FCL*MvRd&0&f*`eNGhtMC$p9*Htm=mAd5z_v02=C6H z$LAvd6nOWhSI1+!mrTZX-^xk_5|KB9Zj-N=0?oGP??R(7%;%m-@csZ$YdU~mFm#XU zkPeFGAkC=l;npRyuNmJK1FQ9MM3%T&>MFi?y3vrOuVdkUeH{xaQQ(2De_-|}#-j|B z`3Nd~NzJ?T5xhxPqe8}?2jH2nuVj8y9Q^o*YQd>14s~|rkiyYX)pE{wTy^l3^+)yG zp^y-dtrmf;9;uwq#CzjPC2Qx z#6SS3dmVcp>4SE}xv&%^l_yM?S%>tQr5gAHLS&~S1{OlfEDiHxCpZBU_1UpAxHG6v z3n_7DP#ZB!0-6r=7&je0F8(nXjKR6oVoiX#ng{gBAP#;4bp5veZ9o6CXTjc%_#E;x z0k$!d=OYcXl8*@>hx+~c7N4o+)IT<4_`t*CA;X?4mc%f_gfCz#f2xIV;r7H<{;jlS zWBH%ff&@C+;Bg&okOqq#93c9-Q89ixv=?ZDV&VTXfE2z)n^vC!IwKzGgSnNi>z>%` zI*$!eKXAcm_Hki@|HG%*B^}!VPLCGjPR0!GUOQ3MoM)Onvri^d`Mk*V@km?G%(zKL z1~>uJZ~fT%W*jJ@8++aag_G8R?MvMu1_Z;NOD8EDRHxCW5QDC8UW`{bgFDrtUsa_h z?i{?}O!zA(oT%LzMUQqSb$)Rwvt~ScG<5Zb8IlHC5fUzjAAM#ZZYE?S{0Jo;?X%33 zz?885NvI=eCZ-C8pbCf!9>GFxJ-Bc5fF$ZEYVL@JSBbqx7284+1TRIfZvHOmWz#RFeQFm@h?@!IkrF3chR8g z!zwcrn>wgeSnx!@3H7$vq;<1ts$re~X^blc;1GIa3;67~BAs~Tuf7^J^^S#m8LeI; z>f~F6OzuUB`(uy3HCiJ-8eb!?ZvMi*@k82u1b9!lJ-XLM@7H-22<&`BP{yy3XUAdn zqIZ!Bx~HS30;Ko1(1y; z0`)pV;-5POC)Q~7b=lqq!!%J`arjwdf%ABV=Qr`~qLgk8Pr}+21%7|C--vnlmfFQ( z*E+qujz8!hkv>+(sM>7Aoi9h1C{IaBQ=cY>iP%d%B~&}x<1=x$Gz~Njh+vBJ-S2;` zHl^l$uEgZr4yIQ?{Y=G;XTT+GxB6DprTOwo&D36qdd_h8->0|+lpdcVCpky%Y#Q?g zA+@5x$BPE<7(i}2Vl9Ij??k_9f%g z@aP`(B`=ws=}VS-8vhOQ;uVDptkSZ*#4 ze}-GvIm`cxP|kV>6DdJ)%+BgOy*_(=HW8uK7IodlCo$$tDN(Qx_vVf|dfnL5*n{4X z_Ys@y-i2uE7$hlAnRbaE?LOAVkku;7TFl1L8g>+LU6_Gzcix@g?)35pG@l3)D}_(u zXJ}@RxRf6f7M+k%rBs|ps&oz5%#1c_Pf1i~(tS1)e+I3aZ0XVt06ZB{7(EIg5JSH( zoMwS*SPF`Xd=JiaA^&+~SV3>V=ka-2vGs`HPp*8s>0v!%AtlKLAaGw>X$NPdg{C&2 zLQ@+{>kWoVIb{NsTY0hfGlX~JFsjd|Qx8bmmuik!gdd3ujD?RFecgp`5I#}_zwBAC zS7OGQr4r$T4Cf>93j`}yTOk!PfF&h%&-8I{6L*{EEcLOHvpoh++N!z%XNemn?KjoD z&Yh|mBcUGIU^^eE`K5Rnpi`N0DmcRO*7wN<9<(Y<0I?a|FwauTUg2*H^f&d9jSloB zHv1g&eGZ>PXs`djt2C4ogD#ygnaY1>Yg|M7#~H2QzUg|S&ED*3XmgbCVAib3Yl={2 z-+MRzyT(_9J;Ge~U8n7Yy5Un8b>^0zNq5OhxdSb2vXMfJ5I@?En5@p*($89iO#uG9 zW9d3mQL!OpE)u^9SYnwl1D$VND_Z|An8SfXf^yr?&vejspWN4ef7>kOzr=2bRJ$_` zJoY878B#HSO6_s9D@~_TweWjA!{`L_d*>`ud$7(xLc@TzL!Rl6nCepQ@E)+8P}@&z zUSX@OAo4inGw3h@=KjlSgGSG5{!#yX(rwOSI^~y2L`fimTLO`i#c zBR#Fvk)F0-TTmQZpR>6aM~+B9ZV$ANUqPGN_4Oouu4A`n1aQ{e_LZfje1+#KTZQki zv9zJ9+*lS|N=U0ctzxmx_$@k|fFPJ{cie5VRhD`JPDSlQkk!=Agn}=#vu;5kXmqn9MmgxaLY_0HUR~HQ_pb&eh_>pRc1Z)c z7pZOx|FJ|5=mew5A~GvA2XTDLh-=krTXf5Gu3kPW&IEeoqo^SoK^vUk#nUP3?y?-# z`3P~e^?U#Y#8N+XKEk28j&}}8D2VrsXXQxjKv~g?jNW0 z7jr|%pk<=7p>in{5vNwe)F;xJBPtq$AO{A)x>ROCBMz-(wWux_KjJcw2$78gl%FD0 zFp7&V!j$?Kg%tE;(_~Z=?SYQujxWcmB^;_@>Cih>cH}&*sO>2&q6K{`B673J5|sp~ zXtjDYAXj6NF?axN1S)L`Z4l{mW0760P*++y|6)sR6Sxv|1OU+5niYl;a~6 z6piryd|Zg~<6#IsW{@a(f&+ZMAW@!w)l?2}D3{$uT!BF_e6k=BC|<`oz~Oj!!M^_% zc){M$iDY=e7qHwxB&U2(vxpRc3Y@DJ)ZUCx5UC`aayDTz*JV@AL?8hAINlv;kF-bA z|NVi)kDd5mpSV6r->;Pm@x$#-h@*#_%tR$n`i}C|!YJ|b!e^gM54UwVwkw>M9dBv>Z%sSz0*{Q@LY$nry z8BX870qvsY{U<=XFb4XnR|~U1tlBD!A~KAVjbnp)Xo@dE8PxcYsu00DBl>rsNb1!k4ZZPUUj(zp+#jfBQL>l} z7c5`?>W}cmf|#lFfzU6f?)g9CLi2l)Cq{+?3z-K?KCF)9beNs4kQ&NkzpkG!KGpI@cn0y% z6vzWqoB69HmQfoPvV|qzi;oQBgGftK%NJF9B?mY$LufSgJ0jc7p=;B_(sGV}G+vu; zSrksgYy1UCI5nKAkBT@FPG#@vU@_M~@8vW?6o|!0<_h0h9DnmM9U_|^MNSVBfJLV< zg`OKXh4fg5wzQ+gqPqQltG@VEEcp41cTC*{QBJmr7P}D1!up3kkIh0MO3tS4yf}48 zG#ixYK8ZPf>qTdzw)V#*ET&ldfyMFjQn+?b{KUizh`4_pAA0{JY2$wFb}&@JM0CPb zX=6+oK%C>|%-1K)8DV>TG(0wYHuY`#$yCO``03N|N-z$866_21#imcNZ{qYh7(mUo zrhN_uCMqAi6IC3bE!ugWZ1BOJ_|UT_HGT@xI>S5a^b?VF@}zpMUecIA_glZ?A5;H) zOqjq$@AgiltY9~h7$7PDWypXjsOzDTol&C#dPrM|ae8R%$;;yP(38pkYxIy-&4DBl zTkcv<8M4#kaz$L*L}#34-Pif8AW~N6&u2Ab{bNulV}QZf_9thHLu32 zxARO=&ov(OGoZPS$4pOR{9IQjX<}@yqYmow$&+-r@sf|Lk}j4M`U_7|ZL(sDVI5 z^sTf-(MF0N&yl|{ZX>1H(-w)RbUie1XaHF{RjqXPcWOUJKib*v*RG#h+PPD~oiRpN zPh&@S?9jl(tU873tu-Nm6Mi+vQEwy$+IUOL zUhv&8%@u*ugK>1PqpZm}n&GmXu2?@~;ZJ8x{?k_Zj{xW&Hv`;bAJZK0Ty+t1AT|*M z117@JDJDYb$aqa~Jqtq7-Ph!^F>OK=0?3Yc9x*`kXc9jkq{L3mj$oV*LZ3S^el|?G zekV={VX_@@C~zo%NEs|ovOR;tc$Gt|j@>_@Z=&IOD1iHk&xM2wSq&i9?Az8KzgF?@ z#$h;w2z?VR6WZ|W`|!Kt?v$K(C@=vJfj>#2=^TTR;w$3T>Y>1e)+(IPydP3}H!%6-;HZuBpZODngLzCAltxtl-L9&JH zLj&6B536f9qW%)1m$dQfi+92%Y|rA>Pq_`pS{mStrl4axPuL7v<*&XIpMQ;BY=8Vq ztWkXq&TTvTC1PdO4Tj?$vbVx5wf2r zW|fQJzN&u(kR?jzme+*Y6eYzI6J0?+b?s9IJ)Y$pj8h~69X2+)tzpF-LKQyM_M%@^UKfln}?5rYVsjZ=p z86|8dVvp=X@vo!v@j6oqag?euPsPwUQ(HfpM`c3y8G9q{1Ys1!2RTGgkuhMBT*MCH znr?Tcr~nCfx4lGdd8phK3yO&m8EjH}Qq@>2J=!xoBfuYIJ9n@0bjkb8l__eZM31&v2cmlqsso;pQ&6bU@kglAE|7dQP%<{ zi0Ph$adHV()%r~Lpa58rG)jbB#8%^X5yIna2^zo`g0kjB({V&|Ooc@A1;&N@)7GNn zX{D{Mz`f%4YHM)M<&r^3Wg_BePd<@)C33eC>9TV~r! zDwTEM7i+oF1W<=V7cpCLgo2@<0^$4Rgp(lcvIVbh_JEg-pH*JC^%o;W?>j8&spJZG z@@8R{n+MY8z1=Hqon0lS(D7{s>g=lvUO^Cc9^Pi~KH%8k0%^@7W{_T#RuRokhtp6I zX-8W~N}ve6!ZY`n+-n|tVOP6Sp?n}#pnrvDbw`P(0#?xb80_~;m~JEJ-AIuhGCW_e zT5t@d@ZaMnQo501_T?$Pl#c}WaUbX=y?4=&1|q`(dZ&o^@!&#-;i&+KgWL?Zl{e+nA3!9EHDF$ z1wtWi9{4oUXkMMfZ3YgDL4TTtF~4keZ+~mWJ#W-ab1sy-N4T$1-}{;zUBqAw)&)b= z)CFtu#U#F0&P_8@&vhwV7c|1o=DN|ZJvS$8ZWf)9%$zegA9x(?m|;F>D9Nb29)CooR$0Hs-2AoH9LREC*cTStLt%@sSR=X- zFZJZ;A|`rp(c~$rZAxiTK9=#zs&YH9ZQ$D}Ev*XWvi^thkHQ#e#=dB_y;W)JIOv{R zbI>#9AtnD#(dHwb{W=2meXH-d|6O5cXYJam9iuzWfX_`_F(M{td)aNjqD zeh1hZhbrxsvQS6etNV`ZnHBu9xsW%O7m{+_(=O(dD7pGY3pkpcWmTh#Z3lOm(mb!s zA#jM;F66W+miFwY)*rO$mB@laKZ-to_~f+Z(m67Rm`MG~lFnZ#i+A)haptLna%+(~ z2*|EmRXl4X$-u85v0V^=n5|&+>;{T?Co*(I-kA=WDKS5 zrT&9pLTWnDw%uOxW4;35%YD0Rs!7B_PlC(v| znNPmzP65%4-Gsg7?Z_I_I(Z@1-R9}sFIpX~4l&~Wx3w1M>Zc=5?+pLCEqK;cVU*HL z`;S4xA6jIoEarb!HDncmL?Ho14alqZ{L)hjOb58TpoeP_)njCzNI3k|PXzo{flpbEGzk>LJLhGfR*0IgiOxU8| zoR1(d`twlSNcBR;^~y!^hqmtjG*vk))QC=wql1{J4TDsZpP?;|Ee z^|l%|GHKm=)SWaeZ6P)NJ6k2KS-uIV)>A;W4)TLpgrww-U`3nDhtzh$cGHN){gxpS z?6iXM08MN*?yN?f;Sz=;G+EuV88sR**ypywl*GI|)w6D2t?r(YJUUnlL|#CiJbY*|q?zP@ChxgkP8fOxS3UdX+J?mGMX8 z$%+1aDB929uO>P|g31NR4%NSEehVym+oQx4IvlPPcfENB1z7mCy4aCR7*p?-{ z$-hhSKHwY(Jvir2K@Tn`*ZTi0CZWGFj*$G{|AzL!f1?rllxc)cvPL6pWyhn!br11^ zpc1W1iJpW~gGA#g1fnY)H8axa1WuuN*r2dKTAmoxQ!wW#Pn?J%JU^XKATjU{tTIRr z3&{Z9hjnR8loRy$7T}p~|2j#_tbqN=;diij7(ap#sEF2PrL{uOi&p?5CLNe zmPwEviX6E=87fT3=`?g2^pOen27C2WloEq_p{*A37Wz63+fH;QFeH{(EQA|!G%sZ` z7OUa=dPs45LJW!}R8ER0Hf)X$xlRGn2^8nMOVw??$+lJ-**d+^taz5UPn`+yJ^^5i!{09A^ zG0hC|mrN-<*DsO8i$Z@kOoBt;o!CY9)jz9ePcl(kOily5hnU|mg+rj{uJk1u?bNGQ zg^(vNR2ujpFhVa96Cs}?pC_)b=cpQ91r&4=bSy{sMszW!>H~S6#T?@lVyRV1*+d(d zPk*+9NgSG|Q`a`k?Y_{29tSR*B1Zl(W^|x1hVBaF1iqnalZn$h@O8?RkUF7h-LkE% zR=>wWLR%m4w&XiggSB!uhU! ziLrFo6pBgMJ}%!ig=QL`@DkFdK-+wpIj`AS-(y3n^Zx-^tERp5Oh3|I2S5F^7hCpJ zy}{P~RLp-d6J3iSXqg}W9Tp{suj2wL6p+xk!j1vqdVTR-G#?~f7nl5E%YkmcCa0&) zeR(oHH)34QpY>`Oi)D+ZoC%*K>9s+{=b$L7XJXDv8gLFE^)vyppz1p|fswenP`V2j zpr*UnV*1n4T}Ws3(=4J*SKW9cv2+)qUM`mI`rnxCx*e1PX4@M?q+e=E=PFDo(ZalQ zYR*a+3I0^gSs_o*rN{$n$jXm+RkQ>)k&4Q>ZWVl!h!S%OM1Nt=92=$4sNh)5hM5ZA zK!Xpf2~B#2Y{Hj(ml7Ly7VN+$E39=Z)OG|~POZF{`wK%-DIm%>5p(y@TKD1l2I*4qC*JACK&CF@SRj+@zQ*%+fxJMT zn9TRdhiU@plv(0~jU#eI7t{$vLc^@wR2*v@Y&h34Bbsf5{Kx&i z!Z*<%rQs3^Y9mZsyZU`g;9Ux83t=I={#ge)PINx-wz0gj(R{j`(qc@+RHb-akWOh= z+9~QReH85^fnt6#OdKZUVbGH3tR1Zv5C(kTqHC=4rK30()gZI(MrSGfjDR;now4{K z$SAZ3Xvz&|5e=sCvmvd4yn>zXJbL+Li2DrZDUH{|mJ7z!#?O`uSvvnF4&4Ek={=O4 zUtw`nzLMLgWxt$9seu6F4>%-T>EgK*VLSJb(`1y{Ujr`0QWw}UTNPZnG0w|V%jh;`BLbZIaU8o=?0Z>UO z^>uaa^XuB{@LSCv-DyG2#pGLQwEG^d-DPV!hSo2om4&84ZiV|&IdAp?*DhC(1O-J` z#WDpHl-%M{co?nqr|n3EG|V!Uy=Rn5tQ(UyCZUr=pSjFjYP32R6=90#llKkATd;A4 z!aI!o8M{R#CP3D;?Y&LMQ1LEI+tkg1=%T-Usps2bomgP0*qqX^a?=d2RUA%lDXS8# zycK)ALIQBhbon*$6_EV%r!xke9TdaIVhE&IPH?BzmU7?eybq}d{^1i^AYXLwFUqUS z#f8QlYdyuD0<>c&tSsm{);Pmn;yvm;0$K)_ajm7YYn??6{8ReRY(H(2U$6Ps#=4!4 zDpwUWoGY|=rtwR~N4NAgDKVkzZgL=M-;YS;v9_W}ds`w2!H`fIzxThKkF#jDw`K2e zdZ1(D40Iw2PNTKsPTMul-C{>)t3Vx^e|Q~UhiH*^r#ZvaYl=k3bN9{8!V0sLw=V;~ zzI)g`ta4AF_}$$e4OiPu2NZmCV*k~}2CJ9m zuKs~I4YnNb;D%A0b|2a6_#4-;#o`ZUUq72$_1)&*r?s8o7tT+|+Y9D=4=f0|Tpk_= zh5yjZRidpS$pR{(<`#Dz_ibN-?^0>dtMG~bL_UYl@uuCmitFe4eO@VnPsSHnrGF$) z`a_C{HYdIZ@DA&8vV{8;*UfouCvrph82las|0Jz1p?&%M#r`_3!~I9DYXP@Qcz?NY zX3tV?%X0EvFkbgQkou>)p4~ViSr%c+e_+u4%LG3ft4} zm?NBmO&Hk`m`;!;OKHHM^zz|+_i6sH@^`=;ub@vC2Q3aM;@y_W!%5cVL9D!!pPS#B*&X*6BAi{ z=(@-DWV{sF0~E)B`MXnhr;5t%ui8tDku&^ZGt!Wcm}))dz~;A-FKvb3%Z zoT64~QU}XcZ!8hRUpLS$!gd<6gS7~k-YFO9G3unty{AF72%b&d>Qrb$o1P-W6xN{) z>LiIzk%@0-@c#2>yTl-zns--~n9iCCEaio#ZSNzW$fbedgtQW2bZpo+6LdlU7^LH3 zI#^%Ggenm&LX!9X63ucMMjx(uM*fG$$Q?&Uu8;5YB~w9YRIWrnK9!foE)U29#N{Df zVbsWGGG6k|qNFddA70LToO?%^UbEC;QJWv}-=+RmqEpEsAeR3I6K;s`mXV)Flb2$h}X38B}`nJ4rFr7P933IHxn3e!Kagk9ZC0h9k@ek>)9m*_V zH~^H0Vl$YrCGJM6Ig{(4`}T5^qdqD^f4zh2uK8_!aecA69-RIqLj?uMk-Dz5TNEw# z$hpb;vMufy&H6gl)TV?@)1XyCSzou5ZpzzqSE;%2EI)5H@8@3Ovp1vWYO~*a8)#|f zoT#EcTfT4lrpt?*V`?`ZbmS4MarA}evjlt~{f*}(Ema`MDxzjWd_Vt!bC%WAa-__{ zE!}>A`U*BI;O^EZfRZ5Q(J_&^(;4IWS8@tEwQa0Na+RP0{OERzFf5NU5pw0x8i+I1 znTqw9=}a{>0G;*3N#C-bK&iQ@Sf1HbOagqsmo_~j-}#$_2B`7v6R^fHNDVu1skn9y4(kQzHKQgvYG6jHvqe^FcFpL5q&-0SB@5&AL%+Q z9ou*r0epm{tp+iHMu4bH~@; zSZcP}4}E^my9MYF6+Ts3b;5M8+Z}KR#5}jZp#+AdZS$>|+;s(>JYB>jPac7J80g2I zcIzBZ&=VB1`QfI4CstU>9|ZMI)4O&w`FV0q$I(L9JZ6rmtrqj@2V3ugdAs$!LUZf8 z>7!5AOUZPX)H{``b`NWsT!GkLNlD>25kNu zDs@53l4@Oqhf#h$!k^M&6r*V420U6SpCT1A0mh~1*7@Z02_t+^`hpo+*2I4Ws&O4u zqlLF*Q5#e40L`(HBK}xR`DTc3GB&pJ!xa*-a%QT%1y3p+;ITVh#61d>#Y19=+A>vq zjHW<3_aJP_M@+)XLSPe1OMh2tH=|oBTuNt;vqua&_p4*by96t6kAhj%r8aSe3A|z* z=5k-EE@HJWHGTtF?z8wTV`@9eDTe&LR|BNO(E z=bA4`_dgu?4(mkPfcA^cKZHA3%|z^xt7m7`e^K>$2(L$aPu|$D$-CW~>P_XV`5&z{ zL8Hrqy1-o->EGFM|7GO z0RM}<*;mrYot(o=$7Uo~ga0Gn+)}!|~wLD>FV%q0>H)g2Ee3Mn=8~kYtzfEt6P6bP!v&-pW8Di zcJb5P<_#08~OH5URvb|!r4 zj@M2646}UMn_Y+PB?n6YkHW^LBrC}<1d`Ky1GS?}guGgiZUJ zV8B5l6W$Y#LXY|?pk`;(-xBZ_;97x0q(V=~Q9u;kQ!S0E-!sY*9MY(#daC|fhf@9w z7z^x8rZv@O4u5{7fgYEI?zQj#8t zk0zHQ&DqV_O@mxsGpsdFwo2S(aN(6Rhed0J1X*d$jz3EwQkNNjg3Z~QU)!vZHUTtQ z4a?|{bR7uK?qu?k<-|RMdtQwZaplrKlyhUk z&0&aXvY^$YdQ!?Nph{KG!oa6W#r2IHsoPi5ss8`09oK&w85gV?w)TmDZ?PWxyl}QA zZhf=W&Hqt@b$)t$T%h36*3v{eE}_>s=%W_h zt1%%y+Z!5@Mo4+GV)m)WbZ&7M#Om!yw*6 zP>O`=KsO9B6{XjKZWxTmB+)DOxp&z6`otQ?zomPpBFOqH6*n%KeZ#oqn)oH@AzIqtMt^8yDQwUj2rDTT_Kn^85_n}u)|__KvaGu-)EUyoM5 z#E7#!c?&4YuQtrE23G|T1Txz4A(wFMQEj^zeQPSWuU@_6f1nE>&)dfn|)vAR#r6(nvkbs zx(MM53PWe;rpNixt`vyX<4EN{PRGS@p$e;TPm1tu;WJaj&xObI__>G>lNRGKrp-yY z{sgz6AZ?ED3<_)!-QmSNeoVg4Y#TS!d41J+f0;zzzTkcUnh(buP%vD>_o0D z&3Pw<2}n>t_Ml!GhNJ}IE!_yQ$LwR|#&W%GrWp8u`(_GMoiI^3rc|-kgw!Q^*e6j- zZy3rwOb}GLrJioL+XAzYCopeY?OBbePq{M7Sh{h$GcZnS zOb9o-ai6tcG&oF!^(>$m=SDQUiqHl>4Khls4d z-bkf!{!?v>s<6aNg>zoFm^OdkZhWXM%mTM+X=l?PEaF1zXx#(0?uA98fD2gcRK*!5 zZ&9#n-A~t5q#)tQEvGc%^6z^0e$U(M?Pd48`#0s@)l|?VE4m0_{ph=OcT&g+vA>?k zVC0~K^1}>Y;ho_<&Zdx(6|FKt&224@Oh)LGGFtbbrMz}Uk)^V{@DMLmyA&qkh)apr zCd<)!Rc({wG8w_Yfs5XBzmcyoc19h?#t!kS6?qj=4F?Dp#00tZag(?>F?Dp;o`c0uo3eE_e{Ai>GY!cNh#+<5Ra9&a?f5w&j*aIY z@6I@4L!lP9-Fp^DGfFJxf`*b!tBJN9{9F~{kloH{&3O$yEeeTP z-RPK|H5W-DqqV^MT#Kc}!uQG9-l2!AmE{M1-?DuQEeq~Ci1RjTMj-aWpIxW!2xgnf z*3{FSC|$IB$HpCewzQ}tlQ$rb{4+k_O?4NCP85c(gtp)JvQ%NV9XRco=1ugcG7%G8 zk#HCr2Qf&i8^?cS{Oi*TrJm;Hg@^u*AJ9mG5)gh$*q8Febre&g>TWspVDG_RN{%oQ z!cu$If!|Q}gd(U12HaPourY9a%gW93-l)H8^WH$FM{=Ojc}NZR4=T4I)W5ye`(Itp zc3zE@YT2^dXt!9meDtWvYRULTrO&{S8QNprMsrGsgRC!TwL$sc_?s`Y&F)&hqjeP9&M(YD9W<3l!n3$PP* zex_C8e`iB%+Vh>7K%k!qXk^i`Ko20<1Cf9l4-Z82^l43|x1Y1r+-$IvPP7s_IE51` zy#EIDP|cXvp?vq|n(b1*Gw7_n6X{d;0q+{TDl$}v1~O|9&lK7f6Sa8pyH6Q|GYBV! zCNHMKnr}ksavdiB4{Yf2QcyF4wRvgU6f6!FqsvRP*5#!&ZHcq)=7ozEEX?G?O6kId z1qBGjZ=8SA;vZYei_FE9R%1i!H%tYkMy|lt;uwh~3HQQ+IOm1mSY0bi#{F*g;H*-flJY}X4O7#twsl;A)^PD74c z*;XwMxO%giA8!7M8`TrRC;gFNW-zleM;sN4mCV^$dHauc&NPdxyYc3E3xqs+wQbf7+ei6g03^E8DHO=(^ZE2VS&-LHa{r(3 zBI6@Qps}EZ>sQ-Lw!XX86sU8*sPY$Vt)%`;wF@h)yF#5e@aN1;w<$rwRteoif3b13 zdFNfGt+nCRg{Yo}2_-tJv|da@R9DMH9CjPFLa1e%J6G<S2;@7Pj7H5 z%gP?VjEelcGxlC*GAoC-yim78PhKi{;%Mwx$&&}!D@xpC(X!Q3+S>E`-?;U*W%qt- z)!bWh@4W5yoO|zHw(9oWJDr)%Oq{quI^->)bPlg<$nWUs=(*vBn-|W%iH+gsbqhxtyx=YY2Z&C9e)n$ZRcX6}$3N>|PH zjuf#XY^bty?pa_>fO@psxL52vUtlUNWt0{t5K}1Pr&9(1fdzDeuj0F+48l}Fe!5%; z8A}nJC?q-#;Z+qRBK+9IYi4JM8+{>tviekJEdq!rY8Rrl>40tlLa8xgvQ(kD`}^O7nj|$%0@0n}D>MakNZE{^fc~i-HRuOR=|A>|SoQl#V>Yl_)P73&>q)>lb@TR8P}b94hf2@%>}XFT^W7x$zRT z0E<~n_ey%FzTESG)dWDE;+GDpf)N1!QXgJ*g~f=`aRX*OXZ2w!P|a2iODgqPj-Yy4q#_c^O2V8trN1AxtSn4oVwIwjvQiXNP0|i3Iez0D2tTWrI-T<`w z3{k##lJUJHxb7E70PtbRRBt~TFlqoS|RMrdn#9RadV{Q@;T$1 z=7aC9+F8fVs{0Qp{XQmQs(z$CKMVL^Vd>s)@Oe@$6Cony2J-b++rs`+{yu*nU)^SD zy0U#mReH;72V4Zpv%!oCFRL)xoDGqcWxF;6OX@Fu#B8jw^WWKVf{E-^m2!e(x) zGPbX_7H@Gq`IK`M>1I_#gL}lE$&TS{AIlinxI7)^fN6hi`o?5GYV6|VRevwB%kk~f zKo;O-{&vqOZE#x?!zbHbF7O|28&I>5iR{rc>`ZbdVZrupz5-eaX}Zifxp8iRCs)dr zviXRV-LgZm`HnJ+&92%6M5#3GlJ!K?aZ)$INa4M%8DXc(p9jy$Nn?4sZl=ey@tJYj zn1&C)gLGk)>1`+9={ARm2EDmXaEt5^$rWXywbOmAJ<-?$=0UMJGSU=l{ zk|v(8*~Jy=)|dXCkzWafj8W;TDmRvK&+FfSoBp5Btr@&LDO#Z#;!9?eO)g|Z7T(5U zLax>6E|^1wQmg4r72`<;^}-_OqwZ;GVwv!u79A2^Q=Jg!(zV6nmsoH}?Bn)o&WCrF z+WG4y>ip%rf&qV2AjxBM7As-*(x|JTyt6*H4iHxnCF06EFePip6B&Paw*(#hp3&H7UtaR>@JP zDpLE_pF>+x){1b_sCYtyg6}i@14YuEgWehHilS9D2CO~{uhZk~YvwP!;pRp2XJ^e$ zpB?`z_TVzSTP+WmVQdCZ< zem9;y#c~4sZVC_R-%N9Yy-W4qsLhSI2K|dKjDN{uxcmk~gF&ARLXVt}S8?+IClKg8 za_6efUUnnl1oX)L!l?WL%(^%OY7Dn0H(C-kCVxohOi5WhUbt5jaS5>qfu^V^Gc_(J zHK{U?U|MkrDQvS-aM=odR3oSwfU$1Fi8#&MC$+f{wga3(H3^g`(r26dBcS{ZauOqD z6cVSb5*9~&Becs439c~`7>{~4rty%L8z?kRglNuGvDlO3OlAK{Nbn?P!ElJ1rDL9C z_L(P{MCc18s12ksmePojq17(V!;XciPCHjjXuKf?!4T|YC4zMFzFuFi{{2#duU9+Y z5f?=0gZufbP;xLEAW{f!egEuh^prj&{_qa2j^Ur^(eJ=nM1N;PDqgAA@3(YD=R7~+ z&lmM^86bKB)Qtb?_IPT7y|~K35;v;?l5??dp?; z)r+Tm|1ef@guRVgO{%#$qS$^U%4M>`L8wQ|yyYKjr+Kh`w7C10P!EyFEQ0$M4dWf*`YcCHC- zh|ssivc*g^)v7|Ic;vMgK>Ltl6jKecxLGuxAadhVYB*Ka&{>{AAtg94Y^|eTCs`x! z8y_;+hR8S`DbkW)@anh+5XysjakjFIFtla5nuuB`6Y3}42ZotnXU#YYNG@yRs#-Z# zq;MRTlVqzbP7#`fZ%&mS`du_V6pp5cqG1xjXW&0Ta_BA00&Iv`jo76MYSD@gr&r92qRdFfOv$!EJ?5De{MjB^`KM&@bOl=szt1f5w6Xhf74u0uGI!>gKBv0qdAM6 zqpp{k2^UzVELniW%wph$wWx~HDNktMTKCz%wDtBeN!K>q_bFR%oj;`#PBBl+qi6YR zSnX{A7&q8Lm|=qryn3Sfvn64o`LiVf@5Pxvfl*zZ(kHr+GTHpul0apQG4qFBeOl(v zo@`ebAvcm#%DA#Kq9YROp`hD6qGM{iXHOQ(>#1g+B1G6L6{M@sF>E6RMgyUA39*Mm z6nBxYrL!Cm4(@ziuO<)_Mb|ayL;h{rqJ-S9iw~bD7QUy`poqxzYRM1$masq0z?w_S zO5ciwgsE+nk*^j{+LhVvjQt${*dSb&G2X0zzYg;vw%z--8shAVh%chwX4pXywv%Y~ zXP@w#hNb!Vb`aHi+4Y@DKm~=zz`he5z#&3kL&CMU-G28ytJEEe+=yhj5&yDSH;DO> z@Cfii>RyW7R23=QG8WrSL4h(ByMVxGK;==OpOlhttZs!-L$0qixiz_^m&oQgVnXz%&~K6b6m8wKc?*55nOs_HwL9z%>&BelIi(R7 z!0l#&mA+BYXAUAn(nI=*@gv~=$=3!&x8lanm-GwHm-;}xYYB>pF}xVysQIGaLQG&W z5#~bY;3*SI&Oy4v$4nrL>fsDp(p*JA?Y%2qlG*^s^L4L%I#4CM0MW zIxU^o^nT=4+=_0k$-zyURYumDdmT-++8+J;q(pbSHk7dNaNJklb4drzlP%|aR?*V_ z1dCc*q_idtI_VgGYx>PM7;m@ymS4bq0<$}*%FxZ~x8 zXDk&6mfQL5C9bc^hbWkumBN-Z9vM}KJfg*Un!fx{oq;}tRhA^ppxlJ(4D#X6qN>~^ zc2iYzfsx8TQRd~WusU1b+&#lyRi?s0x&@ zrznCI1Q}`|CC~9Mb$y=MWo^j& zGu;F2lj}~%np>c*ZE`HBUR1ht%Ox52no_kUo|2_F$hw zXTZ_gzE(HeKY-oty_yfpfoP))2TZ>E{4@L|kB|5jQ=w;zoafR+%*WAPu54GfFv159 z7I!2vkp{swvQ|)NrQE7w8G_a0`Mwi?h}^tAbU+0_)U5TmD5}k^1W@P3DEfhE)RYAb z3JFeXa?Hp<8PXN(`P@4&t;FI@zgH>XOHng^7Lm&o;U->hKNep#FEmBnx}2z6r-EvC3u9fa5&~GfDlDy6&ZZtCXM%3Jg(dk9uzmE`;xaIkL!Pv)7z6 z+E3^SaMxiqSu*DQLZP_`87mX_vgaUjlg^O6ZUCf2$eEmUt}IYF8*0C^)B~HW$s2Xf7b^MufP^_PM#Pp8Jdv42cU2#DY8gDIp`nH#KpV0f2n(q@N zN-FmDc)M?D-*l&E7N|jvdpo5$V&;4m79Cdp{&suQvI>G^t$%S#O1baq%^!ec0MYqP zvo_2Cjmn0Z8ArDK+JD{Vklo0qjcge81jusPx=eVrtWumWe75nBnsPg4DKD*30=z-! z4}M0PBYcQy?L1okx+P$)ySnz*Abwe`+(8}-Ect5RIXmBV%DnNgwE&PZW9eCNViedb zg$j3V!<-#}|7HBx;(oR90~0t(kZkfr*y3ymsoTwCi_=;IZ9yjJKbjoxM}iBbtsiN| z90ZD*=A`eM0mxcsD>zlwpW85B`S;on{02EMPVQ#Gefh5C1RN1F`9b;C#i4v}nwCKD zomxK-3Wqkuyw45U!0ly=U(~x`RvCF_^;CKcJeMJ`=i2-{rUdY8oy5- zd3_XDbLN0o!Qj+vP;$Jo#(60d{X{gxgr7nVj_TE3*h>)%pTMhC;aW*3QOyeuz$wJJ zNjNtV@Gbr9aL(7+?AQTxQyQ*Mq9>P`&kThi^wG1soxXAZdE>kJDlH|Pwp^I+JQ`9 zv4q_Zr|gJ3Wy{vXle`a)Lpy2wBOLcNSf+A_EpZO9rNJ@5A-2SybE_qG&KGrv(X*qa z4=#M3C*PAFolE)7T>bWV@_Uo@V|ed*+R5foWrfg(TZLygzJa`XX2=pW*^}usuz!X3 zZ#X#2X0=Z0!`3qOXu~4Jf3ve##)_r6rYfgo3z*Qb!c2V;6Bbs_Ce7i#t!iKKKEX&E zq!{4Zgn!lb!&EN5?53(FeGPaVrTTrq1zw^%qT^Q4U(eUif*mxTM2=#Q%p)D|^M|Gz z5ami_a$&b0PJe3Wd?ac9EVn=SHbD&aIE~w&Cz6Cjir?sG0+b`YQdcS+;kd89pCsNf zukVj@%r{=#FRvfirl?M}0U-}KJ19;$>(mdy;QLC}Sc~o-2n>SmXBTf&sd|{#J*yGn!1xu9{ayy6@+T}L0 zP37Hi@Q;|$kgl<-z`w!>yVsc~CPhI^V>nv5=UMg|_S>-Zn&$}oQ)FdG;GgDswr*K0 z<&*HEQod)GErUN)(V759u{EJJ0ja{Ttk7UEEq??DU>e!l-q*a_tsO7daNGkht7|D@ z(Qrw|OPrgV#ag<-N%4>PN5r5fvFR>?sR;+~IEj)U@c~p5^}6%jtD8sLUNM5Y2-IYp zadQqofCcW#5YxmI28HTa!_q2Mv_11yB2jYs*3rsW8*slftGV0IDEI9!_s8A8*AuscXs<%%m-z?~5Y zw}Mof+9HW)t%iyK&4%*6O&cT>diK+<>pWUwv@z;bo2B#-Q{iG~0)Hxs&2iqjz?tj( zX3VyB?kA&(UkTPsVTIT)9@Wr3s%mxafi+DbyH%vD<@>oIGDG-l9^$XY2O0Q(33rbg z-{4;3N}$2;4pUkDLk8Z87JS7*kj+d!N0lOV0~diC7Z-7dgk-*-%M-tE@|6?{*C5N0 z#`O!C{IHP3uatv)E^pwk_gDhY`hQrnhBNv5no|9PO{u=Yx-it`NW;t4Mwhh^4W0Oo z(o%jQrBUlvQp5@iu<0{)OU3%Wru_2OrAtAIHzCKhXKEg?p`jhuKzg+HTu5w}82M z;>Kc&u@o>`=g;eB?s#x5+-zm~_C*EWh0Y-a*gPr4<-)t(rBa1*&T6W6Daka`AY4st zWkUy`n8Bu6Vodd)LKJR=_cfbY`CJ)LcXlp?`_NzicmfG1m<^Hvh|I^#OLHn z^UUh-6?PPN6bE}+KQuL`**7m_5jb&w$7@4RWx2~?A=?K&Yk2e(?x31wTny+aZKv}|>&UWqIbvvH?!=XQH>Th2_ zTwr3#_LH5f#bD`>?cl$*%?MX)TE@>|vm7CThpAR>;{qz~J#ACw3C9tTEi)BvNF=GN z4mh-Kd_jN2-*qdiG^)9OTzJlz^zDN?cE4+FbEt($&bRcYogGWX=Y7{GY5NY?n(8ba zUB+$4ca0*01Vw;|`@#1g-{kY`{Pnh98+(@5yw#K!(nM@`M`mZWKfJ2_GPg3PMMVDMT(9lmLpZMp}j5hk`eHtLqH@SyNQn1(LS32a?>k-CUpQ zs&@V07SGUqYM4)2SD(kEkZn!&5{CO6?=8d7rd{YB*d`!6GucjqNcVM<&1|JYl=m%f zXcz^k5ZdvED1^xU0i?Lll!6Pol3NLiw-2KA2&(1srqx(XnFUr+2Hwe-m6P$T+OXC1 ze5#Eb8Dj$ZhpAZgxG1_<%sbE`Cuv(e*rSr+L_{UhuL2H z0YxusPl*SV3TzF0N}6{qpQ0&3r`c{Zl@`s(c!@tOJ`T99NqhyBwx;qERji@!$|3Q% zA{a|gmN;K7@U67f4pWdv%quWfm{D+NepFZ^&&To%bfLOTm=}1h(DO?Gl(_|`swzrM zo=f;?DA?j(XX?7K8rDn-Z{n}g0v>JCRN!t?$=YK6r!2nPHXH@+-r|XXrQ$`Pb>>iZ zMY_W0Qq~|VmGNBNX)VK0$8*Q1h?qOa?eo1|b9dm38snuzq?DU$Ms8I(+l zrO(bv7sqrF^29OpQDrajY4ii_=)-#`0)XlX2rOImIqvbxw}rOHeRyTdm3%Ux#z_Q+ zl^X+$UDvVoJufL<_l9HI?Md=L{~}Gby8O)?hT4sNK2R`){>?Tq_r)H)e=pVRJW1|ObC|D zP-ZBhRyp@G7iNb03<+T%H^>!|v?WO|q*hC6tt7Te+I5$ZUP$bP^rEEdF8}ZIzURyg zmtNG}-+zC<&-VFr<^Yp3=e*~ApZB?ZpYMZux!AE9((ikzR9#G*2%eJ0rexeu#rnp=^vF)S~ zQ6iP~<&Nsm>erp_2ga)(Nh?0`B~zhBo;)&m{PwQydRk_B;~4Okl$uKsjju3w^3nH;3y}FRZpQM zMp;>DxeJ|UF9cJG?m%2Y-7IR+TbG;7nyXq~yBXz6&WcR&4ApqrpOSPtc4L75>0WZX?^JO@dKUU~hY|HZwdf}dR z6tq`r-nx19scw7S`F7RS?)QJlce?&?aF)@J`!$MGI33E8N=L_9K0^aF(tU4jtUJ7Z zdnwQFrWOb0xjVO%Rv49gbx)(jRD8wst>p{+Ugd)`=kZ{GIusu22`sAyPuy9Sr{|@}A^IFdx8DeP{O0Y!2X7 zaznQ{_k6!)yiF&OvL#sIcXTd<=hpb#k=gc60hNo6qS~Jc(#8tgj#Q-(b}$oJ*Sp%v zp)6TC6g#W_?S^$^?yW77*KS$oxJ&utmTsFX&==^FtlpX(*KI0yS2ul3ytLc(am8s)err|v_u~1kIZ&BqnT~}(L$78p*nb|^&gA67glV^R8GP9 zVpHC;i?qq!(`E9-idT;>bl!idK5uHVdxVPJ8*&#nt1}&({+1zE%mp5_^eud zzsonryY(&SfzQ?^*CxxM+Rsu#+1{L5|Ks}BBA@5syLh^t<$h#_4?Nm? zY+>Ky-nUvV^F1UEnrRvUZvcT+S5m1RnK~Uw&Lh9_jiY)kBnBV&XuU1?G+`?OJ^H$B zR|keU+$(^35|eIO%J&ooh6BGzJMd2Ad|;f%F>$uX*(T*(+5KHlIwb8J2=l4ZRO<2% zIWI^;+dQg1m3E>wtA3&4B%}a|obJgzd^BtKgkDH1O6iZz(GFE?Z(Xpl`4AGmM{eG~ z*kRwcI<$h#ps3WY)`=T;EVUh6*fF1Cbuey|I$o7dY_i?e`nkwSB2&;ToDlgy_JM3c zr`K-X7dnuwhP?yCV9@10kOx^VTMvM~U|)~N>bZ*O3%Z_1yy5sdMqki=283_GRsw*-wM(D2mAf*Zu>+F?dz>nl1OfV8=y1EF-&t*l4XrnJgDmmA^Xy0n zP6E%TNw0DppN(w0T%-O*JERVqqC6?BQ`0Hd08mX-PhJDsi^>Y$DQqg#ujp0fdSMml zCK3n{D#hh)v7^}Lwi#*h3UULKuJsklV?qWkw;T{>7zE8vEqzVDsZ5)2X_rt|0TFcn zASnbKpS+g+>gRqN5sLf5(#1uf3L2M6d|~@*s6Tv}y5K=M0H1b-If5~%8N|BYaPRz!&a&!F z&WduFa#@d+m6?x19hN85;UNBJuVJ-;be3zRWo`Q%zE!s7VZB5gf(YWZ7bdOO%$6Zq>@(P9IIQgWv}3l z8`W7MZ^v~us>+u7nul!VnNo%40xMQ_9ev(L0sHcXdD2rZs$k@TnK*>zLDjW$H$N5p z9BH*zv{UF?0?itdqv$!RJvhdNpy4@9C7RAfD$w*D1$;#1vA%ynm!K6*6|gSc+dc)u zWm|8>o)bGi{t`-`_bhS2DZPk>A>beoHXr+N`+3^S<-&SaxV?A4B>boM!1&YZtiVX{ zOKJBlAUiHi_yIA@%i~g1{ipevua#~-zIdyT6&+-T5pArn!FC~ym#=StGIYZnDzazR z%|pHKZl}Y}eVj6Tca73V*a;GOz|&QiOiKe6cVYMU*F3V^PFrATeW{B$w8a7apX>7K zZj!B93KwZWOHl+Zodk|*iI%!^h3%0JpU@g-m%W-5rjP1* z(oWCF&eQ8rMYDUP)X^%G7Rg5ucy)SKWr{0z)ot175>;j}HXPA91akrn++4Ruz2zQcY@ayK_djC zwI^W6l}jfP@feRrT$%FVku7>pbbMa*pgxMYERT?Q=?td^c9uAM6mi ziz?R(Uc0-9$5#(0(N3C{v#PNYwKn<^?F3nP^5=!Soeuw8cXc@wAhh|c+3nz_;AvNS zeJfs9XwpVZw*Q5*2@FJEx0S=L|E`s58}R-|#fYKAFWTH#-RKEt6E4adx$P((0LWq% zjC`8YW8#x>D}Mp@Khw+yL)(}*w_+T#%|(!{5o$O_^ms@tfopEOf~FhG*2ueUsalxQ znIux7c_c>Vaj&lR(pn?r+-pvKj!zKhoAc6h*ab|S!CZpXtrVKaKC3v2Xu)-*jtlOr z=W2hDdA@cP)pXbP)b4)^OI?4!r9V;umtP+U3~`&ZZb1H7V?~)u{<@7wFx;i`JpTf9 zp?o(cr1-)nTRAO8XnAv{NvIlkl#IBv(^5rkz$N_$@FNc^Ptt4^%F$s3OS!a2yjX4C zViCGf*&SK6uXD@Z+scCt^)V{C;27N9`L{bgb;^ZJb{ldJb3C)y^cJWC9gICLa)Egi zu_|K`YlUNJZJYO};Wr&l%8QcET$>lcU1?D+P=Ce|jFqY!^=#cG|EDf&@IRxST5tD@ z!tqGQ#)gIPABwPrArFwN=SqXpFR;N^)B2QFHD$PXc!*x5Aw65@C ziSX-z7Z0p*dp<98J3RT6>R?PAIG6qf>FK&b>Auhk?`z$U6>mAV^&}Br7^ZQkb_~|= zV{){~F5l>>^4D;Y@!rtmFY%W^((=ZZJ>pc8^l>gqx_N}t^lxe3yBvMU;6YG$pi3|8E!WHMx3%^>F!!Oa zjtR#ySc7nJ-Zr{%1WE|lusj@If; z<-xl`OG<_H#r6&N*FA7=-EraYQE%NH^2HtNh`oqzPA+M-)T_)10`KLIUG`laeG&K$ zTQ5IS;tzAtM*ZQ2Y=4MEO{r@E!IP)skrzPIB^`R5jX<_^ZGBHn%NA%ULa!WQ<^0#O za(<`glo4N1(95iD*lbtO|Bd=DF0N0nPwVVpbzlt_lxB5G8CVR8*UzAM6Z#(~cP#jT zh5Xl&g5WZ>A_~Pb&)-Pfi8LyW5>k|euqFIR>QTT2#>=*6Y+JD7293 z|JzFm4rPqCp1h3Xbbu>hqC~Yh$c&Vw5H0;|csA!;0ZMf#_*iIdk9S z3Ms0OQeqWS%8+*tAiksGggB9SLt6&6fM$>)%xW%*U2^eL0nH(f6qSZl>UeiEK;wx7 z30nrY48|@!1;>~NaP-GXlxTf={K}=w7~uiJlxZ9u#S3oCSML77H6MufC*Gpe$8VJl z!7%>*i)G$^y8QSJ^cE&|Hc&0s1FFS7K))vO0!zWqk9R0*qlYnFZQAFvulsVbO*{{9 zL21$MA-ZW2c_Jr+-w*#3JgRHgi{}@|ekY{I7kj)YUYojhaRO($@`&iP*S-BjV^C^ek!K z;x$*gA(PKoI@Qjuw4G7&{PJ*)!7vdoU2g?0hsyUEqR7(F*KqhfN@PAr`-I5GTUM{m zzdb%trhtAA)GT^G1#>_@pvP-2)$Az?oG*K;J5J1yNZn|HO=ETw(}CP>iZ6Dq3MJJl zz9B3jY@$r1dTV2AUb-^&q|dWw518`%UG@jli(G4DFh~bgQbxYvk9%j2K?K)Bb4l}^ZX4ViV*fw|Hi7~KS1j9ukWWYQ&?mn&J6Wb-09 zQ3Ed08nK3J_$6|%rk0)v)s%4Q$FcKsk;i?>#-%3{IR~Jg$-d9{3Mp((78s|(xbE8P zmRxsjT8`BU4Q*H^6z|1P;N(Pnqo^T|7$~G3E!z|pFCSyteoRu#IggB%YK#@t0+8$| z!GmCeckBKFye4sZ5RrRR-w~>racTVe=0q+H>6)dSOvBu@a5;N!Zdr(HT%}AX z6SNyD6H);k(@E(aKjWI=K$UE2=#LL~c=xg(D*_}(i7SG%#Z*!=y=|JY?#U>4LAXD@ z^l!%30;xWNbcpyI!ZeHEIPGN-Ecv5oNweG>j~|gIZdON{TZ#IKRdmQq6>4RBD^f13 zj1s%KAv4xCqk_}IM~-){k>WfoOcM}KBzquv!Gho#N-pweVLk~pFL>J|yzGMDy!g`y zCI{p7reh{&M(kO?Wu* z9Q2?PjSR`Us|V}W7>;n%oF{m&mcRfX1#{i*>e;n_*Z8h+Z}?rN^gTu))#TZ&Wz(0M z^O@dhP8%EVSZnUS;l$yS2GqQ!*i@FRl64>S48M@3yr%eyn=+BvRDK2)3%-0U6%x`m zp-!#o4h^j=<~uAmeaQF;8Aclh3`W_3k;LI*7TGf^X)RDZ60h0*C|@5mQvP=I5N75J z+F3GDz*}hI%jx2!jBp7bQ^UAR7=0LceUBC-8d%aGHx>9grhorv!SsKvFcT54`0Jwu z=Cj+Iyf-$l6w6*i9huKg8aSGM^z&1BXO4stK*cqnU$?oB*O*!n%V26Db7*$Q>NPj6 zxg`-`p)rZ; z3YNn)hlw_iD@)As`B=gKt+N~@{-$`B4HA`I70d>Gw zE(5K}t(QaN1oHWcFjY=d9xk5=-mOiy;5EruGr5y+`AsSO*KvKbc1G<_vo6#VTP(oH zl3=k!xrf6Si*ja}zn>3;F>x`05A-GI+&t*q?g>-jHVrfl@cB&orD=d)ORPWG!1kf- z&rY4A?YW6_^l+6q?le6EC%Aj+?c*X1x4S9s&QyMilox*Dz6A<%*!bnqtNwI&5admm zEOI(#RSAB|GuIIGc|q*_*03>%oEaFqz(9CR$cSXqcbOV6_=Mp-M#&S2XTA5;U{mCe z#EK2_66N*yLosKYG3SiWNY=h9`mCn$|Nm3_AbK=$CkyeWuugYHBBKq7!HP%4=B(hn z$MY0ghqLY@UJKYsjCF6A{4)nix0$BCvB%$egIH@7KgTA;E4*+;{14OTr+vfZD_}dX z{7LC^#!9eCvbp)sv;(U*LNmnr22nW~p+r#vQ8i<~r9z5{@Hh$P!WWkEKnY!yfAs%o z*C5sj2-Y08FMQc%uOPnAX>#PG2=WCSx*p0Oy=vdXWV{)SS!08 zHET>Z+F$eDn`$QX0MFR~(UP~khAuw+k((Frpb}FxfMO||vYyqRQ|{9jpdNk?ejei@ zrz>M=Imi|gEEMTN8d@1}JMZ_9&E<*F+T}KXk{>xZ@!)!jT)xGa7Jys1fTjs<)@Iwp|^^xWE1;-!&LS+5qj>bv!ipje{uCI&Jb6<-c)YZ_~M^=)U9 zh^V^WtA7gUN-w&<%6CvF12gaB*&KR@<08~5U!%N{VDaId>Inh`0T1eHkpIyYIY*$> z3RRHnz6K~_ZHI$nQ(CLEH^h@J?bOy))O=>!5<3bm^lyLydE0qM(YCWd<%BYdqO%AF)Pz_%lNkn*;{q2P*+HOkYO)Hy~R7XO`r4(d9Q(A%@o?`io~Z5<1q z!0DJ`e@8qX4=N6UB9o}%1oY8qJ;3xs>_OhZjgp^`6+tIIO=JlDb7 znD(-)oYd%9Iy2dd70MCly01_>sST@>Jhcv%7ES#D# zlJ2y|v(tvgM1mbL==s1lA;Nyap@d9H_DHky00yx};kW zZ;hZwMo0?f1dh7wnc8tAT%@JW4V3%kB8}_GyjOAz6sK=K#gk#F!a8BZD!lH=_v9;9 z1T}w}NpoGy)&5hm@~SJXK*~3c*2I9T{c4i7WTdrROrf9_iBv_e%6BNqVg61OX}JGWMkeJs=kPQeeDaLis&d7tp-e&C+L$m!n~^@tx07KYT@uAp-(t$6Ao_{ z`qW#sD46<#wL@xG?GRx)b5?FR=&h*Sb9HSCfY}?H1^`O!Bazef0r0*^mnb^Q06+!G z(W=sebtU%JjrINYN1;A}(+Pm3E70Sy@OQ08$ydj=>|fK`P`iNb&%&X*@b&i#S7Zrc z@n)--FZ6FK5Qe0G3LU*~fpEHhxiBWY+As^RW5O#9ON7@J31iAFa#;8`;kY*5m=Z{) z20zrdsxbw%+uyyt_7HI7?uL+m6#P#RbPnsHceSP=q-5{^JCtm(t_L92VeEuh9H7f+ z_^pVFCT5s4F0VjdH0#-jmwG@r(%n7TJ=tXXQJU2;;@(nE@cv9WL%RDdcT0&KR4nom zq~(ez#j0EYytW(#NQYLr!_OPIx*mI3xp?-j`}aA~9!8qC$@xGAx~LUXUBH1cl3-Hp zpiw~)txc+(#W7F0LqTU5>sc+P!XP^Eol+(M7h3Z7ZD7 zTlEw&n>?eAtS9XDGN5oG9w*>;k8=fJg1!FC^h)=6>Pe42S)7`-j9_PkK4ZS( zpi~vI79btHMFVohDLU&`RaAO2n!ih>XFk#89rs)Hi^sgS?a%$Lytv^;*p=R!fj{z1 z@LX_}@{aE-woThlDzl~0a-J}kI#F%a<*iVLf=gW;OWYfqyEp0C{PV#&T5zu5e7nO{ zxm!?XRiCp1#-+~(dI=K)sZg-%Q9{Zj;(AZEl4&TaoExP1JpE75K%vRh;=FnYeb?j2 zE!Pe5OX6k)`5JV^fmtV^qX#Q3S?NIYK06@+U9U3eSLQeYS<7H6*o(1`zU_R|E-rD| zrPMOzGBRE4kF8!qlk&?zSM341ss?aFd2OsM5hqm7D3vx+s}spb8@YG_-7+@2K|X_u z$XXPnowJi_2TMEA6Y))4esBYUtJE{nDe;nKkwvP?qwYEsnbf}H5Y7Ocpl=oyiq`>V zAfOj~6&G(o5ei*=8GvKiUDAmDr?;q1A?pdJbksAuys`q2H+$vf98O{0+-@(AgQPbC3 zm)0^-tHaJ1uGMRG4!SX3zd+EiQ)KHg^cC&CKWxcpcty;nI$#nhgj(RuD_5@}lpSeW z&u*3q-a2nh=*GG<6b-NR4fqD&g&yNmY01bGLB5CyZ?&YaS5-b8OH z7F2&&nrk=gZ_DYi{C2(uf*KAUOGmgHX6e@G z*2oSE7xJ~!a&F{+FM5>?+HZpupUMUgEfEz|9WTH{LF)?gk(9`s8_~;QV;zg zbQwpJvn1}Q+7(DPQLNi;1MB)IY=lR(Dy<4hh?lY+bG$^zDdF+mb>!UhnY*=bQuDEf zEZ%gJDs#l{{SmdU`6bs2a=o2uD>gouPDK=4{HIbKCM@1_fpR;2I41p zk6K}S^O$d?gW37X@@JjW@;Jt)_xs1s-#^l_p4%sO=}a7iEBC}TvI;=1XRZFPG&RV( zK#=8QwCA@q`aIGd=r)zFWSjL#@~C+vc3~{V)}y5a>G{fz0XfWxoI40Hu{ zxq$51mR^5<#nB6%zWV;-*<6%d1qDO5J7teNn*nP;UiMhWy~6tDGrnO{OS=P3Hxbbfhv;#itV~Y+}Z>w7@j0iNnTF z&PdX_CwKAr5jijHSzn-5Z?8&A&e_SFeH?n&=6Z>Pc1Bzb4>BbEnm{`SP{}18B|m@* zP&;}0&E!20+>co4lol78$?!b&uNt?R^`zT#J%M*h7$ zpVE8ik4l|#2tcE3^|SM{q=Qq-K|I}NjhfOAtL^gON+pHRmn2dNUgu>gCAx+5u5NKv zAGo;rg8u|lSPPv8Blfbxbq9ZbtaHod9gC}kQ-{y?tQ5hZjV&>h6iSlwwtIe&=jjK&*kdAAwtQFKMEva)Q;t44b}!p~3deahLAva39-zK{#~uhTnr7fVHk6!X9LAzen*($+n=V z_Uv1RjRr(m^lqEK&=fh}57@6SmqZz>e^_f(KLf+2=&nbZwQZW zka$UqF$kyQy)GCm0@OjkMKsgkF?qubpe|tH*D>++=>gan_18_(LGhRwSEOj^5ElhtIx*3dh+utw>|2ydf|BDpgP zqN_4rpRdmZf8ldoM)-b^hF={t#rNL~{*tbWfvhspaG4Wvgp_f)MqU6vjm+mCnEVkV z06Q9t23y|;M%IW>!L;uf*{SaYc#OrF8H@}+6|g}lAnX&?Il;)_jJhdk!jh?0sc>g# zXULpCdJ2v)zTz0!7*ks>`s0y@$5u2C7Oa%5PU8m<*bpUXiDM@(oF{cVJb|H z{!RS;a6IY$nk{jdTvn(z_xg<^3%VI#x|zK*58jU`h0W9t|XReDf-%p6~Q-MJr3n_n-o z=Z-bRo_jKy5GDUmO*Vjf_%)MH@eHT2)^lTXNi)@ov9t=}vx)}YS2P7x_W^K~WV7)o znQX!E#+x^pX$#6Z(6eNthxLyMG#OhLNlFW|ZG)cf%-FitQGf=F+0ro7Iy!Z>>`9-T z(tB@sCz#N~92+T)YlH1!V-Xmq(WN@X;Kf7OVSb%Rb$KkzG7yNy8S*!z3+XB2)e7&1@%xqWm2aRb z7@mS?I^S(`HwpL>=rCC^A`zHeSt1)*>>CWF@R^uW7?_C-{uaXJDW8--#~CAtEmK3) zULH@?6J2K7d-G*7LioP~Lm2B6^&_v5l;k^xH0Yh6^#R`{oy~%Dpg+HtF(2>_tYvdo z!6W%NgXv%_m0_%@q3f+s6<8D`;ohm%wQ6Ud444u$4pFGK)@26;V45+ zI)S{;Bcamxh%v;9uI8spw{OS^%; z!gWpooS_TZ(Cm)C3Oi|HA^CC#g5q49L4vsfaRvz^@PVxp_iP{{UE&#|A&h~EL?km+ zIGu=#T$YH7lo!!rf$wLbW_CBz4<J;WWc@~b^Ir~|gvQFqn9t1}Qo>9T_pw)u7Q{-Q_(7tg!4UQ+&#aC=4+7}^a4Jm1 z+mFu~r)YFOT*WmyxB8}oB_FQhYQ=a^J(C~U!&MJgksm_Ro!y;nsvyPEoy`|~94z@@ z-h($y1)?45Nd%(hJbLFNWR@{etlr~+v*eCSDc&J2Wlp}V6PbJ2+BGVlXghw7eohkh z*(?+AC|`cAWC|<_QUAoTi*254#j6P`nbx!SU)N4v?bBg#${RY-+pQ+kp4p1YQb{Pu z1Wf0d0~ZHDno~A$JIps}e+h`;bxJYdbPNWG!7-q7lVOnhukhuR!c`{#(W**l{y9NG zD8nxAYYI2j&+JyT?qGQf=31u1)XfIAZvzUpl1&3qPd5v;jO+<)@ITU4dDpE-71}AJ z2CDpAH64Md`!dvYnjU0wkdS+E+hmB?{KWW&GAQ-5WVd9)Q8pZiP;!WHnzdFwvrL@k zv8cjl^BCT(yT7?tz`L>8?5&xE)ZCkEOiB}{KQsxc+5Xcw4Eg;L%Tx-D_e9H`=xO2Tv^p>1S!;s>@w+Xbun8OhQfY7dz!Odf9!O=*#0lNXva-2E@!Ja1kM^!bbFvm2n#p+wMUT8?i{ zc+3QT2CGQSuTk5}8%)1|5rR06(wY-Mvg52|oLl+qO%Wifkvoid7Ne3hR?FcHHXBEgPH zuk2!|cz{;z(9~61n7Am_PcAc;WPI7KO#Fl|dHM$?E&S-{(G>n2l4Zxxj-mLX-Z5m{ zEy}P^h&3P$92!0J0^2shF+fWNOJvBan+t`Obq=WgiqJRAc(~v`@8TyRu5%m@G=yh& z&@^88sE1LI(}c6W%iQ!nPpbRTJgn?@otIMg`_9W=Jw7jYR{^=r+{U;bq$57)cqG=G z8P;8-QyFJ`Z43g<*F6qD7zEm^N)mr+6~AFDg)2>;egj*7=5R^LN;b3T`RtpyQT61) zgE+}Q!WK_W3C%_6#BtEN+Defpx>dYdmH&Ky(7Kedl*+}h%t^FibBkqRE^Po??Bg*I zwrg^8+i-!5)S&?QbqoA2o3%gxh6BK5S6QX-H&p&@PXa1l+0 z#OcZ>ZNhZDiUs4O3=pk^qkN^2*+}xgP;)kotZ|q*9sM~_^V?aIKJc~}?F?R|PHkur zE%e$iR%jO)05O%PoblSrAii=}ZO`|YZ+P|`(?wzLkNaTSO z7EJ*{WC_0m8RQD^#N>*(IVgWCLbqx_ya;zJ^@*EVsbm@zT>{tj+_@6zi!nq5NRC2gO))gs1=s6#A`!P$RL2M=iQ@yR|B3bXk@aQzLV(sb zh`%HxPl7ZBL~15YXeZ?$5C9C=u52zY1wXjEOnY8=%!rZduQ1ZB8tF&g8b{V(B{gj@ zL>kh@I9T{Dn)J+EXO~K}^{+dtG|}yy=Nds`-w-IVJ}_Y^RZ5jKDu$GMSfnW23g_Al zMxnCmr7siwKa%QC_ou_6{AZwao92&bCjvL3gzs$NMKP5yge`y&Zh5CjtOWL9n2VCD z4>wkEBn0x}&y&)rJ172nDu5sXV?B&?#C2cMS2Um4GDj0QE*KCKeOGFRl5T^e)>N+O5r2Kx&73c>}%tQ#)q z`=)XS_1?3;8ThIlMHRxK!{dh$5t6bJFkSgt?x7@ZM9O1_lDGuAwpOW&S#!fd#i?vG zz`vd=t>Owwd6H0v+8c|DN8Sdd8wW6X2NbXnk^rs&AnnRxsxhO&j;>^9lf{JavG-4J z{pPKE%Dpv8flTni0uJYKK77jgirrrRc7?RgdqtC_i5b;7ugfRJraJAy)+^dFlyfgD z7qXr`{D+FtZF6nn_h>Jcv%|Ss9`|$LujhN6hF*HcU2*tw=%gcSkvv|l-nd3TZ_n5* z&ZiDWO0v`+?9%Tho^F@tt3_f4RvnPm@zcYFux)ZZOD}g7FyYq1rzIe{q z-R?cz-pjS0fCEoE5&TL0-N6%gpy8l$N$)PQ=|_cBJ*0=g^8IaB?NV3!T=zy3cBGF> zefqf2dv)*?ysGJ%=E~baz^!D<7U1fyH3}vil$cL265YYLZW|6uy%Sv)V=vgb-Zs&-SWQtU!ppWBfB)ZZ2F&)h7 zbSqa9h7a1E$NuS63M+Y@n-+6)DSQ2nX$7G=Bs@u)Z>A5h@A@7eldOiShAI)QZq@)y zt=5&gw3PMLF96W)_AC#jI_y<|Bm?{J5-t!B|4o+Acj@0G_CmWppQ0yn4@vzP`pwu! zT+$_%U&?wKGvh6kTs53Vt&Gi$>`9``kC}u-BFDJ?Z*O}eh#8$At8dv{PIoPhW8q)v zaz;yCgdP;D)UeTa#5a4}6$H2PXZkn07~QX{?)TIkCe{rg)P0x0m|V-x+lhNzkAMtw zYYf(<)+$=_sAW^TlU<>0qomLoE2@228vp{vB~Q1X|i&u zt*X6;j%Z}?epRHr)OS`nr9I+bj;*_&3rf!zIFk%QXo>NC`x!FTDLRnM*SSdfs_t8I z%NjC!=w$mx_rLJ-(ysDNw(|P3zK$~JR##?d2MF*&K9KpPX6${jtU3{md~jILX9V0= zDY^;fm8$frw4ATob`9xO?Ackg5ivP7r=1Gwt-j_>C6qF=2mUr%S5_8RaG3PTt^Fp3 zx$icp$j%S%Tmqmcs0>$9N+q>F3dh_>}kWhqZ8dTXgW)?tb9|9WF zSME6f;8EY*b^tt;41@sRwD+|h_<{*fgN$SJ=1{hY(4%+Xue%1RjV-irUuY%6x^@k7G3qN~!7$#xjtt+g z6RH|Ija6jWU2pMwE31CnNmeV=?2|b+h<}J%u5mc;F4K6G3k(GTeYHnjf>-K7=NKj+Z3R^;i>o1M?Mv~cs1vn6;uv7sBDBlw zHf@ESSPsSVz(=${G^_wz_eCr;Snh5y3#79TWSMM+H+ug*wAU8e9dzZ6a@hD>g8=VpQ#^4P`hh2-J*CtX)E}6&L7>8YCsS@({b^v7F{Too9T% zhRfp{pC9=4w9Z`qQ!xas4(Q;>*GliIEr}WQPHk+DlY7=s4R|@ zNWN9HiPrtTU3S>_e4`kSl~7*ns}rwxG@U52qjd6OMbj46dzmW>kCjO9UyY_dlJWgY zm)qmr8lF_R&{XOugtm#ac=~E5um*=7-hb%Bht9fskK5HbTW#)*rH^c0U+G630Rm{w z3-0u7-R>jT>9bIMGtykr_BZxDCm&tz`|{F=E?tT_7?EErjtoYAcI*UmF!nv>v3vXV zYG~avX7DI-3Y0hU22Vf5N>Duc6w6hE%ehD215-WnmVd}U#G)@&U|mpHPrFLEw*t9<-qq^?t=gTZ)=*r* zSTbXH&nM;J$l>N@oEzmm;JW5Wa~n;3fCr^a1kV@E)PMvZ-Y`Hh?gmZT%ikcsMi?uZvWR}wA8t)Ven`i=S!6cFuljs!9;lBhIb;t^g0F$<{HcTEailxoa5^;v3y%T#U zIC~r-cHocOJ292~Z0`ggCyW)g5%v?CuJ6Sg$H>o+bENU*|1LZ`aT?P^-i7o2kHkJv zB|25lV+-TUl~*2T(<6(c`Lt|xOdT^awf}=y<3Meg#uvOvZJ6ltm>c;rK=!DollVD+ z^uNh{8}T)+1QLNgiTn9V=~3}XX`DnEma?Tq1~DT|E^T1tbmlqjnMujx%3ygX5xt6`7FXaxP7K2I}^_#S(W!n;wP-?>12XtGx7u#_a#P>7UpSV zwb?5qCXSH@b=yrvhwGhzoNfkcI@QpP%oegrgZ!QFO@Ihl;RM>gt6FG4d3Id2NImMu ziBzs0V0r#A^dQO3nZ_m8_l5VNlG}}3Js(I~#@jx?{;E#_>Qy&&@F&v?M8ScMtB23BOMaghic$ZH>9A zP(%#*l=m*kr?t%B9hF9vK`6N|OhZ0(!WE6*Dtc1SVxy1Uv;GU_ro9)#=}vkt$UWHX;H=`RL>8OC6C*+CL-wfE}NO5DXyWZLtS5&4*WYZF%fxHNg?r^PTm)5-a?r(#tl!*JMs zGXpu_B<#n31tV(QLisb7Z|nbg^1kp`cnm-xXc#$6fdU}F!p4-0dfSY3bs!v@vFVtx z%#)=4ZRp@OEDc9y8>@zBp_mrQg%&B!n5spjJr6mtT+BuD#c7M?SWV)hp$1;&*ES|M zCY#4ndSi0ifN_mhqEe9t+6LMl-)3p+_YNA6r@?)?fr*St@W|tMj^F@Cb6|0PKoY{g z6wk3UUuCeS7{p;J9&Bg+Wbaw(nT+PhnUUumk+VO8f)IYHmBZ7dvOCperq+`Qsir1N zJ>3)CeQ|hZ+i2U!Owf(CiMEME=tkQFH|27SwOYhiyun7m{ctmH6yq%}G&cLhRFTh! zXQHReX?nOhOHFJqzTmuRCd4*%LWRkr^ZA#HuWN4*{+9qCQV;Y)A_heJIYaz%otwCe z<2S}uFC~CL>|BeHDQL)rNo9Pr7eLfJU$*ZWjL_6t316m}ylFHB3O;d_R5=aK(>Bbf zKb8P)H)4z=c42-Y;eLRG>JF6~i7`LZV zr9G1lhX0Vl;Y|$xfy}ytf<)2;qU~P>7Z79e5za8y2ZYC8WceW&Juk)q7-)>?){qq# zweP#fdn*+>=e*^vEV^q9^gsylZOl?{Pt1QIjb|jlIPr#e_qBmT$QBNJ&fG$6y(1@F zfze>DG8c^u<*Y@qPKIS*+^H@rrJR~vz9>x$3eSnTp^&GmmyM}6>mAwCgr-f zoj<4S;40AWT$A}z^=qk%5$3)C4!>|}k=^$p7ozdnXZ?eeC2HvLS{iytkY`5Z>gGU) zx38g(QaAGNr}RUX|0Ivg<1{q#xc4~(hLgEadI(KR+?&D<`UOTVd7Qf71}?HDqV*B( zN+>_36lm!ANY%CngI!Xe)R&q;iBq5zr1WxW4w`z~D_rySBOD(pe24d~1`7Ngcl$cw z8||q!*N%=d-$5RS74I&xMeFRygf=hlxGw8g&9gj7lujd&lYJA&Xdyd^AK0_(3niIx zZ1((d!*B6hq{2Ox%8K^$&V6qX zRYpbhtI?xUdFbz5=j`q(yWJtqMUK%CyxLXSaH;mJ%XZHJ(Sx>=Onwy1P&33%`9{0r zp3(|u{pXzl#^FrrbrQl}z33}Z2Tyj=aRFAB0TF5s-x#d`@t*kkWx|1WR z+B43I(K6?H;gUSG0W2lXD$3<{)p_1_t4Gy(o|@3J85x|u$oI|WGs40nQQlY)ZE*($ zonCuV8vBn7DuoT>)L8M=o=+VahMbYDN1l|eZbM(9X)Y0PnbcW^eMB7>F}r})u)n}s zE`qBIX`zwzPNBojThZHHnc_|0vJ#g7N93qPH+C3f!p2yyb)j0E17yRZRB_p)){9H7 zxn^PZmq7HlT{t?W<6`#G$B}+}8Vq-(l$0%XS7R0nN4|po(VRxkC4U)x7rPK)&1zoQ15fe--%Wf}5%7;t#0lV(=&<1_Lcva6muh z7KL)<4qMp^%6X+Flq~D0(fqzB$?GUXUoNeCO_%Fev99%wk@`0{o0q)kcSIp7^llJ0 zS5`F5vw7AP^L%1Mzqm}a)LLriC|>1@{_P+z3QJMqkgE&RD;j!1>i_QA`eb+wpQwW` zQI`btN#P>7PzHOAcFS!el!tc(&xJO-K(AK1p|Qga*uwfsckMwI*eSnh+l)kZl^m_TN9+iW21l6rB^0@`e&s+HHhbNvl1lJg_Bpnn;%uJl>Q~6U zvWoiC#rg`C6Kr0-zC?bBt9=-e@fJ(%%$LiI%?!Sgp2j#M5PdjQFSyFda^xF>s8@0Wtg>SpkUiw*nP!o z5Kv4bLmod+Fm~x};)ktw37wuo^%id~F)lWNYo#ey>GI|7T(YBF8LaCOib_iFX<8AA z5)dvFB|(GHtM$X$-q28J2;OKxC=mIMa)hJs7vB%a+>&g$#@ts%Zb?hS*yYGmyju@coIEj% z0V)C@u*2^?>nsB9#3W=Ia}?<(9502IS8un5Rs$!Hb+T^3))xM4Ekk+|=Ws#UX})>n z%feH+bU2flhslp|k+WK5m*j+ttm*xoF zJuhxY15Ce@i`=g{LxprKhSa>AtY?r?kFMDBIot6|SVSACGD#e*&!G+M@TutOvdG5D z+7qq&TWZ|zPlz=u}TQoZMyRd`-GEKbe`U<$xD0i=(0(AwJ%HSoG)@J_BLH)+j z|HD02E_6zN0#Db7SR*`V3e`ES!;SO@?A&>kCFT7 zAN9Y$6T+idy97n$iAe-mI3(YSAl#&+@D)5MoNZ=er{`i}u|9ue{YP28_k-mluLq@2 zi#{dI_lpC`yCZ*Tb}u2CDbJAI^ZaUhUT#+bci^~NCiV2*6&OS)cbo@wy`zDXaLXkN zm%vbfC7$S?pl8w$clxQ_muHj!)@|0d4Aj=JJP_5%v(Q&MNUf5!bpBbSv@AK!^7hlV zGR29o5tl`*yg^yW`MJ1tgIZfdw5nxk@o`W4yvZw*Yq*|tF~ezfRs0(3sz{{4_PkJT zD3`f!5JF$us8-;3P~p50qJtrlsp zu_p04cjv~(qp=XnhH{;@GV`J+Q9QK^6wl%rgPLU&*1XTu5B#Px*PQy)6)oZX*1*~M z{7<~B5rvI|oi&~Jd8@otEC!R`mfLp2Oi`*}A+DVZR##iLc_+bwo{%|`V8=<3jVB&! z_VO!Z5+;@;?geti7$_X!cu>tv9H>Vgn7p`we3`Vk>3MeMn~$?$qQMCDAcbyem`Hq> zR3q4F>HNgh!g}f1jJ6tcki7cd!M&7cV1k0*etrs6*+QTQ2e6|QGE!+gX*Eg8QARzqT6xn*SdEI+31bSJ>1`bi+6vq*vC-gfHq?AEWoc>KKk|mKfkeZ>;9T ztRA|UV0I=1^@k+{^@%S5>ea-vBDS~3EZw_ZEl>+6W}+5I2h1%t&f65mGP4q>C?@$- zxMYnn$J=vmFd)ye0LXJfAxbg|5H4Rir4dFZ2%?2U_EeLuR$IbLm8`-M!)lREQ=tP3 zZ#?}L!!v>^f3v-)67G5Cl(zEw$x(8a>-DxWa*}BA!A(q3KS`B3;%5T4iiKifjyB&` z3=s6&PAx44zVZ8Qj$(h0+@mLPp(8ZV;F?qG*ZK+Y?;n6X5tz{P*?=Fauy1nS1LOTM zNA;VLlUlFM&A43ct}%U)Ab8(so+V@u8Mg4p3mb$nX&v`^<%5K4w+kmreINIY`ObHx zmq*6Yjv_K18TbFNt$Mxe1XW-!i<6bQqE(a1H^#ogEZPzI%%*bhy0$#=ynCZ?GEh~g zbCC(zyG9Jl;twP;! z-LP077Q`NL7{KkY_fLdHrsv=t_r4Llsp;o!aIxIZik4w5i7kQ&b({+jOmK+#*7=N< z!3)gn4$8Er{V5eYU(vRXEpvp5V!Kc!pw3IYiF$x5!?LbEo%QU-)+_aNdQjW+@L^u@ zgP2UD*D-eB(;ZtoUXd1}RIO>VBN}nrOY9ZG&v+1OSBmR}t$X)%)c#5O1tH{hvrg_`x%yly)7`f2&wR6xc`3VPITF_}t0NF=9{{m?Of>`V8hD>eS8qxga0 z!zW|K0?lWPSm}|0#YYB?3~0^QJ~#ve^5#pTf3>ev~1U(#OpoJ z@vvNdt|x=|q~)Uvw>-DWSs|TA2x#k`BZ0j`Sx@fWEF3jBq_-`9bT5Be_ZKqHEziF^ zxVIsxenQlxkbh}oy{l_=owIIZ?Kp)dSa>2?3G*Wq(nWKWB`)_l-$L(sT2?P?EWLlD za|0uPLbO6WQCa~SE!f84Db#K&b#rQ)}f;id1T!lJAthV`g|x#Q^K_N4Nth_r(+`iYe^sqj64o&#hp; zMySkp;w^y8j@f-D?Z~_^S4bK~aUl~d3y zAL#Tx>CgJO`Lq5ew&*`xa5bD~`p@BRoMmeif(zxx(m0Au9-$b2$Eq@lu9s}=oDGD0rMi@&d0Q^(t*9U(=rv{EB_U{y zXW%t}vgs$BBRy#4qSYgNi9MYJd!KOxM0!%)clRUAzwfpUDA^1=>KhXW#lg2K*K6kv zmW$5;o_(uu3_$3E|Bk(&XC3B}`29UD;RKIn$QmojQuhW^VYQR+75gDRA47N}@t6qexV@p%l3-90dcS9iDJvklU?a5tP@ zefy>|%1Yl`y1&5mK=qWE&o*w7%4%=LKn<`v-><8B0BPD(ps0-5BQS$tu@?L_ z{m0$hYou3sBBB5IBPBC79#4aF$kp4s_P?EyNG9ixLSYFADdzm&fY_0^PI?Euu)iU+ zNk237PMvTXIGT0lw7kzuFl!b=K4u#3%8+D@dHQKQ2bRVycp4o;K2C#`t!7inDw4bf ze+^Ubq`@+172-_2kFF%9$jN+~2ZHKHwIrSwl?$|_ zocmPfdc}e3KAgey6O|#~X-DTM0SiRjBo~$zb^<~@tXX0wvY^TmYaE!k2`+8nwy-im zmyc*wLHA(V)!jqq5-Q)`jjnmTt;~Ry79I?<)EGQ(z z`d-H3LEm?R>jBIA0tJI^6pArrKFa~2AZcK`h;Vjtfd|$jwiM~##S1jjSd^GlYT7jV zZ1odtE{_3QF^XZ%oDo?=PvX57W!xM6I^TTAd=JSXwMzPhsbgZE8wF2bn&iV$88Rgp z#RA1uKx5r$3AEQ?#<;oHz#c2EsuW^ z(a%EPzbJ*YzmseQ7C+Go>sDKXRPdJcY4lM{8`c~ihyE4SYLXi%Uq}4arq3H zZsu3Pods)J?5}-P)mY9a4!z1_X#XaH)z6Oa*391lC@#Lt-cHg5FiUmixXEjQnLJc zz0_h1+CcLBs@~C z3~RR5m|9M;Y^~w9#AECfmfbV7r*>*scIUW>j%CDcGzIs?XNASPWjcU&S7r=#o`UY% z?K2TEwhIKvWIJv$b>EKn-=Hdg6JVjFuO z!YH(vKgg{;Wf3{#+M@)Y>r0uUWV9!yK{!Vly& ztR%d$1AqIUS^#ptx4>J#=Xs;0@e?!5bHFwe)YQKG_&mRVz+CAw&GX$!%!Z&DH7;ex zl$05OrQMmFEaj4m%w`s~0EZqO(^;7*orDkds2_GU48^^I`^STZKIUe#G#DJ8L=QV7 z!}w|tBqWn#rY4i^2$i)j7f*$$tZkNUhSiUF1CIG}<&`5~*dN%JvM(i}lCE%HN@67) zgAg$6UBlq0s5hczZ(0_};fW!Up)ub!$K{QDO(JD<)BpVi+JKe4~Z-@}bj z^KAau*_h)uvMgN1*9EuADDky&5!1`Y!>H>=69%^L#eKZRbjY5T1yAdCJgr?K788G5 zQu?mYu8=wN6w9tq;sb-p@PwJ%GTe!kZO(V?#$pzHs{wry9I%T}sS!=?p!P%}tm1 z&?|4;e#_c5=w6kLXp0pk49HjX=J)0!)5DemS-s|UieoUB%qz{N#t=xVqKv9DoR}eJ zcfkIwlF+T^4DjW~A zMcbl`gPE@0+Bw)chm1YS zo^HFQQ%2LcbxX{`e9W+ht$Zvx*g{(gWUYP)|aA*o%A!d>;n~GcT zg-EEXhdrODGz55Qm|ujH)P#{_s{w>irpJ?vWBzyyQe8%_%NXWp8OVKPP;x0ubmIj0EeTc<6J~+!|o z-X8PoVO?U5P131Ye*F54rP$EF+C|2yseI7LC~AH+6;7IqLmo!~CHt4WoRTf#a6`DE zit`c6^fZW(IQFlpn_z6*QoILDLM1(rw}SB*M&J$`28le@IXZc8fN5Ao!6eM` zl{b^}V=4rTOe!P#d*k1=_Q#5gh=`X&>1yqZZ!%a58UA7Zal_l{p?AI*$8{d_{A2I_^lD-m`G(J@#mG)te9u zgHT-hp1CDSspe9iwqZ=-QP%I6x^d^+;Eiyl=p8WCqV!CL_fUN5FwJK!xhWcvbRzwo z7Y?$$2XkJ1(A2$nrUTv+rQTS8X@*tz1bd(~k>k_8&1p`1a+woW9Gmnwt07o%T_kMY z{zWS;%F_Z3XA-eOk~@LEdRS+n1R^g!p`>BldxD$r=t! zHoC|-Cbga5l1bN0gYiW2g!z$>FJG-P!li>D1BQXi#C(a@XNK}%6B@f6T>VS$&$r#T zvai5=>e_HDSvEi^vdMJY$8&WH@q2<=d#3WdDg7+Arhl;VOs*K96fhDd%VeUT5aZfT z`?J$sY2*(h9zJcGrp+Fh_tT`H5~#YJWzy}jC!K3%5>P8S%DK9wy~eK0qSus!X8x2_ ziuEUCYCMm$k{LWu^J+hD);GGDHAW+tjS-xQue@+_UHno$grq^I(s<_>m7JW$+a&Tf zA3ave$v>-z^M9GVVU1fFhZ=v$F>%`mFgGA-exm$2Ox|lYmbzZkK6Zg1BAbZKb|lt1 z7*LD5thB$zItBwBWlyCE#e`$!6l?28SXrmIvC2V&&QzD9{^}(T<0*BD|L(m<42hwf zx8&=z5uhU8W+;@m(b}D%=!6qyBQr1pBhu#C7sgN#eC|V9qQu%o%5f4A}dXv(A})0fw1j9YPYw3Q0^Liy>+&Nv(p` zmZ-m5AT9(q$f6K$+x(u-IWs^O+kU^V`}^zX^U5p;vz&82&*ypG&--~lvynC9;bdgD zjS&RPVyPZ3+oo^_px3LKs&*c=Un5IVyQljuvdwZu%4X|B3xNz5S{Opngk)pG*(=cd z1A=lo)ujpzN$P-cr=<%Fc$RxiWM)QgPYGR8$5dzr5(PYfv)&}xqQaNEXflz4*SFABQWDXha37d_RxIu}RQiDRP8Y00--`+P_pNyG4gq}## z=goP$&+H5d&1?IUnm1sEBO3)}Q)0BjM3iF()J$F#Iel;(wIdSHx`<%^awKFqs;d%D zrE~^W_+}k&h<4^lc!%z>Mxcj)I=#1zZOs$V?v_h;q`a;*&uS7_GQETny`f;f z6nY(DhHJu+0Npg@%p&_QNS^|ZCrM%kHmQW*GYI}Iw5FU}*ckD6G6aG8c(@E3g$}Jx zt|?_MR!QICF?Kc6&dQ-Bi~ibjkZpplKW*d_b~sB*aLYL6s@8p}Q_x}hlA0juuGd`? z$a@ZNiT`YbyXT)u^H2Gwe7!IRcSV9A?%T(nh>%z#Tu$7`oTducg};QZ=g{K6-}Kzj zfm%<5rst+>HSM~00%3QBM#(O{$UFr}%k zgv}^bw^rhH)nbEgT~}Qf$)j7(b$g($i|eor2o1WPPwM*W`VRCT=x1bfs}e(T4@g(m8vlqcF zneO5(i(Ty8URifPC|ba}hd$XtzF_nIJwl^w%ci4iP?zk1^T*Yw&(t#+_=E^5aqcJ7 zaW33C?n(EgGaa7g>yNIqoS~ii7c+bX3QhB>p0hZ3XEtsJ4TA_;=4q?g%w2o%%a&`B zh7pDRtb*IabP0CQa0+t|AR~GA01}OJ4>aX7UG9Nwx5}1>h?}m~rXnT>^r{M*w&I^- z&%QKh#;O`s&QoSJZp+viZ?=)n6E5BUOY7aIjGC4>wgnI=511ZY$OXcrrkl(fatn6U zD>Se(oh0?*9oW7Y9hoG3r)I19r8emLjxko0mg2ZVTzv;~bj-d!ji&DSj(Cg5;+|cm z+Nzm;x2`M`kU;qYHYu`)wAROz>yHJY4-9&~@70*dFGsz5&r_KGX;Eq9l)OdUDl@C? z;foh4G+I-rpD#kwe}U~w$L$*FsPtXu2j)Od_P*Yu6$P>kdGIL2IOO4u>*Y* zJw^X}>C$=g4?-g(2@u%qGhtK#R!VS6GeAZI{SfrDrdpa!GN$OP$ z3>2j8BhX`|s3?WzN1a0B9`!+gx5|A+qkG-qqcUJ`!LOPLPp2MZi}A~_=YhVt*<)sS z&vqOuRkLSI>QTP8rhw7KCwXEBmZT|aG1wyLOCaM3Qy@&;6Lks{=_4E-AAyV}oP}gJ zY=uVLXZD#(#eSYZF^amkU~G_&a-L^zGR8oUgfw4v?&~~NMCcxAsRDAmuPz)IAA=*H?QS> zqdTFT*x5<=waii5VrRsdF6ZKzCFhhmWr$(VDa-4pwcHliYU`3p!5dHOZB|~zt58nl zJZs6UFz#G*wW*Gm!fLly@>@EKtAvmwyvXPw58UaV=Hqb0tFE7Pknk1yM5}8)WDCy%T_)kTq?F2NY+zpwd*kp=Y7=)S?V97T$nL3k2rfr6pJ&WX0;r3FE zNUjxv_FSker^BNk3p%&{ToI>362r)xkNuC5Yq>aK&>8|`k-rPb#OkhCile(&;Cvsr z(s9h*VebI!7oj+<@S80WZe+iJCG;a5Gi3Hgpoh(+8PZQ>?ahy31^mJptY9L_G_-t* zFarVW7=pb19l!^ngmitD9VnEF#-dp&DnfljE2Qu%GI))_e}rJLpucr1#0Yr81mLDa zv~-3Yr%@)b6X-HTZhzKhKFkC=o+N(S+0VOkv49{bfrfV^Lc^OG%0^;Jf(+eUSAgX$E7Biq2y=8^XeQBjfQfA ztPs`_DQk-m6#V&tzY9Q#m1>}X-Z1Q~tE+1dw6EPb=51dDZ;T>G;*_^2UIbI#PTUSD z`v2*aH>B$&UW?G^e_=JzH73IP^a5t0DN?0C`eZPrt}8HwCKZTl+cE^2YZ3a8h_*&B zS6KP5_NUPQox9?pISyX0S=KD$P@D`#57?{GGkSp-hKQ>?+H?I+)&Vt25oHuux1*3| zWkNCVu=s)y;pEf#*-262eB=Xm(R){aBhnWI!PyuHCZk6J9g8U9CmafNFkJ1Aq$0{Y zQte`)U~e4&{{;&o;$^$g2vyOq2%aP<4PiGC$dX5oh1G-hH5pv|U0e$CiXwl{JLSE4 z+quu4d+%>LzM5QV0*t|9Be&RJBDW|t;3}9(@&Q3VGl$JV_m@A*2C?(cwWrW+-Gg zb%+R22TNoF_#u+pXKwG_J%wU%D!?un^(0Zyz#$qzE#ZQV3*C9fsZWN==qQqtx}4euoN>ydA0? zD%gRZ+-wh*;O+tq!4^A~w8eo7r7yI_b5%I%k;2+{hN|$IN&6UeABKVo#>~A&T}`34 z@@F)qWxFOlAA>v&H2i552J)ikl29UIGg{ALMqJUc336R(i-Dq|s0~+V(HJTiwc%sz z@OkMVf;e5NmQgRsKLV+nF zPXAhwAlIA3UU;$;fY^TF2)s^tpiyxA0|MOX_>Jm@sHp+KUJk!OMlO9>>VwPDVXW*n zpr_2}$U%e#a3KE_MyVhP>P`7=M5``775Y}kK@U;LN=ZHQ1@#{6Hr8#C6q=e>qKY7Z za?1qk=QIh~8YR0iN>nK^IL5)T40EyBh+!=noeu*5U@{!g^wQaM1Ya;;IAg%cizz(# zScA|uEFj0v=^|APYFc9wG~lQ-dLWuMu!&rMLiYW(39gUpqgvsX1h*Z?bu6UJlo_=D z_(cFl@KxYu{G(Lvwnk@ zRH#(WOGuZj|KZiGz;}UF9CnRa&p1`iF_O3SIiY;v97}hOan;Tb#mjf~gyHuaxIS0E zs~=sYu6{@pFKu=qSw4FK-rT4$dfyp0wlpBb;38orH42v6_v-q<0^HE@v^&wA$OPJQ znc#X!_>Bg&UJnozfco1t3SUsOSA|_P;K~&VYLiKC%#z8>X0ueKtB?`~mCQ&eO=cKY zAyX+zWR~lm3D3AE))Nb@rcT0unrf*0TGVjc$M$NqiV~?-yS<$K9SotuE2U~vxfTIm zbq(%VwvRE__Jift_LID)4_UaQwx8{&{mq)@GnmOJvT?#Z6H8ZfQ#CKw55>o)GsP z5ETP-WKSN}X%7aYxRlbBbY#-V;9O-%6@4XGd`0U@)mD9|Q7Uo6$#thrv|OVCl-CyX zP!w}$Zi8ZiLBlUH9eNk}W=lbDK^tAFwRxx13<+av?IQpn@$t&8M=O}~82_sEY3#^B z5zDc3KlK>6Y@^0@me4BNAzC`roBH74AC+TO40$A(_)-r}UE$8)?Mz#HW@CP&kf8>| z1P0jJ&U0_#I*1fHmT=xqwejdmb|r3ELf3tTLML@{~!dd~dQo5W_Dhazq`GI z<=Z>J5{282aBH{~Jz~e&+jDV~{YNIO?&bC|(U^R?&jJ*&{2eCWQvb8Qtni-p7{XBV zI6<8$cXgWTm+dO^e5D`&bwo2$8IL;~(^|udsvS=-4_U&Xf2nA>prfBN64F1IaQ%tH z)c>MNnqLMXRjo$X^NDzBn*v-Lg29fjP?R(u@a-kbWv91Dn7>G*#Ib zlXg|MJnF%iAJJP(ucPXeOI=|o1<De(_Vf0hX&jL9KX_kuuIN7EyQ88j|B~ZYo z2LXaDtI*rtoGq^OBpS{h8f;23Cp-E?1Fv56(tWrv82BnGcFvoB3~*Ywd~P0l{2_8J zqpy?QAV(lLz;PovS^_vR5-Ipbv^GLi0*D|E`J|64v|8p~6}%4$0KrjwB*=4s4k45q zLE-cQ4#i2(8qmT-45+uxEF>e6kgbxwhUOQiT&~c?Q-7qQ0@G1!mcdl?gHdRf9-Dz? z%Rp6CqvZiY9f#~^6@mfT7XEEpCplOS0I}jTjb%`&#RQUzh(s}o>@e9ak=TDEK`uw) zxJ#%Zo1ve4g%pX_QaP6Gn=N_bp5VUQ6127{e3b&K3{eiD^P~|)4dCc=? zX8SFg3)Ey(a{(#=GB$aR4y?Zz?Q*(N#}+J79i^TJq}5pv_-P8+P^(55JkwD#WWp?Q z?p2nh_2H7LNf7k4t|MP|EO47eV~XJZIpzmQX@Ehhd(xW2d>oa|7KuiC*rEUkqQINW z(2iR3RLeu&WMSl}hdYL$DsbycD4J-iJ|nR92VBFhmEfyCLK--=Cw81AV1Mx>C=7(2 zN+1tokq~${b;+p4{dxX$&piyZNR|6}(U1#)`IJU3k3Ng-9DxGwG!)49JIxfdp6YrEnRhMFnCq-8*ZE<$24+#AVRe81g0Gr-OIy)wl~EuSDIM$`ia@E?`M-!z>h*sTO3f6Z)XXTjNKHZ8WP~}0nhTKC9SQyW zZ8Qr`p6^OBaw-I?MimPG0m5j+7C=h^7{EHY z+;?u9@`{xs;g@3J@plE5G2n>sGPCwAlsgN!!$jk7Q}}ajO%9jKBmyTTmsW9WJ%orLibxl?*h8QcUwF4M58=_u zkIdc33*)O1(K;e!Zo4u2W-q&K!uen9^+;z=RSn1bD&dJu*# zTVd!jkXf>?;BXZ1k3qXx;3j}#3`{7GPconk4dkMpioBV#b)U?A(n{0x$)UAKWHASyG`hRluW6X_`b{K|Y)MLYiDE zUzSYnwSKXN&{rAQRH}0gIg%z%lf$pAHQ;D^(i13vv|CA%sL;XGW$?Ty@Y8j=QYrnN z4VqGzKuImiE!ePq=`XU#JT{d?81{CEd#E5hSPK6L1KhY)f+8zo@t_zLLeyw@s->42 zWh%W^h&2%np85G^xY*z?$R$el6(jo_M(shb#Ql(b-$cLzK~jb!hqy^o-&<>mY=SFrSexa>bCXo2tlO|4R5%1rBmSS|gpvf7f@O!pMS1k2*I( z=aFPWWybQN<;x`6n&T2%X96__Fwh;;>#l9g|0cVf&oWc=_t#R%tw}Zw+Kw$T)?S^h zyP}i|8LdH}v0$FmW_cF%raNDV+}-8Qzsl;i$mlah8SE|mT8(woaTnhJ`zR!*wkCo+ zW4n(ittfYla64gp1l9af+*(ZNtaA4y6PrKNF90zObZRgKpN?f9cF{O$2)W);6Z9io`fr4k&Pj|-C-3A%8 z+Zo8-Ocf)a#2?3DqqRKmBbBvS+b7l<(2n!<`+fszs3Q{k&k}Y!d_~j|eyfpk?%xAt z)>XD&w-A=gmUd4%_ibqarrHa-mUq*>__iX>nq}Fp?shw^OjzY#+!*2pDKB^4KS?j5 zj%djEUFo})O8Ik-NLAACSwn^8&gKWGEMwau?anS+KDm_J!*5Bl3?>U$^2Q3#R9VXh0xF0R<;$zY-~&89?+2YkLaCSq(W%cPrX(E%hHH{ zQR{V1VBQJrW$|zSnF*%{*e_alldUz29{L9)n9WH90F)#QYZk@Lsm%gm< zCNpt{=6QPu>(1JPv@gMR_Z3$h`)tBTY*I`7_Ku9JO<`j_6|MWzZH5Y?Wt8BHnQ9}u zh)>!*&&1CMkBb{d$CwNqm0e|hiX=g(oK0YcB6b{P60Z>B%0}AU)Xn;^?Suy5%GSF{ zDm0JZYF!NWWAMeyfM|%d!#w}u21~a)x2DivEgF;V2ViZzKiw~KBTqw&U4Lo+mK1(T z4gCQVeAfB3>jCU@D!v@k3M8=(y2G{By$Yj7>{iU>^_QG_EOeLgAwVtct5QBB0((AC z6W%t=(XE$g$@5y;17%+FU}v9o0kWMMm+wF~yHWvzyipStXda>6{+Bo59-=EmXomoOAjAW- zGW^^}WU2{Awx^8&eX zW~YJj1IqH~M1kNyu1t_UiRuVcF>q%1^I8oqDQd1>qX_95j zC7VmPnlhD2bxE4cRIZ0{>(a+7^qLLkyp2j-0yQW}B~v3cy#FO;v(hrcfVcK+~@3uEu;!cS(;KR*@O~9 zK*m1vSYJ;xeprL4?8WQ>D0g)+UD;P^_W_!EwKmLT)HY0jmLl@TA7DBNugPgVo<6#x zYsW#Oo>~b=#t#G!x}%rrZ->mW`C;ZSL?3ix6yUxx?{* zKIm;f^A2gXox|BjjIIo=77@z=5V4s?OAUn4-lwvC+Zc6f8l^o!LD(-#&+%&GfjA@K zUP%`;%H69vrv=e{?)#({J9-8f&zjP<$|}#dEHNUE#T;92@j!KPR5#vK$lhsem^MMJ zNXOV8;$keH5Q0u(Fn+X7D!!A`Y#qD+m$+@RTvM~gq-G}lna9$D6US9SAs++cY44Gg zy7U`t*})yPJ+(c|0;-E&tFTTZz0)eoC^i4sAAE^d_8A)XVLC{fuG4+=>3w~THNGFx z9}XT#a33VS9CECJF@07bKppcO^Dxh%sx;F<=UcvAe_n~EJy3;B`Rd)?V3uVdoQ04X z7<~irj;Hc)w_O8;(;7lamUPNHX=o$t6YO*nb36r++(iS5(-7I+5HQ$OHkH6_`c=of zzyQn@4H$s%2o{pQS&85VYKkpNP8oNc>*y`nTio8&zQ1jWyC04JvGgQlS7TM8&5oQD14;Az;;EA9$>p*x0L~|tbiGd8n%P&5WY!A%Q~W>IbPR1&k<5q z)W%@q24OhtaV)0O>2%~UT7P-CAmsw>J)tquBU*)@He;^N@b6J@w=e9I_jJRICi+_p zt`TAcxp$uBZ&V_c$Ua`up2)RQ`BXk<4DIdvt&!*%?m2&((pT?LTJKQrklQbCx@E2b z*V)x5;`F{`WIm=U*_=5p`cx4laZVvMz8ksnH>r^f^katEl9PwomP$nEtEu`YaEd((Us8Kref{J=c40p&88U%jf#mPnR z@@zb=XQ6kRf$j_T-;pB*9aYFUKLB?Jj#XRr1!36^W1kn1LKAAXShk_MQS1d_+v~rF zuX083`9^RkQ_z;eEFvm+uL;)lXE5;tx<;VSB#6U=CGQkQ zD)qRjVVcSC*Ru0V@X=DX8%Ur=b!TSL0rzm=VucRT z;1P|OmD+z}xpY9NMWbGda<>%#%0r8GmNdY4x7~KB2J#%MyjZCyztdUdMc2Ze_ebPCmE#KXVz6?UBIpv->H317#pttiaV{W&<`}9>sia_Ye zow@NcUA7+He_m$#M*L7G^P$L_y>NO)02r$<_p%sU!gnj>j zA?4(~aJ~ITZ_xCn5(nR|s<(>m2ljzLFSo3tVOO7MG!I6uYYySAIG|%3$t>xKPoa|< zGhAoQEzg;mJRB#Bn>xv2Lj~37kfCA|GH8g;=`;(ar-j@=Xex9$i@$CgiGbPG5$hvq z)?DlAnQ&Y5(aPu$xhq1S4+_6cWYbNM;^v4atb#~VI6Zo3;zI#>D*VI940&bR(#*6} zImFzMF_1}5Ajc1j5dJUtMa1Jk5qJ~`(Wum>2oyq|#Q}yvPzZo>fQ8H;TM%u-C%FwK zA}%O;=g-T#5$Y!4=HwvQ7$tmu;Jx`EJ z+@0Gkd50yHo)zo&Q&>btQwO)liQ;S1=j*3AY#EF67)un`4C@YkQ6d(8=lriJtdt_rYK@15TY^PhE^mxgxLGUXba1 zMX($BihM;(Kl9r{`iw8r>SaVIn~AaI+wvxKHSKh0ta zEsJ(++>s8|+=iJ2eZ0e6c)Y_EaMi3KI}gOzMmo&J7aE$Crbj$khxy*x@Q{>_BFLBAfUKMP`jfwGY+J1224FP!YJ+xQKn%^6S7`{Lqdi+*{VcpbVL# z6~Q{_5m~7W{)Foi39r^3CLJCfjZc*$q9>X{!2Y$dA6d>VjB}d~*cIKG~#7KaXQ z&_@l&w02WN&Q&5UfN7yuQC>P|8Bti~W3RJ$?Q%#Tjah%dO@Sbv$1DiP^jyPEf=h$g zajy(9KpAtN#CB(?WsMa@C){+h2Z`NsHNCS?9F3ev1ee+ zuLKU`-f2a>swNj1iVJGi06M5~#6fqE_btWYGC()Uu*pn5$Hf?Zzwu_mR_bNXQk8sw z4=`rF9$`?HRi%XG4`}KDe~Ga>zfIU3NX!Bmns^D~@w8mz9EOXT0yJsP01ignnP$pP zug_ND;*+B3#N7UanGUMxwiV48sBPrYNX{^e*_TMm=mRqPKB(D0hpN62mzSJH)kB49 zHi{KdE*7$YIa6N}W>%XLA-lIJ25a$|&YJ7|fB(;ygRSqaMhyyTGU+x&VF8K)S?^oQ z!mIQ1H*ju5ed2~t*3Avk*SVoc|I2{TXfc3l#)7^6f6>U$HX~Z}O=23WwG}%&K*og- z8j8+E^fUX{A|5t1A;Q$a#NM~o0A$WtGB%yN|F5j@E9hs)pp&7C6aNQ3% zP^}QE$smy)UJ#y9is2LCvGC!dBhe0RZ=D3k2;8Vxex_L?{FBBUvAQqzvCut@IqWbh zVFOiv7%H8YZs`QFUBz@@bH9KMSc~XY#F9KTsq{4FHbQ?DFcH9L9*Q+`=&U$YBw}t{ zu4pgjyqE*EaCF2MBSOxLIX4~gy&)NTN#Xm&(kjoBo}#%Gce*c>F4o)O!;X0tv?riw z15{mN>DalQ2k;Z&3&9DADvg;8zJ=n4iJrSqdMF)zEcA)dP;~SR{YLb|a=D>&YvSz3 zt&`n+&O&LO1Un_VGSpuXf(r?NanW5wXUNS6g@bhX?K>HeSBNZnIKvRH&echQFY*Pt zuA=-7ff*51G@JXKBd2hR{zXJv4GmVuZ#g!X&|)oyA)KOCAIjxX_QD11yq$$phMF*h zqX20=GW&n7Mel+-+2Ho}s*=Jou}!eok?#iGo5DJxjzH&xjun{_G;DYpBP=-Q5QycY z)1QbIT++=4)c!-1n9*bO7~Ce(KTQ@JQp9`>e$*Ap1v&A^UlyAiLJNe|CyO#E z#QXmfnGnQELJW&YT7MC-CSfS|7J+)9fPnBrA#;W#0s_zvEb$P_Q)hANx9tDs>QPpk z9WROn!|k9z#^Cz*{!BoJ0xt`TFv+*jIwqiQKbH_Mag@Mw2_n7773VsK$^hd! zK&LyW^vpb;(w7hR=2AqkqwiK zG$6nMxD&q)!EPyaZK$uCucoKOd%l`MkN&sM4zE|U2yP@2Wk`+4N+hsIb!4x#FlwC2 zTFAmb6i*s(ug~m%t7#H?k}H+u6ZI5%o~s`94hG(C`B$}?nB!}vPH-#sf+LqoeFk3dWp{7OG+eV``?kdh7t2ZTE=$XnEH`=Nm{yO`U%PpB3{yzztEhJSX{USa);k=Yl~| zzUy!l-31#;wEO-$aYF%Scv7b@K2AQID0bo6M^`73cGOBpK7p1!9g|d)y5dL+iI^bC z-lV#aC;w&(R$J(0Gi56Bk@mAfzasnrhdxqP)(W`gf0V?X;NqS>_2bM_YPEwUD(ThC(8j~Y8)A`MiGH8VI+>=~G~`Qcx{E2qglPq5X_-({s{ z)^r2AAlPeU_R1?Q@5@uk55SeTTCIA!qv zq-9yl;BZ0&aZf7w(4E3`C2k8-w3;fUewapWCX*w9AN(DP^r&3wuBFt&t<7X>4&XrlW6&Wg8mE&MgWD# zq3>8u=gbcq__x`A0Y&;HE4U9pR{^JEskhV7-b3HTIH@VL4N}*I+AUixM(bpT2{u5* zY-l|PApVEc3!rww27rP025KjUbO+{Q5tIHyg6IQuS&4K$*JQ7-;kX@8&ZJ}NUG1xDFWcQ!k zTjR#jNv!cw!}+TOd6IhuC>~~`H4~L{A&NX`Iid%GtUZP{;51QEMbe1aiW{VyTkjeM z!~xi?!%RN&SfT4xA4y!;G3vTgM}N)tAmJrs%wl_MLUtf0kR9(|eKnBmsCHB{1DwbD z$H2Rz2qnOc)=kFnd2N-w&)x^&+ZO^CtoGOVXOLfgQBlrzJAOj88elT@{fsTkA!Fi0 z%22+;>@e7^(Mem5Kie1cOSlELqUyJOP5R1%N_>Nqx3E2hokO1lZ1p^A?|p|{N-phL z&^B~D_IPaVSWoP+t{tkL*q%E{RZHxRcJk?#?>l}9TXvE}()6k|(Hc)4Z+O@_MGe8; z5h9P%e799!-%;%9C`w%>cQN#^{p+j@H&kirE*j}Of1`1+?dk35eM2uzy>ywBFO_5}*JM2L z{4y+mY2P28)u>aqn<}5sZ0Z||L^LCPL-mo@I&BtTky7;y8LGtO2@Y(64AAV`;MAhr zD`4CaxH_^iLPE2eib0{YSO`G;ShUwx6`>CQqEvZ0{2=Km%#erzn#6|*6Im=55NnkH zdqF4K8bpV}4QPv^TLdsePHv~FWE4;Fj2g0%3#lul7fnuP&vG$Q zA2p|#fOwU+bySGI`*&Ow>Kd6-PC&bDCU-E?vIGg9!y8&daI-cGU32V~6_)$pna0R% zN?Myt{W%J;BNEju+njSHsl13=UcQB3IGY-v>IAU@< z52T{C&u>}5R-)A(*mL{UZ_l?@N>c;8@B4KnOpKhD%PXA^i9r-h1+^p^iW_qpGcp@x z$UJ-QymN9fku7i`bUU^@7$<=`iRUBMLkg(P}w=wG6-$c}Cy7>N<$7HY~K6ao_J zRrfUYHAF;IY4c9HubDtb2f%^Kso#l7Ej3s_T>t;Tw`uXTc)$xo=divd7i@KNZu9EM zx_=V5b!7r8J|u6rbeWZpmVkgG;i0q;?Xk&2uM$)@wB(V~@f!PP;8>30HXC-qEa!}J0X8gPf!%@l$6N8uh3ENAS_~eMf6oq~RBruf6nY%eJ zln}xiC3ANbYe%y|5qA8gk-5m)@ym8f5C-TtqrjtoN6;ti+pKS*2B9dr-SWJMZo3yC z+b5vg%rK~Q46agahemD7ytaVRr}Fi&YQ~(3q9=OH^3oH%aZs0bOlnNyq#XM5blY*A z2B*|sYgZh9f*HPm*%jDlU2zbNG-p^l*qo?A>oW66(yceR{s)141MRXKEq0I z$fL3Pt$<=9sYw_w&V9)Ljxe7t7J=WInk1TYd5$YZIEVg7h}T?U zCg6sowo_FqEwj1l`@##EwOlp#>*OrQ;=cU8{MuM_3w*8#K%7=Z@tj@zcMhO#9Uf{O z{I<Mp~Y6T7bolMeEke1slyONHpXEf*EPX1jIV|0nZB!^BP4?VtV!vD@7pB0@<` zeG_*3NN*fcc$&pi54|QLiPVH;qBj_wxq+}lW-O}LF=ib@Q-hTcihB&w|G9~7dJ77N z&Ma&8yvh1g!5Gnw!3=9XM{>r`#NHBoL(d=a|UP|8%@D-6b5jIEK9|92h z4@8VT3t17_6yRo0L<4>XYd)YcKC&J6zyvLXN&;Y)@A*y^Ol$hmefFgT&PaW^r$z#8e8nB)lQyU2{=M_{ptEYz25a0c4Cqu>zDX z{2r)C4exjy6aX|(>gHkr1WZI9He%mhhd^tg11u5R#D4xW5VivF9D%ko2E!%AcZ4GZ zgKLt~SV03Q3dlzemG~<%TVL?d3Q%r`Pkp=3&B7=J+pF@MU*Tl#$z1Vt0dg#}FNSBi z!iRu+c+?MQ@(riyBvf^fMNiYoNAeX4^qtW+flr%zGKYmT1m{RF1gD?OIhg}EIGiCk z2u1LCPPqUsvM%@w;q1T}fB$Ok= zIe}wv<557b0IxA+8$(|iz0>UJfG<7gT%623#Ea)NdM40$5YGfV;l6${ckV$11vIfb zB78y^`PL^pnU886G{DEgMLHC@N5630HgGaO`sca};_6jJ;}TKEE4q*)gF(p1fZb$r zql{WdX3SZ~^gR(yA9Wst$3dzp>WRfo7lK7vNz0Hin=T-DoSuN&d}L(fZ6E`NyrCe6 zAaLgHLQpBxYN2Wmv3LYgj)xXZ(c;8ry#+H36T+g^B`r%vzaZ3>-;fUBA3y;TpMww= zC5LOf!0=^!zGzG=pAW+;^B;b4!y}T7s~&qq zszuwJ)Sx!X8$%(lTki=uph zmzj*^fXiBb?4O*A%hul>mn{`yNtDf7M%t z>9^%(F5OKgny1;5&-kWyr>tW~1g{N$53wo*ZQS5?od}Iv2mgMy&N7-tEm}c7 zF89m)$=23Gxq!&ZT0OUzRjX|cIJJAHYda-6`$cDuvnPxOzyHE|X20A(b+53+1%`{! zigLf}KJH9+re&pOc#8pwwI@+=bROUVWkSrIf!lMqFI$NjI3P7m{vcqnh{6hZz{R;) zg0-M)@&-J>8$bd&fCtp+17)s>8}kD1`KBM=AIOB9z_-qFRsaNEOujKCsKGD+54i5g zKzM-v+rh_~n0@C2Jb*y5&!PcM;86h(h(MgwU=-k71^_3Z1h#q9-;TXbO-A7XUt7bA zI+MHeX{GCI%etMdlE$Z-|AkI#8k%b`^XC0@cLZzwpO$h11fsoUe*)xg8 zcIYm&f+&&3l{s$wNYIEf1*Tb+Q^KL+vu9iic(8ctrCrx|{SDyBL4YTJB80oUW9Wh1 zeYf*3#!}nA)0=EP%nPsqeCGcyaxVMx_vhP((XFM>QplLO!2Y~$U+ac_Jk z&8f|=3z(lGJv?8ztNXb5W(&W+E51(;EB*9<<@@_phV0n_%r`@K2f7Y)k#aa{w_Dz+ zl4WG^Y9d$p=;I|@OQWm1OtoxnMyXl3#&U7a+HUOxQ5@7V(p>%Y=B^j#GVZ!c=MwHZ z(nX+dzb^{Z&DLFBEd4vn`9)tXQA?Ee6aYrCZpAWpu=Y+@-_3U9Y4)pwpB?+-{)JtM z`xkd5b|pfX1Yb|w6UAjK;2&x5!xd=lM(YMq2afv3jcW4P;}vMCkO?}h;SR6VP*&8l z1CQ^Q3(&`0A204tQX}F4A_xUO9_X7<)~HwipT#_wL*Ur6mUF*~)HKK?X(egPm-BKB zHwmQ-_R|~67?#*IGX*K@WvE@ukYjV_JX-ajW$lCZcOwAG42H*EgKq?-2g{(PA&JZ2 z<_V<-X3sP9@~40=i*_z?Rt^+&Z1Ci#sh+cL5^4;de$UI~_HV2vkgAKg75l$}SzNUV zsL`zMo+z)?d8df7=p1>q)nJv}pH@?SfD<5y1$5aARHtn#!maey0^CrHLNtHy7gX5u zkh7=eGI-h)@+{Ef$uqQ}HXBvEGD=fn?DO|$02!!xr9HSb)UCx_Tfoh7aW}YGg!td! zXMGDL;tmQsyFz9$8xs9-BAe75d!y6!Osj2Myx#j$E$5NrT@`V>2$j3Z^==hhuWPaG zjMN(I=YnsyrSfvY^9G#AYIgjH8U__|G9x3SNnssuNq`1^*IYMj_1@%$n|@4v-8dGt z>}cU>Ii2neYOU6%sXshp?WKQ4$E~1#-E_zSaFM1~4M+5V`G6T>`1j^|V`uk2zzy_5Q`QHz=R z9(?X!TqUl;zzZ%0_98CMz-1wt9rXrm8W8?NS2Ao#KHKGH1HaBQGGTz$HtCzTX*!IV zCV-+bstU_ftmj}!yiBeXa4S;DWZq)}Arnb@U3@so5V;&WV?9FZ>+|b7Sd#IiBDjsd&VLzgs4(*VAQSGp zV5lN96?>D*p-bb8y2_EEM=W)~pKM;%uFxpF6qzBE-#m^Ne1nb<=mNbC$;5X1r11*7 z@&f9SV!XV+VMG0VAhq%%9xIn|xK{(M#=u8ms%v=5;<`4C(Y*jx5*U#9`Go8>gw9*l z@U%!4;Wn*jlA1F^&n7kXw+@KL5FX%7ACW1fWr$ve7>V4IphJ^ylXqC^T7gYj6G;#n zSNRtRVAkqr3I&B=@5+6$89eLj8}Y1{zWdE0-lFo%>5(Y%gOq2)tT_R7Ux^zWn%FE} zV1GCJOUQnBwkja(W-uP|Ig+F`z_EOpY@*?k6KGj7|d%n<$j;>HjiKE-uJYzHjY zwFDvLyRck4%eU<_^+(R>Lrr zVW8h3cGWNq?5bNvj?sJk*ZtRLz#-l}0nZB2QbDXhcr+yN0__=dKOOp$+0O=#MP49a zV<1G>YWcjxmpJ>u{MT>(T>k%le(tA&Ul2}(*g=EP2OB_LYy@9$2i$eHPzK%gX$Z@R zf>7>Oz&8*80zU&R0$u@rB7AH3=IM00yH)&z(RbJx*cq5b#N1QpIr_@cFU=M13}DaC z{l@4wX1_5!zTq3!FSy|g|IH^8e>aM^wD!ZN0jL4MhGAPjJevazf zM${Un$mGTxJHb^8T)Jw|Gu8>h(gK+dF}FnX6pDxlyc1+Ywse-@;90x7c@ z@hSYO0p?5G1lFh`BFV)fSW`Fy*1+*kDuH2C@z19vB_}6aS}m;%&|JAErRQMJm?+t< zAu5bW!;Z^C638|s0->`%5`=8|0yUq(&oj8f<2*)pg2qEc&B+FGe6Z6YIA?ak3kAwB zP*wqXpOk2?28@YOe*l^osJWCrqJ>E`mgUlSiHgr%q0b1SY?O*)-v{y^WuNI^gWau1 zG(FYJXKG9zY81Lei(*1YUxfX}vIvzsu7Vnm^fiJkuqFc^5jZ}49vya{t8YQ6Aj89k zkM^rk5IwM85F4Iw`V3LC3ZySBBp;)Knp1@dq$ikE&;f#2c?oor+wxE~DO&sC{$LyB zHYo_pcY&-(r{eyOs4=AU&J8Iy1$`D7WX`VP~?fXh}z-HmE+TuXa+R-JPekJ;WwRnJ@H*5C!MZ@S$P4 zm2Pf(dGG#|#$j$knBfcad|`BMM?&_Y45YG#xE7 z�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 z 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

c-`Kjmc?oyXkDRQ?5I1gn+9I7%|CuQI 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�~`sgQrH`=Ls9 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

Rt+9Vpk3EMQ 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 ?!Htw7`AO5S#_qzZxk>z>&1Ti4IHN@2EZy_S38 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 z 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 z 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

iJp@+PNj!ciHHU(Y+pdE4L<&4tCn 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Ð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

A4dG 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

c&|mobaZg&r1lks1#q%iYX~Rv&$Jx42KzQB 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

?_h#

#+*NQ?cy|j(p4MzrM~6yr2;%vputn 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�Xd;w@)nf0=7`KlBl1Mh#Ox< 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

%<%rf>2<_70Pcaun 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

NnLi+d2(yBxNRdD`Y^TU!%ZyYZ6}JF1_&9JkGi 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�&%k;BRU^5ORD4oplxMwn{Y8kva>|yASN$ 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 z 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ℑ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 s4xPK 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

Z@uYCSeX-|aCaj*0D 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 UvM4AjF + + + + + + + + + + + + + +FAQ | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + +

+ + + +
+
+
+ + +
+ +
+

FAQ

+

General questions

+

What is K?

+

[13 Dec, 2013] K is a framework for defining programming languages. Once you define a language, K gives you a series of tools for that language, such as: a parser, an interpreter, a state-space explorer (like a model-checker for reachability), and even a deductive program verifier. We continuously work on making these tools better and on adding new tools.

+

What is a language definition?

+

[13 Dec, 2013] A language definition consists of two parts: syntax and semantics. The syntax is defined using a BNF-style, enriched with several features to ease the semantics. The semantics tells what each language construct is meant to do. This way, a language definition says both how the programs in your language should look like and also what they mean, or how they execute.

+

What is the difference between a definition and an implementation?

+

[13 Dec, 2013] No difference in K. We think of K definitions as formal, rigorous implementations of the language. In fact, many users of K have no background on programming language semantics, they think of K as a domain-specific language for implementing programming languages. The benefit of implementing your language in K is that you can make use of the tools that K offers, which is not possible when you implement your language in a conventional programming language.

+

Why K?

+

[13 Dec, 2013] There was and still is a considerable amount of effort spent by many scientists on developing parsing, model-checking, program verification and other formal program analysis techniques. Most of these techniques are language independent, yet a considerable amount of effort is then spent on developing language-specific tools based on these techniques. For example, developing a model-checker or a program verifier for Java, or C, or Python, is a serious endeavor, that only very few highly-skilled people can attempt. We believe that all these language-specific tools can be automatically derived from the K language definition, so that language designers spend the time only once to define their language and then get not only an implementation of their language, but also all the other tools, essentially for free.

+

What is the difference between K and ...

+

SDF

+

[13 Dec, 2013]sdf is a parser generator. Simply speaking, it takes as input a grammar written in the SDF format and a text, and creates the abstract-syntax tree of that text corresponding to the grammar specification. K currently uses SDF for its parsing needs, but we integrated it into a more complex environment suitable for semantic definitions. Using the same language specification, we generate multiple parsers for different purposes: parse programs, parse rewrite rules, etc. Another difference is that we changed a bit the syntax of the grammar specification. We adopted a BNF-style notation whereas SDF uses an algebraic specification, but we keept the same disambiguation system with priorities and associativity filters.

+

Maude

+

PLT Redex

+

[16 Dec, 2013]plt redex is a language definitional framework based on reduction semantics with evaluation contexts, a type of Structural Operational Semantics. A PLT definition consists of the syntax for the language (including the syntax of the execution configuration, if needed), followed by a syntax for evaluation contexts which allows identifying the next reducible expression (redex). The rules can specify the parts of the context (and abstract parts of it using variables), and can alter both the redex and the context. PLT Redex offers a suite of tools built on top of the Racket Scheme-based IDE to help visualize and explore executions. K borrows from PLT Redex the idea of evaluation contexts, and extends it further allowing more complex conditions be put on them. A distinctive difference between Redex and K is the fact that in K evaluation contexts are used only for the computational fragment of the executing configuration, the rules applying modulo the configuration abstraction. This, for example, allows K to more easily specify synchronous communication of agents or threads.

+

Spoofax

+

Rascal

+

OTT

+

ATL and Model-Driven Engineering

+

[14 Dec, 2013]atl (Atlas Transformation Language) falls in the Model-Driven Engineering (MDE) field and includes a model transformation language and toolkit. ATL is also based on rules, which provide a means to produce a target model Mb conforming to a meta-model MMb, from a source model Ma conforming to a meta-model MMa. It should not be difficult to define such model transformations using K, this way effectively using the target meta-model MMb to give semantics to the source meta-model MMa. Moreover, if MMa and MMb have K semantics themselves, then the K tool can be used for proving the conformance of the transformation. Note, however, that K does not currently supply any explicit support for meta-model technologies, such as EMF (Eclipse Modelling Framework), etc.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + diff --git a/index.html b/index.html new file mode 100644 index 00000000000..285363faf39 --- /dev/null +++ b/index.html @@ -0,0 +1,419 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

K is a rewrite-based +executable semantic framework in which programming languages, type +systems and formal analysis tools can be defined using configurations +and rules. Configurations organize the state in units called cells, +which are labeled and can be nested. K rewrite rules make it explicit +which parts of the term are read-only, write-only, read-write, or +unused. This makes K suitable for defining truly concurrent languages +even in the presence of sharing. Computations are represented as +syntactic extensions of the original language abstract syntax, using a +nested list structure which sequentializes computational tasks, such +as program fragments. Computations are like any other terms in a +rewriting environment: they can be matched, moved from one place to +another, modified, or deleted. This makes K suitable for defining +control-intensive features such as abrupt termination, exceptions, or +call/cc.

+

K Tool Download

+
    +
  • Install from the latest K GitHub Release.
  • +
  • Try our Editor Support page for links to K syntax highlighting definitions for various popular editors/IDEs. Please feel free to contribute.
  • +
  • Build or browse the code on GitHub, where you can also report bugs.
  • +
+

Learn K

+ +

Support

+ +

Resources

+ +
+
+ + + +
+ +
+
+ + + + + + + + + + + + diff --git a/install b/install new file mode 100644 index 00000000000..70476dbcd6f --- /dev/null +++ b/install @@ -0,0 +1,71 @@ +#!/usr/bin/env bash + +{ # Prevent execution if this script was only partially downloaded + set -e + + GREEN='\033[0;32m' + RED='\033[0;31m' + NC='\033[0m' + + NIX_POST_INSTALL_MESSAGE="To ensure that the necessary environment variables are set, either log in again, or type + + . /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh + +in your shell." + + oops() { + >&2 echo -e "${RED}error:${NC} $1" + exit 1 + } + + [[ "$(id -u)" -eq 0 ]] && oops "Please run this script as a regular user" + + # Check if nix is already installed and is at least version 2.4 + if command -v nix > /dev/null; then + NIX_VERSION=$(nix --version | sed -ne 's/[^0-9]*\(\([0-9]\.\)\)/\1/p') + NIX_VERSION_MINOR=$(echo "$NIX_VERSION" | cut -d. -f2) + if [ "$NIX_VERSION_MINOR" -gt "3" ]; then + echo -e "Detected nix version $NIX_VERSION. Proceeding with K framework install." + else + oops "It appears that you have a version of nix on your system that's too old. The K framework installer requires nix >=2.4. Please update nix and try again." + fi + else + read -p "It appears that you don't have nix installed. Since the K framework needs nix for distribution, this script will attempt to install nix first. Would you like to proceed? [y/N]" -n 1 -r + echo + if [[ $REPLY =~ ^[Yy]$ ]] + then + echo "Downloading nix and running the installer..." + curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install --no-confirm \ + --extra-conf "trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= k-framework.cachix.org-1:jeyMXB2h28gpNRjuVkehg+zLj62ma1RnyyopA/20yFE= k-framework-binary.cachix.org-1:pJedQ8iG19BW3v/DMMmiRVtwRBGO3fyMv2Ws0OpBADs=" \ + --extra-conf "substituters = https://cache.nixos.org https://k-framework.cachix.org" + if [ -e '/nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh' ]; then + . '/nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh' + else + oops "Could not source nix." + fi + NIX_FRESH_INSTALL=true + else + oops "Cannot proceed with the installation without nix." + fi + fi + + PREV_KUP_INSTALL=$(nix profile list --experimental-features 'nix-command flakes' | awk '/packages\..*\.kup/ {print $1}') + if ! [[ -z "$PREV_KUP_INSTALL" ]]; then + echo "Removing previous K framework installer versions ..." + GC_DONT_GC=1 nix profile remove $PREV_KUP_INSTALL \ + --experimental-features 'nix-command flakes' + fi + + echo "Installing the K framework installer utility (kup) ..." + + GC_DONT_GC=1 nix profile install github:runtimeverification/kup#kup \ + --option extra-substituters 'https://k-framework.cachix.org' \ + --option extra-trusted-public-keys 'k-framework.cachix.org-1:jeyMXB2h28gpNRjuVkehg+zLj62ma1RnyyopA/20yFE=' \ + --experimental-features 'nix-command flakes' + + echo -e "${GREEN}All set!${NC}" + if [ -n "$NIX_FRESH_INSTALL" ]; then + echo -e "$NIX_POST_INSTALL_MESSAGE" + fi + +} diff --git a/k-distribution/INSTALL/index.html b/k-distribution/INSTALL/index.html new file mode 100644 index 00000000000..1357f660d21 --- /dev/null +++ b/k-distribution/INSTALL/index.html @@ -0,0 +1,603 @@ + + + + + + + + + + + + + + +Installing the K Framework | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Installing the K Framework

+

Fast Installation (preferred)

+

If you're on a system that supports Nix, +use this command to install via Nix:

+
shell
bash <(curl https://kframework.org/install) +kup install k +
+

You can update K with:

+
shell
kup update k +
+

And list available versions with:

+
shell
kup list +
+

This will take care of all the dependencies and specific versions used by K. +Note that the first run will take longer to fetch all the libraries and compile +sources. (30m to 1h)

+

If you are on Apple Silicon, kup is currently the only way to install K +because of upstream issues in the general Haskell ecosystem.

+

Install through packages

+

We currently strive to provide packages for the following platforms:

+
    +
  • Ubuntu Jammy Jellyfish (22.04)
  • +
  • macOS Ventura (13) via Homebrew
  • +
  • Docker Images
  • +
+

Pre-installation Notes

+
    +
  • +

    We do not currently support running K natively on Windows. To use K on +Windows 10, you are encouraged to install the +Windows Subsystem for Linux (version 2) +and follow the instructions for installing Ubuntu Jammy.

    +

    If you have already installed WSL, before proceeding, you will need to +enter the WSL environment. You can do this by:

    +
      +
    1. opening up the command prompt (accessible by searching cmd or +command prompt from the start menu);
    2. +
    3. using the wsl.exe command to access the WSL environment.
    4. +
    +
  • +
  • +

    To use K in other non-linux environments (e.g. Windows 8 or earlier), +you will need to use a virtual machine (VM) software. We assume you have:

    +
      +
    1. Created a virtual machine
    2. +
    3. Installed a Linux distribution (e.g. Ubuntu Jammy Jellyfish) on your +virtual machine
    4. +
    +

    Consult your virtual machine software if you need help with the above +steps. We recommend the free VirtualBox virtual machine software.

    +

    Before proceeding, follow the virtual machine softare UI to start your +Linux virtual machine and enter the command line environment.

    +
  • +
  • +

    WSL and virtual machine users should be aware that, if you use your web +browser to download the package, you will need to make it accessible to +the command line environment. For this reason, we recommend downloading the +package from the command line directly using a tool like wget. For +example, you could copy the package download URL and then type:

    +
    wget <package-download-url>
    +
    +

    where <package-download-url> is replaced by the URL you just copied.

    +
  • +
  • +

    K depends on version 4.8.15 of Z3, which may not be supplied by package +managers. If this is the case, it should be built and installed from source +following the +instructions in +the Z3 repository. Other versions (older and newer) are not supported by K, +and may lead to incorrect behaviour or performance issues.

    +
  • +
+

Downloading Packages

+

Download the appropriate package from the GitHub, via the +Releases page. +Releases are generated as often as possible from master build.

+

Installing Packages

+

For version X.Y.Z, distribution DISTRO, and package ID ID, the following +instructions tell you how to install on each system. Note that this typically +requires about ~1.4GB of dependencies and will take some time.

+
    +
  • On Linux systems, K will typically be installed under /usr.
  • +
  • On macOS/brew, K will typically be installed under /usr/local.
  • +
+

Ubuntu Jammy (22.04)

+
sh
sudo apt install ./kframework_amd64_ubuntu_jammy.deb +
+

macOS (Homebrew)

+

Homebrew (or just brew) is a third-party package manager +for MacOS. +If you have not installed brew, you must do so before installing the K +Framework brew package.

+

With brew installed, do the following to install the K Framework brew package +(with build number BN):

+
sh
brew install kframework--X.Y.Z.ID.bottle.BN.tar.gz -v +
+

Homebrew Alternate Installation

+

To directly install the latest K Framework brew package without needing to +download it separately, do the following:

+
sh
brew install runtimeverification/k/kframework +
+

Or, to streamline future K Framework upgrades, you can tap the K Framework +package repository. This lets future installations/upgrades/etc... use the +unprefixed package name.

+
sh
brew tap runtimeverification/k +brew install kframework +
+

Docker Images

+

Docker images with K pre-installed are available at the +runtimeverification/kframework-k Docker Hub repository.

+

Each release at COMMIT_ID has an image associated with it at +runtimeverificationinc/kframework-k:ubuntu-jammy-COMMIT_ID.

+

To run the image directly:

+
sh
docker run -it runtimeverificationinc/kframework-k:ubuntu-jammy-COMMIT_ID +
+

and to make a Docker Image based on it, use the following line in your +Dockerfile:

+
Dockerfile
FROM runtimeverificationinc/kframework-k:ubuntu-jammy-COMMIT_ID +
+

We also create Ubuntu 22.04 images with the ubuntu-jammy-COMMIT_ID tags.

+

Testing Packages

+

The easiest way to test the K package is to copy a K tutorial language and +check if you can compile and run an included example.

+
    +
  1. +

    Start by copying the K tutorial to some work directory +(e.g. $HOME/pl-tutorial) from the K distribution root. Using a Linux +package, this command typically will be like:

    +
    sh
    $ cp -R /usr/share/kframework/pl-tutorial $HOME/pl-tutorial +
    +

    On macOS/brew, this command typically will be like:

    +
    sh
    $ cp -R /usr/local/share/kframework/pl-tutorial $HOME/pl-tutorial +
    +

    This step is needed because sometimes only the root user can run the +examples in the default installation directory.

    +
  2. +
  3. +

    Now you can try to run some programs:

    +
    sh
    $ cd $HOME/pl-tutorial/2_languages/1_simple/1_untyped +$ make kompile +$ krun tests/diverse/factorial.simple +
    +
  4. +
+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/include/kframework/builtin/domains/index.html b/k-distribution/include/kframework/builtin/domains/index.html new file mode 100644 index 00000000000..0154a83aec7 --- /dev/null +++ b/k-distribution/include/kframework/builtin/domains/index.html @@ -0,0 +1,3931 @@ + + + + + + + + + + + + + + +Basic Builtin Types in K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Basic Builtin Types in K

+

A major piece of the K prelude consists of a series of modules that contain +implementations of basic data types and language features in K. You do not need +to require this file yourself; it is required automatically in every K +definition unless --no-prelude is passed to kompile. K may not work correctly +if some of these modules do not exist or do not declare certain functions.

+

Note that some functions in the K prelude functions are not total, that is, +they are not defined on all possible input values. When you invoke such a +function on an undefined input, the behavior is undefined. In particular, when +this happens, interpreters generated by the K LLVM backend may crash.

+
k
require "kast.md" +
+

Default Modules

+

K declares certain modules that contain most of the builtins you usually want +when defining a language in K. In particular, this includes integers, booleans, +strings, identifiers, I/O, lists, maps, and sets. The DOMAINS-SYNTAX module +is designed to be imported by the syntax module of the language and contains +only the program-level syntax of identifiers, integers, booleans, and strings. +The DOMAINS module contains the rest of the syntax, including builtin +functions over those and the remaining types.

+

Note that not all modules are included in DOMAINS. A few less-common modules +are not, including ARRAY, COLLECTIONS, FLOAT, STRING-BUFFER, BYTES, +K-REFLECTION, MINT, and STRATEGY.

+
k
module DOMAINS-SYNTAX + imports SORT-K + imports ID-SYNTAX + imports UNSIGNED-INT-SYNTAX + imports BOOL-SYNTAX + imports STRING-SYNTAX +endmodule + +module DOMAINS + imports DOMAINS-SYNTAX + imports INT + imports BOOL + imports STRING + imports BASIC-K + imports LIST + imports K-IO + imports MAP + imports SET + imports ID + imports K-EQUAL +endmodule +
+

Arrays

+

Provided here is an implementation for fixed-sized, contiguous maps from Int +to KItem. In some previous versions of K, the Array type was a builtin type +backed by mutable arrays of objects. However, in modern K, the Array type is +implemented by means of the List type; users should not access this interface +directly and should instead make only of the functions listed below. Users of +this module should import only the ARRAY module.

+
k
module ARRAY-SYNTAX + imports private LIST + + syntax Array [hook(ARRAY.Array)] +
+

Array lookup

+

You can look up an element in an Array by its index in O(log(N)) time. Note +that the base of the logarithm is a relatively high number and thus the time is +effectively constant.

+
k
syntax KItem ::= Array "[" Int "]" [function, hook(ARRAY.lookup)] +
+

Array update

+

You can create a new Array with a new value for a key in O(log(N)) time, or +effectively constant.

+
k
syntax Array ::= Array "[" key: Int "<-" value: KItem "]" [function, hook(ARRAY.update), klabel(_[_<-_]), symbol] +
+

Array reset

+

You can create a new Array where a particular key is reset to its default +value in O(log(N)) time, or effectively constant.

+
k
syntax Array ::= Array "[" Int "<-" "undef" "]" [function, hook(ARRAY.remove)] +
+

Multiple array update

+

You can create a new Array from a List L of size N where the N +elements starting at index are replaced with the contents of L, in +O(N*log(K)) time (where K is the size of the array), or effectively linear. +Having index + N > K yields an exception.

+
k
syntax Array ::= updateArray(Array, index: Int, List) [function, hook(ARRAY.updateAll)] +
+

Array fill

+

You can create a new Array where the length elements starting at index +are replaced with value, in O(length*log(N)) time, or effectively linear.

+
k
syntax Array ::= fillArray(Array, index: Int, length: Int, value: KItem) [function, hook(ARRAY.fill)] +
+

Array range check

+

You can test whether an integer is within the bounds of an array in O(1) time.

+
k
syntax Bool ::= Int "in_keys" "(" Array ")" [function, total, hook(ARRAY.in_keys)] +
+
k
endmodule + +module ARRAY-IN-K [private] + imports public ARRAY-SYNTAX + imports private LIST + imports private K-EQUAL + imports private INT + imports private BOOL +
+

Array creation

+

You can create an array with length elements where each element is +initialized to value in O(1) time. Note that the array is stored in a manner +where only the highest element that is actually modified is given a value +in its internal representation, which means that subsequent array operations +may incur a one-time O(N) resizing cost, possibly amortized across multiple +operations.

+
k
syntax Array ::= makeArray(length: Int, value: KItem) [function, hook(ARRAY.make), public] +
+

Implementation of Arrays

+

The remainder of this section consists of an implementation in K of the +operations listed above. Users of the ARRAY module should not make use +of any of the syntax defined in any of these modules.

+
k
syntax Array ::= arr(List, Int, KItem) + + rule makeArray(I::Int, D::KItem) => arr(.List, I, D) + + rule arr(L::List, _, _ ) [ IDX::Int ] => L[IDX] requires 0 <=Int IDX andBool IDX <Int size(L) + rule arr(_ , _, D::KItem) [ _ ] => D [owise] + + syntax List ::= ensureOffsetList(List, Int, KItem) [function] + rule ensureOffsetList(L::List, IDX::Int, D::KItem) => L makeList(IDX +Int 1 -Int size(L), D) requires IDX >=Int size(L) + rule ensureOffsetList(L::List, IDX::Int, _::KItem) => L requires notBool IDX >=Int size(L) + + rule arr(L::List, I::Int, D::KItem) [ IDX::Int <- VAL::KItem ] => arr(ensureOffsetList(L, IDX, D) [ IDX <- VAL ], I, D) + + rule arr(L::List, I::Int, D::KItem) [ IDX::Int <- undef ] => arr(L, I, D) [ IDX <- D ] + + rule updateArray(arr(L::List, I::Int, D::KItem), IDX::Int, L2::List) => arr(updateList(ensureOffsetList(L, IDX +Int size(L2) -Int 1, D), IDX, L2), I, D) + + rule fillArray(arr(L::List, I::Int, D::KItem), IDX::Int, LEN::Int, VAL::KItem) => arr(fillList(ensureOffsetList(L, IDX +Int LEN -Int 1, D), IDX, LEN, VAL), I, D) + + rule IDX::Int in_keys(arr(_, I::Int, _)) => IDX >=Int 0 andBool IDX <Int I +endmodule + +module ARRAY-SYMBOLIC [symbolic] + imports ARRAY-IN-K +endmodule + +module ARRAY-KORE [kore] + imports ARRAY-IN-K +endmodule + +module ARRAY + imports ARRAY-SYMBOLIC + imports ARRAY-KORE +endmodule +
+

Maps

+

Provided here is the syntax of an implementation of immutable, associative, +commutative maps from KItem to KItem. This type is hooked to an +implementation of maps provided by the backend. For more information on +matching on maps and allowable patterns for doing so, refer to K's +user documentation.

+
k
module MAP + imports private BOOL-SYNTAX + imports private INT-SYNTAX + imports private LIST + imports private SET + + syntax Map [hook(MAP.Map)] +
+

Map concatenation

+

The Map sort represents a generalized associative array. Each key can be +paired with an arbitrary value, and can be used to reference its associated +value. Multiple bindings for the same key are not allowed.

+

You can construct a new Map consisting of key/value pairs of two Maps. The +result is #False if the maps have keys in common (in particular, this will +yield an exception during concrete execution). This operation is O(Nlog(M)) +where N is the size of the smaller map, when it appears on the right hand side. +When it appears on the left hand side and all variables are bound, it is +O(Nlog(M)) where M is the size of the map it is matching and N is the number +of elements being matched. When it appears on the left hand side containing +variables not bound elsewhere in the term, it is O(N^K) where N is the size of +the map it is matching and K is the number of unbound keys being matched. In +other words, one unbound variable is linear, two is quadratic, three is cubic, +etc.

+
k
syntax Map ::= Map Map [left, function, hook(MAP.concat), klabel(_Map_), symbol, assoc, comm, unit(.Map), element(_|->_), index(0), format(%1%n%2)] +
+

Map unit

+

The map with zero elements is represented by .Map.

+
k
syntax Map ::= ".Map" [function, total, hook(MAP.unit), klabel(.Map), symbol, latex(\dotCt{Map})] +
+

Map elements

+

An element of a Map is constructed via the |-> operator. The key is on the +left and the value is on the right.

+
k
syntax Map ::= KItem "|->" KItem [function, total, hook(MAP.element), klabel(_|->_), symbol, latex({#1}\mapsto{#2}), injective] + + syntax priorities _|->_ > _Map_ .Map + syntax non-assoc _|->_ +
+

Map lookup

+

You can look up the value associated with the key of a map in O(log(N)) time. +Note that the base of the logarithm is a relatively high number and thus the +time is effectively constant. The value is #False if the key is not in the +map (in particular, this will yield an exception during concrete execution).

+
k
syntax KItem ::= Map "[" KItem "]" [function, hook(MAP.lookup), klabel(Map:lookup), symbol] +
+

Map lookup with default

+

You can also look up the value associated with the key of a map using a +total function that assigns a specific default value if the key is not present +in the map. This operation is also O(log(N)), or effectively constant.

+
k
syntax KItem ::= Map "[" KItem "]" "orDefault" KItem [function, total, hook(MAP.lookupOrDefault), klabel(Map:lookupOrDefault)] +
+

Map update

+

You can insert a key/value pair into a map in O(log(N)) time, or effectively +constant.

+
k
syntax Map ::= Map "[" key: KItem "<-" value: KItem "]" [function, total, klabel(Map:update), symbol, hook(MAP.update), prefer] +
+

Map delete

+

You can remove a key/value pair from a map via its key in O(log(N)) time, or +effectively constant.

+
k
syntax Map ::= Map "[" KItem "<-" "undef" "]" [function, total, hook(MAP.remove), klabel(_[_<-undef]), symbol] +
+

Map difference

+

You can remove the key/value pairs in a map that are present in another map in +O(N*log(M)) time (where M is the size of the first map and N is the size of the +second), or effectively linear. Note that only keys whose value is the same +in both maps are removed. To remove all the keys in one map from another map, +you can say removeAll(M1, keys(M2)).

+
k
syntax Map ::= Map "-Map" Map [function, total, hook(MAP.difference), latex({#1}-_{\it Map}{#2})] +
+

Multiple map update

+

You can update a map by adding all the key/value pairs in the second map in +O(N*log(M)) time (where M is the size of the first map and N is the size of the +second map), or effectively linear. If any keys are present in both maps, the +value from the second map overwrites the value in the first. This function is +total, which is distinct from map concatenation, a partial function only +defined on maps with disjoint keys.

+
k
syntax Map ::= updateMap(Map, Map) [function, total, hook(MAP.updateAll)] +
+

Multiple map removal

+

You can remove a Set of keys from a map in O(N*log(M)) time (where M is the +size of the Map and N is the size of the Set), or effectively linear.

+
k
syntax Map ::= removeAll(Map, Set) [function, total, hook(MAP.removeAll)] +
+

Map keys (as Set)

+

You can get a Set of all the keys in a Map in O(N) time.

+
k
syntax Set ::= keys(Map) [function, total, hook(MAP.keys)] +
+

Map keys (as List)

+

You can get a List of all the keys in a Map in O(N) time.

+
k
syntax List ::= "keys_list" "(" Map ")" [function, hook(MAP.keys_list)] +
+

Map key membership

+

You can check whether a key is present in a map in O(1) time.

+
k
syntax Bool ::= KItem "in_keys" "(" Map ")" [function, total, hook(MAP.in_keys)] +
+

Map values (as List)

+

You can get a List of all the values in a map in O(N) time.

+
k
syntax List ::= values(Map) [function, hook(MAP.values)] +
+

Map size

+

You can get the number of key/value pairs in a map in O(1) time.

+
k
syntax Int ::= size(Map) [function, total, hook(MAP.size), klabel(sizeMap)] +
+

Map inclusion

+

You can determine whether a Map is a strict subset of another Map in O(N) +time (where N is the size of the first map). Only keys that are bound to the +same value are considered equal.

+
k
syntax Bool ::= Map "<=Map" Map [function, total, hook(MAP.inclusion)] +
+

Map choice

+

You can get an arbitrarily chosen key of a Map in O(1) time. The same key +will always be returned for the same map, but no guarantee is given that two +different maps will return the same element, even if they are similar.

+
k
syntax KItem ::= choice(Map) [function, hook(MAP.choice), klabel(Map:choice)] +
+

Implementation of Maps

+

The remainder of this section contains lemmas used by the Java and Haskell +backend to simplify expressions of sort Map. They do not affect the semantics +of maps, merely describing additional rules that the backend can use to +simplify terms.

+
k
endmodule + +module MAP-KORE-SYMBOLIC [kore,symbolic,haskell] + imports MAP + imports private K-EQUAL + imports private BOOL + + rule #Ceil(@M:Map [@K:KItem]) => {(@K in_keys(@M)) #Equals true} #And #Ceil(@M) #And #Ceil(@K) [simplification] + + // Symbolic update + + // Adding the definedness condition `notBool (K in_keys(M))` in the ensures clause of the following rule would be redundant + // because K also appears in the rhs, preserving the case when it's #Bottom. + rule (K |-> _ M:Map) [ K <- V ] => (K |-> V M) [simplification] + rule M:Map [ K <- V ] => (K |-> V M) requires notBool (K in_keys(M)) [simplification] + rule M:Map [ K <- _ ] [ K <- V ] => M [ K <- V ] [simplification] + // Adding the definedness condition `notBool (K1 in_keys(M))` in the ensures clause of the following rule would be redundant + // because K1 also appears in the rhs, preserving the case when it's #Bottom. + rule (K1 |-> V1 M:Map) [ K2 <- V2 ] => (K1 |-> V1 (M [ K2 <- V2 ])) requires K1 =/=K K2 [simplification] + + // Symbolic remove + rule (K |-> _ M:Map) [ K <- undef ] => M ensures notBool (K in_keys(M)) [simplification] + rule M:Map [ K <- undef ] => M requires notBool (K in_keys(M)) [simplification] + // Adding the definedness condition `notBool (K1 in_keys(M))` in the ensures clause of the following rule would be redundant + // because K1 also appears in the rhs, preserving the case when it's #Bottom. + rule (K1 |-> V1 M:Map) [ K2 <- undef ] => (K1 |-> V1 (M [ K2 <- undef ])) requires K1 =/=K K2 [simplification] + + // Symbolic lookup + rule (K |-> V M:Map) [ K ] => V ensures notBool (K in_keys(M)) [simplification] + rule (K1 |-> _V M:Map) [ K2 ] => M [K2] requires K1 =/=K K2 ensures notBool (K1 in_keys(M)) [simplification] + rule (_MAP:Map [ K <- V1 ]) [ K ] => V1 [simplification] + rule ( MAP:Map [ K1 <- _V1 ]) [ K2 ] => MAP [ K2 ] requires K1 =/=K K2 [simplification] + + rule (K |-> V M:Map) [ K ] orDefault _ => V ensures notBool (K in_keys(M)) [simplification] + rule (K1 |-> _V M:Map) [ K2 ] orDefault D => M [K2] orDefault D requires K1 =/=K K2 ensures notBool (K1 in_keys(M)) [simplification] + rule (_MAP:Map [ K <- V1 ]) [ K ] orDefault _ => V1 [simplification] + rule ( MAP:Map [ K1 <- _V1 ]) [ K2 ] orDefault D => MAP [ K2 ] orDefault D requires K1 =/=K K2 [simplification] + rule .Map [ _ ] orDefault D => D [simplification] + + // Symbolic in_keys + rule K in_keys(_M [ K <- undef ]) => false [simplification] + rule K in_keys(_M [ K <- _ ]) => true [simplification] + rule K1 in_keys(M [ K2 <- _ ]) => true requires K1 ==K K2 orBool K1 in_keys(M) [simplification] + rule K1 in_keys(M [ K2 <- _ ]) => K1 in_keys(M) requires K1 =/=K K2 [simplification] + + rule {false #Equals @Key in_keys(.Map)} => #Ceil(@Key) [simplification] + rule {@Key in_keys(.Map) #Equals false} => #Ceil(@Key) [simplification] + rule {false #Equals @Key in_keys(Key' |-> Val @M)} => #Ceil(@Key) #And #Ceil(Key' |-> Val @M) #And #Not({@Key #Equals Key'}) #And {false #Equals @Key in_keys(@M)} [simplification] + rule {@Key in_keys(Key' |-> Val @M) #Equals false} => #Ceil(@Key) #And #Ceil(Key' |-> Val @M) #And #Not({@Key #Equals Key'}) #And {@Key in_keys(@M) #Equals false} [simplification] + +/* +// The rule below is automatically generated by the frontend for every sort +// hooked to MAP.Map. It is left here to serve as documentation. + + rule #Ceil(@M:Map (@K:KItem |-> @V:KItem)) => {(@K in_keys(@M)) #Equals false} #And #Ceil(@M) #And #Ceil(@K) #And #Ceil(@V) + [simplification] +*/ +endmodule + +module MAP-SYMBOLIC + imports MAP-KORE-SYMBOLIC +endmodule +
+

Range Maps

+

Provided here is the syntax of an implementation of immutable, associative, +commutative range maps from Int to KItem. This type is hooked to an +implementation of range maps provided by the LLVM backend. +Currently, this type is not supported by other backends. +Although the underlying range map data structure supports any key sort, the +current implementation by the backend only supports Int keys due to +limitations of the underlying ordering function.

+
k
module RANGEMAP + imports private BOOL-SYNTAX + imports private INT-SYNTAX + imports private LIST + imports private SET + +
+

Range, bounded inclusively below and exclusively above.

+
k
syntax Range ::= "[" KItem "," KItem ")" [klabel(Rangemap:Range), symbol] + + syntax RangeMap [hook(RANGEMAP.RangeMap)] +
+

Range map concatenation

+

The RangeMap sort represents a map whose keys are stored as ranges, bounded +inclusively below and exclusively above. Contiguous or overlapping ranges that +map to the same value are merged into a single range.

+

You can construct a new RangeMap consisting of range/value pairs of two +RangeMaps. If the RangeMaps have overlapping ranges an exception will be +thrown during concrete execution. This operation is O(N*log(M)) (where N is +the size of the smaller map and M is the size of the larger map).

+
k
syntax RangeMap ::= RangeMap RangeMap [left, function, hook(RANGEMAP.concat), klabel(_RangeMap_), symbol, assoc, comm, unit(.RangeMap), element(_r|->_), index(0), format(%1%n%2)] +
+

Range map unit

+

The RangeMap with zero elements is represented by .RangeMap.

+
k
syntax RangeMap ::= ".RangeMap" [function, total, hook(RANGEMAP.unit), klabel(.RangeMap), symbol, latex(\dotCt{RangeMap})] +
+

Range map elements

+

An element of a RangeMap is constructed via the r|-> operator. The range +of keys is on the left, and the value is on the right.

+
k
syntax RangeMap ::= Range "r|->" KItem [function, hook(RANGEMAP.elementRng), klabel(_r|->_), symbol, latex({#1}\mapsto{#2}), injective] + + syntax priorities _r|->_ > _RangeMap_ .RangeMap + syntax non-assoc _r|->_ +
+

Range map lookup

+

You can look up the value associated with a key of a RangeMap in O(log(N)) +time (where N is the size of the RangeMap). This will yield an exception +during concrete execution if the key is not in the range map.

+
k
syntax KItem ::= RangeMap "[" KItem "]" [function, hook(RANGEMAP.lookup), klabel(RangeMap:lookup), symbol] +
+

Range map lookup with default

+

You can also look up the value associated with a key of a RangeMap using a +total function that assigns a specific default value if the key is not present +in the RangeMap. This operation is also O(log(N)) (where N is the size of +the range map).

+
k
syntax KItem ::= RangeMap "[" KItem "]" "orDefault" KItem [function, total, hook(RANGEMAP.lookupOrDefault), klabel(RangeMap:lookupOrDefault)] +
+

Range map lookup for range of key

+

You can look up for the range that a key of a RangeMap is stored in in +O(log(N)) time (where N is the size of the RangeMap). This will yield an +exception during concrete execution if the key is not in the range map.

+
k
syntax Range ::= "find_range" "(" RangeMap "," KItem ")" [function, hook(RANGEMAP.find_range), klabel(RangeMap:find_range)] +
+

Range map update

+

You can insert a range/value pair into a RangeMap in O(log(N)) time (where N +is the size of the RangeMap). Any ranges adjacent to or overlapping with the +range to be inserted will be updated accordingly.

+
k
syntax RangeMap ::= RangeMap "[" keyRange: Range "<-" value: KItem "]" [function, klabel(RangeMap:update), symbol, hook(RANGEMAP.updateRng), prefer] +
+

Range map delete

+

You can remove a range/value pair from a RangeMap in O(log(N)) time (where N +is the size of the RangeMap). If all or any part of the range is present in +the range map, it will be removed.

+
k
syntax RangeMap ::= RangeMap "[" Range "<-" "undef" "]" [function, hook(RANGEMAP.removeRng), klabel(_r[_<-undef]), symbol] +
+

Range map difference

+

You can remove the range/value pairs in a RangeMap that are also present in +another RangeMap in O(max{M,N}*log(M)) time (where M is the size of the +first RangeMap and N is the size of the second RangeMap). Note that only +the parts of overlapping ranges whose value is the same in both range maps +will be removed.

+
k
syntax RangeMap ::= RangeMap "-RangeMap" RangeMap [function, total, hook(RANGEMAP.difference), latex({#1}-_{\it RangeMap}{#2})] +
+

Multiple range map update

+

You can update a RangeMap by adding all the range/value pairs in the second +RangeMap in O(N*log(M+N)) time (where M is the size of the first RangeMap +and N is the size of the second RangeMap). If any ranges are overlapping, +the value from the second range map overwrites the value in the first for the +parts where ranges are overlapping. This function is total, which is distinct +from range map concatenation, a partial function only defined on range maps +with non overlapping ranges.

+
k
syntax RangeMap ::= updateRangeMap(RangeMap, RangeMap) [function, total, hook(RANGEMAP.updateAll)] +
+

Multiple range map removal

+

You can remove a Set of ranges from a RangeMap in O(N*log(M)) time (where +M is the size of the RangeMap and N is the size of the Set). For every +range in the set, all or any part of it that is present in the range map will +be removed.

+
k
syntax RangeMap ::= removeAll(RangeMap, Set) [function, hook(RANGEMAP.removeAll)] +
+

Range map keys (as Set)

+

You can get a Set of all the ranges in a RangeMap in O(N) time (where N +is the size of the RangeMap).

+
k
syntax Set ::= keys(RangeMap) [function, total, hook(RANGEMAP.keys)] +
+

Range map keys (as List)

+

You can get a List of all the ranges in a RangeMap in O(N) time (where N +is the size of the RangeMap).

+
k
syntax List ::= "keys_list" "(" RangeMap ")" [function, hook(RANGEMAP.keys_list)] +
+

Range map key membership

+

You can check whether a key is present in a RangeMap in O(log(N)) time (where +N is the size of the RangeMap).

+
k
syntax Bool ::= KItem "in_keys" "(" RangeMap ")" [function, total, hook(RANGEMAP.in_keys)] +
+

Range map values (as List)

+

You can get a List of all values in a RangeMap in O(N) time (where N is the +size of the RangeMap).

+
k
syntax List ::= values(RangeMap) [function, hook(RANGEMAP.values)] +
+

Range map size

+

You can get the number of range/value pairs in a RangeMap in O(1) time.

+
k
syntax Int ::= size(RangeMap) [function, total, hook(RANGEMAP.size), klabel(sizeRangeMap)] +
+

Range map inclusion

+

You can determine whether a RangeMap is a strict subset of another RangeMap +in O(M+N) time (where M is the size of the first RangeMap and N is the size +of the second RangeMap). Only keys within equal or overlapping ranges that +are bound to the same value are considered equal.

+
k
syntax Bool ::= RangeMap "<=RangeMap" RangeMap [function, total, hook(RANGEMAP.inclusion)] +
+

Range map choice

+

You can get an arbitrarily chosen key of a RangeMap in O(1) time. The same +key will always be returned for the same range map, but no guarantee is given +that two different range maps will return the same element, even if they are +similar.

+
k
syntax KItem ::= choice(RangeMap) [function, hook(RANGEMAP.choice), klabel(RangeMap:choice)] +endmodule +
+

Sets

+

Provided here is the syntax of an implementation of immutable, associative, +commutative sets of KItem. This type is hooked to an implementation of sets +provided by the backend. For more information on matching on sets and allowable +patterns for doing so, refer to K's +user documentation.

+
k
module SET + imports private INT-SYNTAX + imports private BASIC-K + + syntax Set [hook(SET.Set)] +
+

Set concatenation

+

The Set sort represents a mathematical set (A collection of unique items). +The sets are nilpotent, i.e., the concatenation of two sets containing elements +in common is #False (note however, this may be silently allowed during +concrete execution). If you intend to add an element to a set that might +already be present in the set, use the |Set operator instead.

+

The concatenation operator is O(Nlog(M)) where N is the size of the smaller +set, when it appears on the right hand side. When it appears on the left hand +side and all variables are bound, it is O(Nlog(M)) where M is the size of the +set it is matching and N is the number of elements being matched. When it +appears on the left hand side containing variables not bound elsewhere in the +term, it is O(N^K) where N is the size of the set it is matching and K is the +number of unbound keys being mached. In other words, one unbound variable is +linear, two is quadratic, three is cubic, etc.

+
k
syntax Set ::= Set Set [left, function, hook(SET.concat), klabel(_Set_), symbol, assoc, comm, unit(.Set), idem, element(SetItem), format(%1%n%2)] +
+

Set unit

+

The set with zero elements is represented by .Set.

+
k
syntax Set ::= ".Set" [function, total, hook(SET.unit), klabel(.Set), symbol, latex(\dotCt{Set})] +
+

Set elements

+

An element of a Set is constructed via the SetItem operator.

+
k
syntax Set ::= SetItem(KItem) [function, total, hook(SET.element), klabel(SetItem), symbol, injective] +
+

Set union

+

You can compute the union of two sets in O(N*log(M)) time (Where N is the size +of the smaller set). Note that the base of the logarithm is a relatively high +number and thus the time is effectively linear. The union consists of all the +elements present in either set.

+
k
syntax Set ::= Set "|Set" Set [left, function, total, hook(SET.union), comm] + rule S1:Set |Set S2:Set => S1 (S2 -Set S1) [concrete] +
+

Set intersection

+

You can compute the intersection of two sets in O(N*log(M)) time (where N +is the size of the smaller set), or effectively linear. The intersection +consists of all the elements present in both sets.

+
k
syntax Set ::= intersectSet(Set, Set) [function, total, hook(SET.intersection), comm] +
+

Set complement

+

You can compute the relative complement of two sets in O(N*log(M)) time (where +N is the size of the second set), or effectively linear. This is the set of +elements in the first set that are not present in the second set.

+
k
syntax Set ::= Set "-Set" Set [function, total, hook(SET.difference), latex({#1}-_{\it Set}{#2}), klabel(Set:difference), symbol] +
+

Set membership

+

You can compute whether an element is a member of a set in O(1) time.

+
k
syntax Bool ::= KItem "in" Set [function, total, hook(SET.in), klabel(Set:in), symbol] +
+

Set inclusion

+

You can determine whether a Set is a strict subset of another Set in O(N) +time (where N is the size of the first set).

+
k
syntax Bool ::= Set "<=Set" Set [function, total, hook(SET.inclusion)] +
+

Set size

+

You can get the number of elements (the cardinality) of a set in O(1) time.

+
k
syntax Int ::= size(Set) [function, total, hook(SET.size)] +
+

Set choice

+

You can get an arbitrarily chosen element of a Set in O(1) time. The same +element will always be returned for the same set, but no guarantee is given +that two different sets will return the same element, even if they are similar.

+
k
syntax KItem ::= choice(Set) [function, hook(SET.choice), klabel(Set:choice)] +
+
k
endmodule +
+

Implementation of Sets

+

The following lemmas are simplifications that the Haskell backend can +apply to simplify expressions of sort Set.

+
k
module SET-KORE-SYMBOLIC [kore,symbolic,haskell] + imports SET + imports private K-EQUAL + imports private BOOL + + //Temporarly rule for #Ceil simplification, should be generated in front-end + +// Matching for this version not implemented. + // rule #Ceil(@S1:Set @S2:Set) => + // {intersectSet(@S1, @S2) #Equals .Set} #And #Ceil(@S1) #And #Ceil(@S2) + // [simplification] + +//simpler version + rule #Ceil(@S:Set SetItem(@E:KItem)) => + {(@E in @S) #Equals false} #And #Ceil(@S) #And #Ceil(@E) + [simplification] + + // -Set simplifications + rule S -Set .Set => S [simplification] + rule .Set -Set _ => .Set [simplification] + rule SetItem(X) -Set (S SetItem(X)) => .Set + ensures notBool (X in S) [simplification] + rule S -Set (S SetItem(X)) => .Set + ensures notBool (X in S) [simplification] + rule (S SetItem(X)) -Set S => SetItem(X) + ensures notBool (X in S) [simplification] + rule (S SetItem(X)) -Set SetItem(X) => S + ensures notBool (X in S) [simplification] + // rule SetItem(X) -Set S => SetItem(X) + // requires notBool (X in S) [simplification] + // rule (S1 SetItem(X)) -Set (S2 SetItem(X)) => S1 -Set S2 + // ensures notBool (X in S1) + // andBool notBool (X in S2) [simplification] + + + + // |Set simplifications + rule S |Set .Set => S [simplification, comm] + rule S |Set S => S [simplification] + + rule (S SetItem(X)) |Set SetItem(X) => S SetItem(X) + ensures notBool (X in S) [simplification, comm] + // Currently disabled, see runtimeverification/haskell-backend#3301 + // rule (S SetItem(X)) |Set S => S SetItem(X) + // ensures notBool (X in S) [simplification, comm] + + // intersectSet simplifications + rule intersectSet(.Set, _ ) => .Set [simplification, comm] + rule intersectSet( S , S ) => S [simplification] + + rule intersectSet( S SetItem(X), SetItem(X)) => SetItem(X) + ensures notBool (X in S) [simplification, comm] + // Currently disabled, see runtimeverification/haskell-backend#3294 + // rule intersectSet( S SetItem(X) , S) => S ensures notBool (X in S) [simplification, comm] + rule intersectSet( S1 SetItem(X), S2 SetItem(X)) => intersectSet(S1, S2) SetItem(X) + ensures notBool (X in S1) + andBool notBool (X in S2) [simplification] + + // membership simplifications + rule _E in .Set => false [simplification] + rule E in (S SetItem(E)) => true + ensures notBool (E in S) [simplification] + +// These two rules would be sound but impose a giant overhead on `in` evaluation: + // rule E1 in (S SetItem(E2)) => true requires E1 in S + // ensures notBool (E2 in S) [simplification] + // rule E1 in (S SetItem(E2)) => E1 in S requires E1 =/=K E2 + // ensures notBool (E2 in S) [simplification] + + rule X in ((SetItem(X) S) |Set _ ) => true + ensures notBool (X in S) [simplification] + rule X in ( _ |Set (SetItem(X) S)) => true + ensures notBool (X in S) [simplification] + +endmodule + +module SET-SYMBOLIC + imports SET-KORE-SYMBOLIC +endmodule +
+

Lists

+

Provided here is the syntax of an implementation of immutable, associative +lists of KItem. This type is hooked to an implementation of lists provided +by the backend. For more information on matching on lists and allowable +patterns for doing so, refer to K's +user documentation.

+
k
module LIST + imports private INT-SYNTAX + imports private BASIC-K + + syntax List [hook(LIST.List)] +
+

List concatenation

+

The List sort is an ordered collection that may contain duplicate elements. +They are backed by relaxed radix balanced trees, which means that they support +efficiently adding elements to both sides of the list, concatenating two lists, +indexing, and updating elements.

+

The concatenation operator is O(log(N)) (where N is the size of the longer +list) when it appears on the right hand side. When it appears on the left hand +side, it is O(N), where N is the number of elements matched on the front and +back of the list.

+
k
syntax List ::= List List [left, function, total, hook(LIST.concat), klabel(_List_), symbol, smtlib(smt_seq_concat), assoc, unit(.List), element(ListItem), format(%1%n%2)] +
+

List unit

+

The list with zero elements is represented by .List.

+
k
syntax List ::= ".List" [function, total, hook(LIST.unit), klabel(.List), symbol, smtlib(smt_seq_nil), latex(\dotCt{List})] +
+

List elements

+

An element of a List is constucted via the ListItem operator.

+
k
syntax List ::= ListItem(KItem) [function, total, hook(LIST.element), klabel(ListItem), symbol, smtlib(smt_seq_elem)] +
+

List indexing

+

You can get an element of a list by its integer offset in O(log(N)) time, or +effectively constant. Positive indices are 0-indexed from the beginning of the +list, and negative indices are -1-indexed from the end of the list. In other +words, 0 is the first element and -1 is the last element.

+
k
syntax KItem ::= List "[" Int "]" [function, hook(LIST.get), klabel(List:get), symbol] +
+

List update

+

You can create a new List with a new value at a particular index in +O(log(N)) time, or effectively constant.

+
k
syntax List ::= List "[" index: Int "<-" value: KItem "]" [function, hook(LIST.update), klabel(List:set)] +
+

List of identical elements

+

You can create a list with length elements, each containing value, in O(N) +time.

+
k
syntax List ::= makeList(length: Int, value: KItem) [function, hook(LIST.make)] +
+

Multiple list update

+

You can create a new List which is equal to dest except the N elements +starting at index are replaced with the contents of src in O(N*log(K)) time +(where K is the size of destand N is the size of src), or effectively linear. Having index + N > K yields an exception.

+
k
syntax List ::= updateList(dest: List, index: Int, src: List) [function, hook(LIST.updateAll)] +
+

List fill

+

You can create a new List where the length elements starting at index +are replaced with value, in O(length*log(N)) time, or effectively linear.

+
k
syntax List ::= fillList(List, index: Int, length: Int, value: KItem) [function, hook(LIST.fill)] +
+

List slicing

+

You can compute a new List by removing fromFront elements from the front +of the list and fromBack elements from the back of the list in +O((fromFront+fromBack)*log(N)) time, or effectively linear.

+
k
syntax List ::= range(List, fromFront: Int, fromBack: Int) [function, hook(LIST.range), klabel(List:range), symbol] +
+

List membership

+

You can compute whether an element is in a list in O(N) time. For repeated +comparisons, it is much better to first convert to a set using List2Set.

+
k
syntax Bool ::= KItem "in" List [function, total, hook(LIST.in), klabel(_inList_)] +
+

List size

+

You can get the number of elements of a list in O(1) time.

+
k
syntax Int ::= size(List) [function, total, hook(LIST.size), klabel (sizeList), smtlib(smt_seq_len)] +
+
k
endmodule +
+

Collection Conversions

+

It is possible to convert from a List to a Set or from a Set to a list. +Converting from a List to a Set and back will not provide the same list; +duplicates will have been removed and the list may be reordered. Converting +from a Set to a List and back will generate the same set.

+

Note that because sets are unordered and lists are ordered, converting from a +Set to a List will generate some arbitrary ordering of elements, which may +be different from the natural ordering you might assume, or may not. Two +equal sets are guaranteed to generate the same ordering, but no guarantee is +otherwise provided about what the ordering will be. In particular, adding an +element to a set may completely reorder the elements already in the set, when +it is converted to a list.

+
k
module COLLECTIONS + imports LIST + imports SET + imports MAP + + syntax List ::= Set2List(Set) [function, total, hook(SET.set2list)] + syntax Set ::= List2Set(List) [function, total, hook(SET.list2set)] + +endmodule +
+

Booleans

+

Provided here is the syntax of an implementation of boolean algebra in K. +This type is hooked to an implementation of booleans provided by the backend. +Note that this algebra is different from the builtin truth in matching logic. +You can, however, convert from the truth of the Bool sort to the truth in +matching logic via the expression {B #Equals true}.

+

The boolean values are true and false.

+
k
module SORT-BOOL + syntax Bool [hook(BOOL.Bool)] +endmodule + +module BOOL-SYNTAX + imports SORT-BOOL + syntax Bool ::= "true" [token] + syntax Bool ::= "false" [token] +endmodule + +module BOOL-COMMON + imports private BASIC-K + imports BOOL-SYNTAX +
+

Basic boolean arithmetic

+

You can:

+
    +
  • Negate a boolean value.
  • +
  • AND two boolean values.
  • +
  • XOR two boolean values.
  • +
  • OR two boolean values.
  • +
  • IMPLIES two boolean values (i.e., P impliesBool Q is the same as +notBool P orBool Q)
  • +
  • Check equality of two boolean values.
  • +
  • Check inequality of two boolean values.
  • +
+

Note that only andThenBool and orElseBool are short-circuiting. andBool +and orBool may be short-circuited in concrete backends, but in symbolic +backends, both arguments will be evaluated.

+
k
syntax Bool ::= "notBool" Bool [function, total, klabel(notBool_), symbol, smt-hook(not), group(boolOperation), latex(\neg_{\scriptstyle\it Bool}{#1}), hook(BOOL.not)] + > Bool "andBool" Bool [function, total, klabel(_andBool_), symbol, left, smt-hook(and), group(boolOperation), latex({#1}\wedge_{\scriptstyle\it Bool}{#2}), hook(BOOL.and)] + | Bool "andThenBool" Bool [function, total, klabel(_andThenBool_), symbol, left, smt-hook(and), group(boolOperation), hook(BOOL.andThen)] + | Bool "xorBool" Bool [function, total, klabel(_xorBool_), symbol, left, smt-hook(xor), group(boolOperation), hook(BOOL.xor)] + | Bool "orBool" Bool [function, total, klabel(_orBool_), symbol, left, smt-hook(or), group(boolOperation), latex({#1}\vee_{\scriptstyle\it Bool}{#2}), hook(BOOL.or)] + | Bool "orElseBool" Bool [function, total, klabel(_orElseBool_), symbol, left, smt-hook(or), group(boolOperation), hook(BOOL.orElse)] + | Bool "impliesBool" Bool [function, total, klabel(_impliesBool_), symbol, left, smt-hook(=>), group(boolOperation), hook(BOOL.implies)] + > left: + Bool "==Bool" Bool [function, total, klabel(_==Bool_), symbol, left, comm, smt-hook(=), hook(BOOL.eq)] + | Bool "=/=Bool" Bool [function, total, klabel(_=/=Bool_), symbol, left, comm, smt-hook(distinct), hook(BOOL.ne)] +
+

Implementation of Booleans

+

The remainder of this section consists of an implementation in K of the +operations listed above.

+
k
rule notBool true => false + rule notBool false => true + + rule true andBool B:Bool => B:Bool + rule B:Bool andBool true => B:Bool [simplification] + rule false andBool _:Bool => false + rule _:Bool andBool false => false [simplification] + + rule true andThenBool K::Bool => K + rule K::Bool andThenBool true => K [simplification] + rule false andThenBool _ => false + rule _ andThenBool false => false [simplification] + + rule false xorBool B:Bool => B:Bool + rule B:Bool xorBool false => B:Bool [simplification] + rule B:Bool xorBool B:Bool => false + + rule true orBool _:Bool => true + rule _:Bool orBool true => true [simplification] + rule false orBool B:Bool => B + rule B:Bool orBool false => B [simplification] + + rule true orElseBool _ => true + rule _ orElseBool true => true [simplification] + rule false orElseBool K::Bool => K + rule K::Bool orElseBool false => K [simplification] + + rule true impliesBool B:Bool => B + rule false impliesBool _:Bool => true + rule _:Bool impliesBool true => true [simplification] + rule B:Bool impliesBool false => notBool B [simplification] + + rule B1:Bool =/=Bool B2:Bool => notBool (B1 ==Bool B2) +endmodule + +module BOOL-KORE [kore, symbolic] + imports BOOL-COMMON + + rule {true #Equals notBool @B} => {false #Equals @B} [simplification] + rule {notBool @B #Equals true} => {@B #Equals false} [simplification] + rule {false #Equals notBool @B} => {true #Equals @B} [simplification] + rule {notBool @B #Equals false} => {@B #Equals true} [simplification] + + rule {true #Equals @B1 andBool @B2} => {true #Equals @B1} #And {true #Equals @B2} [simplification] + rule {@B1 andBool @B2 #Equals true} => {@B1 #Equals true} #And {@B2 #Equals true} [simplification] + rule {false #Equals @B1 orBool @B2} => {false #Equals @B1} #And {false #Equals @B2} [simplification] + rule {@B1 orBool @B2 #Equals false} => {@B1 #Equals false} #And {@B2 #Equals false} [simplification] +endmodule + +module BOOL + imports BOOL-COMMON + imports BOOL-KORE +endmodule +
+

Integers

+

Provided here is the syntax of an implementation of arbitrary-precision +integer arithmetic in K. This type is hooked to an implementation of integers +provided by the backend. For a fixed-width integer type, see the MINT module +below.

+

The UNSIGNED-INT-SYNTAX module provides a syntax of whole numbers in K. +This is useful because often programming languages implement the sign of an +integer as a unary operator rather than part of the lexical syntax of integers. +However, you can also directly reference integers with a sign using the +INT-SYNTAX module.

+
k
module UNSIGNED-INT-SYNTAX + syntax Int [hook(INT.Int)] + syntax Int ::= r"[0-9]+" [prefer, token, prec(2)] +endmodule + +module INT-SYNTAX + imports UNSIGNED-INT-SYNTAX + syntax Int ::= r"[\\+-]?[0-9]+" [prefer, token, prec(2)] +endmodule + +module INT-COMMON + imports INT-SYNTAX + imports private BOOL +
+

Integer arithmetic

+

You can:

+
    +
  • Compute the bitwise complement ~Int of an integer value in twos-complement.
  • +
  • Compute the exponentiation ^Int of two integers.
  • +
  • Compute the exponentiation of two integers modulo another integer (^%Int). +A ^%Int B C is equal in value to (A ^Int B) %Int C, but has a better +asymptotic complexity.
  • +
  • Compute the product *Int of two integers.
  • +
  • Compute the quotient /Int or modulus %Int of two integers using +t-division, which rounds towards zero. Division by zero is #False.
  • +
  • Compute the quotient divInt or modulus modInt of two integers using +Euclidean division, in which the remainder is always non-negative. Division +by zero is #False.
  • +
  • Compute the sum +Int or difference -Int of two integers.
  • +
  • Compute the arithmetic right shift >>Int of two integers. Shifting by a +negative quantity is #False.
  • +
  • Compute the left shift of two integers. Shifting by a negative quantity is +#False.
  • +
  • Compute the bitwise and of two integers in twos-complement.
  • +
  • Compute the bitwise xor of two integers in twos-complement.
  • +
  • Compute the bitwise inclusive-or of two integers in twos-complement.
  • +
+
k
syntax Int ::= "~Int" Int [function, klabel(~Int_), symbol, total, latex(\mathop{\sim_{\scriptstyle\it Int}}{#1}), hook(INT.not), smtlib(notInt)] + > left: + Int "^Int" Int [function, klabel(_^Int_), symbol, left, smt-hook(^), latex({#1}\mathrel{{\char`\^}_{\!\scriptstyle\it Int}}{#2}), hook(INT.pow)] + | Int "^%Int" Int Int [function, klabel(_^%Int__), symbol, left, smt-hook((mod (^ #1 #2) #3)), hook(INT.powmod)] + > left: + Int "*Int" Int [function, total, klabel(_*Int_), symbol, left, comm, smt-hook(*), latex({#1}\mathrel{\ast_{\scriptstyle\it Int}}{#2}), hook(INT.mul)] + /* FIXME: translate /Int and %Int into smtlib */ + /* /Int and %Int implement t-division, which rounds towards 0 */ + | Int "/Int" Int [function, klabel(_/Int_), symbol, left, smt-hook(div), latex({#1}\mathrel{\div_{\scriptstyle\it Int}}{#2}), hook(INT.tdiv)] + | Int "%Int" Int [function, klabel(_%Int_), symbol, left, smt-hook(mod), latex({#1}\mathrel{\%_{\scriptstyle\it Int}}{#2}), hook(INT.tmod)] + /* divInt and modInt implement e-division according to the Euclidean division theorem, therefore the remainder is always positive */ + | Int "divInt" Int [function, klabel(_divInt_), symbol, left, smt-hook(div), hook(INT.ediv)] + | Int "modInt" Int [function, klabel(_modInt_), symbol, left, smt-hook(mod), hook(INT.emod)] + > left: + Int "+Int" Int [function, total, klabel(_+Int_), symbol, left, comm, smt-hook(+), latex({#1}\mathrel{+_{\scriptstyle\it Int}}{#2}), hook(INT.add)] + | Int "-Int" Int [function, total, klabel(_-Int_), symbol, left, smt-hook(-), latex({#1}\mathrel{-_{\scriptstyle\it Int}}{#2}), hook(INT.sub)] + > left: + Int ">>Int" Int [function, klabel(_>>Int_), symbol, left, latex({#1}\mathrel{\gg_{\scriptstyle\it Int}}{#2}), hook(INT.shr), smtlib(shrInt)] + | Int "<<Int" Int [function, klabel(_<<Int_), symbol, left, latex({#1}\mathrel{\ll_{\scriptstyle\it Int}}{#2}), hook(INT.shl), smtlib(shlInt)] + > left: + Int "&Int" Int [function, total, klabel(_&Int_), symbol, left, comm, latex({#1}\mathrel{\&_{\scriptstyle\it Int}}{#2}), hook(INT.and), smtlib(andInt)] + > left: + Int "xorInt" Int [function, total, klabel(_xorInt_), symbol, left, comm, latex({#1}\mathrel{\oplus_{\scriptstyle\it Int}}{#2}), hook(INT.xor), smtlib(xorInt)] + > left: + Int "|Int" Int [function, total, klabel(_|Int_), symbol, left, comm, latex({#1}\mathrel{|_{\scriptstyle\it Int}}{#2}), hook(INT.or), smtlib(orInt)] +
+

Integer minimum and maximum

+

You can compute the minimum and maximum minInt and maxInt of two integers.

+
k
syntax Int ::= "minInt" "(" Int "," Int ")" [function, total, smt-hook((ite (< #1 #2) #1 #2)), hook(INT.min)] + | "maxInt" "(" Int "," Int ")" [function, total, smt-hook((ite (< #1 #2) #2 #1)), hook(INT.max)] +
+

Absolute value

+

You can compute the absolute value absInt of an integer.

+
k
syntax Int ::= absInt ( Int ) [function, total, smt-hook((ite (< #1 0) (- 0 #1) #1)), hook(INT.abs)] +
+

Log base 2

+

You can compute the log base 2, rounded towards zero, of an integer. The log +base 2 of an integer is equal to the index of the highest bit set in the +representation of a positive integer. Log base 2 of zero or a negative number +is #False.

+
k
syntax Int ::= log2Int ( Int ) [function, hook(INT.log2)] +
+

Bit slicing

+

You can compute the value of a range of bits in the twos-complement +representation of an integer, as interpeted either unsigned or signed, of an +integer. index is offset from 0 and length is the number of bits, starting +with index, that should be read. The number is assumed to be represented +in little endian notation with each byte going from least significant to +most significant. In other words, 0 is the least-significant bit, and each +successive bit is more significant than the last.

+
k
syntax Int ::= bitRangeInt ( Int, index: Int, length: Int ) [function, hook(INT.bitRange)] + | signExtendBitRangeInt ( Int, index: Int, length: Int ) [function, hook(INT.signExtendBitRange)] +
+

Integer comparisons

+

You can compute whether two integers are less than or equal to, less than, +greater than or equal to, greater than, equal, or unequal to another integer.

+
k
syntax Bool ::= Int "<=Int" Int [function, total, klabel(_<=Int_), symbol, smt-hook(<=), latex({#1}\mathrel{\leq_{\scriptstyle\it Int}}{#2}), hook(INT.le)] + | Int "<Int" Int [function, total, klabel(_<Int_), symbol, smt-hook(<), latex({#1}\mathrel{<_{\scriptstyle\it Int}}{#2}), hook(INT.lt)] + | Int ">=Int" Int [function, total, klabel(_>=Int_), symbol, smt-hook(>=), latex({#1}\mathrel{\geq_{\scriptstyle\it Int}}{#2}), hook(INT.ge)] + | Int ">Int" Int [function, total, klabel(_>Int_), symbol, smt-hook(>), latex({#1}\mathrel{>_{\scriptstyle\it Int}}{#2}), hook(INT.gt)] + | Int "==Int" Int [function, total, klabel(_==Int_), symbol, comm, smt-hook(=), latex({#1}\mathrel{{=}{=}_{\scriptstyle\it Int}}{#2}), hook(INT.eq)] + | Int "=/=Int" Int [function, total, klabel(_=/=Int_), symbol, comm, smt-hook(distinct), latex({#1}\mathrel{{=}{/}{=}_{\scriptstyle\it Int}}{#2}), hook(INT.ne)] +
+

Divides

+

You can compute whether one integer evenly divides another. This is the +case when the second integer modulo the first integer is equal to zero.

+
k
syntax Bool ::= Int "dividesInt" Int [function] +
+

Random integers

+

You can, on concrete backends, compute a pseudorandom integer, or seed the +pseudorandom number generator. These operations are represented as +uninterpreted functions on symbolic backends.

+
k
syntax Int ::= randInt(Int) [function, hook(INT.rand), impure] + syntax K ::= srandInt(Int) [function, hook(INT.srand), impure] +
+

Implementation of Integers

+

The remainder of this section consists of an implementation in K of some +of the operators above, as well as lemmas used by the Java and Haskell backend +to simplify expressions of sort Int. They do not affect the semantics of +integers, merely describing additional rules that the backend can use to +simplify terms.

+
k
endmodule + +module INT-SYMBOLIC [symbolic] + imports INT-COMMON + imports INT-SYMBOLIC-KORE + imports private BOOL + + // Arithmetic Normalization + rule I +Int 0 => I [simplification] + rule I -Int 0 => I [simplification] + + rule X modInt N => X requires 0 <=Int X andBool X <Int N [simplification] + rule X %Int N => X requires 0 <=Int X andBool X <Int N [simplification] + + // Bit-shifts + rule X <<Int 0 => X [simplification] + rule 0 <<Int _ => 0 [simplification] + rule X >>Int 0 => X [simplification] + rule 0 >>Int _ => 0 [simplification] +endmodule + +module INT-SYMBOLIC-KORE [symbolic, kore, haskell] + imports INT-COMMON + imports ML-SYNTAX + imports private BOOL + + // Definability Conditions + rule #Ceil(@I1:Int /Int @I2:Int) => {(@I2 =/=Int 0) #Equals true} #And #Ceil(@I1) #And #Ceil(@I2) [simplification] + rule #Ceil(@I1:Int %Int @I2:Int) => {(@I2 =/=Int 0) #Equals true} #And #Ceil(@I1) #And #Ceil(@I2) [simplification] + rule #Ceil(@I1:Int modInt @I2:Int) => {(@I2 =/=Int 0) #Equals true} #And #Ceil(@I1) #And #Ceil(@I2) [simplification] + rule #Ceil(@I1:Int >>Int @I2:Int) => {(@I2 >=Int 0) #Equals true} #And #Ceil(@I1) #And #Ceil(@I2) [simplification] + rule #Ceil(@I1:Int <<Int @I2:Int) => {(@I2 >=Int 0) #Equals true} #And #Ceil(@I1) #And #Ceil(@I2) [simplification] +endmodule + +module INT-KORE [kore, symbolic] + imports private K-EQUAL + imports private BOOL + imports INT-COMMON + + rule I1:Int ==K I2:Int => I1 ==Int I2 [simplification] + rule {K1 ==Int K2 #Equals true} => {K1 #Equals K2} [simplification] + rule {true #Equals K1 ==Int K2} => {K1 #Equals K2} [simplification] + rule {K1 ==Int K2 #Equals false} => #Not({K1 #Equals K2}) [simplification] + rule {false #Equals K1 ==Int K2} => #Not({K1 #Equals K2}) [simplification] + rule {K1 =/=Int K2 #Equals true} => #Not({K1 #Equals K2}) [simplification] + rule {true #Equals K1 =/=Int K2} => #Not({K1 #Equals K2}) [simplification] + rule {K1 =/=Int K2 #Equals false} => {K1 #Equals K2} [simplification] + rule {false #Equals K1 =/=Int K2} => {K1 #Equals K2} [simplification] + + // Arithmetic Normalization + rule I +Int B => B +Int I [concrete(I), symbolic(B), simplification(51)] + rule A -Int I => A +Int (0 -Int I) [concrete(I), symbolic(A), simplification(51)] + + rule (A +Int I2) +Int I3 => A +Int (I2 +Int I3) [concrete(I2, I3), symbolic(A), simplification] + rule I1 +Int (B +Int I3) => B +Int (I1 +Int I3) [concrete(I1, I3), symbolic(B), simplification] + rule I1 -Int (B +Int I3) => (I1 -Int I3) -Int B [concrete(I1, I3), symbolic(B), simplification] + rule I1 +Int (I2 +Int C) => (I1 +Int I2) +Int C [concrete(I1, I2), symbolic(C), simplification] + rule I1 +Int (I2 -Int C) => (I1 +Int I2) -Int C [concrete(I1, I2), symbolic(C), simplification] + rule (I1 -Int B) +Int I3 => (I1 +Int I3) -Int B [concrete(I1, I3), symbolic(B), simplification] + rule I1 -Int (I2 +Int C) => (I1 -Int I2) -Int C [concrete(I1, I2), symbolic(C), simplification] + rule I1 -Int (I2 -Int C) => (I1 -Int I2) +Int C [concrete(I1, I2), symbolic(C), simplification] + rule (C -Int I2) -Int I3 => C -Int (I2 +Int I3) [concrete(I2, I3), symbolic(C), simplification] + + rule I1 &Int (I2 &Int C) => (I1 &Int I2) &Int C [concrete(I1, I2), symbolic(C), simplification] +endmodule + +module INT + imports INT-COMMON + imports INT-SYMBOLIC + imports INT-KORE + imports private K-EQUAL + imports private BOOL + + rule bitRangeInt(I::Int, IDX::Int, LEN::Int) => (I >>Int IDX) modInt (1 <<Int LEN) + + rule signExtendBitRangeInt(I::Int, IDX::Int, LEN::Int) => (bitRangeInt(I, IDX, LEN) +Int (1 <<Int (LEN -Int 1))) modInt (1 <<Int LEN) -Int (1 <<Int (LEN -Int 1)) + + rule I1:Int divInt I2:Int => (I1 -Int (I1 modInt I2)) /Int I2 + requires I2 =/=Int 0 + rule + I1:Int modInt I2:Int + => + ((I1 %Int absInt(I2)) +Int absInt(I2)) %Int absInt(I2) + requires I2 =/=Int 0 [concrete, simplification] + + rule minInt(I1:Int, I2:Int) => I1 requires I1 <=Int I2 + rule minInt(I1:Int, I2:Int) => I2 requires I1 >=Int I2 + + rule I1:Int =/=Int I2:Int => notBool (I1 ==Int I2) + rule (I1:Int dividesInt I2:Int) => (I2 %Int I1) ==Int 0 + + syntax Int ::= freshInt(Int) [freshGenerator, function, total, private] + rule freshInt(I:Int) => I +endmodule +
+

IEEE 754 Floating-point Numbers

+

Provided here is the syntax of an implementation of arbitrary-precision +floating-point arithmetic in K based on a generalization of the IEEE 754 +standard. This type is hooked to an implementation of floats provided by the +backend.

+

The syntax of ordinary floating-point values in K consists of an optional sign +(+ or -) followed by an optional integer part, followed by a decimal point, +followed by an optional fractional part. Either the integer part or the +fractional part must be specified. The mantissa is followed by an optional +exponent part, which consists of an e or E, an optional sign (+ or -), +and an integer. The expoennt is followed by an optional suffix, which can be +either f, F, d, D, or pNxM where N and M are positive integers. +p and x can be either upper or lowercase.

+

The value of a floating-point literal is computed as follows: First the +mantissa is read as a rational number. Then it is multiplied by 10 to the +power of the exponent, which is interpreted as an integer, and defaults to +zero if it is not present. Finally, it is rounded to the nearest possible +value in a floating-point type represented like an IEEE754 floating-point type, +with the number of bits of precision and exponent specified by the suffix. +A suffix of f or f represents the IEEE binary32 format. A suffix of d +or D, or no suffix, represents the IEEE binary64 format. A suffix of +pNxM (either upper or lowercase) specifies exactly N bits of precision and +M bits of exponent. The number of bits of precision is assumed to include +any optional 1 that precedes the IEEE 754 mantissa. In other words, p24x8 +is equal to the IEEE binary32 format, and p53x11 is equal to the IEEE +binary64 format.

+
k
module FLOAT-SYNTAX + syntax Float [hook(FLOAT.Float)] + syntax Float ::= r"([\\+-]?[0-9]+(\\.[0-9]*)?|\\.[0-9]+)([eE][\\+-]?[0-9]+)?([fFdD]|([pP][0-9]+[xX][0-9]+))?" [token, prec(1)] + syntax Float ::= r"[\\+-]?Infinity([fFdD]|([pP][0-9]+[xX][0-9]+))?" [token, prec(3)] + syntax Float ::= r"NaN([fFdD]|([pP][0-9]+[xX][0-9]+))?" [token, prec(3)] +endmodule + +module FLOAT + imports FLOAT-SYNTAX + imports private BOOL + imports private INT-SYNTAX +
+

Float precision

+

You can retrieve the number of bits of precision in a Float.

+
k
syntax Int ::= precisionFloat(Float) [function, total, hook(FLOAT.precision)] +
+

Float exponent bits

+

You can retrieve the number of bits of exponent range in a Float.

+
k
syntax Int ::= exponentBitsFloat(Float) [function, total, hook(FLOAT.exponentBits)] +
+

Float exponent

+

You can retrieve the value of the exponent bits of a Float as an integer.

+
k
syntax Int ::= exponentFloat(Float) [function, total, hook(FLOAT.exponent)] +
+

Float sign

+

You can retrieve the value of the sign bit of a Float as a boolean. True +means the sign bit is set.

+
k
syntax Bool ::= signFloat(Float) [function, total, hook(FLOAT.sign)] +
+

Float special values

+

You can check whether a Float value is infinite or Not-a-Number.

+
k
syntax Bool ::= isNaN(Float) [function, total, smt-hook(fp.isNaN), hook(FLOAT.isNaN)] + | isInfinite(Float) [function, total] +
+

Float arithmetic

+

You can:

+
    +
  • Compute the unary negation --Float of a float. --Float X is distinct +from 0.0 -Float X. For example, 0.0 -Float 0.0 is positive zero. +--Float 0.0 is negative zero.
  • +
  • Compute the exponentation ^Float of two floats.
  • +
  • Compute the product *Float, quotient /Float, or remainder %Float of two +floats. The remainder is computed based on rounding the quotient of the two +floats to the nearest integer.
  • +
  • Compute the sum +Float or difference -Float of two floats.
  • +
+
k
syntax Float ::= "--Float" Float [function, total, smt-hook(fp.neg), hook(FLOAT.neg)] + > Float "^Float" Float [function, left, latex({#1}^{#2}), hook(FLOAT.pow)] + > left: + Float "*Float" Float [function, left, smt-hook((fp.mul roundNearestTiesToEven #1 #2)), latex({#1}\mathrel{\ast_{\scriptstyle\it Float}}{#2}), hook(FLOAT.mul)] + | Float "/Float" Float [function, left, smt-hook((fp.div roundNearestTiesToEven #1 #2)), latex({#1}\mathrel{\div_{\scriptstyle\it Float}}{#2}), hook(FLOAT.div)] + | Float "%Float" Float [function, left, smt-hook((fp.rem roundNearestTiesToEven #1 #2)), latex({#1}\mathrel{\%_{\scriptstyle\it Float}}{#2}), hook(FLOAT.rem)] + > left: + Float "+Float" Float [function, left, smt-hook((fp.add roundNearestTiesToEven #1 #2)), latex({#1}\mathrel{+_{\scriptstyle\it Float}}{#2}), hook(FLOAT.add)] + | Float "-Float" Float [function, left, smt-hook((fp.sub roundNearestTiesToEven #1 #2)), latex({#1}\mathrel{-_{\scriptstyle\it Float}}{#2}), hook(FLOAT.sub)] +
+

Floating-point mathematics

+

You can:

+
    +
  • Compute the Nth integer root rootFloat of a float.
  • +
  • Compute the absolute value absFloat of a float.
  • +
  • Round a floating-point number to a specified precision and exponent +range (roundFloat). The resulting Float will yield the specified values +when calling precisionFloat and exponentBitsFloat and when performing +further computation.
  • +
  • Round a float to the next lowest floating-point value which is an integer +(floorFloat).
  • +
  • Round a float to the next highest floating-point value which is an integer +(ceilFloat).
  • +
  • Round a float to the next closest floating-point value which is an integer, in +the direction of zero (truncFloat).
  • +
  • Compute the natural exponential expFloat of a float (i.e. e^x).
  • +
  • Compute the natural logarithm logFloat of a float.
  • +
  • Compute the sine sinFloat of a float.
  • +
  • Compute the cosine cosFloat of a float.
  • +
  • Compute the tangent tanFlooat of a float.
  • +
  • Compute the arcsine asinFloat of a float.
  • +
  • Compute the arccosine acosFloat of a float.
  • +
  • Compute the arctangent atanFloat of a float.
  • +
  • Compute the arctangent atan2Float of two floats.
  • +
  • Compute the maximum maxFloat of two floats.
  • +
  • Compute the minimum minFloat of two floats.
  • +
  • Compute the square root sqrtFloat of a float.
  • +
  • Compute the largest finite value expressible in a specified precision and +exponent range (maxValueFloat).
  • +
  • Compute the smallest positive finite value expressible in a specified +precision and exponent range (minValueFloat).
  • +
+
k
syntax Float ::= rootFloat(Float, Int) [function, hook(FLOAT.root)] + | absFloat(Float) [function, total, smt-hook(fp.abs), hook(FLOAT.abs)] + | roundFloat(Float, precision: Int, exponentBits: Int) [function, hook(FLOAT.round)] + | floorFloat(Float) [function, total, hook(FLOAT.floor)] + | ceilFloat(Float) [function, total, hook(FLOAT.ceil)] + | truncFloat(Float) [function, total, hook(FLOAT.trunc)] + | expFloat(Float) [function, total, hook(FLOAT.exp)] + | logFloat(Float) [function, hook(FLOAT.log)] + | sinFloat(Float) [function, total, hook(FLOAT.sin)] + | cosFloat(Float) [function, total, hook(FLOAT.cos)] + | tanFloat(Float) [function, hook(FLOAT.tan)] + | asinFloat(Float) [function, hook(FLOAT.asin)] + | acosFloat(Float) [function, hook(FLOAT.acos)] + | atanFloat(Float) [function, total, hook(FLOAT.atan)] + | atan2Float(Float, Float) [function, hook(FLOAT.atan2)] + | maxFloat(Float, Float) [function, smt-hook(fp.max), hook(FLOAT.max)] + | minFloat(Float, Float) [function, smt-hook(fp.min), hook(FLOAT.min)] + | sqrtFloat(Float) [function] + | maxValueFloat(precision: Int, exponentBits: Int) [function, hook(FLOAT.maxValue)] + | minValueFloat(precision: Int, exponentBits: Int) [function, hook(FLOAT.minValue)] +
+

Floating-point comparisons

+

Compute whether a float is less than or equasl to, less than, greater than or +equal to, greater than, equal, or unequal to another float. Note that +X ==Float Y and X ==K Y might yield different values. The latter should be +used in cases where you want to compare whether two values of sort Float +contain the same term. The former should be used when you want to implement +the == operator of a programming language. In particular, NaN =/=Float NaN +is true, because NaN compares unequal to all values, including itself, in +IEEE 754 arithmetic. 0.0 ==Float -0.0 is also true.

+
k
syntax Bool ::= Float "<=Float" Float [function, smt-hook(fp.leq), latex({#1}\mathrel{\leq_{\scriptstyle\it Float}}{#2}), hook(FLOAT.le)] + | Float "<Float" Float [function, smt-hook(fp.lt), latex({#1}\mathrel{<_{\scriptstyle\it Float}}{#2}), hook(FLOAT.lt)] + | Float ">=Float" Float [function, smt-hook(fp.geq), latex({#1}\mathrel{\geq_{\scriptstyle\it Float}}{#2}), hook(FLOAT.ge)] + | Float ">Float" Float [function, smt-hook(fg.gt), latex({#1}\mathrel{>_{\scriptstyle\it Float}}{#2}), hook(FLOAT.gt)] + | Float "==Float" Float [function, comm, smt-hook(fp.eq), latex({#1}\mathrel{==_{\scriptstyle\it Float}}{#2}), hook(FLOAT.eq), klabel(_==Float_)] + | Float "=/=Float" Float [function, comm, smt-hook((not (fp.eq #1 #2))), latex({#1}\mathrel{\neq_{\scriptstyle\it Float}}{#2})] + + rule F1:Float =/=Float F2:Float => notBool (F1 ==Float F2) +
+

Conversion between integer and float

+

You can convert an integer to a floating-point number with the specified +precision and exponent range. You can also convert a floating-point number +to the nearest integer. This operation rounds to the nearest integer, but it +also avoids the double-rounding that is present in ceilFloat and floorFloat +if the nearest integer is not representable in the specified floating-point +type.

+
k
syntax Float ::= Int2Float(Int, precision: Int, exponentBits: Int) [function, latex({\\it{}Int2Float}), hook(FLOAT.int2float)] + syntax Int ::= Float2Int(Float) [function, total, latex({\\it{}Float2Int}), hook(FLOAT.float2int)] +
+

Implementation of Floats

+

The remainder of this section consists of an implementation in K of some of the +operators above.

+
k
rule sqrtFloat(F:Float) => rootFloat(F, 2) + + rule isInfinite(F:Float) => F >Float maxValueFloat(precisionFloat(F), exponentBitsFloat(F)) orBool F <Float --Float maxValueFloat(precisionFloat(F), exponentBitsFloat(F)) + +endmodule +
+

Strings

+

Provided here is the syntax of an implementation of Unicode strings in K. This +type is hooked to an implementation of strings provided by the backend. The +implementation is currently incomplete and does not fully support encodings +and code points beyond the initial 256 code points of the Basic Latin and +Latin-1 Supplement blocks. In the future, there may be breaking changes to +the semantics of this module in order to support this functionality.

+

The syntax of strings in K is delineated by double quotes. Inside the double +quotes, any character can appear verbatim except double quotes, backslash, +newline, and carriage return. K also supports the following escape sequences:

+
    +
  • " - the " character
  • +
  • \ - the \ character
  • +
  • \n - newline character
  • +
  • \r - carriage return character
  • +
  • \t - tab character
  • +
  • \f - form feed character
  • +
  • \xFF - \x followed by two hexadecimal characters indicates a code point +between 0x00 and 0xff
  • +
  • \uFFFF - \u followed by four hexadecimal characters indicates a code point +between 0x0000 and 0xffff
  • +
  • \UFFFFFFFF - \U followed by eight hexadecimal characters indicates a code +point between 0x000000 and 0x10ffff
  • +
+
k
module STRING-SYNTAX + syntax String [hook(STRING.String)] + syntax String ::= r"[\\\"](([^\\\"\\n\\r\\\\])|([\\\\][nrtf\\\"\\\\])|([\\\\][x][0-9a-fA-F]{2})|([\\\\][u][0-9a-fA-F]{4})|([\\\\][U][0-9a-fA-F]{8}))*[\\\"]" [token] +endmodule + +module STRING-COMMON + imports STRING-SYNTAX + imports private INT + imports private FLOAT-SYNTAX + imports private K-EQUAL + imports private BOOL +
+

String concatenation

+

You can concatenate two strings in O(N) time. For successive concatenation +operations, it may be better to use the STRING-BUFFER module.

+
k
syntax String ::= String "+String" String [function, total, left, latex({#1}+_{\scriptstyle\it String}{#2}), hook(STRING.concat)] +
+

String length

+

You can get the length of a string in O(1) time.

+
k
syntax Int ::= lengthString ( String ) [function, total, hook(STRING.length)] +
+

Character and integer conversion

+

You can convert between a character (as represented by a string containing +a single code point) and an integer in O(1) time.

+
k
syntax String ::= chrChar ( Int ) [function, hook(STRING.chr)] + syntax Int ::= ordChar ( String ) [function, hook(STRING.ord)] +
+

String substring

+

You can compute a substring of a string in O(N) time (where N is the +length of the substring). There are two important facts to note:

+
    +
  1. the range generated includes the character at startIndex but excludes the +character at endIndex, i.e., the range is [startIndex..endIndex).
  2. +
  3. this function is only defined on valid indices (i.e., it is defined when +startIndex < endIndex and endIndex is less than or equal to the string +length).
  4. +
+
k
syntax String ::= substrString ( String , startIndex: Int , endIndex: Int ) [function, total, hook(STRING.substr)] +
+ +

You can find the first (respectively, last) occurrence of a substring, starting +at a certain index, in another string in O(N*M) time. +Returns -1 if the substring is not found.

+
k
syntax Int ::= findString ( haystack: String , needle: String , index: Int ) [function, hook(STRING.find)] + syntax Int ::= rfindString ( haystack: String , needle: String , index: Int ) [function, hook(STRING.rfind)] +
+ +

You can find the first (respectively, last) occurrence of one of the characters +of the search string, starting at a certain index, in another string in +O(N*M) time.

+
k
syntax Int ::= findChar ( haystack: String , needles: String , index: Int ) [function, hook(STRING.findChar)] + syntax Int ::= rfindChar ( haystack: String , needles: String , index: Int ) [function, hook(STRING.rfindChar)] +
+

String and Bool conversion

+
k
syntax String ::= Bool2String(Bool) [function, total] + rule Bool2String(true) => "true" + rule Bool2String(false) => "false" +
+
k
syntax Bool ::= String2Bool(String) [function] + rule String2Bool("true") => true + rule String2Bool("false") => false +
+

String and float conversion

+

You can convert between a String and a Float. The String will be +represented in the syntax of the Float sort (see the section on the FLOAT +module above for details of that syntax). Which particular string is returned +by Float2String is determined by the backend, but the same Float is +guaranteed to return the same String, and converting that String back to a +Float is guaranteed to return the original Float.

+

You can also convert a Float to a string in a particular syntax using the +variant of Float2String with a format. In this case, the resulting string +is one which results directly from passing that format to mpfr_printf. This +functionality may not be supported on backends that do not use Gnu MPFR to +implement floating-point numbers.

+
k
syntax String ::= Float2String ( Float ) [function, total, hook(STRING.float2string)] + syntax String ::= Float2String ( Float , format: String ) [function, klabel(FloatFormat), hook(STRING.floatFormat)] + syntax Float ::= String2Float ( String ) [function, hook(STRING.string2float)] +
+

String and integer conversions

+

You can convert between a String and an Int. The String will be represented +in the syntax of the INT module (i.e., a nonempty sequence of digits +optionally prefixed by a sign). When converting from an Int to a String, +the sign will not be present unless the integer is negative.

+

You can also convert between a String and an Int in a particular radix. +This radix can be anywhere between 2 and 36. For a radix 2 <= N <= 10, the +digits 0 to N-1 will be used. For a radix 11 <= N <= 36, the digits 0 to 9 +and the first N-10 letters of the Latin alphabet will be used. Both uppercase +and lowercase letters are supported by String2Base. Whether the letters +returned by Base2String are upper or lowercase is determined by the backend, +but the backend will consistently choose one or the other.

+
k
syntax Int ::= String2Int ( String ) [function, hook(STRING.string2int)] + syntax String ::= Int2String ( Int ) [function, total, hook(STRING.int2string)] + syntax String ::= Base2String ( Int , base: Int ) [function, hook(STRING.base2string)] + syntax Int ::= String2Base ( String , base: Int ) [function, hook(STRING.string2base)] +
+

String count and replace

+

You can replace one, some, or all occurrences of a string within another +string in O(N*M) time. The replaceAll, replace, and replaceFirst methods +are identical, except replaceFirst replaces exactly one ocurrence of the +string, the first occurrence. replace replaces the first times occurrences. +And replaceAll replaces every occurrence.

+

You can also count the number of times a string occurs within another string +using countAllOccurrences.

+
k
syntax String ::= "replaceAll" "(" haystack: String "," needle: String "," replacement: String ")" [function, total, hook(STRING.replaceAll)] + syntax String ::= "replace" "(" haystack: String "," needle: String "," replacement: String "," times: Int ")" [function, hook(STRING.replace)] + syntax String ::= "replaceFirst" "(" haystack: String "," needle: String "," replacement: String ")" [function, total, hook(STRING.replaceFirst)] + syntax Int ::= "countAllOccurrences" "(" haystack: String "," needle: String ")" [function, total, hook(STRING.countAllOccurrences)] +
+

String equality and lexicographic comparison

+

You can compare whether two strings are equal or unequal, or whether one string +is less than, less than or equal to, greater than, or greater than or equal to +another according to the natural lexicographic ordering of strings.

+
k
syntax Bool ::= String "==String" String [function, total, comm, hook(STRING.eq)] + | String "=/=String" String [function, total, comm, hook(STRING.ne)] + rule S1:String =/=String S2:String => notBool (S1 ==String S2) + + syntax Bool ::= String "<String" String [function, total, hook(STRING.lt)] + | String "<=String" String [function, total, hook(STRING.le)] + | String ">String" String [function, total, hook(STRING.gt)] + | String ">=String" String [function, total, hook(STRING.ge)] +
+

Implementation of Strings

+

What follows is a few String hooks which are deprecated and only are supported +on certain outdated backends of K, as well as an implementation of several +of the above operations in K.

+
k
syntax String ::= categoryChar(String) [function, hook(STRING.category)] + | directionalityChar(String) [function, hook(STRING.directionality)] + + syntax String ::= "newUUID" [function, hook(STRING.uuid), impure] + + rule S1:String <=String S2:String => notBool (S2 <String S1) + rule S1:String >String S2:String => S2 <String S1 + rule S1:String >=String S2:String => notBool (S1 <String S2) + + rule findChar(S1:String, S2:String, I:Int) => #if findString(S1, substrString(S2, 0, 1), I) ==Int -1 #then findChar(S1, substrString(S2, 1, lengthString(S2)), I) #else #if findChar(S1, substrString(S2, 1, lengthString(S2)), I) ==Int -1 #then findString(S1, substrString(S2, 0, 1), I) #else minInt(findString(S1, substrString(S2, 0, 1), I), findChar(S1, substrString(S2, 1, lengthString(S2)), I)) #fi #fi requires S2 =/=String "" + rule findChar(_, "", _) => -1 + rule rfindChar(S1:String, S2:String, I:Int) => maxInt(rfindString(S1, substrString(S2, 0, 1), I), rfindChar(S1, substrString(S2, 1, lengthString(S2)), I)) requires S2 =/=String "" + rule rfindChar(_, "", _) => -1 + + rule countAllOccurrences(Source:String, ToCount:String) => 0 + requires findString(Source, ToCount, 0) <Int 0 + rule countAllOccurrences(Source:String, ToCount:String) => 1 +Int countAllOccurrences(substrString(Source, findString(Source, ToCount, 0) +Int lengthString(ToCount), lengthString(Source)), ToCount) + requires findString(Source, ToCount, 0) >=Int 0 + + rule replaceFirst(Source:String, ToReplace:String, Replacement:String) => substrString(Source, 0, findString(Source, ToReplace, 0)) + +String Replacement +String substrString(Source, findString(Source, ToReplace, 0) +Int lengthString(ToReplace), lengthString(Source)) + requires findString(Source, ToReplace, 0) >=Int 0 + rule replaceFirst(Source:String, ToReplace:String, _:String) => Source + requires findString(Source, ToReplace, 0) <Int 0 + + + rule replace(Source:String, ToReplace:String, Replacement:String, Count:Int) => + substrString(Source, 0, findString(Source, ToReplace, 0)) +String Replacement +String + replace(substrString(Source, findString(Source, ToReplace, 0) +Int lengthString(ToReplace), lengthString(Source)), ToReplace, Replacement, Count -Int 1) + requires Count >Int 0 + rule replace(Source:String, _, _, 0) => Source + rule replaceAll(Source:String, ToReplace:String, Replacement:String) => replace(Source, ToReplace, Replacement, countAllOccurrences(Source, ToReplace)) + +endmodule + +module STRING-KORE [kore, symbolic] + imports private K-EQUAL + imports STRING-COMMON + + rule S1:String ==K S2:String => S1 ==String S2 [simplification] + +endmodule + +module STRING + imports STRING-COMMON + imports STRING-KORE +endmodule +
+

String Buffers

+

It is a well known fact that repeated string concatenations are quadratic +in performance whereas use of an efficient mutable representation of arrays +can yield linear performance. We thus provide such a sort, the StringBuffer +sort. Axiomatically, it is implemented below on symbolic backends using the +String module. However, on concrete backends it provides an efficient +implementation of string concatenation. There are three operations:

+
    +
  • .StringBuffer creates a new StringBuffer with current content equal +to the empty string.
  • +
  • +String takes a StringBuffer and a String and appends the String to +the end of the StringBuffer
  • +
  • StringBuffer2String converts a StringBuffer to a String. This operation +copies the string so that subsequent modifications to the StringBuffer +will not change the value of the String returned by this function.
  • +
+
k
module STRING-BUFFER-IN-K [symbolic] + imports private BASIC-K + imports STRING + + syntax StringBuffer ::= ".StringBuffer" [function, total] + syntax StringBuffer ::= StringBuffer "+String" String [function, total, avoid] + syntax StringBuffer ::= String + syntax String ::= StringBuffer2String ( StringBuffer ) [function, total] + + rule {SB:String +String S:String}::StringBuffer => (SB +String S)::String + rule .StringBuffer => "" + rule StringBuffer2String(S:String) => S +endmodule + +module STRING-BUFFER-HOOKED [concrete] + imports private BASIC-K + imports STRING + + syntax StringBuffer [hook(BUFFER.StringBuffer)] + syntax StringBuffer ::= ".StringBuffer" [function, total, hook(BUFFER.empty), impure] + syntax StringBuffer ::= StringBuffer "+String" String [function, total, hook(BUFFER.concat), avoid] + syntax String ::= StringBuffer2String ( StringBuffer ) [function, total, hook(BUFFER.toString)] +endmodule + +module STRING-BUFFER + imports STRING-BUFFER-HOOKED + imports STRING-BUFFER-IN-K +endmodule +
+

Byte Arrays

+

Provided here is the syntax of an implementation of fixed-width arrays of Bytes +in K. This type is hooked to an implementation of bytes provided by the +backend. In concrete backends, this representation is mutable and thus multiple +references can occur to the same Bytes object and when one is modified, the +others are also modified. Care should be taken not to rely on this fact however +as this is not the case in symbolic backends and thus you will experience +divergent behavior unless the Bytes type is used in a manner that preserves +consistency.

+
k
module BYTES-SYNTAX + imports private STRING-SYNTAX + + syntax Bytes [hook(BYTES.Bytes)] + syntax Bytes ::= r"b[\\\"](([\\x20\\x21\\x23-\\x5B\\x5D-\\x7E])|([\\\\][tnfr\\\"\\\\])|([\\\\][x][0-9a-fA-F]{2}))*[\\\"]" [token] +endmodule +
+
k
module BYTES-STRING-ENCODE [kore, symbolic] + imports BYTES-SYNTAX +
+

Encoding/decoding between Bytes and String

+

You can encode/decode between Bytes and String using UTF-8, UTF-16LE, UTF-16BE, UTF-32LE, and UTF-32BE

+
k
syntax String ::= decodeBytes ( encoding: String , contents: Bytes ) [function, hook(BYTES.decodeBytes)] + syntax Bytes ::= encodeBytes ( encoding: String , contents: String ) [function, hook(BYTES.encodeBytes)] +endmodule +
+
k
module BYTES-HOOKED + imports STRING-SYNTAX + imports BYTES-SYNTAX + imports BYTES-STRING-ENCODE +
+

Empty byte array

+

The byte array of length zero is represented by .Bytes.

+
k
syntax Bytes ::= ".Bytes" [function, total, hook(BYTES.empty)] +
+

Endianness

+

When converting to/from an integer, byte arrays can be treated as either little +endian (ie, least significant byte first) or big endian (ie, most significant +byte first).

+
k
syntax Endianness ::= "LE" [klabel(littleEndianBytes), symbol] + | "BE" [klabel(bigEndianBytes), symbol] +
+

Signedness

+

When converting to/from an integer, byte arrays can be treated as either signed +or unsigned.

+
k
syntax Signedness ::= "Signed" [klabel(signedBytes), symbol] + | "Unsigned" [klabel(unsignedBytes), symbol] +
+

Integer and Bytes conversion

+

You can convert from a Bytes to an Int. In order to do this, the endianness +and signedness of the Bytes must be provided. The resulting integer is +created by means of interpreting the Bytes as either a twos-complement +representation, or an unsigned representation, of an integer, in the specified +byte order.

+

You can also convert from an Int to a Bytes. This comes in two variants. +In the first, the length of the resulting Bytes in bytes is explicitly +specified. If the length is greater than the highest set bit in the magnitude +of the integer, the result is padded with 0 bits if the number is positive +and 1 bits if the number is negative. If the length is less than the highest +bit set in the magnitude of the integer, the most-significant bits of the +integer will be truncated. The endianness of the resulting Bytes object +is as specified.

+

In the second variant, both endianness and signedness are specified, and +the resulting Bytes object will be the smallest number of bytes necessary +for the resulting Bytes object to be convertible back to the original integer +via Bytes2Int. In other words, if the highest bit set in the magnitude of the +integer is N, then the byte array will be at least N+1 bits long, rounded up +to the nearest byte.

+
k
syntax Int ::= Bytes2Int(Bytes, Endianness, Signedness) [function, total, hook(BYTES.bytes2int)] + syntax Bytes ::= Int2Bytes(length: Int, Int, Endianness) [function, total, hook(BYTES.int2bytes)] + | Int2Bytes(Int, Endianness, Signedness) [function, total, klabel(Int2BytesNoLen)] +
+

String and Bytes conversion

+

You can convert between a Bytes and a String in O(N) time. The resulting +value is a copy of the original and will not be affected by subsequent +mutations of the input or output value.

+
k
syntax String ::= Bytes2String(Bytes) [function, total, hook(BYTES.bytes2string)] + syntax Bytes ::= String2Bytes(String) [function, total, hook(BYTES.string2bytes)] +
+

Bytes update

+

You can set the value of a particular byte in a Bytes object in O(1) time. +The result is #False if value is not in the range [0..255] or if index +is not a valid index (ie, less than zero or greater than or equal to the length +of the Bytes term).

+
k
syntax Bytes ::= Bytes "[" index: Int "<-" value: Int "]" [function, hook(BYTES.update)] +
+

Bytes lookup

+

You can get the value of a particular byte in a Bytes object in O(1) time. +The result is #False if index is not a valid index (see above).

+
k
syntax Int ::= Bytes "[" Int "]" [function, hook(BYTES.get)] +
+

Bytes substring

+

You can get a new Bytes object containing a range of bytes from the input +Bytes in O(N) time (where N is the length of the substring). The range +of bytes included is [startIndex..endIndex). The resulting Bytes is +a copy and mutations to it do not affect mutations to the original Bytes. +The result is #False if startIndex or endIndex are not valid.

+
k
syntax Bytes ::= substrBytes(Bytes, startIndex: Int, endIndex: Int) [function, hook(BYTES.substr)] +
+

Multiple bytes update

+

You can modify a Bytes to return a Bytes which is equal to dest except +the N elements starting at index are replaced with the contents of src in +O(N) time. This does not create a new Bytes object and will instead modify +the original on concrete backends. The result is #False if index + N +is not a valid index.

+
k
syntax Bytes ::= replaceAtBytes(dest: Bytes, index: Int, src: Bytes) [function, hook(BYTES.replaceAt)] +
+

Multiple bytes update

+

You can modify a Bytes to return a Bytes which is equal to dest except +the count bytes starting at index are replaced with count bytes of value +Int2Bytes(1, v, LE/BE) in O(count) time. This does not create a new Bytes +object and will instead modify the original on concrete backends. +This will throw an exception if index + count is not a valid index. +The acceptable range of values for v is -128 to 127. This will throw an +exception if v is outside of this range. +This is implemented only for the LLVM backend.

+
k
syntax Bytes ::= memsetBytes(dest: Bytes, index: Int, count: Int, v: Int) [function, hook(BYTES.memset)] +
+

Bytes padding

+

You can create a new Bytes object which is at least length bytes long +by taking the input sequence and padding it on the right (respectively, on the +left) with the specified value. This does not create a new Bytes object +if the input is already at least length bytes long, and will instead +return the input unchanged. The result is #False if value is not in the +range [0..255], or if the length is negative.

+
k
syntax Bytes ::= padRightBytes(Bytes, length: Int, value: Int) [function, hook(BYTES.padRight)] + | padLeftBytes(Bytes, length: Int, value: Int) [function, hook(BYTES.padLeft)] +
+

Bytes reverse

+

You can reverse a Bytes object in O(N) time. This does not create a new +Bytes object and will instead modify the original on concrete backends.

+
k
syntax Bytes ::= reverseBytes(Bytes) [function, total, hook(BYTES.reverse)] +
+

Bytes length

+

You can get the length of a Bytes term in O(1) time.

+
k
syntax Int ::= lengthBytes(Bytes) [function, total, hook(BYTES.length), smtlib(lengthBytes)] +
+

Bytes concatenation

+

You can create a new Bytes object by concatenating two Bytes objects +together in O(N) time.

+
k
syntax Bytes ::= Bytes "+Bytes" Bytes [function, total, hook(BYTES.concat), right] + +endmodule +
+

Implementation of Bytes

+

The remainder of this module consists of an implementation of some of the +operators listed above in K.

+
k
module BYTES-CONCRETE [concrete] + imports BYTES-HOOKED +endmodule + +module BYTES-KORE [kore] + imports BYTES-HOOKED + imports BYTES-SYMBOLIC-CEIL +endmodule + +module BYTES-SYMBOLIC-CEIL [symbolic, kore] + imports BYTES-HOOKED + imports private INT + imports private BOOL + + rule #Ceil(padRightBytes(_, LEN, VAL)) => {(0 <=Int LEN andBool 0 <=Int VAL andBool VAL <Int 256) #Equals true} [simplification] + rule #Ceil(padLeftBytes(_, LEN, VAL)) => {(0 <=Int LEN andBool 0 <=Int VAL andBool VAL <Int 256) #Equals true} [simplification] +endmodule + +module BYTES + imports BYTES-CONCRETE + imports BYTES-KORE + imports private INT + + rule Int2Bytes(I::Int, E::Endianness, Unsigned) => Int2Bytes((log2Int(I) +Int 8) /Int 8, I, E) + requires I >Int 0 + rule Int2Bytes(0, _::Endianness, _) => .Bytes + rule Int2Bytes(I::Int, E::Endianness, Signed) => Int2Bytes((log2Int(I) +Int 9) /Int 8, I, E) + requires I >Int 0 + rule Int2Bytes(I::Int, E::Endianness, Signed) => Int2Bytes((log2Int(~Int I) +Int 9) /Int 8, I, E) + requires I <Int -1 + rule Int2Bytes(-1, E::Endianness, Signed) => Int2Bytes(1, -1, E) +endmodule +
+

Program identifiers

+

Provided here is an implementation for program identifiers in K. Developers +of semantics for a particular language may wish to use their own implementation +instead of the one provided here if their syntax differs from the syntax +defined below. However, this is provided for convenience for developers who +do not care about the lexical syntax of identifiers.

+

Provided are the following pieces of functionality:

+
    +
  • Id2String - Convert an Id to a String containing its name
  • +
  • String2Id - Convert a String to an Id with the specified name
  • +
  • !X:Id - You can get a fresh identifier distinct from any previous identifier +generated by this syntax.
  • +
+
k
module ID-SYNTAX-PROGRAM-PARSING + imports BUILTIN-ID-TOKENS + syntax Id ::= r"(?<![A-Za-z0-9\\_])[A-Za-z\\_][A-Za-z0-9\\_]*" [prec(1), token] + | #LowerId [token] + | #UpperId [token] +endmodule + +module ID-SYNTAX + syntax Id [token] +endmodule + +module ID-COMMON + imports ID-SYNTAX + imports private STRING + + syntax String ::= Id2String ( Id ) [function, total, hook(STRING.token2string)] + syntax Id ::= String2Id (String) [function, total, hook(STRING.string2token)] + syntax Id ::= freshId(Int) [freshGenerator, function, total, private] + + rule freshId(I:Int) => String2Id("_" +String Int2String(I)) +endmodule + +module ID + imports ID-COMMON +endmodule +
+

Equality and conditionals

+

Provided here are implementations of two important primitives in K:

+
    +
  • ==K - the equality between two terms. Returns true if they are equal +and false if they are not equal.
  • +
  • #if #then #else #fi - polymorphic conditional function. If the first +argument evaluates to true, the second argument is returned. Otherwise, +the third argument is returned. Note that this does not short-circuit on +symbolic backends.
  • +
+
k
module K-EQUAL-SYNTAX + imports private BOOL + imports private BASIC-K + + syntax Bool ::= left: + K "==K" K [function, total, comm, smt-hook(=), hook(KEQUAL.eq), klabel(_==K_), symbol, latex({#1}\mathrel{=_K}{#2}), group(equalEqualK)] + | K "=/=K" K [function, total, comm, smt-hook(distinct), hook(KEQUAL.ne), klabel(_=/=K_), symbol, latex({#1}\mathrel{\neq_K}{#2}), group(notEqualEqualK)] + + syntax priorities equalEqualK notEqualEqualK > boolOperation mlOp + + syntax {Sort} Sort ::= "#if" Bool "#then" Sort "#else" Sort "#fi" [function, total, smt-hook(ite), hook(KEQUAL.ite)] + +endmodule + +module K-EQUAL-KORE [kore, symbolic] + import private BOOL + import K-EQUAL-SYNTAX + + rule K1:Bool ==K K2:Bool => K1 ==Bool K2 [simplification] + rule {K1 ==K K2 #Equals true} => {K1 #Equals K2} [simplification] + rule {true #Equals K1 ==K K2} => {K1 #Equals K2} [simplification] + rule {K1 ==K K2 #Equals false} => #Not({K1 #Equals K2}) [simplification] + rule {false #Equals K1 ==K K2} => #Not({K1 #Equals K2}) [simplification] + rule {K1 =/=K K2 #Equals true} => #Not({K1 #Equals K2}) [simplification] + rule {true #Equals K1 =/=K K2} => #Not({K1 #Equals K2}) [simplification] + rule {K1 =/=K K2 #Equals false} => {K1 #Equals K2} [simplification] + rule {false #Equals K1 =/=K K2} => {K1 #Equals K2} [simplification] + +endmodule + +module K-EQUAL + import private BOOL + import K-EQUAL-SYNTAX + import K-EQUAL-KORE + + rule K1:K =/=K K2:K => notBool (K1 ==K K2) + + rule #if C:Bool #then B1::K #else _ #fi => B1 requires C + rule #if C:Bool #then _ #else B2::K #fi => B2 requires notBool C + +endmodule +
+

Meta operations

+

Provided below are a few miscellaneous, mostly deprecated functions in K. +It is not recommended to use any of them directly as they are largely +unsupported in modern K. There are a few exceptions:

+
    +
  • #getenv - Returns the value of an environment variable
  • +
  • #kompiledDirectory - Returns the path to the current compiled K definition +directory.
  • +
  • #unparseKORE - Takes a K term and converts it to a string.
  • +
+
k
module K-REFLECTION + imports BASIC-K + imports STRING + + syntax K ::= "#configuration" [function, impure, hook(KREFLECTION.configuration)] + syntax String ::= #sort(K) [function, hook(KREFLECTION.sort)] + syntax KItem ::= #fresh(String) [function, hook(KREFLECTION.fresh), impure] + syntax KItem ::= getKLabel(K) [function, hook(KREFLECTION.getKLabel)] + + syntax K ::= #getenv(String) [function, impure, hook(KREFLECTION.getenv)] + + syntax String ::= #kompiledDirectory() [function, hook(KREFLECTION.kompiledDir)] + + // meaningful only for the purposes of compilation to a binary, otherwise + // undefined + syntax List ::= #argv() [function, hook(KREFLECTION.argv)] + + syntax {Sort} String ::= #unparseKORE(Sort) [function, hook(KREFLECTION.printKORE)] + syntax IOError ::= "#noParse" "(" String ")" [klabel(#noParse), symbol] + +endmodule +
+

I/O in K

+

Concrete execution in K supports I/O operations. This functionality is not +supported during symbolic execution, because symbolic execution must exist +completely free of side-effects, and I/O is an irreducible type of side effect. +However, it is useful in many cases when defining concrete execution to be able +to make reference to I/O operations.

+

The design of these I/O operations is based on the POSIX standard, for the most +part. For example, the #read K function maps to the read POSIX function. We +do not at this time have a higher-level API for I/O, but this may be +implemented at some point in the future.

+

I/O operations generally return either their result, or an IOError term +corresponding to the errno returned by the underlying system call.

+
k
module K-IO + imports private LIST + imports private STRING + imports private INT +
+

I/O errors

+

Aside from EOF, which is returned by #getc if the file is at end-of-file, all +of the below I/O errors correspond to possible values for errno after calling +a library function. If the errno returned is not one of the below errnos +known to K, #unknownIOError is returned along with the integer errno value.

+
k
syntax IOError ::= "#EOF" [klabel(#EOF), symbol] | #unknownIOError(errno: Int) [symbol] + | "#E2BIG" [klabel(#E2BIG), symbol] + | "#EACCES" [klabel(#EACCES), symbol] + | "#EAGAIN" [klabel(#EAGAIN), symbol] + | "#EBADF" [klabel(#EBADF), symbol] + | "#EBUSY" [klabel(#EBUSY), symbol] + | "#ECHILD" [klabel(#ECHILD), symbol] + | "#EDEADLK" [klabel(#EDEADLK), symbol] + | "#EDOM" [klabel(#EDOM), symbol] + | "#EEXIST" [klabel(#EEXIST), symbol] + | "#EFAULT" [klabel(#EFAULT), symbol] + | "#EFBIG" [klabel(#EFBIG), symbol] + | "#EINTR" [klabel(#EINTR), symbol] + | "#EINVAL" [klabel(#EINVAL), symbol] + | "#EIO" [klabel(#EIO), symbol] + | "#EISDIR" [klabel(#EISDIR), symbol] + | "#EMFILE" [klabel(#EMFILE), symbol] + | "#EMLINK" [klabel(#EMLINK), symbol] + | "#ENAMETOOLONG" [klabel(#ENAMETOOLONG), symbol] + | "#ENFILE" [klabel(#ENFILE), symbol] + | "#ENODEV" [klabel(#ENODEV), symbol] + | "#ENOENT" [klabel(#ENOENT), symbol] + | "#ENOEXEC" [klabel(#ENOEXEC), symbol] + | "#ENOLCK" [klabel(#ENOLCK), symbol] + | "#ENOMEM" [klabel(#ENOMEM), symbol] + | "#ENOSPC" [klabel(#ENOSPC), symbol] + | "#ENOSYS" [klabel(#ENOSYS), symbol] + | "#ENOTDIR" [klabel(#ENOTDIR), symbol] + | "#ENOTEMPTY" [klabel(#ENOTEMPTY), symbol] + | "#ENOTTY" [klabel(#ENOTTY), symbol] + | "#ENXIO" [klabel(#ENXIO), symbol] + | "#EPERM" [klabel(#EPERM), symbol] + | "#EPIPE" [klabel(#EPIPE), symbol] + | "#ERANGE" [klabel(#ERANGE), symbol] + | "#EROFS" [klabel(#EROFS), symbol] + | "#ESPIPE" [klabel(#ESPIPE), symbol] + | "#ESRCH" [klabel(#ESRCH), symbol] + | "#EXDEV" [klabel(#EXDEV), symbol] + | "#EWOULDBLOCK" [klabel(#EWOULDBLOCK), symbol] + | "#EINPROGRESS" [klabel(#EINPROGRESS), symbol] + | "#EALREADY" [klabel(#EALREADY), symbol] + | "#ENOTSOCK" [klabel(#ENOTSOCK), symbol] + | "#EDESTADDRREQ" [klabel(#EDESTADDRREQ), symbol] + | "#EMSGSIZE" [klabel(#EMSGSIZE), symbol] + | "#EPROTOTYPE" [klabel(#EPROTOTYPE), symbol] + | "#ENOPROTOOPT" [klabel(#ENOPROTOOPT), symbol] + | "#EPROTONOSUPPORT" [klabel(#EPROTONOSUPPORT), symbol] + | "#ESOCKTNOSUPPORT" [klabel(#ESOCKTNOSUPPORT), symbol] + | "#EOPNOTSUPP" [klabel(#EOPNOTSUPP), symbol] + | "#EPFNOSUPPORT" [klabel(#EPFNOSUPPORT), symbol] + | "#EAFNOSUPPORT" [klabel(#EAFNOSUPPORT), symbol] + | "#EADDRINUSE" [klabel(#EADDRINUSE), symbol] + | "#EADDRNOTAVAIL" [klabel(#EADDRNOTAVAIL), symbol] + | "#ENETDOWN" [klabel(#ENETDOWN), symbol] + | "#ENETUNREACH" [klabel(#ENETUNREACH), symbol] + | "#ENETRESET" [klabel(#ENETRESET), symbol] + | "#ECONNABORTED" [klabel(#ECONNABORTED), symbol] + | "#ECONNRESET" [klabel(#ECONNRESET), symbol] + | "#ENOBUFS" [klabel(#ENOBUFS), symbol] + | "#EISCONN" [klabel(#EISCONN), symbol] + | "#ENOTCONN" [klabel(#ENOTCONN), symbol] + | "#ESHUTDOWN" [klabel(#ESHUTDOWN), symbol] + | "#ETOOMANYREFS" [klabel(#ETOOMANYREFS), symbol] + | "#ETIMEDOUT" [klabel(#ETIMEDOUT), symbol] + | "#ECONNREFUSED" [klabel(#ECONNREFUSED), symbol] + | "#EHOSTDOWN" [klabel(#EHOSTDOWN), symbol] + | "#EHOSTUNREACH" [klabel(#EHOSTUNREACH), symbol] + | "#ELOOP" [klabel(#ELOOP), symbol] + | "#EOVERFLOW" [klabel(#EOVERFLOW), symbol] +
+

I/O result sorts

+

Here we see sorts defined to contain either an Int or an IOError, or +either a String or an IOError. These sorts are used to implement the +return sort of functions that may succeed, in which case they return a value, +or may fail, in which case their return value indicates an error and the +error indicated is returned via errno.

+
k
syntax IOInt ::= Int | IOError + syntax IOString ::= String | IOError +
+

Opening a file

+

You can open a file in K using #open. An optional mode indicates the file +open mode, which can have any value allowed by the fopen function in C. +The returned value is the file descriptor that was opened, or an error.

+
k
syntax IOInt ::= "#open" "(" path: String ")" [function] + | "#open" "(" path: String "," mode: String ")" [function, hook(IO.open), impure] + + rule #open(S:String) => #open(S:String, "r+") +
+

Get/set position in file

+

You can get the current offset in a file using #tell. You can also seek +to a particular offset using #seek or #seekEnd. #seek is implemented via +a call to lseek with the SEEK_SET whence. #seekEnd is implemented via a +call to lseek with the SEEK_END whence. You can emulate the SEEK_CUR +whence by means of #seek(FD, #tell(FD) +Int Offset).

+
k
syntax IOInt ::= "#tell" "(" fd: Int ")" [function, hook(IO.tell), impure] + syntax K ::= "#seek" "(" fd: Int "," index: Int ")" [function, hook(IO.seek), impure] + | "#seekEnd" "(" fd: Int "," fromEnd: Int ")" [function, hook(IO.seekEnd), impure] +
+

Read from file

+

You can read a single character from a file using #getc. #EOF is returned +if you are at end-of-fie.

+

You can also read up to length characters in a file using #read. The +resulting read characters are returned, which may be fewer characters than +requested. A string of zero length being returned indicates end-of-file.

+
k
syntax IOInt ::= "#getc" "(" fd: Int ")" [function, hook(IO.getc), impure] + syntax IOString ::= "#read" "(" fd: Int "," length: Int ")" [function, hook(IO.read), impure] +
+

Write to file

+

You can write a single character to a file using #putc. You can also write +a string to a file using #write. The returned value on success is .K.

+
k
syntax K ::= "#putc" "(" fd: Int "," value: Int ")" [function, hook(IO.putc), impure] + | "#write" "(" fd: Int "," value: String ")" [function, hook(IO.write), impure] +
+

Closing a file

+

You can close a file using #close. The returned value on success is .K.

+
k
syntax K ::= "#close" "(" fd: Int ")" [function, hook(IO.close), impure] +
+

Locking/unlocking a file

+

You can lock or unlock parts of a file using the #lock and #unlock +functions. The lock starts at the beginning of the file and continues for +endIndex bytes. Note that Unix systems do not actually prevent locked files +from being read and modified; you will have to lock both sides of a concurrent +access to guarantee exclusivity.

+
k
syntax K ::= "#lock" "(" fd: Int "," endIndex: Int ")" [function, hook(IO.lock), impure] + | "#unlock" "(" fd: Int "," endIndex: Int ")" [function, hook(IO.unlock), impure] +
+

Networking

+

You can accept a connection on a socket using #accept, or shut down the +write end of a socket with #shutdownWrite. Note that facility is not provided +for opening, binding, and listening on sockets. These functions are implemented +in order to support creating stateful request/response servers where the +request loop is implemented using rewriting in K, but the connection +initialization is written in native code and linked into the LLVM backend.

+
k
syntax IOInt ::= "#accept" "(" fd: Int ")" [function, hook(IO.accept), impure] + syntax K ::= "#shutdownWrite" "(" fd: Int ")" [function, hook(IO.shutdownWrite), impure] +
+

Time

+

You can get the current time in seconds since midnight UTC on January 1, 1970 +using #time.

+
k
syntax Int ::= "#time" "(" ")" [function, hook(IO.time), impure] +
+

Builtin file descriptors

+

Provided here are functions that return the file descriptor for standard input, +standard output, and standard error.

+
k
syntax Int ::= "#stdin" [function, total] + | "#stdout" [function, total] + | "#stderr" [function, total] + + rule #stdin => 0 + rule #stdout => 1 + rule #stderr => 2 +
+

Shell access

+

You can execute a command using the shell using the #system operator. Care +must be taken to sanitize inputs to this function or security issues may +result. Note that K has no facility for reasoning about logic that happens +outside its process, so any functionality that you wish to be able to formally +reason about in K should not be implemented via the #system operator.

+
k
syntax KItem ::= #system ( String ) [function, hook(IO.system), impure] + | "#systemResult" "(" Int /* exit code */ "," String /* stdout */ "," String /* stderr */ ")" [klabel(#systemResult), symbol] +
+

Temporary files

+

You can get a temporary file and open it atomically using the #mkstemp +operator. The resulting file will be closed and deleted when K rewriting ends. +For more info on the argument to #mkstemp, see man mkstemp.

+
k
syntax IOFile ::= #mkstemp(template: String) [function, hook(IO.mkstemp), impure] + syntax IOFile ::= IOError + | "#tempFile" "(" path: String "," fd: Int ")" [klabel(#tempFile), symbol] +
+

Deleting a file

+

You can delete a file using its absolute or relative path using the #remove +operator. It returns .K on success or an IOError on failure.

+
k
syntax K ::= #remove(path: String) [function, total, hook(IO.remove), impure] +
+

Logging

+

You can log information to disk using the #logToFile operator. Semantically, +this operator returns .K. However, it has a side effect that is not reasoned +about which is that value will be written to a uniquely-identified file +containing name in its name. The file is only flushed to disk when rewriting +finishes.

+
k
syntax K ::= #logToFile(name: String, value: String) [function, total, hook(IO.log), impure, returnsUnit, symbol] +
+

Strings can also be logged via the logging mechanisms available to the backend. +On the LLVM backend, this just means logging the text to standard error. On the +Haskell backend, a log message of type InfoUserLog is created with the +specified text.

+
k
syntax K ::= #log(value: String) [function, total, hook(IO.logString), impure, returnsUnit, symbol] +
+

Terms can also be logged to standard error in surface syntax, rather than as +KORE using #trace. This operator has similar semantics to #logToFile (i.e. +it returns .K, but prints as an impure side effect). Note that calling +#trace is equivalent to invoking the kprint tool for the first term that is +logged, which requires re-parsing the underlying K definition. Subsequent calls +do not incur this overhead again; the definition is cached.

+
k
syntax K ::= #trace(value: KItem) [function, total, hook(IO.traceTerm), impure, returnsUnit, symbol] + | #traceK(value: K) [function, total, hook(IO.traceTerm), impure, returnsUnit, symbol] +
+

Implementation of high-level I/O streams in K

+

Below is an implementation of the stream="stdin" and stream="stdout" +cell attributes in K. You should not refer to these symbols or modules directly +in your definition. It is provided only so that the K compiler can make use of +it. For more information on how to use this feature, refer to IMP++ in the K +tutorial.

+
k
syntax Stream ::= #buffer(K) + | #istream(Int) + | #parseInput(String, String) + | #ostream(Int) + +endmodule + +// NOTE: DO NOT DIRECTLY IMPORT *-STREAM MODULES +// These stream modules will be automatically instantiated and implicitly imported +// into the main module when `stream` attributes appear in configuration cells. +// Only `Stream` productions and `[stream]` rules will be imported. +// The cell name will be replaced with the one of the main configuration. + +module STDIN-STREAM + imports K-IO + imports K-REFLECTION + imports LIST + imports INT + imports BOOL + + configuration <stdin> ListItem(#buffer($STDIN:String)) ListItem($IO:String) ListItem(#istream(#stdin)) </stdin> + + // read one character at a time until we read whitespace + rule [stdinGetc]: + <stdin> + ListItem(#parseInput(_:String, Delimiters:String)) + ListItem(#buffer(S:String => S +String chrChar({#getc(N)}:>Int))) + ListItem("on") + ListItem(#istream(N:Int)) + </stdin> + requires findChar(S, Delimiters, 0) ==Int -1 // [stdin] + [stream, priority(200)] + + // when we reach whitespace, if it parses create a ListItem + rule [stdinParseString]: + <stdin> + (ListItem(#parseInput("String", Delimiters:String)) => ListItem(S)) + ListItem(#buffer(S:String => "")) + _:List + </stdin> + requires findChar(S, Delimiters, 0) =/=Int -1 // [stdin] + [stream] + + // a hack: handle the case when we read integers without the help of the IO server + rule [stdinParseInt]: + <stdin> + (ListItem(#parseInput("Int", Delimiters:String)) + => ListItem(String2Int(substrString(S, 0, findChar(S, Delimiters, 0))))) + ListItem(#buffer(S:String => substrString(S,findChar(S, Delimiters, 0) +Int 1, lengthString(S)))) + _:List + </stdin> + requires findChar(S, Delimiters, 0) =/=Int -1 + andBool lengthString(S) >Int 1 // [stdin] + [stream] + + rule [stdinTrim]: + <stdin> + ListItem(#parseInput(Sort:String, Delimiters:String)) + ListItem(#buffer(S:String => substrString(S, 1, lengthString(S)))) + _:List + </stdin> + requires findChar(S, Delimiters, 0) =/=Int -1 + andBool Sort =/=String "String" + andBool lengthString(S) <=Int 1 // [stdin] + [stream] + + // NOTE: This unblocking rule will be instantiated and inserted carefully + // when necessary according to user-defined rules, since otherwise it will + // lead to a diverging (i.e., non-terminating) transition system definition. + // Currently, it supports only a simple pattern matching on the top of the + // input stream cell, e.g., + // rule <k> read() => V ... </k> <in> ListItem(V:Int) => .List ... </in> + // Non-supported rules that refer to the input stream cell in a sophisticated + // way will get stuck in concrete execution mode with real IO enabled (i.e., + // under `--io on` option), while they will still work in symbolic execution + // mode or concrete execution mode with real IO disabled (i.e., under `--io + // off`, `--search`, or `--debug` options). + // + // TODO: More patterns need to be supported as well. In that case, we need to + // have a way to specify such patterns. + rule [stdinUnblock]: + <stdin> + (.List => ListItem(#parseInput(?Sort:String, ?Delimiters:String))) + ListItem(#buffer(_:String)) + ... + </stdin> + + /* + syntax Stream ::= "#noIO" + + rule ListItem(#buffer(_)) + (ListItem(#noIO) ListItem(#istream(_:Int)) => .List) [stdin] + */ + +endmodule + +module STDOUT-STREAM + imports K-IO + imports LIST + imports STRING + + configuration <stdout> ListItem(#ostream(#stdout)) ListItem($IO:String) ListItem(#buffer("")) </stdout> +//configuration <stderr> ListItem(#ostream(#stderr)) ListItem($IO:String) ListItem(#buffer("")) </stderr> + + rule [stdoutBufferFloat]: + <stdout> + ListItem(#ostream(_)) + ListItem(_) + ListItem(#buffer(Buffer:String => Buffer +String Float2String(F))) + (ListItem(F:Float) => .List) + _:List + </stdout> + // [stdout, stderr] + [stream, priority(25)] + rule [stdoutBufferInt]: + <stdout> + ListItem(#ostream(_)) + ListItem(_) + ListItem(#buffer(Buffer:String => Buffer +String Int2String(I))) + (ListItem(I:Int) => .List) + _:List + </stdout> + // [stdout, stderr] + [stream, priority(25)] + rule [stdoutBufferString]: + <stdout> + ListItem(#ostream(_)) + ListItem(_) + ListItem(#buffer(Buffer:String => Buffer +String S)) + (ListItem(S:String) => .List) + _:List + </stdout> + // [stdout, stderr] + [stream, priority(25)] + + // Send first char from the buffer to the server + rule [stdoutWrite]: + <stdout> + ListItem(#ostream(N:Int => {#write(N, S) ~> N:Int}:>Int)) + ListItem("on") + ListItem(#buffer(S:String => "")) + _:List + </stdout> + requires S =/=String "" // [stdout, stderr] + [stream, priority(30)] + + /* + syntax Stream ::= "#noIO" + + rule ListItem(#buffer(Buffer:String => Buffer +String Float2String(F))) + (ListItem(F:Float) => .List) + _:List [stdout, stderr] + rule ListItem(#buffer(Buffer:String => Buffer +String Int2String(I))) + (ListItem(I:Int) => .List) + _:List [stdout, stderr] + rule ListItem(#buffer(Buffer:String => Buffer +String S)) + (ListItem(S:String) => .List) + _:List [stdout, stderr] + + rule (ListItem(#ostream(_:Int)) ListItem(#noIO) => .List) + ListItem(#buffer(_)) + _:List [stdout, stderr] + */ + +endmodule +
+

Machine Integers

+

Provided here is an implementation of arbitrarily large fixed-precision binary +integers in K. This type is hooked to an implementation of integers provided +by the backend, and in particular makes use of native machine integers for +certain sizes of integer. For arbitrary-precision integers, see the INT +module above.

+

The syntax of machine integers in K is the same as arbitrary-precision integers +(i.e., an optional sign followed by a sequence of digits) except that machine +integers always end in a suffix pN where N is an integer indicating the +width in bits of the integer. The MInt sort is parametric, and this is +reflected in the literals. For example, the sort of 0p8 is MInt{8}.

+
k
module MINT-SYNTAX + /*@\section{Description} The MInt implements machine integers of arbitrary + * bit width represented in 2's complement. */ + syntax {Width} MInt{Width} [hook(MINT.MInt)] + + /*@ Machine integer of bit width and value. */ + syntax {Width} MInt{Width} ::= r"[\\+-]?[0-9]+[pP][0-9]+" [token, prec(2), hook(MINT.literal)] +endmodule + +module MINT + imports MINT-SYNTAX + imports private INT + imports private BOOL +
+

Bitwidth of MInt

+

You can get the number of bits of width in an MInt using bitwidthMInt.

+
k
syntax {Width} Int ::= bitwidthMInt(MInt{Width}) [function, total, hook(MINT.bitwidth)] +
+

Int and MInt conversions

+

You can convert from an MInt to an Int using the MInt2Signed and +MInt2Unsigned functions. an MInt does not have a sign; its sign is instead +reflected in how operators interpret its value either as a signed integer or as +an unsigned integer. Thus, you can interpret a MInt as a signed integer witth +MInt2Signed, or as an unsigned integer respectively using MInt2Unsigned.

+

You can also convert from an Int to an MInt using Int2MInt. Care must +be given to ensure that the sort context where the Int2MInt operator appears +has the correct bitwidth, as this will influence the width of the resulting +MInt.

+
k
syntax {Width} Int ::= MInt2Signed(MInt{Width}) [function, total, hook(MINT.svalue)] + | MInt2Unsigned(MInt{Width}) [function, total, hook(MINT.uvalue), smt-hook(bv2int)] + + syntax {Width} MInt{Width} ::= Int2MInt(Int) [function, total, hook(MINT.integer), smt-hook(int2bv)] +
+

MInt min and max values

+

You can get the minimum and maximum values of a signed or unsigned MInt +with az specified bit width using sminMInt, smaxMInt, uminMInt, and +umaxMInt.

+
k
syntax Int ::= sminMInt(Int) [function] + | smaxMInt(Int) [function] + | uminMInt(Int) [function] + | umaxMInt(Int) [function] + rule sminMInt(N:Int) => 0 -Int (1 <<Int (N -Int 1)) + rule smaxMInt(N:Int) => (1 <<Int (N -Int 1)) -Int 1 + rule uminMInt(_:Int) => 0 + rule umaxMInt(N:Int) => (1 <<Int N) -Int 1 +
+

MInt bounds checking

+

You can check whether a specified Int will be represented in an MInt +with a specified width without any loss of precision when interpreted as +a signed or unsigned integer using soverflowMInt and uoverflowMInt.

+
k
syntax Bool ::= soverflowMInt(width: Int, Int) [function] + | uoverflowMInt(width: Int, Int) [function] + rule + soverflowMInt(N:Int, I:Int) + => + I <Int sminMInt(N) orBool I >Int smaxMInt(N) + rule + uoverflowMInt(N:Int, I:Int) + => + I <Int uminMInt(N) orBool I >Int umaxMInt(N) +
+

MInt arithmetic

+

You can:

+
    +
  • Compute the bitwise complement ~MInt of an MInt.
  • +
  • Compute the unary negation --MInt of an MInt.
  • +
  • Compute the product *MInt of two MInts.
  • +
  • Compute the quotient /sMInt of two MInts interpreted as signed integers.
  • +
  • Compute the modulus %sMInt of two MInts interpreted as signed integers.
  • +
  • Compute the quotient /uMInt of two MInts interpreted as unsigned +integers.
  • +
  • Compute the modulus %uMInt of two MInts interpreted as unsigned integers.
  • +
  • Compute the sum +MInt of two MInts.
  • +
  • Compute the difference -MInt of two MInts.
  • +
  • Compute the left shift <<MInt of two MInts. The second MInt is always +interpreted as positive.
  • +
  • Compute the arithmetic right shift >>aMInt of two MInts. The second +MInt is always interpreted as positve.
  • +
  • Compute the logical right shift >>lMInt of two MInts. The second MInt +is always interpreted as positive.
  • +
  • Compute the bitwise and &MInt of two MInts.
  • +
  • Compute the bitwise xor xorMInt of two MInts.
  • +
  • Compute the bitwise inclusive or |MInt of two MInts.
  • +
+
k
syntax {Width} MInt{Width} ::= "~MInt" MInt{Width} [function, total, hook(MINT.not), smt-hook(bvnot)] + | "--MInt" MInt{Width} [function, total, hook(MINT.neg), smt-hook(bvuminus)] + > left: + MInt{Width} "*MInt" MInt{Width} [function, total, hook(MINT.mul), smt-hook(bvmul)] + | MInt{Width} "/sMInt" MInt{Width} [function, hook(MINT.sdiv), smt-hook(bvsdiv)] + | MInt{Width} "%sMInt" MInt{Width} [function, hook(MINT.srem), smt-hook(bvsrem)] + | MInt{Width} "/uMInt" MInt{Width} [function, hook(MINT.udiv), smt-hook(bvudiv)] + | MInt{Width} "%uMInt" MInt{Width} [function, hook(MINT.urem), smt-hook(bvurem)] + > left: + MInt{Width} "+MInt" MInt{Width} [function, total, hook(MINT.add), smt-hook(bvadd)] + | MInt{Width} "-MInt" MInt{Width} [function, total, hook(MINT.sub), smt-hook(bvsub)] + > left: + MInt{Width} "<<MInt" MInt{Width} [function, hook(MINT.shl), smt-hook(bvshl)] + | MInt{Width} ">>aMInt" MInt{Width} [function, hook(MINT.ashr), smt-hook(bvashr)] + | MInt{Width} ">>lMInt" MInt{Width} [function, hook(MINT.lshr), smt-hook(bvlshr)] + > left: + MInt{Width} "&MInt" MInt{Width} [function, total, hook(MINT.and), smt-hook(bvand)] + > left: + MInt{Width} "xorMInt" MInt{Width} [function, total, hook(MINT.xor), smt-hook(bvxor)] + > left: + MInt{Width} "|MInt" MInt{Width} [function, total, hook(MINT.or), smt-hook(bvor)] +
+

MInt comparison

+

You can compute whether one MInt is less than, less than or equal to, greater +than, or greater than or equal to another MInt when interpreted as signed +or unsigned integers. You can also compute whether one MInt is equal to or +unequal to another MInt.

+
k
syntax {Width} Bool ::= MInt{Width} "<sMInt" MInt{Width} [function, total, hook(MINT.slt), smt-hook(bvslt)] + | MInt{Width} "<uMInt" MInt{Width} [function, total, hook(MINT.ult), smt-hook(bvult)] + | MInt{Width} "<=sMInt" MInt{Width} [function, total, hook(MINT.sle), smt-hook(bvsle)] + | MInt{Width} "<=uMInt" MInt{Width} [function, total, hook(MINT.ule), smt-hook(bvule)] + | MInt{Width} ">sMInt" MInt{Width} [function, total, hook(MINT.sgt), smt-hook(bvsgt)] + | MInt{Width} ">uMInt" MInt{Width} [function, total, hook(MINT.ugt), smt-hook(bvugt)] + | MInt{Width} ">=sMInt" MInt{Width} [function, total, hook(MINT.sge), smt-hook(bvsge)] + | MInt{Width} ">=uMInt" MInt{Width} [function, total, hook(MINT.uge), smt-hook(bvuge)] + | MInt{Width} "==MInt" MInt{Width} [function, total, hook(MINT.eq), smt-hook(=)] + | MInt{Width} "=/=MInt" MInt{Width} [function, total, hook(MINT.ne), smt-hook(distinct)] +
+

MInt min/max

+

You can compute the signed minimum sMinMInt, the signed maximum sMaxMInt, +the unsigned minimum uMinMInt, and the unsigned maximum uMaxMInt of two +MInts.

+
k
syntax {Width} MInt{Width} ::= sMaxMInt(MInt{Width}, MInt{Width}) [function, total, hook(MINT.smax), smt-hook((ite (bvslt #1 #2) #2 #1))] + | sMinMInt(MInt{Width}, MInt{Width}) [function, total, hook(MINT.smin), smt-hook((ite (bvslt #1 #2) #1 #2))] + | uMaxMInt(MInt{Width}, MInt{Width}) [function, total, hook(MINT.umax), smt-hook((ite (bvult #1 #2) #2 #1))] + | uMinMInt(MInt{Width}, MInt{Width}) [function, total, hook(MINT.umin), smt-hook((ite (bvult #1 #2) #1 #2))] +
+

MInt to MInt conversion

+

You can convert an MInt of one width to another width with roundMInt. +The resulting MInt will be truncated starting from the most significant bit +if the resulting width is smaller than the input. The resulting MInt will be +zero-extended with the same low-order bits if the resulting width is larger +than the input.

+
k
syntax {Width1, Width2} MInt{Width1} ::= roundMInt(MInt{Width2}) [function, total, hook(MINT.round)] +
+
k
endmodule +
+

Strategies

+

K supports a built-in strategy language that allows you to control how rules +apply. In order to enable it, simply import the STRATEGY module in your +definition. This includes the following basic strategy constructs:

+
    +
  • ^ Category:#RuleTag - This is a strategy that indicates that you should +apply a rule with the specified category exactly once. By default, all rules +get the regular tag. This can be changed on individual rules with the tag +attribute.
  • +
  • ~ Category:#RuleTag - This is the state the strategy cell will be in +after a rule has applied. In other words, all rules that do not mention the +strategy cell are automatically instrumented so that they rewrite the current +top of the <s> cell from ^ to ~
  • +
  • <s> - This is the strategy cell and contains the current strategy.
  • +
  • #STUCK() - By default, a rule is automatically inserted into the definition +which adds #STUCK() to the top of the <s> cell if no other rules apply +and if it is not already at the top of the <s> cell.
  • +
+
k
module STRATEGY + imports ML-SYNTAX + imports KVARIABLE-SYNTAX + imports private K-EQUAL + + syntax #RuleTag ::= #KVariable + + syntax Strategy ::= #STUCK() [symbol] + | "^" #RuleTag [symbol, klabel(#applyRule)] + | "~" #RuleTag [symbol, klabel(#appliedRule)] + + configuration <s> $STRATEGY:K </s> +endmodule + +module RULE-TAG-SYNTAX + imports BUILTIN-ID-TOKENS + + syntax #RuleTag ::= #LowerId [token] +endmodule +
+

This is not a complete strategy language. However, it provides several basics. +The user can extend this strategy language into a complete strategy language +in one of three ways. First, they can import the DEFAULT-STRATEGY module, +which provides a very basic strategy that is essentially equivalent to +execution without a strategy. This can be useful if you wish to wholly +manipulate the strategy cell yourself within other rules.

+
k
module DEFAULT-STRATEGY-CONCRETE [concrete] + imports STRATEGY + imports RULE-TAG-SYNTAX + rule ~ regular => ^ regular [anywhere] +endmodule + +module DEFAULT-STRATEGY-SYMBOLIC [symbolic] + imports STRATEGY + imports RULE-TAG-SYNTAX + rule <s> ~ regular => ^ regular ... </s> +endmodule + +module DEFAULT-STRATEGY + imports STRATEGY + imports DEFAULT-STRATEGY-CONCRETE + imports DEFAULT-STRATEGY-SYMBOLIC + + rule initSCell(_) => <s> ^ regular </s> [priority(25)] +endmodule +
+

The second way you can extend the strategy language is with the +STRATEGY-ABSTRACT module. This provides a slightly more advanced set of +strategies which you can use to compose the basic strategies in the STRATEGY +module into more complex strategies. Note however that the functionality +provided is still relatively basic.

+
k
module STRATEGY-ABSTRACT + imports STRATEGY + + syntax #RuleTag ::= "(" #RuleTag ")" [bracket] + // ---------------------------------------------- + + syntax Strategy ::= ".Strategy" + | "(" Strategy ")" [bracket] + // ---------------------------------------------- + rule <s> .Strategy => . ... </s> + + syntax KItem ::= #catchSTUCK ( Strategy ) + // ----------------------------------------- + rule <s> #catchSTUCK(_) => . ... </s> + rule <s> #STUCK() ~> (_S:Strategy => .) ... </s> + rule <s> #STUCK() ~> #catchSTUCK(S) => S ... </s> + + syntax Strategy ::= Strategy ";" Strategy [left] + // ------------------------------------------------ + rule <s> S:Strategy ; S':Strategy => S ~> S' ... </s> + + syntax #RuleTag ::= #RuleTag "|" #RuleTag [left, klabel(#alternateRule)] + // ------------------------------------------------------------------------ + rule <s> ^ RT:#RuleTag | RT':#RuleTag => ^ RT ~> #catchSTUCK(^ RT') ... </s> + + syntax #RuleTag ::= #RuleTag "*" [klabel(#repeatRule)] + // ------------------------------------------------------ + rule <s> ^ RT:#RuleTag * => ^ RT ~> ^ RT * ~> #catchSTUCK(.Strategy) ... </s> +endmodule +
+

The third mechanism for extending the strategy language is to define your own +strategy language. No special facility is required in K in order to compose +strategies together, so you are free to write whatever rules that manipulate +the strategy cell you want, and thus whatever more complex strategies you can +compose from the base builtin strategies.

+
+
+ + +
+ +
+
+ + Basic Builtin Types in K + +
+
+ + Arrays + + +
+
+ + Maps + + +
+
+ + Range Maps + + +
+
+ + Sets + + +
+
+ + Lists + + +
+
+ + Booleans + + +
+
+ + Integers + + +
+
+ + IEEE 754 Floating-point Numbers + + +
+
+ + Strings + + +
+
+ + Byte Arrays + + +
+
+ + I/O in K + + +
+
+ + Machine Integers + + +
+ +
+
+ +
+ +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/include/kframework/builtin/ffi/index.html b/k-distribution/include/kframework/builtin/ffi/index.html new file mode 100644 index 00000000000..5a7ef4a0cb4 --- /dev/null +++ b/k-distribution/include/kframework/builtin/ffi/index.html @@ -0,0 +1,619 @@ + + + + + + + + + + + + + + +K Foreign Function Interface | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

K Foreign Function Interface

+

The K Foreign Function Interface (FFI) module provides a way to call native +functions directly from a K semantics using the C ABI. It also provides +utilities for allocating and deallocating byte buffers with static addresses +that are suitable for being passed to native code.

+

It is built off of the underlying libffi library +(https://sourceware.org/libffi/) and is subject to some of the same +limitations as that library. Bear in mind, because this library exposes +a number of unsafe C APIs directly, misuse of the library is likely to lead +to memory corruption in your interpreter and can cause segmentation faults or +corrupted term representations that lead to undefined behavior at runtime.

+
k
require "domains.md" + +module FFI-SYNTAX + imports private LIST +
+

The FFIType sort is used to declare the native C ABI types of operands passed +to the #ffiCall function. These types roughly correspond to the types +declared in ffi.h by libffi.

+
k
syntax FFIType ::= "#void" [klabel(#ffi_void), symbol] + | "#uint8" [klabel(#ffi_uint8), symbol] + | "#sint8" [klabel(#ffi_sint8), symbol] + | "#uint16" [klabel(#ffi_uint16), symbol] + | "#sint16" [klabel(#ffi_sint16), symbol] + | "#uint32" [klabel(#ffi_uint32), symbol] + | "#sint32" [klabel(#ffi_sint32), symbol] + | "#uint64" [klabel(#ffi_uint64), symbol] + | "#sint64" [klabel(#ffi_sint64), symbol] + | "#float" [klabel(#ffi_float), symbol] + | "#double" [klabel(#ffi_double), symbol] + | "#uchar" [klabel(#ffi_uchar), symbol] + | "#schar" [klabel(#ffi_schar), symbol] + | "#ushort" [klabel(#ffi_ushort), symbol] + | "#sshort" [klabel(#ffi_sshort), symbol] + | "#uint" [klabel(#ffi_uint), symbol] + | "#sint" [klabel(#ffi_sint), symbol] + | "#ulong" [klabel(#ffi_ulong), symbol] + | "#slong" [klabel(#ffi_slong), symbol] + | "#longdouble" [klabel(#ffi_longdouble), symbol] + | "#pointer" [klabel(#ffi_pointer), symbol] + | "#complexfloat" [klabel(#ffi_complexfloat), symbol] + | "#complexdouble" [klabel(#ffi_complexdouble), symbol] + | "#complexlongdouble" [klabel(#ffi_complexlongdouble), symbol] + | "#struct" "(" List ")" [klabel(#ffi_struct), symbol] +endmodule + +module FFI + imports FFI-SYNTAX + imports private BYTES + imports private STRING + imports private BOOL + imports private LIST + imports private INT + +
+

FFI Calls

+

The #ffiCall functions are designed to call a native C ABI function and +return a native result. They come in three variants:

+

Non-variadic

+

In the first variant, #ffiCall(Address, Args, ArgTypes, ReturnType) takes +an integer address of a function (which can be obtained from +#functionAddress), a List of Bytes containing the arguments of the +function, a List of FFITypes containing the types of the parameters of the +function, and an FFIType containing the return type of the function, and +returns the return value of the function as a Bytes.

+
k
syntax Bytes ::= "#ffiCall" "(" Int "," List "," List "," FFIType ")" [function, hook(FFI.call)] +
+

Variadic

+

In the second variant, +#ffiCall(Address, Args, FixedTypes, VariadicTypes, ReturnType takes an +integer address of a function, a List of Bytes containing the arguments +of the call, a List of FFITypes containing the types of the fixed +parameters of the function, a List of FFITypes containing the types of the +variadic parameters of the function, and an FFIType containing the return +type of the function, and returns the return value of the function as a +Bytes.

+
k
syntax Bytes ::= "#ffiCall" "(" Int "," List "," List "," List "," FFIType ")" [function, hook(FFI.call_variadic)] +
+

Generic

+

In the third variant, +#ffiCall(IsVariadic, Address, Args, ArgTypes, NFixed, ReturnType takes +a boolean indicating whether the function is variadic or not, an integer +address of a function, a List of Bytes containing the arguments of the +call, a List of FFITypes containing the parameter typess of the call +followed by the types of the variadic arguments of the call, if any, an Int +containing how many of the arguments of the call are fixed or not, and an +FFIType containing the return type of the function, and returns the return +value of the function as a Bytes.

+
k
syntax Bytes ::= "#ffiCall" "(" Bool "," Int "," List "," List "," Int "," FFIType ")" [function] + + rule #ffiCall(false, Addr::Int, Args::List, Types::List, _, Ret::FFIType) => #ffiCall(Addr, Args, Types, Ret) + rule #ffiCall(true, Addr::Int, Args::List, Types::List, NFixed::Int, Ret::FFIType) => #ffiCall(Addr, Args, range(Types, 0, size(Types) -Int NFixed), range(Types, NFixed, 0), Ret) +
+

Symbol Lookup

+

The FFI module provides a mechanism to look up any function symbol and return +that function's address.

+
k
syntax Int ::= "#functionAddress" "(" String ")" [function, hook(FFI.address)] +
+

Direct Memory Management

+

Most memory used by the LLVM backend to represent terms is managed +automatically via garbage collection. However, a consequence of this is that +a particular term does not have a fixed address across its entire lifetime +in most cases. Sometimes this is undesirable, especially if you intend for +the address of the memory to be taken by the semantics or if you intend +to pass this memory directly to native code. As a result, the FFI module +exposes the following unsafe APIs for memory management. Note that use of +these APIs leaves the burden of memory management completely on the user, +and thus misuse of these functions can lead to things like use-after-free +and other memory corruption bugs.

+

Allocation

+

#alloc(Key, Size, Align) will allocate Size bytes with an alignment +requirement of Align (which must be a power of two), and return it as a +Bytes term. The memory is uniquely identified by its key and that key will +be used later to free the memory. The memory is not implicitly freed by garbage +collection; failure to call #free on the memory at a later date can lead to +memory leaks.

+
k
syntax Bytes ::= "#alloc" "(" KItem "," Int "," Int ")" [function, hook(FFI.alloc)] +
+

Addressing

+

#addess(B) will return an Int representing the address of the first byte of +B, which must be a Bytes. Unless the Bytes term was allocated by #alloc, +the return value is unspecified and may not be the same across multipl +invocations on the same byte buffer. However, it is guaranteed that memory +allocated by #alloc will have the same address throughout its lifetime.

+
k
syntax Int ::= "#address" "(" Bytes ")" [function, hook(FFI.bytes_address)] +
+

Deallocation

+

#free(Key) will free the memory of the Bytes object that was allocated +by a previous call to #alloc. If Key was not used in a previous call to +#alloc, or the memory was already freed, no action is taken. It will generate +undefined behavior if the Bytes term returned by the previous call to +#alloc is still referenced by any other term in the configuration or a +currently evaluating rule. The function returns .K.

+
k
syntax K ::= "#free" "(" KItem ")" [function, hook(FFI.free)] +
+

Reading

+

#nativeRead(Addr, Mem) will read native memory at address Addr into Mem, +reading exactly lengthBytes(Mem) bytes. This will generate undefined behavior +if Addr does not point to a readable segment of memory at least +lengthBytes(Mem) bytes long.

+
k
syntax K ::= "#nativeRead" "(" Int "," Bytes ")" [function, hook(FFI.read)] +
+

Writing

+

#nativeWrite(Addr, Mem) will write the contents of Mem to native memory at +address Addr. The memory will be read prior to being written, and a write +will only happen if the memory has a different value than the current value of +Mem. This will generate undefined behavior if Addr does not point to a +readable segment of memory at least lengthBytes(Mem) bytes long, or if the +memory at address Addr has a different value than currently contained in +Mem, and the memory in question is not writeable.

+
k
syntax K ::= "#nativeWrite" "(" Int "," Bytes ")" [function, hook(FFI.write)] +endmodule +
+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/include/kframework/builtin/json/index.html b/k-distribution/include/kframework/builtin/json/index.html new file mode 100644 index 00000000000..a319b21e0a9 --- /dev/null +++ b/k-distribution/include/kframework/builtin/json/index.html @@ -0,0 +1,428 @@ + + + + + + + + + + + + + + +Syntax of JSON | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Syntax of JSON

+

K provides builtin support for reading/writing to JSON. While the JSON-SYNTAX +module is not precisely the syntax of JSON (utilizing K's syntax for strings, +integers, and floating point numbers rather than the syntax used by JSON), +you can still convert directly to/from the actual syntax of JSON using +the JSON2String and String2JSON hooks.

+
k
module JSON-SYNTAX + imports INT-SYNTAX + imports STRING-SYNTAX + imports BOOL-SYNTAX + imports FLOAT-SYNTAX + + syntax JSONs ::= List{JSON,","} [klabel(JSONs) , symbol] + syntax JSONKey ::= String + syntax JSON ::= "null" [klabel(JSONnull) , symbol] + | String | Int | Float | Bool + | JSONKey ":" JSON [klabel(JSONEntry) , symbol] + | "{" JSONs "}" [klabel(JSONObject) , symbol] + | "[" JSONs "]" [klabel(JSONList) , symbol] +endmodule +
+

Conversion between JSON and String

+

Given a string written in valid JSON, you can convert it to the JSON +sort with the String2JSON function. Assuming the user has not extended +the syntax of the JSON sort with their own constructors, any term of sort +JSON can also be converted to a String using the JSON2String function.

+
k
module JSON + imports JSON-SYNTAX + + syntax String ::= JSON2String(JSON) [function, hook(JSON.json2string)] + + syntax JSON ::= String2JSON(String) [function, hook(JSON.string2json)] +endmodule +
+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/include/kframework/builtin/kast/index.html b/k-distribution/include/kframework/builtin/kast/index.html new file mode 100644 index 00000000000..29fb3796b82 --- /dev/null +++ b/k-distribution/include/kframework/builtin/kast/index.html @@ -0,0 +1,966 @@ + + + + + + + + + + + + + + +K Language Features | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

K Language Features

+

Defined below is a series of modules used to parse inner syntax in K (ie, the +contents of rules, configuration declarations, and contexts).

+

Much of this file exists in tight correspondence with the K implementation, and +K will not work correctly if it is altered without corresponding changes to the +source code of the K tools.

+

Users should only import a few modules from this file. In particular, this +includes SORT-K, BASIC-K, ML-SYNTAX, DEFAULT-LAYOUT, +DEFAULT-CONFIGURATION, and K-AMBIGUITIES. The remaining modules should not +be imported by the user; they are used implicitly by the implementation of K.

+

Basic K Sorts

+

The SORT-K module declares the K sort, and nothing else.

+
k
module SORT-K + syntax K [hook(K.K)] +endmodule +
+

The BASIC-K module declares the K, KItem, and KConfigVar sorts, and +imports the syntax of matching logic.

+
k
module BASIC-K + imports ML-SYNTAX + imports SORT-BOOL + syntax KItem [hook(K.KItem)] + syntax K ::= KItem + syntax KConfigVar [token] + syntax KItem ::= KConfigVar +endmodule +
+

KAST Abstract Syntax

+

Below is defined the abstract syntax of concrete terms in K, the KAST syntax. +Users should rarely if ever have to refer to this syntax; in general, it +suffices to use concrete syntax in rules, configuration declarations, contexts, +etc.

+

This syntax is used directly by the K implementation, and exists here as a +reference for the syntax of KAST, but it should not be imported directly by +the user.

+
k
module KSTRING + syntax KString ::= r"[\\\"](([^\\\"\\n\\r\\\\])|([\\\\][nrtf\\\"\\\\])|([\\\\][x][0-9a-fA-F]{2})|([\\\\][u][0-9a-fA-F]{4})|([\\\\][U][0-9a-fA-F]{8}))*[\\\"]" [token] + // optionally qualified strings, like in Scala "abc", i"abc", r"a*bc", etc. +endmodule + +module BUILTIN-ID-TOKENS + syntax #LowerId ::= r"[a-z][a-zA-Z0-9]*" [prec(2), token] + syntax #UpperId ::= r"[A-Z][a-zA-Z0-9]*" [prec(2), token] +endmodule + +module SORT-KBOTT + imports SORT-K + syntax KBott +endmodule + +module KAST + imports BASIC-K + imports SORT-KBOTT + imports KSTRING + imports BUILTIN-ID-TOKENS + + syntax KBott ::= "#token" "(" KString "," KString ")" [klabel(#KToken), symbol] + | "#klabel" "(" KLabel ")" [klabel(#WrappedKLabel), symbol] + | KLabel "(" KList ")" [klabel(#KApply), symbol] + syntax KItem ::= KBott + + syntax KLabel ::= r"`(\\\\`|\\\\\\\\|[^`\\\\\\n\\r])+`" [token] + | #LowerId [token] + | r"(?<![a-zA-Z0-9])[#a-z][a-zA-Z0-9]*" [token, prec(1)] + // something that doesn't collide with meta-variables + + syntax KList ::= K + | ".KList" [klabel(#EmptyKList), symbol] + | ".::KList" [klabel(#EmptyKList), symbol] + | KList "," KList [klabel(#KList), left, assoc, unit(#EmptyKList), symbol, prefer] +endmodule + + +// To be used when parsing/pretty-printing ground configurations +module KSEQ + imports KAST + imports K-TOP-SORT + syntax K ::= ".K" [klabel(#EmptyK), symbol, unparseAvoid] + | "." [klabel(#EmptyK), symbol] + | ".::K" [klabel(#EmptyK), symbol, unparseAvoid] + syntax K ::= K "~>" K [klabel(#KSequence), left, assoc, unit(#EmptyK), symbol] + syntax left #KSequence + syntax {Sort} Sort ::= "(" Sort ")" [bracket, group(defaultBracket), applyPriority(1)] +endmodule +
+

Syntax of Matching Logic

+

K provides direct access to the symbols of Matching Logic, while giving them +their own concrete syntax distinct from the syntax of the KORE intermediate +representation. These symbols are primarily used during symbolic execution. +The LLVM Backend has relatively little understanding of Matching Logic directly +and use of these symbols directly in rules is likely to cause it to crash. +However, these symbols are necessary when providing lemmas and other types of +logical assistance to proofs and symbolic execution in the Haskell Backend.

+

The correspondance between K symbols and KORE symbols is as follows:

+
    +
  • #Top - \top
  • +
  • #Bottom - \bottom
  • +
  • #Not - \not
  • +
  • #Ceil - \ceil
  • +
  • #Floor - \floor
  • +
  • #Equals - \equals
  • +
  • #And - \and
  • +
  • #Or - \or
  • +
  • #Implies - \implies
  • +
  • #Exists - \exists
  • +
  • #Forall - \forall
  • +
  • #AG - allPathGlobally
  • +
  • #wEF - weakExistsFinally
  • +
  • #wAF - weakAlwaysFinally
  • +
+
k
module ML-SYNTAX [not-lr1] + imports SORT-K + + syntax {Sort} Sort ::= "#Top" [klabel(#Top), symbol, group(mlUnary)] + | "#Bottom" [klabel(#Bottom), symbol, group(mlUnary)] + | "#True" [klabel(#Top), symbol, group(mlUnary), unparseAvoid] + | "#False" [klabel(#Bottom), symbol, group(mlUnary), unparseAvoid] + | "#Not" "(" Sort ")" [klabel(#Not), symbol, mlOp, group(mlUnary)] + + syntax {Sort1, Sort2} Sort2 ::= "#Ceil" "(" Sort1 ")" [klabel(#Ceil), symbol, mlOp, group(mlUnary)] + | "#Floor" "(" Sort1 ")" [klabel(#Floor), symbol, mlOp, group(mlUnary)] + | "{" Sort1 "#Equals" Sort1 "}" [klabel(#Equals), symbol, mlOp, group(mlEquals), comm, format(%1%i%n%2%d%n%3%i%n%4%d%n%5)] + + syntax priorities mlUnary > mlEquals > mlAnd + + syntax {Sort} Sort ::= Sort "#And" Sort [klabel(#And), symbol, assoc, left, comm, unit(#Top), mlOp, group(mlAnd), format(%i%1%d%n%2%n%i%3%d)] + > Sort "#Or" Sort [klabel(#Or), symbol, assoc, left, comm, unit(#Bottom), mlOp, format(%i%1%d%n%2%n%i%3%d)] + > Sort "#Implies" Sort [klabel(#Implies), symbol, mlOp, group(mlImplies), format(%i%1%d%n%2%n%i%3%d)] + + syntax priorities mlImplies > mlQuantifier + + syntax {Sort1, Sort2} Sort2 ::= "#Exists" Sort1 "." Sort2 [klabel(#Exists), symbol, mlOp, mlBinder, group(mlQuantifier)] + | "#Forall" Sort1 "." Sort2 [klabel(#Forall), symbol, mlOp, mlBinder, group(mlQuantifier)] + + syntax {Sort} Sort ::= "#AG" "(" Sort ")" [klabel(#AG), symbol, mlOp] + | "#wEF" "(" Sort ")" [klabel(weakExistsFinally), symbol, mlOp] + | "#wAF" "(" Sort ")" [klabel(weakAlwaysFinally), symbol, mlOp] +endmodule +
+

Variables in K

+

Provided below is the syntax of variables in K. There are four types of +variables in K:

+
    +
  1. Regular variables. These are denoted by variables that begin with an +underscore or a capital letter. These variables match exactly one value +and can be used to refer to it on the right-hand-side.
  2. +
  3. Fresh constants. These are denoted by variables that begin with an !. This +is a convenience syntax which can be used on the right-hand-side only, and +refer to a unique value of the specified sort which is distinct from any +other value that has been generated or will be generated by the !X syntax. +Note that this may not be distinct from values produced via other means.
  4. +
  5. Existential variables. This refers to variables that are existentially +quantified and begin with a ?. They are not required to appear on the +left-hand-side prior to appearing on the right-hand-side, and generally +refer to symbolic quantities that are introduced during rewriting. Refer to +K's documentation for more details.
  6. +
  7. Set variables. These are denoted by variables that begin with a @. +These variables refer to a set of values and are generally used when writing +simplification rules in the Haskell Backend. For more information, refer to +K's documentation.
  8. +
+

There is also a fifth type of "variable", although it is not technically a +variable. This refers to configuration variables, which are used to insert +values into the initial configuration that come from outside the semantics. +The most common of these is the $PGM variable, which conventionally contains +the program being executed and is placed in the <k> cell in the configuration +declaration. These "variables" begin with a $ and their values are populated +by the frontend prior to symbolic or concrete execution of a program.

+
k
module KVARIABLE-SYNTAX + syntax #KVariable +endmodule + +// To be used when parsing/pretty-printing symbolic configurations +module KSEQ-SYMBOLIC + imports KSEQ + imports ML-SYNTAX + imports KVARIABLE-SYNTAX + + syntax #KVariable ::= r"(?<![A-Za-z0-9_\\$!\\?@])(\\!|\\?|@)?([A-Z][A-Za-z0-9'_]*|_|_[A-Z][A-Za-z0-9'_]*)" [token, prec(1)] + | #UpperId [token] + syntax KConfigVar ::= r"(?<![A-Za-z0-9_\\$!\\?@])(\\$)([A-Z][A-Za-z0-9'_]*)" [token] + syntax KBott ::= #KVariable + syntax KBott ::= KConfigVar + syntax KLabel ::= #KVariable +endmodule +
+

Syntax of Cells

+

While the backend treats cells as regular productions like any other, the +frontend provides a significant amount of convenience notation for dealing with +groups of cells, in order to make writing modular definitions easier. As a +result, we need a syntax for groups of cells and for referring to cells within +rules, configuration declarations, and functions.

+

For historical reasons, the Bag sort is used to refer to groups of cells. +This may change in a future release. Users can combine cells in any order +by concatenating them together, and can refer to the absence of any cells with +the .Bag symbol. You can also refer to cells within a function by placing +the cell context symbol, [[ K ]] at the top of a rule, placing a function +symbol inside, and referring to cells afterwards. This implicitly inserts +a reference to the configuration at the time prior to the currently-applied +rule being applied which can be matched on within the function. Functions with +such context cannot be referred to in the initial configuration, because the +prior configuration does not yet exist.

+
k
module KCELLS + imports KAST + + syntax Cell + syntax Bag ::= Bag Bag [left, assoc, klabel(#cells), symbol, unit(#cells)] + | ".Bag" [klabel(#cells), symbol] + | ".::Bag" [klabel(#cells), symbol] + | Cell + syntax Bag ::= "(" Bag ")" [bracket] + syntax KItem ::= Bag + syntax #RuleBody ::= "[" "[" K "]" "]" Bag [klabel(#withConfig), symbol, avoid] + syntax non-assoc #withConfig + syntax Bag ::= KBott +endmodule +
+

Users can also refer to cells in rules. When doing so, an optional ... can +be placed immediately after the start of the cell or immediately before the +end. In a cell whose contents are commutative, these are equivalent to one +another and are also equivalent to placing ... in both places. This means +that what is placed in the cell will be combined with the cell contents' +concatenation operator with an unnamed variable. In other words, you match on +some number of elements in the collection and do not care about the rest of +the collection.

+

In a cell whose contents are not commutative, the ... operators correspond +to a variable on the respective side of the contents of the cell that the +... appears. For example, <foo>... L </foo>, if L is a list, means +some number of elements followed by L. Note that not all combinations are +supported. Cells whose contents are sort K can only have ... appear at the +tail of the cell, and cells whose contents are sort List can only have ... +appear on at most one side in a single rule.

+
k
module RULE-CELLS + imports KCELLS + imports RULE-LISTS + // if this module is imported, the parser automatically + // generates, for all productions that have the attribute 'cell' or 'maincell', + // a production like below: + //syntax Cell ::= "<top>" #OptionalDots K #OptionalDots "</top>" [klabel(<top>)] + + syntax #OptionalDots ::= "..." [klabel(#dots), symbol] + | "" [klabel(#noDots), symbol] + + syntax Int + // this production will be added by the compiler to help handle bang variables, + // however, it is valuable to put it here because without this production, it + // will not exist at the point in time when rules and claims are parsed, and + // as a result it makes it very difficult to write proof claims over fragments + // of code that exercise rules containing bang variables. We put it here because + // this production will "vanish" after parsing finishes and not be picked up + // by the compiler, which is the behavior we want in this case since an actual + // production will be generated by the compiler later on. + syntax GeneratedCounterCell ::= "<generatedCounter>" Int "</generatedCounter>" [cell, klabel(<generatedCounter>), symbol, internal] +endmodule +
+

Users can also declare cells in a configuration declaration. This generates a +specific set of productions that is used internally to implement the cell. The +most important of these is the cell itself, and attributes on this production +can be specified in an xml-attribute-like syntax.

+

You can also use an xml-short-tag-like syntax to compose configuration cells +together which were defined in different modules. However, it is a requirement +that any K definition have at most one fully-composed configuration; thus, all +other configuration declarations must appear composed within another +configuration declaration.

+
k
module CONFIG-CELLS + imports KCELLS + imports RULE-LISTS + syntax #CellName ::= r"[a-zA-Z][a-zA-Z0-9\\-]*" [token, prec(1)] + | #LowerId [token] + | #UpperId [token] + + syntax Cell ::= "<" #CellName #CellProperties ">" K "</" #CellName ">" [klabel(#configCell), symbol] + syntax Cell ::= "<" #CellName "/>" [klabel(#externalCell), symbol] + + syntax #CellProperties ::= #CellProperty #CellProperties [klabel(#cellPropertyList), symbol] + | "" [klabel(#cellPropertyListTerminator), symbol] + syntax #CellProperty ::= #CellName "=" KString [klabel(#cellProperty), symbol] +endmodule +
+

Syntax of Rules

+

Rules can have an optional requires clause or an ensures clause. For backwards- +compatibility, you can refer to the requires clause with both the requires +and when keywords; The latter, however, is deprecated and may be removed in +a future release.

+

The requires clause specifies the preconditions that must be true in order +for the rule to apply. The ensures clause specifies the information which +becomes true after the rule has applied. It is a requirement that information +present in the ensures clause refer to existential variables only.

+

When doing concrete execution, you can think of the requires clause as a +side-condition. In other words, even if the rule matches, it will not apply +unless the requires clause, which must be of sort Bool, evaluates to +true.

+
k
module REQUIRES-ENSURES + imports BASIC-K + + syntax #RuleBody ::= K + + syntax #RuleContent ::= #RuleBody [klabel("#ruleNoConditions"), symbol] + | #RuleBody "requires" Bool [klabel("#ruleRequires"), symbol] + | #RuleBody "when" Bool [klabel("#ruleRequires"), symbol] + | #RuleBody "ensures" Bool [klabel("#ruleEnsures"), symbol] + | #RuleBody "requires" Bool "ensures" Bool [klabel("#ruleRequiresEnsures"), symbol] + | #RuleBody "when" Bool "ensures" Bool [klabel("#ruleRequiresEnsures"), symbol] +endmodule +
+

Miscellaneous modules

+

The below modules are used in various ways as indicators to the implementation +that certain automatically generated syntax should be created by the parser. +These modules should not be imported directly by the user.

+
k
module K-TOP-SORT + imports SORT-KBOTT + syntax KItem ::= KBott + syntax {Sort} KItem ::= Sort +endmodule + +module K-BOTTOM-SORT + imports SORT-KBOTT + syntax KItem ::= KBott + syntax {Sort} Sort ::= KBott +endmodule + +module K-SORT-LATTICE + imports K-TOP-SORT + imports K-BOTTOM-SORT +endmodule + +module AUTO-CASTS + // if this module is imported, the parser automatically + // generates, for all sorts, productions of the form: + // Sort ::= Sort ":Sort" // semantic cast - force the inner term to be `Sort` or a subsort + // Sort ::= Sort "::Sort" // strict cast - force the inner term to be exactly `Sort`. Useful for disambiguation + // Sort ::= "{" Sort "}" "::Sort" // synonym for strict cast + // Sort ::= "{" K "}" ":>Sort" // projection cast. Allows any term to be placed in a context that expects `Sort` + // this is part of the mechanism that allows concrete user syntax in K +endmodule + +module AUTO-FOLLOW + // if this module is imported, the parser automatically + // generates a follow restriction for every terminal which is a prefix + // of another terminal. This is useful to prevent ambiguities such as: + // syntax K ::= "a" + // syntax K ::= "b" + // syntax K ::= "ab" + // syntax K ::= K K + // #parse("ab", "K") + // In the above example, the terminal "a" is not allowed to be followed by a "b" + // because it would turn the terminal into the terminal "ab". +endmodule + +module PROGRAM-LISTS + imports SORT-K + // if this module is imported, the parser automatically + // replaces the default productions for lists: + // Es ::= E "," Es [userList("*"), klabel('_,_)] + // | ".Es" [userList("*"), klabel('.Es)] + // into a series of productions more suitable for programs: + // Es#Terminator ::= "" [klabel('.Es)] + // Ne#Es ::= E "," Ne#Es [klabel('_,_)] + // | E Es#Terminator [klabel('_,_)] + // Es ::= Ne#Es + // | Es#Terminator // if the list is * +endmodule + +module RULE-LISTS + // if this module is imported, the parser automatically + // adds the subsort production to the parsing module only: + // Es ::= E [userList("*")] + +endmodule + +module RECORD-PRODUCTIONS + // if this module is imported, prefix productions of the form + // syntax Sort ::= name(Args) + // will be able to be parsed with don't-care variables according + // to their nonterminal's names +endmodule + +module SORT-PREDICATES + // if this module is imported, the Bool sort will be annotated with + // syntax Bool ::= isSort(K) [function] + // and all sorts will be annotated with + // syntax Sort ::= project:Sort(K) [function] +endmodule +
+

Additional Syntax for K Terms in Rules

+

Certain additional features are available when parsing the contents of rules +and contexts. For more information on each of these, refer to K's +documentation.

+
k
module KREWRITE + syntax {Sort} Sort ::= Sort "=>" Sort [klabel(#KRewrite), symbol] + syntax non-assoc #KRewrite + syntax priority #KRewrite > #withConfig +endmodule + +// To be used to parse semantic rules +module K + imports KSEQ-SYMBOLIC + imports REQUIRES-ENSURES + imports RECORD-PRODUCTIONS + imports SORT-PREDICATES + imports K-SORT-LATTICE + imports AUTO-CASTS + imports AUTO-FOLLOW + imports KREWRITE + + syntax {Sort} Sort ::= Sort "#as" Sort [klabel(#KAs), symbol] + // functions that preserve sorts and can therefore have inner rewrites + syntax {Sort} Sort ::= "#fun" "(" Sort ")" "(" Sort ")" [klabel(#fun2), symbol, prefer] + // functions that do not preserve sort and therefore cannot have inner rewrites + syntax {Sort1, Sort2} Sort1 ::= "#fun" "(" Sort2 "=>" Sort1 ")" "(" Sort2 ")" [klabel(#fun3), symbol] + + syntax {Sort1, Sort2} Sort1 ::= "#let" Sort2 "=" Sort2 "#in" Sort1 [klabel(#let), symbol] + + /*@ Set membership over terms. In addition to equality over + concrete patterns, K also supports computing equality + between a concrete pattern and a symbolic pattern. + This is compiled efficiently down to pattern matching, + and can be used by putting a term with unbound variables + in the left child of :=K or =/=K. Note that this does not + bind variables used on the lhs however (although this may + change in the future).*/ + + syntax Bool ::= left: + K ":=K" K [function, total, klabel(_:=K_), symbol, group(equalEqualK)] + | K ":/=K" K [function, total, klabel(_:/=K_), symbol, group(notEqualEqualK)] +endmodule + +// To be used to parse terms in full K +module K-TERM + imports KSEQ-SYMBOLIC + imports RECORD-PRODUCTIONS + imports SORT-PREDICATES + imports K-SORT-LATTICE + imports AUTO-CASTS + imports AUTO-FOLLOW + imports KREWRITE +endmodule +
+

Layout Information

+

When constructing a scanner for use during parsing, often you wish to ignore +certain types of text, such as whitespace and comments. However, the specific +syntax which each language must ignore is a little different from language +to language, and thus you wish to specify it manually. You can do this by +defining productions of the #Layout sort. For more information, refer to +K's documentation. However, this module will be implicitly imported if no +productions are declared of sort #Layout. This module will also be used +for the purposes of parsing K rules. If you wish to declare a language with +no layout productions, simply create a sort declaration for the #Layout sort +in your code (e.g. syntax #Layout).

+
k
module DEFAULT-LAYOUT + syntax #Layout ::= r"(\\/\\*([^\\*]|(\\*+([^\\*\\/])))*\\*+\\/)" // C-style multi-line comments + | r"(\\/\\/[^\\n\\r]*)" // C-style single-line comments + | r"([\\ \\n\\r\\t])" // Whitespace +endmodule +
+

Default Configuration

+

If the user has no configuration declaration in their seamantics, the below +configuration declaration will be implicitly imported.

+
k
module DEFAULT-CONFIGURATION + imports BASIC-K + + configuration <k> $PGM:K </k> +endmodule +
+

Parsing Ambiguous Languages

+

On occasion, it may be desirable to parse a language with an ambiguous grammar +when parsing a program, and perform additional semantic analysis at a later +time in order to resolve the ambiguities. A good example of this is as a +substitute for the lexer hack in parsers of the C programming language.

+

The following module contains a declaration for ambiguities in K. Usually, +an ambiguous parse is an error. However, when you use the --gen-glr-parser +flag to kast, or the --gen-glr-bison-parser flag to kompile, ambiguities +instead become instances of the below parametric production, which you can use +regular K rules to disambiguate as necessary.

+
k
module K-AMBIGUITIES + + syntax {Sort} Sort ::= amb(Sort, Sort) [symbol] + +endmodule +
+

Annotating Parses with Locations

+

Another feature of K's Bison parser is the ability to annotate terms parsed +with location information about the file and line where they occurred. For +more information about how to use this, refer to K's documentation. However, +the below module exists to provide a user syntax for the annotations that +are generated by the parser.

+
k
module K-LOCATIONS + imports STRING-SYNTAX + imports INT-SYNTAX + + // filename, startLine, startCol, endLine, endCol + syntax {Sort} Sort ::= #location(Sort, String, Int, Int, Int, Int) [symbol, format(%3)] + +endmodule +
+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/include/kframework/builtin/prelude/index.html b/k-distribution/include/kframework/builtin/prelude/index.html new file mode 100644 index 00000000000..143f72c69b4 --- /dev/null +++ b/k-distribution/include/kframework/builtin/prelude/index.html @@ -0,0 +1,399 @@ + + + + + + + + + + + + + + +K Prelude | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

K Prelude

+

The following files, integral to defining semantics in K, are automatically +required by every definition via this file. This behavior can be disabled +via kompile --no-prelude, however, semantics will likely break unless +they provide their own versions of these files, which are assumed to exist +by the compiler. There are, however, circumstances where passing this flag is +appropriate, such as if you are manually requiring these files in your +definition, if your definition was automatically condensed into a single file +with kompile -E, or if you wish to modify the inner syntax of K by providing +your own version of these files with different syntax.

+
k
require "kast.md" +require "domains.md" +
+
+
+ + +
+ + + +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/include/kframework/builtin/rat/index.html b/k-distribution/include/kframework/builtin/rat/index.html new file mode 100644 index 00000000000..1fcaea2cce8 --- /dev/null +++ b/k-distribution/include/kframework/builtin/rat/index.html @@ -0,0 +1,620 @@ + + + + + + + + + + + + + + +Rational Numbers in K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Rational Numbers in K

+

K provides support for arbitrary-precision rational numbers represented as a +quotient between two integers. The sort representing these values is Rat. +Int is a subsort of Rat, and it is guaranteed that any integer will be +represented as an Int and can be matched as such on the left hand side +of rules. K also supports the usual arithmetic operators over rational numbers.

+
k
module RAT-SYNTAX + imports INT-SYNTAX + imports private BOOL + + syntax Rat + + syntax Rat ::= Int +
+

Arithmetic

+

You can:

+
    +
  • Raise a rational number to any negative or nonnegative integer.
  • +
  • Multiply or divide two rational numbers to obtain a product or quotient.
  • +
  • Add or subtract two rational numbers to obtain a sum or difference.
  • +
+
k
syntax Rat ::= left: + Rat "^Rat" Int [function, total, klabel(_^Rat_), symbol, smtlib(ratpow), hook(RAT.pow)] + > left: + Rat "*Rat" Rat [function, total, klabel(_*Rat_), symbol, left, smtlib(ratmul), hook(RAT.mul)] + | Rat "/Rat" Rat [function, klabel(_/Rat_), symbol, left, smtlib(ratdiv), hook(RAT.div)] + > left: + Rat "+Rat" Rat [function, total, klabel(_+Rat_), symbol, left, smtlib(ratadd), hook(RAT.add)] + | Rat "-Rat" Rat [function, total, klabel(_-Rat_), symbol, left, smtlib(ratsub), hook(RAT.sub)] +
+

Comparison

+

You can determine whether two rational numbers are equal, unequal, or compare +one of less than, less than or equalto, greater than, or greater than or equal +to the other:

+
k
syntax Bool ::= Rat "==Rat" Rat [function, total, klabel(_==Rat_), symbol, smtlib(rateq), hook(RAT.eq)] + | Rat "=/=Rat" Rat [function, total, klabel(_=/=Rat_), symbol, smtlib(ratne), hook(RAT.ne)] + | Rat ">Rat" Rat [function, total, klabel(_>Rat_), symbol, smtlib(ratgt), hook(RAT.gt)] + | Rat ">=Rat" Rat [function, total, klabel(_>=Rat_), symbol, smtlib(ratge), hook(RAT.ge)] + | Rat "<Rat" Rat [function, total, klabel(_<Rat_), symbol, smtlib(ratlt), hook(RAT.lt)] + | Rat "<=Rat" Rat [function, total, klabel(_<=Rat_), symbol, smtlib(ratle), hook(RAT.le)] +
+

Min/Max

+

You can compute the minimum and maximum of two rational numbers:

+
k
syntax Rat ::= minRat(Rat, Rat) [function, total, klabel(minRat), symbol, smtlib(ratmin), hook(RAT.min)] + | maxRat(Rat, Rat) [function, total, klabel(maxRat), symbol, smtlib(ratmax), hook(RAT.max)] +
+

Conversion to Floating Point

+

You can convert a rational number to the nearest floating point number that +is representable in a Float of a specified number of precision and exponent +bits:

+
k
syntax Float ::= Rat2Float(Rat, precision: Int, exponentBits: Int) [function] +endmodule +
+

Implementation of Rational Numbers

+

The remainder of this file consists of an implementation in K of the +operations listed above. Users of the RAT module should not use any of the +syntax defined in any of these modules.

+

As a point of reference for users, it is worth noting that rational numbers +are normalized to a canonical form by this module,. with the canonical form +bearing the property that it is either an Int, or a pair of integers +I /Rat J such that +I =/=Int 0 andBool J >=Int 2 andBool gcdInt(I, J) ==Int 1 is always true.

+
k
module RAT-COMMON + imports RAT-SYNTAX + + // invariant of < I , J >Rat : I =/= 0, J >= 2, and I and J are coprime + syntax Rat ::= "<" Int "," Int ">Rat" [format(%2 /Rat %4)] +endmodule + +module RAT-SYMBOLIC [symbolic, kore] + imports private RAT-COMMON + imports ML-SYNTAX + imports private BOOL + + rule + #Ceil(@R1:Rat /Rat @R2:Rat) + => + {(@R2 =/=Rat 0) #Equals true} #And #Ceil(@R1) #And #Ceil(@R2) + [simplification] +endmodule + +module RAT-KORE [kore] + imports private RAT-COMMON + imports private K-EQUAL + + /* + * equalities + */ + + // NOTE: the two rules below may not work correctly in non-kore backends + + rule R ==Rat S => R ==K S + + rule R =/=Rat S => R =/=K S +endmodule + +module RAT [private] + imports private RAT-COMMON + imports public RAT-SYMBOLIC + imports public RAT-KORE + imports public RAT-SYNTAX + imports private INT + imports private BOOL + + /* + * arithmetic + */ + + rule < I , I' >Rat +Rat < J , J' >Rat => ((I *Int J') +Int (I' *Int J)) /Rat (I' *Int J') + rule I:Int +Rat < J , J' >Rat => ((I *Int J') +Int J) /Rat J' + rule < J , J' >Rat +Rat I:Int => I +Rat < J , J' >Rat + rule I:Int +Rat J:Int => I +Int J + + rule < I , I' >Rat *Rat < J , J' >Rat => (I *Int J) /Rat (I' *Int J') + rule I:Int *Rat < J , J' >Rat => (I *Int J) /Rat J' + rule < J , J' >Rat *Rat I:Int => I *Rat < J , J' >Rat + rule I:Int *Rat J:Int => I *Int J + + rule < I , I' >Rat /Rat < J , J' >Rat => (I *Int J') /Rat (I' *Int J) + rule I:Int /Rat < J , J' >Rat => (I *Int J') /Rat J + rule < I , I' >Rat /Rat J:Int => I /Rat (I' *Int J) requires J =/=Int 0 + rule I:Int /Rat J:Int => makeRat(I, J) requires J =/=Int 0 + + // derived + + rule R -Rat S => R +Rat (-1 *Rat S) + + // normalize + + syntax Rat ::= makeRat(Int, Int) [function] + | makeRat(Int, Int, Int) [function] + + rule makeRat(0, J) => 0 requires J =/=Int 0 + + rule makeRat(I, J) => makeRat(I, J, gcdInt(I,J)) requires I =/=Int 0 andBool J =/=Int 0 + + // makeRat(I, J, D) is defined when I =/= 0, J =/= 0, D > 0, and D = gcd(I,J) + rule makeRat(I, J, D) => I /Int D requires J ==Int D // implies J > 0 since D > 0 + rule makeRat(I, J, D) => < I /Int D , J /Int D >Rat requires J >Int 0 andBool J =/=Int D + rule makeRat(I, J, D) => makeRat(0 -Int I, 0 -Int J, D) requires J <Int 0 + + // gcdInt(a,b) computes the gcd of |a| and |b|, which is positive. + syntax Int ::= gcdInt(Int, Int) [function, public] + + rule gcdInt(A, 0) => A requires A >Int 0 + rule gcdInt(A, 0) => 0 -Int A requires A <Int 0 + rule gcdInt(A, B) => gcdInt(B, A %Int B) requires B =/=Int 0 // since |A %Int B| = |A| %Int |B| + + /* + * exponentiation + */ + + rule _ ^Rat 0 => 1 + rule 0 ^Rat N => 0 requires N =/=Int 0 + + rule < I , J >Rat ^Rat N => powRat(< I , J >Rat, N) requires N >Int 0 + rule X:Int ^Rat N => X ^Int N requires N >Int 0 + + rule X ^Rat N => (1 /Rat X) ^Rat (0 -Int N) requires X =/=Rat 0 andBool N <Int 0 + + // exponentiation by squaring + + syntax Rat ::= powRat(Rat, Int) [function] + + // powRat(X, N) is defined when X =/= 0 and N > 0 + rule powRat(X, 1) => X + rule powRat(X, N) => powRat(X *Rat X, N /Int 2) requires N >Int 1 andBool N %Int 2 ==Int 0 + rule powRat(X, N) => powRat(X, N -Int 1) *Rat X requires N >Int 1 andBool N %Int 2 =/=Int 0 + + /* + * inequalities + */ + + rule R >Rat S => R -Rat S >Rat 0 requires S =/=Rat 0 + + rule < I , _ >Rat >Rat 0 => I >Int 0 + rule I:Int >Rat 0 => I >Int 0 + + // derived + + rule R >=Rat S => notBool R <Rat S + + rule R <Rat S => S >Rat R + + rule R <=Rat S => S >=Rat R + + rule minRat(R, S) => R requires R <=Rat S + rule minRat(R, S) => S requires S <=Rat R + + rule maxRat(R, S) => R requires R >=Rat S + rule maxRat(R, S) => S requires S >=Rat R + + syntax Float ::= #Rat2Float(Int, Int, Int, Int) [function, hook(FLOAT.rat2float)] + rule Rat2Float(Num:Int, Prec:Int, Exp:Int) => #Rat2Float(Num, 1, Prec, Exp) + rule Rat2Float(< Num, Dem >Rat, Prec, Exp) => #Rat2Float(Num, Dem, Prec, Exp) + +endmodule +
+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/include/kframework/builtin/substitution/index.html b/k-distribution/include/kframework/builtin/substitution/index.html new file mode 100644 index 00000000000..1252c0b6080 --- /dev/null +++ b/k-distribution/include/kframework/builtin/substitution/index.html @@ -0,0 +1,484 @@ + + + + + + + + + + + + + + +Capture-Aware Substitution in K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Capture-Aware Substitution in K

+

One of the traditional ways in which functional languages are given operational +semantics is via substitution. In particular, you can view a function as +declaring a particular bound variable, the parameter of the function, as well +as the body of the function, within which both bound and free variables can +occur, and implement the process of beta-reduction (one of the axioms of the +lambda calculus) by means of a substitution operator which is aware of the +difference between free variables and bound variables and prevents variable +capture.

+

In K this is implemented using two mechanisms: The KVar sort, and the +binder attribute.

+

The KVar Sort

+

K introduces a new hooked sort, KVar, which the substitution operator +(defined below) understands in a particular way. The syntax of KVar is the +same as for sort Id in DOMAINS, but with a different sort name. Similarly, +some of the same operators are defined over KVar which are defined for Id, +such as conversion from String to KVar and support for the !Var:KVar +syntax.

+

A KVar is simply an identifier with special meaning during substitution. +KVars must begin with a letter or underscore, +and can be followed by zero or more letters, numbers, or underscores.

+
k
module KVAR-SYNTAX-PROGRAM-PARSING + imports BUILTIN-ID-TOKENS + + syntax KVar ::= r"(?<![A-Za-z0-9\\_])[A-Za-z\\_][A-Za-z0-9\\_]*" [prec(1), token] + | #LowerId [token] + | #UpperId [token] +endmodule + +module KVAR-SYNTAX + syntax KVar [token, hook(KVAR.KVar)] +endmodule + +module KVAR-COMMON + imports KVAR-SYNTAX + imports private STRING + + syntax KVar ::= String2KVar (String) [function, total, hook(STRING.string2token)] + syntax KVar ::= freshKVar(Int) [freshGenerator, function, total, private] + + rule freshKVar(I:Int) => String2KVar("_" +String Int2String(I)) +endmodule + +module KVAR + imports KVAR-COMMON +endmodule +
+

The binder Attribute

+

A production can be given the attribute binder. Such a production must have +at least two nonterminals. The first nonterminal from left to right must be of +sort KVar, and contains the bound variable. The last nonterminal from left +to right contains the term that is bound. For example, I could describe lambdas +in the lambda calculus with the production +syntax Val ::= "lambda" KVar "." Exp [binder].

+

Substitution

+

K provides a hooked implementation of substitution, currently only implemented +on the Java and LLVM backends. Two variants exist: the first substitutes +a single KVar for a single KItem. The second takes a Map with KVar +keys and KItem values, and substitutes each element in the map atomically.

+

Internally, this is implemented in the LLVM backend by a combination of +de Bruijn indices for bound variables and names for free variables. Free +variables are also sometimes given a unique numeric identifier in order to +prevent capture, and the rewriter will automatically assign unique names to +such identifiers when rewriting finishes. The names assigned will always begin +with the original name of the variable and be followed by a unique integer +suffix. However, the names assigned after rewriting finishes might be different +from the names that would be assigned if rewriting were to halt prematurely, +for example due to krun --depth.

+
k
module SUBSTITUTION + imports private MAP + imports KVAR + + syntax {Sort} Sort ::= Sort "[" KItem "/" KItem "]" [function, hook(SUBSTITUTION.substOne), impure] + syntax {Sort} Sort ::= Sort "[" Map "]" [function, hook(SUBSTITUTION.substMany), impure] +endmodule +
+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/include/kframework/index.html b/k-distribution/include/kframework/index.html new file mode 100644 index 00000000000..8bdab9b108b --- /dev/null +++ b/k-distribution/include/kframework/index.html @@ -0,0 +1,405 @@ + + + + + + + + + + + + + + +K Builtins | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

K Builtins

+

The K Builtins (also referred to as the K Prelude or the K Standard Library) +consists of several files which contain definitions that make working with K +simpler. These files can be found under include/kframework/builtin in your K +installation directory, and can be imported with requires "FILENAME" (without +the path prefix).

+
    +
  • domains: Basic datatypes which are universally useful.
  • +
  • kast: Representation of K internal data-structures (not to be +included in normal definitions).
  • +
  • prelude: Automatically included into every K definition.
  • +
  • ffi: FFI interface for calling out to native C code from K.
  • +
  • json: JSON datatype and parsers/unparsers for JSON strings.
  • +
  • rat: Rational number representation.
  • +
  • substitution: Hooked implementation of capture-aware +sustitution for K definitions.
  • +
  • unification: Hooked implementation of unification +exposed directly to K definitions.
  • +
+
+
+ + +
+ + + +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/1_basic/01_installing/index.html b/k-distribution/k-tutorial/1_basic/01_installing/index.html new file mode 100644 index 00000000000..ba478c02f06 --- /dev/null +++ b/k-distribution/k-tutorial/1_basic/01_installing/index.html @@ -0,0 +1,473 @@ + + + + + + + + + + + + + + +Lesson 1.1: Setting up a K Environment | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Lesson 1.1: Setting up a K Environment

+

The first step to learning K is to install K on your system, and configure your +editor for K development.

+

Installing K

+

You have two options for how to install K, depending on how you intend to +interact with the K codebase. If you are solely a user of K, and have no +interest in developing or making changes to K, you most likely will want to +install one of our binary releases of K. However, if you are going to be a K +developer, or simply want to build K from source, you should follow the +instructions for a source build of K.

+

Installing K from a binary release

+

K is developed as a rolling release, with each change to K that passes our +CI infrastructure being deployed on GitHub for download. The latest release of +K can be downloaded here. +This page also contains information on how to install K. It is recommended +that you fully uninstall the old version of K prior to installing the new one, +as K does not maintain entries in package manager databases, with the exception +of Homebrew on MacOS.

+

Installing K from source

+

You can clone K from GitHub with the following Git command:

+
git clone https://github.com/runtimeverification/k --recursive
+
+

Instructions on how to build K from source can be found +here.

+

Configuring your editor

+

K maintains a set of scripts for a variety of text editors, including vim and +emacs, in various states of maintenance. You can download these scripts with +the following Git command:

+
git clone https://github.com/kframework/k-editor-support
+
+

Because K allows users to define their own grammars for parsing K itself, +not all features of K can be effectively highlighted. However, at the cost of +occasionally highlighting things incorrectly, you can get some pretty good +results in many cases. With that being said, some of the editor scripts in the +above repository are pretty out of date. If you manage to improve them, we +welcome pull requests into the repository.

+

Troubleshooting

+

If you have problems installing K, we encourage you to reach out to us. If you +follow the above install instructions and run into a problem, you can +Create a bug report on GitHub

+

Next lesson

+

Once you have set up K on your system to your satisfaction, you can continue to +Lesson 1.2: Basics of Functional K.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/1_basic/02_basics/index.html b/k-distribution/k-tutorial/1_basic/02_basics/index.html new file mode 100644 index 00000000000..5a48d1f608e --- /dev/null +++ b/k-distribution/k-tutorial/1_basic/02_basics/index.html @@ -0,0 +1,612 @@ + + + + + + + + + + + + + + +Lesson 1.2: Basics of Functional K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Lesson 1.2: Basics of Functional K

+

The purpose of this lesson is to explain the basics of productions and +rules in K. These are two types of K sentences. A K file consists of +one or more requires or modules in K. Each module consists of one or +more imports or sentences. For more information on requires, modules, and +sentences, refer to Lesson 1.5. However, for the time +being, just think of a module as a container for sentences, and don't worry +about requires or imports just yet.

+

Our first K program

+

To start with, input the following program into your editor as file +lesson-02-a.k:

+
k
module LESSON-02-A + + syntax Color ::= Yellow() | Blue() + syntax Fruit ::= Banana() | Blueberry() + syntax Color ::= colorOf(Fruit) [function] + + rule colorOf(Banana()) => Yellow() + rule colorOf(Blueberry()) => Blue() + +endmodule +
+

Save this file and then run:

+
kompile lesson-02-a.k
+
+

kompile is K's compiler. By default, it takes a program or specification +written in K and compiles it into an interpreter for that input. Right now we +are compiling a single file. A set of K files that are compiled together are +called a K definition. We will cover multiple file K definitions later on. +kompile will output a directory containing everything needed to execute +programs and perform proofs using that definition. In this case, kompile will +(by default) create the directory lesson-02-a-kompiled under the current +directory.

+

Now, save the following input file in your editor as banana.color in the same +directory as lesson-02-a.k:

+
colorOf(Banana())
+
+

We can now evaluate this K term by running (from the same directory):

+
krun banana.color
+
+

krun will use the interpreter generated by the first call to kompile to +execute this program.

+

You will get the following output:

+
<k>
+  Yellow ( ) ~> .
+</k>
+
+

For now, don't worry about the <k>, </k>, or ~> . portions of this +output file.

+

You can also execute small programs directly by specifying them on the command +line instead of putting them in a file. For example, the same program above +could also have been executed by running the following command:

+
krun -cPGM='colorOf(Banana())'
+
+

Now, let's look at what this definition and program did.

+

Productions, Constructors, and Functions

+

The first thing to realize is that this K definition contains 5 productions. +Productions are introduced with the syntax keyword, followed by a sort, +followed by the operator ::= followed by the definition of one or more +productions themselves, separated by the | operator. There are different +types of productions, but for now we only care about constructors and +functions. Each declaration separated by the | operator is individually +a single production, and the | symbol simply groups together productions that +have the same sort. For example, we could equally have written an identical K +definition lesson-02-b.k like so:

+
k
module LESSON-02-B + + syntax Color ::= Yellow() + syntax Color ::= Blue() + syntax Fruit ::= Banana() + syntax Fruit ::= Blueberry() + syntax Color ::= colorOf(Fruit) [function] + + rule colorOf(Banana()) => Yellow() + rule colorOf(Blueberry()) => Blue() + +endmodule +
+

You can try compiling and running lesson-02-b.k to see that it produces the same output as lesson-02-a.k:

+
kompile lesson-02-b.k
+krun -cPGM='colorOf(Banana())' --definition 'lesson-02-b-kompiled'
+
+

where the --definition attribute points to the directory containing a compiled version of LESSON-02-B. +Even the following definition is equivalent:

+
k
module LESSON-02-C + + syntax Color ::= Yellow() + | Blue() + | colorOf(Fruit) [function] + syntax Fruit ::= Banana() + | Blueberry() + + rule colorOf(Banana()) => Yellow() + rule colorOf(Blueberry()) => Blue() + +endmodule +
+

Each of these types of productions named above has the same underlying syntax, +but context and attributes are used to distinguish between the different +types. Tokens, brackets, lists, macros, aliases, and anywhere productions will +be covered in a later lesson, but this lesson does introduce us to constructors +and functions. Yellow(), Blue(), Banana(), and Blueberry() are +constructors. You can think of a constructor like a constructor for an +algebraic data type, if you're familiar with a functional language. The data +type itself is the sort that appears on the left of the ::= operator. Sorts +in K consist of uppercase identifiers.

+

Constructors can have arguments, but these ones do not. We will cover the +syntax of productions in detail in the next lesson, but for now, you can write +a production with no arguments as an uppercase or lowercase identifier followed +by the () operator.

+

A function is distinguished from a constructor by the presence of the +function attribute. Attributes appear in a comma separated list between +square brackets after any sentence, including both productions and rules. +Various attributes with built-in meanings exist in K and will be discussed +throughout the tutorial.

+

Exercise

+

Use krun to compute the return value of the colorOf function on a +Blueberry().

+

Rules, Matching, and Variables

+

Functions in K are given definitions using rules. A rule begins with the rule +keyword and contains at least one rewrite operator. The rewrite operator +is represented by the syntax =>. The rewrite operator is one of the built-in +productions in K, and we will discuss in more detail how it can be used in +future lessons, but for now, you can think of a rule as consisting of a +left-hand side and a right-hand side, separated by the rewrite +operator. On the left-hand side is the name of the function and zero or more +patterns corresponding to the parameters of the function. On the right-hand +side is another pattern. The meaning of the rule is relatively simple, having +defined these components. If the function is called with arguments that +match the patterns on the left-hand side, then the return value of the +function is the pattern on the right-hand side.

+

For example, in the above example, if the argument of the colorOf function +is Banana(), then the return value of the function is Yellow().

+

So far we have introduced that a constructor is a type of pattern in K. We +will introduce more complex patterns in later lessons, but there is one other +type of basic pattern: the variable. A variable, syntactically, consists +of an uppercase identifier. However, unlike a constructor, a variable will +match any pattern with one exception: Two variables with the same name +must match the same pattern.

+

Here is a more complex example (lesson-02-d.k):

+
k
module LESSON-02-D + + syntax Container ::= Jar(Fruit) + syntax Fruit ::= Apple() | Pear() + + syntax Fruit ::= contentsOfJar(Container) [function] + + rule contentsOfJar(Jar(F)) => F + +endmodule +
+

Here we see that Jar is a constructor with a single argument. You can write a +production with multiple arguments by putting the sorts of the arguments in a +comma-separated list inside the parentheses.

+

In this example, F is a variable. It will match either Apple() or Pear(). +The return value of the function is created by substituting the matched +values of all of the variables into the variables on the right-hand side of +the rule.

+

To demonstrate, compile this definition and execute the following program with +krun:

+
contentsOfJar(Jar(Apple()))
+
+

You will see when you run it that the program returns Apple(), because that +is the pattern that was matched by F.

+

Exercises

+
    +
  1. Extend the definition in lesson-02-a.k with the addition of blackberries +and kiwis. For simplicity, blackberries are black and kiwis are green. Then +compile your definition and test that your additional fruits are correctly +handled by the colorOf function.
  2. +
  3. Create a new definition which defines an outfit as a multi-argument +constructor consisting of a hat, shirt, pants, and shoes. Define a new sort, +Boolean, with two constructors, true and false. Each of hat, shirt, pants, +and shoes will have a single argument (a color), either black or +white. Then define an outfitMatching function that will return true if all +the pieces of the outfit are the same color. You do not need to define the +case that returns false. Write some tests that your function behaves the way +you expect.
  4. +
+

Next lesson

+

Once you have completed the above exercises, you can continue to +Lesson 1.3: BNF Syntax and Parser Generation.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/1_basic/03_parsing/index.html b/k-distribution/k-tutorial/1_basic/03_parsing/index.html new file mode 100644 index 00000000000..018cad9255d --- /dev/null +++ b/k-distribution/k-tutorial/1_basic/03_parsing/index.html @@ -0,0 +1,780 @@ + + + + + + + + + + + + + + +Lesson 1.3: BNF Syntax and Parser Generation | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Lesson 1.3: BNF Syntax and Parser Generation

+

The purpose of this lesson is to explain the full syntax and semantics of +productions in K as well as how productions and other syntactic +sentences can be used to define grammars for use parsing both rules as well +as programs.

+

K's approach to parsing

+

K's grammar is divided into two components: the outer syntax of K and the +inner syntax of K. Outer syntax refers to the parsing of requires, +modules, imports, and sentences in a K definition. Inner syntax +refers to the parsing of rules and programs. Unlike the outer syntax of +K, which is predetermined, much of the inner syntax of K is defined by you, the +developer. When rules or programs are parsed, they are parsed within the +context of a module. Rules are parsed in the context of the module in which +they exist, whereas programs are parsed in the context of the +main syntax module of a K definition. The productions and other syntactic +sentences in a module are used to construct the grammar of the module, which +is then used to perform parsing.

+

Basic BNF productions

+

To illustrate how this works, we will consider a simple K definition which +defines a relatively basic calculator capable of evaluating Boolean expressions +containing and, or, not, and xor.

+

Input the following program into your editor as file lesson-03-a.k:

+
k
module LESSON-03-A + + syntax Boolean ::= "true" | "false" + | "!" Boolean [function] + | Boolean "&&" Boolean [function] + | Boolean "^" Boolean [function] + | Boolean "||" Boolean [function] + +endmodule +
+

You will notice that the productions in this file look a little different than +the ones from the previous lesson. In point of fact, K has two different +mechanisms for defining productions. We have previously been focused +exclusively on the first mechanism, where the ::= symbol is followed by an +alphanumeric identifier followed by a comma-separated list of sorts in +parentheses. However, this is merely a special case of a more generic mechanism +for defining the syntax of productions using a variant of +BNF Form.

+

For example, in the previous lesson, we had the following set of productions:

+
k
module LESSON-03-B + syntax Color ::= Yellow() | Blue() + syntax Fruit ::= Banana() | Blueberry() + syntax Color ::= colorOf(Fruit) [function] +endmodule +
+

It turns out that this is equivalent to the following definition which defines +the same grammar, but using BNF notation:

+
k
module LESSON-03-C + syntax Color ::= "Yellow" "(" ")" | "Blue" "(" ")" + syntax Fruit ::= "Banana" "(" ")" | "Blueberrry" "(" ")" + syntax Color ::= "colorOf" "(" Fruit ")" [function] +endmodule +
+

In this example, the sorts of the argument to the function are unchanged, but +everything else has been wrapped in double quotation marks. This is because +in BNF notation, we distinguish between two types of production items: +terminals and non-terminals. A terminal represents simply a literal +string of characters that is verbatim part of the syntax of that production. +A non-terminal, conversely, represents a sort name, where the syntax of that +production accepts any valid term of that sort at that position.

+

This is why, when we wrote the program colorOf(Banana()), krun was able to +execute that program: because it represented a term of sort Color that was +parsed and interpreted by K's interpreter. In other words, krun parses and +interprets terms according to the grammar defined by the developer. It is +automatically converted into an AST of that term, and then the colorOf +function is evaluated using the function rules provided in the definition.

+

You can ask yourself: How does K match the strings between the double quotes? +The answer is that K uses Flex to generate a scanner for the grammar. Flex looks +for the longest possible match of a regular expression in the input. If there +are ambiguities between 2 or more regular expressions, it will pick the one with +the highest prec attribute. You can learn more about how Flex matching works +here.

+

Bringing us back to the file lesson-03-a.k, we can see that this grammar +has given a simple BNF grammar for expressions over Booleans. We have defined +constructors corresponding to the Boolean values true and false, and functions +corresponding to the Boolean operators for and, or, not, and xor. We have also +given a syntax for each of these functions based on their syntax in the C +programming language. As such, we can now write programs in the simple language +we have defined.

+

Input the following program into your editor as and.bool in the same +directory:

+
true && false
+
+

We cannot interpret this program yet, because we have not given rules defining +the meaning of the && function yet, but we can parse it. To do this, you can +run (from the same directory):

+
kast --output kore and.bool
+
+

kast is K's just-in-time parser. It will generate a grammar from your K +definition on the fly and use it to parse the program passed on the command +line. The --output flag controls how the resulting AST is represented; don't +worry about the possible values yet, just use kore.

+

You ought to get the following AST printed on standard output, minus the +formatting:

+
inj{SortBoolean{}, SortKItem{}}(
+  Lbl'UndsAnd-And-UndsUnds'LESSON-03-A'Unds'Boolean'Unds'Boolean'Unds'Boolean{}(
+    Lbltrue'Unds'LESSON-03-A'Unds'Boolean{}(),
+    Lblfalse'Unds'LESSON-03-A'Unds'Boolean{}()
+  )
+)
+
+

Don't worry about what exactly this means yet, just understand that it +represents the AST of the program that you just parsed. You ought to be able +to recognize the basic shape of it by seeing the words true, false, and +And in there. This is Kore, the intermediate representation of K, and we +will cover it in detail later.

+

Note that you can also tell kast to print the AST in other formats. For a +more direct representation of the original K, while still maintaining the +structure of an AST, you can say kast --output kast and.bool. This will +yield the following output:

+
`_&&__LESSON-03-A_Boolean_Boolean_Boolean`(
+  `true_LESSON-03-A_Boolean`(.KList),
+  `false_LESSON-03-A_Boolean`(.KList)
+)
+
+

Note how the first output is largely a name-mangled version of the second +output. The one difference is the presence of the inj symbol in the KORE +output. We will talk more about this in later lessons.

+

Exercise

+

Parse the expression false || true with --output kast. See if you can +predict approximately what the corresponding output would be with +--output kore, then run the command yourself and compare it to your +prediction.

+

Ambiguities

+

Now let's try a slightly more advanced example. Input the following program +into your editor as and-or.bool:

+
true && false || false
+
+

When you try and parse this program, you ought to see the following error:

+
[Error] Inner Parser: Parsing ambiguity.
+1: syntax Boolean ::= Boolean "||" Boolean [function]
+
+`_||__LESSON-03-A_Boolean_Boolean_Boolean`(`_&&__LESSON-03-A_Boolean_Boolean_Boolean`(`true_LESSON-03-A_Boolean`(.KList),`false_LESSON-03-A_Boolean`(.KList)),`false_LESSON-03-A_Boolean`(.KList))
+2: syntax Boolean ::= Boolean "&&" Boolean [function]
+
+`_&&__LESSON-03-A_Boolean_Boolean_Boolean`(`true_LESSON-03-A_Boolean`(.KList),`_||__LESSON-03-A_Boolean_Boolean_Boolean`(`false_LESSON-03-A_Boolean`(.KList),`false_LESSON-03-A_Boolean`(.KList)))
+        Source(./and-or.bool)
+        Location(1,1,1,23)
+
+

This error is saying that kast was unable to parse this program because it is +ambiguous. K's just-in-time parser is a GLL parser, which means it can handle +the full generality of context-free grammars, including those grammars which +are ambiguous. An ambiguous grammar is one where the same string can be parsed +as multiple distinct ASTs. In this example, it can't decide whether it should +be parsed as (true && false) || false or as true && (false || false). As a +result, it reports the error to the user.

+

Brackets

+

Currently there is no way of resolving this ambiguity, making it impossible +to write complex expressions in this language. This is obviously a problem. +The standard solution in most programming languages to this problem is to +use parentheses to indicate the appropriate grouping. K generalizes this notion +into a type of production called a bracket. A bracket production in K +is any production with the bracket attribute. It is required that such a +production only have a single non-terminal, and the sort of the production +must equal the sort of that non-terminal. However, K does not otherwise +impose restrictions on the grammar the user provides for a bracket. With that +being said, the most common type of bracket is one in which a non-terminal +is surrounded by terminals representing some type of bracket such as +(), [], {}, <>, etc. For example, we can define the most common +type of bracket, the type used by the vast majority of programming languages, +quite simply.

+

Consider the following modified definition, which we will save to +lesson-03-d.k:

+
k
module LESSON-03-D + + syntax Boolean ::= "true" | "false" + | "(" Boolean ")" [bracket] + | "!" Boolean [function] + | Boolean "&&" Boolean [function] + | Boolean "^" Boolean [function] + | Boolean "||" Boolean [function] + +endmodule +
+

In this definition, if the user does not explicitly define parentheses, the +grammar remains ambiguous and K's just-in-time parser will report an error. +However, you are now able to parse more complex programs by means of explicitly +grouping subterms with the bracket we have just defined.

+

Consider and-or-left.bool:

+
(true && false) || false
+
+

Now consider and-or-right.bool:

+
true && (false || false)
+
+

If you parse these programs with kast, you will once again get a single +unique AST with no error. If you look, you might notice that the bracket itself +does not appear in the AST. In fact, this is a property unique to brackets: +productions with the bracket attribute are not represented in the parsed AST +of a term, and the child of the bracket is folded immediately into the parent +term. This is the reason for the requirement that a bracket production have +a single non-terminal of the same sort as the production itself.

+

Exercise

+

Write out what you expect the AST to be arising from parsing these two programs +above with --output kast, then parse them yourself and compare them to the +AST you expected. Confirm for yourself that the bracket production does not +appear in the AST.

+

Tokens

+

So far we have seen how we can define the grammar of a language. However, +the grammar is not the only relevant part of parsing a language. Also relevant +is the lexical syntax of the language. Thus far, we have implicitly been using +K's automatic lexer generation to generate a token in the scanner for each +terminal in our grammar. However, sometimes we wish to define more complex +lexical syntax. For example, consider the case of integers in C: an integer +consists of a decimal, octal, or hexadecimal number followed by an optional +suffix indicating the type of the literal.

+

In theory it would be possible to define this syntax via a grammar, but not +only would it be cumbersome and tedious, you would also then have to deal with +an AST generated for the literal which is not convenient to work with.

+

Instead of doing this, K allows you to define token productions, where +a production consists of a regular expression followed by the token +attribute, and the resulting AST consists of a typed string containing the +value recognized by the regular expression.

+

For example, the builtin integers in K are defined using the following +production:

+
.k .exclude
syntax Int ::= r"[\\+-]?[0-9]+" [token] +
+

Here we can see that we have defined that an integer is an optional sign +followed by a nonzero sequence of digits. The r preceding the terminal +indicates that what appears inside the double quotes is a regular expression, +and the token attribute indicates that terms which parse as this production +should be converted into a token by the parser.

+

It is also possible to define tokens that do not use regular expressions. This +can be useful when you wish to declare particular identifiers for use in your +semantics later. For example:

+
.k .exclude
syntax Id ::= "main" [token] +
+

Here, we declare that main is a token of sort Id. Instead of being parsed +as a symbol, it gets parsed as a token, generating a typed string in the AST. +This is useful in a semantics of C because the parser generally does not treat +the main function in C specially; only the semantics treats it specially.

+

Of course, languages can have more complex lexical syntax. For example, if we +wish to define the syntax of integers in C, we could use the following +production:

+
.k .exclude
syntax IntConstant ::= r"(([1-9][0-9]*)|(0[0-7]*)|(0[xX][0-9a-fA-F]+))(([uU][lL]?)|([uU]((ll)|(LL)))|([lL][uU]?)|(((ll)|(LL))[uU]?))?" [token] +
+

As you may have noted above, long and complex regular expressions +can be hard to read. They also suffer from the problem that unlike a grammar, +they are not particularly modular.

+

We can get around this restriction by declaring explicit regular expressions, +giving them a name, and then referring to them in productions.

+

Consider the following (equivalent) way to define the lexical syntax of +integers in C:

+
.k .exclude
syntax IntConstant ::= r"({DecConstant}|{OctConstant}|{HexConstant})({IntSuffix}?)" [token] +syntax lexical DecConstant = r"{NonzeroDigit}({Digit}*)" +syntax lexical OctConstant = r"0({OctDigit}*)" +syntax lexical HexConstant = r"{HexPrefix}({HexDigit}+)" +syntax lexical HexPrefix = r"0x|0X" +syntax lexical NonzeroDigit = r"[1-9]" +syntax lexical Digit = r"[0-9]" +syntax lexical OctDigit = r"[0-7]" +syntax lexical HexDigit = r"[0-9a-fA-F]" +syntax lexical IntSuffix = r"{UnsignedSuffix}({LongSuffix}?)|{UnsignedSuffix}{LongLongSuffix}|{LongSuffix}({UnsignedSuffix}?)|{LongLongSuffix}({UnsignedSuffix}?)" +syntax lexical UnsignedSuffix = r"[uU]" +syntax lexical LongSuffix = r"[lL]" +syntax lexical LongLongSuffix = r"ll|LL" +
+

As you can see, this is rather more verbose, but it has the benefit of both +being much easier to read and understand, and also increased modularity. +Note that we refer to a named regular expression by putting the name in curly +brackets. Note also that only the first sentence actually declares a new piece +of syntax in the language. When the user writes syntax lexical, they are only +declaring a regular expression. To declare an actual piece of syntax in the +grammar, you still must actually declare an explicit token production.

+

One final note: K uses Flex to implement +its lexical analysis. As a result, you can refer to the +Flex Manual +for a detailed description of the regular expression syntax supported. Note +that for performance reasons, Flex's regular expressions are actually a regular +language, and thus lack some of the syntactic convenience of modern +"regular expression" libraries. If you need features that are not part of the +syntax of Flex regular expressions, you are encouraged to express them via +a grammar instead.

+

Ahead-of-time parser generation

+

So far we have been entirely focused on K's support for just-in-time parsing, +where the parser is generated on the fly prior to being used. This benefits +from being faster to generate the parser, but it suffers in performance if you +have to repeatedly parse strings with the same parser. For this reason, it is +generally encouraged that when parsing programs, you use K's ahead-of-time +parser generation. K makes use of +GNU Bison to generate parsers.

+

By default, you can enable ahead-of-time parsing via the --gen-bison-parser +flag to kompile. This will make use of Bison's LR(1) parser generator. As +such, if your grammar is not LR(1), it may not parse exactly the same as if +you were to use the just-in-time parser, because Bison will automatically pick +one of the possible branches whenever it encounters a shift-reduce or +reduce-reduce conflict. In this case, you can either modify your grammar to be +LR(1), or you can enable use of Bison's GLR support by instead passing +--gen-glr-bison-parser to kompile. Note that if your grammar is ambiguous, +the ahead-of-time parser will not provide you with particularly readable error +messages at this time.

+

If you have a K definition named foo.k, and it generates a directory when +you run kompile called foo-kompiled, you can invoke the ahead-of-time +parser you generated by running foo-kompiled/parser_PGM <file> on a file.

+

Exercises

+
    +
  1. +

    Compile lesson-03-d.k with ahead-of-time parsing enabled. Then compare +how long it takes to run kast --output kore and-or-left.bool with how long it +takes to run lesson-03-d-kompiled/parser_PGM and-or-left.bool. Confirm for +yourself that both produce the same result, but that the latter is faster.

    +
  2. +
  3. +

    Define a simple grammar consisting of integers, brackets, addition, +subtraction, multiplication, division, and unary negation. Integers should be +in decimal form and lexically without a sign, whereas negative numbers can be +represented via unary negation. Ensure that you are able to parse some basic +arithmetic expressions using a generated ahead-of-time parser. Do not worry +about disambiguating the grammar or about writing rules to implement the +operations in this definition.

    +
  4. +
  5. +

    Write a program where the meaning of the arithmetic expression based on +the grammar you defined above is ambiguous, and then write programs that +express each individual intended meaning using brackets.

    +
  6. +
+

Next lesson

+

Once you have completed the above exercises, you can continue to +Lesson 1.4: Disambiguating Parses.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/1_basic/04_disambiguation/index.html b/k-distribution/k-tutorial/1_basic/04_disambiguation/index.html new file mode 100644 index 00000000000..c719820b31e --- /dev/null +++ b/k-distribution/k-tutorial/1_basic/04_disambiguation/index.html @@ -0,0 +1,729 @@ + + + + + + + + + + + + + + +Lesson 1.4: Disambiguating Parses | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Lesson 1.4: Disambiguating Parses

+

The purpose of this lesson is to teach how to use K's builtin features for +disambiguation to transform an ambiguous grammar into an unambiguous one that +expresses the intended ASTs.

+

Priority blocks

+

In practice, very few formal languages outside the domain of natural language +processing are ambiguous. The main reason for this is that parsing unambiguous +languages is asymptotically faster than parsing ambiguous languages. +Programming language designers instead usually use the notions of operator +precedence and associativity to make expression grammars unambiguous. These +mechanisms work by instructing the parser to reject certain ASTs in favor of +others in case of ambiguities; it is often possible to remove all ambiguities +in a grammar with these techniques.

+

While it is sometimes possible to explicitly rewrite the grammar to remove +these parses, because K's grammar specification and AST generation are +inextricably linked, this is generally discouraged. Instead, we use the +approach of explicitly expressing the relative precedence of different +operators in different situations in order to resolve the ambiguity.

+

For example, in C, && binds tighter in precedence than ||, meaning that +the expression true && false || false has only one valid AST: +(true && false) || false.

+

Consider, then, the third iteration on the grammar of this definition +(lesson-04-a.k):

+
k
module LESSON-04-A + + syntax Boolean ::= "true" | "false" + | "(" Boolean ")" [bracket] + > "!" Boolean [function] + > Boolean "&&" Boolean [function] + > Boolean "^" Boolean [function] + > Boolean "||" Boolean [function] + +endmodule +
+

In this example, some of the | symbols separating productions in a single +block have been replaced with >. This serves to describe the +priority groups associated with this block of productions. +The first priority group consists of the atoms of the +language: true, false, and the bracket operator. In general, a priority +group starts either at the ::= or > operator and extends until either the +next > operator or the end of the production block. Thus, we can see that the +second, third, fourth, and fifth priority groups in this grammar all consist +of a single production.

+

The meaning of these priority groups becomes apparent when parsing programs: +A symbol with a lesser priority, (i.e., one that binds looser), cannot +appear as the direct child of a symbol with a greater priority (i.e., +one that binds tighter. In this case, the > operator can be seen as a +greater-than operator describing a transitive partial ordering on the +productions in the production block, expressing their relative priority.

+

To see this more concretely, let's look again at the program +true && false || false. As noted before, previously this program was +ambiguous because the parser could either choose that && was the child of || +or vice versa. However, because a symbol with lesser priority (i.e., ||) +cannot appear as the direct child of a symbol with greater priority +(i.e., &&), the parser will reject the parse where || is under the +&& operator. As a result, we are left with the unambiguous parse +(true && false) || false. Similarly, true || false && false parses +unambiguously as true || (false && false). Conversely, if the user explicitly +wants the other parse, they can express this using brackets by explicitly +writing true && (false || false). This still parses successfully because the +|| operator is no longer the direct child of the && operator, but is +instead the direct child of the () operator, and the && operator is an +indirect parent, which is not subject to the priority restriction.

+

Astute readers, however, will already have noticed what seems to be a +contradiction: we have defined () as also having greater priority than ||. +One would think that this should mean that || cannot appear as a direct +child of (). This is a problem because priority groups are applied to every +possible parse separately. That is to say, even if the term is unambiguous +prior to this disambiguation rule, we still reject that parse if it violates +the rule of priority.

+

In fact, however, we do not reject this program as a parse error. Why is that? +Well, the rule for priority is slightly more complex than previously described. +In actual fact, it applies only conditionally. Specifically, it applies in +cases where the child is either the first or last production item in the +parent's production. For example, in the production Bool "&&" Bool, the +first Bool non-terminal is not preceded by any terminals, and the last Bool +non-terminal is not followed by any terminals. As a result of this, we apply +the priority rule to both children of &&. However, in the () operator, +the sole non-terminal is both preceded by and followed by terminals. As a +result, the priority rule is not applied when () is the parent. Because of +this, the program we mentioned above successfully parses.

+

Exercise

+

Parse the program true && false || false using kast, and confirm that the AST +places || as the top level symbol. Then modify the definition so that you +will get the alternative parse.

+

Associativity

+

Even having broken the expression grammar into priority blocks, the resulting +grammar is still ambiguous. We can see this if we try to parse the following +program (assoc.bool):

+
true && false && false
+
+

Priority blocks will not help us here: the problem comes between two parses +where both possible parses have a direct parent and child which is within a +single priority block (in this case, && is in the same block as itself).

+

This is where the notion of associativity comes into play. Associativity +applies the following additional rules to parses:

+
    +
  • a left-associative symbol cannot appear as a direct rightmost child of a +symbol with equal priority;
  • +
  • a right-associative symbol cannot appear as a direct leftmost child of a +symbol with equal priority; and
  • +
  • a non-associative symbol cannot appear as a direct leftmost or rightmost +child of a symbol with equal priority.
  • +
+

In C, binary operators are all left-associative, meaning that the expression +true && false && false parses unambiguously as (true && false) && false, +because && cannot appear as the rightmost child of itself.

+

Consider, then, the fourth iteration on the grammar of this definition +(lesson-04-b.k):

+
k
module LESSON-04-B + + syntax Boolean ::= "true" | "false" + | "(" Boolean ")" [bracket] + > "!" Boolean [function] + > left: Boolean "&&" Boolean [function] + > left: Boolean "^" Boolean [function] + > left: Boolean "||" Boolean [function] + +endmodule +
+

Here each priority group, immediately after the ::= or > operator, can +be followed by a symbol representing the associativity of that priority group: +either left: for left associativity, right: for right associativity, or +non-assoc: for non-associativity. In this example, each priority group we +apply associativity to has only a single production, but we could equally well +write a priority block with multiple productions and an associativity.

+

For example, consider the following, different grammar (lesson-04-c.k):

+
k
module LESSON-04-C + + syntax Boolean ::= "true" | "false" + | "(" Boolean ")" [bracket] + > "!" Boolean [function] + > left: + Boolean "&&" Boolean [function] + | Boolean "^" Boolean [function] + | Boolean "||" Boolean [function] + +endmodule +
+

In this example, unlike the one above, &&, ^, and || have the same +priority. However, viewed as a group, the entire group is left associative. +This means that none of &&, ^, and || can appear as the right child of +any of &&, ^, or ||. As a result of this, this grammar is also not +ambiguous. However, it expresses a different grammar, and you are encouraged +to think about what the differences are in practice.

+

Exercise

+

Parse the program true && false && false yourself, and confirm that the AST +places the rightmost && at the top of the expression. Then modify the +definition to generate the alternative parse.

+

Explicit priority and associativity declarations

+

Previously we have only considered the case where all of the productions +which you wish to express a priority or associativity relation over are +co-located in the same block of productions. However, in practice this is not +always feasible or desirable, especially as a definition grows in size across +multiple modules.

+

As a result of this, K provides a second way of declaring priority and +associativity relations.

+

Consider the following grammar, which we will name lesson-04-d.k and which +will express the exact same grammar as lesson-04-b.k

+
k
module LESSON-04-D + + syntax Boolean ::= "true" [group(literal)] | "false" [group(literal)] + | "(" Boolean ")" [group(atom), bracket] + | "!" Boolean [group(not), function] + | Boolean "&&" Boolean [group(and), function] + | Boolean "^" Boolean [group(xor), function] + | Boolean "||" Boolean [group(or), function] + + syntax priorities literal atom > not > and > xor > or + syntax left and + syntax left xor + syntax left or +endmodule +
+

This introduces a couple of new features of K. First, the group(_) attribute +is used to conceptually group together sets of sentences under a common +user-defined name. For example, literal in the syntax priorities sentence is +used to refer to all the productions marked with the group(literal) attribute, +i.e., true and false. A production can belong to multiple groups using +syntax such as group(myGrp1,myGrp2).

+

Once we understand this, it becomes relatively straightforward to understand +the meaning of this grammar. Each syntax priorities sentence defines a +priority relation where > separates different priority groups. Each priority +group is defined by a list of one or more group names, and consists of all +productions which are members of at least one of those named groups.

+

In the same way, a syntax left, syntax right, or syntax non-assoc sentence +defines an associativity relation among left-, right-, or non-associative +groups. Specifically, this means that:

+
syntax left a b
+
+

is different to:

+
syntax left a
+syntax left b
+
+

As a consequence of this, syntax [left|right|non-assoc] should not be used to +group together labels with different priority.

+

Prefer/avoid

+

Sometimes priority and associativity prove insufficient to disambiguate a +grammar. In particular, sometimes it is desirable to be able to choose between +two ambiguous parses directly while still not rejecting any parses if the term +parsed is unambiguous. A good example of this is the famous "dangling else" +problem in imperative C-like languages.

+

Consider the following definition (lesson-04-E.k):

+
k
module LESSON-04-E + + syntax Exp ::= "true" | "false" + syntax Stmt ::= "if" "(" Exp ")" Stmt + | "if" "(" Exp ")" Stmt "else" Stmt + | "{" "}" +endmodule +
+

We can write the following program (dangling-else.if):

+
if (true) if (false) {} else {}
+
+

This is ambiguous because it is unclear whether the else clause is part of +the outer if or the inner if. At first we might try to resolve this with +priorities, saying that the if without an else cannot appear as a child of +the if with an else. However, because the non-terminal in the parent symbol +is both preceded and followed by a terminal, this will not work.

+

Instead, we can resolve the ambiguity directly by telling the parser to +"prefer" or "avoid" certain productions when ambiguities arise. For example, +when we parse this program, we see the following ambiguity as an error message:

+
[Error] Inner Parser: Parsing ambiguity.
+1: syntax Stmt ::= "if" "(" Exp ")" Stmt
+
+`if(_)__LESSON-04-E_Stmt_Exp_Stmt`(`true_LESSON-04-E_Exp`(.KList),`if(_)_else__LESSON-04-E_Stmt_Exp_Stmt_Stmt`(`false_LESSON-04-E_Exp`(.KList),`;_LESSON-04-E_Stmt`(.KList),`;_LESSON-04-E_Stmt`(.KList)))
+2: syntax Stmt ::= "if" "(" Exp ")" Stmt "else" Stmt
+
+`if(_)_else__LESSON-04-E_Stmt_Exp_Stmt_Stmt`(`true_LESSON-04-E_Exp`(.KList),`if(_)__LESSON-04-E_Stmt_Exp_Stmt`(`false_LESSON-04-E_Exp`(.KList),`;_LESSON-04-E_Stmt`(.KList)),`;_LESSON-04-E_Stmt`(.KList))
+        Source(./dangling-else.if)
+        Location(1,1,1,30)
+
+

Roughly, we see that the ambiguity is between an if with an else or an if +without an else. Since we want to pick the first parse, we can tell K to +"avoid" the second parse with the avoid attribute. Consider the following +modified definition (lesson-04-f.k):

+
k
module LESSON-04-F + + syntax Exp ::= "true" | "false" + syntax Stmt ::= "if" "(" Exp ")" Stmt + | "if" "(" Exp ")" Stmt "else" Stmt [avoid] + | "{" "}" +endmodule +
+

Here we have added the avoid attribute to the else production. As a result, +when an ambiguity occurs and one or more of the possible parses has that symbol +at the top of the ambiguous part of the parse, we remove those parses from +consideration and consider only those remaining. The prefer attribute behaves +similarly, but instead removes all parses which do not have that attribute. +In both cases, no action is taken if the parse is not ambiguous.

+

Exercises

+
    +
  1. +

    Parse the program if (true) if (false) {} else {} using lesson-04-f.k +and confirm that else clause is part of the innermost if statement. Then +modify the definition so that you will get the alternative parse.

    +
  2. +
  3. +

    Modify your solution from Lesson 1.3, Exercise 2 so that unary negation should +bind tighter than multiplication and division, which should bind tighter than +addition and subtraction, and each binary operator should be left associative. +Write these priority and associativity declarations explicitly, and then +try to write them inline.

    +
  4. +
  5. +

    Write a simple grammar containing at least one ambiguity that cannot be +resolved via priority or associativity, and then use the prefer attribute to +resolve that ambiguity.

    +
  6. +
  7. +

    Explain why the following grammar is not labeled ambiguous by the K parser when parsing abb, then make the parser realize the ambiguity.

    +
  8. +
+
k
module EXERCISE4 + +syntax Expr ::= "a" Expr "b" + | "abb" + | "b" + +endmodule +
+

Next lesson

+

Once you have completed the above exercises, you can continue to +Lesson 1.5: Modules, Imports, and Requires.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/1_basic/05_modules/index.html b/k-distribution/k-tutorial/1_basic/05_modules/index.html new file mode 100644 index 00000000000..142e0948e68 --- /dev/null +++ b/k-distribution/k-tutorial/1_basic/05_modules/index.html @@ -0,0 +1,670 @@ + + + + + + + + + + + + + + +Lesson 1.5: Modules, Imports, and Requires | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Lesson 1.5: Modules, Imports, and Requires

+

The purpose of this lesson is to explain how K definitions can be broken into +separate modules and files and how these distinct components combine into a +complete K definition.

+

K's outer syntax

+

Recall from Lesson 1.3 that K's grammar is broken +into two components: the outer syntax of K and the inner syntax of K. +Outer syntax, as previously mentioned, consists of requires, modules, +imports, and sentences. A K semantics is expressed by the set of +sentences contained in the definition. The scope of what is considered +contained in that definition is determined both by the main semantics +module of a K definition, as well as the requires and imports present +in the file that contains that module.

+

Basic module syntax

+

The basic unit of grouping sentences in K is the module. A module consists +of a module name, an optional list of attributes, a list of +imports, and a list of sentences.

+

A module name consists of one or more groups of letters, numbers, or +underscores, separated by a hyphen. Here are some valid module names: FOO, +FOO-BAR, foo0, foo0_bar-Baz9. Here are some invalid module names: -, +-FOO, BAR-, FOO--BAR. Stylistically, modules names are usually all +uppercase with hyphens separating words, but this is not strictly enforced.

+

Some example modules include an empty module:

+
k
module LESSON-05-A + +endmodule +
+

A module with some attributes:

+
k
module LESSON-05-B [group(attr1,attr2), private] + +endmodule +
+

A module with some sentences:

+
k
module LESSON-05-C + syntax Boolean ::= "true" | "false" + syntax Boolean ::= "not" Boolean [function] + rule not true => false + rule not false => true +endmodule +
+

Imports

+

Thus far we have only discussed definitions containing a single module. +Definitions can also contain multiple modules, in which one module imports +others.

+

An import in K appears at the top of a module, prior to any sentences. It can +be specified with the imports keyword, followed by a module name.

+

For example, here is a simple definition with two modules (lesson-05-d.k):

+
k
module LESSON-05-D-1 + syntax Boolean ::= "true" | "false" + syntax Boolean ::= "not" Boolean [function] +endmodule + +module LESSON-05-D + imports LESSON-05-D-1 + + rule not true => false + rule not false => true +endmodule +
+

This K definition is equivalent to the definition expressed by the single module +LESSON-05-C. Essentially, by importing a module, we include all of the +sentences in the module being imported into the module that we import from. +There are a few minor differences between importing a module and simply +including its sentences in another module directly, but we will cover these +differences later. Essentially, you can think of modules as a way of +conceptually grouping sentences in a larger K definition.

+

Exercise

+

Modify lesson-05-d.k to include four modules: one containing the syntax, two +with one rule each that imports the first module, and a final module +LESSON-05-D containing no sentences that imports the second and third module. +Check to make sure the definition still compiles and that you can still evaluate +the not function.

+

Parsing in the presence of multiple modules

+

As you may have noticed, each module in a definition can express a distinct set +of syntax. When parsing the sentences in a module, we use the syntax +of that module, enriched with the basic syntax of K, in order to parse +rules in that module. For example, the following definition is a parser error +(lesson-05-e.k):

+
.k .error
module LESSON-05-E-1 + rule not true => false + rule not false => true +endmodule + +module LESSON-05-E-2 + syntax Boolean ::= "true" | "false" + syntax Boolean ::= "not" Boolean [function] +endmodule +
+

This is because the syntax referenced in module LESSON-05-E-1, namely, not, +true, and false, is not imported by that module. You can solve this problem +by simply importing the modules containing the syntax you want to use in your +sentences.

+

Main syntax and semantics modules

+

When we are compiling a K definition, we need to know where to start. We +designate two specific entry point modules: the main syntax module +and the main semantics module. The main syntax module, as well as all the +modules it imports recursively, are used to create the parser for programs that +you use to parse programs that you execute with krun. The main semantics +module, as well as all the modules it imports recursively, are used to +determine the rules that can be applied at runtime in order to execute a +program. For example, in the above example, if the main semantics module is +module LESSON-05-D-1, then not is an uninterpreted function (i.e., has no +rules associated with it), and the rules in module LESSON-05-D are not +included.

+

While you can specify the entry point modules explicitly by passing the +--main-module and --syntax-module flags to kompile, by default, if you +type kompile foo.k, then the main semantics module will be FOO and the +main syntax module will be FOO-SYNTAX.

+

Splitting a definition into multiple files

+

So far, while we have discussed ways to break definitions into separate +conceptual components (modules), K also provides a mechanism for combining +multiple files into a single K definition, namely, the requires directive.

+

In K, the requires keyword has two meanings. The first, the requires +statement, appears at the top of a K file, prior to any module declarations. It +consists of the keyword requires followed by a double-quoted string. The +second meaning of the requires keyword will be covered in a later lesson, +but it is distinguished because the second case occurs only inside modules.

+

The string passed to the requires statement contains a filename. When you run +kompile on a file, it will look at all of the requires statements in that +file, look up those files on disk, parse them, and then recursively process all +the requires statements in those files. It then combines all the modules in all +of those files together, and uses them collectively as the set of modules to +which imports statements can refer.

+

Putting it all together

+

Putting it all together, here is one possible way in which we could break the +definition lesson-02-c.k from Lesson 1.2 into +multiple files and modules:

+

colors.k:

+
k
module COLORS + syntax Color ::= Yellow() + | Blue() +endmodule +
+

fruits.k:

+
k
module FRUITS + syntax Fruit ::= Banana() + | Blueberry() +endmodule +
+

colorOf.k:

+
.k .exclude
requires "fruits.k" +requires "colors.k" + +module COLOROF-SYNTAX + imports COLORS + imports FRUITS + + syntax Color ::= colorOf(Fruit) [function] +endmodule + +module COLOROF + imports COLOROF-SYNTAX + + rule colorOf(Banana()) => Yellow() + rule colorOf(Blueberry()) => Blue() +endmodule +
+

You would then compile this definition with kompile colorOf.k and use it the +same way as the original, single-module definition.

+

Exercise

+

Modify the name of the COLOROF module, and then recompile the definition. +Try to understand why you now get a compiler error. Then, resolve this compiler +error by passing the --main-module and --syntax-module flags to kompile.

+

Include path

+

One note can be made about how paths are resolved in requires statements.

+

By default, the path you specify is allowed to be an absolute or a relative +path. If the path is absolute, that exact file is imported. If the path is +relative, a matching file is looked for within all of the +include directories specified to the compiler. By default, the include +directories include the current working directory, followed by the +include/kframework/builtin directory within your installation of K. You can +also pass one or more directories to kompile via the -I command line flag, +in which case these directories are prepended to the beginning of the list.

+

Exercises

+
    +
  1. +

    Take the solution to Lesson 1.4, Exercise 2 which included the explicit +priority and associativity declarations, and modify the definition so that +the syntax of integers and brackets is in one module, the syntax of addition, +subtraction, and unary negation is in another module, and the syntax of +multiplication and division is in a third module. Make sure you can still parse +the same set of expressions as before. Place priority declarations in the main +module.

    +
  2. +
  3. +

    Modify lesson-02-d.k from Lesson 1.2 so that the rules and syntax are in +separate modules in separate files.

    +
  4. +
  5. +

    Place the file containing the syntax from Exercise 2 in another directory, +then recompile the definition. Observe why a compilation error occurs. Then +fix the compiler error by passing -I to kompile.

    +
  6. +
+

Next lesson

+

Once you have completed the above exercises, you can continue to +Lesson 1.6: Integers and Booleans.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/1_basic/06_ints_and_bools/index.html b/k-distribution/k-tutorial/1_basic/06_ints_and_bools/index.html new file mode 100644 index 00000000000..727d3ed4d08 --- /dev/null +++ b/k-distribution/k-tutorial/1_basic/06_ints_and_bools/index.html @@ -0,0 +1,608 @@ + + + + + + + + + + + + + + +Lesson 1.6: Integers and Booleans | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Lesson 1.6: Integers and Booleans

+

The purpose of this lesson is to explain the two most basic types of builtin +sorts in K, the Int sort and the Bool sort, representing +arbitrary-precision integers and Boolean algebra.

+

Builtin sorts in K

+

K provides definitions of some useful sorts in +domains.md, found in the +include/kframework/builtin directory of the K installation. This file is +defined via a +Literate programming +style that we will discuss in a future lesson. We will not cover all of the +sorts found there immediately, however, this lesson discusses some of the +details surrounding integers and Booleans, as well as providing information +about how to look up more detailed knowledge about builtin functions in K's +documentation.

+

Booleans in K

+

The most basic builtin sort K provides is the Bool sort, representing +Boolean values (i.e., true and false). You have already seen how we were +able to create this type ourselves using K's parsing and disambiguation +features. However, in the vast majority of cases, we prefer instead to import +the version of Boolean algebra defined by K itself. Most simply, you can do +this by importing the module BOOL in your definition. For example +(lesson-06-a.k):

+
k
module LESSON-06-A + imports BOOL + + syntax Fruit ::= Blueberry() | Banana() + syntax Bool ::= isBlue(Fruit) [function] + + rule isBlue(Blueberry()) => true + rule isBlue(Banana()) => false +endmodule +
+

Here we have defined a simple predicate, i.e., a function returning a +Boolean value. We are now able to perform the usual Boolean operations of +and, or, and not over these values. For example (lesson-06-b.k):"

+
k
module LESSON-06-B + imports BOOL + + syntax Fruit ::= Blueberry() | Banana() + syntax Bool ::= isBlue(Fruit) [function] + + rule isBlue(Blueberry()) => true + rule isBlue(Banana()) => false + + syntax Bool ::= isYellow(Fruit) [function] + | isBlueOrYellow(Fruit) [function] + + rule isYellow(Banana()) => true + rule isYellow(Blueberry()) => false + + rule isBlueOrYellow(F) => isBlue(F) orBool isYellow(F) +endmodule +
+

In the above example, Boolean inclusive or is performed via the orBool +function, which is defined in the BOOL module. As a matter of convention, +many functions over builtin sorts in K are suffixed with the name of the +primary sort over which those functions are defined. This happens so that the +syntax of K does not (generally) conflict with the syntax of any other +programming language, which would make it harder to define that programming +language in K.

+

Exercise

+

Write a function isBlueAndNotYellow which computes the appropriate Boolean +expression. If you are unsure what the appropriate syntax is to use, you +can refer to the BOOL module in +domains.md. Add a term of +sort Fruit for which isBlue and isYellow both return true, and test that +the isBlueAndNotYellow function behaves as expected on all three Fruits.

+

Syntax Modules

+

For most sorts in domains.md, K defines more than one module that can be +imported by users. For example, for the Bool sort, K defines the BOOL +module that has previously already been discussed, but also provides the +BOOL-SYNTAX module. This module, unlike the BOOL module, only declares the +values true and false, but not any of the functions that operate over the +Bool sort. The rationale is that you may want to import this module into the +main syntax module of your definition in some cases, whereas you generally do +not want to do this with the version of the module that includes all the +functions over the Bool sort. For example, if you were defining the semantics +of C++, you might import BOOL-SYNTAX into the syntax module of your +definition, because true and false are part of the grammar of C++, but +you would only import the BOOL module into the main semantics module, because +C++ defines its own syntax for and, or, and not that is different from the +syntax defined in the BOOL module.

+

Here, for example, is how we might redefine our Boolean expression calculator +to use the Bool sort while maintaining an idiomatic structure of modules +and imports, for the first time including the rules to calculate the values of +expressions themselves (lesson-06-c.k):

+
k
module LESSON-06-C-SYNTAX + imports BOOL-SYNTAX + + syntax Bool ::= "(" Bool ")" [bracket] + > "!" Bool [function] + > left: + Bool "&&" Bool [function] + | Bool "^" Bool [function] + | Bool "||" Bool [function] +endmodule + +module LESSON-06-C + imports LESSON-06-C-SYNTAX + imports BOOL + + rule ! B => notBool B + rule A && B => A andBool B + rule A ^ B => A xorBool B + rule A || B => A orBool B +endmodule +
+

Note the encapsulation of syntax: the LESSON-06-C-SYNTAX module contains +exactly the syntax of our Boolean expressions, and no more, whereas any other +syntax needed to implement those functions is in the LESSON-06-C module +instead.

+

Exercise

+

Add an "implies" function to the above Boolean expression calculator, using the +-> symbol to represent implication. You can look up K's builtin "implies" +function in the BOOL module in domains.md.

+

Integers in K

+

Unlike most programming languages, where the most basic integer type is a +fixed-precision integer type, the most commonly used integer sort in K is +the Int sort, which represents the mathematical integers, ie, +arbitrary-precision integers.

+

K provides three main modules for import when using the Int sort. The first, +containing all the syntax of integers as well as all of the functions over +integers, is the INT module. The second, which provides just the syntax +of integer literals themselves, is the INT-SYNTAX module. However, unlike +most builtin sorts in K, K also provides a third module for the Int sort: +the UNSIGNED-INT-SYNTAX module. This module provides only the syntax of +non-negative integers, i.e., natural numbers. The reasons for this involve +lexical ambiguity. Generally speaking, in most programming languages, -1 is +not a literal, but instead a literal to which the unary negation operator is +applied. K thus provides this module to ease in specifying the syntax of such +languages.

+

For detailed information about the functions available over the Int sort, +refer to domains.md. Note again how we append Int to the end of most of the +integer operations to ensure they do not collide with the syntax of other +programming languages.

+

Exercises

+
    +
  1. +

    Extend your solution from Lesson 1.4, Exercise 2 to implement the rules +that define the behavior of addition, subtraction, multiplication, and +division. Do not worry about the case when the user tries to divide by zero +at this time. Use /Int to implement division. Test your new calculator +implementation by executing the arithmetic expressions you wrote as part of +Lesson 1.3, Exercise 2. Check to make sure each computes the value you expected.

    +
  2. +
  3. +

    Combine the Boolean expression calculator from this lesson with your +solution to Exercise 1, and then extend the combined calculator with the <, +<=, >, >=, ==, and != expressions. Write some Boolean expressions +that combine integer and Boolean operations, and test to ensure that these +expressions return the expected truth value.

    +
  4. +
  5. +

    Compute the following expressions using your solution from Exercise 2: +7 / 3, 7 / -3, -7 / 3, -7 / -3. Then replace the /Int function in +your definition with divInt instead, and observe how the value of the above +expressions changes. Why does this occur?

    +
  6. +
+

Next lesson

+

Once you have completed the above exercises, you can continue to +Lesson 1.7: Side Conditions and Rule Priority.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/1_basic/07_side_conditions/index.html b/k-distribution/k-tutorial/1_basic/07_side_conditions/index.html new file mode 100644 index 00000000000..67392718a05 --- /dev/null +++ b/k-distribution/k-tutorial/1_basic/07_side_conditions/index.html @@ -0,0 +1,621 @@ + + + + + + + + + + + + + + +Lesson 1.7: Side Conditions and Rule Priority | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Lesson 1.7: Side Conditions and Rule Priority

+

The purpose of this lesson is to explain how to write conditional rules in K, +and to explain how to control the order in which rules are tried.

+

Side Conditions

+

So far, all of the rules we have discussed have been unconditional rules. +If the left-hand side of the rule matches the arguments to the function, the +rule applies. However, there is another type of rule, a conditional rule. +A conditional rule consists of a rule body containing the patterns to +match, and a side condition representing a Boolean expression that must +evaluate to true in order for the rule to apply.

+

Side conditions in K are introduced via the requires keyword immediately +following the rule body. For example, here is a rule with a side condition +(lesson-07-a.k):

+
k
module LESSON-07-A + imports BOOL + imports INT + + syntax Grade ::= "letter-A" + | "letter-B" + | "letter-C" + | "letter-D" + | "letter-F" + | gradeFromPercentile(Int) [function] + + rule gradeFromPercentile(I) => letter-A requires I >=Int 90 +endmodule +
+

In this case, the gradeFromPercentile function takes a single integer +argument. The function evaluates to letter-A if the argument passed is +greater than 90. Note that the side condition is allowed to refer to variables +that appear on the left-hand side of the rule. In the same manner as variables +appearing on the right-hand side, variables that appear in the side condition +evaluate to the value that was matched on the left-hand side. Then the +functions in the side condition are evaluated, which returns a term of sort +Bool. If the term is equal to true, then the rule applies. Bear in mind +that the side condition is only evaluated at all if the patterns on the +left-hand side of the rule match the term being evaluated.

+

Exercise

+

Write a rule that evaluates gradeFromPercentile to letter-B if the argument +to the function is in the range [80,90). Test that the function correctly +evaluates various numbers between 80 and 100.

+

owise Rules

+

So far, all the rules we have introduced have had the same priority. What +this means is that K does not necessarily enforce an order in which the rules +are tried. We have only discussed functions so far in K, so it is not +immediately clear why this choice was made, given that a function is not +considered well-defined if multiple rules for evaluating it are capable of +evaluating the same arguments to different results. However, in future lessons +we will discuss other types of rules in K, some of which can be +non-deterministic. What this means is that if more than one rule is capable +of matching, then K will explore both possible rules in parallel, and consider +each of their respective results when executing your program. Don't worry too +much about this right now, but just understand that because of the potential +later for nondeterminism, we don't enforce a total ordering on the order in +which rules are attempted to be applied.

+

However, sometimes this is not practical; It can be very convenient to express +that a particular rule applies if no other rules for that function are +applicable. This can be expressed by adding the owise attribute to a rule. +What this means, in practice, is that this rule has lower priority than other +rules, and will only be tried to be applied after all the other, +higher-priority rules have been tried and they have failed.

+

For example, in the above exercise, we had to add a side condition containing +two Boolean comparisons to the rule we wrote to handle letter-B grades. +However, in practice this meant that we compare the percentile to 90 twice. We +can more efficiently and more idiomatically write the letter-B case for the +gradeFromPercentile rule using the owise attribute (lesson-07-b.k):

+
k
module LESSON-07-B + imports BOOL + imports INT + + syntax Grade ::= "letter-A" + | "letter-B" + | "letter-C" + | "letter-D" + | "letter-F" + | gradeFromPercentile(Int) [function] + + rule gradeFromPercentile(I) => letter-A requires I >=Int 90 + rule gradeFromPercentile(I) => letter-B requires I >=Int 80 [owise] +endmodule +
+

This rule is saying, "if all the other rules do not apply, then the grade is a +B if the percentile is greater than or equal to 80." Note here that we use both +a side condition and an owise attribute on the same rule. This is not +required (as we will see later), but it is allowed. What this means is that the +side condition is only tried if the other rules did not apply and the +left-hand side of the rule matched. You can even use more complex matching on +the left-hand side than simply a variable. More generally, you can also have +multiple higher-priority rules, or multiple owise rules. What this means in +practice is that all of the non-owise rules are tried first, in any order, +followed by all the owise rules, in any order.

+

Exercise

+

The grades D and F correspond to the percentile ranges [60, 70) and [0, 60) +respectively. Write another implementation of gradeFromPercentile which +handles only these cases, and uses the owise attribute to avoid redundant +Boolean comparisons. Test that various percentiles in the range [0, 70) are +evaluated correctly.

+

Rule Priority

+

As it happens, the owise attribute is a specific case of a more general +concept we call rule priority. In essence, each rule is assigned an integer +priority. Rules are tried in increasing order of priority, starting with a +rule with priority zero, and trying each increasing numerical value +successively.

+

By default, a rule is assigned a priority of 50. If the rule has the owise +attribute, it is instead given the priority 200. You can see why this will +cause owise rules to be tried after regular rules.

+

However, it is also possible to directly assign a numerical priority to a rule +via the priority attribute. For example, here is an alternative way +we could express the same two rules in the gradeFromPercentile function +(lesson-07-c.k):

+
k
module LESSON-07-C + imports BOOL + imports INT + + syntax Grade ::= "letter-A" + | "letter-B" + | "letter-C" + | "letter-D" + | "letter-F" + | gradeFromPercentile(Int) [function] + + rule gradeFromPercentile(I) => letter-A requires I >=Int 90 [priority(50)] + rule gradeFromPercentile(I) => letter-B requires I >=Int 80 [priority(200)] +endmodule +
+

We can, of course, assign a priority equal to any non-negative integer. For +example, here is a more complex example that handles the remaining grades +(lesson-07-d.k):

+
k
module LESSON-07-D + imports BOOL + imports INT + + syntax Grade ::= "letter-A" + | "letter-B" + | "letter-C" + | "letter-D" + | "letter-F" + | gradeFromPercentile(Int) [function] + + rule gradeFromPercentile(I) => letter-A requires I >=Int 90 [priority(50)] + rule gradeFromPercentile(I) => letter-B requires I >=Int 80 [priority(51)] + rule gradeFromPercentile(I) => letter-C requires I >=Int 70 [priority(52)] + rule gradeFromPercentile(I) => letter-D requires I >=Int 60 [priority(53)] + rule gradeFromPercentile(_) => letter-F [priority(54)] +endmodule +
+

Note that we have introduced a new piece of syntax here: _. This is actually +just a variable. However, as a special case, when a variable is named _, it +does not bind a value that can be used on the right-hand side of the rule, or +in a side condition. Effectively, _ is a placeholder variable that means "I +don't care about this term."

+

In this example, we have explicitly expressed the order in which the rules of +this function are tried. Since rules are tried in increasing numerical +priority, we first try the rule with priority 50, then 51, then 52, 53, and +finally 54.

+

As a final note, remember that if you assign a rule a priority higher than 200, +it will be tried after a rule with the owise attribute, and if you assign +a rule a priority less than 50, it will be tried before a rule with no +explicit priority.

+

Exercises

+
    +
  1. +

    Write a function isEven that returns whether an integer is an even number. +Use two rules and one side condition. The right-hand side of the rules should +be Boolean literals. Refer back to +domains.md for the relevant +integer operations.

    +
  2. +
  3. +

    Modify the calculator application from Lesson 1.6, Exercise 2, so that division +by zero will no longer make krun crash with a "Divison by zero" exception. +Instead, the / function should not match any of its rules if the denominator +is zero.

    +
  4. +
  5. +

    Write your own implementation of ==, <, <=, >, >= for integers and modify your solution from Exercise 2 to use it. +You can use any arithmetic operations in the INT module, but do not use any built-in boolean functions for comparing integers.

    +

    Hint: Use pattern matching and recursive definitions with rule priorities.

    +
  6. +
+

Next lesson

+

Once you have completed the above exercises, you can continue to +Lesson 1.8: Literate Programming with Markdown.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/1_basic/08_literate_programming/index.html b/k-distribution/k-tutorial/1_basic/08_literate_programming/index.html new file mode 100644 index 00000000000..fdf14ca82cc --- /dev/null +++ b/k-distribution/k-tutorial/1_basic/08_literate_programming/index.html @@ -0,0 +1,571 @@ + + + + + + + + + + + + + + +Lesson 1.8: Literate Programming with Markdown | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Lesson 1.8: Literate Programming with Markdown

+

The purpose of this lesson is to teach a paradigm for performing literate +programming in K, and explain how this can be used to create K definitions +that are also documentation.

+

Markdown and K

+

The K tutorial so far has been written in +Markdown. Markdown, +for those not already familiar, is a lightweight plain-text format for styling +text. From this point onward, we assume you are familiar with Markdown and how +to write Markdown code. You can refer to the above link for a tutorial if you +are not already familiar.

+

What you may not necessarily realize, however, is that the K tutorial is also +a sequence of K definitions written in the manner of +Literate Programming. +For detailed information about Literate Programming, you can read the linked +Wikipedia article, but the short summary is that literate programming is a way +of intertwining documentation and code together in a manner that allows +executable code to also be, simultaneously, a documented description of that +code.

+

K is provided with built-in support for literate programming using Markdown. +By default, if you pass a file with the .md file extension to kompile, it +will look for any code blocks containing k code in that file, extract out +that K code into pure K, and then compile it as if it were a .k file.

+

A K code block begins with a line of text containing the keyword ```k, +and ends when it encounters another ``` keyword.

+

For example, if you view the markdown source of this document, this is a K +code block:

+
k
module LESSON-08 + imports INT +
+

Only the code inside K code blocks will actually be sent to the compiler. The +rest, while it may appear in the document when rendered by a markdown viewer, +is essentially a form of code comment.

+

When you have multiple K code blocks in a document, K will append each one +together into a single file before passing it off to the outer parser.

+

For example, the following code block contains sentences that are part of the +LESSON-08 module that we declared the beginning of above:

+
k
syntax Int ::= Int "+" Int [function] + rule I1 + I2 => I1 +Int I2 +
+

Exercise

+

Compile this file with kompile README.md --main-module LESSON-08. Confirm +that you can use the resulting compiled definition to evaluate the + +function.

+

Markdown Selectors

+

On occasion, you may want to generate multiple K definitions from a single +Markdown file. You may also wish to include a block of syntax-highlighted K +code that nonetheless does not appear as part of your K definition. It is +possible to accomplish this by means of the built-in support for syntax +highlighting in Markdown. Markdown allows a code block that was begun with +``` to be immediately followed by a string which is used to signify what +programming language the following code is written in. However, this feature +actually allows arbitrary text to appear describing that code block. Markdown +parsers are able to parse this text and render the code block differently +depending on what text appears after the backticks.

+

In K, you can use this functionality to specify one or more +Markdown selectors which are used to describe the code block. A Markdown +selector consists of a sequence of characters containing letters, numbers, and +underscores. A code block can be designated with a single selector by appending +the selector immediately following the backticks that open the code block.

+

For example, here is a code block with the foo selector:

+
foo
foo bar +
+

Note that this is not K code. By convention, K code should have the k +selector on it. You can express multiple selectors on a code block by putting +them between curly braces and prepending each with the . character. For +example, here is a code block with the foo and k selectors:

+
.k .foo
syntax Int ::= foo(Int) [function] + rule foo(0) => 0 +
+

Because this code block contains the k Markdown selector, by default it is +included as part of the K definition being compiled.

+

Exercise

+

Confirm this fact by using krun to evaluate foo(0).

+

Markdown Selector Expressions

+

By default, as previously stated, K includes in the definition any code block +with the k selector. However, this is merely a specific instance of a general +principle, namely, that K allows you to control which selectors get included +in your K definition. This is done by means of the --md-selector flag to +kompile. This flag accepts a Markdown selector expression, which you +can essentially think of as a kind of Boolean algebra over Markdown selectors. +Each selector becomes an atom, and you can combine these atoms via the &, +|, !, and () operators.

+

Here is a grammar, written in K, of the language of Markdown selector +expressions:

+
.k .selector
syntax Selector ::= r"[0-9a-zA-Z_]+" [token] + syntax SelectorExp ::= Selector + | "(" SelectorExp ")" [bracket] + > right: + "!" SelectorExp + > right: + SelectorExp "&" SelectorExp + > right: + SelectorExp "|" SelectorExp +
+

Here is a selector expression that selects all the K code blocks in this +definition except the one immediately above:

+
k & (! selector)
+
+

Addendum

+

This code block exists in order to make the above lesson a syntactically valid +K definition. Consider why it is necessary.

+
k
endmodule +
+

Exercises

+
    +
  1. +

    Compile this lesson with the selector expression k & (! foo) and confirm +that you get a parser error if you try to evaluate the foo function with the +resulting definition.

    +
  2. +
  3. +

    Compile Lesson 1.3 +as a K definition. Identify why it fails to compile. Then pass an appropriate +--md-selector to the compiler in order to make it compile.

    +
  4. +
  5. +

    Modify your calculator application from Lesson 1.7, Exercise 2, to be written +in a literate style. Consider what text might be appropriate to turn the +resulting markdown file into documentation for your calculator.

    +
  6. +
+

Next lesson

+

Once you have completed the above exercises, you can continue to +Lesson 1.9: Unparsing and the format and color attributes.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/1_basic/09_unparsing/index.html b/k-distribution/k-tutorial/1_basic/09_unparsing/index.html new file mode 100644 index 00000000000..0531b347535 --- /dev/null +++ b/k-distribution/k-tutorial/1_basic/09_unparsing/index.html @@ -0,0 +1,718 @@ + + + + + + + + + + + + + + +Lesson 1.9: Unparsing and the format and color attributes | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Lesson 1.9: Unparsing and the format and color attributes

+

The purpose of this lesson is to teach the user about how terms are +pretty-printed in K, and how the user can make adjustments to the default +settings for how to print specific terms.

+

Parsing, Execution, and Unparsing

+

When you use krun to interpret a program, the tool passes through three major +phases. In the first, parsing, the program itself is parsed using either kast +or an ahead-of-time parser generated via Bison, and the resulting AST becomes +the input to the interpreter. In the second phase, execution, K evaluates +functions and (as we will discuss in depth later) performs rewrite steps to +iteratively transform the program state. The third and final phase is called +unparsing, because it consists of taking the final state of the application +after the program has been interpreted, and converting it from an AST back into +text that (in theory, anyway) could be parsed back into the same AST that was +the output of the execution phase.

+

In practice, parsing is not always precisely reversible. It turns out +(although we are not going to cover exactly why this is here), that +constructing a sound algorithm that takes a grammar and an AST and emits text +that could be parsed via that grammar to the original AST is an +NP-hard problem. As a result, in the interests of avoiding exponential time +algorithms when users rarely care about unparsing being completely sound, we +take certain shortcuts that provide a linear-time algorithm that approximates +a sound solution to the problem while sacrificing the notion that the result +can be parsed into the exact original term in all cases.

+

This is a lot of theoretical explanation, but at root, the unparsing process +is fairly simple: it takes a K term that is the output of execution and pretty +prints it according to the syntax defined by the user in their K definition. +This is useful because the original AST is not terribly user-readable, and it +is difficult to visualize the entire term or decipher information about the +final state of the program at a quick glance. Of course, in rare cases, the +pretty-printed configuration loses information of relevance, which is why K +allows you to obtain the original AST on request.

+

As an example of all of this, consider the following K definition +(lesson-09-a.k):

+
k
module LESSON-09-A + imports BOOL + + syntax Exp ::= "(" Exp ")" [bracket] + | Bool + > "!" Exp + > left: + Exp "&&" Exp + | Exp "^" Exp + | Exp "||" Exp + + syntax Exp ::= id(Exp) [function] + rule id(E) => E +endmodule +
+

This is similar to the grammar we defined in LESSON-06-C, with the difference +that the Boolean expressions are now constructors of sort Exp and we define a +trivial function over expressions that returns its argument unchanged.

+

We can now parse a simple program in this definition and use it to unparse some +Boolean expressions. For example (exp.bool):

+
id(true&&false&&!true^(false||true))
+
+

Here is a program that is not particularly legible at first glance, because all +extraneous whitespace has been removed. However, if we run krun exp.bool, we +see that the result of the unparser will pretty-print this expression rather +nicely:

+
<k>
+  true && false && ! true ^ ( false || true ) ~> .
+</k>
+
+

Notably, not only does K insert whitespace where appropriate, it is also smart +enough to insert parentheses where necessary in order to ensure the correct +parse. For example, without those parentheses, the expression above would parse +equivalent to the following one:

+
(((true && false) && ! true) ^ false) || true
+
+

Indeed, you can confirm this by passing that exact expression to the id +function and evaluating it, then looking at the result of the unparser:

+
<k>
+  true && false && ! true ^ false || true ~> .
+</k>
+
+

Here, because the meaning of the AST is the same both with and without +parentheses, K does not insert any parentheses when unparsing.

+

Exercise

+

Modify the grammar of LESSON-09-A above so that the binary operators are +right associative. Try unparsing exp.bool again, and note how the result is +different. Explain the reason for the difference.

+

Custom unparsing of terms

+

You may have noticed that right now, the unparsing of terms is not terribly +imaginative. All it is doing is taking each child of the term, inserting it +into the non-terminal positions of the production, then printing the production +with a space between each terminal or non-terminal. It is easy to see why this +might not be desirable in some cases. Consider the following K definition +(lesson-09-b.k):

+
k
module LESSON-09-B + imports BOOL + + syntax Stmt ::= "{" Stmt "}" | "{" "}" + > right: + Stmt Stmt + | "if" "(" Bool ")" Stmt + | "if" "(" Bool ")" Stmt "else" Stmt [avoid] +endmodule +
+

This is a statement grammar, simplified to the point of meaninglessness, but +still useful as an object lesson in unparsing. Consider the following program +in this grammar (if.stmt):

+
if (true) {
+  if (true) {}
+  if (false) {}
+  if (true) {
+    if (false) {} else {}
+  } else {
+    if (false) {}
+  }
+}
+
+

This is how that term would be unparsed if it appeared in the output of krun:

+
if ( true ) { if ( true ) { } if ( false ) { } if ( true ) { if ( false ) { } else { } } else { if ( false ) { } } }
+
+

This is clearly much less legible than we started with! What are we to do? +Well, K provides an attribute, format, that can be applied to any production, +which controls how that production gets unparsed. You've seen how it gets +unparsed by default, but via this attribute, the developer has complete control +over how the term is printed. Of course, the user can trivially create ways to +print terms that would not parse back into the same term. Sometimes this is +even desirable. But in most cases, what you are interested in is controlling +the line breaking, indentation, and spacing of the production.

+

Here is an example of how you might choose to apply the format attribute +to improve how the above term is unparsed (lesson-09-c.k):

+
k
module LESSON-09-C + imports BOOL + + syntax Stmt ::= "{" Stmt "}" [format(%1%i%n%2%d%n%3)] | "{" "}" [format(%1%2)] + > right: + Stmt Stmt [format(%1%n%2)] + | "if" "(" Bool ")" Stmt [format(%1 %2%3%4 %5)] + | "if" "(" Bool ")" Stmt "else" Stmt [avoid, format(%1 %2%3%4 %5 %6 %7)] +endmodule +
+

If we compile this new definition and unparse the same term, this is the +result we get:

+
if (true) {
+  if (true) {}
+  if (false) {}
+  if (true) {
+    if (false) {} else {}
+  } else {
+    if (false) {}
+  }
+}
+
+

This is the exact same text we started with! By adding the format attributes, +we were able to indent the body of code blocks, adjust the spacing of if +statements, and put each statement on a new line.

+

How exactly was this achieved? Well, each time the unparser reaches a term, +it looks at the format attribute of that term. That format attribute is a +mix of characters and format codes. Format codes begin with the % +character. Each character in the format attribute other than a format code is +appended verbatim to the output, and each format code is handled according to +its meaning, transformed (possibly recursively) into a string of text, and +spliced into the output at the position the format code appears in the format +string.

+

Provided for reference is a table with a complete list of all valid format +codes, followed by their meaning:

+ + + + + + + + + +
Format Code Meaning
n Insert '\n' followed by the current indentation + level
i Increase the current indentation level by 1
d Decrease the current indentation level by 1
c Move to the next color in the list of colors for + this production (see next section)
r Reset color to the default foreground color for + the terminal (see next section)
an integer Print a terminal or non-terminal from the + production. The integer is treated as a 1-based + index into the terminals and non-terminals of + the production. +
+
If the offset refers to a terminal, move to the + next color in the list of colors for this + production, print the value of that terminal, + then reset the color to the default foreground + color for the terminal. +
+
If the offset refers to a regular expression + terminal, it is an error. +
+
If the offset refers to a non-terminal, unparse + the corresponding child of the current term + (starting with the current indentation level) + and print the resulting text, then set the + current color and indentation level to the color + and indentation level following unparsing that + term.
other char Print that character verbatim
+

Exercise

+

Change the format attributes for LESSON-09-C so that if.stmt will unparse +as follows:

+
if (true)
+{
+  if (true)
+  {
+  }
+  if (false)
+  {
+  }
+  if (true)
+  {
+    if (false)
+    {
+    }
+    else
+    {
+    }
+  }
+  else
+  {
+    if (false)
+    {
+    }
+  }
+}
+
+

Output coloring

+

When the output of unparsing is displayed on a terminal supporting colors, K +is capable of coloring the output, similar to what is possible with a syntax +highlighter. This is achieved via the color and colors attributes.

+

Essentially, both the color and colors attributes are used to construct a +list of colors associated with each production, and then the format attribute +is used to control how those colors are used to unparse the term. At its most +basic level, you can set the color attribute to color all the terminals in +the production a certain color, or you can use the colors attribute to +specify a comma-separated list of colors for each terminal in the production. +At a more advanced level, the %c and %r format codes control how the +formatter interacts with the list of colors specified by the colors +attribute. You can essentially think of the color attribute as a way of +specifying that you want all the colors in the list to be the same color.

+

Note that the %c and %r format codes are relatively primitive in nature. +The color and colors attributes merely maintain a list of colors, whereas +the %c and %r format codes merely control how to advance through that list +and how individual text is colored.

+

It is an error if the colors attribute does not provide all the colors needed +by the terminals and escape codes in the production. %r does not change the +position in the list of colors at all, so the next %c will advance to the +following color.

+

As a complete example, here is a variant of LESSON-09-A which colors the +various boolean operators:

+
k
module LESSON-09-D + imports BOOL + + syntax Exp ::= "(" Exp ")" [bracket] + | Bool + > "!" Exp [color(yellow)] + > left: + Exp "&&" Exp [color(red)] + | Exp "^" Exp [color(blue)] + | Exp "||" Exp [color(green)] + + syntax Exp ::= id(Exp) [function] + rule id(E) => E +endmodule +
+

For a complete list of allowed colors, see +here.

+

Exercises

+
    +
  1. +

    Use the color attribute on LESSON-09-C to color the keywords true and +false one color, the keywords if and else another color, and the operators +(, ), {, and } a third color.

    +
  2. +
  3. +

    Use the format, color, and colors attributes to tell the unparser to +style the expression grammar from Lesson 1.8, Exercise 3 according to your own +personal preferences for syntax highlighting and code formatting. You can +view the result of the unparser on a function term without evaluating that +function by means of the command kparse <file> | kore-print -.

    +
  4. +
+

Next lesson

+

Once you have completed the above exercises, you can continue to +Lesson 1.10: Strings.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/1_basic/10_strings/index.html b/k-distribution/k-tutorial/1_basic/10_strings/index.html new file mode 100644 index 00000000000..06c269804b3 --- /dev/null +++ b/k-distribution/k-tutorial/1_basic/10_strings/index.html @@ -0,0 +1,554 @@ + + + + + + + + + + + + + + +Lesson 1.10: Strings | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Lesson 1.10: Strings

+

The purpose of this lesson is to explain how to use the String sort in K to +represent sequences of characters, and explain where to find additional +information about builtin functions over strings.

+

The String Sort

+

In addition to the Int and Bool sorts covered in +Lesson 1.6, K provides, among others, the +String sort to represent sequences of characters. You can import this +functionality via the STRING-SYNTAX module, which contains the syntax of +string literals in K, and the STRING module, which contains all the functions +that operate over the String type.

+

Strings in K are double-quoted. The following list of escape sequences is +supported:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Escape SequenceMeaning
\"The literal character "
\\The literal character \
\nThe newline character (ASCII code 0x0a)
\rThe carriage return character (ASCII code 0x0d)
\tThe tab character (ASCII code 0x09)
\fThe form feed character (ASCII code 0x0c)
\x00\x followed by 2 hexadecimal digits indicates a code point between 0x00 and 0xFF
\u0000\u followed by 4 hexadecimal digits indicates a code point between 0x0000 and 0xFFFF
\U00000000\U followed by 8 hexadecimal digits indicates a code point between 0x000000 and 0x10FFFF
+

Please note that as of the current moment, K's unicode support is not fully +complete, so you may run into errors using code points greater than 0xff.

+

As an example, you can construct a string literal containing the following +block of text:

+
This is an example block of text.
+Here is a quotation: "Hello world."
+	This line is indented.
+ÁÉÍÓÚ
+
+

Like so:

+
"This is an example block of text.\nHere is a quotation: \"Hello world.\"\n\tThis line is indented.\n\xc1\xc9\xcd\xd3\xda\n"
+
+

Basic String Functions

+

The full list of functions provided for the String sort can be found in +domains.md, but here we +describe a few of the more basic ones.

+

String concatenation

+

The concatenation operator for strings is +String. For example, consider +the following K rule that constructs a string from component parts +(lesson-10.k):

+
k
module LESSON-10 + imports STRING + + syntax String ::= msg(String) [function] + rule msg(S) => "The string you provided: " +String S +String "\nHave a nice day!" +endmodule +
+

Note that this operator is O(N), so repeated concatenations are inefficient. +For information about efficient string concatenation, refer to +Lesson 2.14.

+

String length

+

The function to return the length of a string is lengthString. For example, +lengthString("foo") will return 3, and lengthString("") will return 0. +The return value is the length of the string in code points.

+

Substring computation

+

The function to compute the substring of a string is substrString. It +takes two string indices, starting from 0, and returns the substring within the +range [start..end). It is only defined if end >= start, start >= 0, and +end <= length of string. Here, for example, we return the first 5 characters +of a string:

+
substrString(S, 0, 5)
+
+

Here we return all but the first 3 characters:

+
substrString(S, 3, lengthString(S))
+
+

Exercises

+
    +
  1. Write a function that takes a paragraph of text (i.e., a sequence of +sentences, each ending in a period), and constructs a new (nonsense) sentence +composed of the first word of each sentence, followed by a period. Do not +worry about capitalization or periods within the sentence which do not end the +sentence (e.g. "Dr."). You can assume that all whitespace within the paragraph +are spaces. For more information about the functions over strings required to +implement such a function, refer to domains.md.
  2. +
+

Next lesson

+

Once you have completed the above exercises, you can continue to +Lesson 1.11: Casting Terms.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/1_basic/11_casts/index.html b/k-distribution/k-tutorial/1_basic/11_casts/index.html new file mode 100644 index 00000000000..3680e60ed88 --- /dev/null +++ b/k-distribution/k-tutorial/1_basic/11_casts/index.html @@ -0,0 +1,617 @@ + + + + + + + + + + + + + + +Lesson 1.11: Casting Terms | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Lesson 1.11: Casting Terms

+

The purpose of this lesson is to explain how to use cast expressions in +order to disambiguate terms using sort information. We also explain how the +variable sort inference algorithm works in K, and how to change the default +behavior by casting variables to a particular sort.

+

Casting in K

+

Sometimes the grammar you write for your rules in K can be a little bit +ambiguous on purpose. While grammars for programming languages may be +unambiguous when considered in their entirety, K allows you to write rules +involving arbitrary fragments of that grammar, and those fragments can +sometimes be ambiguous by themselves, or similar enough to other fragments +of the grammar to trigger ambiguity. As a result, in addition to the tools +covered in Lesson 1.4, K provides one +additional powerful tool for disambiguation: cast expressions.

+

K provides three main types of casts: the semantic cast, the strict cast, and +the projection cast. We will cover each of them, and their similarities and +differences, in turn.

+

Semantic casts

+

The most basic, and most common, type of cast in K is called the +semantic cast. For every sort S declared in a module, K provides the +following (implicit) production for use in sentences:

+
  syntax S ::= S ":S"
+
+

Note that S simply represents the name of the sort. For example, if we +defined a sort Exp, the actual production for that sort would be:

+
  syntax Exp ::= Exp ":Exp"
+
+

At runtime, this expression will not actually exist; it is merely an annotation +to the compiler describing the sort of the term inside the cast. It is telling +the compiler that the term inside the cast must be of sort Exp. For example, +if we had the following grammar:

+
k
module LESSON-11-A + imports INT + + syntax Exp ::= Int | Exp "+" Exp + syntax Stmt ::= "if" "(" Exp ")" Stmt | "{" "}" +endmodule +
+

Then we would be able to write 1:Exp, or (1 + 2):Exp, but not {}:Exp.

+

You can also restrict the sort that a variable in a rule will match by casting +it. For example, consider the following additional module:

+
k
module LESSON-11-B + imports LESSON-11-A + imports BOOL + + syntax Term ::= Exp | Stmt + syntax Bool ::= isExpression(Term) [function] + + rule isExpression(_E:Exp) => true + rule isExpression(_) => false [owise] +endmodule +
+

Here we have defined a very simple function that decides whether a term is +an expression or a statement. It does this by casting the variable inside the +isExpression rule to sort Exp. As a result, that variable will only match terms +of sort Exp. Thus, isExpression(1) will return true, as will isExpression(1 + 2), but +isExpression({}) will return false.

+

Exercise

+

Verify this fact for yourself by running isExpression on the above examples. Then +write an isStatement function, and test that it works as expected.

+

Strict casts

+

On occasion, a semantic cast is not strict enough. It might be that you want +to, for disambiguation purposes, say exactly what sort a term is. For +example, consider the following definition:

+
k
module LESSON-11-C + imports INT + + syntax Exp ::= Int + | "add[" Exp "," Exp "]" [group(exp)] + syntax Exp2 ::= Exp + | "add[" Exp2 "," Exp2 "]" [group(exp2)] +endmodule +
+

This grammar is a little ambiguous and contrived, but it serves to demonstrate +how a semantic cast might be insufficient to disambiguate a term. If we were +to write the term add[ I1:Int , I2:Int ]:Exp2, the term would be ambiguous, +because the cast is not sufficiently strict to determine whether you mean +to derive the "add" production defined in group exp or the one in group exp2.

+

In this situation, there is a solution: the strict cast. For every sort +S in your grammar, K also defines the following production:

+
  syntax S ::= S "::S"
+
+

This may at first glance seem the same as the previous cast. And indeed, +from the perspective of the grammar and from the perspective of rewriting, +they are in fact identical. However, the second variant has a unique meaning +in the type system of K: namely, the term inside the cast cannot be a +subsort, i.e., a term of another sort S2 such that the production +syntax S ::= S2 exists.

+

As a result, if we were to write in the above grammar the term +add[ I1:Int , I2:Int ]::Exp2, then we would know that the second derivation above +should be chosen, whereas if we want the first derivation, we could write +add[ I1:Int , I2:Int ]::Exp.

+

Care must be taken when using a strict cast with brackets. For example, consider a +similar grammar but using an infix "+":

+
k
module LESSON-11-D + imports INT + + syntax Exp ::= Int + | Exp "+" Exp [group(exp)] + syntax Exp2 ::= Exp + | Exp2 "+" Exp2 [group(exp2)] + | "(" Exp2 ")" [bracket] +endmodule +
+

The term I1:Int + I2:Int is ambiguous and could refer to either the production +in group exp or the one in group exp2. To differentiate, you might try to write +(I1:Int + I2:Int)::Exp2 similarly to the previous example.

+

Unfortunately though, this is still ambiguous. Here, the strict cast ::Exp2 applies +directly to the brackets themselves rather than the underlying term within those brackets. +As a result, it enforces that (I1:Int + I2:Int) cannot be a strict subsort of Exp2, but +it has no effect on the sort of the subterm I1:Int + I2:Int.

+

For cases like this, K provides an alternative syntax for strict casts:

+
  syntax S ::= "{" S "}::S"
+
+

The ambiguity can then be resolved with {I1:Int + I2:Int}::Exp or {I1:Int + I2:Int}::Exp2.

+

Projection casts

+

Thus far we have focused entirely on casts which exist solely to inform the +compiler about the sort of terms. However, sometimes when dealing with grammars +containing subsorts, it can be desirable to reason with the subsort production +itself, which injects one sort into another. Remember from above that such +a production looks like syntax S ::= S2. This type of production, called a +subsort production, can be thought of as a type of inheritance involving +constructors. If we have the above production in our grammar, we say that S2 +is a subsort of S, or that any S2 is also an S. K implicitly maintains a +symbol at runtime which keeps track of where such subsortings occur; this +symbol is called an injection.

+

Sometimes, when one sort is a subsort of another, it can be the case that +a function returns one sort, but you actually want to cast the result of +calling that function to another sort which is a subsort of the first sort. +This is similar to what happens with inheritance in an object-oriented +language, where you might cast a superclass to a subclass if you know for +sure the object at runtime is in fact an instance of that class.

+

K provides something similar for subsorts: the projection cast.

+

For each pair of sorts S and S2, K provides the following production:

+
  syntax S ::= "{" S2 "}" ":>S"
+
+

What this means is that you take any term of sort S2 and cast it to sort +S. If the term of sort S2 consists of an injection containing a term of sort +S, then this will return that term. Otherwise, an error occurs and rewriting +fails, returning the projection function which failed to apply. The sort is +not actually checked at compilation time; rather, it is a runtime check +inserted into the code that runs when the rule applies.

+

For example, here is a module that makes use of projection casts:

+
k
module LESSON-11-E + imports INT + imports BOOL + + syntax Exp ::= Int | Bool | Exp "+" Exp | Exp "&&" Exp + + syntax Exp ::= eval(Exp) [function] + rule eval(I:Int) => I + rule eval(B:Bool) => B + rule eval(E1 + E2) => {eval(E1)}:>Int +Int {eval(E2)}:>Int + rule eval(E1 && E2) => {eval(E1)}:>Bool andBool {eval(E2)}:>Bool +endmodule +
+

Here we have defined constructors for a simple expression language over +Booleans and integers, as well as a function eval that evaluates these +expressions to a value. Because that value could be an integer or a Boolean, +we need the casts in the last two rules in order to meet the type signature of ++Int and andBool. Of course, the user can write ill-formed expressions like +1 && true or false + true, but these will cause errors at runtime, because +the projection cast will fail.

+

Exercises

+
    +
  1. +

    Extend the eval function in LESSON-11-E to include Strings and add a . +operator which concatenates them.

    +
  2. +
  3. +

    Modify your solution from Lesson 1.9, Exercise 2 by using an Exp sort to +express the integer and Boolean expressions that it supports, in the same style +as LESSON-11-E. Then write an eval function that evaluates all terms of +sort Exp to either a Bool or an Int.

    +
  4. +
+

Next lesson

+

Once you have completed the above exercises, you can continue to +Lesson 1.12: Syntactic Lists.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/1_basic/12_syntactic_lists/index.html b/k-distribution/k-tutorial/1_basic/12_syntactic_lists/index.html new file mode 100644 index 00000000000..927958f51a3 --- /dev/null +++ b/k-distribution/k-tutorial/1_basic/12_syntactic_lists/index.html @@ -0,0 +1,577 @@ + + + + + + + + + + + + + + +Lesson 1.12: Syntactic Lists | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Lesson 1.12: Syntactic Lists

+

The purpose of this lesson is to explain how K provides support for syntactic +repetition through the use of the List{} and NeList{} constructs, +generally called syntactic lists.

+

The List{} construct

+

Sometimes, when defining a grammar in K, it is useful to define a syntactic +construct consisting of an arbitrary-length sequence of items. For example, +you might wish to define a function call construct, and need to express a way +of passing arguments to the function. You can in theory simply define these +productions using ordinary constructors, but it can be tricky to get the syntax +exactly right in K without a lot of tedious glue code.

+

For this reason, K provides a way of specifying that a non-terminal represents +a syntactic list (lesson-12-a.k):

+
k
module LESSON-12-A-SYNTAX + imports INT-SYNTAX + + syntax Ints ::= List{Int,","} +endmodule + +module LESSON-12-A + imports LESSON-12-A-SYNTAX +endmodule +
+

Note that instead of a sequence of terminals and non-terminals, the right hand +side of the Ints production contains the symbol List followed by two items +in curly braces. The first item is the non-terminal which is the element type +of the list, and the second item is a terminal representing the separator of +the list. As a special case, lists which are separated only by whitespace can +be specified with a separator of "".

+

This List{} construct is roughly equivalent to the following definition +(lesson-12-b.k):

+
k
module LESSON-12-B-SYNTAX + imports INT-SYNTAX + + syntax Ints ::= Int "," Ints | ".Ints" +endmodule + +module LESSON-12-B + imports LESSON-12-B-SYNTAX +endmodule +
+

As you can see, the List{} construct represents a cons-list with an element +at the head and another list at the tail. The empty list is represented by +a . followed by the sort of the list.

+

However, the List{} construct provides several key syntactic conveniences +over the above definition. First of all, when writing a list in a rule, +explicitly writing the terminator is not always required. For example, consider +the following additional module (lesson-12-c.k):

+
k
module LESSON-12-C + imports LESSON-12-A + imports INT + + syntax Int ::= sum(Ints) [function] + rule sum(I:Int) => I + rule sum(I1:Int, I2:Int, Is:Ints) => sum(I1 +Int I2, Is) +endmodule +
+

Here we see a function that sums together a non-empty list of integers. Note in +particular the first rule. We do not explicitly mention .Ints, but in fact, +the rule in question is equivalent to the following rule:

+
  rule sum(I:Int, .Ints) => I
+
+

The reason for this is that K will automatically insert a list terminator +anywhere a syntactic list is expected, but an element of that list appears +instead. This works even with lists of more than one element:

+
  rule sum(I1:Int, I2:Int) => I1 +Int I2
+
+

This rule is redundant, but here we explicitly match a list of exactly two +elements, because the .Ints is implicitly added after I2.

+

Parsing Syntactic Lists in Programs

+

An additional syntactic convenience takes place when you want to express a +syntactic list in the input to krun. In this case, K will automatically +transform the grammar in LESSON-12-B-SYNTAX into the following +(lesson-12-d.k):

+
k
module LESSON-12-D + imports INT-SYNTAX + + syntax Ints ::= #NonEmptyInts | #IntsTerminator + syntax #NonEmptyInts ::= Int "," #NonEmptyInts + | Int #IntsTerminator + syntax #IntsTerminator ::= "" +endmodule +
+

This allows you to express the usual comma-separated list of arguments where +an empty list is represented by the empty string, and you don't have to +explicitly terminate the list. Because of this, we can write the syntax +of function calls in C very easily (lesson-12-e.k):

+
k
module LESSON-12-E + syntax Id ::= r"[a-zA-Z_][a-zA-Z0-9_]*" [token] + syntax Exp ::= Id | Exp "(" Exps ")" + syntax Exps ::= List{Exp,","} +endmodule +
+

Exercise

+

Write a function concat which takes a list of String and concatenates them +all together. Do not worry if the function is O(n^2). +Test your implementation using the syntactic sugar for lists added by the parser.

+

Then write some function call expressions using identifiers in C and verify with +kast that the above grammar captures the intended syntax. Make sure to test +with function calls with zero, one, and two or more arguments.

+

The NeList{} construct

+

One limitation of the List{} construct is that it is always possible to +write a list of zero elements where a List{} is expected. While this is +desirable in a number of cases, it is sometimes not what the grammar expects.

+

For example, in C, it is not allowable for an enum definition to have zero +members. In other words, if we were to write the grammar for enumerations like +so (lesson-12-f.k):

+
k
module LESSON-12-F + syntax Id ::= r"[a-zA-Z_][a-zA-Z0-9_]*" [token] + syntax Exp ::= Id + + syntax EnumSpecifier ::= "enum" Id "{" Ids "}" + syntax Ids ::= List{Id,","} +endmodule +
+

Then we would be syntactically allowed to write enum X {}, which instead, +ought to be a syntax error.

+

For this reason, we introduce the additional NeList{} construct. The syntax +is identical to List{}, except with NeList instead of List before the +curly braces. When parsing rules, it behaves identically to the List{} +construct. However, when parsing inputs to krun, the above grammar, if we +replaced syntax Ids ::= List{Id,","} with syntax Ids ::= NeList{Id,","}, +would become equivalent to the following (lesson-12-g.k):

+
k
module LESSON-12-G + syntax Id ::= r"[a-zA-Z_][a-zA-Z0-9_]*" [token] + syntax Exp ::= Id + + syntax EnumSpecifier ::= "enum" Id "{" Ids "}" + syntax Ids ::= Id | Id "," Ids +endmodule +
+

In other words, only non-empty lists of Id would be allowed.

+

Exercises

+
    +
  1. +

    Modify the sum function in LESSON-12-C so that the Ints sort is an +NeList{}. Verify that calling sum() with no arguments is now a syntax +error.

    +
  2. +
  3. +

    Write a modified sum function with the List construct that can also sum +up an empty list of arguments. In such a case, the sum ought to be 0.

    +
  4. +
+

Next lesson

+

Once you have completed the above exercises, you can continue to +Lesson 1.13: Basics of K Rewriting.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/1_basic/13_rewrite_rules/index.html b/k-distribution/k-tutorial/1_basic/13_rewrite_rules/index.html new file mode 100644 index 00000000000..6d027c46200 --- /dev/null +++ b/k-distribution/k-tutorial/1_basic/13_rewrite_rules/index.html @@ -0,0 +1,696 @@ + + + + + + + + + + + + + + +Lesson 1.13: Basics of K Rewriting | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Lesson 1.13: Basics of K Rewriting

+

The purpose of this lesson is to explain how rewrite rules that are not the +definition of a function behave, and how, using these rules, you can construct +a semantics of programs in a programming language in K.

+

Recap: Function rules in K

+

Recall from Lesson 1.2 that we have, thus far, +introduced two types of productions in K: constructors and functions. +A function is identified by the function attribute placed on the +production. As you may recall, when we write a rule with a function on the +left-hand side of the => operator, we are defining the meaning of that +function for inputs which match the patterns on the left-hand side of the rule. +If the argument to the function match the patterns, then the function is +evaluated to the value constructed by substituting the bindings for the +variables into the right-hand side of the rule.

+

Top-level rules

+

However, function rules are not the only type of rule permissible in K, nor +even the most frequently used. K also has a concept of a +top-level rewrite rule. The simplest way to ensure that a rule is treated +as a top-level rule is for the left-hand side of the rule to mention one or +more cells. We will cover how cells work and are declared in more detail +in a later lesson, but for now, what you should know is that when we ran krun +in our very first example in Lesson 1.2 and got the following output:

+
<k>
+  Yellow ( ) ~> .
+</k>
+
+

<k> is a cell, known by convention as the K cell. This cell is available +by default in any definition without needing to be explicitly declared.

+

The K cell contains a single term of sort K. K is a predefined sort in K +with two constructors, that can be roughly represented by the following +grammar:

+
  syntax K ::= KItem "~>" K
+             | "."
+
+

As a syntactic convenience, K allows you to treat ~> like it is an +associative list (i.e., as if it were defined as syntax K ::= K "~>" K). +When a definition is compiled, it will automatically transform the rules you +write so that they treat the K sort as a cons-list. Another syntactic +convenience is that, for disambiguation purposes, you can write .K anywhere +you would otherwise write . and the meaning is identical.

+

Now, you may notice that the above grammar mentions the sort KItem. This is +another built-in sort in K. For every sort S declared in a definition (with +the exception of K and KItem), K will implicitly insert the following +production:

+
  syntax KItem ::= S
+
+

In other words, every sort is a subsort of the sort KItem, and thus a term +of any sort can be injected as an element of a term of sort K, also called +a K sequence.

+

By default, when you krun a program, the AST of the program is inserted as +the sole element of a K sequence into the <k> cell. This explains why we +saw the output we did in Lesson 1.2.

+

With these preliminaries in mind, we can now explain how top-level rewrite +rules work in K. Put simply, any rule where there is a cell (such as the K +cell) at the top on the left-hand side will be a top-level rewrite rule. Once +the initial program has been inserted into the K cell, the resulting term, +called the configuration, will be matched against all the top-level +rewrite rules in the definition. If only one rule matches, the substitution +generated by the matching will be applied to the right-hand side of the rule +and the resulting term is rewritten to be the new configuration. Rewriting +proceeds by iteratively applying rules, also called taking steps, until +no top-level rewrite rule can be applied. At this point the configuration +becomes the final configuration and is output by krun.

+

If more than one top-level rule applies, by default, K will pick just one +of those rules, apply it, and continue rewriting. However, it is +non-deterministic which rule applies. In theory, it could be any of them. +By passing the --search flag to krun, you are able to tell krun to +explore all possible non-deterministic choices, and generate a complete list of +all possible final configurations reachable by each nondeterminstic choice that +can be made. Note that the --search flag to krun only works if you pass +--enable-search to kompile first.

+

Unlike top-level rewrite rules, function rules are not associated with any +particular set of cells in the configuration (although they can contain cells +in their function arguments and return value). While top-level rewrite rules +apply to the entire term being rewritten, function rules apply anywhere a +function application for that function appears, and are immediately rewritten +to their return value in that position.

+

Another key distinction between top-level rules and function rules is that +function symbols, i.e., productions with the function attribute, are +mathematical functions rather than constructors. While a constructor is +logically distinct from any other constructor of the same sort, and can be +matched against unconditionally, a function does not necessaraily have the +same restriction unless it happens to be an injective function. Thus, two +function symbols with different arguments may still ultimately produce the +same value and thus compare equal to one another. Due to this, concrete +execution (i.e., all K definitions introduced thus far; see Lesson 1.21) +introduces the restriction that you cannot match on a function symbol on the +left-hand side of a rule, except as the top symbol on the left-hand side of +a function rule. This restriction will be later lifted when we introduce the +Haskell Backend which performs symbolic execution.

+

Exercise

+

Pass a program containing no functions to krun. You can use a term of sort +Exp from LESSON-11-E. Observe the output and try to understand why you get +the output you do. Then write two rules that rewrite that program to another. +Run krun --search on that program and observe both results. Then add a third +rule that rewrites one of those results again. Test that that rule applies as +well.

+

Using top-level rules to evaluate expressions

+

Thus far, we have focused primarily on defining functions over constructors +in K. However, now that we have a basic understanding of top-level rules, +it is possible to introduce a rewrite system to our definitions. A rewrite +system is a collection of top-level rewrite rules which performs an organized +transformation of a particular program into a result which expresses the +meaning of that program. For example, we might rewrite an expression in a +programming language into a value representing the result of evaluating that +expression.

+

Recall in Lesson 1.11, we wrote a simple grammar of Boolean and integer +expressions that looked roughly like this (lesson-13-a.k):

+
k
module LESSON-13-A + imports INT + + syntax Exp ::= Int + | Bool + | Exp "+" Exp + | Exp "&&" Exp +endmodule +
+

In that lesson, we defined a function eval which evaluated such expressions +to either an integer or Boolean.

+

However, it is more idiomatic to evaluate such expressions using top-level +rewrite rules. Here is how one might do so in K (lesson-13-b.k):

+
k
module LESSON-13-B-SYNTAX + imports UNSIGNED-INT-SYNTAX + imports BOOL-SYNTAX + + syntax Val ::= Int | Bool + syntax Exp ::= Val + > left: Exp "+" Exp + > left: Exp "&&" Exp +endmodule + +module LESSON-13-B + imports LESSON-13-B-SYNTAX + imports INT + imports BOOL + + rule <k> I1:Int + I2:Int ~> K:K </k> => <k> I1 +Int I2 ~> K </k> + rule <k> B1:Bool && B2:Bool ~> K:K </k> => <k> B1 andBool B2 ~> K </k> + + syntax KItem ::= freezer1(Val) | freezer2(Exp) + | freezer3(Val) | freezer4(Exp) + + rule <k> E1:Val + E2:Exp ~> K:K </k> => <k> E2 ~> freezer1(E1) ~> K </k> [priority(51)] + rule <k> E1:Exp + E2:Exp ~> K:K </k> => <k> E1 ~> freezer2(E2) ~> K </k> [priority(52)] + rule <k> E1:Val && E2:Exp ~> K:K </k> => <k> E2 ~> freezer3(E1) ~> K </k> [priority(51)] + rule <k> E1:Exp && E2:Exp ~> K:K </k> => <k> E1 ~> freezer4(E2) ~> K </k> [priority(52)] + + rule <k> E2:Val ~> freezer1(E1) ~> K:K </k> => <k> E1 + E2 ~> K </k> + rule <k> E1:Val ~> freezer2(E2) ~> K:K </k> => <k> E1 + E2 ~> K </k> + rule <k> E2:Val ~> freezer3(E1) ~> K:K </k> => <k> E1 && E2 ~> K </k> + rule <k> E1:Val ~> freezer4(E2) ~> K:K </k> => <k> E1 && E2 ~> K </k> +endmodule +
+

This is of course rather cumbersome currently, but we will soon introduce +syntactic convenience which makes writing definitions of this type considerably +easier. For now, notice that there are roughly 3 types of rules here: the first +matches a K cell in which the first element of the K sequence is an Exp whose +arguments are values, and rewrites the first element of the sequence to the +result of that expression. The second also matches a K cell with an Exp in +the first element of its K sequence, but it matches when one or both arguments +of the Exp are not values, and replaces the first element of the K sequence +with two new elements: one being an argument to evaluate, and the other being +a special constructor called a freezer. Finally, the third matches a K +sequence where a Val is first, and a freezer is second, and replaces them +with a partially evaluated expression.

+

This general pattern is what is known as heating an expression, +evaluating its arguments, cooling the arguments into the expression +again, and evaluating the expression itself. By repeatedly performing +this sequence of actions, we can evaluate an entire AST containing a complex +expression down into its resulting value.

+

Exercise

+

Write an addition expression with integers. Use krun --depth 1 to see the +result of rewriting after applying a single top-level rule. Gradually increase +the value of --depth to see successive states. Observe how this combination +of rules is eventually able to evaluate the entire expression.

+

Simplifying the evaluator: Local rewrites and cell ellipses

+

As you saw above, the definition we wrote is rather cumbersome. Over the +remainder of Lessons 1.13 and 1.14, we will greatly simplify it. The first step +in doing so is to teach a bit more about the rewrite operator, =>. Thus far, +all the rules we have written look like rule LHS => RHS. However, this is not +the only way the rewrite operator can be used. It is actually possible to place +a constructor or function at the very top of the rule, and place rewrite +operators inside that term. While a rewrite operator cannot appear nested +inside another rewrite operator, by doing this, we can express that some parts +of what we are matching are not changed by the rewrite operator. For +example, consider the following rule from above:

+
  rule <k> I1:Int + I2:Int ~> K:K </k> => <k> I1 +Int I2 ~> K </k>
+
+

We can equivalently write it like following:

+
  rule <k> (I1:Int + I2:Int => I1 +Int I2) ~> _:K </k>
+
+

When you put a rewrite inside a term like this, in essence, you are telling +the rule to only rewrite part of the left-hand side to the right-hand side. +In practice, this is implemented by lifting the rewrite operator to the top of +the rule by means of duplicating the surrounding context.

+

There is a way that the above rule can be simplified further, however. K +provides a special syntax for each cell containing a term of sort K, indicating +that we want to match only on some prefix of the K sequence. For example, the +above rule can be simplified further like so:

+
  rule <k> I1:Int + I2:Int => I1 +Int I2 ...</k>
+
+

Here we have placed the symbol ... immediately prior to the </k> which ends +the cell. What this tells the compiler is to take the contents of the cell, +treat it as the prefix of a K sequence, and insert an anonymous variable of +sort K at the end. Thus we can think of ... as a way of saying we +don't care about the part of the K sequence after the beginning, leaving +it unchanged.

+

Putting all this together, we can rewrite LESSON-13-B like so +(lesson-13-c.k):

+
k
module LESSON-13-C-SYNTAX + imports UNSIGNED-INT-SYNTAX + imports BOOL-SYNTAX + + syntax Val ::= Int | Bool + syntax Exp ::= Val + > left: Exp "+" Exp + > left: Exp "&&" Exp +endmodule + +module LESSON-13-C + imports LESSON-13-C-SYNTAX + imports INT + imports BOOL + + rule <k> I1:Int + I2:Int => I1 +Int I2 ...</k> + rule <k> B1:Bool && B2:Bool => B1 andBool B2 ...</k> + + syntax KItem ::= freezer1(Val) | freezer2(Exp) + | freezer3(Val) | freezer4(Exp) + + rule <k> E1:Val + E2:Exp => E2 ~> freezer1(E1) ...</k> [priority(51)] + rule <k> E1:Exp + E2:Exp => E1 ~> freezer2(E2) ...</k> [priority(52)] + rule <k> E1:Val && E2:Exp => E2 ~> freezer3(E1) ...</k> [priority(51)] + rule <k> E1:Exp && E2:Exp => E1 ~> freezer4(E2) ...</k> [priority(52)] + + rule <k> E2:Val ~> freezer1(E1) => E1 + E2 ...</k> + rule <k> E1:Val ~> freezer2(E2) => E1 + E2 ...</k> + rule <k> E2:Val ~> freezer3(E1) => E1 && E2 ...</k> + rule <k> E1:Val ~> freezer4(E2) => E1 && E2 ...</k> +endmodule +
+

This is still rather cumbersome, but it is already greatly simplified. In the +next lesson, we will see how additional features of K can be used to specify +heating and cooling rules much more compactly.

+

Exercises

+
    +
  1. Modify LESSON-13-C to add rules to evaluate integer subtraction.
  2. +
+

Next lesson

+

Once you have completed the above exercises, you can continue to +Lesson 1.14: Defining Evaluation Order.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/1_basic/14_evaluation_order/index.html b/k-distribution/k-tutorial/1_basic/14_evaluation_order/index.html new file mode 100644 index 00000000000..214b50e8328 --- /dev/null +++ b/k-distribution/k-tutorial/1_basic/14_evaluation_order/index.html @@ -0,0 +1,707 @@ + + + + + + + + + + + + + + +Lesson 1.14: Defining Evaluation Order | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Lesson 1.14: Defining Evaluation Order

+

The purpose of this lesson is to explain how to use the heat and cool +attributes, context and context alias sentences, and the strict and +seqstrict attributes to more compactly express heating and cooling in K, +and to express more advanced evaluation strategies in K.

+

The heat and cool attributes

+

Thus far, we have been using rule priority and casts to express when to heat +an expression and when to cool it. For example, the rules for heating have +lower priority, so they do not apply if the term could be evaluated instead, +and the rules for heating are expressly written only to apply if the argument +of the expression is a value.

+

However, K has built-in support for deciding when to heat and when to cool. +This support comes in the form of the rule attributes heat and cool as +well as the specially named function isKResult.

+

Consider the following definition, which is equivalent to LESSON-13-C +(lesson-14-a.k):

+
k
module LESSON-14-A-SYNTAX + imports UNSIGNED-INT-SYNTAX + imports BOOL-SYNTAX + + syntax Exp ::= Int + | Bool + > left: Exp "+" Exp + > left: Exp "&&" Exp +endmodule + +module LESSON-14-A + imports LESSON-14-A-SYNTAX + imports INT + imports BOOL + + rule <k> I1:Int + I2:Int => I1 +Int I2 ...</k> + rule <k> B1:Bool && B2:Bool => B1 andBool B2 ...</k> + + syntax KItem ::= freezer1(Exp) | freezer2(Exp) + | freezer3(Exp) | freezer4(Exp) + + rule <k> E:Exp + HOLE:Exp => HOLE ~> freezer1(E) ...</k> + requires isKResult(E) [heat] + rule <k> HOLE:Exp + E:Exp => HOLE ~> freezer2(E) ...</k> [heat] + rule <k> E:Exp && HOLE:Exp => HOLE ~> freezer3(E) ...</k> + requires isKResult(E) [heat] + rule <k> HOLE:Exp && E:Exp => HOLE ~> freezer4(E) ...</k> [heat] + + rule <k> HOLE:Exp ~> freezer1(E) => E + HOLE ...</k> [cool] + rule <k> HOLE:Exp ~> freezer2(E) => HOLE + E ...</k> [cool] + rule <k> HOLE:Exp ~> freezer3(E) => E && HOLE ...</k> [cool] + rule <k> HOLE:Exp ~> freezer4(E) => HOLE && E ...</k> [cool] + + syntax Bool ::= isKResult(K) [function, symbol] + rule isKResult(_:Int) => true + rule isKResult(_:Bool) => true + rule isKResult(_) => false [owise] +endmodule +
+

We have introduced three major changes to this definition. First, we have +removed the Val sort. We replace it instead with a function isKResult. +The function in question must have the same signature and attributes as seen in +this example. It ought to return true whenever a term should not be heated +(because it is a value) and false when it should be heated (because it is not +a value). We thus also insert isKResult calls in the side condition of two +of the heating rules, where the Val sort was previously used.

+

Second, we have removed the rule priorities on the heating rules and the use of +the Val sort on the cooling rules, and replaced them with the heat and +cool attributes. These attributes instruct the compiler that these rules are +heating and cooling rules, and thus should implicitly apply only when certain +terms on the LHS either are or are not a KResult (i.e., isKResult returns +true versus false).

+

Third, we have renamed some of the variables in the heating and cooling rules +to the special variable HOLE. Syntactically, HOLE is just a special name +for a variable, but it is treated specially by the compiler. By naming a +variable HOLE, we have informed the compiler which term is being heated +or cooled. The compiler will automatically insert the side condition +requires isKResult(HOLE) to cooling rules and the side condition +requires notBool isKResult(HOLE) to heating rules.

+

Exercise

+

Modify LESSON-14-A to add rules to evaluate integer subtraction.

+

Simplifying further with Contexts

+

The above example is still rather cumbersome to write. We must explicitly write +both the heating and the cooling rule separately, even though they are +essentially inverses of one another. It would be nice to instead simply +indicate which terms should be heated and cooled, and what part of them to +operate on.

+

To do this, K introduces a new type of sentence, the context. Contexts +begin with the context keyword instead of the rule keyword, and usually +do not contain a rewrite operator.

+

Consider the following definition which is equivalent to LESSON-14-A +(lesson-14-b.k):

+
k
module LESSON-14-B-SYNTAX + imports UNSIGNED-INT-SYNTAX + imports BOOL-SYNTAX + + syntax Exp ::= Int + | Bool + > left: Exp "+" Exp + > left: Exp "&&" Exp +endmodule + +module LESSON-14-B + imports LESSON-14-B-SYNTAX + imports INT + imports BOOL + + rule <k> I1:Int + I2:Int => I1 +Int I2 ...</k> + rule <k> B1:Bool && B2:Bool => B1 andBool B2 ...</k> + + context <k> E:Exp + HOLE:Exp ...</k> + requires isKResult(E) + context <k> HOLE:Exp + _:Exp ...</k> + context <k> E:Exp && HOLE:Exp ...</k> + requires isKResult(E) + context <k> HOLE:Exp && _:Exp ...</k> + + syntax Bool ::= isKResult(K) [function, symbol] + rule isKResult(_:Int) => true + rule isKResult(_:Bool) => true + rule isKResult(_) => false [owise] +endmodule +
+

In this example, the heat and cool rules have been removed entirely, as +have been the productions defining the freezers. Don't worry, they still exist +under the hood; the compiler is just generating them automatically. For each +context sentence like above, the compiler generates a #freezer production, +a heat rule, and a cool rule. The generated form is equivalent to the +rules we wrote manually in LESSON-14-A. However, we are now starting to +considerably simplify the definition. Instead of 3 sentences, we just have one.

+

context alias sentences and the strict and seqstrict attributes

+

Notice that the contexts we included in LESSON-14-B still seem rather +similar in form. For each expression we want to evaluate, we are declaring +one context for each operand of that expression, and they are each rather +similar to one another. We would like to be able to simplify further by +simply annotating each expression production with information about how +it is to be evaluated instead. We can do this with the seqstrict attribute.

+

Consider the following definition, once again equivalent to those above +(lesson-14-c.k):

+
.k .alias
module LESSON-14-C-SYNTAX + imports UNSIGNED-INT-SYNTAX + imports BOOL-SYNTAX + + syntax Exp ::= Int + | Bool + > left: Exp "+" Exp [seqstrict(exp; 1, 2)] + > left: Exp "&&" Exp [seqstrict(exp; 1, 2)] +endmodule + +module LESSON-14-C + imports LESSON-14-C-SYNTAX + imports INT + imports BOOL + + rule <k> I1:Int + I2:Int => I1 +Int I2 ...</k> + rule <k> B1:Bool && B2:Bool => B1 andBool B2 ...</k> + + context alias [exp]: <k> HERE ...</k> + + syntax Bool ::= isKResult(K) [function, symbol] + rule isKResult(_:Int) => true + rule isKResult(_:Bool) => true + rule isKResult(_) => false [owise] +endmodule +
+

This definition has two important changes from the one above. The first is +that the individual context sentences have been removed and have been +replaced with a single context alias sentence. You may notice that this +sentence begins with an identifier in square brackets followed by a colon. This +syntax is a way of naming individual sentences in K for reference by the tool +or by other sentences. The context alias sentence also has a special variable +HERE.

+

The second is that the productions in LESSON-14-C-SYNTAX have been given a +seqstrict attribute. The value of this attribute has two parts. The first +is the name of a context alias sentence. The second is a comma-separated list +of integers. Each integer represents an index of a non-terminal in the +production, counting from 1. For each integer present, the compiler implicitly +generates a new context sentence according to the following rules:

+
    +
  1. The compiler starts by looking for the context alias sentence named. If +there is more than one, then one context sentence is created per +context alias sentence with that name.
  2. +
  3. For each context created, the variable HERE in the context alias is +substituted with an instance of the production the seqstrict attribute is +attached to. Each child of that production is a variable. The non-terminal +indicated by the integer offset of the seqstrict attribute is given the name +HOLE.
  4. +
  5. For each integer offset prior in the list to the one currently being +processed, the predicate isKResult(E) is conjuncted together and included +as a side condition, where E is the child of the production term with that +offset, starting from 1. For example, if the attribute lists 1, 2, then +the rule generated for the 2 will include isKResult(E1) where E1 is the +first child of the production.
  6. +
+

As you can see if you work through the process, the above code will ultimately +generate the same contexts present in LESSON-14-B.

+

Finally, note that there are a few minor syntactic conveniences provided by the +seqstrict attribute. First, in the special case of the context alias sentence +being <k> HERE ...</k>, you can omit both the context alias sentence +and the name from the seqstrict attribute.

+

Second, if the numbered list of offsets contains every non-terminal in the +production, it can be omitted from the attribute value.

+

Thus, we can finally produce the idiomatic K definition for this example +(lesson-14-d.k):

+
k
module LESSON-14-D-SYNTAX + imports UNSIGNED-INT-SYNTAX + imports BOOL-SYNTAX + + syntax Exp ::= Int + | Bool + > left: Exp "+" Exp [seqstrict] + > left: Exp "&&" Exp [seqstrict] +endmodule + +module LESSON-14-D + imports LESSON-14-D-SYNTAX + imports INT + imports BOOL + + rule <k> I1:Int + I2:Int => I1 +Int I2 ...</k> + rule <k> B1:Bool && B2:Bool => B1 andBool B2 ...</k> + + syntax Bool ::= isKResult(K) [function, symbol] + rule isKResult(_:Int) => true + rule isKResult(_:Bool) => true + rule isKResult(_) => false [owise] +endmodule +
+

Exercise

+

Modify LESSON-14-D to add a production and rule to evaluate integer +subtraction.

+

Nondeterministic evaluation order with the strict attribute

+

Thus far, we have focused entirely on deterministic evaluation order. However, +not all languages are deterministic in the order they evaluate expressions. +For example, in C, the expression a() + b() + c() is guaranteed to parse +to (a() + b()) + c(), but it is not guaranteed that a will be called before +b before c. In fact, this evaluation order is non-deterministic.

+

We can express non-deterministic evaluation orders with the strict attribute. +Its behavior is identical to the seqstrict attribute, except that step 3 in +the above list (with the side condition automatically added) does not take +place. In other words, if we wrote syntax Exp ::= Exp "+" Exp [strict] +instead of syntax Exp ::= Exp "+" Exp [seqstrict], it would generate the +following two contexts instead of the ones found in LESSON-14-B:

+
  context <k> _:Exp + HOLE:Exp ...</k>
+  context <k> HOLE:Exp + _:Exp ...</k>
+
+

As you can see, these contexts will generate heating rules that can both +apply to the same term. As a result, the choice of which heating rule +applies first is non-deterministic, and as we saw in Lesson 1.13, we can +get all possible behaviors by passing --search to krun.

+

Exercises

+
    +
  1. +

    Add integer division to LESSON-14-D. Make division and addition strict +instead of seqstrict, and write a rule evaluating integer division with a +side condition that the denominator is non-zero. Run krun --search on the +program 1 / 0 + 2 / 1 and observe all possible outputs of the program. How +many are there total, and why?

    +
  2. +
  3. +

    Rework your solution from Lesson 1.9, Exercise 2 to evaluate expressions from left to right using the seqstrict attribute.

    +
  4. +
+

Next lesson

+

Once you have completed the above exercises, you can continue to +Lesson 1.15: Configuration Declarations and Cell Nesting.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/1_basic/15_configurations/index.html b/k-distribution/k-tutorial/1_basic/15_configurations/index.html new file mode 100644 index 00000000000..b85d620b385 --- /dev/null +++ b/k-distribution/k-tutorial/1_basic/15_configurations/index.html @@ -0,0 +1,663 @@ + + + + + + + + + + + + + + +Lesson 1.15: Configuration Declarations and Cell Nesting | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Lesson 1.15: Configuration Declarations and Cell Nesting

+

The purpose of this lesson is to explain how to store additional information +about the state of your interpreter by declaring cells using the +configuration sentence, as well as how to add additional inputs to your +definition.

+

Cells and Configuration Declarations

+

We have already covered the absolute basics of cells in K by looking at the +<k> cell. As explained in Lesson 1.13, the +<k> cell is available without being explicitly declared. It turns out this is +because, if the user does not explicitly specify a configuration sentence +anywhere in the main module of their definition, the configuration sentence +from the DEFAULT-CONFIGURATION module of +kast.md is imported +automatically. Here is what that sentence looks like:

+
  configuration <k> $PGM:K </k>
+
+

This configuration declaration declares a single cell, the <k> cell. It also +declares that at the start of rewriting, the contents of that cell should be +initialized with the value of the $PGM configuration variable. +Configuration variables function as inputs to krun. These terms are supplied +to krun in the form of ASTs parsed using a particular module. By default, the +$PGM configuration variable uses the main syntax module of the definition.

+

The cast on the configuration variable also specifies the sort that is used as +the entry point to the parser, in this case the K sort. It is often +useful to cast to other sorts there as well for better control over the accepted +language. The sort used for the $PGM variable is referred to as the start +symbol. During parsing, the default start symbol K subsumes all user-defined +sorts except for syntactic lists. These are excluded because they will always +produce an ambiguity error when parsing a single element.

+

Note that we did not explicitly specify the $PGM configuration variable when +we invoked krun on a file. This is because krun handles the $PGM variable +specially, and allows you to pass the term for that variable via a file passed +as a positional argument to krun. We did, however, specify the PGM name +explicitly when we called krun with the -cPGM command line argument in +Lesson 1.2. This is the other, explicit, way of +specifying an input to krun.

+

This explains the most basic use of configuration declarations in K. We can, +however, declare multiple cells and multiple configuration variables. We can +also specify the initial values of cells statically, rather than dynamically +via krun.

+

For example, consider the following definition (lesson-15-a.k):

+
k
module LESSON-15-A-SYNTAX + imports INT-SYNTAX + + syntax Ints ::= List{Int,","} +endmodule + +module LESSON-15-A + imports LESSON-15-A-SYNTAX + imports INT + + configuration <k> $PGM:Ints </k> + <sum> 0 </sum> + + rule <k> I:Int, Is:Ints => Is ...</k> + <sum> SUM:Int => SUM +Int I </sum> +endmodule +
+

This simple definition takes a list of integers as input and sums them +together. Here we have declared two cells: <k> and <sum>. Unlike <k>, +<sum> does not get initialized via a configuration variable, but instead +is initialized statically with the value 0.

+

Note the rule in the second module: we have explicitly specified multiple +cells in a single rule. K will expect each of these cells to match in order for +the rule to apply.

+

Here is a second example (lesson-15-b.k):

+
k
module LESSON-15-B-SYNTAX + imports INT-SYNTAX +endmodule + +module LESSON-15-B + imports LESSON-15-B-SYNTAX + imports INT + imports BOOL + + configuration <k> . </k> + <first> $FIRST:Int </first> + <second> $SECOND:Int </second> + + rule <k> . => FIRST >Int SECOND </k> + <first> FIRST </first> + <second> SECOND </second> +endmodule +
+

This definition takes two integers as command-line arguments and populates the +<k> cell with a Boolean indicating whether the first integer is greater than +the second. Notice that we have specified no $PGM configuration variable +here. As a result, we cannot invoke krun via the syntax krun $file. +Instead, we must explicitly pass values for each configuration variable via the +-cFIRST and -cSECOND command line flags. For example, if we invoke +krun -cFIRST=0 -cSECOND=1, we will get the value false in the K cell.

+

You can also specify both a $PGM configuration variable and other +configuration variables in a single configuration declaration, in which case +you would be able to initialize $PGM with either a positional argument or the +-cPGM command line flag, but the other configuration variables would need +to be explicitly initialized with -c.

+

Exercise

+

Modify your solution to Lesson 1.14, Exercise 2 to add a new cell with a +configuration variable of sort Bool. This variable should determine whether +the / operator is evaluated using /Int or divInt. Test that by specifying +different values for this variable, you can change the behavior of rounding on +division of negative numbers.

+

Cell Nesting

+

It is possible to nest cells inside one another. A cell that contains other +cells must contain only other cells, but in doing this, you are able to +create a hierarchical structure to the configuration. Consider the following +definition (lesson-15-c.k), which is equivalent to the one in LESSON-15-B:

+
k
module LESSON-15-C-SYNTAX + imports INT-SYNTAX +endmodule + +module LESSON-15-C + imports LESSON-15-C-SYNTAX + imports INT + imports BOOL + + configuration <T> + <k> . </k> + <state> + <first> $FIRST:Int </first> + <second> $SECOND:Int </second> + </state> + </T> + + rule <k> . => FIRST >Int SECOND </k> + <first> FIRST </first> + <second> SECOND </second> +endmodule +
+

Note that we have added some new cells to the configuration declaration: +the <T> cell wraps the entire configuration, and the <state> cell is +introduced around the <first> and <second> cells.

+

However, we have not changed the rule in this definition. This is because of +a concept in K called configuration abstraction. K allows you to specify +any number of cells in a rule (except zero) in any order you want, and K will +compile the rules into a form that matches the structure of the configuration +specified by the configuration declaration.

+

Here then, is how this rule would look after the configuration abstraction +has been resolved:

+
  rule <T>
+         <k> . => FIRST >Int SECOND </k>
+         <state>
+           <first> FIRST </first>
+           <second> SECOND </second>
+         </state>
+       </T>
+
+

In other words, K will complete cells to the top of the configuration by +inserting parent cells where appropriate based on the declared structure of +the configuration. This is useful because as a definition evolves, the +configuration may change, but you don't want to have to modify every single +rule each time. Thus, K follows the principle that you should only mention the +cells in a rule that are actually needed in order to accomplish its specific +goal. By following this best practice, you can significantly increase the +modularity of the definition and make it easier to maintain and modify.

+

Note that unlike top-level rewrite rules, cells that appear inside function +rules are not necessarily completed to the top of the configuration. They still +participate in cell ccompletion in the sense that you can mention cell +structure loosely inside a function rule and it will be completed into the +correct cell structure specified by the configuration declaration. However, +they do not complete all the way to the top, instead completing only up to +the top-most cell mentioned in the rule.

+

For example, if I write the following function rule in the above definition:

+
  rule doStuff(<first> FIRST </first>) => FIRST
+
+

The function will only match on the first cell, rather than the entire +configuration. However, if we had mentioned a parent cell in the rule, it still +would have completed the children of that parent cell as needed to ensure that +the resulting term is well formed.

+

Exercise

+

Modify your definition from the previous exercise in this lesson to wrap the +two cells you have declared in a top cell <T>. You should not have to change +any other rules in the definition.

+

Cell Variables

+

Sometimes it is desirable to explicitly match a variable against certain +fragments of the configuration. Because K's configuration is hierarchical, +we can grab subsets of the configuration as if they were just another term. +However, configuration abstraction applies here as well. +In particular, for each cell you specify in a configuration declaration, a +unique sort is assigned for that cell with a single constructor (the cell +itself). The sort name is taken by removing all special characters, +capitalizing the first letter and each letter after a hyphen, and adding the +word Cell at the end. For example, in the above example, the cell sorts are +TCell, KCell, StateCell, FirstCell, and SecondCell. If we had declared +a cell as <first-number>, then the cell sort name would be FirstNumberCell.

+

You can explicitly reference a variable of one of these sorts anywhere you +might instead write that cell. For example, consider the following rule:

+
  rule <k> true => S </k>
+       (S:StateCell => <state>... .Bag ...</state>)
+
+

Here we have introduced two new concepts. The first is the variable of sort +StateCell, which matches the entire <state> part of the configuration. The +second is that we have introduced the concept of ... once again. When a cell +contains other cells, it is also possible to specify ... on either the left, +right or both sides of the cell term. Each of these three syntaxes are +equivalent in this case. When they appear on the left-hand side of a rule, they +indicate that we don't care what value any cells not explicitly named might +have. For example, we might write <state>... <first> 0 </first> ...</state> on +the left-hand side of a rule in order to indicate that we want to match the +rule when the <first> cell contains a zero, regardless of what the <second> +cell contains. If we had not included this ellipsis, it would have been a +syntax error, because K would have expected you to provide a value for each of +the child cells.

+

However, if, as in the example above, the ... appeared on the right-hand side +of a rule, this instead indicates that the cells not explicitly mentioned under +the cell should be initialized with their default value from the configuration +declaration. In other words, that rule will set the value of <first> and +<second> to zero.

+

You may note the presence of the phrase .Bag here. You can think of this as +the empty set of cells. It is used as the child of a cell when you want to +indicate that no cells should be explicitly named. We will cover other uses +of this term in later lessons.

+

Exercises

+
    +
  1. Modify the definition from the previous exercise in this lesson so that the +Boolean cell you created is initialized to false. Then add a production +syntax Stmt ::= Bool ";" Exp, and a rule that uses this Stmt to set the +value of the Boolean flag. Then add another production +syntax Stmt ::= "reset" ";" Exp which sets the value of the Boolean flag back +to its default value via a ... on the right-hand side. You will need to add +an additional cell around the Boolean cell to make this work.
  2. +
+

Next lesson

+

Once you have completed the above exercises, you can continue to +Lesson 1.16: Maps, Semantic Lists, and Sets.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/1_basic/16_collections/index.html b/k-distribution/k-tutorial/1_basic/16_collections/index.html new file mode 100644 index 00000000000..b5e77739aa4 --- /dev/null +++ b/k-distribution/k-tutorial/1_basic/16_collections/index.html @@ -0,0 +1,742 @@ + + + + + + + + + + + + + + +Lesson 1.16: Maps, Semantic Lists, and Sets | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Lesson 1.16: Maps, Semantic Lists, and Sets

+

The purpose of this lesson is to explain how to use the data structure sorts +provided by K: maps, lists, and sets.

+

Maps

+

The most frequently used type of data structure in K is the map. The sort +provided by K for this purpose is the Map sort, and it is provided in +domains.md in the MAP +module. This type is not (currently) polymorphic. All Map terms are maps that +map terms of sort KItem to other terms of sort KItem. A KItem can contain +any sort except a K sequence. If you need to store such a term in a +map, you can always use a wrapper such as syntax KItem ::= kseq(K).

+

A Map pattern consists of zero or more map elements (as represented by the +symbol syntax Map ::= KItem "|->" KItem), mixed in any order, separated by +whitespace, with zero or one variables of sort Map. The empty map is +represented by .Map. If all of the bindings for the variables in the keys +of the map can be deterministically chosen, these patterns can be matched in +O(1) time. If they cannot, then each map element that cannot be +deterministically constructed contributes a single dimension of polynomial +time to the cost of the matching. In other words, a single such element is +linear, two are quadratic, three are cubic, etc.

+

Patterns like the above are the only type of Map pattern that can appear +on the left-hand-side of a rule. In other words, you are not allowed to write +a Map pattern on the left-hand-side with more than one variable of sort Map +in it. You are, however, allowed to write such patterns on the right-hand-side +of a rule. You can also write a function pattern in the key of a map element +so long as all the variables in the function pattern can be deterministically +chosen.

+

Note the meaning of matching on a Map pattern: a map pattern with no +variables of sort Map will match if the map being matched has exactly as +many bindings as |-> symbols in the pattern. It will then match if each +binding in the map pattern matches exactly one distinct binding in the map +being matched. A map pattern with one Map variable will also match any map +that contains such a map as a subset. The variable of sort Map will be bound +to whatever bindings are left over (.Map if there are no bindings left over).

+

Here is an example of a simple definition that implements a very basic +variable declaration semantics using a Map to store the value of variables +(lesson-16-a.k):

+
k
module LESSON-16-A-SYNTAX + imports INT-SYNTAX + imports ID-SYNTAX + + syntax Exp ::= Id | Int + syntax Decl ::= "int" Id "=" Exp ";" [strict(2)] + syntax Pgm ::= List{Decl,""} +endmodule + +module LESSON-16-A + imports LESSON-16-A-SYNTAX + imports BOOL + + configuration <T> + <k> $PGM:Pgm </k> + <state> .Map </state> + </T> + + // declaration sequence + rule <k> D:Decl P:Pgm => D ~> P ...</k> + rule <k> .Pgm => . ...</k> + + // variable declaration + rule <k> int X:Id = I:Int ; => . ...</k> + <state> STATE => STATE [ X <- I ] </state> + + // variable lookup + rule <k> X:Id => I ...</k> + <state>... X |-> I ...</state> + + syntax Bool ::= isKResult(K) [symbol, function] + rule isKResult(_:Int) => true + rule isKResult(_) => false [owise] +endmodule +
+

There are several new features in this definition. First, note we import +the module ID-SYNTAX. This module is defined in domains.md and provides a +basic syntax for identifiers. We are using the Id sort provided by this +module in this definition to implement the names of program variables. This +syntax is only imported when parsing programs, not when parsing rules. Later in +this lesson we will see how to reference specific concrete identifiers in a +rule.

+

Second, we introduce a single new function over the Map sort. This function, +which is represented by the symbol +syntax Map ::= Map "[" KItem "<-" KItem "]", represents the map update +operation. Other functions over the Map sort can be found in domains.md.

+

Finally, we have used the ... syntax on a cell containing a Map. In this +case, the meaning of <state>... Pattern ...</state>, +<state>... Pattern </state>, and <state> Pattern ...</state> are the same: +it is equivalent to writing <state> (Pattern) _:Map </state>.

+

Consider the following program (a.decl):

+
int x = 0;
+int y = 1;
+int a = x;
+
+

If we run this program with krun, we will get the following result:

+
<T>
+  <k>
+    .
+  </k>
+  <state>
+    a |-> 0
+    x |-> 0
+    y |-> 1
+  </state>
+</T>
+
+

Note that krun has automatically sorted the collection for you. This doesn't +happen at runtime, so you still get the performance of a hash map, but it will +help make the output more readable.

+

Exercise

+

Create a sort Stmt that is a subsort of Decl. Create a production of sort +Stmt for variable assignment in addition to the variable declaration +production. Feel free to use the syntax syntax Stmt ::= Id "=" Exp ";". Write +a rule that implements variable assignment using a map update function. Then +write the same rule using a map pattern. Test your implementations with some +programs to ensure they behave as expected.

+

Semantic Lists

+

In a previous lesson, we explained how to represent lists in the AST of a +program. However, this is not the only context where lists can be used. We also +frequently use lists in the configuration of an interpreter in order to +represent certain types of program state. For this purpose, it is generally +useful to have an associative-list sort, rather than the cons-list sorts +provided in Lesson 1.12.

+

The type provided by K for this purpose is the List sort, and it is also +provided in domains.md, in the LIST module. This type is also not +(currently) polymorphic. Like Map, all List terms are lists of terms of the +KItem sort.

+

A List pattern in K consists of zero or more list elements (as represented by +the ListItem symbol), followed by zero or one variables of sort List, +followed by zero or more list elements. An empty list is represented by +.List. These patterns can be matched in O(log(N)) time. This is the only +type of List pattern that can appear on the left-hand-side of a rule. In +other words, you are not allowed to write a List pattern on the +left-hand-side with more than one variable of sort List in it. You are, +however, allowed to write such patterns on the right-hand-side of a rule.

+

Note the meaning of matching on a List pattern: a list pattern with no +variables of sort List will match if the list being matched has exactly as +many elements as ListItem symbols in the pattern. It will then match if each +element in sequence matches the pattern contained in the ListItem symbol. A +list pattern with one variable of sort List operates the same way, except +that it can match any list with at least as many elements as ListItem +symbols, so long as the prefix and suffix of the list match the patterns inside +the ListItem symbols. The variable of sort List will be bound to whatever +elements are left over (.List if there are no elements left over).

+

The ... syntax is allowed on cells containing lists as well. In this case, +the meaning of <cell>... Pattern </cell> is the same as +<cell> _:List (Pattern) </cell>, the meaning of <cell> Pattern ...</cell> +is the same as <cell> (Pattern) _:List</cell>. Because list patterns with +multiple variables of sort List are not allowed, it is an error to write +<cell>... Pattern ...</cell>.

+

Here is an example of a simple definition that implements a very basic +function-call semantics using a List as a function stack (lesson-16-b.k):

+
k
module LESSON-16-B-SYNTAX + imports INT-SYNTAX + imports ID-SYNTAX + + syntax Exp ::= Id "(" ")" | Int + syntax Stmt ::= "return" Exp ";" [strict] + syntax Decl ::= "fun" Id "(" ")" "{" Stmt "}" + syntax Pgm ::= List{Decl,""} + syntax Id ::= "main" [token] +endmodule + +module LESSON-16-B + imports LESSON-16-B-SYNTAX + imports BOOL + imports LIST + + configuration <T> + <k> $PGM:Pgm ~> main () </k> + <functions> .Map </functions> + <fstack> .List </fstack> + </T> + + // declaration sequence + rule <k> D:Decl P:Pgm => D ~> P ...</k> + rule <k> .Pgm => . ...</k> + + // function definitions + rule <k> fun X:Id () { S } => . ...</k> + <functions>... .Map => X |-> S ...</functions> + + // function call + syntax KItem ::= stackFrame(K) + rule <k> X:Id () ~> K => S </k> + <functions>... X |-> S ...</functions> + <fstack> .List => ListItem(stackFrame(K)) ...</fstack> + + // return statement + rule <k> return I:Int ; ~> _ => I ~> K </k> + <fstack> ListItem(stackFrame(K)) => .List ...</fstack> + + syntax Bool ::= isKResult(K) [function, symbol] + rule isKResult(_:Int) => true + rule isKResult(_) => false [owise] +endmodule +
+

Notice that we have declared the production syntax Id ::= "main" [token]. +Since we use the ID-SYNTAX module, this declaration is necessary in order to +be able to refer to the main identifier directly in the configuration +declaration. Our <k> cell now contains a K sequence initially: first we +process all the declarations in the program, then we call the main function.

+

Consider the following program (foo.func):

+
fun foo() { return 5; }
+fun main() { return foo(); }
+
+

When we krun this program, we should get the following output:

+
<T>
+  <k>
+    5 ~> .
+  </k>
+  <functions>
+    foo |-> return 5 ;
+    main |-> return foo ( ) ;
+  </functions>
+  <fstack>
+    .List
+  </fstack>
+</T>
+
+

Note that we have successfully put on the <k> cell the value returned by the +main function.

+

Exercise

+

Add a term of sort Id to the stackFrame operator to keep track of the +name of the function in that stack frame. Then write a function +syntax String ::= printStackTrace(List) that takes the contents of the +<fstack> cell and pretty prints the current stack trace. You can concatenate +strings with +String in the STRING module in domains.md, and you can +convert an Id to a String with the Id2String function in the ID module. +Test this function by creating a new expression that returns the current stack +trace as a string. Make sure to update isKResult and the Exp sort as +appropriate to allow strings as values.

+

Sets

+

The final primary data structure sort in K is a set, i.e., an idempotent +unordered collection where elements are deduplicated. The sort provided by K +for this purpose is the Set sort and it is provided in domains.md in the +SET module. Like maps and lists, this type is not (currently) polymorphic. +Like Map and List, all Set terms are sets of terms of the KItem sort.

+

A Set pattern has the exact same restrictions as a Map pattern, except that +its elements are treated like keys, and there are no values. It has the same +performance characteristics as well. However, syntactically it is more similar +to the List sort: An empty Set is represented by .Set, but a set element +is represented by the SetItem symbol.

+

Matching behaves similarly to the Map sort: a set pattern with no variables +of sort Set will match if the set has exactly as many bindings as SetItem +symbols, and if each element pattern matches one distinct element in the set. +A set with a variable of sort Set also matches any superset of such a set. +As with map, the elements left over will be bound to the Set variable (or +.Set if no elements are left over).

+

Like Map, the ... syntax on a set is syntactic sugar for an anonymous +variable of sort Set.

+

Here is an example of a simple modification to LESSON-16-A which uses a Set +to ensure that variables are never declared more than once. In practice, you +would likely just use the in_keys symbol over maps to test for this, but +it's still useful as an example of sets in practice:

+
k
module LESSON-16-C-SYNTAX + imports LESSON-16-A-SYNTAX +endmodule + +module LESSON-16-C + imports LESSON-16-C-SYNTAX + imports BOOL + imports SET + + configuration <T> + <k> $PGM:Pgm </k> + <state> .Map </state> + <declared> .Set </declared> + </T> + + // declaration sequence + rule <k> D:Decl P:Pgm => D ~> P ...</k> + rule <k> .Pgm => . ...</k> + + // variable declaration + rule <k> int X:Id = I:Int ; => . ...</k> + <state> STATE => STATE [ X <- I ] </state> + <declared> D => D SetItem(X) </declared> + requires notBool X in D + + // variable lookup + rule <k> X:Id => I ...</k> + <state>... X |-> I ...</state> + <declared>... SetItem(X) ...</declared> + + syntax Bool ::= isKResult(K) [symbol, function] + rule isKResult(_:Int) => true + rule isKResult(_) => false [owise] +endmodule +
+

Now if we krun a program containing duplicate declarations, it will get +stuck on the declaration.

+

Exercises

+
    +
  1. Modify your solution to Lesson 1.14, Exercise 2 and introduce the sorts +Decls, Decl, and Stmt which include variable and function declaration +(without function parameters), and return and assignment statements, as well +as call expressions. Use List and Map to implement these operators, making +sure to consider the interactions between components, such as saving and +restoring the environment of variables at each call site. Don't worry about +local function definitions or global variables for now. Make sure to test the +resulting interpreter.
  2. +
+

Next lesson

+

Once you have completed the above exercises, you can continue to +Lesson 1.17: Cell Multiplicity and Cell Collections.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/1_basic/17_cell_multiplicity/index.html b/k-distribution/k-tutorial/1_basic/17_cell_multiplicity/index.html new file mode 100644 index 00000000000..892afe4d5cf --- /dev/null +++ b/k-distribution/k-tutorial/1_basic/17_cell_multiplicity/index.html @@ -0,0 +1,577 @@ + + + + + + + + + + + + + + +Lesson 1.17: Cell Multiplicity and Cell Collections | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Lesson 1.17: Cell Multiplicity and Cell Collections

+

The purpose of this lesson is to explain how you can create optional cells +and cells that repeat multiple times in a configuration using a feature called +cell multiplicity.

+

Cell Multiplicity

+

K allows you to specify attributes for cell productions as part of the syntax +of configuration declarations. Unlike regular productions, which use the [] +syntax for attributes, configuration cells use an XML-like attribute syntax:

+
configuration <k color="red"> $PGM:K </k>
+
+

This configuration declaration gives the <k> cell the color red during +unparsing using the color attribute as discussed in +Lesson 1.9.

+

However, in addition to the usual attributes for productions, there are some +other attributes that can be applied to cells with special meaning. One such +attribute is the multiplicity attribute. By default, each cell that is +declared occurs exactly once in every configuration term. However, using the +multiplicity attribute, this default behavior can be changed. There are two +values that this attribute can have: ? and *.

+

Optional cells

+

The first cell multiplicity we will discuss is ?. Similar to a regular +expression language, this attribute tells the compiler that this cell can +appear 0 or 1 times in the configuration. In other words, it is an +optional cell. By default, K does not create optional cells in the initial +configuration, unless that optional cell has a configuration variable inside +it. However, it is possible to override the default behavior and create that +cell initially by adding the additional cell attribute initial="".

+

K uses the .Bag symbol to represent the absence of any cells in a particular +rule. Consider the following module:

+
k
module LESSON-17-A + imports INT + + configuration <k> $PGM:K </k> + <optional multiplicity="?"> 0 </optional> + + syntax KItem ::= "init" | "destroy" + + rule <k> init => . ...</k> + (.Bag => <optional> 0 </optional>) + rule <k> destroy => . ...</k> + (<optional> _ </optional> => .Bag) + +endmodule +
+

In this definition, when the init symbol is executed, the <optional> cell +is added to the configuration, and when the destroy symbol is executed, it +is removed. Any rule that matches on that cell will only match if that cell is +present in the configuration.

+

Exercise

+

Create a simple definition with a Stmts sort that is a List{Stmt,""} and +a Stmt sort with the constructors +syntax Stmt ::= "enable" | "increment" | "decrement" | "disable". The +configuration should have an optional cell that contains an integer that +is created with the enable command, destroyed with the disable command, +and its value is incremented or decremented by the increment and decrement +command.

+

Cell collections

+

The second type of cell multiplicity we will discuss is *. Simlar to a +regular expression language, this attribute tells the compiler that this cell +can appear 0 or more times in the configuration. In other words, it is a +cell collection. Cells with multiplicity * must be the only child of +their parent cell. As a convention, the inner cell is usually named with the +singular form of what it contains, and the outer cell with the plural form, for +example, "thread" and "threads".

+

All cell collections are required to have the type attribute set to either +Set or Map. A Set cell collection is represented as a set and behaves +internally the same as the Set sort, although it actually declares a new +sort. A Map cell collection is represented as a Map in which the first +subcell of the cell collection is the key and the remaining cells are the +value.

+

For example, consider the following module:

+
k
module LESSON-17-B + imports INT + imports BOOL + imports ID-SYNTAX + + syntax Stmt ::= Id "=" Exp ";" [strict(2)] + | "return" Exp ";" [strict] + syntax Stmts ::= List{Stmt,""} + syntax Exp ::= Id + | Int + | Exp "+" Exp [seqstrict] + | "spawn" "{" Stmts "}" + | "join" Exp ";" [strict] + + configuration <threads> + <thread multiplicity="*" type="Map"> + <id> 0 </id> + <k> $PGM:K </k> + </thread> + </threads> + <state> .Map </state> + <next-id> 1 </next-id> + + rule <k> X:Id => I:Int ...</k> + <state>... X |-> I ...</state> + rule <k> X:Id = I:Int ; => . ...</k> + <state> STATE => STATE [ X <- I ] </state> + rule <k> S:Stmt Ss:Stmts => S ~> Ss ...</k> + rule <k> I1:Int + I2:Int => I1 +Int I2 ...</k> + + rule <thread>... + <k> spawn { Ss } => NEXTID ...</k> + ...</thread> + <next-id> NEXTID => NEXTID +Int 1 </next-id> + (.Bag => + <thread> + <id> NEXTID </id> + <k> Ss </k> + </thread>) + + rule <thread>... + <k> join ID:Int ; => I ...</k> + ...</thread> + (<thread> + <id> ID </id> + <k> return I:Int ; ...</k> + </thread> => .Bag) + + syntax Bool ::= isKResult(K) [function, symbol] + rule isKResult(_:Int) => true + rule isKResult(_) => false [owise] +endmodule +
+

This module implements a very basic fork/join semantics. The spawn expression +spawns a new thread to execute a sequence of statements and returns a thread +id, and the join statement waits until a thread executes return and then +returns the return value of the thread.

+

Note something quite novel here: the <k> cell is inside a cell of +multiplicity *. Since the <k> cell is just a regular cell (mostly), this +is perfectly allowable. Rules that don't mention a specific thread are +automatically completed to match any thread.

+

When you execute programs in this language, the cells in the cell collection +get sorted and printed like any other collection, but they still display like +cells. Rules in this language also benefit from all the structural power of +cells, allowing you to omit cells you don't care about or complete the +configuration automatically. This allows you to have the power of cells while +still being a collection under the hood.

+

Exercises

+
    +
  1. Modify the solution from Lesson 1.16, Exercise 1 so that the cell you use to +keep track of functions in a Map is now a cell collection. Run some programs +and compare how they get unparsed before and after this change.
  2. +
+

Next lesson

+

Once you have completed the above exercises, you can continue to +Lesson 1.18: Term Equality and the Ternary Operator.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/1_basic/18_equality_and_conditionals/index.html b/k-distribution/k-tutorial/1_basic/18_equality_and_conditionals/index.html new file mode 100644 index 00000000000..52e1b65fb2f --- /dev/null +++ b/k-distribution/k-tutorial/1_basic/18_equality_and_conditionals/index.html @@ -0,0 +1,483 @@ + + + + + + + + + + + + + + +Lesson 1.18: Term Equality and the Ternary Operator | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Lesson 1.18: Term Equality and the Ternary Operator

+

The purpose of this lesson is to introduce how to compare equality of terms in +K, and how to put conditional expressions directly into the right-hand side of +rules.

+

Term Equality

+

One major way you can compare whether two terms are equal in K is to simply +match both terms with a variable with the same name. This will only succeed +in matching if the two terms are equal structurally. However, sometimes this +is impractical, and it is useful to have access to a way to actually compare +whether two terms in K are equal. The operator for this is found in +domains.md in the K-EQUAL +module. The operator is ==K and takes two terms of sort K and returns a +Bool. It returns true if they are equal. This includes equality over builtin +types such as Map and Set where equality is not purely structural in +nature. However, it does not include any notion of semantic equality over +user-defined syntax. The inverse symbol for inequality is =/=K.

+

Ternary Operator

+

One way to introduce conditional logic in K is to have two separate rules, +each with a side condition (or one rule with a side condition and another with +the owise attribute). However, sometimes it is useful to explicitly write +a conditional expression directly in the right-hand side of a rule. For this +purpose, K defines one more operator in the K-EQUAL module, which corresponds +to the usual ternary operator found in many languages. Here is an example of its +usage (lesson-18.k):

+
k
module LESSON-18 + imports INT + imports BOOL + imports K-EQUAL + + syntax Exp ::= Int | Bool | "if" "(" Exp ")" Exp "else" Exp [strict(1)] + + syntax Bool ::= isKResult(K) [function, symbol] + rule isKResult(_:Int) => true + rule isKResult(_:Bool) => true + + rule if (B:Bool) E1:Exp else E2:Exp => #if B #then E1 #else E2 #fi +endmodule +
+

Note the symbol on the right-hand side of the final rule. This symbol is +polymorphic: B must be of sort Bool, but E1 and E2 could have been +any sort so long as both were of the same sort, and the sort of the entire +expression becomes equal to that sort. K supports polymorphic built-in +operators, but does not yet allow users to write their own polymorphic +productions.

+

The behavior of this function is to evaluate the Boolean expression to a +Boolean, then pick one of the two children and return it based on whether the +Boolean is true or false. Please note that it is not a good idea to use this +symbol in cases where one or both of the children is potentially undefined +(for example, an integer expression that divides by zero). While the default +implementation is smart enough to only evaluate the branch that happens to be +picked, this will not be true when we begin to do program verification. If +you need short circuiting behavior, it is better to use a side condition.

+

Exercises

+
    +
  1. +

    Write a function in K that takes two terms of sort K and returns an +Int: the Int should be 0 if the terms are equal and 1 if the terms are +unequal.

    +
  2. +
  3. +

    Modify your solution to Lesson 1.16, Exercise 1 and introduce an if +Stmt to the syntax of the language, then implement it using the #if symbol. +Make sure to write tests for the resulting interpreter.

    +
  4. +
+

Next lesson

+

Once you have completed the above exercises, you can continue to +Lesson 1.19: Debugging with GDB.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/1_basic/19_debugging/index.html b/k-distribution/k-tutorial/1_basic/19_debugging/index.html new file mode 100644 index 00000000000..9c37e2308dc --- /dev/null +++ b/k-distribution/k-tutorial/1_basic/19_debugging/index.html @@ -0,0 +1,912 @@ + + + + + + + + + + + + + + +Lesson 1.19: Debugging with GDB or LLDB | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Lesson 1.19: Debugging with GDB or LLDB

+

The purpose of this lesson is to teach how to debug your K interpreter using +the K-language support provided in GDB or +LLDB.

+

Caveats

+

This lesson has been written with GDB support on Linux in mind. Unfortunately, +on macOS, GDB has limited support. To address this, we have introduced early +experimental support for debugging with LLDB on macOS. In some cases, the +features supported by LLDB are slightly different to those supported by GDB; the +tutorial text will make this clear where necessary. If you use a macOS with an +LLVM version older than 15, you may need to upgrade it to use the LLDB +correctly. If you encounter an issue on either operating system, please open an +issue against the K repository.

+

Getting started

+

On Linux, you will need GDB in order to complete this lesson. If you do not +already have GDB installed, then do so. Steps to install GDB are outlined in +this GDB Tutorial.

+

On macOS, LLDB should already have been installed with K's build dependencies +(whether you have built K from source, or installed it using kup or Homebrew).

+

The first thing neccessary in order to debug a K interpreter is to build the +interpreter with full debugging support enabled. This can be done relatively +simply. First, run kompile with the command line flag --enable-llvm-debug. +The resulting compiled K definition will be ready to support debugging.

+

Once you have a compiled K definition and a program you wish to debug, you can +start the debugger by passing the --debugger flag to krun. This will +automatically load the program you are executing into GDB and drop you into a +GDB shell ready to start executing the program.

+

As an example, consider the following K definition (lesson-19-a.k):

+
k
module LESSON-19-A + imports INT + + rule I => I +Int 1 + requires I <Int 100 +endmodule +
+

If we compile this definition with kompile lesson-19-a.k --enable-llvm-debug, +and run the program 0 in the debugger with krun -cPGM=0 --debugger, we will +see the following output (roughly, and depending on which platform you are +using):

+

GDB / Linux

+
GNU gdb (Ubuntu 9.2-0ubuntu1~20.04) 9.2
+Copyright (C) 2020 Free Software Foundation, Inc.
+License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
+This is free software: you are free to change and redistribute it.
+There is NO WARRANTY, to the extent permitted by law.
+Type "show copying" and "show warranty" for details.
+This GDB was configured as "x86_64-linux-gnu".
+Type "show configuration" for configuration details.
+For bug reporting instructions, please see:
+<http://www.gnu.org/software/gdb/bugs/>.
+Find the GDB manual and other documentation resources online at:
+    <http://www.gnu.org/software/gdb/documentation/>.
+
+For help, type "help".
+Type "apropos word" to search for commands related to "word"...
+Reading symbols from ./lesson-19-a-kompiled/interpreter...
+warning: File "/home/dwightguth/kframework-5.0.0/k-distribution/k-tutorial/1_basic/19_debugging/lesson-19-a-kompiled/interpreter" auto-loading has been declined by your `auto-load safe-path' set to "$debugdir:$datadir/auto-load".
+To enable execution of this file add
+        add-auto-load-safe-path /home/dwightguth/kframework-5.0.0/k-distribution/k-tutorial/1_basic/19_debugging/lesson-19-a-kompiled/interpreter
+line to your configuration file "/home/dwightguth/.gdbinit".
+To completely disable this security protection add
+        set auto-load safe-path /
+line to your configuration file "/home/dwightguth/.gdbinit".
+For more information about this security protection see the
+"Auto-loading safe path" section in the GDB manual.  E.g., run from the shell:
+        info "(gdb)Auto-loading safe path"
+(gdb)
+
+

To make full advantage of the GDB features of K, you should follow the first +command listed in this output message and add the corresponding +add-auto-load-safe-path command to your ~/.gdbinit file as prompted. +Please note that the path will be different on your machine than the one +listed above. Adding directories to the "load safe path" effectively tells GDB +to trust those directories. All content under a given directory will be recursively +trusted, so if you want to avoid having to add paths to the "load safe path" every +time you kompile a different K definition, then you can just trust a minimal +directory containing all your kompiled files; however, do not choose a top-level directory containing arbitrary files as this amounts to trusting arbitrary files and is a security risk. More info on the load safe path +can be found here.

+

LLDB / macOS

+
(lldb) target create "./lesson-19-a-kompiled/interpreter"
+warning: 'interpreter' contains a debug script. To run this script in this debug session:
+
+    command script import "/Users/brucecollie/code/scratch/lesson-19-a-kompiled/interpreter.dSYM/Contents/Resources/Python/interpreter.py"
+
+To run all discovered debug scripts in this session:
+
+    settings set target.load-script-from-symbol-file true
+
+Current executable set to '/Users/brucecollie/code/scratch/lesson-19-a-kompiled/interpreter' (x86_64).
+(lldb) settings set -- target.run-args  ".krun-2023-03-20-11-22-46-TcYt9ffhb2/tmp.in.RupiLwHNfn" "-1" ".krun-2023-03-20-11-22-46-TcYt9ffhb2/result.kore"
+(lldb) 
+
+

LLDB applies slightly different security policies to GDB. To load K's debugging +scripts for this session only, you can run the command script import line at +the LLDB prompt. The loaded scripts will not persist across debugging sessions +if you do this. It is also possible to configure LLDB to automatically load the +K scripts when an interpreter is started in LLDB; doing so requires a slightly +less broad permission than GDB.

+

On macOS, the .dSYM directory that contains debugging symbols for an +executable can also contain Python scripts in Contents/Resources/Python. If +there is a Python script with a name matching the name of the current executable +(here, interpreter and interpreter.py), it will be automatically loaded if +the target.load-script-from-symbol-file setting is set). You can therefore add +the settings set command to your ~/.lldbinit without enabling full arbitrary +code execution, but you should be aware of the paths from which code can be +executed if you do so.

+

Basic commands

+
+

LLDB Note: the k start and k step commands are currently not +implemented in the K LLDB scripts. To work around this limitation temporarily, +you can run process launch --stop-at-entry instead of k start. To emulate +k step, first run rbreak k_step once, then continue instead of each k step. We hope to address these limitations soon.

+
+

The most basic commands you can execute in the K GDB session are to run your +program or to step through it. The first can be accomplished using GDB's +built-in run command. This will automatically start the program and begin +executing it. It will continue until the program aborts or finishes, or the +debugger is interrupted with Ctrl-C.

+

Sometimes you want finer-grained control over how you proceed through the +program you are debugging. To step through the rule applications in your +program, you can use the k start and k step GDB commands.

+

k start is similar to the built-in start command in that it starts the +program and then immediately breaks before doing any work. However, unlike +the start command which will break immediately after the main method of +a program is executed, the K start program will initialize the rewriter, +evaluate the initial configuration, and break immediately prior to applying +any rewrite steps.

+

In the example above, here is what we see when we run the k start command:

+
Temporary breakpoint 1 at 0x239210
+Starting program: /home/dwightguth/kframework-5.0.0/k-distribution/k-tutorial/1_basic/19_debugging/lesson-19-a-kompiled/interpreter .krun-2021-08-13-14-10-50-sMwBkbRicw/tmp.in.01aQt85TaA -1 .krun-2021-08-13-14-10-50-sMwBkbRicw/result.kore
+[Thread debugging using libthread_db enabled]
+Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
+
+Temporary breakpoint 1, 0x0000000000239210 in main ()
+0x0000000000231890 in step (subject=<k>
+  0 ~> .
+</k>)
+(gdb)
+
+

As you can see, we are stopped at the step function in the interpreter. +This function is responsible for taking top-level rewrite steps. The subject +parameter to this function is the current K configuration.

+

We can step through K rewrite steps one at a time by running the k step +command. By default, this takes a single rewrite step (including any function +rule applications that are part of that step).

+

Here is what we see when we run that command:

+
Continuing.
+
+Temporary breakpoint -22, 0x0000000000231890 in step (subject=<k>
+  1 ~> .
+</k>)
+(gdb)
+
+

As we can see, we have taken a single rewrite step. We can also pass a number +to the k step command which indicates the number of rewrite steps to take.

+

Here is what we see if we run k step 10:

+
Continuing.
+
+Temporary breakpoint -23, 0x0000000000231890 in step (subject=<k>
+  11 ~> .
+</k>)
+(gdb)
+
+

As we can see, ten rewrite steps were taken.

+

Breakpoints

+

The next important step in debugging an application in GDB is to be able to +set breakpoints. Generally speaking, there are three types of breakpoints we +are interested in a K semantics: Setting a breakpoint when a particular +function is called, setting a breakpoint when a particular rule is applied, +and setting a breakpoint when a side condition of a rule is evaluated.

+

The easiest way to do the first two things is to set a breakpoint on the +line of code containing the function or rule.

+

For example, consider the following K definition (lesson-19-b.k):

+
k
module LESSON-19-B + imports BOOL + + syntax Bool ::= isBlue(Fruit) [function] + syntax Fruit ::= Blueberry() | Banana() + rule isBlue(Blueberry()) => true + rule isBlue(Banana()) => false + + rule F:Fruit => isBlue(F) +endmodule +
+

Once this program has been compiled for debugging, we can run the program +Blueberry(). We can then set a breakpoint that stops when the isBlue +function is called with the following command in GDB:

+
break lesson-19-b.k:4
+
+

Similarly, in LLDB, run:

+
breakpoint set --file lesson-19-b.k --line 4
+
+

Here is what we see if we set this breakpoint and then run the interpreter:

+
(gdb) break lesson-19-b.k:4
+Breakpoint 1 at 0x231040: file /home/dwightguth/kframework-5.0.0/k-distribution/k-tutorial/1_basic/19_debugging/lesson-19-b.k, line 4.
+(gdb) run
+Starting program: /home/dwightguth/kframework-5.0.0/k-distribution/k-tutorial/1_basic/19_debugging/lesson-19-b-kompiled/interpreter .krun-2021-08-13-14-20-27-vXOQmV6lwS/tmp.in.fga98yqXlc -1 .krun-2021-08-13-14-20-27-vXOQmV6lwS/result.kore
+[Thread debugging using libthread_db enabled]
+Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
+
+Breakpoint 1, LblisBlue'LParUndsRParUnds'LESSON-19-B'Unds'Bool'Unds'Fruit (_1=Blueberry ( )) at /home/dwightguth/kframework-5.0.0/k-distribution/k-tutorial/1_basic/19_debugging/lesson-19-b.k:4
+4         syntax Bool ::= isBlue(Fruit) [function]
+(gdb)
+
+
(lldb) breakpoint set --file lesson-19-b.k --line 4
+Breakpoint 1: where = interpreter`LblisBlue'LParUndsRParUnds'LESSON-19-B'Unds'Bool'Unds'Fruit + 20 at lesson-19-b.k:4:19, address = 0x0000000100003ff4
+(lldb) run
+Process 50546 launched: '/Users/brucecollie/code/scratch/lesson-19-b-kompiled/interpreter' (x86_64)
+Process 50546 stopped
+* thread #1, queue = 'com.apple.main-thread', stop reason = breakpoint 1.1
+    frame #0: 0x0000000100003ff4 interpreter`LblisBlue'LParUndsRParUnds'LESSON-19-B'Unds'Bool'Unds'Fruit(_1=Blueberry ( )) at lesson-19-b.k:4:19
+   1   	module LESSON-19-B
+   2   	  imports BOOL
+   3   	
+-> 4   	  syntax Bool ::= isBlue(Fruit) [function]
+   5   	  syntax Fruit ::= Blueberry() | Banana()
+   6   	  rule isBlue(Blueberry()) => true
+   7   	  rule isBlue(Banana()) => false
+(lldb)
+
+

As we can see, we have stopped at the point where we are evaluating that +function. The value _1 that is a parameter to that function shows the +value passed to the function by the caller.

+

We can also break when the isBlue(Blueberry()) => true rule applies by simply +changing the line number to the line number of that rule:

+
(gdb) break lesson-19-b.k:6
+Breakpoint 1 at 0x2af710: file /home/dwightguth/kframework-5.0.0/k-distribution/k-tutorial/1_basic/19_debugging/lesson-19-b.k, line 6.
+(gdb) run
+Starting program: /home/dwightguth/kframework-5.0.0/k-distribution/k-tutorial/1_basic/19_debugging/lesson-19-b-kompiled/interpreter .krun-2021-08-13-14-32-36-7kD0ic7XwD/tmp.in.8JNH5Qtmow -1 .krun-2021-08-13-14-32-36-7kD0ic7XwD/result.kore
+[Thread debugging using libthread_db enabled]
+Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
+
+Breakpoint 1, apply_rule_138 () at /home/dwightguth/kframework-5.0.0/k-distribution/k-tutorial/1_basic/19_debugging/lesson-19-b.k:6
+6         rule isBlue(Blueberry()) => true
+(gdb)
+
+
(lldb) breakpoint set --file lesson-19-b.k --line 6
+Breakpoint 1: where = interpreter`apply_rule_140 at lesson-19-b.k:6:8, address = 0x0000000100004620
+(lldb) run
+Process 50681 launched: '/Users/brucecollie/code/scratch/lesson-19-b-kompiled/interpreter' (x86_64)
+Process 50681 stopped
+* thread #1, queue = 'com.apple.main-thread', stop reason = breakpoint 1.1
+    frame #0: 0x0000000100004620 interpreter`apply_rule_140 at lesson-19-b.k:6:8
+   3   	
+   4   	  syntax Bool ::= isBlue(Fruit) [function]
+   5   	  syntax Fruit ::= Blueberry() | Banana()
+-> 6   	  rule isBlue(Blueberry()) => true
+   7   	  rule isBlue(Banana()) => false
+   8   	
+   9   	  rule F:Fruit => isBlue(F)
+(lldb) 
+
+

We can also do the same with a top-level rule:

+
(gdb) break lesson-19-b.k:9
+Breakpoint 1 at 0x2aefa0: lesson-19-b.k:9. (2 locations)
+(gdb) run
+Starting program: /home/dwightguth/kframework-5.0.0/k-distribution/k-tutorial/1_basic/19_debugging/lesson-19-b-kompiled/interpreter .krun-2021-08-13-14-33-13-9fC8Sz4aO3/tmp.in.jih1vtxSiQ -1 .krun-2021-08-13-14-33-13-9fC8Sz4aO3/result.kore
+[Thread debugging using libthread_db enabled]
+Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
+
+Breakpoint 1, apply_rule_107 (Var'Unds'DotVar0=<generatedCounter>
+  0
+</generatedCounter>, Var'Unds'DotVar1=., VarF=Blueberry ( )) at /home/dwightguth/kframework-5.0.0/k-distribution/k-tutorial/1_basic/19_debugging/lesson-19-b.k:9
+9         rule F:Fruit => isBlue(F)
+(gdb)
+
+
(lldb) breakpoint set --file lesson-19-b.k --line 9
+Breakpoint 1: 2 locations.
+(lldb) run
+Process 50798 launched: '/Users/brucecollie/code/scratch/lesson-19-b-kompiled/interpreter' (x86_64)
+Process 50798 stopped
+* thread #1, queue = 'com.apple.main-thread', stop reason = breakpoint 1.1
+    frame #0: 0x0000000100003f2e interpreter`apply_rule_109(Var'Unds'DotVar0=<generatedCounter>
+  0
+</generatedCounter>, Var'Unds'DotVar1=., VarF=Blueberry ( )) at lesson-19-b.k:9:8
+   6   	  rule isBlue(Blueberry()) => true
+   7   	  rule isBlue(Banana()) => false
+   8   	
+-> 9   	  rule F:Fruit => isBlue(F)
+   10  	endmodule
+(lldb)  
+
+

Unlike the function rule above, we see several parameters to this function. +These are the substitution that was matched for the function. Variables only +appear in this substitution if they are actually used on the right-hand side +of the rule.

+

Advanced breakpoints

+

Sometimes it is inconvenient to set the breakpoint based on a line number.

+

It is also possible to set a breakpoint based on the rule label of a particular +rule. Consider the following definition (lesson-19-c.k):

+
k
module LESSON-19-C + imports INT + imports BOOL + + syntax Bool ::= isEven(Int) [function] + rule [isEven]: isEven(I) => true requires I %Int 2 ==Int 0 + rule [isOdd]: isEven(I) => false requires I %Int 2 =/=Int 0 + +endmodule +
+

We will run the program isEven(4). We can set a breakpoint for when a rule +applies by means of the MODULE-NAME.label.rhs syntax:

+
(gdb) break LESSON-19-C.isEven.rhs
+Breakpoint 1 at 0x2afda0: file /home/dwightguth/kframework-5.0.0/k-distribution/k-tutorial/1_basic/19_debugging/lesson-19-c.k, line 6.
+(gdb) run
+Starting program: /home/dwightguth/kframework-5.0.0/k-distribution/k-tutorial/1_basic/19_debugging/lesson-19-c-kompiled/interpreter .krun-2021-08-13-14-40-29-LNNT8YEZ61/tmp.in.ZG93vWCGGC -1 .krun-2021-08-13-14-40-29-LNNT8YEZ61/result.kore
+[Thread debugging using libthread_db enabled]
+Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
+
+Breakpoint 1, LESSON-19-C.isEven.rhs () at /home/dwightguth/kframework-5.0.0/k-distribution/k-tutorial/1_basic/19_debugging/lesson-19-c.k:6
+6         rule [isEven]: isEven(I) => true requires I %Int 2 ==Int 0
+(gdb)
+
+
(lldb) breakpoint set --name LESSON-19-C.isEven.rhs
+Breakpoint 1: where = interpreter`LESSON-19-C.isEven.rhs at lesson-19-c.k:6:18, address = 0x00000001000038e0
+(lldb) run
+Process 51205 launched: '/Users/brucecollie/code/scratch/lesson-19-c-kompiled/interpreter' (x86_64)
+Process 51205 stopped
+* thread #1, queue = 'com.apple.main-thread', stop reason = breakpoint 1.1
+    frame #0: 0x00000001000038e0 interpreter`LESSON-19-C.isEven.rhs at lesson-19-c.k:6:18
+   3   	  imports BOOL
+   4   	
+   5   	  syntax Bool ::= isEven(Int) [function]
+-> 6   	  rule [isEven]: isEven(I) => true requires I %Int 2 ==Int 0
+   7   	  rule [isOdd]: isEven(I) => false requires I %Int 2 =/=Int 0
+   8   	
+   9   	endmodule
+(lldb) 
+
+

We can also set a breakpoint for when a rule's side condition is evaluated +by means of the MODULE-NAME.label.sc syntax:

+
(gdb) break LESSON-19-C.isEven.sc
+Breakpoint 1 at 0x2afd70: file /home/dwightguth/kframework-5.0.0/k-distribution/k-tutorial/1_basic/19_debugging/lesson-19-c.k, line 6.
+(gdb) run
+Starting program: /home/dwightguth/kframework-5.0.0/k-distribution/k-tutorial/1_basic/19_debugging/lesson-19-c-kompiled/interpreter .krun-2021-08-13-14-41-48-1BoGfJRbYc/tmp.in.kg4F8cwfCe -1 .krun-2021-08-13-14-41-48-1BoGfJRbYc/result.kore
+[Thread debugging using libthread_db enabled]
+Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
+
+Breakpoint 1, LESSON-19-C.isEven.sc (VarI=4) at /home/dwightguth/kframework-5.0.0/k-distribution/k-tutorial/1_basic/19_debugging/lesson-19-c.k:6
+6         rule [isEven]: isEven(I) => true requires I %Int 2 ==Int 0
+(gdb) finish
+Run till exit from #0  LESSON-19-C.isEven.sc (VarI=4) at /home/dwightguth/kframework-5.0.0/k-distribution/k-tutorial/1_basic/19_debugging/lesson-19-c.k:6
+0x00000000002b2662 in LblisEven'LParUndsRParUnds'LESSON-19-C'Unds'Bool'Unds'Int (_1=4) at /home/dwightguth/kframework-5.0.0/k-distribution/k-tutorial/1_basic/19_debugging/lesson-19-c.k:5
+5         syntax Bool ::= isEven(Int) [function]
+Value returned is $1 = true
+(gdb)
+
+
(lldb) breakpoint set --name LESSON-19-C.isEven.sc
+Breakpoint 1: where = interpreter`LESSON-19-C.isEven.sc + 1 at lesson-19-c.k:6:18, address = 0x00000001000038c1
+(lldb) run
+Process 52530 launched: '/Users/brucecollie/code/scratch/lesson-19-c-kompiled/interpreter' (x86_64)
+Process 52530 stopped
+* thread #1, queue = 'com.apple.main-thread', stop reason = breakpoint 1.1
+    frame #0: 0x00000001000038c1 interpreter`LESSON-19-C.isEven.sc(VarI=0x0000000101800088) at lesson-19-c.k:6:18
+   3   	  imports BOOL
+   4   	
+   5   	  syntax Bool ::= isEven(Int) [function]
+-> 6   	  rule [isEven]: isEven(I) => true requires I %Int 2 ==Int 0
+   7   	  rule [isOdd]: isEven(I) => false requires I %Int 2 =/=Int 0
+   8   	
+   9   	endmodule
+(lldb) finish
+Process 52649 stopped
+* thread #1, queue = 'com.apple.main-thread', stop reason = step out
+Return value: (bool) $0 = true
+
+    frame #0: 0x00000001000069e5 interpreter`LblisEven'LParUndsRParUnds'LESSON-19-C'Unds'Bool'Unds'Int(_1=0x0000000101800088) at lesson-19-c.k:5:19
+   2   	  imports INT
+   3   	  imports BOOL
+   4   	
+-> 5   	  syntax Bool ::= isEven(Int) [function]
+   6   	  rule [isEven]: isEven(I) => true requires I %Int 2 ==Int 0
+   7   	  rule [isOdd]: isEven(I) => false requires I %Int 2 =/=Int 0
+   8
+(lldb)
+
+

Here we have used the built-in command finish to tell us whether the side +condition returned true or not. Note that once again, we see the substitution +that was matched from the left-hand side. Like before, a variable will only +appear here if it is used in the side condition.

+

Debugging rule matching

+

Sometimes it is useful to try to determine why a particular rule did or did +not apply. K provides some basic debugging commands which make it easier +to determine this.

+

Consider the following K definition (lesson-19-d.k):

+
k
module LESSON-19-D + + syntax Foo ::= foo(Bar) + syntax Bar ::= bar(Baz) | bar2(Baz) + syntax Baz ::= baz() | baz2() + + rule [baz]: foo(bar(baz())) => .K + +endmodule +
+

Suppose we try to run the program foo(bar(baz2())). It is obvious from this +example why the rule in this definition will not apply. However, in practice, +such cases are not always obvious. You might look at a rule and not immediately +spot why it didn't apply on a particular term. For this reason, it can be +useful to get the debugger to provide a log about how it tried to match that +term. You can do this with the k match command. If you are stopped after +having run k start or k step, you can obtain this log for any rule after +any step by running the command k match MODULE.label subject for a particular +top-level rule label.

+

For example, with the baz rule above, we get the following output:

+
(gdb) k match LESSON-19-D.baz subject
+Subject:
+baz2 ( )
+does not match pattern:
+baz ( )
+
+
(lldb) k match LESSON-19-D.baz subject
+Subject:
+baz2 ( )
+does not match pattern:
+baz ( )
+
+

As we can see, it provided the exact subterm which did not match against the +rule, as well as the particular subpattern it ought to have matched against.

+

This command does not actually take any rewrite steps. In the event that +matching actually succeeds, you will still need to run the k step command +to advance to the next step.

+

Final notes

+

In addition to the functionality provided above, you have the full power of +GDB or LLDB at your disposal when debugging. Some features are not particularly +well-adapted to K code and may require more advanced knowledge of the +term representation or implementation to use effectively, but anything that +can be done in GDB or LLDB can in theory be done using this debugging functionality. +We suggest you refer to the +GDB Documentation or +LLDB Tutorial if you +want to try to do something and are unsure as to how.

+

Exercises

+
    +
  1. Compile your solution to Lesson 1.18, Exercise 2 with debugging support +enabled and step through several programs you have previously used to test. +Then set a breakpoint on the isKResult function and observe the state of the +interpreter when stopped at that breakpoint. Set a breakpoint on the rule for +addition and run a program that causes it to be stopped at that breakpoint. +Finally, step through the program until the addition symbol is at the top +of the K cell, and then use the k match command to report the reason why +the subtraction rule does not apply. You may need to modify the definition +to insert some rule labels.
  2. +
+

Next lesson

+

Once you have completed the above exercises, you can continue to +Lesson 1.20: K Backends and the Haskell Backend.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/1_basic/20_backends/index.html b/k-distribution/k-tutorial/1_basic/20_backends/index.html new file mode 100644 index 00000000000..b2c7b7c70a8 --- /dev/null +++ b/k-distribution/k-tutorial/1_basic/20_backends/index.html @@ -0,0 +1,503 @@ + + + + + + + + + + + + + + +Lesson 1.20: K Backends and the Haskell Backend | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Lesson 1.20: K Backends and the Haskell Backend

+

The purpose of this lesson is to teach about the multiple backends of K, +in particular the Haskell Backend which is the complement of the backend we +have been using so far.

+

K Backends

+

Thus far, we have not discussed the distinction between the K frontend and +the K backends at all. We have simply assumed that if you run kompile on a +K definition, there will be a compiler backend that will allow you to execute +the K definition you have compiled.

+

K actually has multiple different backends. The one we have been using so far +implicitly, the default backend, is called the LLVM Backend. It is +designed to support efficient, optimized concrete execution and search. It +does this by compiling your K definition to LLVM bitcode and then using LLVM +to generate machine code for it that is compiled and linked and executed. +However, K is a formal methods toolkit at the end of the day, and the primary +goal many people have when defining a programming language in K is to +ultimately be able to perform more advanced verification on programs in their +programming language.

+

It is for this purpose that K also provides the Haskell Backend, so called +because it is implemented in Haskell. While we will cover the features of the +Haskell Backend in more detail in the next two lessons, the important thing to +understand is that it is a separate backend which is optimized for more formal +reasoning about programming languages. While it is capable of performing +concrete execution, it does not do so as efficiently as the LLVM Backend. +In exchange, it provides more advanced features.

+

Choosing a backend

+

You can choose which backend to use to compile a K definition by means of the +--backend flag to kompile. By default, if you do not specify this flag, it +is equivalent to if you had specified --backend llvm. However, to use the +Haskell Backend instead, you can simply say kompile --backend haskell on a +particular K definition.

+

As an example, here is a simple K definition that we have seen before in the +previous lesson (lesson-20.k):

+
k
module LESSON-20 + imports INT + + rule I => I +Int 1 + requires I <Int 100 +endmodule +
+

Previously we compiled this definition using the LLVM Backend, but if we +instead execute the command kompile lesson-20.k --backend haskell, we +will get an interpreter for this K definition that is implemented in Haskell +instead. Unlike the default LLVM Backend, the Haskell Backend is not a +compiler per se. It does not generate new Haskell code corresponding to your +programming language and then compile and execute it. Instead, it is an +interpreter which reads the generated IR from kompile and implements in +Haskell an interpreter that is capable of interpreting any K definition.

+

Note that on arm64 macOS (Apple Silicon), there is a known issue with the Compact +library that causes crashes in the Haskell backend. Pass the additional flag +--no-haskell-binary to kompile to resolve this. +This flag is also needed when using krun.

+

Exercise

+

Try running the program 0 in this K definition on the Haskell Backend and +compare the final configuration to what you would get compiling the same +definition with the LLVM Backend.

+

Legacy backends

+

As a quick note, K does provide one other backend, which exists primarily as +legacy code which should be considered deprecated. This is the +Java Backend. The Java Backend is essentially a precursor to the Haskell +Backend. We will not cover this backend in any detail since it is deprecated, +but we still mention it here for the purposes of understanding.

+

Exercises

+
    +
  1. Compile your solution to Lesson 1.18, Exercise 2 with the Haskell Backend +and execute some programs. Compare the resulting configurations with the +output of the same program on the LLVM Backend. Note that if you are getting +different behaviors on the Haskell backend, you might have some luck debugging +by passing --search to krun when using the LLVM backend.
  2. +
+

Next lesson

+

Once you have completed the above exercises, you can continue to +Lesson 1.21: Unification and Symbolic Execution.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/1_basic/21_symbolic_execution/index.html b/k-distribution/k-tutorial/1_basic/21_symbolic_execution/index.html new file mode 100644 index 00000000000..6476dea2168 --- /dev/null +++ b/k-distribution/k-tutorial/1_basic/21_symbolic_execution/index.html @@ -0,0 +1,583 @@ + + + + + + + + + + + + + + +Lesson 1.21: Unification and Symbolic Execution | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Lesson 1.21: Unification and Symbolic Execution

+

The purpose of this lesson is to teach the basic concepts of symbolic execution +in order to introduce the unique capabilities of the Haskell Backend at a +conceptual level.

+

Symbolic Execution

+

Thus far, all of the programs we have run using K have been concrete +configurations. What this means is that the configuration we use to initialize +the K rewrite engine is concrete; in other words, contains no logical +variables. The LLVM Backend is a concrete execution engine, meaning that +it is only capable of rewriting concrete configurations.

+

By contrast, the Haskell Backend performs symbolic execution, which is +capable of rewriting any configuration, including those where parts of the +configuration are symbolic, ie, contain variables or uninterpreted +functions.

+

Unification

+

Previously, we have introduced the concept that K rewrite rules operate by +means of pattern matching: the current configuration being rewritten is pattern +matched against the left-hand side of the rewrite rule, and the substitution +is used in order to construct a new term from the right-hand side. In symbolic +execution, we use +unification +instead of pattern matching. To summarize, unification behaves akin to a +two-way pattern matching where both the configuration and the left-hand side +of the rule can contain variables, and the algorithm generates a +most general unifier containing substitutions for the variables in both +which will make both terms equal.

+

Feasibility

+

Unification by itself cannot completely solve the problem of symbolic +execution. One task symbolic execution must perform is to identify whether +a particular symbolic term is feasible, that is to say, that there actually +exists a concrete instantiation of that term such that all the logical +constraints on that term can actually be satisfied. The Haskell Backend +delegates this task to Z3, an +SMT solver. +This solver is used to periodically trim configurations that are determined +to be mathematically infeasible.

+

Symbolic terms

+

The final component of symbolic execution consists of the task of introducing +symbolic terms into the configuration. This can be done one of two different +ways. First, the term being passed to krun can actually be symbolic. This +is less frequently used because it requires the user to construct an AST +that contains variables, something which our current parsing capabilities are +not well-equipped to do. The second, more common, way of introducing symbolic +terms into a configuration consists of writing rules where there exists an +existentially qualified variable on the right-hand side of the rule that does +not exist on the left-hand side of the rule.

+

In order to prevent users from writing such rules by accident, K requires +that such variables begin with the ? prefix. For example, here is a rule +that rewrites a constructor foo to a symbolic integer:

+
rule <k> foo => ?X:Int ...</k>
+
+

When this rule applies, a fresh variable is introduced to the configuration, which +then is unified against the rules that might apply in order to symbolically +execute that configuration.

+

ensures clauses

+

We also introduce here a new feature of K rules that applies when a rule +has this type of variable on the right-hand side: the ensures clause. +An ensures clause is similar to a requires clause and can appear after +a rule body, or after a requires clause. The ensures clause is used to +introduce constraints that might apply to the variable that was introduced by +that rule. For example, we could write the rule above with the additional +constraint that the symbolic integer that was introduced must be less than +five, by means of the following rule:

+
rule <k> foo => ?X:Int ...</k> ensures ?X <Int 5
+
+

Putting it all together

+

Putting all these pieces together, it is possible to use the Haskell Backend +to perform symbolic reasoning about a particular K module, determining all the +possible states that can be reached by a symbolic configuration.

+

For example, consider the following K definition (lesson-21.k):

+
k
module LESSON-21 + imports INT + + rule <k> 0 => ?X:Int ... </k> ensures ?X =/=Int 0 + rule <k> X:Int => 5 ... </k> requires X >=Int 10 +endmodule +
+

When we symbolically execute the program 0, we get the following output +from the Haskell Backend:

+
    <k>
+      5 ~> .
+    </k>
+  #And
+    {
+      true
+    #Equals
+      ?X:Int >=Int 10
+    }
+  #And
+    #Not ( {
+      ?X:Int
+    #Equals
+      0
+    } )
+#Or
+    <k>
+      ?X:Int ~> .
+    </k>
+  #And
+    #Not ( {
+      true
+    #Equals
+      ?X:Int >=Int 10
+    } )
+  #And
+    #Not ( {
+      ?X:Int
+    #Equals
+      0
+    } )
+
+

Note some new symbols introduced by this configuration: #And, #Or, and +#Equals. While andBool, orBool, and ==K represent functions of sort +Bool, #And, #Or, and #Equals are matching logic connectives. We +will discuss matching logic in more detail later in the tutorial, but the basic +idea is that these symbols represent Boolean operators over the domain of +configurations and constraints, as opposed to over the Bool sort.

+

Notice that the configuration listed above is a disjunction of conjunctions. +This is the most common form of output that can be produced by the Haskell +Backend. In this case, each conjunction consists of a configuration and a set +of constraints. What this conjunction describes, essentially, is a +configuration and a set of information that was derived to be true while +rewriting that configuration.

+

Similar to how we saw --search in a previous lesson, the reason we have +multiple disjuncts is because there are multiple possible output states +for this program, depending on whether or not the second rule applied. In the +first case, we see that ?X is greater than or equal to 10, so the second rule +applied, rewriting the symbolic integer to the concrete integer 5. In the +second case, we see that the second rule did not apply because ?X is less +than 10. Moreover, because of the ensures clause on the first rule, we know +that ?X is not zero, therefore the first rule will not apply a second time. +If we had omitted this constraint, we would have ended up infinitely applying +the first rule, leading to krun not terminating.

+

In the next lesson, we will cover how symbolic execution forms the backbone +of deductive program verification in K and how we can use K to prove programs +correct against a specification.

+

Exercises

+
    +
  1. Create another rule in LESSON-21 that rewrites odd integers greater than +ten to a symbolic even integer less than 10 and greater than 0. This rule will +now apply nondeterministically along with the existing rules. Predict what the +resulting output configuration will be from rewriting 0 after adding this +rule. Then run the program and see whether your prediction is correct.
  2. +
+

Once you have completed the above exercises, you can continue to +Lesson 1.22: Basics of Deductive Program Verification using K.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/1_basic/22_proofs/index.html b/k-distribution/k-tutorial/1_basic/22_proofs/index.html new file mode 100644 index 00000000000..63a57bbcf06 --- /dev/null +++ b/k-distribution/k-tutorial/1_basic/22_proofs/index.html @@ -0,0 +1,819 @@ + + + + + + + + + + + + + + +Lesson 1.22: Basics of Deductive Program Verification using K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Lesson 1.22: Basics of Deductive Program Verification using K

+

In this lesson, you will familiarize yourself with the basics of using K for +deductive program verification.

+

1. Setup: Simple Programming Language with Function Calls

+

We base this lesson on a simple programming language with functions, +assignment, if conditionals, and while loops. Take your time to study its +formalization below (lesson-22.k):

+
module LESSON-22-SYNTAX
+    imports INT-SYNTAX
+    imports BOOL-SYNTAX
+    imports ID-SYNTAX
+
+    syntax Exp ::= IExp | BExp
+
+    syntax IExp ::= Id | Int
+
+    syntax KResult ::= Int | Bool | Ints
+
+    // Take this sort structure:
+    //
+    //     IExp
+    //    /    \
+    // Int      Id
+    //
+    // Through the List{_, ","} functor.
+    // Must add a `Bot`, for a common subsort for the empty list.
+
+    syntax Bot
+    syntax Bots ::= List{Bot, ","} [klabel(exps)]
+    syntax Ints ::= List{Int, ","} [klabel(exps)]
+                  | Bots
+    syntax Ids  ::= List{Id, ","}  [klabel(exps)]
+                  | Bots
+    syntax Exps ::= List{Exp, ","} [klabel(exps), seqstrict]
+                  | Ids | Ints
+
+    syntax IExp ::= "(" IExp ")" [bracket]
+                  | IExp "+" IExp [seqstrict]
+                  | IExp "-" IExp [seqstrict]
+                  > IExp "*" IExp [seqstrict]
+                  | IExp "/" IExp [seqstrict]
+                  > IExp "^" IExp [seqstrict]
+                  | Id "(" Exps ")" [strict(2)]
+
+    syntax BExp ::= Bool
+
+    syntax BExp ::= "(" BExp ")" [bracket]
+                  | IExp "<=" IExp [seqstrict]
+                  | IExp "<"  IExp [seqstrict]
+                  | IExp ">=" IExp [seqstrict]
+                  | IExp ">"  IExp [seqstrict]
+                  | IExp "==" IExp [seqstrict]
+                  | IExp "!=" IExp [seqstrict]
+
+    syntax BExp ::= BExp "&&" BExp
+                  | BExp "||" BExp
+
+    syntax Stmt ::=
+         Id "=" IExp ";" [strict(2)]                        // Assignment
+       | Stmt Stmt [left]                                   // Sequence
+       | Block                                              // Block
+       | "if" "(" BExp ")" Block "else" Block [strict(1)]   // If conditional
+       | "while" "(" BExp ")" Block                         // While loop
+       | "return" IExp ";"                    [seqstrict]   // Return statement
+       | "def" Id "(" Ids ")" Block                         // Function definition
+
+    syntax Block ::=
+         "{" Stmt "}"    // Block with statement
+       | "{" "}"         // Empty block
+endmodule
+
+module LESSON-22
+    imports INT
+    imports BOOL
+    imports LIST
+    imports MAP
+    imports LESSON-22-SYNTAX
+
+    configuration
+      <k> $PGM:Stmt </k>
+      <store> .Map </store>
+      <funcs> .Map </funcs>
+      <stack> .List </stack>
+
+ // -----------------------------------------------
+    rule <k> I1 + I2 => I1 +Int I2 ... </k>
+    rule <k> I1 - I2 => I1 -Int I2 ... </k>
+    rule <k> I1 * I2 => I1 *Int I2 ... </k>
+    rule <k> I1 / I2 => I1 /Int I2 ... </k>
+    rule <k> I1 ^ I2 => I1 ^Int I2 ... </k>
+
+    rule <k> I:Id => STORE[I] ... </k>
+         <store> STORE </store>
+
+ // ------------------------------------------------
+    rule <k> I1 <= I2 => I1  <=Int I2 ... </k>
+    rule <k> I1  < I2 => I1   <Int I2 ... </k>
+    rule <k> I1 >= I2 => I1  >=Int I2 ... </k>
+    rule <k> I1  > I2 => I1   >Int I2 ... </k>
+    rule <k> I1 == I2 => I1  ==Int I2 ... </k>
+    rule <k> I1 != I2 => I1 =/=Int I2 ... </k>
+
+    rule <k> B1 && B2 => B1 andBool B2 ... </k>
+    rule <k> B1 || B2 => B1  orBool B2 ... </k>
+
+    rule <k> S1:Stmt S2:Stmt => S1 ~> S2 ... </k>
+
+    rule <k> ID = I:Int ; => . ... </k>
+         <store> STORE => STORE [ ID <- I ] </store>
+
+    rule <k> { S } => S ... </k>
+    rule <k> {   } => . ... </k>
+
+    rule <k> if (true)   THEN else _ELSE => THEN ... </k>
+    rule <k> if (false) _THEN else  ELSE => ELSE ... </k>
+
+    rule <k> while ( BE ) BODY => if ( BE ) { BODY while ( BE ) BODY } else { } ... </k>
+
+    rule <k> def FNAME ( ARGS ) BODY => . ... </k>
+         <funcs> FS => FS [ FNAME <- def FNAME ( ARGS ) BODY ] </funcs>
+
+    rule <k> FNAME ( IS:Ints ) ~> CONT => #makeBindings(ARGS, IS) ~> BODY </k>
+         <funcs> ... FNAME |-> def FNAME ( ARGS ) BODY ... </funcs>
+         <store> STORE => .Map </store>
+         <stack> .List => ListItem(state(CONT, STORE)) ... </stack>
+
+    rule <k> return I:Int ; ~> _ => I ~> CONT </k>
+         <stack> ListItem(state(CONT, STORE)) => .List ... </stack>
+         <store> _ => STORE </store>
+
+    rule <k> return I:Int ; ~> . => I </k>
+         <stack> .List </stack>
+
+    syntax KItem ::= #makeBindings(Ids, Ints)
+                   | state(continuation: K, store: Map)
+ // ----------------------------------------------------
+    rule <k> #makeBindings(.Ids, .Ints) => . ... </k>
+    rule <k> #makeBindings((I:Id, IDS => IDS), (IN:Int, INTS => INTS)) ... </k>
+         <store> STORE => STORE [ I <- IN ] </store>
+endmodule
+
+

Next, compile this example using kompile lesson-22.k --backend haskell. If +your processor is an Apple Silicon processor, add the --no-haskell-binary +flag if the compilation fails.

+

2. Setup: Proof Environment

+

Next, take the following snippet of K code and save it in lesson-22-spec.k. +This is a skeleton of the proof environment, and we will complete it as the +lesson progresses.

+
requires "lesson-22.k"
+requires "domains.md"
+
+module LESSON-22-SPEC-SYNTAX
+    imports LESSON-22-SYNTAX
+
+endmodule
+
+module VERIFICATION
+    imports K-EQUAL
+    imports LESSON-22-SPEC-SYNTAX
+    imports LESSON-22
+    imports MAP-SYMBOLIC
+
+endmodule
+
+module LESSON-22-SPEC
+    imports VERIFICATION
+
+endmodule
+
+

3. Claims

+
    +
  1. The first claim we will ask K to prove is that 3 + 4, in fact, equals 7. +Claims are stated using the claim keyword, followed by the claim +statement:
  2. +
+
claim <k> 3 + 4 => 7 ... </k>
+
+

Add this claim to the LESSON-22-SPEC module and run the K prover using the +command kprove lesson-22-spec.k. You should get back the output #Top, +which denotes the Matching Logic equivalent of true and means, in this +context, that all claims have been proven correctly.

+
    +
  1. The second claim reasons about the if statement that has a concrete condition:
  2. +
+
claim <k> if ( 3 + 4 == 7 ) {
+            $a = 1 ;
+            } else {
+            $a = 2 ;
+            }
+        => . ... </k>
+        <store> STORE => STORE [ $a <- 1 ] </store>
+
+

stating that the given program terminates (=> .), and when it does, the value +of the variable $a is set to 1, meaning that the execution will have taken +the then branch. Add this claim to the LESSON-22-SPEC module, but also add

+
syntax Id ::= "$a" [token]
+
+

to the LESSON-22-SPEC-SYNTAX module in order to declare $a as a token so +that it can be used as a program variable. Re-run the K prover, which should +again return #Top.

+
    +
  1. Our third claim demonstrates how to reason about both branches of an if +statement at the same time:
  2. +
+
claim <k> $a = A:Int ; $b = B:Int ;
+          if ($a < $b) {
+            $c = $b ;
+          } else {
+            $c = $a ;
+          }
+        => . ... </k>
+        <store> STORE => STORE [ $a <- A ] [ $b <- B ] [ $c <- ?C:Int ] </store>
+    ensures (?C ==Int A) orBool (?C ==Int B)
+
+

The program in question first assigns symbolic integers A and B to program +variables $a and $b, respectively, and then executes the given if +statement, which has a symbolic condition (A < B), updating the value of the +program variable $c in both branches. The specification we give states that +the if statement terminates, with $a and $b updated, respectively, to A +and B, and $c updated to some symbolic integer value ?C. Via the +ensures clause, which is used to specify additional constraints that hold +after execution, we also state that this existentially quantified ?C equals +either A or B.

+

Add the productions declaring $b and $c as tokens to the +LESSON-22-SPEC-SYNTAX module, the claim to the LESSON-22-SPEC module, run +the K prover again, and observe the output, which should not be #Top this +time. This means that K was not able to prove the claim, and we now need to +understand why. We do so by examining the output, which should look as follows:

+
    (InfoReachability) while checking the implication:
+    The configuration's term unifies with the destination's term,
+    but the implication check between the conditions has failed.
+
+  #Not (
+    #Exists ?C . {
+        STORE [ $a <- A:Int ] [ $b <- B:Int ] [ $c <- ?C:Int ]
+      #Equals
+        STORE [ $a <- A:Int ] [ $b <- B:Int ] [ $c <- B:Int ]
+    }
+  #And
+    {
+      true
+    #Equals
+      ?C ==Int A orBool ?C ==Int B
+    }
+  )
+#And
+  <generatedTop>
+    <k>
+      _DotVar1
+    </k>
+    <store>
+      STORE [ $a <- A:Int ] [ $b <- B:Int ] [ $c <- B:Int ]
+    </store>
+    <funcs>
+      _Gen3
+    </funcs>
+    <stack>
+      _Gen5
+    </stack>
+  </generatedTop>
+#And
+  {
+    true
+  #Equals
+    A <Int B
+  }
+
+

This output starts with a message telling us at which point the proof failed, +followed by the final state, which consists of three parts: some negative +Matching Logic (ML) constraints, the final configuration (<generatedTop> ... </generatedTop>), and some positive ML constraints. Generally speaking, +these positive and the negative constraints could arise from various sources, +such as (but not limited to) branches taken by the execution +(e.g. { true #Equals A <Int B } or #Not ( { true #Equals A <Int B } ) ), +or ensures constraints.

+

First, we examine the message:

+
(InfoReachability) while checking the implication:
+The configuration's term unifies with the destination's term,
+but the implication check between the conditions has failed.
+
+

which tells us that the structure of the final configuration is as expected, +but that some of the associated constraints cannot be proven. We next look at +the final configuration, in which the relevant item is the <store> ... </store> cell, because it is the only one that we are reasoning about. By +inspecting its contents:

+
STORE [ $a <- A:Int ] [ $b <- B:Int ] [ $c <- B:Int ]
+
+

we see that we should be within the constraints of the ensures, since the +value of $c in the store equals B in this branch. We next examine the +negative and positive constraints of the output and, more often than not, the +goal is to instruct K how to use the information from the final configuration +and the positive constraints to falsify one of the negative constraints. This +is done through simplifications.

+

So, the positive constraint that we have is

+
{ true #Equals A <Int B }
+
+

meaning that A <Int B holds. Given the analysed program, this tells us that +we are in the then branch of the if. The negative constraint is

+
  #Not (
+    #Exists ?C . {
+        STORE [ $a <- A:Int ] [ $b <- B:Int ] [ $c <- ?C:Int ]
+      #Equals
+        STORE [ $a <- A:Int ] [ $b <- B:Int ] [ $c <- B:Int ]
+    }
+  #And
+    { true #Equals ?C ==Int A orBool ?C ==Int B }
+  )
+
+

and we observe, from the first equality, that the existential ?C should be +instantiated with B. This would make both branches of the #And true, +falsifying the outside #Not. We just need to show K how to conclude that +?C ==Int B. We do so by introducing the following simplification into the +VERIFICATION module:

+
rule { M:Map [ K <- V ] #Equals M [ K <- V' ] } => { V #Equals V' } [simplification]
+
+

which formalizes our internal understanding of ?C ==Int B. The rule states +that when we update the same key in the same map with two values, and the +resulting maps are equal, then the two values must be equal as well. The +[simplification] attribute indicates to K to use this rule to simplify the +state when trying to prove claims. Like function rules, simplification rules +do not complete to the top of the configuration, but instead apply anywhere +their left-hand-side matches. Re-run the K prover, which should now return +#Top, indicating that K was able to use the simplification and prove the +required claims.

+
    +
  1. Next, we show how to state and prove properties of while loops. In +particular, we consider the following loop
  2. +
+
claim
+    <k>
+        while ( 0 < $n ) {
+            $s = $s + $n;
+            $n = $n - 1;
+            } => . ...
+    </k>
+    <store>
+        $s |-> (S:Int => S +Int ((N +Int 1) *Int N /Int 2))
+        $n |-> (N:Int => 0)
+    </store>
+    requires N >=Int 0
+
+

which adds the sum of the first $n integers to $s, assuming the value of $n +is non-negative to begin with. This is reflected in the store by stating that, +after the execution of the loop, the original value of $s (which is set to +equal some symbolic integer S) is incremented by ((N +Int 1) *Int N /Int 2), and the value of $n always equals 0. Add $n and $s as tokens in +the LESSON-22-SPEC-SYNTAX module, the above claim to the LESSON-22-SPEC +module, and run the K prover, which should return #Top.

+
    +
  1. Finally, our last claim is about a program that uses function calls:
  2. +
+
claim
+    <k>
+        def $sum($n, .Ids) {
+            $s = 0 ;
+            while (0 < $n) {
+                $s = $s + $n;
+                $n = $n - 1;
+            }
+            return $s;
+        }
+
+        $s = $sum(N:Int, .Ints);
+    => . ... </k>
+    <funcs> .Map => ?_ </funcs>
+    <store> $s |-> (_ => ((N +Int 1) *Int N /Int 2)) </store>
+    <stack> .List </stack>
+    requires N >=Int 0
+
+

Essentially, we have wrapped the while loop from claim 3.4 into a function +$sum, and then called that function with a symbolic integer N, storing the +return value in the variable $s. The specification states that this program +ends up storing the sum of the first N integers in the variable $n. Add $sum +to the LESSON-22-SPEC-SYNTAX module, the above claim to the +LESSON-22-SPEC module, and run the K prover, which should again return +#Top.

+

Exercises

+
    +
  1. +

    Change the condition of the if statement in part 3.2 to take the else +branch and adjust the claim so that the proof passes.

    +
  2. +
  3. +

    The post-condition of the specification in part 3.3 loses some information. +In particular, the value of ?C is in fact the maximum of A and B. +Prove the same claim as in 3.2, but with the post-condition ensures (?C ==Int maxInt(A, B)). For this, you will need to extend the VERIFICATION +module with two simplifications that capture the meaning of maxInt(A:Int, B:Int). Keep in mind that any rewriting rule can be used as a +simplification; in particular, that simplifications can have requires +clauses.

    +
  4. +
  5. +

    Following the pattern shown in part 3.4, assuming a non-negative initial +value of $b, specify and verify the following while loop:

    +
  6. +
+
while ( 0 < $b ) {
+    $a = $a + $c;
+    $b = $b - 1;
+    $c = $c - 1;
+}
+
+

Hint: You will not need additional simplifications---once you've got the +specification right, the proof will go through.

+
    +
  1. Write an arbitrary yet not-too-complex function (or several functions +interacting with each other), and try to specify and verify it (them) in K.
  2. +
+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/1_basic/index.html b/k-distribution/k-tutorial/1_basic/index.html new file mode 100644 index 00000000000..6f2bd4f6b40 --- /dev/null +++ b/k-distribution/k-tutorial/1_basic/index.html @@ -0,0 +1,401 @@ + + + + + + + + + + + + + + +Section 1: Basic K Concepts | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Section 1: Basic K Concepts

+

The goal of this first section of the K tutorial is to teach the basic +principles of K to someone with no prior experience with K as a programming +language. However, this is not written with the intended audience of someone +who is a complete beginner to programming. We are assuming that the reader +has a firm grounding in computer science broadly, as well as that they have +experience writing code in functional programming languages before.

+

By the end of this section, the reader ought to be able to write specifications +of simple languages in K, use these specifications to generate a fast +interpreter for their programming language, as well as write basic deductive +program verification proofs over programs in their language. This should give +them the theoretical grounding they need to begin expanding their knowledge +of K in Section 2: Intermediate K Concepts.

+

To begin this section, refer to +Lesson 1.1: Setting up a K Environment.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/2_intermediate/01_macros/index.html b/k-distribution/k-tutorial/2_intermediate/01_macros/index.html new file mode 100644 index 00000000000..aec2b455858 --- /dev/null +++ b/k-distribution/k-tutorial/2_intermediate/01_macros/index.html @@ -0,0 +1,567 @@ + + + + + + + + + + + + + + +Lesson 2.1: Macros, Aliases, and Anywhere Rules | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Lesson 2.1: Macros, Aliases, and Anywhere Rules

+

The purpose of this lesson is to explain the behavior of the macro, +macro-rec, alias, and alias-rec production attributes, as well as the +anywhere rule attribute. These attributes control the meaning of how rules +associated with them are applied.

+

Macros

+

Thus far in the K tutorial, we have described three different types of rules:

+
    +
  1. Top-level rewrite rules, which rewrite a configuration composed of cells to +another configuration;
  2. +
  3. Function rules, which define the behavior of a function written over +arbitrary input and output types; and
  4. +
  5. Simplification rules, which describe ways in which the symbolic execution +engine ought to simplify terms containing symbolic values.
  6. +
+

This lesson introduces three more types of rules, the first of which are +macros. A production is a macro if it has the macro attribute, and all +rules whose top symbol on the left hand side is a macro are macro rules +which define the behavior of the macro. Like function rules and simplification +rules, macro rules do not participate in cell completion. However, unlike +function rules and simplification rules, macro rules are applied statically +before rewriting begins, and the macro symbol is expected to no longer appear +in the initial configuration for rewriting once all macros in that +configuration are rewritten.

+

The rationale behind macros is they allow you to define one piece of syntax +in terms of another piece of syntax without any runtime overhead associated +with the cost of rewriting one to the other. This process is a common one in +programming language design and specification and is referred to as +desugaring; The syntax that is transformed is typically also referred to as +syntactic sugar for another type of syntax. For example, in a language with +if statements and curly braces, you could write the following fragment +(lesson-01.k):

+
k
module LESSON-01 + imports BOOL + + syntax Stmt ::= "if" "(" Exp ")" Stmt [macro] + | "if" "(" Exp ")" Stmt "else" Stmt + | "{" Stmts "}" + syntax Stmts ::= List{Stmt,""} + syntax Exp ::= Bool + + rule if ( E ) S => if ( E ) S else { .Stmts } +endmodule +
+

In this example, we see that an if statement without an else clause is +defined in terms of one with an else clause. As a result, we would only +need to give a single rule for how to rewrite if statements, rather than +two separate rules for two types of if statements. This is a common pattern +for dealing with program syntax that contains an optional component to it.

+

It is worth noting that by default, macros are not applied recursively. To be +more precise, by default a macro that arises as a result of the expansion of +the same macro is not rewritten further. This is primarily to simplify the +macro expansion process and reduce the risk that improperly defined macros will +lead to non-terminating behavior.

+

It is possible, however, to tell K to expand a macro recursively. To do this, +simply replace the macro attribute with the macro-rec attribute. Note that +K does not do any kind of checking to ensure termination here, so it is +important that rules be defined correctly to always terminate, otherwise the +macro expansion phase will run forever. Fortunately, in practice it is very +simple to ensure this property for most of the types of macros that are +typically used in real-world semantics.

+

Exercise

+

Using a Nat sort containing the constructors 0 and S (i.e., a +Peano-style axiomatization of the +natural numbers where S(N) = N + 1, S(S(N)) = N + 2, etc), write a macro +that will compute the sum of two numbers.

+

Aliases

+

NOTE: This lesson introduces the concept of "aliases", which are a variant +of macros. While similar, this is different from the concept of "aliases" in +matching logic, which is introduced in Lesson 2.16.

+

Macros can be very useful in helping you define a programming language. +However, they can be disruptive while pretty printing a configuration. For +example, you might write a set of macros that transforms the code the user +wrote into equivalent code that is slightly harder to read. This can make it +more difficult to understand the code when it is pretty printed as part of the +output of rewriting.

+

K defines a relatively straightforward but novel solution to this problem, +which is known as a K alias. An alias in K is very similar to a macro, +with the exception that the rewrite rule will also be applied backwards +during the pretty-printing process.

+

It is very simple to make a production be an alias instead of a macro: simply +use the alias or alias-rec attributes instead of the macro or macro-rec +attributes. For example, if the example involving if statements above was +declared using an alias instead of a macro, the Stmt term if (E) {} else {} +would be pretty-printed as if (E) {}. This is because during pretty-printing, +the term participates in another macro-expansion pass. However, this macro +expansion step will only apply rules with the alias or alias-rec attribute, +and, critically, it will reverse the rule by treating the left-hand side as if +it were the right-hand side, and vice versa.

+

This can be very useful to allow you to define one construct in terms of +another while still being able to pretty-print the result as if it were +the original term in question. This can be especially useful for applications +of K where we are taking the output of rewriting and attempting to use it as +a code fragment that we then execute, such as with test generation.

+

Exercise

+

Modify LESSON-01 above to use an alias instead of a macro and experiment +with how various terms are pretty-printed by invoking krun on them.

+

anywhere rules

+

The last type of rule introduced in this lesson is the anywhere rule. An +anywhere rule is specified by adding the anywhere attribute to a rule. Such a +rule is similar to a function rule in that it does not participate in cell +completion, and will apply anywhere that the left-hand-side matches in the +configuration, but distinct in that the symbol in question can still be matched +against in the left-hand side of other rules, even during concrete rewriting. +The reasoning behind this is that instead of the symbol in question being a +constructor, it is a constructor modulo the axioms defined with the +anywhere attribute. Essentially, the rules with the anywhere attribute will +apply as soon as they appear in the right-hand side of a rule being applied, +but the symbol in question will still be treated as a symbol that can be +matched on if it is not completely removed by those rules.

+

This can be useful in certain cases to allow you to define transformations over +particular pieces of syntax while still generally giving those pieces of syntax +another meaning when the anywhere rule does not apply. For example, the ISO C +standard defines the semantics of *&x as exactly equal to x, with no +reading or writing of memory taking place, and the K semantics of C implements +this functionality using an anywhere rule that is applied at compilation time.

+

NOTE: the anywhere attribute is only implemented on the LLVM backend +currently. Attempting to use it in a semantics that is compiled with the +Haskell backend will result in an error being reported by the compiler. This +should be remembered when using this attribute, as it may not be suitable for +a segment of a semantics which is intended to be symbolically executed.

+

Exercises

+
    +
  1. Write a version of the calculator from Lesson 1.14 Exercise 1, which uses +the same syntax for evaluating expressions, but defines its arithmetic logic +using anywhere rules rather than top-level rewrite rules.
  2. +
+

Return to Top

+

Click here to return to the Table of Contents for Section 2.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/2_intermediate/02_fresh_constants/index.html b/k-distribution/k-tutorial/2_intermediate/02_fresh_constants/index.html new file mode 100644 index 00000000000..b4b1d166e77 --- /dev/null +++ b/k-distribution/k-tutorial/2_intermediate/02_fresh_constants/index.html @@ -0,0 +1,397 @@ + + + + + + + + + + + + + + +Lesson 2.2: Fresh Constants | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Lesson 2.2: Fresh Constants

+

Return to Top

+

Click here to return to the Table of Contents for Section 2.

+
+
+ + +
+ + + +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/2_intermediate/03_klabels/index.html b/k-distribution/k-tutorial/2_intermediate/03_klabels/index.html new file mode 100644 index 00000000000..338aab3d41c --- /dev/null +++ b/k-distribution/k-tutorial/2_intermediate/03_klabels/index.html @@ -0,0 +1,397 @@ + + + + + + + + + + + + + + +Lesson 2.3: KLabels and Abstract Syntax | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Lesson 2.3: KLabels and Abstract Syntax

+

Return to Top

+

Click here to return to the Table of Contents for Section 2.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/2_intermediate/04_overloading/index.html b/k-distribution/k-tutorial/2_intermediate/04_overloading/index.html new file mode 100644 index 00000000000..dfb3a300b30 --- /dev/null +++ b/k-distribution/k-tutorial/2_intermediate/04_overloading/index.html @@ -0,0 +1,397 @@ + + + + + + + + + + + + + + +Lesson 2.4: Overloaded Symbols | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Lesson 2.4: Overloaded Symbols

+

Return to Top

+

Click here to return to the Table of Contents for Section 2.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/2_intermediate/05_matching_logic/index.html b/k-distribution/k-tutorial/2_intermediate/05_matching_logic/index.html new file mode 100644 index 00000000000..2eea6affe2d --- /dev/null +++ b/k-distribution/k-tutorial/2_intermediate/05_matching_logic/index.html @@ -0,0 +1,397 @@ + + + + + + + + + + + + + + +Lesson 2.5: Matching Logic Connectives and #Or Patterns | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Lesson 2.5: Matching Logic Connectives and #Or Patterns

+

Return to Top

+

Click here to return to the Table of Contents for Section 2.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/2_intermediate/06_function_context/index.html b/k-distribution/k-tutorial/2_intermediate/06_function_context/index.html new file mode 100644 index 00000000000..2f9fd279634 --- /dev/null +++ b/k-distribution/k-tutorial/2_intermediate/06_function_context/index.html @@ -0,0 +1,397 @@ + + + + + + + + + + + + + + +Lesson 2.6: Function Context | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Lesson 2.6: Function Context

+

Return to Top

+

Click here to return to the Table of Contents for Section 2.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/2_intermediate/07_record_productions/index.html b/k-distribution/k-tutorial/2_intermediate/07_record_productions/index.html new file mode 100644 index 00000000000..b3ebc68385a --- /dev/null +++ b/k-distribution/k-tutorial/2_intermediate/07_record_productions/index.html @@ -0,0 +1,397 @@ + + + + + + + + + + + + + + +Lesson 2.7: Record Productions and Named Nonterminals | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Lesson 2.7: Record Productions and Named Nonterminals

+

Return to Top

+

Click here to return to the Table of Contents for Section 2.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/2_intermediate/08_fun_and_let/index.html b/k-distribution/k-tutorial/2_intermediate/08_fun_and_let/index.html new file mode 100644 index 00000000000..c357fd7ba46 --- /dev/null +++ b/k-distribution/k-tutorial/2_intermediate/08_fun_and_let/index.html @@ -0,0 +1,397 @@ + + + + + + + + + + + + + + +Lesson 2.8: #fun and #let | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Lesson 2.8: #fun and #let

+

Return to Top

+

Click here to return to the Table of Contents for Section 2.

+
+
+ + +
+ + + +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/2_intermediate/09_as/index.html b/k-distribution/k-tutorial/2_intermediate/09_as/index.html new file mode 100644 index 00000000000..e857bd05ede --- /dev/null +++ b/k-distribution/k-tutorial/2_intermediate/09_as/index.html @@ -0,0 +1,397 @@ + + + + + + + + + + + + + + +Lesson 2.9: #as Patterns | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Lesson 2.9: #as Patterns

+

Return to Top

+

Click here to return to the Table of Contents for Section 2.

+
+
+ + +
+ + + +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/2_intermediate/10_matching_operator/index.html b/k-distribution/k-tutorial/2_intermediate/10_matching_operator/index.html new file mode 100644 index 00000000000..e505bfacac8 --- /dev/null +++ b/k-distribution/k-tutorial/2_intermediate/10_matching_operator/index.html @@ -0,0 +1,397 @@ + + + + + + + + + + + + + + +Lesson 2.10: The Matching Operators, :=K and :/=K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Lesson 2.10: The Matching Operators, :=K and :/=K

+

Return to Top

+

Click here to return to the Table of Contents for Section 2.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/2_intermediate/11_evaluation_order/index.html b/k-distribution/k-tutorial/2_intermediate/11_evaluation_order/index.html new file mode 100644 index 00000000000..5069d1cc794 --- /dev/null +++ b/k-distribution/k-tutorial/2_intermediate/11_evaluation_order/index.html @@ -0,0 +1,397 @@ + + + + + + + + + + + + + + +Lesson 2.11: Uncommon Evaluation Order Concepts | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Lesson 2.11: Uncommon Evaluation Order Concepts

+

Return to Top

+

Click here to return to the Table of Contents for Section 2.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/2_intermediate/12_floats_and_machine_ints/index.html b/k-distribution/k-tutorial/2_intermediate/12_floats_and_machine_ints/index.html new file mode 100644 index 00000000000..a060e7be083 --- /dev/null +++ b/k-distribution/k-tutorial/2_intermediate/12_floats_and_machine_ints/index.html @@ -0,0 +1,397 @@ + + + + + + + + + + + + + + +Lesson 2.12: IEEE 754 Floating Point and Fixed Width Integers | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Lesson 2.12: IEEE 754 Floating Point and Fixed Width Integers

+

Return to Top

+

Click here to return to the Table of Contents for Section 2.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/2_intermediate/13_substitution/index.html b/k-distribution/k-tutorial/2_intermediate/13_substitution/index.html new file mode 100644 index 00000000000..c0fc0867e2a --- /dev/null +++ b/k-distribution/k-tutorial/2_intermediate/13_substitution/index.html @@ -0,0 +1,397 @@ + + + + + + + + + + + + + + +Lesson 2.13: Alpha-renaming-aware Substitution | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Lesson 2.13: Alpha-renaming-aware Substitution

+

Return to Top

+

Click here to return to the Table of Contents for Section 2.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/2_intermediate/14_io/index.html b/k-distribution/k-tutorial/2_intermediate/14_io/index.html new file mode 100644 index 00000000000..d3f19f7daa1 --- /dev/null +++ b/k-distribution/k-tutorial/2_intermediate/14_io/index.html @@ -0,0 +1,397 @@ + + + + + + + + + + + + + + +Lesson 2.14: File I/O | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Lesson 2.14: File I/O

+

Return to Top

+

Click here to return to the Table of Contents for Section 2.

+
+
+ + +
+ + + +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/2_intermediate/15_string_buffers_and_bytes/index.html b/k-distribution/k-tutorial/2_intermediate/15_string_buffers_and_bytes/index.html new file mode 100644 index 00000000000..e8d955de6f9 --- /dev/null +++ b/k-distribution/k-tutorial/2_intermediate/15_string_buffers_and_bytes/index.html @@ -0,0 +1,397 @@ + + + + + + + + + + + + + + +Lesson 2.15: String Buffers and Byte Sequences | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Lesson 2.15: String Buffers and Byte Sequences

+

Return to Top

+

Click here to return to the Table of Contents for Section 2.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/2_intermediate/16_kore/index.html b/k-distribution/k-tutorial/2_intermediate/16_kore/index.html new file mode 100644 index 00000000000..c3b856ab681 --- /dev/null +++ b/k-distribution/k-tutorial/2_intermediate/16_kore/index.html @@ -0,0 +1,397 @@ + + + + + + + + + + + + + + +Lesson 2.16: The Intermediate Language of K, KORE | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Lesson 2.16: The Intermediate Language of K, KORE

+

Return to Top

+

Click here to return to the Table of Contents for Section 2.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/2_intermediate/17_debugging_proofs/index.html b/k-distribution/k-tutorial/2_intermediate/17_debugging_proofs/index.html new file mode 100644 index 00000000000..5fdac1fa106 --- /dev/null +++ b/k-distribution/k-tutorial/2_intermediate/17_debugging_proofs/index.html @@ -0,0 +1,397 @@ + + + + + + + + + + + + + + +Lesson 2.17: Debugging Proofs using the Haskell Backend REPL | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Lesson 2.17: Debugging Proofs using the Haskell Backend REPL

+

Return to Top

+

Click here to return to the Table of Contents for Section 2.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/2_intermediate/index.html b/k-distribution/k-tutorial/2_intermediate/index.html new file mode 100644 index 00000000000..519c18e7601 --- /dev/null +++ b/k-distribution/k-tutorial/2_intermediate/index.html @@ -0,0 +1,430 @@ + + + + + + + + + + + + + + +Section 2: Intermediate K Concepts | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Section 2: Intermediate K Concepts

+

The goal of this second section is to supplement a beginning developer's +knowledge of K after they have gained a basic understanding of K. Each lesson +in this section can be completed independently in order to learn about a +particular facet of the K language. The lessons are written to provide basic +understanding of less commonly-used features of K to someone who is still +learning K. For more complete references of these features, the reader ought to +consult the User Manual.

+

The reader ought to be able to complete lessons in this section as needed in +order to learn about specific features of interest, but if desired, can also +complete the entire section in one go. Someone who has completed this entire +section ought to be able to read and understand most K specifications, as well +as write their own specifications of some complexity, and use them to perform +most common K-related tasks. They can then read about specific lessons in +Section 3: Advanced K Concepts if they want to +learn more.

+

Table of Contents

+
    +
  1. Macros, Aliases, and Anywhere Rules
  2. +
  3. Fresh Constants
  4. +
  5. KLabels and Abstract Syntax
  6. +
  7. Overloaded Symbols
  8. +
  9. Matching Logic Connectives and #Or Patterns
  10. +
  11. Function Context
  12. +
  13. Record Productions and Named Nonterminals
  14. +
  15. #fun and #let
  16. +
  17. #as patterns
  18. +
  19. The Matching Operators, :=K and :/=K
  20. +
  21. Uncommon Evaluation Order Concepts
  22. +
  23. IEEE 754 Floating Point and Fixed Width Integers
  24. +
  25. Alpha-renaming-aware Substitution
  26. +
  27. File I/O
  28. +
  29. String Buffers and Byte Sequences
  30. +
  31. The Intermediate Language of K, KORE
  32. +
  33. Debugging Proofs using the Haskell Backend REPL
  34. +
+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/3_advanced/1_parsing/1_layout/index.html b/k-distribution/k-tutorial/3_advanced/1_parsing/1_layout/index.html new file mode 100644 index 00000000000..0c182942793 --- /dev/null +++ b/k-distribution/k-tutorial/3_advanced/1_parsing/1_layout/index.html @@ -0,0 +1,387 @@ + + + + + + + + + + + + + + +Lesson 3.1.1: Using #Layout to define the syntax of comments and whitespace | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Lesson 3.1.1: Using #Layout to define the syntax of comments and whitespace

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/3_advanced/1_parsing/2_ambiguities/index.html b/k-distribution/k-tutorial/3_advanced/1_parsing/2_ambiguities/index.html new file mode 100644 index 00000000000..952a578e983 --- /dev/null +++ b/k-distribution/k-tutorial/3_advanced/1_parsing/2_ambiguities/index.html @@ -0,0 +1,387 @@ + + + + + + + + + + + + + + +Lesson 3.1.2: Using amb for parsing context-sensitive languages | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Lesson 3.1.2: Using amb for parsing context-sensitive languages

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/3_advanced/1_parsing/3_locations/index.html b/k-distribution/k-tutorial/3_advanced/1_parsing/3_locations/index.html new file mode 100644 index 00000000000..612cd596aaa --- /dev/null +++ b/k-distribution/k-tutorial/3_advanced/1_parsing/3_locations/index.html @@ -0,0 +1,387 @@ + + + + + + + + + + + + + + +Lesson 3.1.3: Using #location to annotate terms with file, line, and column information | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Lesson 3.1.3: Using #location to annotate terms with file, line, and column information

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/3_advanced/2_libraries/1_json/index.html b/k-distribution/k-tutorial/3_advanced/2_libraries/1_json/index.html new file mode 100644 index 00000000000..9b8644cb9a9 --- /dev/null +++ b/k-distribution/k-tutorial/3_advanced/2_libraries/1_json/index.html @@ -0,0 +1,387 @@ + + + + + + + + + + + + + + +Lesson 3.2.1: The JSON Module | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Lesson 3.2.1: The JSON Module

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/3_advanced/2_libraries/2_rat/index.html b/k-distribution/k-tutorial/3_advanced/2_libraries/2_rat/index.html new file mode 100644 index 00000000000..5b2e7fc6753 --- /dev/null +++ b/k-distribution/k-tutorial/3_advanced/2_libraries/2_rat/index.html @@ -0,0 +1,387 @@ + + + + + + + + + + + + + + +Lesson 3.2.2: The RAT Module | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Lesson 3.2.2: The RAT Module

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/3_advanced/2_libraries/3_ffi/index.html b/k-distribution/k-tutorial/3_advanced/2_libraries/3_ffi/index.html new file mode 100644 index 00000000000..557500f2d54 --- /dev/null +++ b/k-distribution/k-tutorial/3_advanced/2_libraries/3_ffi/index.html @@ -0,0 +1,387 @@ + + + + + + + + + + + + + + +Lesson 3.2.3: The FFI Module | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Lesson 3.2.3: The FFI Module

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/3_advanced/3_extending_k/1_custom_hooks/index.html b/k-distribution/k-tutorial/3_advanced/3_extending_k/1_custom_hooks/index.html new file mode 100644 index 00000000000..a7b4064b2b1 --- /dev/null +++ b/k-distribution/k-tutorial/3_advanced/3_extending_k/1_custom_hooks/index.html @@ -0,0 +1,387 @@ + + + + + + + + + + + + + + +Lesson 3.3.1: Extending K by adding new builtin functions | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Lesson 3.3.1: Extending K by adding new builtin functions

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/3_advanced/3_extending_k/2_scripting_k/index.html b/k-distribution/k-tutorial/3_advanced/3_extending_k/2_scripting_k/index.html new file mode 100644 index 00000000000..6792eddc339 --- /dev/null +++ b/k-distribution/k-tutorial/3_advanced/3_extending_k/2_scripting_k/index.html @@ -0,0 +1,387 @@ + + + + + + + + + + + + + + +Lessonm 3.3.2: Scripting K to provide language-specific tooling | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Lessonm 3.3.2: Scripting K to provide language-specific tooling

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/3_advanced/index.html b/k-distribution/k-tutorial/3_advanced/index.html new file mode 100644 index 00000000000..cefc95e6ee5 --- /dev/null +++ b/k-distribution/k-tutorial/3_advanced/index.html @@ -0,0 +1,387 @@ + + + + + + + + + + + + + + +Section 3: Advanced K Concepts | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Section 3: Advanced K Concepts

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/index.html b/k-distribution/k-tutorial/index.html new file mode 100644 index 00000000000..3fceb15846d --- /dev/null +++ b/k-distribution/k-tutorial/index.html @@ -0,0 +1,398 @@ + + + + + + + + + + + + + + +K Tutorial | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

K Tutorial

+

The purpose of this series of lessons is to teach developers how to program in +K. While the primary use of K is in the specification of operational semantics +of programming languages, this tutorial is agnostic on how the knowledge of K +is used. For a more detailed tutorial explaining the basic principles of +programming language design, refer to the +K PL Tutorial. Note that that tutorial is somewhat +out of date presently.

+

This K tutorial is a work in progress. Many lessons are currently simply +placeholders for future content.

+

To start the K tutorial, begin with +Section 1: Basic Programming in K.

+
+
+ + +
+ + + +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/1_lambda/index.html b/k-distribution/pl-tutorial/1_k/1_lambda/index.html new file mode 100644 index 00000000000..ae839cc73dd --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/1_lambda/index.html @@ -0,0 +1,404 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Part 1: Defining LAMBDA

+

Here you will learn how to define a very simple language in K and the basics +of how to use the K tool. The language is a variant of call-by-value lambda +calculus and its definition is based on substitution. Specifically, you will +learn the following:

+
    +
  • How to define a module.
  • +
  • How to define a language syntax.
  • +
  • How to use the defined syntax to parse programs.
  • +
  • How to import predefined modules.
  • +
  • How to define evaluation strategies using strictness attributes.
  • +
  • How to define semantic rules.
  • +
  • How the predefined generic substitution works.
  • +
  • How to generate PDF and HTML documentation from ASCII definitions.
  • +
  • How to include builtins (integers and Booleans) into your language.
  • +
  • How to define derived language constructs.
  • +
+

This folder contains several lessons, each adding new features to LAMBDA.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/1_lambda/lesson_1/NOTES/index.html b/k-distribution/pl-tutorial/1_k/1_lambda/lesson_1/NOTES/index.html new file mode 100644 index 00000000000..9557d4acfbe --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/1_lambda/lesson_1/NOTES/index.html @@ -0,0 +1,379 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

We now support the following line to the syntax module:

+
syntax priority lambda_._ > __  // exact syntax subject to change
+
+

This will allow for fewer parentheses in programs.

+
+
+ + +
+ +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/1_lambda/lesson_1/index.html b/k-distribution/pl-tutorial/1_k/1_lambda/lesson_1/index.html new file mode 100644 index 00000000000..d5724b1eda5 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/1_lambda/lesson_1/index.html @@ -0,0 +1,471 @@ + + + + + + + + + + + + + + +Syntax Modules and Basic K Commands | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Syntax Modules and Basic K Commands

+

Here we define our first K module, which contains the initial syntax of the +LAMBDA language, and learn how to use the basic K commands.

+

Let us create an empty working folder, and open a terminal window +(to the left) and an editor window (to the right). We will edit our K +definition in the right window in a file called lambda.k, and will call +the K tool commands in the left window.

+

Let us start by defining a K module, containing the syntax of LAMBDA.

+

K modules are introduced with the keywords module ... endmodule.

+

The keyword syntax adds new productions to the syntax grammar, using a +BNF-like notation.

+

Terminals are enclosed in double-quotes, like strings.

+

You can define multiple productions for the same non-terminal in the same +syntax declaration using the | separator.

+

Productions can have attributes, which are enclosed in square brackets.

+

The attribute left tells the parser that we want the lambda application to be +left associative. For example, a b c d will then parse as (((a b) c) d).

+

The attribute bracket tells the parser to not generate a node for the +parenthesis production in the abstract syntax trees associated to programs. +In other words, we want to allow parentheses to be used for grouping, but we +do not want to bother to give them their obvious (ignore) semantics.

+

In our variant of lambda calculus defined here, identifiers and lambda +abstractions are meant to be irreducible, that is, are meant to be values. +However, so far Val is just another non-terminal, just like Exp, +without any semantic meaning. It will get a semantic meaning later.

+

After we are done typing our definition in the file lambda.k, we can kompile +it with the command:

+
kompile lambda.k
+
+

If we get no errors then a parser has been generated. This parser will be +called from now on by default by the krun tool. To see whether and how the +parser works, we are going to write some LAMBDA programs and store them in +files with the extension .lambda.

+

Let us create a file identity.lambda, which contains the identity lambda +abstraction:

+
lambda x . x
+
+

Now let us call krun on identity.lambda:

+
krun identity.lambda
+
+

Make sure you call the krun command from the folder containing your language +definition (otherwise type krun --help to learn how to pass a language +definition as a parameter to krun). The krun command produces the output:

+
<k>
+  lambda x . x
+</k>
+
+

If you see such an output it means that your program has been parsed (and then +pretty printed) correctly. If you want to see the internal abstract syntax +tree (AST) representation of the parsed program, which we call the K AST, then +type kast in the command instead of krun:

+
kast identity.lambda
+
+

You should normally never need to see this internal representation in your +K definitions, so do not get scared (yes, it is ugly for humans, but it is +very convenient for tools).

+

Note that krun placed the program in a <k> ... </k> cell. In K, computations +happen only in cells. If you do not define a configuration in your definition, +like we did here, then a configuration will be created automatically for you +which contains only one cell, the default k cell, which holds the program.

+

Next, let us create a file free-variable-capture.lambda, which contains an +expression which, in order to execute correctly in a substitution-based +semantics of LAMBDA, the substitution operation needs to avoid +variable-capture:

+
a (((lambda x.lambda y.x) y) z)
+
+

Next, file closed-variable-capture.lambda shows an expression which also +requires a capture-free substitution, but this expression is closed (that is, +it has no free variables) and all its bound variables are distinct (I believe +this is the smallest such expression):

+
(lambda z.(z z)) (lambda x.lambda y.(x y))
+
+

Finally, the file omega.lambda contains the classic omega combinator +(or closed expression), which is the smallest expression which loops forever +(not now, but after we define the semantics of LAMBDA):

+
(lambda x.(x x)) (lambda x.(x x))
+
+

Feel free to define and parse several other LAMBDA programs to get a feel for +how the parser works. Parse also some incorrect programs, to see how the +parser generates error messages.

+

In the next lesson we will see how to define semantic rules that iteratively +rewrite expressions over the defined syntax until they evaluate to a result. +This way, we obtain our first programming language defined using K.

+

Go to Lesson 2, LAMBDA: Module Importing, Rules, Variables

+

MOVIE (out of date) [4'07"]

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/1_lambda/lesson_2.5/NOTES/index.html b/k-distribution/pl-tutorial/1_k/1_lambda/lesson_2.5/NOTES/index.html new file mode 100644 index 00000000000..b91a7edbbe9 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/1_lambda/lesson_2.5/NOTES/index.html @@ -0,0 +1,379 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

This folder has been added after the original tutorial was made +and after the videos were recorded. Eventually we will renumber +the lessons and redo the videos. A README.md file is also needed +here.

+
+
+ + +
+ +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/1_lambda/lesson_2/NOTES/index.html b/k-distribution/pl-tutorial/1_k/1_lambda/lesson_2/NOTES/index.html new file mode 100644 index 00000000000..86180a4ac43 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/1_lambda/lesson_2/NOTES/index.html @@ -0,0 +1,385 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Substitution has been reimplemented in the meanwhile, where the fresh +variables are resolved locally. So there is no global counter for +fresh variables anymore as shown in the video, and fewer variable +renamings take place.

+

When calling krun on the programs in lesson_1, a different path is +shown than in the README.md.

+

Marking the beta-reduction rule with [anywhere] will give us the +conventional lambda-calculus. A new lesson has been added, 2.5, +showing that. The README.md file should be changed at the end to +point to lesson 2.5.

+
+
+ + +
+ +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/1_lambda/lesson_2/index.html b/k-distribution/pl-tutorial/1_k/1_lambda/lesson_2/index.html new file mode 100644 index 00000000000..2cee8e4a745 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/1_lambda/lesson_2/index.html @@ -0,0 +1,453 @@ + + + + + + + + + + + + + + +Module Importing, Rules, Variables | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Module Importing, Rules, Variables

+

We here learn how to include a predefined module (SUBSTITUTION), how to +use it to define a K rule (the characteristic rule of lambda calculus), +and how to make proper use of variables in rules.

+

Let us continue our lambda.k definition started in the previous lesson.

+

The requires keyword takes a .k file containing language features that +are needed for the current definition, which can be found in the +k-distribution/include/kframework/builtin folder. Thus, the command

+
require "substitution.k"
+
+

says that the subsequent definition of LAMBDA needs the generic substitution, +which is predefined in file substitution.k under the folder +k-distribution/include/kframework/builtin. Note that substitution can be defined itself in K, +although it uses advanced features that we have not discussed yet in this +tutorial, so it may not be easy to understand now.

+

Using the imports keyword, we can now modify LAMBDA to import the module +SUBSTITUTION, which is defined in the required substitution.k file.

+

Now we have all the substitution machinery available for our definition. +However, since our substitution is generic, it cannot know which language +constructs bind variables, and what counts as a variable; however, this +information is critical in order to correctly solve the variable capture +problem. Thus, you have to tell the substitution that your lambda construct +is meant to be a binder, and that your Id terms should be treated as variables +for substitution. The former is done using the attribute binder. +By default, binder binds all the variables occurring anywhere in the first +argument of the corresponding syntactic construct within its other arguments; +you can configure which arguments are bound where, but that will be discussed +in subsequent lectures. To tell K which terms are meant to act as variables +for binding and substitution, we have to explicitly subsort the desired syntactic +categories to the builtin KVariable sort.

+

Now we are ready to define our first K rule. Rules are introduced with the +keyword rule and make use of the rewrite symbol, =>. In our case, +the rule defines the so-called lambda calculus beta-reduction, which +makes use of substitution in its right-hand side, as shown in lambda.k.

+

By convention, variables that appear in rules start with a capital letter +(the current implementation of the K tool may even enforce that).

+

Variables may be explicitly tagged with their syntactic category (also called +sort). If tagged, the matching term will be checked at run-time for +membership to the claimed sort. If not tagged, then no check will be made. +The former is safer, but involves the generation of a side condition to the +rule, so the resulting definition may execute slightly slower overall.

+

In our rule in lambda.k we tagged all variables with their sorts, so we chose +the safest path. Only the V variable really needs to be tagged there, +because we can prove (using other means, not the K tool, as the K tool is not +yet concerned with proving) that the first two variables will always have the +claimed sorts whenever we execute any expression that parses within our +original grammar.

+

Let us compile the definition and then run some programs. For example,

+
krun closed-variable-capture.lambda
+
+

yields the output

+
<k>
+  lambda y . ((lambda x . (lambda y . (x  y))) y)
+</k> 
+
+

Notice that only certain programs reduce (some even yield non-termination, +such as omega.lambda), while others do not. For example, +free-variable-capture.lambda does not reduce its second argument expression +to y, as we would expect. This is because the K rewrite rules between syntactic +terms do not apply anywhere they match. They only apply where they have been +given permission to apply by means of appropriate evaluation strategies of language +constructs, which is done using strictness attributes, evaluation contexts, +heating/cooling rules, etc., as discussed in the next lessons.

+

The next lesson will show how to add LAMBDA the desired evaluation strategies +using strictness attributes.

+

Go to Lesson 3, LAMBDA: Evaluation Strategies using Strictness

+

MOVIE (out of date) [4'03"]

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/1_lambda/lesson_3/NOTES/index.html b/k-distribution/pl-tutorial/1_k/1_lambda/lesson_3/NOTES/index.html new file mode 100644 index 00000000000..5b98adb1a75 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/1_lambda/lesson_3/NOTES/index.html @@ -0,0 +1,377 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

When we say "previous lesson" we refer to lesson 2. This will need to change +when we incorporate lesson 2.5 properly.

+
+
+ + +
+ +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/1_lambda/lesson_3/index.html b/k-distribution/pl-tutorial/1_k/1_lambda/lesson_3/index.html new file mode 100644 index 00000000000..9fd57178828 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/1_lambda/lesson_3/index.html @@ -0,0 +1,418 @@ + + + + + + + + + + + + + + +Evaluation Strategies using Strictness | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Evaluation Strategies using Strictness

+

Here we learn how to use the K strict attribute to define desired evaluation +strategies. We will also learn how to tell K which terms are already +evaluated, so it does not attempt to evaluate them anymore and treats them +internally as results of computations.

+

Recall from the previous lecture that the LAMBDA program +free-variable-capture.lambda was stuck, because K was not given permission +to evaluate the arguments of the lambda application construct.

+

You can use the attribute strict to tell K that the corresponding construct +has a strict evaluation strategy, that is, that its arguments need to be +evaluated before the semantics of the construct applies. The order of +argument evaluation is purposely unspecified when using strict, and indeed +the K tool allows us to detect all possible non-deterministic behaviors that +result from such intended underspecification of evaluation strategies. We will +learn how to do that when we define the IMP language later in this tutorial; +we will also learn how to enforce a particular order of evaluation.

+

In order for the above strictness declaration to work effectively and +efficiently, we need to tell the K tool which expressions are meant to be +results of computations, so that it will not attempt to evaluate them anymore. +One way to do it is to make Val a syntactic subcategory of the builtin +KResult syntactic category. Since we use the same K parser to also parse +the semantics, we use the same syntax keyword to define additional syntax +needed exclusively for the semantics (like KResults). See lambda.k.

+

Compile again and then run some programs. They should all work as expected. +In particular, free-variable-capture.lambda now evaluates to a y.

+

We now got a complete and working semantic definition of call-by-value +lambda-calculus. While theoretically correct, our definition is not +easy to use and disseminate. In the next lessons we will learn how to +generate formatted documentation for LAMBDA and how to extend LAMBDA +in order to write human readable and interesting programs.

+

Go to Lesson 4, LAMBDA: Generating Documentation; Latex Attributes.

+

MOVIE (out of date) [2'20"]

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/1_lambda/lesson_4/NOTES/index.html b/k-distribution/pl-tutorial/1_k/1_lambda/lesson_4/NOTES/index.html new file mode 100644 index 00000000000..5294193bfd1 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/1_lambda/lesson_4/NOTES/index.html @@ -0,0 +1,376 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

README.md refers to Lesson 9. This will need to be updated.

+
+
+ + +
+ +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/1_lambda/lesson_4/index.html b/k-distribution/pl-tutorial/1_k/1_lambda/lesson_4/index.html new file mode 100644 index 00000000000..f8d4fa70425 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/1_lambda/lesson_4/index.html @@ -0,0 +1,412 @@ + + + + + + + + + + + + + + +Generating Documentation; Latex Attributes | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Generating Documentation; Latex Attributes

+

In this lesson we learn how to generate formatted documentation from K +language definitions. We also learn how to use Latex attributes to control +the formatting of language constructs, particularly of ones which have a +mathematical flavor and we want to display accordingly.

+

To enhance readability, we may want to replace the keyword lambda by the +mathematical lambda symbol in the generated documentation. We can control +the way we display language constructs in the generated documentation +by associating them Latex attributes.

+

This is actually quite easy. All we have to do is to associate a latex +attribute to the production defining the construct in question, following +the Latex syntax for defining new commands (or macros).

+

In our case, we associate the attribute latex(\lambda{#1}.{#2}) to the +production declaring the lambda abstraction (recall that in Latex, #n refers +to the n-th argument of the defined new command).

+

We will later see, in Lesson 9, that we can add arbitrarily complex Latex +comments and headers to our language definitions, which give us maximum +flexibility in formatting our language definitions.

+

Now we have a simple programming language, with a nice documentation. However, +it is not easy to write interesting programs in this language. Almost all +programming languages build upon existing data-types and libraries. The K +tool provides a few of these (and you can add more).

+

In the next lesson we show how we can add builtin integers and Booleans to +LAMBDA, so we can start to evaluate meaningful expressions.

+

Go to Lesson 5, LAMBDA: Adding Builtins; Side Conditions.

+

MOVIE (out of date) [3'13"]

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/1_lambda/lesson_5/NOTES/index.html b/k-distribution/pl-tutorial/1_k/1_lambda/lesson_5/NOTES/index.html new file mode 100644 index 00000000000..3a7ad5e75ff --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/1_lambda/lesson_5/NOTES/index.html @@ -0,0 +1,381 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

The builtins have changed, they are now generic for all backends.

+

Talk about sort inference for variables, for example from I1 +Int I2 +we infer the sort of I1 and I2 is Int.

+

Check the entire tutorial for instances where we give the sort of a +variable but we don't have to. Many of those are artifacts since we were +not able to infer sorts that well.

+
+
+ + +
+ +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/1_lambda/lesson_5/index.html b/k-distribution/pl-tutorial/1_k/1_lambda/lesson_5/index.html new file mode 100644 index 00000000000..e5e8dcbc182 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/1_lambda/lesson_5/index.html @@ -0,0 +1,465 @@ + + + + + + + + + + + + + + +Adding Builtins; Side Conditions | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Adding Builtins; Side Conditions

+

We have already added the builtin identifiers (sort Id) to LAMBDA expressions, +but those had no operations on them. In this lesson we add integers and +Booleans to LAMBDA, and extend the builtin operations on them into +corresponding operations on LAMBDA expressions. We will also learn how to add +side conditions to rules, to limit the number of instances where they can +apply.

+

The K tool provides several builtins, which are automatically included in all +definitions. These can be used in the languages that we define, typically by +including them in the desired syntactic categories. You can also define your +own builtins in case the provided ones are not suitable for your language +(e.g., the provided builtin integers and operations on them are arbitrary +precision).

+

For example, to add integers and Booleans as values to our LAMBDA, we have to +add the productions

+
syntax Val ::= Int | Bool
+
+

Int and Bool are the nonterminals that correspond to these builtins.

+

To make use of these builtins, we have to add some arithmetic operation +constructs to our language. We prefer to use the conventional infix notation +for these, and the usual precedences (i.e., multiplication and division bind +tighter than addition, which binds tighter than relational operators). +Inspired from SDF, we use > instead of +| to state that all the previous constructs bind tighter than all the +subsequent ones. See lambda.k.

+

The only thing left is to link the LAMBDA arithmetic operations to the +corresponding builtin operations, when their arguments are evaluated. +This can be easily done using trivial rewrite rules, as shown in lambda.k. +In general, the K tool attempts to uniformly add the corresponding builtin +name as a suffix to all the operations over builtins. For example, the +addition over integers is an infix operation named +Int.

+

Compile the new lambda.k definition and evaluate some simple arithmetic +expressions. For example, if arithmetic.lambda is (1+2*3)/4 <= 1, then

+
krun arithmetic.lambda
+
+

yields, as expected, true. Note that the parser took the desired operation +precedence into account.

+

Let us now try to evaluate an expression which performs a wrong computation, +namely a division by zero. Consider the expression arithmetic-div-zero.lambda +which is 1/(2/3). Since division is strict and 2/3 evaluates to 0, this +expression reduces to 1/0, which further reduces to 1 /Int 0 by the rule for +division, which is now stuck (with the current back-end to the K tool).

+

In fact, depending upon the back-end that we use to execute K definitions and +in particular to evaluate expressions over builtins, 1 /Int 0 can evaluate to +anything. It just happens that the current back-end keeps it as an +irreducible term. Other K back-ends may reduce it to an explicit error +element, or issue a segmentation fault followed by a core dump, or throw an +exception, etc.

+

To avoid requesting the back-end to perform an illegal operation, we may use a +side condition in the rule of division, to make sure it only applies when the +denominator is non-zero.

+

Like in other operational formalisms, the role of the K side +conditions is to filter the number of instances of the rule. The notion +of a side condition comes from logics, where a sharp distinction is made +between a side condition (cheap) and a premise (expensive). Premises are +usually resolved using further (expensive) logical derivations, while side +conditions are simple (cheap) conditions over the rule meta-variables within +the underlying mathematical domains (which in K can be extended by the user, +as we will see in future lessons). Regarded as a logic, K derives rewrite +rules from other rewrite rules; therefore, the K side conditions cannot +contain other rewrites in them (using =>). This contrasts other rewrite +engines, for example Maude, which +allow conditional rules with rewrites in conditions. +The rationale behind this deliberate restriction in K is twofold:

+
    +
  • On the one hand, general conditional rules require a complex, and thus slower +rewrite engine, which starts recursive (sometimes exhaustive) rewrite sessions +to resolve the rewrites in conditions. In contrast, the side conditions in K +can be evaluated efficiently by back-ends, for example by evaluating builtin +expressions and/or by calling builtin functions.
  • +
  • On the other hand, the semantic definitional philosophy of K is that rule +premises are unnecessary, so there is no need to provide support for them.
  • +
+

Having builtin arithmetic is useful, but writing programs with just lambda +and arithmetic constructs is still a pain. In the next two lessons we will +add conditional (if_then_else) and binding (let and letrec) constructs, +which will allow us to write nicer programs.

+

Go to Lesson 6, LAMBDA: Selective Strictness; Anonymous Variables.

+

MOVIE (out of date) [4'52"]

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/1_lambda/lesson_6/index.html b/k-distribution/pl-tutorial/1_k/1_lambda/lesson_6/index.html new file mode 100644 index 00000000000..06ba9ba5168 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/1_lambda/lesson_6/index.html @@ -0,0 +1,421 @@ + + + + + + + + + + + + + + +Selective Strictness; Anonymous Variables | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Selective Strictness; Anonymous Variables

+

We here show how to define selective strictness of language constructs, +that is, how to state that certain language constructs are strict only +in some arguments. We also show how to use anonymous variables.

+

We next define a conditional if construct, which takes three arguments, +evaluates only the first one, and then reduces to either the second or the +third, depending on whether the first one evaluated to true or to false.

+

K allows to define selective strictness using the same strict attribute, +but passing it a list of numbers. The numbers correspond to the arguments +in which we want the defined construct to be strict. In our case,

+
syntax Exp ::= "if" Exp "then" Exp "else" Exp   [strict(1)]
+
+

states that the conditional construct is strict in the first argument.

+

We can now assume that its first argument will eventually reduce to a value, so +we only write the following two semantic rules:

+
rule if true  then E else _ => E
+rule if false then _ else E => E
+
+

Thus, we assume that the first argument evaluates to either true or false.

+

Note the use of the anonymous variable _. We use such variables purely for +structural reasons, to state that something is there but we don't care what. +An anonymous variable is therefore completely equivalent to a normal variable +which is unsorted and different from all the other variables in the rule. If +you use _ multiple times in a rule, they will all be considered distinct.

+

Compile lambda.k and write and execute some interesting expressions making +use of the conditional construct. For example, the expression

+
if 2<=1 then 3/0 else 10
+
+

evaluates to 10 and will never evaluate 3/0, thus avoiding an unwanted +division-by-zero.

+

In the next lesson we will introduce two new language constructs, called +let and letrec and conventionally found in functional programming +languages, which will allow us to already write interesting LAMBDA programs.

+

Go to Lesson 7, LAMBDA: Derived Constructs; Extending Predefined Syntax.

+

MOVIE (out of date) [2'14"]

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/1_lambda/lesson_7/NOTES/index.html b/k-distribution/pl-tutorial/1_k/1_lambda/lesson_7/NOTES/index.html new file mode 100644 index 00000000000..2a7118e1256 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/1_lambda/lesson_7/NOTES/index.html @@ -0,0 +1,379 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

In more recent definitions, we prefer to make some [macro] rules. +Macros apply statically, before the program is executed, thus +increasing the execution performance. The let and letrec constructs +here could be made into [macro].

+
+
+ + +
+ +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/1_lambda/lesson_7/index.html b/k-distribution/pl-tutorial/1_k/1_lambda/lesson_7/index.html new file mode 100644 index 00000000000..a9b35e7ed4b --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/1_lambda/lesson_7/index.html @@ -0,0 +1,459 @@ + + + + + + + + + + + + + + +Derived Constructs, Extending Predefined Syntax | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Derived Constructs, Extending Predefined Syntax

+

In this lesson we will learn how to define derived language constructs, that +is, ones whose semantics is defined completely in terms of other language +constructs. We will also learn how to add new constructs to predefined +syntactic categories.

+

When defining a language, we often want certain language constructs to be +defined in terms of other constructs. For example, a let-binding construct +of the form

+
let x = e in e'
+
+

is nothing but syntactic sugar for

+
(lambda x . e') e
+
+

This can be easily achieved with a rule, as shown in lambda.k.

+

Compile lambda.k and write some programs using let binders.

+

For example, consider a lets.lambda program which takes arithmetic.lambda +and replaces each integer by a let-bound variable. It should evaluate to +true, just like the original arithmetic.lambda.

+

Let us now consider a more interesting program, namely one that calculates the +factorial of 10:

+
let f = lambda x . (
+        (lambda t . lambda x . (t t x))
+        (lambda f . lambda x . (if x <= 1 then 1 else (x * (f f (x + -1)))))
+        x
+      )
+in (f 10)
+
+

This program follows a common technique to define fixed points in untyped +lambda calculus, based on passing a function to itself.

+

We may not like to define fixed-points following the approach above, because +it requires global changes in the body of the function meant to be recursive, +basically to pass it to itself (f f in our case above). The approach below +isolates the fixed-point aspect of the function in a so-called fixed-point +combinator, which we call fix below, and then apply it to the function +defining the body of the factorial, without any changes to it:

+
let fix = lambda f . (
+          (lambda x . (f (lambda y . (x x y))))
+          (lambda x . (f (lambda y . (x x y))))
+        )
+in let f = fix (lambda f . lambda x .
+                (if x <= 1 then 1 else (x * (f (x + -1)))))
+   in (f 10)
+
+

Although the above techniques are interesting and powerful (indeed, untyped +lambda calculus is in fact Turing complete), programmers will probably not +like to write programs this way.

+

We can easily define a more complex derived construct, called letrec and +conventionally encountered in functional programming languages, whose semantics +captures the fixed-point idea above. In order to keep its definition simple +and intuitive, we define a simplified variant of letrec, namely one which only +allows to define one recursive one-argument function. See lambda.k.

+

There are two interesting observations here.

+

First, note that we have already in-lined the definition of the fix +combinator in the definition of the factorial, to save one application of the +beta reduction rule (and the involved substitution steps). We could have +in-lined the definition of the remaining let, too, but we believe that the +current definition is easier to read.

+

Second, note that we extended the predefined Id syntactic category with two +new constants, $x and $y. The predefined identifiers cannot start with +$, so programs that will be executed with this semantics cannot possibly +contain the identifiers xandx andy. In other words, by adding them to Id they +become indirectly reserved for the semantics. This is indeed desirable, +because any possible uses of xinthebodyofthefunctiondefinedusingletrecwouldbecapturedbythelambdax in the body of the function defined +using `letrec` would be captured by the `lambdaxdeclaration in the definition ofletrec`.

+

Using letrec, we can now write the factorial program as elegantly as it can +be written in a functional language:

+
letrec f x = if x <= 1 then 1 else (x * (f (x + -1)))
+in (f 10)
+
+

In the next lesson we will discuss an alternative definition of letrec, based +on another binder, mu, specifically designed to define fixed points.

+

Go to Lesson 8, LAMBDA: Multiple Binding Constructs.

+

MOVIE (out of date) [5'10"]

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/1_lambda/lesson_8/exercises/SK-combinators/index.html b/k-distribution/pl-tutorial/1_k/1_lambda/lesson_8/exercises/SK-combinators/index.html new file mode 100644 index 00000000000..2377c229745 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/1_lambda/lesson_8/exercises/SK-combinators/index.html @@ -0,0 +1,415 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Define LAMBDA using the S/K combinators instead of substitution. +You new definition will not require the substitution.k module anymore, +and will not use environments (discussed in future lectures), either.

+

Recall that the S and K combinators are defined as follows:

+
K E1 E2 = E1
+S E1 E2 E3 = E1 E3 (E2 E3)
+
+

where the application is that of LAMBDA (left associative binary operation), +and that the lambda construct can be desugared to combinators using the +following simple rules:

+
lambda X . X = S K K
+lambda X . Y = K Y    when Y is a name different from X
+lambda X . (E1 E2) = S (lambda X . E1) (lambda X . E2)
+lambda X . B = K B    when B is any constant, including S or K
+
+

To distinguish the S and K combinators from K variables and make them +more visible, we prefer to write them as SS and KK instead of S and K.

+

If defined correctly and completely, all the tests should pass when you call +ktest on the provided config.xml file. The tests include all the programs +previously executed using LAMBDA (lesson_8), plus the additional program of +the mu-derived exercise, plus a few more simple programs given with this +exercise to help you better test your definition and nail down the notation.

+

The syntax of the new LAMBDA should be the same as before, although +mu needs to be desugared as in the mu-desugared exercise (using a macro). +The tricky part is how to deal with the builtin operations. For example, +lambda x . if x then y else z cannot be transformed into combinators as is, +but it can if we assume a builtin conditional function constant, say cond, +and desugar if_then_else_ to it. Then this expression becomes +lambda x . (((cond x) y) z), which we know how to transform. The drawback +of this cond constant approach is that it may induce non-termination +in recursive programs, but that appears to not be a problem in our examples.

+

You will have to do the same for all builtin functions, and you will have +to make sure that you define your values correctly! In our previous +definition we were able to say that lambda x . e was a value, but now that +is not possible anymore, because the lambda construct will be eliminated. +Instead, you will have to explicitly say it using the isVal membership +predicate that all the expressions that involve builtin functions and +yield functions are values; for example, isVal(cond V:Val) => true and +isVal(cond V1:Val V2:Val) => true need to be added, but obviously not +isVal(cond V1:Val V2:Val V3:Val) => true.

+
+
+ + +
+ +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/1_lambda/lesson_8/exercises/mu-derived/index.html b/k-distribution/pl-tutorial/1_k/1_lambda/lesson_8/exercises/mu-derived/index.html new file mode 100644 index 00000000000..5861a3483c7 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/1_lambda/lesson_8/exercises/mu-derived/index.html @@ -0,0 +1,380 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

The current K LAMBDA semantics of mu (in Lesson 8) is based on +substitution, and then letrec is defined as a derived operation using +mu. Give mu a different semantics, as a derived construct by +translation into other LAMBDA constructs, like we defined letrec in +Lesson 7.

+
+
+ + +
+ +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/1_lambda/lesson_8/index.html b/k-distribution/pl-tutorial/1_k/1_lambda/lesson_8/index.html new file mode 100644 index 00000000000..00bb49e93d5 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/1_lambda/lesson_8/index.html @@ -0,0 +1,432 @@ + + + + + + + + + + + + + + +Multiple Binding Constructs | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Multiple Binding Constructs

+

Here we learn how multiple language constructs that bind variables can +coexist. We will also learn about or recall another famous binder besides +lambda, namely mu, which can be used to elegantly define all kinds of +interesting fixed-point constructs.

+

The mu binder has the same syntax as lambda, except that it replaces +lambda with mu.

+

Since mu is a binder, in order for substitution to know how to deal with +variable capture in the presence of mu, we have to tell it that mu is a +binding construct, same like lambda. We take advantage of being there and +also add mu its desired latex attribute.

+

The intuition for

+
mu x . e
+
+

is that it reduces to e, but each free occurrence of x in e behaves +like a pointer that points back to mu x . e.

+

With that in mind, let us postpone the definition of mu and instead redefine +letrec F X = E in E' as a derived construct, assuming mu available. The +idea is to simply regard F as a fixed-point of the function

+
lambda X . E
+
+

that is, to first calculate

+
mu F . lambda X . E
+
+

and then to evaluate E' where F is bound to this fixed-point:

+
let F = mu F . lambda X . E in E'
+
+

This new definition of letrec may still look a bit tricky, particularly +because F is bound twice, but it is much simpler and cleaner than our +previous definition. Moreover, now it is done in a type-safe manner +(this aspect goes beyond our objective in this tutorial).

+

Let us now define the semantic rule of mu.

+

The semantics of mu is actually disarmingly simple. We just have to +substitute mu X . E for each free occurrence of X in E:

+
mu X . E => E[(mu X . E) / X]
+
+

Compile lambda.k and execute some recursive programs. They should be now +several times faster. Write a few more recursive programs, for example ones +for calculating the Ackermann function, for calculating the number of moves +needed to solve the Hanoi tower problem, etc.

+

We have defined our first programming language in K, which allows us to +write interesting functional programs. In the next lesson we will learn how +to fully document our language definition, in order to disseminate it, to ship +it to colleagues or friends, to publish it, to teach it, and so on.

+

Go to Lesson 9, LAMBDA: A Complete and Commented Definition.

+

MOVIE (out of date) [2'40"]

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/1_lambda/lesson_9/index.html b/k-distribution/pl-tutorial/1_k/1_lambda/lesson_9/index.html new file mode 100644 index 00000000000..5d3c7e0d321 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/1_lambda/lesson_9/index.html @@ -0,0 +1,445 @@ + + + + + + + + + + + + + + +A Complete and Documented K Definition | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

A Complete and Documented K Definition

+

In this lesson you will learn how to add formal comments to your K definition, +in order to nicely document it. The generated document can be then used for +various purposes: to ease understanding the K definition, to publish it, +to send it to others, etc.

+

The K tool allows a literate programming style, where the executable +language definition can be documented by means of annotations. One such +annotation is the latex(_) annotation, where you can specify how to format +the given production when producing Latex output via the --output latex +option to krun, kast, and kprove.

+

There are three types of comments, which we discuss next.

+

Ordinary comments

+

These use // or /* ... */, like in various programming languages. These +comments are completely ignored.

+

Document annotations

+

Use the @ symbol right after // or /* in order for the comment to be +considered an annotation and thus be processed by the K tool when it +generates documentation.

+

As an example, we can go ahead and add such an annotation at the beginning +of the LAMBDA module, explaining how we define the syntax of this language.

+

Header annotations

+

Use the ! symbol right after // or /* if you want the comment to be +considered a header annotation, that is, one which goes before +\begin{document} in the generated Latex. You typically need header +annotations to include macros, or to define a title, etc.

+

As an example, let us set a Latex length and then add a title and an +author to this K definition.

+

Compile the documentation and take a look at the results. Notice the title.

+

Feel free to now add lots of annotations to lambda.k.

+

Then compile and check the result. Depending on your PDF viewer, you +may also see a nice click-able table of contents, with all the sections +of your document. This could be quite convenient when you define large +languages, because it helps you jump to any part of the semantics.

+

Tutorial 1 is now complete. The next tutorial will take us through the +definition of a simple imperative language and will expose us to more +feature of the K framework and the K tool.

+

MOVIE (out of date) [6'07"]

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/1_lambda/lesson_9/lambda/index.html b/k-distribution/pl-tutorial/1_k/1_lambda/lesson_9/lambda/index.html new file mode 100644 index 00000000000..5937509a099 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/1_lambda/lesson_9/lambda/index.html @@ -0,0 +1,510 @@ + + + + + + + + + + + + + + +Tutorial 1 --- LAMBDA | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

K code can be nested inside Markdown using annotated code blocks. +Use the tag k to tell the compiler which blocks to select.

+

Inside .k files, C/Java-like comments are available.

+
k
// Single line comment +/* Multiline +comments */ +
+

Tutorial 1 --- LAMBDA

+

Author: Grigore Roșu (grosu@illinois.edu)
+Organization: University of Illinois at Urbana-Champaign

+

Abstract

+

This file defines a simple functional language in K, called LAMBDA, +using a substitution style. The explicit objective here is to teach some +K concepts and how they work in the K tool, and not to teach +λ-calculus or to argue for one definitional style against another +(e.g., some may prefer environment/closure-based definitions of such +languages).

+

Note that the subsequent definition is so simple, that it hardly shows any +of the strengths of K. Perhaps the most interesting K aspect it shows is +that substitution can be defined fully generically, and then used to give +semantics to various constructs in various languages.

+

Note: +K follows the +literate programming +approach. The various semantic features defined in a K +module can be reordered at will and can be commented using normal +comments like in C/C++/Java. +While comments are useful in general, they can annoy the expert user +of K. To turn them off, you can do one of the following (unless you +want to remove them manually):
+(1) Use an editor which can +hide or highlight Markdown and conventional C-like comments; or
+(2) Run kompile --debug <def>. Inside ./.kompiled-xxx/.md2.k/ you will find +all the K code extracted from the markdown files as used for compilation.

+

Substitution

+

We need the predefined substitution module, so we require it with the command +below. Then we should make sure we import its module called SUBSTITUTION +in our LAMBDA module below.

+
k
require "substitution.md" + +module LAMBDA-SYNTAX + imports DOMAINS-SYNTAX + imports KVAR-SYNTAX +
+

Basic Call-by-value λ-Calculus Syntax

+

We first define the syntax of conventional call-by-value λ-calculus, making +sure we declare the lambda abstraction construct to be a binder, the +lambda application to be strict, and the parentheses used for grouping as +a bracket.

+

Note: +Syntax in K is defined using the familiar BNF notation, with +terminals enclosed in quotes and nonterminals starting with capital +letters. K actually extends BNF with several attributes, which will be +described in this tutorial.

+

Note: +The strict constructs can evaluate their arguments in any (fully +interleaved) order.

+

The initial syntax of our λ-calculus:

+
k
syntax Val ::= KVar + | "lambda" KVar "." Exp [binder, latex(\lambda{#1}.{#2})] + syntax Exp ::= Val + | Exp Exp [left, strict] + | "(" Exp ")" [bracket] +
+

Integer and Boolean Builtins Syntax

+

The LAMBDA arithmetic and Boolean expression constructs are simply rewritten +to their builtin counterparts once their arguments are evaluated. +The annotated operators in the right-hand side of the rules below are +builtin and come with the corresponding builtin sort. Note that the +variables appearing in these rules have integer sort. That means that these +rules will only be applied after the arguments of the arithmetic constructs +are fully evaluated to K results; this will happen thanks to their strictness +attributes declared as annotations to their syntax declarations (below).

+
k
syntax Val ::= Int | Bool + syntax Exp ::= "-" Int + > Exp "*" Exp [strict, left] + | Exp "/" Exp [strict] + > Exp "+" Exp [strict, left] + > Exp "<=" Exp [strict] +
+

Conditional Syntax

+

Note that the if construct is strict only in its first argument.

+
k
syntax Exp ::= "if" Exp "then" Exp "else" Exp [strict(1)] +
+

Let Binder

+

The let binder is a derived construct, because it can be defined using λ.

+
k
syntax Exp ::= "let" KVar "=" Exp "in" Exp [macro] + rule let X = E in E':Exp => (lambda X . E') E +
+

Letrec Binder

+

We prefer a definition based on the μ construct. Note that μ is not +really necessary, but it makes the definition of letrec easier to understand +and faster to execute.

+
k
syntax Exp ::= "letrec" KVar KVar "=" Exp "in" Exp [macro] + | "mu" KVar "." Exp [binder, latex(\mu{#1}.{#2})] + rule letrec F:KVar X:KVar = E in E' => let F = mu F . lambda X . E in E' +endmodule +
+

LAMBDA module

+
k
module LAMBDA + imports LAMBDA-SYNTAX + imports SUBSTITUTION + imports DOMAINS + + syntax KResult ::= Val +
+

β-reduction

+
k
rule (lambda X:KVar . E:Exp) V:Val => E[V / X] +
+

Integer Builtins

+
k
rule - I => 0 -Int I + rule I1 * I2 => I1 *Int I2 + rule I1 / I2 => I1 /Int I2 requires I2 =/=Int 0 + rule I1 + I2 => I1 +Int I2 + rule I1 <= I2 => I1 <=Int I2 +
+

Conditional

+
k
rule if true then E else _ => E + rule if false then _ else E => E +
+

Mu

+
k
rule mu X . E => E[(mu X . E) / X] +endmodule +
+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/2_imp/NOTES/index.html b/k-distribution/pl-tutorial/1_k/2_imp/NOTES/index.html new file mode 100644 index 00000000000..0f3122bf308 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/2_imp/NOTES/index.html @@ -0,0 +1,379 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+
    +
  • Revise the change of S1 S2 into S1:Stmt S2:Stmt, if needed; only S2 +really needs to be sorted.
  • +
+
+
+ + +
+ +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/2_imp/index.html b/k-distribution/pl-tutorial/1_k/2_imp/index.html new file mode 100644 index 00000000000..4a8afe6974d --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/2_imp/index.html @@ -0,0 +1,403 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Part 2: Defining IMP

+

Here you will learn how to define a very simple imperative language in K +and the basics of how to work with configurations, cells, and computations. +Specifically, you will learn the following:

+
    +
  • How to define languages using multiple modules.
  • +
  • How to define sequentially strict syntactic constructs.
  • +
  • How to use K's syntactic lists.
  • +
  • How to define, initialize and configure configurations.
  • +
  • How the language syntax is swallowed by the builtin K syntactic category.
  • +
  • The additional syntax of the K syntactic category.
  • +
  • How the strictness annotations are automatically desugared into rules.
  • +
  • The first steps of the configuration abstraction mechanism.
  • +
+

Like in the previous tutorial, this folder contains several lessons, each +adding new features to IMP. Do them in order. Also, make sure you completed +and understood the previous tutorial.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/2_imp/lesson_1/index.html b/k-distribution/pl-tutorial/1_k/2_imp/lesson_1/index.html new file mode 100644 index 00000000000..4a1ced7e79e --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/2_imp/lesson_1/index.html @@ -0,0 +1,541 @@ + + + + + + + + + + + + + + +Defining a More Complex Syntax | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Defining a More Complex Syntax

+

Here we learn how to define a more complex language syntax than LAMBDA's, +namely the C-like syntax of IMP. Also, we will learn how to define languages +using multiple modules, because we are going to separate IMP's syntax from +its semantics using modules. Finally, we will also learn how to use K's +builtin support for syntactic lists.

+

The K tool provides modules for grouping language features. In general, we +can organize our languages in arbitrarily complex module structures. +While there are no rigid requirements or even guidelines for how to group +language features in modules, we often separate the language syntax from the +language semantics in different modules.

+

In our case here, we start by defining two modules, IMP-SYNTAX and IMP, and +import the first in the second, using the keyword imports. As their names +suggest, we will place all IMP's syntax definition in IMP-SYNTAX and all its +semantics in IMP.

+

Note, however, that K does no more than simply includes all the +contents of the imported module in the one which imports it (making sure +that everything is only kept once, even if you import it multiple times). +In other words, there is currently nothing fancy in K tool's module system.

+

IMP has six syntactic categories, as shown in imp.k: AExp for arithmetic +expressions, BExp for Boolean expressions, Block for blocks, Stmt for +statements, Pgm for programs and Ids for comma-separated lists of +identifiers. Blocks are special statements, whose role is to syntactically +constrain the conditional statement and the while loop statement to only +take blocks as branches and body, respectively.

+

There is nothing special about arithmetic and Boolean expressions. They +are given the expected strictness attributes, except for <= and &&, +for demonstration purposes.

+

The <= is defined to be seqstrict, which means that it evaluates its +arguments in order, from left-to-right (recall that the strict operators +can evaluate their arguments in any, fully interleaved, orders). Like +strict, the seqstrict annotation can also be configured; for example, one +can specify in which arguments and in what order. By default, seqstrict +refers to all the arguments, in their left-to-right order. In our case here, +it is equivalent with seqstrict(1 2).

+

The && is only strict in its first argument, because we will give it a +short-circuited semantics (its second argument will only be evaluated when +the first evaluates to true). Recall the K tool also allows us to associate +LaTex attributes to constructs, telling the document generator how to display +them. For example, we associate <= the attribute latex({#1}\leq{#2}), +which makes it be displayed \leq everywhere in the generated LaTex +documentation.

+

In this tutorial we take the freedom to associate the various constructs +parsing precedences that we have already tested and we know work well, so that +we can focus on the semantics here instead of syntax. In practice, though, +you typically need to experiment with precedences until you obtain the desired +parser.

+

Blocks are defined using curly brackets, and they can either be empty or +hold a statement.

+

Nothing special about the IMP statements. Note that ; is an assignment +statement terminator, not a statement separator. Note also that blocks are +special statements.

+

An IMP program declares a comma-separated list of variables using the keyword +int like in C, followed by a semicolon ;, followed by a statement. +Syntactically, the idea here is that we can wrap any IMP program within a +main(){...} function and get a valid C program. IMP does not allow variable +declarations anywhere else except through this construct, at the top-level of +the program. Other languages provided with the K distribution (see, e.g., the +IMP++ language also discussed in this tutorial) remove this top-level program +construct of IMP and add instead variable declaration as a statement construct, +which can be used anywhere in the program, not only at the top level.

+

Note how we defined the comma-separated list of identifiers using +List{Id,","}. The K tool provides builtin support for generic syntactic +lists. In general,

+
syntax B ::= List{A,T}
+
+

declares a new non-terminal, B, corresponding to T-separated sequences of +elements of A, where A is a non-terminal and T is a terminal. These +lists can also be empty, that is, IMP programs declaring no variable are also +allowed (e.g., int; {} is a valid IMP program). To instantiate and use +the K builtin lists, you should alias each instance with a (typically fresh) +non-terminal in your syntax, like we do with the Ids nonterminal.

+

Like with other K features, there are ways to configure the syntactic lists, +but we do not discuss them here.

+

Recall from Tutorial 1 (LAMBDA) that in order for strictness to work well +we also need to tell K which computations are meant to be results. We do +this as well now, in the module IMP: integers and Booleans are K results.

+

Kompile imp.k and test the generated parser by running some programs. +Since IMP is a fragment of C, you may want to select the C mode in your +editor when writing these programs. This will also give your the feel that +you are writing programs in a real programming language.

+

For example, here is sum.imp, which sums in sum all numbers up to n:

+
int n, sum;
+n = 100;
+sum=0;
+while (!(n <= 0)) {
+  sum = sum + n;
+  n = n + -1;
+}
+
+

Now krun it and see how it looks parsed in the default k cell.

+

The program collatz.imp tests the Collatz conjecture for all numbers up to +m and accumulates the total number of steps in s:

+
int m, n, q, r, s;
+m = 10;
+while (!(m<=2)) {
+  n = m;
+  m = m + -1;
+  while (!(n<=1)) {
+    s = s+1;
+    q = n/2;
+    r = q+q+1;
+    if (r<=n) {
+      n = n+n+n+1;         // n becomes 3*n+1 if odd
+    } else {n=q;}          //        of   n/2 if even
+  }
+}
+
+

Finally, program primes.imp counts in s all the prime numbers up to m:

+
int i, m, n, q, r, s, t, x, y, z;
+m = 10;  n = 2;
+while (n <= m) {
+  // checking primality of n and writing t to 1 or 0
+  i = 2;  q = n/i;  t = 1;
+  while (i<=q && 1<=t) {
+    x = i;
+    y = q;
+    // fast multiplication (base 2) algorithm
+    z = 0;
+    while (!(x <= 0)) {
+      q = x/2;
+      r = q+q+1;
+      if (r <= x) { z = z+y; } else {}
+      x = q;
+      y = y+y;
+    } // end fast multiplication
+    if (n <= z) { t = 0; } else { i = i+1;  q = n/i; }
+  } // end checking primality
+  if (1 <= t) { s = s+1; } else {}
+  n = n+1;
+}
+
+

All the programs above will run once we define the semantics of IMP. If you +want to execute them now, wrap them in a main(){...} function and compile +them and run them with your favorite C compiler.

+

Before we move to the K semantics of IMP, we would like to make some +clarifications regarding the K builtin parser, kast. Although it is quite +powerful, you should not expect magic from it! While the K parser can parse +many non-trivial languages (see, for example, the KOOL language in +pl-tutorial/2_languages) in the K distribution), it was +never meant to be a substitute for real parsers. We often call the syntax +defined in K the syntax of the semantics, to highlight the fact that its +role is to serve as a convenient notation when writing the semantics, not +necessarily as a means to define concrete syntax of arbitrarily complex +programming languages. See the KERNELC language for an example on how to connect an external parser for concrete syntax to +the K tool.

+

The above being said, we strongly encourage you to strive to make the +builtin parser work with your desired language syntax! Do not give up +simply because you don't want to deal with syntactic problems. On the +contrary, fight for your syntax! If you really cannot define your desired +syntax because of tool limitations, we would like to know. Please tell us.

+

Until now we have only seen default configurations. In the next lesson we +will learn how to define a K custom configuration.

+

Go to Lesson 2, IMP: Defining a Configuration.

+

MOVIE (out of date) [09'15"]

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/2_imp/lesson_2/index.html b/k-distribution/pl-tutorial/1_k/2_imp/lesson_2/index.html new file mode 100644 index 00000000000..614497ad342 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/2_imp/lesson_2/index.html @@ -0,0 +1,453 @@ + + + + + + + + + + + + + + +Defining a Configuration | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Defining a Configuration

+

Here we learn how to define a configuration in K. We also learn how to +initialize and how to display it.

+

As explained in the overview presentation on K, configurations are quite +important, because all semantic rules match and apply on them. +Moreover, they are the backbone of configuration abstraction, which allows +you to only mention the relevant cells in each semantic rule, the rest of +the configuration context being inferred automatically. The importance of +configuration abstraction will become clear when we define more complex +languages (even in IMP++). IMP does not really need it. K configurations +are constructed making use of cells, which are labeled and can be arbitrarily +nested.

+

Configurations are defined with the keyword configuration. Cells are +defined using an XML-ish notation stating clearly where the cell starts +and where it ends.

+

While not enforced by the tool, we typically like to put the entire +configuration in a top-level cell, called T. So let's define it:

+
configuration <T>...</T>
+
+

Cells can have other cells inside. In our case of IMP, we need a cell to +hold the remaining program, cell which we typically call k, and a cell to +hold the program state. Let us add them:

+
configuration <T> <k>...</k> <state>...</state> </T>
+
+

K allows us to also specify how to initialize a configuration at the same +time with declaring the configuration. All we have to do is to fill in +the contents of the cells with some terms. The syntactic categories of +those terms will also indirectly define the types of the corresponding +cells.

+

For example, we want the k cell to initially hold the program that is passed +to krun. K provides a builtin configuration variable, called $PGM, which +is specifically designed for this purpose: krun will place its program there +(after it parses it, or course). The K tool allows users to define their own +configuration variables, too, which can be used to develop custom +initializations of program configurations with the help of krun; this can be +quite useful when defining complex languages, but we do not discuss it in +this tutorial.

+
configuration <T> <k> $PGM </k> <state>...</state>  </T>
+
+

Moreover, we want the program to be a proper Pgm term (because we do not +want to allow krun to take fragments of programs, for example, statements). +Therefore, we tag $PGM with the desired syntactic category, Pgm:

+
configuration <T> <k> $PGM:Pgm </k> <state>...</state>  </T>
+
+

Like for other variable tags in K, a run-time check will be performed and the +semantics will get stuck if the passed term is not a well-formed program.

+

We next tell K that the state cell should be initialized with the empty map:

+
configuration <T> <k> $PGM:Pgm </k> <state> .Map </state>  </T>
+
+

Recall that in K . stands for nothing. However, since there are various +types of nothing, to avoid confusion we can suffix the . with its desired +type. K has several builtin data-types, including lists, sets, bags, and +maps. .Map is the empty map.

+

Kompile imp.k and run several programs to see how the configuration is +initialized as desired.

+

When configurations get large, and they do when defining large programming +languages, you may want to color the cells in order to more easily distinguish +them. This can be easily achieved using the color cell attribute, following +again an XML-ish style:

+
configuration <T color="yellow">
+                <k color="green"> $PGM:Pgm </k>
+                <state color="red"> .Map </state>
+              </T>
+
+

In the next lesson we will learn how to write rules that involve cells.

+

Go to Lesson 3, IMP: Computations, Results, Strictness; Rules Involving Cells.

+

MOVIE (out of date) [04'21"]

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/2_imp/lesson_3/index.html b/k-distribution/pl-tutorial/1_k/2_imp/lesson_3/index.html new file mode 100644 index 00000000000..0824a95db7f --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/2_imp/lesson_3/index.html @@ -0,0 +1,591 @@ + + + + + + + + + + + + + + +Computations, Results, Strictness; Rules Involving Cells | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Computations, Results, Strictness; Rules Involving Cells

+

In this lesson we will learn about the syntactic category K of computations, +about how strictness attributes are in fact syntactic sugar for rewrite rules +over computations, and why it is important to tell the tool which +computations are results. We will also see a K rule that involves cells.

+

K Computations

+

Computation structures, or more simply computations, extend the abstract +syntax of your language with a list structure using ~> (read followed +by or and then, and written \curvearrowright in Latex) as a separator. +K provides a distinguished sort, K, for computations. The extension of the +abstract syntax of your language into computations is done automatically by +the K tool when you declare constructs using the syntax keyword, so the K +semantic rules can uniformly operate only on terms of sort K. The intuition +for computation structures of the form

+
t1 ~> t2 ~> ... ~> tn
+
+

is that the listed tasks are to be processed in order. The initial +computation typically contains the original program as its sole task, but +rules can then modify it into task sequences, as seen shortly.

+

Strictness in Theory

+

The strictness attributes, used as annotations to language constructs, +actually correspond to rules over computations. For example, the +strict(2) attribute of the assignment statement corresponds to the +following two opposite rules (X ranges over Id and A over AExp):

+
X=A; => A ~> X=[];
+A ~> X=[]; => X=A;
+
+

The first rule pulls A from the syntactic context X=A; and schedules it +for processing. The second rule plugs A back into its context. +Inspired from the chemical abstract machine, we call rules of the first +type above heating rules and rules of the second type cooling rules. +Similar rules are generated for other arguments in which operations are +strict. Iterative applications of heating rules eventually bring to the +top of the computation atomic tasks, such as a variable lookup, or a +builtin operation, which then make computational progress by means of other +rules. Once progress is made, cooling rules can iteratively plug the result +back into context, so that heating rules can pick another candidate for +reduction, and so on and so forth.

+

When operations are strict only in some of their arguments, the corresponding +positions of the arguments in which they are strict are explicitly enumerated +in the argument of the strict attribute, e.g., strict(2) like above, or +strict(2 3) for an operation strict in its second and third arguments, etc. +If an operation is simply declared strict then it means that it is strict +in all its arguments. For example, the strictness of addition yields:

+
A1+A2 => A1 ~> []+A2
+A1 ~> []+A2 => A1+A2
+A1+A2 => A2 ~> A1+[]
+A2 ~> A1+[] => A1+A2
+
+

It can be seen that such heating/cooling rules can easily lead to +non-determinism, since the same term may be heated many different ways; +these different evaluation orders may lead to different behaviors in some +languages (not in IMP, because its expressions do not have side effects, +but we will experiment with non-determinism in its successor, IMP++).

+

A similar desugaring applies to sequential strictness, declared with the +keyword seqstrict. While the order of arguments of strict is irrelevant, +it matters in the case of seqstrict: they are to be evaluated in the +specified order; if no arguments are given, then they are assumed by default +to be evaluated from left-to-right. For example, the default heating/cooling +rules associated to the sequentially strict <= construct above are +(A1, A2 range over AExp and I1 over Int):

+
A1<=A2 => A1 ~> []<=A2
+A1 ~> []<=A2 => A1<=A2
+I1<=A2 => A2 ~> I1<=[]
+A2 ~> I1<=[] => I1<=A2
+
+

In other words, A2 is only heated/cooled after A1 is already evaluated.

+

While the heating/cooling rules give us a nice and uniform means to define +all the various allowable ways in which a program can evaluate, all based +on rewriting, the fact that they are reversible comes with a serious practical +problem: they make the K definitions unexecutable, because they lead to +non-termination.

+

Strictness in Practice; K Results

+

To break the reversibility of the theoretical heating/cooling rules, and, +moreover, to efficiently execute K definitions, the current implementation of +the K tool relies on users giving explicit definitions of their languages' +results.

+

The K tool provides a predicate isKResult, which is automatically defined +as we add syntactic constructs to KResult (in fact the K tool defines such +predicates for all syntactic categories, which are used, for example, as +rule side conditions to check user-declared variable memberships, such as +V:Val stating that V belongs to Val).

+

The kompile tool, depending upon what it is requested to do, changes the +reversible heating/cooling rules corresponding to evaluation strategy +definitions (e.g., those corresponding to strictness attributes) to avoid +non-termination. For example, when one is interested in obtaining an +executable model of the language (which is the default compilation mode of +kompile), then heating is performed only when the to-be-pulled syntactic +fragment is not a result, and the corresponding cooling only when the +to-be-plugged fragment is a result. In this case, e.g., the heating/cooling +rules for assignment are modified as follows:

+
X=A; => A ~> X=[];  requires notBool isKResult(A)
+A ~> X=[]; => X=A;  requires isKResult(A)
+
+

Note that non-termination of heating/cooling is avoided now. The only thing +lost is the number of possible behaviors that a program can manifest, but +this is irrelevant when all we want is one behavior.

+

As will be discussed in the IMP++ tutorial, the heating/cooling rules are +modified differently by kompile when we are interested in other aspects +of the language definition, such us, for example, in a search-able model that +comprises all program behaviors. This latter model is obviously more general +from a theoretical perspective, but, in practice, it is also slower to execute. +The kompile tool strives to give you the best model of the language for the +task you are interested in.

+

Can't Results be Inferred Automatically?

+

This is a long story, but the short answer is: No!. Maybe in some cases +it is possible, but we prefer to not attempt it in the K tool. For example, +you most likely do not want any stuck computation to count as a result, +since some of them can happen simply because you forgot a semantic rule that +could have further reduce it! Besides, in our experience with defining large +languages, it is quite useful to take your time and think of what the results +of your language's computations are. This fact in itself may help you improve +your overall language design. We typically do it at the same time with +defining the evaluation strategies of our languages. Although in theory K +could infer the results of your language as the stuck computations, based on +the above we have deliberately decided to not provide this feature, in spite +of requests from some users. So you currently do have to explicitly define +your K results if you want to effectively use the K tool. Note, however, that +theoretical definitions, not meant to be executed, need not worry about +defining results (that's because in theory semantic rules apply modulo the +reversible heating/cooling rules, so results are not necessary).

+

A K Rule Involving Cells

+

All our K rules so far in the tutorial were of the form

+
rule left => right requires condition
+
+

where left and right were syntactic, or more generally computation, terms.

+

Here is our first K rule explicitly involving cells:

+
rule <k> X:Id => I ...</k> <state>... X |-> I ...</state>
+
+

Recall that the k cell holds computations, which are sequences of tasks +separated by ~>. Also, the state cell holds a map, which is a set of +bindings, each binding being a pair of computations (currently, the +K builtin data-structures, like maps, are untyped; or, said differently, +they are all over the type of computations, K).

+

Therefore, the two cells mentioned in the rule above hold collections +of things, ordered or not. The ...s, which we also call cell frames, +stand for more stuff there, which we do not care about.

+

The rewrite relation => is allowed in K to appear anywhere in a term, its +meaning being that the corresponding subterm is rewritten as indicated in the +shown context. We say that K's rewriting is local.

+

The rule above says that if the identifier X is the first task in the k +cell, and if X is bound to I somewhere in the state, then X rewrites +to I locally in the k cell. Therefore, IMP variables need to be already +declared when looked up.

+

Of course, the K rule above can be translated into an ordinary rewrite rule +of the form

+
rule <k> X ~> Rest </k> <state> Before (X |-> I) After </state>
+  => <k> I ~> Rest </k> <state> Before (X |-> I) After </state>
+
+

Besides being more verbose and thus tedious to write, this ordinary rule +is also more error-prone; for example, we may forget the Rest variable +in the right-hand-side, etc. Moreover, the concurrent semantics of K +allows for its rules to be interpreted as concurrent transactions, where +the context is the read-only component of the transaction, while the +subterms which are rewritten are read/write component of the transaction; +thus, K rule instances can apply concurrently if they only overlap +on read-only parts, while they cannot if regarded as ordinary rewrite logic +rules. Note: our current implementation of the K tool is not concurrent, +so K rules are in fact desugared as normal rewrite rules in the K tool.

+

Kompile imp.k using a documentation option and check out how the K rule +looks in the generated document. The ... frames are displayed as cell +tears, metaphorically implying that those parts of the cells that we +do not care about are torn away. The rewrite relation is replaced by a +horizontal line: specifically, the subterm which rewrites, X, is +underlined, and its replacement is written underneath the line.

+

In the next lesson we define the complete K semantics of IMP and +run the programs we parsed in the first lesson.

+

Go to Lesson 4, IMP: Configuration Abstraction, Part 1; Types of Rules.

+

MOVIE (out of date) [10'30"]

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/2_imp/lesson_4/exercises/purely-syntactic/index.html b/k-distribution/pl-tutorial/1_k/2_imp/lesson_4/exercises/purely-syntactic/index.html new file mode 100644 index 00000000000..c075a621728 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/2_imp/lesson_4/exercises/purely-syntactic/index.html @@ -0,0 +1,382 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Modify IMP so that the K followed by arrow, ~>, does not explicitly +occur in the definition (it currently occurs in the semantics of +sequential composition).

+

Hint: make sequential composition strict(1) or seqstrict, and have +statements reduce to {} instead of .; and don't forget to make +{} a KResult (you may need a new syntactic category for that, which +only includes {} and is included in KResult).

+
+
+ + +
+ +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/2_imp/lesson_4/exercises/uninitialized-variables/index.html b/k-distribution/pl-tutorial/1_k/2_imp/lesson_4/exercises/uninitialized-variables/index.html new file mode 100644 index 00000000000..7f8d66bc41f --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/2_imp/lesson_4/exercises/uninitialized-variables/index.html @@ -0,0 +1,381 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Modify the K definition of IMP to not automatically initialize +variables to 0. Instead, declared variables should stay uninitialized +until assigned a value, and the execution should get stuck when an +uninitialized variable is looked up. Specifically, you should add a +new undefined construct of sort K, and initialize all the declared +variables with it.

+
+
+ + +
+ +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/2_imp/lesson_4/index.html b/k-distribution/pl-tutorial/1_k/2_imp/lesson_4/index.html new file mode 100644 index 00000000000..dfd00175a33 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/2_imp/lesson_4/index.html @@ -0,0 +1,497 @@ + + + + + + + + + + + + + + +Configuration Abstraction, Part 1; Types of Rules | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Configuration Abstraction, Part 1; Types of Rules

+

Here we will complete the K definition of IMP and, while doing so, we will +learn the very first step of what we call configuration abstraction.

+

The IMP Semantic Rules

+

Let us add the remaining rules, in the order in which the language constructs +were defined in IMP-SYNTAX.

+

The rules for the arithmetic and Boolean constructs are self-explanatory. +Note, however, that K will infer the correct sorts of all the variables in +these rules, because they appear as arguments of the builtin operations +(_+Int_, etc.). Moreover, the inferred sorts will be enforced dynamically. +Indeed, we do not want to apply the rule for addition, for example, when the +two arguments are not integers. In the rules for &&, although we prefer to +not do it here for simplicity, we could have eliminated the dynamic check by +replacing B (and similarly for _) with B:K. Indeed, it can be shown +that whenever any of these rules apply, B (or _) is a BExp anyway. +That's because there is no rule that can touch such a B (or _); this +will become clearer shortly, when we discuss the first step of configuration +abstraction. Therefore, since we know that B will be a BExp anyway, we +could save the time it takes to check its sort; such times may look minor, +but they accumulate, so some designers may prefer to avoid run-time checks +whenever possible.

+

The block rules are trivial. However, the rule for non-empty blocks is +semantically correct only because we do not have local variable declarations +in IMP. We will have to change this rule in IMP++.

+

The assignment rule has two =>: one in the k cell dissolving the +assignment statement, and the other in the state cell updating the value of +the assigned variable. Note that the one in the state is surrounded by +parentheses: (_ => I). That is because => is greedy: it matches as much +as it can to the left and to the right, until it reaches the cell boundaries +(closed or open). If you want to limit its scope, or for clarity, you can use +parentheses like here.

+

The rule for sequential composition simply desugars S1 S2 into S1 ~> S2. +Indeed, the two have exactly the same semantics. Note that statements +evaluate to nothing (.), so once S1 is processed in S1 ~> S2, then the +next task is automatically S2, without wasting any step for the transition.

+

The rules for the conditional and while statements are clear. One thing to +keep in mind now is that the while unrolling rule will not apply +indefinitely in the positive branch of the resulting conditional, because +of K's configuration abstraction, which will be discussed shortly.

+

An IMP program declares a set of variables and then executes a +statement in the state obtained after initializing all those variables +to 0. The rules for programs initialize the declared variables one by one, +checking also that there are no duplicates. We check for duplicates only for +demonstration purposes, to illustrate the keys predefined operation that +returns the set of keys of a map, and the set membership operation in. +In practice, we typically define a static type checker for our language, +which we execute before the semantics and reject inappropriate programs.

+

The use of the .Ids in the second rule is not necessary. We could have +written int; S instead of int .Ids; S and the K tool would parse it and +kompile the definition correctly, because it uses the same parser used for +parsing programs also to parse the semantics. However, we typically prefer to +explicitly write the nothing values in the semantics, for clarity; +the parser has been extended to accept these. Note that the first rule +matches the entire k cell, because int_;_ is the top-level program +construct in IMP, so there is nothing following it in the computation cell. +The anonymous variable stands for the second argument of this top-level program +construct, not for the rest of the computation. The second rule could have +also been put in a complete k cell, but we preferred not to, for simplicity.

+

Our IMP semantics is now complete, but there are a few more things that we +need to understand and do.

+

Configuration Abstraction, Part 1

+

First, let us briefly discuss the very first step of configuration abstraction. +In K, all semantic rules are in fact rules between configurations. As soon +explained in the IMP++ tutorial, the declared configuration cell structure is +used to automatically complete the missing configuration parts in rules. +However, many rules do not involve any cells, being rules between syntactic +terms (of sort K); for example, we had only three rules involving cells in our +IMP semantics. In this case, the k cell will be added automatically and the +actual rewrite will happen on top of the enclosed computation. For example, +the rule for the while loop is automatically translated into the following:

+
rule <k> while (B) S => if (B) {S while (B) S} else {} ...</k>
+
+

Since the first task in computations is what needs to be done next, the +intuition for this rule completion is that the syntactic transition +only happens when the term to rewrite is ready for processing. This explains, +for example, why the while loop unrolling does not indefinitely apply in the +positive branch of the conditional: the inner while loop is not ready for +evaluation yet. We call this rule completion process, as well as other +similar ones, configuration abstraction. That is because the incomplete +rule abstracts away the configuration structure, thus being easier to read. +As seen soon when we define IMP++, configuration abstraction is not only a +user convenience; it actually significantly increases the modularity of our +definitions. The k-cell-completion is only the very first step, though.

+

If you really want certain rewrites over syntactic terms to apply +anywhere they match, then you should tag the rule with the attribute +anywhere, which was discussed in Tutorial 1, Lesson 2.5.

+

Kompile and then krun the programs that you only parsed in Lesson 1. They +should all execute as expected. The state cell shows the final state +of the program. The k cell shows the final code contents, which should be +empty whenever the IMP program executes correctly.

+

Kompile also with the documentation option and take a look at the generated +documentation. The assignment rule should particularly be of interest, +because it contains two local rewrites.

+

In the next lesson we comment the IMP definition and conclude this tutorial.

+

Go to Lesson 5, IMP: Completing and Documenting IMP.

+

MOVIE (out of date) [09'16"]

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/2_imp/lesson_5/imp/index.html b/k-distribution/pl-tutorial/1_k/2_imp/lesson_5/imp/index.html new file mode 100644 index 00000000000..a17a58e2d15 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/2_imp/lesson_5/imp/index.html @@ -0,0 +1,547 @@ + + + + + + + + + + + + + + +IMP | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

IMP

+

Author: Grigore Roșu (grosu@illinois.edu)
+Organization: University of Illinois at Urbana-Champaign

+

Abstract

+

This is the K semantic definition of the classic IMP language. +IMP is considered a folklore language, without an official inventor, +and has been used in many textbooks and papers, often with slight +syntactic variations and often without being called IMP. It includes +the most basic imperative language constructs, namely basic constructs +for arithmetic and Boolean expressions, and variable assignment, +conditional, while loop and sequential composition constructs for statements.

+
k
module IMP-SYNTAX + imports DOMAINS-SYNTAX +
+

Syntax

+

This module defines the syntax of IMP. +Note that <= is sequentially strict, and && is strict only in its first +argument, because we want to give it a short-circuit semantics.

+
k
syntax AExp ::= Int | Id + | "-" Int [format(%1%2)] + | AExp "/" AExp [left, strict, color(pink)] + | "(" AExp ")" [bracket] + > AExp "+" AExp [left, strict, color(pink)] + syntax BExp ::= Bool + | AExp "<=" AExp [seqstrict, latex({#1}\leq{#2}), color(pink)] + | "!" BExp [strict, color(pink)] + | "(" BExp ")" [bracket] + > BExp "&&" BExp [left, strict(1), color(pink)] + syntax Block ::= "{" "}" + | "{" Stmt "}" [format(%1%i%n%2%d%n%3)] + syntax Stmt ::= Block + | Id "=" AExp ";" [strict(2), color(pink), format(%1 %2 %3%4)] + | "if" "(" BExp ")" + Block "else" Block [strict(1), colors(yellow, white, white, yellow), format(%1 %2%3%4 %5 %6 %7)] + | "while" "(" BExp ")" Block [colors(yellow,white,white), format(%1 %2%3%4 %5)] + > Stmt Stmt [left, format(%1%n%2)] +
+

An IMP program declares a set of variables and then executes a +statement in the state obtained after initializing all those variables +to 0. K provides builtin support for generic syntactic lists: +List{Nonterminal,terminal} stands for terminal-separated lists of Nonterminal elements.

+
k
syntax Pgm ::= "int" Ids ";" Stmt [format(%1 %2%3%n%4), colors(yellow,pink)] + syntax Ids ::= List{Id,","} [format(%1%2 %3)] +endmodule +
+

We are done with the definition of IMP's syntax. Make sure +that you write and parse several interesting programs before you move to the +semantics.

+
k
module IMP + imports IMP-SYNTAX + imports DOMAINS +
+

Semantics

+

This module defines the semantics of IMP. +Before you start adding semantic rules to a K definition, you need to +define the basic semantic infrastructure consisting of definitions for +results and the configuration.

+

Values and results

+

IMP only has two types of values, or results of computations: integers +and Booleans. We here use the K builtin variants for both of them.

+
k
syntax KResult ::= Int | Bool +
+

Configuration

+

The configuration of IMP is trivial: it only contains two cells, one +for the computation and another for the state. For good encapsulation +and clarity, we place the two cells inside another cell, the top cell +which is labeled T.

+
k
configuration <T color="yellow"> + <k color="green"> $PGM:Pgm </k> + <state color="red"> .Map </state> + </T> +
+

The configuration variable PGM tells the K tool where to +place the program. More precisely, the command +krun program parses the program and places the resulting +K abstract syntax tree in the k cell before invoking the +semantic rules described in the sequel. The . in the +state cell, written .Map in ASCII in the +imp.md file, is K's way to say nothing. Technically, it +is a constant which is the unit, or identity, of all maps in K +(similar dot units exist for other K structures, such as lists, sets, +multi-sets, etc.).

+

Arithmetic expressions

+

The K semantics of each arithmetic construct is defined below.

+

Variable lookup

+

A program variable X is looked up in the state by matching a binding +of the form X |-> I in the state cell. If such a binding does not +exist, then the rewriting process will get stuck. Thus our semantics of +IMP disallows uses of uninitialized variables. Note that the variable +to be looked up is the first task in the k cell (the cell is +closed to the left and torn to the right), while the binding can be +anywhere in the state cell (the cell is torn at both sides).

+
k
rule <k> X:Id => I ...</k> <state>... X |-> I ...</state> +
+

Arithmetic operators

+

There is nothing special about these, but recall that K's configuration +abstraction mechanism is at work here! That means that the rewrites in the +rules below all happen at the beginning of the k cell.

+
k
rule I1 / I2 => I1 /Int I2 requires I2 =/=Int 0 + rule I1 + I2 => I1 +Int I2 + rule - I1 => 0 -Int I1 +
+

Boolean expressions

+

The rules below are straightforward. Note the short-circuited semantics +of &&; this is the reason we annotated the syntax of +&& with the K attribute strict(1) instead of strict.

+
k
rule I1 <= I2 => I1 <=Int I2 + rule ! T => notBool T + rule true && B => B + rule false && _ => false +
+

Blocks and Statements

+

There is one rule per statement construct except for the conditional, +which needs two rules.

+

Blocks

+

The empty block {} is simply dissolved. The . below is the +unit of the computation list structure K, that is, the empty task. +Similarly, the non-empty blocks are dissolved and replaced by their statement +contents, thus effectively giving them a bracket semantics; we can afford to +do this only because we have no block-local variable declarations yet in IMP.

+
k
rule {} => . + rule {S} => S +
+

Assignment

+

The assigned variable is updated in the state. The variable is expected +to be declared, otherwise the semantics will get stuck. At the same time, +the assignment is dissolved.

+
k
rule <k> X = I:Int; => . ...</k> <state>... X |-> (_ => I) ...</state> +
+

Sequential composition

+

Sequential composition is simply structurally translated into K's +builtin task sequentialization operation.

+
k
rule S1:Stmt S2:Stmt => S1 ~> S2 +
+

Conditional

+

The conditional statement has two semantic cases, corresponding to +when its condition evaluates to true or to false. +Recall that the conditional was annotated with the attribute +strict(1) in the syntax module above, so only its first +argument is allowed to be evaluated.

+
k
rule if (true) S else _ => S + rule if (false) _ else S => S +
+

While loop

+

We give the semantics of the while loop by unrolling.

+
k
rule while (B) S => if (B) {S while (B) S} else {} +
+

Programs

+

The semantics of an IMP program is that its body statement is executed +in a state initializing all its global variables to 0. Since K's +syntactic lists are internally interpreted as cons-lists (i.e., lists +constructed with a head element followed by a tail list), we need to +distinguish two cases, one when the list has at least one element and +another when the list is empty. In the first case we initialize the +variable to 0 in the state, but only when the variable is not already +declared (all variables are global and distinct in IMP).

+
k
rule <k> int (X,Xs => Xs);_ </k> <state> Rho:Map (.Map => X|->0) </state> + requires notBool (X in keys(Rho)) + rule int .Ids; S => S +endmodule +
+
+
+ + +
+ + + +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/2_imp/lesson_5/index.html b/k-distribution/pl-tutorial/1_k/2_imp/lesson_5/index.html new file mode 100644 index 00000000000..18e89974be7 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/2_imp/lesson_5/index.html @@ -0,0 +1,400 @@ + + + + + + + + + + + + + + +Completing and Documenting IMP | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Completing and Documenting IMP

+

We here learn no new concepts, but it is a good moment to take a break +and contemplate what we learned so far.

+

Let us add lots of formal annotations to imp.k.

+

Once we are done with the annotations, we kompile with the documentation +option and then take a look at the produced document. We often call these +documents language posters. Depending on how much information you add to +these language posters, they can serve as standalone, formal presentations +of your languages. For example, you can print them as large posters and +post them on the wall, or in poster sessions at conferences.

+

This completes our second tutorial. The next tutorials will teach us more +features of the K framework, such as how to define languages with complex +control constructs (like callcc), languages which are concurrent, and so on.

+

MOVIE (out of date) [03'45"]

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/3_lambda++/index.html b/k-distribution/pl-tutorial/1_k/3_lambda++/index.html new file mode 100644 index 00000000000..b4b3789fa73 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/3_lambda++/index.html @@ -0,0 +1,399 @@ + + + + + + + + + + + + + + +Part 3: Defining LAMBDA++ | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Part 3: Defining LAMBDA++

+

Here you will learn how to define language constructs which abruptly change +the execution control flow, and how to define language semantics following +and environment/store style. Specifically, you will learn the following:

+
    +
  • How to define constructs like callcc, which allow you to take snapshots of +program executions and to go back in time at any moment.
  • +
  • How to define languages in an environment/store style.
  • +
  • Some basic notions about the use of closures and closure-like semantic +structures to save and restore execution environments.
  • +
  • Some basic intuitions about reusing existing semantics in new languages, +as well as some of the pitfalls in doing so.
  • +
+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_1/exercises/NOTES/index.html b/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_1/exercises/NOTES/index.html new file mode 100644 index 00000000000..456af0276c8 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_1/exercises/NOTES/index.html @@ -0,0 +1,378 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Maybe we should change the name of calCC, as it is not a good idea to have +two constructs with different semantics but names which cannot be distinguished +easily.

+
+
+ + +
+ +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_1/exercises/callCC/index.html b/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_1/exercises/callCC/index.html new file mode 100644 index 00000000000..92b0c690efb --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_1/exercises/callCC/index.html @@ -0,0 +1,378 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Define a variant of callcc, say callCC, which never returns to the +current context unless a value is specifically passed to its argument +continuation. Follow a substitution-based style.

+
+
+ + +
+ +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_1/exercises/from-call-CC-to-callcc/index.html b/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_1/exercises/from-call-CC-to-callcc/index.html new file mode 100644 index 00000000000..e9eab194233 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_1/exercises/from-call-CC-to-callcc/index.html @@ -0,0 +1,377 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Define callcc in terms of callCC, where callCC is explained in the +callCC exercise under LAMBDA++, Lesson 1. Follow a substitution-based style.

+
+
+ + +
+ +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_1/exercises/from-callcc-to-call-CC/index.html b/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_1/exercises/from-callcc-to-call-CC/index.html new file mode 100644 index 00000000000..e97d697be91 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_1/exercises/from-callcc-to-call-CC/index.html @@ -0,0 +1,381 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Define callCC in terms of callcc, where callCC is explained in the +callCC exercise under LAMBDA++, Lesson 1. Follow a substitution-based style.

+

To facilitate testing, call the main module CALLCC (see tests/config.xml). +For example, you can define a module CALLCC which imports the previous +definition of callcc and adds the definition of callCC in terms of +callcc.

+
+
+ + +
+ +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_1/index.html b/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_1/index.html new file mode 100644 index 00000000000..0c82f20d602 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_1/index.html @@ -0,0 +1,486 @@ + + + + + + + + + + + + + + +Abrupt Changes of Control | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Abrupt Changes of Control

+

Here we add call-with-current-continuation (callcc) to the definition of +LAMBDA completed in Tutorial 1, and call the resulting language LAMBDA++. +While doing so, we will learn how to define language constructs that +abruptly change the execution control flow.

+

Take over the lambda.k definition from Lesson 8 in Part 1 of this Tutorial, +which is the complete definition of the LAMBDA language, but without the +comments.

+

callcc is a good example for studying the capabilities of a framework to +support abrupt changes of control, because it is one of the most +control-intensive language constructs known. Scheme is probably the first +programming language that incorporated the callcc construct, although +similar constructs have been recently included in many other languages in +one form or another.

+

Here is a quick description: callcc e passes the remaining computation +context, packaged as a function k, to e (which is expected to be a function); +if during its evaluation e passes any value to k, then the current +execution context is discarded and replaced by the one encoded by k and +the value is passed to it; if e evaluates normally to some value v and +passes nothing to k in the process, then v is returned as a result of +callcc e and the execution continues normally. For example, we want the +program callcc-jump.lambda:

+
(callcc (lambda k . ((k 5) + 2))) + 10
+
+

to evaluate to 15, not 17! Indeed, the computation context [] + 10 is +passed to callcc's argument, which then sends it a 5, so the computation +resumes to 5 + 10. On the other hand, the program callcc-not-jump.lambda

+
(callcc (lambda k . (5 + 2))) + 10
+
+

evaluates to 17.

+

If you like playing games, you can metaphorically think of callcc e as +saving your game state in a file and passing it to your friend e. +Then e can decide at some moment to drop everything she was doing, load +your game and continue to play it from where you were.

+

The behavior of many popular control-changing constructs can be obtained +using callcc. The program callcc-return.lambda shows, for example, how to +obtain the behavior of a return statement, which exits the current execution +context inside a function and returns a value to the caller's context:

+
letrec f x = callcc (lambda return . (
+  f (if (x <= 0) then ((return 1) / 0) else 2)
+))
+in (f -3)
+
+

This should evaluate to 1, in spite of the recursive call to f +and of the division by zero! Note that return is nothing but a variable +name, but one which is bound to the current continuation at the beginning of +the function execution. As soon as 1 is passed to return, the computation +jumps back in time to where callcc was defined! Change -3 to 3 and the +program will loop forever.

+

callcc is quite a powerful and beautiful language construct, although one +which is admittedly hard to give semantics to in some frameworks. +But not in K :) Here is the entire K syntax and semantics of callcc:

+
syntax Exp ::= "callcc" Exp  [strict]
+syntax Val ::= cc(K)
+rule <k> (callcc V:Val => V cc(K)) ~> K </k>
+rule <k> cc(K) V ~> _ =>  V ~> K </k>
+
+

Let us first discuss the annotated syntax. We declared callcc strict, +because its argument may not necessarily be a function yet, so it may need +to be evaluated. As explained above, we need to encode the remaining +computation somehow and pass it to callcc's argument. More specifically, +since LAMBDA is call-by-value, we have to encode the remaining computation as +a value. We do not want to simply subsort computations to Val, because there +are computations which we do not want to be values. A simple solution to +achieve our goal here is to introduce a new value construct, say cc (from +current-continuation), which holds any computation.

+

Note that, inspired from SDF, +K allows you to define the syntax of helping semantic operations, like cc, +more compactly. Typically, we do not need a fancy syntax for such operators; +all we need is a name, followed by open parenthesis, followed by a +comma-separated list of arguments, followed by closed parenthesis. If this +is the syntax that you want for a particular construct, then K allows you to +drop all the quotes surrounding the terminals, as we did above for cc.

+

The semantic rules do exactly what the English semantics of callcc says. +Note that here, unlike in our definition of LAMBDA in Tutorial 1, we had +to mention the cell <k/> in our rules. This is because we need to make sure +that we match the entire remaining computation, not only a fragment of it! +For example, if we replace the two rules above with

+
rule (callcc V:Val => V cc(K)) ~> K
+rule cc(K) V ~> _ =>  V ~> K
+
+

then we get a callcc which is allowed to non-deterministically pick a +prefix of the remaining computation and pass it to its argument, and then +when invoked within its argument, a non-deterministic prefix of the new +computation is discarded and replaced by the saved one. Wow, that would +be quite a language! Would you like to write programs in it? :)

+

Consequently, in K we can abruptly change the execution control flow of a +program by simply changing the contents of the <k/> cell. This is one of +the advantages of having an explicit representation of the execution context, +like in K or in reduction semantics with evaluation contexts. Constructs like +callcc are very hard and non-elegant to define in frameworks such as SOS, +because those implicitly represent the execution context as proof context, +and the latter cannot be easily changed.

+

Now that we know how to handle cells in configurations and use them in rules, +in the next lesson we take a fresh look at LAMBDA and define it using +an environment-based style, which avoids the complexity of substitution +(e.g., having to deal with variable capture) and is closer in spirit to how +functional languages are implemented.

+

Go to Lesson 2, LAMBDA++: Semantic (Non-Syntactic) Computation Items.

+

MOVIE (out of date) [6'28"]

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_2/index.html b/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_2/index.html new file mode 100644 index 00000000000..c9ad16e7807 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_2/index.html @@ -0,0 +1,535 @@ + + + + + + + + + + + + + + +Semantic (Non-Syntactic) Computation Items | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Semantic (Non-Syntactic) Computation Items

+

In this lesson we start another semantic definition of LAMBDA++, which +follows a style based on environments instead of substitution. In terms of +K, we will learn how easy it is to add new items to the syntactic category +of computations K, even ones which do not have a syntactic nature.

+

An environment binds variable names of interest to locations where their +values are stored. The idea of environment-based definitions is to maintain +a global store mapping locations to values, and then have environments +available when we evaluate expressions telling where the variables are +located in the store. Since LAMBDA++ is a relatively simple language, we +only need to maintain one global environment. Following a similar style +like in IMP, we place all cells into a top cell T:

+
configuration <T>
+                <k> $PGM:Exp </k>
+                <env> .Map </env>
+                <store> .Map </store>
+              </T>
+
+

Recall that $PGM is where the program is placed by krun after parsing. So +the program execution starts with an empty environment and an empty store.

+

In environment-based definitions of lambda-calculi, lambda abstractions +evaluate to so-called closures:

+
rule <k> lambda X:Id . E => closure(Rho,X,E) ...</k>
+     <env> Rho </env>
+
+

A closure is like a lambda abstraction, but it also holds the environment +in which it was declared. This way, when invoked, a closure knows where to +find in the store the values of all the variables that its body expression +refers to. We will define the lookup rule shortly.

+

Therefore, unlike in the substitution-based definitions of LAMBDA and +LAMBDA++, neither the lambda abstractions nor the identifiers are values +anymore here, because they both evaluate further: lambda abstractions to +closures and identifiers to their values in the store. In fact, the only +values at this moment are the closures, and they are purely semantic entities, +which cannot be used explicitly in programs. That's why we modified the +original syntax of the language to include no Val syntactic category +anymore, and that's why we need to add closures as values now; same like +before, we add a Val syntactic category which is subsorted +to KResult. In general, whenever you have any strictness attributes, +your should also define some K results.

+

Invoking a closure is a bit more involved than the substitution-based +beta-reduction: we need to switch to the closure's environment, then create a +new, or fresh, binding for the closure's parameter to the value passed to the +closure, then evaluate the closure's body, and then switch back to the +caller's environment, which needs to be stored somewhere in the meanwhile. +We can do all these with one rule:

+
rule <k> closure(Rho,X,E) V:Val => E ~> Rho' ...</k>
+     <env> Rho' => Rho[X <- !N] </env>
+     <store>... .Map => (!N:Int |-> V) ...</store>
+
+

Therefore, we atomically do all the following:

+
    +
  • switch the computation to the closure's body, E, followed by a +caller-environment-recovery task Rho' (note that Rho' is the +current environment),
  • +
  • generate a fresh location !N (the ! is important, we discuss it below), +bind X to !N in closure's environment and switch the current environment +Rho' to that one,
  • +
  • write the value passed to the closure, V, at location !N.
  • +
+

This was the most complex K rule we've seen so far in the tutorial. Note, +however, that this one rule achieves a lot. It is, in fact, quite compact +considering how much it does. Note also that everything that this K rule +mentions is needed also conceptually in order to achieve this task, so it +is minimal from that point of view. That would not be the case if we +used, instead, a conventional rewrite rule, because we would have had to +mention the remaining store, say Sigma, in both sides of the rule, to say +it stays unchanged. Here we just use ....

+

The declaration of the fresh variable above, !N, is new and needs +some explanation. First, note that !N appears only in the right-hand-side +terms in the rule, that is, it is not matched when the rule is applied. +Instead, a fresh Nat element is generated each time the rule is applied. +In K, we can define syntactic categories which have the capability to +generate fresh elements like above, using unbound variables whose name starts +with a !. The details of how to do that are beyond the scope of this +tutorial (see Tutorial 6). All we need to know here is that an arbitrary +fresh element of that syntactic category is generated each time the rule +is applied. We cannot rely on the particular name or value of the generated +element, because that can change with the next version of the K tool, or +even from execution to execution with the same version. All you can rely +on is that each newly generated element is distinct from the previously +generated elements for the same syntactic category.

+

Unlike in the substitution-based definition, we now also need a lookup rule:

+
rule <k> X => V ...</k>
+     <env>... X |-> N ...</env>
+     <store>... N |-> V ...</store>
+
+

This rule speaks for itself: replace X by the value V located in the store +at X's location N in the current environment.

+

The only thing left to define is the auxiliary environment-recovery operation:

+

rule _:Val ~> (Rho => .) ... _ => Rho

+

When the item preceding the environment recovery task Rho in the +computation becomes a value, replace the current environment with Rho +and dissolve Rho from the computation.

+

Let us kompile and ... fail:

+
kompile lambda
+
+

gives a parsing error saying that V:Val does not fit there in the closure +invocation rule. That's because Val and Exp are currently completely +disconnected, so K rightfully complains that we want to apply a value to +another one, because application was defined to work with expressions, not +values. What we forgot here was to state that Exp includes Val:

+
syntax Exp ::= Val
+
+

Now everything works, but it is a good time to reflect a bit.

+

So we added closures, which are inherently semantic entities, to the syntax +of expressions. Does that mean that we can now write LAMBDA programs with +closures in them? Interestingly, with our current definition of LAMBDA, +which purposely did not follow the nice organization of IMP into syntax and +semantic modules, and with K's default parser, kast, you can. But you are +not supposed to speculate this! In fact, if you use an external parser, that +parser will reject programs with explicit closures. Also, if we split the +LAMBDA definition into two modules, one called LAMBDA-SYNTAX containing +exclusively the desired program syntax and one called LAMBDA importing the +former and defining the syntax of the auxiliary operations and the semantics, +then even K's default parser will reject programs using auxiliary syntactic +constructs.

+

Indeed, when you kompile a language, say lang.k, the tool will by default +attempt to find a module LANG-SYNTAX and generate the program parser from +that. If it cannot find it, then it will use the module LANG instead. There +are also ways to tell kompile precisely which syntax module you want to use +for the program parser if you don't like the default convention. +See kompile --help.

+

Another insightful thought to reflect upon, is the relationship between your +language's values and other syntactic categories. It is often the case that +values form a subset of the original language syntax, like in IMP (Part 2 of +the tutorial), but sometimes that is not true, like in our case here. When +that happens, in order for the semantics to be given smoothly and uniformly +using the original syntax, you need to extend your language's original +syntactic categories with the new values. The same holds true in other +semantic approaches, not only in K, even in ones which are considered purely +syntactic. As it should be clear by now, K does not enforce you to use a +purely syntactic style in your definitions; nevertheless, K does allow you to +develop purely syntactic definitions, like LAMBDA in Part 1 of the tutorial, +if you prefer those.

+

krun some programs, such as those provided in Lesson 1 of the LAMBDA +tutorial (Part 1). Note the closures, both as results in the <k/> cell, +and as values in the store. Also, since variables are not values anymore, +expressions that contain free variables may get stuck with one of those on +top of their computation. See, for example, free-variable-capture.lambda, +which gets stuck on z, because z is free, so it cannot evaluate it. +If you want, you can go ahead and manually provide a configuration with +z mapped to some location in the environment and that location mapped to +some value in the store, and then you can also execute this program. The +program omega.lambda should still loop.

+

Although we completely changed the definitional style of LAMBDA, the semantics +of the other constructs do not need to change, as seen in the next lesson.

+

Go to Lesson 3, LAMBDA++: Reusing Existing Semantics.

+

MOVIE (out of date) [8'02"]

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_3/NOTES/index.html b/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_3/NOTES/index.html new file mode 100644 index 00000000000..2f6cdf35d0d --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_3/NOTES/index.html @@ -0,0 +1,393 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+
    +
  • Cut-and-paste is a poor-man's approach to reuse.
  • +
+

Indeed, it is. A better way to reuse, which requires a bit of planning ahead, +is to put each feature in its own module. Then you can simply include the +modules containing the features you want to reuse. Our point in this lesson +was that such reuse is possible, not to teach the best way to do it in +practice. Good methodologies on how to use a technology are equally important.

+
    +
  • Do we need an env/store split? Couldn't we just work with a state?
  • +
+

Since in our language so far we never change the value of a variable, it +happens to be OK to only keep a state. That is, to collapse env/store into +state, then embed the state in closures and restore the state instead of the +environment. However, this simplistic approach breaks as soon as we add +references to our language, because functions can then modify the environment +in which they were declared, so we would have to carry over those changes when +returning from function invocations, which would be quite difficult.

+
+
+ + +
+ +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_3/index.html b/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_3/index.html new file mode 100644 index 00000000000..c67782ab08a --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_3/index.html @@ -0,0 +1,408 @@ + + + + + + + + + + + + + + +Reusing Existing Semantics | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Reusing Existing Semantics

+

In this lesson we will learn that, in some cases, we can reuse existing +semantics of language features without having to make any change!

+

Although the definitional style of the basic LAMBDA language changed quite +radically in our previous lesson, compared to its original definition in +Part 1 of the tutorial, we fortunately can reuse a large portion of the +previous definition. For example, let us just cut-and-paste the rest of the +definition from Lesson 7 in Part 1 of the tutorial.

+

Let us kompile and krun all the remaining programs from Part 1 of the +tutorial. Everything should work fine, although the store contains lots of +garbage. Garbage collection is an interesting topic, but we do not do it +here. Nevertheless, much of this garbage is caused by the intricate use of +the fixed-point combinator to define recursion. In a future lesson in this +tutorial we will see that a different, environment-based definition of +fixed-points will allocate much less memory.

+

One interesting question at this stage is: how do we know when we can reuse +an existing semantics of a language feature? Well, I'm afraid the answer is: +we don't. In the next lesson we will learn how reuse can fail for quite subtle +reasons, which are impossible to detect statically (and some non-experts may +fail to even detect them at all).

+

Go to Lesson 4, LAMBDA++: Do Not Reuse Blindly!.

+

MOVIE (out of date) [3'21"]

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_4/NOTES/index.html b/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_4/NOTES/index.html new file mode 100644 index 00000000000..2894ddd91a7 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_4/NOTES/index.html @@ -0,0 +1,397 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

With the current version of the tool (as of Sept 12, 2013), the +callcc-env1.lambda program actually evaluates to 4, as expected. +But the comments in the README are still valid, because it could just as +well evaluate to 3. For example, just replace ...+x with x+..., and it +should evaluate to 3 now.

+

Also, the first "fix" suggested in the READMEm to make "+" seqstrict, only +works for that particular program. It does not fix the problem if we change +the program as indicated above. In that case "+" it would need to be +seqstrict(2,1).

+

Also, callcc-env2.lambda evaluates to 3 instead of 4, because of the +particular order in which the strictness of the application operation is +applied. If you make application seqstrict(2,1) then you get 4.

+

Dec 06, 2014: Looks like we should discuss the --search and --transition +options before this lesson, and then kompile the definition with option +--transition = computational and krun it with --search.

+

The README.md says "One is to make + seqstrict in the semantics, to +enforce its evaluation from left-to-right. Do it and then run the program +above again;". Then it continues and says "The problem is now the +non-deterministic evaluation strategy of the function application construct". +Grigore will add this as an exercise, asking reader to fix this +non-determinism. Then ask them to propose another example where you still get +non-determinism; can they?

+
+
+ + +
+ +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_4/index.html b/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_4/index.html new file mode 100644 index 00000000000..074a5b41d34 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_4/index.html @@ -0,0 +1,469 @@ + + + + + + + + + + + + + + +Do Not Reuse Blindly! | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Do Not Reuse Blindly!

+

It may be tempting to base your decision to reuse an existing semantics of +a language feature solely on syntactic considerations; for example, to reuse +whenever the parser does not complain. As seen in this lesson, this could +be quite risky.

+

Let's try (and fail) to reuse the definition of callcc from Lesson 1:

+
syntax Exp ::= "callcc" Exp  [strict]
+syntax Val ::= cc(K)
+rule <k> (callcc V:Val => V cc(K)) ~> K </k>
+rule <k> cc(K) V ~> _ =>  V ~> K </k>
+
+

The callcc examples that we tried in Lesson 1 work, so it may look it works.

+

However, the problem is that cc(K) should also include an environment, +and that environment should also be restored when cc(K) is invoked. +Let's try to illustrate this bug with callcc-env1.lambda

+
let x = 1 in
+  ((callcc lambda k . (let x = 2 in (k x))) + x)
+
+

where the second argument of +, x, should be bound to the top x, which +is 1. However, since callcc does not restore the environment, that x +should be looked up in the wrong, callcc-inner environment, so we should see +the overall result 4.

+

Hm, we get the right result, 3 ... (Note: you may get 4, depending on +your version of K and platform; but both 3 and 4 are possible results, as +explained below and seen in the tests). How can we get 3? Well, recall that ++ is strict, which means that it can evaluate its arguments in any order. +It just happened that in the execution that took place above its second +argument was evaluated first, to 1, and then the callcc was evaluated, but +its cc value K had already included the 1 instead of x ... In Part 4 of +the tutorial we will see how to explore all the non-deterministic behaviors of +a program; we could use that feature of K to debug semantics, too. +For example, in this case, we could search for all behaviors of this program +and we would indeed get two possible value results: 3 and 4.

+

One may think that the problem is the non-deterministic evaluation order +of +, and thus that all we need to do is to enforce a deterministic order +in which the arguments of + are evaluated. Let us follow this path to +see what happens. There are two simple ways to make the evaluation order +of +'s arguments deterministic. One is to make + seqstrict in the +semantics, to enforce its evaluation from left-to-right. Do it and then +run the program above again; you should get only one behavior for the +program above, 4, which therefore shows that copying-and-pasting our old +definition of callcc was incorrect. However, as seen shortly, that only +fixed the problem for the particular example above, but not in general. +Another conventional approach to enforce the desired evaluation order is to +modify the program to enforce the left-to-right evaluation order using let +binders, as we do in callcc-env2.lambda:

+
let x = 1 in
+  let a = callcc lambda k . (let x = 2 in (k x)) in
+    let b = x in
+      (a + b)
+
+

With your installation of K you may get the "expected" result 4 when you +execute this program, so it may look like our non-deterministic problem is +fixed. Unfortunately, it is not. Using the K tool to search for all the +behaviors in the program above reveals that the final result 3 is still +possible. Moreover, both the 3 and the 4 behaviors are possible regardless +of whether + is declared to be seqstrict or just strict. How is that +possible? The problem is now the non-deterministic evaluation strategy of +the function application construct. Indeed, recall that the semantics of +the let-in construct is defined by desugaring to lambda application:

+
rule let X = E in E' => (lambda X . E') E
+
+

With this, the program above eventually reduces to

+
(lambda a . ((lambda b . a + b) x))
+(callcc lambda k . (let x = 2 in (k x)))
+
+

in an environment where x is 1. If the first expression evaluates first, +then it does so to a closure in which x is bound to a location holding 1, +so when applied later on to the x inside the argument of callcc (which is +2), it will correctly lookup x in its enclosed environment and thus the +program will evaluate to 3. On the other hand, if the second expression +evaluates first, then the cc value will freeze the first expression as is, +breaking the relationship between its x and the current environment in which +it is bound to 1, being inadvertently captured by the environment of the +let-in construct inside the callcc and thus making the entire expression +evaluate to 4.

+

So the morale is: Do not reuse blindly. Think!

+

In the next lesson we fix the environment-based semantics of callcc by having +cc also wrap an environment, besides a computation. We will also give a more +direct semantics to recursion, based on environments instead of fixed-point +combinators.

+

Go to Lesson 5, LAMBDA++: More Semantic Computation Items.

+

MOVIE (out of date) [3'37"]

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_5/index.html b/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_5/index.html new file mode 100644 index 00000000000..64046cbbe3a --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_5/index.html @@ -0,0 +1,444 @@ + + + + + + + + + + + + + + +More Semantic Computation Items | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

More Semantic Computation Items

+

In this lesson we see more examples of semantic (i.e., non-syntactic) +computational items, and how useful they can be. Specifically, we fix the +environment-based definition of callcc and give an environment-based +definition of the mu construct for recursion.

+

Let us first fix callcc. As discussed in Lesson 4, the problem that we +noticed there was that we only recovered the computation, but not the +environment, when a value was passed to the current continuation. This is +quite easy to fix: we modify cc to take both an environment and a +computation, and its rules to take a snapshot of the current environment with +it, and to recover it at invocation time:

+
syntax Val ::= cc(Map,K)
+rule <k> (callcc V:Val => V cc(Rho,K)) ~> K </k> <env> Rho </env>
+rule <k> cc(Rho,K) V:Val ~> _ =>  V ~> K </k> <env> _ => Rho </env>
+
+

Let us kompile and make sure it works with the callcc-env2.lambda program, +which should evaluate to 3, not to 4.

+

Note that the cc value, which can be used as a computation item in the <k/> +cell, is now quite semantic in nature, pretty much the same as the closures.

+

Let us next add one more closure-like semantic computational item, for mu. +But before that, let us reuse the semantics of letrec in terms of mu that +was defined in Lesson 8 of Part 1 of the tutorial on LAMBDA:

+
syntax Exp ::= "letrec" Id Id "=" Exp "in" Exp [macro]
+             | "mu" Id "." Exp                 [latex(\mu{#1}.{#2})]
+rule letrec F:Id X = E in E' => let F = mu F . lambda X . E in E'
+
+

We removed the binder annotation of mu, because it is not necessary +anymore (since we do not work with substitutions anymore).

+

To save the number of locations needed to evaluate mu X . E, let us replace +it with a special closure which already binds X to a fresh location holding +the closure itself:

+
syntax Exp ::= muclosure(Map,Exp)
+
+rule <k> mu X . E => muclosure(Rho[X <- !N], E) ...</k>
+     <env> Rho </env>
+     <store>... .Map => (!N:Int |-> muclosure(Rho[X <- !N], E)) ...</store>
+
+

Since each time mu X . E is encountered during the evaluation it needs to +evaluate E, we conclude that muclosure cannot be a value. We can declare +it as either an expression or as a computation. Let's go with the former.

+

Finally, here is the rule unrolling the muclosure:

+

rule muclosure(Rho,E) => E ~> Rho' ... + Rho' => Rho

+

Note that the current environment Rho' needs to be saved before and +restored after E is executed, because the fixed point may be invoked +from a context with a completely different environment from the one +in which mu X . E was declared.

+

We are done. Let us now kompile and krun factorial-letrec.lambda from +Lesson 7 in Part 1 of the tutorial on LAMBDA. Recall that in the previous +lesson this program generated a lot of garbage into the store, due to the +need to allocate space for the arguments of all those lambda abstractions +needed to run the fixed-point combinator. Now we need much fewer locations, +essentially only locations for the argument of the factorial function, one at +each recursive call. Anyway, much better than before.

+

In the next lesson we wrap up the environment definition of LAMBDA++ and +generate its documentation.

+

Go to Lesson 6, LAMBDA++: Wrapping Up and Documenting LAMBDA++.

+

MOVIE (out of date) [5'19"]

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_6/exercises/NOTES/index.html b/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_6/exercises/NOTES/index.html new file mode 100644 index 00000000000..a59838774ae --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_6/exercises/NOTES/index.html @@ -0,0 +1,378 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Maybe we should change the name of calCC, as it is not a good idea to have +two constructs with different semantics but names which cannot be distinguished +easily.

+
+
+ + +
+ +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_6/exercises/callCC/index.html b/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_6/exercises/callCC/index.html new file mode 100644 index 00000000000..e15b933b0b9 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_6/exercises/callCC/index.html @@ -0,0 +1,379 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

(see similar exercise in Lesson 1, with substitution instead of environments)

+

Define a variant of callcc, say callCC, which never returns to the +current context unless a value is specifically passed to its argument +continuation. Follow an environment-based style.

+
+
+ + +
+ +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_6/exercises/from-call-CC-to-callcc/index.html b/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_6/exercises/from-call-CC-to-callcc/index.html new file mode 100644 index 00000000000..326c255da15 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_6/exercises/from-call-CC-to-callcc/index.html @@ -0,0 +1,377 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Define callcc in terms of callCC, where callCC is explained in the +callCC exercise under LAMBDA++, Lesson 1. Follow an environment-based style.

+
+
+ + +
+ +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_6/exercises/from-callcc-to-call-CC/index.html b/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_6/exercises/from-callcc-to-call-CC/index.html new file mode 100644 index 00000000000..997c2fc9535 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_6/exercises/from-callcc-to-call-CC/index.html @@ -0,0 +1,378 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Define callCC in terms of callcc, where callCC is explained in the +callCC exercise under LAMBDA++, Lesson 1. Follow an environment-based +style.

+
+
+ + +
+ +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_6/index.html b/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_6/index.html new file mode 100644 index 00000000000..71c70c7b47b --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_6/index.html @@ -0,0 +1,394 @@ + + + + + + + + + + + + + + +Wrapping Up and Documenting LAMBDA++ | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Wrapping Up and Documenting LAMBDA++

+

In this lesson we wrap up and nicely document LAMBDA++. In doing so, we also +take the freedom to reorganize the semantics a bit, to make it look better.

+

See the lambda.k file, which is self-explanatory.

+

Part 3 of the tutorial is now complete. Part 4 will teach you more features +of the K framework, in particular how to exhaustively explore the behaviors +of non-deterministic or concurrent programs.

+

MOVIE (out of date) [6'23"]

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_6/lambda/index.html b/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_6/lambda/index.html new file mode 100644 index 00000000000..9206d1fc032 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_6/lambda/index.html @@ -0,0 +1,542 @@ + + + + + + + + + + + + + + +Tutorial 3--- LAMBDA++ | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Tutorial 3--- LAMBDA++

+

Author: Grigore Roșu (grosu@illinois.edu)
+Organization: University of Illinois at Urbana-Champaign

+

Abstract

+

This file contains an environment-based K semantic definition of LAMBDA++, an +extension of the LAMBDA language (defined in Tutorial 1) with a callcc +construct. The objective here is to further disseminate some of the features +of the K framework, in particular to illustrate how popular environment-based +and closure-based semantics can be defined in K.

+

For notational/kompilation/krun simplicity and to avoid OS errors, we continue +to write LAMBDA and lambda as names for modules and program extensions, +respectively, in the sequel.

+

To restrict the default program parser invoked by krun, namely kast, +to only parse proper LAMBDA++ programs no matter what other syntactic +constructs we add to Exp later on in the semantics, we put the actual program +syntax in a module with the suffix -SYNTAX. This issue was discussed in more +detail in Lesson 2 of this tutorial. In short, the parser generated by kompile +to be used by kast will be by default built only based on the syntax in this +module. Type kompile --help to see how to tell the parser which syntax to use.

+
k
module LAMBDA-SYNTAX + imports DOMAINS-SYNTAX +
+

Syntax

+

We move all the LAMBDA++ syntax here.

+
k
syntax Val ::= Int | Bool + syntax Exp ::= Val +// Basic lambda-calculus syntax + | Id + | "lambda" Id "." Exp [latex(\lambda{#1}.{#2})] + | Exp Exp [strict, left] + | "(" Exp ")" [bracket] +// Arithmetic + > "-" Int + | Exp "*" Exp [strict, left] + | Exp "/" Exp [strict] + > Exp "+" Exp [strict, left] + > Exp "<=" Exp [strict] +// Other functional constructs + syntax Exp ::= "if" Exp "then" Exp "else" Exp [strict(1)] // Conditional + | "let" Id "=" Exp "in" Exp [macro] // Let binder + | "letrec" Id Id "=" Exp "in" Exp [macro] // Letrec + | "mu" Id "." Exp [latex(\mu{#1}.{#2})] // Mu + | "callcc" Exp [strict] // Callcc +
+

One thing you may want to do, now that the entire syntax is in one +place, is to play with precedences. This way, you can make kompile +generate the parser you want for your programs, so that you won't have to +put lots of parentheses in your programs.

+
k
endmodule + + +module LAMBDA + imports LAMBDA-SYNTAX + imports DOMAINS +
+

Semantics

+

The next module contains the semantics of all the LAMBDA++ constructs, +in the order in which their syntax was declared above.

+

The K Results

+

We should not forget to define the results of our computations. +Here is a rule of thumb: whenever you have any strictness attributes, your +should also define some K results. Or even simpler: always define your +results! (unless you define a theoretical semantics, for analysis but not +for execution purposes, you will need to define your results)

+
k
syntax KResult ::= Val +
+

Configuration

+

Since LAMBDA++ is such a simple language, its configuration is minimal +for an environment-based semantics: it only contains the k cell, +an environment cell, and a store cell. An environment binds variable names +to locations, and a store binds locations to values.

+
k
configuration <T color="yellow"> + <k color="green"> $PGM:Exp </k> + <env color="blue"> .Map </env> + <store color="red"> .Map </store> + </T> +
+

Recall that $PGM is where the program is placed by krun after parsing.

+

Closures

+

In environment-based definitions of lambda-calculi, λ-abstractions +evaluate to closures. A closure is like a λ-abstraction, +but it also holds the environment in which it was declared. This way, when +invoked, a closure knows where to find in the store the values of all the +variables that its body expression refers to. +To invoke a closure, we need to switch to closure's environment, then create +a new binding for closure's parameter, then evaluate the closure's body, and +then switch back to caller's environment.

+
k
syntax Val ::= closure(Map,Id,Exp) + [latex(\textsf{closure}_\lambda({#1},{#2},{#3}))] + + rule <k> lambda X:Id . E => closure(Rho,X,E) ...</k> + <env> Rho </env> + rule <k> closure(Rho,X,E) V:Val => E ~> Rho' ...</k> + <env> Rho' => Rho[X <- !N] </env> + <store>... .Map => (!N:Int |-> V) ...</store> + rule <k> X => V ...</k> + <env>... X |-> N ...</env> + <store>... N |-> V ...</store> +
+

Environment Recovery

+

The environment-recovery computation item defined below is useful in many +semantics, like it was above. It is so useful, that there are discussions +in the K team to add it to the set of pre-defined K features.

+
k
rule <k> _:Val ~> (Rho => .) ...</k> <env> _ => Rho </env> +
+

Arithmetic Constructs

+

Not much to say here. They have exactly the same semantics as in LAMBDA and +IMP. Note that we let it in programmer's hands to check that the denominator +of a division is different from zero. If a division-by-zero is issued, then +completely non-deterministic result can happen depending upon what back-end +one uses for the K tool. Currently, Maude is used and Maude gets stuck +with a term of the form I /Int 0, but one should not rely on that. +If you want to catch division-by-zero in the semantics, instead of letting +the back-end do whatever it wants, you should add a side condition to the +division rule.

+
k
rule - I => 0 -Int I + rule I1 * I2 => I1 *Int I2 + rule I1 / I2 => I1 /Int I2 + rule I1 + I2 => I1 +Int I2 + rule I1 <= I2 => I1 <=Int I2 +
+

Conditional

+
k
rule if true then E else _ => E + rule if false then _ else E => E +
+

Let Binder

+
k
rule let X = E in E':Exp => (lambda X . E') E +
+

Letrec Binder

+

We define letrec in term of mu, whose semantics is below.

+
k
rule letrec F:Id X = E in E' => let F = mu F . lambda X . E in E' +
+

Mu

+

To save the number of locations needed to evaluate μ X . E, we replace it +with a special closure which binds X to a fresh location holding the closure +itself. This has the same effect as binding X to a reference that points +back to the fixed-point.

+
k
syntax Exp ::= muclosure(Map,Exp) + [latex(\textsf{closure}_\mu({#1},{#2}))] + rule <k> mu X . E => muclosure(Rho[X <- !N], E) ...</k> + <env> Rho </env> + <store>... .Map => (!N:Int |-> muclosure(Rho[X <- !N], E)) ...</store> + rule <k> muclosure(Rho,E) => E ~> Rho' ...</k> + <env> Rho' => Rho </env> +
+

Callcc

+

For callcc, we need to create a new closure-like value which +wraps both the remaining computation, and the environment in which it is +supposed to be executed. Forget the environment, and you get a wrong +callcc.

+
k
syntax Val ::= cc(Map,K) + [latex(\textsf{closure}_{\texttt{callcc}}({#1},{#2}))] + rule <k> (callcc V:Val => V cc(Rho,K)) ~> K </k> <env> Rho </env> + rule <k> cc(Rho,K) V:Val ~> _ => V ~> K </k> <env> _ => Rho </env> +endmodule +
+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/4_imp++/index.html b/k-distribution/pl-tutorial/1_k/4_imp++/index.html new file mode 100644 index 00000000000..ad89bf0029d --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/4_imp++/index.html @@ -0,0 +1,408 @@ + + + + + + + + + + + + + + +Part 4: Defining IMP++ | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Part 4: Defining IMP++

+

IMP++ extends IMP, which was discussed in Part 2 of this tutorial, with several +new syntactic constructs. Also, some existing syntax is generalized, which +requires non-modular changes of the existing IMP semantics. For example, +global variable declarations become local declarations and can occur +anywhere a statement can occur. In this tutorial we will learn the following:

+
    +
  • That (and how) existing syntax/semantics may change as a language evolves.
  • +
  • How to refine configurations as a language evolves.
  • +
  • How to define and use fresh elements of desired sorts.
  • +
  • How to tag syntactic constructs and rules, and how to use such tags +with the superheat/supercool/transition options of kompile.
  • +
  • How the search option of krun works.
  • +
  • How to stream cells holding semantic lists to the standard input/output, +and thus obtain interactive interpreters for the defined languages.
  • +
  • How to delete, save and restore cell contents.
  • +
  • How to add/delete cells dynamically.
  • +
  • More details on how the configuration abstraction mechanism works.
  • +
+

Like in the previous tutorials, this folder contains several lessons, each +adding new features to IMP++. Do them in order and make sure you completed +and understood the previous tutorials.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/4_imp++/lesson_1/NOTES/index.html b/k-distribution/pl-tutorial/1_k/4_imp++/lesson_1/NOTES/index.html new file mode 100644 index 00000000000..75bf23aa823 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/4_imp++/lesson_1/NOTES/index.html @@ -0,0 +1,381 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Add an exercise somewhere with a print which first evaluates all its arguments +and THEN prints them. The idea is to define print to be strict and to +make the AExps list construct seqstrict, so lists of arithmetic +expressions get evaluated from left-to-right whenever they reach the top of +the <k/> cell (replace seqstrict with strict if you want expressions in +a list to evaluate non-deterministically and interleaved).

+
+
+ + +
+ +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/4_imp++/lesson_1/index.html b/k-distribution/pl-tutorial/1_k/4_imp++/lesson_1/index.html new file mode 100644 index 00000000000..32167ca5626 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/4_imp++/lesson_1/index.html @@ -0,0 +1,465 @@ + + + + + + + + + + + + + + +Extending/Changing an Existing Language Syntax | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Extending/Changing an Existing Language Syntax

+

Here we learn how to extend the syntax of an existing language, both with +new syntactic constructs and with more general uses of existing constructs. +The latter, in particular, requires changes of the existing semantics.

+

Consider the IMP language, as defined in Lesson 4 of Part 2 of the tutorial.

+

Let us first add the new syntactic constructs, with their precedences:

+
    +
  • variable increment, ++, which increments an integer variable and +evaluates to the new value;
  • +
  • read, which reads and evaluates to a new integer from the input buffer;
  • +
  • print, which takes a comma-separated list of arithmetic expressions and +evaluates and prints each of them in order, from left to right, to the +output buffer; we therefore define a new list syntactic category, AExps, +which we pass as an argument to print; note we do not want to declare +print to be strict, because we do not want to first evaluate the +arguments and then print them (for example, if the second argument performs +an illegal operation, say division by zero, we still want to print the first +argument); we also go ahead and add strings as arithmetic expressions, +because we intend print to also take strings, in order to print nice +messages to the user;
  • +
  • halt, which abruptly terminates the program; and
  • +
  • spawn, which takes a statement and creates a new concurrent thread +executing it and sharing its environment with the parent thread.
  • +
+

Also, we want to allow local variable declarations, which can appear anywhere +a statement can appear. Their scope ranges from the place they are defined +until the end of the current block, and they can shadow previous declarations, +both inside and outside the current block. The simplest way to define the +syntax of the new variable declarations is as ordinary statements, at the same +time removing the previous Pgm syntactic category and its construct. +Programs are now just statements.

+

We are now done with adding the new syntax and modifying the old one. +Note that the old syntax was modified in a way which makes the previous IMP +programs still parse, but this time as statements. Let us then modify +the configuration variable $PGM to have the sort Stmt instead of Pgm, +and let us try to run the old IMP programs, for example sum.imp.

+

Note that they actually get stuck with the global declaration on the top +of their computations. This is because variable declarations are now treated +like any statements, in particular, the sequential composition rule applies. +This makes the old IMP rule for global variable declarations not match anymore. +We can easily fix it by replacing the anonymous variable _, which matched +the program's statement that now turned into the remaining computation in +the <k/> cell, with the cell frame variable ..., which matches the +remaining computation. Similarly, we have to change the rule for the case +where there are no variables left to declare into one that dissolves itself.

+

We can now run all the previous IMP programs, in spite of the fact that +our IMP++ semantics is incomplete and, more interestingly, in spite of the +fact that our current semantics of blocks is incorrect in what regards the +semantics of local variable declarations (note that the old IMP programs do +not declare block-local variables, which is why they still run correctly).

+

Let us also write some proper IMP++ programs, which we would like to execute +once we give semantics to the new constructs.

+

div.imp is a program manifesting non-deterministic behaviors due to the +desired non-deterministic evaluation strategy of division and the fact that +expressions will have side effects once we add variable increment. We will +be able to see all the different behaviors of this program. Challenge: can +you identify the behavior where the program performs a division-by-zero?

+

If we run div.imp now, it will get stuck with the variable increment +construct on top of the computation cell. Once we give it a semantics, +div.imp will execute completely (all the other constructs in div.imp +already have their semantics defined as part of IMP).

+

Note that some people prefer to define all their semantics in a by need +style, that is, they first write and parse lots of programs, and then they +add semantics to each language construct on which any of the programs gets +stuck, and so on and so forth until they can run all the programs.

+

io.imp is a program which exercises the input/output capabilities of the +language: reads two integers and prints three strings and an integer. +Note that the variable declaration is not the first statement anymore.

+

sum-io.imp is an interactive variant of the sum program.

+

spawn.imp is a program which dynamically creates two threads that interact +with the main thread via the shared variable x. Lots of behaviors will be +seen here once we give spawn the right semantics.

+

Finally, locals.imp tests whether variable shadowing/unshadowing works well.

+

In the next lesson we will prepare the configuration for the new constructs, +and will see what it takes to adapt the semantics to the new configuration. +Specifically, we will split the state cell into an environment cell and a +store cell, like in LAMBDA++ in Part 3 of the tutorial.

+

Go to Lesson 2, IMP++: Configuration Refinement; Freshness.

+

MOVIE (out of date) [07'47"]

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/4_imp++/lesson_2/NOTES/index.html b/k-distribution/pl-tutorial/1_k/4_imp++/lesson_2/NOTES/index.html new file mode 100644 index 00000000000..b96be5d63b3 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/4_imp++/lesson_2/NOTES/index.html @@ -0,0 +1,376 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

update discussion on fresh; it has already been explained in lambda++

+
+
+ + +
+ +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/4_imp++/lesson_2/index.html b/k-distribution/pl-tutorial/1_k/4_imp++/lesson_2/index.html new file mode 100644 index 00000000000..e86f57dec66 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/4_imp++/lesson_2/index.html @@ -0,0 +1,447 @@ + + + + + + + + + + + + + + +Configuration Refinement; Freshness | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Configuration Refinement; Freshness

+

To prepare for the semantics of threads and local variables, in this lesson we +split the state cell into an environment and a store. The environment and +the store will be similar to those in the definition of LAMBDA++ in Part +3 of the Tutorial. This configuration refinement will require us to change +some of IMP's rules, namely those that used the state.

+

To split the state map, which binds program variables to values, into an +environment mapping program variables to locations and a store mapping +locations to values, we replace in the configuration declaration the cell

+
<state color="red"> .Map </state>
+
+

with two cells

+
<env color="LightSkyBlue"> .Map </env>
+<store color="red"> .Map </store>
+
+

Structurally speaking, this split of a cell into other cells is a major +semantic change, which, unfortunately, requires us to revisit the existing +rules that used the state cell. One could, of course, argue that we could +have avoided this problem if we had followed from the very beginning the +good-practice style to work with an environment and a store, instead of a +monolithic state. While that is a valid argument, highlighting the fact that +modularity is not only a feature of the framework alone, but one should also +follow good practices to achieve it, it is also true that if all we wanted +in Part 2 of the tutorial was to define IMP as is, then the split of the state +in an environment and a store is unnecessary and not really justified.

+

The first rule which used a state cell is the lookup rule:

+
rule <k> X:Id => I ...</k> <state>... X |-> I ...</state>
+
+

We modify it as follows:

+
rule <k> X:Id => I ...</k>
+     <env>... X |-> N ...</env>
+     <store>... N |-> I ...</store>
+
+

So we first match the location N of X in the environment, then the value +I at location N in the store, and finally we rewrite X to I into the +computation. This rule also shows an instance of a more complex +multiset matching, where two variables (X and N) are matched each twice.

+

The assignment rule is modified quite similarly.

+

The variable declaration rule is trickier, though, because we need to allocate +a fresh location in the store and bind the newly declared variable to it. +This is quite similar to the way we allocated space for variables in +the environment-based definition of LAMBDA++ in Part 3 of the tutorial.

+
rule <k> int (X,Xs => Xs); ...</k>
+     <env> Rho => Rho[X <- !N:Int] </env>
+     <store>... .Map => !N |-> 0 ...</store>
+
+

Note the use of the fresh (!N) variable notation above. Recall from +the LAMBDA++ tutorial that each time the rule with fresh (!) variables is +applied, fresh elements of corresponding sorts are generated for the fresh +variables, distinct from all the previously generated elements; also, we +cannot and should not assume anything about the particular element that is +being generated, except that it is different from the previous ones.

+

kompile and krun sum.imp to see how the fresh locations have been +generated and used. There were two fresh locations needed, for the two +variables. Note also that a cell holding the counter has been added to the +configuration.

+

In the next lesson we will add the semantics of variable increment, and see +how that yields non-deterministic behaviors in programs and how to explore +those behaviors using the K tool.

+

Go to Lesson 3, IMP++: Tagging; Superheat/Supercool Kompilation Options.

+

MOVIE (out of date) [04'06"]

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/4_imp++/lesson_3/NOTES/index.html b/k-distribution/pl-tutorial/1_k/4_imp++/lesson_3/NOTES/index.html new file mode 100644 index 00000000000..c868e31887e --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/4_imp++/lesson_3/NOTES/index.html @@ -0,0 +1,377 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

We eliminated the superheat/supercool optimization. Now we only need to use +the transition option. So the video is out of synch now.

+
+
+ + +
+ +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/4_imp++/lesson_3/index.html b/k-distribution/pl-tutorial/1_k/4_imp++/lesson_3/index.html new file mode 100644 index 00000000000..13d42c3890c --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/4_imp++/lesson_3/index.html @@ -0,0 +1,492 @@ + + + + + + + + + + + + + + +Tagging; Transition Kompilation Option | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Tagging; Transition Kompilation Option

+

In this lesson we add the semantics of variable increment. In doing so, we +learn how to tag syntactic constructs and rules and then use such tags to +instruct the kompile tool to generate the desired language model that is +amenable for exhaustive analysis.

+

The variable increment rule is self-explanatory:

+
rule <k> ++X => I +Int 1 ...</k>
+     <env>... X |-> N ...</env>
+     <store>... N |-> (I => I +Int 1) ...</store>
+
+

We can now run programs like our div.imp program introduced in Lesson 1. +Do it.

+

The addition of increment makes the evaluation of expressions have side +effects. That, in combination with the non-determinism allowed by the +strictness attributes in how expression constructs evaluate their +arguments, makes expressions in particular and programs in general have +non-deterministic behaviors. One possible execution of the div.imp program +assigns 1 to y's location, for example, but this program manifests several +other behaviors, too.

+

To see all the (final-state) behaviors that a program can have, you can call +the krun tool with the option --search. For example:

+
krun div.imp --search
+
+

Oops, we see only one solution, the same as when we ran it without search.

+

Here is what happens. krun can only explore as much of the transition +system associated to a program as kompile allowed the generated language +model to yield. Since most of the K users are interested in language models +that execute efficiently, that is, in faster interpreters for the defined +languages, by default kompile optimizes the generated language model for +execution. In particular, it inserts no backtracking markers, which krun +uses when called with the --search option in order to systematically generate +the entire transition system associated to a program. This is why krun +showed us only one solution when run with the --search option on div.imp.

+

We next explain how to tell kompile what kind of language model we are +interested in for analysis purposes. When you experiment with non-determinism +in a language semantics, you should keep it in mind that the --transition +option of kompile allows you to configure what counts as a transition in +your language model. We here only discuss transitions due to the +non-deterministic evaluation strategies of language constructs, but we will +see in future lectures (see Lesson 6 of IMP++, where we add concurrency) that +we can also have transitions due to non-deterministic applications of rewrite +rules.

+

If you want to explore the entire behavior space due to non-deterministic +evaluation strategies, then you should include all the language constructs +in the --transition option. This may sound like the obvious thing to +always do, but as soon as you do it you soon realize that it is way too much +in practice when you deal with large languages or programs. There are simply +too many program behaviors to consider, and krun will likely hang +on you or crush. For example, a small ten-statement program where each +statement uses one strict expression construct already has 1000+ behaviors for +krun to explore! Driven by practical needs of its users, the K tool +therefore allows you to finely tune the generated language models using the +--transition option.

+

To state which constructs are to be considered to generate transitions in the +generated language model, and for other reasons, too, the K tool allows you to +tag any production and any rule by putting the tag in brackets. You can associate +multiple tags to the same construct or rule, and more than one construct or +rule can have the same tag. As an example, let us tag the division construct +with division, the lookup rule with lookup and the increment rule with +increment. The tags of the rules are not needed in this lesson, we do it only +to demonstrate that rules can also be tagged.

+

The least intrusive way to enforce our current language to explore the +entire space of behaviors due to the strictness of division is to kompile it +with the following option:

+
kompile imp.k --transition "division"
+
+

It is interesting to note that the lookup and increment rules are the only +two rules which can trigger non-deterministic behaviors for division, because +no other rule but these two can ever apply while a division operation is +heated. Previous versions of K allowed you to also specify which rules could +trigger non-deterministic behaviors of operator evaluation strategies, +but that option was rarely used and is not available anymore.

+

Note that it is highly non-trivial to say precisely whether a strict language +construct may yield non-deterministic behaviors. For example, division's +strictness would yield no non-determinism if the language had no side effects. +It is even harder to say so for a particular program. Consequently, our K +implementation makes no attempt to automatically detect which operations +should be tagged as transitions. Instead, it provides the functionality to +let you decide it.

+

Now the command

+
krun div.imp --search
+
+

shows us all five behaviors of this program. Interestingly, one +of the five behaviors yields a division by zero!

+

The --transition option can be quite useful when you experiment with your +language designs or when you formally analyze programs for certain kinds of +errors. Please let us know if you ever need more finer-grained control over +the non-determinism of your language models.

+

Before we conclude this lesson, we'd like to let you know one trick, which +you will hopefully not overuse: you can tag elements in your K definition with +kompile option names, and those elements will be automatically included in +their corresponding options. For example, if you tag the division production +with transition then the command

+
kompile imp
+
+

is completely equivalent to the previous kompile command.

+

Please use this default behavior with caution, or even better, try to avoid +using it! You may be tempted to add the transition tag to lots of elements +and then forget about them; your language models will then be increasingly slower +when you execute them and you may wonder why ... This convention is typically +convenient when you want to quickly experiment with non-determinism and do not +want to bother inventing tag names and calling kompile with options.

+

In the next lesson we add input/output to our language and learn how to +generate a model of it which behaves like an interactive interpreter!

+

Go to Lesson 4, IMP++: Semantic Lists; Input/Output Streaming.

+

MOVIE (out of date) [06'56"]

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/4_imp++/lesson_4/NOTES/index.html b/k-distribution/pl-tutorial/1_k/4_imp++/lesson_4/NOTES/index.html new file mode 100644 index 00000000000..5c02f2f4e7f --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/4_imp++/lesson_4/NOTES/index.html @@ -0,0 +1,382 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Make sure cells have the same indentation, which should use normal +spaces, not tabs. Tabs look differently in different editors.

+

The tests here include all the imp and imp++ programs, but of course +the imp ones do not display any output, so their .out files are empty. +But this way we at least make sure we test that these programs +do not fail/crash and that nothing is output, so it is better that what +we used to have in K3.6.

+
+
+ + +
+ +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/4_imp++/lesson_4/index.html b/k-distribution/pl-tutorial/1_k/4_imp++/lesson_4/index.html new file mode 100644 index 00000000000..c4a87de133f --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/4_imp++/lesson_4/index.html @@ -0,0 +1,484 @@ + + + + + + + + + + + + + + +Semantic Lists; Input/Output Streaming | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Semantic Lists; Input/Output Streaming

+

In this lesson we add semantics to the read and print IMP++ constructs. +In doing so, we also learn how to use semantic lists and how to connect +cells holding semantic lists to the standard input and standard output. +This allows us to turn the K semantics into an interactive interpreter.

+

We start by adding two new cells to the configuration,

+
<in color="magenta"> .List </in>
+<out color="Orchid"> .List </out>
+
+

each holding a semantic list, initially empty. Semantic lists are +space-separated sequences of items, each item being a term of the form +ListItem(t), where t is a term of sort K. Recall that the semantic maps, +which we use for states, environments, stores, etc., are sets of pairs +t1 |-> t2, where t1 and t2 are terms of sort K. The ListItem wrapper +is currently needed, to avoid parsing ambiguities.

+

Since we want the print statement to also print strings, we need to tell +K that strings are results. To make it more interesting, let us also overload +the + symbol on arithmetic expressions to also take strings and, as a +result, to concatenate them. Since + is already strict, we only need to add +a rule reducing the IMP addition of strings to the builtin operation +String +which concatenates two strings.

+

The semantics of read is immediate: read and consumes the first integer item +from the <in/> cell; note that our read only reads integer values (it gets +stuck if the first item in the <in/> cell is not an integer).

+

The semantics of print is a bit trickier. Recall that print takes an +arbitrary number of arithmetic expression arguments, and evaluates and outputs +each of them in order, from left to right. For example, +print("Hello", 3/0, "Bye"); outputs "Hello" and then gets stuck on the +illegal division by zero operation. In other words, we do not want it to +first evaluate all its arguments and then print them, because that would miss +outputting potentially valuable information. So the first step is to evaluate +the first argument of print. In some sense, what we'd like to say is that +print has the evaluation strategy strict(1). However, strictness +attributes only work with individual language constructs, while what we need +is an evaluation strategy that involves two constructs: print and the list +(comma) construct of AExps. If we naively associate print the strict(1) +evaluation strategy then its first and unique argument, an AExps list, will +be scheduled for evaluation and the execution will get stuck because we have +no rules for evaluating AExps terms. If we make the list construct of +AExps strict then we get the wrong semantics for print which first +evaluates all its arguments and then outputs them. The correct way to +tell K that print should evaluate only its first argument is by using a +context declaration:

+
context print(HOLE:AExp, _);
+
+

Note the HOLE of sort AExp above. Contexts allow us to define finer-grain +evaluation strategies than the strictness attributes, involving potentially +more than one language construct, like above. The HOLE indicates the +argument which is requested to be evaluated. For example, the strict +attribute of division corresponds to two contexts:

+
context HOLE / _
+context _ / HOLE
+
+

In their full generality, contexts can be any terms with precisely one +occurrence of a HOLE, and with arbitrary side conditions on any variables +occurring in the context term as well as on the HOLE. See Part 6 of the +tutorial for more examples.

+

Once evaluated, the first argument of print is expected to become either an +integer or a string. Since we want to print both integers and string values, +to avoid writing two rules, one for each type of value, we instead add a new +syntactic category, Printable, which is the union of integers and strings.

+

Let us kompile and krun the io.imp program discussed in Lesson 1. As +expected, it gets stuck with a read construct on top of the computation and +with an empty <in/> cell. To run it, we need to provide some items in the +<in/> cell, so that the rule of read can match. Let us add

+
<in> ListItem(3) ListItem(5) ListItem(7) </in>
+
+

Now, if we krun io.imp, we can see that its execution completes normally +(the <k/> cell is empty), that the first two items have been removed by the +two read constructs from the <in/> cell, and that the desired strings and +numbers have been placed into the <out/> cell.

+

Cells holding semantic lists can be connected to the standard input and +standard output buffers, and krun knows how to handle these appropriately. +Let us connect the <in/> cell to the standard input using the cell attribute +stream="stdin" and the <out/> cell to the standard output with the +attribute stream="sdtout". A cell connected to the standard input will +take its items from the standard input and block the rewriting process when +an input is needed until an item is available in the standard input buffer. +A cell connected to the standard output buffer will send all its items, in +order, to the standard output.

+

Let us kompile and krun io.imp again. It prints the message and then +waits for your input numbers. Type in two numbers, then press <Enter>. +A message with their sum is then printed, followed by the final configuration. +If you do not want to see the final configuration, and thus obtain a realistic +interpreter for our language, then call krun with the option --output none:

+
krun io.imp --output none
+
+

Let us now krun our interactive sum program, which continuously reads numbers +from the console and prints the sum of numbers up to them:

+
krun sum-io.imp
+
+

Try a few numbers, then 0. Note that the program terminated, but with junk +in the <k/> cell, essentially with a halt statement on its top. Of course, +because halt has been reached and it has no semantics yet.

+

In the next lesson we give the semantics of halt and also fix the semantics +of blocks with local variable declarations.

+

Go to Lesson 5, IMP++: Deleting, Saving and Restoring Cell Contents.

+

MOVIE (out of date) [05'21"]

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/4_imp++/lesson_5/index.html b/k-distribution/pl-tutorial/1_k/4_imp++/lesson_5/index.html new file mode 100644 index 00000000000..f8bb75a91e3 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/4_imp++/lesson_5/index.html @@ -0,0 +1,434 @@ + + + + + + + + + + + + + + +Deleting, Saving and Restoring Cell Contents | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Deleting, Saving and Restoring Cell Contents

+

In this lesson we will see how easily we can delete, save and/or restore +contents of cells in order to achieve the desired semantics of language +constructs that involve abrupt changes of control or environments. We have +seen similar or related K features in the LAMBDA++ language in Part 3 of the +tutorial.

+

Let us start by adding semantics to the halt statement. As its name says, +what we want is to abruptly terminate the execution of the program. Moreover, +we want the program configuration to look as if the program terminated +normally, with an empty computation cell. The simplest way to achieve that is +to simply empty the computation cell when halt is encountered:

+
rule <k> halt; ~> _ => . </k>
+
+

It is important to mention the entire <k/> cell here, with both its membranes +closed, to make sure that its entire contents is discarded. Note the +anonymous variable, which matches the rest of the computation.

+

kompile and krun sum-io.imp. Note that unlike in Lesson 4, the program +terminates with an empty computation cell now.

+

As mentioned earlier, the semantics of blocks that was inherited from IMP is +wrong. Program locals.imp shows it very clearly: the environments are not +correctly restored at block exits. One way to fix the problem is to take +a snapshot of the current environment when a block is entered and save it +somewhere, and then to restore it when the block is left. There are many +ways to do this, which you can explore on your own: for example you can add +a new list cell for this task where to push/pop the environment snapshots in +a stack style; or you can use the existing environment cell for this purpose, +but then you need to change the variable access rules to search through the +stacked environments for the variable.

+

My preferred solution is to follow a style similar to how we saved/restored +LAMBDA++ environments in Part 3 of the Tutorial, namely to use the already +existing <k/> cell for such operations. More specifically, we place a +reminder item in the computation whenever we need to take a snapshot of +some cell contents; the item simply consists of the entire contents of the cell. +Then, when the reminder item is reached, we restore the contents of the cell:

+
rule <k> {S} => S ~> Rho ...</k> <env> Rho </env>
+
+

The only thing left now is to give the definition of environment restore:

+
rule <k> Rho => . ...</k> <env> _ => Rho </env>
+
+

Done. kompile and krun locals.imp. Everything should work correctly now. +Note that the rule above is different from the one we had for LAMBDA++ in +Part 3 of the tutorial, in that here there is no value preceding the environment +restoration item in the computation; that's because IMP++ statements, +unlike LAMBDA++'s expressions, evaluate to nothing (.).

+

In the next lesson we will give semantics to the spawn S construct, which +dynamically creates a concurrent shared-memory thread executing statement S.

+

Go to Lesson 6, IMP++: Adding/Deleting Cells Dynamically; Configuration Abstraction, Part 2.

+

MOVIE (out of date) [04'30"]

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/4_imp++/lesson_6/index.html b/k-distribution/pl-tutorial/1_k/4_imp++/lesson_6/index.html new file mode 100644 index 00000000000..1acf8e3d1a0 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/4_imp++/lesson_6/index.html @@ -0,0 +1,569 @@ + + + + + + + + + + + + + + +Adding/Deleting Cells Dynamically; Configuration Abstraction, Part 2 | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Adding/Deleting Cells Dynamically; Configuration Abstraction, Part 2

+

In this lesson we add dynamic thread creation and termination to IMP, and +while doing so we learn how to define and use configurations whose structure +can evolve dynamically.

+

Recall that the intended semantics of spawn S is to spawn a new concurrent +thread that executes S. The new thread is being passed at creation time +its parent's environment, so it can share with its parent the memory +locations that its parent had access to at creation time. No other locations +can be shared, and no other memory sharing mechanism is available. +The parent and the child threads can evolve unrestricted, in particular they +can change their environments by declaring new variables or shadowing existing +ones, can create other threads, and so on.

+

The above suggests that each thread should have its own computation and its +own environment. This can be elegantly achieved if we group the <k/> and +<env/> cells in a <thread/> cell in the configuration. Since at any given +moment during the execution of a program there could be zero, one or more +instances of such a <thread/> cell in the configuration, it is a good idea +to declare the <thread/> cell with multiplicity * (i.e., zero, one or more):

+
<thread multiplicity="*" color="blue">
+  <k color="green"> $PGM:Stmt </k>
+  <env color="LightSkyBlue"> .Map </env>
+</thread>
+
+

This multiplicity declaration is not necessary, but it is a good idea to do +it for several reasons:

+
    +
  1. it may help the configuration abstraction process, +which may in turn significantly increase the compactness and modularity of +your subsequent rules;
  2. +
  3. it may help various analysis and execution tools, +for example static analyzers to give you error messages when you create cells +where you should not, or K compilers to improve performance by starting +actual concurrent hardware threads or processes corresponding to each cell +instance; and
  4. +
  5. it may help you better understand and control the dynamics +of your configuration, and thus your overall semantics.
  6. +
+

For good encapsulation, I also prefer to put all thread cells into one cell, +<threads/>. This is technically unnecessary, though; to convince yourself +that this is indeed the case, you can remove this cell once we are done with +the semantics and everything will work without having to make any changes.

+

Before we continue, let us kompile an krun some programs that used to +work, say sum-io.imp. In spite of the relatively radical configuration +reorganization, those programs execute just fine! How is that possible? +In particular, why do rules like the lookup and assignment still work, +unchanged, in spite of the fact that the <k/> and <env/> cells are not at +the same level with the <store/> cell in the configuration anymore?

+

Welcome to configuration abstraction, part 2. Recall that the role of +configuration abstraction is to allow you to only write the relevant +information in each rule, and have the compiler fill-in the obvious and boring +details. According to the configuration that we declared for our new +language, there is only one reasonable way to complete rules like the lookup, +namely to place the <k/> and </env> cells inside a <thread/> cell, +inside a <threads/> cell:

+
rule <threads>...
+       <thread>...
+         <k> X:Id => I ...</k>
+         <env>... X |-> N ...</env>
+       ...</thread>
+     ...<threads/>
+     <store>... N |-> I ...</store>  [lookup]
+
+

This is the most direct, compact and local way to complete the configuration +context of the lookup rule. If for some reason you wanted here to match the +<k/> cell of one thread and the <env/> cell of another thread, then you +would need to explicitly tell K so, by mentioning the two thread cells, +for example:

+
rule <thread>...
+         <k> X:Id => I ...</k>
+     ...</thread>
+     <thread>...
+         <env>... X |-> N ...</env>
+     ...</thread>
+     <store>... N |-> I ...</store>  [lookup]
+
+

By default, K completes rules in a greedy style. Think this way: what is the +minimal number of changes to my rule to make it fit the declared +configuration? That's what the K tool will do.

+

Configuration abstraction is technically unnecessary, but once you start +using it and get a feel for how it works, it will become your best friend. +It allows you to focus on the essentials of your semantics, and at the same +time gives you flexibility in changing the configuration later on without +having to touch the rules. For example, it allows you to remove the +<threads/> cell from the configuration, if you don't like it, without +having to touch any rule.

+

We are now ready to give the semantics of spawn:

+
rule <k> spawn S => . ...</k> <env> Rho </env>
+     (. => <thread>... <k> S </k> <env> Rho </env> ...</thread>)
+
+

Note configuration abstraction at work, again. Taking into account +the declared configuration, and in particular the multiplicity information +* in the <thread/> cell, the only reasonable way to complete the rule +above is to wrap the <k/> and <env/> cells on the first line within a +<thread/> cell, and to fill-in the ...s in the child thread with the +default contents of the other subcells in <thread/>. In this case there +are no other cells, so we can get rid of those ...s, but that would +decrease the modularity of this rule: indeed, we may later on add other +cells within <thread/> as the language evolves, for example a function +or an exception stack, etc.

+

In theory, we should be able to write the rule above even more compactly +and modularly, namely as

+
rule <k> spawn S => . ...</k> <env> Rho </env>
+     (. => <k> S </k> <env> Rho </env>)
+
+

Unfortunately, this currently does not work in the K tool, due to some +known limitations of our current configuration abstraction algorithm. +This latter rule would be more modular, because it would not even depend +on the cell name thread. For example, we may later decide to change +thread into agent, and we would not have to touch this rule. +We hope this current limitation will be eliminated soon.

+

Once a thread terminates, its computation cell becomes empty. When that +happens, we can go ahead and remove the useless thread cell:

+
rule <thread>... <k> . </k> ...</thread> => .
+
+

Let's see what we've got. kompile and krun spawn.imp. +Note the following:

+
    +
  • The <threads/> cell is empty, so all threads terminated normally;
  • +
  • The value printed is different from the value in the store; the store value +is not even the one obtained if the threads executed sequentially.
  • +
+

Therefore, interesting behaviors may happen; we would like to see them all!

+

Based on prior experience with krun's search option, we would hope that

+
krun spawn.imp --search
+
+

shows all the behaviors. However, the above does not work, for two reasons.

+

First, spawn.imp is an interactive program, which reads a number from the +standard input. When analyzing programs exhaustively using the search option, +krun has to disable the streaming capabilities (just think about it and you +will realize why). The best you can do in terms of interactivity with search +is to pipe some input to krun: krun will flush the standard input buffer +into the cells connected to it when creating the initial configuration (will +do that no matter whether you run it with or without the --search option). +For example:

+
echo 23 | krun spawn.imp --search
+
+

puts 23 in the standard input buffer, which is then transferred in the +<in/> cell as a list item, and then the exhaustive search procedure is +invoked.

+

Second, even after piping some input, the spawn.imp program still manifests +only one behavior, which does not seem right. There should be many more.

+

As explained in Lesson 3, by default kompile optimizes the generated +language model for execution. In particular, it does not insert any +backtracking markers where transition attempts should be made, so krun +lacks the information it needs to exhaustively search the generated language +model. Like we did in Lesson 3 with the language constructs, we also have +to explicitly tell kompile which rules should be considered as actual +transitions. A theoretically correct but practically unfeasible approach +to search all possible behaviors is to consider all rules as transitions. +Even more than with the non-deterministic strictness of language constructs +in Lesson 3, such a naive solution would make the number of behaviors, and +thus krun, explode. Remember that a two-thread program with 150 statements +each manifests more behaviors than particles in the known universe! +Consequently, unless your multi-threaded programs are very small, you will +most likely want to control which rules should be considered transitions and +which should not.

+

A good rule of thumb is to include as transitions only those rules which +compete for behaviors. That is, those rules which may yield a different +behavior if we choose to apply them when other rules match as well. +The rule for addition, for example, is a clear example of a rule which +should not be a transition: indeed, 3+7 will rewrite to 10 now and also +later. On the other hand, the lookup rule should be a transition. Indeed, +if we delay the lookup of variable x, then other threads may write x in the +meanwhile (with an increment or an assignment rule) and thus yield a +different behavior.

+

Let us discuss and tag those rules which should be transitions: lookup and +increment need to be transitions and we already tagged them in Lesson 3; +the read rule needs to also be a transition, because it may complete with +other instances of itself in other threads; assignment needs to also be a +transition, and so should be the first rule for print.

+

Let us now kompile with the transition option set as desired:

+
kompile imp --transition "lookup increment assignment read print"
+
+

Now echo 23 | krun spawn.imp --search gives us all 12 behaviors of the +spawn.imp program.

+

Like for non-deterministically strict operations which can be tagged as +transitions, it is highly non-trivial to say precisely which rules need +to be transitions. So krun makes no attempt to automatically detect it. +Instead, it provides the functionality to let you decide it.

+

We currently have no mechanism for thread synchronization. In the next lesson +we add a join statement, which allows a thread to wait until another completes.

+

Go to Lesson 7, IMP++: Everything Changes: Syntax, Configuration, Semantics.

+

MOVIE (out of date) [11'40"]

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/4_imp++/lesson_7/index.html b/k-distribution/pl-tutorial/1_k/4_imp++/lesson_7/index.html new file mode 100644 index 00000000000..1a729a791b0 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/4_imp++/lesson_7/index.html @@ -0,0 +1,465 @@ + + + + + + + + + + + + + + +Everything Changes: Syntax, Configuration, Semantics | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Everything Changes: Syntax, Configuration, Semantics

+

In this lesson we add thread joining, one of the simplest thread +synchronization mechanisms. In doing so, we need to add unique ids +to threads in the configuration, and to modify the syntax to allow spawn +to return the id of the newly created thread. This gives us an opportunity +to make several other small syntactic and semantics changes to the language, +which make it more powerful or more compact at a rather low cost.

+

Before we start, let us first copy and modify the previous spawn.imp program +from Lesson 1 to make use of thread joining. Recall from Lesson 6 that in some +runs of this program the main thread completed before the child threads, +printing a possibly undesired value of x. What we want now is to assign +unique ids to the two spawned threads, and then to modify the main thread to +join the two child threads before printing. To avoid adding a new type to +the language, let's assume that thread ids are integer numbers. So we declare +two integers, t1 and t2, and assign them the two spawn commands. In order +for this to parse, we will have to change the syntax of spawn to be an +arithmetic expression construct instead of a statement. Once we do that, +we have a slight syntactic annoyance: we need to put two consecutive ; +after the spawn assignment, one for the assignment statement inside the spawn, +and another for the outer assignment. To avoid the two consecutive semicolons, +we can syntactically enforce spawn to take a block as argument, instead of a +statement. Now it looks better. The new spawn.imp program is still +non-deterministic, because the two threads can execute in any order and even +continue to have a data-race on the shared variable x, but we should see fewer +behaviors when we use the join statements. If we want to fully synchronize +this program, we can have the second thread start with a join(t1) statement. +Then we should only see one behavior for this program.

+

Let us now modify the language semantics. First, we move the spawn +construct from statements to expressions, and make it take a block. +Second, we add one more sub-cell to the thread cell in the configuration, +<id/>, to hold the unique identifier of the thread. We want the main +thread to have id 0, so we initialize this cell with 0. Third, we modify +the spawn rule to generate a fresh integer identifier, which is put in the +<id/> cell of the child thread and returned as a result of spawn in the +parent thread. Fourth, let us add the join statement to the language, +both syntactically and semantically. So in order for the join(T) statement +to execute, thread T must have its computation empty. However, in order +for this to work we have to get rid of the thread termination cleanup rule. +Indeed, we need to store somewhere the information that thread T terminated; +the simplest way to do it is to not remove the terminated threads. Feel free +to experiment with other possibilities, too, here. For example, you may add +another cell, <done/>, in which you can store all the thread ids of the +terminated and garbage-collected threads.

+

Let us now kompile imp.k and convince ourselves that the new spawn.imp +with join statements indeed has fewer behaviors than its variant without +join statements. Also, let us convince ourselves that the fully synchronized +variant of it indeed has only one behavior.

+

Note that now spawn, like variable increment, makes the evaluation of +expressions to have side effects. Many programming languages in fact allow +expressions to be evaluated only for their side effects, and not for their +value. This is typically done by simply adding a ; after the expression +and thus turning it into a statement. For example, ++x;. Let as also +allow arithmetic expressions in our language to be used as statements, by +simply adding the production AExp ";" to Stmt, with evaluation strategy +strict and with the expected semantics discarding the value of the AExp.

+

Another simple change in syntax and semantics which gives our language more +power, is to remove the ; from the syntax of variable assignments and to make +them expression instead of statement constructs. This change, combined with +the previous one, will still allow us to parse all the programs that we could +parse before, but will also allow us to parse more programs. For example, we +can now do sequence assignments like in C: x = y = z = 0. The semantics +of assignment now has to return the assigned value also to the computation, +because we want the assignment expression to evaluate to the assigned value.

+

Let us also make another change, but this time one which only makes the +definition more compact. Instead of defining statement sequential +composition as a binary construct for statements, let us define a new +syntactic construct, Stmts, as whitespace-separated lists of Stmt. This +allows us to get rid of the empty blocks, because we can change the syntax of +blocks to {Stmts} and Stmts also allows the empty sequence of statements. +However, we do have to make sure that .Stmts dissolves.

+

In general, unless you are defining a well-established programming language, +it is quite likely that your definitions will suffer lots of changes like the +ones seen in this lecture. You add a new construct, which suggests changes +in the existing syntax making in fact your language parse more programs, +which then requires corresponding changes in the semantics, and so on. +Also, compact definitions are desirable in general, because they are easier +to read and easier to change if needed later.

+

In the next lesson we wrap up and document the definition of IMP++.

+

Go to Lesson 8, IMP++: Wrapping up Larger Languages.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/4_imp++/lesson_8/imp/index.html b/k-distribution/pl-tutorial/1_k/4_imp++/lesson_8/imp/index.html new file mode 100644 index 00000000000..f6d1ad14e36 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/4_imp++/lesson_8/imp/index.html @@ -0,0 +1,954 @@ + + + + + + + + + + + + + + +IMP++ | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

IMP++

+

Author: Grigore Roșu (grosu@illinois.edu)
+Organization: University of Illinois at Urbana-Champaign

+

Abstract

+

This is the K semantic definition of the IMP++ language. +IMP++ extends the IMP language with the features listed below. We +strongly recommend you to first familiarize yourself with the IMP +language and its K definition in Tutorial 2 before proceeding.

+

Strings and concatenation of strings. Strings are useful +for the print statement, which is discussed below. For +string concatenation, we use the same + construct that we use +for addition (so we overload it).

+

Variable increment. We only add a pre-increment construct: +++x increments variable x and evaluates to the +incremented value. Variable increment makes the evaluation of +expressions have side effects, and thus makes the evaluation strategies +of the various language constructs have an influence on the set +of possible program behaviors.

+

Input and output. IMP++ adds a read() expression +construct which reads an integer number and evaluates to it, and +a variadic (i.e., it has an arbitrary number of arguments) statement +construct print(e1,e2,...,en) which evaluates its arguments +and then outputs their values. Note that the K tool allows to +connect the input and output cells to the standard input and output +buffers, this way compiling the language definition into an +interactive interpreter.

+

Abrupt termination. The halt statement simply halts +the program. The K tool shows the resulting configuration, as if the +program terminated normally. We therefore assume that an external +observer does not care whether the program terminates normally or +abruptly, same like with exit statements in conventional +programming languages like C.

+

Dynamic threads. The expression construct spawn s +starts a new concurrent thread that executes statement s, +which is expected to be a block, and evaluates immediately to a fresh +thread identifier that is also assigned to the newly created thread. +The new thread is given at creation time the environment of its +parent, so it can access all its parent's variables. This allows for +the parent thread, and the child thread to communicate; it also allows +for races and "unexpected" behaviors, so be careful. +For thread synchronization, IMP++ provides a thread join statement +construct join t;, where t evaluates to a thread +identifier, which stalls the current thread until thread t +completes its computation. For simplicity, we here assume a +sequentially consistent shared memory model. To experiment with other +memory models, see the definition of KERNELC.

+

Blocks and local variables. IMP++ allows blocks enclosed by +curly brackets. Also, IMP's global variable declaration construct is +generalized to be used anywhere as a statement, not only at the +beginning of the program. As expected, the scope of the declared +variables is from their declaration point till the end of the most +nested enclosing block.

+

What You Will Learn Here

+
    +
  • How to define a less trivial language in K, as explained above.
  • +
  • How to use the superheat and supercool +options of the K tool kompile to exhaustively explore the +non-determinism due to underspecified evaluation strategies.
  • +
  • How to use the transition option of the K tool to +exhaustively explore the non-determinism due to concurrency.
  • +
  • How to connect certain cells in the configuration to the +standard input and standard output, and thus turn the krun +tool into an interactive interpreter for the defined language.
  • +
  • How to exhaustively search for the non-deterministic behaviors +of a program using the search option of krun.
  • +
+
k
module IMP-SYNTAX + imports DOMAINS-SYNTAX +
+

Syntax

+

IMP++ adds several syntactic constructs to IMP. Also, since the +variable declaration construct is generalized to be used anywhere a +statement can be used, not only at the beginning of the program, we +need to remove the previous global variable declaration of IMP and +instead add a variable declaration statement construct

+

We do not re-discuss the constructs which are taken over from IMP, +except when their syntax has been subtly modified (such as, for +example, the syntax of the previous "statement" assignment which +is now obtained by composing the new assignment expression, and the +new expression statement constructs); go the last lesson of +Tutorial 2 if you are interested in IMP's constructs. For execution +purposes, we tag the addition and division operations as members of the +addition and division groups. These groups have no theoretical significance, +in that they do not affect the semantics of the language in any way. They only +have practical relevance, specific to our implementation of the K tool. +Specifically, we can tell the K tool (using its superheat and supercool +options) that we want to exhaustively explore all the non-deterministic +behaviors (due to strictness) of these language constructs. For performance +reasons, by default the K tool chooses an arbitrary but fixed order to +evaluate the arguments of the strict language constructs, thus possibly losing +behaviors due to missed interleavings. This aspect was irrelevant in IMP, +because its expressions had no side effects, but it becomes relevant in IMP++.

+

The syntax of the IMP++ constructs is self-explanatory. Note that assignment +is now an expression construct. Also, print is variadic, taking a +list of expressions as argument. It is also strict, which means that the +entire list of expressions, that is, each expression in the list, will be +evaluated. Note also that we have now defined sequential composition +of statements as a whitespace-separated list of statements, aliased with +the nonterminal Stmts, and block as such a (possibly empty) sequence +of statements surrounded by curly brackets.

+
k
syntax AExp ::= Int | String | Id + | "++" Id + | "read" "(" ")" + | "-" AExp [strict] + | "(" AExp ")" [bracket] + > AExp "/" AExp [left, strict, group(division)] + > AExp "+" AExp [left, strict] + > "spawn" Block + > Id "=" AExp [strict(2)] + syntax BExp ::= Bool + | AExp "<=" AExp [seqstrict, latex({#1}\leq{#2})] + | "!" BExp [strict] + | "(" BExp ")" [bracket] + > BExp "&&" BExp [left, strict(1)] + syntax Block ::= "{" Stmts "}" + syntax Stmt ::= Block + | AExp ";" [strict] + | "if" "(" BExp ")" + Block "else" Block [strict(1)] + | "while" "(" BExp ")" Block + | "int" Ids ";" + | "print" "(" AExps ")" ";" + | "halt" ";" + > "join" AExp ";" [strict] + + syntax Ids ::= List{Id,","} [klabel(exps)] + syntax AExps ::= List{AExp,","} [klabel(exps)] + syntax Stmts ::= List{Stmt,""} + syntax AExps ::= Ids +endmodule + + +module IMP + imports IMP-SYNTAX + imports DOMAINS +
+

Semantics

+

We next give the semantics of IMP++. We start by first defining its +configuration.

+

Configuration

+

The original configuration of IMP has been extended to include +all the various additional cells needed for IMP++. +To facilitate the semantics of threads, more specifically +to naturally give them access to their parent's variables, we prefer a +(rather conventional) split of the program state into an +environment and a store. An environment maps +variable names into locations, while a store maps locations +into values. Stores are also sometimes called states, or +heaps, or memory, in the literature. Like values, locations +can be anything. For simplicity, here we assume they are natural +numbers. Moreover, each thread has its own environment, so it knows +where all the variables that it has access to are located in the store +(that includes its locally declared variables as well as the variables +of its parent thread), and its own unique identifier. The store is +shared by all threads. For simplicity, we assume a sequentially consistent +memory model in IMP++. Note that the thread cell has multiplicity +*, meaning that there could be zero, one, or more instances of that cell +in the configuration at any given time. This multiplicity information +is important for K's configuration abstraction process: it tells +K how to complete rules which, in order to increase the modularity of the +definition, choose to not mention the entire configuration context. +The in and out cells hold the input and the output +buffers as lists of items.

+
k
configuration <T color="yellow"> + <threads color="orange"> + <thread multiplicity="*" color="blue" type="Map"> + <id color="black"> 0 </id> + <k color="green"> $PGM:Stmts </k> + <env color="LightSkyBlue"> .Map </env> + </thread> + </threads> +// <br/> + <store color="red"> .Map </store> +// <input color="magenta"> .List </input> +// <output color="Orchid"> .List </output> + <input color="magenta" stream="stdin"> .List </input> + <output color="Orchid" stream="stdout"> .List </output> + </T> +// Replace the <input/> and <output/> cells with the next two in order to +// initialize the input buffer through krun +// <input color="magenta"> $IN:List </input> +// <output color="Orchid"> .List </output> +// Replace the <input/> and <output/> cells with the next two to connect the +// input/output buffers to stdin/stdout through krun +// <input color="magenta" stream="stdin"> .List </input> +// <output color="Orchid" stream="stdout"> .List </output> +// Replace the <input/> and <output/> cells with the next two to connect the +// input/output buffers to stdin/stdout and also allow input through krun +// <input color="magenta" stream="stdin"> $IN:List </input> +// <output color="Orchid" stream="stdout"> .List </output> +
+

We can also use configuration variables to initialize +the configuration through krun. For example, we may want to +pass a few list items in the in cell when the program makes +use of read(), so that the semantics does not get stuck. +Recall from IMP that configuration variables start with a ParseError: KaTeX parse error: Expected group after '_' at position 63: …, for example, +_̲PGM) and can be initialized with any string by +krun; or course, the string should parse to a term of the +corresponding sort, otherwise errors will be generated. +Moreover, K allows you to connect list cells to the standard input or +the standard output. For example, if you add the attribute +stream="stdin" to the in cell, then krun +will prompt the user to pass input when the in cell is empty +and any semantic rule needs at least one item to be present there in +order to match. Similarly but dually, if you add the attribute +stream="stdout" to the out cell, then any item +placed into this cell by any rule will be promptly sent to the +standard output. This way, krun can be used to obtain +interactive interpreters based directly on the K semantics of the +language. For example:

+
shell
sh$ krun sum-io.imp --output none +Add numbers up to (<= 0 to quit)? 10 +Sum = 55 +Add numbers up to (<= 0 to quit)? 1000 +Sum = 500500 +Add numbers up to (<= 0 to quit)? 0 +sh$ +
+

The option --output none instructs krun to not +display the resulting configuration after the program executes. The +input/output streaming works with or without this option, although +if you don't use the option then a configuration with empty +in and out cells will be displayed after the program +is executed. You can also initialize the configuration using +configuration variables and stream the contents of the cells to +standard input/output at the same time. For example, if you use a +configuration variable in the in cell and pass contents to it +through krun, then that contents will be first consumed and +then the user will be prompted to introduce additional input if the +program's execution encounters more read() constructs.

+

The old IMP constructs

+

The semantics of the old IMP constructs is almost identical to their +semantics in the original IMP language, except for those constructs +making use of the program state and for those whose syntax has slightly +changed. Indeed, the rules for variable lookup and assignment in IMP +accessed the state cell, but that cell is not available in IMP++ +anymore. Instead, we have to use the combination of environment and store +cells. Thanks to K's implicit configuration abstraction, we do not have +to mention the thread and threads cells: these are +automatically inferred (and added by the K tool at compile time) from the +definition of the configuration above, as there is only one correct +way to complete the configuration context of these rules in order to +match the configuration declared above. In our case here, "correct way" +means that the k and env cells will be considered as +being part of the same thread cell, as opposed to each being part +of a different thread. Configuration abstraction is crucial for modularity, +because it gives us the possibility to write our definitions in a way that +may not require us to revisit existing rules when we change the configuration. +Changes in the configuration are quite frequent in practice, typically +needed in order to accommodate new language features. For example, +imagine that we initially did not have threads in IMP++. There +would be no need for the thread and threads cells in +the configuration then, the cells k and env being simply +placed at the top level in the T cell, together with the +already existing cells. Then the rules below would be exactly the +same. Thus, configuration abstraction allows you to not have to +modify your rules when you make structural changes in your language +configuration.

+

Below we list the semantics of the old IMP constructs, referring the +reader to the K semantics of IMP for their meaning. Like we tagged the +addition and the division rules above in the syntax, we also tag the lookup +and the assignment rules below (as members of the groups lookup and +assignment), because we want to refer to them when we generate the +language model (with the kompile tool), basically to allow them to +generate (possibly non-deterministic) transitions. Indeed, these two rules, +unlike the other rules corresponding to old IMP constructs, can yield +non-deterministic behaviors when more threads are executed concurrently. +In terms of rewriting, these two rules can "compete" with each other on +some program configurations, in the sense that they can both match at the +same time and different behaviors may be obtained depending upon which of +them is chosen first.

+
k
syntax KResult ::= Int | Bool +
+

Variable lookup

+
k
rule <k> X:Id => I ...</k> + <env>... X |-> N ...</env> + <store>... N |-> I ...</store> [group(lookup)] +
+

Arithmetic constructs

+
k
rule I1 / I2 => I1 /Int I2 when I2 =/=Int 0 + rule I1 + I2 => I1 +Int I2 + rule - I => 0 -Int I +
+

Boolean constructs

+
k
rule I1 <= I2 => I1 <=Int I2 + rule ! T => notBool T + rule true && B => B + rule false && _ => false +
+

Variable assignment

+

Note that the old IMP assignment statement X = I; is now composed of two +constructs: an assignment expression construct X = I, followed by a +semicolon ; turning the expression into a statement. The rationale behind +this syntactic restructuring has been explained in Lesson 7. Here is the +semantics of the two constructs:

+
k
rule _:Int; => . + rule <k> X = I:Int => I ...</k> + <env>... X |-> N ...</env> + <store>... N |-> (_ => I) ...</store> [group(assignment)] +
+

Sequential composition

+

Sequential composition has been defined as a whitespace-separated syntactic +list of statements. Recall that syntactic lists are actually syntactic +sugar for cons-lists. Therefore, the following two rules eventually +sequentialize a syntactic list of statements s1 s2 ... sn.. into the +corresponding computation s1 ~> s2 ~> ... ~> sn.

+
k
rule .Stmts => . + rule S:Stmt Ss:Stmts => S ~> Ss +
+

Conditional statement

+
k
rule if (true) S else _ => S + rule if (false) _ else S => S +
+

While loop

+

The only thing to notice here is that the empty block has been replaced +with the block holding the explicit empty sequence. That's because in +the semantics all empty lists become explicit corresponding dots +(to avoid parsing ambiguities)

+
k
rule while (B) S => if (B) {S while (B) S} else {.Stmts} +
+

The new IMP++ constructs

+

We next discuss the semantics of the new IMP++ constructs.

+

Strings

+

First, we have to state that strings are also results. +Second, we give the semantics of IMP++ string concatenation (which +uses the already existing addition symbol + from IMP) by +reduction to the built-in string concatenation operation.

+
k
syntax KResult ::= String + rule Str1 + Str2 => Str1 +String Str2 +
+

Variable increment

+

Like variable lookup, this is also meant to be a supercool transition: we +want it to count both in the non-determinism due to strict operations above +it in the computation and in the non-determinism due to thread +interleavings. This rule also relies on K's configuration abstraction. +Without abstraction, you would have to also include the thread and +threads cells.

+
k
rule <k> ++X => I +Int 1 ...</k> + <env>... X |-> N ...</env> + <store>... N |-> (I => I +Int 1) ...</store> [group(increment)] +
+

Read

+

The read() construct evaluates to the first integer in the +input buffer, which it consumes. Note that this rule is put in the group +increment. This is because we will include it in the set of +potentially non-deterministic transitions when we kompile the definition; +we want to do that because two or more threads can "compete" on +reading the next integer from the input buffer, and different choices +for the next transition can lead to different behaviors.

+
k
rule <k> read() => I ...</k> + <input> ListItem(I:Int) => .List ...</input> [group(read)] +
+

Print

+

The print statement is strict, so all its arguments are +eventually evaluated (recall that print is variadic). We +append each of its evaluated arguments, in order, to the output buffer, +and structurally discard the residual print statement with an +empty list of arguments. We only want to allow printing integers and +strings, so we define a Printable syntactic category including +only these and define the print statement to only print +Printable elements. Alternatively, we could have had two +similar rules, one for integers and one for strings. Recall that, +currently, K's lists are cons-lists, so we cannot simply rewrite the +head of a list (P) into a list (.). The first rule below is tagged, +because we want to include it in the list of transitions when we kompile; +different threads may compete on the output buffer and we want to capture +all behaviors.

+
k
syntax Printable ::= Int | String + +/* currently it is necessary to subsort Printable to AExp, + but future K should be able to infer that automatically. */ + syntax AExp ::= Printable + + context print(HOLE:AExp, _AEs:AExps); + + rule <k> print(P:Printable,AEs => AEs); ...</k> + <output>... .List => ListItem(P) </output> [group(print)] + rule print(.AExps); => . +
+

Halt

+

The halt statement empties the computation, so the rewriting process +simply terminates as if the program terminated normally. Interestingly, once +we add threads to the language, the halt statement as defined below +will terminate the current thread only. If you want an abrupt termination +statement that halts the entire program, then you need to discard the entire +contents of the threads cell, so the entire computation abruptly +terminates the entire program, no matter how many concurrent threads it has, +because there is nothing else to rewrite.

+
k
rule <k> halt; ~> _ => . </k> +
+

Spawn thread

+

A spawned thread is passed its parent's environment at creation time. +The spawn expression in the parent thread is immediately +replaced by the unique identifier of the newly created thread, so the +parent thread can continue its execution. We only consider a sequentially +consistent shared memory model for IMP++, but other memory models can also +be defined in K; see, for example, the definition of KERNELC. Note that +the rule below does not need to be tagged in order to make it a transition +when we kompile, because the creation of the thread itself does not interfere +with the execution of other threads. Also, note that K's configuration +abstraction is at heavy work here, in two different places. First, the +parent thread's k and env cells are wrapped within a +thread cell. Second, the child thread's k, env +and id cells are also wrapped within a thread cell. Why +that way and not putting all these four cells together within the +same thread, or even create an additional threads cell at top +holding a thread cell with the new k, env +and id? Because in the original configuration we declared +the multiplicity of the thread cell to be *, which +effectively tells the K tool that zero, one or more such cells can +co-exist in a configuration at any moment. The other cells have the +default multiplicity one, so they are not allowed to multiply. +Thus, the only way to complete the rule below in a way consistent with +the declared configuration is to wrap the first two cells in a +thread cell, and the latter two cells under the . +also in a thread cell. Once the rule applies, the spawning +thread cell will add a new thread cell next to it, which is consistent +with the declared configuration cell multiplicity. The unique identifier +of the new thread is generated using the fresh side condition.

+
k
rule <k> spawn S => !T:Int +Int 1 ...</k> <env> Rho </env> + (.Bag => <thread>... <k> S </k> <env> Rho </env> <id> !T +Int 1 </id> ...</thread>) +
+

Join thread

+

A thread who wants to join another thread T has to wait until +the computation of T becomes empty. When that happens, the +join statement is simply dissolved. The terminated thread is not removed, +because we want to allow possible other join statements to also dissolve.

+
k
rule <k> join(T); => . ...</k> <thread>... <k>.</k> <id>T</id> ...</thread> +
+

Blocks

+

The body statement of a block is executed normally, making sure +that the environment at the block entry point is saved in the computation, +in order to be recovered after the block body statement. This step is +necessary because blocks can declare new variables having the same +name as variables which already exist in the environment, and our +semantics of variable declarations is to update the environment map in +the declared variable with a fresh location. Thus, variables which +are shadowed lose their original binding, which is why we take a +snapshot of the environment at block entrance and place it after the +block body (see the semantics of environment recovery at the end of +this module). Note that any store updates through variables which are +not declared locally are kept at the end of the block, since the store +is not saved/restored. An alternative to this environment save/restore +approach is to actually maintain a stack of environments and to push a +new layer at block entrance and pop it at block exit. The variable +lookup/assign/increment operations then also need to change, so we do +not prefer that non-modular approach. Compilers solve this problem by +statically renaming all local variables into fresh ones, to completely +eliminate shadowing and thus environment saving/restoring.

+
k
rule <k> {Ss} => Ss ~> Rho ...</k> <env> Rho </env> +
+

Variable declaration

+

We allocate a fresh location for each newly declared variable and +initialize it with 0.

+
k
rule <k> int (X,Xs => Xs); ...</k> + <env> Rho => Rho[X <- !N:Int] </env> + <store>... .Map => !N |-> 0 ...</store> + rule int .Ids; => . +
+

Auxiliary operations

+

We only have one auxiliary operation in IMP++, the environment +recovery. Its role is to discard the current environment in the +env cell and replace it with the environment that it holds.

+
k
rule <k> Rho => . ...</k> <env> _ => Rho </env> +
+

If you want to avoid useless environment recovery steps and keep the size +of the computation structure smaller, then you can also add the rule

+
  rule (_:Map => .) ~> _:Map
+
+

This rule acts like a ``tail recursion'' optimization, but for blocks. */

+
k
// verification ids + syntax Id ::= "n" [token] + | "sum" [token] + | "a" [token] + | "b" [token] + | "c" [token] +endmodule +
+

On Kompilation Options

+

We are done with the IMP++ semantics. The next step is to kompile the +definition using the kompile tool, this way generating a language +model. Depending upon for what you want to use the generated language model, +you may need to kompile the definition using various options. We here discuss +these options.

+

To tell the K tool to exhaustively explore all the behaviors due to the +non-determinism of addition, division, and threads, we have to kompile +with the command:

+
shell
kompile imp.k --transition="addition division lookup assignment increment read print" +
+

As already mentioned, the syntax and rule groups play no theoretical or +foundational role in K. They are only a means to allow kompile to +refer to them in its options, like we did above. By default, kompile's +transition option is empty, because this yields the fastest language model when +executed. Transitions may slow down the execution, but they instrument +the language model to allow for formal analysis of program behaviors, even for +exhaustive analysis.

+

Theoretically, the heating/cooling rules in K are fully reversible and +unconstrained by side conditions as we showed in the semantics of IMP. +For example, the theoretical heating/cooling rules corresponding to the +strict attribute of division are the following:

+
E₁ / E₂ ⇒ E₁ ⤳ □ / E₂
+E₁ ⤳ □ / E₂ ⇒ E₁ / E₂
+E₁ / E₂ ⇒ E₂ ⤳ E₁ / □
+E₂ ⤳ E₁ / □ ⇒ E₁ / E₂
+
+

The other semantic rules apply modulo such structural rules. +For example, using heating rules we can bring a redex (a subterm which +can be reduced with semantic rules) to the front of the computation, +then reduce it, then use cooling rules to reconstruct a term over the +original syntax of the language, then heat again and +non-deterministically pick another redex, and so on and so forth +without losing any opportunities to apply semantic rules. +Nevertheless, these unrestricted heating/cooling rules may create an +immense, often unfeasibly large space of possibilities to analyze. +The --transition option implements an optimization which works +well with other implementation choices made in the current K tool. +Recall from the detailed description of the IMP language semantics that +(theoretical) reversible rules like above are restricted by default +to complementary conditional rules of the form

+
E₁ / E₂ ⇒ E₁ ⤳ □ / E₂
+   if E₁ not in KResult
+E₁ ⤳ □ / E₂ ⇒ E₁ / E₂
+   if E₁ in KResult
+E₁ / E₂ ⇒ E₂ ⤳ E₁ / □
+   if E₂ not in KResult
+E₂ ⤳ E₁ / □  ⇒ E₁ / E₂
+   if  E₂ in KResult
+
+

Therefore, our tool eagerly heats and lazily cools the computation. +In other words, heating rules apply until a redex gets placed on the +top of the computation, then some semantic rule applies and rewrites +that into a result, then a cooling rule is applied to plug the +obtained result back into its context, then another argument may be +chosen and completely heated, and so on. This leads to efficient +execution, but it may and typically does hide program behaviors. +Using the --transition option allows you to interfere with this +process and to obtain all possible non-deterministic behaviors as if +the theoretical heating/cooling rules were applied. Optimizations +of course happen under the hood, but you need not be aware of them. +Used carefully, this mechanism allows us to efficiently explore more of +the non-deterministic behaviors of a program, even all of them (like here). +For example, with the semantics of IMP++ given above, the krun +command with the --search option detects all five behaviors +of the following IMP++ program (x can be 0, 1, 2, 3, or undefined +due to division-by-zero):

+
  int x,y;
+  x = 1;
+  y = ++x / (++x / x);
+
+

Besides non-determinism due to underspecified argument evaluation +orders, which the current K tool addresses as explained above, there +is another important source of non-determinism in programming languages: +non-determinism due to concurrency/parallelism. For example, when two +or more threads are about to access the same location in the store and at +least one of these accesses is a write (i.e., an instance of the variable +assignment rule), there is a high chance that different choices for +the next transition lead to different program behaviors. While in the +theory of K all the count as computational steps +and hereby as transitions in the transition system associated to the +program, in practice that may yield a tremendous number of step +interleavings to consider. Most of these interleavings are behaviorally +equivalent for most purposes. For example, the fact that a thread computes +a step 8+3 ⇒ 11 is likely irrelevant for the other +threads, so one may not want to consider it as an observable transition in +the space of interleavings. Since the K tool cannot know without help which +transitions need to be explored and which do not, our approach is to +let the user say so explicitly using the transition option of +kompile.

+
+
+ + +
+ + + +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/4_imp++/lesson_8/index.html b/k-distribution/pl-tutorial/1_k/4_imp++/lesson_8/index.html new file mode 100644 index 00000000000..4548e7ea8aa --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/4_imp++/lesson_8/index.html @@ -0,0 +1,404 @@ + + + + + + + + + + + + + + +Wrapping up Larger Languages | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Wrapping up Larger Languages

+

In this lesson we wrap up IMP++'s semantics and also generate its poster. +While doing so, we also learn how to display larger configurations in order +to make them easier to read and print.

+

Note that we rearrange a bit the semantics, to group the semantics of old +IMP's constructs together, and separate it from the new IMP++'s semantics.

+

There is a detailed discussion at the end of the document about the +--transition option of kompile, because that is important and we want +the poster to include everything we learned in this part of the tutorial.

+

You can go even further and manually edit the generated Latex document. +You typically want to do that when you want to publish your language +definition, or parts of it, and you need to finely tune it to fit the +editing requirements. For example, you may want to insert some negative +spaces, etc.

+

Part 4 of the tutorial is now complete. At this moment you should know most +of K framework's features and how to use the K tool. You can now define or +design your own programming languages, and then execute and analyze programs.

+

MOVIE (out of date) [06'26"]

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/5_types/index.html b/k-distribution/pl-tutorial/1_k/5_types/index.html new file mode 100644 index 00000000000..802670a38c8 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/5_types/index.html @@ -0,0 +1,392 @@ + + + + + + + + + + + + + + +Part 5: Defining Type Systems | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Part 5: Defining Type Systems

+

In this part of the tutorial we will show that defining type systems for +languages is essentially no different from defining semantics. The major +difference is that programs and fragments of programs now rewrite to their +types, instead of to concrete values. In terms of K, we will learn how +to use it for a certain particular but important kind of applications.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/5_types/lesson_1.9/NOTES/index.html b/k-distribution/pl-tutorial/1_k/5_types/lesson_1.9/NOTES/index.html new file mode 100644 index 00000000000..fb139c80745 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/5_types/lesson_1.9/NOTES/index.html @@ -0,0 +1,383 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

This currently does NOT work, because of the rules

+
rule _:Int => int                            [anywhere]
+rule _:Bool => bool                          [anywhere]
+
+

which now rewrite ANY integer ANYWHERE to "int", including integers +that appear in the internal data-structures/functions of the builtins. +We will need to allow a strategy where "anywhere" means anywhere in one +or more computational cells.

+
+
+ + +
+ +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/5_types/lesson_1/NOTES/index.html b/k-distribution/pl-tutorial/1_k/5_types/lesson_1/NOTES/index.html new file mode 100644 index 00000000000..eb163cb2fc6 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/5_types/lesson_1/NOTES/index.html @@ -0,0 +1,376 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Explain the lack of tenv(...)?

+
+
+ + +
+ +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/5_types/lesson_1/index.html b/k-distribution/pl-tutorial/1_k/5_types/lesson_1/index.html new file mode 100644 index 00000000000..0f5aab19984 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/5_types/lesson_1/index.html @@ -0,0 +1,492 @@ + + + + + + + + + + + + + + +Imperative, Environment-Based Type Systems | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Imperative, Environment-Based Type Systems

+

In this lesson you learn how to define a type system for an imperative +language (the IMP++ language defined in Part 4 of the tutorial), using a style +based on type environments.

+

Let us copy the imp.k file from Part 4 of the tutorial, Lesson 7, which holds +the semantics of IMP++, and modify it into a type system. The resulting type +system, when executed, yields a type checker.

+

We start by defining the new strictness attributes of the IMP++ syntax. +While doing so, remember that programs and fragments of programs now reduce +to their types. So types will be the new results of our new (type) semantics. +We also clean up the semantics by removing the unnecessary tags, and also +use strict instead of seqstrict wherever possible, because strict gives +implementations more freedom. Interestingly, note that spawn is strict now, +because the code of the child thread should type in the current parent's type +environment. Note that this is not always the case for threads, see for example +SIMPLE in the languages tutorial, but it works here for our simpler IMP++.

+

From a typing perspective, the && construct is strict in both its arguments; +its short-circuit (concrete) semantics is irrelevant for its (static) type +system. Similarly, both the conditional and the while loop are strict +constructs when regarded through the typing lenses.

+

Finally, the sequential composition is now sequentially strict! Indeed, +statements are now going to reduce to their type, stmt, and it is critical +for sequential composition to type its argument statements left-to-right; +for example, imagine that the second argument is a variable declaration (whose +type semantics will modify the type environment).

+

We continue by defining the new results of computations, that is, the actual +types. In this simple imperative language, we only have a few constant types: +int, bool, string, block and stmt.

+

We next define the new configuration, which is actually quite simple. Besides +the <k/> cell, all we need is a type environment cell, <tenv/>, which will +hold a map from identifiers to their types. A type environment is therefore +like a state in the abstract domain of type values.

+

Let us next modify the semantic rules, turning them into a type system. In +short, the idea is to reduce the basic values to their types, and then have a +rule for each language construct reducing it to its result type whenever its +arguments have the expected types.

+

We write the rules in the order given by the syntax declarations, to make +sure we do not forget any construct.

+

Integers reduce to their type, int.

+

So do the strings.

+

Variables are now looked up in the type environment and reduced to their type +there. Since we only declare integer variables in IMP++, their type in tenv +will always be int. Nevertheless, we write the rule generically, so that we +would not have to change it later if we add other type declarations to IMP++. +Note that we reject programs which lookup undeclared variables. Rejection, +in this case, means rewriting getting stuck.

+

Variable increment types to int, provided the variable has type int.

+

Read types to int, because we only allow integer input.

+

Division is only allowed on integers, so it rewrites to int provided that its +arguments rewrite to int. Note, however, that in order to write int / int, +we have to explicitly add int to the syntax of arithmetic expressions. +Otherwise, the K parser rightfully complains, because / was declared on +arithmetic expressions, not on types. One simple and generic way to allow +types to appear anywhere, is to define Type as a syntactic subcategory of all +the other syntactic categories. Let's do it on a by-need basis, though.

+

Addition is overloaded, so we add two typing rules for it: one for integers +and another for strings.

+

As discussed, spawn types to stmt provided that its argument types to +block.

+

The assignment construct was strict(2); its typing policy is that the declared +type of X should be identical to the type of the assigned value. Like for +lookup, we define this rule more generically than needed for IMP++, for any +type, not only for int.

+

The typing rules for Boolean expression constructs are in the same spirit. +Note that we need only one rule for &&.

+

The typing of blocks is a bit trickier. First, note that we still need to +recover the environment after the block is typed, because we do not want the +block-local variables to be visible in the outer type environment. We recover +the type environment only after the block-enclosed statements type; moreover, +we also opportunistically yield a block type on the computation when we +discard the type environment recovery item. To account for the fact that the +block-enclosed statement can itself be a block (e.g., {{S}}), we would need an +additional rule. Since we do not like repetition, we instead group the types +block and stmt into one syntactic category, BlockOrStmtType, and now we +can have only one rule. We also include BlockOrStmtType in Type, as a +replacement for the two basic types.

+

The expression statement types as expected. Recall that we only allow +arithmetic expressions, which type to int, to be used as statements in IMP++.

+

The conditional was declared strict in all its arguments. Its typing policy +is that its first argument types to bool and its two branches to block. +If that is the case, then it yields a stmt type.

+

For while, its first argument should type to bool and its second to block.

+

Variable declarations add new bindings to the type environment. Recall that +we can only declare variables of integer type in IMP++.

+

The typing policy of print is that it can only print integer or string values, +and in that case it types to stmt. Like for BlockOrStmtType, to avoid +having two similar rules, one for int and another for string, we prefer to +introduce an additional syntactic category, PrintableType, which includes both +int and string types.

+

halt types to stmt; so its subsequent code is also typed.

+

join types to stmt, provided that its argument types to int.

+

Sequential composition was declared as a whitespace-separated sequentially +strict list. Its typing policy is that all the statements in the list should +type to stmt or block in order for the list to type to stmt. Since +lists are maintained internally as cons-lists, this is probably the simplest +way to do it:

+
rule .Stmts => stmt
+rule _:BlockOrStmtType Ss => Ss
+
+

Note that the first rule, which types the empty sequence of statements to stmt, +is needed anyway, to type empty blocks {} (together with the block rule).

+

kompile imp.k and krun all the programs in Part 4 of the tutorial. They +should all type to stmt.

+

In the next lesson we will define a substitution-based type system for LAMBDA.

+

Go to Lesson 2, Type Systems: Substitution-Based Higher-Order Type Systems.

+

MOVIE (out of date) [10'11"]

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/5_types/lesson_2/NOTES/index.html b/k-distribution/pl-tutorial/1_k/5_types/lesson_2/NOTES/index.html new file mode 100644 index 00000000000..b60fcefd682 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/5_types/lesson_2/NOTES/index.html @@ -0,0 +1,377 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Maybe we should define simply-typed lambda calculus in some earlier +lecture in tutorial 1, and then reuse its examples here.

+
+
+ + +
+ +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/5_types/lesson_2/index.html b/k-distribution/pl-tutorial/1_k/5_types/lesson_2/index.html new file mode 100644 index 00000000000..80d55159e7e --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/5_types/lesson_2/index.html @@ -0,0 +1,447 @@ + + + + + + + + + + + + + + +Substitution-Based Higher-Order Type Systems | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Substitution-Based Higher-Order Type Systems

+

In this lesson you learn how to define a substitution-based type system for +a higher-order language, namely the LAMBDA language defined in Part 1 of the +tutorial.

+

Let us copy the definition of LAMBDA from Part 1 of the tutorial, Lesson 8. +We are going to modify it into a type systems for LAMBDA.

+

Before we start, it is important to clarify an important detail, namely that +our type system will yield a type checker when executed, not a type +inferencer. In particular, we are going to change the LAMBDA syntax +to allow us to associate a type to each declared variable. The +constructs which declare variables are lambda, let, letrec and mu. +The syntax of all these will therefore change.

+

Since here we are not interested in a LAMBDA semantics anymore, we take the +freedom to eliminate the Val syntactic category, our previous results. +Our new results are going to be the types, because programs will now reduce +to their types.

+

As explained, the syntax of the lambda construct needs to change, to also +declare the type of the variable that it binds. We add the new syntactic +category Type, with the following constructs: int, bool, the function +type (which gives it its higher-order status), and parentheses as bracket. +Also, we make types our K results.

+

We are now ready to define the typing rules.

+

Let us start with the typing rule for lambda abstraction: lambda X : T . E +types to the function type T -> T', where T' is the type obtained by further +typing E[T/X]. This can be elegantly achieved by reducing the lambda +abstraction to T -> E[T/X], provided that we extend the function type construct +to take expressions, not only types, as arguments, and to be strict. +This can be easily achieved by redeclaring it as a strict expression construct +(strictness in the second argument would suffice in this example, but it is +more uniform to define it strict overall).

+

The typing rule for application is as simple as it can get: (T1->T2) T1 => T2.

+

Let us now give the typing rules of arithmetic and Boolean expression +constructs. First, let us get rid of Val. Second, rewrite each value to its +type, similarly to the type system for IMP++ in the previous lesson. Third, +replace each semantic rule by its typing rule. Fourth, make sure you +do not forget to subsort Type to Exp, so your rules above will parse.

+

The typing policy of the conditional statement is that its first argument +should type to bool and its other two arguments should type to the same type +T, which will also be the result type of the conditional. So we make the +conditional construct strict in all its three arguments and we write the +obvious rule: if bool then T:Type else T => T. We want a runtime check that +the latter arguments are actually typed, so we write T:Type.

+

There is nothing special about let, except that we have to make sure we +change its syntax to account for the type of the variable that it binds. +This rule is a macro, so the let is desugared statically.

+

Similarly, the syntax of letrec and mu needs to change to account for the +type of the variable that they bind. The typing of letrec remains based on +its desugaring to mu; we have to make sure the types are also included now.

+

The typing policy of mu is that its body should type to the same type T of +its variable, which is also the type of the entire mu expression. This can +be elegantly achieved by rewriting it to (T -> T) E[T/X]. Recall that +application is strict, so E[T/X] will be eventually reduced to its type. +Then the application types correctly only if that type is also T, and in +that case the result type will also be T.

+

kompile and krun some programs. You can, for example, take the LAMBDA +programs from the first tutorial, modify them by adding types to their +variable declarations, and then type check them using krun.

+

In the next lesson we will discuss an environment-based type system +for LAMBDA.

+

Go to Lesson 3, Type Systems: Environment-Based Higher-Order Type Systems.

+

MOVIE (out of date) [6'52"]

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/5_types/lesson_3/index.html b/k-distribution/pl-tutorial/1_k/5_types/lesson_3/index.html new file mode 100644 index 00000000000..00abbecbc11 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/5_types/lesson_3/index.html @@ -0,0 +1,434 @@ + + + + + + + + + + + + + + +Environment-Based Higher-Order Type Systems | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Environment-Based Higher-Order Type Systems

+

In this lesson you learn how to define an environment-based type system for +a higher-order language, namely the LAMBDA language defined in Part 1 of the +tutorial.

+

The simplest and fastest way to proceed is to copy the substitution-based +type system of LAMBDA from the previous lesson and modify it into an +environment-based one. A large portion of the substitution-based definition +will remain unchanged. We only have to modify the rules that use +substitution.

+

We do not need the substitution anymore, so we can remove the require and +import statements. The syntax of types and expressions stays unchanged, but +we can now remove the binder tag of lambda.

+

Like in the type system of IMP++ in Lesson 1, we need a configuration that +contains, besides the <k/> cell, a <tenv/> cell that will hold the type +environment.

+

In an environment-based definition, unlike in a substitution-based one, we +need to lookup variables in the environment. So let us start with the +type lookup rule:

+
rule <k> X:Id => T ...</k> <tenv>... X |-> T ...</k>
+
+

The type environment is populated by the semantic rule of lambda:

+
rule <k> lambda X : T . E => (T -> E) ~> Rho ...</k>
+     <tenv> Rho => Rho[X <- T] </tenv>
+
+

So X is bound to its type T in the type environment, and then T -> E +is scheduled for processing. Recall that the arrow type construct has been +extended into a strict expression construct, so E will be eventually reduced +to its type. Like in other environment-based definitions, we need to make +sure that we recover the type environment after the computation in the scope +of the declared variable terminates.

+

The typing rule of application does not change, so it stays as elegant as it +was in the substitution-based definition:

+
rule (T1 -> T2) T1 => T2
+
+

So do the rules for arithmetic and Boolean constructs, and those for the +if, and let, and letrec.

+

The mu rule needs to change, because it was previously defined using +substitution. We modify it in the same spirit as we modified the lambda +rule: bind X to its type in the environment, schedule its body for typing +in its right context, and then recover the type environment.

+

Finally, we give the semantics of environment recovery, making sure +the environment is recovered only after the preceding computation is +reduced to a type:

+

rule _:Type ~> (Rho => .) ... _ => Rho

+

The changes that we applied to the substitution-based definition were +therefore quite systematic: each substitution invocation was replaced with +an appropriate type environment update/recovery.

+

Go to Lesson 4, Type Systems: A Naive Substitution-Based Type Inferencer.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/5_types/lesson_4/NOTES/index.html b/k-distribution/pl-tutorial/1_k/5_types/lesson_4/NOTES/index.html new file mode 100644 index 00000000000..90cdc25aa2e --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/5_types/lesson_4/NOTES/index.html @@ -0,0 +1,380 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

The README needs to be changed to reflect the fact that we now have a builtin +unification procedure. We may even want to merge this lecture with the +next one, and eliminate the approach where we throw equalities on the computation. +This needs some more thinking, though, especialy on how to smoothly glue it +with Lesson 6, where we also use equalities.

+
+
+ + +
+ +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/5_types/lesson_4/index.html b/k-distribution/pl-tutorial/1_k/5_types/lesson_4/index.html new file mode 100644 index 00000000000..41b7045f341 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/5_types/lesson_4/index.html @@ -0,0 +1,577 @@ + + + + + + + + + + + + + + +A Naive Substitution-Based Type Inferencer | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

A Naive Substitution-Based Type Inferencer

+

In this lesson you learn how to define a naive substitution-based type +inferencer for a higher-order language, namely the LAMBDA language +defined in Part 1 of the tutorial.

+

Unlike in the type checker defined in Lessons 2 and 3, where we had to +associate a type with each declared variable, a type inferencer +attempts to infer the types of all the variables from the way those +variables are used. Let us take a look at this program, say plus.lambda:

+
lambda x . lambda y . x + y
+
+

Since x and y are used in an integer addition context, we can infer +that they must have the type int and the result of the addition is +also an int, so the type of the entire expression is int -> int -> int. +Similarly, the program if.lambda

+
lambda x . lambda y . lambda z .
+  if x then y else z
+
+

can only make sense when x has type bool and y and z have the same +type, say t, in which case the type of the entire expression is +bool -> t -> t -> t. Since the type t can be anything, we say that +the type of this expression is polymorphic. That means that the code +above can be used in different contexts, where t can be an int, a +bool, a function type int -> int, and so on.

+

In the identity.lambda program

+
let f = lambda x . x
+in f 1
+
+

f has such a polymorphic type, which is then applied to an integer, +so this program is type-safe and its type is int.

+

A typical polymorphic expression is the composition

+
lambda f . lambda g . lambda x .
+  g (f x)
+
+

which has the type (t1 -> t2) -> (t2 -> t3) -> (t1 -> t3), polymorphic +in 3 types.

+

Let us now define our naive type inferencer and then we discuss more +examples. The idea is quite simple: we conceptually do the same +operations like we did within the type checker defined in Lesson 2, +with two important differences:

+
    +
  1. instead of declaring a type with each declared variable, we assume +a fresh type for that variable; and
  2. +
  3. instead of checking that the types of expressions satisfy the +type properties of the context in which they are used, we impose +those properties as type equality constraints. A general-purpose +unification-based constraint solving mechanism is then used to solve +the generated type constraints.
  4. +
+

Let us start with the syntax, which is essentially identical to that +of the type checker in Lesson 2, except that bound variables are not +declared a type anymore. Also, to keep things more compact, we put +all the Exp syntax declarations in one syntax declaration this time.

+ +

Before we modify the rules, let us first define our machinery for +adding and solving constraints. First, we require and import the +unification procedure. We do not discuss unification here, but if you +are interested you can consult the unification.k files under +k-distribution/include/kframework/builtin, which contains our current generic +definition of unification, which is written also in K. The generic unification +provides a sort, Mgu, for most-general-unifier, an operation +updateMgu(Mgu,T1,T2) which updates Mgu with additional constraints +generated by forcing the terms T1 and T2 to be equal, and an operation +applyMgu(Mgu,T) which applies Mgu to term T. For our use +of unification here, we do not even need to know how Mgu terms are +represented internally.

+

We define a K item construct, =, which takes two Type terms and +enforces them to be equal by means of updating the current Mgu. +Once the constraints are added to the Mgu, the equality dissolves +itself. With this semantics of = in mind, we can now go ahead and +modify the rules of the type checker systematically into rules +for a type inferencer. The changes are self-explanatory and +mechanical: for example, the rule

+
rule int * int => int
+
+

changes into rule

+
rule T1:Type  * T2:Type => T1 = int ~> T2 = int ~> int
+
+

generating the constraints that the two arguments of multiplication +have the type int, and the result type is int. Recall that each type +equality on the <k/> cell updates the current Mgu appropriately and +then dissolves itself; thus, the above says that after imposing the +constraints T1=int and T2=int, multiplication yields a type int.

+

As mentioned above, since types of variables are not declared anymore, +but inferred, we have to generate a fresh type for each variable at its +declaration time, and then generate appropriately constraints for it. +For example, the type semantics of lambda and mu become:

+
rule lambda X . E => T -> E[T/X]  when fresh(T:Type)
+rule mu X . E => (T -> T) E[T/X]  when fresh(T:Type)
+
+

that is, we add a condition stating that the previously declared type +is now a fresh one. This type will be further constrained by how the +variable X is being used within E.

+

Interestingly, the previous typing rule for lambda application is not +powerful enough anymore. Indeed, since types are not given anymore, +it may very well be the case that the inferred type of the first +argument of the application construct is not yet a function type +(remember, for example, the program composition.lambda above). What +we have to do is to enforce it to be a function type, by means of +fresh types and constraints. We can introduce a fresh type for the +result of the application, and then write the expected rule as +follows:

+
rule T1:Type T2:Type => T1 = (T2 -> T) ~> T  when fresh(T:Type)
+
+

The conditional requires that its first argument is a bool and its +second and third arguments have the same type, which is also the +result type.

+

The macros do not change, in particular let is desugared into lambda +application. We will next see that this is a significant restriction, +because it limits the polymorphism of our type system.

+

We are done. We have a working type inferencer for LAMBDA.

+

Let's kompile it and krun the programs above. They all work as +expected. Let us also try some additional programs, to push it to its +limits.

+

First, let us test mu by means of a letrec example:

+
letrec f x = 3
+in f
+
+

We can also try all the programs that we had in our first tutorial, on +lambda, for example the factorial.imp program:

+
letrec f x = if x <= 1 then 1 else (x * (f (x + -1)))
+in (f 10)
+
+

Those programs are simple enough that they should all work as +expected with our naive type inferencer here.

+

Let us next try to type some tricky programs, which involve more +complex and indirect type constraints.

+

tricky-1.lambda:

+
lambda f . lambda x . lambda y . (
+  (f x y) + x + (let x = y in x)
+)
+
+

tricky-2.lambda:

+
lambda x .
+  let f = lambda y . if true then y else x
+  in (lambda x . f 0)
+
+

tricky-3.lambda:

+
lambda x . let f = lambda y . if true then x 7 else x y
+           in f
+
+

tricky-4.lambda:

+
lambda x . let f = lambda x . x
+           in let d = (f x) + 1
+              in x
+
+

tricky-5.lambda:

+
lambda x . let f = lambda y . x y
+           in let z = x 0 in f
+
+

It is now time to see the limitations of this naive type inferencer. +Consider the program

+
let id = lambda x . x
+in if (id true) then (id 1) else (id 2)
+
+

Our type inferencer fails graciously with a clash in the <mgu/> cell +between int and bool. Indeed, the desugaring macro of let turns it +into a lambda and an application, which further enforce id to have a +type of the form t -> t for some fresh type t. The first use of id +in the condition of if will then constrain t to be bool, while the +other uses in the two branches will enforce t to be int. Thus the +clash in the <mgu/> cell.

+

Similarly, the program

+
let id = lambda x . x
+in id id
+
+

yields a different kind of conflict: if id has type t -> t, in order +to apply id to itself it must be the case that its argument, t, equals +t -> t. These two type terms cannot be unified because there is a +circular dependence on t, so we get a cycle in the <mgu/> cell.

+

Both limitations above will be solved when we change the semantics of +let later on, to account for the desired polymorphism.

+

Before we conclude this lesson, let us see one more interesting +example, where the lack of let-polymorphism leads not to a type error, +but to a less generic type:

+
let f1 = lambda x . x in
+  let f2 = f1 in
+    let f3 = f2 in
+      let f4 = f3 in
+        let f5 = f4 in
+          if (f5 true) then f2 else f3
+
+

Our current type inferencer will infer the type bool -> bool for the +program above. Nevertheless, since all functions f1, f2, f3, f4, f5 +are the identity function, which is polymorphic, we would expect the +entire program to type to the same polymorphic identity function type.

+

This limitation will be also addressed when we define our +let-polymorphic type inferencer.

+

Before that, in the next lesson we will show how easily we can turn +the naive substitution-based type inferencer discussed in this lesson +into a similarly naive, but environment-based type inferencer.

+

Go to Lesson 5, Type Systems: A Naive Environment-Based Type Inferencer.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/5_types/lesson_5/index.html b/k-distribution/pl-tutorial/1_k/5_types/lesson_5/index.html new file mode 100644 index 00000000000..0d9d5c24a42 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/5_types/lesson_5/index.html @@ -0,0 +1,433 @@ + + + + + + + + + + + + + + +A Naive Environment-Based Type Inferencer | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

A Naive Environment-Based Type Inferencer

+

In this lesson you learn how to define a naive environment-based type +inferencer for a higher-order language. Specifically, we take the +substitution-based type inferencer for LAMBDA defined in Lesson 4 and +turn it into an environment-based one.

+

Recall from Lesson 3, where we defined an environment-based type +checker for LAMBDA based on the substitution-based one in Lesson 2, +that the transition from a substitution-based definition to an +environment-based one was quite systematic and mechanical: each +substitution occurrence E[T/X] is replaced by E, but at the same time +the variable X is bound to type T in the type environment. One benefit +of using type environments instead of substitution is that we replace +a linear complexity operation (the substitution) with a constant +complexity one (the variable lookup).

+

There is not much left to say which has not been already said in +Lesson 3: we remove the unnecessary binder annotations for the +variable binding operations, then add a <tenv/> cell to the +configuration to hold the type environment, then add a new rule for +variable lookup, and finally apply the transformation of substitutions +E[T/X] into E as explained above.

+

The resulting type inferencer should now work exactly the same way as +the substitution-based one, except, of course, that the resulting +configurations will contain a <tenv/> cell now.

+

As sanity check, let us consider two more LAMBDA programs that test +the static scoping nature of the inferencer. We do that because +faulty environment-based definitions often have this problem. The +program

+
let x = 1
+in let f = lambda a . x
+   in let x = true
+      in f 3
+
+

should type to int, not to bool, and so it does. Similarly, the +program

+
let y = 0
+in letrec f x = if x <= 0
+                then y
+                else let y = true
+                     in f (x + 1)
+   in f 1
+
+

should also type to int, not bool, and so it does, too.

+

The type inferencer defined in this lesson has the same limitations, +in terms of polymorphism, as the one in Lesson 4. In the next +lesson we will see how it can be parallelized, and in further lessons +how to make it polymorphic.

+

Go to Lesson 6, Type Systems: Parallel Type Checkers/Inferencers.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/5_types/lesson_6/NOTES/index.html b/k-distribution/pl-tutorial/1_k/5_types/lesson_6/NOTES/index.html new file mode 100644 index 00000000000..ece4a1c6af7 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/5_types/lesson_6/NOTES/index.html @@ -0,0 +1,377 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

The README needs to be changed to reflect the fact that we now have a builtin +unification procedure.

+
+
+ + +
+ +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/5_types/lesson_6/index.html b/k-distribution/pl-tutorial/1_k/5_types/lesson_6/index.html new file mode 100644 index 00000000000..11d3bce844b --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/5_types/lesson_6/index.html @@ -0,0 +1,487 @@ + + + + + + + + + + + + + + +Parallel Type Checkers/Inferencers | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Parallel Type Checkers/Inferencers

+

In this lesson you learn how to define parallel type checkers or +inferencers. For the sake of a choice, we will parallelize the one in +the previous lesson, but the ideas are general. We are using the same +idea to define type checkers for other languages in the K tool +distribution, such as SIMPLE and KOOL.

+

The idea is in fact quite simple. Instead of one monolithic typing +task, we generate many smaller tasks, which can be processed in +parallel. We use the same approach to define parallel semantics as we +used for threads in IMP++ in Part 4 of the tutorial, that is, we add a +cell holding all the parallel tasks, making sure we declare the cell +holding a task with multiplicity *. For the particular type +inferencer that we chose here, the one in Lesson 5, each task will +hold an expression to type together with a type environment (so it +knows where to lookup its free variables). We have the following +configuration then:

+
configuration <tasks color="yellow">
+                <task color="orange" multiplicity="*">
+                  <k color="green"> $PGM:Exp </k>
+                  <tenv color="red"> .Map </tenv>
+                </task>
+              </tasks>
+              <mgu color="blue"> .Mgu </mgu>
+
+

Now we have to take each typing rule we had before and change it to +yield parallel typing. For example, our rule for typing +multiplication was the following in Lesson 5:

+
rule T1:Type * T2:Type => T1 = int ~> T2 = int ~> int
+
+

Since * was strict, its two arguments eventually type, and once that +happens the rule above fires. Unfortunately, the strictness of +multiplication makes the typing of the two expressions sequential in +our previous definition. To avoid typing the two expressions +sequentially and instead generating two parallel tasks, we remove the +strict attribute of multiplication and replace the rule above with the +following:

+
rule <k> E1 * E2 => int ...</k> <tenv> Rho </tenv>
+     (. => <task> <k> E1 = int </k> <tenv> Rho </tenv> </task>
+           <task> <k> E2 = int </k> <tenv> Rho </tenv> </task>)
+
+

Therefore, we generate two tasks for typing E1 and E2 in the same type +environment as the current task, and let the current task continue by +simply optimistically reducing E1*E2 to its expected result type, int. +If E1 or E2 will not type to int, then either their corresponding +tasks will get stuck or the <mgu/> cell will result into a clash or cycle, +so the program will not type overall in spite of the fact that we +allowed the task containing the multiplication to continue. This is +how we get maximum of parallelism in this case.

+

Before we continue, note that the new tasks hold equalities in them, +where one of its arguments is an expression, while previously the +equality construct was declared to take types. What we want now is +for the equality construct to possibly take any expressions, and first +type them and then generate the type constraint like before. This can +be done very easily by just extending the equality construct to +expressions and declaring it strict:

+
syntax KItem ::= Exp "=" Exp  [strict]
+
+ +

Unlike before, where we only passed types to the equality construct, +we now need a runtime check that its arguments are indeed types before +we can generate the updateMgu command:

+
rule <k> T:Type = T':Type => . ...</k>
+     <mgu> Theta:Mgu => updateMgu(Theta,T,T') </mgu>
+
+

Like before, an equality will therefore update the <mgu/> cell and then +it dissolves itself, letting the <k/> cell in the corresponding task +empty. Such empty tasks are unnecessary, so they can be erased:

+
rule <task>... <k> . </k> ...</task> => .
+
+

We can now follow the same style as for multiplication to write the +parallel typing rules of the other arithmetic constructs, and even for +the conditional.

+

To parallelize the typing of lambda we generate two fresh types, one +for the variable and one for the body, and make sure that we generate +the correct type constraint and environment in the body task:

+
rule <k> lambda X . E => Tx -> Te ...</k> <tenv> TEnv </tenv>
+     (. => <task> <k> E = Te </k> <tenv> TEnv[Tx/X] </tenv> </task>)
+  when fresh(Tx:Type) andBool fresh(Te:Type)
+
+

Note that the above also allows us to not need to change and then +recover the environment of the current cell.

+

For function application we also need to generate two fresh types:

+
rule <k> E1 E2 => T ...</k> <tenv> Rho </tenv>
+     (. => <task> <k> E1 = T2 -> T </k> <tenv> Rho </tenv> </task>
+           <task> <k> E2 = T2 </k> <tenv> Rho </tenv> </task>)
+  when fresh(T2:Type) andBool fresh(T:Type)
+
+

The only rule left is that of mu X . E. In this case we only need one +fresh type, because X, E and mu X . E have all the same type:

+
rule <k> mu X . E => T ...</k>  <tenv> TEnv </tenv>
+     (. => <task> <k> E = T </k> <tenv> TEnv[T/X] </tenv> </task>)
+  when fresh(T:Type)
+
+

We do not need the type environment recovery operation, so we delete it.

+

We can now kompile and krun all the programs that we typed in Lesson 5. +Everything should work.

+

In this lesson we only aimed at parallelizing the type inferencer in +Lesson 5, not to improve its expressiveness; it still has the same +limitations in terms of polymorphism. The next lessons are dedicated +to polymorphic type inferencers.

+

Go to Lesson 7, Type Systems: A Naive Substitution-based Polymorphic Type Inferencer.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/5_types/lesson_7/NOTES/index.html b/k-distribution/pl-tutorial/1_k/5_types/lesson_7/NOTES/index.html new file mode 100644 index 00000000000..dee3b68852f --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/5_types/lesson_7/NOTES/index.html @@ -0,0 +1,378 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

This approach leads to an incorrect type checker, in that programs which +lead to a runtime error will type. See tricky-5 and/or variations of it.

+

Discuss monomorphic vs. polymorphic types and type inferencers.

+
+
+ + +
+ +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/5_types/lesson_7/index.html b/k-distribution/pl-tutorial/1_k/5_types/lesson_7/index.html new file mode 100644 index 00000000000..332042338bd --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/5_types/lesson_7/index.html @@ -0,0 +1,492 @@ + + + + + + + + + + + + + + +A Naive Substitution-based Polymorphic Type Inferencer | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

A Naive Substitution-based Polymorphic Type Inferencer

+

In this lesson you learn how little it takes to turn a naive monomorphic +type inferencer into a naive polymorphic one, basically only changing +a few characters. In terms of the K framework, you will learn that +you can have complex combinations of substitutions in K, both over +expressions and over types.

+

Let us start directly with the change. All we have to do is to take +the LAMBDA type inferencer in Lesson 4 and only change the macro

+
rule let X = E in E' => (lambda X . E') E  [macro]
+
+

as follows:

+
rule let X = E in E' => E'[E/X]  [macro]
+
+

In other words, we are inlining the beta-reduction rule of +lambda-calculus within the original rule. In terms of typing, +the above forces the type inferencer to type E in place for each +occurrence of X in E'. Unlike in the first rule, where X had to get +one type only which satisfied the constrains of all X's occurrences in +E', we now never associate any type to X anymore.

+

Let us kompile and krun some examples. Everything that worked with +the type inferencer in Lesson 4 should still work here, although the +types of some programs can now be more general. For example, reconsider +the nested-lets.lambda program

+
let f1 = lambda x . x in
+  let f2 = f1 in
+    let f3 = f2 in
+      let f4 = f3 in
+        let f5 = f4 in
+          if (f5 true) then f2 else f3
+
+

which was previously typed to bool -> bool. With the new rule above, +the sequence of lets is iteratively eliminated and we end up with the +program

+
if (lambda x . x) true then (lambda x . x) else (lambda x . x)
+
+

which now types (with both type inferencers) to a type of the form +t -> t, for some type variable t, which is more general than the +previous bool -> bool type that the program typed to in Lesson 4.

+

We can also now type programs that were not typable before, such as

+
let id = lambda x . x
+in if (id true) then (id 1) else (id 2)
+
+

and

+
let id = lambda x . x
+in id id
+
+

Let us also test it on some trickier programs, also not typable +before, such as

+
let f = lambda x . x
+in let g = lambda y . f y
+   in g g
+
+

which gives us a type of the form t -> t for some type variable t, +and as

+
let f = let g = lambda x . x
+        in let h = lambda x . lambda x . (g g g g)
+           in h
+in f
+
+

which types to t1 -> t2 -> t3 -> t3 for some type variables t1, t2, t3.

+

Here is another program which was not typable before, which is +trickier than the others above in that a lambda-bound variable appears +free in a let-bound expression:

+
lambda x . (
+  let y = lambda z . x
+  in if (y true) then (y 1) else (y (lambda x . x))
+)
+
+

The above presents no problem now, because once lambda z . x gets +substituted for y we get a well-typed expression which yields that x +has the type bool, so the entire expression types to bool -> bool.

+

The cheap type inferencer that we obtained above therefore works as +expected. However, it has two problems which justify a more advanced +solution. First, substitution is typically considered an elegant +mathematical instrument which is not too practical in implementations, +so an implementation of this type inferencer will likely be based on +type environments anyway. Additionally, we mix two kinds of +substitutions in this definition, one where we substitute types and +another where we substitute expressions, which can only make things +harder to implement efficiently. Second, our naive substitution of E +for X in E' can yield an exponential explosion in size of the original +program. Consider, for example, the following classic example which +is known to generate a type whose size is exponential in the size of +the program (and is thus used as an argument for why let-polymorphic +type inference is exponential in the worst-case):

+
let f00 = lambda x . lambda y . x in
+  let f01 = lambda x . f00 (f00 x) in
+    let f02 = lambda x . f01 (f01 x) in
+      let f03 = lambda x . f02 (f02 x) in
+        let f04 = lambda x . f03 (f03 x) in
+          // ... you can add more nested lets here
+          f04
+
+

The particular instance of the pattern above generates a type which +has 17 type variables! The desugaring of each let doubles the size of +the program and of its resulting type. While such programs are little +likely to appear in practice, it is often the case that functions can +be quite complex and large while their type can be quite simple in the +end, so we should simply avoid retyping each function each time it is +used.

+

This is precisely what we will do next. Before we present the classic +let-polymorphic type inferencer in Lesson 9, which is based on +environments, we first quickly discuss in Lesson 8 an intermediate +step, namely a naive environment-based variant of the inferencer +defined here.

+

Go to Lesson 8, Type Systems: A Naive Environment-based Polymorphic Type Inferencer.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/5_types/lesson_8/NOTES/index.html b/k-distribution/pl-tutorial/1_k/5_types/lesson_8/NOTES/index.html new file mode 100644 index 00000000000..1bd55f68c5c --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/5_types/lesson_8/NOTES/index.html @@ -0,0 +1,377 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

We also have to redeclare lambda and mu as binders. Program +tricky-2.lambda shows why.

+
+
+ + +
+ +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/5_types/lesson_8/index.html b/k-distribution/pl-tutorial/1_k/5_types/lesson_8/index.html new file mode 100644 index 00000000000..0929b457054 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/5_types/lesson_8/index.html @@ -0,0 +1,425 @@ + + + + + + + + + + + + + + +A Naive Environment-based Polymorphic Type Inferencer | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

A Naive Environment-based Polymorphic Type Inferencer

+

In this short lesson we discuss how to quickly turn a naive +environment-based monomorphic type inferencer into a naive let-polymorphic +one. Like in the previous lesson, we only need to change a few +characters. In terms of the K framework, you will learn how to have +both environments and substitution in the same definition.

+

Like in the previous lesson, all we have to do is to take the LAMBDA +type inferencer in Lesson 5 and only change the rule

+
rule let X = E in E' => (lambda X . E') E
+
+

as follows:

+
rule let X = E in E' => E'[E/X]
+
+

The reasons why this works have already been explained in the previous +lesson, so we do not repeat them here.

+

Since our new let rule uses substitution, we have to require the +substitution module at the top and also import SUBSTITUTION in the +current module, besides the already existing UNIFICATION.

+

Everything which worked with the type inferencer in Lesson 7 should +also work now. Let us only try the exponential type example,

+
let f00 = lambda x . lambda y . x in
+  let f01 = lambda x . f00 (f00 x) in
+    let f02 = lambda x . f01 (f01 x) in
+      let f03 = lambda x . f02 (f02 x) in
+        let f04 = lambda x . f03 (f03 x) in
+          f04
+
+

As expected, this gives us precisely the same type as in Lesson 7.

+

So the only difference between this type inferencer and the one in +Lesson 7 is that substitution is only used for LAMBDA-to-LAMBDA +transformations, but not for infusing types within LAMBDA programs. +Thus, the syntax of LAMBDA programs is preserved intact, which some +may prefer. Nevertheless, this type inferencer is still expensive and +wasteful, because the let-bound expression is typed over and over +again in each place where the let-bound variable occurs.

+

In the next lesson we will discuss a type inferencer based on the +classic Damas-Hindley-Milner type system, which maximizes the reuse of +typing work by means of parametric types.

+

Go to Lesson 9, Type Systems: Let-Polymorphic Type Inferencer (Damas-Hindley-Milner).

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/5_types/lesson_9.5/NOTES/index.html b/k-distribution/pl-tutorial/1_k/5_types/lesson_9.5/NOTES/index.html new file mode 100644 index 00000000000..9f3647dceb9 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/5_types/lesson_9.5/NOTES/index.html @@ -0,0 +1,376 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

We have to test this as well; we need a test folder with a config.xml.

+
+
+ + +
+ +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/5_types/lesson_9/index.html b/k-distribution/pl-tutorial/1_k/5_types/lesson_9/index.html new file mode 100644 index 00000000000..f7503b6d306 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/5_types/lesson_9/index.html @@ -0,0 +1,542 @@ + + + + + + + + + + + + + + +Let-Polymorphic Type Inferencer (Damas-Hindley-Milner) | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Let-Polymorphic Type Inferencer (Damas-Hindley-Milner)

+

In this lesson we discuss a type inferencer based on what we call today +the Damas-Hindley-Milner type system, which is at the core of many +modern functional programming languages. The first variant of it was +proposed by Hindley in 1969, then, interestingly, Milner rediscovered +it in 1978 in the context of the ML language. Damas formalized it as +a type system in his PhD thesis in 1985. More specifically, our type +inferencer here, like many others as well as many implementations of +it, follows more closely the syntax-driven variant proposed by Clement +in 1987.

+

In terms of K, we will see how easily we can turn one definition which +is considered naive (our previous type inferencer in Lesson 8) into a +definition which is considered advanced. All we have to do is to +change one existing rule (the rule of the let binder) and to add a new +one. We will also learn some new predefined features of K, which make +the above possible.

+

The main idea is to replace the rule

+
rule let X = E in E' => E'[E/X]
+
+

which creates potentially many copies of E within E' with a rule +which types E once and then reuses that type in each place where X +occurs free in E'. The simplest K way to type E is to declare the +let construct strict(2). Now we cannot simply bind X to the type +of E, because we would obtain a variant of the naive type inferencer +we already discussed, together with its limitations, in Lesson 5 of this +tutorial. The trick here is to parameterize the type of E in all its +unconstrained fresh types, and then create fresh copies of those +parameters in each free occurrence of X in E'.

+

Let us discuss some examples, before we go into the technical details. +Consider the first let-polymorphic example which failed to be typed +with our first naive type-inferencer:

+
let id = lambda x . x
+in if (id true) then (id 1) else (id 2)
+
+

When typing lambda x . x, we get a type of the form t -> t, for some +fresh type t. Instead of assigning this type to id as we did in the +naive type inferencers, we now first parametrize this type in its +fresh variable t, written

+
(forall t) t -> t
+
+

and then bind id to this parametric type. The intuition for the +parameter is that it can be instantiated with any other type, so this +parametric type stands, in fact, for infinitely many non-parametric +types. This is similar to what happens in formal logic proof systems, +where rule schemas stand for infinitely many concrete instances of +them. For this reason, parametric types are also called type schemas.

+

Now each time id is looked up within the let-body, we create a fresh +copy of the parameter t, which can this way be independently +constrained by each local context. Let's suppose that the three id +lookups yield the types t1 -> t1, t2 -> t2, and respectively t3 -> t3. +Then t1 will be constrained to be bool, and t2 and t3 to be int, +so we can now safely type the program above to int.

+

Therefore, a type schema comprises a summary of all the typing work +that has been done for typing the corresponding expression, and an +instantiation of its parameters with fresh copies represents an +elegant way to reuse all that typing work.

+

There are some subtleties regarding what fresh types can be made +parameters. Let us consider another example, discussed as part of +Lesson 7 on naive let-polymorphism:

+
lambda x . (
+  let y = lambda z . x
+  in if (y true) then (y 1) else (y (lambda x . x))
+)
+
+

This program should type to bool -> bool, as explained in Lesson 7. +The lambda construct will bind x to some fresh type tx. Then the +let-bound expression lambda z . x types to tz -> tx for some +additional fresh type tz. The question now is what should the +parameters of this type be when we generate the type schema? If we +naively parameterize in all fresh variables, that is in both tz and +tx obtaining the type schema (forall tz,tx) tz -> tx, then there will +be no way to infer that the type of x, tx, must be a bool! The +inferred type of this expression would then wrongly be tx -> t for +some fresh types tx and t. That's because the parameters are replaced +with fresh copies in each occurrence of y, and thus their relationship +to the original x is completely lost. This tells us that we cannot +parameterize in all fresh types that appear in the type of the +let-bound expression. In particular, we cannot parameterize in those +which some variables are already bound to in the current type +environment (like x is bound to tx in our example above). +In our example, the correct type schema is (forall tz) tz -> tx, +which now allows us to correctly infer that tx is bool.

+

Let us now discuss another example, which should fail to type:

+
lambda x .
+  let f = lambda y . x y
+  in if (f true) then (f 1) else (f 2)
+
+

This should fail to type because lambda y . x y is equivalent to x, +so the conditional imposes the conflicting constraints that x should be +a function whose argument is either a bool or an int. Let us try to +type it using our currently informal procedure. Like in the previous +example, x will be bound to a fresh type tx. Then the let-bound +expression types to ty -> tz with ty and tz fresh types, adding also +the constraint tx = ty -> tz. What should the parameters of this type +be? If we ignore the type constraint and simply make both ty and tz +parameters because no variable is bound to them in the type +environment (indeed, the only variable x in the type environment is +bound to tx), then we can wrongly type this program to tx -> tz +following a reasoning similar to the one in the example above. +In fact, in this example, none of ty and tz can be parameters, because +they are constrained by tx.

+

The examples above tell us two things: first, that we have to take the +type constraints into account when deciding the parameters of the +schema; second, that after applying the most-general-unifier solution +given by the type constraints everywhere, the remaining fresh types +appearing anywhere in the type environment are consequently constrained +and cannot be turned into parameters. Since the type environment can in +fact also hold type schemas, which already bind some types, we only need +to ensure that none of the fresh types appearing free anywhere in the +type environment are turned into parameters of type schemas.

+

Thanks to generic support offered by the K tool, we can easily achieve +all the above as follows.

+

First, add syntax for type schemas:

+
syntax TypeSchema ::= "(" "forall" Set ")" Type  [binder]
+
+

The definition below will be given in such a way that the Set argument +of a type schema will always be a set of fresh types. We also declare +this construct to be a binder, so that we can make use of the generic +free variable function provided by the K tool.

+

We now replace the old rule for let

+
rule let X = E in E' => E'[E/X]
+
+

with the following rule:

+
rule <k> let X = T:Type in E => E ~> tenv(TEnv) ...</k>
+     <mgu> Theta:Mgu </mgu>
+     <tenv> TEnv
+      => TEnv[(forall freeVariables(applyMgu(Theta, T)) -Set
+                      freeVariables(applyMgu(Theta, values TEnv))
+              ) applyMgu(Theta, T) / X]
+     </tenv>
+
+

So the type T of E is being parameterized and then bound to X in the +type environment. The current mgu Theta, which comprises all the type +constraints accumulated so far, is applied to both T and the types in +the type environment. The remaining fresh types in T which do not +appear free in the type environment are then turned into type parameters. +The function freeVariables returns, as expected, the free variables of +its argument as a Set; this is why we declared the type schema to be a +binder above.

+

Now a LAMBDA variable in the type environment can be bound to either a +type or a type schema. In the first case, the previous rule we had +for variable lookup can be reused, but we have to make sure we check +that T there is of sort Type (adding a sort membership, for example). +In the second case, as explained above, we have to create fresh copies +of the parameters. This can be easily achieved with another +predefined K function, as follows:

+
rule <k> X:Id => freshVariables(Tvs,T) ...</k>
+     <tenv>... X |-> (forall Tvs) T ...</tenv>
+
+

Indeed, freshVariables takes a set of variables and a term, and returns the +same term but with each of the given variables replaced by a fresh copy.

+

The operations freeVariables and freshVariables are useful in many K +definitions, so they are predefined in module substitution.k.

+

Our definition of this let-polymorphic type inferencer is now +complete. To test it, kompile it and then krun all the LAMBDA +programs discussed since Lesson 4. They should all work as expected.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/index.html b/k-distribution/pl-tutorial/1_k/index.html new file mode 100644 index 00000000000..197d825f1bb --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/index.html @@ -0,0 +1,397 @@ + + + + + + + + + + + + + + +Learning K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Learning K

+

We start by introducing the basic features of K by means of a series +of very simple languages. The objective here is neither to learn those +languages nor to study their underlying paradigm, but simply to learn K.

+
    +
  • LAMBDA: Lambda calculus defined.
  • +
  • IMP: A simple imperative language.
  • +
  • LAMBDA++: LAMBDA extended with control flow.
  • +
  • IMP++: IMP extended with threads and IO.
  • +
  • TYPES: LAMBDA type system.
  • +
+
+
+ + +
+ + + +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/2_languages/1_simple/1_untyped/NOTES/index.html b/k-distribution/pl-tutorial/2_languages/1_simple/1_untyped/NOTES/index.html new file mode 100644 index 00000000000..aa7352a356b --- /dev/null +++ b/k-distribution/pl-tutorial/2_languages/1_simple/1_untyped/NOTES/index.html @@ -0,0 +1,393 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

This is not well tested now, and it was not well tested in v3.6 either. +We should add some rules as transitions, too, and then use search on all +the examples.

+

Exercises not revised yet.

+

.Bag should be . throughout this definition #1772

+

There seems to be a problem with defining auxiliary constructs of sort +KItem when we want to use them as a particular sort in rule. We had to +declare them as construct for that sort instead. May want to explain +this a bit in the Latex discussion (related to #1803):

+
    +
  • syntax Exp ::= lookup(Int)
  • +
+
    +
  • syntax KItem ::= lookup(Int)
  • +
+

We currently add Vals to KResult, but we should have a better pattern for +List{Sort} and in general for any collections, where we make them hybrid +(they become KResults when their elements become KResults)

+
+
+ + +
+ +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/2_languages/1_simple/1_untyped/simple-untyped/index.html b/k-distribution/pl-tutorial/2_languages/1_simple/1_untyped/simple-untyped/index.html new file mode 100644 index 00000000000..3258b78b039 --- /dev/null +++ b/k-distribution/pl-tutorial/2_languages/1_simple/1_untyped/simple-untyped/index.html @@ -0,0 +1,1709 @@ + + + + + + + + + + + + + + +SIMPLE — Untyped | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

SIMPLE — Untyped

+

Author: Grigore Roșu (grosu@illinois.edu)
+Organization: University of Illinois at Urbana-Champaign

+

Author: Traian Florin Șerbănuță (traian.serbanuta@unibuc.ro)
+Organization: University of Bucharest

+

Abstract

+

This is the K semantic definition of the untyped SIMPLE language. +SIMPLE is intended to be a pedagogical and research language that captures +the essence of the imperative programming paradigm, extended with several +features often encountered in imperative programming languages. +A program consists of a set of global variable declarations and +function definitions. Like in C, function definitions cannot be +nested and each program must have one function called main, +which is invoked when the program is executed. To make it more +interesting and to highlight some of K's strengths, SIMPLE includes +the following features in addition to the conventional imperative +expression and statement constructs:

+
    +
  • +

    Multidimensional arrays and array references. An array evaluates +to an array reference, which is a special value holding a location (where +the elements of the array start) together with the size of the array; +the elements of the array can be array references themselves (particularly +when the array is multi-dimensional). Array references are ordinary values, +so they can be assigned to variables and passed/received by functions.

    +
  • +
  • +

    Functions and function values. Functions can have zero or +more parameters and can return abruptly using a return statement. +SIMPLE follows a call-by-value parameter passing style, with static scoping. +Function names evaluate to function abstractions, which hereby become ordinary +values in the language, same like the array references.

    +
  • +
  • +

    Blocks with locals. SIMPLE variables can be declared +anywhere, their scope being from the place where they are declared +until the end of the most nested enclosing block.

    +
  • +
  • +

    Input/Output. The expression read() evaluates to the +next value in the input buffer, and the statement write(e) +evaluates e and outputs its value to the output buffer. The +input and output buffers are lists of values.

    +
  • +
  • +

    Exceptions. SIMPLE has parametric exceptions (the value thrown as +an exception can be caught and bound).

    +
  • +
  • +

    Concurrency via dynamic thread creation/termination and +synchronization. One can spawn a thread to execute any statement. +The spawned thread shares with its parent its environment at creation time. +Threads can be synchronized via a join command which blocks the current thread +until the joined thread completes, via re-entrant locks which can be acquired +and released, as well as through rendezvous commands.

    +
  • +
+

Like in many other languages, some of SIMPLE's constructs can be +desugared into a smaller set of basic constructs. We do that at the end +of the syntax module, and then we only give semantics to the core constructs.

+

Note: This definition is commented slightly more than others, because it is +intended to be one of the first non-trivial definitions that the new +user of K sees. We recommend the beginner user to first check the +language definitions discussed in the K tutorial.

+
k
module SIMPLE-UNTYPED-SYNTAX + imports DOMAINS-SYNTAX +
+

Syntax

+

We start by defining the SIMPLE syntax. The language constructs discussed +above have the expected syntax and evaluation strategies. Recall that in K +we annotate the syntax with appropriate strictness attributes, thus giving +each language construct the desired evaluation strategy.

+

Identifiers

+

Recall from the K tutorial that identifiers are builtin and come under the +syntactic category Id. The special identifier for the function +main belongs to all programs, and plays a special role in the semantics, +so we declare it explicitly. This would not be necessary if the identifiers +were all included automatically in semantic definitions, but that is not +possible because of parsing reasons (e.g., K variables used to match +concrete identifiers would then be ambiguously parsed as identifiers). They +are only included in the parser generated to parse programs (and used by the +kast tool). Consequently, we have to explicitly declare all the +concrete identifiers that play a special role in the semantics, like +main below.

+
k
syntax Id ::= "main" [token] +
+

Declarations

+

There are two types of declarations: for variables (including arrays) and +for functions. We are going to allow declarations of the form +var x=10, a[10,10], y=23;, which is why we allow the var +keyword to take a list of expressions. The non-terminals used in the two +productions below are defined shortly.

+
k
syntax Stmt ::= "var" Exps ";" + | "function" Id "(" Ids ")" Block +
+

Expressions

+

The expression constructs below are standard. Increment (++) takes +an expression rather than a variable because it can also increment an array +element. Recall that the syntax we define in K is what we call the syntax +of the semantics: while powerful enough to define non-trivial syntaxes +(thanks to the underlying SDF technology that we use), we typically refrain +from defining precise syntaxes, that is, ones which accept precisely the +well-formed programs (that would not be possible anyway in general). That job +is deferred to type systems, which can also be defined in K. In other words, +we are not making any effort to guarantee syntactically that only variables +or array elements are passed to the increment construct, we allow any +expression. Nevertheless, we will only give semantics to those, so expressions +of the form ++5, which parse (but which will be rejected by our type +system in the typed version of SIMPLE later), will get stuck when executed. +Arrays can be multidimensional and can hold other arrays, so their +lookup operation takes a list of expressions as argument and applies to an +expression (which can in particular be another array lookup), respectively. +The construct sizeOf gives the size of an array in number of elements +of its first dimension. Note that almost all constructs are strict. The only +constructs which are not strict are the increment (since its first argument +gets updated, so it cannot be evaluated), the input read which takes no +arguments so strictness is irrelevant for it, the logical and and or constructs +which are short-circuited, the thread spawning construct which creates a new +thread executing the argument expression and return its unique identifier to +the creating thread (so it cannot just evaluate its argument in place), and the +assignment which is only strict in its second argument (for the same reason as +the increment).

+
k
syntax Exp ::= Int | Bool | String | Id + | "(" Exp ")" [bracket] + | "++" Exp + > Exp "[" Exps "]" [strict] + > Exp "(" Exps ")" [strict] + | "-" Exp [strict] + | "sizeOf" "(" Exp ")" [strict] + | "read" "(" ")" + > left: + Exp "*" Exp [strict, left] + | Exp "/" Exp [strict, left] + | Exp "%" Exp [strict, left] + > left: + Exp "+" Exp [strict, left] + | Exp "-" Exp [strict, left] + > non-assoc: + Exp "<" Exp [strict, non-assoc] + | Exp "<=" Exp [strict, non-assoc] + | Exp ">" Exp [strict, non-assoc] + | Exp ">=" Exp [strict, non-assoc] + | Exp "==" Exp [strict, non-assoc] + | Exp "!=" Exp [strict, non-assoc] + > "!" Exp [strict] + > left: + Exp "&&" Exp [strict(1), left] + | Exp "||" Exp [strict(1), left] + > "spawn" Block + > Exp "=" Exp [strict(2), right] +
+

We also need comma-separated lists of identifiers and of expressions. +Moreover, we want them to be strict, that is, to evaluate to lists of results +whenever requested (e.g., when they appear as strict arguments of +the constructs above).

+
k
syntax Ids ::= List{Id,","} [klabel(Exps)] + syntax Exps ::= List{Exp,","} [klabel(Exps), strict] // automatically hybrid now + syntax Exps ::= Ids + syntax Val + syntax Vals ::= List{Val,","} [klabel(Exps)] + syntax Bottom + syntax Bottoms ::= List{Bottom,","} [klabel(Exps)] + syntax Ids ::= Bottoms +
+

Statements

+

Most of the statement constructs are standard for imperative languages. +We syntactically distinguish between empty and non-empty blocks, because we +chose Stmts not to be a (;-separated) list of +Stmt. Variables can be declared anywhere inside a block, their scope +ending with the block. Expressions are allowed to be used for their side +effects only (followed by a semicolon ;). Functions are allowed +to abruptly return. The exceptions are parametric, i.e., one can throw a value +which is bound to the variable declared by catch. Threads can be +dynamically created and terminated, and can synchronize with join, +acquire, release and rendezvous. Note that the +strictness attributes obey the intended evaluation strategy of the various +constructs. In particular, the if-then-else construct is strict only in its +first argument (the if-then construct will be desugared into if-then-else), +while the loop constructs are not strict in any arguments. The print +statement construct is variadic, that is, it takes an arbitrary number of +arguments.

+
k
syntax Block ::= "{" "}" + | "{" Stmt "}" + + syntax Stmt ::= Block + | Exp ";" [strict] + | "if" "(" Exp ")" Block "else" Block [avoid, strict(1)] + | "if" "(" Exp ")" Block [macro] + | "while" "(" Exp ")" Block + | "for" "(" Stmt Exp ";" Exp ")" Block [macro] + | "return" Exp ";" [strict] + | "return" ";" [macro] + | "print" "(" Exps ")" ";" [strict] +// NOTE: print strict allows non-deterministic evaluation of its arguments +// Either keep like this but document, or otherwise make Exps seqstrict. +// Of define and use a different expression list here, which is seqstrict. + | "try" Block "catch" "(" Id ")" Block + | "throw" Exp ";" [strict] + | "join" Exp ";" [strict] + | "acquire" Exp ";" [strict] + | "release" Exp ";" [strict] + | "rendezvous" Exp ";" [strict] +
+

The reason we allow Stmts as the first argument of for +instead of Stmt is because we want to allow more than one statement +to be executed when the loop is initialized. Also, as seens shorly, macros +may expand one statement into more statements; for example, an initialized +variable declaration statement var x=0; desugars into two statements, +namely var x; x=0;, so if we use Stmt instead of Stmts +in the production of for above then we risk that the macro expansion +of statement var x=0; happens before the macro expansion of for, +also shown below, in which case the latter would not apply anymore because +of syntactic mismatch.

+
k
syntax Stmt ::= Stmt Stmt [right] + +// I wish I were able to write the following instead, but confuses the parser. +// +// syntax Stmts ::= List{Stmt,""} +// syntax Top ::= Stmt | "function" Id "(" Ids ")" Block +// syntax Pgm ::= List{Top,""} +// +// With that, I could have also eliminated the empty block +
+

Desugared Syntax

+

This part desugars some of SIMPLE's language constructs into core ones. +We only want to give semantics to core constructs, so we get rid of the +derived ones before we start the semantics. All desugaring macros below are +straightforward.

+
k
rule if (E) S => if (E) S else {} + rule for(Start Cond; Step) {S} => {Start while (Cond) {S Step;}} + rule for(Start Cond; Step) {} => {Start while (Cond) {Step;}} + rule var E1:Exp, E2:Exp, Es:Exps; => var E1; var E2, Es; + rule var X:Id = E; => var X; X = E; +
+

For the semantics, we can therefore assume from now on that each +conditional has both branches, that there are only while loops, and +that each variable is declared alone and without any initialization as part of +the declaration.

+
k
endmodule + + +module SIMPLE-UNTYPED + imports SIMPLE-UNTYPED-SYNTAX + imports DOMAINS +
+

Basic Semantic Infrastructure

+

Before one starts adding semantic rules to a K definition, one needs to +define the basic semantic infrastructure consisting of definitions for +values and configuration. As discussed in the definitions +in the K tutorial, the values are needed to know when to stop applying +the heating rules and when to start applying the cooling rules corresponding +to strictness or context declarations. The configuration serves as a backbone +for the process of configuration abstraction which allows users to only +mention the relevant cells in each semantic rule, the rest of the configuration +context being inferred automatically. Although in some cases the configuration +could be automatically inferred from the rules, we believe that it is very +useful for language designers/semanticists to actually think of and design +their configuration explicitly, so the current implementation of K requires +one to define it.

+

Values

+

We here define the values of the language that the various fragments of +programs evaluate to. First, integers and Booleans are values. As discussed, +arrays evaluate to special array reference values holding (1) a location from +where the array's elements are contiguously allocated in the store, and +(2) the size of the array. Functions evaluate to function values as +λ-abstractions (we do not need to evaluate functions to closures +because each function is executed in the fixed global environment and +function definitions cannot be nested). Like in IMP and other +languages, we finally tell the tool that values are K results.

+
k
syntax Val ::= Int | Bool | String + | array(Int,Int) + | lambda(Ids,Stmt) + syntax Exp ::= Val + syntax Exps ::= Vals + syntax Vals ::= Bottoms + syntax KResult ::= Val + | Vals // TODO: should not need this +
+

The inclusion of values in expressions follows the methodology of +syntactic definitions (like, e.g., in SOS): extend the syntax of the language +to encompass all values and additional constructs needed to give semantics. +In addition to that, it allows us to write the semantic rules using the +original syntax of the language, and to parse them with the same (now extended +with additional values) parser. If writing the semantics directly on the K +AST, using the associated labels instead of the syntactic constructs, then one +would not need to include values in expressions.

+

Configuration

+

The K configuration of SIMPLE consists of a top level cell, T, +holding a threads cell, a global environment map cell genv +mapping the global variables and function names to their locations, a shared +store map cell store mapping each location to some value, a set cell +busy holding the locks which have been acquired but not yet released +by threads, a set cell terminated holding the unique identifiers of +the threads which already terminated (needed for join), input +and output list cells, and a nextLoc cell holding a natural +number indicating the next available location. Unlike in the small languages +in the K tutorial, where we used the fresh predicate to generate fresh +locations, in larger languages, like SIMPLE, we prefer to explicitly manage +memory. The location counter in nextLoc models an actual physical +location in the store; for simplicity, we assume arbitrarily large memory and +no garbage collection. The threads cell contains one thread +cell for each existing thread in the program. Note that the thread cell has +multiplicity *, which means that at any given moment there could be zero, +one or more thread cells. Each thread cell contains a +computation cell k, a control cell holding the various +control structures needed to jump to certain points of interest in the program +execution, a local environment map cell env mapping the thread local +variables to locations in the store, and finally a holds map cell +indicating what locks have been acquired by the thread and not released so far +and how many times (SIMPLE's locks are re-entrant). The control cell +currently contains only two subcells, a function stack fstack which +is a list and an exception stack xstack which is also a list. +One can add more control structures in the control cell, such as a +stack for break/continue of loops, etc., if the language is extended with more +control-changing constructs. Note that all cells except for k are +also initialized, in that they contain a ground term of their corresponding +sort. The k cell is initialized with the program that will be passed +to the K tool, as indicated by the $PGM variable, followed by the +execute task (defined shortly).

+
k
// the syntax declarations below are required because the sorts are + // referenced directly by a production and, because of the way KIL to KORE + // is implemented, the configuration syntax is not available yet + // should simply work once KIL is removed completely + // check other definitions for this hack as well + + syntax ControlCell + syntax ControlCellFragment + + configuration <T color="red"> + <threads color="orange"> + <thread multiplicity="*" type="Map" color="yellow"> + <id color="pink"> -1 </id> + <k color="green"> $PGM:Stmt ~> execute </k> + //<br/> // TODO(KORE): support latex annotations #1799 + <control color="cyan"> + <fstack color="blue"> .List </fstack> + <xstack color="purple"> .List </xstack> + </control> + //<br/> // TODO(KORE): support latex annotations #1799 + <env color="violet"> .Map </env> + <holds color="black"> .Map </holds> + </thread> + </threads> + //<br/> // TODO(KORE): support latex annotations #1799 + <genv color="pink"> .Map </genv> + <store color="white"> .Map </store> + <busy color="cyan"> .Set </busy> + <terminated color="red"> .Set </terminated> + //<br/> // TODO(KORE): support latex annotations #1799 + <input color="magenta" stream="stdin"> .List </input> + <output color="brown" stream="stdout"> .List </output> + <nextLoc color="gray"> 0 </nextLoc> + </T> +
+

Declarations and Initialization

+

We start by defining the semantics of declarations (for variables, +arrays and functions).

+

Variable Declaration

+

The SIMPLE syntax was desugared above so that each variable is +declared alone and its initialization is done as a separate statement. +The semantic rule below matches resulting variable declarations of the +form var X; on top of the k cell +(indeed, note that the k cell is complete, or round, to the +left, and is torn, or ruptured, to the right), allocates a fresh +location L in the store which is initialized with a special value + (indeed, the unit ., or nothing, is matched anywhere +in the map ‒note the tears at both sides‒ and replaced with the +mapping L ↦ ⊥), and binds X to L in the local +environment shadowing previous declarations of X, if any. +This possible shadowing of X requires us to therefore update the +entire environment map, which is expensive and can significantly slow +down the execution of larger programs. On the other hand, since we know +that L is not already bound in the store, we simply add the binding +L ↦ ⊥ to the store, thus avoiding a potentially complete +traversal of the the store map in order to update it. We prefer the approach +used for updating the store whenever possible, because, in addition to being +faster, it offers more true concurrency than the latter; indeed, according +to the concurrent semantics of K, the store is not frozen while +L ↦ ⊥ is added to it, while the environment is frozen during the +update operation Env[L/X]. The variable declaration command is +also removed from the top of the computation cell and the fresh location +counter is incremented. The undefined symbol added in the store +is of sort KItem, instead of Val, on purpose; this way, the +store lookup rules will get stuck when one attempts to lookup an +uninitialized location. All the above happen in one transactional step, +with the rule below. Note also how configuration abstraction allows us to +only mention the needed cells; indeed, as the configuration above states, +the k and env cells are actually located within a +thread cell within the threads cell, but one needs +not mention these: the configuration context of the rule is +automatically transformed to match the declared configuration +structure.

+
k
syntax KItem ::= "undefined" [latex(\bot)] + + rule <k> var X:Id; => . ...</k> + <env> Env => Env[X <- L] </env> + <store>... .Map => L |-> undefined ...</store> + <nextLoc> L => L +Int 1 </nextLoc> +
+

Array Declaration

+

The K semantics of the uni-dimensional array declaration is somehow similar +to the above declaration of ordinary variables. First, note the +context declaration below, which requests the evaluation of the array +dimension. Once evaluated, say to a natural number N, then +N +Int 1 locations are allocated in the store for +an array of size N, the additional location (chosen to be the first +one allocated) holding the array reference value. The array reference +value array(L,N) states that the array has size N and its +elements are located contiguously in the store starting with location +L. The operation L … L' ↦ V, defined at the end of this +file in the auxiliary operation section, initializes each location in +the list L … L' to V. Note that, since the dimensions of +array declarations can be arbitrary expressions, this virtually means +that we can dynamically allocate memory in SIMPLE by means of array +declarations.

+
k
context var _:Id[HOLE]; + + rule <k> var X:Id[N:Int]; => . ...</k> + <env> Env => Env[X <- L] </env> + <store>... .Map => L |-> array(L +Int 1, N) + (L +Int 1) ... (L +Int N) |-> undefined ...</store> + <nextLoc> L => L +Int 1 +Int N </nextLoc> + requires N >=Int 0 +
+

SIMPLE allows multi-dimensional arrays. For semantic simplicity, we +desugar them all into uni-dimensional arrays by code transformation. +This way, we only need to give semantics to uni-dimensional arrays. +First, note that the context rule above actually evaluates all the array +dimensions (that's why we defined the expression lists strict!): +Upon evaluating the array dimensions, the code generation rule below +desugars multi-dimensional array declaration to uni-dimensional declarations. +To this aim, we introduce two special unique variable identifiers, +$1 and $2. The first variable, $1, iterates +through and initializes each element of the first dimension with an array +of the remaining dimensions, declared as variable $2:

+
k
syntax Id ::= "$1" [token] | "$2" [token] + rule var X:Id[N1:Int, N2:Int, Vs:Vals]; + => var X[N1]; + { + for(var $1 = 0; $1 <= N1 - 1; ++$1) { + var $2[N2, Vs]; + X[$1] = $2; + } + } +
+

Ideally, one would like to perform syntactic desugarings like the one +above before the actual semantics. Unfortunately, that was not possible in +this case because the dimension expressions of the multi-dimensional array need +to be evaluated first. Indeed, the desugaring rule above does not work if the +dimensions of the declared array are arbitrary expressions, because they can +have side effects (e.g., a[++x,++x]) and those side effects would be +propagated each time the expression is evaluated in the desugaring code (note +that both the loop condition and the nested multi-dimensional declaration +would need to evaluate the expressions given as array dimensions).

+

Function declaration

+

Functions are evaluated to λ-abstractions and stored like any other +values in the store. A binding is added into the environment for the function +name to the location holding its body. Similarly to the C language, SIMPLE +only allows function declarations at the top level of the program. More +precisely, the subsequent semantics of SIMPLE only works well when one +respects this requirement. Indeed, the simplistic context-free parser +generated by the grammar above is more generous than we may want, in that it +allows function declarations anywhere any declaration is allowed, including +inside arbitrary blocks. However, as the rule below shows, we are not +storing the declaration environment with the λ-abstraction value as +closures do. Instead, as seen shortly, we switch to the global environment +whenever functions are invoked, which is consistent with our requirement that +functions should only be declared at the top. Thus, if one declares local +functions, then one may see unexpected behaviors (e.g., when one shadows a +global variable before declaring a local function). The type checker of +SIMPLE, also defined in K (see examples/simple/typed/static), +discards programs which do not respect this requirement.

+
k
rule <k> function F(Xs) S => . ...</k> + <env> Env => Env[F <- L] </env> + <store>... .Map => L |-> lambda(Xs, S) ...</store> + <nextLoc> L => L +Int 1 </nextLoc> +
+

When we are done with the first pass (pre-processing), the computation +cell k contains only the token execute (see the configuration +declaration above, where the computation item execute was placed +right after the program in the k cell of the initial configuration) +and the cell genv is empty. In this case, we have to call +main() and to initialize the global environment by transferring the +contents of the local environment into it. We prefer to do it this way, as +opposed to processing all the top level declarations directly within the global +environment, because we want to avoid duplication of semantics: the syntax of +the global declarations is identical to that of their corresponding local +declarations, so the semantics of the latter suffices provided that we copy +the local environment into the global one once we are done with the +pre-processing. We want this separate pre-processing step precisely because +we want to create the global environment. All (top-level) functions end up +having their names bound in the global environment and, as seen below, they +are executed in that same global environment; all these mean, in particular, +that the functions "see" each other, allowing for mutual recursion, etc.

+
k
syntax KItem ::= "execute" + rule <k> execute => main(.Exps); </k> + <env> Env </env> + <genv> .Map => Env </genv> +
+

Expressions

+

We next define the K semantics of all the expression constructs.

+

Variable lookup

+

When a variable X is the first computational task, and X is bound to some +location L in the environment, and L is mapped to some value V in the +store, then we rewrite X into V:

+
k
rule <k> X:Id => V ...</k> + <env>... X |-> L ...</env> + <store>... L |-> V:Val ...</store> [group(lookup)] +
+

Note that the rule above excludes reading , because is not +a value and V is checked at runtime to be a value.

+

Variable/Array increment

+

This is tricky, because we want to allow both ++x and ++a[5]. +Therefore, we need to extract the lvalue of the expression to increment. +To do that, we state that the expression to increment should be wrapped +by the auxiliary lvalue operation and then evaluated. The semantics +of this auxiliary operation is defined at the end of this file. For now, all +we need to know is that it takes an expression and evaluates to a location +value. Location values, also defined at the end of the file, are integers +wrapped with the operation loc, to distinguish them from ordinary +integers.

+
k
context ++(HOLE => lvalue(HOLE)) + rule <k> ++loc(L) => I +Int 1 ...</k> + <store>... L |-> (I => I +Int 1) ...</store> [group(increment)] +
+

Arithmetic operators

+

There is nothing special about the following rules. They rewrite the +language constructs to their library counterparts when their arguments +become values of expected sorts:

+
k
rule I1 + I2 => I1 +Int I2 + rule Str1 + Str2 => Str1 +String Str2 + rule I1 - I2 => I1 -Int I2 + rule I1 * I2 => I1 *Int I2 + rule I1 / I2 => I1 /Int I2 requires I2 =/=K 0 + rule I1 % I2 => I1 %Int I2 requires I2 =/=K 0 + rule - I => 0 -Int I + rule I1 < I2 => I1 <Int I2 + rule I1 <= I2 => I1 <=Int I2 + rule I1 > I2 => I1 >Int I2 + rule I1 >= I2 => I1 >=Int I2 +
+

The equality and inequality constructs reduce to syntactic comparison +of the two argument values (which is what the equality on K terms does).

+
k
rule V1:Val == V2:Val => V1 ==K V2 + rule V1:Val != V2:Val => V1 =/=K V2 +
+

The logical negation is clear, but the logical conjunction and disjunction +are short-circuited:

+
k
rule ! T => notBool(T) + rule true && E => E + rule false && _ => false + rule true || _ => true + rule false || E => E +
+

Array lookup

+

Untyped SIMPLE does not check array bounds (the dynamically typed version of +it, in examples/simple/typed/dynamic, does check for array out of +bounds). The first rule below desugars the multi-dimensional array access to +uni-dimensional array access; recall that the array access operation was +declared strict, so all sub-expressions involved are already values at this +stage. The second rule rewrites the array access to a lookup operation at a +precise location; we prefer to do it this way to avoid locking the store. +The semantics of the auxiliary lookup operation is straightforward, +and is defined at the end of the file.

+
k
// The [anywhere] feature is underused, because it would only be used +// at the top of the computation or inside the lvalue wrapper. So it +// may not be worth, or we may need to come up with a special notation +// allowing us to enumerate contexts for [anywhere] rules. + rule V:Val[N1:Int, N2:Int, Vs:Vals] => V[N1][N2, Vs] + [anywhere] + + rule array(L,_)[N:Int] => lookup(L +Int N) + [anywhere] +
+

Size of an array

+

The size of the array is stored in the array reference value, and the +sizeOf construct was declared strict, so:

+
k
rule sizeOf(array(_,N)) => N +
+

Function call

+

Function application was strict in both its arguments, so we can +assume that both the function and its arguments are evaluated to +values (the former expected to be a λ-abstraction). The first +rule below matches a well-formed function application on top of the +computation and performs the following steps atomically: it switches +to the function body followed by return; (for the case in +which the function does not use an explicit return statement); it +pushes the remaining computation, the current environment, and the +current control data onto the function stack (the remaining +computation can thus also be discarded from the computation cell, +because an unavoidable subsequent return statement ‒see +above‒ will always recover it from the stack); it switches the +current environment (which is being pushed on the function stack) to +the global environment, which is where the free variables in the +function body should be looked up; it binds the formal parameters to +fresh locations in the new environment, and stores the actual +arguments to those locations in the store (this latter step is easily +done by reducing the problem to variable declarations, whose semantics +we have already defined; the auxiliary operation mkDecls is +defined at the end of the file). The second rule pops the +computation, the environment and the control data from the function +stack when a return statement is encountered as the next +computational task, passing the returned value to the popped +computation (the popped computation was the context in which the +returning function was called). Note that the pushing/popping of the +control data is crucial. Without it, one may have a function that +contains an exception block with a return statement inside, which +would put the xstack cell in an inconsistent state (since the +exception block modifies it, but that modification should be +irrelevant once the function returns). We add an artificial +nothing value to the language, which is returned by the +nulary return; statements.

+
k
syntax KItem ::= (Map,K,ControlCellFragment) + + rule <k> lambda(Xs,S)(Vs:Vals) ~> K => mkDecls(Xs,Vs) S return; </k> + <control> + <fstack> .List => ListItem((Env,K,C)) ...</fstack> + C + </control> + <env> Env => GEnv </env> + <genv> GEnv </genv> + + rule <k> return(V:Val); ~> _ => V ~> K </k> + <control> + <fstack> ListItem((Env,K,C)) => .List ...</fstack> + (_ => C) + </control> + <env> _ => Env </env> + + syntax Val ::= "nothing" + rule return; => return nothing; +
+

Like for division-by-zero, it is left unspecified what happens +when the nothing value is used in domain calculations. For +example, from the the perspective of the language semantics, +7 +Int nothing can evaluate to anything, or +may not evaluate at all (be undefined). If one wants to make sure that +such artificial values are never misused, then one needs to define a static +checker (also using K, like our the type checker in +examples/simple/typed/static) and reject programs that do. +Note that, unlike the undefined symbol which had the sort K +instead of Val, we defined nothing to be a value. That +is because, as explained above, we do not want the program to get +stuck when nothing is returned by a function. Instead, we want the +behavior to be unspecified; in particular, if one is careful to never +use the returned value in domain computation, like it happens when we +call a function for its side effects (e.g., with a statement of the +form f(x);), then the program does not get stuck.

+

Read

+

The read() expression construct simply evaluates to the next +input value, at the same time discarding the input value from the +in cell.

+
k
rule <k> read() => I ...</k> <input> ListItem(I:Int) => .List ...</input> [group(read)] +
+

Assignment

+

In SIMPLE, like in C, assignments are expression constructs and not statement +constructs. To make it a statement all one needs to do is to follow it by a +semi-colon ; (see the semantics for expression statements below). +Like for the increment, we want to allow assignments not only to variables but +also to array elements, e.g., e1[e2] = e3 where e1 evaluates +to an array reference, e2 to a natural number, and e3 to any +value. Thus, we first compute the lvalue of the left-hand-side expression +that appears in an assignment, and then we do the actual assignment to the +resulting location:

+
k
context (HOLE => lvalue(HOLE)) = _ + + rule <k> loc(L) = V:Val => V ...</k> <store>... L |-> (_ => V) ...</store> + [group(assignment)] +
+

Statements

+

We next define the K semantics of statements.

+

Blocks

+

Empty blocks are simply discarded, as shown in the first rule below. +For non-empty blocks, we schedule the enclosed statement but we have to +make sure the environment is recovered after the enclosed statement executes. +Recall that we allow local variable declarations, whose scope is the block +enclosing them. That is the reason for which we have to recover the +environment after the block. This allows us to have a very simple semantics +for variable declarations, as we did above. One can make the two rules below +computational if one wants them to count as computational steps.

+
k
rule {} => . + rule <k> { S } => S ~> setEnv(Env) ...</k> <env> Env </env> +
+

The basic definition of environment recovery is straightforward and +given in the section on auxiliary constructs at the end of the file.

+

There are two common alternatives to the above semantics of blocks. +One is to keep track of the variables which are declared in the block and only +recover those at the end of the block. This way one does more work for +variable declarations but conceptually less work for environment recovery; we +say conceptually because it is not clear that it is indeed the case that +one does less work when AC matching is involved. The other alternative is to +work with a stack of environments instead of a flat environment, and push the +current environment when entering a block and pop it when exiting it. This +way, one does more work when accessing variables (since one has to search the +variable in the environment stack in a top-down manner), but on the other hand +uses smaller environments and the definition gets closer to an implementation. +Based on experience with dozens of language semantics and other K definitions, +we have found that our approach above is the best trade-off between elegance +and efficiency (especially since rewrite engines have built-in techniques to +lazily copy terms, by need, thus not creating unnecessary copies), +so it is the one that we follow in general.

+

Sequential composition

+

Sequential composition is desugared into K's builtin sequentialization +operation (recall that, like in C, the semi-colon ; is not a +statement separator in SIMPLE — it is either a statement terminator or a +construct for a statement from an expression). Note that K allows +to define the semantics of SIMPLE in such a way that statements eventually +dissolve from the top of the computation when they are completed; this is in +sharp contrast to (artificially) evaluating them to a special +skip statement value and then getting rid of that special value, as +it is the case in other semantic approaches (where everything must evaluate +to something). This means that once S₁ completes in the rule below, S₂ +becomes automatically the next computation item without any additional +(explicit or implicit) rules.

+
k
rule S1:Stmt S2:Stmt => S1 ~> S2 +
+

A subtle aspect of the rule above is that S₁ is declared to have sort +Stmts and not Stmt. That is because desugaring macros can indeed +produce left associative sequential composition of statements. For example, +the code var x=0; x=1; is desugared to +(var x; x=0;) x=1;, so although originally the first term of +the sequential composition had sort Stmt, after desugaring it became +of sort Stmts. Note that the attribute [right] associated +to the sequential compositon production is an attribute of the syntax, and not +of the semantics: e.g., it tells the parser to parse +var x; x=0; x=1; as var x; (x=0; x=1;), but it +does not tell the rewrite engine to rewrite (var x; x=0;) x=1; to +var x; (x=0; x=1;).

+

Expression statements

+

Expression statements are only used for their side effects, so their result +value is simply discarded. Common examples of expression statements are ones +of the form ++x;, x=e;, e1[e2]=e3;, etc.

+
k
rule _:Val; => . +
+

Conditional

+

Since the conditional was declared with the strict(1) attribute, we +can assume that its first argument will eventually be evaluated. The rules +below cover the only two possibilities in which the conditional is allowed to +proceed (otherwise the rewriting process gets stuck).

+
k
rule if ( true) S else _ => S + rule if (false) _ else S => S +
+

While loop

+

The simplest way to give the semantics of the while loop is by unrolling. +Note, however, that its unrolling is only allowed when the while loop reaches +the top of the computation (to avoid non-termination of unrolling). The +simple while loop semantics below works because our while loops in SIMPLE are +indeed very basic. If we allowed break/continue of loops then we would need +a completely different semantics, which would also involve the control cell.

+
k
rule while (E) S => if (E) {S while(E)S} +
+

Print

+

The print statement was strict, so all its arguments are now +evaluated (recall that print is variadic). We append each of +its evaluated arguments to the output buffer, and discard the residual +print statement with an empty list of arguments.

+
k
rule <k> print(V:Val, Es => Es); ...</k> <output>... .List => ListItem(V) </output> + [group(print)] + rule print(.Vals); => . +
+

Exceptions

+

SIMPLE allows parametric exceptions, in that one can throw and catch a +particular value. The statement try S₁ catch(X) S₂ +proceeds with the evaluation of S₁. If S₁ evaluates normally, i.e., +without any exception thrown, then S₂ is discarded and the execution +continues normally. If S₁ throws an exception with a statement of the +form throw E, then E is first evaluated to some value V +(throw was declared to be strict), then V is bound to X, then +S₂ is evaluated in the new environment while the reminder of S₁ is +discarded, then the environment is recovered and the execution continues +normally with the statement following the try S₁ catch(X) S₂ statement. +Exceptions can be nested and the statements in the +catch part (S₂ in our case) can throw exceptions to the +upper level. One should be careful with how one handles the control data +structures here, so that the abrupt changes of control due to exception +throwing and to function returns interact correctly with each other. +For example, we want to allow function calls inside the statement S₁ in +a try S₁ catch(X) S₂ block which can throw an exception +that is not caught by the function but instead is propagated to the +try S₁ catch(X) S₂ block that called the function. +Therefore, we have to make sure that the function stack as well as other +potential control structures are also properly modified when the exception +is thrown to correctly recover the execution context. This can be easily +achieved by pushing/popping the entire current control context onto the +exception stack. The three rules below modularly do precisely the above.

+
k
syntax KItem ::= (Id,Stmt,K,Map,ControlCellFragment) + + syntax KItem ::= "popx" + + rule <k> (try S1 catch(X) {S2} => S1 ~> popx) ~> K </k> + <control> + <xstack> .List => ListItem((X, S2, K, Env, C)) ...</xstack> + C + </control> + <env> Env </env> + + rule <k> popx => . ...</k> + <xstack> ListItem(_) => .List ...</xstack> + + rule <k> throw V:Val; ~> _ => { var X = V; S2 } ~> K </k> + <control> + <xstack> ListItem((X, S2, K, Env, C)) => .List ...</xstack> + (_ => C) + </control> + <env> _ => Env </env> +
+

The catch statement S₂ needs to be executed in the original environment, +but where the thrown value V is bound to the catch variable X. We here +chose to rely on two previously defined constructs when giving semantics to +the catch part of the statement: (1) the variable declaration with +initialization, for binding X to V; and (2) the block construct for +preventing X from shadowing variables in the original environment upon the +completion of S₂.

+

Threads

+

SIMPLE's threads can be created and terminated dynamically, and can +synchronize by acquiring and releasing re-entrant locks and by rendezvous. +We discuss the seven rules giving the semantics of these operations below.

+

Thread creation

+

Threads can be created by any other threads using the spawn S +construct. The spawn expression construct evaluates to the unique identifier +of the newly created thread and, at the same time, a new thread cell is added +into the configuration, initialized with the S statement and sharing the +same environment with the parent thread. Note that the newly created +thread cell is torn. That means that the remaining cells are added +and initialized automatically as described in the definition of SIMPLE's +configuration. This is part of K's configuration abstraction mechanism.

+
k
rule <thread>... + <k> spawn S => !T:Int ...</k> + <env> Env </env> + ...</thread> + (.Bag => <thread>... + <k> S </k> + <env> Env </env> + <id> !T </id> + ...</thread>) +
+

Thread termination

+

Dually to the above, when a thread terminates its assigned computation (the +contents of its k cell) is empty, so the thread can be dissolved. +However, since no discipline is imposed on how locks are acquired and released, +it can be the case that a terminating thread still holds locks. Those locks +must be released, so other threads attempting to acquire them do not deadlock. +We achieve that by removing all the locks held by the terminating thread in its +holds cell from the set of busy locks in the busy cell +(keys(H) returns the domain of the map H as a set, that is, only +the locks themselves ignoring their multiplicity). As seen below, a lock is +added to the busy cell as soon as it is acquired for the first time +by a thread. The unique identifier of the terminated thread is also collected +into the terminated cell, so the join construct knows which +threads have terminated.

+
k
rule (<thread>... <k>.</k> <holds>H</holds> <id>T</id> ...</thread> => .Bag) + <busy> Busy => Busy -Set keys(H) </busy> + <terminated>... .Set => SetItem(T) ...</terminated> +
+

Thread joining

+

Thread joining is now straightforward: all we need to do is to check whether +the identifier of the thread to be joined is in the terminated cell. +If yes, then the join statement dissolves and the joining thread +continues normally; if not, then the joining thread gets stuck.

+
k
rule <k> join T:Int; => . ...</k> + <terminated>... SetItem(T) ...</terminated> +
+

Acquire lock

+

There are two cases to distinguish when a thread attempts to acquire a lock +(in SIMPLE any value can be used as a lock):
+(1) The thread does not currently have the lock, in which case it has to +take it provided that the lock is not already taken by another thread (see +the side condition of the first rule).
+(2) The thread already has the lock, in which case it just increments its +counter for the lock (the locks are re-entrant). These two cases are captured +by the two rules below:

+
k
rule <k> acquire V:Val; => . ...</k> + <holds>... .Map => V |-> 0 ...</holds> + <busy> Busy (.Set => SetItem(V)) </busy> + requires (notBool(V in Busy)) [group(acquire)] + + rule <k> acquire V; => . ...</k> + <holds>... V:Val |-> (N => N +Int 1) ...</holds> +
+

Release lock

+

Similarly, there are two corresponding cases to distinguish when a thread +releases a lock:
+(1) The thread holds the lock more than once, in which case all it needs to do +is to decrement the lock counter.
+(2) The thread holds the lock only once, in which case it needs to remove it +from its holds cell and also from the the shared busy cell, +so other threads can acquire it if they need to.

+
k
rule <k> release V:Val; => . ...</k> + <holds>... V |-> (N => N -Int 1) ...</holds> + requires N >Int 0 + + rule <k> release V; => . ...</k> <holds>... V:Val |-> 0 => .Map ...</holds> + <busy>... SetItem(V) => .Set ...</busy> +
+

Rendezvous synchronization

+

In addition to synchronization through acquire and release of locks, SIMPLE +also provides a construct for rendezvous synchronization. A thread whose next +statement to execute is rendezvous(V) gets stuck until another +thread reaches an identical statement; when that happens, the two threads +drop their rendezvous statements and continue their executions. If three +threads happen to have an identical rendezvous statement as their next +statement, then precisely two of them will synchronize and the other will +remain blocked until another thread reaches a similar rendezvous statement. +The rule below is as simple as it can be. Note, however, that, again, it is +K's mechanism for configuration abstraction that makes it work as desired: +since the only cell which can multiply containing a k cell inside is +the thread cell, the only way to concretize the rule below to the +actual configuration of SIMPLE is to include each k cell in a +thread cell.

+
k
rule <k> rendezvous V:Val; => . ...</k> + <k> rendezvous V; => . ...</k> [group(rendezvous)] +
+

Auxiliary declarations and operations

+

In this section we define all the auxiliary constructs used in the +above semantics.

+

Making declarations

+

The mkDecls auxiliary construct turns a list of identifiers +and a list of values in a sequence of corresponding variable +declarations.

+
k
syntax Stmt ::= mkDecls(Ids,Vals) [function] + rule mkDecls((X:Id, Xs:Ids), (V:Val, Vs:Vals)) => var X=V; mkDecls(Xs,Vs) + rule mkDecls(.Ids,.Vals) => {} +
+

Location lookup

+

The operation below is straightforward. Note that we place it in the same +lookup group as the variable lookup rule defined above. This way, +both rules will be considered transitions when we include the lookup +tag in the transition option of kompile.

+
k
syntax Exp ::= lookup(Int) + rule <k> lookup(L) => V ...</k> <store>... L |-> V:Val ...</store> [group(lookup)] +
+

Environment recovery

+

We have already discussed the environment recovery auxiliary operation in the +IMP++ tutorial:

+
k
// TODO: eliminate the env wrapper, like we did in IMP++ + + syntax KItem ::= setEnv(Map) + rule <k> setEnv(Env) => . ...</k> <env> _ => Env </env> +
+

While theoretically sufficient, the basic definition for environment +recovery alone is suboptimal. Consider a loop while (E)S, +whose semantics (see above) was given by unrolling. S +is a block. Then the semantics of blocks above, together with the +unrolling semantics of the while loop, will yield a computation +structure in the k cell that increasingly grows, adding a new +environment recovery task right in front of the already existing sequence of +similar environment recovery tasks (this phenomenon is similar to the ``tail +recursion'' problem). Of course, when we have a sequence of environment +recovery tasks, we only need to keep the last one. The elegant rule below +does precisely that, thus avoiding the unnecessary computation explosion +problem:

+
k
rule (setEnv(_) => .) ~> setEnv(_) +
+

In fact, the above follows a common convention in K for recovery +operations of cell contents: the meaning of a computation task of the form +cell(C) that reaches the top of the computation is that the current +contents of cell cell is discarded and gets replaced with C. We +did not add support for these special computation tasks in our current +implementation of K, so we need to define them as above.

+

lvalue and loc

+

For convenience in giving the semantics of constructs like the increment and +the assignment, that we want to operate the same way on variables and on +array elements, we used an auxiliary lvalue(E) construct which was +expected to evaluate to the lvalue of the expression E. This is only +defined when E has an lvalue, that is, when E is either a variable or +evaluates to an array element. lvalue(E) evaluates to a value of +the form loc(L), where L is the location where the value of E +can be found; for clarity, we use loc to structurally distinguish +natural numbers from location values. In giving semantics to lvalue +there are two cases to consider. (1) If E is a variable, then all we need +to do is to grab its location from the environment. (2) If E is an array +element, then we first evaluate the array and its index in order to identify +the exact location of the element of concern, and then return that location; +the last rule below works because its preceding context declarations ensure +that the array and its index are evaluated, and then the rule for array lookup +(defined above) rewrites the evaluated array access construct to its +corresponding store lookup operation.

+
k
// For parsing reasons, we prefer to allow lvalue to take a K + + syntax Exp ::= lvalue(K) + syntax Val ::= loc(Int) + +// Local variable + + rule <k> lvalue(X:Id => loc(L)) ...</k> <env>... X |-> L:Int ...</env> + +// Array element: evaluate the array and its index; +// then the array lookup rule above applies. + + context lvalue(_::Exp[HOLE::Exps]) + context lvalue(HOLE::Exp[_::Exps]) + +// Finally, return the address of the desired object member + + rule lvalue(lookup(L:Int) => loc(L)) +
+

Initializing multiple locations

+

The following operation initializes a sequence of locations with the same +value:

+
k
syntax Map ::= Int "..." Int "|->" K + [function, latex({#1}\ldots{#2}\mapsto{#3})] + rule N...M |-> _ => .Map requires N >Int M + rule N...M |-> K => N |-> K (N +Int 1)...M |-> K requires N <=Int M +
+

The semantics of SIMPLE is now complete. Make sure you kompile the +definition with the right options in order to generate the desired model. +No kompile options are needed if you only only want to execute the definition +(and thus get an interpreter), but if you want to search for a different +program behaviors then you need to kompile with the transition option +including rule groups such as lookup, increment, acquire, etc. See the +IMP++ tutorial for what the transition option means how to use it.

+
k
endmodule +
+

Go to Lesson 2, SIMPLE typed static

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/2_languages/1_simple/2_typed/1_static/NOTES/index.html b/k-distribution/pl-tutorial/2_languages/1_simple/2_typed/1_static/NOTES/index.html new file mode 100644 index 00000000000..89fcf87a836 --- /dev/null +++ b/k-distribution/pl-tutorial/2_languages/1_simple/2_typed/1_static/NOTES/index.html @@ -0,0 +1,380 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

While we disallow global variables with the same name, and that includes +vector variables, we currently do not check that function names are distinct +from each other and from other global variables. Since we can pass functions +around through their names, this can be problematic. May want to make this +into an exercise in the future.

+
+
+ + +
+ +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/2_languages/1_simple/2_typed/1_static/exercises/functions-with-throws/tests/index.html b/k-distribution/pl-tutorial/2_languages/1_simple/2_typed/1_static/exercises/functions-with-throws/tests/index.html new file mode 100644 index 00000000000..a2cc9681874 --- /dev/null +++ b/k-distribution/pl-tutorial/2_languages/1_simple/2_typed/1_static/exercises/functions-with-throws/tests/index.html @@ -0,0 +1,379 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

The programs in this folder are typed variants of the SIMPLE untyped programs. +These programs will be executed both with the dynamic and with the static +semantics of the typed SIMPLE language. Each of the semantics contains its +own results folder showing the expected results of executing these programs.

+
+
+ + +
+ +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/2_languages/1_simple/2_typed/1_static/simple-typed-static/index.html b/k-distribution/pl-tutorial/2_languages/1_simple/2_typed/1_static/simple-typed-static/index.html new file mode 100644 index 00000000000..e0054683a05 --- /dev/null +++ b/k-distribution/pl-tutorial/2_languages/1_simple/2_typed/1_static/simple-typed-static/index.html @@ -0,0 +1,1150 @@ + + + + + + + + + + + + + + +SIMPLE — Typed — Static | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

SIMPLE — Typed — Static

+

Author: Grigore Roșu (grosu@illinois.edu)
+Organization: University of Illinois at Urbana-Champaign

+

Author: Traian Florin Șerbănuță (traian.serbanuta@unibuc.ro)
+Organization: University of Bucharest

+

Abstract

+

This is the K definition of the static semantics of the typed SIMPLE +language, or in other words, a type system for the typed SIMPLE +language in K. We do not re-discuss the various features of the +SIMPLE language here. The reader is referred to the untyped version of +the language for such discussions. We here only focus on the new and +interesting problems raised by the addition of type declarations, and +what it takes to devise a type system/checker for the language.

+

When designing a type system for a language, no matter in what +paradigm, we have to decide upon the intended typing policy. Note +that we can have multiple type systems for the same language, one for +each typing policy. For example, should we accept programs which +don't have a main function? Or should we allow functions that do not +return explicitly? Or should we allow functions whose type expects +them to return a value (say an int) to use a plain +return; statement, which returns no value, like in C? +And so on and so forth. Typically, there are two opposite tensions +when designing a type system. On the one hand, you want your type +system to be as permissive as possible, that is, to accept as many +programs that do not get stuck when executed with the untyped +semantics as possible; this will keep the programmers using your +language happy. On the other hand, you want your type system to have +a reasonable performance when implemented; this will keep both the +programmers and the implementers of your language happy. For example, +a type system for rejecting programs that could perform +division-by-zero is not expected to be feasible in general. A simple +guideline when designing typing policies is to imagine how the +semantics of the untyped language may get stuck and try to prevent +those situations from happening.

+

Before we give the K type system of SIMPLE formally, we discuss, +informally, the intended typing policy:

+
    +
  • +

    Each program should contain a main() function. Indeed, +the untyped SIMPLE semantics will get stuck on any program which does +not have a main function.

    +
  • +
  • +

    Each primitive value has its own type, which can be int +bool, or string. There is also a type void +for nonexistent values, for example for the result of a function meant +to return no value (but only be used for its side effects, like a +procedure).

    +
  • +
  • +

    The syntax of untyped SIMPLE is extended to allow type +declarations for all the variables, including array variables. This is +done in a C/Java-style. For example, int x; or +int x=7, y=x+3;, or int[][][] a[10,20]; +(the latter defines a 10 × 20 matrix of arrays of integers). +Recall from untyped SIMPLE that, unlike in C/Java, our multi-dimensional +arrays use comma-separated arguments, although they have the array-of-array +semantics.

    +
  • +
  • +

    Functions are also typed in a C/Java style. However, since in SIMPLE +we allow functions to be passed to and returned by other functions, we also +need function types. We will use the conventional higher-order arrow-notation +for function types, but will separate the argument types with commas. For +example, a function returning an array of bool elements and +taking as argument an array x of two-integer-argument functions +returning an integer, is declared using a syntax of the form +bool[] f(((int,int)->int)[] x) { ... } +and has the type ((int,int)->int)[] -> bool[].

    +
  • +
  • +

    We allow any variable declarations at the top level. Functions +can only be declared at the top level. Each function can only access the +other functions and variables declared at the top level, or its own locally +declared variables. SIMPLE has static scoping.

    +
  • +
  • +

    The various expression and statement constructs take only elements of +the expected types.

    +
  • +
  • +

    Increment and assignment can operate both on variables and on array +elements. For example, if f has type int->int[][] and +function g has the type int->int, then the +increment expression ++f(7)[g(2),g(3)] is valid.

    +
  • +
  • +

    Functions should only return values of their declared result +type. To give the programmers more flexibility, we allow functions to +use return; statements to terminate without returning an +actual value, or to not explicitly use any return statement, +regardless of their declared return type. This flexibility can be +handy when writing programs using certain functions only for their +side effects. Nevertheless, as the dynamic semantics shows, a return +value is automatically generated when an explicit return +statement is not encountered.

    +
  • +
  • +

    For simplicity, we here limit exceptions to only throw and catch +integer values. We let it as an exercise to the reader to extend the +semantics to allow throwing and catching arbitrary-type exceptions. +Like in programming languages like Java, one can go even further and +define a semantics where thrown exceptions are propagated through +try-catch statements until one of the corresponding type is found. +We will do this when we define the KOOL language, not here. +To keep the definition if SIMPLE simple, here we do not attempt to +reject programs which throw uncaught exceptions.

    +
  • +
+

Like in untyped SIMPLE, some constructs can be desugared into a +smaller set of basic constructs. In general, it should be clear why a +program does not type by looking at the top of the k cells in +its stuck configuration.

+
k
module SIMPLE-TYPED-STATIC-SYNTAX + imports DOMAINS-SYNTAX +
+

Syntax

+

The syntax of typed SIMPLE extends that of untyped SIMPLE with support +for declaring types to variables and functions.

+
k
syntax Id ::= "main" [token] +
+

Types

+

Primitive, array and function types, as well as lists (or tuples) of types. +The lists of types are useful for function arguments.

+
k
syntax Type ::= "void" | "int" | "bool" | "string" + | Type "[" "]" + | "(" Type ")" [bracket] + > Types "->" Type + + syntax Types ::= List{Type,","} [klabel(exps)] +
+

Declarations

+

Variable and function declarations have the expected syntax. For variables, +we basically just replaced the var keyword of untyped SIMPLE with a +type. For functions, besides replacing the function keyword with a +type, we also introduce a new syntactic category for typed variables, +Param, and lists over it.

+
k
syntax Param ::= Type Id + syntax Params ::= List{Param,","} + + syntax Stmt ::= Type Exps ";" + | Type Id "(" Params ")" Block +
+

Expressions

+

The syntax of expressions is identical to that in untyped SIMPLE, +except for the logical conjunction and disjunction which have +different strictness attributes, because they now have different +evaluation strategies.

+
k
syntax Exp ::= Int | Bool | String | Id + | "(" Exp ")" [bracket] + | "++" Exp + > Exp "[" Exps "]" [strict] + > Exp "(" Exps ")" [strict] + | "-" Exp [strict] + | "sizeOf" "(" Exp ")" [strict] + | "read" "(" ")" + > left: + Exp "*" Exp [strict, left] + | Exp "/" Exp [strict, left] + | Exp "%" Exp [strict, left] + > left: + Exp "+" Exp [strict, left] + | Exp "-" Exp [strict, left] + > non-assoc: + Exp "<" Exp [strict, non-assoc] + | Exp "<=" Exp [strict, non-assoc] + | Exp ">" Exp [strict, non-assoc] + | Exp ">=" Exp [strict, non-assoc] + | Exp "==" Exp [strict, non-assoc] + | Exp "!=" Exp [strict, non-assoc] + > "!" Exp [strict] + > left: + Exp "&&" Exp [strict, left] + | Exp "||" Exp [strict, left] + > "spawn" Block + > Exp "=" Exp [strict(2), right] +
+

Note that spawn has not been declared strict. This may +seem unexpected, because the child thread shares the same environment +with the parent thread, so from a typing perspective the spawned +statement makes the same sense in a child thread as it makes in the +parent thread. The reason for not declaring it strict is because we +want to disallow programs where the spawned thread calls the +return statement, because those programs would get stuck in +the dynamic semantics. The type semantics of spawn below will reject +such programs.

+

We still need lists of expressions, defined below, but note that we do +not need lists of identifiers anymore. They have been replaced by the lists +of parameters.

+
k
syntax Exps ::= List{Exp,","} [strict, klabel(exps)] +
+

Statements

+

The statements have the same syntax as in untyped SIMPLE, except for +the exceptions, which now type their parameter. Note that, unlike in untyped +SIMPLE, all statement constructs which have arguments and are not desugared +are strict, including the conditional and the while. Indeed, from a +typing perspective, they are all strict: first type their arguments and then +type the actual construct.

+
k
syntax Block ::= "{" "}" + | "{" Stmt "}" + + syntax Stmt ::= Block + | Exp ";" [strict] + | "if" "(" Exp ")" Block "else" Block [avoid, strict] + | "if" "(" Exp ")" Block [macro] + | "while" "(" Exp ")" Block [strict] + | "for" "(" Stmt Exp ";" Exp ")" Block [macro] + | "return" Exp ";" [strict] + | "return" ";" + | "print" "(" Exps ")" ";" [strict] + | "try" Block "catch" "(" Param ")" Block [strict(1)] + | "throw" Exp ";" [strict] + | "join" Exp ";" [strict] + | "acquire" Exp ";" [strict] + | "release" Exp ";" [strict] + | "rendezvous" Exp ";" [strict] +
+

Note that the sequential composition is now sequentially strict, +because, unlike in the dynamic semantics where statements dissolved, +they now reduce to the stmt type, which is a result.

+
k
syntax Stmt ::= Stmt Stmt [seqstrict, right] +
+

Desugaring macros

+

We use the same desugaring macros like in untyped SIMPLE, but, of +course, including the types of the involved variables.

+
k
rule if (E) S => if (E) S else {} + rule for(Start Cond; Step) {S:Stmt} => {Start while(Cond){S Step;}} + rule for(Start Cond; Step) {} => {Start while(Cond){Step;}} + rule T:Type E1:Exp, E2:Exp, Es:Exps; => T E1; T E2, Es; [anywhere] + rule T:Type X:Id = E; => T X; X = E; [anywhere] + +endmodule + + +module SIMPLE-TYPED-STATIC + imports SIMPLE-TYPED-STATIC-SYNTAX + imports DOMAINS +
+

Static semantics

+

Here we define the type system of SIMPLE. Like concrete semantics, +type systems defined in K are also executable. However, K type +systems turn into type checkers instead of interpreters when executed.

+

The typing process is done in two (overlapping) phases. In the first +phase the global environment is built, which contains type bindings +for all the globally declared variables and functions. For functions, +the declared types will be ``trusted'' during the first phase and +simply bound to their corresponding function names and placed in the +global type environment. At the same time, type-checking tasks that +the function bodies indeed respect their claimed types are generated. +All these tasks are (concurrently) verified during the second phase. +This way, all the global variable and function declarations are +available in the global type environment and can be used in order to +type-check each function code. This is consistent with the semantics +of untyped SIMPLE, where functions can access all the global variables +and can call any other function declared in the same program. The +two phases may overlap because of the K concurrent semantics. For +example, a function task can be started while the first phase is still +running; moreover, it may even complete before the first phase does, +namely when all the global variables and functions that it needs have +already been processed and made available in the global environment by +the first phase task.

+

Extended syntax and results

+

The idea is to start with a configuration holding the program to type +in one of its cells, then apply rewrite rules on it mixing types and +language syntax, and eventually obtain a type instead of the original +program. In other words, the program reduces to its type using +the K rules giving the type system of the language. In doing so, +additional typing tasks for function bodies are generated and solved +the same way. If this rewriting process gets stuck, then we say that +the program is not well-typed. Otherwise the program is well-typed +(by definition). We did not need types for statements and for blocks +as part of the typed SIMPLE syntax, because programmers are not allowed +to use such types explicitly. However, we are going to need them in the +type system, because blocks and statements reduce to them.

+

We start by allowing types to be used inside expressions and statements in +our language. This way, types can be used together with language syntax in +subsequent K rules without any parsing errors. Like in the type system of +IMP++ in the K tutorial, we prefer to group the block and statement types +under one syntactic sub-category of types, because this allows us to more +compactly state that certain terms can be either blocks or statements. Also, +since programs and fragments of program will reduce to their types, in order +for the strictness and context declarations to be executable we state that +types are results (same like we did in the IMP++ tutorial).

+
k
syntax Exp ::= Type + syntax Exps ::= Types + syntax BlockOrStmtType ::= "block" | "stmt" + syntax Type ::= BlockOrStmtType + syntax Block ::= BlockOrStmtType + syntax KResult ::= Type + | Types //TODO: remove this, eventually +
+

Configuration

+

The configuration of our type system consists of a tasks cell +holding various typing task cells, and a global type environment. +Each task includes a k cell holding the code to type, a tenv +cell holding the local type environment, and a return cell holding +the return type of the currently checked function. The latter is needed in +order to check whether return statements return values of the expected type. +Initially, the program is placed in a k cell inside a +task cell. Since the cells with multiplicity ? are not +included in the initial configuration, the task cell holding +the original program in its k cell will contain no other +subcells.

+
k
configuration <T color="yellow"> + <tasks color="orange"> + <task multiplicity="*" color="yellow" type="Set"> + <k color="green"> $PGM:Stmt </k> + <tenv multiplicity="?" color="cyan"> .Map </tenv> + <returnType multiplicity="?" color="black"> void </returnType> + </task> + </tasks> +// <br/> + <gtenv color="blue"> .Map </gtenv> + </T> +
+

Variable declarations

+

Variable declarations type as statements, that is, they reduce to the +type stmt. There are only two cases that need to be +considered: when a simple variable is declared and when an array +variable is declared. The macros at the end of the syntax module +above take care of reducing other variable declarations, including +ones where the declared variables are initialized, to only these two +cases. The first case has two subcases: when the variable declaration +is global (i.e., the task cell contains only the k +cell), in which case it is added to the global type environment +checking at the same time that the variable has not been already +declared; and when the variable declaration is local (i.e., a +tenv cell is available), in which case it is simply added to +the local type environment, possibly shadowing previous homonymous +variables. The third case reduces to the second, incrementally moving +the array dimension into the type until the array becomes a simple +variable.

+
k
rule <task> <k> T:Type X:Id; => stmt ...</k> </task> + <gtenv> Rho (.Map => X |-> T) </gtenv> + requires notBool(X in keys(Rho)) + rule <k> T:Type X:Id; => stmt ...</k> <tenv> Rho => Rho[X <- T] </tenv> + + context _:Type _::Exp[HOLE::Exps]; +// The rule below may need to sort E to Exp in the future, if the +// parser gets stricter; without that information, it may not be able +// to complete the LHS into T E[int,Ts],.Exps; (and similarly for the RHS) + rule T:Type E:Exp[int,Ts:Types]; => T[] E[Ts]; +// I want to write the rule below as _:Type (E:Exp[.Types] => E), +// but the list completion seems to not work well with that. + rule T:Type E:Exp[.Types]; => T E; +
+

Function declarations

+

Functions are allowed to be declared only at the top level (the +task cell holds only its k subcell). Each function +declaration reduces to a variable declaration (a binding of its name +to its declared function type), but also adds a task into the +tasks cell. The task consists of a typing of the statement +declaring all the function parameters followed by the function body, +together with the expected return type of the function. The +getTypes and mkDecls functions, defined at the end of +the file in the section on auxiliary operations, extracts the list of +types and makes a sequence of variable declarations from a list of +function parameters, respectively. Note that, although in the dynamic +semantics we include a terminating return statement at the +end of the function body to eliminate from the analysis the case when +the function does not provide an explicit return, we do not need to +include such a similar return statement here. That's because +the return statements type to stmt anyway, and the +entire code of the function body needs to type anyway.

+
k
rule <task> <k> T:Type F:Id(Ps:Params) S => getTypes(Ps)->T F; ...</k> </task> + (.Bag => <task> + <k> mkDecls(Ps) S </k> <tenv> .Map </tenv> <returnType> T </returnType> + </task>) +
+

Checking if main() exists}

+

Once the entire program is processed (generating appropriate tasks +to type check its function bodies), we can dissolve the main +task cell (the one holding only a k subcell). Since +we want to enforce that programs include a main function, we also +generate a function task executing main() to ensure that it +types (remove this task creation if you do not want your type system +to reject programs without a main function).

+
k
rule <task> <k> stmt => main(.Exps); </k> (.Bag => <tenv> .Map </tenv>) </task> +
+

Collecting the terminated tasks

+

Similarly, once a non-main task (i.e., one which contains a +tenv subcells) is completed using the subsequent rules (i.e., +its k cell holds only the block or stmt +type), we can dissolve its corresponding cell. Note that it is +important to ensure that we only dissolve tasks containing a +tenv cell with the rule below, because the main task should +not dissolve this way! It should do what the above rule says. +In the end, there should be no task cell left in the configuration +when the program correctly type checks.

+
k
rule <task>... <k> _:BlockOrStmtType </k> <tenv> _ </tenv> ...</task> => .Bag +
+

Basic values

+

The first three rewrite rules below reduce the primitive values to +their types, as we typically do when we define type systems in K.

+
k
rule _:Int => int + rule _:Bool => bool + rule _:String => string +
+

Variable lookup

+

There are three cases to distinguish for variable lookup: (1) if the +variable is bound in the local type environment, then look its type up +there; (2) if a local environment exists and the variable is not bound +in it, then look its type up in the global environment; (3) finally, +if there is no local environment, meaning that we are executing the +top-level pass, then look the variable's type up in the global +environment, too.

+
k
rule <k> X:Id => T ...</k> <tenv>... X |-> T ...</tenv> + + rule <k> X:Id => T ...</k> <tenv> Rho </tenv> <gtenv>... X |-> T ...</gtenv> + requires notBool(X in keys(Rho)) + + rule <task> <k> X:Id => T ...</k> </task> <gtenv>... X |-> T ...</gtenv> +
+

Increment

+

We want the increment operation to apply to any lvalue, including +array elements, not only to variables. For that reason, we define a +special context extracting the type of the argument of the increment +operation only if that argument is an lvalue. Otherwise the rewriting +process gets stuck. The operation ltype is defined at the +end of this file, in the auxiliary operation section. It essentially +acts as a filter, getting stuck if its argument is not an lvalue and +letting it reduce otherwise. The type of the lvalue is expected to be +an integer in order to be allowed to be incremented, as seen in the +rule ++ int => int below.

+
k
context ++(HOLE => ltype(HOLE)) + rule ++ int => int +
+

Common expression constructs

+

The rules below are straightforward and self-explanatory:

+
k
rule int + int => int + rule string + string => string + rule int - int => int + rule int * int => int + rule int / int => int + rule int % int => int + rule - int => int + rule int < int => bool + rule int <= int => bool + rule int > int => bool + rule int >= int => bool + rule T:Type == T => bool + rule T:Type != T => bool + rule bool && bool => bool + rule bool || bool => bool + rule ! bool => bool +
+

Array access and size

+

Array access requires each index to type to an integer, and the +array type to be at least as deep as the number of indexes:

+
k
// NOTE: +// We used to need parentheses in the RHS, to avoid capturing Ts as an attribute +// Let's hope that is not a problem anymore. + + rule (T[])[int, Ts:Types] => T[Ts] + rule T:Type[.Types] => T +
+

sizeOf only needs to check that its argument is an array:

+
k
rule sizeOf(_T[]) => int +
+

Input/Output

+

The read expression construct types to an integer, while print types +to a statement provided that all its arguments type to integers or +strings.

+
k
rule read() => int + + rule print(T:Type, Ts => Ts); requires T ==K int orBool T ==K string + rule print(.Types); => stmt +
+

Assignment

+

The special context and the rule for assignment below are similar +to those for increment: the LHS of the assignment must be an lvalue +and, in that case, it must have the same type as the RHS, which then +becomes the type of the assignment.

+
k
context (HOLE => ltype(HOLE)) = _ + rule T:Type = T => T +
+

Function application and return

+

Function application requires the type of the function and the +types of the passed values to be compatible. Note that a special case +is needed to handle the no-argument case:

+
k
rule (Ts:Types -> T)(Ts) => T requires Ts =/=K .Types + rule (void -> T)(.Types) => T +
+

The returned value must have the same type as the declared +function return type. If an empty return is encountered, than +we should check that we are in a function (and not a thread) +context, that is, a return cell must be available:

+
k
rule <k> return T:Type; => stmt ...</k> <returnType> T </returnType> + rule <k> return; => stmt ...</k> <returnType> _ </returnType> +
+

Blocks

+

To avoid having to recover type environments after blocks, we prefer +to start a new task for block body, making sure that the new task +is passed the same type environment and return cells. The value +returned by return statements must have the same type as +stated in the return cell. The print variadic +function is allowed to only print integers and strings. The thrown +exceptions can only have integer type.

+
k
rule {} => block + + rule <task> <k> {S} => block ...</k> <tenv> Rho </tenv> R </task> + (.Bag => <task> <k> S </k> <tenv> Rho </tenv> R </task>) +
+

Expression statement

+
k
rule _:Type; => stmt +
+

Conditional and while loop

+
k
rule if (bool) block else block => stmt + rule while (bool) block => stmt +
+

Exceptions

+

We currently force the parameters of exceptions to only be integers. +Moreover, for simplicity, we assume that integer exceptions can be +thrown from anywhere, including from functions which do not define +any try-catch block (with the currently unchecked ‒also for +simplicity‒ expectation that the caller functions would catch those +exceptions).

+
k
rule try block catch(int X:Id) {S} => {int X; S} + rule try block catch(int X:Id) {} => {int X;} + rule throw int; => stmt +
+

Concurrency

+

Nothing special about typing the concurrency constructs, except that +we do not want the spawned thread to return, so we do not include any +return cell in the new task cell for the thread statement. +Same like with the functions above, we do not check for thrown +exceptions which are not caught.

+
k
rule <k> spawn S => int ...</k> <tenv> Rho </tenv> + (.Bag => <task> <k> S </k> <tenv> Rho </tenv> </task>) + rule join int; => stmt + rule acquire _:Type; => stmt + rule release _:Type; => stmt + rule rendezvous _:Type; => stmt + + rule _:BlockOrStmtType _:BlockOrStmtType => stmt +
+

Auxiliary constructs

+

The function mkDecls turns a list of parameters into a +list of variable declarations.

+
k
syntax Stmt ::= mkDecls(Params) [function] + rule mkDecls(T:Type X:Id, Ps:Params) => T X; mkDecls(Ps) + rule mkDecls(.Params) => {} +
+

The ltype context allows only expressions which have an +lvalue to evaluate.

+
k
syntax LValue ::= Id + rule isLValue(_:Exp[_:Exps]) => true + syntax Exp ::= LValue // K should be able to infer this + // if not added, then it gets stuck with an Id on k cell + +// Instead of the second LValue production above you can use a rule: +// rule isLValue(_:Exp[_:Exps]) => true + + syntax Exp ::= ltype(Exp) +// context ltype(HOLE:LValue) +// The above context does not work due to some error, so we write instead + context ltype(HOLE) requires isLValue(HOLE) +
+

The function getTypes is the same as in SIMPLE typed dynamic.

+
k
syntax Types ::= getTypes(Params) [function] + rule getTypes(T:Type _:Id) => T, .Types // I would like to not use .Types + rule getTypes(T:Type _:Id, P, Ps) => T, getTypes(P,Ps) + rule getTypes(.Params) => void, .Types + +endmodule +
+

Go to Lesson 3, SIMPLE typed dynamic

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/2_languages/1_simple/2_typed/2_dynamic/simple-typed-dynamic/index.html b/k-distribution/pl-tutorial/2_languages/1_simple/2_typed/2_dynamic/simple-typed-dynamic/index.html new file mode 100644 index 00000000000..71139699e2a --- /dev/null +++ b/k-distribution/pl-tutorial/2_languages/1_simple/2_typed/2_dynamic/simple-typed-dynamic/index.html @@ -0,0 +1,1142 @@ + + + + + + + + + + + + + + +SIMPLE — Typed — Dynamic | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

SIMPLE — Typed — Dynamic

+

Author: Grigore Roșu (grosu@illinois.edu)
+Organization: University of Illinois at Urbana-Champaign

+

Author: Traian Florin Șerbănuță (traian.serbanuta@unibuc.ro)
+Organization: University of Bucharest

+

Abstract

+

This is the K dynamic semantics of the typed SIMPLE language. +It is very similar to the semantics of the untyped SIMPLE, the +difference being that we now dynamically check the typing policy +described in the static semantics of typed SIMPLE. Because of the +dynamic nature of the semantics, we can also perform some additional +checks which were not possible in the static semantics, such as +memory leaks due to accessing an array out of its bounds. We will +highlight the differences between the dynamically typed and the +untyped SIMPLE as we proceed with the semantics. We recommend the +reader to consult the typing policy and the syntax of types discussed +in the static semantics of the typed SIMPLE language.

+
k
module SIMPLE-TYPED-DYNAMIC-SYNTAX + imports DOMAINS-SYNTAX +
+

Syntax

+

The syntax of typed SIMPLE extends that of untyped SIMPLE with support +for declaring types to variables and functions.

+

The syntax below is identical to that of the static semantics of typed +SIMPLE. However, the K strictness attributes are like those of the untyped +SIMPLE, to capture the desired evaluation strategies of the various language +constructs.

+
k
syntax Id ::= "main" [token] +
+

Types

+
k
syntax Type ::= "void" | "int" | "bool" | "string" + | Type "[" "]" + | "(" Type ")" [bracket] + > Types "->" Type + syntax Types ::= List{Type,","} [klabel(exps)] +
+

Declarations

+
k
syntax Param ::= Type Id + syntax Params ::= List{Param,","} + + syntax Stmt ::= Type Exps ";" + | Type Id "(" Params ")" Block +
+

Expressions

+
k
syntax Exp ::= Int | Bool | String | Id + | "(" Exp ")" [bracket] + | "++" Exp + > Exp "[" Exps "]" [strict] + > Exp "(" Exps ")" [strict] + | "-" Exp [strict] + | "sizeOf" "(" Exp ")" [strict] + | "read" "(" ")" + > left: + Exp "*" Exp [strict, left] + | Exp "/" Exp [strict, left] + | Exp "%" Exp [strict, left] + > left: + Exp "+" Exp [strict, left] + | Exp "-" Exp [strict, left] + > non-assoc: + Exp "<" Exp [strict, non-assoc] + | Exp "<=" Exp [strict, non-assoc] + | Exp ">" Exp [strict, non-assoc] + | Exp ">=" Exp [strict, non-assoc] + | Exp "==" Exp [strict, non-assoc] + | Exp "!=" Exp [strict, non-assoc] + > "!" Exp [strict] + > left: + Exp "&&" Exp [strict(1), left] + | Exp "||" Exp [strict(1), left] + > "spawn" Block + > Exp "=" Exp [strict(2), right] +
+

Like in the static semantics, there is no need for lists of identifiers +(because we now have lists of parameters).

+
k
syntax Exps ::= List{Exp,","} [strict, klabel(exps)] + syntax Val + syntax Vals ::= List{Val,","} [klabel(exps)] +
+

Statements

+
k
syntax Block ::= "{" "}" + | "{" Stmt "}" + + syntax Stmt ::= Block + | Exp ";" [strict] + | "if" "(" Exp ")" Block "else" Block [avoid, strict(1)] + | "if" "(" Exp ")" Block [macro] + | "while" "(" Exp ")" Block + | "for" "(" Stmt Exp ";" Exp ")" Block [macro] + | "print" "(" Exps ")" ";" [strict] + | "return" Exp ";" [strict] + | "return" ";" + | "try" Block "catch" "(" Param ")" Block + | "throw" Exp ";" [strict] + | "join" Exp ";" [strict] + | "acquire" Exp ";" [strict] + | "release" Exp ";" [strict] + | "rendezvous" Exp ";" [strict] + + syntax Stmt ::= Stmt Stmt [right] +
+

The same desugaring macros like in the statically typed SIMPLE.

+
k
rule if (E) S => if (E) S else {} + rule for(Start Cond; Step) {S:Stmt} => {Start while(Cond){S Step;}} + rule for(Start Cond; Step) {} => {Start while(Cond){Step;}} + rule T:Type E1:Exp, E2:Exp, Es:Exps; => T E1; T E2, Es; [anywhere] + rule T:Type X:Id = E; => T X; X = E; [anywhere] + +endmodule + + +module SIMPLE-TYPED-DYNAMIC + imports SIMPLE-TYPED-DYNAMIC-SYNTAX + imports DOMAINS +
+

Semantics

+

Values and results

+

These are similar to those of untyped SIMPLE, except that the array +references and the function abstrations now also hold their types. +These types are needed in order to easily compute the type of any +value in the language (see the auxiliary typeOf operation at +the end of this module).

+
k
syntax Val ::= Int | Bool | String + | array(Type,Int,Int) + | lambda(Type,Params,Stmt) + syntax Exp ::= Val + syntax Exps ::= Vals + syntax KResult ::= Val + | Vals // TODO: should not need this +
+

Configuration

+

The configuration is almost identical to that of untyped SIMPLE, +except for a return cell inside the control cell. +This return cell will hold, like in the static semantics of +typed SIMPLE, the expected type of the value returned by the function +being executed. The contents of this cell will be set whenever a +function is invoked and will be checked whenever the evaluation of the +function body encounters an explicit return statement.

+
k
// the syntax declarations below are required because the sorts are + // referenced directly by a production and, because of the way KIL to KORE + // is implemented, the configuration syntax is not available yet + // should simply work once KIL is removed completely + // check other definitions for this hack as well + + syntax ControlCell + syntax ControlCellFragment + + configuration <T color="red"> + <threads color="orange"> + <thread multiplicity="*" color="yellow" type="Map"> + <id color="pink"> 0 </id> + <k color="green"> ($PGM:Stmt ~> execute) </k> +// <br/> + <control color="cyan"> + <fstack color="blue"> .List </fstack> + <xstack color="purple"> .List </xstack> + <returnType color="LimeGreen"> void </returnType> + </control> +// <br/> + <env color="violet"> .Map </env> + <holds color="black"> .Map </holds> + </thread> + </threads> +// <br/> + <genv color="pink"> .Map </genv> + <store color="white"> .Map </store> + <busy color="cyan">.Set</busy> + <terminated color="red"> .Set </terminated> + <input color="magenta" stream="stdin"> .List </input> + <output color="brown" stream="stdout"> .List </output> + <nextLoc color="gray"> 0 </nextLoc> + </T> +
+

Declarations and Initialization

+

Variable Declaration

+

The undefined construct is now parameterized by a type. +A main difference between untyped SIMPLE and dynamically typed SIMPLE +is that the latter assigns a type to each of its locations and that +type cannot be changed during the execution of the program. We do not +do any memory management in our semantic definitions here, so +locations cannot be reclaimed, garbage collected and/or reused. Each +location corresponds precisely to an allocated variable or array +element, whose type was explicitly or implicitly declared in the +program and does not change. It is therefore safe to type each +location and then never allow that type to change. The typed +undefined values effectively assign both a type and an undefined value +to a location.

+
k
syntax KItem ::= undefined(Type) [latex(\bot_{#1})] + + rule <k> T:Type X:Id; => . ...</k> + <env> Env => Env[X <- L] </env> + <store>... .Map => L |-> undefined(T) ...</store> + <nextLoc> L:Int => L +Int 1 </nextLoc> +
+

Array Declaration

+

The dynamic semantics of typed array declarations is similar to that +in untyped SIMPLE, but we have to make sure that we associate the +right type to the allocated locations.

+
k
rule <k> T:Type X:Id[N:Int]; => . ...</k> + <env> Env => Env[X <- L] </env> + <store>... .Map => L |-> array(T, L +Int 1, N) + (L +Int 1)...(L +Int N) |-> undefined(T) ...</store> + <nextLoc> L:Int => L +Int 1 +Int N </nextLoc> + when N >=Int 0 + + context _:Type _::Exp[HOLE::Exps]; +
+

The desugaring of multi-dimensional arrays into unidimensional +ones is also similar to that in untyped SIMPLE, although we have to +make sure that all the declared variables have the right types. The +auxiliary operation T<Vs>, defined at the end of the file, +adds the length of Vs dimensions to the type T.

+
k
// TODO: Check the desugaring below to be consistent with the one for untyped simple + + syntax Id ::= "$1" [token] | "$2" [token] + rule T:Type X:Id[N1:Int, N2:Int, Vs:Vals]; + => T[]<Vs> X[N1]; + { + T[][]<Vs> $1=X; + for(int $2=0; $2 <= N1 - 1; ++$2) { + T X[N2,Vs]; + $1[$2] = X; + } + } +
+

Function declaration

+

Store all function parameters, as well as the return type, as part +of the lambda abstraction. In the spirit of dynamic typing, we will +make sure that parameters are well typed when the function is invoked.

+
k
rule <k> T:Type F:Id(Ps:Params) S => . ...</k> + <env> Env => Env[F <- L] </env> + <store>... .Map => L |-> lambda(T, Ps, S) ...</store> + <nextLoc> L => L +Int 1 </nextLoc> +
+

Calling main()

+

When done with the first pass, call main().

+
k
syntax KItem ::= "execute" + rule <k> execute => main(.Exps); </k> + <env> Env </env> + <genv> .Map => Env </genv> +
+

Expressions

+

Variable lookup

+
k
rule <k> X:Id => V ...</k> + <env>... X |-> L ...</env> + <store>... L |-> V:Val ...</store> [group(lookup)] +
+

Variable/Array increment

+
k
context ++(HOLE => lvalue(HOLE)) + rule <k> ++loc(L) => I +Int 1 ...</k> + <store>... L |-> (I:Int => I +Int 1) ...</store> [group(increment)] +
+

Arithmetic operators

+
k
rule I1 + I2 => I1 +Int I2 + rule Str1 + Str2 => Str1 +String Str2 + rule I1 - I2 => I1 -Int I2 + rule I1 * I2 => I1 *Int I2 + rule I1 / I2 => I1 /Int I2 when I2 =/=K 0 + rule I1 % I2 => I1 %Int I2 when I2 =/=K 0 + rule - I => 0 -Int I + rule I1 < I2 => I1 <Int I2 + rule I1 <= I2 => I1 <=Int I2 + rule I1 > I2 => I1 >Int I2 + rule I1 >= I2 => I1 >=Int I2 + rule V1:Val == V2:Val => V1 ==K V2 + rule V1:Val != V2:Val => V1 =/=K V2 + rule ! T => notBool(T) + rule true && E => E + rule false && _ => false + rule true || _ => true + rule false || E => E +
+

Array lookup

+

Check array bounds, as part of the dynamic typing policy.

+
k
// Same comment as for simple untyped regarding [anywhere] + rule V:Val[N1:Int, N2:Int, Vs:Vals] => V[N1][N2, Vs] + [anywhere] + +// Same comment as for simple untyped regarding [anywhere] + rule array(_:Type, L:Int, M:Int)[N:Int] => lookup(L +Int N) + when N >=Int 0 andBool N <Int M [anywhere] +
+

Size of an array

+
k
rule sizeOf(array(_,_,N)) => N +
+

Function call

+

Define function call and return together, to see their relationship. +Note that the operation mkDecls now declares properly typed +instantiated variables, and that the semantics of return also +checks that that type of the returned value is expected one.

+
k
syntax KItem ::= (Type,Map,K,ControlCellFragment) + + rule <k> lambda(T,Ps,S)(Vs:Vals) ~> K => mkDecls(Ps,Vs) S return; </k> + <control> + <fstack> .List => ListItem((T',Env,K,C)) ...</fstack> + <returnType> T' => T </returnType> + C + </control> + <env> Env => GEnv </env> + <genv> GEnv </genv> + + rule <k> return V:Val; ~> _ => V ~> K </k> + <control> + <fstack> ListItem((T',Env,K,C)) => .List ...</fstack> + <returnType> T => T' </returnType> + (_ => C) + </control> + <env> _ => Env </env> + when typeOf(V) ==K T // check the type of the returned value +
+

Like the undefined above, nothing also gets +tagged with a type now. The empty return statement is +completed to return the nothing value tagged as expected.

+
k
syntax Val ::= nothing(Type) + rule <k> return; => return nothing(T); ...</k> <returnType> T </returnType> +
+

Read

+
k
rule <k> read() => I ...</k> <input> ListItem(I:Int) => .List ...</input> [group(read)] +
+

Assignment

+

The assignment now checks that the type of the assigned location is +preserved:

+
k
context (HOLE => lvalue(HOLE)) = _ + + rule <k> loc(L) = V:Val => V ...</k> <store>... L |-> (V' => V) ...</store> + when typeOf(V) ==K typeOf(V') [group(assignment)] +
+

Statements

+

Blocks

+
k
rule {} => . + rule <k> { S } => S ~> setEnv(Env) ...</k> <env> Env </env> +
+

Sequential composition

+
k
rule S1:Stmt S2:Stmt => S1 ~> S2 +
+

Expression statements

+
k
rule _:Val; => . +
+

Conditional

+
k
rule if ( true) S else _ => S + rule if (false) _ else S => S +
+

While loop

+
k
rule while (E) S => if (E) {S while(E)S} +
+

Print

+

We only allow printing integers and strings:

+
k
rule <k> print(V:Val, Es => Es); ...</k> <output>... .List => ListItem(V) </output> + when typeOf(V) ==K int orBool typeOf(V) ==K string [group(print)] + rule print(.Vals); => . +
+

Exceptions

+

Exception parameters are now typed, but note that the semantics below +works correctly only when the thrown exception has the same type as +the innermost try-catch paramete. To keep things simple, for the time +being we can assume that SIMPLE only throws and catches integer +values, in which case our semantics below works fine:

+
k
syntax KItem ::= (Param,Stmt,K,Map,ControlCellFragment) // Param instead of Id + + syntax KItem ::= "popx" + + rule <k> (try S1 catch(P) S2 => S1 ~> popx) ~> K </k> + <control> + <xstack> .List => ListItem((P, S2, K, Env, C)) ...</xstack> + C + </control> + <env> Env </env> + + rule <k> popx => . ...</k> + <xstack> ListItem(_) => .List ...</xstack> + + rule <k> throw V:Val; ~> _ => { T X = V; S2 } ~> K </k> + <control> + <xstack> ListItem((T:Type X:Id, S2, K, Env, C)) => .List ...</xstack> + (_ => C) + </control> + <env> _ => Env </env> +
+

Threads

+

Thread creation

+
k
rule <thread>... + <k> spawn S => !T:Int +Int 1 ...</k> + <env> Env </env> + ...</thread> + (.Bag => <thread>... + <k> S </k> + <env> Env </env> + <id> !T +Int 1 </id> + ...</thread>) +
+

Thread termination

+
k
rule (<thread>... <k>.</k> <holds>H</holds> <id>T</id> ...</thread> => .Bag) + <busy> Busy => Busy -Set keys(H) </busy> + <terminated>... .Set => SetItem(T) ...</terminated> +
+

Thread joining

+
k
rule <k> join T:Int; => . ...</k> + <terminated>... SetItem(T) ...</terminated> +
+

Acquire lock

+
k
rule <k> acquire V:Val; => . ...</k> + <holds>... .Map => V |-> 0 ...</holds> + <busy> Busy (.Set => SetItem(V)) </busy> + when (notBool(V in Busy:Set)) [group(acquire)] + + rule <k> acquire V; => . ...</k> + <holds>... V:Val |-> (N:Int => N +Int 1) ...</holds> +
+

Release lock

+
k
rule <k> release V:Val; => . ...</k> + <holds>... V |-> (N => N:Int -Int 1) ...</holds> + when N >Int 0 + + rule <k> release V; => . ...</k> <holds>... V:Val |-> 0 => .Map ...</holds> + <busy>... SetItem(V) => .Set ...</busy> +
+

Rendezvous synchronization

+
k
rule <k> rendezvous V:Val; => . ...</k> + <k> rendezvous V; => . ...</k> [group(rendezvous)] +
+

Auxiliary declarations and operations

+

Turns a list of parameters and a list of instance values for them +into a list of variable declarations.

+
k
syntax Stmt ::= mkDecls(Params,Vals) [function] + rule mkDecls((T:Type X:Id, Ps:Params), (V:Val, Vs:Vals)) + => T X=V; mkDecls(Ps,Vs) + rule mkDecls(.Params,.Vals) => {} +
+

Location lookup.

+
k
syntax Exp ::= lookup(Int) // see NOTES.md for why Exp instead of KItem + rule <k> lookup(L) => V ...</k> <store>... L |-> V:Val ...</store> [group(lookup)] +
+

Environment recovery.

+
k
// TODO: same comment regarding setEnv(...) as for simple untyped + + syntax KItem ::= setEnv(Map) + rule <k> setEnv(Env) => . ...</k> <env> _ => Env </env> + rule (setEnv(_) => .) ~> setEnv(_) +
+

lvalue and loc

+
k
syntax Exp ::= lvalue(K) + syntax Val ::= loc(Int) + + rule <k> lvalue(X:Id => loc(L)) ...</k> <env>... X |-> L:Int ...</env> + + //context lvalue(_[HOLE]) + //context lvalue(HOLE[_]) + context lvalue(_::Exp[HOLE::Exps]) + context lvalue(HOLE::Exp[_::Exps]) + + rule lvalue(lookup(L:Int) => loc(L)) +
+

Adds the corresponding depth to an array type

+
k
syntax Type ::= Type "<" Vals ">" [function] + rule T:Type<_,Vs:Vals> => T[]<Vs> + rule T:Type<.Vals> => T +
+

Sequences of locations.

+
k
syntax Map ::= Int "..." Int "|->" K + [function, latex({#1}\ldots{#2}\mapsto{#3})] + rule N...M |-> _ => .Map when N >Int M + rule N...M |-> K => N |-> K (N +Int 1)...M |-> K when N <=Int M + +// Type of a value. + syntax Type ::= typeOf(K) [function] + rule typeOf(_:Int) => int + rule typeOf(_:Bool) => bool + rule typeOf(_:String) => string + rule typeOf(array(T,_,_)) => (T[]) // () needed! K parses [] as "no tags" + rule typeOf(lambda(T,Ps,_)) => getTypes(Ps) -> T + rule typeOf(undefined(T)) => T + rule typeOf(nothing(T)) => T +
+

List of types of a parameter.

+
k
syntax Types ::= getTypes(Params) [function] + rule getTypes(T:Type _:Id) => T, .Types // I would like to not use .Types + rule getTypes(T:Type _:Id, P, Ps) => T, getTypes(P,Ps) + rule getTypes(.Params) => void, .Types +endmodule +
+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/2_languages/1_simple/2_typed/programs/index.html b/k-distribution/pl-tutorial/2_languages/1_simple/2_typed/programs/index.html new file mode 100644 index 00000000000..3ce3acf0b98 --- /dev/null +++ b/k-distribution/pl-tutorial/2_languages/1_simple/2_typed/programs/index.html @@ -0,0 +1,379 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

The programs in this folder are typed variants of the SIMPLE untyped programs. +These programs will be executed both with the dynamic and with the static +semantics of the typed SIMPLE language. Each of the semantics contains its +own results folder showing the expected results of executing these programs.

+
+
+ + +
+ +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/2_languages/2_kool/1_untyped/kool-untyped/index.html b/k-distribution/pl-tutorial/2_languages/2_kool/1_untyped/kool-untyped/index.html new file mode 100644 index 00000000000..c7e75e29bfb --- /dev/null +++ b/k-distribution/pl-tutorial/2_languages/2_kool/1_untyped/kool-untyped/index.html @@ -0,0 +1,1522 @@ + + + + + + + + + + + + + + +KOOL — Untyped | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

KOOL — Untyped

+

Author: Grigore Roșu (grosu@illinois.edu)
+Organization: University of Illinois at Urbana-Champaign

+

Author: Traian Florin Șerbănuță (traian.serbanuta@unibuc.ro)
+Organization: University of Bucharest

+

Abstract

+

This is the K semantic definition of the untyped KOOL language. KOOL +is aimed at being a pedagogical and research language that captures +the essence of the object-oriented programming paradigm. Its untyped +variant discussed here is simpler than the typed one, ignoring several +intricate aspects of types in the presence of objects. A program +consists of a set of class declarations. Each class can extend at +most one other class (KOOL is single-inheritance). A class can +declare a set of fields and a set of methods, all public and called +the class' members. Specifically, KOOL includes the +following features:

+
    +
  • +

    Class declarations, where a class may or may not explicitly +extend another class. In case a class does not explicitly extend +another class, then it is assumed that it extends the default top-most +and empty (i.e., no members) class called Object. Each class +is required to declare precisely one homonymous method, called its +constructor. Each valid program should contain one class +named Main, whose constructor, Main(), takes no +arguments. The execution of a program consists of creating an object +instance of class Main and invoking the constructor +Main() on it, that is, of executing new Main();.

    +
  • +
  • +

    All features of SIMPLE (see examples/simple/untyped), +i.e., multidimensional arrays, function (here called "method") +abstractions with call-by-value parameter passing style and static +scoping, blocks with locals, input/output, parametric exceptions, and +concurrency via dynamic thread creation/termination and synchronization. +The only change in the syntax of SIMPLE when imported in KOOL is the +function declaration keyword, function, which is changed into +method. The exact same desugaring macros from SIMPLE are +also included in KOOL. We can think of KOOL's classes as embedding +SIMPLE programs (extended with OO constructs, as discussed next).

    +
  • +
  • +

    Object creation using the new C(e1,...,en) +expression construct. An object instance of class C is first +created and then the constructor C(e1,...,en) is implicitly +called on that object. KOOL only allows (and requires) one +constructor per class. The class constructor can be called either +implicitly during a new object creation for the class, or explicitly. +The superclass constructor is not implicitly invoked when a +class constructor is invoked; if you want to invoke the superclass +constructor from a subclass constructor then you have to do it +explicitly.

    +
  • +
  • +

    An expression construct this, which evaluates to the +current object.

    +
  • +
  • +

    An expression construct super, which is used (only) in +combination with member lookup (see next) to refer to a superclass +field or method.

    +
  • +
  • +

    A member lookup expression construct e.x, where e +is an expression (either an expression expected to evaluate to an object +or the super construct) and x is a class member name, +that is, a field or a method name.

    +
  • +
  • +

    Expression constructs e instanceOf C and +(C) e, where e is an expression expected +to evaluate to an object and C a class name. The former +tells whether the class of e is a subclass of C, +that is, whether e can be used as an instance of C, +and the latter changes the class of e to C. These +operations always succeed: the former returns a Boolean value, while +the latter changes the current class of e to C +regardless of whether it is safe to do so or not. The typed version +of KOOL will check the safety of casting by ensuring that the instance +class of the object is a subclass of C. In untyped KOOL we +do not want to perform this check because we want to allow the +programmer maximum of flexibility: if one always accesses only +available members, then the program can execute successfully despite +the potentially unsafe cast.

    +
  • +
+

There are some specific aspects of KOOL that need to be discussed.

+

First, KOOL is higher-order, allowing function abstractions to be +treated like any other values in the language. For example, if +m is a method of object e then e.m +evaluates to the corresponding function abstraction. The function +abstraction is in fact a closure, because in addition to the method +parameters and body it also encapsulates the object value (i.e., the +environment of the object together with its current class—see below) +that e evaluates to. This way, function abstractions can be +invoked anywhere and have the capability to change the state of their +object. For example, if m is a method of object e +which increments a field c of e when invoked, and if +getm is another method of e which simply returns +m when invoked, then the double application +(e.getm())() has the same effect as e.m(), that is, +increments the counter c of e. Note that the +higher-order nature of KOOL was not originally planned; it came as a +natural consequence of evaluating methods to closures and we decided +to keep it. If you do not like it then do not use it.

+

Second, since all the fields and methods are public in KOOL and since +they can be redeclared in subclasses, it is not immediately clear how +to lookup the member x when we write e.x and +e is different from super. We distinguish two cases, +depending on whether e.x occurs in a method invocation +context (i.e., e.x(...)) or in a field context. KOOL has +dynamic method dispatch, so if e.x is invoked as a method +then x will be searched for starting with the instance class of +the object value to which e evaluates. If e.x +occurs in a non-method-invocation context then x will be +treated as a field (although it may hold a method closure due to the +higher-order nature of KOOL) and thus will be searched starting with +the current class of the object value of e (which, because of +this and casting, may be different from its instance class). +In order to achieve the above, each object value will consist of a +pair holding the current class of the object and an environment stack +with one layer for each class in the object's instance class hierarchy.

+

Third, although KOOL is dynamic method dispatch, its capabilities +described above are powerful enough to allow us to mimic static +method dispatch. For example, suppose that you want to invoke method +m() statically. Then all you need to do is to declare a +local variable and bind it to m, for example var staticm = m;, and +then call staticm(). This works because +staticm is first bound to the method closure that m +evaluates to, and then looked up as any local variable when invoked. +We only enable the dynamic method dispatch when we have an object +member on an application position, e.g., m().

+

In what follows, we limit our comments to the new, KOOL-specific +aspects of the language. We refer the reader to the untyped SIMPLE +language for documentation on the the remaining features, because +those were all borrowed from SIMPLE.

+
k
module KOOL-UNTYPED-SYNTAX + imports DOMAINS-SYNTAX +
+

Syntax

+

The syntax of KOOL extends that of SIMPLE with object-oriented +constructs. We removed from the K annotated syntax of SIMPLE two +constructs, namely the one for function declarations (because we want +to call them methods now) and the one for function application +(because application is not strict in the first argument +anymore—needs to initiate dynamic method dispatch). The additional +syntax includes:

+
    +
  • First, we need a new dedicated identifier, Object, for +the default top-most class.
  • +
  • Second, we rename the function keyword of SIMPLE into method.
  • +
  • Third, we add syntax for class declarations together with a +macro making classes which extend nothing to extend Object.
  • +
  • Fourth, we change the strictness attribute of application +into strict(2).
  • +
  • Finally, we add syntax and corresponding strictness +for the KOOL object-oriented constructs.
  • +
+
k
syntax Id ::= "Object" [token] | "Main" [token] + + syntax Stmt ::= "var" Exps ";" + | "method" Id "(" Ids ")" Block // called "function" in SIMPLE + | "class" Id Block // KOOL + | "class" Id "extends" Id Block // KOOL + + syntax Exp ::= Int | Bool | String | Id + | "this" // KOOL + | "super" // KOOL + | "(" Exp ")" [bracket] + | "++" Exp + | Exp "instanceOf" Id [strict(1)] // KOOL + | "(" Id ")" Exp [strict(2)] // KOOL cast + | "new" Id "(" Exps ")" [strict(2)] // KOOL + | Exp "." Id // KOOL + > Exp "[" Exps "]" [strict] + > Exp "(" Exps ")" [strict(2)] // was strict in SIMPLE + | "-" Exp [strict] + | "sizeOf" "(" Exp ")" [strict] + | "read" "(" ")" + > left: + Exp "*" Exp [strict, left] + | Exp "/" Exp [strict, left] + | Exp "%" Exp [strict, left] + > left: + Exp "+" Exp [strict, left] + | Exp "-" Exp [strict, left] + > non-assoc: + Exp "<" Exp [strict, non-assoc] + | Exp "<=" Exp [strict, non-assoc] + | Exp ">" Exp [strict, non-assoc] + | Exp ">=" Exp [strict, non-assoc] + | Exp "==" Exp [strict, non-assoc] + | Exp "!=" Exp [strict, non-assoc] + > "!" Exp [strict] + > left: + Exp "&&" Exp [strict(1), left] + | Exp "||" Exp [strict(1), left] + > "spawn" Block + > Exp "=" Exp [strict(2), right] + + syntax Ids ::= List{Id,","} + + syntax Exps ::= List{Exp,","} [strict, klabel(exps)] + syntax Val + syntax Vals ::= List{Val,","} [klabel(exps)] + + syntax Block ::= "{" "}" + | "{" Stmt "}" + + syntax Stmt ::= Block + | Exp ";" [strict] + | "if" "(" Exp ")" Block "else" Block [avoid, strict(1)] + | "if" "(" Exp ")" Block [macro] + | "while" "(" Exp ")" Block + | "for" "(" Stmt Exp ";" Exp ")" Block [macro] + | "return" Exp ";" [strict] + | "return" ";" [macro] + | "print" "(" Exps ")" ";" [strict] + | "try" Block "catch" "(" Id ")" Block + | "throw" Exp ";" [strict] + | "join" Exp ";" [strict] + | "acquire" Exp ";" [strict] + | "release" Exp ";" [strict] + | "rendezvous" Exp ";" [strict] + + syntax Stmt ::= Stmt Stmt [right] +
+

Old desugaring rules, from SIMPLE

+
k
rule if (E) S => if (E) S else {} + rule for(Start Cond; Step) {S} => {Start while (Cond) {S Step;}} + rule var E1::Exp, E2::Exp, Es::Exps; => var E1; var E2, Es; [anywhere] + rule var X::Id = E; => var X; X = E; [anywhere] +
+

New desugaring rule

+
k
rule class C:Id S => class C extends Object S // KOOL + +endmodule +
+

Semantics

+

We first discuss the new configuration of KOOL, which extends that of +SIMPLE. Then we include the semantics of the constructs borrowed from +SIMPLE unchanged; we refrain from discussing those, because they were +already discussed in the K definition of SIMPLE. Then we discuss +changes to SIMPLE's semantics needed for the more general meaning of +the previous SIMPLE constructs (for example for thread spawning, +assignment, etc.). Finally, we discuss in detail the +semantics of the additional KOOL constructs.

+
k
module KOOL-UNTYPED + imports KOOL-UNTYPED-SYNTAX + imports DOMAINS +
+

Configuration

+

KOOL removes one cell and adds two nested cells to the configuration +of SIMPLE. The cell which is removed is the one holding the global +environment, because a KOOL program consists of a set of classes only, +with no global declarations. In fact, since informally speaking each +KOOL class now includes a SIMPLE program, it is safe to say that the +global variables in SIMPLE became class fields in KOOL. Let us now +discuss the new cells that are added to the configuration of SIMPLE.

+
    +
  • +

    The cell crntObj holds data pertaining to the current +object, that is, the object environment in which the code in cell +k executes: crntClass holds the current class (which +can change as methods of the current object are invoked); +envStack holds the stack of environments as a list, +each layer corresponding to one class in the objects' instance class +hierarchy; location, which is optional, holds the location in +the store where the current object is or has to be located (this is +useful both for method closures and for the semantics of object +creation).

    +
  • +
  • +

    The cell classes holds all the declared classes, each +class being held in its own class cell which contains a name +(className), a parent (extends), and the actual +member declarations (declarations).

    +
  • +
+
k
// the syntax declarations below are required because the sorts are + // referenced directly by a production and, because of the way KIL to KORE + // is implemented, the configuration syntax is not available yet + // should simply work once KIL is removed completely + // check other definitions for this hack as well + syntax EnvCell + syntax ControlCell + syntax EnvStackCell + syntax CrntObjCellFragment + + configuration <T color="red"> + <threads color="orange"> + <thread multiplicity="*" type="Set" color="yellow"> + <k color="green"> $PGM:Stmt ~> execute </k> + //<br/> // TODO(KORE): support latex annotations #1799 + <control color="cyan"> + <fstack color="blue"> .List </fstack> + <xstack color="purple"> .List </xstack> + //<br/> // TODO(KORE): support latex annotations #1799 + <crntObj color="Fuchsia"> // KOOL + <crntClass> Object </crntClass> + <envStack> .List </envStack> + <location multiplicity="?"> .K </location> + </crntObj> + </control> + //<br/> // TODO(KORE): support latex annotations #1799 + <env color="violet"> .Map </env> + <holds color="black"> .Map </holds> + <id color="pink"> 0 </id> + </thread> + </threads> + //<br/> // TODO(KORE): support latex annotations #1799 + <store color="white"> .Map </store> + <busy color="cyan">.Set </busy> + <terminated color="red"> .Set </terminated> + <input color="magenta" stream="stdin"> .List </input> + <output color="brown" stream="stdout"> .List </output> + <nextLoc color="gray"> 0 </nextLoc> + //<br/> // TODO(KORE): support latex annotations #1799 + <classes color="Fuchsia"> // KOOL + <classData multiplicity="*" type="Map" color="Fuchsia"> + // the Map has as its key the first child of the cell, + // in this case the className cell. + <className color="Fuchsia"> Main </className> + <baseClass color="Fuchsia"> Object </baseClass> + <declarations color="Fuchsia"> .K </declarations> + </classData> + </classes> + </T> +
+

Unchanged Semantics from untyped SIMPLE

+

The semantics below is taken over from SIMPLE unchanged. +The semantics of function declaration and invocation, including the +use of the special lambda abstraction value, needs to change +in order to account for the fact that methods are now invoked into +their object's environment. The semantics of function return actually +stays unchanged. Also, the semantics of program initialization is +different: now we have to create an instance of the Main +class which also calls the constructor Main(), while in +SIMPLE we only had to invoke the function Main(). +Finally, the semantics of thread spawning needs to change, too: the +parent thread needs to also share its object environment with the +spawned thread (in addition to its local environment, like in SIMPLE). +This is needed in order to be able to spawn method invokations under +dynamic method dispatch; for example, spawn { run(); } +will need to look up the method run() in the newly created +thread, operation which will most likely fail unless the child thread +sees the object environment of the parent thread. Note that the +spawn statement of KOOL is more permissive than the threads +of Java. In fact, the latter can be implemented in terms of our +spawn—see the program threads.kool for a sketch.

+

Below is a subset of the values of SIMPLE, which are also values +of KOOL. We will add other values later in the semantics, such as +object and method closures.

+
k
syntax Val ::= Int | Bool | String + | array(Int,Int) + syntax Exp ::= Val + syntax Exps ::= Vals + syntax KResult ::= Val + syntax KResult ::= Vals +
+

The semantics below are taken verbatim from the untyped SIMPLE +definition.

+
k
syntax KItem ::= "undefined" [latex(\bot)] + + rule <k> var X:Id; => . ...</k> + <env> Env => Env[X <- L] </env> + <store>... .Map => L |-> undefined ...</store> + <nextLoc> L:Int => L +Int 1 </nextLoc> + + + context var _:Id[HOLE]; + + rule <k> var X:Id[N:Int]; => . ...</k> + <env> Env => Env[X <- L] </env> + <store>... .Map => L |-> array(L +Int 1, N) + (L +Int 1) ... (L +Int N) |-> undefined ...</store> + <nextLoc> L:Int => L +Int 1 +Int N </nextLoc> + when N >=Int 0 + + + syntax Id ::= "$1" [token] | "$2" [token] + rule var X:Id[N1:Int, N2:Int, Vs:Vals]; + => var X[N1]; + { + var $1=X; + for(var $2=0; $2 <= N1 - 1; ++$2) { + var X[N2,Vs]; + $1[$2] = X; + } + } + + + rule <k> X:Id => V ...</k> + <env>... X |-> L ...</env> + <store>... L |-> V:Val ...</store> [group(lookup)] + + + context ++(HOLE => lvalue(HOLE)) + rule <k> ++loc(L) => I +Int 1 ...</k> + <store>... L |-> (I:Int => I +Int 1) ...</store> [group(increment)] + + + rule I1 + I2 => I1 +Int I2 + rule Str1 + Str2 => Str1 +String Str2 + rule I1 - I2 => I1 -Int I2 + rule I1 * I2 => I1 *Int I2 + rule I1 / I2 => I1 /Int I2 when I2 =/=K 0 + rule I1 % I2 => I1 %Int I2 when I2 =/=K 0 + rule - I => 0 -Int I + rule I1 < I2 => I1 <Int I2 + rule I1 <= I2 => I1 <=Int I2 + rule I1 > I2 => I1 >Int I2 + rule I1 >= I2 => I1 >=Int I2 + + rule V1:Val == V2:Val => V1 ==K V2 + rule V1:Val != V2:Val => V1 =/=K V2 + rule ! T => notBool(T) + rule true && E => E + rule false && _ => false + rule true || _ => true + rule false || E => E + + + rule V:Val[N1:Int, N2:Int, Vs:Vals] => V[N1][N2, Vs] + [anywhere] + + rule array(L,_)[N:Int] => lookup(L +Int N) + [anywhere] + + + rule sizeOf(array(_,N)) => N +
+

The semantics of function application needs to change into dynamic +method dispatch invocation, which is defined shortly. However, +interestingly, the semantics of return stays unchanged.

+
k
rule <k> return(V:Val); ~> _ => V ~> K </k> + <control> + <fstack> ListItem(fstackFrame(Env,K,XS,<crntObj> CO </crntObj>)) => .List ...</fstack> + <xstack> _ => XS </xstack> + <crntObj> _ => CO </crntObj> + </control> + <env> _ => Env </env> + + syntax Val ::= "nothing" + rule return; => return nothing; + + + rule <k> read() => I ...</k> <input> ListItem(I:Int) => .List ...</input> [group(read)] + + + context (HOLE => lvalue(HOLE)) = _ + + rule <k> loc(L) = V:Val => V ...</k> <store>... L |-> (_ => V) ...</store> + [group(assignment)] + + + rule {} => . + rule <k> { S } => S ~> setEnv(Env) ...</k> <env> Env </env> + + + rule S1::Stmt S2::Stmt => S1 ~> S2 + + rule _:Val; => . + + rule if ( true) S else _ => S + rule if (false) _ else S => S + + rule while (E) S => if (E) {S while(E)S} + + rule <k> print(V:Val, Es => Es); ...</k> <output>... .List => ListItem(V) </output> + [group(print)] + rule print(.Vals); => . + + + syntax KItem ::= xstackFrame(Id,Stmt,K,Map,K) + // TODO(KORE): drop the additional production once parsing issue #1842 is fixed + | (Id,Stmt,K,Map,K) + + syntax KItem ::= "popx" + + rule <k> (try S1 catch(X) {S2} => S1 ~> popx) ~> K </k> + <control> + <xstack> .List => ListItem(xstackFrame(X, S2, K, Env, C)) ...</xstack> + C + </control> + <env> Env </env> + + rule <k> popx => . ...</k> + <xstack> ListItem(_) => .List ...</xstack> + + rule <k> throw V:Val; ~> _ => { var X = V; S2 } ~> K </k> + <control> + <xstack> ListItem(xstackFrame(X, S2, K, Env, C)) => .List ...</xstack> + (_ => C) + </control> + <env> _ => Env </env> +
+

Thread spawning needs a new semantics, because we want the child +thread to also share the object environment with its parent. The new +semantics of thread spawning will be defined shortly. However, +interestingly, the other concurrency constructs keep their semantics +from SIMPLE unchanged.

+
k
// TODO(KORE): ..Bag should be . throughout this definition #1772 + rule (<thread>... <k>.</k> <holds>H</holds> <id>T</id> ...</thread> => .Bag) + /* + rule (<thread>... <k>.</k> <holds>H</holds> <id>T</id> ...</thread> => .) + */ + <busy> Busy => Busy -Set keys(H) </busy> + <terminated>... .Set => SetItem(T) ...</terminated> + + rule <k> join T:Int; => . ...</k> + <terminated>... SetItem(T) ...</terminated> + + rule <k> acquire V:Val; => . ...</k> + <holds>... .Map => V |-> 0 ...</holds> + <busy> Busy (.Set => SetItem(V)) </busy> + when (notBool(V in Busy:Set)) [group(acquire)] + + rule <k> acquire V; => . ...</k> + <holds>... V:Val |-> (N:Int => N +Int 1) ...</holds> + + rule <k> release V:Val; => . ...</k> + <holds>... V |-> (N => N:Int -Int 1) ...</holds> + when N >Int 0 + + rule <k> release V; => . ...</k> <holds>... V:Val |-> 0 => .Map ...</holds> + <busy>... SetItem(V) => .Set ...</busy> + + rule <k> rendezvous V:Val; => . ...</k> + <k> rendezvous V; => . ...</k> [group(rendezvous)] +
+

Unchanged auxiliary operations from untyped SIMPLE

+
k
syntax Stmt ::= mkDecls(Ids,Vals) [function] + rule mkDecls((X:Id, Xs:Ids), (V:Val, Vs:Vals)) => var X=V; mkDecls(Xs,Vs) + rule mkDecls(.Ids,.Vals) => {} + + // TODO(KORE): clarify sort inferences #1803 + syntax Exp ::= lookup(Int) + /* + syntax KItem ::= lookup(Int) + */ + rule <k> lookup(L) => V ...</k> <store>... L |-> V:Val ...</store> [group(lookup)] + + syntax KItem ::= setEnv(Map) + rule <k> setEnv(Env) => . ...</k> <env> _ => Env </env> + rule (setEnv(_) => .) ~> setEnv(_) + // TODO: How can we make sure that the second rule above applies before the first one? + // Probably we'll deal with this using strategies, eventually. + + syntax Exp ::= lvalue(K) + syntax Val ::= loc(Int) + + rule <k> lvalue(X:Id => loc(L)) ...</k> <env>... X |-> L:Int ...</env> + + context lvalue(_::Exp[HOLE::Exps]) + context lvalue(HOLE::Exp[_::Exps]) + + rule lvalue(lookup(L:Int) => loc(L)) + + + syntax Map ::= Int "..." Int "|->" K + [function, latex({#1}\ldots{#2}\mapsto{#3})] + rule N...M |-> _ => .Map when N >Int M + rule N...M |-> K => N |-> K (N +Int 1)...M |-> K when N <=Int M +
+

Changes to the existing untyped SIMPLE semantics

+

When we extend a language, sometimes we need to do more than just add +new language constructs and semantics for them. Sometimes we want to +also extend the semantics of existing language constructs, in order to +get more from them.

+

Program initialization

+

In SIMPLE, once all the global declarations were processed, the +function main() was invoked. In KOOL, the global +declarations are classes, and their specific semantics is given +shortly; essentially, they are pre-processed one by one and added +into the class cell structure in the configuration. +Once all the classes are processed, the computation item +execute, which was placed right after the program in the +initial configuration, is reached. In SIMPLE, the program was +initialized by calling the method main(). In KOOL, the +program is initialized by creating an object instance of class +Main. This will also implicitly call the method +Main() (the Main class constructor). The emptiness +of the env cell below is just a sanity check, to make sure +that the user has not declared anything but classes at the top level +of the program.

+
k
syntax KItem ::= "execute" + rule <k> execute => new Main(.Exps); </k> <env> .Map </env> +
+

The semantics of new (defined below) requires the +execution of all the class' declarations (and also of its +superclasses').

+

Object and method closures

+

Before we can define the semantics of method application (previously +called function application in SIMPLE), we need to add two more values +to the language, namely object and method closures:

+
k
syntax Val ::= objectClosure(Id, List) + | methodClosure(Id,Int,Ids,Stmt) +
+

An object value consists of an objectClosure-wrapped bag +containing the current class of the object and the environment stack +of the object. The current class of an object will always be one of +the classes mapped to an environment in the environment stack of the +object. A method closure encapsulates the method's parameters and +code (last two arguments), as well as the object context in which the +method code should execute. This object context includes the current +class of the object (the first argument of methodClosure) and +the object environment stack (located in the object stored at the +location specified as the second argument of methodClosure).

+

Method application

+

KOOL has a complex mechanism to invoke methods, because it allows both +dynamic method dispatch and methods as first-class-citizen values (the +latter making it a higher-order language). The invocation mechanism +will be defined later. What is sufficient to know for now is that +the two arguments of the application construct eventually reduce to +values, the first being a method closure and the latter a list of +values. The semantics of the method closure application is then as +expected: the local environment and control are stacked, then we +switch to method closure's class and object environment and execute +the method body. The mkDecls construct is the one that came +with the unchanged semantics of SIMPLE above.

+
k
syntax KItem ::= fstackFrame(Map,K,List,K) + // TODO(KORE): drop the additional production once parsing issue #1842 is fixed + | (Map,K,K) + + rule <k> methodClosure(Class,OL,Xs,S)(Vs:Vals) ~> K + => mkDecls(Xs,Vs) S return; </k> + <env> Env => .Map </env> + <store>... OL |-> objectClosure(_, EnvStack)...</store> + //<br/> // TODO(KORE): support latex annotations #1799 + <control> + <xstack> XS </xstack> + <fstack> .List => ListItem(fstackFrame(Env, K, XS, <crntObj> Obj' </crntObj>)) + ...</fstack> + <crntObj> Obj' => <crntClass> Class </crntClass> <envStack> EnvStack </envStack> </crntObj> + </control> +
+

Spawn

+

We want to extend the semantics of spawn to also share the +current object environment with the child thread, in addition to the +current environment. This extension will allow us to also use method +invocations in the spawned statements, which will be thus looked up as +expected, using dynamic method dispatch. This lookup operation would +fail if the child thread did not have access to its parent's object +environment.

+
k
rule <thread>... + <k> spawn S => !T:Int ...</k> + <env> Env </env> + <crntObj> Obj </crntObj> + ...</thread> + (.Bag => <thread>... + <k> S </k> + <env> Env </env> + <id> !T </id> + <crntObj> Obj </crntObj> + ...</thread>) +
+

Semantics of the new KOOL constructs

+

Class declaration

+

Initially, the classes forming the program are moved into their +corresponding cells:

+
k
rule <k> class Class1 extends Class2 { S } => . ...</k> + <classes>... (.Bag => <classData> + <className> Class1 </className> + <baseClass> Class2 </baseClass> + <declarations> S </declarations> + </classData>) + ...</classes> +
+

Method declaration

+

Like in SIMPLE, method names are added to the environment and bound +to their code. However, unlike in SIMPLE where each function was +executed in the same environment, namely the program global +environment, a method in KOOL needs to be executed into its object's +environment. Thus, methods evaluate to closures, which encapsulate +their object's context (i.e., the current class and environment stack +of the object) in addition to method's parameters and body. This +approach to bind method names to method closures in the environment +will also allow objects to pass their methods to other objects, to +dynamically change their methods by assigning them other method +closures, and even to allow all these to be done from other objects. +This gives the KOOL programmer a lot of power; one should use this +power wisely, though, because programs can become easily hard to +understand and reason about if one overuses these features.

+
k
rule <k> method F:Id(Xs:Ids) S => . ...</k> + <crntClass> Class:Id </crntClass> + <location> OL:Int </location> + <env> Env => Env[F <- L] </env> + <store>... .Map => L |-> methodClosure(Class,OL,Xs,S) ...</store> + <nextLoc> L => L +Int 1 </nextLoc> +
+

New

+

The semantics of new consists of two actions: memory +allocation for the new object and execution of the corresponding +constructor. Then the created object is returned as the result of the +new operation; the value returned by the constructor, if any, +is discarded. The current environment and object are stored onto the +stack and recovered after new (according to the semantics of +return borrowed from SIMPLE, when the statement +return this; in the rule below is reached and evaluated), +because the object creation part of new will destroy them. +The rule below also initializes the object creation process by +emptying the local environment and the current object, and allocating +a location in the store where the created object will be eventually +stored (this is what the storeObj task after the object +creation task in the rule below will do—its rule is defined +shortly). The location where the object will be stored is also made +available in the crntObj cell, so that method closures can +refer to it (see rule above).

+
k
syntax KItem ::= "envStackFrame" "(" Id "," Map ")" + + rule <k> new Class:Id(Vs:Vals) ~> K + => create(Class) ~> storeObj ~> Class(Vs); return this; </k> + <env> Env => .Map </env> + <nextLoc> L:Int => L +Int 1 </nextLoc> + //<br/> // TODO(KORE): support latex annotations #1799 + <control> <xstack> XS </xstack> + <crntObj> Obj + => <crntClass> Object </crntClass> + <envStack> ListItem(envStackFrame(Object, .Map)) </envStack> + <location> L </location> + </crntObj> + <fstack> .List => ListItem(fstackFrame(Env, K, XS, <crntObj> Obj </crntObj>)) ...</fstack> + </control> +
+

The creation of a new object (the memory allocation part only) is +a recursive process, requiring to first create an object for the +superclass. A memory object representation is a layered structure: +for each class on the path from the instance class to the root of the +hierarchy there is a layer including the memory allocated for the +members (both fields and methods) of that class.

+
k
syntax KItem ::= create(Id) + + rule <k> create(Class:Id) + => create(Class1) ~> setCrntClass(Class) ~> S ~> addEnvLayer ...</k> + <className> Class </className> + <baseClass> Class1:Id </baseClass> + <declarations> S </declarations> + + rule <k> create(Object) => . ...</k> +
+

The next operation sets the current class of the current object. +This is necessary to be done at each layer, because the current class +of the object is enclosed as part of the method closures (see the +semantics of method declarations above).

+
k
syntax KItem ::= setCrntClass(Id) + + rule <k> setCrntClass(C) => . ...</k> + <crntClass> _ => C </crntClass> +
+

The next operation adds a new tagged environment layer to the +current object and gets ready for the next layer by clearing the +environment (note that create expects the environment to be +empty).

+
k
syntax KItem ::= "addEnvLayer" + + rule <k> addEnvLayer => . ...</k> + <env> Env => .Map </env> + <crntClass> Class:Id </crntClass> + <envStack> .List => ListItem(envStackFrame(Class, Env)) ...</envStack> +
+

The following operation stores the created object at the location +reserved by new. Note that the location reserved by +new was temporarily stored in the crntObj cell +precisely for this purpose. Now that the newly created object is +stored at its location and that all method closures are aware of it, +the location is unnecessary and thus we delete it from the +crntObj cell.

+
k
syntax KItem ::= "storeObj" + + rule <k> storeObj => . ...</k> + <crntObj> <crntClass> CC </crntClass> <envStack> ES </envStack> (<location> L:Int </location> => .Bag) </crntObj> + <store>... .Map => L |-> objectClosure(CC, ES) ...</store> +
+

Self reference

+

The semantics of this is straightforward: evaluate to the +current object.

+
k
rule <k> this => objectClosure(CC, ES) ...</k> + <crntObj> <crntClass> CC </crntClass> <envStack> ES </envStack> </crntObj> +
+

Object member access

+

We can access an object member (field or method) either explicitly, +using the construct e.x, or implicitly, using only the member +name x directly. The borrowed semantics of SIMPLE will +already lookup a sole name in the local environment. The first rule +below reduces implicit member access to explicit access when the name +cannot be found in the local environment. There are two cases to +analyze for explicit object member access, depending upon whether the +object is a proper object or it is just a redirection to the parent +class via the construct super. In the first case, we +evaluate the object expression and lookup the member starting with the +current class (static scoping). Note the use of the conditional +evaluation context. In the second case, we just lookup the member +starting with the superclass of the current class. In both cases, +the lookupMember task eventually yields a lookup(L) +task for some appropriate location L, which will be further +solved with the corresponding rule borrowed from SIMPLE. Note that the +current object is not altered by super, so future method +invocations see the entire object, as needed for dynamic method dispatch.

+
k
rule <k> X:Id => this . X ...</k> <env> Env:Map </env> + when notBool(X in keys(Env)) + + context HOLE._::Id when (HOLE =/=K super) + +// TODO: explain how Assoc matching has been replaced with two rules here. +// Maybe also improve it a bit. + +/* rule objectClosure(<crntClass> Class:Id </crntClass> + <envStack>... envStackFrame(Class,EnvC) EStack </envStack>) + . X:Id + => lookupMember(envStackFrame(Class,EnvC) EStack, X) */ + + rule objectClosure(Class:Id, ListItem(envStackFrame(Class,Env)) EStack) + . X:Id + => lookupMember(ListItem(envStackFrame(Class,Env)) EStack, X) + rule objectClosure(Class:Id, (ListItem(envStackFrame(Class':Id,_)) => .List) _) + . _X:Id + when Class =/=K Class' + +/* rule <k> super . X => lookupMember(EStack, X) ...</k> + <crntClass> Class </crntClass> + <envStack>... envStackFrame(Class,EnvC) EStack </envStack> */ + rule <k> super . X => lookupMember(EStack, X) ...</k> + <crntClass> Class:Id </crntClass> + <envStack> ListItem(envStackFrame(Class,_)) EStack </envStack> + rule <k> super . _X ...</k> + <crntClass> Class </crntClass> + <envStack> ListItem(envStackFrame(Class':Id,_)) => .List ...</envStack> + when Class =/=K Class' +
+

Method invocation

+

Unlike in SIMPLE, in KOOL application was declared strict only in its +second argument. That is because we want to ensure dynamic method +dispatch when the first argument is a method access. As a +consequence, we need to consider all the cases of interest for the +first argument and to explicitly say what to do in each case. In all +cases except for method access in a proper object (i.e., not +super), we want the same behavior for the first argument as +if it was not in a method invocation position. When it is a member +access (the third rule below), we look it up starting with the +instance class of the corresponding object. This ensures dynamic +dispatch for methods; it actually dynamically dispatches field +accesses, too, which is correct in KOOL, because one can assign method +closures to fields and the field appeared in a method invocation +context. The last context declaration below says that method +applications or array accesses are also allowed as first argument to +applications; that is because methods are allowed to return methods +and arrays are allowed to hold methods in KOOL, since it is +higher-order. If that is the case, then we want to evaluate the +method call or the array access.

+
k
rule <k> (X:Id => V)(_:Exps) ...</k> + <env>... X |-> L ...</env> + <store>... L |-> V:Val ...</store> [group(lookup)] + + rule <k> (X:Id => this . X)(_:Exps) ...</k> + <env> Env </env> + when notBool(X in keys(Env)) + + context HOLE._::Id(_) when HOLE =/=K super + + rule (objectClosure(_, EStack) . X + => lookupMember(EStack, X:Id))(_:Exps) + +/* rule <k> (super . X + => lookupMember(EStack,X))(_:Exps)...</k> + <crntClass> Class </crntClass> + <envStack>... envStackFrame(Class,_) EStack </envStack> */ + rule <k> (super . X + => lookupMember(EStack,X))(_:Exps)...</k> + <crntClass> Class </crntClass> + <envStack> ListItem(envStackFrame(Class,_)) EStack </envStack> + rule <k> (super . _X)(_:Exps) ...</k> + <crntClass> Class </crntClass> + <envStack> ListItem(envStackFrame(Class':Id,_)) => .List ...</envStack> + when Class =/=K Class' + + // TODO(KORE): fix getKLabel #1801 + rule (A:Exp(B:Exps))(C:Exps) => A(B) ~> #freezerFunCall(C) + rule (A:Exp[B:Exps])(C:Exps) => A[B] ~> #freezerFunCall(C) + rule V:Val ~> #freezerFunCall(C:Exps) => V(C) + syntax KItem ::= "#freezerFunCall" "(" K ")" + /* + context HOLE(_:Exps) + when getKLabel(HOLE) ==K #klabel(`_(_)`) orBool getKLabel(HOLE) ==K #klabel(`_[_]`) + */ +
+

Eventually, each of the rules above produces a lookup(L) +task as a replacement for the method. When that happens, we just +lookup the value at location L:

+
k
rule <k> (lookup(L) => V)(_:Exps) ...</k> <store>... L |-> V:Val ...</store> + [group(lookup)] +
+

The value V looked up above is expected to be a method closure, +in which case the semantics of method application given above will +apply. Otherwise, the execution will get stuck.

+

Instance Of

+

It searches the object environment for a layer corresponding to the +desired class. It returns true iff it can find the class, +otherwise it returns false; it only gets stuck when its first +argument does not evaluate to an object.

+
k
rule objectClosure(_, ListItem(envStackFrame(C,_)) _) + instanceOf C => true + + rule objectClosure(_, (ListItem(envStackFrame(C,_)) => .List) _) + instanceOf C' when C =/=K C' +//TODO: remove the sort cast ::Id of C above, when sort inference bug fixed + + rule objectClosure(_, .List) instanceOf _ => false +
+

Cast

+

In untyped KOOL, we prefer to not check the validity of casting. In +other words, any cast is allowed on any object, simply changing the +current class of the object to the desired class. The execution will +get stuck later if one attempts to access a field which is not +available. Moreover, the execution may complete successfully even +in the presence of invalid casts, provided that each accessed member +during the current execution is, or happens to be, available.

+
k
rule (C) objectClosure(_ , EnvStack) => objectClosure(C ,EnvStack) +
+

KOOL-specific auxiliary declarations and operations

+

Here we define all the auxiliary constructs used in the above +KOOL-specific semantics (those used in the SIMPLE fragment +have already been defined in a corresponding section above).

+

Objects as lvalues

+

The current machinery borrowed with the semantics of SIMPLE allows us +to enrich the set of lvalues, this way allowing new means to assign +values to locations. In KOOL, we want object member names to be +lvalues, so that we can assign values to them using the already +existing machinery. The first rule below ensures that the object is +always explicit, the evaluation context enforces the object to be +evaluated, and finally the second rule initiates the lookup for the +member's location based on the current class of the object.

+
k
rule <k> lvalue(X:Id => this . X) ...</k> <env> Env </env> + when notBool(X in keys(Env)) + + context lvalue((HOLE . _)::Exp) + +/* rule lvalue(objectClosure(<crntClass> C </crntClass> + <envStack>... envStackFrame(C,EnvC) EStack </envStack>) + . X + => lookupMember(<envStack> envStackFrame(C,EnvC) EStack </envStack>, + X)) */ + rule lvalue(objectClosure(Class, ListItem(envStackFrame(Class,Env)) EStack) + . X + => lookupMember(ListItem(envStackFrame(Class,Env)) EStack, + X)) + rule lvalue(objectClosure(Class, (ListItem(envStackFrame(Class':Id,_)) => .List) _) + . _X) + when Class =/=K Class' +
+

Lookup member

+

It searches for the given member in the given environment stack, +starting with the most concrete class and going up in the hierarchy.

+
k
// TODO(KORE): clarify sort inferences #1803 + syntax Exp ::= lookupMember(List, Id) [function] + /* + syntax KItem ::= lookupMember(EnvStackCell,Id) [function] + */ + +// rule lookupMember(<envStack> envStackFrame(_, <env>... X|->L ...</env>) ...</envStack>, X) +// => lookup(L) + rule lookupMember(ListItem(envStackFrame(_, X|->L _)) _, X) + => lookup(L) + +// rule lookupMember(<envStack> envStackFrame(_, <env> Env </env>) => .List ...</envStack>, X) +// when notBool(X in keys(Env)) + rule lookupMember(ListItem(envStackFrame(_, Env)) Rest, X) => + lookupMember(Rest, X) + when notBool(X in keys(Env)) +//TODO: beautify the above + +endmodule +
+

Go to Lesson 2, KOOL typed dynamic.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/2_languages/2_kool/2_typed/1_dynamic/kool-typed-dynamic/index.html b/k-distribution/pl-tutorial/2_languages/2_kool/2_typed/1_dynamic/kool-typed-dynamic/index.html new file mode 100644 index 00000000000..beb2fedd28d --- /dev/null +++ b/k-distribution/pl-tutorial/2_languages/2_kool/2_typed/1_dynamic/kool-typed-dynamic/index.html @@ -0,0 +1,1385 @@ + + + + + + + + + + + + + + +KOOL — Typed — Dynamic | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

KOOL — Typed — Dynamic

+

Author: Grigore Roșu (grosu@illinois.edu)
+Organization: University of Illinois at Urbana-Champaign

+

Author: Traian Florin Șerbănuță (traian.serbanuta@unibuc.ro)
+Organization: University of Bucharest

+

Abstract

+

This is the K dynamic semantics of the typed KOOL language. It is +very similar to the semantics of the untyped KOOL, the difference +being that we now check the typing policy dynamically. Since we have +to now declare the types of variables and methods, we adopt a syntax +for those which is close to Java. Like in the semantics of +untyped KOOL, where we borrowed almost all the semantics of untyped +SIMPLE, we are going to also borrow much of the semantics of +dynamically typed SIMPLE here. We will highlight the differences +between the dynamically typed and the untyped KOOL as we proceed with +the semantics. In general, the type policy of the typed KOOL language +is similar to that of Java. You may find it useful to also read +the discussion in the preamble of the static semantics of typed KOOL +before proceeding.

+
k
module KOOL-TYPED-DYNAMIC-SYNTAX + imports DOMAINS-SYNTAX +
+

Syntax

+

Like for the untyped KOOL language, the syntax of typed KOOL extends +that of typed SIMPLE with object-oriented constructs. +The syntax below was produced by copying and modifying/extending the +syntax of dynamically typed SIMPLE. In fact, the only change we made +to the existing syntax of dynamically typed SIMPLE was to change the +strictness of the application construct like in untyped KOOL, from +strict to strict(2) (because application is not +strict in the first argument anymore due to dynamic method dispatch). +The KOOL-specific syntactic extensions are identical to those in +untyped KOOL.

+
k
syntax Id ::= "Object" [token] | "Main" [token] +
+

Types

+
k
syntax Type ::= "void" | "int" | "bool" | "string" + | Id // KOOL class + | Type "[" "]" + | "(" Type ")" [bracket] + > Types "->" Type + // TODO(KORE): drop klabel once issues #1913 are fixed + syntax Types ::= List{Type,","} [klabel(_,_::Types)] + /* + syntax Types ::= List{Type,","} + */ +
+

Declarations

+
k
syntax Param ::= Type Id + syntax Params ::= List{Param,","} + + syntax Stmt ::= Type Exps ";" [avoid] + | Type Id "(" Params ")" Block // stays like in typed SIMPLE + | "class" Id Block // KOOL + | "class" Id "extends" Id Block // KOOL +
+

Expressions

+
k
syntax Exp ::= Int | Bool | String | Id + | "this" // KOOL + | "super" // KOOL + | "(" Exp ")" [bracket] + | "++" Exp + | Exp "instanceOf" Id [strict(1)] // KOOL + | "(" Id ")" Exp [strict(2)] // KOOL cast + | "new" Id "(" Exps ")" [strict(2)] // KOOL + | Exp "." Id // KOOL + > Exp "[" Exps "]" [strict] + > Exp "(" Exps ")" [strict(2)] // was strict in SIMPLE + | "-" Exp [strict] + | "sizeOf" "(" Exp ")" [strict] + | "read" "(" ")" + > left: + Exp "*" Exp [strict, left] + | Exp "/" Exp [strict, left] + | Exp "%" Exp [strict, left] + > left: + Exp "+" Exp [strict, left] + | Exp "-" Exp [strict, left] + > non-assoc: + Exp "<" Exp [strict, non-assoc] + | Exp "<=" Exp [strict, non-assoc] + | Exp ">" Exp [strict, non-assoc] + | Exp ">=" Exp [strict, non-assoc] + | Exp "==" Exp [strict, non-assoc] + | Exp "!=" Exp [strict, non-assoc] + > "!" Exp [strict] + > left: + Exp "&&" Exp [strict(1), left] + | Exp "||" Exp [strict(1), left] + > "spawn" Block + > Exp "=" Exp [strict(2), right] + + syntax Exps ::= List{Exp,","} [strict, klabel(exps)] + syntax Val + syntax Vals ::= List{Val,","} [klabel(exps)] +
+

Statements

+
k
syntax Block ::= "{" "}" + | "{" Stmt "}" + + syntax Stmt ::= Block + | Exp ";" [strict] + | "if" "(" Exp ")" Block "else" Block [avoid, strict(1)] + | "if" "(" Exp ")" Block [macro] + | "while" "(" Exp ")" Block + | "for" "(" Stmt Exp ";" Exp ")" Block [macro] + | "print" "(" Exps ")" ";" [strict] + | "return" Exp ";" [strict] + | "return" ";" + | "try" Block "catch" "(" Param ")" Block + | "throw" Exp ";" [strict] + | "join" Exp ";" [strict] + | "acquire" Exp ";" [strict] + | "release" Exp ";" [strict] + | "rendezvous" Exp ";" [strict] + + syntax Stmt ::= Stmt Stmt [right] +
+

Desugaring macros

+
k
rule if (E) S => if (E) S else {} + rule for(Start Cond; Step) {S::Stmt} => {Start while(Cond){S Step;}} + rule T::Type E1::Exp, E2::Exp, Es::Exps; => T E1; T E2, Es; [anywhere] + rule T::Type X::Id = E; => T X; X = E; [anywhere] + + rule class C:Id S => class C extends Object S // KOOL + +endmodule +
+

Semantics

+

We first discuss the new configuration, then we include the semantics of +the constructs borrowed from SIMPLE which stay unchanged, then those +whose semantics had to change, and finally the semantics of the +KOOL-specific constructs.

+
k
module KOOL-TYPED-DYNAMIC + imports KOOL-TYPED-DYNAMIC-SYNTAX + imports DOMAINS +
+

Configuration

+

The configuration of dynamically typed KOOL is almost identical to +that of its untyped variant. The only difference is the cell +return, inside the control cell, whose role is to +hold the expected return type of the invoked method. That is because +we want to dynamically check that the value that a method returns has +the expected type.

+
k
// the syntax declarations below are required because the sorts are + // referenced directly by a production and, because of the way KIL to KORE + // is implemented, the configuration syntax is not available yet + // should simply work once KIL is removed completely + // check other definitions for this hack as well + syntax EnvCell + syntax ControlCellFragment + syntax EnvStackCell + syntax CrntObjCellFragment + + configuration <T color="red"> + <threads color="orange"> + <thread multiplicity="*" type="Set" color="yellow"> + <k color="green"> ($PGM:Stmt ~> execute) </k> + //<br/> // TODO(KORE): support latex annotations #1799 + <control color="cyan"> + <fstack color="blue"> .List </fstack> + <xstack color="purple"> .List </xstack> + <returnType color="LimeGreen"> void </returnType> // KOOL + //<br/> // TODO(KORE): support latex annotations #1799 + <crntObj color="Fuchsia"> // KOOL + <crntClass> Object </crntClass> + <envStack> .List </envStack> + <location multiplicity="?"> .K </location> + </crntObj> + </control> + //<br/> // TODO(KORE): support latex annotations #1799 + <env color="violet"> .Map </env> + <holds color="black"> .Map </holds> + <id color="pink"> 0 </id> + </thread> + </threads> + //<br/> // TODO(KORE): support latex annotations #1799 + <store color="white"> .Map </store> + <busy color="cyan">.Set </busy> + <terminated color="red"> .Set </terminated> + <input color="magenta" stream="stdin"> .List </input> + <output color="brown" stream="stdout"> .List </output> + <nextLoc color="gray"> 0 </nextLoc> + //<br/> // TODO(KORE): support latex annotations #1799 + <classes color="Fuchsia"> // KOOL + <classData multiplicity="*" type="Map" color="Fuchsia"> + <className color="Fuchsia"> Main </className> + <baseClass color="Fuchsia"> Object </baseClass> + <declarations color="Fuchsia"> .K </declarations> + </classData> + </classes> + </T> +
+

Unchanged semantics from dynamically typed SIMPLE

+

The semantics below is taken over from dynamically typed SIMPLE +unchanged. Like for untyped KOOL, the semantics of function/method +declaration and invocation, and of program initialization needs to +change. Moreover, due to subtyping, the semantics of several imported +SIMPLE constructs can be made more general, such as that of the +return statement, that of the assignment, and that of the exceptions. +We removed all these from the imported semantics of SIMPLE below and +gave their modified semantics right after, together with the extended +semantics of thread spawning (which is identical to that of untyped +KOOL).

+
k
syntax Val ::= Int | Bool | String + | array(Type,Int,Int) + syntax Exp ::= Val + syntax Exps ::= Vals + syntax KResult ::= Val + syntax KResult ::= Vals + + + syntax KItem ::= undefined(Type) [latex(\bot_{#1})] + + rule <k> T:Type X:Id; => . ...</k> + <env> Env => Env[X <- L] </env> + <store>... .Map => L |-> undefined(T) ...</store> + <nextLoc> L:Int => L +Int 1 </nextLoc> + + + rule <k> T:Type X:Id[N:Int]; => . ...</k> + <env> Env => Env[X <- L] </env> + <store>... .Map => L |-> array(T, L +Int 1, N) + (L +Int 1)...(L +Int N) |-> undefined(T) ...</store> + <nextLoc> L:Int => L +Int 1 +Int N </nextLoc> + requires N >=Int 0 + + context _:Type _::Exp[HOLE::Exps]; + + + syntax Id ::= "$1" [token] | "$2" [token] + rule T:Type X:Id[N1:Int, N2:Int, Vs:Vals]; + => T[]<Vs> X[N1]; + { + T[][]<Vs> $1=X; + for(int $2=0; $2 <= N1 - 1; ++$2) { + T X[N2,Vs]; + $1[$2] = X; + } + } + + + rule <k> X:Id => V ...</k> + <env>... X |-> L ...</env> + <store>... L |-> V:Val ...</store> [group(lookup)] + + + context ++(HOLE => lvalue(HOLE)) + rule <k> ++loc(L) => I +Int 1 ...</k> + <store>... L |-> (I:Int => I +Int 1) ...</store> [group(increment)] + + + rule I1 + I2 => I1 +Int I2 + rule Str1 + Str2 => Str1 +String Str2 + rule I1 - I2 => I1 -Int I2 + rule I1 * I2 => I1 *Int I2 + rule I1 / I2 => I1 /Int I2 requires I2 =/=K 0 + rule I1 % I2 => I1 %Int I2 requires I2 =/=K 0 + rule - I => 0 -Int I + rule I1 < I2 => I1 <Int I2 + rule I1 <= I2 => I1 <=Int I2 + rule I1 > I2 => I1 >Int I2 + rule I1 >= I2 => I1 >=Int I2 + rule V1:Val == V2:Val => V1 ==K V2 + rule V1:Val != V2:Val => V1 =/=K V2 + rule ! T => notBool(T) + rule true && E => E + rule false && _ => false + rule true || _ => true + rule false || E => E + + + rule V:Val[N1:Int, N2:Int, Vs:Vals] => V[N1][N2, Vs] + [anywhere] + + rule array(_:Type, L:Int, M:Int)[N:Int] => lookup(L +Int N) + requires N >=Int 0 andBool N <Int M [anywhere] + + rule sizeOf(array(_,_,N)) => N + + + syntax Val ::= nothing(Type) + rule <k> return; => return nothing(T); ...</k> <returnType> T </returnType> + + + rule <k> read() => I ...</k> <input> ListItem(I:Int) => .List ...</input> [group(read)] + + + context (HOLE => lvalue(HOLE)) = _ + + + rule {} => . + rule <k> { S } => S ~> setEnv(Env) ...</k> <env> Env </env> + + + rule S1:Stmt S2:Stmt => S1 ~> S2 + + + rule _:Val; => . + + + rule if ( true) S else _ => S + rule if (false) _ else S => S + + + rule while (E) S => if (E) {S while(E)S} + + + rule <k> print(V:Val, Es => Es); ...</k> <output>... .List => ListItem(V) </output> + requires typeOf(V) ==K int orBool typeOf(V) ==K string [group(print)] + rule print(.Vals); => . + + + rule (<thread>... <k>.</k> <holds>H</holds> <id>T</id> ...</thread> => .Bag) + <busy> Busy => Busy -Set keys(H) </busy> + <terminated>... .Set => SetItem(T) ...</terminated> + + rule <k> join T:Int; => . ...</k> + <terminated>... SetItem(T) ...</terminated> + + rule <k> acquire V:Val; => . ...</k> + <holds>... .Map => V |-> 0 ...</holds> + <busy> Busy (.Set => SetItem(V)) </busy> + requires (notBool(V in Busy:Set)) [group(acquire)] + + rule <k> acquire V; => . ...</k> + <holds>... V:Val |-> (N:Int => N +Int 1) ...</holds> + + rule <k> release V:Val; => . ...</k> + <holds>... V |-> (N => N:Int -Int 1) ...</holds> + requires N >Int 0 + + rule <k> release V; => . ...</k> <holds>... V:Val |-> 0 => .Map ...</holds> + <busy>... SetItem(V) => .Set ...</busy> + + rule <k> rendezvous V:Val; => . ...</k> + <k> rendezvous V; => . ...</k> [group(rendezvous)] +
+

Unchanged auxiliary operations from dynamically typed SIMPLE

+
k
syntax Stmt ::= mkDecls(Params,Vals) [function] + rule mkDecls((T:Type X:Id, Ps:Params), (V:Val, Vs:Vals)) + => T X=V; mkDecls(Ps,Vs) + rule mkDecls(.Params,.Vals) => {} + + syntax Exp ::= lookup(Int) + rule <k> lookup(L) => V ...</k> <store>... L |-> V:Val ...</store> [group(lookup)] + + syntax KItem ::= setEnv(Map) + rule <k> setEnv(Env) => . ...</k> <env> _ => Env </env> + rule (setEnv(_) => .) ~> setEnv(_) + + syntax Exp ::= lvalue(K) + syntax Val ::= loc(Int) + rule <k> lvalue(X:Id => loc(L)) ...</k> <env>... X |-> L:Int ...</env> + + context lvalue(_::Exp[HOLE::Exps]) + context lvalue(HOLE::Exp[_::Exps]) + + rule lvalue(lookup(L:Int) => loc(L)) + + syntax Type ::= Type "<" Vals ">" [function] + rule T:Type<_,Vs:Vals> => T[]<Vs> + rule T:Type<.Vals> => T + + syntax Map ::= Int "..." Int "|->" K + [function, latex({#1}\ldots{#2}\mapsto{#3})] + rule N...M |-> _ => .Map requires N >Int M + rule N...M |-> K => N |-> K (N +Int 1)...M |-> K requires N <=Int M + + syntax Type ::= typeOf(K) [function] + rule typeOf(_:Int) => int + rule typeOf(_:Bool) => bool + rule typeOf(_:String) => string + rule typeOf(array(T,_,_)) => (T[]) + rule typeOf(undefined(T)) => T + rule typeOf(nothing(T)) => T + + syntax Types ::= getTypes(Params) [function] + rule getTypes(T:Type _:Id) => T, .Types + rule getTypes(T:Type _:Id, P, Ps) => T, getTypes(P,Ps) + rule getTypes(.Params) => void, .Types +
+

Changes to the existing dynamically typed SIMPLE semantics

+

We extend/change the semantics of several SIMPLE constructs in order +to take advantage of the richer KOOL semantic infrastructure and thus +get more from the existing SIMPLE constructs.

+

Program initialization

+

Like in untyped KOOL.

+
k
syntax KItem ::= "execute" + rule <k> execute => new Main(.Exps); </k> <env> .Map </env> +
+

Method application

+

The only change to untyped KOOL's values is that method closures are +now typed (their first argument holds their type):

+
k
syntax Val ::= objectClosure(Id,List) + | methodClosure(Type,Id,Int,Params,Stmt) +
+

The type held by a method clossure will be the entire type of the +method, not only its result type like the lambda-closure of typed +SIMPLE. The reason for this change comes from the the need to +dynamically upcast values when passed to contexts where values of +superclass types are expected; since we want method closures to be +first-class-citizen values in our language, we have to be able to +dynamically upcast them, and in order to do that elegantly it is +convenient to store the entire ``current type'' of the method closure +instead of just its result type. Note that this was unnecessary in +the semantics of the dynamically typed SIMPLE language.

+

Method closure application needs to also set a new return type in +the return cell, like in dynamically typed SIMPLE, in order +for the values returned by its body to be checked against the return +type of the method. To do this correctly, we also need to stack the +current status of the return cell and then pop it when the +method returns. We have to do the same with the current object +environment, so we group them together in the stack frame.

+
k
syntax KItem ::= fstackFrame(Map, K, List, Type, K) + + rule <k> methodClosure(_->T,Class,OL,Ps,S)(Vs:Vals) ~> K + => mkDecls(Ps,Vs) S return; </k> + <env> Env => .Map </env> + <store>... OL |-> objectClosure(_, EStack)...</store> + //<br/> // TODO(KORE): support latex annotations #1799 + <control> + <fstack> .List => ListItem(fstackFrame(Env, K, XS, T', <crntObj> Obj' </crntObj>)) ...</fstack> + <xstack> XS </xstack> + <returnType> T' => T </returnType> + <crntObj> Obj' => <crntClass> Class </crntClass> <envStack> EStack </envStack> </crntObj> + </control> +
+

At method return, we have to check that the type of the returned +value is a subtype of the expected return type. Moreover, if that is +the case, then we also upcast the returned value to one of the +expected type. The computation item unsafeCast(V,T) changes +the typeof V to T without any additional checks; however, it only +does it when V is an object or a method, otherwise it returns V +unchanged.

+
k
rule <k> return V:Val; ~> _ + => subtype(typeOf(V), T) ~> true? ~> unsafeCast(V, T) ~> K + </k> + <control> + <fstack> ListItem(fstackFrame(Env, K, XS, RT, <crntObj> CO </crntObj>)) => .List ...</fstack> + <xstack> _ => XS </xstack> + <returnType> T:Type => RT </returnType> + <crntObj> _ => CO </crntObj> + </control> + <env> _ => Env </env> +
+

Assignment

+

Typed KOOL allows to assign subtype instance values to supertype +lvalues. The semantics of assignment below is similar in spirit to +dynamically typed SIMPLE's, but a check is performed that the assigned +value's type is a subtype of the location's type. If that is the +case, then the assigned value is returned as a result and stored, but +it is upcast appropriately first, so the context will continue to see +a value of the expected type of the location. Note that the type of a +location is implicit in the type of its contents and it never changes +during the execution of a program; its type is assigned when the +location is allocated and initialized, and then only type-preserving +values are allowed to be stored in each location.

+
k
rule <k> loc(L) = V:Val + => subtype(typeOf(V),typeOf(V')) ~> true? + ~> unsafeCast(V, typeOf(V')) ...</k> + <store>... L |-> (V' => unsafeCast(V, typeOf(V'))) ...</store> + [group(assignment)] +
+

Typed exceptions

+

Exceptions are propagated now until a catch that can handle them is +encountered.

+
k
syntax KItem ::= xstackFrame(Param, Stmt, K, Map, K) + syntax KItem ::= "popx" + + rule <k> (try S1 catch(P) S2 => S1 ~> popx) ~> K </k> + <control> + <xstack> .List => ListItem(xstackFrame(P, S2, K, Env, C)) ...</xstack> + C + </control> + <env> Env </env> + + rule <k> popx => . ...</k> + <xstack> ListItem(_) => .List ...</xstack> + + rule <k> throw V:Val; ~> _ + => if (subtype(typeOf(V),T)) { T X = V; S2 } else { throw V; } ~> K + </k> + <control> + <xstack> ListItem(xstackFrame(T:Type X:Id, S2, K, Env, C)) => .List ...</xstack> + (_ => C) + </control> + <env> _ => Env </env> +
+

Spawn

+

Like in untyped KOOL.

+
k
rule <thread>... + <k> spawn S => !T:Int ...</k> + <env> Env </env> + <crntObj> Obj </crntObj> + ...</thread> + (.Bag => <thread>... + <k> S </k> + <env> Env </env> + <id> !T </id> + <crntObj> Obj </crntObj> + ...</thread>) +
+

Semantics of the new KOOL constructs

+

Class declaration

+

Like in untyped KOOL.

+
k
rule <k> class Class1 extends Class2 { S } => . ...</k> + <classes>... (.Bag => <classData> + <className> Class1 </className> + <baseClass> Class2 </baseClass> + <declarations> S </declarations> + </classData>) + ...</classes> +
+

Method declaration

+

Methods are now typed and we need to store their types in their +closures, so that their type contract can be checked at invocation +time. The rule below is conceptually similar to that of untyped KOOL; +the only difference is the addition of the types.

+
k
rule <k> T:Type F:Id(Ps:Params) S => . ...</k> + <crntClass> C </crntClass> + <location> OL </location> + <env> Env => Env[F <- L] </env> + <store>... .Map => L|->methodClosure(getTypes(Ps)->T,C,OL,Ps,S) ...</store> + <nextLoc> L => L +Int 1 </nextLoc> +
+

New

+

The semantics of new in dynamically typed KOOL is also +similar to that in untyped KOOL, the main difference being the +management of the return types. Indeed, when a new object is created +we also have to stack the current type in the return cell in +order to be recovered after the creation of the new object. Only the +first rule below needs to be changed; the others are identical to +those in untyped KOOL.

+
k
syntax KItem ::= envStackFrame(Id, Map) + + rule <k> new Class:Id(Vs:Vals) ~> K + => create(Class) ~> (storeObj ~> ((Class(Vs)); return this;)) </k> + <env> Env => .Map </env> + <nextLoc> L:Int => L +Int 1 </nextLoc> + //<br/> // TODO(KORE): support latex annotations #1799 + <control> + <xstack> XS </xstack> + <crntObj> Obj + => <crntClass> Object </crntClass> + <envStack> ListItem(envStackFrame(Object, .Map)) </envStack> + <location> L </location> + </crntObj> + <returnType> T => Class </returnType> + <fstack> .List => ListItem(fstackFrame(Env, K, XS, T, <crntObj>Obj</crntObj>)) ...</fstack> + </control> + + syntax KItem ::= create(Id) + + rule <k> create(Class:Id) + => create(Class1) ~> setCrntClass(Class) ~> S ~> addEnvLayer ...</k> + <className> Class </className> + <baseClass> Class1:Id </baseClass> + <declarations> S </declarations> + + rule <k> create(Object) => . ...</k> + + syntax KItem ::= setCrntClass(Id) + + rule <k> setCrntClass(C) => . ...</k> + <crntClass> _ => C </crntClass> + + syntax KItem ::= "addEnvLayer" + + rule <k> addEnvLayer => . ...</k> + <env> Env => .Map </env> + <crntClass> Class:Id </crntClass> + <envStack> .List => ListItem(envStackFrame(Class, Env)) ...</envStack> + + syntax KItem ::= "storeObj" + + rule <k> storeObj => . ...</k> + <crntObj> + <crntClass> Class </crntClass> + <envStack> EStack </envStack> + (<location> L:Int </location> => .Bag) + </crntObj> + <store>... .Map => L |-> objectClosure(Class, EStack) ...</store> +
+

Self reference

+

Like in untyped KOOL.

+
k
rule <k> this => objectClosure(Class, EStack) ...</k> + <crntObj> + <crntClass> Class </crntClass> + <envStack> EStack </envStack> + ... + </crntObj> +
+

Object member access

+

Like in untyped KOOL.

+
k
rule <k> X:Id => this . X ...</k> <env> Env:Map </env> + requires notBool(X in keys(Env)) + + context HOLE . _::Id requires (HOLE =/=K super) + +/* rule objectClosure(<crntObj> <crntClass> Class:Id </crntClass> + <envStack>... ListItem((Class,EnvC:EnvCell)) EStack </envStack> </crntObj>) + . X:Id + => lookupMember(<envStack> ListItem((Class,EnvC)) EStack </envStack>, X) */ + rule objectClosure(Class:Id, + ListItem(envStackFrame(Class,Env)) EStack) + . X:Id + => lookupMember(ListItem(envStackFrame(Class,Env)) EStack, X) + rule objectClosure(Class:Id, + (ListItem(envStackFrame(Class':Id,_)) => .List) _EStack) + . _X:Id + requires Class =/=K Class' + +/* rule <k> super . X => lookupMember(<envStack>EStack</envStack>, X) ...</k> + <crntClass> Class </crntClass> + <envStack>... ListItem((Class,EnvC:EnvCell)) EStack </envStack> */ + rule <k> super . X => lookupMember(EStack, X) ...</k> + <crntClass> Class:Id </crntClass> + <envStack> ListItem(envStackFrame(Class,_)) EStack </envStack> + rule <k> super . _X ...</k> + <crntClass> Class:Id </crntClass> + <envStack> (ListItem(envStackFrame(Class':Id,_)) => .List) _EStack </envStack> + requires Class =/=K Class' +
+

Method invocation

+

The method lookup is the same as in untyped KOOL.

+
k
rule <k> (X:Id => V)(_:Exps) ...</k> + <env>... X |-> L ...</env> + <store>... L |-> V:Val ...</store> [group(lookup)] + + rule <k> (X:Id => this . X)(_:Exps) ...</k> + <env> Env </env> + requires notBool(X in keys(Env)) + + context HOLE._::Id(_) requires HOLE =/=K super + + rule (objectClosure(_, EStack) . X + => lookupMember(EStack, X:Id))(_:Exps) + +/* rule <k> (super . X + => lookupMember(<envStack>EStack</envStack>,X))(_:Exps)...</k> + <crntClass> Class </crntClass> + <envStack>... ListItem((Class,_)) EStack </envStack> */ + rule <k> (super . X + => lookupMember(EStack,X))(_:Exps)...</k> + <crntClass> Class:Id </crntClass> + <envStack> ListItem(envStackFrame(Class,_)) EStack </envStack> + rule <k> (super . _X)(_:Exps)...</k> + <crntClass> Class:Id </crntClass> + <envStack> (ListItem(envStackFrame(Class':Id,_)) => .List) _EStack </envStack> + requires Class =/=K Class' + + // TODO(KORE): fix getKLabel #1801 + rule (A:Exp(B:Exps))(C:Exps) => A(B) ~> #freezerFunCall(C) + rule (A:Exp[B:Exps])(C:Exps) => A[B] ~> #freezerFunCall(C) + rule V:Val ~> #freezerFunCall(C:Exps) => V(C) + syntax KItem ::= "#freezerFunCall" "(" K ")" + /* + context HOLE(_:Exps) + requires getKLabel HOLE ==KLabel '_`(_`) orBool getKLabel HOLE ==KLabel '_`[_`] + */ + + rule <k> (lookup(L) => V)(_:Exps) ...</k> <store>... L |-> V:Val ...</store> + [group(lookup)] +
+

Instance of

+

Like in untyped KOOL.

+
k
rule objectClosure(_, ListItem(envStackFrame(C,_)) _) + instanceOf C => true + + rule objectClosure(_, (ListItem(envStackFrame(C::Id,_)) => .List) _) + instanceOf C' requires C =/=K C' + + rule objectClosure(_, .List) instanceOf _ => false +
+

Cast

+

Unlike in untyped KOOL, in typed KOOL we actually check that the object +can indeed be cast to the claimed type.

+
k
rule (C:Id) objectClosure(Irrelevant, EStack) + => objectClosure(Irrelevant, EStack) instanceOf C ~> true? + ~> objectClosure(C, EStack) +
+

KOOL-specific auxiliary declarations and operations

+

Objects as lvalues

+

Like in untyped KOOL.

+
k
rule <k> lvalue(X:Id => this . X) ...</k> <env> Env </env> + requires notBool(X in keys(Env)) + + context lvalue((HOLE . _)::Exp) + +/* rule lvalue(objectClosure(<crntObj> <crntClass> C </crntClass> + <envStack>... ListItem((C,EnvC:EnvCell)) EStack </envStack> </crntObj>) + . X + => lookupMember(<envStack> ListItem((C,EnvC)) EStack </envStack>, + X)) */ + rule lvalue(objectClosure(C:Id, + ListItem(envStackFrame(C,Env)) EStack) + . X + => lookupMember(ListItem(envStackFrame(C,Env)) EStack, + X)) + rule lvalue(objectClosure(C, + (ListItem(envStackFrame(C',_)) => .List) _EStack) + . _X) + requires C =/=K C' +
+

Lookup member

+

Like in untyped KOOL.

+
k
syntax Exp ::= lookupMember(List,Id) [function] + + rule lookupMember(ListItem(envStackFrame(_, X |-> L _)) _, X) => lookup(L) + + // TODO: fix rule below as shown once we support functions with deep rewrites + // rule lookupMember(<envStack> ListItem((_, <env> Env </env>)) => .List + // ...</envStack>, X) + // requires notBool(X in keys(Env)) + rule lookupMember(ListItem(envStackFrame(_, Env)) L, X) + => lookupMember(L, X) + requires notBool(X in keys(Env)) +
+

typeOf for the additional values}

+
k
rule typeOf(objectClosure(C,_)) => C + rule typeOf(methodClosure(T:Type,_,_,_Ps:Params,_)) => T +
+

Subtype checking

+

The subclass relation induces a subtyping relation.

+
k
syntax Exp ::= subtype(Types,Types) + + rule subtype(T:Type, T) => true + + rule <k> subtype(C1:Id, C:Id) => subtype(C2, C) ...</k> + <className> C1 </className> + <baseClass> C2:Id </baseClass> + requires C1 =/=K C + + rule subtype(Object,Class:Id) => false + requires Class =/=K Object + + rule subtype(Ts1->T2,Ts1'->T2') => subtype(((T2)::Type,Ts1'),((T2')::Type,Ts1)) + +// Note that the following rule would be wrong! +// rule subtype(T[],T'[]) => subtype(T,T') + + rule subtype((T:Type,Ts),(T':Type,Ts')) => subtype(T,T') && subtype(Ts,Ts') + requires Ts =/=K .Types + rule subtype(.Types,.Types) => true +
+

Unsafe Casting

+

Performs unsafe casting. One should only use it in combination with +the subtype relation above.

+
k
syntax Val ::= unsafeCast(Val,Type) [function] + + rule unsafeCast(objectClosure(_,EStack), C:Id) + => objectClosure(C,EStack) + + rule unsafeCast(methodClosure(_T',C,OL,Ps,S), T) => methodClosure(T,C,OL,Ps,S) + + rule unsafeCast(V:Val, T:Type) => V requires typeOf(V) ==K T +
+

Generic guard

+

A generic computational guard: it allows the computation to continue +only if a prefix guard evaluates to true.

+
k
syntax KItem ::= "true?" + rule true ~> true? => . + +endmodule +
+

Go to Lesson 3, KOOL typed static.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/2_languages/2_kool/2_typed/2_static/NOTES/index.html b/k-distribution/pl-tutorial/2_languages/2_kool/2_typed/2_static/NOTES/index.html new file mode 100644 index 00000000000..1e31652e9fc --- /dev/null +++ b/k-distribution/pl-tutorial/2_languages/2_kool/2_typed/2_static/NOTES/index.html @@ -0,0 +1,380 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Why is the following happening at line 347? It should infer the sort Stmts for S:

+

rule {S} => block ... Rho R +(.Bag => S Rho R )

+

[Error] Critical: Could not infer a sort for variable 'S' to match every location.

+

Similarly at line 517.

+
+
+ + +
+ +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/2_languages/2_kool/2_typed/2_static/kool-typed-static/index.html b/k-distribution/pl-tutorial/2_languages/2_kool/2_typed/2_static/kool-typed-static/index.html new file mode 100644 index 00000000000..b7153874fe1 --- /dev/null +++ b/k-distribution/pl-tutorial/2_languages/2_kool/2_typed/2_static/kool-typed-static/index.html @@ -0,0 +1,1424 @@ + + + + + + + + + + + + + + +KOOL — Typed — Static | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

KOOL — Typed — Static

+

Author: Grigore Roșu (grosu@illinois.edu)
+Organization: University of Illinois at Urbana-Champaign

+

Author: Traian Florin Șerbănuță (traian.serbanuta@unibuc.ro)
+Organization: University of Bucharest

+

Abstract

+

This is the K static semantics of the typed KOOL language. +It extends the static semantics of typed SIMPLE with static semantics +for the object-oriented constructs. Also, the static semantics of +some of the existing SIMPLE constructs need to change, in order to +become more generous with regards to the set of accepted programs, +mostly due to subtyping. For example, the assignment construct +x = e required that both the variable x and the +expression e had the same type in SIMPLE. In KOOL, the type +of e can be a subtype of the type of x. +Specifically, we define the following typing policy for KOOL, +everything else not mentioned below borrowing its semantics from +SIMPLE:

+
    +
  • +

    Each class C yields a homonymous type, which can be +explicitly used in programs to type variables and methods, possibly in +combination with other types.

    +
  • +
  • +

    Since now we have user-defined types, we check that each type +used in a KOOL program is well-formed, that is, it is constructed only +from primitive and class types corresponding to declared classes.

    +
  • +
  • +

    Class members and their types form a class type +environment. Each class will have such a type environment. +Each member in a class is allowed to be declared only once. Since in +KOOL we allow methods to be assigned to fields, we make no distinction +between field and method members; in other words, we reject programs +declaring both a field and a method with the same name.

    +
  • +
  • +

    If an identifier is not found in the local type environment, it +will be searched for in the current class type environment. If not +there, then it will be searched for in its superclass' type +environment. And so on and so forth. If not found until the +Object class is reached, a typing error is reported.

    +
  • +
  • +

    The assignment allows variables to be assigned values of +more concrete types. The result type of the assignment expression +construct will be the (more abstract) type of the assigned variable, +and not the (more concrete) type of the expression, like in Java.

    +
  • +
  • +

    Exceptions are changed (from SIMPLE) to allow throwing and +catching only objects, like in Java. Also, unlike in SIMPLE, we do +not check whether the type of the thrown exception matches the type of +the caught variable, because exceptions can be caught by other +try/catch blocks, even by ones in other methods. To avoid +having to annotate each method with what exceptions it can throw, we +prefer to not check the type safety of exceptions (although this is an +excellent homework!). We only check that the try block +type-checks and that the catch block type-checks after we bind +the caught variable to its claimed type.

    +
  • +
  • +

    Class declarations are not allowed to have any cycles in their +extends relation. Such cycles would lead to non-termination of +new, as it actually does in the dynamic semantics of KOOL +where no such circularity checks are performed.

    +
  • +
  • +

    Methods overriding other methods should be in the right subtyping +relationship with the overridden methods: co-variant in the codomain +and contra-variant in the domain.

    +
  • +
+
k
module KOOL-TYPED-STATIC-SYNTAX + imports DOMAINS-SYNTAX +
+

Syntax

+

The syntax of statically typed KOOL is identical to that of +dynamically typed KOOL, they both taking as input the same programs. +What differs is the K strictness attributes. Like in statically +typed SIMPLE, almost all language constructs are strict now, since we +want each to type its arguments almost all the time. Like in the +other two KOOL definitions, we prefer to copy and then modify/extend +the syntax of statically typed SIMPLE.

+

Note: This paragraph is old, now we can do things better. We keep +it here only for historical reasons, to see how much we used to suffer :)

+

Annoying K-tool technical problem: +Currently, the K tool treats the "non-terminal" productions (i.e., +productions consisting of just one non-terminal), also called +"subsorting" production, differently from the other productions. +Specifically, it does not insert a node in the AST for them. This may +look desirable at first, but it has a big problem: it does not allow +us to treat the subsort differently in different context. For +example, since we want Id to be both a type (a class name) and a +program variable, and since we want expressions to reduce to their +types, we are in an impossible situations in which we do not know how +to treat an identifier in the semantics: as a type, i.e., a result of +computations, or as a program variable, i.e., a non-result. Ideally, +we would like to tag the identifiers at parse-time with their local +interpretation, but that, unfortunately, is not possible with the +current parsing capabilities of the K tool, because it requires to +insert additional information in the AST for the subsort productions. +This will be fixed soon. Until then, unfortunately, we have to do the +job of the parser manually. Instead of subsorting Id directly +to Type, we "wrap" it first, say with a wrapper called +class(...), exactly how the parser should have done. +The major drawback of this is that all the typed KOOL programs +in kool/typed/programs need to also be modified to always +declare class types accordingly. The modified programs can be found +in kool/typed/static/programs. So make sure you execute the +static semantics of KOOL using the modified programs. To avoid seeing +the wrapper in the generated documentation, we associate it an +"invisibility" latex attribute below.

+
k
syntax Id ::= "Object" [token] | "Main" [token] +
+

Types

+
k
syntax Type ::= "void" | "int" | "bool" | "string" + | Id [klabel("class"), symbol, avoid] // see next + | Type "[" "]" + | "(" Type ")" [bracket] + > Types "->" Type + + syntax Types ::= List{Type,","} [klabel(exps)] +
+

Declarations

+
k
syntax Param ::= Type Id + syntax Params ::= List{Param,","} + + syntax Stmt ::= Type Exps ";" [avoid] + | Type Id "(" Params ")" Block + | "class" Id Block + | "class" Id "extends" Id Block +
+

Expressions

+
k
syntax FieldReference ::= Exp "." Id [strict(1)] + syntax ArrayReference ::= Exp "[" Exps "]" [strict] + + syntax Exp ::= Int | Bool | String | Id + | "this" + | "super" + | "(" Exp ")" [bracket] + | "++" Exp + | Exp "instanceOf" Id [strict(1)] + | "(" Id ")" Exp [strict(2)] + | "new" Id "(" Exps ")" [strict(2)] + > Exp "(" Exps ")" [strict] + | "-" Exp [strict] + | "sizeOf" "(" Exp ")" [strict] + | "read" "(" ")" + > left: + Exp "*" Exp [strict, left] + | Exp "/" Exp [strict, left] + | Exp "%" Exp [strict, left] + > left: + Exp "+" Exp [strict, left] + | Exp "-" Exp [strict, left] + > non-assoc: + Exp "<" Exp [strict, non-assoc] + | Exp "<=" Exp [strict, non-assoc] + | Exp ">" Exp [strict, non-assoc] + | Exp ">=" Exp [strict, non-assoc] + | Exp "==" Exp [strict, non-assoc] + | Exp "!=" Exp [strict, non-assoc] + > "!" Exp [strict] + > left: + Exp "&&" Exp [strict, left] + | Exp "||" Exp [strict, left] + > "spawn" Block // not strict: to check return and exceptions + > Exp "=" Exp [strict(2), right] + + syntax Exp ::= FieldReference | ArrayReference + syntax priority _.__KOOL-TYPED-STATIC-SYNTAX > _[_]_KOOL-TYPED-STATIC-SYNTAX > _(_)_KOOL-TYPED-STATIC-SYNTAX + + syntax Exps ::= List{Exp,","} [strict, klabel(exps)] +
+

Statements

+
k
syntax Block ::= "{" "}" + | "{" Stmt "}" + + syntax Stmt ::= Block + | Exp ";" [strict] + | "if" "(" Exp ")" Block "else" Block [avoid, strict] + | "if" "(" Exp ")" Block [macro] + | "while" "(" Exp ")" Block [strict] + | "for" "(" Stmt Exp ";" Exp ")" Block [macro] + | "return" Exp ";" [strict] + | "return" ";" + | "print" "(" Exps ")" ";" [strict] + | "try" Block "catch" "(" Param ")" Block [strict(1)] + | "throw" Exp ";" [strict] + | "join" Exp ";" [strict] + | "acquire" Exp ";" [strict] + | "release" Exp ";" [strict] + | "rendezvous" Exp ";" [strict] + + syntax Stmt ::= Stmt Stmt [seqstrict, right] +
+

Desugaring macros

+
k
rule if (E) S => if (E) S else {} + rule for(Start Cond; Step) {S:Stmt} => {Start while(Cond){S Step;}} + rule T:Type E1:Exp, E2:Exp, Es:Exps; => T E1; T E2, Es; [anywhere] + rule T:Type X:Id = E; => T X; X = E; [anywhere] + + rule class C:Id S => class C extends Object S + +endmodule +
+

Static semantics

+

We first discuss the configuration, then give the static semantics +taken over unchanged from SIMPLE, then discuss the static semantics of +SIMPLE syntactic constructs that needs to change, and in the end we +discuss the static semantics and additional checks specifically +related to the KOOL proper syntax.

+
k
module KOOL-TYPED-STATIC + imports KOOL-TYPED-STATIC-SYNTAX + imports DOMAINS +
+

Configuration

+

The configuration of our type system consists of a tasks +cell with the same meaning like in statically typed SIMPLE, of an +out cell streamed to the standard output that will be used to +display typing error messages, and of a cell classes holding +data about each class in a separate class cell. The +task cells now have two additional optional subcells, namely +ctenvT and inClass. The former holds a temporary +class type environment; its contents will be transferred into the +ctenv cell of the corresponding class as soon as all the +fields and methods in the task are processed. In fact, there will be +three types of tasks in the subsequent semantics, each determined by +the subset of cells that it holds:

+
    +
  1. +

    Main task, holding only a k cell holding the +original program as a set of classes. The role of this task is to +process each class, generating a class task (see next) for each.

    +
  2. +
  3. +

    Class task, holding k, ctenvT, and +inClass subcells. The role of this task type is to process +a class' contents, generating a class type environment in the +ctenvT cell and a method task (see next) for each method in +the class. To avoid interference with object member lookup rules +below, it is important to add the class type environment to a class +atomically; this is the reason for which we use ctenvT +temporary cells within class tasks (instead of adding each member +incrementally to the class' type environment).

    +
  4. +
  5. +

    Method task, holding k, tenv and +return cells. These tasks are similar to SIMPLE's function +tasks, so we do not discuss them here any further.

    +
  6. +
+

Each class cell hods its name (in the className +cell) and the name of the class it extends (in the extends +cell), as well as its type environment (in the ctenv cell) +and the set of all its superclasses (in the extendsAll cell). +The later is useful for example for checking whether there are cycles +in the class extends relation.

+
k
configuration <T multiplicity="?" color="yellow"> + <tasks color="orange" multiplicity="?"> + <task multiplicity="*" color="yellow" type="Set"> + <k color="green"> $PGM:Stmt </k> + <tenv multiplicity="?" color="cyan"> .Map </tenv> + <ctenvT multiplicity="?" color="blue"> .Map </ctenvT> + <returnType multiplicity="?" color="black"> void </returnType> + <inClass multiplicity="?" color="Fuchsia"> .K </inClass> + </task> + </tasks> +// <br/> + <classes color="Fuchsia"> + <classData multiplicity="*" type="Map"> + <className color="Fuchsia"> Object </className> + <baseClass color="Fuchsia"> .K </baseClass> + <baseClasses color="Fuchsia"> .Set </baseClasses> + <ctenv multiplicity="?" color="blue"> .Map </ctenv> + </classData> + </classes> + </T> + <output color="brown" stream="stdout"> .List </output> +
+

Unchanged semantics from statically typed SIMPLE

+

The syntax and rules below are borrowed unchanged from statically +typed SIMPLE, so we do not discuss them much here.

+
k
syntax Exp ::= Type + syntax Exps ::= Types + syntax BlockOrStmtType ::= "block" | "stmt" + syntax Type ::= BlockOrStmtType + syntax Block ::= BlockOrStmtType + syntax KResult ::= Type + | Types // TODO: should not be needed + + + context _:Type _::Exp[HOLE::Exps]; + + rule T:Type E:Exp[int,Ts:Types]; => T[] E[Ts]; + rule T:Type E:Exp[.Types]; => T E; + + + rule <task>... <k> _:BlockOrStmtType </k> <tenv> _ </tenv> ...</task> => .Bag + + + rule _:Int => int + rule _:Bool => bool + rule _:String => string + + + rule <k> X:Id => T ...</k> <tenv>... X |-> T ...</tenv> + + + context ++(HOLE => ltype(HOLE)) + rule ++ int => int + rule int + int => int + rule string + string => string + rule int - int => int + rule int * int => int + rule int / int => int + rule int % int => int + rule - int => int + rule int < int => bool + rule int <= int => bool + rule int > int => bool + rule int >= int => bool + rule T:Type == T => bool + rule T:Type != T => bool + rule bool && bool => bool + rule bool || bool => bool + rule ! bool => bool + + + rule (T[])[int, Ts:Types] => T[Ts] + rule T:Type[.Types] => T + + rule sizeOf(_T[]) => int + + + rule read() => int + + rule print(T:Type, Ts => Ts); when T ==K int orBool T ==K string + rule print(.Types); => stmt + + + context (HOLE => ltype(HOLE)) = _ + + + rule <k> return; => stmt ...</k> <returnType> _ </returnType> + + + rule {} => block + + rule <task> <k> {S:Stmt} => block ...</k> <tenv> Rho </tenv> R </task> + (.Bag => <task> <k> S </k> <tenv> Rho </tenv> R </task>) + + rule _:Type; => stmt + rule if (bool) block else block => stmt + rule while (bool) block => stmt + + rule join int; => stmt + rule acquire _:Type; => stmt + rule release _:Type; => stmt + rule rendezvous _:Type; => stmt + + syntax Stmt ::= BlockOrStmtType + rule _:BlockOrStmtType _:BlockOrStmtType => stmt +
+

Unchanged auxiliary operations from dynamically typed SIMPLE

+
k
syntax Stmt ::= mkDecls(Params) [function] + rule mkDecls(T:Type X:Id, Ps:Params) => T X; mkDecls(Ps) + rule mkDecls(.Params) => {} + + syntax LValue ::= Id + | FieldReference + | ArrayReference + syntax Exp ::= LValue + + syntax Exp ::= ltype(Exp) +// We would like to say: +// context ltype(HOLE:LValue) +// but we currently cannot type the HOLE + context ltype(HOLE) when isLValue(HOLE) + +// OLD approach: +// syntax Exp ::= ltype(Exp) [function] +// rule ltype(X:Id) => X +// rule ltype(E:Exp [Es:Exps]) => E[Es] + + syntax Types ::= getTypes(Params) [function] + rule getTypes(T:Type _:Id) => T, .Types + rule getTypes(T:Type _:Id, P, Ps) => T, getTypes(P,Ps) + rule getTypes(.Params) => void, .Types +
+

Changes to the existing statically typed SIMPLE semantics

+

Below we give the new static semantics for language constructs that +come from SIMPLE, but whose SIMPLE static semantics was too +restrictive or too permissive and thus had to change.

+

Local variable declaration

+

Since we can define new types in KOOL (corresponding to classes), the +variable declaration needs to now check that the claimed types exist. +The operation checkType, defined at the end of this module, +checks whether the argument type is correct (it actually works with +lists of types as well).

+
k
rule <k> T:Type X:Id; => checkType(T) ~> stmt ...</k> + <tenv> Rho => Rho[X <- T] </tenv> +
+

Class member declaration

+

In class tasks, variable declarations mean class member declarations. +Since we reduce method declarations to variable declarations (see +below), a variable declaration in a class task can mean either a field +or a method declaration. Unlike local variable declarations, which +can shadow previous homonymous local or member declarations, member +declarations are regarded as a set, so we disallow multiple +declarations for the same member (one could improve upon this, like in +Java, by treating members with different types or number of arguments +as different, etc., but we do not do it here). We also issue an error +message if one attempts to redeclare the same class member. The +framed variable declaration in the second rule below should be read +"stuck". In fact, it is nothing but a unary operation called +stuck, which takes a K-term as argument and does nothing +with it; this stuck operation is displayed as a frame in this +PDF document because of its latex attribute (see the ASCII .k file, +at the end of this module).

+
k
rule <k> T:Type X:Id; => checkType(T) ~> stmt ...</k> + <ctenvT> Rho (.Map => X |-> T) </ctenvT> + when notBool(X in keys(Rho)) + + rule <k> T:Type X:Id; => stuck(T X;) ...</k> + <ctenvT>... X |-> _ ...</ctenvT> + <inClass> C:Id </inClass> +// <br/> + <output>... .List => ListItem("Member \"" +String Id2String(X) + +String "\" declared twice in class \"" + +String Id2String(C) +String "\"!\n") </output> +
+

Method declaration

+

A method declaration requires two conceptual checks to be performed: +first, that the method's type is consistent with the type of the +homonymous method that it overrides, if any; and second, that its body +types correctly. At the same time, it should also be added to the +type environment of its class. The first conceptual task is performed +using the checkMethod operation defined below, and the second +by generating a corresponding method task. To add it to the class +type environment, we take advantage of the fact that KOOL is higher +order and reduce the problem to a field declaration problem, which we +have already defined. The role of the ctenvT cell in the +rule below is to structurally ensure that the method declaration takes +place in a class task (we do not want to allow methods to be declared, +for example, inside other methods).

+
k
rule <k> T:Type F:Id(Ps:Params) S + => checkMethod(F, getTypes(Ps)->T, C') + ~> getTypes(Ps)->T F; ...</k> +// <br/> + <inClass> C </inClass> + <ctenvT> _ </ctenvT> // to ensure we are in a class pass + <className> C </className> + <baseClass> C' </baseClass> +// <br/> + (.Bag => <task> + <k> mkDecls(Ps) S </k> + <inClass> C </inClass> + <tenv> .Map </tenv> + <returnType> T </returnType> + </task>) +
+

Assignment

+

A more concrete value is allowed to be assigned to a more abstract +variable. The operation checkSubtype is defined at the end +of the module and it also works with pairs of lists of types.

+
k
rule T:Type = T':Type => checkSubtype(T', T) ~> T +
+

Method invocation and return

+

Methods can be applied on values of more concrete types than their +arguments:

+
k
rule (Ts:Types -> T:Type) (Ts':Types) => checkSubtype(Ts',Ts) ~> T +
+

Similarly, we allow values of more concrete types to be returned by +methods:

+
k
rule <k> return T:Type; => checkSubtype(T,T') ~> stmt ...</k> + <returnType> T':Type </returnType> +
+

Exceptions

+

Exceptions can throw and catch values of any types. Since unlike in Java +KOOL's methods do not declare the exception types that they can throw, +we cannot test the full type safety of exceptions. Instead, we +only check that the try and the catch statements +type correctly.

+
k
rule try block catch(T:Type X:Id) S => {T X; S} + rule throw _T:Type ; => stmt +
+

Spawn

+

The spawned cell needs to also be passed the parent's class.

+
k
// explain why + + rule <k> spawn S:Block => int ...</k> + <tenv> Rho </tenv> + <inClass> C </inClass> + (.Bag => <task> + <k> S </k> + <tenv> Rho </tenv> + <inClass> C </inClass> + </task>) +
+

Semantics of the new KOOL constructs

+

Class declaration

+

We process each class in the main task, adding the corresponding data +into its class cell and also adding a class task for it. We +also perform some well-formedness checks on the class hierarchy.

+

Initiate class processing
+We create a class cell and a class task for each task. Also, we start +the class task with a check that the class it extends is declared +(this delays the task until that class is processed using another +instance of this rule).

+
k
// There seems to be some error with the configuration concretization, +// as the rule below does not work when rewriting . to both the task +// and the class cells; I had to include two separate . rewrites + +// TODO: the following fails krun; see #2117 + rule <task> <k> class C:Id extends C':Id { S:Stmt } => stmt ...</k> </task> + (.Bag => <classData>... + <className> C </className> + <baseClass> C' </baseClass> + ...</classData>) +// <br/> + (.Bag => <task> + <k> checkType(`class`(C')) ~> S </k> + <inClass> C </inClass> + <ctenvT> .Map </ctenvT> + </task>) + +// You may want to try the thing below, but that failed, too +/* +syntax Type ::= "stmtStop" + + rule <tasks>... + <task> <k> class C:Id extends C':Id { S:Stmt } => stmtStop ...</k> </task> + (.Bag => <task> + <k> checkType(`class`(C')) ~> S </k> + <inClass> C </inClass> + <ctenvT> .Map </ctenvT> + </task>) + ...</tasks> + <classes>... + .Bag => <classData>... + <className> C </className> + <baseClass> C' </baseClass> + ...</classData> + ...</classes> +// <br/> +*/ +
+

Check for unique class names

+
k
rule (<T>... + <className> C </className> + <className> C </className> + ...</T> => .Bag) + <output>... .List => ListItem("Class \"" +String Id2String(C) + +String "\" declared twice!\n") </output> +
+

Check for cycles in class hierarchy
+We check for cycles in the class hierarchy by transitively closing the +class extends relation using the extendsAll cells, and +checking that a class will never appear in its own extendsAll +cell. The first rule below initiates the transitive closure of the +superclass relation, the second transitively closes it, and the third +checks for cycles.

+
k
rule <baseClass> C </baseClass> + <baseClasses> .Set => SetItem(C) </baseClasses> [priority(25)] + + rule <classData>... + <baseClasses> SetItem(C) Cs:Set (.Set => SetItem(C')) </baseClasses> + ...</classData> + <classData>... <className>C</className> <baseClass>C'</baseClass> ...</classData> + when notBool(C' in (SetItem(C) Cs)) [priority(25)] + + rule (<T>... + <className> C </className> + <baseClasses>... SetItem(C) ...</baseClasses> + ...</T> => .Bag) + <output>... .List => ListItem("Class \"" +String Id2String(C) + +String "\" is in a cycle!\n") </output> + [group(inheritance-cycle), priority(25)] +
+

New

+

To type new we only need to check that the class constructor +can be called with arguments of the given types, so we initiate a call +to the constructor method in the corresponding class. If that +succeeds, meaning that it types to stmt, then we discard the +stmt type and produce instead the corresponding class type of +the new object. The auxiliary discard operation is defined +also at the end of this module.

+
k
rule new C:Id(Ts:Types) => `class`(C) . C (Ts) ~> discard ~> `class`(C) +
+

Self reference

+

The typing rule for this is straightforward: reduce to the +current class type.

+
k
rule <k> this => `class`(C) ...</k> + <inClass> C:Id </inClass> +
+

Super

+

Similarly, super types to the parent class type. +Note that for typing concerns, super can be considered as an object +(recall that this was not the case in the dynamic semantics).

+
k
rule <k> super => `class`(C') ...</k> + <inClass> C:Id </inClass> + <className> C </className> + <baseClass> C':Id </baseClass> +
+

Object member access

+

There are several cases to consider here. First, if we are in a class +task, we should lookup the member into the temporary class type +environemnt in cell ctenvT. That is because we want to allow +initialized field declarations in classes, such as int x=10;. +This is desugared to a declaration of x, which is added to +ctenvT during the class task processing, followed by an +assignment of x to 10. In order for the assignment to type +check, we need to know that x has been declared with type +int; this information can only be found in the +ctenvT cell. Second, we should redirect non-local variable +lookups in method tasks to corresponding member accesses (the +local variables are handled by the rule borrowed from SIMPLE). +This is what the second rule below does. Third, we should allow +object member accesses as lvalues, which is done by the third rule +below. These last two rules therefore ensure that each necessary +object member access is explicitly allowed for evaluation. Recall +from the annotated syntax module above that the member access +operation is strict in the object. That means that the object is +expected to evaluate to a class type. The next two rules below define +the actual member lookup operation, moving the search to the +superclass when the member is not found in the current class. Note +that this works because we create the class type environments +atomically; thus, a class either has its complete type environment +available, in which case these rules can safely apply, or its cell +ctenv is not yet available, in which case these rules have to +wait. Finally, the sixth rule below reports an error when the +Object class is reached.

+
k
rule <k> X:Id => T ...</k> + <ctenvT>... X |-> T ...</ctenvT> + + rule <k> X:Id => this . X ...</k> + <tenv> Rho </tenv> + when notBool(X in keys(Rho)) + +// OLD approach: +// rule ltype(E:Exp . X:Id) => E . X + + rule <k> `class`(C:Id) . X:Id => T ...</k> + <className> C </className> + <ctenv>... X |-> T:Type ...</ctenv> + + rule <k> `class`(C1:Id => C2) . X:Id ...</k> + <className> C1 </className> + <baseClass> C2:Id </baseClass> + <ctenv> Rho </ctenv> + when notBool(X in keys(Rho)) + + rule <k> `class`(Object) . X:Id => stuck(`class`(Object) . X) ...</k> + <inClass> C:Id </inClass> +// <br/> + <output>... .List => ListItem("Member \"" +String Id2String(X) + +String "\" not declared! (see class \"" + +String Id2String(C) +String "\")\n") </output> +
+

Instance of and casting

+

As it is hard to check statically whether casting is always safe, +the programmer is simply trusted from a typing perspective. We only +do some basic upcasting and downcasting checks, to reject casts which +will absolutely fail. However, dynamic semantics or implementations +of the language need to insert runtime checks for downcasting to be safe.

+
k
rule `class`(_C1:Id) instanceOf _C2:Id => bool + rule (C:Id) `class`(C) => `class`(C) + rule <k> (C2:Id) `class`(C1:Id) => `class`(C2) ...</k> + <className> C1 </className> + <baseClasses>...SetItem(C2)...</baseClasses> // upcast + rule <k> (C2:Id) `class`(C1:Id) => `class`(C2) ...</k> + <className> C2 </className> + <baseClasses>...SetItem(C1)...</baseClasses> // downcast + rule <k> (C2) `class`(C1:Id) => stuck((C2) `class`(C1)) ...</k> + <classData>... + <className> C1 </className> + <baseClasses> S1 </baseClasses> + ...</classData> + <classData>... + <className> C2 </className> + <baseClasses> S2 </baseClasses> + ...</classData> + <output>... .List => ListItem("Classes \"" +String Id2String(C1) + +String "\" and \"" +String Id2String(C2) + +String "\" are incompatible!\n") </output> + when notBool(C1 in S2) andBool notBool(C2 in S1) +
+

Cleanup tasks

+

Finally, we need to clean up the terminated tasks. Each of the three +types of tasks is handled differently. The main task is replaced by a +method task holding new main();, which will ensure that a +main class with a main() method actually exists +(first rule below). A class task moves its temporary class type +environment into its class' cell, and then it dissolves itself (second +rule). A method task simply dissolves when terminated (third rule); +the presence of the tenv cell in that rule ensures that that +task is a method task. +Finally, when all the tasks are cleaned up, we can also remove the +tasks cell, issuing a corresponding message. Note that +checking for cycles or duplicate methods can still be performed after +the tasks cell has been removed.

+
k
// discard main task when done, issuing a "new main();" command to +// make sure that the class main and the method main() are declared. + + rule <task> <k> stmt => new Main(.Exps); </k> + (.Bag => <tenv> .Map </tenv> + <returnType> void </returnType> + <inClass> Main </inClass>) + </task> + +// discard class task when done, adding a ctenv in class + + rule (<task> + <k> stmt </k> + <ctenvT> Rho </ctenvT> + <inClass> C:Id </inClass> + </task> => .Bag) + <className> C </className> + (.Bag => <ctenv> Rho </ctenv>) + +// discard method task when done + + rule <task>... + <k> stmt </k> + <tenv> _ </tenv> // only to ensure that this is a method task + ...</task> => .Bag + +// cleanup tasks and output a success message when done + + rule (<T>... <tasks> .Bag </tasks> ...</T> => .Bag) + <output>... .List => ListItem("Type checked!\n") </output> +
+

KOOL-specific auxiliary declarations and operations

+

Subtype checking

+

The subclass relation introduces a subtyping relation.

+
k
syntax KItem ::= checkSubtype(Types,Types) + + rule checkSubtype(T:Type, T) => . + + rule <k> checkSubtype(`class`(C:Id), `class`(C':Id)) => . ...</k> + <className> C </className> + <baseClasses>... SetItem(C') ...</baseClasses> + + rule checkSubtype(Ts1->T2,Ts1'->T2') + => checkSubtype(((T2)::Type,Ts1'),((T2')::Type,Ts1)) + +// note that the following rule would be wrong! +// rule checkSubtype(T[],T'[]) => checkSubtype(T,T') + + rule checkSubtype((T:Type,Ts),(T':Type,Ts')) + => checkSubtype(T,T') ~> checkSubtype(Ts,Ts') + when Ts =/=K .Types + + rule checkSubtype(.Types,.Types) => . + rule checkSubtype(.Types,void) => . +
+

Checking well-formedness of types

+

Since now any Id can be used as the type of a class, we need to +check that the types used in the program actually exists

+
k
syntax KItem ::= checkType(Types) + + rule checkType(T:Type,Ts:Types) => checkType(T) ~> checkType(Ts) + when Ts =/=K .Types + rule checkType(.Types) => . + rule checkType(int) => . + rule checkType(bool) => . + rule checkType(string) => . + rule checkType(void) => . + rule <k> checkType(`class`(C:Id)) => . ...</k> <className> C </className> + rule checkType(`class`(Object)) => . + rule checkType(Ts:Types -> T:Type) => checkType(T,Ts) + rule checkType(T:Type[]) => checkType(T) +
+

Checking correct overiding of methods

+

The checkMethod operation below searches to see whether +the current method overrides some other method in some superclass. +If yes, then it issues an additional check that the new method's type +is more concrete than the overridden method's. The types T and T' +below can only be function types. See the definition of +checkSubtype on function types at the end of this module (it +is co-variant in the codomain and contra-variant in the domain).

+
k
syntax KItem ::= checkMethod(Id,Type,Id) + + rule <k> checkMethod(F:Id, T:Type, C:Id) => checkSubtype(T, T') ...</k> + <className> C </className> + <ctenv>... F |-> T':Type ...</ctenv> + + rule <k> checkMethod(F:Id, _T:Type, (C:Id => C')) ...</k> + <className> C </className> + <baseClass> C':Id </baseClass> + <ctenv> Rho </ctenv> + when notBool(F in keys(Rho)) + + rule checkMethod(_:Id,_,Object) => . +
+

Generic operations which could be part of the K framework

+
k
syntax KItem ::= stuck(K) [latex(\framebox{${#1}$})] + + syntax KItem ::= "discard" + rule _:KResult ~> discard => . + +endmodule +
+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/2_languages/3_fun/1_untyped/1_environment/fun-untyped/index.html b/k-distribution/pl-tutorial/2_languages/3_fun/1_untyped/1_environment/fun-untyped/index.html new file mode 100644 index 00000000000..c7cec2fd2d5 --- /dev/null +++ b/k-distribution/pl-tutorial/2_languages/3_fun/1_untyped/1_environment/fun-untyped/index.html @@ -0,0 +1,1225 @@ + + + + + + + + + + + + + + +FUN — Untyped — Environment | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

FUN — Untyped — Environment

+

Author: Grigore Roșu (grosu@illinois.edu)
+Organization: University of Illinois at Urbana-Champaign

+

Author: Traian Florin Șerbănuță (traian.serbanuta@unibuc.ro)
+Organization: University of Bucharest

+

Abstract

+

This is the K semantic definition of the untyped FUN language. +FUN is a pedagogical and research language that captures the essence +of the functional programming paradigm, extended with several features +often encountered in functional programming languages. +Like many functional languages, FUN is an expression language, that +is, everything, including the main program, is an expression. +Functions can be declared anywhere and are first class values in the +language. +FUN is call-by-value here, but it has been extended (as student +homework assignments) with other parameter-passing styles. +To make it more interesting and to highlight some of K's strengths, +FUN includes the following features:

+
    +
  • +

    The basic builtin data-types of integers, booleans and strings.

    +
  • +
  • +

    Builtin lists, which can hold any elements, including other lists. +Lists are enclosed in square brackets and their elements are +comma-separated; e.g., [1,2,3].

    +
  • +
  • +

    User-defined data-types, by means of constructor terms. +Constructor names start with a capital letter (while any other +identifier in the language starts with a lowercase letter), and they +can be followed by an arbitrary number of comma-separated arguments +enclosed in parentheses; parentheses are not needed when the +constructor takes no arguments. +For example, Pair(5,7) is a constructor term holding two +numbers, Cons(1,Cons(2,Cons(3,Nil))) is a list-like +constructor term holding 3 elements, and +Tree(Tree(Leaf(1), Leaf(2)), Leaf(3)) is a tree-like +constructor term holding 3 elements. +In the untyped version of the FUN language, no type checking or +inference is performed to ensure that the data constructors are used +correctly. +The execution will simply get stuck when they are misused. +Moreover, since no type checking is performed, the data-types are not +even declared in the untyped version of FUN.

    +
  • +
  • +

    Functions and let/letrec binders can take +multiple space-separated arguments, but these are desugared to +ones that only take one argument, by currying. For example, the +expressions

    +
    fun x y -> x y
    +let x y = y in x
    +
    +

    are desugared, respectively, into the following expressions:

    +
    fun x -> fun y -> x y
    +let x = fun y -> y in x
    +
    +
  • +
  • +

    Functions can be defined using pattern matching over the +available data-types. For example, the program

    +
    letrec max = fun [h] -> h
    +             |   [h|t] -> let x = max t
    +                          in  if h > x then h else x
    +in max [1, 3, 5, 2, 4, 0, -1, -5]
    +
    +

    defines a function max that calculates the maximum element of +a non-empty list, and the function

    +
    letrec ack = fun Pair(0,n) -> n + 1
    +             |   Pair(m,0) -> ack Pair(m - 1, 1)
    +             |   Pair(m,n) -> ack Pair(m - 1, ack Pair(m, n - 1))
    +in ack Pair(2,3)
    +
    +

    calculates the Ackermann function applied to a particular pair of numbers. +Patterns can be nested. Patterns can currently only be used in function +definitions, and not directly in let/letrec binders. +For example, this is not allowed:

    +
    letrec Pai(x,y) = Pair(1,2) in x+y
    +
    +

    But this is allowed:

    +
    let f Pair(x,y) = x+y in f Pair(1,2)
    +
    +

    because it is first reduced to

    +
    let f = fun Pair(x,y) -> x+y in f Pair(1,2)
    +
    +

    by uncurrying of the let binder, and pattern matching is +allowed in function arguments.

    +
  • +
  • +

    We include a callcc construct, for two reasons: first, +several functional languages support this construct; second, some +semantic frameworks have difficulties defining it. Not K.

    +
  • +
  • +

    Finally, we include mutables by means of referencing an +expression, getting the reference of a variable, dereferencing and +assignment. We include these for the same reasons as above: there are +languages which have them, and they are not easy to define in some +semantic frameworks.

    +
  • +
+

Like in many other languages, some of FUN's constructs can be +desugared into a smaller set of basic constructs. We do that as usual, +using macros, and then we only give semantics to the core constructs.

+

Note:
+We recommend the reader to first consult the dynamic semantics of the +LAMBDA++ language in the first part of the K Tutorial. +To keep the comments below small and focused, we will not re-explain +functional or K features that have already been explained in there.

+

Syntax

+
k
//require "modules/pattern-matching.k" + +module FUN-UNTYPED-COMMON + imports DOMAINS-SYNTAX +
+

FUN is an expression language. The constructs below fall into +several categories: names, arithmetic constructs, conventional +functional constructs, patterns and pattern matching, data constructs, +lists, references, and call-with-current-continuation (callcc). +The arithmetic constructs are standard; they are present in almost all +our K language definitions. The meaning of FUN's constructs are +discussed in more depth when we define their semantics in the next +module.

+

The Syntactic Constructs

+

We start with the syntactic definition of FUN names. +We have several categories of names: ones to be used for functions and +variables, others to be used for data constructors, others for types and +others for type variables. We will introduce them as needed, starting +with the former category. We prefer the names of variables and functions +to start with lower case letters. We take the freedom to tacitly introduce +syntactic lists/sequences for each nonterminal for which we need them:

+
k
syntax Name [token] + syntax Names ::= List{Name,","} [klabel(exps)] +
+

Expression constructs will be defined throughtout the syntax module. +Below are the very basic ones, namely the builtins, the names, and the +parentheses used as brackets for grouping. Lists of expressions are +declared strict, so all expressions in the list get evaluated whenever +the list is on a position which can be evaluated:

+
k
syntax Exp ::= Int | Bool | String | Name + | "(" Exp ")" [bracket] + syntax Exps ::= List{Exp,","} [strict, klabel(exps)] + syntax Val + syntax Exp ::= Val + syntax Exps ::= Vals + syntax Vals ::= List{Val,","} [klabel(exps)] + syntax Bottom + syntax Bottoms ::= List{Bottom,","} [klabel(exps)] +
+

We next define the syntax of arithmetic constructs, together with +their relative priorities and left-/non-associativities. We also +tag all these rules as members of a new group, "arith", so we can more easily +define global syntax priorities later (at the end of the syntax module).

+
k
syntax Exp ::= left: + Exp "*" Exp [strict, group(arith)] + | Exp "/" Exp [strict, group(arith)] + | Exp "%" Exp [strict, group(arith)] + > left: + Exp "+" Exp [strict, left, group(arith)] + | Exp "^" Exp [strict, left, group(arith)] +// left attribute should not be necessary; currently a parsing bug + | Exp "-" Exp [strict, prefer, group(arith)] +// the "prefer" attribute above is to not parse x-1 as x(-1) +// Due to some parsing problems, we currently cannot add unary minus: + | "-" Exp [strict, group(arith)] + > non-assoc: + Exp "<" Exp [strict, group(arith)] + | Exp "<=" Exp [strict, group(arith)] + | Exp ">" Exp [strict, group(arith)] + | Exp ">=" Exp [strict, group(arith)] + | Exp "==" Exp [strict, group(arith)] + | Exp "!=" Exp [strict, group(arith)] + > "!" Exp [strict, group(arith)] + > Exp "&&" Exp [strict(1), left, group(arith)] + > Exp "||" Exp [strict(1), left, group(arith)] +
+

The conditional construct has the expected evaluation strategy, +stating that only the first argument is evaluate:

+
k
syntax Exp ::= "if" Exp "then" Exp "else" Exp [strict(1)] +
+

FUN's builtin lists are formed by enclosing comma-separated +sequences of expressions (i.e., terms of sort Exps) in square +brackets. The list constructor cons adds a new element to the +top of the list, head and tail get the first element +and the tail sublist of a list if they exist, respectively, and get +stuck otherwise, and null?? tests whether a list is empty or +not; syntactically, these are just expression constants. +In function patterns, we are also going to allow patterns following the +usual head/tail notation; for example, the pattern [x_1,...,x_n|t] +binds x_1, ..., x_n to the first elements of the matched list, +and t to the list formed with the remaining elements. We define list +patterns as ordinary expression constructs, although we will make sure that +we do not give them semantics if they appear in any other place then in a +function case pattern.

+
k
syntax Exp ::= "[" Exps "]" [strict, klabel(list)] + | "head" [macro] | "tail" [macro] | "null?" [macro] + | "[" Exps "|" Exp "]" + syntax Val ::= "[" Vals "]" [klabel(list)] + syntax Cons ::= "cons" + syntax Val ::= Cons + syntax Val ::= Cons Val [klabel(apply)] +
+

Data constructors start with capital letters and they may or may +not have arguments. We need to use the attribute "prefer" to make +sure that, e.g., Cons(a) parses as constructor Cons with +argument a, and not as the expression Cons (because +constructor names are also expressions) regarded as a function applied +to the expression a. Also, note that the constructor is strict +in its second argument, because we want to evaluate its arguments but +not the constuctor name itsef.

+
k
syntax ConstructorName [token] + syntax Exp ::= ConstructorName + | ConstructorName "(" Exps ")" [prefer, strict(2), klabel(constructor)] + syntax Val ::= ConstructorName "(" Vals ")" [klabel(constructor)] +
+

A function is essentially a |-separated ordered +sequence of cases, each case of the form pattern -> expression, +preceded by the language construct fun. Patterns will be defined +shortly, both for the builtin lists and for user-defined constructors. +Recall that the syntax we define in K is not meant to serve as a +ultimate parser for the defined language, but rather as a convenient +notation for K abstract syntax trees, which we prefer when we write +the semantic rules. It is therefore often the case that we define a +more ``generous'' syntax than we want to allow programs to use. +We do it here, too. Specifically, the syntax of Cases +below allows any expressions to appear as pattern. This syntactic +relaxation permits many wrong programs to be parsed, but that is not a +problem because we are not going to give semantics to wrong combinations, +so those programs will get stuck; moreover, our type inferencer will reject +those programs anyway. Function application is just concatenation of +expressions, without worrying about type correctness. Again, the type +system will reject type-incorrect programs.

+
k
syntax Exp ::= "fun" Cases + | Exp Exp [strict, left, klabel(apply)] +// NOTE: We would like eventually to also have Exp "(" Exps ") + syntax Case ::= Exp "->" Exp + syntax Cases ::= List{Case, "|"} +
+

The let and letrec binders have the usual syntax +and functional meaning. We allow multiple and-separated bindings. +Like for the function cases above, we allow a more generous syntax for +the left-hand sides of bindings, noting that the semantics will get stuck +on incorrect bindings and that the type system will reject those programs.

+
k
syntax Exp ::= "let" Bindings "in" Exp + | "letrec" Bindings "in" Exp [prefer] +// The "prefer" attribute for letrec currently needed due to tool bug, +// to make sure that "letrec" is not parsed as "let rec". + syntax Binding ::= Exp "=" Exp + syntax Bindings ::= List{Binding,"and"} +
+

References are first class values in FUN. The construct ref +takes an expression, evaluates it, and then it stores the resulting value +at a fresh location in the store and returns that reference. Syntactically, +ref is just an expression constant. The construct & +takes a name as argument and evaluates to a reference, namely the store +reference where the variable passed as argument stores its value; this +construct is a bit controversial and is further discussed in the +environment-based semantics of the FUN language, where we desugar +ref to it. The construct @ takes a reference +and evaluates to the value stored there. The construct := takes +two expressions, the first expected to evaluate to a reference; the value +of its second argument will be stored at the location to which the first +points (the old value is thus lost). Finally, since expression evaluation +now has side effects, it makes sense to also add a sequential composition +construct, which is sequentially strict. This evaluates to the value of +its second argument; the value of the first argument is lost (which has +therefore been evaluated only for its side effects.

+
k
syntax Exp ::= "ref" [macro] + | "&" Name + | "@" Exp [strict] + | Exp ":=" Exp [strict] + | Exp ";" Exp [strict(1), right] +
+

Call-with-current-continuation, named callcc in FUN, is a +powerful control operator that originated in the Scheme programming +language, but it now exists in many other functional languages. It works +by evaluating its argument, expected to evaluate to a function, and by +passing the current continuation, or evaluation context (or computation, +in K terminology), as a special value to it. When/If this special value +is invoked, the current context is discarded and replaced with the one +held by the special value and the computation continues from there. +It is like taking a snapshot of the execution context at some moment +in time and then, when desired, being able to get back in time to that +point. If you like games, it is like saving the game now (so you can +work on your homework!) and then continuing the game tomorrow or whenever +you wish. To issustrate the strength of callcc, we also +allow exceptions in FUN by means of a conventional try-catch +construct, which will desugar to callcc. We also need to +introduce the special expression contant throw, but we need to +use it as a function argument name in the desugaring macro, so we define +it as a name instead of as an expression constant:

+
k
syntax Exp ::= "try" Exp "catch" "(" Name ")" Exp [macro] + syntax Val ::= "callcc" + syntax Name ::= "throw" [token] +
+

Finally, FUN also allows polymorphic datatype declarations. These +will be useful when we define the type system later on.

+
k
syntax Exp ::= "datatype" Type "=" TypeCases Exp [macro] +// NOTE: In a future version of K, we want the datatype declaration +// to be a construct by itself, but that is not possible currently +// because K's parser wronly identifies the __ operation allowing +// a declaration to appear in front of an expression with the function +// application construct, giving ambiguous parsing errors. +
+

We next need to define the syntax of types and type cases that appear +in datatype declarations.

+

Like in many functional languages, type parameters/variables in +user-defined types are quoted identifiers.

+
k
syntax TypeVar [token] + syntax TypeVars ::= List{TypeVar,","} [klabel(types)] +
+

Types can be basic types, function types, or user-defined +parametric types. In the dynamic semantics we are going to simply ignore +all the type declations, so here the syntax of types below is only useful +for generating the desired parser. To avoid syntactic ambiguities with +the arrow construct for function cases, we use the symbol --> as +a constructor for function types:

+
k
syntax TypeName [token] + syntax Type ::= "int" | "bool" | "string" + | Type "-->" Type [right] + | "(" Type ")" [bracket] + | TypeVar + | TypeName [klabel(TypeName), avoid] + | Type TypeName [klabel(Type-TypeName), symbol, macro] + | "(" Types ")" TypeName [prefer] + syntax Types ::= List{Type,","} [klabel(types)] + syntax Types ::= TypeVars + + syntax TypeCase ::= ConstructorName + | ConstructorName "(" Types ")" + syntax TypeCases ::= List{TypeCase,"|"} [klabel(_|TypeCase_)] +
+

Additional Priorities

+
k
syntax priorities @__FUN-UNTYPED-COMMON + > apply + > arith + > _:=__FUN-UNTYPED-COMMON + > let_in__FUN-UNTYPED-COMMON + letrec_in__FUN-UNTYPED-COMMON + if_then_else__FUN-UNTYPED-COMMON + > _;__FUN-UNTYPED-COMMON + > fun__FUN-UNTYPED-COMMON + > datatype_=___FUN-UNTYPED-COMMON +endmodule + +module FUN-UNTYPED-MACROS + imports FUN-UNTYPED-COMMON +
+

Desugaring macros

+

We desugar the list non-constructor operations to functions matching +over list patterns. In order to do that we need some new variables; for +those, we follow the same convention like in the K tutorial, where we +added them as new identifier constructs starting with the character $, +so we can easily recognize them when we debug or trace the semantics.

+
k
syntax Name ::= "$h" [token] | "$t" [token] + rule head => fun [$h|$t] -> $h + rule tail => fun [$h|$t] -> $t + rule null? => fun [.Exps] -> true | [$h|$t] -> false +
+

Multiple-head list patterns desugar into successive one-head patterns:

+
k
rule [E1,E2,Es:Exps|T] => [E1|[E2,Es|T]] [anywhere] +
+

Uncurrying of multiple arguments in functions and binders:

+
k
rule P1 P2 -> E => P1 -> fun P2 -> E [anywhere] + rule F P = E => F = fun P -> E [anywhere] +
+

We desugar the try-catch construct into callcc:

+
k
syntax Name ::= "$k" [token] | "$v" [token] + rule try E catch(X) E' + => callcc (fun $k -> (fun throw -> E)(fun X -> $k E')) +
+

For uniformity, we reduce all types to their general form:

+
k
rule `Type-TypeName`(T:Type, Tn:TypeName) => (T) Tn +
+

The dynamic semantics ignores all the type declarations:

+
k
rule datatype _T = _TCs E => E + +endmodule + + +module FUN-UNTYPED-SYNTAX + imports FUN-UNTYPED-COMMON + imports BUILTIN-ID-TOKENS + + syntax Name ::= r"[a-z][_a-zA-Z0-9]*" [token, prec(2)] + | #LowerId [token] + syntax ConstructorName ::= #UpperId [token] + syntax TypeVar ::= r"['][a-z][_a-zA-Z0-9]*" [token] + syntax TypeName ::= Name [token] +endmodule +
+

Semantics

+

The semantics below is environment-based. A substitution-based +definition of FUN is also available, but that drops the & +construct as explained above.

+
k
module FUN-UNTYPED + imports FUN-UNTYPED-COMMON + imports FUN-UNTYPED-MACROS + imports DOMAINS + //imports PATTERN-MATCHING +
+

Configuration

+

The k, env, and store cells are standard +(see, for example, the definition of LAMBDA++ or IMP++ in the first +part of the K tutorial).

+
k
configuration <T color="yellow"> + <k color="green"> $PGM:Exp </k> + <env color="violet"> .Map </env> + <store color="white"> .Map </store> + </T> +
+

Values and results

+

We only define integers, Booleans and strings as values here, but will +add more values later.

+
k
syntax Val ::= Int | Bool | String + syntax Vals ::= Bottoms + syntax KResult ::= Val +
+

Lookup

+
k
rule <k> X:Name => V ...</k> + <env>... X |-> L ...</env> + <store>... L |-> V ...</store> +
+

Arithmetic expressions

+
k
rule I1 * I2 => I1 *Int I2 + rule I1 / I2 => I1 /Int I2 when I2 =/=K 0 + rule I1 % I2 => I1 %Int I2 when I2 =/=K 0 + rule I1 + I2 => I1 +Int I2 + rule S1 ^ S2 => S1 +String S2 + rule I1 - I2 => I1 -Int I2 + rule - I => 0 -Int I + rule I1 < I2 => I1 <Int I2 + rule I1 <= I2 => I1 <=Int I2 + rule I1 > I2 => I1 >Int I2 + rule I1 >= I2 => I1 >=Int I2 + rule V1:Val == V2:Val => V1 ==K V2 + rule V1:Val != V2:Val => V1 =/=K V2 + rule ! T => notBool(T) + rule true && E => E + rule false && _ => false + rule true || _ => true + rule false || E => E +
+

Conditional

+
k
rule if true then E else _ => E + rule if false then _ else E => E +
+

Lists

+

We have already declared the syntactic list of expressions strict, so +we can assume that all the elements that appear in a FUN list are +evaluated. The only thing left to do is to state that a list of +values is a value itself, that is, that the list square-bracket +construct is indeed a constructor, and to give the semantics of +cons. Since cons is a builtin function and is +expected to take two arguments, we have to also state that +cons itself is a value (specifically, a function/closure +value, but we do not need that level of detail here), and also that +cons applied to a value is a value (specifically, it would be +a function/closure value that expects the second, list argument):

+
k
rule cons V:Val [Vs:Vals] => [V,Vs] +
+

Data Constructors

+

Constructors take values as arguments and produce other values:

+
k
syntax Val ::= ConstructorName +
+

Functions and Closures

+

Like in the environment-based semantics of LAMBDA++ in the first part +of the K tutorial, functions evaluate to closures. A closure includes +the current environment besides the function contents; the environment +will be used at execution time to lookup all the variables that appear +free in the function body (we want static scoping in FUN).

+
k
syntax Val ::= closure(Map,Cases) + rule <k> fun Cases => closure(Rho,Cases) ...</k> <env> Rho </env> +
+

Note: The reader may want to get familiar with +how the pre-defined pattern matching works before proceeding. +The best way to do that is to consult +k/include/modules/pattern-matching.k.

+ +

We distinguish two cases when the closure is applied. +If the first pattern matches, then we pick the first case: switch to +the closed environment, get the matching map and bind all its +variables, and finally evaluate the function body of the first case, +making sure that the environment is properly recovered afterwards. +If the first pattern does not match, then we drop it and thus move on +to the next one.

+
k
rule (. => getMatching(P, V)) ~> closure(_, P->_ | _) V:Val + rule <k> matchResult(M:Map) ~> closure(Rho, _->E | _) _ + => bindMap(M) ~> E ~> setEnv(Rho') ...</k> + <env> Rho' => Rho </env> + rule (matchFailure => .) ~> closure(_, (_->_ | Cs:Cases => Cs)) _ +// rule <k> closure(Rho, P->E | _) V:Val +// => bindMap(getMatching(P,V)) ~> E ~> setEnv(Rho') ...</k> +// <env> Rho' => Rho </env> when isMatching(P,V) +// rule closure(_, (P->_ | Cs:Cases => Cs)) V:Val when notBool isMatching(P,V) +
+

Let and Letrec

+

To highlight the similarities and differences between let and +letrec, we prefer to give them direct semantics instead of +to desugar them like in LAMBDA. See the formal definitions of +bindTo, bind, and assignTo at the end of +this module. Informally, bindTo(Xs, Es) first +evaluates the expressions Es in Exps in the current +environment (i.e., it is strict in its second argument), then it binds +the variables in Xs in Names to new locations and adds +those bindings to the environment, and finally writes the values +previously obtained after evaluating the expressions Es to those +new locations; bind(Xs) does only the bindings of +Xs to new locations and adds those bindings to the environment; +and assignTo(Xs,Es) evaluates the expressions +Es in the current environment and then it writes the resulting +values to the locations to which the variables Xs are already +bound to in the environment.

+

Therefore, let Xs = Es in E first +evaluates Es in the current environment, then adds new +bindings for Xs to fresh locations in the environment, then +writes the values of Es to those locations, and finally +evaluates E in the new environment, making sure that the +environment is properly recovered after the evaluation of E. +On the other hand, letrec does the same things but in a +different order: it first adds new bindings for Xs to fresh +locations in the environment, then it evaluates Es in the new +environment, then it writes the resulting values to their +corresponding locations, and finally it evaluates E and +recovers the environment. The crucial difference is that the +expressions Es now see the locations of the variables Xs +in the environment, so if they are functions, which is typically the +case with letrec, their closures will encapsulate in their +environments the bindings of all the bound variables, including +themselves (thus, we may have a closure value stored at location +L, whose environment contains a binding of the form +F ↦ L; this way, the closure can invoke +itself).

+
k
rule <k> let Bs in E + => bindTo(names(Bs),exps(Bs)) ~> E ~> setEnv(Rho) ...</k> + <env> Rho </env> + + rule <k> letrec Bs in E + => bind(names(Bs))~>assignTo(names(Bs),exps(Bs))~>E~>setEnv(Rho)...</k> + <env> Rho </env> +
+

Recall that our syntax allows let and letrec to +take any expression in place of its binding. This allows us to use +the already existing function application construct to bind names to +functions, such as, e.g., let x y = y in .... +The desugaring macro in the syntax module uncurries such declarations, +and then the semantic rules above only work when the remaining +bindings are identifiers, so the semantics will get stuck on programs +that misuse the let and letrec binders.

+

References

+

The semantics of references is self-explanatory, except maybe for the +desugaring rule of ref, which is further discussed. Note +that &X grabs the location of X from the environment. +Sequential composition, which is needed only to accumulate the +side effects due to assignments, was strict in the first argument. +Once evaluated, its first argument is simply discarded:

+
k
syntax Name ::= "$x" [token] + rule ref => fun $x -> & $x + rule <k> & X => L ...</k> <env>... X |-> L ...</env> + rule <k> @ L:Int => V:Val ...</k> <store>... L |-> V ...</store> + rule <k> L:Int := V:Val => V ...</k> <store>... L |-> (_=>V) ...</store> + rule _V:Val; E => E +
+

The desugaring rule of ref (first rule above) works +because & takes a variable and returns its location (like in C). +Note that some ``pure'' functional programming researchers strongly dislike +the & construct, but favor ref. We refrain from having +a personal opinion on this issue here, but support & in the +environment-based definition of FUN because it is, technically speaking, +more powerful than ref. From a language design perspective, it +would be equally easy to drop & and instead give a direct +semantics to ref. In fact, this is precisely what we do in the +substitution-based definition of FUN, because there appears to be no way +to give a substitution-based definition to the & construct.

+

Callcc

+

As we know it from the LAMBDA++ tutorial, call-with-current-continuation +is quite easy to define in K. We first need to define a special +value wrapping an execution context, that is, an environment saying +where the variables should be looked up, and a computation structure +saying what is left to execute (in a substitution-based definition, +this special value would be even simpler, as it would only need to +wrap the computation structure---see, for example, the +substitution-based semantics of LAMBDA++ in the the first part of the +K tutorial, or the substitution-based definition of FUN). Then +callcc creates such a value containing the current +environment and the current remaining computation, and passes it to +its argument function. When/If invoked, the special value replaces +the current execution context with its own and continues the execution +normally.

+
k
syntax Val ::= cc(Map,K) + rule <k> (callcc V:Val => V cc(Rho,K)) ~> K </k> <env> Rho </env> + rule <k> cc(Rho,K) V:Val ~> _ => V ~> K </k> <env> _ => Rho </env> +
+

Auxiliary operations

+

Environment recovery

+

The environment recovery operation is the same as for the LAMBDA++ +language in the K tutorial and many other languages provided with the +K distribution. The first ``anywhere'' rule below shows an elegant +way to achieve the benefits of tail recursion in K.

+
k
syntax KItem ::= setEnv(Map) // TODO: get rid of env + //rule (setEnv(_) => .) ~> setEnv(_) [anywhere] + rule <k> _:Val ~> (setEnv(Rho) => .) ...</k> <env> _ => Rho </env> +
+

bindTo, bind and assignTo

+

The meaning of these operations has already been explained when we +discussed the let and letrec language constructs +above.

+
k
syntax KItem ::= bindTo(Names,Exps) [strict(2)] + | bindMap(Map) + | bind(Names) + + rule (. => getMatchingAux(Xs,Vs)) ~> bindTo(Xs:Names,Vs:Vals) + rule matchResult(M:Map) ~> bindTo(_:Names, _:Vals) => bindMap(M) + + rule bindMap(.Map) => . + rule <k> bindMap((X:Name |-> V:Val => .Map) _:Map) ...</k> + <env> Rho => Rho[X <- !L:Int] </env> + <store>... .Map => !L |-> V ...</store> + + rule bind(.Names) => . + rule <k> bind(X:Name,Xs => Xs) ...</k> + <env> Rho => Rho[X <- !_L:Int] </env> + + syntax KItem ::= assignTo(Names,Exps) [strict(2)] + + rule <k> assignTo(.Names,.Vals) => . ...</k> + rule <k> assignTo((X:Name,Xs => Xs),(V:Val,Vs:Vals => Vs)) ...</k> + <env>... X |-> L ...</env> + <store>... .Map => L |-> V ...</store> +
+

Getters

+

The following auxiliary operations extract the list of identifiers +and of expressions in a binding, respectively.

+
k
syntax Names ::= names(Bindings) [function] + rule names(.Bindings) => .Names + rule names(X:Name=_ and Bs) => (X,names(Bs))::Names + + syntax Exps ::= exps(Bindings) [function] + rule exps(.Bindings) => .Exps + rule exps(_:Name=E and Bs) => E,exps(Bs) + + /* Extra kore stuff */ + syntax KResult ::= Vals + syntax Exps ::= Names + syntax Names ::= Bottoms + + /* Matching */ + syntax MatchResult ::= getMatching(Exp, Val) [function] + | getMatchingAux(Exps, Vals) [function] + | mergeMatching(MatchResult, MatchResult) [function] + | matchResult(Map) + | "matchFailure" + + rule getMatching(C:ConstructorName(Es:Exps), C(Vs:Vals)) => getMatchingAux(Es, Vs) + rule getMatching([Es:Exps], [Vs:Vals]) => getMatchingAux(Es, Vs) + rule getMatching(C:ConstructorName, C) => matchResult(.Map) + rule getMatching(B:Bool, B) => matchResult(.Map) + rule getMatching(I:Int, I) => matchResult(.Map) + rule getMatching(S:String, S) => matchResult(.Map) + rule getMatching(N:Name, V:Val) => matchResult(N |-> V) + rule getMatching(_, _) => matchFailure [owise] + + rule getMatchingAux((E:Exp, Es:Exps), (V:Val, Vs:Vals)) => mergeMatching(getMatching(E, V), getMatchingAux(Es, Vs)) + rule getMatchingAux(.Exps, .Vals) => matchResult(.Map) + rule getMatchingAux(_, _) => matchFailure [owise] + + rule mergeMatching(matchResult(M1:Map), matchResult(M2:Map)) => matchResult(M1 M2) + requires intersectSet(keys(M1), keys(M2)) ==K .Set + //rule mergeMatching(_, _) => matchFailure [owsie] + rule mergeMatching(matchResult(_:Map), matchFailure) => matchFailure + rule mergeMatching(matchFailure, matchResult(_:Map)) => matchFailure + rule mergeMatching(matchFailure, matchFailure) => matchFailure +
+

Besides the generic decomposition rules for patterns and values, +we also want to allow [head|tail] matching for lists, so we add +the following custom pattern decomposition rule:

+
k
rule getMatching([H:Exp | T:Exp], [V:Val, Vs:Vals]) + => getMatchingAux((H, T), (V, [Vs])) +endmodule +
+

Go to Lesson 2, FUN untyped, Substitution-Based.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/2_languages/3_fun/1_untyped/2_substitution/fun-untyped/index.html b/k-distribution/pl-tutorial/2_languages/3_fun/1_untyped/2_substitution/fun-untyped/index.html new file mode 100644 index 00000000000..c2fca9afb2b --- /dev/null +++ b/k-distribution/pl-tutorial/2_languages/3_fun/1_untyped/2_substitution/fun-untyped/index.html @@ -0,0 +1,723 @@ + + + + + + + + + + + + + + +FUN — Untyped — Substitution | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

// NOTE: this definition is not up to date with the latest version of K, as it +// uses both substitution and symbolic reasoning. +// It is intended for documentation and academic purposes only.

+

FUN — Untyped — Substitution

+

Author: Grigore Roșu (grosu@illinois.edu)
+Organization: University of Illinois at Urbana-Champaign

+

Author: Traian Florin Șerbănuță (traian.serbanuta@unibuc.ro)
+Organization: University of Bucharest

+

Abstract

+

This is the substitution-based definition of FUN. For additional +explanations regarding the semantics of the various FUN constructs, +the reader should consult the emvironment-based definition of FUN.

+

Syntax

+
k
require "substitution.md" +//require "modules/pattern-matching.k" + +module FUN-UNTYPED-COMMON + imports DOMAINS-SYNTAX +
+

The Syntactic Constructs

+
k
syntax Name + syntax Names ::= List{Name,","} + + syntax Exp ::= Int | Bool | String | Name + | "(" Exp ")" [bracket] + syntax Exps ::= List{Exp,","} [strict] + syntax Val + syntax Vals ::= List{Val,","} + + syntax Exp ::= left: + Exp "*" Exp [strict, arith] + | Exp "/" Exp [strict, arith] + | Exp "%" Exp [strict, arith] + > left: + Exp "+" Exp [strict, left, arith] + | Exp "^" Exp [strict, left, arith] + | Exp "-" Exp [strict, prefer, arith] + | "-" Exp [strict, arith] + > non-assoc: + Exp "<" Exp [strict, arith] + | Exp "<=" Exp [strict, arith] + | Exp ">" Exp [strict, arith] + | Exp ">=" Exp [strict, arith] + | Exp "==" Exp [strict, arith] + | Exp "!=" Exp [strict, arith] + > "!" Exp [strict, arith] + > Exp "&&" Exp [strict(1), left, arith] + > Exp "||" Exp [strict(1), left, arith] + + syntax Exp ::= "if" Exp "then" Exp "else" Exp [strict(1)] + + syntax Exp ::= "[" Exps "]" [strict] + | "cons" | "head" | "tail" | "null?" + | "[" Exps "|" Exp "]" + syntax Val ::= "[" Vals "]" + + syntax ConstructorName + syntax Exp ::= ConstructorName + | ConstructorName "(" Exps ")" [prefer, strict(2)] + syntax Val ::= ConstructorName "(" Vals ")" + + syntax Exp ::= "fun" Cases + | Exp Exp [strict, left] + syntax Case ::= Exp "->" Exp [binder] +// NOTE: The binder attribute above is the only difference between this +// module and the syntax module of environment-based FUN. We need +// to fix a bug in order to import modules and override the attributes +// of operations. + syntax Cases ::= List{Case, "|"} + + syntax Exp ::= "let" Bindings "in" Exp + | "letrec" Bindings "in" Exp [prefer] + syntax Binding ::= Exp "=" Exp + syntax Bindings ::= List{Binding,"and"} + + syntax Exp ::= "ref" + | "&" Name + | "@" Exp [strict] + | Exp ":=" Exp [strict] + | Exp ";" Exp [strict(1), right] + + syntax Exp ::= "callcc" + | "try" Exp "catch" "(" Name ")" Exp + syntax Name ::= "throw" [token] + + syntax Exp ::= "datatype" Type "=" TypeCases Exp + + syntax TypeVar + syntax TypeVars ::= List{TypeVar,","} + + syntax TypeName + syntax Type ::= "int" | "bool" | "string" + | Type "-->" Type [right] + | "(" Type ")" [bracket] + | TypeVar + | TypeName [klabel(TypeName), avoid] + | Type TypeName [klabel(Type-TypeName), onlyLabel] + | "(" Types ")" TypeName [prefer] + syntax Types ::= List{Type,","} + syntax Types ::= TypeVars + + syntax TypeCase ::= ConstructorName + | ConstructorName "(" Types ")" + syntax TypeCases ::= List{TypeCase,"|"} [klabel(_|TypeCase_)] +
+

Additional Priorities

+
k
syntax priorities @__FUN-UNTYPED-COMMON + > ___FUN-UNTYPED-COMMON + > arith + > _:=__FUN-UNTYPED-COMMON + > let_in__FUN-UNTYPED-COMMON + letrec_in__FUN-UNTYPED-COMMON + if_then_else__FUN-UNTYPED-COMMON + > _;__FUN-UNTYPED-COMMON + > fun__FUN-UNTYPED-COMMON + > datatype_=___FUN-UNTYPED-COMMON +endmodule + +module FUN-UNTYPED-MACROS + imports FUN-UNTYPED-COMMON +
+

Desugaring macros

+
k
rule P1 P2 -> E => P1 -> fun P2 -> E [macro-rec] + rule F P = E => F = fun P -> E [macro-rec] + + rule [E1,E2,Es:Exps|T] => [E1|[E2,Es|T]] [macro-rec] + +// rule 'TypeName(Tn:TypeName) => (.TypeVars) Tn [macro] + rule `Type-TypeName`(T:Type, Tn:TypeName) => (T) Tn [macro] + + syntax Name ::= "$h" | "$t" + rule head => fun [$h|$t] -> $h [macro] + rule tail => fun [$h|$t] -> $t [macro] + rule null? => fun [.Exps] -> true | [$h|$t] -> false [macro] + + syntax Name ::= "$k" | "$v" + rule try E catch(X) E' + => callcc (fun $k -> (fun throw -> E)(fun X -> $k E')) [macro] + + rule datatype _T = _TCs E => E [macro] +
+

mu needed for letrec, but we put it here so we can also write +programs with mu in them, which is particularly useful for testing.

+
k
syntax Exp ::= "mu" Case + +endmodule + + +module FUN-UNTYPED-SYNTAX + imports FUN-UNTYPED-COMMON + imports BUILTIN-ID-TOKENS + + syntax Name ::= r"[a-z][_a-zA-Z0-9]*" [token, prec(2)] + | #LowerId [token] + syntax ConstructorName ::= #UpperId [token] + syntax TypeVar ::= r"['][a-z][_a-zA-Z0-9]*" [token] + syntax TypeName ::= Name [token] +endmodule +
+

Semantics

+
k
module FUN-UNTYPED + imports FUN-UNTYPED-COMMON + imports FUN-UNTYPED-MACROS + imports DOMAINS + imports SUBSTITUTION + //imports PATTERN-MATCHING + + configuration <T color="yellow"> + <k color="green"> $PGM:Exp </k> + <store color="white"> .Map </store> + </T> +
+

Both Name and functions are values now:

+
k
syntax Val ::= Int | Bool | String | Name + syntax Exp ::= Val + syntax Exps ::= Vals + syntax KResult ::= Val + syntax Exps ::= Names + syntax Vals ::= Names + + rule I1 * I2 => I1 *Int I2 + rule I1 / I2 => I1 /Int I2 when I2 =/=K 0 + rule I1 % I2 => I1 %Int I2 when I2 =/=K 0 + rule I1 + I2 => I1 +Int I2 + rule S1 ^ S2 => S1 +String S2 + rule I1 - I2 => I1 -Int I2 + rule - I => 0 -Int I + rule I1 < I2 => I1 <Int I2 + rule I1 <= I2 => I1 <=Int I2 + rule I1 > I2 => I1 >Int I2 + rule I1 >= I2 => I1 >=Int I2 + rule V1:Val == V2:Val => V1 ==K V2 + rule V1:Val != V2:Val => V1 =/=K V2 + rule ! T => notBool(T) + rule true && E => E + rule false && _ => false + rule true || _ => true + rule false || E => E + + rule if true then E else _ => E + rule if false then _ else E => E + + rule isVal(cons) => true + rule isVal(cons _V:Val) => true + rule cons V:Val [Vs:Vals] => [V,Vs] + + syntax Val ::= ConstructorName + + rule isVal(fun _) => true + syntax KVar ::= Name + syntax Name ::= freshName(Int) [freshGenerator, function] + rule freshName(I:Int) => {#parseToken("Name", "#" +String Int2String(I))}:>Name + + rule (. => getMatching(P, V)) ~> (fun P->_ | _) V:Val + rule matchResult(M:Map) ~> (fun _->E | _) _ => E[M] + rule (matchFailure => .) ~> (fun (_->_ | Cs:Cases => Cs)) _ +// rule (fun P->E | _) V:Val => E[getMatching(P,V)] when isMatching(P,V) +// rule (fun (P->_ | Cs:Cases => Cs)) V:Val when notBool isMatching(P,V) +
+

We can reduce multiple bindings to one list binding, and then +apply the usual desugaring of let into function application. +It is important that the rule below is a macro, so let is eliminated +immediately, otherwise it may interfere in ugly ways with substitution.

+
k
rule let Bs in E => ((fun [names(Bs)] -> E) [exps(Bs)]) [macro] +
+

We only give the semantics of one-binding letrec. +Multipe bindings are left as an exercise.

+
k
// changed because of parsing error + //rule mu X:Name -> E => E[(mu X -> E) / X] + rule mu X:Name -> E => E[X |-> (mu X -> E)] + rule letrec F:Name = E in E' => let F = (mu F -> E) in E' [macro] +
+

We cannot have & anymore, but we can give direct +semantics to ref. We also have to declare ref to +be a value, so that we will never heat on it.

+
k
// rule <k> & X => L ...</k> <env>... X |-> L </env> + rule isVal(ref) => true + rule <k> ref V:Val => !L:Int ...</k> <store>... .Map => !L |-> V ...</store> + rule <k> @ L:Int => V:Val ...</k> <store>... L |-> V ...</store> + rule <k> L:Int := V:Val => V ...</k> <store>... L |-> (_=>V) ...</store> + rule _V:Val; E => E + + syntax Val ::= cc(K) + rule isVal(callcc) => true + rule <k> (callcc V:Val => V cc(K)) ~> K </k> + rule <k> cc(K) V:Val ~> _ => V ~> K </k> +
+

Auxiliary getters

+
k
syntax Names ::= names(Bindings) [function] + rule names(.Bindings) => .Names + rule names(X:Name=_ and Bs) => X,names(Bs) + + syntax Exps ::= exps(Bindings) [function] + rule exps(.Bindings) => .Exps + rule exps(_:Name=E and Bs) => E,exps(Bs) + + /* Extra kore stuff */ + syntax KResult ::= Vals + syntax Exps ::= Names + + /* Matching */ + syntax MatchResult ::= getMatching(Exp, Val) [function] + | getMatchingAux(Exps, Vals) [function] + | mergeMatching(MatchResult, MatchResult) [function] + | matchResult(Map) + | "matchFailure" + + rule getMatching(C:ConstructorName(Es:Exps), C(Vs:Vals)) => getMatchingAux(Es, Vs) + rule getMatching([Es:Exps], [Vs:Vals]) => getMatchingAux(Es, Vs) + rule getMatching(C:ConstructorName, C) => matchResult(.Map) + rule getMatching(B:Bool, B) => matchResult(.Map) + rule getMatching(I:Int, I) => matchResult(.Map) + rule getMatching(S:String, S) => matchResult(.Map) + rule getMatching(N:Name, V:Val) => matchResult(N |-> V) + rule getMatching(_, _) => matchFailure [owise] + + rule getMatchingAux((E:Exp, Es:Exps), (V:Val, Vs:Vals)) => mergeMatching(getMatching(E, V), getMatchingAux(Es, Vs)) + rule getMatchingAux(.Exps, .Vals) => matchResult(.Map) + rule getMatchingAux(_, _) => matchFailure [owise] + + rule mergeMatching(matchResult(M1:Map), matchResult(M2:Map)) => matchResult(M1 M2) + requires intersectSet(keys(M1), keys(M2)) ==K .Set + //rule mergeMatching(_, _) => matchFailure [owsie] + rule mergeMatching(matchResult(_:Map), matchFailure) => matchFailure + rule mergeMatching(matchFailure, matchResult(_:Map)) => matchFailure + rule mergeMatching(matchFailure, matchFailure) => matchFailure +
+

Besides the generic decomposition rules for patterns and values, +we also want to allow [head|tail] matching for lists, so we add +the following custom pattern decomposition rule:

+
k
rule getMatching([H:Exp | T:Exp], [V:Val, Vs:Vals]) + => getMatchingAux((H, T), (V, [Vs])) +endmodule +
+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/2_languages/4_logik/basic/logik/index.html b/k-distribution/pl-tutorial/2_languages/4_logik/basic/logik/index.html new file mode 100644 index 00000000000..4d8e80c181e --- /dev/null +++ b/k-distribution/pl-tutorial/2_languages/4_logik/basic/logik/index.html @@ -0,0 +1,712 @@ + + + + + + + + + + + + + + +LOGIK | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

// NOTE: this definition is not runnable as is. +// It is intended for documentation and academic purposes only.

+

LOGIK

+

Author: Grigore Roșu (grosu@illinois.edu)
+Organization: University of Illinois at Urbana-Champaign

+

Author: Traian Florin Șerbănuță (traian.serbanuta@unibuc.ro)
+Organization: University of Bucharest

+

Abstract

+

This is the K semantic definition of LOGIK, a trivial language +capturing the essence of the logic programming paradigm. In this +definition, we explicitly focus on simplicity and mathematical +clarity, not on advanced logic programming features or performance. +Those are covered in the LOGIK++ extension under examples/logik++.

+

Specifically, a LOGIK program consists of a sequence of Horn clauses +of the form

+
P :- P1, P2, ..., Pn .
+
+

followed by a query of the form

+
?- Q1, Q2, ..., Qm .
+
+

where P, P1, P2, ..., Pn, Q1, Q2, +..., Qm are literals. The +symbol :- is read "if". A literal has the form +p(T1,T2,...,Tk), where p is a predicate symbol +and where T1,T2,...,Tk are terms. Terms are built as +usual, with operation symbols and variables. A common +convention in logic programming languages, also adopted here, is that +variables are capitalized and operation symbols are not. Operations +with zero arguments are called constants and are written without +parentheses, that is, c instead of c(). Horn +clauses without conditions, called facts, are written +without :-, that is, P. instead of P :- ..

+

For example, the LOGIK program below gives a few facts about a +parent predicate, then several clauses defining some useful +predicates including an ancestor predicate, and finally a +query asking for those who both have ancestors and are ancestors +themselves in the parent relation:

+
parent(david,john).
+parent(jim,david).
+parent(steve,jim).
+parent(nathan,steve).
+
+grandparent(A,B):-
+  parent(A,X),
+  parent(X,B).
+
+ancestor(A,B):-
+  parent(A,X),
+  parents(X,B).
+
+parents(X,X).
+parents(A,B):-
+  ancestor(A,B).
+
+both(X) :- ancestor(A,X), ancestor(X,B).
+
+?- both(X).
+
+

Above, we only have constant operation symbols, so these and variables +are the only terms that can be used in predicates. As expected, the +LOGIK program above will give us three solutions for X: +david, steve, and jim. If we inline the +both(X) predicate in the query, that is, if we replace the +query with ?- ancestor(A,X), ancestor(X,B). then we get +10 solutions, one for for each triple A, X, and +B satisfying both predicates ancestor(A,X) and +ancestor(X,B).

+

As another example, the program below defines an append +predicate followed by a simple goal:

+
append(nil,L,L).
+append(cons(H,T),L,cons(H,Z)) :- append(T,L,Z).
+
+?- append(cons(a,nil), cons(b,nil), V).
+
+

Besides the predicate symbol append, the program above also +includes a constant symbol nil and a binary operation symbol +cons. Additionally, the query also includes two more +constants, a and b. The capitalized identifiers are +all variables. As expected, the LOGIK program above yields only one +solution, namely V = cons(a,cons(b,nil)). On the other hand, +if we change the query to:

+
?- append(L1, cons(a,L2), cons(a,cons(b,cons(a,nil)))).
+
+

then LOGIK yields two solutions: one where L1 is +cons(a,cons(b,nil)) and L2 is nil, +and another where L1 is nil and L2 is +cons(a,cons(b,nil)).

+

The programs above all generated ground solutions, that is, +solutions where the query variables are mapped to ground terms (i.e., +terms without variables). Let us now consider the following query:

+
?- append(cons(a,nil), Y, Z).
+
+

There are obviously infinitely many ground solutions for the query +above, e.g.,
+Y = nil and Z = cons(a,nil),
+Y = cons(a,nil) and Z = cons(a,cons(a,nil)),
+Y = cons(b,nil) and Z = cons(a,cons(b,nil)),
+Y = cons(c,cons(b,nil)) and Z = cons(a,cons(c,cons(b,nil))),
+etc. However, all the ground solutions for the query above can be +elegantly characterized by the property that Z is bound to a list +starting with a and followed by the list that Y is +bound to. This property can in fact be described as a symbolic solution +to the query: Z = cons(a,Y) or, equivalently, +Y = Symb and Z = cons(a,Symb). It is possible to +define a ``more general than'' relation on such symbolic solutions, +in the sense that the more particular solution can be obtained as a +specialization/substitution of the more general one, and then it can +be shown that the above is the most general solution to the +stated query. Logic programming languages, including our LOGIK, +attempt to always compute such most general solutions.

+

Logic programming languages are highly non-deterministic, in that +several Horn clauses may be used at the same time, each possibly +resulting in a different solution. Implementations of logic +programming languages consist of complex, optimized search and +indexing algorithms, which we are not concerned with here. Instead, +we here take advantage of K's builtin support for search. +Specifically, to find all the solutions of a LOGIK program, we have to +use krun with the option --search. However, note +that some programs have infinitely many solutions which cannot relate +to each other by the "more general" relation. For example, the query

+
?- append(L1, cons(a,L2), L3) .
+
+

To address such cases and terminate, logic programming languages allow +the user to choose how many solutions to be computed and displayed. +In LOGIK, we can use the --bound option of krun for +this purpose.

+

Finally, note that some queries have no solution. In some cases that +is easy to detect by exhaustive analysis, such as for the following +query:

+
?- append(cons(a,L1), L2, cons(b,L3)).
+
+

Logic programming languages, including LOGIK, terminate in such cases +and report a no solution answer. However, there are cases where +exhaustive analysis is not sufficient, such as for the query:

+
?- append(cons(a,L), nil, L).
+
+

In such cases, logic programming languages do not terminate. While +one may devise techniques to detect non-termination in some cases, +one cannot do it in general (same like for all Turing-complete +languages).

+
k
require "unification.k" + +module LOGIK-COMMON + imports DOMAINS-SYNTAX +
+

Syntax

+

The syntax of LOGIK is straightforward: a program is a sequence of +Horn clauses followed by a query:

+
k
syntax Literal + syntax Term ::= Literal | Literal "(" Terms ")" + syntax Terms ::= List{Term,","} + syntax Clause ::= Term ":-" Terms "." | Term "." + syntax Query ::= "?-" Terms "." + syntax Pgm ::= Query | Clause Pgm +endmodule + +module LOGIK-SYNTAX + imports LOGIK-COMMON + imports BUILTIN-ID-TOKENS +
+

Variables and literals are defined as tokens following the conventions +used in Prolog (variables start with _ or capital letter, while literals +start with lower case letters):

+
k
syntax #KVariable ::= r"[A-Z_][A-Za-z0-9_]*" [token, prec(2)] + | #UpperId [token] + syntax Term ::= #KVariable [klabel(#SemanticCastToTerm)] + syntax Literal ::= r"[a-z][a-zA-Z0-9_]*" [token] + | #LowerId [token] +endmodule + +module LOGIK + imports LOGIK-COMMON + imports DOMAINS + imports UNIFICATION +
+

Unification is at the core of logic programming. Here we are +going to use the predefined unification procedure (the same one we +used in the type inferencers in Tutorial 5).

+

Configuration

+

The configuration stores each clause in its own cell for easy access, +and the most general unifier in a cell named mgu, same like +the type inferencers. The k cell holds the query and the +fresh cell holds a fresh clause instance to be attempted on +the next query item. To more easily read the solutions, we add a +second top-level cell, solution. Both top cells are +optional. Indeed, we start with the main top cell and, when a +solution is found, we move it into the solution cell and +discard the main cell.

+
k
configuration <T color="yellow" multiplicity="?"> + <k color="green"> $PGM:Pgm </k> + <fresh color="orange"> .K </fresh> + <clauses color="red"> + <clause color="pink" multiplicity="*"> .K </clause> + </clauses> + <mgu> .K </mgu> + </T> + <solution multiplicity="?"> .K </solution> +
+

Pre- and post-processing

+

Before we launch the semantics, we first scan the given program and +place each clause in its own cell, and then place the query in the +k cell and initialize the mgu with the variables from the query.

+

Note that we put a fresh instance of the clause to avoid interference with +the query variables. By a "fresh instance" of a clause we mean one whose +variables are renamed with fresh names; we need that in order to avoid +undesired unification conflicts due to particular names chosen for +variables in the original program, as well as conflicts due to +subsequent uses of the same clause. It is safe to rename the +variables in a clause, because clauses are universally quantified in +their variables. This process of creating a fresh instance of a +clause is similar to how we created fresh instances of type schemas in +the higher-order type inferencer discussed in Tutorial 5. Indeed, we +can safely regard clauses as "clause schemas" comprising infinitely +many instances, one for each context.

+
k
rule <k> C:Clause Pgm => Pgm </k> + (.Bag => <clause> #renameVariables(C) </clause>) + + rule <k> ?- Ls:Terms. => Ls ...</k> + <mgu> _ => #variablesMap(#variables(Ls)) </mgu> +
+

We also sequentialize the goals for easier processing:

+
k
rule L:Term, Ls:Terms => L ~> Ls + rule .Terms => . +
+

When all the goals are solved, indicated by the empty k +cell, the calculated most general unifier (mgu) is in the mgu +cell. In that case, to ease reading of the final solution we move the +mgu in the solution cell and delete the rest of the +configuration:

+
k
rule <T>... <k> . </k> <mgu> Theta </mgu> ...</T> + => <solution> Theta </solution> +
+

Since we are not interested in seeing the failed attempts to solve +the query, we collapse all the error configurations into an empty +configuration (recall that both top-level cells in the configuration +were declared optional). This way, if we see an empty configuration +when we search for all solutions, we know that some attempts failed +(but we do not know which ones).

+
k
// this would be nice, but we need feedback from the external unifier +// for this. +// rule <T>... <mgu> _:MguError </mgu> ...</T> => . +
+

Semantics

+

Once all the infrastructure is in place, the actual semantics of LOGIK +is quite simple. All we have to do is to pick some (fresh instance of +a) clause, then unify its conclusion with the first query literal, and +then replace that literal with condition of the clause. The intuition +here is the following: to satisfy the first literal in the query, we +need to find some instance of some clause that matches it, and then to +similarly show that we can satisfy the conditions of that clause. +Mathematically, this is an instance of the proof principle called +resolution: if p ∨ q and ¬ p ∨ r hold, then so does +q ∨ r. We let it as an exercise to the reader to see how the two +relate (hint: assume the negation of the goal together with all the +clauses, and then derive false).

+

The following two rules are tightly connected and they together +perform the following core task: pick a fresh instance of a clause +which unifies with the first goal item, then add its conditions as new +goals.

+

Pick a clause and generate a fresh instance of it when the +fresh cell is empty:

+
k
rule <fresh> . => #renameVariables(C) </fresh> <clause> C </clause> + <k> T:Term ...</k> + requires #unifiable(T,head(C)) + + syntax Term ::= head(Clause) [function] + rule head(L.) => L + rule head(L:-_.) => L +
+

If the goal is unifiable with the fresh clause's head, replace the goal +with the clause body, and empty the fresh cell (so that +another clause can be chosen using the rule above):

+
k
rule <k> L:Term => . ...</k> + <fresh> L:Term . => . </fresh> + + rule <k> L:Term :KItem => Ls ...</k> + <fresh> L:Term :- Ls:Terms. => . </fresh> +
+

Note that there is no problem if a clause is chosen whose +conclusion literal does not unify with the first goal literal. +The search +option of krun will systematically try all clauses, so no +solution is missed. Of course, the above is not the most efficient +way to implement a logic programming language, but recall that our +objective here was to present a simple and mathematically clean +solution. We encourage the interested reader to consult the LOGIK++ +language definition for a more efficient definition of a richer logic +programming language.

+
k
endmodule +
+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/2_languages/index.html b/k-distribution/pl-tutorial/2_languages/index.html new file mode 100644 index 00000000000..2f2a99d3899 --- /dev/null +++ b/k-distribution/pl-tutorial/2_languages/index.html @@ -0,0 +1,396 @@ + + + + + + + + + + + + + + +K Languages | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

K Languages

+

Here we present several "real-world" language examples. These languages +demonstrate many of the features you would expect to find in a full-fledged +programming language.

+
    +
  • SIMPLE: Imperative programming language with threads.
  • +
  • KOOL: SIMPLE extended with object-oriented features.
  • +
  • FUN: A functional language with algebraic data-types and pattern-matching.
  • +
  • LOGIK: A logical programming language based on clause unification.
  • +
+
+
+ + +
+ + + +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/NOTES/index.html b/k-distribution/pl-tutorial/NOTES/index.html new file mode 100644 index 00000000000..10a478fcebb --- /dev/null +++ b/k-distribution/pl-tutorial/NOTES/index.html @@ -0,0 +1,455 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Dear reader: these NOTES.md documents are mostly for myself (Grigore), to +keep track of changes and updates that need to be made as things evolve +in the K framework. You can safely ignore them. However, if you are curious +how things will change and decide to read them, I would be grateful if you +let me know whenever you find inconsistencies or things that I forgot to +mention here. Or even better, feel free to make pull requests with suggested +changes or updates.

+

Global changes that need to be made:

+
    +
  • Replace when in rules with requires
  • +
+

Things to revise each time the structure of the tutorial changes:

+
    +
  • 1_k\2_imp\lesson_1\README.md refers to Tutorial 1
  • +
  • 1_k\2_imp\lesson_4\README.md refers to Lesson 1
  • +
  • 1_k\2_imp\lesson_4\README.md refers to Tutorial 1, Lesson 2.5
  • +
  • 1_k\3_lambda++\lesson_1\README.md refers to Lesson 8, Tutorial 1
  • +
  • `1_k\3_lambda++\lesson_1\exercises refers to Lesson 1, tests/config.xml
  • +
  • 1_k\3_lambda++\lesson_2\README.md Lesson 1, Tutorial 1; Tutorial 6; Part 1, 2
  • +
  • 1_k\3_lambda++\lesson_3\README.md refers to Lesson 7, Tutorial 1
  • +
  • 1_k\3_lambda++\lesson_4\README.md refers to Lesson 1
  • +
  • 1_k\3_lambda++\lesson_5\README.md refers to Lesson 4, Lesson 8 and Lesson 7 of Tutorial 1
  • +
  • 1_k\3_lambda++\lesson_6\README.md refers to Parts 3 and 4 of the tutorial
  • +
  • 1_k\4_imp++\lesson_1\README.md refers to Lesson 4, Tutorial 2; also Tutorial 3 (at the end)
  • +
  • 1_k\4_imp++\lesson_2\README.md refers to Tutorial 3; Tutorial 2
  • +
  • 1_k\4_imp++\lesson_3\README.md refers to Lesson 1, Lesson 6
  • +
  • 1_k\4_imp++\lesson_4\README.md refers to Tutorial 6
  • +
  • 1_k\4_imp++\lesson_5\README.md refers to Lesson 4; Tutorial 3
  • +
  • 1_k\4_imp++\lesson_6\README.md refers to Lesson 3
  • +
  • 1_k\4_imp++\lesson_7\README.md refers to Lesson 1, 6
  • +
  • 1_k\5_types\lesson_1\README.md refers to Part 4; SIMPLE
  • +
  • 1_k\5_types\lesson_2\NOTES/README.md refer to Tutorial 1
  • +
  • 1_k\5_types\lesson_3\README.md refers to Part 1; Lesson 1,2
  • +
  • 1_k\5_types\lesson_4\README.md refers to Part 1, and to Lessons 2 and 3
  • +
  • 1_k\5_types\lesson_5\README.md refers to Lessons 4, 3, 2
  • +
  • 1_k\5_types\lesson_6\README.md refers to Lesson 5; SIMPLE, KOOL, IMP++
  • +
  • 1_k\5_types\lesson_7\README.md refers to Lesson 4, 8, 9
  • +
  • 1_k\5_types\lesson_8\README.md refers to Lessons 5, 7
  • +
  • 1_k\5_types\lesson_9\README.md refers to Lessons 8, 5, 7, 4
  • +
  • +
+

1_k\4_imp++\lesson_2\README.md states "generates a term of the form +symNat(n) of sort Nat", but the representation of symbolic numbers may +have changed

+

Describe/use/explain/justify the terminology "the <k/> cell" as opposed to "the k cell".

+

Would it be a good idea to make the README files self contained, that is, +to include the entire lang.k code in them, spread over the entire README, as things +are discussed? In case we decide not to, make sure that the code snippets mentioned +in the READMEs are in perfect correspondence to the code in the actual .k definitions. +Maybe add a tag before each code snippet saying what file and what lines in that +file comes from, then we can use a script to check them to be identical.

+

1_k\5_types\lesson_4\README.md refers to polymorphism, but some may say that is not precisely +polymorphism, because the types are not universally quantified. Explain that better.

+

Modify the entire tutorial to use . or, if needed, .::Map, etc., +instead of .Map, etc.. Check for each instance specifically, because +the surrounding text may also need to be modified.

+

We sometimes use "Kompile", or "kompile", as a verb instead of "Compile", +or "compile", to indicate that we mean compilation with K. Similarly for +"Krun", or "krun", instead of "Run" or "run".

+

Add citations to:

+
    +
  • chemical abstract machine
  • +
  • logics, where the distinction between side condition and premise is explained
  • +
  • reduction semantics with evaluation contexts
  • +
+

Replace I1 +Int I2, notBool B, etc., with (I1 + I2)@INT, (not B)@Bool, +etc., when we have module qualification in place and working.

+

Explain isSort(T) for all sorts Sort, in one place, when it is first used. +Explain also that T:Sort yields a side condition isSort(T).

+

Currently all the K collections are "untyped", that is, over the sort K. +In the future we want to have parametric collections. Make sure the tutorial +is systematically changed when this happens.

+

See issue #2023 and modify pl-tutorial/1_k/2_imp/lesson_4 accordingly, if needed.

+

All definitions, and corresponding READMEs, should be changed to take advantage +of modules and module operations. Ideally, we'd like to have no code repetition +in any examples, except for demonstration purposes.

+

In the PL semantics book, define print(AExps) to have the same semantics as in +IMP++: evaluates and prints each of its arguments in order (as opposed to +first evaluate all of them and then print them---for example, if the second +argument performs a division by zero, I still want to print the first argument.)

+
+
+ + +
+ +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/index.html b/k-distribution/pl-tutorial/index.html new file mode 100644 index 00000000000..fe1e5ddc1cb --- /dev/null +++ b/k-distribution/pl-tutorial/index.html @@ -0,0 +1,578 @@ + + + + + + + + + + + + + + +K PL Tutorial | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

K PL Tutorial

+

Here you will learn how to use the K tool to define languages by means of a series of screencast movies. It is recommended to do these in the indicated order, because K features already discussed in a previous language definition will likely not be rediscussed in latter definitions. The screencasts follow quite closely the structure of the files under the tutorial folder in the K tool distribution. If you'd rather follow the instructions there and do the tutorial exercises yourself, then go back to https://kframework.org and download the K tool, if you have not done it already. Or, you can first watch the screencasts below and then do the exercises, or do them in parallel.

+

K Overview

+

Make sure you watch the K overview video before you do the K tutorial:

+ +

Learning K

+

[34'46"] Part 1: Defining LAMBDA

+

Here you will learn how to define a very simple functional language in K and the basics of how to use the K tool. The language is a call-by-value variant of lambda calculus with builtins and mu, and its definition is based on substitution.

+ +

[37'07"] Part 2: Defining IMP

+

Here you will learn how to define a very simple, prototypical textbook C-like imperative language, called IMP, and several new features of the K tool.

+ +

[33'10"] Part 3: Defining LAMBDA++

+

Here you will learn how to define constructs which abruptly change the execution control, as well as how to define functional languages using environments and closures. LAMBDA++ extends the LAMBDA language above with a callcc construct.

+ +

[46'46"] Part 4: Defining IMP++

+

Here you will learn how to refine configurations, how to generate fresh elements, how to tag syntactic constructs and rules, how to exhaustively search the space of non-deterministic or concurrent program executions, etc. IMP++ extends the IMP language above with increment, blocks and locals, dynamic threads, input/output, and abrupt termination.

+ +

[17'03"] Part 5: Defining Type Systems

+

Here you will learn how to define various kinds of type systems following various approaches or styles using K.

+ +

[??'??"] Part 6: Miscellaneous Other K Features

+

Here you will learn a few other K features, and better understand how features that you have already seen work.

+
    +
  • [??'??"] ...
  • +
+

Learning Language Design and Semantics using K

+

[??'??"] Part 7: SIMPLE: Designing Imperative Programming Languages

+

Here you will learn how to design imperative programming languages using K. SIMPLE is an imperative language with functions, threads, pointers, exceptions, multi-dimensional arrays, etc. We first define an untyped version of SIMPLE, then a typed version. For the typed version, we define both a static and a dynamic semantics.

+ +

[??'??"] Part 8: KOOL: Designing Object-Oriented Programming Languages

+

Here woul will learn how to design object-oriented programming languages using K. KOOL is an object-oriented language that extends SIMPLE with classes and objects. We first define an untyped version of KOOL, then a typed version, with both a dynamic and a static semantics.

+ +

[??'??"] Part 9: FUN: Designing Functional Programming Languages

+

H +ere woul will learn how to design functional programming languages using K. FUN is a higher-order functional language with general let, letrec, pattern matching, references, lists, callcc, etc. We first define an untyped version of FUN, then a let-polymorphic type inferencer.

+ +

[??'??"] Part 10: LOGIK: Designing Logic Programming Languages

+

Here you will learn how to design a logic programming language using K.

+ +
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/tests/regression-new/checks/markdownErrorLocation/index.html b/k-distribution/tests/regression-new/checks/markdownErrorLocation/index.html new file mode 100644 index 00000000000..00c87ed233f --- /dev/null +++ b/k-distribution/tests/regression-new/checks/markdownErrorLocation/index.html @@ -0,0 +1,394 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

1

+
k
// keep indentation +module MARKDOWNERRORLOCATION-SYNTAX +endmodule +
+

7

+
.a .b
9 +
+

11

+
.k .x
module MARKDOWNERRORLOCATION + imports INT +
+
{
} +
+
k
rule 21 // pandoc would think this is line 20, column 7 +
+
.y .k
endmodule // pandoc would miss this last unfinished block + +
+
+
+ + +
+ +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/tests/regression-new/imp++-llvm/imp/index.html b/k-distribution/tests/regression-new/imp++-llvm/imp/index.html new file mode 100644 index 00000000000..2ccfb5321f8 --- /dev/null +++ b/k-distribution/tests/regression-new/imp++-llvm/imp/index.html @@ -0,0 +1,961 @@ + + + + + + + + + + + + + + +IMP++ | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

IMP++

+

Author: Grigore Roșu (grosu@illinois.edu)
+Organization: University of Illinois at Urbana-Champaign

+

Abstract

+

This is the K semantic definition of the IMP++ language. +IMP++ extends the IMP language with the features listed below. We +strongly recommend you to first familiarize yourself with the IMP +language and its K definition in Tutorial 2 before proceeding.

+

Strings and concatenation of strings. Strings are useful +for the print statement, which is discussed below. For +string concatenation, we use the same + construct that we use +for addition (so we overload it).

+

Variable increment. We only add a pre-increment construct: +++x increments variable x and evaluates to the +incremented value. Variable increment makes the evaluation of +expressions have side effects, and thus makes the evaluation strategies +of the various language constructs have an influence on the set +of possible program behaviors.

+

Input and output. IMP++ adds a read() expression +construct which reads an integer number and evaluates to it, and +a variadic (i.e., it has an arbitrary number of arguments) statement +construct print(e1,e2,...,en) which evaluates its arguments +and then outputs their values. Note that the K tool allows to +connect the input and output cells to the standard input and output +buffers, this way compiling the language definition into an +interactive interpreter.

+

Abrupt termination. The halt statement simply halts +the program. The K tool shows the resulting configuration, as if the +program terminated normally. We therefore assume that an external +observer does not care whether the program terminates normally or +abruptly, same like with exit statements in conventional +programming languages like C.

+

Dynamic threads. The expression construct spawn s +starts a new concurrent thread that executes statement s, +which is expected to be a block, and evaluates immediately to a fresh +thread identifier that is also assigned to the newly created thread. +The new thread is given at creation time the environment of its +parent, so it can access all its parent's variables. This allows for +the parent thread, and the child thread to communicate; it also allows +for races and "unexpected" behaviors, so be careful. +For thread synchronization, IMP++ provides a thread join statement +construct join t;, where t evaluates to a thread +identifier, which stalls the current thread until thread t +completes its computation. For simplicity, we here assume a +sequentially consistent shared memory model. To experiment with other +memory models, see the definition of KERNELC.

+

Blocks and local variables. IMP++ allows blocks enclosed by +curly brackets. Also, IMP's global variable declaration construct is +generalized to be used anywhere as a statement, not only at the +beginning of the program. As expected, the scope of the declared +variables is from their declaration point till the end of the most +nested enclosing block.

+

What You Will Learn Here

+
    +
  • How to define a less trivial language in K, as explained above.
  • +
  • How to use the superheat and supercool +options of the K tool kompile to exhaustively explore the +non-determinism due to underspecified evaluation strategies.
  • +
  • How to use the transition option of the K tool to +exhaustively explore the non-determinism due to concurrency.
  • +
  • How to connect certain cells in the configuration to the +standard input and standard output, and thus turn the krun +tool into an interactive interpreter for the defined language.
  • +
  • How to exhaustively search for the non-deterministic behaviors +of a program using the search option of krun.
  • +
+
k
module IMP-SYNTAX + imports DOMAINS-SYNTAX +
+

Syntax

+

IMP++ adds several syntactic constructs to IMP. Also, since the +variable declaration construct is generalized to be used anywhere a +statement can be used, not only at the beginning of the program, we +need to remove the previous global variable declaration of IMP and +instead add a variable declaration statement construct

+

We do not re-discuss the constructs which are taken over from IMP, +except when their syntax has been subtly modified (such as, for +example, the syntax of the previous "statement" assignment which +is now obtained by composing the new assignment expression, and the +new expression statement constructs); go the last lesson of +Tutorial 2 if you are interested in IMP's constructs. For execution +purposes, we tag the addition and division operations with the +addition and division tags. These attributes have +no theoretical significance, in that they do not affect the semantics +of the language in any way. They only have practical relevance, +specific to our implementation of the K tool. Specifically, we can +tell the K tool (using its superheat and supercool +options) that we want to exhaustively explore all the non-deterministic +behaviors (due to strictness) of these language constructs. For performance +reasons, by default the K tool chooses an arbitrary but fixed order to +evaluate the arguments of the strict language constructs, thus possibly +losing behaviors due to missed interleavings. This aspect was irrelevant in +IMP, because its expressions had no side effects, but it becomes relevant +in IMP++.

+

The syntax of the IMP++ constructs is self-explanatory. Note that assignment +is now an expression construct. Also, print is variadic, taking a +list of expressions as argument. It is also strict, which means that the +entire list of expressions, that is, each expression in the list, will be +evaluated. Note also that we have now defined sequential composition +of statements as a whitespace-separated list of statements, aliased with +the nonterminal Stmts, and block as such a (possibly empty) sequence +of statements surrounded by curly brackets.

+
k
syntax AExp ::= Int | String | Id + | "++" Id + | "read" "(" ")" + | "-" AExp [strict] + | "(" AExp ")" [bracket] + > AExp "/" AExp [left, strict, group(division)] + > AExp "+" AExp [left, strict] + > "spawn" Block + > Id "=" AExp [strict(2)] + syntax BExp ::= Bool + | AExp "<=" AExp [seqstrict, latex({#1}\leq{#2})] + | "!" BExp [strict] + | "(" BExp ")" [bracket] + > BExp "&&" BExp [left, strict(1)] + syntax Block ::= "{" Stmts "}" + syntax Stmt ::= Block + | AExp ";" [strict] + | "if" "(" BExp ")" + Block "else" Block [strict(1)] + | "while" "(" BExp ")" Block + | "int" Ids ";" + | "print" "(" AExps ")" ";" + | "halt" ";" + > "join" AExp ";" [strict] + + syntax Ids ::= List{Id,","} + syntax AExps ::= List{AExp,","} + syntax Stmts ::= List{Stmt,""} + syntax AExps ::= Ids +endmodule + + +module IMP + imports IMP-SYNTAX + imports DOMAINS +
+

Semantics

+

We next give the semantics of IMP++. We start by first defining its +configuration.

+

Configuration

+

The original configuration of IMP has been extended to include +all the various additional cells needed for IMP++. +To facilitate the semantics of threads, more specifically +to naturally give them access to their parent's variables, we prefer a +(rather conventional) split of the program state into an +environment and a store. An environment maps +variable names into locations, while a store maps locations +into values. Stores are also sometimes called states, or +heaps, or memory, in the literature. Like values, locations +can be anything. For simplicity, here we assume they are natural +numbers. Moreover, each thread has its own environment, so it knows +where all the variables that it has access to are located in the store +(that includes its locally declared variables as well as the variables +of its parent thread), and its own unique identifier. The store is +shared by all threads. For simplicity, we assume a sequentially consistent +memory model in IMP++. Note that the thread cell has multiplicity +*, meaning that there could be zero, one, or more instances of that cell +in the configuration at any given time. This multiplicity information +is important for K's configuration abstraction process: it tells +K how to complete rules which, in order to increase the modularity of the +definition, choose to not mention the entire configuration context. +The in and out cells hold the input and the output +buffers as lists of items.

+
k
configuration <T color="yellow"> + <threads color="orange"> + <thread multiplicity="*" type="Set" color="blue"> + <k color="green"> $PGM:Stmts </k> + <env color="LightSkyBlue"> .Map </env> + <id color="black"> 0 </id> + </thread> + </threads> +// <br/> + <store color="red"> .Map </store> +// <input color="magenta"> .List </input> +// <output color="Orchid"> .List </output> + <input color="magenta" stream="stdin"> .List </input> + <output color="Orchid" stream="stdout"> .List </output> + </T> +// Replace the <input/> and <output/> cells with the next two in order to +// initialize the input buffer through krun +// <input color="magenta"> $IN:List </input> +// <output color="Orchid"> .List </output> +// Replace the <input/> and <output/> cells with the next two to connect the +// input/output buffers to stdin/stdout through krun +// <input color="magenta" stream="stdin"> .List </input> +// <output color="Orchid" stream="stdout"> .List </output> +// Replace the <input/> and <output/> cells with the next two to connect the +// input/output buffers to stdin/stdout and also allow input through krun +// <input color="magenta" stream="stdin"> $IN:List </input> +// <output color="Orchid" stream="stdout"> .List </output> +
+

We can also use configuration variables to initialize +the configuration through krun. For example, we may want to +pass a few list items in the in cell when the program makes +use of read(), so that the semantics does not get stuck. +Recall from IMP that configuration variables start with a ParseError: KaTeX parse error: Expected group after '_' at position 63: …, for example, +_̲PGM) and can be initialized with any string by +krun; or course, the string should parse to a term of the +corresponding sort, otherwise errors will be generated. +Moreover, K allows you to connect list cells to the standard input or +the standard output. For example, if you add the attribute +stream="stdin" to the in cell, then krun +will prompt the user to pass input when the in cell is empty +and any semantic rule needs at least one item to be present there in +order to match. Similarly but dually, if you add the attribute +stream="stdout" to the out cell, then any item +placed into this cell by any rule will be promptly sent to the +standard output. This way, krun can be used to obtain +interactive interpreters based directly on the K semantics of the +language. For example:

+
shell
sh$ krun sum-io.imp --output none +Add numbers up to (<= 0 to quit)? 10 +Sum = 55 +Add numbers up to (<= 0 to quit)? 1000 +Sum = 500500 +Add numbers up to (<= 0 to quit)? 0 +sh$ +
+

The option --output none instructs krun to not +display the resulting configuration after the program executes. The +input/output streaming works with or without this option, although +if you don't use the option then a configuration with empty +in and out cells will be displayed after the program +is executed. You can also initialize the configuration using +configuration variables and stream the contents of the cells to +standard input/output at the same time. For example, if you use a +configuration variable in the in cell and pass contents to it +through krun, then that contents will be first consumed and +then the user will be prompted to introduce additional input if the +program's execution encounters more read() constructs.

+

The old IMP constructs

+

The semantics of the old IMP constructs is almost identical to their +semantics in the original IMP language, except for those constructs +making use of the program state and for those whose syntax has slightly +changed. Indeed, the rules for variable lookup and assignment in IMP +accessed the state cell, but that cell is not available in IMP++ +anymore. Instead, we have to use the combination of environment and store +cells. Thanks to K's implicit configuration abstraction, we do not have +to mention the thread and threads cells: these are +automatically inferred (and added by the K tool at compile time) from the +definition of the configuration above, as there is only one correct +way to complete the configuration context of these rules in order to +match the configuration declared above. In our case here, "correct way" +means that the k and env cells will be considered as +being part of the same thread cell, as opposed to each being part +of a different thread. Configuration abstraction is crucial for modularity, +because it gives us the possibility to write our definitions in a way that +may not require us to revisit existing rules when we change the configuration. +Changes in the configuration are quite frequent in practice, typically +needed in order to accommodate new language features. For example, +imagine that we initially did not have threads in IMP++. There +would be no need for the thread and threads cells in +the configuration then, the cells k and env being simply +placed at the top level in the T cell, together with the +already existing cells. Then the rules below would be exactly the +same. Thus, configuration abstraction allows you to not have to +modify your rules when you make structural changes in your language +configuration.

+

Below we list the semantics of the old IMP constructs, referring the +reader to the K semantics of IMP for their meaning. Like we tagged the +addition and the division rules above in the syntax, we also tag the lookup +and the assignment rules below (with tags lookup and +assignment), because we want to refer to them when we generate the +language model (with the kompile tool), basically to allow them to +generate (possibly non-deterministic) transitions. Indeed, these two rules, +unlike the other rules corresponding to old IMP constructs, can yield +non-deterministic behaviors when more threads are executed concurrently. +In terms of rewriting, these two rules can "compete" with each other on +some program configurations, in the sense that they can both match at the +same time and different behaviors may be obtained depending upon which of +them is chosen first.

+
k
syntax KResult ::= Int | Bool +
+

Variable lookup

+
k
rule <k> X:Id => I ...</k> + <env>... X |-> N ...</env> + <store>... N |-> I ...</store> [group(lookup)] +
+

Arithmetic constructs

+
k
rule I1 / I2 => I1 /Int I2 when I2 =/=Int 0 + rule I1 + I2 => I1 +Int I2 + rule - I => 0 -Int I +
+

Boolean constructs

+
k
rule I1 <= I2 => I1 <=Int I2 + rule ! T => notBool T + rule true && B => B + rule false && _ => false +
+

Variable assignment

+

Note that the old IMP assignment statement X = I; is now composed of two +constructs: an assignment expression construct X = I, followed by a +semicolon ; turning the expression into a statement. The rationale behind +this syntactic restructuring has been explained in Lesson 7. Here is the +semantics of the two constructs:

+
k
rule _:Int; => . + rule <k> X = I:Int => I ...</k> + <env>... X |-> N ...</env> + <store>... N |-> (_ => I) ...</store> [group(assignment)] +
+

Sequential composition

+

Sequential composition has been defined as a whitespace-separated syntactic +list of statements. Recall that syntactic lists are actually syntactic +sugar for cons-lists. Therefore, the following two rules eventually +sequentialize a syntactic list of statements s1 s2 ... sn.. into the +corresponding computation s1 ~> s2 ~> ... ~> sn.

+
k
rule .Stmts => . + rule S:Stmt Ss:Stmts => S ~> Ss +
+

Conditional statement

+
k
rule if (true) S else _ => S + rule if (false) _ else S => S +
+

While loop

+

The only thing to notice here is that the empty block has been replaced +with the block holding the explicit empty sequence. That's because in +the semantics all empty lists become explicit corresponding dots +(to avoid parsing ambiguities)

+
k
rule while (B) S => if (B) {S while (B) S} else {.Stmts} +
+

The new IMP++ constructs

+

We next discuss the semantics of the new IMP++ constructs.

+

Strings

+

First, we have to state that strings are also results. +Second, we give the semantics of IMP++ string concatenation (which +uses the already existing addition symbol + from IMP) by +reduction to the built-in string concatenation operation.

+
k
syntax KResult ::= String + rule Str1 + Str2 => Str1 +String Str2 +
+

Variable increment

+

Like variable lookup, this is also meant to be a supercool transition: we +want it to count both in the non-determinism due to strict operations above +it in the computation and in the non-determinism due to thread +interleavings. This rule also relies on K's configuration abstraction. +Without abstraction, you would have to also include the thread and +threads cells.

+
k
rule <k> ++X => I +Int 1 ...</k> + <env>... X |-> N ...</env> + <store>... N |-> (I => I +Int 1) ...</store> [group(increment)] +
+

Read

+

The read() construct evaluates to the first integer in the +input buffer, which it consumes. Note that this rule is tagged +increment. This is because we will include it in the set of +potentially non-deterministic transitions when we kompile the definition; +we want to do that because two or more threads can "compete" on +reading the next integer from the input buffer, and different choices +for the next transition can lead to different behaviors.

+
k
rule <k> read() => I ...</k> + <input> ListItem(I:Int) => .List ...</input> [group(read)] +
+

Print

+

The print statement is strict, so all its arguments are +eventually evaluated (recall that print is variadic). We +append each of its evaluated arguments, in order, to the output buffer, +and structurally discard the residual print statement with an +empty list of arguments. We only want to allow printing integers and +strings, so we define a Printable syntactic category including +only these and define the print statement to only print +Printable elements. Alternatively, we could have had two +similar rules, one for integers and one for strings. Recall that, +currently, K's lists are cons-lists, so we cannot simply rewrite the +head of a list (P) into a list (.). The first rule below is tagged, +because we want to include it in the list of transitions when we kompile; +different threads may compete on the output buffer and we want to capture +all behaviors.

+
k
syntax Printable ::= Int | String + +/* currently it is necessary to subsort Printable to AExp, + but future K should be able to infer that automatically. */ + syntax AExp ::= Printable + + context print(HOLE:AExp, _AEs:AExps); + + rule <k> print(P:Printable,AEs => AEs); ...</k> + <output>... .List => ListItem(P) </output> [group(print)] + rule print(.AExps); => . +
+

Halt

+

The halt statement empties the computation, so the rewriting process +simply terminates as if the program terminated normally. Interestingly, once +we add threads to the language, the halt statement as defined below +will terminate the current thread only. If you want an abrupt termination +statement that halts the entire program, then you need to discard the entire +contents of the threads cell, so the entire computation abruptly +terminates the entire program, no matter how many concurrent threads it has, +because there is nothing else to rewrite.

+
k
rule <k> halt; ~> _ => . </k> +
+

Spawn thread

+

A spawned thread is passed its parent's environment at creation time. +The spawn expression in the parent thread is immediately +replaced by the unique identifier of the newly created thread, so the +parent thread can continue its execution. We only consider a sequentially +consistent shared memory model for IMP++, but other memory models can also +be defined in K; see, for example, the definition of KERNELC. Note that +the rule below does not need to be tagged in order to make it a transition +when we kompile, because the creation of the thread itself does not interfere +with the execution of other threads. Also, note that K's configuration +abstraction is at heavy work here, in two different places. First, the +parent thread's k and env cells are wrapped within a +thread cell. Second, the child thread's k, env +and id cells are also wrapped within a thread cell. Why +that way and not putting all these four cells together within the +same thread, or even create an additional threads cell at top +holding a thread cell with the new k, env +and id? Because in the original configuration we declared +the multiplicity of the thread cell to be *, which +effectively tells the K tool that zero, one or more such cells can +co-exist in a configuration at any moment. The other cells have the +default multiplicity one, so they are not allowed to multiply. +Thus, the only way to complete the rule below in a way consistent with +the declared configuration is to wrap the first two cells in a +thread cell, and the latter two cells under the . +also in a thread cell. Once the rule applies, the spawning +thread cell will add a new thread cell next to it, which is consistent +with the declared configuration cell multiplicity. The unique identifier +of the new thread is generated using the fresh side condition.

+
k
rule <k> spawn S => !T:Int ...</k> <env> Rho </env> + (.Bag => <thread>... <k> S </k> <env> Rho </env> <id> !T </id> ...</thread>) +
+

Join thread

+

A thread who wants to join another thread T has to wait until +the computation of T becomes empty. When that happens, the +join statement is simply dissolved. The terminated thread is not removed, +because we want to allow possible other join statements to also dissolve.

+
k
rule <k> join(T); => . ...</k> <thread>... <k>.</k> <id>T</id> ...</thread> +
+

Blocks

+

The body statement of a block is executed normally, making sure +that the environment at the block entry point is saved in the computation, +in order to be recovered after the block body statement. This step is +necessary because blocks can declare new variables having the same +name as variables which already exist in the environment, and our +semantics of variable declarations is to update the environment map in +the declared variable with a fresh location. Thus, variables which +are shadowed lose their original binding, which is why we take a +snapshot of the environment at block entrance and place it after the +block body (see the semantics of environment recovery at the end of +this module). Note that any store updates through variables which are +not declared locally are kept at the end of the block, since the store +is not saved/restored. An alternative to this environment save/restore +approach is to actually maintain a stack of environments and to push a +new layer at block entrance and pop it at block exit. The variable +lookup/assign/increment operations then also need to change, so we do +not prefer that non-modular approach. Compilers solve this problem by +statically renaming all local variables into fresh ones, to completely +eliminate shadowing and thus environment saving/restoring. The rule +below can be structural, because what it effectively does is to take a +snapshot of the current environment; this operation is arguably not a +computational step.

+
k
rule <k> {Ss} => Ss ~> Rho ...</k> <env> Rho </env> +
+

Variable declaration

+

We allocate a fresh location for each newly declared variable and +initialize it with 0.

+
k
rule <k> int (X,Xs => Xs); ...</k> + <env> Rho => Rho[X <- !N:Int] </env> + <store>... .Map => !N |-> 0 ...</store> + rule int .Ids; => . +
+

Auxiliary operations

+

We only have one auxiliary operation in IMP++, the environment +recovery. Its role is to discard the current environment in the +env cell and replace it with the environment that it holds. +This rule is structural: we do not want them to count as computational +steps in the transition system of a program.

+
k
rule <k> Rho => . ...</k> <env> _ => Rho </env> +
+

If you want to avoid useless environment recovery steps and keep the size +of the computation structure smaller, then you can also add the rule

+
  rule (_:Map => .) ~> _:Map
+
+

This rule acts like a ``tail recursion'' optimization, but for blocks. */

+
k
// verification ids + syntax Id ::= "n" [token] + | "sum" [token] + | "a" [token] + | "b" [token] + | "c" [token] +endmodule +
+

On Kompilation Options

+

We are done with the IMP++ semantics. The next step is to kompile the +definition using the kompile tool, this way generating a language +model. Depending upon for what you want to use the generated language model, +you may need to kompile the definition using various options. We here discuss +these options.

+

To tell the K tool to exhaustively explore all the behaviors due to the +non-determinism of addition, division, and threads, we have to kompile +with the command:

+
shell
kompile imp.k --transition="addition division lookup assignment increment read print" +
+

As already mentioned, the syntax and rule tags play no theoretical or +foundational role in K. They are only a means to allow kompile to +refer to them in its options, like we did above. By default, kompile's +transition option is empty, because this yields the fastest language model when +executed. Transitions may slow down the execution, but they instrument +the language model to allow for formal analysis of program behaviors, even for +exhaustive analysis.

+

Theoretically, the heating/cooling rules in K are fully reversible and +unconstrained by side conditions as we showed in the semantics of IMP. +For example, the theoretical heating/cooling rules corresponding to the +strict attribute of division are the following:

+
E₁ / E₂ ⇒ E₁ ⤳ □ / E₂
+E₁ ⤳ □ / E₂ ⇒ E₁ / E₂
+E₁ / E₂ ⇒ E₂ ⤳ E₁ / □
+E₂ ⤳ E₁ / □ ⇒ E₁ / E₂
+
+

The other semantic rules apply modulo such structural rules. +For example, using heating rules we can bring a redex (a subterm which +can be reduced with semantic rules) to the front of the computation, +then reduce it, then use cooling rules to reconstruct a term over the +original syntax of the language, then heat again and +non-deterministically pick another redex, and so on and so forth +without losing any opportunities to apply semantic rules. +Nevertheless, these unrestricted heating/cooling rules may create an +immense, often unfeasibly large space of possibilities to analyze. +The --transition option implements an optimization which works +well with other implementation choices made in the current K tool. +Recall from the detailed description of the IMP language semantics that +(theoretical) reversible rules like above are restricted by default +to complementary conditional rules of the form

+
E₁ / E₂ ⇒ E₁ ⤳ □ / E₂
+   if E₁ not in KResult
+E₁ ⤳ □ / E₂ ⇒ E₁ / E₂
+   if E₁ in KResult
+E₁ / E₂ ⇒ E₂ ⤳ E₁ / □
+   if E₂ not in KResult
+E₂ ⤳ E₁ / □  ⇒ E₁ / E₂
+   if  E₂ in KResult
+
+

Therefore, our tool eagerly heats and lazily cools the computation. +In other words, heating rules apply until a redex gets placed on the +top of the computation, then some semantic rule applies and rewrites +that into a result, then a cooling rule is applied to plug the +obtained result back into its context, then another argument may be +chosen and completely heated, and so on. This leads to efficient +execution, but it may and typically does hide program behaviors. +Using the --transition option allows you to interfere with this +process and to obtain all possible non-deterministic behaviors as if +the theoretical heating/cooling rules were applied. Optimizations +of course happen under the hood, but you need not be aware of them. +Used carefully, this mechanism allows us to efficiently explore more of +the non-deterministic behaviors of a program, even all of them (like here). +For example, with the semantics of IMP++ given above, the krun +command with the --search option detects all five behaviors +of the following IMP++ program (x can be 0, 1, 2, 3, or undefined +due to division-by-zero):

+
  int x,y;
+  x = 1;
+  y = ++x / (++x / x);
+
+

Besides non-determinism due to underspecified argument evaluation +orders, which the current K tool addresses as explained above, there +is another important source of non-determinism in programming languages: +non-determinism due to concurrency/parallelism. For example, when two +or more threads are about to access the same location in the store and at +least one of these accesses is a write (i.e., an instance of the variable +assignment rule), there is a high chance that different choices for +the next transition lead to different program behaviors. While in the +theory of K all the rules count as computational steps +and hereby as transitions in the transition system associated to the +program, in practice that may yield a tremendous number of step +interleavings to consider. Most of these interleavings are behaviorally +equivalent for most purposes. For example, the fact that a thread computes +a step 8+3 ⇒ 11 is likely irrelevant for the other +threads, so one may not want to consider it as an observable transition in +the space of interleavings. Since the K tool cannot know without help which +transitions need to be explored and which do not, our approach is to +let the user say so explicitly using the transition option of +kompile.

+
+
+ + +
+ + + +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/tests/regression-new/kprove-markdown/set-balance-spec/index.html b/k-distribution/tests/regression-new/kprove-markdown/set-balance-spec/index.html new file mode 100644 index 00000000000..dec561d9254 --- /dev/null +++ b/k-distribution/tests/regression-new/kprove-markdown/set-balance-spec/index.html @@ -0,0 +1,433 @@ + + + + + + + + + + + + + + +Balances Module Specifications | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Balances Module Specifications

+
keep
module SET-BALANCE-SPEC + imports VERIFICATION +
+
k
ignore thie code block! +
+

total_balance tests

+
keep
claim <k> totalBalance(AID) => 50 </k> + <account> + <accountID> AID </accountID> + <freeBalance> 30 </freeBalance> + <reservedBalance> 20 </reservedBalance> + ... + </account> +
+

No Zero-Balance Accounts Exist

+

This property shows that set_balance will not result in a zero-balance attack. +TODO: Generalize to any EntryAction. +TODO: Assertions about log events.

+
discard
rule <k> set_balance(Root, WHO, FREE_BALANCE', RESERVED_BALANCE') => . ... </k> + <totalIssuance> TOTAL_ISSUANCE => TOTAL_ISSUANCE +Int ( FREE_BALANCE' -Int FREE_BALANCE ) +Int ( RESERVED_BALANCE' -Int RESERVED_BALANCE ) </totalIssuance> + <existentialDeposit> EXISTENTIAL_DEPOSIT </existentialDeposit> + <account> + <accountID> WHO </accountID> + <freeBalance> FREE_BALANCE => FREE_BALANCE' </freeBalance> + <reservedBalance> RESERVED_BALANCE => RESERVED_BALANCE' </reservedBalance> + ... + </account> + requires #inWidth(96, TOTAL_ISSUANCE +Int (FREE_BALANCE' -Int FREE_BALANCE)) + andBool #inWidth(96, TOTAL_ISSUANCE +Int (FREE_BALANCE' -Int FREE_BALANCE) +Int (RESERVED_BALANCE' -Int RESERVED_BALANCE)) + andBool EXISTENTIAL_DEPOSIT <=Int FREE_BALANCE' + andBool EXISTENTIAL_DEPOSIT <=Int RESERVED_BALANCE' +
+
keep
claim <k> set_balance_reserved ( WHO , RESERVED_BALANCE' ) => . ... </k> + <existentialDeposit> EXISTENTIAL_DEPOSIT </existentialDeposit> + <totalIssuance> TOTAL_ISSUANCE +Int ( FREE_BALANCE' -Int FREE_BALANCE ) => TOTAL_ISSUANCE +Int ( FREE_BALANCE' -Int FREE_BALANCE ) +Int ( RESERVED_BALANCE' -Int RESERVED_BALANCE ) </totalIssuance> + <account> + <accountID> WHO </accountID> + <freeBalance> FREE_BALANCE' </freeBalance> + <reservedBalance> RESERVED_BALANCE => RESERVED_BALANCE' </reservedBalance> + ... + </account> + requires #inWidth(96, TOTAL_ISSUANCE +Int (FREE_BALANCE' -Int FREE_BALANCE) +Int (RESERVED_BALANCE' -Int RESERVED_BALANCE)) + andBool EXISTENTIAL_DEPOSIT <=Int RESERVED_BALANCE' +
+
keep
endmodule +
+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/tests/regression-new/kprove-markdown/set-balance/index.html b/k-distribution/tests/regression-new/kprove-markdown/set-balance/index.html new file mode 100644 index 00000000000..a0aaa48dfd6 --- /dev/null +++ b/k-distribution/tests/regression-new/kprove-markdown/set-balance/index.html @@ -0,0 +1,1227 @@ + + + + + + + + + + + + + + +set_balance spec | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

set_balance spec

+

State Model

+
k
+module SET-BALANCE + imports INT + imports DOMAINS + imports COLLECTIONS + + configuration + <set-balance> + <k> $ACTION:Action </k> + <now> 0 </now> + <events> .List </events> + <return-value> .Result </return-value> + <call-stack> .List </call-stack> + <existentialDeposit> 0 </existentialDeposit> + <creationFee> 0 </creationFee> + <transferFee> 0 </transferFee> + <totalIssuance> 0 </totalIssuance> + <accounts> + <account multiplicity="*" type="Map"> + <accountID> .AccountId:AccountId </accountID> + <freeBalance> 0 </freeBalance> + <reservedBalance> 0 </reservedBalance> + <vestingBalance> 0 </vestingBalance> + <startingBlock> 0 </startingBlock> + <perBlock> 0 </perBlock> + <nonce> .Nonce </nonce> + <locks> .Set </locks> + </account> + </accounts> + </set-balance> +
+

Data

+
    +
  • An AccountId is an Int.
  • +
  • An Origin is an AccountId, Root, or None.
  • +
  • A Nonce is an optional Int.
  • +
  • An Event records some happenning.
  • +
+
k
syntax AccountId ::= ".AccountId" | Int + // --------------------------------------- + + syntax Origin ::= AccountId | ".Root" | ".None" + // ----------------------------------------------- + + syntax Nonce ::= ".Nonce" | Int + // ------------------------------- + + syntax Event ::= DustEvent ( Int ) + // ---------------------------------- +
+

Some predicates which help specifying behavior:

+
    +
  • #inWidth: Specify that a given number is in some bitwidth.
  • +
+
k
syntax Bool ::= #inWidth(Int, Int) [function, total] + // --------------------------------------------------------- + rule #inWidth(N, M) => 0 <=Int M andBool M <Int (2 ^Int N) +
+

Results

+

A Result is the return value of an execution step.

+
    +
  • AccountKilled indicates that the free balance goes below the existential threshold.
  • +
  • Updated indicates that an account was updated successfully.
  • +
+
k
syntax Result ::= ".Result" | "AccountKilled" | "Updated" + // --------------------------------------------------------- +
+

Public Getters

+

total_balance

+

Retrieves the total balance of an account. This includes both the free and +reserved balances.

+
k
syntax Int ::= "total_balance" "(" AccountId ")" [function, total] + // ----------------------------------------------------------------------- + rule total_balance(WHO) => free_balance(WHO) +Int reserved_balance(WHO) +
+

free_balance

+

Gets the free balance of an account.

+

Other than when this module is executing, this will never be strictly between +EXISTENTIAL_DEPOSIT and zero.

+
k
syntax Int ::= "free_balance" "(" AccountId ")" [function, total] + // ---------------------------------------------------------------------- + rule free_balance(_) => 0 [owise] + rule [[ free_balance(WHO) => FREE_BALANCE ]] + <account> + <accountID> WHO </accountID> + <freeBalance> FREE_BALANCE </freeBalance> + ... + </account> +
+

reserved_balance

+

Gets the reserved balance of an account.

+

Other than when this module is executing, this will never be strictly between +EXISTENTIAL_DEPOSIT and zero.

+
k
syntax Int ::= "reserved_balance" "(" AccountId ")" [function, total] + // -------------------------------------------------------------------------- + rule reserved_balance(_) => 0 [owise] + rule [[ reserved_balance(WHO) => FREE_BALANCE ]] + <account> + <accountID> WHO </accountID> + <reservedBalance> FREE_BALANCE </reservedBalance> + ... + </account> +
+

can_slash

+

Determines if an account’s free balance is over the value provided. This is +often used to determine if an account has enough balance to cover a potential +slash, hence the name.

+
k
syntax Bool ::= "can_slash" "(" AccountId "," Int ")" [function, total] + // ---------------------------------------------------------------------------- + rule can_slash(_, _) => false + rule [[ can_slash(WHO, AMOUNT) => FREE_BALANCE >=Int AMOUNT ]] + <account> + <accountID> WHO </accountID> + <freeBalance> FREE_BALANCE </freeBalance> + ... + </account> +
+

total_issuance

+

Retrieves the total outstanding amount of currency outstanding. This will +always be equal to the sum of all free and reserved balances in all active +accounts, except when the balances module is executing.

+
k
syntax Int ::= "total_issuance" [function, total] + // ------------------------------------------------------ + rule [[ total_issuance => TOTAL_ISSUANCE ]] + <totalIssuance> TOTAL_ISSUANCE </totalIssuance> +
+

issue

+

Issues currency, creating an imbalance.

+

This is not specified, since these semantics do not include the concept of an +imbalance. Without the concept of destructors and move semantics, it would be +almost impossible to use correctly.

+

burn

+

Burns currency.

+

This is not part of the semantics for the same reason burn is not.

+

Actions and Results

+

An Action is an execution step (or the result of an execution step). +An EntryAction is an Action that can be invoked externally. +A Result is considered an Action, as is an EntryAction.

+
k
syntax Action ::= Result | EntryAction + // -------------------------------------- +
+

account_exists

+
k
syntax Bool ::= "account_exists" "(" AccountId ")" [function, total] + // ------------------------------------------------------------------------- + rule account_exists(_) => false [owise] + rule [[ account_exists(WHO) => true ]] + <account> <accountID> WHO </accountID> ... </account> +
+

create_account

+
k
syntax Action ::= "create_account" "(" AccountId ")" + // ---------------------------------------------------- + rule <k> create_account(WHO) => . ... </k> + <accounts> ( .Bag => <account> <accountID> WHO </accountID> ... </account> ) ... </accounts> +
+

set_free_balance

+
    +
  • Updates an accounts balance if the new balance is above the existential threshold.
  • +
  • Kills the account if the balance goes below the existential threshold and the reserved balance is non-zero.
  • +
  • Reaps the account if the balance goes below the existential threshold and the reserved balance is zero.
  • +
+
k
syntax Action ::= "set_free_balance" "(" AccountId "," Int ")" + // -------------------------------------------------------------- + rule <k> (. => create_account(WHO)) ~> set_free_balance(WHO, _) ... </k> + requires notBool account_exists(WHO) + + rule [free-account-updated]: + <k> set_free_balance(WHO, BALANCE) => . ... </k> + <existentialDeposit> EXISTENTIAL_DEPOSIT </existentialDeposit> + <account> + <accountID> WHO </accountID> + <freeBalance> _ => BALANCE </freeBalance> + ... + </account> + requires EXISTENTIAL_DEPOSIT <=Int BALANCE + + rule [free-account-killed]: + <k> set_free_balance(WHO, BALANCE) => . ... </k> + <events> ... (.List => ListItem(DustEvent(FREE_BALANCE))) </events> + <existentialDeposit> EXISTENTIAL_DEPOSIT </existentialDeposit> + <totalIssuance> TOTAL_ISSUANCE => TOTAL_ISSUANCE -Int BALANCE </totalIssuance> + <account> + <accountID> WHO </accountID> + <nonce> _ => .Nonce </nonce> + <freeBalance> FREE_BALANCE => 0 </freeBalance> + <reservedBalance> RESERVED_BALANCE </reservedBalance> + ... + </account> + requires BALANCE <Int EXISTENTIAL_DEPOSIT + andBool 0 <Int RESERVED_BALANCE + + rule [free-account-reaped]: + <k> set_free_balance(WHO, BALANCE) => . ... </k> + <events> ... (.List => ListItem(DustEvent(FREE_BALANCE))) </events> + <existentialDeposit> EXISTENTIAL_DEPOSIT </existentialDeposit> + <totalIssuance> TOTAL_ISSUANCE => TOTAL_ISSUANCE -Int BALANCE </totalIssuance> + <accounts> + ( <account> + <accountID> WHO </accountID> + <freeBalance> FREE_BALANCE </freeBalance> + <reservedBalance> 0 </reservedBalance> + ... + </account> + => .Bag + ) + ... + </accounts> + requires BALANCE <Int EXISTENTIAL_DEPOSIT +
+

set_reserved_balance

+
    +
  • Updates an accounts balance if the new balance is above the existential threshold.
  • +
  • Kills the account if the balance goes below the existential threshold and the free balance is non-zero.
  • +
  • Reaps the account if the balance goes below the existential threshold and the free balance is zero.
  • +
+
k
syntax Action ::= "set_reserved_balance" "(" AccountId "," Int ")" + // ------------------------------------------------------------------ + rule <k> (. => create_account(WHO)) ~> set_reserved_balance(WHO, _) ... </k> + requires notBool account_exists(WHO) + + rule [reserved-account-updated]: + <k> set_reserved_balance(WHO, BALANCE) => . ... </k> + <existentialDeposit> EXISTENTIAL_DEPOSIT </existentialDeposit> + <account> + <accountID> WHO </accountID> + <reservedBalance> _ => BALANCE </reservedBalance> + ... + </account> + requires EXISTENTIAL_DEPOSIT <=Int BALANCE + + rule [reserved-account-killed]: + <k> set_reserved_balance(WHO, BALANCE) => . ... </k> + <events> ... (.List => ListItem(DustEvent(RESERVED_BALANCE))) </events> + <existentialDeposit> EXISTENTIAL_DEPOSIT </existentialDeposit> + <totalIssuance> TOTAL_ISSUANCE => TOTAL_ISSUANCE -Int BALANCE </totalIssuance> + <account> + <accountID> WHO </accountID> + <nonce> _ => .Nonce </nonce> + <freeBalance> FREE_BALANCE </freeBalance> + <reservedBalance> RESERVED_BALANCE => 0 </reservedBalance> + ... + </account> + requires BALANCE <Int EXISTENTIAL_DEPOSIT + andBool 0 <Int FREE_BALANCE + + rule [reserved-account-reaped]: + <k> set_reserved_balance(WHO, BALANCE) => . ... </k> + <events> ... (.List => ListItem(DustEvent(RESERVED_BALANCE))) </events> + <existentialDeposit> EXISTENTIAL_DEPOSIT </existentialDeposit> + <totalIssuance> TOTAL_ISSUANCE => TOTAL_ISSUANCE -Int BALANCE </totalIssuance> + <accounts> + ( <account> + <accountID> WHO </accountID> + <freeBalance> 0 </freeBalance> + <reservedBalance> RESERVED_BALANCE </reservedBalance> + ... + </account> + => .Bag + ) + ... + </accounts> + requires BALANCE <Int EXISTENTIAL_DEPOSIT +
+

set_balance

+
    +
  • Sets the new free balance
  • +
  • Creates suitible imbalances (both positive and negative).
  • +
  • Calls set_free_balance with the new free balance.
  • +
  • Calls set_reserved_balance with the new reserved balance.
  • +
+
k
syntax EntryAction ::= "set_balance" "(" AccountId "," AccountId "," Int "," Int ")" + // ------------------------------------------------------------------------------------ + rule [balance-set]: + <k> set_balance(_, WHO, FREE_BALANCE, RESERVED_BALANCE) + => set_balance_free(WHO, FREE_BALANCE) + ~> set_balance_reserved(WHO, RESERVED_BALANCE) + ... + </k> +
+

Helpers for calling set_free_balance and set_reserved_balance.

+
    +
  • Sets the new free balance
  • +
  • Emits an imbalance event
  • +
  • Helper function for set_balance
  • +
+
k
syntax Action ::= "set_balance_free" "(" AccountId "," Int ")" + syntax Action ::= "set_balance_reserved" "(" AccountId "," Int ")" + // ------------------------------------------------------------------ + rule [balance-set-free]: + <k> set_balance_free(WHO, FREE_BALANCE') => set_free_balance(WHO, FREE_BALANCE') ... </k> + <totalIssuance> ISSUANCE => ISSUANCE +Int (FREE_BALANCE' -Int free_balance(WHO)) </totalIssuance> + requires #inWidth(96, ISSUANCE +Int (FREE_BALANCE' -Int free_balance(WHO))) + + rule [balance-set-reserved]: + <k> set_balance_reserved(WHO, RESERVED_BALANCE') => set_reserved_balance(WHO, RESERVED_BALANCE') ... </k> + <totalIssuance> ISSUANCE => ISSUANCE +Int (RESERVED_BALANCE' -Int reserved_balance(WHO)) </totalIssuance> + requires #inWidth(96, ISSUANCE +Int (RESERVED_BALANCE' -Int reserved_balance(WHO))) +
+

transfer_raw

+

Transfer some liquid free balance to another account.

+

transfer will set the FreeBalance of the sender and receiver. +It will decrease the total issuance of the system by the TransferFee. +If the sender's account is below the existential deposit as a result +of the transfer, the account will be reaped.

+

The dispatch origin for this call must be Signed by the transactor.

+
k
syntax ExistenceRequirement ::= "AllowDeath" + | "KeepAlive" + + syntax EntryAction ::= transfer(Origin, AccountId, Int) + | "transfer_keep_alive" "(" Origin "," AccountId "," Int ")" + // --------------------------------------------------------------------------------- + + syntax Action ::= rawTransfer(AccountId, AccountId, Int, ExistenceRequirement) + // ------------------------------------------------------------------------------ + rule [transfer-to-raw]: + <k> transfer(ORIGIN:AccountId, DESTINATION, AMOUNT) + => rawTransfer(ORIGIN, DESTINATION, AMOUNT, AllowDeath) + ... + </k> + + rule [transfer-keep-alive]: + <k> transfer_keep_alive(ORIGIN:AccountId, DESTINATION, AMOUNT) + => rawTransfer(ORIGIN, DESTINATION, AMOUNT, KeepAlive) + ... + </k> + + rule <k> (. => create_account(DESTINATION)) ~> rawTransfer(ORIGIN, DESTINATION, _, _) ... </k> + requires account_exists(ORIGIN) + andBool notBool account_exists(DESTINATION) + + rule [transfer-self]: + <k> rawTransfer(ORIGIN:AccountId, ORIGIN, _, _) => . ... </k> + requires account_exists(ORIGIN) + + rule [transfer-existing-account]: + <k> rawTransfer(ORIGIN, DESTINATION, AMOUNT, EXISTENCE_REQUIREMENT) + => set_free_balance(ORIGIN, SOURCE_BALANCE -Int AMOUNT -Int FEE) + ~> set_free_balance(DESTINATION, DESTINATION_BALANCE +Int AMOUNT) + ... + </k> + <totalIssuance> ISSUANCE => ISSUANCE -Int FEE </totalIssuance> + <existentialDeposit> EXISTENTIAL_DEPOSIT </existentialDeposit> + <transferFee> FEE </transferFee> + <accounts> + <account> + <accountID> ORIGIN </accountID> + <freeBalance> SOURCE_BALANCE </freeBalance> + ... + </account> + <account> + <accountID> DESTINATION </accountID> + <freeBalance> DESTINATION_BALANCE </freeBalance> + ... + </account> + </accounts> + requires ORIGIN =/=K DESTINATION + andBool DESTINATION_BALANCE >Int 0 + andBool SOURCE_BALANCE >=Int (AMOUNT +Int FEE) + andBool ensure_can_withdraw(ORIGIN, Transfer, SOURCE_BALANCE -Int AMOUNT -Int FEE) + andBool (EXISTENCE_REQUIREMENT ==K AllowDeath orBool SOURCE_BALANCE -Int AMOUNT -Int FEE >Int EXISTENTIAL_DEPOSIT) + + rule [transfer-create-account]: + <k> rawTransfer(ORIGIN:AccountId, DESTINATION, AMOUNT, EXISTENCE_REQUIREMENT) + => set_free_balance(ORIGIN, SOURCE_BALANCE -Int AMOUNT -Int CREATION_FEE) + ~> set_free_balance(DESTINATION, AMOUNT) + ... + </k> + <totalIssuance> ISSUANCE => ISSUANCE -Int CREATION_FEE </totalIssuance> + <existentialDeposit> EXISTENTIAL_DEPOSIT </existentialDeposit> + <creationFee> CREATION_FEE </creationFee> + <accounts> + <account> + <accountID> ORIGIN </accountID> + <freeBalance> SOURCE_BALANCE </freeBalance> + ... + </account> + <account> + <accountID> DESTINATION </accountID> + <freeBalance> 0 </freeBalance> + <reservedBalance> 0 </reservedBalance> + ... + </account> + ... + </accounts> + requires ORIGIN =/=K DESTINATION + andBool SOURCE_BALANCE >=Int (AMOUNT +Int CREATION_FEE) + andBool EXISTENTIAL_DEPOSIT <=Int AMOUNT + andBool ensure_can_withdraw(ORIGIN, Transfer, SOURCE_BALANCE -Int AMOUNT -Int CREATION_FEE) + andBool (EXISTENCE_REQUIREMENT ==K AllowDeath orBool SOURCE_BALANCE -Int AMOUNT -Int CREATION_FEE >=Int EXISTENTIAL_DEPOSIT) +
+

force_transfer

+

Force a transfer from any account to any other account. This can only be done by root.

+
k
syntax EntryAction ::= "force_transfer" "(" Origin "," AccountId "," AccountId "," Int ")" + // ------------------------------------------------------------------------------------------ + rule [force-transfer]: + <k> force_transfer(.Root, SOURCE, DESTINATION, AMOUNT) => transfer(SOURCE, DESTINATION, AMOUNT) ... </k> +
+

withdraw

+

Withdraw funds from an account.

+
k
syntax EntryAction ::= withdraw(AccountId, Int, WithdrawReason, ExistenceRequirement) + // ------------------------------------------------------------------------------------- + rule [withdraw]: // K really needs where clauses + <k> withdraw(WHO, AMOUNT, REASON, EXISTENCE_REQUIREMENT) + => withdrawInner(WHO, AMOUNT, AMOUNT -Int free_balance(WHO), REASON, EXISTENCE_REQUIREMENT) + ... + </k> + + syntax Action ::= withdrawInner(AccountId, Int, Int, WithdrawReason, ExistenceRequirement) + // ------------------------------------------------------------------------------------------ + rule [withdrawInner]: + <k> withdrawInner(WHO, AMOUNT, NEW_BALANCE, REASON, EXISTENCE_REQUIREMENT) + => set_free_balance(WHO, NEW_BALANCE) + ... + </k> + <totalIssuance> ISSUANCE => ISSUANCE -Int AMOUNT </totalIssuance> + <existentialDeposit> EXISTENTIAL_DEPOSIT </existentialDeposit> + requires NEW_BALANCE >=Int 0 + andBool ensure_can_withdraw(WHO, REASON, NEW_BALANCE) + andBool (EXISTENCE_REQUIREMENT ==K AllowDeath orBool NEW_BALANCE >=Int EXISTENTIAL_DEPOSIT) +
+

Call Frames

+

Function call and return.

+
k
syntax CallFrame ::= frame(continuation: K) + syntax Action ::= call ( Action ) + | return ( Result ) + // ----------------------------------- + rule [call]: + <k> call(Action) ~> CONT => Action </k> + <call-stack> .List => ListItem(frame(CONT)) ... </call-stack> + + rule [return]: + <k> return(R) ~> _ => CONT </k> + <return-value> _ => R </return-value> + <call-stack> ListItem(frame(CONT)) => .List ... </call-stack> + + rule [return-unit]: + <k> . => CONT </k> + <return-value> _ => .Result </return-value> + <call-stack> ListItem(frame(CONT)) => .List ... </call-stack> +
+

Ensure that a given amount can be withdrawn from an account.

+

FIXME: we do not account for multiple withdrawl reasons, due to K’s +lacking polymorphism.

+
k
syntax WithdrawReason ::= "TransactionPayment" + | "Transfer" + | "Reserve" + | "Fee" + | "Tip" + // ------------------------------- + + + syntax Bool ::= "ensure_can_withdraw" "(" AccountId "," WithdrawReason "," Int ")" [function, total] + // --------------------------------------------------------------------------------------------------------- + rule ensure_can_withdraw(_, _, _) => true [owise] + + rule [[ ensure_can_withdraw(WHO, Transfer #Or Reserve, BALANCE) => false ]] + <account> + <accountID> WHO </accountID> + <vestingBalance> VESTING_BALANCE </vestingBalance> + ... + </account> + requires VESTING_BALANCE <Int BALANCE + + rule [[ ensure_can_withdraw(WHO, REASON, BALANCE) => false ]] + <now> NOW </now> + <account> + <accountID> WHO </accountID> + <locks> ACCOUNT_LOCKS </locks> + ... + </account> + requires activeLocks(ACCOUNT_LOCKS, NOW, REASON, BALANCE) + + syntax LockID ::= "Election" + | "Staking" + | "Democracy" + | "Phragmen" + // ---------------------------- + + syntax AccountLock ::= lock ( id: LockID, until: Int, amount: Int, reasons: Set ) + // --------------------------------------------------------------------------------- + + syntax Bool ::= activeLock (AccountLock, Int, WithdrawReason, Int ) [function] + | activeLocks(Set, Int, WithdrawReason, Int ) [function] + | activeLocks(List, Int, WithdrawReason, Int, Bool) [function, klabel(activeLocksAux)] + // ----------------------------------------------------------------------------------------------------------- + rule activeLock(AL, NOW, REASON, BALANCE) => NOW <Int until(AL) andBool BALANCE <Int amount(AL) andBool REASON in reasons(AL) + + rule activeLocks(ALS, NOW, REASON, BALANCE) => activeLocks(Set2List(ALS), NOW, REASON, BALANCE, false) + + rule activeLocks(.List, _, _, _, RESULT) => RESULT + rule activeLocks((ListItem(AL) => .List) _, NOW, REASON, BALANCE, RESULT => RESULT orBool activeLock(AL, NOW, REASON, BALANCE)) +
+

Slashing and repatriation of reserved balances

+

The first of these is also used by slash.

+
    +
  • slash_reserved
  • +
  • repatriate_reserved
  • +
+
k
syntax Action ::= "slash_reserved" "(" AccountId "," Int ")" + // ------------------------------------------------------------ + rule [slash-reserved]: + <k> slash_reserved(ACCOUNT, AMOUNT) + => set_reserved_balance(ACCOUNT, maxInt(0, RESERVED_BALANCE -Int AMOUNT)) + ... + </k> + <accounts> + <account> + <accountID> ACCOUNT </accountID> + <reservedBalance> RESERVED_BALANCE </reservedBalance> + ... + </account> + </accounts> + <totalIssuance> TOTAL_ISSUANCE => TOTAL_ISSUANCE -Int minInt(RESERVED_BALANCE, AMOUNT) </totalIssuance> + + syntax Action ::= "repatriate_reserved" "(" AccountId "," AccountId "," Int ")" + // ------------------------------------------------------------------------------- + rule [repatriate-reserved]: + <k> repatriate_reserved(SLASHED, BENEFICIARY, AMOUNT) + => set_free_balance(BENEFICIARY, BENEFICIARY_FREE_BALANCE +Int minInt(SLASHED_RESERVED_BALANCE, AMOUNT)) + ~> set_reserved_balance(SLASHED, SLASHED_RESERVED_BALANCE -Int minInt(SLASHED_RESERVED_BALANCE, AMOUNT)) + ... + </k> + <accounts> + <account> + <accountID> SLASHED </accountID> + <reservedBalance> SLASHED_RESERVED_BALANCE </reservedBalance> + ... + </account> + <account> + <accountID> BENEFICIARY </accountID> + <reservedBalance> BENEFICIARY_RESERVED_BALANCE </reservedBalance> + <freeBalance> BENEFICIARY_FREE_BALANCE </freeBalance> + ... + </account> + </accounts> + requires BENEFICIARY_FREE_BALANCE +Int BENEFICIARY_RESERVED_BALANCE >Int 0 + andBool SLASHED =/=K BENEFICIARY + + rule [repatriate-reserved-same-account]: + <k> repatriate_reserved(SLASHED, SLASHED, AMOUNT) => unreserve(SLASHED, AMOUNT) ... </k> +
+

Slashing

+

Used to punish a node for violating the protocol.

+
k
syntax EntryAction ::= slash ( AccountId , Int ) + // ------------------------------------------------ + rule [slash]: + <k> slash(ACCOUNT, AMOUNT) => set_free_balance(ACCOUNT, FREE_BALANCE -Int AMOUNT) ... </k> + <accounts> + <account> + <accountID> ACCOUNT </accountID> + <freeBalance> FREE_BALANCE </freeBalance> + ... + </account> + </accounts> + <totalIssuance> TOTAL_ISSUANCE => TOTAL_ISSUANCE -Int AMOUNT </totalIssuance> + requires FREE_BALANCE >=Int AMOUNT + + rule [slash-empty-free]: + <k> slash(ACCOUNT, AMOUNT) + => set_free_balance(ACCOUNT, 0) + ~> slash_reserved(ACCOUNT, AMOUNT -Int FREE_BALANCE) + ... + </k> + <accounts> + <account> + <accountID> ACCOUNT </accountID> + <freeBalance> FREE_BALANCE </freeBalance> + ... + </account> + </accounts> + <totalIssuance> TOTAL_ISSUANCE => TOTAL_ISSUANCE -Int FREE_BALANCE </totalIssuance> + requires FREE_BALANCE <Int AMOUNT +
+

Reservation and unreservation of balances

+

Used to move balance from free to reserved and visa versa.

+
k
syntax Action ::= reserve ( AccountId , Int ) + // --------------------------------------------- + rule [reserve]: + <k> reserve(ACCOUNT, AMOUNT) + => set_reserved_balance(ACCOUNT, FREE_BALANCE +Int AMOUNT) + ~> set_free_balance(ACCOUNT, FREE_BALANCE -Int AMOUNT) + ... + </k> + <accounts> + <account> + <accountID> ACCOUNT </accountID> + <freeBalance> FREE_BALANCE </freeBalance> + <reservedBalance> _ </reservedBalance> + ... + </account> + </accounts> + requires FREE_BALANCE >=Int AMOUNT + andBool ensure_can_withdraw(ACCOUNT, Reserve, FREE_BALANCE -Int AMOUNT) + + syntax Action ::= unreserve ( AccountId , Int ) + // ----------------------------------------------- + rule [unreserve]: + <k> unreserve(ACCOUNT, AMOUNT) + => set_free_balance(ACCOUNT, FREE_BALANCE +Int minInt(AMOUNT, RESERVED_BALANCE)) + ~> set_reserved_balance(ACCOUNT, FREE_BALANCE -Int minInt(AMOUNT, RESERVED_BALANCE)) + ... + </k> + <accounts> + <account> + <accountID> ACCOUNT </accountID> + <freeBalance> FREE_BALANCE </freeBalance> + <reservedBalance> RESERVED_BALANCE </reservedBalance> + ... + </account> + </accounts> +
+

Vesting

+
    +
  • locked_at ― amount currently locked
  • +
  • vesting_balance ― get the balance that cannot currently be withdrawn.
  • +
+
k
syntax Int ::= "locked_at" "(" AccountId ")" [function, total] + // ------------------------------------------------------------------- + rule [[ locked_at(WHO) => maxInt(0, VESTING_BALANCE -Int (PER_BLOCK *Int maxInt(0, NOW -Int STARTING_BLOCK))) ]] + <now> NOW </now> + <account> + <accountID> WHO </accountID> + <vestingBalance> VESTING_BALANCE </vestingBalance> + <startingBlock> STARTING_BLOCK </startingBlock> + <perBlock> PER_BLOCK </perBlock> + ... + </account> + + syntax Int ::= "vesting_balance" "(" AccountId ")" [function, total] + // ------------------------------------------------------------------------- + rule [[ vesting_balance(WHO) => minInt(FREE_BALANCE, locked_at(WHO)) ]] + <account> + <accountID> WHO </accountID> + <freeBalance> FREE_BALANCE </freeBalance> + ... + </account> +
+

Deposits

+

Deposit into an existing account.

+
k
syntax EntryAction ::= "deposit_into_existing" "(" AccountId "," Int ")" + // ------------------------------------------------------------------------ + rule [deposit-into-existing]: + <k> deposit_into_existing(WHO, AMOUNT) => . ... </k> + <totalIssuance> TOTAL_ISSUANCE => TOTAL_ISSUANCE +Int AMOUNT </totalIssuance> + <account> + <accountID> WHO </accountID> + <freeBalance> FREE_BALANCE => FREE_BALANCE +Int AMOUNT </freeBalance> + ... + </account> + requires FREE_BALANCE >Int 0 +
+

End of module

+
k
endmodule +
+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/tests/regression-new/markdownSelectors/a-spec/index.html b/k-distribution/tests/regression-new/markdownSelectors/a-spec/index.html new file mode 100644 index 00000000000..0533b70736b --- /dev/null +++ b/k-distribution/tests/regression-new/markdownSelectors/a-spec/index.html @@ -0,0 +1,381 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+
k
require "test.md" + +module A-SPEC + +endmodule +
+
+
+ + +
+ +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/tests/regression-new/markdownSelectors/test/index.html b/k-distribution/tests/regression-new/markdownSelectors/test/index.html new file mode 100644 index 00000000000..abf907bc963 --- /dev/null +++ b/k-distribution/tests/regression-new/markdownSelectors/test/index.html @@ -0,0 +1,407 @@ + + + + + + + + + + + + + + +Test | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Test

+
k
module TEST-SYNTAX + imports INT +endmodule +module TEST + imports INT +
+
.k
configuration <k> $PGM:K </k> <r> 0 </r> +
+
.discard
rule <r> 0 => 1 </r> +
+
.keep
rule <k> 0 => 1 </k> +
+
.k .keep
rule <k> 1 => 2 </k> +
+
.k .discard .numberLines
rule <k> 2 => 3 </k> +
+
.keep .discard
rule <r> 0 => 1 </r> +
+
k
endmodule +
+
+
+ + +
+ + + +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/news/k-framework-demo/index.html b/news/k-framework-demo/index.html new file mode 100644 index 00000000000..9d06aca5706 --- /dev/null +++ b/news/k-framework-demo/index.html @@ -0,0 +1,354 @@ + + + + + + + + + + + + + + +The K Framework Demo | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

The K Framework Demo

+ +
+
+ + + +
+ +
+
+ + + + + + + + + + + + diff --git a/overview/index.html b/overview/index.html new file mode 100644 index 00000000000..3869e408e92 --- /dev/null +++ b/overview/index.html @@ -0,0 +1,356 @@ + + + + + + + + + + + + + + +K overview | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

K overview

+ +

Go to Youtube mirror, if the above does not work.

+

Go back to https://kframework.org for further links, the K tool and contact information.

+
+
+ + +
+ + + +
+
+ +
+
+ + + + + + + + + + + + diff --git a/projects/index.html b/projects/index.html new file mode 100644 index 00000000000..3b957b3669f --- /dev/null +++ b/projects/index.html @@ -0,0 +1,447 @@ + + + + + + + + + + + + + + +Projects using K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Projects using K

+

A list of projects using the K framework. If you are working on something interesting, and you want to share it with the community, +let us know on our socials, and we will feature you on this list.

+
+ +
+
    +
  • +

    KAVM (Feb 2022 - Present)

    +

    The Algorand Virtual Machine and TEAL Semantics in K
    +KAVM leverages the K Framework to empower Algorand smart contracts' developers +with property-based testing and formal verification.

    +
  • +
  • +

    KPlutus (2016 - Present)

    +

    The K Semantics of Plutus-Core

    +
  • +
  • +

    Dedukti (Mar 2021 - Present)

    +

    This project aims to translate real K semantics into Dedukti.

    +
  • +
  • +

    KWasm (Aug 2015 - Present)

    +

    KWasm is the K semantics of WebAssembly. +WebAssembly is a low-level (but simple and streamlined) assembly language that was originally developed to provide a fast execution engine for browser-based tools. +More recently, it has been used in several blockchain smart-contract platforms as the underlying language for executing financial agreements. +KWasm has been used for measuring coverage of test-suites over Wasm code and verifying programs which are compiled to Wasm.

    +
  • +
  • +

    KEVM (Sep 2017 - Present)

    +

    KEVM is the K semantics of the Ethereum Virtual Machine. +It passes all the Ethereum Test Suite, and is used for verifying EVM programs.

    +
  • +
  • +

    IELE (Oct 2016 - Present)

    +

    IELE is the underlying VM integrated into the Cardano blockchain. +IELE is a register-based VM (inspired by LLVM), which attempts to avoid many of the missteps in design present in EVM.

    +
  • +
  • +

    K-Michelson (Oct 2019 - Present)

    +

    K-Michelson is the K semantics of Michelson blockchain programming language, which powers the Tezos blockchain. +KMichelson provides additional testing tools for developers, including a unit-testing framework which is extendable to symbolic property testing.

    +
  • +
  • +

    C (Jul 2010 - Present)

    +

    The K semantics of the C programming language specifies the translation, linking, and execution semantics of the C language according to the official C standard. +It has been used to build tools like RV-Match, which detects undefined behaviors in users programs by running their test-suites through the C semantics.

    +
  • +
+

Archived

+ +
+
+ + +
+ + + +
+
+ +
+
+ + + + + + + + + + + + diff --git a/sitemap.xml b/sitemap.xml new file mode 100644 index 00000000000..9f7bb4f40cc --- /dev/null +++ b/sitemap.xml @@ -0,0 +1,711 @@ + + + + https://kframework.org/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/index.html + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/exports/K.pdf + 0.5 + 2023-12-12 + monthly + + + https://kframework.org/exports/K.epub + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/exports/K.mobi + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/exports/K.html + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/k-tutorial/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/k-tutorial/1_basic/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/k-tutorial/1_basic/01_installing/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/k-tutorial/1_basic/02_basics/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/k-tutorial/1_basic/03_parsing/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/k-tutorial/1_basic/04_disambiguation/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/k-tutorial/1_basic/05_modules/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/k-tutorial/1_basic/06_ints_and_bools/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/k-tutorial/1_basic/07_side_conditions/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/k-tutorial/1_basic/08_literate_programming/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/k-tutorial/1_basic/09_unparsing/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/k-tutorial/1_basic/10_strings/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/k-tutorial/1_basic/11_casts/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/k-tutorial/1_basic/12_syntactic_lists/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/k-tutorial/1_basic/13_rewrite_rules/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/k-tutorial/1_basic/14_evaluation_order/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/k-tutorial/1_basic/15_configurations/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/k-tutorial/1_basic/16_collections/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/k-tutorial/1_basic/17_cell_multiplicity/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/k-tutorial/1_basic/18_equality_and_conditionals/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/k-tutorial/1_basic/19_debugging/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/k-tutorial/1_basic/20_backends/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/k-tutorial/1_basic/21_symbolic_execution/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/k-tutorial/1_basic/22_proofs/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/k-tutorial/2_intermediate/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/k-tutorial/2_intermediate/01_macros/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/k-tutorial/2_intermediate/02_fresh_constants/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/k-tutorial/2_intermediate/03_klabels/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/k-tutorial/2_intermediate/04_overloading/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/k-tutorial/2_intermediate/05_matching_logic/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/k-tutorial/2_intermediate/06_function_context/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/k-tutorial/2_intermediate/07_record_productions/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/k-tutorial/2_intermediate/08_fun_and_let/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/k-tutorial/2_intermediate/09_as/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/k-tutorial/2_intermediate/10_matching_operator/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/k-tutorial/2_intermediate/11_evaluation_order/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/k-tutorial/2_intermediate/12_floats_and_machine_ints/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/k-tutorial/2_intermediate/13_substitution/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/k-tutorial/2_intermediate/14_io/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/k-tutorial/2_intermediate/15_string_buffers_and_bytes/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/k-tutorial/2_intermediate/16_kore/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/k-tutorial/2_intermediate/17_debugging_proofs/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/docs/user_manual/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/docs/cheat_sheet/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/docs/ktools/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/include/kframework/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/include/kframework/builtin/domains/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/include/kframework/builtin/kast/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/include/kframework/builtin/prelude/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/include/kframework/builtin/ffi/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/include/kframework/builtin/json/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/include/kframework/builtin/rat/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/include/kframework/builtin/substitution/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/overview/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/1_lambda/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/1_lambda/lesson_1/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/1_lambda/lesson_2/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/1_lambda/lesson_3/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/1_lambda/lesson_4/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/1_lambda/lesson_5/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/1_lambda/lesson_6/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/1_lambda/lesson_7/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/1_lambda/lesson_8/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/1_lambda/lesson_9/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/2_imp/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/2_imp/lesson_1/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/2_imp/lesson_2/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/2_imp/lesson_3/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/2_imp/lesson_4/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/2_imp/lesson_5/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/3_lambda++/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_1/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_2/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_3/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_4/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_5/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_6/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/4_imp++/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/4_imp++/lesson_1/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/4_imp++/lesson_2/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/4_imp++/lesson_3/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/4_imp++/lesson_4/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/4_imp++/lesson_5/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/4_imp++/lesson_6/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/4_imp++/lesson_7/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/4_imp++/lesson_8/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/5_types/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/5_types/lesson_1/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/5_types/lesson_2/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/5_types/lesson_3/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/5_types/lesson_4/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/5_types/lesson_5/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/5_types/lesson_6/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/5_types/lesson_7/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/5_types/lesson_8/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/5_types/lesson_9/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/2_languages/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/2_languages/1_simple/1_untyped/simple-untyped/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/2_languages/1_simple/2_typed/1_static/simple-typed-static/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/2_languages/1_simple/2_typed/2_dynamic/simple-typed-dynamic/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/2_languages/2_kool/1_untyped/kool-untyped/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/2_languages/2_kool/2_typed/1_dynamic/kool-typed-dynamic/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/2_languages/2_kool/2_typed/2_static/kool-typed-static/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/2_languages/3_fun/1_untyped/1_environment/fun-untyped/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/2_languages/3_fun/1_untyped/2_substitution/fun-untyped/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/2_languages/4_logik/basic/logik/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/projects/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/editor_support/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/faq/ + 1.0 + 2023-12-12 + monthly + + + https://kframework.org/k-distribution/k-tutorial/3_advanced/ + 1.0 + 2023-12-12 + monthly + + \ No newline at end of file

g-W%D;E5lakN3NysV_ z5ctIFLypT6&|N3`+?aHwjTkl80#jMu)RkXsxBFaQf_3`2Dwe1@%Wo{FzdJsV4tj)P zK(t*i{ZoVjTU0Yu1fgtdj#+MsUt&&0zSwX2GK+-J!Z=3Lx=SRoemAqT(Do2IVfjh^ zX`7u$Q%0$5_MF}qN?$6YD6JW~h{*SqM!~1Y$U=m^LWS6i$hqrNv^ZY|WjtVqDzbInqhA1o zFGCwKY|>nWH`kV^v%52?Y*fbU{+V-5zmyl1zU2Bpdv zkutFbejvS-ZYop*M(g3E7>g}f7YUWof|LMdaipFRw%m$8DjPuv5Or8Frh&4xm#cmu z8cVROqXURvFbf8P;qRCw?O3uETs6glPjvJM#jW&zV9x2Wh}&`q2go0FQN5RCwzU;= zKQ84^eQv(BkvOhOFS3dc^7fm8)fo z1F5iMa2igpdi+}~f1<>_6T;89K|uK2qZ5`oEtQo?u&s<8bS1P!zHKQ^En@}FBADl$ zvyuN~2|qwEpF0pbM=BZ{CL35s3BisqS^UC#JGKc%Pm(N)E6ve3FJ^ zw*)`IblJqE+!B^HU4n`otF(|buj{BHDch(x%FMLBsSP#|IWG)ejy@=SBdqx0)le<_1=k`Pbhaih9?4ZnMqtJXfW5W$TyY* zj2CjylY;deyda3HDP0qZq& zxeJOO9yS&<09N-Ct%>o|7z%f?Abvl^#=|hc@>-c z;%_D+5UHadDUtKp$Jo$^So?sLSI02h)B&4ab1tA$h!`qSP?PzRW&(ELjK-WvY>zf1 zQ=$fm=j62<`Ab^sklo%3FXXHBueq?G1BZ}dD1gBtM54O57*Z6G9(JjL(}m7Dov#ZWhqgwmXfmYfKQIt9LLAqzjo%OdKWtF+NM-bJ!Gq}yFJ)N zyOsEittOi-)Sm|vYz4g9jI&4f4Tmhgaf!@&esoB$dX4Z-lj)GHRO2wh;jMfj+B}hd zZRf)#UPC_-Xj=(9TrTb75^Xf&$fVJDH77&V=OAeL&7BXQA`Z`q9cv-z1Pfh z`x^WGmErA^-qpEghExv3(y3)v1fW{H>UT3GZIj%sQ{ae@{WrllR=(e?N!M-xAZpK` zBH>BgX3r(-R2g&FBgKA=W8E2@45QYG}&J%3byx9~-X1C2MT5P~# z=YwTVYlP~zj24yg?hlD>J9793QhS-;XvDt2EEWu_Yp^P0$h>=D_XWIbGnGKpz2Gwz zSvcTeVqhBON~YKMnm_hLTaW9djmQ<1JWs&r>`uOQyi_QB*;YEVf6LsNaQpwPc7Ka0Uc zwGrmXIBx2)&K^cQrc(B^n4D$JfgV-5z>sOpxEb@%%vE-3QCr&%uNf??oVh#3(r7H` z@5`GcHh+A0Gi2{v2Ce!hpQydqJyC{Z$kCI*a%IrGV=|@8(G=Z5O}sEp{{5E16SVGPsJEliQF>! z{noX=w%a$qZW+lQpFz|0_9>x zsnU77^;Y`GR{z?S1Ftf}t~=zx^g>j6k?9R(b#*Y()d)+#)H5n0Ym;_kF7YzKM${5< zbJjH1Xr_7u14MO=gCelL;U5Paz=-Eqhg;;QF~W;S6FJQ$4FI&hq4SjA_rxsyE|;>q zCo-5aL0Xl?Z;!G^s1;bE}1*U1*OrL z$2N&(I?nngeWfzFwzq;?_$(?5*sJJSTMp)3*FKMa$ti`5U_PUF8*D#1#2v7Zz z92lv33Fg=SND;Y>pxlZo={DRxOqhdf@IkNykgD6+CtznTpmd7UYA9mPg>`s|6Gd(= zDkkkwy;=YYsL2$hL#|#vqsF;>4PoV@aaAwA#;WcET5xu>zr%zz1j3Tjm|^qpR=vwU z)As$1#7hAjwZsgfj;GrNjRp|Th+^6^A}nSnWah1Us@&B*E09&fehY=HiJZ)tqH1FE z2YqsQ5suyvu}0yNc8lpV=+qF2{EaVxNIwxV`Y2m=PVrgym^C)1qrTl-$powe&GU*; zj(qfX-#xFa^u$Ap!83uu;IVNP)OFqAEz}h&ZE^&=(FiOTGJQT>Q=JOhj0Hw1CkRR_ z$}-o8Pmi)gDbaeTY^K7E{zMlamgC!QdZ*KpVUWMwbt5*VshRNVD4Mk*C{t-9Gm8pO zQcTZtuHBfO!8+=Dmy@yed>JA+-hJTY;KzZoHKCEEWsc79$e6LLU^d~Y9fh`r(ePa3 znh=9dmaXDZYINQKQK#HWQa3m2&nDVlkk3VcxM43ToyoFToo8>`MvckpMATmUV)XHZ z?r}kVM)tVArJ1~Cp31F<4r=$nNYt2uhQY3vnFQ_d*kvZsXEb2E(t!O zlk4aW@=Wowl_88j`N9VD{S1^>O7T!h;t9O#yRu&<#VH^$Ue5_g!6aeeW}f-BlnpR>9X zEXpH^OPFHM+igl7dvCUN!lV-SImebyinfh!+C&+z;p~<2z}1_=bfcT?TYQ#Q8|%4S z=VUEMhux>VCl|)ul-H!3g`K8o2b>33R%id2HSyxaBwhOILyh0{8r{vy$%L(IS+B%E zdb$?-P@IlWhn4r-+kZ|oy9YmGcK)IPQTq5PqUCMl>gKcg8z2MNG4&rNCj;&OGCAp) z*cktFa!&pPhY49={v8}Hpp?@9jwuQF<>A|kR-L3N@to^vD@2t@Ox3Ko606>*S z1+0(5!_DX8nYb{1_daHhQr_IPUA<?HFt^pz&>jY&&vv@(BkcKG*{_LsSzG+ElM~j_QMK*_ zdri^~R5dIw_Ywj0PJadU7E%IKy~{LQw%Rm029% zq2ZQB2xBz2P#=AAqqM9ti;}OGq~XCO#*~g%X||xlL{z5Q%x8B>&x1-8+v&y($Z3cB z5b%R1Gu^{f(+#?X0w&B)#}u<;)-+GA1+}0@e=MrQH$D3MwKhn|wAco2_5iN|(n8w| zif{LT;98H=iJ<<=LbzLR=;&api^_NQwWQaBgx&e^ET2=Q2QQkrjq&<~P_$~S5>NKR z^l!5LJ#!b!A&cf3J(`nXM3tSqLJjR}`^C)#pOp1A75!}Kz1GaDxN|XQo!w-og8dl) z^t_t5S=sOcH*Vh^SUsai1xzF3@K_Nu!`pnqNhoy3`64{ZF0@iW02^pt4Y!UMKg(?% z?wU#=LBgilL@NEFF;WHa}gg_QHRM@v+ zsFCS0oa%gF>cvXA-r;;2G5SHlP0Segkm5bao8}hPj?uV2;|yMwSVS;%E=JsnjDfuf zB&TkeSX&JnD;9!mG?*oA{QLF7ny)J*Yb7tNCYsY}-TloU4BY!x-o)m-AaotZjID1y zPF9&<_iy$|vbvz5G_M$)8Z&m<`$!q^*h!Iy2{Bme@P4CFL~_cIoy<-~4$#+Umhe#F zXz>ukgxVQ>2Yib&0jDvVVoB@CI|QEGZD_*EQ#v$Dvkr%dghEQ4b8gin11W|PS(_|E zv}89j{k2}0Tz_^W7F-UriIQ?|6%@JCnvY9b(DSURdt(GADC>|l>?Kj*0Z7wlr|~MS zBNY6i;jBKUO4lCE_Ilw1ET>eWd<~hD8tO)q@cm<=xkI2RtJw(3XBb9)N6)U5dg8d6 zFHR0ptWfPm)=fITM7J!s65}y~4$~zEq>5AE64|pvGk_K3msT(;pGLD}ElQ zF^I1%XKYjz_(ad(@|mV>zq}<)3r7T(hmseg{bYEWrO}z|Ji|9Br8a0E-qBd_zq>XCh zSjeI^;0AW?q-wJnG@fm8K|PG(6!hT4qd_@b52W0%DR8X;XsQ(mZcwdv_=tj25rocXD*GQ50jpnll_{lH zg$B^Kd7?lF8ReG14v?0JV6SRz`2lR4(T1gH878{KI$S2<50HIM$awNSo}W%ByLk(u z;&&~_*+%rqyXQm}HbAKGiyA4?h3r%e{bJ>YF^v2Y{SAN$_2b#*AlOsB-bhOxiYLwYXf+r+wxFDvU}wv@{$vLN86L+kMNuxzb)vk`dHmm)ezQ1Dzd?Ax62xJ;1 z>}cmYbTNw3-*e_`S;nz)6>Q+u=CBh{)iHm&k$4K^&rb6+XEqY|)jH#iwqevA)CC;@ z(=yreY5mLT=+i66FWve=DufiV&eYXq3>J(;c?ep%VpH{4NvhZ| zfs?Oww?=U;LEpn{%(784u?yPdZvtOcK3w>Cl5nd?`3&UT*ahZAt{fEIEV=H5SoF~@ zgxph3Bsy+>$7Xh;I6%RVkn7BdKGx^mnJcXu?{b9v2{Jq2Sk>GQU>#%YUCd=xAJ0Qx zr;)&}tug~pYVl z2}(+xB9-*{5fNLzP!xAPm(!N_-0xQEZ@Bl~xUK4-(88+iVV9I>BAUN??x{fGu**sE^g&+qqbt)5VUck6&Pp9EU{OI0UbPOA^wP zQWnEJcc>%d@J-#rzoE@+bE)P2Bx*o`*~olsLMS*k=@)KiZCV2$R#MMJTN|TIK!om# zt*N;W$zXLGq)x}#H@(?fV9dAmgVEqB#!)jzW+wGD2K>6jV+3js5!_J8ssfWMo;hgFEW(KH#|DjKKq+CuAfTYK9oPsB_5yozds+`)wFH?!cU+#XF%;# zYin2gbl6rYPc`mfT4$tFY;jBxWyqjAx?0@AY^QmeMNLz??pA|(9?x&zWO?_amd~RG z!~u&p-+dgPU;o{aMEh}Q|LB_+@ho!UkcmflQ;SS>snyWClw3!f9dR1+l=>aiZ-J;@ z`XK=b>+?^aMgVbBQPjG6SCNCtEaE6^gOvz5Q1$x94k0w>h{oehH8ZddF~&QV1CVk! ztc2PU&Lx@MYC4c->6Tnq3otdGkmgJLpLU<4?x@i)4bPZ9u`);F^YtdrU(6`Et5Zgn zQOI5DqR1XrbMOmv11(oaGa$gb$cM8=^Jyjy;AO#(X&~N+#8{;mxgV`+#vEr5Mz>-N zrOe?|JUON+JoXFL#wzHI8R9zVhZZSLOeJR>j&kycgjkIBL5W8Q?wq^*s zN7@z)Q>LZwqA{?5+#}dskT>Q?2*n_C^KHli49-kkKu6V&pNok8igGVo>Jx({szgqQ zYlIi|CdN6g9kyngVk<6mMCVu{UGEEhAR8*0zo8_Y=HKE_G&H+{n+{l(0$a5NoFSiy z>w%PkC`@sw{`U6L>QZ1SBHm0{@JBlqGp*8?<<9a|VOj%EVDL*~xPol%0-2m5v87R4 z)KsYqn|ni+BPS-(mApF`7N5_7HIe>{PazDB6f19h7207}E^|^X3+jKFxn`UeRM~>~ z+nv6Tl;<)5T)OF_;&*B*BgqGraFH7?(wRHxJHO41I+-K{p*F+rLFiG$EbnjNFVpux z*@pE2lq5pvH2{hzY2`S5M>Ene`hFGQ(!_;o(Y(Z8t*iX|kU$(&rdrl`5qbPtO9zDI zhH^7|!ZPz(e7DovmKGSSy@6G_smvyB`p1YyDF;ZkLfe>#5XkGSJtewka!tMZ@Ko`I zY&$rHDg4N?kf^L@-uw=M%ECFqY#@vSEVB|IWylB-Nr8)$%o z1Zj0-y>_K)tB#LfD9ix0LgeXhrevux>{^oZQ4q%id`a%F;IAkfV4R}m7QN1 zBriF6PPR98tRpiOkXaZ}{VcHRl<>1QWx}KCD+>gbXB$O31{#zp$h1jGj4pfNx_!#j z&`p^4gC-xlH3lq3mFO$th(B ziV#Vc?P*rtuwj7H$&v58;ffPH0?R>wv+|&vn2l;jM2#BCg!mN~>ij;RDSchilhuw! z<*O?lR;KR$1O{l&U#j=S@0-D!j@Iv;YLO8K{(jq-{$cKxjN|Q9lVw?@hnBtwia3#( zN>a~k@!O9oJ9yLY#?N1+2b6Sd@!FgRTrE*f820^t{LVxU8Di(=L9=!hnRvV~$~@O- zI1Zp~h(XG$A7dFvg$u9O8+u|DB|sC*OJQ>w<+_IIi7uVb3wE}?;xy5=E4+duA9UIq z+GY#$V#+Kpi6tCpcu2z>!HXnU`6kqv%=)I=N<17+auetu@3k)N9!I~>+IPM65k3jmhbM)$SG)O7ms<cL`wbb%4Z=NOfDQ~I#3kG=UU_5sif-lzSisrA4427boYf1XDM z)qn81EHFQK-7~NX(FF`sS9n}BUFTo!EGa_Co0&?;uisJ+d4gPH)GpL;8x|{65|m+_ zgs@~bK34ksyV)z0f#06(pJ-oiGOnL;+uv*6Zrk2pQr7>9MSFa&Md;4ip!@{IIy<+& zpNCpk*jQ{kMIm-+EUI+-+mZDiqVnO6LNSiXBS)HB{2kP^XN0{_U&r#@K)wGE38wP# z$7LG_qbVOw7fnGG?~-?EdhV8N+U#s>?Vz>=`hC_ESuN2%hCAZ{+b0z7_=*wM2xI21UtYq9`dg8s#6!X^7mFs0jj)G$Db>xY?1dJprGYjG&pww%V_=an#G1?Kw*CIa= zK-0&7Dh**9j8-o43!l}3QSBihQ2z=YyPZ_4x6ck4F+}7(ua#VTz9Mfv=$4h1z>*jZ*_5;RVbF*NC3u0kq~jN!@SuG{w7K4EFP0y=jZz`n%K)`aI2r5F;T~_c4=d~ajXutHHd1rSGg%MhF-IyyP6cwYJ zSKL+opRkXVfq1Pd_4pJ-lS&5g3_r^#mTAka+32{{^{jkmYHfP9l!BpwG(oLl7nojo z7I3J|ixzeajW^V|jao#p1p2L~Pfi~rj4PL(L13c4F-n!$#+Mu77f+{8b= zh%L()XCIrX;z+aV9J;^&bzrg_Ev8|(+6N%F%vDf}9Xl1rF@}nt{Z>@`!QWWp)3q~p z1L?V~#EM%`Lo)A76kE>UMouR{&PiXcX_wI@aaJM#1;P~eE&s)Ru>WY9by!%b*CpzX zi3)6NPQIfT9c&mbuz5D%*F^qkOz(J_yCCu=QCVSm8!`B7~we$KIyQOeo4aZP-g*)WEylG3(BSIdjIM zF60u5b_h!qO1TB(Fou8NW;a^3rNu(pox~i|jUedOXHLSE{^)!v*+g zJ8{-Nc3~)Dw1~&2zYjSfO0}Bu$RH(Am9o#9`cw+2FqGrg4+G@MNK*fd@OkY;U~H^# zqt?)6BB6_$t@7~smyUP1c)XM>FsDF>y%Z%HkpP5n8iTRk8R}nh2m?{Gey~@`>^`j1 z`S9x#g_ob7q?05%+Cv!LJiU&^vJE+lsaRMJAx1bo?=y2$8+y{4>qb~FWAp`w)Jd&? z#xNIuLt2_ARn>ff|JubmT`L%KlV$LQEWIefj)Ejx1uEU;>?SdhM%>dg5x)JjT(x_Y z*WWvC;-=QcP|i}Cg<$6GI0wu`oz*HrmG@H2^feyU-H4s6HQw+gd_ODx5zR*8O|m)) zyc0f1KWni#_hdB8ETbF2^$MJD1oc-T27Ei$osDyO(UCBW1Si7SK7Tnp8_6_mZB5^&G19V zS!2o<;Y%IF|N3annu{0_-5r$VFSHXG`|qrrO==#4kN@Ee7B{l(i1{ptj)6 zrRu;^gBJ0&&BKw1ve{tp7xaO)^8S2EG6~o^JfSf7O4JDVHm?Z;(7Z)!N@}5c0mP!? z0Z6cTi|l-P|AH zAT<(@G0;FTDb3!!kak9vw!4{D+wAGp1Sb6p#9BBSF8V2^g{_s{MRzCgosrpvcZZLU zWirrM)9)@NXwEf64(gnj5?ovfdlUBdMbjIB@kIr}8c{2?2jVQoIG4;+Q(=63-Un{A zvnfk0oLR?}dnGZFruNJ3Ya1r$i0Z*<@Pw_BCCNQq517vhqu3DlS!!m)dI|vJUU=#_ zw^eKjkw}nw^<@?2&zciXYF4K$=o$#uW53jruwOPRuAWWx9vKoIqZOnF0!2QGXmaE2 zCCia^nmU?|#zJ!yZlIgVS%?VTlHt)Z`HVw{&NW($_Lhz??s0c@`am;pi~?vIaMFtO zR-S%iRaVzqeoFRfe;F4OK+MBZJuTG>7i2<*h%;P|G;YG~=5vjg3<52D9e_mW3%3Qt zUDm2E_3#|*mS=$$JA_aU+!hsfR}`K3d?=JYRi|K#Kjmw65b8EkqqwYO;gRp&Z1$JKm1H2QuIa{$?`KQ6z0CEw~> zJnXh=8M6&~{t3;|bL!<*CtX_qd_ie)`cOMB?n+-huZFuahwoC`JN422f^@VHY?jTi zD+SU>H5~2V-^F=FXZEIoC4B%O1)XbttU27rPiID`HPVNg9#Crfal6M+9AK!8L{pUO z@)|p%m#Pl#v!PMJOIcQWx_QIZ`>Scz*Y`cRI>J+-WvJ5f3pj{AUhuiW2~NNvYH^u>2?n7FlMcCa#uO&%3`s zDK@7uW;(iJK!)jDe@>09kAZBXAj5#!5274r$G%~Ra-%G3(JHSm&z|1p@#=&c-yUnZ z#U$DJ)Vi<@5o)3;Jpn?i*Zw^2uTQC4h(4t(6oWX;_mU*h>(V`vX2bDw7bSKE5;{vz zC}9yduux;{VuO|&F*ew{R*G$6Fj+2fX6y(q4?NnHV^7g$r-hzlj@+?aI0W&pY=gL& zIjow))|Rodw(qb9vwpScszkurw)xR7L0HeJxt|Gnhv)4IY^232stVr1H#h%#GDju`9N z$sef2uk(0Fk%#+$++fI^r~oWzLRQ^GM1`ml**~#B=)@jmmrh5H#CE8_2xtkaxEx3< zckF}HL$5?|<7J1BQ5d-RZoziuL%dqx<1ZLJd>9`k|%QiGOpfH1&pB*2~ zuRutCR`*re#71SRl$;O65EfB=>n>{8OG`Bfr5++1_as;UoXOh5$M1g*xssOIW?ufN zxyE+fQ$u{4GNmr2%;t!J!&{Mi?TzVTE3W=`P41Tx5t4*JQigOWKdGO4a515Pbb*oD zNdJ_;>mpT+A}Q1H)NOvoIxS}FTS>u)*kN_H?S+N`i0op7myIN;1*h1ul@z~t-AFN` zTxYH=*m0{otQJ)vrI^sN^O!_Pk9H++vKv#n#L{U^AMBrQ(lsNI ztSjk$CS~qITO0(PfFNRvM_Pd7qB-nWC)%D#%p67*j&1UO9h6(dFbxopxGdGc+kjwxss5SI4Y{=4!F zgYcUs*2EvA@#HVit%{cZ39?Pp%hU(oM*YhSghx5E0bOh^5A6g*Fu1LbrFwkg6r zN@3=+H|2w@0n#ZYnv>oSWe(MN=zo43-(6Xm0F44K3L1>O4lGl1lVuqwzZ!CEY1#~E z#XUB>WD;fxvF95Rt>OSU)?tN$hqpXuxMFM*+o^D2qADQdz7l76>p@llL3GAqL$|O~ zO1#h><q)lLo7m_8u*6=sh#3Kg98cn80AuXBMTX9SU_W942CXh+e5Yvw7KR2Eokv z)I_CP-26F?HMAcl283t%7><+!JLV0ZhC^5Pj^eLfJjIWqrDuSx^V=@5(Q}&%X_Ps?;Jg`ayR{Lls?wGxq zXLBM#259sSu__-kF$4~LsE}C#!>mnWy`ef3Pjj^j_@B0Ivk|;`iT4X&vOlUm*`b6# zZyqh~Qu!1OAopr;((g6GNxO@zAfJFc*{f|(X=&U86J{0X<;wRTVGJ*|mt@-+PSSKW^ok`$*qpLd%s@dYvT)938d=nriFt?c9li%n0@F?e!3B||)d zsi7GqwN7P?vF6cA79N?Btu^0WMQYlu&zkbSWu!e;QUqiIj|eZW13Ylhqr|+YY0im02-zXn zMeL5pSvsi1h8MU@q}8}DBslsPRK}~vRslM)mOjCzj>=+#A^b)+N8(ID8?ALocJv`1 zyKkG}f^3oUeMojD(?==_(TZi7fFaYiYHFG*(BNhQKPW`oBrr&J%{nWRx#Z1m|u{_Om=V9wBv zbAL;+9q)ei1`ag0JedQH*B;D04N$E-o-59dPYKa(e!_g*5MjVnr)nOST0PfDvrnPh%v=I|2g-dQq#XfaZK z$ZhPbj!&M?cz3?ReRR6xlk6|+YT97o7jT0_q>VN9ux{gS{B#FsSB6?zAPLZFvf2gG zK-XKRF+wHON>sA4P3%~m&NvaaL#W)n7ig+9zesw2)=1bw8?3biDbbWZt7;z-aYH#) zI>bO(@4LmfQN4CXM5+4kv$kJ$m9p|udF@xOp=`2ZPXkGWwe@p0)>eYWxaAxYbJG5p zM6BHF9wuY4aMWwk=r|wJ(hh&t;R~L;)_n6QIi~3?Q%EPN-8QRJ4~6-^sFN z4TTnOiIQWL>UH`4srJjge?J^(+^z)Oxn*C1VtLWrOo*|t{Uf-S2~lirr%ksXJ5ipH zGFW+om{Cj6mFhKe^hv%d2}TQvg?uGavC4~tCt@EMi37=L8At-d#2^zQL=PsMDpCsHS<=ZRb#a_Pk^GKEt5s+SQC~7ib_j zD73@9dMU;I`cu9An8-W@@y?)JDK$J%yp!1w4j9wShALR{R+4OAtky#)kQXT#p`PS} z$sF-J?~f4^Y^Ir3#+Ry zO7bbpTwY2Vl&>qV9V1e7O3GCh1GP1VHBK}aA-jh@&M+$2>sqj$Y35b?+6rs+VS=EA zj14anbX|dv(BP2eKBhDVP?CWIL64HzNoIoUz3Z_Ke7YsnUQRH`adu#<%gAG0%Ar?#H0Pmmg&11JQqLGvmCFASco(Ze0jT`CIDQXioQte0vnjxS$_5@p zD)8O(PX_nlt9e5j*vLw1dl}R=TX6>-vQgz%+jQy#B7L;9)rE7vjylWSs5xm&W_i*C zF2NtZDGSo*v;7jP z8xHc!2Rzt!tlVeQS^~k+0{{GGqn+Nx_^0o19>}>k|3E9nluNKqVocJ*ExQ1h&2AsZ z74p4B&*TX~M^l;mJ_$kD5tVYrTQV2lbZg+ts~Q3-#awC+a8iAc&Q`Lrob&Of#^~J* zO!ZKPZl)p`q2%fwTaO8sCzGJqlEfYpbrzbPw&6e(0!XUMvrU3u?aR`V?~rF4yn$-Y z0F&l=={X=&rPOgBY-y8TAT^2^KkJ@PhG|7TP__kLm|gRL@GCgUQPvva@(mK*;e4tI z))p%l=CW*fwV+5)FDHA+{C-_8A9}&io-k>NgY!$)LpepRpJHB|twUCERkcmpg0^1E zcbI6;y(W0em`B>A*z>TM`M>(??2d0d6z8X44s+&w%^j)v!mU|{IIj#4Lnfw|dI?*n zh}DGWQQJzy_2!K|B-DUBV?m=B=bwy$g{H_8McVb!R@?OT3f-d`&XZfe?wY>EgW@dg z(Mwy5{Z2xp1Exw!scf1AVYKX=+s?%y7P+$oxmiRbJ@hN?BJJ9|?CXl$v4y1p#9W;2 z;|kFGZNsx`l`Z!(Gf7pOUwsp7JV6Q4k-}UY1)W?Q895fdCTa^ftUx?a7>Ox4kOFO{ z-hbTfK=iV&0hrZsE7O7sj*B9*)CIki^F=zQ;t5S(#@O>bKoyJHgKok~17e+^bgYd< z#eA_BEvZZq>(xnGXla|HE)5r_ruC<0&S9$eOe}}TpX`oIXISfup_kWwZP!V`hpz`< z#+Lp7hTO)?uA~Ky%fJniGlyY9y|^wY%3a~yg_+K7<&1+qT~Id%%1d9g^c+=luNKwh zvU?j_C$K)6w-6r%QRrQD<_U^J_r|wUzH+AWUs!PcyCy3G^a|k0E~LX$UhX>!x6MnK zqKe8Nbe2P=%uQiuMzG5QW@7dW{IE^XOo4v+K59VD5=CjV%l&vE^o>L(PFia3+8T$V zP)mCC4#e&LfS<~&MExfb;lH|nFfg&495hwhdy zbyqJ{F3&(gvT9}E!BHz4X(#0Ph@fZl`1s>BDfv!C5>_$OzxFigg|#MAO4sF0^U!U} zA;#+T^q*Lu`Qxt9Ll6CbU8S0E0+7cj4)jnK!V{W&CX#S(SuC?;5N`sAOk-O7W(m&g zk%sCjW7=AP9;h?dCYqw&0fN6P3!*m}gtdRAbR`@`WA#+F`j8h8v z?#%z7LF)%E7Hslqmn0OY@z&@>H84x`zLZkW+7U~MoaK816HSxbbvPxSPdE}2jU$3| z@(*F>B|8h&cpAn@N673d9m`SU0!NVmG+^usPHI`NtFE&QlmVM*@*20;;~jReD-J*)m0kRjlbF?~qdlTz|L;vB z(#EnYZ?+1h*|sMxIEr*2k@hl20aH5dp_VI0*S6B8*C@Hp%XY3wmxv;GS_y&G7&5uh z%*JTLpGFd+baOqtRp3F~5~|xvk?LkhU?r?3NgYi6<|>yAyz$AqhPN|s#@psrllgJf z?2j?;X?Hxt?S2jj)O7w-&miI9m}6m7(+TVxfK1r}3O{I~R+9%7v#N8A2h)Tsd)^vy zz}q^`V4#zEffg&}2d@m8jKp_a0409%rJGj@^`r`o--h~u6F8&eTGlc)_?>!YL^arg zXU0XqS7Tw;Oq>ErM2)3DY7!aO=F%*AerRh)(F{egsu^PK$xOST&Oe0<2Pdg^hD|!+ z!Ln9#>}(_1c4#f_{WnYn68F>Zz2j<*N^~^tgP%^OC^sA2FvBW4&tyv!yPPf7UlRIC zRJuzy3NfLxc9fQ;1frt%NuVo3TQj9GrpIg}X5tz97!M>pH?7_RfY1&53FW=fwgeSn z2|@X(wT0oJZY~tU5;e>8uzpUl410OsYIA&JKIdKk0@bJ{tNGlAi5D#D+qcGsJt@!5 z90r92HraWR?eVGTHmWI4G;brs!JO-Q14%F;g-lTaT3y%ywWNR*# zVxxdxlgmz4+K^a%{;5`C{o7AZlHSrN0n6-Q zCUBQ?V}LSatmz?c7|5^L(ct%>pUg2;w= z5m%WEsmC*UW$bVPG99g~7)neVTBc*yo;UYQR?K0lQ}P zHs_P{Q?Q&tFl&H3aaj*9+DZpeVf1)$p5W1D!-rlo4uYaDuZ(-!Oh-d3o7-_%(qG8f zl7@CsFe=lOnR4seA`7bPvhgGd{*mf)Cy!5s;ny$Anzu^E_p*ujn~?qMZS5NiM1URH zVgFwwAk95&1YQeD&-WAl1ct@)Km77p{<}umf0eTT>*TF9X?x5Hv;F$7QFgVN;vbKL zAPUGP;0A20=FHG`Yf}aN@i*&2Bq5n%lPyDlfdQ$PIFb;4TuAP<8oRUq7rPVlYj&>t z_j1g_2zW9)b?5pyvEDR`Enu40642Y`Y4pXDY2>YOJdcAf-s27UYZrJYV;|Mj+YkfnPLBN- zWXSDLH1mAp4>gVy`yJ)h;wI}?%eief(G>U>h0+eJ(_YTq7V|?RaY+~c$VnxG(`O9f z{E5j+*!`)k)Ft-rBDMi;(i~!Xam2a^3A}EBQLiiP*oSl~7uw`BeSQ5kcn}1PKwBLGbDI5I z3TbtIj2L9F-0&;A{MuE;JRx;jZkA>Pc2~#dHnSX9r87$m%Ko3}3>wDFmchz4SD@hu z)=ShT7~Rp?roL{on-)m|Jq>D)S2!<@4v`|AwS|Q(tx!~bh>tmv!+ljSV~ZK~Ml@rZ zJv4~FTA*73P}x9B)}iEf1(~igxzK770MGFkj0i@3PQ+O#8}!JJy;2HjX9G7;P=^> zBsE)qa2`+>b?=@v*;&^aO^=VSG;@X0%0hOelt&bmsT#K3QV(<6S~nrm3b{L*l}65Q z;gaVc@)I1v-2Zr`2iz9M3;Dyt-<)RD!^u$~8rLLAiyOk)phE;vSj>{*QejVe6eo?# z!KN~hVYd%KM7JrX!P~wfNyb@0B?SM>E(fLhVF4z^z8lqKGdu680EcnHEPj6JilSJE zeqAImrZgeMS^-PvUati5S=6ZYzcVw)Q<80~(xs7bn3K>&J^;qd9DEe8Da1M)sD)*O z1BDPQnlwL^p1pUSF1=-Uokchj)ff}3l3KWEb@ecWX+&v*R&Km5_{GATqx6qr=>MEV zAfP%IwqXjG=yZMEIzLyiRBIEc80Xq87r zA}v7fH5RX~h3ZuGBBNwuJ~0?ONQF@KX%4SZE;FR(7?Cm?4uLb*!6Eg1eEz_yjnt75Q6AOn9WmBC6Qb8#{u8LgD7MY& zr6GtA&xfM$Ty9fr9F6R*j&Mo1#$@FtIt-q@I#b;)aBzYxQkSG?Rw5|4?6E*e9LJy= zwnvsXGvz?}1}}Z+p%|PA&HL#4VD=P%U!BgxEEXD{-j0Ww2IL^Us(uz9@3rhoOEv(M zw`2DVDJ=$Olt`p=>JT8K3`Gb0m0iW*#$djRpvY1;a~rf!4JM0zcsr96!H%gqR@vH; z<2=}&r~zGYj5c)aK;k1FU7Qk^VU3Rv_mT>}K307CZ*olH4-Cv*rOZdGyMqwt&7}j{ z-M4ZO-RiLC%zvT7G`7EWR_(4i}XE8ixzLh4X%QHGp*kCylajWu@kz+?Q@26sNPF} zaOX%o0y;Zbta>qq;NCR*7jYgqU)^;$9z&;h=aP&T^aRkjXm|h!rNogK3?rbfYRZG> zy%OjB;)66#{E2nBOs7;`*`TDWW=-Ob$adOF&*e3;qgewxY*7Qo<`@LEY>K9u-qsxC zA4tH{G=AVu0|Csgt+|eGuE;QvEg-_TLoo#gd^5ICDD5e##uR8tnW!_|v$$H>67Fo; zEntl|;e4;aNgk*GGxWhLvGka0!cIw&*@jWJ7f!}q0RXKV#Q`VG7%?a~eS56m+Dz@) z;t{Jhy+7GXp>U^Www`KDV;y+~8tqk-cjZ{d-aCT8wPcd!SnqCuh_%npTXU6}%M~(! zS{_32CzdRFfjvEz=6LBjuL_9uKgqSuq#S6f`WB-s0z|^Ujj%B2owo_O<$=u1gTsJrdY|!Mh8fM3#G{PUl^^@Gl zYtjsmwb$(w$l)NUb?kO-@^E>OzyER%H*)eGt|swH|99<|a-j;#hi*T7R`EHItQEj%~K)vUneJSuwc++wLgQ?f_^duVSTZ~!c_B|3Lbb|&n}O{&);-N+-keO$aVhB&qcAM` z2Gj9+jy5TE6d7zT?l@>(P z%H0{iVekvMJB7d=Kb=prgQ9HRj~^aK&?o(FO&Dm6*`NZIo@a--yrFtGT!)A zN}3mFzYvE-FP3ij%A~k1IP+6DzhR%pr3vQBNH1{gm18|E^O3!4&97XeO6p#}-fyS> z@duKEY_dpdm`IG*y^38JxZ((zjHgpeMR56{tn;TxSTfwuO4^K;NsMSH{S<9q%9Ime zTj=6W%-L%LTC&}I>Nex#4$j9$F2GsEu*w%RPIj)vPJi385K5t4>>T5+A~icOKlX~1 z`+f?sl~S`SiMms0wMb=@Y`uDSTR^-N2fBQyJ@k<&thU?Okg2SSHhsrX7zH=`|C49) zjjDxe>vo=SO(itPKi}prf^%7BK%MkFKyVMhwZeJ{HYMZrd?N9+KOLo$Og0CGWUx$w zrv^g0c;20ue~r^6QkMTDGMIuss@ZRE7TY@eGiUw_b9*CLkK-(RR(^X;&Y&fM!RS2r zi?!(HSD}bOy;wI`SJGjyX;$zwnDAf9%wOu;?BV=(M8rt^Dn%}+RaOK< zR#&R?YeexN31(S?wgG`Q!&>kd*s$$o2A}{_7KbybA0KWtcvAo7wXbEEdx}{K)uP{2 zsUd_0Y*gA(x=wq7%mmLhSLb^OF33d7(_aikT4tv-D%;MF4pz~@J1zVb&~sT-3B1lO zeLRlUx>I>#(LqrmTSGE)42Kb!ny{MPPo4wWh0~XhYBs_F;v&Tsn!0Sp?ie8bGE*dnzQYFXGsJe23fjR@#(kn<^mJ(1xmwtS6s zjle-7&GyNxI$;aZbYo_XUz#@tF1Vb>+Gh|#!!O3dv!p+7D&xg;-^Ua$i6Y`sq`KW6itI}j3@+urO zWfV2omNgbzxhHENYONGNUWrJmqU$Dc)V$MA! zo#-CerBo*zl}{5AFV2NspCIjj5&bqa1(B$iltyti5XP>hWCJDpt2pR#w(HLdwhqQn z^r8(rP1V4EcwX)w>?Dn7%S#3aO|h+yE^Q$dzn)Q|9R&^S%v@mLEo*npO`i9dVv)sGoZz&6;e*d(bBLs0b<>Dx!kcIE>9~i55CTKWa;AjHf6^k&bE_?=!dZ@ zKK0=vN)LGHWyQD0R&ULhc1e!jMBT0Pc};GO^8#7qwI*pe#4vE$a z5UQ-<$%SZCqYg))2gwzO0ji3ZwBgl0aE?!C1P2up?l({YC|lCOYuAN)wZiDABB? zi;jdXOjlT0u}XsVLuoU04Q#y+nQWKlLu`uS)GM2+qm<`Q-2oDDk??KF8t<8fYpO3U zH0fg7_k;1JdGxb@QcB!Ig-TNiFkp_hEb-Gj_gm$p&A3F(;C&d;M(xVrN2X=NRf{Qq zzb#O42Gxoe;AP$1Mr6Sy_-vb)9z)r?eT2nlTR1Q7EghM$_Sd(~XRMonzSL!qH|7Y| zsRJ^zQlY)q{L-{XQJ`<7!%|Wft7?PJI1K@;(^dh0s7VgY|B$QWfdAqTD(E_;9x4&C zeVBO%KK0=-nNf0cw`8+V8V<1n={JOh+DcM2nQJDmRs8M9s>G166sl-{>ThhY4L)c& z#1jVtjnTd@l~gZs$1LgxY84NTq+qdo$oHwxO~M?0tZJ!!`J*PXloquK=fgv!As+Q= zR2*06FnG=&AWcV0my9H#hc};}SqXcQ`;=O-uum)VCa#iuM3Iy_k&{MW3bT8x8$-?# zn?VR+lD<&biJTxVkflzEpn-F~I%fX3*uVF%h=&)}Qb9P*?+SpyPr?X`q65nnqN{JhaT!`APZ^?3`*p}QsE^h>BgM6o3d_EqCc}1x zIC6`j46<*ra_T6CEswBRQnq+RA4ec}sYg9|Fd#)O7-(*Yf;O`SdKXR`Hjq#Vz}bhq zGAQaiF+K^=jS!=%02DAEtu0r-5=3*)8$(_P1ruKC9I-ofeQ;Lk?1Gw2mpIFU+Ow{Q znlYbh?fWA8kG%>v>@9O+1%kS4$p`a$JG()@=9qmpuTrsw5_Kgz02n6UfEI48xRK{?(aQcOY^Zv0NXW|vm@NQQ z3#ArlNSf(qQdEDMFgouHD|Uqgmj2dtk_4i^5oxgsFA^gW^jKJTg-7u1?;E!Fp5McN zSl?LxJKzN~!~c@Ey0tq0B|2cPA5nh*sgRz*(6s&s9|&Ei6Hll+TCTYDYgdRamONBH z>g5*X71M0S>=_?+^rwWwhpRkE`gdtu=z~t~_P128w{(_obJwmcZ%3Bz2Z+ohm=#Xe zt~E(%pwpg{3qhcLaq~G2ogyYpF(|plr%H0Qrq=A*ro-wnMgEtQilnPIcQNm4OHZ-l z)p>O3RNrf)e50s+39XzhC(oY2XO@Ppy~M%@8;5J=d&z7uWpm5P=JVrp^WW!oWqS_| zpD7~G`kI@uTsXmrvhQumX=#La9ns5$VCifgEFj1pUssue(xf1@-ORJR>Y)6N%eu;w#=DbUfPFaQQa6I+cE4HQ>(SFRE7Lqq*jIf)ZC!%B z#k%dT|3qwb#SHiP)9Fgp)1N!#zU6xzO3V zy^?)9yvjG`P%%YxhYNvHwC2&}-&Ilay|JghCwaSi(FwpP5g^~LdoZK-iX&w!IIxY- z9I6SvumBWEmg;Y~{DXRo)j&KD`F;!`U6UJuj9;Fat~8CHm{CKL9jv&rELfoQV+LUI zjZ|I4L#Iu6=tC`KW=bG}R{&a1Xy}$+3w%~CEz-Sksg6U!*k8B0$+;6*K=y&73ujo% zF%?e#9>nC%smipS^VCuV0Tu}YHmZV5k(-9Q(V!H16vRx{S}ocPQLV5>S-%OD)pJHJ zt?cImOWwbnL>Q~^&ak-cswJ2xdE4z7mv`5x;t$y%)J%4tL0p`9km?8ylZ*?H3n}+i z{yn}JnD95NlO>;}sFI1&JY?pa1W8#QC0Y& zojGGV!Relx;N>_aR@-b|)oJOl|Cx%ycyf~fMScR#ONurA)U)pT4nnA6qLnseGvpJhWlLV0>EoZ?3v1(!j9eMi$mnae`?brup)a9Z;lyZuj0pDFV zE+9EUq$XVp*9*b*s`*pXl`BPLDYOmKWN$H0jZZ z$O?9u{L*QU;-^#o*|s_Sce*s;*7T3DrDOLa3@}z2P~5FSf5!<-wjC$a^t)}MbL0mm z8Hbr}4I$Xx3WL%o+|q8QEFD6vO;rVAhP&1H!C%>MQYk7@!0{iGL(h645OCqqo$+?? zg^w4Qqxopgt#0q;RQj?lJ4}^D%VDs)(>1{kx?-LS^eTIYQpn8dt2rbs|D48#;XrJr z8c)f?Gxo)<+m=O_dyan*D~~$Qc)~zK@db=whHMh29xYeG5}fTMlD6kt&-{ST_e-$? zMp1XtC_6yyL9}Qp@G*%EYtcBg_KNI%f6u7RrpN+=l2LLZEDQSXb1eR;<$d~#Mdu!g z90}UAgMC|+VolB_@?;T-v+*WZ3`e>IvPX!9P957`BqsIifHx&(fI<3GzqUulbmL;3Vewn-~IUOueup zPzQWjykKUSm9o4>2+>1(>dBb9RVxQV7H~!_rO|FZjPnWC3o!@R#)aA7=cP(&hx{HB zH9G~1@VEQxp?LGcL`!-Je7Fw8Ek>$!({VbXK-RH|b3tHu+9p}BE+$natR==`RNF6E znyA~ZZ@m$?lBM5Wqnz`Mp1m`SLdLM7%!ddz1GAL5P%*xVQ@K1j2R?vWGEqT>YAb-e zt7G4jBWn@l`DY)!V(I*ttD$7st>Pd*s#F?mTbG&*);(fT26lSD+JL+Ii+0?@U3Nte zLA+_%@k6_fmOc=>?3Zxtm3Dmwk1(d#kv(^6?*8Ro{;8RORZHjQ8>O@Grf|f>90S$CDm({oS0t@2RN# z@q(T3lQ3(_vwa7J@^wZH%Hhw%??fuNOlM68yQJe< zcW;r}=@N-}ydbwR+k9>@Ue`4_cL`iw_FOfOwfojI7_x7_$&_$>$5GR1VG}{K>Qn1Z zAMlqQ{=IMWDp!4RmCzkYew~es(rNfr7AAKAs-&+ja+KsS(v@3yVEpT< ze(lCJnxvPo=;D&>J?T}(Nw-t_ZUIV|a@EN)3#Z`0MGqc{DucO(6jK2@Q@6Sg^Y6}P z5aI;l`8iE~f0Q5sE&jKoCRADLSl;X^JGEK=>U$f8Kq&oOS>H>*pui+bgZtvq2HQ*C#_4*QN*%e15?1ZdR6dd|R0ecHok> zkm*iAkrS;Jj=n{UMqLvww@>pk%yz%C>Hdp#Yeu26b^d&vm)2Xj0Bw$_oO)TPjUSQ` za#Y?nm_?{mgtMfc*GHwZ;p~b3+BhLcG>OuK2i z&uR1a*=*G|V$lO;+Q0;=nMm41ZV|cf0wL}Vi0?2js)DuMi9fWGv|tF*#=v}kD_D96 z%8Ti!pomch=HwiU%*~jBvfUX1VsQqch|$oPtPx(|{N9kL9!A|{-dy74A~(PW%hi9q zs5x`@n==6@ZlHM4nh4<-PT#>P6gp?vCXWXc$9T_CT^S3?C{HJGQx%e>(=vw&?NBCV z1?6T^I{W%|!j)huQ%1bG+?_QOHd1X!yii=;z*OGXN~02ameU;*r1hbF`Y?Q{ezPT? zVjoip!0kCgW)o&0(rF(yO`v?S%Q5|FoRamVJB+tTM{;2rB8bv5-*+)slFapdHc;)c zH|gSE>{a$IafEz$<-HT`v(#lR{zuRq-m~crcg+{9d4;IL1GBtG4#wuX*~%zH`y`ZCL~+ygsy3+IV|Q4Rwf1u3F4vfj)+OhV$h%K3+-+bBv912b8|;&( zn9KL?FE|&i9j@1y&1DsC86rEI5g_z)f3yl10&;aThfWd+$BPM;@g~W$MFc(lYB48LW$)k)_jMm@$;h<{ZZs9h0dXhbTA$laqx7cLxR$yo?fM z(f%XwURrHtjwr3*CI{35p}7wC$nY?kgsTPYYUjGzu3-9PJRI?ct+6~_7=STwUg zDtQ;i9-V#O$A>17PH@(vm-0YbDJ0nq{xWrM^Yejo3&No%9nLr6YrwW$;Ua|-b*M#w zp7`5Dz?kAhIIxkzo1*|{8!ROUK1|Rh#Ctaxk|q5@v>C6&F4wuu0|6C|3p*iN{@{SZ z6r3pl&&PYOdq+eKrwf-d(y{dV5ukJl=o9@3Wgsag3w=^d5~2^tTJGABpx$}o2}{v6 z!bifAE?N5@!~$uiMgxburHiD?%IP8Cn@%=Vdy>$%ryVl_X%J*VvUmJYR=WF?be~mZ z;wTVQ&ue9~4$s;G9F(Nqe3Zrwj|xdm3%7WS^E9TLiSM5HlLVH_zPMA~Ff_+4gxFE_ z&8tNo*2W9*U!!?ktmd!6KSL_g2$ZE*SV5fGVm~ z&w0!1@Q~acq<*`5LON5Q+jgj2r@bqhafjaCsSJPMuon0%AhlABQFb8 zQbcsU>m1qRwf3un`m%MZtnX@QZH*QL(U9IX@~%D|U?k|zhY?H$YN`9iASM}>c*a z7Lp&V=OO{|9m^Uh2yAn%;cVt^HjjoCZ08a`19PE)s^LsN4FWz>i{lyS)z`JE*~6-i zQE$$#(c@iT+EXm%E+|G#UcTeCg( zi1mNcjvoP~;|CP_^Z|gI{*9odOgL4do3S`ozhoy0B4`wn+udL=c12#q2~~&7l|s5b zbe0MCe9i9Rzef-6a$lFPZ||MHe*en#)c1@plbRfC?D;ek1 z(V6Uc+tS1L6NaQolBb|)YE=jz%!YmH4{PTn2vNLVcTSd@xDttXmRB6ZMjET|MhA@u zJfvHTj2Ch7MO8Bfwcuk!^SO+9vE$0DJ=U;lxMDMs?%2qY3l;xtGmOq!&`f9XrK;C_ zkVhi6QMGB8vz7oaqSTlRipPq{{~mg=5)N5f&NihXOWb&`BJSU5KQ{eSZtCI{nH$|R zcA;69L*-!S*77^FJi%E{sS*<8Q`iSPMVZYQ^q#9W#9K0UIe<+9z`1YdN#jqk6EW|g z44z%L!Mh*#I|)7lg;^~HbPS5rkAB3^WTz=2{@#xpI~O4yGW%7B)15k8QAf)V=vQLm zN(GX1BYaW+Qa!I0dprS@61xK8yD^yLAn$`l?xYE&uX`WT{UFwLI!1P*)c{x)jSrsr zn7|WIZ*~t1Lb7yG7}BlYOp4)4;!7o#F1<*6!ZBv<;X=%>NwM3Mg2%qhlU z`+o7OC$`C>P;^)~t)E3v`Y_=)@?^jbBhgDE;e|Uu-FRy6`7ALwS6)c{AJ#kbsLD96 z(u}-Aj!k^4pEW`5boel%CiD*?j&LATB6+Rw@KZVxe=Uu}sT4JL!E=ZvJX$ESCC|{Z zS%A#CPp}$?8&CuUgxM;(U?0TX^?L_f6Cv8=6{?LLZ;6#PCB4|S;4RGn{v^#%E9asuI@>Z?4C4R&wE5ymeokL*2=xNl`xheBUK}9 z0QHhNDzia3Rp&~=zCyXi(S_G#aTR79(@nf@><1N?xf6o9)rh_UnbsokUwg$+{YdHe z%h89B4MQf2C>QD^>nb$`RFwtl_djYl{5op}gBp3&tM1c}o>5X8N@7kL`02<<4hjA0 z3>WdCQzN;(1PKAfbI3k-&kMx(#`aH%JeK4^lSZMLy}dl-+o9gOA17ustC1+t1t4Ip zdiTosZ16IEO7&7JVQ}9n=+bKm&GbvDPxQ7zV9rpYMuaI_=XTZi_jW~AUKdiX0baXb zYlHTMh}#U(d1t5{OcG0PsA%!*QtkjrDxJeQ5iOCv)(sA8_jt8kc{;8Z9)CP=EpS&B-%QxqM5 z1Z-~M&FP*%FF&X`8*%7FloGO=C!0C?x+{jXE{_!&b4py>;JHbuh+k8;%<5P->H;A_ zr*058Vps6QaE|{9aZ5R+Pb{6n=`xm~(Jupi=mQ4*@#cgzsAvv%QT7?r_)c$E8i0Od zXM`)|<~Y~O(D_?Ks?8?V3Ct6-%^+97Q)X#ilvX%fl{D99X7df#e?iZXJ^q>`*6Fl4jFZ^SxC zhHfll;?%I&jthZ@@&FQ4xh~kKBc+e}p|e+MUQ$CVhZt&4Rfr|8C>9-VS>avqr@$1DeRE+->nb0*xfW5KX4a=rVEPzW>?Z&P6@+K7z9rcm8R(C8*%Qj-o| zsAR$a$EeSuC7SFiJn*~8lnW5O*KF@BBbosZhzg$@zf!eg;uQD-S*Qoi>Ip3#jF4t# zQvt#wO!~sAG;?$Re#x1&+%g7!xwcx({}S?AHdQ40BqVG#H0@TkB{g#lYY@P~(h?1* zIUbTMv zc+T}1+e#ngtbw;m zD!VL3zr<#lN>Nh+7+dQxeY|Z0xx4KawF&9bxt;RMU|jGN6)!i_g`g31pWlu!m@Npx zbljTXkh|ev(W!W&66oCA0xG9@{XP1p8F7c@0{#L9-%sm1fNe?GF_=L7E;e5bH^Z+7 z%P3u|HP+#5BMhvN#fsI>F{RQ`mEVdXs)}aVVNi?=R-`4!7wC9w1Pv#}YcVgW?dVse zl)pz@ir0FJDPoCA*CIx@kNMp#5%Kl9xu(j#5lcO@$?(e@`U~piel9a9H?U6NZUaps zDhrppOh+IT>Q3?fApS&uJ9k!hIXbuYWMpQ6>FN6*6T+VQX zlTLL~d{j{y-@kTGSRu=)C@Vz_@Y5#9daOoV+(Gm+iH<87qaq-$^DWn>wF!`9ZO{uv zWfA!l*bzpQL+b97oS1u=U!%CRK5MA30HKH8ZN=CAjLTfXWIMK7_ARbnkVAz-9w;=J zWK1uRK@j%RUAB-rOE8rLQM`6{V$BRjTvj2PZQRUCV+|}|&~0wmdrH}bKoyZua__G~ z8?*^=A(B0{RBEy!h8dRD4@8Jh&8QM#ID7luT8UfX=&TL{>sGBqdLANE^Sf~t^*1Im zCrqK?0PigNi2E@+7$+@(JY*9E4OnvRWnf8sAW7NU<8oR9UT<2%_ymaDcz66%qMx74 zyw&#Kr$oWVV4Q-W_Mz$tvsQjvL-u7{AuR2@p@F1>Q#N^a^Eb(~0v0>PHs`DgH$DKie+rQr!BVT zq~r_X+kFR$d@N+CT!u3fm;f)17T;RP6rB?&gG2&|7Pjn zWbmo}n)?^J>RK{{8J-%hL<)FF@`JQwXD?(YX^fV`Fiz9ujj_=g6Q!;JqoysG5sJPNQ-rb=F8B1&riX-?dic8K1h@x1+uvNx!>_}X%+VXQX zqKM-zd_<6X7mAubL*(^T`O#E?%n1iv@?YhRKUv_uoLqmXHRvom_QP$pRL+@rIfmlf z{4gg`;17hhrdl^2TE@6 zVXrq@&kqTfsPiK5_A-=j{hQ2jzU}$pt=#!Mefv{y7BiQ;`rdP#-UmYl+uW2~P~KDW z9+gm7ImSEp^NQx8>pluL>{Khzt(w}S3GvtT*%vfj6-09;<}4<*uNl#?0{Hv~$cpV< zPXLJ1!>yDXB@M*h&H!NE0Dz(okK)fZi@Pu)TrlG@;D(9|EJ!4v{osSgc+ELO2!zcP z>}Fn_Ti`QfeSc@a2eQwNVvzO3mfQ=tS?~$)qS3sZmgg12tEazAzuo)8j(GmT{luJ^IjIQ}F={21hohHWtIshZFC$6KrL_{>@*?OvaiBHg*@@XGpMR4aCYt_@Qi{3ZyzKSgPk?A-*FG9QA?mgnKT3X9K06 zV>>h^(nbfZg_o>ql;_H=7|IiV`Vv8#B0--fxkeN(ia(fx{<+U}D5)GbIweC*=0V4& zHBy2J+wbm}b!W^Xa)5ui27bQR7=e%pj$YBqtXkvs_2bB%;~&P+7$vhSt^t4R`A-@G z7@+&cy2?>fR~!KzIDB94b}!BkUOs>>yFZ(*QFQxHC7tlLbBb>-i@tG>!%F|D8v5@> z){IR5V`Sa^JF>?7-y8#>#9?f-DSSRGJXT;wD2KWtc^US%A6otTF_ZY|6pcer7E>aZ z|5Xclrr1Vm7=4tYz@7JM(fkzK`j$N3etd2|{Qk}xwF|;vw;o(1lYsDONPm?Yon6{L zKJg2D8m8pc;*#R$MjG_gZrtj1;XsJN$xTtd->28LM0-U^VJ~b*hl>NGZ34zX8bZo$ zed#k9l}Q^&ve_?N$#3OQ_e0(Vn(l=~ab>mXwsQlZtQKLU+9l+rOc_Z&XSL_z8g}Hn zvu2XT3ambVtcAE6x-V;_bLwjrN2(V}ZX%2bGD1!Y&b!UeIB3@XC?E!FGDdKWMOGe& zDEr0a0~pPJQbf|y<4=@BI^vMM6cy1mrtPVtbSADs6xN7}l&F70p&^hV3iJYaHq0wRh|vQROG7j$jyWt zN*t9<54zwM8roR`@>u{g3i+mPOQ&}nN|x1$^jqhw*ZDYDY(MUvGusKMzuEckechr) z>hSgoKqW+dy0YYhO#EUyX=jPjxT|w*?w|)w>6O2%#}LrMI^KWM=y$M%%c~#Qh^hN9!W0Zk@X~V^br^6;P?fXj$kq9py;mms z=8JLa%K!M-PxlhW9rurJZi_lXj)BHhdyO_sxz|e8d`>+v;P25?g#IxS&MCW7+;j#B z#hh~K6FZNh797RJj%e5o7RDZ zEaztW&HYxTT}9mq*7fdRxRc8MjAWw?gGOBOmrqpz0?EPh$DG*w^QHC5+NGQB5I0V5 z6o7I=TL_7aK;G|x$TCb7%~uM7f&dd`ti|ll%%*XP53MmMNxs`>o~GD}^PoZmqsrX? zwNw6FsALO)@%7teYU9VtvVl=Q1PXk1_9I8V-;IZv}LL)}{@p!T^Q~M4P9qam~ zb*QjwukybJDRK8>9G5vN>!hN%CdLN?jo-yD~fNdW=?r95goEmKb%l;kWn-Z_EfY|ka1*FEcMs9(pXI6 zp{N<@I-rikDfo5PIs8VY-eY~Aj5Rk;FIQbdD0pN36Mg~M`ATwP~tm< z%$w{+@6{#qy4R5N8*E81pUi-F$@l8LX|@OYeavUli6OSzEW#pIoB_j{|7DeD-gG;;y1~ zk0dO;qDPYj>pit46!)W>55`}dN~kE{1I1As?9{=Flsb#xM>CqRzblQnymb?K|LG|H z?;`t*|1?QW7L zHghwO@-f9km>FzLkjVZ0*Bpz_*wxg5G%7SVOFu@9($m-=o#G@r_RJrSublep_E3bh z*b$Mc6q^m0a=EVw_a9d!c}V8o*y|#*a68)pzKR^~MUM=X+O+%C_G}l)YQWM8kAj(i z;_A*U(1?%%9C;TSYpmPlx^dk|Enw~^j~JqO(-kjw#8s-HnR$cdY?%z8RiF;Z!`!Nhu3^5UBTT1=B}1@_!;V)S9XYw_O#O%V%9VaXcm1NvMR_@GH}XEoAfi<*ZEm2>$J%Cop+QhFkX0HZ#VI;XK{Skt@o(L^Fy$S3*r$>)Gl^6k-WP8ZkY6RQBc zB3j4uLjw0nTejiP)eye7BQN~0q6s}6Ny&=L@(33QuFce+GEp?h{Zr}8)V-`rB!)Cl zM+$ekV?yev!wWf)%b?Vfl>6KCl~uyI8TV846=AVOllB$eE)T=w!3~e1KQr*73gJA! zyCWo!#0>}aEims%%bg93LrQH0A4Hj6nBw#h>4_Kv16=+e`F!wAv`P2XC!KwL<9)CT zdFZ~Wb_Ki}PI=U*g-?e|ro9MBX!a5Pl`D{B=9K#@kcrVN>5 zEzGv_*yr%IWsr=}na+I$0V}dBzs( zS%U|-T1i#Mto~&2j+9aUwO%g4&}3p1zDI3L9hR$Pd-*CiGr23NeQxHX$x1Q`wiIVc zG|4pKt8L?V_tO_=$n=Vnc)cD)=H@%2NHPSK_BEV)(H)xT2(+v8qHG}y>8#Szc|59k z|47rNR+9JF`E#|RINR)8G=Nu|wjos|;jo9HEM5m`ZHhb$i5Lq}#4?>7-W4;X7W8;2 zX#oRXY^PXG^r=aMfP)O6$J30 zwO~CMzpOMLhe4-!b0f>)^-oNMUqWfl1dh5K)-0V_6xjc7M{ssVVRAt#CBt>U7Zz}s z2O*fpA0L=8k#)(EUn~rzP3qxYbv1Lj%(Ma())6!z^c4Eo+>-RRGD)TL!};>A@^PZE zO{UVYK(VK8-GK3ty0P~$1ZO%NoN;qYIox~tu%e}=RFTBjZIt`QTy@b0=T7ed}U6&RL%6D#3@{p1T?XS1gs0`3= zyKOr9V^zzvg7v@*Cd@iNK+fDbp5tzzEg6FeC_I=X^PIA#FW^%7fwpYu*%~9$ZnrI9 zkr?A}ZWmYkYNPk(7?~bhqvo1;jPkS?BgF8Ox~T59Em8878!TCG*kD@{Cu31*uhnIg zisc2(;>~s4thW9oE1t{8b38okrBnx$c4?K}OM?5z*F{`xjL)@5RVz`RnjT4utYvv{-7>U86?2V~hcG9O%07D_ykKGs!=Nq0>ivw;)3cqx08SD}KQ09Y|DQk{4g z4QLiPk$3m@Hkqz#Q+X3QS`<->kXG7_U>26%nlv&lCT2;ZVJ_loP@bEeYEKBP>avmh z1(K7aXq^4QADIPLSc5>o&GEILCn7lUs!`=x+rublBRJ7$FskNUI>?9%jKNU8IZx9X zyh7;P{*Dq@HIVc^KUi4XGscJ(-{CNIhAsQqD4n(yg9LX4{0!_59nL3Wj75@FPmkIb zKHlzIP~8p7LX#W8=?)r&xVRHaMxJZveYzgv4{m zb;roEcW5&L_ec)72btH;Pwf^MSG#yLMxzlI(owY3nZ)+)FAO8mcv@i!aBN#F4^&4n z69@5^J{bz8%|XjxhhgK67GwK9$9zmS~kn4(EQ9xlZIuVH1)Ry`Pk+ZDUQYq{XtK}>0m_0ZcnG+>$` zB!3une&e>V?_X?zwu?$` z?=r4Vx`c)-H;^7RacwBB!>IJSQR69R_m{dyRq{L49n_n)(`_JvF?*l#D1(Wf)@_!Y zjeOsU(1f<)C^2XAK!RI~kb9MiEMD$Fd~qU3neLm$-}*J~bA=h!y1U;#y$0Fx7PxTF zE!n*cD~im!N5aUPmc4jqoj-w1|B)es`en0e^-1#2Koq^$W5ou}HQ`zjXRbI~c@^xm zm0n0oh7=N+FNa|bOrClVCNNfeb||Rt7i@%A^#q}r-I`f46ie5G!Y9ccJKl^e%%zqU zZP{(TnGx(OYHuT)G?{u4na3y?iBUc8f_T%~T1t?arZlqga67&3aibJ@(#`&%+H?p* zx9LnNsbC#sw?fKv$MwXn&^eEn8nCq0_EjDrcGYX~vc+^d+vJIm(FpITMr7N9qBbN| z(7b&UYsvw+*jX{|0_&m3s;_S0AojvZD;%EZXupN3cC=j)#&kEMJPr%PwN)FD@mYN7 zcJcNgwtN8We90Trg=ef^6vZHox?N*fRkvFQ1Q7AFVG=TYZ;PD%zTJuecMBr#_Ob>B zhdTwh{qkCNlqHZ)w&IeMg=(q!{K7Y$rc3kB)Psxh^3MVDxj87lvltw+&+LU~KWk)H zPp0-%FUuiCu3Iwp_D=6%+=oKa_s_X+rU~1F8OM1>k3sk}55>>$qW96CbG#y6ydfVyrG8{SPNM8`FP-S7o4MX8(T&rJ6OS zV>VgfdtS+(fK1+GA?Y0cZ=lwRizKl$y;9Cs21~N2)p5u)SmtcFHs$HR;}Nj^n%-)V!u_I5@urAZu_)z z0k>o8xYpS?#Z#2s9eYQ02LGJq^VwJyrq+wXG4OAjZ-;6qBGg~1=r>;|%%dMa%DqQMNk3;tWi}3hU zeDd)g>T$PRB@UGuY`d{6W#!SGJ-?ISAo2Z#0{3L6m5ap?l|ms&!Vd7qF=dVQwsulQ z3*7XDSp{20zF8F>fhV<2CH$cS*IqP0xB?uouy8?d&vIN_;oQjwM5#u~i za_FxChs+ZJvA9#vt4^K-4eX5seT^~170*OzGQjYqQbvGPmXHf6Mfj`{99+)ZeF&uK zk_TkJR!HsxmPm{mJ{eYlm}&S*nzs>_wLcqPfxF~p1;Tg~T#{M+(#rG2oVB?*!^RnU zMQ^r%hWkFZJ^)hWGGiMe@ZBaU%(Lf%nWn`mtBB*p2NrRmE5TWD2R?(E2Ukw6Jja}G zhhUG!3|c2SoW%|ym6OtdIj0{z94KYfGZk`^cJS&2M9|C_FnHkt5@@!3Ex+24DY!l< zB>q^&tsRK|F(>;YNIixi;v&=-NmP{t{IGJ`T7zm)ez9etpL(Kvq{#2ntY!8wf`uhU ztqdw|JDu((cp5soONs*g(v!_uFotYJC@1&FGFl z8Y-#xFucg8Cm2(F>{8`(RTSGJaf?DSA?vaFIO2;;)QFzUxo7ILAMTMytWUt*dUiaw z{#-YP!#If@A)SlOi?tdh++4TX!66~#0UD`&{eaTJwH1@<>;|hOe#r<$i^;iFKZ{Cn z5Agx|s1qdU=d+b#$xu;+8F$Uec+IEj3a8r)ctet2saAI6r0ts?%@!OmEOaQc!>RXaS8BxaeE}{NfYbz zmybA)Xfc^?EZ_caNomfo-OA38bd$)>ZU-w>g89%gWQB7qHnAr%`WD;47UL z!{(H?h43uoxj%<`3dzr{nT>kA$;#H#p3!3CgAW=Lg#;N}$@bu%A+)MN4Qe`Q+ zy=`&)2t0ukX`vBMS7+IBgxN@0^&vz`RVmS7nh%!{nY>Z92ON8cjj9PloObXtCFWR8 zB$bZeQ+I3G#|m>_O7oyf_{J~1w;G|m-lM#+X%{y_Wr1|Cs_;s}pJoLDeF>iag!Aw! zn)qp?yXAb7jv-(BCtL3q6PuNA75Tgp%A7U*Lq+=@UNL5J>~M>LIoxrjtySb2;VDT@|k64z11eiFJZ#D4pVz_R>$10Ub>J zxVg%B0Y-Un_WBboo000JU`x2WNAG-ljAdG zEpS$4J+hEBC(_MTXU`JRX7K=iv~Nb&b~wM6cwY60UtjLVmJOp>+S!FCYw}OF#Q$)M zx1rtlXF{k~VewDyCobYj4j%sQr#WLnTZ_^~J(5wSeBnNk;4?l6PSh+p+wd9TC>T=A zh6@^ktM_R8t@qqHt2Fo+tER)+ze+Z%-30b5B3TSZuZxoLEFGS7zS+f_rFStKwgc%t z*in5KPC>mx)`5m}7t@e6I5{@u(DGUJ9V+aHtNU>ubI_-?&8slj+|#C@`@Kv<4bgpT z2W8u$yOMVc9G9W)pxWPxVxU1Z;y+as|6TN&o%w%=W`2R~|Ic(?Y)J)_=>s0`f2&>5 zS{K=m<9>RDFo`7!CYE#f*WMh+Pe{`0FLw=Tq1>baac77myzfo#>FHd_@ zb9ZTUeV9|VuVA;1uMZEB?rb`>u!Ceh-8+Bo35u2X85BCSC4k>;9a9y$Luap_D_F62 z0y2{@4icZ9W?Odyt+ppqG?yyGU?Tyfmwc`pCvtp@4Ke+-sP1EgN+72~G7GA48 zx(8koz&Ofiw}0sbwX|Tw*;BW~`<`8+wzxD(vryM3k+PK$;xAyyxxKTwY@+el)6Uc= z9Tdbakt?x_`2;*#A1T&|ss56A6D*j-lYcLb2jz_AyQvO6rTka!}N(pCbfkfTk zEv_Zq1z7_9N0f(I{nJ=#=yy)ZButV6`R6~V0iJcqgZf6v_nSo&(t3oGg%$;p`M)<% ztfe7FkUjXEE}BGeht`BQQU8XR+aKTYt8#^|ayVXKW*mvTpvtUI-4e;fXWg4IEu^*q=DqDFw%1Gl8fo7PPFs-Nf#R}E|p}tEeYGPJo0{DM*IS<6VOlv zyfd5UD9VdIb2jx``du24!;?M(+=03d=ti{;euzmziF=L!)=>VqjAt{I z1Y*wG5G!)8gzjcKAQ)4xLf3=)<ex$|)a@nH!?&vyY42W!NK(bZljL%c(jl zq#dvdxYbtheV=35k9?^>VXp!l-$g{QEf+9I&{b{WL)&!GHunK=J+|GRfUHTI^Z+_v=@ zr;DZQwLuo_Z$}uoSe@OMlznV(=T)mY$f)W9Co|tjqRDwEnlX#;=sm-9Q%g$Vlh5v~ z$(ZXhK)wy8we7=`vc`6sk5oocQ*wq*nz6fUDng$Miep!(rbNlOKnakKOjR}+0D+bQ zZe>X@M@vCHmUMk8(yqL3ORAiz0)S6X3LL7ht-@w@OsROI)BFU8%UZLecW$aP5db#* z^zU52?&N-UsLv+oWeDIhD>u4yuv+Cul`pOi`u9Fbu{%RLN)HB-7FM&MC*nw{az8{n z1Wy(fcF6+c{u7LK2`4eVZ%h^JF7D;70HO1Wd{{tR=B90yz1j9)>O_WeV$tWg^iQ7g zxba+WqDXg#MmLs2*F#Z2e9MABe>hDN8-Pe%t}zI5DXY&Ll?6m^Ji}HL)QOTb?v!xz zdhmjNFE&5!TJ%I8af@vqQ?5f`1MzmNk`XLxH~3y#gH?lP#Y_+ux@?ThXt0`S>^k#W zv8h8{yv=YM>xR3qPE{b(8^ajUs0!TXDQvIGCDYGaSM5^EdMnf7y83Xf^zBlj{?dgY z8~CyEkAA5$4&%FicqkQ4x$JJ0W}~|xg>%FR*{Kxq-IZDtxrnL>A=G9#tBXaCnKiK0 z*?gX6Yd)lPtN$d=Dyp;brwk8G+z!iYPkrd7+V0XP!uQUzi(C_Rm`>3$EOl+TzfTlR zv-_n(UpvZSU-Wv+@mMfyV$AqAJV;AEIPSI96WTtwnUdo622T{IpdlmIe8pE_9Wv7b z5~TtleAWtf=OL2e@XbsOMPmbYkdn*5dVJ{tMF#JAJfB7I)~F!>Yj*41*j%Vaqt2zj z;-#<5$W{qY6HgEa>Xw#nHGVXuT+v*ohP5?eI-J&ytkyrpM^I7@dj6gGS9HifsazOj z#*l}C)xv0sq1-zQ<}3?EUDIqQI0;OJ13~_yV#g*+BB%VB`6;SI^>gdTccZ;kpVLq+ zT4}HCe{^TwQ8e$TCS37mRRQFUpBE52Rpb>{>Wc7_6=Ib95+Voq9Mc$g#Bkzf6I|Fd zKTtaUO0;r=FG|TuB=%fW!9Wey&+y4?-xjm&#BHN?a*m(EWzdq&1f03O$nE>>34>Z}7Ru?o%|f9<~`J?n&b_XL~# zP2Q<4DnhWx_Hed)S!+dsFgZKH#__fJU`n&+Ex+>*WxFB$yQ`8v;uuJJA8OeOnq0&= z5+<$I*gPFGb?v7TbJXU6jq0Tt*rH75`a!L8`fyhPl%9CVj|2n12nxY{dWea7xUT;w zafOBb!)9>9J#4x;SSdtMZ=ag?v0#Yt7*~=Uw4Fn1R_U`lM$`i-3PI$dqjM zjm$^y)p|vR8y#5^ZJ4~H;-{}0?_i&Ca)`tq zBs?G+nrx*%-C%AqlX|BvqM05bcf>bAwc1=CfF?05gIkRN#emP6aY5- z#2iwCwAmKVECizw%m6)*VtL-Y#*OIp8hCOvtNf0@)MtH|c=%pi8&jBIsdD(u@xK|S zB_M3sWK^s_JPVUi6+WgdB8KH!fdCuaN_$D*qH)fd20WCV{*ahe6B>$SWZyxdr0LeR zoMLiKvx=}1Y(7e*ddA4EA-N|NjCKLXI1lS|EDnw(5ZQOzq1-W;YT(Q>Q;^b~fDRvA z)AV@gX&P;1%ucegaqe+{!l=Kf)VBC!n?^POMgNmSqo%uGz^_~BOE~v(N`kb(Pj|N! zSmT@8ZxIA1xOx?U{wPVx;z_!XVg?jE9zHfBV*;YSS+qW#2L32SS>aAsja`fVfqQ{l z%a5L$>DoI{Fv@3HJEjUheoB!V_@uAj&LEU;Lz_4vNDAiP3ZvB&h`A^JnuBpD82Cvn zT*%J1cEP%+y0M(Zn{`wopDpAn;{FP6t;dDyaMVOM0UWuVgIS(R<0xE}Y9_WB=Mn#VN4(LnjJEm&7R>5S(VKnSFK&ebj4P(q9t1JXns%{Q4Q(9QgZ{)eV z7~H}BH6t4mAQe*6CBTojfUZ5MR%NWWPoOyM$v!A;HOfZ{-RM)( z*B);#`@_}QK>awErkZDcHaB?LR&;D=-HW?o#HCF~GT+Y6jS^~4a?Dbc&no!UTBO#R z(qFPBV}}KFI6FARzpi6G155;W&D7qPu7!ww#f}Kr{5)ZQhWIA`a$nDJ+7R*+k%Cp2 zcE3C~n2gO>d#8dJq}zE>k|B5@IefYl(Rjc;O2CdSV%6zH__Dtv{aLMacm1`MxyI@f zPKa0vgtTIelyQRHD3_RHcZ9n!1Y%8?~#zs1alahT0S&av{!ZQT5B?R;#Tc7N8=%p zz~fvUZtxYo7Ro39sw*$*T*=VscsP%I^fg;bAU_`gLj&BOH`IjVQ2~9%rNeQWngOwb z8wXGDH<@itv%PV;>(fBfZTt~5HYpa}$$0?wl*`1{rN0?MAK2o%k2A~IZ)>fG5j#X2 z=R%ZK1B)qxzI>LVnbD3eSY>paG4k%Sju0dzrLWPX2xzPg`Y;@}7PyzlvDd!itN4UG zOW`j~rLR~5zzwHvo9J$9X|wvAS%e=k9ygz%Cb--2R($cgwTr2ZKYV~{LCgO4`p_sS z??gn5&b9lKvOhq4@xHJBp^sw!uO_qfY>fXSFxsp>Swr~0UE^BR@g7QmBibNhf6}yp zU4L!kUX(Kyzqaw|u!1tz&@2pil|y(n6cnG$x~EUHxwolLi^7T^5~ z@s=a&YV9I6F`jEi{ycE>lM>9o^)X+Xm_*S<;v1p0r}Vhm_4<8;;&}s)l#_}>6gj`S zAyn&UyBe_F-ir{$BS+Mt8EX1`4AV|sg3Biu1%O>M`hya~i8(ygM6ZNlO~B`>1fz1f z6^m;eHhNW9nX7@4u>{Y4E=7`>zm??Mh~;kFq1>ST71x|o!aV$EI+8_B`ZZ>1&%Lw& zp*=7rI4^{OsPh;nC|1XdZidL0OL=Ji*s5D!Fuxh$0u}JpK{yf48l%4QWe*(bih$l@ z{mNfM<=-?lM*Edb{Ru!DHi~UmdbmhBp;-I&3SLxT7tf4L2a+hM*C+Ud;O8`vwn$@a zB3jv{06=6(aFonUmADE5*^7Qn3D02Rd=FTwQj0evF)qa6G{vXFB>=N|(KYQkhGpxf zOF~XIdPF6$-g{fQ;F(LJPKi5G3V`Q^;2eM&&&MRX0RCV!BlTQ+Wc`n%rGPJa0kW~F zKs>JnPP}pe-k3WZ*1KC2E$TQ2EGA1TfO|3xvHPljW#oOm^e^#WECNOZ#mW(hEhd#J z4cE2C&Ca*1pm6nmrr)nR<#JjudlLzPl)-p`b!qtq5R-E>Gvl1EFu?! zDY|%D^CHgJ#Ka#!h&3pybD4SxtxA$g3L|4M(;jm$fg7F=l2!umGoT0}qaW#l^tir) z%%qX;W#v}9G{qj1wsxl$bF(!7-;t!J*j)=$mRuv|$eED%x37Rf@TVn5W16s7TzLj2 zX@Z0~5Z`#OE7O>_req01F7XhoNWx(VXz1<2VQL`z_vYew`vJ67;PAVXfodCq;DL0D z?_7dPU0Y}ZKb?oXz^JY~Z;g2zVr9j)s0@H`L>;Uaua=B4(Y04wS&91^sm;Rgi-|dp zC?3|&6(*i#v4Y3=C!NBWYRZ+Dt$Z0$!U2OVl6y4 z@HW7skV!;taRpg$N5*;aN8UnIQ>OhD9$5&usAzVzMvxWa>{VJGT1BHvMmfc-`Tf0j)tPPjVI8&PHLuU_ z*@{{#PCCjEvN6Z#4FP7h8R8>G2i(y~|0^E1UEWKw)et~NWR|AMKK;--abHJ(lvU2- z5OhJ0tYEdr=pB6~^`4?~BOdhnt9Q^_k983Hw+!aS8R2#mca?_<;xXp7?duih)vfTo ze#{FSQf?ceMe&Gstz3L#zhs_e$2JKvJg6|LMgtNDzu%NO)Z&jqdB@K~yH{#2THgQ| zu!U>3PB)bDc%F`ZYDJMGb?MlIHaC;%23gamqtLd5rEe-7aA}qDgX{1ehty|b-h=&8Vd8t70lh@W$ca-s_MT!_vA)QQ;L@mp?W}>F$ zy1UR%mV+^O#SKScp{*>(Cho0g;q85a+5d>+x^(i&gE~!Cs@Y^ zJ4Br;K|)`MInyjltC1%1ShrL5;ISZ`T~U7b@uWHb=0WD8>H#&hhv}tI4gD0yTQ<(^ zf_Ux^p*Rt54m~?7%HKpn7RT;rOak_%@o94VuIdi2_Mka{s_q=En6YE=+EcP|CGD9d zBPYUdEenp?y8PZOv|CTR9jXaF-^Tog8@X!OM`@IEW{J0di@tzbdVl_t;EJ8?zk3d4 z`2P$qr+>jh|EsMz0Tqca!xI5t*n zE$$tQ4ZN#>d*>c25J9k2PYxD3MJ%qDDLKer2t>FK2)4roTMy)Vn}D2~iCSZ`N; zUK$vgA@-!wjPqT1w8C!nWDridijAqYa8YhIcG*CBy*nzN*EjjS<}uep8D>`*bIi02 zjdIpK!HkiA7Z1T@C$MgAnuHzx#>!l>rX$(^QFUf3tU~Eu+CtwOHo_TT+KCmWz z^n+${iu!}pWM%cZ$e&{G-k9Q!KP}xGSdv$KJ(}=GU708imYx!5YPfg4v_z>4A#2eF zZ92y^Lw$ukwoRT6Bf?84>~n2$PB|oh)?5V$%mF}P*h%k=?2QQvXO<8&pOKMC3Ll^d zNF$M#bJTF2kF{{C7Q3!61bm?3JE!RAfKN{pq8vSM^|nqi{xz$oLf%o(H>$1OT7JGC zSG6+0@sOYwK3Z&4gpR8O0R1}Bu|jYRp$L1bOD3AQehLHsATPsVlN0*Z;0pjdv9q>n z2`L13z*zq1Jxtp;)|(_j)O_sQy1TSj^5w%7Z82w_ID3qy@V>bT&hF>9Vr}x4d#qcCX)9jNiEE0 z1;>t>q-L+zN>&2~54otgKb|6i;iF%9jz)g-nT1C1G(i@zEbmB%)|I`G0uwB*e47I9 z8f9XFwW^JJ!Xy6Bg66=E00;LVE?mHjU3DY3YWz;g4(W8grDF&dEuOml;s~x<*tE#m z^bX&A*l`4Wk!334Q3rXRHOd*4Xs9dN7BLhQU_Gk##&UKN(^8My0z^H)p`)HT}Le=kUgy+6dR!)G!u3sObGk?|=Z&HZ1AXQMH%j^^orz!0#5 zayGO|$slKrU7XK{C+{wtPzi=JDJ{Zh0QI?y6#@s~Wv8H!sx|nJ7XV^zHwqryUzQa! zwG7!xaL{^juecL8*qqH>p&HHet?*@mDLt-cveB``zi)~ToD$k#NL|C&8jc^E=C+#! zWyi{g|4LuzAr%;Gwq)Fg416?cq(Z*I5_8`7h_LFeyr+pM$07Sre1S3bNdThI(C;Ht zX3ta4@SSb# ztP?5UvamR}A1aOINEuyC2If&@2+_qGd-T?{+HMRmP7BHC0L=_=T5&~lU6{evoFA)c z3|qNIe=rk0@?_pbWc671V9BC`cEWH$j9v5X;wf_@ORgj*L0rqAxelaLRK24A5WECN zh{ngT+OD-A`>ONgzGOhk7?_f&Ed)hk+LV;gn`f12lb*H(d~D3vrDg7U?NsD#S?`v{ zYlAr zde&hZ$;j;}wxku9TpiqWe}uBXR&b;c3v8isxW7`va+xWqqX~5aO$%c50gz2|C9&EO z{FBnGt+_byOzipS!oam9$EQE|0t;FG9^X3+jF=_rH3>RBmX_1W%BG404$|o>WN zMU_<3@87MUp+I$s1d$qxkpeP#d?hP+;6t;U#v!^!Vk!yolak8!+`dicRW!GDlUSSR zOB#Zi_MLK7zoW?Oyz+R@>ZNrA;H-YoCGk48H{QQ*{Pc0d2Zr`|l@@z&t3p_5Ud!xpupb{wOT2w;{?I6cH=*{~3CvmRwQ>LcvC>gJILuV;JmzS!y8!`}_%amM>DOFdPZt zPP?}FD}3+fRdn)lSYpHQuha(T;OF7xpX}F@=hu7Z_dom3*QywdnDIC6aMKouuAI z((|z&(llQLK*UOI8`4?Do)s#cfaZp9DYnU}iiVpknCh*3BpH$pQaT0r^a@G(jXMp} zoVKOCev-Cq99HQL?%rWK8Q)G#~s+;5*K@%21NpoP!7%13w-@W*3jHdU5oUpm2<3yv3T>!g-TQ zwAk^Ad8*EDBubp@UomfICH|af$RL%|pFe=s6Dn!aI*Yk)SoJr4hJ-wmUwRNLAj~0GJCm{!u}4^D3_o!Gm;dTJvB;N zYk-fqAd>)80%8rNHVV{&uSw5tA~;=$G7%P3hBtnjeR%oG?k9knMtw%tMaE{&8inx| z1Xj{geZMZ1c$E~BPym03rN}EP$G_(ZGOHGmgvx(OF-gs3-U6_!k1kF#x+My{cMwNWlS?1MG)GD3<{7|K6iC)Df~9k+8zba9Z|7#W?^_!iw%nQP`zlU zL2j+dWh9F>TAd4sQ)6Ht1tS$uA?xUs9P^J-IU1UupNrp$Nu^Ajm^BB6YgQ7yV(tB) zV^I@l3}uTZ$>7SVk&C_l(`U<=Y)visMf!fLpe`pMZvDciw7~#MixKU7zPB}#9k370 zuWYxG(@hY9212K7Uxr&lbUJkF1jRLs#LrJffZQ<}4GN;CVr4y0j1x^sZju^#LNCaLGHf6qW{k4O|IJ6SAM*%532Mw~mTLE)32268+^lLN8oJjt zn@Pxw0hl7e@}bF~!xB0n6_<)YnY#hqRs6z21TPx zw)sP6dVu(!J8IMs*9^tUoM&-S{(G|XwR`q*-eHRs{~P<9d=SKUAAP++8qj;b{(e6* z;DSUMHys2vmivrgA}5*B9KyHfyvU%`37!y7k4E>&S%!G^VRe^D5(|FZ!RxEfJz( z2D*_+9u_hr=PI4?^y~-RIU(;Z>hUfwH3`n##SXtgdt=*qKaFHN4j`LDTD_`(*9_Z` z0YQDXO-r=_@VZ)<)Ei3&TXPr(X-rQvmNB}wdEp}U<_*&aa%iVcR8`vgNNjG^IKfc5 zv)j-!+OTiogOZwB27_%RS{NOkv`KJT={;kHA}VO1^;)c>f`60)qiR?*hJ)hC7(-Sm zU4KI$t<6CB#RC1aaHlS`eO{H+fu=^(#18p}Z07d5WA#Gt^!9O%Q;FI00I-qXWaj%t z>tv^%3+t2AZ7M#To@BUENx0qgW27El(0!Y3>mv(d<(oqza7dWmIkyxgod=0tc^5E~ z1jtrERV?`IET-d-DpWd(4J!&}0hkBdL0$nIwBy^`eQw?Tuka$5oS5X~G;<0W!Q3qv z6Zyrwe-PnBt>dtjtW_uu#kg2JWB}$o0Yj*ME~<7npK6LxB%gHqP8HC>UVMmn1bB7bYp(OT37(lq6UVT*-&@YoDiB|1$Kgaj$#|Qa zfbaO^@1gk}fFou+=>^%RiK;BDB`8;rbMv&n>8pZp`OE`}uHuqIu8A4iLNyKYSRTQ% z@`AL$etVT{)MgqN&AMf;&FaebVN+WdA^qWrxjx}6rM>IkkZp{4XO9%U0{nE3`=??A zfTapuOsHqmlrw5YAYBuwUKltBm6gp5c6(LD!aA2alVNN%labrdc%YMZO>FJ;-mVwx z^jUS#esF7+vAr3TbxC=`og3HxzT}bSMk5O7;Nc?s1!;Y1*E{M&1l-4qZzX+)mqr1@I^*1jn@@*p?$?WP)Fi|YE|p92!w-B>BUuk2~Gl?V+=x{ z{vV9}V|ONiwyldMsW_?Fwr$(ClZtKIwr$(C?Npq+v27=});_njv)5_!!~7Mak1=}h z5Bs$e-o`k>?`V&3NrPl=34$V?ti6Tz^*pM-Bg7s054Np=zZ4KBfXl17W4aonon20; zauuvh3MLy2ggllQyr&;p)_ywT=VuL+UiW%=8n8OtvdlU)Ewg&*6yC#nrf!Q7+#f=~ z`#NeTg_a9^rf5O+;A1P0&HMnqhj~y5vK=$`d}e zPn5Rvu5DdhmU5Qc-t!^B*T&|>-R47YS96Om1g$H*e*P1eH>g`Wc%1|PlObHUd6DHS#~&Vk{t551&QTnW%+=H~=e_sl z#hzf91+v;`O6tY+<~nZVf52w(qnmzREZir)Tq@<}h(P5clv`&TljHlNm(@RsT)D{` zg(m+jKy~OP&oazY2Qi$t+*7b~d*(OOWfk73eTl>Qlch^bMM`CgS#!xJ_^T&l%=<|! zLE@4tq5ycw2{laPiFIS__gHUqNnWm)faYuu7kW3oFpZnLz&PgtrCL!|<3V#ej#T!k z{dY651h)yI@-BSQW)re5Fe;#2@d0du%JW zFH~KZWwGH%L7GjnADYTJV*}$_;LUV@n?0+8brwtCus?|qC)LUa48Z>c=a1Binr-cbD1|R1~ z2ACV3p8cWq6QqAq7#4!J@dHE`hIdt(>S&B1tW2^W9BW-$cko0x>L{uNMXtv5>8J_e zH+mhz@)6LJVYKHJ-Txdk5{UEz*(coSfCNeQBYaAP)$dVWW+^iAK517YDEKsjesD$* zv{12zabUS5gD$TjOZXq1l~AT)mX)@TS+i&X`LvK5pD1S?W+;OPUtHDV#a>oN`?sP~SQ?{j?soXY- z5)qEwlY5#q4gvS;hA6vK!7E?Ag-KjZcLSKI;R2d+J3q!DKEhP6Li3XSC|bDWt}Go+ zq4Cw-ayB|>7CtN-^g3sz`FxVJR$HCNobfmuGZ;E!U>Uzs=bf9Y-DmNRWhB&~&{GEc zV07UfMq{~F;7X4v0!QO{knnDpPA7^R;oX0IrO4MbR?2SHkFWRUWV!SxUw&W^kI>+D zuV_-MBl>{1Nt-aEp=2-l_@fliWus>L_|nbS#T8m}r*J2Vk&!doY1S!55E4!{P&Qpe ze3n*;IlH=Cg&*{Aa)^Zq&?sCncGbpdhxa~g(dB`p{vAwm+3Hqwxq>}5r5T?LpI*0| z@M9>?I$^wgDF4|_)OUable8v)Ydml%eZJ4Wox2&H?tPqm+hw%fVAqNk+bEZfn-~uk zUFOeU|LVlcO4P=<#Yz~6}5EA5MlLF3ov?$iGA%bQ;$HpH?|I= zqcv2K^U5^2q%A6IXyc)!u-Z~Tw6+u(efyK(l(C+{7IW(xo#GL4>6?u4=eSm0bsKhk zW^ya?3O7t?6bwNo`$cyzR-oG?l2p+CoP0ERT&c{6ireID zuzX5Py9L)WSTfxTD&hh9(GTy6@k`lAO&Xmx9gyN@g2x_Z1%Iv4U(^^yQk?F$-a@^b zjEmb4ZOpA7%dC~-;2~t8yGu77-*!7&PP;%)V2{k~p#Q{)c3wyGa;I(018B8SI{Ysv&xS`tf%Xg}6xk;W&64TBR zX4`w$2QBdT5!l$}7hMF)#_^Zr>uoQ=H|T<`{$oCvA7vxtc^@B?Fj?a?ip-dv)|RL;*WRhxxU%Y|7rHb;~%9EwPO^0q!zIj+16K z=bM^g3k!9?fHTT8RERMF`^a%jzGXb0)z(R--Uv z@jk<2nWm|2^}S|zIrI>asF%&0z~wu?2fZ$aa`n;QMLK_EOAz_{ zkz#d3hBO-)t-Z`WpfxuY?5(w0)%_>BNZ;m|=(3+GCX05W)y>YL=2aQxV*+No3y42B zEFZFv=~Hmv43jgZo@#G+L0upy#jzRm6L4vICXJ+f)eW4<-6%Q#hSyBFDU5TyWk+1T z=SNt_*-I*;Cp$(B4?hoZdg$(^`#JZ%ImTU8-NZg=dL&BIQ>;&kSTnV7-OhwMu;XpD zN@yCnOcbQB+!ke_$(U$sx$0q$lvl&WLD)ULhwwGRo8=Ec*s;U70|QF%5oVcWc5=42 zOBd?z%4RfgtKCEF%kz^K6mqW`EXHHQ6?#W-mM5wz82ELV0av#O#yO5B^w5hWq+=B| zV^&5X?Nv{{Ie&`zt#(|Tk547DsRza~@LodOpF%6q;I*p%OB{`@sZ_89{u|8gtpXYX zv4h-*tOlT6*5+%CkmXj-ea~&=@a%3GR#V50XMkWZYg-BC9-%+WH~k=V^q+Lkf913Ir+fa_8RrUX>R(OiC7>=HKYVp%2^`#sVxD$>6Ql!`ci5q{ z4Db1e9#vAY*w}+Kp(rW#dgyYZ#1t+jdD6|t` zR_2<+lc_&(ek2AwGE4RDGYkm8`2`3Dc}R_EkCzi04Y8MEgFx0{F^~{K!F!%`_4tCr zY%%YT-Sc&_!DR*{nWC6XG||6&@qXd3r+dbs#c2rcqhp!1XL-6a_u9?p|L!`Xr8QB< zGw|^jfK-FDM>S6HBm*I2H>^Mf?oSuu+67m#X+WX%_MB3?+cFuZEyn&A=?w-)0Q2kz zeYP2KAi)nN5e6?&005-KEF~`ByMiluTJho87Tdn%Vca=7XTNnRiIcmU2CQao{a@4D- z#Qn=%|2P^q^=$r^rZfTlq4QGf0=(>1w%Z81KCqY|Y<60FGgW*OgCYT{g|8)UYDlD* zLl5zBO^d@2RwGvxM7puVYD8fv2=YkmzBSTAf&Zs!IQyzz_OE9KgF0h;iFci&ehNcp z6FeGdwt)mXiXTDv0L=Ogn6DT^|7bK39t_HuT>-=ji9w-(<(x(fUSDmX4cvGd)ie@z z6SN?*;>jezdy+1wE`;6V=utY|M(i#Rf>h0LiqL5B3uJwU1~b=vqQ2;%m_m`9)ZLr| zmpK~`x~4e~svW@+$fOwQ6KGgvX@6;&*N-(( zfjHR-Gt!6~E3|mk9D?RQLt7Y9D9~I-$*6fZ1*%;P(f%=nqMB%=wfIM}Bx|6;YR&vOhX2dK+=rH#>GuF<)LL0(8b5 zkS5nUXcN?=x%D+s)ID>C9i5sG>NY7~;R`R`a0y}&v685lo!vA?o1P@QUi+hbEPit& z1PupeSKF;U_U(BNRT}{rt?C3>z?5Hh8bPXtI=4=AyPqNIPJ5>kp#%vH3@zi$ta241+R%8ARLcG+y*LU7RNisPqY2wFItk;=CZD!a zJApH1tIL+Ur}A=GB;F1W&g6clR}`JYpeB&ksk&~ZQ{YUyppIdueX@4x(2BMtNi>L) zH_#esTtrr_B=f$QD|tL9_=$-gRi>TL!JDIHr(wAfL@k>U9>i50zFae5atBkA5nU^$ zD|&R8IhKr9b7qeX43|_hZl{oP4}0>1GNbZ1Bz@9GDu?blw@=?hq0E)koTd$sW3nua zK5L(^SF`2ZYcUfh;A6{clbC2?RY;ONVr2c6TGwN%cqKvgvxUiLGPiI_1$8a2Cd12Q z9UHRJO5+4 z?LwBiQva2B778S1H!I(0dB-3%S$t`2{$)hE=2_~>h;!Dd5o)6oE#^fh_Q$#?wfc#; zg&;}QX1=aG8*AIm6a#wt@!GvdJ~Ig_2$PhVduJm2VRxHmg1bv<>-?(pIxs_Si*FW@ zG`7~}uUjn~L15EwTAURZ(Nbj}N@ho{+-hvYMQLS8z~1xzy;yLbCNgH-qfRr%v_A~w%M?!Btdzvwj@jJsvKIt)9MALQS7Y3n$-nl zL{JK_k*}*rU)3kZE5!EqrLuTdt%6ErxF8mrb$z(lAEV@caD^#V$$UlLB}vk*ub44^ zs_WqX=Icmt2jJRJri_%vrcr@~uxb}qM(_Po4S1Fbdbxhw4aAk%6${Y0r5L#&1n+`v zf}suVE}L)CIRRv4r5Qx>Oo)0)@dI_C65jq%$|(cuhc4SD>X~x!jShm3I?qiu{RhBM zL9Wo*)7VU9&|1-GBR{V_3**e(>D`k6^mRKlr0EfN#yAS*99+fPytIu(hi_u8H@`db zSMcSmxk1Hsb$E5RX=ky9Zn9XFs6UDM&_mT-%eb*%cRRc&_O!BJY?%7GtD(d?w!pqA zuwQZnpUY{iuYkU(v5^#%)@==IEqk0mv{wW^>`s=HF~oKAEI(J;88&#o;?3RtZhbQX8yMf- zla2B*CU?MZLG+T@Pw=khwuIg3njX3RP-fGWIiuO!LSJ29N%w%XCqTI50M&-0+kN%f zHhR6E>O)7oKK)O!=f8^SF|l#}FG9+U*8hM{k^T=MrQppM=oc8w8aNv>!}?$V3-5;c zuOGiglBf}?#&z25hF=GI2F2Gzn$=?!5FT$2g>+0m%4zuzejab1f4-lzzdzf4z8>!D z;-=>MI;D{&to+{Gb-IxT#-_CEiQ+!iz8~mHdL_@=J`-*kwWPFt%Pz8(u5oigVf>zY z6v_XAQ@(AOTxf3MH>~oD??P56KaYCvle*)7jGK{q(@soA-@SsC?N!V4OWp?@asg)$ zybt3QpmZ=0F0~Nd5V4z?oijPBQ(4Kimp?GQX$?npPcfy{CI&v)!Ux&9w#{WiQB1hG zel8a6WSfl_pWA)|f0T{Y)M8fo`Mz_W-b#}tW?4&83@D-p1rReIyiofgG?_(7$RjJY zQ*>-p-I2uhqv;X@70k11tMiMKLS}xCM|~a>@+F0W`hES*UEXQC<2^4vFX5%nyYG>x zkf`E|%RkuNC~YEZSbkS}DxDaL?mjOmm4+X-{nTOJoQ!M2YF)CY;Q`xU@W(!K}qlySIlK(sD>lj5UZ$ ze{{>fYB|Ay`A*9sqIO#IxYqyuR6a)qe$Grhyz1Qg+xmK|FYSEaTtkAIiZp!<;{nbU z#B+=swI-7$qE=Y!V=XpEVj%&g8N_xyU;)CXpo|&I>)<5H}zBCb8 zE~NVoZSfj(wN)Ojk@Rvis`wz^^mcxWuy1>_O-YR6GBqlDcUwO zN2GnN2ejzaV!!Q-hZ%6uYv}xnW;(1Xt1|2G@4Q4i{n&Y2Mx^T2b@E^>F4D=(qHf%= z7$?w5#OH;EOlijhB{CepRFeX+7syd$?BX)n^?)G7>I{H$3r{9OhQ%V*bSOhATZ`t5 z5yMq-oG;Qv>L_n|Om^o^YXV`&=4$%C;vC=ADn zaQ}~;gbpvvN7%6(0Gztq0Q}3F8;P`=chY>97Tf`&E3ZqUlIn)f-tpv!xg2wdP^+Gl z!*_S>DH`KL3euM6M(obmJEe2Tax34dr!#N}nHxeLak5KPlew}OWC`%>jIyCQ`L0*{ ziB5LNT+F$BVpwrLc^m?@hkemHx$=C$mVHDQZrA=g_uNS3ctxE z`pyHtydd{jlNM~hTMrtt)s~V5`?d*daf65wFrL-?cksxanF<7K)!IW2e(niHgylG- z2H&|EE%umGB`+mhjVhIEsIEavzjrz#mP`E4Vwz=+APX6QZs7OYKWmtM^ABPlCN>yy ziFcX%*nn;SS!ax85q1YXk0|_U^hD_jtnNgiwoVOO~X8+fBgRFqJRv-&*uCEqq~!j?2l4 zB`R>E+KkO!m)1b;ZC#R6AV7XISF+7olX4Wm`haQio0dHlSY!3~zDQxE5AZDNJxImm zQ;n$b<)xa9v1&18Cpt|y&q%$K1C+c*m786WT-11eR2zR-rfkt28lnEN#U0QcW3F97 zggQ>+B`6FtryloYP_br5V$6pR+w5l<`=d?1dE-uL%V5Pi`u3Du-kubuUa-)uoYq@e-(O5remBU?z%Nhkz77Q~6Xp*H_ zPLn6>%M(agL2;u@cBE$FG0wxGyG@T0Nz$`GM+|564&1%ph3M>@9uva_*{`X3$|m(t zQI#+NwtJbTD0t07=eKr&!C$(TsUVQ9qQB70tSezWwpzldj5)gJK6;^~K=h<}M*Ca% z*PIx=VrkHl5@w~$vcCIiIfym5S4sxxh?1rqdU0M zFf!QNn|B@dNSB!RLr???_u?|t{6t5uG&H6edq)MU27&`L;DP!Nykv(PdDbzNopy%{ol3 zynb$AwOnWYn5jEb*jsLa7EEq+rP4IV(H@mC-q{qMPMbB2CXqP( zx;7(qe$Ff&uIz%Qp|6hXg*Rd?zT>aMbk7A(JFa#`&xqdxp1}=#g4E(NdBYU3qnQPfNj)m^qbOoMo0A3tV7VxqN5 zY#fslct`HY%N%q7*S%qHiXWFC_aj~(Z+&(FTizt&W*^{K97n0Yf76I!!H>fSws>n# z*<_tZ<1to3|&X@An9-Lp0v! zts`bPUQk|WP?)pZ(A4LLBITDW7lzSdQj?TN%C#1y)9l>4ETz{mBHE(*E_)InaK^3w z&Z*PTqp#TNIN|XrurK@D{f$=g2&N7-Pe)lL<2i5SZ2c>< zLT(n{{e%f06+<80q{L6R{Yz_ugf#mIOu-O8i5?T zm}vi<5cmi&ON==FmKlYQAU3MyVsmHZN*`|Eco1W%xlj<=Ft{Zvej64$pwV>$zr~@tm83dqYIOe4;7T z8)_opv1`XZheQb7FoR)q9wy2&I8X?0a)8xr`hA$jgNDj((DCa7aVX4)CXlsY%(&%k z)@t_#2Q3}sG7R*&`?uJY4i>+Ydwd70@jGml-`oYFuc)|`!jT)(fLH1Wix)E73ED-Y zUqLiI`cx>>oo8wTr3M4w@R`60$Vdx{BzFdlHR@3DiuWjG1O|rcB+!u%)py9vNJNN8 z&x1`dR~V)0j+yW|vj!&qMI?AjG#)lY)R@+_ShBeimSV-BPLw$5MTmU(rn8Y#`mt_B zm6awP=AdwVGMc8rJ|{81Tvl#b1a-QG6tGonY~X+!_ePEcO*gUZ}%Kvjo3=)9$*6vRR}8c@(pByI&e1q&I!vh^P8L>j$ z;*fiJp72RxsSvKP(4-j4yP{yf&sI4A>f?O!Ywp6D4Qh3>E4>;?IWN?&MAIz*Y7Z2Hzk? z${+DDq|*|E&@hsxtkFf`AUE1r0gz-}=koUD*0TNG1@NoZ1FECQL|FeTiCtJm8|(_h zGx5xdpqAEv@*OS`6(4_6@=m%fC)Dhm_oS9A%{^!Bk=B%dHFn0e)o}c|4M(9a^UeFP zmG$v^qsR#-S{|lnr+>NJL47jy_in!w7DoS;U~PH-)hZDKLVV3g?aGBmAvLzPv9ZcV zjClPl0A78B1G41gym=cyRm)tcaxW>^j?sk3u3F|2*0Hi2QLSf6F+!$8P6z;%P>!;V z+iHcS8Dm?n@j<@RE^5}DXKLrM{A;N|UNxv0+tE(0lUe8&>NIrISyG7XipVGc{ z)3LA;vMQrfHp#X&&SAMc^whHQz598MnC$T<2inDO_E^Q7e3M=-MCL`s+|JaC%2~7_ z4Bmd_e9+1$p`B(=yU};YF>6z)n@`X6r(LS8RPyzMTKC7g1SU&L-HxN2twP$ZYU@hI z$2hlkPS0aouY2079E<*G*}cMURC?R#9qS{_qO;D5_Xng_+Zj7Be}ryIMip!olljXd zn5FFCG!p|wvn<^RQLzhbQEnC|#)HfVi#wDX&Tn;rD(ud%MtT{QWTpC7PlsaBc91fE zuV4Q2I#G8i;YU#$@fYve2Prrg6Pz1quw0wjBcwy;O!zSi@nfYow%GFLa{UiE5N@f+ zpRXM$lDeNXk$ZinJO1M}uj*Q#T+^CwB48usL8xGxQ z)cs&=Y2f!=3I2Z2tD%nE?C=M}n1Q?>@6W>5^On!Pt`7T)Q+)s%X4tho&O0G&vp9#? zJM|^v8P^9WsKb~AXyNT&-UT(YtsOiIKYh4o*=bsGZr(d20u-8FFvAEN!sgo?-Mbza z2Rdu-(SW91_PJu-zd860(c;;5bFVnh!5<_ACB1cCoVWs!&(MY|PC~uExO~U6xwzV! zGNJTwFzh!?^1}gd<;p6|Q=9t%qK#*#sI+F3$R{MaBztjXLmc~(_LNn>B}kdXag@iS zHAOXU$OdD#Xx?#bQ45bcrpS5H<_dNQ4v_OK3ui=U?Zw!ALO3w&lXwx|NPLu#`H9T4D=<&t7)I{lVc^soHdQ`r^82-89E8V zZ*^5GZ3``6Xf3qz%(H1z7$ceJ`px`MG8l%$0PUf|6`Zs#k7%Yz#;Z3HO#OrA>mF7m zg^PDH=Gyuczx5V+ghMHrGLl~8K?pU5V)KqLaY@D>1nAt)%}z22}kO zlWym$Hhhvbo^smfWy}hU(Ec_hHIpmFlwPkaiiVkX52lws?|^01jfz!By7Y^68)X~0 zTeg2PGv&0}21s?A@25(np0=rG?3@%Z6DtSKQvd!y{xA-L)C>Dvm^mBg+kEH^3XMs9@Xw3OyulJ1QL_ z40@yg&R9Bv{i>x{FzYT1084bv&n}mbM!IyOT&BC;L7^#x~5qT3&&^-ha7NEg#BglAmg^U1e2f} zZgHm2!dR=Pw5ZT_+HE(;A`ZdU$zW zGi%vqtF7~K(NYJ8UfE8#YCE@C$x&r#5f+CXw)3$~>$#&p;+67N@gm3hp))A=OKc%a zJj;snjGKg`8<8y8lX&`3A~115HR(v!uoEJ)s{4!4+R3L z?OVGeoDGFC?x}Z^>^HkPmc_sd)TL@J?%%8?R7d{@++K3nM2h-5ry~j4^k6%dV;^i_ zBvg#IYSbWK4UojHdZFP6s|P|(Oq_g;JEJ&h2WdBLI0c3dQj;l)z74WVq zIX-tuajL{;Xx-*z!>J&>GNqGMTmUX!@A9(Y+>Q0yC!KzYgm0-{2=#sQ3sa}oZ3q4) zUs2S6zuS^bjg5UW{Wv6#6SH0cJvr200JxBVM-#C$1S|!Hs~2Tr9f^r0<`J5Oz--bI zn-WRs;Txq;zV{&N*%_WB zG>afg#_?9dLh%I0!@N^QW>Xf0EjB`TxDdeNpo&I+W(Ote(d8M*DZ_Et1W zl&h&6OHFcH8?VU;w?hhPsO~_t(*KJ@KWPeLp z^B|JYFN>%Tlu16G@Te3>QcuE!hNXIp(-gCFvF)B(iJky8C)d@**CrSSD?ay!5*64kY6yD#yIEKpL5T zs5aD0e4m-+e2YFSbKIAV?7YlIw_08UHZ~v(d#10cEDF9yjh0!i?Y5M^J_W#D*mivS zk&i#sUIyAlPShIIo_#vhy7j)(0IK zVi{3euRN)KuL;Lh^mv~%^*`+QVZWyr+UkM?z`3x^P23OVm;Mmjem^guZr>W=i>=}Y zGW*!SO;N8+ILPlU{Tt4-vBRbRX%PQc*dIoA_W!jdUTI0&9sEz#vHB~##?*-fNFWZh zGt6VFfUPKeg2_!q*w;^*qaKN~>;`yOpfTUc-Hbg)(okFwZ~EgLo@d&3*3jA9 zCaPhpFbUP81 zYO)D31BB(u=oY9y8m6Nk)!DvC=+1o>;RX6nbAH!!ifSHkfRauiJvr|CD4>&UPR00Y z4v}XB@-W80kgqU1V$6PC8Go)|$vsMRVm^;~AaI%P!IY%41vB3q4Q0wF2Tg+K;Wf@S zIfxF6*^=8vU50HapxR-7dJJ$Az^!@T%@{$dj;(R-_)`I2pH6e|g_COTxv%6fz*H}fvl*&{u<_p5+_>5Sg$o>GfprKGP`bW2vX!0d=b<~BgVBbzwA0S zDg_JK6b9z1EP%H(lnysOmm|7V$eJYEI)L+T+}I`{+!$YJh;V%8eux1ZdOYvPp zy5rL(iA0tBsNNQ1Ytn2$x#&=%sq~$CrM8U8lF5(_*Gu@Cim1aB2%>8zG|u#<(Iw>S z#$EVO+9XFY5IKO*(~gL#eIRSbBZw@*TYH>HsF&*Xeo~cjxb)5wg5Gp1dSP0Zv#thk z^SEpkUErs4+d6o@&#vv`C*vs!+3L;>Kdk4rx3I_AYCP5sB^-{rLx!PuTWjr_<72Ee z_TYSVqqH7Y92p<$dLTWNBt1@VmTAvbGJ%_s!WF)|E;D_+Id;BNId0@cI%sG01Cww8evJo8k*3cL+3cfGy{j;Yj4JwY$pP4QL_t0Q;Mi49H|#% zan=8xN42V&u8-^_Pl1G?YsD}gTau_V>?x1D&W^4)yB1Se8Q1Cv`UD)ak)vAb4Tn4k z@med?8kGte#FD}81-W17U|=_0Umfg%t`I)P5QZ`E(BQ%{4c1)Lt9w}zQ&q79>IKeu zuKs4A8w_c4y4@p%>lO5nSQtTY)%8q}@j-=>6K*Fesb*6OxComKUc)1{#U$L*Vlr~s z$sC5)os`@wv+6C`6_$j3C{*nsXk>5rku}C2+1_TGWZwc}y!p6L>r(;S4q5SM`aMfY zm4$W!xPH320Y5~VsAf62?jpC{L3-?kFf2Xf73w%h$s&9PT@@n)I{!_514EOprym|z zsQoa$!=TP?p+C9mrjlDX!21t};;p|o&#MCH1c$m&s@APx3Rk`8ebQ8)E4g!ufOoca z)#!H|XqtZ8FS7Wmcq}5am@aWgLFm%jNWJ{Q(w}Cnwj@UE8NMu&bt+pQvttvC3<<*bSDDxPm6lF!l94GXf(H4S`e1zGF3SUhq zCUc~Euc~aQSpkYO67s(ToJM5+aN=j*hz6|6cysk*q1yus|(vo%PXC9>d*`OYkNA@?4oVHq`BBM@&&R|q($1+s^tG9oKL!< z?x+3BaXrsHSqgHnJNt8h*>T;jugtCwqEUN)oYC{p1^oF>BlExGx^OVF{ojYxD=pc$ zf4ghX|BTFNVrBf)fPw#acYSg%`?tIP(6dr161FdTD+0U?21_ zy0U@WUX0cD4ILd0NUtABNw8}WT-#Yp zZx%y-0fUn z(|`oDOBu)6`0HmL!#kNit#N4>SUUZE%7qzZ zqa5Nt)>xiG5yN3lc`rFMx5ZRSUWj}*M(-oV%8pbCM%qMjn>hl^9v93}A_e2$ViC_M zvq1*ye^_7uH1SsPqUaL-u8^{i^)IoIa?mOhlH!xaR7q{s^q>7%4BQWAp_F*p4M}sX z+*F?28`ohV@eLj?RyfA+H07SkeYCC&2s+cnU=w63UE^lO=c=W_cN6$`-qi?qNQc@) zvyq_nrxwzXnvCMldVPMQGKW&MD$Y~=?yI?n5C7A9RnRtCBcH)m^*Nn9QCdysf$C#8 zzlNg(a>W)c;SfqAASmcSWdoK=-)3a@2265Tk|H^Jm=d$}&>j zwQq*6WO3DQlX7@6;1*#8q6^G!iVw*2w+hgr@zxOtSfa z^9FOHlC71o1Rl-+*QYt>K zK)+QDMmCgbQr9d5v`Gdp?(pa*5Vly%%v#in&WggO0EJFE&W21>} zl9uG@?o+Y@!BO$%054mqOp1DbR7yEF(mGEluTo7*dc735_Rs^S9$@q+DXz8BZ{~}H z72)gL${DXKq1^_5Wzot>P&Q&Gzm4vp4x!r!`EIgJrR#}NRDI~(5IX0-DgqCZvb0I* zoaNq3Yqwf9q-nKfoERUPquhE2vJj(;FIJ`}tO_A@k7c>CKvkgNID3^lLE{eW7JQo8 z$T@s+NAs*NuXawe2guwS3d7_)7(yiab+%NzN@Ul5JYf@y`C6+nYB6KMrGmiXQ&j|{ zTfJqEFGY(BO|U#Haz0_8t(y@WPlNn13yJrSP|!wIhC--_P1~W_y*i>$h<3~bq-=aa zQJOF-v)ia`Kb6XUod#Jo8D6iW2Ab7I9-VK0sD*&MM6F=YzH z75j!6>f(-!8eux#km@;|{JQJKR`?kh321`1U1JO5c7!|<=yRr}&S>i`3N`j4kT&X6 z%ew2aclT{e(2Mqkp}^7}ynz&lgouw9TKlX>C1^%q?^(tIV|*`yz&NjyTS`I;3S;lMBDy%Sq2V$vrbE@H>fwalDIVj|n4@*P1VK|V zX_K0N_Iu6KK}cK7hq0rP2^J{f@i~tw1a^}93g(Ih$PC?^uTl*LCT3Y6imqWnu}j6= ze$?kX-kL}XzyaQS7!kgOxo7Yr0jPPG3P6lFSRqSP+Vi4SaoLJ_0}yIW*!VA6grLD; z{EIajzcHpBKIUvtK5`IVs3?-*ti!md*R z7!$;p(4TZsaD}qifRKaYos4v@w(6GJCQa9Ml$eyl6%WG9`&#?0T~Bz|(|#Dhhy$dY zkpr4B#gHXFfpw-1AlyHJKLAWL;1{$r)ttS40KMRwj`@&S>@;3K+BM4|^cJ)c@FCPm z>m3Wqh{!0$P=Oyi5{>3 zA&6CUbV?@$hgigb?uoW}f{|I-igt(^FgDDaiwrsoiJFo(p0aD|jjJgg7DFCX&tl0` zM5EAdapEN$SJU;ZM+UYF4n1X-NgisztN=5Uxk8_Eh)x{^TNh}g0~W^~S*_|JKuaRu z)GV^}tZ`f^!IiPuie=m3p`rb*8fJmL1l*iOz*&nJVu@|05bn{vg`K!DAgqO{F;)C{ zGE~GfKW-_yhI^#;{qlJg~ORljHf8PdPE8Q2;bNPb^&7LxgdDk zSX#pM^B**ouE^*lEqR#&#ohxUY_y7CaiCOLcusqI${ECI#+7|fBgfOSU#~ZTK$Io4 zW*h6#$%cqB>`X#3e*k*OHJVG$P_R%IH0MWeY|Svm0+Df90ju=5$iNtwsN>5II$rnXQ6w786Ek5ewzu%WI6c#E(r;#Ei}g0P)AA7 zh+Ev&ABLE4^PC6T9=$xH67d}%;2M7mR^|Kvmi`=%Ezq)zLOLswGK35`Jg4DWFU_cd z6_<_9fgE(tkJ?U3P#RupV>6jDER}J)B*b}1xlS}4$L;Sjn~u0XWWRslc{YMq#q*)z zeIk#W)n$taAG?Xj{qT3VD`^kbE_~{}l|A;HWm1!Y9x64~=A&^Smh9hxxU0wN+a0{k z<%dR$#!M~&9G;-7aHtHnll>90QjDusF^RDq`aunZ!59^5P~>zKv6H;8Hz-*_BNYz7 z-X&y(%U!8!0Lf3%4WyzHYYZ&$ygz@7;GA1~RBFp#AJt3~MI=?B|LCC-w$|}S!(FCT zsq@!ap+G&stxV*<0TUHyrSjVNREb#>(ce%?1#ltgP)vniH`Cs8kxHu3Lvozlne6fT zqxcoeF>C|XGwpa>1y%7{Ie6eciY4rqMT}>Ea@$`}oe9+GTo#6m;JWb+Y`FeYzr!RE zhDoOt@n%HSRkmYBt9DnLbn;IlXNL0Bz;&^BQ)U_Zb<5^Ly32IDL-Jr}E)lS+R1}pH zS!NDr8J)X>DT_-#DkWuYx;NWY@nU@uL0PJv3^mp6*sKL#7l;r5ZB=Le?n*kPi4EQL zq^{|6tN>1@K+MpSm#t?uX9xciRH-_f#T>V$=GdUGL0&qelX7mwr|7Oz(iI-w3gs6f z=W&_7(*Q+qrZ__L6qy<-=P|{}4@JF^qtxr02pv8{2RGjlN|pK#6JG3-kP7Npx%0r)2{HewS^42PS-cBI#YC%-miOpSah5J z&~nVm{9lzQ{j=`;e>Th++pYgUe@<`kgi zOH4Yy5OHYf9<#=rCqDy9;o44l$2FIlgS628m3|cAtkM+JixiG=LUhwDSNv+gv{Q{~V3o;#ZoU9Vmu~~3dgLyqy#Yq9_A&jwos&1% z>w;6`PnTv-x1yNHO+He1ot7n(h7sz;N8(U-BN1aNVi-sq0Y3E#O8(Qg-T&&+I`@DR*qSQAFTNwxk#(?5XF6`S&Oi3SRDtBKz#YR0%xzP1RRA zDJSL(O}C9blsaE?ApF{2G9!i))iP3ltewM&WwdX8h%6nm`8y^I>r}}iYY}-;#kO)n zJ~}l4r5HujX7j@K$ca2SdEYiq~?@2}1Bf=GO_-OGO-mOJ?|rsH_qt zT;yMyt@(6jk^NqmxR92S;{rOgR{~mE^1uA;xjqA^YH_wM^@ZcY8plx!-}w>JAZ4s3 zZr`H&I%O-*qVnUWQ?#s(?k-&%)91!FvDBdNjm{Vtalm*Oc6OX9-^QcCJYNfe9f zPp5z#5LI#o4b`wNhAfBp{tggK5JKs0k4he;5RPmjUsgi?8!qW4n#<$vAb9Cj!>Je( zsOlpyl54`$HRGp4rk*_g$jhBXnoJQnd7+j;QBywV=61-NTgt6mQmYSS=s_k(`ZY{mP`mny4(F$ zhEukLi^aahb&h<6z)V2T(zp{}Bv-0fhk7)K&V3bP@v&K}D-csqI_aaczbJ4(htr2a z&*rE)q*6j~8J(NU;{N8Tvs;IdOP^+LRo3nA$I7Ux&2rhy{GJv+S~nF_kv4kx@R?E< zs2hl?1hB%w{-G9G$nNnB6HJq_Bd@li7y#?2n%A9};I)cKdQiM^h7din>Xq_64xvw= zVhH9ZE#H7S0rGg;yCE#jzgXY;hKOg?xZ|`5U$PpUrd6J%`M=4-zst$8+mV;(aH-UD zZK}(~r~To(aUjmK*NC!%3H_xus}29xF=Odc>_mW3mq*Wdj+CtB_d>`bs>*FE{)1T5 zb|Ugf=S(%p|JlcAK4pLZw|(q?Y6NEF;P{VPoGZVE=t^?>^Bmo&B~j8xky>dPU( z1>6FysIIoAO!@gE!+`_G=_%g9E|cDi)=3?9IGM&g^Yr-7B?{&9*eLK?Q5@4V(4sf+ zr1t$X^7!!acvO+m?Dnu*^704Z2)0_B5#n}d7#Mh8RqPA(EyL=r;`B-cA1U-McE7k8=ey`VDmiCqM{Nf{$)7KH1hLxF@;xcgV#39EKXLd@{( zvLi{?y|_b;P?x(iRTjDnh2&OZCcu;#4rE%?O)lFYw>$f2myj6V4ug-FWSpv>KlMK> zq1hq?+;Z!3AY?FkpYGw%OeQ`y-!(X z7Po|N0#=5{IoW5*A_%+|>(@on-hCzA7?3{JQw3?rctSp%F{y?EExj^=z#}V-99`om6Jno#x%$< z`vB`P+bOX+oUUdOsjI+&RZU2ctElR4@Y6(@s0>A_0d8TMg&8!j;+_pu!j;F`dJ){X zXRXd{!*TrMfY8dcB)k>pE!*?Jje$>PfKb<={f%$XTv>=ZCyaw(6$W4y*)k#Jl3aSx zB}1*p`N)+ebqaH?8I!T-Jww4%H^my^LH7PgBh>h$Ib1{FY1e`NUB|v?m(X9B0^ z5N@nCf1uG*H%^W3@lC%YNWDU;l2&JOlx(9?nNgyK{*f{kSc5WG>Q39)t?-zjp=ax{ zYwCIutm7DpnRH2^mnMwk==G74Wr3H#59s2u|74wJbvn-}l^vmQUQDl;+&dm;umn15 z#2cXuXZ(ZQODx1eW#cFR!D({Itj4TqgVY%~W8}A6rahBX9#L*1xrBj220t))$IUVd z=?HYa?)Vy3?Ad(};*S*Z`%0AhNX~{;auX)SSr+maNB$$I$Tib$r%&58NNelGAG~JB zrLop}T^`9d#qyi>oI{)?w5Os39()Jw7SKAoHIu!;pizl>@ldITB?CP}@hyWnQ8I}% zii?-`?W+XbYJsQBAaa-GeD1^sXkf1u4bv4UrXnpgl&$_=pn83~@D3nTOqSK`LRR(gCmGa+n;kPhrR zCztK&?xL&vcVGd>{pkT|+FVG6)E(ptQRb>VY?sb_wR9scNU$GaE6`N1_b{@jQ*P&# zojo;_#&_I}m!9u-#4mfmU%Lan9)Yy~TPjPkfw=iY>hk_MkFX^zdrE*|i7}>P?UkA3 zzVxb;e3@r=Vz9V&jpOCQ{GM5-Zx+3};3mj0DI}E9hX06uE4jdawp5X6r>r;N)o6kU zyXh4+LZtKD^}dvQYNsf;b3FoPCni&nfvSZoQ~&f&&5_}yh7bn0syHZ_2kDn|Gui2V zt*a5D=x<7@JB~=@6v`kHeu+c!hgYs1HRiVs0&S@c``e~+09efO+R1sojI?4Fj@F4M zWQ@z961f_bk=fg{eb?`+#aJKisvBMKmUHbH`G{;++O#3%y;+rnsp|F%0o;`$4QlE# z`T8p&ssKKOr2`mZ@6tFUnD4pcrmyr~mr%V}DVf`@>ohC&_B?!`DVnW$Gmj9{3g^`o( zKVW2C8WYi4>@Zs|)StkrPG#&2xB35e$c|qP)a@8C+&a#2KRe3#B60IeO}v8gB*Uxj zaYXPrTweUv^ze;#{wkaJkonzlEZ8yiPfP87t)4#BBC7^lMcnjKX%@dapqv8%l&F21L8`1D)=TWTTi zm@AQo2X+=|FO)f-3Z?UIn&3Z_suP_vJv_5}ZpU266wKZnMX?}CFX@(FksommrPSkp z+ai}zdUStAsW@yiB%=qlN7eP0Z>Q_xWY8%@9=h@=9U=gO8l1Q#M*S{f0xzsbT5U;( zvjW&sCP8H*LTV#bHw(_zd-yMZHTBe;Gd@*NeWkyi-QQi{wJ51_ll8Pr)k@I{DK z)Lx0_fr*nR6eED}Q8EYoqNC_FWq<7|$4)-KU~7=KWliDxvrk3UX=S_*#G2I0zW;dSO0jzh1XQEy#^&_7qQf+HINZrYQr} zT0Ss7YO45Y`f9tQz~eYLJN_?Q8cVZ`NTURVS6rO*F#iPi@W?*~RBkGl;dD? zDP`V;6K4YgB}<~%2GI>kTo0XB)t*6gnuHz9`EskMHWx5WeDv(COGi|=S2Bf!f1bBz zYv^%y?UH4yd1|*kLL;Wu6JR`Pq6SAfppHC%&f8t9pRC)&Pr5s=fC8>!rsXdA zs3lN#0z2labqj&)*>JZQS3`V+d$=r4iX&`NMmSSfa6=sDX8~dmY7gxmfnXqb)L0i1ibIWyf^JiD>6CZwfR9tDy8UonA6?Jk z!MopvC4*qHLe;>DlH3T)uPVYxg>iJr#`%6;@1dcgTK&6qu{>oAT~p66lZuF2d#%aj_5`nSC zVCZGRfi99Ori-VOXpphJ)@rM}gK5&>Zndhx8XfO~pAye2wni_G03V7oW0c40Q3K3S zX?e_3X6C%szIZ+L4ICFElu>eJu?Aq1*sb!c*Xh%4h1!&kw+ye0CvDZG*jdr%*lQj8 z!$Vn7h6bMHWBsH$Z-x+@_(X63fv8qqLu`J{)D+S)K~xK4`}VLEH03&8l!v+>%O6Ob zw8GF5NlMj!>1}X&G-W2!@^X9#HmTA<{EIB6xf=^%MSN3!_HuUPN8m8fYO~35?v1Yv z#^8~r2%F%~3Q(F&ir5+Jy=~?i zqQ=cAVjK4c*7?mJ{piJI5Y>I%QxE5;O&rcguMGfg+fdlC+q6epH&qF~2oa{&RBqmp zV<5zX4zeHXo7LvOd5%sY1#ydQ_?#Sf8aeqoQiXD@Z=O?((Vz5%2+#ko9}nVeh-ckP zCFM3!HLtW+HStzN7mfiu(q?dSKLdDCab!sN00F`yK+ki?>A z0PnN=p82g}?Oj();)2V7Gr1;D-@6tuU1Jg9VSykcoW^xz1lgj#L5i*8WR~n)m>-HL z_I&1JxG8)&5;phzh6{W~cfyq>&CxYOE(Er>Y3A{*;_K_<`C{WLWoOGeYZ>!+V`Id+ zSt&DR!z=iaeRI3nrw0QVf0%>8R2Dyn?>g?=<_OcXb34niY^f6q+3F+cN-1Oa?!i6e z2vn~m1S~_58HcENZ&x8?n6g!-4bV{qGWd*#@v*`F?BC zHs15RFG66t6hHpmgGE)JTI(e~3kL^YF-`Mz%cSUm#F+)8vQ};hHa5WxJx-+oiPOIn z{2<(FtU`=N&bXv}`>V1=Yt^q&wvdgA1reqXHWG30+^OU;73@_^rxFY6XAkD2cJ3*1Hzj=*89L9gwBYv7rOJ*rfGNm$C58Lrg5xPXxQv%O0wU6n3i$YZRffl?fH56$Z|D2ho_nlT7?PCi5>UHwzF& zs8K;l%+5su-Yc@#QHwc-_fsz%RP-U5ZYuD>Y^T`*y9pv5rA1Ey7tjMY8`6J<%J&Lu z0YT+VRdDBgtmu&9+COJ}FwmS<&VAua0yQT%p1ePYHTtkQOQIqC&?jxpMZ&|Ti;^QRR?r3@ZY#b8qBv% z>yV`oF1}P(U&EE6_f#@s;jI18*aI-eB_=SRaAprI0qZ8rT!YD?0^meg1AGy@8L{DI zmO3Fgw&?S4tA~CWb_~UZV7S4h!`TQ%@*Tx)`QVuSSYF94c`}ch4(z)N!WmoyF~WY> zd!qdWVw0i*N>U}uH~GxYoS4R+l%tvEsk;e}?IomG1blg<7T5!u&k^&sXHo7x1D9!i z1gi=M3i?!7J(>~v^WYubz^xc2!)kL63^VuP$#DoKE>u%vewDd@{}H^ff9QdDV-)|< zgu1rAbK_Aq$EyXG3kiA?xnk44c01{r(ee$(CkzQ9Cw4&GIUnZl2u(R1D0Q4CtIP@K zr1@x^2^kX)t9J#{$0(+WvqOmxHEl233hd2l&3CCjv0~fA@Ko%{3mgy+q~04yBzgWMj)EniOo*_3OEB<+ zuDF9vOJAI8$z`4iM1N>(@l1uiE9#jhKp+rxRVs?{6X8jZl?97~+3P%5_7>FI#Uzyi zZ-n@Qg(%QjWa8KDf}Li)bq{4)>2P)Lm>B)#V$(_ASzY^cK+riGxVFBv zmNklQ_`=#tav2f7Zi3tZeL|BX)fsx= zbNjG_L)bzxnC+*;1V!)m)feq_Y82D(CJ_Nd^fuvgk@BvZcmy`ConjuPhLi3Dkk}Ah z)r!lAU(4%P*E1C=p-qlagg-6 zze9%5MPK3`@6DZ>phhQVwPoSj2M8!mP7#$o5@ zpW@!mN@UN$!&SfsS5n^^vct>{fIq*J0djFxx=#{(YDfOq>f?FC;Nss*u@}UlZjf|7 zeF(UBKVEL|BzOGaeFzZI^Io?4RKD0|r?9_w9( zSE`_Yc@lj3#+JM?OR5F-1_akw+3Kj+sj=8t+&-5`IiuGY%Xj@~2;%9@|5DgfOrq2{ zxAnU%P350tbv?=6%b4bsv!SjUaC~nFpXn3N2|@P9w1zJk+X^BMPku`!Wa5b^J|RcG z=g8e6HFI_z2({d{R>1lv_@kSG(roV{Ug~p_1(F9V3683%g>) z{|r|LJPj{0o8hUcx)fV#sqwJohU^ z(I>XE{YI>1BIf0-LccNGfxl8EN!P5}BxeivPN2!O^JJ!qw@}*JF*}uMi6XO6_wt@P z9%A3m<8FAdZDIC;-k_H70B<|q5gWQ*N#Q9Er9?CoW# z(YE5PeA7y`g3VHY7|MSxTVm`cu#i0950yIx+*Fi9pgj*t6 z_p=jNLl}ZWJJu1QztY+~IC48VnFgLx6QK@xB}aqa%hqqmR712HWc%|-E zqT}1sj^H{*G!^*nMgG~>f_5u;Rpz}db30T)NqoDws)^zE-%W?0Yc!A*#Wjv8_K-*xp z2NfAdfrMd2dU=&cYk_yVCDX>@?yDkmWL zcmd00@fH@z+dWA(Uf&ZxkF0CpYex z{B9H-$ls4;FG63pAiF>}!PruaO`^9M!emPWhjW^t5F)L^A`_iWYT^y_3g7WH=2S(#5gAWBIvn^6whC!)lLpHkzF-pSN@>Q} zhNyN7EAU`2cE>KvniU2UIPuM}PRl*{hfc;xzK&V)key0nf1z{0-f*2#6mkvaFCjVL zj{b~$my2u&l|GYUd<>+$H6nR@**n<$*zM{la|Q@-`c{gf;yiEc)iC5^2EhXo_fEmx zcxGep+D}uI^=fQwmZ;F`-@FR8#Bui0ft!IK*94s;{m3q(9q0>P=1ROLT?});1aphI zrc~y9Oqiy8Q@vm@xQl*3y(nn^P()!G+LUiSxJXLs)UmL}p3(Twt*V}!8a%Hfq&#mOM;?t7ACw=zt2g#BY#n`%Fr8JNtZ^%1O$?QLE}CArHHuJ zLI7XHH-TuZ06KNH@uH3H7xP?G5cRTXabcICh{&=~0Z_{L%S?uHmK2R~Ya-iNm*S0g zBpYPLjOPmPk1v&3b;h)DqsAspQe&dE5Q_eZ_R}rRI-4&1otFWZ^H53E54~<%-%<%R zd%Z4Bn4}m}mELC;Pk6k1+mMHY z7=A+^Qg34}a?W~Ta6woTIe zu1HHOYeuQbq~O&J!e`HWDqAMc2eq+I&f~+tl84!+`PCdlB^d%z%~}DqC8x>R8>nK- z(uWctZ@xS|v-Z8gzI1RuvUHH=slV;UbKDi@eZQj|Vl>4j(ihOqO&NvFu?xkMU^>81ej^-PN(Q-$SrfPvO`DqJbLV<%ol{pZu z&MJE+MBO~OLVZ{g!-iBG+oDIzO(AE}<6rn3spTs+PXONmY5sPtmGvrQDSDdg;-y!z zT&73KzRzPBro?HW(8b6We0bT5C{t#l23#DL)zX~a6j906Nw_INm)V@a2)OYkUX+JX zdSq0XdkxUJ)&Atu=JB`44FYRn(`e=w+Y0pGW=0zMyXoMi*ruR;^e2z)F{REgM%n5j z=*$&vw+O~6AiNATR%`djlxWy^;;L(OuNrLT55H^@oe&9S%Rzh+_(t4KIutS)bqJ9& z9Vzrb#N|b$t z7&4}Z%MH>^W2dRtCRH3`MHL3Q{WOgi5vu)?Li9SE55F6|93gy;dY3{{xVBh{N2uxC z!BZI5U#63{CH((m^eIuj1y{>NDEl>#Ty*a| znSZ%1D+zBsh>c!*t!Gq&WMNCY3Ua*eUfkCJ^b{dZ5u`Q&0o^O2BM;9n_6r!-F88hI zboEK^2nV+MkroPOnuEWB!w>-UVh*N-WHP4M1Mep;N%Z_*;J!W$=>JWt|Hmr_Bg6k2 z!5aEU89Zb|_`f}^#bf(~P#8}7y==Qyeq%7;70DZM0bf6Zo#8ZiT<$Jt!!}06tVl5< zYBh8+J7kRZFLKh%tv{abpBLR<*L**RIXlIA+a)tO{BZ5Ae(S8ELA;2|^&RlRp0aoEd3UFT!krIpYSv^_u) z6mb%fxCMM$tOsnAnrh0i6Rzezyj3DnS0R})(Y5Jcr;wO^q6zqOSpR|?-{)<17~=l= z3z&`rl4tDIfqfzW6$^@r(5mpJYI;ljikfa0Uyv5ZzDMA94ca$8qT`bGd{YCadVSSn zHyjU%Vc-~p@$BYJz~bmxZm zq5J`&GWreU2v2YsQ@`v+?ZV8U&2=x1AEYSVRy5+*L?Sjcp-)D;0(>?(B4qSL;SCr{ zP~?ekvq#}^AFMjH*c+VDyHz!w&qf;N-QYG&{21V*y<$epvg&%5797Xv18YeZ{u_~H zdcYVfI!?n)OsrzQweMGXD}Z5m!7!tYoSdGr{d*rbyf!zKeu>2O%f5#)51ZxSLEsR` zo^m9x!d*rAAG&N;M3m{r5k|{!%ew_ht5g-yO@hyXUVy)+)mMv2|9yzo&3q;$Je9 zM=PptTKmF;8RI<9d9=qTbJ(OpH48_Hbezz;;eN`eLCtaxLIg0#E`-wgW>NR*0OgE{ zI2JNC?bu-e-=2uoqg|Yzz~n$o!iZ#KDtAB!g!CP}DAq`Hf*76O-(uFHb^T2U;${x+ zFkoREj>>?P8*f7`(9s+}s|@VNJsU9sh<<;{fwmbR+EU(yUU1}nb?tz-ba+Gn2IjpsAo5*o#qFEjbeMwfm*+a5})HnK89{urKbE6(YS?v?dRJH0>V8PGf zK#7=e{P#Igw(#|NKOEvgHe4_5UIL?Bdsk>FTC5vv_&QxIOxaJ_K`e+n30|j^AJ<>I zf3G>ea5S2i?#>oJ&>lx4!9q`|E-;94R>SiPEd4v389m+~zTCfl_%vgY&7wxas8q(SawO2?Wjx_E=py9LcV5#b zE(D1*1aPBp_&(W4pKF@UdFVNlCgG23eJvg(gO9Pi{C(%`!&LEikty7K z%2G**t0`CcD}Q==1)H5njIsBOfW{djc{|YB?BW2v?lM)`xv~(yG zsMEz;JCiQRQMW>F-VfkFxWiz$7{|q8i$JpfcsHOEh{F2Zz37xu!J{kz-N8Q8*1rJ? zFhuF%0B=hjKm(!mTslJM0aS81g{2fptgITTk|$aI(%Lvwb3Q0dQ%6L5R!GF*x|%tS zSH3&P>I$jj7Cnf&;iXPZdOduaH;(?h%r$p4wfE|ru-SU-wDbpey7+V|Lap=!x4T4f zDP`OP2Fyjb@-#fVaotFCsfKd62n^1UmZEgKxluPm zOUWKD;gRlNbh+fK1><>x>BBj?!D7fJ2JpCBdcM?=pr0xer>+8d|Fr&Qzx?CIyQ7x= z;YI)V4UM!W;ceFw(Il92B1n##kGB<**<8hcnj{9pmwPj z;P#@zFGgR%RG`upG;a`rCKv#?{9O1Ar764XvEW8Y*sWI&z#c2|w`Xjr`%uPnIpZz0 zJgNUsoOQbc;1C{X!RLZa7pj++dxeq?miDwWOiy%q;N1@?yF6Nuu>}R7@JJ#a>@L~; z8o;qH&WOvz48ySO!QelikGVf8`T1oN^639x1|7Elt;Cb{KaUbq|4bYg|Cc}b39Mjp zZUWRt1JwxH-qCv*Zo_1LT^{lAlM#+YsZgIOVQPb)${0V&gs5MHuumw`?-79>Nf|OPH^Dr z(+&s+gD@2*nSv!GI!i$Y#OxYrG?^~}R|kiQn>fq#X40Z>_nAq1)A@;oZ=}24d81%Z z-r+eOa0~Wu{6Vn?SM0yhCy^UmvAe4Y#QjY;Vy2Mg24n-uq75ZgdTD35t?Gj+dJDz3 zCw@SvbF4@~_y)s>w%l0)iJe;pPY0@wgiI?$rmo_Y%}e@B#xM+lI8jsiY^gD&E*|fI zK1aayNi$ASF3O*G66Dl4kJ)e_>Jbr%Iuj)AF;*X2e@7>sNdTbylK|x$l<9Z)r0F1P zIZL02?3LCC9z2VD~r^V!%zlTnbLn=@r zSv^YCW(%a%qPijy21=h=T)m2BkVM}N4JdyT6J`!!Mv|ZyJia?qwWF+cJsn(^jiW(v zwNQL3fMpW7Za5~@!m=$K(oZ~|Kjc}2g1Yjk7~|{@nKIOMfv#6(CjflJ0Y3}&D;6aL zqlRxZ(-jcR5hL1k`Y|1^88hfjqKBr1hTfF}^W2xU>=cl#v>8R2uXcz*vLv7w+SFX4 z%cGtw>02sYiuYOlBGtosR-v);4Ky5%eJNvc zc&VAgJsL4~^E^vTQG@Lhd`_XK0RZoIws?Z?J@GZq?lrHkybgeZ-q#qczot^%<;lD; zE~uKLu)UHegfEC9#4t=`o)b%>ND9cD-=!MZr3>!Rj2>UVm7wK6?8Xt_$P)Ocl|Q{Y zLtjrcUA~)*BH3$-L6E|SUbzmVP}=Wls$Q;#REIYkJuqHlbk2O)fhVnsOTab-UM0^Z zn(J5)%6!FHvp9X~%o*TV;kjt+1n*^5K~f88K+&v}Y6&@2W1U!+zhqn=rY}ovlj>+1 ze$Da-o`n#CAV}McNHeu*wE=ppo+NEqmhKMtJa*{G;`x`6@trM#v+xTUe?Uu&JG(O^ z1&*)Cj4d~#)7i_n3%2Wo{{)0IJc^tK_=C1JrYm2v*w#L??V4x(i9WZOC8KvN8^(aE3y$fCSFsu*1pGu=D^I7*n$CY!I>6|fYHY~7dDT^4smZnz zxVtbH&*Y6>wRcMpe2%RFeH91kC<(yv(gi2}wmTv7gtiHBE+_>@_V$g3m=sXRRF6PH+w9fN$%WG98fLqeVb`ExshX@ zJX|a&yZlA*n&z+=Es^SiFcRLC${NG?6J#0l|Q+K5Cq41DLn-MNFH(br*kv zV4x!8p*nQY92Nf521)^aeK5gcBtZS#bd*sqf&5TVfFC*&mD3q8ml<{!nsz)%_<3K`|!FvnwUF$oLjJ)MuNxpeSwucyP+h!hj2{G$`Va5TwTH- zyMnc^7Qo@s-VkS#+-T4C2&=&n;K}~f+#}lypE_GKSK1v0hW1uSa?}2PQ#~cPQ9-|~ z*S*|+sM6HviGF2=8+=+mLgga3!n^msy+yiXDYCKkOx4_IJ^N>*d;x?$u3)i@Ofp0{ z+O@bMj||2vlz4G`mQeZM;x77s)H)frRF*0>k)pgTx)5k&nFp&a6?6N%SjZ%-jQ#Ty zl%X_Cel-p&cYofpqgPh?{Wtyj-+DSZng636?EhV~kK>1=K){gyK`QNH_$(M)a>Z`MPDPrt;ovif(=|6DZ=S>l*^f&VfhLJtCW1|RRzvpR8Y4o& z2f8hLo=_ziNGYH1l*QERmPCqRrJ`{}k`H&-{QHuT$OHf` z?64?sRe6M^7iFFXL*Lfz14BH#pw%55J7eI$?Eh_!!IgpL#<7_Ir!U0~AU-np9^&Xv zw*$X7c9Vl%J{pkDTCxeq)Tl7X$X#QQ62t|*(GW$c7NBm{yqdE*XRneikQBv)|Ik+$ zc(uqNg@kIFfV|qP*PzRxdj~@mVh?ssHm`68aK6;In3<;{)?Z%QUlc3bky4j84_HA0 zLw;J-v@>-`Uhr$2j1l79cnSv1>AWQsfhJJ%RLIWqHJ8JK7>A!0{sD80d}xYN-@AePF2DX2eqq0`Lb-i&L8pN3emIYj7(EQTAq%Ijtl;5nO$0S5Wr_~j>s zrZNS$0z9B6IoIk^Z-rM;>a?BYmuXxv3%pT*LQj%NB;t0qLg2N^yAF_&Bjh_XfZa=Z z4?l9#NgbsxG$vtD(x1Rst+BV2ey(-j^1ncaTbzC2OK5@x^=@GCXeax-lg;b?y?5#0 z?vlG!#RYpbGJnpfr$cA;8Ks-VilFM-K*X5-Y~p@G1?zn8oa zEh~u65q}3!-nK@;qva4MmSf5{qlHv~#~P+l*@eR22~mYT1tf{+D1M6ytRFV2EbM^P z5)R;!wKE_aA-LJebV^1l&eWv~a+1tC5qESQb`ji}fTshYMMYu0k-+`rVes^u>LAKx zNLa@#JpkJLn-kwM{U$prJ4==0eGW<|aYBKWUQ-UI87GNRs2G?wiC~9L96&y+AX&?Fnq-y)KzyLCFzz}Ecx+W6_QyU+|@x)Sxy$LGO z9&ipbb}^B!ofD;EhqNtJ_Ebv4(t_I(?$l7CtScgBNMD2Yf3^u)_4!gQx&{`&d4Vm9 zAchL|<;}@p()7f!S+d2#N{>{?O=n)=S^5_Asiw03iDFnIcn(iF>DpZ{oT8R2CfNO~ z^0Yi|oe`;v%1{@W^Ad#hx(${fWjHOV>tzU$Z!)+Hrs(*3KUg)CS8iERf1J}PD3!o@ zt72W0aE<>sr)R;1zMlrt;Bum!Yb78Qi_spxpzQ@Ae^IP&s*KY*-_XbHJV9PY!}C>^ z7j0@jok0aQ=~OcJP*`Sc1Z4Lz+IcNB1GjAqLzpC!;gh(WW1zBz@Gd>|@zIbl;+@=rOMT;2T@|$1SEmP-Zz8eZ%z2BS3pyl~VT%TKl z5)@6ya$7f$IbF?I1s=kha9vnM3wAl@JN|*YsYqaEJ-j8u0X!do(I?9R;e#wxbewY7 z9CLu5G+VM-0hsoERjwK(<8C>x6ijEIr*mM1HLZ(sIsAasCVol03oA04!_giO+nbT3 z(CN7gs9SU>@ZWd(dMg*NymCthy2c6(lYM>xQI3=ZPCGN*ggrHpR!sdXH{mm|P2Dz@ zA;Tq$m-|C>RT-0JK3!IzI0XP9>@yk_`zRce8i|phUaZFp$_uI(7qxyvjYN@NZMuQr z|5bTk0WA9BqkSIb`4=U2On9dK|@qiE&RNz^mKajt7=&@o`>KwWmDfJ z=yKQWZYiwteR5qXQ&cv(Du=&|v1E!V`C22lM|u#i@25-%%VdYFvimYN=?#?fe3K<< zNz>oy%NIe_^_+VM+L%X%DjmPh(ZR=rM435JHrsml*uNWgGFwm^#5yUypGVej%RlZl zKtK$W56MTSBr&$3^*hG?CXe<>w)|hvrFexp|4q{Wr`tIrE60B@&YCnP{$=<6|6G6z z$+@|{9Xe?IuPxBlj{FEf=2>~f=TC7yg=8b`20Li@FovE~{^-C;9M>n#WA40%0k2x;1Wn0~ST8zYuR#gFzkrrW%26NL zS1;z)`WMnUs<@bS0&A?cL>w_}Ue+HY=Qn?xMHGP6PEd=mW+{8I$lF7}_%j(AA(#h7%6_svLXSLe6Fj zkP-DsdAZ>!?o39K`aKAgB3U!Epf9cH=-B3817Ms|@YV3ye>h}DHw_mz4TtGqT&28m z$kk9C4|J(~OvX(25S#sX`)h7vCB`4>AFk|Ysv2pXSeOT@7^O4KWdqa}Fc+epMXg1U zh>FY6w`79-}MEFoKy4jp^*q|*l~Tp0W6r77Xt z>W}2eVoN(a%birM1Mf#PQ)4qeaV!X-9ZOb+#@1Bn=X@*uCetf{qU8}U1cz5QmaWBV zxmFY$0?=(@{bB=pHRBwc{FNsjKAn5i257j;^oQSafIZ^YSGWWfC2g$~IR-5ZyPh!$ z8_QH;wWEm%SUAA!=rJr*)Hv_+NGH^uKuj?E! z;ld4kN{)!s<{Kk6@n3aGz=XYm@ZBDUf?W#|5dAhzW6aaMFA$Bs3SoWfuit#a*^*k4_(%!+)%W`kar={v`6rJW?V^FXEF zrMrOId|ZLu6hm#DSch&k7xVXE<8G}gkAhfOw!`ec7qT2TUnk92 zBd#kl^s(3|*6*y;1|jenCUy<5wNsHBT*UO;=GRWeP2!LgX&XLsguh#zGls83rmoiohS@Ur`LvEBHdI8a^9`#I`F zTaEbYXp&x+#Ne9757Y8Sdef|~n)K;y&4=Q^n9dHUOxUu^M_f@d47M3np@L|ZZ!l*# zwJK>$*1)CtBGpnH@$%yU#>kiU)qNfGB2}_;V659xQ@s2Ip$p=yIjhu$q#M6abIv)x90~%79<|HV8cLxwlI= zu?CdFWOo9_G=0-eeZLfR3r$V#5Azxuj?lCVw=Q$NH8}3^SV%LFze8ZC z1W64{B09BHiL}&NMlZbyIEp>H!&z?C-F?Pd6nFU8GKVftz3Fv3JN8on%<9$cC4rHEx_uM?zA!47%>mHWp$@ z5qa>QGa)IIi=h_g?Sq6l-3lp78ysiLU|fI8(N1Ln%AGx*pn@*lMMR&}2K9R@OK+Ekak4TlZ`JOqlnH=D*#&)W~Z{ zEjjNd$TY)(pAK%xKEMm%mElAKYT!nw2XQ}p@PB#Fhk3+omyThQqOoo>dw3+?U$yuE zFmWWa{6p7a{a1@jHkSV~j8Caa$86xi{SPxUu>V&8wX#R)qRP2d(Pp_07OTg({?AVl z)J`;h-NKV~V+0l^+BTOl4(^r(DTnoskV)_N!}a4z_gC!^F}H3<&B$M@%NDdHU+=Z+ zwYwghBN(u;oXg1B3hFdG8|!FW`sIzEgI)d2`B^UinnrDthTPP`&4H}N3m!1$_-4=mDQsW=tX#Icq(AZ#>G=)cY@g$WmrCI z3rz#{*mmNd@IcWMa}JdHl!#Gt!5gLE1HtNhF1@w5&;IZZg4Me?uY$FHt(=j}mZ7{i zlc1R!5Q?ZZ?){B?vBFp;;~t{(2^clv@1^TXO1N7t2c1`ZlJ)1@JG$D7d~CRa`u?*) zL+=B&qi6bLaSPswyC_)ac4TuMd~51P828u`iYO}AT$qwY&qw7?Z95lOBeiqN(f#2E zhG?-6(5ST!2>Ico8Vx4`Z@7}+cnk$rtspnC5<>U}w!STdqBpE=C(nb59A!AYXrReO z%Z7_-X17ZpUo27hQ&eaNbWXj7G{R4b{Qf|lFl2*M-Jz1>;eMD|)-cC|+^%IMtZIlU zY!ZIpP2_K?j~&Re9Jrvc0+`$dBp}v2I#K$v^lt}Izl)I%ZxR*UX6%C41-*d@>2;h9 z?wrBV>>xnyag#l(g$6 z*;Eh_uZSmf!(W~CG^zY^p$GV$RkK@ygLb9%oce$}r5=0}p`gMcj3^M%X7rg#IYXca z?d?UELA1oCp>(o`^WbXnOlfwD6W@>g$g6Lkl83sG`v&Bgh?mB6X=c--{)ic~^cvj! zTBCMZ8lK=>a7>Vx^icnDzRaejtv0f=gQj<`jHF8>cO|1UyFQ#Be<<-WT|dkEr!xIl z`yMvB|0>h}WQJ|f{YBeSJ_6Y_DX_>*=J9FfwgA{ux~ICHm4&?hND9lxr>u$}vXyC0 z+A=hYopCD=5C?TJ_O*V%PfEN@sDEv6dpX=wdUZFQWvz6o6lu|rcjm-qbuf`Q){>5*6h!%EeRe*W!CR~ zDLnCj@0`U0^bUQMpFuAp*;hVwei7}0cT)$uM5Yh=%`9CDBKF*HeOHZlaEe15GLXjb z+A2aS)1gzVjq$t7Plsh%Q~ zTZy6K?er!rNSnX^CMt-AmKzdR?3Wyz6%WXqwP@c7Wt~6ZGTP7Dlwk31oMvF`B}H}6 z3<^l&$*MG?b1Z(5G7eMuM2)W;2rr(poizBmp(t)3CnmQa4?=2;g7$=EmCM5u;dnGQ;VY`a= zR06-BEFi>mgMOj_A~kl>|X;^^|yP^%`B#+iM|G zU!Tl#RNZ%QZuF|AWYz%)J`$lNQ0KK`AW!qrY18f`9DAwjZdduFzC9j$+h6_t7nSG(wuJf|-WC`gVRbS@%O67pdioP={Bs6HA6IWj;ut zvX@l4UeiN5$64V%aaruk)2VG1)!ta!ORX9})>?gz2qToz(#{fR9W6z}v#5E}PB>bo ziHovNDe4xiVxc!FguoR__EVOae6~Yb@15~V>?0WAxbh~PSx)EaWo-ihcP1pR9A8|( z#yf>Vtp^kz;}6ZJFvU~oOD~cLV7@L3OvnRCdbuP#U~H&A^v%kGva^_uAhd`JyOP)p zx#IrN46X*?*KPX7@G#a};Xvfd_>H!Jw4U;5)t-Bf$cJ9iGBDW%gQq-06k*bT-#qa{ zscLQOnc!+;|Ay&rx0`Gi%LC_oQ_hbo&4qale}hxD33eD)a*!k+algGp5pmE-e!50% zC;6KBP%z~|X(8~L-t$qeLFq%lw!Rxc2VavNqzAbn0^l^xwU4e2`^YW~^@Z_J zM8vUYLTuxNEb*cM^hK*cQT%GgsK77unEB*s+5n7j#~GAEc@E#=hqq#GR0Fn)vq9Q(6)-i6lit zxXl|XizHUu3N=ehJ{s@~@%lXUycMPLi<0?qmiZThclYrkBVI=ednh`~E2E}@U341~ z0w60|r}k)up8AM(gS2JB-Z3ae^xd+|T-h4&xKcbLq<{5$*oa-q7sh`)UKoxzx$P~T z9ziXMtqvin2hvlm`zp^=(A3ENtL1O`+9hucbB<4^$Ze-SNAXZMIV^@;!7J7Sgli?g zmf}G}mcP&YL|)pW0Mz=rp6@6&9)Uu`fFGrsi|3LoYtPtVsjnO*i!;AO`?k^4MxLXm z&&*>1f|~W!$yl(vL4%#W>QjzgFj-2QHj!@iJo2}I8xfPC*N)QiBknU;0b*!_^@qt) zgxvHy>^hgeDNdvkhc-~GADXRo>ayLlSPK;%e2k!KofQyq@XT&Q<{ z-a*c2&R6}@`}{94|MdU$J~ydz#vHOhT|ZEMf>nwwVyaof<3Yq;`(F7YT`-d<{|!En z7873_NH%ePwryp+Ofrh!e;_n@>n;`E=WTNB{jq<0h5dO)tns<{`nccNxWB-44kO^O zo!GFllW;{%UIN&@`g`~KA}9hSpQ0h&yzLe@Q}%XlH3sbR`8v6xC2I3Wkx#0jajr(8 z>Uw%b?RGkan)cY^z5^g9=&h$9&No7bMv5kJaC)>Fq_ksd9oS+( zmMrP*aDIciQJ~mIyWdfdA2c&k`D)`Si`v;qwyD%ttFN4`P*W$5oC_)!B)8;KFY+8? zfTw<%lR4&S2ZKDH_Qw$xF0ZiX2gZhUgADsL0S6|{Y!L-4#P*s%S=2ZP--$@}W16a{ z#U`%#*hBt=RP=3Bc#b^=x+$OyE4J%2pyG`auG;SzT_yskCK}i27C>Wza{~KXaSR^J zlepZb>}oHzBfU)Wsdx1{VFckQ!+ef2S*7+6;P63f%`gX4&s;%1(n;-54ZT#(QJw}H zi`-M$xfb>tl7Dhm;I%iEMjmmajdzcIou)kWc?$fSr6v3Ml{U6`%@P*gL<5m3m*YCRFxriMj;)T0x=tpR80J*Tr84Fi zo*t3$pQyLtrO5Y6vX^&v$?`JoQb+|kh;w$9iJ3mz>|@VULgRqb&RR4%!k~0C<*@CF zCEAtq6@+in3LE2@<1(Zm|J`!wh_+(_Nk)|nmjN-#7?qdc{(<2;&=brJU;J>gL?tI_ z&RcYfu3P3k?m>Qg8B0dAG#KM%dWnV@JxI9^pjSr~&A_&7|XaRvAX|^Q@ zNl4~btVz(pOci$+Wf?2pek}30J&$zZ$KI#}OI#aDaaMPmqeSi=;B8^S6`1_o4{4EO zRq`bi;42C<{A@(HSB)Ua3;`v<1o)`N5NtYWLXFdFGpbu{evhwjbQw%?XNxYYZ6Iqj z{zP?-y_TOCNSaqGaXbqt>n941 z7g@gQ=z+n71Mavx_log3n?abt)03r)aquL`Nf;pXy{tS=E?ldjiBlSRBY+p!Nzr&p zvb}T`qGb|f-+k>7h{u*F0>4^!Z>|l%L)k7}5>sCE*TwokaYSgEC(TAM!QVs7XVAU! zloMbPevekON_rcewu?O?8yg{eCO2|m5GH2+N8{;2<2e%t&Q%&xSq>U%^TS*{6^FND z|D<{3GZ@sNkVCIK_?9Q=Ejn`^MK5yMvjixqe32_H<4+Y$@5vEQDPYuZaT)v>5norX z-k?B4IE&KFQ=mw0&|Rkshtn?^VmL*rNKd>Tdd-AFS?DSbJte7n zIVAyf#Rka+f3vht8j8AV+N6{D@m|A9Hse6e7XMtzV(jx9bq7(bIprT@ByjbDB<%*h za9Me&cVL;Dfx;uYzIpwYPjO%pRd#tkByuVniu`wAu2m78UCKgzP1|J9_JlK%aBV?LP(Y+lw@Mn2CQq_vR`lxGnj5y}R%uI4yy7iPEA$=@(7F-280FjM)jy-Es*x@*lJ3^bh04B4)2@>k zq!e+Ye!*?K+Kl{2@1jwQ%bimnWi<0}YZvO}eOd)@1)lx>56{Ip8B2HlhIr#Q9zHY) z17SVoc>aw!lZn(?=!Nwkk@=bNLMif+-&%c|m7sS7Mv-OHnZ*OB zbx(ND2l3ynP8n^ss9(4GyN5X7NpCeu)Ft}djvlW%3Wu>yZ4uC8`&FJ5lnN<4kK zzTVwGZpSuN>NILwRt`vtP$X0BTJSQNTUNeiVkQ8uk7`zUtzFu{t&Coi4VWM0&TiLq zuR*0=jXb;ZVYlWk>eVp2tup;2X|@dPzyoDpSr|NN^~r8g)jA_4f=Q3TWr?`WK-h7? zgz=EG$5?5ybxu<@$6uXz5Eng3dXFZpcosT?OngFQUzhp4y9f~u%z+Of6y#NFLyd;#(K_0+U;zus?W znHgYz?GB`i>Lr~XZVC8Eog~pA@||Zo6^K|G$(POjXr`$_~c9cj3KER%P z=r`33=_KagORXeT&C8_x13;4^Y5W=p8gKV5Ji5)cb#DO0-%dnyi=os{j(JX2l`J5x zC^S}yL!1mi)Z&c@n0AxEoFGXhb_L8|gwhYMbj|pqSAl}kjD?Ktb~Y!Y(`lZpFA&dN zWq7m6G51dFU%ICGY%VZ~qdJ|!=8_@SFvE8zGulMKjnSEbuq3{xU87H+x@e0cWpflX zbbRrQO{C8#8t)3mJwzJjn-skx#yL14*3ZG6^#Smw_!v;&BMFg?Q)y~*9hkgU0E6ry z(#q1*q!~yQM8<@-y4j)1o@38DA%qetN#5z;a!~dxXsPSH`s{SjV9?;Dh}-IjWM`;H(P6vV*?fDJe~+P*E`k z%m1ez_{V3<6KoirzTkrUwcA?`YxK^kJ^;>-uWcmnr#e}A6yK>Qc$jw@K+4q#^<#0V zT~A<;>89AjZ&Moo1dE(aoyJ@YJ7qbOP?l8$aVZ?4!fg1bma1B)r7Z%7UUQ(RqW@6n zodJ`-CVA=v&%|^8e&c1Uk1D@4iL^XK9toKSSu(P@aj3MZGuZz`u*;eoUpH^%Ytu?K zrAmtktzl_&)ohk@YjPg=K9soGk)vhSb>O^}{EDOe$*_2n(VS3P{`6eQVwrX3^%ZoN zpNJwDjN87df;WtBYfD9xD8pD;Ipw>bpVFMFzCft1k4oiJ~ur~OviWbhJ0Fqnj6}`FCxu_?PwQpA0-k+CB51aCO#1y zRMe(Q`HK1O5B|)x6;wqdnISvcoo5E}@ugF}ppkG6G!J~-4)#&Y2}4Nopj}L|s`x?Z z30CDJUSyNk$Ao?X1#69=xsKT;I?A`^`=Etq@w}QP+8npZysMN!9p^#us5o_GCESHo zzB)zgoJVR=4PB!)XAX{2`y8S`{x^rLs9;&$Yk8(kfL{HSoQkVXh0Y~In=VwYMNQJG z^O~ge<_nc*w<)8(3=@XbBN@&T7aqrJlxSRnWw=UGTe)Alk!*Na+(>>DHebY?Y^!utMKZwLu9Wb^Bt29J8PB$NKB-srPv>lSi>nB%WDePSPR(9 zRSU`@XBrC)egh(~xJsHHrWBr1A{zq(GF>iDORSl>R@B`d|EW2SHyC1qGG%%6;S92X zzd#9I$G+4QdqYQcy?xpOvLM+Yuhz5|U+99P{CG6}9%9TYM#`-5(bs@5cOn`>nGTP;WLqaI{zyAM(^ADb8jA?UM={1GY);lUlC z?Ux-LkxiIFa+0Tdp$cgoSN${`PL*K=@v&{CW6rvNF7Mx=?$#P6U1}byOfr-yy%aL( zdCI1Z6}?4%;Z{3(AAa0k;^ZZ1DzZyYabaFKLYw>59xuI3R6nv|u_Ha7MiiWq#^mMj z_eV`x?Y()MbRY ze^v8dur;-@hdj+p?d|B;bSO;!>b?{1U%Mlw2q(r#YBa{j6?rZ>-~2L z18fZcg^3!{_&*|$0KexXj}8f|kZS~ySH((_uk>@o#EXjlf$!N1|I>$s%^6X)la?fH%D_?X60(8 zA<;N)zRi}uwZBVwPf?<5z@{}l9U`C3zSZ~(@KF?3R;vZGemw^>_^7fM|Lx46R3S?p!HcV&x)BU$OHhCbj%%h zKC?MmR`>Glv*}!1Y#n)tXREjvoG2CvR5vebLY8iW#Hwknfl{EW-^-A%jA!xACN!j} zb{XofIPoCA%4`oLh#5!OLZp|obw&!3Kf~P>g#@An@~$@7$*0AB@6rV976yh$#^(^n z3gq5ZajMK6$j{s{KcZwMU9n3J0hyCOkJik3bT$E>Df89R>tizN2kmnHfjUoHHaGB- z@rZ<5=U?oXTtptWeO3usv1-Z#W=UVm#oPxp4Mb!^Uusg9!Pq-Bvq2E>+y6w6Z0*xC zzb$r9OJ3r%?D5~JHzwaTvhe3BHjgmLCZ(c_sGSCWsGWS^h$c8*O{}0tn&08T=@_%b%tG)&6P$8$fy!>@>(8CxDH*GI=R_j~cJvQysRKCeJt@#yBq3%t zFp!F5)`E=BoF)3uO8f)a@F~j5TYCm$lFgO?_G-7|`c)~UZCnkR7qVu>D32|^O?yg0 zyX^cRVNH3#{;hQUG!{!&ENRBL0nV_Xu=LI%;F7~vz&`K)1X0wML@ax{6&o!PmQJL~ zkV2oiAk9Jg${LN875yLmP6-rHR74)E-Cv^c9PDywX5f+TK@O^{dLgR$AabLuN2foX@vWScY6Z7l%G_rt3Gy<~ata?C!{>zl{p2 zkgcAm6EmPW1LyApp;9o~@VCa*@m{oRz61O=X(baI$}kB)PO3v?gV1M{27&%!%m2-bZWVx#A%`b#yDStT5HAiKRo^y7Jfb1@^@Edp5pTCyt^-nouGU zO3n6W!6&6{Ez*Rzi(-<0J%3$CatlUiVHTlG?^Pz1GwkY&B`-hwIlsP1q?9 z*z(6>SCxW9qJ^W=DIq~Fhsqfd2VIO3Q>(1&C8{%Z%1(8t;o#D9tJ26`ap^>u4K%oo}|G zK_6i;!}Lyev6yigd2zgErmrx`v^&6H-DPrDA$%Zi+>Y@PC0bJM1fWnONULly1V80A zZRn#^t?PfR11b_@Q)Qzi+IZO|RMGQ{2FM`0S69(XdVBc>c;E;PA!d+M;@eTFJV&)l zDY}A4Xb+{m^ZXK@(nk%UAHiq3LS^c>R)T(Y-+uDt+%7UH(k`zx!;ecYi^q~&HBHlu zk1U>$*f|go-0zMg7QTog0_dbN`|>UP2vbiP^wh5vV|Lp3@?hD-0-R_Cn#I5E-qW%> zKlK#iEPW8gKs*pR!T)9}<52@<-$SbKXR*c%cO!#Xyi8)}FMUs}-|{o(bE#f3Y3TYg zZbWs~IoGkLiwZa1^TIYsXBpUr_s}}>JltK0zeZ)JhI%zGi(@v?pZer0Ls7hOQZe_b znL44HJb54EU=Ss8$z{+Obz9N$YJY0BIqX`6_*A>Oz74Hqa{Qc7P);`yZ-_P^s#)B9 z`(=jqLv0y7aXl@adTy8tqxteIczP8OSi6eA>#)`&HXo$?y`XH|yrxY{vI= zY{yS$o#tIaU}(5$;y%SoWU6VA!r)X*Ic)OMx>!*AqeJZwExIM!CK?#tw|Rv_T{vrd zs^x`=G^_*Bz^8~B(~iUwV48nbK=3COM7uP}3&i^Tio7c58At~usP7q3piGt|22BQM zAti!1te3y~qU}`Hl;p=btNYOhZ$KLqPAw$p?646@CPjw+5c0>gDDM6!#Rot*G!Oir zdhEXnNnoI3X8W%Lp9W_PA?yEMAe)x1K!uwt+dGR?Y**Un#dH=q8oY*)!*_kv`%=n97?#TJf z_t*W4V7}YR+J5Gx)!4{b25r>YK6t>B(q49>46BApmRE*H2faaRsn`W+#nc-nLTE1A*FdX%qvIO-C zvK_nJz+MCCs|G;u6_UJ(Gq_D7xDMc~vS;zGcxXFL&RK|lh4QF@;@S~>pf)^zMd-O4 zXje%(5%y?mqvoNy%bG;k{e2Ns=t}@{KWM*3(PDO#ohn9owI#H{vjELK@t{+vq$wf-mfvbPmg^Mj<_*c&{RAP1K+(c{Q-A+l@2s&ORSvIB z47OWE!vdN(r_^5s^HJ$5p806DXaT}Wb;~CH@R2;IqF5HP{p*9tw}qXU&OzcAZn0yA z;<&pjUlp*D(!F2w7Ig?wk-x#(TJlc;Ag+SMc*Z*daGv`69OP1dB{}_O%oZ1ig`LT7 zj-HcQs!W`WQhJ}Hh2s^n356nA{?dlc*G!9X(KG%dy>f7b**9^NgCYj;MIns}*y9ft zW&9fQyJU$V`_XW)rv0?uq={`3@zm+nh;2WFO!7wetc^~BEaXq8AtySeRfQp#8NqQc z1xD%ksh%T6QgW2d;^kL03qF?BLKQUR{_!JdG=W?-bP+gBG-D;rh8eJe&StN1-)1Sp zjHt{6CAkRwU-NntaRplVLUpacGVpPVdg=SBjy==2U~V&HbV#8otuKP?M9PQe!pK>T zjatL)xHM4MT%P&gwDRt?(Ez=vydqQv&7d8&&tl$bRjnFFm1mWqb$w}pyCTEBBXTKT zsZ8mR_S-STpnrhYYswxdb|$<#m;UZ?jfatFAKCLHyond z6#*YyE_F@|$!TS@D-9-K(8v##r}+R{Tcfy1h5*y+l9}#rl~oE!>@Em#N#%wL{LUXZ zlL&Q|`h7n)(E5sCWO5^;m1Q$<#*u_R3GGp(G!M2<*hAvzl#v622~PVJW``b;9^(3> z7{k!&sO){`5~+T>xZT=aKlB2j&0Tl|_X^H`kyT-WaX=E~Y8I(ZXz@!TpPyAYpu&rB zk}Cop!(Y3oE5EESO9fYo$}e$XMc`%mWFk+=@kk*(3q|F~0T;|7xI>5g!NlU$Z-jyt zRD@x$XCOtvuU&kGn6xsJQRgQG~ z21@6emxCDz^T>&ySnumg4a6xyR@kI>G+}W|)x=VHIZ*O1aJqL%_;bwEO(TN4QM_n- z17&fNTCQ9&331#}yDsLEE~v2>UO6vTKXB|10MyV(RmnRBZd7m3f#BLI_zbL1+wh!) zIfdWsJiLxX?NvB>1~|VfB-s{6WQd#e#nqnZ*dEVWQl?%kVR|bpuXi5}ywz&BY`ZLo zxkhZi$^N{?P{Gcj4XNuI+sIChB`S=baAhBeAE#y-yL#{@;oOu*zj&!*c&W3u4;XbOK{qES;`a$&;CU^` zw~W+6^aEM^_tVwm(Oi}xo%ujs)RM>=^Q@)5M_TWB5^Oc8?;lhQ-r`V%Y%h=<3ZUp< z^qNSv=!#VnC_-9%O1)}ovAUnt(@9MjHRW3@G=}1c4jF$lMHbtWuJCEj2PUPlqG3Br zY!#5=7s5?J-$Wr_OcR)QXdEWEuP*Ep*)+c%7jK0jZCdSavl4j~D-Or53p6lK))fmP z=4T$}i;x!=M2kCZ1GnE?=BtNKF;#-UPE1^axOqh;;C<`jlUu#drbBzuiiOfhPfSWr545|p;aIUETWw@s?!D={_ijJ`Wop$(Pn`^eURR&*A{e?=mo=z& zYGht;H<3>)+7|Vc&EvjdCSCs?0!Pxb{wl4&RvYW*>LJJC{02_=8_9FMyknA%8e(B( zin9~_XnTeZQ}g06V~h7|ok)enrt!YmA9j?sA?mLg^AR`B!W!it1`76nMJQyTWBad* z^peI@G!ZjY_XE-wpf=HT4^ui20-l{Yx3I&0?}u*ag!4Cr@)l!%_*_{u6>{rxy32 ztc#nb&)@XF9!evB1)d|>(VX)q^GLV7WX@&@NFLZ^p1ov`%EgJ}9hs9EW%qqr#AxER zP%oVtxVDA~1AT5BU$4&mvdJi(D~aV06z!;_CTdd~j`)V#ll{SmxPplw`yCzjD<0 z%uCp37fTEEO6Bw-E0vx(f+|33XdF#(RJyfsKh+o(ePMO*wYc`*z>`&c`Zko%c7Em* zHKfM&kg4WGJJUybIca`{rXmxJF&KT?B1cD-vi>=zC=V-o?N@!gAK&gydUYUukAfXo+y47V9CTMp|SbP-F&s~kQXhcbGFC>y<1``#P7Ny{FG5IKXcN|2?C z{9KxEzxJDQ{*F6N56WLMIpFlV##;f6cDX7MSnf(t!tP?Qa{;z3tu7kByml@b@Ag{* z!E-eC-0>7kh5~Q*dVLu%TVyZ2vIl?&d)8yRVh8xtEOkbFi^2oKlJ)1NQ`W3tPCyTc zf7ly=s}RepPLJu(;=)}vn#lGw-l%?)-QzGA|AXibi5d#CBv)NUuDGdsd($KONjv*abmo@ zJv%<#MU4H`ZTXtVhbPL?fqR5TQ1I2g4yt{}`Z8EP2k8Y;$KPGQt znD<9%8P(rVehc0r5iilzKC$0_<%e2?Y%J0MDf6gK-XJw(8FckqlYa4OPp2!|HLuQ= zCv(=7UM$+e6+d7FCfJeYBxJ6s&cFA`OwIb$;cRR2unLBA;Wt8QMAb4m2UNjLul_FR zX+Mx6p`2YBgms>V_yT?#L%pX^UC~HfEgpuu9bvoj+azS>QX(MCP+dBWf{C6tF7UTd zMq9ivZU1mFZExH*g{;7$AL)C?N&6GA+EO2ORSg_=o#j8^IPl7-3h!@~XP2}8=5%CC z40)r5LO8#2w&)2g%r)NJ>Gn-D)tEBO zDTZBjtE~a?6dj#z((U=c9q=A&skf^EkKy_8*jHGlCF+vyU#jm*e3qy0rAlBNioNM@sC&wcOwRENN(nZyVg!Q-V;%Y0Lk zpfu77SoSrv2i&sx!5`bC<8p`Brn#8L3r%DT`*Fu*&qb1-7=|h5EC&k~y)RpUlksQt z${%DStm^LGAR++|bfYXyjd}7H$qaGpBmoE4A2GAhV_F_@o~>wDTuSICz}YvVB00F5 z{%7lpJreQ=J>tM)#1^Aj?i`}-uc0w6E<$i(I99W`v2xzKWveCc!l#ov8e_3n3{R-V z{<*{`U86zUSypKooiS2_6GV?4q3Y7LoT{pz8gA56)=NCsJ}TF#wxG1z@Zx;cm%2;g zkXu+(K5dyKn)T=Dvp;0Gz)V=s@jhm+X$#1nD%@bUD1DG6x>ZGZK{NAw2qdp4+8&+_ zu6-{l3>3>p;C6;b!J5kPa-o{0qnk=K2H)CCxvgB6NL64cUkU~7Tp>>xJD}!Q$w=mL zIFdpOTI^buPlIhS)TWr^CYfzPtI&kp9q2=q0`9n_*PQ#sHn3xt2bA6GsJmg5;vCIE zi46m4KMuvkZ)~|e_B2Ksr1(na{J%*=FA2B0 zhd)fn0Z_7XWg#q#wxzWrEGNG{3hq?si3XDep5&)01T_^Wh0))alRW?=tZete(zf{| zw)hECt2U2y|Fpp>teU%!N~e=x$lA~(Dg@~k^;m)}Db_kcDpKZjwnB+8O4uL2y%l8& zfT)~Z;38V-EZG*eAtF1tFr@7%P$1wjrJc01!QY0}EzSv_ep|DNauu1l9v*kb4JN;R z0U;&ej(yN3x4{N0mVIEIKy{}hj(MS&lrhY&Wm9B)jTVc)rU<1!=gw%u0Ig4Il!RvK zsHutEzCP}PAa%GRb23@fZdkBa3s`r^iPc5Xlh*||`(ZRigBHaZ#@)}uw1nqK?zKSU z7_cUnySL81DtI5JkQnk4+8ItVGkG0hLH@C8^DzPWyq&+=bKg08<=5*I9R|C1nPJhmqZ2uS-s@F6~DVN^RU zm!-c84C%LYF!J%}_~usDP(nq*>AxY5u;-6ohB6#qj3wY_|H+Wb`hI8r`V{Wz$?)Z8EL8)kt@jL5Vm0nlc-zp_Yt z7ZN*fPj)xAy-uUK)3c)vKZuQ;j}2}&Zr0A0&43YkG~?9hU#SQ*(j0_Y&vUvoM8AG> z>V|kp&DDl6A&bx4vktLnqNiY344x1|c((XBMW5m_GbPH6)(G~BGVn6yz|dJU&5f0> zQm~jOKek)U)Q^?2pIXzGx}Pps3MoEM=WcyFKT2wg{sFKb3q?;QFkeQ&kc_W!qkZ2j z2c83pSldLKU#C8;1^Pm(_bAr+67loDXU8CnYcGOB4M&|(9ok3M>+vy8LXgCq=*P-n^NKV&E z#Pxz&oO^&x%q{7|IAexLJq}BFN@rN4?4sI!Px+qWue6ysB$V}1lGnN8&un0fw z1iLyuhM9za8eM-B!p%Duyl>rgX6Tdls|Mwkq%%BD<5d=z9aL(PLZ{C&%saPPJ1%Q` zY~o`wV_iIIJfJK@xiP&*lOf!}7Y02_&lmNTo8+r<$B3*TLlj9Q`0|Z(Y!zel46dU@PiWJcj(y(fqx^{BnEtKW^Is^( zvPgjh*5WJ}w3WF3?kdn-y}tS=d26P+c&PGDwuxX8yRdE z-xi^*9>Saq59Pa~)y zq5L)VrELTRbYmkUnjMkq7F*BB4PlSbRA3-+K$l-Q&P!0pop98rM#YEXg z;#GVm=e=8Ow^1o3s=k%)dgEb{;~?r_YAL~KAoou?r4zkPmSI2v`#CDV+!VAgQ?N$W z5&wHgP&?!i?4j9@v}B?iK)8h7K5G5_%LS^lz$L&Gv12dut(Yik!|%byK?wI8xz$FH z_d)=H@n+H_TfS$_+WD)o$?JX*0stp?X5vSq-y97iNSbPkR@8qz#2gw~f%B7{IpGyy z{2oIlu1@|%l(QN|L?SeiJC|aV3X1AO16gl4pFAlCG?lgzH~uWZX(ym__KohY6t&5xum^W#nr*}&I;>W7@(d!CYm0IE-xsBT1M2Q*g8hW(ucJcS zt)G^oGMsbZRgzF*W=w;2*G@}6F@o_&n>E&%i4z_t6Bhv)`bp1<7?@Bw8}!`6`^d5N z2(H_1cg8Z4j*cG!+%z^Rv%Vj&UJ3_(5Z<8MHU)5VzL@Yl+IBRqY=_;E8o(qd7*oNR zA)%G_+!lF&XALviQ7G{c$vs>5ZzR)sVD)GT6gt_nIZr1K5uG-;z;RA_q|arc?|9*a zXOun)u40t&4*8`bwe3h5e(uoIM|BZ-!e(6zIm>)H%~;&(1^u0XTxMYOc*UpTYSR;$dyfP!d!z-;HPm=MD z*Yw*e6_2S8IDS9q8?MBBzp|CI9D)@;=x`npPUCZ9Wlz5V)&|q4&0~%F2iAC6{@MNz ze9JEP0Hk=?imhei+>mbCz0vA%SjB1xhZtWdQ_t?gX_6rQ1^a2VW=t-yYeiLH6n(h9 zTMAQ4ma_YK=7Qo55M)r0%b3Oq)RjW#qE#m0H}dY;%hzYIzRO3JsVeLuWmckWP&R|h z@&wqKEI1?b3o@pu#S8q*k0`9TALye%=P~y(T&8xyE{FpFEvLw=m1XFIjgi&HnvQrgI?g*z^Hbz z%gxof)531gjC8<=PN<%>QcRkKIuh`Gx|b;pFQY0c9#AT*kqNCj8%Q$$CmV-~(Vt8I zfR9N*4U#|Pz2gI4ZfaxS-q*o7U}YbF<&cH-h*?Z-jqihus^?~K_0yS zVQ!)SSI#O1CMK5u`|$Et-0;7liT6PA#OFpp0aU*qQBJG>BW@r`D6XKn{;?@X6+YJ= z!D%F0-<2`YOoo9S6O>4~L3N7T<8``&`%X!j`A<4^|4Gf>&P__rHZ8CBLW*)F%;wRT z+h1>wqINY*pv&|9_v@Fm1f;?{^JmBAx9iW-{lmvmOBX%LU#a{SnsuB4?*N#!YL(OL zkf&G~&p;9#!=}yd&OJ6s=M-1}&WkJQ;LF4AmO;|tK;%3ekatA$-wpTISLuL$QXqG<>?GuIpx8;a*{*IU(HIkOuU zSV=7zBmv##7ZchPn#fVpG3@ke(AwGPSkwL<1E?J~7SO&y=fwHsV&l5wQ?luqicpwc za155$sG;F$IBkKD(7}gemjT25nfBT5L3Ow<+5C2zelwW!5i_|rxO1IahBcFgbVyFe zKB_P06SQNGMH8K*kVvh54FkhaaE_!jaE=aU4T8Ee`q~F57zuHGR2fTqi=D zMo`4m;%$4O+WSo`fIw!?@QF9_dwPUy3lX=->R(31d#XQkbd|PthD<^%oQB3v z*`k6ZdO~bt>P3RPI@l&v+^|B7qePI>pHzE}qPkP5`a*gr&w-KMikFi*8VACIgDWj- ziG`~zi5uDE3|aldZ2Fb^tEmsGOaZ+)MnmmtH#(lq2tbS?DoL4{sAJ>_n@Gm6Cv+qD z^FAo92VK?Re*1F9`02+TaukD{^0091is|mhdblNKT=)vHzLIdj>uh4K<+<|7zk+lF z#Cm}-q%$BgcvC_9NJYgV$O~X{S}N!%6By$z(KE}%t7`!v)01TQZ1i2|O@MTBJT@CW zCuB|l;0t@xOpJ5hszbeDM5`92z>E6ZX;ot-eCHHd#Z%J_6lsQR!!#{L6)|@gbHkc; zlPjjW)OVHh6R|Kz5kkWz?<=^5H9*G7ehUS=okPc@BhqEq}aZMu%GBTlCNJj3W0<{8N#K z)3R8x)nbzbYKV>zY2C;qB+3sn<%bMdB-dh%gd*LTfqum-fPgMq)*|Pxe>jghC@=p` zB9LvYyEu=6X3be;jTW#i?EE@y8uc7Xe6m}@_X^ZAPX9IQ@k;+#{vy95&uDpMJ!JK$ zG1(nDLIlPfjgbR`#HSs0Fm6WHi88D4A^>_E8)(`7veqMi!`Gge$XP{FUC<}}ET(}n z1r@u$87T^crkNeC#F7+4eVXVpSxQJrK-vq6@!kG>jRzA-kH@k5ECUdKU29h{OMXu< zbndoUubimVsYT3t5ks*CsOGP-U6RkIF&C`}v_C`@TmQ0b{9lZ{Ly%_C*0q~iY1_7K z+p4r}+qP}n)|<9%+p4rxdFwQ8#Q#N{#_6x!Tzid}bBt%~Y^hvC=a#|OAM0@{*~JH3 zY=BUa?N(_3qFS_}tEfav0_L&3>Dy-B0(g^tlwBi@TB8R|qNyeivd`-niU%>!P%A}S77lASs zu$(K*As>BlDZd6@6+LLR z6MSpBn!--IwmLmDE8EDevIMQ%Vs+4r+UMLvaxyiEutup6Fu`N$&{#Z*Q=6??wndNvkZ_kUyRS#)d9I+d2)o6t|0OH(;z zD`|`(0MiHy%xd^1O`DZwewh<#8aGc7#OnwP7HfslaSYj?`t0xDQD0G+bF6`82gBM2 zt;Kc(3Brdp1@pNoYqSX|iCTBsudh9;0lCb+HuJ5)Or}zdv+h${oWDMQ_sQcjhPZBu z?_U>s?;YT**uKcreb0+nnESEPdP`a6&P4n)#gC#g{>r=NwK@ydP1Jf(QdujP-OhW< zfDF&&-8bk9&M@Z4wR9RA%``y%ELu`?2yxJ-x>V{k!xC^Hj%)XS=J$-0s zU=!yp0in5VEdOSE9RMcwT5X7AV~*3^X{&zf*_`S`L7Iu4;OlN)5B170gL!Ym4&nh* zmJ7FPB~l#|8}lA@-6!8A-BL810$Ap5Pan9LK_cMbIMrr5kM#~ccuy$e00fM^#shL~ zO2Aj^?*^Rw~-FTU}=&Er3?r49CcYh*|Z zYw?h!iw$;Vl1{3tkcc_9u`i>kGYefwKwjr=R1XEtH{{rmUmdJhVLdygkX3;0fd|&T z*@RtL=@f%=tQ0$o1LU2}BMMyZQaMB^B)~GcNu11(MCYvgkOEz`2Jyie$Z$~2( znq)DfcTE;3P7)JDDv<7BDe(M=iNk{}no3uQf_k0VY1Uz0Z8W(=7`yp%f*b3c;+v8< znx8djDxn_&Xll04; z(xF_7afZN%HZM^^-0t7B%arcxfd~r;_~%f8BkjsPrg=)vy~9=XChg8@L}ZVlIg(2< zn`}ICL(#oXXjNdwbr;kojH3OyfaS14ZUGu;uo}9Tn(x8xwwpYpwI^~2)%vuEO_Pb* zU8s`kQ26U-PA+J!Ag{a{iBmTzW7y=(r3Kcb5~WgoH|b|wDq8RFzrGL8F*vqMxp=KedhKLzQQJNszTs*!UkGiZ4)i?GhlBr*~X?IKMN8UR5!baLMt z846$d&>iRG(~`#>g=HzOllG{NN_6Uv9ZiwuRF8e9M*Ys+kDdnA zY{H(mjU+yL1#a2&KcZ{E;SNl+V{an4}ED#}7bSl;R1DtJh4J&zm_O|=z(8i?GD zMTg!m+Wj`|;VE;6t!aS}2!42}zpP4ll*mbUk{Zb_+Grih%N-nt*&zE=tPXLQSj`I` z<>DS$iF~iD-Bh>dolnqEu|@2tIAA8nui&xWC7GawxfCa0mT5iI2twc9kS(83_W_w` z{#p@ds~kivOIG4&Sk`@A)B*$!hFYUC_hV_E*w;D~(1_(JG$-&CmqP7JWaQnu-vol{ znffHg#!HpP*ZD08IfwPNjOMw+@(E&`zfOeFD(&*ID&oIHtxmpeB)df=s5w0-Cxu`- z%Ovv`k1@$h*!GsGkr4?Zs9s#09P^xEqOEy%N>&uUTE)VvQ>(zY4l>q;P6}pr;Zm1? z^bXXxv=$(};*Cq@4jo100_b)IC0PG0Y1bol1cG?&oZs+N}VT`=No zGIESVT+gT$#5Mbup2948GlGiIDG&q@$DOU#9Zgua(z)|cjJ0)`K^j5tr|G1wM5Ev} zUh^K{HY?SkOuorCrT~&u5vwVRBRonX5j4m=Ee|WFB%h#asIcPqX9}WKQt!TPz) zj=v$fFPbSSYv=aFN&+n35dS1Ux>I`uir8A6aW#d8s+76lx-XJrHDSnRu$r3GHK)nN zr<}JV9=Ft2Yo6+28Spj;#Xs}rDuapA@)@x}`u zLm8E4o*II~&{be$|1nn7OAhOL?WT!s0qy={VnU!gV%Sxd185Y7E&3zy=@#9noL~Cw z>U1ix`4`M4pmS8dW_DZ4ZY-Flu?Mj&VPM@zF>BMlI$anyoXit%sWfer?8 zS<7s0m4Q_Cn>0POTvrk9m&x@{*M?g+<0i*3@!64Px+Ju2{4} z>H~G8AQ!Rmx(7{tQ#l_|Ms)<((sIj`&p1=lMbQXsLN?3xrJ%S^MP^NTNrLOR`fQ|G zB-v$M9|YQrf=P{b7fz;)_zq>Ao}R{YOD%ElAr zb_yt3JqM4gnwHkBDu;M~(==5v;7evR>awLR@f3RIOPkfS<9mfYJdiF;(3*=wV^|lJ zk)iZ*4%+;M{BHcLt6LhwqAAg- zh+_#XlAm0cXl33RUHUgaK{sm&P-!Y4ywD0{-Xic@ zIr4?=-XG{|qpr15QlBsHm^Bpu7H=}&lRm!lU1%(?S{M6D+zny{jViwc9lxpqx-6oh zzt*9&b$wmea=2YmC2`1;K@RY)ivej?&l34)eVblBbywB|sB*bsF?rMPIle$oQ3f?`H{!VZ@M@gE}S10w8n*3O_nB!E-U4%`LCY22bF z$La1zf3S9(So6b;|KzRxRQ=pk z`JC0px>>1io<0Um2Kv;9^l6P|-mSkL*Q>qr6c@+f&n~C>!$ncblY2{F@vXw5?h+o! ze%yom^o)K_c{#2>^Qb-s!{5iOn{bY`H}Y;Wd&?LP&E7#3YJ_^dC7=tiR1AYF7G^m7 zx+-mtUV1tmcK|Jd_#vah8_rxR09oMPMSzzekL_wn%o^{e#?cv1*sbR%i^MX#l z(NeA!@jLFX*I#49$(kuKNB|aMZ?EZqGc8=ExoaC~3*{-AOxc!5yZ@NC+#<9>scV>b zPtAgl^9bnG?|QLf4JH&eEZtD-vWGdbM3v`$lpfzujzwlubO#>lik4Yi(Q@3zMnb#Y z3GT`FJk#=n+lk+vAp5x7_T+S28~JUh8KaGIRKF_+tYU&qo-4%V4@>iDD>%6X@2hNN zdjf-gxv+6`72 z!p=+uTb7z&Q}hOj)TKwod?`ZHIXB>BqA_7SF&?@tbiLNe0jU-DqiQZ`m7{9xP!W=l zToogTpjwk!NJ>msw1t=ssZ|L~`=a&pmd6<~PkCsuk%qXArw!LAh>}}x;7U^Haji(l zG<6!>N+*n!q<)+>gkLFNDZ(2TB8yh!PilXNG<=iplaV)cdfL>Erm13DYNK1CI^AO6KUv3|m^y=66F<%mU$dhqGdT`mvnUtp=C%C4-584unE^YG)s(a$A z=YnG31+&hEac4hWV^7dR=BY0F8T6rTh)NDk#Z5)C%LyDaemS#@Z>N||PC^XrjkeUD z<{=|90TN`LdRW|;#Tb=u>5p{6SXv{^VoYXNe5^aKmhOu$*HcsWX|_DjRw^1_qbC2v z_zJ6FT;M*watCu#FvBLL`f8c#(p4eoh}+bT1Sz~P!pF#%!JEJlY1$U zANjS$Q_H(rxa-Nfm%8q_Gv~DL5=mSSWxobvfjZTi26gdU$L%+_ayFTST9Fk)?u^D` zZHHg>B(Q*FGr{~I@*0xI1_?zQPHK(r|3zDqYegM4H3Y4A#lLj7DqGS=keFq_8Y3xw zZS?U%QJ+V(sCVDwE)*&fadn0T1;j?G^2KFt|DZDmI*-qollLG){;H_Jz7@L95C?`( z*o?xCkSxMho?>3uq;u6*CtFS+Dt|uIfct=4c2p&V8uu~Y5i!PS$m<^*cK4_?=HaHl ztv=Zq<;^LSx@GN2&|<=k3^-PrD4jH{)EGDd0Qr?dJE%=>(5~uW{Mrb%9%6C^O5ZNR zB(}aui6g5vLEFJ8zJyG)Dxt*wWibV2Dt)4{8NrGf(a+EMtYZVy)vpogZ6|XQM@!{d zL9{8#L>Q#NGs~Recr|G=9m8I?QR0jptTr2u{=Jp--aCQ8ZA7>tl~00YKR7e~;Z>p~ zdgV@-W@7y5QMAI=qCe?|?RO|ka1;WP>ZRa54x0oEy{o$*T@5!Zg>x1L0z!AyMpEDFx0Z<*0HL<(?`QZ-A`1@g<59i%lbVT$`_2~{ zC77;e@)!>l_L20f9>$Dp4tNq%eVhK#(WF!$xIV+%pjP>}3azCD>wAQa+Rz)d{Ig6@ z4~ihj^SWUZva^;y5m7(p0e_eZCevd|YO_R4&S|e!m8`r+A<*+D)1ydRoOA-N?joHO z9&%U0>7>HEF^Ty^NYX0lJ*PNJm#S7`1qA{w7w*Em60@mTc;G@~5E|Nb1%nzJX6=&h zC+Z4$VI$~e_CqPrVP}}+6dSUjO9`;rHf+%BrbC^gXsi zv$orXDqQpG70}33ZNNf4pOdLLHL{dC**v1?jdUO1y|6HY`|XK<7ZI*SV1vL218DQU z8oB7&1=mAh7&xo!x`ah&v6{=RDCAC*XVRQ#sETZ-p0fGL4`9_(sJClpNEd;ZAFK7? zqp9RQPM+3u=ct9Whw$!O=Z|7Q_i}^oRXK!I*VjM`lfsf4g2(Oz3D_8_Jo&ohFNtF8 zvQ2We_?$~GC3z#Oe$y)K2nXn3;=i_>CnWkbEyJlI%&QWzi4{$zqllhckU&Pd{7Q4P z)vL;1Ls+H9N7y+L=a*{nnyMZh3?=c!zqV@l&Md?W0_6%Qq^__kzWt!txq-%_cy*i~ zx^Z0#tcN+^&Z2CxGziNwQKj9EBFB18mw0D;?^OgBEPrwDO%cUO06INIIovAv$VT~c)^01Ir>g7Jw^u7!H2i|v0a4wsJtUbnS z`gZ^jb+Z@R(;B#Bv7%4Mv(jZhHYfIEI26G?>b=F5^C}Uhw&^^OOV?S8#MO5J-)vQ` zCWVIGgVwvP2Qq_>-LiVvqAG6RlB7BH%acjI>tY1yRU$@Yk-S%iceC#6q3>g$5an%a%a91O z#!>b2-mf?1Uq$+cYhiLToxp%(T|9klc<>pw&z&e1QN3L>N<(5cje*p!q1l);dq=? za$54zN-|oAKWiv9#L4S&hS97|6{f zL&t<**P!mOaAYePt`#aN4S0Ni9srU;t1pbp4pvxt6b*YY0%{JB3O_TAPTI4jSJZ1OurkF zXD8+}tXdLL2Y#ow=@IsnE29|te3-0!PbwAC^bq6=_dQRS?BaHO)eE_{ zHwKoR;`!d+Q9E&1TZ4K29qM@<9;a12_%vYV;i=F^oUGS!!*x=0wzNU}dwJYF-G3ii zd=6rPY2i)?-NDHNgT|2rSxQ!W{Y?>`YfNwx=T)~bVw*84bU z0}r%d6L+mEYD;_t_sVLHZLqG5VeyTn4ECBMOre{Xb!|dhkrQb;@-*JCRlr-i|Jiu< zf<4|&T&XwqP?^L#d6)Co#pm$)Te*i+&d=sFRSr}vgr>U( zxl6K$zSxRn*^y3Xu*-}N=L^$fk{}&5AiruC-%DR{HWY9hgv500g|-V3a}KSrpB?C! z_5(b6`IwO+{%LIBlV;FTH)9PrYZU);Ttzfs8#j7BBb^E-9xX6S|5;SFb`qyoHHAR5 zjy=ACz6UXY9{bCD4|bsW3jtI;-@CfMoj{n8JaXR&KE2vE6hk6pi-14)#=Ahe5ii9$ zTh+0C1pQ3Wua)WaN#-_KzPzXDd>1zN-^VU$`Nm4?T^*n2G03@z3l~#4XA4We4&XR` zXo83mp5&(FlR_2FOI+=bQh@uJ!ED=lc_nF(VwlZxl(ukkt*o*6-j9ce&WatvZ4EuQ zmzM56Jm@P;W zIG$gE5dX_d!TLY#PB_^9Pl?;L2A@3+6YS0>&C@@UC8?N{prc4&nP3~xZWMf@uK8uc zPhU!k{KEvh6+}hPvLw9w$Nmw@Gv#mg+ff_}|6S1pe{(=z>9bs3+h0Ep{ngV8tQd;u zVS`ogp}w?DXIXNWmR?@)RlZcEU{35vUt3Q6t`@PH+0y~Su=)8&QS z*;J&=5zSr*?D)?dDzBpeOWS7WS23>aT{lx}@8+*P zvy`1&ZGGiVPnfo|_d)o9J4*2?&yt`pij?`2D!s2WX-Xr|nn7&X&vJ`C%#wNL{JN{0e| zBq3tC3fgx4&t1f6Hwx|)<{Y82#=#|tN3rbm-`9e@*)cT?8U{w}8YF{Q&L>kK?yyg< z=G-7jxrAR8SwveRI8Yvee&(CRaq+ar?}(U|>JcI|MVRw*Bv1w6_b@+>16qNoz~9d~ zcXj>0q^qRd!agC*SLKashi$1oll&!#m!2-pS-n`KOZMTMB=Mb;W2yY|^lmpq z&zAEQ_fAoBL1~jr_40C;#Kz`b%rSmWn|ITe@Q65+qS})Q@A!+b9PE{P8f*@=lq>xj zU_!E6=R$D*Loh?|-QN@g2c*rQ-D^aJ+`jjqx&Q_yuc*iW4SZR%&i3DK&Hn^|<@&$X zyVn|BbvRtG*RM3E5H)C0e1R|+z)4^Ln0=~^eF-j;)gZ*F@Mh|4E>*{z5J>2p@%aJoqjAQ;PfF+C<7zODSE=6j}wQF z7qi;vRb(xk%ag#{+!r3{H1nZJcVzvFpZoT`Mp4Z%r{#KL1hL)wh!ZLfI8+VxN{~B7jreO24(nC z3#3m0>oMoQErE4(&uqNQW~?(ga@%Saq-+wh;3m@ApnX$o9998~n_7m%#z2~EGoo-E zG+IK4%F-u) z_Kur}4N;drEKIgd@B5|N%DNOw+uXriT`)s#`0OrIhZ*R=FeLA}50fr~VoK0gg_rMm zs;r-;xR@1;$Ts5ckA0`ofQzkd-Ay;!Qj=0m3Lk5lvZ+0mwZc{jcG-&7#>|D;kxtoL z^>*l|OU1<+KpiP#8 zRyKEn_s|Va069K)RaNKVaa1fne?tuh+AZ$RJpCb)=*6$x< z3_NUsc>m=$!S+8m`}Pe=EzP?<#l)?F!~x&kmNSI$`x+ zGO);fsO6EONAxDVSj?a)Ch%ryz+;CYFbP57n@lVy69JkDskzzipj|p8H(bj^0r54T zQ{95bs;&QmIVj)Xe=6}OeScy*n?+#Yl1*GA$o&qvg#=-KOYCw!HS${pJ2}MUq;2t{ zUh`X@pk9A--=&Uq`*47gZLK@~Z)^kB`J(M)Y zZ}PlB=>IqL1;x7ua7<8_L&`<{x*PL_V%a`Za@ z<1uJEGt*6tOu1erI* zf{8_CHw=w<7hLa5i*CLi4yL2CdcSKZaa^3z9oFtZv?cKCkOYa$|-XS~l z+(PAk?`_K#9_9qR<*mf%RXJqgRc>3s*8%0JaP@b4SeKQZn{s~zj)tjuu}c|WPL|GM z8HPE<>yjh9cQ0_$Qf*D?9*BQCExd`l{BP;##lD^w$&+mnKK-x5q zyJ-#wk8Abll$kD zTLo0bDjj7N>KbQb;7YTWiaE$~Ii)6Ijoxqq|9exE>7oJ0iDNi-HC+^$9K~^^Ls^lvAb}xNrW6mkyc1Z-9F@i))kBaT(0trPdd9f;X@!8cY zXPudc%U94kG&3+*?4F*u&M2UCu`{;eWXQ)Y*x%G`I#C4M9lTIgwILrm`Z@c;E;bU{ z{cVcn=?XXdag5c5YhUs+ZJ1gnqMh#=&flpR}X1i)mukRZ^G7#ESAVX1kEf3hh zs$6y@J3Uu4kzIB4`;JyQ#8OMKGQW6eu`)4KxT^zkKa{)!!vAHSUx0OEc z7X&Ngl->VLTl{Ybv40ML|98auPg~fL{{J08iK4Xu2O!v>;rHkuU7VEg*T+agZI6N8WkGg#HJWD)n<2o>vDV@Dx1O0&A(2mtYf)k| zc#{LAxQf0?MohI;;v7;+O5V~k-U$VA`h@fm1!KL`PZ<>Ws#_mfGwdl}M}MrSwA> z`NUqo>oOtq)@g*#-)NwLl*R**`7H68VUqIV&M)T@@C(;O1X}))do1&REzVd4JzVcP zC9>r*-uu+5LDqi<(2g{Zprx8Rg?GIBQR?6Tm{(E7swq7Cg5dSP546!<7QxpdorC!p zRKFd0l-nAaahfA?0KwY1)6wr9f5Fc<3`kcVh0Z4UyEVMWmS!y?)mE#}T z3kNb6OZLyDM}l#}4MbCv$F%Uf39maxI}ReI188tzu6d>BtnbeeCAK zz|`~Rb<1AZkhTxi!L#-w9_sxP88-; zTu8%=wJg6h!c~(jzfDN5D2k_u&j4S|^jqOC5-3{gc%%>uiebejtI}FrrWMq`=|ExZ zEMSf<2HWpFJcyooOC`+lrJ}GYZ}7^YA2?*a=g-+duEPupx!+tJ=i02uJPWP&T8k)i zcia_bQoNaR^e@W7-zZ#ycST{6%?Ld*eg23~;YSSvD#^YB^8nyJi`;Vwy)!6a%&GHt zt-lxvPfQk}e?$B)E=!U#vNHSeKyK1o9zosBWnk(u!P)BQoRhjJA$hWe zKv;Oell3hlN(A33r~q+le6-rN0;jXyt&mAlidVi7JM{#GQUjUKURrx-a$ch+l5s9; zfy79)+^axpL{jSP7yYncIp;cR73rg`j?X2EjV&tJ0#7bd`BJjr^*B%bdSl4>b){;R zeBO;{#9BZXpa4D#WJ~x}5sNzw5lRaf16>_aC5|>ADf@2`L9DTMk?cX&0^lh<^hM^$ zPe$VXg%5tM$Kca97K{>?tRf4#0fUz2A!)peI|nt;Hix_s!o|R?sO=?%vERAW4TTlk z#0At+_d&(n%cXreN`)etq|Q?w6gD;nF71$HvBCd)kI2zrZ!97yxYDO|%8Q%`Jh_k1rr z&eJMDDSLMzU;8L0nHL1xD6*jOeAcV*^Bf&@$>s}A2MC^HQhlvTaf(I}zhi7kx5@U@ zS$*OMnEdT)s44M0j+b2DavmU>F|dW?)wWX|D=hg!^si?%6ugM24cqC~^8$Fp+*h`q zKpHukiz@ew0$rkk3WpC=kn){HOswP^!>{#9AN=gD*}=UtcXK zB2LS9+emZrb*FuT5UG7wIAT?(q2b{phsV$_0ocM8CcX8A!$q=;kqF?}tG_bF+7Jt2 z9QI=m<$>24wWoQ>0zce%O5D#iu} z+f>Kn-Qd;_t3#K@_gt)rTI;#p!=&ZZJdyHR+)T<(y`BYWAvWciX?{r23tZM%O$5F7 z$@Yn8kK6FEuRo!+OOw8(EJ-H@PtXt43%T{huIPD4RAh_?23`XS*P^c%<8U!Db_D@k zdj)*LBc>H5D>zf_&k(lDpaNPbO8c;{I?f~?fW`M9SoqrjAgX_SsJy10XfDljNyGfmuZY^D?(m zP#WdX$-skL?|$`_uqcq2>X$(M!*lu%P?>V<)_+k%?El-+o0FCC|5Zdg|G?!q9RF#r zKZOuat>7^5P%NOE*A3{R>1+oa)pU;kC)!IUy}E9ERwfxe+&~vknRFIGT-oKLJ3RPL z5@|sGygU8n@%iNI?%nS8*Y)$%_WLVGpXUi;=GjHB#$12ggl({TescYA7U=AJsMB?% zZ|_gr*Grc_`kpoI9)?vN{*HJCGrJP%Y&pae^2%s7=sv`Sadvm}=;23S%Vt5Ify!K? zZK4+pJKmH^!(7%h=+0TEG)OcTL84iF1YH*u6+bSLNBbzLHi$?Dx+V*w+R7-D$M()A z7xSPXlmZB6kK$HMT&AbPQZJH9$@a@TFhPUiOs~9E7!oa4PMJrqK0J$DW%jW#5Cuur zu0K)iOuLiST7x~tdV}0tCMv*`{K*IAhDwu|nW|DWS*E+|zBGFqmOl#8--HJ1D4=4j zG|&u%qfa|gFRk7TSj8K_k6<6!eCv1z?qOr$nV>Azoa&}SnyKh<9r;xEQG&CUxIJyX zL=V@yobH)rF|E3$E-n!RuDmDNU@puzUFDG9ICM|-NODbHxy= zZGo|XI&HoAQ(3*cNx*qC!2V6JK?Cc&tyEVdO{NRBg4U>-3SwdV2<_CSp?e0;UBG}$ z@StODCJCNJeKhehTAOgNOg2lA>Vcna=M5#BXq&$+QGtDm&UqGg|{=9a*Y$ri9*|In+ofTc_)ESw(Of3rju(s)oY~!v4Opi23ki z$bF?FNCU$|TM2jj{e)EO$S+XJu+jh2xnFVks$Z~Wu4yhMqKl&Tj%zXq!gh7Ym5+#s zj74~nGD|;tPq3xsdQ-#JgEY5=zR0cD{vm##?XeP#6rz0Y?2r+d1l$q?_fl#7l^L_mCx;NpK=B(VYv@cq zhNR9M-(`<{O0&F)?r+{7E{#Ml{i;0HdBhXWSe(pSl8|QNh(&p2`n+a^rSNL{0wdrjw`wz>=V;S<79DS^i!K z$t|0y{{FI7|YGtQ@=5x za=!T;Nm;4trlkN4oDjt&Q?>1e3A+P3n_@|)@cqk8iP`cwdfzpfW~QP~{HHwjz`{1y z$#_LQ@zJg1i?IY5d|gdtFGz(mr#l%$N!w!NqfVmwg__NLGqO>g>IS3mDS_;p0#oMg z8rdWz*Lz@#W;1){MaA04KRx72Z{~ccWb7r7wv_>VPAw?he5caq!G0x?gY1I~3Q@v6;NM^FqPY%wB|%br*a-a2w%($OY%= zRT=Ene1=5VO+cq?Ht(*OGl@NvcAgvu8-Zi=c7IjEE4YRH6QuJxkatk?d z`|h}b$81@W9-shK z)*w)Mt#(uSqd8uj+btSCu)}MSquc4rFS~CK)bLvCnrp#$bBidtHg(qY+Ntt=;o_0t zE;HM`@%g5hiU%(O*QHk znt=`)IqGw7B4#2fw>xUl9UCCt+jy>_McR{IZnG;`JAu;J$?h(OhCGFB(9odXg9aV8Fe5rzrK5u{m>HB&a{Mb<+r_ zm9BI{uDO8Tnb!DwYYOOgTe!}eM1popRRSx3@shn?Oi|@GP_ro22dxpWQ1&`0Vp=Cf zUvPJDu|wzq(r2tFu_3o^%a`Rs}V@Y_pLQDW!lc;s{U+} z{K(1#Mpg1QihbdhqG?M}UEO`_5OS)U6IL;kvhx}ptPDb#6}VIxI(W^ct{yGKj@**) zJtOfmu8BbE9k7?YZhIG3&zRQvhN~y|u4UYxfG{#8t*og@w9u4AiLiKgtK|_SnNojZ ze<0nb<(-n~MqfCm4MbVBTr}?73PV5=gvf;Ir+pF2wXDo4WrS~*s={P3`--y&2J5ZT z=Db0lz@M!epo7i`#5$&4$reGk;e2f?k&2-%ZkLC~vMq+?!5U#)Xc90#W&Y&*%}Vf> z&@PpIQ1q41VQeXrMmTw|%efZmRVT)ZA?c-SGL4;%dYDF#Wp6h6z0xp=HBVQt*bM@7 zeA@Pz%PYTw;9zy|ruB$y$t^`9;RI<7zLYoYuW--3YAAM3Erdt@!8aEl6){%igJ~3e zhux*Y0w5GV2H;M#g;f|#M8v-r|0l7(4{>9nutt)ZnQ!Rz?)dAcR6F znkTOQs~C5fC#u=7Pc$Bn1lheh^Z=s@rn?4S2@23(q3ZbZz2;7~#1=G-1DK~%sg(>= z*ld~zoZC4NrEGZb)mk4c0`!66yfd}R&!^V#f(~M<9U)VDRz|!#*JPb_f@kQ1f;Dd% zN5+II2#@8%p$ny>>lB=1_sQ}DZqb9Dzg2hx1HVRGQ`Oh@pJpg$UQy!1PS(Mc67@#0 z*-TR7%ydsZZi|X|3ImkA;@2UpH2{z^%G4!U7wF{9)UJm_n$zWMIO8iealN6+a$n7W zu2k50zy$J3i;*dRDcxyv4h)|Y@WzD^;-=Ea%cT;sVB(ZViZ$d&*q}{XiyJv@M=G8n z+F)${v)T(z1Fw?meXqbbudSm%{?-ivs<3CrL_?98pNf&9an1dZyY2S(B{c-0`dQpT2x5!La@B**K$;xG4k*_*qK4uovAFe&+0fp&F z7^7s)Kvc1ljVyGfma`9b^bbv1{nUw9 zPg~}H_^;bcpTe5kl+o>E1ohc&c%fXQ0o85+zGP zcEO*|{!L&G{`qrE_o|3|T!T-}oeE7ngS;`_MHEQbD}rYn<(e_sgxh}x*G8$v zRJRX)s7RX^NEGYP_|69pF-whTP^;<1%kRo#;f6>$u6zrFxo`VA>~TWgotuw0wiG*n zTf6;l*WvSK zK_8`o(>^uzeVBYlr&9}eSk=>A-N!Ep`SM;_oN`|iVNbjMHVaD0I;@Uaw|iHa@HI!b zW&H%7$%72K;UU?BmI0Ue)ylB`6R)==?0xxl|F9)mB`T8OSY?ZS@qk*VpMn(C@}*q| zDxwTChd~;&aC52Mb=fs1AG~Y?`Jzn$G#UwT;NM>MH-Z4=hRS92jn7C#)7~HAyd58w z>yFb8DwGC>q>XeCgU}_{2MMG)adArdxT$EiE1@_Ub&>X$VlP{n#jXYhjh5yOHVbGJC zZ`<+P2Q-hzyK3K$N|OyVcJ-q|fIp#38!DGMb*(eO4c*LQr&eIcrjvb2P*yB&7usTPOSy}upp}%zFRCHA-YGI z^ZJk^@V3VTv=;wHy4@|mu`l@WV4MHQ$0~&7E;iP+p$c2LL<>)w%SWqy@aWhNv;JRP z_!FoWHFp_3V?vIOl&%D)$YU4tRpkS&q(6M7?q?z>KXP47;mW7iSc_Qo4objVL8+84 zY^+j^=0fkp>AkK|gg0dETEhKfxLU9(7CVSNs?kbC-UrGOPaBm;Oz*4%_;sc+UaMzf ze;QpBc$?Jt-(6u)Ez++&tk#Qq78Y$2qIMK$)O+bYwLyu49)v^JE0eK$FD{-m&$0{t`B4 zhx9|0)QTH;J}5d^g&U+~U;bA@Ah;&R5d6A|j21Qqw*3xS#T_lTZUG`Fd0Z4@Gwsi)l5~h#bOEOY z-=D)c)XYazNfs5yMo0Rt!N$(Rw!N0ZP_;N8{@ks}!0qOq552hg6R{ik9Biy)*`i|X zg3WHl*s!n2V^?}PZA5McDQZOCMXcQB4Rbg{1HwpA8Oj_t*gMB{;P0%^^u#HdvyQU}){oQTUVYeGWaeTIThS7B z;n@bi&W5?&sNqQB&&qFv#?*2uDl>bdq-<5i9;F^ohc!MMU>36b$7+9rXl0yMw&}KV z>{h*;mz_GOwjUVR7vKAXwh_l=b^V}7%se=&m20tHvYqmzzu`1njD-Nn+u)8xF38+M zFNQmp0%t|)$d7DB{~(QFV%3RV)|$00u2)_Lsu{i zvbo9aDqqAll#!5K&gyfFELpfGRGB+h^UNwgJ1@g7l)}tP+oQ$-P^*Sv(>j-^#wZw= zwSMm>Er|xh-rO?UiPu=I87<$6a2t;AY~ld)2_t34+!^fzs0~d=A8=1!a0ThBnWMdC zQxa9)-_?~J8#@;-Jlj-J3ITzOlWyFM07#+DZC}Q_X#` z(LXCFd}bm#tYX>q^j)ON(+n9ZulZpLZ-xR7Z>Urf=BZoS2TWqWGA5vKkzGrEbTNa7&lsJ+*Tw zr6l?>^3krNsG_GO|IUb^W^?Nay@gU=p`N`(o`8{szfEBXvMjN%`75qGSvMrO5Q6O` zzd>|>J?L3Y&Bh?{%D7JPs{UG_3I1$j0ZDR2v3zY*mXu#YeitPTA=V2#3s#7uvMpXk zSqH!xy1ZcQSlD{9Ws<26#lO>jUyQW8D_7TVvs#8VHar|9 z{j`hT_kqD^`^Fj*f(3@;dr3?iynNz-|7d;fI=a!uWwaT?#c*30HOcb)->?t{9NYhc zcwzsqf&)xU|0!N-{s9P%|6gz8%mEz~gAYVJWc(IDFDPepX_@n+;meDYJS_ugKcR}FE) zsXr0f@&rqQ!^f<^GrT+xRgiM~Te-s_oPHlx5G)^0z$(QB|JI+0jocBbCN0`L+n2T3 zaDG}1iRm4&4ao?O66j|fSN#Q#P|sAd28s;Eue;^op4DO@6C}H z(B7Q`xG9Vc!tryPwNo1nol#yfrz#tM1klqWmMGFuOOnCZJ@>}rHvG;?rf%}GZ4NC( z_2-zTL(L|w)E(?bR9A9yAhm5S;>|KkCcS0xf!hmz57H^tp1bqHfEcZ0apuw zX+{6i9!{XCtc{n)Fxt$FReIG6aa5mH<>xYTowiWdWLYn`_6h`qFUxy!_n`ZmCu-#( zqY623#8WA`9wTWCZnDcEq#|hT#NZoaHy=SlhHSFe`LY>~$NpE7h&S*R(ee+_owuS) z;fM*^#8>MDHLHi02)eilKUIXZxRq!uq;|?H9rZCJFo2tar3hrF=!0JkKg+l`VX&1? z$q-F#xofGKJA-V1*2W9Q$kM2^JMWoOc{esJ$`WLpi;&u?1>6Ejh!|`0r3ZO$`_N`i zfIMnEQ8tAxP&egUwFKG@`_rgRFjOKK1=9R{loj?5Qz(&@%vyg`tC?l8X8S`3dD*$C z(4%|^ngu*c_+)RVjJAn<>@d7QqOs4cU0~27q)lHM?q+$B`3&qM-jJdtY*QAUT*RCAOH_VBbPNvM~}G~FvM@V*Newb;i!U}MQat#04C zJlVB`^4C=MdneBq3_qU5m!&q6Zyl{I=EwJzrp7BADSO!gDt?>|4%Ud)cS%{cfyjFm z!qc!rPR-X$o~8nhjVy|fPuqXM2Gc8S=4A$rd<$L*zkzl-1j#dbHl4!pXWcZ6pq`ul zZc^lko@o>os~~~&;+dN`qUjFm%O3uwA96>&cZZwp;NYDOJzqGSkR}f}An9UMr@QVU z|1j)!q@IFXH3vbL9&@+b@wqSomv$L-AaM0Gp`jj!91|gvE_ewQc{J9LIqq6u>_RMt zOAy|&%wZ&e#SSJe>PbCjIaPd=u)FidWR-AfG~6?ec0Yjv6%C9>oVA+Hcx#yr4UCL) zwbNjW{_{)CmaCgDK6-m3mX4;Z*e!El_w(Vt_z+3^u>h}b>v=;PsMFd?VYBGdGmh&D zcit_kw!?f{BI~BZ*2K~210i~Fp^F47YFaOpw`X~^LE|}%->$iCRM4SigJJHs;WhQl z_;C_hC1?oP!^n25sql|J6)Xw&SXj^AR)d2UMaDGkUn&&oYvaAUiX6FcCaHZ$i@NLdi16n|U2(H*ReHIl(UMLuVT&dW;@CFT z<*;?Bg>jyk_4L(lX=>TYE*)3vu&=zXi7{8OOyJ2A*G5!Is@nD2$*$D)$+!FsVUW3c z1};eS5YlM5XbFwNYWPsd=(?_0Tx1zJheR)>S#XKm4c2kNn2DCgFvoOc^re-!Qb}#c zLsV#6ZBPh3ReGhsI_i4?WhTjAB6x3?n+LBL(EPJJc6KSO`#HdKfZKoVuw88iP+9@- zmH@PH7U4@q+=V%yLzl7+5Bc?RJM9?-RTXoLr^MFk<8N%;)$Uuj@S3$owh%b5&01sJ zWHaC72cygT#2F+K*YU3bp*OYz^nIDy6}I)AE@Rr!DQDhIzz^=sD^FeW#3b3ESl*Tf zmiO?$eO*M(kz&6}Vt~QAbvKj}Lpm)v5mIqFSZoBbIlEQjZ1qD!r7)DguT|z`>(3LC zDkQ?m(vG7+RWSIqHIA`ON1N zV=%Yxe2tnZ3B$DCa6nlgu;Cz?LXJ#OgMrGugVnOb3=eOW)r1sV=8ZXoYG?*-Bk~k4 zUYrywW;n8uzB>g+>KqnL`>OMnv^0E4SI2 zGOVMx4$4b)zRa+MalejFnj+>>-#|L_x`CMnx=3N6QD!Hhg^sNFK(tD*g>%Q4ymd+( zhHn|TrpfvZ6;P$y9-YEtui|K;5;rj%WoY7>eYk1+1zeS}Jo}#n(tk&2Vr2V|Xl2j8 z=?*bDLhsqX41RiOp{Hajd_rS_leVRuBHY!zhdk%?Z(j%y6jbKz%QVSC?TNUsU{CJ{ z)alb>u^iKnGCBBtA5YH@Zr?YaKL6$C+)^EV8NL29mQ^Ad>!uL1WybEzXeD_w5Y~|O2x-+6$x%M>4e(+M#)WYKF ztg(}4+9;P)u~I};tXS(TO}lqassp-h5eD2Wwj3Gf@2iuz^OPnfB8*0#mP6Q^r6=P} zaFoHm0uH4H{BSiZGk{hePx2bX$U_Aa7rfQj-i|_|jh%l&K3Y3Q(Kok6vTFY`$86t% zJZmDAn_V-ivIXtD5iN?w%5JB;`!ORTNkWPB$uEvDT-nc?)3?YZP&pTtM>|<7#4(qI zibZa-HPsZ9C0P5=Z9Ayc-}+R{U1?e|=m1ZOE9Qzm$wU=P#6eoq&y!ZIuL0q;lV`%{ z2)gICZa_!N?+`|bU-E9^^9T*B`w#x?Bt?PlMu4(9e6k}G?VUj2M$fs~9>Vno zxhsY6B1H14CI^mI8p?I+UXj{|WZH#rX1;Ssg5RG@iw@2DwH9eN0SB5f0*_Qh`OI1X zXF2)3Y4a)%oZvnZ*jv#kB70DHP|J-`yPec9jLTKS{diT$gpw#6{d@MQdLKO{w)j?A z*TL86@O*kv|1hobBgXKrP%Fgheg1*-#5F?S12L~S zR~wuhpM?S165-JjwcpD}C9;pittpG5Jwy#}Rx0#MqM$>Dq>$P3R6rkQ#EgvnTo2hT zKm8N0^UMxQx;zf$+DPldfVn0{hR)Sdq8VhX?bdeX)|uXE*BO$q06SwJ0rf1V-(d$y z13jq&O^aZSBawLluooXd4xy{j5C$%0Ip23H4Mjuib4rI2Pjlc>l`Sly0*NEiOCH2F zAS!zJR#-Y6u5l`7u3|bPFh58=U9aLHQHnM!&Qeh-9CAwxr1vEw2{cuyX?~$)#=uEE zp}c|jwbXalM_TAC-iO6YU{_nA?Cp^DfXBgb0lrq)aD)~}O_>l4Y|NyFk*;iDOia?@ z?6O922ZgW)RlpFX+Sr=i-jkC=KflHhHX+cxnuKcm6 z#!MX?!HFN^;FH_#xBlhcn4s8`DLj`+UtjSlb6x76*ik#dHLpRmQQsb1z$(_WM+KZY zPz`^m<5a6gqtt@?zuXoZi?#f17~Ye;YD*fM8}n^=rHkI<3(+SC#dE=>N_{F*+Iu~% z3uaYpM_j~#`gLu9DA7^X>l1QRb4E?%Cc)#ZZ2(oF?v;h_-RCkEA$lR+>aYZ(DBQq? zhmpe61X-j`F{JQFGlW{ZVhW|l_R2sBc`oG4Dl-#nN1T|FMQFsIOZps!<+MsA_&3-Y zU5=Eln0+np^`|nC?p8U2-;Gzx*>O|NpfBF1nu6mt1n{!nB+jPGE7hO|9=+(ctDECd1&xW0~BwXM{Lkkh#S(eA1?TuQOl0-tZ{ci-aU;iQvBBF^12lRYZ5^ zqDg<>rd{oTMtiwSVvs+Y+O-FnL!-ht#xEG-$O#%;m3oJmUljK<^lm$ju4+y3J@k*P z=NrC#So$r3YTJk*h(BWTR~ybBJmDO;-}?kDauq%q<#Lm})9}*SZh2sgwNA*G9_$Gy>Ioz(4|=hq z#itB>DBnGsk_tDoD)FAO`)-*kX%-m1o8(-}N|M;PPW^if{w~OLa9}yWz*BS&VGn1z z+*)FmEt`$Za_XB+kE={vp!xj36?qe}QgX<Xx?s`he5~QuIg9ouN`exv(&DdpoTd%246{GPfBm!w4a#d8GrdPdFy-6 zyhRMlW;9CB_x+66YBiySP2-ccf7mFz`kw#oFk!oiH<$k2yER#vsD@FvK{k3l0#tWr z8JRbBjn(J`G_G~koy~zH@kK5NU&e|R>n`1iDsw+$KQ97mkww7f3zAs>`g%*+jNx1xX9VyH#{~=s%w7P1K*=oo%I)hsO>Gd6)i`V21pX zlY{^CrStvVsq=r#{oQ%ZTYCMw^p7s7b+!_ev->(x;kjbfshOU`y7YOJ#!kq${k`^@ zSBk$|mN$1w=hiyQ;@t9-H}+k6d|8)_JP1VyvkQ9mcVlHQ+<_M4nnelQAN4fwPJQ-p zong+*vL2FhV5V5ml2x19cAnNW zIA>iBIu4={#$u1jBP~PWf3tqvrtWoMYLBk9TI>C~qA{6_ zH0Zge!$w)AlmUeHiA&OF9#YPg7O>pS2f#!;9~FSW43l#2 zA>-I?2`|)?lk_@D+$s>Yb+27(m3-D8p*gy}%CQOLQ&q2YgGXrpjSycMw5O=y=oBY@ z4&9Z*Q64Tyi7eJ8sdheX?7r3EHj)fJ7Fn_`Xf<-fKCQW9(tEU;08hgBTr@zwl{l^h zCSNyL*f=N=Y~oQK%S|xdp5zRV5y%8)!BA&}1^PUSRB6=QA;2BED}r07L*e+P zA8-|!gAn>dLIlU@J>BDE=NQWn-*ffyA`8dk7*Q5TtrLRv3UpJ4k`uW~KD$uXAtoux z(rKY4z8)ctV@$F9wb{n1%jmFd>&+Lk59p*t^%A_fZ zjesZBUXkLk?V)6}K?Nr1YKz1j&is_NpOke5()R$j0@9ow*C&D4aP{lfNdryjL#uh_#P!9n;k%gP8fk!+4iPK`{M)@=LyMpu_)X`^GKM(h;ni4!EsdAWW z4tks;crxLdw;Pli zY{47?XR48MKt0L2YmN(qVnj*!4+fgG?RIfDcQkgbR-_*k1e2IAi4#boaY5)xFsJua zLIp^4qKNF?PI@mn@FP!%L?+@*XFARp64hWp$2ogusIOR$*hSOBpoQSvzyurCX0POq zTl6WO6XPOQhfAGcVHQp>6e4fyRF&+X!*R;>r3-91C7P&ysI5DV+7kLQU05}G($asU zCgG9PecX;^nWb)C8gp~sLj{7P)1}fCUCA&q)WnBn+-;x0)AV(c4aKa3_Mv)xl|AqG zrwvE6THWY@nEv&-IIW zTO9O04pog5a3#ORm)Xg`j%B&|gMysywMz{AA;1==`rBj9H9kn}Et+1t+LsaNX@v!nY){#AL9&%{E$*{LN)wU;O#Kx zwSmm6>1sGJ`#eFr#>qHWO)aJ|Rg;-GRhSyg(&gFr1O`;Ue8t}KDHq!#V>>~uq+&9M z`Ki>QDt1;34mAxWu9ckw!?*?Q^T-P9KqL>Phfp2fUIXp1O(gGRI-6Z?l01cGC*o#V z+N*yBdT=r=#8MefeKxSSNMzi{MKt82-#$mShUip>Q5+^kGR@2EVcma@%y$gTM}S;?}UZhK;K;B%l2_gN`G+pjAZ;8 zWLot-ZcpqrH%sBguM*^#{n&4kx3xK{tS0`_8dLNy5cUP)G67q~8ArFu@j)4cJq^+C98$2LF6NUXiAf6i?n-Tk>{r&p3U6ZzCZX;vv-HxTnVaT4067~d&SZU7}@M3dwu^CH(g}G-s;sk zHbYwT%iR{r5#+zT*!tQe`ASV#Tla)L7yT{tNqRfemv?J^gr)n*zvu66)D1nL_U)-? zxdu#@)McIpz4Yo!tI%iA)HZnEqBYlcV_s@o;xy;C+*?f=ZR=;!y1WJbc1EArzZA9A zs5(hv_pZ*v%OC9m9k0}>1Z{7CuK^VI2jL!3n$|z~1o3k~JpFj>b!$zH`n*}KQB~4^ zIr{>1ZZj`iPY$*o!>rm4JfPVL9%=pXGTAejwT2FYY(TiOy{R2NPT-m_uUGBuzLg_& zvjL=KaLuC`JmDYz<{?q?rpN^5g<0WB083wtVgyOz=F3ZHi+2`Kz8du1O}=oH&_~$P z`L(*+<*>duhOSW`?&fBzOUWP3o$PtDoTQMDC3rr%ndwh)Me$dx9KMTKB$JF~V0FE& zxD;yu3aecY!Jy>?MQ$566nhkfMbKEpgx3KJz*G(sRe}hF;We-_@Qfo=4|mq zS*ISl7Hfc9*mR*lJ`N=kIL&1MNB@JEkHHY%yN!v>!2rr04nvDr1Z@I@5w{!*p7)9p zD0g92GZ;Od;v6~L8S;)#vZ0dX5JQQJLv4+xIzDLHNGFTPa^dsFm7$KuaRy2Bb|LX7 z#42fOvf`oBqfK{>_&q6XMSFVzaGy8*h`=2KQR4KL=ed`sCdFJ~uDYwS>NGCl<*1V` zdnF)B?fM__E3ywIk0&_;hGsKfrsh)S=CDg?f@=K6LO^!SFQd16*bgCadEJ+@K_JM5%7(tQ9p!qBBOKu!4lHJk|Y&3hUW4>H~6P9~iQlKlOdC`rJ`T#oQ4 zzj)^s@o0M6vH{QCfJ532C+*eL5WH(`TN9Co4NTy#*O2e)uQP> ztHqJhJsu%e?1UcFNQAM;T+MkIgcIsg>A?-}CB~z8!V969S}sYD+;d!MYBOqi{imBl2^X?pD|(eF}gW>VRcE!lUz zt+tct$J!K43e?Rb%ulrMsFIJrGW(Lzhc*!$(g)XzT$RL)@eFPt-YMtfL{`Mh9g#rJ zC@R&saWRI;GFAY8;MSoWQE02a^2^=1FCSMz&H1=*df*KGZb7Q{3l50|J%`}c68S-$ z>sx$;<)X_6cfAAz2XO-T&LC=!!E3=l2+j7ufnq6nG7Z5f(^2_2bEd`fAg>?&+^=1q z1xB-Rk;XC$iKjTmj6+DE49&MEr5r#rM8$nGXdolW8Dn*6cfievjiSa=q$X|DrgcM!&9vO_3&`$BmwCNRMZmnr$`Zg`N@L zwj;dHl6)^lq%uU?&IWg|-?#ic8?O<~4q5={Fix}~Lb-?<0wX>k*|v-}hkX^)hue|m zz%<^>RR}DjNUQ;oHYhEY+Cs7Zp();K3Lt7!08jHcL6KhJBio>At49DlP6^Y_SIe)5 zaX+C4ppiUH#p*z17apAF97<&~H4u?Xgge#ZhJ-8fx!hC~rKSw!K#VY*(bJj!nD_2^ zxmlR9&iO2VU0W%V^ND%p*XJgoM?G@s}M0|bmMM=1Rda=D8hTVQMFZLrQ8_hzm z5^)Ne=owUSxo*)isG{0*ltQ+KXNzHQz<^^dB}H)AhM0eDC{v!NV7wzoleu9L;TVWo z;@-P36jD^oyuDn4Ux#`|q6IG5*|Zd`UV)IQgJiySu_amGnzXad!8;;*=hFSKi!aRHfq#m1J_^YT);WvA<;XH_ zEH6{l?%21_*(%`v%vdhXwbe@4+Q5HORADUVokxbo^kN<`puG)P0-TZL2@KD~rMKl5 zb{%D+j8aD6JC*d*s@mwhOhyNMVu6cDW3Je5Q75vl3!&Rb8H;>2*uoZVI%ybvz_f6qU35;F&igDnF=GgxGoG!QA3d>Y0|yPm=jd5kK>>t-&0^ zZ`2jHL^{ELs`aMdGfl_5L;aPbX$!7dILb!?)b8`)Ww@El<9bj`T=m0ruxdYKQ5r%; z@%*4T(Smma2FTCn^#)HmB8XGfX}Z*JDbJp3Bk{Cpr9<7#D$_Fv-Z z1_zj!lR4232A2;g)GxV?{~P)?&`kdSlx$3FtpC4lTgB7ClwRJ*O4-GhUXFl?f#F{S z%E{Sqn%} z!TI9}!+(fC6C1C;K790*3oYPFR-~AT)&d*Ml&>!;Yr8rt$G|FFOob~ORoE^k4J?W( zYzFg+s&qydzj0KZu!CIMSjip{v z5C^hxsE7<=Ny-=@QYMV3%>hKX;{a0`=!^qMtB>RXh9YK-Xb0HM z0q3}b0m;C><}~HE8}dmF;>u`FQ$VM9t|vGR_UkFf`aZJXYMcPK+(Xg=a)_xi>Oq{D zD2_=~3nj_ysTlF(4U&L(7yuUj1P$qrV9%&hL-x;t%EV$>gMbfW!TFG8jE5_D&iDqx z?;b)P9^*QKsdpO`0`ti8aomk0A=Wa0#p^bv$is~X>+&I^c_2^94J0c_fa`%EAOgn; zj=J?n5okHftKPju=nDaCh;Y|$I;3fYiy*|fN`Nr_`{?hjk|2UeN0J0-Bvi@-!4N^0 zK$=D*AY)Ta*hc({0u4ciApkuD8ioV_O^(}$_p1Ps;Q;zTGV ziATFnKO!UmGL#Zby2Nv;ct<`ZxrGLih15o?C$OFcbkY=N14#y#;gK_?Ac7AvmjD1u zCk`4De7bIs9%yw2kOu{sBTR~^1!63x=$-7CmYfHgkwhR01~fAy6VnhYhscB?S_Y9V zg;EuiE`+#)gkR6qDgb`3)Lo!rNQEkFI;xvTC<5HF7GN&@1Fy!Yf&kyb7}lOx29`a* z!!VV8PN*9uPlB+lJv&8E8s3dnRUm~|X+-1rl20qvzacCh-4X}{*}fVGkEeklJ?mXR zrUCEdU2SOtP}6f4Ve-b_ABx%UHII43vVJwdNC4&2Q|4PAj|NZ4HZK*2nCnoS6HbMB z4&{H+l#B=uW|Uk3=m7)-jj_%vhT?mNa0oQ%#jpTTlM$CK{#|_A4=F7)@Tr(*fmDVBDV|6JVFn zhi4Rps5Yu3Ds2eyuUZFy7(+|*0iBBq!?0%`Nu3fb3Cqf&u3-7!F9NMvpxR(qSK&2= zpbq1pmm>H%bqD^yPvl#=MF(CosvCMTL^3c1dA=fCe$E@JbqKrhMZ8-s4A0X9Ii$UVFaK`8y1EU z%7sBaTFI)_CF(W4Sg|97PY@XQJolx@=92iO2(r{%8FM?%IX0{-*}S(i5fo#fUw>jG6iK+T%#Orq8^F@~_Tslb^2t<3M#^ z_n@);mH+hK%$0o~&JQfY9!t>*I7NLViR!{0Nay8313&JdG`oY6^7GmPv`8KY zwFo*UD2IFakj~OaG~`wZaKK0TgF&;ItkBkd+kTg^LtKa4tSiSMQ0$sXYvO`&7i85^ z)M+)+S4X<-+v7RO@}g8PjtHv7U6QJ1ddC7OMi-E|jaEJ^fPao1!37%a%aWEj0Ei~7 z4D5ivd)=pf^z!OeQ73y>of#EX6C1~cnDSv(y&M(qu+}x1BMvJtbZC!BBX?guOx%`+ z5M@Oe#adaaG-f)~S4X;9tt00#0=%lB-VN})49NGZU?^-{Je0Bhfbm!iFI9wtsqwrN%-OkBM@i^U!vKiV;C>Ck5y`S9rsa|{#o zv*FRrkKR|R?XYpeRAsP|)UYDD((=0>!H;=|33sPY1Rx5;IY|`8FYxX5Uq>@X?k+Rw z)27TAfl6m=R5hC0vunuCX6W~4?@d^AWKWwut~2$YH=^!MI<#bB>DK)H8#;An(31|D z*@BA>oR}(Iv1HuiYyBQ~s_gy0>)bsCI7}{ z+c_}m(EQCe5F3`(28_cY2tBk&Ot+~lJ~~4%W3jcA_`~FZ1ocUEq5*uLzI{Tt*)iMd zVUxJ??OCV?`z+k;7#?AoCh}Iqayuu!!&TN~j8S#^Z;h(Tmh@-!abU&GXKZxvWzWRf zvAA<^RxnoTc6*hJqN4hK2nx3X4IU=%Sr&-D4;@XVe!Z02Txgq$m|a3p)ifh9mP7@0C^B zgoXDC9^2=(aDj5=Q*oB~E`w^=X^@EZk#mp3^Q)7<5lTlU$k*%7Aa!yvYOnw7xkJ9} z!gOpnzJL;sX{DML&u9@=>$tQ&65nJE23Zs}7t5LoMyr#(^{AkIXgF8Ftc*b}E?Fyk zbDeJ%Njh_98>*DF0Y`9RgLJb~dH+&&tS7;0x@TXr0&lf=xR=%RAROE(C;MjVS&pTR zQW+f~B?e7uF+;6#&!c7(;;K;&`d?Wz;5yv}R(OLC49ul-}Kyf2s&JY!tb5j8Ez0|vcGPGDDiluE51WltL z|D~{50pqSJ)X~+gNZK%^%%eXWtExIEtdJiSZxi*+(#&Qlk?80(I!K{EGnKT=>k_lz z!o{albA*yg+Gu}Q&8eL&vo$`BUnXmHvU;%t>I(pP5h%_${%5y}=8jgRC+l3}hL1Nv zcaNS{WyYuxOEzP(>|?m)bQB{BfHj4Sxr-e<-)P!6mVdqnM&4hD+(9bm`rU4ksatI zb{PNa3u{r;zF>`LYJc*tU`0v}rOrMo4C@gE(TX;a?=QeHLs4j%8#o_@A8)y6S5m65 zlq&ve{>#seyFD0x@5kDwI{#Pg0FCF!8hg6{@r*ky#f;tL_|k+21+R-81I{l~$P)J6 z60v!aT0%H9qF?ym8ibS<7t_konklMo_pzzRSt9?Jt9;hC+I?1A53Q<)Lb!Hy+qHM^ z@f_Q`cF=hep9eNLKI0B)Th;4pw%8Th07R7IDlr7k}8;ZMz?SE{dg_=p8b?{h61Z2O;BH~uBun{MQrUR((Yt)ByVs?dBWkknXNbGykA}r zC9Dzlkq0{^7)J%Jw>(7R-xZj%r@;qxN$>AY;#JNnbk)pC2UD$5vW$OA@_UQ$&DGC# zkcpni#p#Q1*TjH%5cYzQS3W?Murf@~;R)v0S@gY}Vdq8bqF=uOX->rO*#T^4soc?I zu7Spx%wgI9Xlb*r;PV*)L`d7gB+l@R{Gy%r%==C(#su3$IozZt`l~2?l@^;odPOBk z=mZE}%l(4p{tcVyE0;62b}IZF(Ay@#=}~2`718r|d@8oY(3Qky7t81j#OdrVfWB&* zCtGil8ibL&!>CjiV%CW@97mrhUo+#$xun#CQF^ zKnCVKrSB4ov6q_m&v4p6_<{0y+N0hkRBv%(Z03;8x3QIWcZ=u%Pj<}BZ4pBkNquc4 z-WFx8@jc1zKtSkAUk%0;`0r1mSq^!!MGT5u&oJ=l%dDDJk}h1BvgA`MG4)r`qu%`k zCXpa^*XD2g3*i@l@f607c%_S7IYUTp7`t`1*3d0_A?Ze#P-4xL=e=4HF@AUO{ ze<0QS!sqs$KetZS*8Vk+elSIC1a@`r(#t{qEuC5sd}~cxd!9q5gbkUaBHezp*C{V37dIl`sv8R~M($r!|K50qbHPuDw)yc6?6*L(23m()2h)hoDK>PA^zUrBYO@&Xig_0ay!Jz6`IgPh zXj~$Eu90tUs9W#Bc1KdSzM+y3Cpt{Yu#IkkA*?6#gGAzac%s8lXn;)jnFZBpr@AvO z1$`~JZ&zc!#9`gWcayhciH53v*JG6g)9wJn?M4*Tpt)dTH<;L{1YQM{v}ByM+nj^5 zHMAy5#KkaeTU97Z>HrOxd)|F*lpsp*3S6|YpoL|np|FB(4CB9a_z19rEH6`36*YhU z+k@7uK`hO7nE4F$Re#hyoC4i}O2Q3^Pzl>QIn|BU)3Vhrj8c-`xhc^V)CLO8NIS_j zo2VF7f{;T%H4u`!k!0)bN|Zhb?s2|C0$CAd;xFONW~*l4V~uIN#EwTWUehb?yHx%UgBaa0*7;g+mon#; z0*|{=rLZzhM#aeuH#~rs^sNMPzx1u?IaJJ`{YUzLw!vzCPmYTq2I`WN>kM5tBSmglFRj zuaTQ8KGJ7j&n~aN;lW>6$Uu~f%6$zd8!6IH$@j=;&2;ofa0VFeHzK>`CYV~eeBdzt zbWOfBDk;p|=LLV{`ro0IoFntCK%t}}<1eoG5T!9}`ao2$2&AXZZ9=G^U+`IlZ6I@k zN}^O=qu|OhnW%3V>M%&wt$%AkOOQ3tjNFowTlZ6v+Vh8`aB(>WAjNi21ZbfM9 zfU^&B7Sx=_JxT#4$p{oUA)A!~aQczwhd*}b16EjB0^PmE9EmpccTf$y=22bFe?5Pj zGKc6qFX*ojvuYHk$;g5z|KdDPGbB8i9W7-EDCRb5D6n4`;wctNyW1-9HshHD8Y!@j zJzP;xN+cKU5>ooXeHf5UFxNY3ogS&itz9p(*IjX2?5c95T6FR#eU^KK<@cHi0=w^y zcm9`Y@|?JifZmhL1#&A5iJd$j4eW6u_#Y7TnrBt1sj zkXdU8+&m-UH+iZa1|(Lq>%wuZju{;{3%6-cgx}`(f}ET2lF_Xc-8rYZSN&ezR8$UY z#;d;Cn3u^Ye`^2{2m!bi&)?n7RlePWOhLdJaAwACNM9o%bNC?|;(3}&kU~hcwQ798 z;!d6A(qk+WTMzRa8mp5DU>pED*wzSG^N^J9Mfq%G+rF5=Y#8pVA74@uvwi*nW_Rk3|KPN7fx9YJxG_!^ky9=M`Fz zyNZ_&l#}WJU_4BH^(%rK+f7l#gc%aeBNhOPr%j1?_>aQ8%I=C7Yj=i$pKrVCg{3aH zG@_V^iNmh{aEK#mur-T8?|jFlv8VoG2PZwSo=y}$Px6%gVQ5j`o1#*0e*>U(5i3Ga zgiiZdh;=MwIiN5DggW4z4vV3U9W3vQ$vEhd`)S*c+77sBjuBYMw854>SABf#7Pb{* z`q*Nv$L75(V{6mk1z~HYROYN&dBtaM^(jSv0yT*1^9;}wmdhNKMip;gWL?!6@IFiF zS>wq}oGEK`@o0w$0V@h-e7hY9El|)Eu7Ip|>hV0#Mdo0-GZ)^(bXupQ%!Z{wOx|fo zi*?MT+%ac3tQYD#1Xc3sIL5w|&tbUzF$@(mge0x@a=G61 zS>Gh&i_A$@TxDzXc0%!oB!BDe;IG`daULu8cn#4ocRgQ`xk3;NMTnDscu^B#_&K#5 z&H)kA>#W0)?Jsl*i2_2LFxA@kMNgPKsHSQ@Y+QRPDhPXEp7^ANFKn z#R3x+9};wUq=5rWUhxQ?(8JAvmO#F;PdR*$!=LlpZ`qeMknYU3_Ni2IkP&y@{)_Yzd*e68V5y6L$aj#?k( zoWv9Vu@$vW)4ZCyjg39n34Kw{Dn6V-oyHX!(a8lH>+{kXS({okZ0QXjH6!K-D{l{x z!$QWADumZXt?_Y=g<*%D=(3LqT@uc%zt?bkK};!Kx6oO3GD#Rc6G|y?Vzp{Rr5~P4 zCw{p^$b(+UbY&p)+RXu(%5fqSQs@h~)@)h90}2cjNOfFY~15u>1aqvxj-&%SESJ15Na-?_$tc6&J?UUg)f$|@vw6U zbgjSb7_*G~iPU3}%eqmK)C+~3B=KCXo@(qBo;tyuPd1!SRJI$jG!8?iTVqAc1JN}0 z0=yM76wR_t_iO|zXzVm&7%}1$0kg}{=+MtzPV&-Vk4e!wY^CHVPqHszE-@w?g5WZc zIHuG`A8+hh?nAU}ho$DAVlE(&>%*kxQdE6v&BtqIJm7Hpr#{P_7YWsv{sD!*q*zej z7lCU@I4q6Pi?MZ3CpPDd7kf>-f?}Kv{nR}9{R|W9-}z`l_BdJ{S>W{5&h!sGFL|d< zmb=$)gHK#m%UbL?9``~9DiLnl55$*uS_mlQWb_19@5FG>8N^&0{KUKs+_D^G#_vws z8K1?}WpJJiC6Tv2DL1JU;C{ZexjqICM@d&yG_bM?voWJpx7R!O`>O zI>?EApx!TGxvPcuKgVmrv7Q_};_?K&pRl_&qMf;K<0ccq=3n! z$RJs;<1e8Kneyfu9x{gQ$*9QNdiipjFDIF%RQQZL2%!{?x6G5%8D?u z+GP>UZK4yXq;LHApa4ecoR_T&F!r7G5#4{X5t@3xFg~pQ@Q*?pmsFsn=jAwF9A7`~ z6R}ZSj%r9)pa&ufF2t1|hi@)imOE8b&-w~?HeVCO)|DE0x71EoA3waX6>$%|k96@* zTZ`=1eBTs85)*RtU+618bk?WPI4&nf$Lf;DJ=bJKv-0{?KIbKt(kfI}>E#adFD}Ar z)&l}|%|*tKGTrOHb4`H|=-f3prUn^cUk%hnSJ52aTKVA00kw=OH-!TpYn5fQ6safi zk;vFF@(7kAWr_JrtOg@=VvOX^hqocp!?A}&sG3HvBWL7(d_^V z&w^|E3S)rRiQh9H?6L3J*m95Kb#QF9KeCMvq`E`O%%GC0qg64ap7VYvUD- z1kyIKl}O}j9kNnu^AH!uQ)yESX+30d(38t+!nSFkV6(!B>-fvn4emYW0F`P-$>-R0 zrIwVm;ofG|j?}}aKk-W&ukQxfO!=JSi&0tqnrnKdBA)Lybl$6M8hdJ(X5sD{mjOUR z%>J=(-_2^%O?3g+Q)t4kBJskpp=x9xrCM{&j%A-SSTxeuI>Out6RO_fo zBS0wZ0KRgl-Lhq9mBL(bSm0l9em1X8&jxH0Y1&a=6ELIQlRD$;q-n8Ul#xuQR`Lhz zwgM(z^*@>k65h*Kn1#r)`>Yp!PN0OPHd@zKwP}o7)HE$&v)sj-mX>3r5`pxVqyf@8 zqs?U({uA-+M-Jh3-@(nRIwDIsZdB|2=J1Jz&@>&OmtUvjp(Wqh zE7=W;=a5$UD<|ut=Rb^p^bO5}bi94j;3XMVwJ)b()5QqYIUYtnD^!;GJRKaAQe3#> zpBJw^nB*4kEBQmPGMePM^4fgH%cu6?Cl1HYbtge!4)58c121b&u;_hjsJ(a|T zPcq0Y3#Qery(lv5d%jQjotpZgdv~4s`qA+H%LrGEb`Onh6Fu?ahf3Fx$^(`=TsJdyX+KqaLrGM!@SC``XMmwS&U9$f zE~^iq_48(=R-q~-T*VBZPOW&*K%!z4d>$@#5_cN7eNNB%fc#4n{HBoA>L^4tsMAA;X93&INc#`PxJ^Z^g>I`L zQsp)7CpIn665{t9a%bIdgTERN=teQ!_EzhzkyIoZCTDb*MR{InsK zSlDR_2BGa8lpSs!?rhz9ungsYWi$3wpGMHkBDXMT8o1E=h$SV0&NAP)Ax3gX0#mK3pF6Au9}15FE`fS|mQF?~IvXNpv%N>-16W1!6zyU(>>ov8#ET*}Wus z{L*agwVFj`wTQfjrUWoEvfC3m+vxlf$@!AcZ90~(2&`{Lv*8CF))iqPT|&YT$NB55eBk_JMo!(J!} zjnw+$_kP(n-ZWEdFdnhvm-8^czIi#7emOSJe&W!uvyFUuoh*6!#aMvEbP2t%Aa?P} zZ-`JM8q6x@gJYMZqs&{&IxqZjF0TD>lfHC;nHO0dg2EOYE5Bkrlz!zVjhs#QHnWJS zB8Pp7!Dc>zLtUJS+F7Zx$KILVgU;?9P)zbH(TAx6DWiTY3PNn$^k_@^ z_ek;#W#05>Gc|3S3tZ!~kgafGgN2!!W2QGn`g2((PGfD`=lZ>{K?^F1YlXb2bzt|{ z-(VbJTrNGV4#f^*sxwEp7`ypu!?wvm+zfYC!(8r3`!@69*-n>B@tougQ9qq_wqg6a zEM|r?lwSF5l35^)bdokCKux)%tO&dyx(wm)QPRR}o~cHr9Yei1U1H$Wy|mR02fhAU z=wQaLAF`x5a)xt=2IT89*ZCG6${+?whE+~hRg~qsB2dzN^`GSe$*G#=i>xC0a=}xs z&NG=EIqJEccTCOEO6NzHhRY-H)+gbs-f}Jl5T^IAMv(TBGc9NPXT&$SPHEt~=sq^R zu8dov@t8Oh9kb$)l|ayfR6vSV$cec(Y|Dwr7PR!*i$Uz2##Ki!G6(wtxQ#v#b|+PI zm)8>OBRbVwi?%|dWT znoPm45Sta7C126nu95g4oz@4*5Q-9vwh~13gdI|zKW0>~*a2G#KxriPre&0;xajM~+aIY@fQY z{@xHQvjkrl)39K#eDc~kLgcy|TAc7_CE_8x2Zo#p_PiPS&aOaF!N@?O=F}0Px5ym4)q+UH6F^>hDMUx9Ax5w{N#Z z*SVf5WkCT9B;+eEl-mU4j6Kv2R10X+cV%Km578*if&lnpe9z4_TimaDGfQjq&(zqK zTQm*J*XfbCZ!;cwH41U;hIgw}(PDFL z_#rXJ6;WUvel>eIsRq_8=m(!`=K)E>x0r_x_d4qYjkaoY(CVBnsGghSLTp?qTm0%= zzj#Y|$=@ea&X)y)G1X}*Hy&r!Kp`r4-SN(vJp5g|!TT&>J@wjbDNb}`sfqFkqGsVA z5gpVkbFM9izpFXR-cA<17dp7C*PJq|W{boLZj)52x#9CUw+A>!){5)D=pN4h(cy!M znS=TN{1RCLNW~tqA#~r=mhsQV2=iKjM)T3cfvp1kx@n*5mbU+q*FJwH&PC!E2ae8j za01f%mDf@x+4&PPHgeg$mG)x0s}a8|Hb(IGR%-ViJilIMHu!gJ`M(ToKk7YiTV7@| zS0>I|HvZj5YCF2{e|%KNEsIrale&5^aeV^aJtcItTJ>9Q4Vmv!;bSZ8!0&NCuU|T? zp6(=|b{@rA9fP9z?5#WZ34OB=)D8^oX0VGgJ-@r3Grv#1bX#(FYq0Id_9M3}4;$;^c2H_+g15v&-=bzjAr5eL)#a2cIzz5Yyl>tly-d4> zc=Gf1sW|o{XuEgzrsXN1>*YNCDOnD5{N#{~KVe{&J*I;-Op{i+ZeBlODDGPMb(UVN z(0!!t)mqT2Q@8TRvi?Rr|GsI{<6T~F)L&h<^(|mESzV>x#b~YmM@Q460v`;xiU$JP*aUz*agEtO7pA& z{UG0PMuQgJk8c>uOL#A3x-4xcJ()HUxBN(^4|^wx%G};NF6?v@^il7(fqhm(now*E zi3DBhacD9LD#^xhinGOF%iRBH94Cn>Ji&XRIgG$1CR2ZwT?S^-qJpC}XwRBdXGkGy zD*_xr z!VhZTDZ_9af{w`K1BKV~xi%0rj~g|#)(j}VFnVJI1;uxVvxsB!9--8uhvog$c8Pr_ z$C&9Nn2D+lZ>5XIAz_};1pT;o=B~)OC6gW%b$c~ff215}PZOEYW^|xga1HbMWN8jM zGjbC-xUcN%>>!~uWu92^1dX7u%FvuBs@cj$8OBUz+N0amTl};1bT1|K?q&ZmDR(T6 zAwp;iaz)w|+0fHTMw?3~GL2Q*i6=N^HD9m9ELg_DK^d)ymQ%Ok*huUH#?PXqDXyg% zhUs;%H36)K;DZEdyyI0kCrOvzy7L9*320&<<$(#w*!`T4{5APZ6^8@LHVOP2`(z}yY@t5&$avXs->2}s-X;TB{j*6o(4p-K z@u|j{lK5dg6jjJ0|GTlupp0Jher|}Q-Heohoc@|$hKILc0EhjOg+~dJbbUo2JW|wM zo>A0zcxcK}7S)M+!w(13LMegIgl-i~K{c-cnAGnNcn{^CTW-=_c4sKy8OQ$ZM`SbF zm_8GkX7AD)PJEL(T$*^EVCN`*7K|MDcg!Bl848ikOsyZG8MB{Ni*pqn22p>B9CJ z0pQc+Igj!)SHgbfb9Kg5^fy7MRs4ePek~~77nYa-z=E};N%*wJ4e%UWMcbS@v&-6-URQPrztEO%rR8J>A?aEgt4w>61iMs#vzXPG8Ub}cGrncDQ;oS@ zHbiGi`ERI!m*`6QN2+q`HG+dH)AIgtXb6ktGvjPt*3)!Zr?dO)(;6lj)yOqbTsL!g zLsnqwv}r5boNZo26^StvorL=JW>;9)_Pj_&=7f}lnK>r1rllyfX@OI%akXQ#!}Y@n z@p>Aswj1r)88bI%@3-+OG}$bOAy?}(#&WCtZ1SSY2tnHu6Jme(9b7iRa!OC|8 zWxQMax@AKdFH>ete-nnJNV+xsX$c``clp$y^Izw1;=T(z&+K24pwuZQqD}t7n`tu{ z!VH;hnk`ikPk~k&3l(4YHiweDOv|)*GS27?E(F3Yp?xs&A+|!A%i{($)3{+b9vGK7y0QisJ+m4a7Bd~awAvrS&^bp()Gvw4 zXyOf$>3OV4iPxSN6wA-w+5(w}u-&3ykK&S;FJcwg{0MV$4*&?@aUPB*0{h&C>pEO* zbeW5Wv7QQe!_o*`z7AeQ9rEHj&fxvNQ|Sfx8a>6zR+-y^R0}coge$pQZ7%)!wN@ux zIX>MqkDoNNZr41T+#U%_QxW6fJh}eP z`zT}V$ke51Epv5nn?MX!kqwJhmDL4L`jurtL<>vJEI&g~iNMNeW;izb!CBwZ#lsqk<`viLZ{Q9f=3xECi{gtL7 ziuHhFLC$SrZR0H%i1C{7eP=&yV7v zK=f2rbDfS&?!T3GmXRPFA9_ew?D=*;MBo2IPLJ^Uvw#0a|8s@@^VaqGd2qiHJ0Ztk zIniu|c6oH*^Vh-NrAv$UHTU@b@6VSE)Ei~ccCg>ahYICUuKI26t?*lJ=1oeXq#lx%X5^wZXE|oYlb#G6QyY*LdsLD7+yyz+F$$$I9P;2T7b(O7#_$PB`swtJsXKbu)S52)VU8aEdIlzPWlt>&v zvUKM8%4=4?175QY0K1>Yk%aSlF^MkFLO<$sF9xvvTcBI2l*#AO3hnGaxcQb8a0VQHn;q>e-{2jnTGcn0Nx4BaS zy&rv4ICG&9CYlB(|Cd!5wIAz*MIbsUE2k~)Pt8s@{vkgCq{5HCwMG-2VZo`pg0mb< z1V`*Xp}|*6)RPhM>SRGLYZ-LJJ>UY|dM`KtODOnh=jxB%k*|t#BJ?9v!&yQeam+Zy zz>;B%a?zzhafRW^OXcz$D&s#KEhK6cim3`h54deZSStyAh#w%SqmQ&5_FpT!)*iJ# zefs=QyA@D$@V|dl0fN|qy$R1%tZa|c6mi1eq@0g&1-a*A=EoKOt%;p3a9oz~3#5&V zB3X7MuQ>i972wT(iHCBL#pYcyxe|oLB0Qn}nXh<5-N{;Gk-Fs7W(kLQ?XpR>C!IOs zsHH2BaU=2u4T^Z33d%k9*JnB65hOKsR?3jpxPnE@YQ`vWTyfDt&TJ4xpR~7n*{cwj zrEXhIf3-OS5xwP=yab%!fH9tlh#Su_S9P+N51FrF&{DPze}`$0`sH&jKCSVzYrqQ} z>)d7Ksp2A~3C)Y>YNS?&rT?f!B#y~Cnm*k7u0Jf=!HHhmFJ$Ma{PJssKg0G$NF&x zcihNO^zB8fXlqW+lPT0SS9uuD&QOgi50R{8_L0gZ)IgCO3PlQc&_I>~k+Yw4pXZ5p=5*Peeg`)tX=&>Hq%j1Rm| zVe(>IbKU-%MTl15XH5q;Lg4E66@?dl9NVk_xd?Rvl1k2VJI##;fNH3~Zn!UUP^ zO=rbu39Q_xA%Cp$UY^a>)w<^}>rjKW24LR#zK4QiOB@@#!u)BV)utvmT@c9Hyr(nV zV;}`rV;d-scl8IVMc`@WC~f!GhlK*^Bx)O1mzO6@^Re zV`sAafTwTqV&vawlb;Yi8k~4ak;O&p({Qs`FiSlFjcTv1TNs8EK~l0Nk0YS3jtU4N z+C7s%mFPgei2DCM^1R5LYD-e`M8AAdZojhAM9n#G6kpHJ zP^Ln~+okv?V=O=zPdt2i_tg6)>Q*X&Nh?GzNDq~jXY#Ic4{IQ|^LZTQV-lM7RO-YtIE2^}88 zjY;c1oD)9Gf3rVsvmO>^D4hXrwVRNYze60>k#Kl~(6FAb7E_(XnpjC~*kBc1ceV8tJQ2>_=s}uOF(POol35mTF_k=)}P=w(sn8uK1%dhEo*er>>&1C zuZW491ob}~WN7!&C#qHP9|s=`+cFu}%jQTRjHJ5~((sjOI517LaJI9iD3O6!YLbS0 zBk^?yv(b!*nWs#yZ~Mr|!tc`fDmi*xzxhLAB-+Pq<4d~-ht`(W3XE$w2^wA%exWsL zsH(5Q<4~$;r`gNEmux#)1tjXT6Ev{Z>RlN`S#gXB^dcQ(29$c$!z;(ys2v9Uv!kcc z&}$V`$ENFX){AP;QuBu=o-o1dQnKBqFZYl&!2H}u{a;c+OB?>7o zu}W(E9$2>mszOO0Cil_3I8}u^p{_02(rTLf;H8DY3Y(10h^eJSpjtqV`&kwqjox9w zcsC4I+RegiNZz=Bl&Mmpxd+Fxzut_=l0p!8PD{hr6()~HcyTH$yoq+D&FARbMpDx0 zHDm5E$uzTuAJRSfKGn0ZP}$ZahBxgT{*-&KC8dDR&eqJcYUI_SL)r~K#jY+!k+5dg zQc}ajC$v0;o^hkWQ^f!KYHJqFyT3!;usRMVUTfyL|GkRbqTvxg3~6~FI_ICZIH=pU zY*+H&>Lup8om_mdA0^+H!8t(VGi6h=kfn^xd>j43jJG|9&tTy|f?~zcsYstO%1OR< zOfqJJE$*(-Lbu)+`tjvuGV^i_>4Z~jL%-gfg*K@*$YA`+PO?Dx^KAcib(&ibyefj# zs#T4Y^Ne}}8}ht2pW&0T^L=l-5Z)U1-;^51|CgTqzbiFHcGmwWJh}Scg(sqL{|Zmu z{g+eD(PmG3{Z{-Mz{!|#)C;Y}5T1XKS47Y*=Ea#YxEWornQ4>Vclw{~XZd`{4zgsD5 zHf=K)$=W*V+h!KLbukZWWBGM_GSS$ix};l-)766I=%O&k(h>*+uC5#2bM1nw?i_5i z1+<(~kmIlW)elo^176)0T+qhfTGQN7i702;JPx}SKJAeMb`IFj1|OV4xqDJqPFs4D z_j77^_Wm6|Hv+MJS2E2GsOZJUUb|8-uW5D2)pu`%VgHb=8epgc_{rxT`7}XjAKyEt z`bo5DsvW3PJd+AjMxr-7S;k@ibtj``-wD3T5{|3=VWog3_=^Y** zmX0)g>=m4$P|-Ne!^J0RY)XA>X3~5n zd=9T;bI#Ot-jwd|JIw6*MRFtR!e5Fzg+$ArTW{BlXyTCOBKVevNP{Txza)QirdI*A z{)?(M0#RvkipT^T6qVe5wy_8wh1n_dNe;Buo_ArPvVF5hDVyR1AQeO_iVr*M`^p$B z6H&HCZ!L_$%92X_MvzH>cn>jJi!ioztais9@uF3O>fyEZ7StiMD) z^TLZ|`Zg0?H`bGt*S}$f7Lyv;?%TeDkC6H|RE7G?#eXG!v%wlF{Tf&>6y>GaPla_N z2x;F3SC}GW#G&}L@F0=n5@Z(Hp#dW~o6h2xFhTT0xTh4v)16U-$}bLYrV4~BJ!YB+ zC7eBDOMDg+N$HZW5QZD|cd6M7b~X5Zo+5k>)|tgfQp1uEnhgeOo{wCj-4_fF-I^eu zc4g;}4?xE2PxzOl6r1>7(4-fJq^CdbB?Apur`)}*(=y4wL|vGvPth;65DwU(n^Q4Z z>?^d+uYWA`fBi8*&D4IuWZYlX$LKkcX^M2~=SU|_$6l1Ph{RryWdh80S?v?5&wqI{ z%}*WRNa)YY%08+37o2waXi&z*7g&h7!gv~-&h^~UIDBKoon}Fwh&Sc4#rGaDDkb<8 z&NYSmdntulmQZ+XnDW%($9WfpX%e2@=HOTGLLYBC*L9_%| zUnrfIF$KAc9E*jZ_MR24kN$Y~h{4-kLD#m#e-#BK32}&3^()2 z7@RhaZRM&N;=nC&=+RRr@88>@9}@~oMmp>oUUkx8HF0QZD&crtSgA2$$+Mu9AAioz zRZUg}aV=Mwn#>5!#_VuO4xGv=78kW6IaCqj)7Gub^c)=JmA}Xugz$+RhVYzvY+uBBee14BovcfTESKye5AvF$JY@t%Fn17i-z-0&+yZ z*EjHbfu3U&s&Jo!<@-hRYYLL(+@n?uX^F<>Ci-B5Sk}IT>cmf2a8?>ZCIs%T;W4K+ zLoM1-+;_#?%m#7*XWbTBM`qs5-R-wHIj;rk3DJo+QRhEvPZxbnB zqbb&quYn3ABR}(_)S--VgAT8-9(#3LPm%sr!LEJMB_66hY}#@9UbjJutPRr2WxkBt z)JbtIE?K7m8&-bb%&paARqXX~hF>&|eE$C*kL(QpBZxf{1LJ={?58xRVm8PlBO#>U4qe7OKnJI9ah-)}@g;DlMI zg0*`uG(nvqmfoD$4148sdo@sU0~Ev;Hylhpm9N-ljXM1*X<{E70oN7DK0|GLX#A-? zIzLbbImKBf4`~$k^Q~D9UiWtiTY|ZK)FmOURhcHm_x0}?FKi>=bf(3NQr+!)%J%!u zHtQ|B2hPi2Izw;!Y|4(M-kCWZt$tF1y1gTo*tvgnro^!zA5C6+6|I5K9c1a3hZ1Jp z&9Vr1V{QiTT8TfeB6t-->YC*&t4Tm9ljSuu`cb58*j5*HxR%_pCfqJ&Mw z@u$H&7=7u8!E6+?p86NtfEIAZDIjC7x>*-RZs?nF!~_vqiaR$=Zi$BU=c?Y&BQ4uG zFyO#oQfUI|tx3&lJe1Wp!^M|BNW^5U6I5fg8_IbG3I8lfSa!P-OE04zwq|im@Q<>K zvZ%RYcM@<8@nZ4@D1<0VlrIk(KQl9kidYaUUTY(J9g_jjkeXQ6-js0;H!Y9NV;~Dy0@$c z=BmyY3`~JXlg@*9w7lpC$GO@-7GBmy8<(4z1KK3 zXj2R{g{9sGtfbOvl-G_5=EbMfxP1>1SJXtjiTGG3e9nQH1XfQu9zwTq<)&UVW~~B< zAM;4zSxy*f-nI%D`;&Z_ZN*b4RBFpl#d|EVViD|=uSDW_fx-|(_Egh)ffC>zt3aRh zKx0l4xwQ;$)~HWvNLK6hdm_z-U5s1NrM{lBq!|J`DZoR~1n-yd%B-5E^=?9CDic5C=j=)mEVmMVdEL*%+B9Mm$udwQSXb}N^WKo7{cL)aP(sf5 z@_a#($_`i!c!Ws%j;8f0jjFGIHock$orc*6f#gM=T4b-K`J|MJ*}zw1q~s@idU1r+ z))sEZdmzGOmOKdP@1ygHV=rUG78uuKI@oMK{SA?mp{C_290okkCikJWhSwt4&AQEh zLyPHx)E^g1M;w&(br|&qJr>-2g(H4Vu1C_F85YFM!RUWF7Wu(4mD0B{qb`>eP3kSG z;OoijP3WNdYgFUt$SAAut0POpc|x!#>xfdaj0NGI>aCy1&e~(y$DLKv2jN9)486YI zCStDp2n#_%03>^SMW3LKNuV}aeA_Y)Vt1%748${5M|nc$P5X>UJ*_0{kCi2wWK^bX z7W$^F+6)CEY$2YYPAG*+WRy&Jie$m>-@J(P(Y-~aEt-~$@A}f(u(HO8os7x8bsmy` zBF3-LwqA4o>^V;%V0IO|L0$*JDfax>r;>@ubj1#-lRCe6dQ8c?BW?oZ9bK3-S(#fH zl@6fMt`Do7o7VD)r{_ZySy0Jh8;~Hm^AgiYO|_>IHJ;;(XF-gI!OE%cIq4db-z|OU zlY8B#U%8(LN7dmH{+yP3$&tS1$b-4m?5nCi^`$8Cty{s9gbXD+Sl78FJqb1;bi1&) zHa2fnvmrZj8~jV8<=nbaAh|V;$N2kiU~ra2%?u$ph!SRpw~Vw)^~vVIE`J|EWZd0~{iiEOyrAN{mQ^!hq0a>%3EN z)NK7Wuoy&~T(n?x0?3JA#@=rFx+ZfsH8%mKK9@h%)>jpWDb@@vILC1bu~$9S5r+r= z!jHjpH>>|`qjcBj=(9f61`Sa#^c#x|15iY_KBj|mecM#qA|$#iYp?rH7|#X z8&Bq0AzOD7fuf^OmK_1o>05r}dd9J$Np}F16Zn9e6L^Ql?-KPs?ka`xD!__Y5$4ch zDgCxa_*YN`Yr8@*RBJ<{+s)b7x0Gu924|PsZR8d=82{EMoK@)R1#&kC6=nJ^!;RFX z|9x=h)$E}J)R?P4CIUI|@o=NZwERu&h>5m*;W@k>`8qH{J_nDR9~%w%M}mIS=m`58 ze6jV|!foQJ+*h}oJXNhw$fM)z{QS2cSDr6m#C+nUKw<7>Tsh1%92R)tD_%z^-FW)a zDmkr+N({t4x@SPzf_vhh?-pDUF;VTm2?Un^(f-WA@E`m0l;&8>!T-bEGa22d%G(q2 zllI$$I0eKBE#jRd4SfEPZbs11B^bYeL79Mckk*T<{sZrgPQ3hY@E&p`_)ji9{?BWV z&%?^j(Zk36#K-*udRvtht6s{>hXGi_FfBUhw-WtL3;#ApXtd)1XKHWT>+O!(bn;J) z&G)uTmpJ9lytezV!f{-2$AK&cwwO>7SQ`$i$+>-)W#1M%@Rt-(4V|79%v;r?zAwEi zfF}RcaEE3QxdZIMLWYS*n?S^l1Rm_Y#~5}mKwm%3$9{!oNw%X@WPoFVVpMS5NOA9J z=4Gb~l}@lurLg4guj(Gvh1wGM+4@jhPdB~pT#$=_ps%ut5gN`)kP|p*FPib^r$~Id zUfS#~d-9aegdx_Mm9`3QJ*m9~?20srDRmYi`o#8E%C&q5DZFWUListw1na^9+)f{%%&!9gMO>4*Io1A1}kkz&_F&?r?d z>HE)d&@-i-c)1VRj&0;tYC2#2yp<}I$4gZq39@&?M;NK-PcOux(poNmZeA%6u@p@b z1>r(1VS58Gtlmrp;VqFigW>99h_Dt$c7n!2Vzdd}Br_BOdma!Yvhvdpm9GrMW|cur zfT4p9yn^vnAfg=P+T9UuGKP`V2S!3LpN-1hZwu=n+&HFA4^WzW*u&l0hZ|({}7v=e&e8L*mi8e6Qz+7^Uw@KWKb{iB@&SU$b58A(f(}BvcsVm0xC>75UL|v^U{*9583n2Nb2z+ql3ZW*kJD z6=by#l9w=C`^PeL4E=f;ZOzA>7GKLDDNzHkiOn-gL#k);;ZJ>x^H7u4UnhN{3rf0U zWXKr|8^0TZ!u&|E&)AK_(I*C;n|KmDI>n4a4}TkxHBbKMZTkej2|&-5ol$p8J~XiG|*W9#^e@xCdZJH>b- z^*86SmOWv$BZXKDY6vp!CtoRDOT5p1)ICya@>1+3LiGShKU3Zi|GC`s?vuu#+3+$o z=yV7Db5#rzpVb%(IsKSpx2vmEj?u=f>xAiO(-xP0OtSmwx;D8H&xDqda*$?m{S3yt zr_6kV^YwS?7e01hXD3^K_ReODY2(V!F;0%9QmH8n@Y2jy@~AZNNZF(=pF{KT@L8^UFKO7`DR{} zxMCPV0YK1eX@=a-h=2=unH(5xj?yr5j46SSl?HxjM+%mFRFJY5Ar~4ZRE6Ji#5|?)C5f)KQg~gfl z&D!<{x13$GuI+D96i?^t6s8M?KTvRN_{SX``+(BZcOl`TtZGpXWf1Mp5q*3`+-w*N zk&#O{W`EZ#R~-`_C5O^*DIUQZ6`1}aO7i-7Kvj@!$?Slt7YzPcf-%oJxlVq#?XmMF zY@{meP)TBiPhCs;Zl^l_;nXg&tFZmIJEwtLuE}^OA5lriVgtgq!13IbmS*_j!i^e{ zKyt4dM8S;mIUA}scpVa>Yee3gfQvl(8p7asR8trK{L8>cgF9rq+U{4-6~(HnCYxc) zu~JR&zox-#$?z0QO|75W*@z2X*kLnXVcvjD#? zRNgAr^DK|ipPnQS`2rR!eiwFlO_cBhbz%jSx4UvqFYdCyLH_ey;Ggk<3*FZXwNJ0= zogD;zetbUf=1_tFP*=C^U1?xM1Tn~dZcjHIUw(-*txq0Y+SONT@p5`atll5cXw83s zFCS`3;M{i9o*8$SEXI>-n-uX-37$20E|dENaJVPAcUew{LiG zJ7q~Qz^`!Fu1IMUgL72hOv%xGv1Dr^P*V?(+PA`s%~mEGGiiOSd#+lHgA-};7=Y)I z1}eAkvNz|jaw|u(%ei_c1+ujkFd^=DSrLOQJdrpg0QTV{;p6D-Hn6@r@_W+EPu$~q zMbT8*yRp;-^k;crmW!Rm|w|Z}B&4Y?M;c9^|zM<_t4WJu7oZKTZ%u=I6p$mn4@Y0bfl$Q4v+C`WppS z(*Uv9pxc1!!{C&Hr@>Hk0ZS&sm&V!OnIU1Z?c1~d1%-6O(}p=XqYmN1v6j2dYsnP9 z#q1+$h`I1!e&$ZWrlev}&R)_-;#%n-*6P{nPgx-h*rB$A&}66%Be!ppk{{5priM3$ z#Dg1_Kh6IaWAD@@2()C~R%TY(w#`c0wr$(CZQHhO+qP{RH+y_9-FKXa^DB1jh_&X- zR7Y!T^C=m3x_OCyg3EIK=P*;PXZ+Xg;o{aP+qz;)H?Y3D{T_6%g)25ezfX3=Ovsvy zBaD-=;G6aW_i06y8k3i2OC@47Z(AMT2rX~06Z`E~x`vu(EjQgJ8GKH<@2vi}pgfcy zzrfyMnI4{86h3##Mj8Xi@c2j`0b%uC0Oy}K?IM-frG>*%8XzP?!2Q#KEn(*eeM@Oq zm7A;vF^Cm#*dC--wncmzzXvJ|K*p4RocLq#JrnVNwARicU6~ka?7a2p#p;0tT#>-4c zf8&TeUb-GQZoF>S$r2@pkpx-W#nds4SwyA0-eyY*xbY3~xsb8yh}z;L5OTKL4!6tb zW^nm3B1+2(`ERyTHrRh;lZEATs-{i!T`20160Rh~t<&E3K@yZU8ViKl{M6MCv&WNN z+Ig1m6bY56d-YXSnTXB*svx$THGs+m>Q=Gs!>pkN);h+U&pm1qt<~n$3&tq*1(D6_ z#ktas+#YFF@1Z~prk7Y;NU|7}2$A2aKp(8snd!!*Ch zkGHe@u+-bTQqtuNvkS@W=R;CWZqfLybd^D+k0}_i8BX*VOOBElYr?mm^ay#P%Ex~W zfdAAE=F~41w~x<6=N3>B+RdG>FzulhztMuuXog?XtgQ6g=r(SI*l*%5 ziFP7T)LE7SI@3To{fR!<@lD`44X_Jq82Qr}R;^9pamKsnEY(B)^ddv!^<`xSX zIoNbYf5zT_n@7;ipJTzeZ7A#C_HLjk`*a)2bjvJK5xZpLo`Zct7zK!r1m73Y-7}k*iFq~2C{6UscG4I|& zmf*Jiq-E@L5txr%;ex?wNO))}40oz&j}sJeQgycJzn^qUxRB^yu9`I~V=$6SPx|CE zpk($DVeGUIux}dNXPZl=@3G2rVk7hNeS4T5K1}yl*^JLnumbse?#mf&$&RuUfN(le z9`+LE9k6?5bOU7jjoa`;H>utV+wg;?ZBsJmvV?OCYBEN>l}cM$X`5GsT04CWL%U>i z7-{o0Mn2}~^e5BM#iA=AA^>@qNp47@4eQ_~HCRmkJ2+z`simaF+r&eyPG>2}lbB4e zF}rg({xw#H%ByOby%-pX)uu~~wh{bitEH5QY5MD^pr15j#BO!`g>>+esmOTL3Pon= zOuO0gQh>WQPokB!qqJzqa__RvqRWvD9uj*PI)4mxYyedOl`)E?!>FR$k5~RJf)rnRSa_Hi#OH zf2+S^e;R~kZYFYUGAq`6Xfh)xPt@Of*iMp5cE;_jQKpFtFNSLpCf*A9K1i#45c(v3W(8+s2se`|m$g*|d?t`H`7mO+Ik z!CZs4JhB+p^*_YHWXi~ocNTQ+X?0>`L%v5l+Y(~5{@OPLUy`juWL&92vAGe}S{pac z@nWsg$PDkoTH7>M_|#FeVLk#oYy}$ZNs`PjA?O=KM0dh*w^A6Y{D5hze<+h(IB#lOXU@tckc*_}9 zzU6kNTLz5p&@{Cp%aJYx!l3O2pEIcyRTz;iwwC@yMH8oi9NfbNBr#dFT+-5&Z+?!z zXGNdR3^;B?KcU6<@Z$=&P&)8Ry)q+av?z33?1)c@fG?B1W1~<9Zb$V0PSljf$#G~zl&NY zFRqFPHjNTz3QJ`JG;M{UO*n~!gJYy@riG3MZ_Eq3gD`Ob2QF{@b%w&0=4mkyeWa1&V$LevhZiYrA1GW*WTQe_1U&jl6 z1x5xuHcbRLx1P9mVKWyZ&0MJC&OcqaTXq>3cEl_`$>oT6RECk(#CS~}cq?-@elpSJ z#f%6^n9US_sZ*Rq3mRDalrs^RDe)|XzqcZDtn-Xi<5~?Byt+`4_;50Fqqx*ue1j=} zZ?<|2=@VabKO=dNG;{AbgHkOq0;u?zAG2GRg9>#-jbkf zH4cVU~LGZWNOSDbrZ%fmUGCG&Gi2fdtFN3Ya%97Q` zpGA?7AP*aG>Qtp-`=)`ue_uKF8-PXHsHlrlOW#_e5%)0ckIak{>TNItqLY(w%jr}` za9rVjnUo=yABzWU{n2`PjEJ3Nt65TeBuoq3x*OGZ%7oY6V%iQGOen!tUGrHr?Ugx9 zlX5;O=nE!L4(<=CnRAM+*gn+c?X_xO{ib=XW*pSyP!Si`x5eNUsbgqRA&ck9Z4k2Z zanGszO}B0pdy`wDdKd5A3pM!%W za}`^{wS~yyd$j=ld%Jb=;wO`iShMY9Tzcib{q{w7ksvh}bizDRxRd57^s}+I?~0_$ zg#wOcLsblseBpoAhsxt@I;9wBY$czdsDS$QUPp*j3IIE~AffulhrP$?rHy+AzNirS zZNlqbuA{fb%cEp^jkS{U#nah&K`@#mA)b&(52^FDq~X@5sPx5sv_&*D@I~ej8WM?O zaDrMwvB3r}iBSa3iZIenOwq&S0k0T-F*AK(Tau@@o@+9f=bn|=u<~N#rgxeIt?W|H zCDmdx!6=mSw0KLkL{^4LM9ZI1oSH&G27k`|+JBl}0B|S;pt?zNO^N}oGZm1Q?z+nI z``yA`*h4m)O-8igT@1!C67Q;ny7 zYm`89;&K^Rc29USf$vPMPfkrzM%>4`2Bg>&O02rpprtIB=EgW=cc*PRACFaD zQ;qA;m}SED#)si1e)6oxc_sH(DL(-2g`_0^>7oAb6za6}{|7&H^uHDAymzMR^`4=L zg5y?2Z9;67BMWRtwLd=yxnyKGTL)=dmh|Dy)G>5gy(&6fcV`n~S%$AA(vX2a_m7_{ zua6e4UuxSuncnW~U#}6|Rr*f5(lQ%k>OY>&yS8jUj#+YDzJN76y#Z**-gO*6< z?J8r{qkV0!mYT%VQ1#Phf0#X?tOtVeAk{PE)I<(;NM_WDXnZ$9I=wU@Vzi8i@b=R+ z*eDJS0H=!%hSI>%TEFieHDvvaC}K+* z;STe#{QYfXczYiVflfYm)u{EC(wpbV_T8Ix3lRE`C11sNCPcXnl*US-3E^Yvy)d~) z+-6>-XEa3Q5ArTBmREXChg=Rd*OWMMSo5eHYm2iQxQMhjUyg>khT;EslE^zYw`gB~ zvw#DqxGn3K1}|_vZUSITMYGn&a3#!znP!7a&+04L7=pHRX9M3k(9$###@vTeqdcnt zD!G3%cRNT3r`&tJJ#sy9YwUrE700Bo5nL~2agzMV2}`Fwb(J1j!^&BFxNI%>BuT?} zfu1&YrASwO*5oc|tTkr9O$w}fWUb(YlmmRNq!jK^#cRN5Ai7f(7=7q1l4Z@V&0UR<_9ZQ7H!Pgxwuqn=oyixg2R zO~p18zCyKEc8iN3NSpH;sq7_D3>^Z!XCf8KpDJA;6?Rs-OzAnQoQ|L~Yw(p{v6T1g zsRx0Ql?97jD9QU?zTvn8$ZsU=oA}`G$mwd@zO;-Urayh98M3eb}KdjLA zRR67Pk2Z<+8K^oVxn$AGWj6EokJFDXOm6rPCrKLd7%ad>Ga#66Sr;u;Eo3vd5sB12 zQG$f+RuH%Z+*?L`G_jict$0WQjjc-^LvS+0*SQlYTWS;Rw@ zH{aYXo<56$QR%yy}#mV%_r&^g}`t^!$RU*oYdNW29hiY{5634zZ)%`uzb?=coN ze+@yR56?D;&}0oX@+Dkr;P?%YVW-6oN3>$yBQ$`C7hW-)$`6lS6Duv=Zu+*sj`ovs zVcHOwpV?S|u+}Wdur0|PRfySzBn9sQE=$EU^-5R=bEC&1dqSHtG9@yOLVrmALcC)8 z#fh)Ni7=qHR3xX+;H%~91f+v{k_?*u z(`7QOGXICpknG?rIT2mWwF!`bt+>KPGxv1Frk)0C49w|D6^0Obsa8o4mc%6Ge6M|Y72VJFLcofH8I$5J;bf2acJLy$x z!gIfBPl(iL11G2vx`Mkj$|%xbg{HI^<$BiW4ao(ps}Sm1Op8!D*GK$(RB5oa`5plIad6G5@MzJ&)8Ic>DD#J0KP-{3&ZebVngdf8dU z=gp6rq%Zel=ZSRv@7)mQT~=)(=K~Zr3q}1ci31PW(kidf)ZpT{o?2-|8!p%Vk5$7Y zfT8wEKn?xgGjh>p9?r=HgntoV_tx3p|)X9(ab&pl-D(!6k@;R{;9ctX%NQzY3 z@*cL_dQ1^q=9b|$?@+0?gp~se8WFz!dhay9hF&nOh2hWZq+0{AeRRKxuURmSHQ%t- zMl#F?x0j4%&_aSaD4@(9v$86~HBA&%1io+UDFpheE>Yu^~T1zP^BG) zz!AVS#sMH6VN>pFP1h^*jI?((c0R+Cpf#=cd()imicJ<)7-2|=dhJ)$XRdU%@iElx z9KeW`=Oueae{>p%2TE%XNO_^i?+E)cT&ClZ1e=8H9*tKst#rKvWk_m3>0r}03 z(VM4mjw<#~820=nT*Mi;-jM&#&aO&Qg{8}Uo9}fL{g&Ovk$Yx2`}M>QsvG=SPN!?q zcf`bs&e{3N;~QenPxt4o-P<>*SD1$5xEA*{Dk;lN|IxYPdvi+6hK&usDQTeGnFAuf zchQY3&vuti)3VLeFREpH=y8(EYw_a-x2F&pONTFzN+Y9V>X%6LrqQV}cb$S>^}BGY zp*&vF!i;K&x!(wFsL)6jGfET8T1fwP$s(@#spcHbs$Rm*F7NOq)%6jAP~D1ODp&{H z%8+z8sk6r~Ys`p%7+Lp?2U*nCuvvzmlR>}ZeO(uksp4KdTEeK zGF@1SqpeesTHMdGb*aNuRJ26Axzg5*X8pnarW%= z!LVEZM*wpj+TKUS`Lfw*|D9M>h6BC^6h-HDZJE>>s+HC+!5$(FsV=dehOIevxJ!ie zGRD=ncd)+K(SnZRZ+^?ypumI#sc7WffH-x{MQ`|Pag&YKC^o%XhQ8czVq(@6*ZPxr zx(eeaX_wYzJ<{ru2=3KlX?DM5exeZ(-yM8zodFbvXG@fdQtD&6)2}4&6t%qzK7H|} zv||oO$GK!{j0|`RFLik7+wAKDGSz<8>8Ur+J3<|xvk1JiR3n77$Wc6D$#as6>(LAQ zcZs*?5o~4N0@Td=JIAYb6^~Ju#^v@YS}Di}1n?ISSgGCk!S3)`9&b%=uSJ;GM&bmC z5mV+Pqm9KBo+n$|j0a~=RWE0@Fgx|iyZT@hF{*IQED~haMYtAlOB1IJq=W7eR$mWhHL3ZE_*tv@`s@>AQbl^pGQ$sM(nHvu{lJDg zsHtRl|J0O<#x&N&yhLM%cR!en1^jZU@6M?np*wbpqg4)+=KLXMKR{v1Gb}qUdP>GtiRihE!iEUrbBS?M)~iE)Xxpi`ts<9%yZc>D2O^ zG%Xa)HF@{Rdf6_a%m0=az!EVjYG&!(BnOov+99~e={HsD;f!W1Z8lDZ{uwy>SB(zc zN70nv&Cy?j2$3*^oCO!7NbrkL-|)RC z#l0H-6#1Ck&tR6_EvJ;5M^G6!t)dKfA1PDo{&Qoolpla=_3YLiUJ@VadAV*N;Ii(&WUHM3DW zXHD6lz_3en5Lg@Q2Ue;eQI)@imO0ybC> zeNLEJz2imzcG2E{@Pd$p+<1l6u@Mx0hCu=ebuuO0>fWYdl7Rv{Q)-Rz9WMppaS-uE zhS#f1icR!zXVQHFk;ps^A2YxSBSvEam+}s3qW3c3Z4{G4{ja@Nc75D&^DIvP6wCT+ zu9-%IIK=J@H_c#TKbl&Ljwf5&nnnw({Hs)cw&h_B-*3k_$D5pbsLR+*65>g)Tzb-M zKkxH2?nh!_vG*{@Q&Jg;P#dI)AqXyj^L}1k4*>bMd+YEqBG>e1R@*&*GI7G<(3SU) z`>gxbt_|8oY6VncRy)#21RX_MfpBSi@nXx%x(d1~C9@7<#{DcnU(W9kIRZaqIQquN;oaV`La@x@3ile4X$`{9tZ z)D3myn1_@J)HEk5o~TxI4I^69xZfu+C^avLKjk3g-z(%cs`aps@< z@vt${Crl7+ktB-7V{-zCHd+zT5k|GwxRcvvXPwM~fcOfdW&mwESc>uzLLP17r!{=i z^piHPy6#)Tq$9B!b_FpD?Rh-9Ag6!XODll_fCg$VPbvE9u5Y#MAQ4-U~SUt-{3DH{q1GawOcQ4bn8)3ajf;c(8TVi76?qdDNU{Fg(CEDv+Jr8*d3V@ zuXb(B9sPs}(5Ll2^59O!*i=FvY6a-VOQthF(yzD=#7JW%6gfz{*r}OI;N9yjj?j5d z)V#m0abc-V$^OGEMgL#+5NQ9;jigAu>(@&Tb^UKs=G1#<7WxGl3v<_d?jU5F;i{@R^VhaH}KP^3%VNv-jSz=_A?WBfZ1D z*f<#h%;B|7N@-&92GrezOzE= zS<)XmjJ)U1Khww2%2F6ac$<72__a?~J+KukkHuT>4Ed6jEO@UM)^J7d25FEU+B|8t zz!2PU#b5AR=+)j|F1jGJ9G2Z+#u#pZdE?KSPS!byj~)C9`|1Q0#Yr)?uwk>S5k8;Y_CPB5+uKTERgGZ?!J$C?Kybr zxVMSdxOMGXT?btEg;L){1&j;ql9mKMOtIBTmK0>d#e>3Wgh|$KxNP8X1QD>q3g$T>w z?pC72O?6O%*-13Rw3Gm2OAd{sA^2VIoeV}{?RMP;%X>5hnA2$)e*84M+U5RsxV%69mkP! zK#e`yjBhzb6Cb15N^y-uJoDFvyf&QKRw=#eZ}uvF4xGqn|9)CM=7Z^ueh`hQ39>-K zkn4Pq2b2GDSlcJvVzD95w8y3~x$5HQvOAZV?=)`*G(VV8&2T#q+C4NHfvaE`F1pk- zh`|UtL7eGdOkx9^K;V`f5imbXcEGf%b=9TVc8A_aZBG)x#CwkYw!}UWF$L~pd~y3f zGi1-X3Iod#vEU{bOky92wY3XmYGg8;D8q4#_i=9x*sleHjXN1@w6HATS;qq5=Hg@U zx#<@;3BCI!ErEti{e(cDfAqC^li&U}0HQLCa^tb4^`p3$8mm!K0<|q*G74?FOo#rlclJz9Q78rpY*l}M!dTr@s%$XztrW(MT#d( zPlDt^(x&zq@K4BL0EvuQxTRoW=kTvy&$?xL54&yBL=HO%k`wo>lp>#y591Hhk)Mw+ zxe;3@oL5Q)%7gj0ILj5(Hl4(o1B-K!QzcPzN*wry@K;myldvjO2{my&6X8`+f|avo z!l^EuwZKkLebQqtS*VT?vVnd}Az6JPTOhmF+Xv3RX(R~{io*iXUI{fEWE1^!WvQd# zO~Z5t?A@eG;&i09&Q?zFsmp5 zlI6;sFH6cLK8@XjzxIHjxks1~QLAoJPcyd0kbs*oMp)T>#}VvklN zw+bEcisP6i)^vblY|wf~TP<@?Eri9sy5lF#Q57Yp(B_3yaFk(~%;M>5A`=N$(^w@rsU`{)ZsRf-C|Y4WPEJWFC!T<1PuORBLV(#LOh+?9-f~=vCiLD&Kqr}d!eeqK zA=X=-PQi*nkC&IJA`U(Qqa^+`q@Cs}Zl z^9*(zLE-mozQSgRjg+@oL2cL2uA$e;$$4OxjG#w$qxPDsUeS=qc`k6G;Nh6#M#N5! z5km7J;XbsI?73}e`kZq!#Z~X&K)u6#rS${^4@F4^dV&-MDuiFM+jc1QI{LH9I<@dL zNSANMrBMJPyrMY8jKI!7d;Vx~V0=5&?Hrs_&)6pfc%CQ`83PyJM5Ri1mLVzK?J5;F zRDC7lE7wvy<=NC{`)8(n zKdoxMCLqZINV$3`bf2ZzBV^}ba`jlEB4o!2%#Aqrfr?#eKzRd>8Ly;x#pf@4YL`%R z$iHY&2C%h0Fo)nUA*=m+Whcq|Y?|r3;P5-b=dL-84=3LesR$PtX?hUEGqR{ZWsU5X zF?TR#3yNmlsadF*oW9VVeb}B-n0e|v12s;>kIOD7?7EKxvEpCAIOF8lrAbar1e;6UAkocV_{;S?PED7_MHLkr)2vRZyPX4yAG1;j`Tp98lf4|hq>LLj+)mmX zQKIp|CsfrJGY``+V$uQE@7ZR8HJq(-;w3F5v}+Y^@UjB8vtlA*q>8%oDNbJbG8_fb zP7nyNPMo__z?GNdC?j+gNQyd4UJArmCRQ^-^d&I)af$@F<>`4X1g@s;T&Td#&gC*B36w+d@Q>#sR85t7a zyL4|;zuh^$@BX=KrgBz80iM_o3G=zQ?JBbA`fz#KP$EZG4_59D>)z>o+sULXh$WLWVev%3tj=5E z^18%9@vk`owZcLv#?g~~CxSBVv}C99nL1asHhRCETx}Lf(?&#|=l-A;PdW~65da2_ z(rghzBmAdAK4c6fC!{KiWFwW;Pq0vb%AfzI9eMOv<`g-qQ9-Mi)M3f=#K-HMC7yyI z5+H_txWEQcSm~N~Pv&bXCNA^r|O{}wLT?KZH4dt@lcxy zqX~Ry<-M%~O!4}#Ajo|MAHdW(?}Vm%BuSJ_tf zsT3#jdSo_n8H|?r@Ud$J2eDW;h>_BEz-B|)D*dPEMO=z^$8*aMLM0Pn$G)xR0Nm0-Yp3XlfC>7kN!;5#ndB)lM^Eu^{Y(@n4lJ{9q5&2e?Ju2pv7oHp{ zcvi+p;DXyG0z;Yhk!{s+`nrm=4|zzQ=EA7VSnM`Mi#Y==efz+kwAQy>=o4~b*ciEW zeqcJNCjz`5v0#I`E=T|pnRbo?V!Zn7VB9;pJ5X;mK701x`fj#KV7n&H%v1s|^Ub$ra2=Y#ItM*?gXgGL9Mc~Xq4Epg5e~u*o5k z$UI8vbu>7fR_Uq^SeH^0?A=g{6FRt4NCenaqt1;#My} zjpFUWFM|*!#Qe8rfQB!kw$zxw^c)K2dkJ08AUxt=bwHD!H_Qtu3|@U|i4^beUw)}s z-K2sdMZa|^Y$eJym50ecY~Hy-UP%cwc}9NEqsoF}bf4VAh7k8yMNP=$VU7_+#Ubcs zUXr2hSBruH2M{Rhr%R7O{6a1f~vP(rKYs$pYWVt%i^ zP@qrjSbOCq^6SZgw9HoqkJf+IgGp&^n3Y9iHX~7Ab~qX}hzow!jHkdCe0*1#q^veM zxH2>JScFI)M*qrDk?GbQO4^e^Nv{O9483$P4L;=ti{t#{-&`HSrgd$hlh8lJ5ELVy zEp{CY1{nF`(@^ySym91mu``hVSDg^#O+X9;w;I=|Ha)G^PRB7!QNEjrrZ==k6l$2w2h21F=~ctyf1!>@Fy)0eeMmG0JVmEsjm zqi>2twGTMekA2G7RSOGwM3P<{Y*xa=iZ<&S*p=08aO{atYt*{Qv*S=byQ{vXzo! zQD7ou(hf^Oc8@H9XjdMD3ur7JMF=?DcpP)iv(}AUl}{fsb;;C;y5oSgRP~V?_!FG$w%OZg*J+`;C1}5uVK5P+T0L4=P1%hVUI*U%|Rdy|P@O^#x4S29w ziO(og+-w1?O6%(1=EURkdpJ5JF5!Bde!4~(SB$J^XCmu1+jNNOqvXAN;FlHlOQJCs zK5bmb(mrtYaQKgqE1R})@fdPwfSlO$B&F*7YF{L4{2DI{@F^Z!&B7~xz0aa-ykqL` z+~tP3v2&3hoi3&pN(xuBHIWHWT-X;u2m@r84ax%G2GIj6=j5HI1qcI0qVD&9o39`} z)NS9K$)L#U#N1RtOVx)+rHKLN+sT+C$JhT&}=7ZxPCdU1yr2G{&Umjf&;67n1k^TJX^6#-0^uueXRx_ z{!i1-e^(V@rT;%wk^dbWUH%P@`u^wcrFH#g7G5f|Wf+p0XHyr&)V;wTq{Gjve(zV^ z(U*R6a5<0doPr6T-G z72?VT<;-P$#pmP06`Odl;nQ3?SK$PqR(%3?`skVt zi4bfy=K)Z;1~UbS2?rM~3BTG@ZA~2EZ(qpu9Mm|#ockQbmpI?~B_ZG4SRh;}eYs*h z3{2&Z_Gj%YLVCfXkkC*@gryylQA9^U`sR1LoKj8dGUc=( z%lV;Xb^4km;`GpGVMI@l*_C&y6Cy#BxreTHZzgEyI51pa=nwdXyd^TG&sZcBP013)BmhZ*XnqTc_Eo)pmQrPwee0ji1Pc+iF)w>- ze8pc0t1}#}oj>Pfq;aifL=&P-=1P|ohet?Oh_Y31gvSF>5(Id5@Y#u)=nJ}L{4(On zhywRWp;KJI^IawYr-H;;NDrgOm1g2*4pxCQ>!O~;%#J?UbqzCN*wtp$3Q3D%2A7Sg z5RQPU_52B7zS5QDC8CTcW@M9c#goW;xVTqXmk!7uk|N~kax9Qp5V7m3=CDj6{ct-~IyyZG~C0OZd0)c@f!&lhhK=}Eo z+VB;U-fcxmV7S5*G|>deHJ0HrPZL9;J(>L|F&8)Ej4k1Zdo&0wtm*ZHmw|mmou1>= z8H9{V{6%o6n?%V#OWA$>?BekWiY5|cdID~bc<&|wgsFY-;!;olhU_0VP^YR68|^?Y z229B4HnCiDkWi3)LKfjg`KJCE5ut#mllnQUv-f&@hLS!c>L|S4jCB^W!c}`>*~fOq ziw_d)kQYg*I>aa~*r@S^m9ER&%0t z)+#FQd56O~%Tr7hFx^mZa;J!qEu%OXZ zO>d_Y4Qc>F#MtjP+u$OsY}X3|k|b6}J($5rl!rYD5R5?N6{M zk6HEr3pvfTq~GTyOjA@rOIi-uqY{p|F z((MW&6=4F4i_YLkwRtzQlOeFhV~6I1;c!VX10#^td!QNi%Ga6W0&T4Ryu#O=ha{Ea z8!JI)!<4nNsbbbJ^|?34R|lY-dq;W5qAc5l0vBz-$*TZV2|wyEIT}l{e~x;4Dw!LV z5DQfj9_di&Ya1N!lMQq>v_7OXT!BJXaR2JIRPLSh>#hL8eQb{Y53el4e^t+*XJTOe z-#dmQjgDwa7KEu6%15C5vHb==KY!q5NK0egUkn$MKNj2VZwX_K>KALkQ&?9ANoA>L ztiEMgk5eLzeXsr9S{f1g^J^D>?dkOV!uff3`TSJ&`L=sIIXMc!eKLZN0CIWr)Xqc@ z*7|>TvA5SZ0ddsA#hF*X4JC_El}|$Lq&uLyhQf+>!XFTBFGv=!yAmZ=pDz+_!>OzE zpV>3L-jJ$r70&M>uTPrp!9m!~g+F&LsyE^*>kj7@S>e?xk6zduTPZvE6Iv7RESwt+ zEfw#oJBi&>1v?vCXHl}>%z9t0A}6WYw)NU!FCK0d6$!3B%z(RJi>4$qkIxe)J~aF^ z6G!EVs#NLR+*u+MGhDY?W{d`Qe_fMVP(9F7uYh6AYdnwEHifq&YEtV#-2YvSx@3w% z?{3>~Pee}$gK%J^xfr^mTo0wqm_Li4KXFf!dMPL;=k%eMAQyH($Ce0S!Nkw~ahSe(j21-`IH+*R$%%>Y7<@{?&puUHmhSp{Z%JCZINvW-a z2oZG!sNA=~%tU4aG)98axZtb`a6xbAmB~tAIwNvrAyzmsyTGg%)wY7iJiCmBau%fL z@DyDswHM6uUrz8*_ogM&9_}&aj1p(ByCN?vU@bkwM#d4i!C3!<;*r|+uG8xp#7r!s zBtl)VoS9IDFk0EIVN56fe6>{b4Hw18NZ^HHgaCNH@lT)|$Xo>~@III|1gl`u10kxE z@LP)~O~l}hGugle+XJH$js@+5g;?MfwIod{-#>OGcgXHvZBJTYM-AeLXawq#6ADd7 z2{j=zuJU6VMd8gswiDcBJQ3`d#@EJPQ%n?)P8VGLn`uV0<08^`^OJ7j)423nN(EI$n-J)iQQQT``L1>AUhnVRrOt z#Ad_KHX>PF|7~6?Ee^zwuhA{Cm5*Z7Wg(RYu5fDH#}TpUc<~wJ5pNTXlF|UYq}I#V z{Kc47%>=A_qb`SVp@96;oeOwT-qCd;Hw!3qDbi(|&`5}U%SJ4s#6=7PaTjTk&yB2< z@0KRA4QeN(X=%j(2cy%`j<)#n5~$Dqn}24{&snVU5ZWJ7Z@ByBnZkCwZyCVI<@4`! z?AL>yKr8wZR>m8M8nesgpXoMf=kPaWDpM6n*o}CK!7~@$uQK%UDic0tpdNidX*#Zi zfSkbaIX^unuHf>%-s8fn%4}=}bJxRcO;~Luv|3~ZIU>toG-<^D~el z|3*nLN0s0dFEM|r6QKUlH>mMsT_8(`ZaQ|a3w6G{FwAdhr_XcbbyJA z8bJfE`+7|)AhX#aX2CWRf?iZ-rgQJc)dSxPpa4|$g$1+4=}20nzWk@;w~lDzKx+Um zNY*BwNX-HRn15N}^CugAsE{U&{GeQo1x(Fw^EVE{Z4e94fS3VQ?>7ztMEFj(hTkrc z5A7ijhO757Y3(LCdUsN8UbM>6n@d;gvD}(0^52KAyohg`M0P*u*CdmPZnLN z&PwlGcsuKag(halv_{Zz#o7!HkY)9Cj4Y;d6~~M0e0WoI_wI}&Gw>dSw`kFk*47%k z0rBTq!p2)G6lBmrTDZkSK10L3VVd@_R>A^mwL(u%?cYh-A#Y8)N;WEYb}u+FJ!gd% zT<1>#bq^m`bE}VEaN9_$nS&n$$ql2uD$ zm7Aw7CMNTIr7TC9Sj-Na_J6G4vfbR-d-IcU^LNBKXJ(a7&0f~ywl0Pz#Uw^eOS!p) zG@r7RQ>KSUiW4obvuuc4bho4KvBy+9L--|X95GUhNEM0Iw>XUDD7{qH!Dg*FALwO+ zY6XyC1{Arl#bDB>@P)xj1!AgPT^sHVfDo%l5t8u7X@cucm<>@0sbXE{9KAfuT&HD7 zIeXU=XhW9-=)NUYTNTg~Z42B_FSt!ZU}>$h;Hp`6(^6P0#0={49-z5;U(zm`fh-Uw z_Y0+gt@9M&f*S+i1EKem2V5)ZEXD z3d9dc!(1vhb=3|SLx@2L0R~tUnls64?KbIZb)*fT2~=k;n;B)dxl36Wp1L46LJ9!`i|{R&Iz+&t3EVn-2GlMFy1O{CSg@cej<1fgdMcW&C&~oJvC#4+NK=L% zsL`n`@es(_&Y1to!kL=^EIMQS!DyTgwBiVuMK0g@B-}r5SC}K(k%z~5Wc}CK9?_%> zNg1Tm%HZh}m09a@-U9M%fWTvTK>n(E{23_7&Kf20j{tM!!LrFN!yI$P(_mxY=V){M zX6VWpQyZd-QT(1B1!im5q65dFV8tfJI)tAKuMtm*Q?qPdf|R?bbCI&pKycnJ17ieJ zjw=`qPMn{#FhSGsJ>k*VJ=;&o^?Ac`dtWlPXE6NL5pM%*0A`LdDVV=NZo@M^Tg+Da z^^Q|)3W*JS87J@@v(eQ)901edFpSn7D8X; zx)Zzo{>HRqa_yeH^%loEM}Hfd=c$Ig`!(SdvX@MHzk9eK3-69Z%p3fu>l|^U%vr^{ zES>dLNtzF{vtKki<_Tv*aQxvwgI%1Rz~j@>8?hsIcNn{ zImZ}Q8oWZ3?i6XQU<-ryyy0}UJFQMwL-Xl^Qe5APEyp0e{4>}BmjnM{Sv>%SCbDUU zIBQ6WbmC`3hQql2;oqhFNtxweh>{}P_U3GG7sTNVx5S+9JJNx!o2>sdF#dNnq5t1e z>ga!Rzis~`|M&!2PAoM6h|>N$`ghdYcN=(Z6~`oL=<|nUF#w@Ver+k+nYphEc;go< zKPqq^d%1v1>ZN|0!wuZ~GjaBg`}yS3`Mt&c!}|4f@ihj+H^Azy7W~qq+lw$(Qyan7Dpfc)mr|>Ug!H9A5j=@VOMM&rF1$bm1=w!V0 zaq^8ZVIVDX=t8(hJ55Dr9Om~v%A3Jd={Dr!^#vs34N{=|bx?xovbSIN@=kN*q(k#8 z-m#)yHQnX)!M8APYo$Nw|HTR9?Txkd=D}#bQH<4XahKLr~ShB`Pm|!LG3*KHrX9R*1ZSai*R9Bz&<-vC?_Kj!^w{xY=p~>O<gTQ-2AG8M(fvOJ8P=8mr}yP}Z!0F>Drch7feqD{7Q7L{K&OWN9H(APr6F!Nva ztMZDZIyjPQTXThQLdUZaF6!#nSn?n2sht2-nCiFWmzZ@fIkr<+;|-;YCiMcSj+_Ns zH2+?wa5YzkD!e3_>vWVRs|D4i(I=!GOT-i_|3+2|J;!ct7+E`wo58s>Ixbdp6XQv< zG{>4|=b0&qQkP%0j2UEMbuBf}<-jpVsu1L`uNiH|x{Ma~@L}ouNiejHuhty~-Si9b zZmn&K6xRUV9+;4AbiOw`<4754-M`ZtVSg})q`)Xpn?w* zhJ(~a?~gUn5MC!KK&ant2b32{n@zA~>c)x%NpL7*_INXCM*F*3nAGNwCh3B?L>AOX z;>}+rjn?7fvx0lK*Du>04aw|E52!F9UO`moZUDSs zBlO_(+z-Itz+h>AEew#dB;skNbBJqduLtYm|0>OLJYr1BwWz1gnui|hSwaT!Njoy# z_q!@W->#5l77-Gj@*BzAqpYR9%x}T`Ib_@@#5!F=Fjg?!c;r;wLSM8sQDNk+%gOQi zB~qm<393JY=&!y(C1cs)dm0f{%>kyq*iz%NR<5JYo{2o7p2j6>60I-02FuiCv%zs6 zX1vPmteKdn<+(x*e-u*hP^`3H;5}@4 zAG0=Gag}rP0yTFP+M1r8c~ZkjWWwVb2YTrm4I1p3>dLTBI1+;Z%12`(RqL4{ApdfrCR1U@r~{=$Y!OUvrhO<6L+ zBTj3`c@d4iUYRyZ)m&ZJyx&K7-KZZ|6QP`P{{`I;vxQ=mnH#b`O%BT>06QOBW!m`$ zt;wKz?5vcQ&nq|iss$qaw*8f5guN%8koqK;*4>$Q2;D`*h&S$}`sCx^Dycq6pc6mh zDL~V#>D?Tpt5#rz?JUxa%21O!&>dl@fmIw+FY|P?7Hq_6n=+6ML*ol6DhseI!*8|q z-8EKUqEy1e-AHSom9L2Mq)}zcsgyxwuqG<@IU6a@UiTbvr}j^>k<+3`N5FGJYK&Tp z(q~M>nwg?bX<^L%12f@egRcN`r6?Jlw|tf#8h7BEGj_GLz~ch)0&p*4_x3hr#Yi)5 zBAk`Xv?hmmi?PHNaIxlGri*HoN#iwk>@|fo%g2>~sMB~ky3oBr>X$si%5HQ|Tjnod02i|N75a7hXn=iiSHGh@h+)A*{c9GbI1%cRQ&y zfW+Yo4W!nGhz=3FCtnHDUF8ZjfBy?CErojQ#$!wB_&Am2*jvHBKlqnOE^<{N65+dI zied6KK8L3!oSiTA0%UgCea%xnppP6D@xH`xC+M5i_^FK>{@Oq#aYMTB?Ks}I zZfF|nuo{D}(>h>2pRV20B4tE98_vme+vHqQ9ei%@p9%pm9H&&+ChD|vb~7?z*C-6$ z@Nc{2Cd`LwEN=XI%db@qJ_=XGP^cszVgcw58$^nKCN|-E=4QO--H)2s26=Ds0_rxZ zGros~IpoP6$tNXF&oC*Vx@J%rkUQF)W-TY?pJsxl+@rR>PmF6?q_O{`e*UY}6B8HP z|Bof-3v@qe1P2in^A_8owcjKRR2tj%(BMaasg5|>rn0MrB{Oz=^ic?1Q?*Xc>a8In zG~C~)0rC6c=vm(5olj?1-QS1ccJ0XA`vkYv(FOD5 zfd}uj+&gz>$aRi|^zSC;Y%@hM;wZHp>=#j+!@szskGkuELU{=4@PHW^QVa8P_8LsW>bmS<_s!r%c z2~Rraj@1$5IY&@U>V#sYogJ3s(F2Txbd+||;^tGT+Zh*?a>Qxto}_8ASh*$Q5h2mQ z%BW$RZzGQtU9|C5_5)5jwT;I}uT`^xqHQ7@;#yd7f0(sxodawPAVE%9W(Ug~%XD;@ z$s0up$L0bfQmv>@O*Wx23>k;DepfN?@fWEN1yUSav2go6ew%Vlpu-QSW7?B$NGuBr z7LiP#QCD4-#p(;eR`n}#Z+HhaJ$%;Uxec0^=?QW|+az#u)G3opJ3&Vk7%fvX>)EKK z*z-GExmF9#2hq?O)sA!Yua3yl%u<@t)LaW(<2SL3hgJUlai~hDghTn-cAnzIXU*jZ zm-+6fWLlD7Uvo^HVy!)QGBfCr6DmKu*{;{Fn-KJaA|vQ zkm3fzE=nzyyKD4R6Y?G1oGQAw^NNgnczNhDF>2E@lyU=PB(yY7swopodW2b4v;G3= zEIP@M?c{N%Wr`EkbM15yhtk0NSoL-s4D z-r+B(03vkjh}uy=_Y(h!i&SQBFFaI}mv>AHG}93kXVfX>*=H_Wb?HNXO`!W<=5@0- zQ&I5IeAl>4B-QfE$YpsQJ_15`|FuW9;CTJYHws4#c}1Y(!{pC90qFAz5v{Upp3}6S z-`+vjJzJNEooMK0TNu0X9bjSXr0TgX^CY!PTSM(~zr9t{fT&;L?#}44YWL}kr4}Sp zEMhE0q=Ox-F{ zw|Z~>`TZ4SD~=9sJ{h5yajhYX_GYn~T+wSJuc_9gDPTJGhg*IeIRshVXMGO%vpat? z+k5;M|3a##s`~vwC&;UbZi$@886%|@E{vHhrD93qG-Zn&lgUMMGka=bF|p}$53Pzu z#hhWU=jBRuDF1d+lZ^8MM<#$j-h~)`|4|&`C`Je}hQ$9o%+ha)cm8El38I--^31a< zqV;q2Oe94}YpCu44ckyl9O74&XA6W1sP1mPA{!0}vT5a*YkO6e=NU+Ba;>r&UjEKdI<=g!nXU$1rdv%* zq>pt9xq{|&XMGm*k^+zJFw<=>LgGBk64)`_J@eLNExh`ZG|l%UyV-P!1^)e+Y;zjS zA4dC?YR4ekLbKCm*xnLYQ$-A2i~^d$-IG=(HTq%hE-|J}>9o#96e(^|>&(5d4>NvC zxs$p5uo0Dq<{JHidTC##aw?GFy&8 zxK(May(03$?IlR=OC<6w;2P3wtQF7uIm^iHu+q@wa{NvqCx*A$yX{dwXc!tAU!Ed^$ z&3)%VK*IrMQ>w&?qqeA9Cp>~;mRF*Cx~1Lw%H89Z&h0^P&lWqS@_W|HwXEY+eex$E zD%N<^M~w`SnT7ud!lL&}AkE@?0q-sz($7{wca4?p%J(Yo7iF&sBgrVqyfH;bJ&w2~ z`bOwiY>d|xV*O|4({p|(K@zNN%q~}H@%caU^z>jE;V;RkI{7M_n<#8Iib6cZjc!5x}o&3UN{OR|%m zY^OYm<#hIUlEa{pl9RhEQ(vV-HdO+P+XaaK4(!?td%^Crp^^Z|u3j>-(4JTX0)GzL zSnY^zS)Eo2qK&L3SZ%`KcNsN_W88w-->!+!X3)qN)8UJN$3mBptLqvx7kX@4iC8q_ zYffRa1=FfwS!$*+dbsjDiA4*S{gV3N>nnwkSnp*+%Glf%_p}Q~%40Or8jP~z5ypoQ zg0*16%nXn~oRmkwya~1xPzs1(7dy3C*5|VtM_dA4s2+ThxmjZWg2s6mtz!j269Fi6 z5m||3Uad>40yyg1fg6a{lpz|(!-1AT#n@LFmuB!x0-n-$nlT8{Ax>7Apn$}_J|HXe zSz$9D@L$u5C1r}-sp4}}FsI#dD$$iVNWW+^N0?g5sxIL6Q3e#+lfA;aq>Y1`YncL* zTA)9vwXOMTp=b(M-w6ZMnWSYS^G(mP&7ZTr>?Mz^w}H?CLGV0JInxr5r%uy_+r!`y z8c^lGZWIZK#ZgpzPH$y5%#*p1vhehjB@*OyDl(8cYV0pE!zQDrEB#N=Wyxn8wRpOP7#7=;#r+ z2I>O;_vbmBpcAcSAAj?d&9inkSLBYDwn^N0A~)Hu@)7ulnpCbXlA_uGH<8z1|~XE-pSyb#p;NO zs{TL=fsaj9Af_6`7yo|M*|8yHo#?3x06xj?gsSn6t19n>9n~wZbG*;PHK*+aRk*Nk zYn|<0A6*SS6wg43?M+OQr0v?m@E9r>Rr|LrUe<$BQO%mO=|(+x9fen!n|oj7y{9G_uI6rfEAY~~s;J1F59mQGQk6WPpW-Von47nh-!J=JNGe9Vk;e#C)pu)+ zIvP6nbTTu3vzamxhW4W`3%*>?rC&zZ7FR?($Jvhj+Whpo4ErUJZyDLeL_40WnJ7-L z0Vzah@EoKQaSm_~Hk10u3yF&qcGrV=!RjGyO3bC6JOjHLc@;B~-=UvJgbjc8vUWXc zV;J!&3Zw{X*e^EX!9&ElaFlO}?XAVBV0K&Y9hs=LYEGPF? zBWlaTT{L~3x4X8@3D^mYnQP5-;6=mFsQ;Fn2O(b& z<^J+3ajFfXEb!TFXBocswlN+HzvJP?@_IJ_^3cTNx|ZmqhYlc8BDg=m@ET9H{tJ&F zn#>61`aCG%O7HwfHESYe(p6T9d7H9K&A_`Id3BK$29Lia-x#B};I&6xt5b+>(Zi5= zZEog1GsoJxMB#nKyi)YF*p47zg$AXp6-9yrup;rHCCks|nb$KoRBM8bf~{(%%w);V z0H!9QSKq|SxLu9R|Bu=VUE7=j(p+?Z7VZzE%U^l;9~1y9^M9iNm|0l<7YuDhyCV+w z|BBu`fQmfu2aG^K*nrN$*_d%ESU1Pvp8lXbm?hG>y)>(%!&w&Q;@7geuKY zv1KW}-S+VS{+R!0_U@pie`^m6QUFwaiat@kxxOOaP4Itz>P&|EuNk*f_erU#`F}lJ zaWH)3!tQG%#=jH%)HM5{>m9<}Q0lEYJJ9#6sD4H51NQ~rxX`@ZKyv+4A3!VHTx4+% zo4Hu~A>)IQ3_|6k#TfKG5Ny}(MWip@fP-+c6VrB5opx@$u#TQ_;fR99m*y0!N_t>cNpyd}h;CPc^1r^CUJip9;nG5INY z4}qwz&;{NP9S`c(N7>sBMsp2;3g%bLqFJ7`Ve0gne)*1Do5Me$Crl%un;i4GiCnfy zL9?xU+Flek%0~-Zxo*|X0c#j+zk8RGiKxNg+2L?bh;f>;0(wX16e|n?qjywI#g10$ zd0`ZTDd7EwD->olOk$B{jh>D$-JUno5|H)>L9dGPr^RuMvt3*Zf_TT(NT}}0x(m(i zH3%^nYYeC~LiWFkEsJ6++<`b;>kGSBQjgs*u#W@z&TM9;8 z4|zio%9Yd&8S6ND6^(dVX_ELLpX6~V+D@sB!mI+u3{naL2Y)5YQ5ul{EW~JgQZuea z85>jow!Aii`#seLAgB60tW9B?s&Kenp`%$jIhp3_TOn^ksLgygE#6rltrlBK7`0&o znR{h`sZl;vu^>#M zVbxXoU)wWHqzVSDsuQ4_wNJ?xt*+%p)k1vmEfFT^V0JS{aXKcqW~=i+!Jw!r+D_wv zzT}#BE{b8iDTQ^%bzP72}^b=qf=42JrkbGE<5Gn|jDNY(!}e=TJ^ZMFhrD3zSD{ z8&r`Cd&4>$bU`Vw=Dlxw3&s$R^}>Po0%1?aFVo}xji$UG=4qAbQp5?%^}L1 z3p&(j<^#8j&r68z^O&GyV!QhGDBHLNy?rNbn>wKr7LT;b=_HX*`Yg#e9uGRHjK|o8zzuXgf`=mzv@6 zh+88jAiEI4$Y`>&b#d@v^a-Pr2aAp?&geY&_>T4)=}4ecw4l=-o@Lc_#T2uG1(Ny` z8(2Q6LZ4tCrr$YDLXbIUgwJo@EN*}C@ftYA>1}%Z9T>p+EAiFVSIys@NG~{=u3b%}}&(2Xw zlr*yutJjr>P<$uS>udnkGvL=X5rt8>QI6oIU@z=lw3jNWJ7YH5C82S#w6|Sr%p65f zwFu4l!5XnzG9a^hiMHK{K}*b$n5S|q+LB!~zc0$qZqPP4(19O1swW}$F1Z9Pb$a(q zSa)kTtrk9f6rOv$HyN(GTs{vPehg!h2mE)Y1pT6|U<>nJWA)&C+G?B!Pxen#&oXTR zaS@2-77H#^@@H`Qn9UndMzQaHD?XKM9htn$vygWk>OLk>TV<~)QDQ&rHcx+duMt7>BI`e);s4(? z3!QU17~DG|AwoiSUNB6F+tN*d9gvb94#k{GO?}GL-T%Tnvi<+chXAvw`NKA z|7zR)I`Mw{Fn)jXe7|3j+3e;zDm~deJnU|F?c_ZA**JT9eUO5p2%QH&HNg_;f9@Vs znzr}7S^Mi>twrmtD7OPhascwVo!?KNV~?8;kML?s(^geE|JdMcSGA7x7wWEqbJas_ z_20y`RugM-uQv#JVNZ*%^>#WBQ|i&`%uV;q!MvVeJ5$`+O=(2uX=%_PnQX9R_dPhY zI3X{Sx4VzZTXI`^TjN6PePwOG@1HBj9pqDAV(C~acweyj9Wb7oaSc}-;N^oVpWt^F zq&Fn8h;+(&QZt7>yj6xw?^>UW^ow&iVAT31(QCG-(X7b3zjKr~iwN8mE_9Wu9m!Jt6Y?GNmjHa}ov)<$mort_7UPa?@f6fjUh_zgA~ zsCkqSPcaDvhoEd1^|NN8TvsC%_yc4m2{u`FOxId?STHDHdfY;#l8=cvEWJY;j?~yA z#%^3JBbikZ6?aI`SCyH0x-%27#h_ z#Kwt?3`~Q0GmR(is;W}!bdw2Sny<7K?iqdi*p$`RI=u!QVJBd)@xVz=lSeg+TB+~& z;GnlG!Cz@le{2p82}o#@tulS#x{+r{#hcRF9a$Bj=kSV!qeamrmmosiD`eP-QjvS1Kosh-E!V2FGJ-gPU zzMWn+N5L!GEq}ouw1~9KG<;CgSF5@lx%c6)P^G@!g*au76`Yg9ZRa*2DV5UnVC7;> z3TP+-MfXY|jLGP#%&&8PtqjXTG{sVFDo{&#TM9VL=-M07 z%$!QAlU?w;w+WL$PcKWm9?^~L9NNJt_ro^wR9T0zp=84AMW>q(Q31Mk`P|N%1^nQ*lxl=g`;oGQ4{en3vy7}tx5!we@1ni2!YFF&^7C6UT1Kh2L6qY zFp1nnJIGB{(dMQl#X8`_t006xBk^@U*)Se<&`!gWMg6^yMQ^$+SM_4u9WGVvX4eW^ zjHD}N{O>Ih`TuHIsk(dFnj>%3HNNp1xzn^!@6cg+eOp<4*vbQyIKCi0p!+@aarhRL z530U8HurbZ-hQVi-!$HGAc7)`<9-+-y?pwG`wo}K&$P-mBwY^J*}gG~e})M3ux7=h zl56yCL8*EfjB19jJF+oQMieO(T-fKoKs8j8k^zHAVRZM?T=M7LIyUv zi6Doj|G6*Ne1MwiFV6&4uV)c~0;Tz%?viP5?LTZVn3?^L#6w7_b^hf{0e|WI*F4#z zz(0}JGxFP9LAVCaGFb5>2G91$FFf<(!WcO5=1C6TXSwZSlUnJrPqaEytmo3C9>{*w$jO z5319MNH$}2@M4wL7H#0O9hey?2OLE3r*k294A#6#UlquETpu7^_V$EJ#hQ{`@>J=dH7%FkjLUh1{eikoyX*J%E3nBm z?>`M{&i`gmGcz&$uNu^&fAgiRn{SSQT3F|H%VAOA>p zKyjMWpY3Gn1k5EjOQH&i`^3tnmt0bS3&aU21rW!FjX#FC^KH{GU!0Y~*Aok3ym{A7vtMoZ$5^wxI zT{ZuvjVy|!(C_PW)lvkzv)UZIVS%ICpO{`kuFRnWF+9%%LT z=Jpm`TNQjzhc+|U*_tLv>ECl}YxVj3^48U#15{w7Wch-AnibB%VPCLWg&WstzA)p^ zd!Ag-aQke7Kzq-Hk&4i?r{!VO{!#r@=X3;uPqMJSnz*)EuzIyYT-E0a? zC)LSmOgYe!GyjJzK@<{mXK3pz=DQHSQcsal3}*>I&u)$VgV&wJ65K^-BIieAX5i51_yQ*-O@twn8ux3A-}3M0 zvPn-z45)YFw#ob|Qk(v%-b&&bKBc#S9+NwQaccB4`eZfTaAw%@U9zqg1${zooa$#L zCjJ)#FEnJHK_MtDTr3MFnS&f>{i{d@>S2&HP5K(`M2ce4EarXAX@Gu}IZdmSYavNt zI`#5zu-r~+x!@Vf9Ms3%c}A3Kxj7R7#sY$2hYqE~LcIu5?Aj=N>u4F*3PYT$NETJ| zTz*CnDRy>m|F~Apq;aLELLqmH@hs!>!r$DbA-NFdxy~2TGcT$m#-+zxix&HENUm`T zK~c#Np{^?Vyw=#t^IEvdBpaCWZI$|9EGuad+%6Ni!3(YE$w099EKrXI0|uCeZgco6 zE~h7_p>NCn34DuQnw$m&BM-HK#t65;uh}C&z1^U4cue0a74eEhKU?UH9E`2vPp`3P^>Yvr@=O}cB0H!Bh- z>t1JkO$50>D6Xroh|2A0Nqz|jA&ZMdLZNJb#HKL#TJLH5AV4uBa518D zdwbV%BvStbUT%`-R4z=%!Wn^4%~y#`!k*Qq81Te1+SY{nMsri&153ZNSd*KxkUONQ zy*+wiBKT(k<)$EwdZqS~*LX=17j4kxK+TTI02n7X{!-V?)wF{52oRg) zmMrEe5}0Ut&c%&Z$f9ak1FE(H{NC92^|9!d{reQ#1c0ue*DDTE)Rh;W1@pE2<($MR zPL)aUmj&w-Uj|AX3&a}Y_^K$$^;*PSwVKVw&ct`r(@=wW&X_=;SxG5T4fvejl1kHT z2MKHDYw5rbIhE{)T;*F*8Kv&V!+xP=<&>9{U9ZUyi&x9}8W$tzez2a7e ztJ|Vb?P)!+Nu;#NK65i<2C&Zx$zgskE@`jRx&C=2LV zcyj46jgZH*4W&m;4|Bg>-h-cv$v0pC?~oeduw|U{5TC&E4sk(*>W6W-ALz}{Dz3Nl zZf9Uus+7_fDS7YKgWD*}F}F~52lwjBd|xQ%hr-=547X%Jb z)WdYDC(V0k8#{Yc@`Rd82=S~n52Od{_;{9h28LT5q^vh{=e9gp)igeWylyh^z*ess z|7nIjt$SjOauF4A*!<_t&uf2Kq%R)h9U9 z^t48DTia+N>d-d zYnBsVectr$+G=ZJq7^#?p#{2!FP#MvlFdVN9J+^-z08suzV^LZBilDiI%%#Ok2^R% zAHhI@)Bn5VFy2d=e9_`}sB))i(8Xzx*DZ6<@P1zJX~5rX^2!YY>wu0Q;$i%J(G^H=g?8*laJLUqQj=fOgp%`z{WAr!vV-Z!WUMQgKhW<^ zHGh($Cm^dua)=K3W6^X=jO;^XK@R(I91#em`FB|3G< zCVgrp=z}%=q!od~sCFIDM!qI-pbyE8TGCr^pT3U=2gunjwUv4*Gh7$#NRuQ zb$%r=c+Gleu{QB9Txje#46^z+6iqMgaN?gwdALJ1|DK<{V!u=;EqH+1K}RbkeAgJt z+sP5DXA_ouLdW*x*_S5>Xr@r#pfXEV4wVhKVrT+5K}fTNu&3ubY*fxn&^s9A@Mqq* z`$C<+`b=hYv41Y5(D9sdrmG3zI+)?YbLex9usNmnZ_NrD@jy=@EOl));z-a5(=_!oRx;1s5}>Euv*~e@adj%R}{(`o3*?cSdvth0`GT) zBQC|*l0uOrgEkD)0-3L0d6T)NWgv5nC?%V_h>56szbM#g{Sb>;id3gems4Ec3Wybg`5>Flxe*J}56G1mmFmLX5VEDFnxnRWsGcbtl?M zpKQ2}S1VxG2Jn*xOl#J>_s`v5aGP-bjnjlSND&7|Z<`-Skb}nUq6;7+V@|8d%-C1j z5Sy)ngSp$@`))qdz=%`(z3niz^roPbLtBBTPOg}IWiXVFE(;-L5BH@Lo0Bq5x;X>G zFaH*&)@O1+$tliy(TIaK@|Whr&DAzM(^TLJ1}@VJwfugng%+M2LCR6fmPB;z(vMkNI!;5nj%vbsSZ`anB8(+R%hLN; zZcGCtW(i*)O5v3+IXCglC%8u|9=(Ns8M^Y){bD_<$-$cIS8PxBsIaKf7Dc@Onb}IOY9x1VdPCBW0F`MorBg72mFrU!UE{7&24&Dyuq$Zx%9}?M&~XY zL6)G12egX*o!Ig;tRlrYSv4gBiJP2gpn>Lr)UCwLpdh@lf{@h?wGg4XU#(nNQe<1G z_e!h@B4e-*%gSXftVsFew3+oWK|=K+Po_yPEK6R1^9ZaZe*woY)b#|@Q(?`9>b(*O z#?K9jh^9F=oKt}3rf(J=4i_@sOJ-0&0*I2|Bl#}>6eU539?M$+o7YIWt9nYPy!*Qt zZRlVB!8{w2unX_tIzU|d2p=npuV*a=_>7SOI z#3%=s5?KYpGc%~N>b`nRod?-nE~GQ*JIn^%QmJ0=XKAf$mJAKewwL81)8I!{I)c-l zKW15fM4|b_>IK1Y7Mf;_EPF(zil>v~aT>O>A$9?-N7jp%kLwdFSKD~Lyjw9NAmPO? z3cq~4n1+g!Q4H?J<0W)~>b+~BIv4TZ1&a^CAUU>stWh7rnh`r^kOpspmf^Lt z#Uq^^OimWAnKeGFxiBB!d(eTM)AF^BI9+ZQ^m=PPy$E@3C|acgy76{5*7)cPSQ#?g@q{uKU>iIwrSXw;CinRD zL(UA_0BMKmi8+1AghE-LZSBHsPjfME8+n?dyT%zGdqTy`gDdg%$qLAtWaa%AO_(z*G9hW2a*uw+K zEom}7&xa{w%a*3H9mYa7CltK{iRMzoW|X|;i+2T-tg_agV6*%RPJ5Nz>A{yB0VRe! zw$u_gI0WLfOGN3Q#8=AdWOlrS zTS|T$3!Zd;eDVUo^%`k&rS1zQtfetzAitkTay9$Iz$ag=IXgB1mDk&W9J42RWYg_1 z9Fo_&9}Ox%0%6TsSLHG^7n94~nzD0}SQeh_W@fz*_+3Fulqk6W_F9I`Wc|!mh&wL= zC^jzJ+@da36&PIteMaY;3g`VFcNtOz`?aNR77^inptaXNp>AqR1pRt~<7KGw&B$VJ z=b|v$s`NJ`#9+N1L1cng9}4O7^E1{y8ZH984=3m4IzF5%yA#EwBX^ZnYIRLJ%JdTC z+uQZ%ov$i?!fbsj{m#a}-XBHx?na!6kNGxzvu5?%$8SNCgX~b1aGyu%FxA5yyvv^J zt}rR!iP7##zYH2riY|m$o5>Rxk@W0BCB_y=7iiqRTWmP{k~>5GzOjr@xLKyGH zAX;7S82FYK?VxfDXNVkJCI79%mPK<#BSqUxX1L&Sd za649jDtYu-{WA}I%3bXS{$?X?&9M%eNN=>57Nf@KO12lv-NR?8+WSVwT}92c!*Yaa zgA!!{nKq7~PVf8}5z=Kd?XEfYJ-|KhuCYt6(R{EwQW`UFuVJ0D|b94{2qE@%TkR(n(!OV0CJf9X?6 z5mik3XVRBy6KuGUHJU;d^CJ~dTEX+q7J(50$lv;=6poo!#y@%4p3qD?L4}>Ca~lG zP-IKA5jUuDK@q2`%!?GIC`?tXF}a z!_8?Sc^|vl(61(HIY`95gHYHO1HGDZ5X1-Gqchz`I_a2Ly-9;i`CjT}A!H%%xW>fOw!0mslc#U$R^yJR?xYWKmn>X$|) zp^J)@4cbr-l^EO|u{IlC#ClR_Bs|gpq=FN;5ccsR1mJPyW&v+-msSNXMotSkD9!Z= zV0~EFDm=YmK&LW@X^Oh_?lTZ*XoX`~!8yQ!-t?TwQ{F5?FiAYC1_`&?anQY4*>=0Y zXpqEuT@7gH_VUiUhQf&0GZM_uRS zMRR3=w#%%TH>R{PHm5Z};?K9K373IS(#p{J+G?C*u8DciNCuzW_PH9Lyy`Zssn!*t zVY0GIG8ZL7ie^Z%U#*LDs-GbRdenV;vlua1QjK*>R%qfSfrx7J$s}y7UAK#QHW-^7 zk81&(fE=r9QiDM}Qkr-_onF>1my$2a7e^^aJdC@*PQb&1p`ufu+T;Eglz9f3a;_9q zX=Z?f%6x_mIi<54L2gK8*iNxV(K|ZJ`W+7wg0mAH5t57nwnbKor$I$!lMI`o>0hU( ziH3RfCjKXyXqBhd!2G_q76iPZ&!<+6m2%;Z|hauE3}^I zttv4RB!SYH5pmKBa4vBF8wXoGpUpV;a& zNM8>bFE*sqR1fW)D*_tEUg+*~%YbX9*J@ z@h8$#s->><%-&Uh4EhfcxwGvuNQHUAf1U!MO44Sj?8=~(N7zxL=!RvU^hU7!^2~Tn z6WyOZ2YcfxQ#%~g_zP#1kA)qRsnn>VP58gD)GJ|Kr>m%GH_fZX88bSz{0hEZm&kc^ ztle;YG-(Znz-%k9C1G5W?w}%%v90}*2jvkD$0c*Zl{JP@EIZ7HrGXcAK3UgG(9B3y zK}i6MC9roXKgAZdJR?!~nXQ179cg}NQw~KQ#Y=URc^ey|QF%L(=jUpG3_#U(sfV%r zx1Ua?dg!dBJ&lXv>OPRxbbP~Us? zp1_HbZ;{ePul|Gn?8vh8vVHqB)>26$yu;J%a?-H=x0uAiI@Bd9LC14s%7 z6-nw%6$9TrF^fehd!55HJ`5(t>7-M@b*{Oe9w#AQ zp4Hy;I=ffCm42HJrAn)E&0e@>G&U?&eq_ocjiavcztYUFmn=B-p7e*09$e*NX%-GD z-q3wNb~bdCqS$ae2xqSs-wl{6n5c1&*t5>k3SYH=PpKtE=dCmz*a>KXo)25gy#{YT zKZ0J|uR7$p>ySo9o&PDi^NEUnC|I_nIhy+Q1GFS#>i(bR)PKhzX0(&8Z14r&M+~XgH1@XiUt24(SI5W7mDXnsed&k7Gy5yXY z4~jDIEq^B8w@u&om7ed(8~w8Uol*jSrX_ZJ^vlO*eoZb0w_H8ic6XK@K0kl7L6{dW zs6urj)Ga+Y%oi2=>!V(!Up__OsDtedUXK3KM1P~bg+9F(u6bffj=Xaywmn{uwg&6> z(hWXo`~k4*-aF#)95rkG@L6KhQ4D_g))y?`3)glzF${QOUk6tlkbBW74`$!K830na z7&*=U2u4-J=B5`19}pRVKH2>FWtXw#t$3(GKm%lUT| zy9+m@eWH&;U1K=+)Gc6@6oFf2djw)^`$*T0C_0S(Za~x}dIu;1i}p45$_)R9v3J@M z1lqQ2Gi=+o?T8H9wr$(CZQHhO+qSKnryg#rQ*A%&pI8%X%-(_7hiMK>q&}+fA-Y71`coha}I1RC5qkn^ygZk8*XWlS2>uwxCE5>zBl zu3v+}VjvZQ;sI_F@E~1Ge$R@{yO&7Wg;|g z7}e{hjh)>fp_e+r$a1+H%GW6^NRfs$!Hb*l z4ycTTa#XA|ljMBFq>BkJsN5{;-YqN%iSvfgMtnC6D(ORdlQ%VZOscXG>Le-lsTvaL+Oz%bq)G-> zjttOYqrgR3u7*RaX=tg+^&WA~zY7VbeOS8gy|aY?C>ujyOT3~<#vvSmU65knl+Wcp zkIg3IAr@3}yqP4eJz_l&g65-z&E ztpS^k1!xNLpyrKzwZ_dImA947}pCeed+PUhon0D)$i#3AhC_#MKW($GCJy z%(d{EstKaa7Ze>eOe(RLXujRD8DU!1mcnO^vbw)9^I3c-BW6(ta5~3BMQx>5Lj*Lq zo19qqft8R4DoS%qWz}OQ>egl9pB_=eOtj21Wjz_j`^l-ehGb`{@b3`FIu+^hec3Im zmXxr4Y<`rYeUR*Ec-C%|NZBJvjp6#-0H_l}>X`CkgH}~|lAhs+k%cMl>gf|Pm31+F zojcrRJ0H!$bl&Y!gJcmnDw|-*GZR(Gj_b{|ihhq96Yn6CzEOf53KBButDJ)ht`f}* zxbx*BYr2Qqju1b7kQl6Wo70sTa*-;EBvdXR|Gxbn1Wp^TFjhQ=Q3-S(B|>X?%=M>V z7@e#q@BVaXm+?aKgIxN1@PcmVacC5W@Nj9h>-NzX$NYrBfbOJ2g79QfX=~6eg)~N4 zxB;xksW$X==#Ze9wbpofgPz7fZt}yi6KDoC^8aWlg>DNJ>lWFGSYfFdZ}r1xEGCuA zofT?_I3&f4+!q1Bq_1qzoaZDG@+RKQe5kr*OjVzW^1MlWIDVznsM>3e9R zJk!P4BsDqB2I;?YaPGRkQ4uSvJJ@6^fuu|qI%cR%Z+91QO3Ue&21ZiSY_~6QQW4aG zhMdThNtcx=O3}17Zqu#=`$L*L!R2Fx7AJU3C?$lCfQ|> z^T|YdRy#?at6Wr5U(!dvqXvAUYF83GJ7469tt*dDcseQ}H&<^}*mS*GZ&C^OupW=< zqqWXBzFyn~?ck%V)5Sl)KqOY3b{&4FtE&b|_=%c3Tw`bTlwU&M} zDmA`9?{ErwvSmZ2TnJchfuV%i8a?~0AZA`r7eQN$+T`9jSul!`&@R< z)3*ZT_72TA>hSIe(!p(;i&Q;%7PX9O@06)vNObI}o092#CZaJ;6iN=~jJ&e| zN4jTIfu^Aq=lqfVEyXS?{oz@|NPCmjtkH(jRDMDLtXJY=rjY@4NdYZEW3z3cOe{>@ zsWsV9=Ka2d6Q#k%_zy*!^}oWJGO%*|Kf|SD>=843&m+|Xn8DQpQ8@Dj5F)<4rnyZR zPfmPX&*tpUN5<`L z2%b*pt#891A?m-;(i>VPe0+NFtZ(=F&g1u4SVFD1NkYOgb%92~BF=&F?VVMl?gxfv zm~FuL`<3rY`vc{t{bhD%9JC@0x>dV zs0N~HN2K~$(%@}B_w5>IP7#^H3RE6@t*f@uwYnpk{xJ1|tb63R45N$a*57IYk^5{K zf)L7Ngeq|*+=>9BeFBSkc*NKrE)9|62xlijz)F;WlLENi;Z^JpTf_%zj_6?>ineW}#z`$-RleQM*sfM_nF|$EE7&X6g88!*3B^~9dRGIg&7D|K4NxJ+_ zDK@0}Lv>LWXPrp?_14G2RtQp^9i{&2z10%qFqQ;LvrKQsof9AAyG2kOXVn1R_+C6s zVwv7i$v>P@0-L2`QvQ}$Gca{{;SMFQf?j6x@vz)kEr~}XU_wI4E>ti$3PXVQlAD74 zaXj&{K+~Lr6kGDBLlb`Wa>-xVc!8w+v72vTj<n0Gj41byGn`Iqm0gYUokGeT2a;wM>%j8aW#zGYDrbfV=JYHR0@5>b zMV}8;I_+*%1^YFZ2ZrO;s%Z#R)imu1)M~>+<6APVDU#_m=UIM({(Y6EykF>g&`_z) z+k^5d|BgOzs!m}M)RfAXLd!SMbH?Dax+A4GobMr{yFF!5iW7`6C%-;UfJlnJb`_^F zDpklH@+j0nXP#GwTLhd0-Q{zYg=LL==x`?8*IW;@IZpg_9Sv6)TZ8F#i931A7!UTF zxvh$tBBko+=Mp6asE{(~HGeYl0;$C{s8hr-j5~YpeE=3sekCy$r37TGN0>V?km{2z z&;=&<9L?b_MlFG1PjsLV$*g1WwdeE#CE-HqJQOv8%QV?%5+=$@jX_e3@*QLc#(dD~ z6tVD1%xwMFy*)xsAZouJD7y{N7{q6`LDZB9!_VH%nByL&DG`3~|eWhl+d7J`kRj zH$i)#ba6vao0Xi06`O~+u%a@ULZCt!+#qeWmDVi+a+10-zAI1UMkuWIjI6P=c?&6t zO0!%5y*_%T-J4lUI6$VbFG6W96$9(>PbWUgnr{Nw&+wG}h=0{nJuZp`vZmARuP&d+8$XFJH3pzh0oO!&)?wNZmm z!S&ITtyit{t>wGfxz3!+Tc7`=aEF?feoTnrC`oZu1&x$CESAo7uHXJiOAX%NnOblw z!HI~zJJ$d}O?k6c)Y&4YG00Y~j1pH_&8v0{IyN^alH5l|FIB>TKWIR$R0SG&Npt;s z&28%XV1o)UNfw19fMRLOWOsRk^T^{7wtx+5BdW}UlIcW^j(F4GztM6Ulp4s{LDNYo zOG&L=7B?~saqU!^=G!9UG0RL)I>dq6<#r2XxVG0wy8N5cK#U#C<-**pnOwXbgL6BAcrr z!!>a?eCcpEe(-52K(=4y#_B!sW}-_TCS9Nl)m>`WvIp0V2D!iw`iO07LUpwVA#*}$ zfXO~pwOD08KxiNqA7e@Q*lut;m<_0PB+ae0xWk0Qg8gJziQ=5FQH*Eu1muf`!cBak zt&m!DqwVvFKU(;DTb}asa-D_`?bhwxfX2d-;%lpsmua@GM;VC=u<@S=9!U_AZu5@I z>nad9T}=(ro{fRE7aU2+zbSApv4YuczxqPSm;_BxXB&tDKYhF#K|(ov$L{cnmW__I z2du)(E`_k7NG#k${l=#Ai93T(HIB{%cUKa2(c@bWx|-kdqZ@!s+lb@m&EwrK&xkay z2pPOH&uyRR<0?{xZ6ktBI1Y-QiV-AI?#@5oXB-2Tl4iJrJP1u#FD?xE4Bs@%vXRAY ziGm)@Vxav}m8Y9PZkn2PFbmuloVz>J zXH;%FA}TpX1h4%1Tn7A>m3|;iIg^6ah5QQmzXXKpwA3L=01;7YUDsZrS}84oCL$qK zf?pzdV-lQt>&TD^?~)$&QR*oL@E-kV16qM$?kjewB6t#RO;6~^xSvs8oQ}^<9RwN75R;a(W)s(rUeARUMDDw^hMpKO3a`U*I zIMlPI1vP7>3{azm?KK`IQ@mD*U#%sm9eCnd$SU7S z8qhjeW3q+xso6$VTJza%oQDE{B#2R@kG%+^SZHSBvfS@%D{WFB&5|R41g3K@%T0fd z#&JxSb6xUkFL-C)v5M}l?K9=fxyGOdk%G#5M47SytoLh6O2o zskdu<>Qr#F0mm`NHhv59E)h-5d1|#i$fB2k zqY)}gd|(A`b&(rohlMWPsfrqW)y0);gw8KN^$`3-`NlQzy&l&f+nGA@#so)O*B%q~ zGi)woeV*nHlGQv$!3Golo2g{S!4Vf+)`ib>#;?}g%L}X8rZ)Dum03IR^*MtML)*z~ z>d#B1R)Q%Otw@LCnPs*`21p+!V&!sgcfaQ_8yTnjf`d1!*2Znv&0ALjL0Y=0wuMEO z6r7n;_o0Rh?D^n3M_(Gi3-5;)D!U$??f6NHrF>9B99 zz_H!)DS-X~3~p}h@@KL;y~A@Y?W}#y2;Ngn7O3>SsD%Mqs^e;DFb@~%esKI)o6n># zdSDn&vhba~UTq6+5F7)JD$j2SU_AUk5*G0$79GzrO49b zJLpB;nWxV}7JvygDg>*hVfikk8MOO5q3xzS02y`%43bIN;Cbpi%a{V6`2_lo_kRy|ide;fP2syiXF! zX|W3;#V(%N1RQUyKabDVD+m92mw0-(EI7~`Q%DuZT5AT_5A>g|74>qjLWW{J zKBOS?@@PM__~!1E>W`!D!{QQeo?p4MAAGz{uT%bq)IlI@Vge=teLdQQP$V5OT2y0y zruQ3@7D)xPM0|FJfdn(u5i_tg66j#ipS#^MJyM_c#>46hbBA+Z0!qKZr-{}PL_c+f zT2-g=${kcEx&2W4U}qxiRq3S2UOj~w)TPI2qcK{6SYw|teh|tJLp5~JIAcKDiO8Xp zO6)B_%%L?Lt2Z3`9O{xjiiz#CX{Kf99P^#fqJ#j6?>gLC6suer-}aC(1Vm~s)C2eNNvCI*06%9dU#KYr_K<1z+mdiEJdb&)yZvIy8L3PQOM0E~RfFBiZvoGny$4O%Q?B6;a*Oe@ifVRkeYuE>p1bwBLgd)+`#>z5x1 z7jKVRfii0>V4i08e<-u4{IC)FEzXVKf(wk!Ag&DbwN_WoSkhX6*>CV5#?aIt=jK)p zR*lk{P^;pTnKuyiKqwALZSO4G0Igdeal#T3Yi;5sYxlf$j?1(bt!C1R7yBIa_|_rz zBU8+uFhRZvIK&GzVd7pIElIFackOD=h_@Sq=QqXOp<)r1CRFq;@`Q87h$g$v_cs7` z7o*^74l)qJTEA4Tkk@1;J%Ay;lFE0XO2odZ&vS|Yk#~;BO00OTh6a?nurqa&$9bBTvi5whMe#1iJni>`Q8LBl8=^OgLei)NHe$^R+?E%}0EB0*H* z)SsFv}3`SrKxlE31Ya#Kk?~4^eF4*wC%ycXIDG)qcrF%Ltd)b7hslj(17JfI2jd z=Ra`@66|Fwdz_2D1YlL+qxkvK+TgyUYiWRK`+;h?K_$?nN`?7%EKi-B7{AhzwIDEKKO>g!K5-PC@i8l$po7g^rlxm6C8= z^O{b)*S4Zm#{6aMuah(sgBA7s#(_wHEYg? zko6bhSf#~pv9y_q!zypl-UJk0*?l@U>|T1`G>$8^K%o#BBJCdg)jF2Bs} z7{-A}WG>K>ha=CCS)H5vc<8)py21?P3sr41Pt38Lcehq_b;eigBwov`Wm<~3p=tk? z#EP|bjZNMTm;8J3U9agGUfE9?(kIPK^`zMdM7DRiB z_0ePK&mzh$zVfDgM}bgQCDs;4Iq>_cK;gBQjI&BEDy6K{0>U2;H7t%*R66?^$zdqG zZDJttM;YQ2cJmn?0~*xcEPvL=)LF5cilj=DlCIC{33y7eGDjL1@&FmsjgkZ>k|&CY z(AB&{U_oI zRWZNiX$R+@og7ZtY`}cZ*6WiN*~Ox2?8n9UUqbUSFK;_F3r=5wyQ{UXw~I$$<)yv} z&p2O8Ys)xyl_%t7@U&yVp(hIij`4Ax)p8-9{P$lMRRd)2J5{znK3Uk%Xt5?wX^V~q zIdPAd_Q`a7-%tem_09jO$p2SRNJe^Aw*T9d)~qpJbIA(5{rc|+(%#sj!5=>o(Axh7 za!Y$&*n8V)dHC~Jy4oL+Vm`)pbjQ$fzRIPgHslB$bNEIDpg;^7~J-hmNrP4Aueuc;9_suv}0f}PS zF7vC+Yz#1CmRe0~&wf#3_py|WcGm|h=6GU_p34dY_8i9t%S0nlXCETsU=7!WvNFx- z?G9$@mHIY?880LR#E$CqAn!i00C4|dAKXW`Ka-6u<^44miRFx{c@yN}Epkr{eVvqBxW#JU@3-0|o$l zHD}S1PY97`lX^`SEtG%qoF$unO3X%UWm4rKq%$?}0_+TpORQ+F^beZ_7u!6Z-qbWO z=ZZ&*Sq(?*J5%3yPfbK!0>IgXRA>AvuvkTS#vQsoIp_0v1IYK)Gf@!lC%d2t4+3q3RP#$#PFT z)Qegfr8I=zY?qVv67jK13F~hO2R)Pb*A`L5E>52ArpU-^Fn}~0KW3(oJfzb>#NgL! zgpPuRPQaVD4XP%oS0s#fO1JQhk)*%j62J86p2+i? z+-l}}3`5T7Oi56NFy!&saJW=cWZodIB_!qHkVQj|D(F$JEWv@C_|sZhm*15Mb7q%B z4^0DjsLc&|26Pa~$rt!95I2E4Sw)vCC1%_*&3Vgs4M%S|7*zEav)?{MY7$sbl}0`pk3;39vIWgeW6vIFf?w9$N)09erxEq9Z3A7Ju-ynA zsn@sYWP(G2Ch?WuF!;5wT2? z{a4iPi{_(x%4v2^^DSaltpQZ+;uIg(>pgL4tgZYgnZQFU4x?Ny{fj*=tB zi}0YnF}Zbwe*}QyJnda*NCM~5lsfej)&_r*6e^ZJj)RHmn-OArsmw>ny@{r8lc;`N zl~d%e#K4WazpVot-5|yZe;+Lqnpy<|_R=<4h(LvA)n+B$LzTeS>u_N9jBPlT@Kmzc z=P+zJVL;UvX4_k2xLZyuH9bKRB=z#EN4jg8O5oKo zgHc=PCvG4`zGb}YF!J^_m5#)~+T6;>wmEJrib?@QS0QWjLOb9>7)^Oc{e5&49nwmh zS^O8Si>L{Ub*+N+=ra}r+Kouoz1Rwu!}UaD$pVhsiIG;8!TF~u>niHcAA!4GI6ZEk z()MLksg74ec8^%e2Q+?Orq14hVfe=?0cvoJo8QpPcO+Z6&uYQRZqgtUVb@$nU>ZI@@%X#!?<53Y$^!=4w1}ZnA=KsDOj2NLIFLOLf=ywQ?A-B6TV|jJw0b0GW7iH z5hl$XlOeeUA5RB+vV48>BtgYQ8<39UVF)q0#nEp-f4jGRHm#_U0D$suN?dE zzD7Cj{HPe_qt_TwhR}b~uCQ9gKU|ko|3+Y`8;Tav_$wUrF^D@E3rOf3{U8hyQTm+V zf0db25GgaSO?`+ljhG>*T3Adev}qlguAJMiAm#f#kwQcHCv$DdOA5P~E-4a!&9)o@ zUr$$BOuMv;yBcFsT^2&ekeXS#?Un=bE}*=N3J%LaV%+dM*k*ssX?JAdSeh?z^6-k~ zde7doanFx6<^5n*GMou8;AZA_8Oj>cBQ8hhCjQEloqRf?m9Ei|eUb)Z$LlL;yYBW^ z4)wqpZft^4Cw_NdZ;GQK6fY6!g{JQ4bUoGRxJnC)iZ_CEov;-mBmCK7S4X#zshl_8 zc(P|@_32Rd`M$x+VMna_51j?ue+8RlVEW%-g=O{rf4FJr?*Hj54kZeRH~aM9KsEro zLDn?q2R%v`72)20C56M0DKro7Z8rW08yHbbBEO5p$4=Zi*9D6EUeUKdtwP`WmbU6H zKB|7dUfwNU-W}4>Qy(H~W9!@sHWjuGl62Td=(}})`>>GCjPz}z-!9m`Isn+QXY7=u ziP+NF47?7bf98yE&-StLrIM{NT3Q%W3o{-e^u=q&L$l8=&67yxvGt;^vtO(b{!?l& ztyL}J)%KDs7BEiBJf_vr8=*)Uv-t{A2xDr9UDCnJ*(BgeB}-ry9^?8h(qi^OjO=-J zM&>_LU51exF{AOb-lktS-m2dWgK*6_V$-g~NP?R_(}rPWu%LNwbDd)*)sTkgjDYyz zXlrkDFtz#Bse-!=b*F+|U@O6*jLXhhE_ha5o|u{x)dSin%=fpct<*6{PC7mk;gp!z zip2zGt|=K)JIkVpVr_xC#P0e7&ORCMWud!1Mlgw=Ia(4H)-5oY1rUGhe711cdEynM zA`Emnf1gBkvg`;o$*%~IpT z+#!c52?TOQSH^y;7U47y!g9a7D+tEfg|U_yb~_;Dy>2WKG7#_tb^hLmRuGKy(Q7NU z%WkY{r_8$y{d{z9S#_frmpu>vqm8n^GC2TKY&paz@o7XO~C|E3W-O~ZP! z=pv8#3Y5K9KMv0&-nh`>9(MmypJ{|ypnp^(k7p^2ZD}N%_zc3Sn%72TZ{L^R69ImV z_es&fWg4mCb{5OT+;QGuYXdnzr*Xo6kf(CaVWh;f!WKjH6#w)+VppJ#vR|icyFWb5 zeyHO!%XaWm;X_I!{1mkL(m90-{`unc+V=$6-Jz0Vkk^6J4=QJ51l3o`wx})5-lr@A z>utbH=QK%Z+r;(Q1Vb+kcf7(_nA6b#Pjzwi4ku_jV950@;GJz4{mRjwFg7+X^*ZWUcEahnJp1lp*}IM5Vnd6MbzsiSxJR9CI)QUWK8*L`5%dxnvc!1qsngrV8^h zIHk;~W!D2rPll#^bfU|A-r-Qi9)4BDbM z6zjC%h(XNvJN;m#;Yc`whB>E*xllYS2{!mk%*^N3=3(}mNhZxkKY!!N;w-)~>=SF_ zc-}CU6UD5Wnv(F^!Eu3&3wnERY=z{nEuqgAXTaax5m<1fKYRt)HzDgN3;-ohIEF_q>C4_y6 zP_Z-)&gfM-{2o3TD%Q7Wi$Qs6*-$$^mAla8D)K96*E#)K(u1r)Kp6K0Fw(hbJ-n`L zzg;ts(-OO7o^G2v4}2uxzFN&1b~#ibS6mRQOLEkZI2;d+he4JJ)N^clM z2}2Tuy~stO>+=RiDKg>ypWf~Nj$g<6|3HG(xnlp_qu)GIeSwXT$5k*rT<&|{@NOZ6AF(%M7<&&`D+ihP{$*`-xsI%NP8%3=H>ue{aSeZ8hU=ZclJDd zZ$2GfKAksa9$@ploj>!s^MLhArRtqpZ(m-oRx0e2ULGIxS=$mUBra~Y6|i+KgeicU zE%m(^Q@l2B*=|;~X>(7W$a^f_vXi}~Br4d6LMB%>itX+acN1Y~XXnSs7G$)Qn$jz; zNKnbs`|ofonR7edcT`2t{Y#)VoWB%2V`pPg-f^*V5l?Wl0b<@38K1UvN`7wB_NG3# z1?zsI+{L7>9g3cHdn*AVJw`Mb(>pE+vYa%(;;g6)34LfNXH>D)#nJ_BGcxWoT>b_^ z5z~YH+HwSW3qsEPIKuk-oqm(ClW@`N7aqF;e;%$sdv3sS1gvEiJ--C4WM)|(9IlrL z@9Vz$F@N;oj{|XLdVg36>4-rMU`JCxP2Czn9oa^;ucQI7aU>W>usy8A5(n>L4TGtf z1FHyt#HOV}QLB!3Ncq_fTVnwYvoTf}!mwiOvyIcL871V%J10}}@RR}%e~L#iQ%Nd+ zW#5>PoV#Jg80>qS;ULX*E?x|ggv#pKpjkTK5A7wE$NQGxLOx^T`;{cb_GhE*R_sj+ zoJ=YPde|S8jm{J5UmPQP6%?+D%=9KIXOv4o$A3!7+QkSgycx6FoHybA*`|sF<#wiL zLIOhUX>MYX1k&%C+dH?s+SfweswAUdQsKvp_;#Dh0-2s|FhAX9gI0M;-`BsSAFyy5HGE_ zqJ(G{c$h$BxDdP=+?Wr%pD$?;EJ!3eF5DnGk6_YBo%udX_LDKO*=jo8;q94LwHf3t zu0Xj+gv`PRXbYmKY*y_SgaI!iA8^qNGSs6|cS|_vzs1kU4GQSO8b{F#Fxtq>{U;*g z5wRDI+_a)YW3<^8tT7cpu4%DRmlFIzn0H3om{`K@hKI;N*|*d^QKT2reaiy29e64G5+FR<(|dK@4b2AzW{@H#UuZu@upD0rfw$A42>|$Z`uu;4BW1mZ&-vVB77J^Ra;?G|GQ9 zg_Ql4XhXFEtOkpN6(vKX^1`L{Z_<=}EFu_8hv$KO&`cSd3SMbkOR5J1KxLZ5$%n&P z%kd{^gb)4o64upb%ag1GG%x)3TwcZqvnET|tn&^?Xs;f@7mk;7YB87zb)U4K+aSgM z$w39*{^)rA<&DKu7ozku>T98AwBck-Do2tn-ne6j&F(Y_wWOOjWMx^c6AWFcaKaV! z7rZhrjVi6fLH1fUG&Y#5Os+b?LR!kuKvpbLbeREQTR~VY$d5L;o*%J?mmpSOACFz= zNkkS+F06r=kh`?Ag~sUwHPt(?N1?#NfZ_?@NUX8e!9O%ozReK*Qs|NnI&HXYD!a|> z;y``GX55(O6*YJ{M+kdGIngN^A(1R#cc}Isw#2Vkhhng60nqEBV^M)U>_`6>uoUM% zDWD!Gd;s17%NEupwO43g21dDfr$@>hTb#SQp+6PWCHCr2j_3^S$_z2VH zUBYc(QE8!9c?|c$ww~y(i@|`>BNF)|-h*aLEyAf?F1$AHxzV#uvxzDKYC) zkpL;xUP^hbRsn>yMjMygF+(&u5ocS9MiFPJyIp}q~LP0 z(NSlCa`?i%zC?9PwstY~XVjw|vTt^y-|1dtdgm^d!~FH_aV2IV74HYwHEgx~KNYI~ zir@ARwEDlmDcc(3Hb?)*XY&E3A&9C95CR9l`0s+LuN5C`Qeu`O^xu4;MjS~^dy!(T z2M^2?-BO0A{`s(!iihTou%Fw-4*olQe4T6e?D^(Jx64P{+oRRvrJU-lPO~;Sd2Mif zP}QqN6J+b?zW(clD9{U`Uj*-hBGCV+%<-O7Ya=km_LZr^5;Pm5+Glp5_>U*xrxFkA zs#Y8isO*>WxFMt9;LcB@v^CE12$7_?H}R#7cpn>u#pWJ5fp|R5 zD#0msb%n6mW5V<8tNYor1SiV3$0B-3q?k(_PuX`&xyk+LuWd45%TrK?GVPK`(u8rh z5pBTFp@bU1C9nSn$_787+AQIpXyZ?>zq4r7c~mE%JZ|;sD~40rUH+r6DqjsmQ&Y0C=s~ zJaNuTQ-qd0y}lnqesYz-tJVx+^io~bL<&8Ae_@K(2YR~Gx!>i3w~tHT&5#HQ8qXaM z_uw_l;2gvenQ*)^?u4HCDbKs|q^+mPlXeRxGsAvB7n6wKv&_w0(H^N08?M7BbVbMr zYmfSu0~aFpqDrC{o5W3WVwOqVKAkSiBcjnR$nT#BQBoFMyvHG+Z!G#Vnxxtnw+J8`cNC;g*FQ>oYU>qn*IkD`vr}u7DsJ3}m z&V&IJzShf~{P*zKjf%Oe%yPj;Eaamiiy-^WwjSYwQtTJv9nK5`%EHk;>y$*uWO9~; zQ5vQatl-CU)PK5*v%O-PC7g%xQz0ZPm4pm@D9Rmm*xTl)J&l3(X=hfr)fzQv*Nd^z z$@)bSku_Zu6l1IgKI`)FY_AkMmWklp)nE!Q0y(_#^fa%_sqJLbooHb%7}5wMN({QT z+GyR9v))!N&~CwIGdz;D&FD{>LQ`l-)t~=++V7Og07>#go5AgoEc2&@h5ptGa5Zhw<{UB;WtFS!b?AM5)S2&%^d zVIv8FtH~2Ts`${9t%V+MYNR#N71znH7a4tm4g=EUa-py}Fr1CG4!GJi){QNh^GumR ze|kYh`;+7%8*Zm%LvejJwfeg*zn9 z%YSWj;l<<8!~Xiz=ujWFYE>iTE;+u?bPJ$eWON=Sdey4 z#pcUFHsaw-_9|olMT#(+-_>bB*vE{rO(X!+zWZw!2(5md`5yTLP!Bcb^c%%Om4&hy)!}k0 z7u#X_Qy9$E%Lf=>T8$W~T+Eu!H?+GH)#>$ltjn-}t^FS=Hv50I5@cjz_+N>lX^qJk zqE^`L|3h3QzEB3l)X~~I0bB<;(~cWX%AWbBL;9UYA(1b@HCCM^=BHn*(=IL`=Y<>Z z@ais$jQU*~7W|^4d*wT<{T=S*yEt8)^xdK3`!S;B2L`)&__4Q_aBJ1Bfjubg?&9TaV>%5RYOpev8yI0&kbfqZv|H5(l>PcR<`@H@>o%G$M>*d}wR}|n-c45>l zYJzl~VD9eXkp4{ix1r@myvFlg$SOeK|8Q$aw*=p(k#8hxi>YMOf?>O}J+2s%EeMl@ zgi69h)i5Sx`4dz`H8Mh_`JJpR+bbg`YN@wCF^eNkwk-`tOF0U}bd$$Mz>LAIiGnoe z^9BV|AP3ASBvWm{`K>WOeUdhl`$XKd4T{iNjkCUdy;+#_xj*yqUR)ooOGB3r6D0U)aaSAHDBqd*KF2F?xND?jQ zFTUr}talgQR++4xi#k{I)DjorGC-lHFm7W4z2HZ;#liIIVkKmsyG+9UjSE6r0bjDfKXXoxJJB2_3GA7Mgre8vY;wXkhOcuWq;(b7ny}7GlI$3*K}G~^xP;99@vG(Z`si0 z*(2>AC*;oxkS&d_8B9X~*_^fMmEd44Kg=7E02OGkiR~wr=3(n;d{H@wTL|C-2uHKg z5+vw4K37F?->5E_s%e3WUE3n~N?@3-<*xI>QgRQ?_%2&dzDk;WIkjYC%h*g$XDO94)Fk-GIc+gE>cpI24y~LuTlZ?cZ zYOoB+$7;<|@;C}F!<7?sc4HZ96*sAioO}6a>F{(CJ$mAD7M!TuEXf^)@mO#-X7{p* zm?hAwXW}S8s&8Hd*4TJ@_eXesQglxBL>-Mq!d{-n5=15)l;S)#{UpO=BLSw^OcmQ} z@Ez*7WQGA?#rWinM~0Rg^x9yx?^qClCetZ;Z+4Rltvw-<;B_lwu%&=wX|=_Fi~#DwAZUBq*g6HAYfY=}5e1gE|d#(((Zk+EIKp4M0Uo zmc{j-h&gXst4wc;RA!El`CACaCkUJ1*mL9}?KV28ON+ljG*NDL>>@S%b(H-T0!*6& z7GO%W7c`6>rGR{yB0h+h9q*Jpr!V*ITKmZpVBRFEvS*++Rcn3ET5Z`C?3Ke?s;35_=CqxzNzn1i_MdZ+(3TAz>- zeXN*64Z`&;E>Et`rt?O*5s)XQERh`yhxAe1;Ng2g4LQL>rmSW?{h+Ga;26e$G#yV1 zZZWNjtgn%YLw+b7usgp)=f+OmQ3UFNXrt{SpA&%4oDkm05~tlFt4R5 zq}AMFgS*Mg9!g>~Yz12WQHK%FI#v@>pjv2fDtYJy``cyKHzLbd9)Nr;A$}%u;lv`_ zH;8~Wl{_OQ{RBN2z-|gg1O)GaYJ*qBYLo+{oG}$q$o#7Kmu#G z+xQ{$82TH<&#G#ce?;mUAm4O`k9GlnKvvu#moTxuDPoyzmUPb;^0ePx0BS~LP23POFPQ&%xbUd=5@?BnpZ(j5qtEoz)beM!ajyemX6z zK){wmt(g8EZD7!bFK%^*Oz`Iq{_N^!Yf>0#g)9RT1W#~oA!`$1Z!UQwdvW~#7<(#mvuxY8ZQHhO+tuYR+qP}nwr$(mo-?y&_uai8?ytzmjEs0du*Qh;!T*fH4*Zw~ zs>-K1pw$1FAg!-Q7yZaG%laE)0lq)ABNmfBV^vokY*qtCEr1|t?W|` zK5fx6oK6L1148)Xpk9HlRLgm8u$&)}jF4;U9@NjZwDsO(9q3!g|M046hHhwY z<)q*BuJ1 zB%Yqz1qaR=LA~P^b|Fu&txq+{zu(Aj6DqlFO8Vk;Wpur$WsBX!*;7__=zW_Qr0Or6 zuI}y~JpTT|BRKEgQL-qMv((`+#YE9iQTeL)I-RKv!ypcGcNZA$!q~SWR{xbSiJ?iT zrhCsv`CU*vY80;6Ogcg{IiFRpV`dC4dzGO!Cgfq|NtrOQ# zp0eyEf$^%B7@MC$1+75#Bur%e-WJ5cT3c?ceAB_-h`nf$nnYlmd{Jpn5zZ~D!k58-qYl|f< z0Q*m#{Gyd?=JKZiRABxeUEiO=m$e@6v!}gs{=YomY_rccc2HCz{L`>`&7CK=wEm@E z296LG$$L{GvU8Bb~-J_)r0dE1lC#~#Wk>02G z@03U6ZPvE;D61VvHCQY?g@`ASKTfS&Y%jY)dh6d~yXCbpz2HR+H?S{GH(?It@=0NR zf*wEh)@{qp6YDomXy=XBLpN$3E_ODY*oADnnBB_(Az9ThON$7%RK*@qUQ6EFXf>&g zmezTHCdT7^SNxXPLxzvTW77QTt&h4N==&&X4vnVlnF{l2m51D|hmzS}wA5oeYD_=n z1U~I#X@QiXk+UA=-MR&k91OvqJL`b3szXj9*_(XctNGOFQlk$wKx?uPlNqBQmAIJ` zlUVI=f;gN>wJIYPj7$x6Sa35ICs1080>5)eAIb+1TvdI!Y#^U0gkx*#tu5=QW1p}Sv0kMYco-h^yOn(7>ZP$I9wA;2xaZp9D%ObE1~1W7HDdI zj~w1sezaoObQQNNE$pl4uCmfod}~>{$D?NJB(<^3DdH+@TiOP`nbtz_;d(X|Lp;g5SV+^QIG8*u5TJ-(N3u!5QI3 zIsuII%({N-8(3Q@CuQ*7HQQ7N1dltH)sAO}-fv>C$B$5iKYdFT>OH|8FhuQ}_bZA5 zICVC6yNZ=Ix@wdf)4HIrUGxknaETle{(!T$i!dWkWwF^y)6zYqLevmE|V=(3#^f& zdR$u7-L3r`No%T7h$I}?qaullLpJV=^iYBp7=Yx*-JYzhE3@D(yLV@X8>#}4+ck;< zqUg)7;?N`^+iABb>&~_Y@_6nsvo>6&CPkVx@j4?On$FuiuQsk=zJ=`fD*e(%3In#^ zHGEn%0Ao!OR5RwG&J{!Fc3cmIDV6lXSvF5f;wB#v2WG9T=3)n~i^fKl))iDIsncLj z;#C}T3vf3@xNbDVd9mj-oi=Skf6}@`(mfvDfP`a1o|x3Xk!y(1)ld6h?VUZQV^XJ9 zRvF*mf=2F|Pt3`IPXYa*R*f9Krr{rYbtM*1X365~9jP6OtkL(&%{C?4taC27keV0^ zm|96y|JD^%7MkEm0g%bd+v6QnxD~Y!=~#rZsS_lU#Et7w4p6xRGE79*HL*8=;u|W{ z*&yku`7}5br};-c<5zAO(VMF{5yQZU$#v#b1DYN{ZAH7BDhvT-yS0g7(G@lZ+nzD( z29hE?0xml17@@a`OyRb*=4$S7LR~VK9D2mef%@<~QgUNV_GxVeu=bodCPiz*jc(>H zbgu=P43jG*v8oTE0z&pUA>pCosm-&BTc&c-H(TS9qJ_1Ht%D>YZFVE|RtaaSW7_-3 zhrMlu!12~a3x_h{PRi&?Xq~=6>zVBI&K%NX^bA*#I`PMlWO{GoFA13`T|GL$w+_5= z3Pw3v5Ml}&3haUPt+nq?hg@xnbu?|2lhA1`RZuvxq?aO7cq^1|U^hvpP&zu|c%hy2 zt$_4hRN)mtWayz=5G^At9~w!68=z)XSX>^!cY_JYF>%WK35wk3@#`(eWeK)XknA>j z#M=`zu$js6;EzmVHl(9MN_yfoVgrz^>NUiB1IP2KO(YqS;8rV;Bf;xgPwm7LJnNPA zBJ!Ey)^bvf0wyXlny6d*s%$)WeTZ}K*_Mt$BcAfJDkBOr)}m`Z7yl#p&JT>mmG`kn zdGz;`ynsSoYCdDHXB%#JeP|mY)+k#0ZAm=g~5^Uan_2H!Kn5L+ytvvU}u-Wq7d$HJTVU zmrXFIOsIy7(?~QiJDHHniSL7`PbJCN#>LA*a@yh#EV9%Ws-*4QnmqX*a__URmua** z(NroBnVo9T~6UbC$y`%9-J zBVHytsJWt5y2rXk%vw;2<#y8dIbT#4;c@%SfE~B4>$i8u{t?$Wb!<2uA2RBnT;}0ba6@aCMiQd_*&k?3?&-nbR^=44CvmB*%!# zBpRvI$|Y24z=r-x%6`D%tzih7eE|Y4N^a=FZlIc|qve?)s+Ff=MA=vO{4NP}hZ)h+ z0{>q2IbsNa(PH7O^6&6GcN~&jzGWr!7jHF5m*$$M$fA%gyV%dFS^#Z+mNGJsZ7wuh zWBPRa%NgA#SLN_R&iaEu>#sjpTG1B-QmD%{XP@ztv%JTY!W5pLE`9FXFk}>91yEV$ zrk$T5lDG({2ho**+9Aou0mkH=h4&NZ?9OeNqEv-p9&NM#;h29KM z$aCBI>!T)c59He&g>ZF|G2eNU#}>_2S@j$#z_~Oi%Z`2a@>k}l)LWYQrl*1F);F0R zrj`dKL1_xnO6<`QphXq9@Lky%o+zNVW)t(E2f6BOk4q2chHT-F^CX){BeSj+TDs}! zfpc*5Akux*CpkeDQl{?1C8=w~iK0hc799j9VBa~9Oyx-p$K-Fuv0z%~t?MOucZu95 zc270k6g_1#`xaE6t&L{GHyqooxa1z51Ja?#dspkQyO-C|PA&=p-m-2qsOdWIAGnWe z9T0)NCnFuy=k~IPzq+%(ZI%3`vLJ9YJQsYh>W3>7=P+x2LAtv}^Y|I`+vDEs&Z5>^ zYnYW!3J%Bug_Kd-plP>&sjdfXAGxytmzjE>rhEI&N+`}dv|1A@b)7iF$LXW2@59Nc znTq3W5eHvXc+n!lTi!u~ndJrg_r8L4K)XF?m|^_d>>+H~zivd-e_uS+2nNMhYdKPP zHrlMf87olCxbv*iji)wLodWdDgY5(Izd?5-J*?3|tJqBpS)?Rd;kRR_{Wpk@9!WM_ zQ6*)E)YF4uWCrZ7?It&19@UN!hlb2`>-0?(F^F@poaR z8UNF{?!PqH*#AdI;ILME3<*2T^f&4^aCLH7B?t@`!yfCNO~5z|xVEyLINZxG@@0Vt zuB!4jbBiH+34D0M*yt$vik_d&P{`-+&~V^yuKv!?ORnE@ZSTY`erm2hy?)O`r18w3 z_O2azF$U|D$>l%4mGrfnxAa-qqwQVJH6i}+KfGHtN>aa($L!VL`u8XP`&rZyw}Kz9 z(irJxXU8w2m-eaDi5uAHftelPjhXthzMs z#_82~T;9ywi%jIEZY4-dD{VnL36_50Evmk`1BkOI+a@}WvUrC1p=32`vlZiCtexF! zlFWVnwX*e^Hb=TF0abc0b$``JG&k+WwW7pZat2~o25a}19PvHn4Mo=q=sjbl)D<~l zEz_QkE6K`R!?vvj`$U*cegA~-wlVs6KbM7(Ljm8gY z()K|`%@~N#ga-WiMIy;XIl;i&XVH#IKbkPk&kbn0!Fr*Lef4=2+XMU#yfy?f8A$?5 zKkq8AL1Oo}+k4=!@%vkKUi-$J5A7h;pU04F?JB12$frXDkDOO`xcnJPS^m-Y`}w(; zTs^2q9CZYri}5 zvm(;YRXR7)N;GMHh85p ze~JbDV4WPkNy8#itio{IRvWk}SwjQzzO(;Ymt^piZ~a74R=9wPXwpt+Thi^GS2rMn zdt=ko8&KHUkPzwGefe|a6gHt*XZ$^~B}<=cquOAdhGB*wfP0xiVo?w(DUptzWi9vc z3h}%eSW4^n!RtM=)sMCPIp}2S(ZQ(z<+B|2C#3@U=9aw_e;ke6-QF142vv)*+9qG^ zZ6_t};@QWC6@^`N+@R~-eOM7vXgmcXe4n6#@)7Fpp=RQF710Y)&EsUnrzDr5^6q=y2QbQDEolBA!7QvjS0S5=7MTuYFNbsG^+)5@^i#4nLwQo# z-S7Q(xe}kK@pUOkDJD5_5(@zTiM;^j%85lBqoYJ=if3peUx^@WI!J z`73n%+Gjoqk%Q(aA*PMzQzT$a;abx5okr7py0FTHUNr zPkK}wJjo};(YPtxg{qOwa!kywGHfD+#AH>)w&p-L_a8UYD-ZwBk2y{9nFk*wS_ zUExjAi@OQR>!aYG34^rfK8yHWG|XqiHbirouB-9wjr2r(#l`K9(0fz(8`9fZAwB5p zX8H>Us|zI>G$aA}&wW6ILWL#6u?1gTvXgp1yZcqb5eM+n-tCjV%ftp=NI)u7Hc z=Z`+<5Uz;t1UJj+9@m5=sUYnyG;?gF;`(-xgH>zFg&K)Cg>1IlX333fTGKh-K;k(V z9|X>2=FV-Djs8;H4=Lk&xg@PWi6VE)%Abu%A{fKQt(-GBOIVIAci9K|nz1e=xg-8- z0#6bZ)kZT6O`NT-E-)mENLcX>65M$h60a!NSp}#LQB6@BGfdyB(3tAQsOu3H8@k*} z%8~qV>hNcj>`}6;0AMHi4wg!xHMQ;f`aG&XWV{cd^B2eh41Og@-0}dW*})GOe_56q zuObd|*+{uVOQQB@v{M9b)!wa+7bb+dvI}1G=9(_eW50Haan6}KgPu0MRTw-=^iBb0 zI9sc>y+R&-K=XX37(r6`QHJ97+L;@i`M+lMbl>g-;q5vk_*p(ei|qi&<<#Z&Vopf zt?`P;uiuiTAf)HEm***vaK;vzb0r@fJSDzwp7O*Y|BEBQ-^s;G|F?5_pYODvAD-_Y zr+A84;MFruEx^T%UyY;^3_v+y&tacd#4Y!nq`~n1i>|14VvoY zg@7cl!PlGjs^kI1Hi>e*VwP2|g4|hzyJ#@1hX+g_tbSS&xsl$V4E{lE?KHFZruHHC zn+$x+(@c)vgrnbwWhcviC|X=RvPnoT>7%2^^}y&@*0+uY@>Wwq9i%*)vDn)phmLFX zQ*BWpGT5%-cp4fSkp(#n)DB!bKE$Yh#raSCh9%>Bg_57j;+jTs8=yg`ma z;*Hd#Y|<%{FOn5GrpbdxdcI~#xi6-J3Q6@U`N&LtRYI`xkAg5qz+&{}eu-uyu8v}O zjH2J?=jd3=Hh7PT53))BzQ{5{PAw>t?2K-3XhSB6hO!3EAQXKGY|18jj$jv{WzA*h z%@Yuhp+3S%d{-ih=;IO16Z;Q2s-qqcIUT0sAzrj>$T|RX<_gHo=Jmewhx;K2m{Zgs9j8#Jq6l;Y@mqQaxT=pS%I(+}WZM=eNyTRWjom zhKtE9&Vw~awYeD}2XX6+^qw9bLWvTGcau-NE#SEM3y1t8EJ6@r^-H(DCSs(oRsZYqOlwXmxx6%n`?85-rz8YGc-3J z#ql>sAu2;4&1QSyz=^B|4HCTc3EUzn5w>4Pf#U^Ff&?-eVV!T1GFwS2y!NB@jt{f{ z+Q_kY3Xjr%Xk@}aT5#Oa6iHKr9_bcBp;@F1E^_V9Pmbb55Pi(xqDKJHHto83M0(=e zuMbG2LK7QS1#wQL$B_C`vw;ou$&~v{dcIMbh|?az{~<4%mt4^E9YTJ5l6RrNl5FW- z*&FT?Vm(9DS;YW?hEbLea|B5)?AnBmC}aRa0!h2}WmurEVQ`{kFlte3RjaY^$GRS1 zighvMghPGZP7|YL{QBxL;{}gqeDRwvx-jCDl(Xb^3b)A3q7CJknKfx)bxj%*_}9CZ zq{clmn$VS+AzA<_hQ!+**xuiUxh|on)?Yx4NV5R2DXyN!tk7hdZBoK|Duz>A-k%Yu zAWgOx|E76TCBR8fdKluMWRth?6~uFj(2{v$@+s49_)Vuq9kYC+Sk;1sS8*m_A6Bp7 z?OzLp`LY{)zx{%GOr?ZNgB4Z)mIz^Ni`qCiv^5CloEy@NO;&Ou$H^eIJxY{hewX8e zLTR>~4QSiJ*^2DHn#1FzFmz%u-r)@|Lem`NayeO>`s9wvxh|-t}>cQ zJFfu|zpldRG)o9^IjEr!j8;|?+5JLkdWEwh%pZn|F&9X@TDcYDV7X=kmv(t(oysz)4grU7U!}} zTO7$1oysx(J46B#Peh6w1(>BRMJ`=sK%=v)(z#Fyy`qd;ivcYeIlSW1F62qLdHQ-smWax;?ov|Ks<{hBxZUsAv3GwB)hNR7SI6<*m)1;XPvcu zy7f+T>ro9eq&lpBEq6I=Pq|${N9s<~LhhQ=16fnrJss5D$Z*9rdy~%BN*5ZfuG4SB zfKYVw5#C*QF+dL5R`P=?W7I7X&iqqA3p;yzLd4;u3Id65$n&%aI>H&Pw`At)(EZ$xcgg6l z#C5RJzaOHqC{PFu5aX+-dDYyy&;fK8v#GWd7%r)VpU}as=^MhKfS^O=qZ?UKr=tw{ zXO*#DXv)n|?|d_FAB5Q(x|Ikx#i-3O9C?Y6g|eU)zX{y0J2J4BaW zH>#;509Rb9m5-pco?)XvFQoI6@wE*RQY@sSVWb2!Nnhg`$`3av0OsR|tlsFk=Oo;E zz;jSowiZ#_()~0Y0Y=B{;04f2|LW3zr?K8Lr^kXTRz(s&G7h=6PJ{z>#>`FWnX138 zXqVa-qaC$)o-Va)qVcgNpVwA-Y!Rb2>eY3*w5Up&Et^9PWb|d!xP&=T`kYI(((=4a zxi;{-44F03lI)~%>?UW>v~tq@R`=;mddS{mhqmOh-oIQg zHTJj&XTyrmRUbKK={Of8yg&Jk0$kiSl1kaQ>$^HLW@RkAm~ROB~I{ z4&X5OKqP>U*aUV1akSL3l;IwKQyr)qBqURKvPb^G1v)9~H8#Cz(Eh;%(mdYC$)NZ7 zb8mh_d;Q>Z{V!fu&r@5^Pj`=w(%B74T1QPl8b@T&f%moL?I&~9XIM{lXtSi-bc>P< zLCj``d1F@M#eHVlbw}K3do6vZZ!;+%FLWFXx8Cj~?S*xugWF$TRyXklnPpj!2bc^hBT%A&=HU|JU6iBNy}9+AcEw@Nz|*rMkLjPHd-B1~DsC}yatBfWN%Oe_?LF2$TN zs@jC_dS+eJ4EK}>hG4&r>R&Gmk(e~Nyt=)cxYLqCm4Zj-V4_~d*(8;#h$D)dRyKIk4%#0v%r25f!Mjqm@#5| zEJskPPb=JNmoUldS?X;eou)U5Z1ENXMwv?mr)iv+!b-ZtQ2u$=tW#}`1Ve2`<4ktJ z3Xco&{u$$Xa8eM}hDA#f5|=J}|FelFS$5ERtfI?iuJ$esrcA0xSx(5IEM{|-FvpXc zoEM#5p$$PY@u2C&oLHsgXR8_CHd4LoOLW_F&f_pd>U2%?=pk0hDbL`=)dljyN_3wU zpnlf7ULp| z12wc@!M-*qZVIU_MHg2+P>eHv3f9gxg89?hPw8XEL*{B>Kc3d}rp z!=Sav1`XEACP8E0J=+(LoAK>Uf_`^hoLCHKc&=RFCS`q0qXkS1mpd03G06Pc)0_ ze)(vx-GX9LS|y(o7nY?jE%>N^WNMCUXipF;yY!=nMaAwIP|^D^g-?>H%(EsYYUvqH zd{Js4L-EA61A~J1T*S20GKeeYeIy%cSKlbcq-5il7Bg*Ihv#>|7*4otzQ-wr$5*@# zm$fi4&dY@Y>(pd4%me#qhVY(y`HzC?fQDVF;SR&@U;C#WG$#@538xx2M8ZLyv?MiH z2ls{mdXND|d&582+wKy*Oc$s+g-Jq4jxN<%P{Un)Z0Y)M(P_{{`I1suYMM!iHUlM9 zneLkjV^Gd|)UG90_ z*(}+f*9FUFIw~xvc6CyLG8AmH)IaAL9?dYIGA(V$PvXB_?28Nn_{KY~`kVD8yKO z58UaP5sIRLD$I3l`xx`bD1ZOvv=;F0nD)80p$C|=1Dc)UEK;;| zhNO+#tyo5U`*pSUc_*?`N?3T*WDJglEw9Gp%)hv==DTcA!7=!nGL}^i;Wfdd%xCPD z5i={|Xh{Z;y{Jo`>V!VVHCTl+#pY{XCZ5n}WBS6$OLRKe&WUL&4Xh1p&DM;!WJM_! zf6dzo#n_)<`4^ow%$_~Cvuu;7{FGAp&F42Myb9!}yv5o4ujh_i7#*#b@##n^-! zeqYP-;rAu$h&|{iv%3Ky?R`p%Q`5peHn;k=mXaOTSLANNG2hw5QjM=t6}mFrHmdp? zEI`?-jJkW#@j04rYORQ(A2s2Cn2No@v>KFtR|^@IezAXaX6pFn>q^q7-hiQ2vo9`c zxZp1&x|L$^=B7Pt&IgSr4%NvjWgEO(VK(^XpRBdR(T0mv`P-FLivW=@(F z0!uIB<_tyyz~gZo?c@FW z>9F?Ve~mXe``1LoDJ*v`Y>3;Br%}l0nl0=KiKrmOh!v|-iK#RT9#!!8d*a|@<*sC0? z^LL6L!ey3tDxS-<*V4wnR2TA;W9d%?RAmc|sf|hVHwU5q!@jbgU8bZ39{0{_5aQjn zGH?Hu5-Ovt5L3O0{{E(pELIWnKyAPAk7&2I3S*aV+fBv^F>w*(X8R;jViU*yyu_5* z7VniJbMwZW^rf0IVCd6$BsU!rI*?Z+QFoklkuV%{Py7vK#}t!oF8eKDOLRB10Y-$A zM8^9u(*&$n8k0L+7yP{3JW54e+Rn6)Dm4clhy87=3N$Gz!ry9uX)*QHf=t%i8O^l3 zb}ZqOZVcMXn~Nouznf^&eBXTbfvYmm7BA8*dTW{vB{Gf9kXem;8J^T(8j9>X{!QTV zJ}IJ>W=;O(`~)%}r@9<@<_jC4rCBkz&3$Fq#1FcjJPdIiiR72TpXq85eov_GSi-fQ zf$@ho?3H5Fq?Dd;V+XXB?tiq+U|{^v)T8{;v$Wg*g>lF$jm};i$aEf)XeHwptvqYh zO3(ld#8{!5$|N=>slZ{A;+mvh^uQMz`%_0AY!p};SYzXAL3d(&cc5wZX_bdEW5v)= zqW<(@fTWt<%DgY9a7avYU5GcD8)V4f9Z|+8AYUX1pw3xT77|eF9Qejd02MnyJi-;Ix8RV zJ>x@*9bvAS5AGiYr?=D^KewC?y&SI&l*Sy-n@bT1IMC zXw!VfLjKg?bGjRXyY(%olne^(I-NR?SuPiPcsv9Jgm|aFd zYk+$=;|uqqLSX^yiKCngG99cbsEAYt-9lurosxo=kDdd`&&#CzWVj<0^X8%M!4z#qvsP`eXmZf9m>sK0f#Y6`3ijZalJ#~ zED0dAI6eWWM5Fs<<@$m=sRO*mI+=Yz=)~oUxdH6nXZKoIoeNw6_jy=1dcWyEtp~H5 zuu`O0l=rNmo4*N&4f!~p%b>y_e`L>{p~c4V;`peA`#282G_>%}>0rjWZ>c_1BIciP z&!4po3oOSp!~OkDa}h8YVHLtkO@pStS;jI4v#1mU+Z6QHMN)+t&@%OkYbSCkt5_F_ zbu77ZN{}sG!xr0%W0te|FG(Yqdq4Dx&(jU&;U+*1-LzXwKUyReKbW8662lqK=IOP- z%>UXpDEo=mIA|P~I7W0GoO17ePc7g}KoBf{fx2rJnl*dV@35Pe;~7L0W_A`Q>`s(3 z#*}{@0K6!M#_cV&&{+#Tb!5r50JPB#1)AhL!eZ-;Jgj6}+{4&XpzU#^6_=Jpo)P%G zzW2B<_I)D7!P>L|ZGOEC_->I!Y`3idYsN-~vZxhx<)NzuzZu1-8UE@zoHhx#H0L4y zbTj%IAR^^UV5_$ECIz=u;ZslI8)J5nT3)9q1H9SuR;{DitWR02(f_8mAjh0w8-2f6 zq><}I)3G+VUIOp`)d>V6klQuuTVY+XR;B%_BUy5x>}KCF4G{M@`)8 zyl!Z^`mffq1B#PPzKX-ZdMgzcehjbaOtO3p|G_d@|L@xyyVtXVlf1%Rg;KWHhD2c| z+~~*7c^nOTXZEJDzh>^}^oJ?}txIFWkQRVCif;|Mp$vDMgg0h8;>{gMhQkN`3^ ztEpp+{*IhJ-uCu_5Yx?3|D^UvqzXxLXpqfT;ei(CoT?g{nev-!#}q0pIq3eXr-n(; z$x0yEfi-Wph|l!I0r4}?y4aT;OMs>h0I;!8UHdtafC?FEc4db|sClrS-kXvTK@p;& z3g=rYjuN=-n5DD39f4E;8P{`G6e2_P?z!>|WPvFQZtFasv-YK8WVVWElGFBQrc{&R z?%|EaIBu_;`{0lZ%f8sv?XBt9jfsRT?)TwT$BSlYpx^9Pq)I)PuPjEM7(}sqPr@^p z+G5N%ViNwvPPAk`4fD(u*ztvul)pwt51pWs0WH{K z{gs%xZ=Gg-i_%X>W;5H1u(10pkU7|EmOh;vTWbQFdTLWBHkr_PUWvzgzX>AhzhgbZ&*S9b?%n0< z-FxZJx7+*i_rs(8!@)lRMRz+J`M(5II~Iih^Re&eW3=--`>EDeU+68G-QEE!#IEP3 z9mi?ic8!uy8_3H)SUDEEvzVXr_Nrj!34lhz4WYNEEJ8t9@s@7eH4;JrsS>*pR8(yGRdECYt-< zHZ(!E`DPnD6&6~RJn&X}Lf-rnva|t(7OA8L8Q@hAlU+%sUetDQJ7r^cGH3mktvoVn zxO(A7_to>?X9Ja9zUL>C-Si5STnLMEr-ia084Gl0;&%6MKeR&dyY_Ta`pf6@+rD>Z)is5$s^s0)=z(SxvTC4S0hR47Z@w#2tV5^p`EeG>2h!Y#u--3Y9TRj2OI#Vd4Xh}KLn zUoVv{6sL9LC*yF2JZ9WgI5@uv?#<1aNBFO1BrG0<+ zy$8Yw(P9KMgpTL66x5tfTO$!zlkD2L-h-h@EE;lH0JacfE+dPe#zbY+dJNEZ*reqY zLtzz-zi*=t7L`h)Xfi+{$UwgBocXIVMNrGeJT0>g5QVA`L$T=6TgoYPu3SbHF*vV< zmYOJL-xg(HsucNJ5OGpFK@x*|jn{cAspcF<~_coR%r$J=7z| zsBRgUc?Pe%5cWdbcbY_a8IaPxhQN}7lfmp~8;x>{{M{ClQ4xYN0E^22jCrt_m%ka_ z)Wj$j{(0udQBWE~R0w7uQ}HSG`=J!oGMHgC|0^NXWndaF_H)IRWirCbeT^cZ(MOP% zV)+K8##HTcPx44C%BFI(SF7WC&L@IB4e84`CjnagEe#QRMNy4+25jo<%Y-M{(N!29 zR*E)qB;)-Zs4QV-3v9Clp~R`|;avDvI<+MDos}ekBx~HqKviv$kmiP5OT|?mdZuYh zhC~OAZJk*$Dyjmk$n@ucIr=loI&;3+(9KpiDJ!nzR`@y3c5nvBI0aMk(MGj%W}Mh; ztmLl|5T-;0hO9%3poV(6cNt4xpFf`pcxjl*;H#*MSsrCeyHsb5RCx|GeSs^6_}>so zb)t6!C>`GyRyC1AoD}b(wcgrWhkKS_wACl6P5|-i_En3u{1p9y zf151d+TU2kC*1 zn^UNwGkw7s06%wL=_trT)0PASxD0O-d`F#*Gn~x})nYa74Lxl3{UK*546CxVx$R>A z8eaLN(;C$c7|Nbgh7yjlNv3*d8|{P*(F^;U3d7O(p`_YmKs2Sv$Sl!L`?DYiLjv`M zhS#-|3PBda(r7HqL19B#UkRJg)-;ScmbgyEwamaveoY5g`^3+RzP19)4y@&A#1ERN zFT0~?)dK0wh(p}h046k=m3Et;o?-+enVoq?Cbsa{yP)M~HaANRoF0{HvtFt4nP-BU zLmm&i6+C5}Z%o7;=sW8`{e8Wu2=@ zhkN3+=%KrJCq^Pfd`t&xN(`>=Ui3gEOC2%YTW`5YAQnL1B7+>}=)2FsH)|3B+x}7G zDsK+UGRPPG^1HNzt%!dhgcUV5kSikxEW(oqn!{KsjuD6*h4BI$YCj+mBNk^UQr4pmwpu>Y%H@w2o+PpzGqn!klBn#wr?eMwkBlBYa)| znC#Z+u&w9a!Nux*PT`BWXfH1ZE4)FaiLs+a#(9qFugiLyPBxt*iW~$qhZy?QD-GYm zoT*iBJS{-S=7-a$7MnwX^|a4tH>%C5%nM8&<;QMA8$(HhMgdFgjWBB0egSSxCPCl4 zLL%W~$fLnB_J}BCkM(t-ADGPaWj-JF zT$ONu?UpBFWrxv9m(E|q`(5qtJaR#KI>O3rN6R&6*zItcvKSv!F=jXh8|4F-N6HF# zb``$vZ|^l^emXPpA4fSt$mRoB-swb&ME&IMV4i!!Tt2+kDp0UV_3uz7FG_K1U-Nm_X-LUrI&4@U)@|4Bp$DrfY{R8V1xmXdg zRI3r1k+~cjn3WE|rGp(U!c*T-#;)re=4^NaS!p|h%{m4wkhi3u;*%j`#DR$eZj=%N z%$m#T`q`jx=+t{)CS(&7RpO5CFLOhZ#5#mkuLZE{1OHHy0;zm?+Yw zrGvH8oy{#IzT>^j-Bx-*fLWLgt+)e#(t5)JFN9?q?p~V z`{(leRa6?WS&L38{LDi4G-oEq|Qq_a=TxqL5HNn7NykU1haVl*X@T5F}A;RY~&OBvix zhY+4EZ0=rdWx)OG>KZXbR1$;PD<_a7G8)HuI5vV#=$z##eYpC=fTc7;T zX1oA%V9$!{AL}&G1iD}eomi3-&G;;a=XHrLJ(MaFWXnE(QW4}{TO~wSME0mTu-36I z_8#K66j6E^4RB+y@;)8sL#1P9Z_126#($_7;{0%wMCBE&w`)7#u988~T8;iROHM9Z zMoRAYnATJ=Q=QtdvaroY$pT-VSJF%+)(qmZOWSZI=gQM8|6`RYpE@~fwVtR5kBMrh z1}f2@)mU~2g|7`L*U~>?9D_QsXPkfYWz5I>jOSfaHGIHj0^2t($7AzkM9oh*@}#x6 zCZ7~gDo1Tz?#R7fk0;dFb8xq-?tqH1+54GEnox$I$F2ElBBBUqOHTe zNi+iQr6MfF79k}08rKvX2r+yzHhU+TlSYdc&KxVZ!&){pqD@5D8Ngr{#Vf!Axe3>C zf_1V2%Ay!Y8sTdWALWTAWyg|)O*Xc@egapx6$$y`e3tX^*k^p zv0_#u*3+z-X#M}#cpz%Kb!s5{7#fPD^d6o#B>lOCz#;zOqFU=N=wrC)vz}S4^k^< z&M-1k&&y|V<(#2l!(mjwt2N!)hepFYycZr1mTR$1z@mgdZvE zZeTsxX!;#gDe9p=8X6>Q472~The9@>q`$?*6q9S3Z7n|>@ohx{m$T&DQD^W^_VREG z`mmpmJ003HqMZ@SERHog$TU(eZN}_J@@k6qx1bHPVwK)?NQ+X9(AFP#a`w?=+#798 z@nT3aUp3MZpVoDPn(+4E_k~|gqU;eIYDT-Z>LkdUb zka*lcGsu_wi$)G3dKC2F<%^Ia(-61(7<|AS#uwYMsdaJP`wc9A6G;WV(gso)CY4Gg z*UD70G0zJPu9SwzG)q6CT@SBR;;UKaZaWLi@Hl&3t;SY9#XSfpZd#2&Wq^O9Y)6W( zkC#ofoTeuy5YWrfQSsqj#xchm4s1L;IAZTK96U}9s=&dPC2^uNJNNUBtkU`>(%Wmuod8G zM2EISujHyTuw}(Au(In4$dNd0mc1<+FlQf%&IhA4!9tWCWLFqU#IEA3iC&lm48%M4NWvo+$!*n*NbsL+7`CZ1-$h?F=x+cQPT(P)XZbF3nYG%@ZcfwJ zuDJ`-gaOsnAF+dHO5&|sS~bZ_TU$?}C>y6sxUDG|xR6uiwRTv3MpFR$*!ubfA?elA z7Ua9v&U0l*hP3A9E_Q|ToRp*@wk1+E5mfFcDS&Csm|An#$D`K@(FaN{xp{7=)=Wgft(Oy%s29lp%b4l@&VnU)ok)jL0+G&wx+XGT-7#_7$fME5Zzy-0`JP6G0OB;TFN3sIrIPb*PzoqUT?|3?+<$0BRolG~uF_u2^k#pQFdEUeD_Rth&;BRV+&y}qIIxJpB-Jot^hSM)u1TFKC z`LA6JxGR9l_UCXhNZ|}gDkNQ_p zWeF;*)%DFaR(rQnDtu1vvM2 ze!o}u`cVIPHUIwhd_R7CnBBc=pv?sLfA`TV(D!jjtqddeaDVstIyHmgiLN(@VjnU1 z2=V^#mcA`u?Dy9JY{Bk!yd3rC|IHq8v68t&-_ps57n|&snq|q5C0_r!v~>BE@aOk{ zp-tUJbJ4~ftZx4{sd3d^Y1-pTO>H4*Ki)MkC9OTx@;6CuKr<=+gO6b6d2Q(;P3yA) ze}oqA8ZgTczmbkdBK0l5zM&_fI~smxk8zqJG&r*_QlnfS`P4q*w; z7g1v}WCR}nI@)AkEKh^<`{DWiJ>>;VmpMF{T%ES^NZhroPSbk{-IoHdx~txKqPptK z{-mlFZ~I5<$XCMpxU}lkC_J-E63YgQ)_xV+`d;vmJJXGECj+u|rlEQmbsZxj?*8z? z7?WawO>0g_k)KgNouwTx{K4iV=GCZYD^NyUOp>^$S0UJo_X=JSYdjDwDIf)~!BSJ@g66srQcEknN@4?*QgCGOVsE+_m<4?A`Oacl))TTP zhOmZI?*C%!oz?>Zv^Cp`U9oN3wr$(CZQHhOI~CiuZKKnD`l9#w*2Q{?`A?032Q`_; zuVC6vxA?s9bs?IV(_VdPt65uBg`s;@?dPUMW^I8k;`e=;P-Ad-6xr>E1 z?*7!o_$XyFSU3BKz2U~734hIg?cfhY+X&(!21%d{dZe|;$^Y1lKN=VcPeqZZr!c$=IMAc0Def_{^v#DDhsAaNfU-tlo7wv zBK~1pt1VYKlPVf1?<)2WdNZnMfeXu7pRuc0g`>KlPfU0pTYw^MeqZM8=FU*(JTNjE z$g3PcFcQbCHQ&;f0pj&^Lvq&a;TW(7p~#-b&2D- zcO(K3CZmae#gH(Y`@oT>)MKM_Me}K&%yw?5#7KX}r!SD3eda~_v^|<%b8}lZY{ zXb;_Qe8WiEgB+xqT>`t4{i~O{X8y^09JLswktIO)^W@Jg_s+FhE9Ai=Y^lS)A`U{7 zOY}~X8`2-;U9XvATYVGBRX9?rS4%Zd0zfA*?>Xq}%i6?6)Jg@l-Af|#}V97FV%LLto z4Btojj0dWsv3PpjA`$D3*3UgPTdpYXhs*I*)n=z{eLqPpgSH6}do7rVi7HV0yr=m4 zV(%hz<+|C@w1BB;u+SZkeJ(1ti%-^P6=Y%M+bcie{c>FQlvN|V1 zD6ywIJYQ~ttaSr8mJ~CYXdgjN#GSKBJOZh`>hahlg39v_Zdi%pV%`CIuH6ywI&RS` zwt-*b`nxC+-uRdnSR=c@b+quH%ox^ChKrnQ8GZ^G%dvMiLf}0vMwX^&{8{yXo9?q_ zoWM}-o~79Ri>;0BH$~0zu6||93sJ=0b+ryUM#}$mHp~je_EU@%e=R=>F`8pv! zCoES8n6e+rEw5U#b_cx|IrSW_ZD;#fhIe6W+ z&mSLjAAQXnohqy~cEmsv zMt4%2f~M~wr@vgf5~)BayJf}Y3JzIY_U?(M=Ow+MePXhoq$0dquf(N5MKD@NII6Aw znKw@O*m_SlTVF(*25W9homGAi5Ll5$6r7zbCUklZkDy}!V> zfJh9}?XvY(jLtj%AcJROv(qA9WjQO(IOB;4T!dX^-R4VNHor}opxgEFIJ;qEj$=%0 zV-!q0bEu@hOLNU|jqcHVxm5Y_aJwT(c=_ItT?Qo!L&kr8V1i7z`|qMUJQpUG`C@I@ zpABI5E4RMMtC9^^3_$1PhBG@Dj=!Zq*Vu}WNKEgBc4^{`lBN9Q$EW< z^}J>uk2Z9d4u})~XW$Z8*e{LzCmB204o+TrHXd9vLmzte)xdAAAGi$Ni{FNua{Y(k z^`+VWx~o+}F#)nZaFrB|YC%3&Oad~)Au`hB9)eYTAZ`rr38Q(dK#Gf&;&O0BE(K#u zPtmcrQGj`GyHXAJnjkCp@=^Bdb+9^p1*|BAHViy>C5L=T0t$wq1guP7JIYphf+9g* zube+$0NaT>XIpJd%04PZcIfYG8L7lOnn(4$)WWBPhU@h)# z(#Tl?a!~km&FwHQ+QY zCKf$zJ#)MFoUVnP?p8C(=eEA>CPUWNwxdsY*v|?!VByT=@CM<>ym!0<#@c0#l`MRx zF?f@ppJaw{Sc7qb9p=rl6Ou(nBKbFB@Q)n>e|*OYpDvAQTbwgakLvU(=gNZ*9igfJ zld^r@r3yA3zJxuXpcY%i&pa7v?<`Ltgdg8Jlz1sJ|oc}=#Rek$rrm;h&D#`gAw zg3CYCoUP>KoS5stJ~@$`I=#|9OtseY#{YLb`9HE~e3>Z#3@vCHG+pPPZm5Q~rKMl4cuvhmZdZSIWb zVbjZN-HEw03xH2GI?lBz`e>+976ulbwyg|Rai2%fYgZZ3~Z=}qUnY^*Qu zwa7oF!B4S5{IB;zc+-uRw&`7uf4!jVb0VLM+AR#USF#W0vB*Ei>TCutRHw4Moc3H- zO9f4m`>6E~LruhJ8C1^shV%Y4j`EvT0AFo_eT=*dd?%%XEPWNmOyCPqKm zjPjI58gIF7bIFguEM?TxN8O{&Sf-GjryzM?%@KLkJb*%03L#BfX|^9j^2t z?7>np5LN*}AZjvxf5I{?F5U`qK1XPmPOQJ0+3hH6@6OCjiD>-Dg(+M5Og=g<>#s~I zTk7N9Nsvc2{d}h74tA%3VN6(81vCk;clIG*Q%nF)pL;@1@H%v1{LjtF3&mlV{PmfB+~8j`=muaOQrX=cFD5 zd@(h>^)JUp{&P`uX6z+#9erUH~@2B*x;oohfyMC#qI>+AEXfy#nEk7<%EnSg3=K0h1{Q#oYTZ3pQxN4(rfsR$nx?Sf*XS zwd$Uh(Jmjrj{`P^Q!UMJmM`S7L+C1Vg-2KYvw5Y#G{s0M_5cGAtI!=oAzZu?L2VrTD=>!Ax7`4rG zTIDS~@svQ=19R}MIM+)hB^{S8q2}|dt1mAS+EW0!LCp)Hv8YH z@0?n`8y<#i`{KFDI2~@mX|9cprN#^-Gn3rL)NDwCf43sX-xX}1+Q1MJv*!K!<|*XY zeB;ppL}oZg80n6DUo9-f^$&FE>FFn5&Tbr&!dL3lsYNp`EjgRVFbkx_y_t!2omET# zKv~()QE@wFQZq>WMX;0&OO!OZ_{9wVfF$_;Sk^RcAlTtd zw^nW1CL~X(=sBV>U>!ym#o9>3A1M*LLxO|@tBkjNZ)m2HjN{;EjoJM^qqfcam>qwa zE2BUdoQNQG5Zw$>xE1p8P3rjfy>RVv z7$e7$G*7+ny7lgpEVaXXnK``)UQcq`ISJkxvP=@1>Z$lxv%h+oL?UkSH#}X^oaoNeA(!%7 z6|omf*D8LECe(r~ibn?Fln|1h`^dl=+K6v)`ZKo8N(ll%wlv5t5B8>A!)>`RWy@?N zcmfTiVK6#P<^1d2m~Hvh#_j@r3v3=MfA?YdV*Pb}0Q7L%VARop~{8E}*J3Uro=?t@qILX4gE( z2<43SkLzKJ2LPO{CtMdAlw_0*pAm)DeH6$hhuW=~%Tq(b9N5VM5Z#*whbv6BdLk1Q zMN^|)n~PF6^NCENzOF8$MsN0FCWkWl+z`#z9Q!fGSscIQFEJp|BPtA0y8Co7$(2zd z`eMth>cE-LciK^`+XK;%Oqv}tj7HNM^@z3Dp|M3ke21{u@*q;ea$uAeQDw+xM%#c=Jl5F_GYYAMyi4xIYuzbf5w70iatSXrebVz?j0&_YLYR+g8kI5U`PM zDo=)t+w9&2V9N8^TS?R7ArN4r2LW;%+%yaQMuc#qi}ge#VZ(c7m(L@VyQvCJ)f@J((0pN7U{}BMDo(qR3kZ&}u0h49) z$8a|Y-QC?09_jRG9}2(z92$fE$ZBnWKdJV9%TEAsj*Kj zYuBKB>N>is|9nyb`@yMzN>&J6Qqk~q3#mZ+r7*u*{t@F}Oh`lZh4x!o+ASSVZRP=c_2zxuG^Rz3wgp1%1vIBJr`lMp+zSmWD zXIdli6+$4AX*Gc_n8%Au2bLhL{7SfW1BqA_>wI*4<%z_cjK1=_Y}635y-dzxxT5CH z<~gNmjQ)6(NKJHXSnz3}bw0a==JEiu>?X)iEut?g>M(v28QIHX<7pR3N7Z;5-r9T# z1okF4pP{cPzFr%Va<0}Ji$aip!Xa*0Z&cXd>agD})Kb|C{MaWMnAB-2dl#RoS?Gk; z0FQm=MpG?u{d&Y;UhRe4Iyy!0i7ki`HM#yD=MJu1KDYRGtSr19?RFT9H^MXn7B z?C!@56a%<7fu(}Pr?r|kp=bP@dUs*g8+b%Oj&|Lp_Eu^yv`>T>s>=1I?`D{E6G5co z`13LzwI`=h{gIe%Y}$ZgSSzeif%wE4n!|`kg>odyHhO%Qcb1_$w+er%%`A!e##NQ& zXorD^W@deQ#7A}tFPbE`e=E!{?ad5Kz`{Kbrnt*8JO6I)nziKw+A2o)`+>6Zsd!r; zxmu?ne^1a!;q_zj&#yv6iwF^hmOt)EDoYXgTt6Om&-N%_nCT+sKo5S`ebr8Efo zpvMdhEZWw)%!E~J732lVUAY-9BBo~Xg1hB5s6%N*i*adim=aEJ5$S3dpo*+s%7AJ# ztpYTXn$B$|Oqr1+3;fYHCD4pXP85Ul^rSx0YlYbyw|nYZ<>@a$n!0-pe`2+lTJ^P3o1}7K&%rsFN1W>Dt^GwmMM6=S9 zG15kiLQCDbQli{!_>pi$**IfWjHf- zEZo}zp-bO=x^S;quLNR#hh6TE?NmqHAkyq*8Z4hKavi*L5}z^Ky96YKz6Q2(S17WO zIhIMu@Dr}Aav4VQ8WgJKLq(=*!30mFz!yfQIFMyC6+O$|ixB`n2#d|;Mwpf}O7zhG zdQLhEOewqHG~E~Fatx{`{nuTbH3hMof_4Wr1nP?o!L-phOiB#91y&&?vaKubi6#wDbVjC7@>lgBxh5_7!>-AdwynRQGRF~8qCnmea$bQ#y~UV)RFWm~c=QTb{g5Mx zc`uIZ8S7Y|7nrS=iMz7ICPpjgzBnN&rV>Idw4;(P}Z+j{`F&8aYsThshPC+N~so*#6_7 zt27#}0(3_H)xNjq`>mT4_H@TS29pQa+8vB1H&TVE{$VEkQ8aBgkM8Wwu^#LvgLmwI zOYg_LNTk0Y*a=XVt)uw@x=`@n7m?gYaLkP#_IRdK+CwvcaQB%`KzNax(ibW86AsxZ zZ5REfL)GLgHAQO&M&0vW1u7kn6}~P>tff?eva8+PPvMsQjEuXDlY6dd{*?MdXJO260M`>!Lov55qAc!s|3?izQH7&?ohJay?=>l*Kl5w2WW=~QzrgwnaBXW12TMIfhCSnD7GQ+AR7 zu?-1&IR=30nM9es{~dngkTxSa6kWp;OYL2FQv_YJ@nx|=dNb#XCvx325QYQYS9C7<@JdUIUM`vg>yPe1F}on)%A+PuiE z51jZRhh`#E6iht1d*@R|AI!P6>++A|TZXJ6(OxW3CQi|fGr@%WK9`)qDo>Y5ZbBYO zC4r69O>fWlA&iq@6dQ=ht>c26cQ3icU3vqNxTen@GtKRFw?K$;7Why2@e-AG=b&7C{1Rve=GB0URloko#1@fSrtP>ZgY z8DeHG0&El{X~i%i3R|C~F~QJ6yi8U&JKV7*jFXe<=rnLwwJRQEfIoKi0UG2OKwMF$ zoI<)Mo~w!3xZnLbCkbDY=fKhSoM~R5pD^5PI<&7R_m%`rJ_$T3-h8prznIOJ3C=Z1 zj-J(B=2qJlS0@w->RV`% zzHtb5{sgxCnot>!C`g|=(!dqeX?WqLhH#|KgUPzLrE%UWlXP}k6#n3y%Z*sSgdcl> zW%VXI8L;vUQ#Up|HkIeGJ>Fi%uzU5fkvD=sPM-^av0!_x0P|S7;H`#iB7;dRMjY6} z1kAW1@bHlrES|%i*7 zke63f8iw)nh43xA4@G0%geJJ2eX?Kd_xUHxFs<%k5MoyNVNWuYG@H(;L_4P6i-e_u z=f)p-uqcHab6Sk-l*Y}Zz*9oj$8vKNVZ`7OEHdC@&PyE9cbJX{qM0!Q-&f0%<5_MP zmj~PLGuRhpvr9-)*CV!ydpA7!po|#x8kRm5t|yd-fF6AjbHjI5$=^aUm7u=FTN zzK_}-3VcSi2Vi=xT`4t_;7VtBqGhP9ztGXRVV~DF5euJT&hiLB>Wsw-F<u!2$Cs7Dv zwb2OWz{(}ICJ-|IQ;ct-Kb=-}C8XM2LV-KJPCZ9J9_&!c5eKOFidI-8v)e%!^<;^Sj(8JhV zd6VOq=ixStz47d`HpA?BuVQ`W+*kkTjS?j3*YLuzseQWD8JQCQbcTVrnZ4S!6Off6 z{S(o^d18r)XC2zM0(;yGXAbm8@sg=9ONq^>g_I1HS>M>$a?GZ<=;k$PMOQp(k0g$i zxg^%kkB#rXL|H_@%CM7_5tU%h6kFSTSzbM7cNT15TCQ!Ot=loKSX}vKf_2?>!-|cc z=QkkAoK5O4B)m6{3Z-MSS@N{0MInVKi`m=R;|x9IBpUx5&Ws)g|4 z5r~|-F@`%@DU;1xUu0{%d{`R3bi{#n!GT3lefYo>3RBn z$@-&-0%GE*71CZ>UR+lrq$44Ah_>$CkjpeLx*t~?V*ZPKsKQsQdG(mT1!cri7*23* z4nA`m0tf~V{&>u7O=B@MNqkaS_@Z> zcNfob5xcG?E?KG$fDBt5Dq$)~NQIh{l4jm%pRtrVR0BABiUY|i-h2$Le0af#4cPR# z+^QB@)`E8ciX3Dc7b-m#k%(R&6UL{DhSp^?F7aA7p3;m_c0r1Dd!modbC^CfkWitF zKmT>tx3AN+u%oxF?@@)Dke25-o1GZFq8Z7VCVv42E`qVShxALs6R(GeXs+U$xK5E& zYqZwmap)eLqkiVxHU8ij)ucDa4q3&H#s;nBhO4vJ*P%>J0dmX4@Ws#W(J415u3vXuDajrVr*$ymtP(ALP9R?67M)X5BwfsUE!|6M0`|8lPhS>gT<_gb(qk`+%% zuaD*b!(K0gAB^^Y`xip81(&|OnmfyFWh`T z$$J0veBQTwer9T6IbuBCKi8ioqg$t^DM^$l2OQ4r4B$IISI}`$Ww$)vuvna}v>s{V zZmv3s(2)kK5~NCb+KOv%gGOMBzqC~z9 z#ro-m63nmdgUwI|bu}kd#5dkGpC&}@$*CAO8>g*3V(I*`ZF+L3>jPFMWZ)KOICr*f zl9zzsNnjBE+@>(&?KPkZZ}|%>n4txiV$Q~HxP4JL3)*~>$%a<~J;w*Z3VjlG0)pIE z+4pS=eL@eRP{clQImWM~+PPUQ2XGA>0&zD0R)l93V|r2cVro$WSyD zQd9n`>ie9tzllN?uLyXTm&7%F134V+%am;juL}5L>`Xydg6;G7cXAAqZbCrC3Gg&+ z3iD7glQO(x`6Ct1;*vlC=1Eqf+97IGRl}~dn=4O!v|A`4$PW6~UhinB7<=4TJYkX> z5_kw+q|_GiGu75IZc*00m`ml44lf(fSZnN%^>~%g?L^c$sJRb#mECz>bzSaWcYLBX zmlvi9@neuDVj7b@egZ!Dy>;VC>BBzRG#M1-gsS~3T9U{&q6$L_+Y zkBaC#FUh~!TJK_I&VEjCHoKm`E{=A1|C$X4vVg(5LT`Cj;;#R>FEkP*zJSXn5!2jjq>8s@W#j!F(#^PNdDzh-z1;;`j5lzyPggnY4N{@ zj2&&L8@t0%3l@pFOq0)7ZYMHv*;;7iB-U0 zktGn#LXxyaZBXMv`Fy1i9))STIP)Uv=!5*eG*E5(G|EX**i_2ecn$t|T1uaV^H|t3 zp8Pk8>w4e@v*~#8V~vM2rm%t5n28MYsaiwpp_MV=daOu4Eb^YJTLWAnTDZ;WTIQyw{{^E_gcQMELJh_Lc@}apr;wS z>Ei98goENP+6k!IB>tt^k|{M~_kAfc55Q0^;VnvdlBb9;doA==W8`dmyyxZgRll$z zbEvWrBjl}|`vLwk6KrG^gvQZ9H=kf>FyJS$>Nt+s=$wT~f;FXFMC+$QS5z`V$d)LX>Dnl*5D06u7reXY3NWg$7J47AvqIF<$lbUfjz+TekStBk(T6k`a z`O=rpwC`a!s72)$=@~_{&U{%E&7V>v!|jrqBK}g%8Mc%V+87zWC6J+TJwJYHEZ%Y6 zcdgKQSj^o)5X%I67_IRfE@*2MZCIk3mJt-CGPq_6*~KT29QLQqg^5?ZeItkb1pQoh zB3kJj?Vqf|%-k&F3Cwd+^;|ecJi~WLaaO@=%ArjH`aI%gXu}V(6pkZFaA|vRa-Mrx znuH-u-u$-!qATvUC~FDlr5!9~G9d{Vridg>EY2Iz>5C+W3qyP#um8Ha+$`=#5);`U z?F6mPo1|enwcO7=$m}lIBg(`-vP|Ac3-=m=ipy3UgN_)2)-tinXB$0oiMtHMqm3Et ziX^AkYQ-85DEa881pq6Tg)z|#lZ9G0otgzZovj3|vyChYMU;UlZ%+tjp3Dl52m<1U zi}?CP`nko+2#4|MbYn@PSgu*2oazr>?A2kC;EF6+Yu|HIO-a`x*n~v{ngrXM8pf$1 zDUM?QW(;iC3-oID1>tM#Ng|C1`&PwSS=`ea}#OPW^;b^{ z8>v8`0W~q<{A;{LO-T%Vv`kH%u$5J)cxX&HTM_GzD@8*-r$G)6_|u-6FyGl_fLW}g zn3<2m68+NPMU25coxbyxBEp?dFQQ*9iV>}$%4J^tps4}4zR@lh*AwVFzIa5N{!3g` z{=zM6l8{9$FAW?=_91sPNk2YO#yR1jtr2^lJKL%t`P~vF^JJ8sl0GptF?d^N9jTAM zFeEAqw_4Wnb&E+_S{{?`-ViS+90gRTx3=iy$bTpUIj|!`5#x6bbcyH_3G=&IR2kc& zwCG)FqclPO`#S`Vr&&YxzU4Wxh}jjVH@|M?RSTQ$n;x1O9#6ogdr~jXHhgL@tsLBW ztkrfJG_+Jwo6d14jUwJ;FP=BbJa#&Pp3OS+VsV`Qk_bpEpcFW~D?#$)B>)HyRTC&I z_9C>Lv?HefJ|12~TNzek1iqM|{wqK?)F~#He_lU6LQdz@m`_gWsWsIoN%PqANj~T3 zF#~!E{K9BId?kbU86qX(nF|FQ5DTiTo5^A$QE2K*oMnNgNRy~fQ#o-3DHaJ@Pb6?Ho0ZXd%52zS&|>2i->I!8>O&g&<%%7?2ceGQ=-ow9B95bopYvk)ILhC z>sQ_h9zq%lkEJA!Qk)vu5}XaOU1R(L?PgPmqw|#KqUzXBHK%mO|0~jOH<<8*C|5hM zaMWH-Z+jX%AHloYaE}3+b=8N1^F+JJRk9s`bG!b0jGwg^ai<|v$oQh+hkwu{cjdwY z!0Nvn^x%@!x69K}ajqcT#0+g6#M==ZcYoL;dc1c3caz`3K8OQuTu%|OCefg5W-vgi z$JMKFhNGHDyeGR*(KZ{T2!5LH=-HZ~qqiA%!Lv!=A77pmPtA)DpjlEII-DPT-T@|4 z%@0(xZ%zwXnYEQ6rL~wlD_$4g?A73aAO+A_aDy}M+dv7_vCnUfbUeh}}&F zk%HAs%(RMy!tZUoX7M}_TPaB9^W(ysDD~_{aLen=9X3HmQ2$*pX?q^KEmNZao{y?338=Qd?%ADHb!Y`;s3@R? zT;A*)36_p#+0F>d+cvOHc}!?@$Ubr=H-6RGZue%PIC1hUT+XVEY4ZOr6K+*+HkaAv#}!s1$*i@aI=n-imKD~0`bwYL76{y|Xh#3N z>;_;Te>aN|MiDg5z0&+vh)FAB;VK8ls==m{r6Z8wwJ8HXRQe)zU_fv8p5h#Ai^ftk ztfYC6s^FY9TZ%tZpbOQJNGj)%pCMCuysbdKMAsU0dd$6rp6>ou@`>dnHUx4S8$fhKw)(MMcnNdXnagl$Ga>mgG*$TtdX@~=kqdzw zR0Gh5l5}nk`sh?Hj)unwoxh1wv~mOLFH?Y#);73rTWxaVaa3IU=K4J(h9HkhQMTsR zuKQ|i-PNQf?%l||qvmd#u5V1s)hAH9u>mV<-y6pt zaL^2MzwHLR$OpxZgxpT#MB7%BE( zO&%I@da-zF%XiN==b!0R5V1Z*>(AzgxvnCKbqS`HI`X8(*r_GhV&@^pbj?;|FuPAPf(P`Ml##r^)%En zRH9;MPM6j~nLiH5>TIa7cAn36!(h$g?NVt&y#$)ySHg#ClCbFXN=op;|0XgK=v7bA zb@lMzrHThLzXddFH?6I_*@TVD2tT{4}e~_W$&_jV=HdcPnXjZb#A9a@#OdJcF6A?3@7PPNHdJCbeaP??xckX&L&1s zTz;%(-ovR4-rDUq>Tk|miLv&QB-!R+*5Irj+%l|uCxzZf7IsCt1 z@Ts_e*mPdtaloV2aKB*isyio|^uetA4{{n|c}Z7E3vuoP^i`O#2BB^b<*Mk*V@X1c z7~X<WV0Z`p4OR_IIwC2J!%FpdAjOB^P<^cS*%fVl4=TB z(1bxng#ks80qzbYhw6X(-dFX2!PRy=hi%@QD$Qps?g~dADt5?^Jx<YZx&Bt?G+hA8QX2KS?z#cmG_44PiYUNO> zm!-ra3wr*0&iF)b5?ihpjDn)L@$g8Kil=|lowEx(AOxGMuxa z6G^33fXyrUlA3Kt0;dbqG)RgFBW57d&g z?kTzs0AX_Q?u+$Yj!dzOvR~^H_NI(FNx~5tP1lMIV;hS<_ROb?P%GDk7oMj4uL$^d z_L5N>6|BO(bYcJ zIN*jFFTY1_VoeF-PWNk(Jw7(HB%Z#kr*l~?0B4mHhfcO>B@6`32pcN2^oH3fM|f)x zDPWptS*r|5rT13YkS3f+);Lv6ARX-TWS5wadm1f2nkDakFQ_|C~$ja$)zmS zTMn+=F&z(}4P#f)!N9+skRez}kGNRdQS*NwtpzKQw7_L+lmqB8e6liUZwDO1 z?u4O{y@u*x*BGJsut!prg6+l;E;Ei?%i*wiD!{N1a_bc!RQ1D72`AH+8}R@XQr*SL zI()|O4%92?qX%gu8D{CEM8PzG-E}=gM-nwN0sI~AcAmv-iA5^c<0x#-wYB@s`Z+{U zldU(fasXUVi{4v$(viH6HZEk3R1W9?+nJP4Qc^$pd;Z>%64+RnFVo5Gq!+V~2(78B z(mt&my%dNEZ~a-1BFxf4E;qsBwE6-+GA$so%babJ=gSSeWXk}ilXo$n zLD3w*zS3x^p|{U@?Yd#$?(j#uC|OfcZGcf!8Tm~H=!=^cYUQyxaWZ+!kGn;ybiFpR znCDPX4bs?jt(vuoTw@e^Wq$m}P_-S*jFqtL!{+^UORp}*@7RdQR3v493wW^(j$)+H z>-EgnR-@PVKa@lE|L#PVp7npIynf4J3?}RU_GG++4gHowv{N`dh`7x7b`W;8-@M{= zOWvEiub`!&RH-?!N(b747rsDbsf$y7c0oiE^D|@w@bhrCfcp8&+4D_)qf2Vio&B8| zrMKK>UP=r^Q$m|qpW$Cc_#@*hgM0g?t5f=03lo29VY-g2af$q-1#dUbkH?;t_rBJy zBsN=W-OtBUtT=doQBs?=$50zLn^$XyWA!s<9qrv(cHI1ds9zH>*7Ke0c+m-QOeJAV z?ydZ1l;C?(NU`)yn}K(g!tI6Sp&$88p8lEx2}l#wNqmekx8B+wCmg4~Ztk;6+%q%J z^~QuH4OsO&5p@GJfuTldtb7nnmj>wcDS&l)!@Ed8k-_kXfb1sY7%TV2H4#_hvNE;+ zLKBbGs%)WC_vv%w!+JXcFYbbx5*gLK?E7s3x+Th+s0MS7@38B`@VGkv7Hlp60us|4WsT6Zjnm)OSmE2Nx5yezcySTC4=)}pWa6DDG z$CAp#x<)Cve!9!CdM z9qP(W9r-u5(2Y_frK+i98k%!Ph>*pP<@HsWzaEtg-+ONpW+iRiqBQ)i`U=p>JRxN6 zkzy^1_eAk(6Gi^$_&67ox=T8|2Ba@;vK){!pMT%)7u?MUVo5hnjPw-jn!0Z3+q2 z$H4iE4bl_wLmrTOhKfLKRMn0fB}`xS#Q0-qJTQ}M=Vi$)5CswyRaNivQUGI?cu`GhCC_t;x~ag>KJ&}h!k63MoO~O&x zk`7t(aCWGzK!3B1UspmuDD|RT=m<0RN6yJ!MvEK?#esm2;qT*9AkH%8lL?+F7H<*W z=@Y{hPa7)MV@~UqF>nPyhhO71B1b{f6LMoKYLLl;+ET3oqa6>!<48~}ox=||Cl0@< zqErz0j)^ZAD)^lYyCy_(kyp5td-5$K1r0XaI$obj$n3$}*A(nUJl5~KS>zWtGN`=T z{XGqV=OzuJ+XRt4t1%<<0G-gZcc}M8BE>i?j5_%vyOpV0ciC_<1Tl3y7nda?X3h^7 zr%V|4?`%X^)8~-ccW}%`wO%vRCKlvgT^-LRi^ti|XlNw$%iv$9TpB5mj);!8sluB} zWe`rqUZvNYPc%2PVwgo(=t>{$aAZ#9lyx&8+O=Syl_Ca;9;wOYb&%L<6shPHpp#3T zba*T{tMmk3!qn1$OAR&yQ)YIv)@26l>+DY1uI$tk)?V?Ds{5QJSz|a4`Pe{lLOAEB z{TXcaNw=C&8$S?s*%?bZ>G%b=o&cE50OG)pk)Ql1000%bn6Bt#ds5>ouoI9My~|{& zo$%kxi7S3Wew9;~a!~dNo!-QnFYre^qV=8Bp(qnM@M2PZTJ?*9Fg!$2=ZDoRA#<~2 zB4DLy$?v;Rdu?ZL=Zti+_;Wyt7aYFjO`x&OB&jxt2EQ( zlVdVVJ=+!R@rSQhit%Jx>i^u#8~zt#?+~V0v~_DnWMtU3ZJQakZR-o$wr$(ConhOy z?WnwUpSn-|Ri|a>JP}k4yy;7 z>9T>0=oyrGEjE0Whol_Xr3G=yKi%Y+X7W&6o&5t1knM>p8ziTGoA->l04FapDU3^J`D7Rx!SKjqY*U#8*NSX&S*;(KNBK14E~N)*dEhnyHG5 z5e!g_iAL#sdS1Q66hmfYkdwdkAh?+W0BIM0`rn<2euL+#P#Af7ooF2U`qeXWh)C5~e( zK}+nc{*$LWufXg{Lyta^2&YU8EVkCaE!miVoy{|f`hs|xyv;Y7mgq(W0UTzyVdL_&YQIFuQ|7`ERcjNvoZKt&W4s|eCiZ* z4c(6im`>U`cb;4FMyND14^pc}a)nUJ%Gh_mVPtRpi*oWY@1Jhk4C08^9wz5_TW__9 zP^+YLOHca;98xowrZRNSi7+{Eu?_*0!C6sxu1AN*oa!#hJI`mcR0V92j^Wf;a3zE2 zoqdF+@5#klE&YVPR8&dZschkvV_eP4#dcDH>*xuTc&`A|5ZSdrsxm7^Nz$A33$@vW z;|?L3DkNzXm6a^5hpKJ9XLBPbm@`V%DVfgm_}9(yqzc;=y#pyH_g!!(t)U*gvz=k~ zdR(BV23Jr0oVAX3uF%Z4jy?}_Ts}f#dCAc)XDvT)^V^@)(Kn}Rahjf{O$CaFi#V!p z>`H&c2LHJQZ}c0{rivSAOr`n1(^qzea`iT*c+aNAr=w_^-B+18c27F!tMB(pe}H%1 z=Q97(1?IonQ)Ogl`XBB_x2BXWG5i0{_|#RrfIxUr)M@3lf;v!pgdG%>;ywT9NuK{v zcwSA9-!e2BN=Kx;N8VXKIw?Sd{MQP}@;Q3+h5vft`uZu;>r2<$P1ozwDupx#=Cu5=Y)d)04YHdGuHuSrhcn%({Jui`}4v@VqA5&*U5QVIfZMK)m245_N7}g7pze>l5f}e@=g74bTQ4A#d$v%>J5HeXKs91}^1^{D*2<24<;FlgPjY9?Sy! z!^hSeaee-qGxMvVco-ac-6S%pVE^YPDJ%|#S{Y^)X2PjH1ES4VL1iskoMbv~=(%|H z3tbvb-=)nh=0s0c%4M-&>#=0@($<<1H3Z(m=l24w&hH{Vqbh`C<$=bWqdTZO#kg(} z>l(U?^T-bS8q-ZJEerbK=sW*)%R>e=EyfCOmpZY9yx`_ze@(MPf$a7ozdBY~Jq=!2 z2`dgN(mU4mIqYT~ydD%_><4v003p;6g zu_!_tk(tR5*DH`-WpDveTX@5wQV)<3uQ59q;tp%=<(D<(xgCtK;f4xU4a<7z(d^zX zI5Yj!}S+5;d4ge!-Vt68Z$+*HMXfp z)Znm<85iCjQ)O?l6nQXQ37m0Edu#V)T;*tLP97td3UA7a*j!eP4b2#DlO`rN<=wy( z*AT8|L5x0kqsQE~8GV>eJ%bx^?9kX_YrmQ@9^TM-g8K)HFt>o4hg*h0I(r3i#kx1+ zOG>@1tzU37s^5nF9dY{O_B+gtN_L+S;lnLz3O|yqsL;5(=hElt>FpjEM(iHWqq9ja zZfUTJ6=ta9-CmUpdWI+eLnSlmZf&lcxb)2AX_cp{fOg*|nl{L`l6=OKVpuh3AGX(dZ;vJAwBKgjDB6oNS_HBux*on7~k27&Qs19?ZMA zC776s1?(IPGLljWTU6H0ETlt9|B5iMRKuUsSr*x;-C-RyT2+Ku;gltsv~=3s9W6&I zaqA=MYoBxU#s!O0mY2h2^K7-U;f={VEh$>*rQSNR7-GFpwI?-S^!B<;Uu9W8*kOUg z;hYN!YyaBklAw?B$nBTnS5i;*eVt9nG1Vu+zjrJzA(EuB=NB~^dm>+2o^Ow`F26@ zWWUcxfPJm^=G5+-0&l8!vK#r-$mDo_N4NNpDfBgOG}O#~jlNEfxKU-&JDZj9?!(Vg zJA=X|sCHd~c)Ymix#5W3rDK>ir=1) zpS0g5*e&g7|GCRa(%|P0sdmLEQFEKtv%aW#^U%@KbA|fV*+~%@=1=*U&?kNAgzw!( z?%liV)0^Y_m-G9xj$C6JZrj-t8|9Hmm#4!&9{0k<(~TKr>d{f|%0Jsqw-i6rk#HK6 zS2`p!39HD7*+-Ic3aQr3w&rMI@52e+)h0xs8&P4_k>hRi_i)AiTW}oghU+s?P@A>g zfV*<6V(JIO1i>Yb^mJa8hx@PC2p32l3i#&b8JI@OhQ4{b#4b3z0eS_AU4q!g7`} zP3|T)6&80nRXOd}hkVaV%q@nxbx``2Mw8dGO%^YZ{lfSNq|uTDwQFLvs1v5fod`QQ zeQ=SDS{I9fbRkRJPfP;uc_|wN@s`_mHuYzmb2p0KG+SKs z!z>&t-@*8IWzmzOx$Cm-mN7P>n|WEfi19&s)YG3R;2>2q+IbnWWAU)j1!SUb5`gkf zM>h{87A|AwkelsYJ8Ag5wyk;+O{@e9Ht=`Va_1PN)|^X1g(XhJ$e$Mt<_VuK6i9z3 z#>9_AlEta%+b}mvU;=#En7n{67e46lnV7Bw=3M6)lu-9(@`Hms90tSXBpDqy$TX%o z=LF(prjmB3t!M+?L4)IdMTr8fVt5blK^nYU6~Qb0CZDlrEA?gC4xUXax@gE=P=P3u zvY-RbC0z??nm&g(W5doGL0*j}jQtJQiAB05*fJ4C_j!%{+g~dIG8o2^z+0`@-i;D% zVRI$ji9C0#MW64wqJmzgxM$_%5Yp*lMhj^yXe2$37FQjmgG)BvZxV}HffpSL>zv0+ zQuSpAc-Q0W>+D2Kr|ftc#W2O-o8+~a>pmv*g3x3D>@0aS#bFXtEr4qH3LRC=S`jSv z__s86!yE3kd1!ZT#}xI6pd-iTA#QTJL4h$|Xu!tHlj`3}jhDMiGzjdQ+Ul^ziTAIb zO3`To9_4r%nP~h>ETLfL#l%^kDAeE-X8(P=LL37Ai-cS7tUu|Uw6gAW+)%g3f}-@$ zl&3XZ*p}I|@#D>X3NzHd_Gf{h$rP0|HxKqN_F2l?=6L6Mq{ktwaY$&nP~k@uqOk%X zTIRhZkNB`(sx7LjDBoojKsE0vgk|bOAT}u* z%Ag4cq-F)u25S~qXPQ;cch?>ItHvYZj3>D27SBMf`~VU?OaMmK;%p*;>#^OWFD zWymBtK+>8hz{4V9G^qOTIwmqiWwq8+&_6)jT+H42bJUDvINAgq<3D_y{+q*ImjHzM zlB%BSB=^T)vZELlE7u!_f{9agOQZjp1=a*^1|w+)r~__s{61H3U!JHkogF^Qe0 z54-9lo)ZL=m4;6uO}egij>JMWr&~X#HZ&dTYgt)WOrK-Up3@W`js{8D9f!5h5 zP}0VI!Uk+IJK~SN_tx}0ZDi|waw=jM7e{8i)JaGv{N2c0mR?+9Eb|WUTF3H;aAK5T zxpzSF3OV5Qsp9Bd!P#WeX6)JS&`Tkj4~>zV$RG`$%35fw$>Rd9o?!hEg*_;C&~Rmf zyXz1k$4JH`Q0ycJmgXlK?futoOm=9D3~Je+y?9@V{%AZlyUz={Ndv2hGpaSaEvzt5{x}c;{*tn~y0Qq1Wmb9~R zSX}D`=P=9CqLSDi*Tee1ooneSLhy#&FJcN%srNONMd5Yz#m;ipi8w$ufbp$mFg0P< z_pDCSE4;=o$KGBLUTXCVr7iX%tY@EUp>Hf?`+yz%4yLy3AZZebUkJEL$s2wTxg+oV zvu!uhyKif#(9+#F$tW@jo!`>=u@aYM+_b?9MYNgEi)W7A;b#ASoL@u04$KU#1mIE)UgP~gzL2R@4Q)-LSlAFe0YzvU z#@4lLw)||(W3O`7c>B4VbU!1uz9TCy@83orU)CRwm~19NY;Y~D8^=kvbXMfxcUv~L zE4_L}EYD9x-O;()Zd=Y?tyFyRZ$h7(L-@N-xvjk|{M#+`!fLjitGFDpY#0Wvp~g?G zuK{gpB`@Ogs&s3Yh5-}(x2f&R`L@|&kr5AOWW%upLfMfu_@WD-w9GEcW1%=(@s${qAu~wO@wHo z!q9N)g!PYLOMX9CgZY6>6!vwR$~o|hN%LW+_q)|vbkhBR2(UPkKY-*R*!UwWjRiQ| zuB8gaLoHc!ZKk@SHH?O4j7Gl46ckOU)Vl;(%uu2`E-pi1P(W(|MY4rY&qf5f22g87 zzIbDInTg+Py{=KDlY2^)Rndg~3qE0airECE7QJ)XnAw5lCHP+eVvf=rE#JJ1ovHD6 z-wB4EziL6Qs%hPp*e;V;KrSyr6Y4xWymXK^)4cd(K)QN)h{p;zWEu=qiJ!n-qcARA zWTmi%mH|%%SPFVWtnMjE6-;1Cw+HMjXbsIJU7H2c{ULbhoy9T92jg%=H^ag*XTPr_la`g`pZ)s9)! zuL-1Wu38HsKnUG~U{V=f*vl0|P21%skukk?mSlJkt8wl87LPelx>pnuDiOm?qsMUE_&={_(d`3Bc`Mvys1qA`2=jwG zrqZjlN`~%W_!ki3s@y1rtEVC>=nYC2(IO2De3#D|s_)N!ctnp z6(IypKGz5GQB$BS7PAE^*~S5dDU*@o>AC|f8H)if630PGy~D(jyhXR=ygw-Ufj(ii zSTyz*AWCdGv!9lUEW@QsOpjWyIL+CZt8Kgv=9cRk)Tx>T%%;cald6*dHM1N;!m^hp zN$Nt{6tQU4KsvEsaXG=pbS4Yxuco6YmgZ%@>V?2OxrdMNC+3BAM99Fo_&>@Iw( zs?X#&!Oo0e(y(EJ$ORe>4o+k(88KY4kk2^lGGUg`qzo8 zLB%__1%K%MR?b*nF@Dtu?06$Q2BJ?_Vm{uz)dGFx8ay57=gK;tka8q$asj#?t<`5g zCe%AFB`HNm~o3Y=8_1gRho+g72`4LBhl4&&Qg zcW~3~2jQ}-;q>go^3UJeE7W!#)q`%JvKZuxt7iafq)tjViru@`^cv_YJsem^L(6bm_>Fne$?nX@!4eKFZs@#5BxPQ zi3!MA5@~(Y)wzqJ6Lxx&z=gF9X9(>WKDp5cEWu74ZNYTee;U(%j9`y1v#UK*#VCmh9Z-k0x z)WYV_f#pnMKR5&a+`d{96*qB>Z-%A-5} zRe;m3+Pv5rfOoLmyvZOIfOZ61d%1alYzyd`MPUN|@%$qRdl7fN8Jz7pvPM>N!4~qn zc8ds;iE3iw#7nk3tAv!%TZaG09L#tw_~FpnKiWMJH#K>wl}h7&u&9nJom7St5z8b5 zjbPgh(e3HY?NyDAp@kTl_N!SO5y%YtZF12SIAxQtvFav(M%-cT{m{-*KC*g4(~JY1 z(?NFoa*tV&$(fI%z+T|Z8gJue-%`Qhx?~Y~*SzgZ_Fq#yq(R03FF|0ZBhOE@_Jw&% znxOdt?8`@f`X+`C$teg&egSt*RtjTy#ks_DDd1>T;q89ImkfSs=Rb}7|4udLWci=n z@f!aNCj@i-K>Z2sB3rQSw?`y^M6d90)_)GWs5Zl7!E zHL;RQED<*dk*VCWm7C;d$Q=GNPrX#7+ug(l5SML{gdwdFUcw#SE^>=J`{^>R1=Jwb zuSivGJ;ZJAS_7Ng+0M&ObL{-H`Uj0erI)X_cTeZx$Yw1_LmL#P?Kk8p9Bd1gl-ggN zyEXS{y>F&Xhu{|L6Q%%ec_4@N?cYTz+VcXjw3pL zCtN+x*9S_5&x|fa>ol4!T22$a1MYmKS?_Fmwzf(~8fEI=B{+Z~5lM)cUG z@ruuRBZ^%7jsH$YN7jn1it?^SBEevh)HSr>-50N)m1(Pna}7Hp=@ntBnBne%8okZD zJBBjM^ITyd(c-(NJq}K>s$<0zT)d7+%48i`!J~{q+T|=*X^^0X&{e<}AhVdrstmj! zKM9QZS(0pSn@PAu2rEfMd|3FKSHn=4*%g(qY@t;z@D~n7YkQb;!JqZpLC&bbaEzNP zgIET_=uHH6_?m@3pcMRQSEz^*yAwNH4*C>P7>~=bBw{&%@-0bU{q7k1L4MqK>cJkN z8l(8Y={vFtI{3eBzqogIifH&kcOpQC7$275bj9QeSngb>=P$vBQkb_CNUe4 zQluluVvo|m{yC=z;oiw|)7?-0g2q&A$?Gb;3(4W z%NK?HU>KCY?~lnk){3vDd5UnNdVqhuDlY~eWu2R=vEefodrO98alCueDFukcXn22X z&?-0%G8Hz_&>jKDUW`*)LXqrwE9}IXuS>diip$WRd#|zzAjq#S4=`3#t$9_)hDH>2 zxMgD+mLASA-DFFmf^4c*Dau%#C@K{uyIBie4U4ui9P8-yKPX$@l~Zo*Jt94QV|=8m ztiH^1rvIwc#V;eVMr~+NMBL7-aD|&EOIZ2kLG2sdu#Ow@Hnn+mIwzCq!ZZ?~8|0KeUQTg2oHTE{%-xsGkAkh663t`PUu=BZ)uP7lB|2B9nwYQ zI+QK!Xfk6r%dGc^P8ZE>(9q*DPr&u&Pt}vB%@Y>Z>WB9HV^@)w@C;!T@C9s z&sB-$cvjw?zE9)QMU;h23YWmfKPp3FdOxlo?;*Hq**Z&Wh_BryWGY4EzYY9E)7oIQ zO4P>^<_a$jV*qjlJSC?%pXx5!c*Nia$KCg&aSzy@uyK5I!zMjGMHq>mKKypcT0#TX|vnNU4&Ou+&%d+-y8fjV~tB>0xTDxu=5$ zVQh12?q;}c$+EAs03&Cur06*BgVKmPX9m(SU2pfp!Iro4b$(aud6{?@aMM)ETiSq9 zrMpxNk(|Vxg^jh+PY@ zjn)h-5qq#`!{NL8;Az{#d?F4D3$n(kqRZh=U%)ljS+RM9;yYox>HXPul*d@?o@Y^E zHg7t4Uwl``mV*H!2bz}9OMt(m4#lZ4oJ#B>A6F@g$rY4-H8f4ic5tb?VvTaCs@=P_ z=6Qk~$04I!Z~%jLx}YV`uJNn@f*W`Em{M~T>a>wuCx46K%%Mvm)BGDAa5kkN2@V$N zg!`)0%U?s3SYvY9F@596`glcfw{4R8X(@I%<@d4)F>#IjIe!n8r0OoprE4t-Nt z=~r?l%UP_1W~(oIRtY@LH84s>`yyu^q$4FPME$78HN6!El3@~6Apm!rJHhulhLsls z(G2V!K5aGk_ZhC7@#T@*v_D9OkUoNEQ zD*|ys{w)Hw(391t21s%q=LS1JiV8%e8Y$$7(hSfv0Xl<5=_R9bBqEBKJ@5_)d$~9` zK|h8ZKj=B%Fe|-p-`=lRCa+KM%##aN{c!ZD{o`XA{84BFTQKw!JK%(e8W5d90JH&d z!X}7RIo|{BHXJb!GI>pL;_+Z;q~f_DLa%D3;;tY>YznJ_0r~^{1Lu%eWuYYe-h_+q!JEd`* zW9yJAn&%kdk8MS)jYKviT@D{VCT^pN$Hv)jOYG=w1Dt; zP+k-cxw^>WlULi~#o5O9%6?O~^qrn$^!}k6x5mBW7$3}GHjQGB4;7w9IxVOe_piB| zF>iF7X*hDnPhq2|DYRj-SjliY_y!E>*m_AyKU6))1|YAu!iH_oil2=g)jG^-dl*n) zPkJ2BWsFUCFcKIg{1|BqutXhYH<~d$9xGM_&mCcOqXi-)2P0?gsA#f`{(3|!)6Hz! zBI$=YwEoeK?c_|)9o84~AK%}OIB;~`_tuur`u#0L0;fk)optx^4-muO7j4lhmTu0R z{|wotX<9meIxe}zY)-SN)He%onUIjzkX(^B3g!VpY#SmLl`~b?1#HF^|G+$1ZW`u)iZOu1TZT8oB)P#`oO%DGK_)0UtccE72G) zjr@M3i>Q2ZnyYnIVB1kjtv0HSK-IN=tG`xX#w737k(^fNVbts*@X(Cr>Lk9ReAt{Y zta;;FW@S3ue)*ejmiBfw2xIsO!^|Fx*@HfLTXOla*vFdWa(Sj)E52sa zC#a*;pS4M6X?7FQp+Jq_wo}rZvu6CPd_|#^z;LkjQB}=4sHEXqdB4LN%*9j(;%I@- zwElry>1FsGYs{Jbv{3xgykqB9UIoRk>o!J{AeODH((>{7iMNv~!pqt=q@*n$o%o8! zzoEUlLH7wIWn(zZh=}nj2el0WlEkY`1>{7x609jL>KXoYX|sF*{n_Bu)(gFlV0=^a zz7l4EjIdn&8;GCZ&z|vF`lcdaS%Tnarx|3e;~6Yo{1I~3mdGj|0G z4igEfBuLj5J!OtF44NwNul}%Zm!cqT2=TPX{S?5|vu8 zper(>jM3VeVVI?4=Cx^4-DKyM^MwCU6|--II-n`nDWgb}T|;qtzE{qB&kp%uW(75vG5S11n8CEus+X zXfvYcHjr*?bT4v9&l1>~roHYOjR)?|r5pLak&s36o_FxTOu4f-Dti6Hl~ z|1@s?I~AFU?SELXSN~$x8*B*w%7#zj#q&cBXMe%qLy-V`K<{eJ4X#&so)iB3D8iYA zz-u^kO_!{ejMU_VkGXq25SZm%1K3^2zN2;gUTr%bcJ9s`KfjV|^*Z%pw?gGwGD9GN zI}eHn?IGGOJc8Vww(P&XZKJrc55$b@m_`QjTbHko&I~8rN<6&*{b~Ae2#0twUZPmR z-dJ}&^nm>^kREXC8&}C}(|sJ@K9=2rMT?%yR3v34;2Hm8+AMV+_6LZmyk@7PmnZ3j z(k=s74g7gPYi+TzWSaXDR)T1eSk}+qyH*Hy{+Pi-=BhrT_}Oh-kNhb`hUMmKVC4-k zka)kxTN?=qdYkB?KGHjA>6B>0VG1~E2T1bctU3ZD25LBqGwsIFZwCc_bs_UDaAk@z zQ&a$wv2?e*vdYjqDrv9O>PsN(T=icD>1C+zetZ{=#e(rEI1n5$Z6CCwaGSd-Y|HIz(h*^13c5BRtHj&&ot1 z@SGXkRXF@82(lo_!X%&~C~xNa86}5$?=8+t*l0h1_7JJQjvyZa0wu9^ByLuniDH$22{bSg zlUTdV4QKaq?Fzhc?bQ0%fRd%34jKbA_j#`BzAqbK2m2%2vsQem&~TU~!{Er;fdWhmhf(G6$n3sig$ zvPQ~?N9eY>aP{M+tHeLs;~+*YOIhk$J!;t2X7;sZi2B>Jf%0(+BM_#37UNpTxGAW# zO#W8%=U;3$T@^#c+YAXNNE)Gm4@P9zBV>TmS)d`p*CW~fi!F}JELz1a@WAu(zt9^L zf4WQNLc5}e9Z_@M%;oyzOYTx~CGjnf8XGq za6^@0uXW*wR&p@>Jgi@?eY>Y#<(f5rSpD!QO)?LE_Mr&<4KoXUJCS636&Hfd2+_P& zl>n_C3%*!or=EZKOMiiHx4AY-DEjFiin1Z^OO4sMSsagXhv*WqI?c1sywIkLKBeYbAgKHu_^mL=VblO%jg$&0Nz z>d)5cEG`}R(#?^QGxdXRO2~Vd2zk2+ntO^aFmuV?d+~lSd^~Y_7}-mXMkWU-We*O? z4awRZ*QN(uMEQ3I(wlh#V2V1^%OF0y$_>8nEy}XO%VGu}n`d zj4XgATOUlMnhpbl$_LaJqZ6ZYhn}USxJWnl7YH#lm*(CA3S1&lpl&3lBsi=`(s4KJ zltt7VZx7-Zy3T`L9?ISYxUmwzNQ`8HfTtC!`^2XQ!|q zX+K;ia`(!Mqn02p<&c$0rU!4@>T8`O~v0COS28Nhxp7S$tIoH!yGl^ zoBtC4){#|~$+CSI0BY1i)$!E-LuVbB`>4bY$IXjnvS1~1+OO6x5Tzd(?phH9yK8p& zJt_*yW?9irwar(_Y8s4O@5T&Eq#Ez1fGE%S7-v$(x)xfo`77q0LP!iuoohktk1bQR z(CuMFJ!;MG6;hb-am?Q}m;!8d6G>~ob_IyhvzCs%#sfq4=TobtSk5iKx}L@Z{IFzp zx$~wFz2mJow~PAtQhW?xt(sNDVp5B$J#GG0Q2CuJGPv~D(%Mv;zv9`g2+b{{cKOCL zu2xmLg@{R2M6tFwY01$P*;Zgo8&egWXr+c2z?C}_hCci80~%cd zp)JXbzn+e0xHLFn4r5~c=yJuiDT^FWjjN~Xo^V*zXo@ur;wG;L0P=oUl~I&sj7ylL zv`1E3;kRQ^e`cGVWe*z63xf|J64jG0JLFO-04Ym_>ipytlXVInP>e8*S^P@=+~e()wV?Dk)VV5xIa^xGqY7BUT!_cQDerN`Xsv zcR%|qB#Mm3HYusjlbZTT&@`s1D0ky8t(Hj%Yda0~R2|aOoh-NR08h`b?h+t3P`=mS zJM_PIuA6r^d;@OeZomHYyLztwLV3}(UH4sMU#?Hby>60_S7t5s~s1- zrY{4`%g@Oisz)FL&7oxHC4+G_MHN4J z>$`^DnHKYV$?r7Hg!Y`#+ulz_1ydIK`Myi-uycwvvK|3~yzn&NY^X0*UH_OKzkOu7 zProhi>oLE$)76q?&cWH*o}Z(ij;u%~8uHiaS;R5;3i(f8FNrNxE7q5hI z+$QK+ZD}fZ#O4InA(7wxxES1X-;g-)N(_F@??`FHzIFERt9@{savO7c zvG`ajc<+SO>bBKNl4|UA-*>&W6l-}{Lua>W3;A}vQwsJb?4kL3>(!&WUxZm7bQC19 z0p?qYR}$pZ+)3j_IM>yD7Y1iE(QSXPDwIR_etA{AFs4GAvaEMatZ2)`aUbv{-t<8lx;99GBZ2U7T2>aH zP5S-|`qg9oGhpg{zTVzI zt{?liyQ}*_{wtI0WuU$L=Qd&P>S^5?;1Z0_BkP|RcBAXN=iJs@dj4)5AI!fVj4qH$ zVLlkxQH=T%ouEd?os4vwHF(+`7l!Q@DP4lS=r^T66f)^!=^IO$k&c4t)K#zPwbQQO zPTDgVH#TbO^D_LU&}ShVwg~nOsG-0+Ya32&)m^L|`_FfnAAQsg`|@PN$$Nj8BygvI zgEcGV*(eDvO>9;p#M`(vPs&i(<)oMpV&(R8(?yvt3`^=pYSWvsKPog5NzRh-7zn#J zNL2b#O|P3`G&~&xGf^D_L6}_Ie=HnR4XnoRWzw|jGa!|m9(F8PHQ8p2%@0S^w#YuA z@R~5F5R$e)x&1ZP55+`!&+#spKtEV-;)HU!#UQa_QXdy<&v5y7W^jyh44ZzqIr4@^QuM2+BrnJPzkEdL% zM(b`Vl@;~XW?%cjxtM}4SPri6RN`N%-s7zdz&S_W*q4t=^@Pan=QMtP{Ow8Rr97h! zv1Au~G@NR%(RDO<`IB9LAxz+1J@t=g6%n5peboWcOV@Ircj+i=A>>DVi3KNZ8XkH! z@I3ECVzXU0$K#NmCuElK^=0K!HuFB?KYO{=RJ5n(m||1+GMqm*H#g=DN{E}&1px(P z#Kw@>WZ*Rhz?45`L*C4tisF)z9o@MGMHp`d8qkm)qk_adwb_~=s@j|%pfV%RD1U`E&!<|iL}jK~r?-9<^d z)cGJxl&N}DkOWsY9&0UtK|Ip9o^QTkACwpcv4}K8{qB>aWSY&6AZ471NFc?CO^l9c zF&Zr=g$7|GP3}{qB}JYRT2&b8E0zXj(hz{U>bpI+meRFX)2AyqA$7AFU!&9*n*8M9 zSL!w-rr)wvvF0#3ma$tcxLVL4(ow6km&~U=n<}J87DzQDBQI-C014Q|E2?I|N&GE2 zuF4cvwGPqhMZPgNN~&Oo4Tu3s|5@`T$$S1Tv>sIKo7pKsz*!gZSH$=uNX^*Kx_aWE zoJR47ork)V&Ck8c@exm*8wT@+cFom6<}B*N)<>7_iJe+Ii4qS%a&xZ%Nl)|~>SpaqCBiWj3#RbgU3Fp| z52hK_gC5tCR*ug)QY%3?4L^NuRsP#vI+9c))Jl=W&Fp?7DiO9hB^AMk4jIInEN?Z< zgU1x8s4iP`OvZpayjcmzATTT%nZZ?32_rOCiKPbh(%2Uz5-~mQ;8csverzq~u~}~y zs!~b<5>TC1f$Y{HTbyz;Y_p1&-fDPMCF$isp7H?54|&Z|iL&fCXiN}As!ttaiU3Qt zz$s>OgftD9S%+d=aj&7XD19t{|+#62oD zdqvE%24klTSb*}XU8_A3#D@HkRXiMZ>c9h8909YC<$^zf zr%O)L%O*GJM%-{Rzz=9n&)jviN<1%$8q^X)`%_0ov|M9hX8mzEAnm}L&WW{wSuW5B zEIIssumlAYkR!x2Ky4+={vJNhVG)VuOjjRJlik&WjAm@|;3VBU+d36TH6FKtrBtXb8=i{) zVw>MGM=GG@JpP2}cCl^FI`p%cM|r05$PK8IU8Xmxf2Uj?q@&tXR}+-wFX43P9Rup- zX3Fqx5H+8OCgJ{g4SYHavouk0;*%ZrBG$@32=Xq}aLZU8F~B$jz9$h>);8zVg5cZL zSG!;&VjDHLvExB0oQ7SA(`qc;!rFdmDdRLd20^XHq#yVjH8W{@tBW`t->fQaX7mGGk=F#$6Uwxg1&GGt>uROz1H{3O6}o)2v3SJfVTt zTzs-{5OKmWmz(R9Edj-At2wIqn#UJduSGB@X>6_nlCanIbr2(N6Ozq}KDo23!BL?E zV73f8I@k_U9*_Sc-Z#baP?IESx;sUoetog5+U6RqMW{3~(*p2w%#TAIGTxE+T^MLe zI`T~h2J^<0w_Fde)1jeWMTJR1_J@& zY8unh;Fy=2?o^D1SIx=|ewgO_qVb1QZNsC0a@RHGDs)8p)}6-sl4|tLO;EYepLEd_ zXkrkwHqy4vDpd}G|E>%?tq17U&BoFQg?)Qu@4(=lmuq8%I_i1jC_G)k4L& z9YtF!q!Zi@+h^BI{^9f<4zIK$;E8d_j659Yz2VYUj7i51&Y(7E2@2BgJ=smysrEDn zKl}7+Dr0()%i7#5HRZiQnyn)-X46b-bG3GAJ40)8a88mi_coQgNr;#%aGT6gO6>Gg z1G~4<+tW;Cx+lhNNL$l+Rp_&8zJQza(XqOmG&?sEMB0LnXHW8ZG5u>LE4|nHDpfvO z=V@<;NdwfrxRW$tn3KE0`fe5}TpVS4IG$1rxj%kv0b9EdW}txY?SRjIC-Y4C}Ww*7#n_wztb+NH(qKi$Fp zE9IDph4FtFmEHem|M(Ha^8d4c3}6|j1poOV-HcEXX&_w_4H%krVozO970c<#ev~Nw zd88D0*UR4ik&x>x_4R$(u`Sixk8 zaMgcHasR6a7el($xUhEB3G2h8m6HeadB05i<@CEwI$?{Vfu-rvx2}eTsBK&-SsSudr(ThijdWvQl!}%1p6xE}{L{T@WkjVoG z>bz!A#;z{$zW|4TVXOU-iiVRy7#;P%Sq<6}Mh_k}RB$v}uBlorNd9R7g!Qw`Nf?oG z{2M*BcG{12WjP6+S-Pn$)P@ZV)Ib8iF|_lp?kM%Wn$ygr`Bw&L?p16~9zUitO5Oa; zUzA^FBGJD!5pgN`oG^7O7Bevo+OWTXM5J9ho(FI$8WK!Bhy6_bD&>2jZLJ-sjo(Ya zY8HE9VcvmfSxPW&S)-?@dmWh@7|7yte(7Vfq!&8RnDKB<@X-edK6jW>tnGg$$KMfP zm=r`{YTPTg$#0L%30KEKa^Dqw^$%q|w$=G-V+ zf6UVPCPAb*k)|igsZ$^6G>n;^C3E1rGg1vmzuaGlV?bxHV|6|wOQZ1;$PtIUV^Zu+ zRAgxU!$M}-8*xo-5_2&VZ%Y~gXiB{X z)}{Mz5gWkC^~|sX{pvY_rA3^PDNo`~^YEOQqD2w9Dy650`|=g0OBp7SQOP9mLXA<< z2ZCh6+`*vpRiL`Sas10Z4?b|0D%X6A)Q|T)3s0L{8~sLsXNWi+cz|C#boJNR!g70t zt{5^$1K1BLu+*LPSfpTSd1ipZ;}y!c9Tp42>&QME{b#-$ zNMqek7*%Ua{9@{svMY5uD6bSzOXkT2Th+|9@JUcx7>>R&%?VMBjgRt_|BJDIiq0(B z*09ke6{lj`wvCEyvtr|mZQHhO+qP||V*6zOe{1LLecHNMH}iJh&1cL$-u}E3%vgu@ zELYs5<-Qn3UnkW;z%!xg>0*XndwWKX1;LG|KDPcCv9YGgRR`dBfyHe*Cae!^Uy`uB zB)z7KMW|NZDYfVtWJ@~np$gq2Ml>IQzS{W=)Z}q&0bvj>0VD}H_*d><0_Al5(8${L zexflQfCbORb~K@`Fe+CdVzOFtA`sV}xFEQtNtT$i>{;|hdrj#(iECUsA0=Ir~jJ=ulUXn|gl!yrQM1@Gym;(bT;wz#^?1 z7q!1n(>N;-@z1-`jlsSi;h>?uV+;^8CL0_+&+cq}xCO?${EY0VG@a(WmP2YNzM(sB zvmcV3G>+fX#Bf5IQBd68iN8EnyFxPEbHnPhFTl>f7FJnm+R{-IU2lIsS^d(Ya(Im9 z8gnDCq_U(r`So5`y~&$YhudjxAi_0~wo;`qdeL26o}=*XV+~H%Y(o1?m=+w9j&<)4 zsmJ-txuQVs;k6!&FxcQ{CNLP>m>(FLw zuYL{|&Bis8OYLvY-eP6<@Je^ALBKK}Dv>Tekhti>9l=dVQ|&vYS;LwW-B)zxJB8Bk zrar9RbnAYJ+$vxR<(W`C6x?IPkG}IfVE*%JZ=Jjh%fY2ng=QWioz)RW#+-L1AY4i{)5d&HkPI3Og zZX8Qq7*ahvysi7)>*eJGSdB?J-}km*KGSBU%z3-7dlHSi2+|>n@wPweLR(&Nq`2ZC6isA)(tt-sS_i z)dLWdk(S@Pwts59^;`7UvAu!wy6b)$>n@!ao!;Y6+bSdG?x_0jfh0oISvoYtG1W7y zK8uuA9du|dlRI-3O$$EGnl%&`#$xg>Mb)w&bs)i)J*P z{`u&Yj6QH-3YTkkCwZwYjl9ra6vV7}=aZT_zDH}ME$h7{K3{lW@op1Wr6I}CC2OWh zx$&9DI3|XQquHGHF(%t=dToIuRx8AGqGu$E z5%Y51eF*jmN<=dLhhrNv>wjYsWnyM!{@k2ACy5-<7r7kV{`bD) zJ3HSe8vplV&yF0w&(8?0Tvi_n?cdqGcfCDeIcFMeU(ex9`}+d{r>@MXq_Yi#oGbIZ&e0Y< z8G3a{zUoM7O+W17sI#49VQK%-`Ur}SL6_*|BM4{j+uVzG3Y9pv2am#lVi)UAS^Ic` z!k#nim)(Q;gwCbsH+%3Lh+Pwf){o2-2?%=;oou!_H5A}#4xz0yBtKD18>=V%Cqsea&|Ft!m~;Fw}%E`LP|HC{_OoF zY7&e!r6iK_;JmjM72O1Z{r9xYGTsKhm$GdX2HM5A!UW#x#htRfb5HtL^xpiLj-g{r z0t64TSfGhpAZh)=G!|=rS>c(Lfz;D1^S~D@&kIzHrYOtNOkJ=m4;RvFP4NQsTJemu z9)RliYZY4sjFwaJF)PH;ddqgqULZUx@kr>1%;_s0(27t_+ zJleW-_ck##wo&Z&WS4<7VnYD6v>g-A;LvJ34>66jVhI*bQvgy{-Ekugc+w3pc^P^U z?M*#IFRi?nW=3lW^H2xn8|kZCBz60qB|K_UG$EFwdf*asqrsbL`B(IFzETES${p0v zXQbVPIIj4}p}kBR!WHd2FsDqhweEcU03&U_0&8Dw zSm!n4$wZvXm5EqqGGkMnqS0#X4vdD1x?~(Qg!&QHJ*c=2vs8&Zo6If_TOCdVF-~Pp z?A1MablxHkA)M3dpfW89%a38#4NYM9#st^)BQ$wa{?7L*1l0kKcsg2t(1ymmC3&(2 z%hy6Ha2{4vdzm+(z@Mefg|#`{6>Om%d%Rob&ezB&%&Nd>i~tFv`({l#ihPj>D-?e^V7$oD-UsCry%iHE=JPV3Mo8+0p4e zmnU5h2JK3U^v~~LVXk~a&TF>3OC{22-PNGmxo`atThqG0B37N5nk$;r8CSTgk+41w zKKx&KP}c_K8Iza%g~1^&l9LpVt(pTVoz2*RU2k2sOLjXRV_2x>RVQ3hkZb41sMuW= z8KtHLJ4XjL^&NQY1gE4Nys{RZ8TrJbqhi%*r%~yTw9lJtMxp_aX{G0e2aA|ad4_NS zmrX#Pk4==+9oP*@CLyC1JP++d{(6zKwwje0m8_^PtPVT|X66H}g7>+~iX{dUB+hMJ z7);Oa!mOBxUf(0hg=tK;pMZDRj<(UvdAEh9D5==gf3)j?&(ceBHt2yPvS?^kn;dO1 z1sfQg!~W-vmcvwwmF?H9w>G^Oey>i}!-Fyt?0!3P%|#IL6BMHPtd7r=gL#Ifjsw`k zxas3dJCVqD{*@Zw&ve0^8#I|l9Kzmf3__y$V3t0xw6v1kziH-AHHf{vBu(FSO?72C zbqB+mBm7+e^D@oSOfB_S@6<28L*-HGG*_SeFRpuLrq)E@!&hp}nI}K3+V7w>UzUbTI;W}u;@e#s?$V|I8kxDS zmH19W4b)a%HOwEA3-W}q-g%EOxb%Pm*8M9z7f8j=s$N}ZHG0E%RQlN$Ei0fV#(j81 zq?9(Y*>I_s>Q()$-I$72($z40M*MB-u$4?3sa)3Sv^R=SH(lNpH>5(W6E0uKTAX|? zGGsauNNJ8FH_Kn?y@NgW0*3Vty2V=h@5}AAy7(&*+mL82<8YNs2UT}*FORjF;+9+Z z4HKh`u{tDe`TZxT!$U;gdfiL_|3<(H4IraUzi0LO(9>XqZzPxpRKJ6qi8^U={o5zo z>V-$=t2;#k4w|2_Sdux4JHRdmu$=*lEpx$8D-SM0B%g+Nc-Id(g_3s*dE_WundZ}H z_fjol7mHsbNn0SHw_=b@(i_^UOX+UbT}c6@^uaq)h1>0Mi|icH$PQin+n!gY{Ajv4 zJ5Cj|UCRbOq`xi#HoBg;V@;7vfv{n~II^tY&Z5g(;N-pgUZ0(l_`ToYZ})sc|I@jP zGI~)82)UsTdH(LN;UBo=_4&f^?t#_oKG#P|_{F}N9iY_T z0chob%yDkz{qjzjmr*=7kfZT z7wgK#yd7PcdIT|Sp997PPnmVJB*lt%MZR)hq;hp@YS!E)WwoQl7RE%rRva44S7bor znTRnZoXDrvf2_;{JY+TYa~Dki!JBk!@xDWS^!_|~QVZ=Dp=8u}YJ7U|4TFz6QP939 zi{81b`FN;4S-FB%o514S=8WbN0ZHkT`txn%qcA(RE(8}{HmJbxqHS4BNnj`@T*5;U z?^#80l^13(Ghn4vL6jy;#C+~(k0e?*T3UdQ{%fA7U9os)$t`6r_oSXoFN#fi;s(?u z!9_=Oo{D7n*cLCQLJ`SUc;o5=gA6+SFA!R&y}148F;%ICl_PsaS|)aXQ1s{Bl4_@) z&6B}=`c@{7KBunyXg|nt!B9grO%&RC97dczH^)IP=4fq6 zmB;2lftV=AsG3O~`2|;SHBdZ(W&qwxdF765&OrJ5(DMvT4wvyh^~lPrA_-Q}n8#;k73hOUKj}-O0yw=G(gVPz6?q_yxx4547We>H>cmz- z3$l&v$)Pv7$m+Es&}JT9(Q*E6Pq73M3vE`v%BXI*4R`EWPLvil=4QqVq|eB9j{l+vZ&_?6etM`9*? z#u6bnlq0Fz-NB&rZid?!*uR~jUD*vs=Sm?zX`2gR;@AMunL}wxpOdi6^j?GR@x#eEjg+P4$d zPt@;44!E=od*8EK38r7)C|8ew9tM9aH>Ns=hqJEA34ESJQgu+08u2GFX|s$j%J;zQo28Cv|fxLNYCYx43^P3X3xyJ{Ym@UL5IqN+cJIramv0 zu@*Cb-3q0@hgqm7V@;K>Q>|iV_g5-8ZoS#MSYc9iLQ^A1q#sfZET9q!ubhjwn$m7R5T4^Q6d-zFz6pLd|qEH`Y z)FK`S*-R0hxpR#j?efM|CQ}Bq(6alj_-gePamzH{ z>vsYj<3fzvHB|G=Age|pgGcdljSDWu58+F zVcekkvxw{5bZBF90?Q<0A24h2gD%F`5vrmb_$B|-40mU&im=3V7-C-&u|K32_o_Ou z+~O9v{iknAv8#ynS+$$HDRdsg=I7#@r!1BgSA76-7GMn9(<17gyYVHZ5zVu5G+AIP zqMI4COo4Tvv`EPx#-hlStDPPgSe0$UY5}e)LfLqIp)#SJ=tOkcc8flnZjXCPVSNie z7L4TbdTj=A*hHt6Tr!h-QGT^cY>9d7akiFu3g$CGvhDh4C|~IBmx~*}84#A>SXJjuxPxD_o@pb6I7`OmRgj#Vqfo(o;|)=v91QEeU*Yo+Y_2{=6_z8(N7*#^DClM>8)m;#C29;hrxNY@>#N4$1pHZPl^6pb$jK3j%H5 z5d_JngYv7BbMD^4D)jjfe2i2U%auqY0kxK8CD>e=?|w-nH+*k(n7_8>;OuQc*Qf*K zzJ>j9>mVdTk18NURosb24ZEN z?opVV+U;bxZD}=Bd2qFL67-uXQ=hUviHK~zz zREolFY0$8MGk_iavNp%ekKf#VKYpYrUeXcy{_9&OWntQV1U-?ni*Qn|^nl32F4Fe2 z-G=?ZYjrKa=?}ZQWo9U2y(@O937Dgyqkm~)0woL&(MWU9iW#Iz(l4(16UW8U(d?j% zx`XY3UGbi2e+UnJu^x4Ws1=zHT1N>lyMCherC>nA9t^T*b-qXJrl`0B)=Zemot$md zsWkP9Q^|lr3@4{<#aDz1nfWR7F&-lh`*-J=M(leVHZ;z2Q2`=hx(hcYZWe5?j5ar( zscC3d+lXoT61VqfMX1yFRv6?7#(5Kuu23PZ$nWz!r3gK<2(fVBh@SZ7^TTfkO}B9N zFo+b8k|cU?V?RWlZDMfP>;BvuoB&+{jg?p03m$R`tk=^IzXst@VS8jq*fEVBl zXLmiu2Tg5&zufPWD#!Z`ec@p3`aePKze*x7vT-v0Z>TN(uN^jZ!Vq|c-v0mZK1N>i zGVf#Tw-04V=AICdv3W;Cqd3k6%9xwaecbeoS8TwI&mn`~H+As)&eulG*Q1*IH{Ztx zm*;DFh+8J@>fR%xI;ZS1EIQ2B*6*5$YkI-a41^!6P^VtfgJD9KZejpB9;zU{AO*h? zFrUH~)aJhSWAEGxu9}(0=fPvkUdqZI_C>A*?jnzNCQeaOVZTwez7%m+?+^?mc3+gp z0VH3G1B&r2>wRepKP95cjcFhAxeiO9EdwgI=z=TkEDemt@FS61qR}j0kqx}PJO;2+ zm#>tG2!4OTCR$EuSrwT#^*+)fEI{J?sBL(L@eBVzEQ(eI`hJw-K+ve$lU0PL5Ca!n zSoWaO7sMYf+iDTR<&O@TR~H6@8HVuGZIKRE*GP)wed8gn>mW^K8@|_oc365IO`>_S zy-6)a)S?@fm%?Pzk+$9GO8-U6KUg8nKj}XSl*m!V%kdJ7MWd=H%{;neM73l#j5kBivx4aL)nm2 zsSZ>uQBs`TA}6`(7kqNRHA)!jz8>VR=a_iCvc<<_KUfffF@!ziNR6@0nuvh7HRVIx z5oeX8MbNUT-^5pdtwjk>60A!|*#|x_7l&1ow8UYek}$~evBSeAN^@;0jEmeP(JT6) zb=?kdtMgC+!VO$)TFIhyW!-!MP`XrAXP0;#XXPHEwGG>6KvkYv_1r8*H?WwZOuGur z%*5ET%r=SMKFv7}$S#7NgqxMT;P<64VkI`vrtN1UmQfYgaX5DHV>U*L2o1$@sM*hN zlbAFpxKfo_%J(2W=rKD?F)(K+W3rI3_d27M{R^_Nu4A9bTik2iGSYD%P411M8+FPS z@3l`*MHZog;k|-u58hp5+KLQSvz>o#jAbl^}`= z>>q73q4b(83~e=^q~B%MT5~U933b{}yPE!cpQbL6C84eupfp-5ISf1HC$^RBn4=m& zC1Vb->TQqLK{4=8i5~DvZW{Ybb%R@8;)O=Z9mV&SDOznMM`}U_fm%}Y_LR$4m{RiH zPDyPBW}|bU4T5Fg^-K?Xx}4YDar*8GakhaD;rg`EP`}ePy~_yW(6k1tJg!C-xVWDV zD%_9S*kKwI^4m{HwQ?8Sw$CWvcLT(I8Y@jonttQnB@R7iA9_@U#!!F0HP1XbO>}%E z$eK)*cYs3c&)OzAE0+0!NYFSU;KEUGu?QI{X;j&6jPDn3fe=&O$Z~y13>(tpUR2>B zWuCsYlcuSwHG8-$wb|w+C}jqB)m0RuNI?W%OA=Zc8fDN0+w_g`bDN0^^H5{ z`8H}~`rUEc+wJkuxpwV4&K=iC*XX_zG~Ru?v(Yn2x$*pOJjAIJ@!dze)t|0PgG@PG1~L z<6*aHBrf0pjtp-Ei3T0VZRLlv{jY@q#7Ha&(WLGUAf*xueC<@XyIabm$k5-6wZfzP z&XrQTzkttvvu9AOiA ziU{oY{qye~8T4{xIvR^6c?=!?tIJq!yTQ5VsXv6&hWih95-j)HYy+3pQ$gCg4+VMh8@Pas>A_Cu zR!?-ADTPMFKwU3lC$X>CCydQ?<;{V?GarX&*1xKngSiB$8M&(QkID1xlV7}t%_>hV zZ6IHvP1F4+kO?mQf$)2DHjnr*Xm0 z|K0GAgYo|mZt5p%hr|B+|LMDG&-Vhx^7^0p$En^;e;kwcO}?Yu?;c?kkuXj7w7Mva z?0)4klJE)QSLK6&l>na52RXb>N&bDiS9addv}*dt=am6l`VhVE+K^U}lFhxNbQ2rN zp@F%wDQ*wfwQoMCJ>hm|LTLoSiu*aL4ACYzVra3wcw1wW_CpcK9Gl7^53CT=gyk|A z-QrO@yCIh51V`evN=Mr#K=9k7iFzg&Gs|hBW1UTWimL0UINfRC-qg{Yw2MducSLf! za!#7#(qnn1k}1u)g$P+DHw*i#>mrpRUcZ(Kk9CA!0WB2-BWL#JY6TC5$5O zICT%Nv%R21{giutdLPoi_(|LOoe^8_W~B|IE9S+3QzZe`7yBTq)Mq@nPNgvyXqF_`G&`+o4KZz#7`&p@$b_?&&HSQ#0f9hkrcu&uW>flpfFW5K zoNbM3Usnqx6ZyoaC8Gq&-+;muXn)^4KZHI$$%H)&Niai3%O#CNadt_yfD3yw;!)4S z9LnCQ=O=OimNJnYN~Gmj7N|PeuRjGzO8?|85@Xzt#8zK`QbjJWk7oIDcmB=p=)vWL z{wnGh_8s`>D*tQFCY0kGSL6_C<&)0AIU`)^Wyrih1 z&`*)28J7<#sHQ6{^ylook zrvtKYBCOO$qC6a!vcJRn@YfAi{wdTDxQv4C>A`HE@X-clZpWN|2h49m{J5l~Uf%o; zs-<*>Q@~!-u@A$Q=r<~)R}SvUwBLiHKXJ8F0iBPtFkTmFgvrHY86T}BotAhx66773 z?PgFV1&z)sq$<0jxQA1vpxOhJ-ZP^NF^D}I0DqyHlbZWO)A1im$(<=FDvFoIB`-b< zO3J(tGihRH`$p zi$CG<*bJP>*`0ngijmrWHsTGwK~yTeUG05;6{;5R&p&Xt>R|b%wM*Z1UiuQXRWSTk z*a$Tpv|Mm&96~eb7+7?xh*%!WYR<(}I~-UxK#{x}<0s1;ed{!e6C7P`#N@+C^HgTr z%PyU^Py4If4V2ayY~1OwSe4aKxE66a4w6NIH|1Qf#$Pxi**YUhQ4Rq8(P*I$f055Mnz_-9b3^zE~1dyaVsNh@=BC z#!Wsu*UuM*vdhIS-ca<=WEm|fxckhTA{CN*vwswa^KyzEoCuzdp1500iY6F4+mOVo z5!BeQ7Z*=R0hB2|7nu@By#m=>$(x*XRSp=A>|kDnHi;gQS}q?Q*_7eTh>I3nk~OmA zq_6B*uP_iK^zpFH1AmO^HrGqw7Q*ZNcySu!>-=XTTG_O?^Dsr8s^osLPe-e%GM?NY zpMF1y(%#-LbKo3&IcMrYHJhoI3bWL{wZxPy<3E)q8-)MGa&2;B1t(j8JlEFe!dr;+dyw0A_b-;XZ~0d)S5|Z@D5~*rkKVz z^OCvps3`qMYU}P}aq^-)3vfs##`IW*FVE;wVwqPuN+{+K%L_w2(m(LzE)ECvJy$H+--lj4+fgA zH9ZW41pSUZ;fnL+2kgtrfl|c$Eim%Q*9hc(DDrdwRI({ao@EzN>jy__nkbDIav00b zarH3PJVskh%IQ$p8BM11Xf_-VmnXxS3qxN84OPo|jUXzi11^uCq~rs-ycmLFO8ibM zYMN?x`LpcEhF24S&cR#wj+>lEAn(dIcbKvi8U@8mej7ccwiL$uSufCizK}O%Xgf;s zFW-z1_a%A@pz5CXCV(nZVAk{=?$v!(?9{*@9QUy3i~oVjHcVc;?x zMyr4#;{72$^I(mH{QT1;+4p_2aB2H}>GFNgs@Ega(=C(3H(_ql0LE<1X2d z!U1t{k6ciQ^m|#`f6N}V@0=IcR;PWKnq;YNOE4*`&@(JEMGI0^#pp5T*L>F-x0UdG zsrash<=vV)W=m$Dh1tirIPWlnHK+IK`ebCB-98np)kv7brnKQ3!OdH18h0^MJJMpu zI_iA{dBQmo!G4=j!#SI;J4Oz3X!>Tkmpv9JA(ezHIadQXZaztq737(BkXTSA+y_qc z?_(Xu4`~R!wXWBZRI;HZ?JxjGgZnJeVdT`%)CkL4KTy0mT_Oz0&>6$D9!V58k=p977&|rg)dzR)?Q2AnqGIAvs)+p4}p7Tl)9_)*^HY*my84Ok$ zwu%Rlu>LC$$6VuE^@tXlAM<*vr2dDLNlE-cGhsqW85zHj3v9<$Zsi4JF5po9jHGxA zx49p)iK(>phgJYkYQtDOi8MLtrXGiHzA!Q3;tv9{dI&eB_Bd+hO^yUa?_r06B^WuSLUq_fZ*5M^LhIJ31WD-R{~36`XP^2_gi zRuUebCChjQh?bX2>o-A4)h5bitdlKe>f&C+)6SJ$I_?8UA~g*yun~x3fw+?nF4#UU zzr#b(;S?|{Z3!1dxWnQz^&prB0=9|?Y!yB) zodPr;rC)3l+}k29d*dHdhc~^+FmKU}A$Gm)3H*;$KVVTgTFsw{3DE%mSNDb`mlk-j zuzBC{NILk43T#TH00(db{6T_Z`2hDC;s~rJF`Fc`@-^rt(*aEBsPON!T8XQp+~vY5 zdQc0j62*Vk3N12IRN6zBcUZODhNp%$pfv}gT=T~E$a)~kzG~zKUH>Mb7*2gDNxOf6 zKT7?zOVQvNDt>w$f$t@nZWr73n+;*mP;?L5>Fu3YKP15<DIn|L~-QD|!i?yrOU?xfW-b z?04RV>JDI`RtqC*_gbG02qaE20ioDa_X04b#8D(txDJwc8kUPV=!s%tWhTr1!rq0N zVgF+#4^s$c=S8KFk%*Lhs%{2%R$q&`=jI3`nPUFR({9p{w6So%`2>&{Zff*n&~7Ya zRlr0ea*&~zD0I4b>Z>|Oc9h98^RreK6DL4+uF9X%c*HwL1CA2b#!K2!K{^2&J+I%! zcW&n7qjpP7m!SNP{Sbo9+X~bGMaiz0ob*hJTOnszx4cPzM%=Z&v=fe2L|Ix}zK7>L z#1E~P4?MGk*dF>H8c zv80ox{lpe4P%&mvV;PL>d#W;3EmQAYc!mm@`ID;rPL65*zH;wh-r`7=$E99yE8rhr|ROWBS|PwA>H{6MJK~Y_H5Q zYM6((r3Z$LM~jAcgt=4<-`-{CmJ2#Y$6U66JCs?*Y=}rxWF$zysxo1P zs@G!U6Kh?Y4f)Gr=bMo}RABI3S#H3cRz@8@s5adfyw^Y`(ws`IxWDjON1_$t3|`k^ zqNOU#SlPUNGjc%qXMjL}1+W8Wo_S-sE8RO)r$A?kP|8^!{(T^#`05J|I5NdE6W`-9z8Q zN1wx2F~n@!OEc3l1ZfhbB@5o)qMKdglg+7yK0WjURo<+^1btAOOesh?953vc9XTJ~ z@4AntPS3G;V|tCZqeD<+QIbAYei48sDB=o%HVCwyL{>QQ%jQj?%}|@%UjVHSh)cA^ z0@rQ)3AK=eT@-9YRM>qJC;1rMW0Pf*q?{cy&qQ3ZV}X~&R6$gB6F?dV3MN0&M0S>N z`jF_C155*IYyFjGfr-p=KA62sk3vD8+-;1UrCL0sN^t0VUoV5X(BGiHx+lG&mnn@V zRra$jYg~)Ew1KQ{2jLxgsFbPzu&-sh^Y;f0_C55>GKA-Z+DWOjhYXY)3R;Q!z7(v7 zSZ5Xx`iD4|<5L2dS;G}32rn}Gctw&6?I4fiOHZ7ke*zWu`G#Z<%)JYc7)(<|j$<&` zE+!#=5D~UWu%6qV$~xy3TBi$h4@Bo)k#KpEK}qqxh6hXI?O4Y}aS1F16!KpsRS#U8 z`>i$r1zC$o%}Ir#+yDsg03c>7#Q8v+2bVq()-;Xg^iB8QW`WDn$qZdKSbA!QUWbT_NiM;C#J0!bQ)p4{ zV+WivN3>#w1~YKoBw;U!@G;P>`X+Z!qdHiz$OgacIk5b=C!1!|SNK#?I=R~0B3*zB z5yd4=?n=eah%UdVJf`}jqDiW(bMrI*Nw+3((jVy!F#%?oT20p`*Eo-9-3^nD>aW~I zuDsx%!9R)=vm{I1Fy8tkD4k@pDhL1@UF|e<%ejT+hU;rm5Hk`8M?%#27xLH6U;AIv z$;0i9$W1nzmTxTllz4wcf{S;jt&a}HSQ*91qnaPF-WDq;5)IHhEv%$5pARWW>jzil zr2#81LT&ZcYhLxP`_~VJ8;;Sc4fT{DSeR=lmydAMlZtIlgb0n97-sy^4P#eoX`}$w zyV$fFv?>e^>`C#Y#s%j()&zR&7ynHb6^o&z2&ZHXnAy0e<`k&i-<|a5C5z`Ikw(+0 zE<|dh$ma>sW;*S`K;g`nI*eZ&B8vQhM8}#w3!riX^zRNi8TU8K?7V zSn%AWIJa7Av;R7=3Zi-nrVSk_rA_fP+l`QD&`!!cktR^eF9ZOfD}#Em7^+(bh-_ff z%usK04qA#>ex~y7y9}tYEa)bj`*E2#>yVsNeU%{Vc$xgpEQub%w78e;Q?gnk&6ii# zEqPMNOppAAZ+63tuv-vzrJYgfcPn+$Pa29YY!qi+&sGd=X{m~tRhH5&sEn?im+NWb zTc#HG8>uZRTao&Ccp2TOi#GDSZAq%D-scika{2K@JrUerf{sA}f^#L^qF`;jhK zC+%;Jm;}63weu>TYW{VJKfQ*^z}du(vO$|k79mr9%)c@U;#Opnb|F8>C{1~Pm0eIu z9PA~sXPcp@#B zkCJrXj;l0>8hKLf(lO~R`n%BcGO`W>*0eY9W2WG>wXEve+^%6IqLu>hQ@7r5=+sS|iz$HEqoZI?=K##5dFHb<}{|(WsVw(QH z%1i|mQpsdfp0z@X_%UfC-j|n`xWp3Mgly%Hf)b$Hn)K@L!S7EzexHm>v!8B5=Y@->lLo~n8A>me@wF841`M2AdeITvUy@)k1-=F7Sas;` z&}4jj=DI_2A8gkEkiw}i_fNyOOQ*Mf|5R0k23fg??4}is=w03UGue@<=GK-zr9Hv< zH5P;U(Vt4fpHtBAH$91yE^;p4W5r9AE4U+$zmu{z4vck)YpYI(t0a|%@*j` zT_eoC?9Bu7tBl0&NSvegl1?)%5LPwCjz76aZm9#mJyUBW(u$pS&d5w-p(aMMHHemT zkmnCQwR4XmAT$0OmH`0@h8r6DcYy@euF@(-F0vA=bQhj9E+pZ83s8F*ddok2sPDE@+?x5cq*N$f%#yR6iun#$bVrXWoqhv)JiR zcTYSn3tHN20)BuODethiiX2xfR?Xhf^41KlSZpT8fQm*D1oa47Pqg1A3NOMJBOJl) zVswj-)bsRa_rVv$FhVf_Y$Xe3XIef06ukgG4!x)sw#kIiTfSB`;R2e?i>Vm`!i%69 zk)vh}Hvrut1UwM0?E`X{yJ@xfrXPC^tcEn0Jjz@|DV;%juo$_R-!>%)$R>Yy!*$mX za5QvRjK9Sw3p9VnKQ2s&UH&-4n69$)L5k$h=65!5Z~Il<&kL|+;H;x-RO+c$xpEBk z)j4*88hON37Gj8hF=HAntG(5ae&^Nf8f&L9M6DZSf@m6{FBy z7q{evt#iVCrA>&H#w7_<@v`M)AUY!i4Xg07>Ir?RI;q?K76ZAbiOn*CP1Fp+N4zYE z>vd4sqH12LDm$z##s3yZ=vvXP1i~V>O{KX3-6*xzu1znuHuF~)T~gm_^X!W_bZYCV zV8KXK1A%Q}zl_h!JetmdRYI&-4=8aN63S zA)jttU>zHw&&P=y={^HT3x(r=TSbvr8=N{49;GYO%!~1$ z?R)7J3-MDFYe|dcNH=i#WoaC6A2_gCj#-ef5N!miGtz!(IBo zWE5R}uc~OSPbX$}n_WffqTf)C$HJBlHOjZ35etPnRp>qUXAy-uz$wQpbw{$Oc~Rq8 zX><&3_omrAM-&P83i7s<_+>U~KCRG>V)krZFFXsSyXl~9(cpHvBoU`WGh#So`o}Xkpw|K2qH^VIK;8@R>e?U3vqge`fId$A07ApHo$H zDmAmgZl<>%>QHHOGq3$J_-n^?%GE;%U`IfkrOF}(n@G?#_*L}|x~K!nDj`~|0k?(3 zB2|OVO_Vj3Re@ObB!a|Oy?eOgK&V2%l=fN$KGc11kzi|Ebnm;lQp~#AJ}lL&A#0TR z4taG=^fA|!e2$ck2x`onwtH=Xn+!eKc^6R~kXFAjmNrBs8BxY00%L)7k7enWp20<* zbR7s-X^AIE$*gHS1!s>7ray!_U!&p!$lekyx)2C6k-jIQ(8JP2=>()R%wMoStbW3# znwElBzDlOf#-+__)8U=eI2OVV=zfU(^t}lFplxVufIakf;T z9X|D?uWqZVr?T9L!T1oLrnOPe=s#S)Tbk9l`zLc-Jt7)_bj-FK{!zkLqw@se^*`5k zv8_r`I+WbNxy?qIH)Zt9M?-8lm}*|qxrK^lB`XrC?4oK0$19YLNA+FrdO&jFaU?GR zeL@%6qkrgx6@sT0z<2e(j1vdg4%Qt>&3lis@7lb(LPZ5Q zL7~gTUiiS7gIby)D9|Fk6TsQa=2pwWHvRqr#}{YKt2c7AHiNNIST3kZLTwLgO7^Lq zFXKsZt!U^*C!%w;1k4NexMXU;kl*G9@q_~oSmbinN{i z9Cc8XA;)yDIY>SV3=T^R)q{w>5U5GG!YcPO@1&ywwzex-ex}{3b}WiXPwL7sJreZ~ zlY)9(yYaO1D(@HGsb;_gzVoOCN+B|#G)VrRhiK3^H!907Pp`^-aN@6w$z#;YZ4HLaCOV8XY2N-zBEe^&fOH2wytsPqj)>RNLr(C!B)PpXrU_g@e$DFh zU&f#7@@O*ZB!8RCD*D=c62Az}1ZQY;4l5*CR*F(BP1NV-J0zqQL;^_@WKJ7WOnW$A zZ$B4%FjXDT3r<`g15cPW9J7DhrC9BmkpD%mEneF#%0>-{wCKB}bo<`57ZOj$f&2%T zbn=gIUoTmNev=ssxUUIdNnz5YPpF}yt)$>79ux(9zJ_im2p>ed>XFPNj_&^R89&&} zON`LZ{G~%lU5>o&_j#Q~-x#!0t-O_nU*8OJQw&0Yf7jh^0-c?ncO)XnK7fz0`Tt?; z9h)=Z7H!ekwmY_Mb!_8_ZQEwYw(WFmCmq|iosMzy?mDN=Ubo&4>p#qzW6r^>S?`W= z8+0+j)r-hzC+Cu#&-aN#B3cc)r_#yysuaT*;I?~S-eKms*RDz)-l?Kv6dw#XiH-q{ z#2l#})YgH>2A6UVKWHkAVGH0cNuL(^)R$bX3IXeq`(BB|aU!l)9C(seuF zLRu0_$IXEn`OpGG%;4l9nXw@IX!&Y7$Tn7i=bW#se(yOO9QAnhp=BQy?Z?s@SRwl`nMa9<-fWC zIT`C6sscF(I~K7DbZiz*^Y%Vnio%;LJE z%#*r^5F|L3{z%Lcd6t($=oetx{Dj{2Ma=EF|2y(9e*SQ8X9_qP3e5ig0nnJ4eK^-6 z)tGv2es;nD3qx7yeZTBUcwOTib>X&^c5}7@|9G|52xCe5t>0umy664?Wn*CGb0PF# z(!aUNL_#4`dB&B6lr%eWgL>@G74EnZg11xbL2GDsJkAU?mP};()t++0)mQ{?!O_P+ zCa={4H<=rJw7h(ZdkrR21bkK`<;n^?nla2yTy^A>MbtTQ{d*#Q|VtnvI}P&J=E*>F`IRni$yu9o3FwoQi?gW zNN;l8k`0XQMxCe@>nz|sBZ2R7T`FCExKPW1RJ9iL<+p@*1&gBJVd79zQq6P;R4Exb z@2t;Kq9TmpEmM7=DGb*oJkkN0iCiKFnyVeVtr3$xk;%MMTE%`~p4_#V!jpWxOgK2- ziISt(8_X%xtB0Xw`;kvm&woOV z)2e_rv4F%vVzqJ8M*N1ACqV)>XQDQB?cd)XtX~&k9tFDl;l6I@u{u_=ZwR%3mZvzv zLX?8}S65hl3kNL~Y)xzeqsPw0XU6P?J~P?TCd@6nSoJ`-61-UmS~v-kP}~f$kZJwH zSvPmIWrRt2Bzw!TCJX*}0j&`Zeryupc?Wf4!ghMea0npY}wJ2Atb`IU;m z{Iz31-c&)ambFt@X2(W5Xt(06s6ZCZ?>F^UBofASZi_A7;+KW>Le2B92Gs&jRhfnC zb^_-!qH0rxS9>Ul#$)CD_N3Rw@qj>qJcBh83l5@wPfkgd)8YID~p=PAjU{Is^}1u6569t&B2J%6xe<&F=6eZA|v9=<`BQ7u``lsMWkRc^sy&z zra?3j%dl1SJaH`tD*xg!6WYF$z*^Xhmmk2)HL%}p1z&cgge%$5O(0rjA3v<;k+?Ia zp7)*sLhH48Al5i^CThGBkM|ImRO+74buu+8lxEj;VXSgmQ>MZ-Ws8a2x4#rjFw|`k zO_s$_6jk8q?7J{@{FcuuGbJ^fvM+2-7flEj8>&te>pdD%BNnB47L-k`wW^@e;0giu z69pc8>1)PDwT6n8NV68J^<}{$w4VBrnyhrO6a#Z@L!*E;*34o`x_c}nQ&*ZD5#vHf z;U7KapqCp?hm8vzHBtoENau%BF~2Re6FMx4@wY}w6=#iE{(>z>8$9@I4hmz2%0R!6 zT5rZid8QH`AZkC|D+3oj1d88la}d5?DW+Wz z*Lv*}yw}k3=|^w2O^q?}e-|tu$l^yBc74p>tJLOiztt#C$U}9q(8F(KltggKxwVMt z%){>39(UgspX_!&o@-u6yQelZtvyU~<#^cS%ZmDluA$tHESwMg+@X#!viJn7Qww}rreH4tDYbHuMg}?wVkCn}X5#3tg?r3r{C}LBn zYH7X>AZ_}ChTq>hzoCBa`D4bb6Vf?)AxyEJpUpM|e9H3n2UZJ!b2>_C_<5D?^@8$n zA=QOZdp_Kzm6%J9vdy`4AASo_ZRUP^wD02PaN2(a#C}I6pwABshT|8`7_xzGZv{}= zs~@EkPr4gx?f}R=aURjI(?e6~8=ZEHsn)L@^oa%;}{bz|VU# zO#N*I(w;B+;!{2Oh|IxT8t=%V^2VFNZKI4WE?225#ZKS@maQq4_1{31{l5g&|42w* z0>*96*^$0M^#Sxdo2D$dBl^9mu&G1XQSfUmvg2&;^Q#0efg}N?c;+`Mm}op!vqZ%G zK~{SHcSahk^$Rr!{A)VwT;TJJu_7EV-5M#;gH{scY@q2wo3#HU^W~~;B4-R%tzjg>OBkl19Hl*`;-6umD`)* z^>+!w$nO7$MR$8BDV&nf>tMYQAkL{6zQcRy%w#nIC)3-`LSqHtOEiYk5?^n%nw`(y zqZM-j;-0!fNc6K|(g(omEO8>opDaUMonkQdBm{J^R_?m<60OG=3tdOPjc}a-;oLRw zYqdK)hYLFxXrQ&LngHZzjD^ss9S}-tlp)E^r7LeGsolFzOaNp3Pq@2eJ;L2Yioy4@ z0ZAx!OP#n0a>XOw`Q{Q89kn8FA~JRr;d4^;IQFUjq-X-JacW%wn-@*1_GQugKS5b( z#=UtFxLn3Fdu!f-EQi_0q_nujq$K1zV5Qh3>PxtiLB88U^E&p?Kicj$cv@3yD!*rYMHd2)nfqTOYL8hw5->VcEIUo96OoQfrx5^a@gfD8qk12ubpIjNNgjmGMb97ICE5P*71 z$dl2DuAw6soKCcdU<^r>&U7YZUK__}rEuTcQ%J77Fw5k*+r3C0kmn*p)$p*=SiVrK zLdPGw77i2Jts$trBmph~4<&`uR0HUmTd`FmLNgm4g=D2jQy#hx{T(j2COX%Ig<)u$ zuVk-go5REf5|ZatS)W})c_F;VIG6$xSRfe;S`r{*2-Ryln@V*hs%de_91k170lslE zC5>=&!&}WsDYL>V#=>A}MvS&%*iNHPzcwYS<{-J`Q2q_<-Mt-CcvpYq0GjZo)M@4y zrWA)=My(tNG#f9R9;AAThzB%i_-C!Y^1gQj?)^=vW2Oi!u0(j|;}_O1W<=WUCLzEE zXtrGCh$~EFf3UsckgE(pHnRV44gf&vYQs~x6s`a?a)yjgl-h;jvtmngdDWL2@tr=VQW)%kf2lAV z?*@M&+2$u49F?DVV=nTO zsztI?#x&NM6$LhGI_<6nWl6=#{F%gXU9m=Ygs3AuE$@aNsUVqzFo*2{0GLcm>0uuf zrVSua4lr1Mv2?}xrqS7>EnQ1|V6jKKd~q?afSM`-OEdmz8^%Zz6)NY3)E{2Q2~j}BU;Gfj6IJ{loW^{t82gaIS!uOu7p zJHj3n4%?Clm8`^wzWk_SyoYhDskfQ|T-8^DW^uEb(~3I~v$xr5!P6@-0(+IQ+ZF?e z>FjtR8K%$G1+I;|8cx_=y26%l>@Rsb)Qxy+CTO&}qpS`sH~E~v-TlcCK+X!0#KDi} z6tDQw1z;{RA2_yIDA#SvDAt&>fvWl#>%_S)7D9^DNnY#KX%1yOH%U1vD;B$ri582| z7f#wVbk|6*@N)DF>@{dO3FVJEXUuW^vW-v(cz{BOU+g$OrPgW5FWEm!FiS~MD_Qn~ zN8bfNhx<}RJqsu3d77~$Es0)geJ&46JS;UG{1~<(;dp;aX zW0tw#7D$dnn{<^xzUulwYOCI;mjy3YEs+E&F&d>bAOv;f;+j|`xKe6plF?xVY>~!( zCkYzP?Az$Eg1aDgKFddE2}M2y)f(9ErGL9OOF+t0jWfK%v-aJrGEn-`a4ziopmJ)qJ^h(CfzLK>%wvBua0Uq_&=1 zBO|KR&()o&b{&lAnX3E%gB7P%%Bs^7#5B8f=Ex3%*$;C-EuS~-XVGP(}gu;1nqd zyU&=QW*qHU(I8PcMDlV?P;yEj+h9!sP@5|7(8&TE?iKnZaaB|IQ8d zkUW~0F&hEr!3R^;u8&ODai3F`{?B!n>~(cks&fhyRPP8a7}^B8=TEsOY#!;>P;iyI zU!85Mv3az)AM{Zy$TmR|$5?&|Cm|BVvyT#Mk@3E9c)MpxaagnamRw4PA|u{HG@)5S z34#-t#=`e*orqKgluOHLv?f`sg>2yvI5Zq7 zBJ&+k)QwRj>)Agm_jiZ?s9cZ^rDnrYDST|`6P;IM>B zcp0|CN!OTa+?knbB;hWIOax=e2GcvGuCJN#NW)+g$3Yq3vwYGUXdzt2;duN$_qZpp z))#nEY1VYXQqIw&jJuxiBGb1lpx7j{3O?vHi^SUkS)j$ufeekkiLa+;q#t8~pEMC; z{V~O7%etrzP7#4J-opPDN-PgvEt*i1Z}#pSv@Of~#9OT9%;0AiVKDl{0vFR;^4L#*mVT9a{xyINM?%*l4HY_1x|yCS0I{z#Tk^Qt&eZ2Xc;s zE;?pN^u{s1&&`FDF*<027BtH|P#5pkf%eX3eRPN^3V>DcsU~{bR2u$X&c{>02~!75 z{SV`%)YrmuP1^3%ToxXll_NM+tU}RB2E>tX5d>|CiLy6sQD<^8C13fxrxuI+sb21( zJeA;foux4Co6pKAge~{&io))+azV-Q%DxT{2VpWYRnNfN(NjbesUC%o&Dde#b!sO( zLE7<+{+2H%ORb`fkExnAGu$*Jf@*Svhgu0fTn=8LHii6jo*}M6{Md9*Bmg9t%|bgs zzk+jRja7H9L{BCz6ajlEH0jbz>2ct)old-6x1joI`pAaka#U`WOo-p!)Mg#j`-wIz zNnE<#ZN6-IPXy&6WJ6^~<&zE8HJHE%sRpze&S03a(ywf6Un~<|!xWxn!;c_^N{fS? z+dY)v3b=VMeL0-u_2*4hr4SveegL6Y8o3|23@VLOQkUT5&e7M7T z@plfC-TY;7M;f!wTl}5i>jLga+B>phNewRp4EJ%HFT3RZ?vs!5Ty3*{h$p|!XE<^U znR&nIeiIXu5=v?(DuOvIGt>U5hH9<2H<7}aH5cbVzLY^2p=$10I3Se$P1O?>GQOBIML8m4aY2{9Tu$5sr=#>N)$ z&Ob@YGJhy0hCQguE&I*&_{!(@tWRIhGhBa{ouvOy*~xXwDAle`njFI1ciG9bU$>-% zol-?*l4**P-W=o<1-`SVA^l+lTjSp0>hAQrZ`|B2frP+4fuKb*uPlvU*H`?5SBV}K zow4(1XTjR@!|3`v#S;96ejG8#x6Cnq{r<}DL-O=+k`pseMVX&fq1DM}HeM}km6(iE z9Sr*tMf2S0o-bhfW@wQ}JV6Cr4mYqGUwrvINXg~Qde3C6!jBQ}(m7tHJcFzksQ)#;bH9>%F z`BBR$&Nvx=wHZ}{A!=z}k_wqF00T7U%^QmqVOK{2C&;*SM$V5|N(yY?k>c2TWya}F z$lWOMMR)K(jAOf_0AW&ujo&04yhBV?C&cRIUT+FXA%Q>l&QLNP-+cV}K7AEm^4icMfO zVDylMUC5hA(@sN!T=hq0xGK4}ckNIr&)>N^BnqD$Rs9s$+V#0c9+m>}PBeCS->DA; z#4}Kx4;ax`%i{qoyy-oxkjUK-TKW^JeA2wce6k{OW?U3wYgTzvb_Kp)T{Zb3#>&&z z`LCk7(AOmyb5#6WKFo`uGUw$rfK8Xh3Tpu*+OSfm0MJi<$5k;B7Pl2<0gg^kq+Qgh zY{LBEvbqzf<`*!s)n~Ggv5^7a5YelMt>8LlRH_CwM^b%;PG&u^-bPH@>Xy##6GMxI zIThqi9lUXp7H9xe_i#u{^^_KjSx=_{54I7twgQS$gdHQ()dn@wQo>fq+nK-%OCUqT zL2;41fjt6F~JB=e}CM4ZuJ_h2TT04%n*)y1q{*m5h}C9A$657_fixdfhfHuRlpw z$n9WSI;e>=KPB$R!b+Crea{&uLF!4VCwRDpVd86uE-<}WbsCAvd5p^!Ky%mdJ@7oZ zeu!RT_{>rRzr+PpnpsL0jk!V>$>DL;yQp&Mfr0w3nl2c{Mrt!I1M6dQgpRu)Rq;|0 z!YGzTGf*ZlVGV&D0P2`vEC(%3#*1W{gWdS(&(?GspkcCekF#_IBY99r*<_?&gFtRVy()O zFD#3$%x1mwW{|zm@4@1&^^wPm-5Kp7Y*!D)e6m8_u;>u?N|L?NDXBfvy8KeaHYqIv z_3j{&-*iUI27}sI^D%(+g!f1Bmh?u^Z!k?WM(!W=KH_o}=a& zmM7JC>{7kkn=+i*$&6`{U^_$efBw|eWf`{J)InhY$AuzFr=DSTM>Q?=#_$1tP`R3x zgYJt8naa}%AG@mVkIJOSYaR290?I5~Syqy^m@nt-&dvR5wpGRDKkvXLx)xNLf(2#O zYEoFhtWmAbL)>V03OtJgIry9I&DFP;@Q{n4EF%-Z z(Lu1H>-59%{G#8Qcp!J~O;e=c<`S5sZRd-x<;#E96ePGseeGS}k-MY;8a^GiVRAfN zT9Z#`@|o#}P)x=ry|Eh{-G}NEiGGDicX|NrRD^&I@A?o>^p9=uGQ7bjG3&lWhs%1D z*j{lWmNHxPp~g?sM!~XRpC{E~BJ6(Vz>gK7*lf&&UrN8|i{2P8SzRYFw%e;0OLP#| z{iS_BahF2XfEIKCu=@lSFl3AoA*OyU3oD6XbZtGdStE6Bfi0_-jnIIr1X#|ZJyV)u zNmC2`Dnnqi=t|%?HR!-S>#N>|tRv9p3Ssz!?CX6_zLS@e-gQ2wWHhFPUQ+r_fiuh< zA-et>p8Zz@DKjJMf8g2BH=b?$p9)F3#35BdBLv_*pf>C@t+=3$ zzaZRH$Im~HlbI&5QFm(A$3-=EuX>}I4zI@ee2?9}Si29eckQ5`x5o8q{b+l-==JQ? z6|bpZ9P7OgGxkfC;=SAx3{Fd@BWZz}rAV@n@Plr3q_XU2jI=yB>Wef{BzoCC@6eKH zw?8r!^Dr5gDdQlt`>sDT)kBM5+>6*+0MKQm77pl2vAoYbQf+Rw&oq@Q!?6-7I8A$i zTHr*B>sh#6KJoZcFA(NwK{!`wfI}b+E~`88IyD_F=G3xm`4(weGc8z!n0De$)fzq1 zKDgrDAqe}ec2>y=mMiIxXZhc6G{zpkYIuCI-A3!LnlWdtEO*EpJZP;~TO^QZ;YF-# z-*D%U6==^~1a6q@f>bHju?XkRT)T(l=~U}(pm+$Z*$0F?$t<1a&>VqCh}09+J=FgS zqobPc5(t?HVX5R}&eYv)zKJn0XD~Bq2T;$>KGTOE@C;q$7)Y{7v7TNh4^bN0_XGdB z`LoVTtjk+C=nIUUsq0~ty7c4-wn|wl1fM|YVaLa8bVFSHAXUaYFNxxgAXUpKY$E2z zF!$Us`wKZsxBD6I8m))xaSD6VL*?ha*t_Dr=Tyk{ZhW~He1llqDodi0qQAKY(_`d5 z=hlfWjxyz*H}4iSa@FSC9%= z5}p?N#>z<_rgQQ^*2b?M_gAn1@OwEXrr#ThYOJb-D3xHEAnGFZhRY|S2D{6_gx5IK zdmRVHEjHe`H{}n$m9!?L?-jg6Tat>y8lD_xF@>t6_qa}UJB}A3L7aUH^Zk(T=7-RqDMi2)UHXPImU5BCd!57DkDLR{uy zq2FLxbpPDuIk!@`q;}y09?}3kU~Z(uWtEB3~?t)}n9E4E3*8x^D)O=O=zb*^Bzs z1*5_e@XKw7KwxhtyJQ@wxw=;x9;i8bS`iMs`w7m?b#9(L+tOS4FhziGmWd#w+T((z z|G;!k_Bo?a;jWTT{DdFN5_G7iT=3Sdi@Wj$Lw*0DsuS5Ygc($1fGnB)9!)rXVjg6f zT1xcAf|SU_Ue+q>9acw5`OZ^H{d$)!IIRSk)&4kFs52DqxHK=2bF5vF3< zM$?ld<%l=ye*=u<$X1-f$_Q3bwDZ_C)NuY9g7dM=JW9!tRPt!N1&g#M&ckj-uQuY} zALm%JvKJ)>8R}%tMr1TM+AKAn+6QzowZU{0aup01b64a99{6%zd6agD>o)USR`sup zPRvYbWwT5=Vxy{~?)3?YIEgsh$?qP8(FgrhR*c-cpX6f$zI?rt+_Kr=h}WNh5w;LG zl81(u6gs>?7y&-*J^7&Hd-n~ux(RK$^(eQk?6)P!qeG{hW_;LgH_>gtN zCt1nQTQRKW()4E3kU|^9Tm*Z_8$`KqUPlH3j*$coSTIbNwlNA z`Uv0|AYI@qTC)RF+=5Oyjz4xAnm(+=+GU%XbA(MuR}PVHINjpg7q zfY|cI-T7j(BIM_s-20)7Z#{o`{Kt0@%>ZVKsh5Q-j@&HezAQ4vurx-%_}h!4V;@?; z5gkJoK;H<~SImJjNBp2gYq?cIvfLxZUQ9A&)Y;2}hmU7xt9p73jVl2Qe`o=DmeX8(^kbX!&CW*P^aR&mThh+>s(cz)P_99$M?BLxDvO7ZLC* zHrs9m%bC0B#;+S=V=aG?Qs5kv2iT5xU5a7x){jv~@L7y=`C|j=qSWYT2S>r!G{-lB zzpGv7vLe>N+_<6{>C=7zcA|YBr_z|J4;wG~nxk)9#b**h_UCWsLV;pgk$#wfhlr{b z-y7EWizs0F{@VCefW&_>dC%Kshhg_eSR7BM3eDu`2UHHt-L2gtAwZK^|M7=-C8%(O z(rub>z%ETw5Dfuib$;F~@4DWp579hFn|>y!O0|1&%af&Q^sW>Nvu*e+H=GSP-+oi1 z?^?9yqI50VW^W0BlWoWSjE0f3xNt7?sHbI~&M?0t4ffj~)vKXyVd#Vd3d!fW%k@Yr z=Ju=!kLgid$P5f398M32K;_exh|8bCncb$9IkKFjF@grQ4pFG@Z6mnxb^H^!K>fFS z{BE3Z!zFEsO1h2`OiMmjbpUMKtv>vH#NC+oKDW2iN0=WEKY=QvV%~fyC4f>Vj}TEx zNNOOb$`m`ybmX~J9lTT;iczOqcT$?xf`!d*jSZN)s7;l)frpHqyyu;|%PrtmRhN0@ zB`-}G@vT@pP^E0jK;oVsHZ!WSf86gLymNJgK%;@FCs0o_zw)LX+m&|7unKUE`y}Ng zYkwMyfeIwGyUr18biL&k@yB}PAa$uVMkha~=DdU6Q$x@wg(gF5fkpgh}l zja_7q?FhuDVB>C8{>q0-Yv~g@%+mtnjeRy~IeDv81vCqL9=k3l14m*UFo?oBG|+Xl zUek4?bTy027#ZH3Mrd&Ig@+(+8YqsQ6l#RZEkpukG0USLViDz8vFf46@H`Nrz%BMFRW@JP=Ouc+_m66A;mQ?v#q&)DPl#V&t;bk**($rGnf3;4(M<%4Mbb~H0dRM%8MYFGgW3( zRH1!%Iwnx)29rzI^>lA;S+oW&!6ZIE7Pxc8v~(ptLcQ`6kEF1J@R#GCnuUQhW=6ehlFWLfFbUEhr&jIMpOzx0EO66WD#S7o9dJfQSjE>NyWaI27hls zyg$)OO)NS|yk!lC!Q$mf;9iZMEr?&xPDnN2G}y2|HO_oqphM$`t**3qi+hV(qC}2V zM2~R^d^E9*xps5hZsYChW%P)vJls}c?*tV$U3og#Yj#-0eLKzXIaO_O4)g2)SZ?k6 z*?8$IXUvWGzg;$$$>WW(4^H{O(%HC3ik9-;^N9S)G1o|hO- zA$n<8`t9$i_HUZW^DP$rOJ3V`|0jH>xw_r+F9^oT{9lQgjEw&gzWYba{J+_Q62@MA z>B|3?J-GFp|DV1V1c)eEdqbX>mbDsJMQg0kmlsnAiO6MPw5(4N1OHEt+xM`oZsoU4 zzitdYgrQ@*_A}&{p7Z*JlwyHFD1I zjS6+_G+nd5#ppuVv#*jH03+j5sxhTLslz@1E5K!S%%cu0gX-lHauyYuD0IT2VWUh= z%e~r6I0p6$L(Pl>;>3tlRiGt7$xlRT(skxO=w3c(8<8Wpb(ErmM1-g~D41KA?p@)$=Xc5H32hA?)W5{g2znxkYF`&z z=;OJi$yOr>G<^e)ZApt=@bC8^#6n=wlUui*-G|Ck6GP(Z zt$`SNr%?(thM5zM=${2)Lsid&v0=zLCmBh%(gd~4vTM>jq+OOOLJM$L=VRxVI8Cfk zwl(>hp<2AW1hK{DKWQL0EaxLsE;nF0O$qIpv8N)XTBw+1q(7#3gY5RwMa%8+n27-2 z5S!u9xmJ`HOb9$=Y0D0k&}(tWOU^o%0{dDV_^Tg6Rp^YpDSaJm*_)+@i!J4Cawv(f z!3JMFfQ8+P(`&zImL1LcdtGFd=GZ=g3Ow=z zk-5WMCixZ)^Sci0BZVS!F6WlKSb|+-RdzmZln&!p>Cx~LdyR+IUHaQA4K+N}RiQY; zYQbXnE@ z&Od6|LdVl8OjEEQY8zO>W??|evOE;izQGY3c`WfqgZGTI&dYGNb#~OG{zj>Rmrbzv zvdpGx39PD_82T1J%6obcas6ES<$~p()PQ5>4=HxFYihiH+w*>(%>wBUoyx6@Yuu@B zqHtHg)7l*~U78C3T?_jVqh9k4j`fUyU0V$akdDA=Pca4C}h^~2+u1>+zue2>_E|mbHzRJobZ}}|s z1P7J3o%i#6cPT#tLP!Bb{~LUKsVRj=1ltV^S<_ZtpI6w9p%vkOyDpw`d zL(TCTT#kRN`bUtw$z{ht!#Zf@u+Esh->$+ae78l>Pe0{;S@7y2G8NTmBvg4iZH}j_%rc*%U&NqyZ*Cq3Z zPlZal#m5Cn(Nfs%Je>9x3&NgrWqS6F6Cke$G|^r_Wk-06zT29L$kATs1f-Ulm%| ziJ4WBkF!W~px2n#=qfOqh0L{%eCqtr%fIRD{^uz-%huE30noK)n>D)wpW5Xh5_{1{Sviqgn<+T)~{f2L@Pb5qoBK1)-2-PhVztEI`6 zWVvAtZN<#UCvCxiH;8(8VwDAaZ;pTvf}%}Ub=rWRn52{O zygg0PHycu#d~pl(>{lW_<39;`-Oh7!QF!crp@Zr~Y&yRZ#0wRtqwxzqH_M(bE!Uj( zAPLCOEkA4Im$*E}i@DnyxE{61o#_6g(>pIkIx?U5X>7Tz7;S4aTQ&>LoSW-*sq8&; z_N^?a6ny2S8fF<_|BjgK4HChqI_WRt6u!fzt68m7=0i3jBV_!DJ>0O9^Pe{4{3ApvxcKUhx2;Lmgv6RMvvW8k?1 zOyeWiSb)CY+F%1ky*ElaC&8$}*glCn~Iiq90_@k`&tWV;Ew_dP!qAr^Yu8a!krR64XdbI1c_; zAF7>Kr<4;I*4&t>>QKyMIkG7Z2@LWN0teGRDwiD&vOX*&Q8?q^SfQdgi;(Q0(g>L- zQcz-ej$M6r?^?!xy9~>p*0{r07+LeOnZM|7V&HgDMJp%sTYY^50krJ!^X|- zj`7e_<^3#L!V5DBG!BHnG_tnmh1MCp&c(@;(l*s%e>ywCAyX}Ol8XJ6=r}Y@xxUyF zU!y9`MW=9dbl!xW4@BjMmy|Ug&ANcB3sOK)1v_*GlWHHjOa` z98s@iP~|HxMElD$`ZXJ5q80f^l?>{WIaCe?4d+A+G_vV-aibX6@o7RIh(i(FS?DphDS&E~wy4K(B%(ftlql_@xRJJ*dkgbBus?aiZO__V`AsNty?Q=A|uwin$oNm;3vY-uuoU% zIjUs(_{mLAy-qz%)yGbBMpwD!FMK42^|-s!upZ$49W9-I!-oHk4&mfr``^yEe~RPx z|Di+FpAki96c+}1|5y8;!|&7bu#d0QGdighR4>!t=JlDAYbBHk!~*^ij#-a56;{o zFgHkyspK8J+S{+ay)sjIq%q3-Ut_1K%43!|uZb6=78as}VY@r|~52N-Yuq9$I%W2MVFPshMS^2KdWN?|qq@^~_XydgHZ@9-EFiFQ&l-u5z^tU8G zW?bC5M0(92gn1Sd$C{rOPPkzhweA7=jUkgV<+@P9W#++ zb{p^}DJm)>`b+rGl?ft2-YUxzL8cCK!)QKYp{os{XyAQs5NX68!)m+}O!ELwIwPa_ z8{Od=1{63(iHep!NZ6R}ls0_;vOOErL*AJc5W-0YeebI>9%zF1PWk&3FGL1Nr&W!t|vshoj6WkR2M19 zYJpie#qLJ`Dm4OCuSXdn;5H#!DUs8IXcS5(A{3tSYN5!ajMk?j@&FEYdNaCpR863< zE|Vbi=gLD2A*PCfbs&jZi_xPwFL839?R%kz^bec>X7Fu?dY8CH`h{L&OtkL`-zuGi zP-I7^_{Dj-Y=gK#f&{xn_S@Im9rko|Y*+ozWeJ5&bLO8Jh2wxA4i8hEI}hg@@qrvg zt96dDzgbKBiFL9l0SMz~tKNgQTc+Jk&)VyfCr$3+<2j)stvE1Ci$kUIK>_IjCmLM% zo=wisFi>(0ZhM9`9y<$Bv93ZBI}$;&PY9UO$?p2sm+4{XkXqrY?fl$NHuQ-#lf2w7gO?KC12-A(fRiZ&}Xjm-=F%#s)oVR&Y9* zASvveI7DaZD zvtMq8?pXNNmc-RJDvGTv^-z1pE%Sa#nan3qYIG77V|gAoLMdAKLPdqXd{S{`)P(H zTRAkr*^;d)=8xd5a8dC#WXmn9G9@ajCm8ED)1W2}f*P8YiPMgK9ka9!EvzGa38#kO z3yOBiep!yz0D&liWyT`7&vwv)x~Zu-qQw`PpIf@&qo*h{eK09TZD;^7H{s8>HsOy> zYGq70)%Q)ABeV8E{)sWt`OKT*5~6f=7MQ|q^e!hW>-nS{1uUWX9JmY@lM~U*oIm`k zEYiv{Y-%Wmd2o2>4BcX1jn#vDQU6;*;3a0#xL6-WUBr%(K|NAcS~Bw5?aPdseYZt0 zT~p9Zi@KExxSLB;QFHT6gf1`Rw-`-NAseN05UyFw_{X{jJ~#X3`!C4M_21DvT+II= zRQzMz`@dF)g32?gmaL@x&eOn=f!ua)4y!WqEwA4LvDY_;z|6Yuef4mOefR%yi z|7Tc#>v_JE@ANI|5eVDX3uDk*WNcXV$JV_LLY~O5z=Ge=#?t))$MI_SoX#} zB)zTCxxG55Sr@4FgZJx1*bXnKq8jtSqUZ}oj?Y`&wG+3N3Kk>7*t#w?>C=BlnSSXITf%^{mf z5Ifi*+>=JGI6n z=rVESSJBA-U2Gt1)<)=|78loTQB?dlC)pk!aXPD~{q0j{Lkri9j7##ERIB9rJ!_t$ zcDChtDq&fZfL2ox;wJ=WwbWAjsrY`viVpsP?#nN3hDzc$YZvNpXKu! zW-w_t(G9m#1ZPH_3+FS-Q>T-b^faII0{GDi<(CQnoe>!e{)ZNy+!;>u!7 zbfr47z{W}HC52=YF*P{PymSGi2q5Umy!%`>gWkJMw9gY0yc`~}j^Q26IZl~>Xhv<7 zH*}`OUtzC3G?>ipkly|7;&x>6qXkIdv2#9@#i(MHr}s5{vy@`GyzROge$71I-$|)s zmyG3?P<9%#TdSK~n^BUp&<7M8J8)-D0|EJfAfN*J0}jbWd!J|h@`N`A`!}rQvqv5C zZWv^KkR_-F`925sS!Eh4ZtYcJ*+VTZfH4pj-P-`;9i5D+OhgQL1 zD+GnqDg_G^|D?TJ~aO+q41pSKX-xrz;6ksllilOr1x`1Kb|&FylnhA1B)-Z z{K!kUiD~^wI$2<%hMZ6FmFJgiIjk>Gu#$O+k{my5a1soR_?DWyRg5IM(VTdJk40fE z{oqux|GLX`eqJafsFI=+4Xl(j0(GEf*B}rr1f*zhG+~`*OEXgutr#k`aQB`j(@G$h&oQur1cuK#Q~ZU7RI5cx(mpVW9>hEm83Q$JjYV*V=8{Hr9%5 z+bgzhJ6W-9+qUhj*tTukwtchDIpvnK@7)jo>wKIKqkm)c)@n87K?)503{0)s4`12C$RzmDlcx*%wz3|LcAW+? z{KC*f??W;gco5&Ffcj5GETvnQ&14*6b4ZcuI}!r`GE$yzmtAIhUzuM`wmYXQSR8JY zCDMv@v4}~?fsD>vm3l<$wxhHndBAb5HNG-e&>c%>GuNBfDAm$%{~6E4@r9;-Yg*sM zSRYMty;n!EwVu@=57uLyT2@H$Dh0WqF>z(Ufq~uKiW&-!7^cCJ(FAjAI)RbwAY|09 zT}V=YnfJfJATscRp6pcT9BFW{uA zWUuPp?iQ-{9M7aS!~GoZfqVa|hVqtSMjcFyD8UjcpO==?B-wO-f?w>EO#Y{N&is$o zHmv_1JUINn0-G~%jW{tHlHA!40CC?9=n0w;y}#=Tim+ebl0xDODvOeh!?@u58>t$^ z;hvuPVk*US3F(F}veG}u6!xrdNSE%A?d`+sl+%=y)8p-lgP>;Jl9Xn81%Q`RU4Ax; z;*{|mQ3@Kd(~875#H!B3GwiF!Q{A2!O%f8I&RsHF8D46GhF`p5@nZhkYi zajYS6yOo{9IJ)9QrVaA1t3@aK^NLGK)0di_k~aHX87k4~Gm-Rj6J|panx+jf_dPjZ z?ym+MKT%N2wA`)hv=YK+Y9}Fa+t-z{8Qm--GrlGmT>9=H@n94Ms7^pG&)2DC>C>%C%bKqJ! zkp7(l$k%oxlu&J z39MU?oXtY)#$sR+Hg-ON<-!WoGy>^Q%f}Y!~#%qdl-Ex$j(2C=t`b`bb>* z$J|Vpmt?3#T62OFZ`Q|1n3~VY)`V7w^r~?Nmb!ko@fflPg(wA$p^Rl})D zAtbI(Q8GRrCFsgHwkf@EiuL(3i3cIrdwxASGq#PCEv3t@1=B$t^X zYnrKWa-Ydi*MdE}opjn-X9GS+?f!mQuXjWv0*T(Lg)JwmWnQ5h7jToM^Pur#FAEl# zuJ_XT=E1jr60vaVVj2#UeJ4>T4FAf!9-3iX=a zIXi4j98Aidb+Qh(&A;G%qdSgq)tt=D?b@>yMR0CK?5qd<{4NAVcnSbeTN|lr=YKgl zU$r*$5|#zbRDajMpB()remfKIa!NRTIj$m1$y`fz$5~p`;t;YhFfAW`t`u+c2*5N8 zjDKPucpGg-pelNciQXVUF3@Sq%iNle*>B>d*|`{6s*^#t#X7XsY&tf1c4t%xmcVjO zoSHluTSrp(Q_PeHLHRb{63zUY$Hcv%^!Ym~4QttE z5~&kck~w0`M&G(l^Fp<{KGPy|MqL>NtjMp^p`~X=4rZ+GYZ_E*21l%Iq_e!!T<7xB zTugJnJoy#`Npta8=9l3sHCnxP@6Gnb&t=(@s;@uu=!Rk~N>=ndUuKHipAF(PVD5-G z5v$-1Q^nTgmb}M9%AbK65Xr>1Bi?~JXQ*rDsf`v-cXnkz4**=KFU3{LxrwJZtoO@* zibO^&d65Qc4Ygy2THcN~_?FU6BrE3(@cNghyQh{4Xva=@o#9OVCF9EotnfGCmUvgR zw04KB3SybweoyEVj3!Cl*i&V0>s|t0wEF~h4=UYF&4BUU{?6z%Ig4V~ZHqW7hISML=;TF|YrZjK<1u3+h1SA)f8$HTv~iQk-UMPuQL-E%yXH+9=GE z7*AZ7!o$Gd?t?59^ke_x4lSo^|FNXAyOxgZ={3XHNga#+!qGtBRKaW#3b=?lJuCeW z_!K|hFPLy1z#rp`q%zZAJ0(`{fty=scQlizr7xaOU4gT@Dg>#Sfcqk0c5>NWP?Ha> z{o|UsC}xCTopu_xw6r={4Qq+FL=RxZV?n;6`{CzYI?q!NBp8``;y=jra7K?dO1f>m z>R}7z2B5}KP1%fFQ^NQ>6*t&|zIQ1ZoY5$LhC%Q~mCbS*BIY2X#EKp85VR4??yNf1eqY~i+2d)o!|vF7SStnok`PQ` z%DKm zAvJMOH?pVGtAk5(i8X~jzm}h05nvO5C)ki9a3ry^C>U_&iq7S` z$lXVFq=uZq?vuul{;6@Q2#}5%onIS%PtQQgc;&MDSXEF<={R5-qdIT0TW_NpN%0 z9r6Gd04PPlRMRJ>gSn~zL!tpS@TfC3E&C0?h0U%0|DQU)>FNKO1B-$A-)M%L>aEcS zEbx<`C~tnrqm;Oa^d~(%Re&bH9F5t~8;fz+SH5K@2qRLex)xyiQxTXt&RieWgw4}) zqAUa7Uk;+=6bM<^GZR8#&(UEp4|Ec>yK8K?ZiViTiQEyCdmpy7zmmL38aP^5e1Q z@_bmcze!Yl`evwq#-ZH`FT?uRCT^Qf)AWs)kw1j0fhbA`#Q=L*p!9_Q!> z^U!uoB8Ba_=#@Nx}m64~$k8D0$0 zq&-Aqo8+aqa{TcOoU=xK5pw4`)0+q28CF31rb*P=Mwg2D$PeY2hG7+$$Ni$`F2sJe zDIn46BTt~8&4961I?xU;rirY00*yHJ1%Y~>PQN%(FbbVV7_xZTPvv$vbmWSW$B0*s zUx6LMsMSYYXmgw@=gbk=(4qy0ny3gNa1FW}gfHz=8mwZ_V=y+8>1gRRrHa!S+X(_B zUoh5`+;=19J?xnq%&Hb!VG3R= z;X^MA;3)>yEvZ0*&W_Ey3-cB5woS|+kCODMPt1sf+@4Vq#fDRU=eS`Ak4C&FS{c6t zS0W{F1&P4Sl3+?&JH0}M4(df3kHj!gHXnC9J|IRw!X_ORVe37e*cS;@CFGSTu1?b!Wn{*u?bJth0l%vl{gySvWL)H?Mc_Q|~}EieCOW z$|#H^I^3j3^|ftqu+d)6Yqu}5$au8)>^z&^?PVG^Irxok>;ZNdf!yZpJ~a1m2d`7t z_EMsjgCnUWTQD!k)he^i1BJHj^616#v}{ws$tcGq*)@3*02O15>I#mQq z5(%DmE3{DkD@KhHqGZJpf936Lzgu4FYg$K}x~D;*9okZ^0SpN|F?DLpph-ldHmZdf>30{h^9lRoGnhl9aWFOqKok&%-{T5@6F8b7tli#7 zFCSe#QwBq?Npn!~`?8(d)F>RWpwfUOezdBzS6^Th+jJNiYxq5?Rm8s__EttILpBb6 zboqgtWQtjyULE8IOfN(pN`$UdkH-&O1a8b!yXM89UnDSEogCv~b0q){EVBW$z9TQ& z6$Cfs77+6?pjaJ*=ff3w2cJTrsT1D2H}}j|1rAOhcnbtuEolo6G5`WIdr`dB$J!i+ z;N)IS*<#DljHN6u-DUQ7p`jQvyF(ep8bdo>am|>rhs|2ucYj1N6AjhZ;$SF)Piun9 zXc@i2?0|aJ6unk=boMC|OJ($d9#w3$7u^L`R2d?{9nvVA9umXYJW#Z=VLu)n6b9wO zkxLBzb8-Xg+6!RFh7Jd)BZV3wR0e(aq6lABzHT-m&oBQu+{Gaqwvyz;a4a!yz&0T* zg+`Ryx+C_+I(Q#9X9#}0&R(~0GlVedi0s%wnh$pqf%AA4(iVLRfe8Y2C!Tz*kA(IZ zqzG!i9wU{4qDR{Jqm8wn()@2C(#EM=yb5=H6;Q+gh#Gv?FV*rnKX3m|vCc zMo_`G*t8Ystd@16BePpVX~JPLzNS=$micja-a}&BpEUxsXdV42Veq@W`c9CPH&i`U z8)X)sf;!P2Ed@d_inFZvEJcYx=BO<2-}58oIeBJN77kL>n=#X#uTBpDeuUmQE+whA zC2q@eG$g|sx1ookxTnjrr1wY54tzWiyPMPWjrw_?h| z1EFExO1&G40>LJr+a`WJ(DM2Ppi2q7V?b2on+%{Sr>C74a)qHF%N}8_k>}bCBDz8i zs|Y6Sb*{z%VMWmJ=j>Id^AZls4HF)H9qRiqHdI^#WK3wLen2C}+|CG0H23tA;T>ZU zGQ*z4p)(~&dWlddha`#@S@5K%A4+6Lw3-o#L!r*G3QpMkf4R)gcXbs^XPc-G#Wv&X z*>DBuiop4H&rqSTK0z&?&?FG@7DRmHrMLFzxKw+YWIHWa`7_5R(l#;E@`OGlm!L(N zvY}R0WcU#(f8ojSQnGDVt6F9H=wdx;NN?pYCvo#<=7@l0R~r=ap{c!KA5$5p|4~3R zw>KN4yKSqal?>dXvT;5Y*@_#^CSvCAJvqLG%^*?-mS;v%CEq)xV906zpF(@vzrQ-nH!pU_Wwl= zL`$^>mSTQ~+Cu&KB2SYF#Er``IkJjUyVzA#VBO@jz|I<|-YJi@c<|YPfZ3^hdgHSg zT$p#;CjDPO5rhX)t6Izx>&&opzUymPxNl0q6L|hoMjCgMcMW_pL#%ee*3g}9o(JU_ zj)*ZhDB=cvnC75zjpvgiw3^E8DYSJM(bFNuKfTD3R|TkJSyP=sh8S2*;xmMTK&kX!5lqjO@ZR z{ZnRHw@>Yf)$_2!wNy*W&)Unn(6Fo(cI)7Iw%Ul6SJ>vEq zieI65!N`~CXT0XfYuYsMdVCExn;TjS{1Z;{b=e>QsPDL!m=aCe9hKzR^-5S9*SRS0 zN^U!?KPzb7^js3K)%2B?JTTZ*AZ6A2(&oEsxI8%*;xQGOdWPFx_ex_!>0VU>spAa; z;i$@)B59N@{G(sJ4cI0Y!&RcDMQKXH9j(O8tBP9G>}}=?>CO?_p5_?|ac9aXi5=RT{&+7bmJ=anw;arNJyUO))>_9F&@zuR+tIX>GpzvKW8+Wmmp% z(q&z;aa!M=Riikj?{HIO@+&3-ZdzFvgLCnX6 zuP1r#(pPS7mn0@Fj?!3Pw#)JR5Qk-Ou8V5woHIVHsN!RgOd(iH&;>dA=46`jh(gC9 zJEth8UyEm2){9!XYtRs{b?g}Fa4QR-Oy#Yd=coAfv;DbG13JR=IKDaQnQK0QQ(VAi z&!L#9P+rJZez=^HZXNa^rQFcqVT^Y7OKFPVV!3fg`+?ya32X~Y>~^=8|3X7J ztXht}D5nJUw9Dey?(Mw@j`R0v+?^UdPn!x9cw0#|Al-r9r=1S_dDni2aJT9FBP2sL zEJY5MBfs>~xv#aQz&2>x%}1@th$OFo-ve0y_#lP+J|0BSJSl{UT!OOq#}l4vocDjw z5&zu9{+V2gjrHGx50{$b)))UnmM<7vz(O~a&!w5!1g)cLE8QVT*!Qc(|k7xPdQcI%DPb>n0m#%PI;uXQCG6;G)v6#`6 zw=Yn=m`N}(SG&L1tzaU$31rmZnmFIIgJL=3YA- zH_zt;=>ei{{~F(^0c+YhL7i7@TST>WAJcbz*;+2SPigca(Ysj%${tj@po!xY(FD>S z+{46cf2;G!lG-lCDxP#rqp<*!EeHeAm$m?~xb?;-a)KhTXk{xe1>{G8fQwe}rW^gv z_|sc+l(T_+SMSB~Bbl$)?S|NcgLQ5LAMWjftakzBER_YgD~ioQ+&J3@e&q^v0r!^MwaP66p9ZbFgiAl#=U9h1F_3Ie zgLP!&s->tUA4Qdot}=cinpV7%}WC6vU$r)e=}|m`GoO+ukrwVJAz;ZA=sF+B2pZ){NL(P{|kSh zu9uRJ==p2ACg-aD)j?n3NnBY)(yO`~qlR!lCAi~V7?@vEHf$x)_Q9PhQ(fZzA1tuu z*iKU`3Cm5589YOFScTcPTIX>^vq^=cE9o=h{fWQ7!Oq&=SDxbu%I>eTdKKC{ zqi#0H_6d{+XO>ehK;Xa}6{m)`1>A_xF9S7hp&D*DQ9<#9YoG;bFA%c49- zoTQ)h{5DG`X!EOitw+NnO0W%7w1ZeSZ?aP{f>AWCupor47cBf-VJklqYm4K@4kZTv zs1ir;%gs;?M6$jsN_ec*b)(b8EPb4U=uL4vJD4(Kp|n?*>i~|5>!=a8*Ab7mpolFn zyJ*adzu2iwbsfCme{z`KU$SO}Rg8W~qe81xxbk9u7Nd~GY8KZZt<=oqYTO7%Am8gD zkixp_u~1U`y}F^2Zb6G|p%j}|FnZr=Z|+yEJynu~1Z?bAlgvIyWfjVL{|mI@oyesl@{GSRq|Uide%EyT`?{E2FGNs1yin-!5H zNrL?Huy5$dg(~`jMvp&LEDl&R?6K{{EQwBY5No;Z7t9EE^If9-CAd+6OBFC~%Afg3 zx$1FCOE0Q(kb8BzN>HWe;2K<->Jd&I%x&EHD8ElT;#tuknJh)T(aUG41+CnGyC=Kx zday<8irETNDHe)nkyRCdkmf@XjE6t#VWR5SLQcg!3`J9$=yVppCgO-=@9$cXPdS-0 zxM;*Y9xE!d^k5yhKeO4?L+{cQtIr^+`NFK&YFNPHDfsBaR?wa`LnrcBCQ{ zbYw>r9*nU}Uhn$5`S)t`|I^j~_dio#F|*SD@2me${nYy4e*g;m8Vl8az1UCZ2w(94bLZ^ZOXK(Gh_LM+#cX+7)HqJ{Sg;`Wl_>b@THg)^5S!1{XJmQJ^VAD zkC(4fO0JH#Em@xmfS0*9IgKoBDlTPU-LEa5nZDg{!D>8=Zyd z0>n84@@i(Oa@{%$HCPgdq^-IkHzI@-52(r3QyV52>zJ=#nxEBanO2~+2r8GOvN0vy z(IF>@<`)8l7N>LA=VVoqwB?ZyoxH_3E)aoiBq%VhbK>Lm5&<?Zw00i0R%Hq*H2unRQpOj4=I?G9Y=t zm_+#TaXK36E_E#=a_o&Q(B$~(s?f*Xj`6o~?k$FhdhfO%4vmBqNcHaPZNY1|&q`?5 znR4meH#2xESm4Y=VZo$e28W~7fJlli$Se|$`@uj?J-In0cRDS37P^vPo(O>{>I6j( zF_e)r(PY4xIITLbjgA|RD*!mZieOKxCx?o=W@f>u6lO}brJs+{sThl6sy+YS3oWSw zOI=B@#ym8-H8WD2AM+$iy+Yf&yc}t-^GPquHFcyWM1D|3Y#(7HF;fV$wHvnafWnEL ze`Kcx8Uyyq>cYgo|B%gfG5A*~oA7>B;`u?9GB{o!l9D}$K%2R4$QBz4!P94{Q*eu6 zYpb!6jYKdoLRenp)=7ahQFlaJjchTn(;mp}tEnAZDuDkv(eQ|^N3~Wk=dck76NHJ` zqT|vmHDJJHk_&h}ND&{#VMfRAWg#sFA%b71WlB$^glTpuLYmPJLVtF&cjR~!SUvkf zn~Fseky7($rLo~+b0~4n3P{HtfFEg#{{Cn5Z6owCeSb z*Q}uJ_{xGndJ<8`j6s3Shv+hxiX13fhf9lNHs)Iz;8?(!2wX~%C~RwlNfox^I>Kqa znXBxL(2#-9iV!9?{ZL!2<6>2#vP?TzNUfnX&cFuPP18uubkxEZ)FtA)E%>zSRFTf+ ztRUT-hb2ml>Jo9=DY)HWK)TPM%nk-4r;GZNP91$G=M73yDteEyQiy!?9GUZugK&ic z@Jek0YBJHLBnQUAYQ^m8Z}zi93j_*74ALYy6E+gFBf6H1wv};O5XjQrT3KFG$C}&T z1;u^h`dW@PnntCV#W6pkAw#D4Hhz2^kAMH(ojJ3w&yl=3ST5pMdZ0we;Yr7<8=&4B zK~t@_{|2i~-M0Sy7iM99;VXFBqAum;CoCE>Enl2%B58`D16LOlp*CX`59w7?1C=Ps zy;~>ByazL{Z$|bmsw0oD%@%elt`S8wwmAN`rXpHRko)TNXf!F`1+NvjaI=%D6tIQk z?o#<|cpy1Tt1WBIB0gBzhnSNpL9v+&`g~5>|7y7J^hs(}`H&$>)lg;^l7i>YeJxVb z0~1_T9rsFmssZg$oi;}&%rk=+v&d+(Rp(B+Q|lZV_jbCDYv)Z$R5AO|92>4$qx=3) z=J*SnPBkK$=%=5u+Dih?*_<{3ogCqY1RnijJs|7l>Yb)?C2{-(6J9!VoA^WCWRd>y z%Gt7)n?!d^YV&!jst5nThI!V^Q`<54U(#)FR%N5yCg#Vs3mPD|ay#hY;vpw5_Tr-q zYT&vWYZ})5H*aq$Md$lVP0GCQm%6R%6VGRO1tTxQzu$P{0T)_^H~{i(4)r}`v5wZ* z&vdM~vz{A_Hgx3YYjERulG9C#PSc!c(RkI?{9-m==zHzC=dk(h)mI_89_G$;;O{k# zXfe|LZLYTYe~8-7RmM_szCceleC+n&gY-z>nt z6l3NQe)_PWYe1bav6{01I45R$v!YSlt`X2eCAeo*@#)Vq{RG@^z?y>BzIa@w|;Q4;Ah$huw6@QI;URE9;Uf ze#J93sA$A!|2d_7e>G*UdF_*gQ-aP{9kMG%_ywv6*ElDZcwIxG4+|_CU7iajq+@%v zXezDBxEm9ojBdksIe=({s4*rMWoD9;J+sEHh|d2!6K(ulIal@f+=EW0)M%w#xdmb; zno8LFr{xfLLpV`*I8dpDVUd?pT0S2}UZEbs$0xjRovT>X7CszD*ybWlA0}lc2&hTf zEGM9NWq?Ujh6{FnLz*p#yJwpPEc4f=3%ai?2?2=Bd2|P|SCKq40C=e5y=Noc#R#`! zo9Ox$cj?k=#%KQ_Voh88WZ$`&=lK!+TIVw0<$SAU>Qu7Ykurf~3d{7xsoXZQp{5%K z##&SMGgG`sTK`c}pN$9_|0^jO8bfRQ#kt3Bh@T?e&D5^GMLCzN;8v@SH+I1;?asy= z=kdWbT+3xe23d;7zK1_8t;3w?jpGL#nX8BWGf6@y?q9)kt>LFo+Hz;mr;qOIdVLX< zWNDP5@U3ABdH|-(oDh2}Cu6^JPX7TGw%WEZTg9TZGGBhib z(Nx839vF7UDy=CQ4WsP&+C-A9uk5uEch0LLZe*#kM?L)E`U#5A`#PolhZ+)fs3ii6 z&Ie~e_0Lyhn7TGY=;J0OneUdR>_0B^SZ=ehZ2U$5hIk_PMA`om^V+- zBbakeA%@b@vH&SK^vT!aE=gd^tMyB=0VYosqK1{?OPFT1lqCB?AT>{f6N6 zNHl*~ox%%7A!2oC8*iT}oeUrz9vxqCGkuX0jQo8jy1O|2Q2oZtv-`<>fxktw@isjr z)C(Zq5^=xt7{D@13dOQzF2O^AEPA7vd5VI3hiO88pV5+acOJzX^T>GMfBf1&Gio?% z*#J{&m&{;=G;oy*L>Vq@XNrnk`AOZlQ(@T09F=hpW8wLNUa@g5P^1+l z-+Z|6hvK1Wr<2uckuupKxE%}I$Xj_iUFo{cu#aCj86OF9*vfpf0 zZ`m;;d#c@i5@J=S9^sLdoXyID@0-7QU%8aAU`DQGO9z7Bqj% zAyyp<>hru32jgQVa!q4=(V{F`8Hha&wNZ+s)ITsOZa;YqihT-HBTpgg#kBi!@8Jc& z6Sr|>pV~GtRUK`%m9%H@2RQfVqzy2b9Pq^}AlZCjsCG@@@Yr5~b_H%xAdS(hz;XlB z<JN)oB^fDJ>KIV?OP zs>7G_IsnDm8x8arq-~=3rBWiRZ88T4+1j&XKqhf|pKNRpiAwa|z+s^1p1N}G_+&;y zALg{{0Uo`AWZaJ^zBs=}tH_*BunaT)19f3@`CTWt?8%-3_*61I*7;0DMv73c>_V}^ z=maO5P7LTu*y(5~>?zl!6=QP-a#6(kOkMr5qC>QoR%x#Tky3gOU`T+%y&m|}V?QBl z2_4flt;pJgo>Xkz(9PwF2rcCuUH7UsrNI}R-*EUEc!?%Gybfggo&Q{%aMd>lpS@(U z7r~xus84{YzadW!=~_;o-{Dgg*V(>vQiX|4|$Dx z$ZR}4P0B+3nXQb@M!Q`(lJi1E&-uIuGEa?RS3zegn2uv#_0<7m=OQs988(vbo7i!P z9bG%B)|w>GRI}uZG0W@;1U}n9FW9&28?$uGy-AO#Z>NmDEAWbd_*jaB()`!^k1&np zZcvGR5es7O^v5jh4~zen!cb^;fTj8-kD7OsRD zaT)UlOcrlylzIN5xhQR*W^?~`KLk|D-7ypJL_7!wV>4*)W}(Y%phb6H8T3wc^P3Y~ zOZq5X^py=F-Svptf>ft#W6!A}w7 zNyBJ+U0!kLFE*tv;OY7^EN`NzhNzR#xe!JWdP@7y_At6&Y|WU4I1B98E_5Jl<9N33PpY#uRyZ4}x+(ANEM&bUlX{6}^d`lNw!G-0 zQ$Ma0A4oWUEX@BN$@qDf`RR-PfGr<@^hb7ibuaSx6my#ax=^@*+c726T*bh@K#77U3jVUF zZZ|9iOZ%)E?W@^r;ewGA9>=iyVwhggpB^FT5V7ll8GAJP(ArYSMv>N?_M4qOADC*= zBIBRKGsyHRM-pOX1-&1ACtMGY@I*If z>smx9DcVhEX%IfwIT>-Jlunqa`az{~`E0Wef7u_kQ#nu`_Wcw{6CwL}YFj88Pk8=`gJ>E;hsn??>Bsx;S>Yo^QR7sVWCVvw6F=OfoXP=e*-lBZAh6<1 zztppl0N&rlM4|La2^2cUr#*dAs&`p$Tk`Nq5aD#G^P>TB@8!{OXNAiBd=^I){-;gu zy!zti`3m@xu)UR|lN$}eu*ZDm=e?U#Z?TTWHnE&imF`EHr5D>#_a$+JEAyASmKdIcvfwSo z8)#lj^oSaokgEdu^}}gY<63E0uI{vPUFJuOtpDBhFl!v$D0MO$Bd~9<7 z*fnc8ro?1fDoR;&-r)yhn8Zi{U}2D>P(iABf}2_SW*uR@(#ho-DKwmTs4t?3j#-O_ zJlv2|-zyliN)ZztU365yi^6cwdDtOFqhzKcp>dIN=`kzob_73DlT__U4XT?9BEXoU zV}?V8Q!Rd(qpH%?-r1!A|`L+54*S^>r^Zy!L~+5QN5=n3KsFt z=5ez_%f(S`)}N-kODuc2)AH`W?fWMDmY?#w<-o{s3eTV;9CZ(iHoFqeCc)D?<6DwX zd9O{2H|olsaMjkkyNHQ!IDS3m;D*RZ#AHzIF%r_0lWQJQEkY5Tx1dUjEO<+!L)AhScSi*(V_ZCu!BFYy0`zJPU1EV|(|5hL!a*hfA-P z87JrN$%OzqsiRrudlUva76;?1qw)Jf>iG~Z$(C$HRJ6E_lR|mdgbE!)@%o^CUXzsP zDpaE8Rrcw1w3-sa5w|A=E_T&*U-_24+S2eMY5=kuR>l@+Wx_qcost+**@Owdj>tw@ zrH{^%=Yzm4G(C(--4?44x1q*lWKDJSM7(^Z!JGiPIh_wvVs_&dv_6eV->YiC1%fTd zaKrpH#MI|3Vab8c%D05?X;e<0R^Fu~FktlHXZ^a>wKv7aPv=H>8eEPU64@ciw>XxS-7BFm4_Er8+cA?_c$<#050sh>ZOFhJp^C? zr8WD`PZ%ngIU-(KA|At*jecI4Knvvxd=?VFUbCwA@Ec_dASrYY>arMTpVDWW6}mp} z=l~y0L;uqRWB5nJ1BRb~!2jMX{B%F8v034NWJPb_!K4v}aWD`L5b)q5lfFO51Kg;j z|7u8vzt3GDl#ui%>;7V#pDaoqRux7~xsFg{`$UQWe49=w`94|Bd3d(@`sn)jYVmxl zNKUGRXyM|aBTwaT&xAiwq>EYZ#$!tvX|2n&=xue~!(P4@*ATaXKPk)qvy(mx*CM9~ zF_|bm3C&yZ4lP@@&fFlv_I>}dd^fy*M*>NtsdvzpS)mIgoH%$=k2g2!ubSQ?ds+M# z@J=?z%N}4Sz)jXWrF+`kw-6E;zrCm7b!-NGdocL^psp$a2^hJa1l?khIa9U-qEak% zC2%y;@>?`s60~0k1KA7dDq$_v;zdb(Z(~f8XuL9e56Qg1H8UjS*qRo_3i!?wO61O5 zk&ILBg_zg`BtL=PG6~+vHk%dw!0x_<9h!hYz?n!ew&#-_eV{~kSN6!6e;Ge5Wlp?G zRHW$oBnYY8NaWm7D%W^UXs`+pO6Qi`-^bYr>2C;IEIDDjc%LRtl0u3;8+cd+n8<8o zKu7&z^ov>y8+I?nv4~xjUHvMW$gfZi$QdbM8VG`wzrRnb6RcZ(7S_bivKwPt&32G< zZx$NlAG76`C+Bc)BV)zdD(DcSz6Ytevja-z_LTL)WNX4^(#0#uP6q&+BG(X1xZC0^ zmFH*>M|;-TJ`&Q-EaUQKy-Z#(qr4zP`z^XJepwxo&FYQnfH6`CO(mu5-R?~x%p#ci zQT&=@gvcT068~d#b(SunIBWi4+~ov;eH$YH);AG~uxon2hd(*`o*y|EOU;$Cm~f$> zi>HE@YpgQT@@8+!6vy6~12z|6s3Dm5#a!W3f28cuP0Pbp{=1(IH0xE z`obc~9G(U^@0-IpqPv5AI39eRI!spQf{8~?cL<)=b?G_(;%wkqj;qg!>v%WDj@X~v zpaEPxaBQU9&y=LN(ExfzdojLPRQ-lXI#EXYkd0U08oWn0;87S$M1i>MR?ZeNk~-+t zB`Kv7{|>l~F+_D>#z>W5+*3Q89fPVMH+3QCo>k7ywT2o~#eCgj2A)Y)#8qkq3d%bX zIJYpjz=ZHD0e^v3OOB(wcIWd$k^Z!**;5TSw*2niR@LqIkCYG^e?bJSbl@6 zgXl!AXTSsc+Ze(seJIZ*X!=epGW}mBkWH_1{oyiNbNC#EZwn8^FBoDm|? zoeUzT@0A-G_b%R-rMm8kh58#Do473u&+(>HgZ^dq^UmI;t+}sE5QB~&HxtNUq;bEM z%T->=fk#d$%J4s1@kwykU)~fd(ZkSHY@hN3CUvDD}$91ZZ`8W-|-BnyML{^%`84;0@3*sN-u>q8~dHe})7F)jtHGN>j&zHAdTr*2HcDlRK>-tlkh8ioL1LJ zG?WxC4idTS5v@h0$IK}4C|rJamOpLSQfZJF<-6_jy80tZ24nDaMp|a;38?2bUfUGkJ8uomr)nScLWTK4{>bvu2Mk3X zVksEJVQi5I*uqx?#e;(OdG7rV@gxt{OoN^XGCye9UVFhLi#ZZMnoI(?B%pmAIZF)o zdsT@>6uwtQ64snB2_+&z$pHw-%8u6re^U}l3_{5gT%$$=p)issFOm?#=XjKzYeLBg zEJ?ksXcAClcGUycdA`_TJ7zf`0WuaE^5o=|$?OQd!EwmSD++zT5BwbJGm!syJoqmG zh5x4=q&*!=OpefdO8E{dlmD7VgHJ@7;G}J7rwDg>=Oxei??ZpkUb)$_Yv2%9JJPKN z(_LBNX;~alb?VXB2-)>#t$5(8Z1JP-dNc3(!T0;k`2EWE{Ry5=(+IWv{E7!tG&yxq z4sc#d&c3YgC7DW^lD`Wc$1OX^8|XR<;3agVY>J9>;vwBP(loDRQ{Q+wZPJ#q<^sXh*HB7!tI$})|t>2E9V2_LBkc; z6&P-m4GaqcOKM;XNz?wd2r!00x&Y(UhK2_?FRo7Sj4dP05?QNp9nlX$paf$SVH);o zvDnRDBB?ceyfRo8zErC9YUT-Y{v;ZQWTy$N{;HtUK`>Y;Xh6M>XyQBtlNF~e(vnS~ zW#$`ymGj0Asag;oZ-cNb^{S`B9tJ4JSsoyvg2U5o(GWYve8gx%;WoKcqieM}? zyOZ*HwMlQm7K>?YNAlxJUp{FHBY|3*xIZBYgu;TeJj~6h57rap{~W>fUZa?#-Y=N8 z-&lB$@rJ+|1$nWw)s{wOq~JS*Yqclg1GjQl0_B}}l=48iz{z44q79$#416DA>xUP` z!jS}c#8_y#JsTIoGv36}pW94cNQd9Qnj8ESs;FEPKT9e_youby@3aOp3y%T`vQQrs z?q-8HMrlFa>;A)sy0Y41=@svkH@oTBo!CD(9&^MFp>6K6OuZXu^B2ly@4Qa!`mDY%3Qpc~3MV&dh34Epve|?ZkmK{b*(~w<6QKz~vaB}XlCV9(eXA!^C@BMk( zVXI?$544yV^R~3&%yFy-Lft8W`VT-bqSh!9l=e&J(Q zIxGD^H*;?w7~(yal0c?E(1zfFV_#={btd_;l$_Z4#aJvf7J~~4Bia%UK`^&gpzv@i zp_GkOfZ=5c_(YT*`_GhIIxT;k)43bTEsh-{yk_))CN7MUG>W9}?$vj8lKT|l(y<2T zm>vuc5Z|bz>z{UY@Y8D`vsux7JRGf)M+Ag>L7WApr%nYL+4Ib>tcgr|VA08JJdWB` zTzzw=J&zT`?L75rRzVp?(%=JZ^I&mD_J123C%>PnLVu`j@i(yu{350Z!wHx zs(fU(clN2*qa1HH zu|{};?9N-O_or0Dpn+JdrqAKpJj9)3(OIC6r7>9ZjH4y;mK!5dYmneb#e`hTz*RNT zSxKZhItd*)TjSM753bc`=%f?~Yn)@ziKTq0Q9=oZC4-<%-{@%{SMSx4udp<`bU5@I z9cm%+vzCdvY!hLnFkq7_TAa%RwrAOa++oW5FqA%MMUXYrhAy2*a3*a|mSt*)LWY+GZqDbTdc8ld@VJ44$A>&)=I zj%9C0#Wt!FbruPtpC4oGE&fK77 z?{9XIWHE(iE3^M5E=t#cj74SYi7%FcvezL2eo>djB zpA$Ew=J~)!#HJ=H--%NwB)1@j368j{bkM#uyWWh}<(7)~d#T;$RL;Yq zbl^>SScX#+>5ImK`zP+HLD}RwMi4D(Ya;P*M~tN(1*VgKV#JNXIR->Od{cdV$FU@c zC{4Nz^J(Li4pM{^sj~sK_KUXm3yd39>6?oh6^vNykS7-bt;3085UC|}HNM3@gbGb; zx4|iF-G`$?)7AOX-6v1<;gqc+pH&!LV(9XdN!mX$mnesnjAAY|R1K1@lo!8l4eFiv zjab#NG9aXE)RsVRbe?!w2uZls6}?QxrwB9-`G-C6#dqL@34Aq>?bt!H3Yg5`(7(gx zOk$+pKzggS8D9qELnqG`rI7we@e4@XAsZS`+FdU910|->Smrhk@o-l2t2rNXk~q;POM_WU*bW;MsDFae zSuI8Eyy>kGObtHP#G;RSlTTxT48Sa5hCOZfq$fXvlo{%AW2EsbB5$tr=(aXk!ZvZjKjOZ@L2w}1&L>`gb4z}-eK-{|{qg{p;UM4kfOs(iLJqAO;`zN$7c#6ZzX!Uv?HRxG6i59`0(z^yhB^|}d&1W#7LdnOFhIN9O zwDVCy?va;g?}M-40ZGKi*uQXp)GVo*u+@zMv!RsO^2nGX$*|~=(%B7_zE#?@E=PWe z&A#>}b?QsQ6-qo(Q`#ixG!we!pUl~H5UD^u5ae4M1*k6To?djoVtx+dzykAJW-Dn% zGcE*ZKCdJJ@e_JdzB_iP{&bLIuTi_J-kjs$mrZ5tv>QxAN3ojGx%-UH35MG1)G+$n z`PtC`BQVM-VDlvob~13<%V;V~c~!BJle$_!DDg}3ROWs9gsy$$-VH*lmo*8GT-CsF zFG^QuaXS`p=Ta2K-4&08Y!tR?u|eok4UElpZSnMI7G~@!w)B!lcSXyG<~Y#txwO9C z*gv5SwpjXF>1QVYseWm++`PBZ=x4EBq)bGgQCiX=eL)*^eA9P&PC7~C3L882+j}kj z+w&V8x5PHj3q;l(jpvUTM1jC0URM<_3uf2}Y)2Cb@{;a1T~08kmbqzSj;^SAo|89S z=YGXy1EJUX8Q2x%?ouQ$CQyq{LxD+OZy{JMKv z_Ig=~1B*msnK%f>lB)GPVs0EIJb*{J#yl`q2cUHmuCN&wcsIzBYdoPbMuqJqmb}U^ zR4Mr8>r%XmpTz2WittO1@X2YF;H9{4#HYl?zuI%0LiCWRi5tXI$_dhv33^cS60RI)dANkUvENK zA%g=~K}W5+%+9XAWZ5-Yt+bP6f>Ds&`S?znyAaHaw&^1iCV)^*MJCqnY6B-4%6JoC z2CW*-uy|fAvpcV1ArlqlpfxnOzlZmbtshaPORfG1hCwIc$eesC7gq{A6CWR3EjFL? zj%w0NQd3PK9RgUE20yc~XhREPlCNFk5i}mPx!%dmW66Fr2F&NLA|45-`v}~+yjN7K zw3+D$uawG=#Cl}#^;jNJ(VkrU&Xrza4!kgwbG3sUdqP_wA6Xao9Nhz=imS<8N!t>2 zC@**>!0gkkcRM9OF9fNdtJY*yIYol8g6r_tQZ=kqSU#|7=b)qN;ty-4jwmz9rTB8u z@;8XrC0}~E-mE6(Hl|X%gXaFyXa|Iiz{ClOJOw-#%XrxVgBlXO*S(y*QHkLH7Ad@t>}zNZa63nYAV5vx2@OZ=_T98-)f>ByyOL z!d9JE*a%|$t$4@G!f6t{V7wMLaPet5K0aDnMngP3(LO=|Nr>u|(+$I)uMs1dc{HF! z7cnhKT4&sNP_=tFu>H2Hqj~KX_ASq$ov{r^KU{~B(uRYh!q;2~|Ask*=l8@}*i!F+ zAhn5}fYB!s=o)3yPAq54YO_$G zO3W=EYoo;2AY(;57hH>-_|S1wdHoYplo>KAQJ5!!7!K;g3fYU4)6@Ntdm+#Y{Z z+it^0#qdz6rSWPKf+dcBh?TAgSN#G-5jLuVKrXqE9c!HfX(7$~Q2>F{-&5YF4@7IY z?+(5*&4bzgZL(0GU-<$W1L~qOuF)Dr+eL*VzKisxGA>%t$~=x{Xn=kv3y%t%zW4r0 zx)Bzxezn1$_seWBT$Tum?;s;l7E(rF=p%nT6d4@8=Pj#fJ7bsvqx;i|w2n5wnId*Q zCtcUXN)oyWhbZ3w%ghX&&+?659OV$8?DAtuG>`?PZ0L_`;HE$xlM8b*HNAKFv9Dv& zcS@joYBBSi?k0wpo-1;2*FAL{N)&WW05ooU-g_6oCOq@`4%2P9sThN-MzpPip5mF! zwNSo$r-_X}o;jH$_qnJxUY2JHyD@U))V157?2Qw zJq(*AgQt{GJR+f1W#`#Wt|&F=eF89jWvc=%FS(lZ%4#HhwE$UaSzso>(Y<=|)54Q5f{nPkxU@%Tkyn^JJV_0H~(kZ6I&cZa45kmyyBy zt8zR!a(QW_L_uT7a zhoOyrJ_;0LqKSOwb>7!$rJRb&0K&aOgHjXyvU<*SU3R%@r*m4%z5G=i(wVmN!f>76 zrYbmgPIhv5Zt7;{}7R8gwdv>WMU20U#qzHHW8@9D?f=V~}R#5B*+X5+Or?(8L9 z)0sxRZf>^|)ql3EUF;WWNGgU)n57TfDz$Emc{p@%sRTcvY5(?JtX(PnrX^)E7^G*N z5j#ELR`z)H?rH)|N5@|2LZ$bwqjRJ1{g@^!+6%3)4C-e$tjg7&?g0LJxy4OLlQ%m% zVK9R-8=cP2G}*rI6B=e!aPvPFmH&#fVdUWWe|Flqb`6`E*?fYrySBD|YVzlMJZnf#@)A;i^*n#-*__LisUppM=W@pLINn#F= zgX9HD`&OBMeo5W8E7P}R_2jR}1$uJwbOs_?izjD-8q0lXIubztfehz6DUtIC8F`D? zLVMKp{A1E1%mdaR*MMo3Bnqi6LBj{y5bMaYRPLAumhYl?b6Y6XydAzap9P*~q%?Ie ztkv?OiQ;OW~{f840G(_R}P#$Q=i5rugG` z@)7I}6$3$>vHABaFR48~6q`Kp{yUnnKfNMcVb39r;K0y&x_9VZ#4Vtq}VtEmHDL9a=dfs*bI<>-l^TKl?>?BA|BZP37Sv#425;*i;D|GCGMCev+CF!`FRxU7apVqMyeU@SV5)WK#F9W*`+ z^-?BOL){ANe}6|5o5Am(#~ImNnS9kAh++gq9S+&yiS)f&6n$Qe1~f&eFnO_onC>w6@= zBL-mrSNNn11HA7&QSuNmeG4^EZC4xat`@xQl^i6yOlf<~lFsB{H|yjf*SNs(rPJb@ zrPhpz)5slZqi#s5KfA|+OMxOCsB;ZP97-l~Xql2;Ut7(TAlu~JP`*h{bVSiR6kmD6 zMjhkBt%0v~KVRVtaL}MDX1_1Lv$krxwU2{Rjf}{(1~dm_%K_;{W5XoDimi2I={6_A z0og_{GN+S#$RlR4InT)k{H)B+Ye5LOHjL)o5{`Fjd}joeMqJ}t;0{Pm=RC@p79MGe zG`)P3bPnWpdBsQ`wU$X^QWdf%1-a5t5d8DqkA>2DW{JRc-u?`Uvh|1JqVObh3f?}u z+MeV&GYz}MM_FQOus}Sabe#cqP>puEMVifu`nATVfV64LUBV05cYvY5kRruO&qlhX z_PZ~3c&i4@zN!Z}^T%`NMD%iegDSgz&}r@R`L>Fgxi^!OV5nLwDV6i8GBF%A{a8Sy z^eP222N>_)%L%EFs+FHmJ1TH}rhTqR{nW6Ji#k$R&g<{_)C+OhAQm3Y3s-;68fcVxHf>T0u>!3z*tVW*F@pf`( z)=jpLdg8imGhmP zvbt3Bqo(^Z`eaG;H)EQ7$SSof@TxV|C#4V6L8Hu?vuAKKwhZ!tHJ^ev5Z-xpTZgbO zjU4RvvFeXWyBSR#A#FWIygvwFR(ogECxS4|{^BFjgzvO__6q=(=a?&LaXTFn;vQr$BX5=$huL=V2Ywbqsu={dMxOO1X`4z?K$rFcLYM?6Lx z$J-U_=In%0+ceLWPFerZ;a+s+-IfjM)^ME%;kfHMnxNARGVz!#Ikrq~<-1xVNKqN)aT0JBYt1YBBo*ufQSe++R0nfeT*=)&wpxE$=n)NYG`FQq zj9*AB0NE4HK=9Jrs)pK}H@oz`yQ^&V9l^7?MfANzbm0)YfVXNbT@UXbH==!syRTrb zaP#-Z3-NO5HeHaabWEx4Q@Q$pe4TsD;Nb&-bJ~aosm<^p z91q27K&q2;82R*e5~dwJdbSsYb>N-9KuuCTd1r*qgw_v#k6woe|*~FP&Jm-oF1aY%O`3vrBdyaa|{x9gmZ_El$To zTv|-FqubYT#BMnSK5mRlRF@aqT}y^^Db<(WpQrf)o2Il{YgkfT4{9m)p zSHIlcZ+-rq40{AN8ar440dt0k2N|3GpG)7uqM97%>+hv6fyQoHk7RNL1H#C#*p5#1 z$%@?h%?T0x`Ue>u`WwHm`{&aC>ze=Ps864+uUpseTUHOp8EoqK%8fBl(!B%AVC8Ib z^Zpe2RIN{L;b%F}xv5*P1mp+W>^JJ>l!|BIWqz%nLMt-HKS&I9C1ACM($t)sy*!>A_1?AZhEVe#!ZN!tqN)|9Sg&jq8?~bb2 zKuhaKl%b57=Tr4EO$fO*DF8B%4oECRk{h9MVTz)S*!V{fZdgIj`VD*N6~vP_t3B#d z1xZ(#h|^gPRmw(*d&_Z0a7$WDjr-#KsWMpzMKp#;l0^ZyB{DRHu#%Jp7~~96z7iVL zaUl?ncP)8ERb!lt)m5TZMYO2mMT`^ai9y^q@;(@Mf{HKVfrZJUCW^SGK#{^32k|*i zT?<}(W5Ynj7+R-cydQXv%FNps&jad)!bTBS2Qh-oZR+&3E0j3i2AtdK5?0pz0wp~g z3lz#g>Ka31{txD}?g5|XoPq(VJti#in;1M0$CJ>#2Cr`7UmQM0h>FMELhfPl_maK1 zDXSE{q-@|(h_4tmiC#`wFic9~C#6!4%l>g%DwU1OknELqQFrWBd&`xSp(v6=j5qgV zg0!g`|4LIAajr$}{aNs5;rb#A(|6nm@*nAEBmOqLT8rkNN$&NEeWZ{R11duofxjz& zaDhNELRoQ2M8$-oWT*L2FO1?q)3 zU{T`wTp1DRY5B^TwT#XqOY%D@kjOebSAv1FGKlS84~7fC0>I?5%KmFPyEBPrNBn() z_7mZ`(Sz9j8;vwR*wt0-{T`v6#nvzFu8E#r1-X#vv@3uz!Dx=>?Eru)8NI z)3BvsOz$L}7L>Y^1<1|s|8hWW1d>EQzBxObwDi@2rVRSXzULbu%`i~k&}Ph_i>v0> z-GfpLnbN7ZT2t;#rBkJFWzDifY7oCDz0wxh=rJLb7MqaFD<+crz#jaSn@~O8Gpe&I zvLYr?S59@wp=hb#F%3!PX*(C1`Avb{<8yR3OZNDO3L7SBKs7xQqEEdv&S=P0P*@^M zT);KbVeM>`aGw-EL7Pl@%%e|!CI6O`d*M~C@@oVQLzNuqx>99bB$6oQSRG|c%}n>k z0F*01c3>QFk*&!2+(-0Y6F|VpTotd&#wZKhp@S3_4{Pdk@on@9mfA(Y)v9ExA$YuK zdeu$VYev~_U|YL!xf*ZSB}PMWlvYArc7IqzIcq3wAFVpiwK0#ZDF5xTKXGko zuzdXh(|<8tQlf%fR5`U~TJE=HnI}($nWi$~b+WreSc0o0RJw97U69jlxb5L`mWSk< z0LKT#XL)UIy)9nBmp^xKGCMPYkO7!%zBrUv)oqtD47=RRsu0(bp|*vOD@VuZ(L5&_ z--0ZRnHj=4&)lR%qS}wR>nNNbr=4Kf?Usw@Mr;;~x6N)CH(eL+NY^UUzd1a`GVelZ z4X8V$OzO1nu?4}oXRT%XFcQRY7p?-hmgh^Y-1VqB9FYP~(SVKc$CVrD&wMg09j7oLWaC`-_ng!>4RD;iSX4W3fx#-z*C5PAUcf)Ad``?7@WFV3v*7?+w- zmidMPNF1~@SeE+Lxvc+U_t3DI-P9Xo*0Y-@d3gP=@ZY}o3%()^Ppns~ID(Oja zSQnfyTxKHzT)OIzJ&va92quf0+N&D%>X`77wo7f*A{ZX*ms~}BH%6oLLS7g&xr|-E zCi5+C%W&R%p+hdffIol0r-%Gg+>M;ZHZsMkG6J6~HLsjuY_?cwl_O)O%)4Ee5!hB% z6~7F_(_gCf>&Io}9c(i(5#lU-T&4arNol@^ck0xn^&j<)BZ^B=za!_mN}s+8t+w*I zRWd>JFoxTQ?b*07v+h-Uxxt8rp$%nf6UvUGSAjG)+>;ZCm0=#-w+`F3 zeksF2%$&T@U@7Wz$4`W-pv5z_5G$e|Z8!K>lpBB3F6*?EUB2?!s7@rI-By-e;rDsy z=vlQ6SG})3tlUS>4%R0@+--yn@h7{vE}V;v2c~d*P57$varjTdQ+Jx*3pZS%kN6otX^RgcR=?7tf|Mcp?@?T0mY%Krxy#2BEWbM}ff%Xn1 zmWJ3I7^46r|6Bu2)t(*9ymnU6-T!1oCYFcM@-rvR6idXo&_oi&jS(-nRo6&?^q-Uv-4XO8{~ITL_J`ip9IVoaag%m z?ZcRk{1rH4Ng_F3mdqzvFB^z^I_;zLSJ9_i{+(ew>W!@BYUw`7^j61qZM|^pyq+bm z$k3m{jB|e-ya$pPG_adS+v|t^nU$ylgutTq3|*yRnc4V6vQKb-ajNOi=6KXWuw^+`}j9u3Q$&^v{>8!J3k}{}P?k*}|h_)cmH8W`p z-&_-anUj#Zu{a}SlE`;R<@}IF)6$i#cVHWhHnHA+e^e!P8PK#f+9p_A%0ZA+Vc(b* zv$ZfLo+Sr`(i}uin2u%J>gkXM>EH}>ErRm@UCk#|G?PU)pHRXK+!DbOh*#7Rk}(RO z=)}OGl=KisLi$S`yN3ok8bd1OIW*-HvKjV*80ZedEmp_WIH!4wtr!Hz2d|;f9=HXQ zvBD3P_3}um2+e}0$c<_!TvmNvGdXtF2!tLrd0i)*G2pRXsSL8Jj7DV+`=@|lv3{MX zBmziq3HOwr^pEd?A;-jZ$Do6IeT&{9t}+UvXX_(R;3Ng)x}8KK2jZ9YAz^J2havyq z!PjLN#0Do+LNht#lRklIjgers3l@s~0yQgWfo;>+(iWvvkI6tgKdb03PlF;t-ew#~c4am^i)`{2Kz;bSHj8hj9 zs`AG{l$dom##nfBiqpM{7}1tWhBCCoGAGRZzqRE~ZWQ@54!1r{tZxt*FK6Qf?< zxr4s`RBLr4rlN zW&8{Oe@@s7i%Q$@$Q|9|3H2CnYKJyQ=rkf@wk8c0vI`N(YrkLi!kR|C$Qm#HX|#g$ z6+~7x9k*FQ@xyd0{D7{#jDfOl(_l){yBW?GktMhzs)xKp0BN*_k&SxzAB7eMmC-YW zHJQ140MI(l_|!R_JFPZ`2{w0&ing_%(j|sg7Jmdch+<*z-?w16_r!x`DB!eb*C*jY zdD7YHe~?bj=w871mWa0+%{1Q6-vpREPz_;{?UA_-8Zuqg5ADkGtvcL4-F`CWXf@hJ z1Xsh?o2Acjfrsfu8AW(_h{v7FC3Vzks3>Wt%!8QhZN#8IMZ zcm*e#D3igBPfa{|UWl|$A%rVN=gt$Xv|JDQ=L`B!WIn^>c;idIyK9Zxc=zVRjr`5V z?$4~Nm{h}j&qYRSrOM}~*+&T08tSrkae?~C2_ND!59X6XC_0B$nC|83_sms^e&-aq z|0CP$g(eTO{4Vq$g)fTFn<5c7 zc_tQKM||wQz)^3Mt5R8}2IkxGv;}F?X>1m}T>i~GB;IU(PTq5I`gSV89`kZfcRu@X zUT7#(5*fI^d=n7Tfsgs)+nGMXDLxHe5MS_lAS8F^;lWJ0b@K_%73H}mt~ua=lznBP zzAsGj;jSWrK)rn+{=qs?-zl|}6!zhE$u`1Ey7xqVNq5lt>xQC6NEx~7SUz0l<+Msy zoZNI@d>b<62EP(VyiH1tC)?Y^ddHMCQMQrjsowL^hVXu_8 z-_DCf5artOrDpaBPqkogCbPGsg9*`W(1HdSRModrrq%oPOs~L|!~7p>%ztP2u>J3R z`E9Mq+TV$_?HB4#U`5gkQ(!@~U&Ch`_BWCNebsSM75(8S>q7A2SR7}R85pI;(OCP} z-nfk~Ec@7qi0%3jF(3Gv?fRYBzIJ#2O8WM@@_Re`y|}vrW5c9hAMT4W1r&5?3~zPE zozGIAhIUyW=saahx9hT4_)z_Et~tPVJjD_7Dc$zo|BmEXj4N?>h`X6W$fJId>0n&w z38R#}IkfrG&^OI1{!L)~mQ$SIi@42jSDR5G+O-xgD$!P#YwP3tKI>;FDCmM10IM1A zL?He1cenjH6ECY(mTRM+JBe*FV6>~z{jGFCBx`}lOJi}*HSa3^oOV{bh#&Zd-Ekt$ zUD&b~=J)X(nCEieHEH&7t02VPf8}V7ih3oypUW;KZOkwTU}5JqQP*{j1wfHG-dY1k zk?6?$*UzRbD`CAtSm}}&FoB1b_H!5e@&1~jVR(hR2?$Y3h$3NQ&0K$!^KN4+Mf_Z1@xY|Cz8 zYJ>>P-vl<^J}2f+uy<(|nbRcM^u)&8qR+cp+}1=^f8v~pgHi)+wlIO;&=bXj@;$K? zUI2bhZ2g8MoGFXa^7f%>rQU#JS_xUW5bHT;RmcXp|smd>n|c(xs*MxT7=&N zl?sd4V`&*>%{JZKp;3l!x9p;VMuV(}bVgXC1mzIFHdLn5VlfnN!3Lep5#nwtlYx%- zZgOyP7u3BiScwp=^Uh>wTxp`HF6N3Hu@GOdl>UB6+Q+!n>l<2=9YIpLiG!|-sKZ6L zJca$PacMz&T+sv<$!d4a6sdPoa7U>MD94#7M@I1FN-sle7PKTHlN7T-I5)7uSny}Q z{T4U4e@U{w($+h`qfH9H^`PH5>^fx#R3SRvvJY2JA^cI$&XEI)0y372tp(xf(idTU z=%2ZnL~WF$@!>2&odFt(`r>40NgJs*u^t;beKHMI0Ye*M$e0+>Le}~2cmiY$tB|@4 z8%^|b%=iqMKpRaDewEUQ38`$e^y7ExSZJVsEwq1;a3v4=Idn3#^q*Z<@Ps9e>(*;VhTY0j z9`p)FJt$t#wCPz|1KQFcXJ_r#J$tt*m?ykWq_=Th6mpEsnme*Je7~}xlS+Mch2}dG zmB+6Oi%olqHy-TN$-s_0DxC|iP5yzQUBqmL2nLAKORwmgv4-Q? zEkpjdH8#OCygc5$+19_l0KlQ#!v~=F!%JXZn7-tiu;k2Jy^`1*sofrMj+ytwghrKI zl8fglSfxXbsS)s68%UOmp6ddh8RuoXqsjf3ZP@0_LhkbS77Xkhk~*uB$*kaTk})C4 z((MXk`mp6&@Ghi|o9$yW^+`4Q2H0Z7bepxZ>T@5-rb{W?7EOraJ`MusXg|=+=0 zN>$9%)TykljRj+iAYmgo&klisPJQ?$MrQ}`Kv!=Qe}6^i@6g-F?y;{P`8a$hM?2aI z_(}Zn8L+$dIn$jQk5yFWrj73X*8EfmXsSwT?jJqxc72y98JioMjqusMAUg}7=F^Tz zq2*j%fc!SdPxJN+#z97&ZoBqs$7wssKkspFTMs|#=`kn1$X68}@NF8G5bI%j-;Y7x zL2x`N{{u+Zj`E*N+JEOsvHWjnT{M`9^Uio?tyD9a9Lg;Lp zU1|bP?-UN;1KaJP^~aBaG?0NAX(#QGAAz|!-^_u-<7tJ{$>PEQ-V-g)&#nO(IOmOTkX`j5@gb&FF=Uq%@dmJT0sNqzWl?7 z>)T!`z6qN}@O~#6rCGnlcz5~PE_5Gg8kts$3J*-_iy?C}NKgr`xE%@bDl?n0jk;TP z%(C?)GwZcqF;XN00|j$acW!BN_ljE#vq0an9`|V1&M|9ys~CnirJ6ns1318bryOYA zqQr_M7;=~cQi6yPRn`t<)d(FzBR#`aoGLgKObx7=@*vyS&S#2UiFz~?XX4wuNlq=^ z4(8V4tk%h&N|Iidb{zA8j0t*897#`a^0nnfztwtAm>lkbSgdJuWm;YUHY^YNH6YTZ zBZb%^S!+Y(S2)m$Q$o|ohE-r!OwN$hJ7@5-xxGAOHn}ikwrZ0v%-pw?A?dF|Vk&d736vj>Ou^PRMKf!pD?JyM){`| zncO;d!J0p;Cf3(8(%>CXp!8M^Y0)9j!{l4xnqcsU2iG9`?;C4?B4#?+0N)Y4(qoey zy~xnLb>kmMRq=A0rEe6MsMh6FSJeZf_En@+!R=H$^lVM_5w{oxwW;^jP89)WKEc(l zv|cuKHi<>uq`;L8;*VDRC+e{iNyC(l3Ylxfb`O*=1H`Hs86}IBBBo_YuzJp#kSP}~ z2}61y{E(ayY6cp38&Ew!@sG|+x-s6UY%kOU2io$1#zck(fncMpVCujdfDq27Y>Aa_ z54wImheH?);B*m#YSozpVJDT&zyXBqv-A0-1c?pqd2$s(| z^D!xCc3DwsVS>6cIX}!C&R5XS8f@&t=uOnd$m@ptB6S6dU5?ZIO29-8Gg!6uLtv*L zgu%t`QO?c?bsZ?BJHtG|V>?nBTqWom=GBMNzL?hWZpliQ%M;goG7ipmiXwlb4wNup zQ^C-(+X^p(V6!0Rr{$)vS#X0R0k0}UtKkE=m-SSm0;d%FeQYCO72MP>41!S&rS@V+ zmjSl(Rgc6N?(an`HPHJ<2vfNLwCJNBluMh$*oJOU-zVfP^`ZPW zHmW8D0bM{rQCQvY2`6eJES~!dk^lNNK9@cq?q8eIla;Y=Q5+y&-U$TQ{$lCRqk3?9 zT3O+oQeq4o>mQU0I=W9WpxdA2c0j5Ty;RBkkIzqwl_n&evgo zI}&WzC%xl)|1|XDyLIc~WJ0$;++Y)OK;2B)Eq_70tHPOez(ZPgA?@#f#G?;?bgVVq z$8=$K7YG<{7Q|vlrWAB?(z?rV-ZT!?E?zb9bMW-*xfs{K4S1v&6FdgVw?a?~f@a+y znA5p!{Sr%){$V-+Jpb`B^WPCm9E|_#!E9NpBlZ`l_)Q7?0+zkw3m66iqXC`)u`%OV zTc77}%Kwqq;fYjF^8F{p1Y?^V2iCA>iXa)CEd3^kR`Wt$sNOhBZk6jYUTNgM)h}GdV<$psL2C9YCY)R^V#tE z+~_0NAWGfpFlmKpm`Pd@;{~@$>5t1$nCux@D4N(#d7&8#!aN$>P!3WpDp3zf zW*UStPv6i@P!w%Ls%)LA9uw&7NY`FKu*qMk26-dYMC5_#MkcXrCGh5Mvt3zfWUDI` zoG+-nO;SfS#K8ili++ws30n9HwZIxVqyZL-zX;?Yz3Dy^$oJm|5m=CZgU7k(j>nq5 zQTT)pQil)AFA1li?8$>=Z27GcL%X*}fa))w$#z2P@j@PHtL)deWe=EjddSA$Z;z+E z;1VTsXmRaWZp~@Tii+b3G!q5?P-{H>47Ndo7Ir$^WjWCutw$0lzv0cc`tHor@4HX1 zlxwq*Mm^2vd@|GxT@4Mm5hncMDT-r%eWAllA^5X+p>YZzerW(gJ}RwbpB zU@VK2TTc_HBmNJfsntSa#RMquTdbC=yC@eEuW&1W_Oo^$%md9VAZt}PK`$^|3e^6! z4;r#i$UXl^PPVMKgOW=Tk!#&>^zzW?P!>^O2{k->tRRJiQ*Tss zBGj626^SXmfrLv_ElV1->^u&AF>+VT?snJ5Cy*#niBJbd3<`7Cl})U5A>ka-NsXt?Jn958GSsl#}l3ty`pOn)uRG$ zg6GnG_Z6deB{eGcB} z7u-8YA%t1lrU0%ghf%Q4dq$m2z*OWF*PEZ|o=?wy4d8p&gAshUiTQXOD`!NpuqC`p zBrV-0xZB(Hloy7-f_KYtfa z#aAyHxaiBF9^g`aNEK6<{gH69zp^XUt(7|uSUmut3tP)Rt9_!H=z^;4EI@1v}s6_Ucd`;bArbX6Tu+TLj9x-;iW3M zQKPLQs4|12hI(RQ7BtN4Dc8dwO?_1WbpDyT!teqRV8LLS?;n;t_KFJgBPCO+UF(5E zm0=mA^D1q{B=;T-Bk}g7P<&jK+rKcurg8it9Z!NMfyoG2fBl!`KMGhxw%S>TYM`3Q zEwmgS@lL!TJF)N4mDZ!$_QyWK9Sx>pJYZK#%0ZTgY%P?FIPaq0gjIT$xd0@MRW1Bz zhR%Csa+r}yL9|t&*rP1CSrZ#m6G3?V~qvua~07VaMTN5>3rtM_V^WptGq|Hu&&xF|(P zNNAYN>5BDU@aLQl246c?3yOl;##s*FjQ7N7n(h zxW8IWAH2lS(Gygqj?wXEW7K7VYquX(KSf)BB#)#^ zTJlArqHWtA6*skeKkw=9cZ96|Q*~wiulOfMPR9Q?`uqRzPbdGwKMj`v3WfnV25iBc zp&iA~3-BH9{qzNUJ6_64|HE(-R$|YhS$Wn|eYn3OqTBjHMhCv;@8kJ7{C?lo)t{WT zPt(t%%j27z97KbCzkhU^55%;k|Nj{Kr(nUNrHvM>ZQHhO+pcZfwr$(CZQHhO+rITj z$L;77eICwwUe7c0n=^9^RhXO74({z=uRUzyQ}C?I<9o_tC)cJ=DOT4n$F9`VNY9^x z(WFzhnc>Dx$H&75uN#M6AtnWg*VOeiiW*>2zF>CCxX{k^0OUH#;9T9(<@nKE1dZ{i zR7weH%VT#5yq|0B_Fs>W!SYW^U`-{J^B2+wLDKM$6t{lO?pH*#sLvQxcnH{Q=H2~e%~x`tITsC)od8*0Zb$t0a z`zTNbyb1fL9d^dIlZ^ZJyIRxd*Qd^`)`LtBT%V$|m<}(ONhvN*kPlkDBYotJ3bYtO ztFe$roIGV`l&ZWcX{1|NI71Ryq`BP8VTffM1b=2Q2E;>bl4B*|lj|g{)*=d6%H#M@ zXJI+muZi-4rfp5O?kIyay^x%vm731VYRhIRp%ZfoT(N~l%ozJgkW^e)nMiu2pJ#WYUwOg~UC2Op&{X*;mjY9oI9LD04x;$Q4;9rwj_8miX(;4;Vra>vk(H3;md&5ic zf=+?C%uPv$RO>@fXYSf%YnmNeTNqA4xjkn9ejIKRM6*q(u~3DH)c?c;!Pe-6$lBBLhBs zP^=l~4Le5-Du7(%L$o`AO8{jEQQU1dgisKYZId!^L=eQ|nE_=I3TC-Va)EgB~vDl@7k-&Nko2ZV4n5lG5` z$4DehsP_{JjuNP@5m>5uCO{)AKafsFoGBC241++?T*73Rh71*?xsPDSHe(lX4BEs{ z`eUk**{Vcmo!;7k=oTU;@*c52GEB^<0hNhEk<)d<@xduTRgys_aAeU+n3{T^-x|;s z@W)gI`;B&aWq;aJ#{R>H-_~dpg>$2E6@g=9cXYv1wp8#cJjQ4WJmtN!#?E6yXsRfQ zKq8%2!04jVMx957YKkh=U&ABBqcDJ(tbo^8KHI%&`4lC`)Cy(eD>>c+or~=S0hJU^ z;7fy*YjW)5v8u5VFO}o?<)SX}H$bGi+#c#sRrz;YxvOLX=*tu?vG@oYeuaTp--j6vs>t zee{wlqt{&s56I!%yH&n(?S3H#fa}#T@~XXH8cB#fxbg4O2$V{km2<8j?Nq=8JBl+C zw5-cTmnc0*-Fvs;7UQrao<2B>Vb)k2Tk(QQ-pvp*&sF~G_DFBNa85bEA|=(4fDVgZ zN{=ObZf9mOAqNfKruC2X_~Twn z)U-Ae6jP)$_}AV=-mP>>0`eJ<@prrf^I-b3;ERy0Ak)#yuQ!Z zO-BUZ3Vj_4NX-X63=BMx@zk)2mL#;mi==0X_{GlJ|;c=bcWt#ofFbZO=d(oL&f$b(g{^1)phq)V~~dJ(rC`s~~-LGO3ap4~CZYIKc97vg!5@ z*qGjxGQQfeyeY;KV=~db2^X5PMp7g{R_wkRK*upH6z;9oeq-4;Jg00CiHuv_Ur(Ts?`JJ zc7;j3leq(46kBXx19V9ZsmxbTtB-h#qo?Omh~OIjeX@=EK@_OR^AAU^Nzkj#mLVdk zb!B(Gd*1bXX^T@bTSy>a(S#)gSHrhI`-xRA%t_+(vLgCiGpeDGjuss4B!cVz()GcL zJ{lXxRFeS0TXz^ol7NCiGY@Uxj3P5GD{clISuJoIv30l+4jmvZMJj&QYW{dZXkZn{ zQiR%IgkLH#`V0mH8F;7zK6a%@9j35v#G{D~#{P;sf#Hy(dO0%fy1s^a8mV+eSBD#h zxLz1?2?9R5ogK0-Pi|X`CdjedYIMpYu9Orwcqz471WIM#YJs}s7NSTKI}?R;q_$K^ zbbgp{vgTEcEekJ;zz~57^ zOC&}qa+YkBfcO6NY^bv-x@}2?0`qO<kmt91S-mRDg$$>TZamk|WQ4EJ&om_9Z}-VQN{(8yTaZE{zea?1Hc~s#hRZNv@ z5b=n>897B>lojw85pQ?YJKR9(%*`QadCalnQno;Jb;rP1mR95H21rzBqZvE86q zRuGm|t59Q$CG1-6nt-pH9NReA-BT!4S(Q^1YwfLY2Krr=f_WaUvH(eE8juxTKw1N} zKQR$xL(j(0XiZEzY^~-p9Rgc5ZChbljML%!2j6v4Awhw^2C2V7F6BD?w2CQ`{;Vlw z@~MuxwFSwayaDx|o_osdz> z4cU-JKzA9ecC|!q74&$&DHg*1>GtmHFW7FN6O=uh7FF<0v;Gv@2Yr8tV6Rkh9rY$Y zf$>0X?e%13Kos3^A`RD7kyL>Cu@ZUYqI^ zn}2aAcarqEL4c{db8iStuZhoI`&-30Q?kUh)uKx}VbWGWKw!!u%An@%1BvasYKMIC zeM6-@E$Kyw)T^uS|FES7&{yh~mI+EJDw1-nwdgO#Zz`|Y$YaX`=p%dhFayWX(i$LA zUU_e61d@^>-t0#OR3^7t6VjMyW6 zoMNKCp1NHyVL$R*EYMivmWlMo)6=xNOHlL87Xz`83*$FDVqHl6QRN4BuIuv>|D2~Z zNb0HF=<;`XUe4=LfEi&Vg|MvvdWZ%b?MGnfxEqD0Md;4BD75S>uONyp4%(q6v0FZh zov&e14G`Zc^>2`^*(0RP8?B*g1#lW>;Pub43?}B21#uLuDsJ|fwXbzE+g@ri1nfwu zE2)!hMd)HOn`{Y=m`;VRbN1`}LhbT54TAg5a*X^15}5nbL^oG(%#*YBA<L>1ovbMF+Y?e}>+tmp<_>_980*L#u}Z^-k30PTot zeD3N2>ZqBAM}_K`YYObv!%&=lasJv7g~gpEm?9s{G*AsAJ??sMp96u%OX&eZB#J!T z0BfO*0T|W33FG>8Z<(o_+M^M?y6~ozw;34sv)GfR}>Uzwox0G(cemUCzg!O#3wB$@;D2q@D%B?Pgq+`L-|{PznUWD+8h!VC@H2DJ5)|7gJ0ho0aCcW9KWQx_#))2v|m@8 z;XBo3Cd#e0Hi6Oyu5TzXSL$jRC*1H=cf9MOf%;_{9~n3@ z{Y!bO7vV_{1=j<80(h_VL=8!;iBARXmGSxv&1zsySGX1akgcFJlWN=HN2t80Bn`t%e{U)p^h2^AQpSCoV{ScSz zh|PnB(b>=JAi{`6Z;R!-?8C5#$V=8CR8e?IQk$qH1$!xKoR!S3$b|}MwK&!kK1`zy zh4XFoR!Wy1V=M_$(_d`s#dzFP`)E9i_DT|KLBwHh-4OPyB(oqV7xSerdWUnHIV%wo z^*$65hAxV5LlE*5c(L|b@!0UNwePMt;9!^>S=Ku3%*Xlm5fGUU3@o<{h`tfVZR#AaU8yIcGA8Fz_qF8Y1w zrOp~wnwRy8VmZ=u01^yPtcH|jT)DA1?m%=fJPGUOn&EI#v19>z_4=s^b|+XdWEe+YZ=TMct-_n5jhU8Zj)!)(26Ku zIS{IBx_|eq?aQL$cZ&~kUtnm#iQgIjX5z6s#hHAX{X2aSZ5JYq19!yoZVt;qzOh*9tAA=Ng^wp%&{gnMkwS zMmTfw7kj>!@y`+?^*dJ3u$#)j;_|>@p1{TKA7oA{!&*lM9pE}L z8#))R3aGEn?N!vbes_ZaBgELOT|K>!wz(X7{VE2_6+xtT$r$eMT+4<>~VCDLN!I@t^6$T+B59f=Hz>w?D*l z^7DQVwJHvNXG{}E0+2U(omKIsVB7Ii79_R_vX^$#m&Rx4eh$t`8J!O8WN9(xc!cYAfsJm}T1Zf=4~MU2hB$ zig|G?@E|<4Yn-OO_ek?IM-536O%rmH@nL=7^qnz)N5+zoG6S&Oyr9X7lyqC!aq|^{ zR&DY2-3}vK4Pe4H&cWomMR|!Y2A#rNT|vWS<8Rv1oSLVbX%<4!5$Q;LhGwc^)fjzZ z4O9Z>G`fPM$R_V5+vx(J&=ku&un6ebjgHkvClFI3A_{bdbkSCeMt}`v*{U7M7wbm{ z4pP+Cl%NAcS}zE9h{lW8OyS20Py*okxP5xknw||-^*O)1sj_ln8HNoX!)M+`?MOV~ zQKzxa#2|%5bl-+Z27{CHxV!?iJIzcP=Vx5;Sf3i7!PImzNw+XUTzYE`F{{_7{NhW2 zhuLCl@)Q+D9YX|%F%vtUOJltaCf8up^5lplF*1w>Rl;zHE4$ulH%4>oev*%g%atF9D+g$ZJwPaj ziX?unWS%Dm%LR9PY?AqM&B455$Ow1YsuUgLsS@DzDNCg&E1K55UsOrrNejJlQ09dy*9dST(k>t$Xz| zkO(kJeI=rW{#M(|y6hlH^h*^S3G3q)twQC518QQQ^!u;ZLLLP(Z#)W zy-ZcVYg!%)DtXvGiT0tVbNN4YW3D0J8r=&K-TYsKB91CCuwhRfs3O4139|-R__!%` z<3!~prkD-&+XUyfmc(}~rkW*);B3 zRBfF`pWF(>KRXbaZ^MxZ760x#{5N@q$ANtbl|vF-!`DNI$F+YH%2m=P&ylH=Psc#i zK)9`v;E%(`MR#v?at&d|YZ3lUO|Q4W{JeT7pV(qy$qhH7_$V=03{GHqw% zD@wM%tt>j@*f(g0uciR1U{jZ>n zY^2{SiHHhQ>0SlP)B~SNhEX0OT?(vRqFP`=*!iCv2FQx534|KbhoWdgN zqKoF+4#ZNwjDR(_qZW57!xCFeg8$sbd`XyT*5@!Nd=#68eqwSYiH)mGT^5A;%g*Ir zO-GRr%>LdKnd3wSaUYql2Y2&XD6*AH<1He24VO$Q;yFanv7l#`G0^nsz?`Gkv<=It zhXK)$wF4;@^8)uhKhuSkX$JF6_ML}*FlCIkKVVvFxiV2ch|FbUz)tVF22|uyL{&}P_cg7`&-ZCbL%#t_}Cja z^grJMlFkW;#YrCExrIrjUKZfFhqzj9u|B;(yS{t!WUniv6pM|*OMCA;f;looD%Zap zUnpI5(P%wrXU=!=*NfZ@av97;@71gL!C=ZKgKfL!;SvhDg-Uhj=D=%E=wqzI@ISnZ zUhNbLiiF`B#u3wv*xqc04airUKD|sDq3J3uI``6G>beQ&hEZI_UHrypaQoHPb7KtV zFw6&1;%D@fd4X(c#vUucLZB$jV4&t5{oeQ4=R=f0;!+m3 zec*K3cYP4G&JTUWtfKSr(TEwSWeHKo_|9qivHGI)HRO7uhv*~O$69)`w^=bG$;hC~ z)H;x48qA9L^=d_I45#%un;+9mf6^wO&|4udE2sXlBNq_(#b7touM?Z?FLTEeT@rZD zNNcHZR2n}G#nL{af8DXK0G66nt^#^WGZ@6or>K>2L-QrkbFDlTE1~;0)M{7Ak&Xyw z63k;{%qS(<)mG`pCq7%Bn*i}eYe@>yCTVfoyZB9LxU3scHM2$rXc*?n*sbf=1QUNV|{-+8QX_A14+mOE4B0s(N`5u@vOq4u@HU=@W#=} zlb-ka_s-s7s0mGtrIFiE!MaaJDk)6Xi^DIRIhM8(Cf!u|;U`R1EkNI6E+=&0#ah_a zNNK<1J)d!4o{;?8Ak}2w&4{p{S&KV2*I03O%8qfBZ@L9>Yb@Sxx#pq!QzGG|bCvk$ zx+)9sonIHxEor_@3vI5=6Vx@a2MsS&v<-IpdIC<=*Sjnk9uE@;<@&c`)N7_dEWi=@LHOZBj$ADzRZNf@p-= zq&W!X*^P3;-AWY&BHcxNq^vKTJD}Knzh&b@nw_Q)hvkyIt1tE*VBL^)OqI);`VR@` z)1jp9EVei?Wa6!DlC_a`shMiDZEb>3f`7bqJQ1j0otfN43oBYlKg43TJng=Ayy@PJ zv3kPCbI>Yd2RXa&V!cfQawC(Mv8`j}@X0!K3t6Gs7=c|?xSEcFHh02Uc(sEY61Nh} z=5LSj@@lv(2Smi%H{v1rw&Hz*Q-AOLeT(?j3mml@5Uu%fDA$(N)dFW@x(f%i{`B`@ zE&XU+XuOk$y=!jnYV2igyr_M@ZDwP5tHhR-jSB4s{_5K^c#dJ!Ms$UU;uW2wd(^VD z^q6NP2=(u+6lO1~E4s1!4`Vt~<)xst5SAye#O8~xoP*CG$S4fVl{5cTfCfyKQ;OjQ zVigwu63ZzszRe<)z_aw>huayi?x!l-A4uc;&HNNV=W$SXpQv$dv-hvfU;pKD%>R1e z{ZA|o26pEEU}a5f{J#w9FTnplo$kGf9M3-w1EoTN@VHCD_?1D#w%(!I!L3*Xq3av( znZPig2RQt1#s2l~+mq>+7uD}SIkqQ;&o>Zg_2@bWx=u~ts^Q(D-2?ou^Wfyit2)JJ zMG`>qS5=ZvXO^_xy=v*<=m?qjOf5=}>?Cy&h)eXW-TUcr?fz@(KGY-gAomPzml4Og zyl1vLXW|)$w?BMtpd|BthFd=iBP;x_Uwf9`1mT*56@ZSQAcdBHZ<^yuKu>y{OUT0v zZFsU6t5k6$UQrNbdR30@V~6rh3ER3(8i$EU>1@~)(!+g5S9m->Juy@TkE@HUMnbU} z5*8wx&DYq3v~oJ`^ld*I&w7OQzyYZG{kJB}Cav+<9gIm$qMJ8M>=f96wETk@GNj_C3$ z?e0LZTe0Osg3_)ctl^B_B*UG^!fw(@(i)C*TI;R}FRd=k0~Nb5j4lVsn+?9x3S_S< zM`FeLI^^4?6Ygn?tWu0?497J6=SH;-G{4Gx0gm*fdpAR5`!&Ni+MaR<7bdW;nV@PqXRIV(8XHi;bZ9b&Cbq?S{|_ ziuNrN6KzC;q(tUuyrYtx10SLIKaJKDll&WK7S2kvUVvttlrJ2tUcz&r-br`7IrlM< z$Dd)Jzb2hR(JiE3<`CD1&9)2QOh|j4PHp;{vAG7BS6DS=#1#=PiX8Fpph>sq>aBe) zl(>j29y=89Dix4rD0;=QtqoTDff3%GoRU3i3=^cLNOvik}1NDfzX8o!KW{FkBHQ_gifeuY7zv+G%$$@*-}UmYAI1n%0~=|HOZk zt!T`PS!eFP4#aB)w8PA?)WKn$cY^hOZj3<3Vul7e1{2H3q>O5lhGI-x z6;DyH%6#L|3SGya#%yWKHW=BJ5XiP~pQ!7?N^7gHL&F{Mlv%98kmcbBuXpiwwTS3( zp=_|`w%FM)EVZPz3sV)Fi~t|0C!3+Bf}$8Q2U2I@DOcPpmag=xjeA+2*nlv3OGQ%` zbX%30Q#qHGM%1P2v!q#!5XNnrthxCGn2BII|bC6LtA)4RipGmjg>UZ>}MacR3{>qHs8jz!H@fm2c)A)qK_z-Q5JL!8m*8fi*5> z1r`5-&xNnBb~Qs1`Bi8CSb`Ahe|NC$DG~|iPvWWqceooJQo<7mpwQpdLO*;s37xq& zIdj^p>ev+`a^4W`0lZsY@%u4gwmRz0jY~uUl$KY3DHOng;P@rY{n8vC97KoT)$-ikc^gs;^M*pzPW+;?H?JAxhu+|2a)Pf zrP3tR^?rfTb@sFTx4O&rztI{PS^mTQ(5*2Uv&jzMb*p*?Ruwm$3JlB(JVqO*`DYi^ zv+l@VmgDFj1FLZznPfhZ!I;(rcpXu_$_GU=?HSRlkev(ex|pB zF7;+{w*u>PKH!@6b!K8`J)cYc&U8`R=GO;RP>P@mWgzTPg5tOq-FNux5d!pA#J`s& zD6Ww&)`xxWkN4xQe`#5`=)tmA2=19(ir7Im{ea;*miKCF5Kt4~j5y9)s!Oqy1{+f5HL2mcFm|Qu5!JdG7lEwkf|60c>WjB{x!>1 zbY*Bf?LaPvKg{CU{oW^agBd7~T{NsDY{5zt8{kf(0|#o^Hw8eCPE11mFNwfsV286a zp%V6fg}3pbrmzXjdUrLk-Kbfh07?-$n(g6w_)+4Vkw@Yvg5qvuX<;Eo&q>wC1`G!R zpkbhs@LhQBrN>Qp`8Criha?3ex^&yFDWuwQq~=bw`sC(|d8`zfXJS0G z2Tr<4Y-QU|c|O*xU=*DJYIPFoFmuVx7|8p{I*s%qrTIYjj{!-YRuqe6VS-NqAoHRL zz>jG~uL})a!2zlB))Y~n*4F|TMu-mrFtnF97J0$c-AgNlvRTpNUi$8r3|B3GB|_*EQrmD7 zsv<@a-V{0bE(Ak->}(c8?0k_nF5>I5X4vMze4>f;N`#6zPEgsxtWFtQnSH_#u+3qGTgkfx!3UYYcz-$?CiXD|#DCcM&AuSK5H>)V}g?S{&rh4>^}t%rat zyYF*EfWs`Ds_zeA_X~HZosEqX*5>+>VNp8APQy{ohcvyoD<7|jidc)}rJtKq z%rd?`9NgHG`HoiNs0*0!Ef0kbqyZ|4H3iLuUe;inh1|TK>1+Ydjt3u!UBPQ#jWiB$ zUr}7c%wiTos8=j;`so{CD6oc!sTFZ9a3p~mR3*K4q?D9bm4wZOQgjgwT$ZmzMUp_5 zc}JH{WgWsW$P75ZeV)~fhnUV_2pM{btxtZ*tW6%kS_xisq+CK5VyY&Jdor#di)qxY zB-*%mMBRdyVw}vfYnLe%1kDQxx8fVzaPTt=n;xy)%v8h_^@A5usCjSH-IJ^Y&Ba~V zw^X?WEu=V&vkPu#ut{`xJAxjNYiu zxqgWN^*qh9=`ka zA2Lv7e4iA+AMPJ`pc~|_`m8^uAjf0uSC?~eI%!IrRR}aXKiccj&ku1KHm;T zAKyy%*I;Gt+b346?RKl;>vQPEh|f}9=i-+Av?r~z>)aexb;sh znJ9>uQ^48pc^x@s$@w>cT(htJ_})F1=s&L2OQ3)={$U07Ap}X0LVvdi`rN)8KY}r_ z*>A;~g%D%00f-miPYnt>1FT{<61KFKA%lk{oQ0 zJtsE=PiTqEv#c*6yPG0a`-|y#(L?X>;z3r+G<_TyLOPH!u0{B;f(s_|rjkFxdjQR5 zWt;8CBJYnRt^EG`WtmDws6m^3gZ$_3Z$sn;t(e2Xptq-X7G38Uj7M(NSX$3kHLOe2 zozjT{NhAr2g6Xx$ z^+u7?J2VcKd>s`Mow5bmGg6X7gI~^ho&Rx9=4YFMC*nqx=KvdD3aDcym{hS@wI^CN zjeF;!yZZCeFxOIN{3d1cjnzRn97Uo?mG1EvZ$8*RGA#!6rQBIBRL6_h9F~=Y%E6`E zIqi~5G~IeEVfPo$dZ)Pc4#Qd2bi@vYQT&F@AQk+spyi^nVt=EhO>(mVTD_05WUF?Q zI&5w3_0B>pMeJ|r9G08eUGxA4h0m46E@Ln&0$**DMkmR&PPVflQg@HT0gL%W<&IzK|4&`C6!jl?; z3bG(n0IMDFBl3+O8Ywhp}p;aoPzAnd68gQ zOk?QKDoz*^i|{J)db8I9i}+m=0QxBnef_=L%zb-j`~9|myMDgA#Cy;SSI&d2RsAP9 zyxK4GGb4ekP3_esSLQEQNs55d(Ue^0@tM$$A6B`Lj{tQx}=5|hm055!Z*Y1nHZyfmf@pwzwLqX|^AgBUm$xkB3 zWwC!0Px1ru*|(qfu(x@ORHWB7f8A=Uj~sUEL~n&Mk0z@z^zmT5m_Jc zfomZvM$nC7R?0cRIvbjivp{vj$Q{AzL`-aWze9<3%Xt-og{>Uv?{WN(?4yloBavfG zpYZ7t+h4TPV68Vcz7d)mRcME7{!WOR%NJ+E`8c1flF~LkOuW&MQp)XNdxerxQuJoe z(I7ZT%$;CG6_5z#uH5zk%X8E|ko^#2EJvP0v=s2|u7jfI6|PsCxFWM`w4DN`G(CpD z0e_mk(HWbIyJ?v{0;6r@3MWmW-$+vob}|#1R*wSZ2hsZy7DxA%rqR1v-{v5ck|d1P zL3z`Y%5mzn^Bh^v3XMXVBmX3!pWv?yIsDu`5z!Tv9o(!E6DGoxsMIK?=@_5XYWK7`_UFd?!2?W8~#uw03i!wh_=8 zXNnHRLOARVF{Wt6itZoiL@Gw-r3!eT+8Lr}@vEb}o*WlG3K-h-mRkk5M}++OBTx8_ z=35Dv3i(OvB{xLWh};`)$f-M|un6zZg$@NSI@iF35h+9**@?*39jGlyA8|ftT6m|k zAlvKw2l{Lp69I8CXjGC=fGvtFK0HqHl^z!iS^CdE!#l7jLVv`>N3*iDyB}zNm7IHv zPpw}Z5j2f#{2$lLU{mKF^gwPf9Ht@kb-`98eF?}UnmLq#9hn$q_s(@uGi)2_A?YZ%3k>@tg@eQ9?^NKQO4a) zie+RT9c#iLDucZm+kFn9iPUY~X0JZx@>uPmGEet97#64oEJ0IxeQV3fTg<%e&}bJ+ zr)A9jdQ30_yIsA(Yd3g4UQAG*-r>j-S{-*4D<0!LlypImT4>MQcuepb>uI|j48|Id z|K2E|JI)oZzeKxe-A_@rZ}oE(Xz!9TyJG)PW&VH+D{s{;7J!(O1uc{1*kiy0bO1MV z4dqV0RO6b8U^}l4?712-N=gKI^1Ig(qKh~DbD|XFyeA{VQi6O_Q<22Dfg9)8*8HP@ zEcxFfJ^dY1c4ZEQOeI~Dmvl6UG`xUvV!CAcS#VZ)y$LwCTqvN>1`&9}CCW?BJQH+~ z4AT?x8Eai87?Q()ILMG@C+StB@kS3`?dJwF$-7-O9n3C|!3VRpugyxj%Ee56BnP}# z>pttRkrEPtvk<@gacsOYZFN5gg)IjkOQugpSxX75@JWRF25Jc}Y-^kJ3xM!uLQG5` z{xb_V&Go^MvSQQJs4UwRQ){#3ScZY*)>-PCT-jdwBa+)3v#LYDy6WJ)m9N=GpHWCJQ%sp{56CaPTL6z; zhcmw>~!`*?>k`oXyyXn6y&_?cr`C6BXyHdpE zgj!9)jGN{;;=D!bu^3aiGOl(bBe-!OGFAvWv(%1hGDujK5OXb5%y$6*JVJa-UVk(_ zw`TC1wsd?z;}9aSc$|Tj3(zVlBY~;1++eG z7K-S7?9rVS)uRu;rgYlb9AgxBdR~g0Jp5xAfKFBqEk|eEUydlZvDJ8dy7YQjH#kWz ziVbhyGBN?U+}!#gGo&4F()|KC2pf3+*A(!-ZtVZZrOENX^7;P(hkt-|2%)yx^vx0Q zBjU3GIYK$0OT^3lA2@tpK?F55MFSUu0p1O`94(=lw};Z>gL7Qs&DX(U?{~=QeN^`! zH(dAOpJ^qv_55^qs);5OgsXe|D-)`Zbs81bbo$BV`!Nw7HONi{-21tgjo@fl_j1vy z@2zxWj;^gJc49UPFW>g(X5F{;N26pNImq;j#_$d2_$!V6CP6j6$%kd)LB6ge{v~4v zrV`Yhr6~EZyJ3W8J6g^v0l(^?H%Q&psKqOUzV^iyBYWiu?ohKX`^V$c@Z;I~Lz;DE zYDC3jvu3fYCeqo+@OnV9R9)cjk(a`QA|e&-0hy`*hGvpf!8?G1tDkRM$oUb;m%>l# zpg$xhgfdP3g8+W8W>6w|K2s^XSW{@Lzo5J#_n8|RH(9@)On`r6z`P&3*4$(@t7o8- z28kNG+Y+D*e2HRAO+iV;d=d@Hm)bfR&$H22?%~DgQOQ+r0RBm zRBCjPR;OJp9g#26U5cUV z1GYATv?BPng@~;xWa)mr`6L9*`V?K?AME!4Lx0Kr5)p=aBZ+Mki3`PS9c+B(_F?5UI;x zB^K|HqA(F~FlpjYM9%f|Ijju|U64%fTOQgH*LF2=7YFN|_si?>wZF|gFISOn$}ZVu zua49-ChZ>!LU3jX!(i+V(eqiT+Lw$>z^GLSO-k;9Ri(a>i^WaCE6GeVAqQysg6Jic zK=b`)3}qDo`Hb15o>~y|nL|7aYTNi^^>W@e<8sD7EsS$>fYNG&j`R#ALh}ZzO?EDb zFth{+&-z=dJsc+S&lZ`~GAuF6rpX zENRI!wOgr9;t3RU_ww1svm9=Chgd`{={*fvDQ|f1nN+!QtkL( z8e)pwR4brXC^Y6hg=ftuhh= zRz}igdiV$5d8z!F4+`!A)5d9Lm~F~|6z+CeCFP@jhPE=eC5Nw()^?f8cr-_A-ONBU zdkS_IlLp!K&cwg+rDeXR(RE6!q$U&mmEcI$6U*Ypr?ytZ!{T|}6tbP0v{d-9w~(?X z!pONrl3L|>2rj{`RDE&w;l0!szzP6${=b!1_Wx;RpOK06Kho(xFGr1KGh%jc?HJt9 z+Odn2JgB(e5cK)f99CSTEjmNnFJHg*`mqfe2R1I+c{mn{DVt0ChVtae(=)N`)-RbX z>KC7n$M4|pbK>upPET)6k1v<^YazF_6_cKx2kC0n}y-9K{W%9~gUM z0^&O(i(Vo&CxS{7cTZl~>xZE8R-8NCkAg^n(3LLtO@ZNEDYNh-RB z?A9>;n&pORAN3#BEUs)Eaba4G?sN@SA~sT_)B7Zw%NIK-79W%*eQ~x!Ao@dpbN+60 z2l%0uW1l)urKemRO_PXo!da>?-O48>`M?H-B?w99Zfx6I%<9dx5t@LFc&Or}vR~lt z3o0xL3`dbO1U9Sr`D0o!6Np;f&s6)40@51EpFB2DFKIF8q8{*#-Dh3u!HE{NbGH2@ z$NEudtvH6ozY23N(^ZiVAN=cjM4?qc0xB**kd5c+#GKCoq>nXsmyk-)pOtX@jan+H z_RdDHKVC%)RP^zZ0KGAyN3mz@FXbhQSlgeVwNzZLBPF?ooKXcLCz972GF-rZ^=ZHV z@u@eNe^kq#3XtqulW_0u|J)v=mbN8fvW3lN9+BAr($a``Saj#bu>M^?zOqJ){{Jxc z4$+x~YqV}`R&3k0ZQHhOqhj-qZQHh0v6G683UAK6w{i9uyRmz#xmw?=IiHD`g)9#D zECjf-^vnBABM4i{F^qO=COabc%dI5eBmV$P5O~zU`C3eni2;$M9g}9YGcaC{7rUrA zx0V^$O4LnD35OLiG?A|F?p8)t0RUDXs)<#}3XnX3dx2;+3*IVOo2QwWX31dN6&DmTpsc%7IPQF)8xp`L`&( zm6k@;UI;FmRS$)*@*Jc}jLhCN###M#IQS+-Y^M~grwSBW%{im=> zul5j4>Xj043Q{2qsPMWpJMn&o$m4HOiqsb>B7Irc)IEU6RGPd^YLDT~b?UxKKuaAm z|COVWcDod(R!E-?BV&+n7FNcsngTmpAvdU*q7p%}KfN`9@@1Zo*D@|wEyU?jY86p5 zFVdBWl%vY@)U)WXBiRLAE#;|n%j4nC!Inr27(_I*sJ51#+wqrVd_QTQv4wysU^kn_ zZ(j%C(d|&JnZF+3&bt_NWbMXTU9-xF8HToK4+uh)LqF)FD!W9f2IuKWYl^8Vn@qp` z?RqA)uA&C3aIdAUwpws7df{wL+d3TTxA3Hbhj#~gcy5T8ZOHphF*p71IHyx?W{?RH zZv6_6_XK908S1eVQeO^x+bwl%HMqYIg8TiECmVNhT#3jW)RK+`a$wds(8TX0Y?=ot-uzM2OJs*Fv+cuW(K3gCG0Q^NH3IhpvN3EJ0Vh9B<0a4TcU z`6aX6w6tFj^0qxa^JwmJLWdw>23qBeqTsf*A&m8Q7{&?R3z@a-XY@VNY{4;3P&tnv z+k7$_ltJtSL4}!*@^_WW5Y+FQ!VOvpc?>J6{wpVogD?J@DC{!9zT{@w+}D7zM8Cfr z@AFOurn5pnXmTNVxWY*!we>0_-Yo>B7n~h$b9Kz|32odWi^{AmWiK_+vT}+0k03sE znSNpn_tHh&PANdt<%Q}_dr}$IdL``k-5JxNx|&prE%zS9DI^HUqHs*%bjxMM^V5fx zpNL8)MPwfj50bdtosdjo^NPDCNdEdG-O%saAkVrZ`xqM@8!lOqV-7_-=^2wZE5x76 zBwHzDRMnlKRJ7R99`RfXNm!Vk0&rZZt|6W628>C0+svx@$1)av=DRv^ow{DFfXE?!pn z<@dwz%$m8n#ENk+a!Z#PQcCz6VkGD!$Pt5F%`xib@nu$JJXpz)5G(~L7rk}xfynV_ z60eKyWTOPUfWv!2UU^f?@mzh=*8bsJDt797h>d*p~NcAexZgVjCkKsj<$ntQ|{ zdYY@LxY>)ZuwGFcQgeO@9s5PupRuc7!h3H%8-bwn+`MeW3TQEwM}+X=rbKO$tFp}! zBa%vJqi!bGLV*V1*bKH$#v(oz9;RF>;`bb<3O2%qDzo&KK`}S)7zP=Thv+=!Sz-Ka;!4$$8X|eG#^T+ z`ioCQ&9Zp^)Ab8v99?gS&vlPHELOC>dF_gQ9YtdX8Hx!ycjRo_b=+2t`{37JxR&8I zNQw0VH&-PXtU25u&y2wRs=*Z#RMu~ZWSFUe|z>o(N$nQLeR~T|uz^u5lx#^i>$ThDgqc!ev z`u7KPi*tMUe{I43H|zo{7yJKh`<&65`H_Xd_1>twf*+h4up=GS_qzx6pk-_tBObP& zSt0s;Per9jDzzSvE}?5Shs4K>hYGIrZQF)w*!3+Q~@ zvhnq3Oy)XGjjeCA`thd3>rLKNPR3GCiL9gKK*9=3I-^cNkzYt7Ix+l($PO;Rn@s?3 zzfTX?`NID4#OY1gZ9RM`mcVnp+r(@Hi%qjf z7V!Q7mDCE+_kFtzyV}ThYGn#z&GtjY&W^dW@pG^T`^C!;Oh(BRv!j)ktrzOTM{=?- z8ov%y8_rhOpbDv5RyE%J zv{E^+`k0$r4D)hpey!oo(ae{>UaTc32F7j##C=pIp58esH6}W&u1J`6rQN~bIW>WU z=-?JlcvjPKLNN8dU9*T8JlIc~?ORZ*Tb+zIgxYF)RzhlVt->n3v|_(o7N|~`0w%7i zgsw`Y*-1LxR_kI;&-LcxcoY{)Rp1cizuvZVDSo9Kz~m07c-IlRs!daqDKw4Y1y_-V zvYkUSPkRJ=9{NWk@oJN6-uiyzQ@^}BIq^a}B4#V=Dqq?+*%bztYC#j~QrY+jQl>fT z!w-u+#AXwyC-eea?1Y53=~{C?ic986Fh7mrCBd3%s^>N#jhEq6sM!V>b>&@gSA0z0 zOG;(koR>-xt|>XEK}kpW+*7ok`nV=wX)?ir<-lFcdv?UrKnJ3#r zo%9~nM-1<cGF&fIL-s0JGPrTUom3paM?SJ8WnE-B&>&*v7f%mN17hVQ+l{)>R58i|mQB z_9w?X^syU>c`AHEwLSJs*<$VeCEA3nVG9E(Bp!y!&|eeCS0vC6L-%*jxIdt8Ypbtv zvt>X~)>(e-;MnSPV9QcXpl|xg5^iYX44kIAl1L!!qtXG9Vtq4*fmfU0WYEg5+f4U8 zBv(}r+Dd`d92rAF?RQLev9*r1o|Ln*xlEyv-D$dX@xo(db4#+eK(YmJYU!J7%cp$4 zcMRF4M#!-bGQUN^{G@Ct5Q_NKOe@H#1d~;pKqf20wt6pqnQc#t;6KMD8f+ZV=vE5p z3kd*E<#T@g@&nKT=@eKl%YLw*Z_*;p4#>)sD&!}*DbCg63Gjyh%yqWrb??PRxW=2^s+il^(1n8B6FFK#P=a4ipOq_Uz#jiYq04vh|%D}L9qs}abD!>7;_ z6sNT6D6ga9@9DPux+GWPtV7{f=ue>Dwm+F(@s4A`?O<%=WvB!^m{Xr4D}g zK}Q@Vu%LES>E+Ea;cg*wO9A$Id%Y4m_ooOU_XCa?slI8#p9lh8A_xLbFVgqdrf$DH zc%~08Q*h|ljQHc1jPIAURjE0^n`7hTtClzQWnjzOW!}Fk-9uZO zPqnvG97Roq0)1jc7x@&K13ro!Vi+At^6ydZ?j>?+Fb$H!N&T0{)&4A)o8W^?<(y4( z#RX?M8b$17d{@v4lx?XFCGF!n@5jdpZ(Fkt^Rr|-RLiUW=qH?J(mxUyawnWcyub(p zlTrLRsI#E*msa~?kBV!yTw$#-4o||LLR@AJ|J2vSz?qrR;{ z``1IgC>tp}fOG@p2x^!K>@(Ze8Hk2KRS!Y|NiiV&_tek#$)pNFA`%k6#fht#dyje= zcr&Zl@^+RC*{FBB{g30f=yVN}Hu9AgR>EW$r7abBLHUER#PS8*L7Fst_G=(_R)n#} zyxwFGnDX@wz1d1pPCjBGQF))(-H>8xyWZ}?wAR*Rw^pCTYMTqqrj9r=Xl@|Yaf%N% zp5tOr@P+?*@Frb;b1@a#5QUCki`W}~$>db8jY9U9$no_+mAzR^~x zX)uk5T!rrJgqpX5c;{h>4!UINL^LgSeTU;JG!CaQaNO2;PqLLc<0v`&Z(~A!QfcH~ zBN0uU-Q9%c?!s}bQ6q^c)+D^ic`>;8Mpgq)f!4r_i4rmm12bN^B;3Jvpc;bAjDHD4DQIIA-M)-YkP^-Na% zOGX;J@OJs+G!n$4$Pi};WKIv3rts55lsKF7#=lnL67&hh=cCxp(gvI5`E5L3;%3E} zdk`NtC9Bx#$o(w>(kk0hkME#;8bbJ|s|f3uw9O=xSdw&I-oDk^APYzKZQ%c8-Rd^N zYb11ltBW*;oLTsql79kIOP4L%o)(*>K9*ZnrbSPig<~)?a^|d+rR#GJ1kY0{-&xqNx5Ibw#fC6@BP!&FAilwWcbYsz2AA7O0y+ltz zYxxt~JvE^)xP}9kDg=s3fjZE|5{OQZ^!gP^;i0ySC@Cfy_Pa?e1vld;glO zvsaE8ofs`^b1yT?eG7lOrRaQGXHm)b?QvOh@Ns{0e*OF0Hg((ZH3up8^&nJmnuA`n z#3h{H`HE_y|E$a3`;Jk!jPYN0rdJ5uRFJHx*P zf*gizARX{LtWr%&2%q0ml1hzaI`V-2p}<y>O~>7{rjy7@ZwvE9cj zoLGaQ(`@gpsyTz6^K5+Jm9OfU>#W(J4I)-L?-qg2*TR;YMbFoc?^<_p4g`3=tkM^& z#ETa3Vqn(4ShJ6Dx!Y1UKEFizM?HlhHy_D28sPsj)=?zDtrQ9}7IQ6nywpGJd99A? zXy?<7SMwBWaZc6`c`Hy}(^}@*;=$Mb^K-@@#6BpbGEI)#M~SpC)38dXhZq2E2MzLa z0#UEF!-0e%o;#%RBaYwWBrEyj-LG|K(@NCMw&5$6Im=`$Prg}ZJd7u*uo^~Prt0Cc zd#L^QoHnS}R4Nf^&)IOI48EQM#d>vU7@mK@&o`>9$}%R=xImI zb<0Vgr>gPRPA!PjVC0;zb0|&-GEDbu1a{m8s|4rz^N!D;_qWtlp7un%(B^T)G0 zW51;hH5?|rK^l`|hp6&p*p-heZH=ozp3VY4SiaV}#t2j<2kvRyd7f%rLXp2orD1XX zsu0Z}6|`((&|SIxJO_pYBksfabr(83AR;&s<1tGyl*ARMV9(=0fb|+3>H{gV3vAGV z9!ch7U6J-yg!U^@^Jfb9w@}>^UWXoB*5jS~)i-7SeG@Fo-P|ekvkJxu#VO4z;thBM zHPFP#{cl|f*Z=04W@h})u0%_2Zj&AE2Nw8>_$RrX0SC$%vmX9WjiCJyg4@<*v&i?i zSs|r#bIp<4MmMN7s$Z-oyI3M3fpW^G-Ol5~_ekDu$7&?4BXnRG@^m&Ju)m+jhLLSRD>>Z%Bo9&)gZNj}a1Vo4q5_cl>_u?Y=UPVVc;y+A%MQMqD`18DYtvzMC$Eaa5FqP?{itN&b*zcDioe^}K6SA?&9I;3z5{%p$FEN4R*O}Ah-|8N z9Kv?{(Z7@FZf4Ny3@|>&=!QHrIMlO^lA$7&4g`0#c{e?x6&CH=;`tHZqaeOg^^Q;L z&JcD57KBRJL>;-t4e(apaJijCGX>7u754T`&~NM?tJ;(dvXTzYm7t% zkRc8Eaoh@3^rSMznNe)1{*n%OnsB3?KHK2j{SHibZ>V!MKLD`%GV+OVE;Jygn=jvv z+rR-{%O{FQ%1(wC_LYe5iFe5oXhTFyKoVCETbYodUsZ=}4#vSM_{8Ry?a{|RcxyO} zWwdEAFLZ*Vc0<8+)Sj87D>vB6EL_ZXHt1a{(G3GN1KM36HaRyVwcXie8qYkZalDSk zCZk|HWT9cO&6O{UmiF{*r(^l?`!j-Cz5o>Cj1L^)-z52C4g2%F`Bqg%Ktn)MFRw*X zv1anUq|x;;*{Tr-K){26nRc8>R}OB@$|nQZ`0{0p(iSsI)BV%+>5Pejb;L#E4B!!jfkXS7L{*6TBP z8gjwIaGnHTxU$T_{;CBl9-wU2#@ZJP5$Oks^QDA z#s)f1YUk+&+tPG7HySMM(Ak*xl-ZH0?yk$B@9gQ=_iovys%UL$&j@$YOU?hj(K227 zw+lI}Z%ZF5EWzzF;OPhiJ|IaLJ=)Azsmr@0vagOj?VE%lR#_ya;h?G40izj!FVHb6D3($)*+H9FI2j0Bh^MC&v?Evwe(Wrl2_nam3Pj7p) z=j`3%mV$n*YCn`5>j-1j-m2TX-Oh4PiMen>h`$wG#k=PKqzYu#gT^(tXREFC?R*P* zxslW*BypW7=8#sZx6kt-rfdtE*DxH~D()+(B`|8@;=15Y0`@!Otkl{Ny=kkN7+kmN ziD#5X*w0wD7P*ZeKFJ+M_;Z&d3*`o_$b}9e2f9~d8=Yz(e{LH^D}v_myjIA$)g$m?pD7Rab6|`8sJu<@l|w+6kK^aAnx{PQYF)sVm1RFR{#iGDkol4`N}|BNI~g zLSGzq;aw8Jvk0qaIEFk?)aP13{^gwNPHCQ_qrz^oApiMg_|DXW+yfnO(0z}p3l`*g z8ml;NN|LmKproQj+(CM3tS)%u)K~&grkEKbQ%hNdZNvQ)Pnjh4^|lng5=_1@H%rCB zgc>6;`A>zsq7HxO1&~;8O zo+4;3wmMxX#CZK0W&zAgm8zcwu$TE{LW7q$qolGewiWsjG$hpw+-Sc@qWK|%I_;AU zs9_4@I}2fi>^#YNFiW#OWRLsBiW}5&=q9cT?44kwT6bGv54PAL6!+l=`q9H5boEnQ zY!Zn(f}0{AZ>g2h#@yr=5I|`9GjtZA=Si-A)4$BOl)U#xUeT(wv-MR@zBZ;`pE-v` z30=&EGZh(V+^5l25_oY^oMtPRkZYae9;4gXer8q>{|y5}&7?lP0WD@mGrt zWCarxoS97KVV=1Ca`5X|Nu^qm&0I{*5>f=!!(uk{*Jjbs@};@ZE(N6(z$knlmUEt> zz1~1+V;DU^W79Ud;`&4{e?~n7Ei7njri*Bpxnp*yACi`2CQUv7Zki3bVtK;u_e&f4 zMa2oFAh<|jEdQr=V?%m_xAnH_Bl>tvd7spJJ)1loRbf%jIxH-hKl3`4mdQdfEn`+J zElFe{2#~Q)3<^nxSXg)DSWBtiLLMhnZz%!iy!sfnvI7xqY!?U}itbeRdP0{BKDhK3o{ol&cVc)b$zn0!JoaNa+ z>7YRPR6ysMi?{+{NXPTu#o>Ac18m+K`hqsdBwh599@I}J7~4s;r-|8qnJXj4dx@C< z@gqt(x(D#j6fhsHp+YS%VbMo=v)^r~X-%6qQB>P$aekncEYMl%7j0&K3s2$&a(QV` zq7{Z)6nJ1~6|*LGsBAp3l7{hqsD}o`gPl^E6^T?iRFSbqk5eq7{HLT&1O>z#(;OYH z%ukh7dsSVN>_SQF+fWz9h6k9dcq7_&nQ5u9YJG4a7UK+k;@v4MrDw~oSX&_Wfy}{u zo*YK<$lCjSps?>2E9*^zgbGhI>O4~OvhCopeA2?5?DenD%V0&Y)qb&Tuj<2o`oso( z$egNmd-(3den}R2*A-wcl{U1eD0uvTsHUEOh3fgXux(RlPIt*Cqy0+QE6nf+on|Ls6g;=**9%l zLlskuGsO7njQwq3&svR=I_nc#>;C=dinHLh(50@Sp@<6qauRFvaK-+<&{%tlp&*_A zq(v5HG?`~Or~)uL9wh*I3IIc$IpFSWt1clv)U{gKY2YV;7_+83vWu#^cJStoATU0x ztWki(V;jxUvr{rYB;6Ni9QlYscUCf+0_~AAtojwq9-!7Yonzd4^RZ26h)2e%Oa6ao zPnY=2+`?PlsfYrfuqJe4D*vT+Gco>e9&Gmi3;^5ykrV$cQ-9nzkDxONYP!HC2*61| z9atGU2}6&RS1Jf!-!f5M<>pmXPqg7i9I{fT4QU$H5{pYOQnG-r$O)j&OTDgLjMp^hJZmR_YAV3&Q~k$P`6^G$)6jT&&MbY49lBuY|b%GubVP8JkaOu^k1D6 z&Iuq(UYN10@jic5TJ&jG2HM}}>mLcgG2rW^<$F06q<{k9IoJ?`_D3|DB?c|&z6Z#Y z4I=Eh23nd@F>^m#tlL!R-AO!_TN6sp-E4#3fg3;w*`3Je`NR%+Y8?R0So^+?xd;+;Ni^x8m zH>Q|LZQzG1oo#`2z}DtVPF2YuB#MeL!|3AO3#PJhPma36aRntXQNTvu@UW=8k9pcs zw?_Xu@n+C~5{)3nhR>$h*xJ*H3Bb)knvT{c7h(cinZI3b5Og%}s7CMJY6xxy6@RE> zCf7mv1f+T{_lYwa-A-YSfDbTL)NKQR6M*sRdmrU)i>UVQjG+C9g78@=7gEZ^ zL>u|A)68gJbcGvwQ*)raz2u7Ph%cU2n6?#Ip+RXh1}wL)Ee2eq$B8S7HKoDfuy9?oCm=%yOPw0lU+*nB%Ai>(N=18=uCcYsY=>J`RydZWD+%)%KraFx z30*l1Mdx%OTm|>xbQb<4I6N@U77{N?k5LlyIBo!{kWIq@Yml9^5{=}ABWp%)ls5s1 z8=3SJ94ergAjpy;u~dcSODdT;OOyC45R{5az2FqjGA+2B0!$#ACKlWhRGx{)F;P7E zR6UO6lshB@{b6QdIL~|}(Nu=jjfFX|7KGfZT<%iymrLNf)^t|6=~}8q9@UgkuJ~-2 z;*1@MAgUhO*}^w%vx;}~+Rp+r^*Lw4gTv$Z{>3x>9i}>}o!b=Ef_^n?2uH)<2sRBb z0206heJNwOb^aW9kkQDdI~fBC&ci9?9lI~OPvQlz*o;kPtlT4gy&{+A>_(AiWkhmB zqL|qeiT*5L8)4eDUQPMeu=wsz^JOh2c~WT*r(Z04IO7C-UP+_PLdRt%jmf1KRV~ZG?_bkON0mv_Txr$MUsI_LIWE zXNWE$DYuCFGiNeHHD1UOsPt>NtIJ)okC91PEC zPTW19O*pVROv#S?X^a48Cq+xoP6vJNTmmLVLY9+ukA@_kRKf^?B0I;t2lEm9ztfkA;R z=$XBuDPN#vt|ES(N4kah@D6Z-*}sV23noyXc?O-(AFmB+`(Owe>g}Cp8*2DF2YqVY zDpWxEbOpg@#h>=jQ+|aJSW+ttYs$S}_X4?RPWu0~D*caEcaHyPTmjpk(2Q20M}No!@Bb$#i>R&;1P z-V(0eU40GiX}T$OSFZvY325VqS}K@Ge^B7oEAajN=kHBr z8s+aK-J;%`rRdz(a_8|y@uNSBxAQD*y*1U#vS_A3-i%+a8i}ZD>8>%G!Kkv(>&=6l zbwh3FJ&6#_jHPgiG6c^Ki6MbN94uWB`!Up@ol71i?ib^o07A5v9Lt>@Vd=QVjA5i^6 zagt^|WP!XBFVECrol-ETUFzlKUEM;h8|(E_c|eLT-Wcq~YPDoJQ7nldgJ>PIPGNd) zi4mzYeh*5qcd*v5&%50GCc{b3XT(lb+T+g5d{@HDGosH;)>P4XYag$&LSuOC8hBQI zw~N=-(3(VE{JY@ZbhUorGR8EUiLm?K#_)l(-KifFAisO*fk}Vo#@{P=Vp25z#ARs; z?2K>9rZD62X4!lD!(vZ6ZN$KZ$yIAH=a z)~_)U<5ThGG$$kF32{8yQfa}wa}ZW-Nm!Am{YRydLBUGRloeP5gGjn0$6AGwgTP6Y zyVvzT)4+}mq)15-viP;4vWaS74shO$Hou^v_4A=qAx=h9X$RPIH&E;$B64n@>K zO*dKXcIl3`n%>4E_P5{%DUXRPRFAMNG$%U7<1b&et;M#+{e4@Wl+=6EqJaBB6u&I0 zi`lT@26pkIlH?c7MEf8c184$@aV9+~q3!+-6RH+j^szxT8nV%hP)K9ul1`-WDzVC` zCs{&XiqdK@YTkW&v64n`5-jZYMKY>8bja2$=r3C%W))QiY46d3T<>_4K zcaY(i3nYf27PrME^c$~1t7ixDj4v58L{dbbv(uipq&c$W)RL98u_BKzAMAd+?$ph5 zn29z z_=mB|*hUy}R^clDe{6inVoEv{ZFey!{XyFq*VJ^V>0=V=bOsnL`q=G{S`PO0SNAkgC8gnci9fkLGy;d0DSoMq-8i0fT@fwrE+K!Q)Zq3V3i123#=csw zDEVW!NfwqJ8)S(^^(NI?20ed>|2CA(MD%Q5xfIp#_$~j|tMUkHNfI1#oS&jugD0=J z+Ia!i$p;+Abu=|}FjHWtM!Vzw&yn@qsY?>65$3qHEu(}-HO17=7}3`3J&lFWlo4Er z)4@HWb5~jX^+XYqdt=RH{uw_GX>mJq&hi+%Iz-LE9!|L$NH5_JqmI6m5iuO@0e#i# zjN^^xzhG)eSadm*8&5InP!~2xPyB^wk2yHcl6d+q-S{X^-1l+*BgJ@W3=b!4ggu4JMc`Z+dOBD+cy3``y}C64LKSSaI37} z8bV`iX8L4``V(&hZuy_b@-^gtr3JD~W$qJssH;L@t#5Vei@Z)>Z%s1O-EMc8ZZ7>T z^u5;WH@}@^ppQci-QN@1d+h!Ya2vPXAT?}8h}!BPOh+NKaPL1|RfeGc?t5HuDp4Kx z=;pQVj!T)IkY2gZ;GsrWRHyW-FkQe7PZG1)o)WT^`L#*yT+Pcdx0zhL7uHspP_cP5 z1r-SrUmfpmv?h9(9EvZlampjMc7}msf?-{j8bC=`mChS&&p{`z_#8#|rzWXw- z$6zXw&T<%ox(aRMkt$VAo2we)Qwl1C1J1Vb7*iy1T5s*w3k{l^Pcao+rUD2yiabwU;AocfFQlwJ(zv!HPt8Sp)h_jkv>yxcQdnrvk|HfS@6Gh$O6U5=3qdS{Y3F^0;Th!Gt?hOZ<{WCOa|K zt2~-kXLom-9KjI;{iu~^DQ7u4|5T&h+q1DTH%l{`lQ6Cb=zEp9)v4`r?0+*2N+^F_ zJlZ)|h7-?Z6WQr9VU`uy#c1%{gTQiOHiOBCkZSht3!5FnCKt>t@>9Z2SxYV zE{uM_e`Y=R?LErsERe>f2g@7LUG{i@&8#e^Tg?;<2_ubNTA)-d8bI|z%2uxK=5n-^ z%=gT#D_~@eSwI=K$^HxEdfGxu`!BcLr(v*1@-RgX)PTBsxwB%yzC2eS@r<9;uaemz>0i)n5NsUf4B`0THTOMSkgYQstsA)NR$GStD{nmjrwU-A7@8Z z62NgME_o#nYO&nHb3HF~8wrJkJYRJpH=-XF4hN-gunfWcX{Ct~kdm9J=0+-nwx!}x zp(EEI?N;k-PV#KC{CV==AzAv`fOX2I4hi5=Sg3FiRw_a?Hur_@l%R2R&0!SvXzY zF}I801U4*2on>)rPzG z(78?8>*8+SpOvX>hS$Q?i2*07twG=GQMAl!Wntm|)uxiylVpl(qCKjW06c)70(DG1Rr{3ONaLc4XLtZeX8pMKcg5b1iD}{a5CW z+NcMI1+xz2UL@pBhzT{vYPbiRRKIM0;x$G;1U?4{9m=z+JgF}X-Hl4vOROA^+5Mq` z0Ha9y6o1V}pf*>cEHQ1KQM$3L_}DNVl~F1=@h(U8S2!id%sP?Z8JGA@Gi$Yq%v4#a zYQ*)VI*q^*X$t!k^8&F!61-+?sHOY(BBfMg$w#SYj-MHEo;S%VAJ#sfYGg$skw+p? z6M5uxX*r-$RXuS?#fo``8?)kz%`V+*!*Lzd7K}s@K4daQ$$^DYD=ej;x0oq*qo9dv zT?x9r1v?VesZRxIHIyD&-XLC)P<6>k{WL;xYqW8c`iUL&hGJKJ^DPeP!(GyDx3oi- zv`mRCX5*kU9qaB46IY~qx`&=+Z5mNa0o(}SQ}on1ah9o7Yqd>dW}KY2s>Kn| zVDZG5f>&x(g62`zsElTBO1OkZcT&@@xoTus9p8tIWGk*_Q0`UK6yVW2mFn)#HUm>L zmM+ArdRkZ9?1vpOrNRve?NuWlFD<*Rhqm(ub`H#luH7-I_J=beiD((+3v9T6kGaA* zPnqvRUwZtvm%@&!iD@lCtU}XEUP)nE84PuKOoe+V?9xj{sMi+{99mn+@8Fq zlIt`!=tPu0BG!-ycIXi*wxw8w_=lA*A+d$oZYt?RbNJ-c>@Oh$7*c!5orf7N5JgI? zwL3TZX^Hbt1UB|d=1~oUz$fTH@g?(r?PLBo903dae?ZBO|9`Rm3)TO}P6i3ag=vPp z{E^fYApV!&F0$dMSj6DSS5Ya;IS0laQUiTo~qxxSA%?2Vk zJduV%r^7ou5r)E4T?tk#M^?#df>U&+oKU>xup3>8+6+MmgKmcyYejs=e?zEwpp_~Sgcygr9LvUrBw5OxnCMo0%GsNo`6uKpY~N+{q+CI@#d!{rrmFPdLT6o379yOW4SBfSaft2oXyNOc#Xr(IhB>7kD3yfS0->(b@C>8$`179 z_>fE6t4ec_2Qd@->w$~)$gX0P4?lmq5Bs#E+QsB+s#?XSvdA3gDX7NDI{h|JO9hxW zKmR6ZbxsTDk`M?`Q48OBnuHTdxad)~<)Y7p@($Ia`m@%zoXZ|{efuGr`${j-uPIEu zarT?Gd2;Y-IqO*}W7JYwNffip5f_1{W`P8zDW5lRlcW(6^B1Xniq978l5i4y%U3y7 z?;P_YaxhXQ)-UuZQw^y&Z-j0b6uD;DBtYVI$Y_o3cz#vmOoy$R7(6}jph6*aCy*rW zIOBT>%P#B(_GrFbXt3lI`f>{A<@1Wc^+k(C<5DW>?1cx28m}e zYp!fPoN-J)W0ZqJP1VS;q@vSHx4E<}4C-(r1B(8Za?~xif8f8oS<3rcTv_!N7mSva zoGY16wu?#=`5@LJ7@B-1xrH>qAko*6Us><>eeBR{e|I<@NJ=5|FeSE*nHOv^b3^}i zH{}=S9|fpSH$pE9SrvdWLPTz-C+9hXYsgh=OyWdT-1kgZJ6NlAhNi;wyt3 z;riQME0D1YK$++rZ*}1r+ZD2o)Sud~=U3VYg-ngqKMtXWHRcjasT5*B#$k`6rx?M? zwMAzvS*BH~i1OFvA#Yp$y`fHex{SiK9Cix+Tilm_m$Wyr*$z zD}hV{&_VMUTk=qug(SnUN6w6q@lO^9;|Q(eY2J;5m|?Ro^xSszCqOS6#pyWcw1xae zs6XZ#mJKg4hJNLmK}TD;7W7*kq?TvvRB;i`*DsR)AKrO=yl4&u=?nTuZqc8ddGpaENuj@EQxhkIVhbJhtN4tq56E^)Y|s$lca?uM3b2>skaKzcGdxtM1!3YB#}YoY0^I1;IAmoe)m(_Nf6W7BIBF95 zhoJFl<@$8k`)*g?ZBK43lC`{N|C6lECGWqoKX&W6-wnJdn;^k_$_}k?`Lb0+4Ord`(FV$Q=aWF~gemR?bgiW0=q z!#cVTzw2h|`>iSm=!X_LxNn&Hw`Ou62szv{qb21g&mR=38|A;Q(3t)wBRdl->wj=! zu71L65C4BX+Hh)l1RddcfuK%)8~BO(BjaxhzNh-{Z{{|L=(dCuLW18Uu{k{@*w`3UaO z_E8vf1}n<18~f>BGA2yPK^;K3mS!KL7K)hbo?^o5=om7_?m3A- zHmA8hi3^4W4L+piT$sj(9C08vsNhlc*j~3|`0#ckSUD^8`R}ftsT@iPxBeI*imdW4 zROt0Es{$!S}L@>yny1uS`AEE*E}Sr3F8=Em4xH4jhR8S850G_ztHT6wDy zUPKA%JXhibsm3ADv)yAfG(}(07!?#7b}zU@M5tZ+EF06fTu}Dj_PuSnyrIG1Jk~sJ zoZuA7)lT(twH|wdVNUE1F9@OPJS!H&i_DDTvaS1meUq{#n{I62z0SH3rg|rjp5X(4 z@@U*=arFV*V1JB`yLEuf>I21W!K#_pc1Zift`fTz=%@fx#udaVa4c4@mo)t=3-nY5k=5^`_Ogjy4N+GnhvOl(Wij zm`;p}MVJA4;GGfQZ;8{>XzHij*LLxJ8Mv0biJ<9I~w(VkJ0bEHY~Hp#U_0dX&O`;0B;DUu9K z+oyeMm|_bNn^Wmp>054S=hD#=!;j@==LpsZXYCy+0XOYmsk{u%L^V=nVvqMe z*AoYR#C+qo6N_@LTT6kRjcsg()tWL+Zqm-D{B_Y2zfO8Mf1@2!iIl^)lWafvvQv&l7lCN^?jJ}0C1Cjv z?GXJB8Fcz+w^k!M%nw|-?3Za{%ZM}ty$zR?8RbWTKM4`J_wtNaD^B$HVY z7rIQ}6OLfce!nVJnzSTWe8|*ql|1XsOzJZ^ebpQ!HQ{HH}SPIT7jz^ef+da@ajOpOv(xEp6v{{d-E@xd9neMmWwK=Zz9 z<;l*vW%Iz*dbJ5`Z%zAqeU-ej;|qpBUD0DnJCubS(!B!u8dz0puc}bXpTpUczQz{S zJu3L=le^oYfH}}>yUvILlf&{~xinm|5za;%Y6Jf_3`ait|MJ+gbN*l2V^uFlGX@1? zYZX^J26;keMn(p4D`yv1!k@S%rk_t+S2Je@aa$u-Gf^`W2U9Z!Su=YJS4%<`W~TqR zrCjN5#^H=1`^{-g7d_bw~{gESjD=KFSTaNc|y@C#Q<7KRvP~p+8jLBInm)6(%9dS4qeDeW_NGSlqi$ zFoFL<`9_5we;CmO45iN`j0gpALr@?!z{Xubq~~GqgvsgL^Cah>zn4uJb(*Jo8#S9^ zfsPGk!HlB8)jT(Y5DlIWzMx7KUoc5-WUY)c64W^_0Hio6?5SYAhyvtC*e3N+xL0r& z6ebk)CE@S7W23@txVt!Ge;Qi^GPSg+s#(D=(E%d=F+ipn;2~tg{mgqpRzQf!C>Ofly)M)t#CK>wkH& z{MjRRfPhEM8gIw-+gB<1y>LKmM^lagN?TcfDty+ zMlO;7^^S@A3Ekja8Eu>4X*$%eO5jJ=@Y z+S0Uvk_EjhiGs#gl@JM2HLoIoJ9RK~K!s@p;klmd$A|_Ljfr@)FByi2Tv{LT5+Xn` zJ|e2Hc1Yr;gXl$*XX69l~qEE6-l&@hw6Y3J371D&vn(JZ98gxgS)VD01L zjQ$_S-XThqXj#K7yXur}+qP}nwr$(CZQHi%lx^EpeQx*Uy|r$y^=3KB%-N0|f5i8d zz|@9cj=_{hJvQSqlhV$6>$kK+Xha=1VLLT=7xu3~htpUN7#!q>oaUP}(}OhI=M9$3 zANb(DBJca~E6DNDq?S+{)bVrhPqqO3Ofiqr#!QArq4dNf5WRp*d zA6k%)gM$i0g(Qpw6`BhO_0sE8cv0jl4?H4LH>+|7B|QlP*xKit0}>It&)0&ih0$h1 zche!F^%2wSqtHtMa%08OEt!6U%CQX30D)hib~8}0ct zJ4YMiUSpl(hp5IxM~9$FqcS3EQbD?e)WhZ#h5CobTYANEvU((yq$J*Yh%=SIU$g2$ z0~MPg`IYd}C#|Cs;gK55AK{~W7rRL_FTes}ewOes9wM;Ef$OtvF5$_Tq`@$lCkmn} z;*TcHrN(E3iXqJn{{E#i^zZj`2j&Vxdh!)&&h=!4uZjOg<%Ka7dx6eFnUBI9-?g`i zO~Zvue9}ExC!VmmC`;4*qwKbR5%58)#WNoxxwu1euSS4`z#N_mJyNXa&nXX_csN&EvP@+owCD>z0+baohLa`d#qpv(($2(S6>#gWJ1-tNZiy^`3`|k8^&} z*Y8KY*dR*<_3-!X687E5%M<_6r|j9&v-9Q!2ggK6WHzQOxz$RKI;~3P^TW1tzwY*A>hh&(<)cvR*Lb1qyW`vIv+-Z-0YB<%tGCy% zb{$uz`!I*5mNm1v+1GrX^?q_;YiU}Q~buzqF9 zsK?vovpKVIZpdO|N7|NUyDj@0?a+5&nw3ZIhaMNPW5NQdR4+H-UJO=C9JF<)oV7b5|O* zPy3+WtQC5pp0Ze6-=`=s+OlX|H>fyn$r03xw^Mgh>`boBz0S0Dm$RD8cE*Q3vu)E)2K`kq5#C{?mB*7?V+~g3^hOB;@f~Sygm0rwXj_4?(cC zpEcxt+sdD+mn=GC#FrNpHTt!BxGWf}7+rlk)idbSbcIpj=z(EvxbXDr#+ViOLwE*r zzvwp`jl4MRtF-ZKww;$ceCc~eQo=xXJ>F{s z73qn4KJI<-ii?G#hbLMEutbqEQN&#%(jm1%gfVz+mf;C_1c8KMx*LT3=!LZ;2TtMX^e2&zNGv^75h@7aXX9*G1SNV*{joC`)7p4wVHYDH(cugp z>?7%l+&Mj%{d#Tj)mMd4D;M#Ucxl%?s_t# z=Lo|fW_!3)fGSD$kElzrmf=I*>O|>C2$n#ruKKZo0ua|kjw(FO;-gzmDhy(w)kG&> zmHKdscRI6m1BBD7Q2;~PdO2*dKkj(rDoqg;nbAu`nxIC@UEki-w3*6ulQ>O9A*kQL zT#;jz3S!HZQ~GdMZEKW3o~_SU?9#tDgzT?J^cxZ5I6k$z}20XEl>HAR9W48#PRDaYMaQfI4sROBuZ)m{qUpFZV zJ+YDEQ!cJ;PiPDgi=G$nE!>J#K}Z;J+OqjRaI(TL9HfOqP?K=sc~VbIr1`-~CV>%B zs8;VJs7`LD-oqOlm7ZfC7toNbF_G?jf11Urwf!=CyMCIhW|V9BW_C3EI_XlEY5()& zy8*ab!;7NLMc;+Uo`tSW)3m;0+VV3g8A4^yA?e-y9l#8zG zKx)wtPM}e!#Fm(1!-s_-d0y851%_Gw{=ORjEoO!XpDkV-6NyeArPL%2?LCn_nx5pr@ zi^=12%m!qu6Zsv1^u)`TYv>v{#EPht{X?LuBexyT=$F(nSO)}!SCzd)f!OHB8BQZj zh_Z?vY7nKb+gV&?i{cfHcO9f`7rXIvp=>wwS>J8{*mzY&t?F{Z)0O47#VRf7{a|MM zf&LY$5F-jP@@&*DtmID_oYh?X;-}py$8)6gcF=Z0by=fsZp_Q>xWQ~v@0*6zi2_a` z!P?UoJVQfkq%xrvQY8u1MVLSC!(EYbDh}wox4)9Ams+U-M0tET9=)KVFJ$G;p?6J% z${{@bKIz7C74jn|m_JEI)$^dx68yX)RpzP|oNHa#Q)X{@eY>9@bH>0*i%O<%?~M>HoyZhVtw{kN_A z93(Dg^(3#@+{+z?g1qkJdP5{sc%Kx5NQbxMdG*l)MP*&{W?~t|qBXeWNlEuN$@hCt z0bdc_xGGq2K9(GV{&UOkqwqe%evk*zFitlTw-vu50Rk4MzmYs#c6B4)bHuYgw5XUx za}1YHd1HICydvzEymBuoFQ@l)PTz54xMimE9dvA>@ZUyYuXaiF`kDVNdtms#fr427 zclI!&+4G;-<(o%jPr!vE7{7oa6u<+3a~N&3V)hzaoszpxwtX0hgv55u>s(k6UIER> z?B91&agR5Ka)D7lOMCd=Bl~x@pARP8-L%iR{nxhrDK+ds2-K@PSDb3Z*$;ze_*+x= ztY6=RMco5XMZ@mu;?p$*1ignd70IH5N9vLn#le>D5``SG9GW7|+65)=Dm}3~56mQ3 zlgQ3wGUtdIE%gV*l(fN?2b1%B9dTieP>TdMVvlFbS}St&Urx)K2n4CVvqFh#Li0iZ zrDNTl0q>wSK07~=qBzM2{YZm#WG6yl;c)bdV3&!sx>AQfo`4%7oa+n-GF_^ohU z*3C$Z=V8rn;iJ(<3#K--5!Z&)Y3mur;<3)V2G{Zc=|-zW<}}^GF-f-*{HY{6#k?~F zR)=1hVzI|8yfI}SIPb|YgGF|r(FPE76!aXUwKxd_5H^1u5eTJ<;RHm&r@iX0u_AV-?ff8P9BY;lbDfqIjN7G6NiQaN97T z)7%KMduoVfK>FISHzodf%=z*Y3F%b!BQ*Z>KkJb(BepzHDQ+lC83h2SLkfQbA21}^ zkfToDc*~xfBT1&=El}Y@tSOwKd4?7QOn(n;-c%cp2Y zN;PuPv9RWhxotRXpz>4`;u;3MbnaS2t;yVq=i&1D4QVj3sU5Ce9eUbH!}uu>SpZZM z@Zf}D6~$LdJ;bQ#qHEs_3~YKdS24LMe6bOg$JNa^pyzjr6Zb6Ml}MFPs}-^s3!;{lM4rQ2 zx=r)Wwaa{TxmF^VW?bLpGj|~`Y+qWAEv?eCZ%#Ai-|6>pDHEW$M{Uf~?s)7sM&5w+ zTXZ{s>Ig%5ViNR`cBMM+#79q&c@hj`9)yd?d;M+SI#_QmJP{#zRd8=!L>qJ=LTUla z6De2IY{NwXl0LAj7$L{C{?5NhW1z{`I_%5dCWAPrrjrx_TJFcGkhG*pUH0t+q%{t5 z-Fs|K-T+36@F|{Bqz6@aCQ+meqN?s;ST@PpHeG^w*luoqTk!V^PSxO%c%91QK z@P?|;oL_eM--a(n<`1%B<#Ml6yy&vpcOm6ks=QQ9ivTNLkX{m*NyJ987u_^Xf(3Ub zOd=HELXc3l=dJPVb2Q3t*bmJ5v9BQ0yzF;gY4w#}FUyn@EOk(XEcJ?64(q$!sb9IYk2z>F@I;{*%NZo}eb z76uzqTm8Y;(Zrg!YqZP$sF8T*qD(i@h>5vZ4PLs2d195{GDFAe-1UO@q+*VN{ z&ZM~Zg!Hk*lT7K@=LI5F0wJTf143px7A8}hCpdnhT>&;|7Mq9*+q&$QkH#Bp6Xf;^ ze^GA|rbNSqv2*e$coFo@o`YHbdg^wXVMzOSeRHUqG&(t5AqApChYMXHQyR5X6*rsx zRh?zVd$N{Ab(Gp!u$Cos=xLjMW&7wI+G>?2v_tG;EF2$!mv=Mi{CC>va9c6P@$~)g zI|na1?vay6;vZGsX(`-c{!02CfBI4mSN0wCXp0c%>;rM7^G8@b__uC1w)0JJJmm7ShO12WMC)2W-4l17 zFtdN%kvfjW*pzO2+Z--#HCl%_sE{z1Ev%ke=H$}WY)s`pc*bG{ALR;fRcW$oN}?9Y zKff3uthTy#_=jr3uD{ydxq=JnHoZOAUugj2r=>+A6x6h}*@&4$Hx=HW*L=|y@8Fz)6X(}k6rL#yIK|(cRGH^D9~n&am0SM%Np9O;GF{HXeH(_ZvIWa2s#$v(*>($ohTL<0+r6 zUldkOv_cb_0Ra?N5r`WJ!3km?7s62?GQbX4TY6G_(!wNY6M{*=aR1~7#s~HR7u$Zj zIe_YnX!ZGAH8MT426Ab0Z`Z4l^gK+$k$qnqE$x01K9g?dPQ&C!eJgpmbt$a85t@$C zE-yKJ3lthEbK@vAvqfxt_tI%Ig_e)(3%$GcHD$i-#RCAfvu{_a5%UG0r>efUGe^}O2msL-Zfu#lGc)+ARu&$} zDY0hDy5^q8;4m#QI&iyN!~&ha&|j(ieg@{7{E4OVL322ywnKP1O`0~PTd)Z{+2_sr z+t*=y0srfed7w4kH(btJw>UDnbT?fmBVEq4H>Mj{CN4KqoJKZz&A8ydSV<}d7iMOI z1|-<_F5D+e7x+(|iuf9J*6Er2olW}^C%YSp`O*$C*0H3J)YCVI!U5^LV$Y))8oxdK z2|%7UYkPkYIP#@>rSr3y;%2D5M|vfK8|nr6Cn3>!$i zATrf(WT|S}q#+{)cC#>~CKjLQM^ZXLeQqCiI5;U|7>lLT9N{Iv6mXJb?P)tqS=P`0 z!P`z-aUr?A-rg$6I6k+{%K~%Z?u%JUyaf~{ig!>m*tU_nDKfbkMf>0M&|QAHH`fF< zJ4WMv`p;cA)0+Xu>TxWZql?4C606b`RwCR>;!|Nh*o)of)@UE|YX>)gKA1<6vDk_q zy}OVgy(hOfL#q^9(w7!ju>%8v!~s>9qI66?H-HQh09e)*Vp~F-N0~@FqbD%2H=Rrp zi#sISBhR@+yAcE1d28BJ1LcnJ@ z;azm!zDf=b3d-lBOh2ZSY>cF1v0Y&?B+(jg`V|0mc}kcX=ai8=#K|>A&35Cqx<9nA56i&K+qH z)%I%rC~>L7Q7VbLXFO;_7O^|#4h>ng{v^^Q%b^y`6*pQxH>=vbsLo}ZJoiQ%b8cHz zHBqH@*Y_sirK~~1sageU(}&w|g&zt#3P&UP6wCTTe zw1={;C>~EP6z^TosH~D9PZ*FKj>k-K=+fc>Yp)n1Ppst>S~< zQY1(oks~60{4M6y)>9s~CkL8VFp{N%>i$C4{sx`EDhmg%_FEKPh%T zTu&cPIBQ|U&OB->keaYW`zPq$x5~({i;|~qsG%j1x^7Wm5>nnvfN4|1H{QVPXECz@_c~;j335xtIe(-ftLF;FJco4U_K zv@SY?DO!PIDs7h>YF=6Ax#47n_oY~uDVK?8{>TO~22H{9kB2056c8@puWA*4TJ-*a zSa4|?AD1PIkA}UXQ+r^UhIzIf0kYwbBzBtquQql$ry1_cJiE}%~qXB_w>{uq^@q`7j$L8gZ z2!%`O=CY*2rI>POk?=oEZ*!55^EOrha0Fa~NsS~20zd=CnUOB@AiVv(?a#N#n`hm; z)&waD4xAzbO9sU7h-!w*C^x2QwJuXt+ds0%slA}UaeDqg7Bpnc6Zhg#VUBSH5+wO# zE^*^Jy-E6F;Zl7d1}w08 ze%UZdN6&!nk{yCFWtM)FjE;gz*1%Hc0>tb;d zhizrB>Io=K<#P~?%USlyX6SSibmc74CpCKue?vEWd$)}q(iXg2-iuCJ{by@l(Xad~ zYuMIq{U=8bli7E~e`o}DRyaHW?o!X%R34Tp0&&zE1B?A@5rB)=x_59<)xIql`BEpO z+O%wyb-A7#XAG{#2z^s(tyu&RPE-@1ME9Zdic3AEnOQ-V73!~H@)OCu_8>_TvX4%i z^IPqmu(rj=tRC$rkfxn|X1yDVi+Io7;wS#8Ac5Hi31qkj2B$4@!5EzsM6gW-I~W0d zgF-A71b6jD7A*PcYjdEz@C^jqRce_KA!!fdw z3zTZINzCqHdS2|Wf^4POY$IMg7kFP`;8fQ2#liWsZX2r6jWbEd^qP{3eqxTIg@>NN z%aX{5%}wSd305C3?dCD>81B4$+bf_O(~B9PocSSr(2TiSRieDD3-?+;)}bFN*+bV2 z@X}5C2d``wOnq057S_E5ob8hTEdQA`by8kS==rjBq=1Ex%|KV-C(Bkt<=!^l*wL+C z+xc;`4BeQDL~-*2Nka|kA_F>(#DX1XY2ni5;#yllhPPvolu1~7w2Kd)z5=Z~_JWt4?xhdd0ouJg;O-u8o7h6sirhHH|9)4TLj zvVq00mrZ1MD`@b^Wkv-bdSbO47KBaI6_>!hwz&sc`SbRnk$*4MuLYBS7ph#SO-uLh zc*oT&hk#4$V%@rT>bF8zGX@`@>CeX*TuJNpdUrMM?Sd&Lb1fvB3kNmP8FYW6AEeze zo@>jotQL&(D^Hsl93Nz2ChhMZ@lMp4v74*V$L!PV)8hM`DE&>mcmQ8cmw*;-slbMXZmf_`Gp`e{ zj-nGi=GS>qc-vP&9$82{72#BB9&nH?U?{R0^7VF4sPof(Hii6qF6IB`*XjL(kmnoe z*OxZON4MLj*ZaAkgWBSLm-hN8GM7(^N2~US(%sEt*ViYD)V{3>7_G0vCiBWC^B_EF z;eO6Y>$}RyB`VHG`zvajw2%2alg%LZa1<4b@7c_o)xkR744YvF{0Zx2s3Rz5*C=bO zFND{D=dWqomRo7xo`q<93Si4dis_Jwq1<^uU-A3lhE6tg>ZaW-pV)*>i)xe?HFnRB z*WiN3KEZzkd<6U2EYeV^B}oYrO@lc*!}oVxyXMHi=ht{Ubba)c`+`IOgNv8pqZr^V zlOY^&7q@LA-3z+%p{T;V%#=4rt}Fw+_p|pDHM`fQ%qcj@kg(+>f4K{om=l)RAnrMi zBpj$neMa|T^CzdTp&qqL$b3QDqmEZFwt#{D78^)HU+NdJHHa;i9wW#{lG^{$Z)bB6 z#V~p$ih8aQ(w;ItPFocu7|U?CHmAokbnnwOW_4=`t7_YM($9oG9w3?j%aa)Nwqd;^ zeYtw8p0T4ft0SDmdb4=ya|t32rvaMOc-yxDG(1gFqL*ZKmryN6HgZ(=8dTBa&7CB; zq+sQR0A?@^F?vZIMy)P-l#8IQ93E>7+@(|ic*KHc}hLhXlRMMB2;}Ib* z=Ncs;`3beP5TYfQ{lz^x1wBt?mZO;J1O+N^ei%_88 zHYerRy`@CQWX8*3Iv50)r~(27+4XRdiq%C?V zvYsaxL;u+lX@vg*#t?{1^O7oalZ3XHvie-VAt=VFGsL*kUq@*~wt#m%@-V=#POgO^ z_4EnMeBJmqnOj$c2dO$>Gsu4{#i);Gg&jFXktwG9E*DN!uYVB2d3#?0TTox=ie_)th4t>A}cbM2k zoN=6(xONx1wqZ#$gBl!q(G@w(X=mxJjunLmX3$B%OqTKt!V*=x2a)^;qXxfPWJS`mlO2l`7fPW8J6)SYKu% z8T;F+_KZ)x0uwasv6vL{gFnw6l;g>1QqE_G0}=O4trb=mj~+T^Xj)JXUH#YcsPk!!3+F0ye_Yu~5g{%z8{AK00hz)$<^HtBA34uj7V5sSdB zs^wk6pn!+Xhr4+gKn1Qzu_H(WTu_%!?l=h~?J*-r-pU_M8OQm4Gnea48}|41&hi?@ zBy9V?B)bmlq9mgtGE3A8CmSO0ab&-&USwic(Tp3oj0wZ>_=yHFFARiw+F!CcMm68e4+h$BY%V#iQaYqFDaa zGTpOKgsml?NusXORF~eOA8zu49w=K53N{oC@@ayJ$9!GS74TuU`du1mQD! zU5-p3A%;6HVjdoa;>J>15^u$uTprNy@5R%Lo%g@l_}}GSx-vaoIlkW$+090eyRtPc z><$3yvZgQ+cQ?=NUvGs;!R}f~4lKHwWVQQ^1JJZ4;4mU>?@o#m2j#C8&RyVH7|Dz` zYX{XYScht#s8=gor0L_jHNHZAGy17gXgNHy(DCt`jI>y$z?v`Hz*DVMh>~G1`g`6* zRuxY7skDkmhwi9ko#OoiG%SvE_dg<}$t=OrblYRE22-yux9ohn`j05<#~sHQ=K{+} z2kxg#ah#~PpAEEeaz?w8Z?bU3&*j#!M?)NxOLB8hpRg8W8Lv|sUGXqIre*}<)naJI z;DfTEVh{!Q_t4r=!1zdkG=KtBUG6Qpvzl~SL@1(J(GlX#Y?z5R^8W&!I0%b1f>DyEX5EV?92&cnn zuPzCma*pft7B^4}6vXQ*QcFdU#pMTIIzO>S3d-`MjxPfh#X^#e#-l*c6%!%@7QQcS z?w!-@^JEb<4OjD_L(TNH6Z8=6G^I=P%p`^`RjQCr$;U$uW0)8F4sq!O1{Fe9?E8?j z#(xZ((=aV=0&N=qH4RSWmpa_vn8a1Sd>hVj?m+b_&3Fr~7US2?nzL~Qe)++%!t+!kXPaEFLrh?r86UiP-Yh=$48x_cI*de0?2kA zCsyg=yg8{uNHINJE_k7%A_kVHK#dvNVE=+ulfM zwN~8v(o3K}H}X%>w25YUjfR3Xs5yY_xKQI!uPyrATHbCA9O2f)o1bwU0nQxg4vs)Lf43&;WG^Cx?Z>LBG&Rsy70>*W| zs})2qH_L+Gl!9iL^eqyRV57R)$EzB-T(MdN54L(vZtkT6XBFb=Ag&VNV1>4(FKWf; z4SCim8^6F&ic=|TofbV#^lF*TP$}|!2Ox+={3nEHWyM#OOq!mn?W$o>YhnB_4M#e>MmUhl_@7&~+p7WF=2P+Wp zJ9RCoxs_hgiK!Z`sl#Yj8U;PAvo#n_wRFd=2k;XHh|-Y%4Y|ux{jxT?N()Ep`btYW z-QDWq3A>^Z#}cJ@-1&tZsCe%9VvfOUY!w#evzPDDQeQ|Lw5@2>%XXHP#nD0oI+}~( zWK&Ir!Vs7UxI%$Ol0=rW^perA6gv0(C8PqBfQjs}2INckw{l9=>wy=i<>xwvelFqG zWWBBm1f${vzQPzPp^m1jk}3r+KC#$Phac%ZC$B)M?Y-8b%^+KLRj{|47Mwik z`|sH7-Qo$DuTCCclGUr`>G>%yAT9YHIT=!;VXT^L$`nWx;O5nP1Y{P;zB@ z<-~z{QFraYtb--f1t}p?Nt>l+ zwuIXD=CnrkM=>alOnadH$K?w=a7Uhx%{a3XhTb+gOQaNXOP;n`a7*zRRWv_E(peB@^ffP4_ z>YPqzffOSCo^YMVjV*IjTkxWSfR~lvaVl7Q&H8dZ@A&?W+b}qrte)6u`3w8c7+gsu zRceFJ(XktZ#N$kv*eO_@>|mq%-LT-d_?YL-OWhIyRo9+TzmbHDL= zZL=U*5?!O$j$HHa8$4sBud;052h_3?AGOR@n0Qy1^O ztJ=^PcZg2uugl*RHoSnxK{oJOFiG!fI|BEg?zoh4$_99^F`gZwvKD69aFa|Tr^4B7 zic)acD=aLLe8guz*|m@mcTukJRS-p}c9uY5SVpq#vC6#PPk6cUK1=_tKw$bmDGeAI zS=jzpfuJ?<9{|<=i$zo=Pb4JC-xu;H=C=j>Ks}mo-QYN;|Mi1xqf~WBIJ&_#rZK~9v&GmZHk8w)TL z)ZjkGpcFN9$6Sf$3%d6Ap)`|{+FCqk^tL1k5_E!;?4gtmoZ~F=?_>p%je>20VV@qe zA;!rE+iE;Qdm-syqQqEiTWWODmS!DH__HWWOy^eNH?_XuOUW=XpN2*xQ#e_hH3TXw zVDwG&Gx%U?ccGu^x*#}44?2^piFV0l+d>lXtSH%v@#wiitcNzDq|zSV5puy2o%xsw z1^<*F{McOqZUoypvC&$bfKSWW1|irc5OU?IcK*x8l&oS!<{1# z8+kY|+CIesD{a8pv$%q=T+w_DdEzxg)j7H{KmOLit4zYZSj@!KM(@0d%%JE5>Y;6q zQFB@K@w8=2O)Kzit&V?N#*!;TkR^N5}9cxm?1p0mcNOJlp7D`VXoh%%_fqxniQ zMN^H+muyBQTwcb3_O+#oi6UWTDnL+r=odaG%~^z@~6z z7Ak~OW2y?;6CtJ0Eq*&}FCsOCrh(AF(ZpVca29iVOXR8#`DVlNW_o2q5&b`SIb`Ds z7cB^}Kv9X9OHS-EJ{<}E+rIop@kvX=|1$7EB`K^8$lEdc=%~jl1sW3CT>5xUHBxk^ zsmMJ@Yii^Q^GoIcvwMsu1Lvzh^U`39C`}E86*!X`xmggf&kLz((FOJ|a<>WvlSp)k z*fJ6mH%6uPGe>v*(jmw#(+pXG*#kIFTRIBdJ?c?g_2qaxBfTPK4tRGl0+ogUa((?q z1gK>UU5QkquHxYJuefusgq-u-dVzOXyP<4avyB$tl_d8ypgj?dc9~aIS~tka72HRI z8OGs9+2rA68IXNYDC$+1Q-oATZW~lQ4S|v6sF?CtycEB$4A{aV!=JiA7hkb<7<#_c z5a?g^xltD9y)hnbzM|~rQWTF%p^f_)!2dL_c(6x4VbSFxR*73mdySZA-iISXo}O`d zA%`b4Ceu{Q{uD#AAfNffh*=@M1Byppv%BQ%-oCKKb5{%GY2@-(REiF>IB?tU9f9E` zjw1jP4~uEgr*|*NVt>v~^qCkOlM5i)+eg;pYshlR(iA6Jru~nm#hs!g*sh6r z;xn9X@`^75gF#cWmm&A&JO`aN@Ao+9Xt8FOqbR~Bz=^>bpr;S3&xi1?5kfpOl1(sX z^F0y^P*4h``eQWAF^;)$?o_wq*&23dSRROl1v#yh{x%Vg6ktotq!WH4Eh4jcxRYy&0CA z+o3%&K(c;M1Y+?7DAFce2!8!KDq;o1-lucpmMXdgryE|0^6TXTe zKM-Kb(x*sOCMrDbZUO2Co?MC3FAf#Ptt1!+dt@+akA>|+D*V>gE+YpWhZL?5A`P3PPS1~*V&=ziZzq-Qa|~)w*`Eo*D3m- zy1A?gi=g04J9(wJ$cf9@$?39XPo(Tdmz`X;v~SD_fMtVUwVDIv*g`pIsCiMY*5)-k z3Nc3^df1A}l}bLthzGRXc4}_a;&=16{cD~fRa2od$FCLZD==!_HIU4u-a$&k^-6)<%3HP}NkMh*DB^E72EHa{?c z-=OUw)7&OXzGjoHQxTet5CG*zSvC4xcgE|}6SRi_Y(=QIe-YTx5u4(IYF^wPcF^nf z#r-H>T*B6S+T;v00%&rDb)JK+1Tb~$!>H|Z zd_e1V)N-@6&ksuYHp1zlNhXio*-voXq^~99LnZ@Tr~Jp3qj2|aZEb(9=l2M|1fxs? z4y|a|9GNrmmFdh9OCG5xD2C|QU~x8ka{1^~$@nr4$xjEjdRao+3Ji1e0s zg}ukOu>CvGwR``O`s@1-ym;yRGvnO*ifaAJ>ZbZK3%5N2^uw~f`E;rR!2@Mb3{MYj zK-P^HEN|b1PXC75d!Q8{cl)+{pod*?mw|epGw5}FU~+t2*T%<5;b~*ymeBZ0Y86l{ zA!b7^sUD}cT0B!L?4X%mFtJq>k1tPLz?@lYpw=$3A8X1fQh+$Zo>P;ZlmedswZ;=m zm_&JWbFcWW#kiEOjK1jJ?e^p)-M7Gh7q`omNBYPXyL1oLn|~YlwJB0KR;vIb;}5^c znjw8r7M&O?x`2hxy#Na4hb09B%(?SA*#Ro7Z^;g!wiv(-lPF#Y7aZvvUn<50fBJNv ztD&$TGRCJUQ42e}mRE>aeACkUCiJX3DI{zzQGe^~*#5G>U`El*vRE!mye^wZy?g~& z-cnVuV4Iq%@yT$x+6ZYjs73}9MCll=CEzN_7F_8#apGW<+iGh0GJ;+L1}XHi*Ma_n zP+MdN`S%fEp=W8~X8M}q96cAD(*A3x;|BYCH9a@w{EAG|DL!}1MoI*fFp*#+`#w|| z2>RZ%bSXk;JcoXfb9!jrxLHkZ1P%poOxXnqfg=md!>rUBknc%RAhX#A5&_yG7U537 zcgg1F-x7vgIkE6E`pKx0S4q-rK+W(xRvjwL)Un;p_0QR*-fkz|mWUu43IDceU~3P$ z<7~>+U{>Kvk!z7-z}zwyXJ-_RCT3bosJf1&D%LlZdi5GG83QtiEe%8lYG*#fyK5mC z|5Dz$#Mfv97R=h&GkY)2lV$Fu)bJV2END;5aSk4M2x48P zE+I{c`XYu4%#3Q}VX}Q0dOE(EoU-J~{L)o|QBhwcMMa;o6A1gyp#RyoQQTR(3na^qD z&3V91aPpdFSzkqpM|zERbb5_yLWpp~f@ov8cr~Wp-fKrFEOYJ;Mn_O~;Y<6PzIZiS z?F=>x(J4?kE7(`2xY|2I=rKwW_0@!L?b5+PBTSu>WKm;4bRxv2MlFvR38Agl3iwoe zy@zxqopdG0*Zh1nu%%+>9<|7c7RMnokYHGRGxbILhvjDE=GgHA9PK9E%@TofnR?l7 zE02Y;FXgxr^kGp_r^094D2Nf4$~;oJh6I!br9pylq(K=C7m_YsNx^5*DboeHSnU;?8i-oce_$t6)n=F-ycb1cj*RS?L{v9|tKj;_Te zO54NHRQd0{V?sKvb!7e6RgMWts%Xksr$lTj>~BUqcAdb`DTy4(g5bl2lc}_N*rsNe zRG6CYfLgKh9iD|J^Cc;-WUQ%q87p})nfQ&r%!~4jK7Unt*E zs1$!6!Zy2Ik!~V`VMBPiGf`W&&P{!xOCOy6SMV~f8?#Bbz7DTX9{es_Xp+_U46i(n5VEQsr$)Vih)3#4 zy+17VH4ipX{nyj&|7J2`WT*e1*Zymbp8s6?|KE+G%klj@P-<0*<5jLhA{yHVKEnD8>>)@9(|)_T;d;U>p#?WZ>XGdN6H%Un{piZ<%wup?Y=y z+~f4(9I~VR_C0@8V`p>2l0f}fhg{wtWgx!W`1m0%|D=b=|5VT2$FuqA9`F$LOb0rq zB{_nL&APAYN%#T2zM+Rz|~Lj;>n=FTk6?`${56QheFW0-h-SInBOg4qoPy zIRhGXEr&35XXJtCHJ0;CMzW6)lvEp}++%G~CRBZaRQ29qi01WSt>z@|-(sf_F|myO zSqayc1rwxT{DDVM4boKUOg+aG6OmGk-bl;NgyT(Mhho(#XA!wJN5S72^O^`W@0j(_ zI;D2fL7jh=mfJ)9qcQ=sl20-3wT1r|88!-Oi|S@s)3DZUU#0uvIYQdOACrvYkAp4~ zykD5eHQ6uS-LAdoa>}p&FD=uo7*AR@zyH8#aN_Mm0I-T^clDP(ryu?v;5^o&q_F&u zPX@OyK>f&Y6Nj!gh~!2|h@eo"wz2^)MYbOvAQs_MeBUcb}Um{-PxUI zcULtw=txc^n3MW^De9U(LFjYpK!)1=7OErv{cL7FkmfywAW$2QLEEv&hxA5MYrLFP zvejjpMq}kDZgOq9D^p0D_D;CM-e~h#2&UJ*je7YI-LPsSzyE#L-&+znWl#q)WtT&c z``|qWa8H#iWIVBXR0)f#$fEfA!fCSBr!T#Z0TI@fm{uI$VO?_%iQgJy@=*k=3T*KHAIAQ%Nt9^W!iC$mz1p^I z+qP|YueNR5wr$(C?OyHM=e%#kjeTQ(IDeobDxxZ9&XGBuVX1c|w2GWuVVmvCL9M{K z=0b9lT;YNWucV0*+Y+Imv0$`Ee4ICjVWys2g@lZ%rWxTvPRS)H%rkF+wb;Vmdx-o2 zRMrvr_;@f_de;$HX2lF2-xr(}m};6`j|l;nRjG zd;~ld1o}9dNja+s=&Mci)UB5hWzk*ZnkD63?r+v;CRJ5gP*)SP9#!;t{d{o!8YlMb zs>fhpu~Pf*%H-qaK>L*+-VJU0VZ*YIp_sZs(3M!L&|rm{_Sgvo+U3Bd`RhO)2&!<{ z2C60X_@BH3=*vQN^%{axm5fsX1#^v*+`Hj%`K# z&ws0<%>TDk877ARkWa5Q{@+xY>bPMQ{z7=Ltlw0bv)@#iGL{Dl@Sh(NYP876mh+o* z27UZG&~lRHi3+vYj2kgBF2wKg8G(Ov9h<%TtGWCCa%TBD=vHrD`J~yN0zo%*PG=@| zGY~osl*c(`u0#fFnEF;mRm&nm3s)hqW6`CD2 zWaKMMJG7GifOojNjjDhW!!ItVCO6;{*-3zjk3jigK zGY6Z_F+=48DHmnrt<(%i-;%502zhWV_2<2CI+UevM-xalqb`Y1OpZTg>FVC*9lDCC zORhxhi-s;7d$=NRXWVrWT`H|SdKN8IZ!wadBRaFT=$hG7E>SK7^cF5z&D}}j?QuxL zi2)uE(RkIWxCiF=l?O892<7GBYyTv%V-1qTC_SVU)OX61Ia#Cz%s#7e!A@QbWl+$3 zx^FvpDbX#l8mW{X*{|6=)>^f+)QWb**l_S__X?2rYry$Xk00#VP5-(|8LI_K~}XE*m`S8TA%!;zuxX~O||WkcFyV!j=56KJW}Px>tFSEMHzF4GsztJ znS9Q=A2jxPklQm_r{&jj2JjW*!3GFfsQbi7RuS-AO}!={%6#Hp=W)Bdh@^*`xFsFF z%}7-K)l;3IYyd(VM2)~T$cMhHF_+OKy*;{8wv8;i?-tx$&QYCWnfqGq zFm;vU6{E%FZgF4`b)i7P*DeV>lLFlugzkIAACOJNy1!64qoooqnkG5Fdu%K$Nq08el&76#I2SLp;Ki*3|cg9@&XgIu)apYAadwJ!XjWAmNS@qk(|;L*~Ug5U!G{U z?soGah00O_*j^vZ%0BmQ7mSA089DZjNrZRX zCtXLaR(>ote5bSPz~fXWDpBOxf9x&0qpNy%yYBugBz7(Wyr@ms$kg@BZJM|*7-~ll zpRu_{tA05y%95oh3`#K0R`x91IiW(2T)9hrP8G=3;vd!|kO)xqS)CdmSegnnNwPd# ztVFC}(`D-Rq5xapww5dh4ds;<@WuvKmX~B!6jK0GogW{Jxz+9)&Ua&Y(SF-s9n_!@ zKh7ajet8MgSj1+LU%`}A zydG}6SLd2fJ_aXS$P%)3*XqnXxR#XEe2h$m7k!YP=E_$?Az;cYmxW`3EVTK|RwqG|Jyzo4B!h^L$fCOg-ZDggs;+H)^h zXQ2)7Lh)$b9fVC2#If!1zCQClghuj-9mfQ?;3z57uDc%H#(5RrFgLxGTO4FwR#sxd z4q;Ttw@%%4cFqjO$v7P^sRW#X%KqEOY*$pGS%SN2u}LX)DN4!VGq! zM%bt0=M3Hkt?15uS*f`7@oOMdC^(rtY_w|>spG0Eju(&k{1=|kd7FJD{F#`ocCY8W z>T7rz`_G#yceitQcDq*3`nT9B)o|@{l6l<P{KF%!a^+N9BaOcXZYM6r(R28Kx z2%4+x$lNQ;A@6QU-u9WP69sjR=n5E3ws9{;u@6YIulhCBM)mG;j1jyz`- zU4dIQ&f^bB(g(tm5sZ{bC_ashzfD;KVL%}z3=mLIHX2d&%-`3iuA!~H)b9?pL?9ig z8F+j5g-mvYyP>XYsT|ahN4@hCkcZr!MA%>`?edi?>)4~tsoIrISy~J6J^2e_fai&i zKr)sn+`v(}HBib3rY{&TVYf3I8V@nZRihb7+-FjS{EJ7@Bp_emtDuJLJi$RKE2?}Myhb;6PH-})wI==Fc&s51@UM)#=$<4foM*xy8yGNTTvNR4)i%q6JzuC+a{<#$NjB- z399K5P3nKc@$^oCAxdnqvGs*lM)YyFrwrMn$veQSSYUt6NEbtxsCGFtNRqXZ2hu>f zaqDNWUT&5ZhfAG3@WwtIMXXlmX=u6-I@qoty=iRqi>i+DYv-e);%E9(X~h5B#MZO% z;7&T-%#$vYI?C}gUVUcu68YB!swe2fzQDaPljyFqZu4MX5X6(pW=A)CY$> zQy=^F8!fPx(6sy1aR6puR-_RYT$iHAa*%$rV9^eyB~yp<;v{8rbysPciZRaJHLYlh za`(Xzc50!9Wl@8DeQ@83+L==slXggV&vj?$f@vhc=!L}u@%G)|PC%Kkqy@c-r1Y?A zAJ0nu0kRFpG;fz4>hU(bgneg$MLo1#;z*ts`qn4h!~<6GLCPxmvFF^AY|vT5RfYXe zT%qZcYU*-M(+d>t>k1awwV0eE=dD~&Qd9TFGYz8-!%VA8rieQ}olGUzCm;Y45H4L6Qy}Eoq=9=>T zP#k+&9O7L!on_OSftNw{Iha!XvK4=TX2fC0{%eW+zoo6vv;D`u-|&CJa8qHa9m(ft z<~D(xs65l8S^s}9Tm=*o$rK(5tfn=V5qO@lSUbwaSP41G??olQe|j>1d`C-n51!TD zK8)UvZQkFgq%~(No#?x_No!B{QqPYFzFihKpJVAH*YlFT*|AY?1NpFVe>kg?dPl5y za;59oDSPVgqaoiaBWBUF!V3?0=DfUke%@X_o-Q|^q9y1TIcxE}OYnEH(0HtBnE(l7 znOfZiGJF_EhFb0SK@Y+BGxtiw(R>bNkQLB#P%+2d*ufe7*-4`ZT~K1ns**T7=zxPG zw0tT>J2^4|<(X?^!kD1R+Q4suQChi0+XztF?rHWmyA%tKRL!*YVk~Wd=%}=j;)Y?!!o((3N?{-ti*} z6`Ye=;9n53a|257KLFQ9o>jtmW(DR+PQ<0^7q?-C(wMfv=Fj`q|BBHnfDEH%i+iSz z+O{+)v{WNBdIrVw>##%XulgUpKwW-qYqj$M-y%y#fO zMiCY0?vrb=5aw~hns5eD)EFiFa^nnL9fh!?P|_Ab%AHPrGQs(*Qe z$h#Kbu|2%4(`T4S#g*ynn)vz78NS0bu)SICSoBn+BWgUi0U)S8Liz-9n)XVwN5~*t zb*-(2k~RPqUgHSTzjtT z4THboLdkBVa|pW^GKI-wg5iT7@8BYmAP{8;JVsVpD(Ao#z=!n*4bJ0l7GXdyn21%(Z4_5Xt((Eq!+uXH|=^P z>3!sM^u}_dNiu>ufHu1gB453PEEYw3Q6y2ObXO_lR5>^4HV7X*)=8La7#chMz**jo zwC=b?kd(mkH49SN=ROZ!bP_Jf5cKcg0TtS%-b=f$&0}X!ar3XIPc#YTd3p0eop6MQ z*;;)o>Lcq#OWZPn)ma&qE@^PIKK$Egv345(YFfFjMeG~5cysg;$!pjc`J5)CgwXFq zChxs)CrONfim6P+Rn@I&7WW+%vRr+e-{h~+GIfLhaUQnT8YBEsQ*D?hdM+c=xx(Bd z`s1)Gauh0DP$nlj{_Yz*_@mZ)6(p8?NZ3V8OG?Eb`XpeKu+X!}?l$R!<|%iGB%wLI zaw$uU1UMd3yTq@nuo!VAY!r}f0z=yI?jJTE)1K}^e1hYDXMirgHTo=X67_*AyjGnZtFhY=c zV)3uM7=b@BFGS(oW_1N-SY7h*AWbHbny;XGifDrF0QM64bep<)S7b%h7cGm2m!AIG zPb3{GH*bSJ*4&D;;TD_m;!Ke^QB}|){^~uaPIzcMp$v}_w=GsU{UuDK)3zvMlL`st zF(IE0cjp1ar~1dmm(2>kc>8Dl&Qdf8}xL8XKE0cpD_V z&aW|V*pbJ}hai_Yv9CLD0y_OvATiB&W6IXo>|bX;f?3j9Wh`~8I7cmuYtIh3O}UI* z>SC-Zp+5pWGppLZ%4H&qR(X5}41iT%`PcI13**2l(Ot<@yB}H$x+**?jtIo(VsSvp zF@kV58gE?}v^>^imvAyAs}PK6w6LurXo(^Wd}Nokzj<3${nNAELs!6qZ>?zp2h&r8 z3r}27tNHX6a|~9g+)^X%Bd^YHTnilIy=yAhk$C(WRRN*{(`f{FG$(jJTULUw=2or}8MZU;{-YW0aMyxDyINdB(#; z>|!EzrDIXBLV<{U7zfuCcJAUwxPh$UeM|U>pGb53E6O+S&U!rk_RV*DfuUF5q+f667QHrgZ*`JojpW9Q@7qUd!cXx<9_r@)v?gis zsWW!=D&p4er|ZY%?d$6ySYklr(!>dlSf*P4UY}8=8(HNOU!-@~Oz*sO8fV(4Gh^?- z(#%%0`xuqd$M5LDkILE`+3#iF$LaJhEB^C8nNhmBR_ZvKhWk_CG*vRw$b&%Lq#e$C z4QHoWpz^UPfC`#9nZGO7XMz2(x>fHqGGZ>G0KLNY}Y&}74mvR7|IgK z(OUtE^FVmBXq;u@?;2OnQ#srLCs$671+4d2gMmw1nslU83 z3dBk|O)*#ka4@w^idj#fb3%A2jhJEtw|e1_e0Q%B;#MR^B|`BH$T@BGyRDkDvX9gV zz8d1`2)q|EVxFJ#<+UZv#@4@0C~pK2O;+3MrKx`HAaT4qitS=tr|sfZ_Y88rb~OW~ zt;inSE3^lmnyMOcBxPO4(~OJ<16t`K_*s$SmK~g4T65B?-c{iuxqyjJc})sQoZPG|`9`fq3Wy zgUK7CBy;bF`NoTYWC?n%edYwb;uKmLH)iu?`SC2PAkP=gi8Vo%!12216O5w))iVb$ zS>1qxCKc3R=t)y)boXvtT=oYo6O|gBGtocFw%n%3GPBeTE8)ri8Pm3gHGBa- zIABq5b}NWLnFeX)Mldy&)Ig%IPq0R0)c4<)`>-kS0UP9UpMTiiXkoD-I_U zk-lxn`D=G#Tw=#rC23F-nO#!)RJ%ZrzZD*Bkj*WM3c$93YKKRtkP@YvAn%w@h=mp} zUPNdMo1oT}pFAj=yk<}qqQmzS(CdzCbRCZ;5Ad_Z9wl7J0!GRom-VTSg|SHVK9BRH zXKjn+0zz}~T9KE$K$06$afE>53#@br(*r;N0W7r=!AAR&s~IYIVG}!#=DI9z2JG` zRa@qo#-najKvH(UbJEGQfT#MZW>0*@^oP#90s7i$Qyrc-`OX7eRO1)oe-Po1A9=d6OXE!c6URb95?UYXXRQ6ja5PrL z>vp45N^PG-iNG~nbTFmzOpVsz$(z&#^ZO-!G$}vF8I)v|lyvC=?5mbQ;bDRL*7Ut1 zx++s#%}eK#-h~47SOw(|_t`+>X*Rjz?nT%5GM<`e6k>LZgHI*&<83@~g_Bw`7Jor9 zz&Z;zrZV*EJF<8+Rci#Pl)KKnZ>8rVkWBt2;Fe$e<;?eMi5#M4W zn1U!LhjhF?EULvGAupz-Yso$PF3SC)Z6U+vdfOqXyPZ@mELZO}dDANAmV3$Np6~&o zgCfBPwacR?W)V=N0Y-Bxt{&;E^9;EOd-#K(=5G~=zQOE{#~_76-%W2h>(kR|@aE&E zUd{L51JmZgwQ=-GozHeSZn$u=bCClqHa>D&@3{&2ULJqO(10qqB(L;qIv#^7Jm zmU0lfw z4cB#YsCcW3hw06ikifGk`rMqLN9M{%TydijU6X3bMtyFw*2`ZXF}^yMF{v^f%ZXSy+q+QdB?`}xt_;%M3XyEZP5Q+6uXbj?!3=MIvOLB? z{%c3@f752^IsSw0*8TsFN4r(}2YMA>#s`gYB>xLk(DL6x^TLp0<+;wk_0@<+qS0_* zOc#YRg%N8I{tZV{@EyDrfFt}I?-%%oKKS9A|HQ-HyYhOwKk4B9RszQ70qx4315QO| zcKVAb-7#g)`Sw8_@Fa-hj)HO~KNo=jy|*#`M;T?_9eeve^ap95|_O&5(jy%D~Cr z-&03D*gScX@fk;JUB%Y;^ltWE%zl9U_y`vHZzQ*}TnM>Jd|qlZt3rJ~=#7640HyxA zneA}HJVH`nvlb2tR=u;~fRR?}gw|Ca9MM#5xQ-%9K1V!3JUZkI8rY&@Mj?UM*woO~ zB%6{j%fl6EEebgEV-vAKpG)YxFc}F|7%m)^eu=zHRVgc(D{0yIWKm!!c*`FD*h6x3 ztmvD$qB|F|Phow2F-&(hVY{OA#ssC}n(@;U76Zjp0w@Jo9SPDT?<_`B0p{8%`Ski%>ItMPQv#Beg2kf(A>7^b{s=gS7=HOG%@B_mR2J1cWBzn=KlfpaeTBrOP^A_NL9;j>6 zq|@oF+xQD4aMpL7;o@92{i`T-MK9C>3cD?^dhj95>1JhNg_E0T^TIesSi76FwF1HW zvKPpAGI5S~nIUIo)pgRI-?Qj>CdbS>J2;D(D}&&yj``2~X;v(DUEbP)wbOQ*RDj!z zc4M8?DuRbQm%;1FGhstzglcSbP>mJ=ug$WpOSaBUkIegEK+w6ZvaiuySqyyA*=$}W zS>`nJB&%u|dAhYG1rzblbw~Mn`_*}YsH1pXMD6JQY4xQk0G9;tpm}mym8KngO52ay zx8lTX?>G2FM&iMLEl2++9h8BE^*?mb-%v2S-~FbZSG6-$p+l+q}N;zP)a} zJ+8UDM&SHW2y5Lh*&qc)H?m0Adh^{o-`@F2<9GJ#xoJqQAiauEYFq__ME9Somw&eH zYPVB`Q(QtY!Wk8h=dzg*;t;|mJENXoAf@>Jq7DE00H{ohVVv4CO9uuWCU|S;Fdg?f zil1$>yVl!Z`Xj%rfp7s0rXqX|Vf27hI+e(haSd!Mbw%08sti)=MxqUJO*tZfLReDc zy&X_$&J(q6IYc;6cnUowwCAbZ)lDo2M2|n>pSO)|9Yk-Roe~1_61FKYxG?=krqlTs zzVs5z(cSZc6xeZ-4O?e9{$Os^q!w3n?WHQ7$B3m2&O1;c$8yh35C|Kvw$fUEMse0S zBkjAKe>+w34rY5v^QR0Ftl2V~+X}kBfzUIXxMWuNnPB`UUC)Ko*i&B3sG) zumhXI<9FL)Yr^Nc`z?A7u7(VNA<(pwNkIY_-xxB7IzZM0g(9gTLV3w)4ROl9OGW1y zeNY};W-qs^JvbQBey}nJusyL}gLR6SGZ#p4x@W^|mIZ&C(~9I+oYkNm*fE_=6v`X* zZfCsaG_G<+(G%{n!Q8wy=C95yNU$;#tn& zX>4~LeW0CFs%u+0n(~#=5_>*pwa(|d<>q#33zpqPKWnqhrbVn@BR2e}TkN?-WFlW(}{<&iTZOc7QQ;x;F18y zU?qoErMm#3bmZYT`96d~KhD1TwvR$yChlE54{54DuJ20y1#-V09|PT($h@QK8Z3nFRf4CVFfC zD8|DlTPoa5N-0<&8~~4V$_mq&g3+9inYo#3#%&GyVQ8L4$TL@Dz3ik_r*>Hvw0=+A zWKAOeBF}kR?0YN+b{ z@{@S-tUEPs07}e~YEnkuc@s{zlKuOTR?}g8*{nA!W7v1s z^WOlaA)uUdRQ@*@gw4K31AvvH9aKyPd2Pbd)Jw)tG?0@X>@4nWUz&nyU>8E)=_D#B(gG;NXhmgL_sLMuNnf1#r zY*$3bTFKWNT)z{_6#TN*nF^z_dfr2+5y{%xSuZELk{RUXU(Nuu%d2?TU;ToqB&Ff6 zFM-t~l_v#{$meTfOp*jxg@dOXNr;(p@3&*U1t${P|9a5;pQy%+j12!_6Y2i7iTtAZ z|JOe&lQ^u>mk0lg=5NPL(~1jZaXd{5{P{t$6+uHU_hKEieQFYpAJ)|ErnG!(4-5YA zHLTzJc|1Pm`?-|+d299l(f0Ax?ePv4foQRWoqV)m2+%l8i3I$qPCfm)C7X%f+rpYz zc1_;;0rTh{;%n;7&-yWF{wcO@JMe|~HP`2?>)FCMsBD2hdL7qPM6u@@-O(v;%x9s{9B>YX^GulsIIjiVATEdF72 zD0*-kg62gofqm7NngwAPitOzvHG>tFIXa!n2pS{gAXHQYl+8qq2QPtalrOoOKasgI zcw_cZXPjv|EW_t#74zmzBl`9~5r;0AvX9&_Q}pU2RVqyISQ*Gjf$jZbG+@3Btx-WV zeP&I0sOi$)l2&xU!p(t=h%Ff?eiZ9$yGpIiU=P`o_K0nRm{g@uK-&7sS%GfUtW|@Z z2LQU=Lv@$?fzDq)fUnz-+biEN)-R*2VdA z2e~Qj8BdwGe`|PUDq>@$Zuuah$whyfk(_BV-~=gnjVKL`Jw%aWrat1Ma|yWe|nAkBw8d8UL9O zcgRaj!Sd)lDqyM8xspqG85TV=Ffi|ArQ*Va$RhRus^QDleX~$eG9N^YkV@6@^KIKs zOhm;)(sJ1HbIOZW)Z!SrsFW5=Qg@z`{bOa|SbN0eQw3!hC5DoE$EvgrwJxg*(YR$Jof3slOLUVP~x!XtvCh(nzPf<(37?5o@er*@o6={t|M- zAt##u{3z!0IHP0ph-nCqDZu0I+O(zy#RmfMxATmTIF{`k_?N_Y>Z#!X;0rwb*Q-fP zWaQCur#9X&s{fp~-L&Nm5#_j5NVH8my4{LiU!<|gqXM#817puI*{_2nu4x9HE$VEk zf_2r2!}`z5CVem7SFdnBzxW>UhXP9f%c_7}~C&W&AB@mvtT;b6Rno@|PYVLu{9H_syg($>og z*j3u^3Qmhr)VVx!=T>-;Gi-w(p;?R3imaQRP>Us12|8y}Lbocplvk&ehOS_PT#Rm4 z3c);iBpq!UuIL&LI77M?x1Hk>?J)2x$OlvC5>*1`HRn2`P$b#3U^pljW>90b@8!y0a4yKvi{YX;CW#*m8c|liXUJ z+a)Vg07>Oq7Gw>6hWM+Dya*7lNiW*m)&Gd0GK>3A>@hZDe z66yULT&=C6(^{Z#_?>rNEiF+k`$7hzD7&jdG|n=u00MWn7OnNxR+nTp^LZF`=ngD0 z4oix|E~s|%WAM|P4F+6GRra&=VqNe|PF%JW3@6yKX9dum#IV3#g^%o;ET4J)r9CZXMpS-ke=|v06&wOKt zvJ(SW;;AO4y{lKui8H&S&4%?67T%=`-fzY@NJtw;0yE*SCgkewY~6e&gk(Ez{By|# zAUqZwLc1}!vXHnrPt=@mLUm@jUYHunxcwdSBprK48rupB0TjD<2T=b~8s=m_63!?)~tO?<_rT&M?aVWWSeU<~BbF5Z9 zE{Ys(J+{lw4$rktlbfWZn)c2NJc%RA2B$e_RLMqL58LnQZ7(1QxS0eMXOxXA$edk$ z2K!Q{e4D@Dl+2%uus0IhbnS4O$w!3cO#@0Jilxapi}gn_&{H_u25mDz#(E zq8~6?d810x4(oJv`FXo9abq%-mh-B0l8skmB95BB+j+@b$$4lW#In4C>B)Y0ZhqdZ zs1Y(`DK`SZaJ!>*MPLAQidEe9Vjzo-enkx1qHU5^=Xl}nuwL(R_M;qeV}+vZ6R_b) zNySwF)HAPiLq>I!c3J9px-*2)C~w~tGCHod^}82YTv`@Iavt(=Nr+!)zjYYcBf z?mb<-H~YKX)RlpPw7zexnHIQ+H}vrjmzY zc46q9VrX1s?n!fc$2R_^IQZ%;RHpv7euwq{hUDh>PjKq;Zxqq5E%tW@)8~Iu99H}E zBLF0RcQCEdi_~kG%KvuSbLiT-R}G5pcwSDZtL6g zZSXZk#jZTpmglU??EfFt$0y6Ika)>4Gxo^7j~Wei*0w-s!+ zkHw zV4AjH8l7ORYJ5l@Rt*M$3^l~{`RK0ln60|j#GuZtIt)ruF_!)YOUuyidb&1gfUYK& zl2+I}6HT9+WdW%-;bd))&I3dgmTE6XB8`canUEhIftX!MRQVb#P{+LKcM~{;u~{TY zBQYthkfEwWhdD33tLX`P=YZsqty?rIG#nYrVZdrz@bW$SK~55dnINH}rNkEcW~%I4 z$2L0B-);~c`B)N}E~#vrU+D+HscyNJZV~;#n&r-#0B12IswB}XuYPX_zx0o_FtQ*P z{6YHxT3unGwIs1+q;?W3g%J z;#fWZG5LjF^tpIttCm)Ee3pTB z8zb8vjx85@G{yWqR8+;I2&aquWYZ4i4MA*h_|b*SE%YKk(qSWKcC&cN?(oOnU7| z;_~n8)|!J&34icd{+NCinp27gcEDE2pafq(_38~>Bfbj{ff}SSq!1>zO>+w9_LJ&) z5nlwDndJ!mo5xb0hf27+jz=e6G~9{p!e87}rT=T8Xl1T+iL^G>tm6r%9y-wtUatax z{L)`{x<)OzHrWL7I}*S-0hf=L)VG?8NFPEC5&xGS)lb*F@&XBTY7JI~Y@T~MX^`V9 z9eo&80i`l3k)jF;V1v3e;z#<@>@o=<28xZ?6g*;-wjGiJh%`81KA3eiS$ACo>1bIU zN$*k2k8748lxsaPhLY?SIdO=J4@h#7qM`6^qW4kI4j)>`S+CjEKE^@i`+B+Pq!F4k zS>*bcn@2`7mVU>UCo0}MrH@1^i`X6*;SaGrO3iBm%YIU=QS(`@$IAfPZt+l>yz+ZRjF8a3NRHf|qFkm=Ti*0TU!D&a3<2)otf zn508LmjlMeZx!tAMYzjoo*cm)=y4#Y(^^BBf*_>(7J8UvREQP_--4Q~0+X(ZpBuE< zO%G;sF>!ik%n5DoO7Yx8OE8@<|98rI}1XioXZY zm~d69bPUC8gZRUy?J>ji59dBUjJ`A1X;m71(L_r9uyZv(hJ?v{1Td5egaBKjQweFLCAB^6h_UaO5--Gap;$VMK?#XvI3pcJmaLz8GyTKmw5AA#`{~B)XEBr zul)KI9On(=nCB>@m&jDv8?aF+B%K`CzARSj(O5h;kQoKVMd6PAYVfW-Usjqn$|Xxy0oV~Ufu6+0Y8tm`wu?!zuoVTj7zVBndN;X zO}N1T2Q_P53g;_%ymmFpQQCX;FPBWDkieDy&6iP>+4xMoLwIGa2>(?r&GYzAA?h^oG4bu{Plo;1^f3P7VO>Ii-!iPA!XU$npS5r(w=D6E_G`sr_fl z)h}&V)h$#0K*jOc7%@>Jh*mH*;cvuzzUe-q-GaKn!^{uq+JLLAi;&E8n#&qI#4X` zyC1~+kfE_bx1Lh6-9i#9;zsV-CV;X^Ja&yZ$(8dtaNll5ft}fK4s!mYr{MJJS8kK(BZPPM{^04b_)OH4 zZYUCiobPtb!*S^k0MeJf%zr(*|4-0!1~$h3n9(i&Y8BXQ|D#pBg9|4PS3|-$Lm+^U zP4{gD;FK&Y$a4Jqp({U7HKw~rp=U*K2YD7mi>z%?OA5UW#3KGy3IzX59K6=+`oQJ; zS-QO)ti2sft#ySUWVavu_$#jqNw#h8fZx?P`0;s~nWSHf4vkiO73D_sHKuhP z-u>^O)!9f0`%CRBA6RkKFNbMDgFJ!(j_+T!Jz*X`?D@_{v;N^da1(%!cvYuv(sPKg zip^OuS-ujIxe5{l!G%2_J)tONjSccBtaKpjzL&{UlL8WKF(_Rw-aarza%76T?fPqp7dw3|v6KV-R}zz-25 zzjvRS6+RSJfvj`!?%G`>=%W_=Cus~+H8GY!2bcErM#CvX_we6SmDCwkgzNy)9%and- z^v_>Of~;ZlcpeZta%9dfNGA6?O|$##WabjI;P5`NtC0*v`56tB{5cFZ?NW`g55}@i z3H}pGScQ(7leWxeO_YkvgPAMGitlssLXbMTP;{dt4^}jiK$EsYMCO0(B0A?bHgX$6 zUk5TCZ~WU4nazGjnSGG0V|G-2XOrVUonAbH$3cOP?|!$i;^A;OZswWjqp$ z)w!sm#;h-P#vQM$hYTf8$1d6;1wEP|%R@$zuzxkh8{F)ty!^D@%^N2-OTL1-MMlGX zOx6$US<>?3Yv&gKja-kFcv`a?9>$dNfbn-Ihp5qWfo}{nb?Rr=8e0f;@_*~ky#Pdb z(gN7gd9XD`VqE<)-B`j2kxNT$X!01AveQPik3F1K$18@M z`5Z16U0^7HCxL~TY{r8K^Rb?zQOD>Mss+z2Dnkx$3LO)Bu%4wU)QHl*CQ#wi7@Z?r zZiZD;`cN5pXM_W+40kE1#fmy0u86W%P|$6tMqm;a?lO|AqrK1yd&~y{Xp1quY#;%b zy>uOes$KCx0Ang?#5P1(hE2CXhmF`Oi$~1iT!%v?MR$_0gOa9#VW@Emu8&VpKsWbH zZ(3F+H1fN=EK=!PV=}n5OSq1fy}Dgq){qKmz^iYX3QRIsyvB6?aGfT&jq18=9mFvt z7Q#n`%@j=kOVYQE!R;Ugrh$`5y$^DGQe8VQT%}%@&brf|2nBl`y-*9SJlyoDkSM8) zp-%45t{!ZlGk%`NCNpniL&FRfE?L(yo=+cZsc1PLb3V4{jAbVm!G-G7sntS_I=I@p zA~|BQR}HLLu82%+(u^9)-m0Lw!pg$p$<>&5O~~}F01wkJl`P)(Yo@xQ&+@Ebt0S?s zEme(^gQoM(jakRg-ofWLOo*3xCo6B#Io)6Eo;1Ai>0LNY9&A)U%(`3iI+13|c02*T z2$T69j#Br{lNYnAE%dR+67SS6j|_ZO?GUSjF@>aRj$1LiXY;juI174o@3XNrT|YjWo|+wFKk(t;%3?+Mipt*;0d`581~1L91W3HW zti}VbV7Z7UYA5cNommB?`kE5_#D%}Mq$Tt>^Q3n7?Pnmud#J~z&fSqe=Dpu)MJX63U^5$>6>p?X zB>X#waKWKHBkPMiN+;n&H)ovByrTDmDC#6so>rbN`(C*KCGG5fQ>-_sqj%MFzR`Wa z>2uMXZ2$##QqGXGc7CCKim8m`e07bp)Uq5oTcO(Yl&MT+r|1-T(Pn0Y6?cqh(WY%i zj(Jj_5Xrfi`8#wA0Hu7H&!T%Exn}Ln#KPJP= znq0B}OTM6b0r0^{7(wuzSS6k$aq6zr$ZgpTEdveESu26 zV5~p<)YpB#--p@Yvz^;(XJ^mp?4Ln8yTRGsaswmy!L%HVz{}%bdK1`;X!)D{fp-?lj3V2}zvbA+#$w-wHmd@=Po^TB z*jKqeQd!#^XY?tD7-uB%oSfq~f2`QtoS4++u4GQ$dpmw%n$K=U+mY60?fvwcvrfzr zrF5cTe1Yl0W?2@sf+to>1atSBDtp+4?E@7j^wu#3`(+2yxK*WR&$XE=3is0`7x*%p zK`$|hmy8(8<99op<53Tr!Ol?J<_uii=gZAI&_<+?GnzY#^7cv5OI&g>6Kc;ptAhh_ zs&r!`1=DPr-U4dz9&A6CUN~~M2?`jSgrsyK$Ur*yFgpfoA$Q|Ob9wU|3OR>| z6l8Q>U6<$K7FuVKm@JgEf~`A=)%&mb#f6ICQjH^13h^oSHcyGhx1euC{lUU#$CFIX-c)k^(3WoQz2WO+;HMAyJmrE&nk`iWSgO; zz^p~H?FHi@os}eW^b?SYB0e-!$a=_Me=nxts^YS=M7jD$pd=v7RmJNQty2L!`)5o# zKZ>Zz?l{z_GKZ+xme@GyE*e?vy7SJeI|#qLDr<%w*D98#B2z5W;baEh5j9+4Pf)ozPiHi6YofaQ_&*Md}l!66|~|zBqt#Z<%c8`!`nXt zK!G+9O=0WD3poJMknIFe)95Vcw+b131rmsO@#2DS11i{5;tp0onTuuIb%nuE*zq?2 zda^bU-?WyP1TRJdb_Ty1)$`>G&5bIUlYOv?k9CjZt)GJV}#uOt* zsB9HeF#G6Z6^|=Pl2~WK4f*J5i-(z|93UvV#%|WvbT2WE873P_{Islma1g9h@zGU# zEZ*?d#S3k=MhrP@(9Ol(*ty_1=*Ld#IQ`*vg&NZN0If#2@`z9KvuZK28em3JRlS(= zs^h-KoxpeMZKg#we7pUB7<;EEQNnFmv(_rxwr$&7W!tuG+qP}nwr$&H*X`S*Z=cco zVZY^b=E(dbXUzD*FL%mg#3fFP!*B+UTpTpqt1;8zw`NU5W_g}q^kkH|YNx#xO=QeM zI=r`!RQOfE`QRqE%kel4=BkZ9_71s*j|48a4}&ZW_+=iJzbcrzL6)riLIj*POE6!i zqnfJ>9k#V@&mRIth31qmU-3izh!JFo)1Y+Ms$vxRsMc=ou(Cu~PUtpL@Z!8&Q%nrK zup^nk_k`Z1vG*nKplx;6F2jnUB!Iv}y9k`$!7}fb8ra4X?%@?!*fJA+X@1mw<+1`W z1S+kmgxj*%n^?F4|3p$qQZ*%@;BV9U2&ndf}76WV}W|V7XW{*Cd z;b}%$tGAHXr~;RwKUv}-#a_5*22co@T47i)g_N8cU1djkF|7Ly2|c0yiD4{DpwuaY zzZbb&loesAHCM!mM2;p<3Sag{6XB_|zd~Nv08jO`2sRZM0z($^zufFI!TyDOmzFyq zej)eh?HGW+l4X!*{pQ=+YHB4gd0oE9N$l(C$+fu)?dXjCg$^wm?@7`IlS`$f*(3b| z4ap1z>IQXN6t(r_R`@$7O0_HcIj=wmhEfMOV-No7FD!nAr>4Y9qfT=aKgR@D5lNLd zl{Oe<2xZiHr}UWgj_wxsE%T!`*g%}ZvB&koGBYD*ZUG;GU|&R5YD%4?9r*q%^{&Ys z$JMz8=6!(?EE@ULLACqOnz`V0D?@T(h&l)gNSU$y?}a>rX@>!K=eAB8l5AZ|vGl`oP@wD{DE8wi8-$ zQ~PC{;r-RW9`+e-08mQ)e>xIb|0@PG8{7Z*E!9!&e%hAg^lFg!= zI`cK>3tH-MIJLg$P=v=zZrFcgY&H#L!Heda|QY=LG|>v)a<>f z@#v(>gdBgNt~gqS_)hI15o!2Vui-c1XgQ$u_{c)UWyf%W(s(w&Wy_J*B+d(_%5jO@ zFhy%6JF1f(OtdptJ9!7xMW%fk`@^_Mv`=85EmuSt?Lk6X0Q!{lYmL(_ni+diLKywJ ztDnSjCWrNqAPhknI1fsMj3E_+Y*l^8GK3lnQ9C8T;;d4SaQ_qT7s-Z6Q1BRybgr!r zUVP=K-h@w{2ZewpB4~~TB94pIGEz&h>VTAJqPt5rKtoP2jMmKGPToLg5H|#l7mg3C z7DfNy?;5`Xm&)cwg{F93$%%@HrGO>sz5hXXfURxCLvaUL3&J8I(p84=4sUnl`FqN= zMXR4!mKJ#GD-sm=9)(rsqH}|4N;}lAOF^7C)pR+t?yEULdaE;5?t}g1NQQtxan7-Pn4(R2A)UFm7tJ3saOtdFH zmYj7-!Pv}T#kfF7Gq5%^c&k|-GI{_4N{a%5KDHGzEK^~#LZFy#MVSmoC|?Ave3O69U2=qRSG|&m={sjCvjIXJEKcMPOf7kfeb$Z$#7& zTkyWulYEtd1{f@koKO&JOg~#9m3?N6ssl=XKVyt{5s^Eie-p+K|J^C?NB(Mulh58i zhlVjBUjU zR#Kj5)H4o5UCYc_MVF~&{0?=Fg3prYvgShMcZR+0QM_i3BHP;iR}u=}0%;fL_Ny(T zUid+4zE~0a0CGTC-O$Uj{JSBVd11T&=iNCRTWq{+#iwf2%IZlwak5DnzTalKsC`5k z_g$C(ESmz1LqwWPA#4{@vAHd%Wp2Cyg?uKFQD$2at4-=WC3gYWsN#k{7<3Q=m|nVDHQ% z67x`@lgN88(aWKDxc~TUpbxgKs`93#jN-OVte>t5t@l)G#x`uL6^&u&UyGP8bs%Ct zb>xtqY!v#pmg$Q)a1IxLn~U{M&*v7U(n2Xaj! zh1rw)@G@n4wKQ&U;(9KF{vrI+ZQWlKs*ZLDK9-<;JvK-^iV!yCPxT!voR7|(Y%M}q zyJ30gM7D#q!a7-tn^|3pZN1^g?RZi;l5W{|G)qWJs^(P zgmPwivQOHd7QjqZ@GgKH@6-b!MnS8{gA>x9t_D(x6p5Q=z_Cp-8+%JSOK#B+JRp@z zTgn5JT8DUaa2pS;Zfi%c!l{2RxE`nz@y!F@aY|NGQy6?0E76F@{w}Asv+O>H4s(DI zzp4)5dC*fMgsxq0zXiZrG%t!TW+w=AVqO@}FZ*g=#3Fk14$+DVF@y?Q5=mbz@}3dK zj=Z&=x_|=4+$X zQ0X^aCaV$SryUKI&zp=em??Bsoh8+ZmEw2^2l#mh1qscoHQ+^Qa83C~BWxvaw9Ef5 z?m1W3om>v7kfI-|P&V1&!i;&}b0skqdyE|FTf?YWfvNPPwd+Uc63P573)9$%6MM!z zNX38h`usdx#{-dgaw}11;|7jP9>dUsy4qO{hPu*U=sL5*0kec!4dYleSfl^9e>V}C zAbA_p<+>yTGQ0iOy^MT zWGFhXQXMCyb327ILhBQZHmRw_rJ}Ci!t*fXGuI0;2n*1nYAE4k1B0VV$Kq5FpW|HH zS9QVPes(4+rF|8-HfImu8D^5bO^F1!ZR$Wsq$~qpM7DZ#f`0@77SJh%=+AUubQ@owU5~_A3%O7~&b@@ifBTfh;OX z-SmyLdP4F;7cNOl-jB1jcF9lnaeg;*>4vd#SX=Un%ntxJW|hZ( z{KWistVlYx{}J|_`ak;MPY1%22_S#)Un@UrP(wJoWH@iCH|di5Bx3%E&A*+D?a8S5brl9|nS5?=!_WWDiz^UBd_P7#_k2^=j8e-6QdQ)aXT1UzB`xW&)$69ION6KFE7WHEwI&J+a};o@N3_;TWn3Q-+U=uaxZSihL@ zo`5tdD_kKTzO0WejaODzgSnnEWL1BCdh_0Z8!MTTR?Ekfa%_55jeg)yB)LPeN?1WT z@oT`A1lbvt+4~xeC^wD_W|@uzhru{!JWV3`0cT4l`7wF?Q|7%im*O)YyWL5i%S6e| zhTw+Oq4mBDA~M~FxD(#%c*raG(GmF!o0$OVjXFy5U@M&*1Q-Eo0)dx#%2@rNPILk{jh7tf5HBI`pwZuszoYd6@rf$7CcJNOIK1b9LxPGg8Nd)Pv8 zW-0z2zq2OB;+|p7-&!q_GA!Fq>2p}Z;GnEVN4z!o6eFFTaH)Q&icK7W@Cu%=?Y-dR zFS$lRHTdH$;(VO^2s*3+$`QF_ZhztE-%#On$QZ;y616E$GM+O-Y&HEC>}2R6&XhyT z6x%tJ%is_1bZPZAAoxv9>Rl@%OiiSD5^-ZgO#FP8`M>G5A;-e4aZZwXjtWgL>@#lF zGGJ^)f}q3-Y=#IlX59q4c#_Ai1FnWiB&r27>{f%L>*9-cv6zc3CdzCfDCp8?BrcTa z3%M47`&bW!PBl9fehs0L$GCWX+Rn>nV@M?J-#$vJ8xPpDJ0f|)<&d$V{^|sGC$N_n zE=M7Pt-#=Q@C%}kxB1T3f83_6mw}6XE$-x z#Ow0VvM;LS5|o{lUa?}ZGB|`@!58py(xUy9n2GDB?oU66S>NCs04Qx;#Sd;3JTtzh zsPqaH<+E2I2{cN4vyj*^2rza5kh|w?ksq%;a^*(q&yIo`LwYN;fg_4^ZoLZgxp&1^ zZ|b+K(Fq`)^KZ8~c$M|p;M3XaE%^hR%UPXk)})(-;^#6irIEjC?)JNoY_LN5AJ=Tz z{=2|AE93uf&G!FeU17uhALnY(oU#P#^C!jD#O@47T=}m@Ws$gY-T6|5XmkoLq(p|ek3?* zW4_!0jEMj~Vd2G?p2LErnaRAX(T{TI7we67{m?v-IgrpK{8?^i=B4#)S(0rnG0F~x zJauS1=0-WbUm3xrfg~LcO=6$FDxBjAS8)Gzb(cQ2R^W0Dnf0sh7Cxyf%`9FreOWSC zc-`^l@Y$zW`wTDuRbKAE@bs|)crCQuFdi``n)DZI)=3(kCJj;;EiJN z&#ah+3pUXHS_%AnWN;18X%rbP;FogHKuKiYz`_}dYAFC#x7l(*n93IBMC}o)1^1W- zA4}qun3kNt#An@x4Dv@f9-+9Mn|2#j+jwYHhveTO@J3o(eOuAB!})jo5ULRWIs^*~ zP!fY2X=;DH8IEb6sRuXe_UBRIPl%ziPDKJ11*qgIaeu`V0gCQ6PiGm^NWZ%vC7U|W zN*3`MhKT5D_TR6Y$v{2nhxTG8%+d=n!xjz6+VOadu9ZKAd<91 z5|i^C&r^26`gl29H9bmLCjo0KeRX>v*hLyhu1>c^A)7DdU*%TcLOwQs`4wnJtiH882KegD&aC1bza1Yg8aqlz*yvDYhu zx8x!;syP;2>R~A2%!bY#o>YvPKT<#|BYl>UzQhQ?346LQ*HeiE4Z)_fL%M(xK;83~ z3@a7TtX**l1|bk+lj^(C??$=$N|0!OJcI^Qtw@0Am3jYgN>K5k>l_`^H^p>4_FOP; zpCKxQs}j0L5mLH8DF;9nm`)%p33Jr(T{ovOugjNqlmfHXE<87o22$mEIWX02WYmVI z)k=mv9u4-dqJ+y$IZiqDORghKtxZf4r7JJm&4el71&=3^2CY_R%O0D6@3?3<%@KIl zBSQ-T+(!mY#&GIpnp&k}hnhXn?e8S%zg}N@Bs(AkRF$Q<<*Y@LBFja(1P#ul;+}-W z!V7%N8^i5d1;P#OKIj4^hzX@`l>1(vI{`nlpOV9e>+uc$b;@R>Bqfi^ zvN-45efXz;E3R2_UrrT6>;yDL^{xm{o#7otEHZDG6Pgg3x^~W&>a7(n1*8(5eDeNx zyAFml(z$Rk5`SDVc|R&c+m&axUBM$ebAt0f|TMLN)8q0EJ426=9{JJ0J-?3try z`=f9JdeP2dYd0!XQS@mX(pj8E7PS~t_2N!6Rll6mJSHTJ>ggCYcqS|_K0vyS)3Ksk zHV4_UN#P_T%#*KNt8h-t6WeAef1Ax*?I_axr5aZb{?fE+lKNCB_GFcounsg25&#+{>BSbam3-{u4dhDw?(ix9Fy^i zSg|)_2Z1Q1xn3_rrtP$!rrcu+-1mGM2JcIqyK%e#^eZCqld$eQ(~8guOjtjl2yUXh$jYW9SKC^o2l{4z7ml94sbrTf^-A2{B$C z3)5xk2TP=Nxgc-!#)fx5PKG3c#|lryB=+BFtP(4RVT<^&#{SeF55^ZMr|yr=>#9A! zde(`ZV?_X-d(OV(*m13xH>mOlKH*X0Hr9=WN;0^@Gfs0GFotih;PH{g?rOvCavAA% zS^tkngEi{D8Yftf6KA9$RwD!4!C%-@N^wKFHwl?7WzvzYL$b5nf`xja`lO7!Zzrw|J6=X9apLX-r5=gkOr^@J==j7 zareYlL3RA|3&WJpSEOj!N&pD>McfJIlkvcowSRiop(=c@{qw)y(d_G^!xI4a2*Ahux_==Ai^%-@pVq+J0!V%6;4`gzlf1T^^ELUT>r$)N9>ccPm4jK1Oh zdAh<)>GA6LBw*Upze*MakYdW99v&1Tl=f^K3Y$o&V0L4ib7@xrZPNsnQ4IL%?Eju424p3O znaCUb)GFS^{9xv?<7&I@kJ*eWCV2oaBmc8=-HDrw6C>(RdugxOBJ}~Xrq#^wgDhv! z)=H4FrB!Wiy~#TIM>N*P$vFyTF_QM(Tfs2Y{tv< zrtgg(`pe_GYj;PX+)YE@O)WtG#+}OL2orrPQu}9#9{Wt1%x|L;N3kF$uOzc>d~2qB zFsN`wK7Y}O@}A2lPYeZb1jp+V3ok;lZ$HKu!5S_?fXak3n#$Ul)j}!``y>U`L*!_q?+t>4Uv2G}RYCe#ntH^%THE8^}vB;HAdY=34t zFUtCv?lu_*ct|6>r*ZsJa&5_KeAONyRd4!uOU9z#b8u$e%Z?9G$T8-`v$s>y6x=oX zvyRAeLJWgZ+Un*1!DyH#<{l_u!Vc>~{inM`DXa^p{eBlx<*}}TkoAq&^#j#&tlpYCl2%a2j_1a za~I17%IE5zau7T$Iq-Bj<4%%>qWt6vDGg_7Adg`88&Q30-|zlnTp_zo4`O<84i7mj zAEL|h@bG<4MI4qDI_SG7;@&)OXF3$anK`suYqYo8K}zjG;m*HK>zx5>n$26pjt8Mj zylF@HMA-oEF5wkLKjjP(0Q)bhar+=?aM1m3TFY=G@a$xF!N8nA`91hP~nwk z0;8$Qjc;nsZzlgGI;tRV=AFC*=QrsU&}|B4>@e~>?-s%rSkh9cZ_%&Zo_HQu*qwLY zYKAGX^LdB@^!QBb3O+%$jHUMl~MN$@MdYynBfZ`)b!e3oVst@vn5|1Le- zBQrn6CfNV!wPKp)yn&%rq-f*)S|6h0pH!k#W2M=NTi@hH0xdE+QQjv1sR8fl7U#vY zl?_Uq`(|J{+7c{!=5pBuYG`J}ODboY4E`vqBt3Lk$67MSb_gDaB5d9q0Fm?SFYPt7 zYEg<|dL%UysJE{82p zq6?_U{ZQ_=nI74L>OJXP%hhl*fmi|4BT;?O(b0(id{1Eabri{A)J}fu* zYz-P+r!TAkp)e~J#U>8m&uQq5OF5gSe6oF7ZahEqoAd6YM3AL#=FxG?mAqofMqMyv z=)S`;DfP8{k0o0_Zd?iwpzm5L?nkK;yO@C#RY5HeVEQa)yXfEOHWiG?poOdx9B8;UJtQHrg^&*{zmtBN~QE2si`H#!W>@f+#mWX67M6j9p z8GZwQap_oI_N}cB-3dM~Bj5Wc`|FJq7+rvi%qMik~5 zmCE;6yl$P~TZ);E?}0_UDT};?uy&9-9biHFQ~b#D0J^Z1XAM4c+2TL}mn`sNO=YyG zJt>B_w#J0}MfDw6DfS-d^>57VMFrZC(jlpKc5c`l$u#k#=YCD)3HRBy6gJm^ zCV|hr8+nhCS=E*M`>6XSch-nb0i%ZFRKQ$KICcqelFs+N4k^%V%zsdZ40Qh$`GSG* ze+G1#)F+}ZSYWq*Wa3amDdkiE1E?Sxf!itRI`Si28P3Whx_^rE$$bkxNJm%U z$t7@a=8tY7Izw+|w6Owz_V1rmT;GX3zbAKmbi6-1KW`h_Cl@UHw0Uw+e@Q%FN9OpR z851W5FR=K#&RrZ6A6(X~X?Z&4m_MOMbne2Z+$(_$`wnWEfoK;23+>duG0pK9u#yXUUb z>3@0}n9iMvoB1G_vG$ZEZB45YM=m65Fke968ZWER*JYu_8iF4)@ zMpN=HOWeUgc#k6vm58JU?UF@JvKz=a(N$>JR@B<0K9hr__CZA+nS&0Bi6EYVe|)>>N#MAF88W663EC zX>=>L^qdE=n^0#^#hOXl7Vt0dT`Wzrk399bYpKJ@ksH&VGfa)$TdR5Nkc=d=1ixkne0|8$uZOVu$CN~8(h_pol%CsR*JG)P&FYFbYp zb07QEx^uLH#kG{$`|8KQEj)F*h!gSP20tl}s^za(%47k=XLMt%9v970U>))%Z6A95 zr%5M-R`W;u@Hs2_4Gj#PeNX;SAQ?#PBa4l;V-nuK$)aS{z$-;7`u$`}%;Joi$Syx; zujSHie0rbOFf!}l={bNoZKPK2&OQR_K4PS@vCmkWYEED~)^O~BvmQGdnXMrh0edX? z+{so}7E*4X@mtH)7*>)gct>T=5D5(fk(K2=8ljU3wDprRycCPKie*04oe;V^M*8nL z`m%$FofNddqqZF{nKlsd;%kFWT=zy68PE_%aTwUVehQ0#8GIHg_2|3A%Wj=Lj1F)ka^e~d`BCb{^!QImmIimy52Rr{bKFe0B6E{C`krptC55piv0~a zb)5JCF8EEFtZlj|o)?Q0P|A`_o!!t``e#x-{3-W1N0zUL`k+8gKk+>eP-Yz>n;SxF zuq)W+7oIKj$V%_p5t}Wo?pP#|X#RMed}YmntHNKdh&9wmHzCDT(j>#K13`z%#(g;Z zWf_2LB710hLR4oaf)LJ&>81c{V?DyCYpFyz`XL<&40WnF zLYsuLIa=f#tOFBiN7ty4+6Vo39BKU(IFrlkKl2lYeXX#b! zRpN9H@)!263cG`^;<;2#RLrB%uEY55yH>BwdVF+S?OIdh%hL=iMW{9;9Q8r!_HuU9 z8?Mn8hVycuam3|vAu^WZgwU43uAHHIYW3?s7FO)t&B}*9i|TF>b3^+jO%!5w)|^8G zcoAPo<6g*sxJJQA3|NC=>*SR;L?Y03H*#|nOZ+kG_MQiFQ*A`S8Ilm|`{hU$gf{J0 zz!sbNKrvKi-y=++9jws~qYHig7*v!e<@6Y$&%p)kdqg3rn=eM<5fb7-0l$`CCos6`y z6h2r=c!1i$C5t$~-32!>>4UqsayQ1nPT8%4m)WfwCGwUgxbv9jcWc_}jb2oqWG^SD zm2LP$J)g^lCYUKnNyECzoTr8xzcMsi3r8WfW!#muPPIlpGCs-DjV|enY>n@2mB}&o zE0K6fSoSj^o z;`?YmMM6{{(Hva^4$Im`OM*6!pfA=>?-5G6*~Jgq`os)Gw6x!WJFLa?`BPZ$Fr3}Q z+Xg-y5rUaSlu3yl#IXpF7qhz5rFohnK*cFmuAN*KkCQgbG|*i@(+w)+c3MKUvXGvH zCpnDVx2&oVo4Xs*1)I;2NGY_jp6=c5+73zqMYo4JYU*_1=8g#y#%AV zu&Ts4?a5wu2>DD ziocW!(5*|ik74Ks+2T5TZL5I2{G3aRr2-?CyQv)MR>I(5u~2~ey2-M~MqJ+n^K~+_ zlw*Yc(_!Yj-V|yjcq%o=JJ;Omx@NB( zJZX%*nY^>&TkhhIy|D&2&}X*xq84RYvDbZ2hrw!B zY$%B(mxq>_GZiTi=z1IE0O)kh9T^74&Q7 zvw@tfI@L>%bU)Yo`6-Gg8&5P~Z)Ww%g*LVlM-uk-951mUb&5aZb-IuJPAR$2IXhc< z{CL>AX<3lLEy4AfD0+dS8fWi@svLt;S<8^U-3c!q;hKWtXylu^saR-VchSYS=PSE@UrB&o%+4;IMiEn@o% z7@XqlZv+!B!=__^yH{5la>1{Z)Sn#pgS?7YGOzAxzc;^mS4xvmo)yX?%a=D}>rfor zE>_~k3s2o{M5fQ9SPKnp4il7epAJMQeK}PlC%0rPJ@vMGK+_?OiJNqIhCVM?^Xq9-rq?DWR2k>C6QR1-xvhn?uz(#qcDn?Ex* z<#~n&|p zND3=lj`D=0E8{2;I~vi&5khraSxU7@WohAFqu4@T@F-*kyLkqkrV-{oB)pZJ04mZh zghv>}01I!rhnB|)!cQDB1yyJN+AgIY$)j9vJFW^oIF3iS?`pl5DRQIv~shZQ*+ zzENWAZu2A3)pI7>8O>v%1gy$1!SMI+BHkEbKq)f~TSuXuMiNNCvyO2~s6LolAHz^0 z7x^fz-C8gh0)JwdGtq#4Ps3ZIP=cO1F|lcSN+#_u_UNW5QOO86d?`F0h1zv!!mad& z^hl1^GGhzxb;S0;(g|if2ZT4}AI7Zi* zwT1YG5+mIU+MX4gt#y-7*emp+ve>kHd&aL+NGG_ANYD zcL*y9cwH8bxu8lM$kUw?nOOzDtQru#r54!Xc-!DmE48HRP*?M5SV zGklzleCi3fpb=!p9CYQRSv#-iIIdBdX(EaX96EEL?I1BAlwsNK1Tr{atkxO;2@O~q z25}M7j`cG$k#(*?3z32uy;rSLk|k&UnrR5Bn@;F$33>4_=;}xzw09anwmMJfj*{81 z?4r``>o}Mh_AS%R8yQ90B2x<>yE^tAESKXAy}){#eV(m4oA*=$`&Y~ILJ_;iK%!>J ze@4>9hsT96`**J-Y)d$7tVI>zM3<ADOR7)fY9^@W${aMiflAGN9pt|4q??yn+oTg-DY4iVJ(##`+6Oit2? zQphZkzxSW-XlQ$yjEOn54~(I`Y7h-bqOY+ykC&I#7J0g_X8&WsSeg{6B8uUL{r-Rh z;P>?l06RsQ@jw(^cjO+@^2$@f+}d^;^{{VI|30@)DSD+$*{8j6lRcKgV@L_1aBY~j zZ^HWG&vJ@5@n+UYipg*~#-1dHaZ;`?Tb7ZxlQK!o^?E*1!aZcmqSA4?n)p^G zEq40$rASV{;Hsqllb+PMu<@of-Pu&TfSeUOQSgBga)&;=G!pEJCScyJsKoD3Q#76H4Cxl zSA*Xy(3f16PtKhM-&|?tMsGo8xQEQWB5_gY$I{(@xspjJb{W1 z8)f9lX+xDlOM-$qVRV?+rcv5>Oyg~1r(;TWV12KNrCI=4`P<%fBprLEp_|0O40lIv z2KZLWQ1x8`Js?}`h$iDCU_r~jVpT)2Iru5R6N>qV8O?&~uX)l!3gwf8u-z%)#R7SW zHyvx?5#)_x-qjTxx=o-xDC4F#{aQ-QLe$xDxe#OuWKH&dEltv=2O%JQl@&TVo13N8 zQfW!5i&`n8o9vz*>+)brGW z{7rg#GN9cG=NJ0=gF{=l{fTrnC$AX;J=j@Hev?M$s&Jd7NW~;B^Al1C|B|B)a~ktj zv0lfYs$t+|fwd>$^}n08Ggt!mmk0(omBiE*b5l1Kh6j$wh0>=XHCf$=g=cgGReN~Y z+kLDtZy2=#lx)x5kgqjf4<`6w9DxQP^R(Vd=zs71YM!QrKgcAj-k&($(uxv6Mkuoy zltU_k+q9ZcD5(NbH6lcGKTDST>$;TQCzrqVBIwIRLPe>IH9jdK;khD#)mMSldpzKYk9tI;&_=+bO+51g4PJYFr4{Zd#UF zr!JKS$n<=3Kem(kbA@kP-&xF7$oE|x7mA(+%{%8yGYd6<{K@=8>N?tpiqy{J6|mWQ z53>7Hda7ga1MbgXrh?CQ$kX?O)(23{)U}hD+<%60L$ey9Y2M@gwr8UcMCA6Lv={S# z=Wx>f&z#=>o?}66z5F_ya>VD*Kx#;)kd7{XYsgxXB#c^4c0WD}VMx?!aoC)ryW6_@ z++yJz1Tm+Qyrj%yk1|p?^FHiepDEejk~uy%-`|HkZ5ogMPI znv}F`?3j@Aejeqt^c3&x6ys_*1RzdtSknNJUx9irrgUUha-W3!_ND(T5D(B-qJygh z2xQ69Jt$hlE26}$kl(nnpNCVZX%IK}o>z;3M7=$$aWTtm%e>_myiRV@kV6d*CtB7# zLys>T=3`M#fJ;(N06EY>JPly%uk_Tw?kp*xO$SoJFy933Z>tnTQJ6;!sF1koe$K1c z$li$FdCY~81489MRsZMTaFHqWhm^WWmL8vv9Ny}}GHEf*ki)QncWiT0#CjUXo|UE2 zvW9>+o$|M6&j?r0-ruRCcBqvK%>yDOqOGQ{2tnjYx#|yMN*?sd*=&~alL^AG977e=t%{! z+1Uu~fwnkykYd>o7)CTwk(8^wpNRGDOQ|$hI5~ z))-)^q}WWrxI}f6oY>C*37c3r^r7{j@a&d0dnK)eLlw=l0H6&ZYRZqyH+EKtxCazl$B zSc4mKm~#)k`zUVxQ5%LMsD1yqRZss;JC6OOO)QEZ>h^<>-cXEmu+L%${nlhF#`l7} zNcO!)vn`X97LcY{TyRDL_zu`&?!N*(-rffw9vrkKIaoGq@8C|hC=E0>7ujSl}UT2vpN^s53T`<+bQ z3-1*;xD^etQ7@!-(bPn!@=5_enBKxYtQuT;?%(X6!3Dp$&s0o8^p?NLHhYC|$rcA) zo${5t3X*R=Y-ZA`J1^+GvRC;%NR^)ge%dcu@<5==5=mP+K^*HVh(lPPuO`M#NRg-Q zNeE6FV4(lBFoevi{Wchv`qFnB*HCmkN+{%91OS-0BZG0u2@P&soRqr!6aev)PIZ z?wi|J9hmDE-h!_kL1DaOrL{IpuB2~CE*dRPEOEK{&*=z?Na|D zO&<<%380wl;)LD8$91QSUnKQvP5o5Ir4h3EnAL)PwY?BhZiI;*!mlBL75<=NKuyrO zSPD7?)%Nl!Q(?^?#7VYB3ful^tr6~Rnp7k@t-!uJsc_gHnCBPPF> z2OqihXedTeo^L60k#fI4t>{?2+kODn;|92nt3h_c!#?cgA z%8@E}oE2@e3&U(xh*Msz6IEOO)8x?e6){np|6eapO&54c~;A|wuwXa!ly=aV;g=vdD5do`8dy@mJhVuwWe}FxD z6)ukB<@>}Z(vbEny8N3H6*~*R(H6{jc10=-y(Pj(`MtGsL8pX)k7hAE`7fA6ix{N- zJVF9zE{X%F2Cslro`4xPhpG>=ZJ7`JJs7<@Q?oU-&Tz6AV>R8)5+)9E;7_<^Pz$t+ z+CtP-4SyY}|HS;8gx+G3sG5~}HxiLyHTw*;mY0!Xow(tI*phsSf^JtMdiBaKo)bkg zYWjjND2yxcr>oMHg){b6>r3957!HvNOcd5O*3dd&v(`?!Po{w&$PLFRZ5&E&j&eB3U4+#b*x zr;e-z;BMOltQg!b*xvi@SiAOoe-|feCC;N3eO4k-nSikwTeHEuw(Z+whFrWEb`7A{ z*aDeIhVI-;QtF8t;Bj)zJ zh2B%RGwgkieAtx6B`hCY3Y~+vxV85Y-cN@^<5Tx%c)ahHnS@8D2?mSo0q}nwbvrW;tn;`sdSDW4(isEXv zpvKC%?8S7yJ&eWaaUjKe|NFHeCXalf`!RHx_+1jM$WSgRokZH$N}ZILQit3pgE0u& zE&Cb@3dq>m&Kb}F6A*_0iAsVj(`HHqC^_AkyNV;6A5tg^h`VZ_dpz4%I-@sw6K#!% zEwv^bmZwoo1wQ89P`mQCJQWf5k3QzVR#UEh(A|`q4O#6oo9X;lTnq=;iC{xDNscEo zqom*b1UYB;?tl2wz>0h=Nzggk2_+`t@ia4|5_cQKQrQY5$Bh#hD=G~+II7_MiZ&8` z`5GQG7+2zXG8*-*|8Z8|tsP!=UPP#QYwPJk#aHuK1ckQy$E+J>HPpqX3h1*IKk_(* zsYaB=C9!2){tbk9!-y_sjvv;LvnCx)!b|Am!5@{p=*GLCBWyW;?kG_xgjqN(ej75K zwftUh-Hi1n`B%+t=tKau9zE<{It2?yjh?{hC+P0SK5J4y0AN6iT#$G;rV0y_t#>S^ zL2pM*GIV07TS8Q*#L9Lz_gCqwi7F{m{=#cy3?R!AroSkMpxDS;)@XQoj(C;XJd&r1 zuDuck2pyg^nnQ^n(vI-h&!ql3Q@WZGm-Puo8v#F+BBUK?BW=ZW`DoP+x#Sac2^k!6*FNP94WmB z0z1{_2K6G4BhPANVvt;vb5u`zUzZ;Vd9j#+AhIDYQAS(I-w-0r10r=P)G-eBlin?7 z6bKdCMszAIugG_CoYlD?bbzvrXX zo^G8!7vq}Li+s@#E7O3xmz`^p(KwVMaa2!ik_B7NXTfUD2uoT}Oh1XB2)zzf3KmEA zJ_bvy8c~8L1wR~0sEzW$q;C{Rgt1b}ly8LUZl(@sMg(SrqT4V5VMNjW!HnhZ%#8z= zkD+RZNugtsHZK-ksD!SmEJo;upICzduKr| zd*LndS69|`hKdN#+vPk>eRwbu@3$448K2=*56Bz55IPm9?OCdvvC4#P1 z@20E{@DiQggD~Kp!+y$t=m5&9M^4ndE7+@V_ZU_Od#M|WpN zp*J6DSg7{<+`O0kGo})I0wNfSS^&TKng5tKI-i$0!aJg6Yqcs$L1~6XwT(SQy1sKqg*TC%S)}zP37kHcPkGr8i|)fV=6CN;XBl z)O5W`#gluRDs3zv+}6hh+~DO=19?HASP2b%o_}X|sh|Gav>IDVo*%xwenRAWA*r6P zz21#X%-U;5;cSOf=_*2X8a=vEBKR_tYVr9RYfCm>9n%`!tybhGihoQa{K+&qqLX92Qc_~g zh#B?c;_u=9zZm<5AVC5x+p=xjwr$(CZ5v&-ZQHi(F59-Ne$QXcM7+gY{SOPRh$UM}8VigxzCb$5okV>X-b)Bi zxn>n&PfoXD5j)bx89gn}bIb{Aiaq}qtYVd_#(x3??Eh79EfW(f`~MC~|4&i>zv9|| zLFo%{DPrX;Se6R}0%U?Vzz?(|2D>t+NyDFCB->;ONxCj8EWt&LG+SB{e0=oxheIaa z;$Qntj=SHfsjP5Zkc}lb<&;ZzT{uf*G*Tb+aQ1QBqjTO zth~{#2eatDT)wZR^|;+d*K~2=bn0lTCSfllQ(x-o!qq3Y_Eys$26YU?+~Jh9hmdLH z+`&xsEeAL*_}XEya-Lr$@$~m(wgn_PX#0sY7{TzLZd{wyY`rGjR_yjRD`1VOY9>is zn&-l0&5*QVGvn7|HTPt>Pj0a?-|+9jo)y7G+0nzy=KzX$m7kz2T5bHwFe0W_L@U(| z-DUH3?9*m?OS_Cv)jG;pxa%i2S`_;GH3{UE-7jr|U>-f_J#%HWG17lOlG2PX=gWn{ zzEA#e;$YlCD@Wvo_g0X;W{c3>c&JhasgC9v4|iH@2K~deb4SiwmZ|T$w zGRo;MqVo4W=ACLnPv_+)El=c|<*I}NqR$!CSrX!2Q<$9^DRD8;sm(@sv)yJW1Zgo; zGpl~}A}-r)E`2IU)Ka%p4oM91d&zV}b7gB-#P$*M7*K*}zXdgyt2t!)LBxnr@S*Zx zDe19?v<@{mLl`x;s{I&&PbjefSR&2_ileZ-ia=ggg(`4$;iXmDS7_(9V+~*=^YZj@ z8n4oWRgCG-pqLXl!|c-&mbDxsmMf&2qVYJe^vDI3R0MMx9l9=`AnyWc7vywW55TV+ zH>4Xy2{VoX(?uamXh3_;{Vb9pN)bi6)mKCLDNL)V*{O6XvG%qKw08L)&ADs|TzBFs2Zg z1`LrIKDfDm^@`GSx5=}_va0Yhj6Ah1;{NG@)EE%L2P)t*qm?5B!WL-$Nw7KRSF5NL zsi1x1QHfo>K(#PZ9EdtxvuVSvq+YN}JaT-WA|HPN_I-<(^PRm^^vtwI1R7UMIPY*O zLIbqv!$Krw7>N{ILcapQF9462#f+p{=N)#VmZ(uZxoQS|eEs{*C`yHO+PGnA5wG17 zz5f2ms#K z)WdMW8~JuzMYv#~l}*o%b{o46o8Z5CbZtny-v)`i&I1Tb?uFDOzvA#k{EDF+Vb4m= zV}}uW36aJo9takH#5Vv}>&d(zCLzEK2|z+|jq9u^ zM|!2RS(L*%m|R7(gQ<$c_7l4nP>Ax1FY3U<`AReLB4wkV+kxnq5oZQ;W@Aa>Yl9cq zCz~E~6s5IVHe)odMOZ3+2&5BnNh;3Y)Qf&quY~Fs%r$~Kj&Lo>716UOa-z>3<=gKC zlpUlbrwlp9WB8vEVJpm50%kzq7V(Dp)EdUC2bCyj)05e)Hq9R1Nso&R3(p0SO( zS{FK>dBiA47TE7QE)B-r8p;KTdPzVC@ev=e)8z-7MDKKZKy7LYbqe-2%Yg#y0xd)l zh^G7fkpV}Lx;rhlmO;5zGhs6U!6pVTv+0sX!cAX7V4`|5Qy;%dY=_X*8)&fGg)*bs zG-nvkDOH%q8Dw&5bLiK(`{y(FV!0FMph~C_T#&xek80ayL?Gp^`wI<3U=t05QOs1c zB%4NXNDDv`T5(WgK6`wWa}>$)-kqu>l+PHv?%;44<|@_EcgKenmRa&DR{u&(i)vDr zV_KdC@4d)w$to$&92qw40$&O151JtpTyAuP5%_%uk<#kO>BnIn+lrkzp zadixbki=YKvc!Q?83CKyn&S&TDWfmbnYNF{NbNsVO=Do{vj%;3h)tE7u%QNl8aSz>k~yyvx?Bs za{@tuTbLXlZtAh+ZJ%*8Z zNF0IHDn3DaEd!Wljl3w{E#1SGTIn0=ptPm8=i)uL`E0RaJ3Yt)^Yd+c;yAml`I>}( z;A+a{Wp0T#6Irrd=%J8djJ70xJ!X4OL+8%wCED%9_yG7LD-z7d4})n~KC_GaDPxE< zb*CGf5O}0wFYQoeB69%n{cRrFOLmDf^WYP1BjWqVHf%FRPL*IcG-!5dr?)!>59efV zo;0FUB94$#)adQF-3k0j#vw}MARXw}@t?ZYyk2%+3gL0piad_2aZTJ{hJB?SvwbdV zo!*|VWBGKg`68`QWAb23eyCZ6Yoaai!RDqTr2om)$tscsCtBni-jp$)&Bj_G$;HBR zg(<5kJf5Y}S!}%DJnHq#d+_QwF0x=1buBHEp6)n5~1mVF78Gc^gzVfs~3XeB!6+&sa z@L<$Bqm(20e|yy>7KBZfJ+W&jJ0AP*ILYlY^P-;}K>kT)Q|5WTF)J(X+AQyXDp6wl zTfIT4Lt|m_Qz-`_OvK9&;$jE(jPrBpvNyM9PNZ%_fZ}?0fa;By@Y30mC!U?N5VpTE zt?s`6{!byI?94FGe*{MVozTL__`Uw5h+P@Wvm+82q4FCB{ zzY>K+IT34K3V#KLyvZb*@UPKdg>IMrp)th&;eg;vpU&Ptv?_1tbnfHz^LT7+Dy{CK zF>)oSr<;#X4eI|}hQC{GeScw7Sf=d~ap4 zb@nT%7t>>=v+}fk;6~;Z{~fDTbDLW1T}!x1=gr2Sm|3(j(Xz4>GEpA((;0KrDgyy> z#YaP$`F0C1IkSy)PdsK}gc5VK-RDAG$v?*RrO#q{!!2BE_CS~Vnaw`tvz7ZpvAxjlPq%_a6Di~nr(ix zHc2~WWHVFQd`{X?*3jR26OG~=`FHy+nxOc;w#?D+mNhQAj)DFf?%V+R!rq zRQ6#3%j_;{e4*JGlDsE8E4dHg|C7V~IyErIP!Yz~F>?fAlypw7>E&#;VuopkQ zG1>wN;DXjn9wxy`Z^Nn1$@Eqqbf5d0c0U-qEtm;g68E>QdUas3%IbUV zkX|o)mQR8g+c0C-O&k$*XnK#i-rj=%f0eEQ$G$Xl+bPIB^x>r%L&{>1GnxrH?AU7@%~3bY=qv+W(J!~17AX#g znd;Y6-KU&W;5(;59YncBtc?Zs+n&?bV;-%hXCa&jHMRHO+2=-D^;}i_>EOyEQ3vOjR1| zOb#F-r*e0jY|(0g_K=(u$houo1vhKysm+@BGm9DukQ-iitR>5BYHLK5-rImOwn2^U z;M2?$^>qlQd0cAm%-4l0chdu!j72TBYaH7GYBAPv$kdar=6VbFMpEpU3He6sJ1e`9 zHxxZ8R!U>Whxr6F2OKZ*rJjyjPNk{pE+1U+c_#KbMq1~r_TKhD@Lr7lm|?ts-)sO$ zIq?cbVbT(zTI0L^huCH8)~aATa*_KS8YLqo=beOEJ=SurqJek;6tHnk3C$FoT-y|l z6=+8zV)ostFBYaIy7MxUcHDFESV@@vV^?50*U(sry?OL<^;I~gI zID(dwlA7}QN4CB7nKl&9dgQggiTL8vqJ@&yCh&Zk73zCy_Q8wE5i&<$U9yG^&az>UuyFNf(rt?$Qd0U&delB9n)0H*+7TqO)W2q?|V?%k%oKZS!re=Z5p{9E;@_z>Cw^|EAjk@y|lTC%4G% zkz83`yDxyW{(#u+Jc`GL#Pkk@4GRJ)$g2Rc>KxHH&kN_3ZfDrNmCb1#Atm3_f*YbY zqirxQ(G|CW)f@?f9%4jmDyJ@R4cs0zC~d|go4N}X$z{)H$LuQ+n}4wr0#k1u`rnJs z5p@N(3-@@%jwp*KL&fEg>A9n5aD!;y9wPUIP-eINEw3R`8XykYv<-PUvRaAE0J2%4 zLLxrf*+6>w3w^^|-)z(Fe<3}?WjFLn8_pF{@=jinpvulm$MOqG&CC@!b~vJ!e7G^{ z7~}cAWtX*D64EHdOI5usy~H=il^foLDW0;y8q<1Z*ERW_*S`PJ0&Yl8X*fPK7b=frznSb=uX0IW0SGsIC)OX8_%gh69%wIh^ z&oz8MP9{I1f5VId@q7OKaDDa~1)wH@9I0M~W~jQ|uwdqh#w_*zGPIkGvC8m>&736F=O=KRlfllcWBgQwn_5mCpT+_4&o-{kG)!%klfj?EW5=y6W-1ogXrK z@`Crtu*2V%W%0G{?j$?OQFc+3@E^`~DH$A`Cj9vIaXQ?`BJ{aRcQDf&RLbLbI~kH_ zi+MSvnLlbewoJc%j?p`shSkW(vg4kt2*;nnqEVQo^&;p6402&*-Pa~e4W7Davv!rrvm#auA_)3I?E#Ah|ElX=3vcf@KnxWJZk4~1!K;-J7p=a69UDk`ctJF%c$nr@b7v{v+OfngR*ZT{J> zZlM^ZDWp^a7I^VCf@%3kVR2Huz66((aJvj;Q%oiF#S)hn2-NS!JQ=~l*+v{nRVF5= zinM_X1oqu(huj!jrSgpEp%R$3IXL!FKa+ey5>8vog6M|ppcOpjEzVgVB(P4ZhkH!e z`|yW%$LxS9P;|T5$Nv6o(`IWiG)rH?&Eq6=oEx;3#5*Rw$9qmT-#meUggh-)laGQf ziE+HHLH@_!Zr3x!Fmh7fhNqa`&cYS#n=N~Q6@ogbQ00wGquxfg^K~rlT)n!`V@FSw z2GF1r@ULbU>N#mPVrZZ90q<<0=5~JS=O~M@7XOGNcKHdUc}DYeR-+Ta+t!U@k5|&s zC{>~O0^#^UtCLMFN~~+9f8ABihAc#IQpP%Vjev*NYox8 zf8~+pKHN&L7dwox`=xoA11lsgtOeZhnsFF1_&0>84@+r%%OL zZ)^-=tyHg$aAkF>=E!TG=<5CeBcVwo>ZT8M@SKJqqRbE`U`@FyDQu*3rk4!ii!Rq6 zf?Kr)a=BOp3!j43ZpIQ6#Tq^+y9^f#CLtVVVB>Agm6$u5FBQ>AFf@UQZ%-82E+dB4 zw|)lw@#VPV*a=T2f~K3|s9t4^_>|3Or<0wW|Z5)*Bj zX9?Ob-)?mOzND4Tr-HL(h^ciewda+_6Pra1HA7?V%Fl8hjiahMJO}EC%lxBTa5C5E z|GlG349!`V91%K!s~#SgLQ^;|MDQs#kIss8Utqhdjm2SR7ZKI|O!xvE_U$tNSKVhCX_E1l6SsGr|p zq&*4n!$C2|wib^nN@ylnXszlMC>>G{oia>o-&$&8IVQxz5BzjpB4^-Ig4Lm^1y7lv z@(LTmqjOF^+3T0;lEqVx7NoaCbe@`c0CNIABgoRK-i{cFwK6GKm?*xnc*;k6%v%l@ z3xzg#os?Rv3iZ^jU}_B5CS1qBQiCwdK=1kkMVPGy0qS30>r4l*6zbTZL)W8wjZHmq zc617P>oui02--^=zXC<;y%vX)?_m<2=6Th6_9yO|_i4m$ZfytOgY+9tZcyH8q(CM* zeKzX%HOa-m7m_CC5T!}A)n3*oR*RvI39HA#@n@r-np3*f-vfEttuVIyUtRJSHnnA1 zZ{3imzFPEWQap7Ffibot!gqK;8W-?EwloS60cn(tuH;ZJLy_3b< zi)OX0ahul*+>B(nAqag7V=>tic8j=XeN$SlhFH%s@R4@&9B(^A1@wldpZni4(XBVZ zqPIlZu(6XUxfdP6W&-0nIztA%d+PS7CBr95uO*YYdLCf67@c)%ejmv~T%A{XZJIBS z&!d0Ubp5ZgIXcsj10HW1AZ%6dbSFpY-Y74YaX>Bl_Z8ODTa=Y4A@BTiE8rIz8Z*$N z=&?An!C&)%nul+4na;b{ms{5K>KUv-A|HELeQ~as>4KX0PgiRK2a3#=4c708<0#<5 z2cbOhjg?d*?-Lt{_Ih}dIU+1(b@-Ld7mH!NojA>o`e;&2#bG&WBRi~0;50A!jF?25 zyt?f*co9<7dAZFYp~N7N6%g{=u_2r8gqz(q_C-FUHH z1uFEPU$U(*W|C7YPeCAU4=uWheVfzi__DnJi8tkOf#&>7ExqEOFWsI$yZ?SZK3$HT zPpLa^44<^{`)r#9&L;1sX&NUL%$+SiR~zd+sp)%0d1AoK2&H4o=z;vL<2njmBo-Wca1A*} zUTc6K4sm@LuPHym>2Z+sHZK`I=_jg(UkYhz>%{q!0QTBrB8^L*(Uz7Mc&#d1d~35L z_=A|-d$WDnX|B^w`J%RaiueIG*l*+++d0;H2S?mV=7I|i6qgyS@3SkmJ}CAqSM#W$ zDvPH4OxwIkW=p>%<7m{_Ib5| z(3Juic`Y!!!Y(~uI?xNMiRcl0Dp+P(5Mx)MQ5>qf$wwnwZ29?=38M6=liG`3!pxN? zB+5?C$g$e;?$H-s4kj+b&GIW}q;36}?h%9V>}s>#oZA%Xy3EN59a|*b*se&9TdjI( zvsyw4@)~bmsWfoLC^6}Cd(vKQ&q>K$_K*qExQ~-$7d}qkt0Y?6tJ?Rk68wI5WtZh=pu+Sh}mdV zuEA(iXfXIqTRdca~2Vb?Cvy~4*MEH)+Au~#teprNw5Fk@ynOpBUcxJSWmh; z!!kn_!*0H)cOHdqM%}RaekbI9Qc>@HZn6bL5u4&6qBZ!;Uy!$cqvi-|KZjrvznARPd@!o)sr_(;S+pms7c; z^s_jRaUarQtvr9GqZ$HWjd=*vpbO>)1ah#Zl~*Zh*JZF6KlF`N?{92b)=+B z5T$7w7;a{r6!&Ycr0_SL9vp;(>z}rZp->ceR4!>Masl$_pNM5CIQq^$8;V&)-4N-y zK#g{Um=XzMtU{Oyt09X5r3L;Ig3}WipcI^%NO+0%+EH*bGZy`MfNxCWy_AO(gGVu_ z*UV$_vp^u+QaVUwBaXvDuyH#A0?%O6>jS`Z%H1B;l6wZv%0B%f&-E@3%dvw>n@iK3 z&F3U^+VullBf#$0@6KJGf_4hS7Z!koNClj3glH|pW18iwKIAd;dL9VO2Hq7J$vdB? zKGkrRI3_%)mskzvSEbcK$JS|$Xr>zha(39iMn(Sdu?SG3TPw;7I|lAUd!%sTrbe>p zdK~DO#np~{j9`B=$@j9HkE2{?V)h^p_>5Np6JHnp)nmz9j7gV* zCmL>M@&Hte zKn2p(<e#kjdmzbeRLo7Q{;#uJ$Al!?@Cld@}QXn^@LK`FGn9cx*vmM&Q*{81}JHfsOwO* zkg!~kTv76IS{-eIYL>I+s*zpAT7x^)dtAN`ocg~wJ@{ed8)ACy^O#EmY}7{2S1 z*_49=$14ve(HKd#VoM8*sJ_PV2}ftFY0neqZ#%iPuZXnT=ZgzfgEz;`#ankW0kti{ zE0TW942eTmgQJ2R38|13z0Fb3t-{-eK+*7%+`7<;-QNa`hFnSzJu(Sv_{_3&W`+vrxKsMU66CNHCH6QEyXOqPW2fwt%UZ(j+DH zI13cuzIf`2@e=X;dk$C7`GwAH5|WX74k*8# z?{d$Z0nkMq=9n_WX3gR7b4Pu9*HO%8%irMK{iWz}mxK=Gww*_PItZ54!R!vr{RW?b z997!q#p4wZ8~1h#<0yV0Oy!%&tA48168)p@@zkH-C-`09#PngEk?ZhIQ%)ZIf50N-`6Y)1Rs35T=|+w3Qo{bDCT4h`|8p*!;Zo>?c4+ zP3U=!mWr%AJz$#Y_#ao=-JibM?Hzql4h=9&n5UWLI?Mn%E06f#w3Jv`-WJ#+@^(S6D>WB6c5^LMB{-lvXcQPSRo zh+w`Wih9=c69bA3?rmV<=ZyH>a*+{mcZ7*XfhY;MUWJhDAn$Mu{4wbxXTv29zsps7 zbC+LpFF0y~0b0bJJ)|%1S5`Wf?%z`P{<_Y)XXn({4&6Yf^d~-rrSYeFhi|eB&Of-O ze)CdWo_yh+z`D)DS_g7-Qtyt|il5ZGUQ|F1pP5V)J;qwWRXF%Bi+JsiQu(L%vE{i{ z1|GlZBL8&00x|t_^~No=iMv0wya;jna(NSnvg1ZHHFt0tu4?vvKfs%63J3ousK@!= zv1?2m|7Z7X=AZv*i|v1gBA$SSozoy#P7ny-;S}``sjYt>4Ddn zViuvhkw-&2VmwlvaX_u3^R&?OPTEG)XODS(B4L{RJ3spBek$^`drL5fvBc7Ogtuki zWOu5z1cm+~PcG{%YJWDeI?NY?wx?T$JhHA(-%$NQ9R{j@MkyAqn%A$jDSTvQvy9vj zgISaqd)3TxYx*9g$_(}|sx_K{Fjx2@L(_+_$;YmbFwH`ettdw3G8Hu89x~I@lBA2F z{$0INdg5Eh?DzLla`FsT25E+gaoUIK0fpnu-uJJ*zA#0manjl>;vT~hQs)4f&kOXl zW&dJge8Z*~u+wQ8gZp~Jp(V4LS8>`wHbEcb#jwO}f%H3(nLAn!#+}TD<1~b{*r={F zFE_>GgBxP?PB{fm$eH99w&6spk?7n3%EX77?!qrk{=%>ID@y+F2jCQYSmj3`ZLcZh zI}m6|TRayNC_e^Z0G%z6F}&;=j{c9dKEKUhsUWkZVT!q$DvIFU78RZJIpvi5Rsr zyr{TE5=i!M!D6$E3n|^2QOYHriTjPg+xI$qf4r{av)j!Ra@9S9CC#+!ajNd8(I%V% zMjloxM2*f8UbDl}w4rkcB#G2I6wx9(@41<=;_|t8&{NJX;hKd5PVpxkW# z>JCgrKI2M4xzr@YBAb{ZjFoO(hz**zYCtrDhzqnH#~>48jn83IL(Md7jjb7GvU{o< zc2b!&jAnyKLthK4qXYy$UmQTbY@7jI#r8cQQk2T#2pj`0O=&8tPXKEH1esha#$O+p z)^0|Somy&xq7fXaY^z`ZOUb~+vSU2ujgk>Ac2U~G&ue4MqM(EJ6XK$#X~Kw&)f_~$ zaz^Js%M~i52f2`-)1nbrWw@gg8RCus0?gq&n1D@j>{vv@Va~A>L+1kW-!_PUk+BB2 z(!jhk7`XIzo}_C}$w}dCKJdl#1uCOmmbMi=oDR<36%Ggvl8a%p$%-3DmfN!slXaPg z7T@_rPLqYUgPbzXLGOjrLg)ked509~7$5<|5yK?;yc0xJn5CgRU8|BLQ1BZ-(9yv} zroAf4I@o1iU2QPxqp&hK+b0P;C*tDr%GD|e?HVibk&4cSEdDBZBMh{daATZ?!JH`N z1D2JAG!~Siu7?pg#ylh&^mAa&=P89XTxw`i!j|G10CeyL;i2=K0|K} z4!O6)jvGI_LP1|gqHs$$>{nU~Cm_LA2H?6~pVV(3le5b7A3KhwP#M{G*=dUF6l&CGfYhc@3B*>t;YUouY7A*dyfYYX$b;Sng7=%c!Upe$=3ppW#? zOnlWfx86n$)jlUA?b`KO)ugW~jqqqzTTxl!KH1PCOgIwW&n|my?FTC}Z_y55HZ1mi z&*I2v@uiS|;8b-bC+017K8he9bp99T`wl$80?&&j9>d4br`1EN)v z{M#Hd83S>Lt-z&Uo}L<%L*^bzBh8HVq}Z)&G}GCS^-g>m6%{&>bTe>?jF{ zTSFJR^{kVt*{4L=Phv{^m|AufAoBhqO53glB7*6NsOSf%C*moDWQYmwL-{&A0ZcV=;y$fY&LNGOCQd3#tPg zzvs>>+Biy^Zrelk2A5q=|Fy@@f$00iE-%*CXgryD1X-UrAVbZ?%-f^wO~Km=(FRUe zrLxy1yNNs7EO-5YbIIR1aJBXvs7CjYbmIo-dLYM(k`{T?J3=*EQ`KtQAYFib=R>pi z>jB<)g2nnj0;m6K{)UP1|0c;=w509-8OM8H)!*Qw)l2o*5T*+R+Wxfw9jQGbm>=YN z{r&Z?&`YL>c=2G;yaLPcFo`%gJQSB2nlr=-`DBMh+wy1Z{yqKqSo;3T^8dy0^T+M= z4L4LOQUMEFvt?ManBmcZiEdIFy1c$cCp^mf1SDLh{b3XObH4qpx5ez!t4F_R#g4@n zGN1Hm{or41m;R|$!!e>7nf6ANBP8#LMf}Y&8Kck|eP^!~3N2%uLHzZH1AM$4t=Dkx zWA0La2)}L!eya*6)sfNQOwF7Xt7=J2HGZgu#8gYr&e4rs+pE$noB!wR0vB4nUeD5y zC;r}$Jt+3snOimVo-OXR3Ji3V@v`^9G*xngLOk7{mRJG3eqZ8`wVuJr406c+Ofb;L z$d}OmdFD!CaOa3aMycZh7%SIUMPbtL@z<`SzDlLRu{I7S%g#sGFONRGl;>~#l53dM zoM8&4?V{GD^9H-+HWB4z+CFyWBXAx`uj=Z3n1s|U*f>=#^+;h=p>wWt5S84J1;3J3 zWht_mmbG(!x}VEk2`OKAwMk9ng<|ZLD>Gx%rwuGUcC7~Wybz?EhVs1ax;Q((J5y~t zn0;C8U}Z9uELmLfoWk3grDlAbUxh{3B(psWly`DJxuZ??2u-)T&}eb_UimmlU_q6a z<${IY%o|xIX9cfFVyvGVW{F!p$GT$zlCN#=>;jTzAIF4PtNMGSJ{&OoA_YF2;X9@< z4>aycxONpBP!V<8g!pn85^9PolRIMx%;dg$%q1!?c#>C%?`N%~6`--War9#y81Pzo zP03|k*46P+rX^e}X4B9Iv2Nm-9arAailTb2GnI0a2){L?(Fv_$AAkjO@b zGWFJs6$a&%&742lhdG5VtLSz9QBywIUIMyfY+7_0!UGg?V*MTJ(I_5R=dWsv&;Ygssl1rT>#tT1%Dls9Wg8BNDMJ`j1q4MbYb z{dHdpSu;%Y3OFI^N~mQ#Q^&p@MP7qOshw19`3_~FoAkNGRhe9MroTfn0SU3b37@)Q&WLn{I?|g4TbBupF`^#%+%yyj~ zY-LEqt<#JONDAXrjsVD*CyZKfBQB!NFeS(*5@kR5f{R$e)NT41R&LE%18A-{MDtFBSC z6>JY47HabYlwok#>_2}%fIvnDdE)};G zCs1;rwERcyrOBkUkw~>GThyd|4mBVbkmd>{R?CbODDkx^iy*#!eBL_K|`!^i!*x)Eof=!@Vw{JU#U)hO!mgdOT2R~ zn_C>_3PFV+IIj5*d{05BwFQtO02Jd__*bYrHFEw?bl!QT(uWEaqKlCQ{7oX8!&6n< z#yUi752}_`BU1HJVnsV1mVL7GO%g6|ZpwV1ClpUKC|WeiM*CZRK8ojS8Hd5cZ=y9? zfs6_Gl3-IS0j$BNbaV#;S0h{aF@Ven>|I9xwKSKIzM2xHj<+ug2k9uo0>EWYc~@cw zb7&xsV>1}k#zE{;e6uf=wf`KkifL=;#=h&ISR1P-g#>&1S(;7#;A;}I1(a8hx3%$@Yy>8@kp3{CsuzZnGQ9FX{N(WKC^81 z_FcDS_Swyl=!{wR7TSjwQZtuP<^Cp4^$cYexorFp=5s)(!&lg#myZ)jiX+I38w!(Z z;S~x~QAoiQAn9Xz=%s9Xe42pVB$-pO+B4a3`E>G_W$@HdHSWk(%wF{>cs!-z26O=K z0Nu8v=;c$nhKWnDb=-AR%}Fnd4pYa$&0mDwO1Y8uCAdj{zmXKQFk>IGl*Utj_|p~U zJzwrK3==Np*lvi+>ns^}%Mo;JXZaECd+Ui|h;7BFMwSYl(+~Z|#D7GUNN=|-lF@UVaHD%9W{#c~rUYLu@o6nWC zoO*l3v>lv`Ixq1CR{~2!GB-MCL0=J7eSm$s^JJ;)$NSEh^mLjs?cWr&5@P3z3n}l{ z{uKY1i`>e$`nb&(;mKzx4w0C#kB|;cJ$%q@2WD|~-i_RvAPMG2UfgRWtd%B>>c(RQ1?U%kNhKN)VGhy4b9Xh3Aaq>99C(+)2 z`$;zR_sKT&PJX-hm)_^o{O!Hz=jZa}a_l;7cg9xV4gTll-t*B*^V_Y<8=`Of`ta>F zOG&P82+J?rGMRVhc2wXEOpMY$B=v7+=$!XE&IZr0-U+Ps9X3z$;_l&Y3R8r7Bwp!k6 zvKIW8^p-RZrn%&&=TYD2?Y(pQJwN_$=k{}9u+FU(eOJ|ktLLxXl<%Q^xzi8k`Lyfu zIr&VI8qk)#9`O{)&Y6j)n=;AX)hBK%J661ieyZScyphvX`P=-*pBgn4yjGHD6xWp& z6(vcOS_|9qIH|dgJ$Y7 zXey{(6;5Fl1tfi|4w8>%Jz}qazIDR69Fe?P#niD{O9$Qb-kOVT&TOZtRYhNNTCvU5 zo|IEtaOWk(#N7wBy}oyd23lOcnMNTyR@dWli*H=ommUn+6fSkG^`NIRvFOvY1W*+4 zVPO$q1RLhs$En-c0Rwxm1tT?mFqCSI;A3uy$R80;BWRyF{?eC*_AR~7_Kyl1^2>i~ zeQZ3psllx~=p`=PFO_9V|Hs|6fIUT-z5!rl82iK@=T4K$2=2-$uCutH(T2fYY@yL z2T+AI;$XymE16T63oFMM*iAT#M4hy;odfSZD1dftHX#_->$gVmmPZ%C)MM)vOGUaM zD}==|i=Gi-rqDD_)}f3uH;2E6{nE8tIDuc~RD=SxDN{A0ukv_Fq~^`z7APmy+gTk> z>Fv^W>4624z!urO{ofb13!oOtPFlU7fKhi1$4A>~XomuebqvCuCX`=rev&MQBm6$w zzX?;gv8Eeq2+d)Tw3;;)&ACchDL=irHZn&-J?3LdmwiJ_!k~?9*a*8dB4o3Tkn%Sg7hD|8bgpU*wfnDmw>p9*EX9Vchd9H08>2me%+rC@XwdH-rA*Fr zo}sUP&n1<1;*VGN1p|js{zBJxf|DL3vrUlF#VIbx%}i&ybyar}E3cR9MOX`S%7-Xj zf|h9a*sLz!r$bvFrun}526a2)KIo3Q3j3}~La-X*@h};ikXkn|#N9w#TcYx}m3j^g z?*FEQl#+26H^SK7=Ls5A zYe70RLd*+*Di*pXvH}tpd2rM%?o|;RhZd4J%U!CyUNPq>QbH*5G+7Lpgz}!rAjRVe z{t*tp7d9KUsXdc2yNl$Eo(HVbPyY3~VgO{$zI2k`G*LMb^dxAL+%)kCO6uB~!(d&6 zFeh&kygAW?O%T!j`m=bXG|4vV5Ssb+nXNUQ2DhlK-rHc$OW4Wh!OEB#QMT|YZZXgR zQh4WGAVUx6n1AVn>m#-%`GGaIlMu_IvJN4j_FNGVMGUzJ>oTR@%wZJULB*I1&9DTG6d z4-dQ+Ya2*}QN?}{;~F|-dUhQkjTLhaYmxMw%qH~m+ggYEsC-012!Wd!%Nm^eGDW3^ z!ZjQ;#^$mt(S6lQAq%t)-IoBH5B}O8xewa4a=x$h;S;fizd21ka3Q?aW`OzmP);`_ zBZuA`8wYMnNrSnjz~HstZR59kQlfGJWI{N9fXAl?c`ymHj447xvCJF^a{RT?HDr|o z4mx0`4InsRK!N4N-g3$tnuJv8q!l|gI%7ZxLhs30AsMV>%^39xWN)=ZN8ad~I!Bvk z?0_QHKEMlW8UXdjc)(??fRDA|uytq!vkH&sn!nODjs z59JWyz2)DVSswG#_!x_YOP?y`G%YEoFBWw*NtqaMdCiV&pW{w5@Jveq6xb5@a~3j7 z(kQhgnTNI9x6kS)n2MxHHJ2%7BXg~`q0Eo);k|GquqiY58UDGEGst7*|jWO`y?j`xUFj)rEQP5Vi2rRg1Zzd&F`Xs#r;=$ z;t}qu{{_aMtn-Y@-&f3rbWN(@Lszr28SO!X`*E|_k*kkO!gWKz7`F>qLI1Z8E^7m; zs80PtuagNKe%1UMrpruynKqP&=b3UcbmVU!f&T@|+O3IJ8jlQ7ABd@F!peBlM_^~lk+I-O%*jo@^ru9jBy*rQI-Y`Gr7Bi z5@Jo0&vrU++S1s=o;bXlU_*%p1STsfpC?x$$)|3*9G*=ifv2ogI3;y)`8Fe<*(dnH}TrOTFh+*(s~N7mF@ zwM{|z?`fAsbzqoY;=#3i3MQY?%h}F_^LFv!H6}M=CIx?i$qt0KSSXn6d3o)e%fY=H zg%M?78f1f7`S-2k8i4Ha#hRHh$OzHkQ{s;aW{9`X5megfrD-1B{F|HAob46I6)kVx zrQu*Op3sWnZ(EPvXtt2B2XbYer1G~Nk@{vz@BOHuFfyZB?@eVNgW7_v-xK5(@W?bg zoC(eGHGWJg%Q~>KdX1Le-)*B> zd|Te1V1tEv^!@6o+jy>5J|n-H-F>#LNXBM9PYv-)xI1obqs-3}h90ZHxjW)~bDvso z5$ed>wpG8rj)@gy(gjn$R04pI168%vv$sW}^oAiBNOa$lRJ>wI(EFddUBw9JvkJ(6 zi$DYPo1s&R*sbnI8#4c_umm(tW5t0_l^8h0xw&U{{ME| zO#Fx>5DYyK3A{%aK##XaRJm)8D%$(6EC;HlXhNzFGC}*AgZ6>OVTJI{Pj^KY%ElWAon4172gL5nOULgmUCI4E@ctp* z-jF?P9DL2bUhd6(8eCs>;$qGIH*+hbzx2mw<`_7QyANr}$K=c*K||pBBXg4h`}I_Q zLCgA`?ae*`f7Gr*+I(r9ya}dnf&3xz^=VIZ%`L$k`1|)S|1Y-5YeBLG?Id_>Yv5lR z+PckjYhmDT)J@IMzOP*LOtfJV4vqiE*gG|e0&MG+W!v^D+qP|Em2KO$ZQHhO+qPZR z>)wv;I45F1?3erpnK2^gH^+C7)4XqxdmS$f%{jKVD|TSpIW0NK6*)*+e&ddvL31N5 zsnB90wjS~#;5d@@X2L<+iYbmfC7x2FIYrwdAxqTwdc@|8ZbVkr zV`C~5DI`V&_FZqLAIQ$txU!_bYGsXw_ncm{10UMVWPRkE>mk9ymFbiU+df87vzBpZ zZ_SHy*<9>KgSNed2@aW~ud*Jrp1~f;-o{`?mKCzHd*ZX>LRLmXCZ(!W@!o^t3q0uB-t^Kn)7W1PAtN@mF2TkH9(=%|rXNkcMQ$dcDE9n+3V> zfPj`&JgE?3LD729K9GGOPB9q-Oj=IUgasCK6F85_ie7Atjx@)wnnc|j#MGJ^D)$*u zItOTHay|2=ryUT~hs?jFZ#~)L&&9DP$ZDWXV{DK}l3}PhJu#3JVQ`~9uv9Pz=UW5b z{#aUbw#A%3Az;uLPImN=LS%76vq{aau^glV`E8JbWhsnKtBf!JkB_yBN^VkE3d$&x zZr1hb>}GADg^~shcUoN-Xpm|e+LWzvFPGH(q5_b|GT4Vgj9Vx4u?AdT(6b2wJ)+EV z7u4;MF`U7PeSqm?ui?@vH?zjyjrO_zpiZx;3f8F5N6u_e2u+%%E;%7~5s;ySc|5XMS7#5XP%Sdvw0# zk4Tbmwx2VqCp;j#7lLi^5lQXWkZ5scNb`T9BpbHF8j(4~5~sa)86LI_jgGEm2EMh- z1)z4fh)y1DbkRf|+{`aahxO8lx#Ww5aiR#xm}_-0FeLA-QjSi`-MtZ6l^_@`@B$=# zCx-r}A77lYc-s~sa4D;-aT+t6kw-S864L}#k=UtK=${S^)LUrHk{BFir!>_EVMLI)oUCNJ-rnAxJYH%N9CP=q>=1Kc|GUMpITe@Mjdru1aP<6eXn%t3^!~lhdRk zB>4ryCG}yFQ_#db=3FN%=Q$T+EXH-jZoY>L!k%6RU1KiXoCIYg^^|rLk!8tDdtkF!ULmqJ0021_ z-?VLW&T!@pFJcd>#z9MdK#!k+uw1HF!`@UW80i=#-|UnrOPNbop-M?6e<)p0N&*{-7Eym*qmr2Dt-u#&aaLE z6J!a$ngu^bS<;{-szo^E(}@nMho`bWmTlPp_s?VfMQ`aq-SpjPsJ*D)GX}0QYqUw! zAr+ik{XPclh@89fnf?nvg`Oiy8`1IjcY5)#U3c>by`#mgemIt6aPp+zJ3ElOW6>eq zSTuulmK5&Hg2CmP@JVjUz@_0+VNRLulyAR@|V-_ zk1Tvdn8U)y*4I1!5>df2o2kNKPqou+vbdB4YjP|Q!uOz<_!vHU^1&JYcpUhT!34B5T8cOIh* zUeneCmWBjL`Zj@rA)bcL+OO)<6fdxpax zHZ%yXd-ve(lPVQZf`(o&WuX_|JM4ADqI&xQW>2Yh-m_)F4zAJ-p2aVao(Hj2G8bEv zgzZzFYoDUjnGMGa^A+87<@Ejs!H9Z68rOX@o%aJ~kUmJ`{g?eF6xmg3G#VDpZx@{7 zRs0_yQsc_e|HOw3|5Z|qfrIUTEd@0H|E8=j;NtkQX)r8rh&af&O#p9bhchhKfRDDQ7=WvTd)nnrJ>Xz=^J+C9I>KHqpXy_2W0$E&T!lWN^o z29A3vt(yn`@KA>qZlF|W=Y>zN$O)lFM)H}*_u>s(mrnB%z00w%^jk+~q+dm{vWVI9 z4KD{Hi^XT*n>|#+)HV)AHpFsv_QIkhIV?I_ZlvCXFJb9CZnd)RJ)m6kKT}%uij$#uRlm-QI z67Hz7na+9U%_QT``E36BVCFoC;QC*HKdhHy0C6IdE-}bR4H0(hAM*Bz^*&K3*Y;>z z1}u2_)D8#$PG%VLxpdqVj#OO~-V4G>?Y)*6{r=+pCeF zk@E97KKAgDhDl8g>mDPPcvULzA!B3M6p7wRr=;3n-Q;z`(CcJJkyvy9X6Ts_W5Q_> zV=eT^^~WR7N)@E}g>`JgJPXQ#MvQ9A&9?lmXVY>D=f1_{2|(X2ccq2_vwxS1#LZA| zjz9wTqUP#Axe6;Zt)f3biTPLW=Nn6qsSpTcFxmQtjBL=!0WY@3mN>UsXPiY@cI}_J ze&oPvT@SPntHo@MZb@$hcV2TrKJv_9uyICykomDd$=4oZ9fOZO%NVI;1g;C~;@~75|kecCMaiwT= zv-7+qyslo!CnCFr3fAmtMby!3Ear(L-&QQb&s9jo6gQ&VIQUW;qFkmh@+vMVZDzeL zl&WeIDSM`S=wdrcVBkZ{rClccsA<+p^21?h`C=d(`TeZX<@K3?M1TIQhj}Jf2;Ty= zfq$!spC!q@^zY>&r*8T;yhIov1-HPr=D1zpO7?$yR-Q>T-MyQuIx!t?ysh%P1`Ate zxv8^w#l9-O@X}O7nJ^NXve;_nqI7hv!fZpHMn6^P(5Ld4uBxavrVxUKCxB41#GZHi z<)A#U%kvNG_1dqQ@-CUQ%3%5am7J?ZPobTSU**TZ#Qw`L>Nqupg{tHyZf&F?)I>M+*UOMqvUD#(XLeHtP&>~>09p3hNrvWT% zx|{IqSo}g+g$i1oB1nM`YppVE=QItIM&df1HI7q>IFd0Vl_TfqBU(P&t=XAX`Zr{* zJaB3j7$~c5)X*Y}U(TiN+M*nTqg7jD&C^+uzYE&(^SVp7K5it6JVgiU(=B9nV6#mK zJ41rSUZ)d)ceYe_V+N9u;-tHBuJZgL5UJDHSmQPMv`_e(~%U6gOETiG`$t0+B3mf}GRPpXGM6XEsEpIJpT zi(%THMcgAR3t z#9s-C+q!^7(1{4~1RN7I5~L{SO=P*MW;L+NnFEvujz-I+Znn}2W~88nK-zglG23~C zI5@p51|z>R2<7-reSa14Rm~OfwUcwAtqta(lnaoRB$i?{QE8SZv>vfUo4~xfGI@?P z00i1|lc2;u;xQr1379Kxk3ssxRRbq@%vJX<0)r><%XJLua=2##T8XsMdoI^4i)A~k zNW2swwN>M!*fzb+Pi*H^QJNRIS)J#zQ1?2Gwk}@!dA{K(W>W4E1miLxGZ*g+2y((& zhuM!Kj@Atlt)Lc>leo(Mqun`NqUjWm3eefjHM5?$Zt8CoWyN(<4H<;*URGj{q|9{E z@G#TKXX>tAXf$pHDzRu%r5M-MwN=fK$yl=R?VB4eaMKI`4L%pyMliB(%5;`z(2V;($D|~CECLcJNwL@9(%FE zCNPe*!NarIQ_t}yax^D(8puS>9NIP3xIT5$GYf^Ze0XM8P7I#5(d-Jdc3w|7G;{X3 zwBQopVor|Nacc|=S*<2w)*{mO)ki4xXSeBr?lp90zh@_9i_^0Z(+IeY6=e^VTVs)j zE$-TKley-5rjQl$4u>tUVqa!(_skrjp?5mfzlB0ILl#cHE;&eZiM=Gi+z!3$G{K9< zW2_D)Lr0(NlmCoRpkX1htp5=J{=2O}2B!Z70Lz-=Gn=dkJ+BmBKqh1Rq<|stpcz2j zpl`M!@G2m$OF}!piZ+9oib>R5un|NIJ{m+~jXsTYskZ3O@%yBV`!&iMeym;uPL9UC(7X)9;sj<(mnMrr0Nvaa&DR-+uy$HOCNmw`k zO3={A)kOtnflP4EPP^^1KQdke;Bv)&YzDm#Cwyl7>jgPfUQ4?zw_JNIVE1JaL^;#j z?Hmt?xaar7fe#XIL}Ly=-h}Diu{a!>T&F)1tt_=U;$%SgyBwnJIO`b@gr@~3%4?zr zi0{ilbcV#G<;;IkqtGV6pQ-3fV2w*%UMZmPK!1A!Yr%l-kDh;F7Dc?+1ywUIx zmN%Z7zK*;8JFoK@9x3PCgI(Ro>~zc=vB5|WHmIb}v@B=qQe7>%n*XdY$3yjavXCOG zQ6Q<)|10^JKrYSdN>zxJJFIvr!CI0BX}0*Qsqqv|p8Ta~!ibvQmdzi5=?COc?ZJZb zOTuqNVczwDVJg9g6{YZ6*%6;mphCaa=tjKz1l0GVzMDnLKqY4%%1_)KH{--_=oQ?! zhw3OI@`Y9mnP74&=~~K!koY2sPpym=)KJy$;JUYoK^J45_t(+=6|sd3A?rI@Bj1e4 zf=(2C>Or&%nXc^nD$0#*BD@BxcD{VvxV%5z!GN&?d1}KHB^>XJJvgY7X!C7G; zmd;+UE=fLmF~3WL!G`dQ(Nf0w&j*E}sc^XVda+3nYd+zzfn6^WRPs@$iEWJQQZ$*I zrTWT^f8v^$jFP|9<&Al-YcR%&{64P2y~twpx&?$0Qn|w&TLh@$5(EiDx8O0^h(dsD zS*=N!n3tB&Wd~4qRbH!D;|iroeo;LOI%Z#80va)OyO>1sz{JjF*90iX`VvX~X9v~k zSQ zEK$|U&;S-s4Fz6>D>XTrJN~f-UYB~uWeGd}(2}T__JtQ>bdrui=5*`ltUEm#WBM%C zqM;fQ=`t#qVwSl<5|`Oy76Zkw2MMv!Xgd`OZ2-Z(dW|>jhmmH3 zhkV^LPW>_=KdC_Z_2_>BC@Z%*$R-_gdAWA*JLU)^Ef6$-S{_!&`zl0#H~~8Xlm@09 z)lk5>Ha0A%uc;wq6iT=P{ntqPrgSzd;6+K;NiUV8E5ih?*zx058s{kD{=NW(+Be^( z;#`9>#n+r|g9$@Zh}qpYpdW|LbBZsMrSSsWPR8H^|BTA$+xqZQm6@?P(iqq&syNWj zNB`5;wKRGxL|&hkVNU6p?}&R2R-Rn7D+~L2Py)k zjoRDV%L}q#=elfI!^;QkEC#P4Rh9G!BP7l$gCo0mf&~?$cCD9x;xCl5 z^}!!HRLZC&e^RiGuBlsbN%2bWm#UgYoi)_uaP(9j+K;zaeP1n2DPZDW{k_8pOh#X7 zh#hG${e1mqnn)~-cjQ}Ls49v~47oyimDmj_gj&N@QSPk$_D?kQAdbF@C0eUjWLwyU zn{LY{c4}@?P?33jUwfOB1dIUZQKzhLUr=bDokY9STr)rQYIGR`-doHc#L1RBO)q^K z`1B!?B(lmJbhGVvZa!}*2Ge^Skwnp|Gn=QbpuZjH1HH{r9cIQDugnGg>qwdCq6|XW z7YpvGY@D)~KHkVmDxuUs=;mu^{VVtsg#$*)N8m`0r$xP_MuJ^iNI2iS0{m!5ACYug z7;wVgoGCK)Vr0$Es84p#(X=;&01NUg8{5dlC}L(N=w5bWU9crh(y0~=9vJxZ41yGm z!D1}OWxT_+Sz=eEp;f=H5J<2PM7q}FPw@WN$PTI7QE?pnFxnO`2EficKLH$NBg9pX zxDYodI4fJu)}5Qp`pR8)K}xk(KfD3Kq6P33X4%1Lm}r$EDmGrB8m%$C=MY@F9drYy zeO8v7=@#cNqSY;WO+DI?vk5DBm&!sxMd3eDs=XL8YBtci#6Y39SiHR*e<`laVLbB0 zva)rvL(Ax`^?e~W?M41%iAq^7W&9NxORP^)k`ffv6)QUf#$#5<^tS(O-}M%C6)&4- zXUZ@ai)i(yYiN`yJX4R}Tq~*8wlaLoRM&8(kIPsr`40W!%Tu5X=i}`htN5!~S&VK?F#{cSvf{}%R<$orZsx>ET zh}&WR?*vPgCEwGZu)RK=o*eYjp_8wFi1O2%T07cn ztB4hrEA}<^cK@U`+I!cf*Sun%1bsijq%%x)M{U?5=8ZQ|_Ox2z1S?je=fRaTKF*l9 zUaY(;O_XHR`+It+XHSz-En-a&#bjUZjM*c7Ac#AKUQ=Z!&|DuU5=a@P@=EnaNyc0* zFuEDbt>4|y|4-E|3Fj{D%^azhoSIBDn%{QS#GjEsK`h~|vIA{w{Z$}bXGXMENuEG) zsjwq|5)ccMaLfE$YTBU8|G+i=M;hxwCV8avRU`K}MPW|{q`IL?-g^~GQ;>qr^ZNQCe}G*=*C;t_-6JDS%XF)~L~bTk%7aQ) zRqMaD3s1*Z+*BRmc@<}gt?78mv6>8;CUSC$3U-HkQhC`k8kn7+$Zfw~?CB#vl0W!V ztA+0-&uubhLX|5Lx{sP%#y`Nxl?cZ>9~|2jvX~5h)X3fU7EuyNpSkork#IQuEPpSM z|M1cW_^r=yw;8fs(np`14*0W}@(2%(zYW5mEji>vQ}NRg!npwyVlk559($sBpT^mt zgrX)Q&$$nbhxp?tD7q1WpkUxWXMM?Sul#81?j9xu63W1|_7>|F-BS-{X2@mIaz1mD*HGh!Kgp)iwGz@j<}`tCef+E5C&^75YOanroi zhpNqABZAF+v*dSs6;Hz;!E1|kLE2raB`|~M?Syk>_?1vkQmRpxS_1dWFZb zx2l}ChUcCsP?|tg`V7(8P0l+8JArz|M{hU0TE?~Nhq%ly-AN5-;2gg{!n1n6Qb(lF zu>u~z1Gp?EhbKO2HK)#>|A|A(x0n4}NbpXsCy3^7YQPLyX9}Gpd@J7;LoM~1VIELI zSAvVgBJ(z_x0<8(hpw89PzGMj#7_d|<;oA#zk*4H-?A>LAcimAca^(u9lf-K37-I+ zWGvyr+`W39P^3o;r>bXB?M$fLeQj+*KYr^l5>lWuxG6O?N=J8zG$f-A`}06rP>7nk zOw+>1y%Z7=I3$A*`0~V%XiGa7Xf-+JwQ~ArG`?CJu;kxGj#iPt+zxh`eUK*E^HI2n zzUZa8wymaYKL{*l2Ru67EmTn};w#ZI*XwdP9+NbyMQ65B;6~bU6;U{RxE_C)8A;q@ zPbHCg!~#xiDrdo-Z!shaBbJmIE@eZ%<^&Ik-uL( z6Nv;6h(wKOU>? zYcv4~x^k^RscOPIuYJ=`d3f4@g=;QX{G)MAc*0~FIycwrirX>w!RPzi@zr7h96FYS zD@<%N?}qo>o*f*qqVq^=oL&_AW+G1Yt}rCCx`&O+xh(>=gtLw?UE2}R{&6uW^yYmd zd(4=g?@p5*t6F7@uu!Q#u2LxmuiuK})m4Ip@WvLdjrc^E&yle^S|Z1y6^3ugP^qNJp!(OUu)cDzF_!ueqs1 z`?8}21(=<>K;Fb6*5=}7KYD7FQDaqzyG1NMJM~Qor%pEPDl&h#Qmzr)L8r0Nwcp)F zgPBGHzChp`u>UeGy0o>_HM#7kh{$Zpkt|}RW9w^K6l%2b!~8^PawG6VL_Sc6FZMDH z^gV`d3YQK1wEVV_ai3jb22NkwR-TdNP)H4aAV9NG{(^*mcTmVLuM1eIrY7l?UCGh8 zM-+PETu_V8CimS&&2B3O$z;*iO{jO*0S_LwZm&yD;%B1vfEL|0q_jX^1G?d5xWz&b zVVWN%5Q|`?szuf_>sm^NnURPuWh7JqFBh5jEH~ykZKo{s*}|2~#1j2#)IK@}dAz69 zrv7nbstdn84q4IrM$n|peJAgJavS<_;LHXrJUdAuEIlERjmJ+?l|4Nut!)@p{}d3h>@z} z+0kPyG%-()S`bUW`xkVVHcn-7%a{}M+gqWbD<1e`!U=4}1#PtY?T#WS2eG?FgF_}V z(`n0iv=Lf3O25XkW01bI)2mw#UJOvQq?t6oskrUJB{WUN7io`^v3G+ETNe7QCxgnp z_E`=X6Th|n&4%6J-&)4uAOkG_WNf$pAn$zLJA0*>09QpuNsple*%e7n)5YI(QeKJ0 zw$lN{r>$j-4nYCG5|>%UzNS#$xy_5qM3)BhgR%BNYJ0NeJQTLPmqH=U+d?`kK_-q= zQ?stR5?8fGi{#-uiCx*`1-a#G*=m7Kh7u}uiYi6ugr*TH1E|ty+5(`_(_>wyi8ByE zTk*q?q{g}QaHj~|w7kFcxgdcG1K2$FET}~Q&9H#2<&BGUjze|XG2Le6D>bfpl)#Xj#blxOPXI3qu>LqlRD?;Zeq=n)bXmf!|Szoz&x{$P){^ z5iWH8t#mOG8@X1zU7Qx)J;)ur{%IB)goCx0`xFoustvf|iNF^CBK~UVfCJ_*e66Xt z5Z9*~KA)4n0674JxBn3h|GRJ#1Ka=79Q>c*6*1fYTk}#SzNE=t2oIP5&<;D-N)T$_ znXLr(_?v20C{A-+bCcdLJ!sr1S)`oK*YnBr^S!CtYu(#z z)%%m*s&fUm_2RIbg|riVeL&E&aee&qnwVshs<>OMTzmfUUeFwqixqZzfWLK@=#;DS zHnV#`*03cc*WX-aDA?}O>Y%d{^V#>vN9QY2PMs)egMK_*lMiL|5IBnt&DygFS8LTr zrOmhv$@yb^f3H=0O4d|?eK|bRVUv~GReb!Go@m2dWV@0fzU%&Ob&Z_Oll{4$?n=}5 z2RkLZIfAN(Mp#+X4S&OXen}>$==*pBK{$@zvU9jYKwW4O&9D?$fYD$HKd6XTg@*k+ zNH!L$;E(h(oNYwbIQzY#=3okoNdDd>(p?Apm=HMX#e%H$+}7 zTp&I^`dtw-Y_NMB43?Cn9H%TENKI-Lu1^bpuU}o=MyO1_64#B|E-Um6cSc7g91ppO zh2XUfh!^FUa|6oTg`A6W@tPd*f~FQoSRTQ9#D>Ud5kz;Ei zpM#K#h7zze5=7Fz_~VUKfHrd6KnYS?MT1rd-|0;j1fODKqz0NpDK5k-vO}rd@Y)K? zJVW!nP`QXnq!%-uzpkEYsOdT4lGCQ$hnh7v2~}B18(zW*{i2YG!fyCJn|yU z9oh#JsY}+Ja$24PXTC_oXM+S2L^lu*K+Qj6jENqQUxMZkl;&5qeO~oY2dZzvm;zz z<#7B7^uyF<0X;I& zQAjY>XKRkJX7@Yd$jGnq3+{BiO}}WIuEH3P1klFs@uTR`&SMSlYq{FfgZu{}22^sh zl`sr^=sGG(v;ANmNz5@gBMQFNV~yy{nJ-Swaywux@9slx$ns9s=Gzn$8gT$zbYHqt zK#ijhacU{?h`M6{=NKk)x}4M8i4kxxuZWGmAj-8!dy|O>^BxmUVavAM2Lgm^onuJ* zP59k;%*giM2PeEwn9kT1tj?)mE)Av_Jgc%8Rtx;o;1<1M6N-$BWCtb?pG*Vp(x9eL z5~z$zW-om<3*9a#;A^L}rd|GE71xdiN7ic-t_2>5a3TWAj*EY15xsz9DiGz55RD8X z%13__TZBCig~R!h9zd8phbjguR0s|oVj$SEu3o`o)*QOIId_wd>5X$cjJ?jWPu^Lg)m zD~QnZb(_@+ks&(U$h+g{Kd;(9Mqu~$TIs1S#;EHL;kJn&NqQogN4VkxN7Ifa&s6fKfK-^xg%~iyA)X)EK99;E-bZk zD*C3adM%qGag$lR(e;zBMEgzA@9Q~1vOBF;h06Gl$tct=?hu<@x!39)wOo|MrX{zU zfUqv8PcIVnujBmN9UpacjY;gzg;mb|s`@Qg-7hyeugQA~Hi`ZQ*V*iN?xxyW2)cBL zw;oP1nBjKw5{M+Td$)I;$>r)r)DlG!3W)?iFo1itm>Z_lV-*#9ltzs5>o(9YQOJscXR{;zpmq08$eyw@vsf? zbqeyn`P?ew(BOJ%#=g)gLQ^i#xuOZiveK)?1X`k4+(qof_fp^Ev>Qn!zzDtd;Y|iqs@*_}pkJps-IZvIBM#*&Ow;h_;^1dsW$$NcTUT!%H zQ}+G{z_xDLGJqhpNKI#1Clj-bjLofM0lDtN=UC}+)FGtr!eF#$G`KILzcW} zYd`mi)IN!N;BPEKnYd`~og(QVlU%KDH_%l)(#eXNwk6!k$q>k7vt*pYiq1Ks1sY7mb*E>Qror0AIQe>ogB zGjTHUL?y1;hvU>=z*YaXv;TxLO#j_}9s@nY|NQ0pKRNCH&)7thIIQx2Q04%j9WzZU zE|A6HG%4`+7s*Bh4ZVE%+8(HrfhR%TsQOmLyyO-+H|=wj4ETmGbLZE-_xpy|_cV96 zRByLLE?57+OE)Rt{F>LC7u&it66{q;#&$DTZ3M+ox)Xj2GjWd>+whA=m+8X=QMA4E zud|$kt7|kqVon$2$<6t&_uk9uCjO$W?IQY?ru1Z&*_^rQcxmJ@(<--hRW-6>YytCI zt_>65&rC|KTYfGt6_Mmcy1zXqDaD5Gf}@iZt%;$P&kVk9qdzws6TQkfuuCU-oKNy_ zY%dZ_zspOaiHWEYN1eNM&?l)iV^xoTyCP3v`#r~?&BU$W$gAsMc_52jbi#d2FY(IT zb}j#C9`vx}E4-YQxrjrZdgOJtkK#nVT2~GF%(WH&I~{M1{G`1)2#=C_kz=8%g6DkI zv*x>Fh)ycWXbC`+CO>!mD$xfc@A2SDb`NZi{+8n&(;;-ucV_C*(W4WFZ5nTjH`tgZ zgFbIxLXu`g<&g_1@`1+Cfg;d#*}s~YFr)6XP=P5Zoq2g|>OaFu+J~@KwIu#cIl+vckV%p`ARgi{_9$3}bwAe%!Yy*><_hygqAEsb z`-_9c|7y1RC&XZMC^sb_91MX5=c*Lv6OHNP8c<>`V9}!6Lu{lnaJ^st2AH(w2y2W1sLzFj4v&%1A<1^?n_be zYR8jy2>Cc`xg+~VPT0rBY~50+VS&7&fGiOM4B4L5{sldYNpC@AXfOZ+uu*YOKJ*cI z2)Xa5m8{v5`HL04FftN{@z^K(FO)711t-a|n&!A`b`+0fxim^l#(t!X!wbR@j72cc zXbJWAm&PF?aje~o-eCiZLkMG7F-hIhsGtl!#DNl)(A|RMivq&JqZD44E_K)XtazPEecOUCkSmMjqBrWq48EfEywdjaN6ds z%qj5wZ}Wa$x1MqwDN+`viRL&a5V~|LamE&-d{nrC`MHdn@JPTCt`9Qv+5~1y)+V5j zP=nU#De_BI3d>DUtxP3cwLxIQFK1`XVac;d+s3qF*sJxX^jV`7$~{oK-B^DyZv5D5 z!nV3<3^l_<8LkjCt|jJ5!5AIEbGaLLy&7*zh>Ho;N<0>gFd1{e!e}W#9hEUKp24-1 zFd=JtU=5-lL4FB-)A+tw^sH*iv%2e+rYUE-G(=#%0c5ew8c3{C<6nD9SxXYmhrH75 z$UG#TxVDA_kgj7@_`j1+GoGn>l^puRV|92SASe=Dv`oW8r+zK?=4gs*+SB(2G>Ynx zaYtfj=9?Zvi*ZC<)icC?{ToW9u!4Ah1Qr%=hM>IiP(lIAL7%gE6QBjCS->shx>G>N zUi=d3U>VmU9$#<7;OcK$*sN-Uz4x{jpP5542+HM&fi{2#8?iQ=4Dq+f;Z0trEY_-_ zOkp~Ecrap}MxsY}4f`pP7;UDrT3K$>&t3I#Q42*o#C64%4ogEwLmDW{%SSmSG_p#M z+L8P;~^gt&Zjqz78JK4VW2iV9BPt_X=Y2Td+CA*;VDTnw!9 zLRvI_0CQWXEz1X!)<-An6(*0O032b{Ws0d{v>C?PKr!F-XF1DLwBvlo}ws&@VQigY+b&H8&3e>O`#sTmR8)a zB;9o4qf(!e1}+R#rHeQr-}7jyG!J|-U$5sv8@Z|vL`<=!m4{FitTLR@$YM^JBVavw z@N0w)?^s!)jHstSY_3PA{Pr~P?7F22lhExJR{hdVUJ}MA4}x$fg5?z7yD}DNy?Vwn zp>4}eFnAUk3JNLPz>0{42ccJi9>iY{xGZrlwS|N=wIZ8?m+Q0GZb6yLnzrmSQ$59W zcKr;$;Yr^}m+O^p%Jvk5V=r)(T0FW^FdIjwp|9@fB!R4+rWbv7ax|}9XkahXqTO%v zt_@~InfXf7y}BDl>kjsIsZUO-Sb+qd8gEYG^aL+Vd!{p$IN9lAc9~6B+{b1jy_3Bl zSr00nX>g@1Q$)uP4Yx#0;C3SxPNP@hE^k@1dr(p7);Fy*D%65mH@`&{dt*IXuEvsd z)r=ONS_ekEwoF31(7UjHEr(U2_2Stt17Lb6W*1J?da!@5gGVW#d*P|(G+zyvRO?08 zS=d`@s9P!R9VUxy5ma-z5yM6j(h#`k^stlM`QMH*&21}yeM=>{74y}Sp|cm~1+N6E zFNpJSI%i@^JZL@|{ZpTSY$g7H%rUuYzZV2QhL2&~T3^i4c~a>4yrYv-fpz^y_+TcW zC$KfJfa2z+6E(MTGIpR7wbFMo7B)7tH8Q4?HnuT!G9&mmVq^WE@X@R}ZS#MvM-(TZ z1s8g(2uJdHT6wLY4pbiMqnZDtN3Xrgz9fJA`tFK!02F)igN6ipB+q$p4ImKSkbiTbm z?w{Y!FV8z$!_fHJY^!vN8Lw}JdO1-H_u(FiioL1-n%%;hzg#GPb|zn4{O5Unki9-m zL_$v)Iin$1qvvLgb0Dq1HhO0}8k?U&6whE+WaJiG-G|?z*C#p;fb5e~|MYsc7h%p> z)DdYO3rQ9$O}~3Ado$Lfip70I>3O^)udO%C~kS zkWVNqbK9Y;>*MN7Ymfwc7eq+OPkQQ>0V}Q+Bw)do01lgiPL^r@Q3V&jJT!l~K^az# z0NlIekR?}Zg_2@xmOy|IWtpAuT_@RVeH&_OL+>50c$Xc`e@7zSu%fsBfu0JqpuN;c zJV@V&@ZhJ>z_oB6Q6C^E(#+bFpq{vebk+uhjSbi5 z;4_|;Z#2c+oob;a!S>g@laatZPTX$eyqLOH$93KbunS1b{$a(|ImNpb2xmYmEwzMg zS`RJIa2j}gW#r>ky6p*0!yLhWuK>&?JCgv4sI6-teKfc7P3n>vl*VI&h5l20@l!3J z=8h&wV(M3B-vSJ>P%cO_1xR4GZRltMpF^>^YB!5hbFx`cHDRQwYGY<$Ze)mPLc&+} z$NGX^NF8I0pM4^4D*g}<9`Da7WuS7}QHV;MTr4TLm#*m#MdI;Q{I~VL;1ov(dSx+k zgBS65SOAv^r-ILnIqNabp}l|1w@Dg0(>Zt_OeKoz8wUdZ{9m2Map~4{(Hn9+v$(qU zj5K7BENhN>(#d8rJ@GcY$|V8-7TL(IUkQv>C+#F9$7w0yobK`&LK!w5L6v9Ownfxl z?j4sHe56KSmv=;WGDr|Lz7lto9M*`6987Hj;47X$p0F;7WtBx3!ZX97vT;SLt}qB_ zL*YK3BVdJ;)KH!9j5>?X1aJ&xwXhwDz0#arHD~#FAR97Ka&qT}RULWtQm07d1Rjds z^+d&~)^z7l3Ck4JWrC#5xzc@&L*OAy#4Fr@&W+KQIg_!8J;rE`D|D|zK?v;cQUc`W zOG3IY5c~|{8~-A1(NDq9I;{QtC+8K6j41wHvciEm$5>0*|;G~Xe*5t`?2b8Na8 z7AD!LZ6xkWG$-U1LyfI#dH||y-4|xU%;IYN2%|Np28`cFE1AZc_#fP4FDcvQ zl3_+OU7Jm*$jyJ1x7?Cx`(pl60FuRT7`GLkbphiG4ON`i*P; z=?m2jr%4A`5ypCR4>~-aW@~EkR0@u~KF;j|Z{9E+5EZLG0orRc_(lhbc;;u>I6iF} z?Gr3TWRVuDCo0xj59_oRp>9-Jf2oTu4D4qz zZY4AliHB~kk=;rHJ$`TVyr< z#E`q_bKbLXuU#R-pVz5-Xaqy~h}x^&$UT~j#TPqk!vf}v8QOGPAww=x7HQv-Lw&}s zodLA)?i{40pc5Xf6F(?&Qwn?$KNO`E=G1GfJaltks?v)xJ=t`A!msmAh@oJvve}za zl^>4ipN=-D!xCDQ`f>5TjZLoI;DE;d{oL6VS&C~Y8`|!H-tC~Bv=_vc)16@&u|u=Z zJ&#cnok=s%6VvOwa<1t(gtA#NiSxEX{J0`}gMcDvl7wIYOqmY)TdTo?X;DSulH1XSEE6k%A=iuIQN_=hrxxAmg zyUB?3PQ4;kuo5(B*HZxIu%c*?-}sFUQgrw{h!HcTNWFJUNz}M1p~i;4g?hg9u1scJ zhpVC-j_{uQDJ4~zs#;gaQet9h=V>8R0seVbd)a*OGBAk|Y%9eFxvY)u-gGc#VLZ`9 zB)5E`VHE`}S-}PY$vTp??v8bo)l#)7?n(_}37Iv_>6!V@j3eCbb-d_)qJyMxH-0-0 zPV+WT+u^yV3svmf-qRB}5O$WjhJ?+Jq|X+{^UCq`60yZ7@n$zI&Z^;R=H;GwRvj%p zzc!G6xCkba^RfuHLsWr+@{%=&UIXI>wlgXRaptlQCXRj^n zM_-ewZ9(D)JznM+uvL5xinb6&Ekx`~GWeg3cJE|*soSFu99coF$M(B}BKk@!hskft z7jLdorbD~uP|B5k)T6m+)VrA z+TJhl6XgB>D2`(K?`CYQtc?GQ4YmG9{7QML(GU8cKmf1-d+#QIdPC<>!H(VE` zTrHU=@b5^Qi$)501UCu%a_g?`rcB6hOJ?9*Z`b#i?c3Ar-ADD$_xDTd?WW#uzD?&E z&D!Scr3u@9Rqr-UQ18i$_t&SCq?=^>cakE0Y^Ne6cRfMzd@R@7oqzyd!Jyu8krP_z zFxe9^dav(s>7AEfWUu$I?LHOVUt>2UlLj%2=P9Pp-O_lM*vW@^&ZvOZcTMvZ+}sSB zTEJRvS1;SI!Z*@1Pd>(`&*R_IDE(ItETyaJJoJx z!=I4}511U1=)xx9_leH}|27BquLi6d2OoZqL&l54Q#-`;C#A z>Tne8*!!_v_ILV_ax9h8%xQLIS;dth124DEN_ZGjFVg|4F=GPCp^(xM*{LxKz`qw$ z0>SoE-i?wNri0jIF2!~_deepm%Zg@Vj5cCkGOAlib~CH?)jtdS=)Z*UTI|D1xeBq& zrCf8cZ?!uNR*V+%xIy`at!PJieyC4kn;+>Os*h(Qm$GACIFgX~Grf+_0orF!XTo81 zEnQ+-(kq}ikn=Ij{Vv;{%Z{itnoDImS;R5Ji-o8)&0aNS?L2jhdoinATH5r3oV)Dw zb94n$U0y*0?YP~I^yhV;f1A$PdEXn42~2dW+jRt*S$U?&aQ~ow;5{m7=LiQpG2=#C zg7VEAiYr3Z8P7vWz&p|p=bhu@$!B*!K6{>iRfsQ=yCy|olYqy)X@N*YXsZhB zMY~ozxjB3CwmPWv=F10WPWem)BL1`3`RoP1VJ22lJNZR@VSE0Q>q|4T89zeCVL0Ip z3+6OMSunF5?2xg}|38eqQ@3DI7OZ(}+qP}wvGUlqZQHhO+qP}nw$*uWKlG>`^-%ja ztg%LKM+qju1;4obvyd~r;eq#h9jQ4d4AKbAKqLIVl3mD0gdv!wG-?>} z2*wRol8KRV|B2ys___$tbt}lJx=O`4s%@=9VLo}j{$QPp@kz#5!(emI(gxldZw!== zz9PI2&x|q)4;(dDa?&LG=A2>$VcOE6Ovw#Hns2OCAAFvbq)nR6(^vCV73~iVFrgj? zv=8e<_f#^u7=Q&4E*U^7WddquuxZ8b;m6LR8TEc94RTjVT|i-k_LV7P8+I1lz{*_t?GD*{Sr^m&kqAzX$>`rFM}r&S&3GG{uN#57gf^p#*uaIDvUvuvIxL>EZR8hAl7P4S+yc3&*VC%U*B+pkssq=pgED& zQ*=NUt{^vu@17H{cGymu>HhRI0wyPgK8#D2Ycx)a$};UT?~D{wU(iI3=4QbVc@+7$ z$Uk{OqvHxX81Z8j=(5mZ0IC`DNZzcowG_*s;@y!g+mBF!S>dV`yDLl1JH$BeLH-vd{;htCXXAVJXV$bVTbCX#UB5h~q5g7)P5{q9Vlu>b- z*zcaaIVh1PmDw%Cn1?J~HbrFYaj^n3T|iP3m{C|{A%Xr#wlRpklOHu!olEVHdrqh! z5XSd%ig&w*2SSdxN~^srUB>OZwKvTM+$LSoR^|dnbSpDaA`gy_o$N&UPLzX1#oq%R z?jhT6IM~0AXbY=R_9F~IA38RtXT~5DI?2Df!oLJBAh&XYmpkOG?l0@6$=W%m%jodO ziEjf)3`p+TtePBRdG%Ddi$J3nPKDT6+#akk_qQF10&I(uYj#_an-bAp+Y#V-Qy){`h8^+lJBRZk%0(M4NKV7t%4O`?`bl)2yjhbt3Q z{$lGoNBe5e%ywY12Js)wCC?b9{zcG*i;&Q91()t(WjA3E-9S z2{A4qu^z<^*I6s>p__he%3KmKjKSg}IYn^;=gl~k{(_61-?37Kel2`Y6PXgb0 zZ|c0BM7b)0H$@^vE%A#DDJL_mszJ7}hwH>gg@fN$At;y2rGc(uJ~q zJ|!oXuYx<3C+6v#hnVE|&dIie5DuO?e|2uVgR0EvjC-k6!maE4b}Kj7*<(oEon!SK@u}Q$8>0tK(OlYAIaC+4|gb z?GkLW6-5mVA7zz5xi-$Ph)+B$gT? zxQ0LJHU>U2Rw_(YKj0q~ZEDDs|1I0_YyXg{1%BL^`jmfcPw};wwm^1HoPx8x2H2i) z5^t3T;@Knhj5)?wlqbV>F(ibs`-wPrIv>;8HmQ#r-(FFH_b-2k=`AEeTM;acP}%rW zE`F*3e@C|&&U5U&CAtf*fxK0dNBeItb9ZY_oLtZ$_%VFZZ9N7Orv)|J1OBtIe!c^p zeqG`>wzHwpa};k!Xm36a>Oii}SD?c&4DM?*9}}mja5%$CUD^z1nR)k0)$eI+MCF%U zjb`lgPikDvVO_|ZIjt<9^O+C5x}R6zE|;67gwT)qL7JjTRZGaTW~3(z*5iT9r-aW7 zRkcDtsq9yGu=J7UKQKZs@7@f4lD&iIDR579tX(HZh+yBCX%mDI^_|5Ca#qLFJI1JM znXdMKyin`2TpGVhb7r7kVmwgqq!^*+lwb)h*}%aiwJySlvlZI9_DJUue``wyUYGnvEM5VF)OVJ=!hSK0tU11qaHWkbKs65!v8 zaWC(dJ6u}NwhVK(<2wEmRn=+u2F%+1PfX`Y^!WG4v4lIQ55rKZt|9KuHy8p-GaSA6 zkD^q&>3>gm8=+N%v$Es9qm`qBpEH^>ez+4(FLbR?0^dGguTvX+J3;h@(QcpBNrRP> zAEN3I2e)evX?nkoeV_7l+W*@mlZD}bnPf7uG5v>|v0Gg_c8d+B`~T**6UpPZ`04$> zcE&Z$d7-Yv>GII8Unvm@6iW4+SXvE|K=n-|5k7@m`JCfZ1GMa)bmQPBU3y#J(#qY% zQ?bvV_OFi)uMdONG6TQ5t{(dSGFGce(mx+Blb6r4vl^eS)wE`?ohv8OmaY4z#|G8X zvey;PbLL4BuC5)}Evc|~pBa4hJj3#EV_-2uhh?d+**Cq{wnCZ=Grjb zMNHn@GJ5_UQxmhbNC{s`iNEgMN>C+WxrXg2$&wv=d#r1zk$wc=1)v|RP-0baMSWS0 z7%`N|BXjyAiTXnxK&;C#fkFTbCrzP<7C;HtUnu@TmYxgB_|-&!l=~+H^CD3Hex1d4 z-O|K6Aq_QW%U`!jOGhr1>6KM50QF`vn`DX(BW+#1>G6j|Ht9WA2f4j01DYL+`AxbsUFZJz>8I%YdSm z5-Qq~z!Z~f;^sqD)=A$HB(LOmJd;)CxgQ|JAlK*#E0ov`qp@`$UfjdS9}<)q9=PZt z;M&0E+u|D|Ed%$kuc0*k^jwa*6OxUBB3y9ihg|~cAUrBg2i8s@Lu^Yw<@^?{_jjJN zjH#T$ohf4@3~`c!$5viS{F_6>ohc&59wn<}QACYL>Za4+R$ai|(J<|1n;oxilMV- z`|TNPVl1%M3L{87#H!G#Xri{tYg=j)9=qQ)GYV8qDuol)%0%pF92a=3-4xiI7eN)O}W;=-h^TU-1F)S zqVH9tPcHGRk*}BLK$;D+uWPZ@!!$&mz1Uoxb>4dUiK{yF4SAS?FD|`C3aI>4z3-FW zI`=st3Gt4pXpnQ3d)kRwkKDhcKl^4r#JFNyH5i_vL3XK>H(t3SgcD0`aHh&`L2Il} zyGSW|O2fngRBZxBrCV9&aPRh*;=<<`YC5*qVAnsoPjjx*#M{LxY_l``qHF5FkYKDh z8i`{zj_&~cx#aJ{JOb_b;ryqO(Og4>!I}dOXN15u-qMO?^A$T7HDfJ607b}Zr zfivQHfTRN32?5h=*IOEl6V~ns84%HHW__gbQsO@&W^%t&(sfpPE+A- zbuGUC!5#v~H6cyO^+K5fC*V`yAziOjwS<82I|L>+eFAKM(E;@fd|G{}>S>M}aG1D) zQ*ydztCwx6@g#Itsy5X7t#-hMpdwA-ZvGAg&nA%_>GyUIkjeQ8RtvABsJ-K%tr2u> z_EtJth`IX^b{qH+80O&SZU5FEHmf=<4@K*JZJX;IDx-!cU72WbVYiHn8l@T7nJB3S z@;n5EBb6wDj-?E$*Qz#C;1rmdb+(J(FCLp6>R~Dhw4vZ$CjT~E2g(1O1`p(MOCHf2 zMaG|gxFADvADm`De`!nw%64dZ#EsG}{<`i1?5%P*SRMWmBMXPSU|2Wa5>!1`3U|5n zb+qdJKymoEc7FG`bd?j&GFeE!N@!9B-8>k=z3*05F+IMd{{_%?P*(Y`R}|a-az!yQ zu>40Nlr>QXTtP7Ml{IAn>LD9)N@jNVfP?4KU(On3KD&bG z8Z6F)CKZ}MN}+xBjCfz6%feV2sTIDXJ8JI(ra!9 zV1YIa46cFO=r(C-GcF~cvjPhB^H|+dfYs&Jtj=BU=ZyxGPaTw}gMzKsPa5<8WJJh%H59?$1CjA=G2 zpmW8{hc=myePnsFW^vPkf^JdPpd@Y#dT&LD9E_TZG{VfJ%YG_KB83)Ctop%Q2(O}x zCsBaQp`!eppmUVxiC+|Sn}XFKoN>wFiETDl_K)v6oVpD zySj(98KoLleQCVD(;Y6Z{nOpxUkPYUZel836LIip9XHiR^VmT0Sl{a3qlmhm6TM&= za>a5qq!Oz9vLjUD6O`4@pfDKw50~93C;jR%-;M0Vcy3tFz}+1>-LmQHi`+)QF3F1N zK&rE0FA*?q3Mu77#7|n>lTpe=UL?^Cgc}e1qVky_cf>4`0`6hkO9x3gZ=%0J`)Q|u z6PKKi2+(jy9-MY&PEC1R)05Sr)J?2rI-pRE%29U@0cgqM6MvLLIxB9l>&4r9hQFzp zOB)U?*G>h?IsznQkKurJNZvktVEh*Tjb?M$}FilBMa z$Na;CqeoboSRaBqa}q%gL$`e-Il(#@(da3^OOheI6;Z3CVNvmu+)-U>hUn^Yr0bS5 zvO?gkmGhj_sh-+<^>)*xu`xs?Fr<5A1<+2o?BbTg2-6ui!0yl=+@Gcp5_wQCR`^OO zL62tqx6qNa%bXpP7Y~@5&Twvzj&qYA+#_|Q+6#`rXg4EIW|w7o84NNbR_HWbJC|Y0 zAWo9lUU|Z1+BPH$fbD+~JkKR* z&Z(-H8Etw`UN`guoe$ETWD?hKyBKbgZs{q(t0~52FK=PBvu7eTofu&3{>7WmCvYN# zQHea9+1J2TSFXjRAb1$Ud6mWGIC;ML?}hyqgjiXSg_8 zcZgGV_&&Zrn=r7{m4ALu1f!OX-X&lkJadEpqvOICzW)}wdihUOkCe)yxen%~pyFSj zzpcx&girG_3UBn3S+>cyy)e9%e=~lNv}r|()5%J`Y4SRBgIM<=ToUcCjFZ=@sCW)j z;_!W!7_M!8K3tH^9wn!jp{~Mq! z?RgO#*NzLK-`;->W#Zv2rZ>{~;$VsQLIo5LcX3K3wuxE7Z^Y!a1GjO<;f6rOci zEL!Z{5=R0k6A(Oo_$@mxtSzx1XG>q7ad##Q4WPqRX&O*(H+CLd5}Rbu&_$ zxY+VaXnE{1y|!BBIg)2)`p_;I&lRTc=to5+;I{R6wyv@;ii&`s~t*_7D1X5(`sQCh; z^UsgJb&6%;5D&FdS{m!s*P9nv4F_cRH{MhopJVUb4s5T^D8y1>h`)0o89yRQ}$kYFwARj+NyB7{oIv$1= z_EvV!%OQ|jhpf{WrGhr_j99^c#N{P{U@`b*o?V08AA$5>3pZ{qDg4ty`ivR$Y%@G` zwv=LQZc+WX@H%AvS`Ak1(qBc`Wk~xT}MZ&$v-2`zj-8_WG!c^`|a_TsSty>JvaRw*B zpxm!V+bR+5%S<|+Ke4=cndMvuKvY3q%`?#=l)MRG1d{}$^bRp0h6;;m#-a}qJS_bV zacqgjoZ`>XlYO#M=P;;x6_k^ep#^g^NpxbwnWc;BTP8{vF%DPMiFxdx12J7xG?2z9 zK9bdXStYcCySQNp$cIWe!agR((5zOc?ssuJ_~8TDD-AC6R|XUd>*=o(Yq;A+DFA?? z1OY=vCm69rfuXUtibvb90u&ENuxgnKLQ3;?VjQm1*piA`5+9;;2sTp6_-151#SYcg zm@k2yrf$aVmA%Ep?R#ZrsS>FwF!%8yRLtWw8Tq#^%inB{<}xNTB;v3@gYZ)7=LGLBD-fG9r1V|%h* z38Qk3BnO{h;Zt`Wag(PNVmX-QOev2@P=RkB^3#?5Ps=tLw=@giN;;(U-3B1 z(*`8r1wR8@-h1*p5(;VIaA-2oMl>f7v1wv0)R=LjeGoJ%YMp}{iEp+jqv+hHE`+nxpPLnx&fiBWPMojy#(M9u3;kpQpp;`PWh>8-phE=r8Y4BpwdB^VX?9T`n|g9Wd@SHyoOQlP2z~nwOEz>1Afcvmq_J#15Vy@L$_Qf2nRc*%iVPbgMcAgpB2JbEPah$j1+ zF1cK6udlqPQTFM{4EZ2`22h0r7CQ<_A{mCt+>I;LgE@WlzPbS%DdtfWsF--w=IJMq zKDLFRf|fQfX}<}i-xeD{y-GHu8|+Ocm-yiQ#1!J5Den`2@UR_kL45%6tnq zc=HU?ZHNG^VlA8l`?G1OV)Yp>^yt{R9|BHwP>A<&N~}S=BSj^xTW& z8aWo2J$YNqKh)6JA;OUO*_)>F*ef!%E}^+eHZpU1!!c`QH^Xs1gj8CmO_H}Pe4Va$ zW@n6C0VBt|wQq{sBG){sv@xd|{rIp=jFp(9v)G01xQ?#~C$^&|8<#J)kL^C`wK1XL zHt##Ko={R$<)JqU6@fLH-@-H&&vlEptK_~A8Yj1-sI*DGv!g)OM)lG8cH|4NlQ{<~ zRJJPzufy_A*Z|(yrBORq<-)=U7`uZp?bIkd|Q2}XwTuXg6YKliG;3R`yCcj0Ya*MuhSRqA`F)gh zN0&7NcTmdPz5C;ph*YDXL0a4{QSSW}^oCj6{)BX1B%U5m9<(NqIK{yV1F(!cm;gMIRv3Mw^tKumhUKQZ5;aY$CsIK{-3i_i#nQlR}LLP=f6YQ-cjOxKwp zOb>;-5I728TfLuwoM=xdQy`vra*ib;B_B!Ud}amW*!$QZdU5T+;w6C#C&Mw^sT=ar zKRo>Qn6zVgflXga7i*r5PF96rTL)NAr>hFbkyKVo?AV#DKR%r5Hp(SlgFIO=<-T=v zKHJTSRK69`d?~C1%FOBeX??&zLBI@77V`@-;H(8*C8YmB=NUi%=cSlcf$<6TJLcj>Ma$jD8xASyA3XS^*+NuMd2R^0~++&{M6{PK~RMt&j^Mic0-rrdd89_&cnBl>{ zg4Uu4HCk%U)3rI>3(=7Wd5rBA7oJ(+Hyygtsa|1v5!EMIem5aRlw3xCah4>93OydLngQ$#O9l%b zrou6a#xtie2IB^|k(YzWr{*m+aEejYT1VT#W8Kdh%wh>`p$wOu)kJ2OmGWprsfqDO zH3S(y)CX`S>LcFH`*n9^b?br$EC?wN+~RozyGk;mzv5fARaNlI0xCcr$3Vp|blvG9 zpITxLNwH!)6+eCI7v-1iaMu`lc{5l2*UGOP4#EG9wM5R@^ zZ@PnV>1ewlz$(A1ZZhIJJrQ*(Q=&8%Sl3pL`K!SlSvMB_oA#WX6EAYQxG@n9Ud@Ep z$n^J%4m$n@AtbMeBNmC>{Nho7yuzRa_@YATQ_IacfClSvp*$cXLTNLCGe#{@GA=6DQn3zrD+~l1=EEmpgO|z{3H9Rd9!A%(UXr(%jMwiUc z`PvAj9f9**DfPfhARTT{;ed|Bx%|V+oe!ELKwHUzZxnr#*Epuwo8<58=#@J^N6y%O zMGASonsApU^g#{il#I&C+8}yGUe%!qociHnaoUG592#-0p=s`qV%^;s?V(+YZZ_(S zts`rVf>bzC(Uno5A}*!eQ&Qz^ly9wyvu!C*O9z;6d5WHE_hkphzf~7zqXgYr@x?+)(P~&+PyO)=fT^UUut7+}ev(KYWH zHJg_!vE2>HL{5Jx`sw33;N)0RTwqr1fsMf_n=IcGe&0H_P#$oQnp4r zoQ1juVIg_i=|d23K-YmZk0b-@7`Wt0-*?DGKSs32;u}7{W?wl*(fCUiF~;^=E>JTl zr~vPn@SB02A_7aS&X-wCZrUD1FUIUHVby2&g)E<{3`SrT2fqRF`NpVyQC{cQc9?12 zZn8|zbay4l6Hi52;mjP53m=Hls=jM96Wq6SbV+z(kp+5q8+RT69AJX1XKC2CTnvZg zt=udwbwCkq>xBqG*1250x*KKSoZ+Jc$hXax!M4+mn^84veB95d|Kyt8u0fOzCZk&a-P0)$+?2`= z?-5mX8GNzQ7KXmCDJYwryR_uI7b41r;J1b3+2J0yfm^Gol~DRl9&W3-Eq3vJ-}GI@ z$wpob6(evHXuiwdXBk6KWp5Zf#Y;-_@^#*!BcT*%2UXocICSLS(By?H{~QJ3Q#XA* zUU1|TyAQ-~KbT(zh&H?oM1c)yJ`cHl8pIvNe!Oh5<>OlRNKiDEA?$+(S;o_-bPqMm zv)W``0itp~&Po|*K45pQncg+;G{8Hal>G%9{fq7MUuDk!#`3Z-G5;sa`>zDH9k%Av_ z;{GXR@p{n`!cWL-=L#2(e`wN$rrSf+ZX0iu`?397HRNH{N7o>lE>x_vTUB?`PBWqX zLADQ6Z6LkkNNRJ)10~)0LD-AS7fNbVERBT@A9R`soG-im!{=dV_t^QSs#ZIO-Yggd zlC3;kr}xk4WUtNdo5N=z7Ltu*__jt~%2u)6jH*-xk9-zG1;(%xGQa#3Nm{E}(8IX3 z**cXHf(eSjnslL!E2%4Cb~#g%dxpe*fs$F5x0{e@W9fG8RCW#u@L=R_P*lN}A?o@G zZ!JPE^Xx~+xn4X#<33J@AA!$GY=!wS^-K^~8@YwHQLGE=%H<3=0GM>{+rETmeQIw6{jAK zPIi%LCevg{j8a*X&udqyKNR55HFGA`Z@8&;#z+xH)WJK3!h_lzBLo@LU|6DaaKWTm ze@3JR_6tFSkb*>Q%bAMgC+BSm@*^d9u{=I^B3V5;N9;1lsLibY_+v>FxL}B0F3u8( zdLx~NZEi`ZO)p}<0u-kR1O!O?ZEn(eOkX{bRjqHtwE;O_O7$?*S_xp7Z&Znr&Ss*k zYPj_}Gf?YHm^DIQ^Tv2*Q8}t>$q8CAIbu{a;D<=3s{&HG0BDh6!1gdM?(|#ccR}~v z8^BX9SwlQ#cEv2_xtYef)wtR@mH1IAq!n}KaWRelj=9cwMQ2rCf1 z=Y0iss~*pL&{oA`1#vQ&-d4j?!g$v9=!tneV|cAkYmIBaq$L#udf$+lquk))F% z_WJ;3YN9^6NTY=T41#v1t?x(>lqcGDvPpOT3js=BQ_2UYs2V>y5u3A=e8o2?9g4e~ zFICnh#YFeL?ZS0m7aVS~tt^LEBxLJuG#$8K^+DiuItN5}?$2EZ@B!W?eWrJ*3%zdGrjc}CzR0_ht+al!IVv9w zLHeKy4MU9^|I4|vhoyQxQz`#8=c)?^1Pa=xhf9n0=B!+$S=t@j8KIfRj31gZ7$c?s=g^6m-PJ zO-P^IwgvO`r1tVKEo`X zq%(kq*4XTu^^;o{Er0!_&VvO@M2MAI5m6=PxkgoscCtsOb`C>c=mkS;(h~mJqAOWOKrti(AASij~&88L|?E8@hN!JNHFTrWd zls)K_@DHvxM-4|-VmIoiQ#=@68hu3d$q4+%0K9r7xn4E4SWMK|`5Lr!V6)TdZy<4o zHb?t!9x>e+ThugJ&fPc)5SZ?(re;axj)jAVgkt5j56x!KK5~_)MI-d%t@E@E zHnBK&O_K)p>PfDLkFsb6d2z4PSxL1A}%8yEa#3UynDy3InMb7 zi&9&GYAQZA=hsBCcuy%Gq$gl|em7~>Rn;V)wptdpjryrR1^c4c91vV1tg@RvfPZ^H zblKYQF465>c=6l1>y2zo+2BlI#=9{I%5RPZ&H0`e6+bP#GjW4`)YZFn;4>?TJIBd`+9F;)vUz@0A;qdlDb9tzaOV=#?e zT})BOgs=JLG@K68)Y4Ue-+oyvy7Qt&`6-|44ZO7!c?7rP49mXCVr%&rL2BZaC_eJQO`|l#p zKmO4&vwk(pva2(&?cO&x!Rf}wbv)YqU!@>g4!E;Va6;1PwQQtKB-5)DL7cs@9zNdR z28${7Q#kT2rRdhFsRXjM;9@i5*k!9!6FuF&Vr|;{hfJ9b1Mw>S?f6+g`(yq5;6QeQ!!7my zlCZbG7`fJb1MNO}Ch>hg`75;ku>3dq#`ZtKtxSw;|Gz1fRO}(!{~?Et;D@Lc;V1hD zLV>n{x@j3&3qnn{o|XoGex;rZge8&;O-<{$$J~gdydH_mCtoMM5N~$9)cd~CQ)7R( z7H@A(cfa1hA1*)tb#-~GmoEFYck$Dih84i?*^sa3YsAZRtt)w=1zaR zEa&YW=pKd0+FSd0%-!~N(MeJ$jzkx_VNNvcAF3V`Ft#BqPB;iITQ8CN` zhqpv;IIL63AsHR=PL$mKQ8)&?XD2VOvtV@UElWJe90u9TA^D{+HN91d7nRkOYZp&4 z#`K^Se$QrFs6J)BrC8J$s~H;>&<-YiN(YUQ)AS6s9-T=gQJFp3sEI6kwN=~|c1E&A zQpXr?N+kY+vRD(ZGnzD~Z4O{G4?%h=n}BNz=}1f`iEPB;-28;)w3GIB;{RVS`b z{4O!)gmfGfA_+`eBfJ0A`Z~!zq-z)62@I;o5D9t0nr)_FBAPfRxjWaEfP*f5DCD-_ zU`4a9oxZ#Ho(;avKKx@%5HAr*vaA+69FF1c+v;243}dW8(wWW8i8B?)uT zE!LnM!8_wMfalLEHO%QSv%2le|4)z!@7Kwx77uyC*t1kMcRkUqr$Iiu2BLK#@5?0# zuU4NIyj;@E9d%X5eBzWHSV1)VdlmMRsk%|Z#Nv>3lbdY`Lnpri!5GcB)f6#WflTwQ z45tFQB^G-&L31X_iS)^fBz1+x#DhHNN$$@h4cK8pCbTmb2L_D$*;oL{9#a%CIR|Ty z)sJ<7~WEoB7QxkYfwg2Bmv1_}MyX@n#><^T)E z)9b0nRqZERRk0?N8rU$uo^K?PP$8wjV|N70ux;we<9^=KYm0K0&8E9(%8Y|UZ!?>r zBccQhHlbtDLivV!tDan%;xO4rn@ld3vH;={Va$pHq(Mb<=C3h3o}9}PKxPFrX{CU1 zMy08iIq5D|pmjiON^Dg<6Z;}bmcGueld%||31=)2GqoO0knGQaswS(HDr0~@k>fUB zII4h(Q#(x@dgI}u%smeG^04ls%enM5jU%oUM?`P96tJ?(o~qzje4DiLMyw0 z_PLDS{Ko7ItmsQVfv}I1wRMn1W_lOHr`N6j$;rf#T0UiDqJI3h=2Wh^C$vAMwU4S6 zbg}XT#kyesRI}^;k+-rg&@4Yx{EroNvv%TsO#f?KYr>jEe<)xE#mGvly4&KwoB~W} zQy2I*Kn-fkF4c!WgExbBPZ?)RhFgi~RC<3oH@1f|^6asWpgS+2sE-mjb_Jy@EB}UU zOD=nkmrf0DtrIND7b;1|wM28RNM~OO65ILd953Z}7z3&jexRKiYyc_d_vCyv=uZV; zPb50^*JtBgfWS<}MCJQWzX~1vpNN;W1##*emjQzss6`j%HX8dZkC;yt!BY+%+26!W zbo`?p&?|UKU2tQbw6`Lz0%$7Wymi9b>Xv&9E2Gt2TyRaS5SK3eOS?u@td~BhZ?DK` z_)T^`w|W)x5YYs@Pvw3-sxBMpQx>qm5)t$XUCi6le7bfG0YqlpI-)FGvIahS2H66< zNGH|7G3C(%Ei{ukurm!;JZ37Us%j{BqkTJ)@cPHsD>aQ@W* zNEVd9vWp@-8l5-SF2Xi4iJn^2tfFoFkh&(;pSjo#2X(V3?1ov`l&A{fF)Uu0Vv9zMk45qD z{CtmI4_!T6|BE=(XNB_rukwZYe*%}-8UDjbUadJ9L(}?yiab8RHR8)uQRmWv0m=Wk zfSI5h*?*>NR?>X^-y)ABrET8BKG!*V3DSFeH}Q#7e)^MwMc)%7!tce@++XS3pY)%f zvszyrpZBh>Z~T{rO5Q(hUVL=@6sB~m090VU?>s-=i(FP3n_?eebY|Dm9^Iv?sXBz;)>d@BY0|dl7Hf}7vD8+rEh8`X%_}Flc|Tcb^wgr?fcGh? z)4j*?eQ0HlSKc_0hX!T4N2Wo6vo@tx)PB~P<+0;Jccl(IThu%k2phIK>mxm%=EpRM zkIdb8&bj+#xsRS$#)g}PI#o%r}V0ZOE|}Y05M}w4PefiJq{%jtP3mlpT?8MN$tLB-j$OomE}~l2Wyw{dEPUz)4q(FFSF-i z(5H-gNo=2cyfSN4-VGwKTTDDT`+OU|%^?L-w6#Fm@p|_xrz)wcTAQ_V~*+eFOObY z)6q?%Jg+iza|{J<&=_)^{{8w{PS*LDw-^M$WI+aaX#TLvdZ`u!_5~EoGzAg~=?=|^ zVW_=Kg%uI#Ed0WGxNvp3VOAkT{Cw&A^cADWz$}@>!T~0v^Q_Q`U?+c6aSjwX! z2ObEma+e_j3oeMP#EbaXb=#2!+%+kJrgd|M7#T-lk;XY{9j*1cn0B z40KdDnAtgf=F?1^CI$WDX~CsLnF3OO^byk&znB6TrXJsFWg(X*(n3SC@cwmLQ&k2c zzUvT|4*l8S3oc66Ahe!2d`z4_x|F z&pQ>lI2cmcRUAJ{3PU6{##M5W8ieNarlLwVGqgALcMbeDq8+)N_yb#3A$uOer9T9FvF3P z2(QUTsP-JFhjMq8J3rpI&6F^LJ;sPH z7+z0s}LplVWh>ZWp)Vx>?(@sT)H`AmJ4w2=!r35mJP%N-JS@r z3g(aSSOwzs;$h)6NarbOfDZPe z)+q493)U>(`eY+ z%;5qJe$N#Fws}?H49zf4w_XifeZ{@HH0zu0xtnqs+2JR;p)(K0o}UciUFyHXOiu*0 zOu#-2bPdl-PZIsxWPcjz%J#f=57Xdi&6@dF=QOy}lp9!elvKD$^@BaZi8D<0AlY|J z_d9)7gb$o+huBY6vKkm$H4}u?CUN{P#{+xk*P#Q~?=>?4U;1RbFC1$>^X!Sa9SRJC z3b{P_DiUYq4fn59jlbPMs$3ZSX*&`!H(2tA?E2mX_E1Qq2JWlSm}{+HNY=z5SfEYn ze`;`~_wO|?x>)oAhIA^7<%CNp=&^&k1L)*{5=Dl<)L9U|uAw>M#5YGL_PQI_fyP9! zkF6I8Spe5|M+fOI91|Bu0_8FRcfzTCWBVRn$Q3FT$1a4m1ko-N>^tXg-w$*$&yL*Z zPe7?NO#UCn-mzJ*Xxp~jwrwM~ZQHh$+qP}nwr$(CZQFWzUPV;YjXEFhpIB?mK1Od1 zs_{YA^e%h%jIK60Fj;%{I;lGhXt>{Waj_GeT=C%PQ%;A^XdkCg|4V2A3&@dcal_eE zTawp`BITY7DpJO3f(brZG8qSl3U9a8!eLi{-4dp9A#v2*7f%CgR-_!tSC=ck6{w69 ztFXajo~40CVFcHX1}R>a8KttQam^d4lU&+6t8CZoI6#9r$djcK5DuL(%`mkQ zGiT3nt+(1|rMDLu(noFF)D_UfUmsst(|?)N5N#{XTYcru6Q)arEXgn5cx(0@Yx2tI zCq2dw?MRqZUi0LY6Np2^qYdesv4r+V@h0JkD$Xf232$??zy6DWKk}n?NP#H zO3#&d#@1$>cGxNUsCG?{Z<`;g^=Zc%J^3V_aGL)Rc~-h9MYLY~%EBeLO%Y=ZNvAjQ zRn)B+EQT!zP~3E;d{R9Z(-Pp@V&MR6?UD0WdWumpZBvWXI=n0KfYs&ns0Sok@vEYJ z$UV~Ws&yu99oIxYl=_T`(?_1e)<%oAFtuKG9YLM_D$2?|mGX)}5Vx-3v@ws#71F~K zdL)ywQ3wvu!Jbt5b^;^fqM2RSl6z_SvIDc=z67X~DC9LvKhgr2sQ@bSw!wGiMs5b% zDKCpf2)5!zp-|lmCqwXF?8l{3rj>aki_8a~{GM$-wH;B)$>*^6{Xqi7>Eiaa!-I;~ zjo4+CGSPTQJ`G3OxOKuNXR(S>89OQb2F1~Bx)y+~6Od6mbM7y4e@xn4= z#_&pYMEo{w7G(?sK;_39rsOo~dwsz8pBU<|F=(U7h@pr0sC8IKCTdzT{f{f8N$kj% z2CpC3kQc^qtlM&P3EiRQF~^*+;;Dh6q4ZUb-}LzBo5OmW;}|Q{8&k+h^D<2&G>lK$ zu6a3B8h0&DPPjK0?`R-ZHt7{jdmrkb+;DUI$_SyVu7=BHn}D*oXRNR6{U^pNs{wni zq$0b&eLbM0RGfEcsBsC{wZC*l;B++yjV;e(E{3(K)j-bD9ET$j9xp`|b%Hf4N?Pb` zE3falSPy=U6jmeX$FU?YUUZ&ze(?koUqYgrWM{^_H!i>495T_Z?M`OB8c2B};I^1b$j%YiULtF!{yHssIbU)@b1$B-s+Ibl zm=vqFK614_y2q`(-|&lNd@}!as%8IQO|?u+|6{5>{(r&UAK)Q~k(nUOCkX%abeaC` zpd3-uRHZmyzo~Xqs`g5+YhVr#S0hbJL>g7c%asK-dbSTOZ@v#FeZP7(xxe>ny`QtY z$G5ASbhfRzzDlh!R%ln(*IgPESvt0KXkU7co?Jg&bdlRB!(;yu-rvb#zchgmX5Tv& zpEC0rtus~9dlZYUuqVg=a9y3(e&O8o_ONH-+p*3Lk}5^k^{oK?a_H(M1yJX6euIN4 z4p44EF*`7O(vV&mRFFs~tx1(OLqS)!#r^ga^-cuy%(DpBD=UZnc75uh?$}ROGPuv~ zzt=_I;VNrV%s?A|#j8Oy=D4wC66^WrVy}2^dG;iuNCFLm&J?VsI-{<*6H8IB28xDs zRo1=IV~|#@y6}IlHqHKBCJ~blUS(+G!pEsTYBh3FHjOj7M`Ew1NG7E>U{QN%Hm$~! zfP=1fNuO7MQ}WST7%Nh$Nh_eEvrC%K3_6E@SWpNZ4Ne%mFi3vVPpCb!wtP<6W}y{- z3H0nl_)w@5#S%)nJ2C2ne&iycleCn5iM==hgO`f$@HBR4UHK%ane*|ZpFi8;zjNva zb-ipDd7NhI&JrLQ@#d2_SekIq6rq zT99OmC;cNsE2x#8Y};6qWaGMcCHGV7q#SrJrGV*5hr$Ymg`kh9-SDUQOu;j}zkA16 z;0Q>C;bDLTP6&}xn@97HswvzhurUQD_MlMBfNES-=YX8txsO~u(|47iz)FXJYW)A|7%$@`*pIZ8CN@Y!O(t@gb*zR! zp$rr?WDZkfuSfTo)(oUc=MpszMu({-wie=WP3}q=z-rtuiosdQn5Vj=U_yebX192a z;2*O(?Mq89kon0ib`pr@WRuLhU%{;jWZo(`VxU85rub?14fqL5kq>uhh{_{7<56*b zmoO3ui(sq$nXJ^fVX+Q}>qs21Um=2eb#3Czp>meq~Nq~<-8E?Q()vaM^6r8%&{uX1^Um=qI4yY&w??L1Wa z8k307^wMrz)Xz$~4;3W;SYP%X_j*eG%-7;4CoWX&B9TqJQ-}qO%wWoeQ2?uRJ`rVy z3QfZEyc}9KA!gVWg)(A_KROEYT|aS;h8-V{Gk^~#Rydx2HM0C;71abKv>Ylo^bw66 zP5}!2o=x(H;;||V*T*S8g;80P3;b-3yi-~E_yBRQqk2GZz!r{uW_J~!A**oU%S!sdNi^IX z12fX60S{wDa%b`_VSsbi4T&6t z4ai-IRkY}U>Wxzj+&I<3Zvh>>_S-6qn8OrC=#k3PZkb5~DsA?a| zGns=Gs`=~MjS6p!0lHp0+PIp8XY}|RYfR>v$%jjJX3M899>8`hQ_J$J`Z62#n?$pH zF}shhw}W-g0|PP^`Ax4VwABrQm#FsNfoQI9J^crjiQ@+r=F~R}bn6FNT@Prnv-!h^ zpqku}aj2}^C47r#@M*neBN~86@J~yr6>8j|2;j;BipQTgIl8E_G#*9^7r=M!PTn=f zpy~9mf82FHFQzKzMATYb`a#lf1A%J(}dJhsED~2FNxi6nrXNq*|z~4|8 z!<3XXmDRHC)~T;%r97|ig>D~4fG&+tMzfzM_2*24F^uSpbSi$IMRqn9OzdPqmAON! z&x0=jbpeuFc&Xm%FQznc)!Qyd@e^Nk?*m84uUL{4(XdTNk?d+<Uc1Ba@Jv$Z4ny($7YV$zQ zehT$O&I9$GwisP+An&hsU*xUw6Ea>Dw76Lf|0ycTt+iw57$Wt$8esK1@6MBT`0x29)cx=A%c1Z6BH!V? z*!Sn@^{rm3o)1f_j5XfZ^`-NpW;O5D4c>vC>!-)hr;$cg%&4QrUNbe=L;Mfy>})3k zSx)@`c@_S7>JzNj(Qfw0?&31-&amwl)Hm_>2jo7mZ}7L?(}hz^<9i*U?&W=|Q;z$- zQ}0TXdW2TL2b|!o$kt(EoXEiB(b+H zEz1f-ZB*`>U`TrF_f$Px2KKPcRh!6wF`&6wrzGTZ;|mcDJvmFmon(ZKh!=96Nm*S- zU>V6tqzS62&XUi_2D!;LV6)@r5oVT&#B}bt-8lr0?5L9Dzde`1X(}Huu^yvV_&-c( zl;CkXck@N@H^6iqSl@+P=Hn?VHJjCxP0oM0C|H~GKWAwO#|@sZvAV#yFEC>pR)~_H zII8ro(9p%n1n#dtNVs!`6_J(47IEDexmn*ONW@WG^vo*lFws zmywYa1FRE^1)nX8s?^+K?Jl`BsY$)1T&uT0j(cP|L|#{oo@L!|m%qgMt zNv9mh5X4hqX~xvdPO}j zQB=LdOAEiw0$C{;cERczE~b?lrUvO6#j8DM;@IGFr+WbiZ7dODqS#wd8< zMk?{xoL?!F!iznzf*ra;(LnxIjMKXHVH-Tvj;Y2mLg6xp#ux*tl z_2L;$gFAbG6%fuYmZX8bZQn zoM8e=>?u)xzTc6jKrY^fk(st|VL1WC98h_sJbHo$-V*GkOUJ+k(T`_tGAC_RdXb&l zv;AbL@JA26wr7K>&RjB!k=5_BqQ6htU<$-E;uQ@#aQWJS86_jxLA+0%ZDxj4**UZ2jCdLd>u=ke!*@!wATte z3`W^&x*vxB8sGM_amjP(A1J(_J4j+8S~Cn-#wK+&H#Bz*SM{cU*3(ftqAvnXmhyVTPtP?;T@_z78`@f4vh8^pLe8A2jC|B) zmsl*RMIY40dJn)&+DA+!WpJhPahr<9HKzjs+P5osO>oHr1*k6hFm$C#T?k^3$)4F? zi(_gf=&rMh0BH1sQiV%Oiodfi@BtzD3JWw-FUbgksXPhv%99zCAfaqmv16@u^{>h^ zA=BaWx0Ie6r(5&jbEQadRpp_Jf-2i+7}1Up2|h_s1=bASLC~|*Rq9 zWQA0ssh8`PM7Qcvj^(NCuG|-NkXrv>Sl@0GaPB}^p?KaRJ>V=l(q7UuxivQpfVP8^ zEzOf^vhZ7GYJ1glx?Hj2vj9l!3mpZ@$R-t|J7#Mn`G+uhGh+0mnp{@rj{ngC-HXOhT7!)sgZEDee-0)DYgHg@jljMf#2NLFzRUtK=5M#Aj~>iH zKdsm5s#d~_g@meC4MuHakdqfr>k~XW;+)CrptI99)1qtAi+Y_8-KTq|4!7Y1m~*|$ zi_!_kgm{XISAChQuP4ravASl2>LbgFm-jQT?PAT=ADX^xZb4(+bzQ)oiaSl>7FSv8 z8mD#*2s&y&t+^q+j|@9I>Y5KI3W0cm?Miy182M|T8fR8bH zBa%KDHXtvLT${_(a(fnkuc+^#J(tbnH9svf#}rkKY$6I9jO=Ela=|S{trr%sh6=dF zGM3&d#l){?Rc$;A4e%2NAx(@T-lvpS_-o`MP(4$h(H34eglnaMAa>dKkc3u7_yLgK z?2j~&s+5cKsn*z!q>E1&FgV|=P`AnxebP<^%66LY$)Y7TO4Bo6UDDkUxqWVL(Et<0 za6Vx|`sDSQ!fSmB|7b~m2vVJ;UY`X}b&B7ncgFEX_{%0r1S}YH>dr9YDTl-T0*j;= zPMbTEV`t~RmBmo3oS1e1i+Vy<#V9t;Lf_gACV4zYF=!#Wil}jg7V2#s=Qi;qbt3)u zruDT6N-zOt2w+VgO3#rPduLz#+ltX`!(QIQ+Ih7j8_382<*1rsN9pl|c{N=g7Dp~| zM*E28VcnI)4ITi3oGVMI6fEI&a~PHh`;qnygd)U%Y>#Bp(TfTDwnT7JCdel!%|oAx zv3iZ1JNFGiyjW_M$L6M?eBD6#P$XlcL%=A*@F=Khlgbb)=anj&cVACyg>XEGN0Hg6 z-yl#mMsXEyR9akz7r(A35f29y7 zZMM5Pdo_V@B}#(e%G)pTWw$LQBPL@0HqP+-OfQ6AdqM75C%%rkpqmn%x^zv}a#b>% zMnI&DOwo{=-*G9Jd1(HVD;kP+$BTQ6VJ$yO$86_D5ArNmE!fxKOF9i3$pIDZ1-f|a z{0<07>tue^OYzw~KaVIo_dF8A@r$J3#RubYDetQjR|#7c($nnNrDOY%oBE<>jeh%6gUSqcp(4olk(bYVHm$V?%C?Kh?&sD zQ!xR>LVaSxw&$r4`yDM1#>_yr);R>iDfJ+|p3+L&%leARFj*?v;xp&lkm=g|f!^?QD-en1??nd4A(_1f&x|Cn3 zR$68$=U%BAaaeV?%z>9wcMl}wK`X|2 zzxlyT7e3Brc!{hh6U7Y1-B(gH*4R<}kHo63@e!aQ~~ z=Iz7g?hm{%ZH3l|yUu(zgwIwk?8I zUQ=GxF!pO(^PDFxnWUq`Bv3N9O{t`>EG^o!fgc z>r4Cl-uCrX*>1IX(yzyhhu$mQUz=JP`u)#0zV-XcI{U&pJ9*0eX`QqG0%y=`g7*pj zVtMDo0=Dze`fkx>xbyJ(l5-ooyW#emb@O(3*!!7@>-lIwW;?)J`yi`#v)`yiZo29L zy){9#^5xGZ3p(|Qy21$Dx4wI51#atVz_@pIZGPgu^0WEFa9_$uY*b2+!`UF#b&&FH z^y+!~Z&5i&kDggFy!UutV^;kZ)PB5s$azIGeb`au5@7t>E}iK(MRpIUg_em%e>yyR z`xTNnE>-0_Z2Gg6%W`YkpxwcCKi5;*;q|HLRNCq8w8?>~Ro{&C`j|?LSEw;!j2${273ek*A9HxPY>{*uGk{{N zW@(MBdoma9Y%}g&`C{`GauaJrmrE+{y81UwSthfprv-taZ#hi5NaZ5Eqt{g*8z$wi z2y7lYy;9xJ=cSOYAlEDaMiI?di3*q?cb6#IwGot(|4x}O<^fKlAB`@pnVR2`w@eF7 zSQAE?e&Z*d!A2B?r86m%nODe}42}VZt(4;g8ba9S9tV+Abz`V5cgtH_g0gx5ugx5? zzez|uZ)>sY3T_Y97prLj60jy~kwKobkBjs7rL4FPaEXw8kGwl6Zz?@A*Jo<%(D!;!V(HSf0)~bUEC1geQhuiHFmr0n~+(r+Rui2UR+QFo5IS zw2o2QWQ!~y5KuR{M;Nj}na*JZcE(qFiJqi+M2szkZJL6$fNdKh;?<%5K`44Py8|9g z@-0^`=`2l@hv_p^|NSS$>k@(c3J2Ld$z$4kp~O9o0R>r7-C?7{nv9f3%li;a;otx0R(W26d}@j3-r4Xkke$K*ky8 zYY_Q}+r$gV`cQM|l(#yix4O(e>Swgm!Z`oSGfWC1b(@yIf^pfNB~j853&_BFWY{GN z#>;j$S%+=&Nddf)Pbd}9?l!!&KH2&%n#W%L!bThnI?vZ0rx9orxA`n=gLuUh4K7fZ zu3;ueONMy%$;Ki2#PF&zc)RceJg_!s-a1+9<~2$iO1er9XV$ZLeiubS&ffDF(=#Sy zVrdSk``eWsvrxb#AT%ilC=vA3!+HtuQL{jJ#jIJSEhDB*s6}d6aL>q~EiLA@2J~2k z&=#334PtHpgRC083URftgv5iJIYB)r@mZ$Cd{tTI*mvzv!0m8wB=@Dtv))f~!!E1c z#v3cuO+S7y7F!1dFQ%-t4!;vy_YsDd4>DD}2!-Q^sJ(l(BM%IUfv6+1{-?7(*U_KJ zoQy=u^Ox&qPO)0&$ZD6~I`;TNj)kd1s~RaGVt;Mt?yW)AS1wsjs3@+$B{{JaEKn7r z%se$zsw`PTxP`g&g(26y*v_|DQe~b>;YNdXF5q9Q;P|H&$!5CKvL;=E$YA9 z61r!c4oN!j%0|IKPsCfXk|>p-F7d`Bk?a;Fc-II_>L$tVL*F$1)YePqUaY4YiNgLU zm&zBeHyF2Q@LOPA&rNjYTOU{S@^yAPm_q3VmaCw@SNSiuJ`5W|_@R)}y)WmmpOqge ze7ePHg_d*gh#3MMrIErq9@0ptGfFTEj;j^*`NC$(*$Yr6;k>=s5be^XzTQut9;h~x zns(BsGpZKB%`k?VYm}c} z+BXv-8}SHpa5JC{W8`wKZ+6n|$X-HKvn`ErD)n(3re4T=dGZL{t_F2DS~r%;2g_}} z({6@a1dIC{Py$NQ9fnam1rauFUPP{)53V%sBSqYJi}QLIl+g&jV^>OU2~K>bvPtF) zTV&_c8HgsXu!!Y(Z?>aaEoqv3k6~bzeLrG}p*~vXm z@azpr7jW$ISGeexkaXFyQL0yQMHBy>4CFP#aOC1$TSDLJJL`0h z${k52*dSZPPT)`mlxI7i%i`&*pKQ_;(!Q*@f9}cMtG^TpUzi2Uy4t8o7l?H=qUwPp z(+@0ahplWg=9sKQ4l{0-q2!7PjZi6&@kch$*-JBxw<92nk}Kl1ZxfBy$7LF(Jqss} zfxQ50)=%3TrC4?qFC)Rgf!5}w7Ba}Pj=MHJ(cZb(PSGiO{WKCeF$0gd*Y5w+Ll-~z08w8 z(|1ez5U=bHTs&MU0e^5>Zk0jLPQFs6yfi-MUCZwpr{Bv~6F5ZV@tsG|&bd&4_l&D) zoR_Vl5>xr8T1_b9@ix-Xj}R5jA-rf+CxL6>A{nw7(hytDn>A->kXVWnlRQouRiw+$ zmO|trf#VfBI(}ac{N04;lZyDCThX5 zepIPei)QiO6BhjGYgoVc`*?h<_j@k)`=R>dqvzwR!RsAAIiU({;@(atN^iO4z_9mw zacung$#g3Dw(8O?PVr6N=s1L`JXy^nmV8f-hMl3J7TwJ=SMR-?~%NWHh)PqXVN zRZG9Ji+?NGIPi6DFja|9bq}@m=+V-|3TmE(rAoN7fNMu*WRI%lf$w6#n$v)z3o)q*iK&Z;Mt4T?qttdEn|gdXB~E4fQ$9ItZ=xD0 z+8|~p_3O4KI`*~P+VH$;0Z<(V$mBFX)e3yJv&h?Lj022TNcuUR*StSJQVh^yv3Sir z*ue%t(amW>5`daB{1|a_{;s%Z(KPe2`6qV})tq7!2qYd7&_=1}zHYs4(v|im2Z)ou z?AsHbqH0jl05L-1_*!CxvPj=UBp{15YPs9s0F^lk#c@!amnll+6!viSdRIFrMH(=` zYIs@T@PLua#17`5&z%cVR#pRh<)5{C4Cac%k~wH11|sR6z|)aT!Hien*yTPGd*6xF zb-#%{DIOE+^#X^qkP?~*tu+LK9fLa-b=|W&f0WYb? z(QxQD;B<7N2HGj1n46WdE`4VCkFWrw(;bsS z6>La-qa{;Z_6S0$0+nM3dq(9+ynD@^MnUFTSYwApj_cpNn?HFPIf6Qi4lPh3I*Wxx z4lpwNq_+G(4n`@s&g*I$?pt})IrfuUF)3Xo8n?$ZKz7OE^K(-P1L<9(axTfXNOJT_esLiES9`s1N6?L&7k}0wB*_%1`QbaR zxNX8VGuSXA7r81ehFqHhaGs zfSaJXSaMf{0~^F-tkrxQZ?P)l;7-2 zNXV4oa&O(fp{~-PNKO6jv+|&b#kkeDaaP-}$(PqvMeKSkY$AORiet?* zxxIELFURbHsKN+BkN_O;Y+7)x64j@y0k6xTo z%*Oaj7|}Y;AhfPOKH&YHk2T&G6FV&da|0CY-`WX1dKG-&>mq{%K%UI(IS{IC@~ z2EkO1Ey>8sO(c@E__-Zg=(NJFCL?Vn|OdR@PKMdX!Ug2G-2L z-wHgIV59u<82objiv7xe^El!?j?i-!i@tVaIy+4+Gp%$EJc&*5>eN(bVgp`AD0q|A z3`-9G>gTXrQ+zn}Z?~&Q#f>#@K?ese1T`Is*6^g(dxxFk>sM=~)87fKumqncf@~eKZRd zgT>{#zzA`cVF5x96HhHsIuC04v z56R0#wJiqqDO!36f0T=@9YvQMMLqw);yiuDIrH$``U@aBSDE_X!XS2*|JB7EGwc7L zm~{VV8{GDv9?8Ejh*&`mI9eBE3}np4ZwFLk%VIY}1?}-aJ(BRGznxp&h*Q>0oABYb zcnKMsdTj2<`+V+>2tVPQr@n)F|ACmS{9lNP{XfWtvsUVIK({xytt##QfsKLv$`)^n zZ!hG25yAyUP{`fkAWPS7vf@5uP^V}L`9FwBA353s^4eWYpsStj8%q(FwaoQ>cUK_7 z15*{zLC2eL@%95{O^xBIQ>r{luZvbb#94>^w6y7)&7|+B<-mNQU6V21!9{$;n~PV< zPmS$pFOf?4%JVlL{%;43=-Z~wgfYvX-ZvCwt|1I0kgF5KZ?aTh!QM+uc4mj zqB7EoDsBP0ZIw^(quDXQB}*vjYKpXNCBu76^aUm!swr4~60-`}#gk<1>WfGywhoG} zqv$FSSEI>Nn(l=yI<~=pD@`89Od@B}cY=6IGbi10O%I9$HW;speS=hphxsCL@RJX8 z*nD~?4b5rJNLn}Le%A$JC{e%1JQ+tVY6h*foMchZ1zE^ccoPyt z3spVrr%BTmj!aob#A1RZMxTLlyqox4EugAx*_j!zMvv;xF(J?(Qt9;6!q1mUW- z%MSQ~5$VUCe^{cWf^HAyl#5Y?pdKWgoqCg*kAP;MAT4T5cFRcMgqtY~X*5@-2sg7H z+D74Pp*uEqtuB>?0xUH^gQ|1y?zIrxvlPGlgCJSeI@Q}JkjU(V-^Y0tmID`?Bg&`x zsSGM1WbOJt#ew_jI8G?xbOfXGh*v@5D9OU~m;t6}$g%Tip=k~S2 z&{yk$v1Js4fM89l_|q>G%~V5CQchpp^!Zi4_XUl~VrzoT+A^4H(x-tcFRqFj=?EZh z7w{&HSx=Y4eH%8}QZldFu}{>B9&7H(5HpthXeI40ES4@n_XhG-QC7GhIKhalrU1wR zndS`t9by*hM<8%~U<(PkwqD)h%!gKgvY?ajUbWZEJ2yIr;sr(4A1{AoZIFhTXP z8uh~}*3s$u(3Wr_0>NMQJbTRmnNB@zfoe7(6<3*hKnig&>jhr6G*6l# zS*K4@vdj-0CJ!@#ofBR&>UJn3mOl9)E)&MuHi|_g#lzYO6ZRb3iG)~&)hHxlzaJVt z>JZPbZNunj+O{{(skG2VC*gX>46u1xO_@9dHJ?WE)2gz5RX!sdJNBHjLYnunk4!;b+!P6YfOK9CP}|3q@T~uo$!|RIzO-v`@GTwm zqzmwDzRLci5G+L@XXkv*k3t=Jh0(hznp4Ie^o78@!JDfT2!&dVp?QFKf{U%lVdVTL6@fv$F*X`fs zoW7$%`Ov)4$GBdS25npOA*T|PrP#5nc`WWW($@^7nnMIkl!dvj6eY-lH{tje;Fn?Z z2VY54`i7520J|KdcdCVjIoTdiIbEntmXuZ_hAHO)bEYE*&eDi5HZBK=m9eMxqJ;uA zjOQDi@sen$0*>hHYtTwKX}5;(AUk!XjFtcVRhfLjaBxehIEM6}P}Ohf&P33P(^u+Y z@%o48c>Sx6QCsa@X2u?fPPo6IJI4bfooH^#R&o{sNk5XuLb~3>k24QZ0B(tgqn(Jh z+^`OuxH1SMN_9>{ftHlk5~X9-#gq;C03?7;6(A|+*RQIpNR=@S42m}E+=MV z&9#aq6n957;;g#4s!tyRw+$;RHyrp;kM%MWeiruUU!qH+U2xzafL+K!P?>1`BZ;z0 z`-LjQrRDz5Rf(oNN!;9wb(~df57{~EmMRC@W=2*oVHSp2>Gk)TzydM>UOnFQuLX^=Luz7+z26$HmPe2N>t?2-jYD2e!L5_z zx~wj*_88Irbv7`|2;`?~SF9i{=GtNH&zWVsMhVMLP%jsh>W+qpJ3T?mFCEgUSb&Nk zb`aIbe(?c0f6C1H7{+90-JT^KjhheKM*_~T3$}}_we^>*HaM{c1fuV8cQe$41$4o% zTGFWYy?*#ko^Mfo%L45QoZZJ3s@>)mCWV^hF@VdYfERt1Vr@1|m(axuN()nWL`fxkaAv zpOx^q&*uN0#RZ+P{JBFGlo+4YTRTW1QZCFuYpiVzdYVgTB>CIz6B3(4+Hka&Zqnyg zCcX~%l-tFHze0xv3^`HXYw6lqt(jcwPP74a(b-m&i z>Kh5Ys9J~W@b^d9aGJ+9T_Wf~nGE^%FXO>$TPxM*@a6IPgG-MiKQJDlO%0oNhu6fd z$Klt)&voppFL=CmGE${TORS~kY+J+hpCw}>+laC_;^}`3y$2VTk)cN`Z2&mN&`Jce zbtgOVq@RyWW6r`VM3?Z3l=GH11hpy=^~NPJ@r(H4mA#AiM2Op9-W$tib>`}DpxD_$ zB#;X+#U>;V{|`L#N9}wh^cHE-28RMX`&_Ct5wk{@0OsTA4k*Skh6;VunQGx=pT-6| z9z_G~yzvh$mE}9@{fSH~M+eQzAf+g&E+o-$|0-wiuUFRX;4+M|IHQ&KT1FKsc6{;NW(<&Y zk()Gza4UQ{>>c=Ys@1)urz^Re2R_pEQVrD48o3P5FzFLzl+cAO9^Jv8d#sGix@_kd zjvm)QV_Y=~XAhAs&nv!kJ?1p|!R`P4CPv!m#W94`)$eITqeaLY5d<-^q#tqZI6+fK z1bFL!1er{glh6DKt}09s6vIYW!zwVEMJy`$k&dioSUMoV(b%q?6_BgT(cmcHN7|hj z)nB0S65fU?o`Z<$HSDfrQre{bu}5AS(fRnuBlQfL2eg*oQ8;Zpm7!S~WsUa?FHzs7 z@O5g}KJkk0cdSTBl?Z~1Sq>)3&4w;<{BRX7=_zSGmsBULP(0qwPp~DNOF?45@idq>V!mZWhu!FK z=Qhcmu>m8*6;&s$rzf`z+h#fb;2n@){kd(h%uWu+4-gEAu=EZa?u`%Ecl|sl!YFy9kx?Acr)O0Tbi#KaO&wx z&a5S3D)YW`JJC?)A+%Q|w%Me?6-^@v%x{V{M;8f0K=MhhbS#s{b!wP*d>d_GDz~QT z{oqB9IEyMZw~=wHL`r!_rQ0uib!j!XbB1|ahZL`#cpbO1HWK&91D!wTszi@y*~2?$ zexkybVK=~=oa4F?AcK{{&Y|L17~2lFh6ned8WR5|b(wZ&D)P#Vqzn3NUvkIFyD!Bv z2-1rdGlR+lIVJ{(!sJv`oA`5}^5@eiGLz;ZB%{}hGa;9LX@*z%%Y=&T|NHlt-yS)1 zF68_zNZe~F^@H2+8_8CzrO%#JY+8uPCBJ{|XGj0usi30gcg`x_hepH9I$HPaia5)C z_+d)7ill1GoguC0nFqHL8VjAOkyEP4ap$V~y4=#}cQo zlNPA^iF5W)EQ2k#7SHOJ1LAqcbGZM<3seM1H>-<4^)Gv@+jLG-##PIwQ6V$x5v}5A zp`w;54*NM1V3N$VJEUsSv0zv=Mr2JkGDHJS6Y*A*WeT9yj)_r72O93l8&~d7L_}WZ z+okKB{m`7CGVqE^U(t1|5G%tt9F)9yyH6S7Qu}}h>&o|583a- zdWzf1vNQqTcd^)@NCEA9L#SY8;$3knLf+#5yjGXNCK@PuB(>gh!h<}xvH;nc!(c@b zbtu4qt`(>_p`2u~!L$kE`qB{_o#q4u#zOJ$q2`CrXb&d;e9a#0j&^xMA)BeU@}z%g ze(u&FvY|ol~Nwt^7^eD=bW63O(qPmiZ7_`enHGH4p zI?m8uZh)@NbGF0uSt(pTTS{Tdq9#E$1(}1MHix!ZpnAzTbL7JJ+NRzjS;2BPRB5R1 zZt6(u)pNEM)jx{`Fgslp?d3gQ8Vxi$=fbSMqd}a)Jnhd_`|Dl3IlRtkS>VNVGA(Z} zNZoMj9HaXe1)_xzGT?~`-pisWn%ggI-{m z3Zi;iBuK&ZfP5R`|sTS@?}`Ylr!@Q`AEsW+hAtmELwn7x(xkVzH#wBUYR^h+M< z*KwO4O&pKS4_+)BY?*xga?#F|q(U{d ztJ&-Aw0$v8R@C1(2sdgTpQV(QbZRr|Im}1EZ_<}goj!?0fT`ah>ZXD0O-7}E#EpQI z=fRzLJE~)z-+8Q=BS6!~GDWPb&Cvq1*d>%~KJSnJst*HJb)AQ=m%HD7+RpXx?Uwyo zZamCl-#O-S+;3{_mi@a(L;(ki`hB54w0zV!Wz3m@-bpu>iYUUEU$z#`OlrJV#aFlJ zvkWScqpYn&uDs`JjKEmvP7l4MYnIc?ZNDZX?^%NW9>D>WvmrOqtUe$sktJJxgP;Yq z*7X+iO@g~N$yod-HE6ir6yqvQG<}MP_paDfOAc>Fe>wTpRV88~!SnJ9H6b%ygv#D? z4OC;R-&kfl2@a}j1bGBnT;u0rI`iaqnhfm; z{|QMM9O(CnS-|Q5pMcSndVDd*d`kVIM&%^m?$mW3YnJgi83 z06eaOoynKajp6(|+jYD)y@?NWaLC7sc`4QRd$n_-@?IZXe?F20X$8%BzA0V)n@elP z;0cx64u&nPf2>&&HwlkwphP7P!ADKf4b(opN@qi6!nxwx-o4 zy4bOLDy_dSuVeKiDw7rs6}HBEtaIX$700ZsynM@ZpQwU(S} z!G?_s8!8#P1(yQ@(j3Z^rp#B2oO3B4RgF)dEu@vtxp=d0hR8v7)2T|Z%#cuijw?xN zcPsR^FBkUVeJVZi#EnEU$3y4MmACTpe2|vn$Yor+25HD=<V%% zQ2R@7qJkC#KvmK3w;DNHada%M$Tmu!h0{44x+NPDJ^iuDfrX#NnoqrNm~AQ%wK1$k zKBn+|qbn?zYE~_W;G-)47z?#p9WvBNIDfX|?+bOLSlw~U%4h%JpkQ3WsDZjfN$%%8 zN$8*RRPCahK?b4@tC~^N*Q?xCtw~9XFDJF6zz#*p>y$`03Huq0p~mTOT`GYk`NWjFfJOA+;H0ApO-uk- z;jfx22No3SAz4j=@gD?4IRawDKb}9F(xg}`{DnvKA&58i2%@r5Cv4E>L3-FkFcSH> zgI7Aa{2qVC`OY!b$#u}_Xw?fUQ{=FwxAg`=;<>#JEmkUIjNmWO5hE3m;6-}rtfaw| zppYVJ+Hv|l0cz>v$HYN1GM+9Qe5$ACcuM;MW;O-#J6car8Adsbz=)0$xFdT5(bdIZy-By(FEVojxI{^jfSd>{f9HGat(YTwf zmP6Ku;ioPw|8O5ETKkArY%qKV9_8Eh-#Vqb&))6X+NRnTCYT{8s;R~`q=~zS=bhp8 zXLc4&a*t%u*@*jI0F%?)6^$}=1;q|)sj(AA#qjSgaV)XW%SpncN@P1n=ChPs+4DA7 zY!nsj#REmhB{G*R>$S|zlT`^NDw{>9TH_*J>Wlm*DGb z61b*9mpQ-TA{V6CZoliVCg9ApwtltQJH5*0 zuP#r{sc_0B9=`f`f8dU14=Quj)k5-^v2W2(KXWE~pkLv(8ZUb{GVNZ**R8Uj#9_kLjI*gc12< zVX^zBP^q-xBFT2Ti`K7ox?x3fWUDwsyu=ad9>_> z3->XgE8DceV<_#r8v7@vTpO?ODoiMK=LbKaDy@r zGL`f`JKADNqdMF0OOYaWDG5T%3JooWm289o4(_zBo;fFgv|`aE3eR*}W(a%)>USiK zda<{8Gf36~O6i7TX;QfgrETyptZquYK(?`%F==h;i2Iv7^YBN;I@O|&0xbpi_A|#Z zhn=upmJ+XRrfr5 zu2_vUA(W!}_H(4!pl#Qty$YL2;PSSwfYMT2BvDIEYsZ{{@J<}X3s@F=(QA#-)y|7M zf`Or_;OG1PByucgj2Ed`=4GY;^81`!^AXntZFpgd)RwiS0?n|Z*SoY|{yZzUTOP;BetX4M4 z(xoqrQ8wiw3!4MKl-nET!aX=FFmNT_JP4^+F6e{yMMV?Jd}oxlMOjsg zB72(15B)_2iApDSeKZHPh~eoD%PWXrt$4l=J)rmme&lybg1CeTZ@itx zqDU1bXcMN4lA!A&S&<2vP}EleSOul@*Q}f~Ouf8!B-XN+0+~bnV+hBC%F+gmS)9UW zGqWAY@_}AkQ>jN7DsEs&+;EQynZ`&1gv@79BI2j2G`ZNBM?Ny!OM>X=TW;|Rl>@7x ze@OENL}^~kcJwu~6AMp3h_JFm+L%VVwmc&P(ilyHcPE5i@fKqR7gmuMsXhqkX>m!! z6O7}ht3WGPIb00MM(nwKkZlfbq;a(H)lxpOxDyodzK(}$k5ck3YQ{rE#)Ada57+%T!+DMvtW#UijD#W39&Wmm}wW_E& zrbK7cl0o+i%JD0zdc*z$2Z3MHpbpLUtqVuhH0<5yc3J|$J)}dK?x=_rg!z^L+vrl? z^3LoyL{RF)hY@}nR&sFoaiG~Ia)LC2Z=Z(;vog71KG@)ZN@q1n&mN|gM9mY4Kw8or zPvf_qsblrw`dUkP|N4gq(08Ih%1%?|qZ%q}g7!oRcDYNGUUmniNU1tG#IV_}nOu(L z9h{j2F(xkt2JIX(LDfY_Uq#suZtY>8%3Ydk((A4Ej!)wM`KzAIb2I&pmy7)d!C^W~O)J6p;E%cXt#>zv1z!z&PQhBI$-NVQszr|`rV8jmO~Sus|c z875R@0GSr#+}bCAY!#AJeJHM?KU%@6vc`(ckUzzL+!>2r2{O$HGp?h~RStf?*?+#D zrOa6(MD=VpKMwd)2)sR|g8plCh`>-|eZ%C$I>eKxQUMlBBx!f-6vOx#_y_f%iNTYU zW$;=s)6-J&t+MKItL{Zzj7~eJ>*j~L#_71ptrl3h6wnT-h@3l;+j)v0C90qUC}`QW z8!?P;MkCMw`AYY&_eBSQApKphz<^-Z0CX9tlyLUa+7RMQzL=zRRfd^yz0oVOi_E2) z@Ng&c1Z$qwdm8`{TTE`K1|twrI37p7pO%kEBHYHWiosuKAKzoWWROhbMwW&el2X@4Y7O zT6c(?tzj5GsH5r%cx}i~4oNuUy3iTX4p#XHS*9=_<abAvFrYie z>G7&UB$LBf@saroaVR?JG$5i|%L&QwIrHu5Ve2-Tr`q1aVU10GYy4?+j4~YAG$C857d+;2*f80XE^uWA+1f_?0yr z&}jmM`s(eKJ{wT2VYHVw0tGDFljr^V#&Uhjkv}?SrLR+l-bLluw4a*i7fs22OB&}W zWEptv9&bfiC74r1@?@O%VpyIEEGq=HPcT`3AFq094s<$=O*{SS3v_UZpU`NvM{z6L z?b&Zxwbud~h>)LHmPT$@Dm93pZ&msKx-2W!q6eTQ6tcAM-fyJRw zMP4(MJo0d9k@l}GPN$jZS~aOD1RCVox^_>mxrmsW2ar(h-Zj4@=4EP#Lbo#A1QpTa zDCdB87FTt3uT8NX;|+(gbqxwLz$l(M7_JmUB`W6o%I6u2a#9}CbC(OJDA8rqB+W7j zt)<}>di%$mX+9kYSy_m1ouXjn!-B60bIQCe(P>pW6Gd&n1|+!y)8-}{qm7B-e&+%C zg*Wnpag*cqfs1S#Clkkw>j}v1(f^URQJf};{YW&Ll&eTPmcdX&x6xVb4?3-y>?P}* z9vCgf^O)mm%UjAuJDG-ATnP`w#-JEOyVV|se^Sg-NVO+-58++kZYkAr5zCWd*O;g6 zwg{QFkB5;13op^XzvWHu-DXuON;JgII(bg7NxU;jY8WbFM3}BM24Z;lWg2GAHqGZ1 z)TyoL&?>d4GbdST{~8eO3o>_h=NwgRxbcF7ixVe>LV2jGyJkZWIndUi%wh)$Tps)KzxwTG9w4x3mZamk81q-+QuvA1}6CrI+cm;zas~j*y#Uno%+A80u^bo+RBCj7y%ow@?7~*%UxEh z8q$7ug=iy^gxa_Ih3Q)5w`np<{vo18Os%~(m(sz%E198pvfDhrNIxH*Z|{vhKhB@e zhcA==#?5Fufn7h{wzoRmTDNat2THrWv46kvlhg-i@7pY^4|P?@%Y5D4{NQpi4^Y5+ z`xVQd6L|q^-@Myi!&L8g-l8K_wL4hF?LB>1Cc=8L!g^m54q4@MV0}09G~wfJqE@lv zO!g-#C&n~-ML9}b?>jpHG-wZSV)wQftg!bZ8Pxz5(rfxNR+ z9E|=zSA13daGni|r~S%nDQLkcpW<(9Jm@&7F&~X&gH5@MquTw;8_2tIyz%w#gwBT{ z=igq1H>(}}z@9K;!{OoX{dIj>sfe01UbMl`P*>L-;ASy9{d6v=T|Bp<#Wk!2(UX<< zwCRJ$tPUfZYjb?)PvL^_^vmjs{ScW{S%LRTz^}%SWVGtUX_fZG)=gmB=m}N?5OF0J~SMnpJn5G(u$5}*~q!yD< zXxAY|jz2X_2^RDc8tH86EN++t2mfRndaCH z99qqWk^vv&6Jgm$0960cox&~AP*7C!`edCPU19L`gu%g67CDRaG9XQmQbwh~_JdG%knbpr}Ul0aUX*xdcTK-;5(s z)(AI-4S-`6CdA!;II2=#@G4$h-lQ?E(~$mcY?15$dUPDBAYkh2d%e5k zo@n(Ds9u9+h8ud!$!*am6hy?Fp>&WaPIff>sWNu3z*x3HxUmTOUSdeK;13hmYSDG6 zj)&HlPit@mJ~hU7zZo;~_l#ep%E2yyk1V?5bN&FG=_A{(`kNFkPfa!lPabde$0BCe zmV2+gt7uHP7zlSrtjnj)UGw=C)nJ~{)5o9ZE@Jg9ljW-7i>gFmd#7ZE#@zGxpi><6qUVuic71w@MiUK`e zH5J?0X|zq-E<xx8bC-09zECH4^};ZJdJi)xaZ|1L~=e%^ZA zp&8w9HIlXr0%<&uG|B*BX4o?VQU?p9QVZ7g6(lAedJh=M|FBZ{Hlz121T16?_FTMy zMeAjF8kli{{EeCWQ_@2+8^6Vc+h}olFjC9Z!UlCIvEt9jH}kqDUR_7WgS|OyTM9r6 zxHb8+H0i98w!RDwsMn$g4>U7lL5*JZS+GQt#}BrH0g$a5bwirKCLakU13Wjh|r~RM^JEbKfI0L8PA9 z-ElV;&C$Hp*B3c`{~Ug{7L#rRa_+YhpKy|5SyXP}DbQ!;?`80Jk)XZgU*CmlafYS!Y;`i#_LcR%8~wUoVs! zu(z#dXuT1t?S)m0N|<5A>{lU7bh!)@R@zu;TPxIIkD!u-O&LG52X39aAk@3orpdT8 zGrwdEGsm2~39j_R_+~EEh@I5$Fu$i4+HPRZbe$^sYUd* z8?%JFDw-8?eCt2++0$*laf2pD)h7ZLk&BGxmHnCLC5l_LAgw+~WJo>!5hlNgW(KHh zs*_$Qo-A90z+j7>?Z5ryHjdQ1>$iwUpIq=rd~1}quf~+OyZjnWH>!a1q&$(JVkhnk zWTX~3s;uX9$#dDWf)6;PG(knMag**GgiLeq=BH!wf)0}7_E~7-9rYzWt9iY<2k~%k zQ`vD&+?;;HjINdptu0Lv(+6i{YO=L)9u50XbE|sFA`5H=?OlPkd3gSJ8#=PKLX-a% zG|C${G)B_*8&>LjT{Fq7?RRW75O%LDunmyA5#Yx*79#X=8Z7e z%@5E%s~$&~`~{2HK7lCbW7Jgb`&8NG7l|v4!9=)YDop|1EFtDrE#A#lA|9aSM#+h*|75T-1ge!fxFJ9q0THG+P3;Toh0p>CitH`7y&wBZn}+{`zr_* z%X!=dvOfp9BN?a@wy;twRpiJk7jMS>T>rZiT>r%abaNQ|^W@U8vYZzao6sUZ@oyE4 zmToUq=RXR+{}KoJ-^ggQ=6K8&%m0szij+h|66?|ZA7-?_VS)X4@3%KdGhTUX$R5!R zbGy2PtYJm9_H6WZ^aK87_hYT^Cw#QE_qtX0`m*-v=llNg^KjAhoh@b1&%KKm&qSN0 zkyi(L&Gp-@*T)w{z((Lq8Js9cuJjxB=5aGJY2l~Cr%{!bU@u&C4`aki^-Y-HEtNEe zF7*3Ew3yPS%l>djFOq0$D${{zkGYD^<{M+n%(0#G0O|GarWT5oGscP0oRjvdwk@6Q z3cR%q(54^sBh$*ZfBHlSdE~UZO?@BQaL?oO@SC;LKh;?qHdK~3SiJB03jXH-s_s(#njz}3sT4P`Em<-zu)O^WvB_wc`| zoy+Z7nk~`704=n3!H!t2dY6E~YpRcw-2)yL+Boxm`%7R(7fDZlXI(yle8VT*UgEI= z=aPydd`U$I@9F+=cc-=kAzYq!PkSUA_BN2#S+*hS8CXRbB;D&yM$*o0=}=1(-_35^ z>on;DL^E`V$2`<-*a*3#T#;k!ny2rW7_&EzN#3j?dj@CNLZq7Mj)_PG3J=kkNk}s% zKgQej?k>_I-EzpYZEL8)oZ;Msa80zEPTOih;ZXvqc_%=oj4||vEo^lrli5f({U&nF zCB#|dog;!OxK|9V;rF*6%z}Jz1mNk+tLB7ptt0p}=7lwzH^r;HJ4>3>49VdYj2>0(ij6Tb8eAqm! zW6JJP0CtR#KFS?L_=$oezA$1DRAd#Yuxg`5>P$KI^|YRK^E-c`AXSIg?ZGAv9BT)_ zF>@-Ko8vll2`hS6;Exq?A~@$!qrjo$?i?B0!Epm`yRNy&vZcVE2~G|X^l$Ue#^8c2 zDv0=kIsed38FWSDf@^N<%xxvg1a}A!o&sjRmVZ_I?aL)v4P(}{To<7A$YskLxhqU3 z`Xt0^Wm8Dj);<7#3ud#KHbszwl3_jQlh$M0NED^YoVu~FwQ$RjtjoYW*>$Im2}T7W*4Y+cbL5$%Ye7|;M)r*ds;I&X z;i6NBurH`KC;B$IYl;**C~4&DByb8bVxxyMgk=KVuNlpKY65J*+z_P~i3%;7E?t5D z{N(dT4_1MG@|7hgK!sl3^;IuZhSI0vhswZC^E$ zPy7HJmx^z8zRA$xlf@FFCd z4-*Szda~`g$ja#)D=azENMc1udK6`V-SmlGu27S194Vg5{Q(E1o(iF_ekkuAQoCjw z#s;nWZ+%3#Abnq0H!1`#O$|V@X|2e!1whpGg4UWn?J6NoN zidI5dkVit7cayoyf}6UyvHLSQfD*TekF3<~lm?{2r=KwHdTcujuy1#GJ#O;YbDj$E z0?8=R@g>Ghu&F=>S54IfRRjnjG_e9MR9H7LY@~#d>AMsn#YA5g0z$E)`1Pm5nrvH* zwJnv-W?CDnwJ}-xxe~`C3#@MjP$YcJ{o;#oCAa8R1Z}a$5dqENZ)_7Q5qxz3s`c&3 z9d>4gj(cT8!n$;L`-eEAP%wo>e8 z^VO?gJh*?sHPUoMY3|#=-`nlWx;igp)Oj8Cuz<5*y{A7eBH3FO929mmm#b@%!Dh;z z$&1zQ44%dx%@|~~RuNme6;(*4kHjwx`*=ctS6)8lNW%b?<0mYoi`-gKL2|ogvC-X| zBX;4C4x;?~CMI^ZHv||n!$e%1Gk-HkW|4f~0|5zGNy9ef2M_s3&;+^rF|1qny;32S znBqKEZ1t|-C(1!Ay_soF!Q$EBIQlBlQm!gG<%APb(Z%u1o231iUYE_rq8zf(@lXp( zR^Z(UZ1!~~8&%cY#oN;q^Nwp!|Hz}$v>dmF)W~pzHKjUY05c_lxBq81PGqHQ(dJjY z<{g^s(R-&@qZHGruv$_L?XOe&E7|&vwi}JcV0{=fj+323tWu%7NKgxjQy~P*=6UsC z;%l%|0YQJdA9QrZG{&1bZ)eGdJTO|yR!s_( z!+eV-8)iABkYhc|=-%5V$p!4vWjII?ozWG{d4Kcj6|-ai>!y)#x-^~p@R$2MiMuw^ z^s%(CM6POo=DEyK?RWJOZ_z5n*<-XWkR7)`N8yFII?Wj-!~tvi$c|E zhk9KrK6_D7_{VB-ab*h0E-vJBnfo@~s-i8#%(t}N>K-yXQHG~D>}7mm6}K0UDEVbR zqJklxv6NDlUl2SWD~L_CKQV|`jv5h1oBu?8584kg%_N_>4Xz?1Teq`;t^FzjbY|ut z;oSA6;{X~VX{Lv(|AT7S%$ki!V6_4+c#%l_CZMyrd0yeiIGE6+URTQ(6cZFDgnYdl z@oMHz#>RwXWA-X)3b4xD6#o;|}AO&t3V|-jyYWJ}nXJ5oG z0e?WE{J!x{6gvtH(5g-(obUUE+BN+@9|^hU2{D8!DIjk3p~HAURWT(Yk#qEnI`57! zMx2EmvS+Nie+J&7V9gUn*%F-$brE}Pvt4H?ExW2$kvWW#yy>(4j=WZcThMGn9n42g zx#%-z#AyWq6CU<4vEJs8T|t+PlIs*6Lc^B1DMgXHX3#4>&JQsQqn>mSz8Q!)p_5X zZED<&g$NEb&{T_dpQLQiKjetHxCC{e2v^!8Q6LfHniG`-g}fa)>Z3}Xh0oYc53dQ2p;t$2&_0$2mnKsW-vUxLk(4g`5^&UEHGLQ{Bntimu2 z$8;7*3Cj4=C~s7^L0{9jeqU|J2=N}jAZgDv4kjhR=_nw0wrX~$)lHE^vuLz@PT0(c z4xZib^?FRR7TwLfkR^0VJ1K5nz%mRYZxM}n*cdY}mF_%Np@ddBQafJxOS z8M5FUF2zj+mlSwYsCKEIdm>~litUDfhJ)IOZ~6#2_aa?CSX6Ct zs0ECRtM%iN;Z%rp?4_?oAw-7UIAWlTYyhGt=rOKOY^I~B_foCgd0OdO9&Oy8n=Nzu z6P^Y#15YJ=%{7j%)a|~1SEtmrTl~J{L@$h7Z8XSQYx~AEaoWltuQ7_GL4P}iw>_?C z?2RTP;I+ftu2sK5p8*)_yQ*E0`9?u}t;M~$XXT-3-z<6c@j!3@qxh8Bi(MLt+KXd- zmmvc~J0ievvAN$0!p5QG%q#~zbFUSNvG5(=3vM4ulZZ?z|D2VjEk@Gfs%s!bkb>#? zz(TQbvH zr87l#oUx{)>lf+z%rWOTB9Mu!^JQc=IegD+Q*m1BO%C{_B$P`{S>F*r2kXsoCo1y7 z5csUK2Ky0vMjhg2HH4`-E2P(t-#2k@tk9gY4ZTw7);Xd!|0edC=G>=*8`NUMd;O8; ztEapdw%Ay405JLd==YDL0+r_X_DST(DrwtZS9;`2fjwV+s6| z$TIEWN>q&VJd@6}*^?dN`GShwT%Z(OPG8kV&AW$Q61rz z>jg{Zihjy&#Uxvn;k5=}h`OoB`&|1blyKW%eI2)%Bs-a>`zZ*!N$3exn>X-Zb6%Q4wRzfNIKe9|52=eg=Ea4wR{T}t(L*c=su{nO`F>j$4& zEzoAwZe^1r41sQ9=-pkzOYIMc_>MOua$SBuFFbaW(fkFDO9|xm>cY^>embKYueG3>4 zAdsvt@1fC3rZJBdV;(_5F4AIQDh&c6Z4*TZQua_}i!c@#xB-UE}tB=jE&u^*fm~&3)GIG8v(4FFO@J>V5qJjOUu|fQ;MAll3@uH7W zW0LrG6GbwqGVfxJe9d=_QVIm@8tt-)`iSYRdC=3Bo4b?BXQ7pc|Lk=|Gi)#V?}%v1 zMTYeS@J)x6x%dfPVa!VWu<0nL{4&K6_ck1h1~Kjw;TAxl0@ej7rbOJObApLAvPLa* zm7Ga1N5LFE8ug^#d-USI#_Q|yOOJSc609_oZEhJm>q4nvr{YncRc;rQR5={Udn zffWBxGbMGBLbP8q58{BTqK7EN@i>GP`9S|kx{RBX?cH+A(C5ICD(tFkvxqcL(p@v2 z1CuGN38FLu`w~J|ZKw71pOk6WN z{8VEDCSdF4&?sRyqpLlCJrxLj4JoWxJRj?GU|?&9!o(3>_^u5(b`?xECv@0@o>Ty| z#Mx&}d~Q$k5Q@7c#m$1Jv1@eLjJr041APuVEBHz>v%Hp_%Ht~1{W)WImtnV#g+%Su zhaJ-)KK_WIah)?;X~$lY`Q%S#o<5(6MTNK>C0-^Rx<4groU+6VmnIqGMQv5h#tX?n8#o(g%o`! zh33);0KSq{8@dZY#E7Wa=>t;wR?D@TJNu}kA*|5D&S{5Vy)$icm;$C)7;5wIlut0l|^OE#h%iNGF9)^{w5f32m4gQ~Vf5@+*>S$(M9x5_bGY zeG~4mgM!xS&CCETsO$11r0eiLN$MjBqU5e?e-aaNM3;M`;?ewCVrr_-!J;$?N19=U zq_EliuPfTTd_I%Y40msD1R#Z3lZ;9@x0xmBsQjPu`p&b7u#+n>^MSWhzX8k}bc>aaMcPl_2bDC>7eJ zL(;Dh>9uS2>sK8QMG)dt_XYJgH8#cj-+$7Fj^+k6K8P{o0prtH|Rn{28y;8=;GZA1r>E|CZX4OdJ#H8uN|B~HR^z&7&=xYDlQ$(9;EKB zoK@JOhe&)A?>aUBXLu5?qd(QZf;QQ!U)!GM(UVhDnAytHV zZ{n<^wd;T_RM0;2sTNz3$3|Lc^JJAv!JOh|1u2rcBE42Wg(j7h8CHHKu~X(D z)jAdFwh_S$DF1#t6W`=3kT}?WDue%RA7sV(nsSxKq79+|_8(_P`rW&SNcc&EoLkMP zW5NovvmRn#(_eUL^(6Lg8q#KVJ!b1X5FW>ACE7!G-b!ZnX!&#&UJZrn!`53hs;R*6 zenNoe5bh{1x@T&PHz~%EaJ^uEZyOYnWaR0uyW@Yi)L;mtnoEIya~eIl3L8x|KHRH) zg4WuHBsIr(6mhZ*KVc`);|%6a6XF>2ityg}%6}>Hog;ShDob?uxexE^QT{oM7m$Jr zrA-@4#eNDDfR5`yR2hAf1H+3rlrC6MBQW*jbB!EjYhj=BR^ldxSA^vaQl1H{c)>n%YQjtS-SkK>&jWBnc*AE;b%(Wr7C zALRL%8L0doLxvFPPU;m+O`r%L>E4rb9=5kT3gib4%|`}Tnf*3ffxRlgmet$M1G_wH zxSmlic$#WHrVMzR3SXvI;87az-MgA%vkZx9hb=ih*sE@+W^pl1$5IiK#C567PcdZ- za!!e&ipJ!h>ejb-siKB-mdYNq!NY|cC zRsfL7bTntMT7>GA&6e`$(fDdl35Whp8He1->h}C#^?WmW{ZRS-c6@ywK5X9JG*m1H z_Ihp6?3At3{u>^+Th-=y@$EIg&RVH6x9(}mLH!!Kt?SmsX=B9}?;VlH;%R;B{<=6H zr#>Fv*FTJ=FDQoMc-}txR9GAYc@ZRJYt^ zxIfMu-qnkNvdqF-S)LiPH%dIAvK{klhBpnB_nfpke`8G?2)2rnxAEsgOh9bAIoD3g zOkwyd56~0|jC{-_ec#HLoE`4ci};6$;Z{u2YZuufe3rN^yezu$4#`!>XV~idW=oU# zPw%1QhVq=6>#(lAtdtInnX%QI<#s_ z?d^xLfB+$x!8Z}c0%;VScjf8Hq+}sF{NgEU?T`3L)Z{!MI}ziMyaKf-8f5T@zl&29 zU=OX84mLh2Kk>c|PVl&kpK=9k8xtugP2x#q;CpjeU`iH+DeVb%er4RpE(*!5VII}` zG-he(epVXd@pV!V517I>VTpEo=8mY43M1R3>!me%2%`!8!Rd{78^#M2qUG)8VIhqV zj~`txAcK_ei%NH$uWshywS`BHJn%DP z!`%!31H+*-)>Rqp<6sWnf;P)r{wJpt=|c|=c>TnMug6)BLHek1Lu7;{r}2XzB+ceZ zh>8Ll-1ldq2xfXj?>M-O6#ojk7~nyz2=W@Z#MK%D2R$(wMepb#uNA?mUoh-AfWT(Z zt(d>bq+Ifkoc%bm$AYrfC=`)T+&vm3{<qL1;Ve*lX4a=6-^d9BJjYQ+Lm|usM^k0|gSz$Lw1f_(&{@JK(GiVOQp_}oZB$ppm?Afy z(jvM-8?kT~S&J4NV&5(-DLXc%)nampT;6y{b*F;1L+wgW`_9Z^f=m#?6GAdl zCsd;5Y*;=nKlu}S4Cq#i%H4YuvN*8QDCP#lYJ`zVA8>r-z>T4bHG!;FN`jv?Z4_~t zq!G`6-td4~+PmqPKL(^dg@!+7m}&)DRNNYc$w|X5!Dvyyh2?~vq5_lHr~@5740F2D zrUDg#K$esMXuNf##0nc^&BbP&RJh?+JJujVgNVBb7DHclsyj~$g@Ip)Z=B%Jis^y? z8b;`}Z|2@ioQ$zb#-fVUZw?`>9uc5W`M?ei{Ngy56@m17Z~q?XQMXmBQa#|2@0NRt zT*lxv1I8D&pe=Nba*|Cy-0;`Yb3iJt;dN1tT97wV7=%$)S46rV6D}vwCW=QA6C4w>(*(WpRSG zCHjHzJRW68UurgNqkxEilFd26-N4C%BRr3!C<;*82iA0&E1Q*=bv7cErj?Ow(vQxw zT?eR2I>3&nl5HesbRQxx+UnSz+JWJd35RpASd1k8R_e;J<}pRyvZ&=-&(g3XY=SwW zWXR2c7x2$W_pB$GXmx!LYh1!pHhH@b6R;2fvHX!in$jHbuDzoh!$j4IXe6CmoP!rD z2Ojv}Rusas4E~viq`aA>TE;T>Y6dZuUfvm{+2xfuPHS+MStBua4sEpBt*gweJdnqX zx@+vhk?9VrlWy=XMU_sps8O=cr4v+-vgvT3%eO5x_6}vcGew^D9=EuLsx^}!&uG&X z)KWrJ|7veAe|vbr1Vj})0VU0cRmhHkdLz-7F5`_{#)?|`+TS?z6+(#@+8F6JWfY;6 zW@~aRb-Oh+E-Y3fSX##%epmgdiXW`92?B4gG&Lc%v#C4KcQFi`in%4ti~aipMVt*t zLIz7Rt(#X0iA^Wvjg}8OFLn-pkexI_Xwr~$WeAaSnhNdW9S-{T0>fi0oZ}*4uz0Af zjHz*=*bU>W<5-;j6!dj#o%6g$(p#%1c6qukEw|bUr?&fy*yqkMM@a#I-q?hd#)Ar) zL-pc}e^DvaURlfgFP@UzC$Xi=8sV+X$w>E!J+L8k(ZiJ}wly=g^Sg^fC++^pibE&z+*JME>ou#BpNW2CB9TZbWZEbN!FuUa4cFi2WoMdmeYp_aknn5RVQ}!;6^-0#FHcHMK_8xf!*?<4U z<-!~+;9lQuv7z{Eo22g{@1&k|!p7PC{LF@PGFkK$v`N%GpL{!2XWS)&t;O;C^hNb7$ zZO{ zrK}5AgBCN@Fj{n5%@n!sk$RY9C}}Y99+*G4>_P9We8IeE8k_ev$kB$ocbqct5#$ zc>7BiOPsL!bML~_g{Z=<(}mjKIlB3{yITbPp*;Gf+AVqhd>Kj4p?j_}?_S3;HVENBLMGsH=J+dtu2r-Mg>YL*X#b`J?_jpq2(^ z6v%E})F@}JtBYLad33w`Sfgjkn?d!SXt}Z*1GPZQHhO+qP}nwrz9Q*S>?j)^77){)Fe` zX`@~D7`-DnSM8G5M7cbAd|`AR@V3;QQ7fHAWFxvRi>N6v&1m((4bRVgv>W}_I_ktK zX&`zo{Q!dI#hlHQ7Q*Ac;cBY{C60fPf?SuXz+S>ssUN^Vrz!MhQiLMF%$VCKj#1(R zCny6(4(|Azj0R^)-2>Y_yvd`Uzj-UzdT32Tx5^4-Z<=xxA;lL=*hNzX-GlICI`5p* zy=4Oin_kT{Dee8jICwZ|tKnMSFsW8w6=@YcA)^Lvr(J4W`k=mYJpeVU2$&tcC&<*~ zA}U>h`nIGkcLevxmsZMwtsl<$rT2Jw(ZK>i7|#ewVvOH8LPhiEZ`5z#9da16xvIfv zMqlF=(q)1f0y62`O)MdmtJN>LCp68v!mK4O{{1D_V2)gucTYz8 z7ga1zC$Qf|P+~ONT1*R-2OUlAPqgA4>;Uuc+#FEtY-w3Y?K7F_r!NaRpS1hyC)o^YLwu@3{*}_4^TAVf-l-KA zw7@vY1+InWvO=OV7KycBt@PU#*=tn0<@!L5p@xb9HHjq#0Jg-0+pw@=F&RS!9)o}& zn~h`5E#X{CADWBmlNwsdg~Qn<-KGi1-Qx0vwT!VY->1dv224RA-Pc>81=5itr)heT z0BjpsszKLSv?2|$j{Rv&C^oncbTux|7Z5!%@G>Hqa)RqUny2bcs2*HMm1gQ>xc2GN|HW;9$K##?S3jGl&?qR@<@{lpPDp&cz z`V`(&{_GJ7+^+AM;;ln(jyVpNQ>gpKSw;A8d9EIWKa%AY8p%g}$(P&l!(%c(kO~M= zbNIw7X1N<{r|8bl`u<5W6J=Dhk|H zs%w$-Nq!rv?$U*di?oYucbiv@4~?Qm&DtH|w3zwFslg;H#=h^Gg9I1fp!zA8*{wth zS-@++L><|NCEP}^j=BRFWN`pp$K!vn3&H|?mr(-~)u$^AtgKEdcgViA5vCa2glSAK z3#L9g$s5}Ltw{mIWzsxXC%KVN`IM_T)Uo;d7}lGl-J1UBiH}<`9ejHUVXAa_!admJ zTcM%dXKGYup10~B*jg#w=T?Gxr#UPH>_0zj!Bd6YNG{$sic~4JWsXwCsx#IjxCQ-h z^86kM*|Uk8$QBL6>N;7E+-Zac5I50>Q%7FkMQ(ijl&rP9{#R206Sq##;9hW6x)xw4 z2j(*;n-9X`)Nu#5M32HKye2 zQ&Q9^0}BV8ZfUKl9))rotK~NeiCI1&k)%C%Z}Ms=ZYSV#akysF zM~H1*RLj|k^eA%8Q(9hlFeoUkzQ-Jm)OphCREc<*pD1>qz{*FY{8d%aEGd}TU9J;3~h9{Ku0x`G?xUh`7mivsO4CS z2xB0->HV2ZlYznDbk##_FmH2p(?q4|_>`nz2fU{8k+{)Np)sggW;BC*J{Qhte0$#3 zaGZ5;A36LoVm+DFNL%qD&v_YnW%@hEW&apHuk-5Osbq!OebZtTe!m{4B?M$N*;RSf z7oA;fMv_UOBGG9#Nhb--O7ZsCI*#Sw5=TdwQc;p#s;t1dqdIz9ycpJes~{Ua!^~u& z#&=RU)wzVRlG}Ug{5buS?rLh9<>U=NIb9z1Ooy=Oc4wG}_Yp;Qwk8%LjL0_;2clHd zqZ{O6o^7ygf*}>;Oe_Q#E-i}~=&b~=#Q%(}DQPOlHppbqv5!(jU zVVSg=T>ul6d0E0`hg10QbgfiOAp?M{OiVhY3Wadee9IeaU0?oIIP9uy`FXt&CW)!D)AvE!kWkT;CO zZEK|EPk&_FKP?v6L3~nmmzOYc!VjEvvCK^Rg~MYZl2>sv0$6I1`GQ{9Ihz!xD0Hfr zPZz7+z843>dyr_`mdMLN^M|Si$M;djV+#K^1r0j|?^!sR{Ix}z)#qSvHQsMibs6)y zwSQ9{p3Bn1z4%o-ibdAhS3UK@uAyuEc4hMey2mj3@gL*Oe@E+}r~hC6q#^aTf5j@K zf3%Kwzv8idGF@6f;2K~PSV?2n)a+(#w$&e*$%;|(@bl%y6=vrkTrtk@n(C4KWSavEpLyw`HB^# z5gkC0BA&du0yXGeyI5IG4f>UodE8Dh$A|oS@k{L<$}3^F%AIskhQ%e4PR47+gKUj@ zG2imq?C=P%fy4u@2R~+cqx8&WdiBcAj<=S#w?_B=_+x$el3xKVtT3z1MStXYgLY$` zlXh298_uo*O1NXScJkBREzCD@lcy#RG``FOw(gE+^=+s$K{^ z1P!#lD$;(i^38mK-!-@HblzKjvc;IFvdOaOh;3Kn=sCG56GCKl>MCzI@Onl%( zqYexrx{JJta@j-|3*A5&%bC?AXTLQHx!2nNQAexkPkL%_UK`o*PESAHG_yt;y+a*T zk}U4a5icRz(`VJ|(nptvH>)}xEw4c2Jhdw?78Xa^r;}7>U|4-7M` zGRguzXwtK)xnomcy&P%gYQ#us$p64OBOc*GADFHWzFB@2o8!MMniJ!;E{%iHMLajQ)kX3**!JL}UCH2YnOlgXg zEdD|fM{SNTwq$Opj-8I8EWT~D{vx9W6Ndi7Ni5(QyV{TPZ|M)?MD`a>QrAl&RVrKc z9T(iyQ-U9TS7Eh%iAlmg8%WpUL79ifrGZyf*l}gKxV(KcDzS!#3t`{MX*#}Eec0@) zB9jq@aRXsNH}we`!R}FWA#*IT8QAQIhX;f zX|k(|xy><~mQIJ5T`H*<1<743ljI+gdfv#FUgQNnNlGyU=ojZi^7qXwx7~1dCeOsv z>Aw=1mkMCNow7~%(H22iq{J}X$u>e$XJnUFvb&Jc43 zT0(R{7b{ENV(*FgarbLCn5*2X6mzUv=okui0m84A7A!J0VxiKD0Cj113 z0*?7>hRh%B=jOwFvG)gZ&avD?%875gsgcw%e(UuqZu3oz_;1Ng^)rfph|uLVvPU=H z*|5YQ>D32O6(lK}M!!C?4i}-N6W!Do8p@Iky3CL zs8R*BoQqA>Pq!=9)H8~31fVJ}!2&D;#}XK?peaxE5xWYi9Uu+U^$mCEybv|vp=h=e zTI;7xY^9_fA}_e<2~9FrV(v4d@&o>w;z`6PxNWcjpZpetX=l^O8Cb*I+iZBAV9%-F zY1-AaJl!EGaB&21?D2d4D+jgkG#Kn`2qa%JQ+V#4KQ>vF(eQ6L;qwu`@hHe?2-TJ^ z{o9NVwyMwXm=YT)D?jkNZ;jX{xJ9ahZe~F^DdzX_qy|?S6MudQZ~B8bjVUg}Kx%DL zCbPi=55faL*!B!atcfL97H887WC~~JOcZr)O|}*x^}ZUc$Jy~Z&a^t{H>*i=#!Fx} zET`x=D=$C~L&(R#oOGS^ML1oHt!Y6Va~R_WX%+9Y!xAb`(LNJkbhBiJ#7OOsqj2}G zOMX3)mRL5rb(S{;UYTNf`B-2@pS5AyuzA+{LX?TI|0jx@4qhhqB6UVqRubsasUt z_dS<7H@fv~7SE204%^wy$XR!m%TGH%vb7c{fV=U_2wBVi6VTZ9tUme;6|s6rd_1P~ zz6ZsUb!DPj3>bNV0WeP11r%(&_5Zu3pA7v~&o}cRa+`7TNG;KO;ls%??EQkoEGSGc zm@eQ9+7?})SH&oQJQ@pdm{|=k-e(`b&Mi{jNd)AKK4!NP(rO`aKG&wNA_lcL7Th&I zXL`EIZts!+chz&^%=k_$h?p$YX5j<3QV3knEl>kf*2W(_>!`jQF50=Lnk1o(H`~@6 zn;13{r44+1bSDbKPmNZyb`I3Vg!>7bf1aO66PHFNaRc`;>Jfd2g9XRfcd|K!n^J`; z&8Z{Q=*+h{--MX?l({g>VSaYx_UxLB zw4YgDDGzU5ZFExpEO@RAvwiZ|frbChqQymnFlXgWWcSuxN_v|tA)yS)X3zc921Etv zWO0mexizQuR;tS9gWPE1Ko}e9-mlGEXFhZq+!4G5;QU$0xP#PjL)%2?Ms0f-T7CNP zq;pO$5!m$nH^i{}2Y<*A0uU{@>++1R;C(|Zu6v>Vr_{sn-_^;Pnf_OueCXc!Z7xHm~a+ zPupso6LEX%m6#6sb65SB1HwI)6Q6@`Xm1fuJL;V81d*x{P8l9_&N+|FwIjg4ll2!1 z-h2_AUNO~oWzo-C4;9{B*)O~7R`+;A8p2P9HWM|YOv3Sb@#OBK+o(A^Vd8_xJsnpE znwfrb9lW3S&ylN@nGHM>cIWUa^{s1I6K5x}5glvuOZ_ybV$6%zkUFsgZRMVTTn4Al zPT%gXZpY;J18Q6&6ZZg|-&J_*56J&MCGVnQ33q-dY3iKkjEk~lS5hNxC*nOt>_>ZH zELyM06q0bO5&UjtT-E6U0D$+Zr%6ubotc8tkEYT78uS86b)kQF zqJ-dqa*1XMVHS**c4?NL43fe9JtgnUzKuCAEUzhvbzIdr2LZ&SM#FL}Yc9#Z#8-4 z-RyU`SMFB%OUnMLks=p?l?rv&lw$V@SD%NXa`>g?3w1P1z7@E^F>@C#=t{jA`Cy(u zzLATPS*pU&60PP6GG|9aA+jWu(^6Toz~5Sdx>pO-og1&}KCujKeN>#IHA*KWsa99s z2XE!QbMwE+>?1d~jXDCl$;H%zbPxbuSM+d0RksKRfp0{T1cIeRSr_uOdla=wXrrb} zJ@WYgMq$DgD6GRRdq0%6oT=vuaWU35F*R8?(9HTo{eNg@LWotof#CgF=EaNF6hbRP zo29-S@jTK4IaPL)(yoRjs^@cx&h?R;6Z?-OM`Q0$?L5o#sC2^Cxo7hgoyc2d0O?bIt4GZ*B7-i) zHO`Bei%UOkV0-FPuc(W`#G+UWK6VI$m^9RKAzEWoo91|X0dtjrYfJT!WCrS~3~`bG zs&hjv$IhP4jo{q=SV7L|U55+^Iw=-&jgc(Ge<-vb$e&#kpzWK^0iLYK)plJNQ+Nrq zzO?}R6~_wYaZgnL9@EV$`%(Mgo#G-*UHQ=S8@uSrsq#*ib(`SEDx3A2Ubr=lyu4 zfpj4Cu-$$#Faz47WQd>0gC|O59b^XA0WFKG5>;WqU$i}YMraaye9QHBmWdSp4Is^s zc&_+zMYzQi1hv#mLUU16AYy)|UtiI8}FOm z2`c8^6{`ci$nr|Z^Z%$&w#cdir0twY68DvF_CU?|Vs4Gu!1!e^BcG@RgRXK!+O_pf zmL0m|NQsSq6pYU{-Up>6$PrRyBWQ(V_#EHE!Lm8R-s8wp6KDAb0)e^uf-><(%P7MZ zxCPOOOEnTeqOp-?*nBLV}DztX@0Tt84}`JATFW4WIRI6F3gPQ2~VNL{|tBePM#-O8|u1Ue$6y%+mHGz{@j3 z1v!m~jR(WYI--BLg()Wm5evL$;3MN%*^9Sq^F2Z4Qb^K~2rX^O7&xF(8q*WQuWEY8 ztF=@aeWEYIrvqO`%kQ!preGEJv@%T2$$PI(ZRxv{*Hj>PsX1?y10JV)gHydbnJfLN~WBQG}XOmV@!#FVppWNWO{tl`gi$_8gbS;J^Ru_YT5V zSu9IKKN48v5I^QbR#Ei2T!2DAjvXAU``CX%u)9EANtG}!oh&;~`Q2Ot7!^;@L+CNg6h4m+(f+SFzw8iIkD$34gO&+b0 zdv?coCfvt9fFa@)|J_30iPx|fC;s^~kY47=Z`?vl-l^BW;x&Bw)}E*rI9kr9pZkR(#b^YEo1Q+EPTl3Zo9}?$zGZv z_YixhY$*C>PY`>jz%B2T(wpO8Q9gqulYKgdMz#=8DlnMKG_KQ-=RVL<7JDw_kXCAz zr(R7F5=pt*Kx7qDp-;FF|9$n#J-Jk$*n}OE^lj|d#@6+#<}nrOi3E8|5$CFp%eb$e ze3v(3hXrqZ!1cW8ae4(g4bFI2i5E`wN^iXKV}fUTZsT?aMS;>f*=%z{JyHRR^WOT+rMmF5`PBE`6t~ASi|vc&G(LN-AN6#M_V5Q@&`I z<&Kzot|_FLr5f^>z8vk6GXT|0$|&(NHKvARCi&sPM4kJdXdFO*TSdr{ff zEUKFUR|pLmlhF$PU70%loYn|UyDtr`7GL}f6i__}oz_kV&b1vhy=n06P z6`!w+9e7y7lMo}ROq09E2r^r$E#V#q#+xf*{=Y*UOJ2ckHAKPCV z*FK%!#!zZ7x#68qW}X-(JC>hi%6gq1 z1xk!DI?B69N8IiWHC4?|=ig1-$r`U)HWq{)y_JZUz{0OBchHG4o!`&+q=k3d57QvQ zJ}g2NarB*6s0*LjiT;>5!%7*Yb~RaCa7l2ujiSE6C`(i}dTO0^{2fE6{H}9Hv49hSLS#0zJE3Ix#jn7Gz;O8|HrRO2Csd|3+rTh5W#L}<7Eh1$khqWQc-M7` zA_#tE_JXHv+XZ+D66M94_fy)F{77XVf$g+n%9^56(r$xE2)Eii7LgkVMC~Jiwk|Yn zx!Qi5(v4{)m|D{{I8-=R9Va?RxWn|$OD>QWfS|$S=Fk)ba%#UL)s3vS#iyE|M zk=Eo!iE!J@rHyzFM(fAVP2LAxO4={uyF9 z3^aWa=<$V&)ojDTIe(NMWc^w*ZAhAuH@h3>q_>8LkBiL^h zT*FDayBDwOjomnsi+&VNDA**ATo`i zzuY&ZN4ju5^w+T?39!j8k(hc+QVCNZLczy)@$L>ZU`+RWe?~rxlQBLFPyeE^)0jllbu>9ONFnDB zJn1w)m87$BOZG={UpV_eLU2;KXlW$0+GnhpE4W7HdiKqtwo?l{@+T#$vMohu>&=^` zmI)dRhumobF&g@sF#5?RYR{|KOg48i8syd}f1)>nx%?`g8t*5C9mLgV3%ZyAMuW{N zw9z|P5ZdD&fKzVE3(@8DySax%kX6cM)6-D^7W+u+K5D-gEEYIcTGiUAk5Kd2TL#@C z>Z5nkcG7S!?|~Yn>;mnQ>?|UKlFCRKxyWT*!#zwb5t!!TsV&kdZ!bWC2s&srhK~vJ z^aDJ-GIKytk+4X<6b7b`!;Xz{{K@_>=Sq`i%6eMiaS!yjdwH!qySwbaNzdjaoa`MbA)c z=4IO{K8If>GrrKvM660_LXTiyx@r&IYQY8ik~!mdfiE@H+CqOSj=cXp;W-wZE`&|95+3&Rfk$%85-+@Hp%S)&o*h7y2bqPI?)AZyc^|eX7cgv)@oV@{2gsDz0FGn^`B%8EG(ISVqhfyFXF2%Pn-(+!kl1TT$nr zDdwVZAmcrRmc)*^Z0bQd(Z8=yvP!HB9%wb%_EXStRdyo#w9o-9n>Wx(nkSB9rd=sV z7-b&+#+sYK9MidEr;A736m5VJRzDhvGz6DT##610((lKp-9%4IqBv3e5O4OPo@(T3 z*P&hdTiptHtE-5;FH%AJtrb2X+k9LaF@)fh6dx;WzYOQj&RTpVwz#xjE~NUMgB9T{ zst#0io6LromE?6QWb(9EteWrH8{68Z;Pyr)G-FS!78()h%}fK~1}stTc)vr|b5aQZ z$Kdndwdm>ox6E@$T_R?a8Ls=^>Jc&0K(5{pG=dA&6y_04*G35Ou6;oP@$DxiJegF! zrp_d;P!xj0;G&O(M;@~q-aPe_hl%y}r)2L-=jX!Z=MC`n#r*ls?D<|9;-pEnx_8B` z%7n?ZNf|jkJ+Se8GQqfZksE4$2MuGa;Fv_BrCyLebqv=bT02^@1lVgU_jS zb7$pl(0q%k;-8i6t{(H-R%=zeuWQ$4{g0!of%DH-bj1Rv=8&{#5nfNwO>6tw{P@BJ zXOEzGaV>&3&$4DLy*eTR!0*7GI=YD?Dy0!}9At_U&vg6yePsi0p!CG3m5iyHK}JqH3oG0N6$AO$9u7eKwiO>bYf%h}v+1RncO7u;pj_g*&sZi=-P$Qz7&#q4WStDT+ z^Qz?lqIpAg-mwpOzMC*Pzy2u13o5yduRC|()rf3Y6^zUu%94jT7URPcUB6Os20k8D zMv{pR=IP=bV8WybghuWhVnWmd%}qIrNIE%@QedAma!iW16Voqhi^(S~jCzFV{!wEN z7Tj9ov3IWQE`m!cjd){e12fV`*k_+78PKP2nfO&&ZBT81h0nC_aJD0tG*S1X4ZeVV9kr2XrpKH53C-%83gdDTPGOnBJKRDnF-wb@397bqLZm zl}J<)%^?~T5vq1@V-1p1#8PsR2_2aMN?=6*hb>Q0Kx~dQs8pnf;DMC=IOhSAibAj>^<{(NGgP&~oLQ|GA+Xw-iIxziqmheNbt@yO+>lLp$+{j5Sl`)n)eXFH zh17yo%IgIge#1VdOoH1B1XbaI7PfEt&q&Efly2 z+HqUggAH<~b)G+D?|cfPj7-gsqV!r-RESF&3t>zg0BT5C4LAyYj8_w#?8iPLnLkd2 zZAp!8ujYRzXtxg->UEZtoy+NV9%IE={KH$?eK`hPY5$nI<9o{18Ry_u~M<3 zQLBXVTO=qA<8eL*a}gh~rn#Cbm1T5wC(bABwT3OfNGN|NckKymP!AWX}ww`3~Ko(CCg&YuojaynkcK5obFHf1%D!p z?~YBrzI7fPMrI|fnu%_Odgc*OWt2G;A3W%}qAC#;u>v3UP|l-qUYYdexjn(oiLT($ zp|qoWTU?3Dmr_D4oJFq=)QVVUo;_?9WWs1ft()%6rw*_Kq+2+RU*{OH#wy8)w3;&) z_&i0v2`a9t!U`Y3P4H>`Rw^h_XJoeKc8we^?}w0&@rd|6l5K+LW;h7W%$EdW!{jGc zVl4`uJP8;w(<>Q>MeTf&812NW;b_1jx@pZV@2C2cYujO5nUn;tY55}X}b4M%Vlw$ za_37LtLEPUhO+bcJSArS;H0-+M38lqQFo1`2sE6k@8~)1yLl=erC_$UCw4$8frvXg zOI&ft5WiYFnbDvT4O)k)ch55*zmH<)lXnSrH?JQdOz&M~RvgqM4}9OtIUjn*C%CDH zlGH32#Bjz+!MX3oz}p&azD|<#xKr)Yp;`%}@6npqNgz7Rl`Q6Z7&UU++6>=78BlJXu_!con=ecu~*Caf*EY z(AA{WwsnE2aucQ5Fo1Ap&N*@K6wGa&(Fp4pvuOQNMNF#{PWwN)H&5$I}6{ zsbd518;i?rqKO}Hztv4sCiifTwSH85cJA4#oMmFG#Xx&r9;xdGxml%Ngcz0EZZ;uk zFV*Ufh~xb)wZN%W9)3G9l9T(`=XU*<`&CPr(eMb;|N?Rcyj~n{<32p<5xyfpK`$EUYM{p{qNxOf& zF#`GItzGI!X+!*oV@&;++DAYWwpvrzX5wFOyKz7b)Zen8@QJ20{8`7$$!%vir9tlNe#Ffkk6ZA^nP#tIlZ4>%EiSL@NDJg0|Rvo?Ww>(jcSnT=)8nNE6!BNPS&6GMMEcJxzy%U63dno=cI*oy| zXIUlX!o10K{bxiF-l*?`L&!iXPIzzz~Uf)(E+V!dz6+v(4l>GwwHV#sq)1yT(f4eN3-xnfE3(|T(qk7+0wdFBcl|ARHyOp5Fkx}RvDytr z<%9&EtS+~Yw?cz+lh-$VMVWa2kS*>n4)euEC)t}B5pINO=sewTW%@K8T2Ca>8`omWG zgO)XYn+>fkmt$z#l$<06hri|mg}Ds+ImMax41z;>5)news%VI^r}Tb$EQel|T3C3g z84EO)KtcOg_n8%~5#kTNQu&pT6{DmFndYaNREWqOm3=e2;w;IT$RE#)JX7+MZ8 zsH_!_r8A;Yjh-!pr`eKE)z#k=K`)U)twJl)DvH z#E}Cu9$^S|A?&jUd8U$P0vHl3Yn7woJa0rUUK}QBkw;%b6>q}$C#Ld=gayvsm7{{T zE^UO8<#@|dKhaNu@o(F2)s_kK3pbVI6{62E&0sq|94Ie}yyGr@h-556n6Jzbh17f< zx_1()YJezB&rvE6@z9^18F{D2(5hla8#b!cOIG4JWR1xp{yOonwhD~py(dwI7Zr%@ z5*w00j##%EiF?)D#HfpUdM(?~#NtfFb7#1|J?J)~8f;b#{z9kX)7Gtqap7m*8_Ax; z0MQb*pIrQgO2t#=t_>b4y#kahWme$_f=`mLv2D0m*U0jer!1!qwI(SihSyoCT`}X% zLVJRsU73}K>OLr1B%>WSmJuo}j3STSJO$S+G&=2Nfw5 zmSim-Kw_S{Ae>!iI2vEj=i$oc?Y@K{TUpv;+<5)XF(aj06Bl~6vyt1A54%cSH ztOg;x79^5(L~YVu3BkLEIbnpAk6w3rrKJ5xA#I%-HNgGCy2Vl%r|bt}9rVp|=Wh2< zl)ml%KTT z9o#a#R)gV?RWRD@@>}RAcqLgVG`;ke2I#8hX4uSUAamV&#Oi|8R64V&@Uv5NXA~r9 zQ+l$ho1n&3dD>c%twUK5U;eStnsH6}=Mq889A8w?TOMk9fpXp3S8ExP{Ed?I7WrFs z)x)6J29yW%O^HrEVo>n)JnlI}yF#C7w^;)e=ILvo27c>IZePge)rctjaD_+$SwwHE(nybrM$QHv246*w(QxF@-|X6;z5`}3Yg49@C5k_#A_@oDjG^vz*7IcbE=EFF#PX@o8H9E}8x3~UUI zXe5oSO&m?}>6zI6A0y6KG$G6X582d`lhgS9|3Nm1c&&lo(GHPhiX6uEzJHLd5=FzB zRu}$EVpyj%$sZmNlI?VFA7{Y)9RJhd=xlX=VsU?AYX2<0)U@Pm+wgqn+gvoV+qS&K zWMlwtk~bm(Zmn%@Ht=f1(}c?2BwTkA=Us|6lX*sZm;z_^z&AD`mf0I2z96_eJ|D z(K=e296L^2dUosW#_EEkBL)GjO^rvZ%1K2vZw#Kg69#*W%64xL8?cmuxW;7*Z=ISY z^VQnMRsa-)YomYQseQIV?(IbI#4=k4G2y)icmqs>{lqiqX(aGC=3I3=Y|s{@o_{hs zjX)HFoc-6kN;!PHOp-yykIhE>80eQu_&aO`kELvyBev+On^HPC%~pbgdnl*na;v(c z5Kl)po}#0WT$S4XM%8LnvsS7wGsR-`%Raotq%qZOZw<2X(e-mp5=dQWcb; ztCL;3(UEwXwh!p$wRUQD?|~GpgB(ouEsRfqV$xG%aHBrPWT*5bk3mN980q&RsD9^r z!&s|MD~xhrxhi^%8sOK)tb&0ARiaG}W`X*Y6DdT+)q3ZhvB&WeyFbH{uy!%B)7v6a zYUw!*!uB!N_6`?VjihPu2s3@c3io|p=l4}PJ7}&&!T!gm@J?{AMF059L6VBmtvVftx7u=Yi)lNuc>ee6_rPU6*B4{fp+B1#nE1XCRZGRi~_W4UiiX1 z>_`^GN>jy#7KfLh-iZF~uJW-nZm!p`mS*G@eto4YWg6sbkiZ)c4q8wv*;5(~dZJ#V zQiO%UsQ!7)_=ptspHB=ml$hg#1cZ#xB3w)HaLHv0i@>lGnKR*nKhsoKmM0vrf)tE% z3)_X)6A`ID7D~?4zZ%DZ_qXg59x)ZX@QLot$De_EGG0{s%_H4qNd!KJ8n8=?2_r7U z6}c)xkjm^U1i&3TEM+tavdAsc=k(gWvnr>&xiUUPE)=XwnM71A{HZj^2P)g_HW4fY zbn=Q-qKE^S6dDy|H*x8OjjdsrnuixEg?@>e8(HzloL_`J6cNbmut!{!?N4^;SM>BR z)OvLst00G~vqMa%j0YwROW8e&^xZB7HOpG|eozooC5 zO-F(8iedS!3*&au@-D^Pzcs&h7X90aFQcs(K@Sx5U3_D#&6LM9VImEs8Ubzt`f)6d-qq`gW)D23v_#TI{OK<;7}< z0DSX}M5;3sWRidOFXLGfl{jQb0r@XcdM5mV+vPV+V7AzAk-t!-%AW4e;~FUo&BXkM ztBSfMl22EOXyHR?MGr*0;=Q-gtrJG$9*b#ixQTE*qD9onPMRd!i;vN$mq32qX z-^=%WMbTdnLPyT71YcAn$+cBDHEbH}4MR16>z#H#$q&L3^8=BbIc4`l*_gWOJ2C!l zbodGlP~qp91LuIT09n&tY(n=;EQi03J%L|aAub&#;mlEogk`eh`;?v83%GX2&e<`_ zFt`hvDuQ%jJsr!ZpO+tpTK3$Nsq<_AM@+zu2iDYR^|2FeD2ZsA*P9PLC*szB5l1R&>+nhjq`mu=>iy%LzrH%59%S}ltMMJH5i zJgibEa~UFvg;#%zN>amQ{|)Gy{9JiZZ_*%`h2zUMa(ByKDJ8s`%S?T}c;b&MgFy7C z=xy>%)$cGYf)@8>Q{?MTS>9KG{gOyMxqaXg03qgbdNZcpgR_Zad(71}C?Eb2X4FR7 zYQ{$BV5CsnZ=(CTwcNiHd{ddf?z#HzargEUJWbpo-{4u5qASzvfg8Yj)G_2n}1 zhTj=|Wm9)O7A$vLT8i6~A0Uh@zpHF)NZpy$8zx-R=Eu=ZYE9gk0<&NU{x>Y@l4uRB zhzzo&7UR4fV%(Br+Nu!wh#UpZMTAJ&aCLKLWjU0bG#L}aFlZc{5{X;?6s%n4yI*}q zulm^-!9zgI@Hniwt+X^^`m$t2%GFI;V+C~h2!PNw$3))DD=fr^6LQ>!aB*`^7Wj(l zVc#oT9@Dd4yji4s#-`*txv!OtJ1)R;R~YoJ%s@MI5CO6Us@jbO6vPf0J84A$M0j;m&I@O-X z`i(WRVP^l{BKIe4qoZ-+5xG=*;8)~vTO>_Z@u-`T9X#@d5ey1 zat?%5DThd=k?jjUTMzbC$(!d_CY$)iH7BhTF|6xV(skLKCEo7`Yb7q=JcI51N#50) z!ga?dZn3G#@i@|ts42T>L8$WJa;gjXtey=v&A*Hn^9xnT3p!b5&`RY{o=H{I4pT;k z_*d766Djmio1rY6qDGBHJ*K&)Ol{+YXopW0G!b%;>EDiF&K{W-@!nE)#8p%c0+3mo zv{=YV>fEJs`Y~eWE=OHHzGW|kxm0_->2hdOl(?p$2FQ4cFx#GFL>XeMuEiG z|LI)DME76COgego|JiB!zfXIUco-x3xXpe;xG;?1?y$8j`5{l3(`6x_KN3}tLh|`t z4QoI`^r>nZ$)w!e-i4kYb_^|duO`+g*gqp18$BaBKDaqIPah*!FDV--HP6j(627(` zYc_pw3aK_PK>s8?U6wvPQ3k5fGpx}F!*kU~pm*yJTk0N>wi~SO2|ZhM$j|ipeQ_gC zOf#{=gBC~LpYRmZV9##|4+`FsxC^N*CaKXqB?P>hB+}^k+#oV<;aRr+uPH8;@vN(z zM@{zwtc=@P|CpmW_fRZ&E-aW)6K(J*{Aq8Q&8Ea=C6}l?v%1ez7nFwNEF5N4V&YRG2Mb^~A$3q$d#(T5x{& zG9)hT-?R?AZYa0iV;+^oZUI?g6x}%}EiqCqqbaqqXkr35R8)}N=UR|NRC=~Fni{<) zxNvZ&Js?tgGv3i@lLF6UqnjZq+&pZO%UIo_lDeWQ4V;_NQfQ_pow*X&4z%ZD94gPZ zTj!784)5lS@0B);>q$1y9`b)c5#lMfvLuudXBhYemWg#cJMv4IHpnDbO2+qP||W81dvWHM88F<;eJQ~$ejv9C_m z*=OzF+Ur>eqdlyEGjeLNK0aZbVaXA|`3=&gkLt4RA<*v^N!yoPt2#kxNPA+6a-_kH zQPLVzYDrIIwAO&Ewy=k&BgrC33$!L0L;J@lg76bkMLeSt_Jlu)9^zJUJPH2yeEi(e zGE~-Ni1J%$ovWfTUP=Dx`VA8ruIUG|=O$ih2^4m`qQ$6!SnKD|A^fZxYd<6#Vir~0 zZGRad4XHQKsetYXn(>d7sBOxmeNFAz)Dg0oA86z)oI$I;e6r{97>@}mELQa&qN%N6 z_dt8EdA43vItvJ~40?P< zYk0d*iQY!6?l-c`cPugTxJXRf08m)86XabgnDxluQ9g&z{$!kIcIfKzD?ov*%CngU zFSVNRhmn0+Rz@xK?1mKcA^ZY5SQ|}rj)ai8Vn@SP zgr(`Kk_nfTE`b5g)=_*9>MLF;F>io;L`Dc>6wAVEwRAr8$2wT0;h6JG5*lrtYH2!K z{8Tw3npv!&>uY~mcq6vI#n9CoGLjX*SQ=E z(^!~WfvQ zQo^5%WCK#B9(&Gz9%XBN`M>KSG<=*I%SENawevi3-=o?Wfa817n-T{oKrC#qYQtvI z6!kp4+S}s5rC|07r1; z)5T$ztkqwMNPa%OSWJSH5g5QXfLQfpyK*ww#?$9sit-lgYywcnZtuaYWR>uK?U>@G zae)cVrdP)NRhkvbptIsOx@ZL#3Xaa2KRicw$-okr5A`H{es1!{<5&W_(bdtbN7gU8hv}<$K$F@{&nMnYs4pocJ|&>BBQI#e}&S- zM@k&z)|crRAGpf{Q@rW?&W(4w)kQg0+C%baT+G<&kk@}aAfZOU*CKz2?#5_P>uT}v zcT$iFPA36kFeUX3u?_i&mcV*gFNF=#12RhPkm^h!Yiz%;*cSD^-qODw7u`X(8@XlD?Y@kBJp8X;g$&m03FcYy zYmhV7vqV{(SvMscb%OQZkwyAovm`XkVZn*t4}Y+Y&AKkFN5^j0iDS&hdYQ>EkUA9{ zy}Bc;`|1-=t+x-5=D=^MS&w?sd*B9{lkuk7WV3Pn3C{7?jtvvoec|ac!d)g2t?pZ! zU5|=DOz1|HBRUQ7&ytne71T{wgZkC0i}V5F+2Vj%?BC$5$;mbK80c?l)U>J1lEW~4 z>F$DAQ~W>+9lB{KPd8%)X(DQZ>2PCJ#S%s^aWeL@Yede!6VsG&ryK1I zO;h8QOAxCc&twDiCZ9+d%TA+F5Zie>FSqIHqG!kIbb^7P$h%l9u! zSD45DDoI%XN0Nkt^*<>H|2GeK{(tg-a^y27fk5Maw!lZ^FN}+2Poof@-$NS#uB@%x zvD46P#c{~klwVNRkWS<(uZF$_B@L)t-g`BB$vj6VT+ek4QS70;CNGl-?3YB-P_z}f zrElo-YgA)1RZ~R~xIN!9fL}_k0H`bi&?5t4&HEo-!DvCt(iR?XJJBD^Ib1Q<+TN_^ zAnfMgJ%~cKQ=7HCDI}jg|EdMcZ!Cg$MDVZ=L6-wiFDWcgGnn`%?-Dhc=?3?yK-Z&) znlMbV|5-oz9S~fPpj3&<9-E184tH2QyMQK{ju*5hUAfMDx=8!Q{Y(@f`YEbY5d4-gk zmdaoWgw4Gnsnm82$w!DQDeK5S?=svzkk6Ia8VIG2rq;;0ou9 za!q3~`qzCr_aWP1fgl=jBhy=lRg<>s6C1Tvo|z+t&6~hbj7x?`YWrl01^raVLG|yw zJlgOBb9XnIKCV;Bkz!WVZY80bmRDTvBf9-d97Nmh!tN~m}jbUGoKG3ls zC4V=3_z#{_X8Z|XEY5oVtZFjR%c27P8pZGRxnwEA)JXs}vc4tWL#|JmgHvMumK?q{ z6pjz9IGj6e4_QBzQBzAwIoMHMoiW|#&>@|2S?Y58ckQjrR}MYFDHf5cXP4gE#rGIn z;4(vh3&l6qNfY{~Er2T52nvQH8f%f$C^>?5mx7^E$+8EvDD4@r7soooQs8am|9hi@ zjAoTosic40A;MxC(J$)l z=P>9Vc0($JMZU@_;XoBcR<9|tP9ZjPD5@7DOt>u*O=LZeWTd{tbbI?g6170Prxj*8 z{s06`x*5gOQ2fI^*yK9WJPLGD9fRU8Mtm)rS3`o;Yr?(9T%shyB)4|530*N`g)Bg_ zhF};eD_oAU+p%#4rXn;J?ClNV>3K>O21Zj3PUw|yn+IhS)W2mQOzJhGX3lFh#~`8z zCk2qG_yC)ekVEcx2lIn;^r7Kx1~0gTz^eT^sDIzLb}BPxNVC85q037H57uTupDkm^ zT6>QCwHZwrl2S&F&jeG}5*!GcOAbv24r5ooumcKwJ>Vu zq!^5hA7+;n(8nVs!obHvt42+wQb{oci<5UXX zTC{PX=7_+GpccneZqrOb)fFOFZl5YO7TrN5VG%{m=9rv-L=g`NpjXjMi%@CO=B+7- zvGj)WF(n%gao3DipoIcF9g~=27kFCPP9+t2}4n%ZPUuP)MhuTy%K^EJ*t{U#!K1n|Lyg^}24c zrG=2@8D&Zp%z`NOJm+a|OR|`l*7=Gcu>mB9s!oc%UYe*r$Zn$~@&Yyz7R4I+7+FgP zUPdGF#L3)#1Tt!yI@g$TNvrWR7%jd^JeHgtUg#9f?#fqN3&&>vt+MJZPmY4i&z~Y$<4)p-Tz_I zFMfO}JkQM?zPqG(sm$sc!4w7|C;j^)84D{C`&QJk9?*TO`T==vg*R^bHYQ9R351&n zQ6iDgsn1{E!wzlc>L2x5M)D|5u#2oW0pKa6@tH0?W%pv^Q@R^kcwAx04u+ImxNS5Q zYx?7ryFp8HTQ*u0d=6pbP`U1nG$wW?`;U$U-f$Adl_lj+zv$P)>dkFg%!Yw&(*T!f z>U;MTNh&HwINucNV`8L!9Gfe!JGN_3wr&fB7Gorm)BQEIB5a ztKbS@+(AA3*qQ6Ql1O$E*N1ZK50e+<^bsq9EvMbwY_iL)^F1P|pXJ=Dx52lh8qh2eSUP+m{;d?qGkx*ts zg6Dm0M6zDH_0yt`V;Qq)pd)`C!(sj=b07se@Ou9#kvZ4Gc6mj4I=Sv5qq?dr5?L;n)j5g?6GAsj z8Om-t<)1}Ge55cKSD}e%zG(0o&01L!be&TDnXWH8^?CT+LStIO0?Ju_3k;~67WP;q zW#ONq#Bj>(h_yY0*sP!Ug-sik&p~5&iPs|VDs#;KLL(28_dlSCIX4^U!41qOC+UT&R#1kxLGTK+c8sN16-#~QnAI{t;>Id@L88#{a5w- zKVyKgG5_cNwIB71`+t1jHwewyYU=;phb`&10XsoA(swC$oEZ51WBby^A*-nH;X^=O z2r(4Q^&j5GEogV^E{Oi~JwtZ>U|`Vuiq7!?2>9C6=rIU%>G*sM>8RFuTr$|jM5+== zm_U1RRs=;~8)y03Mr$Z)^s?IjlqXd;3!iOJg`h}BS+PmO zjq4Wf-yAW2TR#-;zMBlMH@WtUz&nJiN0KzuCCHT^V-X1O%Xw@ZJfzOYENQr(QejXSG<{p+E}u2kv=2lBYXZ2`Ws zp#Pm|fKle6F7ij#t<#K|yR$zb>cY(%P0JU^U68LL!>!o+4{LvNPL&Qj9^y5aQaX?| zFMKbPx=)gsQzcesN$;2hl5jB>-Y^e=f9r)-km>H>-@TU|#?`#vPwy=e!`J0FZCH+_ z_{l;J@2>YP=oRcI3lc!Hr46dr$7p`yimWCdmGFK;goRa&RIC6qJ7J~oAL3Y^M znl4ZM2k(ASEX8QN0JoGJfSd;b|Ef`lD*DAu*2>2Fz-C;jSSo>@GXqNo6Q(QkV`F07 zyGj&B(jo`2yE5}dIiZ9eBIjhvjEY`1&&N8DHlgLFSOk8 zv6~5|ngQWw;RhuEgg< z5LVomTaX~Gms3Q^-3yLfwR}nzJwK`f=(C$icxvi;fST{+MVvlHhIt^2yhGsED+1qs zIJAH;i2>^A=tpK*MBAbzS4@co`wSeyfSpmCy1^w8T(!FrbOAg1go>~SJ#mSar@JQj zsb-Fr@B-=oj(jOYN3@9i*$4g^u`2DT`j=o^%r!b$qaS9 zN=_XaP3GlfK`$}KHO>78P84YHGNLrPs%}_16wef%TmJs{mJ!xhk31_Ly z26-^IktpV#swzRX2OEnIt7CT@r^wP{AccJfvoj4lvC}N($6}SjD5^%0F84AI68^iQ zN<+ZpovPtx`z*l?=s8n>BW)Lh_8)sLdg9486V+@!Qm0R;MMFN}kh&9dvENn!K`ZVv@QfBne&OnaO6U5lY*qM{WJo{c}v%h{dtpO$CQ? zpF!zKqOnD?T`ps4waC|%$91WG#nxw+#awuW!# z`f!!bNGNwuF5TmqhKK4kx7o3f*?-v><09iloOU!`NZ>Skgh!AqL6hlV;5{o9KgR+& zUd^PYc4bAtQ2S$BvUr(G=!d;ZYWe9_Y*VlQ_R3QHz|v5#MH-)b7Hvi)!ElIBtq&G- zsX4^nHrDh5iM^=nbdz?C)w!@_5H?W8n$-e5E>c51s@FYOw zoFt$$_%_g=ha~Zij~F+0u+1h*cw-2f8@o?$MA!&qXije93mL-;@xhlu-;e+7>#T^0DpM;p!bf+= ziOd?C&28idA@cDe7`CU{6#^l<)gAN?16IoWvy{)@lD;aGSJyDmve_c#fz;^e$;V5C z=fJg!o;7vWyHKDpoL4n3;_hV;k;>%@Y?DVjL{Z?>$x9&EsS%X8hB1!;mwN8;MHk<) z2j@8b#ctZ`+M6U?vKE0irR`5zP=xW>jQ6Hvc`>l}H%I<>qr$hZRV^V`4vie0gMmlr z>c$P5K5mlKq;1c1)aXMgiDv;_{H@{{eufa5!^l&5xFbpR_LE>W zaHWh&&V;TCw-4~*VQ@#0U+*2k?!`PJ#2xc@hoFN^E~jX?wKPY`Uk$;nS3dk*aX}zb zg3s-@01vOnDyd9=4e4uKM223z8SrMUO}9&{Wi$H139A(X@1rj1uti;V0?U!u>?t5e zGT-mo^mlnF2wfmXgX=0P;jO2f+^F$#hS$o!tiG+{#(Zp)hR32e@+ zW}#n$t$Bn)dw;L$={tb~;x?z%`;+49&GX}<`nr59K|IpjVIki}?I+JdU z`b}e4iCU0Oah-i@q`knLM>spptuap#LoHEHxK}f~h)IsO*SGN5g1m6{&$EsLUBUQ9 zW2ELgH@8oy8E%mcznWJ^l8ONxPX(NstY`6S;?FuYpC+ZkWBzJ$9NGL#LZu!+X4N@b z#Jy(j-g>7uUn3oD4^NxlQcFjoG$SR?;oIq4T9V>OL)A?Y?d|#}^a!szIrJ@* zqiu4?q?6xf=v_~B{L9tN@*>K^3D`KD3^Lp&C6{5GV`fq3BM)& z28w9*LA}_NHch|2DxBCupy#?oFolt;t%tcmtkO!6StR zE^Rnj(po4eO_yr`bwM~Omf}3g^fyB*YKRQ^BWe*hFskZhVy;Py@-cV{Ym}(d>2JqU ztReJVlL*RIj_&eJ*O(jc_RZL#2dBLGthH1tgUc{hQpt9v2%jHRKjVS8Z7bO`S1a+S(@HAz-VW z%wv^Df3=^^A%P?*-FD<~sUJGA!YD)S<4?NM>cC2RK-s+!#OFAe&By12I1A&M-~@2E5k`uDZ)rZk*JZL%cN8yXBuZ^lVu!h$6MpK zC0KiEl4U%T#jD(<8?ToEH1@hnzW6-BU#dC8x0$IaxZAJZ=Hy6QNP9~`JGvtphC77Z zGDWOR70Qu>K-i|T#iv3v>~)craOcbvR4a+dOGk@hqGY3YBM6Bj@WUm*6a7hd`k?B5 zFR>ON>WJ2x0VRka!!6CM&U7ue0JA7C8GFj%SPJJZ!9-ow_g=uCgFcCV2{&jN1Dg(a z>K)s7MDzZHBtT#Y_KF6+8%= z-nqx)XGRED!#B5>!Eb69j=5gk#&>&lC<0I6(u~Yx-CdC1OIXq=qaIFWe zfU%%*S(4Fn6M3~UVvPP9jn2>5GMU?3w&DRkmTgZPQpW|N23w3do)B0HrxP_vO^`{~LTl#f{sx%ldN7wsSWBD0)3wm2{1K2p>d~cYXd2pYb>~iqayN!U-61PGCV2;@1%BclJH?I3si|@yXv~*RtW7v2QI5+pB0$K zfvECZf5Tsg!tVV62Cv89+u;~rpnIik(ebO3J5j;sptiNN4X{WN*Vwu(D&*R~xKy)b zABZTDwsdEAMngkZMGKzYkxI(?deZE4p0oNJ^DOF9g+oPHtVy24eVaVSKbb|R_dk|e zJp-I{z8giUi+B1_yL^UtS_b{DgMd$i=D=Jkk{QWM_SEL6NQdaAx){dV3f6xmEOl=> zxUidopQ(8!PY3uqKVG^IXPE%Nk}<#zdfm(z^y~M?5;Z#GWLkZLXWN_b*uWvU<%Rmb zp@E|~#5_Eys6%r0Qg9sy@BLVwCp1L`otff|cZ7S2O8YvJ$|FC~bf3-d3@CJP29iVS zDCcSrF6_J>l7~RSn0+vM3-cQF3so(p#ImT*&9CGbgi!2N1Ak8T92ZFjI1TEtzo7-t zL){F>W3w0RRScEQAI_DP6oXFivYdW7b@hr>kQ;H@o+=7DVZcbFzOT^un+K4t82o!0 z20LlPk*wee)s%)Cvxq=BQuSu)@1jqL3hRrj!OmUanfoL2fb*mVby5R` zGpWU)-+Bkv%TO|p!dX(BdEH+nB8$u?BL%@mU0xPJ

+

K

+ +

Table of Contents

+ +
+
+

K is a rewrite-based
+executable semantic framework in which programming languages, type
+systems and formal analysis tools can be defined using configurations
+and rules. Configurations organize the state in units called cells,
+which are labeled and can be nested. K rewrite rules make it explicit
+which parts of the term are read-only, write-only, read-write, or
+unused. This makes K suitable for defining truly concurrent languages
+even in the presence of sharing. Computations are represented as
+syntactic extensions of the original language abstract syntax, using a
+nested list structure which sequentializes computational tasks, such
+as program fragments. Computations are like any other terms in a
+rewriting environment: they can be matched, moved from one place to
+another, modified, or deleted. This makes K suitable for defining
+control-intensive features such as abrupt termination, exceptions, or
+call/cc.

+

K Tool Download

+ +
    +
  • Install from the latest K GitHub Release.
  • +
  • Try our Editor Support page for links to K syntax highlighting definitions for various popular editors/IDEs. Please feel free to contribute.
  • +
  • Build or browse the code on GitHub, where you can also report bugs.
  • +
+

Learn K

+ + +

Support

+ + +

Resources

+ + +

K Tutorial

+ +

The purpose of this series of lessons is to teach developers how to program in
+K. While the primary use of K is in the specification of operational semantics
+of programming languages, this tutorial is agnostic on how the knowledge of K
+is used. For a more detailed tutorial explaining the basic principles of
+programming language design, refer to the
+K PL Tutorial. Note that that tutorial is somewhat
+out of date presently.

+

This K tutorial is a work in progress. Many lessons are currently simply
+placeholders for future content.

+

To start the K tutorial, begin with
+Section 1: Basic Programming in K.

+

Section 1: Basic K Concepts

+ +

The goal of this first section of the K tutorial is to teach the basic
+principles of K to someone with no prior experience with K as a programming
+language. However, this is not written with the intended audience of someone
+who is a complete beginner to programming. We are assuming that the reader
+has a firm grounding in computer science broadly, as well as that they have
+experience writing code in functional programming languages before.

+

By the end of this section, the reader ought to be able to write specifications
+of simple languages in K, use these specifications to generate a fast
+interpreter for their programming language, as well as write basic deductive
+program verification proofs over programs in their language. This should give
+them the theoretical grounding they need to begin expanding their knowledge
+of K in Section 2: Intermediate K Concepts.

+

To begin this section, refer to
+Lesson 1.1: Setting up a K Environment.

+

Lesson 1.1: Setting up a K Environment

+ +

The first step to learning K is to install K on your system, and configure your
+editor for K development.

+

Installing K

+ +

You have two options for how to install K, depending on how you intend to
+interact with the K codebase. If you are solely a user of K, and have no
+interest in developing or making changes to K, you most likely will want to
+install one of our binary releases of K. However, if you are going to be a K
+developer, or simply want to build K from source, you should follow the
+instructions for a source build of K.

+

Installing K from a binary release

+ +

K is developed as a rolling release, with each change to K that passes our
+CI infrastructure being deployed on GitHub for download. The latest release of
+K can be downloaded here.
+This page also contains information on how to install K. It is recommended
+that you fully uninstall the old version of K prior to installing the new one,
+as K does not maintain entries in package manager databases, with the exception
+of Homebrew on MacOS.

+

Installing K from source

+ +

You can clone K from GitHub with the following Git command:

+
git clone https://github.com/runtimeverification/k --recursive
+

Instructions on how to build K from source can be found
+here.

+

Configuring your editor

+ +

K maintains a set of scripts for a variety of text editors, including vim and
+emacs, in various states of maintenance. You can download these scripts with
+the following Git command:

+
git clone https://github.com/kframework/k-editor-support
+

Because K allows users to define their own grammars for parsing K itself,
+not all features of K can be effectively highlighted. However, at the cost of
+occasionally highlighting things incorrectly, you can get some pretty good
+results in many cases. With that being said, some of the editor scripts in the
+above repository are pretty out of date. If you manage to improve them, we
+welcome pull requests into the repository.

+

Troubleshooting

+ +

If you have problems installing K, we encourage you to reach out to us. If you
+follow the above install instructions and run into a problem, you can
+Create a bug report on GitHub

+

Next lesson

+ +

Once you have set up K on your system to your satisfaction, you can continue to
+Lesson 1.2: Basics of Functional K.

+

Lesson 1.2: Basics of Functional K

+ +

The purpose of this lesson is to explain the basics of productions and
+rules in K. These are two types of K sentences. A K file consists of
+one or more requires or modules in K. Each module consists of one or
+more imports or sentences. For more information on requires, modules, and
+sentences, refer to Lesson 1.5. However, for the time
+being, just think of a module as a container for sentences, and don't worry
+about requires or imports just yet.

+

Our first K program

+ +

To start with, input the following program into your editor as file
+lesson-02-a.k:

+
module LESSON-02-A
+
+  syntax Color ::= Yellow() | Blue()
+  syntax Fruit ::= Banana() | Blueberry()
+  syntax Color ::= colorOf(Fruit) [function]
+
+  rule colorOf(Banana()) => Yellow()
+  rule colorOf(Blueberry()) => Blue()
+
+endmodule
+

Save this file and then run:

+
kompile lesson-02-a.k
+

kompile is K's compiler. By default, it takes a program or specification
+written in K and compiles it into an interpreter for that input. Right now we
+are compiling a single file. A set of K files that are compiled together are
+called a K definition. We will cover multiple file K definitions later on.
+kompile will output a directory containing everything needed to execute
+programs and perform proofs using that definition. In this case, kompile will
+(by default) create the directory lesson-02-a-kompiled under the current
+directory.

+

Now, save the following input file in your editor as banana.color in the same
+directory as lesson-02-a.k:

+
colorOf(Banana())
+

We can now evaluate this K term by running (from the same directory):

+
krun banana.color
+

krun will use the interpreter generated by the first call to kompile to
+execute this program.

+

You will get the following output:

+
<k>
+  Yellow ( ) ~> .
+</k>
+

For now, don't worry about the <k>, </k>, or ~> . portions of this
+output file.

+

You can also execute small programs directly by specifying them on the command
+line instead of putting them in a file. For example, the same program above
+could also have been executed by running the following command:

+
krun -cPGM='colorOf(Banana())'
+

Now, let's look at what this definition and program did.

+

Productions, Constructors, and Functions

+ +

The first thing to realize is that this K definition contains 5 productions.
+Productions are introduced with the syntax keyword, followed by a sort,
+followed by the operator ::= followed by the definition of one or more
+productions themselves, separated by the | operator. There are different
+types of productions, but for now we only care about constructors and
+functions. Each declaration separated by the | operator is individually
+a single production, and the | symbol simply groups together productions that
+have the same sort. For example, we could equally have written an identical K
+definition lesson-02-b.k like so:

+
module LESSON-02-B
+
+  syntax Color ::= Yellow()
+  syntax Color ::= Blue()
+  syntax Fruit ::= Banana()
+  syntax Fruit ::= Blueberry()
+  syntax Color ::= colorOf(Fruit) [function]
+
+  rule colorOf(Banana()) => Yellow()
+  rule colorOf(Blueberry()) => Blue()
+
+endmodule
+

You can try compiling and running lesson-02-b.k to see that it produces the same output as lesson-02-a.k:

+
kompile lesson-02-b.k
+krun -cPGM='colorOf(Banana())' --definition 'lesson-02-b-kompiled'
+

where the --definition attribute points to the directory containing a compiled version of LESSON-02-B.
+Even the following definition is equivalent:

+
module LESSON-02-C
+
+  syntax Color ::= Yellow()
+                 | Blue()
+                 | colorOf(Fruit) [function]
+  syntax Fruit ::= Banana()
+                 | Blueberry()
+
+  rule colorOf(Banana()) => Yellow()
+  rule colorOf(Blueberry()) => Blue()
+
+endmodule
+

Each of these types of productions named above has the same underlying syntax,
+but context and attributes are used to distinguish between the different
+types. Tokens, brackets, lists, macros, aliases, and anywhere productions will
+be covered in a later lesson, but this lesson does introduce us to constructors
+and functions. Yellow(), Blue(), Banana(), and Blueberry() are
+constructors. You can think of a constructor like a constructor for an
+algebraic data type, if you're familiar with a functional language. The data
+type itself is the sort that appears on the left of the ::= operator. Sorts
+in K consist of uppercase identifiers.

+

Constructors can have arguments, but these ones do not. We will cover the
+syntax of productions in detail in the next lesson, but for now, you can write
+a production with no arguments as an uppercase or lowercase identifier followed
+by the () operator.

+

A function is distinguished from a constructor by the presence of the
+function attribute. Attributes appear in a comma separated list between
+square brackets after any sentence, including both productions and rules.
+Various attributes with built-in meanings exist in K and will be discussed
+throughout the tutorial.

+

Exercise

+ +

Use krun to compute the return value of the colorOf function on a
+Blueberry().

+

Rules, Matching, and Variables

+ +

Functions in K are given definitions using rules. A rule begins with the rule
+keyword and contains at least one rewrite operator. The rewrite operator
+is represented by the syntax =>. The rewrite operator is one of the built-in
+productions in K, and we will discuss in more detail how it can be used in
+future lessons, but for now, you can think of a rule as consisting of a
+left-hand side and a right-hand side, separated by the rewrite
+operator. On the left-hand side is the name of the function and zero or more
+patterns corresponding to the parameters of the function. On the right-hand
+side is another pattern. The meaning of the rule is relatively simple, having
+defined these components. If the function is called with arguments that
+match the patterns on the left-hand side, then the return value of the
+function is the pattern on the right-hand side.

+

For example, in the above example, if the argument of the colorOf function
+is Banana(), then the return value of the function is Yellow().

+

So far we have introduced that a constructor is a type of pattern in K. We
+will introduce more complex patterns in later lessons, but there is one other
+type of basic pattern: the variable. A variable, syntactically, consists
+of an uppercase identifier. However, unlike a constructor, a variable will
+match any pattern with one exception: Two variables with the same name
+must match the same pattern.

+

Here is a more complex example (lesson-02-d.k):

+
module LESSON-02-D
+
+  syntax Container ::= Jar(Fruit)
+  syntax Fruit ::= Apple() | Pear()
+
+  syntax Fruit ::= contentsOfJar(Container) [function]
+
+  rule contentsOfJar(Jar(F)) => F
+
+endmodule
+

Here we see that Jar is a constructor with a single argument. You can write a
+production with multiple arguments by putting the sorts of the arguments in a
+comma-separated list inside the parentheses.

+

In this example, F is a variable. It will match either Apple() or Pear().
+The return value of the function is created by substituting the matched
+values of all of the variables into the variables on the right-hand side of
+the rule.

+

To demonstrate, compile this definition and execute the following program with
+krun:

+
contentsOfJar(Jar(Apple()))
+

You will see when you run it that the program returns Apple(), because that
+is the pattern that was matched by F.

+

Exercises

+ +
    +
  1. Extend the definition in lesson-02-a.k with the addition of blackberries
    +and kiwis. For simplicity, blackberries are black and kiwis are green. Then
    +compile your definition and test that your additional fruits are correctly
    +handled by the colorOf function.
  2. +
  3. Create a new definition which defines an outfit as a multi-argument
    +constructor consisting of a hat, shirt, pants, and shoes. Define a new sort,
    +Boolean, with two constructors, true and false. Each of hat, shirt, pants,
    +and shoes will have a single argument (a color), either black or
    +white. Then define an outfitMatching function that will return true if all
    +the pieces of the outfit are the same color. You do not need to define the
    +case that returns false. Write some tests that your function behaves the way
    +you expect.
  4. +
+

Next lesson

+ +

Once you have completed the above exercises, you can continue to
+Lesson 1.3: BNF Syntax and Parser Generation.

+

Lesson 1.3: BNF Syntax and Parser Generation

+ +

The purpose of this lesson is to explain the full syntax and semantics of
+productions in K as well as how productions and other syntactic
+sentences can be used to define grammars for use parsing both rules as well
+as programs.

+

K's approach to parsing

+ +

K's grammar is divided into two components: the outer syntax of K and the
+inner syntax of K. Outer syntax refers to the parsing of requires,
+modules, imports, and sentences in a K definition. Inner syntax
+refers to the parsing of rules and programs. Unlike the outer syntax of
+K, which is predetermined, much of the inner syntax of K is defined by you, the
+developer. When rules or programs are parsed, they are parsed within the
+context of a module. Rules are parsed in the context of the module in which
+they exist, whereas programs are parsed in the context of the
+main syntax module of a K definition. The productions and other syntactic
+sentences in a module are used to construct the grammar of the module, which
+is then used to perform parsing.

+

Basic BNF productions

+ +

To illustrate how this works, we will consider a simple K definition which
+defines a relatively basic calculator capable of evaluating Boolean expressions
+containing and, or, not, and xor.

+

Input the following program into your editor as file lesson-03-a.k:

+
module LESSON-03-A
+
+  syntax Boolean ::= "true" | "false"
+                   | "!" Boolean [function]
+                   | Boolean "&&" Boolean [function]
+                   | Boolean "^" Boolean [function]
+                   | Boolean "||" Boolean [function]
+
+endmodule
+

You will notice that the productions in this file look a little different than
+the ones from the previous lesson. In point of fact, K has two different
+mechanisms for defining productions. We have previously been focused
+exclusively on the first mechanism, where the ::= symbol is followed by an
+alphanumeric identifier followed by a comma-separated list of sorts in
+parentheses. However, this is merely a special case of a more generic mechanism
+for defining the syntax of productions using a variant of
+BNF Form.

+

For example, in the previous lesson, we had the following set of productions:

+
module LESSON-03-B
+  syntax Color ::= Yellow() | Blue()
+  syntax Fruit ::= Banana() | Blueberry()
+  syntax Color ::= colorOf(Fruit) [function]
+endmodule
+

It turns out that this is equivalent to the following definition which defines
+the same grammar, but using BNF notation:

+
module LESSON-03-C
+  syntax Color ::= "Yellow" "(" ")" | "Blue" "(" ")"
+  syntax Fruit ::= "Banana" "(" ")" | "Blueberrry" "(" ")"
+  syntax Color ::= "colorOf" "(" Fruit ")" [function]
+endmodule
+

In this example, the sorts of the argument to the function are unchanged, but
+everything else has been wrapped in double quotation marks. This is because
+in BNF notation, we distinguish between two types of production items:
+terminals and non-terminals. A terminal represents simply a literal
+string of characters that is verbatim part of the syntax of that production.
+A non-terminal, conversely, represents a sort name, where the syntax of that
+production accepts any valid term of that sort at that position.

+

This is why, when we wrote the program colorOf(Banana()), krun was able to
+execute that program: because it represented a term of sort Color that was
+parsed and interpreted by K's interpreter. In other words, krun parses and
+interprets terms according to the grammar defined by the developer. It is
+automatically converted into an AST of that term, and then the colorOf
+function is evaluated using the function rules provided in the definition.

+

You can ask yourself: How does K match the strings between the double quotes?
+The answer is that K uses Flex to generate a scanner for the grammar. Flex looks
+for the longest possible match of a regular expression in the input. If there
+are ambiguities between 2 or more regular expressions, it will pick the one with
+the highest prec attribute. You can learn more about how Flex matching works
+here.

+

Bringing us back to the file lesson-03-a.k, we can see that this grammar
+has given a simple BNF grammar for expressions over Booleans. We have defined
+constructors corresponding to the Boolean values true and false, and functions
+corresponding to the Boolean operators for and, or, not, and xor. We have also
+given a syntax for each of these functions based on their syntax in the C
+programming language. As such, we can now write programs in the simple language
+we have defined.

+

Input the following program into your editor as and.bool in the same
+directory:

+
true && false
+

We cannot interpret this program yet, because we have not given rules defining
+the meaning of the && function yet, but we can parse it. To do this, you can
+run (from the same directory):

+
kast --output kore and.bool
+

kast is K's just-in-time parser. It will generate a grammar from your K
+definition on the fly and use it to parse the program passed on the command
+line. The --output flag controls how the resulting AST is represented; don't
+worry about the possible values yet, just use kore.

+

You ought to get the following AST printed on standard output, minus the
+formatting:

+
inj{SortBoolean{}, SortKItem{}}(
+  Lbl'UndsAnd-And-UndsUnds'LESSON-03-A'Unds'Boolean'Unds'Boolean'Unds'Boolean{}(
+    Lbltrue'Unds'LESSON-03-A'Unds'Boolean{}(),
+    Lblfalse'Unds'LESSON-03-A'Unds'Boolean{}()
+  )
+)
+

Don't worry about what exactly this means yet, just understand that it
+represents the AST of the program that you just parsed. You ought to be able
+to recognize the basic shape of it by seeing the words true, false, and
+And in there. This is Kore, the intermediate representation of K, and we
+will cover it in detail later.

+

Note that you can also tell kast to print the AST in other formats. For a
+more direct representation of the original K, while still maintaining the
+structure of an AST, you can say kast --output kast and.bool. This will
+yield the following output:

+
`_&&__LESSON-03-A_Boolean_Boolean_Boolean`(
+  `true_LESSON-03-A_Boolean`(.KList),
+  `false_LESSON-03-A_Boolean`(.KList)
+)
+

Note how the first output is largely a name-mangled version of the second
+output. The one difference is the presence of the inj symbol in the KORE
+output. We will talk more about this in later lessons.

+

Exercise

+ +

Parse the expression false || true with --output kast. See if you can
+predict approximately what the corresponding output would be with
+--output kore, then run the command yourself and compare it to your
+prediction.

+

Ambiguities

+ +

Now let's try a slightly more advanced example. Input the following program
+into your editor as and-or.bool:

+
true && false || false
+

When you try and parse this program, you ought to see the following error:

+
[Error] Inner Parser: Parsing ambiguity.
+1: syntax Boolean ::= Boolean "||" Boolean [function]
+
+`_||__LESSON-03-A_Boolean_Boolean_Boolean`(`_&&__LESSON-03-A_Boolean_Boolean_Boolean`(`true_LESSON-03-A_Boolean`(.KList),`false_LESSON-03-A_Boolean`(.KList)),`false_LESSON-03-A_Boolean`(.KList))
+2: syntax Boolean ::= Boolean "&&" Boolean [function]
+
+`_&&__LESSON-03-A_Boolean_Boolean_Boolean`(`true_LESSON-03-A_Boolean`(.KList),`_||__LESSON-03-A_Boolean_Boolean_Boolean`(`false_LESSON-03-A_Boolean`(.KList),`false_LESSON-03-A_Boolean`(.KList)))
+        Source(./and-or.bool)
+        Location(1,1,1,23)
+

This error is saying that kast was unable to parse this program because it is
+ambiguous. K's just-in-time parser is a GLL parser, which means it can handle
+the full generality of context-free grammars, including those grammars which
+are ambiguous. An ambiguous grammar is one where the same string can be parsed
+as multiple distinct ASTs. In this example, it can't decide whether it should
+be parsed as (true && false) || false or as true && (false || false). As a
+result, it reports the error to the user.

+

Brackets

+ +

Currently there is no way of resolving this ambiguity, making it impossible
+to write complex expressions in this language. This is obviously a problem.
+The standard solution in most programming languages to this problem is to
+use parentheses to indicate the appropriate grouping. K generalizes this notion
+into a type of production called a bracket. A bracket production in K
+is any production with the bracket attribute. It is required that such a
+production only have a single non-terminal, and the sort of the production
+must equal the sort of that non-terminal. However, K does not otherwise
+impose restrictions on the grammar the user provides for a bracket. With that
+being said, the most common type of bracket is one in which a non-terminal
+is surrounded by terminals representing some type of bracket such as
+(), [], {}, <>, etc. For example, we can define the most common
+type of bracket, the type used by the vast majority of programming languages,
+quite simply.

+

Consider the following modified definition, which we will save to
+lesson-03-d.k:

+
module LESSON-03-D
+
+  syntax Boolean ::= "true" | "false"
+                   | "(" Boolean ")" [bracket]
+                   | "!" Boolean [function]
+                   | Boolean "&&" Boolean [function]
+                   | Boolean "^" Boolean [function]
+                   | Boolean "||" Boolean [function]
+
+endmodule
+

In this definition, if the user does not explicitly define parentheses, the
+grammar remains ambiguous and K's just-in-time parser will report an error.
+However, you are now able to parse more complex programs by means of explicitly
+grouping subterms with the bracket we have just defined.

+

Consider and-or-left.bool:

+
(true && false) || false
+

Now consider and-or-right.bool:

+
true && (false || false)
+

If you parse these programs with kast, you will once again get a single
+unique AST with no error. If you look, you might notice that the bracket itself
+does not appear in the AST. In fact, this is a property unique to brackets:
+productions with the bracket attribute are not represented in the parsed AST
+of a term, and the child of the bracket is folded immediately into the parent
+term. This is the reason for the requirement that a bracket production have
+a single non-terminal of the same sort as the production itself.

+

Exercise

+ +

Write out what you expect the AST to be arising from parsing these two programs
+above with --output kast, then parse them yourself and compare them to the
+AST you expected. Confirm for yourself that the bracket production does not
+appear in the AST.

+

Tokens

+ +

So far we have seen how we can define the grammar of a language. However,
+the grammar is not the only relevant part of parsing a language. Also relevant
+is the lexical syntax of the language. Thus far, we have implicitly been using
+K's automatic lexer generation to generate a token in the scanner for each
+terminal in our grammar. However, sometimes we wish to define more complex
+lexical syntax. For example, consider the case of integers in C: an integer
+consists of a decimal, octal, or hexadecimal number followed by an optional
+suffix indicating the type of the literal.

+

In theory it would be possible to define this syntax via a grammar, but not
+only would it be cumbersome and tedious, you would also then have to deal with
+an AST generated for the literal which is not convenient to work with.

+

Instead of doing this, K allows you to define token productions, where
+a production consists of a regular expression followed by the token
+attribute, and the resulting AST consists of a typed string containing the
+value recognized by the regular expression.

+

For example, the builtin integers in K are defined using the following
+production:

+
syntax Int ::= r"[\\+-]?[0-9]+" [token]
+

Here we can see that we have defined that an integer is an optional sign
+followed by a nonzero sequence of digits. The r preceding the terminal
+indicates that what appears inside the double quotes is a regular expression,
+and the token attribute indicates that terms which parse as this production
+should be converted into a token by the parser.

+

It is also possible to define tokens that do not use regular expressions. This
+can be useful when you wish to declare particular identifiers for use in your
+semantics later. For example:

+
syntax Id ::= "main" [token]
+

Here, we declare that main is a token of sort Id. Instead of being parsed
+as a symbol, it gets parsed as a token, generating a typed string in the AST.
+This is useful in a semantics of C because the parser generally does not treat
+the main function in C specially; only the semantics treats it specially.

+

Of course, languages can have more complex lexical syntax. For example, if we
+wish to define the syntax of integers in C, we could use the following
+production:

+
syntax IntConstant ::= r"(([1-9][0-9]*)|(0[0-7]*)|(0[xX][0-9a-fA-F]+))(([uU][lL]?)|([uU]((ll)|(LL)))|([lL][uU]?)|(((ll)|(LL))[uU]?))?" [token]
+

As you may have noted above, long and complex regular expressions
+can be hard to read. They also suffer from the problem that unlike a grammar,
+they are not particularly modular.

+

We can get around this restriction by declaring explicit regular expressions,
+giving them a name, and then referring to them in productions.

+

Consider the following (equivalent) way to define the lexical syntax of
+integers in C:

+
syntax IntConstant ::= r"({DecConstant}|{OctConstant}|{HexConstant})({IntSuffix}?)" [token]
+syntax lexical DecConstant = r"{NonzeroDigit}({Digit}*)"
+syntax lexical OctConstant = r"0({OctDigit}*)"
+syntax lexical HexConstant = r"{HexPrefix}({HexDigit}+)"
+syntax lexical HexPrefix = r"0x|0X"
+syntax lexical NonzeroDigit = r"[1-9]"
+syntax lexical Digit = r"[0-9]"
+syntax lexical OctDigit = r"[0-7]"
+syntax lexical HexDigit = r"[0-9a-fA-F]"
+syntax lexical IntSuffix = r"{UnsignedSuffix}({LongSuffix}?)|{UnsignedSuffix}{LongLongSuffix}|{LongSuffix}({UnsignedSuffix}?)|{LongLongSuffix}({UnsignedSuffix}?)"
+syntax lexical UnsignedSuffix = r"[uU]"
+syntax lexical LongSuffix = r"[lL]"
+syntax lexical LongLongSuffix = r"ll|LL"
+

As you can see, this is rather more verbose, but it has the benefit of both
+being much easier to read and understand, and also increased modularity.
+Note that we refer to a named regular expression by putting the name in curly
+brackets. Note also that only the first sentence actually declares a new piece
+of syntax in the language. When the user writes syntax lexical, they are only
+declaring a regular expression. To declare an actual piece of syntax in the
+grammar, you still must actually declare an explicit token production.

+

One final note: K uses Flex to implement
+its lexical analysis. As a result, you can refer to the
+Flex Manual
+for a detailed description of the regular expression syntax supported. Note
+that for performance reasons, Flex's regular expressions are actually a regular
+language, and thus lack some of the syntactic convenience of modern
+"regular expression" libraries. If you need features that are not part of the
+syntax of Flex regular expressions, you are encouraged to express them via
+a grammar instead.

+

Ahead-of-time parser generation

+ +

So far we have been entirely focused on K's support for just-in-time parsing,
+where the parser is generated on the fly prior to being used. This benefits
+from being faster to generate the parser, but it suffers in performance if you
+have to repeatedly parse strings with the same parser. For this reason, it is
+generally encouraged that when parsing programs, you use K's ahead-of-time
+parser generation. K makes use of
+GNU Bison to generate parsers.

+

By default, you can enable ahead-of-time parsing via the --gen-bison-parser
+flag to kompile. This will make use of Bison's LR(1) parser generator. As
+such, if your grammar is not LR(1), it may not parse exactly the same as if
+you were to use the just-in-time parser, because Bison will automatically pick
+one of the possible branches whenever it encounters a shift-reduce or
+reduce-reduce conflict. In this case, you can either modify your grammar to be
+LR(1), or you can enable use of Bison's GLR support by instead passing
+--gen-glr-bison-parser to kompile. Note that if your grammar is ambiguous,
+the ahead-of-time parser will not provide you with particularly readable error
+messages at this time.

+

If you have a K definition named foo.k, and it generates a directory when
+you run kompile called foo-kompiled, you can invoke the ahead-of-time
+parser you generated by running foo-kompiled/parser_PGM <file> on a file.

+

Exercises

+ +
    +
  1. +

    Compile lesson-03-d.k with ahead-of-time parsing enabled. Then compare
    +how long it takes to run kast --output kore and-or-left.bool with how long it
    +takes to run lesson-03-d-kompiled/parser_PGM and-or-left.bool. Confirm for
    +yourself that both produce the same result, but that the latter is faster.

    +
  2. +
  3. +

    Define a simple grammar consisting of integers, brackets, addition,
    +subtraction, multiplication, division, and unary negation. Integers should be
    +in decimal form and lexically without a sign, whereas negative numbers can be
    +represented via unary negation. Ensure that you are able to parse some basic
    +arithmetic expressions using a generated ahead-of-time parser. Do not worry
    +about disambiguating the grammar or about writing rules to implement the
    +operations in this definition.

    +
  4. +
  5. +

    Write a program where the meaning of the arithmetic expression based on
    +the grammar you defined above is ambiguous, and then write programs that
    +express each individual intended meaning using brackets.

    +
  6. +
+

Next lesson

+ +

Once you have completed the above exercises, you can continue to
+Lesson 1.4: Disambiguating Parses.

+

Lesson 1.4: Disambiguating Parses

+ +

The purpose of this lesson is to teach how to use K's builtin features for
+disambiguation to transform an ambiguous grammar into an unambiguous one that
+expresses the intended ASTs.

+

Priority blocks

+ +

In practice, very few formal languages outside the domain of natural language
+processing are ambiguous. The main reason for this is that parsing unambiguous
+languages is asymptotically faster than parsing ambiguous languages.
+Programming language designers instead usually use the notions of operator
+precedence and associativity to make expression grammars unambiguous. These
+mechanisms work by instructing the parser to reject certain ASTs in favor of
+others in case of ambiguities; it is often possible to remove all ambiguities
+in a grammar with these techniques.

+

While it is sometimes possible to explicitly rewrite the grammar to remove
+these parses, because K's grammar specification and AST generation are
+inextricably linked, this is generally discouraged. Instead, we use the
+approach of explicitly expressing the relative precedence of different
+operators in different situations in order to resolve the ambiguity.

+

For example, in C, && binds tighter in precedence than ||, meaning that
+the expression true && false || false has only one valid AST:
+(true && false) || false.

+

Consider, then, the third iteration on the grammar of this definition
+(lesson-04-a.k):

+
module LESSON-04-A
+
+  syntax Boolean ::= "true" | "false"
+                   | "(" Boolean ")" [bracket]
+                   > "!" Boolean [function]
+                   > Boolean "&&" Boolean [function]
+                   > Boolean "^" Boolean [function]
+                   > Boolean "||" Boolean [function]
+
+endmodule
+

In this example, some of the | symbols separating productions in a single
+block have been replaced with >. This serves to describe the
+priority groups associated with this block of productions.
+The first priority group consists of the atoms of the
+language: true, false, and the bracket operator. In general, a priority
+group starts either at the ::= or > operator and extends until either the
+next > operator or the end of the production block. Thus, we can see that the
+second, third, fourth, and fifth priority groups in this grammar all consist
+of a single production.

+

The meaning of these priority groups becomes apparent when parsing programs:
+A symbol with a lesser priority, (i.e., one that binds looser), cannot
+appear as the direct child of a symbol with a greater priority (i.e.,
+one that binds tighter. In this case, the > operator can be seen as a
+greater-than operator describing a transitive partial ordering on the
+productions in the production block, expressing their relative priority.

+

To see this more concretely, let's look again at the program
+true && false || false. As noted before, previously this program was
+ambiguous because the parser could either choose that && was the child of ||
+or vice versa. However, because a symbol with lesser priority (i.e., ||)
+cannot appear as the direct child of a symbol with greater priority
+(i.e., &&), the parser will reject the parse where || is under the
+&& operator. As a result, we are left with the unambiguous parse
+(true && false) || false. Similarly, true || false && false parses
+unambiguously as true || (false && false). Conversely, if the user explicitly
+wants the other parse, they can express this using brackets by explicitly
+writing true && (false || false). This still parses successfully because the
+|| operator is no longer the direct child of the && operator, but is
+instead the direct child of the () operator, and the && operator is an
+indirect parent, which is not subject to the priority restriction.

+

Astute readers, however, will already have noticed what seems to be a
+contradiction: we have defined () as also having greater priority than ||.
+One would think that this should mean that || cannot appear as a direct
+child of (). This is a problem because priority groups are applied to every
+possible parse separately. That is to say, even if the term is unambiguous
+prior to this disambiguation rule, we still reject that parse if it violates
+the rule of priority.

+

In fact, however, we do not reject this program as a parse error. Why is that?
+Well, the rule for priority is slightly more complex than previously described.
+In actual fact, it applies only conditionally. Specifically, it applies in
+cases where the child is either the first or last production item in the
+parent's production. For example, in the production Bool "&&" Bool, the
+first Bool non-terminal is not preceded by any terminals, and the last Bool
+non-terminal is not followed by any terminals. As a result of this, we apply
+the priority rule to both children of &&. However, in the () operator,
+the sole non-terminal is both preceded by and followed by terminals. As a
+result, the priority rule is not applied when () is the parent. Because of
+this, the program we mentioned above successfully parses.

+

Exercise

+ +

Parse the program true && false || false using kast, and confirm that the AST
+places || as the top level symbol. Then modify the definition so that you
+will get the alternative parse.

+

Associativity

+ +

Even having broken the expression grammar into priority blocks, the resulting
+grammar is still ambiguous. We can see this if we try to parse the following
+program (assoc.bool):

+
true && false && false
+

Priority blocks will not help us here: the problem comes between two parses
+where both possible parses have a direct parent and child which is within a
+single priority block (in this case, && is in the same block as itself).

+

This is where the notion of associativity comes into play. Associativity
+applies the following additional rules to parses:

+
    +
  • a left-associative symbol cannot appear as a direct rightmost child of a
    +symbol with equal priority;
  • +
  • a right-associative symbol cannot appear as a direct leftmost child of a
    +symbol with equal priority; and
  • +
  • a non-associative symbol cannot appear as a direct leftmost or rightmost
    +child of a symbol with equal priority.
  • +
+

In C, binary operators are all left-associative, meaning that the expression
+true && false && false parses unambiguously as (true && false) && false,
+because && cannot appear as the rightmost child of itself.

+

Consider, then, the fourth iteration on the grammar of this definition
+(lesson-04-b.k):

+
module LESSON-04-B
+
+  syntax Boolean ::= "true" | "false"
+                   | "(" Boolean ")" [bracket]
+                   > "!" Boolean [function]
+                   > left: Boolean "&&" Boolean [function]
+                   > left: Boolean "^" Boolean [function]
+                   > left: Boolean "||" Boolean [function]
+
+endmodule
+

Here each priority group, immediately after the ::= or > operator, can
+be followed by a symbol representing the associativity of that priority group:
+either left: for left associativity, right: for right associativity, or
+non-assoc: for non-associativity. In this example, each priority group we
+apply associativity to has only a single production, but we could equally well
+write a priority block with multiple productions and an associativity.

+

For example, consider the following, different grammar (lesson-04-c.k):

+
module LESSON-04-C
+
+  syntax Boolean ::= "true" | "false"
+                   | "(" Boolean ")" [bracket]
+                   > "!" Boolean [function]
+                   > left:
+                     Boolean "&&" Boolean [function]
+                   | Boolean "^" Boolean [function]
+                   | Boolean "||" Boolean [function]
+
+endmodule
+

In this example, unlike the one above, &&, ^, and || have the same
+priority. However, viewed as a group, the entire group is left associative.
+This means that none of &&, ^, and || can appear as the right child of
+any of &&, ^, or ||. As a result of this, this grammar is also not
+ambiguous. However, it expresses a different grammar, and you are encouraged
+to think about what the differences are in practice.

+

Exercise

+ +

Parse the program true && false && false yourself, and confirm that the AST
+places the rightmost && at the top of the expression. Then modify the
+definition to generate the alternative parse.

+

Explicit priority and associativity declarations

+ +

Previously we have only considered the case where all of the productions
+which you wish to express a priority or associativity relation over are
+co-located in the same block of productions. However, in practice this is not
+always feasible or desirable, especially as a definition grows in size across
+multiple modules.

+

As a result of this, K provides a second way of declaring priority and
+associativity relations.

+

Consider the following grammar, which we will name lesson-04-d.k and which
+will express the exact same grammar as lesson-04-b.k

+
module LESSON-04-D
+
+  syntax Boolean ::= "true" [group(literal)] | "false" [group(literal)]
+                   | "(" Boolean ")" [group(atom), bracket]
+                   | "!" Boolean [group(not), function]
+                   | Boolean "&&" Boolean [group(and), function]
+                   | Boolean "^" Boolean [group(xor), function]
+                   | Boolean "||" Boolean [group(or), function]
+
+  syntax priorities literal atom > not > and > xor > or
+  syntax left and
+  syntax left xor
+  syntax left or
+endmodule
+

This introduces a couple of new features of K. First, the group(_) attribute
+is used to conceptually group together sets of sentences under a common
+user-defined name. For example, literal in the syntax priorities sentence is
+used to refer to all the productions marked with the group(literal) attribute,
+i.e., true and false. A production can belong to multiple groups using
+syntax such as group(myGrp1,myGrp2).

+

Once we understand this, it becomes relatively straightforward to understand
+the meaning of this grammar. Each syntax priorities sentence defines a
+priority relation where > separates different priority groups. Each priority
+group is defined by a list of one or more group names, and consists of all
+productions which are members of at least one of those named groups.

+

In the same way, a syntax left, syntax right, or syntax non-assoc sentence
+defines an associativity relation among left-, right-, or non-associative
+groups. Specifically, this means that:

+
syntax left a b
+

is different to:

+
syntax left a
+syntax left b
+

As a consequence of this, syntax [left|right|non-assoc] should not be used to
+group together labels with different priority.

+

Prefer/avoid

+ +

Sometimes priority and associativity prove insufficient to disambiguate a
+grammar. In particular, sometimes it is desirable to be able to choose between
+two ambiguous parses directly while still not rejecting any parses if the term
+parsed is unambiguous. A good example of this is the famous "dangling else"
+problem in imperative C-like languages.

+

Consider the following definition (lesson-04-E.k):

+
module LESSON-04-E
+
+  syntax Exp ::= "true" | "false"
+  syntax Stmt ::= "if" "(" Exp ")" Stmt
+                | "if" "(" Exp ")" Stmt "else" Stmt
+                | "{" "}"
+endmodule
+

We can write the following program (dangling-else.if):

+
if (true) if (false) {} else {}
+

This is ambiguous because it is unclear whether the else clause is part of
+the outer if or the inner if. At first we might try to resolve this with
+priorities, saying that the if without an else cannot appear as a child of
+the if with an else. However, because the non-terminal in the parent symbol
+is both preceded and followed by a terminal, this will not work.

+

Instead, we can resolve the ambiguity directly by telling the parser to
+"prefer" or "avoid" certain productions when ambiguities arise. For example,
+when we parse this program, we see the following ambiguity as an error message:

+
[Error] Inner Parser: Parsing ambiguity.
+1: syntax Stmt ::= "if" "(" Exp ")" Stmt
+
+`if(_)__LESSON-04-E_Stmt_Exp_Stmt`(`true_LESSON-04-E_Exp`(.KList),`if(_)_else__LESSON-04-E_Stmt_Exp_Stmt_Stmt`(`false_LESSON-04-E_Exp`(.KList),`;_LESSON-04-E_Stmt`(.KList),`;_LESSON-04-E_Stmt`(.KList)))
+2: syntax Stmt ::= "if" "(" Exp ")" Stmt "else" Stmt
+
+`if(_)_else__LESSON-04-E_Stmt_Exp_Stmt_Stmt`(`true_LESSON-04-E_Exp`(.KList),`if(_)__LESSON-04-E_Stmt_Exp_Stmt`(`false_LESSON-04-E_Exp`(.KList),`;_LESSON-04-E_Stmt`(.KList)),`;_LESSON-04-E_Stmt`(.KList))
+        Source(./dangling-else.if)
+        Location(1,1,1,30)
+

Roughly, we see that the ambiguity is between an if with an else or an if
+without an else. Since we want to pick the first parse, we can tell K to
+"avoid" the second parse with the avoid attribute. Consider the following
+modified definition (lesson-04-f.k):

+
module LESSON-04-F
+
+  syntax Exp ::= "true" | "false"
+  syntax Stmt ::= "if" "(" Exp ")" Stmt
+                | "if" "(" Exp ")" Stmt "else" Stmt [avoid]
+                | "{" "}"
+endmodule
+

Here we have added the avoid attribute to the else production. As a result,
+when an ambiguity occurs and one or more of the possible parses has that symbol
+at the top of the ambiguous part of the parse, we remove those parses from
+consideration and consider only those remaining. The prefer attribute behaves
+similarly, but instead removes all parses which do not have that attribute.
+In both cases, no action is taken if the parse is not ambiguous.

+

Exercises

+ +
    +
  1. +

    Parse the program if (true) if (false) {} else {} using lesson-04-f.k
    +and confirm that else clause is part of the innermost if statement. Then
    +modify the definition so that you will get the alternative parse.

    +
  2. +
  3. +

    Modify your solution from Lesson 1.3, Exercise 2 so that unary negation should
    +bind tighter than multiplication and division, which should bind tighter than
    +addition and subtraction, and each binary operator should be left associative.
    +Write these priority and associativity declarations explicitly, and then
    +try to write them inline.

    +
  4. +
  5. +

    Write a simple grammar containing at least one ambiguity that cannot be
    +resolved via priority or associativity, and then use the prefer attribute to
    +resolve that ambiguity.

    +
  6. +
  7. +

    Explain why the following grammar is not labeled ambiguous by the K parser when parsing abb, then make the parser realize the ambiguity.

    +
  8. +
+
module EXERCISE4
+
+syntax Expr ::= "a" Expr "b"
+              | "abb"
+              | "b"
+
+endmodule
+

Next lesson

+ +

Once you have completed the above exercises, you can continue to
+Lesson 1.5: Modules, Imports, and Requires.

+

Lesson 1.5: Modules, Imports, and Requires

+ +

The purpose of this lesson is to explain how K definitions can be broken into
+separate modules and files and how these distinct components combine into a
+complete K definition.

+

K's outer syntax

+ +

Recall from Lesson 1.3 that K's grammar is broken
+into two components: the outer syntax of K and the inner syntax of K.
+Outer syntax, as previously mentioned, consists of requires, modules,
+imports, and sentences. A K semantics is expressed by the set of
+sentences contained in the definition. The scope of what is considered
+contained in that definition is determined both by the main semantics
+module
of a K definition, as well as the requires and imports present
+in the file that contains that module.

+

Basic module syntax

+ +

The basic unit of grouping sentences in K is the module. A module consists
+of a module name, an optional list of attributes, a list of
+imports, and a list of sentences.

+

A module name consists of one or more groups of letters, numbers, or
+underscores, separated by a hyphen. Here are some valid module names: FOO,
+FOO-BAR, foo0, foo0_bar-Baz9. Here are some invalid module names: -,
+-FOO, BAR-, FOO--BAR. Stylistically, modules names are usually all
+uppercase with hyphens separating words, but this is not strictly enforced.

+

Some example modules include an empty module:

+
module LESSON-05-A
+
+endmodule
+

A module with some attributes:

+
module LESSON-05-B [group(attr1,attr2), private]
+
+endmodule
+

A module with some sentences:

+
module LESSON-05-C
+  syntax Boolean ::= "true" | "false"
+  syntax Boolean ::= "not" Boolean [function]
+  rule not true => false
+  rule not false => true
+endmodule
+

Imports

+ +

Thus far we have only discussed definitions containing a single module.
+Definitions can also contain multiple modules, in which one module imports
+others.

+

An import in K appears at the top of a module, prior to any sentences. It can
+be specified with the imports keyword, followed by a module name.

+

For example, here is a simple definition with two modules (lesson-05-d.k):

+
module LESSON-05-D-1
+  syntax Boolean ::= "true" | "false"
+  syntax Boolean ::= "not" Boolean [function]
+endmodule
+
+module LESSON-05-D
+  imports LESSON-05-D-1
+
+  rule not true => false
+  rule not false => true
+endmodule
+

This K definition is equivalent to the definition expressed by the single module
+LESSON-05-C. Essentially, by importing a module, we include all of the
+sentences in the module being imported into the module that we import from.
+There are a few minor differences between importing a module and simply
+including its sentences in another module directly, but we will cover these
+differences later. Essentially, you can think of modules as a way of
+conceptually grouping sentences in a larger K definition.

+

Exercise

+ +

Modify lesson-05-d.k to include four modules: one containing the syntax, two
+with one rule each that imports the first module, and a final module
+LESSON-05-D containing no sentences that imports the second and third module.
+Check to make sure the definition still compiles and that you can still evaluate
+the not function.

+

Parsing in the presence of multiple modules

+ +

As you may have noticed, each module in a definition can express a distinct set
+of syntax. When parsing the sentences in a module, we use the syntax
+of that module, enriched with the basic syntax of K, in order to parse
+rules in that module. For example, the following definition is a parser error
+(lesson-05-e.k):

+
module LESSON-05-E-1
+  rule not true => false
+  rule not false => true
+endmodule
+
+module LESSON-05-E-2
+  syntax Boolean ::= "true" | "false"
+  syntax Boolean ::= "not" Boolean [function]
+endmodule
+

This is because the syntax referenced in module LESSON-05-E-1, namely, not,
+true, and false, is not imported by that module. You can solve this problem
+by simply importing the modules containing the syntax you want to use in your
+sentences.

+

Main syntax and semantics modules

+ +

When we are compiling a K definition, we need to know where to start. We
+designate two specific entry point modules: the main syntax module
+and the main semantics module. The main syntax module, as well as all the
+modules it imports recursively, are used to create the parser for programs that
+you use to parse programs that you execute with krun. The main semantics
+module, as well as all the modules it imports recursively, are used to
+determine the rules that can be applied at runtime in order to execute a
+program. For example, in the above example, if the main semantics module is
+module LESSON-05-D-1, then not is an uninterpreted function (i.e., has no
+rules associated with it), and the rules in module LESSON-05-D are not
+included.

+

While you can specify the entry point modules explicitly by passing the
+--main-module and --syntax-module flags to kompile, by default, if you
+type kompile foo.k, then the main semantics module will be FOO and the
+main syntax module will be FOO-SYNTAX.

+

Splitting a definition into multiple files

+ +

So far, while we have discussed ways to break definitions into separate
+conceptual components (modules), K also provides a mechanism for combining
+multiple files into a single K definition, namely, the requires directive.

+

In K, the requires keyword has two meanings. The first, the requires
+statement, appears at the top of a K file, prior to any module declarations. It
+consists of the keyword requires followed by a double-quoted string. The
+second meaning of the requires keyword will be covered in a later lesson,
+but it is distinguished because the second case occurs only inside modules.

+

The string passed to the requires statement contains a filename. When you run
+kompile on a file, it will look at all of the requires statements in that
+file, look up those files on disk, parse them, and then recursively process all
+the requires statements in those files. It then combines all the modules in all
+of those files together, and uses them collectively as the set of modules to
+which imports statements can refer.

+

Putting it all together

+ +

Putting it all together, here is one possible way in which we could break the
+definition lesson-02-c.k from Lesson 1.2 into
+multiple files and modules:

+

colors.k:

+
module COLORS
+  syntax Color ::= Yellow()
+                 | Blue()
+endmodule
+

fruits.k:

+
module FRUITS
+  syntax Fruit ::= Banana()
+                 | Blueberry()
+endmodule
+

colorOf.k:

+
requires "fruits.k"
+requires "colors.k"
+
+module COLOROF-SYNTAX
+  imports COLORS
+  imports FRUITS
+
+  syntax Color ::= colorOf(Fruit) [function]
+endmodule
+
+module COLOROF
+  imports COLOROF-SYNTAX
+
+  rule colorOf(Banana()) => Yellow()
+  rule colorOf(Blueberry()) => Blue()
+endmodule
+

You would then compile this definition with kompile colorOf.k and use it the
+same way as the original, single-module definition.

+

Exercise

+ +

Modify the name of the COLOROF module, and then recompile the definition.
+Try to understand why you now get a compiler error. Then, resolve this compiler
+error by passing the --main-module and --syntax-module flags to kompile.

+

Include path

+ +

One note can be made about how paths are resolved in requires statements.

+

By default, the path you specify is allowed to be an absolute or a relative
+path. If the path is absolute, that exact file is imported. If the path is
+relative, a matching file is looked for within all of the
+include directories specified to the compiler. By default, the include
+directories include the current working directory, followed by the
+include/kframework/builtin directory within your installation of K. You can
+also pass one or more directories to kompile via the -I command line flag,
+in which case these directories are prepended to the beginning of the list.

+

Exercises

+ +
    +
  1. +

    Take the solution to Lesson 1.4, Exercise 2 which included the explicit
    +priority and associativity declarations, and modify the definition so that
    +the syntax of integers and brackets is in one module, the syntax of addition,
    +subtraction, and unary negation is in another module, and the syntax of
    +multiplication and division is in a third module. Make sure you can still parse
    +the same set of expressions as before. Place priority declarations in the main
    +module.

    +
  2. +
  3. +

    Modify lesson-02-d.k from Lesson 1.2 so that the rules and syntax are in
    +separate modules in separate files.

    +
  4. +
  5. +

    Place the file containing the syntax from Exercise 2 in another directory,
    +then recompile the definition. Observe why a compilation error occurs. Then
    +fix the compiler error by passing -I to kompile.

    +
  6. +
+

Next lesson

+ +

Once you have completed the above exercises, you can continue to
+Lesson 1.6: Integers and Booleans.

+

Lesson 1.6: Integers and Booleans

+ +

The purpose of this lesson is to explain the two most basic types of builtin
+sorts in K, the Int sort and the Bool sort, representing
+arbitrary-precision integers and Boolean algebra.

+

Builtin sorts in K

+ +

K provides definitions of some useful sorts in
+domains.md, found in the
+include/kframework/builtin directory of the K installation. This file is
+defined via a
+Literate programming
+style that we will discuss in a future lesson. We will not cover all of the
+sorts found there immediately, however, this lesson discusses some of the
+details surrounding integers and Booleans, as well as providing information
+about how to look up more detailed knowledge about builtin functions in K's
+documentation.

+

Booleans in K

+ +

The most basic builtin sort K provides is the Bool sort, representing
+Boolean values (i.e., true and false). You have already seen how we were
+able to create this type ourselves using K's parsing and disambiguation
+features. However, in the vast majority of cases, we prefer instead to import
+the version of Boolean algebra defined by K itself. Most simply, you can do
+this by importing the module BOOL in your definition. For example
+(lesson-06-a.k):

+
module LESSON-06-A
+  imports BOOL
+
+  syntax Fruit ::= Blueberry() | Banana()
+  syntax Bool ::= isBlue(Fruit) [function]
+
+  rule isBlue(Blueberry()) => true
+  rule isBlue(Banana()) => false
+endmodule
+

Here we have defined a simple predicate, i.e., a function returning a
+Boolean value. We are now able to perform the usual Boolean operations of
+and, or, and not over these values. For example (lesson-06-b.k):"

+
module LESSON-06-B
+  imports BOOL
+
+  syntax Fruit ::= Blueberry() | Banana()
+  syntax Bool ::= isBlue(Fruit) [function]
+
+  rule isBlue(Blueberry()) => true
+  rule isBlue(Banana()) => false
+
+  syntax Bool ::= isYellow(Fruit) [function]
+                | isBlueOrYellow(Fruit) [function]
+
+  rule isYellow(Banana()) => true
+  rule isYellow(Blueberry()) => false
+
+  rule isBlueOrYellow(F) => isBlue(F) orBool isYellow(F)
+endmodule
+

In the above example, Boolean inclusive or is performed via the orBool
+function, which is defined in the BOOL module. As a matter of convention,
+many functions over builtin sorts in K are suffixed with the name of the
+primary sort over which those functions are defined. This happens so that the
+syntax of K does not (generally) conflict with the syntax of any other
+programming language, which would make it harder to define that programming
+language in K.

+

Exercise

+ +

Write a function isBlueAndNotYellow which computes the appropriate Boolean
+expression. If you are unsure what the appropriate syntax is to use, you
+can refer to the BOOL module in
+domains.md. Add a term of
+sort Fruit for which isBlue and isYellow both return true, and test that
+the isBlueAndNotYellow function behaves as expected on all three Fruits.

+

Syntax Modules

+ +

For most sorts in domains.md, K defines more than one module that can be
+imported by users. For example, for the Bool sort, K defines the BOOL
+module that has previously already been discussed, but also provides the
+BOOL-SYNTAX module. This module, unlike the BOOL module, only declares the
+values true and false, but not any of the functions that operate over the
+Bool sort. The rationale is that you may want to import this module into the
+main syntax module of your definition in some cases, whereas you generally do
+not want to do this with the version of the module that includes all the
+functions over the Bool sort. For example, if you were defining the semantics
+of C++, you might import BOOL-SYNTAX into the syntax module of your
+definition, because true and false are part of the grammar of C++, but
+you would only import the BOOL module into the main semantics module, because
+C++ defines its own syntax for and, or, and not that is different from the
+syntax defined in the BOOL module.

+

Here, for example, is how we might redefine our Boolean expression calculator
+to use the Bool sort while maintaining an idiomatic structure of modules
+and imports, for the first time including the rules to calculate the values of
+expressions themselves (lesson-06-c.k):

+
module LESSON-06-C-SYNTAX
+  imports BOOL-SYNTAX
+
+  syntax Bool ::= "(" Bool ")" [bracket]
+                > "!" Bool [function]
+                > left:
+                  Bool "&&" Bool [function]
+                | Bool "^" Bool [function]
+                | Bool "||" Bool [function]
+endmodule
+
+module LESSON-06-C
+  imports LESSON-06-C-SYNTAX
+  imports BOOL
+
+  rule ! B => notBool B
+  rule A && B => A andBool B
+  rule A ^ B => A xorBool B
+  rule A || B => A orBool B
+endmodule
+

Note the encapsulation of syntax: the LESSON-06-C-SYNTAX module contains
+exactly the syntax of our Boolean expressions, and no more, whereas any other
+syntax needed to implement those functions is in the LESSON-06-C module
+instead.

+

Exercise

+ +

Add an "implies" function to the above Boolean expression calculator, using the
+-> symbol to represent implication. You can look up K's builtin "implies"
+function in the BOOL module in domains.md.

+

Integers in K

+ +

Unlike most programming languages, where the most basic integer type is a
+fixed-precision integer type, the most commonly used integer sort in K is
+the Int sort, which represents the mathematical integers, ie,
+arbitrary-precision integers.

+

K provides three main modules for import when using the Int sort. The first,
+containing all the syntax of integers as well as all of the functions over
+integers, is the INT module. The second, which provides just the syntax
+of integer literals themselves, is the INT-SYNTAX module. However, unlike
+most builtin sorts in K, K also provides a third module for the Int sort:
+the UNSIGNED-INT-SYNTAX module. This module provides only the syntax of
+non-negative integers, i.e., natural numbers. The reasons for this involve
+lexical ambiguity. Generally speaking, in most programming languages, -1 is
+not a literal, but instead a literal to which the unary negation operator is
+applied. K thus provides this module to ease in specifying the syntax of such
+languages.

+

For detailed information about the functions available over the Int sort,
+refer to domains.md. Note again how we append Int to the end of most of the
+integer operations to ensure they do not collide with the syntax of other
+programming languages.

+

Exercises

+ +
    +
  1. +

    Extend your solution from Lesson 1.4, Exercise 2 to implement the rules
    +that define the behavior of addition, subtraction, multiplication, and
    +division. Do not worry about the case when the user tries to divide by zero
    +at this time. Use /Int to implement division. Test your new calculator
    +implementation by executing the arithmetic expressions you wrote as part of
    +Lesson 1.3, Exercise 2. Check to make sure each computes the value you expected.

    +
  2. +
  3. +

    Combine the Boolean expression calculator from this lesson with your
    +solution to Exercise 1, and then extend the combined calculator with the <,
    +<=, >, >=, ==, and != expressions. Write some Boolean expressions
    +that combine integer and Boolean operations, and test to ensure that these
    +expressions return the expected truth value.

    +
  4. +
  5. +

    Compute the following expressions using your solution from Exercise 2:
    +7 / 3, 7 / -3, -7 / 3, -7 / -3. Then replace the /Int function in
    +your definition with divInt instead, and observe how the value of the above
    +expressions changes. Why does this occur?

    +
  6. +
+

Next lesson

+ +

Once you have completed the above exercises, you can continue to
+Lesson 1.7: Side Conditions and Rule Priority.

+

Lesson 1.7: Side Conditions and Rule Priority

+ +

The purpose of this lesson is to explain how to write conditional rules in K,
+and to explain how to control the order in which rules are tried.

+

Side Conditions

+ +

So far, all of the rules we have discussed have been unconditional rules.
+If the left-hand side of the rule matches the arguments to the function, the
+rule applies. However, there is another type of rule, a conditional rule.
+A conditional rule consists of a rule body containing the patterns to
+match, and a side condition representing a Boolean expression that must
+evaluate to true in order for the rule to apply.

+

Side conditions in K are introduced via the requires keyword immediately
+following the rule body. For example, here is a rule with a side condition
+(lesson-07-a.k):

+
module LESSON-07-A
+  imports BOOL
+  imports INT
+
+  syntax Grade ::= "letter-A"
+                 | "letter-B"
+                 | "letter-C"
+                 | "letter-D"
+                 | "letter-F"
+                 | gradeFromPercentile(Int) [function]
+
+  rule gradeFromPercentile(I) => letter-A requires I >=Int 90
+endmodule
+

In this case, the gradeFromPercentile function takes a single integer
+argument. The function evaluates to letter-A if the argument passed is
+greater than 90. Note that the side condition is allowed to refer to variables
+that appear on the left-hand side of the rule. In the same manner as variables
+appearing on the right-hand side, variables that appear in the side condition
+evaluate to the value that was matched on the left-hand side. Then the
+functions in the side condition are evaluated, which returns a term of sort
+Bool. If the term is equal to true, then the rule applies. Bear in mind
+that the side condition is only evaluated at all if the patterns on the
+left-hand side of the rule match the term being evaluated.

+

Exercise

+ +

Write a rule that evaluates gradeFromPercentile to letter-B if the argument
+to the function is in the range [80,90). Test that the function correctly
+evaluates various numbers between 80 and 100.

+

owise Rules

+ +

So far, all the rules we have introduced have had the same priority. What
+this means is that K does not necessarily enforce an order in which the rules
+are tried. We have only discussed functions so far in K, so it is not
+immediately clear why this choice was made, given that a function is not
+considered well-defined if multiple rules for evaluating it are capable of
+evaluating the same arguments to different results. However, in future lessons
+we will discuss other types of rules in K, some of which can be
+non-deterministic. What this means is that if more than one rule is capable
+of matching, then K will explore both possible rules in parallel, and consider
+each of their respective results when executing your program. Don't worry too
+much about this right now, but just understand that because of the potential
+later for nondeterminism, we don't enforce a total ordering on the order in
+which rules are attempted to be applied.

+

However, sometimes this is not practical; It can be very convenient to express
+that a particular rule applies if no other rules for that function are
+applicable. This can be expressed by adding the owise attribute to a rule.
+What this means, in practice, is that this rule has lower priority than other
+rules, and will only be tried to be applied after all the other,
+higher-priority rules have been tried and they have failed.

+

For example, in the above exercise, we had to add a side condition containing
+two Boolean comparisons to the rule we wrote to handle letter-B grades.
+However, in practice this meant that we compare the percentile to 90 twice. We
+can more efficiently and more idiomatically write the letter-B case for the
+gradeFromPercentile rule using the owise attribute (lesson-07-b.k):

+
module LESSON-07-B
+  imports BOOL
+  imports INT
+
+  syntax Grade ::= "letter-A"
+                 | "letter-B"
+                 | "letter-C"
+                 | "letter-D"
+                 | "letter-F"
+                 | gradeFromPercentile(Int) [function]
+
+  rule gradeFromPercentile(I) => letter-A requires I >=Int 90
+  rule gradeFromPercentile(I) => letter-B requires I >=Int 80 [owise]
+endmodule
+

This rule is saying, "if all the other rules do not apply, then the grade is a
+B if the percentile is greater than or equal to 80." Note here that we use both
+a side condition and an owise attribute on the same rule. This is not
+required (as we will see later), but it is allowed. What this means is that the
+side condition is only tried if the other rules did not apply and the
+left-hand side of the rule matched. You can even use more complex matching on
+the left-hand side than simply a variable. More generally, you can also have
+multiple higher-priority rules, or multiple owise rules. What this means in
+practice is that all of the non-owise rules are tried first, in any order,
+followed by all the owise rules, in any order.

+

Exercise

+ +

The grades D and F correspond to the percentile ranges [60, 70) and [0, 60)
+respectively. Write another implementation of gradeFromPercentile which
+handles only these cases, and uses the owise attribute to avoid redundant
+Boolean comparisons. Test that various percentiles in the range [0, 70) are
+evaluated correctly.

+

Rule Priority

+ +

As it happens, the owise attribute is a specific case of a more general
+concept we call rule priority. In essence, each rule is assigned an integer
+priority. Rules are tried in increasing order of priority, starting with a
+rule with priority zero, and trying each increasing numerical value
+successively.

+

By default, a rule is assigned a priority of 50. If the rule has the owise
+attribute, it is instead given the priority 200. You can see why this will
+cause owise rules to be tried after regular rules.

+

However, it is also possible to directly assign a numerical priority to a rule
+via the priority attribute. For example, here is an alternative way
+we could express the same two rules in the gradeFromPercentile function
+(lesson-07-c.k):

+
module LESSON-07-C
+  imports BOOL
+  imports INT
+
+  syntax Grade ::= "letter-A"
+                 | "letter-B"
+                 | "letter-C"
+                 | "letter-D"
+                 | "letter-F"
+                 | gradeFromPercentile(Int) [function]
+
+  rule gradeFromPercentile(I) => letter-A requires I >=Int 90 [priority(50)]
+  rule gradeFromPercentile(I) => letter-B requires I >=Int 80 [priority(200)]
+endmodule
+

We can, of course, assign a priority equal to any non-negative integer. For
+example, here is a more complex example that handles the remaining grades
+(lesson-07-d.k):

+
module LESSON-07-D
+  imports BOOL
+  imports INT
+
+  syntax Grade ::= "letter-A"
+                 | "letter-B"
+                 | "letter-C"
+                 | "letter-D"
+                 | "letter-F"
+                 | gradeFromPercentile(Int) [function]
+
+  rule gradeFromPercentile(I) => letter-A requires I >=Int 90 [priority(50)]
+  rule gradeFromPercentile(I) => letter-B requires I >=Int 80 [priority(51)]
+  rule gradeFromPercentile(I) => letter-C requires I >=Int 70 [priority(52)]
+  rule gradeFromPercentile(I) => letter-D requires I >=Int 60 [priority(53)]
+  rule gradeFromPercentile(_) => letter-F                     [priority(54)]
+endmodule
+

Note that we have introduced a new piece of syntax here: _. This is actually
+just a variable. However, as a special case, when a variable is named _, it
+does not bind a value that can be used on the right-hand side of the rule, or
+in a side condition. Effectively, _ is a placeholder variable that means "I
+don't care about this term."

+

In this example, we have explicitly expressed the order in which the rules of
+this function are tried. Since rules are tried in increasing numerical
+priority, we first try the rule with priority 50, then 51, then 52, 53, and
+finally 54.

+

As a final note, remember that if you assign a rule a priority higher than 200,
+it will be tried after a rule with the owise attribute, and if you assign
+a rule a priority less than 50, it will be tried before a rule with no
+explicit priority.

+

Exercises

+ +
    +
  1. +

    Write a function isEven that returns whether an integer is an even number.
    +Use two rules and one side condition. The right-hand side of the rules should
    +be Boolean literals. Refer back to
    +domains.md for the relevant
    +integer operations.

    +
  2. +
  3. +

    Modify the calculator application from Lesson 1.6, Exercise 2, so that division
    +by zero will no longer make krun crash with a "Divison by zero" exception.
    +Instead, the / function should not match any of its rules if the denominator
    +is zero.

    +
  4. +
  5. +

    Write your own implementation of ==, <, <=, >, >= for integers and modify your solution from Exercise 2 to use it.
    +You can use any arithmetic operations in the INT module, but do not use any built-in boolean functions for comparing integers.

    +

    Hint: Use pattern matching and recursive definitions with rule priorities.

    +
  6. +
+

Next lesson

+ +

Once you have completed the above exercises, you can continue to
+Lesson 1.8: Literate Programming with Markdown.

+

Lesson 1.8: Literate Programming with Markdown

+ +

The purpose of this lesson is to teach a paradigm for performing literate
+programming in K, and explain how this can be used to create K definitions
+that are also documentation.

+

Markdown and K

+ +

The K tutorial so far has been written in
+Markdown. Markdown,
+for those not already familiar, is a lightweight plain-text format for styling
+text. From this point onward, we assume you are familiar with Markdown and how
+to write Markdown code. You can refer to the above link for a tutorial if you
+are not already familiar.

+

What you may not necessarily realize, however, is that the K tutorial is also
+a sequence of K definitions written in the manner of
+Literate Programming.
+For detailed information about Literate Programming, you can read the linked
+Wikipedia article, but the short summary is that literate programming is a way
+of intertwining documentation and code together in a manner that allows
+executable code to also be, simultaneously, a documented description of that
+code.

+

K is provided with built-in support for literate programming using Markdown.
+By default, if you pass a file with the .md file extension to kompile, it
+will look for any code blocks containing k code in that file, extract out
+that K code into pure K, and then compile it as if it were a .k file.

+

A K code block begins with a line of text containing the keyword ```k,
+and ends when it encounters another ``` keyword.

+

For example, if you view the markdown source of this document, this is a K
+code block:

+
module LESSON-08
+  imports INT
+

Only the code inside K code blocks will actually be sent to the compiler. The
+rest, while it may appear in the document when rendered by a markdown viewer,
+is essentially a form of code comment.

+

When you have multiple K code blocks in a document, K will append each one
+together into a single file before passing it off to the outer parser.

+

For example, the following code block contains sentences that are part of the
+LESSON-08 module that we declared the beginning of above:

+
  syntax Int ::= Int "+" Int [function]
+  rule I1 + I2 => I1 +Int I2
+

Exercise

+ +

Compile this file with kompile README.md --main-module LESSON-08. Confirm
+that you can use the resulting compiled definition to evaluate the +
+function.

+

Markdown Selectors

+ +

On occasion, you may want to generate multiple K definitions from a single
+Markdown file. You may also wish to include a block of syntax-highlighted K
+code that nonetheless does not appear as part of your K definition. It is
+possible to accomplish this by means of the built-in support for syntax
+highlighting in Markdown. Markdown allows a code block that was begun with
+``` to be immediately followed by a string which is used to signify what
+programming language the following code is written in. However, this feature
+actually allows arbitrary text to appear describing that code block. Markdown
+parsers are able to parse this text and render the code block differently
+depending on what text appears after the backticks.

+

In K, you can use this functionality to specify one or more
+Markdown selectors which are used to describe the code block. A Markdown
+selector consists of a sequence of characters containing letters, numbers, and
+underscores. A code block can be designated with a single selector by appending
+the selector immediately following the backticks that open the code block.

+

For example, here is a code block with the foo selector:

+
foo bar
+

Note that this is not K code. By convention, K code should have the k
+selector on it. You can express multiple selectors on a code block by putting
+them between curly braces and prepending each with the . character. For
+example, here is a code block with the foo and k selectors:

+
  syntax Int ::= foo(Int) [function]
+  rule foo(0) => 0
+

Because this code block contains the k Markdown selector, by default it is
+included as part of the K definition being compiled.

+

Exercise

+ +

Confirm this fact by using krun to evaluate foo(0).

+

Markdown Selector Expressions

+ +

By default, as previously stated, K includes in the definition any code block
+with the k selector. However, this is merely a specific instance of a general
+principle, namely, that K allows you to control which selectors get included
+in your K definition. This is done by means of the --md-selector flag to
+kompile. This flag accepts a Markdown selector expression, which you
+can essentially think of as a kind of Boolean algebra over Markdown selectors.
+Each selector becomes an atom, and you can combine these atoms via the &,
+|, !, and () operators.

+

Here is a grammar, written in K, of the language of Markdown selector
+expressions:

+
  syntax Selector ::= r"[0-9a-zA-Z_]+" [token]
+  syntax SelectorExp ::= Selector
+                       | "(" SelectorExp ")" [bracket]
+                       > right:
+                         "!" SelectorExp
+                       > right:
+                         SelectorExp "&" SelectorExp
+                       > right:
+                         SelectorExp "|" SelectorExp
+

Here is a selector expression that selects all the K code blocks in this
+definition except the one immediately above:

+
k & (! selector)
+

Addendum

+ +

This code block exists in order to make the above lesson a syntactically valid
+K definition. Consider why it is necessary.

+
endmodule
+

Exercises

+ +
    +
  1. +

    Compile this lesson with the selector expression k & (! foo) and confirm
    +that you get a parser error if you try to evaluate the foo function with the
    +resulting definition.

    +
  2. +
  3. +

    Compile Lesson 1.3
    +as a K definition. Identify why it fails to compile. Then pass an appropriate
    +--md-selector to the compiler in order to make it compile.

    +
  4. +
  5. +

    Modify your calculator application from Lesson 1.7, Exercise 2, to be written
    +in a literate style. Consider what text might be appropriate to turn the
    +resulting markdown file into documentation for your calculator.

    +
  6. +
+

Next lesson

+ +

Once you have completed the above exercises, you can continue to
+Lesson 1.9: Unparsing and the format and color attributes.

+

Lesson 1.9: Unparsing and the format and color attributes

+ +

The purpose of this lesson is to teach the user about how terms are
+pretty-printed in K, and how the user can make adjustments to the default
+settings for how to print specific terms.

+

Parsing, Execution, and Unparsing

+ +

When you use krun to interpret a program, the tool passes through three major
+phases. In the first, parsing, the program itself is parsed using either kast
+or an ahead-of-time parser generated via Bison, and the resulting AST becomes
+the input to the interpreter. In the second phase, execution, K evaluates
+functions and (as we will discuss in depth later) performs rewrite steps to
+iteratively transform the program state. The third and final phase is called
+unparsing, because it consists of taking the final state of the application
+after the program has been interpreted, and converting it from an AST back into
+text that (in theory, anyway) could be parsed back into the same AST that was
+the output of the execution phase.

+

In practice, parsing is not always precisely reversible. It turns out
+(although we are not going to cover exactly why this is here), that
+constructing a sound algorithm that takes a grammar and an AST and emits text
+that could be parsed via that grammar to the original AST is an
+NP-hard problem. As a result, in the interests of avoiding exponential time
+algorithms when users rarely care about unparsing being completely sound, we
+take certain shortcuts that provide a linear-time algorithm that approximates
+a sound solution to the problem while sacrificing the notion that the result
+can be parsed into the exact original term in all cases.

+

This is a lot of theoretical explanation, but at root, the unparsing process
+is fairly simple: it takes a K term that is the output of execution and pretty
+prints it according to the syntax defined by the user in their K definition.
+This is useful because the original AST is not terribly user-readable, and it
+is difficult to visualize the entire term or decipher information about the
+final state of the program at a quick glance. Of course, in rare cases, the
+pretty-printed configuration loses information of relevance, which is why K
+allows you to obtain the original AST on request.

+

As an example of all of this, consider the following K definition
+(lesson-09-a.k):

+
module LESSON-09-A
+  imports BOOL
+
+  syntax Exp ::= "(" Exp ")" [bracket]
+               | Bool
+               > "!" Exp
+               > left:
+                 Exp "&&" Exp
+               | Exp "^" Exp
+               | Exp "||" Exp
+
+  syntax Exp ::= id(Exp) [function]
+  rule id(E) => E
+endmodule
+

This is similar to the grammar we defined in LESSON-06-C, with the difference
+that the Boolean expressions are now constructors of sort Exp and we define a
+trivial function over expressions that returns its argument unchanged.

+

We can now parse a simple program in this definition and use it to unparse some
+Boolean expressions. For example (exp.bool):

+
id(true&&false&&!true^(false||true))
+

Here is a program that is not particularly legible at first glance, because all
+extraneous whitespace has been removed. However, if we run krun exp.bool, we
+see that the result of the unparser will pretty-print this expression rather
+nicely:

+
<k>
+  true && false && ! true ^ ( false || true ) ~> .
+</k>
+

Notably, not only does K insert whitespace where appropriate, it is also smart
+enough to insert parentheses where necessary in order to ensure the correct
+parse. For example, without those parentheses, the expression above would parse
+equivalent to the following one:

+
(((true && false) && ! true) ^ false) || true
+

Indeed, you can confirm this by passing that exact expression to the id
+function and evaluating it, then looking at the result of the unparser:

+
<k>
+  true && false && ! true ^ false || true ~> .
+</k>
+

Here, because the meaning of the AST is the same both with and without
+parentheses, K does not insert any parentheses when unparsing.

+

Exercise

+ +

Modify the grammar of LESSON-09-A above so that the binary operators are
+right associative. Try unparsing exp.bool again, and note how the result is
+different. Explain the reason for the difference.

+

Custom unparsing of terms

+ +

You may have noticed that right now, the unparsing of terms is not terribly
+imaginative. All it is doing is taking each child of the term, inserting it
+into the non-terminal positions of the production, then printing the production
+with a space between each terminal or non-terminal. It is easy to see why this
+might not be desirable in some cases. Consider the following K definition
+(lesson-09-b.k):

+
module LESSON-09-B
+  imports BOOL
+
+  syntax Stmt ::= "{" Stmt "}" | "{" "}"
+                > right:
+                  Stmt Stmt
+                | "if" "(" Bool ")" Stmt
+                | "if" "(" Bool ")" Stmt "else" Stmt [avoid]
+endmodule
+

This is a statement grammar, simplified to the point of meaninglessness, but
+still useful as an object lesson in unparsing. Consider the following program
+in this grammar (if.stmt):

+
if (true) {
+  if (true) {}
+  if (false) {}
+  if (true) {
+    if (false) {} else {}
+  } else {
+    if (false) {}
+  }
+}
+

This is how that term would be unparsed if it appeared in the output of krun:

+
if ( true ) { if ( true ) { } if ( false ) { } if ( true ) { if ( false ) { } else { } } else { if ( false ) { } } }
+

This is clearly much less legible than we started with! What are we to do?
+Well, K provides an attribute, format, that can be applied to any production,
+which controls how that production gets unparsed. You've seen how it gets
+unparsed by default, but via this attribute, the developer has complete control
+over how the term is printed. Of course, the user can trivially create ways to
+print terms that would not parse back into the same term. Sometimes this is
+even desirable. But in most cases, what you are interested in is controlling
+the line breaking, indentation, and spacing of the production.

+

Here is an example of how you might choose to apply the format attribute
+to improve how the above term is unparsed (lesson-09-c.k):

+
module LESSON-09-C
+  imports BOOL
+
+  syntax Stmt ::= "{" Stmt "}" [format(%1%i%n%2%d%n%3)] | "{" "}" [format(%1%2)]
+                > right:
+                  Stmt Stmt [format(%1%n%2)]
+                | "if" "(" Bool ")" Stmt [format(%1 %2%3%4 %5)]
+                | "if" "(" Bool ")" Stmt "else" Stmt [avoid, format(%1 %2%3%4 %5 %6 %7)]
+endmodule
+

If we compile this new definition and unparse the same term, this is the
+result we get:

+
if (true) {
+  if (true) {}
+  if (false) {}
+  if (true) {
+    if (false) {} else {}
+  } else {
+    if (false) {}
+  }
+}
+

This is the exact same text we started with! By adding the format attributes,
+we were able to indent the body of code blocks, adjust the spacing of if
+statements, and put each statement on a new line.

+

How exactly was this achieved? Well, each time the unparser reaches a term,
+it looks at the format attribute of that term. That format attribute is a
+mix of characters and format codes. Format codes begin with the %
+character. Each character in the format attribute other than a format code is
+appended verbatim to the output, and each format code is handled according to
+its meaning, transformed (possibly recursively) into a string of text, and
+spliced into the output at the position the format code appears in the format
+string.

+

Provided for reference is a table with a complete list of all valid format
+codes, followed by their meaning:

+ + + + + + + + + +
Format Code Meaning
n Insert '\n' followed by the current indentation + level
i Increase the current indentation level by 1
d Decrease the current indentation level by 1
c Move to the next color in the list of colors for + this production (see next section)
r Reset color to the default foreground color for + the terminal (see next section)
an integer Print a terminal or non-terminal from the + production. The integer is treated as a 1-based + index into the terminals and non-terminals of + the production. +
+
If the offset refers to a terminal, move to the + next color in the list of colors for this + production, print the value of that terminal, + then reset the color to the default foreground + color for the terminal. +
+
If the offset refers to a regular expression + terminal, it is an error. +
+
If the offset refers to a non-terminal, unparse + the corresponding child of the current term + (starting with the current indentation level) + and print the resulting text, then set the + current color and indentation level to the color + and indentation level following unparsing that + term.
other char Print that character verbatim
+

Exercise

+ +

Change the format attributes for LESSON-09-C so that if.stmt will unparse
+as follows:

+
if (true)
+{
+  if (true)
+  {
+  }
+  if (false)
+  {
+  }
+  if (true)
+  {
+    if (false)
+    {
+    }
+    else
+    {
+    }
+  }
+  else
+  {
+    if (false)
+    {
+    }
+  }
+}
+

Output coloring

+ +

When the output of unparsing is displayed on a terminal supporting colors, K
+is capable of coloring the output, similar to what is possible with a syntax
+highlighter. This is achieved via the color and colors attributes.

+

Essentially, both the color and colors attributes are used to construct a
+list of colors associated with each production, and then the format attribute
+is used to control how those colors are used to unparse the term. At its most
+basic level, you can set the color attribute to color all the terminals in
+the production a certain color, or you can use the colors attribute to
+specify a comma-separated list of colors for each terminal in the production.
+At a more advanced level, the %c and %r format codes control how the
+formatter interacts with the list of colors specified by the colors
+attribute. You can essentially think of the color attribute as a way of
+specifying that you want all the colors in the list to be the same color.

+

Note that the %c and %r format codes are relatively primitive in nature.
+The color and colors attributes merely maintain a list of colors, whereas
+the %c and %r format codes merely control how to advance through that list
+and how individual text is colored.

+

It is an error if the colors attribute does not provide all the colors needed
+by the terminals and escape codes in the production. %r does not change the
+position in the list of colors at all, so the next %c will advance to the
+following color.

+

As a complete example, here is a variant of LESSON-09-A which colors the
+various boolean operators:

+
module LESSON-09-D
+  imports BOOL
+
+  syntax Exp ::= "(" Exp ")" [bracket]
+               | Bool
+               > "!" Exp [color(yellow)]
+               > left:
+                 Exp "&&" Exp [color(red)]
+               | Exp "^" Exp [color(blue)]
+               | Exp "||" Exp [color(green)]
+
+  syntax Exp ::= id(Exp) [function]
+  rule id(E) => E
+endmodule
+

For a complete list of allowed colors, see
+here.

+

Exercises

+ +
    +
  1. +

    Use the color attribute on LESSON-09-C to color the keywords true and
    +false one color, the keywords if and else another color, and the operators
    +(, ), {, and } a third color.

    +
  2. +
  3. +

    Use the format, color, and colors attributes to tell the unparser to
    +style the expression grammar from Lesson 1.8, Exercise 3 according to your own
    +personal preferences for syntax highlighting and code formatting. You can
    +view the result of the unparser on a function term without evaluating that
    +function by means of the command kparse <file> | kore-print -.

    +
  4. +
+

Next lesson

+ +

Once you have completed the above exercises, you can continue to
+Lesson 1.10: Strings.

+

Lesson 1.10: Strings

+ +

The purpose of this lesson is to explain how to use the String sort in K to
+represent sequences of characters, and explain where to find additional
+information about builtin functions over strings.

+

The String Sort

+ +

In addition to the Int and Bool sorts covered in
+Lesson 1.6, K provides, among others, the
+String sort to represent sequences of characters. You can import this
+functionality via the STRING-SYNTAX module, which contains the syntax of
+string literals in K, and the STRING module, which contains all the functions
+that operate over the String type.

+

Strings in K are double-quoted. The following list of escape sequences is
+supported:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Escape SequenceMeaning
\"The literal character "
\\The literal character \
\nThe newline character (ASCII code 0x0a)
\rThe carriage return character (ASCII code 0x0d)
\tThe tab character (ASCII code 0x09)
\fThe form feed character (ASCII code 0x0c)
\x00\x followed by 2 hexadecimal digits indicates a code point between 0x00 and 0xFF
\u0000\u followed by 4 hexadecimal digits indicates a code point between 0x0000 and 0xFFFF
\U00000000\U followed by 8 hexadecimal digits indicates a code point between 0x000000 and 0x10FFFF
+

Please note that as of the current moment, K's unicode support is not fully
+complete, so you may run into errors using code points greater than 0xff.

+

As an example, you can construct a string literal containing the following
+block of text:

+
This is an example block of text.
+Here is a quotation: "Hello world."
+	This line is indented.
+ÁÉÍÓÚ
+

Like so:

+
"This is an example block of text.\nHere is a quotation: \"Hello world.\"\n\tThis line is indented.\n\xc1\xc9\xcd\xd3\xda\n"
+

Basic String Functions

+ +

The full list of functions provided for the String sort can be found in
+domains.md, but here we
+describe a few of the more basic ones.

+

String concatenation

+ +

The concatenation operator for strings is +String. For example, consider
+the following K rule that constructs a string from component parts
+(lesson-10.k):

+
module LESSON-10
+  imports STRING
+
+  syntax String ::= msg(String) [function]
+  rule msg(S) => "The string you provided: " +String S +String "\nHave a nice day!"
+endmodule
+

Note that this operator is O(N), so repeated concatenations are inefficient.
+For information about efficient string concatenation, refer to
+Lesson 2.14.

+

String length

+ +

The function to return the length of a string is lengthString. For example,
+lengthString("foo") will return 3, and lengthString("") will return 0.
+The return value is the length of the string in code points.

+

Substring computation

+ +

The function to compute the substring of a string is substrString. It
+takes two string indices, starting from 0, and returns the substring within the
+range [start..end). It is only defined if end >= start, start >= 0, and
+end <= length of string. Here, for example, we return the first 5 characters
+of a string:

+
substrString(S, 0, 5)
+

Here we return all but the first 3 characters:

+
substrString(S, 3, lengthString(S))
+

Exercises

+ +
    +
  1. Write a function that takes a paragraph of text (i.e., a sequence of
    +sentences, each ending in a period), and constructs a new (nonsense) sentence
    +composed of the first word of each sentence, followed by a period. Do not
    +worry about capitalization or periods within the sentence which do not end the
    +sentence (e.g. "Dr."). You can assume that all whitespace within the paragraph
    +are spaces. For more information about the functions over strings required to
    +implement such a function, refer to domains.md.
  2. +
+

Next lesson

+ +

Once you have completed the above exercises, you can continue to
+Lesson 1.11: Casting Terms.

+

Lesson 1.11: Casting Terms

+ +

The purpose of this lesson is to explain how to use cast expressions in
+order to disambiguate terms using sort information. We also explain how the
+variable sort inference algorithm works in K, and how to change the default
+behavior by casting variables to a particular sort.

+

Casting in K

+ +

Sometimes the grammar you write for your rules in K can be a little bit
+ambiguous on purpose. While grammars for programming languages may be
+unambiguous when considered in their entirety, K allows you to write rules
+involving arbitrary fragments of that grammar, and those fragments can
+sometimes be ambiguous by themselves, or similar enough to other fragments
+of the grammar to trigger ambiguity. As a result, in addition to the tools
+covered in Lesson 1.4, K provides one
+additional powerful tool for disambiguation: cast expressions.

+

K provides three main types of casts: the semantic cast, the strict cast, and
+the projection cast. We will cover each of them, and their similarities and
+differences, in turn.

+

Semantic casts

+ +

The most basic, and most common, type of cast in K is called the
+semantic cast. For every sort S declared in a module, K provides the
+following (implicit) production for use in sentences:

+
  syntax S ::= S ":S"
+

Note that S simply represents the name of the sort. For example, if we
+defined a sort Exp, the actual production for that sort would be:

+
  syntax Exp ::= Exp ":Exp"
+

At runtime, this expression will not actually exist; it is merely an annotation
+to the compiler describing the sort of the term inside the cast. It is telling
+the compiler that the term inside the cast must be of sort Exp. For example,
+if we had the following grammar:

+
module LESSON-11-A
+  imports INT
+
+  syntax Exp ::= Int | Exp "+" Exp
+  syntax Stmt ::= "if" "(" Exp ")" Stmt | "{" "}"
+endmodule
+

Then we would be able to write 1:Exp, or (1 + 2):Exp, but not {}:Exp.

+

You can also restrict the sort that a variable in a rule will match by casting
+it. For example, consider the following additional module:

+
module LESSON-11-B
+  imports LESSON-11-A
+  imports BOOL
+
+  syntax Term ::= Exp | Stmt
+  syntax Bool ::= isExpression(Term) [function]
+
+  rule isExpression(_E:Exp) => true
+  rule isExpression(_) => false [owise]
+endmodule
+

Here we have defined a very simple function that decides whether a term is
+an expression or a statement. It does this by casting the variable inside the
+isExpression rule to sort Exp. As a result, that variable will only match terms
+of sort Exp. Thus, isExpression(1) will return true, as will isExpression(1 + 2), but
+isExpression({}) will return false.

+

Exercise

+ +

Verify this fact for yourself by running isExpression on the above examples. Then
+write an isStatement function, and test that it works as expected.

+

Strict casts

+ +

On occasion, a semantic cast is not strict enough. It might be that you want
+to, for disambiguation purposes, say exactly what sort a term is. For
+example, consider the following definition:

+
module LESSON-11-C
+  imports INT
+
+  syntax Exp ::= Int
+               | "add[" Exp "," Exp "]"   [group(exp)]
+  syntax Exp2 ::= Exp
+               | "add[" Exp2 "," Exp2 "]" [group(exp2)]
+endmodule
+

This grammar is a little ambiguous and contrived, but it serves to demonstrate
+how a semantic cast might be insufficient to disambiguate a term. If we were
+to write the term add[ I1:Int , I2:Int ]:Exp2, the term would be ambiguous,
+because the cast is not sufficiently strict to determine whether you mean
+to derive the "add" production defined in group exp or the one in group exp2.

+

In this situation, there is a solution: the strict cast. For every sort
+S in your grammar, K also defines the following production:

+
  syntax S ::= S "::S"
+

This may at first glance seem the same as the previous cast. And indeed,
+from the perspective of the grammar and from the perspective of rewriting,
+they are in fact identical. However, the second variant has a unique meaning
+in the type system of K: namely, the term inside the cast cannot be a
+subsort, i.e., a term of another sort S2 such that the production
+syntax S ::= S2 exists.

+

As a result, if we were to write in the above grammar the term
+add[ I1:Int , I2:Int ]::Exp2, then we would know that the second derivation above
+should be chosen, whereas if we want the first derivation, we could write
+add[ I1:Int , I2:Int ]::Exp.

+

Care must be taken when using a strict cast with brackets. For example, consider a
+similar grammar but using an infix "+":

+
module LESSON-11-D
+  imports INT
+
+  syntax Exp ::= Int
+               | Exp "+" Exp   [group(exp)]
+  syntax Exp2 ::= Exp
+               | Exp2 "+" Exp2 [group(exp2)]
+               | "(" Exp2 ")"  [bracket]
+endmodule
+

The term I1:Int + I2:Int is ambiguous and could refer to either the production
+in group exp or the one in group exp2. To differentiate, you might try to write
+(I1:Int + I2:Int)::Exp2 similarly to the previous example.

+

Unfortunately though, this is still ambiguous. Here, the strict cast ::Exp2 applies
+directly to the brackets themselves rather than the underlying term within those brackets.
+As a result, it enforces that (I1:Int + I2:Int) cannot be a strict subsort of Exp2, but
+it has no effect on the sort of the subterm I1:Int + I2:Int.

+

For cases like this, K provides an alternative syntax for strict casts:

+
  syntax S ::= "{" S "}::S"
+

The ambiguity can then be resolved with {I1:Int + I2:Int}::Exp or {I1:Int + I2:Int}::Exp2.

+

Projection casts

+ +

Thus far we have focused entirely on casts which exist solely to inform the
+compiler about the sort of terms. However, sometimes when dealing with grammars
+containing subsorts, it can be desirable to reason with the subsort production
+itself, which injects one sort into another. Remember from above that such
+a production looks like syntax S ::= S2. This type of production, called a
+subsort production, can be thought of as a type of inheritance involving
+constructors. If we have the above production in our grammar, we say that S2
+is a subsort of S, or that any S2 is also an S. K implicitly maintains a
+symbol at runtime which keeps track of where such subsortings occur; this
+symbol is called an injection.

+

Sometimes, when one sort is a subsort of another, it can be the case that
+a function returns one sort, but you actually want to cast the result of
+calling that function to another sort which is a subsort of the first sort.
+This is similar to what happens with inheritance in an object-oriented
+language, where you might cast a superclass to a subclass if you know for
+sure the object at runtime is in fact an instance of that class.

+

K provides something similar for subsorts: the projection cast.

+

For each pair of sorts S and S2, K provides the following production:

+
  syntax S ::= "{" S2 "}" ":>S"
+

What this means is that you take any term of sort S2 and cast it to sort
+S. If the term of sort S2 consists of an injection containing a term of sort
+S, then this will return that term. Otherwise, an error occurs and rewriting
+fails, returning the projection function which failed to apply. The sort is
+not actually checked at compilation time; rather, it is a runtime check
+inserted into the code that runs when the rule applies.

+

For example, here is a module that makes use of projection casts:

+
module LESSON-11-E
+  imports INT
+  imports BOOL
+
+  syntax Exp ::= Int | Bool | Exp "+" Exp | Exp "&&" Exp
+
+  syntax Exp ::= eval(Exp) [function]
+  rule eval(I:Int) => I
+  rule eval(B:Bool) => B
+  rule eval(E1 + E2) => {eval(E1)}:>Int +Int {eval(E2)}:>Int
+  rule eval(E1 && E2) => {eval(E1)}:>Bool andBool {eval(E2)}:>Bool
+endmodule
+

Here we have defined constructors for a simple expression language over
+Booleans and integers, as well as a function eval that evaluates these
+expressions to a value. Because that value could be an integer or a Boolean,
+we need the casts in the last two rules in order to meet the type signature of
++Int and andBool. Of course, the user can write ill-formed expressions like
+1 && true or false + true, but these will cause errors at runtime, because
+the projection cast will fail.

+

Exercises

+ +
    +
  1. +

    Extend the eval function in LESSON-11-E to include Strings and add a .
    +operator which concatenates them.

    +
  2. +
  3. +

    Modify your solution from Lesson 1.9, Exercise 2 by using an Exp sort to
    +express the integer and Boolean expressions that it supports, in the same style
    +as LESSON-11-E. Then write an eval function that evaluates all terms of
    +sort Exp to either a Bool or an Int.

    +
  4. +
+

Next lesson

+ +

Once you have completed the above exercises, you can continue to
+Lesson 1.12: Syntactic Lists.

+

Lesson 1.12: Syntactic Lists

+ +

The purpose of this lesson is to explain how K provides support for syntactic
+repetition through the use of the List{} and NeList{} constructs,
+generally called syntactic lists.

+

The List{} construct

+ +

Sometimes, when defining a grammar in K, it is useful to define a syntactic
+construct consisting of an arbitrary-length sequence of items. For example,
+you might wish to define a function call construct, and need to express a way
+of passing arguments to the function. You can in theory simply define these
+productions using ordinary constructors, but it can be tricky to get the syntax
+exactly right in K without a lot of tedious glue code.

+

For this reason, K provides a way of specifying that a non-terminal represents
+a syntactic list (lesson-12-a.k):

+
module LESSON-12-A-SYNTAX
+  imports INT-SYNTAX
+
+  syntax Ints ::= List{Int,","}
+endmodule
+
+module LESSON-12-A
+  imports LESSON-12-A-SYNTAX
+endmodule
+

Note that instead of a sequence of terminals and non-terminals, the right hand
+side of the Ints production contains the symbol List followed by two items
+in curly braces. The first item is the non-terminal which is the element type
+of the list, and the second item is a terminal representing the separator of
+the list. As a special case, lists which are separated only by whitespace can
+be specified with a separator of "".

+

This List{} construct is roughly equivalent to the following definition
+(lesson-12-b.k):

+
module LESSON-12-B-SYNTAX
+  imports INT-SYNTAX
+
+  syntax Ints ::= Int "," Ints | ".Ints"
+endmodule
+
+module LESSON-12-B
+  imports LESSON-12-B-SYNTAX
+endmodule
+

As you can see, the List{} construct represents a cons-list with an element
+at the head and another list at the tail. The empty list is represented by
+a . followed by the sort of the list.

+

However, the List{} construct provides several key syntactic conveniences
+over the above definition. First of all, when writing a list in a rule,
+explicitly writing the terminator is not always required. For example, consider
+the following additional module (lesson-12-c.k):

+
module LESSON-12-C
+  imports LESSON-12-A
+  imports INT
+
+  syntax Int ::= sum(Ints) [function]
+  rule sum(I:Int) => I
+  rule sum(I1:Int, I2:Int, Is:Ints) => sum(I1 +Int I2, Is)
+endmodule
+

Here we see a function that sums together a non-empty list of integers. Note in
+particular the first rule. We do not explicitly mention .Ints, but in fact,
+the rule in question is equivalent to the following rule:

+
  rule sum(I:Int, .Ints) => I
+

The reason for this is that K will automatically insert a list terminator
+anywhere a syntactic list is expected, but an element of that list appears
+instead. This works even with lists of more than one element:

+
  rule sum(I1:Int, I2:Int) => I1 +Int I2
+

This rule is redundant, but here we explicitly match a list of exactly two
+elements, because the .Ints is implicitly added after I2.

+

Parsing Syntactic Lists in Programs

+ +

An additional syntactic convenience takes place when you want to express a
+syntactic list in the input to krun. In this case, K will automatically
+transform the grammar in LESSON-12-B-SYNTAX into the following
+(lesson-12-d.k):

+
module LESSON-12-D
+  imports INT-SYNTAX
+
+  syntax Ints ::= #NonEmptyInts | #IntsTerminator
+  syntax #NonEmptyInts ::= Int "," #NonEmptyInts
+                         | Int #IntsTerminator
+  syntax #IntsTerminator ::= ""
+endmodule
+

This allows you to express the usual comma-separated list of arguments where
+an empty list is represented by the empty string, and you don't have to
+explicitly terminate the list. Because of this, we can write the syntax
+of function calls in C very easily (lesson-12-e.k):

+
module LESSON-12-E
+  syntax Id ::= r"[a-zA-Z_][a-zA-Z0-9_]*" [token]
+  syntax Exp ::= Id | Exp "(" Exps ")"
+  syntax Exps ::= List{Exp,","}
+endmodule
+

Exercise

+ +

Write a function concat which takes a list of String and concatenates them
+all together. Do not worry if the function is O(n^2).
+Test your implementation using the syntactic sugar for lists added by the parser.

+

Then write some function call expressions using identifiers in C and verify with
+kast that the above grammar captures the intended syntax. Make sure to test
+with function calls with zero, one, and two or more arguments.

+

The NeList{} construct

+ +

One limitation of the List{} construct is that it is always possible to
+write a list of zero elements where a List{} is expected. While this is
+desirable in a number of cases, it is sometimes not what the grammar expects.

+

For example, in C, it is not allowable for an enum definition to have zero
+members. In other words, if we were to write the grammar for enumerations like
+so (lesson-12-f.k):

+
module LESSON-12-F
+  syntax Id ::= r"[a-zA-Z_][a-zA-Z0-9_]*" [token]
+  syntax Exp ::= Id
+
+  syntax EnumSpecifier ::= "enum" Id "{" Ids "}"
+  syntax Ids ::= List{Id,","}
+endmodule
+

Then we would be syntactically allowed to write enum X {}, which instead,
+ought to be a syntax error.

+

For this reason, we introduce the additional NeList{} construct. The syntax
+is identical to List{}, except with NeList instead of List before the
+curly braces. When parsing rules, it behaves identically to the List{}
+construct. However, when parsing inputs to krun, the above grammar, if we
+replaced syntax Ids ::= List{Id,","} with syntax Ids ::= NeList{Id,","},
+would become equivalent to the following (lesson-12-g.k):

+
module LESSON-12-G
+  syntax Id ::= r"[a-zA-Z_][a-zA-Z0-9_]*" [token]
+  syntax Exp ::= Id
+
+  syntax EnumSpecifier ::= "enum" Id "{" Ids "}"
+  syntax Ids ::= Id | Id "," Ids
+endmodule
+

In other words, only non-empty lists of Id would be allowed.

+

Exercises

+ +
    +
  1. +

    Modify the sum function in LESSON-12-C so that the Ints sort is an
    +NeList{}. Verify that calling sum() with no arguments is now a syntax
    +error.

    +
  2. +
  3. +

    Write a modified sum function with the List construct that can also sum
    +up an empty list of arguments. In such a case, the sum ought to be 0.

    +
  4. +
+

Next lesson

+ +

Once you have completed the above exercises, you can continue to
+Lesson 1.13: Basics of K Rewriting.

+

Lesson 1.13: Basics of K Rewriting

+ +

The purpose of this lesson is to explain how rewrite rules that are not the
+definition of a function behave, and how, using these rules, you can construct
+a semantics of programs in a programming language in K.

+

Recap: Function rules in K

+ +

Recall from Lesson 1.2 that we have, thus far,
+introduced two types of productions in K: constructors and functions.
+A function is identified by the function attribute placed on the
+production. As you may recall, when we write a rule with a function on the
+left-hand side of the => operator, we are defining the meaning of that
+function for inputs which match the patterns on the left-hand side of the rule.
+If the argument to the function match the patterns, then the function is
+evaluated to the value constructed by substituting the bindings for the
+variables into the right-hand side of the rule.

+

Top-level rules

+ +

However, function rules are not the only type of rule permissible in K, nor
+even the most frequently used. K also has a concept of a
+top-level rewrite rule. The simplest way to ensure that a rule is treated
+as a top-level rule is for the left-hand side of the rule to mention one or
+more cells. We will cover how cells work and are declared in more detail
+in a later lesson, but for now, what you should know is that when we ran krun
+in our very first example in Lesson 1.2 and got the following output:

+
<k>
+  Yellow ( ) ~> .
+</k>
+

<k> is a cell, known by convention as the K cell. This cell is available
+by default in any definition without needing to be explicitly declared.

+

The K cell contains a single term of sort K. K is a predefined sort in K
+with two constructors, that can be roughly represented by the following
+grammar:

+
  syntax K ::= KItem "~>" K
+             | "."
+

As a syntactic convenience, K allows you to treat ~> like it is an
+associative list (i.e., as if it were defined as syntax K ::= K "~>" K).
+When a definition is compiled, it will automatically transform the rules you
+write so that they treat the K sort as a cons-list. Another syntactic
+convenience is that, for disambiguation purposes, you can write .K anywhere
+you would otherwise write . and the meaning is identical.

+

Now, you may notice that the above grammar mentions the sort KItem. This is
+another built-in sort in K. For every sort S declared in a definition (with
+the exception of K and KItem), K will implicitly insert the following
+production:

+
  syntax KItem ::= S
+

In other words, every sort is a subsort of the sort KItem, and thus a term
+of any sort can be injected as an element of a term of sort K, also called
+a K sequence.

+

By default, when you krun a program, the AST of the program is inserted as
+the sole element of a K sequence into the <k> cell. This explains why we
+saw the output we did in Lesson 1.2.

+

With these preliminaries in mind, we can now explain how top-level rewrite
+rules work in K. Put simply, any rule where there is a cell (such as the K
+cell) at the top on the left-hand side will be a top-level rewrite rule. Once
+the initial program has been inserted into the K cell, the resulting term,
+called the configuration, will be matched against all the top-level
+rewrite rules in the definition. If only one rule matches, the substitution
+generated by the matching will be applied to the right-hand side of the rule
+and the resulting term is rewritten to be the new configuration. Rewriting
+proceeds by iteratively applying rules, also called taking steps, until
+no top-level rewrite rule can be applied. At this point the configuration
+becomes the final configuration and is output by krun.

+

If more than one top-level rule applies, by default, K will pick just one
+of those rules, apply it, and continue rewriting. However, it is
+non-deterministic which rule applies. In theory, it could be any of them.
+By passing the --search flag to krun, you are able to tell krun to
+explore all possible non-deterministic choices, and generate a complete list of
+all possible final configurations reachable by each nondeterminstic choice that
+can be made. Note that the --search flag to krun only works if you pass
+--enable-search to kompile first.

+

Unlike top-level rewrite rules, function rules are not associated with any
+particular set of cells in the configuration (although they can contain cells
+in their function arguments and return value). While top-level rewrite rules
+apply to the entire term being rewritten, function rules apply anywhere a
+function application for that function appears, and are immediately rewritten
+to their return value in that position.

+

Another key distinction between top-level rules and function rules is that
+function symbols, i.e., productions with the function attribute, are
+mathematical functions rather than constructors. While a constructor is
+logically distinct from any other constructor of the same sort, and can be
+matched against unconditionally, a function does not necessaraily have the
+same restriction unless it happens to be an injective function. Thus, two
+function symbols with different arguments may still ultimately produce the
+same value and thus compare equal to one another. Due to this, concrete
+execution (i.e., all K definitions introduced thus far; see Lesson 1.21)
+introduces the restriction that you cannot match on a function symbol on the
+left-hand side of a rule, except as the top symbol on the left-hand side of
+a function rule. This restriction will be later lifted when we introduce the
+Haskell Backend which performs symbolic execution.

+

Exercise

+ +

Pass a program containing no functions to krun. You can use a term of sort
+Exp from LESSON-11-E. Observe the output and try to understand why you get
+the output you do. Then write two rules that rewrite that program to another.
+Run krun --search on that program and observe both results. Then add a third
+rule that rewrites one of those results again. Test that that rule applies as
+well.

+

Using top-level rules to evaluate expressions

+ +

Thus far, we have focused primarily on defining functions over constructors
+in K. However, now that we have a basic understanding of top-level rules,
+it is possible to introduce a rewrite system to our definitions. A rewrite
+system is a collection of top-level rewrite rules which performs an organized
+transformation of a particular program into a result which expresses the
+meaning of that program. For example, we might rewrite an expression in a
+programming language into a value representing the result of evaluating that
+expression.

+

Recall in Lesson 1.11, we wrote a simple grammar of Boolean and integer
+expressions that looked roughly like this (lesson-13-a.k):

+
module LESSON-13-A
+  imports INT
+
+  syntax Exp ::= Int
+               | Bool
+               | Exp "+" Exp
+               | Exp "&&" Exp
+endmodule
+

In that lesson, we defined a function eval which evaluated such expressions
+to either an integer or Boolean.

+

However, it is more idiomatic to evaluate such expressions using top-level
+rewrite rules. Here is how one might do so in K (lesson-13-b.k):

+
module LESSON-13-B-SYNTAX
+  imports UNSIGNED-INT-SYNTAX
+  imports BOOL-SYNTAX
+
+  syntax Val ::= Int | Bool
+  syntax Exp ::= Val
+               > left: Exp "+" Exp
+               > left: Exp "&&" Exp
+endmodule
+
+module LESSON-13-B
+  imports LESSON-13-B-SYNTAX
+  imports INT
+  imports BOOL
+
+  rule <k> I1:Int + I2:Int ~> K:K </k> => <k> I1 +Int I2 ~> K </k>
+  rule <k> B1:Bool && B2:Bool ~> K:K </k> => <k> B1 andBool B2 ~> K </k>
+
+  syntax KItem ::= freezer1(Val) | freezer2(Exp)
+                 | freezer3(Val) | freezer4(Exp)
+
+  rule <k> E1:Val + E2:Exp ~> K:K </k> => <k> E2 ~> freezer1(E1) ~> K </k> [priority(51)]
+  rule <k> E1:Exp + E2:Exp ~> K:K </k> => <k> E1 ~> freezer2(E2) ~> K </k> [priority(52)]
+  rule <k> E1:Val && E2:Exp ~> K:K </k> => <k> E2 ~> freezer3(E1) ~> K </k> [priority(51)]
+  rule <k> E1:Exp && E2:Exp ~> K:K </k> => <k> E1 ~> freezer4(E2) ~> K </k> [priority(52)]
+
+  rule <k> E2:Val ~> freezer1(E1) ~> K:K </k> => <k> E1 + E2 ~> K </k>
+  rule <k> E1:Val ~> freezer2(E2) ~> K:K </k> => <k> E1 + E2 ~> K </k>
+  rule <k> E2:Val ~> freezer3(E1) ~> K:K </k> => <k> E1 && E2 ~> K </k>
+  rule <k> E1:Val ~> freezer4(E2) ~> K:K </k> => <k> E1 && E2 ~> K </k>
+endmodule
+

This is of course rather cumbersome currently, but we will soon introduce
+syntactic convenience which makes writing definitions of this type considerably
+easier. For now, notice that there are roughly 3 types of rules here: the first
+matches a K cell in which the first element of the K sequence is an Exp whose
+arguments are values, and rewrites the first element of the sequence to the
+result of that expression. The second also matches a K cell with an Exp in
+the first element of its K sequence, but it matches when one or both arguments
+of the Exp are not values, and replaces the first element of the K sequence
+with two new elements: one being an argument to evaluate, and the other being
+a special constructor called a freezer. Finally, the third matches a K
+sequence where a Val is first, and a freezer is second, and replaces them
+with a partially evaluated expression.

+

This general pattern is what is known as heating an expression,
+evaluating its arguments, cooling the arguments into the expression
+again, and evaluating the expression itself. By repeatedly performing
+this sequence of actions, we can evaluate an entire AST containing a complex
+expression down into its resulting value.

+

Exercise

+ +

Write an addition expression with integers. Use krun --depth 1 to see the
+result of rewriting after applying a single top-level rule. Gradually increase
+the value of --depth to see successive states. Observe how this combination
+of rules is eventually able to evaluate the entire expression.

+

Simplifying the evaluator: Local rewrites and cell ellipses

+ +

As you saw above, the definition we wrote is rather cumbersome. Over the
+remainder of Lessons 1.13 and 1.14, we will greatly simplify it. The first step
+in doing so is to teach a bit more about the rewrite operator, =>. Thus far,
+all the rules we have written look like rule LHS => RHS. However, this is not
+the only way the rewrite operator can be used. It is actually possible to place
+a constructor or function at the very top of the rule, and place rewrite
+operators inside that term. While a rewrite operator cannot appear nested
+inside another rewrite operator, by doing this, we can express that some parts
+of what we are matching are not changed by the rewrite operator. For
+example, consider the following rule from above:

+
  rule <k> I1:Int + I2:Int ~> K:K </k> => <k> I1 +Int I2 ~> K </k>
+

We can equivalently write it like following:

+
  rule <k> (I1:Int + I2:Int => I1 +Int I2) ~> _:K </k>
+

When you put a rewrite inside a term like this, in essence, you are telling
+the rule to only rewrite part of the left-hand side to the right-hand side.
+In practice, this is implemented by lifting the rewrite operator to the top of
+the rule by means of duplicating the surrounding context.

+

There is a way that the above rule can be simplified further, however. K
+provides a special syntax for each cell containing a term of sort K, indicating
+that we want to match only on some prefix of the K sequence. For example, the
+above rule can be simplified further like so:

+
  rule <k> I1:Int + I2:Int => I1 +Int I2 ...</k>
+

Here we have placed the symbol ... immediately prior to the </k> which ends
+the cell. What this tells the compiler is to take the contents of the cell,
+treat it as the prefix of a K sequence, and insert an anonymous variable of
+sort K at the end. Thus we can think of ... as a way of saying we
+don't care about the part of the K sequence after the beginning, leaving
+it unchanged.

+

Putting all this together, we can rewrite LESSON-13-B like so
+(lesson-13-c.k):

+
module LESSON-13-C-SYNTAX
+  imports UNSIGNED-INT-SYNTAX
+  imports BOOL-SYNTAX
+
+  syntax Val ::= Int | Bool
+  syntax Exp ::= Val
+               > left: Exp "+" Exp
+               > left: Exp "&&" Exp
+endmodule
+
+module LESSON-13-C
+  imports LESSON-13-C-SYNTAX
+  imports INT
+  imports BOOL
+
+  rule <k> I1:Int + I2:Int => I1 +Int I2 ...</k>
+  rule <k> B1:Bool && B2:Bool => B1 andBool B2 ...</k>
+
+  syntax KItem ::= freezer1(Val) | freezer2(Exp)
+                 | freezer3(Val) | freezer4(Exp)
+
+  rule <k> E1:Val + E2:Exp => E2 ~> freezer1(E1) ...</k> [priority(51)]
+  rule <k> E1:Exp + E2:Exp => E1 ~> freezer2(E2) ...</k> [priority(52)]
+  rule <k> E1:Val && E2:Exp => E2 ~> freezer3(E1) ...</k> [priority(51)]
+  rule <k> E1:Exp && E2:Exp => E1 ~> freezer4(E2) ...</k> [priority(52)]
+
+  rule <k> E2:Val ~> freezer1(E1) => E1 + E2 ...</k>
+  rule <k> E1:Val ~> freezer2(E2) => E1 + E2 ...</k>
+  rule <k> E2:Val ~> freezer3(E1) => E1 && E2 ...</k>
+  rule <k> E1:Val ~> freezer4(E2) => E1 && E2 ...</k>
+endmodule
+

This is still rather cumbersome, but it is already greatly simplified. In the
+next lesson, we will see how additional features of K can be used to specify
+heating and cooling rules much more compactly.

+

Exercises

+ +
    +
  1. Modify LESSON-13-C to add rules to evaluate integer subtraction.
  2. +
+

Next lesson

+ +

Once you have completed the above exercises, you can continue to
+Lesson 1.14: Defining Evaluation Order.

+

Lesson 1.14: Defining Evaluation Order

+ +

The purpose of this lesson is to explain how to use the heat and cool
+attributes, context and context alias sentences, and the strict and
+seqstrict attributes to more compactly express heating and cooling in K,
+and to express more advanced evaluation strategies in K.

+

The heat and cool attributes

+ +

Thus far, we have been using rule priority and casts to express when to heat
+an expression and when to cool it. For example, the rules for heating have
+lower priority, so they do not apply if the term could be evaluated instead,
+and the rules for heating are expressly written only to apply if the argument
+of the expression is a value.

+

However, K has built-in support for deciding when to heat and when to cool.
+This support comes in the form of the rule attributes heat and cool as
+well as the specially named function isKResult.

+

Consider the following definition, which is equivalent to LESSON-13-C
+(lesson-14-a.k):

+
module LESSON-14-A-SYNTAX
+  imports UNSIGNED-INT-SYNTAX
+  imports BOOL-SYNTAX
+
+  syntax Exp ::= Int
+               | Bool
+               > left: Exp "+" Exp
+               > left: Exp "&&" Exp
+endmodule
+
+module LESSON-14-A
+  imports LESSON-14-A-SYNTAX
+  imports INT
+  imports BOOL
+
+  rule <k> I1:Int + I2:Int => I1 +Int I2 ...</k>
+  rule <k> B1:Bool && B2:Bool => B1 andBool B2 ...</k>
+
+  syntax KItem ::= freezer1(Exp) | freezer2(Exp)
+                 | freezer3(Exp) | freezer4(Exp)
+
+  rule <k> E:Exp + HOLE:Exp => HOLE ~> freezer1(E) ...</k>
+    requires isKResult(E) [heat]
+  rule <k> HOLE:Exp + E:Exp => HOLE ~> freezer2(E) ...</k> [heat]
+  rule <k> E:Exp && HOLE:Exp => HOLE ~> freezer3(E) ...</k>
+    requires isKResult(E) [heat]
+  rule <k> HOLE:Exp && E:Exp => HOLE ~> freezer4(E) ...</k> [heat]
+
+  rule <k> HOLE:Exp ~> freezer1(E) => E + HOLE ...</k> [cool]
+  rule <k> HOLE:Exp ~> freezer2(E) => HOLE + E ...</k> [cool]
+  rule <k> HOLE:Exp ~> freezer3(E) => E && HOLE ...</k> [cool]
+  rule <k> HOLE:Exp ~> freezer4(E) => HOLE && E ...</k> [cool]
+
+  syntax Bool ::= isKResult(K) [function, symbol]
+  rule isKResult(_:Int) => true
+  rule isKResult(_:Bool) => true
+  rule isKResult(_) => false [owise]
+endmodule
+

We have introduced three major changes to this definition. First, we have
+removed the Val sort. We replace it instead with a function isKResult.
+The function in question must have the same signature and attributes as seen in
+this example. It ought to return true whenever a term should not be heated
+(because it is a value) and false when it should be heated (because it is not
+a value). We thus also insert isKResult calls in the side condition of two
+of the heating rules, where the Val sort was previously used.

+

Second, we have removed the rule priorities on the heating rules and the use of
+the Val sort on the cooling rules, and replaced them with the heat and
+cool attributes. These attributes instruct the compiler that these rules are
+heating and cooling rules, and thus should implicitly apply only when certain
+terms on the LHS either are or are not a KResult (i.e., isKResult returns
+true versus false).

+

Third, we have renamed some of the variables in the heating and cooling rules
+to the special variable HOLE. Syntactically, HOLE is just a special name
+for a variable, but it is treated specially by the compiler. By naming a
+variable HOLE, we have informed the compiler which term is being heated
+or cooled. The compiler will automatically insert the side condition
+requires isKResult(HOLE) to cooling rules and the side condition
+requires notBool isKResult(HOLE) to heating rules.

+

Exercise

+ +

Modify LESSON-14-A to add rules to evaluate integer subtraction.

+

Simplifying further with Contexts

+ +

The above example is still rather cumbersome to write. We must explicitly write
+both the heating and the cooling rule separately, even though they are
+essentially inverses of one another. It would be nice to instead simply
+indicate which terms should be heated and cooled, and what part of them to
+operate on.

+

To do this, K introduces a new type of sentence, the context. Contexts
+begin with the context keyword instead of the rule keyword, and usually
+do not contain a rewrite operator.

+

Consider the following definition which is equivalent to LESSON-14-A
+(lesson-14-b.k):

+
module LESSON-14-B-SYNTAX
+  imports UNSIGNED-INT-SYNTAX
+  imports BOOL-SYNTAX
+
+  syntax Exp ::= Int
+               | Bool
+               > left: Exp "+" Exp
+               > left: Exp "&&" Exp
+endmodule
+
+module LESSON-14-B
+  imports LESSON-14-B-SYNTAX
+  imports INT
+  imports BOOL
+
+  rule <k> I1:Int + I2:Int => I1 +Int I2 ...</k>
+  rule <k> B1:Bool && B2:Bool => B1 andBool B2 ...</k>
+
+  context <k> E:Exp + HOLE:Exp ...</k>
+    requires isKResult(E)
+  context <k> HOLE:Exp + _:Exp ...</k>
+  context <k> E:Exp && HOLE:Exp ...</k>
+    requires isKResult(E)
+  context <k> HOLE:Exp && _:Exp ...</k>
+
+  syntax Bool ::= isKResult(K) [function, symbol]
+  rule isKResult(_:Int) => true
+  rule isKResult(_:Bool) => true
+  rule isKResult(_) => false [owise]
+endmodule
+

In this example, the heat and cool rules have been removed entirely, as
+have been the productions defining the freezers. Don't worry, they still exist
+under the hood; the compiler is just generating them automatically. For each
+context sentence like above, the compiler generates a #freezer production,
+a heat rule, and a cool rule. The generated form is equivalent to the
+rules we wrote manually in LESSON-14-A. However, we are now starting to
+considerably simplify the definition. Instead of 3 sentences, we just have one.

+

context alias sentences and the strict and seqstrict attributes

+ +

Notice that the contexts we included in LESSON-14-B still seem rather
+similar in form. For each expression we want to evaluate, we are declaring
+one context for each operand of that expression, and they are each rather
+similar to one another. We would like to be able to simplify further by
+simply annotating each expression production with information about how
+it is to be evaluated instead. We can do this with the seqstrict attribute.

+

Consider the following definition, once again equivalent to those above
+(lesson-14-c.k):

+
module LESSON-14-C-SYNTAX
+  imports UNSIGNED-INT-SYNTAX
+  imports BOOL-SYNTAX
+
+  syntax Exp ::= Int
+               | Bool
+               > left: Exp "+" Exp [seqstrict(exp; 1, 2)]
+               > left: Exp "&&" Exp [seqstrict(exp; 1, 2)]
+endmodule
+
+module LESSON-14-C
+  imports LESSON-14-C-SYNTAX
+  imports INT
+  imports BOOL
+
+  rule <k> I1:Int + I2:Int => I1 +Int I2 ...</k>
+  rule <k> B1:Bool && B2:Bool => B1 andBool B2 ...</k>
+
+  context alias [exp]: <k> HERE ...</k>
+
+  syntax Bool ::= isKResult(K) [function, symbol]
+  rule isKResult(_:Int) => true
+  rule isKResult(_:Bool) => true
+  rule isKResult(_) => false [owise]
+endmodule
+

This definition has two important changes from the one above. The first is
+that the individual context sentences have been removed and have been
+replaced with a single context alias sentence. You may notice that this
+sentence begins with an identifier in square brackets followed by a colon. This
+syntax is a way of naming individual sentences in K for reference by the tool
+or by other sentences. The context alias sentence also has a special variable
+HERE.

+

The second is that the productions in LESSON-14-C-SYNTAX have been given a
+seqstrict attribute. The value of this attribute has two parts. The first
+is the name of a context alias sentence. The second is a comma-separated list
+of integers. Each integer represents an index of a non-terminal in the
+production, counting from 1. For each integer present, the compiler implicitly
+generates a new context sentence according to the following rules:

+
    +
  1. The compiler starts by looking for the context alias sentence named. If
    +there is more than one, then one context sentence is created per
    +context alias sentence with that name.
  2. +
  3. For each context created, the variable HERE in the context alias is
    +substituted with an instance of the production the seqstrict attribute is
    +attached to. Each child of that production is a variable. The non-terminal
    +indicated by the integer offset of the seqstrict attribute is given the name
    +HOLE.
  4. +
  5. For each integer offset prior in the list to the one currently being
    +processed, the predicate isKResult(E) is conjuncted together and included
    +as a side condition, where E is the child of the production term with that
    +offset, starting from 1. For example, if the attribute lists 1, 2, then
    +the rule generated for the 2 will include isKResult(E1) where E1 is the
    +first child of the production.
  6. +
+

As you can see if you work through the process, the above code will ultimately
+generate the same contexts present in LESSON-14-B.

+

Finally, note that there are a few minor syntactic conveniences provided by the
+seqstrict attribute. First, in the special case of the context alias sentence
+being <k> HERE ...</k>, you can omit both the context alias sentence
+and the name from the seqstrict attribute.

+

Second, if the numbered list of offsets contains every non-terminal in the
+production, it can be omitted from the attribute value.

+

Thus, we can finally produce the idiomatic K definition for this example
+(lesson-14-d.k):

+
module LESSON-14-D-SYNTAX
+  imports UNSIGNED-INT-SYNTAX
+  imports BOOL-SYNTAX
+
+  syntax Exp ::= Int
+               | Bool
+               > left: Exp "+" Exp [seqstrict]
+               > left: Exp "&&" Exp [seqstrict]
+endmodule
+
+module LESSON-14-D
+  imports LESSON-14-D-SYNTAX
+  imports INT
+  imports BOOL
+
+  rule <k> I1:Int + I2:Int => I1 +Int I2 ...</k>
+  rule <k> B1:Bool && B2:Bool => B1 andBool B2 ...</k>
+
+  syntax Bool ::= isKResult(K) [function, symbol]
+  rule isKResult(_:Int) => true
+  rule isKResult(_:Bool) => true
+  rule isKResult(_) => false [owise]
+endmodule
+

Exercise

+ +

Modify LESSON-14-D to add a production and rule to evaluate integer
+subtraction.

+

Nondeterministic evaluation order with the strict attribute

+ +

Thus far, we have focused entirely on deterministic evaluation order. However,
+not all languages are deterministic in the order they evaluate expressions.
+For example, in C, the expression a() + b() + c() is guaranteed to parse
+to (a() + b()) + c(), but it is not guaranteed that a will be called before
+b before c. In fact, this evaluation order is non-deterministic.

+

We can express non-deterministic evaluation orders with the strict attribute.
+Its behavior is identical to the seqstrict attribute, except that step 3 in
+the above list (with the side condition automatically added) does not take
+place. In other words, if we wrote syntax Exp ::= Exp "+" Exp [strict]
+instead of syntax Exp ::= Exp "+" Exp [seqstrict], it would generate the
+following two contexts instead of the ones found in LESSON-14-B:

+
  context <k> _:Exp + HOLE:Exp ...</k>
+  context <k> HOLE:Exp + _:Exp ...</k>
+

As you can see, these contexts will generate heating rules that can both
+apply to the same term. As a result, the choice of which heating rule
+applies first is non-deterministic, and as we saw in Lesson 1.13, we can
+get all possible behaviors by passing --search to krun.

+

Exercises

+ +
    +
  1. +

    Add integer division to LESSON-14-D. Make division and addition strict
    +instead of seqstrict, and write a rule evaluating integer division with a
    +side condition that the denominator is non-zero. Run krun --search on the
    +program 1 / 0 + 2 / 1 and observe all possible outputs of the program. How
    +many are there total, and why?

    +
  2. +
  3. +

    Rework your solution from Lesson 1.9, Exercise 2 to evaluate expressions from left to right using the seqstrict attribute.

    +
  4. +
+

Next lesson

+ +

Once you have completed the above exercises, you can continue to
+Lesson 1.15: Configuration Declarations and Cell Nesting.

+

Lesson 1.15: Configuration Declarations and Cell Nesting

+ +

The purpose of this lesson is to explain how to store additional information
+about the state of your interpreter by declaring cells using the
+configuration sentence, as well as how to add additional inputs to your
+definition.

+

Cells and Configuration Declarations

+ +

We have already covered the absolute basics of cells in K by looking at the
+<k> cell. As explained in Lesson 1.13, the
+<k> cell is available without being explicitly declared. It turns out this is
+because, if the user does not explicitly specify a configuration sentence
+anywhere in the main module of their definition, the configuration sentence
+from the DEFAULT-CONFIGURATION module of
+kast.md is imported
+automatically. Here is what that sentence looks like:

+
  configuration <k> $PGM:K </k>
+

This configuration declaration declares a single cell, the <k> cell. It also
+declares that at the start of rewriting, the contents of that cell should be
+initialized with the value of the $PGM configuration variable.
+Configuration variables function as inputs to krun. These terms are supplied
+to krun in the form of ASTs parsed using a particular module. By default, the
+$PGM configuration variable uses the main syntax module of the definition.

+

The cast on the configuration variable also specifies the sort that is used as
+the entry point to the parser, in this case the K sort. It is often
+useful to cast to other sorts there as well for better control over the accepted
+language. The sort used for the $PGM variable is referred to as the start
+symbol. During parsing, the default start symbol K subsumes all user-defined
+sorts except for syntactic lists. These are excluded because they will always
+produce an ambiguity error when parsing a single element.

+

Note that we did not explicitly specify the $PGM configuration variable when
+we invoked krun on a file. This is because krun handles the $PGM variable
+specially, and allows you to pass the term for that variable via a file passed
+as a positional argument to krun. We did, however, specify the PGM name
+explicitly when we called krun with the -cPGM command line argument in
+Lesson 1.2. This is the other, explicit, way of
+specifying an input to krun.

+

This explains the most basic use of configuration declarations in K. We can,
+however, declare multiple cells and multiple configuration variables. We can
+also specify the initial values of cells statically, rather than dynamically
+via krun.

+

For example, consider the following definition (lesson-15-a.k):

+
module LESSON-15-A-SYNTAX
+  imports INT-SYNTAX
+
+  syntax Ints ::= List{Int,","}
+endmodule
+
+module LESSON-15-A
+  imports LESSON-15-A-SYNTAX
+  imports INT
+
+  configuration <k> $PGM:Ints </k>
+                <sum> 0 </sum>
+
+  rule <k> I:Int, Is:Ints => Is ...</k>
+       <sum> SUM:Int => SUM +Int I </sum>
+endmodule
+

This simple definition takes a list of integers as input and sums them
+together. Here we have declared two cells: <k> and <sum>. Unlike <k>,
+<sum> does not get initialized via a configuration variable, but instead
+is initialized statically with the value 0.

+

Note the rule in the second module: we have explicitly specified multiple
+cells in a single rule. K will expect each of these cells to match in order for
+the rule to apply.

+

Here is a second example (lesson-15-b.k):

+
module LESSON-15-B-SYNTAX
+  imports INT-SYNTAX
+endmodule
+
+module LESSON-15-B
+  imports LESSON-15-B-SYNTAX
+  imports INT
+  imports BOOL
+
+  configuration <k> . </k>
+                <first> $FIRST:Int </first>
+                <second> $SECOND:Int </second>
+
+  rule <k> . => FIRST >Int SECOND </k>
+       <first> FIRST </first>
+       <second> SECOND </second>
+endmodule
+

This definition takes two integers as command-line arguments and populates the
+<k> cell with a Boolean indicating whether the first integer is greater than
+the second. Notice that we have specified no $PGM configuration variable
+here. As a result, we cannot invoke krun via the syntax krun $file.
+Instead, we must explicitly pass values for each configuration variable via the
+-cFIRST and -cSECOND command line flags. For example, if we invoke
+krun -cFIRST=0 -cSECOND=1, we will get the value false in the K cell.

+

You can also specify both a $PGM configuration variable and other
+configuration variables in a single configuration declaration, in which case
+you would be able to initialize $PGM with either a positional argument or the
+-cPGM command line flag, but the other configuration variables would need
+to be explicitly initialized with -c.

+

Exercise

+ +

Modify your solution to Lesson 1.14, Exercise 2 to add a new cell with a
+configuration variable of sort Bool. This variable should determine whether
+the / operator is evaluated using /Int or divInt. Test that by specifying
+different values for this variable, you can change the behavior of rounding on
+division of negative numbers.

+

Cell Nesting

+ +

It is possible to nest cells inside one another. A cell that contains other
+cells must contain only other cells, but in doing this, you are able to
+create a hierarchical structure to the configuration. Consider the following
+definition (lesson-15-c.k), which is equivalent to the one in LESSON-15-B:

+
module LESSON-15-C-SYNTAX
+  imports INT-SYNTAX
+endmodule
+
+module LESSON-15-C
+  imports LESSON-15-C-SYNTAX
+  imports INT
+  imports BOOL
+
+  configuration <T>
+                  <k> . </k>
+                  <state>
+                    <first> $FIRST:Int </first>
+                    <second> $SECOND:Int </second>
+                  </state>
+                </T>
+
+  rule <k> . => FIRST >Int SECOND </k>
+       <first> FIRST </first>
+       <second> SECOND </second>
+endmodule
+

Note that we have added some new cells to the configuration declaration:
+the <T> cell wraps the entire configuration, and the <state> cell is
+introduced around the <first> and <second> cells.

+

However, we have not changed the rule in this definition. This is because of
+a concept in K called configuration abstraction. K allows you to specify
+any number of cells in a rule (except zero) in any order you want, and K will
+compile the rules into a form that matches the structure of the configuration
+specified by the configuration declaration.

+

Here then, is how this rule would look after the configuration abstraction
+has been resolved:

+
  rule <T>
+         <k> . => FIRST >Int SECOND </k>
+         <state>
+           <first> FIRST </first>
+           <second> SECOND </second>
+         </state>
+       </T>
+

In other words, K will complete cells to the top of the configuration by
+inserting parent cells where appropriate based on the declared structure of
+the configuration. This is useful because as a definition evolves, the
+configuration may change, but you don't want to have to modify every single
+rule each time. Thus, K follows the principle that you should only mention the
+cells in a rule that are actually needed in order to accomplish its specific
+goal. By following this best practice, you can significantly increase the
+modularity of the definition and make it easier to maintain and modify.

+

Note that unlike top-level rewrite rules, cells that appear inside function
+rules are not necessarily completed to the top of the configuration. They still
+participate in cell ccompletion in the sense that you can mention cell
+structure loosely inside a function rule and it will be completed into the
+correct cell structure specified by the configuration declaration. However,
+they do not complete all the way to the top, instead completing only up to
+the top-most cell mentioned in the rule.

+

For example, if I write the following function rule in the above definition:

+
  rule doStuff(<first> FIRST </first>) => FIRST
+

The function will only match on the first cell, rather than the entire
+configuration. However, if we had mentioned a parent cell in the rule, it still
+would have completed the children of that parent cell as needed to ensure that
+the resulting term is well formed.

+

Exercise

+ +

Modify your definition from the previous exercise in this lesson to wrap the
+two cells you have declared in a top cell <T>. You should not have to change
+any other rules in the definition.

+

Cell Variables

+ +

Sometimes it is desirable to explicitly match a variable against certain
+fragments of the configuration. Because K's configuration is hierarchical,
+we can grab subsets of the configuration as if they were just another term.
+However, configuration abstraction applies here as well.
+In particular, for each cell you specify in a configuration declaration, a
+unique sort is assigned for that cell with a single constructor (the cell
+itself). The sort name is taken by removing all special characters,
+capitalizing the first letter and each letter after a hyphen, and adding the
+word Cell at the end. For example, in the above example, the cell sorts are
+TCell, KCell, StateCell, FirstCell, and SecondCell. If we had declared
+a cell as <first-number>, then the cell sort name would be FirstNumberCell.

+

You can explicitly reference a variable of one of these sorts anywhere you
+might instead write that cell. For example, consider the following rule:

+
  rule <k> true => S </k>
+       (S:StateCell => <state>... .Bag ...</state>)
+

Here we have introduced two new concepts. The first is the variable of sort
+StateCell, which matches the entire <state> part of the configuration. The
+second is that we have introduced the concept of ... once again. When a cell
+contains other cells, it is also possible to specify ... on either the left,
+right or both sides of the cell term. Each of these three syntaxes are
+equivalent in this case. When they appear on the left-hand side of a rule, they
+indicate that we don't care what value any cells not explicitly named might
+have. For example, we might write <state>... <first> 0 </first> ...</state> on
+the left-hand side of a rule in order to indicate that we want to match the
+rule when the <first> cell contains a zero, regardless of what the <second>
+cell contains. If we had not included this ellipsis, it would have been a
+syntax error, because K would have expected you to provide a value for each of
+the child cells.

+

However, if, as in the example above, the ... appeared on the right-hand side
+of a rule, this instead indicates that the cells not explicitly mentioned under
+the cell should be initialized with their default value from the configuration
+declaration. In other words, that rule will set the value of <first> and
+<second> to zero.

+

You may note the presence of the phrase .Bag here. You can think of this as
+the empty set of cells. It is used as the child of a cell when you want to
+indicate that no cells should be explicitly named. We will cover other uses
+of this term in later lessons.

+

Exercises

+ +
    +
  1. Modify the definition from the previous exercise in this lesson so that the
    +Boolean cell you created is initialized to false. Then add a production
    +syntax Stmt ::= Bool ";" Exp, and a rule that uses this Stmt to set the
    +value of the Boolean flag. Then add another production
    +syntax Stmt ::= "reset" ";" Exp which sets the value of the Boolean flag back
    +to its default value via a ... on the right-hand side. You will need to add
    +an additional cell around the Boolean cell to make this work.
  2. +
+

Next lesson

+ +

Once you have completed the above exercises, you can continue to
+Lesson 1.16: Maps, Semantic Lists, and Sets.

+

Lesson 1.16: Maps, Semantic Lists, and Sets

+ +

The purpose of this lesson is to explain how to use the data structure sorts
+provided by K: maps, lists, and sets.

+

Maps

+ +

The most frequently used type of data structure in K is the map. The sort
+provided by K for this purpose is the Map sort, and it is provided in
+domains.md in the MAP
+module. This type is not (currently) polymorphic. All Map terms are maps that
+map terms of sort KItem to other terms of sort KItem. A KItem can contain
+any sort except a K sequence. If you need to store such a term in a
+map, you can always use a wrapper such as syntax KItem ::= kseq(K).

+

A Map pattern consists of zero or more map elements (as represented by the
+symbol syntax Map ::= KItem "|->" KItem), mixed in any order, separated by
+whitespace, with zero or one variables of sort Map. The empty map is
+represented by .Map. If all of the bindings for the variables in the keys
+of the map can be deterministically chosen, these patterns can be matched in
+O(1) time. If they cannot, then each map element that cannot be
+deterministically constructed contributes a single dimension of polynomial
+time to the cost of the matching. In other words, a single such element is
+linear, two are quadratic, three are cubic, etc.

+

Patterns like the above are the only type of Map pattern that can appear
+on the left-hand-side of a rule. In other words, you are not allowed to write
+a Map pattern on the left-hand-side with more than one variable of sort Map
+in it. You are, however, allowed to write such patterns on the right-hand-side
+of a rule. You can also write a function pattern in the key of a map element
+so long as all the variables in the function pattern can be deterministically
+chosen.

+

Note the meaning of matching on a Map pattern: a map pattern with no
+variables of sort Map will match if the map being matched has exactly as
+many bindings as |-> symbols in the pattern. It will then match if each
+binding in the map pattern matches exactly one distinct binding in the map
+being matched. A map pattern with one Map variable will also match any map
+that contains such a map as a subset. The variable of sort Map will be bound
+to whatever bindings are left over (.Map if there are no bindings left over).

+

Here is an example of a simple definition that implements a very basic
+variable declaration semantics using a Map to store the value of variables
+(lesson-16-a.k):

+
module LESSON-16-A-SYNTAX
+  imports INT-SYNTAX
+  imports ID-SYNTAX
+
+  syntax Exp ::= Id | Int
+  syntax Decl ::= "int" Id "=" Exp ";" [strict(2)]
+  syntax Pgm ::= List{Decl,""}
+endmodule
+
+module LESSON-16-A
+  imports LESSON-16-A-SYNTAX
+  imports BOOL
+
+  configuration <T>
+                  <k> $PGM:Pgm </k>
+                  <state> .Map </state>
+                </T>
+
+  // declaration sequence
+  rule <k> D:Decl P:Pgm => D ~> P ...</k>
+  rule <k> .Pgm => . ...</k>
+
+  // variable declaration
+  rule <k> int X:Id = I:Int ; => . ...</k>
+       <state> STATE => STATE [ X <- I ] </state>
+
+  // variable lookup
+  rule <k> X:Id => I ...</k>
+       <state>... X |-> I ...</state>
+
+  syntax Bool ::= isKResult(K) [symbol, function]
+  rule isKResult(_:Int) => true
+  rule isKResult(_) => false [owise]
+endmodule
+

There are several new features in this definition. First, note we import
+the module ID-SYNTAX. This module is defined in domains.md and provides a
+basic syntax for identifiers. We are using the Id sort provided by this
+module in this definition to implement the names of program variables. This
+syntax is only imported when parsing programs, not when parsing rules. Later in
+this lesson we will see how to reference specific concrete identifiers in a
+rule.

+

Second, we introduce a single new function over the Map sort. This function,
+which is represented by the symbol
+syntax Map ::= Map "[" KItem "<-" KItem "]", represents the map update
+operation. Other functions over the Map sort can be found in domains.md.

+

Finally, we have used the ... syntax on a cell containing a Map. In this
+case, the meaning of <state>... Pattern ...</state>,
+<state>... Pattern </state>, and <state> Pattern ...</state> are the same:
+it is equivalent to writing <state> (Pattern) _:Map </state>.

+

Consider the following program (a.decl):

+
int x = 0;
+int y = 1;
+int a = x;
+

If we run this program with krun, we will get the following result:

+
<T>
+  <k>
+    .
+  </k>
+  <state>
+    a |-> 0
+    x |-> 0
+    y |-> 1
+  </state>
+</T>
+

Note that krun has automatically sorted the collection for you. This doesn't
+happen at runtime, so you still get the performance of a hash map, but it will
+help make the output more readable.

+

Exercise

+ +

Create a sort Stmt that is a subsort of Decl. Create a production of sort
+Stmt for variable assignment in addition to the variable declaration
+production. Feel free to use the syntax syntax Stmt ::= Id "=" Exp ";". Write
+a rule that implements variable assignment using a map update function. Then
+write the same rule using a map pattern. Test your implementations with some
+programs to ensure they behave as expected.

+

Semantic Lists

+ +

In a previous lesson, we explained how to represent lists in the AST of a
+program. However, this is not the only context where lists can be used. We also
+frequently use lists in the configuration of an interpreter in order to
+represent certain types of program state. For this purpose, it is generally
+useful to have an associative-list sort, rather than the cons-list sorts
+provided in Lesson 1.12.

+

The type provided by K for this purpose is the List sort, and it is also
+provided in domains.md, in the LIST module. This type is also not
+(currently) polymorphic. Like Map, all List terms are lists of terms of the
+KItem sort.

+

A List pattern in K consists of zero or more list elements (as represented by
+the ListItem symbol), followed by zero or one variables of sort List,
+followed by zero or more list elements. An empty list is represented by
+.List. These patterns can be matched in O(log(N)) time. This is the only
+type of List pattern that can appear on the left-hand-side of a rule. In
+other words, you are not allowed to write a List pattern on the
+left-hand-side with more than one variable of sort List in it. You are,
+however, allowed to write such patterns on the right-hand-side of a rule.

+

Note the meaning of matching on a List pattern: a list pattern with no
+variables of sort List will match if the list being matched has exactly as
+many elements as ListItem symbols in the pattern. It will then match if each
+element in sequence matches the pattern contained in the ListItem symbol. A
+list pattern with one variable of sort List operates the same way, except
+that it can match any list with at least as many elements as ListItem
+symbols, so long as the prefix and suffix of the list match the patterns inside
+the ListItem symbols. The variable of sort List will be bound to whatever
+elements are left over (.List if there are no elements left over).

+

The ... syntax is allowed on cells containing lists as well. In this case,
+the meaning of <cell>... Pattern </cell> is the same as
+<cell> _:List (Pattern) </cell>, the meaning of <cell> Pattern ...</cell>
+is the same as <cell> (Pattern) _:List</cell>. Because list patterns with
+multiple variables of sort List are not allowed, it is an error to write
+<cell>... Pattern ...</cell>.

+

Here is an example of a simple definition that implements a very basic
+function-call semantics using a List as a function stack (lesson-16-b.k):

+
module LESSON-16-B-SYNTAX
+  imports INT-SYNTAX
+  imports ID-SYNTAX
+
+  syntax Exp ::= Id "(" ")" | Int
+  syntax Stmt ::= "return" Exp ";" [strict]
+  syntax Decl ::= "fun" Id "(" ")" "{" Stmt "}"
+  syntax Pgm ::= List{Decl,""}
+  syntax Id ::= "main" [token]
+endmodule
+
+module LESSON-16-B
+  imports LESSON-16-B-SYNTAX
+  imports BOOL
+  imports LIST
+
+  configuration <T>
+                  <k> $PGM:Pgm ~> main () </k>
+                  <functions> .Map </functions>
+                  <fstack> .List </fstack>
+                </T>
+
+  // declaration sequence
+  rule <k> D:Decl P:Pgm => D ~> P ...</k>
+  rule <k> .Pgm => . ...</k>
+
+  // function definitions
+  rule <k> fun X:Id () { S } => . ...</k>
+       <functions>... .Map => X |-> S ...</functions>
+
+  // function call
+  syntax KItem ::= stackFrame(K)
+  rule <k> X:Id () ~> K => S </k>
+       <functions>... X |-> S ...</functions>
+       <fstack> .List => ListItem(stackFrame(K)) ...</fstack>
+
+  // return statement
+  rule <k> return I:Int ; ~> _ => I ~> K </k>
+       <fstack> ListItem(stackFrame(K)) => .List ...</fstack>
+
+  syntax Bool ::= isKResult(K) [function, symbol]
+  rule isKResult(_:Int) => true
+  rule isKResult(_) => false [owise]
+endmodule
+

Notice that we have declared the production syntax Id ::= "main" [token].
+Since we use the ID-SYNTAX module, this declaration is necessary in order to
+be able to refer to the main identifier directly in the configuration
+declaration. Our <k> cell now contains a K sequence initially: first we
+process all the declarations in the program, then we call the main function.

+

Consider the following program (foo.func):

+
fun foo() { return 5; }
+fun main() { return foo(); }
+

When we krun this program, we should get the following output:

+
<T>
+  <k>
+    5 ~> .
+  </k>
+  <functions>
+    foo |-> return 5 ;
+    main |-> return foo ( ) ;
+  </functions>
+  <fstack>
+    .List
+  </fstack>
+</T>
+

Note that we have successfully put on the <k> cell the value returned by the
+main function.

+

Exercise

+ +

Add a term of sort Id to the stackFrame operator to keep track of the
+name of the function in that stack frame. Then write a function
+syntax String ::= printStackTrace(List) that takes the contents of the
+<fstack> cell and pretty prints the current stack trace. You can concatenate
+strings with +String in the STRING module in domains.md, and you can
+convert an Id to a String with the Id2String function in the ID module.
+Test this function by creating a new expression that returns the current stack
+trace as a string. Make sure to update isKResult and the Exp sort as
+appropriate to allow strings as values.

+

Sets

+ +

The final primary data structure sort in K is a set, i.e., an idempotent
+unordered collection where elements are deduplicated. The sort provided by K
+for this purpose is the Set sort and it is provided in domains.md in the
+SET module. Like maps and lists, this type is not (currently) polymorphic.
+Like Map and List, all Set terms are sets of terms of the KItem sort.

+

A Set pattern has the exact same restrictions as a Map pattern, except that
+its elements are treated like keys, and there are no values. It has the same
+performance characteristics as well. However, syntactically it is more similar
+to the List sort: An empty Set is represented by .Set, but a set element
+is represented by the SetItem symbol.

+

Matching behaves similarly to the Map sort: a set pattern with no variables
+of sort Set will match if the set has exactly as many bindings as SetItem
+symbols, and if each element pattern matches one distinct element in the set.
+A set with a variable of sort Set also matches any superset of such a set.
+As with map, the elements left over will be bound to the Set variable (or
+.Set if no elements are left over).

+

Like Map, the ... syntax on a set is syntactic sugar for an anonymous
+variable of sort Set.

+

Here is an example of a simple modification to LESSON-16-A which uses a Set
+to ensure that variables are never declared more than once. In practice, you
+would likely just use the in_keys symbol over maps to test for this, but
+it's still useful as an example of sets in practice:

+
module LESSON-16-C-SYNTAX
+  imports LESSON-16-A-SYNTAX
+endmodule
+
+module LESSON-16-C
+  imports LESSON-16-C-SYNTAX
+  imports BOOL
+  imports SET
+
+  configuration <T>
+                  <k> $PGM:Pgm </k>
+                  <state> .Map </state>
+                  <declared> .Set </declared>
+                </T>
+
+  // declaration sequence
+  rule <k> D:Decl P:Pgm => D ~> P ...</k>
+  rule <k> .Pgm => . ...</k>
+
+  // variable declaration
+  rule <k> int X:Id = I:Int ; => . ...</k>
+       <state> STATE => STATE [ X <- I ] </state>
+       <declared> D => D SetItem(X) </declared>
+    requires notBool X in D
+
+  // variable lookup
+  rule <k> X:Id => I ...</k>
+       <state>... X |-> I ...</state>
+       <declared>... SetItem(X) ...</declared>
+
+  syntax Bool ::= isKResult(K) [symbol, function]
+  rule isKResult(_:Int) => true
+  rule isKResult(_) => false [owise]
+endmodule
+

Now if we krun a program containing duplicate declarations, it will get
+stuck on the declaration.

+

Exercises

+ +
    +
  1. Modify your solution to Lesson 1.14, Exercise 2 and introduce the sorts
    +Decls, Decl, and Stmt which include variable and function declaration
    +(without function parameters), and return and assignment statements, as well
    +as call expressions. Use List and Map to implement these operators, making
    +sure to consider the interactions between components, such as saving and
    +restoring the environment of variables at each call site. Don't worry about
    +local function definitions or global variables for now. Make sure to test the
    +resulting interpreter.
  2. +
+

Next lesson

+ +

Once you have completed the above exercises, you can continue to
+Lesson 1.17: Cell Multiplicity and Cell Collections.

+

Lesson 1.17: Cell Multiplicity and Cell Collections

+ +

The purpose of this lesson is to explain how you can create optional cells
+and cells that repeat multiple times in a configuration using a feature called
+cell multiplicity.

+

Cell Multiplicity

+ +

K allows you to specify attributes for cell productions as part of the syntax
+of configuration declarations. Unlike regular productions, which use the []
+syntax for attributes, configuration cells use an XML-like attribute syntax:

+
configuration <k color="red"> $PGM:K </k>
+

This configuration declaration gives the <k> cell the color red during
+unparsing using the color attribute as discussed in
+Lesson 1.9.

+

However, in addition to the usual attributes for productions, there are some
+other attributes that can be applied to cells with special meaning. One such
+attribute is the multiplicity attribute. By default, each cell that is
+declared occurs exactly once in every configuration term. However, using the
+multiplicity attribute, this default behavior can be changed. There are two
+values that this attribute can have: ? and *.

+

Optional cells

+ +

The first cell multiplicity we will discuss is ?. Similar to a regular
+expression language, this attribute tells the compiler that this cell can
+appear 0 or 1 times in the configuration. In other words, it is an
+optional cell. By default, K does not create optional cells in the initial
+configuration, unless that optional cell has a configuration variable inside
+it. However, it is possible to override the default behavior and create that
+cell initially by adding the additional cell attribute initial="".

+

K uses the .Bag symbol to represent the absence of any cells in a particular
+rule. Consider the following module:

+
module LESSON-17-A
+  imports INT
+
+  configuration <k> $PGM:K </k>
+                <optional multiplicity="?"> 0 </optional>
+
+  syntax KItem ::= "init" | "destroy"
+
+  rule <k> init => . ...</k>
+       (.Bag => <optional> 0 </optional>)
+  rule <k> destroy => . ...</k>
+       (<optional> _ </optional> => .Bag)
+
+endmodule
+

In this definition, when the init symbol is executed, the <optional> cell
+is added to the configuration, and when the destroy symbol is executed, it
+is removed. Any rule that matches on that cell will only match if that cell is
+present in the configuration.

+

Exercise

+ +

Create a simple definition with a Stmts sort that is a List{Stmt,""} and
+a Stmt sort with the constructors
+syntax Stmt ::= "enable" | "increment" | "decrement" | "disable". The
+configuration should have an optional cell that contains an integer that
+is created with the enable command, destroyed with the disable command,
+and its value is incremented or decremented by the increment and decrement
+command.

+

Cell collections

+ +

The second type of cell multiplicity we will discuss is *. Simlar to a
+regular expression language, this attribute tells the compiler that this cell
+can appear 0 or more times in the configuration. In other words, it is a
+cell collection. Cells with multiplicity * must be the only child of
+their parent cell. As a convention, the inner cell is usually named with the
+singular form of what it contains, and the outer cell with the plural form, for
+example, "thread" and "threads".

+

All cell collections are required to have the type attribute set to either
+Set or Map. A Set cell collection is represented as a set and behaves
+internally the same as the Set sort, although it actually declares a new
+sort. A Map cell collection is represented as a Map in which the first
+subcell of the cell collection is the key and the remaining cells are the
+value.

+

For example, consider the following module:

+
module LESSON-17-B
+  imports INT
+  imports BOOL
+  imports ID-SYNTAX
+
+  syntax Stmt ::= Id "=" Exp ";" [strict(2)]
+                | "return" Exp ";" [strict]
+  syntax Stmts ::= List{Stmt,""}
+  syntax Exp ::= Id
+               | Int
+               | Exp "+" Exp [seqstrict]
+               | "spawn" "{" Stmts "}"
+               | "join" Exp ";" [strict]
+
+  configuration <threads>
+                  <thread multiplicity="*" type="Map">
+                    <id> 0 </id>
+                    <k> $PGM:K </k>
+                  </thread>
+                </threads>
+                <state> .Map </state>
+                <next-id> 1 </next-id>
+
+  rule <k> X:Id => I:Int ...</k>
+       <state>... X |-> I ...</state>
+  rule <k> X:Id = I:Int ; => . ...</k>
+       <state> STATE => STATE [ X <- I ] </state>
+  rule <k> S:Stmt Ss:Stmts => S ~> Ss ...</k>
+  rule <k> I1:Int + I2:Int => I1 +Int I2 ...</k>
+
+  rule <thread>...
+         <k> spawn { Ss } => NEXTID ...</k>
+       ...</thread>
+       <next-id> NEXTID => NEXTID +Int 1 </next-id>
+       (.Bag =>
+       <thread>
+         <id> NEXTID </id>
+         <k> Ss </k>
+       </thread>)
+
+  rule <thread>...
+         <k> join ID:Int ; => I ...</k>
+       ...</thread>
+       (<thread>
+         <id> ID </id>
+         <k> return I:Int ; ...</k>
+       </thread> => .Bag)
+
+  syntax Bool ::= isKResult(K) [function, symbol]
+  rule isKResult(_:Int) => true
+  rule isKResult(_) => false [owise]
+endmodule
+

This module implements a very basic fork/join semantics. The spawn expression
+spawns a new thread to execute a sequence of statements and returns a thread
+id, and the join statement waits until a thread executes return and then
+returns the return value of the thread.

+

Note something quite novel here: the <k> cell is inside a cell of
+multiplicity *. Since the <k> cell is just a regular cell (mostly), this
+is perfectly allowable. Rules that don't mention a specific thread are
+automatically completed to match any thread.

+

When you execute programs in this language, the cells in the cell collection
+get sorted and printed like any other collection, but they still display like
+cells. Rules in this language also benefit from all the structural power of
+cells, allowing you to omit cells you don't care about or complete the
+configuration automatically. This allows you to have the power of cells while
+still being a collection under the hood.

+

Exercises

+ +
    +
  1. Modify the solution from Lesson 1.16, Exercise 1 so that the cell you use to
    +keep track of functions in a Map is now a cell collection. Run some programs
    +and compare how they get unparsed before and after this change.
  2. +
+

Next lesson

+ +

Once you have completed the above exercises, you can continue to
+Lesson 1.18: Term Equality and the Ternary Operator.

+

Lesson 1.18: Term Equality and the Ternary Operator

+ +

The purpose of this lesson is to introduce how to compare equality of terms in
+K, and how to put conditional expressions directly into the right-hand side of
+rules.

+

Term Equality

+ +

One major way you can compare whether two terms are equal in K is to simply
+match both terms with a variable with the same name. This will only succeed
+in matching if the two terms are equal structurally. However, sometimes this
+is impractical, and it is useful to have access to a way to actually compare
+whether two terms in K are equal. The operator for this is found in
+domains.md in the K-EQUAL
+module. The operator is ==K and takes two terms of sort K and returns a
+Bool. It returns true if they are equal. This includes equality over builtin
+types such as Map and Set where equality is not purely structural in
+nature. However, it does not include any notion of semantic equality over
+user-defined syntax. The inverse symbol for inequality is =/=K.

+

Ternary Operator

+ +

One way to introduce conditional logic in K is to have two separate rules,
+each with a side condition (or one rule with a side condition and another with
+the owise attribute). However, sometimes it is useful to explicitly write
+a conditional expression directly in the right-hand side of a rule. For this
+purpose, K defines one more operator in the K-EQUAL module, which corresponds
+to the usual ternary operator found in many languages. Here is an example of its
+usage (lesson-18.k):

+
module LESSON-18
+  imports INT
+  imports BOOL
+  imports K-EQUAL
+
+  syntax Exp ::= Int | Bool | "if" "(" Exp ")" Exp "else" Exp [strict(1)]
+
+  syntax Bool ::= isKResult(K) [function, symbol]
+  rule isKResult(_:Int) => true
+  rule isKResult(_:Bool) => true
+
+  rule if (B:Bool) E1:Exp else E2:Exp => #if B #then E1 #else E2 #fi
+endmodule
+

Note the symbol on the right-hand side of the final rule. This symbol is
+polymorphic: B must be of sort Bool, but E1 and E2 could have been
+any sort so long as both were of the same sort, and the sort of the entire
+expression becomes equal to that sort. K supports polymorphic built-in
+operators, but does not yet allow users to write their own polymorphic
+productions.

+

The behavior of this function is to evaluate the Boolean expression to a
+Boolean, then pick one of the two children and return it based on whether the
+Boolean is true or false. Please note that it is not a good idea to use this
+symbol in cases where one or both of the children is potentially undefined
+(for example, an integer expression that divides by zero). While the default
+implementation is smart enough to only evaluate the branch that happens to be
+picked, this will not be true when we begin to do program verification. If
+you need short circuiting behavior, it is better to use a side condition.

+

Exercises

+ +
    +
  1. +

    Write a function in K that takes two terms of sort K and returns an
    +Int: the Int should be 0 if the terms are equal and 1 if the terms are
    +unequal.

    +
  2. +
  3. +

    Modify your solution to Lesson 1.16, Exercise 1 and introduce an if
    +Stmt to the syntax of the language, then implement it using the #if symbol.
    +Make sure to write tests for the resulting interpreter.

    +
  4. +
+

Next lesson

+ +

Once you have completed the above exercises, you can continue to
+Lesson 1.19: Debugging with GDB.

+

Lesson 1.19: Debugging with GDB or LLDB

+ +

The purpose of this lesson is to teach how to debug your K interpreter using
+the K-language support provided in GDB or
+LLDB.

+

Caveats

+ +

This lesson has been written with GDB support on Linux in mind. Unfortunately,
+on macOS, GDB has limited support. To address this, we have introduced early
+experimental support for debugging with LLDB on macOS. In some cases, the
+features supported by LLDB are slightly different to those supported by GDB; the
+tutorial text will make this clear where necessary. If you use a macOS with an
+LLVM version older than 15, you may need to upgrade it to use the LLDB
+correctly. If you encounter an issue on either operating system, please open an
+issue against the K repository.

+

Getting started

+ +

On Linux, you will need GDB in order to complete this lesson. If you do not
+already have GDB installed, then do so. Steps to install GDB are outlined in
+this GDB Tutorial.

+

On macOS, LLDB should already have been installed with K's build dependencies
+(whether you have built K from source, or installed it using kup or Homebrew).

+

The first thing neccessary in order to debug a K interpreter is to build the
+interpreter with full debugging support enabled. This can be done relatively
+simply. First, run kompile with the command line flag --enable-llvm-debug.
+The resulting compiled K definition will be ready to support debugging.

+

Once you have a compiled K definition and a program you wish to debug, you can
+start the debugger by passing the --debugger flag to krun. This will
+automatically load the program you are executing into GDB and drop you into a
+GDB shell ready to start executing the program.

+

As an example, consider the following K definition (lesson-19-a.k):

+
module LESSON-19-A
+  imports INT
+
+  rule I => I +Int 1
+    requires I <Int 100
+endmodule
+

If we compile this definition with kompile lesson-19-a.k --enable-llvm-debug,
+and run the program 0 in the debugger with krun -cPGM=0 --debugger, we will
+see the following output (roughly, and depending on which platform you are
+using):

+

GDB / Linux

+ +
GNU gdb (Ubuntu 9.2-0ubuntu1~20.04) 9.2
+Copyright (C) 2020 Free Software Foundation, Inc.
+License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
+This is free software: you are free to change and redistribute it.
+There is NO WARRANTY, to the extent permitted by law.
+Type "show copying" and "show warranty" for details.
+This GDB was configured as "x86_64-linux-gnu".
+Type "show configuration" for configuration details.
+For bug reporting instructions, please see:
+<http://www.gnu.org/software/gdb/bugs/>.
+Find the GDB manual and other documentation resources online at:
+    <http://www.gnu.org/software/gdb/documentation/>.
+
+For help, type "help".
+Type "apropos word" to search for commands related to "word"...
+Reading symbols from ./lesson-19-a-kompiled/interpreter...
+warning: File "/home/dwightguth/kframework-5.0.0/k-distribution/k-tutorial/1_basic/19_debugging/lesson-19-a-kompiled/interpreter" auto-loading has been declined by your `auto-load safe-path' set to "$debugdir:$datadir/auto-load".
+To enable execution of this file add
+        add-auto-load-safe-path /home/dwightguth/kframework-5.0.0/k-distribution/k-tutorial/1_basic/19_debugging/lesson-19-a-kompiled/interpreter
+line to your configuration file "/home/dwightguth/.gdbinit".
+To completely disable this security protection add
+        set auto-load safe-path /
+line to your configuration file "/home/dwightguth/.gdbinit".
+For more information about this security protection see the
+"Auto-loading safe path" section in the GDB manual.  E.g., run from the shell:
+        info "(gdb)Auto-loading safe path"
+(gdb)
+

To make full advantage of the GDB features of K, you should follow the first
+command listed in this output message and add the corresponding
+add-auto-load-safe-path command to your ~/.gdbinit file as prompted.
+Please note that the path will be different on your machine than the one
+listed above. Adding directories to the "load safe path" effectively tells GDB
+to trust those directories. All content under a given directory will be recursively
+trusted, so if you want to avoid having to add paths to the "load safe path" every
+time you kompile a different K definition, then you can just trust a minimal
+directory containing all your kompiled files; however, do not choose a top-level directory containing arbitrary files as this amounts to trusting arbitrary files and is a security risk. More info on the load safe path
+can be found here.

+

LLDB / macOS

+ +
(lldb) target create "./lesson-19-a-kompiled/interpreter"
+warning: 'interpreter' contains a debug script. To run this script in this debug session:
+
+    command script import "/Users/brucecollie/code/scratch/lesson-19-a-kompiled/interpreter.dSYM/Contents/Resources/Python/interpreter.py"
+
+To run all discovered debug scripts in this session:
+
+    settings set target.load-script-from-symbol-file true
+
+Current executable set to '/Users/brucecollie/code/scratch/lesson-19-a-kompiled/interpreter' (x86_64).
+(lldb) settings set -- target.run-args  ".krun-2023-03-20-11-22-46-TcYt9ffhb2/tmp.in.RupiLwHNfn" "-1" ".krun-2023-03-20-11-22-46-TcYt9ffhb2/result.kore"
+(lldb) 
+

LLDB applies slightly different security policies to GDB. To load K's debugging
+scripts for this session only, you can run the command script import line at
+the LLDB prompt. The loaded scripts will not persist across debugging sessions
+if you do this. It is also possible to configure LLDB to automatically load the
+K scripts when an interpreter is started in LLDB; doing so requires a slightly
+less broad permission than GDB.

+

On macOS, the .dSYM directory that contains debugging symbols for an
+executable can also contain Python scripts in Contents/Resources/Python. If
+there is a Python script with a name matching the name of the current executable
+(here, interpreter and interpreter.py), it will be automatically loaded if
+the target.load-script-from-symbol-file setting is set). You can therefore add
+the settings set command to your ~/.lldbinit without enabling full arbitrary
+code execution, but you should be aware of the paths from which code can be
+executed if you do so.

+

Basic commands

+ +
+

LLDB Note: the k start and k step commands are currently not
+implemented in the K LLDB scripts. To work around this limitation temporarily,
+you can run process launch --stop-at-entry instead of k start. To emulate
+k step, first run rbreak k_step once, then continue instead of each k step. We hope to address these limitations soon.

+
+

The most basic commands you can execute in the K GDB session are to run your
+program or to step through it. The first can be accomplished using GDB's
+built-in run command. This will automatically start the program and begin
+executing it. It will continue until the program aborts or finishes, or the
+debugger is interrupted with Ctrl-C.

+

Sometimes you want finer-grained control over how you proceed through the
+program you are debugging. To step through the rule applications in your
+program, you can use the k start and k step GDB commands.

+

k start is similar to the built-in start command in that it starts the
+program and then immediately breaks before doing any work. However, unlike
+the start command which will break immediately after the main method of
+a program is executed, the K start program will initialize the rewriter,
+evaluate the initial configuration, and break immediately prior to applying
+any rewrite steps.

+

In the example above, here is what we see when we run the k start command:

+
Temporary breakpoint 1 at 0x239210
+Starting program: /home/dwightguth/kframework-5.0.0/k-distribution/k-tutorial/1_basic/19_debugging/lesson-19-a-kompiled/interpreter .krun-2021-08-13-14-10-50-sMwBkbRicw/tmp.in.01aQt85TaA -1 .krun-2021-08-13-14-10-50-sMwBkbRicw/result.kore
+[Thread debugging using libthread_db enabled]
+Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
+
+Temporary breakpoint 1, 0x0000000000239210 in main ()
+0x0000000000231890 in step (subject=<k>
+  0 ~> .
+</k>)
+(gdb)
+

As you can see, we are stopped at the step function in the interpreter.
+This function is responsible for taking top-level rewrite steps. The subject
+parameter to this function is the current K configuration.

+

We can step through K rewrite steps one at a time by running the k step
+command. By default, this takes a single rewrite step (including any function
+rule applications that are part of that step).

+

Here is what we see when we run that command:

+
Continuing.
+
+Temporary breakpoint -22, 0x0000000000231890 in step (subject=<k>
+  1 ~> .
+</k>)
+(gdb)
+

As we can see, we have taken a single rewrite step. We can also pass a number
+to the k step command which indicates the number of rewrite steps to take.

+

Here is what we see if we run k step 10:

+
Continuing.
+
+Temporary breakpoint -23, 0x0000000000231890 in step (subject=<k>
+  11 ~> .
+</k>)
+(gdb)
+

As we can see, ten rewrite steps were taken.

+

Breakpoints

+ +

The next important step in debugging an application in GDB is to be able to
+set breakpoints. Generally speaking, there are three types of breakpoints we
+are interested in a K semantics: Setting a breakpoint when a particular
+function is called, setting a breakpoint when a particular rule is applied,
+and setting a breakpoint when a side condition of a rule is evaluated.

+

The easiest way to do the first two things is to set a breakpoint on the
+line of code containing the function or rule.

+

For example, consider the following K definition (lesson-19-b.k):

+
module LESSON-19-B
+  imports BOOL
+
+  syntax Bool ::= isBlue(Fruit) [function]
+  syntax Fruit ::= Blueberry() | Banana()
+  rule isBlue(Blueberry()) => true
+  rule isBlue(Banana()) => false
+
+  rule F:Fruit => isBlue(F)
+endmodule
+

Once this program has been compiled for debugging, we can run the program
+Blueberry(). We can then set a breakpoint that stops when the isBlue
+function is called with the following command in GDB:

+
break lesson-19-b.k:4
+

Similarly, in LLDB, run:

+
breakpoint set --file lesson-19-b.k --line 4
+

Here is what we see if we set this breakpoint and then run the interpreter:

+
(gdb) break lesson-19-b.k:4
+Breakpoint 1 at 0x231040: file /home/dwightguth/kframework-5.0.0/k-distribution/k-tutorial/1_basic/19_debugging/lesson-19-b.k, line 4.
+(gdb) run
+Starting program: /home/dwightguth/kframework-5.0.0/k-distribution/k-tutorial/1_basic/19_debugging/lesson-19-b-kompiled/interpreter .krun-2021-08-13-14-20-27-vXOQmV6lwS/tmp.in.fga98yqXlc -1 .krun-2021-08-13-14-20-27-vXOQmV6lwS/result.kore
+[Thread debugging using libthread_db enabled]
+Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
+
+Breakpoint 1, LblisBlue'LParUndsRParUnds'LESSON-19-B'Unds'Bool'Unds'Fruit (_1=Blueberry ( )) at /home/dwightguth/kframework-5.0.0/k-distribution/k-tutorial/1_basic/19_debugging/lesson-19-b.k:4
+4         syntax Bool ::= isBlue(Fruit) [function]
+(gdb)
+
(lldb) breakpoint set --file lesson-19-b.k --line 4
+Breakpoint 1: where = interpreter`LblisBlue'LParUndsRParUnds'LESSON-19-B'Unds'Bool'Unds'Fruit + 20 at lesson-19-b.k:4:19, address = 0x0000000100003ff4
+(lldb) run
+Process 50546 launched: '/Users/brucecollie/code/scratch/lesson-19-b-kompiled/interpreter' (x86_64)
+Process 50546 stopped
+* thread #1, queue = 'com.apple.main-thread', stop reason = breakpoint 1.1
+    frame #0: 0x0000000100003ff4 interpreter`LblisBlue'LParUndsRParUnds'LESSON-19-B'Unds'Bool'Unds'Fruit(_1=Blueberry ( )) at lesson-19-b.k:4:19
+   1   	module LESSON-19-B
+   2   	  imports BOOL
+   3   	
+-> 4   	  syntax Bool ::= isBlue(Fruit) [function]
+   5   	  syntax Fruit ::= Blueberry() | Banana()
+   6   	  rule isBlue(Blueberry()) => true
+   7   	  rule isBlue(Banana()) => false
+(lldb)
+

As we can see, we have stopped at the point where we are evaluating that
+function. The value _1 that is a parameter to that function shows the
+value passed to the function by the caller.

+

We can also break when the isBlue(Blueberry()) => true rule applies by simply
+changing the line number to the line number of that rule:

+
(gdb) break lesson-19-b.k:6
+Breakpoint 1 at 0x2af710: file /home/dwightguth/kframework-5.0.0/k-distribution/k-tutorial/1_basic/19_debugging/lesson-19-b.k, line 6.
+(gdb) run
+Starting program: /home/dwightguth/kframework-5.0.0/k-distribution/k-tutorial/1_basic/19_debugging/lesson-19-b-kompiled/interpreter .krun-2021-08-13-14-32-36-7kD0ic7XwD/tmp.in.8JNH5Qtmow -1 .krun-2021-08-13-14-32-36-7kD0ic7XwD/result.kore
+[Thread debugging using libthread_db enabled]
+Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
+
+Breakpoint 1, apply_rule_138 () at /home/dwightguth/kframework-5.0.0/k-distribution/k-tutorial/1_basic/19_debugging/lesson-19-b.k:6
+6         rule isBlue(Blueberry()) => true
+(gdb)
+
(lldb) breakpoint set --file lesson-19-b.k --line 6
+Breakpoint 1: where = interpreter`apply_rule_140 at lesson-19-b.k:6:8, address = 0x0000000100004620
+(lldb) run
+Process 50681 launched: '/Users/brucecollie/code/scratch/lesson-19-b-kompiled/interpreter' (x86_64)
+Process 50681 stopped
+* thread #1, queue = 'com.apple.main-thread', stop reason = breakpoint 1.1
+    frame #0: 0x0000000100004620 interpreter`apply_rule_140 at lesson-19-b.k:6:8
+   3   	
+   4   	  syntax Bool ::= isBlue(Fruit) [function]
+   5   	  syntax Fruit ::= Blueberry() | Banana()
+-> 6   	  rule isBlue(Blueberry()) => true
+   7   	  rule isBlue(Banana()) => false
+   8   	
+   9   	  rule F:Fruit => isBlue(F)
+(lldb) 
+

We can also do the same with a top-level rule:

+
(gdb) break lesson-19-b.k:9
+Breakpoint 1 at 0x2aefa0: lesson-19-b.k:9. (2 locations)
+(gdb) run
+Starting program: /home/dwightguth/kframework-5.0.0/k-distribution/k-tutorial/1_basic/19_debugging/lesson-19-b-kompiled/interpreter .krun-2021-08-13-14-33-13-9fC8Sz4aO3/tmp.in.jih1vtxSiQ -1 .krun-2021-08-13-14-33-13-9fC8Sz4aO3/result.kore
+[Thread debugging using libthread_db enabled]
+Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
+
+Breakpoint 1, apply_rule_107 (Var'Unds'DotVar0=<generatedCounter>
+  0
+</generatedCounter>, Var'Unds'DotVar1=., VarF=Blueberry ( )) at /home/dwightguth/kframework-5.0.0/k-distribution/k-tutorial/1_basic/19_debugging/lesson-19-b.k:9
+9         rule F:Fruit => isBlue(F)
+(gdb)
+
(lldb) breakpoint set --file lesson-19-b.k --line 9
+Breakpoint 1: 2 locations.
+(lldb) run
+Process 50798 launched: '/Users/brucecollie/code/scratch/lesson-19-b-kompiled/interpreter' (x86_64)
+Process 50798 stopped
+* thread #1, queue = 'com.apple.main-thread', stop reason = breakpoint 1.1
+    frame #0: 0x0000000100003f2e interpreter`apply_rule_109(Var'Unds'DotVar0=<generatedCounter>
+  0
+</generatedCounter>, Var'Unds'DotVar1=., VarF=Blueberry ( )) at lesson-19-b.k:9:8
+   6   	  rule isBlue(Blueberry()) => true
+   7   	  rule isBlue(Banana()) => false
+   8   	
+-> 9   	  rule F:Fruit => isBlue(F)
+   10  	endmodule
+(lldb)  
+

Unlike the function rule above, we see several parameters to this function.
+These are the substitution that was matched for the function. Variables only
+appear in this substitution if they are actually used on the right-hand side
+of the rule.

+

Advanced breakpoints

+ +

Sometimes it is inconvenient to set the breakpoint based on a line number.

+

It is also possible to set a breakpoint based on the rule label of a particular
+rule. Consider the following definition (lesson-19-c.k):

+
module LESSON-19-C
+  imports INT
+  imports BOOL
+
+  syntax Bool ::= isEven(Int) [function]
+  rule [isEven]: isEven(I) => true requires I %Int 2 ==Int 0
+  rule [isOdd]: isEven(I) => false requires I %Int 2 =/=Int 0
+
+endmodule
+

We will run the program isEven(4). We can set a breakpoint for when a rule
+applies by means of the MODULE-NAME.label.rhs syntax:

+
(gdb) break LESSON-19-C.isEven.rhs
+Breakpoint 1 at 0x2afda0: file /home/dwightguth/kframework-5.0.0/k-distribution/k-tutorial/1_basic/19_debugging/lesson-19-c.k, line 6.
+(gdb) run
+Starting program: /home/dwightguth/kframework-5.0.0/k-distribution/k-tutorial/1_basic/19_debugging/lesson-19-c-kompiled/interpreter .krun-2021-08-13-14-40-29-LNNT8YEZ61/tmp.in.ZG93vWCGGC -1 .krun-2021-08-13-14-40-29-LNNT8YEZ61/result.kore
+[Thread debugging using libthread_db enabled]
+Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
+
+Breakpoint 1, LESSON-19-C.isEven.rhs () at /home/dwightguth/kframework-5.0.0/k-distribution/k-tutorial/1_basic/19_debugging/lesson-19-c.k:6
+6         rule [isEven]: isEven(I) => true requires I %Int 2 ==Int 0
+(gdb)
+
(lldb) breakpoint set --name LESSON-19-C.isEven.rhs
+Breakpoint 1: where = interpreter`LESSON-19-C.isEven.rhs at lesson-19-c.k:6:18, address = 0x00000001000038e0
+(lldb) run
+Process 51205 launched: '/Users/brucecollie/code/scratch/lesson-19-c-kompiled/interpreter' (x86_64)
+Process 51205 stopped
+* thread #1, queue = 'com.apple.main-thread', stop reason = breakpoint 1.1
+    frame #0: 0x00000001000038e0 interpreter`LESSON-19-C.isEven.rhs at lesson-19-c.k:6:18
+   3   	  imports BOOL
+   4   	
+   5   	  syntax Bool ::= isEven(Int) [function]
+-> 6   	  rule [isEven]: isEven(I) => true requires I %Int 2 ==Int 0
+   7   	  rule [isOdd]: isEven(I) => false requires I %Int 2 =/=Int 0
+   8   	
+   9   	endmodule
+(lldb) 
+

We can also set a breakpoint for when a rule's side condition is evaluated
+by means of the MODULE-NAME.label.sc syntax:

+
(gdb) break LESSON-19-C.isEven.sc
+Breakpoint 1 at 0x2afd70: file /home/dwightguth/kframework-5.0.0/k-distribution/k-tutorial/1_basic/19_debugging/lesson-19-c.k, line 6.
+(gdb) run
+Starting program: /home/dwightguth/kframework-5.0.0/k-distribution/k-tutorial/1_basic/19_debugging/lesson-19-c-kompiled/interpreter .krun-2021-08-13-14-41-48-1BoGfJRbYc/tmp.in.kg4F8cwfCe -1 .krun-2021-08-13-14-41-48-1BoGfJRbYc/result.kore
+[Thread debugging using libthread_db enabled]
+Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
+
+Breakpoint 1, LESSON-19-C.isEven.sc (VarI=4) at /home/dwightguth/kframework-5.0.0/k-distribution/k-tutorial/1_basic/19_debugging/lesson-19-c.k:6
+6         rule [isEven]: isEven(I) => true requires I %Int 2 ==Int 0
+(gdb) finish
+Run till exit from #0  LESSON-19-C.isEven.sc (VarI=4) at /home/dwightguth/kframework-5.0.0/k-distribution/k-tutorial/1_basic/19_debugging/lesson-19-c.k:6
+0x00000000002b2662 in LblisEven'LParUndsRParUnds'LESSON-19-C'Unds'Bool'Unds'Int (_1=4) at /home/dwightguth/kframework-5.0.0/k-distribution/k-tutorial/1_basic/19_debugging/lesson-19-c.k:5
+5         syntax Bool ::= isEven(Int) [function]
+Value returned is $1 = true
+(gdb)
+
(lldb) breakpoint set --name LESSON-19-C.isEven.sc
+Breakpoint 1: where = interpreter`LESSON-19-C.isEven.sc + 1 at lesson-19-c.k:6:18, address = 0x00000001000038c1
+(lldb) run
+Process 52530 launched: '/Users/brucecollie/code/scratch/lesson-19-c-kompiled/interpreter' (x86_64)
+Process 52530 stopped
+* thread #1, queue = 'com.apple.main-thread', stop reason = breakpoint 1.1
+    frame #0: 0x00000001000038c1 interpreter`LESSON-19-C.isEven.sc(VarI=0x0000000101800088) at lesson-19-c.k:6:18
+   3   	  imports BOOL
+   4   	
+   5   	  syntax Bool ::= isEven(Int) [function]
+-> 6   	  rule [isEven]: isEven(I) => true requires I %Int 2 ==Int 0
+   7   	  rule [isOdd]: isEven(I) => false requires I %Int 2 =/=Int 0
+   8   	
+   9   	endmodule
+(lldb) finish
+Process 52649 stopped
+* thread #1, queue = 'com.apple.main-thread', stop reason = step out
+Return value: (bool) $0 = true
+
+    frame #0: 0x00000001000069e5 interpreter`LblisEven'LParUndsRParUnds'LESSON-19-C'Unds'Bool'Unds'Int(_1=0x0000000101800088) at lesson-19-c.k:5:19
+   2   	  imports INT
+   3   	  imports BOOL
+   4   	
+-> 5   	  syntax Bool ::= isEven(Int) [function]
+   6   	  rule [isEven]: isEven(I) => true requires I %Int 2 ==Int 0
+   7   	  rule [isOdd]: isEven(I) => false requires I %Int 2 =/=Int 0
+   8
+(lldb)
+

Here we have used the built-in command finish to tell us whether the side
+condition returned true or not. Note that once again, we see the substitution
+that was matched from the left-hand side. Like before, a variable will only
+appear here if it is used in the side condition.

+

Debugging rule matching

+ +

Sometimes it is useful to try to determine why a particular rule did or did
+not apply. K provides some basic debugging commands which make it easier
+to determine this.

+

Consider the following K definition (lesson-19-d.k):

+
module LESSON-19-D
+
+  syntax Foo ::= foo(Bar)
+  syntax Bar ::= bar(Baz) | bar2(Baz)
+  syntax Baz ::= baz() | baz2()
+
+  rule [baz]: foo(bar(baz())) => .K
+
+endmodule
+

Suppose we try to run the program foo(bar(baz2())). It is obvious from this
+example why the rule in this definition will not apply. However, in practice,
+such cases are not always obvious. You might look at a rule and not immediately
+spot why it didn't apply on a particular term. For this reason, it can be
+useful to get the debugger to provide a log about how it tried to match that
+term. You can do this with the k match command. If you are stopped after
+having run k start or k step, you can obtain this log for any rule after
+any step by running the command k match MODULE.label subject for a particular
+top-level rule label.

+

For example, with the baz rule above, we get the following output:

+
(gdb) k match LESSON-19-D.baz subject
+Subject:
+baz2 ( )
+does not match pattern:
+baz ( )
+
(lldb) k match LESSON-19-D.baz subject
+Subject:
+baz2 ( )
+does not match pattern:
+baz ( )
+

As we can see, it provided the exact subterm which did not match against the
+rule, as well as the particular subpattern it ought to have matched against.

+

This command does not actually take any rewrite steps. In the event that
+matching actually succeeds, you will still need to run the k step command
+to advance to the next step.

+

Final notes

+ +

In addition to the functionality provided above, you have the full power of
+GDB or LLDB at your disposal when debugging. Some features are not particularly
+well-adapted to K code and may require more advanced knowledge of the
+term representation or implementation to use effectively, but anything that
+can be done in GDB or LLDB can in theory be done using this debugging functionality.
+We suggest you refer to the
+GDB Documentation or
+LLDB Tutorial if you
+want to try to do something and are unsure as to how.

+

Exercises

+ +
    +
  1. Compile your solution to Lesson 1.18, Exercise 2 with debugging support
    +enabled and step through several programs you have previously used to test.
    +Then set a breakpoint on the isKResult function and observe the state of the
    +interpreter when stopped at that breakpoint. Set a breakpoint on the rule for
    +addition and run a program that causes it to be stopped at that breakpoint.
    +Finally, step through the program until the addition symbol is at the top
    +of the K cell, and then use the k match command to report the reason why
    +the subtraction rule does not apply. You may need to modify the definition
    +to insert some rule labels.
  2. +
+

Next lesson

+ +

Once you have completed the above exercises, you can continue to
+Lesson 1.20: K Backends and the Haskell Backend.

+

Lesson 1.20: K Backends and the Haskell Backend

+ +

The purpose of this lesson is to teach about the multiple backends of K,
+in particular the Haskell Backend which is the complement of the backend we
+have been using so far.

+

K Backends

+ +

Thus far, we have not discussed the distinction between the K frontend and
+the K backends at all. We have simply assumed that if you run kompile on a
+K definition, there will be a compiler backend that will allow you to execute
+the K definition you have compiled.

+

K actually has multiple different backends. The one we have been using so far
+implicitly, the default backend, is called the LLVM Backend. It is
+designed to support efficient, optimized concrete execution and search. It
+does this by compiling your K definition to LLVM bitcode and then using LLVM
+to generate machine code for it that is compiled and linked and executed.
+However, K is a formal methods toolkit at the end of the day, and the primary
+goal many people have when defining a programming language in K is to
+ultimately be able to perform more advanced verification on programs in their
+programming language.

+

It is for this purpose that K also provides the Haskell Backend, so called
+because it is implemented in Haskell. While we will cover the features of the
+Haskell Backend in more detail in the next two lessons, the important thing to
+understand is that it is a separate backend which is optimized for more formal
+reasoning about programming languages. While it is capable of performing
+concrete execution, it does not do so as efficiently as the LLVM Backend.
+In exchange, it provides more advanced features.

+

Choosing a backend

+ +

You can choose which backend to use to compile a K definition by means of the
+--backend flag to kompile. By default, if you do not specify this flag, it
+is equivalent to if you had specified --backend llvm. However, to use the
+Haskell Backend instead, you can simply say kompile --backend haskell on a
+particular K definition.

+

As an example, here is a simple K definition that we have seen before in the
+previous lesson (lesson-20.k):

+
module LESSON-20
+  imports INT
+
+  rule I => I +Int 1
+    requires I <Int 100
+endmodule
+

Previously we compiled this definition using the LLVM Backend, but if we
+instead execute the command kompile lesson-20.k --backend haskell, we
+will get an interpreter for this K definition that is implemented in Haskell
+instead. Unlike the default LLVM Backend, the Haskell Backend is not a
+compiler per se. It does not generate new Haskell code corresponding to your
+programming language and then compile and execute it. Instead, it is an
+interpreter which reads the generated IR from kompile and implements in
+Haskell an interpreter that is capable of interpreting any K definition.

+

Note that on arm64 macOS (Apple Silicon), there is a known issue with the Compact
+library that causes crashes in the Haskell backend. Pass the additional flag
+--no-haskell-binary to kompile to resolve this.
+This flag is also needed when using krun.

+

Exercise

+ +

Try running the program 0 in this K definition on the Haskell Backend and
+compare the final configuration to what you would get compiling the same
+definition with the LLVM Backend.

+

Legacy backends

+ +

As a quick note, K does provide one other backend, which exists primarily as
+legacy code which should be considered deprecated. This is the
+Java Backend. The Java Backend is essentially a precursor to the Haskell
+Backend. We will not cover this backend in any detail since it is deprecated,
+but we still mention it here for the purposes of understanding.

+

Exercises

+ +
    +
  1. Compile your solution to Lesson 1.18, Exercise 2 with the Haskell Backend
    +and execute some programs. Compare the resulting configurations with the
    +output of the same program on the LLVM Backend. Note that if you are getting
    +different behaviors on the Haskell backend, you might have some luck debugging
    +by passing --search to krun when using the LLVM backend.
  2. +
+

Next lesson

+ +

Once you have completed the above exercises, you can continue to
+Lesson 1.21: Unification and Symbolic Execution.

+

Lesson 1.21: Unification and Symbolic Execution

+ +

The purpose of this lesson is to teach the basic concepts of symbolic execution
+in order to introduce the unique capabilities of the Haskell Backend at a
+conceptual level.

+

Symbolic Execution

+ +

Thus far, all of the programs we have run using K have been concrete
+configurations. What this means is that the configuration we use to initialize
+the K rewrite engine is concrete; in other words, contains no logical
+variables. The LLVM Backend is a concrete execution engine, meaning that
+it is only capable of rewriting concrete configurations.

+

By contrast, the Haskell Backend performs symbolic execution, which is
+capable of rewriting any configuration, including those where parts of the
+configuration are symbolic, ie, contain variables or uninterpreted
+functions.

+

Unification

+ +

Previously, we have introduced the concept that K rewrite rules operate by
+means of pattern matching: the current configuration being rewritten is pattern
+matched against the left-hand side of the rewrite rule, and the substitution
+is used in order to construct a new term from the right-hand side. In symbolic
+execution, we use
+unification
+instead of pattern matching. To summarize, unification behaves akin to a
+two-way pattern matching where both the configuration and the left-hand side
+of the rule can contain variables, and the algorithm generates a
+most general unifier containing substitutions for the variables in both
+which will make both terms equal.

+

Feasibility

+ +

Unification by itself cannot completely solve the problem of symbolic
+execution. One task symbolic execution must perform is to identify whether
+a particular symbolic term is feasible, that is to say, that there actually
+exists a concrete instantiation of that term such that all the logical
+constraints on that term can actually be satisfied. The Haskell Backend
+delegates this task to Z3, an
+SMT solver.
+This solver is used to periodically trim configurations that are determined
+to be mathematically infeasible.

+

Symbolic terms

+ +

The final component of symbolic execution consists of the task of introducing
+symbolic terms into the configuration. This can be done one of two different
+ways. First, the term being passed to krun can actually be symbolic. This
+is less frequently used because it requires the user to construct an AST
+that contains variables, something which our current parsing capabilities are
+not well-equipped to do. The second, more common, way of introducing symbolic
+terms into a configuration consists of writing rules where there exists an
+existentially qualified variable on the right-hand side of the rule that does
+not exist on the left-hand side of the rule.

+

In order to prevent users from writing such rules by accident, K requires
+that such variables begin with the ? prefix. For example, here is a rule
+that rewrites a constructor foo to a symbolic integer:

+
rule <k> foo => ?X:Int ...</k>
+

When this rule applies, a fresh variable is introduced to the configuration, which
+then is unified against the rules that might apply in order to symbolically
+execute that configuration.

+

ensures clauses

+ +

We also introduce here a new feature of K rules that applies when a rule
+has this type of variable on the right-hand side: the ensures clause.
+An ensures clause is similar to a requires clause and can appear after
+a rule body, or after a requires clause. The ensures clause is used to
+introduce constraints that might apply to the variable that was introduced by
+that rule. For example, we could write the rule above with the additional
+constraint that the symbolic integer that was introduced must be less than
+five, by means of the following rule:

+
rule <k> foo => ?X:Int ...</k> ensures ?X <Int 5
+

Putting it all together

+ +

Putting all these pieces together, it is possible to use the Haskell Backend
+to perform symbolic reasoning about a particular K module, determining all the
+possible states that can be reached by a symbolic configuration.

+

For example, consider the following K definition (lesson-21.k):

+
module LESSON-21
+    imports INT
+
+    rule <k> 0 => ?X:Int ... </k> ensures ?X =/=Int 0
+    rule <k> X:Int => 5  ... </k> requires X >=Int 10
+endmodule
+

When we symbolically execute the program 0, we get the following output
+from the Haskell Backend:

+
    <k>
+      5 ~> .
+    </k>
+  #And
+    {
+      true
+    #Equals
+      ?X:Int >=Int 10
+    }
+  #And
+    #Not ( {
+      ?X:Int
+    #Equals
+      0
+    } )
+#Or
+    <k>
+      ?X:Int ~> .
+    </k>
+  #And
+    #Not ( {
+      true
+    #Equals
+      ?X:Int >=Int 10
+    } )
+  #And
+    #Not ( {
+      ?X:Int
+    #Equals
+      0
+    } )
+

Note some new symbols introduced by this configuration: #And, #Or, and
+#Equals. While andBool, orBool, and ==K represent functions of sort
+Bool, #And, #Or, and #Equals are matching logic connectives. We
+will discuss matching logic in more detail later in the tutorial, but the basic
+idea is that these symbols represent Boolean operators over the domain of
+configurations and constraints, as opposed to over the Bool sort.

+

Notice that the configuration listed above is a disjunction of conjunctions.
+This is the most common form of output that can be produced by the Haskell
+Backend. In this case, each conjunction consists of a configuration and a set
+of constraints. What this conjunction describes, essentially, is a
+configuration and a set of information that was derived to be true while
+rewriting that configuration.

+

Similar to how we saw --search in a previous lesson, the reason we have
+multiple disjuncts is because there are multiple possible output states
+for this program, depending on whether or not the second rule applied. In the
+first case, we see that ?X is greater than or equal to 10, so the second rule
+applied, rewriting the symbolic integer to the concrete integer 5. In the
+second case, we see that the second rule did not apply because ?X is less
+than 10. Moreover, because of the ensures clause on the first rule, we know
+that ?X is not zero, therefore the first rule will not apply a second time.
+If we had omitted this constraint, we would have ended up infinitely applying
+the first rule, leading to krun not terminating.

+

In the next lesson, we will cover how symbolic execution forms the backbone
+of deductive program verification in K and how we can use K to prove programs
+correct against a specification.

+

Exercises

+ +
    +
  1. Create another rule in LESSON-21 that rewrites odd integers greater than
    +ten to a symbolic even integer less than 10 and greater than 0. This rule will
    +now apply nondeterministically along with the existing rules. Predict what the
    +resulting output configuration will be from rewriting 0 after adding this
    +rule. Then run the program and see whether your prediction is correct.
  2. +
+

Once you have completed the above exercises, you can continue to
+Lesson 1.22: Basics of Deductive Program Verification using K.

+

Lesson 1.22: Basics of Deductive Program Verification using K

+ +

In this lesson, you will familiarize yourself with the basics of using K for
+deductive program verification.

+

1. Setup: Simple Programming Language with Function Calls

+ +

We base this lesson on a simple programming language with functions,
+assignment, if conditionals, and while loops. Take your time to study its
+formalization below (lesson-22.k):

+
module LESSON-22-SYNTAX
+    imports INT-SYNTAX
+    imports BOOL-SYNTAX
+    imports ID-SYNTAX
+
+    syntax Exp ::= IExp | BExp
+
+    syntax IExp ::= Id | Int
+
+    syntax KResult ::= Int | Bool | Ints
+
+    // Take this sort structure:
+    //
+    //     IExp
+    //    /    \
+    // Int      Id
+    //
+    // Through the List{_, ","} functor.
+    // Must add a `Bot`, for a common subsort for the empty list.
+
+    syntax Bot
+    syntax Bots ::= List{Bot, ","} [klabel(exps)]
+    syntax Ints ::= List{Int, ","} [klabel(exps)]
+                  | Bots
+    syntax Ids  ::= List{Id, ","}  [klabel(exps)]
+                  | Bots
+    syntax Exps ::= List{Exp, ","} [klabel(exps), seqstrict]
+                  | Ids | Ints
+
+    syntax IExp ::= "(" IExp ")" [bracket]
+                  | IExp "+" IExp [seqstrict]
+                  | IExp "-" IExp [seqstrict]
+                  > IExp "*" IExp [seqstrict]
+                  | IExp "/" IExp [seqstrict]
+                  > IExp "^" IExp [seqstrict]
+                  | Id "(" Exps ")" [strict(2)]
+
+    syntax BExp ::= Bool
+
+    syntax BExp ::= "(" BExp ")" [bracket]
+                  | IExp "<=" IExp [seqstrict]
+                  | IExp "<"  IExp [seqstrict]
+                  | IExp ">=" IExp [seqstrict]
+                  | IExp ">"  IExp [seqstrict]
+                  | IExp "==" IExp [seqstrict]
+                  | IExp "!=" IExp [seqstrict]
+
+    syntax BExp ::= BExp "&&" BExp
+                  | BExp "||" BExp
+
+    syntax Stmt ::=
+         Id "=" IExp ";" [strict(2)]                        // Assignment
+       | Stmt Stmt [left]                                   // Sequence
+       | Block                                              // Block
+       | "if" "(" BExp ")" Block "else" Block [strict(1)]   // If conditional
+       | "while" "(" BExp ")" Block                         // While loop
+       | "return" IExp ";"                    [seqstrict]   // Return statement
+       | "def" Id "(" Ids ")" Block                         // Function definition
+
+    syntax Block ::=
+         "{" Stmt "}"    // Block with statement
+       | "{" "}"         // Empty block
+endmodule
+
+module LESSON-22
+    imports INT
+    imports BOOL
+    imports LIST
+    imports MAP
+    imports LESSON-22-SYNTAX
+
+    configuration
+      <k> $PGM:Stmt </k>
+      <store> .Map </store>
+      <funcs> .Map </funcs>
+      <stack> .List </stack>
+
+ // -----------------------------------------------
+    rule <k> I1 + I2 => I1 +Int I2 ... </k>
+    rule <k> I1 - I2 => I1 -Int I2 ... </k>
+    rule <k> I1 * I2 => I1 *Int I2 ... </k>
+    rule <k> I1 / I2 => I1 /Int I2 ... </k>
+    rule <k> I1 ^ I2 => I1 ^Int I2 ... </k>
+
+    rule <k> I:Id => STORE[I] ... </k>
+         <store> STORE </store>
+
+ // ------------------------------------------------
+    rule <k> I1 <= I2 => I1  <=Int I2 ... </k>
+    rule <k> I1  < I2 => I1   <Int I2 ... </k>
+    rule <k> I1 >= I2 => I1  >=Int I2 ... </k>
+    rule <k> I1  > I2 => I1   >Int I2 ... </k>
+    rule <k> I1 == I2 => I1  ==Int I2 ... </k>
+    rule <k> I1 != I2 => I1 =/=Int I2 ... </k>
+
+    rule <k> B1 && B2 => B1 andBool B2 ... </k>
+    rule <k> B1 || B2 => B1  orBool B2 ... </k>
+
+    rule <k> S1:Stmt S2:Stmt => S1 ~> S2 ... </k>
+
+    rule <k> ID = I:Int ; => . ... </k>
+         <store> STORE => STORE [ ID <- I ] </store>
+
+    rule <k> { S } => S ... </k>
+    rule <k> {   } => . ... </k>
+
+    rule <k> if (true)   THEN else _ELSE => THEN ... </k>
+    rule <k> if (false) _THEN else  ELSE => ELSE ... </k>
+
+    rule <k> while ( BE ) BODY => if ( BE ) { BODY while ( BE ) BODY } else { } ... </k>
+
+    rule <k> def FNAME ( ARGS ) BODY => . ... </k>
+         <funcs> FS => FS [ FNAME <- def FNAME ( ARGS ) BODY ] </funcs>
+
+    rule <k> FNAME ( IS:Ints ) ~> CONT => #makeBindings(ARGS, IS) ~> BODY </k>
+         <funcs> ... FNAME |-> def FNAME ( ARGS ) BODY ... </funcs>
+         <store> STORE => .Map </store>
+         <stack> .List => ListItem(state(CONT, STORE)) ... </stack>
+
+    rule <k> return I:Int ; ~> _ => I ~> CONT </k>
+         <stack> ListItem(state(CONT, STORE)) => .List ... </stack>
+         <store> _ => STORE </store>
+
+    rule <k> return I:Int ; ~> . => I </k>
+         <stack> .List </stack>
+
+    syntax KItem ::= #makeBindings(Ids, Ints)
+                   | state(continuation: K, store: Map)
+ // ----------------------------------------------------
+    rule <k> #makeBindings(.Ids, .Ints) => . ... </k>
+    rule <k> #makeBindings((I:Id, IDS => IDS), (IN:Int, INTS => INTS)) ... </k>
+         <store> STORE => STORE [ I <- IN ] </store>
+endmodule
+

Next, compile this example using kompile lesson-22.k --backend haskell. If
+your processor is an Apple Silicon processor, add the --no-haskell-binary
+flag if the compilation fails.

+

2. Setup: Proof Environment

+ +

Next, take the following snippet of K code and save it in lesson-22-spec.k.
+This is a skeleton of the proof environment, and we will complete it as the
+lesson progresses.

+
requires "lesson-22.k"
+requires "domains.md"
+
+module LESSON-22-SPEC-SYNTAX
+    imports LESSON-22-SYNTAX
+
+endmodule
+
+module VERIFICATION
+    imports K-EQUAL
+    imports LESSON-22-SPEC-SYNTAX
+    imports LESSON-22
+    imports MAP-SYMBOLIC
+
+endmodule
+
+module LESSON-22-SPEC
+    imports VERIFICATION
+
+endmodule
+

3. Claims

+ +
    +
  1. The first claim we will ask K to prove is that 3 + 4, in fact, equals 7.
    +Claims are stated using the claim keyword, followed by the claim
    +statement:
  2. +
+
claim <k> 3 + 4 => 7 ... </k>
+

Add this claim to the LESSON-22-SPEC module and run the K prover using the
+command kprove lesson-22-spec.k. You should get back the output #Top,
+which denotes the Matching Logic equivalent of true and means, in this
+context, that all claims have been proven correctly.

+
    +
  1. The second claim reasons about the if statement that has a concrete condition:
  2. +
+
claim <k> if ( 3 + 4 == 7 ) {
+            $a = 1 ;
+            } else {
+            $a = 2 ;
+            }
+        => . ... </k>
+        <store> STORE => STORE [ $a <- 1 ] </store>
+

stating that the given program terminates (=> .), and when it does, the value
+of the variable $a is set to 1, meaning that the execution will have taken
+the then branch. Add this claim to the LESSON-22-SPEC module, but also add

+
syntax Id ::= "$a" [token]
+

to the LESSON-22-SPEC-SYNTAX module in order to declare $a as a token so
+that it can be used as a program variable. Re-run the K prover, which should
+again return #Top.

+
    +
  1. Our third claim demonstrates how to reason about both branches of an if
    +statement at the same time:
  2. +
+
claim <k> $a = A:Int ; $b = B:Int ;
+          if ($a < $b) {
+            $c = $b ;
+          } else {
+            $c = $a ;
+          }
+        => . ... </k>
+        <store> STORE => STORE [ $a <- A ] [ $b <- B ] [ $c <- ?C:Int ] </store>
+    ensures (?C ==Int A) orBool (?C ==Int B)
+

The program in question first assigns symbolic integers A and B to program
+variables $a and $b, respectively, and then executes the given if
+statement, which has a symbolic condition (A < B), updating the value of the
+program variable $c in both branches. The specification we give states that
+the if statement terminates, with $a and $b updated, respectively, to A
+and B, and $c updated to some symbolic integer value ?C. Via the
+ensures clause, which is used to specify additional constraints that hold
+after execution, we also state that this existentially quantified ?C equals
+either A or B.

+

Add the productions declaring $b and $c as tokens to the
+LESSON-22-SPEC-SYNTAX module, the claim to the LESSON-22-SPEC module, run
+the K prover again, and observe the output, which should not be #Top this
+time. This means that K was not able to prove the claim, and we now need to
+understand why. We do so by examining the output, which should look as follows:

+
    (InfoReachability) while checking the implication:
+    The configuration's term unifies with the destination's term,
+    but the implication check between the conditions has failed.
+
+  #Not (
+    #Exists ?C . {
+        STORE [ $a <- A:Int ] [ $b <- B:Int ] [ $c <- ?C:Int ]
+      #Equals
+        STORE [ $a <- A:Int ] [ $b <- B:Int ] [ $c <- B:Int ]
+    }
+  #And
+    {
+      true
+    #Equals
+      ?C ==Int A orBool ?C ==Int B
+    }
+  )
+#And
+  <generatedTop>
+    <k>
+      _DotVar1
+    </k>
+    <store>
+      STORE [ $a <- A:Int ] [ $b <- B:Int ] [ $c <- B:Int ]
+    </store>
+    <funcs>
+      _Gen3
+    </funcs>
+    <stack>
+      _Gen5
+    </stack>
+  </generatedTop>
+#And
+  {
+    true
+  #Equals
+    A <Int B
+  }
+

This output starts with a message telling us at which point the proof failed,
+followed by the final state, which consists of three parts: some negative
+Matching Logic (ML) constraints, the final configuration (<generatedTop> ... </generatedTop>), and some positive ML constraints. Generally speaking,
+these positive and the negative constraints could arise from various sources,
+such as (but not limited to) branches taken by the execution
+(e.g. { true #Equals A <Int B } or #Not ( { true #Equals A <Int B } )),
+or ensures constraints.

+

First, we examine the message:

+
(InfoReachability) while checking the implication:
+The configuration's term unifies with the destination's term,
+but the implication check between the conditions has failed.
+

which tells us that the structure of the final configuration is as expected,
+but that some of the associated constraints cannot be proven. We next look at
+the final configuration, in which the relevant item is the <store> ... </store> cell, because it is the only one that we are reasoning about. By
+inspecting its contents:

+
STORE [ $a <- A:Int ] [ $b <- B:Int ] [ $c <- B:Int ]
+

we see that we should be within the constraints of the ensures, since the
+value of $c in the store equals B in this branch. We next examine the
+negative and positive constraints of the output and, more often than not, the
+goal is to instruct K how to use the information from the final configuration
+and the positive constraints to falsify one of the negative constraints. This
+is done through simplifications.

+

So, the positive constraint that we have is

+
{ true #Equals A <Int B }
+

meaning that A <Int B holds. Given the analysed program, this tells us that
+we are in the then branch of the if. The negative constraint is

+
  #Not (
+    #Exists ?C . {
+        STORE [ $a <- A:Int ] [ $b <- B:Int ] [ $c <- ?C:Int ]
+      #Equals
+        STORE [ $a <- A:Int ] [ $b <- B:Int ] [ $c <- B:Int ]
+    }
+  #And
+    { true #Equals ?C ==Int A orBool ?C ==Int B }
+  )
+

and we observe, from the first equality, that the existential ?C should be
+instantiated with B. This would make both branches of the #And true,
+falsifying the outside #Not. We just need to show K how to conclude that
+?C ==Int B. We do so by introducing the following simplification into the
+VERIFICATION module:

+
rule { M:Map [ K <- V ] #Equals M [ K <- V' ] } => { V #Equals V' } [simplification]
+

which formalizes our internal understanding of ?C ==Int B. The rule states
+that when we update the same key in the same map with two values, and the
+resulting maps are equal, then the two values must be equal as well. The
+[simplification] attribute indicates to K to use this rule to simplify the
+state when trying to prove claims. Like function rules, simplification rules
+do not complete to the top of the configuration, but instead apply anywhere
+their left-hand-side matches. Re-run the K prover, which should now return
+#Top, indicating that K was able to use the simplification and prove the
+required claims.

+
    +
  1. Next, we show how to state and prove properties of while loops. In
    +particular, we consider the following loop
  2. +
+
claim
+    <k>
+        while ( 0 < $n ) {
+            $s = $s + $n;
+            $n = $n - 1;
+            } => . ...
+    </k>
+    <store>
+        $s |-> (S:Int => S +Int ((N +Int 1) *Int N /Int 2))
+        $n |-> (N:Int => 0)
+    </store>
+    requires N >=Int 0
+

which adds the sum of the first $n integers to $s, assuming the value of $n
+is non-negative to begin with. This is reflected in the store by stating that,
+after the execution of the loop, the original value of $s (which is set to
+equal some symbolic integer S) is incremented by ((N +Int 1) *Int N /Int 2), and the value of $n always equals 0. Add $n and $s as tokens in
+the LESSON-22-SPEC-SYNTAX module, the above claim to the LESSON-22-SPEC
+module, and run the K prover, which should return #Top.

+
    +
  1. Finally, our last claim is about a program that uses function calls:
  2. +
+
claim
+    <k>
+        def $sum($n, .Ids) {
+            $s = 0 ;
+            while (0 < $n) {
+                $s = $s + $n;
+                $n = $n - 1;
+            }
+            return $s;
+        }
+
+        $s = $sum(N:Int, .Ints);
+    => . ... </k>
+    <funcs> .Map => ?_ </funcs>
+    <store> $s |-> (_ => ((N +Int 1) *Int N /Int 2)) </store>
+    <stack> .List </stack>
+    requires N >=Int 0
+

Essentially, we have wrapped the while loop from claim 3.4 into a function
+$sum, and then called that function with a symbolic integer N, storing the
+return value in the variable $s. The specification states that this program
+ends up storing the sum of the first N integers in the variable $n. Add $sum
+to the LESSON-22-SPEC-SYNTAX module, the above claim to the
+LESSON-22-SPEC module, and run the K prover, which should again return
+#Top.

+

Exercises

+ +
    +
  1. +

    Change the condition of the if statement in part 3.2 to take the else
    +branch and adjust the claim so that the proof passes.

    +
  2. +
  3. +

    The post-condition of the specification in part 3.3 loses some information.
    +In particular, the value of ?C is in fact the maximum of A and B.
    +Prove the same claim as in 3.2, but with the post-condition ensures (?C ==Int maxInt(A, B)). For this, you will need to extend the VERIFICATION
    +module with two simplifications that capture the meaning of maxInt(A:Int, B:Int). Keep in mind that any rewriting rule can be used as a
    +simplification; in particular, that simplifications can have requires
    +clauses.

    +
  4. +
  5. +

    Following the pattern shown in part 3.4, assuming a non-negative initial
    +value of $b, specify and verify the following while loop:

    +
  6. +
+
while ( 0 < $b ) {
+    $a = $a + $c;
+    $b = $b - 1;
+    $c = $c - 1;
+}
+

Hint: You will not need additional simplifications---once you've got the
+specification right, the proof will go through.

+
    +
  1. Write an arbitrary yet not-too-complex function (or several functions
    +interacting with each other), and try to specify and verify it (them) in K.
  2. +
+

Section 2: Intermediate K Concepts

+ +

The goal of this second section is to supplement a beginning developer's
+knowledge of K after they have gained a basic understanding of K. Each lesson
+in this section can be completed independently in order to learn about a
+particular facet of the K language. The lessons are written to provide basic
+understanding of less commonly-used features of K to someone who is still
+learning K. For more complete references of these features, the reader ought to
+consult the User Manual.

+

The reader ought to be able to complete lessons in this section as needed in
+order to learn about specific features of interest, but if desired, can also
+complete the entire section in one go. Someone who has completed this entire
+section ought to be able to read and understand most K specifications, as well
+as write their own specifications of some complexity, and use them to perform
+most common K-related tasks. They can then read about specific lessons in
+Section 3: Advanced K Concepts if they want to
+learn more.

+

Table of Contents

+ +
    +
  1. Macros, Aliases, and Anywhere Rules
  2. +
  3. Fresh Constants
  4. +
  5. KLabels and Abstract Syntax
  6. +
  7. Overloaded Symbols
  8. +
  9. Matching Logic Connectives and #Or Patterns
  10. +
  11. Function Context
  12. +
  13. Record Productions and Named Nonterminals
  14. +
  15. #fun and #let
  16. +
  17. #as patterns
  18. +
  19. The Matching Operators, :=K and :/=K
  20. +
  21. Uncommon Evaluation Order Concepts
  22. +
  23. IEEE 754 Floating Point and Fixed Width Integers
  24. +
  25. Alpha-renaming-aware Substitution
  26. +
  27. File I/O
  28. +
  29. String Buffers and Byte Sequences
  30. +
  31. The Intermediate Language of K, KORE
  32. +
  33. Debugging Proofs using the Haskell Backend REPL
  34. +
+

Lesson 2.1: Macros, Aliases, and Anywhere Rules

+ +

The purpose of this lesson is to explain the behavior of the macro,
+macro-rec, alias, and alias-rec production attributes, as well as the
+anywhere rule attribute. These attributes control the meaning of how rules
+associated with them are applied.

+

Macros

+ +

Thus far in the K tutorial, we have described three different types of rules:

+
    +
  1. Top-level rewrite rules, which rewrite a configuration composed of cells to
    +another configuration;
  2. +
  3. Function rules, which define the behavior of a function written over
    +arbitrary input and output types; and
  4. +
  5. Simplification rules, which describe ways in which the symbolic execution
    +engine ought to simplify terms containing symbolic values.
  6. +
+

This lesson introduces three more types of rules, the first of which are
+macros. A production is a macro if it has the macro attribute, and all
+rules whose top symbol on the left hand side is a macro are macro rules
+which define the behavior of the macro. Like function rules and simplification
+rules, macro rules do not participate in cell completion. However, unlike
+function rules and simplification rules, macro rules are applied statically
+before rewriting begins, and the macro symbol is expected to no longer appear
+in the initial configuration for rewriting once all macros in that
+configuration are rewritten.

+

The rationale behind macros is they allow you to define one piece of syntax
+in terms of another piece of syntax without any runtime overhead associated
+with the cost of rewriting one to the other. This process is a common one in
+programming language design and specification and is referred to as
+desugaring; The syntax that is transformed is typically also referred to as
+syntactic sugar for another type of syntax. For example, in a language with
+if statements and curly braces, you could write the following fragment
+(lesson-01.k):

+
module LESSON-01
+  imports BOOL
+
+  syntax Stmt ::= "if" "(" Exp ")" Stmt             [macro]
+                | "if" "(" Exp ")" Stmt "else" Stmt
+                | "{" Stmts "}"
+  syntax Stmts ::= List{Stmt,""}
+  syntax Exp ::= Bool
+
+  rule if ( E ) S => if ( E ) S else { .Stmts }
+endmodule
+

In this example, we see that an if statement without an else clause is
+defined in terms of one with an else clause. As a result, we would only
+need to give a single rule for how to rewrite if statements, rather than
+two separate rules for two types of if statements. This is a common pattern
+for dealing with program syntax that contains an optional component to it.

+

It is worth noting that by default, macros are not applied recursively. To be
+more precise, by default a macro that arises as a result of the expansion of
+the same macro is not rewritten further. This is primarily to simplify the
+macro expansion process and reduce the risk that improperly defined macros will
+lead to non-terminating behavior.

+

It is possible, however, to tell K to expand a macro recursively. To do this,
+simply replace the macro attribute with the macro-rec attribute. Note that
+K does not do any kind of checking to ensure termination here, so it is
+important that rules be defined correctly to always terminate, otherwise the
+macro expansion phase will run forever. Fortunately, in practice it is very
+simple to ensure this property for most of the types of macros that are
+typically used in real-world semantics.

+

Exercise

+ +

Using a Nat sort containing the constructors 0 and S (i.e., a
+Peano-style axiomatization of the
+natural numbers where S(N) = N + 1, S(S(N)) = N + 2, etc), write a macro
+that will compute the sum of two numbers.

+

Aliases

+ +

NOTE: This lesson introduces the concept of "aliases", which are a variant
+of macros. While similar, this is different from the concept of "aliases" in
+matching logic, which is introduced in Lesson 2.16.

+

Macros can be very useful in helping you define a programming language.
+However, they can be disruptive while pretty printing a configuration. For
+example, you might write a set of macros that transforms the code the user
+wrote into equivalent code that is slightly harder to read. This can make it
+more difficult to understand the code when it is pretty printed as part of the
+output of rewriting.

+

K defines a relatively straightforward but novel solution to this problem,
+which is known as a K alias. An alias in K is very similar to a macro,
+with the exception that the rewrite rule will also be applied backwards
+during the pretty-printing process.

+

It is very simple to make a production be an alias instead of a macro: simply
+use the alias or alias-rec attributes instead of the macro or macro-rec
+attributes. For example, if the example involving if statements above was
+declared using an alias instead of a macro, the Stmt term if (E) {} else {}
+would be pretty-printed as if (E) {}. This is because during pretty-printing,
+the term participates in another macro-expansion pass. However, this macro
+expansion step will only apply rules with the alias or alias-rec attribute,
+and, critically, it will reverse the rule by treating the left-hand side as if
+it were the right-hand side, and vice versa.

+

This can be very useful to allow you to define one construct in terms of
+another while still being able to pretty-print the result as if it were
+the original term in question. This can be especially useful for applications
+of K where we are taking the output of rewriting and attempting to use it as
+a code fragment that we then execute, such as with test generation.

+

Exercise

+ +

Modify LESSON-01 above to use an alias instead of a macro and experiment
+with how various terms are pretty-printed by invoking krun on them.

+

anywhere rules

+ +

The last type of rule introduced in this lesson is the anywhere rule. An
+anywhere rule is specified by adding the anywhere attribute to a rule. Such a
+rule is similar to a function rule in that it does not participate in cell
+completion, and will apply anywhere that the left-hand-side matches in the
+configuration, but distinct in that the symbol in question can still be matched
+against in the left-hand side of other rules, even during concrete rewriting.
+The reasoning behind this is that instead of the symbol in question being a
+constructor, it is a constructor modulo the axioms defined with the
+anywhere attribute. Essentially, the rules with the anywhere attribute will
+apply as soon as they appear in the right-hand side of a rule being applied,
+but the symbol in question will still be treated as a symbol that can be
+matched on if it is not completely removed by those rules.

+

This can be useful in certain cases to allow you to define transformations over
+particular pieces of syntax while still generally giving those pieces of syntax
+another meaning when the anywhere rule does not apply. For example, the ISO C
+standard defines the semantics of *&x as exactly equal to x, with no
+reading or writing of memory taking place, and the K semantics of C implements
+this functionality using an anywhere rule that is applied at compilation time.

+

NOTE: the anywhere attribute is only implemented on the LLVM backend
+currently. Attempting to use it in a semantics that is compiled with the
+Haskell backend will result in an error being reported by the compiler. This
+should be remembered when using this attribute, as it may not be suitable for
+a segment of a semantics which is intended to be symbolically executed.

+

Exercises

+ +
    +
  1. Write a version of the calculator from Lesson 1.14 Exercise 1, which uses
    +the same syntax for evaluating expressions, but defines its arithmetic logic
    +using anywhere rules rather than top-level rewrite rules.
  2. +
+

Return to Top

+ +

Click here to return to the Table of Contents for Section 2.

+

Lesson 2.2: Fresh Constants

+ +

Return to Top

+ +

Click here to return to the Table of Contents for Section 2.

+

Lesson 2.3: KLabels and Abstract Syntax

+ +

Return to Top

+ +

Click here to return to the Table of Contents for Section 2.

+

Lesson 2.4: Overloaded Symbols

+ +

Return to Top

+ +

Click here to return to the Table of Contents for Section 2.

+

Lesson 2.5: Matching Logic Connectives and #Or Patterns

+ +

Return to Top

+ +

Click here to return to the Table of Contents for Section 2.

+

Lesson 2.6: Function Context

+ +

Return to Top

+ +

Click here to return to the Table of Contents for Section 2.

+

Lesson 2.7: Record Productions and Named Nonterminals

+ +

Return to Top

+ +

Click here to return to the Table of Contents for Section 2.

+

Lesson 2.8: #fun and #let

+ +

Return to Top

+ +

Click here to return to the Table of Contents for Section 2.

+

Lesson 2.9: #as Patterns

+ +

Return to Top

+ +

Click here to return to the Table of Contents for Section 2.

+

Lesson 2.10: The Matching Operators, :=K and :/=K

+ +

Return to Top

+ +

Click here to return to the Table of Contents for Section 2.

+

Lesson 2.11: Uncommon Evaluation Order Concepts

+ +

Return to Top

+ +

Click here to return to the Table of Contents for Section 2.

+

Lesson 2.12: IEEE 754 Floating Point and Fixed Width Integers

+ +

Return to Top

+ +

Click here to return to the Table of Contents for Section 2.

+

Lesson 2.13: Alpha-renaming-aware Substitution

+ +

Return to Top

+ +

Click here to return to the Table of Contents for Section 2.

+

Lesson 2.14: File I/O

+ +

Return to Top

+ +

Click here to return to the Table of Contents for Section 2.

+

Lesson 2.15: String Buffers and Byte Sequences

+ +

Return to Top

+ +

Click here to return to the Table of Contents for Section 2.

+

Lesson 2.16: The Intermediate Language of K, KORE

+ +

Return to Top

+ +

Click here to return to the Table of Contents for Section 2.

+

Lesson 2.17: Debugging Proofs using the Haskell Backend REPL

+ +

Return to Top

+ +

Click here to return to the Table of Contents for Section 2.

+

K User Manual

+

NOTE: The K User Manual is still under construction; some features of K
+may have partial or missing documentation.

+

Introduction

+

Why K?

+ +

The K Framework is a programming language and system design toolkit made for
+practioners and researchers alike.

+

K For Practioners:
+K is a framework for deriving programming languages tools from their semantic
+specifications.

+

Typically, programming language tool development follows a similar pattern.
+After a new programming language is designed, separate teams will develop
+separate language tools (e.g. a compiler, interpreter, parser, symbolic
+execution engine, etc). Code reuse is uncommon. The end result is that for each
+new language, the same basic tools and patterns are re-implemented again and
+again.

+

K approaches the problem differently -- it generates each of these tools from a single language specification.
+The work of programming language design and tool implementation are made separate concerns.
+The end result is that the exercise of
+designing new languages and their associated tooling is now reduced to
+developing a single language specification from which we derive our tooling for
+free
.

+

K For Researchers:
+K is a configuration- and rewrite-based executable semantic framework.

+

In more detail, K specifications are:

+
    +
  1. Executable: compile into runnable and testable programs;
  2. +
  3. Semantic: correspond to a logical theory with a sound and relatively
    +complete proof system;
  4. +
  5. Configuration-based: organize system states into compositional,
    +hierarchical, labelled units called cells;
  6. +
  7. Rewrite-based: define system transitions using rewrite rules.
  8. +
+

K specifications are compiled into particular matching logic theories, giving
+them a simple and expressive semantics. K semantic rules are implicitly defined
+over the entire configuration structure, but omit unused cells, enabling a
+highly modular definitional style. Furthermore, K has been used to develop
+programming languages, type systems, and formal analysis tools.

+

Manual Objectives

+ +

As mentioned in the Why K? section above, the K Framework is designed as a
+collection of language-generic command-line interface (CLI) tools which revolve
+around K specifications. These tools cover a broad range of uses, but they
+typically fall into one of the following categories:

+
    +
  1. Transforming K Specs (e.g. compilation)
  2. +
  3. Running K Specs (e.g. concrete and symbolic execution)
  4. +
  5. Analyzing K Specs (e.g. theorem proving)
  6. +
+

The main user-facing K tools include:

+
    +
  • kompile - the K compiler driver
  • +
  • kparse - the stanadlone K parser and abstract syntax tree (AST)
    +transformation tool
  • +
  • krun - the K interpreter and symbolic execution engine driver
  • +
  • kprove - the K theorem prover
  • +
+

This user manual is designed to be a tool reference.
+In particular, it is not desgined to be a tutorial on how to write K
+specifications or to teach the logical foundations of K. New K users should
+consult our dedicated
+K tutorial,
+or the more language-design oriented
+PL tutorial.
+Researchers seeking to learn more about the logic underlying K are encouraged
+to peruse the
+growing literature on K and matching logic.
+We will consider the manual complete when it provides a complete description of
+all user-facing K tools and features.

+

Introduction to K

+

Since K specifications are the primary input into the entire system, let us
+take a moment to describe them. At the highest level, K specifications describe
+a programming language or system using three different pieces:

+
    +
  1. the system primitives, the base datatypes used during system operation,
    +e.g., numbers, lists, maps, etc;
  2. +
  3. the system state, a tuple or record over system primitives which gives a
    +complete snapshot of the system at any given moment;
  4. +
  5. the system behavior, a set of rules which defines possible system
    +evolutions.
  6. +
+

K specifications are then defined by a collection of sentences which
+correspond to the three concepts above:

+
    +
  1. syntax declarations encode the system primitives;
  2. +
  3. configuration declarations encode the system state;
  4. +
  5. context and rule declarations encode the system behavior.
  6. +
+

K sentences are then organized into one or modules which are stored in one or
+more files. In this scheme, files may require other files and modules may
+import other modules, giving rise to a hierarchy of files and modules. We
+give an intuitive sketch of the two levels of grouping in the diagram below:

+
   example.k file
+  +=======================+
+  | requires ".." --------|--> File_1
+  | ...                   |
+  | requires ".." --------|--> File_N
+  |                       |
+  |  +-----------------+  |
+  |  | module ..       |  |
+  |  |   imports .. ---|--|--> Module_1
+  |  |   ...           |  |
+  |  |   imports .. ---|--|--> Module_M
+  |  |                 |  |
+  |  |   sentence_1    |  |
+  |  |   ...           |  |
+  |  |   sentence_K    |  |
+  |  | endmodule       |  |
+  |  +-----------------+  |
+  |                       |
+  +=======================+
+

where:

+
    +
  • files and modules are denoted by double-bordered and single-borded boxes
    +respectively;
  • +
  • file or module identifiers are denoted by double dots (..);
  • +
  • potential repititions are denoted by triple dots (...).
  • +
+

In the end, we require that the file and module hierarchies both form a
+directed acyclic graph (DAG). This is, no file may recursively require itself,
+and likewise, no module may recursively import itself.

+

We now zoom in further to discuss the various kinds of sentences contained in K
+specifications:

+
    +
  1. +

    sentences that define our system's primitives, including:

    +
      +
    • sort declarations: define new categories of primitive datatypes
    • +
    • Backus-Naur Form (BNF) grammar declarations: define the
      +operators that inhabit our primitive datatypes
    • +
    • lexical syntax declarations: define lexemes/tokens for the
      +lexer/tokenizer
    • +
    • syntax associativity declarations: specify the
      +associativity/grouping of our declared operators
    • +
    • syntax priority declarations: specify the priority of
      +potential ambiguous operators
    • +
    +
  2. +
  3. +

    sentences that define our system's state, including:

    +
      +
    • configuration declarations: define labelled, hierarchical records
      +using an nested XML-like syntax
    • +
    +
  4. +
  5. +

    sentences that define our system's behavior, including:

    +
      +
    • context declarations: describe how primitives and configurations
      +can simplify
    • +
    • context alias declarations: define templates that can generate new
      +contexts
    • +
    • rule declarations: define how the system transitions from one state
      +to the next
    • +
    +
  6. +
+

K Process Overview

+ +

We now examine how the K tools are generally used. The main input to all of the
+K tools is a K specification. For effieciency reasons, this specification is
+first compiled into an intermediate representation called Kore. Once we have
+obtained this intermediate representation, we can use it to do:

+
    +
  1. parsing/pretty-printing, i.e., converting a K term, whose syntax is defined
    +by a K specification, into a alternate representation
  2. +
  3. concrete and abstract execution of a K specification
  4. +
  5. theorem proving, i.e., verifying whether a set of claims about a K
    +specification hold
  6. +
+

We represent the overall process using the graphic below:

+
 K Compilation Process
++============================================================+
+|                     +---------+                            |
+|  K Specification ---| kompile |--> Kore Specification --+  |
+|                     +---------+                         |  |
++=========================================================|==+
+                                                          |
+ K Execution Process                                      |
++=========================================================|==+
+|                                                         |  |
+|             +-------------------------------------------+  |
+|             |                                              |
+|             |       +---------+                            |
+|  K Term ----+-------| kparse  |--> K Term                  |
+|             |       +---------+                            |
+|             |                                              |
+|             |       +---------+                            |
+|  K Term ----+-------|  krun   |--> K Term                  |
+|             |       +---------+                            |
+|             |                                              |
+|             |       +---------+                            |
+|  K Claims --+-------| kprove  |--> K Claims                |
+|                     +---------+                            |
+|                                                            |
++============================================================+
+

where:

+
    +
  • process outlines are denoted by boxes with double-lined borders
  • +
  • executables are denoted by boxes with single-lined borders
  • +
  • inputs and outputs are denoted by words attached to lines
  • +
  • K terms typically correspond to programs defined in a particular
    +language's syntax (which are either parsed using kparse or executed using
    +krun)
  • +
  • K claims are a notation for describing how certain K programs should
    +execute (which are checked by our theorem prover kprove)
  • +
+

K Compilation Process:
+Let us start with a description of the compilation process. According to the
+above diagram, the compiler driver is called kompile. For our purposes, it is
+enough to view the K compilation process as a black box that transforms a K
+specification into a lower-level Kore specification that encodes the same
+information, but that is easier to work with programmatically.

+

K Execution Process:
+We now turn our attention to the K execution process. Abstractly, we can divide
+the K execution process into the following stages:

+
    +
  1. the kore specification is loaded (which defines a lexer, parser, and
    +unparser among other things)
  2. +
  3. the input string is lexed into a token stream
  4. +
  5. the token stream is parsed into K terms/claims
  6. +
  7. the K term/claims are transformed according the K tool being used (e.g.
    +kparse, krun, or kprove)
  8. +
  9. the K term/claims are unparsed into a string form and printed
  10. +
+

Note that all of the above steps performed in K execution process are fully
+prescribed by the input K specification. Of course, there are entire languages
+devoted to encoding these various stages proces individually, e.g., flex for
+lexers, bison for parsers, etc. What K offers is a consistent language to
+package the above concepts in a way that we believe is convenient and practical
+for a wide range of uses.

+

Module Declaration

+

K modules are declared at the top level of a K file. They begin with the
+module keyword and are followed by a module ID and an optional set of
+attributes. They continue with zero or more imports and zero or more sentences
+until the endmodule keyword is reached.

+

A module ID consists of an optional # at the beginning, followed by one or
+more components separated by hyphens. Each component can contain letters,
+numbers, or underscores.

+

After the module ID, attributes can be specified in square brackets. See below
+for an (incomplete) list of allowed module attributes.

+

Following the attributes, a module can contain zero or more imports. An
+import consists of the import or imports keywords followed by a module ID.
+An import tells the compiler that this module should contain all the sentences
+(recursively) contained by the module being imported.

+

Imports can be public or private. By default, they are public, which
+means that all the imported syntax can be used by any module that imports the
+module doing the import. However, you can explicitly override the visibility
+of the import with the public or private keyword immediately prior to the
+module name. A module imported privately does not export its syntax to modules
+that import the module doing the import.

+

Following imports, a module can contain zero or more sentences. A sentence can
+be a syntax declaration, a rule, a configuration declaration, a context, a
+claim, or a context alias. Details on each of these can be found in subsequent
+sections.

+

private attribute

+ +

If the module is given the private attribute, all of its imports and syntax
+are private by default. Individual pieces of syntax can be made public with
+the public attribute, and individual imports can be made public with the
+public keyword. See relevant sections on syntax and modules for more details
+on what it means for syntax and imports to be public or private.

+

symbolic and concrete attribute

+ +

These attributes may be placed on modules to indicate that they should only
+be used by the Haskell and LLVM backends respectively. If the definition is
+compiled on the opposite backend, they are implicitly removed from the
+definition prior to parsing anywhere they are imported. This can be useful when
+used in limited capacity in order to provide alternate semantics for certain
+features on different backends. It should be used sparingly as it makes it more
+difficult to trust the correctness of your semantics, even in the presence of
+testing.

+

Syntax Declaration

+

Named Non-Terminals

+ +

We have added a syntax to Productions which allows non-terminals to be given a
+name in productions. This significantly improves the ability to document K, by
+providing a way to explicitly explain what a field in a production corresponds
+to instead of having to infer it from a comment or from the rule body.

+

The syntax is:

+
name: Sort
+

This syntax can be used anywhere in a K definition that expects a non-terminal.

+

klabel(_) and symbol attributes

+ +

By default K generates for each syntax definition a long and obfuscated klabel
+string, which serves as a unique internal identifier and also is used in kast
+format of that syntax. If we need to reference a certain syntax production
+externally, we have to manually define the klabels using the klabel attribute.
+One example of where you would want to do this is to be able to refer to a given
+symbol via the syntax priorities attribute, or to enable overloading of a
+given symbol.

+

If you only provide the klabel attribute, you can use the provided klabel to
+refer to that symbol anywhere in the frontend K code. However, the internal
+identifier seen by the backend for that symbol will still be the long obfuscated
+generated string. Sometimes you want control over the internal identfier used as
+well, in which case you use the symbol attribute. This tells the frontend to
+use whatever the declared klabel is directly as the internal identfier.

+

For example:

+
module MYMODULE
+    syntax FooBarBaz ::= #Foo( Int, Int ) [klabel(#Foo), symbol] // symbol1
+                       | #Bar( Int, Int ) [klabel(#Bar)]         // symbol2
+                       | #Baz( Int, Int )                        // symbol3
+endmodule
+

Here, we have that:

+
    +
  • In frontend K, you can refer to "symbol1" as #Foo (from klabel(#Foo)),
    +and the backend will see 'Hash'Foo as the symbol name.
  • +
  • In frontend K, you can refer to "symbol2" as #Bar (from klabel(#Bar)),
    +and the backend will see
    +'Hash'Bar'LParUndsCommUndsRParUnds'MYMODULE'Unds'FooBarBaz'Unds'Int'Unds'Int
    +as the symbol name.
  • +
  • In frontend K, you can refer to "symbol3" as
    +#Baz(_,_)_MYMODULE_FooBarBaz_Int_Int (from auto-generated klabel), and
    +the backend will see
    +'Hash'Baz'LParUndsCommUndsRParUnds'MYMODULE'Unds'FooBarBaz'Unds'Int'Unds'Int
    +as the symbol name.
  • +
+

The symbol provided must be unique to this definition. This is enforced by K.
+In general, it's recommended to use symbol attribute whenever you use klabel
+unless you explicitely have a reason not to (eg. you want to overload symbols,
+or you're using a deprecated backend). It can be very helpful use the symbol
+attribute for debugging, as many debugging messages are printed in Kast format
+which will be more readable with the symbol names you explicitely declare.
+In addition, if you are programatically manipulating definitions via the JSON
+Kast format, building terms using the user-provided pretty
+symbol, klabel(...) is easier and less error-prone when the auto-generation
+process for klabels changes.

+

Parametric productions and bracket attributes

+ +

Some syntax productions, like the rewrite operator, the bracket operator, and
+the #if #then #else #fi operator, cannot have their precise type system
+expressed using only concrete sorts.

+

Prior versions of K solved this issue by using the K sort in this case, but
+this introduces inexactness in which poorly typed terms can be created even
+without having a cast operator present in the syntax, which is a design
+consideration we would prefer to avoid.

+

It also introduces cases where terms cannot be placed in positions where they
+ought to be well sorted unless their return sort is made to be KBott, which in
+turn vastly complicates the grammar and makes parsing much slower.

+

In order to introduce this, we provide a new syntax for parametric productions
+in K. This allows you to express syntax that has a sort signature based on
+parametric polymorphism. We do this by means of an optional curly-brace-
+enclosed list of parameters prior to the return sort of a production.

+

Some examples:

+
syntax {Sort} Sort ::= "(" Sort ")" [bracket]
+syntax {Sort} KItem ::= Sort
+syntax {Sort} Sort ::= KBott
+syntax {Sort} Sort ::= Sort "=>" Sort
+syntax {Sort} Sort ::= "#if" Bool "#then" Sort "#else" Sort "#fi"
+syntax {Sort1, Sort2} Sort1 ::= "#fun" "(" Sort2 "=>" Sort1 ")" "(" Sort2 ")"
+

Here we have:

+
    +
  1. Brackets, which can enclose any sort but should be of the same sort that was
    +enclosed.
  2. +
  3. Every sort is a KItem.
  4. +
  5. A KBott term can appear inside any sort.
  6. +
  7. Rewrites, which can rewrite a value of any sort to a value of the same sort.
    +Note that this allows the lhs or rhs to be a subsort of the other.
  8. +
  9. If then else, which can return any sort but which must contain that sort on
    +both the true and false branches.
  10. +
  11. lambda applications, in which the argument and parameter must be the same
    +sort, and the return value of the application must be the same sort as the
    +return value of the function.
  12. +
+

Note the last case, in which two different parameters are specified separated
+by a comma. This indicates that we have multiple independent parameters which
+must be the same each place they occur, but not the same as the other
+parameters.

+

In practice, because every sort is a subsort of K, the Sort2
+parameter in #6 above does nothing during parsing. It cannot
+actually reject any parse, because it can always infer that the sort of the
+argument and parameter are K, and it has no effect on the resulting sort of
+the term. However, it will nevertheless affect the kore generated from the term
+by introducing an additional parameter to the symbol generated for the term.

+

function and total attributes

+ +

Many times it becomes easier to write a semantics if you have "helper"
+functions written which can be used in the RHS of rules. The function
+attribute tells K that a given symbol should be simplified immediately when it
+appears anywhere in the configuration. Semantically, it means that evaluation
+of that symbol will result in at most one return value (that is, the symbol is
+a partial function).

+

The total attribute indicates that a symbol cannot be equal to matching logic
+bottom; in other words, it has at least one value for every possible set of
+arguments. It can be added to a production with the function attribute to
+indicate to the symbolic reasoning engine that a given symbol is a
+total function, that is it has exactly one return value for every possible
+input. Other uses of the total attribute (i.e., on multi-valued symbols to
+indicate they always have at least one value) are not yet implemented.

+

For example, here we define the _+Word_ total function and the _/Word_
+partial function, which can be used to do addition/division modulo
+2 ^Int 256. These functions can be used anywhere in the semantics where
+integers should not grow larger than 2 ^Int 256. Notice how _/Word_ is
+not defined when the denominator is 0.

+
syntax Int ::= Int "+Word" Int [function, total]
+             | Int "/Word" Int [function]
+
+rule I1 +Word I2 => (I1 +Int I2) modInt (2 ^Int 256)
+rule I1 /Word I2 => (I1 /Int I2) modInt (2 ^Int 256) requires I2 =/=Int 0
+

freshGenerator attribute

+ +

In K, you can access "fresh" values in a given domain using the syntax
+!VARNAME:VarSort (with the !-prefixed variable name). This is supported for
+builtin sorts Int and Id already. For example, you can generate fresh
+memory locations for declared identifiers as such:

+
rule <k> new var x ; => . ... </k>
+     <env> ENV => ENV [ x <- !I:Int ] </env>
+     <mem> MEM => MEM [ !I <- 0     ] </mem>
+

Each time a !-prefixed variable is encountered, a new integer will be used,
+so each variable declared with new var _ ; will get a unique position in the
+<mem>.

+

Sometimes you want to have generation of fresh constants in a user-defined
+sort. For this, K will still generate a fresh Int, but can use a converter
+function you supply to turn it into the correct sort. For example, here we can
+generate fresh Foos using the freshFoo(_) function annotated with
+freshGenerator.

+
syntax Foo ::= "a" | "b" | "c" | d ( Int )
+
+syntax Foo ::= freshFoo ( Int ) [freshGenerator, function, total]
+
+rule freshFoo(0) => a
+rule freshFoo(1) => b
+rule freshFoo(2) => c
+rule freshFoo(I) => d(I) [owise]
+
+rule <k> new var x ; => . ... </k>
+     <env> ENV => ENV [ x <- !I:Int  ] </env>
+     <mem> MEM => MEM [ !I <- !F:Foo ] </mem>
+

Now each newly allocated memory slot will have a fresh Foo placed in it.

+

token attribute

+ +

The token attribute signals to the Kore generator that the associated sort
+will be inhabited by domain values. Sorts inhabited by domain values must not
+have any constructors declared.

+
syntax Bytes [hook(BYTES.Bytes), token]
+

Converting between [token] sorts

+ +

You can convert between tokens of one sort via Strings by defining functions
+implemented by builtin hooks.
+The hook STRING.token2string allows conversion of any token to a string:

+
syntax String ::= FooToString(Foo)  [function, total, hook(STRING.token2string)]
+

Similarly, the hook STRING.string2Token allows the inverse:

+
syntax Bar ::= StringToBar(String) [function, total, hook(STRING.string2token)]
+

WARNING: This sort of conversion does NOT do any sort of parsing or validation.
+Thus, we can create arbitary tokens of any sort:

+
StringToBar("The sun rises in the west.")
+

Composing these two functions lets us convert from Foo to Bar

+
syntax Bar ::= FooToBar(Foo) [function]
+rule FooToBar(F) => StringToBar(FooToString(F))
+

Parsing comments, and the #Layout sort

+ +

Productions for the #Layout sort are used to describe tokens that are
+considered "whitespace". The scanner removes tokens matching these productions
+so they are not even seen by the parser. Below, we use it to define
+lines begining with ; (semicolon) as comments.

+
syntax #Layout ::= r"(;[^\\n\\r]*)"    // Semi-colon comments
+                 | r"([\\ \\n\\r\\t])" // Whitespace
+

prec attribute

+ +

Consider the following naive attempt at creating a language what syntax that
+allows two types of variables: names that contain underbars, and names that
+contain sharps/hashes/pound-signs:

+
syntax NameWithUnderbar ::= r"[a-zA-Z][A-Za-z0-9_]*"  [token]
+syntax NameWithSharp    ::= r"[a-zA-Z][A-Za-z0-9_#]*" [token]
+syntax Pgm ::= underbar(NameWithUnderbar)
+             | sharp(NameWithSharp)
+

Although, it seems that K has enough information to parse the programs
+underbar(foo) and sharp(foo) with, the lexer does not take into account
+whether a token is being parsed for the sharp or for the underbar
+production. It chooses an arbitary sort for the token foo (perhaps
+NameWithUnderbar). Thus, during paring it is unable to construct a valid term
+for one of those programs (sharp(foo)) and produces the error message:
+Inner Parser: Parse error: unexpected token 'foo'.

+

Since calculating inclusions and intersections between regular expressions is
+tricky, we must provide this information to K. We do this via the prec(N)
+attribute. The lexer will always prefer longer tokens to shorter tokens.
+However, when it has to choose between two different tokens of equal length,
+token productions with higher precedence are tried first. Note that the default
+precedence value is zero when the prec attribute is not specified.

+

For example, the BUILTIN-ID-TOKENS module defines #UpperId and #LowerId with
+the prec(2) attribute.

+
  syntax #LowerId ::= r"[a-z][a-zA-Z0-9]*"                    [prec(2), token]
+  syntax #UpperId ::= r"[A-Z][a-zA-Z0-9]*"                    [prec(2), token]
+

Furthermore, we also need to make sorts with more specific tokens subsorts of ones with more
+general tokens. We add the token attribute to this production so that all
+tokens of a particular sort are marked with the sort they are parsed as and not a
+subsort thereof. e.g. we get underbar(#token("foo", "NameWithUnderbar"))
+instead of underbar(#token("foo", "#LowerId"))

+
imports BUILTIN-ID-TOKENS
+syntax NameWithUnderbar ::= r"[a-zA-Z][A-Za-z0-9_]*" [prec(1), token]
+                          | #UpperId                [token]
+                          | #LowerId                [token]
+syntax NameWithSharp ::= r"[a-zA-Z][A-Za-z0-9_#]*" [prec(1), token]
+                       | #UpperId                 [token]
+                       | #LowerId                 [token]
+syntax Pgm ::= underbar(NameWithUnderbar)
+             | sharp(NameWithSharp)
+

unused attribute

+ +

K will warn you if you declare a symbol that is not used in any of the rules of
+your definition. Sometimes this is intentional, however; in this case, you can
+suppress the warning by adding the unused attribute to the production or
+cell.

+
syntax Foo ::= foo() [unused]
+
+configuration <foo unused=""> .K </foo>
+

Symbol priority and associativity

+ +

Unlike most other parser generators, K combines the task of parsing with AST
+generation. A production declared with the syntax keyword in K is both a
+piece of syntax used when parsing, and a symbol that is used when rewriting.
+As a result, it is generally convenient to describe expression grammars using
+priority and associativity declarations rather than explicitly transforming
+your grammar into a series of nonterminals, one for each level of operator
+precedence. Thus, for example, a simple grammar for addition and multiplication
+will look like this:

+
syntax Exp ::= Exp "*" Exp
+             | Exp "+" Exp
+

However, this grammar is ambiguous. The term x+y*z might refer to x+(y*z)
+or to (x+y)*z. In order to differentiate this, we introduce a partial
+ordering between productions known as priority. A symbol "has tighter priority"
+than another symbol if the first symbol can appear under the second, but the
+second cannot appear under the first without a bracket. For example, in
+traditional arithmetic, multiplication has tighter priority than addition,
+which means that x+y*z cannot parse as (x+y)*z because the addition
+operator would appear directly beneath the multiplication, which is forbidden
+by the priority filter.

+

Priority is applied individually to each possible ambiguous parse of a term. It
+then either accepts or rejects that parse. If there is only a single remaining
+parse (after all the other disambiguation steps have happened), this is the
+parse that is chosen. If all the parses were rejected, it is a parse error. If
+multiple parses remain, they might be resolved by further disambiguation such
+as via the prefer and avoid attributes, but if multiple parses remain after
+disambiguation finishes, this is an ambiguous parse error, indicating there is
+not a unique parse for that term. In the vast majority of cases, this is
+an error and indicates that you ought to either change your grammar or add
+brackets to the term in question.

+

Priority is specified in K grammars by means of one of two different
+mechanisms. The first, and simplest, simply replaces the | operator in a
+sequence of K productions with the > operator. This operator indicates that
+everything prior to the > operator (including transitively) binds tighter
+than what comes after. For example, a more complete grammar for simple
+arithmetic might be:

+
syntax Exp ::= Exp "*" Exp
+             | Exp "/" Exp
+             > Exp "+" Exp
+             | Exp "-" Exp
+

This indicates that multiplication and division bind tigher than addition
+and subtraction, but that there is no relationship in priority between
+multiplication and division.

+

As you may have noticed, this grammar is also ambiguous. x*y/z might refer to
+x*(y/z) or to (x*y)/z. Indeed, if we removed division and subtraction
+entirely, the grammar would still be ambiguous: x*y*z might parse as
+x*(y*z), or as (x*y)*z. To resolve this, we introduce another feature:
+associativity. Roughly, asssociativity tells us how symbols are allowed to nest
+within other symbols with the same priority. If a set of symbols is left
+associative, then symbols in that set cannot appear as the rightmost child
+of other symbols in that set. If a set of symbols is right associative, then
+symbols in that set cannot appear as the leftmost child of other symbols in
+that set. Finally, if a set of symbols is non-associative, then symbols
+in that set cannot appear as the rightmost or leftmost child of other symbols
+in that set. For example, in the above example, if addition and subtraction
+are left associative, then x+y+z will parse as (x+y)+z and x+y-z will
+parse as (x+y)-z (because the other parse will have been rejected).

+

You might notice that this seems to apply only to binary infix operators. In
+fact, the real behavior is slightly more complicated. Priority and
+associativity (for technical reasons that go beyond the scope of this document)
+really only apply when the rightmost or leftmost item in a production is a
+nonterminal. If the rightmost nonterminal is followed by a terminal (or
+respectively the leftmost preceded), priority and associativity do not apply.
+Thus we can generalize these concepts to arbitrary context-free grammars.

+

Note that in some cases, this is not the behavior you want. You may actually
+want to reject parses even though the leftmost and rightmost item in a
+production are terminals. You can accomplish this by means of the
+applyPriority attribute. When placed on a production, it tells the parser
+which nonterminals of a production the priority filter ought to reject children
+under, overriding the default behavior. For example, I might have a production
+like syntax Exp ::= foo(Exp, Exp) [applyPriority(1)]. This tells the parser
+to reject terms with looser priority binding under the first Exp, but not
+the second. By default, with this production, neither position would apply
+to the priority filter, because the first and last items of the production
+are both terminals.

+

Associativity is specified in K grammars by means of one of two different
+mechanisms. The first, and simplest, adds the associativity of a priority block
+of symbols prior to that block. For example, we can remove the remaining
+ambiguities in the above grammar like so:

+
syntax Exp ::= left:
+               Exp "*" Exp
+             | Exp "/" Exp
+             > right:
+               Exp "+" Exp
+             | Exp "-" Exp
+

This indicates that multiplication and division are left-associative, ie, after
+symbols with higher priority are parsed as innermost, symbols are nested with
+the rightmost on top. Addition and subtraction are right associative, which
+is the opposite and indicates that symbols are nested with the leftmost on top.
+Note that this is similar but different from evaluation order, which also
+concerns itself with the ordering of symbols, which is described in the next
+section.

+

You may note we have not yet introduced the second syntax for priority
+and associativity. In some cases, syntax for a grammar might be spread across
+multiple modules, sometimes for very good reasons with respect to code
+modularity. As a result, it becomes infeasible to declare priority and
+associativity inline within a set of productions, because the productions
+are not contiguous within a single file.

+

For this purpose, we introduce the equivalent syntax priorities,
+syntax left, syntax right, and syntax non-assoc declarations. For
+example, the above grammar can be written equivalently as:

+
syntax Exp ::= Exp "*" Exp [group(mult)]
+             | Exp "/" Exp [group(div)]
+             | Exp "+" Exp [group(add)]
+             | Exp "-" Exp [group(sub)]
+
+syntax priorities mult div > add sub
+syntax left mult div
+syntax right add sub
+

Here, the group(_) attribute is used to create user-defined groups of
+sentences. A particular group name collectively refers to the whole set of
+sentences within that group. The sets are flattened together, so we could
+equivalently have written:

+
syntax Exp ::= Exp "*" Exp [group(mult)]
+             | Exp "/" Exp [group(mult)]
+             | Exp "+" Exp [group(add)]
+             | Exp "-" Exp [group(add)]
+
+syntax priorities mult > add
+syntax left mult
+syntax right add
+

Note that syntax [left|right|non-assoc] should not be used to group together
+productions with different priorities. For example, this code would be invalid:

+
syntax priorities mult > add
+syntax left mult add
+

Note that there is one other way to describe associativity, but it is
+prone to a very common mistake. You can apply the attribute left, right,
+or non-assoc directly to a production to indicate that it is, by itself,
+left-, right-, or non-associative.

+

However, this often does not mean what users think it means. In particular:

+
syntax Exp ::= Exp "+" Exp [left]
+             | Exp "-" Exp [left]
+

is not equivalent to:

+
syntax Exp ::= left:
+               Exp "+" Exp
+             | Exp "-" Exp
+

Under the first, each production is associative with itself, but not each
+other. Thus, x+y+z will parse unambiguously as (x+y)+z, but x+y-z will
+be ambiguous. However, in the second, x+y-z will parse unambiguously as
+(x+y)-z.

+

Think carefully about how you want your grammar to parse. In general, if you're
+not sure, it's probably best to group associativity together into the same
+blocks you use for priority, rather than using left, right, or non-assoc
+attributes on the productions.

+

Lexical identifiers

+ +

Sometimes it is convenient to be able to give a certain regular expression a
+name and then refer to it in one or more regular expression terminals. This
+can be done with a syntax lexical sentence in K:

+
syntax lexical Alphanum = r"[0-9a-zA-Z]"
+

This defines a lexical identifier Alphanum which can be expanded in any
+regular expression terminal to the above regular expression. For example, I
+might choose to then implement the syntax of identifiers as follows:

+
syntax Id ::= r"[a-zA-Z]{Alphanum}*" [token]
+

Here {Alphanum} expands to the above regular expression, making the sentence
+equivalent to the following:

+
syntax Id ::= r"[a-zA-Z]([0-9a-zA-Z])*" [token]
+

This feature can be used to more modularly construct the lexical syntax of your
+language. Note that K does not currently check that lexical identifiers used
+in regular expressions have been defined; this will generate an error when
+creating the scanner, however, and the user ought to be able to debug what
+happened.

+

assoc, comm, idem, and unit attributes

+ +

These attributes are used to indicate whether a collection or a production
+is associative, commutative, idempotent, and/or has a unit.
+In general, you should not need to apply these attributes to productions
+yourself, however, they do have certain special meaning to K. K will generate
+axioms related to each of these concepts into your definition for you
+automatically. It will also automatically sort associative-commutative
+collections, and flatten the indentation of associative collections, when
+unparsing.

+

public and private attribute

+ +

K allows users to declare certain pieces of syntax as either public or private.
+All syntax is public by default. Public syntax can be used from any module that
+imports that piece of syntax. A piece of syntax can be declared private with
+the private attribute. This means that that syntax can only be used in the
+module in which it is declared; it is not visible from modules that import
+that module.

+

You can also change the default visibility of a module with the private
+attribute, when it is placed directly on a module. A module with the private
+attribute has all syntax private by default; this can be overridden on
+specific sentences with the public attribute.

+

Note that the private module attribute also changes the default visiblity
+of imports; please refer to the appropriate section elsewhere in the manual
+for more details.

+

Here is an example usage:

+
module WIDGET-SYNTAX
+
+  syntax Widget ::= foo()
+  syntax WidgetHelper ::= bar() [private] // this production is not visible
+                                          // outside this module
+endmodule
+
+module WIDGET [private]
+  imports WIDGET-SYNTAX
+
+  syntax Widget ::= fooImpl() // this production is not visible outside this
+                              // module
+
+  // this production is visible outside this module
+  syntax KItem ::= adjustWidget(Widget) [function, public]
+endmodule
+

Configuration Declaration

+

exit attribute

+ +

A single configuration cell containing an integer may have the "exit"
+attribute. This integer will then be used as the return value on the console
+when executing the program.

+

For example:

+
configuration <k> $PGM:Pgm </k>
+              <status-code exit=""> 1 </status-code>
+

declares that the cell status-code should be used as the exit-code for
+invocations of krun. Additionally, we state that the default exit-code is 1
+(an error state). One use of this is for writing testing harnesses which assume
+that the test fails until proven otherwise and only set the <status-code> cell
+to 0 if the test succeeds.

+

Collection Cells: multiplicity and type attributes

+ +

Sometimes a semantics needs to allow multiple copies of the same cell, for
+example if you are making a concurrent multi-threading programming language.
+For this purpose, K supports the multiplicity and type attributes on cells
+declared in the configuration.

+

multiplicity can take on values * and ?. Declaring multiplicity="*"
+indicates that the cell may appear any number of times in a runtime
+configuration. Setting multiplicity="?" indicates that the cell may only
+appear exactly 0 or 1 times in a runtime configuration. If there are no
+configuration variables present in the cell collection, the initial
+configuration will start with exactly 0 instances of the cell collection. If
+there are configuration variables present in the cell collection, the initial
+configuration will start with exactly 1 instance of the cell collection.

+

type can take on values Set, List, and Map. For example, here we declare
+several collecion cells:

+
configuration <k> $PGM:Pgm </k>
+              <sets>  <set  multiplicity="?" type="Set">  0:Int </set>  </sets>
+              <lists> <list multiplicity="*" type="List"> 0:Int </list> </lists>
+              <maps>
+                <map multiplicity="*" type="Map">
+                  <map-key> 0:Int </map-key>
+                  <map-value-1> "":String </map-value-1>
+                  <map-value-2> 0:Int     </map-value-2>
+                </map>
+              </maps>
+

Declaring type="Set" indicates that duplicate occurrences of the cell should
+be de-duplicated, and accesses to instances of the cell will be nondeterministic
+choices (constrained by any other parts of the match and side-conditions).
+Similarly, declaring type="List" means that new instances of the cell can be
+added at the front or back, and elements can be accessed from the front or back,
+and the order of the cells will be maintained. The following are examples of
+introduction and elimination rules for these collections:

+
rule <k> introduce-set(I:Int) => . ... </k>
+     <sets> .Bag => <set> I </set> </sets>
+
+rule <k> eliminate-set => I ... </k>
+     <sets> <set> I </set> => .Bag </sets>
+
+rule <k> introduce-list-start(I:Int) => . ... </k>
+     <lists> (.Bag => <list> I </list>) ... </lists>
+
+rule <k> introduce-list-end(I:Int) => . ... </k>
+     <lists> ... (.Bag => <list> I </list>) </lists>
+
+rule <k> eliminate-list-start => I ... </k>
+     <lists> (<list> I </list> => .Bag) ... </lists>
+
+rule <k> eliminate-list-end => I ... </k>
+     <lists> ... (<list> I </list> => .Bag) </lists>
+

Notice that for multiplicity="?", we only admit a single <set> instance at
+a time. For the type=List cell, we can add/eliminate cells from the from or
+back of the <lists> cell. Also note that we use .Bag to indicate the empty
+cell collection in all cases.

+

Declaring type="Map" indicates that the first sub-cell will be used as a
+cell-key. This means that matching on those cells will be done as a map-lookup
+operation if the cell-key is mentioned in the rule (for performance). If the
+cell-key is not mentioned, it will fallback to normal nondeterministic
+constrained by other parts of the match and any side-conditions. Note that there
+is no special meaning to the name of the cells (in this case <map>,
+<map-key>, <map-value-1>, and <map-value-2>). Additionally, any number of
+sub-cells are allowed, and the entire instance of the cell collection is
+considered part of the cell-value, including the cell-key (<map-key> in this
+case) and the surrounding collection cell (<map> in this case).

+

For example, the following rules introduce, set, retrieve from, and eliminate
+type="Map" cells:

+
rule <k> introduce-map(I:Int) => . ... </k>
+     <maps> ... (.Bag => <map> <map-key> I </map-key> ... </map>) ... </maps>
+
+rule <k> set-map-value-1(I:Int, S:String) => . ... </k>
+     <map> <map-key> I </map-key> <map-value-1> _ => S </map-value-1> ... </map>
+
+rule <k> set-map-value-2(I:Int, V:Int) => . ... </k>
+     <map> <map-key> I </map-key> <map-value-2> _ => V </map-value-2> ... </map>
+
+rule <k> retrieve-map-value-1(I:Int) => S ... </k>
+     <map> <map-key> I </map-key> <map-value-1> S </map-value-1> ... </map>
+
+rule <k> retrieve-map-value-2(I:Int) => V ... </k>
+     <map> <map-key> I </map-key> <map-value-2> V </map-value-2> ... </map>
+
+rule <k> eliminate-map(I:Int) => . ... </k>
+     <maps> ... (<map> <map-key> I </map-key> ... </map> => .Bag) ... </maps>
+

Note how each rule makes sure that <map-key> cell is mentioned, and we
+continue to use .Bag to indicate the empty collection. Also note that
+when introducing new map elements, you may omit any of the sub-cells which are
+not the cell-key. In case you do omit sub-cells, you must use structural
+framing ... to indicate the missing cells, they will receive the default
+value given in the configuration ... declaration.

+

Rule Declaration

+

Rule Structure

+ +

Each K rule follows the same basic structure (given as an example here):

+
rule LHS => RHS requires REQ ensures ENS [ATTRS]
+

The portion between rule and requires is referred to as the rule body,
+and may contain one or more rewrites (though not nested). Here, the rule body is
+LHS => RHS, where LHS and RHS are used as placeholders for the pre- and
+post- states. Note that we lose no generality referring to the LHS or the
+RHS, even in the presence of multiple rewrites, as the rewrites are pulled to
+the top-level anyway.

+

Next is the requires clause, represented here as REQ. The requires clause is
+an additional predicate (function-like term of sort Bool), which is to be
+evaluated before applying the rule. If the requires clause does not evaluate to
+true, then the rule does not apply.

+

Finally is the ensures clause, represented here as ENS. The ensures clause
+is to be interpreted as a post-condition, and will be automatically added to the
+path condition if the rule applies. It may cause the entire term to become
+undefined, but the backend will not stop itself from applying the rule in this
+case. Note that concrete backends (eg. the LLVM backend) are free to ignore the
+ensures clause.

+

Overall, the transition represented by such a rule is from a state
+LHS #And REQ ending in a state RHS #And ENS. When backends apply this rule
+as a transition/rewrite, they should:

+
    +
  • Check if pattern LHS matches (or unifies) with the current term, giving
    +substitution alpha.
  • +
  • Check if the instantiation alpha(REQ) is valid (or satisfiable).
  • +
  • Build the new term alpha(RHS #And ENS), and check if it's satisfiable.
  • +
+

Pattern Matching operator

+ +

Sometimes when you want to express a side condition, you want to say that a
+rule matches if a particular term matches a particular pattern, or if it
+instead does /not/ match a particular pattern.

+

The syntax in K for this is :=K and :/=K. It has similar meaning to ==K and
+=/=K, except that where ==K and =/=K express equality, :=K and =/=K express
+model membership. That is to say, whether or not the rhs is a member of the set
+of terms expressed by the lhs pattern. Because the lhs of these operators is a
+pattern, the user can use variables in the lhs of the operator. However, due to
+current limitations, these variables are NOT bound in the rest of the term.
+The user is thus encouraged to use anonymous variables only, although this is
+not required.

+

This is compiled by the K frontend down to an efficient pattern matching on a
+fresh function symbol.

+

Anonymous function applications

+ +

There are a number of cases in K where you would prefer to be able to take some
+term on the RHS, bind it to a variable, and refer to it in multiple different
+places in a rule.

+

You might also prefer to take a variable for which you know some of its
+structure, and modify some of its internal structure without requiring you to
+match on every single field contained inside that structure.

+

In order to do this, we introduce syntax to K that allows you to construct
+anonymous functions in the RHS of a rule and apply them to a term.

+

The syntax for this is:

+
#fun(RuleBody)(Argument)
+

Note the limitations currently imposed by the implementation. These functions
+are not first-order: you cannot bind them to a variable and inject them like
+you can with a regular klabel for a function. You also cannot express multiple
+rules or multiple parameters, or side conditions. All of these are extensions
+we would like to support in the future, however.

+

In the following, we use three examples to illustrate the behavior of #fun.
+We point out that the support for #fun is provided by the frontend, not the
+backends.

+

The three examples are real examples borrowed or modified from existing language
+semantics.

+

Example 1 (A Simple Self-Explained Example).

+
#fun(V:Val => isFoo(V) andBool isBar(V))(someFunctionReturningVal())
+

Example 2 (Nested #fun).

+
   #fun(C
+=> #fun(R
+=> #fun(E
+=> foo1(E, R, C)
+  )(foo2(C))
+  )(foo3(0))
+  )(foo4(1))
+

This example is from the beacon
+semantics:https://github.com/runtimeverification/beacon-chain-spec/blob/master/b
+eacon-chain.k at line 302, with some modification for simplicity. Note how
+variables C, R, E are bound in the nested #fun.

+

Example 3 (Matching a structure).

+
rule foo(K, RECORD) =>
+  #fun(record(... field: _ => K))(RECORD)
+

Unlike previous examples, the LHS of #fun in this example is no longer a
+variable, but a structure. It has the same spirit as the first two examples,
+but we match the RECORD with a structure record( DotVar, field: X), instead
+of a standalone variable. We also use K's local rewrite syntax (i.e., the
+rewriting symbol => does not occur at the top-level) to prevent writing
+duplicate expressions on the LHS and RHS of the rewriting.

+

Macros and Aliases

+ +

A production can be tagged with the macro, alias, macro-rec, or alias-rec
+attributes. In all cases, what this signifies is that this is a macro production.
+Macro rules are rules where the top symbol of the left-hand-side are macro
+labels. Macro rules are applied statically during compilation on all terms that
+they match, and statically before program execution on the initial configuration.
+Currently, macro rules are required to not have side conditions, although they
+can contain sort checks.

+

alias rules are also applied statically in reverse prior to unparsing on the
+final configuration. Note that a macro rule can have unbound variables in the
+right hand side. When such a macro exists, it should be used only on the left
+hand side of rules, unless the user is performing symbolic execution and expects
+to introduce symbolic terms into the subject being rewritten.

+

However, when used on the left hand side of a rule, it functions similarly to a
+pattern alias, and allows the user to concisely express a reusable pattern that
+they wish to match on in multiple places.

+

For example, consider the following semantics:

+
syntax KItem ::= "foo" [alias] | "foobar"
+syntax KItem ::= bar(KItem) [macro] | baz(Int, KItem)
+rule foo => foobar
+rule bar(I) => baz(?_, I)
+rule bar(I) => I
+

This will rewrite baz(0, foo) to foo. First baz(0, foo) will be rewritten
+statically to baz(0, foobar). Then the non-macro rule will apply (because
+the rule will have been rewritten to rule baz(_, I) => I). Then foobar will
+be rewritten statically after rewriting finishes to foo via the reverse form
+of the alias.

+

Note that macros do not apply recursively within their own expansion. This is
+done so as to ensure that macro expansion will always terminate. If the user
+genuinely desires a recursive macro, the macro-rec and alias-rec attributes
+can be used to provide this behavior.

+

For example, consider the following semantics:

+
syntax Exp ::= "int" Exp ";" | "int" Exps ";" [macro] | Exp Exp | Id
+syntax Exps ::= List{Exp,","}
+
+rule int X:Id, X':Id, Xs:Exps ; => int X ; int X', Xs ;
+

This will expand int x, y, z; to int x; int y, z; because the macro does
+not apply the second time after applying the substitution of the first
+application. However, if the macro attribute were changed to the macro-rec
+attribute, it would instead expand (as the user likely intended) to
+int x; int y; int z;.

+

The alias-rec attribute behaves with respect to the alias attribute the
+same way the macro-rec attribute behaves with respect to macro.

+

anywhere rules

+ +

Some rules are not functional, but you want them to apply anywhere in the
+configuration (similar to functional rules). You can use the anywhere
+attribute on a rule to instruct the backends to make sure they apply anywhere
+they match in the entire configuration.

+

For example, if you want to make sure that some associative operator is always
+right-associated anywhere in the configuration, you can do:

+
syntax Stmt ::= Stmt ";" Stmt
+
+rule (S1 ; S2) ; S3 => S1 ; (S2 ; S3) [anywhere]
+

Then after every step, all occurrences of _;_ will be re-associated. Note that
+this allows the symbol _;_ to still be a constructor, even though it is
+simplified similarly to a function.

+

trusted claims

+ +

You may add the trusted attribute to a given claim for the K prover to
+automatically add it to the list of proven circularities, instead of trying to
+discharge it separately.

+

Projection and Predicate functions

+ +

K automatically generates certain predicate and projection functions from the
+syntax you declare. For example, if you write:

+
syntax Foo ::= foo(bar: Bar)
+

It will automatically generate the following K code:

+
syntax Bool ::= isFoo(K) [function]
+syntax Foo ::= "{" K "}" ":>Foo" [function]
+syntax Bar ::= bar(Foo) [function]
+
+rule isFoo(F:Foo) => true
+rule isFoo(_) => false [owise]
+
+rule { F:Foo }:>Foo => F
+rule bar(foo(B:Bar)) => B
+

The first two types of functions are generated automatically for every sort in
+your K definition, and the third type of function is generated automatically
+for each named nonterminal in your definition. Essentially, isFoo for some
+sort Foo will tell you whether a particular term of sort K is a Foo,
+{F}:>Foo will cast F to sort Foo if F is of sort Foo and will be
+undefined (i.e., theoretically defined as #Bottom, the bottom symbol in
+matching logic) otherwise. Finally, bar will project out the child of a foo
+named bar in its production declaration.

+

Note that if another term of equal or smaller sort to Foo exists and has a
+child named bar of equal or smaller sort to Bar, this will generate an
+ambiguity during parsing, so care should be taken to ensure that named
+nonterminals are sufficiently unique from one another to prevent such
+ambiguities. Of course, the compiler will generate a warning in this case.

+

simplification attribute

+ +

The simplification attribute identifies rules outside the main semantics that
+are used to simplify function patterns.

+

Conditions: A simplification rule is applied by matching the function
+arguments, instead of unification as when applying function definition
+rules. This allows function symbols to appear nested as arguments to other
+functions on the left-hand side of a simplification rule, which is forbidden in
+function definition rules. For example, this rule would not be accepted as a
+function definition rule:

+
rule (X +Int Y) +Int Z => X +Int (Y +Int Z) [simplification]
+

A simplification rule is only applied when the current side condition implies
+the requires clause of the rule, like function definition rules.

+

Order: The simplification attribute accepts an optional integer argument
+which is the rule's simplification priority; if the optional argument is not
+specified, it is equivalent to a simplification priority of 50. Backends
+should attempt simplification rules in order of their simplification
+priority
, but are not required to do so; in fact, the backend is free to apply
+simplification rules at any time. Because of this, users must ensure that
+simplification rules are sound regardless of their order of application. This
+differs from the priority attribute in that rules with the priority
+attribute must be applied in their priority order by the backend. It is an
+error to have the priority attribute on a simplification rule.

+

For example, for the following definition:

+
    syntax WordStack ::= Int ":" WordStack | ".WordStack"
+    syntax Int ::= sizeWordStack    ( WordStack       ) [function]
+                 | sizeWordStackAux ( WordStack , Int ) [function]
+ // --------------------------------------------------------------
+    rule sizeWordStack(WS) => sizeWordStackAux(WS, 0)
+
+    rule sizeWordStackAux(.WordStack, N) => N
+    rule sizeWordStackAux(W : WS    , N) => sizeWordStackAux(WS, N +Int 1)
+

We might add the following simplification lemma:

+
    rule sizeWordStackAux(WS, N) => N +Int sizeWordStackAux(WS, 0)
+      requires N =/=Int 0
+      [simplification]
+

Then this simplification rule will only apply if the Haskell backend can prove
+that notBool N =/=Int 0 is unsatisfiable. This avoids an infinite cycle of
+applying this simplification lemma.

+

NOTE: The frontend and Haskell backend do not check that supplied
+simplification rules are sound, this is the developer's responsibility. In
+particular, rules with the simplification attribute must preserve definedness;
+that is, if the left-hand side refers to any partial function then:

+
    +
  • the right-hand side must be #Bottom when the left-hand side is #Bottom, or
  • +
  • the rule must have an ensures clause that is false when the left-hand
    +side is #Bottom, or
  • +
  • the rule must have a requires clause that is false when the left-hand
    +side is #Bottom.
  • +
+

These conditions are in order of decreasing preference: the best option is to
+preserve #Bottom on the right-hand side, the next best option is to have an
+ensures clause, and the least-preferred option is to have a requires clause.
+The most preferred option is to write total functions and avoid the entire issue.

+

NOTE: The Haskell backend does not attempt to prove claims which right-hand
+side is #Bottom. The reason for this is that the general case is undecidable,
+and the backend might enter an infinite loop. Therefore, the backend emits a
+warning if it encounters such a claim.

+

concrete and symbolic attributes (Haskell backend)

+ +

Users can control the application of simplification rules using the concrete
+and the symbolic attributes by specifying the type of patterns the rule's
+arguments are to match.

+

A concrete pattern is a pattern which does not contain variables or unevaluated
+functions, otherwise the pattern is symbolic.

+

The semantics of the two attributes is defined as follows:

+
    +
  • If a simplification rule is marked concrete, then all arguments must be
    +concrete for the rule to match.
  • +
  • If a simplification rule is marked symbolic, then all arguments must be
    +symbolic for the rule to match.
  • +
  • The following syntax concrete(<variables>) (resp. symbolic(<variables>)),
    +where <variables> is a list of variable names separated by commas, can be used
    +to specify the exact arguments the user expects to match concrete (resp. symbolic)
    +patterns.
  • +
+

For example, the following will only match when all arguments
+are concrete:

+
rule X +Int (Y +Int Z) => (X +Int Y) +Int Z [simplification, concrete]
+

Conversely, the following will only match when all arguments
+are symbolic:

+
rule X +Int (Y +Int Z) => (X +Int Y) +Int Z [simplification, symbolic]
+

In practice, the following rules will re-associate and commute terms to combine
+concrete arguments:

+
rule (A +Int Y) +Int Z => A +Int (Y +Int Z)
+  [concrete(Y, Z), symbolic(A), simplification]
+
+rule X +Int (B +Int Z) => B +Int (X +Int Z)
+  [concrete(X, Z), symbolic(B), simplification]
+

The unboundVariables attribute

+ +

Normally, K rules are not allowed to contain regular (i.e., not fresh, not
+existential) variables in the RHS / requires / ensures clauses which are not
+bound in the LHS.

+

However, in certain cases this behavior might be desired, like, for example,
+when specifying a macro rule which is to be used in the LHS of other rules.
+To allow for such cases, but still be useful and perform the unboundness checks
+in regular cases, the unboundVariables attributes allows the user to specify
+a comma-separated list of names of variables which can be unbound in the rule.

+

For example, in the macro declaration

+
  rule cppEnumType => bar(_, scopedEnum() #Or unscopedEnum() ) [unboundVariables(_)]
+

the declaration unboundVariables(_) allows the rule to pass the unbound
+variable checks, and this in turn allows for cppEnumType to be used in
+the LHS of a rule to mean the pattern above:

+
  rule inverseConvertType(cppEnumType, foo((cppEnumType #as T::CPPType => underlyingType(T))))
+

The memo attribute

+ +

The memo attribute is a hint from the user to the backend to memoize a
+function. Not all backends support memoization, but when the attribute is used
+and the definition is compiled for a memo-supporting backend, then calls to
+the function may be cached. At the time of writing, only the Haskell
+backend supports memoization.

+

Limitations of memoization with the Haskell backend

+ +

The Haskell backend will only cache a function call if all arguments are concrete.

+

It is recommended not to memoize recursive functions, as each recursive call
+will be stored in the cache, but only the first iteration will be retrieved from
+the cache; that is, the cache will be filled with many unreachable
+entries. Instead, we recommend to perform a worker-wrapper transformation on
+recursive functions, and apply the memo attribute to the wrapper.

+

Warning: A function declared with the memo attribute must not use
+uninterpreted functions in the side-condition of any rule. Memoizing such an
+impure function is unsound. To see why, consider the following rules:

+
syntax Bool ::= impure( Int ) [function]
+
+syntax Int ::= unsound( Int ) [function, memo]
+rule unsound(X:Int) => X +Int 1 requires impure(X)
+rule unsound(X:Int) => X        requires notBool impure(X)
+

Because the function impure is not given rules to cover all inputs, unsound
+can be memoized incoherently. For example,

+
{unsound(0) #And {impure(0) #Equals true}} #Equals 1
+

but

+
{unsound(0) #And {impure(0) #Equals false}} #Equals 0
+

The memoized value of unsound(0) would be incoherently determined by which
+pattern the backend encounters first.

+

Variable Sort Inference

+ +

In K, it is not required that users declare the sorts of variables in rules or
+in the initial configuration. If the user does not explicitly declare the sort
+of a variable somewhere via a cast (see below), the sort of the variable is
+inferred from context based on the sort signature of every place the variable
+appears in the rule.

+

As an example, consider the rule for addition in IMP:

+
    syntax Exp ::= Exp "+" Exp | Int
+
+    rule I1 + I2 => I1 +Int I2
+

Here +Int is defined in the INT module with the following signature:

+
    syntax Int ::= Int "+Int" Int [function]
+

In the rule above, the sort of both I1 and I2 is inferred as Int. This is because
+a variable must have the same sort every place it appears within the same rule.
+While a variable appearing only on the left-hand-side of the rule could have
+sort Exp instead, the same variable appears as a child of +Int, which
+constriants the sorts of I1 and I2 more tightly. Since the sort must be a
+subsort of Int or equal to Int, and Int has no subsorts, we infer Int
+as the sorts of I1 and I2. This means that the above rule will not match
+until I1 and I2 become integers (i.e., have already been evaluated).

+

More complex examples are possible, however:

+
    syntax Exp ::= Exp "+" Int | Int
+    rule _ + _ => 0
+

Here we have two anonymous variables. They do not refer to the same variable
+as one another, so they can have different sorts. The right side is constrained
+by + to be of sort Int, but the left side could be either Exp or Int.
+When this occurs, we have multiple solutions to the sorts of the variables in
+the rule. K will only choose solutions which are maximal, however. To be
+precise, if two different solutions exist, but the sorts of one solution are
+all greater than or equal to the sorts of the other solution, K will discard
+the smaller solution. Thus, in the case above, the variable on the left side
+of the + is inferred of sort Exp, because the solution (Exp, Int) is
+strictly greater than the solution (Int, Int).

+

It is possible, however, for terms to have multiple maximal solutions:

+
    syntax Exp ::= Exp "+" Int | Int "+" Exp | Int
+    rule I1 + I2 => 0
+

In this example, there is an ambiguous parse. This could parse as either
+the first + or the second. In the first case, the maximal solution chosen is
+(Exp, Int). In the second, it is (Int, Exp). Neither of these solutions is
+greater than the other, so both are allowed by K. As a result, this program
+will emit an error because the parse is ambiguous. To pick one solution over
+the other, a cast or a prefer or avoid attribute can be used.

+

Casting

+ +

There are three main types of casts in K: the semantic cast, the strict cast,
+and the projection cast.

+

Semantic casts

+ +

For every sort S declared in your grammar, K will define the following
+production for you for use in rules:

+
    syntax S ::= S ":S"
+

The meaning of this cast is that the term inside the cast must be less than
+or equal to Sort. This can be used to resolve ambiguities, but its principle
+purpose is to guide execution by telling K what sort variables must match in
+order for the rule to apply. When compiled, it will generate a pattern that
+matches on an injection into Sort.

+

Strict casts

+ +

K also introduces the strict cast:

+
    syntax S ::= S "::S"
+

The meaning at runtime is exactly the same as the semantic cast; however, it
+restricts the sort of the term inside the cast to exactly Sort. That is
+to say, if you use it on something that is a strictly smaller sort, it will
+generate a type error. This is useful in certain circumstances to help
+disambiguate terms, when a semantic cast would not have resolved the ambiguity.
+As such, it is primarily used to solve ambiguities rather than to guide
+execution.

+

Projection casts

+ +

K also introduces the projection cast:

+
    syntax {S2} S ::= "{" S2 "}" ":>S"
+

The meaning of this cast at runtime is that if the term inside is of sort
+Sort, it should have it injection stripped away and the value inside is
+returned as a term of static sort Sort. However, if the term is of a
+different sort, it is an error and execution will get stuck. Thus the primary
+usefulness of this cast is to cast the return value of a function with a
+greater sort down to a strictly smaller sort that you expect the return value
+of the function to have. For example:

+
    syntax Exp ::= foo(Exp) [function] | bar(Int) | Int
+    rule foo(I:Int) => I
+    rule bar(I) => bar({foo(I +Int 1)}:>Int)
+

Here we know that foo(I +Int 1) will return an Int, but the return sort of
+foo is Exp. So we project the result into the Int sort so that it can
+be placed as the child of a bar.

+

owise and priority attributes.

+ +

Sometimes, it is simply not convenient to explicitly describe every
+single negative case under which a rule should not apply. Instead,
+we simply wish to say that a rule should only apply after some other set of
+rules have been tried. K introduces two different attributes that can be
+added to rules which will automatically generate the necessary matching
+conditions in a manner which is performant for concrete execution (indeed,
+it generally outperforms during concrete execution code where the conditions
+are written explicitly).

+

The first is the owise attribute. Very roughly, rules without an attribute
+indicating their priority apply first, followed by rules with the owise
+attribute only if all the other rules have been tried and failed. For example,
+consider the following function:

+
syntax Int ::= foo(Int) [function]
+rule foo(0) => 0
+rule foo(_) => 1 [owise]
+

Here foo(0) is defined explicitly as 0. Any other integer yields the
+integer 1. In particular, the second rule above will only be tried after the
+first rule has been shown not to apply.

+

This is because the first rule has a lower number assigned for its priority
+than the second rule. In practice, each rule in your semantics is implicitly
+or explicitly assigned a numerical priority. Rules are tried in increasing
+order of priority, starting at zero and trying each increasing numerical value
+successively.

+

You can specify the priority of a rule with the priority attribute. For
+example, I could equivalently write the second rule above as:

+
rule foo(_) => 1 [priority(200)]
+

The number 200 is not chosen at random. In fact, when you use the owise
+attribute, what you are doing is implicitly setting the priority of the rule
+to 200. This has a couple of implications:

+
    +
  1. Multiple rules with the owise attribute all have the same priority and thus
    +can apply in any order.
  2. +
  3. Rules with priority higher than 200 apply after all rules with the
    +owise attribute have been tried.
  4. +
+

There is one more rule by which priorities are assigned: a rule with no
+attributes indicating its priority is assigned the priority 50. Thus,
+with each priority explicitly declared, the above example looks like:

+
syntax Int ::= foo(Int) [function]
+rule foo(0) => 0 [priority(50)]
+rule foo(_) => 1 [owise]
+

One final note: the llvm backend reserves priorities between 50 and 150
+inclusive for certain specific purposes. Because of this, explicit
+priorities which are given within this region may not behave precisely as
+described above. This is primarily in order that it be possible where necessary
+to provide guidance to the pattern matching algorithm when it would otherwise
+make bad choices about which rules to try first. You generally should not
+give any rule a priority within this region unless you know exactly what the
+implications are with respect to how the llvm backend orders matches.

+

Evaluation Strategy

+

strict and seqstrict attributes

+ +

The strictness attributes allow defining evaluation strategies without having
+to explicitly make rules which implement them. This is done by injecting
+heating and cooling rules for the subterms. For this to work, you need to
+define what a result is for K, by extending the KResult sort.

+

For example:

+
syntax AExp ::= Int
+              | AExp "+" AExp [strict, klabel(addExp)]
+

This generates two heating rules (where the hole syntaxes "[]" "+" AExp and
+AExp "+" "[]" is automatically added to create an evaluation context):

+
rule [addExp1-heat]: <k> HOLE:AExp +  AE2:AExp => HOLE ~>  [] + AE2 ... </k> [heat]
+rule [addExp2-heat]: <k>  AE1:AExp + HOLE:AExp => HOLE ~> AE1 +  [] ... </k> [heat]
+

And two corresponding cooling rules:

+
rule [addExp1-cool]: <k> HOLE:AExp ~>  [] + AE2 => HOLE +  AE2 ... </k> [cool]
+rule [addExp2-cool]: <k> HOLE:AExp ~> AE1 +  [] =>  AE1 + HOLE ... </k> [cool]
+

Note that the rules are given labels based on the klabel of the production, which
+nonterminal is the hole, and whether it's the heating or the cooling rule.

+

You will note that these rules can apply one after another infinitely. In
+practice, the KResult sort is used to break this cycle by ensuring that only
+terms that are not part of the KResult sort will be heated. The heat and
+cool attributes are used to tell the compiler that these are heating and
+cooling rules and should be handled in the manner just described. Nothing stops
+the user from writing such heating and cooling rules directly if they wish,
+although we describe other more convenient syntax for most of the advanced
+cases below.

+

One other thing to note is that in the above sentences, HOLE is just a
+variable, but it has special meaning in the context of sentences with the
+heat or cool attribute. In heating or cooling rules, the variable named
+HOLE is considered to be the term being heated or cooled and the compiler
+will generate isKResult(HOLE) and notBool isKResult(HOLE) side conditions
+appropriately to ensure that the backend does not loop infinitely. The module
+BOOL will also be automatically and privately included for semantic
+purposes. The syntax for parsing programs will not be affected.

+

In order for this functionality to work, you need to define the KResult sort.
+For instance, we tell K that a term is fully evaluated once it becomes an Int
+here:

+
syntax KResult ::= Int
+

Note that you can also say that a given expression is only strict only in
+specific argument positions. Here we use this to define "short-circuiting"
+boolean operators.

+
syntax KResult ::= Bool
+
+syntax BExp ::= Bool
+              | BExp "||" BExp [strict(1)]
+              | BExp "&&" BExp [strict(1)]
+
+rule <k> true  || _    => true ... </k>
+rule <k> false || REST => REST ... </k>
+
+rule <k> true  && REST => REST  ... </k>
+rule <k> false && _    => false ... </k>
+

If you want to force a specific evaluation order of the arguments, you can use
+the variant seqstrict to do so. For example, this would make the boolean
+operators short-circuit in their second argument first:

+
syntax KResult ::= Bool
+
+syntax BExp ::= Bool
+              | BExp "||" BExp [seqstrict(2,1)]
+              | BExp "&&" BExp [seqstrict(2,1)]
+
+rule <k> _    || true  => true ... </k>
+rule <k> REST || false => REST ... </k>
+
+rule <k> REST && true  => REST  ... </k>
+rule <k> _    && false => false ... </k>
+

This will generate rules like this in the case of _||_ (note that BE1 will
+not be heated unless isKResult(BE2) is true, meaning that BE2 must be
+evaluated first):

+
rule <k>  BE1:BExp || HOLE:BExp => HOLE ~> BE1 ||  [] ... </k> [heat]
+rule <k> HOLE:BExp ||  BE2:BExp => HOLE ~>  [] || BE2 ... </k> requires isKResult(BE2) [heat]
+
+rule <k> HOLE:BExp ~>  [] || BE2 => HOLE ||  BE2 ... </k> [cool]
+rule <k> HOLE:BExp ~> BE1 ||  [] =>  BE1 || HOLE ... </k> [cool]
+

Context Declaration

+ +

Sometimes more advanced evaluation strategies are needed. By default, the
+strict and seqstrict attributes are limited in that they cannot describe
+the context in which heating or cooling should occur. When this type of
+control over the evaluation strategy is required, context sentences can be
+used to simplify the process of declaring heating and cooling when it would be
+unnecessarily verbose to write heating and cooling rules directly.

+

For example, if the user wants to heat a term if it exists under a foo
+constructor if the term to be heated is of sort bar, one might write the
+following context (with the optional label):

+
context [foo]: foo(HOLE:Bar)
+

Once again, note that HOLE is just a variable, but one that has special
+meaning to the compiler indicating the position in the context that should
+be heated or cooled.

+

This will automatically generate the following sentences:

+
rule [foo-heat]: <k> foo(HOLE:Bar) => HOLE ~> foo([]) ... </k> [heat]
+rule [foo-cool]: <k> HOLE:Bar ~> foo([]) => foo(HOLE) ... </k> [cool]
+

The user may also write the K cell explicitly in the context declaration
+if they want to match on another cell as well, for example:

+
context <k> foo(HOLE:Bar) ... </k> <state> .Map </state>
+

This context will now only heat or cool if the state cell is empty.

+

Side conditions in context declarations

+ +

The user is allowed to write a side condition in a context declaration, like
+so:

+
context foo(HOLE:Bar) requires baz(HOLE)
+

This side condition will be appended verbatim to the heating rule that is
+generated, however, it will not affect the cooling rule that is generated:

+
rule <k> foo(HOLE:Bar) => HOLE ~> foo([]) ... </k> requires baz(HOLE) [heat]
+rule <k> HOLE:Bar ~> foo([]) => foo(HOLE) ... </k> [cool]
+

Rewrites in context declarations

+ +

The user can also include exactly one rewrite operation in a context
+declaration if that rule rewrites the variable HOLE on the left hand side
+to a term containing HOLE on the right hand side. For exampl;e:

+
context foo(HOLE:Bar => bar(HOLE))
+

In this case, the code generated will be as follows:

+
rule <k> foo(HOLE:Bar) => bar(HOLE) ~> foo([]) ... </k> [heat]
+rule <k> bar(HOLE:Bar) ~> foo([]) => foo(HOLE) ... </k> [cool]
+

This can be useful if the user wishes to evaluate a term using a different
+set of rules than normal.

+

result attribute

+ +

Sometimes it is necessary to be able to evaluate a term to a different sort
+than KResult. This is done by means of adding the result attribute to
+a strict production, a context, or an explicit heating or cooling rule:

+
syntax BExp ::= Bool
+              | BExp "||" BExp [seqstrict(2,1), result(Bool)]
+

In this case, the sort check used by seqstrict and by the heat and cool
+attributes will be isBool instead of isKResult. This particular example
+does not really require use of the result attribute, but if the user wishes
+to evaluate a term of sort KResult further, the result attribute would be
+required.

+

hybrid attribute

+ +

In certain situations, it is desirable to treat a particular production which
+has the strict attribute as a result if the term has had its arguments fully
+evaluated. This can be accomplished by means of the hybrid attribute:

+
syntax KResult ::= Bool
+
+syntax BExp ::= Bool
+              | BExp "||" BExp [strict(1), hybrid]
+

This attribute is equivalent in this case to the following additional axiom
+being added to the definition of isKResult:

+
rule isKResult(BE1:BExp || BE2:BExp) => true requires isKResult(BE1)
+

Sometimes you wish to declare a production hybrid with respect to a predicate
+other than isKResult. You can do this by specifying a sort as the body of the
+hybrid attribute, e.g.:

+
syntax BExp ::= BExp "||" BExp [strict(1), hybrid(Foo)]
+

generates the rule:

+
rule isFoo(BE1:BExp || BE2:BExp) => true requires isFoo(BE1)
+

Properly speaking, hybrid takes an optional comma-separated list of sort
+names. If the list is empty, the attribute is equivalent to hybrid(KResult).
+Otherwise, it generates hybrid predicates for exactly the sorts named.

+

Context aliases

+ +

Sometimes it is necessary to define a fairly complicated evaluation strategy
+for a lot of different operators. In this case, the user could simply write
+a number of complex context declarations, however, this quickly becomes
+tedious. For this purpose, K has a concept called a context alias. A context
+alias is a bit like a template for describing contexts. The template can then
+be instantiated against particular productions using the strict and
+seqstrict attributes.

+

Here is a (simplified) example taken from the K semantics of C++:

+
context alias [c]: <k> HERE:K ... </k> <evaluate> false </evaluate>
+context alias [c]: <k> HERE:K ... </k> <evaluate> true </evaluate> [result(ExecResult)]
+
+syntax Expr ::= Expr "=" Init [strict(c; 1)]
+

This defines the evaluation strategy during the translation phase of a C++
+program for the assignment operator. It is equivalent to writing the following
+context declarations:

+
context <k> HOLE:Expr = I:Init ... </k> <evaluate> false </evaluate>
+context <k> HOLE:Expr = I:Init ... </k> <evaluate> true </evaluate> [result(ExecResult)]
+

What this is saying is, if the evaluate cell is false, evaluate the term
+like normal to a KResult. But if the evaluate cell is true, instead
+evaluate it to the ExecResult sort.

+

Essentially, we have given a name to this evaluation strategy in the form of
+the rule label on the context alias sentences (in this case, c). We can
+then say that we want to use this evaluation strategy to evaluate particular
+arguments of particular productions by referring to it by name in a strict
+attribute. For example, strict(c) will instantiate these contexts once for
+each argument of the production, whereas strict(c; 1) will instantiate it
+only for the first argument. The special variable HERE is used to tell the
+compiler where you want to place the production that is to be heated or cooled.

+

You can also specify multiple context aliases for different parts of a production,
+for example:

+
syntax Exp ::= foo(Exp, Exp) [strict(left; 1; right; 2)]
+

This says that we can evaluate the left and right arguments in either order, but to evaluate
+the left using the left context alias and the right using the right context alias.

+

We can also say seqstrict(left; 1; right; 2), in which case we additionally must evaluate
+the left argument before the right argument. Note, all strict positions are considered collectively
+when determining the evaluation order of seqstrict or the hybrid predicates.

+

A strict attribute with no rule label associated with it is equivalent to
+a strict attribute given with the following context alias:

+
context alias [default]: <k> HERE:K ... </k>
+

One syntactic convenience that is provided is that if you wish to declare the following context:

+
context foo(HOLE => bar(HOLE))
+

you can simply write the following:

+
syntax Foo ::= foo(Bar) [strict(alias)]
+
+context alias [alias]: HERE [context(bar)]
+

Pattern Matching

+

As Patterns

+ +

New syntax has been added to K for matching a pattern and binding the resulting
+match in its entirety to a variable.

+

The syntax is:

+
Pattern #as V::Var
+

In this case, Pattern, including any variables, is matched and the resulting
+variables are added to the substitution if matching succeeds. Furthermore, the
+term matched by Pattern is added to the substitution as V.

+

This code can also be used outside of any rewrite, in which case matching
+occurs as if it appeared on the left hand side, and the right hand side becomes
+a variable corresponding to the alias.

+

It is an error to use an as pattern on the right hand side of a rule.

+

Record-like KApply Patterns

+ +

We have added a syntax for matching on KApply terms which mimics the record
+syntax in functional languages. This allows us to more easily express patterns
+involving a KApply term in which we don't care about some or most of the
+children, without introducing a dependency into the code on the number of
+arguments which could be changed by a future refactoring.

+

The syntax is:

+
record(... field1: Pattern1, field2: Pattern2)
+

Note that this only applies to productions that are prefix productions.
+A prefix production is considered by the implementation to be any production
+whose production items match the following regular expression:

+
(Terminal(_)*) Terminal("(")
+(NonTerminal (Terminal(",") NonTerminal)* )?
+Terminal(")")
+

In other words, any sequence of terminals followed by an open parenthesis, an
+optional comma separated list of non-terminals, and a close parenthesis.

+

If a prefix production has no named nonterminals, a record(...) syntax is
+allowed, but in order to reference specific fields, it is necessary to give one
+or more of the non-terminals in the production names.

+

Note: because the implementation currently creates one production per possible
+set of fields to match on, and because all possible permutations of all
+possible subsets of a list of n elements is a number that scales factorially
+and reaches over 100 thousand productions at n=8, we currently do not allow
+fields to be matched in any order like a true record, but only in the same
+order as appears in the production itself.

+

Given that this only reduces the number of productions to the size of the power
+set, this will still explode the parsing time if we create large productions of
+10 or more fields that all have names. This is something that should probably
+be improved, however, productions with that large of an arity are rare, and
+thus it has not been viewed as a priority.

+

Or Patterns

+ +

Sometimes you wish to express that a rule should match if one out of multiple
+patterns should match the same subterm. We can now express this in K by means
+of using the #Or ML connective on the left hand side of a rule.

+

For example:

+
rule foo #Or bar #Or baz => qux
+

Here any of foo, bar, or baz will match this rule. Note that the behavior is
+ill-defined if it is not the case that all the clauses of the or have the same
+bound variables.

+

Matching global context in function rules

+ +

On occasion it is highly desirable to be able to look up information from the
+global configuration and match against it when evaluating a function. For this
+purpose, we introduce a new syntax for function rules.

+

This syntax allows the user to match on function context from within a
+function rule:

+
syntax Int ::= foo(Int) [function]
+
+rule [[ foo(0) => I ]]
+     <bar> I </bar>
+
+rule something => foo(0)
+

This is completely desugared by the K frontend and does not require any special
+support in the backend. It is an error to have a rewrite inside function
+context, as we do not currently support propagating such changes back into the
+global configuration. It is also an error if the context is not at the top
+level of a rule body.

+

Desugared code:

+
syntax Int ::= foo(Int, GeneratedTopCell) [function]
+
+rule foo(0, <generatedTop>
+              <bar> I </bar>
+              ...
+            </generatedTop> #as Configuration) => I
+rule <generatedTop>
+       <k> something ... </k>
+       ...
+     </generatedTop> #as Configuration
+  => <generatedTop>
+       <k> foo(0, Configuration> ... </k>
+       ...
+     </generatedTop>
+

Collection patterns

+ +

It is allowed to write patterns on the left hand side of rules which refer to
+complex terms of sort Map, List, and Set, despite these patterns ostensibly
+breaking the rule that terms which are functions should not appear on the left
+hand side of rules. Such terms are destructured into pattern matching
+operations.

+

The following forms are allowed:

+
// 0 or more elements followed by 0 or 1 variables of sort List followed by
+// 0 or more elements
+ListItem(E1) ListItem(E2) L:List ListItem(E3) ListItem(E4)
+
+// the empty list
+.List
+
+// 0 or more elements in any order plus 0 or 1 variables of sort Set
+// in any order
+SetItem(K1) SetItem(K2) S::Set SetItem(K3) SetItem(K4)
+
+// the empty set
+.Set
+
+// 0 or more elements in any order plus by 0 or 1 variables of sort Map
+// in any order
+K1 |-> E1 K2 |-> E2 M::Map K3 |-> E3 K4 |-> E4
+
+// the empty map
+.Map
+

Here K1, K2, K3, K4 etc can be any pattern except a pattern containing both
+function symbols and unbound variables. An unbound variable is a variable whose
+binding cannot be determined by means of decomposing non-set-or-map patterns or
+map elements whose keys contain no unbound variables.

+

This is determined recursively, ie, the term K1 |-> E2 E2 |-> E3 E3 |-> E4 is
+considered to contain no unbound variables.

+

Note that in the pattern K1 |-> E2 K3 |-> E4 E4 |-> E5, K1 and K3 are
+unbound, but E4 is bound because it is bound by deconstructing the key E3, even
+though E3 is itself unbound.

+

In the above examples, E1, E2, E3, and E4 can be any pattern that is normally
+allowed on the lhs of a rule.

+

When a map or set key contains function symbols, we know that the variables in
+that key are bound (because of the above restriction), so it is possible to
+evaluate the function to a concrete term prior to performing the lookup.

+

Indeed, this is the precise semantics which occurs; the function is evaluated
+and the result is looked up in the collection.

+

For example:

+
syntax Int ::= f(Int) [function]
+rule f(I:Int) => I +Int 1
+rule <k> I:Int => . ... </k> <state> ... SetItem(f(I)) ... </state>
+

This will rewrite I to . if and only if the state cell contains
+I +Int 1.

+

Note that in the case of Set and Map, one guarantee is that K1, K2, K3, and K4
+represent /distinct/ elements. Pattern matching fails if the correct number of
+distinct elements cannot be found.

+

Matching on cell fragments

+ +

K allows matching fragments of the configuration and using them to construct
+terms and use as function parameters.

+
configuration <t>
+                <k> #init ~> #collectOdd ~> $PGM </k>
+                <fs>
+                  <f multiplicity="*" type="Set"> 1 </f>
+                </fs>
+              </t>
+

The #collectOdd construct grabs the entire content of the <fs> cell.
+We may also match on only a portion of its content. Note that the fragment
+must be wrapped in a <f> cell at the call site.

+
syntax KItem ::= "#collectOdd"
+rule <k> #collectOdd => collectOdd(<fs> Fs </fs>) ... </k>
+     <fs> Fs </fs>
+

The collectOdd function collects the items it needs

+
syntax Set ::= collectOdd(FsCell) [function]
+rule collectOdd(<fs> <f> I </f> REST </fs>) => SetItem(I) collectOdd(<fs> REST </fs>) requires I %Int 2 ==Int 1
+rule collectOdd(<fs> <f> I </f> REST </fs>) =>            collectOdd(<fs> REST </fs>) requires I %Int 2 ==Int 0
+rule collectOdd(<fs> .Bag </fs>) => .Set
+

all-path and one-path attributes to distinguish reachability claims

+ +

As the Haskell backend can handle both one-path and all-path reachability
+claims, but both these are encoded as rewrite rules in K, these attributes can
+be used to clarify what kind of claim a rule is.

+

In addition of being able to annotate a rule with one of them
+(if annotating with more at the same time, only one of them would be chosen),
+one can also annotate whole modules, to give a default claim type for all rules
+in that module.

+

Additionally, the Haskell backend introduces an extra command line option
+for the K frontend, --default-claim-type, with possible values
+all-path and one-path to allow choosing a default type for all
+claims.

+

Set Variables

+ +

Motivation

+ +

Set variables were introduced as part of Matching Mu Logic, the mathematical
+foundations for K. In Matching Mu Logic, terms evaluate to sets of values.
+This is useful for both capturing partiality (as in 3/0) and capturing
+non-determinism (as in 3 #Or 5). Consequently, symbol interpretation is
+extended to have a collective interpretation over sets of input values.

+

Usually, K rules are given using regular variables, which expect that the term
+they match is both defined and has a unique interpretation.

+

However, it is sometimes useful to have simplification rules which work over
+any kind of pattern, be it undefined or non-deterministic. This behavior can be
+achieved by using set variables to stand for any kind of pattern.

+

Syntax

+ +

Any variable prefixed by @ will be considered a set variable.

+

Example

+ +

Below is a simplification rule which motivated this extension:

+
  rule #Ceil(@I1:Int /Int @I2:Int) =>
+    {(@I2 =/=Int 0) #Equals true} #And #Ceil(@I1) #And #Ceil(@I2)
+    [anywhere]
+

This rule basically says that @I1:Int /Int @I2:Int is defined if @I1 and
+@I2 are defined and @I2 is not 0. Using sets variables here is important as
+it allows the simplification rule to apply any symbolic patterns, without
+caring whether they are defined or not.

+

This allows simplifying the expression #Ceil((A:Int /Int B:Int) / C:Int) to:

+
{(C =/=Int 0) #Equals true} #And #Ceil(C) #And ({(B =/=Int 0) #Equals true}
+#And #Ceil(B) #And #Ceil(A)`
+

See kframework/kore#729 for
+more details.

+

SMT Translation

+ +

K makes queries to an SMT solver (Z3) to discharge proof obligations when doing
+symbolic execution. You can control how these queries are made using the
+attributes smtlib, smt-hook, and smt-lemma on declared productions.
+These attributes guide the prover when it tries to apply rules to discharge a
+proof obligation.

+
    +
  • smt-hook(...) allows you to specify a term in SMTLIB2 format which should
    +be used to encode that production, and assumes that all symbols appearing in
    +the term are already declared by the SMT solver.
  • +
  • smtlib(...) allows you to declare a new SMT symbol to be used when that
    +production is sent to Z3, and gives it uninterpreted function semantics.
  • +
  • smt-lemma can be applied to a rule to encode it as a conditional equality
    +when sending queries to Z3. A rule rule LHS => RHS requires REQ will be
    +encoded as the conditional equality (=> REQ (= (LHS RHS)). Every symbol
    +present in the rule must have an smt-hook(...) or smtlib(...) attribute.
  • +
+
syntax Int ::= "~Int" Int          [function, klabel(~Int_), symbol,
+                                    smtlib(notInt)]
+             | Int "^%Int" Int Int [function, klabel(_^%Int__), symbol,
+                                    smt-hook((mod (^ #1 #2) #3))]
+

In the example above, we declare two productions ~Int_ and _^%Int__, and
+tell the SMT solver to:

+
    +
  • use uninterpreted function semantics for ~Int_ via SMTLIB2 symbol
    +notInt, and
  • +
  • use the SMTLIB2 term (mod (^ #1 #2) #3) (where #N marks the Nth
    +production non-terminal argument positions) for _^%Int__, where mod and
    +^ already are declared by the SMT solver.
  • +
+

Caution

+ +

Set variables are currently only supported by the Haskell backend.
+The use of rules with set variables should be sound for all other backends
+which just execute by rewriting, however it might not be safe for backends
+which want to guarantee coverage.

+

Variables occurring only in the RHS of a rule

+ +

This section presents possible scenarios requiring variables to only appear in
+the RHS of a rule.

+

Summary

+ +

Except for ? variables and ! (fresh) variables, which are
+required to only appear in the RHS of a rule, all other variables must
+also appear in the LHS of a rule. This restriction also applies to anonymous
+variables; in particular, for claims, ?_ (not _) should be used in the RHS
+to indicate that something changes but we don't care to what value.

+

To support specifying random-like behavior, the above restriction can be relaxed
+by annotating a rule with the unboundVariables attribute whenever the rule
+intentionally contains regular variables only occurring in the RHS.

+

Introduction

+ +

K uses question mark variables of the form ?X to refer to
+existential variables, and uses ensures to specify logical constraints on
+those variables.
+These variables are only allowed to appear in the RHS of a K rule.

+

If the rules represent rewrite (semantic) steps or verification claims,
+then the ? variables are existentially quantified at the top of the RHS;
+otherwise, if they represent equations, the ? variables are quantified at the
+top of the entire rule.

+

Note that when both ?-variables and regular variables are present,
+regular variables are (implicitly) universally quantified on top of the rule
+(already containing the existential quantifications).
+This essentially makes all ? variables depend on all regular variables.

+

All examples below are intended more for program verification /
+symbolic execution, and thus concrete implementations might choose to ignore
+them altogether or to provide ad-hoc implementations for them.

+

Example: Verification claims

+ +

Consider the following definition of a (transition) system:

+
module A
+  rule foo => true
+  rule bar => true
+  rule bar => false
+endmodule
+

Consider also, the following specification of claims about the definition above:

+
module A-SPEC
+  rule [s1]: foo => ?X:Bool
+  rule [s2]: foo =>  X:Bool  [unboundVariables(X)]
+  rule [s3]: bar => ?X:Bool
+  rule [s4]: bar =>  X:Bool  [unboundVariables(X)]
+endmodule
+
One-path interpretation
+ +
    +
  • (s1) says that there exists a path from foo to some boolean, which is
    +satisfied easily using the foo => true rule
  • +
  • (s3) says the same thing about bar and can be satisfied by either of
    +bar => true and bar => false rules
  • +
  • (s2) and (s4) can be better understood by replacing them with instances for
    +each element of type Bool, which can be interpreted that
    +both true and false are reachable from foo for (s2), or bar for (s4),
    +respectively. +
      +
    • (s2) cannot be verified as we cannot find a path from foo to false.
    • +
    • (s4) can be verified by using bar => true to show true is reachable and
      +bar => false to achieve the same thing for false
    • +
    +
  • +
+
All-path interpretation
+ +
    +
  • +

    (s1) says that all paths from foo will reach some boolean, which is
    +satisfied by the foo => true rule and the lack of other rules for foo

    +
  • +
  • +

    (s3) says the same thing about bar and can be satisfied by checking that
    +both bar => true and bar => false end in a boolean, and there are no
    +other rules for bar

    +
  • +
  • +

    (s2) and (s4) can be better understood by replacing them with instances for
    +each element of type Bool, which can be interpreted that
    +both true and false are reachable in all paths originating in
    +foo for (s2), or bar for (s4), respectively.
    +This is a very strong claim, requiring that all paths originating in
    +foo (bar) pass through both true and false,
    +so neither (s2) nor (s4) can be verified.

    +

    Interestingly enough, adding a rule like false => true would make both
    +(s2) and (s4) hold.

    +
  • +
+

Example: Random Number Construct rand()

+ +

The random number construct rand() is a language construct which could be
+easily conceived to be part of the syntax of a programming language:

+
Exp ::= "rand" "(" ")"
+

The intended semantics of rand() is that it can rewrite to any integer in
+a single step. This could be expressed as the following following infinitely
+many rules.

+
rule  rand() => 0
+rule  rand() => 1
+rule  rand() => 2
+  ...    ...
+rule rand() => (-1)
+rule rand() => (-2)
+  ...    ...
+

Since we need an instance of the rule for every integer, one could summarize
+the above infinitely many rules with the rule

+
rule rand() => I:Int [unboundVariables(I)]
+

Note that I occurs only in the RHS in the rule above, and thus the rule
+needs the unboundVariables(I) attribute to signal that this is intentionally.

+

One can define variants of rand() by further constraining the output variable
+as a precondition to the rule.

+
Rand-like examples
+ +
    +
  1. +

    randBounded(M,N) can rewrite to any integer between M and N

    +
    syntax Exp ::= randBounded(Int, Int)
    +rule randBounded(M, N) => I
    +  requires M <=Int I andBool I <=Int N
    +  [unboundVariables(I)]
    +
  2. +
  3. +

    randInList(Is) takes a list Is of items
    +and can rewrite in one step to any item in Is.

    +
    syntax Exp ::= randInList (List)
    +rule randInList(Is) => I
    +  requires I inList Is
    +  [unboundVariables(I)]
    +
  4. +
  5. +

    randNotInList(Is) takes a list Is of items
    +and can rewrite in one step to any item not in Is.

    +
    syntax Exp ::= randNotInList (List)
    +rule randNotInList(Is) => I
    +  requires notBool(I inList Is)
    +  [unboundVariables(I)]
    +
  6. +
  7. +

    randPrime(), can rewrite to any prime number.

    +
    syntax Exp ::= randPrime ()
    +rule randPrime() => X:Int
    +  requires isPrime(X)
    +  [unboundVariables(X)]
    +

    where isPrime(_) is a predicate that can be defined in the usual way.

    +
  8. +
+

Note 1: all above are not function symbols, but language constructs.

+

Note 2: Currently the frontend does not allow rules with universally quantified
+variables in the RHS which are not bound in the LHS.

+

Note 3. Allowing these rules in a concrete execution engine would require an
+algorithm for generating concrete instances for such variables, satisfying the
+given constraints; thus the unboundVariables attribute serves two purposes:

+
    +
  • to allow such rules to pass the variable checks, and
  • +
  • to signal (concrete execution) backends that specialized algorithm would be
    +needed to instantiate these variables.
  • +
+

Example: Fresh Integer Construct fresh(Is)

+ +

The fresh integer construct fresh(Is) is a language construct.

+
Exp ::= ... | "fresh" "(" List{Int} ")"
+

The intended semantics of fresh(Is) is that it can always rewrite to an
+integer that in not in Is.

+

Note that fresh(Is) and randNotInList(Is) are different; the former
+does not need to be able to rewrite to every integers not in Is,
+while the latter requires so.

+

For example, it is correct to implement fresh(Is) so it always returns the
+smallest positive integer that is not in Is, but same implementation for
+randNotInList(Is) might be considered inadequate.
+In other words, there exist multiple correct implementations of fresh(Is),
+some of which may be deterministic, but there only exists a unique
+implementation of randNotInList(Is).
+Finally, note that randNotInList(Is) is a correct implementation
+for fresh(Is); Hence, concrete execution engines can choose to handle
+such rules accordingly.

+

We use the following K syntax to define fresh(Is)

+
syntax Exp ::= fresh (List{Int})
+rule fresh(Is:List{Int}) => ?I:Int
+  ensures notBool (?I inList{Int} Is)
+

A variant of this would be a choiceInList(Is) language construct which would
+choose some number from a list:

+
syntax Exp ::= choiceInList (List{Int})
+rule choiceInList(Is:List{Int}) => ?I:Int
+  ensures ?I inList{Int} Is
+

Note: This definition is different from one using a ! variable to indicate
+freshness because using ! is just syntactic sugar for generating globally
+unique instances and relies on a special configuration cell, and cannot be
+constrained, while the fresh described here is local and can be constrained.
+While the first is more appropriate for concrete execution, this might be
+better for symbolic execution / program verification.

+

Example: Arbitrary Number (Unspecific Function) arb()

+ +

The function arb() is not a PL construct, but a mathematical function.
+Therefore, its definition should not be interpreted as an execution step, but
+rather as an equality.

+

The intended semantics of arb() is that it is an unspecified nullary function.
+The exact return value of arb() is unspecified in the semantics but up to the
+implementations.
+However, being a mathematical function, arb() must return the same value in
+any one implementation.

+

We do not need special frontend syntax to define arb().
+We only need to define it in the usual way as a function
+(instead of a language construct), and provide no axioms for it.
+The total attribute ensures that the function is total, i.e.,
+that it evaluates to precisely one value for each input.

+
Variants
+ +

There are many variants of arb(). For example, arbInList(Is) is
+an unspecified function whose return value must be an element from Is.

+

Note that arbInList(Is) is different from choiceInList(Is), because
+choiceInList(Is) transitions to an integer in Is (could be a different one
+each time it is used), while arbInList(Is) is equal to a (fixed)
+integer not in Is.

+

W.r.t. the arb variants, we can use ? variables and the function
+annotation to signal that we're defining a function and the value of the
+function is fixed, but non-determinate.

+
syntax Int ::= arbInList(List{Int}) [function]
+rule arbInList(Is:List{Int}) => ?I:Int
+  ensures ?I inList{Int} Is
+

If elimination of existentials in equational rules is needed, one possible
+approach would be through Skolemization,
+i.e., replacing the ? variable with a new uninterpreted function depending
+on the regular variables present in the function.

+

Example: Interval (Non-function Symbols) interval()

+ +

The symbol interval(M,N) is not a PL construct, nor a function in the
+first-order sense, but a proper matching-logic symbol, whose interpretation is
+in the powerset of its domain.
+Its axioms will not use rewrites but equalities.

+

The intended semantics of interval(M,N) is that it equals the set of
+integers that are larger than or equal to M and smaller than or equal to N.

+

Since expressing the axiom for interval requires an an existential
+quantification on the right-hand-side, thus making it a non-total symbol
+defined through an equation, using ? variables might be confusing since their
+usage would be different from that presented in the previous sections.

+

Hence, the proposal to support this would be to write this as a proper ML rule.
+A possible syntax for this purpose would be:

+
eq  interval(M,N)
+    ==
+    #Exists X:Int .
+        (X:Int #And { X >=Int M #Equals true } #And { X <=Int N #Equals true })
+

Additionally, the symbol declaration would require a special attribute to
+signal the fact that it is not a constructor but a defined symbol.

+

Since this feature is not clearly needed by K users at the moment, it is only
+presented here as an example; its implementation will be postponed for such time
+when its usefulness becomes apparent.

+

Parser Generation

+

In addition to on-the-fly parser generation using kast, K is capable of
+ahead-of-time parser generation of LR(1) or GLR parsers using Flex and Bison.
+This can be done one of two different ways.

+
    +
  1. You can explicitly request for a particular parser to be generated by
    +invoking kast --gen-parser <outputFile> or
    +kast --gen-glr-parser <outputFile> respectively. kast will then create a
    +parser based on the same command line flags that govern on-the-fly parsing,
    +like -s to specify the starting sort, and -m to specify the module to
    +parse under. By default, this generates a parser for the sort of the $PGM
    +configuration variable in the main syntax module of the definition.
  2. +
  3. You can request that a specific set of parsers be generated for all the
    +configuration variables of your definition by passing the
    +--gen-bison-parser or --gen-glr-bison-parser flags to kompile.
    +kompile will decide the sorts to use as start symbols based on the sorts
    +in the configuration declaration for the configuration variables. The $PGM
    +configuration variable will be generated based on the main syntax module
    +of the definition. The user must explicitly annotate the configuration
    +declaration with the other modules to use to parse the other configuration
    +variables as attributes. For example, if I have the following cell in the
    +configuration declaration: <cell> foo($FOO:Foo, $BAR:Bar) </cell>,
    +One might annotate it with the attribute pair parser="FOO, TEST; BAR, TEST2"
    +to indicate that configuration variable $FOO should be parsed in the
    +TEST module, and configuration variable $BAR should be parsed in the
    +TEST2 module. If the user forgets to annotate the declaration with the
    +parser attribute, only the $PGM parser will be generated.
  4. +
+

Bison-generated parsers are extremely fast compared to kast, but they have
+some important limitations:

+
    +
  • Bison parsers will always output Kore. You can then pass the resulting AST
    +directly to llvm-krun or kore-exec and bypass the krun frontend, making
    +them very fast, but lower-level.
  • +
  • Bison parsers do not yet support macros. This may change in a future release.
    +Note that you can use anywhere rules instead of macros in most cases to get
    +around this limitation, although they will not benefit from unparsing via the
    +alias attribute.
  • +
  • Obligation falls on the user to ensure that the grammar they write is LR(1)
    +if they choose to use LR(1) parsing. If this does not happen, the parser
    +generated will have shift/reduce or reduce/reduce conflicts and the parser
    +may behave differently than kast would (kast is a GLL parser, ie, it
    +is based on LL parsers and parses all unambiguous context-free grammars).
    +K provides an attribute, not-lr1, which can be applied to modules known to
    +not be LR(1), and will trigger a warning if the user attempts to generate an
    +LR(1) parser which recursively imports that module.
  • +
  • If you are using LR(1) based parsing, the prefer and avoid attributes are
    +ignored. It is only possible to implement these attributes by means of
    +generalized LL or LR parsing and a postprocessing on the AST to remove the
    +undesirable ambiguity.
  • +
  • Obligation falls on the user to ensure that the grammar they write has as
    +few conflicts as possible if they are using GLR parsing. Bison's GLR support
    +is quite primitive, and in the worst case it can use exponential space and
    +time to parse a program, which generally leads the generated parser to report
    +"memory exhausted", indicating that the parse could not be completed within
    +the stack space allocated by Bison. It's best to ensure that the grammar is
    +as close to LR(1) as possible and only utilizes conflicts where absolutely
    +necessary. One tool that can be used to facilitate this is to pass
    +--bison-lists to kompile. This will disable support for the List{Sort}
    +syntax production, and it will make NeList{Sort} left associative, but the
    +resulting productions generated for NeList{Sort} will be LR(1) and use bounded
    +stack space.
  • +
  • If the grammar you are parsing is context-sensitive (for example, because
    +it requires a symbol table to parse), one thing you can do to make this
    +language parse in K is to implement the language as an ambiguous grammar.
    +Bison's GLR parser will generate an amb production that is parametric in
    +the sort of the ambiguity. You can then import the K-AMBIGUITIES module
    +and use rewriting to resolve the ambiguities using whatever preprocessing
    +mechanisms you prefer.
  • +
+

Location Information

+

K is able to insert file, line, and column metadata into the parse tree on a
+per-sort basis when parsing using a bison-generated parser. To enable this,
+mark the sort with the locations attribute.

+
  syntax Exp [locations]
+  syntax Exp ::= Exp "/" Exp | Int
+

K implicitly wraps productions of these sorts in a #location term (see the
+K-LOCATIONS module in kast.md). The metadata can thus be accessed with
+ordinary rewrite rules:

+
  rule #location(_ / 0, File, StartLine, _StartColumn, _EndLine, _EndColumn) =>
+  "Error: Division by zero at " +String File +String ":" Int2String(StartLine)
+

Sometimes it is desirable to allow code to be written in a file which
+overwrites the current location information provided by the parser. This can be
+done via a combination of the #LineMarker sort and the --bison-file flag to
+the parser generator. If you declare a production of sort #LineMarker which
+contains a regular expression terminal, this will be treated as a
+line marker by the bison parser. The user will then be expected to provide
+an implementation of the parser for the line marker in C. The function expected
+by the parser has the signature void line_marker(char *, yyscan_t), where
+yyscan_t is a
+reentrant flex scanner.
+The string value of the line marker token as specified by your regular
+expression can be found in the first parameter of the function, and you can
+set the line number used by the scanner using yyset_lineno(int, yyscan_t). If
+you declare the variable extern char *filename, you can also set the current
+file name by writing a malloc'd, zero-terminated string to that variable.

+

Unparsing

+

A number of factors go into how terms are unparsed in K. Here we describe some
+of the features the user can use to control how unparsing happens.

+

Brackets

+ +

One of the phases that the unparser goes through is to insert productions
+tagged with the bracket attribute where it believes this is necessary
+in order to create a correct string that will be parsed back into the original
+AST. The most common case of this is in expression grammars. For example,
+consider the following grammar:

+
syntax Exp ::= Int
+             | Exp "*" Exp
+             > Exp "+" Exp
+

Here we have declared that expressions can contain integer addition and
+multiplication, and that multiplication binds tighter than addition. As a
+result, when writing a program, if we want to write an expression that first
+applies addition, then multiplication, we must use brackets: (1 + 2) * 3.
+Similarly, if we have such an AST, we must insert brackets into the AST
+in order to faithfully unparse the term in a manner that will be parsed back
+into the same ast, because if we do not, we end up unparsing the term as
+1 + 2 * 3, which will be parsed back as 1 + (2 * 3) because of the priority
+declaration in the grammar.

+

You can control how the unparser will insert such brackets by adding a
+production with the bracket attribute and the correct sort. For example, if,
+instead of parentheses, you want to use curly braces, you could write:

+
syntax Exp ::= "{" Exp "}" [bracket]
+

This would signal to the unparser how brackets should look for terms of sort
+Exp, and it will use this syntax when unparsing terms of sort Exp.

+

Commutative collections

+ +

One thing that K will do (unless you pass the --no-sort-collections flag to
+krun) is to sort associative, commutative collections (such as Set and Map)
+alphanumerically. For example, if I have a collection whose keys are sort Id
+and they have the values a, b, c, and d, then unparsing will always print
+first the key a, then b, then c, then d, because this is the alphabetic order
+of these keys when unparsed.

+

Furthermore, K will sort numeric keys numerically. For example, if I have a
+collection whose keys are 1, 2, 5, 10, 30, it will first display 1, then 2,
+then 5, then 10, then 30, because it will sort these keys numerically. Note
+that this is different than an alphabetic sort, which would sort them as
+1, 10, 2, 30, 5. We believe the former is more intuitive to users.

+

Substitution filtering

+ +

K will remove substitution terms corresponding to anonymous variables when
+using the --pattern flag if those anonymous variables provide no information
+about the named variables in your serach pattern. You can disable this behavior
+by passing --no-substitution-filtering to krun. When this flag is not passed,
+and you are using the Haskell backend, any equality in a substitution (ie, an
+#Equals under an #And under an #Or), will be hidden from the user if the
+left hand side is a variable that was anonymous in the --pattern passed by
+the user, unless that variable appears elsewhere in the substitution. If you
+want to see that variable in the substitution, you can either disable this
+filtering, or give that variable a name in the original search pattern.

+

Variable alpha renaming

+ +

K will automatically rename variables that appear in the output configuration.
+Similar to commutative collections, this is done to normalize the resulting
+configuration so that equivalent configurations will be printed identically
+regardless of how they happen to be reached. This pass can be disabled by
+passing --no-alpha-renaming to krun.

+

Macro expansion

+ +

K will apply macros in reverse on the output configuration if the macro was
+created with the alias or alias-rec attribute. See the section on macro
+expansion for more details.

+

Formatting

+ +

format attribute

+ +

K allows you to control how terms are unparsed using the format attribute.
+By default, a domain value is unparsed by printing its string value verbatim,
+and an application pattern is unparsed by printing its terminals and children
+in the sequence implied by its concrete syntax, separated by spaces. However,
+K gives you complete control over how you want to unparse the symbol.

+

A format attribute is a string containing zero or more escape sequences that
+tell K how to unparse the symbol. Escape sequences begin with a '%' and are
+followed by either an integer, or a single non-digit character. Below is a
+list of escape sequences recognized by the formatter:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Escape SequenceMeaning
nInsert '\n' followed by the current indentation level
iIncrease the current indentation level by 1
dDecrease the current indentation level by 1
cMove to the next color in the list of colors for this production
rReset color to the default foreground color for the terminal (See below for more information on how colors work)
an integerPrint a terminal or nonterminal from the production (See below for more information)
any other charPrint that character verbatim
+

Using the integer escape sequence

+ +

In the integer escape sequence %a, the integer a is treated as a 1-based
+index into the terminals and nonterminals of the production.

+
    +
  • +

    If the offset refers to a terminal, move to the next color in the list of
    +colors for this production, print the value of that terminal, then reset the
    +color to the default foreground color for the terminal.

    +
  • +
  • +

    If the offset refers to a regular expression terminal, it is an error.

    +
  • +
  • +

    If the offset refers to a nonterminal, print the unparsed representation of
    +the corresponding child of the current term.

    +
  • +
+

color and colors attributes

+ +

K allows you to take advantage of ANSI terminal codes for foreground color
+in order to colorize output pretty-printed by the unparser. This is controlled
+via the color and colors attributes of productions. These attributes
+combine with the format attribute to control how a term is colorized.

+

The first thing to understand about how colorization works is that the color
+and colors attributes are used to construct a list of colors associated
+with each production, and the format attribute then uses that list to choose
+the color for each part of the production. For more information on how the
+format attribute chooses a color from the list, see above, but essentially,
+each terminal or %c in the format attribute advances the pointer in the list
+by one element, and terminals and %r reset the current color to the default
+foreground color of the terminal afterwards.

+

There are two ways you can construct a list of colors associated with a
+production:

+
    +
  • +

    The color attribute creates the entire list all with the same color, as
    +specified by the value of the attribute. When combined with the default format
    +attribute, this will color all the terminals in that production that color, but
    +more advanced techniques can be used as well.

    +
  • +
  • +

    The colors attribute creates the list from a manual, comma-separated list
    +of colors. The attribute is invalid if the length of the list is not equal to
    +the number of terminals in the production plus the number of %c substrings in
    +the format attribute.

    +
  • +
+

Attributes Reference

+

Attribute Syntax Overview

+ +

In K, many different syntactic categories accept an optional trailing list of
+keywords known as attributes. Attribute lists have two different syntaxes,
+depending on where they occur. Each attribute also has a type which describes
+where it may occur.

+

The first syntax is a square-bracketed ([]) list of words. This syntax is
+available for following attribute types:

+
    +
  1. module attributes - may appear immediately after the module keyword
  2. +
  3. sort attributes - may appear immediately after a sort declaration
  4. +
  5. production attributes - may appear immediately after a BNF production
    +alternative
  6. +
  7. rule attributes - may appear immediately after a rule
  8. +
  9. context attributes - may appear immediately after a context or context
    +alias
  10. +
  11. context alias attributes - may appear immediately after a context alias
  12. +
  13. claim attributes - may appear immediately after a claim
  14. +
+

The second syntax is the XML attribute syntax, i.e., a space delemited list of
+key-and-quoted-value pairs appearing inside the start tag of an XML element:
+<element key1="value" key2="value2" ... > </element>. This syntax is
+available for the following attribute types:

+
    +
  1. cell attributes - may appear inside of the cell start tag in
    +configuration declarations
  2. +
+

Unrecognized attributes are reported as an error. When we talk about
+the type of an attribute, we mean a syntactic category to which an attribute
+can be attached where the attribute has some semantic effect.

+

Attribute Index

+ +

We now provide an index of available attributes organized alphabetically with a
+brief description of each. Note that the same attribute may appear in the index
+multiple times to indicate its effect in different contexts or with/without
+arguments. A legend describing how to interpret the index follows.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeBackendReference
alias-recprodallMacros and Aliases
aliasprodallMacros and Aliases
all-pathclaimhaskellall-path and one-path attributes to distinguish reachability claims
anywhereruleallanywhere rules
applyPriority(_)prodallSymbol priority and associativity
avoidprodallSymbol priority and associativity
binderprodallNo reference yet.
bracketprodallParametric productions and bracket attributes
color(_)prodallcolor and colors attributes
colors(_)prodallcolor and colors attributes
concretemodllvmsymbolic and concrete attribute
concrete(_)rulehaskellconcrete and symbolic attributes (Haskell backend)
concreterulehaskellconcrete and symbolic attributes (Haskell backend)
context(_)aliasallContext aliases
exit = ""cellallexit attribute
formatprodallformat attribute
freshGeneratorprodallfreshGenerator attribute
functionprodallfunction and total attributes
group(_)allallSymbol priority and associativity
hook(_)prodallNo reference yet
hybrid(_)prodallhybrid attribute
hybridprodallhybrid attribute
klabel(_)prodallklabel(_) and symbol attributes
latex(_)prodallNo reference yet
leftprodallSymbol priority and associativity
locationssortallLocation Information
macro-recprodallMacros and Aliases
macroprodallMacros and Aliases
memorulehaskellThe memo attribute
multiplicity = "_"cellallCollection Cells: multiplicity and type attributes
non-assocprodallSymbol priority and associativity
one-pathclaimhaskellall-path and one-path attributes to distinguish reachability claims
owiseruleallowise and priority attributes
prec(_)tokenallprec attribute
preferprodallSymbol priority and associativity
priority(_)ruleallowise and priority attributes
privatemodallprivate attribute
privateprodallpublic and private attribute
publicmodallNo reference yet.
publicprodallpublic and private attribute
result(_)ctxtallresult attribute
result(_)ruleallresult attribute
rightprodallSymbol priority and associativity
seqstrict(_)prodallstrict and seqstrict attributes
seqstrictprodallstrict and seqstrict attributes
simplificationrulehaskellsimplification attribute (Haskell backend)
simplification(_)rulehaskellsimplification attribute (Haskell backend)
smt-hook(_)prodhaskellSMT Translation
smtlib(_)prodhaskellSMT Translation
smt-lemmarulehaskellSMT Translation
strictprodallstrict and seqstrict attributes
strict(_)prodallstrict and seqstrict attributes
symbolicmodhaskellsymbolic and concrete attribute
symbolicrulehaskellconcrete and symbolic attributes (Haskell backend)
symbolic(_)rulehaskellconcrete and symbolic attributes (Haskell backend)
symbolprodallklabel(_) and symbol attributes
tokenprodalltoken attribute
tokensortalltoken attribute
totalprodallfunction and total attributes
trustedclaimhaskelltrusted attribute
type = "_"cellallCollection Cells: multiplicity and type attributes
unboundVariables(_)ruleallThe unboundVariables attribute
unusedprodallunused attribute
kastmodallSpecify that this module should only be included in KAST backends (Java backend).
koremodallSpecify that this module should only be included in Kore backends (Haskell/LLVM backend).
concretemodallSpecify that this module should only be included in concrete backends (LLVM backend).
symbolicmodallSpecify that this module should only be included in symbolic backends (Haskell/Java backend).
stream = "_"cellallSpecify that this cell should be hooked up to a stream, either stdin, stdout, or stderr.
+

Internal Attribute Index

+ +

Some attributes should not generally appear in user code, except in some
+unusual or complex examples. Such attributes are typically generated by the
+compiler and used internally. We list these attributes below as a reference for
+interested readers:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeBackendReference
assocprodallassoc, comm, idem and unit attributes
commprodallassoc, comm, idem and unit attributes
digestmodallContains the hash of the textual contents of the module.
idemprodallassoc, comm, idem and unit attributes
unitprodallassoc, comm, idem and unit attributes
userListprodallIdentifies the desugared form of Lst ::= List{Elm,"delim"}
predicateprodallSpecifies the sort of a predicate label
elementprodallSpecifies the label of the elements in a list
bracketLabelprodallKeep track of the label of a bracket production since it can't have a klabel
injectiveprodallLabel a given production as injective (unique output for each input)
internalprodallProduction is reserved for internal use by the compiler
coolruleallstrict and seqstrict attributes
heatruleallstrict and seqstrict attributes
+

Index Legend

+ +
    +
  • +

    Name - the attribute's name (optionally followed by an underscore _ to indicate the attribute takes arguments)

    +
  • +
  • +

    Type - the syntactic categories where this attribute is not ignored;
    +the possible values are the types mentioned above or shorthands:

    +
      +
    1. all - short for any type except cell
    2. +
    3. mod - short for module
    4. +
    5. sort
    6. +
    7. prod - short for production
    8. +
    9. rule
    10. +
    11. ctxt - short for context or context alias
    12. +
    13. claim
    14. +
    15. cell
    16. +
    +
  • +
  • +

    Backend - the backends that do not ignore this attribute; possible values:

    +
      +
    1. all - all backends
    2. +
    3. llvm - the LLVM backend
    4. +
    5. haskell - the Haskell backend
    6. +
    +
  • +
  • +

    Effect - the attribute's effect (when it applies)

    +
  • +
+

Pending Documentation

+

Backend features not yet given documentation:

+
    +
  • Parser of KORE terms and definitions
  • +
  • Term representation of K terms
  • +
  • Hooked sorts and symbols
  • +
  • Substituting a substitution into the RHS of a rule +
      +
    • domain values
    • +
    • functions
    • +
    • variables
    • +
    • symbols
    • +
    • polymorphism
    • +
    • hooks
    • +
    • injection compaction
    • +
    • overload compaction
    • +
    +
  • +
  • Pattern Matching / Unification of subject and LHS of rule +
      +
    • domain values
    • +
    • symbols
    • +
    • side conditions
    • +
    • and/or patterns
    • +
    • list patterns
    • +
    • nonlinear variables
    • +
    • map/set patterns +
        +
      • deterministic
      • +
      • nondeterministic
      • +
      +
    • +
    • modulo injections
    • +
    • modulo overloads
    • +
    +
  • +
  • Stepping +
      +
    • initialization
    • +
    • termination
    • +
    +
  • +
  • Print kore terms
  • +
  • Equality/comparison of terms
  • +
  • Owise rules
  • +
  • Strategy #STUCK axiom
  • +
  • User substitution +
      +
    • binders
    • +
    • kvar
    • +
    +
  • +
+

To get a complete list of hooks supported by K, you can run:

+
grep -P -R "(?<=[^-])hook\([^)]*\)" k-distribution/include/kframework/builtin/ \
+     --include "*.k" -ho | \
+sed 's/hook(//' | sed 's/)//' | sort | uniq | grep -v org.kframework
+

All of these hooks will also eventually need documentation.

+

K Cheat Sheet

+

This is a quick reference of the most commonly used K tools.

+
kompile (--gen-bison-parser)? {file}                : generate parser, optionally with ahead of time
+krun {file}                                         : interpret file
+krun -cPGM='{string}'                               : interpret string
+kast --output (kore | kast) (-e|{file})             : parse expression or file
+kompile (--enable-search --backend haskell)? {file} : generate parser, enabling non-deterministic run
+krun (--search-all)? {file}                         : interpret file, evaluating non-deterministic runs as well
+foo-kompiled/parser_PGM {file}                      : ahead of time parse
+kompile (--main-module)? (--syntax-module)? {file}  : generate parser for {file}.k {file}-syntax.k, explicitly state main modules
+kparse <file> | kore-print -                        : parse and unparse a file
+kompile {file} --enable-llvm-debug                  : generate debuggable output for {file}.k
+krun {file} --debugger                              : debug K code
+kprove {file}                                       : Verify specs in {file}
+

During GDB debugging session (see here for
+LLDB breakpoint syntax):

+
break {file}:{linenum}                              : add a breakpoint to {file}'s {linenum} numbered line
+k match {module}.{label} subject                    : investigate matching
+

K Tools

+

Here we document how to use some of the most commonly used K tools.

+

Minimizing Output

+

When one is working with kore-repl or the prover in general and looking at
+specific configurations using config, sometimes the configurations can be huge.

+

One tool to help print configuration compactly is the pyk print utility:

+
pyk print
+

We are going to use --minimize option (which is actually used automatically
+when printing with pyk). This will filter out many uninteresting cells for the
+current config and make the result more compact.

+

Then, when invoking the prover, you can minimize your output by piping it into
+the pyk print ... facility with arguments for controlling the output:

+
kprove --output json --definition DEFN ... \
+    | jq .term                             \
+    | pyk print DEFN /dev/stdin --omit-labels ... --keep-labels ...
+

You can also use this in the kore-repl more easily, by making a help script.
+In your current directory, save a new script pykprint.sh:

+
#!/bin/bash
+
+kast --input kore --output json --definition $1 /dev/stdin \
+    | jq .term                                             \
+    | pyk print $1 /dev/stdin --omit-labels $2
+

Now call config | bash pykprint.sh DEFN in Kore REPL to make the output
+smaller.

+

The options you have to control the output are as follows:

+
    +
  • --no-minimize: do not remove uninteresting cells.
  • +
  • --omit-cells: remove the selected cells from the output.
  • +
  • --keep-cells: keep only the selected cells in the output.
  • +
+

Note: Make sure that there is no whitespace around , in the omit list,
+otherwise you'll get an error (, is a list separator, so this
+requirement is strict).

+

Debugging

+

The LLVM Backend has support for integration with GDB. You can run the debugger
+on a particular program by passing the --debugger flag to krun, or by
+invoking the llvm backend interpreter directly. Below we provide a simple
+tutorial to explain some of the basic commands supported by the LLVM backend.

+

LLDB Support

+ +

GDB is not well-supported on macOS, particularly on newer OS versions and Apple
+Silicon ARM hardware. Consequently, if the --debugger option is passed to krun
+on macOS, LLDB[^1] is launched instead of GDB. However, the K-specific debugger
+scripts that GDB uses have not been ported to LLDB yet, and so the instructions
+in the rest of this section will not work.

+

The K Definition

+ +

Here is a sample K definition we will use to demonstrate debugging
+capabilities:

+
module TEST
+  imports INT
+
+  configuration <k> foo(5) </k>
+  rule [test]: I:Int => I +Int 1 requires I <Int 10
+
+  syntax Int ::= foo(Int) [function]
+  rule foo(I) => 0 -Int I
+
+endmodule
+

You should compile this definition with --backend llvm --enable-llvm-debug to
+use the debugger most effectively.

+

Stepping

+ +

Important: When you first run krun with option --debugger, GDB / LLDB
+will instruct you on how to modify ~/.gdbinit or ~/.lldbinit to enable
+printing abstract syntax of K terms in the debugger. If you do not perform this
+step, you can still use all the other features, but K terms will be printed as
+their raw address in memory.

+

GDB will need the kompiled interpreter in its safe path in order to access the
+pretty printing python script within it. A good way to do this would be to pick
+a minimum top-level path that covers all of your kompiled semantics (ie. set auto-load safe-path ~/k-semantics). LLDB has slightly different security
+policies that do not require fully-arbitrary code execution.

+

This section uses GDB syntax to demonstrate the debugging features. Please
+refer to the GDB to LLDB command map on
+macOS.

+

You can break before every step of execution is taken by setting a breakpoint
+on the k_step function.

+
(gdb) break definition.kore:k_step
+Breakpoint 1 at 0x25e340
+(gdb) run
+Breakpoint 1, 0x000000000025e340 in step (subject=`<generatedTop>{}`(`<k>{}`(`kseq{}`(`inj{Int{}, KItem{}}`(#token("0", "Int")),dotk{}(.KList))),`<generatedCounter>{}`(#token("0", "Int"))))
+(gdb) continue
+Continuing.
+
+Breakpoint 1, 0x000000000025e340 in step (subject=`<generatedTop>{}`(`<k>{}`(`kseq{}`(`inj{Int{}, KItem{}}`(#token("1", "Int")),dotk{}(.KList))),`<generatedCounter>{}`(#token("0", "Int"))))
+(gdb) continue 2
+Will ignore next crossing of breakpoint 1.  Continuing.
+
+Breakpoint 1, 0x000000000025e340 in step (subject=`<generatedTop>{}`(`<k>{}`(`kseq{}`(`inj{Int{}, KItem{}}`(#token("3", "Int")),dotk{}(.KList))),`<generatedCounter>{}`(#token("0", "Int"))))
+(gdb)
+

Breaking on a specific rule

+ +

You can break when a rule is applied by giving the rule a rule label. If the
+module name is TEST and the rule label is test, you can break when the rule
+applies by setting a breakpoint on the TEST.test.rhs function:

+
(gdb) break TEST.test.rhs
+Breakpoint 1 at 0x25e250: file /home/dwightguth/test/./test.k, line 4.
+(gdb) run
+Breakpoint 1, TEST.test.rhs (VarDotVar0=`<generatedCounter>{}`(#token("0", "Int")), VarDotVar1=dotk{}(.KList), VarI=#token("0", "Int")) at /home/dwightguth/test/./test.k:4
+4         rule [test]: I:Int => I +Int 1 requires I <Int 10
+(gdb)
+

Note that the substitution associated with that rule is visible in the
+description of the frame.

+

You can also break when a side condition is applied using the TEST.test.sc
+function:

+
(gdb) break TEST.test.sc
+Breakpoint 1 at 0x25e230: file /home/dwightguth/test/./test.k, line 4.
+(gdb) run
+Breakpoint 1, TEST.test.sc (VarI=#token("0", "Int")) at /home/dwightguth/test/./test.k:4
+4         rule [test]: I:Int => I +Int 1 requires I <Int 10
+(gdb)
+

Note that every variable used in the side condition can have its value
+inspected when stopped at this breakpoint, but other variables are not visible.

+

You can also break on a rule by its location:

+
(gdb) break test.k:4
+Breakpoint 1 at 0x25e230: test.k:4. (2 locations)
+(gdb) run
+Breakpoint 1, TEST.test.sc (VarI=#token("0", "Int")) at /home/dwightguth/test/./test.k:4
+4         rule [test]: I:Int => I +Int 1 requires I <Int 10
+(gdb) continue
+Continuing.
+
+Breakpoint 1, TEST.test.rhs (VarDotVar0=`<generatedCounter>{}`(#token("0", "Int")), VarDotVar1=dotk{}(.KList), VarI=#token("0", "Int")) at /home/dwightguth/test/./test.k:4
+4         rule [test]: I:Int => I +Int 1 requires I <Int 10
+(gdb) continue
+Continuing.
+
+Breakpoint 1, TEST.test.sc (VarI=#token("1", "Int")) at /home/dwightguth/test/./test.k:4
+4         rule [test]: I:Int => I +Int 1 requires I <Int 10
+(gdb)
+

Note that this sets a breakpoint at two locations: one on the side condition
+and one on the right hand side. If the rule had no side condition, the first
+would not be set. You can also view the locations of the breakpoints and
+disable them individually:

+
(gdb) info breakpoint
+Num     Type           Disp Enb Address            What
+1       breakpoint     keep y   <MULTIPLE>
+        breakpoint already hit 3 times
+1.1                         y     0x000000000025e230 in TEST.test.sc at /home/dwightguth/test/./test.k:4
+1.2                         y     0x000000000025e250 in TEST.test.rhs at /home/dwightguth/test/./test.k:4
+(gdb) disable 1.1
+(gdb) continue
+Continuing.
+
+Breakpoint 1, TEST.test.rhs (VarDotVar0=`<generatedCounter>{}`(#token("0", "Int")), VarDotVar1=dotk{}(.KList), VarI=#token("1", "Int")) at /home/dwightguth/test/./test.k:4
+4         rule [test]: I:Int => I +Int 1 requires I <Int 10
+(gdb) continue
+Continuing.
+
+Breakpoint 1, TEST.test.rhs (VarDotVar0=`<generatedCounter>{}`(#token("0", "Int")), VarDotVar1=dotk{}(.KList), VarI=#token("2", "Int")) at /home/dwightguth/test/./test.k:4
+4         rule [test]: I:Int => I +Int 1 requires I <Int 10
+(gdb)
+

Now only the breakpoint when the rule applies is enabled.

+

Breaking on a function

+ +

You can also break when a particular function in your semantics is invoked:

+
(gdb) info functions foo
+All functions matching regular expression "foo":
+
+File /home/dwightguth/test/./test.k:
+struct __mpz_struct *Lblfoo'LParUndsRParUnds'TEST'UndsUnds'Int(struct __mpz_struct *);
+(gdb) break Lblfoo'LParUndsRParUnds'TEST'UndsUnds'Int
+Breakpoint 1 at 0x25e640: file /home/dwightguth/test/./test.k, line 6.
+(gdb) run
+Breakpoint 1, Lblfoo'LParUndsRParUnds'TEST'UndsUnds'Int (_1=#token("1", "Int")) at /home/dwightguth/test/./test.k:6
+6         syntax Int ::= foo(Int) [function]
+(gdb)
+

In this case, the variables have numbers instead of names because the names of
+arguments in functions in K come from rules, and we are stopped before any
+specific rule has applied. For example, _1 is the first argument to the
+function.

+

You can also set a breakpoint in this location by setting it on the line
+associated with its production:

+
(gdb) break test.k:6
+Breakpoint 1 at 0x25e640: file /home/dwightguth/test/./test.k, line 6.
+(gdb) run
+Breakpoint 1, Lblfoo'LParUndsRParUnds'TEST'UndsUnds'Int (_1=#token("1", "Int")) at /home/dwightguth/test/./test.k:6
+6         syntax Int ::= foo(Int) [function]
+

These two syntaxes are equivalent; use whichever is easier for you.

+

You can also view the stack of function applications:

+
(gdb) bt
+#0  Lblfoo'LParUndsRParUnds'TEST'UndsUnds'Int (_1=#token("1", "Int")) at /home/dwightguth/test/./test.k:6
+#1  0x000000000025e5f8 in apply_rule_111 (VarDotVar0=`<generatedCounter>{}`(#token("0", "Int")), VarDotVar1=dotk{}(.KList)) at /home/dwightguth/test/./test.k:9
+#2  0x0000000000268a52 in take_steps ()
+#3  0x000000000026b7b4 in main ()
+(gdb)
+

Here we see that foo was invoked while applying the rule on line 9 of test.k,
+and we also can see the substitution of that rule. If foo was evaluated while
+evaluating another function, we would also be able to see the arguments of that
+function as well, unless the function was tail recursive, in which case no
+stack frame would exist once the tail call was performed.

+

Breaking on a set of rules or functions

+ +

Using rbreak <regex> you can set breakpoints on multiple functions.

+
    +
  • +

    rbreak Lbl - sets a breakpoint on all non hooked functions

    +
  • +
  • +

    rbreak Lbl.*TEST - sets a breakpoint on all functions from module TEST

    +
  • +
  • +

    rbreak hook_INT - sets a breakpoint on all hooks from module INT

    +
  • +
+

Other debugger issues

+ +
    +
  • <optimized out> try kompiling without -O1, -O2, or -O3.
  • +
  • (gdb) break definition.kore:break -> No source file named definition.kore.
    +send --enable-llvm-debug to kompile in order to generate debug info symbols.
  • +
+

Profiling your K semantics

+

The first thing to be aware of is in order to get meaningful data,
+you need to build the semantics and all of its dependencies with
+optimizations enabled but without the frame pointer elimination
+optimization
. For example, for EVM, this means rebuilding GMP, MPFR,
+JEMalloc, Crypto++, SECP256K1, etc with the following exports.

+
export CFLAGS="-DNDEBUG -O2 -fno-omit-frame-pointer"
+export CXXFLAGS="-DNDEBUG -O2 -fno-omit-frame-pointer"
+

You can skip this step, but if you do, any samples within these
+libraries will not have correct stack trace information, which means
+you will likely not get a meaningful set of data that will tell you
+where the majority of time is really being spent. Don't worry about
+rebuilding literally every single dependency though. Just focus on the
+ones that you expect to take a non-negligible amount of runtime. You
+will be able to tell if you haven't done enough later, and you can go
+back and rebuild more. Once this is done, you then build K with
+optimizations and debug info enabled, like so:

+
mvn package -Dproject.build.type="FastBuild"
+

Next, you build the semantics with optimizations and debug info
+enabled (i.e., kompile -ccopt -O2 --iterated -ccopt -fno-omit-frame-pointer).

+

Once all this is done, you should be ready to profile your
+application. Essentially, you should run whatever test suite you
+usually run, but with perf record -g -- prefixed to the front. For
+example, for KEVM it's the following command. (For best data, don't
+run this step in parallel.)

+
perf record -g -- make test-conformance
+

Finally, you want to filter out just the samples that landed within
+the llvm backend and view the report. For this, you need to know the
+name of the binary that was generated by your build system. Normally
+it is interpreter, but e.g. if you are building the web3 client for
+kevm, it would be kevm-client. You will want to run the following
+command.

+
perf report -g -c $binary_name
+

If all goes well, you should see a breakdown of where CPU time has
+been spent executing the application. You will know that sufficient
+time was spent rebuilding dependencies with the correct flags when the
+total time reported by the main method is close to 100%. If it's not
+close to 100%, this is probably because a decent amount of self time
+was reported in stack traces that were not built with frame pointers
+enabled, meaning that perf was unable to walk the stack. You will have
+to go back, rebuild the appropriate libraries, and then record your
+trace again.

+

Your ultimate goal is to identify the hotspots that take the most
+time, and make them execute faster. Entries like step and
+step_1234 like functions refer to the cost of matching. An entry
+like side_condition_1234 is a side condition and apply_rule_1234
+is constructing the rhs of a rule. You can convert from this rule
+ordinal to a location using the llvm-kompile-compute-loc script in
+the bin folder of the llvm backend repo. For example,

+
llvm-kompile-compute-loc 5868 evm-semantics/.build/defn/llvm/driver-kompiled
+

spits out the following text.

+
Line: 18529
+/home/dwightguth/evm-semantics/./.build/defn/llvm/driver.k:493:10
+

This is the line of definition.kore that the axiom appears on as
+well as the original location of the rule in the K semantics. You can
+use this information to figure out which rules and functions are
+causing the most time and optimize them to be more efficient.

+

Running tests - kserver

+

The kserver is a front-end tool based on Nailgun
+which helps to reduce the startup time of the JVM. Calling kserver in a terminal
+window will wait for all kompile/kprove calls and force them to run in the same process
+and share the same threads. This also reduces the thread contention significantly. kompile
+uses all the threads available to do rule parsing. Another benefit is that it saves caches,
+and each time you call kprove/kast, you can access those directly w/o extra disk usage.
+Running the regression-new integration tests on a powerful machine (32 threads) takes 8m,
+with the kserver active it takes 2m. You can start the kserver in two ways.

+
    +
  • blocking: call kserver in the command line. Close it after you are done testing. Useful for quick testing.
  • +
  • non-blocking: call spawn-kserver <log.flie> and close it with stop-kserver - this is used for automation on CI
  • +
+

Because we reuse caches, you should stop and restart the server between runs.
+The Nailgun implementation hasn't been updated in the last 3-5 years, and it's not compatible with Java 18 onwards.

+

K Builtins

+

The K Builtins (also referred to as the K Prelude or the K Standard Library)
+consists of several files which contain definitions that make working with K
+simpler. These files can be found under include/kframework/builtin in your K
+installation directory, and can be imported with requires "FILENAME" (without
+the path prefix).

+
    +
  • domains: Basic datatypes which are universally useful.
  • +
  • kast: Representation of K internal data-structures (not to be
    +included in normal definitions).
  • +
  • prelude: Automatically included into every K definition.
  • +
  • ffi: FFI interface for calling out to native C code from K.
  • +
  • json: JSON datatype and parsers/unparsers for JSON strings.
  • +
  • rat: Rational number representation.
  • +
  • substitution: Hooked implementation of capture-aware
    +sustitution for K definitions.
  • +
  • unification: Hooked implementation of unification
    +exposed directly to K definitions.
  • +
+

Basic Builtin Types in K

+

A major piece of the K prelude consists of a series of modules that contain
+implementations of basic data types and language features in K. You do not need
+to require this file yourself; it is required automatically in every K
+definition unless --no-prelude is passed to kompile. K may not work correctly
+if some of these modules do not exist or do not declare certain functions.

+

Note that some functions in the K prelude functions are not total, that is,
+they are not defined on all possible input values. When you invoke such a
+function on an undefined input, the behavior is undefined. In particular, when
+this happens, interpreters generated by the K LLVM backend may crash.

+
require "kast.md"
+

Default Modules

+

K declares certain modules that contain most of the builtins you usually want
+when defining a language in K. In particular, this includes integers, booleans,
+strings, identifiers, I/O, lists, maps, and sets. The DOMAINS-SYNTAX module
+is designed to be imported by the syntax module of the language and contains
+only the program-level syntax of identifiers, integers, booleans, and strings.
+The DOMAINS module contains the rest of the syntax, including builtin
+functions over those and the remaining types.

+

Note that not all modules are included in DOMAINS. A few less-common modules
+are not, including ARRAY, COLLECTIONS, FLOAT, STRING-BUFFER, BYTES,
+K-REFLECTION, MINT, and STRATEGY.

+
module DOMAINS-SYNTAX
+  imports SORT-K
+  imports ID-SYNTAX
+  imports UNSIGNED-INT-SYNTAX
+  imports BOOL-SYNTAX
+  imports STRING-SYNTAX
+endmodule
+
+module DOMAINS
+  imports DOMAINS-SYNTAX
+  imports INT
+  imports BOOL
+  imports STRING
+  imports BASIC-K
+  imports LIST
+  imports K-IO
+  imports MAP
+  imports SET
+  imports ID
+  imports K-EQUAL
+endmodule
+

Arrays

+

Provided here is an implementation for fixed-sized, contiguous maps from Int
+to KItem. In some previous versions of K, the Array type was a builtin type
+backed by mutable arrays of objects. However, in modern K, the Array type is
+implemented by means of the List type; users should not access this interface
+directly and should instead make only of the functions listed below. Users of
+this module should import only the ARRAY module.

+
module ARRAY-SYNTAX
+  imports private LIST
+
+  syntax Array [hook(ARRAY.Array)]
+

Array lookup

+ +

You can look up an element in an Array by its index in O(log(N)) time. Note
+that the base of the logarithm is a relatively high number and thus the time is
+effectively constant.

+
  syntax KItem ::= Array "[" Int "]" [function, hook(ARRAY.lookup)]
+

Array update

+ +

You can create a new Array with a new value for a key in O(log(N)) time, or
+effectively constant.

+
  syntax Array ::= Array "[" key: Int "<-" value: KItem "]" [function, hook(ARRAY.update), klabel(_[_<-_]), symbol]
+

Array reset

+ +

You can create a new Array where a particular key is reset to its default
+value in O(log(N)) time, or effectively constant.

+
  syntax Array ::= Array "[" Int "<-" "undef" "]" [function, hook(ARRAY.remove)]
+

Multiple array update

+ +

You can create a new Array from a List L of size N where the N
+elements starting at index are replaced with the contents of L, in
+O(N*log(K)) time (where K is the size of the array), or effectively linear.
+Having index + N > K yields an exception.

+
  syntax Array ::= updateArray(Array, index: Int, List) [function, hook(ARRAY.updateAll)]
+

Array fill

+ +

You can create a new Array where the length elements starting at index
+are replaced with value, in O(length*log(N)) time, or effectively linear.

+
  syntax Array ::= fillArray(Array, index: Int, length: Int, value: KItem) [function, hook(ARRAY.fill)]
+

Array range check

+ +

You can test whether an integer is within the bounds of an array in O(1) time.

+
  syntax Bool ::= Int "in_keys" "(" Array ")" [function, total, hook(ARRAY.in_keys)]
+
endmodule
+
+module ARRAY-IN-K [private]
+  imports public ARRAY-SYNTAX
+  imports private LIST
+  imports private K-EQUAL
+  imports private INT
+  imports private BOOL
+

Array creation

+ +

You can create an array with length elements where each element is
+initialized to value in O(1) time. Note that the array is stored in a manner
+where only the highest element that is actually modified is given a value
+in its internal representation, which means that subsequent array operations
+may incur a one-time O(N) resizing cost, possibly amortized across multiple
+operations.

+
  syntax Array ::= makeArray(length: Int, value: KItem) [function, hook(ARRAY.make), public]
+

Implementation of Arrays

+ +

The remainder of this section consists of an implementation in K of the
+operations listed above. Users of the ARRAY module should not make use
+of any of the syntax defined in any of these modules.

+
  syntax Array ::= arr(List, Int, KItem)
+
+  rule makeArray(I::Int, D::KItem) => arr(.List, I, D)
+
+  rule arr(L::List, _, _       ) [ IDX::Int ] => L[IDX] requires 0 <=Int IDX andBool IDX  <Int size(L)
+  rule arr(_      , _, D::KItem) [ _        ] => D      [owise]
+
+  syntax List ::= ensureOffsetList(List, Int, KItem) [function]
+  rule ensureOffsetList(L::List, IDX::Int, D::KItem) => L makeList(IDX +Int 1 -Int size(L), D) requires         IDX >=Int size(L)
+  rule ensureOffsetList(L::List, IDX::Int, _::KItem) => L                                      requires notBool IDX >=Int size(L)
+
+  rule arr(L::List, I::Int, D::KItem) [ IDX::Int <- VAL::KItem ] => arr(ensureOffsetList(L, IDX, D) [ IDX <- VAL ], I, D)
+
+  rule arr(L::List, I::Int, D::KItem) [ IDX::Int <- undef ] => arr(L, I, D) [ IDX <- D ]
+
+  rule updateArray(arr(L::List, I::Int, D::KItem), IDX::Int, L2::List) => arr(updateList(ensureOffsetList(L, IDX +Int size(L2) -Int 1, D), IDX, L2), I, D)
+
+  rule fillArray(arr(L::List, I::Int, D::KItem), IDX::Int, LEN::Int, VAL::KItem) => arr(fillList(ensureOffsetList(L, IDX +Int LEN -Int 1, D), IDX, LEN, VAL), I, D)
+
+  rule IDX::Int in_keys(arr(_, I::Int, _)) => IDX >=Int 0 andBool IDX <Int I
+endmodule
+
+module ARRAY-SYMBOLIC [symbolic]
+  imports ARRAY-IN-K
+endmodule
+
+module ARRAY-KORE [kore]
+  imports ARRAY-IN-K
+endmodule
+
+module ARRAY
+  imports ARRAY-SYMBOLIC
+  imports ARRAY-KORE
+endmodule
+

Maps

+

Provided here is the syntax of an implementation of immutable, associative,
+commutative maps from KItem to KItem. This type is hooked to an
+implementation of maps provided by the backend. For more information on
+matching on maps and allowable patterns for doing so, refer to K's
+user documentation.

+
module MAP
+  imports private BOOL-SYNTAX
+  imports private INT-SYNTAX
+  imports private LIST
+  imports private SET
+
+  syntax Map [hook(MAP.Map)]
+

Map concatenation

+ +

The Map sort represents a generalized associative array. Each key can be
+paired with an arbitrary value, and can be used to reference its associated
+value. Multiple bindings for the same key are not allowed.

+

You can construct a new Map consisting of key/value pairs of two Maps. The
+result is #False if the maps have keys in common (in particular, this will
+yield an exception during concrete execution). This operation is O(Nlog(M))
+where N is the size of the smaller map, when it appears on the right hand side.
+When it appears on the left hand side and all variables are bound, it is
+O(N
log(M)) where M is the size of the map it is matching and N is the number
+of elements being matched. When it appears on the left hand side containing
+variables not bound elsewhere in the term, it is O(N^K) where N is the size of
+the map it is matching and K is the number of unbound keys being matched. In
+other words, one unbound variable is linear, two is quadratic, three is cubic,
+etc.

+
  syntax Map ::= Map Map                        [left, function, hook(MAP.concat), klabel(_Map_), symbol, assoc, comm, unit(.Map), element(_|->_), index(0), format(%1%n%2)]
+

Map unit

+ +

The map with zero elements is represented by .Map.

+
  syntax Map ::= ".Map"                         [function, total, hook(MAP.unit), klabel(.Map), symbol, latex(\dotCt{Map})]
+

Map elements

+ +

An element of a Map is constructed via the |-> operator. The key is on the
+left and the value is on the right.

+
  syntax Map ::= KItem "|->" KItem                      [function, total, hook(MAP.element), klabel(_|->_), symbol, latex({#1}\mapsto{#2}), injective]
+
+  syntax priorities _|->_ > _Map_ .Map
+  syntax non-assoc _|->_
+

Map lookup

+ +

You can look up the value associated with the key of a map in O(log(N)) time.
+Note that the base of the logarithm is a relatively high number and thus the
+time is effectively constant. The value is #False if the key is not in the
+map (in particular, this will yield an exception during concrete execution).

+
  syntax KItem ::= Map "[" KItem "]"                    [function, hook(MAP.lookup), klabel(Map:lookup), symbol]
+

Map lookup with default

+ +

You can also look up the value associated with the key of a map using a
+total function that assigns a specific default value if the key is not present
+in the map. This operation is also O(log(N)), or effectively constant.

+
  syntax KItem ::= Map "[" KItem "]" "orDefault" KItem      [function, total, hook(MAP.lookupOrDefault), klabel(Map:lookupOrDefault)]
+

Map update

+ +

You can insert a key/value pair into a map in O(log(N)) time, or effectively
+constant.

+
  syntax Map ::= Map "[" key: KItem "<-" value: KItem "]"           [function, total, klabel(Map:update), symbol, hook(MAP.update), prefer]
+

Map delete

+ +

You can remove a key/value pair from a map via its key in O(log(N)) time, or
+effectively constant.

+
  syntax Map ::= Map "[" KItem "<-" "undef" "]"     [function, total, hook(MAP.remove), klabel(_[_<-undef]), symbol]
+

Map difference

+ +

You can remove the key/value pairs in a map that are present in another map in
+O(N*log(M)) time (where M is the size of the first map and N is the size of the
+second), or effectively linear. Note that only keys whose value is the same
+in both maps are removed. To remove all the keys in one map from another map,
+you can say removeAll(M1, keys(M2)).

+
  syntax Map ::= Map "-Map" Map                 [function, total, hook(MAP.difference), latex({#1}-_{\it Map}{#2})]
+

Multiple map update

+ +

You can update a map by adding all the key/value pairs in the second map in
+O(N*log(M)) time (where M is the size of the first map and N is the size of the
+second map), or effectively linear. If any keys are present in both maps, the
+value from the second map overwrites the value in the first. This function is
+total, which is distinct from map concatenation, a partial function only
+defined on maps with disjoint keys.

+
  syntax Map ::= updateMap(Map, Map)            [function, total, hook(MAP.updateAll)]
+

Multiple map removal

+ +

You can remove a Set of keys from a map in O(N*log(M)) time (where M is the
+size of the Map and N is the size of the Set), or effectively linear.

+
  syntax Map ::= removeAll(Map, Set)            [function, total, hook(MAP.removeAll)]
+

Map keys (as Set)

+ +

You can get a Set of all the keys in a Map in O(N) time.

+
  syntax Set ::= keys(Map)                      [function, total, hook(MAP.keys)]
+

Map keys (as List)

+ +

You can get a List of all the keys in a Map in O(N) time.

+
  syntax List ::= "keys_list" "(" Map ")"       [function, hook(MAP.keys_list)]
+

Map key membership

+ +

You can check whether a key is present in a map in O(1) time.

+
  syntax Bool ::= KItem "in_keys" "(" Map ")"       [function, total, hook(MAP.in_keys)]
+

Map values (as List)

+ +

You can get a List of all the values in a map in O(N) time.

+
  syntax List ::= values(Map)                   [function, hook(MAP.values)]
+

Map size

+ +

You can get the number of key/value pairs in a map in O(1) time.

+
  syntax Int ::= size(Map)                      [function, total, hook(MAP.size), klabel(sizeMap)]
+

Map inclusion

+ +

You can determine whether a Map is a strict subset of another Map in O(N)
+time (where N is the size of the first map). Only keys that are bound to the
+same value are considered equal.

+
  syntax Bool ::= Map "<=Map" Map               [function, total, hook(MAP.inclusion)]
+

Map choice

+ +

You can get an arbitrarily chosen key of a Map in O(1) time. The same key
+will always be returned for the same map, but no guarantee is given that two
+different maps will return the same element, even if they are similar.

+
  syntax KItem ::= choice(Map)                      [function, hook(MAP.choice), klabel(Map:choice)]
+

Implementation of Maps

+ +

The remainder of this section contains lemmas used by the Java and Haskell
+backend to simplify expressions of sort Map. They do not affect the semantics
+of maps, merely describing additional rules that the backend can use to
+simplify terms.

+
endmodule
+
+module MAP-KORE-SYMBOLIC [kore,symbolic,haskell]
+  imports MAP
+  imports private K-EQUAL
+  imports private BOOL
+
+  rule #Ceil(@M:Map [@K:KItem]) => {(@K in_keys(@M)) #Equals true} #And #Ceil(@M) #And #Ceil(@K) [simplification]
+
+  // Symbolic update
+
+  // Adding the definedness condition `notBool (K in_keys(M))` in the ensures clause of the following rule would be redundant
+  // because K also appears in the rhs, preserving the case when it's #Bottom.
+  rule (K |-> _ M:Map) [ K <- V ] => (K |-> V M) [simplification]
+  rule M:Map [ K <- V ] => (K |-> V M) requires notBool (K in_keys(M)) [simplification]
+  rule M:Map [ K <- _ ] [ K <- V ] => M [ K <- V ] [simplification]
+  // Adding the definedness condition `notBool (K1 in_keys(M))` in the ensures clause of the following rule would be redundant
+  // because K1 also appears in the rhs, preserving the case when it's #Bottom.
+  rule (K1 |-> V1 M:Map) [ K2 <- V2 ] => (K1 |-> V1 (M [ K2 <- V2 ])) requires K1 =/=K K2 [simplification]
+
+  // Symbolic remove
+  rule (K |-> _ M:Map) [ K <- undef ] => M ensures notBool (K in_keys(M)) [simplification]
+  rule M:Map [ K <- undef ] => M requires notBool (K in_keys(M)) [simplification]
+  // Adding the definedness condition `notBool (K1 in_keys(M))` in the ensures clause of the following rule would be redundant
+  // because K1 also appears in the rhs, preserving the case when it's #Bottom.
+  rule (K1 |-> V1 M:Map) [ K2 <- undef ] => (K1 |-> V1 (M [ K2 <- undef ])) requires K1 =/=K K2 [simplification]
+
+  // Symbolic lookup
+  rule (K  |->  V M:Map) [ K ]  => V ensures notBool (K in_keys(M)) [simplification]
+  rule (K1 |-> _V M:Map) [ K2 ] => M [K2] requires K1 =/=K K2 ensures notBool (K1 in_keys(M)) [simplification]
+  rule (_MAP:Map [ K  <-  V1 ]) [ K ]  => V1 [simplification]
+  rule ( MAP:Map [ K1 <- _V1 ]) [ K2 ] => MAP [ K2 ] requires K1 =/=K K2 [simplification]
+
+  rule (K  |->  V M:Map) [  K ] orDefault _ => V ensures notBool (K in_keys(M)) [simplification]
+  rule (K1 |-> _V M:Map) [ K2 ] orDefault D => M [K2] orDefault D requires K1 =/=K K2 ensures notBool (K1 in_keys(M)) [simplification]
+  rule (_MAP:Map [ K  <-  V1 ]) [ K ] orDefault _ => V1 [simplification]
+  rule ( MAP:Map [ K1 <- _V1 ]) [ K2 ] orDefault D => MAP [ K2 ] orDefault D requires K1 =/=K K2 [simplification]
+  rule .Map [ _ ] orDefault D => D [simplification]
+
+  // Symbolic in_keys
+  rule K in_keys(_M [ K <- undef ]) => false [simplification]
+  rule K in_keys(_M [ K <- _ ]) => true [simplification]
+  rule K1 in_keys(M [ K2 <- _ ]) => true requires K1 ==K K2 orBool K1 in_keys(M) [simplification]
+  rule K1 in_keys(M [ K2 <- _ ]) => K1 in_keys(M) requires K1 =/=K K2 [simplification]
+
+  rule {false #Equals @Key in_keys(.Map)} => #Ceil(@Key) [simplification]
+  rule {@Key in_keys(.Map) #Equals false} => #Ceil(@Key) [simplification]
+  rule {false #Equals @Key in_keys(Key' |-> Val @M)} => #Ceil(@Key) #And #Ceil(Key' |-> Val @M) #And #Not({@Key #Equals Key'}) #And {false #Equals @Key in_keys(@M)} [simplification]
+  rule {@Key in_keys(Key' |-> Val @M) #Equals false} => #Ceil(@Key) #And #Ceil(Key' |-> Val @M) #And #Not({@Key #Equals Key'}) #And {@Key in_keys(@M) #Equals false} [simplification]
+
+/*
+// The rule below is automatically generated by the frontend for every sort
+// hooked to MAP.Map. It is left here to serve as documentation.
+
+  rule #Ceil(@M:Map (@K:KItem |-> @V:KItem)) => {(@K in_keys(@M)) #Equals false} #And #Ceil(@M) #And #Ceil(@K) #And #Ceil(@V)
+    [simplification]
+*/
+endmodule
+
+module MAP-SYMBOLIC
+  imports MAP-KORE-SYMBOLIC
+endmodule
+

Range Maps

+

Provided here is the syntax of an implementation of immutable, associative,
+commutative range maps from Int to KItem. This type is hooked to an
+implementation of range maps provided by the LLVM backend.
+Currently, this type is not supported by other backends.
+Although the underlying range map data structure supports any key sort, the
+current implementation by the backend only supports Int keys due to
+limitations of the underlying ordering function.

+
module RANGEMAP
+  imports private BOOL-SYNTAX
+  imports private INT-SYNTAX
+  imports private LIST
+  imports private SET
+
+

Range, bounded inclusively below and exclusively above.

+ +
  syntax Range ::= "[" KItem "," KItem ")"    [klabel(Rangemap:Range), symbol]
+
+  syntax RangeMap [hook(RANGEMAP.RangeMap)]
+

Range map concatenation

+ +

The RangeMap sort represents a map whose keys are stored as ranges, bounded
+inclusively below and exclusively above. Contiguous or overlapping ranges that
+map to the same value are merged into a single range.

+

You can construct a new RangeMap consisting of range/value pairs of two
+RangeMaps. If the RangeMaps have overlapping ranges an exception will be
+thrown during concrete execution. This operation is O(N*log(M)) (where N is
+the size of the smaller map and M is the size of the larger map).

+
  syntax RangeMap ::= RangeMap RangeMap                        [left, function, hook(RANGEMAP.concat), klabel(_RangeMap_), symbol, assoc, comm, unit(.RangeMap), element(_r|->_), index(0), format(%1%n%2)]
+

Range map unit

+ +

The RangeMap with zero elements is represented by .RangeMap.

+
  syntax RangeMap ::= ".RangeMap"                         [function, total, hook(RANGEMAP.unit), klabel(.RangeMap), symbol, latex(\dotCt{RangeMap})]
+

Range map elements

+ +

An element of a RangeMap is constructed via the r|-> operator. The range
+of keys is on the left, and the value is on the right.

+
  syntax RangeMap ::= Range "r|->" KItem                      [function, hook(RANGEMAP.elementRng), klabel(_r|->_), symbol, latex({#1}\mapsto{#2}), injective]
+
+  syntax priorities _r|->_ > _RangeMap_ .RangeMap
+  syntax non-assoc _r|->_
+

Range map lookup

+ +

You can look up the value associated with a key of a RangeMap in O(log(N))
+time (where N is the size of the RangeMap). This will yield an exception
+during concrete execution if the key is not in the range map.

+
  syntax KItem ::= RangeMap "[" KItem "]"                    [function, hook(RANGEMAP.lookup), klabel(RangeMap:lookup), symbol]
+

Range map lookup with default

+ +

You can also look up the value associated with a key of a RangeMap using a
+total function that assigns a specific default value if the key is not present
+in the RangeMap. This operation is also O(log(N)) (where N is the size of
+the range map).

+
  syntax KItem ::= RangeMap "[" KItem "]" "orDefault" KItem      [function, total, hook(RANGEMAP.lookupOrDefault), klabel(RangeMap:lookupOrDefault)]
+

Range map lookup for range of key

+ +

You can look up for the range that a key of a RangeMap is stored in in
+O(log(N)) time (where N is the size of the RangeMap). This will yield an
+exception during concrete execution if the key is not in the range map.

+
  syntax Range ::= "find_range" "(" RangeMap "," KItem ")"                    [function, hook(RANGEMAP.find_range), klabel(RangeMap:find_range)]
+

Range map update

+ +

You can insert a range/value pair into a RangeMap in O(log(N)) time (where N
+is the size of the RangeMap). Any ranges adjacent to or overlapping with the
+range to be inserted will be updated accordingly.

+
  syntax RangeMap ::= RangeMap "[" keyRange: Range "<-" value: KItem "]"           [function, klabel(RangeMap:update), symbol, hook(RANGEMAP.updateRng), prefer]
+

Range map delete

+ +

You can remove a range/value pair from a RangeMap in O(log(N)) time (where N
+is the size of the RangeMap). If all or any part of the range is present in
+the range map, it will be removed.

+
  syntax RangeMap ::= RangeMap "[" Range "<-" "undef" "]"     [function, hook(RANGEMAP.removeRng), klabel(_r[_<-undef]), symbol]
+

Range map difference

+ +

You can remove the range/value pairs in a RangeMap that are also present in
+another RangeMap in O(max{M,N}*log(M)) time (where M is the size of the
+first RangeMap and N is the size of the second RangeMap). Note that only
+the parts of overlapping ranges whose value is the same in both range maps
+will be removed.

+
  syntax RangeMap ::= RangeMap "-RangeMap" RangeMap                 [function, total, hook(RANGEMAP.difference), latex({#1}-_{\it RangeMap}{#2})]
+

Multiple range map update

+ +

You can update a RangeMap by adding all the range/value pairs in the second
+RangeMap in O(N*log(M+N)) time (where M is the size of the first RangeMap
+and N is the size of the second RangeMap). If any ranges are overlapping,
+the value from the second range map overwrites the value in the first for the
+parts where ranges are overlapping. This function is total, which is distinct
+from range map concatenation, a partial function only defined on range maps
+with non overlapping ranges.

+
  syntax RangeMap ::= updateRangeMap(RangeMap, RangeMap)            [function, total, hook(RANGEMAP.updateAll)]
+

Multiple range map removal

+ +

You can remove a Set of ranges from a RangeMap in O(N*log(M)) time (where
+M is the size of the RangeMap and N is the size of the Set). For every
+range in the set, all or any part of it that is present in the range map will
+be removed.

+
  syntax RangeMap ::= removeAll(RangeMap, Set)            [function, hook(RANGEMAP.removeAll)]
+

Range map keys (as Set)

+ +

You can get a Set of all the ranges in a RangeMap in O(N) time (where N
+is the size of the RangeMap).

+
  syntax Set ::= keys(RangeMap)                      [function, total, hook(RANGEMAP.keys)]
+

Range map keys (as List)

+ +

You can get a List of all the ranges in a RangeMap in O(N) time (where N
+is the size of the RangeMap).

+
  syntax List ::= "keys_list" "(" RangeMap ")"       [function, hook(RANGEMAP.keys_list)]
+

Range map key membership

+ +

You can check whether a key is present in a RangeMap in O(log(N)) time (where
+N is the size of the RangeMap).

+
  syntax Bool ::= KItem "in_keys" "(" RangeMap ")"       [function, total, hook(RANGEMAP.in_keys)]
+

Range map values (as List)

+ +

You can get a List of all values in a RangeMap in O(N) time (where N is the
+size of the RangeMap).

+
  syntax List ::= values(RangeMap)                   [function, hook(RANGEMAP.values)]
+

Range map size

+ +

You can get the number of range/value pairs in a RangeMap in O(1) time.

+
  syntax Int ::= size(RangeMap)                      [function, total, hook(RANGEMAP.size), klabel(sizeRangeMap)]
+

Range map inclusion

+ +

You can determine whether a RangeMap is a strict subset of another RangeMap
+in O(M+N) time (where M is the size of the first RangeMap and N is the size
+of the second RangeMap). Only keys within equal or overlapping ranges that
+are bound to the same value are considered equal.

+
  syntax Bool ::= RangeMap "<=RangeMap" RangeMap               [function, total, hook(RANGEMAP.inclusion)]
+

Range map choice

+ +

You can get an arbitrarily chosen key of a RangeMap in O(1) time. The same
+key will always be returned for the same range map, but no guarantee is given
+that two different range maps will return the same element, even if they are
+similar.

+
  syntax KItem ::= choice(RangeMap)                      [function, hook(RANGEMAP.choice), klabel(RangeMap:choice)]
+endmodule
+

Sets

+

Provided here is the syntax of an implementation of immutable, associative,
+commutative sets of KItem. This type is hooked to an implementation of sets
+provided by the backend. For more information on matching on sets and allowable
+patterns for doing so, refer to K's
+user documentation.

+
module SET
+  imports private INT-SYNTAX
+  imports private BASIC-K
+
+  syntax Set [hook(SET.Set)]
+

Set concatenation

+ +

The Set sort represents a mathematical set (A collection of unique items).
+The sets are nilpotent, i.e., the concatenation of two sets containing elements
+in common is #False (note however, this may be silently allowed during
+concrete execution). If you intend to add an element to a set that might
+already be present in the set, use the |Set operator instead.

+

The concatenation operator is O(Nlog(M)) where N is the size of the smaller
+set, when it appears on the right hand side. When it appears on the left hand
+side and all variables are bound, it is O(N
log(M)) where M is the size of the
+set it is matching and N is the number of elements being matched. When it
+appears on the left hand side containing variables not bound elsewhere in the
+term, it is O(N^K) where N is the size of the set it is matching and K is the
+number of unbound keys being mached. In other words, one unbound variable is
+linear, two is quadratic, three is cubic, etc.

+
  syntax Set ::= Set Set                  [left, function, hook(SET.concat), klabel(_Set_), symbol, assoc, comm, unit(.Set), idem, element(SetItem), format(%1%n%2)]
+

Set unit

+ +

The set with zero elements is represented by .Set.

+
  syntax Set ::= ".Set"                   [function, total, hook(SET.unit), klabel(.Set), symbol, latex(\dotCt{Set})]
+

Set elements

+ +

An element of a Set is constructed via the SetItem operator.

+
  syntax Set ::= SetItem(KItem)               [function, total, hook(SET.element), klabel(SetItem), symbol, injective]
+

Set union

+ +

You can compute the union of two sets in O(N*log(M)) time (Where N is the size
+of the smaller set). Note that the base of the logarithm is a relatively high
+number and thus the time is effectively linear. The union consists of all the
+elements present in either set.

+
  syntax Set ::= Set "|Set" Set              [left, function, total, hook(SET.union), comm]
+  rule S1:Set |Set S2:Set => S1 (S2 -Set S1) [concrete]
+

Set intersection

+ +

You can compute the intersection of two sets in O(N*log(M)) time (where N
+is the size of the smaller set), or effectively linear. The intersection
+consists of all the elements present in both sets.

+
  syntax Set ::= intersectSet(Set, Set)   [function, total, hook(SET.intersection), comm]
+

Set complement

+ +

You can compute the relative complement of two sets in O(N*log(M)) time (where
+N is the size of the second set), or effectively linear. This is the set of
+elements in the first set that are not present in the second set.

+
  syntax Set ::= Set "-Set" Set           [function, total, hook(SET.difference), latex({#1}-_{\it Set}{#2}), klabel(Set:difference), symbol]
+

Set membership

+ +

You can compute whether an element is a member of a set in O(1) time.

+
  syntax Bool ::= KItem "in" Set              [function, total, hook(SET.in), klabel(Set:in), symbol]
+

Set inclusion

+ +

You can determine whether a Set is a strict subset of another Set in O(N)
+time (where N is the size of the first set).

+
  syntax Bool ::= Set "<=Set" Set         [function, total, hook(SET.inclusion)]
+

Set size

+ +

You can get the number of elements (the cardinality) of a set in O(1) time.

+
  syntax Int ::= size(Set)                [function, total, hook(SET.size)]
+

Set choice

+ +

You can get an arbitrarily chosen element of a Set in O(1) time. The same
+element will always be returned for the same set, but no guarantee is given
+that two different sets will return the same element, even if they are similar.

+
  syntax KItem ::= choice(Set)                [function, hook(SET.choice), klabel(Set:choice)]
+
endmodule
+

Implementation of Sets

+ +

The following lemmas are simplifications that the Haskell backend can
+apply to simplify expressions of sort Set.

+
module SET-KORE-SYMBOLIC [kore,symbolic,haskell]
+  imports SET
+  imports private K-EQUAL
+  imports private BOOL
+
+  //Temporarly rule for #Ceil simplification, should be generated in front-end
+
+// Matching for this version not implemented.
+  // rule #Ceil(@S1:Set @S2:Set) =>
+  //        {intersectSet(@S1, @S2) #Equals .Set} #And #Ceil(@S1) #And #Ceil(@S2)
+  //   [simplification]
+
+//simpler version
+  rule #Ceil(@S:Set SetItem(@E:KItem)) =>
+         {(@E in @S) #Equals false} #And #Ceil(@S) #And #Ceil(@E)
+    [simplification]
+
+  // -Set simplifications
+  rule S              -Set .Set           => S          [simplification]
+  rule .Set           -Set  _             => .Set       [simplification]
+  rule SetItem(X)     -Set (S SetItem(X)) => .Set
+                               ensures notBool (X in S) [simplification]
+  rule S              -Set (S SetItem(X)) => .Set
+                               ensures notBool (X in S) [simplification]
+  rule (S SetItem(X)) -Set S              => SetItem(X)
+                               ensures notBool (X in S) [simplification]
+  rule (S SetItem(X)) -Set SetItem(X)     => S
+                               ensures notBool (X in S) [simplification]
+  // rule SetItem(X)     -Set S              => SetItem(X)
+  //                            requires notBool (X in S)  [simplification]
+  // rule (S1 SetItem(X)) -Set (S2 SetItem(X))  => S1 -Set S2
+  //                             ensures notBool (X in S1)
+  //                             andBool notBool (X in S2) [simplification]
+
+
+
+  // |Set simplifications
+  rule S    |Set .Set => S    [simplification, comm]
+  rule S    |Set S    => S    [simplification]
+
+  rule (S SetItem(X)) |Set SetItem(X) => S SetItem(X)
+                             ensures notBool (X in S) [simplification, comm]
+  // Currently disabled, see runtimeverification/haskell-backend#3301
+  // rule (S SetItem(X)) |Set S          => S SetItem(X)
+  //                            ensures notBool (X in S) [simplification, comm]
+
+  // intersectSet simplifications
+  rule intersectSet(.Set, _   ) => .Set    [simplification, comm]
+  rule intersectSet( S  , S   ) =>  S      [simplification]
+
+  rule intersectSet( S SetItem(X), SetItem(X))     => SetItem(X)
+                                                        ensures notBool (X in S)      [simplification, comm]
+  // Currently disabled, see runtimeverification/haskell-backend#3294
+  // rule intersectSet( S SetItem(X) , S)             => S ensures notBool (X in S)      [simplification, comm]
+  rule intersectSet( S1 SetItem(X), S2 SetItem(X)) => intersectSet(S1, S2) SetItem(X)
+                                                        ensures notBool (X in S1)
+                                                        andBool notBool (X in S2)     [simplification]
+
+  // membership simplifications
+  rule _E in .Set           => false   [simplification]
+  rule E  in (S SetItem(E)) => true
+              ensures notBool (E in S) [simplification]
+
+// These two rules would be sound but impose a giant overhead on `in` evaluation:
+  // rule E1 in (S SetItem(E2)) => true requires E1 in S
+  //                                 ensures notBool (E2 in S) [simplification]
+  // rule E1 in (S SetItem(E2)) => E1 in S requires E1 =/=K E2
+  //                                 ensures notBool (E2 in S) [simplification]
+
+  rule X in ((SetItem(X) S) |Set  _            ) => true
+                                    ensures notBool (X in S) [simplification]
+  rule X in ( _             |Set (SetItem(X) S)) => true
+                                    ensures notBool (X in S) [simplification]
+
+endmodule
+
+module SET-SYMBOLIC
+  imports SET-KORE-SYMBOLIC
+endmodule
+

Lists

+

Provided here is the syntax of an implementation of immutable, associative
+lists of KItem. This type is hooked to an implementation of lists provided
+by the backend. For more information on matching on lists and allowable
+patterns for doing so, refer to K's
+user documentation.

+
module LIST
+  imports private INT-SYNTAX
+  imports private BASIC-K
+
+  syntax List [hook(LIST.List)]
+

List concatenation

+ +

The List sort is an ordered collection that may contain duplicate elements.
+They are backed by relaxed radix balanced trees, which means that they support
+efficiently adding elements to both sides of the list, concatenating two lists,
+indexing, and updating elements.

+

The concatenation operator is O(log(N)) (where N is the size of the longer
+list) when it appears on the right hand side. When it appears on the left hand
+side, it is O(N), where N is the number of elements matched on the front and
+back of the list.

+
  syntax List ::= List List               [left, function, total, hook(LIST.concat), klabel(_List_), symbol, smtlib(smt_seq_concat), assoc, unit(.List), element(ListItem), format(%1%n%2)]
+

List unit

+ +

The list with zero elements is represented by .List.

+
  syntax List ::= ".List"                 [function, total, hook(LIST.unit), klabel(.List), symbol, smtlib(smt_seq_nil), latex(\dotCt{List})]
+

List elements

+ +

An element of a List is constucted via the ListItem operator.

+
  syntax List ::= ListItem(KItem)             [function, total, hook(LIST.element), klabel(ListItem), symbol, smtlib(smt_seq_elem)]
+

List indexing

+ +

You can get an element of a list by its integer offset in O(log(N)) time, or
+effectively constant. Positive indices are 0-indexed from the beginning of the
+list, and negative indices are -1-indexed from the end of the list. In other
+words, 0 is the first element and -1 is the last element.

+
  syntax KItem ::= List "[" Int "]"           [function, hook(LIST.get), klabel(List:get), symbol]
+

List update

+ +

You can create a new List with a new value at a particular index in
+O(log(N)) time, or effectively constant.

+
  syntax List ::= List "[" index: Int "<-" value: KItem "]" [function, hook(LIST.update), klabel(List:set)]
+

List of identical elements

+ +

You can create a list with length elements, each containing value, in O(N)
+time.

+
  syntax List ::= makeList(length: Int, value: KItem) [function, hook(LIST.make)]
+

Multiple list update

+ +

You can create a new List which is equal to dest except the N elements
+starting at index are replaced with the contents of src in O(N*log(K)) time
+(where K is the size of destand N is the size of src), or effectively linear. Having index + N > K yields an exception.

+
  syntax List ::= updateList(dest: List, index: Int, src: List) [function, hook(LIST.updateAll)]
+

List fill

+ +

You can create a new List where the length elements starting at index
+are replaced with value, in O(length*log(N)) time, or effectively linear.

+
  syntax List ::= fillList(List, index: Int, length: Int, value: KItem) [function, hook(LIST.fill)]
+

List slicing

+ +

You can compute a new List by removing fromFront elements from the front
+of the list and fromBack elements from the back of the list in
+O((fromFront+fromBack)*log(N)) time, or effectively linear.

+
  syntax List ::= range(List, fromFront: Int, fromBack: Int)   [function, hook(LIST.range), klabel(List:range), symbol]
+

List membership

+ +

You can compute whether an element is in a list in O(N) time. For repeated
+comparisons, it is much better to first convert to a set using List2Set.

+
  syntax Bool ::= KItem "in" List             [function, total, hook(LIST.in), klabel(_inList_)]
+

List size

+ +

You can get the number of elements of a list in O(1) time.

+
  syntax Int ::= size(List)               [function, total, hook(LIST.size), klabel (sizeList), smtlib(smt_seq_len)]
+
endmodule
+

Collection Conversions

+

It is possible to convert from a List to a Set or from a Set to a list.
+Converting from a List to a Set and back will not provide the same list;
+duplicates will have been removed and the list may be reordered. Converting
+from a Set to a List and back will generate the same set.

+

Note that because sets are unordered and lists are ordered, converting from a
+Set to a List will generate some arbitrary ordering of elements, which may
+be different from the natural ordering you might assume, or may not. Two
+equal sets are guaranteed to generate the same ordering, but no guarantee is
+otherwise provided about what the ordering will be. In particular, adding an
+element to a set may completely reorder the elements already in the set, when
+it is converted to a list.

+
module COLLECTIONS
+  imports LIST
+  imports SET
+  imports MAP
+
+  syntax List ::= Set2List(Set) [function, total, hook(SET.set2list)]
+  syntax Set ::= List2Set(List) [function, total, hook(SET.list2set)]
+
+endmodule
+

Booleans

+

Provided here is the syntax of an implementation of boolean algebra in K.
+This type is hooked to an implementation of booleans provided by the backend.
+Note that this algebra is different from the builtin truth in matching logic.
+You can, however, convert from the truth of the Bool sort to the truth in
+matching logic via the expression {B #Equals true}.

+

The boolean values are true and false.

+
module SORT-BOOL
+  syntax Bool [hook(BOOL.Bool)]
+endmodule
+
+module BOOL-SYNTAX
+  imports SORT-BOOL
+  syntax Bool ::= "true"  [token]
+  syntax Bool ::= "false" [token]
+endmodule
+
+module BOOL-COMMON
+  imports private BASIC-K
+  imports BOOL-SYNTAX
+

Basic boolean arithmetic

+ +

You can:

+
    +
  • Negate a boolean value.
  • +
  • AND two boolean values.
  • +
  • XOR two boolean values.
  • +
  • OR two boolean values.
  • +
  • IMPLIES two boolean values (i.e., P impliesBool Q is the same as
    +notBool P orBool Q)
  • +
  • Check equality of two boolean values.
  • +
  • Check inequality of two boolean values.
  • +
+

Note that only andThenBool and orElseBool are short-circuiting. andBool
+and orBool may be short-circuited in concrete backends, but in symbolic
+backends, both arguments will be evaluated.

+
  syntax Bool ::= "notBool" Bool          [function, total, klabel(notBool_), symbol, smt-hook(not), group(boolOperation), latex(\neg_{\scriptstyle\it Bool}{#1}), hook(BOOL.not)]
+                > Bool "andBool" Bool     [function, total, klabel(_andBool_), symbol, left, smt-hook(and), group(boolOperation), latex({#1}\wedge_{\scriptstyle\it Bool}{#2}), hook(BOOL.and)]
+                | Bool "andThenBool" Bool [function, total, klabel(_andThenBool_), symbol, left, smt-hook(and), group(boolOperation), hook(BOOL.andThen)]
+                | Bool "xorBool" Bool     [function, total, klabel(_xorBool_), symbol, left, smt-hook(xor), group(boolOperation), hook(BOOL.xor)]
+                | Bool "orBool" Bool      [function, total, klabel(_orBool_), symbol, left, smt-hook(or), group(boolOperation), latex({#1}\vee_{\scriptstyle\it Bool}{#2}), hook(BOOL.or)]
+                | Bool "orElseBool" Bool  [function, total, klabel(_orElseBool_), symbol, left, smt-hook(or), group(boolOperation), hook(BOOL.orElse)]
+                | Bool "impliesBool" Bool [function, total, klabel(_impliesBool_), symbol, left, smt-hook(=>), group(boolOperation), hook(BOOL.implies)]
+                > left:
+                  Bool "==Bool" Bool      [function, total, klabel(_==Bool_), symbol, left, comm, smt-hook(=), hook(BOOL.eq)]
+                | Bool "=/=Bool" Bool     [function, total, klabel(_=/=Bool_), symbol, left, comm, smt-hook(distinct), hook(BOOL.ne)]
+

Implementation of Booleans

+ +

The remainder of this section consists of an implementation in K of the
+operations listed above.

+
  rule notBool true => false
+  rule notBool false => true
+
+  rule true andBool B:Bool => B:Bool
+  rule B:Bool andBool true => B:Bool [simplification]
+  rule false andBool _:Bool => false
+  rule _:Bool andBool false => false [simplification]
+
+  rule true andThenBool K::Bool => K
+  rule K::Bool andThenBool true => K [simplification]
+  rule false andThenBool _ => false
+  rule _ andThenBool false => false  [simplification]
+
+  rule false xorBool B:Bool => B:Bool
+  rule B:Bool xorBool false => B:Bool [simplification]
+  rule B:Bool xorBool B:Bool => false
+
+  rule true orBool _:Bool => true
+  rule _:Bool orBool true => true [simplification]
+  rule false orBool B:Bool => B
+  rule B:Bool orBool false => B   [simplification]
+
+  rule true orElseBool _ => true
+  rule _ orElseBool true => true     [simplification]
+  rule false orElseBool K::Bool => K
+  rule K::Bool orElseBool false => K [simplification]
+
+  rule true impliesBool B:Bool => B
+  rule false impliesBool _:Bool => true
+  rule _:Bool impliesBool true => true       [simplification]
+  rule B:Bool impliesBool false => notBool B [simplification]
+
+  rule B1:Bool =/=Bool B2:Bool => notBool (B1 ==Bool B2)
+endmodule
+
+module BOOL-KORE [kore, symbolic]
+  imports BOOL-COMMON
+
+  rule {true #Equals notBool @B} => {false #Equals @B} [simplification]
+  rule {notBool @B #Equals true} => {@B #Equals false} [simplification]
+  rule {false #Equals notBool @B} => {true #Equals @B} [simplification]
+  rule {notBool @B #Equals false} => {@B #Equals true} [simplification]
+
+  rule {true #Equals @B1 andBool @B2} => {true #Equals @B1} #And {true #Equals @B2} [simplification]
+  rule {@B1 andBool @B2 #Equals true} => {@B1 #Equals true} #And {@B2 #Equals true} [simplification]
+  rule {false #Equals @B1 orBool @B2} => {false #Equals @B1} #And {false #Equals @B2} [simplification]
+  rule {@B1 orBool @B2 #Equals false} => {@B1 #Equals false} #And {@B2 #Equals false} [simplification]
+endmodule
+
+module BOOL
+  imports BOOL-COMMON
+  imports BOOL-KORE
+endmodule
+

Integers

+

Provided here is the syntax of an implementation of arbitrary-precision
+integer arithmetic in K. This type is hooked to an implementation of integers
+provided by the backend. For a fixed-width integer type, see the MINT module
+below.

+

The UNSIGNED-INT-SYNTAX module provides a syntax of whole numbers in K.
+This is useful because often programming languages implement the sign of an
+integer as a unary operator rather than part of the lexical syntax of integers.
+However, you can also directly reference integers with a sign using the
+INT-SYNTAX module.

+
module UNSIGNED-INT-SYNTAX
+  syntax Int [hook(INT.Int)]
+  syntax Int ::= r"[0-9]+" [prefer, token, prec(2)]
+endmodule
+
+module INT-SYNTAX
+  imports UNSIGNED-INT-SYNTAX
+  syntax Int ::= r"[\\+-]?[0-9]+" [prefer, token, prec(2)]
+endmodule
+
+module INT-COMMON
+  imports INT-SYNTAX
+  imports private BOOL
+

Integer arithmetic

+ +

You can:

+
    +
  • Compute the bitwise complement ~Int of an integer value in twos-complement.
  • +
  • Compute the exponentiation ^Int of two integers.
  • +
  • Compute the exponentiation of two integers modulo another integer (^%Int).
    +A ^%Int B C is equal in value to (A ^Int B) %Int C, but has a better
    +asymptotic complexity.
  • +
  • Compute the product *Int of two integers.
  • +
  • Compute the quotient /Int or modulus %Int of two integers using
    +t-division, which rounds towards zero. Division by zero is #False.
  • +
  • Compute the quotient divInt or modulus modInt of two integers using
    +Euclidean division, in which the remainder is always non-negative. Division
    +by zero is #False.
  • +
  • Compute the sum +Int or difference -Int of two integers.
  • +
  • Compute the arithmetic right shift >>Int of two integers. Shifting by a
    +negative quantity is #False.
  • +
  • Compute the left shift of two integers. Shifting by a negative quantity is
    +#False.
  • +
  • Compute the bitwise and of two integers in twos-complement.
  • +
  • Compute the bitwise xor of two integers in twos-complement.
  • +
  • Compute the bitwise inclusive-or of two integers in twos-complement.
  • +
+
  syntax Int ::= "~Int" Int                     [function, klabel(~Int_), symbol, total, latex(\mathop{\sim_{\scriptstyle\it Int}}{#1}), hook(INT.not), smtlib(notInt)]
+               > left:
+                 Int "^Int" Int                 [function, klabel(_^Int_), symbol, left, smt-hook(^), latex({#1}\mathrel{{\char`\^}_{\!\scriptstyle\it Int}}{#2}), hook(INT.pow)]
+               | Int "^%Int" Int Int            [function, klabel(_^%Int__), symbol, left, smt-hook((mod (^ #1 #2) #3)), hook(INT.powmod)]
+               > left:
+                 Int "*Int" Int                 [function, total, klabel(_*Int_), symbol, left, comm, smt-hook(*), latex({#1}\mathrel{\ast_{\scriptstyle\it Int}}{#2}), hook(INT.mul)]
+               /* FIXME: translate /Int and %Int into smtlib */
+               /* /Int and %Int implement t-division, which rounds towards 0 */
+               | Int "/Int" Int                 [function, klabel(_/Int_), symbol, left, smt-hook(div), latex({#1}\mathrel{\div_{\scriptstyle\it Int}}{#2}), hook(INT.tdiv)]
+               | Int "%Int" Int                 [function, klabel(_%Int_), symbol, left, smt-hook(mod), latex({#1}\mathrel{\%_{\scriptstyle\it Int}}{#2}), hook(INT.tmod)]
+               /* divInt and modInt implement e-division according to the Euclidean division theorem, therefore the remainder is always positive */
+               | Int "divInt" Int               [function, klabel(_divInt_), symbol, left, smt-hook(div), hook(INT.ediv)]
+               | Int "modInt" Int               [function, klabel(_modInt_), symbol, left, smt-hook(mod), hook(INT.emod)]
+               > left:
+                 Int "+Int" Int                 [function, total, klabel(_+Int_), symbol, left, comm, smt-hook(+), latex({#1}\mathrel{+_{\scriptstyle\it Int}}{#2}), hook(INT.add)]
+               | Int "-Int" Int                 [function, total, klabel(_-Int_), symbol, left, smt-hook(-), latex({#1}\mathrel{-_{\scriptstyle\it Int}}{#2}), hook(INT.sub)]
+               > left:
+                 Int ">>Int" Int                [function, klabel(_>>Int_), symbol, left, latex({#1}\mathrel{\gg_{\scriptstyle\it Int}}{#2}), hook(INT.shr), smtlib(shrInt)]
+               | Int "<<Int" Int                [function, klabel(_<<Int_), symbol, left, latex({#1}\mathrel{\ll_{\scriptstyle\it Int}}{#2}), hook(INT.shl), smtlib(shlInt)]
+               > left:
+                 Int "&Int" Int                 [function, total, klabel(_&Int_), symbol, left, comm, latex({#1}\mathrel{\&_{\scriptstyle\it Int}}{#2}), hook(INT.and), smtlib(andInt)]
+               > left:
+                 Int "xorInt" Int               [function, total, klabel(_xorInt_), symbol, left, comm, latex({#1}\mathrel{\oplus_{\scriptstyle\it Int}}{#2}), hook(INT.xor), smtlib(xorInt)]
+               > left:
+                 Int "|Int" Int                 [function, total, klabel(_|Int_), symbol, left, comm, latex({#1}\mathrel{|_{\scriptstyle\it Int}}{#2}), hook(INT.or), smtlib(orInt)]
+

Integer minimum and maximum

+ +

You can compute the minimum and maximum minInt and maxInt of two integers.

+
  syntax Int ::= "minInt" "(" Int "," Int ")"   [function, total, smt-hook((ite (< #1 #2) #1 #2)), hook(INT.min)]
+               | "maxInt" "(" Int "," Int ")"   [function, total, smt-hook((ite (< #1 #2) #2 #1)), hook(INT.max)]
+

Absolute value

+ +

You can compute the absolute value absInt of an integer.

+
  syntax Int ::= absInt ( Int )                 [function, total, smt-hook((ite (< #1 0) (- 0 #1) #1)), hook(INT.abs)]
+

Log base 2

+ +

You can compute the log base 2, rounded towards zero, of an integer. The log
+base 2 of an integer is equal to the index of the highest bit set in the
+representation of a positive integer. Log base 2 of zero or a negative number
+is #False.

+
  syntax Int ::= log2Int ( Int )                [function, hook(INT.log2)]
+

Bit slicing

+ +

You can compute the value of a range of bits in the twos-complement
+representation of an integer, as interpeted either unsigned or signed, of an
+integer. index is offset from 0 and length is the number of bits, starting
+with index, that should be read. The number is assumed to be represented
+in little endian notation with each byte going from least significant to
+most significant. In other words, 0 is the least-significant bit, and each
+successive bit is more significant than the last.

+
  syntax Int ::= bitRangeInt           ( Int, index: Int, length: Int ) [function, hook(INT.bitRange)]
+               | signExtendBitRangeInt ( Int, index: Int, length: Int ) [function, hook(INT.signExtendBitRange)]
+

Integer comparisons

+ +

You can compute whether two integers are less than or equal to, less than,
+greater than or equal to, greater than, equal, or unequal to another integer.

+
  syntax Bool ::= Int "<=Int" Int         [function, total, klabel(_<=Int_), symbol, smt-hook(<=), latex({#1}\mathrel{\leq_{\scriptstyle\it Int}}{#2}), hook(INT.le)]
+                | Int "<Int" Int          [function, total, klabel(_<Int_), symbol, smt-hook(<), latex({#1}\mathrel{<_{\scriptstyle\it Int}}{#2}), hook(INT.lt)]
+                | Int ">=Int" Int         [function, total, klabel(_>=Int_), symbol, smt-hook(>=), latex({#1}\mathrel{\geq_{\scriptstyle\it Int}}{#2}), hook(INT.ge)]
+                | Int ">Int" Int          [function, total, klabel(_>Int_), symbol, smt-hook(>), latex({#1}\mathrel{>_{\scriptstyle\it Int}}{#2}), hook(INT.gt)]
+                | Int "==Int" Int         [function, total, klabel(_==Int_), symbol, comm, smt-hook(=), latex({#1}\mathrel{{=}{=}_{\scriptstyle\it Int}}{#2}), hook(INT.eq)]
+                | Int "=/=Int" Int        [function, total, klabel(_=/=Int_), symbol, comm, smt-hook(distinct), latex({#1}\mathrel{{=}{/}{=}_{\scriptstyle\it Int}}{#2}), hook(INT.ne)]
+

Divides

+ +

You can compute whether one integer evenly divides another. This is the
+case when the second integer modulo the first integer is equal to zero.

+
  syntax Bool ::= Int "dividesInt" Int    [function]
+

Random integers

+ +

You can, on concrete backends, compute a pseudorandom integer, or seed the
+pseudorandom number generator. These operations are represented as
+uninterpreted functions on symbolic backends.

+
  syntax Int ::= randInt(Int) [function, hook(INT.rand), impure]
+  syntax K ::= srandInt(Int) [function, hook(INT.srand), impure]
+

Implementation of Integers

+ +

The remainder of this section consists of an implementation in K of some
+of the operators above, as well as lemmas used by the Java and Haskell backend
+to simplify expressions of sort Int. They do not affect the semantics of
+integers, merely describing additional rules that the backend can use to
+simplify terms.

+
endmodule
+
+module INT-SYMBOLIC [symbolic]
+  imports INT-COMMON
+  imports INT-SYMBOLIC-KORE
+  imports private BOOL
+
+  // Arithmetic Normalization
+  rule I +Int 0 => I [simplification]
+  rule I -Int 0 => I [simplification]
+
+  rule X modInt N => X requires 0 <=Int X andBool X <Int N [simplification]
+  rule X   %Int N => X requires 0 <=Int X andBool X <Int N [simplification]
+
+  // Bit-shifts
+  rule X <<Int 0 => X [simplification]
+  rule 0 <<Int _ => 0 [simplification]
+  rule X >>Int 0 => X [simplification]
+  rule 0 >>Int _ => 0 [simplification]
+endmodule
+
+module INT-SYMBOLIC-KORE [symbolic, kore, haskell]
+  imports INT-COMMON
+  imports ML-SYNTAX
+  imports private BOOL
+
+  // Definability Conditions
+  rule #Ceil(@I1:Int /Int   @I2:Int) => {(@I2 =/=Int 0) #Equals true} #And #Ceil(@I1) #And #Ceil(@I2) [simplification]
+  rule #Ceil(@I1:Int %Int   @I2:Int) => {(@I2 =/=Int 0) #Equals true} #And #Ceil(@I1) #And #Ceil(@I2) [simplification]
+  rule #Ceil(@I1:Int modInt @I2:Int) => {(@I2 =/=Int 0) #Equals true} #And #Ceil(@I1) #And #Ceil(@I2) [simplification]
+  rule #Ceil(@I1:Int >>Int  @I2:Int) => {(@I2 >=Int 0)  #Equals true} #And #Ceil(@I1) #And #Ceil(@I2) [simplification]
+  rule #Ceil(@I1:Int <<Int  @I2:Int) => {(@I2 >=Int 0)  #Equals true} #And #Ceil(@I1) #And #Ceil(@I2) [simplification]
+endmodule
+
+module INT-KORE [kore, symbolic]
+  imports private K-EQUAL
+  imports private BOOL
+  imports INT-COMMON
+
+  rule I1:Int ==K I2:Int => I1 ==Int I2 [simplification]
+  rule {K1 ==Int K2 #Equals true} => {K1 #Equals K2} [simplification]
+  rule {true #Equals K1 ==Int K2} => {K1 #Equals K2} [simplification]
+  rule {K1 ==Int K2 #Equals false} => #Not({K1 #Equals K2}) [simplification]
+  rule {false #Equals K1 ==Int K2} => #Not({K1 #Equals K2}) [simplification]
+  rule {K1 =/=Int K2 #Equals true} => #Not({K1 #Equals K2}) [simplification]
+  rule {true #Equals K1 =/=Int K2} => #Not({K1 #Equals K2}) [simplification]
+  rule {K1 =/=Int K2 #Equals false} => {K1 #Equals K2} [simplification]
+  rule {false #Equals K1 =/=Int K2} => {K1 #Equals K2} [simplification]
+
+  // Arithmetic Normalization
+  rule I +Int B => B +Int I          [concrete(I), symbolic(B), simplification(51)]
+  rule A -Int I => A +Int (0 -Int I) [concrete(I), symbolic(A), simplification(51)]
+
+  rule (A +Int I2) +Int I3 => A +Int (I2 +Int I3) [concrete(I2, I3), symbolic(A), simplification]
+  rule I1 +Int (B +Int I3) => B +Int (I1 +Int I3) [concrete(I1, I3), symbolic(B), simplification]
+  rule I1 -Int (B +Int I3) => (I1 -Int I3) -Int B [concrete(I1, I3), symbolic(B), simplification]
+  rule I1 +Int (I2 +Int C) => (I1 +Int I2) +Int C [concrete(I1, I2), symbolic(C), simplification]
+  rule I1 +Int (I2 -Int C) => (I1 +Int I2) -Int C [concrete(I1, I2), symbolic(C), simplification]
+  rule (I1 -Int B) +Int I3 => (I1 +Int I3) -Int B [concrete(I1, I3), symbolic(B), simplification]
+  rule I1 -Int (I2 +Int C) => (I1 -Int I2) -Int C [concrete(I1, I2), symbolic(C), simplification]
+  rule I1 -Int (I2 -Int C) => (I1 -Int I2) +Int C [concrete(I1, I2), symbolic(C), simplification]
+  rule (C -Int I2) -Int I3 => C -Int (I2 +Int I3) [concrete(I2, I3), symbolic(C), simplification]
+
+  rule I1 &Int (I2 &Int C) => (I1 &Int I2) &Int C [concrete(I1, I2), symbolic(C), simplification]
+endmodule
+
+module INT
+  imports INT-COMMON
+  imports INT-SYMBOLIC
+  imports INT-KORE
+  imports private K-EQUAL
+  imports private BOOL
+
+  rule bitRangeInt(I::Int, IDX::Int, LEN::Int) => (I >>Int IDX) modInt (1 <<Int LEN)
+
+  rule signExtendBitRangeInt(I::Int, IDX::Int, LEN::Int) => (bitRangeInt(I, IDX, LEN) +Int (1 <<Int (LEN -Int 1))) modInt (1 <<Int LEN) -Int (1 <<Int (LEN -Int 1))
+
+  rule I1:Int divInt I2:Int => (I1 -Int (I1 modInt I2)) /Int I2
+  requires I2 =/=Int 0
+  rule
+    I1:Int modInt I2:Int
+  =>
+    ((I1 %Int absInt(I2)) +Int absInt(I2)) %Int absInt(I2)
+  requires I2 =/=Int 0    [concrete, simplification]
+
+  rule minInt(I1:Int, I2:Int) => I1 requires I1 <=Int I2
+  rule minInt(I1:Int, I2:Int) => I2 requires I1 >=Int I2
+
+  rule I1:Int =/=Int I2:Int => notBool (I1 ==Int I2)
+  rule (I1:Int dividesInt I2:Int) => (I2 %Int I1) ==Int 0
+
+  syntax Int ::= freshInt(Int)    [freshGenerator, function, total, private]
+  rule freshInt(I:Int) => I
+endmodule
+

IEEE 754 Floating-point Numbers

+

Provided here is the syntax of an implementation of arbitrary-precision
+floating-point arithmetic in K based on a generalization of the IEEE 754
+standard. This type is hooked to an implementation of floats provided by the
+backend.

+

The syntax of ordinary floating-point values in K consists of an optional sign
+(+ or -) followed by an optional integer part, followed by a decimal point,
+followed by an optional fractional part. Either the integer part or the
+fractional part must be specified. The mantissa is followed by an optional
+exponent part, which consists of an e or E, an optional sign (+ or -),
+and an integer. The expoennt is followed by an optional suffix, which can be
+either f, F, d, D, or pNxM where N and M are positive integers.
+p and x can be either upper or lowercase.

+

The value of a floating-point literal is computed as follows: First the
+mantissa is read as a rational number. Then it is multiplied by 10 to the
+power of the exponent, which is interpreted as an integer, and defaults to
+zero if it is not present. Finally, it is rounded to the nearest possible
+value in a floating-point type represented like an IEEE754 floating-point type,
+with the number of bits of precision and exponent specified by the suffix.
+A suffix of f or f represents the IEEE binary32 format. A suffix of d
+or D, or no suffix, represents the IEEE binary64 format. A suffix of
+pNxM (either upper or lowercase) specifies exactly N bits of precision and
+M bits of exponent. The number of bits of precision is assumed to include
+any optional 1 that precedes the IEEE 754 mantissa. In other words, p24x8
+is equal to the IEEE binary32 format, and p53x11 is equal to the IEEE
+binary64 format.

+
module FLOAT-SYNTAX
+  syntax Float [hook(FLOAT.Float)]
+  syntax Float ::= r"([\\+-]?[0-9]+(\\.[0-9]*)?|\\.[0-9]+)([eE][\\+-]?[0-9]+)?([fFdD]|([pP][0-9]+[xX][0-9]+))?" [token, prec(1)]
+  syntax Float ::= r"[\\+-]?Infinity([fFdD]|([pP][0-9]+[xX][0-9]+))?" [token, prec(3)]
+  syntax Float ::= r"NaN([fFdD]|([pP][0-9]+[xX][0-9]+))?" [token, prec(3)]
+endmodule
+
+module FLOAT
+  imports FLOAT-SYNTAX
+  imports private BOOL
+  imports private INT-SYNTAX
+

Float precision

+ +

You can retrieve the number of bits of precision in a Float.

+
  syntax Int ::= precisionFloat(Float) [function, total, hook(FLOAT.precision)]
+

Float exponent bits

+ +

You can retrieve the number of bits of exponent range in a Float.

+
  syntax Int ::= exponentBitsFloat(Float) [function, total, hook(FLOAT.exponentBits)]
+

Float exponent

+ +

You can retrieve the value of the exponent bits of a Float as an integer.

+
  syntax Int ::= exponentFloat(Float) [function, total, hook(FLOAT.exponent)]
+

Float sign

+ +

You can retrieve the value of the sign bit of a Float as a boolean. True
+means the sign bit is set.

+
  syntax Bool ::= signFloat(Float)      [function, total, hook(FLOAT.sign)]
+

Float special values

+ +

You can check whether a Float value is infinite or Not-a-Number.

+
  syntax Bool ::= isNaN(Float)          [function, total, smt-hook(fp.isNaN), hook(FLOAT.isNaN)]
+                | isInfinite(Float)     [function, total]
+

Float arithmetic

+ +

You can:

+
    +
  • Compute the unary negation --Float of a float. --Float X is distinct
    +from 0.0 -Float X. For example, 0.0 -Float 0.0 is positive zero.
    +--Float 0.0 is negative zero.
  • +
  • Compute the exponentation ^Float of two floats.
  • +
  • Compute the product *Float, quotient /Float, or remainder %Float of two
    +floats. The remainder is computed based on rounding the quotient of the two
    +floats to the nearest integer.
  • +
  • Compute the sum +Float or difference -Float of two floats.
  • +
+
  syntax Float ::= "--Float" Float             [function, total, smt-hook(fp.neg), hook(FLOAT.neg)]
+                 > Float "^Float" Float        [function, left, latex({#1}^{#2}), hook(FLOAT.pow)]
+                 > left:
+                   Float "*Float" Float        [function, left, smt-hook((fp.mul roundNearestTiesToEven #1 #2)), latex({#1}\mathrel{\ast_{\scriptstyle\it Float}}{#2}), hook(FLOAT.mul)]
+                 | Float "/Float" Float        [function, left, smt-hook((fp.div roundNearestTiesToEven #1 #2)), latex({#1}\mathrel{\div_{\scriptstyle\it Float}}{#2}), hook(FLOAT.div)]
+                 | Float "%Float" Float        [function, left, smt-hook((fp.rem roundNearestTiesToEven #1 #2)), latex({#1}\mathrel{\%_{\scriptstyle\it Float}}{#2}), hook(FLOAT.rem)]
+                 > left:
+                   Float "+Float" Float        [function, left, smt-hook((fp.add roundNearestTiesToEven #1 #2)), latex({#1}\mathrel{+_{\scriptstyle\it Float}}{#2}), hook(FLOAT.add)]
+                 | Float "-Float" Float        [function, left, smt-hook((fp.sub roundNearestTiesToEven #1 #2)), latex({#1}\mathrel{-_{\scriptstyle\it Float}}{#2}), hook(FLOAT.sub)]
+

Floating-point mathematics

+ +

You can:

+
    +
  • Compute the Nth integer root rootFloat of a float.
  • +
  • Compute the absolute value absFloat of a float.
  • +
  • Round a floating-point number to a specified precision and exponent
    +range (roundFloat). The resulting Float will yield the specified values
    +when calling precisionFloat and exponentBitsFloat and when performing
    +further computation.
  • +
  • Round a float to the next lowest floating-point value which is an integer
    +(floorFloat).
  • +
  • Round a float to the next highest floating-point value which is an integer
    +(ceilFloat).
  • +
  • Round a float to the next closest floating-point value which is an integer, in
    +the direction of zero (truncFloat).
  • +
  • Compute the natural exponential expFloat of a float (i.e. e^x).
  • +
  • Compute the natural logarithm logFloat of a float.
  • +
  • Compute the sine sinFloat of a float.
  • +
  • Compute the cosine cosFloat of a float.
  • +
  • Compute the tangent tanFlooat of a float.
  • +
  • Compute the arcsine asinFloat of a float.
  • +
  • Compute the arccosine acosFloat of a float.
  • +
  • Compute the arctangent atanFloat of a float.
  • +
  • Compute the arctangent atan2Float of two floats.
  • +
  • Compute the maximum maxFloat of two floats.
  • +
  • Compute the minimum minFloat of two floats.
  • +
  • Compute the square root sqrtFloat of a float.
  • +
  • Compute the largest finite value expressible in a specified precision and
    +exponent range (maxValueFloat).
  • +
  • Compute the smallest positive finite value expressible in a specified
    +precision and exponent range (minValueFloat).
  • +
+
  syntax Float ::= rootFloat(Float, Int)        [function, hook(FLOAT.root)]
+                 | absFloat(Float)              [function, total, smt-hook(fp.abs), hook(FLOAT.abs)]
+                 | roundFloat(Float, precision: Int, exponentBits: Int)  [function, hook(FLOAT.round)]
+                 | floorFloat(Float)            [function, total, hook(FLOAT.floor)]
+                 | ceilFloat(Float)             [function, total, hook(FLOAT.ceil)]
+                 | truncFloat(Float)            [function, total, hook(FLOAT.trunc)]
+                 | expFloat(Float)              [function, total, hook(FLOAT.exp)]
+                 | logFloat(Float)              [function, hook(FLOAT.log)]
+                 | sinFloat(Float)              [function, total, hook(FLOAT.sin)]
+                 | cosFloat(Float)              [function, total, hook(FLOAT.cos)]
+                 | tanFloat(Float)              [function, hook(FLOAT.tan)]
+                 | asinFloat(Float)             [function, hook(FLOAT.asin)]
+                 | acosFloat(Float)             [function, hook(FLOAT.acos)]
+                 | atanFloat(Float)             [function, total, hook(FLOAT.atan)]
+                 | atan2Float(Float, Float)     [function, hook(FLOAT.atan2)]
+                 | maxFloat(Float, Float)       [function, smt-hook(fp.max), hook(FLOAT.max)]
+                 | minFloat(Float, Float)       [function, smt-hook(fp.min), hook(FLOAT.min)]
+                 | sqrtFloat(Float)             [function]
+                 | maxValueFloat(precision: Int, exponentBits: Int)      [function, hook(FLOAT.maxValue)]
+                 | minValueFloat(precision: Int, exponentBits: Int)      [function, hook(FLOAT.minValue)]
+

Floating-point comparisons

+ +

Compute whether a float is less than or equasl to, less than, greater than or
+equal to, greater than, equal, or unequal to another float. Note that
+X ==Float Y and X ==K Y might yield different values. The latter should be
+used in cases where you want to compare whether two values of sort Float
+contain the same term. The former should be used when you want to implement
+the == operator of a programming language. In particular, NaN =/=Float NaN
+is true, because NaN compares unequal to all values, including itself, in
+IEEE 754 arithmetic. 0.0 ==Float -0.0 is also true.

+
  syntax Bool ::= Float "<=Float" Float       [function, smt-hook(fp.leq), latex({#1}\mathrel{\leq_{\scriptstyle\it Float}}{#2}), hook(FLOAT.le)]
+                | Float "<Float" Float        [function, smt-hook(fp.lt), latex({#1}\mathrel{<_{\scriptstyle\it Float}}{#2}), hook(FLOAT.lt)]
+                | Float ">=Float" Float       [function, smt-hook(fp.geq), latex({#1}\mathrel{\geq_{\scriptstyle\it Float}}{#2}), hook(FLOAT.ge)]
+                | Float ">Float" Float        [function, smt-hook(fg.gt), latex({#1}\mathrel{>_{\scriptstyle\it Float}}{#2}), hook(FLOAT.gt)]
+                | Float "==Float" Float       [function, comm, smt-hook(fp.eq), latex({#1}\mathrel{==_{\scriptstyle\it Float}}{#2}), hook(FLOAT.eq), klabel(_==Float_)]
+                | Float "=/=Float" Float      [function, comm, smt-hook((not (fp.eq #1 #2))), latex({#1}\mathrel{\neq_{\scriptstyle\it Float}}{#2})]
+
+  rule F1:Float =/=Float F2:Float => notBool (F1 ==Float F2)
+

Conversion between integer and float

+ +

You can convert an integer to a floating-point number with the specified
+precision and exponent range. You can also convert a floating-point number
+to the nearest integer. This operation rounds to the nearest integer, but it
+also avoids the double-rounding that is present in ceilFloat and floorFloat
+if the nearest integer is not representable in the specified floating-point
+type.

+
  syntax Float ::= Int2Float(Int, precision: Int, exponentBits: Int)    [function, latex({\\it{}Int2Float}), hook(FLOAT.int2float)]
+  syntax Int ::= Float2Int(Float)    [function, total, latex({\\it{}Float2Int}), hook(FLOAT.float2int)]
+

Implementation of Floats

+ +

The remainder of this section consists of an implementation in K of some of the
+operators above.

+
  rule sqrtFloat(F:Float) => rootFloat(F, 2)
+
+  rule isInfinite(F:Float) => F >Float maxValueFloat(precisionFloat(F), exponentBitsFloat(F)) orBool F <Float --Float maxValueFloat(precisionFloat(F), exponentBitsFloat(F))
+
+endmodule
+

Strings

+

Provided here is the syntax of an implementation of Unicode strings in K. This
+type is hooked to an implementation of strings provided by the backend. The
+implementation is currently incomplete and does not fully support encodings
+and code points beyond the initial 256 code points of the Basic Latin and
+Latin-1 Supplement blocks. In the future, there may be breaking changes to
+the semantics of this module in order to support this functionality.

+

The syntax of strings in K is delineated by double quotes. Inside the double
+quotes, any character can appear verbatim except double quotes, backslash,
+newline, and carriage return. K also supports the following escape sequences:

+
    +
  • " - the " character
  • +
  • \ - the \ character
  • +
  • \n - newline character
  • +
  • \r - carriage return character
  • +
  • \t - tab character
  • +
  • \f - form feed character
  • +
  • \xFF - \x followed by two hexadecimal characters indicates a code point
    +between 0x00 and 0xff
  • +
  • \uFFFF - \u followed by four hexadecimal characters indicates a code point
    +between 0x0000 and 0xffff
  • +
  • \UFFFFFFFF - \U followed by eight hexadecimal characters indicates a code
    +point between 0x000000 and 0x10ffff
  • +
+
module STRING-SYNTAX
+  syntax String [hook(STRING.String)]
+  syntax String ::= r"[\\\"](([^\\\"\\n\\r\\\\])|([\\\\][nrtf\\\"\\\\])|([\\\\][x][0-9a-fA-F]{2})|([\\\\][u][0-9a-fA-F]{4})|([\\\\][U][0-9a-fA-F]{8}))*[\\\"]"      [token]
+endmodule
+
+module STRING-COMMON
+  imports STRING-SYNTAX
+  imports private INT
+  imports private FLOAT-SYNTAX
+  imports private K-EQUAL
+  imports private BOOL
+

String concatenation

+ +

You can concatenate two strings in O(N) time. For successive concatenation
+operations, it may be better to use the STRING-BUFFER module.

+
  syntax String ::= String "+String" String    [function, total, left, latex({#1}+_{\scriptstyle\it String}{#2}), hook(STRING.concat)]
+

String length

+ +

You can get the length of a string in O(1) time.

+
  syntax Int ::= lengthString ( String ) [function, total, hook(STRING.length)]
+

Character and integer conversion

+ +

You can convert between a character (as represented by a string containing
+a single code point) and an integer in O(1) time.

+
  syntax String ::= chrChar ( Int )      [function, hook(STRING.chr)]
+  syntax Int ::= ordChar ( String )      [function, hook(STRING.ord)]
+

String substring

+ +

You can compute a substring of a string in O(N) time (where N is the
+length of the substring). There are two important facts to note:

+
    +
  1. the range generated includes the character at startIndex but excludes the
    +character at endIndex, i.e., the range is [startIndex..endIndex).
  2. +
  3. this function is only defined on valid indices (i.e., it is defined when
    +startIndex < endIndex and endIndex is less than or equal to the string
    +length).
  4. +
+
  syntax String ::= substrString ( String , startIndex: Int , endIndex: Int ) [function, total, hook(STRING.substr)]
+
+ +

You can find the first (respectively, last) occurrence of a substring, starting
+at a certain index, in another string in O(N*M) time.
+Returns -1 if the substring is not found.

+
  syntax Int ::= findString ( haystack: String , needle: String , index: Int )   [function, hook(STRING.find)]
+  syntax Int ::= rfindString ( haystack: String , needle: String , index: Int )  [function, hook(STRING.rfind)]
+
+ +

You can find the first (respectively, last) occurrence of one of the characters
+of the search string, starting at a certain index, in another string in
+O(N*M) time.

+
  syntax Int ::= findChar ( haystack: String , needles: String , index: Int )     [function, hook(STRING.findChar)]
+  syntax Int ::= rfindChar ( haystack: String , needles: String , index: Int )    [function, hook(STRING.rfindChar)]
+

String and Bool conversion

+ +
  syntax String ::= Bool2String(Bool) [function, total]
+  rule Bool2String(true)  => "true"
+  rule Bool2String(false) => "false"
+
  syntax Bool ::= String2Bool(String) [function]
+  rule String2Bool("true")  => true
+  rule String2Bool("false") => false
+

String and float conversion

+ +

You can convert between a String and a Float. The String will be
+represented in the syntax of the Float sort (see the section on the FLOAT
+module above for details of that syntax). Which particular string is returned
+by Float2String is determined by the backend, but the same Float is
+guaranteed to return the same String, and converting that String back to a
+Float is guaranteed to return the original Float.

+

You can also convert a Float to a string in a particular syntax using the
+variant of Float2String with a format. In this case, the resulting string
+is one which results directly from passing that format to mpfr_printf. This
+functionality may not be supported on backends that do not use Gnu MPFR to
+implement floating-point numbers.

+
  syntax String ::= Float2String ( Float )              [function, total, hook(STRING.float2string)]
+  syntax String ::= Float2String ( Float , format: String )     [function, klabel(FloatFormat), hook(STRING.floatFormat)]
+  syntax Float  ::= String2Float ( String )             [function, hook(STRING.string2float)]
+

String and integer conversions

+ +

You can convert between a String and an Int. The String will be represented
+in the syntax of the INT module (i.e., a nonempty sequence of digits
+optionally prefixed by a sign). When converting from an Int to a String,
+the sign will not be present unless the integer is negative.

+

You can also convert between a String and an Int in a particular radix.
+This radix can be anywhere between 2 and 36. For a radix 2 <= N <= 10, the
+digits 0 to N-1 will be used. For a radix 11 <= N <= 36, the digits 0 to 9
+and the first N-10 letters of the Latin alphabet will be used. Both uppercase
+and lowercase letters are supported by String2Base. Whether the letters
+returned by Base2String are upper or lowercase is determined by the backend,
+but the backend will consistently choose one or the other.

+
  syntax Int    ::= String2Int   ( String )             [function, hook(STRING.string2int)]
+  syntax String ::= Int2String   ( Int )                [function, total, hook(STRING.int2string)]
+  syntax String ::= Base2String  ( Int , base: Int )          [function, hook(STRING.base2string)]
+  syntax Int    ::= String2Base  ( String , base: Int )       [function, hook(STRING.string2base)]
+

String count and replace

+ +

You can replace one, some, or all occurrences of a string within another
+string in O(N*M) time. The replaceAll, replace, and replaceFirst methods
+are identical, except replaceFirst replaces exactly one ocurrence of the
+string, the first occurrence. replace replaces the first times occurrences.
+And replaceAll replaces every occurrence.

+

You can also count the number of times a string occurs within another string
+using countAllOccurrences.

+
  syntax String ::= "replaceAll" "(" haystack: String "," needle: String "," replacement: String ")"      [function, total, hook(STRING.replaceAll)]
+  syntax String ::= "replace" "(" haystack: String "," needle: String "," replacement: String "," times: Int ")" [function, hook(STRING.replace)]
+  syntax String ::= "replaceFirst" "(" haystack: String "," needle: String "," replacement: String ")"    [function, total, hook(STRING.replaceFirst)]
+  syntax Int ::= "countAllOccurrences" "(" haystack: String "," needle: String ")"            [function, total, hook(STRING.countAllOccurrences)]
+

String equality and lexicographic comparison

+ +

You can compare whether two strings are equal or unequal, or whether one string
+is less than, less than or equal to, greater than, or greater than or equal to
+another according to the natural lexicographic ordering of strings.

+
  syntax Bool ::= String "==String" String  [function, total, comm, hook(STRING.eq)]
+                | String "=/=String" String [function, total, comm, hook(STRING.ne)]
+  rule S1:String =/=String S2:String => notBool (S1 ==String S2)
+
+  syntax Bool ::= String  "<String" String [function, total, hook(STRING.lt)]
+                | String "<=String" String [function, total, hook(STRING.le)]
+                | String  ">String" String [function, total, hook(STRING.gt)]
+                | String ">=String" String [function, total, hook(STRING.ge)]
+

Implementation of Strings

+ +

What follows is a few String hooks which are deprecated and only are supported
+on certain outdated backends of K, as well as an implementation of several
+of the above operations in K.

+
  syntax String ::= categoryChar(String)       [function, hook(STRING.category)]
+                  | directionalityChar(String) [function, hook(STRING.directionality)]
+
+  syntax String ::= "newUUID" [function, hook(STRING.uuid), impure]
+
+  rule S1:String <=String S2:String => notBool (S2 <String S1)
+  rule S1:String >String S2:String => S2 <String S1
+  rule S1:String >=String S2:String => notBool (S1 <String S2)
+
+  rule findChar(S1:String, S2:String, I:Int) => #if findString(S1, substrString(S2, 0, 1), I) ==Int -1 #then findChar(S1, substrString(S2, 1, lengthString(S2)), I) #else #if findChar(S1, substrString(S2, 1, lengthString(S2)), I) ==Int -1 #then findString(S1, substrString(S2, 0, 1), I) #else minInt(findString(S1, substrString(S2, 0, 1), I), findChar(S1, substrString(S2, 1, lengthString(S2)), I)) #fi #fi requires S2 =/=String ""
+  rule findChar(_, "", _) => -1
+  rule rfindChar(S1:String, S2:String, I:Int) => maxInt(rfindString(S1, substrString(S2, 0, 1), I), rfindChar(S1, substrString(S2, 1, lengthString(S2)), I)) requires S2 =/=String ""
+  rule rfindChar(_, "", _) => -1
+
+  rule countAllOccurrences(Source:String, ToCount:String) => 0
+            requires findString(Source, ToCount, 0) <Int 0
+  rule countAllOccurrences(Source:String, ToCount:String) => 1 +Int countAllOccurrences(substrString(Source, findString(Source, ToCount, 0) +Int lengthString(ToCount), lengthString(Source)), ToCount)
+            requires findString(Source, ToCount, 0) >=Int 0
+
+  rule replaceFirst(Source:String, ToReplace:String, Replacement:String) => substrString(Source, 0, findString(Source, ToReplace, 0))
+                +String Replacement +String substrString(Source, findString(Source, ToReplace, 0) +Int lengthString(ToReplace), lengthString(Source))
+                requires findString(Source, ToReplace, 0) >=Int 0
+  rule replaceFirst(Source:String, ToReplace:String, _:String) => Source
+        requires findString(Source, ToReplace, 0) <Int 0
+
+
+  rule replace(Source:String, ToReplace:String, Replacement:String, Count:Int) =>
+       substrString(Source, 0, findString(Source, ToReplace, 0)) +String Replacement +String
+       replace(substrString(Source, findString(Source, ToReplace, 0) +Int lengthString(ToReplace), lengthString(Source)), ToReplace, Replacement, Count -Int 1)
+        requires Count >Int 0
+  rule replace(Source:String, _, _, 0) => Source
+  rule replaceAll(Source:String, ToReplace:String, Replacement:String) => replace(Source, ToReplace, Replacement, countAllOccurrences(Source, ToReplace))
+
+endmodule
+
+module STRING-KORE [kore, symbolic]
+  imports private K-EQUAL
+  imports STRING-COMMON
+
+  rule S1:String ==K S2:String => S1 ==String S2 [simplification]
+
+endmodule
+
+module STRING
+  imports STRING-COMMON
+  imports STRING-KORE
+endmodule
+

String Buffers

+

It is a well known fact that repeated string concatenations are quadratic
+in performance whereas use of an efficient mutable representation of arrays
+can yield linear performance. We thus provide such a sort, the StringBuffer
+sort. Axiomatically, it is implemented below on symbolic backends using the
+String module. However, on concrete backends it provides an efficient
+implementation of string concatenation. There are three operations:

+
    +
  • .StringBuffer creates a new StringBuffer with current content equal
    +to the empty string.
  • +
  • +String takes a StringBuffer and a String and appends the String to
    +the end of the StringBuffer
  • +
  • StringBuffer2String converts a StringBuffer to a String. This operation
    +copies the string so that subsequent modifications to the StringBuffer
    +will not change the value of the String returned by this function.
  • +
+
module STRING-BUFFER-IN-K [symbolic]
+  imports private BASIC-K
+  imports STRING
+
+  syntax StringBuffer ::= ".StringBuffer" [function, total]
+  syntax StringBuffer ::= StringBuffer "+String" String [function, total, avoid]
+  syntax StringBuffer ::= String
+  syntax String ::= StringBuffer2String ( StringBuffer ) [function, total]
+
+  rule {SB:String +String S:String}::StringBuffer => (SB +String S)::String
+  rule .StringBuffer => ""
+  rule StringBuffer2String(S:String) => S
+endmodule
+
+module STRING-BUFFER-HOOKED [concrete]
+  imports private BASIC-K
+  imports STRING
+
+  syntax StringBuffer [hook(BUFFER.StringBuffer)]
+  syntax StringBuffer ::= ".StringBuffer" [function, total, hook(BUFFER.empty), impure]
+  syntax StringBuffer ::= StringBuffer "+String" String [function, total, hook(BUFFER.concat), avoid]
+  syntax String ::= StringBuffer2String ( StringBuffer ) [function, total, hook(BUFFER.toString)]
+endmodule
+
+module STRING-BUFFER
+  imports STRING-BUFFER-HOOKED
+  imports STRING-BUFFER-IN-K
+endmodule
+

Byte Arrays

+

Provided here is the syntax of an implementation of fixed-width arrays of Bytes
+in K. This type is hooked to an implementation of bytes provided by the
+backend. In concrete backends, this representation is mutable and thus multiple
+references can occur to the same Bytes object and when one is modified, the
+others are also modified. Care should be taken not to rely on this fact however
+as this is not the case in symbolic backends and thus you will experience
+divergent behavior unless the Bytes type is used in a manner that preserves
+consistency.

+
module BYTES-SYNTAX
+  imports private STRING-SYNTAX
+
+  syntax Bytes [hook(BYTES.Bytes)]
+  syntax Bytes ::= r"b[\\\"](([\\x20\\x21\\x23-\\x5B\\x5D-\\x7E])|([\\\\][tnfr\\\"\\\\])|([\\\\][x][0-9a-fA-F]{2}))*[\\\"]"      [token]
+endmodule
+
module BYTES-STRING-ENCODE [kore, symbolic]
+  imports BYTES-SYNTAX
+

Encoding/decoding between Bytes and String

+ +

You can encode/decode between Bytes and String using UTF-8, UTF-16LE, UTF-16BE, UTF-32LE, and UTF-32BE

+
    syntax String ::= decodeBytes ( encoding: String , contents: Bytes ) [function, hook(BYTES.decodeBytes)]
+    syntax Bytes ::= encodeBytes ( encoding: String , contents: String ) [function, hook(BYTES.encodeBytes)]
+endmodule
+
module BYTES-HOOKED
+  imports STRING-SYNTAX
+  imports BYTES-SYNTAX
+  imports BYTES-STRING-ENCODE
+

Empty byte array

+ +

The byte array of length zero is represented by .Bytes.

+
  syntax Bytes ::= ".Bytes" [function, total, hook(BYTES.empty)]
+

Endianness

+ +

When converting to/from an integer, byte arrays can be treated as either little
+endian (ie, least significant byte first) or big endian (ie, most significant
+byte first).

+
  syntax Endianness ::= "LE" [klabel(littleEndianBytes), symbol]
+                      | "BE" [klabel(bigEndianBytes), symbol]
+

Signedness

+ +

When converting to/from an integer, byte arrays can be treated as either signed
+or unsigned.

+
  syntax Signedness ::= "Signed" [klabel(signedBytes), symbol]
+                      | "Unsigned" [klabel(unsignedBytes), symbol]
+

Integer and Bytes conversion

+ +

You can convert from a Bytes to an Int. In order to do this, the endianness
+and signedness of the Bytes must be provided. The resulting integer is
+created by means of interpreting the Bytes as either a twos-complement
+representation, or an unsigned representation, of an integer, in the specified
+byte order.

+

You can also convert from an Int to a Bytes. This comes in two variants.
+In the first, the length of the resulting Bytes in bytes is explicitly
+specified. If the length is greater than the highest set bit in the magnitude
+of the integer, the result is padded with 0 bits if the number is positive
+and 1 bits if the number is negative. If the length is less than the highest
+bit set in the magnitude of the integer, the most-significant bits of the
+integer will be truncated. The endianness of the resulting Bytes object
+is as specified.

+

In the second variant, both endianness and signedness are specified, and
+the resulting Bytes object will be the smallest number of bytes necessary
+for the resulting Bytes object to be convertible back to the original integer
+via Bytes2Int. In other words, if the highest bit set in the magnitude of the
+integer is N, then the byte array will be at least N+1 bits long, rounded up
+to the nearest byte.

+
  syntax Int ::= Bytes2Int(Bytes, Endianness, Signedness) [function, total, hook(BYTES.bytes2int)]
+  syntax Bytes ::= Int2Bytes(length: Int, Int, Endianness) [function, total, hook(BYTES.int2bytes)]
+                 | Int2Bytes(Int, Endianness, Signedness) [function, total, klabel(Int2BytesNoLen)]
+

String and Bytes conversion

+ +

You can convert between a Bytes and a String in O(N) time. The resulting
+value is a copy of the original and will not be affected by subsequent
+mutations of the input or output value.

+
  syntax String ::= Bytes2String(Bytes) [function, total, hook(BYTES.bytes2string)]
+  syntax Bytes ::= String2Bytes(String) [function, total, hook(BYTES.string2bytes)]
+

Bytes update

+ +

You can set the value of a particular byte in a Bytes object in O(1) time.
+The result is #False if value is not in the range [0..255] or if index
+is not a valid index (ie, less than zero or greater than or equal to the length
+of the Bytes term).

+
  syntax Bytes ::= Bytes "[" index: Int "<-" value: Int "]" [function, hook(BYTES.update)]
+

Bytes lookup

+ +

You can get the value of a particular byte in a Bytes object in O(1) time.
+The result is #False if index is not a valid index (see above).

+
  syntax Int ::= Bytes "[" Int "]" [function, hook(BYTES.get)]
+

Bytes substring

+ +

You can get a new Bytes object containing a range of bytes from the input
+Bytes in O(N) time (where N is the length of the substring). The range
+of bytes included is [startIndex..endIndex). The resulting Bytes is
+a copy and mutations to it do not affect mutations to the original Bytes.
+The result is #False if startIndex or endIndex are not valid.

+
  syntax Bytes ::= substrBytes(Bytes, startIndex: Int, endIndex: Int) [function, hook(BYTES.substr)]
+

Multiple bytes update

+ +

You can modify a Bytes to return a Bytes which is equal to dest except
+the N elements starting at index are replaced with the contents of src in
+O(N) time. This does not create a new Bytes object and will instead modify
+the original on concrete backends. The result is #False if index + N
+is not a valid index.

+
  syntax Bytes ::= replaceAtBytes(dest: Bytes, index: Int, src: Bytes) [function, hook(BYTES.replaceAt)]
+

Multiple bytes update

+ +

You can modify a Bytes to return a Bytes which is equal to dest except
+the count bytes starting at index are replaced with count bytes of value
+Int2Bytes(1, v, LE/BE) in O(count) time. This does not create a new Bytes
+object and will instead modify the original on concrete backends.
+This will throw an exception if index + count is not a valid index.
+The acceptable range of values for v is -128 to 127. This will throw an
+exception if v is outside of this range.
+This is implemented only for the LLVM backend.

+
  syntax Bytes ::= memsetBytes(dest: Bytes, index: Int, count: Int, v: Int) [function, hook(BYTES.memset)]
+

Bytes padding

+ +

You can create a new Bytes object which is at least length bytes long
+by taking the input sequence and padding it on the right (respectively, on the
+left) with the specified value. This does not create a new Bytes object
+if the input is already at least length bytes long, and will instead
+return the input unchanged. The result is #False if value is not in the
+range [0..255], or if the length is negative.

+
  syntax Bytes ::= padRightBytes(Bytes, length: Int, value: Int) [function, hook(BYTES.padRight)]
+                 | padLeftBytes(Bytes, length: Int, value: Int) [function, hook(BYTES.padLeft)]
+

Bytes reverse

+ +

You can reverse a Bytes object in O(N) time. This does not create a new
+Bytes object and will instead modify the original on concrete backends.

+
  syntax Bytes ::= reverseBytes(Bytes) [function, total, hook(BYTES.reverse)]
+

Bytes length

+ +

You can get the length of a Bytes term in O(1) time.

+
  syntax Int ::= lengthBytes(Bytes) [function, total, hook(BYTES.length), smtlib(lengthBytes)]
+

Bytes concatenation

+ +

You can create a new Bytes object by concatenating two Bytes objects
+together in O(N) time.

+
  syntax Bytes ::= Bytes "+Bytes" Bytes [function, total, hook(BYTES.concat), right]
+
+endmodule
+

Implementation of Bytes

+ +

The remainder of this module consists of an implementation of some of the
+operators listed above in K.

+
module BYTES-CONCRETE [concrete]
+  imports BYTES-HOOKED
+endmodule
+
+module BYTES-KORE [kore]
+  imports BYTES-HOOKED
+  imports BYTES-SYMBOLIC-CEIL
+endmodule
+
+module BYTES-SYMBOLIC-CEIL [symbolic, kore]
+  imports BYTES-HOOKED
+  imports private INT
+  imports private BOOL
+
+  rule #Ceil(padRightBytes(_, LEN, VAL)) => {(0 <=Int LEN andBool 0 <=Int VAL andBool VAL <Int 256) #Equals true} [simplification]
+  rule #Ceil(padLeftBytes(_, LEN, VAL))  => {(0 <=Int LEN andBool 0 <=Int VAL andBool VAL <Int 256) #Equals true} [simplification]
+endmodule
+
+module BYTES
+  imports BYTES-CONCRETE
+  imports BYTES-KORE
+  imports private INT
+
+  rule Int2Bytes(I::Int, E::Endianness, Unsigned) => Int2Bytes((log2Int(I) +Int 8) /Int 8, I, E)
+    requires I >Int 0
+  rule Int2Bytes(0, _::Endianness, _) => .Bytes
+  rule Int2Bytes(I::Int, E::Endianness, Signed) => Int2Bytes((log2Int(I) +Int 9) /Int 8, I, E)
+    requires I >Int 0
+  rule Int2Bytes(I::Int, E::Endianness, Signed) => Int2Bytes((log2Int(~Int I) +Int 9) /Int 8, I, E)
+    requires I <Int -1
+  rule Int2Bytes(-1, E::Endianness, Signed) => Int2Bytes(1, -1, E)
+endmodule
+

Program identifiers

+

Provided here is an implementation for program identifiers in K. Developers
+of semantics for a particular language may wish to use their own implementation
+instead of the one provided here if their syntax differs from the syntax
+defined below. However, this is provided for convenience for developers who
+do not care about the lexical syntax of identifiers.

+

Provided are the following pieces of functionality:

+
    +
  • Id2String - Convert an Id to a String containing its name
  • +
  • String2Id - Convert a String to an Id with the specified name
  • +
  • !X:Id - You can get a fresh identifier distinct from any previous identifier
    +generated by this syntax.
  • +
+
module ID-SYNTAX-PROGRAM-PARSING
+  imports BUILTIN-ID-TOKENS
+  syntax Id ::= r"(?<![A-Za-z0-9\\_])[A-Za-z\\_][A-Za-z0-9\\_]*"     [prec(1), token]
+              | #LowerId                                             [token]
+              | #UpperId                                             [token]
+endmodule
+
+module ID-SYNTAX
+  syntax Id [token]
+endmodule
+
+module ID-COMMON
+  imports ID-SYNTAX
+  imports private STRING
+
+  syntax String ::= Id2String ( Id )    [function, total, hook(STRING.token2string)]
+  syntax Id ::= String2Id (String) [function, total, hook(STRING.string2token)]
+  syntax Id ::= freshId(Int)    [freshGenerator, function, total, private]
+
+  rule freshId(I:Int) => String2Id("_" +String Int2String(I))
+endmodule
+
+module ID
+  imports ID-COMMON
+endmodule
+

Equality and conditionals

+

Provided here are implementations of two important primitives in K:

+
    +
  • ==K - the equality between two terms. Returns true if they are equal
    +and false if they are not equal.
  • +
  • #if #then #else #fi - polymorphic conditional function. If the first
    +argument evaluates to true, the second argument is returned. Otherwise,
    +the third argument is returned. Note that this does not short-circuit on
    +symbolic backends.
  • +
+
module K-EQUAL-SYNTAX
+  imports private BOOL
+  imports private BASIC-K
+
+  syntax Bool ::= left:
+                  K "==K" K           [function, total, comm, smt-hook(=), hook(KEQUAL.eq), klabel(_==K_), symbol, latex({#1}\mathrel{=_K}{#2}), group(equalEqualK)]
+                | K "=/=K" K          [function, total, comm, smt-hook(distinct), hook(KEQUAL.ne), klabel(_=/=K_), symbol, latex({#1}\mathrel{\neq_K}{#2}), group(notEqualEqualK)]
+
+  syntax priorities equalEqualK notEqualEqualK > boolOperation mlOp
+
+  syntax {Sort} Sort ::= "#if" Bool "#then" Sort "#else" Sort "#fi"   [function, total, smt-hook(ite), hook(KEQUAL.ite)]
+
+endmodule
+
+module K-EQUAL-KORE [kore, symbolic]
+  import private BOOL
+  import K-EQUAL-SYNTAX
+
+  rule K1:Bool ==K K2:Bool => K1 ==Bool K2 [simplification]
+  rule {K1 ==K K2 #Equals true} => {K1 #Equals K2} [simplification]
+  rule {true #Equals K1 ==K K2} => {K1 #Equals K2} [simplification]
+  rule {K1 ==K K2 #Equals false} => #Not({K1 #Equals K2}) [simplification]
+  rule {false #Equals K1 ==K K2} => #Not({K1 #Equals K2}) [simplification]
+  rule {K1 =/=K K2 #Equals true} => #Not({K1 #Equals K2}) [simplification]
+  rule {true #Equals K1 =/=K K2} => #Not({K1 #Equals K2}) [simplification]
+  rule {K1 =/=K K2 #Equals false} => {K1 #Equals K2} [simplification]
+  rule {false #Equals K1 =/=K K2} => {K1 #Equals K2} [simplification]
+
+endmodule
+
+module K-EQUAL
+  import private BOOL
+  import K-EQUAL-SYNTAX
+  import K-EQUAL-KORE
+
+  rule K1:K =/=K K2:K => notBool (K1 ==K K2)
+
+  rule #if C:Bool #then B1::K #else _ #fi => B1 requires C
+  rule #if C:Bool #then _ #else B2::K #fi => B2 requires notBool C
+
+endmodule
+

Meta operations

+

Provided below are a few miscellaneous, mostly deprecated functions in K.
+It is not recommended to use any of them directly as they are largely
+unsupported in modern K. There are a few exceptions:

+
    +
  • #getenv - Returns the value of an environment variable
  • +
  • #kompiledDirectory - Returns the path to the current compiled K definition
    +directory.
  • +
  • #unparseKORE - Takes a K term and converts it to a string.
  • +
+
module K-REFLECTION
+  imports BASIC-K
+  imports STRING
+
+  syntax K ::= "#configuration" [function, impure, hook(KREFLECTION.configuration)]
+  syntax String ::= #sort(K) [function, hook(KREFLECTION.sort)]
+  syntax KItem ::= #fresh(String)   [function, hook(KREFLECTION.fresh), impure]
+  syntax KItem ::= getKLabel(K)  [function, hook(KREFLECTION.getKLabel)]
+
+  syntax K ::= #getenv(String) [function, impure, hook(KREFLECTION.getenv)]
+
+  syntax String ::= #kompiledDirectory() [function, hook(KREFLECTION.kompiledDir)]
+
+  // meaningful only for the purposes of compilation to a binary, otherwise
+  // undefined
+  syntax List ::= #argv() [function, hook(KREFLECTION.argv)]
+
+  syntax {Sort} String ::= #unparseKORE(Sort) [function, hook(KREFLECTION.printKORE)]
+  syntax IOError ::= "#noParse" "(" String ")" [klabel(#noParse), symbol]
+
+endmodule
+

I/O in K

+

Concrete execution in K supports I/O operations. This functionality is not
+supported during symbolic execution, because symbolic execution must exist
+completely free of side-effects, and I/O is an irreducible type of side effect.
+However, it is useful in many cases when defining concrete execution to be able
+to make reference to I/O operations.

+

The design of these I/O operations is based on the POSIX standard, for the most
+part. For example, the #read K function maps to the read POSIX function. We
+do not at this time have a higher-level API for I/O, but this may be
+implemented at some point in the future.

+

I/O operations generally return either their result, or an IOError term
+corresponding to the errno returned by the underlying system call.

+
module K-IO
+  imports private LIST
+  imports private STRING
+  imports private INT
+

I/O errors

+ +

Aside from EOF, which is returned by #getc if the file is at end-of-file, all
+of the below I/O errors correspond to possible values for errno after calling
+a library function. If the errno returned is not one of the below errnos
+known to K, #unknownIOError is returned along with the integer errno value.

+
  syntax IOError ::= "#EOF" [klabel(#EOF), symbol] | #unknownIOError(errno: Int) [symbol]
+                   | "#E2BIG" [klabel(#E2BIG), symbol]
+                   | "#EACCES" [klabel(#EACCES), symbol]
+                   | "#EAGAIN" [klabel(#EAGAIN), symbol]
+                   | "#EBADF" [klabel(#EBADF), symbol]
+                   | "#EBUSY" [klabel(#EBUSY), symbol]
+                   | "#ECHILD" [klabel(#ECHILD), symbol]
+                   | "#EDEADLK" [klabel(#EDEADLK), symbol]
+                   | "#EDOM" [klabel(#EDOM), symbol]
+                   | "#EEXIST" [klabel(#EEXIST), symbol]
+                   | "#EFAULT" [klabel(#EFAULT), symbol]
+                   | "#EFBIG" [klabel(#EFBIG), symbol]
+                   | "#EINTR" [klabel(#EINTR), symbol]
+                   | "#EINVAL" [klabel(#EINVAL), symbol]
+                   | "#EIO" [klabel(#EIO), symbol]
+                   | "#EISDIR" [klabel(#EISDIR), symbol]
+                   | "#EMFILE" [klabel(#EMFILE), symbol]
+                   | "#EMLINK" [klabel(#EMLINK), symbol]
+                   | "#ENAMETOOLONG" [klabel(#ENAMETOOLONG), symbol]
+                   | "#ENFILE" [klabel(#ENFILE), symbol]
+                   | "#ENODEV" [klabel(#ENODEV), symbol]
+                   | "#ENOENT" [klabel(#ENOENT), symbol]
+                   | "#ENOEXEC" [klabel(#ENOEXEC), symbol]
+                   | "#ENOLCK" [klabel(#ENOLCK), symbol]
+                   | "#ENOMEM" [klabel(#ENOMEM), symbol]
+                   | "#ENOSPC" [klabel(#ENOSPC), symbol]
+                   | "#ENOSYS" [klabel(#ENOSYS), symbol]
+                   | "#ENOTDIR" [klabel(#ENOTDIR), symbol]
+                   | "#ENOTEMPTY" [klabel(#ENOTEMPTY), symbol]
+                   | "#ENOTTY" [klabel(#ENOTTY), symbol]
+                   | "#ENXIO" [klabel(#ENXIO), symbol]
+                   | "#EPERM" [klabel(#EPERM), symbol]
+                   | "#EPIPE" [klabel(#EPIPE), symbol]
+                   | "#ERANGE" [klabel(#ERANGE), symbol]
+                   | "#EROFS" [klabel(#EROFS), symbol]
+                   | "#ESPIPE" [klabel(#ESPIPE), symbol]
+                   | "#ESRCH" [klabel(#ESRCH), symbol]
+                   | "#EXDEV" [klabel(#EXDEV), symbol]
+                   | "#EWOULDBLOCK" [klabel(#EWOULDBLOCK), symbol]
+                   | "#EINPROGRESS" [klabel(#EINPROGRESS), symbol]
+                   | "#EALREADY" [klabel(#EALREADY), symbol]
+                   | "#ENOTSOCK" [klabel(#ENOTSOCK), symbol]
+                   | "#EDESTADDRREQ" [klabel(#EDESTADDRREQ), symbol]
+                   | "#EMSGSIZE" [klabel(#EMSGSIZE), symbol]
+                   | "#EPROTOTYPE" [klabel(#EPROTOTYPE), symbol]
+                   | "#ENOPROTOOPT" [klabel(#ENOPROTOOPT), symbol]
+                   | "#EPROTONOSUPPORT" [klabel(#EPROTONOSUPPORT), symbol]
+                   | "#ESOCKTNOSUPPORT" [klabel(#ESOCKTNOSUPPORT), symbol]
+                   | "#EOPNOTSUPP" [klabel(#EOPNOTSUPP), symbol]
+                   | "#EPFNOSUPPORT" [klabel(#EPFNOSUPPORT), symbol]
+                   | "#EAFNOSUPPORT" [klabel(#EAFNOSUPPORT), symbol]
+                   | "#EADDRINUSE" [klabel(#EADDRINUSE), symbol]
+                   | "#EADDRNOTAVAIL" [klabel(#EADDRNOTAVAIL), symbol]
+                   | "#ENETDOWN" [klabel(#ENETDOWN), symbol]
+                   | "#ENETUNREACH" [klabel(#ENETUNREACH), symbol]
+                   | "#ENETRESET" [klabel(#ENETRESET), symbol]
+                   | "#ECONNABORTED" [klabel(#ECONNABORTED), symbol]
+                   | "#ECONNRESET" [klabel(#ECONNRESET), symbol]
+                   | "#ENOBUFS" [klabel(#ENOBUFS), symbol]
+                   | "#EISCONN" [klabel(#EISCONN), symbol]
+                   | "#ENOTCONN" [klabel(#ENOTCONN), symbol]
+                   | "#ESHUTDOWN" [klabel(#ESHUTDOWN), symbol]
+                   | "#ETOOMANYREFS" [klabel(#ETOOMANYREFS), symbol]
+                   | "#ETIMEDOUT" [klabel(#ETIMEDOUT), symbol]
+                   | "#ECONNREFUSED" [klabel(#ECONNREFUSED), symbol]
+                   | "#EHOSTDOWN" [klabel(#EHOSTDOWN), symbol]
+                   | "#EHOSTUNREACH" [klabel(#EHOSTUNREACH), symbol]
+                   | "#ELOOP" [klabel(#ELOOP), symbol]
+                   | "#EOVERFLOW" [klabel(#EOVERFLOW), symbol]
+

I/O result sorts

+ +

Here we see sorts defined to contain either an Int or an IOError, or
+either a String or an IOError. These sorts are used to implement the
+return sort of functions that may succeed, in which case they return a value,
+or may fail, in which case their return value indicates an error and the
+error indicated is returned via errno.

+
  syntax IOInt ::= Int | IOError
+  syntax IOString ::= String | IOError
+

Opening a file

+ +

You can open a file in K using #open. An optional mode indicates the file
+open mode, which can have any value allowed by the fopen function in C.
+The returned value is the file descriptor that was opened, or an error.

+
  syntax IOInt ::= "#open" "(" path: String ")" [function]
+               | "#open" "(" path: String "," mode: String ")" [function, hook(IO.open), impure]
+
+  rule #open(S:String) => #open(S:String, "r+")
+

Get/set position in file

+ +

You can get the current offset in a file using #tell. You can also seek
+to a particular offset using #seek or #seekEnd. #seek is implemented via
+a call to lseek with the SEEK_SET whence. #seekEnd is implemented via a
+call to lseek with the SEEK_END whence. You can emulate the SEEK_CUR
+whence by means of #seek(FD, #tell(FD) +Int Offset).

+
  syntax IOInt ::= "#tell" "(" fd: Int ")" [function, hook(IO.tell), impure]
+  syntax K ::= "#seek" "(" fd: Int "," index: Int ")" [function, hook(IO.seek), impure]
+             | "#seekEnd" "(" fd: Int "," fromEnd: Int ")" [function, hook(IO.seekEnd), impure]
+

Read from file

+ +

You can read a single character from a file using #getc. #EOF is returned
+if you are at end-of-fie.

+

You can also read up to length characters in a file using #read. The
+resulting read characters are returned, which may be fewer characters than
+requested. A string of zero length being returned indicates end-of-file.

+
  syntax IOInt ::= "#getc" "(" fd: Int ")"             [function, hook(IO.getc), impure]
+  syntax IOString ::= "#read" "(" fd: Int "," length: Int ")"    [function, hook(IO.read), impure]
+

Write to file

+ +

You can write a single character to a file using #putc. You can also write
+a string to a file using #write. The returned value on success is .K.

+
  syntax K ::= "#putc" "(" fd: Int "," value: Int ")"      [function, hook(IO.putc), impure]
+             | "#write" "(" fd: Int "," value: String ")" [function, hook(IO.write), impure]
+

Closing a file

+ +

You can close a file using #close. The returned value on success is .K.

+
  syntax K ::= "#close" "(" fd: Int ")" [function, hook(IO.close), impure]
+

Locking/unlocking a file

+ +

You can lock or unlock parts of a file using the #lock and #unlock
+functions. The lock starts at the beginning of the file and continues for
+endIndex bytes. Note that Unix systems do not actually prevent locked files
+from being read and modified; you will have to lock both sides of a concurrent
+access to guarantee exclusivity.

+
  syntax K ::= "#lock" "(" fd: Int "," endIndex: Int ")" [function, hook(IO.lock), impure]
+             | "#unlock" "(" fd: Int "," endIndex: Int ")" [function, hook(IO.unlock), impure]
+

Networking

+ +

You can accept a connection on a socket using #accept, or shut down the
+write end of a socket with #shutdownWrite. Note that facility is not provided
+for opening, binding, and listening on sockets. These functions are implemented
+in order to support creating stateful request/response servers where the
+request loop is implemented using rewriting in K, but the connection
+initialization is written in native code and linked into the LLVM backend.

+
  syntax IOInt ::= "#accept" "(" fd: Int ")" [function, hook(IO.accept), impure]
+  syntax K ::= "#shutdownWrite" "(" fd: Int ")" [function, hook(IO.shutdownWrite), impure]
+

Time

+ +

You can get the current time in seconds since midnight UTC on January 1, 1970
+using #time.

+
  syntax Int ::= "#time" "(" ")" [function, hook(IO.time), impure]
+

Builtin file descriptors

+ +

Provided here are functions that return the file descriptor for standard input,
+standard output, and standard error.

+
  syntax Int ::= "#stdin"   [function, total]
+                | "#stdout" [function, total]
+                | "#stderr" [function, total]
+
+  rule #stdin => 0
+  rule #stdout => 1
+  rule #stderr => 2
+

Shell access

+ +

You can execute a command using the shell using the #system operator. Care
+must be taken to sanitize inputs to this function or security issues may
+result. Note that K has no facility for reasoning about logic that happens
+outside its process, so any functionality that you wish to be able to formally
+reason about in K should not be implemented via the #system operator.

+
  syntax KItem ::= #system ( String ) [function, hook(IO.system), impure]
+                 | "#systemResult" "(" Int /* exit code */ "," String /* stdout */ "," String /* stderr */ ")" [klabel(#systemResult), symbol]
+

Temporary files

+ +

You can get a temporary file and open it atomically using the #mkstemp
+operator. The resulting file will be closed and deleted when K rewriting ends.
+For more info on the argument to #mkstemp, see man mkstemp.

+
  syntax IOFile ::= #mkstemp(template: String) [function, hook(IO.mkstemp), impure]
+  syntax IOFile ::= IOError
+                  | "#tempFile" "(" path: String "," fd: Int ")" [klabel(#tempFile), symbol]
+

Deleting a file

+ +

You can delete a file using its absolute or relative path using the #remove
+operator. It returns .K on success or an IOError on failure.

+
  syntax K ::= #remove(path: String) [function, total, hook(IO.remove), impure]
+

Logging

+ +

You can log information to disk using the #logToFile operator. Semantically,
+this operator returns .K. However, it has a side effect that is not reasoned
+about which is that value will be written to a uniquely-identified file
+containing name in its name. The file is only flushed to disk when rewriting
+finishes.

+
  syntax K ::= #logToFile(name: String, value: String) [function, total, hook(IO.log), impure, returnsUnit, symbol]
+

Strings can also be logged via the logging mechanisms available to the backend.
+On the LLVM backend, this just means logging the text to standard error. On the
+Haskell backend, a log message of type InfoUserLog is created with the
+specified text.

+
  syntax K ::= #log(value: String) [function, total, hook(IO.logString), impure, returnsUnit, symbol]
+

Terms can also be logged to standard error in surface syntax, rather than as
+KORE using #trace. This operator has similar semantics to #logToFile (i.e.
+it returns .K, but prints as an impure side effect). Note that calling
+#trace is equivalent to invoking the kprint tool for the first term that is
+logged, which requires re-parsing the underlying K definition. Subsequent calls
+do not incur this overhead again; the definition is cached.

+
  syntax K ::= #trace(value: KItem) [function, total, hook(IO.traceTerm), impure, returnsUnit, symbol]
+             | #traceK(value: K)    [function, total, hook(IO.traceTerm), impure, returnsUnit, symbol]
+

Implementation of high-level I/O streams in K

+ +

Below is an implementation of the stream="stdin" and stream="stdout"
+cell attributes in K. You should not refer to these symbols or modules directly
+in your definition. It is provided only so that the K compiler can make use of
+it. For more information on how to use this feature, refer to IMP++ in the K
+tutorial.

+
  syntax Stream ::= #buffer(K)
+                  | #istream(Int)
+                  | #parseInput(String, String)
+                  | #ostream(Int)
+
+endmodule
+
+// NOTE: DO NOT DIRECTLY IMPORT *-STREAM MODULES
+// These stream modules will be automatically instantiated and implicitly imported
+// into the main module when `stream` attributes appear in configuration cells.
+// Only `Stream` productions and `[stream]` rules will be imported.
+// The cell name will be replaced with the one of the main configuration.
+
+module STDIN-STREAM
+  imports K-IO
+  imports K-REFLECTION
+  imports LIST
+  imports INT
+  imports BOOL
+
+  configuration <stdin> ListItem(#buffer($STDIN:String)) ListItem($IO:String) ListItem(#istream(#stdin)) </stdin>
+
+  // read one character at a time until we read whitespace
+  rule [stdinGetc]:
+       <stdin>
+       ListItem(#parseInput(_:String, Delimiters:String))
+       ListItem(#buffer(S:String => S +String chrChar({#getc(N)}:>Int)))
+       ListItem("on")
+       ListItem(#istream(N:Int))
+       </stdin>
+    requires findChar(S, Delimiters, 0) ==Int -1 // [stdin]
+       [stream, priority(200)]
+
+  // when we reach whitespace, if it parses create a ListItem
+  rule [stdinParseString]:
+       <stdin>
+       (ListItem(#parseInput("String", Delimiters:String)) => ListItem(S))
+       ListItem(#buffer(S:String => ""))
+       _:List
+       </stdin>
+    requires findChar(S, Delimiters, 0) =/=Int -1 // [stdin]
+       [stream]
+
+  // a hack: handle the case when we read integers without the help of the IO server
+  rule [stdinParseInt]:
+       <stdin>
+       (ListItem(#parseInput("Int", Delimiters:String))
+       => ListItem(String2Int(substrString(S, 0, findChar(S, Delimiters, 0)))))
+       ListItem(#buffer(S:String => substrString(S,findChar(S, Delimiters, 0) +Int 1, lengthString(S))))
+       _:List
+       </stdin>
+    requires findChar(S, Delimiters, 0) =/=Int -1
+       andBool lengthString(S) >Int 1 // [stdin]
+       [stream]
+
+  rule [stdinTrim]:
+       <stdin>
+       ListItem(#parseInput(Sort:String, Delimiters:String))
+       ListItem(#buffer(S:String => substrString(S, 1, lengthString(S))))
+       _:List
+       </stdin>
+    requires findChar(S, Delimiters, 0) =/=Int -1
+       andBool Sort =/=String "String"
+       andBool lengthString(S) <=Int 1 // [stdin]
+       [stream]
+
+  // NOTE: This unblocking rule will be instantiated and inserted carefully
+  // when necessary according to user-defined rules, since otherwise it will
+  // lead to a diverging (i.e., non-terminating) transition system definition.
+  // Currently, it supports only a simple pattern matching on the top of the
+  // input stream cell, e.g.,
+  //   rule <k> read() => V ... </k> <in> ListItem(V:Int) => .List ...  </in>
+  // Non-supported rules that refer to the input stream cell in a sophisticated
+  // way will get stuck in concrete execution mode with real IO enabled (i.e.,
+  // under `--io on` option), while they will still work in symbolic execution
+  // mode or concrete execution mode with real IO disabled (i.e., under `--io
+  // off`, `--search`, or `--debug` options).
+  //
+  // TODO: More patterns need to be supported as well. In that case, we need to
+  // have a way to specify such patterns.
+  rule [stdinUnblock]:
+       <stdin>
+         (.List => ListItem(#parseInput(?Sort:String, ?Delimiters:String)))
+         ListItem(#buffer(_:String))
+         ...
+       </stdin>
+
+  /*
+  syntax Stream ::= "#noIO"
+
+  rule ListItem(#buffer(_))
+       (ListItem(#noIO) ListItem(#istream(_:Int)) => .List) [stdin]
+  */
+
+endmodule
+
+module STDOUT-STREAM
+  imports K-IO
+  imports LIST
+  imports STRING
+
+  configuration <stdout> ListItem(#ostream(#stdout)) ListItem($IO:String) ListItem(#buffer("")) </stdout>
+//configuration <stderr> ListItem(#ostream(#stderr)) ListItem($IO:String) ListItem(#buffer("")) </stderr>
+
+  rule [stdoutBufferFloat]:
+       <stdout>
+       ListItem(#ostream(_))
+       ListItem(_)
+       ListItem(#buffer(Buffer:String => Buffer +String Float2String(F)))
+       (ListItem(F:Float) => .List)
+       _:List
+       </stdout>
+       // [stdout, stderr]
+       [stream, priority(25)]
+  rule [stdoutBufferInt]:
+       <stdout>
+       ListItem(#ostream(_))
+       ListItem(_)
+       ListItem(#buffer(Buffer:String => Buffer +String Int2String(I)))
+       (ListItem(I:Int) => .List)
+       _:List
+       </stdout>
+       // [stdout, stderr]
+       [stream, priority(25)]
+  rule [stdoutBufferString]:
+       <stdout>
+       ListItem(#ostream(_))
+       ListItem(_)
+       ListItem(#buffer(Buffer:String => Buffer +String S))
+       (ListItem(S:String) => .List)
+       _:List
+       </stdout>
+       // [stdout, stderr]
+       [stream, priority(25)]
+
+  // Send first char from the buffer to the server
+  rule [stdoutWrite]:
+       <stdout>
+       ListItem(#ostream(N:Int => {#write(N, S) ~> N:Int}:>Int))
+       ListItem("on")
+       ListItem(#buffer(S:String => ""))
+       _:List
+       </stdout>
+    requires S =/=String "" // [stdout, stderr]
+       [stream, priority(30)]
+
+  /*
+  syntax Stream ::= "#noIO"
+
+  rule ListItem(#buffer(Buffer:String => Buffer +String Float2String(F)))
+       (ListItem(F:Float) => .List)
+       _:List [stdout, stderr]
+  rule ListItem(#buffer(Buffer:String => Buffer +String Int2String(I)))
+       (ListItem(I:Int) => .List)
+       _:List [stdout, stderr]
+  rule ListItem(#buffer(Buffer:String => Buffer +String S))
+       (ListItem(S:String) => .List)
+       _:List [stdout, stderr]
+
+  rule (ListItem(#ostream(_:Int)) ListItem(#noIO) => .List)
+       ListItem(#buffer(_))
+       _:List [stdout, stderr]
+  */
+
+endmodule
+

Machine Integers

+

Provided here is an implementation of arbitrarily large fixed-precision binary
+integers in K. This type is hooked to an implementation of integers provided
+by the backend, and in particular makes use of native machine integers for
+certain sizes of integer. For arbitrary-precision integers, see the INT
+module above.

+

The syntax of machine integers in K is the same as arbitrary-precision integers
+(i.e., an optional sign followed by a sequence of digits) except that machine
+integers always end in a suffix pN where N is an integer indicating the
+width in bits of the integer. The MInt sort is parametric, and this is
+reflected in the literals. For example, the sort of 0p8 is MInt{8}.

+
module MINT-SYNTAX
+  /*@\section{Description} The MInt implements machine integers of arbitrary
+   * bit width represented in 2's complement. */
+  syntax {Width} MInt{Width} [hook(MINT.MInt)]
+
+  /*@ Machine integer of bit width and value. */
+  syntax {Width} MInt{Width} ::= r"[\\+-]?[0-9]+[pP][0-9]+" [token, prec(2), hook(MINT.literal)]
+endmodule
+
+module MINT
+  imports MINT-SYNTAX
+  imports private INT
+  imports private BOOL
+

Bitwidth of MInt

+ +

You can get the number of bits of width in an MInt using bitwidthMInt.

+
  syntax {Width} Int ::= bitwidthMInt(MInt{Width})   [function, total, hook(MINT.bitwidth)]
+

Int and MInt conversions

+ +

You can convert from an MInt to an Int using the MInt2Signed and
+MInt2Unsigned functions. an MInt does not have a sign; its sign is instead
+reflected in how operators interpret its value either as a signed integer or as
+an unsigned integer. Thus, you can interpret a MInt as a signed integer witth
+MInt2Signed, or as an unsigned integer respectively using MInt2Unsigned.

+

You can also convert from an Int to an MInt using Int2MInt. Care must
+be given to ensure that the sort context where the Int2MInt operator appears
+has the correct bitwidth, as this will influence the width of the resulting
+MInt.

+
  syntax {Width} Int ::= MInt2Signed(MInt{Width})     [function, total, hook(MINT.svalue)]
+                       | MInt2Unsigned(MInt{Width})     [function, total, hook(MINT.uvalue), smt-hook(bv2int)]
+
+  syntax {Width} MInt{Width} ::= Int2MInt(Int) [function, total, hook(MINT.integer), smt-hook(int2bv)]
+

MInt min and max values

+ +

You can get the minimum and maximum values of a signed or unsigned MInt
+with az specified bit width using sminMInt, smaxMInt, uminMInt, and
+umaxMInt.

+
  syntax Int ::= sminMInt(Int)    [function]
+               | smaxMInt(Int)    [function]
+               | uminMInt(Int)    [function]
+               | umaxMInt(Int)    [function]
+  rule sminMInt(N:Int) => 0 -Int (1 <<Int (N -Int 1))
+  rule smaxMInt(N:Int) => (1 <<Int (N -Int 1)) -Int 1
+  rule uminMInt(_:Int) => 0
+  rule umaxMInt(N:Int) => (1 <<Int N) -Int 1
+

MInt bounds checking

+ +

You can check whether a specified Int will be represented in an MInt
+with a specified width without any loss of precision when interpreted as
+a signed or unsigned integer using soverflowMInt and uoverflowMInt.

+
  syntax Bool ::= soverflowMInt(width: Int, Int)   [function]
+                | uoverflowMInt(width: Int, Int)   [function]
+  rule
+    soverflowMInt(N:Int, I:Int)
+  =>
+    I <Int sminMInt(N) orBool I >Int smaxMInt(N)
+  rule
+    uoverflowMInt(N:Int, I:Int)
+  =>
+    I <Int uminMInt(N) orBool I >Int umaxMInt(N)
+

MInt arithmetic

+ +

You can:

+
    +
  • Compute the bitwise complement ~MInt of an MInt.
  • +
  • Compute the unary negation --MInt of an MInt.
  • +
  • Compute the product *MInt of two MInts.
  • +
  • Compute the quotient /sMInt of two MInts interpreted as signed integers.
  • +
  • Compute the modulus %sMInt of two MInts interpreted as signed integers.
  • +
  • Compute the quotient /uMInt of two MInts interpreted as unsigned
    +integers.
  • +
  • Compute the modulus %uMInt of two MInts interpreted as unsigned integers.
  • +
  • Compute the sum +MInt of two MInts.
  • +
  • Compute the difference -MInt of two MInts.
  • +
  • Compute the left shift <<MInt of two MInts. The second MInt is always
    +interpreted as positive.
  • +
  • Compute the arithmetic right shift >>aMInt of two MInts. The second
    +MInt is always interpreted as positve.
  • +
  • Compute the logical right shift >>lMInt of two MInts. The second MInt
    +is always interpreted as positive.
  • +
  • Compute the bitwise and &MInt of two MInts.
  • +
  • Compute the bitwise xor xorMInt of two MInts.
  • +
  • Compute the bitwise inclusive or |MInt of two MInts.
  • +
+
  syntax {Width} MInt{Width} ::= "~MInt" MInt{Width} [function, total, hook(MINT.not), smt-hook(bvnot)]
+                               | "--MInt" MInt{Width} [function, total, hook(MINT.neg), smt-hook(bvuminus)]
+                               > left:
+                                 MInt{Width} "*MInt" MInt{Width} [function, total, hook(MINT.mul), smt-hook(bvmul)]
+                               | MInt{Width} "/sMInt" MInt{Width} [function, hook(MINT.sdiv), smt-hook(bvsdiv)]
+                               | MInt{Width} "%sMInt" MInt{Width} [function, hook(MINT.srem), smt-hook(bvsrem)]
+                               | MInt{Width} "/uMInt" MInt{Width} [function, hook(MINT.udiv), smt-hook(bvudiv)]
+                               | MInt{Width} "%uMInt" MInt{Width} [function, hook(MINT.urem), smt-hook(bvurem)]
+                               > left:
+                                 MInt{Width} "+MInt" MInt{Width} [function, total, hook(MINT.add), smt-hook(bvadd)]
+                               | MInt{Width} "-MInt" MInt{Width} [function, total, hook(MINT.sub), smt-hook(bvsub)]
+                               > left:
+                                 MInt{Width} "<<MInt" MInt{Width} [function, hook(MINT.shl), smt-hook(bvshl)]
+                               | MInt{Width} ">>aMInt" MInt{Width} [function, hook(MINT.ashr), smt-hook(bvashr)]
+                               | MInt{Width} ">>lMInt" MInt{Width} [function, hook(MINT.lshr), smt-hook(bvlshr)]
+                               > left:
+                                 MInt{Width} "&MInt" MInt{Width} [function, total, hook(MINT.and), smt-hook(bvand)]
+                               > left:
+                                 MInt{Width} "xorMInt" MInt{Width} [function, total, hook(MINT.xor), smt-hook(bvxor)]
+                               > left:
+                                 MInt{Width} "|MInt" MInt{Width} [function, total, hook(MINT.or), smt-hook(bvor)]
+

MInt comparison

+ +

You can compute whether one MInt is less than, less than or equal to, greater
+than, or greater than or equal to another MInt when interpreted as signed
+or unsigned integers. You can also compute whether one MInt is equal to or
+unequal to another MInt.

+
  syntax {Width} Bool ::= MInt{Width} "<sMInt" MInt{Width} [function, total, hook(MINT.slt), smt-hook(bvslt)]
+                        | MInt{Width} "<uMInt" MInt{Width} [function, total, hook(MINT.ult), smt-hook(bvult)]
+                        | MInt{Width} "<=sMInt" MInt{Width} [function, total, hook(MINT.sle), smt-hook(bvsle)]
+                        | MInt{Width} "<=uMInt" MInt{Width} [function, total, hook(MINT.ule), smt-hook(bvule)]
+                        | MInt{Width} ">sMInt" MInt{Width} [function, total, hook(MINT.sgt), smt-hook(bvsgt)]
+                        | MInt{Width} ">uMInt" MInt{Width} [function, total, hook(MINT.ugt), smt-hook(bvugt)]
+                        | MInt{Width} ">=sMInt" MInt{Width} [function, total, hook(MINT.sge), smt-hook(bvsge)]
+                        | MInt{Width} ">=uMInt" MInt{Width} [function, total, hook(MINT.uge), smt-hook(bvuge)]
+                        | MInt{Width} "==MInt" MInt{Width} [function, total, hook(MINT.eq), smt-hook(=)]
+                        | MInt{Width} "=/=MInt" MInt{Width} [function, total, hook(MINT.ne), smt-hook(distinct)]
+

MInt min/max

+ +

You can compute the signed minimum sMinMInt, the signed maximum sMaxMInt,
+the unsigned minimum uMinMInt, and the unsigned maximum uMaxMInt of two
+MInts.

+
  syntax {Width} MInt{Width} ::= sMaxMInt(MInt{Width}, MInt{Width}) [function, total, hook(MINT.smax), smt-hook((ite (bvslt #1 #2) #2 #1))]
+                               | sMinMInt(MInt{Width}, MInt{Width}) [function, total, hook(MINT.smin), smt-hook((ite (bvslt #1 #2) #1 #2))]
+                               | uMaxMInt(MInt{Width}, MInt{Width}) [function, total, hook(MINT.umax), smt-hook((ite (bvult #1 #2) #2 #1))]
+                               | uMinMInt(MInt{Width}, MInt{Width}) [function, total, hook(MINT.umin), smt-hook((ite (bvult #1 #2) #1 #2))]
+

MInt to MInt conversion

+ +

You can convert an MInt of one width to another width with roundMInt.
+The resulting MInt will be truncated starting from the most significant bit
+if the resulting width is smaller than the input. The resulting MInt will be
+zero-extended with the same low-order bits if the resulting width is larger
+than the input.

+
  syntax {Width1, Width2} MInt{Width1} ::= roundMInt(MInt{Width2}) [function, total, hook(MINT.round)]
+
endmodule
+

Strategies

+

K supports a built-in strategy language that allows you to control how rules
+apply. In order to enable it, simply import the STRATEGY module in your
+definition. This includes the following basic strategy constructs:

+
    +
  • ^ Category:#RuleTag - This is a strategy that indicates that you should
    +apply a rule with the specified category exactly once. By default, all rules
    +get the regular tag. This can be changed on individual rules with the tag
    +attribute.
  • +
  • ~ Category:#RuleTag - This is the state the strategy cell will be in
    +after a rule has applied. In other words, all rules that do not mention the
    +strategy cell are automatically instrumented so that they rewrite the current
    +top of the <s> cell from ^ to ~
  • +
  • <s> - This is the strategy cell and contains the current strategy.
  • +
  • #STUCK() - By default, a rule is automatically inserted into the definition
    +which adds #STUCK() to the top of the <s> cell if no other rules apply
    +and if it is not already at the top of the <s> cell.
  • +
+
module STRATEGY
+    imports ML-SYNTAX
+    imports KVARIABLE-SYNTAX
+    imports private K-EQUAL
+
+    syntax #RuleTag ::= #KVariable
+
+    syntax Strategy ::= #STUCK()    [symbol]
+                      | "^" #RuleTag [symbol, klabel(#applyRule)]
+                      | "~" #RuleTag [symbol, klabel(#appliedRule)]
+
+    configuration <s> $STRATEGY:K </s>
+endmodule
+
+module RULE-TAG-SYNTAX
+    imports BUILTIN-ID-TOKENS
+
+    syntax #RuleTag ::= #LowerId [token]
+endmodule
+

This is not a complete strategy language. However, it provides several basics.
+The user can extend this strategy language into a complete strategy language
+in one of three ways. First, they can import the DEFAULT-STRATEGY module,
+which provides a very basic strategy that is essentially equivalent to
+execution without a strategy. This can be useful if you wish to wholly
+manipulate the strategy cell yourself within other rules.

+
module DEFAULT-STRATEGY-CONCRETE [concrete]
+    imports STRATEGY
+    imports RULE-TAG-SYNTAX
+    rule ~ regular => ^ regular [anywhere]
+endmodule
+
+module DEFAULT-STRATEGY-SYMBOLIC [symbolic]
+    imports STRATEGY
+    imports RULE-TAG-SYNTAX
+    rule <s> ~ regular => ^ regular ... </s>
+endmodule
+
+module DEFAULT-STRATEGY
+    imports STRATEGY
+    imports DEFAULT-STRATEGY-CONCRETE
+    imports DEFAULT-STRATEGY-SYMBOLIC
+
+    rule initSCell(_) => <s> ^ regular </s> [priority(25)]
+endmodule
+

The second way you can extend the strategy language is with the
+STRATEGY-ABSTRACT module. This provides a slightly more advanced set of
+strategies which you can use to compose the basic strategies in the STRATEGY
+module into more complex strategies. Note however that the functionality
+provided is still relatively basic.

+
module STRATEGY-ABSTRACT
+    imports STRATEGY
+
+    syntax #RuleTag ::= "(" #RuleTag ")" [bracket]
+ // ----------------------------------------------
+
+    syntax Strategy ::= ".Strategy"
+                      | "(" Strategy ")" [bracket]
+ // ----------------------------------------------
+    rule <s> .Strategy => . ... </s>
+
+    syntax KItem ::= #catchSTUCK ( Strategy )
+ // -----------------------------------------
+    rule <s> #catchSTUCK(_) => . ... </s>
+    rule <s> #STUCK() ~> (_S:Strategy => .) ... </s>
+    rule <s> #STUCK() ~> #catchSTUCK(S) => S ... </s>
+
+    syntax Strategy ::= Strategy ";" Strategy [left]
+ // ------------------------------------------------
+    rule <s> S:Strategy ; S':Strategy => S ~> S' ... </s>
+
+    syntax #RuleTag ::= #RuleTag "|" #RuleTag [left, klabel(#alternateRule)]
+ // ------------------------------------------------------------------------
+    rule <s> ^ RT:#RuleTag | RT':#RuleTag => ^ RT ~> #catchSTUCK(^ RT') ... </s>
+
+    syntax #RuleTag ::= #RuleTag "*" [klabel(#repeatRule)]
+ // ------------------------------------------------------
+    rule <s> ^ RT:#RuleTag * => ^ RT ~> ^ RT * ~> #catchSTUCK(.Strategy) ... </s>
+endmodule
+

The third mechanism for extending the strategy language is to define your own
+strategy language. No special facility is required in K in order to compose
+strategies together, so you are free to write whatever rules that manipulate
+the strategy cell you want, and thus whatever more complex strategies you can
+compose from the base builtin strategies.

+

K Language Features

+

Defined below is a series of modules used to parse inner syntax in K (ie, the
+contents of rules, configuration declarations, and contexts).

+

Much of this file exists in tight correspondence with the K implementation, and
+K will not work correctly if it is altered without corresponding changes to the
+source code of the K tools.

+

Users should only import a few modules from this file. In particular, this
+includes SORT-K, BASIC-K, ML-SYNTAX, DEFAULT-LAYOUT,
+DEFAULT-CONFIGURATION, and K-AMBIGUITIES. The remaining modules should not
+be imported by the user; they are used implicitly by the implementation of K.

+

Basic K Sorts

+

The SORT-K module declares the K sort, and nothing else.

+
module SORT-K
+  syntax K [hook(K.K)]
+endmodule
+

The BASIC-K module declares the K, KItem, and KConfigVar sorts, and
+imports the syntax of matching logic.

+
module BASIC-K
+  imports ML-SYNTAX
+  imports SORT-BOOL
+  syntax KItem [hook(K.KItem)]
+  syntax K     ::= KItem
+  syntax KConfigVar [token]
+  syntax KItem ::= KConfigVar
+endmodule
+

KAST Abstract Syntax

+

Below is defined the abstract syntax of concrete terms in K, the KAST syntax.
+Users should rarely if ever have to refer to this syntax; in general, it
+suffices to use concrete syntax in rules, configuration declarations, contexts,
+etc.

+

This syntax is used directly by the K implementation, and exists here as a
+reference for the syntax of KAST, but it should not be imported directly by
+the user.

+
module KSTRING
+  syntax KString ::= r"[\\\"](([^\\\"\\n\\r\\\\])|([\\\\][nrtf\\\"\\\\])|([\\\\][x][0-9a-fA-F]{2})|([\\\\][u][0-9a-fA-F]{4})|([\\\\][U][0-9a-fA-F]{8}))*[\\\"]"      [token]
+  // optionally qualified strings, like in Scala "abc", i"abc", r"a*bc", etc.
+endmodule
+
+module BUILTIN-ID-TOKENS
+  syntax #LowerId ::= r"[a-z][a-zA-Z0-9]*"                    [prec(2), token]
+  syntax #UpperId ::= r"[A-Z][a-zA-Z0-9]*"                    [prec(2), token]
+endmodule
+
+module SORT-KBOTT
+  imports SORT-K
+  syntax KBott
+endmodule
+
+module KAST
+  imports BASIC-K
+  imports SORT-KBOTT
+  imports KSTRING
+  imports BUILTIN-ID-TOKENS
+
+  syntax KBott ::= "#token" "(" KString "," KString ")"  [klabel(#KToken), symbol]
+                 | "#klabel" "(" KLabel ")"              [klabel(#WrappedKLabel), symbol]
+                 | KLabel "(" KList ")"                  [klabel(#KApply), symbol]
+  syntax KItem ::= KBott
+
+  syntax KLabel ::= r"`(\\\\`|\\\\\\\\|[^`\\\\\\n\\r])+`" [token]
+                  | #LowerId                                   [token]
+                  | r"(?<![a-zA-Z0-9])[#a-z][a-zA-Z0-9]*"               [token, prec(1)]
+                       // something that doesn't collide with meta-variables
+
+  syntax KList ::= K
+                 | ".KList"          [klabel(#EmptyKList), symbol]
+                 | ".::KList"        [klabel(#EmptyKList), symbol]
+                 | KList "," KList   [klabel(#KList), left, assoc, unit(#EmptyKList), symbol, prefer]
+endmodule
+
+
+// To be used when parsing/pretty-printing ground configurations
+module KSEQ
+  imports KAST
+  imports K-TOP-SORT
+  syntax K ::= ".K"      [klabel(#EmptyK), symbol, unparseAvoid]
+             | "."       [klabel(#EmptyK), symbol]
+             | ".::K"    [klabel(#EmptyK), symbol, unparseAvoid]
+  syntax K ::= K "~>" K  [klabel(#KSequence), left, assoc, unit(#EmptyK), symbol]
+  syntax left #KSequence
+  syntax {Sort} Sort     ::= "(" Sort ")"    [bracket, group(defaultBracket), applyPriority(1)]
+endmodule
+

Syntax of Matching Logic

+

K provides direct access to the symbols of Matching Logic, while giving them
+their own concrete syntax distinct from the syntax of the KORE intermediate
+representation. These symbols are primarily used during symbolic execution.
+The LLVM Backend has relatively little understanding of Matching Logic directly
+and use of these symbols directly in rules is likely to cause it to crash.
+However, these symbols are necessary when providing lemmas and other types of
+logical assistance to proofs and symbolic execution in the Haskell Backend.

+

The correspondance between K symbols and KORE symbols is as follows:

+
    +
  • #Top - \top
  • +
  • #Bottom - \bottom
  • +
  • #Not - \not
  • +
  • #Ceil - \ceil
  • +
  • #Floor - \floor
  • +
  • #Equals - \equals
  • +
  • #And - \and
  • +
  • #Or - \or
  • +
  • #Implies - \implies
  • +
  • #Exists - \exists
  • +
  • #Forall - \forall
  • +
  • #AG - allPathGlobally
  • +
  • #wEF - weakExistsFinally
  • +
  • #wAF - weakAlwaysFinally
  • +
+
module ML-SYNTAX [not-lr1]
+  imports SORT-K
+
+  syntax {Sort} Sort ::= "#Top" [klabel(#Top), symbol, group(mlUnary)]
+                       | "#Bottom" [klabel(#Bottom), symbol, group(mlUnary)]
+                       | "#True" [klabel(#Top), symbol, group(mlUnary), unparseAvoid]
+                       | "#False" [klabel(#Bottom), symbol, group(mlUnary), unparseAvoid]
+                       | "#Not" "(" Sort ")" [klabel(#Not), symbol, mlOp, group(mlUnary)]
+
+  syntax {Sort1, Sort2} Sort2 ::= "#Ceil" "(" Sort1 ")" [klabel(#Ceil), symbol, mlOp, group(mlUnary)]
+                                | "#Floor" "(" Sort1 ")" [klabel(#Floor), symbol, mlOp, group(mlUnary)]
+                                | "{" Sort1 "#Equals" Sort1 "}" [klabel(#Equals), symbol, mlOp, group(mlEquals), comm, format(%1%i%n%2%d%n%3%i%n%4%d%n%5)]
+
+  syntax priorities mlUnary > mlEquals > mlAnd
+
+  syntax {Sort} Sort ::= Sort "#And" Sort [klabel(#And), symbol, assoc, left, comm, unit(#Top), mlOp, group(mlAnd), format(%i%1%d%n%2%n%i%3%d)]
+                       > Sort "#Or" Sort [klabel(#Or), symbol, assoc, left, comm, unit(#Bottom), mlOp, format(%i%1%d%n%2%n%i%3%d)]
+                       > Sort "#Implies" Sort [klabel(#Implies), symbol, mlOp, group(mlImplies), format(%i%1%d%n%2%n%i%3%d)]
+
+  syntax priorities mlImplies > mlQuantifier
+
+  syntax {Sort1, Sort2} Sort2 ::= "#Exists" Sort1 "." Sort2 [klabel(#Exists), symbol, mlOp, mlBinder, group(mlQuantifier)]
+                                | "#Forall" Sort1 "." Sort2 [klabel(#Forall), symbol, mlOp, mlBinder, group(mlQuantifier)]
+
+  syntax {Sort} Sort ::= "#AG" "(" Sort ")" [klabel(#AG), symbol, mlOp]
+                       | "#wEF" "(" Sort ")" [klabel(weakExistsFinally), symbol, mlOp]
+                       | "#wAF" "(" Sort ")" [klabel(weakAlwaysFinally), symbol, mlOp]
+endmodule
+

Variables in K

+

Provided below is the syntax of variables in K. There are four types of
+variables in K:

+
    +
  1. Regular variables. These are denoted by variables that begin with an
    +underscore or a capital letter. These variables match exactly one value
    +and can be used to refer to it on the right-hand-side.
  2. +
  3. Fresh constants. These are denoted by variables that begin with an !. This
    +is a convenience syntax which can be used on the right-hand-side only, and
    +refer to a unique value of the specified sort which is distinct from any
    +other value that has been generated or will be generated by the !X syntax.
    +Note that this may not be distinct from values produced via other means.
  4. +
  5. Existential variables. This refers to variables that are existentially
    +quantified and begin with a ?. They are not required to appear on the
    +left-hand-side prior to appearing on the right-hand-side, and generally
    +refer to symbolic quantities that are introduced during rewriting. Refer to
    +K's documentation for more details.
  6. +
  7. Set variables. These are denoted by variables that begin with a @.
    +These variables refer to a set of values and are generally used when writing
    +simplification rules in the Haskell Backend. For more information, refer to
    +K's documentation.
  8. +
+

There is also a fifth type of "variable", although it is not technically a
+variable. This refers to configuration variables, which are used to insert
+values into the initial configuration that come from outside the semantics.
+The most common of these is the $PGM variable, which conventionally contains
+the program being executed and is placed in the <k> cell in the configuration
+declaration. These "variables" begin with a $ and their values are populated
+by the frontend prior to symbolic or concrete execution of a program.

+
module KVARIABLE-SYNTAX
+  syntax #KVariable
+endmodule
+
+// To be used when parsing/pretty-printing symbolic configurations
+module KSEQ-SYMBOLIC
+  imports KSEQ
+  imports ML-SYNTAX
+  imports KVARIABLE-SYNTAX
+
+  syntax #KVariable ::= r"(?<![A-Za-z0-9_\\$!\\?@])(\\!|\\?|@)?([A-Z][A-Za-z0-9'_]*|_|_[A-Z][A-Za-z0-9'_]*)"   [token, prec(1)]
+                      | #UpperId                                                          [token]
+  syntax KConfigVar ::= r"(?<![A-Za-z0-9_\\$!\\?@])(\\$)([A-Z][A-Za-z0-9'_]*)"            [token]
+  syntax KBott      ::= #KVariable
+  syntax KBott      ::= KConfigVar
+  syntax KLabel     ::= #KVariable
+endmodule
+

Syntax of Cells

+

While the backend treats cells as regular productions like any other, the
+frontend provides a significant amount of convenience notation for dealing with
+groups of cells, in order to make writing modular definitions easier. As a
+result, we need a syntax for groups of cells and for referring to cells within
+rules, configuration declarations, and functions.

+

For historical reasons, the Bag sort is used to refer to groups of cells.
+This may change in a future release. Users can combine cells in any order
+by concatenating them together, and can refer to the absence of any cells with
+the .Bag symbol. You can also refer to cells within a function by placing
+the cell context symbol, [[ K ]] at the top of a rule, placing a function
+symbol inside, and referring to cells afterwards. This implicitly inserts
+a reference to the configuration at the time prior to the currently-applied
+rule being applied which can be matched on within the function. Functions with
+such context cannot be referred to in the initial configuration, because the
+prior configuration does not yet exist.

+
module KCELLS
+  imports KAST
+
+  syntax Cell
+  syntax Bag ::= Bag Bag  [left, assoc, klabel(#cells), symbol, unit(#cells)]
+               | ".Bag"   [klabel(#cells), symbol]
+               | ".::Bag" [klabel(#cells), symbol]
+               | Cell
+  syntax Bag ::= "(" Bag ")" [bracket]
+  syntax KItem ::= Bag
+  syntax #RuleBody ::= "[" "[" K "]" "]" Bag    [klabel(#withConfig), symbol, avoid]
+  syntax non-assoc #withConfig
+  syntax Bag ::= KBott
+endmodule
+

Users can also refer to cells in rules. When doing so, an optional ... can
+be placed immediately after the start of the cell or immediately before the
+end. In a cell whose contents are commutative, these are equivalent to one
+another and are also equivalent to placing ... in both places. This means
+that what is placed in the cell will be combined with the cell contents'
+concatenation operator with an unnamed variable. In other words, you match on
+some number of elements in the collection and do not care about the rest of
+the collection.

+

In a cell whose contents are not commutative, the ... operators correspond
+to a variable on the respective side of the contents of the cell that the
+... appears. For example, <foo>... L </foo>, if L is a list, means
+some number of elements followed by L. Note that not all combinations are
+supported. Cells whose contents are sort K can only have ... appear at the
+tail of the cell, and cells whose contents are sort List can only have ...
+appear on at most one side in a single rule.

+
module RULE-CELLS
+  imports KCELLS
+  imports RULE-LISTS
+  // if this module is imported, the parser automatically
+  // generates, for all productions that have the attribute 'cell' or 'maincell',
+  // a production like below:
+  //syntax Cell ::= "<top>" #OptionalDots K #OptionalDots "</top>" [klabel(<top>)]
+
+  syntax #OptionalDots ::= "..." [klabel(#dots), symbol]
+                         | ""    [klabel(#noDots), symbol]
+
+  syntax Int
+  // this production will be added by the compiler to help handle bang variables,
+  // however, it is valuable to put it here because without this production, it
+  // will not exist at the point in time when rules and claims are parsed, and
+  // as a result it makes it very difficult to write proof claims over fragments
+  // of code that exercise rules containing bang variables. We put it here because
+  // this production will "vanish" after parsing finishes and not be picked up
+  // by the compiler, which is the behavior we want in this case since an actual
+  // production will be generated by the compiler later on.
+  syntax GeneratedCounterCell ::= "<generatedCounter>" Int "</generatedCounter>" [cell, klabel(<generatedCounter>), symbol, internal]
+endmodule
+

Users can also declare cells in a configuration declaration. This generates a
+specific set of productions that is used internally to implement the cell. The
+most important of these is the cell itself, and attributes on this production
+can be specified in an xml-attribute-like syntax.

+

You can also use an xml-short-tag-like syntax to compose configuration cells
+together which were defined in different modules. However, it is a requirement
+that any K definition have at most one fully-composed configuration; thus, all
+other configuration declarations must appear composed within another
+configuration declaration.

+
module CONFIG-CELLS
+  imports KCELLS
+  imports RULE-LISTS
+  syntax #CellName ::= r"[a-zA-Z][a-zA-Z0-9\\-]*"  [token, prec(1)]
+                     | #LowerId            [token]
+                     | #UpperId            [token]
+
+  syntax Cell ::= "<" #CellName #CellProperties ">" K "</" #CellName ">" [klabel(#configCell), symbol]
+  syntax Cell ::= "<" #CellName "/>" [klabel(#externalCell), symbol]
+
+  syntax #CellProperties ::= #CellProperty #CellProperties [klabel(#cellPropertyList), symbol]
+                           | ""                            [klabel(#cellPropertyListTerminator), symbol]
+  syntax #CellProperty ::= #CellName "=" KString           [klabel(#cellProperty), symbol]
+endmodule
+

Syntax of Rules

+

Rules can have an optional requires clause or an ensures clause. For backwards-
+compatibility, you can refer to the requires clause with both the requires
+and when keywords; The latter, however, is deprecated and may be removed in
+a future release.

+

The requires clause specifies the preconditions that must be true in order
+for the rule to apply. The ensures clause specifies the information which
+becomes true after the rule has applied. It is a requirement that information
+present in the ensures clause refer to existential variables only.

+

When doing concrete execution, you can think of the requires clause as a
+side-condition. In other words, even if the rule matches, it will not apply
+unless the requires clause, which must be of sort Bool, evaluates to
+true.

+
module REQUIRES-ENSURES
+  imports BASIC-K
+
+  syntax #RuleBody ::= K
+
+  syntax #RuleContent ::= #RuleBody                                 [klabel("#ruleNoConditions"), symbol]
+                        | #RuleBody "requires" Bool                 [klabel("#ruleRequires"), symbol]
+                        | #RuleBody "when" Bool                     [klabel("#ruleRequires"), symbol]
+                        | #RuleBody "ensures"  Bool                 [klabel("#ruleEnsures"), symbol]
+                        | #RuleBody "requires" Bool "ensures" Bool  [klabel("#ruleRequiresEnsures"), symbol]
+                        | #RuleBody "when" Bool "ensures" Bool      [klabel("#ruleRequiresEnsures"), symbol]
+endmodule
+

Miscellaneous modules

+

The below modules are used in various ways as indicators to the implementation
+that certain automatically generated syntax should be created by the parser.
+These modules should not be imported directly by the user.

+
module K-TOP-SORT
+  imports SORT-KBOTT
+  syntax KItem ::= KBott
+  syntax {Sort} KItem ::= Sort
+endmodule
+
+module K-BOTTOM-SORT
+  imports SORT-KBOTT
+  syntax KItem ::= KBott
+  syntax {Sort} Sort ::= KBott
+endmodule
+
+module K-SORT-LATTICE
+  imports K-TOP-SORT
+  imports K-BOTTOM-SORT
+endmodule
+
+module AUTO-CASTS
+  // if this module is imported, the parser automatically
+  // generates, for all sorts, productions of the form:
+  // Sort  ::= Sort ":Sort"  // semantic cast - force the inner term to be `Sort` or a subsort
+  // Sort  ::= Sort "::Sort" // strict cast - force the inner term to be exactly `Sort`. Useful for disambiguation
+  // Sort ::= "{" Sort "}" "::Sort" // synonym for strict cast
+  // Sort  ::= "{" K "}"    ":>Sort" // projection cast. Allows any term to be placed in a context that expects `Sort`
+  // this is part of the mechanism that allows concrete user syntax in K
+endmodule
+
+module AUTO-FOLLOW
+  // if this module is imported, the parser automatically
+  // generates a follow restriction for every terminal which is a prefix
+  // of another terminal. This is useful to prevent ambiguities such as:
+  // syntax K ::= "a"
+  // syntax K ::= "b"
+  // syntax K ::= "ab"
+  // syntax K ::= K K
+  // #parse("ab", "K")
+  // In the above example, the terminal "a" is not allowed to be followed by a "b"
+  // because it would turn the terminal into the terminal "ab".
+endmodule
+
+module PROGRAM-LISTS
+  imports SORT-K
+  // if this module is imported, the parser automatically
+  // replaces the default productions for lists:
+  // Es ::= E "," Es [userList("*"), klabel('_,_)]
+  //      | ".Es"    [userList("*"), klabel('.Es)]
+  // into a series of productions more suitable for programs:
+  // Es#Terminator ::= ""      [klabel('.Es)]
+  // Ne#Es ::= E "," Ne#Es     [klabel('_,_)]
+  //         | E Es#Terminator [klabel('_,_)]
+  // Es ::= Ne#Es
+  //      | Es#Terminator      // if the list is *
+endmodule
+
+module RULE-LISTS
+  // if this module is imported, the parser automatically
+  // adds the subsort production to the parsing module only:
+  // Es ::= E        [userList("*")]
+
+endmodule
+
+module RECORD-PRODUCTIONS
+  // if this module is imported, prefix productions of the form
+  // syntax Sort ::= name(Args)
+  // will be able to be parsed with don't-care variables according
+  // to their nonterminal's names
+endmodule
+
+module SORT-PREDICATES
+  // if this module is imported, the Bool sort will be annotated with
+  // syntax Bool ::= isSort(K) [function]
+  // and all sorts will be annotated with
+  // syntax Sort ::= project:Sort(K) [function]
+endmodule
+

Additional Syntax for K Terms in Rules

+

Certain additional features are available when parsing the contents of rules
+and contexts. For more information on each of these, refer to K's
+documentation.

+
module KREWRITE
+  syntax {Sort} Sort ::= Sort "=>" Sort [klabel(#KRewrite), symbol]
+  syntax non-assoc #KRewrite
+  syntax priority #KRewrite > #withConfig
+endmodule
+
+// To be used to parse semantic rules
+module K
+  imports KSEQ-SYMBOLIC
+  imports REQUIRES-ENSURES
+  imports RECORD-PRODUCTIONS
+  imports SORT-PREDICATES
+  imports K-SORT-LATTICE
+  imports AUTO-CASTS
+  imports AUTO-FOLLOW
+  imports KREWRITE
+
+  syntax {Sort} Sort ::= Sort "#as" Sort [klabel(#KAs), symbol]
+  // functions that preserve sorts and can therefore have inner rewrites
+  syntax {Sort} Sort ::= "#fun" "(" Sort ")" "(" Sort ")" [klabel(#fun2), symbol, prefer]
+  // functions that do not preserve sort and therefore cannot have inner rewrites
+  syntax {Sort1, Sort2} Sort1 ::= "#fun" "(" Sort2 "=>" Sort1 ")" "(" Sort2 ")" [klabel(#fun3), symbol]
+
+  syntax {Sort1, Sort2} Sort1 ::= "#let" Sort2 "=" Sort2 "#in" Sort1 [klabel(#let), symbol]
+
+  /*@ Set membership over terms. In addition to equality over
+      concrete patterns, K also supports computing equality
+      between a concrete pattern and a symbolic pattern.
+      This is compiled efficiently down to pattern matching,
+      and can be used by putting a term with unbound variables
+      in the left child of :=K or =/=K. Note that this does not
+      bind variables used on the lhs however (although this may
+      change in the future).*/
+
+  syntax Bool ::= left:
+                  K ":=K" K           [function, total, klabel(_:=K_), symbol, group(equalEqualK)]
+                | K ":/=K" K          [function, total, klabel(_:/=K_), symbol, group(notEqualEqualK)]
+endmodule
+
+// To be used to parse terms in full K
+module K-TERM
+  imports KSEQ-SYMBOLIC
+  imports RECORD-PRODUCTIONS
+  imports SORT-PREDICATES
+  imports K-SORT-LATTICE
+  imports AUTO-CASTS
+  imports AUTO-FOLLOW
+  imports KREWRITE
+endmodule
+

Layout Information

+

When constructing a scanner for use during parsing, often you wish to ignore
+certain types of text, such as whitespace and comments. However, the specific
+syntax which each language must ignore is a little different from language
+to language, and thus you wish to specify it manually. You can do this by
+defining productions of the #Layout sort. For more information, refer to
+K's documentation. However, this module will be implicitly imported if no
+productions are declared of sort #Layout. This module will also be used
+for the purposes of parsing K rules. If you wish to declare a language with
+no layout productions, simply create a sort declaration for the #Layout sort
+in your code (e.g. syntax #Layout).

+
module DEFAULT-LAYOUT
+    syntax #Layout ::= r"(\\/\\*([^\\*]|(\\*+([^\\*\\/])))*\\*+\\/)" // C-style multi-line comments
+                     | r"(\\/\\/[^\\n\\r]*)"                         // C-style single-line comments
+                     | r"([\\ \\n\\r\\t])"                           // Whitespace
+endmodule
+

Default Configuration

+

If the user has no configuration declaration in their seamantics, the below
+configuration declaration will be implicitly imported.

+
module DEFAULT-CONFIGURATION
+  imports BASIC-K
+
+  configuration <k> $PGM:K </k>
+endmodule
+

Parsing Ambiguous Languages

+

On occasion, it may be desirable to parse a language with an ambiguous grammar
+when parsing a program, and perform additional semantic analysis at a later
+time in order to resolve the ambiguities. A good example of this is as a
+substitute for the lexer hack in parsers of the C programming language.

+

The following module contains a declaration for ambiguities in K. Usually,
+an ambiguous parse is an error. However, when you use the --gen-glr-parser
+flag to kast, or the --gen-glr-bison-parser flag to kompile, ambiguities
+instead become instances of the below parametric production, which you can use
+regular K rules to disambiguate as necessary.

+
module K-AMBIGUITIES
+
+  syntax {Sort} Sort ::= amb(Sort, Sort) [symbol]
+
+endmodule
+

Annotating Parses with Locations

+

Another feature of K's Bison parser is the ability to annotate terms parsed
+with location information about the file and line where they occurred. For
+more information about how to use this, refer to K's documentation. However,
+the below module exists to provide a user syntax for the annotations that
+are generated by the parser.

+
module K-LOCATIONS
+  imports STRING-SYNTAX
+  imports INT-SYNTAX
+
+  // filename, startLine, startCol, endLine, endCol
+  syntax {Sort} Sort ::= #location(Sort, String, Int, Int, Int, Int) [symbol, format(%3)]
+
+endmodule
+

K Prelude

+

The following files, integral to defining semantics in K, are automatically
+required by every definition via this file. This behavior can be disabled
+via kompile --no-prelude, however, semantics will likely break unless
+they provide their own versions of these files, which are assumed to exist
+by the compiler. There are, however, circumstances where passing this flag is
+appropriate, such as if you are manually requiring these files in your
+definition, if your definition was automatically condensed into a single file
+with kompile -E, or if you wish to modify the inner syntax of K by providing
+your own version of these files with different syntax.

+
require "kast.md"
+require "domains.md"
+

K Foreign Function Interface

+

The K Foreign Function Interface (FFI) module provides a way to call native
+functions directly from a K semantics using the C ABI. It also provides
+utilities for allocating and deallocating byte buffers with static addresses
+that are suitable for being passed to native code.

+

It is built off of the underlying libffi library
+(https://sourceware.org/libffi/) and is subject to some of the same
+limitations as that library. Bear in mind, because this library exposes
+a number of unsafe C APIs directly, misuse of the library is likely to lead
+to memory corruption in your interpreter and can cause segmentation faults or
+corrupted term representations that lead to undefined behavior at runtime.

+
require "domains.md"
+
+module FFI-SYNTAX
+  imports private LIST
+

The FFIType sort is used to declare the native C ABI types of operands passed
+to the #ffiCall function. These types roughly correspond to the types
+declared in ffi.h by libffi.

+
  syntax FFIType ::= "#void" [klabel(#ffi_void), symbol]
+                  | "#uint8" [klabel(#ffi_uint8), symbol]
+                  | "#sint8" [klabel(#ffi_sint8), symbol]
+                  | "#uint16" [klabel(#ffi_uint16), symbol]
+                  | "#sint16" [klabel(#ffi_sint16), symbol]
+                  | "#uint32" [klabel(#ffi_uint32), symbol]
+                  | "#sint32" [klabel(#ffi_sint32), symbol]
+                  | "#uint64" [klabel(#ffi_uint64), symbol]
+                  | "#sint64" [klabel(#ffi_sint64), symbol]
+                  | "#float" [klabel(#ffi_float), symbol]
+                  | "#double" [klabel(#ffi_double), symbol]
+                  | "#uchar" [klabel(#ffi_uchar), symbol]
+                  | "#schar" [klabel(#ffi_schar), symbol]
+                  | "#ushort" [klabel(#ffi_ushort), symbol]
+                  | "#sshort" [klabel(#ffi_sshort), symbol]
+                  | "#uint" [klabel(#ffi_uint), symbol]
+                  | "#sint" [klabel(#ffi_sint), symbol]
+                  | "#ulong" [klabel(#ffi_ulong), symbol]
+                  | "#slong" [klabel(#ffi_slong), symbol]
+                  | "#longdouble" [klabel(#ffi_longdouble), symbol]
+                  | "#pointer" [klabel(#ffi_pointer), symbol]
+                  | "#complexfloat" [klabel(#ffi_complexfloat), symbol]
+                  | "#complexdouble" [klabel(#ffi_complexdouble), symbol]
+                  | "#complexlongdouble" [klabel(#ffi_complexlongdouble), symbol]
+                  | "#struct" "(" List ")" [klabel(#ffi_struct), symbol]
+endmodule
+
+module FFI
+  imports FFI-SYNTAX
+  imports private BYTES
+  imports private STRING
+  imports private BOOL
+  imports private LIST
+  imports private INT
+
+

FFI Calls

+

The #ffiCall functions are designed to call a native C ABI function and
+return a native result. They come in three variants:

+

Non-variadic

+ +

In the first variant, #ffiCall(Address, Args, ArgTypes, ReturnType) takes
+an integer address of a function (which can be obtained from
+#functionAddress), a List of Bytes containing the arguments of the
+function, a List of FFITypes containing the types of the parameters of the
+function, and an FFIType containing the return type of the function, and
+returns the return value of the function as a Bytes.

+
  syntax Bytes ::= "#ffiCall" "(" Int "," List "," List "," FFIType ")" [function, hook(FFI.call)]
+

Variadic

+ +

In the second variant,
+#ffiCall(Address, Args, FixedTypes, VariadicTypes, ReturnType takes an
+integer address of a function, a List of Bytes containing the arguments
+of the call, a List of FFITypes containing the types of the fixed
+parameters of the function, a List of FFITypes containing the types of the
+variadic parameters of the function, and an FFIType containing the return
+type of the function, and returns the return value of the function as a
+Bytes.

+
  syntax Bytes ::= "#ffiCall" "(" Int "," List "," List "," List "," FFIType ")" [function, hook(FFI.call_variadic)]
+

Generic

+ +

In the third variant,
+#ffiCall(IsVariadic, Address, Args, ArgTypes, NFixed, ReturnType takes
+a boolean indicating whether the function is variadic or not, an integer
+address of a function, a List of Bytes containing the arguments of the
+call, a List of FFITypes containing the parameter typess of the call
+followed by the types of the variadic arguments of the call, if any, an Int
+containing how many of the arguments of the call are fixed or not, and an
+FFIType containing the return type of the function, and returns the return
+value of the function as a Bytes.

+
  syntax Bytes ::= "#ffiCall" "(" Bool "," Int "," List "," List "," Int "," FFIType ")" [function]
+
+  rule #ffiCall(false, Addr::Int, Args::List, Types::List, _, Ret::FFIType) => #ffiCall(Addr, Args, Types, Ret)
+  rule #ffiCall(true, Addr::Int, Args::List, Types::List, NFixed::Int, Ret::FFIType) => #ffiCall(Addr, Args, range(Types, 0, size(Types) -Int NFixed), range(Types, NFixed, 0), Ret)
+

Symbol Lookup

+

The FFI module provides a mechanism to look up any function symbol and return
+that function's address.

+
  syntax Int ::= "#functionAddress" "(" String ")" [function, hook(FFI.address)]
+

Direct Memory Management

+

Most memory used by the LLVM backend to represent terms is managed
+automatically via garbage collection. However, a consequence of this is that
+a particular term does not have a fixed address across its entire lifetime
+in most cases. Sometimes this is undesirable, especially if you intend for
+the address of the memory to be taken by the semantics or if you intend
+to pass this memory directly to native code. As a result, the FFI module
+exposes the following unsafe APIs for memory management. Note that use of
+these APIs leaves the burden of memory management completely on the user,
+and thus misuse of these functions can lead to things like use-after-free
+and other memory corruption bugs.

+

Allocation

+ +

#alloc(Key, Size, Align) will allocate Size bytes with an alignment
+requirement of Align (which must be a power of two), and return it as a
+Bytes term. The memory is uniquely identified by its key and that key will
+be used later to free the memory. The memory is not implicitly freed by garbage
+collection; failure to call #free on the memory at a later date can lead to
+memory leaks.

+
  syntax Bytes ::= "#alloc" "(" KItem "," Int "," Int ")" [function, hook(FFI.alloc)]
+

Addressing

+ +

#addess(B) will return an Int representing the address of the first byte of
+B, which must be a Bytes. Unless the Bytes term was allocated by #alloc,
+the return value is unspecified and may not be the same across multipl
+invocations on the same byte buffer. However, it is guaranteed that memory
+allocated by #alloc will have the same address throughout its lifetime.

+
  syntax Int ::= "#address" "(" Bytes ")" [function, hook(FFI.bytes_address)]
+

Deallocation

+ +

#free(Key) will free the memory of the Bytes object that was allocated
+by a previous call to #alloc. If Key was not used in a previous call to
+#alloc, or the memory was already freed, no action is taken. It will generate
+undefined behavior if the Bytes term returned by the previous call to
+#alloc is still referenced by any other term in the configuration or a
+currently evaluating rule. The function returns .K.

+
  syntax K ::= "#free" "(" KItem ")" [function, hook(FFI.free)]
+

Reading

+ +

#nativeRead(Addr, Mem) will read native memory at address Addr into Mem,
+reading exactly lengthBytes(Mem) bytes. This will generate undefined behavior
+if Addr does not point to a readable segment of memory at least
+lengthBytes(Mem) bytes long.

+
  syntax K ::= "#nativeRead" "(" Int "," Bytes ")" [function, hook(FFI.read)]
+

Writing

+ +

#nativeWrite(Addr, Mem) will write the contents of Mem to native memory at
+address Addr. The memory will be read prior to being written, and a write
+will only happen if the memory has a different value than the current value of
+Mem. This will generate undefined behavior if Addr does not point to a
+readable segment of memory at least lengthBytes(Mem) bytes long, or if the
+memory at address Addr has a different value than currently contained in
+Mem, and the memory in question is not writeable.

+
  syntax K ::= "#nativeWrite" "(" Int "," Bytes ")" [function, hook(FFI.write)]
+endmodule
+

Syntax of JSON

+

K provides builtin support for reading/writing to JSON. While the JSON-SYNTAX
+module is not precisely the syntax of JSON (utilizing K's syntax for strings,
+integers, and floating point numbers rather than the syntax used by JSON),
+you can still convert directly to/from the actual syntax of JSON using
+the JSON2String and String2JSON hooks.

+
module JSON-SYNTAX
+    imports INT-SYNTAX
+    imports STRING-SYNTAX
+    imports BOOL-SYNTAX
+    imports FLOAT-SYNTAX
+
+    syntax JSONs   ::= List{JSON,","}      [klabel(JSONs)      , symbol]
+    syntax JSONKey ::= String
+    syntax JSON    ::= "null"              [klabel(JSONnull)   , symbol]
+                     | String | Int | Float | Bool
+                     | JSONKey ":" JSON    [klabel(JSONEntry)  , symbol]
+                     | "{" JSONs "}"       [klabel(JSONObject) , symbol]
+                     | "[" JSONs "]"       [klabel(JSONList)   , symbol]
+endmodule
+

Conversion between JSON and String

+

Given a string written in valid JSON, you can convert it to the JSON
+sort with the String2JSON function. Assuming the user has not extended
+the syntax of the JSON sort with their own constructors, any term of sort
+JSON can also be converted to a String using the JSON2String function.

+
module JSON
+    imports JSON-SYNTAX
+
+    syntax String ::= JSON2String(JSON) [function, hook(JSON.json2string)]
+
+    syntax JSON ::= String2JSON(String) [function, hook(JSON.string2json)]
+endmodule
+

Rational Numbers in K

+

K provides support for arbitrary-precision rational numbers represented as a
+quotient between two integers. The sort representing these values is Rat.
+Int is a subsort of Rat, and it is guaranteed that any integer will be
+represented as an Int and can be matched as such on the left hand side
+of rules. K also supports the usual arithmetic operators over rational numbers.

+
module RAT-SYNTAX
+  imports INT-SYNTAX
+  imports private BOOL
+
+  syntax Rat
+
+  syntax Rat ::= Int
+

Arithmetic

+

You can:

+
    +
  • Raise a rational number to any negative or nonnegative integer.
  • +
  • Multiply or divide two rational numbers to obtain a product or quotient.
  • +
  • Add or subtract two rational numbers to obtain a sum or difference.
  • +
+
  syntax Rat ::= left:
+                 Rat "^Rat" Int [function, total, klabel(_^Rat_), symbol, smtlib(ratpow), hook(RAT.pow)]
+               > left:
+                 Rat "*Rat" Rat [function, total, klabel(_*Rat_), symbol, left, smtlib(ratmul), hook(RAT.mul)]
+               | Rat "/Rat" Rat [function,             klabel(_/Rat_), symbol, left, smtlib(ratdiv), hook(RAT.div)]
+               > left:
+                 Rat "+Rat" Rat [function, total, klabel(_+Rat_), symbol, left, smtlib(ratadd), hook(RAT.add)]
+               | Rat "-Rat" Rat [function, total, klabel(_-Rat_), symbol, left, smtlib(ratsub), hook(RAT.sub)]
+

Comparison

+

You can determine whether two rational numbers are equal, unequal, or compare
+one of less than, less than or equalto, greater than, or greater than or equal
+to the other:

+
  syntax Bool ::= Rat  "==Rat" Rat [function, total, klabel(_==Rat_),  symbol, smtlib(rateq), hook(RAT.eq)]
+                | Rat "=/=Rat" Rat [function, total, klabel(_=/=Rat_), symbol, smtlib(ratne), hook(RAT.ne)]
+                | Rat   ">Rat" Rat [function, total, klabel(_>Rat_),   symbol, smtlib(ratgt), hook(RAT.gt)]
+                | Rat  ">=Rat" Rat [function, total, klabel(_>=Rat_),  symbol, smtlib(ratge), hook(RAT.ge)]
+                | Rat   "<Rat" Rat [function, total, klabel(_<Rat_),   symbol, smtlib(ratlt), hook(RAT.lt)]
+                | Rat  "<=Rat" Rat [function, total, klabel(_<=Rat_),  symbol, smtlib(ratle), hook(RAT.le)]
+

Min/Max

+

You can compute the minimum and maximum of two rational numbers:

+
  syntax Rat ::= minRat(Rat, Rat) [function, total, klabel(minRat), symbol, smtlib(ratmin), hook(RAT.min)]
+               | maxRat(Rat, Rat) [function, total, klabel(maxRat), symbol, smtlib(ratmax), hook(RAT.max)]
+

Conversion to Floating Point

+

You can convert a rational number to the nearest floating point number that
+is representable in a Float of a specified number of precision and exponent
+bits:

+
  syntax Float ::= Rat2Float(Rat, precision: Int, exponentBits: Int) [function]
+endmodule
+

Implementation of Rational Numbers

+

The remainder of this file consists of an implementation in K of the
+operations listed above. Users of the RAT module should not use any of the
+syntax defined in any of these modules.

+

As a point of reference for users, it is worth noting that rational numbers
+are normalized to a canonical form by this module,. with the canonical form
+bearing the property that it is either an Int, or a pair of integers
+I /Rat J such that
+I =/=Int 0 andBool J >=Int 2 andBool gcdInt(I, J) ==Int 1 is always true.

+
module RAT-COMMON
+  imports RAT-SYNTAX
+
+  // invariant of < I , J >Rat : I =/= 0, J >= 2, and I and J are coprime
+  syntax Rat ::= "<" Int "," Int ">Rat" [format(%2 /Rat %4)]
+endmodule
+
+module RAT-SYMBOLIC [symbolic, kore]
+  imports private RAT-COMMON
+  imports ML-SYNTAX
+  imports private BOOL
+
+  rule
+    #Ceil(@R1:Rat /Rat @R2:Rat)
+  =>
+    {(@R2 =/=Rat 0) #Equals true} #And #Ceil(@R1) #And #Ceil(@R2)
+  [simplification]
+endmodule
+
+module RAT-KORE [kore]
+  imports private RAT-COMMON
+  imports private K-EQUAL
+
+  /*
+   * equalities
+   */
+
+  // NOTE: the two rules below may not work correctly in non-kore backends
+
+  rule R ==Rat S => R ==K S
+
+  rule R =/=Rat S => R =/=K S
+endmodule
+
+module RAT [private]
+  imports private RAT-COMMON
+  imports public RAT-SYMBOLIC
+  imports public RAT-KORE
+  imports public RAT-SYNTAX
+  imports private INT
+  imports private BOOL
+
+  /*
+   * arithmetic
+   */
+
+  rule < I , I' >Rat +Rat < J , J' >Rat => ((I *Int J') +Int (I' *Int J)) /Rat (I' *Int J')
+  rule I:Int         +Rat < J , J' >Rat => ((I *Int J') +Int J) /Rat J'
+  rule < J , J' >Rat +Rat I:Int         => I +Rat < J , J' >Rat
+  rule I:Int         +Rat J:Int         => I +Int J
+
+  rule < I , I' >Rat *Rat < J , J' >Rat => (I *Int J) /Rat (I' *Int J')
+  rule I:Int         *Rat < J , J' >Rat => (I *Int J) /Rat J'
+  rule < J , J' >Rat *Rat I:Int         => I *Rat < J , J' >Rat
+  rule I:Int         *Rat J:Int         => I *Int J
+
+  rule < I , I' >Rat /Rat < J , J' >Rat => (I *Int J') /Rat (I' *Int J)
+  rule I:Int         /Rat < J , J' >Rat => (I *Int J') /Rat J
+  rule < I , I' >Rat /Rat J:Int         => I /Rat (I' *Int J) requires J =/=Int 0
+  rule I:Int         /Rat J:Int         => makeRat(I, J)      requires J =/=Int 0
+
+  // derived
+
+  rule R -Rat S => R +Rat (-1 *Rat S)
+
+  // normalize
+
+  syntax Rat ::= makeRat(Int, Int)      [function]
+               | makeRat(Int, Int, Int) [function]
+
+  rule makeRat(0, J) => 0 requires J =/=Int 0
+
+  rule makeRat(I, J) => makeRat(I, J, gcdInt(I,J)) requires I =/=Int 0 andBool J =/=Int 0
+
+  // makeRat(I, J, D) is defined when I =/= 0, J =/= 0, D > 0, and D = gcd(I,J)
+  rule makeRat(I, J, D) => I /Int D                       requires J ==Int D // implies J > 0 since D > 0
+  rule makeRat(I, J, D) => < I /Int D , J /Int D >Rat     requires J >Int 0 andBool J =/=Int D
+  rule makeRat(I, J, D) => makeRat(0 -Int I, 0 -Int J, D) requires J <Int 0
+
+  // gcdInt(a,b) computes the gcd of |a| and |b|, which is positive.
+  syntax Int ::= gcdInt(Int, Int) [function, public]
+
+  rule gcdInt(A, 0) => A        requires A >Int 0
+  rule gcdInt(A, 0) => 0 -Int A requires A <Int 0
+  rule gcdInt(A, B) => gcdInt(B, A %Int B) requires B =/=Int 0 // since |A %Int B| = |A| %Int |B|
+
+  /*
+   * exponentiation
+   */
+
+  rule _ ^Rat 0 => 1
+  rule 0 ^Rat N => 0 requires N =/=Int 0
+
+  rule < I , J >Rat ^Rat N => powRat(< I , J >Rat, N) requires N >Int 0
+  rule X:Int        ^Rat N => X ^Int N                requires N >Int 0
+
+  rule X ^Rat N => (1 /Rat X) ^Rat (0 -Int N) requires X =/=Rat 0 andBool N <Int 0
+
+  // exponentiation by squaring
+
+  syntax Rat ::= powRat(Rat, Int) [function]
+
+  // powRat(X, N) is defined when X =/= 0 and N > 0
+  rule powRat(X, 1) => X
+  rule powRat(X, N) => powRat(X *Rat X, N /Int 2) requires N >Int 1 andBool N %Int 2  ==Int 0
+  rule powRat(X, N) => powRat(X, N -Int 1) *Rat X requires N >Int 1 andBool N %Int 2 =/=Int 0
+
+  /*
+   * inequalities
+   */
+
+  rule R >Rat S => R -Rat S >Rat 0 requires S =/=Rat 0
+
+  rule < I , _ >Rat >Rat 0 => I >Int 0
+  rule I:Int        >Rat 0 => I >Int 0
+
+  // derived
+
+  rule R >=Rat S => notBool R <Rat S
+
+  rule R <Rat S => S >Rat R
+
+  rule R <=Rat S => S >=Rat R
+
+  rule minRat(R, S) => R requires R <=Rat S
+  rule minRat(R, S) => S requires S <=Rat R
+
+  rule maxRat(R, S) => R requires R >=Rat S
+  rule maxRat(R, S) => S requires S >=Rat R
+
+  syntax Float ::= #Rat2Float(Int, Int, Int, Int) [function, hook(FLOAT.rat2float)]
+  rule Rat2Float(Num:Int, Prec:Int, Exp:Int) => #Rat2Float(Num, 1, Prec, Exp)
+  rule Rat2Float(< Num, Dem >Rat, Prec, Exp) => #Rat2Float(Num, Dem, Prec, Exp)
+
+endmodule
+

Capture-Aware Substitution in K

+

One of the traditional ways in which functional languages are given operational
+semantics is via substitution. In particular, you can view a function as
+declaring a particular bound variable, the parameter of the function, as well
+as the body of the function, within which both bound and free variables can
+occur, and implement the process of beta-reduction (one of the axioms of the
+lambda calculus) by means of a substitution operator which is aware of the
+difference between free variables and bound variables and prevents variable
+capture.

+

In K this is implemented using two mechanisms: The KVar sort, and the
+binder attribute.

+

The KVar Sort

+

K introduces a new hooked sort, KVar, which the substitution operator
+(defined below) understands in a particular way. The syntax of KVar is the
+same as for sort Id in DOMAINS, but with a different sort name. Similarly,
+some of the same operators are defined over KVar which are defined for Id,
+such as conversion from String to KVar and support for the !Var:KVar
+syntax.

+

A KVar is simply an identifier with special meaning during substitution.
+KVars must begin with a letter or underscore,
+and can be followed by zero or more letters, numbers, or underscores.

+
module KVAR-SYNTAX-PROGRAM-PARSING
+  imports BUILTIN-ID-TOKENS
+
+  syntax KVar ::= r"(?<![A-Za-z0-9\\_])[A-Za-z\\_][A-Za-z0-9\\_]*"     [prec(1), token]
+                | #LowerId                                             [token]
+                | #UpperId                                             [token]
+endmodule
+
+module KVAR-SYNTAX
+  syntax KVar [token, hook(KVAR.KVar)]
+endmodule
+
+module KVAR-COMMON
+  imports KVAR-SYNTAX
+  imports private STRING
+
+  syntax KVar ::= String2KVar (String) [function, total, hook(STRING.string2token)]
+  syntax KVar ::= freshKVar(Int)    [freshGenerator, function, total, private]
+
+  rule freshKVar(I:Int) => String2KVar("_" +String Int2String(I))
+endmodule
+
+module KVAR
+  imports KVAR-COMMON
+endmodule
+

The binder Attribute

+

A production can be given the attribute binder. Such a production must have
+at least two nonterminals. The first nonterminal from left to right must be of
+sort KVar, and contains the bound variable. The last nonterminal from left
+to right contains the term that is bound. For example, I could describe lambdas
+in the lambda calculus with the production
+syntax Val ::= "lambda" KVar "." Exp [binder].

+

Substitution

+

K provides a hooked implementation of substitution, currently only implemented
+on the Java and LLVM backends. Two variants exist: the first substitutes
+a single KVar for a single KItem. The second takes a Map with KVar
+keys and KItem values, and substitutes each element in the map atomically.

+

Internally, this is implemented in the LLVM backend by a combination of
+de Bruijn indices for bound variables and names for free variables. Free
+variables are also sometimes given a unique numeric identifier in order to
+prevent capture, and the rewriter will automatically assign unique names to
+such identifiers when rewriting finishes. The names assigned will always begin
+with the original name of the variable and be followed by a unique integer
+suffix. However, the names assigned after rewriting finishes might be different
+from the names that would be assigned if rewriting were to halt prematurely,
+for example due to krun --depth.

+
module SUBSTITUTION
+  imports private MAP
+  imports KVAR
+
+  syntax {Sort} Sort ::= Sort "[" KItem "/" KItem "]"  [function, hook(SUBSTITUTION.substOne), impure]
+  syntax {Sort} Sort ::= Sort "[" Map "]"      [function, hook(SUBSTITUTION.substMany), impure]
+endmodule
+

K PL Tutorial

+ +

Here you will learn how to use the K tool to define languages by means of a series of screencast movies. It is recommended to do these in the indicated order, because K features already discussed in a previous language definition will likely not be rediscussed in latter definitions. The screencasts follow quite closely the structure of the files under the tutorial folder in the K tool distribution. If you'd rather follow the instructions there and do the tutorial exercises yourself, then go back to https://kframework.org and download the K tool, if you have not done it already. Or, you can first watch the screencasts below and then do the exercises, or do them in parallel.

+

K Overview

+ +

Make sure you watch the K overview video before you do the K tutorial:

+ +

Learning K

+ +

[34'46"] Part 1: Defining LAMBDA

+ +

Here you will learn how to define a very simple functional language in K and the basics of how to use the K tool. The language is a call-by-value variant of lambda calculus with builtins and mu, and its definition is based on substitution.

+ +

[37'07"] Part 2: Defining IMP

+ +

Here you will learn how to define a very simple, prototypical textbook C-like imperative language, called IMP, and several new features of the K tool.

+ +

[33'10"] Part 3: Defining LAMBDA++

+ +

Here you will learn how to define constructs which abruptly change the execution control, as well as how to define functional languages using environments and closures. LAMBDA++ extends the LAMBDA language above with a callcc construct.

+ +

[46'46"] Part 4: Defining IMP++

+ +

Here you will learn how to refine configurations, how to generate fresh elements, how to tag syntactic constructs and rules, how to exhaustively search the space of non-deterministic or concurrent program executions, etc. IMP++ extends the IMP language above with increment, blocks and locals, dynamic threads, input/output, and abrupt termination.

+ +

[17'03"] Part 5: Defining Type Systems

+ +

Here you will learn how to define various kinds of type systems following various approaches or styles using K.

+ +

[??'??"] Part 6: Miscellaneous Other K Features

+ +

Here you will learn a few other K features, and better understand how features that you have already seen work.

+
    +
  • [??'??"] ...
  • +
+

Learning Language Design and Semantics using K

+ +

[??'??"] Part 7: SIMPLE: Designing Imperative Programming Languages

+ +

Here you will learn how to design imperative programming languages using K. SIMPLE is an imperative language with functions, threads, pointers, exceptions, multi-dimensional arrays, etc. We first define an untyped version of SIMPLE, then a typed version. For the typed version, we define both a static and a dynamic semantics.

+ +

[??'??"] Part 8: KOOL: Designing Object-Oriented Programming Languages

+ +

Here woul will learn how to design object-oriented programming languages using K. KOOL is an object-oriented language that extends SIMPLE with classes and objects. We first define an untyped version of KOOL, then a typed version, with both a dynamic and a static semantics.

+ +

[??'??"] Part 9: FUN: Designing Functional Programming Languages

+ +

H
+ere woul will learn how to design functional programming languages using K. FUN is a higher-order functional language with general let, letrec, pattern matching, references, lists, callcc, etc. We first define an untyped version of FUN, then a let-polymorphic type inferencer.

+ +

[??'??"] Part 10: LOGIK: Designing Logic Programming Languages

+ +

Here you will learn how to design a logic programming language using K.

+ +

K overview

+ + +

Go to Youtube mirror, if the above does not work.

+

Go back to https://kframework.org for further links, the K tool and contact information.

+

Learning K

+ +

We start by introducing the basic features of K by means of a series
+of very simple languages. The objective here is neither to learn those
+languages nor to study their underlying paradigm, but simply to learn K.

+
    +
  • LAMBDA: Lambda calculus defined.
  • +
  • IMP: A simple imperative language.
  • +
  • LAMBDA++: LAMBDA extended with control flow.
  • +
  • IMP++: IMP extended with threads and IO.
  • +
  • TYPES: LAMBDA type system.
  • +
+

Part 1: Defining LAMBDA

+ +

Here you will learn how to define a very simple language in K and the basics
+of how to use the K tool. The language is a variant of call-by-value lambda
+calculus and its definition is based on substitution. Specifically, you will
+learn the following:

+
    +
  • How to define a module.
  • +
  • How to define a language syntax.
  • +
  • How to use the defined syntax to parse programs.
  • +
  • How to import predefined modules.
  • +
  • How to define evaluation strategies using strictness attributes.
  • +
  • How to define semantic rules.
  • +
  • How the predefined generic substitution works.
  • +
  • How to generate PDF and HTML documentation from ASCII definitions.
  • +
  • How to include builtins (integers and Booleans) into your language.
  • +
  • How to define derived language constructs.
  • +
+

This folder contains several lessons, each adding new features to LAMBDA.

+

Syntax Modules and Basic K Commands

+ +

Here we define our first K module, which contains the initial syntax of the
+LAMBDA language, and learn how to use the basic K commands.

+

Let us create an empty working folder, and open a terminal window
+(to the left) and an editor window (to the right). We will edit our K
+definition in the right window in a file called lambda.k, and will call
+the K tool commands in the left window.

+

Let us start by defining a K module, containing the syntax of LAMBDA.

+

K modules are introduced with the keywords module ... endmodule.

+

The keyword syntax adds new productions to the syntax grammar, using a
+BNF-like notation.

+

Terminals are enclosed in double-quotes, like strings.

+

You can define multiple productions for the same non-terminal in the same
+syntax declaration using the | separator.

+

Productions can have attributes, which are enclosed in square brackets.

+

The attribute left tells the parser that we want the lambda application to be
+left associative. For example, a b c d will then parse as (((a b) c) d).

+

The attribute bracket tells the parser to not generate a node for the
+parenthesis production in the abstract syntax trees associated to programs.
+In other words, we want to allow parentheses to be used for grouping, but we
+do not want to bother to give them their obvious (ignore) semantics.

+

In our variant of lambda calculus defined here, identifiers and lambda
+abstractions are meant to be irreducible, that is, are meant to be values.
+However, so far Val is just another non-terminal, just like Exp,
+without any semantic meaning. It will get a semantic meaning later.

+

After we are done typing our definition in the file lambda.k, we can kompile
+it with the command:

+
kompile lambda.k
+
+

If we get no errors then a parser has been generated. This parser will be
+called from now on by default by the krun tool. To see whether and how the
+parser works, we are going to write some LAMBDA programs and store them in
+files with the extension .lambda.

+

Let us create a file identity.lambda, which contains the identity lambda
+abstraction:

+
lambda x . x
+
+

Now let us call krun on identity.lambda:

+
krun identity.lambda
+
+

Make sure you call the krun command from the folder containing your language
+definition (otherwise type krun --help to learn how to pass a language
+definition as a parameter to krun). The krun command produces the output:

+
<k>
+  lambda x . x
+</k>
+
+

If you see such an output it means that your program has been parsed (and then
+pretty printed) correctly. If you want to see the internal abstract syntax
+tree (AST) representation of the parsed program, which we call the K AST, then
+type kast in the command instead of krun:

+
kast identity.lambda
+
+

You should normally never need to see this internal representation in your
+K definitions, so do not get scared (yes, it is ugly for humans, but it is
+very convenient for tools).

+

Note that krun placed the program in a <k> ... </k> cell. In K, computations
+happen only in cells. If you do not define a configuration in your definition,
+like we did here, then a configuration will be created automatically for you
+which contains only one cell, the default k cell, which holds the program.

+

Next, let us create a file free-variable-capture.lambda, which contains an
+expression which, in order to execute correctly in a substitution-based
+semantics of LAMBDA, the substitution operation needs to avoid
+variable-capture:

+
a (((lambda x.lambda y.x) y) z)
+
+

Next, file closed-variable-capture.lambda shows an expression which also
+requires a capture-free substitution, but this expression is closed (that is,
+it has no free variables) and all its bound variables are distinct (I believe
+this is the smallest such expression):

+
(lambda z.(z z)) (lambda x.lambda y.(x y))
+
+

Finally, the file omega.lambda contains the classic omega combinator
+(or closed expression), which is the smallest expression which loops forever
+(not now, but after we define the semantics of LAMBDA):

+
(lambda x.(x x)) (lambda x.(x x))
+
+

Feel free to define and parse several other LAMBDA programs to get a feel for
+how the parser works. Parse also some incorrect programs, to see how the
+parser generates error messages.

+

In the next lesson we will see how to define semantic rules that iteratively
+rewrite expressions over the defined syntax until they evaluate to a result.
+This way, we obtain our first programming language defined using K.

+

Go to Lesson 2, LAMBDA: Module Importing, Rules, Variables

+

MOVIE (out of date) [4'07"]

+

Module Importing, Rules, Variables

+ +

We here learn how to include a predefined module (SUBSTITUTION), how to
+use it to define a K rule (the characteristic rule of lambda calculus),
+and how to make proper use of variables in rules.

+

Let us continue our lambda.k definition started in the previous lesson.

+

The requires keyword takes a .k file containing language features that
+are needed for the current definition, which can be found in the
+k-distribution/include/kframework/builtin folder. Thus, the command

+
require "substitution.k"
+
+

says that the subsequent definition of LAMBDA needs the generic substitution,
+which is predefined in file substitution.k under the folder
+k-distribution/include/kframework/builtin. Note that substitution can be defined itself in K,
+although it uses advanced features that we have not discussed yet in this
+tutorial, so it may not be easy to understand now.

+

Using the imports keyword, we can now modify LAMBDA to import the module
+SUBSTITUTION, which is defined in the required substitution.k file.

+

Now we have all the substitution machinery available for our definition.
+However, since our substitution is generic, it cannot know which language
+constructs bind variables, and what counts as a variable; however, this
+information is critical in order to correctly solve the variable capture
+problem. Thus, you have to tell the substitution that your lambda construct
+is meant to be a binder, and that your Id terms should be treated as variables
+for substitution. The former is done using the attribute binder.
+By default, binder binds all the variables occurring anywhere in the first
+argument of the corresponding syntactic construct within its other arguments;
+you can configure which arguments are bound where, but that will be discussed
+in subsequent lectures. To tell K which terms are meant to act as variables
+for binding and substitution, we have to explicitly subsort the desired syntactic
+categories to the builtin KVariable sort.

+

Now we are ready to define our first K rule. Rules are introduced with the
+keyword rule and make use of the rewrite symbol, =>. In our case,
+the rule defines the so-called lambda calculus beta-reduction, which
+makes use of substitution in its right-hand side, as shown in lambda.k.

+

By convention, variables that appear in rules start with a capital letter
+(the current implementation of the K tool may even enforce that).

+

Variables may be explicitly tagged with their syntactic category (also called
+sort). If tagged, the matching term will be checked at run-time for
+membership to the claimed sort. If not tagged, then no check will be made.
+The former is safer, but involves the generation of a side condition to the
+rule, so the resulting definition may execute slightly slower overall.

+

In our rule in lambda.k we tagged all variables with their sorts, so we chose
+the safest path. Only the V variable really needs to be tagged there,
+because we can prove (using other means, not the K tool, as the K tool is not
+yet concerned with proving) that the first two variables will always have the
+claimed sorts whenever we execute any expression that parses within our
+original grammar.

+

Let us compile the definition and then run some programs. For example,

+
krun closed-variable-capture.lambda
+
+

yields the output

+
<k>
+  lambda y . ((lambda x . (lambda y . (x  y))) y)
+</k> 
+
+

Notice that only certain programs reduce (some even yield non-termination,
+such as omega.lambda), while others do not. For example,
+free-variable-capture.lambda does not reduce its second argument expression
+to y, as we would expect. This is because the K rewrite rules between syntactic
+terms do not apply anywhere they match. They only apply where they have been
+given permission to apply by means of appropriate evaluation strategies of language
+constructs, which is done using strictness attributes, evaluation contexts,
+heating/cooling rules, etc., as discussed in the next lessons.

+

The next lesson will show how to add LAMBDA the desired evaluation strategies
+using strictness attributes.

+

Go to Lesson 3, LAMBDA: Evaluation Strategies using Strictness

+

MOVIE (out of date) [4'03"]

+

Evaluation Strategies using Strictness

+ +

Here we learn how to use the K strict attribute to define desired evaluation
+strategies. We will also learn how to tell K which terms are already
+evaluated, so it does not attempt to evaluate them anymore and treats them
+internally as results of computations.

+

Recall from the previous lecture that the LAMBDA program
+free-variable-capture.lambda was stuck, because K was not given permission
+to evaluate the arguments of the lambda application construct.

+

You can use the attribute strict to tell K that the corresponding construct
+has a strict evaluation strategy, that is, that its arguments need to be
+evaluated before the semantics of the construct applies. The order of
+argument evaluation is purposely unspecified when using strict, and indeed
+the K tool allows us to detect all possible non-deterministic behaviors that
+result from such intended underspecification of evaluation strategies. We will
+learn how to do that when we define the IMP language later in this tutorial;
+we will also learn how to enforce a particular order of evaluation.

+

In order for the above strictness declaration to work effectively and
+efficiently, we need to tell the K tool which expressions are meant to be
+results of computations, so that it will not attempt to evaluate them anymore.
+One way to do it is to make Val a syntactic subcategory of the builtin
+KResult syntactic category. Since we use the same K parser to also parse
+the semantics, we use the same syntax keyword to define additional syntax
+needed exclusively for the semantics (like KResults). See lambda.k.

+

Compile again and then run some programs. They should all work as expected.
+In particular, free-variable-capture.lambda now evaluates to a y.

+

We now got a complete and working semantic definition of call-by-value
+lambda-calculus. While theoretically correct, our definition is not
+easy to use and disseminate. In the next lessons we will learn how to
+generate formatted documentation for LAMBDA and how to extend LAMBDA
+in order to write human readable and interesting programs.

+

Go to Lesson 4, LAMBDA: Generating Documentation; Latex Attributes.

+

MOVIE (out of date) [2'20"]

+

Generating Documentation; Latex Attributes

+ +

In this lesson we learn how to generate formatted documentation from K
+language definitions. We also learn how to use Latex attributes to control
+the formatting of language constructs, particularly of ones which have a
+mathematical flavor and we want to display accordingly.

+

To enhance readability, we may want to replace the keyword lambda by the
+mathematical lambda symbol in the generated documentation. We can control
+the way we display language constructs in the generated documentation
+by associating them Latex attributes.

+

This is actually quite easy. All we have to do is to associate a latex
+attribute to the production defining the construct in question, following
+the Latex syntax for defining new commands (or macros).

+

In our case, we associate the attribute latex(\lambda{#1}.{#2}) to the
+production declaring the lambda abstraction (recall that in Latex, #n refers
+to the n-th argument of the defined new command).

+

We will later see, in Lesson 9, that we can add arbitrarily complex Latex
+comments and headers to our language definitions, which give us maximum
+flexibility in formatting our language definitions.

+

Now we have a simple programming language, with a nice documentation. However,
+it is not easy to write interesting programs in this language. Almost all
+programming languages build upon existing data-types and libraries. The K
+tool provides a few of these (and you can add more).

+

In the next lesson we show how we can add builtin integers and Booleans to
+LAMBDA, so we can start to evaluate meaningful expressions.

+

Go to Lesson 5, LAMBDA: Adding Builtins; Side Conditions.

+

MOVIE (out of date) [3'13"]

+

Adding Builtins; Side Conditions

+ +

We have already added the builtin identifiers (sort Id) to LAMBDA expressions,
+but those had no operations on them. In this lesson we add integers and
+Booleans to LAMBDA, and extend the builtin operations on them into
+corresponding operations on LAMBDA expressions. We will also learn how to add
+side conditions to rules, to limit the number of instances where they can
+apply.

+

The K tool provides several builtins, which are automatically included in all
+definitions. These can be used in the languages that we define, typically by
+including them in the desired syntactic categories. You can also define your
+own builtins in case the provided ones are not suitable for your language
+(e.g., the provided builtin integers and operations on them are arbitrary
+precision).

+

For example, to add integers and Booleans as values to our LAMBDA, we have to
+add the productions

+
syntax Val ::= Int | Bool
+
+

Int and Bool are the nonterminals that correspond to these builtins.

+

To make use of these builtins, we have to add some arithmetic operation
+constructs to our language. We prefer to use the conventional infix notation
+for these, and the usual precedences (i.e., multiplication and division bind
+tighter than addition, which binds tighter than relational operators).
+Inspired from SDF, we use > instead of
+| to state that all the previous constructs bind tighter than all the
+subsequent ones. See lambda.k.

+

The only thing left is to link the LAMBDA arithmetic operations to the
+corresponding builtin operations, when their arguments are evaluated.
+This can be easily done using trivial rewrite rules, as shown in lambda.k.
+In general, the K tool attempts to uniformly add the corresponding builtin
+name as a suffix to all the operations over builtins. For example, the
+addition over integers is an infix operation named +Int.

+

Compile the new lambda.k definition and evaluate some simple arithmetic
+expressions. For example, if arithmetic.lambda is (1+2*3)/4 <= 1, then

+
krun arithmetic.lambda
+
+

yields, as expected, true. Note that the parser took the desired operation
+precedence into account.

+

Let us now try to evaluate an expression which performs a wrong computation,
+namely a division by zero. Consider the expression arithmetic-div-zero.lambda
+which is 1/(2/3). Since division is strict and 2/3 evaluates to 0, this
+expression reduces to 1/0, which further reduces to 1 /Int 0 by the rule for
+division, which is now stuck (with the current back-end to the K tool).

+

In fact, depending upon the back-end that we use to execute K definitions and
+in particular to evaluate expressions over builtins, 1 /Int 0 can evaluate to
+anything. It just happens that the current back-end keeps it as an
+irreducible term. Other K back-ends may reduce it to an explicit error
+element, or issue a segmentation fault followed by a core dump, or throw an
+exception, etc.

+

To avoid requesting the back-end to perform an illegal operation, we may use a
+side condition in the rule of division, to make sure it only applies when the
+denominator is non-zero.

+

Like in other operational formalisms, the role of the K side
+conditions is to filter the number of instances of the rule. The notion
+of a side condition comes from logics, where a sharp distinction is made
+between a side condition (cheap) and a premise (expensive). Premises are
+usually resolved using further (expensive) logical derivations, while side
+conditions are simple (cheap) conditions over the rule meta-variables within
+the underlying mathematical domains (which in K can be extended by the user,
+as we will see in future lessons). Regarded as a logic, K derives rewrite
+rules from other rewrite rules; therefore, the K side conditions cannot
+contain other rewrites in them (using =>). This contrasts other rewrite
+engines, for example Maude, which
+allow conditional rules with rewrites in conditions.
+The rationale behind this deliberate restriction in K is twofold:

+
    +
  • On the one hand, general conditional rules require a complex, and thus slower
    +rewrite engine, which starts recursive (sometimes exhaustive) rewrite sessions
    +to resolve the rewrites in conditions. In contrast, the side conditions in K
    +can be evaluated efficiently by back-ends, for example by evaluating builtin
    +expressions and/or by calling builtin functions.
  • +
  • On the other hand, the semantic definitional philosophy of K is that rule
    +premises are unnecessary, so there is no need to provide support for them.
  • +
+

Having builtin arithmetic is useful, but writing programs with just lambda
+and arithmetic constructs is still a pain. In the next two lessons we will
+add conditional (if_then_else) and binding (let and letrec) constructs,
+which will allow us to write nicer programs.

+

Go to Lesson 6, LAMBDA: Selective Strictness; Anonymous Variables.

+

MOVIE (out of date) [4'52"]

+

Selective Strictness; Anonymous Variables

+ +

We here show how to define selective strictness of language constructs,
+that is, how to state that certain language constructs are strict only
+in some arguments. We also show how to use anonymous variables.

+

We next define a conditional if construct, which takes three arguments,
+evaluates only the first one, and then reduces to either the second or the
+third, depending on whether the first one evaluated to true or to false.

+

K allows to define selective strictness using the same strict attribute,
+but passing it a list of numbers. The numbers correspond to the arguments
+in which we want the defined construct to be strict. In our case,

+
syntax Exp ::= "if" Exp "then" Exp "else" Exp   [strict(1)]
+
+

states that the conditional construct is strict in the first argument.

+

We can now assume that its first argument will eventually reduce to a value, so
+we only write the following two semantic rules:

+
rule if true  then E else _ => E
+rule if false then _ else E => E
+
+

Thus, we assume that the first argument evaluates to either true or false.

+

Note the use of the anonymous variable _. We use such variables purely for
+structural reasons, to state that something is there but we don't care what.
+An anonymous variable is therefore completely equivalent to a normal variable
+which is unsorted and different from all the other variables in the rule. If
+you use _ multiple times in a rule, they will all be considered distinct.

+

Compile lambda.k and write and execute some interesting expressions making
+use of the conditional construct. For example, the expression

+
if 2<=1 then 3/0 else 10
+
+

evaluates to 10 and will never evaluate 3/0, thus avoiding an unwanted
+division-by-zero.

+

In the next lesson we will introduce two new language constructs, called
+let and letrec and conventionally found in functional programming
+languages, which will allow us to already write interesting LAMBDA programs.

+

Go to Lesson 7, LAMBDA: Derived Constructs; Extending Predefined Syntax.

+

MOVIE (out of date) [2'14"]

+

Derived Constructs, Extending Predefined Syntax

+ +

In this lesson we will learn how to define derived language constructs, that
+is, ones whose semantics is defined completely in terms of other language
+constructs. We will also learn how to add new constructs to predefined
+syntactic categories.

+

When defining a language, we often want certain language constructs to be
+defined in terms of other constructs. For example, a let-binding construct
+of the form

+
let x = e in e'
+
+

is nothing but syntactic sugar for

+
(lambda x . e') e
+
+

This can be easily achieved with a rule, as shown in lambda.k.

+

Compile lambda.k and write some programs using let binders.

+

For example, consider a lets.lambda program which takes arithmetic.lambda
+and replaces each integer by a let-bound variable. It should evaluate to
+true, just like the original arithmetic.lambda.

+

Let us now consider a more interesting program, namely one that calculates the
+factorial of 10:

+
let f = lambda x . (
+        (lambda t . lambda x . (t t x))
+        (lambda f . lambda x . (if x <= 1 then 1 else (x * (f f (x + -1)))))
+        x
+      )
+in (f 10)
+
+

This program follows a common technique to define fixed points in untyped
+lambda calculus, based on passing a function to itself.

+

We may not like to define fixed-points following the approach above, because
+it requires global changes in the body of the function meant to be recursive,
+basically to pass it to itself (f f in our case above). The approach below
+isolates the fixed-point aspect of the function in a so-called fixed-point
+combinator
, which we call fix below, and then apply it to the function
+defining the body of the factorial, without any changes to it:

+
let fix = lambda f . (
+          (lambda x . (f (lambda y . (x x y))))
+          (lambda x . (f (lambda y . (x x y))))
+        )
+in let f = fix (lambda f . lambda x .
+                (if x <= 1 then 1 else (x * (f (x + -1)))))
+   in (f 10)
+
+

Although the above techniques are interesting and powerful (indeed, untyped
+lambda calculus is in fact Turing complete), programmers will probably not
+like to write programs this way.

+

We can easily define a more complex derived construct, called letrec and
+conventionally encountered in functional programming languages, whose semantics
+captures the fixed-point idea above. In order to keep its definition simple
+and intuitive, we define a simplified variant of letrec, namely one which only
+allows to define one recursive one-argument function. See lambda.k.

+

There are two interesting observations here.

+

First, note that we have already in-lined the definition of the fix
+combinator in the definition of the factorial, to save one application of the
+beta reduction rule (and the involved substitution steps). We could have
+in-lined the definition of the remaining let, too, but we believe that the
+current definition is easier to read.

+

Second, note that we extended the predefined Id syntactic category with two
+new constants, $x and $y. The predefined identifiers cannot start with
+$, so programs that will be executed with this semantics cannot possibly
+contain the identifiers xandx andy. In other words, by adding them to Id they
+become indirectly reserved for the semantics. This is indeed desirable,
+because any possible uses of xinthebodyofthefunctiondefinedusingletrecwouldbecapturedbythelambdax in the body of the function defined +using `letrec` would be captured by the `lambdaxdeclaration in the definition ofletrec`.

+

Using letrec, we can now write the factorial program as elegantly as it can
+be written in a functional language:

+
letrec f x = if x <= 1 then 1 else (x * (f (x + -1)))
+in (f 10)
+
+

In the next lesson we will discuss an alternative definition of letrec, based
+on another binder, mu, specifically designed to define fixed points.

+

Go to Lesson 8, LAMBDA: Multiple Binding Constructs.

+

MOVIE (out of date) [5'10"]

+

Multiple Binding Constructs

+ +

Here we learn how multiple language constructs that bind variables can
+coexist. We will also learn about or recall another famous binder besides
+lambda, namely mu, which can be used to elegantly define all kinds of
+interesting fixed-point constructs.

+

The mu binder has the same syntax as lambda, except that it replaces
+lambda with mu.

+

Since mu is a binder, in order for substitution to know how to deal with
+variable capture in the presence of mu, we have to tell it that mu is a
+binding construct, same like lambda. We take advantage of being there and
+also add mu its desired latex attribute.

+

The intuition for

+
mu x . e
+
+

is that it reduces to e, but each free occurrence of x in e behaves
+like a pointer that points back to mu x . e.

+

With that in mind, let us postpone the definition of mu and instead redefine
+letrec F X = E in E' as a derived construct, assuming mu available. The
+idea is to simply regard F as a fixed-point of the function

+
lambda X . E
+
+

that is, to first calculate

+
mu F . lambda X . E
+
+

and then to evaluate E' where F is bound to this fixed-point:

+
let F = mu F . lambda X . E in E'
+
+

This new definition of letrec may still look a bit tricky, particularly
+because F is bound twice, but it is much simpler and cleaner than our
+previous definition. Moreover, now it is done in a type-safe manner
+(this aspect goes beyond our objective in this tutorial).

+

Let us now define the semantic rule of mu.

+

The semantics of mu is actually disarmingly simple. We just have to
+substitute mu X . E for each free occurrence of X in E:

+
mu X . E => E[(mu X . E) / X]
+
+

Compile lambda.k and execute some recursive programs. They should be now
+several times faster. Write a few more recursive programs, for example ones
+for calculating the Ackermann function, for calculating the number of moves
+needed to solve the Hanoi tower problem, etc.

+

We have defined our first programming language in K, which allows us to
+write interesting functional programs. In the next lesson we will learn how
+to fully document our language definition, in order to disseminate it, to ship
+it to colleagues or friends, to publish it, to teach it, and so on.

+

Go to Lesson 9, LAMBDA: A Complete and Commented Definition.

+

MOVIE (out of date) [2'40"]

+

A Complete and Documented K Definition

+ +

In this lesson you will learn how to add formal comments to your K definition,
+in order to nicely document it. The generated document can be then used for
+various purposes: to ease understanding the K definition, to publish it,
+to send it to others, etc.

+

The K tool allows a literate programming style, where the executable
+language definition can be documented by means of annotations. One such
+annotation is the latex(_) annotation, where you can specify how to format
+the given production when producing Latex output via the --output latex
+option to krun, kast, and kprove.

+

There are three types of comments, which we discuss next.

+

Ordinary comments

+ +

These use // or /* ... */, like in various programming languages. These
+comments are completely ignored.

+

Document annotations

+ +

Use the @ symbol right after // or /* in order for the comment to be
+considered an annotation and thus be processed by the K tool when it
+generates documentation.

+

As an example, we can go ahead and add such an annotation at the beginning
+of the LAMBDA module, explaining how we define the syntax of this language.

+

Header annotations

+ +

Use the ! symbol right after // or /* if you want the comment to be
+considered a header annotation, that is, one which goes before
+\begin{document} in the generated Latex. You typically need header
+annotations to include macros, or to define a title, etc.

+

As an example, let us set a Latex length and then add a title and an
+author to this K definition.

+

Compile the documentation and take a look at the results. Notice the title.

+

Feel free to now add lots of annotations to lambda.k.

+

Then compile and check the result. Depending on your PDF viewer, you
+may also see a nice click-able table of contents, with all the sections
+of your document. This could be quite convenient when you define large
+languages, because it helps you jump to any part of the semantics.

+

Tutorial 1 is now complete. The next tutorial will take us through the
+definition of a simple imperative language and will expose us to more
+feature of the K framework and the K tool.

+

MOVIE (out of date) [6'07"]

+

Part 2: Defining IMP

+ +

Here you will learn how to define a very simple imperative language in K
+and the basics of how to work with configurations, cells, and computations.
+Specifically, you will learn the following:

+
    +
  • How to define languages using multiple modules.
  • +
  • How to define sequentially strict syntactic constructs.
  • +
  • How to use K's syntactic lists.
  • +
  • How to define, initialize and configure configurations.
  • +
  • How the language syntax is swallowed by the builtin K syntactic category.
  • +
  • The additional syntax of the K syntactic category.
  • +
  • How the strictness annotations are automatically desugared into rules.
  • +
  • The first steps of the configuration abstraction mechanism.
  • +
+

Like in the previous tutorial, this folder contains several lessons, each
+adding new features to IMP. Do them in order. Also, make sure you completed
+and understood the previous tutorial.

+

Defining a More Complex Syntax

+ +

Here we learn how to define a more complex language syntax than LAMBDA's,
+namely the C-like syntax of IMP. Also, we will learn how to define languages
+using multiple modules, because we are going to separate IMP's syntax from
+its semantics using modules. Finally, we will also learn how to use K's
+builtin support for syntactic lists.

+

The K tool provides modules for grouping language features. In general, we
+can organize our languages in arbitrarily complex module structures.
+While there are no rigid requirements or even guidelines for how to group
+language features in modules, we often separate the language syntax from the
+language semantics in different modules.

+

In our case here, we start by defining two modules, IMP-SYNTAX and IMP, and
+import the first in the second, using the keyword imports. As their names
+suggest, we will place all IMP's syntax definition in IMP-SYNTAX and all its
+semantics in IMP.

+

Note, however, that K does no more than simply includes all the
+contents of the imported module in the one which imports it (making sure
+that everything is only kept once, even if you import it multiple times).
+In other words, there is currently nothing fancy in K tool's module system.

+

IMP has six syntactic categories, as shown in imp.k: AExp for arithmetic
+expressions, BExp for Boolean expressions, Block for blocks, Stmt for
+statements, Pgm for programs and Ids for comma-separated lists of
+identifiers. Blocks are special statements, whose role is to syntactically
+constrain the conditional statement and the while loop statement to only
+take blocks as branches and body, respectively.

+

There is nothing special about arithmetic and Boolean expressions. They
+are given the expected strictness attributes, except for <= and &&,
+for demonstration purposes.

+

The <= is defined to be seqstrict, which means that it evaluates its
+arguments in order, from left-to-right (recall that the strict operators
+can evaluate their arguments in any, fully interleaved, orders). Like
+strict, the seqstrict annotation can also be configured; for example, one
+can specify in which arguments and in what order. By default, seqstrict
+refers to all the arguments, in their left-to-right order. In our case here,
+it is equivalent with seqstrict(1 2).

+

The && is only strict in its first argument, because we will give it a
+short-circuited semantics (its second argument will only be evaluated when
+the first evaluates to true). Recall the K tool also allows us to associate
+LaTex attributes to constructs, telling the document generator how to display
+them. For example, we associate <= the attribute latex({#1}\leq{#2}),
+which makes it be displayed \leq everywhere in the generated LaTex
+documentation.

+

In this tutorial we take the freedom to associate the various constructs
+parsing precedences that we have already tested and we know work well, so that
+we can focus on the semantics here instead of syntax. In practice, though,
+you typically need to experiment with precedences until you obtain the desired
+parser.

+

Blocks are defined using curly brackets, and they can either be empty or
+hold a statement.

+

Nothing special about the IMP statements. Note that ; is an assignment
+statement terminator, not a statement separator. Note also that blocks are
+special statements.

+

An IMP program declares a comma-separated list of variables using the keyword
+int like in C, followed by a semicolon ;, followed by a statement.
+Syntactically, the idea here is that we can wrap any IMP program within a
+main(){...} function and get a valid C program. IMP does not allow variable
+declarations anywhere else except through this construct, at the top-level of
+the program. Other languages provided with the K distribution (see, e.g., the
+IMP++ language also discussed in this tutorial) remove this top-level program
+construct of IMP and add instead variable declaration as a statement construct,
+which can be used anywhere in the program, not only at the top level.

+

Note how we defined the comma-separated list of identifiers using
+List{Id,","}. The K tool provides builtin support for generic syntactic
+lists. In general,

+
syntax B ::= List{A,T}
+
+

declares a new non-terminal, B, corresponding to T-separated sequences of
+elements of A, where A is a non-terminal and T is a terminal. These
+lists can also be empty, that is, IMP programs declaring no variable are also
+allowed (e.g., int; {} is a valid IMP program). To instantiate and use
+the K builtin lists, you should alias each instance with a (typically fresh)
+non-terminal in your syntax, like we do with the Ids nonterminal.

+

Like with other K features, there are ways to configure the syntactic lists,
+but we do not discuss them here.

+

Recall from Tutorial 1 (LAMBDA) that in order for strictness to work well
+we also need to tell K which computations are meant to be results. We do
+this as well now, in the module IMP: integers and Booleans are K results.

+

Kompile imp.k and test the generated parser by running some programs.
+Since IMP is a fragment of C, you may want to select the C mode in your
+editor when writing these programs. This will also give your the feel that
+you are writing programs in a real programming language.

+

For example, here is sum.imp, which sums in sum all numbers up to n:

+
int n, sum;
+n = 100;
+sum=0;
+while (!(n <= 0)) {
+  sum = sum + n;
+  n = n + -1;
+}
+
+

Now krun it and see how it looks parsed in the default k cell.

+

The program collatz.imp tests the Collatz conjecture for all numbers up to
+m and accumulates the total number of steps in s:

+
int m, n, q, r, s;
+m = 10;
+while (!(m<=2)) {
+  n = m;
+  m = m + -1;
+  while (!(n<=1)) {
+    s = s+1;
+    q = n/2;
+    r = q+q+1;
+    if (r<=n) {
+      n = n+n+n+1;         // n becomes 3*n+1 if odd
+    } else {n=q;}          //        of   n/2 if even
+  }
+}
+
+

Finally, program primes.imp counts in s all the prime numbers up to m:

+
int i, m, n, q, r, s, t, x, y, z;
+m = 10;  n = 2;
+while (n <= m) {
+  // checking primality of n and writing t to 1 or 0
+  i = 2;  q = n/i;  t = 1;
+  while (i<=q && 1<=t) {
+    x = i;
+    y = q;
+    // fast multiplication (base 2) algorithm
+    z = 0;
+    while (!(x <= 0)) {
+      q = x/2;
+      r = q+q+1;
+      if (r <= x) { z = z+y; } else {}
+      x = q;
+      y = y+y;
+    } // end fast multiplication
+    if (n <= z) { t = 0; } else { i = i+1;  q = n/i; }
+  } // end checking primality
+  if (1 <= t) { s = s+1; } else {}
+  n = n+1;
+}
+
+

All the programs above will run once we define the semantics of IMP. If you
+want to execute them now, wrap them in a main(){...} function and compile
+them and run them with your favorite C compiler.

+

Before we move to the K semantics of IMP, we would like to make some
+clarifications regarding the K builtin parser, kast. Although it is quite
+powerful, you should not expect magic from it! While the K parser can parse
+many non-trivial languages (see, for example, the KOOL language in
+pl-tutorial/2_languages) in the K distribution), it was
+never meant to be a substitute for real parsers. We often call the syntax
+defined in K the syntax of the semantics, to highlight the fact that its
+role is to serve as a convenient notation when writing the semantics, not
+necessarily as a means to define concrete syntax of arbitrarily complex
+programming languages. See the KERNELC language for an example on how to connect an external parser for concrete syntax to
+the K tool.

+

The above being said, we strongly encourage you to strive to make the
+builtin parser work with your desired language syntax! Do not give up
+simply because you don't want to deal with syntactic problems. On the
+contrary, fight for your syntax! If you really cannot define your desired
+syntax because of tool limitations, we would like to know. Please tell us.

+

Until now we have only seen default configurations. In the next lesson we
+will learn how to define a K custom configuration.

+

Go to Lesson 2, IMP: Defining a Configuration.

+

MOVIE (out of date) [09'15"]

+

Defining a Configuration

+ +

Here we learn how to define a configuration in K. We also learn how to
+initialize and how to display it.

+

As explained in the overview presentation on K, configurations are quite
+important, because all semantic rules match and apply on them.
+Moreover, they are the backbone of configuration abstraction, which allows
+you to only mention the relevant cells in each semantic rule, the rest of
+the configuration context being inferred automatically. The importance of
+configuration abstraction will become clear when we define more complex
+languages (even in IMP++). IMP does not really need it. K configurations
+are constructed making use of cells, which are labeled and can be arbitrarily
+nested.

+

Configurations are defined with the keyword configuration. Cells are
+defined using an XML-ish notation stating clearly where the cell starts
+and where it ends.

+

While not enforced by the tool, we typically like to put the entire
+configuration in a top-level cell, called T. So let's define it:

+
configuration <T>...</T>
+
+

Cells can have other cells inside. In our case of IMP, we need a cell to
+hold the remaining program, cell which we typically call k, and a cell to
+hold the program state. Let us add them:

+
configuration <T> <k>...</k> <state>...</state> </T>
+
+

K allows us to also specify how to initialize a configuration at the same
+time with declaring the configuration. All we have to do is to fill in
+the contents of the cells with some terms. The syntactic categories of
+those terms will also indirectly define the types of the corresponding
+cells.

+

For example, we want the k cell to initially hold the program that is passed
+to krun. K provides a builtin configuration variable, called $PGM, which
+is specifically designed for this purpose: krun will place its program there
+(after it parses it, or course). The K tool allows users to define their own
+configuration variables, too, which can be used to develop custom
+initializations of program configurations with the help of krun; this can be
+quite useful when defining complex languages, but we do not discuss it in
+this tutorial.

+
configuration <T> <k> $PGM </k> <state>...</state>  </T>
+
+

Moreover, we want the program to be a proper Pgm term (because we do not
+want to allow krun to take fragments of programs, for example, statements).
+Therefore, we tag $PGM with the desired syntactic category, Pgm:

+
configuration <T> <k> $PGM:Pgm </k> <state>...</state>  </T>
+
+

Like for other variable tags in K, a run-time check will be performed and the
+semantics will get stuck if the passed term is not a well-formed program.

+

We next tell K that the state cell should be initialized with the empty map:

+
configuration <T> <k> $PGM:Pgm </k> <state> .Map </state>  </T>
+
+

Recall that in K . stands for nothing. However, since there are various
+types of nothing, to avoid confusion we can suffix the . with its desired
+type. K has several builtin data-types, including lists, sets, bags, and
+maps. .Map is the empty map.

+

Kompile imp.k and run several programs to see how the configuration is
+initialized as desired.

+

When configurations get large, and they do when defining large programming
+languages, you may want to color the cells in order to more easily distinguish
+them. This can be easily achieved using the color cell attribute, following
+again an XML-ish style:

+
configuration <T color="yellow">
+                <k color="green"> $PGM:Pgm </k>
+                <state color="red"> .Map </state>
+              </T>
+
+

In the next lesson we will learn how to write rules that involve cells.

+

Go to Lesson 3, IMP: Computations, Results, Strictness; Rules Involving Cells.

+

MOVIE (out of date) [04'21"]

+

Computations, Results, Strictness; Rules Involving Cells

+ +

In this lesson we will learn about the syntactic category K of computations,
+about how strictness attributes are in fact syntactic sugar for rewrite rules
+over computations, and why it is important to tell the tool which
+computations are results. We will also see a K rule that involves cells.

+

K Computations

+ +

Computation structures, or more simply computations, extend the abstract
+syntax of your language with a list structure using ~> (read followed
+by
or and then, and written \curvearrowright in Latex) as a separator.
+K provides a distinguished sort, K, for computations. The extension of the
+abstract syntax of your language into computations is done automatically by
+the K tool when you declare constructs using the syntax keyword, so the K
+semantic rules can uniformly operate only on terms of sort K. The intuition
+for computation structures of the form

+
t1 ~> t2 ~> ... ~> tn
+
+

is that the listed tasks are to be processed in order. The initial
+computation typically contains the original program as its sole task, but
+rules can then modify it into task sequences, as seen shortly.

+

Strictness in Theory

+ +

The strictness attributes, used as annotations to language constructs,
+actually correspond to rules over computations. For example, the
+strict(2) attribute of the assignment statement corresponds to the
+following two opposite rules (X ranges over Id and A over AExp):

+
X=A; => A ~> X=[];
+A ~> X=[]; => X=A;
+
+

The first rule pulls A from the syntactic context X=A; and schedules it
+for processing. The second rule plugs A back into its context.
+Inspired from the chemical abstract machine, we call rules of the first
+type above heating rules and rules of the second type cooling rules.
+Similar rules are generated for other arguments in which operations are
+strict. Iterative applications of heating rules eventually bring to the
+top of the computation atomic tasks, such as a variable lookup, or a
+builtin operation, which then make computational progress by means of other
+rules. Once progress is made, cooling rules can iteratively plug the result
+back into context, so that heating rules can pick another candidate for
+reduction, and so on and so forth.

+

When operations are strict only in some of their arguments, the corresponding
+positions of the arguments in which they are strict are explicitly enumerated
+in the argument of the strict attribute, e.g., strict(2) like above, or
+strict(2 3) for an operation strict in its second and third arguments, etc.
+If an operation is simply declared strict then it means that it is strict
+in all its arguments. For example, the strictness of addition yields:

+
A1+A2 => A1 ~> []+A2
+A1 ~> []+A2 => A1+A2
+A1+A2 => A2 ~> A1+[]
+A2 ~> A1+[] => A1+A2
+
+

It can be seen that such heating/cooling rules can easily lead to
+non-determinism, since the same term may be heated many different ways;
+these different evaluation orders may lead to different behaviors in some
+languages (not in IMP, because its expressions do not have side effects,
+but we will experiment with non-determinism in its successor, IMP++).

+

A similar desugaring applies to sequential strictness, declared with the
+keyword seqstrict. While the order of arguments of strict is irrelevant,
+it matters in the case of seqstrict: they are to be evaluated in the
+specified order; if no arguments are given, then they are assumed by default
+to be evaluated from left-to-right. For example, the default heating/cooling
+rules associated to the sequentially strict <= construct above are
+(A1, A2 range over AExp and I1 over Int):

+
A1<=A2 => A1 ~> []<=A2
+A1 ~> []<=A2 => A1<=A2
+I1<=A2 => A2 ~> I1<=[]
+A2 ~> I1<=[] => I1<=A2
+
+

In other words, A2 is only heated/cooled after A1 is already evaluated.

+

While the heating/cooling rules give us a nice and uniform means to define
+all the various allowable ways in which a program can evaluate, all based
+on rewriting, the fact that they are reversible comes with a serious practical
+problem: they make the K definitions unexecutable, because they lead to
+non-termination.

+

Strictness in Practice; K Results

+ +

To break the reversibility of the theoretical heating/cooling rules, and,
+moreover, to efficiently execute K definitions, the current implementation of
+the K tool relies on users giving explicit definitions of their languages'
+results.

+

The K tool provides a predicate isKResult, which is automatically defined
+as we add syntactic constructs to KResult (in fact the K tool defines such
+predicates for all syntactic categories, which are used, for example, as
+rule side conditions to check user-declared variable memberships, such as
+V:Val stating that V belongs to Val).

+

The kompile tool, depending upon what it is requested to do, changes the
+reversible heating/cooling rules corresponding to evaluation strategy
+definitions (e.g., those corresponding to strictness attributes) to avoid
+non-termination. For example, when one is interested in obtaining an
+executable model of the language (which is the default compilation mode of
+kompile), then heating is performed only when the to-be-pulled syntactic
+fragment is not a result, and the corresponding cooling only when the
+to-be-plugged fragment is a result. In this case, e.g., the heating/cooling
+rules for assignment are modified as follows:

+
X=A; => A ~> X=[];  requires notBool isKResult(A)
+A ~> X=[]; => X=A;  requires isKResult(A)
+
+

Note that non-termination of heating/cooling is avoided now. The only thing
+lost is the number of possible behaviors that a program can manifest, but
+this is irrelevant when all we want is one behavior.

+

As will be discussed in the IMP++ tutorial, the heating/cooling rules are
+modified differently by kompile when we are interested in other aspects
+of the language definition, such us, for example, in a search-able model that
+comprises all program behaviors. This latter model is obviously more general
+from a theoretical perspective, but, in practice, it is also slower to execute.
+The kompile tool strives to give you the best model of the language for the
+task you are interested in.

+

Can't Results be Inferred Automatically?

+ +

This is a long story, but the short answer is: No!. Maybe in some cases
+it is possible, but we prefer to not attempt it in the K tool. For example,
+you most likely do not want any stuck computation to count as a result,
+since some of them can happen simply because you forgot a semantic rule that
+could have further reduce it! Besides, in our experience with defining large
+languages, it is quite useful to take your time and think of what the results
+of your language's computations are. This fact in itself may help you improve
+your overall language design. We typically do it at the same time with
+defining the evaluation strategies of our languages. Although in theory K
+could infer the results of your language as the stuck computations, based on
+the above we have deliberately decided to not provide this feature, in spite
+of requests from some users. So you currently do have to explicitly define
+your K results if you want to effectively use the K tool. Note, however, that
+theoretical definitions, not meant to be executed, need not worry about
+defining results (that's because in theory semantic rules apply modulo the
+reversible heating/cooling rules, so results are not necessary).

+

A K Rule Involving Cells

+ +

All our K rules so far in the tutorial were of the form

+
rule left => right requires condition
+
+

where left and right were syntactic, or more generally computation, terms.

+

Here is our first K rule explicitly involving cells:

+
rule <k> X:Id => I ...</k> <state>... X |-> I ...</state>
+
+

Recall that the k cell holds computations, which are sequences of tasks
+separated by ~>. Also, the state cell holds a map, which is a set of
+bindings, each binding being a pair of computations (currently, the
+K builtin data-structures, like maps, are untyped; or, said differently,
+they are all over the type of computations, K).

+

Therefore, the two cells mentioned in the rule above hold collections
+of things, ordered or not. The ...s, which we also call cell frames,
+stand for more stuff there, which we do not care about.

+

The rewrite relation => is allowed in K to appear anywhere in a term, its
+meaning being that the corresponding subterm is rewritten as indicated in the
+shown context. We say that K's rewriting is local.

+

The rule above says that if the identifier X is the first task in the k
+cell, and if X is bound to I somewhere in the state, then X rewrites
+to I locally in the k cell. Therefore, IMP variables need to be already
+declared when looked up.

+

Of course, the K rule above can be translated into an ordinary rewrite rule
+of the form

+
rule <k> X ~> Rest </k> <state> Before (X |-> I) After </state>
+  => <k> I ~> Rest </k> <state> Before (X |-> I) After </state>
+
+

Besides being more verbose and thus tedious to write, this ordinary rule
+is also more error-prone; for example, we may forget the Rest variable
+in the right-hand-side, etc. Moreover, the concurrent semantics of K
+allows for its rules to be interpreted as concurrent transactions, where
+the context is the read-only component of the transaction, while the
+subterms which are rewritten are read/write component of the transaction;
+thus, K rule instances can apply concurrently if they only overlap
+on read-only parts, while they cannot if regarded as ordinary rewrite logic
+rules. Note: our current implementation of the K tool is not concurrent,
+so K rules are in fact desugared as normal rewrite rules in the K tool.

+

Kompile imp.k using a documentation option and check out how the K rule
+looks in the generated document. The ... frames are displayed as cell
+tears, metaphorically implying that those parts of the cells that we
+do not care about are torn away. The rewrite relation is replaced by a
+horizontal line: specifically, the subterm which rewrites, X, is
+underlined, and its replacement is written underneath the line.

+

In the next lesson we define the complete K semantics of IMP and
+run the programs we parsed in the first lesson.

+

Go to Lesson 4, IMP: Configuration Abstraction, Part 1; Types of Rules.

+

MOVIE (out of date) [10'30"]

+

Configuration Abstraction, Part 1; Types of Rules

+ +

Here we will complete the K definition of IMP and, while doing so, we will
+learn the very first step of what we call configuration abstraction.

+

The IMP Semantic Rules

+ +

Let us add the remaining rules, in the order in which the language constructs
+were defined in IMP-SYNTAX.

+

The rules for the arithmetic and Boolean constructs are self-explanatory.
+Note, however, that K will infer the correct sorts of all the variables in
+these rules, because they appear as arguments of the builtin operations
+(_+Int_, etc.). Moreover, the inferred sorts will be enforced dynamically.
+Indeed, we do not want to apply the rule for addition, for example, when the
+two arguments are not integers. In the rules for &&, although we prefer to
+not do it here for simplicity, we could have eliminated the dynamic check by
+replacing B (and similarly for _) with B:K. Indeed, it can be shown
+that whenever any of these rules apply, B (or _) is a BExp anyway.
+That's because there is no rule that can touch such a B (or _); this
+will become clearer shortly, when we discuss the first step of configuration
+abstraction. Therefore, since we know that B will be a BExp anyway, we
+could save the time it takes to check its sort; such times may look minor,
+but they accumulate, so some designers may prefer to avoid run-time checks
+whenever possible.

+

The block rules are trivial. However, the rule for non-empty blocks is
+semantically correct only because we do not have local variable declarations
+in IMP. We will have to change this rule in IMP++.

+

The assignment rule has two =>: one in the k cell dissolving the
+assignment statement, and the other in the state cell updating the value of
+the assigned variable. Note that the one in the state is surrounded by
+parentheses: (_ => I). That is because => is greedy: it matches as much
+as it can to the left and to the right, until it reaches the cell boundaries
+(closed or open). If you want to limit its scope, or for clarity, you can use
+parentheses like here.

+

The rule for sequential composition simply desugars S1 S2 into S1 ~> S2.
+Indeed, the two have exactly the same semantics. Note that statements
+evaluate to nothing (.), so once S1 is processed in S1 ~> S2, then the
+next task is automatically S2, without wasting any step for the transition.

+

The rules for the conditional and while statements are clear. One thing to
+keep in mind now is that the while unrolling rule will not apply
+indefinitely in the positive branch of the resulting conditional, because
+of K's configuration abstraction, which will be discussed shortly.

+

An IMP program declares a set of variables and then executes a
+statement in the state obtained after initializing all those variables
+to 0. The rules for programs initialize the declared variables one by one,
+checking also that there are no duplicates. We check for duplicates only for
+demonstration purposes, to illustrate the keys predefined operation that
+returns the set of keys of a map, and the set membership operation in.
+In practice, we typically define a static type checker for our language,
+which we execute before the semantics and reject inappropriate programs.

+

The use of the .Ids in the second rule is not necessary. We could have
+written int; S instead of int .Ids; S and the K tool would parse it and
+kompile the definition correctly, because it uses the same parser used for
+parsing programs also to parse the semantics. However, we typically prefer to
+explicitly write the nothing values in the semantics, for clarity;
+the parser has been extended to accept these. Note that the first rule
+matches the entire k cell, because int_;_ is the top-level program
+construct in IMP, so there is nothing following it in the computation cell.
+The anonymous variable stands for the second argument of this top-level program
+construct, not for the rest of the computation. The second rule could have
+also been put in a complete k cell, but we preferred not to, for simplicity.

+

Our IMP semantics is now complete, but there are a few more things that we
+need to understand and do.

+

Configuration Abstraction, Part 1

+ +

First, let us briefly discuss the very first step of configuration abstraction.
+In K, all semantic rules are in fact rules between configurations. As soon
+explained in the IMP++ tutorial, the declared configuration cell structure is
+used to automatically complete the missing configuration parts in rules.
+However, many rules do not involve any cells, being rules between syntactic
+terms (of sort K); for example, we had only three rules involving cells in our
+IMP semantics. In this case, the k cell will be added automatically and the
+actual rewrite will happen on top of the enclosed computation. For example,
+the rule for the while loop is automatically translated into the following:

+
rule <k> while (B) S => if (B) {S while (B) S} else {} ...</k>
+
+

Since the first task in computations is what needs to be done next, the
+intuition for this rule completion is that the syntactic transition
+only happens when the term to rewrite is ready for processing. This explains,
+for example, why the while loop unrolling does not indefinitely apply in the
+positive branch of the conditional: the inner while loop is not ready for
+evaluation yet. We call this rule completion process, as well as other
+similar ones, configuration abstraction. That is because the incomplete
+rule abstracts away the configuration structure, thus being easier to read.
+As seen soon when we define IMP++, configuration abstraction is not only a
+user convenience; it actually significantly increases the modularity of our
+definitions. The k-cell-completion is only the very first step, though.

+

If you really want certain rewrites over syntactic terms to apply
+anywhere they match, then you should tag the rule with the attribute
+anywhere, which was discussed in Tutorial 1, Lesson 2.5.

+

Kompile and then krun the programs that you only parsed in Lesson 1. They
+should all execute as expected. The state cell shows the final state
+of the program. The k cell shows the final code contents, which should be
+empty whenever the IMP program executes correctly.

+

Kompile also with the documentation option and take a look at the generated
+documentation. The assignment rule should particularly be of interest,
+because it contains two local rewrites.

+

In the next lesson we comment the IMP definition and conclude this tutorial.

+

Go to Lesson 5, IMP: Completing and Documenting IMP.

+

MOVIE (out of date) [09'16"]

+

Completing and Documenting IMP

+ +

We here learn no new concepts, but it is a good moment to take a break
+and contemplate what we learned so far.

+

Let us add lots of formal annotations to imp.k.

+

Once we are done with the annotations, we kompile with the documentation
+option and then take a look at the produced document. We often call these
+documents language posters. Depending on how much information you add to
+these language posters, they can serve as standalone, formal presentations
+of your languages. For example, you can print them as large posters and
+post them on the wall, or in poster sessions at conferences.

+

This completes our second tutorial. The next tutorials will teach us more
+features of the K framework, such as how to define languages with complex
+control constructs (like callcc), languages which are concurrent, and so on.

+

MOVIE (out of date) [03'45"]

+

Part 3: Defining LAMBDA++

+ +

Here you will learn how to define language constructs which abruptly change
+the execution control flow, and how to define language semantics following
+and environment/store style. Specifically, you will learn the following:

+
    +
  • How to define constructs like callcc, which allow you to take snapshots of
    +program executions and to go back in time at any moment.
  • +
  • How to define languages in an environment/store style.
  • +
  • Some basic notions about the use of closures and closure-like semantic
    +structures to save and restore execution environments.
  • +
  • Some basic intuitions about reusing existing semantics in new languages,
    +as well as some of the pitfalls in doing so.
  • +
+

Abrupt Changes of Control

+ +

Here we add call-with-current-continuation (callcc) to the definition of
+LAMBDA completed in Tutorial 1, and call the resulting language LAMBDA++.
+While doing so, we will learn how to define language constructs that
+abruptly change the execution control flow.

+

Take over the lambda.k definition from Lesson 8 in Part 1 of this Tutorial,
+which is the complete definition of the LAMBDA language, but without the
+comments.

+

callcc is a good example for studying the capabilities of a framework to
+support abrupt changes of control, because it is one of the most
+control-intensive language constructs known. Scheme is probably the first
+programming language that incorporated the callcc construct, although
+similar constructs have been recently included in many other languages in
+one form or another.

+

Here is a quick description: callcc e passes the remaining computation
+context, packaged as a function k, to e (which is expected to be a function);
+if during its evaluation e passes any value to k, then the current
+execution context is discarded and replaced by the one encoded by k and
+the value is passed to it; if e evaluates normally to some value v and
+passes nothing to k in the process, then v is returned as a result of
+callcc e and the execution continues normally. For example, we want the
+program callcc-jump.lambda:

+
(callcc (lambda k . ((k 5) + 2))) + 10
+
+

to evaluate to 15, not 17! Indeed, the computation context [] + 10 is
+passed to callcc's argument, which then sends it a 5, so the computation
+resumes to 5 + 10. On the other hand, the program callcc-not-jump.lambda

+
(callcc (lambda k . (5 + 2))) + 10
+
+

evaluates to 17.

+

If you like playing games, you can metaphorically think of callcc e as
+saving your game state in a file and passing it to your friend e.
+Then e can decide at some moment to drop everything she was doing, load
+your game and continue to play it from where you were.

+

The behavior of many popular control-changing constructs can be obtained
+using callcc. The program callcc-return.lambda shows, for example, how to
+obtain the behavior of a return statement, which exits the current execution
+context inside a function and returns a value to the caller's context:

+
letrec f x = callcc (lambda return . (
+  f (if (x <= 0) then ((return 1) / 0) else 2)
+))
+in (f -3)
+
+

This should evaluate to 1, in spite of the recursive call to f
+and of the division by zero! Note that return is nothing but a variable
+name, but one which is bound to the current continuation at the beginning of
+the function execution. As soon as 1 is passed to return, the computation
+jumps back in time to where callcc was defined! Change -3 to 3 and the
+program will loop forever.

+

callcc is quite a powerful and beautiful language construct, although one
+which is admittedly hard to give semantics to in some frameworks.
+But not in K 😃 Here is the entire K syntax and semantics of callcc:

+
syntax Exp ::= "callcc" Exp  [strict]
+syntax Val ::= cc(K)
+rule <k> (callcc V:Val => V cc(K)) ~> K </k>
+rule <k> cc(K) V ~> _ =>  V ~> K </k>
+
+

Let us first discuss the annotated syntax. We declared callcc strict,
+because its argument may not necessarily be a function yet, so it may need
+to be evaluated. As explained above, we need to encode the remaining
+computation somehow and pass it to callcc's argument. More specifically,
+since LAMBDA is call-by-value, we have to encode the remaining computation as
+a value. We do not want to simply subsort computations to Val, because there
+are computations which we do not want to be values. A simple solution to
+achieve our goal here is to introduce a new value construct, say cc (from
+current-continuation), which holds any computation.

+

Note that, inspired from SDF,
+K allows you to define the syntax of helping semantic operations, like cc,
+more compactly. Typically, we do not need a fancy syntax for such operators;
+all we need is a name, followed by open parenthesis, followed by a
+comma-separated list of arguments, followed by closed parenthesis. If this
+is the syntax that you want for a particular construct, then K allows you to
+drop all the quotes surrounding the terminals, as we did above for cc.

+

The semantic rules do exactly what the English semantics of callcc says.
+Note that here, unlike in our definition of LAMBDA in Tutorial 1, we had
+to mention the cell <k/> in our rules. This is because we need to make sure
+that we match the entire remaining computation, not only a fragment of it!
+For example, if we replace the two rules above with

+
rule (callcc V:Val => V cc(K)) ~> K
+rule cc(K) V ~> _ =>  V ~> K
+
+

then we get a callcc which is allowed to non-deterministically pick a
+prefix of the remaining computation and pass it to its argument, and then
+when invoked within its argument, a non-deterministic prefix of the new
+computation is discarded and replaced by the saved one. Wow, that would
+be quite a language! Would you like to write programs in it? 😃

+

Consequently, in K we can abruptly change the execution control flow of a
+program by simply changing the contents of the <k/> cell. This is one of
+the advantages of having an explicit representation of the execution context,
+like in K or in reduction semantics with evaluation contexts. Constructs like
+callcc are very hard and non-elegant to define in frameworks such as SOS,
+because those implicitly represent the execution context as proof context,
+and the latter cannot be easily changed.

+

Now that we know how to handle cells in configurations and use them in rules,
+in the next lesson we take a fresh look at LAMBDA and define it using
+an environment-based style, which avoids the complexity of substitution
+(e.g., having to deal with variable capture) and is closer in spirit to how
+functional languages are implemented.

+

Go to Lesson 2, LAMBDA++: Semantic (Non-Syntactic) Computation Items.

+

MOVIE (out of date) [6'28"]

+

Semantic (Non-Syntactic) Computation Items

+ +

In this lesson we start another semantic definition of LAMBDA++, which
+follows a style based on environments instead of substitution. In terms of
+K, we will learn how easy it is to add new items to the syntactic category
+of computations K, even ones which do not have a syntactic nature.

+

An environment binds variable names of interest to locations where their
+values are stored. The idea of environment-based definitions is to maintain
+a global store mapping locations to values, and then have environments
+available when we evaluate expressions telling where the variables are
+located in the store. Since LAMBDA++ is a relatively simple language, we
+only need to maintain one global environment. Following a similar style
+like in IMP, we place all cells into a top cell T:

+
configuration <T>
+                <k> $PGM:Exp </k>
+                <env> .Map </env>
+                <store> .Map </store>
+              </T>
+
+

Recall that $PGM is where the program is placed by krun after parsing. So
+the program execution starts with an empty environment and an empty store.

+

In environment-based definitions of lambda-calculi, lambda abstractions
+evaluate to so-called closures:

+
rule <k> lambda X:Id . E => closure(Rho,X,E) ...</k>
+     <env> Rho </env>
+
+

A closure is like a lambda abstraction, but it also holds the environment
+in which it was declared. This way, when invoked, a closure knows where to
+find in the store the values of all the variables that its body expression
+refers to. We will define the lookup rule shortly.

+

Therefore, unlike in the substitution-based definitions of LAMBDA and
+LAMBDA++, neither the lambda abstractions nor the identifiers are values
+anymore here, because they both evaluate further: lambda abstractions to
+closures and identifiers to their values in the store. In fact, the only
+values at this moment are the closures, and they are purely semantic entities,
+which cannot be used explicitly in programs. That's why we modified the
+original syntax of the language to include no Val syntactic category
+anymore, and that's why we need to add closures as values now; same like
+before, we add a Val syntactic category which is subsorted
+to KResult. In general, whenever you have any strictness attributes,
+your should also define some K results.

+

Invoking a closure is a bit more involved than the substitution-based
+beta-reduction: we need to switch to the closure's environment, then create a
+new, or fresh, binding for the closure's parameter to the value passed to the
+closure, then evaluate the closure's body, and then switch back to the
+caller's environment, which needs to be stored somewhere in the meanwhile.
+We can do all these with one rule:

+
rule <k> closure(Rho,X,E) V:Val => E ~> Rho' ...</k>
+     <env> Rho' => Rho[X <- !N] </env>
+     <store>... .Map => (!N:Int |-> V) ...</store>
+
+

Therefore, we atomically do all the following:

+
    +
  • switch the computation to the closure's body, E, followed by a
    +caller-environment-recovery task Rho' (note that Rho' is the
    +current environment),
  • +
  • generate a fresh location !N (the ! is important, we discuss it below),
    +bind X to !N in closure's environment and switch the current environment
    +Rho' to that one,
  • +
  • write the value passed to the closure, V, at location !N.
  • +
+

This was the most complex K rule we've seen so far in the tutorial. Note,
+however, that this one rule achieves a lot. It is, in fact, quite compact
+considering how much it does. Note also that everything that this K rule
+mentions is needed also conceptually in order to achieve this task, so it
+is minimal from that point of view. That would not be the case if we
+used, instead, a conventional rewrite rule, because we would have had to
+mention the remaining store, say Sigma, in both sides of the rule, to say
+it stays unchanged. Here we just use ....

+

The declaration of the fresh variable above, !N, is new and needs
+some explanation. First, note that !N appears only in the right-hand-side
+terms in the rule, that is, it is not matched when the rule is applied.
+Instead, a fresh Nat element is generated each time the rule is applied.
+In K, we can define syntactic categories which have the capability to
+generate fresh elements like above, using unbound variables whose name starts
+with a !. The details of how to do that are beyond the scope of this
+tutorial (see Tutorial 6). All we need to know here is that an arbitrary
+fresh element of that syntactic category is generated each time the rule
+is applied. We cannot rely on the particular name or value of the generated
+element, because that can change with the next version of the K tool, or
+even from execution to execution with the same version. All you can rely
+on is that each newly generated element is distinct from the previously
+generated elements for the same syntactic category.

+

Unlike in the substitution-based definition, we now also need a lookup rule:

+
rule <k> X => V ...</k>
+     <env>... X |-> N ...</env>
+     <store>... N |-> V ...</store>
+
+

This rule speaks for itself: replace X by the value V located in the store
+at X's location N in the current environment.

+

The only thing left to define is the auxiliary environment-recovery operation:

+

rule _:Val ~> (Rho => .) ... _ => Rho

+

When the item preceding the environment recovery task Rho in the
+computation becomes a value, replace the current environment with Rho
+and dissolve Rho from the computation.

+

Let us kompile and ... fail:

+
kompile lambda
+
+

gives a parsing error saying that V:Val does not fit there in the closure
+invocation rule. That's because Val and Exp are currently completely
+disconnected, so K rightfully complains that we want to apply a value to
+another one, because application was defined to work with expressions, not
+values. What we forgot here was to state that Exp includes Val:

+
syntax Exp ::= Val
+
+

Now everything works, but it is a good time to reflect a bit.

+

So we added closures, which are inherently semantic entities, to the syntax
+of expressions. Does that mean that we can now write LAMBDA programs with
+closures in them? Interestingly, with our current definition of LAMBDA,
+which purposely did not follow the nice organization of IMP into syntax and
+semantic modules, and with K's default parser, kast, you can. But you are
+not supposed to speculate this! In fact, if you use an external parser, that
+parser will reject programs with explicit closures. Also, if we split the
+LAMBDA definition into two modules, one called LAMBDA-SYNTAX containing
+exclusively the desired program syntax and one called LAMBDA importing the
+former and defining the syntax of the auxiliary operations and the semantics,
+then even K's default parser will reject programs using auxiliary syntactic
+constructs.

+

Indeed, when you kompile a language, say lang.k, the tool will by default
+attempt to find a module LANG-SYNTAX and generate the program parser from
+that. If it cannot find it, then it will use the module LANG instead. There
+are also ways to tell kompile precisely which syntax module you want to use
+for the program parser if you don't like the default convention.
+See kompile --help.

+

Another insightful thought to reflect upon, is the relationship between your
+language's values and other syntactic categories. It is often the case that
+values form a subset of the original language syntax, like in IMP (Part 2 of
+the tutorial), but sometimes that is not true, like in our case here. When
+that happens, in order for the semantics to be given smoothly and uniformly
+using the original syntax, you need to extend your language's original
+syntactic categories with the new values. The same holds true in other
+semantic approaches, not only in K, even in ones which are considered purely
+syntactic. As it should be clear by now, K does not enforce you to use a
+purely syntactic style in your definitions; nevertheless, K does allow you to
+develop purely syntactic definitions, like LAMBDA in Part 1 of the tutorial,
+if you prefer those.

+

krun some programs, such as those provided in Lesson 1 of the LAMBDA
+tutorial (Part 1). Note the closures, both as results in the <k/> cell,
+and as values in the store. Also, since variables are not values anymore,
+expressions that contain free variables may get stuck with one of those on
+top of their computation. See, for example, free-variable-capture.lambda,
+which gets stuck on z, because z is free, so it cannot evaluate it.
+If you want, you can go ahead and manually provide a configuration with
+z mapped to some location in the environment and that location mapped to
+some value in the store, and then you can also execute this program. The
+program omega.lambda should still loop.

+

Although we completely changed the definitional style of LAMBDA, the semantics
+of the other constructs do not need to change, as seen in the next lesson.

+

Go to Lesson 3, LAMBDA++: Reusing Existing Semantics.

+

MOVIE (out of date) [8'02"]

+

Reusing Existing Semantics

+ +

In this lesson we will learn that, in some cases, we can reuse existing
+semantics of language features without having to make any change!

+

Although the definitional style of the basic LAMBDA language changed quite
+radically in our previous lesson, compared to its original definition in
+Part 1 of the tutorial, we fortunately can reuse a large portion of the
+previous definition. For example, let us just cut-and-paste the rest of the
+definition from Lesson 7 in Part 1 of the tutorial.

+

Let us kompile and krun all the remaining programs from Part 1 of the
+tutorial. Everything should work fine, although the store contains lots of
+garbage. Garbage collection is an interesting topic, but we do not do it
+here. Nevertheless, much of this garbage is caused by the intricate use of
+the fixed-point combinator to define recursion. In a future lesson in this
+tutorial we will see that a different, environment-based definition of
+fixed-points will allocate much less memory.

+

One interesting question at this stage is: how do we know when we can reuse
+an existing semantics of a language feature? Well, I'm afraid the answer is:
+we don't. In the next lesson we will learn how reuse can fail for quite subtle
+reasons, which are impossible to detect statically (and some non-experts may
+fail to even detect them at all).

+

Go to Lesson 4, LAMBDA++: Do Not Reuse Blindly!.

+

MOVIE (out of date) [3'21"]

+

Do Not Reuse Blindly!

+ +

It may be tempting to base your decision to reuse an existing semantics of
+a language feature solely on syntactic considerations; for example, to reuse
+whenever the parser does not complain. As seen in this lesson, this could
+be quite risky.

+

Let's try (and fail) to reuse the definition of callcc from Lesson 1:

+
syntax Exp ::= "callcc" Exp  [strict]
+syntax Val ::= cc(K)
+rule <k> (callcc V:Val => V cc(K)) ~> K </k>
+rule <k> cc(K) V ~> _ =>  V ~> K </k>
+
+

The callcc examples that we tried in Lesson 1 work, so it may look it works.

+

However, the problem is that cc(K) should also include an environment,
+and that environment should also be restored when cc(K) is invoked.
+Let's try to illustrate this bug with callcc-env1.lambda

+
let x = 1 in
+  ((callcc lambda k . (let x = 2 in (k x))) + x)
+
+

where the second argument of +, x, should be bound to the top x, which
+is 1. However, since callcc does not restore the environment, that x
+should be looked up in the wrong, callcc-inner environment, so we should see
+the overall result 4.

+

Hm, we get the right result, 3 ... (Note: you may get 4, depending on
+your version of K and platform; but both 3 and 4 are possible results, as
+explained below and seen in the tests). How can we get 3? Well, recall that
++ is strict, which means that it can evaluate its arguments in any order.
+It just happened that in the execution that took place above its second
+argument was evaluated first, to 1, and then the callcc was evaluated, but
+its cc value K had already included the 1 instead of x ... In Part 4 of
+the tutorial we will see how to explore all the non-deterministic behaviors of
+a program; we could use that feature of K to debug semantics, too.
+For example, in this case, we could search for all behaviors of this program
+and we would indeed get two possible value results: 3 and 4.

+

One may think that the problem is the non-deterministic evaluation order
+of +, and thus that all we need to do is to enforce a deterministic order
+in which the arguments of + are evaluated. Let us follow this path to
+see what happens. There are two simple ways to make the evaluation order
+of +'s arguments deterministic. One is to make + seqstrict in the
+semantics, to enforce its evaluation from left-to-right. Do it and then
+run the program above again; you should get only one behavior for the
+program above, 4, which therefore shows that copying-and-pasting our old
+definition of callcc was incorrect. However, as seen shortly, that only
+fixed the problem for the particular example above, but not in general.
+Another conventional approach to enforce the desired evaluation order is to
+modify the program to enforce the left-to-right evaluation order using let
+binders, as we do in callcc-env2.lambda:

+
let x = 1 in
+  let a = callcc lambda k . (let x = 2 in (k x)) in
+    let b = x in
+      (a + b)
+
+

With your installation of K you may get the "expected" result 4 when you
+execute this program, so it may look like our non-deterministic problem is
+fixed. Unfortunately, it is not. Using the K tool to search for all the
+behaviors in the program above reveals that the final result 3 is still
+possible. Moreover, both the 3 and the 4 behaviors are possible regardless
+of whether + is declared to be seqstrict or just strict. How is that
+possible? The problem is now the non-deterministic evaluation strategy of
+the function application construct. Indeed, recall that the semantics of
+the let-in construct is defined by desugaring to lambda application:

+
rule let X = E in E' => (lambda X . E') E
+
+

With this, the program above eventually reduces to

+
(lambda a . ((lambda b . a + b) x))
+(callcc lambda k . (let x = 2 in (k x)))
+
+

in an environment where x is 1. If the first expression evaluates first,
+then it does so to a closure in which x is bound to a location holding 1,
+so when applied later on to the x inside the argument of callcc (which is
+2), it will correctly lookup x in its enclosed environment and thus the
+program will evaluate to 3. On the other hand, if the second expression
+evaluates first, then the cc value will freeze the first expression as is,
+breaking the relationship between its x and the current environment in which
+it is bound to 1, being inadvertently captured by the environment of the
+let-in construct inside the callcc and thus making the entire expression
+evaluate to 4.

+

So the morale is: Do not reuse blindly. Think!

+

In the next lesson we fix the environment-based semantics of callcc by having
+cc also wrap an environment, besides a computation. We will also give a more
+direct semantics to recursion, based on environments instead of fixed-point
+combinators.

+

Go to Lesson 5, LAMBDA++: More Semantic Computation Items.

+

MOVIE (out of date) [3'37"]

+

More Semantic Computation Items

+ +

In this lesson we see more examples of semantic (i.e., non-syntactic)
+computational items, and how useful they can be. Specifically, we fix the
+environment-based definition of callcc and give an environment-based
+definition of the mu construct for recursion.

+

Let us first fix callcc. As discussed in Lesson 4, the problem that we
+noticed there was that we only recovered the computation, but not the
+environment, when a value was passed to the current continuation. This is
+quite easy to fix: we modify cc to take both an environment and a
+computation, and its rules to take a snapshot of the current environment with
+it, and to recover it at invocation time:

+
syntax Val ::= cc(Map,K)
+rule <k> (callcc V:Val => V cc(Rho,K)) ~> K </k> <env> Rho </env>
+rule <k> cc(Rho,K) V:Val ~> _ =>  V ~> K </k> <env> _ => Rho </env>
+
+

Let us kompile and make sure it works with the callcc-env2.lambda program,
+which should evaluate to 3, not to 4.

+

Note that the cc value, which can be used as a computation item in the <k/>
+cell, is now quite semantic in nature, pretty much the same as the closures.

+

Let us next add one more closure-like semantic computational item, for mu.
+But before that, let us reuse the semantics of letrec in terms of mu that
+was defined in Lesson 8 of Part 1 of the tutorial on LAMBDA:

+
syntax Exp ::= "letrec" Id Id "=" Exp "in" Exp [macro]
+             | "mu" Id "." Exp                 [latex(\mu{#1}.{#2})]
+rule letrec F:Id X = E in E' => let F = mu F . lambda X . E in E'
+
+

We removed the binder annotation of mu, because it is not necessary
+anymore (since we do not work with substitutions anymore).

+

To save the number of locations needed to evaluate mu X . E, let us replace
+it with a special closure which already binds X to a fresh location holding
+the closure itself:

+
syntax Exp ::= muclosure(Map,Exp)
+
+rule <k> mu X . E => muclosure(Rho[X <- !N], E) ...</k>
+     <env> Rho </env>
+     <store>... .Map => (!N:Int |-> muclosure(Rho[X <- !N], E)) ...</store>
+
+

Since each time mu X . E is encountered during the evaluation it needs to
+evaluate E, we conclude that muclosure cannot be a value. We can declare
+it as either an expression or as a computation. Let's go with the former.

+

Finally, here is the rule unrolling the muclosure:

+

rule muclosure(Rho,E) => E ~> Rho' ...
+ Rho' => Rho

+

Note that the current environment Rho' needs to be saved before and
+restored after E is executed, because the fixed point may be invoked
+from a context with a completely different environment from the one
+in which mu X . E was declared.

+

We are done. Let us now kompile and krun factorial-letrec.lambda from
+Lesson 7 in Part 1 of the tutorial on LAMBDA. Recall that in the previous
+lesson this program generated a lot of garbage into the store, due to the
+need to allocate space for the arguments of all those lambda abstractions
+needed to run the fixed-point combinator. Now we need much fewer locations,
+essentially only locations for the argument of the factorial function, one at
+each recursive call. Anyway, much better than before.

+

In the next lesson we wrap up the environment definition of LAMBDA++ and
+generate its documentation.

+

Go to Lesson 6, LAMBDA++: Wrapping Up and Documenting LAMBDA++.

+

MOVIE (out of date) [5'19"]

+

Wrapping Up and Documenting LAMBDA++

+ +

In this lesson we wrap up and nicely document LAMBDA++. In doing so, we also
+take the freedom to reorganize the semantics a bit, to make it look better.

+

See the lambda.k file, which is self-explanatory.

+

Part 3 of the tutorial is now complete. Part 4 will teach you more features
+of the K framework, in particular how to exhaustively explore the behaviors
+of non-deterministic or concurrent programs.

+

MOVIE (out of date) [6'23"]

+

Part 4: Defining IMP++

+ +

IMP++ extends IMP, which was discussed in Part 2 of this tutorial, with several
+new syntactic constructs. Also, some existing syntax is generalized, which
+requires non-modular changes of the existing IMP semantics. For example,
+global variable declarations become local declarations and can occur
+anywhere a statement can occur. In this tutorial we will learn the following:

+
    +
  • That (and how) existing syntax/semantics may change as a language evolves.
  • +
  • How to refine configurations as a language evolves.
  • +
  • How to define and use fresh elements of desired sorts.
  • +
  • How to tag syntactic constructs and rules, and how to use such tags
    +with the superheat/supercool/transition options of kompile.
  • +
  • How the search option of krun works.
  • +
  • How to stream cells holding semantic lists to the standard input/output,
    +and thus obtain interactive interpreters for the defined languages.
  • +
  • How to delete, save and restore cell contents.
  • +
  • How to add/delete cells dynamically.
  • +
  • More details on how the configuration abstraction mechanism works.
  • +
+

Like in the previous tutorials, this folder contains several lessons, each
+adding new features to IMP++. Do them in order and make sure you completed
+and understood the previous tutorials.

+

Extending/Changing an Existing Language Syntax

+ +

Here we learn how to extend the syntax of an existing language, both with
+new syntactic constructs and with more general uses of existing constructs.
+The latter, in particular, requires changes of the existing semantics.

+

Consider the IMP language, as defined in Lesson 4 of Part 2 of the tutorial.

+

Let us first add the new syntactic constructs, with their precedences:

+
    +
  • variable increment, ++, which increments an integer variable and
    +evaluates to the new value;
  • +
  • read, which reads and evaluates to a new integer from the input buffer;
  • +
  • print, which takes a comma-separated list of arithmetic expressions and
    +evaluates and prints each of them in order, from left to right, to the
    +output buffer; we therefore define a new list syntactic category, AExps,
    +which we pass as an argument to print; note we do not want to declare
    +print to be strict, because we do not want to first evaluate the
    +arguments and then print them (for example, if the second argument performs
    +an illegal operation, say division by zero, we still want to print the first
    +argument); we also go ahead and add strings as arithmetic expressions,
    +because we intend print to also take strings, in order to print nice
    +messages to the user;
  • +
  • halt, which abruptly terminates the program; and
  • +
  • spawn, which takes a statement and creates a new concurrent thread
    +executing it and sharing its environment with the parent thread.
  • +
+

Also, we want to allow local variable declarations, which can appear anywhere
+a statement can appear. Their scope ranges from the place they are defined
+until the end of the current block, and they can shadow previous declarations,
+both inside and outside the current block. The simplest way to define the
+syntax of the new variable declarations is as ordinary statements, at the same
+time removing the previous Pgm syntactic category and its construct.
+Programs are now just statements.

+

We are now done with adding the new syntax and modifying the old one.
+Note that the old syntax was modified in a way which makes the previous IMP
+programs still parse, but this time as statements. Let us then modify
+the configuration variable $PGM to have the sort Stmt instead of Pgm,
+and let us try to run the old IMP programs, for example sum.imp.

+

Note that they actually get stuck with the global declaration on the top
+of their computations. This is because variable declarations are now treated
+like any statements, in particular, the sequential composition rule applies.
+This makes the old IMP rule for global variable declarations not match anymore.
+We can easily fix it by replacing the anonymous variable _, which matched
+the program's statement that now turned into the remaining computation in
+the <k/> cell, with the cell frame variable ..., which matches the
+remaining computation. Similarly, we have to change the rule for the case
+where there are no variables left to declare into one that dissolves itself.

+

We can now run all the previous IMP programs, in spite of the fact that
+our IMP++ semantics is incomplete and, more interestingly, in spite of the
+fact that our current semantics of blocks is incorrect in what regards the
+semantics of local variable declarations (note that the old IMP programs do
+not declare block-local variables, which is why they still run correctly).

+

Let us also write some proper IMP++ programs, which we would like to execute
+once we give semantics to the new constructs.

+

div.imp is a program manifesting non-deterministic behaviors due to the
+desired non-deterministic evaluation strategy of division and the fact that
+expressions will have side effects once we add variable increment. We will
+be able to see all the different behaviors of this program. Challenge: can
+you identify the behavior where the program performs a division-by-zero?

+

If we run div.imp now, it will get stuck with the variable increment
+construct on top of the computation cell. Once we give it a semantics,
+div.imp will execute completely (all the other constructs in div.imp
+already have their semantics defined as part of IMP).

+

Note that some people prefer to define all their semantics in a by need
+style, that is, they first write and parse lots of programs, and then they
+add semantics to each language construct on which any of the programs gets
+stuck, and so on and so forth until they can run all the programs.

+

io.imp is a program which exercises the input/output capabilities of the
+language: reads two integers and prints three strings and an integer.
+Note that the variable declaration is not the first statement anymore.

+

sum-io.imp is an interactive variant of the sum program.

+

spawn.imp is a program which dynamically creates two threads that interact
+with the main thread via the shared variable x. Lots of behaviors will be
+seen here once we give spawn the right semantics.

+

Finally, locals.imp tests whether variable shadowing/unshadowing works well.

+

In the next lesson we will prepare the configuration for the new constructs,
+and will see what it takes to adapt the semantics to the new configuration.
+Specifically, we will split the state cell into an environment cell and a
+store cell, like in LAMBDA++ in Part 3 of the tutorial.

+

Go to Lesson 2, IMP++: Configuration Refinement; Freshness.

+

MOVIE (out of date) [07'47"]

+

Configuration Refinement; Freshness

+ +

To prepare for the semantics of threads and local variables, in this lesson we
+split the state cell into an environment and a store. The environment and
+the store will be similar to those in the definition of LAMBDA++ in Part
+3 of the Tutorial. This configuration refinement will require us to change
+some of IMP's rules, namely those that used the state.

+

To split the state map, which binds program variables to values, into an
+environment mapping program variables to locations and a store mapping
+locations to values, we replace in the configuration declaration the cell

+
<state color="red"> .Map </state>
+
+

with two cells

+
<env color="LightSkyBlue"> .Map </env>
+<store color="red"> .Map </store>
+
+

Structurally speaking, this split of a cell into other cells is a major
+semantic change, which, unfortunately, requires us to revisit the existing
+rules that used the state cell. One could, of course, argue that we could
+have avoided this problem if we had followed from the very beginning the
+good-practice style to work with an environment and a store, instead of a
+monolithic state. While that is a valid argument, highlighting the fact that
+modularity is not only a feature of the framework alone, but one should also
+follow good practices to achieve it, it is also true that if all we wanted
+in Part 2 of the tutorial was to define IMP as is, then the split of the state
+in an environment and a store is unnecessary and not really justified.

+

The first rule which used a state cell is the lookup rule:

+
rule <k> X:Id => I ...</k> <state>... X |-> I ...</state>
+
+

We modify it as follows:

+
rule <k> X:Id => I ...</k>
+     <env>... X |-> N ...</env>
+     <store>... N |-> I ...</store>
+
+

So we first match the location N of X in the environment, then the value
+I at location N in the store, and finally we rewrite X to I into the
+computation. This rule also shows an instance of a more complex
+multiset matching, where two variables (X and N) are matched each twice.

+

The assignment rule is modified quite similarly.

+

The variable declaration rule is trickier, though, because we need to allocate
+a fresh location in the store and bind the newly declared variable to it.
+This is quite similar to the way we allocated space for variables in
+the environment-based definition of LAMBDA++ in Part 3 of the tutorial.

+
rule <k> int (X,Xs => Xs); ...</k>
+     <env> Rho => Rho[X <- !N:Int] </env>
+     <store>... .Map => !N |-> 0 ...</store>
+
+

Note the use of the fresh (!N) variable notation above. Recall from
+the LAMBDA++ tutorial that each time the rule with fresh (!) variables is
+applied, fresh elements of corresponding sorts are generated for the fresh
+variables, distinct from all the previously generated elements; also, we
+cannot and should not assume anything about the particular element that is
+being generated, except that it is different from the previous ones.

+

kompile and krun sum.imp to see how the fresh locations have been
+generated and used. There were two fresh locations needed, for the two
+variables. Note also that a cell holding the counter has been added to the
+configuration.

+

In the next lesson we will add the semantics of variable increment, and see
+how that yields non-deterministic behaviors in programs and how to explore
+those behaviors using the K tool.

+

Go to Lesson 3, IMP++: Tagging; Superheat/Supercool Kompilation Options.

+

MOVIE (out of date) [04'06"]

+

Tagging; Transition Kompilation Option

+ +

In this lesson we add the semantics of variable increment. In doing so, we
+learn how to tag syntactic constructs and rules and then use such tags to
+instruct the kompile tool to generate the desired language model that is
+amenable for exhaustive analysis.

+

The variable increment rule is self-explanatory:

+
rule <k> ++X => I +Int 1 ...</k>
+     <env>... X |-> N ...</env>
+     <store>... N |-> (I => I +Int 1) ...</store>
+
+

We can now run programs like our div.imp program introduced in Lesson 1.
+Do it.

+

The addition of increment makes the evaluation of expressions have side
+effects. That, in combination with the non-determinism allowed by the
+strictness attributes in how expression constructs evaluate their
+arguments, makes expressions in particular and programs in general have
+non-deterministic behaviors. One possible execution of the div.imp program
+assigns 1 to y's location, for example, but this program manifests several
+other behaviors, too.

+

To see all the (final-state) behaviors that a program can have, you can call
+the krun tool with the option --search. For example:

+
krun div.imp --search
+
+

Oops, we see only one solution, the same as when we ran it without search.

+

Here is what happens. krun can only explore as much of the transition
+system associated to a program as kompile allowed the generated language
+model to yield. Since most of the K users are interested in language models
+that execute efficiently, that is, in faster interpreters for the defined
+languages, by default kompile optimizes the generated language model for
+execution. In particular, it inserts no backtracking markers, which krun
+uses when called with the --search option in order to systematically generate
+the entire transition system associated to a program. This is why krun
+showed us only one solution when run with the --search option on div.imp.

+

We next explain how to tell kompile what kind of language model we are
+interested in for analysis purposes. When you experiment with non-determinism
+in a language semantics, you should keep it in mind that the --transition
+option of kompile allows you to configure what counts as a transition in
+your language model. We here only discuss transitions due to the
+non-deterministic evaluation strategies of language constructs, but we will
+see in future lectures (see Lesson 6 of IMP++, where we add concurrency) that
+we can also have transitions due to non-deterministic applications of rewrite
+rules.

+

If you want to explore the entire behavior space due to non-deterministic
+evaluation strategies, then you should include all the language constructs
+in the --transition option. This may sound like the obvious thing to
+always do, but as soon as you do it you soon realize that it is way too much
+in practice when you deal with large languages or programs. There are simply
+too many program behaviors to consider, and krun will likely hang
+on you or crush. For example, a small ten-statement program where each
+statement uses one strict expression construct already has 1000+ behaviors for
+krun to explore! Driven by practical needs of its users, the K tool
+therefore allows you to finely tune the generated language models using the
+--transition option.

+

To state which constructs are to be considered to generate transitions in the
+generated language model, and for other reasons, too, the K tool allows you to
+tag any production and any rule by putting the tag in brackets. You can associate
+multiple tags to the same construct or rule, and more than one construct or
+rule can have the same tag. As an example, let us tag the division construct
+with division, the lookup rule with lookup and the increment rule with
+increment. The tags of the rules are not needed in this lesson, we do it only
+to demonstrate that rules can also be tagged.

+

The least intrusive way to enforce our current language to explore the
+entire space of behaviors due to the strictness of division is to kompile it
+with the following option:

+
kompile imp.k --transition "division"
+
+

It is interesting to note that the lookup and increment rules are the only
+two rules which can trigger non-deterministic behaviors for division, because
+no other rule but these two can ever apply while a division operation is
+heated. Previous versions of K allowed you to also specify which rules could
+trigger non-deterministic behaviors of operator evaluation strategies,
+but that option was rarely used and is not available anymore.

+

Note that it is highly non-trivial to say precisely whether a strict language
+construct may yield non-deterministic behaviors. For example, division's
+strictness would yield no non-determinism if the language had no side effects.
+It is even harder to say so for a particular program. Consequently, our K
+implementation makes no attempt to automatically detect which operations
+should be tagged as transitions. Instead, it provides the functionality to
+let you decide it.

+

Now the command

+
krun div.imp --search
+
+

shows us all five behaviors of this program. Interestingly, one
+of the five behaviors yields a division by zero!

+

The --transition option can be quite useful when you experiment with your
+language designs or when you formally analyze programs for certain kinds of
+errors. Please let us know if you ever need more finer-grained control over
+the non-determinism of your language models.

+

Before we conclude this lesson, we'd like to let you know one trick, which
+you will hopefully not overuse: you can tag elements in your K definition with
+kompile option names, and those elements will be automatically included in
+their corresponding options. For example, if you tag the division production
+with transition then the command

+
kompile imp
+
+

is completely equivalent to the previous kompile command.

+

Please use this default behavior with caution, or even better, try to avoid
+using it! You may be tempted to add the transition tag to lots of elements
+and then forget about them; your language models will then be increasingly slower
+when you execute them and you may wonder why ... This convention is typically
+convenient when you want to quickly experiment with non-determinism and do not
+want to bother inventing tag names and calling kompile with options.

+

In the next lesson we add input/output to our language and learn how to
+generate a model of it which behaves like an interactive interpreter!

+

Go to Lesson 4, IMP++: Semantic Lists; Input/Output Streaming.

+

MOVIE (out of date) [06'56"]

+

Semantic Lists; Input/Output Streaming

+ +

In this lesson we add semantics to the read and print IMP++ constructs.
+In doing so, we also learn how to use semantic lists and how to connect
+cells holding semantic lists to the standard input and standard output.
+This allows us to turn the K semantics into an interactive interpreter.

+

We start by adding two new cells to the configuration,

+
<in color="magenta"> .List </in>
+<out color="Orchid"> .List </out>
+
+

each holding a semantic list, initially empty. Semantic lists are
+space-separated sequences of items, each item being a term of the form
+ListItem(t), where t is a term of sort K. Recall that the semantic maps,
+which we use for states, environments, stores, etc., are sets of pairs
+t1 |-> t2, where t1 and t2 are terms of sort K. The ListItem wrapper
+is currently needed, to avoid parsing ambiguities.

+

Since we want the print statement to also print strings, we need to tell
+K that strings are results. To make it more interesting, let us also overload
+the + symbol on arithmetic expressions to also take strings and, as a
+result, to concatenate them. Since + is already strict, we only need to add
+a rule reducing the IMP addition of strings to the builtin operation +String
+which concatenates two strings.

+

The semantics of read is immediate: read and consumes the first integer item
+from the <in/> cell; note that our read only reads integer values (it gets
+stuck if the first item in the <in/> cell is not an integer).

+

The semantics of print is a bit trickier. Recall that print takes an
+arbitrary number of arithmetic expression arguments, and evaluates and outputs
+each of them in order, from left to right. For example,
+print("Hello", 3/0, "Bye"); outputs "Hello" and then gets stuck on the
+illegal division by zero operation. In other words, we do not want it to
+first evaluate all its arguments and then print them, because that would miss
+outputting potentially valuable information. So the first step is to evaluate
+the first argument of print. In some sense, what we'd like to say is that
+print has the evaluation strategy strict(1). However, strictness
+attributes only work with individual language constructs, while what we need
+is an evaluation strategy that involves two constructs: print and the list
+(comma) construct of AExps. If we naively associate print the strict(1)
+evaluation strategy then its first and unique argument, an AExps list, will
+be scheduled for evaluation and the execution will get stuck because we have
+no rules for evaluating AExps terms. If we make the list construct of
+AExps strict then we get the wrong semantics for print which first
+evaluates all its arguments and then outputs them. The correct way to
+tell K that print should evaluate only its first argument is by using a
+context declaration:

+
context print(HOLE:AExp, _);
+
+

Note the HOLE of sort AExp above. Contexts allow us to define finer-grain
+evaluation strategies than the strictness attributes, involving potentially
+more than one language construct, like above. The HOLE indicates the
+argument which is requested to be evaluated. For example, the strict
+attribute of division corresponds to two contexts:

+
context HOLE / _
+context _ / HOLE
+
+

In their full generality, contexts can be any terms with precisely one
+occurrence of a HOLE, and with arbitrary side conditions on any variables
+occurring in the context term as well as on the HOLE. See Part 6 of the
+tutorial for more examples.

+

Once evaluated, the first argument of print is expected to become either an
+integer or a string. Since we want to print both integers and string values,
+to avoid writing two rules, one for each type of value, we instead add a new
+syntactic category, Printable, which is the union of integers and strings.

+

Let us kompile and krun the io.imp program discussed in Lesson 1. As
+expected, it gets stuck with a read construct on top of the computation and
+with an empty <in/> cell. To run it, we need to provide some items in the
+<in/> cell, so that the rule of read can match. Let us add

+
<in> ListItem(3) ListItem(5) ListItem(7) </in>
+
+

Now, if we krun io.imp, we can see that its execution completes normally
+(the <k/> cell is empty), that the first two items have been removed by the
+two read constructs from the <in/> cell, and that the desired strings and
+numbers have been placed into the <out/> cell.

+

Cells holding semantic lists can be connected to the standard input and
+standard output buffers, and krun knows how to handle these appropriately.
+Let us connect the <in/> cell to the standard input using the cell attribute
+stream="stdin" and the <out/> cell to the standard output with the
+attribute stream="sdtout". A cell connected to the standard input will
+take its items from the standard input and block the rewriting process when
+an input is needed until an item is available in the standard input buffer.
+A cell connected to the standard output buffer will send all its items, in
+order, to the standard output.

+

Let us kompile and krun io.imp again. It prints the message and then
+waits for your input numbers. Type in two numbers, then press <Enter>.
+A message with their sum is then printed, followed by the final configuration.
+If you do not want to see the final configuration, and thus obtain a realistic
+interpreter for our language, then call krun with the option --output none:

+
krun io.imp --output none
+
+

Let us now krun our interactive sum program, which continuously reads numbers
+from the console and prints the sum of numbers up to them:

+
krun sum-io.imp
+
+

Try a few numbers, then 0. Note that the program terminated, but with junk
+in the <k/> cell, essentially with a halt statement on its top. Of course,
+because halt has been reached and it has no semantics yet.

+

In the next lesson we give the semantics of halt and also fix the semantics
+of blocks with local variable declarations.

+

Go to Lesson 5, IMP++: Deleting, Saving and Restoring Cell Contents.

+

MOVIE (out of date) [05'21"]

+

Deleting, Saving and Restoring Cell Contents

+ +

In this lesson we will see how easily we can delete, save and/or restore
+contents of cells in order to achieve the desired semantics of language
+constructs that involve abrupt changes of control or environments. We have
+seen similar or related K features in the LAMBDA++ language in Part 3 of the
+tutorial.

+

Let us start by adding semantics to the halt statement. As its name says,
+what we want is to abruptly terminate the execution of the program. Moreover,
+we want the program configuration to look as if the program terminated
+normally, with an empty computation cell. The simplest way to achieve that is
+to simply empty the computation cell when halt is encountered:

+
rule <k> halt; ~> _ => . </k>
+
+

It is important to mention the entire <k/> cell here, with both its membranes
+closed, to make sure that its entire contents is discarded. Note the
+anonymous variable, which matches the rest of the computation.

+

kompile and krun sum-io.imp. Note that unlike in Lesson 4, the program
+terminates with an empty computation cell now.

+

As mentioned earlier, the semantics of blocks that was inherited from IMP is
+wrong. Program locals.imp shows it very clearly: the environments are not
+correctly restored at block exits. One way to fix the problem is to take
+a snapshot of the current environment when a block is entered and save it
+somewhere, and then to restore it when the block is left. There are many
+ways to do this, which you can explore on your own: for example you can add
+a new list cell for this task where to push/pop the environment snapshots in
+a stack style; or you can use the existing environment cell for this purpose,
+but then you need to change the variable access rules to search through the
+stacked environments for the variable.

+

My preferred solution is to follow a style similar to how we saved/restored
+LAMBDA++ environments in Part 3 of the Tutorial, namely to use the already
+existing <k/> cell for such operations. More specifically, we place a
+reminder item in the computation whenever we need to take a snapshot of
+some cell contents; the item simply consists of the entire contents of the cell.
+Then, when the reminder item is reached, we restore the contents of the cell:

+
rule <k> {S} => S ~> Rho ...</k> <env> Rho </env>
+
+

The only thing left now is to give the definition of environment restore:

+
rule <k> Rho => . ...</k> <env> _ => Rho </env>
+
+

Done. kompile and krun locals.imp. Everything should work correctly now.
+Note that the rule above is different from the one we had for LAMBDA++ in
+Part 3 of the tutorial, in that here there is no value preceding the environment
+restoration item in the computation; that's because IMP++ statements,
+unlike LAMBDA++'s expressions, evaluate to nothing (.).

+

In the next lesson we will give semantics to the spawn S construct, which
+dynamically creates a concurrent shared-memory thread executing statement S.

+

Go to Lesson 6, IMP++: Adding/Deleting Cells Dynamically; Configuration Abstraction, Part 2.

+

MOVIE (out of date) [04'30"]

+

Adding/Deleting Cells Dynamically; Configuration Abstraction, Part 2

+ +

In this lesson we add dynamic thread creation and termination to IMP, and
+while doing so we learn how to define and use configurations whose structure
+can evolve dynamically.

+

Recall that the intended semantics of spawn S is to spawn a new concurrent
+thread that executes S. The new thread is being passed at creation time
+its parent's environment, so it can share with its parent the memory
+locations that its parent had access to at creation time. No other locations
+can be shared, and no other memory sharing mechanism is available.
+The parent and the child threads can evolve unrestricted, in particular they
+can change their environments by declaring new variables or shadowing existing
+ones, can create other threads, and so on.

+

The above suggests that each thread should have its own computation and its
+own environment. This can be elegantly achieved if we group the <k/> and
+<env/> cells in a <thread/> cell in the configuration. Since at any given
+moment during the execution of a program there could be zero, one or more
+instances of such a <thread/> cell in the configuration, it is a good idea
+to declare the <thread/> cell with multiplicity * (i.e., zero, one or more):

+
<thread multiplicity="*" color="blue">
+  <k color="green"> $PGM:Stmt </k>
+  <env color="LightSkyBlue"> .Map </env>
+</thread>
+
+

This multiplicity declaration is not necessary, but it is a good idea to do
+it for several reasons:

+
    +
  1. it may help the configuration abstraction process,
    +which may in turn significantly increase the compactness and modularity of
    +your subsequent rules;
  2. +
  3. it may help various analysis and execution tools,
    +for example static analyzers to give you error messages when you create cells
    +where you should not, or K compilers to improve performance by starting
    +actual concurrent hardware threads or processes corresponding to each cell
    +instance; and
  4. +
  5. it may help you better understand and control the dynamics
    +of your configuration, and thus your overall semantics.
  6. +
+

For good encapsulation, I also prefer to put all thread cells into one cell,
+<threads/>. This is technically unnecessary, though; to convince yourself
+that this is indeed the case, you can remove this cell once we are done with
+the semantics and everything will work without having to make any changes.

+

Before we continue, let us kompile an krun some programs that used to
+work, say sum-io.imp. In spite of the relatively radical configuration
+reorganization, those programs execute just fine! How is that possible?
+In particular, why do rules like the lookup and assignment still work,
+unchanged, in spite of the fact that the <k/> and <env/> cells are not at
+the same level with the <store/> cell in the configuration anymore?

+

Welcome to configuration abstraction, part 2. Recall that the role of
+configuration abstraction is to allow you to only write the relevant
+information in each rule, and have the compiler fill-in the obvious and boring
+details. According to the configuration that we declared for our new
+language, there is only one reasonable way to complete rules like the lookup,
+namely to place the <k/> and </env> cells inside a <thread/> cell,
+inside a <threads/> cell:

+
rule <threads>...
+       <thread>...
+         <k> X:Id => I ...</k>
+         <env>... X |-> N ...</env>
+       ...</thread>
+     ...<threads/>
+     <store>... N |-> I ...</store>  [lookup]
+
+

This is the most direct, compact and local way to complete the configuration
+context of the lookup rule. If for some reason you wanted here to match the
+<k/> cell of one thread and the <env/> cell of another thread, then you
+would need to explicitly tell K so, by mentioning the two thread cells,
+for example:

+
rule <thread>...
+         <k> X:Id => I ...</k>
+     ...</thread>
+     <thread>...
+         <env>... X |-> N ...</env>
+     ...</thread>
+     <store>... N |-> I ...</store>  [lookup]
+
+

By default, K completes rules in a greedy style. Think this way: what is the
+minimal number of changes to my rule to make it fit the declared
+configuration? That's what the K tool will do.

+

Configuration abstraction is technically unnecessary, but once you start
+using it and get a feel for how it works, it will become your best friend.
+It allows you to focus on the essentials of your semantics, and at the same
+time gives you flexibility in changing the configuration later on without
+having to touch the rules. For example, it allows you to remove the
+<threads/> cell from the configuration, if you don't like it, without
+having to touch any rule.

+

We are now ready to give the semantics of spawn:

+
rule <k> spawn S => . ...</k> <env> Rho </env>
+     (. => <thread>... <k> S </k> <env> Rho </env> ...</thread>)
+
+

Note configuration abstraction at work, again. Taking into account
+the declared configuration, and in particular the multiplicity information
+* in the <thread/> cell, the only reasonable way to complete the rule
+above is to wrap the <k/> and <env/> cells on the first line within a
+<thread/> cell, and to fill-in the ...s in the child thread with the
+default contents of the other subcells in <thread/>. In this case there
+are no other cells, so we can get rid of those ...s, but that would
+decrease the modularity of this rule: indeed, we may later on add other
+cells within <thread/> as the language evolves, for example a function
+or an exception stack, etc.

+

In theory, we should be able to write the rule above even more compactly
+and modularly, namely as

+
rule <k> spawn S => . ...</k> <env> Rho </env>
+     (. => <k> S </k> <env> Rho </env>)
+
+

Unfortunately, this currently does not work in the K tool, due to some
+known limitations of our current configuration abstraction algorithm.
+This latter rule would be more modular, because it would not even depend
+on the cell name thread. For example, we may later decide to change
+thread into agent, and we would not have to touch this rule.
+We hope this current limitation will be eliminated soon.

+

Once a thread terminates, its computation cell becomes empty. When that
+happens, we can go ahead and remove the useless thread cell:

+
rule <thread>... <k> . </k> ...</thread> => .
+
+

Let's see what we've got. kompile and krun spawn.imp.
+Note the following:

+
    +
  • The <threads/> cell is empty, so all threads terminated normally;
  • +
  • The value printed is different from the value in the store; the store value
    +is not even the one obtained if the threads executed sequentially.
  • +
+

Therefore, interesting behaviors may happen; we would like to see them all!

+

Based on prior experience with krun's search option, we would hope that

+
krun spawn.imp --search
+
+

shows all the behaviors. However, the above does not work, for two reasons.

+

First, spawn.imp is an interactive program, which reads a number from the
+standard input. When analyzing programs exhaustively using the search option,
+krun has to disable the streaming capabilities (just think about it and you
+will realize why). The best you can do in terms of interactivity with search
+is to pipe some input to krun: krun will flush the standard input buffer
+into the cells connected to it when creating the initial configuration (will
+do that no matter whether you run it with or without the --search option).
+For example:

+
echo 23 | krun spawn.imp --search
+
+

puts 23 in the standard input buffer, which is then transferred in the
+<in/> cell as a list item, and then the exhaustive search procedure is
+invoked.

+

Second, even after piping some input, the spawn.imp program still manifests
+only one behavior, which does not seem right. There should be many more.

+

As explained in Lesson 3, by default kompile optimizes the generated
+language model for execution. In particular, it does not insert any
+backtracking markers where transition attempts should be made, so krun
+lacks the information it needs to exhaustively search the generated language
+model. Like we did in Lesson 3 with the language constructs, we also have
+to explicitly tell kompile which rules should be considered as actual
+transitions. A theoretically correct but practically unfeasible approach
+to search all possible behaviors is to consider all rules as transitions.
+Even more than with the non-deterministic strictness of language constructs
+in Lesson 3, such a naive solution would make the number of behaviors, and
+thus krun, explode. Remember that a two-thread program with 150 statements
+each manifests more behaviors than particles in the known universe!
+Consequently, unless your multi-threaded programs are very small, you will
+most likely want to control which rules should be considered transitions and
+which should not.

+

A good rule of thumb is to include as transitions only those rules which
+compete for behaviors. That is, those rules which may yield a different
+behavior if we choose to apply them when other rules match as well.
+The rule for addition, for example, is a clear example of a rule which
+should not be a transition: indeed, 3+7 will rewrite to 10 now and also
+later. On the other hand, the lookup rule should be a transition. Indeed,
+if we delay the lookup of variable x, then other threads may write x in the
+meanwhile (with an increment or an assignment rule) and thus yield a
+different behavior.

+

Let us discuss and tag those rules which should be transitions: lookup and
+increment need to be transitions and we already tagged them in Lesson 3;
+the read rule needs to also be a transition, because it may complete with
+other instances of itself in other threads; assignment needs to also be a
+transition, and so should be the first rule for print.

+

Let us now kompile with the transition option set as desired:

+
kompile imp --transition "lookup increment assignment read print"
+
+

Now echo 23 | krun spawn.imp --search gives us all 12 behaviors of the
+spawn.imp program.

+

Like for non-deterministically strict operations which can be tagged as
+transitions, it is highly non-trivial to say precisely which rules need
+to be transitions. So krun makes no attempt to automatically detect it.
+Instead, it provides the functionality to let you decide it.

+

We currently have no mechanism for thread synchronization. In the next lesson
+we add a join statement, which allows a thread to wait until another completes.

+

Go to Lesson 7, IMP++: Everything Changes: Syntax, Configuration, Semantics.

+

MOVIE (out of date) [11'40"]

+

Everything Changes: Syntax, Configuration, Semantics

+ +

In this lesson we add thread joining, one of the simplest thread
+synchronization mechanisms. In doing so, we need to add unique ids
+to threads in the configuration, and to modify the syntax to allow spawn
+to return the id of the newly created thread. This gives us an opportunity
+to make several other small syntactic and semantics changes to the language,
+which make it more powerful or more compact at a rather low cost.

+

Before we start, let us first copy and modify the previous spawn.imp program
+from Lesson 1 to make use of thread joining. Recall from Lesson 6 that in some
+runs of this program the main thread completed before the child threads,
+printing a possibly undesired value of x. What we want now is to assign
+unique ids to the two spawned threads, and then to modify the main thread to
+join the two child threads before printing. To avoid adding a new type to
+the language, let's assume that thread ids are integer numbers. So we declare
+two integers, t1 and t2, and assign them the two spawn commands. In order
+for this to parse, we will have to change the syntax of spawn to be an
+arithmetic expression construct instead of a statement. Once we do that,
+we have a slight syntactic annoyance: we need to put two consecutive ;
+after the spawn assignment, one for the assignment statement inside the spawn,
+and another for the outer assignment. To avoid the two consecutive semicolons,
+we can syntactically enforce spawn to take a block as argument, instead of a
+statement. Now it looks better. The new spawn.imp program is still
+non-deterministic, because the two threads can execute in any order and even
+continue to have a data-race on the shared variable x, but we should see fewer
+behaviors when we use the join statements. If we want to fully synchronize
+this program, we can have the second thread start with a join(t1) statement.
+Then we should only see one behavior for this program.

+

Let us now modify the language semantics. First, we move the spawn
+construct from statements to expressions, and make it take a block.
+Second, we add one more sub-cell to the thread cell in the configuration,
+<id/>, to hold the unique identifier of the thread. We want the main
+thread to have id 0, so we initialize this cell with 0. Third, we modify
+the spawn rule to generate a fresh integer identifier, which is put in the
+<id/> cell of the child thread and returned as a result of spawn in the
+parent thread. Fourth, let us add the join statement to the language,
+both syntactically and semantically. So in order for the join(T) statement
+to execute, thread T must have its computation empty. However, in order
+for this to work we have to get rid of the thread termination cleanup rule.
+Indeed, we need to store somewhere the information that thread T terminated;
+the simplest way to do it is to not remove the terminated threads. Feel free
+to experiment with other possibilities, too, here. For example, you may add
+another cell, <done/>, in which you can store all the thread ids of the
+terminated and garbage-collected threads.

+

Let us now kompile imp.k and convince ourselves that the new spawn.imp
+with join statements indeed has fewer behaviors than its variant without
+join statements. Also, let us convince ourselves that the fully synchronized
+variant of it indeed has only one behavior.

+

Note that now spawn, like variable increment, makes the evaluation of
+expressions to have side effects. Many programming languages in fact allow
+expressions to be evaluated only for their side effects, and not for their
+value. This is typically done by simply adding a ; after the expression
+and thus turning it into a statement. For example, ++x;. Let as also
+allow arithmetic expressions in our language to be used as statements, by
+simply adding the production AExp ";" to Stmt, with evaluation strategy
+strict and with the expected semantics discarding the value of the AExp.

+

Another simple change in syntax and semantics which gives our language more
+power, is to remove the ; from the syntax of variable assignments and to make
+them expression instead of statement constructs. This change, combined with
+the previous one, will still allow us to parse all the programs that we could
+parse before, but will also allow us to parse more programs. For example, we
+can now do sequence assignments like in C: x = y = z = 0. The semantics
+of assignment now has to return the assigned value also to the computation,
+because we want the assignment expression to evaluate to the assigned value.

+

Let us also make another change, but this time one which only makes the
+definition more compact. Instead of defining statement sequential
+composition as a binary construct for statements, let us define a new
+syntactic construct, Stmts, as whitespace-separated lists of Stmt. This
+allows us to get rid of the empty blocks, because we can change the syntax of
+blocks to {Stmts} and Stmts also allows the empty sequence of statements.
+However, we do have to make sure that .Stmts dissolves.

+

In general, unless you are defining a well-established programming language,
+it is quite likely that your definitions will suffer lots of changes like the
+ones seen in this lecture. You add a new construct, which suggests changes
+in the existing syntax making in fact your language parse more programs,
+which then requires corresponding changes in the semantics, and so on.
+Also, compact definitions are desirable in general, because they are easier
+to read and easier to change if needed later.

+

In the next lesson we wrap up and document the definition of IMP++.

+

Go to Lesson 8, IMP++: Wrapping up Larger Languages.

+

Wrapping up Larger Languages

+ +

In this lesson we wrap up IMP++'s semantics and also generate its poster.
+While doing so, we also learn how to display larger configurations in order
+to make them easier to read and print.

+

Note that we rearrange a bit the semantics, to group the semantics of old
+IMP's constructs together, and separate it from the new IMP++'s semantics.

+

There is a detailed discussion at the end of the document about the
+--transition option of kompile, because that is important and we want
+the poster to include everything we learned in this part of the tutorial.

+

You can go even further and manually edit the generated Latex document.
+You typically want to do that when you want to publish your language
+definition, or parts of it, and you need to finely tune it to fit the
+editing requirements. For example, you may want to insert some negative
+spaces, etc.

+

Part 4 of the tutorial is now complete. At this moment you should know most
+of K framework's features and how to use the K tool. You can now define or
+design your own programming languages, and then execute and analyze programs.

+

MOVIE (out of date) [06'26"]

+

Part 5: Defining Type Systems

+ +

In this part of the tutorial we will show that defining type systems for
+languages is essentially no different from defining semantics. The major
+difference is that programs and fragments of programs now rewrite to their
+types, instead of to concrete values. In terms of K, we will learn how
+to use it for a certain particular but important kind of applications.

+

Imperative, Environment-Based Type Systems

+ +

In this lesson you learn how to define a type system for an imperative
+language (the IMP++ language defined in Part 4 of the tutorial), using a style
+based on type environments.

+

Let us copy the imp.k file from Part 4 of the tutorial, Lesson 7, which holds
+the semantics of IMP++, and modify it into a type system. The resulting type
+system, when executed, yields a type checker.

+

We start by defining the new strictness attributes of the IMP++ syntax.
+While doing so, remember that programs and fragments of programs now reduce
+to their types. So types will be the new results of our new (type) semantics.
+We also clean up the semantics by removing the unnecessary tags, and also
+use strict instead of seqstrict wherever possible, because strict gives
+implementations more freedom. Interestingly, note that spawn is strict now,
+because the code of the child thread should type in the current parent's type
+environment. Note that this is not always the case for threads, see for example
+SIMPLE in the languages tutorial, but it works here for our simpler IMP++.

+

From a typing perspective, the && construct is strict in both its arguments;
+its short-circuit (concrete) semantics is irrelevant for its (static) type
+system. Similarly, both the conditional and the while loop are strict
+constructs when regarded through the typing lenses.

+

Finally, the sequential composition is now sequentially strict! Indeed,
+statements are now going to reduce to their type, stmt, and it is critical
+for sequential composition to type its argument statements left-to-right;
+for example, imagine that the second argument is a variable declaration (whose
+type semantics will modify the type environment).

+

We continue by defining the new results of computations, that is, the actual
+types. In this simple imperative language, we only have a few constant types:
+int, bool, string, block and stmt.

+

We next define the new configuration, which is actually quite simple. Besides
+the <k/> cell, all we need is a type environment cell, <tenv/>, which will
+hold a map from identifiers to their types. A type environment is therefore
+like a state in the abstract domain of type values.

+

Let us next modify the semantic rules, turning them into a type system. In
+short, the idea is to reduce the basic values to their types, and then have a
+rule for each language construct reducing it to its result type whenever its
+arguments have the expected types.

+

We write the rules in the order given by the syntax declarations, to make
+sure we do not forget any construct.

+

Integers reduce to their type, int.

+

So do the strings.

+

Variables are now looked up in the type environment and reduced to their type
+there. Since we only declare integer variables in IMP++, their type in tenv
+will always be int. Nevertheless, we write the rule generically, so that we
+would not have to change it later if we add other type declarations to IMP++.
+Note that we reject programs which lookup undeclared variables. Rejection,
+in this case, means rewriting getting stuck.

+

Variable increment types to int, provided the variable has type int.

+

Read types to int, because we only allow integer input.

+

Division is only allowed on integers, so it rewrites to int provided that its
+arguments rewrite to int. Note, however, that in order to write int / int,
+we have to explicitly add int to the syntax of arithmetic expressions.
+Otherwise, the K parser rightfully complains, because / was declared on
+arithmetic expressions, not on types. One simple and generic way to allow
+types to appear anywhere, is to define Type as a syntactic subcategory of all
+the other syntactic categories. Let's do it on a by-need basis, though.

+

Addition is overloaded, so we add two typing rules for it: one for integers
+and another for strings.

+

As discussed, spawn types to stmt provided that its argument types to
+block.

+

The assignment construct was strict(2); its typing policy is that the declared
+type of X should be identical to the type of the assigned value. Like for
+lookup, we define this rule more generically than needed for IMP++, for any
+type, not only for int.

+

The typing rules for Boolean expression constructs are in the same spirit.
+Note that we need only one rule for &&.

+

The typing of blocks is a bit trickier. First, note that we still need to
+recover the environment after the block is typed, because we do not want the
+block-local variables to be visible in the outer type environment. We recover
+the type environment only after the block-enclosed statements type; moreover,
+we also opportunistically yield a block type on the computation when we
+discard the type environment recovery item. To account for the fact that the
+block-enclosed statement can itself be a block (e.g., {{S}}), we would need an
+additional rule. Since we do not like repetition, we instead group the types
+block and stmt into one syntactic category, BlockOrStmtType, and now we
+can have only one rule. We also include BlockOrStmtType in Type, as a
+replacement for the two basic types.

+

The expression statement types as expected. Recall that we only allow
+arithmetic expressions, which type to int, to be used as statements in IMP++.

+

The conditional was declared strict in all its arguments. Its typing policy
+is that its first argument types to bool and its two branches to block.
+If that is the case, then it yields a stmt type.

+

For while, its first argument should type to bool and its second to block.

+

Variable declarations add new bindings to the type environment. Recall that
+we can only declare variables of integer type in IMP++.

+

The typing policy of print is that it can only print integer or string values,
+and in that case it types to stmt. Like for BlockOrStmtType, to avoid
+having two similar rules, one for int and another for string, we prefer to
+introduce an additional syntactic category, PrintableType, which includes both
+int and string types.

+

halt types to stmt; so its subsequent code is also typed.

+

join types to stmt, provided that its argument types to int.

+

Sequential composition was declared as a whitespace-separated sequentially
+strict list. Its typing policy is that all the statements in the list should
+type to stmt or block in order for the list to type to stmt. Since
+lists are maintained internally as cons-lists, this is probably the simplest
+way to do it:

+
rule .Stmts => stmt
+rule _:BlockOrStmtType Ss => Ss
+
+

Note that the first rule, which types the empty sequence of statements to stmt,
+is needed anyway, to type empty blocks {} (together with the block rule).

+

kompile imp.k and krun all the programs in Part 4 of the tutorial. They
+should all type to stmt.

+

In the next lesson we will define a substitution-based type system for LAMBDA.

+

Go to Lesson 2, Type Systems: Substitution-Based Higher-Order Type Systems.

+

MOVIE (out of date) [10'11"]

+

Substitution-Based Higher-Order Type Systems

+ +

In this lesson you learn how to define a substitution-based type system for
+a higher-order language, namely the LAMBDA language defined in Part 1 of the
+tutorial.

+

Let us copy the definition of LAMBDA from Part 1 of the tutorial, Lesson 8.
+We are going to modify it into a type systems for LAMBDA.

+

Before we start, it is important to clarify an important detail, namely that
+our type system will yield a type checker when executed, not a type
+inferencer. In particular, we are going to change the LAMBDA syntax
+to allow us to associate a type to each declared variable. The
+constructs which declare variables are lambda, let, letrec and mu.
+The syntax of all these will therefore change.

+

Since here we are not interested in a LAMBDA semantics anymore, we take the
+freedom to eliminate the Val syntactic category, our previous results.
+Our new results are going to be the types, because programs will now reduce
+to their types.

+

As explained, the syntax of the lambda construct needs to change, to also
+declare the type of the variable that it binds. We add the new syntactic
+category Type, with the following constructs: int, bool, the function
+type (which gives it its higher-order status), and parentheses as bracket.
+Also, we make types our K results.

+

We are now ready to define the typing rules.

+

Let us start with the typing rule for lambda abstraction: lambda X : T . E
+types to the function type T -> T', where T' is the type obtained by further
+typing E[T/X]. This can be elegantly achieved by reducing the lambda
+abstraction to T -> E[T/X], provided that we extend the function type construct
+to take expressions, not only types, as arguments, and to be strict.
+This can be easily achieved by redeclaring it as a strict expression construct
+(strictness in the second argument would suffice in this example, but it is
+more uniform to define it strict overall).

+

The typing rule for application is as simple as it can get: (T1->T2) T1 => T2.

+

Let us now give the typing rules of arithmetic and Boolean expression
+constructs. First, let us get rid of Val. Second, rewrite each value to its
+type, similarly to the type system for IMP++ in the previous lesson. Third,
+replace each semantic rule by its typing rule. Fourth, make sure you
+do not forget to subsort Type to Exp, so your rules above will parse.

+

The typing policy of the conditional statement is that its first argument
+should type to bool and its other two arguments should type to the same type
+T, which will also be the result type of the conditional. So we make the
+conditional construct strict in all its three arguments and we write the
+obvious rule: if bool then T:Type else T => T. We want a runtime check that
+the latter arguments are actually typed, so we write T:Type.

+

There is nothing special about let, except that we have to make sure we
+change its syntax to account for the type of the variable that it binds.
+This rule is a macro, so the let is desugared statically.

+

Similarly, the syntax of letrec and mu needs to change to account for the
+type of the variable that they bind. The typing of letrec remains based on
+its desugaring to mu; we have to make sure the types are also included now.

+

The typing policy of mu is that its body should type to the same type T of
+its variable, which is also the type of the entire mu expression. This can
+be elegantly achieved by rewriting it to (T -> T) E[T/X]. Recall that
+application is strict, so E[T/X] will be eventually reduced to its type.
+Then the application types correctly only if that type is also T, and in
+that case the result type will also be T.

+

kompile and krun some programs. You can, for example, take the LAMBDA
+programs from the first tutorial, modify them by adding types to their
+variable declarations, and then type check them using krun.

+

In the next lesson we will discuss an environment-based type system
+for LAMBDA.

+

Go to Lesson 3, Type Systems: Environment-Based Higher-Order Type Systems.

+

MOVIE (out of date) [6'52"]

+

Environment-Based Higher-Order Type Systems

+ +

In this lesson you learn how to define an environment-based type system for
+a higher-order language, namely the LAMBDA language defined in Part 1 of the
+tutorial.

+

The simplest and fastest way to proceed is to copy the substitution-based
+type system of LAMBDA from the previous lesson and modify it into an
+environment-based one. A large portion of the substitution-based definition
+will remain unchanged. We only have to modify the rules that use
+substitution.

+

We do not need the substitution anymore, so we can remove the require and
+import statements. The syntax of types and expressions stays unchanged, but
+we can now remove the binder tag of lambda.

+

Like in the type system of IMP++ in Lesson 1, we need a configuration that
+contains, besides the <k/> cell, a <tenv/> cell that will hold the type
+environment.

+

In an environment-based definition, unlike in a substitution-based one, we
+need to lookup variables in the environment. So let us start with the
+type lookup rule:

+
rule <k> X:Id => T ...</k> <tenv>... X |-> T ...</k>
+
+

The type environment is populated by the semantic rule of lambda:

+
rule <k> lambda X : T . E => (T -> E) ~> Rho ...</k>
+     <tenv> Rho => Rho[X <- T] </tenv>
+
+

So X is bound to its type T in the type environment, and then T -> E
+is scheduled for processing. Recall that the arrow type construct has been
+extended into a strict expression construct, so E will be eventually reduced
+to its type. Like in other environment-based definitions, we need to make
+sure that we recover the type environment after the computation in the scope
+of the declared variable terminates.

+

The typing rule of application does not change, so it stays as elegant as it
+was in the substitution-based definition:

+
rule (T1 -> T2) T1 => T2
+
+

So do the rules for arithmetic and Boolean constructs, and those for the
+if, and let, and letrec.

+

The mu rule needs to change, because it was previously defined using
+substitution. We modify it in the same spirit as we modified the lambda
+rule: bind X to its type in the environment, schedule its body for typing
+in its right context, and then recover the type environment.

+

Finally, we give the semantics of environment recovery, making sure
+the environment is recovered only after the preceding computation is
+reduced to a type:

+

rule _:Type ~> (Rho => .) ... _ => Rho

+

The changes that we applied to the substitution-based definition were
+therefore quite systematic: each substitution invocation was replaced with
+an appropriate type environment update/recovery.

+

Go to Lesson 4, Type Systems: A Naive Substitution-Based Type Inferencer.

+

A Naive Substitution-Based Type Inferencer

+ +

In this lesson you learn how to define a naive substitution-based type
+inferencer for a higher-order language, namely the LAMBDA language
+defined in Part 1 of the tutorial.

+

Unlike in the type checker defined in Lessons 2 and 3, where we had to
+associate a type with each declared variable, a type inferencer
+attempts to infer the types of all the variables from the way those
+variables are used. Let us take a look at this program, say plus.lambda:

+
lambda x . lambda y . x + y
+
+

Since x and y are used in an integer addition context, we can infer
+that they must have the type int and the result of the addition is
+also an int, so the type of the entire expression is int -> int -> int.
+Similarly, the program if.lambda

+
lambda x . lambda y . lambda z .
+  if x then y else z
+
+

can only make sense when x has type bool and y and z have the same
+type, say t, in which case the type of the entire expression is
+bool -> t -> t -> t. Since the type t can be anything, we say that
+the type of this expression is polymorphic. That means that the code
+above can be used in different contexts, where t can be an int, a
+bool, a function type int -> int, and so on.

+

In the identity.lambda program

+
let f = lambda x . x
+in f 1
+
+

f has such a polymorphic type, which is then applied to an integer,
+so this program is type-safe and its type is int.

+

A typical polymorphic expression is the composition

+
lambda f . lambda g . lambda x .
+  g (f x)
+
+

which has the type (t1 -> t2) -> (t2 -> t3) -> (t1 -> t3), polymorphic
+in 3 types.

+

Let us now define our naive type inferencer and then we discuss more
+examples. The idea is quite simple: we conceptually do the same
+operations like we did within the type checker defined in Lesson 2,
+with two important differences:

+
    +
  1. instead of declaring a type with each declared variable, we assume
    +a fresh type for that variable; and
  2. +
  3. instead of checking that the types of expressions satisfy the
    +type properties of the context in which they are used, we impose
    +those properties as type equality constraints. A general-purpose
    +unification-based constraint solving mechanism is then used to solve
    +the generated type constraints.
  4. +
+

Let us start with the syntax, which is essentially identical to that
+of the type checker in Lesson 2, except that bound variables are not
+declared a type anymore. Also, to keep things more compact, we put
+all the Exp syntax declarations in one syntax declaration this time.

+

Before we modify the rules, let us first define our machinery for
+adding and solving constraints. First, we require and import the
+unification procedure. We do not discuss unification here, but if you
+are interested you can consult the unification.k files under
+k-distribution/include/kframework/builtin, which contains our current generic
+definition of unification, which is written also in K. The generic unification
+provides a sort, Mgu, for most-general-unifier, an operation
+updateMgu(Mgu,T1,T2) which updates Mgu with additional constraints
+generated by forcing the terms T1 and T2 to be equal, and an operation
+applyMgu(Mgu,T) which applies Mgu to term T. For our use
+of unification here, we do not even need to know how Mgu terms are
+represented internally.

+

We define a K item construct, =, which takes two Type terms and
+enforces them to be equal by means of updating the current Mgu.
+Once the constraints are added to the Mgu, the equality dissolves
+itself. With this semantics of = in mind, we can now go ahead and
+modify the rules of the type checker systematically into rules
+for a type inferencer. The changes are self-explanatory and
+mechanical: for example, the rule

+
rule int * int => int
+
+

changes into rule

+
rule T1:Type  * T2:Type => T1 = int ~> T2 = int ~> int
+
+

generating the constraints that the two arguments of multiplication
+have the type int, and the result type is int. Recall that each type
+equality on the <k/> cell updates the current Mgu appropriately and
+then dissolves itself; thus, the above says that after imposing the
+constraints T1=int and T2=int, multiplication yields a type int.

+

As mentioned above, since types of variables are not declared anymore,
+but inferred, we have to generate a fresh type for each variable at its
+declaration time, and then generate appropriately constraints for it.
+For example, the type semantics of lambda and mu become:

+
rule lambda X . E => T -> E[T/X]  when fresh(T:Type)
+rule mu X . E => (T -> T) E[T/X]  when fresh(T:Type)
+
+

that is, we add a condition stating that the previously declared type
+is now a fresh one. This type will be further constrained by how the
+variable X is being used within E.

+

Interestingly, the previous typing rule for lambda application is not
+powerful enough anymore. Indeed, since types are not given anymore,
+it may very well be the case that the inferred type of the first
+argument of the application construct is not yet a function type
+(remember, for example, the program composition.lambda above). What
+we have to do is to enforce it to be a function type, by means of
+fresh types and constraints. We can introduce a fresh type for the
+result of the application, and then write the expected rule as
+follows:

+
rule T1:Type T2:Type => T1 = (T2 -> T) ~> T  when fresh(T:Type)
+
+

The conditional requires that its first argument is a bool and its
+second and third arguments have the same type, which is also the
+result type.

+

The macros do not change, in particular let is desugared into lambda
+application. We will next see that this is a significant restriction,
+because it limits the polymorphism of our type system.

+

We are done. We have a working type inferencer for LAMBDA.

+

Let's kompile it and krun the programs above. They all work as
+expected. Let us also try some additional programs, to push it to its
+limits.

+

First, let us test mu by means of a letrec example:

+
letrec f x = 3
+in f
+
+

We can also try all the programs that we had in our first tutorial, on
+lambda, for example the factorial.imp program:

+
letrec f x = if x <= 1 then 1 else (x * (f (x + -1)))
+in (f 10)
+
+

Those programs are simple enough that they should all work as
+expected with our naive type inferencer here.

+

Let us next try to type some tricky programs, which involve more
+complex and indirect type constraints.

+

tricky-1.lambda:

+
lambda f . lambda x . lambda y . (
+  (f x y) + x + (let x = y in x)
+)
+
+

tricky-2.lambda:

+
lambda x .
+  let f = lambda y . if true then y else x
+  in (lambda x . f 0)
+
+

tricky-3.lambda:

+
lambda x . let f = lambda y . if true then x 7 else x y
+           in f
+
+

tricky-4.lambda:

+
lambda x . let f = lambda x . x
+           in let d = (f x) + 1
+              in x
+
+

tricky-5.lambda:

+
lambda x . let f = lambda y . x y
+           in let z = x 0 in f
+
+

It is now time to see the limitations of this naive type inferencer.
+Consider the program

+
let id = lambda x . x
+in if (id true) then (id 1) else (id 2)
+
+

Our type inferencer fails graciously with a clash in the <mgu/> cell
+between int and bool. Indeed, the desugaring macro of let turns it
+into a lambda and an application, which further enforce id to have a
+type of the form t -> t for some fresh type t. The first use of id
+in the condition of if will then constrain t to be bool, while the
+other uses in the two branches will enforce t to be int. Thus the
+clash in the <mgu/> cell.

+

Similarly, the program

+
let id = lambda x . x
+in id id
+
+

yields a different kind of conflict: if id has type t -> t, in order
+to apply id to itself it must be the case that its argument, t, equals
+t -> t. These two type terms cannot be unified because there is a
+circular dependence on t, so we get a cycle in the <mgu/> cell.

+

Both limitations above will be solved when we change the semantics of
+let later on, to account for the desired polymorphism.

+

Before we conclude this lesson, let us see one more interesting
+example, where the lack of let-polymorphism leads not to a type error,
+but to a less generic type:

+
let f1 = lambda x . x in
+  let f2 = f1 in
+    let f3 = f2 in
+      let f4 = f3 in
+        let f5 = f4 in
+          if (f5 true) then f2 else f3
+
+

Our current type inferencer will infer the type bool -> bool for the
+program above. Nevertheless, since all functions f1, f2, f3, f4, f5
+are the identity function, which is polymorphic, we would expect the
+entire program to type to the same polymorphic identity function type.

+

This limitation will be also addressed when we define our
+let-polymorphic type inferencer.

+

Before that, in the next lesson we will show how easily we can turn
+the naive substitution-based type inferencer discussed in this lesson
+into a similarly naive, but environment-based type inferencer.

+

Go to Lesson 5, Type Systems: A Naive Environment-Based Type Inferencer.

+

A Naive Environment-Based Type Inferencer

+ +

In this lesson you learn how to define a naive environment-based type
+inferencer for a higher-order language. Specifically, we take the
+substitution-based type inferencer for LAMBDA defined in Lesson 4 and
+turn it into an environment-based one.

+

Recall from Lesson 3, where we defined an environment-based type
+checker for LAMBDA based on the substitution-based one in Lesson 2,
+that the transition from a substitution-based definition to an
+environment-based one was quite systematic and mechanical: each
+substitution occurrence E[T/X] is replaced by E, but at the same time
+the variable X is bound to type T in the type environment. One benefit
+of using type environments instead of substitution is that we replace
+a linear complexity operation (the substitution) with a constant
+complexity one (the variable lookup).

+

There is not much left to say which has not been already said in
+Lesson 3: we remove the unnecessary binder annotations for the
+variable binding operations, then add a <tenv/> cell to the
+configuration to hold the type environment, then add a new rule for
+variable lookup, and finally apply the transformation of substitutions
+E[T/X] into E as explained above.

+

The resulting type inferencer should now work exactly the same way as
+the substitution-based one, except, of course, that the resulting
+configurations will contain a <tenv/> cell now.

+

As sanity check, let us consider two more LAMBDA programs that test
+the static scoping nature of the inferencer. We do that because
+faulty environment-based definitions often have this problem. The
+program

+
let x = 1
+in let f = lambda a . x
+   in let x = true
+      in f 3
+
+

should type to int, not to bool, and so it does. Similarly, the
+program

+
let y = 0
+in letrec f x = if x <= 0
+                then y
+                else let y = true
+                     in f (x + 1)
+   in f 1
+
+

should also type to int, not bool, and so it does, too.

+

The type inferencer defined in this lesson has the same limitations,
+in terms of polymorphism, as the one in Lesson 4. In the next
+lesson we will see how it can be parallelized, and in further lessons
+how to make it polymorphic.

+

Go to Lesson 6, Type Systems: Parallel Type Checkers/Inferencers.

+

Parallel Type Checkers/Inferencers

+ +

In this lesson you learn how to define parallel type checkers or
+inferencers. For the sake of a choice, we will parallelize the one in
+the previous lesson, but the ideas are general. We are using the same
+idea to define type checkers for other languages in the K tool
+distribution, such as SIMPLE and KOOL.

+

The idea is in fact quite simple. Instead of one monolithic typing
+task, we generate many smaller tasks, which can be processed in
+parallel. We use the same approach to define parallel semantics as we
+used for threads in IMP++ in Part 4 of the tutorial, that is, we add a
+cell holding all the parallel tasks, making sure we declare the cell
+holding a task with multiplicity *. For the particular type
+inferencer that we chose here, the one in Lesson 5, each task will
+hold an expression to type together with a type environment (so it
+knows where to lookup its free variables). We have the following
+configuration then:

+
configuration <tasks color="yellow">
+                <task color="orange" multiplicity="*">
+                  <k color="green"> $PGM:Exp </k>
+                  <tenv color="red"> .Map </tenv>
+                </task>
+              </tasks>
+              <mgu color="blue"> .Mgu </mgu>
+
+

Now we have to take each typing rule we had before and change it to
+yield parallel typing. For example, our rule for typing
+multiplication was the following in Lesson 5:

+
rule T1:Type * T2:Type => T1 = int ~> T2 = int ~> int
+
+

Since * was strict, its two arguments eventually type, and once that
+happens the rule above fires. Unfortunately, the strictness of
+multiplication makes the typing of the two expressions sequential in
+our previous definition. To avoid typing the two expressions
+sequentially and instead generating two parallel tasks, we remove the
+strict attribute of multiplication and replace the rule above with the
+following:

+
rule <k> E1 * E2 => int ...</k> <tenv> Rho </tenv>
+     (. => <task> <k> E1 = int </k> <tenv> Rho </tenv> </task>
+           <task> <k> E2 = int </k> <tenv> Rho </tenv> </task>)
+
+

Therefore, we generate two tasks for typing E1 and E2 in the same type
+environment as the current task, and let the current task continue by
+simply optimistically reducing E1*E2 to its expected result type, int.
+If E1 or E2 will not type to int, then either their corresponding
+tasks will get stuck or the <mgu/> cell will result into a clash or cycle,
+so the program will not type overall in spite of the fact that we
+allowed the task containing the multiplication to continue. This is
+how we get maximum of parallelism in this case.

+

Before we continue, note that the new tasks hold equalities in them,
+where one of its arguments is an expression, while previously the
+equality construct was declared to take types. What we want now is
+for the equality construct to possibly take any expressions, and first
+type them and then generate the type constraint like before. This can
+be done very easily by just extending the equality construct to
+expressions and declaring it strict:

+
syntax KItem ::= Exp "=" Exp  [strict]
+
+

Unlike before, where we only passed types to the equality construct,
+we now need a runtime check that its arguments are indeed types before
+we can generate the updateMgu command:

+
rule <k> T:Type = T':Type => . ...</k>
+     <mgu> Theta:Mgu => updateMgu(Theta,T,T') </mgu>
+
+

Like before, an equality will therefore update the <mgu/> cell and then
+it dissolves itself, letting the <k/> cell in the corresponding task
+empty. Such empty tasks are unnecessary, so they can be erased:

+
rule <task>... <k> . </k> ...</task> => .
+
+

We can now follow the same style as for multiplication to write the
+parallel typing rules of the other arithmetic constructs, and even for
+the conditional.

+

To parallelize the typing of lambda we generate two fresh types, one
+for the variable and one for the body, and make sure that we generate
+the correct type constraint and environment in the body task:

+
rule <k> lambda X . E => Tx -> Te ...</k> <tenv> TEnv </tenv>
+     (. => <task> <k> E = Te </k> <tenv> TEnv[Tx/X] </tenv> </task>)
+  when fresh(Tx:Type) andBool fresh(Te:Type)
+
+

Note that the above also allows us to not need to change and then
+recover the environment of the current cell.

+

For function application we also need to generate two fresh types:

+
rule <k> E1 E2 => T ...</k> <tenv> Rho </tenv>
+     (. => <task> <k> E1 = T2 -> T </k> <tenv> Rho </tenv> </task>
+           <task> <k> E2 = T2 </k> <tenv> Rho </tenv> </task>)
+  when fresh(T2:Type) andBool fresh(T:Type)
+
+

The only rule left is that of mu X . E. In this case we only need one
+fresh type, because X, E and mu X . E have all the same type:

+
rule <k> mu X . E => T ...</k>  <tenv> TEnv </tenv>
+     (. => <task> <k> E = T </k> <tenv> TEnv[T/X] </tenv> </task>)
+  when fresh(T:Type)
+
+

We do not need the type environment recovery operation, so we delete it.

+

We can now kompile and krun all the programs that we typed in Lesson 5.
+Everything should work.

+

In this lesson we only aimed at parallelizing the type inferencer in
+Lesson 5, not to improve its expressiveness; it still has the same
+limitations in terms of polymorphism. The next lessons are dedicated
+to polymorphic type inferencers.

+

Go to Lesson 7, Type Systems: A Naive Substitution-based Polymorphic Type Inferencer.

+

A Naive Substitution-based Polymorphic Type Inferencer

+ +

In this lesson you learn how little it takes to turn a naive monomorphic
+type inferencer into a naive polymorphic one, basically only changing
+a few characters. In terms of the K framework, you will learn that
+you can have complex combinations of substitutions in K, both over
+expressions and over types.

+

Let us start directly with the change. All we have to do is to take
+the LAMBDA type inferencer in Lesson 4 and only change the macro

+
rule let X = E in E' => (lambda X . E') E  [macro]
+
+

as follows:

+
rule let X = E in E' => E'[E/X]  [macro]
+
+

In other words, we are inlining the beta-reduction rule of
+lambda-calculus within the original rule. In terms of typing,
+the above forces the type inferencer to type E in place for each
+occurrence of X in E'. Unlike in the first rule, where X had to get
+one type only which satisfied the constrains of all X's occurrences in
+E', we now never associate any type to X anymore.

+

Let us kompile and krun some examples. Everything that worked with
+the type inferencer in Lesson 4 should still work here, although the
+types of some programs can now be more general. For example, reconsider
+the nested-lets.lambda program

+
let f1 = lambda x . x in
+  let f2 = f1 in
+    let f3 = f2 in
+      let f4 = f3 in
+        let f5 = f4 in
+          if (f5 true) then f2 else f3
+
+

which was previously typed to bool -> bool. With the new rule above,
+the sequence of lets is iteratively eliminated and we end up with the
+program

+
if (lambda x . x) true then (lambda x . x) else (lambda x . x)
+
+

which now types (with both type inferencers) to a type of the form
+t -> t, for some type variable t, which is more general than the
+previous bool -> bool type that the program typed to in Lesson 4.

+

We can also now type programs that were not typable before, such as

+
let id = lambda x . x
+in if (id true) then (id 1) else (id 2)
+
+

and

+
let id = lambda x . x
+in id id
+
+

Let us also test it on some trickier programs, also not typable
+before, such as

+
let f = lambda x . x
+in let g = lambda y . f y
+   in g g
+
+

which gives us a type of the form t -> t for some type variable t,
+and as

+
let f = let g = lambda x . x
+        in let h = lambda x . lambda x . (g g g g)
+           in h
+in f
+
+

which types to t1 -> t2 -> t3 -> t3 for some type variables t1, t2, t3.

+

Here is another program which was not typable before, which is
+trickier than the others above in that a lambda-bound variable appears
+free in a let-bound expression:

+
lambda x . (
+  let y = lambda z . x
+  in if (y true) then (y 1) else (y (lambda x . x))
+)
+
+

The above presents no problem now, because once lambda z . x gets
+substituted for y we get a well-typed expression which yields that x
+has the type bool, so the entire expression types to bool -> bool.

+

The cheap type inferencer that we obtained above therefore works as
+expected. However, it has two problems which justify a more advanced
+solution. First, substitution is typically considered an elegant
+mathematical instrument which is not too practical in implementations,
+so an implementation of this type inferencer will likely be based on
+type environments anyway. Additionally, we mix two kinds of
+substitutions in this definition, one where we substitute types and
+another where we substitute expressions, which can only make things
+harder to implement efficiently. Second, our naive substitution of E
+for X in E' can yield an exponential explosion in size of the original
+program. Consider, for example, the following classic example which
+is known to generate a type whose size is exponential in the size of
+the program (and is thus used as an argument for why let-polymorphic
+type inference is exponential in the worst-case):

+
let f00 = lambda x . lambda y . x in
+  let f01 = lambda x . f00 (f00 x) in
+    let f02 = lambda x . f01 (f01 x) in
+      let f03 = lambda x . f02 (f02 x) in
+        let f04 = lambda x . f03 (f03 x) in
+          // ... you can add more nested lets here
+          f04
+
+

The particular instance of the pattern above generates a type which
+has 17 type variables! The desugaring of each let doubles the size of
+the program and of its resulting type. While such programs are little
+likely to appear in practice, it is often the case that functions can
+be quite complex and large while their type can be quite simple in the
+end, so we should simply avoid retyping each function each time it is
+used.

+

This is precisely what we will do next. Before we present the classic
+let-polymorphic type inferencer in Lesson 9, which is based on
+environments, we first quickly discuss in Lesson 8 an intermediate
+step, namely a naive environment-based variant of the inferencer
+defined here.

+

Go to Lesson 8, Type Systems: A Naive Environment-based Polymorphic Type Inferencer.

+

A Naive Environment-based Polymorphic Type Inferencer

+ +

In this short lesson we discuss how to quickly turn a naive
+environment-based monomorphic type inferencer into a naive let-polymorphic
+one. Like in the previous lesson, we only need to change a few
+characters. In terms of the K framework, you will learn how to have
+both environments and substitution in the same definition.

+

Like in the previous lesson, all we have to do is to take the LAMBDA
+type inferencer in Lesson 5 and only change the rule

+
rule let X = E in E' => (lambda X . E') E
+
+

as follows:

+
rule let X = E in E' => E'[E/X]
+
+

The reasons why this works have already been explained in the previous
+lesson, so we do not repeat them here.

+

Since our new let rule uses substitution, we have to require the
+substitution module at the top and also import SUBSTITUTION in the
+current module, besides the already existing UNIFICATION.

+

Everything which worked with the type inferencer in Lesson 7 should
+also work now. Let us only try the exponential type example,

+
let f00 = lambda x . lambda y . x in
+  let f01 = lambda x . f00 (f00 x) in
+    let f02 = lambda x . f01 (f01 x) in
+      let f03 = lambda x . f02 (f02 x) in
+        let f04 = lambda x . f03 (f03 x) in
+          f04
+
+

As expected, this gives us precisely the same type as in Lesson 7.

+

So the only difference between this type inferencer and the one in
+Lesson 7 is that substitution is only used for LAMBDA-to-LAMBDA
+transformations, but not for infusing types within LAMBDA programs.
+Thus, the syntax of LAMBDA programs is preserved intact, which some
+may prefer. Nevertheless, this type inferencer is still expensive and
+wasteful, because the let-bound expression is typed over and over
+again in each place where the let-bound variable occurs.

+

In the next lesson we will discuss a type inferencer based on the
+classic Damas-Hindley-Milner type system, which maximizes the reuse of
+typing work by means of parametric types.

+

Go to Lesson 9, Type Systems: Let-Polymorphic Type Inferencer (Damas-Hindley-Milner).

+

Let-Polymorphic Type Inferencer (Damas-Hindley-Milner)

+ +

In this lesson we discuss a type inferencer based on what we call today
+the Damas-Hindley-Milner type system, which is at the core of many
+modern functional programming languages. The first variant of it was
+proposed by Hindley in 1969, then, interestingly, Milner rediscovered
+it in 1978 in the context of the ML language. Damas formalized it as
+a type system in his PhD thesis in 1985. More specifically, our type
+inferencer here, like many others as well as many implementations of
+it, follows more closely the syntax-driven variant proposed by Clement
+in 1987.

+

In terms of K, we will see how easily we can turn one definition which
+is considered naive (our previous type inferencer in Lesson 8) into a
+definition which is considered advanced. All we have to do is to
+change one existing rule (the rule of the let binder) and to add a new
+one. We will also learn some new predefined features of K, which make
+the above possible.

+

The main idea is to replace the rule

+
rule let X = E in E' => E'[E/X]
+
+

which creates potentially many copies of E within E' with a rule
+which types E once and then reuses that type in each place where X
+occurs free in E'. The simplest K way to type E is to declare the
+let construct strict(2). Now we cannot simply bind X to the type
+of E, because we would obtain a variant of the naive type inferencer
+we already discussed, together with its limitations, in Lesson 5 of this
+tutorial. The trick here is to parameterize the type of E in all its
+unconstrained fresh types, and then create fresh copies of those
+parameters in each free occurrence of X in E'.

+

Let us discuss some examples, before we go into the technical details.
+Consider the first let-polymorphic example which failed to be typed
+with our first naive type-inferencer:

+
let id = lambda x . x
+in if (id true) then (id 1) else (id 2)
+
+

When typing lambda x . x, we get a type of the form t -> t, for some
+fresh type t. Instead of assigning this type to id as we did in the
+naive type inferencers, we now first parametrize this type in its
+fresh variable t, written

+
(forall t) t -> t
+
+

and then bind id to this parametric type. The intuition for the
+parameter is that it can be instantiated with any other type, so this
+parametric type stands, in fact, for infinitely many non-parametric
+types. This is similar to what happens in formal logic proof systems,
+where rule schemas stand for infinitely many concrete instances of
+them. For this reason, parametric types are also called type schemas.

+

Now each time id is looked up within the let-body, we create a fresh
+copy of the parameter t, which can this way be independently
+constrained by each local context. Let's suppose that the three id
+lookups yield the types t1 -> t1, t2 -> t2, and respectively t3 -> t3.
+Then t1 will be constrained to be bool, and t2 and t3 to be int,
+so we can now safely type the program above to int.

+

Therefore, a type schema comprises a summary of all the typing work
+that has been done for typing the corresponding expression, and an
+instantiation of its parameters with fresh copies represents an
+elegant way to reuse all that typing work.

+

There are some subtleties regarding what fresh types can be made
+parameters. Let us consider another example, discussed as part of
+Lesson 7 on naive let-polymorphism:

+
lambda x . (
+  let y = lambda z . x
+  in if (y true) then (y 1) else (y (lambda x . x))
+)
+
+

This program should type to bool -> bool, as explained in Lesson 7.
+The lambda construct will bind x to some fresh type tx. Then the
+let-bound expression lambda z . x types to tz -> tx for some
+additional fresh type tz. The question now is what should the
+parameters of this type be when we generate the type schema? If we
+naively parameterize in all fresh variables, that is in both tz and
+tx obtaining the type schema (forall tz,tx) tz -> tx, then there will
+be no way to infer that the type of x, tx, must be a bool! The
+inferred type of this expression would then wrongly be tx -> t for
+some fresh types tx and t. That's because the parameters are replaced
+with fresh copies in each occurrence of y, and thus their relationship
+to the original x is completely lost. This tells us that we cannot
+parameterize in all fresh types that appear in the type of the
+let-bound expression. In particular, we cannot parameterize in those
+which some variables are already bound to in the current type
+environment (like x is bound to tx in our example above).
+In our example, the correct type schema is (forall tz) tz -> tx,
+which now allows us to correctly infer that tx is bool.

+

Let us now discuss another example, which should fail to type:

+
lambda x .
+  let f = lambda y . x y
+  in if (f true) then (f 1) else (f 2)
+
+

This should fail to type because lambda y . x y is equivalent to x,
+so the conditional imposes the conflicting constraints that x should be
+a function whose argument is either a bool or an int. Let us try to
+type it using our currently informal procedure. Like in the previous
+example, x will be bound to a fresh type tx. Then the let-bound
+expression types to ty -> tz with ty and tz fresh types, adding also
+the constraint tx = ty -> tz. What should the parameters of this type
+be? If we ignore the type constraint and simply make both ty and tz
+parameters because no variable is bound to them in the type
+environment (indeed, the only variable x in the type environment is
+bound to tx), then we can wrongly type this program to tx -> tz
+following a reasoning similar to the one in the example above.
+In fact, in this example, none of ty and tz can be parameters, because
+they are constrained by tx.

+

The examples above tell us two things: first, that we have to take the
+type constraints into account when deciding the parameters of the
+schema; second, that after applying the most-general-unifier solution
+given by the type constraints everywhere, the remaining fresh types
+appearing anywhere in the type environment are consequently constrained
+and cannot be turned into parameters. Since the type environment can in
+fact also hold type schemas, which already bind some types, we only need
+to ensure that none of the fresh types appearing free anywhere in the
+type environment are turned into parameters of type schemas.

+

Thanks to generic support offered by the K tool, we can easily achieve
+all the above as follows.

+

First, add syntax for type schemas:

+
syntax TypeSchema ::= "(" "forall" Set ")" Type  [binder]
+
+

The definition below will be given in such a way that the Set argument
+of a type schema will always be a set of fresh types. We also declare
+this construct to be a binder, so that we can make use of the generic
+free variable function provided by the K tool.

+

We now replace the old rule for let

+
rule let X = E in E' => E'[E/X]
+
+

with the following rule:

+
rule <k> let X = T:Type in E => E ~> tenv(TEnv) ...</k>
+     <mgu> Theta:Mgu </mgu>
+     <tenv> TEnv
+      => TEnv[(forall freeVariables(applyMgu(Theta, T)) -Set
+                      freeVariables(applyMgu(Theta, values TEnv))
+              ) applyMgu(Theta, T) / X]
+     </tenv>
+
+

So the type T of E is being parameterized and then bound to X in the
+type environment. The current mgu Theta, which comprises all the type
+constraints accumulated so far, is applied to both T and the types in
+the type environment. The remaining fresh types in T which do not
+appear free in the type environment are then turned into type parameters.
+The function freeVariables returns, as expected, the free variables of
+its argument as a Set; this is why we declared the type schema to be a
+binder above.

+

Now a LAMBDA variable in the type environment can be bound to either a
+type or a type schema. In the first case, the previous rule we had
+for variable lookup can be reused, but we have to make sure we check
+that T there is of sort Type (adding a sort membership, for example).
+In the second case, as explained above, we have to create fresh copies
+of the parameters. This can be easily achieved with another
+predefined K function, as follows:

+
rule <k> X:Id => freshVariables(Tvs,T) ...</k>
+     <tenv>... X |-> (forall Tvs) T ...</tenv>
+
+

Indeed, freshVariables takes a set of variables and a term, and returns the
+same term but with each of the given variables replaced by a fresh copy.

+

The operations freeVariables and freshVariables are useful in many K
+definitions, so they are predefined in module substitution.k.

+

Our definition of this let-polymorphic type inferencer is now
+complete. To test it, kompile it and then krun all the LAMBDA
+programs discussed since Lesson 4. They should all work as expected.

+

K Languages

+ +

Here we present several "real-world" language examples. These languages
+demonstrate many of the features you would expect to find in a full-fledged
+programming language.

+
    +
  • SIMPLE: Imperative programming language with threads.
  • +
  • KOOL: SIMPLE extended with object-oriented features.
  • +
  • FUN: A functional language with algebraic data-types and pattern-matching.
  • +
  • LOGIK: A logical programming language based on clause unification.
  • +
+

SIMPLE — Untyped

+ +

Author: Grigore Roșu (grosu@illinois.edu)
+Organization: University of Illinois at Urbana-Champaign

+

Author: Traian Florin Șerbănuță (traian.serbanuta@unibuc.ro)
+Organization: University of Bucharest

+

Abstract

+ +

This is the K semantic definition of the untyped SIMPLE language.
+SIMPLE is intended to be a pedagogical and research language that captures
+the essence of the imperative programming paradigm, extended with several
+features often encountered in imperative programming languages.
+A program consists of a set of global variable declarations and
+function definitions. Like in C, function definitions cannot be
+nested and each program must have one function called main,
+which is invoked when the program is executed. To make it more
+interesting and to highlight some of K's strengths, SIMPLE includes
+the following features in addition to the conventional imperative
+expression and statement constructs:

+
    +
  • +

    Multidimensional arrays and array references. An array evaluates
    +to an array reference, which is a special value holding a location (where
    +the elements of the array start) together with the size of the array;
    +the elements of the array can be array references themselves (particularly
    +when the array is multi-dimensional). Array references are ordinary values,
    +so they can be assigned to variables and passed/received by functions.

    +
  • +
  • +

    Functions and function values. Functions can have zero or
    +more parameters and can return abruptly using a return statement.
    +SIMPLE follows a call-by-value parameter passing style, with static scoping.
    +Function names evaluate to function abstractions, which hereby become ordinary
    +values in the language, same like the array references.

    +
  • +
  • +

    Blocks with locals. SIMPLE variables can be declared
    +anywhere, their scope being from the place where they are declared
    +until the end of the most nested enclosing block.

    +
  • +
  • +

    Input/Output. The expression read() evaluates to the
    +next value in the input buffer, and the statement write(e)
    +evaluates e and outputs its value to the output buffer. The
    +input and output buffers are lists of values.

    +
  • +
  • +

    Exceptions. SIMPLE has parametric exceptions (the value thrown as
    +an exception can be caught and bound).

    +
  • +
  • +

    Concurrency via dynamic thread creation/termination and
    +synchronization. One can spawn a thread to execute any statement.
    +The spawned thread shares with its parent its environment at creation time.
    +Threads can be synchronized via a join command which blocks the current thread
    +until the joined thread completes, via re-entrant locks which can be acquired
    +and released, as well as through rendezvous commands.

    +
  • +
+

Like in many other languages, some of SIMPLE's constructs can be
+desugared into a smaller set of basic constructs. We do that at the end
+of the syntax module, and then we only give semantics to the core constructs.

+

Note: This definition is commented slightly more than others, because it is
+intended to be one of the first non-trivial definitions that the new
+user of K sees. We recommend the beginner user to first check the
+language definitions discussed in the K tutorial.

+
module SIMPLE-UNTYPED-SYNTAX
+  imports DOMAINS-SYNTAX
+

Syntax

+ +

We start by defining the SIMPLE syntax. The language constructs discussed
+above have the expected syntax and evaluation strategies. Recall that in K
+we annotate the syntax with appropriate strictness attributes, thus giving
+each language construct the desired evaluation strategy.

+

Identifiers

+ +

Recall from the K tutorial that identifiers are builtin and come under the
+syntactic category Id. The special identifier for the function
+main belongs to all programs, and plays a special role in the semantics,
+so we declare it explicitly. This would not be necessary if the identifiers
+were all included automatically in semantic definitions, but that is not
+possible because of parsing reasons (e.g., K variables used to match
+concrete identifiers would then be ambiguously parsed as identifiers). They
+are only included in the parser generated to parse programs (and used by the
+kast tool). Consequently, we have to explicitly declare all the
+concrete identifiers that play a special role in the semantics, like
+main below.

+
  syntax Id ::= "main" [token]
+

Declarations

+ +

There are two types of declarations: for variables (including arrays) and
+for functions. We are going to allow declarations of the form
+var x=10, a[10,10], y=23;, which is why we allow the var
+keyword to take a list of expressions. The non-terminals used in the two
+productions below are defined shortly.

+
  syntax Stmt ::= "var" Exps ";"
+                | "function" Id "(" Ids ")" Block
+

Expressions

+ +

The expression constructs below are standard. Increment (++) takes
+an expression rather than a variable because it can also increment an array
+element. Recall that the syntax we define in K is what we call the syntax
+of the semantics
: while powerful enough to define non-trivial syntaxes
+(thanks to the underlying SDF technology that we use), we typically refrain
+from defining precise syntaxes, that is, ones which accept precisely the
+well-formed programs (that would not be possible anyway in general). That job
+is deferred to type systems, which can also be defined in K. In other words,
+we are not making any effort to guarantee syntactically that only variables
+or array elements are passed to the increment construct, we allow any
+expression. Nevertheless, we will only give semantics to those, so expressions
+of the form ++5, which parse (but which will be rejected by our type
+system in the typed version of SIMPLE later), will get stuck when executed.
+Arrays can be multidimensional and can hold other arrays, so their
+lookup operation takes a list of expressions as argument and applies to an
+expression (which can in particular be another array lookup), respectively.
+The construct sizeOf gives the size of an array in number of elements
+of its first dimension. Note that almost all constructs are strict. The only
+constructs which are not strict are the increment (since its first argument
+gets updated, so it cannot be evaluated), the input read which takes no
+arguments so strictness is irrelevant for it, the logical and and or constructs
+which are short-circuited, the thread spawning construct which creates a new
+thread executing the argument expression and return its unique identifier to
+the creating thread (so it cannot just evaluate its argument in place), and the
+assignment which is only strict in its second argument (for the same reason as
+the increment).

+
  syntax Exp ::= Int | Bool | String | Id
+               | "(" Exp ")"             [bracket]
+               | "++" Exp
+               > Exp "[" Exps "]"        [strict]
+               > Exp "(" Exps ")"        [strict]
+               | "-" Exp                 [strict]
+               | "sizeOf" "(" Exp ")"    [strict]
+               | "read" "(" ")"
+               > left:
+                 Exp "*" Exp             [strict, left]
+               | Exp "/" Exp             [strict, left]
+               | Exp "%" Exp             [strict, left]
+               > left:
+                 Exp "+" Exp             [strict, left]
+               | Exp "-" Exp             [strict, left]
+               > non-assoc:
+                 Exp "<" Exp             [strict, non-assoc]
+               | Exp "<=" Exp            [strict, non-assoc]
+               | Exp ">" Exp             [strict, non-assoc]
+               | Exp ">=" Exp            [strict, non-assoc]
+               | Exp "==" Exp            [strict, non-assoc]
+               | Exp "!=" Exp            [strict, non-assoc]
+               > "!" Exp                 [strict]
+               > left:
+                 Exp "&&" Exp            [strict(1), left]
+               | Exp "||" Exp            [strict(1), left]
+               > "spawn" Block
+               > Exp "=" Exp             [strict(2), right]
+

We also need comma-separated lists of identifiers and of expressions.
+Moreover, we want them to be strict, that is, to evaluate to lists of results
+whenever requested (e.g., when they appear as strict arguments of
+the constructs above).

+
  syntax Ids  ::= List{Id,","}           [klabel(Exps)]
+  syntax Exps ::= List{Exp,","}          [klabel(Exps), strict]  // automatically hybrid now
+  syntax Exps ::= Ids
+  syntax Val
+  syntax Vals ::= List{Val,","}          [klabel(Exps)]
+  syntax Bottom
+  syntax Bottoms ::= List{Bottom,","}    [klabel(Exps)]
+  syntax Ids ::= Bottoms
+

Statements

+ +

Most of the statement constructs are standard for imperative languages.
+We syntactically distinguish between empty and non-empty blocks, because we
+chose Stmts not to be a (;-separated) list of
+Stmt. Variables can be declared anywhere inside a block, their scope
+ending with the block. Expressions are allowed to be used for their side
+effects only (followed by a semicolon ;). Functions are allowed
+to abruptly return. The exceptions are parametric, i.e., one can throw a value
+which is bound to the variable declared by catch. Threads can be
+dynamically created and terminated, and can synchronize with join,
+acquire, release and rendezvous. Note that the
+strictness attributes obey the intended evaluation strategy of the various
+constructs. In particular, the if-then-else construct is strict only in its
+first argument (the if-then construct will be desugared into if-then-else),
+while the loop constructs are not strict in any arguments. The print
+statement construct is variadic, that is, it takes an arbitrary number of
+arguments.

+
  syntax Block ::= "{" "}"
+                | "{" Stmt "}"
+
+  syntax Stmt ::= Block
+                | Exp ";"                               [strict]
+                | "if" "(" Exp ")" Block "else" Block   [avoid, strict(1)]
+                | "if" "(" Exp ")" Block                [macro]
+                | "while" "(" Exp ")" Block
+                | "for" "(" Stmt Exp ";" Exp ")" Block  [macro]
+                | "return" Exp ";"                      [strict]
+                | "return" ";"                          [macro]
+                | "print" "(" Exps ")" ";"              [strict]
+// NOTE: print strict allows non-deterministic evaluation of its arguments
+// Either keep like this but document, or otherwise make Exps seqstrict.
+// Of define and use a different expression list here, which is seqstrict.
+                | "try" Block "catch" "(" Id ")" Block
+                | "throw" Exp ";"                       [strict]
+                | "join" Exp ";"                        [strict]
+                | "acquire" Exp ";"                     [strict]
+                | "release" Exp ";"                     [strict]
+                | "rendezvous" Exp ";"                  [strict]
+

The reason we allow Stmts as the first argument of for
+instead of Stmt is because we want to allow more than one statement
+to be executed when the loop is initialized. Also, as seens shorly, macros
+may expand one statement into more statements; for example, an initialized
+variable declaration statement var x=0; desugars into two statements,
+namely var x; x=0;, so if we use Stmt instead of Stmts
+in the production of for above then we risk that the macro expansion
+of statement var x=0; happens before the macro expansion of for,
+also shown below, in which case the latter would not apply anymore because
+of syntactic mismatch.

+
  syntax Stmt ::= Stmt Stmt                          [right]
+
+// I wish I were able to write the following instead, but confuses the parser.
+//
+// syntax Stmts ::= List{Stmt,""}
+// syntax Top ::= Stmt | "function" Id "(" Ids ")" Block
+// syntax Pgm ::= List{Top,""}
+//
+// With that, I could have also eliminated the empty block
+

Desugared Syntax

+ +

This part desugars some of SIMPLE's language constructs into core ones.
+We only want to give semantics to core constructs, so we get rid of the
+derived ones before we start the semantics. All desugaring macros below are
+straightforward.

+
  rule if (E) S => if (E) S else {}
+  rule for(Start Cond; Step) {S} => {Start while (Cond) {S Step;}}
+  rule for(Start Cond; Step) {} => {Start while (Cond) {Step;}}
+  rule var E1:Exp, E2:Exp, Es:Exps; => var E1; var E2, Es;
+  rule var X:Id = E; => var X; X = E;
+

For the semantics, we can therefore assume from now on that each
+conditional has both branches, that there are only while loops, and
+that each variable is declared alone and without any initialization as part of
+the declaration.

+
endmodule
+
+
+module SIMPLE-UNTYPED
+  imports SIMPLE-UNTYPED-SYNTAX
+  imports DOMAINS
+

Basic Semantic Infrastructure

+ +

Before one starts adding semantic rules to a K definition, one needs to
+define the basic semantic infrastructure consisting of definitions for
+values and configuration. As discussed in the definitions
+in the K tutorial, the values are needed to know when to stop applying
+the heating rules and when to start applying the cooling rules corresponding
+to strictness or context declarations. The configuration serves as a backbone
+for the process of configuration abstraction which allows users to only
+mention the relevant cells in each semantic rule, the rest of the configuration
+context being inferred automatically. Although in some cases the configuration
+could be automatically inferred from the rules, we believe that it is very
+useful for language designers/semanticists to actually think of and design
+their configuration explicitly, so the current implementation of K requires
+one to define it.

+

Values

+ +

We here define the values of the language that the various fragments of
+programs evaluate to. First, integers and Booleans are values. As discussed,
+arrays evaluate to special array reference values holding (1) a location from
+where the array's elements are contiguously allocated in the store, and
+(2) the size of the array. Functions evaluate to function values as
+λ-abstractions (we do not need to evaluate functions to closures
+because each function is executed in the fixed global environment and
+function definitions cannot be nested). Like in IMP and other
+languages, we finally tell the tool that values are K results.

+
  syntax Val ::= Int | Bool | String
+               | array(Int,Int)
+               | lambda(Ids,Stmt)
+  syntax Exp ::= Val
+  syntax Exps ::= Vals
+  syntax Vals ::= Bottoms
+  syntax KResult ::= Val
+                   | Vals  // TODO: should not need this
+

The inclusion of values in expressions follows the methodology of
+syntactic definitions (like, e.g., in SOS): extend the syntax of the language
+to encompass all values and additional constructs needed to give semantics.
+In addition to that, it allows us to write the semantic rules using the
+original syntax of the language, and to parse them with the same (now extended
+with additional values) parser. If writing the semantics directly on the K
+AST, using the associated labels instead of the syntactic constructs, then one
+would not need to include values in expressions.

+

Configuration

+ +

The K configuration of SIMPLE consists of a top level cell, T,
+holding a threads cell, a global environment map cell genv
+mapping the global variables and function names to their locations, a shared
+store map cell store mapping each location to some value, a set cell
+busy holding the locks which have been acquired but not yet released
+by threads, a set cell terminated holding the unique identifiers of
+the threads which already terminated (needed for join), input
+and output list cells, and a nextLoc cell holding a natural
+number indicating the next available location. Unlike in the small languages
+in the K tutorial, where we used the fresh predicate to generate fresh
+locations, in larger languages, like SIMPLE, we prefer to explicitly manage
+memory. The location counter in nextLoc models an actual physical
+location in the store; for simplicity, we assume arbitrarily large memory and
+no garbage collection. The threads cell contains one thread
+cell for each existing thread in the program. Note that the thread cell has
+multiplicity *, which means that at any given moment there could be zero,
+one or more thread cells. Each thread cell contains a
+computation cell k, a control cell holding the various
+control structures needed to jump to certain points of interest in the program
+execution, a local environment map cell env mapping the thread local
+variables to locations in the store, and finally a holds map cell
+indicating what locks have been acquired by the thread and not released so far
+and how many times (SIMPLE's locks are re-entrant). The control cell
+currently contains only two subcells, a function stack fstack which
+is a list and an exception stack xstack which is also a list.
+One can add more control structures in the control cell, such as a
+stack for break/continue of loops, etc., if the language is extended with more
+control-changing constructs. Note that all cells except for k are
+also initialized, in that they contain a ground term of their corresponding
+sort. The k cell is initialized with the program that will be passed
+to the K tool, as indicated by the $PGM variable, followed by the
+execute task (defined shortly).

+
  // the syntax declarations below are required because the sorts are
+  // referenced directly by a production and, because of the way KIL to KORE
+  // is implemented, the configuration syntax is not available yet
+  // should simply work once KIL is removed completely
+  // check other definitions for this hack as well
+
+  syntax ControlCell
+  syntax ControlCellFragment
+
+  configuration <T color="red">
+                  <threads color="orange">
+                    <thread multiplicity="*" type="Map" color="yellow">
+                      <id color="pink"> -1 </id>
+                      <k color="green"> $PGM:Stmt ~> execute </k>
+                    //<br/> // TODO(KORE): support latex annotations #1799
+                      <control color="cyan">
+                        <fstack color="blue"> .List </fstack>
+                        <xstack color="purple"> .List </xstack>
+                      </control>
+                    //<br/> // TODO(KORE): support latex annotations #1799
+                      <env color="violet"> .Map </env>
+                      <holds color="black"> .Map </holds>
+                    </thread>
+                  </threads>
+                //<br/> // TODO(KORE): support latex annotations #1799
+                  <genv color="pink"> .Map </genv>
+                  <store color="white"> .Map </store>
+                  <busy color="cyan"> .Set </busy>
+                  <terminated color="red"> .Set </terminated>
+                //<br/> // TODO(KORE): support latex annotations #1799
+                  <input color="magenta" stream="stdin"> .List </input>
+                  <output color="brown" stream="stdout"> .List </output>
+                  <nextLoc color="gray"> 0 </nextLoc>
+                </T>
+

Declarations and Initialization

+ +

We start by defining the semantics of declarations (for variables,
+arrays and functions).

+

Variable Declaration

+ +

The SIMPLE syntax was desugared above so that each variable is
+declared alone and its initialization is done as a separate statement.
+The semantic rule below matches resulting variable declarations of the
+form var X; on top of the k cell
+(indeed, note that the k cell is complete, or round, to the
+left, and is torn, or ruptured, to the right), allocates a fresh
+location L in the store which is initialized with a special value
+ (indeed, the unit ., or nothing, is matched anywhere
+in the map ‒note the tears at both sides‒ and replaced with the
+mapping L ↦ ⊥), and binds X to L in the local
+environment shadowing previous declarations of X, if any.
+This possible shadowing of X requires us to therefore update the
+entire environment map, which is expensive and can significantly slow
+down the execution of larger programs. On the other hand, since we know
+that L is not already bound in the store, we simply add the binding
+L ↦ ⊥ to the store, thus avoiding a potentially complete
+traversal of the the store map in order to update it. We prefer the approach
+used for updating the store whenever possible, because, in addition to being
+faster, it offers more true concurrency than the latter; indeed, according
+to the concurrent semantics of K, the store is not frozen while
+L ↦ ⊥ is added to it, while the environment is frozen during the
+update operation Env[L/X]. The variable declaration command is
+also removed from the top of the computation cell and the fresh location
+counter is incremented. The undefined symbol added in the store
+is of sort KItem, instead of Val, on purpose; this way, the
+store lookup rules will get stuck when one attempts to lookup an
+uninitialized location. All the above happen in one transactional step,
+with the rule below. Note also how configuration abstraction allows us to
+only mention the needed cells; indeed, as the configuration above states,
+the k and env cells are actually located within a
+thread cell within the threads cell, but one needs
+not mention these: the configuration context of the rule is
+automatically transformed to match the declared configuration
+structure.

+
  syntax KItem ::= "undefined"  [latex(\bot)]
+
+  rule <k> var X:Id; => . ...</k>
+       <env> Env => Env[X <- L] </env>
+       <store>... .Map => L |-> undefined ...</store>
+       <nextLoc> L => L +Int 1 </nextLoc>
+

Array Declaration

+ +

The K semantics of the uni-dimensional array declaration is somehow similar
+to the above declaration of ordinary variables. First, note the
+context declaration below, which requests the evaluation of the array
+dimension. Once evaluated, say to a natural number N, then
+N +Int 1 locations are allocated in the store for
+an array of size N, the additional location (chosen to be the first
+one allocated) holding the array reference value. The array reference
+value array(L,N) states that the array has size N and its
+elements are located contiguously in the store starting with location
+L. The operation L … L' ↦ V, defined at the end of this
+file in the auxiliary operation section, initializes each location in
+the list L … L' to V. Note that, since the dimensions of
+array declarations can be arbitrary expressions, this virtually means
+that we can dynamically allocate memory in SIMPLE by means of array
+declarations.

+
  context var _:Id[HOLE];
+
+  rule <k> var X:Id[N:Int]; => . ...</k>
+       <env> Env => Env[X <- L] </env>
+       <store>... .Map => L |-> array(L +Int 1, N)
+                          (L +Int 1) ... (L +Int N) |-> undefined ...</store>
+       <nextLoc> L => L +Int 1 +Int N </nextLoc>
+    requires N >=Int 0
+

SIMPLE allows multi-dimensional arrays. For semantic simplicity, we
+desugar them all into uni-dimensional arrays by code transformation.
+This way, we only need to give semantics to uni-dimensional arrays.
+First, note that the context rule above actually evaluates all the array
+dimensions (that's why we defined the expression lists strict!):
+Upon evaluating the array dimensions, the code generation rule below
+desugars multi-dimensional array declaration to uni-dimensional declarations.
+To this aim, we introduce two special unique variable identifiers,
+$1 and $2. The first variable, $1, iterates
+through and initializes each element of the first dimension with an array
+of the remaining dimensions, declared as variable $2:

+
  syntax Id ::= "$1" [token] | "$2" [token]
+  rule var X:Id[N1:Int, N2:Int, Vs:Vals];
+    => var X[N1];
+       {
+         for(var $1 = 0; $1 <= N1 - 1; ++$1) {
+           var $2[N2, Vs];
+           X[$1] = $2;
+         }
+       }
+

Ideally, one would like to perform syntactic desugarings like the one
+above before the actual semantics. Unfortunately, that was not possible in
+this case because the dimension expressions of the multi-dimensional array need
+to be evaluated first. Indeed, the desugaring rule above does not work if the
+dimensions of the declared array are arbitrary expressions, because they can
+have side effects (e.g., a[++x,++x]) and those side effects would be
+propagated each time the expression is evaluated in the desugaring code (note
+that both the loop condition and the nested multi-dimensional declaration
+would need to evaluate the expressions given as array dimensions).

+

Function declaration

+ +

Functions are evaluated to λ-abstractions and stored like any other
+values in the store. A binding is added into the environment for the function
+name to the location holding its body. Similarly to the C language, SIMPLE
+only allows function declarations at the top level of the program. More
+precisely, the subsequent semantics of SIMPLE only works well when one
+respects this requirement. Indeed, the simplistic context-free parser
+generated by the grammar above is more generous than we may want, in that it
+allows function declarations anywhere any declaration is allowed, including
+inside arbitrary blocks. However, as the rule below shows, we are not
+storing the declaration environment with the λ-abstraction value as
+closures do. Instead, as seen shortly, we switch to the global environment
+whenever functions are invoked, which is consistent with our requirement that
+functions should only be declared at the top. Thus, if one declares local
+functions, then one may see unexpected behaviors (e.g., when one shadows a
+global variable before declaring a local function). The type checker of
+SIMPLE, also defined in K (see examples/simple/typed/static),
+discards programs which do not respect this requirement.

+
  rule <k> function F(Xs) S => . ...</k>
+       <env> Env => Env[F <- L] </env>
+       <store>... .Map => L |-> lambda(Xs, S) ...</store>
+       <nextLoc> L => L +Int 1 </nextLoc>
+

When we are done with the first pass (pre-processing), the computation
+cell k contains only the token execute (see the configuration
+declaration above, where the computation item execute was placed
+right after the program in the k cell of the initial configuration)
+and the cell genv is empty. In this case, we have to call
+main() and to initialize the global environment by transferring the
+contents of the local environment into it. We prefer to do it this way, as
+opposed to processing all the top level declarations directly within the global
+environment, because we want to avoid duplication of semantics: the syntax of
+the global declarations is identical to that of their corresponding local
+declarations, so the semantics of the latter suffices provided that we copy
+the local environment into the global one once we are done with the
+pre-processing. We want this separate pre-processing step precisely because
+we want to create the global environment. All (top-level) functions end up
+having their names bound in the global environment and, as seen below, they
+are executed in that same global environment; all these mean, in particular,
+that the functions "see" each other, allowing for mutual recursion, etc.

+
  syntax KItem ::= "execute"
+  rule <k> execute => main(.Exps); </k>
+       <env> Env </env>
+       <genv> .Map => Env </genv>
+

Expressions

+ +

We next define the K semantics of all the expression constructs.

+

Variable lookup

+ +

When a variable X is the first computational task, and X is bound to some
+location L in the environment, and L is mapped to some value V in the
+store, then we rewrite X into V:

+
  rule <k> X:Id => V ...</k>
+       <env>... X |-> L ...</env>
+       <store>... L |-> V:Val ...</store>  [group(lookup)]
+

Note that the rule above excludes reading , because is not
+a value and V is checked at runtime to be a value.

+

Variable/Array increment

+ +

This is tricky, because we want to allow both ++x and ++a[5].
+Therefore, we need to extract the lvalue of the expression to increment.
+To do that, we state that the expression to increment should be wrapped
+by the auxiliary lvalue operation and then evaluated. The semantics
+of this auxiliary operation is defined at the end of this file. For now, all
+we need to know is that it takes an expression and evaluates to a location
+value. Location values, also defined at the end of the file, are integers
+wrapped with the operation loc, to distinguish them from ordinary
+integers.

+
  context ++(HOLE => lvalue(HOLE))
+  rule <k> ++loc(L) => I +Int 1 ...</k>
+       <store>... L |-> (I => I +Int 1) ...</store>  [group(increment)]
+

Arithmetic operators

+ +

There is nothing special about the following rules. They rewrite the
+language constructs to their library counterparts when their arguments
+become values of expected sorts:

+
  rule I1 + I2 => I1 +Int I2
+  rule Str1 + Str2 => Str1 +String Str2
+  rule I1 - I2 => I1 -Int I2
+  rule I1 * I2 => I1 *Int I2
+  rule I1 / I2 => I1 /Int I2 requires I2 =/=K 0
+  rule I1 % I2 => I1 %Int I2 requires I2 =/=K 0
+  rule - I => 0 -Int I
+  rule I1 < I2 => I1 <Int I2
+  rule I1 <= I2 => I1 <=Int I2
+  rule I1 > I2 => I1 >Int I2
+  rule I1 >= I2 => I1 >=Int I2
+

The equality and inequality constructs reduce to syntactic comparison
+of the two argument values (which is what the equality on K terms does).

+
  rule V1:Val == V2:Val => V1 ==K V2
+  rule V1:Val != V2:Val => V1 =/=K V2
+

The logical negation is clear, but the logical conjunction and disjunction
+are short-circuited:

+
  rule ! T => notBool(T)
+  rule true  && E => E
+  rule false && _ => false
+  rule true  || _ => true
+  rule false || E => E
+

Array lookup

+ +

Untyped SIMPLE does not check array bounds (the dynamically typed version of
+it, in examples/simple/typed/dynamic, does check for array out of
+bounds). The first rule below desugars the multi-dimensional array access to
+uni-dimensional array access; recall that the array access operation was
+declared strict, so all sub-expressions involved are already values at this
+stage. The second rule rewrites the array access to a lookup operation at a
+precise location; we prefer to do it this way to avoid locking the store.
+The semantics of the auxiliary lookup operation is straightforward,
+and is defined at the end of the file.

+
// The [anywhere] feature is underused, because it would only be used
+// at the top of the computation or inside the lvalue wrapper. So it
+// may not be worth, or we may need to come up with a special notation
+// allowing us to enumerate contexts for [anywhere] rules.
+  rule V:Val[N1:Int, N2:Int, Vs:Vals] => V[N1][N2, Vs]
+    [anywhere]
+
+  rule array(L,_)[N:Int] => lookup(L +Int N)
+    [anywhere]
+

Size of an array

+ +

The size of the array is stored in the array reference value, and the
+sizeOf construct was declared strict, so:

+
  rule sizeOf(array(_,N)) => N
+

Function call

+ +

Function application was strict in both its arguments, so we can
+assume that both the function and its arguments are evaluated to
+values (the former expected to be a λ-abstraction). The first
+rule below matches a well-formed function application on top of the
+computation and performs the following steps atomically: it switches
+to the function body followed by return; (for the case in
+which the function does not use an explicit return statement); it
+pushes the remaining computation, the current environment, and the
+current control data onto the function stack (the remaining
+computation can thus also be discarded from the computation cell,
+because an unavoidable subsequent return statement ‒see
+above‒ will always recover it from the stack); it switches the
+current environment (which is being pushed on the function stack) to
+the global environment, which is where the free variables in the
+function body should be looked up; it binds the formal parameters to
+fresh locations in the new environment, and stores the actual
+arguments to those locations in the store (this latter step is easily
+done by reducing the problem to variable declarations, whose semantics
+we have already defined; the auxiliary operation mkDecls is
+defined at the end of the file). The second rule pops the
+computation, the environment and the control data from the function
+stack when a return statement is encountered as the next
+computational task, passing the returned value to the popped
+computation (the popped computation was the context in which the
+returning function was called). Note that the pushing/popping of the
+control data is crucial. Without it, one may have a function that
+contains an exception block with a return statement inside, which
+would put the xstack cell in an inconsistent state (since the
+exception block modifies it, but that modification should be
+irrelevant once the function returns). We add an artificial
+nothing value to the language, which is returned by the
+nulary return; statements.

+
  syntax KItem ::=  (Map,K,ControlCellFragment)
+
+  rule <k> lambda(Xs,S)(Vs:Vals) ~> K => mkDecls(Xs,Vs) S return; </k>
+       <control>
+         <fstack> .List => ListItem((Env,K,C)) ...</fstack>
+         C
+       </control>
+       <env> Env => GEnv </env>
+       <genv> GEnv </genv>
+
+  rule <k> return(V:Val); ~> _ => V ~> K </k>
+       <control>
+         <fstack> ListItem((Env,K,C)) => .List ...</fstack>
+         (_ => C)
+       </control>
+       <env> _ => Env </env>
+
+  syntax Val ::= "nothing"
+  rule return; => return nothing;
+

Like for division-by-zero, it is left unspecified what happens
+when the nothing value is used in domain calculations. For
+example, from the the perspective of the language semantics,
+7 +Int nothing can evaluate to anything, or
+may not evaluate at all (be undefined). If one wants to make sure that
+such artificial values are never misused, then one needs to define a static
+checker (also using K, like our the type checker in
+examples/simple/typed/static) and reject programs that do.
+Note that, unlike the undefined symbol which had the sort K
+instead of Val, we defined nothing to be a value. That
+is because, as explained above, we do not want the program to get
+stuck when nothing is returned by a function. Instead, we want the
+behavior to be unspecified; in particular, if one is careful to never
+use the returned value in domain computation, like it happens when we
+call a function for its side effects (e.g., with a statement of the
+form f(x);), then the program does not get stuck.

+

Read

+ +

The read() expression construct simply evaluates to the next
+input value, at the same time discarding the input value from the
+in cell.

+
  rule <k> read() => I ...</k> <input> ListItem(I:Int) => .List ...</input>  [group(read)]
+

Assignment

+ +

In SIMPLE, like in C, assignments are expression constructs and not statement
+constructs. To make it a statement all one needs to do is to follow it by a
+semi-colon ; (see the semantics for expression statements below).
+Like for the increment, we want to allow assignments not only to variables but
+also to array elements, e.g., e1[e2] = e3 where e1 evaluates
+to an array reference, e2 to a natural number, and e3 to any
+value. Thus, we first compute the lvalue of the left-hand-side expression
+that appears in an assignment, and then we do the actual assignment to the
+resulting location:

+
  context (HOLE => lvalue(HOLE)) = _
+
+  rule <k> loc(L) = V:Val => V ...</k> <store>... L |-> (_ => V) ...</store>
+    [group(assignment)]
+

Statements

+ +

We next define the K semantics of statements.

+

Blocks

+ +

Empty blocks are simply discarded, as shown in the first rule below.
+For non-empty blocks, we schedule the enclosed statement but we have to
+make sure the environment is recovered after the enclosed statement executes.
+Recall that we allow local variable declarations, whose scope is the block
+enclosing them. That is the reason for which we have to recover the
+environment after the block. This allows us to have a very simple semantics
+for variable declarations, as we did above. One can make the two rules below
+computational if one wants them to count as computational steps.

+
  rule {} => .
+  rule <k> { S } => S ~> setEnv(Env) ...</k>  <env> Env </env>
+

The basic definition of environment recovery is straightforward and
+given in the section on auxiliary constructs at the end of the file.

+

There are two common alternatives to the above semantics of blocks.
+One is to keep track of the variables which are declared in the block and only
+recover those at the end of the block. This way one does more work for
+variable declarations but conceptually less work for environment recovery; we
+say conceptually because it is not clear that it is indeed the case that
+one does less work when AC matching is involved. The other alternative is to
+work with a stack of environments instead of a flat environment, and push the
+current environment when entering a block and pop it when exiting it. This
+way, one does more work when accessing variables (since one has to search the
+variable in the environment stack in a top-down manner), but on the other hand
+uses smaller environments and the definition gets closer to an implementation.
+Based on experience with dozens of language semantics and other K definitions,
+we have found that our approach above is the best trade-off between elegance
+and efficiency (especially since rewrite engines have built-in techniques to
+lazily copy terms, by need, thus not creating unnecessary copies),
+so it is the one that we follow in general.

+

Sequential composition

+ +

Sequential composition is desugared into K's builtin sequentialization
+operation (recall that, like in C, the semi-colon ; is not a
+statement separator in SIMPLE — it is either a statement terminator or a
+construct for a statement from an expression). Note that K allows
+to define the semantics of SIMPLE in such a way that statements eventually
+dissolve from the top of the computation when they are completed; this is in
+sharp contrast to (artificially) evaluating them to a special
+skip statement value and then getting rid of that special value, as
+it is the case in other semantic approaches (where everything must evaluate
+to something). This means that once S₁ completes in the rule below, S₂
+becomes automatically the next computation item without any additional
+(explicit or implicit) rules.

+
  rule S1:Stmt S2:Stmt => S1 ~> S2
+

A subtle aspect of the rule above is that S₁ is declared to have sort
+Stmts and not Stmt. That is because desugaring macros can indeed
+produce left associative sequential composition of statements. For example,
+the code var x=0; x=1; is desugared to
+(var x; x=0;) x=1;, so although originally the first term of
+the sequential composition had sort Stmt, after desugaring it became
+of sort Stmts. Note that the attribute [right] associated
+to the sequential compositon production is an attribute of the syntax, and not
+of the semantics: e.g., it tells the parser to parse
+var x; x=0; x=1; as var x; (x=0; x=1;), but it
+does not tell the rewrite engine to rewrite (var x; x=0;) x=1; to
+var x; (x=0; x=1;).

+

Expression statements

+ +

Expression statements are only used for their side effects, so their result
+value is simply discarded. Common examples of expression statements are ones
+of the form ++x;, x=e;, e1[e2]=e3;, etc.

+
  rule _:Val; => .
+

Conditional

+ +

Since the conditional was declared with the strict(1) attribute, we
+can assume that its first argument will eventually be evaluated. The rules
+below cover the only two possibilities in which the conditional is allowed to
+proceed (otherwise the rewriting process gets stuck).

+
  rule if ( true) S else _ => S
+  rule if (false) _ else S => S
+

While loop

+ +

The simplest way to give the semantics of the while loop is by unrolling.
+Note, however, that its unrolling is only allowed when the while loop reaches
+the top of the computation (to avoid non-termination of unrolling). The
+simple while loop semantics below works because our while loops in SIMPLE are
+indeed very basic. If we allowed break/continue of loops then we would need
+a completely different semantics, which would also involve the control cell.

+
  rule while (E) S => if (E) {S while(E)S}
+

Print

+ +

The print statement was strict, so all its arguments are now
+evaluated (recall that print is variadic). We append each of
+its evaluated arguments to the output buffer, and discard the residual
+print statement with an empty list of arguments.

+
  rule <k> print(V:Val, Es => Es); ...</k> <output>... .List => ListItem(V) </output>
+    [group(print)]
+  rule print(.Vals); => .
+

Exceptions

+ +

SIMPLE allows parametric exceptions, in that one can throw and catch a
+particular value. The statement try S₁ catch(X) S₂
+proceeds with the evaluation of S₁. If S₁ evaluates normally, i.e.,
+without any exception thrown, then S₂ is discarded and the execution
+continues normally. If S₁ throws an exception with a statement of the
+form throw E, then E is first evaluated to some value V
+(throw was declared to be strict), then V is bound to X, then
+S₂ is evaluated in the new environment while the reminder of S₁ is
+discarded, then the environment is recovered and the execution continues
+normally with the statement following the try S₁ catch(X) S₂ statement.
+Exceptions can be nested and the statements in the
+catch part (S₂ in our case) can throw exceptions to the
+upper level. One should be careful with how one handles the control data
+structures here, so that the abrupt changes of control due to exception
+throwing and to function returns interact correctly with each other.
+For example, we want to allow function calls inside the statement S₁ in
+a try S₁ catch(X) S₂ block which can throw an exception
+that is not caught by the function but instead is propagated to the
+try S₁ catch(X) S₂ block that called the function.
+Therefore, we have to make sure that the function stack as well as other
+potential control structures are also properly modified when the exception
+is thrown to correctly recover the execution context. This can be easily
+achieved by pushing/popping the entire current control context onto the
+exception stack. The three rules below modularly do precisely the above.

+
  syntax KItem ::= (Id,Stmt,K,Map,ControlCellFragment)
+
+  syntax KItem ::= "popx"
+
+  rule <k> (try S1 catch(X) {S2} => S1 ~> popx) ~> K </k>
+       <control>
+         <xstack> .List => ListItem((X, S2, K, Env, C)) ...</xstack>
+         C
+       </control>
+       <env> Env </env>
+
+  rule <k> popx => . ...</k>
+       <xstack> ListItem(_) => .List ...</xstack>
+
+  rule <k> throw V:Val; ~> _ => { var X = V; S2 } ~> K </k>
+       <control>
+         <xstack> ListItem((X, S2, K, Env, C)) => .List ...</xstack>
+         (_ => C)
+       </control>
+       <env> _ => Env </env>
+

The catch statement S₂ needs to be executed in the original environment,
+but where the thrown value V is bound to the catch variable X. We here
+chose to rely on two previously defined constructs when giving semantics to
+the catch part of the statement: (1) the variable declaration with
+initialization, for binding X to V; and (2) the block construct for
+preventing X from shadowing variables in the original environment upon the
+completion of S₂.

+

Threads

+ +

SIMPLE's threads can be created and terminated dynamically, and can
+synchronize by acquiring and releasing re-entrant locks and by rendezvous.
+We discuss the seven rules giving the semantics of these operations below.

+

Thread creation

+ +

Threads can be created by any other threads using the spawn S
+construct. The spawn expression construct evaluates to the unique identifier
+of the newly created thread and, at the same time, a new thread cell is added
+into the configuration, initialized with the S statement and sharing the
+same environment with the parent thread. Note that the newly created
+thread cell is torn. That means that the remaining cells are added
+and initialized automatically as described in the definition of SIMPLE's
+configuration. This is part of K's configuration abstraction mechanism.

+
  rule <thread>...
+         <k> spawn S => !T:Int ...</k>
+         <env> Env </env>
+       ...</thread>
+       (.Bag => <thread>...
+               <k> S </k>
+               <env> Env </env>
+               <id> !T </id>
+             ...</thread>)
+

Thread termination

+ +

Dually to the above, when a thread terminates its assigned computation (the
+contents of its k cell) is empty, so the thread can be dissolved.
+However, since no discipline is imposed on how locks are acquired and released,
+it can be the case that a terminating thread still holds locks. Those locks
+must be released, so other threads attempting to acquire them do not deadlock.
+We achieve that by removing all the locks held by the terminating thread in its
+holds cell from the set of busy locks in the busy cell
+(keys(H) returns the domain of the map H as a set, that is, only
+the locks themselves ignoring their multiplicity). As seen below, a lock is
+added to the busy cell as soon as it is acquired for the first time
+by a thread. The unique identifier of the terminated thread is also collected
+into the terminated cell, so the join construct knows which
+threads have terminated.

+
  rule (<thread>... <k>.</k> <holds>H</holds> <id>T</id> ...</thread> => .Bag)
+       <busy> Busy => Busy -Set keys(H) </busy>
+       <terminated>... .Set => SetItem(T) ...</terminated>
+

Thread joining

+ +

Thread joining is now straightforward: all we need to do is to check whether
+the identifier of the thread to be joined is in the terminated cell.
+If yes, then the join statement dissolves and the joining thread
+continues normally; if not, then the joining thread gets stuck.

+
  rule <k> join T:Int; => . ...</k>
+       <terminated>... SetItem(T) ...</terminated>
+

Acquire lock

+ +

There are two cases to distinguish when a thread attempts to acquire a lock
+(in SIMPLE any value can be used as a lock):
+(1) The thread does not currently have the lock, in which case it has to
+take it provided that the lock is not already taken by another thread (see
+the side condition of the first rule).
+(2) The thread already has the lock, in which case it just increments its
+counter for the lock (the locks are re-entrant). These two cases are captured
+by the two rules below:

+
  rule <k> acquire V:Val; => . ...</k>
+       <holds>... .Map => V |-> 0 ...</holds>
+       <busy> Busy (.Set => SetItem(V)) </busy>
+    requires (notBool(V in Busy))  [group(acquire)]
+
+  rule <k> acquire V; => . ...</k>
+       <holds>... V:Val |-> (N => N +Int 1) ...</holds>
+

Release lock

+ +

Similarly, there are two corresponding cases to distinguish when a thread
+releases a lock:
+(1) The thread holds the lock more than once, in which case all it needs to do
+is to decrement the lock counter.
+(2) The thread holds the lock only once, in which case it needs to remove it
+from its holds cell and also from the the shared busy cell,
+so other threads can acquire it if they need to.

+
  rule <k> release V:Val; => . ...</k>
+       <holds>... V |-> (N => N -Int 1) ...</holds>
+    requires N >Int 0
+
+  rule <k> release V; => . ...</k> <holds>... V:Val |-> 0 => .Map ...</holds>
+       <busy>... SetItem(V) => .Set ...</busy>
+

Rendezvous synchronization

+ +

In addition to synchronization through acquire and release of locks, SIMPLE
+also provides a construct for rendezvous synchronization. A thread whose next
+statement to execute is rendezvous(V) gets stuck until another
+thread reaches an identical statement; when that happens, the two threads
+drop their rendezvous statements and continue their executions. If three
+threads happen to have an identical rendezvous statement as their next
+statement, then precisely two of them will synchronize and the other will
+remain blocked until another thread reaches a similar rendezvous statement.
+The rule below is as simple as it can be. Note, however, that, again, it is
+K's mechanism for configuration abstraction that makes it work as desired:
+since the only cell which can multiply containing a k cell inside is
+the thread cell, the only way to concretize the rule below to the
+actual configuration of SIMPLE is to include each k cell in a
+thread cell.

+
  rule <k> rendezvous V:Val; => . ...</k>
+       <k> rendezvous V; => . ...</k>  [group(rendezvous)]
+

Auxiliary declarations and operations

+ +

In this section we define all the auxiliary constructs used in the
+above semantics.

+

Making declarations

+ +

The mkDecls auxiliary construct turns a list of identifiers
+and a list of values in a sequence of corresponding variable
+declarations.

+
  syntax Stmt ::= mkDecls(Ids,Vals)  [function]
+  rule mkDecls((X:Id, Xs:Ids), (V:Val, Vs:Vals)) => var X=V; mkDecls(Xs,Vs)
+  rule mkDecls(.Ids,.Vals) => {}
+

Location lookup

+ +

The operation below is straightforward. Note that we place it in the same
+lookup group as the variable lookup rule defined above. This way,
+both rules will be considered transitions when we include the lookup
+tag in the transition option of kompile.

+
  syntax Exp ::= lookup(Int)
+  rule <k> lookup(L) => V ...</k> <store>... L |-> V:Val ...</store>  [group(lookup)]
+

Environment recovery

+ +

We have already discussed the environment recovery auxiliary operation in the
+IMP++ tutorial:

+
// TODO: eliminate the env wrapper, like we did in IMP++
+
+  syntax KItem ::= setEnv(Map)
+  rule <k> setEnv(Env) => . ...</k> <env> _ => Env </env>
+

While theoretically sufficient, the basic definition for environment
+recovery alone is suboptimal. Consider a loop while (E)S,
+whose semantics (see above) was given by unrolling. S
+is a block. Then the semantics of blocks above, together with the
+unrolling semantics of the while loop, will yield a computation
+structure in the k cell that increasingly grows, adding a new
+environment recovery task right in front of the already existing sequence of
+similar environment recovery tasks (this phenomenon is similar to the ``tail
+recursion'' problem). Of course, when we have a sequence of environment
+recovery tasks, we only need to keep the last one. The elegant rule below
+does precisely that, thus avoiding the unnecessary computation explosion
+problem:

+
  rule (setEnv(_) => .) ~> setEnv(_)
+

In fact, the above follows a common convention in K for recovery
+operations of cell contents: the meaning of a computation task of the form
+cell(C) that reaches the top of the computation is that the current
+contents of cell cell is discarded and gets replaced with C. We
+did not add support for these special computation tasks in our current
+implementation of K, so we need to define them as above.

+

lvalue and loc

+ +

For convenience in giving the semantics of constructs like the increment and
+the assignment, that we want to operate the same way on variables and on
+array elements, we used an auxiliary lvalue(E) construct which was
+expected to evaluate to the lvalue of the expression E. This is only
+defined when E has an lvalue, that is, when E is either a variable or
+evaluates to an array element. lvalue(E) evaluates to a value of
+the form loc(L), where L is the location where the value of E
+can be found; for clarity, we use loc to structurally distinguish
+natural numbers from location values. In giving semantics to lvalue
+there are two cases to consider. (1) If E is a variable, then all we need
+to do is to grab its location from the environment. (2) If E is an array
+element, then we first evaluate the array and its index in order to identify
+the exact location of the element of concern, and then return that location;
+the last rule below works because its preceding context declarations ensure
+that the array and its index are evaluated, and then the rule for array lookup
+(defined above) rewrites the evaluated array access construct to its
+corresponding store lookup operation.

+
// For parsing reasons, we prefer to allow lvalue to take a K
+
+  syntax Exp ::= lvalue(K)
+  syntax Val ::= loc(Int)
+
+// Local variable
+
+  rule <k> lvalue(X:Id => loc(L)) ...</k> <env>... X |-> L:Int ...</env>
+
+// Array element: evaluate the array and its index;
+// then the array lookup rule above applies.
+
+  context lvalue(_::Exp[HOLE::Exps])
+  context lvalue(HOLE::Exp[_::Exps])
+
+// Finally, return the address of the desired object member
+
+  rule lvalue(lookup(L:Int) => loc(L))
+

Initializing multiple locations

+ +

The following operation initializes a sequence of locations with the same
+value:

+
  syntax Map ::= Int "..." Int "|->" K
+    [function, latex({#1}\ldots{#2}\mapsto{#3})]
+  rule N...M |-> _ => .Map  requires N >Int M
+  rule N...M |-> K => N |-> K (N +Int 1)...M |-> K  requires N <=Int M
+

The semantics of SIMPLE is now complete. Make sure you kompile the
+definition with the right options in order to generate the desired model.
+No kompile options are needed if you only only want to execute the definition
+(and thus get an interpreter), but if you want to search for a different
+program behaviors then you need to kompile with the transition option
+including rule groups such as lookup, increment, acquire, etc. See the
+IMP++ tutorial for what the transition option means how to use it.

+
endmodule
+

Go to Lesson 2, SIMPLE typed static

+

SIMPLE — Untyped

+ +

Author: Grigore Roșu (grosu@illinois.edu)
+Organization: University of Illinois at Urbana-Champaign

+

Author: Traian Florin Șerbănuță (traian.serbanuta@unibuc.ro)
+Organization: University of Bucharest

+

Abstract

+ +

This is the K semantic definition of the untyped SIMPLE language.
+SIMPLE is intended to be a pedagogical and research language that captures
+the essence of the imperative programming paradigm, extended with several
+features often encountered in imperative programming languages.
+A program consists of a set of global variable declarations and
+function definitions. Like in C, function definitions cannot be
+nested and each program must have one function called main,
+which is invoked when the program is executed. To make it more
+interesting and to highlight some of K's strengths, SIMPLE includes
+the following features in addition to the conventional imperative
+expression and statement constructs:

+
    +
  • +

    Multidimensional arrays and array references. An array evaluates
    +to an array reference, which is a special value holding a location (where
    +the elements of the array start) together with the size of the array;
    +the elements of the array can be array references themselves (particularly
    +when the array is multi-dimensional). Array references are ordinary values,
    +so they can be assigned to variables and passed/received by functions.

    +
  • +
  • +

    Functions and function values. Functions can have zero or
    +more parameters and can return abruptly using a return statement.
    +SIMPLE follows a call-by-value parameter passing style, with static scoping.
    +Function names evaluate to function abstractions, which hereby become ordinary
    +values in the language, same like the array references.

    +
  • +
  • +

    Blocks with locals. SIMPLE variables can be declared
    +anywhere, their scope being from the place where they are declared
    +until the end of the most nested enclosing block.

    +
  • +
  • +

    Input/Output. The expression read() evaluates to the
    +next value in the input buffer, and the statement write(e)
    +evaluates e and outputs its value to the output buffer. The
    +input and output buffers are lists of values.

    +
  • +
  • +

    Exceptions. SIMPLE has parametric exceptions (the value thrown as
    +an exception can be caught and bound).

    +
  • +
  • +

    Concurrency via dynamic thread creation/termination and
    +synchronization. One can spawn a thread to execute any statement.
    +The spawned thread shares with its parent its environment at creation time.
    +Threads can be synchronized via a join command which blocks the current thread
    +until the joined thread completes, via re-entrant locks which can be acquired
    +and released, as well as through rendezvous commands.

    +
  • +
+

Like in many other languages, some of SIMPLE's constructs can be
+desugared into a smaller set of basic constructs. We do that at the end
+of the syntax module, and then we only give semantics to the core constructs.

+

Note: This definition is commented slightly more than others, because it is
+intended to be one of the first non-trivial definitions that the new
+user of K sees. We recommend the beginner user to first check the
+language definitions discussed in the K tutorial.

+
module SIMPLE-UNTYPED-SYNTAX
+  imports DOMAINS-SYNTAX
+

Syntax

+ +

We start by defining the SIMPLE syntax. The language constructs discussed
+above have the expected syntax and evaluation strategies. Recall that in K
+we annotate the syntax with appropriate strictness attributes, thus giving
+each language construct the desired evaluation strategy.

+

Identifiers

+ +

Recall from the K tutorial that identifiers are builtin and come under the
+syntactic category Id. The special identifier for the function
+main belongs to all programs, and plays a special role in the semantics,
+so we declare it explicitly. This would not be necessary if the identifiers
+were all included automatically in semantic definitions, but that is not
+possible because of parsing reasons (e.g., K variables used to match
+concrete identifiers would then be ambiguously parsed as identifiers). They
+are only included in the parser generated to parse programs (and used by the
+kast tool). Consequently, we have to explicitly declare all the
+concrete identifiers that play a special role in the semantics, like
+main below.

+
  syntax Id ::= "main" [token]
+

Declarations

+ +

There are two types of declarations: for variables (including arrays) and
+for functions. We are going to allow declarations of the form
+var x=10, a[10,10], y=23;, which is why we allow the var
+keyword to take a list of expressions. The non-terminals used in the two
+productions below are defined shortly.

+
  syntax Stmt ::= "var" Exps ";"
+                | "function" Id "(" Ids ")" Block
+

Expressions

+ +

The expression constructs below are standard. Increment (++) takes
+an expression rather than a variable because it can also increment an array
+element. Recall that the syntax we define in K is what we call the syntax
+of the semantics
: while powerful enough to define non-trivial syntaxes
+(thanks to the underlying SDF technology that we use), we typically refrain
+from defining precise syntaxes, that is, ones which accept precisely the
+well-formed programs (that would not be possible anyway in general). That job
+is deferred to type systems, which can also be defined in K. In other words,
+we are not making any effort to guarantee syntactically that only variables
+or array elements are passed to the increment construct, we allow any
+expression. Nevertheless, we will only give semantics to those, so expressions
+of the form ++5, which parse (but which will be rejected by our type
+system in the typed version of SIMPLE later), will get stuck when executed.
+Arrays can be multidimensional and can hold other arrays, so their
+lookup operation takes a list of expressions as argument and applies to an
+expression (which can in particular be another array lookup), respectively.
+The construct sizeOf gives the size of an array in number of elements
+of its first dimension. Note that almost all constructs are strict. The only
+constructs which are not strict are the increment (since its first argument
+gets updated, so it cannot be evaluated), the input read which takes no
+arguments so strictness is irrelevant for it, the logical and and or constructs
+which are short-circuited, the thread spawning construct which creates a new
+thread executing the argument expression and return its unique identifier to
+the creating thread (so it cannot just evaluate its argument in place), and the
+assignment which is only strict in its second argument (for the same reason as
+the increment).

+
  syntax Exp ::= Int | Bool | String | Id
+               | "(" Exp ")"             [bracket]
+               | "++" Exp
+               > Exp "[" Exps "]"        [strict]
+               > Exp "(" Exps ")"        [strict]
+               | "-" Exp                 [strict]
+               | "sizeOf" "(" Exp ")"    [strict]
+               | "read" "(" ")"
+               > left:
+                 Exp "*" Exp             [strict, left]
+               | Exp "/" Exp             [strict, left]
+               | Exp "%" Exp             [strict, left]
+               > left:
+                 Exp "+" Exp             [strict, left]
+               | Exp "-" Exp             [strict, left]
+               > non-assoc:
+                 Exp "<" Exp             [strict, non-assoc]
+               | Exp "<=" Exp            [strict, non-assoc]
+               | Exp ">" Exp             [strict, non-assoc]
+               | Exp ">=" Exp            [strict, non-assoc]
+               | Exp "==" Exp            [strict, non-assoc]
+               | Exp "!=" Exp            [strict, non-assoc]
+               > "!" Exp                 [strict]
+               > left:
+                 Exp "&&" Exp            [strict(1), left]
+               | Exp "||" Exp            [strict(1), left]
+               > "spawn" Block
+               > Exp "=" Exp             [strict(2), right]
+

We also need comma-separated lists of identifiers and of expressions.
+Moreover, we want them to be strict, that is, to evaluate to lists of results
+whenever requested (e.g., when they appear as strict arguments of
+the constructs above).

+
  syntax Ids  ::= List{Id,","}           [klabel(Exps)]
+  syntax Exps ::= List{Exp,","}          [klabel(Exps), strict]  // automatically hybrid now
+  syntax Exps ::= Ids
+  syntax Val
+  syntax Vals ::= List{Val,","}          [klabel(Exps)]
+  syntax Bottom
+  syntax Bottoms ::= List{Bottom,","}    [klabel(Exps)]
+  syntax Ids ::= Bottoms
+

Statements

+ +

Most of the statement constructs are standard for imperative languages.
+We syntactically distinguish between empty and non-empty blocks, because we
+chose Stmts not to be a (;-separated) list of
+Stmt. Variables can be declared anywhere inside a block, their scope
+ending with the block. Expressions are allowed to be used for their side
+effects only (followed by a semicolon ;). Functions are allowed
+to abruptly return. The exceptions are parametric, i.e., one can throw a value
+which is bound to the variable declared by catch. Threads can be
+dynamically created and terminated, and can synchronize with join,
+acquire, release and rendezvous. Note that the
+strictness attributes obey the intended evaluation strategy of the various
+constructs. In particular, the if-then-else construct is strict only in its
+first argument (the if-then construct will be desugared into if-then-else),
+while the loop constructs are not strict in any arguments. The print
+statement construct is variadic, that is, it takes an arbitrary number of
+arguments.

+
  syntax Block ::= "{" "}"
+                | "{" Stmt "}"
+
+  syntax Stmt ::= Block
+                | Exp ";"                               [strict]
+                | "if" "(" Exp ")" Block "else" Block   [avoid, strict(1)]
+                | "if" "(" Exp ")" Block                [macro]
+                | "while" "(" Exp ")" Block
+                | "for" "(" Stmt Exp ";" Exp ")" Block  [macro]
+                | "return" Exp ";"                      [strict]
+                | "return" ";"                          [macro]
+                | "print" "(" Exps ")" ";"              [strict]
+// NOTE: print strict allows non-deterministic evaluation of its arguments
+// Either keep like this but document, or otherwise make Exps seqstrict.
+// Of define and use a different expression list here, which is seqstrict.
+                | "try" Block "catch" "(" Id ")" Block
+                | "throw" Exp ";"                       [strict]
+                | "join" Exp ";"                        [strict]
+                | "acquire" Exp ";"                     [strict]
+                | "release" Exp ";"                     [strict]
+                | "rendezvous" Exp ";"                  [strict]
+

The reason we allow Stmts as the first argument of for
+instead of Stmt is because we want to allow more than one statement
+to be executed when the loop is initialized. Also, as seens shorly, macros
+may expand one statement into more statements; for example, an initialized
+variable declaration statement var x=0; desugars into two statements,
+namely var x; x=0;, so if we use Stmt instead of Stmts
+in the production of for above then we risk that the macro expansion
+of statement var x=0; happens before the macro expansion of for,
+also shown below, in which case the latter would not apply anymore because
+of syntactic mismatch.

+
  syntax Stmt ::= Stmt Stmt                          [right]
+
+// I wish I were able to write the following instead, but confuses the parser.
+//
+// syntax Stmts ::= List{Stmt,""}
+// syntax Top ::= Stmt | "function" Id "(" Ids ")" Block
+// syntax Pgm ::= List{Top,""}
+//
+// With that, I could have also eliminated the empty block
+

Desugared Syntax

+ +

This part desugars some of SIMPLE's language constructs into core ones.
+We only want to give semantics to core constructs, so we get rid of the
+derived ones before we start the semantics. All desugaring macros below are
+straightforward.

+
  rule if (E) S => if (E) S else {}
+  rule for(Start Cond; Step) {S} => {Start while (Cond) {S Step;}}
+  rule for(Start Cond; Step) {} => {Start while (Cond) {Step;}}
+  rule var E1:Exp, E2:Exp, Es:Exps; => var E1; var E2, Es;
+  rule var X:Id = E; => var X; X = E;
+

For the semantics, we can therefore assume from now on that each
+conditional has both branches, that there are only while loops, and
+that each variable is declared alone and without any initialization as part of
+the declaration.

+
endmodule
+
+
+module SIMPLE-UNTYPED
+  imports SIMPLE-UNTYPED-SYNTAX
+  imports DOMAINS
+

Basic Semantic Infrastructure

+ +

Before one starts adding semantic rules to a K definition, one needs to
+define the basic semantic infrastructure consisting of definitions for
+values and configuration. As discussed in the definitions
+in the K tutorial, the values are needed to know when to stop applying
+the heating rules and when to start applying the cooling rules corresponding
+to strictness or context declarations. The configuration serves as a backbone
+for the process of configuration abstraction which allows users to only
+mention the relevant cells in each semantic rule, the rest of the configuration
+context being inferred automatically. Although in some cases the configuration
+could be automatically inferred from the rules, we believe that it is very
+useful for language designers/semanticists to actually think of and design
+their configuration explicitly, so the current implementation of K requires
+one to define it.

+

Values

+ +

We here define the values of the language that the various fragments of
+programs evaluate to. First, integers and Booleans are values. As discussed,
+arrays evaluate to special array reference values holding (1) a location from
+where the array's elements are contiguously allocated in the store, and
+(2) the size of the array. Functions evaluate to function values as
+λ-abstractions (we do not need to evaluate functions to closures
+because each function is executed in the fixed global environment and
+function definitions cannot be nested). Like in IMP and other
+languages, we finally tell the tool that values are K results.

+
  syntax Val ::= Int | Bool | String
+               | array(Int,Int)
+               | lambda(Ids,Stmt)
+  syntax Exp ::= Val
+  syntax Exps ::= Vals
+  syntax Vals ::= Bottoms
+  syntax KResult ::= Val
+                   | Vals  // TODO: should not need this
+

The inclusion of values in expressions follows the methodology of
+syntactic definitions (like, e.g., in SOS): extend the syntax of the language
+to encompass all values and additional constructs needed to give semantics.
+In addition to that, it allows us to write the semantic rules using the
+original syntax of the language, and to parse them with the same (now extended
+with additional values) parser. If writing the semantics directly on the K
+AST, using the associated labels instead of the syntactic constructs, then one
+would not need to include values in expressions.

+

Configuration

+ +

The K configuration of SIMPLE consists of a top level cell, T,
+holding a threads cell, a global environment map cell genv
+mapping the global variables and function names to their locations, a shared
+store map cell store mapping each location to some value, a set cell
+busy holding the locks which have been acquired but not yet released
+by threads, a set cell terminated holding the unique identifiers of
+the threads which already terminated (needed for join), input
+and output list cells, and a nextLoc cell holding a natural
+number indicating the next available location. Unlike in the small languages
+in the K tutorial, where we used the fresh predicate to generate fresh
+locations, in larger languages, like SIMPLE, we prefer to explicitly manage
+memory. The location counter in nextLoc models an actual physical
+location in the store; for simplicity, we assume arbitrarily large memory and
+no garbage collection. The threads cell contains one thread
+cell for each existing thread in the program. Note that the thread cell has
+multiplicity *, which means that at any given moment there could be zero,
+one or more thread cells. Each thread cell contains a
+computation cell k, a control cell holding the various
+control structures needed to jump to certain points of interest in the program
+execution, a local environment map cell env mapping the thread local
+variables to locations in the store, and finally a holds map cell
+indicating what locks have been acquired by the thread and not released so far
+and how many times (SIMPLE's locks are re-entrant). The control cell
+currently contains only two subcells, a function stack fstack which
+is a list and an exception stack xstack which is also a list.
+One can add more control structures in the control cell, such as a
+stack for break/continue of loops, etc., if the language is extended with more
+control-changing constructs. Note that all cells except for k are
+also initialized, in that they contain a ground term of their corresponding
+sort. The k cell is initialized with the program that will be passed
+to the K tool, as indicated by the $PGM variable, followed by the
+execute task (defined shortly).

+
  // the syntax declarations below are required because the sorts are
+  // referenced directly by a production and, because of the way KIL to KORE
+  // is implemented, the configuration syntax is not available yet
+  // should simply work once KIL is removed completely
+  // check other definitions for this hack as well
+
+  syntax ControlCell
+  syntax ControlCellFragment
+
+  configuration <T color="red">
+                  <threads color="orange">
+                    <thread multiplicity="*" type="Map" color="yellow">
+                      <id color="pink"> -1 </id>
+                      <k color="green"> $PGM:Stmt ~> execute </k>
+                    //<br/> // TODO(KORE): support latex annotations #1799
+                      <control color="cyan">
+                        <fstack color="blue"> .List </fstack>
+                        <xstack color="purple"> .List </xstack>
+                      </control>
+                    //<br/> // TODO(KORE): support latex annotations #1799
+                      <env color="violet"> .Map </env>
+                      <holds color="black"> .Map </holds>
+                    </thread>
+                  </threads>
+                //<br/> // TODO(KORE): support latex annotations #1799
+                  <genv color="pink"> .Map </genv>
+                  <store color="white"> .Map </store>
+                  <busy color="cyan"> .Set </busy>
+                  <terminated color="red"> .Set </terminated>
+                //<br/> // TODO(KORE): support latex annotations #1799
+                  <input color="magenta" stream="stdin"> .List </input>
+                  <output color="brown" stream="stdout"> .List </output>
+                  <nextLoc color="gray"> 0 </nextLoc>
+                </T>
+

Declarations and Initialization

+ +

We start by defining the semantics of declarations (for variables,
+arrays and functions).

+

Variable Declaration

+ +

The SIMPLE syntax was desugared above so that each variable is
+declared alone and its initialization is done as a separate statement.
+The semantic rule below matches resulting variable declarations of the
+form var X; on top of the k cell
+(indeed, note that the k cell is complete, or round, to the
+left, and is torn, or ruptured, to the right), allocates a fresh
+location L in the store which is initialized with a special value
+ (indeed, the unit ., or nothing, is matched anywhere
+in the map ‒note the tears at both sides‒ and replaced with the
+mapping L ↦ ⊥), and binds X to L in the local
+environment shadowing previous declarations of X, if any.
+This possible shadowing of X requires us to therefore update the
+entire environment map, which is expensive and can significantly slow
+down the execution of larger programs. On the other hand, since we know
+that L is not already bound in the store, we simply add the binding
+L ↦ ⊥ to the store, thus avoiding a potentially complete
+traversal of the the store map in order to update it. We prefer the approach
+used for updating the store whenever possible, because, in addition to being
+faster, it offers more true concurrency than the latter; indeed, according
+to the concurrent semantics of K, the store is not frozen while
+L ↦ ⊥ is added to it, while the environment is frozen during the
+update operation Env[L/X]. The variable declaration command is
+also removed from the top of the computation cell and the fresh location
+counter is incremented. The undefined symbol added in the store
+is of sort KItem, instead of Val, on purpose; this way, the
+store lookup rules will get stuck when one attempts to lookup an
+uninitialized location. All the above happen in one transactional step,
+with the rule below. Note also how configuration abstraction allows us to
+only mention the needed cells; indeed, as the configuration above states,
+the k and env cells are actually located within a
+thread cell within the threads cell, but one needs
+not mention these: the configuration context of the rule is
+automatically transformed to match the declared configuration
+structure.

+
  syntax KItem ::= "undefined"  [latex(\bot)]
+
+  rule <k> var X:Id; => . ...</k>
+       <env> Env => Env[X <- L] </env>
+       <store>... .Map => L |-> undefined ...</store>
+       <nextLoc> L => L +Int 1 </nextLoc>
+

Array Declaration

+ +

The K semantics of the uni-dimensional array declaration is somehow similar
+to the above declaration of ordinary variables. First, note the
+context declaration below, which requests the evaluation of the array
+dimension. Once evaluated, say to a natural number N, then
+N +Int 1 locations are allocated in the store for
+an array of size N, the additional location (chosen to be the first
+one allocated) holding the array reference value. The array reference
+value array(L,N) states that the array has size N and its
+elements are located contiguously in the store starting with location
+L. The operation L … L' ↦ V, defined at the end of this
+file in the auxiliary operation section, initializes each location in
+the list L … L' to V. Note that, since the dimensions of
+array declarations can be arbitrary expressions, this virtually means
+that we can dynamically allocate memory in SIMPLE by means of array
+declarations.

+
  context var _:Id[HOLE];
+
+  rule <k> var X:Id[N:Int]; => . ...</k>
+       <env> Env => Env[X <- L] </env>
+       <store>... .Map => L |-> array(L +Int 1, N)
+                          (L +Int 1) ... (L +Int N) |-> undefined ...</store>
+       <nextLoc> L => L +Int 1 +Int N </nextLoc>
+    requires N >=Int 0
+

SIMPLE allows multi-dimensional arrays. For semantic simplicity, we
+desugar them all into uni-dimensional arrays by code transformation.
+This way, we only need to give semantics to uni-dimensional arrays.
+First, note that the context rule above actually evaluates all the array
+dimensions (that's why we defined the expression lists strict!):
+Upon evaluating the array dimensions, the code generation rule below
+desugars multi-dimensional array declaration to uni-dimensional declarations.
+To this aim, we introduce two special unique variable identifiers,
+$1 and $2. The first variable, $1, iterates
+through and initializes each element of the first dimension with an array
+of the remaining dimensions, declared as variable $2:

+
  syntax Id ::= "$1" [token] | "$2" [token]
+  rule var X:Id[N1:Int, N2:Int, Vs:Vals];
+    => var X[N1];
+       {
+         for(var $1 = 0; $1 <= N1 - 1; ++$1) {
+           var $2[N2, Vs];
+           X[$1] = $2;
+         }
+       }
+

Ideally, one would like to perform syntactic desugarings like the one
+above before the actual semantics. Unfortunately, that was not possible in
+this case because the dimension expressions of the multi-dimensional array need
+to be evaluated first. Indeed, the desugaring rule above does not work if the
+dimensions of the declared array are arbitrary expressions, because they can
+have side effects (e.g., a[++x,++x]) and those side effects would be
+propagated each time the expression is evaluated in the desugaring code (note
+that both the loop condition and the nested multi-dimensional declaration
+would need to evaluate the expressions given as array dimensions).

+

Function declaration

+ +

Functions are evaluated to λ-abstractions and stored like any other
+values in the store. A binding is added into the environment for the function
+name to the location holding its body. Similarly to the C language, SIMPLE
+only allows function declarations at the top level of the program. More
+precisely, the subsequent semantics of SIMPLE only works well when one
+respects this requirement. Indeed, the simplistic context-free parser
+generated by the grammar above is more generous than we may want, in that it
+allows function declarations anywhere any declaration is allowed, including
+inside arbitrary blocks. However, as the rule below shows, we are not
+storing the declaration environment with the λ-abstraction value as
+closures do. Instead, as seen shortly, we switch to the global environment
+whenever functions are invoked, which is consistent with our requirement that
+functions should only be declared at the top. Thus, if one declares local
+functions, then one may see unexpected behaviors (e.g., when one shadows a
+global variable before declaring a local function). The type checker of
+SIMPLE, also defined in K (see examples/simple/typed/static),
+discards programs which do not respect this requirement.

+
  rule <k> function F(Xs) S => . ...</k>
+       <env> Env => Env[F <- L] </env>
+       <store>... .Map => L |-> lambda(Xs, S) ...</store>
+       <nextLoc> L => L +Int 1 </nextLoc>
+

When we are done with the first pass (pre-processing), the computation
+cell k contains only the token execute (see the configuration
+declaration above, where the computation item execute was placed
+right after the program in the k cell of the initial configuration)
+and the cell genv is empty. In this case, we have to call
+main() and to initialize the global environment by transferring the
+contents of the local environment into it. We prefer to do it this way, as
+opposed to processing all the top level declarations directly within the global
+environment, because we want to avoid duplication of semantics: the syntax of
+the global declarations is identical to that of their corresponding local
+declarations, so the semantics of the latter suffices provided that we copy
+the local environment into the global one once we are done with the
+pre-processing. We want this separate pre-processing step precisely because
+we want to create the global environment. All (top-level) functions end up
+having their names bound in the global environment and, as seen below, they
+are executed in that same global environment; all these mean, in particular,
+that the functions "see" each other, allowing for mutual recursion, etc.

+
  syntax KItem ::= "execute"
+  rule <k> execute => main(.Exps); </k>
+       <env> Env </env>
+       <genv> .Map => Env </genv>
+

Expressions

+ +

We next define the K semantics of all the expression constructs.

+

Variable lookup

+ +

When a variable X is the first computational task, and X is bound to some
+location L in the environment, and L is mapped to some value V in the
+store, then we rewrite X into V:

+
  rule <k> X:Id => V ...</k>
+       <env>... X |-> L ...</env>
+       <store>... L |-> V:Val ...</store>  [group(lookup)]
+

Note that the rule above excludes reading , because is not
+a value and V is checked at runtime to be a value.

+

Variable/Array increment

+ +

This is tricky, because we want to allow both ++x and ++a[5].
+Therefore, we need to extract the lvalue of the expression to increment.
+To do that, we state that the expression to increment should be wrapped
+by the auxiliary lvalue operation and then evaluated. The semantics
+of this auxiliary operation is defined at the end of this file. For now, all
+we need to know is that it takes an expression and evaluates to a location
+value. Location values, also defined at the end of the file, are integers
+wrapped with the operation loc, to distinguish them from ordinary
+integers.

+
  context ++(HOLE => lvalue(HOLE))
+  rule <k> ++loc(L) => I +Int 1 ...</k>
+       <store>... L |-> (I => I +Int 1) ...</store>  [group(increment)]
+

Arithmetic operators

+ +

There is nothing special about the following rules. They rewrite the
+language constructs to their library counterparts when their arguments
+become values of expected sorts:

+
  rule I1 + I2 => I1 +Int I2
+  rule Str1 + Str2 => Str1 +String Str2
+  rule I1 - I2 => I1 -Int I2
+  rule I1 * I2 => I1 *Int I2
+  rule I1 / I2 => I1 /Int I2 requires I2 =/=K 0
+  rule I1 % I2 => I1 %Int I2 requires I2 =/=K 0
+  rule - I => 0 -Int I
+  rule I1 < I2 => I1 <Int I2
+  rule I1 <= I2 => I1 <=Int I2
+  rule I1 > I2 => I1 >Int I2
+  rule I1 >= I2 => I1 >=Int I2
+

The equality and inequality constructs reduce to syntactic comparison
+of the two argument values (which is what the equality on K terms does).

+
  rule V1:Val == V2:Val => V1 ==K V2
+  rule V1:Val != V2:Val => V1 =/=K V2
+

The logical negation is clear, but the logical conjunction and disjunction
+are short-circuited:

+
  rule ! T => notBool(T)
+  rule true  && E => E
+  rule false && _ => false
+  rule true  || _ => true
+  rule false || E => E
+

Array lookup

+ +

Untyped SIMPLE does not check array bounds (the dynamically typed version of
+it, in examples/simple/typed/dynamic, does check for array out of
+bounds). The first rule below desugars the multi-dimensional array access to
+uni-dimensional array access; recall that the array access operation was
+declared strict, so all sub-expressions involved are already values at this
+stage. The second rule rewrites the array access to a lookup operation at a
+precise location; we prefer to do it this way to avoid locking the store.
+The semantics of the auxiliary lookup operation is straightforward,
+and is defined at the end of the file.

+
// The [anywhere] feature is underused, because it would only be used
+// at the top of the computation or inside the lvalue wrapper. So it
+// may not be worth, or we may need to come up with a special notation
+// allowing us to enumerate contexts for [anywhere] rules.
+  rule V:Val[N1:Int, N2:Int, Vs:Vals] => V[N1][N2, Vs]
+    [anywhere]
+
+  rule array(L,_)[N:Int] => lookup(L +Int N)
+    [anywhere]
+

Size of an array

+ +

The size of the array is stored in the array reference value, and the
+sizeOf construct was declared strict, so:

+
  rule sizeOf(array(_,N)) => N
+

Function call

+ +

Function application was strict in both its arguments, so we can
+assume that both the function and its arguments are evaluated to
+values (the former expected to be a λ-abstraction). The first
+rule below matches a well-formed function application on top of the
+computation and performs the following steps atomically: it switches
+to the function body followed by return; (for the case in
+which the function does not use an explicit return statement); it
+pushes the remaining computation, the current environment, and the
+current control data onto the function stack (the remaining
+computation can thus also be discarded from the computation cell,
+because an unavoidable subsequent return statement ‒see
+above‒ will always recover it from the stack); it switches the
+current environment (which is being pushed on the function stack) to
+the global environment, which is where the free variables in the
+function body should be looked up; it binds the formal parameters to
+fresh locations in the new environment, and stores the actual
+arguments to those locations in the store (this latter step is easily
+done by reducing the problem to variable declarations, whose semantics
+we have already defined; the auxiliary operation mkDecls is
+defined at the end of the file). The second rule pops the
+computation, the environment and the control data from the function
+stack when a return statement is encountered as the next
+computational task, passing the returned value to the popped
+computation (the popped computation was the context in which the
+returning function was called). Note that the pushing/popping of the
+control data is crucial. Without it, one may have a function that
+contains an exception block with a return statement inside, which
+would put the xstack cell in an inconsistent state (since the
+exception block modifies it, but that modification should be
+irrelevant once the function returns). We add an artificial
+nothing value to the language, which is returned by the
+nulary return; statements.

+
  syntax KItem ::=  (Map,K,ControlCellFragment)
+
+  rule <k> lambda(Xs,S)(Vs:Vals) ~> K => mkDecls(Xs,Vs) S return; </k>
+       <control>
+         <fstack> .List => ListItem((Env,K,C)) ...</fstack>
+         C
+       </control>
+       <env> Env => GEnv </env>
+       <genv> GEnv </genv>
+
+  rule <k> return(V:Val); ~> _ => V ~> K </k>
+       <control>
+         <fstack> ListItem((Env,K,C)) => .List ...</fstack>
+         (_ => C)
+       </control>
+       <env> _ => Env </env>
+
+  syntax Val ::= "nothing"
+  rule return; => return nothing;
+

Like for division-by-zero, it is left unspecified what happens
+when the nothing value is used in domain calculations. For
+example, from the the perspective of the language semantics,
+7 +Int nothing can evaluate to anything, or
+may not evaluate at all (be undefined). If one wants to make sure that
+such artificial values are never misused, then one needs to define a static
+checker (also using K, like our the type checker in
+examples/simple/typed/static) and reject programs that do.
+Note that, unlike the undefined symbol which had the sort K
+instead of Val, we defined nothing to be a value. That
+is because, as explained above, we do not want the program to get
+stuck when nothing is returned by a function. Instead, we want the
+behavior to be unspecified; in particular, if one is careful to never
+use the returned value in domain computation, like it happens when we
+call a function for its side effects (e.g., with a statement of the
+form f(x);), then the program does not get stuck.

+

Read

+ +

The read() expression construct simply evaluates to the next
+input value, at the same time discarding the input value from the
+in cell.

+
  rule <k> read() => I ...</k> <input> ListItem(I:Int) => .List ...</input>  [group(read)]
+

Assignment

+ +

In SIMPLE, like in C, assignments are expression constructs and not statement
+constructs. To make it a statement all one needs to do is to follow it by a
+semi-colon ; (see the semantics for expression statements below).
+Like for the increment, we want to allow assignments not only to variables but
+also to array elements, e.g., e1[e2] = e3 where e1 evaluates
+to an array reference, e2 to a natural number, and e3 to any
+value. Thus, we first compute the lvalue of the left-hand-side expression
+that appears in an assignment, and then we do the actual assignment to the
+resulting location:

+
  context (HOLE => lvalue(HOLE)) = _
+
+  rule <k> loc(L) = V:Val => V ...</k> <store>... L |-> (_ => V) ...</store>
+    [group(assignment)]
+

Statements

+ +

We next define the K semantics of statements.

+

Blocks

+ +

Empty blocks are simply discarded, as shown in the first rule below.
+For non-empty blocks, we schedule the enclosed statement but we have to
+make sure the environment is recovered after the enclosed statement executes.
+Recall that we allow local variable declarations, whose scope is the block
+enclosing them. That is the reason for which we have to recover the
+environment after the block. This allows us to have a very simple semantics
+for variable declarations, as we did above. One can make the two rules below
+computational if one wants them to count as computational steps.

+
  rule {} => .
+  rule <k> { S } => S ~> setEnv(Env) ...</k>  <env> Env </env>
+

The basic definition of environment recovery is straightforward and
+given in the section on auxiliary constructs at the end of the file.

+

There are two common alternatives to the above semantics of blocks.
+One is to keep track of the variables which are declared in the block and only
+recover those at the end of the block. This way one does more work for
+variable declarations but conceptually less work for environment recovery; we
+say conceptually because it is not clear that it is indeed the case that
+one does less work when AC matching is involved. The other alternative is to
+work with a stack of environments instead of a flat environment, and push the
+current environment when entering a block and pop it when exiting it. This
+way, one does more work when accessing variables (since one has to search the
+variable in the environment stack in a top-down manner), but on the other hand
+uses smaller environments and the definition gets closer to an implementation.
+Based on experience with dozens of language semantics and other K definitions,
+we have found that our approach above is the best trade-off between elegance
+and efficiency (especially since rewrite engines have built-in techniques to
+lazily copy terms, by need, thus not creating unnecessary copies),
+so it is the one that we follow in general.

+

Sequential composition

+ +

Sequential composition is desugared into K's builtin sequentialization
+operation (recall that, like in C, the semi-colon ; is not a
+statement separator in SIMPLE — it is either a statement terminator or a
+construct for a statement from an expression). Note that K allows
+to define the semantics of SIMPLE in such a way that statements eventually
+dissolve from the top of the computation when they are completed; this is in
+sharp contrast to (artificially) evaluating them to a special
+skip statement value and then getting rid of that special value, as
+it is the case in other semantic approaches (where everything must evaluate
+to something). This means that once S₁ completes in the rule below, S₂
+becomes automatically the next computation item without any additional
+(explicit or implicit) rules.

+
  rule S1:Stmt S2:Stmt => S1 ~> S2
+

A subtle aspect of the rule above is that S₁ is declared to have sort
+Stmts and not Stmt. That is because desugaring macros can indeed
+produce left associative sequential composition of statements. For example,
+the code var x=0; x=1; is desugared to
+(var x; x=0;) x=1;, so although originally the first term of
+the sequential composition had sort Stmt, after desugaring it became
+of sort Stmts. Note that the attribute [right] associated
+to the sequential compositon production is an attribute of the syntax, and not
+of the semantics: e.g., it tells the parser to parse
+var x; x=0; x=1; as var x; (x=0; x=1;), but it
+does not tell the rewrite engine to rewrite (var x; x=0;) x=1; to
+var x; (x=0; x=1;).

+

Expression statements

+ +

Expression statements are only used for their side effects, so their result
+value is simply discarded. Common examples of expression statements are ones
+of the form ++x;, x=e;, e1[e2]=e3;, etc.

+
  rule _:Val; => .
+

Conditional

+ +

Since the conditional was declared with the strict(1) attribute, we
+can assume that its first argument will eventually be evaluated. The rules
+below cover the only two possibilities in which the conditional is allowed to
+proceed (otherwise the rewriting process gets stuck).

+
  rule if ( true) S else _ => S
+  rule if (false) _ else S => S
+

While loop

+ +

The simplest way to give the semantics of the while loop is by unrolling.
+Note, however, that its unrolling is only allowed when the while loop reaches
+the top of the computation (to avoid non-termination of unrolling). The
+simple while loop semantics below works because our while loops in SIMPLE are
+indeed very basic. If we allowed break/continue of loops then we would need
+a completely different semantics, which would also involve the control cell.

+
  rule while (E) S => if (E) {S while(E)S}
+

Print

+ +

The print statement was strict, so all its arguments are now
+evaluated (recall that print is variadic). We append each of
+its evaluated arguments to the output buffer, and discard the residual
+print statement with an empty list of arguments.

+
  rule <k> print(V:Val, Es => Es); ...</k> <output>... .List => ListItem(V) </output>
+    [group(print)]
+  rule print(.Vals); => .
+

Exceptions

+ +

SIMPLE allows parametric exceptions, in that one can throw and catch a
+particular value. The statement try S₁ catch(X) S₂
+proceeds with the evaluation of S₁. If S₁ evaluates normally, i.e.,
+without any exception thrown, then S₂ is discarded and the execution
+continues normally. If S₁ throws an exception with a statement of the
+form throw E, then E is first evaluated to some value V
+(throw was declared to be strict), then V is bound to X, then
+S₂ is evaluated in the new environment while the reminder of S₁ is
+discarded, then the environment is recovered and the execution continues
+normally with the statement following the try S₁ catch(X) S₂ statement.
+Exceptions can be nested and the statements in the
+catch part (S₂ in our case) can throw exceptions to the
+upper level. One should be careful with how one handles the control data
+structures here, so that the abrupt changes of control due to exception
+throwing and to function returns interact correctly with each other.
+For example, we want to allow function calls inside the statement S₁ in
+a try S₁ catch(X) S₂ block which can throw an exception
+that is not caught by the function but instead is propagated to the
+try S₁ catch(X) S₂ block that called the function.
+Therefore, we have to make sure that the function stack as well as other
+potential control structures are also properly modified when the exception
+is thrown to correctly recover the execution context. This can be easily
+achieved by pushing/popping the entire current control context onto the
+exception stack. The three rules below modularly do precisely the above.

+
  syntax KItem ::= (Id,Stmt,K,Map,ControlCellFragment)
+
+  syntax KItem ::= "popx"
+
+  rule <k> (try S1 catch(X) {S2} => S1 ~> popx) ~> K </k>
+       <control>
+         <xstack> .List => ListItem((X, S2, K, Env, C)) ...</xstack>
+         C
+       </control>
+       <env> Env </env>
+
+  rule <k> popx => . ...</k>
+       <xstack> ListItem(_) => .List ...</xstack>
+
+  rule <k> throw V:Val; ~> _ => { var X = V; S2 } ~> K </k>
+       <control>
+         <xstack> ListItem((X, S2, K, Env, C)) => .List ...</xstack>
+         (_ => C)
+       </control>
+       <env> _ => Env </env>
+

The catch statement S₂ needs to be executed in the original environment,
+but where the thrown value V is bound to the catch variable X. We here
+chose to rely on two previously defined constructs when giving semantics to
+the catch part of the statement: (1) the variable declaration with
+initialization, for binding X to V; and (2) the block construct for
+preventing X from shadowing variables in the original environment upon the
+completion of S₂.

+

Threads

+ +

SIMPLE's threads can be created and terminated dynamically, and can
+synchronize by acquiring and releasing re-entrant locks and by rendezvous.
+We discuss the seven rules giving the semantics of these operations below.

+

Thread creation

+ +

Threads can be created by any other threads using the spawn S
+construct. The spawn expression construct evaluates to the unique identifier
+of the newly created thread and, at the same time, a new thread cell is added
+into the configuration, initialized with the S statement and sharing the
+same environment with the parent thread. Note that the newly created
+thread cell is torn. That means that the remaining cells are added
+and initialized automatically as described in the definition of SIMPLE's
+configuration. This is part of K's configuration abstraction mechanism.

+
  rule <thread>...
+         <k> spawn S => !T:Int ...</k>
+         <env> Env </env>
+       ...</thread>
+       (.Bag => <thread>...
+               <k> S </k>
+               <env> Env </env>
+               <id> !T </id>
+             ...</thread>)
+

Thread termination

+ +

Dually to the above, when a thread terminates its assigned computation (the
+contents of its k cell) is empty, so the thread can be dissolved.
+However, since no discipline is imposed on how locks are acquired and released,
+it can be the case that a terminating thread still holds locks. Those locks
+must be released, so other threads attempting to acquire them do not deadlock.
+We achieve that by removing all the locks held by the terminating thread in its
+holds cell from the set of busy locks in the busy cell
+(keys(H) returns the domain of the map H as a set, that is, only
+the locks themselves ignoring their multiplicity). As seen below, a lock is
+added to the busy cell as soon as it is acquired for the first time
+by a thread. The unique identifier of the terminated thread is also collected
+into the terminated cell, so the join construct knows which
+threads have terminated.

+
  rule (<thread>... <k>.</k> <holds>H</holds> <id>T</id> ...</thread> => .Bag)
+       <busy> Busy => Busy -Set keys(H) </busy>
+       <terminated>... .Set => SetItem(T) ...</terminated>
+

Thread joining

+ +

Thread joining is now straightforward: all we need to do is to check whether
+the identifier of the thread to be joined is in the terminated cell.
+If yes, then the join statement dissolves and the joining thread
+continues normally; if not, then the joining thread gets stuck.

+
  rule <k> join T:Int; => . ...</k>
+       <terminated>... SetItem(T) ...</terminated>
+

Acquire lock

+ +

There are two cases to distinguish when a thread attempts to acquire a lock
+(in SIMPLE any value can be used as a lock):
+(1) The thread does not currently have the lock, in which case it has to
+take it provided that the lock is not already taken by another thread (see
+the side condition of the first rule).
+(2) The thread already has the lock, in which case it just increments its
+counter for the lock (the locks are re-entrant). These two cases are captured
+by the two rules below:

+
  rule <k> acquire V:Val; => . ...</k>
+       <holds>... .Map => V |-> 0 ...</holds>
+       <busy> Busy (.Set => SetItem(V)) </busy>
+    requires (notBool(V in Busy))  [group(acquire)]
+
+  rule <k> acquire V; => . ...</k>
+       <holds>... V:Val |-> (N => N +Int 1) ...</holds>
+

Release lock

+ +

Similarly, there are two corresponding cases to distinguish when a thread
+releases a lock:
+(1) The thread holds the lock more than once, in which case all it needs to do
+is to decrement the lock counter.
+(2) The thread holds the lock only once, in which case it needs to remove it
+from its holds cell and also from the the shared busy cell,
+so other threads can acquire it if they need to.

+
  rule <k> release V:Val; => . ...</k>
+       <holds>... V |-> (N => N -Int 1) ...</holds>
+    requires N >Int 0
+
+  rule <k> release V; => . ...</k> <holds>... V:Val |-> 0 => .Map ...</holds>
+       <busy>... SetItem(V) => .Set ...</busy>
+

Rendezvous synchronization

+ +

In addition to synchronization through acquire and release of locks, SIMPLE
+also provides a construct for rendezvous synchronization. A thread whose next
+statement to execute is rendezvous(V) gets stuck until another
+thread reaches an identical statement; when that happens, the two threads
+drop their rendezvous statements and continue their executions. If three
+threads happen to have an identical rendezvous statement as their next
+statement, then precisely two of them will synchronize and the other will
+remain blocked until another thread reaches a similar rendezvous statement.
+The rule below is as simple as it can be. Note, however, that, again, it is
+K's mechanism for configuration abstraction that makes it work as desired:
+since the only cell which can multiply containing a k cell inside is
+the thread cell, the only way to concretize the rule below to the
+actual configuration of SIMPLE is to include each k cell in a
+thread cell.

+
  rule <k> rendezvous V:Val; => . ...</k>
+       <k> rendezvous V; => . ...</k>  [group(rendezvous)]
+

Auxiliary declarations and operations

+ +

In this section we define all the auxiliary constructs used in the
+above semantics.

+

Making declarations

+ +

The mkDecls auxiliary construct turns a list of identifiers
+and a list of values in a sequence of corresponding variable
+declarations.

+
  syntax Stmt ::= mkDecls(Ids,Vals)  [function]
+  rule mkDecls((X:Id, Xs:Ids), (V:Val, Vs:Vals)) => var X=V; mkDecls(Xs,Vs)
+  rule mkDecls(.Ids,.Vals) => {}
+

Location lookup

+ +

The operation below is straightforward. Note that we place it in the same
+lookup group as the variable lookup rule defined above. This way,
+both rules will be considered transitions when we include the lookup
+tag in the transition option of kompile.

+
  syntax Exp ::= lookup(Int)
+  rule <k> lookup(L) => V ...</k> <store>... L |-> V:Val ...</store>  [group(lookup)]
+

Environment recovery

+ +

We have already discussed the environment recovery auxiliary operation in the
+IMP++ tutorial:

+
// TODO: eliminate the env wrapper, like we did in IMP++
+
+  syntax KItem ::= setEnv(Map)
+  rule <k> setEnv(Env) => . ...</k> <env> _ => Env </env>
+

While theoretically sufficient, the basic definition for environment
+recovery alone is suboptimal. Consider a loop while (E)S,
+whose semantics (see above) was given by unrolling. S
+is a block. Then the semantics of blocks above, together with the
+unrolling semantics of the while loop, will yield a computation
+structure in the k cell that increasingly grows, adding a new
+environment recovery task right in front of the already existing sequence of
+similar environment recovery tasks (this phenomenon is similar to the ``tail
+recursion'' problem). Of course, when we have a sequence of environment
+recovery tasks, we only need to keep the last one. The elegant rule below
+does precisely that, thus avoiding the unnecessary computation explosion
+problem:

+
  rule (setEnv(_) => .) ~> setEnv(_)
+

In fact, the above follows a common convention in K for recovery
+operations of cell contents: the meaning of a computation task of the form
+cell(C) that reaches the top of the computation is that the current
+contents of cell cell is discarded and gets replaced with C. We
+did not add support for these special computation tasks in our current
+implementation of K, so we need to define them as above.

+

lvalue and loc

+ +

For convenience in giving the semantics of constructs like the increment and
+the assignment, that we want to operate the same way on variables and on
+array elements, we used an auxiliary lvalue(E) construct which was
+expected to evaluate to the lvalue of the expression E. This is only
+defined when E has an lvalue, that is, when E is either a variable or
+evaluates to an array element. lvalue(E) evaluates to a value of
+the form loc(L), where L is the location where the value of E
+can be found; for clarity, we use loc to structurally distinguish
+natural numbers from location values. In giving semantics to lvalue
+there are two cases to consider. (1) If E is a variable, then all we need
+to do is to grab its location from the environment. (2) If E is an array
+element, then we first evaluate the array and its index in order to identify
+the exact location of the element of concern, and then return that location;
+the last rule below works because its preceding context declarations ensure
+that the array and its index are evaluated, and then the rule for array lookup
+(defined above) rewrites the evaluated array access construct to its
+corresponding store lookup operation.

+
// For parsing reasons, we prefer to allow lvalue to take a K
+
+  syntax Exp ::= lvalue(K)
+  syntax Val ::= loc(Int)
+
+// Local variable
+
+  rule <k> lvalue(X:Id => loc(L)) ...</k> <env>... X |-> L:Int ...</env>
+
+// Array element: evaluate the array and its index;
+// then the array lookup rule above applies.
+
+  context lvalue(_::Exp[HOLE::Exps])
+  context lvalue(HOLE::Exp[_::Exps])
+
+// Finally, return the address of the desired object member
+
+  rule lvalue(lookup(L:Int) => loc(L))
+

Initializing multiple locations

+ +

The following operation initializes a sequence of locations with the same
+value:

+
  syntax Map ::= Int "..." Int "|->" K
+    [function, latex({#1}\ldots{#2}\mapsto{#3})]
+  rule N...M |-> _ => .Map  requires N >Int M
+  rule N...M |-> K => N |-> K (N +Int 1)...M |-> K  requires N <=Int M
+

The semantics of SIMPLE is now complete. Make sure you kompile the
+definition with the right options in order to generate the desired model.
+No kompile options are needed if you only only want to execute the definition
+(and thus get an interpreter), but if you want to search for a different
+program behaviors then you need to kompile with the transition option
+including rule groups such as lookup, increment, acquire, etc. See the
+IMP++ tutorial for what the transition option means how to use it.

+
endmodule
+

Go to Lesson 2, SIMPLE typed static

+

SIMPLE — Typed — Static

+ +

Author: Grigore Roșu (grosu@illinois.edu)
+Organization: University of Illinois at Urbana-Champaign

+

Author: Traian Florin Șerbănuță (traian.serbanuta@unibuc.ro)
+Organization: University of Bucharest

+

Abstract

+ +

This is the K definition of the static semantics of the typed SIMPLE
+language, or in other words, a type system for the typed SIMPLE
+language in K. We do not re-discuss the various features of the
+SIMPLE language here. The reader is referred to the untyped version of
+the language for such discussions. We here only focus on the new and
+interesting problems raised by the addition of type declarations, and
+what it takes to devise a type system/checker for the language.

+

When designing a type system for a language, no matter in what
+paradigm, we have to decide upon the intended typing policy. Note
+that we can have multiple type systems for the same language, one for
+each typing policy. For example, should we accept programs which
+don't have a main function? Or should we allow functions that do not
+return explicitly? Or should we allow functions whose type expects
+them to return a value (say an int) to use a plain
+return; statement, which returns no value, like in C?
+And so on and so forth. Typically, there are two opposite tensions
+when designing a type system. On the one hand, you want your type
+system to be as permissive as possible, that is, to accept as many
+programs that do not get stuck when executed with the untyped
+semantics as possible; this will keep the programmers using your
+language happy. On the other hand, you want your type system to have
+a reasonable performance when implemented; this will keep both the
+programmers and the implementers of your language happy. For example,
+a type system for rejecting programs that could perform
+division-by-zero is not expected to be feasible in general. A simple
+guideline when designing typing policies is to imagine how the
+semantics of the untyped language may get stuck and try to prevent
+those situations from happening.

+

Before we give the K type system of SIMPLE formally, we discuss,
+informally, the intended typing policy:

+
    +
  • +

    Each program should contain a main() function. Indeed,
    +the untyped SIMPLE semantics will get stuck on any program which does
    +not have a main function.

    +
  • +
  • +

    Each primitive value has its own type, which can be int
    +bool, or string. There is also a type void
    +for nonexistent values, for example for the result of a function meant
    +to return no value (but only be used for its side effects, like a
    +procedure).

    +
  • +
  • +

    The syntax of untyped SIMPLE is extended to allow type
    +declarations for all the variables, including array variables. This is
    +done in a C/Java-style. For example, int x; or
    +int x=7, y=x+3;, or int[][][] a[10,20];
    +(the latter defines a 10 × 20 matrix of arrays of integers).
    +Recall from untyped SIMPLE that, unlike in C/Java, our multi-dimensional
    +arrays use comma-separated arguments, although they have the array-of-array
    +semantics.

    +
  • +
  • +

    Functions are also typed in a C/Java style. However, since in SIMPLE
    +we allow functions to be passed to and returned by other functions, we also
    +need function types. We will use the conventional higher-order arrow-notation
    +for function types, but will separate the argument types with commas. For
    +example, a function returning an array of bool elements and
    +taking as argument an array x of two-integer-argument functions
    +returning an integer, is declared using a syntax of the form
    +bool[] f(((int,int)->int)[] x) { ... }
    +and has the type ((int,int)->int)[] -> bool[].

    +
  • +
  • +

    We allow any variable declarations at the top level. Functions
    +can only be declared at the top level. Each function can only access the
    +other functions and variables declared at the top level, or its own locally
    +declared variables. SIMPLE has static scoping.

    +
  • +
  • +

    The various expression and statement constructs take only elements of
    +the expected types.

    +
  • +
  • +

    Increment and assignment can operate both on variables and on array
    +elements. For example, if f has type int->int[][] and
    +function g has the type int->int, then the
    +increment expression ++f(7)[g(2),g(3)] is valid.

    +
  • +
  • +

    Functions should only return values of their declared result
    +type. To give the programmers more flexibility, we allow functions to
    +use return; statements to terminate without returning an
    +actual value, or to not explicitly use any return statement,
    +regardless of their declared return type. This flexibility can be
    +handy when writing programs using certain functions only for their
    +side effects. Nevertheless, as the dynamic semantics shows, a return
    +value is automatically generated when an explicit return
    +statement is not encountered.

    +
  • +
  • +

    For simplicity, we here limit exceptions to only throw and catch
    +integer values. We let it as an exercise to the reader to extend the
    +semantics to allow throwing and catching arbitrary-type exceptions.
    +Like in programming languages like Java, one can go even further and
    +define a semantics where thrown exceptions are propagated through
    +try-catch statements until one of the corresponding type is found.
    +We will do this when we define the KOOL language, not here.
    +To keep the definition if SIMPLE simple, here we do not attempt to
    +reject programs which throw uncaught exceptions.

    +
  • +
+

Like in untyped SIMPLE, some constructs can be desugared into a
+smaller set of basic constructs. In general, it should be clear why a
+program does not type by looking at the top of the k cells in
+its stuck configuration.

+
module SIMPLE-TYPED-STATIC-SYNTAX
+  imports DOMAINS-SYNTAX
+

Syntax

+ +

The syntax of typed SIMPLE extends that of untyped SIMPLE with support
+for declaring types to variables and functions.

+
  syntax Id ::= "main" [token]
+

Types

+ +

Primitive, array and function types, as well as lists (or tuples) of types.
+The lists of types are useful for function arguments.

+
  syntax Type ::= "void" | "int" | "bool" | "string"
+                | Type "[" "]"
+                | "(" Type ")"             [bracket]
+                > Types "->" Type
+
+  syntax Types ::= List{Type,","}          [klabel(exps)]
+

Declarations

+ +

Variable and function declarations have the expected syntax. For variables,
+we basically just replaced the var keyword of untyped SIMPLE with a
+type. For functions, besides replacing the function keyword with a
+type, we also introduce a new syntactic category for typed variables,
+Param, and lists over it.

+
  syntax Param ::= Type Id
+  syntax Params ::= List{Param,","}
+
+  syntax Stmt ::= Type Exps ";"
+                | Type Id "(" Params ")" Block
+

Expressions

+ +

The syntax of expressions is identical to that in untyped SIMPLE,
+except for the logical conjunction and disjunction which have
+different strictness attributes, because they now have different
+evaluation strategies.

+
  syntax Exp ::= Int | Bool | String | Id
+               | "(" Exp ")"             [bracket]
+               | "++" Exp
+               > Exp "[" Exps "]"        [strict]
+               > Exp "(" Exps ")"        [strict]
+               | "-" Exp                 [strict]
+               | "sizeOf" "(" Exp ")"    [strict]
+               | "read" "(" ")"
+               > left:
+                 Exp "*" Exp             [strict, left]
+               | Exp "/" Exp             [strict, left]
+               | Exp "%" Exp             [strict, left]
+               > left:
+                 Exp "+" Exp             [strict, left]
+               | Exp "-" Exp             [strict, left]
+               > non-assoc:
+                 Exp "<" Exp             [strict, non-assoc]
+               | Exp "<=" Exp            [strict, non-assoc]
+               | Exp ">" Exp             [strict, non-assoc]
+               | Exp ">=" Exp            [strict, non-assoc]
+               | Exp "==" Exp            [strict, non-assoc]
+               | Exp "!=" Exp            [strict, non-assoc]
+               > "!" Exp                 [strict]
+               > left:
+                 Exp "&&" Exp            [strict, left]
+               | Exp "||" Exp            [strict, left]
+               > "spawn" Block
+               > Exp "=" Exp             [strict(2), right]
+

Note that spawn has not been declared strict. This may
+seem unexpected, because the child thread shares the same environment
+with the parent thread, so from a typing perspective the spawned
+statement makes the same sense in a child thread as it makes in the
+parent thread. The reason for not declaring it strict is because we
+want to disallow programs where the spawned thread calls the
+return statement, because those programs would get stuck in
+the dynamic semantics. The type semantics of spawn below will reject
+such programs.

+

We still need lists of expressions, defined below, but note that we do
+not need lists of identifiers anymore. They have been replaced by the lists
+of parameters.

+
  syntax Exps ::= List{Exp,","}          [strict, klabel(exps)]
+

Statements

+ +

The statements have the same syntax as in untyped SIMPLE, except for
+the exceptions, which now type their parameter. Note that, unlike in untyped
+SIMPLE, all statement constructs which have arguments and are not desugared
+are strict, including the conditional and the while. Indeed, from a
+typing perspective, they are all strict: first type their arguments and then
+type the actual construct.

+
  syntax Block ::= "{" "}"
+                | "{" Stmt "}"
+
+  syntax Stmt ::= Block
+                | Exp ";"                                  [strict]
+                | "if" "(" Exp ")" Block "else" Block      [avoid, strict]
+                | "if" "(" Exp ")" Block                   [macro]
+                | "while" "(" Exp ")" Block                [strict]
+                | "for" "(" Stmt Exp ";" Exp ")" Block     [macro]
+                | "return" Exp ";"                         [strict]
+                | "return" ";"
+                | "print" "(" Exps ")" ";"                 [strict]
+                | "try" Block "catch" "(" Param ")" Block  [strict(1)]
+                | "throw" Exp ";"                          [strict]
+                | "join" Exp ";"                           [strict]
+                | "acquire" Exp ";"                        [strict]
+                | "release" Exp ";"                        [strict]
+                | "rendezvous" Exp ";"                     [strict]
+

Note that the sequential composition is now sequentially strict,
+because, unlike in the dynamic semantics where statements dissolved,
+they now reduce to the stmt type, which is a result.

+
  syntax Stmt ::= Stmt Stmt                             [seqstrict, right]
+

Desugaring macros

+ +

We use the same desugaring macros like in untyped SIMPLE, but, of
+course, including the types of the involved variables.

+
  rule if (E) S => if (E) S else {}
+  rule for(Start Cond; Step) {S:Stmt} => {Start while(Cond){S Step;}}
+  rule for(Start Cond; Step) {} => {Start while(Cond){Step;}}
+  rule T:Type E1:Exp, E2:Exp, Es:Exps; => T E1; T E2, Es;               [anywhere]
+  rule T:Type X:Id = E; => T X; X = E;                                  [anywhere]
+
+endmodule
+
+
+module SIMPLE-TYPED-STATIC
+  imports SIMPLE-TYPED-STATIC-SYNTAX
+  imports DOMAINS
+

Static semantics

+ +

Here we define the type system of SIMPLE. Like concrete semantics,
+type systems defined in K are also executable. However, K type
+systems turn into type checkers instead of interpreters when executed.

+

The typing process is done in two (overlapping) phases. In the first
+phase the global environment is built, which contains type bindings
+for all the globally declared variables and functions. For functions,
+the declared types will be ``trusted'' during the first phase and
+simply bound to their corresponding function names and placed in the
+global type environment. At the same time, type-checking tasks that
+the function bodies indeed respect their claimed types are generated.
+All these tasks are (concurrently) verified during the second phase.
+This way, all the global variable and function declarations are
+available in the global type environment and can be used in order to
+type-check each function code. This is consistent with the semantics
+of untyped SIMPLE, where functions can access all the global variables
+and can call any other function declared in the same program. The
+two phases may overlap because of the K concurrent semantics. For
+example, a function task can be started while the first phase is still
+running; moreover, it may even complete before the first phase does,
+namely when all the global variables and functions that it needs have
+already been processed and made available in the global environment by
+the first phase task.

+

Extended syntax and results

+ +

The idea is to start with a configuration holding the program to type
+in one of its cells, then apply rewrite rules on it mixing types and
+language syntax, and eventually obtain a type instead of the original
+program. In other words, the program reduces to its type using
+the K rules giving the type system of the language. In doing so,
+additional typing tasks for function bodies are generated and solved
+the same way. If this rewriting process gets stuck, then we say that
+the program is not well-typed. Otherwise the program is well-typed
+(by definition). We did not need types for statements and for blocks
+as part of the typed SIMPLE syntax, because programmers are not allowed
+to use such types explicitly. However, we are going to need them in the
+type system, because blocks and statements reduce to them.

+

We start by allowing types to be used inside expressions and statements in
+our language. This way, types can be used together with language syntax in
+subsequent K rules without any parsing errors. Like in the type system of
+IMP++ in the K tutorial, we prefer to group the block and statement types
+under one syntactic sub-category of types, because this allows us to more
+compactly state that certain terms can be either blocks or statements. Also,
+since programs and fragments of program will reduce to their types, in order
+for the strictness and context declarations to be executable we state that
+types are results (same like we did in the IMP++ tutorial).

+
  syntax Exp ::= Type
+  syntax Exps ::= Types
+  syntax BlockOrStmtType ::= "block" | "stmt"
+  syntax Type ::= BlockOrStmtType
+  syntax Block ::= BlockOrStmtType
+  syntax KResult ::= Type
+                   | Types    //TODO: remove this, eventually
+

Configuration

+ +

The configuration of our type system consists of a tasks cell
+holding various typing task cells, and a global type environment.
+Each task includes a k cell holding the code to type, a tenv
+cell holding the local type environment, and a return cell holding
+the return type of the currently checked function. The latter is needed in
+order to check whether return statements return values of the expected type.
+Initially, the program is placed in a k cell inside a
+task cell. Since the cells with multiplicity ? are not
+included in the initial configuration, the task cell holding
+the original program in its k cell will contain no other
+subcells.

+
  configuration <T color="yellow">
+                  <tasks color="orange">
+                    <task multiplicity="*" color="yellow" type="Set">
+                      <k color="green"> $PGM:Stmt </k>
+                      <tenv multiplicity="?" color="cyan"> .Map </tenv>
+                      <returnType multiplicity="?" color="black"> void </returnType>
+                    </task>
+                  </tasks>
+//                  <br/>
+                  <gtenv color="blue"> .Map </gtenv>
+                </T>
+

Variable declarations

+ +

Variable declarations type as statements, that is, they reduce to the
+type stmt. There are only two cases that need to be
+considered: when a simple variable is declared and when an array
+variable is declared. The macros at the end of the syntax module
+above take care of reducing other variable declarations, including
+ones where the declared variables are initialized, to only these two
+cases. The first case has two subcases: when the variable declaration
+is global (i.e., the task cell contains only the k
+cell), in which case it is added to the global type environment
+checking at the same time that the variable has not been already
+declared; and when the variable declaration is local (i.e., a
+tenv cell is available), in which case it is simply added to
+the local type environment, possibly shadowing previous homonymous
+variables. The third case reduces to the second, incrementally moving
+the array dimension into the type until the array becomes a simple
+variable.

+
  rule <task> <k> T:Type X:Id; => stmt ...</k> </task>
+       <gtenv> Rho (.Map => X |-> T) </gtenv>
+    requires notBool(X in keys(Rho))
+  rule <k> T:Type X:Id; => stmt ...</k> <tenv> Rho => Rho[X <- T] </tenv>
+
+  context _:Type _::Exp[HOLE::Exps];
+// The rule below may need to sort E to Exp in the future, if the
+// parser gets stricter; without that information, it may not be able
+// to complete the LHS into T E[int,Ts],.Exps; (and similarly for the RHS)
+  rule T:Type E:Exp[int,Ts:Types]; => T[] E[Ts];
+// I want to write the rule below as _:Type (E:Exp[.Types] => E),
+// but the list completion seems to not work well with that.
+  rule T:Type E:Exp[.Types]; => T E;
+

Function declarations

+ +

Functions are allowed to be declared only at the top level (the
+task cell holds only its k subcell). Each function
+declaration reduces to a variable declaration (a binding of its name
+to its declared function type), but also adds a task into the
+tasks cell. The task consists of a typing of the statement
+declaring all the function parameters followed by the function body,
+together with the expected return type of the function. The
+getTypes and mkDecls functions, defined at the end of
+the file in the section on auxiliary operations, extracts the list of
+types and makes a sequence of variable declarations from a list of
+function parameters, respectively. Note that, although in the dynamic
+semantics we include a terminating return statement at the
+end of the function body to eliminate from the analysis the case when
+the function does not provide an explicit return, we do not need to
+include such a similar return statement here. That's because
+the return statements type to stmt anyway, and the
+entire code of the function body needs to type anyway.

+
  rule <task> <k> T:Type F:Id(Ps:Params) S => getTypes(Ps)->T F; ...</k> </task>
+       (.Bag => <task>
+               <k> mkDecls(Ps) S </k> <tenv> .Map </tenv> <returnType> T </returnType>
+             </task>)
+

Checking if main() exists}

+ +

Once the entire program is processed (generating appropriate tasks
+to type check its function bodies), we can dissolve the main
+task cell (the one holding only a k subcell). Since
+we want to enforce that programs include a main function, we also
+generate a function task executing main() to ensure that it
+types (remove this task creation if you do not want your type system
+to reject programs without a main function).

+
  rule <task> <k> stmt => main(.Exps); </k> (.Bag => <tenv> .Map </tenv>) </task>
+

Collecting the terminated tasks

+ +

Similarly, once a non-main task (i.e., one which contains a
+tenv subcells) is completed using the subsequent rules (i.e.,
+its k cell holds only the block or stmt
+type), we can dissolve its corresponding cell. Note that it is
+important to ensure that we only dissolve tasks containing a
+tenv cell with the rule below, because the main task should
+not dissolve this way! It should do what the above rule says.
+In the end, there should be no task cell left in the configuration
+when the program correctly type checks.

+
  rule <task>... <k> _:BlockOrStmtType </k> <tenv> _ </tenv> ...</task> => .Bag
+

Basic values

+ +

The first three rewrite rules below reduce the primitive values to
+their types, as we typically do when we define type systems in K.

+
  rule _:Int => int
+  rule _:Bool => bool
+  rule _:String => string
+

Variable lookup

+ +

There are three cases to distinguish for variable lookup: (1) if the
+variable is bound in the local type environment, then look its type up
+there; (2) if a local environment exists and the variable is not bound
+in it, then look its type up in the global environment; (3) finally,
+if there is no local environment, meaning that we are executing the
+top-level pass, then look the variable's type up in the global
+environment, too.

+
  rule <k> X:Id => T ...</k> <tenv>... X |-> T ...</tenv>
+
+  rule <k> X:Id => T ...</k> <tenv> Rho </tenv> <gtenv>... X |-> T ...</gtenv>
+    requires notBool(X in keys(Rho))
+
+  rule <task> <k> X:Id => T ...</k> </task> <gtenv>... X |-> T ...</gtenv>
+

Increment

+ +

We want the increment operation to apply to any lvalue, including
+array elements, not only to variables. For that reason, we define a
+special context extracting the type of the argument of the increment
+operation only if that argument is an lvalue. Otherwise the rewriting
+process gets stuck. The operation ltype is defined at the
+end of this file, in the auxiliary operation section. It essentially
+acts as a filter, getting stuck if its argument is not an lvalue and
+letting it reduce otherwise. The type of the lvalue is expected to be
+an integer in order to be allowed to be incremented, as seen in the
+rule ++ int => int below.

+
  context ++(HOLE => ltype(HOLE))
+  rule ++ int => int
+

Common expression constructs

+ +

The rules below are straightforward and self-explanatory:

+
  rule int + int => int
+  rule string + string => string
+  rule int - int => int
+  rule int * int => int
+  rule int / int => int
+  rule int % int => int
+  rule - int => int
+  rule int < int => bool
+  rule int <= int => bool
+  rule int > int => bool
+  rule int >= int => bool
+  rule T:Type == T => bool
+  rule T:Type != T => bool
+  rule bool && bool => bool
+  rule bool || bool => bool
+  rule ! bool => bool
+

Array access and size

+ +

Array access requires each index to type to an integer, and the
+array type to be at least as deep as the number of indexes:

+
// NOTE:
+// We used to need parentheses in the RHS, to avoid capturing Ts as an attribute
+// Let's hope that is not a problem anymore.
+
+  rule (T[])[int, Ts:Types] => T[Ts]
+  rule T:Type[.Types] => T
+

sizeOf only needs to check that its argument is an array:

+
  rule sizeOf(_T[]) => int
+

Input/Output

+ +

The read expression construct types to an integer, while print types
+to a statement provided that all its arguments type to integers or
+strings.

+
  rule read() => int
+
+  rule print(T:Type, Ts => Ts); requires T ==K int orBool T ==K string
+  rule print(.Types); => stmt
+

Assignment

+ +

The special context and the rule for assignment below are similar
+to those for increment: the LHS of the assignment must be an lvalue
+and, in that case, it must have the same type as the RHS, which then
+becomes the type of the assignment.

+
  context (HOLE => ltype(HOLE)) = _
+  rule T:Type = T => T
+

Function application and return

+ +

Function application requires the type of the function and the
+types of the passed values to be compatible. Note that a special case
+is needed to handle the no-argument case:

+
  rule (Ts:Types -> T)(Ts) => T requires Ts =/=K .Types
+  rule (void -> T)(.Types) => T
+

The returned value must have the same type as the declared
+function return type. If an empty return is encountered, than
+we should check that we are in a function (and not a thread)
+context, that is, a return cell must be available:

+
  rule <k> return T:Type; => stmt ...</k> <returnType> T </returnType>
+  rule <k> return; => stmt ...</k> <returnType> _ </returnType>
+

Blocks

+ +

To avoid having to recover type environments after blocks, we prefer
+to start a new task for block body, making sure that the new task
+is passed the same type environment and return cells. The value
+returned by return statements must have the same type as
+stated in the return cell. The print variadic
+function is allowed to only print integers and strings. The thrown
+exceptions can only have integer type.

+
  rule {} => block
+
+  rule <task> <k> {S} => block ...</k> <tenv> Rho </tenv> R </task>
+       (.Bag => <task> <k> S </k> <tenv> Rho </tenv> R </task>)
+

Expression statement

+ +
  rule _:Type; => stmt
+

Conditional and while loop

+ +
  rule if (bool) block else block => stmt
+  rule while (bool) block => stmt
+

Exceptions

+ +

We currently force the parameters of exceptions to only be integers.
+Moreover, for simplicity, we assume that integer exceptions can be
+thrown from anywhere, including from functions which do not define
+any try-catch block (with the currently unchecked ‒also for
+simplicity‒ expectation that the caller functions would catch those
+exceptions).

+
  rule try block catch(int X:Id) {S} => {int X; S}
+  rule try block catch(int X:Id) {} => {int X;}
+  rule throw int; => stmt
+

Concurrency

+ +

Nothing special about typing the concurrency constructs, except that
+we do not want the spawned thread to return, so we do not include any
+return cell in the new task cell for the thread statement.
+Same like with the functions above, we do not check for thrown
+exceptions which are not caught.

+
  rule <k> spawn S => int ...</k> <tenv> Rho </tenv>
+       (.Bag => <task> <k> S </k> <tenv> Rho </tenv> </task>)
+  rule join int; => stmt
+  rule acquire _:Type; => stmt
+  rule release _:Type; => stmt
+  rule rendezvous _:Type; => stmt
+
+  rule _:BlockOrStmtType _:BlockOrStmtType => stmt
+

Auxiliary constructs

+ +

The function mkDecls turns a list of parameters into a
+list of variable declarations.

+
  syntax Stmt ::= mkDecls(Params)  [function]
+  rule mkDecls(T:Type X:Id, Ps:Params) => T X; mkDecls(Ps)
+  rule mkDecls(.Params) => {}
+

The ltype context allows only expressions which have an
+lvalue to evaluate.

+
  syntax LValue ::= Id
+  rule isLValue(_:Exp[_:Exps]) => true
+  syntax Exp ::= LValue  // K should be able to infer this
+                         // if not added, then it gets stuck with an Id on k cell
+
+// Instead of the second LValue production above you can use a rule:
+//  rule isLValue(_:Exp[_:Exps]) => true
+
+  syntax Exp ::= ltype(Exp)
+//  context ltype(HOLE:LValue)
+// The above context does not work due to some error, so we write instead
+  context ltype(HOLE) requires isLValue(HOLE)
+

The function getTypes is the same as in SIMPLE typed dynamic.

+
  syntax Types ::= getTypes(Params)  [function]
+  rule getTypes(T:Type _:Id) => T, .Types   // I would like to not use .Types
+  rule getTypes(T:Type _:Id, P, Ps) => T, getTypes(P,Ps)
+  rule getTypes(.Params) => void, .Types
+
+endmodule
+

Go to Lesson 3, SIMPLE typed dynamic

+

SIMPLE — Typed — Dynamic

+ +

Author: Grigore Roșu (grosu@illinois.edu)
+Organization: University of Illinois at Urbana-Champaign

+

Author: Traian Florin Șerbănuță (traian.serbanuta@unibuc.ro)
+Organization: University of Bucharest

+

Abstract

+ +

This is the K dynamic semantics of the typed SIMPLE language.
+It is very similar to the semantics of the untyped SIMPLE, the
+difference being that we now dynamically check the typing policy
+described in the static semantics of typed SIMPLE. Because of the
+dynamic nature of the semantics, we can also perform some additional
+checks which were not possible in the static semantics, such as
+memory leaks due to accessing an array out of its bounds. We will
+highlight the differences between the dynamically typed and the
+untyped SIMPLE as we proceed with the semantics. We recommend the
+reader to consult the typing policy and the syntax of types discussed
+in the static semantics of the typed SIMPLE language.

+
module SIMPLE-TYPED-DYNAMIC-SYNTAX
+  imports DOMAINS-SYNTAX
+

Syntax

+ +

The syntax of typed SIMPLE extends that of untyped SIMPLE with support
+for declaring types to variables and functions.

+

The syntax below is identical to that of the static semantics of typed
+SIMPLE. However, the K strictness attributes are like those of the untyped
+SIMPLE, to capture the desired evaluation strategies of the various language
+constructs.

+
  syntax Id ::= "main" [token]
+

Types

+ +
  syntax Type ::= "void" | "int" | "bool" | "string"
+                | Type "[" "]"
+                | "(" Type ")"           [bracket]
+                > Types "->" Type
+  syntax Types ::= List{Type,","}        [klabel(exps)]
+

Declarations

+ +
  syntax Param ::= Type Id
+  syntax Params ::= List{Param,","}
+
+  syntax Stmt ::= Type Exps ";"
+                | Type Id "(" Params ")" Block
+

Expressions

+ +
  syntax Exp ::= Int | Bool | String | Id
+               | "(" Exp ")"             [bracket]
+               | "++" Exp
+               > Exp "[" Exps "]"        [strict]
+               > Exp "(" Exps ")"        [strict]
+               | "-" Exp                 [strict]
+               | "sizeOf" "(" Exp ")"    [strict]
+               | "read" "(" ")"
+               > left:
+                 Exp "*" Exp             [strict, left]
+               | Exp "/" Exp             [strict, left]
+               | Exp "%" Exp             [strict, left]
+               > left:
+                 Exp "+" Exp             [strict, left]
+               | Exp "-" Exp             [strict, left]
+               > non-assoc:
+                 Exp "<" Exp             [strict, non-assoc]
+               | Exp "<=" Exp            [strict, non-assoc]
+               | Exp ">" Exp             [strict, non-assoc]
+               | Exp ">=" Exp            [strict, non-assoc]
+               | Exp "==" Exp            [strict, non-assoc]
+               | Exp "!=" Exp            [strict, non-assoc]
+               > "!" Exp                 [strict]
+               > left:
+                 Exp "&&" Exp            [strict(1), left]
+               | Exp "||" Exp            [strict(1), left]
+               > "spawn" Block
+               > Exp "=" Exp             [strict(2), right]
+

Like in the static semantics, there is no need for lists of identifiers
+(because we now have lists of parameters).

+
  syntax Exps ::= List{Exp,","}          [strict, klabel(exps)]
+  syntax Val
+  syntax Vals ::= List{Val,","}          [klabel(exps)]
+

Statements

+ +
  syntax Block ::= "{" "}"
+                | "{" Stmt "}"
+
+  syntax Stmt ::= Block
+                | Exp ";"                               [strict]
+                | "if" "(" Exp ")" Block "else" Block   [avoid, strict(1)]
+                | "if" "(" Exp ")" Block                [macro]
+                | "while" "(" Exp ")" Block
+                | "for" "(" Stmt Exp ";" Exp ")" Block  [macro]
+                | "print" "(" Exps ")" ";"              [strict]
+                | "return" Exp ";"                      [strict]
+                | "return" ";"
+                | "try" Block "catch" "(" Param ")" Block
+            | "throw" Exp ";"                       [strict]
+                | "join" Exp ";"                        [strict]
+                | "acquire" Exp ";"                     [strict]
+                | "release" Exp ";"                     [strict]
+                | "rendezvous" Exp ";"                  [strict]
+
+  syntax Stmt ::= Stmt Stmt                          [right]
+

The same desugaring macros like in the statically typed SIMPLE.

+
  rule if (E) S => if (E) S else {}
+  rule for(Start Cond; Step) {S:Stmt} => {Start while(Cond){S Step;}}
+  rule for(Start Cond; Step) {} => {Start while(Cond){Step;}}
+  rule T:Type E1:Exp, E2:Exp, Es:Exps; => T E1; T E2, Es;               [anywhere]
+  rule T:Type X:Id = E; => T X; X = E;                                  [anywhere]
+
+endmodule
+
+
+module SIMPLE-TYPED-DYNAMIC
+  imports SIMPLE-TYPED-DYNAMIC-SYNTAX
+  imports DOMAINS
+

Semantics

+ +

Values and results

+ +

These are similar to those of untyped SIMPLE, except that the array
+references and the function abstrations now also hold their types.
+These types are needed in order to easily compute the type of any
+value in the language (see the auxiliary typeOf operation at
+the end of this module).

+
  syntax Val ::= Int | Bool | String
+               | array(Type,Int,Int)
+               | lambda(Type,Params,Stmt)
+  syntax Exp ::= Val
+  syntax Exps ::= Vals
+  syntax KResult ::= Val
+                   | Vals  // TODO: should not need this
+

Configuration

+ +

The configuration is almost identical to that of untyped SIMPLE,
+except for a return cell inside the control cell.
+This return cell will hold, like in the static semantics of
+typed SIMPLE, the expected type of the value returned by the function
+being executed. The contents of this cell will be set whenever a
+function is invoked and will be checked whenever the evaluation of the
+function body encounters an explicit return statement.

+
  // the syntax declarations below are required because the sorts are
+  // referenced directly by a production and, because of the way KIL to KORE
+  // is implemented, the configuration syntax is not available yet
+  // should simply work once KIL is removed completely
+  // check other definitions for this hack as well
+
+  syntax ControlCell
+  syntax ControlCellFragment
+
+  configuration <T color="red">
+                  <threads color="orange">
+                    <thread multiplicity="*" color="yellow" type="Map">
+                      <id color="pink"> 0 </id>
+                      <k color="green"> ($PGM:Stmt ~> execute) </k>
+//                      <br/>
+                      <control color="cyan">
+                        <fstack color="blue"> .List </fstack>
+                        <xstack color="purple"> .List </xstack>
+                        <returnType color="LimeGreen"> void </returnType>
+                       </control>
+//                      <br/>
+                      <env color="violet"> .Map </env>
+                      <holds color="black"> .Map </holds>
+                    </thread>
+                  </threads>
+//                  <br/>
+                  <genv color="pink"> .Map </genv>
+                  <store color="white"> .Map </store>
+                  <busy color="cyan">.Set</busy>
+                  <terminated color="red"> .Set </terminated>
+                  <input color="magenta" stream="stdin"> .List </input>
+                  <output color="brown" stream="stdout"> .List </output>
+                  <nextLoc color="gray"> 0 </nextLoc>
+                </T>
+

Declarations and Initialization

+ +

Variable Declaration

+ +

The undefined construct is now parameterized by a type.
+A main difference between untyped SIMPLE and dynamically typed SIMPLE
+is that the latter assigns a type to each of its locations and that
+type cannot be changed during the execution of the program. We do not
+do any memory management in our semantic definitions here, so
+locations cannot be reclaimed, garbage collected and/or reused. Each
+location corresponds precisely to an allocated variable or array
+element, whose type was explicitly or implicitly declared in the
+program and does not change. It is therefore safe to type each
+location and then never allow that type to change. The typed
+undefined values effectively assign both a type and an undefined value
+to a location.

+
  syntax KItem ::= undefined(Type)  [latex(\bot_{#1})]
+
+  rule <k> T:Type X:Id; => . ...</k>
+       <env> Env => Env[X <- L] </env>
+       <store>... .Map => L |-> undefined(T) ...</store>
+       <nextLoc> L:Int => L +Int 1 </nextLoc>
+

Array Declaration

+ +

The dynamic semantics of typed array declarations is similar to that
+in untyped SIMPLE, but we have to make sure that we associate the
+right type to the allocated locations.

+
  rule <k> T:Type X:Id[N:Int]; => . ...</k>
+       <env> Env => Env[X <- L] </env>
+       <store>... .Map => L |-> array(T, L +Int 1, N)
+                          (L +Int 1)...(L +Int N) |-> undefined(T) ...</store>
+       <nextLoc> L:Int => L +Int 1 +Int N </nextLoc>
+    when N >=Int 0
+
+  context _:Type _::Exp[HOLE::Exps];
+

The desugaring of multi-dimensional arrays into unidimensional
+ones is also similar to that in untyped SIMPLE, although we have to
+make sure that all the declared variables have the right types. The
+auxiliary operation T<Vs>, defined at the end of the file,
+adds the length of Vs dimensions to the type T.

+
// TODO: Check the desugaring below to be consistent with the one for untyped simple
+
+  syntax Id ::= "$1" [token] | "$2" [token]
+  rule T:Type X:Id[N1:Int, N2:Int, Vs:Vals];
+    => T[]<Vs> X[N1];
+       {
+         T[][]<Vs> $1=X;
+         for(int $2=0; $2 <= N1 - 1; ++$2) {
+           T X[N2,Vs];
+           $1[$2] = X;
+         }
+       }
+

Function declaration

+ +

Store all function parameters, as well as the return type, as part
+of the lambda abstraction. In the spirit of dynamic typing, we will
+make sure that parameters are well typed when the function is invoked.

+
  rule <k> T:Type F:Id(Ps:Params) S => . ...</k>
+       <env> Env => Env[F <- L] </env>
+       <store>... .Map => L |-> lambda(T, Ps, S) ...</store>
+       <nextLoc> L => L +Int 1 </nextLoc>
+

Calling main()

+ +

When done with the first pass, call main().

+
  syntax KItem ::= "execute"
+  rule <k> execute => main(.Exps); </k>
+       <env> Env </env>
+       <genv> .Map => Env </genv>
+

Expressions

+ +

Variable lookup

+ +
  rule <k> X:Id => V ...</k>
+       <env>... X |-> L ...</env>
+       <store>... L |-> V:Val ...</store>  [group(lookup)]
+

Variable/Array increment

+ +
  context ++(HOLE => lvalue(HOLE))
+  rule <k> ++loc(L) => I +Int 1 ...</k>
+       <store>... L |-> (I:Int => I +Int 1) ...</store>  [group(increment)]
+

Arithmetic operators

+ +
  rule I1 + I2 => I1 +Int I2
+  rule Str1 + Str2 => Str1 +String Str2
+  rule I1 - I2 => I1 -Int I2
+  rule I1 * I2 => I1 *Int I2
+  rule I1 / I2 => I1 /Int I2 when I2 =/=K 0
+  rule I1 % I2 => I1 %Int I2 when I2 =/=K 0
+  rule - I => 0 -Int I
+  rule I1 < I2 => I1 <Int I2
+  rule I1 <= I2 => I1 <=Int I2
+  rule I1 > I2 => I1 >Int I2
+  rule I1 >= I2 => I1 >=Int I2
+  rule V1:Val == V2:Val => V1 ==K V2
+  rule V1:Val != V2:Val => V1 =/=K V2
+  rule ! T => notBool(T)
+  rule true  && E => E
+  rule false && _ => false
+  rule true  || _ => true
+  rule false || E => E
+

Array lookup

+ +

Check array bounds, as part of the dynamic typing policy.

+
// Same comment as for simple untyped regarding [anywhere]
+  rule V:Val[N1:Int, N2:Int, Vs:Vals] => V[N1][N2, Vs]
+    [anywhere]
+
+// Same comment as for simple untyped regarding [anywhere]
+  rule array(_:Type, L:Int, M:Int)[N:Int] => lookup(L +Int N)
+    when N >=Int 0 andBool N <Int M  [anywhere]
+

Size of an array

+ +
  rule sizeOf(array(_,_,N)) => N
+

Function call

+ +

Define function call and return together, to see their relationship.
+Note that the operation mkDecls now declares properly typed
+instantiated variables, and that the semantics of return also
+checks that that type of the returned value is expected one.

+
  syntax KItem ::= (Type,Map,K,ControlCellFragment)
+
+  rule <k> lambda(T,Ps,S)(Vs:Vals) ~> K => mkDecls(Ps,Vs) S return; </k>
+       <control>
+         <fstack> .List => ListItem((T',Env,K,C)) ...</fstack>
+         <returnType> T' => T </returnType>
+         C
+       </control>
+       <env> Env => GEnv </env>
+       <genv> GEnv </genv>
+
+  rule <k> return V:Val; ~> _ => V ~> K </k>
+       <control>
+         <fstack> ListItem((T',Env,K,C)) => .List ...</fstack>
+         <returnType> T => T' </returnType>
+         (_ => C)
+       </control>
+       <env> _ => Env </env>
+    when typeOf(V) ==K T   // check the type of the returned value
+

Like the undefined above, nothing also gets
+tagged with a type now. The empty return statement is
+completed to return the nothing value tagged as expected.

+
  syntax Val ::= nothing(Type)
+  rule <k> return; => return nothing(T); ...</k> <returnType> T </returnType>
+

Read

+ +
  rule <k> read() => I ...</k> <input> ListItem(I:Int) => .List ...</input>  [group(read)]
+

Assignment

+ +

The assignment now checks that the type of the assigned location is
+preserved:

+
  context (HOLE => lvalue(HOLE)) = _
+
+  rule <k> loc(L) = V:Val => V ...</k> <store>... L |-> (V' => V) ...</store>
+    when typeOf(V) ==K typeOf(V')  [group(assignment)]
+

Statements

+ +

Blocks

+ +
  rule {} => .
+  rule <k> { S } => S ~> setEnv(Env) ...</k>  <env> Env </env>
+

Sequential composition

+ +
  rule S1:Stmt S2:Stmt => S1 ~> S2
+

Expression statements

+ +
  rule _:Val; => .
+

Conditional

+ +
  rule if ( true) S else _ => S
+  rule if (false) _ else S => S
+

While loop

+ +
  rule while (E) S => if (E) {S while(E)S}
+

Print

+ +

We only allow printing integers and strings:

+
  rule <k> print(V:Val, Es => Es); ...</k> <output>... .List => ListItem(V) </output>
+    when typeOf(V) ==K int orBool typeOf(V) ==K string  [group(print)]
+  rule print(.Vals); => .
+

Exceptions

+ +

Exception parameters are now typed, but note that the semantics below
+works correctly only when the thrown exception has the same type as
+the innermost try-catch paramete. To keep things simple, for the time
+being we can assume that SIMPLE only throws and catches integer
+values, in which case our semantics below works fine:

+
  syntax KItem ::= (Param,Stmt,K,Map,ControlCellFragment)  // Param instead of Id
+
+  syntax KItem ::= "popx"
+
+  rule <k> (try S1 catch(P) S2 => S1 ~> popx) ~> K </k>
+       <control>
+         <xstack> .List => ListItem((P, S2, K, Env, C)) ...</xstack>
+         C
+       </control>
+       <env> Env </env>
+
+  rule <k> popx => . ...</k>
+       <xstack> ListItem(_) => .List ...</xstack>
+
+  rule <k> throw V:Val; ~> _ => { T X = V; S2 } ~> K </k>
+       <control>
+         <xstack> ListItem((T:Type X:Id, S2, K, Env, C)) => .List ...</xstack>
+         (_ => C)
+       </control>
+       <env> _ => Env </env>
+

Threads

+ +

Thread creation

+ +
   rule <thread>...
+          <k> spawn S => !T:Int +Int 1 ...</k>
+          <env> Env </env>
+        ...</thread>
+        (.Bag => <thread>...
+                <k> S </k>
+                <env> Env </env>
+                <id> !T +Int 1 </id>
+              ...</thread>)
+

Thread termination

+ +
   rule (<thread>... <k>.</k> <holds>H</holds> <id>T</id> ...</thread> => .Bag)
+        <busy> Busy => Busy -Set keys(H) </busy>
+        <terminated>... .Set => SetItem(T) ...</terminated>
+

Thread joining

+ +
   rule <k> join T:Int; => . ...</k>
+        <terminated>... SetItem(T) ...</terminated>
+

Acquire lock

+ +
   rule <k> acquire V:Val; => . ...</k>
+        <holds>... .Map => V |-> 0 ...</holds>
+        <busy> Busy (.Set => SetItem(V)) </busy>
+     when (notBool(V in Busy:Set))  [group(acquire)]
+
+   rule <k> acquire V; => . ...</k>
+        <holds>... V:Val |-> (N:Int => N +Int 1) ...</holds>
+

Release lock

+ +
   rule <k> release V:Val; => . ...</k>
+        <holds>... V |-> (N => N:Int -Int 1) ...</holds>
+      when N >Int 0
+
+   rule <k> release V; => . ...</k> <holds>... V:Val |-> 0 => .Map ...</holds>
+        <busy>... SetItem(V) => .Set ...</busy>
+

Rendezvous synchronization

+ +
   rule <k> rendezvous V:Val; => . ...</k>
+        <k> rendezvous V; => . ...</k>  [group(rendezvous)]
+

Auxiliary declarations and operations

+ +

Turns a list of parameters and a list of instance values for them
+into a list of variable declarations.

+
  syntax Stmt ::= mkDecls(Params,Vals)  [function]
+  rule mkDecls((T:Type X:Id, Ps:Params), (V:Val, Vs:Vals))
+    => T X=V; mkDecls(Ps,Vs)
+  rule mkDecls(.Params,.Vals) => {}
+

Location lookup.

+
  syntax Exp ::= lookup(Int)  // see NOTES.md for why Exp instead of KItem
+  rule <k> lookup(L) => V ...</k> <store>... L |-> V:Val ...</store>  [group(lookup)]
+

Environment recovery.

+
// TODO: same comment regarding setEnv(...) as for simple untyped
+
+  syntax KItem ::= setEnv(Map)
+  rule <k> setEnv(Env) => . ...</k>  <env> _ => Env </env>
+  rule (setEnv(_) => .) ~> setEnv(_)
+

lvalue and loc

+
  syntax Exp ::= lvalue(K)
+  syntax Val ::= loc(Int)
+
+  rule <k> lvalue(X:Id => loc(L)) ...</k>  <env>... X |-> L:Int ...</env>
+
+  //context lvalue(_[HOLE])
+  //context lvalue(HOLE[_])
+  context lvalue(_::Exp[HOLE::Exps])
+  context lvalue(HOLE::Exp[_::Exps])
+
+  rule lvalue(lookup(L:Int) => loc(L))
+

Adds the corresponding depth to an array type

+
  syntax Type ::= Type "<" Vals ">"  [function]
+  rule T:Type<_,Vs:Vals> => T[]<Vs>
+  rule T:Type<.Vals> => T
+

Sequences of locations.

+
  syntax Map ::= Int "..." Int "|->" K
+    [function, latex({#1}\ldots{#2}\mapsto{#3})]
+  rule N...M |-> _ => .Map  when N >Int M
+  rule N...M |-> K => N |-> K (N +Int 1)...M |-> K  when N <=Int M
+
+// Type of a value.
+  syntax Type ::= typeOf(K)  [function]
+  rule typeOf(_:Int) => int
+  rule typeOf(_:Bool) => bool
+  rule typeOf(_:String) => string
+  rule typeOf(array(T,_,_)) => (T[])   // () needed! K parses [] as "no tags"
+  rule typeOf(lambda(T,Ps,_)) => getTypes(Ps) -> T
+  rule typeOf(undefined(T)) => T
+  rule typeOf(nothing(T)) => T
+

List of types of a parameter.

+
  syntax Types ::= getTypes(Params)  [function]
+  rule getTypes(T:Type _:Id) => T, .Types   // I would like to not use .Types
+  rule getTypes(T:Type _:Id, P, Ps) => T, getTypes(P,Ps)
+  rule getTypes(.Params) => void, .Types
+endmodule
+

KOOL — Untyped

+ +

Author: Grigore Roșu (grosu@illinois.edu)
+Organization: University of Illinois at Urbana-Champaign

+

Author: Traian Florin Șerbănuță (traian.serbanuta@unibuc.ro)
+Organization: University of Bucharest

+

Abstract

+ +

This is the K semantic definition of the untyped KOOL language. KOOL
+is aimed at being a pedagogical and research language that captures
+the essence of the object-oriented programming paradigm. Its untyped
+variant discussed here is simpler than the typed one, ignoring several
+intricate aspects of types in the presence of objects. A program
+consists of a set of class declarations. Each class can extend at
+most one other class (KOOL is single-inheritance). A class can
+declare a set of fields and a set of methods, all public and called
+the class' members. Specifically, KOOL includes the
+following features:

+
    +
  • +

    Class declarations, where a class may or may not explicitly
    +extend another class. In case a class does not explicitly extend
    +another class, then it is assumed that it extends the default top-most
    +and empty (i.e., no members) class called Object. Each class
    +is required to declare precisely one homonymous method, called its
    +constructor. Each valid program should contain one class
    +named Main, whose constructor, Main(), takes no
    +arguments. The execution of a program consists of creating an object
    +instance of class Main and invoking the constructor
    +Main() on it, that is, of executing new Main();.

    +
  • +
  • +

    All features of SIMPLE (see examples/simple/untyped),
    +i.e., multidimensional arrays, function (here called "method")
    +abstractions with call-by-value parameter passing style and static
    +scoping, blocks with locals, input/output, parametric exceptions, and
    +concurrency via dynamic thread creation/termination and synchronization.
    +The only change in the syntax of SIMPLE when imported in KOOL is the
    +function declaration keyword, function, which is changed into
    +method. The exact same desugaring macros from SIMPLE are
    +also included in KOOL. We can think of KOOL's classes as embedding
    +SIMPLE programs (extended with OO constructs, as discussed next).

    +
  • +
  • +

    Object creation using the new C(e1,...,en)
    +expression construct. An object instance of class C is first
    +created and then the constructor C(e1,...,en) is implicitly
    +called on that object. KOOL only allows (and requires) one
    +constructor per class. The class constructor can be called either
    +implicitly during a new object creation for the class, or explicitly.
    +The superclass constructor is not implicitly invoked when a
    +class constructor is invoked; if you want to invoke the superclass
    +constructor from a subclass constructor then you have to do it
    +explicitly.

    +
  • +
  • +

    An expression construct this, which evaluates to the
    +current object.

    +
  • +
  • +

    An expression construct super, which is used (only) in
    +combination with member lookup (see next) to refer to a superclass
    +field or method.

    +
  • +
  • +

    A member lookup expression construct e.x, where e
    +is an expression (either an expression expected to evaluate to an object
    +or the super construct) and x is a class member name,
    +that is, a field or a method name.

    +
  • +
  • +

    Expression constructs e instanceOf C and
    +(C) e, where e is an expression expected
    +to evaluate to an object and C a class name. The former
    +tells whether the class of e is a subclass of C,
    +that is, whether e can be used as an instance of C,
    +and the latter changes the class of e to C. These
    +operations always succeed: the former returns a Boolean value, while
    +the latter changes the current class of e to C
    +regardless of whether it is safe to do so or not. The typed version
    +of KOOL will check the safety of casting by ensuring that the instance
    +class of the object is a subclass of C. In untyped KOOL we
    +do not want to perform this check because we want to allow the
    +programmer maximum of flexibility: if one always accesses only
    +available members, then the program can execute successfully despite
    +the potentially unsafe cast.

    +
  • +
+

There are some specific aspects of KOOL that need to be discussed.

+

First, KOOL is higher-order, allowing function abstractions to be
+treated like any other values in the language. For example, if
+m is a method of object e then e.m
+evaluates to the corresponding function abstraction. The function
+abstraction is in fact a closure, because in addition to the method
+parameters and body it also encapsulates the object value (i.e., the
+environment of the object together with its current class—see below)
+that e evaluates to. This way, function abstractions can be
+invoked anywhere and have the capability to change the state of their
+object. For example, if m is a method of object e
+which increments a field c of e when invoked, and if
+getm is another method of e which simply returns
+m when invoked, then the double application
+(e.getm())() has the same effect as e.m(), that is,
+increments the counter c of e. Note that the
+higher-order nature of KOOL was not originally planned; it came as a
+natural consequence of evaluating methods to closures and we decided
+to keep it. If you do not like it then do not use it.

+

Second, since all the fields and methods are public in KOOL and since
+they can be redeclared in subclasses, it is not immediately clear how
+to lookup the member x when we write e.x and
+e is different from super. We distinguish two cases,
+depending on whether e.x occurs in a method invocation
+context (i.e., e.x(...)) or in a field context. KOOL has
+dynamic method dispatch, so if e.x is invoked as a method
+then x will be searched for starting with the instance class of
+the object value to which e evaluates. If e.x
+occurs in a non-method-invocation context then x will be
+treated as a field (although it may hold a method closure due to the
+higher-order nature of KOOL) and thus will be searched starting with
+the current class of the object value of e (which, because of
+this and casting, may be different from its instance class).
+In order to achieve the above, each object value will consist of a
+pair holding the current class of the object and an environment stack
+with one layer for each class in the object's instance class hierarchy.

+

Third, although KOOL is dynamic method dispatch, its capabilities
+described above are powerful enough to allow us to mimic static
+method dispatch. For example, suppose that you want to invoke method
+m() statically. Then all you need to do is to declare a
+local variable and bind it to m, for example var staticm = m;, and
+then call staticm(). This works because
+staticm is first bound to the method closure that m
+evaluates to, and then looked up as any local variable when invoked.
+We only enable the dynamic method dispatch when we have an object
+member on an application position, e.g., m().

+

In what follows, we limit our comments to the new, KOOL-specific
+aspects of the language. We refer the reader to the untyped SIMPLE
+language for documentation on the the remaining features, because
+those were all borrowed from SIMPLE.

+
module KOOL-UNTYPED-SYNTAX
+  imports DOMAINS-SYNTAX
+

Syntax

+ +

The syntax of KOOL extends that of SIMPLE with object-oriented
+constructs. We removed from the K annotated syntax of SIMPLE two
+constructs, namely the one for function declarations (because we want
+to call them methods now) and the one for function application
+(because application is not strict in the first argument
+anymore—needs to initiate dynamic method dispatch). The additional
+syntax includes:

+
    +
  • First, we need a new dedicated identifier, Object, for
    +the default top-most class.
  • +
  • Second, we rename the function keyword of SIMPLE into method.
  • +
  • Third, we add syntax for class declarations together with a
    +macro making classes which extend nothing to extend Object.
  • +
  • Fourth, we change the strictness attribute of application
    +into strict(2).
  • +
  • Finally, we add syntax and corresponding strictness
    +for the KOOL object-oriented constructs.
  • +
+
  syntax Id ::= "Object" [token] | "Main" [token]
+
+  syntax Stmt ::= "var" Exps ";"
+                | "method" Id "(" Ids ")" Block  // called "function" in SIMPLE
+                | "class" Id Block               // KOOL
+                | "class" Id "extends" Id Block  // KOOL
+
+  syntax Exp ::= Int | Bool | String | Id
+               | "this"                                 // KOOL
+               | "super"                                // KOOL
+               | "(" Exp ")"             [bracket]
+               | "++" Exp
+               | Exp "instanceOf" Id     [strict(1)]    // KOOL
+               | "(" Id ")" Exp          [strict(2)]    // KOOL  cast
+               | "new" Id "(" Exps ")"   [strict(2)]    // KOOL
+               | Exp "." Id                             // KOOL
+               > Exp "[" Exps "]"        [strict]
+               > Exp "(" Exps ")"        [strict(2)]    // was strict in SIMPLE
+               | "-" Exp                 [strict]
+               | "sizeOf" "(" Exp ")"    [strict]
+               | "read" "(" ")"
+               > left:
+                 Exp "*" Exp             [strict, left]
+               | Exp "/" Exp             [strict, left]
+               | Exp "%" Exp             [strict, left]
+               > left:
+                 Exp "+" Exp             [strict, left]
+               | Exp "-" Exp             [strict, left]
+               > non-assoc:
+                 Exp "<" Exp             [strict, non-assoc]
+               | Exp "<=" Exp            [strict, non-assoc]
+               | Exp ">" Exp             [strict, non-assoc]
+               | Exp ">=" Exp            [strict, non-assoc]
+               | Exp "==" Exp            [strict, non-assoc]
+               | Exp "!=" Exp            [strict, non-assoc]
+               > "!" Exp                 [strict]
+               > left:
+                 Exp "&&" Exp            [strict(1), left]
+               | Exp "||" Exp            [strict(1), left]
+               > "spawn" Block
+               > Exp "=" Exp             [strict(2), right]
+
+  syntax Ids  ::= List{Id,","}
+
+  syntax Exps ::= List{Exp,","}          [strict, klabel(exps)]
+  syntax Val
+  syntax Vals ::= List{Val,","}          [klabel(exps)]
+
+  syntax Block ::= "{" "}"
+                | "{" Stmt "}"
+
+  syntax Stmt ::= Block
+                | Exp ";"                               [strict]
+                | "if" "(" Exp ")" Block "else" Block   [avoid, strict(1)]
+                | "if" "(" Exp ")" Block                [macro]
+                | "while" "(" Exp ")" Block
+                | "for" "(" Stmt Exp ";" Exp ")" Block  [macro]
+                | "return" Exp ";"                      [strict]
+                | "return" ";"                          [macro]
+                | "print" "(" Exps ")" ";"              [strict]
+                | "try" Block "catch" "(" Id ")" Block
+                | "throw" Exp ";"                       [strict]
+                | "join" Exp ";"                        [strict]
+                | "acquire" Exp ";"                     [strict]
+                | "release" Exp ";"                     [strict]
+                | "rendezvous" Exp ";"                  [strict]
+
+  syntax Stmt ::= Stmt Stmt                          [right]
+

Old desugaring rules, from SIMPLE

+
  rule if (E) S => if (E) S else {}
+  rule for(Start Cond; Step) {S} => {Start while (Cond) {S Step;}}
+  rule var E1::Exp, E2::Exp, Es::Exps; => var E1; var E2, Es;       [anywhere]
+  rule var X::Id = E; => var X; X = E;                              [anywhere]
+

New desugaring rule

+
  rule class C:Id S => class C extends Object S                     // KOOL
+
+endmodule
+

Semantics

+ +

We first discuss the new configuration of KOOL, which extends that of
+SIMPLE. Then we include the semantics of the constructs borrowed from
+SIMPLE unchanged; we refrain from discussing those, because they were
+already discussed in the K definition of SIMPLE. Then we discuss
+changes to SIMPLE's semantics needed for the more general meaning of
+the previous SIMPLE constructs (for example for thread spawning,
+assignment, etc.). Finally, we discuss in detail the
+semantics of the additional KOOL constructs.

+
module KOOL-UNTYPED
+  imports KOOL-UNTYPED-SYNTAX
+  imports DOMAINS
+

Configuration

+ +

KOOL removes one cell and adds two nested cells to the configuration
+of SIMPLE. The cell which is removed is the one holding the global
+environment, because a KOOL program consists of a set of classes only,
+with no global declarations. In fact, since informally speaking each
+KOOL class now includes a SIMPLE program, it is safe to say that the
+global variables in SIMPLE became class fields in KOOL. Let us now
+discuss the new cells that are added to the configuration of SIMPLE.

+
    +
  • +

    The cell crntObj holds data pertaining to the current
    +object, that is, the object environment in which the code in cell
    +k executes: crntClass holds the current class (which
    +can change as methods of the current object are invoked);
    +envStack holds the stack of environments as a list,
    +each layer corresponding to one class in the objects' instance class
    +hierarchy; location, which is optional, holds the location in
    +the store where the current object is or has to be located (this is
    +useful both for method closures and for the semantics of object
    +creation).

    +
  • +
  • +

    The cell classes holds all the declared classes, each
    +class being held in its own class cell which contains a name
    +(className), a parent (extends), and the actual
    +member declarations (declarations).

    +
  • +
+
  // the syntax declarations below are required because the sorts are
+  // referenced directly by a production and, because of the way KIL to KORE
+  // is implemented, the configuration syntax is not available yet
+  // should simply work once KIL is removed completely
+  // check other definitions for this hack as well
+  syntax EnvCell
+  syntax ControlCell
+  syntax EnvStackCell
+  syntax CrntObjCellFragment
+
+  configuration <T color="red">
+                  <threads color="orange">
+                    <thread multiplicity="*" type="Set" color="yellow">
+                      <k color="green"> $PGM:Stmt ~> execute </k>
+                    //<br/> // TODO(KORE): support latex annotations #1799
+                      <control color="cyan">
+                        <fstack color="blue"> .List </fstack>
+                        <xstack color="purple"> .List </xstack>
+                      //<br/> // TODO(KORE): support latex annotations #1799
+                        <crntObj color="Fuchsia">  // KOOL
+                           <crntClass> Object </crntClass>
+                           <envStack> .List </envStack>
+                           <location multiplicity="?"> .K </location>
+                        </crntObj>
+                      </control>
+                    //<br/> // TODO(KORE): support latex annotations #1799
+                      <env color="violet"> .Map </env>
+                      <holds color="black"> .Map </holds>
+                      <id color="pink"> 0 </id>
+                    </thread>
+                  </threads>
+                //<br/> // TODO(KORE): support latex annotations #1799
+                  <store color="white"> .Map </store>
+                  <busy color="cyan">.Set </busy>
+                  <terminated color="red"> .Set </terminated>
+                  <input color="magenta" stream="stdin"> .List </input>
+                  <output color="brown" stream="stdout"> .List </output>
+                  <nextLoc color="gray"> 0 </nextLoc>
+                //<br/> // TODO(KORE): support latex annotations #1799
+                  <classes color="Fuchsia">        // KOOL
+                     <classData multiplicity="*" type="Map" color="Fuchsia">
+                        // the Map has as its key the first child of the cell,
+                        // in this case the className cell.
+                        <className color="Fuchsia"> Main </className>
+                        <baseClass color="Fuchsia"> Object </baseClass>
+                        <declarations color="Fuchsia"> .K </declarations>
+                     </classData>
+                  </classes>
+                </T>
+

Unchanged Semantics from untyped SIMPLE

+ +

The semantics below is taken over from SIMPLE unchanged.
+The semantics of function declaration and invocation, including the
+use of the special lambda abstraction value, needs to change
+in order to account for the fact that methods are now invoked into
+their object's environment. The semantics of function return actually
+stays unchanged. Also, the semantics of program initialization is
+different: now we have to create an instance of the Main
+class which also calls the constructor Main(), while in
+SIMPLE we only had to invoke the function Main().
+Finally, the semantics of thread spawning needs to change, too: the
+parent thread needs to also share its object environment with the
+spawned thread (in addition to its local environment, like in SIMPLE).
+This is needed in order to be able to spawn method invokations under
+dynamic method dispatch; for example, spawn { run(); }
+will need to look up the method run() in the newly created
+thread, operation which will most likely fail unless the child thread
+sees the object environment of the parent thread. Note that the
+spawn statement of KOOL is more permissive than the threads
+of Java. In fact, the latter can be implemented in terms of our
+spawn—see the program threads.kool for a sketch.

+

Below is a subset of the values of SIMPLE, which are also values
+of KOOL. We will add other values later in the semantics, such as
+object and method closures.

+
  syntax Val ::= Int | Bool | String
+               | array(Int,Int)
+  syntax Exp ::= Val
+  syntax Exps ::= Vals
+  syntax KResult ::= Val
+  syntax KResult ::= Vals
+

The semantics below are taken verbatim from the untyped SIMPLE
+definition.

+
  syntax KItem ::= "undefined"  [latex(\bot)]
+
+  rule <k> var X:Id; => . ...</k>
+       <env> Env => Env[X <- L] </env>
+       <store>... .Map => L |-> undefined ...</store>
+       <nextLoc> L:Int => L +Int 1 </nextLoc>
+
+
+  context var _:Id[HOLE];
+
+  rule <k> var X:Id[N:Int]; => . ...</k>
+       <env> Env => Env[X <- L] </env>
+       <store>... .Map => L |-> array(L +Int 1, N)
+                          (L +Int 1) ... (L +Int N) |-> undefined ...</store>
+       <nextLoc> L:Int => L +Int 1 +Int N </nextLoc>
+    when N >=Int 0
+
+
+  syntax Id ::= "$1" [token] | "$2" [token]
+  rule var X:Id[N1:Int, N2:Int, Vs:Vals];
+    => var X[N1];
+       {
+         var $1=X;
+         for(var $2=0; $2 <= N1 - 1; ++$2) {
+           var X[N2,Vs];
+           $1[$2] = X;
+         }
+       }
+
+
+  rule <k> X:Id => V ...</k>
+       <env>... X |-> L ...</env>
+       <store>... L |-> V:Val ...</store>  [group(lookup)]
+
+
+  context ++(HOLE => lvalue(HOLE))
+  rule <k> ++loc(L) => I +Int 1 ...</k>
+       <store>... L |-> (I:Int => I +Int 1) ...</store>  [group(increment)]
+
+
+  rule I1 + I2 => I1 +Int I2
+  rule Str1 + Str2 => Str1 +String Str2
+  rule I1 - I2 => I1 -Int I2
+  rule I1 * I2 => I1 *Int I2
+  rule I1 / I2 => I1 /Int I2 when I2 =/=K 0
+  rule I1 % I2 => I1 %Int I2 when I2 =/=K 0
+  rule - I => 0 -Int I
+  rule I1 < I2 => I1 <Int I2
+  rule I1 <= I2 => I1 <=Int I2
+  rule I1 > I2 => I1 >Int I2
+  rule I1 >= I2 => I1 >=Int I2
+
+  rule V1:Val == V2:Val => V1 ==K V2
+  rule V1:Val != V2:Val => V1 =/=K V2
+  rule ! T => notBool(T)
+  rule true  && E => E
+  rule false && _ => false
+  rule true  || _ => true
+  rule false || E => E
+
+
+  rule V:Val[N1:Int, N2:Int, Vs:Vals] => V[N1][N2, Vs]
+    [anywhere]
+
+  rule array(L,_)[N:Int] => lookup(L +Int N)
+    [anywhere]
+
+
+  rule sizeOf(array(_,N)) => N
+

The semantics of function application needs to change into dynamic
+method dispatch invocation, which is defined shortly. However,
+interestingly, the semantics of return stays unchanged.

+
  rule <k> return(V:Val); ~> _ => V ~> K </k>
+       <control>
+         <fstack> ListItem(fstackFrame(Env,K,XS,<crntObj> CO </crntObj>)) => .List ...</fstack>
+         <xstack> _ => XS </xstack>
+         <crntObj> _ => CO </crntObj>
+       </control>
+       <env> _ => Env </env>
+
+  syntax Val ::= "nothing"
+  rule return; => return nothing;
+
+
+  rule <k> read() => I ...</k> <input> ListItem(I:Int) => .List ...</input>  [group(read)]
+
+
+  context (HOLE => lvalue(HOLE)) = _
+
+  rule <k> loc(L) = V:Val => V ...</k> <store>... L |-> (_ => V) ...</store>
+    [group(assignment)]
+
+
+  rule {} => .
+  rule <k> { S } => S ~> setEnv(Env) ...</k>  <env> Env </env>
+
+
+  rule S1::Stmt S2::Stmt => S1 ~> S2
+
+  rule _:Val; => .
+
+  rule if ( true) S else _ => S
+  rule if (false) _ else S => S
+
+  rule while (E) S => if (E) {S while(E)S}
+
+  rule <k> print(V:Val, Es => Es); ...</k> <output>... .List => ListItem(V) </output>
+    [group(print)]
+  rule print(.Vals); => .
+
+
+  syntax KItem ::= xstackFrame(Id,Stmt,K,Map,K)
+  // TODO(KORE): drop the additional production once parsing issue #1842 is fixed
+                 | (Id,Stmt,K,Map,K)
+
+  syntax KItem ::= "popx"
+
+  rule <k> (try S1 catch(X) {S2} => S1 ~> popx) ~> K </k>
+       <control>
+         <xstack> .List => ListItem(xstackFrame(X, S2, K, Env, C)) ...</xstack>
+         C
+       </control>
+       <env> Env </env>
+
+  rule <k> popx => . ...</k>
+       <xstack> ListItem(_) => .List ...</xstack>
+
+  rule <k> throw V:Val; ~> _ => { var X = V; S2 } ~> K </k>
+       <control>
+         <xstack> ListItem(xstackFrame(X, S2, K, Env, C)) => .List ...</xstack>
+         (_ => C)
+       </control>
+       <env> _ => Env </env>
+

Thread spawning needs a new semantics, because we want the child
+thread to also share the object environment with its parent. The new
+semantics of thread spawning will be defined shortly. However,
+interestingly, the other concurrency constructs keep their semantics
+from SIMPLE unchanged.

+
  // TODO(KORE): ..Bag should be . throughout this definition #1772
+  rule (<thread>... <k>.</k> <holds>H</holds> <id>T</id> ...</thread> => .Bag)
+  /*
+  rule (<thread>... <k>.</k> <holds>H</holds> <id>T</id> ...</thread> => .)
+  */
+       <busy> Busy => Busy -Set keys(H) </busy>
+       <terminated>... .Set => SetItem(T) ...</terminated>
+
+  rule <k> join T:Int; => . ...</k>
+       <terminated>... SetItem(T) ...</terminated>
+
+  rule <k> acquire V:Val; => . ...</k>
+       <holds>... .Map => V |-> 0 ...</holds>
+       <busy> Busy (.Set => SetItem(V)) </busy>
+    when (notBool(V in Busy:Set))  [group(acquire)]
+
+  rule <k> acquire V; => . ...</k>
+       <holds>... V:Val |-> (N:Int => N +Int 1) ...</holds>
+
+  rule <k> release V:Val; => . ...</k>
+       <holds>... V |-> (N => N:Int -Int 1) ...</holds>
+    when N >Int 0
+
+  rule <k> release V; => . ...</k> <holds>... V:Val |-> 0 => .Map ...</holds>
+       <busy>... SetItem(V) => .Set ...</busy>
+
+  rule <k> rendezvous V:Val; => . ...</k>
+       <k> rendezvous V; => . ...</k>  [group(rendezvous)]
+

Unchanged auxiliary operations from untyped SIMPLE

+ +
  syntax Stmt ::= mkDecls(Ids,Vals)  [function]
+  rule mkDecls((X:Id, Xs:Ids), (V:Val, Vs:Vals)) => var X=V; mkDecls(Xs,Vs)
+  rule mkDecls(.Ids,.Vals) => {}
+
+  // TODO(KORE): clarify sort inferences #1803
+  syntax Exp ::= lookup(Int)
+  /*
+  syntax KItem ::= lookup(Int)
+  */
+  rule <k> lookup(L) => V ...</k> <store>... L |-> V:Val ...</store>  [group(lookup)]
+
+  syntax KItem ::= setEnv(Map)
+  rule <k> setEnv(Env) => . ...</k>  <env> _ => Env </env>
+  rule (setEnv(_) => .) ~> setEnv(_)
+  // TODO: How can we make sure that the second rule above applies before the first one?
+  //       Probably we'll deal with this using strategies, eventually.
+
+  syntax Exp ::= lvalue(K)
+  syntax Val ::= loc(Int)
+
+  rule <k> lvalue(X:Id => loc(L)) ...</k> <env>... X |-> L:Int ...</env>
+
+  context lvalue(_::Exp[HOLE::Exps])
+  context lvalue(HOLE::Exp[_::Exps])
+
+  rule lvalue(lookup(L:Int) => loc(L))
+
+
+  syntax Map ::= Int "..." Int "|->" K
+    [function, latex({#1}\ldots{#2}\mapsto{#3})]
+  rule N...M |-> _ => .Map  when N >Int M
+  rule N...M |-> K => N |-> K (N +Int 1)...M |-> K  when N <=Int M
+

Changes to the existing untyped SIMPLE semantics

+ +

When we extend a language, sometimes we need to do more than just add
+new language constructs and semantics for them. Sometimes we want to
+also extend the semantics of existing language constructs, in order to
+get more from them.

+

Program initialization

+ +

In SIMPLE, once all the global declarations were processed, the
+function main() was invoked. In KOOL, the global
+declarations are classes, and their specific semantics is given
+shortly; essentially, they are pre-processed one by one and added
+into the class cell structure in the configuration.
+Once all the classes are processed, the computation item
+execute, which was placed right after the program in the
+initial configuration, is reached. In SIMPLE, the program was
+initialized by calling the method main(). In KOOL, the
+program is initialized by creating an object instance of class
+Main. This will also implicitly call the method
+Main() (the Main class constructor). The emptiness
+of the env cell below is just a sanity check, to make sure
+that the user has not declared anything but classes at the top level
+of the program.

+
  syntax KItem ::= "execute"
+  rule <k> execute => new Main(.Exps); </k> <env> .Map </env>
+

The semantics of new (defined below) requires the
+execution of all the class' declarations (and also of its
+superclasses').

+

Object and method closures

+ +

Before we can define the semantics of method application (previously
+called function application in SIMPLE), we need to add two more values
+to the language, namely object and method closures:

+
  syntax Val ::= objectClosure(Id, List)
+               | methodClosure(Id,Int,Ids,Stmt)
+

An object value consists of an objectClosure-wrapped bag
+containing the current class of the object and the environment stack
+of the object. The current class of an object will always be one of
+the classes mapped to an environment in the environment stack of the
+object. A method closure encapsulates the method's parameters and
+code (last two arguments), as well as the object context in which the
+method code should execute. This object context includes the current
+class of the object (the first argument of methodClosure) and
+the object environment stack (located in the object stored at the
+location specified as the second argument of methodClosure).

+

Method application

+ +

KOOL has a complex mechanism to invoke methods, because it allows both
+dynamic method dispatch and methods as first-class-citizen values (the
+latter making it a higher-order language). The invocation mechanism
+will be defined later. What is sufficient to know for now is that
+the two arguments of the application construct eventually reduce to
+values, the first being a method closure and the latter a list of
+values. The semantics of the method closure application is then as
+expected: the local environment and control are stacked, then we
+switch to method closure's class and object environment and execute
+the method body. The mkDecls construct is the one that came
+with the unchanged semantics of SIMPLE above.

+
  syntax KItem ::= fstackFrame(Map,K,List,K)
+  // TODO(KORE): drop the additional production once parsing issue #1842 is fixed
+                 | (Map,K,K)
+
+  rule <k> methodClosure(Class,OL,Xs,S)(Vs:Vals) ~> K
+           => mkDecls(Xs,Vs) S return; </k>
+       <env> Env => .Map </env>
+       <store>... OL |-> objectClosure(_, EnvStack)...</store>
+     //<br/> // TODO(KORE): support latex annotations #1799
+       <control>
+          <xstack> XS </xstack>
+          <fstack> .List => ListItem(fstackFrame(Env, K, XS, <crntObj> Obj' </crntObj>))
+          ...</fstack>
+          <crntObj> Obj' => <crntClass> Class </crntClass> <envStack> EnvStack </envStack> </crntObj>
+       </control>
+

Spawn

+ +

We want to extend the semantics of spawn to also share the
+current object environment with the child thread, in addition to the
+current environment. This extension will allow us to also use method
+invocations in the spawned statements, which will be thus looked up as
+expected, using dynamic method dispatch. This lookup operation would
+fail if the child thread did not have access to its parent's object
+environment.

+
  rule <thread>...
+         <k> spawn S => !T:Int ...</k>
+         <env> Env </env>
+         <crntObj> Obj </crntObj>
+       ...</thread>
+       (.Bag => <thread>...
+               <k> S </k>
+               <env> Env </env>
+               <id> !T </id>
+               <crntObj> Obj </crntObj>
+             ...</thread>)
+

Semantics of the new KOOL constructs

+ +

Class declaration

+ +

Initially, the classes forming the program are moved into their
+corresponding cells:

+
  rule <k> class Class1 extends Class2 { S } => . ...</k>
+       <classes>... (.Bag => <classData>
+                            <className> Class1 </className>
+                            <baseClass> Class2 </baseClass>
+                            <declarations> S </declarations>
+                        </classData>)
+       ...</classes>
+

Method declaration

+ +

Like in SIMPLE, method names are added to the environment and bound
+to their code. However, unlike in SIMPLE where each function was
+executed in the same environment, namely the program global
+environment, a method in KOOL needs to be executed into its object's
+environment. Thus, methods evaluate to closures, which encapsulate
+their object's context (i.e., the current class and environment stack
+of the object) in addition to method's parameters and body. This
+approach to bind method names to method closures in the environment
+will also allow objects to pass their methods to other objects, to
+dynamically change their methods by assigning them other method
+closures, and even to allow all these to be done from other objects.
+This gives the KOOL programmer a lot of power; one should use this
+power wisely, though, because programs can become easily hard to
+understand and reason about if one overuses these features.

+
  rule <k> method F:Id(Xs:Ids) S => . ...</k>
+       <crntClass> Class:Id </crntClass>
+       <location> OL:Int </location>
+       <env> Env => Env[F <- L] </env>
+       <store>... .Map => L |-> methodClosure(Class,OL,Xs,S) ...</store>
+       <nextLoc> L => L +Int 1 </nextLoc>
+

New

+ +

The semantics of new consists of two actions: memory
+allocation for the new object and execution of the corresponding
+constructor. Then the created object is returned as the result of the
+new operation; the value returned by the constructor, if any,
+is discarded. The current environment and object are stored onto the
+stack and recovered after new (according to the semantics of
+return borrowed from SIMPLE, when the statement
+return this; in the rule below is reached and evaluated),
+because the object creation part of new will destroy them.
+The rule below also initializes the object creation process by
+emptying the local environment and the current object, and allocating
+a location in the store where the created object will be eventually
+stored (this is what the storeObj task after the object
+creation task in the rule below will do—its rule is defined
+shortly). The location where the object will be stored is also made
+available in the crntObj cell, so that method closures can
+refer to it (see rule above).

+
  syntax KItem ::= "envStackFrame" "(" Id "," Map ")"
+
+  rule <k> new Class:Id(Vs:Vals) ~> K
+           => create(Class) ~> storeObj ~> Class(Vs); return this; </k>
+       <env> Env => .Map </env>
+       <nextLoc> L:Int => L +Int 1 </nextLoc>
+     //<br/> // TODO(KORE): support latex annotations #1799
+       <control> <xstack> XS </xstack>
+         <crntObj> Obj
+                   => <crntClass> Object </crntClass>
+                      <envStack> ListItem(envStackFrame(Object, .Map)) </envStack>
+                      <location> L </location>
+         </crntObj>
+         <fstack> .List => ListItem(fstackFrame(Env, K, XS, <crntObj> Obj </crntObj>)) ...</fstack>
+       </control>
+

The creation of a new object (the memory allocation part only) is
+a recursive process, requiring to first create an object for the
+superclass. A memory object representation is a layered structure:
+for each class on the path from the instance class to the root of the
+hierarchy there is a layer including the memory allocated for the
+members (both fields and methods) of that class.

+
  syntax KItem ::= create(Id)
+
+  rule <k> create(Class:Id)
+           => create(Class1) ~> setCrntClass(Class) ~> S ~> addEnvLayer ...</k>
+       <className> Class </className>
+       <baseClass> Class1:Id </baseClass>
+       <declarations> S </declarations>
+
+  rule <k> create(Object) => . ...</k>
+

The next operation sets the current class of the current object.
+This is necessary to be done at each layer, because the current class
+of the object is enclosed as part of the method closures (see the
+semantics of method declarations above).

+
  syntax KItem ::= setCrntClass(Id)
+
+  rule <k> setCrntClass(C) => . ...</k>
+       <crntClass> _ => C </crntClass>
+

The next operation adds a new tagged environment layer to the
+current object and gets ready for the next layer by clearing the
+environment (note that create expects the environment to be
+empty).

+
  syntax KItem ::= "addEnvLayer"
+
+  rule <k> addEnvLayer => . ...</k>
+       <env> Env => .Map </env>
+       <crntClass> Class:Id </crntClass>
+       <envStack> .List => ListItem(envStackFrame(Class, Env)) ...</envStack>
+

The following operation stores the created object at the location
+reserved by new. Note that the location reserved by
+new was temporarily stored in the crntObj cell
+precisely for this purpose. Now that the newly created object is
+stored at its location and that all method closures are aware of it,
+the location is unnecessary and thus we delete it from the
+crntObj cell.

+
  syntax KItem ::= "storeObj"
+
+  rule <k> storeObj => . ...</k>
+       <crntObj> <crntClass> CC </crntClass> <envStack> ES </envStack> (<location> L:Int </location> => .Bag) </crntObj>
+       <store>... .Map => L |-> objectClosure(CC, ES) ...</store>
+

Self reference

+ +

The semantics of this is straightforward: evaluate to the
+current object.

+
  rule <k> this => objectClosure(CC, ES) ...</k>
+       <crntObj> <crntClass> CC </crntClass> <envStack> ES </envStack> </crntObj>
+

Object member access

+ +

We can access an object member (field or method) either explicitly,
+using the construct e.x, or implicitly, using only the member
+name x directly. The borrowed semantics of SIMPLE will
+already lookup a sole name in the local environment. The first rule
+below reduces implicit member access to explicit access when the name
+cannot be found in the local environment. There are two cases to
+analyze for explicit object member access, depending upon whether the
+object is a proper object or it is just a redirection to the parent
+class via the construct super. In the first case, we
+evaluate the object expression and lookup the member starting with the
+current class (static scoping). Note the use of the conditional
+evaluation context. In the second case, we just lookup the member
+starting with the superclass of the current class. In both cases,
+the lookupMember task eventually yields a lookup(L)
+task for some appropriate location L, which will be further
+solved with the corresponding rule borrowed from SIMPLE. Note that the
+current object is not altered by super, so future method
+invocations see the entire object, as needed for dynamic method dispatch.

+
  rule <k> X:Id => this . X ...</k> <env> Env:Map </env>
+    when notBool(X in keys(Env))
+
+  context HOLE._::Id when (HOLE =/=K super)
+
+// TODO: explain how Assoc matching has been replaced with two rules here.
+// Maybe also improve it a bit.
+
+/*  rule objectClosure(<crntClass> Class:Id </crntClass>
+                     <envStack>... envStackFrame(Class,EnvC) EStack </envStack>)
+       . X:Id
+    => lookupMember(envStackFrame(Class,EnvC) EStack, X) */
+
+  rule objectClosure(Class:Id, ListItem(envStackFrame(Class,Env)) EStack)
+       . X:Id
+    => lookupMember(ListItem(envStackFrame(Class,Env)) EStack, X)
+  rule objectClosure(Class:Id, (ListItem(envStackFrame(Class':Id,_)) => .List) _)
+       . _X:Id
+    when Class =/=K Class'
+
+/*  rule <k> super . X => lookupMember(EStack, X) ...</k>
+       <crntClass> Class </crntClass>
+       <envStack>... envStackFrame(Class,EnvC) EStack </envStack> */
+  rule <k> super . X => lookupMember(EStack, X) ...</k>
+       <crntClass> Class:Id </crntClass>
+       <envStack> ListItem(envStackFrame(Class,_)) EStack </envStack>
+  rule <k> super . _X ...</k>
+       <crntClass> Class </crntClass>
+       <envStack> ListItem(envStackFrame(Class':Id,_)) => .List ...</envStack>
+    when Class =/=K Class'
+

Method invocation

+ +

Unlike in SIMPLE, in KOOL application was declared strict only in its
+second argument. That is because we want to ensure dynamic method
+dispatch when the first argument is a method access. As a
+consequence, we need to consider all the cases of interest for the
+first argument and to explicitly say what to do in each case. In all
+cases except for method access in a proper object (i.e., not
+super), we want the same behavior for the first argument as
+if it was not in a method invocation position. When it is a member
+access (the third rule below), we look it up starting with the
+instance class of the corresponding object. This ensures dynamic
+dispatch for methods; it actually dynamically dispatches field
+accesses, too, which is correct in KOOL, because one can assign method
+closures to fields and the field appeared in a method invocation
+context. The last context declaration below says that method
+applications or array accesses are also allowed as first argument to
+applications; that is because methods are allowed to return methods
+and arrays are allowed to hold methods in KOOL, since it is
+higher-order. If that is the case, then we want to evaluate the
+method call or the array access.

+
  rule <k> (X:Id => V)(_:Exps) ...</k>
+       <env>... X |-> L ...</env>
+       <store>... L |-> V:Val ...</store>  [group(lookup)]
+
+  rule <k> (X:Id => this . X)(_:Exps) ...</k>
+       <env> Env </env>
+    when notBool(X in keys(Env))
+
+  context HOLE._::Id(_) when HOLE =/=K super
+
+  rule (objectClosure(_, EStack) . X
+    => lookupMember(EStack, X:Id))(_:Exps)
+
+/*  rule <k> (super . X
+            => lookupMember(EStack,X))(_:Exps)...</k>
+       <crntClass> Class </crntClass>
+       <envStack>... envStackFrame(Class,_) EStack </envStack> */
+  rule <k> (super . X
+            => lookupMember(EStack,X))(_:Exps)...</k>
+       <crntClass> Class </crntClass>
+       <envStack> ListItem(envStackFrame(Class,_)) EStack </envStack>
+  rule <k> (super . _X)(_:Exps) ...</k>
+       <crntClass> Class </crntClass>
+       <envStack> ListItem(envStackFrame(Class':Id,_)) => .List ...</envStack>
+    when Class =/=K Class'
+
+  // TODO(KORE): fix getKLabel #1801
+  rule (A:Exp(B:Exps))(C:Exps) => A(B) ~> #freezerFunCall(C)
+  rule (A:Exp[B:Exps])(C:Exps) => A[B] ~> #freezerFunCall(C)
+  rule V:Val ~> #freezerFunCall(C:Exps) => V(C)
+  syntax KItem ::= "#freezerFunCall" "(" K ")"
+  /*
+  context HOLE(_:Exps)
+    when getKLabel(HOLE) ==K #klabel(`_(_)`) orBool getKLabel(HOLE) ==K #klabel(`_[_]`)
+  */
+

Eventually, each of the rules above produces a lookup(L)
+task as a replacement for the method. When that happens, we just
+lookup the value at location L:

+
  rule <k> (lookup(L) => V)(_:Exps) ...</k>  <store>... L |-> V:Val ...</store>
+    [group(lookup)]
+

The value V looked up above is expected to be a method closure,
+in which case the semantics of method application given above will
+apply. Otherwise, the execution will get stuck.

+

Instance Of

+ +

It searches the object environment for a layer corresponding to the
+desired class. It returns true iff it can find the class,
+otherwise it returns false; it only gets stuck when its first
+argument does not evaluate to an object.

+
  rule objectClosure(_, ListItem(envStackFrame(C,_)) _)
+       instanceOf C => true
+
+  rule objectClosure(_, (ListItem(envStackFrame(C,_)) => .List) _)
+       instanceOf C'  when C =/=K C'
+//TODO: remove the sort cast ::Id of C above, when sort inference bug fixed
+
+  rule objectClosure(_, .List) instanceOf _ => false
+

Cast

+ +

In untyped KOOL, we prefer to not check the validity of casting. In
+other words, any cast is allowed on any object, simply changing the
+current class of the object to the desired class. The execution will
+get stuck later if one attempts to access a field which is not
+available. Moreover, the execution may complete successfully even
+in the presence of invalid casts, provided that each accessed member
+during the current execution is, or happens to be, available.

+
  rule (C) objectClosure(_ , EnvStack) => objectClosure(C ,EnvStack)
+

KOOL-specific auxiliary declarations and operations

+ +

Here we define all the auxiliary constructs used in the above
+KOOL-specific semantics (those used in the SIMPLE fragment
+have already been defined in a corresponding section above).

+

Objects as lvalues

+ +

The current machinery borrowed with the semantics of SIMPLE allows us
+to enrich the set of lvalues, this way allowing new means to assign
+values to locations. In KOOL, we want object member names to be
+lvalues, so that we can assign values to them using the already
+existing machinery. The first rule below ensures that the object is
+always explicit, the evaluation context enforces the object to be
+evaluated, and finally the second rule initiates the lookup for the
+member's location based on the current class of the object.

+
  rule <k> lvalue(X:Id => this . X) ...</k>  <env> Env </env>
+    when notBool(X in keys(Env))
+
+  context lvalue((HOLE . _)::Exp)
+
+/*  rule lvalue(objectClosure(<crntClass> C </crntClass>
+                            <envStack>... envStackFrame(C,EnvC) EStack </envStack>)
+              . X
+              => lookupMember(<envStack> envStackFrame(C,EnvC) EStack </envStack>,
+                              X))  */
+  rule lvalue(objectClosure(Class, ListItem(envStackFrame(Class,Env)) EStack)
+              . X
+              => lookupMember(ListItem(envStackFrame(Class,Env)) EStack,
+                              X))
+  rule lvalue(objectClosure(Class, (ListItem(envStackFrame(Class':Id,_)) => .List) _)
+              . _X)
+    when Class =/=K Class'
+

Lookup member

+ +

It searches for the given member in the given environment stack,
+starting with the most concrete class and going up in the hierarchy.

+
  // TODO(KORE): clarify sort inferences #1803
+  syntax Exp ::= lookupMember(List, Id)  [function]
+  /*
+  syntax KItem ::= lookupMember(EnvStackCell,Id)  [function]
+  */
+
+//  rule lookupMember(<envStack> envStackFrame(_, <env>... X|->L ...</env>) ...</envStack>, X)
+//    => lookup(L)
+  rule lookupMember(ListItem(envStackFrame(_, X|->L _)) _, X)
+    => lookup(L)
+
+//  rule lookupMember(<envStack> envStackFrame(_, <env> Env </env>) => .List ...</envStack>, X)
+//    when notBool(X in keys(Env))
+  rule lookupMember(ListItem(envStackFrame(_, Env)) Rest, X) =>
+       lookupMember(Rest, X)
+    when notBool(X in keys(Env))
+//TODO: beautify the above
+
+endmodule
+

Go to Lesson 2, KOOL typed dynamic.

+

KOOL — Untyped

+ +

Author: Grigore Roșu (grosu@illinois.edu)
+Organization: University of Illinois at Urbana-Champaign

+

Author: Traian Florin Șerbănuță (traian.serbanuta@unibuc.ro)
+Organization: University of Bucharest

+

Abstract

+ +

This is the K semantic definition of the untyped KOOL language. KOOL
+is aimed at being a pedagogical and research language that captures
+the essence of the object-oriented programming paradigm. Its untyped
+variant discussed here is simpler than the typed one, ignoring several
+intricate aspects of types in the presence of objects. A program
+consists of a set of class declarations. Each class can extend at
+most one other class (KOOL is single-inheritance). A class can
+declare a set of fields and a set of methods, all public and called
+the class' members. Specifically, KOOL includes the
+following features:

+
    +
  • +

    Class declarations, where a class may or may not explicitly
    +extend another class. In case a class does not explicitly extend
    +another class, then it is assumed that it extends the default top-most
    +and empty (i.e., no members) class called Object. Each class
    +is required to declare precisely one homonymous method, called its
    +constructor. Each valid program should contain one class
    +named Main, whose constructor, Main(), takes no
    +arguments. The execution of a program consists of creating an object
    +instance of class Main and invoking the constructor
    +Main() on it, that is, of executing new Main();.

    +
  • +
  • +

    All features of SIMPLE (see examples/simple/untyped),
    +i.e., multidimensional arrays, function (here called "method")
    +abstractions with call-by-value parameter passing style and static
    +scoping, blocks with locals, input/output, parametric exceptions, and
    +concurrency via dynamic thread creation/termination and synchronization.
    +The only change in the syntax of SIMPLE when imported in KOOL is the
    +function declaration keyword, function, which is changed into
    +method. The exact same desugaring macros from SIMPLE are
    +also included in KOOL. We can think of KOOL's classes as embedding
    +SIMPLE programs (extended with OO constructs, as discussed next).

    +
  • +
  • +

    Object creation using the new C(e1,...,en)
    +expression construct. An object instance of class C is first
    +created and then the constructor C(e1,...,en) is implicitly
    +called on that object. KOOL only allows (and requires) one
    +constructor per class. The class constructor can be called either
    +implicitly during a new object creation for the class, or explicitly.
    +The superclass constructor is not implicitly invoked when a
    +class constructor is invoked; if you want to invoke the superclass
    +constructor from a subclass constructor then you have to do it
    +explicitly.

    +
  • +
  • +

    An expression construct this, which evaluates to the
    +current object.

    +
  • +
  • +

    An expression construct super, which is used (only) in
    +combination with member lookup (see next) to refer to a superclass
    +field or method.

    +
  • +
  • +

    A member lookup expression construct e.x, where e
    +is an expression (either an expression expected to evaluate to an object
    +or the super construct) and x is a class member name,
    +that is, a field or a method name.

    +
  • +
  • +

    Expression constructs e instanceOf C and
    +(C) e, where e is an expression expected
    +to evaluate to an object and C a class name. The former
    +tells whether the class of e is a subclass of C,
    +that is, whether e can be used as an instance of C,
    +and the latter changes the class of e to C. These
    +operations always succeed: the former returns a Boolean value, while
    +the latter changes the current class of e to C
    +regardless of whether it is safe to do so or not. The typed version
    +of KOOL will check the safety of casting by ensuring that the instance
    +class of the object is a subclass of C. In untyped KOOL we
    +do not want to perform this check because we want to allow the
    +programmer maximum of flexibility: if one always accesses only
    +available members, then the program can execute successfully despite
    +the potentially unsafe cast.

    +
  • +
+

There are some specific aspects of KOOL that need to be discussed.

+

First, KOOL is higher-order, allowing function abstractions to be
+treated like any other values in the language. For example, if
+m is a method of object e then e.m
+evaluates to the corresponding function abstraction. The function
+abstraction is in fact a closure, because in addition to the method
+parameters and body it also encapsulates the object value (i.e., the
+environment of the object together with its current class—see below)
+that e evaluates to. This way, function abstractions can be
+invoked anywhere and have the capability to change the state of their
+object. For example, if m is a method of object e
+which increments a field c of e when invoked, and if
+getm is another method of e which simply returns
+m when invoked, then the double application
+(e.getm())() has the same effect as e.m(), that is,
+increments the counter c of e. Note that the
+higher-order nature of KOOL was not originally planned; it came as a
+natural consequence of evaluating methods to closures and we decided
+to keep it. If you do not like it then do not use it.

+

Second, since all the fields and methods are public in KOOL and since
+they can be redeclared in subclasses, it is not immediately clear how
+to lookup the member x when we write e.x and
+e is different from super. We distinguish two cases,
+depending on whether e.x occurs in a method invocation
+context (i.e., e.x(...)) or in a field context. KOOL has
+dynamic method dispatch, so if e.x is invoked as a method
+then x will be searched for starting with the instance class of
+the object value to which e evaluates. If e.x
+occurs in a non-method-invocation context then x will be
+treated as a field (although it may hold a method closure due to the
+higher-order nature of KOOL) and thus will be searched starting with
+the current class of the object value of e (which, because of
+this and casting, may be different from its instance class).
+In order to achieve the above, each object value will consist of a
+pair holding the current class of the object and an environment stack
+with one layer for each class in the object's instance class hierarchy.

+

Third, although KOOL is dynamic method dispatch, its capabilities
+described above are powerful enough to allow us to mimic static
+method dispatch. For example, suppose that you want to invoke method
+m() statically. Then all you need to do is to declare a
+local variable and bind it to m, for example var staticm = m;, and
+then call staticm(). This works because
+staticm is first bound to the method closure that m
+evaluates to, and then looked up as any local variable when invoked.
+We only enable the dynamic method dispatch when we have an object
+member on an application position, e.g., m().

+

In what follows, we limit our comments to the new, KOOL-specific
+aspects of the language. We refer the reader to the untyped SIMPLE
+language for documentation on the the remaining features, because
+those were all borrowed from SIMPLE.

+
module KOOL-UNTYPED-SYNTAX
+  imports DOMAINS-SYNTAX
+

Syntax

+ +

The syntax of KOOL extends that of SIMPLE with object-oriented
+constructs. We removed from the K annotated syntax of SIMPLE two
+constructs, namely the one for function declarations (because we want
+to call them methods now) and the one for function application
+(because application is not strict in the first argument
+anymore—needs to initiate dynamic method dispatch). The additional
+syntax includes:

+
    +
  • First, we need a new dedicated identifier, Object, for
    +the default top-most class.
  • +
  • Second, we rename the function keyword of SIMPLE into method.
  • +
  • Third, we add syntax for class declarations together with a
    +macro making classes which extend nothing to extend Object.
  • +
  • Fourth, we change the strictness attribute of application
    +into strict(2).
  • +
  • Finally, we add syntax and corresponding strictness
    +for the KOOL object-oriented constructs.
  • +
+
  syntax Id ::= "Object" [token] | "Main" [token]
+
+  syntax Stmt ::= "var" Exps ";"
+                | "method" Id "(" Ids ")" Block  // called "function" in SIMPLE
+                | "class" Id Block               // KOOL
+                | "class" Id "extends" Id Block  // KOOL
+
+  syntax Exp ::= Int | Bool | String | Id
+               | "this"                                 // KOOL
+               | "super"                                // KOOL
+               | "(" Exp ")"             [bracket]
+               | "++" Exp
+               | Exp "instanceOf" Id     [strict(1)]    // KOOL
+               | "(" Id ")" Exp          [strict(2)]    // KOOL  cast
+               | "new" Id "(" Exps ")"   [strict(2)]    // KOOL
+               | Exp "." Id                             // KOOL
+               > Exp "[" Exps "]"        [strict]
+               > Exp "(" Exps ")"        [strict(2)]    // was strict in SIMPLE
+               | "-" Exp                 [strict]
+               | "sizeOf" "(" Exp ")"    [strict]
+               | "read" "(" ")"
+               > left:
+                 Exp "*" Exp             [strict, left]
+               | Exp "/" Exp             [strict, left]
+               | Exp "%" Exp             [strict, left]
+               > left:
+                 Exp "+" Exp             [strict, left]
+               | Exp "-" Exp             [strict, left]
+               > non-assoc:
+                 Exp "<" Exp             [strict, non-assoc]
+               | Exp "<=" Exp            [strict, non-assoc]
+               | Exp ">" Exp             [strict, non-assoc]
+               | Exp ">=" Exp            [strict, non-assoc]
+               | Exp "==" Exp            [strict, non-assoc]
+               | Exp "!=" Exp            [strict, non-assoc]
+               > "!" Exp                 [strict]
+               > left:
+                 Exp "&&" Exp            [strict(1), left]
+               | Exp "||" Exp            [strict(1), left]
+               > "spawn" Block
+               > Exp "=" Exp             [strict(2), right]
+
+  syntax Ids  ::= List{Id,","}
+
+  syntax Exps ::= List{Exp,","}          [strict, klabel(exps)]
+  syntax Val
+  syntax Vals ::= List{Val,","}          [klabel(exps)]
+
+  syntax Block ::= "{" "}"
+                | "{" Stmt "}"
+
+  syntax Stmt ::= Block
+                | Exp ";"                               [strict]
+                | "if" "(" Exp ")" Block "else" Block   [avoid, strict(1)]
+                | "if" "(" Exp ")" Block                [macro]
+                | "while" "(" Exp ")" Block
+                | "for" "(" Stmt Exp ";" Exp ")" Block  [macro]
+                | "return" Exp ";"                      [strict]
+                | "return" ";"                          [macro]
+                | "print" "(" Exps ")" ";"              [strict]
+                | "try" Block "catch" "(" Id ")" Block
+                | "throw" Exp ";"                       [strict]
+                | "join" Exp ";"                        [strict]
+                | "acquire" Exp ";"                     [strict]
+                | "release" Exp ";"                     [strict]
+                | "rendezvous" Exp ";"                  [strict]
+
+  syntax Stmt ::= Stmt Stmt                          [right]
+

Old desugaring rules, from SIMPLE

+
  rule if (E) S => if (E) S else {}
+  rule for(Start Cond; Step) {S} => {Start while (Cond) {S Step;}}
+  rule var E1::Exp, E2::Exp, Es::Exps; => var E1; var E2, Es;       [anywhere]
+  rule var X::Id = E; => var X; X = E;                              [anywhere]
+

New desugaring rule

+
  rule class C:Id S => class C extends Object S                     // KOOL
+
+endmodule
+

Semantics

+ +

We first discuss the new configuration of KOOL, which extends that of
+SIMPLE. Then we include the semantics of the constructs borrowed from
+SIMPLE unchanged; we refrain from discussing those, because they were
+already discussed in the K definition of SIMPLE. Then we discuss
+changes to SIMPLE's semantics needed for the more general meaning of
+the previous SIMPLE constructs (for example for thread spawning,
+assignment, etc.). Finally, we discuss in detail the
+semantics of the additional KOOL constructs.

+
module KOOL-UNTYPED
+  imports KOOL-UNTYPED-SYNTAX
+  imports DOMAINS
+

Configuration

+ +

KOOL removes one cell and adds two nested cells to the configuration
+of SIMPLE. The cell which is removed is the one holding the global
+environment, because a KOOL program consists of a set of classes only,
+with no global declarations. In fact, since informally speaking each
+KOOL class now includes a SIMPLE program, it is safe to say that the
+global variables in SIMPLE became class fields in KOOL. Let us now
+discuss the new cells that are added to the configuration of SIMPLE.

+
    +
  • +

    The cell crntObj holds data pertaining to the current
    +object, that is, the object environment in which the code in cell
    +k executes: crntClass holds the current class (which
    +can change as methods of the current object are invoked);
    +envStack holds the stack of environments as a list,
    +each layer corresponding to one class in the objects' instance class
    +hierarchy; location, which is optional, holds the location in
    +the store where the current object is or has to be located (this is
    +useful both for method closures and for the semantics of object
    +creation).

    +
  • +
  • +

    The cell classes holds all the declared classes, each
    +class being held in its own class cell which contains a name
    +(className), a parent (extends), and the actual
    +member declarations (declarations).

    +
  • +
+
  // the syntax declarations below are required because the sorts are
+  // referenced directly by a production and, because of the way KIL to KORE
+  // is implemented, the configuration syntax is not available yet
+  // should simply work once KIL is removed completely
+  // check other definitions for this hack as well
+  syntax EnvCell
+  syntax ControlCell
+  syntax EnvStackCell
+  syntax CrntObjCellFragment
+
+  configuration <T color="red">
+                  <threads color="orange">
+                    <thread multiplicity="*" type="Set" color="yellow">
+                      <k color="green"> $PGM:Stmt ~> execute </k>
+                    //<br/> // TODO(KORE): support latex annotations #1799
+                      <control color="cyan">
+                        <fstack color="blue"> .List </fstack>
+                        <xstack color="purple"> .List </xstack>
+                      //<br/> // TODO(KORE): support latex annotations #1799
+                        <crntObj color="Fuchsia">  // KOOL
+                           <crntClass> Object </crntClass>
+                           <envStack> .List </envStack>
+                           <location multiplicity="?"> .K </location>
+                        </crntObj>
+                      </control>
+                    //<br/> // TODO(KORE): support latex annotations #1799
+                      <env color="violet"> .Map </env>
+                      <holds color="black"> .Map </holds>
+                      <id color="pink"> 0 </id>
+                    </thread>
+                  </threads>
+                //<br/> // TODO(KORE): support latex annotations #1799
+                  <store color="white"> .Map </store>
+                  <busy color="cyan">.Set </busy>
+                  <terminated color="red"> .Set </terminated>
+                  <input color="magenta" stream="stdin"> .List </input>
+                  <output color="brown" stream="stdout"> .List </output>
+                  <nextLoc color="gray"> 0 </nextLoc>
+                //<br/> // TODO(KORE): support latex annotations #1799
+                  <classes color="Fuchsia">        // KOOL
+                     <classData multiplicity="*" type="Map" color="Fuchsia">
+                        // the Map has as its key the first child of the cell,
+                        // in this case the className cell.
+                        <className color="Fuchsia"> Main </className>
+                        <baseClass color="Fuchsia"> Object </baseClass>
+                        <declarations color="Fuchsia"> .K </declarations>
+                     </classData>
+                  </classes>
+                </T>
+

Unchanged Semantics from untyped SIMPLE

+ +

The semantics below is taken over from SIMPLE unchanged.
+The semantics of function declaration and invocation, including the
+use of the special lambda abstraction value, needs to change
+in order to account for the fact that methods are now invoked into
+their object's environment. The semantics of function return actually
+stays unchanged. Also, the semantics of program initialization is
+different: now we have to create an instance of the Main
+class which also calls the constructor Main(), while in
+SIMPLE we only had to invoke the function Main().
+Finally, the semantics of thread spawning needs to change, too: the
+parent thread needs to also share its object environment with the
+spawned thread (in addition to its local environment, like in SIMPLE).
+This is needed in order to be able to spawn method invokations under
+dynamic method dispatch; for example, spawn { run(); }
+will need to look up the method run() in the newly created
+thread, operation which will most likely fail unless the child thread
+sees the object environment of the parent thread. Note that the
+spawn statement of KOOL is more permissive than the threads
+of Java. In fact, the latter can be implemented in terms of our
+spawn—see the program threads.kool for a sketch.

+

Below is a subset of the values of SIMPLE, which are also values
+of KOOL. We will add other values later in the semantics, such as
+object and method closures.

+
  syntax Val ::= Int | Bool | String
+               | array(Int,Int)
+  syntax Exp ::= Val
+  syntax Exps ::= Vals
+  syntax KResult ::= Val
+  syntax KResult ::= Vals
+

The semantics below are taken verbatim from the untyped SIMPLE
+definition.

+
  syntax KItem ::= "undefined"  [latex(\bot)]
+
+  rule <k> var X:Id; => . ...</k>
+       <env> Env => Env[X <- L] </env>
+       <store>... .Map => L |-> undefined ...</store>
+       <nextLoc> L:Int => L +Int 1 </nextLoc>
+
+
+  context var _:Id[HOLE];
+
+  rule <k> var X:Id[N:Int]; => . ...</k>
+       <env> Env => Env[X <- L] </env>
+       <store>... .Map => L |-> array(L +Int 1, N)
+                          (L +Int 1) ... (L +Int N) |-> undefined ...</store>
+       <nextLoc> L:Int => L +Int 1 +Int N </nextLoc>
+    when N >=Int 0
+
+
+  syntax Id ::= "$1" [token] | "$2" [token]
+  rule var X:Id[N1:Int, N2:Int, Vs:Vals];
+    => var X[N1];
+       {
+         var $1=X;
+         for(var $2=0; $2 <= N1 - 1; ++$2) {
+           var X[N2,Vs];
+           $1[$2] = X;
+         }
+       }
+
+
+  rule <k> X:Id => V ...</k>
+       <env>... X |-> L ...</env>
+       <store>... L |-> V:Val ...</store>  [group(lookup)]
+
+
+  context ++(HOLE => lvalue(HOLE))
+  rule <k> ++loc(L) => I +Int 1 ...</k>
+       <store>... L |-> (I:Int => I +Int 1) ...</store>  [group(increment)]
+
+
+  rule I1 + I2 => I1 +Int I2
+  rule Str1 + Str2 => Str1 +String Str2
+  rule I1 - I2 => I1 -Int I2
+  rule I1 * I2 => I1 *Int I2
+  rule I1 / I2 => I1 /Int I2 when I2 =/=K 0
+  rule I1 % I2 => I1 %Int I2 when I2 =/=K 0
+  rule - I => 0 -Int I
+  rule I1 < I2 => I1 <Int I2
+  rule I1 <= I2 => I1 <=Int I2
+  rule I1 > I2 => I1 >Int I2
+  rule I1 >= I2 => I1 >=Int I2
+
+  rule V1:Val == V2:Val => V1 ==K V2
+  rule V1:Val != V2:Val => V1 =/=K V2
+  rule ! T => notBool(T)
+  rule true  && E => E
+  rule false && _ => false
+  rule true  || _ => true
+  rule false || E => E
+
+
+  rule V:Val[N1:Int, N2:Int, Vs:Vals] => V[N1][N2, Vs]
+    [anywhere]
+
+  rule array(L,_)[N:Int] => lookup(L +Int N)
+    [anywhere]
+
+
+  rule sizeOf(array(_,N)) => N
+

The semantics of function application needs to change into dynamic
+method dispatch invocation, which is defined shortly. However,
+interestingly, the semantics of return stays unchanged.

+
  rule <k> return(V:Val); ~> _ => V ~> K </k>
+       <control>
+         <fstack> ListItem(fstackFrame(Env,K,XS,<crntObj> CO </crntObj>)) => .List ...</fstack>
+         <xstack> _ => XS </xstack>
+         <crntObj> _ => CO </crntObj>
+       </control>
+       <env> _ => Env </env>
+
+  syntax Val ::= "nothing"
+  rule return; => return nothing;
+
+
+  rule <k> read() => I ...</k> <input> ListItem(I:Int) => .List ...</input>  [group(read)]
+
+
+  context (HOLE => lvalue(HOLE)) = _
+
+  rule <k> loc(L) = V:Val => V ...</k> <store>... L |-> (_ => V) ...</store>
+    [group(assignment)]
+
+
+  rule {} => .
+  rule <k> { S } => S ~> setEnv(Env) ...</k>  <env> Env </env>
+
+
+  rule S1::Stmt S2::Stmt => S1 ~> S2
+
+  rule _:Val; => .
+
+  rule if ( true) S else _ => S
+  rule if (false) _ else S => S
+
+  rule while (E) S => if (E) {S while(E)S}
+
+  rule <k> print(V:Val, Es => Es); ...</k> <output>... .List => ListItem(V) </output>
+    [group(print)]
+  rule print(.Vals); => .
+
+
+  syntax KItem ::= xstackFrame(Id,Stmt,K,Map,K)
+  // TODO(KORE): drop the additional production once parsing issue #1842 is fixed
+                 | (Id,Stmt,K,Map,K)
+
+  syntax KItem ::= "popx"
+
+  rule <k> (try S1 catch(X) {S2} => S1 ~> popx) ~> K </k>
+       <control>
+         <xstack> .List => ListItem(xstackFrame(X, S2, K, Env, C)) ...</xstack>
+         C
+       </control>
+       <env> Env </env>
+
+  rule <k> popx => . ...</k>
+       <xstack> ListItem(_) => .List ...</xstack>
+
+  rule <k> throw V:Val; ~> _ => { var X = V; S2 } ~> K </k>
+       <control>
+         <xstack> ListItem(xstackFrame(X, S2, K, Env, C)) => .List ...</xstack>
+         (_ => C)
+       </control>
+       <env> _ => Env </env>
+

Thread spawning needs a new semantics, because we want the child
+thread to also share the object environment with its parent. The new
+semantics of thread spawning will be defined shortly. However,
+interestingly, the other concurrency constructs keep their semantics
+from SIMPLE unchanged.

+
  // TODO(KORE): ..Bag should be . throughout this definition #1772
+  rule (<thread>... <k>.</k> <holds>H</holds> <id>T</id> ...</thread> => .Bag)
+  /*
+  rule (<thread>... <k>.</k> <holds>H</holds> <id>T</id> ...</thread> => .)
+  */
+       <busy> Busy => Busy -Set keys(H) </busy>
+       <terminated>... .Set => SetItem(T) ...</terminated>
+
+  rule <k> join T:Int; => . ...</k>
+       <terminated>... SetItem(T) ...</terminated>
+
+  rule <k> acquire V:Val; => . ...</k>
+       <holds>... .Map => V |-> 0 ...</holds>
+       <busy> Busy (.Set => SetItem(V)) </busy>
+    when (notBool(V in Busy:Set))  [group(acquire)]
+
+  rule <k> acquire V; => . ...</k>
+       <holds>... V:Val |-> (N:Int => N +Int 1) ...</holds>
+
+  rule <k> release V:Val; => . ...</k>
+       <holds>... V |-> (N => N:Int -Int 1) ...</holds>
+    when N >Int 0
+
+  rule <k> release V; => . ...</k> <holds>... V:Val |-> 0 => .Map ...</holds>
+       <busy>... SetItem(V) => .Set ...</busy>
+
+  rule <k> rendezvous V:Val; => . ...</k>
+       <k> rendezvous V; => . ...</k>  [group(rendezvous)]
+

Unchanged auxiliary operations from untyped SIMPLE

+ +
  syntax Stmt ::= mkDecls(Ids,Vals)  [function]
+  rule mkDecls((X:Id, Xs:Ids), (V:Val, Vs:Vals)) => var X=V; mkDecls(Xs,Vs)
+  rule mkDecls(.Ids,.Vals) => {}
+
+  // TODO(KORE): clarify sort inferences #1803
+  syntax Exp ::= lookup(Int)
+  /*
+  syntax KItem ::= lookup(Int)
+  */
+  rule <k> lookup(L) => V ...</k> <store>... L |-> V:Val ...</store>  [group(lookup)]
+
+  syntax KItem ::= setEnv(Map)
+  rule <k> setEnv(Env) => . ...</k>  <env> _ => Env </env>
+  rule (setEnv(_) => .) ~> setEnv(_)
+  // TODO: How can we make sure that the second rule above applies before the first one?
+  //       Probably we'll deal with this using strategies, eventually.
+
+  syntax Exp ::= lvalue(K)
+  syntax Val ::= loc(Int)
+
+  rule <k> lvalue(X:Id => loc(L)) ...</k> <env>... X |-> L:Int ...</env>
+
+  context lvalue(_::Exp[HOLE::Exps])
+  context lvalue(HOLE::Exp[_::Exps])
+
+  rule lvalue(lookup(L:Int) => loc(L))
+
+
+  syntax Map ::= Int "..." Int "|->" K
+    [function, latex({#1}\ldots{#2}\mapsto{#3})]
+  rule N...M |-> _ => .Map  when N >Int M
+  rule N...M |-> K => N |-> K (N +Int 1)...M |-> K  when N <=Int M
+

Changes to the existing untyped SIMPLE semantics

+ +

When we extend a language, sometimes we need to do more than just add
+new language constructs and semantics for them. Sometimes we want to
+also extend the semantics of existing language constructs, in order to
+get more from them.

+

Program initialization

+ +

In SIMPLE, once all the global declarations were processed, the
+function main() was invoked. In KOOL, the global
+declarations are classes, and their specific semantics is given
+shortly; essentially, they are pre-processed one by one and added
+into the class cell structure in the configuration.
+Once all the classes are processed, the computation item
+execute, which was placed right after the program in the
+initial configuration, is reached. In SIMPLE, the program was
+initialized by calling the method main(). In KOOL, the
+program is initialized by creating an object instance of class
+Main. This will also implicitly call the method
+Main() (the Main class constructor). The emptiness
+of the env cell below is just a sanity check, to make sure
+that the user has not declared anything but classes at the top level
+of the program.

+
  syntax KItem ::= "execute"
+  rule <k> execute => new Main(.Exps); </k> <env> .Map </env>
+

The semantics of new (defined below) requires the
+execution of all the class' declarations (and also of its
+superclasses').

+

Object and method closures

+ +

Before we can define the semantics of method application (previously
+called function application in SIMPLE), we need to add two more values
+to the language, namely object and method closures:

+
  syntax Val ::= objectClosure(Id, List)
+               | methodClosure(Id,Int,Ids,Stmt)
+

An object value consists of an objectClosure-wrapped bag
+containing the current class of the object and the environment stack
+of the object. The current class of an object will always be one of
+the classes mapped to an environment in the environment stack of the
+object. A method closure encapsulates the method's parameters and
+code (last two arguments), as well as the object context in which the
+method code should execute. This object context includes the current
+class of the object (the first argument of methodClosure) and
+the object environment stack (located in the object stored at the
+location specified as the second argument of methodClosure).

+

Method application

+ +

KOOL has a complex mechanism to invoke methods, because it allows both
+dynamic method dispatch and methods as first-class-citizen values (the
+latter making it a higher-order language). The invocation mechanism
+will be defined later. What is sufficient to know for now is that
+the two arguments of the application construct eventually reduce to
+values, the first being a method closure and the latter a list of
+values. The semantics of the method closure application is then as
+expected: the local environment and control are stacked, then we
+switch to method closure's class and object environment and execute
+the method body. The mkDecls construct is the one that came
+with the unchanged semantics of SIMPLE above.

+
  syntax KItem ::= fstackFrame(Map,K,List,K)
+  // TODO(KORE): drop the additional production once parsing issue #1842 is fixed
+                 | (Map,K,K)
+
+  rule <k> methodClosure(Class,OL,Xs,S)(Vs:Vals) ~> K
+           => mkDecls(Xs,Vs) S return; </k>
+       <env> Env => .Map </env>
+       <store>... OL |-> objectClosure(_, EnvStack)...</store>
+     //<br/> // TODO(KORE): support latex annotations #1799
+       <control>
+          <xstack> XS </xstack>
+          <fstack> .List => ListItem(fstackFrame(Env, K, XS, <crntObj> Obj' </crntObj>))
+          ...</fstack>
+          <crntObj> Obj' => <crntClass> Class </crntClass> <envStack> EnvStack </envStack> </crntObj>
+       </control>
+

Spawn

+ +

We want to extend the semantics of spawn to also share the
+current object environment with the child thread, in addition to the
+current environment. This extension will allow us to also use method
+invocations in the spawned statements, which will be thus looked up as
+expected, using dynamic method dispatch. This lookup operation would
+fail if the child thread did not have access to its parent's object
+environment.

+
  rule <thread>...
+         <k> spawn S => !T:Int ...</k>
+         <env> Env </env>
+         <crntObj> Obj </crntObj>
+       ...</thread>
+       (.Bag => <thread>...
+               <k> S </k>
+               <env> Env </env>
+               <id> !T </id>
+               <crntObj> Obj </crntObj>
+             ...</thread>)
+

Semantics of the new KOOL constructs

+ +

Class declaration

+ +

Initially, the classes forming the program are moved into their
+corresponding cells:

+
  rule <k> class Class1 extends Class2 { S } => . ...</k>
+       <classes>... (.Bag => <classData>
+                            <className> Class1 </className>
+                            <baseClass> Class2 </baseClass>
+                            <declarations> S </declarations>
+                        </classData>)
+       ...</classes>
+

Method declaration

+ +

Like in SIMPLE, method names are added to the environment and bound
+to their code. However, unlike in SIMPLE where each function was
+executed in the same environment, namely the program global
+environment, a method in KOOL needs to be executed into its object's
+environment. Thus, methods evaluate to closures, which encapsulate
+their object's context (i.e., the current class and environment stack
+of the object) in addition to method's parameters and body. This
+approach to bind method names to method closures in the environment
+will also allow objects to pass their methods to other objects, to
+dynamically change their methods by assigning them other method
+closures, and even to allow all these to be done from other objects.
+This gives the KOOL programmer a lot of power; one should use this
+power wisely, though, because programs can become easily hard to
+understand and reason about if one overuses these features.

+
  rule <k> method F:Id(Xs:Ids) S => . ...</k>
+       <crntClass> Class:Id </crntClass>
+       <location> OL:Int </location>
+       <env> Env => Env[F <- L] </env>
+       <store>... .Map => L |-> methodClosure(Class,OL,Xs,S) ...</store>
+       <nextLoc> L => L +Int 1 </nextLoc>
+

New

+ +

The semantics of new consists of two actions: memory
+allocation for the new object and execution of the corresponding
+constructor. Then the created object is returned as the result of the
+new operation; the value returned by the constructor, if any,
+is discarded. The current environment and object are stored onto the
+stack and recovered after new (according to the semantics of
+return borrowed from SIMPLE, when the statement
+return this; in the rule below is reached and evaluated),
+because the object creation part of new will destroy them.
+The rule below also initializes the object creation process by
+emptying the local environment and the current object, and allocating
+a location in the store where the created object will be eventually
+stored (this is what the storeObj task after the object
+creation task in the rule below will do—its rule is defined
+shortly). The location where the object will be stored is also made
+available in the crntObj cell, so that method closures can
+refer to it (see rule above).

+
  syntax KItem ::= "envStackFrame" "(" Id "," Map ")"
+
+  rule <k> new Class:Id(Vs:Vals) ~> K
+           => create(Class) ~> storeObj ~> Class(Vs); return this; </k>
+       <env> Env => .Map </env>
+       <nextLoc> L:Int => L +Int 1 </nextLoc>
+     //<br/> // TODO(KORE): support latex annotations #1799
+       <control> <xstack> XS </xstack>
+         <crntObj> Obj
+                   => <crntClass> Object </crntClass>
+                      <envStack> ListItem(envStackFrame(Object, .Map)) </envStack>
+                      <location> L </location>
+         </crntObj>
+         <fstack> .List => ListItem(fstackFrame(Env, K, XS, <crntObj> Obj </crntObj>)) ...</fstack>
+       </control>
+

The creation of a new object (the memory allocation part only) is
+a recursive process, requiring to first create an object for the
+superclass. A memory object representation is a layered structure:
+for each class on the path from the instance class to the root of the
+hierarchy there is a layer including the memory allocated for the
+members (both fields and methods) of that class.

+
  syntax KItem ::= create(Id)
+
+  rule <k> create(Class:Id)
+           => create(Class1) ~> setCrntClass(Class) ~> S ~> addEnvLayer ...</k>
+       <className> Class </className>
+       <baseClass> Class1:Id </baseClass>
+       <declarations> S </declarations>
+
+  rule <k> create(Object) => . ...</k>
+

The next operation sets the current class of the current object.
+This is necessary to be done at each layer, because the current class
+of the object is enclosed as part of the method closures (see the
+semantics of method declarations above).

+
  syntax KItem ::= setCrntClass(Id)
+
+  rule <k> setCrntClass(C) => . ...</k>
+       <crntClass> _ => C </crntClass>
+

The next operation adds a new tagged environment layer to the
+current object and gets ready for the next layer by clearing the
+environment (note that create expects the environment to be
+empty).

+
  syntax KItem ::= "addEnvLayer"
+
+  rule <k> addEnvLayer => . ...</k>
+       <env> Env => .Map </env>
+       <crntClass> Class:Id </crntClass>
+       <envStack> .List => ListItem(envStackFrame(Class, Env)) ...</envStack>
+

The following operation stores the created object at the location
+reserved by new. Note that the location reserved by
+new was temporarily stored in the crntObj cell
+precisely for this purpose. Now that the newly created object is
+stored at its location and that all method closures are aware of it,
+the location is unnecessary and thus we delete it from the
+crntObj cell.

+
  syntax KItem ::= "storeObj"
+
+  rule <k> storeObj => . ...</k>
+       <crntObj> <crntClass> CC </crntClass> <envStack> ES </envStack> (<location> L:Int </location> => .Bag) </crntObj>
+       <store>... .Map => L |-> objectClosure(CC, ES) ...</store>
+

Self reference

+ +

The semantics of this is straightforward: evaluate to the
+current object.

+
  rule <k> this => objectClosure(CC, ES) ...</k>
+       <crntObj> <crntClass> CC </crntClass> <envStack> ES </envStack> </crntObj>
+

Object member access

+ +

We can access an object member (field or method) either explicitly,
+using the construct e.x, or implicitly, using only the member
+name x directly. The borrowed semantics of SIMPLE will
+already lookup a sole name in the local environment. The first rule
+below reduces implicit member access to explicit access when the name
+cannot be found in the local environment. There are two cases to
+analyze for explicit object member access, depending upon whether the
+object is a proper object or it is just a redirection to the parent
+class via the construct super. In the first case, we
+evaluate the object expression and lookup the member starting with the
+current class (static scoping). Note the use of the conditional
+evaluation context. In the second case, we just lookup the member
+starting with the superclass of the current class. In both cases,
+the lookupMember task eventually yields a lookup(L)
+task for some appropriate location L, which will be further
+solved with the corresponding rule borrowed from SIMPLE. Note that the
+current object is not altered by super, so future method
+invocations see the entire object, as needed for dynamic method dispatch.

+
  rule <k> X:Id => this . X ...</k> <env> Env:Map </env>
+    when notBool(X in keys(Env))
+
+  context HOLE._::Id when (HOLE =/=K super)
+
+// TODO: explain how Assoc matching has been replaced with two rules here.
+// Maybe also improve it a bit.
+
+/*  rule objectClosure(<crntClass> Class:Id </crntClass>
+                     <envStack>... envStackFrame(Class,EnvC) EStack </envStack>)
+       . X:Id
+    => lookupMember(envStackFrame(Class,EnvC) EStack, X) */
+
+  rule objectClosure(Class:Id, ListItem(envStackFrame(Class,Env)) EStack)
+       . X:Id
+    => lookupMember(ListItem(envStackFrame(Class,Env)) EStack, X)
+  rule objectClosure(Class:Id, (ListItem(envStackFrame(Class':Id,_)) => .List) _)
+       . _X:Id
+    when Class =/=K Class'
+
+/*  rule <k> super . X => lookupMember(EStack, X) ...</k>
+       <crntClass> Class </crntClass>
+       <envStack>... envStackFrame(Class,EnvC) EStack </envStack> */
+  rule <k> super . X => lookupMember(EStack, X) ...</k>
+       <crntClass> Class:Id </crntClass>
+       <envStack> ListItem(envStackFrame(Class,_)) EStack </envStack>
+  rule <k> super . _X ...</k>
+       <crntClass> Class </crntClass>
+       <envStack> ListItem(envStackFrame(Class':Id,_)) => .List ...</envStack>
+    when Class =/=K Class'
+

Method invocation

+ +

Unlike in SIMPLE, in KOOL application was declared strict only in its
+second argument. That is because we want to ensure dynamic method
+dispatch when the first argument is a method access. As a
+consequence, we need to consider all the cases of interest for the
+first argument and to explicitly say what to do in each case. In all
+cases except for method access in a proper object (i.e., not
+super), we want the same behavior for the first argument as
+if it was not in a method invocation position. When it is a member
+access (the third rule below), we look it up starting with the
+instance class of the corresponding object. This ensures dynamic
+dispatch for methods; it actually dynamically dispatches field
+accesses, too, which is correct in KOOL, because one can assign method
+closures to fields and the field appeared in a method invocation
+context. The last context declaration below says that method
+applications or array accesses are also allowed as first argument to
+applications; that is because methods are allowed to return methods
+and arrays are allowed to hold methods in KOOL, since it is
+higher-order. If that is the case, then we want to evaluate the
+method call or the array access.

+
  rule <k> (X:Id => V)(_:Exps) ...</k>
+       <env>... X |-> L ...</env>
+       <store>... L |-> V:Val ...</store>  [group(lookup)]
+
+  rule <k> (X:Id => this . X)(_:Exps) ...</k>
+       <env> Env </env>
+    when notBool(X in keys(Env))
+
+  context HOLE._::Id(_) when HOLE =/=K super
+
+  rule (objectClosure(_, EStack) . X
+    => lookupMember(EStack, X:Id))(_:Exps)
+
+/*  rule <k> (super . X
+            => lookupMember(EStack,X))(_:Exps)...</k>
+       <crntClass> Class </crntClass>
+       <envStack>... envStackFrame(Class,_) EStack </envStack> */
+  rule <k> (super . X
+            => lookupMember(EStack,X))(_:Exps)...</k>
+       <crntClass> Class </crntClass>
+       <envStack> ListItem(envStackFrame(Class,_)) EStack </envStack>
+  rule <k> (super . _X)(_:Exps) ...</k>
+       <crntClass> Class </crntClass>
+       <envStack> ListItem(envStackFrame(Class':Id,_)) => .List ...</envStack>
+    when Class =/=K Class'
+
+  // TODO(KORE): fix getKLabel #1801
+  rule (A:Exp(B:Exps))(C:Exps) => A(B) ~> #freezerFunCall(C)
+  rule (A:Exp[B:Exps])(C:Exps) => A[B] ~> #freezerFunCall(C)
+  rule V:Val ~> #freezerFunCall(C:Exps) => V(C)
+  syntax KItem ::= "#freezerFunCall" "(" K ")"
+  /*
+  context HOLE(_:Exps)
+    when getKLabel(HOLE) ==K #klabel(`_(_)`) orBool getKLabel(HOLE) ==K #klabel(`_[_]`)
+  */
+

Eventually, each of the rules above produces a lookup(L)
+task as a replacement for the method. When that happens, we just
+lookup the value at location L:

+
  rule <k> (lookup(L) => V)(_:Exps) ...</k>  <store>... L |-> V:Val ...</store>
+    [group(lookup)]
+

The value V looked up above is expected to be a method closure,
+in which case the semantics of method application given above will
+apply. Otherwise, the execution will get stuck.

+

Instance Of

+ +

It searches the object environment for a layer corresponding to the
+desired class. It returns true iff it can find the class,
+otherwise it returns false; it only gets stuck when its first
+argument does not evaluate to an object.

+
  rule objectClosure(_, ListItem(envStackFrame(C,_)) _)
+       instanceOf C => true
+
+  rule objectClosure(_, (ListItem(envStackFrame(C,_)) => .List) _)
+       instanceOf C'  when C =/=K C'
+//TODO: remove the sort cast ::Id of C above, when sort inference bug fixed
+
+  rule objectClosure(_, .List) instanceOf _ => false
+

Cast

+ +

In untyped KOOL, we prefer to not check the validity of casting. In
+other words, any cast is allowed on any object, simply changing the
+current class of the object to the desired class. The execution will
+get stuck later if one attempts to access a field which is not
+available. Moreover, the execution may complete successfully even
+in the presence of invalid casts, provided that each accessed member
+during the current execution is, or happens to be, available.

+
  rule (C) objectClosure(_ , EnvStack) => objectClosure(C ,EnvStack)
+

KOOL-specific auxiliary declarations and operations

+ +

Here we define all the auxiliary constructs used in the above
+KOOL-specific semantics (those used in the SIMPLE fragment
+have already been defined in a corresponding section above).

+

Objects as lvalues

+ +

The current machinery borrowed with the semantics of SIMPLE allows us
+to enrich the set of lvalues, this way allowing new means to assign
+values to locations. In KOOL, we want object member names to be
+lvalues, so that we can assign values to them using the already
+existing machinery. The first rule below ensures that the object is
+always explicit, the evaluation context enforces the object to be
+evaluated, and finally the second rule initiates the lookup for the
+member's location based on the current class of the object.

+
  rule <k> lvalue(X:Id => this . X) ...</k>  <env> Env </env>
+    when notBool(X in keys(Env))
+
+  context lvalue((HOLE . _)::Exp)
+
+/*  rule lvalue(objectClosure(<crntClass> C </crntClass>
+                            <envStack>... envStackFrame(C,EnvC) EStack </envStack>)
+              . X
+              => lookupMember(<envStack> envStackFrame(C,EnvC) EStack </envStack>,
+                              X))  */
+  rule lvalue(objectClosure(Class, ListItem(envStackFrame(Class,Env)) EStack)
+              . X
+              => lookupMember(ListItem(envStackFrame(Class,Env)) EStack,
+                              X))
+  rule lvalue(objectClosure(Class, (ListItem(envStackFrame(Class':Id,_)) => .List) _)
+              . _X)
+    when Class =/=K Class'
+

Lookup member

+ +

It searches for the given member in the given environment stack,
+starting with the most concrete class and going up in the hierarchy.

+
  // TODO(KORE): clarify sort inferences #1803
+  syntax Exp ::= lookupMember(List, Id)  [function]
+  /*
+  syntax KItem ::= lookupMember(EnvStackCell,Id)  [function]
+  */
+
+//  rule lookupMember(<envStack> envStackFrame(_, <env>... X|->L ...</env>) ...</envStack>, X)
+//    => lookup(L)
+  rule lookupMember(ListItem(envStackFrame(_, X|->L _)) _, X)
+    => lookup(L)
+
+//  rule lookupMember(<envStack> envStackFrame(_, <env> Env </env>) => .List ...</envStack>, X)
+//    when notBool(X in keys(Env))
+  rule lookupMember(ListItem(envStackFrame(_, Env)) Rest, X) =>
+       lookupMember(Rest, X)
+    when notBool(X in keys(Env))
+//TODO: beautify the above
+
+endmodule
+

Go to Lesson 2, KOOL typed dynamic.

+

KOOL — Typed — Dynamic

+ +

Author: Grigore Roșu (grosu@illinois.edu)
+Organization: University of Illinois at Urbana-Champaign

+

Author: Traian Florin Șerbănuță (traian.serbanuta@unibuc.ro)
+Organization: University of Bucharest

+

Abstract

+ +

This is the K dynamic semantics of the typed KOOL language. It is
+very similar to the semantics of the untyped KOOL, the difference
+being that we now check the typing policy dynamically. Since we have
+to now declare the types of variables and methods, we adopt a syntax
+for those which is close to Java. Like in the semantics of
+untyped KOOL, where we borrowed almost all the semantics of untyped
+SIMPLE, we are going to also borrow much of the semantics of
+dynamically typed SIMPLE here. We will highlight the differences
+between the dynamically typed and the untyped KOOL as we proceed with
+the semantics. In general, the type policy of the typed KOOL language
+is similar to that of Java. You may find it useful to also read
+the discussion in the preamble of the static semantics of typed KOOL
+before proceeding.

+
module KOOL-TYPED-DYNAMIC-SYNTAX
+  imports DOMAINS-SYNTAX
+

Syntax

+ +

Like for the untyped KOOL language, the syntax of typed KOOL extends
+that of typed SIMPLE with object-oriented constructs.
+The syntax below was produced by copying and modifying/extending the
+syntax of dynamically typed SIMPLE. In fact, the only change we made
+to the existing syntax of dynamically typed SIMPLE was to change the
+strictness of the application construct like in untyped KOOL, from
+strict to strict(2) (because application is not
+strict in the first argument anymore due to dynamic method dispatch).
+The KOOL-specific syntactic extensions are identical to those in
+untyped KOOL.

+
  syntax Id ::= "Object" [token] | "Main" [token]
+

Types

+ +
  syntax Type ::= "void" | "int" | "bool" | "string"
+                | Id                              // KOOL class
+                | Type "[" "]"
+                | "(" Type ")"           [bracket]
+                > Types "->" Type
+  // TODO(KORE): drop klabel once issues #1913 are fixed
+  syntax Types ::= List{Type,","}   [klabel(_,_::Types)]
+  /*
+  syntax Types ::= List{Type,","}
+  */
+

Declarations

+ +
  syntax Param ::= Type Id
+  syntax Params ::= List{Param,","}
+
+  syntax Stmt ::= Type Exps ";" [avoid]
+                | Type Id "(" Params ")" Block    // stays like in typed SIMPLE
+                | "class" Id Block                // KOOL
+                | "class" Id "extends" Id Block   // KOOL
+

Expressions

+ +
  syntax Exp ::= Int | Bool | String | Id
+               | "this"                                 // KOOL
+               | "super"                                // KOOL
+               | "(" Exp ")"             [bracket]
+               | "++" Exp
+               | Exp "instanceOf" Id     [strict(1)]    // KOOL
+               | "(" Id ")" Exp          [strict(2)]    // KOOL  cast
+               | "new" Id "(" Exps ")"   [strict(2)]    // KOOL
+               | Exp "." Id                             // KOOL
+               > Exp "[" Exps "]"        [strict]
+               > Exp "(" Exps ")"        [strict(2)]    // was strict in SIMPLE
+               | "-" Exp                 [strict]
+               | "sizeOf" "(" Exp ")"    [strict]
+               | "read" "(" ")"
+               > left:
+                 Exp "*" Exp             [strict, left]
+               | Exp "/" Exp             [strict, left]
+               | Exp "%" Exp             [strict, left]
+               > left:
+                 Exp "+" Exp             [strict, left]
+               | Exp "-" Exp             [strict, left]
+               > non-assoc:
+                 Exp "<" Exp             [strict, non-assoc]
+               | Exp "<=" Exp            [strict, non-assoc]
+               | Exp ">" Exp             [strict, non-assoc]
+               | Exp ">=" Exp            [strict, non-assoc]
+               | Exp "==" Exp            [strict, non-assoc]
+               | Exp "!=" Exp            [strict, non-assoc]
+               > "!" Exp                 [strict]
+               > left:
+                 Exp "&&" Exp            [strict(1), left]
+               | Exp "||" Exp            [strict(1), left]
+               > "spawn" Block
+               > Exp "=" Exp             [strict(2), right]
+
+  syntax Exps ::= List{Exp,","}          [strict, klabel(exps)]
+  syntax Val
+  syntax Vals ::= List{Val,","}          [klabel(exps)]
+

Statements

+ +
  syntax Block ::= "{" "}"
+                | "{" Stmt "}"
+
+  syntax Stmt ::= Block
+                | Exp ";"                               [strict]
+                | "if" "(" Exp ")" Block "else" Block   [avoid, strict(1)]
+                | "if" "(" Exp ")" Block                [macro]
+                | "while" "(" Exp ")" Block
+                | "for" "(" Stmt Exp ";" Exp ")" Block  [macro]
+                | "print" "(" Exps ")" ";"              [strict]
+                | "return" Exp ";"                      [strict]
+                | "return" ";"
+                | "try" Block "catch" "(" Param ")" Block
+                | "throw" Exp ";"                       [strict]
+                | "join" Exp ";"                        [strict]
+                | "acquire" Exp ";"                     [strict]
+                | "release" Exp ";"                     [strict]
+                | "rendezvous" Exp ";"                  [strict]
+
+  syntax Stmt ::= Stmt Stmt                          [right]
+

Desugaring macros

+ +
  rule if (E) S => if (E) S else {}
+  rule for(Start Cond; Step) {S::Stmt} => {Start while(Cond){S Step;}}
+  rule T::Type E1::Exp, E2::Exp, Es::Exps; => T E1; T E2, Es;           [anywhere]
+  rule T::Type X::Id = E; => T X; X = E;                                [anywhere]
+
+  rule class C:Id S => class C extends Object S                     // KOOL
+
+endmodule
+

Semantics

+ +

We first discuss the new configuration, then we include the semantics of
+the constructs borrowed from SIMPLE which stay unchanged, then those
+whose semantics had to change, and finally the semantics of the
+KOOL-specific constructs.

+
module KOOL-TYPED-DYNAMIC
+  imports KOOL-TYPED-DYNAMIC-SYNTAX
+  imports DOMAINS
+

Configuration

+ +

The configuration of dynamically typed KOOL is almost identical to
+that of its untyped variant. The only difference is the cell
+return, inside the control cell, whose role is to
+hold the expected return type of the invoked method. That is because
+we want to dynamically check that the value that a method returns has
+the expected type.

+
  // the syntax declarations below are required because the sorts are
+  // referenced directly by a production and, because of the way KIL to KORE
+  // is implemented, the configuration syntax is not available yet
+  // should simply work once KIL is removed completely
+  // check other definitions for this hack as well
+  syntax EnvCell
+  syntax ControlCellFragment
+  syntax EnvStackCell
+  syntax CrntObjCellFragment
+
+  configuration <T color="red">
+                  <threads color="orange">
+                    <thread multiplicity="*" type="Set" color="yellow">
+                      <k color="green"> ($PGM:Stmt ~> execute) </k>
+                    //<br/> // TODO(KORE): support latex annotations #1799
+                      <control color="cyan">
+                        <fstack color="blue"> .List </fstack>
+                        <xstack color="purple"> .List </xstack>
+                        <returnType color="LimeGreen"> void </returnType>  // KOOL
+                      //<br/> // TODO(KORE): support latex annotations #1799
+                        <crntObj color="Fuchsia">  // KOOL
+                           <crntClass> Object </crntClass>
+                           <envStack> .List </envStack>
+                           <location multiplicity="?"> .K </location>
+                        </crntObj>
+                      </control>
+                    //<br/> // TODO(KORE): support latex annotations #1799
+                      <env color="violet"> .Map </env>
+                      <holds color="black"> .Map </holds>
+                      <id color="pink"> 0 </id>
+                    </thread>
+                  </threads>
+                //<br/> // TODO(KORE): support latex annotations #1799
+                  <store color="white"> .Map </store>
+                  <busy color="cyan">.Set </busy>
+                  <terminated color="red"> .Set </terminated>
+                  <input color="magenta" stream="stdin"> .List </input>
+                  <output color="brown" stream="stdout"> .List </output>
+                  <nextLoc color="gray"> 0 </nextLoc>
+                //<br/> // TODO(KORE): support latex annotations #1799
+                  <classes color="Fuchsia">        // KOOL
+                     <classData multiplicity="*" type="Map" color="Fuchsia">
+                        <className color="Fuchsia"> Main </className>
+                        <baseClass color="Fuchsia"> Object </baseClass>
+                        <declarations color="Fuchsia"> .K </declarations>
+                     </classData>
+                  </classes>
+                </T>
+

Unchanged semantics from dynamically typed SIMPLE

+ +

The semantics below is taken over from dynamically typed SIMPLE
+unchanged. Like for untyped KOOL, the semantics of function/method
+declaration and invocation, and of program initialization needs to
+change. Moreover, due to subtyping, the semantics of several imported
+SIMPLE constructs can be made more general, such as that of the
+return statement, that of the assignment, and that of the exceptions.
+We removed all these from the imported semantics of SIMPLE below and
+gave their modified semantics right after, together with the extended
+semantics of thread spawning (which is identical to that of untyped
+KOOL).

+
  syntax Val ::= Int | Bool | String
+               | array(Type,Int,Int)
+  syntax Exp ::= Val
+  syntax Exps ::= Vals
+  syntax KResult ::= Val
+  syntax KResult ::= Vals
+
+
+  syntax KItem ::= undefined(Type)  [latex(\bot_{#1})]
+
+  rule <k> T:Type X:Id; => . ...</k>
+       <env> Env => Env[X <- L] </env>
+       <store>... .Map => L |-> undefined(T) ...</store>
+       <nextLoc> L:Int => L +Int 1 </nextLoc>
+
+
+  rule <k> T:Type X:Id[N:Int]; => . ...</k>
+       <env> Env => Env[X <- L] </env>
+       <store>... .Map => L |-> array(T, L +Int 1, N)
+                          (L +Int 1)...(L +Int N) |-> undefined(T) ...</store>
+       <nextLoc> L:Int => L +Int 1 +Int N </nextLoc>
+    requires N >=Int 0
+
+  context _:Type _::Exp[HOLE::Exps];
+
+
+  syntax Id ::= "$1" [token] | "$2" [token]
+  rule T:Type X:Id[N1:Int, N2:Int, Vs:Vals];
+    => T[]<Vs> X[N1];
+       {
+         T[][]<Vs> $1=X;
+         for(int $2=0; $2 <= N1 - 1; ++$2) {
+           T X[N2,Vs];
+           $1[$2] = X;
+         }
+       }
+
+
+  rule <k> X:Id => V ...</k>
+       <env>... X |-> L ...</env>
+       <store>... L |-> V:Val ...</store>  [group(lookup)]
+
+
+  context ++(HOLE => lvalue(HOLE))
+  rule <k> ++loc(L) => I +Int 1 ...</k>
+       <store>... L |-> (I:Int => I +Int 1) ...</store>  [group(increment)]
+
+
+  rule I1 + I2 => I1 +Int I2
+  rule Str1 + Str2 => Str1 +String Str2
+  rule I1 - I2 => I1 -Int I2
+  rule I1 * I2 => I1 *Int I2
+  rule I1 / I2 => I1 /Int I2 requires I2 =/=K 0
+  rule I1 % I2 => I1 %Int I2 requires I2 =/=K 0
+  rule - I => 0 -Int I
+  rule I1 < I2 => I1 <Int I2
+  rule I1 <= I2 => I1 <=Int I2
+  rule I1 > I2 => I1 >Int I2
+  rule I1 >= I2 => I1 >=Int I2
+  rule V1:Val == V2:Val => V1 ==K V2
+  rule V1:Val != V2:Val => V1 =/=K V2
+  rule ! T => notBool(T)
+  rule true  && E => E
+  rule false && _ => false
+  rule true  || _ => true
+  rule false || E => E
+
+
+  rule V:Val[N1:Int, N2:Int, Vs:Vals] => V[N1][N2, Vs]
+    [anywhere]
+
+  rule array(_:Type, L:Int, M:Int)[N:Int] => lookup(L +Int N)
+    requires N >=Int 0 andBool N <Int M  [anywhere]
+
+  rule sizeOf(array(_,_,N)) => N
+
+
+  syntax Val ::= nothing(Type)
+  rule <k> return; => return nothing(T); ...</k> <returnType> T </returnType>
+
+
+  rule <k> read() => I ...</k> <input> ListItem(I:Int) => .List ...</input>  [group(read)]
+
+
+  context (HOLE => lvalue(HOLE)) = _
+
+
+  rule {} => .
+  rule <k> { S } => S ~> setEnv(Env) ...</k>  <env> Env </env>
+
+
+  rule S1:Stmt S2:Stmt => S1 ~> S2
+
+
+  rule _:Val; => .
+
+
+  rule if ( true) S else _ => S
+  rule if (false) _ else S => S
+
+
+  rule while (E) S => if (E) {S while(E)S}
+
+
+  rule <k> print(V:Val, Es => Es); ...</k> <output>... .List => ListItem(V) </output>
+    requires typeOf(V) ==K int orBool typeOf(V) ==K string  [group(print)]
+  rule print(.Vals); => .
+
+
+  rule (<thread>... <k>.</k> <holds>H</holds> <id>T</id> ...</thread> => .Bag)
+       <busy> Busy => Busy -Set keys(H) </busy>
+       <terminated>... .Set => SetItem(T) ...</terminated>
+
+  rule <k> join T:Int; => . ...</k>
+       <terminated>... SetItem(T) ...</terminated>
+
+  rule <k> acquire V:Val; => . ...</k>
+       <holds>... .Map => V |-> 0 ...</holds>
+       <busy> Busy (.Set => SetItem(V)) </busy>
+    requires (notBool(V in Busy:Set))  [group(acquire)]
+
+  rule <k> acquire V; => . ...</k>
+       <holds>... V:Val |-> (N:Int => N +Int 1) ...</holds>
+
+  rule <k> release V:Val; => . ...</k>
+       <holds>... V |-> (N => N:Int -Int 1) ...</holds>
+    requires N >Int 0
+
+  rule <k> release V; => . ...</k> <holds>... V:Val |-> 0 => .Map ...</holds>
+       <busy>... SetItem(V) => .Set ...</busy>
+
+  rule <k> rendezvous V:Val; => . ...</k>
+       <k> rendezvous V; => . ...</k>  [group(rendezvous)]
+

Unchanged auxiliary operations from dynamically typed SIMPLE

+ +
  syntax Stmt ::= mkDecls(Params,Vals)  [function]
+  rule mkDecls((T:Type X:Id, Ps:Params), (V:Val, Vs:Vals))
+    => T X=V; mkDecls(Ps,Vs)
+  rule mkDecls(.Params,.Vals) => {}
+
+  syntax Exp ::= lookup(Int)
+  rule <k> lookup(L) => V ...</k> <store>... L |-> V:Val ...</store>  [group(lookup)]
+
+  syntax KItem ::= setEnv(Map)
+  rule <k> setEnv(Env) => . ...</k>  <env> _ => Env </env>
+  rule (setEnv(_) => .) ~> setEnv(_)
+
+  syntax Exp ::= lvalue(K)
+  syntax Val ::= loc(Int)
+  rule <k> lvalue(X:Id => loc(L)) ...</k>  <env>... X |-> L:Int ...</env>
+
+  context lvalue(_::Exp[HOLE::Exps])
+  context lvalue(HOLE::Exp[_::Exps])
+
+  rule lvalue(lookup(L:Int) => loc(L))
+
+  syntax Type ::= Type "<" Vals ">"  [function]
+  rule T:Type<_,Vs:Vals> => T[]<Vs>
+  rule T:Type<.Vals> => T
+
+  syntax Map ::= Int "..." Int "|->" K
+    [function, latex({#1}\ldots{#2}\mapsto{#3})]
+  rule N...M |-> _ => .Map  requires N >Int M
+  rule N...M |-> K => N |-> K (N +Int 1)...M |-> K  requires N <=Int M
+
+  syntax Type ::= typeOf(K)  [function]
+  rule typeOf(_:Int) => int
+  rule typeOf(_:Bool) => bool
+  rule typeOf(_:String) => string
+  rule typeOf(array(T,_,_)) => (T[])
+  rule typeOf(undefined(T)) => T
+  rule typeOf(nothing(T)) => T
+
+  syntax Types ::= getTypes(Params)  [function]
+  rule getTypes(T:Type _:Id) => T, .Types
+  rule getTypes(T:Type _:Id, P, Ps) => T, getTypes(P,Ps)
+  rule getTypes(.Params) => void, .Types
+

Changes to the existing dynamically typed SIMPLE semantics

+ +

We extend/change the semantics of several SIMPLE constructs in order
+to take advantage of the richer KOOL semantic infrastructure and thus
+get more from the existing SIMPLE constructs.

+

Program initialization

+ +

Like in untyped KOOL.

+
  syntax KItem ::= "execute"
+  rule <k> execute => new Main(.Exps); </k> <env> .Map </env>
+

Method application

+ +

The only change to untyped KOOL's values is that method closures are
+now typed (their first argument holds their type):

+
 syntax Val ::= objectClosure(Id,List)
+              | methodClosure(Type,Id,Int,Params,Stmt)
+

The type held by a method clossure will be the entire type of the
+method, not only its result type like the lambda-closure of typed
+SIMPLE. The reason for this change comes from the the need to
+dynamically upcast values when passed to contexts where values of
+superclass types are expected; since we want method closures to be
+first-class-citizen values in our language, we have to be able to
+dynamically upcast them, and in order to do that elegantly it is
+convenient to store the entire ``current type'' of the method closure
+instead of just its result type. Note that this was unnecessary in
+the semantics of the dynamically typed SIMPLE language.

+

Method closure application needs to also set a new return type in
+the return cell, like in dynamically typed SIMPLE, in order
+for the values returned by its body to be checked against the return
+type of the method. To do this correctly, we also need to stack the
+current status of the return cell and then pop it when the
+method returns. We have to do the same with the current object
+environment, so we group them together in the stack frame.

+
  syntax KItem ::= fstackFrame(Map, K, List, Type, K)
+
+  rule <k> methodClosure(_->T,Class,OL,Ps,S)(Vs:Vals) ~> K
+           => mkDecls(Ps,Vs) S return; </k>
+       <env> Env => .Map </env>
+       <store>... OL |-> objectClosure(_, EStack)...</store>
+     //<br/> // TODO(KORE): support latex annotations #1799
+       <control>
+          <fstack> .List => ListItem(fstackFrame(Env, K, XS, T', <crntObj> Obj' </crntObj>)) ...</fstack>
+          <xstack> XS </xstack>
+          <returnType> T' => T </returnType>
+          <crntObj> Obj' => <crntClass> Class </crntClass> <envStack> EStack </envStack> </crntObj>
+       </control>
+

At method return, we have to check that the type of the returned
+value is a subtype of the expected return type. Moreover, if that is
+the case, then we also upcast the returned value to one of the
+expected type. The computation item unsafeCast(V,T) changes
+the typeof V to T without any additional checks; however, it only
+does it when V is an object or a method, otherwise it returns V
+unchanged.

+
  rule <k> return V:Val; ~> _
+           => subtype(typeOf(V), T) ~> true? ~> unsafeCast(V, T) ~> K
+       </k>
+       <control>
+         <fstack> ListItem(fstackFrame(Env, K, XS, RT, <crntObj> CO </crntObj>)) => .List ...</fstack>
+         <xstack> _ => XS </xstack>
+         <returnType> T:Type => RT </returnType>
+         <crntObj> _ => CO </crntObj>
+       </control>
+       <env> _ => Env </env>
+

Assignment

+ +

Typed KOOL allows to assign subtype instance values to supertype
+lvalues. The semantics of assignment below is similar in spirit to
+dynamically typed SIMPLE's, but a check is performed that the assigned
+value's type is a subtype of the location's type. If that is the
+case, then the assigned value is returned as a result and stored, but
+it is upcast appropriately first, so the context will continue to see
+a value of the expected type of the location. Note that the type of a
+location is implicit in the type of its contents and it never changes
+during the execution of a program; its type is assigned when the
+location is allocated and initialized, and then only type-preserving
+values are allowed to be stored in each location.

+
  rule <k> loc(L) = V:Val
+           => subtype(typeOf(V),typeOf(V')) ~> true?
+              ~> unsafeCast(V, typeOf(V')) ...</k>
+       <store>... L |-> (V' => unsafeCast(V, typeOf(V'))) ...</store>
+    [group(assignment)]
+

Typed exceptions

+ +

Exceptions are propagated now until a catch that can handle them is
+encountered.

+
  syntax KItem ::= xstackFrame(Param, Stmt, K, Map, K)
+  syntax KItem ::= "popx"
+
+  rule <k> (try S1 catch(P) S2 => S1 ~> popx) ~> K </k>
+       <control>
+         <xstack> .List => ListItem(xstackFrame(P, S2, K, Env, C)) ...</xstack>
+         C
+       </control>
+       <env> Env </env>
+
+  rule <k> popx => . ...</k>
+       <xstack> ListItem(_) => .List ...</xstack>
+
+  rule <k> throw V:Val; ~> _
+        => if (subtype(typeOf(V),T)) { T X = V; S2 } else { throw V; } ~> K
+       </k>
+       <control>
+         <xstack> ListItem(xstackFrame(T:Type X:Id, S2, K, Env, C)) => .List ...</xstack>
+         (_ => C)
+       </control>
+       <env> _ => Env </env>
+

Spawn

+ +

Like in untyped KOOL.

+
  rule <thread>...
+         <k> spawn S => !T:Int ...</k>
+         <env> Env </env>
+         <crntObj> Obj </crntObj>
+       ...</thread>
+       (.Bag => <thread>...
+               <k> S </k>
+               <env> Env </env>
+               <id> !T </id>
+               <crntObj> Obj </crntObj>
+             ...</thread>)
+

Semantics of the new KOOL constructs

+ +

Class declaration

+ +

Like in untyped KOOL.

+
  rule <k> class Class1 extends Class2 { S } => . ...</k>
+       <classes>... (.Bag => <classData>
+                            <className> Class1 </className>
+                            <baseClass> Class2 </baseClass>
+                            <declarations> S </declarations>
+                        </classData>)
+       ...</classes>
+

Method declaration

+ +

Methods are now typed and we need to store their types in their
+closures, so that their type contract can be checked at invocation
+time. The rule below is conceptually similar to that of untyped KOOL;
+the only difference is the addition of the types.

+
  rule <k> T:Type F:Id(Ps:Params) S => . ...</k>
+       <crntClass> C </crntClass>
+       <location> OL </location>
+       <env> Env => Env[F <- L] </env>
+       <store>... .Map => L|->methodClosure(getTypes(Ps)->T,C,OL,Ps,S) ...</store>
+       <nextLoc> L => L +Int 1 </nextLoc>
+

New

+ +

The semantics of new in dynamically typed KOOL is also
+similar to that in untyped KOOL, the main difference being the
+management of the return types. Indeed, when a new object is created
+we also have to stack the current type in the return cell in
+order to be recovered after the creation of the new object. Only the
+first rule below needs to be changed; the others are identical to
+those in untyped KOOL.

+
  syntax KItem ::= envStackFrame(Id, Map)
+
+  rule <k> new Class:Id(Vs:Vals) ~> K
+           => create(Class) ~> (storeObj ~> ((Class(Vs)); return this;)) </k>
+       <env> Env => .Map </env>
+       <nextLoc> L:Int => L +Int 1 </nextLoc>
+     //<br/> // TODO(KORE): support latex annotations #1799
+       <control>
+         <xstack> XS </xstack>
+         <crntObj> Obj
+                   => <crntClass> Object </crntClass>
+                      <envStack> ListItem(envStackFrame(Object, .Map)) </envStack>
+                      <location> L </location>
+         </crntObj>
+         <returnType> T => Class </returnType>
+         <fstack> .List => ListItem(fstackFrame(Env, K, XS, T, <crntObj>Obj</crntObj>)) ...</fstack>
+       </control>
+
+  syntax KItem ::= create(Id)
+
+  rule <k> create(Class:Id)
+           => create(Class1) ~> setCrntClass(Class) ~> S ~> addEnvLayer ...</k>
+       <className> Class </className>
+       <baseClass> Class1:Id </baseClass>
+       <declarations> S </declarations>
+
+  rule <k> create(Object) => . ...</k>
+
+  syntax KItem ::= setCrntClass(Id)
+
+  rule <k> setCrntClass(C) => . ...</k>
+       <crntClass> _ => C </crntClass>
+
+  syntax KItem ::= "addEnvLayer"
+
+  rule <k> addEnvLayer => . ...</k>
+       <env> Env => .Map </env>
+       <crntClass> Class:Id </crntClass>
+       <envStack> .List => ListItem(envStackFrame(Class, Env)) ...</envStack>
+
+  syntax KItem ::= "storeObj"
+
+  rule <k> storeObj => . ...</k>
+       <crntObj>
+         <crntClass> Class </crntClass>
+         <envStack> EStack </envStack>
+         (<location> L:Int </location> => .Bag)
+       </crntObj>
+       <store>... .Map => L |-> objectClosure(Class, EStack) ...</store>
+

Self reference

+ +

Like in untyped KOOL.

+
  rule <k> this => objectClosure(Class, EStack) ...</k>
+       <crntObj>
+         <crntClass> Class </crntClass>
+         <envStack> EStack </envStack>
+         ...
+       </crntObj>
+

Object member access

+ +

Like in untyped KOOL.

+
  rule <k> X:Id => this . X ...</k> <env> Env:Map </env>
+    requires notBool(X in keys(Env))
+
+  context HOLE . _::Id requires (HOLE =/=K super)
+
+/*  rule objectClosure(<crntObj> <crntClass> Class:Id </crntClass>
+                     <envStack>... ListItem((Class,EnvC:EnvCell)) EStack </envStack> </crntObj>)
+       . X:Id
+    => lookupMember(<envStack> ListItem((Class,EnvC)) EStack </envStack>, X) */
+  rule objectClosure(Class:Id,
+                     ListItem(envStackFrame(Class,Env)) EStack)
+       . X:Id
+    => lookupMember(ListItem(envStackFrame(Class,Env)) EStack, X)
+  rule objectClosure(Class:Id,
+                     (ListItem(envStackFrame(Class':Id,_)) => .List) _EStack)
+       . _X:Id
+    requires Class =/=K Class'
+
+/*  rule <k> super . X => lookupMember(<envStack>EStack</envStack>, X) ...</k>
+       <crntClass> Class </crntClass>
+       <envStack>... ListItem((Class,EnvC:EnvCell)) EStack </envStack> */
+  rule <k> super . X => lookupMember(EStack, X) ...</k>
+       <crntClass> Class:Id </crntClass>
+       <envStack> ListItem(envStackFrame(Class,_)) EStack </envStack>
+  rule <k> super . _X ...</k>
+       <crntClass> Class:Id </crntClass>
+       <envStack> (ListItem(envStackFrame(Class':Id,_)) => .List) _EStack </envStack>
+    requires Class =/=K Class'
+

Method invocation

+ +

The method lookup is the same as in untyped KOOL.

+
  rule <k> (X:Id => V)(_:Exps) ...</k>
+       <env>... X |-> L ...</env>
+       <store>... L |-> V:Val ...</store>  [group(lookup)]
+
+  rule <k> (X:Id => this . X)(_:Exps) ...</k>
+       <env> Env </env>
+    requires notBool(X in keys(Env))
+
+  context HOLE._::Id(_) requires HOLE =/=K super
+
+  rule (objectClosure(_, EStack) . X
+    => lookupMember(EStack, X:Id))(_:Exps)
+
+/*  rule <k> (super . X
+            => lookupMember(<envStack>EStack</envStack>,X))(_:Exps)...</k>
+       <crntClass> Class </crntClass>
+       <envStack>... ListItem((Class,_)) EStack </envStack> */
+  rule <k> (super . X
+            => lookupMember(EStack,X))(_:Exps)...</k>
+       <crntClass> Class:Id </crntClass>
+       <envStack> ListItem(envStackFrame(Class,_)) EStack </envStack>
+  rule <k> (super . _X)(_:Exps)...</k>
+       <crntClass> Class:Id </crntClass>
+       <envStack> (ListItem(envStackFrame(Class':Id,_)) => .List) _EStack </envStack>
+    requires Class =/=K Class'
+
+  // TODO(KORE): fix getKLabel #1801
+  rule (A:Exp(B:Exps))(C:Exps) => A(B) ~> #freezerFunCall(C)
+  rule (A:Exp[B:Exps])(C:Exps) => A[B] ~> #freezerFunCall(C)
+  rule V:Val ~> #freezerFunCall(C:Exps) => V(C)
+  syntax KItem ::= "#freezerFunCall" "(" K ")"
+  /*
+  context HOLE(_:Exps)
+    requires getKLabel HOLE ==KLabel '_`(_`) orBool getKLabel HOLE ==KLabel '_`[_`]
+  */
+
+  rule <k> (lookup(L) => V)(_:Exps) ...</k>  <store>... L |-> V:Val ...</store>
+    [group(lookup)]
+

Instance of

+ +

Like in untyped KOOL.

+
  rule objectClosure(_, ListItem(envStackFrame(C,_)) _)
+       instanceOf C => true
+
+  rule objectClosure(_, (ListItem(envStackFrame(C::Id,_)) => .List) _)
+       instanceOf C'  requires C =/=K C'
+
+  rule objectClosure(_, .List) instanceOf _ => false
+

Cast

+ +

Unlike in untyped KOOL, in typed KOOL we actually check that the object
+can indeed be cast to the claimed type.

+
  rule (C:Id) objectClosure(Irrelevant, EStack)
+    => objectClosure(Irrelevant, EStack) instanceOf C ~> true?
+       ~> objectClosure(C, EStack)
+

KOOL-specific auxiliary declarations and operations

+ +

Objects as lvalues

+ +

Like in untyped KOOL.

+
  rule <k> lvalue(X:Id => this . X) ...</k>  <env> Env </env>
+    requires notBool(X in keys(Env))
+
+  context lvalue((HOLE . _)::Exp)
+
+/*  rule lvalue(objectClosure(<crntObj> <crntClass> C </crntClass>
+                            <envStack>... ListItem((C,EnvC:EnvCell)) EStack </envStack> </crntObj>)
+              . X
+              => lookupMember(<envStack> ListItem((C,EnvC)) EStack </envStack>,
+                              X)) */
+  rule lvalue(objectClosure(C:Id,
+                            ListItem(envStackFrame(C,Env)) EStack)
+              . X
+              => lookupMember(ListItem(envStackFrame(C,Env)) EStack,
+                              X))
+  rule lvalue(objectClosure(C,
+                            (ListItem(envStackFrame(C',_)) => .List) _EStack)
+              . _X)
+    requires C =/=K C'
+

Lookup member

+ +

Like in untyped KOOL.

+
  syntax Exp ::= lookupMember(List,Id)  [function]
+
+  rule lookupMember(ListItem(envStackFrame(_, X |-> L _)) _, X) => lookup(L)
+
+  // TODO: fix rule below as shown once we support functions with deep rewrites
+  // rule lookupMember(<envStack> ListItem((_, <env> Env </env>)) => .List
+  //                     ...</envStack>, X)
+  //   requires notBool(X in keys(Env))
+  rule lookupMember(ListItem(envStackFrame(_, Env)) L, X)
+    => lookupMember(L, X)
+    requires notBool(X in keys(Env))
+

typeOf for the additional values}

+ +
  rule typeOf(objectClosure(C,_)) => C
+  rule typeOf(methodClosure(T:Type,_,_,_Ps:Params,_)) => T
+

Subtype checking

+ +

The subclass relation induces a subtyping relation.

+
  syntax Exp ::= subtype(Types,Types)
+
+  rule subtype(T:Type, T) => true
+
+  rule <k> subtype(C1:Id, C:Id) => subtype(C2, C) ...</k>
+       <className> C1 </className>
+       <baseClass> C2:Id </baseClass>
+    requires C1 =/=K C
+
+  rule subtype(Object,Class:Id) => false
+    requires Class =/=K Object
+
+  rule subtype(Ts1->T2,Ts1'->T2') => subtype(((T2)::Type,Ts1'),((T2')::Type,Ts1))
+
+// Note that the following rule would be wrong!
+//  rule subtype(T[],T'[]) => subtype(T,T')
+
+  rule subtype((T:Type,Ts),(T':Type,Ts')) => subtype(T,T') && subtype(Ts,Ts')
+    requires Ts =/=K .Types
+  rule subtype(.Types,.Types) => true
+

Unsafe Casting

+ +

Performs unsafe casting. One should only use it in combination with
+the subtype relation above.

+
  syntax Val ::= unsafeCast(Val,Type)  [function]
+
+  rule unsafeCast(objectClosure(_,EStack), C:Id)
+    => objectClosure(C,EStack)
+
+  rule unsafeCast(methodClosure(_T',C,OL,Ps,S), T) => methodClosure(T,C,OL,Ps,S)
+
+  rule unsafeCast(V:Val, T:Type) => V  requires typeOf(V) ==K T
+

Generic guard

+ +

A generic computational guard: it allows the computation to continue
+only if a prefix guard evaluates to true.

+
  syntax KItem ::= "true?"
+  rule true ~> true? => .
+
+endmodule
+

Go to Lesson 3, KOOL typed static.

+

KOOL — Typed — Static

+ +

Author: Grigore Roșu (grosu@illinois.edu)
+Organization: University of Illinois at Urbana-Champaign

+

Author: Traian Florin Șerbănuță (traian.serbanuta@unibuc.ro)
+Organization: University of Bucharest

+

Abstract

+ +

This is the K static semantics of the typed KOOL language.
+It extends the static semantics of typed SIMPLE with static semantics
+for the object-oriented constructs. Also, the static semantics of
+some of the existing SIMPLE constructs need to change, in order to
+become more generous with regards to the set of accepted programs,
+mostly due to subtyping. For example, the assignment construct
+x = e required that both the variable x and the
+expression e had the same type in SIMPLE. In KOOL, the type
+of e can be a subtype of the type of x.
+Specifically, we define the following typing policy for KOOL,
+everything else not mentioned below borrowing its semantics from
+SIMPLE:

+
    +
  • +

    Each class C yields a homonymous type, which can be
    +explicitly used in programs to type variables and methods, possibly in
    +combination with other types.

    +
  • +
  • +

    Since now we have user-defined types, we check that each type
    +used in a KOOL program is well-formed, that is, it is constructed only
    +from primitive and class types corresponding to declared classes.

    +
  • +
  • +

    Class members and their types form a class type
    +environment
    . Each class will have such a type environment.
    +Each member in a class is allowed to be declared only once. Since in
    +KOOL we allow methods to be assigned to fields, we make no distinction
    +between field and method members; in other words, we reject programs
    +declaring both a field and a method with the same name.

    +
  • +
  • +

    If an identifier is not found in the local type environment, it
    +will be searched for in the current class type environment. If not
    +there, then it will be searched for in its superclass' type
    +environment. And so on and so forth. If not found until the
    +Object class is reached, a typing error is reported.

    +
  • +
  • +

    The assignment allows variables to be assigned values of
    +more concrete types. The result type of the assignment expression
    +construct will be the (more abstract) type of the assigned variable,
    +and not the (more concrete) type of the expression, like in Java.

    +
  • +
  • +

    Exceptions are changed (from SIMPLE) to allow throwing and
    +catching only objects, like in Java. Also, unlike in SIMPLE, we do
    +not check whether the type of the thrown exception matches the type of
    +the caught variable, because exceptions can be caught by other
    +try/catch blocks, even by ones in other methods. To avoid
    +having to annotate each method with what exceptions it can throw, we
    +prefer to not check the type safety of exceptions (although this is an
    +excellent homework!). We only check that the try block
    +type-checks and that the catch block type-checks after we bind
    +the caught variable to its claimed type.

    +
  • +
  • +

    Class declarations are not allowed to have any cycles in their
    +extends relation. Such cycles would lead to non-termination of
    +new, as it actually does in the dynamic semantics of KOOL
    +where no such circularity checks are performed.

    +
  • +
  • +

    Methods overriding other methods should be in the right subtyping
    +relationship with the overridden methods: co-variant in the codomain
    +and contra-variant in the domain.

    +
  • +
+
module KOOL-TYPED-STATIC-SYNTAX
+  imports DOMAINS-SYNTAX
+

Syntax

+ +

The syntax of statically typed KOOL is identical to that of
+dynamically typed KOOL, they both taking as input the same programs.
+What differs is the K strictness attributes. Like in statically
+typed SIMPLE, almost all language constructs are strict now, since we
+want each to type its arguments almost all the time. Like in the
+other two KOOL definitions, we prefer to copy and then modify/extend
+the syntax of statically typed SIMPLE.

+

Note: This paragraph is old, now we can do things better. We keep
+it here only for historical reasons, to see how much we used to suffer 😃

+

Annoying K-tool technical problem:
+Currently, the K tool treats the "non-terminal" productions (i.e.,
+productions consisting of just one non-terminal), also called
+"subsorting" production, differently from the other productions.
+Specifically, it does not insert a node in the AST for them. This may
+look desirable at first, but it has a big problem: it does not allow
+us to treat the subsort differently in different context. For
+example, since we want Id to be both a type (a class name) and a
+program variable, and since we want expressions to reduce to their
+types, we are in an impossible situations in which we do not know how
+to treat an identifier in the semantics: as a type, i.e., a result of
+computations, or as a program variable, i.e., a non-result. Ideally,
+we would like to tag the identifiers at parse-time with their local
+interpretation, but that, unfortunately, is not possible with the
+current parsing capabilities of the K tool, because it requires to
+insert additional information in the AST for the subsort productions.
+This will be fixed soon. Until then, unfortunately, we have to do the
+job of the parser manually. Instead of subsorting Id directly
+to Type, we "wrap" it first, say with a wrapper called
+class(...), exactly how the parser should have done.
+The major drawback of this is that all the typed KOOL programs
+in kool/typed/programs need to also be modified to always
+declare class types accordingly. The modified programs can be found
+in kool/typed/static/programs. So make sure you execute the
+static semantics of KOOL using the modified programs. To avoid seeing
+the wrapper in the generated documentation, we associate it an
+"invisibility" latex attribute below.

+
  syntax Id ::= "Object" [token] | "Main" [token]
+

Types

+ +
  syntax Type ::= "void" | "int" | "bool" | "string"
+                | Id                     [klabel("class"), symbol, avoid]  // see next
+                | Type "[" "]"
+                | "(" Type ")"           [bracket]
+                > Types "->" Type
+
+  syntax Types ::= List{Type,","}        [klabel(exps)]
+

Declarations

+ +
  syntax Param ::= Type Id
+  syntax Params ::= List{Param,","}
+
+  syntax Stmt ::= Type Exps ";" [avoid]
+                | Type Id "(" Params ")" Block
+                | "class" Id Block
+                | "class" Id "extends" Id Block
+

Expressions

+ +
  syntax FieldReference ::= Exp "." Id          [strict(1)]
+  syntax ArrayReference ::= Exp "[" Exps "]"    [strict]
+
+  syntax Exp ::= Int | Bool | String | Id
+               | "this"
+               | "super"
+               | "(" Exp ")"             [bracket]
+               | "++" Exp
+               | Exp "instanceOf" Id     [strict(1)]
+               | "(" Id ")" Exp          [strict(2)]
+               | "new" Id "(" Exps ")"   [strict(2)]
+               > Exp "(" Exps ")"        [strict]
+               | "-" Exp                 [strict]
+               | "sizeOf" "(" Exp ")"    [strict]
+               | "read" "(" ")"
+               > left:
+                 Exp "*" Exp             [strict, left]
+               | Exp "/" Exp             [strict, left]
+               | Exp "%" Exp             [strict, left]
+               > left:
+                 Exp "+" Exp             [strict, left]
+               | Exp "-" Exp             [strict, left]
+               > non-assoc:
+                 Exp "<" Exp             [strict, non-assoc]
+               | Exp "<=" Exp            [strict, non-assoc]
+               | Exp ">" Exp             [strict, non-assoc]
+               | Exp ">=" Exp            [strict, non-assoc]
+               | Exp "==" Exp            [strict, non-assoc]
+               | Exp "!=" Exp            [strict, non-assoc]
+               > "!" Exp                 [strict]
+               > left:
+                 Exp "&&" Exp            [strict, left]
+               | Exp "||" Exp            [strict, left]
+               > "spawn" Block  // not strict: to check return and exceptions
+               > Exp "=" Exp             [strict(2), right]
+
+  syntax Exp ::= FieldReference | ArrayReference
+  syntax priority _.__KOOL-TYPED-STATIC-SYNTAX > _[_]_KOOL-TYPED-STATIC-SYNTAX > _(_)_KOOL-TYPED-STATIC-SYNTAX
+
+  syntax Exps ::= List{Exp,","}          [strict, klabel(exps)]
+

Statements

+ +
  syntax Block ::= "{" "}"
+                | "{" Stmt "}"
+
+  syntax Stmt ::= Block
+                | Exp ";"                                 [strict]
+                | "if" "(" Exp ")" Block "else" Block     [avoid, strict]
+                | "if" "(" Exp ")" Block                  [macro]
+                | "while" "(" Exp ")" Block               [strict]
+                | "for" "(" Stmt Exp ";" Exp ")" Block    [macro]
+                | "return" Exp ";"                        [strict]
+                | "return" ";"
+                | "print" "(" Exps ")" ";"                [strict]
+                | "try" Block "catch" "(" Param ")" Block [strict(1)]
+                | "throw" Exp ";"                         [strict]
+                | "join" Exp ";"                          [strict]
+                | "acquire" Exp ";"                       [strict]
+                | "release" Exp ";"                       [strict]
+                | "rendezvous" Exp ";"                    [strict]
+
+  syntax Stmt ::= Stmt Stmt                            [seqstrict, right]
+

Desugaring macros

+ +
  rule if (E) S => if (E) S else {}
+  rule for(Start Cond; Step) {S:Stmt} => {Start while(Cond){S Step;}}
+  rule T:Type E1:Exp, E2:Exp, Es:Exps; => T E1; T E2, Es;               [anywhere]
+  rule T:Type X:Id = E; => T X; X = E;                                  [anywhere]
+
+  rule class C:Id S => class C extends Object S
+
+endmodule
+

Static semantics

+ +

We first discuss the configuration, then give the static semantics
+taken over unchanged from SIMPLE, then discuss the static semantics of
+SIMPLE syntactic constructs that needs to change, and in the end we
+discuss the static semantics and additional checks specifically
+related to the KOOL proper syntax.

+
module KOOL-TYPED-STATIC
+  imports KOOL-TYPED-STATIC-SYNTAX
+  imports DOMAINS
+

Configuration

+ +

The configuration of our type system consists of a tasks
+cell with the same meaning like in statically typed SIMPLE, of an
+out cell streamed to the standard output that will be used to
+display typing error messages, and of a cell classes holding
+data about each class in a separate class cell. The
+task cells now have two additional optional subcells, namely
+ctenvT and inClass. The former holds a temporary
+class type environment; its contents will be transferred into the
+ctenv cell of the corresponding class as soon as all the
+fields and methods in the task are processed. In fact, there will be
+three types of tasks in the subsequent semantics, each determined by
+the subset of cells that it holds:

+
    +
  1. +

    Main task, holding only a k cell holding the
    +original program as a set of classes. The role of this task is to
    +process each class, generating a class task (see next) for each.

    +
  2. +
  3. +

    Class task, holding k, ctenvT, and
    +inClass subcells. The role of this task type is to process
    +a class' contents, generating a class type environment in the
    +ctenvT cell and a method task (see next) for each method in
    +the class. To avoid interference with object member lookup rules
    +below, it is important to add the class type environment to a class
    +atomically; this is the reason for which we use ctenvT
    +temporary cells within class tasks (instead of adding each member
    +incrementally to the class' type environment).

    +
  4. +
  5. +

    Method task, holding k, tenv and
    +return cells. These tasks are similar to SIMPLE's function
    +tasks, so we do not discuss them here any further.

    +
  6. +
+

Each class cell hods its name (in the className
+cell) and the name of the class it extends (in the extends
+cell), as well as its type environment (in the ctenv cell)
+and the set of all its superclasses (in the extendsAll cell).
+The later is useful for example for checking whether there are cycles
+in the class extends relation.

+
  configuration <T multiplicity="?" color="yellow">
+                  <tasks color="orange" multiplicity="?">
+                    <task multiplicity="*" color="yellow" type="Set">
+                      <k color="green"> $PGM:Stmt </k>
+                      <tenv multiplicity="?" color="cyan"> .Map </tenv>
+                      <ctenvT multiplicity="?" color="blue"> .Map </ctenvT>
+                      <returnType multiplicity="?" color="black"> void </returnType>
+                      <inClass multiplicity="?" color="Fuchsia"> .K </inClass>
+                    </task>
+                  </tasks>
+//                  <br/>
+                  <classes color="Fuchsia">
+                    <classData multiplicity="*" type="Map">
+                      <className color="Fuchsia"> Object </className>
+                      <baseClass color="Fuchsia"> .K </baseClass>
+                      <baseClasses color="Fuchsia"> .Set </baseClasses>
+                      <ctenv multiplicity="?" color="blue"> .Map </ctenv>
+                    </classData>
+                  </classes>
+                </T>
+                <output color="brown" stream="stdout"> .List </output>
+

Unchanged semantics from statically typed SIMPLE

+ +

The syntax and rules below are borrowed unchanged from statically
+typed SIMPLE, so we do not discuss them much here.

+
  syntax Exp ::= Type
+  syntax Exps ::= Types
+  syntax BlockOrStmtType ::= "block" | "stmt"
+  syntax Type ::= BlockOrStmtType
+  syntax Block ::= BlockOrStmtType
+  syntax KResult ::= Type
+                   | Types  // TODO: should not be needed
+
+
+  context _:Type _::Exp[HOLE::Exps];
+
+  rule T:Type E:Exp[int,Ts:Types]; => T[] E[Ts];
+  rule T:Type E:Exp[.Types]; => T E;
+
+
+  rule <task>... <k> _:BlockOrStmtType </k> <tenv> _ </tenv> ...</task> => .Bag
+
+
+  rule _:Int => int
+  rule _:Bool => bool
+  rule _:String => string
+
+
+  rule <k> X:Id => T ...</k> <tenv>... X |-> T ...</tenv>
+
+
+  context ++(HOLE => ltype(HOLE))
+  rule ++ int => int
+  rule int + int => int
+  rule string + string => string
+  rule int - int => int
+  rule int * int => int
+  rule int / int => int
+  rule int % int => int
+  rule - int => int
+  rule int < int => bool
+  rule int <= int => bool
+  rule int > int => bool
+  rule int >= int => bool
+  rule T:Type == T => bool
+  rule T:Type != T => bool
+  rule bool && bool => bool
+  rule bool || bool => bool
+  rule ! bool => bool
+
+
+  rule (T[])[int, Ts:Types] => T[Ts]
+  rule T:Type[.Types] => T
+
+  rule sizeOf(_T[]) => int
+
+
+  rule read() => int
+
+  rule print(T:Type, Ts => Ts); when T ==K int orBool T ==K string
+  rule print(.Types); => stmt
+
+
+  context (HOLE => ltype(HOLE)) = _
+
+
+  rule <k> return; => stmt ...</k> <returnType> _ </returnType>
+
+
+  rule {} => block
+
+  rule <task> <k> {S:Stmt} => block ...</k> <tenv> Rho </tenv> R </task>
+       (.Bag => <task> <k> S </k> <tenv> Rho </tenv> R </task>)
+
+  rule _:Type; => stmt
+  rule if (bool) block else block => stmt
+  rule while (bool) block => stmt
+
+  rule join int; => stmt
+  rule acquire _:Type; => stmt
+  rule release _:Type; => stmt
+  rule rendezvous _:Type; => stmt
+
+  syntax Stmt ::= BlockOrStmtType
+  rule _:BlockOrStmtType _:BlockOrStmtType => stmt
+

Unchanged auxiliary operations from dynamically typed SIMPLE

+ +
  syntax Stmt ::= mkDecls(Params)  [function]
+  rule mkDecls(T:Type X:Id, Ps:Params) => T X; mkDecls(Ps)
+  rule mkDecls(.Params) => {}
+
+  syntax LValue ::= Id
+                  | FieldReference
+                  | ArrayReference
+  syntax Exp ::= LValue
+
+  syntax Exp ::= ltype(Exp)
+// We would like to say:
+//  context ltype(HOLE:LValue)
+// but we currently cannot type the HOLE
+  context ltype(HOLE) when isLValue(HOLE)
+
+// OLD approach:
+//  syntax Exp ::= ltype(Exp)  [function]
+//  rule ltype(X:Id) => X
+//  rule ltype(E:Exp [Es:Exps]) => E[Es]
+
+  syntax Types ::= getTypes(Params)  [function]
+  rule getTypes(T:Type _:Id) => T, .Types
+  rule getTypes(T:Type _:Id, P, Ps) => T, getTypes(P,Ps)
+  rule getTypes(.Params) => void, .Types
+

Changes to the existing statically typed SIMPLE semantics

+ +

Below we give the new static semantics for language constructs that
+come from SIMPLE, but whose SIMPLE static semantics was too
+restrictive or too permissive and thus had to change.

+

Local variable declaration

+ +

Since we can define new types in KOOL (corresponding to classes), the
+variable declaration needs to now check that the claimed types exist.
+The operation checkType, defined at the end of this module,
+checks whether the argument type is correct (it actually works with
+lists of types as well).

+
  rule <k> T:Type X:Id; => checkType(T) ~> stmt ...</k>
+       <tenv> Rho => Rho[X <- T] </tenv>
+

Class member declaration

+ +

In class tasks, variable declarations mean class member declarations.
+Since we reduce method declarations to variable declarations (see
+below), a variable declaration in a class task can mean either a field
+or a method declaration. Unlike local variable declarations, which
+can shadow previous homonymous local or member declarations, member
+declarations are regarded as a set, so we disallow multiple
+declarations for the same member (one could improve upon this, like in
+Java, by treating members with different types or number of arguments
+as different, etc., but we do not do it here). We also issue an error
+message if one attempts to redeclare the same class member. The
+framed variable declaration in the second rule below should be read
+"stuck". In fact, it is nothing but a unary operation called
+stuck, which takes a K-term as argument and does nothing
+with it; this stuck operation is displayed as a frame in this
+PDF document because of its latex attribute (see the ASCII .k file,
+at the end of this module).

+
  rule <k> T:Type X:Id; => checkType(T) ~> stmt ...</k>
+       <ctenvT> Rho (.Map => X |-> T) </ctenvT>
+    when notBool(X in keys(Rho))
+
+  rule <k> T:Type X:Id; => stuck(T X;) ...</k>
+       <ctenvT>... X |-> _ ...</ctenvT>
+       <inClass> C:Id </inClass>
+//       <br/>
+       <output>... .List => ListItem("Member \"" +String Id2String(X)
+                              +String "\" declared twice in class \""
+                              +String Id2String(C) +String "\"!\n") </output>
+

Method declaration

+ +

A method declaration requires two conceptual checks to be performed:
+first, that the method's type is consistent with the type of the
+homonymous method that it overrides, if any; and second, that its body
+types correctly. At the same time, it should also be added to the
+type environment of its class. The first conceptual task is performed
+using the checkMethod operation defined below, and the second
+by generating a corresponding method task. To add it to the class
+type environment, we take advantage of the fact that KOOL is higher
+order and reduce the problem to a field declaration problem, which we
+have already defined. The role of the ctenvT cell in the
+rule below is to structurally ensure that the method declaration takes
+place in a class task (we do not want to allow methods to be declared,
+for example, inside other methods).

+
  rule <k> T:Type F:Id(Ps:Params) S
+        => checkMethod(F, getTypes(Ps)->T, C')
+           ~> getTypes(Ps)->T F; ...</k>
+//       <br/>
+       <inClass> C </inClass>
+       <ctenvT> _ </ctenvT> // to ensure we are in a class pass
+       <className> C </className>
+       <baseClass> C' </baseClass>
+//       <br/>
+       (.Bag => <task>
+               <k> mkDecls(Ps) S </k>
+               <inClass> C </inClass>
+               <tenv> .Map </tenv>
+               <returnType> T </returnType>
+             </task>)
+

Assignment

+ +

A more concrete value is allowed to be assigned to a more abstract
+variable. The operation checkSubtype is defined at the end
+of the module and it also works with pairs of lists of types.

+
  rule T:Type = T':Type => checkSubtype(T', T) ~> T
+

Method invocation and return

+ +

Methods can be applied on values of more concrete types than their
+arguments:

+
  rule (Ts:Types -> T:Type) (Ts':Types) => checkSubtype(Ts',Ts) ~> T
+

Similarly, we allow values of more concrete types to be returned by
+methods:

+
  rule <k> return T:Type; => checkSubtype(T,T') ~> stmt ...</k>
+       <returnType> T':Type </returnType>
+

Exceptions

+ +

Exceptions can throw and catch values of any types. Since unlike in Java
+KOOL's methods do not declare the exception types that they can throw,
+we cannot test the full type safety of exceptions. Instead, we
+only check that the try and the catch statements
+type correctly.

+
  rule try block catch(T:Type X:Id) S => {T X; S}
+  rule throw _T:Type ; => stmt
+

Spawn

+ +

The spawned cell needs to also be passed the parent's class.

+
// explain why
+
+  rule <k> spawn S:Block => int ...</k>
+       <tenv> Rho </tenv>
+       <inClass> C </inClass>
+       (.Bag => <task>
+               <k> S </k>
+               <tenv> Rho </tenv>
+               <inClass> C </inClass>
+             </task>)
+

Semantics of the new KOOL constructs

+ +

Class declaration

+ +

We process each class in the main task, adding the corresponding data
+into its class cell and also adding a class task for it. We
+also perform some well-formedness checks on the class hierarchy.

+

Initiate class processing
+We create a class cell and a class task for each task. Also, we start
+the class task with a check that the class it extends is declared
+(this delays the task until that class is processed using another
+instance of this rule).

+
// There seems to be some error with the configuration concretization,
+// as the rule below does not work when rewriting . to both the task
+// and the class cells; I had to include two separate . rewrites
+
+// TODO: the following fails krun; see #2117
+  rule <task> <k> class C:Id extends C':Id { S:Stmt } => stmt ...</k> </task>
+       (.Bag => <classData>...
+               <className> C </className>
+               <baseClass> C' </baseClass>
+             ...</classData>)
+//       <br/>
+       (.Bag => <task>
+                <k> checkType(`class`(C')) ~> S </k>
+                <inClass> C </inClass>
+                <ctenvT> .Map </ctenvT>
+             </task>)
+
+// You may want to try the thing below, but that failed, too
+/*
+syntax Type ::= "stmtStop"
+
+  rule <tasks>...
+       <task> <k> class C:Id extends C':Id { S:Stmt } => stmtStop ...</k> </task>
+       (.Bag => <task>
+                <k> checkType(`class`(C')) ~> S </k>
+                <inClass> C </inClass>
+                <ctenvT> .Map </ctenvT>
+             </task>)
+       ...</tasks>
+       <classes>...
+       .Bag => <classData>...
+               <className> C </className>
+               <baseClass> C' </baseClass>
+             ...</classData>
+       ...</classes>
+//       <br/>
+*/
+

Check for unique class names

+ +
  rule (<T>...
+          <className> C </className>
+          <className> C </className>
+        ...</T> => .Bag)
+       <output>... .List => ListItem("Class \"" +String Id2String(C)
+                                  +String "\" declared twice!\n") </output>
+

Check for cycles in class hierarchy
+We check for cycles in the class hierarchy by transitively closing the
+class extends relation using the extendsAll cells, and
+checking that a class will never appear in its own extendsAll
+cell. The first rule below initiates the transitive closure of the
+superclass relation, the second transitively closes it, and the third
+checks for cycles.

+
  rule <baseClass> C </baseClass>
+       <baseClasses> .Set => SetItem(C) </baseClasses>  [priority(25)]
+
+  rule <classData>...
+         <baseClasses> SetItem(C) Cs:Set (.Set => SetItem(C')) </baseClasses>
+       ...</classData>
+       <classData>... <className>C</className> <baseClass>C'</baseClass> ...</classData>
+    when notBool(C' in (SetItem(C) Cs))  [priority(25)]
+
+  rule (<T>...
+          <className> C </className>
+          <baseClasses>... SetItem(C) ...</baseClasses>
+        ...</T> => .Bag)
+       <output>... .List => ListItem("Class \"" +String Id2String(C)
+                                  +String "\" is in a cycle!\n") </output>
+    [group(inheritance-cycle), priority(25)]
+

New

+ +

To type new we only need to check that the class constructor
+can be called with arguments of the given types, so we initiate a call
+to the constructor method in the corresponding class. If that
+succeeds, meaning that it types to stmt, then we discard the
+stmt type and produce instead the corresponding class type of
+the new object. The auxiliary discard operation is defined
+also at the end of this module.

+
  rule new C:Id(Ts:Types) => `class`(C) . C (Ts) ~> discard ~> `class`(C)
+

Self reference

+ +

The typing rule for this is straightforward: reduce to the
+current class type.

+
  rule <k> this => `class`(C) ...</k>
+       <inClass> C:Id </inClass>
+

Super

+ +

Similarly, super types to the parent class type.
+Note that for typing concerns, super can be considered as an object
+(recall that this was not the case in the dynamic semantics).

+
   rule <k> super => `class`(C') ...</k>
+        <inClass> C:Id </inClass>
+        <className> C </className>
+        <baseClass> C':Id </baseClass>
+

Object member access

+ +

There are several cases to consider here. First, if we are in a class
+task, we should lookup the member into the temporary class type
+environemnt in cell ctenvT. That is because we want to allow
+initialized field declarations in classes, such as int x=10;.
+This is desugared to a declaration of x, which is added to
+ctenvT during the class task processing, followed by an
+assignment of x to 10. In order for the assignment to type
+check, we need to know that x has been declared with type
+int; this information can only be found in the
+ctenvT cell. Second, we should redirect non-local variable
+lookups in method tasks to corresponding member accesses (the
+local variables are handled by the rule borrowed from SIMPLE).
+This is what the second rule below does. Third, we should allow
+object member accesses as lvalues, which is done by the third rule
+below. These last two rules therefore ensure that each necessary
+object member access is explicitly allowed for evaluation. Recall
+from the annotated syntax module above that the member access
+operation is strict in the object. That means that the object is
+expected to evaluate to a class type. The next two rules below define
+the actual member lookup operation, moving the search to the
+superclass when the member is not found in the current class. Note
+that this works because we create the class type environments
+atomically; thus, a class either has its complete type environment
+available, in which case these rules can safely apply, or its cell
+ctenv is not yet available, in which case these rules have to
+wait. Finally, the sixth rule below reports an error when the
+Object class is reached.

+
  rule <k> X:Id => T ...</k>
+       <ctenvT>... X |-> T ...</ctenvT>
+
+  rule <k> X:Id => this . X ...</k>
+       <tenv> Rho </tenv>
+    when notBool(X in keys(Rho))
+
+// OLD approach:
+//  rule ltype(E:Exp . X:Id) => E . X
+
+  rule <k> `class`(C:Id) . X:Id => T ...</k>
+       <className> C </className>
+       <ctenv>... X |-> T:Type ...</ctenv>
+
+  rule <k> `class`(C1:Id => C2) . X:Id ...</k>
+       <className> C1 </className>
+       <baseClass> C2:Id </baseClass>
+       <ctenv> Rho </ctenv>
+    when notBool(X in keys(Rho))
+
+  rule <k> `class`(Object) . X:Id => stuck(`class`(Object) . X) ...</k>
+       <inClass> C:Id </inClass>
+//      <br/>
+       <output>... .List => ListItem("Member \"" +String Id2String(X)
+                              +String "\" not declared! (see class \""
+                              +String Id2String(C) +String "\")\n") </output>
+

Instance of and casting

+ +

As it is hard to check statically whether casting is always safe,
+the programmer is simply trusted from a typing perspective. We only
+do some basic upcasting and downcasting checks, to reject casts which
+will absolutely fail. However, dynamic semantics or implementations
+of the language need to insert runtime checks for downcasting to be safe.

+
  rule `class`(_C1:Id) instanceOf _C2:Id => bool
+  rule (C:Id) `class`(C) => `class`(C)
+  rule <k> (C2:Id) `class`(C1:Id) => `class`(C2) ...</k>
+       <className> C1 </className>
+       <baseClasses>...SetItem(C2)...</baseClasses>    // upcast
+  rule <k> (C2:Id) `class`(C1:Id) => `class`(C2) ...</k>
+       <className> C2 </className>
+       <baseClasses>...SetItem(C1)...</baseClasses>    // downcast
+  rule <k> (C2) `class`(C1:Id) => stuck((C2) `class`(C1)) ...</k>
+       <classData>...
+         <className> C1 </className>
+         <baseClasses> S1 </baseClasses>
+       ...</classData>
+       <classData>...
+         <className> C2 </className>
+         <baseClasses> S2 </baseClasses>
+       ...</classData>
+       <output>... .List => ListItem("Classes \"" +String Id2String(C1)
+                              +String "\" and \"" +String Id2String(C2)
+                              +String "\" are incompatible!\n") </output>
+    when notBool(C1 in S2) andBool notBool(C2 in S1)
+

Cleanup tasks

+ +

Finally, we need to clean up the terminated tasks. Each of the three
+types of tasks is handled differently. The main task is replaced by a
+method task holding new main();, which will ensure that a
+main class with a main() method actually exists
+(first rule below). A class task moves its temporary class type
+environment into its class' cell, and then it dissolves itself (second
+rule). A method task simply dissolves when terminated (third rule);
+the presence of the tenv cell in that rule ensures that that
+task is a method task.
+Finally, when all the tasks are cleaned up, we can also remove the
+tasks cell, issuing a corresponding message. Note that
+checking for cycles or duplicate methods can still be performed after
+the tasks cell has been removed.

+
// discard main task when done, issuing a "new main();" command to
+// make sure that the class main and the method main() are declared.
+
+  rule <task> <k> stmt => new Main(.Exps); </k>
+              (.Bag => <tenv> .Map </tenv>
+                    <returnType> void </returnType>
+                    <inClass> Main </inClass>)
+       </task>
+
+// discard class task when done, adding a ctenv in class
+
+  rule (<task>
+          <k> stmt </k>
+          <ctenvT> Rho </ctenvT>
+          <inClass> C:Id </inClass>
+        </task> => .Bag)
+        <className> C </className>
+        (.Bag => <ctenv> Rho </ctenv>)
+
+// discard method task when done
+
+  rule <task>...
+         <k> stmt </k>
+         <tenv> _ </tenv>  // only to ensure that this is a method task
+       ...</task> => .Bag
+
+// cleanup tasks and output a success message when done
+
+  rule (<T>... <tasks> .Bag </tasks> ...</T> => .Bag)
+       <output>... .List => ListItem("Type checked!\n") </output>
+

KOOL-specific auxiliary declarations and operations

+ +

Subtype checking

+ +

The subclass relation introduces a subtyping relation.

+
  syntax KItem ::= checkSubtype(Types,Types)
+
+  rule checkSubtype(T:Type, T) => .
+
+  rule <k> checkSubtype(`class`(C:Id), `class`(C':Id)) => . ...</k>
+       <className> C </className>
+       <baseClasses>... SetItem(C') ...</baseClasses>
+
+  rule checkSubtype(Ts1->T2,Ts1'->T2')
+    => checkSubtype(((T2)::Type,Ts1'),((T2')::Type,Ts1))
+
+// note that the following rule would be wrong!
+//  rule checkSubtype(T[],T'[]) => checkSubtype(T,T')
+
+  rule checkSubtype((T:Type,Ts),(T':Type,Ts'))
+    => checkSubtype(T,T') ~> checkSubtype(Ts,Ts')
+    when Ts =/=K .Types
+
+  rule checkSubtype(.Types,.Types) => .
+  rule checkSubtype(.Types,void) => .
+

Checking well-formedness of types

+ +

Since now any Id can be used as the type of a class, we need to
+check that the types used in the program actually exists

+
  syntax KItem ::= checkType(Types)
+
+  rule checkType(T:Type,Ts:Types) => checkType(T) ~> checkType(Ts)
+    when Ts =/=K .Types
+  rule checkType(.Types) => .
+  rule checkType(int) => .
+  rule checkType(bool) => .
+  rule checkType(string) => .
+  rule checkType(void) => .
+  rule <k> checkType(`class`(C:Id)) => . ...</k> <className> C </className>
+  rule checkType(`class`(Object)) => .
+  rule checkType(Ts:Types -> T:Type) => checkType(T,Ts)
+  rule checkType(T:Type[]) => checkType(T)
+

Checking correct overiding of methods

+ +

The checkMethod operation below searches to see whether
+the current method overrides some other method in some superclass.
+If yes, then it issues an additional check that the new method's type
+is more concrete than the overridden method's. The types T and T'
+below can only be function types. See the definition of
+checkSubtype on function types at the end of this module (it
+is co-variant in the codomain and contra-variant in the domain).

+
  syntax KItem ::= checkMethod(Id,Type,Id)
+
+  rule <k> checkMethod(F:Id, T:Type, C:Id) => checkSubtype(T, T') ...</k>
+       <className> C </className>
+       <ctenv>... F |-> T':Type ...</ctenv>
+
+  rule <k> checkMethod(F:Id, _T:Type, (C:Id => C')) ...</k>
+       <className> C </className>
+       <baseClass> C':Id </baseClass>
+       <ctenv> Rho </ctenv>
+    when notBool(F in keys(Rho))
+
+  rule checkMethod(_:Id,_,Object) => .
+

Generic operations which could be part of the K framework

+ +
  syntax KItem ::= stuck(K)  [latex(\framebox{${#1}$})]
+
+  syntax KItem ::= "discard"
+  rule _:KResult ~> discard => .
+
+endmodule
+

FUN — Untyped — Environment

+ +

Author: Grigore Roșu (grosu@illinois.edu)
+Organization: University of Illinois at Urbana-Champaign

+

Author: Traian Florin Șerbănuță (traian.serbanuta@unibuc.ro)
+Organization: University of Bucharest

+

Abstract

+ +

This is the K semantic definition of the untyped FUN language.
+FUN is a pedagogical and research language that captures the essence
+of the functional programming paradigm, extended with several features
+often encountered in functional programming languages.
+Like many functional languages, FUN is an expression language, that
+is, everything, including the main program, is an expression.
+Functions can be declared anywhere and are first class values in the
+language.
+FUN is call-by-value here, but it has been extended (as student
+homework assignments) with other parameter-passing styles.
+To make it more interesting and to highlight some of K's strengths,
+FUN includes the following features:

+
    +
  • +

    The basic builtin data-types of integers, booleans and strings.

    +
  • +
  • +

    Builtin lists, which can hold any elements, including other lists.
    +Lists are enclosed in square brackets and their elements are
    +comma-separated; e.g., [1,2,3].

    +
  • +
  • +

    User-defined data-types, by means of constructor terms.
    +Constructor names start with a capital letter (while any other
    +identifier in the language starts with a lowercase letter), and they
    +can be followed by an arbitrary number of comma-separated arguments
    +enclosed in parentheses; parentheses are not needed when the
    +constructor takes no arguments.
    +For example, Pair(5,7) is a constructor term holding two
    +numbers, Cons(1,Cons(2,Cons(3,Nil))) is a list-like
    +constructor term holding 3 elements, and
    +Tree(Tree(Leaf(1), Leaf(2)), Leaf(3)) is a tree-like
    +constructor term holding 3 elements.
    +In the untyped version of the FUN language, no type checking or
    +inference is performed to ensure that the data constructors are used
    +correctly.
    +The execution will simply get stuck when they are misused.
    +Moreover, since no type checking is performed, the data-types are not
    +even declared in the untyped version of FUN.

    +
  • +
  • +

    Functions and let/letrec binders can take
    +multiple space-separated arguments, but these are desugared to
    +ones that only take one argument, by currying. For example, the
    +expressions

    +
    fun x y -> x y
    +let x y = y in x
    +

    are desugared, respectively, into the following expressions:

    +
    fun x -> fun y -> x y
    +let x = fun y -> y in x
    +
  • +
  • +

    Functions can be defined using pattern matching over the
    +available data-types. For example, the program

    +
    letrec max = fun [h] -> h
    +             |   [h|t] -> let x = max t
    +                          in  if h > x then h else x
    +in max [1, 3, 5, 2, 4, 0, -1, -5]
    +

    defines a function max that calculates the maximum element of
    +a non-empty list, and the function

    +
    letrec ack = fun Pair(0,n) -> n + 1
    +             |   Pair(m,0) -> ack Pair(m - 1, 1)
    +             |   Pair(m,n) -> ack Pair(m - 1, ack Pair(m, n - 1))
    +in ack Pair(2,3)
    +

    calculates the Ackermann function applied to a particular pair of numbers.
    +Patterns can be nested. Patterns can currently only be used in function
    +definitions, and not directly in let/letrec binders.
    +For example, this is not allowed:

    +
    letrec Pai(x,y) = Pair(1,2) in x+y
    +

    But this is allowed:

    +
    let f Pair(x,y) = x+y in f Pair(1,2)
    +

    because it is first reduced to

    +
    let f = fun Pair(x,y) -> x+y in f Pair(1,2)
    +

    by uncurrying of the let binder, and pattern matching is
    +allowed in function arguments.

    +
  • +
  • +

    We include a callcc construct, for two reasons: first,
    +several functional languages support this construct; second, some
    +semantic frameworks have difficulties defining it. Not K.

    +
  • +
  • +

    Finally, we include mutables by means of referencing an
    +expression, getting the reference of a variable, dereferencing and
    +assignment. We include these for the same reasons as above: there are
    +languages which have them, and they are not easy to define in some
    +semantic frameworks.

    +
  • +
+

Like in many other languages, some of FUN's constructs can be
+desugared into a smaller set of basic constructs. We do that as usual,
+using macros, and then we only give semantics to the core constructs.

+

Note:
+We recommend the reader to first consult the dynamic semantics of the
+LAMBDA++ language in the first part of the K Tutorial.
+To keep the comments below small and focused, we will not re-explain
+functional or K features that have already been explained in there.

+

Syntax

+ +
//require "modules/pattern-matching.k"
+
+module FUN-UNTYPED-COMMON
+  imports DOMAINS-SYNTAX
+

FUN is an expression language. The constructs below fall into
+several categories: names, arithmetic constructs, conventional
+functional constructs, patterns and pattern matching, data constructs,
+lists, references, and call-with-current-continuation (callcc).
+The arithmetic constructs are standard; they are present in almost all
+our K language definitions. The meaning of FUN's constructs are
+discussed in more depth when we define their semantics in the next
+module.

+

The Syntactic Constructs

+ +

We start with the syntactic definition of FUN names.
+We have several categories of names: ones to be used for functions and
+variables, others to be used for data constructors, others for types and
+others for type variables. We will introduce them as needed, starting
+with the former category. We prefer the names of variables and functions
+to start with lower case letters. We take the freedom to tacitly introduce
+syntactic lists/sequences for each nonterminal for which we need them:

+
  syntax Name                                      [token]
+  syntax Names ::= List{Name,","}                  [klabel(exps)]
+

Expression constructs will be defined throughtout the syntax module.
+Below are the very basic ones, namely the builtins, the names, and the
+parentheses used as brackets for grouping. Lists of expressions are
+declared strict, so all expressions in the list get evaluated whenever
+the list is on a position which can be evaluated:

+
  syntax Exp ::= Int | Bool | String | Name
+               | "(" Exp ")"                       [bracket]
+  syntax Exps  ::= List{Exp,","}                   [strict, klabel(exps)]
+  syntax Val
+  syntax Exp ::= Val
+  syntax Exps ::= Vals
+  syntax Vals ::= List{Val,","}                    [klabel(exps)]
+  syntax Bottom
+  syntax Bottoms ::= List{Bottom,","}              [klabel(exps)]
+

We next define the syntax of arithmetic constructs, together with
+their relative priorities and left-/non-associativities. We also
+tag all these rules as members of a new group, "arith", so we can more easily
+define global syntax priorities later (at the end of the syntax module).

+
  syntax Exp ::= left:
+                 Exp "*" Exp                       [strict, group(arith)]
+               | Exp "/" Exp                       [strict, group(arith)]
+               | Exp "%" Exp                       [strict, group(arith)]
+               > left:
+                 Exp "+" Exp                       [strict, left, group(arith)]
+               | Exp "^" Exp                       [strict, left, group(arith)]
+// left attribute should not be necessary; currently a parsing bug
+               | Exp "-" Exp                       [strict, prefer, group(arith)]
+// the "prefer" attribute above is to not parse x-1 as x(-1)
+// Due to some parsing problems, we currently cannot add unary minus:
+               | "-" Exp                           [strict, group(arith)]
+               > non-assoc:
+                 Exp "<" Exp                       [strict, group(arith)]
+               | Exp "<=" Exp                      [strict, group(arith)]
+               | Exp ">" Exp                       [strict, group(arith)]
+               | Exp ">=" Exp                      [strict, group(arith)]
+               | Exp "==" Exp                      [strict, group(arith)]
+               | Exp "!=" Exp                      [strict, group(arith)]
+               > "!" Exp                           [strict, group(arith)]
+               > Exp "&&" Exp                      [strict(1), left, group(arith)]
+               > Exp "||" Exp                      [strict(1), left, group(arith)]
+

The conditional construct has the expected evaluation strategy,
+stating that only the first argument is evaluate:

+
  syntax Exp ::= "if" Exp "then" Exp "else" Exp    [strict(1)]
+

FUN's builtin lists are formed by enclosing comma-separated
+sequences of expressions (i.e., terms of sort Exps) in square
+brackets. The list constructor cons adds a new element to the
+top of the list, head and tail get the first element
+and the tail sublist of a list if they exist, respectively, and get
+stuck otherwise, and null?? tests whether a list is empty or
+not; syntactically, these are just expression constants.
+In function patterns, we are also going to allow patterns following the
+usual head/tail notation; for example, the pattern [x_1,...,x_n|t]
+binds x_1, ..., x_n to the first elements of the matched list,
+and t to the list formed with the remaining elements. We define list
+patterns as ordinary expression constructs, although we will make sure that
+we do not give them semantics if they appear in any other place then in a
+function case pattern.

+
  syntax Exp ::= "[" Exps "]"                             [strict, klabel(list)]
+               | "head" [macro] | "tail" [macro] | "null?" [macro]
+               | "[" Exps "|" Exp "]"
+  syntax Val ::= "[" Vals "]"                             [klabel(list)]
+  syntax Cons ::= "cons"
+  syntax Val ::= Cons
+  syntax Val ::= Cons Val                                 [klabel(apply)]
+

Data constructors start with capital letters and they may or may
+not have arguments. We need to use the attribute "prefer" to make
+sure that, e.g., Cons(a) parses as constructor Cons with
+argument a, and not as the expression Cons (because
+constructor names are also expressions) regarded as a function applied
+to the expression a. Also, note that the constructor is strict
+in its second argument, because we want to evaluate its arguments but
+not the constuctor name itsef.

+
  syntax ConstructorName                         [token]
+  syntax Exp ::= ConstructorName
+               | ConstructorName "(" Exps ")"    [prefer, strict(2), klabel(constructor)]
+  syntax Val ::= ConstructorName "(" Vals ")"    [klabel(constructor)]
+

A function is essentially a |-separated ordered
+sequence of cases, each case of the form pattern -> expression,
+preceded by the language construct fun. Patterns will be defined
+shortly, both for the builtin lists and for user-defined constructors.
+Recall that the syntax we define in K is not meant to serve as a
+ultimate parser for the defined language, but rather as a convenient
+notation for K abstract syntax trees, which we prefer when we write
+the semantic rules. It is therefore often the case that we define a
+more ``generous'' syntax than we want to allow programs to use.
+We do it here, too. Specifically, the syntax of Cases
+below allows any expressions to appear as pattern. This syntactic
+relaxation permits many wrong programs to be parsed, but that is not a
+problem because we are not going to give semantics to wrong combinations,
+so those programs will get stuck; moreover, our type inferencer will reject
+those programs anyway. Function application is just concatenation of
+expressions, without worrying about type correctness. Again, the type
+system will reject type-incorrect programs.

+
  syntax Exp ::= "fun" Cases
+               | Exp Exp                              [strict, left, klabel(apply)]
+// NOTE: We would like eventually to also have Exp "(" Exps ")
+  syntax Case  ::= Exp "->" Exp
+  syntax Cases ::= List{Case, "|"}
+

The let and letrec binders have the usual syntax
+and functional meaning. We allow multiple and-separated bindings.
+Like for the function cases above, we allow a more generous syntax for
+the left-hand sides of bindings, noting that the semantics will get stuck
+on incorrect bindings and that the type system will reject those programs.

+
  syntax Exp ::= "let" Bindings "in" Exp
+               | "letrec" Bindings "in" Exp                 [prefer]
+// The "prefer" attribute for letrec currently needed due to tool bug,
+// to make sure that "letrec" is not parsed as "let rec".
+  syntax Binding  ::= Exp "=" Exp
+  syntax Bindings ::= List{Binding,"and"}
+

References are first class values in FUN. The construct ref
+takes an expression, evaluates it, and then it stores the resulting value
+at a fresh location in the store and returns that reference. Syntactically,
+ref is just an expression constant. The construct &
+takes a name as argument and evaluates to a reference, namely the store
+reference where the variable passed as argument stores its value; this
+construct is a bit controversial and is further discussed in the
+environment-based semantics of the FUN language, where we desugar
+ref to it. The construct @ takes a reference
+and evaluates to the value stored there. The construct := takes
+two expressions, the first expected to evaluate to a reference; the value
+of its second argument will be stored at the location to which the first
+points (the old value is thus lost). Finally, since expression evaluation
+now has side effects, it makes sense to also add a sequential composition
+construct, which is sequentially strict. This evaluates to the value of
+its second argument; the value of the first argument is lost (which has
+therefore been evaluated only for its side effects.

+
  syntax Exp ::= "ref"                             [macro]
+               | "&" Name
+               | "@" Exp                                     [strict]
+               | Exp ":=" Exp                                [strict]
+               | Exp ";" Exp                       [strict(1), right]
+

Call-with-current-continuation, named callcc in FUN, is a
+powerful control operator that originated in the Scheme programming
+language, but it now exists in many other functional languages. It works
+by evaluating its argument, expected to evaluate to a function, and by
+passing the current continuation, or evaluation context (or computation,
+in K terminology), as a special value to it. When/If this special value
+is invoked, the current context is discarded and replaced with the one
+held by the special value and the computation continues from there.
+It is like taking a snapshot of the execution context at some moment
+in time and then, when desired, being able to get back in time to that
+point. If you like games, it is like saving the game now (so you can
+work on your homework!) and then continuing the game tomorrow or whenever
+you wish. To issustrate the strength of callcc, we also
+allow exceptions in FUN by means of a conventional try-catch
+construct, which will desugar to callcc. We also need to
+introduce the special expression contant throw, but we need to
+use it as a function argument name in the desugaring macro, so we define
+it as a name instead of as an expression constant:

+
  syntax Exp ::= "try" Exp "catch" "(" Name ")" Exp [macro]
+  syntax Val ::= "callcc"
+  syntax Name ::= "throw" [token]
+

Finally, FUN also allows polymorphic datatype declarations. These
+will be useful when we define the type system later on.

+
  syntax Exp ::= "datatype" Type "=" TypeCases Exp [macro]
+// NOTE: In a future version of K, we want the datatype declaration
+// to be a construct by itself, but that is not possible currently
+// because K's parser wronly identifies the __ operation allowing
+// a declaration to appear in front of an expression with the function
+// application construct, giving ambiguous parsing errors.
+

We next need to define the syntax of types and type cases that appear
+in datatype declarations.

+

Like in many functional languages, type parameters/variables in
+user-defined types are quoted identifiers.

+
  syntax TypeVar                        [token]
+  syntax TypeVars ::= List{TypeVar,","} [klabel(types)]
+

Types can be basic types, function types, or user-defined
+parametric types. In the dynamic semantics we are going to simply ignore
+all the type declations, so here the syntax of types below is only useful
+for generating the desired parser. To avoid syntactic ambiguities with
+the arrow construct for function cases, we use the symbol --> as
+a constructor for function types:

+
  syntax TypeName [token]
+  syntax Type ::= "int" | "bool" | "string"
+                | Type "-->" Type                            [right]
+                | "(" Type ")"                             [bracket]
+                | TypeVar
+                | TypeName             [klabel(TypeName), avoid]
+                | Type TypeName   [klabel(Type-TypeName), symbol, macro]
+                | "(" Types ")" TypeName                    [prefer]
+  syntax Types ::= List{Type,","} [klabel(types)]
+  syntax Types ::= TypeVars
+
+  syntax TypeCase ::= ConstructorName
+                    | ConstructorName "(" Types ")"
+  syntax TypeCases ::= List{TypeCase,"|"}     [klabel(_|TypeCase_)]
+

Additional Priorities

+ +
  syntax priorities @__FUN-UNTYPED-COMMON
+                  > apply
+                  > arith
+                  > _:=__FUN-UNTYPED-COMMON
+                  > let_in__FUN-UNTYPED-COMMON
+                    letrec_in__FUN-UNTYPED-COMMON
+                    if_then_else__FUN-UNTYPED-COMMON
+                  > _;__FUN-UNTYPED-COMMON
+                  > fun__FUN-UNTYPED-COMMON
+                  > datatype_=___FUN-UNTYPED-COMMON
+endmodule
+
+module FUN-UNTYPED-MACROS
+  imports FUN-UNTYPED-COMMON
+

Desugaring macros

+ +

We desugar the list non-constructor operations to functions matching
+over list patterns. In order to do that we need some new variables; for
+those, we follow the same convention like in the K tutorial, where we
+added them as new identifier constructs starting with the character $,
+so we can easily recognize them when we debug or trace the semantics.

+
  syntax Name ::= "$h" [token] | "$t" [token]
+  rule head => fun [$h|$t] -> $h
+  rule tail => fun [$h|$t] -> $t
+  rule null? => fun [.Exps] -> true | [$h|$t] -> false
+

Multiple-head list patterns desugar into successive one-head patterns:

+
  rule [E1,E2,Es:Exps|T] => [E1|[E2,Es|T]]                   [anywhere]
+

Uncurrying of multiple arguments in functions and binders:

+
  rule P1 P2 -> E => P1 -> fun P2 -> E                       [anywhere]
+  rule F P = E => F = fun P -> E                             [anywhere]
+

We desugar the try-catch construct into callcc:

+
  syntax Name ::= "$k" [token] | "$v" [token]
+  rule try E catch(X) E'
+    => callcc (fun $k -> (fun throw -> E)(fun X -> $k E'))
+

For uniformity, we reduce all types to their general form:

+
  rule `Type-TypeName`(T:Type, Tn:TypeName) => (T) Tn
+

The dynamic semantics ignores all the type declarations:

+
  rule datatype _T = _TCs E => E
+
+endmodule
+
+
+module FUN-UNTYPED-SYNTAX
+  imports FUN-UNTYPED-COMMON
+  imports BUILTIN-ID-TOKENS
+
+  syntax Name ::= r"[a-z][_a-zA-Z0-9]*"           [token, prec(2)]
+                | #LowerId                        [token]
+  syntax ConstructorName ::= #UpperId             [token]
+  syntax TypeVar  ::= r"['][a-z][_a-zA-Z0-9]*"    [token]
+  syntax TypeName ::= Name                        [token]
+endmodule
+

Semantics

+ +

The semantics below is environment-based. A substitution-based
+definition of FUN is also available, but that drops the &
+construct as explained above.

+
module FUN-UNTYPED
+  imports FUN-UNTYPED-COMMON
+  imports FUN-UNTYPED-MACROS
+  imports DOMAINS
+  //imports PATTERN-MATCHING
+

Configuration

+ +

The k, env, and store cells are standard
+(see, for example, the definition of LAMBDA++ or IMP++ in the first
+part of the K tutorial).

+
  configuration <T color="yellow">
+                  <k color="green"> $PGM:Exp </k>
+                  <env color="violet"> .Map </env>
+                  <store color="white"> .Map </store>
+                </T>
+

Values and results

+ +

We only define integers, Booleans and strings as values here, but will
+add more values later.

+
  syntax Val ::= Int | Bool | String
+  syntax Vals ::= Bottoms
+  syntax KResult ::= Val
+

Lookup

+ +
  rule <k> X:Name => V ...</k>
+       <env>... X |-> L ...</env>
+       <store>... L |-> V ...</store>
+

Arithmetic expressions

+ +
  rule I1 * I2 => I1 *Int I2
+  rule I1 / I2 => I1 /Int I2 when I2 =/=K 0
+  rule I1 % I2 => I1 %Int I2 when I2 =/=K 0
+  rule I1 + I2 => I1 +Int I2
+  rule S1 ^ S2 => S1 +String S2
+  rule I1 - I2 => I1 -Int I2
+  rule - I => 0 -Int I
+  rule I1 < I2 => I1 <Int I2
+  rule I1 <= I2 => I1 <=Int I2
+  rule I1 > I2 => I1 >Int I2
+  rule I1 >= I2 => I1 >=Int I2
+  rule V1:Val == V2:Val => V1 ==K V2
+  rule V1:Val != V2:Val => V1 =/=K V2
+  rule ! T => notBool(T)
+  rule true  && E => E
+  rule false && _ => false
+  rule true  || _ => true
+  rule false || E => E
+

Conditional

+ +
  rule if  true then E else _ => E
+  rule if false then _ else E => E
+

Lists

+ +

We have already declared the syntactic list of expressions strict, so
+we can assume that all the elements that appear in a FUN list are
+evaluated. The only thing left to do is to state that a list of
+values is a value itself, that is, that the list square-bracket
+construct is indeed a constructor, and to give the semantics of
+cons. Since cons is a builtin function and is
+expected to take two arguments, we have to also state that
+cons itself is a value (specifically, a function/closure
+value, but we do not need that level of detail here), and also that
+cons applied to a value is a value (specifically, it would be
+a function/closure value that expects the second, list argument):

+
  rule cons V:Val [Vs:Vals] => [V,Vs]
+

Data Constructors

+ +

Constructors take values as arguments and produce other values:

+
  syntax Val ::= ConstructorName
+

Functions and Closures

+ +

Like in the environment-based semantics of LAMBDA++ in the first part
+of the K tutorial, functions evaluate to closures. A closure includes
+the current environment besides the function contents; the environment
+will be used at execution time to lookup all the variables that appear
+free in the function body (we want static scoping in FUN).

+
  syntax Val ::= closure(Map,Cases)
+  rule <k> fun Cases => closure(Rho,Cases) ...</k>  <env> Rho </env>
+

Note: The reader may want to get familiar with
+how the pre-defined pattern matching works before proceeding.
+The best way to do that is to consult
+k/include/modules/pattern-matching.k.

+

We distinguish two cases when the closure is applied.
+If the first pattern matches, then we pick the first case: switch to
+the closed environment, get the matching map and bind all its
+variables, and finally evaluate the function body of the first case,
+making sure that the environment is properly recovered afterwards.
+If the first pattern does not match, then we drop it and thus move on
+to the next one.

+
  rule (. => getMatching(P, V)) ~> closure(_, P->_ | _) V:Val
+  rule <k> matchResult(M:Map) ~> closure(Rho, _->E | _) _
+           => bindMap(M) ~> E ~> setEnv(Rho') ...</k>
+       <env> Rho' => Rho </env>
+  rule (matchFailure => .) ~> closure(_, (_->_ | Cs:Cases => Cs)) _
+//  rule <k> closure(Rho, P->E | _) V:Val
+//           => bindMap(getMatching(P,V)) ~> E ~> setEnv(Rho') ...</k>
+//       <env> Rho' => Rho </env>  when isMatching(P,V)
+//  rule closure(_, (P->_ | Cs:Cases => Cs)) V:Val  when notBool isMatching(P,V)
+

Let and Letrec

+ +

To highlight the similarities and differences between let and
+letrec, we prefer to give them direct semantics instead of
+to desugar them like in LAMBDA. See the formal definitions of
+bindTo, bind, and assignTo at the end of
+this module. Informally, bindTo(Xs, Es) first
+evaluates the expressions Es in Exps in the current
+environment (i.e., it is strict in its second argument), then it binds
+the variables in Xs in Names to new locations and adds
+those bindings to the environment, and finally writes the values
+previously obtained after evaluating the expressions Es to those
+new locations; bind(Xs) does only the bindings of
+Xs to new locations and adds those bindings to the environment;
+and assignTo(Xs,Es) evaluates the expressions
+Es in the current environment and then it writes the resulting
+values to the locations to which the variables Xs are already
+bound to in the environment.

+

Therefore, let Xs = Es in E first
+evaluates Es in the current environment, then adds new
+bindings for Xs to fresh locations in the environment, then
+writes the values of Es to those locations, and finally
+evaluates E in the new environment, making sure that the
+environment is properly recovered after the evaluation of E.
+On the other hand, letrec does the same things but in a
+different order: it first adds new bindings for Xs to fresh
+locations in the environment, then it evaluates Es in the new
+environment, then it writes the resulting values to their
+corresponding locations, and finally it evaluates E and
+recovers the environment. The crucial difference is that the
+expressions Es now see the locations of the variables Xs
+in the environment, so if they are functions, which is typically the
+case with letrec, their closures will encapsulate in their
+environments the bindings of all the bound variables, including
+themselves (thus, we may have a closure value stored at location
+L, whose environment contains a binding of the form
+F ↦ L; this way, the closure can invoke
+itself).

+
  rule <k> let Bs in E
+        => bindTo(names(Bs),exps(Bs)) ~> E ~> setEnv(Rho) ...</k>
+       <env> Rho </env>
+
+  rule <k> letrec Bs in E
+        => bind(names(Bs))~>assignTo(names(Bs),exps(Bs))~>E~>setEnv(Rho)...</k>
+       <env> Rho </env>
+

Recall that our syntax allows let and letrec to
+take any expression in place of its binding. This allows us to use
+the already existing function application construct to bind names to
+functions, such as, e.g., let x y = y in ....
+The desugaring macro in the syntax module uncurries such declarations,
+and then the semantic rules above only work when the remaining
+bindings are identifiers, so the semantics will get stuck on programs
+that misuse the let and letrec binders.

+

References

+ +

The semantics of references is self-explanatory, except maybe for the
+desugaring rule of ref, which is further discussed. Note
+that &X grabs the location of X from the environment.
+Sequential composition, which is needed only to accumulate the
+side effects due to assignments, was strict in the first argument.
+Once evaluated, its first argument is simply discarded:

+
  syntax Name ::= "$x" [token]
+  rule ref => fun $x -> & $x
+  rule <k> & X => L ...</k>  <env>... X |-> L ...</env>
+  rule <k> @ L:Int => V:Val ...</k>  <store>... L |-> V ...</store>
+  rule <k> L:Int := V:Val => V ...</k>  <store>... L |-> (_=>V) ...</store>
+  rule _V:Val; E => E
+

The desugaring rule of ref (first rule above) works
+because & takes a variable and returns its location (like in C).
+Note that some ``pure'' functional programming researchers strongly dislike
+the & construct, but favor ref. We refrain from having
+a personal opinion on this issue here, but support & in the
+environment-based definition of FUN because it is, technically speaking,
+more powerful than ref. From a language design perspective, it
+would be equally easy to drop & and instead give a direct
+semantics to ref. In fact, this is precisely what we do in the
+substitution-based definition of FUN, because there appears to be no way
+to give a substitution-based definition to the & construct.

+

Callcc

+ +

As we know it from the LAMBDA++ tutorial, call-with-current-continuation
+is quite easy to define in K. We first need to define a special
+value wrapping an execution context, that is, an environment saying
+where the variables should be looked up, and a computation structure
+saying what is left to execute (in a substitution-based definition,
+this special value would be even simpler, as it would only need to
+wrap the computation structure---see, for example, the
+substitution-based semantics of LAMBDA++ in the the first part of the
+K tutorial, or the substitution-based definition of FUN). Then
+callcc creates such a value containing the current
+environment and the current remaining computation, and passes it to
+its argument function. When/If invoked, the special value replaces
+the current execution context with its own and continues the execution
+normally.

+
  syntax Val ::= cc(Map,K)
+  rule <k> (callcc V:Val => V cc(Rho,K)) ~> K </k>  <env> Rho </env>
+  rule <k> cc(Rho,K) V:Val ~> _ => V ~> K </k>  <env> _ => Rho </env>
+

Auxiliary operations

+ +

Environment recovery

+ +

The environment recovery operation is the same as for the LAMBDA++
+language in the K tutorial and many other languages provided with the
+K distribution. The first ``anywhere'' rule below shows an elegant
+way to achieve the benefits of tail recursion in K.

+
  syntax KItem ::= setEnv(Map)  // TODO: get rid of env
+  //rule (setEnv(_) => .) ~> setEnv(_)  [anywhere]
+  rule <k> _:Val ~> (setEnv(Rho) => .) ...</k> <env> _ => Rho </env>
+

bindTo, bind and assignTo

+ +

The meaning of these operations has already been explained when we
+discussed the let and letrec language constructs
+above.

+
  syntax KItem ::= bindTo(Names,Exps)         [strict(2)]
+                 | bindMap(Map)
+                 | bind(Names)
+
+  rule (. => getMatchingAux(Xs,Vs)) ~> bindTo(Xs:Names,Vs:Vals)
+  rule matchResult(M:Map) ~> bindTo(_:Names, _:Vals) => bindMap(M)
+
+  rule bindMap(.Map) => .
+  rule <k> bindMap((X:Name |-> V:Val => .Map) _:Map) ...</k>
+       <env> Rho => Rho[X <- !L:Int] </env>
+       <store>... .Map => !L |-> V ...</store>
+
+  rule bind(.Names) => .
+  rule <k> bind(X:Name,Xs => Xs) ...</k>
+       <env> Rho => Rho[X <- !_L:Int] </env>
+
+  syntax KItem ::= assignTo(Names,Exps)  [strict(2)]
+
+  rule <k> assignTo(.Names,.Vals) => . ...</k>
+  rule <k> assignTo((X:Name,Xs => Xs),(V:Val,Vs:Vals => Vs)) ...</k>
+       <env>... X |-> L ...</env>
+       <store>... .Map => L |-> V ...</store>
+

Getters

+ +

The following auxiliary operations extract the list of identifiers
+and of expressions in a binding, respectively.

+
  syntax Names ::= names(Bindings)  [function]
+  rule names(.Bindings) => .Names
+  rule names(X:Name=_ and Bs) => (X,names(Bs))::Names
+
+  syntax Exps ::= exps(Bindings)  [function]
+  rule exps(.Bindings) => .Exps
+  rule exps(_:Name=E and Bs) => E,exps(Bs)
+
+  /* Extra kore stuff */
+  syntax KResult ::= Vals
+  syntax Exps ::= Names
+  syntax Names ::= Bottoms
+
+  /* Matching */
+  syntax MatchResult ::= getMatching(Exp, Val)                      [function]
+                       | getMatchingAux(Exps, Vals)                 [function]
+                       | mergeMatching(MatchResult, MatchResult)    [function]
+                       | matchResult(Map)
+                       | "matchFailure"
+
+  rule getMatching(C:ConstructorName(Es:Exps), C(Vs:Vals)) => getMatchingAux(Es, Vs)
+  rule getMatching([Es:Exps], [Vs:Vals])                   => getMatchingAux(Es, Vs)
+  rule getMatching(C:ConstructorName, C) => matchResult(.Map)
+  rule getMatching(B:Bool, B)            => matchResult(.Map)
+  rule getMatching(I:Int, I)             => matchResult(.Map)
+  rule getMatching(S:String, S)          => matchResult(.Map)
+  rule getMatching(N:Name, V:Val) => matchResult(N |-> V)
+  rule getMatching(_, _) => matchFailure        [owise]
+
+  rule getMatchingAux((E:Exp, Es:Exps), (V:Val, Vs:Vals)) => mergeMatching(getMatching(E, V), getMatchingAux(Es, Vs))
+  rule getMatchingAux(.Exps, .Vals)                       => matchResult(.Map)
+  rule getMatchingAux(_, _) => matchFailure     [owise]
+
+  rule mergeMatching(matchResult(M1:Map), matchResult(M2:Map)) => matchResult(M1 M2)
+    requires intersectSet(keys(M1), keys(M2)) ==K .Set
+  //rule mergeMatching(_, _) => matchFailure      [owsie]
+  rule mergeMatching(matchResult(_:Map), matchFailure) => matchFailure
+  rule mergeMatching(matchFailure, matchResult(_:Map)) => matchFailure
+  rule mergeMatching(matchFailure, matchFailure)       => matchFailure
+

Besides the generic decomposition rules for patterns and values,
+we also want to allow [head|tail] matching for lists, so we add
+the following custom pattern decomposition rule:

+
  rule getMatching([H:Exp | T:Exp], [V:Val, Vs:Vals])
+    => getMatchingAux((H, T), (V, [Vs]))
+endmodule
+

Go to Lesson 2, FUN untyped, Substitution-Based.

+

FUN — Untyped — Environment

+ +

Author: Grigore Roșu (grosu@illinois.edu)
+Organization: University of Illinois at Urbana-Champaign

+

Author: Traian Florin Șerbănuță (traian.serbanuta@unibuc.ro)
+Organization: University of Bucharest

+

Abstract

+ +

This is the K semantic definition of the untyped FUN language.
+FUN is a pedagogical and research language that captures the essence
+of the functional programming paradigm, extended with several features
+often encountered in functional programming languages.
+Like many functional languages, FUN is an expression language, that
+is, everything, including the main program, is an expression.
+Functions can be declared anywhere and are first class values in the
+language.
+FUN is call-by-value here, but it has been extended (as student
+homework assignments) with other parameter-passing styles.
+To make it more interesting and to highlight some of K's strengths,
+FUN includes the following features:

+
    +
  • +

    The basic builtin data-types of integers, booleans and strings.

    +
  • +
  • +

    Builtin lists, which can hold any elements, including other lists.
    +Lists are enclosed in square brackets and their elements are
    +comma-separated; e.g., [1,2,3].

    +
  • +
  • +

    User-defined data-types, by means of constructor terms.
    +Constructor names start with a capital letter (while any other
    +identifier in the language starts with a lowercase letter), and they
    +can be followed by an arbitrary number of comma-separated arguments
    +enclosed in parentheses; parentheses are not needed when the
    +constructor takes no arguments.
    +For example, Pair(5,7) is a constructor term holding two
    +numbers, Cons(1,Cons(2,Cons(3,Nil))) is a list-like
    +constructor term holding 3 elements, and
    +Tree(Tree(Leaf(1), Leaf(2)), Leaf(3)) is a tree-like
    +constructor term holding 3 elements.
    +In the untyped version of the FUN language, no type checking or
    +inference is performed to ensure that the data constructors are used
    +correctly.
    +The execution will simply get stuck when they are misused.
    +Moreover, since no type checking is performed, the data-types are not
    +even declared in the untyped version of FUN.

    +
  • +
  • +

    Functions and let/letrec binders can take
    +multiple space-separated arguments, but these are desugared to
    +ones that only take one argument, by currying. For example, the
    +expressions

    +
    fun x y -> x y
    +let x y = y in x
    +

    are desugared, respectively, into the following expressions:

    +
    fun x -> fun y -> x y
    +let x = fun y -> y in x
    +
  • +
  • +

    Functions can be defined using pattern matching over the
    +available data-types. For example, the program

    +
    letrec max = fun [h] -> h
    +             |   [h|t] -> let x = max t
    +                          in  if h > x then h else x
    +in max [1, 3, 5, 2, 4, 0, -1, -5]
    +

    defines a function max that calculates the maximum element of
    +a non-empty list, and the function

    +
    letrec ack = fun Pair(0,n) -> n + 1
    +             |   Pair(m,0) -> ack Pair(m - 1, 1)
    +             |   Pair(m,n) -> ack Pair(m - 1, ack Pair(m, n - 1))
    +in ack Pair(2,3)
    +

    calculates the Ackermann function applied to a particular pair of numbers.
    +Patterns can be nested. Patterns can currently only be used in function
    +definitions, and not directly in let/letrec binders.
    +For example, this is not allowed:

    +
    letrec Pai(x,y) = Pair(1,2) in x+y
    +

    But this is allowed:

    +
    let f Pair(x,y) = x+y in f Pair(1,2)
    +

    because it is first reduced to

    +
    let f = fun Pair(x,y) -> x+y in f Pair(1,2)
    +

    by uncurrying of the let binder, and pattern matching is
    +allowed in function arguments.

    +
  • +
  • +

    We include a callcc construct, for two reasons: first,
    +several functional languages support this construct; second, some
    +semantic frameworks have difficulties defining it. Not K.

    +
  • +
  • +

    Finally, we include mutables by means of referencing an
    +expression, getting the reference of a variable, dereferencing and
    +assignment. We include these for the same reasons as above: there are
    +languages which have them, and they are not easy to define in some
    +semantic frameworks.

    +
  • +
+

Like in many other languages, some of FUN's constructs can be
+desugared into a smaller set of basic constructs. We do that as usual,
+using macros, and then we only give semantics to the core constructs.

+

Note:
+We recommend the reader to first consult the dynamic semantics of the
+LAMBDA++ language in the first part of the K Tutorial.
+To keep the comments below small and focused, we will not re-explain
+functional or K features that have already been explained in there.

+

Syntax

+ +
//require "modules/pattern-matching.k"
+
+module FUN-UNTYPED-COMMON
+  imports DOMAINS-SYNTAX
+

FUN is an expression language. The constructs below fall into
+several categories: names, arithmetic constructs, conventional
+functional constructs, patterns and pattern matching, data constructs,
+lists, references, and call-with-current-continuation (callcc).
+The arithmetic constructs are standard; they are present in almost all
+our K language definitions. The meaning of FUN's constructs are
+discussed in more depth when we define their semantics in the next
+module.

+

The Syntactic Constructs

+ +

We start with the syntactic definition of FUN names.
+We have several categories of names: ones to be used for functions and
+variables, others to be used for data constructors, others for types and
+others for type variables. We will introduce them as needed, starting
+with the former category. We prefer the names of variables and functions
+to start with lower case letters. We take the freedom to tacitly introduce
+syntactic lists/sequences for each nonterminal for which we need them:

+
  syntax Name                                      [token]
+  syntax Names ::= List{Name,","}                  [klabel(exps)]
+

Expression constructs will be defined throughtout the syntax module.
+Below are the very basic ones, namely the builtins, the names, and the
+parentheses used as brackets for grouping. Lists of expressions are
+declared strict, so all expressions in the list get evaluated whenever
+the list is on a position which can be evaluated:

+
  syntax Exp ::= Int | Bool | String | Name
+               | "(" Exp ")"                       [bracket]
+  syntax Exps  ::= List{Exp,","}                   [strict, klabel(exps)]
+  syntax Val
+  syntax Exp ::= Val
+  syntax Exps ::= Vals
+  syntax Vals ::= List{Val,","}                    [klabel(exps)]
+  syntax Bottom
+  syntax Bottoms ::= List{Bottom,","}              [klabel(exps)]
+

We next define the syntax of arithmetic constructs, together with
+their relative priorities and left-/non-associativities. We also
+tag all these rules as members of a new group, "arith", so we can more easily
+define global syntax priorities later (at the end of the syntax module).

+
  syntax Exp ::= left:
+                 Exp "*" Exp                       [strict, group(arith)]
+               | Exp "/" Exp                       [strict, group(arith)]
+               | Exp "%" Exp                       [strict, group(arith)]
+               > left:
+                 Exp "+" Exp                       [strict, left, group(arith)]
+               | Exp "^" Exp                       [strict, left, group(arith)]
+// left attribute should not be necessary; currently a parsing bug
+               | Exp "-" Exp                       [strict, prefer, group(arith)]
+// the "prefer" attribute above is to not parse x-1 as x(-1)
+// Due to some parsing problems, we currently cannot add unary minus:
+               | "-" Exp                           [strict, group(arith)]
+               > non-assoc:
+                 Exp "<" Exp                       [strict, group(arith)]
+               | Exp "<=" Exp                      [strict, group(arith)]
+               | Exp ">" Exp                       [strict, group(arith)]
+               | Exp ">=" Exp                      [strict, group(arith)]
+               | Exp "==" Exp                      [strict, group(arith)]
+               | Exp "!=" Exp                      [strict, group(arith)]
+               > "!" Exp                           [strict, group(arith)]
+               > Exp "&&" Exp                      [strict(1), left, group(arith)]
+               > Exp "||" Exp                      [strict(1), left, group(arith)]
+

The conditional construct has the expected evaluation strategy,
+stating that only the first argument is evaluate:

+
  syntax Exp ::= "if" Exp "then" Exp "else" Exp    [strict(1)]
+

FUN's builtin lists are formed by enclosing comma-separated
+sequences of expressions (i.e., terms of sort Exps) in square
+brackets. The list constructor cons adds a new element to the
+top of the list, head and tail get the first element
+and the tail sublist of a list if they exist, respectively, and get
+stuck otherwise, and null?? tests whether a list is empty or
+not; syntactically, these are just expression constants.
+In function patterns, we are also going to allow patterns following the
+usual head/tail notation; for example, the pattern [x_1,...,x_n|t]
+binds x_1, ..., x_n to the first elements of the matched list,
+and t to the list formed with the remaining elements. We define list
+patterns as ordinary expression constructs, although we will make sure that
+we do not give them semantics if they appear in any other place then in a
+function case pattern.

+
  syntax Exp ::= "[" Exps "]"                             [strict, klabel(list)]
+               | "head" [macro] | "tail" [macro] | "null?" [macro]
+               | "[" Exps "|" Exp "]"
+  syntax Val ::= "[" Vals "]"                             [klabel(list)]
+  syntax Cons ::= "cons"
+  syntax Val ::= Cons
+  syntax Val ::= Cons Val                                 [klabel(apply)]
+

Data constructors start with capital letters and they may or may
+not have arguments. We need to use the attribute "prefer" to make
+sure that, e.g., Cons(a) parses as constructor Cons with
+argument a, and not as the expression Cons (because
+constructor names are also expressions) regarded as a function applied
+to the expression a. Also, note that the constructor is strict
+in its second argument, because we want to evaluate its arguments but
+not the constuctor name itsef.

+
  syntax ConstructorName                         [token]
+  syntax Exp ::= ConstructorName
+               | ConstructorName "(" Exps ")"    [prefer, strict(2), klabel(constructor)]
+  syntax Val ::= ConstructorName "(" Vals ")"    [klabel(constructor)]
+

A function is essentially a |-separated ordered
+sequence of cases, each case of the form pattern -> expression,
+preceded by the language construct fun. Patterns will be defined
+shortly, both for the builtin lists and for user-defined constructors.
+Recall that the syntax we define in K is not meant to serve as a
+ultimate parser for the defined language, but rather as a convenient
+notation for K abstract syntax trees, which we prefer when we write
+the semantic rules. It is therefore often the case that we define a
+more ``generous'' syntax than we want to allow programs to use.
+We do it here, too. Specifically, the syntax of Cases
+below allows any expressions to appear as pattern. This syntactic
+relaxation permits many wrong programs to be parsed, but that is not a
+problem because we are not going to give semantics to wrong combinations,
+so those programs will get stuck; moreover, our type inferencer will reject
+those programs anyway. Function application is just concatenation of
+expressions, without worrying about type correctness. Again, the type
+system will reject type-incorrect programs.

+
  syntax Exp ::= "fun" Cases
+               | Exp Exp                              [strict, left, klabel(apply)]
+// NOTE: We would like eventually to also have Exp "(" Exps ")
+  syntax Case  ::= Exp "->" Exp
+  syntax Cases ::= List{Case, "|"}
+

The let and letrec binders have the usual syntax
+and functional meaning. We allow multiple and-separated bindings.
+Like for the function cases above, we allow a more generous syntax for
+the left-hand sides of bindings, noting that the semantics will get stuck
+on incorrect bindings and that the type system will reject those programs.

+
  syntax Exp ::= "let" Bindings "in" Exp
+               | "letrec" Bindings "in" Exp                 [prefer]
+// The "prefer" attribute for letrec currently needed due to tool bug,
+// to make sure that "letrec" is not parsed as "let rec".
+  syntax Binding  ::= Exp "=" Exp
+  syntax Bindings ::= List{Binding,"and"}
+

References are first class values in FUN. The construct ref
+takes an expression, evaluates it, and then it stores the resulting value
+at a fresh location in the store and returns that reference. Syntactically,
+ref is just an expression constant. The construct &
+takes a name as argument and evaluates to a reference, namely the store
+reference where the variable passed as argument stores its value; this
+construct is a bit controversial and is further discussed in the
+environment-based semantics of the FUN language, where we desugar
+ref to it. The construct @ takes a reference
+and evaluates to the value stored there. The construct := takes
+two expressions, the first expected to evaluate to a reference; the value
+of its second argument will be stored at the location to which the first
+points (the old value is thus lost). Finally, since expression evaluation
+now has side effects, it makes sense to also add a sequential composition
+construct, which is sequentially strict. This evaluates to the value of
+its second argument; the value of the first argument is lost (which has
+therefore been evaluated only for its side effects.

+
  syntax Exp ::= "ref"                             [macro]
+               | "&" Name
+               | "@" Exp                                     [strict]
+               | Exp ":=" Exp                                [strict]
+               | Exp ";" Exp                       [strict(1), right]
+

Call-with-current-continuation, named callcc in FUN, is a
+powerful control operator that originated in the Scheme programming
+language, but it now exists in many other functional languages. It works
+by evaluating its argument, expected to evaluate to a function, and by
+passing the current continuation, or evaluation context (or computation,
+in K terminology), as a special value to it. When/If this special value
+is invoked, the current context is discarded and replaced with the one
+held by the special value and the computation continues from there.
+It is like taking a snapshot of the execution context at some moment
+in time and then, when desired, being able to get back in time to that
+point. If you like games, it is like saving the game now (so you can
+work on your homework!) and then continuing the game tomorrow or whenever
+you wish. To issustrate the strength of callcc, we also
+allow exceptions in FUN by means of a conventional try-catch
+construct, which will desugar to callcc. We also need to
+introduce the special expression contant throw, but we need to
+use it as a function argument name in the desugaring macro, so we define
+it as a name instead of as an expression constant:

+
  syntax Exp ::= "try" Exp "catch" "(" Name ")" Exp [macro]
+  syntax Val ::= "callcc"
+  syntax Name ::= "throw" [token]
+

Finally, FUN also allows polymorphic datatype declarations. These
+will be useful when we define the type system later on.

+
  syntax Exp ::= "datatype" Type "=" TypeCases Exp [macro]
+// NOTE: In a future version of K, we want the datatype declaration
+// to be a construct by itself, but that is not possible currently
+// because K's parser wronly identifies the __ operation allowing
+// a declaration to appear in front of an expression with the function
+// application construct, giving ambiguous parsing errors.
+

We next need to define the syntax of types and type cases that appear
+in datatype declarations.

+

Like in many functional languages, type parameters/variables in
+user-defined types are quoted identifiers.

+
  syntax TypeVar                        [token]
+  syntax TypeVars ::= List{TypeVar,","} [klabel(types)]
+

Types can be basic types, function types, or user-defined
+parametric types. In the dynamic semantics we are going to simply ignore
+all the type declations, so here the syntax of types below is only useful
+for generating the desired parser. To avoid syntactic ambiguities with
+the arrow construct for function cases, we use the symbol --> as
+a constructor for function types:

+
  syntax TypeName [token]
+  syntax Type ::= "int" | "bool" | "string"
+                | Type "-->" Type                            [right]
+                | "(" Type ")"                             [bracket]
+                | TypeVar
+                | TypeName             [klabel(TypeName), avoid]
+                | Type TypeName   [klabel(Type-TypeName), symbol, macro]
+                | "(" Types ")" TypeName                    [prefer]
+  syntax Types ::= List{Type,","} [klabel(types)]
+  syntax Types ::= TypeVars
+
+  syntax TypeCase ::= ConstructorName
+                    | ConstructorName "(" Types ")"
+  syntax TypeCases ::= List{TypeCase,"|"}     [klabel(_|TypeCase_)]
+

Additional Priorities

+ +
  syntax priorities @__FUN-UNTYPED-COMMON
+                  > apply
+                  > arith
+                  > _:=__FUN-UNTYPED-COMMON
+                  > let_in__FUN-UNTYPED-COMMON
+                    letrec_in__FUN-UNTYPED-COMMON
+                    if_then_else__FUN-UNTYPED-COMMON
+                  > _;__FUN-UNTYPED-COMMON
+                  > fun__FUN-UNTYPED-COMMON
+                  > datatype_=___FUN-UNTYPED-COMMON
+endmodule
+
+module FUN-UNTYPED-MACROS
+  imports FUN-UNTYPED-COMMON
+

Desugaring macros

+ +

We desugar the list non-constructor operations to functions matching
+over list patterns. In order to do that we need some new variables; for
+those, we follow the same convention like in the K tutorial, where we
+added them as new identifier constructs starting with the character $,
+so we can easily recognize them when we debug or trace the semantics.

+
  syntax Name ::= "$h" [token] | "$t" [token]
+  rule head => fun [$h|$t] -> $h
+  rule tail => fun [$h|$t] -> $t
+  rule null? => fun [.Exps] -> true | [$h|$t] -> false
+

Multiple-head list patterns desugar into successive one-head patterns:

+
  rule [E1,E2,Es:Exps|T] => [E1|[E2,Es|T]]                   [anywhere]
+

Uncurrying of multiple arguments in functions and binders:

+
  rule P1 P2 -> E => P1 -> fun P2 -> E                       [anywhere]
+  rule F P = E => F = fun P -> E                             [anywhere]
+

We desugar the try-catch construct into callcc:

+
  syntax Name ::= "$k" [token] | "$v" [token]
+  rule try E catch(X) E'
+    => callcc (fun $k -> (fun throw -> E)(fun X -> $k E'))
+

For uniformity, we reduce all types to their general form:

+
  rule `Type-TypeName`(T:Type, Tn:TypeName) => (T) Tn
+

The dynamic semantics ignores all the type declarations:

+
  rule datatype _T = _TCs E => E
+
+endmodule
+
+
+module FUN-UNTYPED-SYNTAX
+  imports FUN-UNTYPED-COMMON
+  imports BUILTIN-ID-TOKENS
+
+  syntax Name ::= r"[a-z][_a-zA-Z0-9]*"           [token, prec(2)]
+                | #LowerId                        [token]
+  syntax ConstructorName ::= #UpperId             [token]
+  syntax TypeVar  ::= r"['][a-z][_a-zA-Z0-9]*"    [token]
+  syntax TypeName ::= Name                        [token]
+endmodule
+

Semantics

+ +

The semantics below is environment-based. A substitution-based
+definition of FUN is also available, but that drops the &
+construct as explained above.

+
module FUN-UNTYPED
+  imports FUN-UNTYPED-COMMON
+  imports FUN-UNTYPED-MACROS
+  imports DOMAINS
+  //imports PATTERN-MATCHING
+

Configuration

+ +

The k, env, and store cells are standard
+(see, for example, the definition of LAMBDA++ or IMP++ in the first
+part of the K tutorial).

+
  configuration <T color="yellow">
+                  <k color="green"> $PGM:Exp </k>
+                  <env color="violet"> .Map </env>
+                  <store color="white"> .Map </store>
+                </T>
+

Values and results

+ +

We only define integers, Booleans and strings as values here, but will
+add more values later.

+
  syntax Val ::= Int | Bool | String
+  syntax Vals ::= Bottoms
+  syntax KResult ::= Val
+

Lookup

+ +
  rule <k> X:Name => V ...</k>
+       <env>... X |-> L ...</env>
+       <store>... L |-> V ...</store>
+

Arithmetic expressions

+ +
  rule I1 * I2 => I1 *Int I2
+  rule I1 / I2 => I1 /Int I2 when I2 =/=K 0
+  rule I1 % I2 => I1 %Int I2 when I2 =/=K 0
+  rule I1 + I2 => I1 +Int I2
+  rule S1 ^ S2 => S1 +String S2
+  rule I1 - I2 => I1 -Int I2
+  rule - I => 0 -Int I
+  rule I1 < I2 => I1 <Int I2
+  rule I1 <= I2 => I1 <=Int I2
+  rule I1 > I2 => I1 >Int I2
+  rule I1 >= I2 => I1 >=Int I2
+  rule V1:Val == V2:Val => V1 ==K V2
+  rule V1:Val != V2:Val => V1 =/=K V2
+  rule ! T => notBool(T)
+  rule true  && E => E
+  rule false && _ => false
+  rule true  || _ => true
+  rule false || E => E
+

Conditional

+ +
  rule if  true then E else _ => E
+  rule if false then _ else E => E
+

Lists

+ +

We have already declared the syntactic list of expressions strict, so
+we can assume that all the elements that appear in a FUN list are
+evaluated. The only thing left to do is to state that a list of
+values is a value itself, that is, that the list square-bracket
+construct is indeed a constructor, and to give the semantics of
+cons. Since cons is a builtin function and is
+expected to take two arguments, we have to also state that
+cons itself is a value (specifically, a function/closure
+value, but we do not need that level of detail here), and also that
+cons applied to a value is a value (specifically, it would be
+a function/closure value that expects the second, list argument):

+
  rule cons V:Val [Vs:Vals] => [V,Vs]
+

Data Constructors

+ +

Constructors take values as arguments and produce other values:

+
  syntax Val ::= ConstructorName
+

Functions and Closures

+ +

Like in the environment-based semantics of LAMBDA++ in the first part
+of the K tutorial, functions evaluate to closures. A closure includes
+the current environment besides the function contents; the environment
+will be used at execution time to lookup all the variables that appear
+free in the function body (we want static scoping in FUN).

+
  syntax Val ::= closure(Map,Cases)
+  rule <k> fun Cases => closure(Rho,Cases) ...</k>  <env> Rho </env>
+

Note: The reader may want to get familiar with
+how the pre-defined pattern matching works before proceeding.
+The best way to do that is to consult
+k/include/modules/pattern-matching.k.

+

We distinguish two cases when the closure is applied.
+If the first pattern matches, then we pick the first case: switch to
+the closed environment, get the matching map and bind all its
+variables, and finally evaluate the function body of the first case,
+making sure that the environment is properly recovered afterwards.
+If the first pattern does not match, then we drop it and thus move on
+to the next one.

+
  rule (. => getMatching(P, V)) ~> closure(_, P->_ | _) V:Val
+  rule <k> matchResult(M:Map) ~> closure(Rho, _->E | _) _
+           => bindMap(M) ~> E ~> setEnv(Rho') ...</k>
+       <env> Rho' => Rho </env>
+  rule (matchFailure => .) ~> closure(_, (_->_ | Cs:Cases => Cs)) _
+//  rule <k> closure(Rho, P->E | _) V:Val
+//           => bindMap(getMatching(P,V)) ~> E ~> setEnv(Rho') ...</k>
+//       <env> Rho' => Rho </env>  when isMatching(P,V)
+//  rule closure(_, (P->_ | Cs:Cases => Cs)) V:Val  when notBool isMatching(P,V)
+

Let and Letrec

+ +

To highlight the similarities and differences between let and
+letrec, we prefer to give them direct semantics instead of
+to desugar them like in LAMBDA. See the formal definitions of
+bindTo, bind, and assignTo at the end of
+this module. Informally, bindTo(Xs, Es) first
+evaluates the expressions Es in Exps in the current
+environment (i.e., it is strict in its second argument), then it binds
+the variables in Xs in Names to new locations and adds
+those bindings to the environment, and finally writes the values
+previously obtained after evaluating the expressions Es to those
+new locations; bind(Xs) does only the bindings of
+Xs to new locations and adds those bindings to the environment;
+and assignTo(Xs,Es) evaluates the expressions
+Es in the current environment and then it writes the resulting
+values to the locations to which the variables Xs are already
+bound to in the environment.

+

Therefore, let Xs = Es in E first
+evaluates Es in the current environment, then adds new
+bindings for Xs to fresh locations in the environment, then
+writes the values of Es to those locations, and finally
+evaluates E in the new environment, making sure that the
+environment is properly recovered after the evaluation of E.
+On the other hand, letrec does the same things but in a
+different order: it first adds new bindings for Xs to fresh
+locations in the environment, then it evaluates Es in the new
+environment, then it writes the resulting values to their
+corresponding locations, and finally it evaluates E and
+recovers the environment. The crucial difference is that the
+expressions Es now see the locations of the variables Xs
+in the environment, so if they are functions, which is typically the
+case with letrec, their closures will encapsulate in their
+environments the bindings of all the bound variables, including
+themselves (thus, we may have a closure value stored at location
+L, whose environment contains a binding of the form
+F ↦ L; this way, the closure can invoke
+itself).

+
  rule <k> let Bs in E
+        => bindTo(names(Bs),exps(Bs)) ~> E ~> setEnv(Rho) ...</k>
+       <env> Rho </env>
+
+  rule <k> letrec Bs in E
+        => bind(names(Bs))~>assignTo(names(Bs),exps(Bs))~>E~>setEnv(Rho)...</k>
+       <env> Rho </env>
+

Recall that our syntax allows let and letrec to
+take any expression in place of its binding. This allows us to use
+the already existing function application construct to bind names to
+functions, such as, e.g., let x y = y in ....
+The desugaring macro in the syntax module uncurries such declarations,
+and then the semantic rules above only work when the remaining
+bindings are identifiers, so the semantics will get stuck on programs
+that misuse the let and letrec binders.

+

References

+ +

The semantics of references is self-explanatory, except maybe for the
+desugaring rule of ref, which is further discussed. Note
+that &X grabs the location of X from the environment.
+Sequential composition, which is needed only to accumulate the
+side effects due to assignments, was strict in the first argument.
+Once evaluated, its first argument is simply discarded:

+
  syntax Name ::= "$x" [token]
+  rule ref => fun $x -> & $x
+  rule <k> & X => L ...</k>  <env>... X |-> L ...</env>
+  rule <k> @ L:Int => V:Val ...</k>  <store>... L |-> V ...</store>
+  rule <k> L:Int := V:Val => V ...</k>  <store>... L |-> (_=>V) ...</store>
+  rule _V:Val; E => E
+

The desugaring rule of ref (first rule above) works
+because & takes a variable and returns its location (like in C).
+Note that some ``pure'' functional programming researchers strongly dislike
+the & construct, but favor ref. We refrain from having
+a personal opinion on this issue here, but support & in the
+environment-based definition of FUN because it is, technically speaking,
+more powerful than ref. From a language design perspective, it
+would be equally easy to drop & and instead give a direct
+semantics to ref. In fact, this is precisely what we do in the
+substitution-based definition of FUN, because there appears to be no way
+to give a substitution-based definition to the & construct.

+

Callcc

+ +

As we know it from the LAMBDA++ tutorial, call-with-current-continuation
+is quite easy to define in K. We first need to define a special
+value wrapping an execution context, that is, an environment saying
+where the variables should be looked up, and a computation structure
+saying what is left to execute (in a substitution-based definition,
+this special value would be even simpler, as it would only need to
+wrap the computation structure---see, for example, the
+substitution-based semantics of LAMBDA++ in the the first part of the
+K tutorial, or the substitution-based definition of FUN). Then
+callcc creates such a value containing the current
+environment and the current remaining computation, and passes it to
+its argument function. When/If invoked, the special value replaces
+the current execution context with its own and continues the execution
+normally.

+
  syntax Val ::= cc(Map,K)
+  rule <k> (callcc V:Val => V cc(Rho,K)) ~> K </k>  <env> Rho </env>
+  rule <k> cc(Rho,K) V:Val ~> _ => V ~> K </k>  <env> _ => Rho </env>
+

Auxiliary operations

+ +

Environment recovery

+ +

The environment recovery operation is the same as for the LAMBDA++
+language in the K tutorial and many other languages provided with the
+K distribution. The first ``anywhere'' rule below shows an elegant
+way to achieve the benefits of tail recursion in K.

+
  syntax KItem ::= setEnv(Map)  // TODO: get rid of env
+  //rule (setEnv(_) => .) ~> setEnv(_)  [anywhere]
+  rule <k> _:Val ~> (setEnv(Rho) => .) ...</k> <env> _ => Rho </env>
+

bindTo, bind and assignTo

+ +

The meaning of these operations has already been explained when we
+discussed the let and letrec language constructs
+above.

+
  syntax KItem ::= bindTo(Names,Exps)         [strict(2)]
+                 | bindMap(Map)
+                 | bind(Names)
+
+  rule (. => getMatchingAux(Xs,Vs)) ~> bindTo(Xs:Names,Vs:Vals)
+  rule matchResult(M:Map) ~> bindTo(_:Names, _:Vals) => bindMap(M)
+
+  rule bindMap(.Map) => .
+  rule <k> bindMap((X:Name |-> V:Val => .Map) _:Map) ...</k>
+       <env> Rho => Rho[X <- !L:Int] </env>
+       <store>... .Map => !L |-> V ...</store>
+
+  rule bind(.Names) => .
+  rule <k> bind(X:Name,Xs => Xs) ...</k>
+       <env> Rho => Rho[X <- !_L:Int] </env>
+
+  syntax KItem ::= assignTo(Names,Exps)  [strict(2)]
+
+  rule <k> assignTo(.Names,.Vals) => . ...</k>
+  rule <k> assignTo((X:Name,Xs => Xs),(V:Val,Vs:Vals => Vs)) ...</k>
+       <env>... X |-> L ...</env>
+       <store>... .Map => L |-> V ...</store>
+

Getters

+ +

The following auxiliary operations extract the list of identifiers
+and of expressions in a binding, respectively.

+
  syntax Names ::= names(Bindings)  [function]
+  rule names(.Bindings) => .Names
+  rule names(X:Name=_ and Bs) => (X,names(Bs))::Names
+
+  syntax Exps ::= exps(Bindings)  [function]
+  rule exps(.Bindings) => .Exps
+  rule exps(_:Name=E and Bs) => E,exps(Bs)
+
+  /* Extra kore stuff */
+  syntax KResult ::= Vals
+  syntax Exps ::= Names
+  syntax Names ::= Bottoms
+
+  /* Matching */
+  syntax MatchResult ::= getMatching(Exp, Val)                      [function]
+                       | getMatchingAux(Exps, Vals)                 [function]
+                       | mergeMatching(MatchResult, MatchResult)    [function]
+                       | matchResult(Map)
+                       | "matchFailure"
+
+  rule getMatching(C:ConstructorName(Es:Exps), C(Vs:Vals)) => getMatchingAux(Es, Vs)
+  rule getMatching([Es:Exps], [Vs:Vals])                   => getMatchingAux(Es, Vs)
+  rule getMatching(C:ConstructorName, C) => matchResult(.Map)
+  rule getMatching(B:Bool, B)            => matchResult(.Map)
+  rule getMatching(I:Int, I)             => matchResult(.Map)
+  rule getMatching(S:String, S)          => matchResult(.Map)
+  rule getMatching(N:Name, V:Val) => matchResult(N |-> V)
+  rule getMatching(_, _) => matchFailure        [owise]
+
+  rule getMatchingAux((E:Exp, Es:Exps), (V:Val, Vs:Vals)) => mergeMatching(getMatching(E, V), getMatchingAux(Es, Vs))
+  rule getMatchingAux(.Exps, .Vals)                       => matchResult(.Map)
+  rule getMatchingAux(_, _) => matchFailure     [owise]
+
+  rule mergeMatching(matchResult(M1:Map), matchResult(M2:Map)) => matchResult(M1 M2)
+    requires intersectSet(keys(M1), keys(M2)) ==K .Set
+  //rule mergeMatching(_, _) => matchFailure      [owsie]
+  rule mergeMatching(matchResult(_:Map), matchFailure) => matchFailure
+  rule mergeMatching(matchFailure, matchResult(_:Map)) => matchFailure
+  rule mergeMatching(matchFailure, matchFailure)       => matchFailure
+

Besides the generic decomposition rules for patterns and values,
+we also want to allow [head|tail] matching for lists, so we add
+the following custom pattern decomposition rule:

+
  rule getMatching([H:Exp | T:Exp], [V:Val, Vs:Vals])
+    => getMatchingAux((H, T), (V, [Vs]))
+endmodule
+

Go to Lesson 2, FUN untyped, Substitution-Based.

+

// NOTE: this definition is not up to date with the latest version of K, as it
+// uses both substitution and symbolic reasoning.
+// It is intended for documentation and academic purposes only.

+

FUN — Untyped — Substitution

+ +

Author: Grigore Roșu (grosu@illinois.edu)
+Organization: University of Illinois at Urbana-Champaign

+

Author: Traian Florin Șerbănuță (traian.serbanuta@unibuc.ro)
+Organization: University of Bucharest

+

Abstract

+ +

This is the substitution-based definition of FUN. For additional
+explanations regarding the semantics of the various FUN constructs,
+the reader should consult the emvironment-based definition of FUN.

+

Syntax

+ +
require "substitution.md"
+//require "modules/pattern-matching.k"
+
+module FUN-UNTYPED-COMMON
+  imports DOMAINS-SYNTAX
+

The Syntactic Constructs

+ +
  syntax Name
+  syntax Names ::= List{Name,","}
+
+  syntax Exp ::= Int | Bool | String | Name
+               | "(" Exp ")"                       [bracket]
+  syntax Exps  ::= List{Exp,","}                   [strict]
+  syntax Val
+  syntax Vals ::= List{Val,","}
+
+  syntax Exp ::= left:
+                 Exp "*" Exp                       [strict, arith]
+               | Exp "/" Exp                       [strict, arith]
+               | Exp "%" Exp                       [strict, arith]
+               > left:
+                 Exp "+" Exp                       [strict, left, arith]
+               | Exp "^" Exp                       [strict, left, arith]
+               | Exp "-" Exp                       [strict, prefer, arith]
+               | "-" Exp                           [strict, arith]
+               > non-assoc:
+                 Exp "<" Exp                       [strict, arith]
+               | Exp "<=" Exp                      [strict, arith]
+               | Exp ">" Exp                       [strict, arith]
+               | Exp ">=" Exp                      [strict, arith]
+               | Exp "==" Exp                      [strict, arith]
+               | Exp "!=" Exp                      [strict, arith]
+               > "!" Exp                           [strict, arith]
+               > Exp "&&" Exp                      [strict(1), left, arith]
+               > Exp "||" Exp                      [strict(1), left, arith]
+
+  syntax Exp ::= "if" Exp "then" Exp "else" Exp    [strict(1)]
+
+  syntax Exp ::= "[" Exps "]"                      [strict]
+               | "cons" |  "head" | "tail" | "null?"
+               | "[" Exps "|" Exp "]"
+  syntax Val ::= "[" Vals "]"
+
+  syntax ConstructorName
+  syntax Exp ::= ConstructorName
+               | ConstructorName "(" Exps ")"      [prefer, strict(2)]
+  syntax Val ::= ConstructorName "(" Vals ")"
+
+  syntax Exp ::= "fun" Cases
+               | Exp Exp                           [strict, left]
+  syntax Case  ::= Exp "->" Exp                    [binder]
+// NOTE: The binder attribute above is the only difference between this
+// module and the syntax module of environment-based FUN.  We need
+// to fix a bug in order to import modules and override the attributes
+// of operations.
+  syntax Cases ::= List{Case, "|"}
+
+  syntax Exp ::= "let" Bindings "in" Exp
+               | "letrec" Bindings "in" Exp                 [prefer]
+  syntax Binding  ::= Exp "=" Exp
+  syntax Bindings ::= List{Binding,"and"}
+
+  syntax Exp ::= "ref"
+               | "&" Name
+               | "@" Exp                           [strict]
+               | Exp ":=" Exp                      [strict]
+               | Exp ";" Exp                       [strict(1), right]
+
+  syntax Exp ::= "callcc"
+               | "try" Exp "catch" "(" Name ")" Exp
+  syntax Name ::= "throw" [token]
+
+  syntax Exp ::= "datatype" Type "=" TypeCases Exp
+
+  syntax TypeVar
+  syntax TypeVars ::= List{TypeVar,","}
+
+  syntax TypeName
+  syntax Type ::= "int" | "bool" | "string"
+                | Type "-->" Type                            [right]
+                | "(" Type ")"                             [bracket]
+                | TypeVar
+                | TypeName             [klabel(TypeName), avoid]
+                | Type TypeName   [klabel(Type-TypeName), onlyLabel]
+                | "(" Types ")" TypeName                    [prefer]
+  syntax Types ::= List{Type,","}
+  syntax Types ::= TypeVars
+
+  syntax TypeCase ::= ConstructorName
+                    | ConstructorName "(" Types ")"
+  syntax TypeCases ::= List{TypeCase,"|"}     [klabel(_|TypeCase_)]
+

Additional Priorities

+ +
  syntax priorities @__FUN-UNTYPED-COMMON
+                  > ___FUN-UNTYPED-COMMON
+                  > arith
+                  > _:=__FUN-UNTYPED-COMMON
+                  > let_in__FUN-UNTYPED-COMMON
+                    letrec_in__FUN-UNTYPED-COMMON
+                    if_then_else__FUN-UNTYPED-COMMON
+                  > _;__FUN-UNTYPED-COMMON
+                  > fun__FUN-UNTYPED-COMMON
+                  > datatype_=___FUN-UNTYPED-COMMON
+endmodule
+
+module FUN-UNTYPED-MACROS
+  imports FUN-UNTYPED-COMMON
+

Desugaring macros

+ +
  rule P1 P2 -> E => P1 -> fun P2 -> E                       [macro-rec]
+  rule F P = E => F = fun P -> E                             [macro-rec]
+
+  rule [E1,E2,Es:Exps|T] => [E1|[E2,Es|T]]                   [macro-rec]
+
+//  rule 'TypeName(Tn:TypeName) => (.TypeVars) Tn              [macro]
+  rule `Type-TypeName`(T:Type, Tn:TypeName) => (T) Tn          [macro]
+
+  syntax Name ::= "$h" | "$t"
+  rule head => fun [$h|$t] -> $h                             [macro]
+  rule tail => fun [$h|$t] -> $t                             [macro]
+  rule null? => fun [.Exps] -> true | [$h|$t] -> false       [macro]
+
+  syntax Name ::= "$k" | "$v"
+  rule try E catch(X) E'
+    => callcc (fun $k -> (fun throw -> E)(fun X -> $k E'))   [macro]
+
+  rule datatype _T = _TCs E => E                               [macro]
+

mu needed for letrec, but we put it here so we can also write
+programs with mu in them, which is particularly useful for testing.

+
  syntax Exp ::= "mu" Case
+
+endmodule
+
+
+module FUN-UNTYPED-SYNTAX
+  imports FUN-UNTYPED-COMMON
+  imports BUILTIN-ID-TOKENS
+
+  syntax Name ::= r"[a-z][_a-zA-Z0-9]*"            [token, prec(2)]
+                | #LowerId                         [token]
+  syntax ConstructorName ::= #UpperId              [token]
+  syntax TypeVar  ::= r"['][a-z][_a-zA-Z0-9]*"     [token]
+  syntax TypeName ::= Name                         [token]
+endmodule
+

Semantics

+ +
module FUN-UNTYPED
+  imports FUN-UNTYPED-COMMON
+  imports FUN-UNTYPED-MACROS
+  imports DOMAINS
+  imports SUBSTITUTION
+  //imports PATTERN-MATCHING
+
+  configuration <T color="yellow">
+                  <k color="green"> $PGM:Exp </k>
+                  <store color="white"> .Map </store>
+                </T>
+

Both Name and functions are values now:

+
  syntax Val ::= Int | Bool | String | Name
+  syntax Exp ::= Val
+  syntax Exps ::= Vals
+  syntax KResult ::= Val
+  syntax Exps ::= Names
+  syntax Vals ::= Names
+
+  rule I1 * I2 => I1 *Int I2
+  rule I1 / I2 => I1 /Int I2 when I2 =/=K 0
+  rule I1 % I2 => I1 %Int I2 when I2 =/=K 0
+  rule I1 + I2 => I1 +Int I2
+  rule S1 ^ S2 => S1 +String S2
+  rule I1 - I2 => I1 -Int I2
+  rule - I => 0 -Int I
+  rule I1 < I2 => I1 <Int I2
+  rule I1 <= I2 => I1 <=Int I2
+  rule I1 > I2 => I1 >Int I2
+  rule I1 >= I2 => I1 >=Int I2
+  rule V1:Val == V2:Val => V1 ==K V2
+  rule V1:Val != V2:Val => V1 =/=K V2
+  rule ! T => notBool(T)
+  rule true  && E => E
+  rule false && _ => false
+  rule true  || _ => true
+  rule false || E => E
+
+  rule if  true then E else _ => E
+  rule if false then _ else E => E
+
+  rule isVal(cons) => true
+  rule isVal(cons _V:Val) => true
+  rule cons V:Val [Vs:Vals] => [V,Vs]
+
+  syntax Val ::= ConstructorName
+
+  rule isVal(fun _) => true
+  syntax KVar ::= Name
+  syntax Name ::= freshName(Int)    [freshGenerator, function]
+  rule freshName(I:Int) => {#parseToken("Name", "#" +String Int2String(I))}:>Name
+
+  rule (. => getMatching(P, V)) ~> (fun P->_ | _) V:Val
+  rule matchResult(M:Map) ~> (fun _->E | _) _ => E[M]
+  rule (matchFailure => .) ~> (fun (_->_ | Cs:Cases => Cs)) _
+//  rule (fun P->E | _) V:Val => E[getMatching(P,V)]  when isMatching(P,V)
+//  rule (fun (P->_ | Cs:Cases => Cs)) V:Val  when notBool isMatching(P,V)
+

We can reduce multiple bindings to one list binding, and then
+apply the usual desugaring of let into function application.
+It is important that the rule below is a macro, so let is eliminated
+immediately, otherwise it may interfere in ugly ways with substitution.

+
  rule let Bs in E => ((fun [names(Bs)] -> E) [exps(Bs)])    [macro]
+

We only give the semantics of one-binding letrec.
+Multipe bindings are left as an exercise.

+
  // changed because of parsing error
+  //rule mu X:Name -> E => E[(mu X -> E) / X]
+  rule mu X:Name -> E => E[X |-> (mu X -> E)]
+  rule letrec F:Name = E in E' => let F = (mu F -> E) in E'  [macro]
+

We cannot have & anymore, but we can give direct
+semantics to ref. We also have to declare ref to
+be a value, so that we will never heat on it.

+
//  rule <k> & X => L ...</k>  <env>... X |-> L </env>
+  rule isVal(ref) => true
+  rule <k> ref V:Val => !L:Int ...</k> <store>... .Map => !L |-> V ...</store>
+  rule <k> @ L:Int => V:Val ...</k>  <store>... L |-> V ...</store>
+  rule <k> L:Int := V:Val => V ...</k>  <store>... L |-> (_=>V) ...</store>
+  rule _V:Val; E => E
+
+  syntax Val ::= cc(K)
+  rule isVal(callcc) => true
+  rule <k> (callcc V:Val => V cc(K)) ~> K </k>
+  rule <k> cc(K) V:Val ~> _ => V ~> K </k>
+

Auxiliary getters

+
  syntax Names ::= names(Bindings)  [function]
+  rule names(.Bindings) => .Names
+  rule names(X:Name=_ and Bs) => X,names(Bs)
+
+  syntax Exps ::= exps(Bindings)  [function]
+  rule exps(.Bindings) => .Exps
+  rule exps(_:Name=E and Bs) => E,exps(Bs)
+
+  /* Extra kore stuff */
+  syntax KResult ::= Vals
+  syntax Exps ::= Names
+
+  /* Matching */
+  syntax MatchResult ::= getMatching(Exp, Val)                      [function]
+                       | getMatchingAux(Exps, Vals)                 [function]
+                       | mergeMatching(MatchResult, MatchResult)    [function]
+                       | matchResult(Map)
+                       | "matchFailure"
+
+  rule getMatching(C:ConstructorName(Es:Exps), C(Vs:Vals)) => getMatchingAux(Es, Vs)
+  rule getMatching([Es:Exps], [Vs:Vals])                   => getMatchingAux(Es, Vs)
+  rule getMatching(C:ConstructorName, C) => matchResult(.Map)
+  rule getMatching(B:Bool, B)            => matchResult(.Map)
+  rule getMatching(I:Int, I)             => matchResult(.Map)
+  rule getMatching(S:String, S)          => matchResult(.Map)
+  rule getMatching(N:Name, V:Val) => matchResult(N |-> V)
+  rule getMatching(_, _) => matchFailure        [owise]
+
+  rule getMatchingAux((E:Exp, Es:Exps), (V:Val, Vs:Vals)) => mergeMatching(getMatching(E, V), getMatchingAux(Es, Vs))
+  rule getMatchingAux(.Exps, .Vals)                       => matchResult(.Map)
+  rule getMatchingAux(_, _) => matchFailure     [owise]
+
+  rule mergeMatching(matchResult(M1:Map), matchResult(M2:Map)) => matchResult(M1 M2)
+    requires intersectSet(keys(M1), keys(M2)) ==K .Set
+  //rule mergeMatching(_, _) => matchFailure      [owsie]
+  rule mergeMatching(matchResult(_:Map), matchFailure) => matchFailure
+  rule mergeMatching(matchFailure, matchResult(_:Map)) => matchFailure
+  rule mergeMatching(matchFailure, matchFailure)       => matchFailure
+

Besides the generic decomposition rules for patterns and values,
+we also want to allow [head|tail] matching for lists, so we add
+the following custom pattern decomposition rule:

+
  rule getMatching([H:Exp | T:Exp], [V:Val, Vs:Vals])
+    => getMatchingAux((H, T), (V, [Vs]))
+endmodule
+

// NOTE: this definition is not runnable as is.
+// It is intended for documentation and academic purposes only.

+

LOGIK

+ +

Author: Grigore Roșu (grosu@illinois.edu)
+Organization: University of Illinois at Urbana-Champaign

+

Author: Traian Florin Șerbănuță (traian.serbanuta@unibuc.ro)
+Organization: University of Bucharest

+

Abstract

+ +

This is the K semantic definition of LOGIK, a trivial language
+capturing the essence of the logic programming paradigm. In this
+definition, we explicitly focus on simplicity and mathematical
+clarity, not on advanced logic programming features or performance.
+Those are covered in the LOGIK++ extension under examples/logik++.

+

Specifically, a LOGIK program consists of a sequence of Horn clauses
+of the form

+
P :- P1, P2, ..., Pn .
+

followed by a query of the form

+
?- Q1, Q2, ..., Qm .
+

where P, P1, P2, ..., Pn, Q1, Q2,
+..., Qm are literals. The
+symbol :- is read "if". A literal has the form
+p(T1,T2,...,Tk), where p is a predicate symbol
+and where T1,T2,...,Tk are terms. Terms are built as
+usual, with operation symbols and variables. A common
+convention in logic programming languages, also adopted here, is that
+variables are capitalized and operation symbols are not. Operations
+with zero arguments are called constants and are written without
+parentheses, that is, c instead of c(). Horn
+clauses without conditions, called facts, are written
+without :-, that is, P. instead of P :- ..

+

For example, the LOGIK program below gives a few facts about a
+parent predicate, then several clauses defining some useful
+predicates including an ancestor predicate, and finally a
+query asking for those who both have ancestors and are ancestors
+themselves in the parent relation:

+
parent(david,john).
+parent(jim,david).
+parent(steve,jim).
+parent(nathan,steve).
+
+grandparent(A,B):-
+  parent(A,X),
+  parent(X,B).
+
+ancestor(A,B):-
+  parent(A,X),
+  parents(X,B).
+
+parents(X,X).
+parents(A,B):-
+  ancestor(A,B).
+
+both(X) :- ancestor(A,X), ancestor(X,B).
+
+?- both(X).
+

Above, we only have constant operation symbols, so these and variables
+are the only terms that can be used in predicates. As expected, the
+LOGIK program above will give us three solutions for X:
+david, steve, and jim. If we inline the
+both(X) predicate in the query, that is, if we replace the
+query with ?- ancestor(A,X), ancestor(X,B). then we get
+10 solutions, one for for each triple A, X, and
+B satisfying both predicates ancestor(A,X) and
+ancestor(X,B).

+

As another example, the program below defines an append
+predicate followed by a simple goal:

+
append(nil,L,L).
+append(cons(H,T),L,cons(H,Z)) :- append(T,L,Z).
+
+?- append(cons(a,nil), cons(b,nil), V).
+

Besides the predicate symbol append, the program above also
+includes a constant symbol nil and a binary operation symbol
+cons. Additionally, the query also includes two more
+constants, a and b. The capitalized identifiers are
+all variables. As expected, the LOGIK program above yields only one
+solution, namely V = cons(a,cons(b,nil)). On the other hand,
+if we change the query to:

+
?- append(L1, cons(a,L2), cons(a,cons(b,cons(a,nil)))).
+

then LOGIK yields two solutions: one where L1 is
+cons(a,cons(b,nil)) and L2 is nil,
+and another where L1 is nil and L2 is
+cons(a,cons(b,nil)).

+

The programs above all generated ground solutions, that is,
+solutions where the query variables are mapped to ground terms (i.e.,
+terms without variables). Let us now consider the following query:

+
?- append(cons(a,nil), Y, Z).
+

There are obviously infinitely many ground solutions for the query
+above, e.g.,
+Y = nil and Z = cons(a,nil),
+Y = cons(a,nil) and Z = cons(a,cons(a,nil)),
+Y = cons(b,nil) and Z = cons(a,cons(b,nil)),
+Y = cons(c,cons(b,nil)) and Z = cons(a,cons(c,cons(b,nil))),
+etc. However, all the ground solutions for the query above can be
+elegantly characterized by the property that Z is bound to a list
+starting with a and followed by the list that Y is
+bound to. This property can in fact be described as a symbolic solution
+to the query: Z = cons(a,Y) or, equivalently,
+Y = Symb and Z = cons(a,Symb). It is possible to
+define a ``more general than'' relation on such symbolic solutions,
+in the sense that the more particular solution can be obtained as a
+specialization/substitution of the more general one, and then it can
+be shown that the above is the most general solution to the
+stated query. Logic programming languages, including our LOGIK,
+attempt to always compute such most general solutions.

+

Logic programming languages are highly non-deterministic, in that
+several Horn clauses may be used at the same time, each possibly
+resulting in a different solution. Implementations of logic
+programming languages consist of complex, optimized search and
+indexing algorithms, which we are not concerned with here. Instead,
+we here take advantage of K's builtin support for search.
+Specifically, to find all the solutions of a LOGIK program, we have to
+use krun with the option --search. However, note
+that some programs have infinitely many solutions which cannot relate
+to each other by the "more general" relation. For example, the query

+
?- append(L1, cons(a,L2), L3) .
+

To address such cases and terminate, logic programming languages allow
+the user to choose how many solutions to be computed and displayed.
+In LOGIK, we can use the --bound option of krun for
+this purpose.

+

Finally, note that some queries have no solution. In some cases that
+is easy to detect by exhaustive analysis, such as for the following
+query:

+
?- append(cons(a,L1), L2, cons(b,L3)).
+

Logic programming languages, including LOGIK, terminate in such cases
+and report a no solution answer. However, there are cases where
+exhaustive analysis is not sufficient, such as for the query:

+
?- append(cons(a,L), nil, L).
+

In such cases, logic programming languages do not terminate. While
+one may devise techniques to detect non-termination in some cases,
+one cannot do it in general (same like for all Turing-complete
+languages).

+
require "unification.k"
+
+module LOGIK-COMMON
+  imports DOMAINS-SYNTAX
+

Syntax

+ +

The syntax of LOGIK is straightforward: a program is a sequence of
+Horn clauses followed by a query:

+
  syntax Literal
+  syntax Term ::= Literal | Literal "(" Terms ")"
+  syntax Terms ::= List{Term,","}
+  syntax Clause ::= Term ":-" Terms "." | Term "."
+  syntax Query ::= "?-" Terms "."
+  syntax Pgm ::= Query | Clause Pgm
+endmodule
+
+module LOGIK-SYNTAX
+  imports LOGIK-COMMON
+  imports BUILTIN-ID-TOKENS
+

Variables and literals are defined as tokens following the conventions
+used in Prolog (variables start with _ or capital letter, while literals
+start with lower case letters):

+
  syntax #KVariable ::= r"[A-Z_][A-Za-z0-9_]*"   [token, prec(2)]
+                      | #UpperId                 [token]
+  syntax Term ::= #KVariable [klabel(#SemanticCastToTerm)]
+  syntax Literal ::= r"[a-z][a-zA-Z0-9_]*"                 [token]
+                   | #LowerId                              [token]
+endmodule
+
+module LOGIK
+  imports LOGIK-COMMON
+  imports DOMAINS
+  imports UNIFICATION
+

Unification is at the core of logic programming. Here we are
+going to use the predefined unification procedure (the same one we
+used in the type inferencers in Tutorial 5).

+

Configuration

+ +

The configuration stores each clause in its own cell for easy access,
+and the most general unifier in a cell named mgu, same like
+the type inferencers. The k cell holds the query and the
+fresh cell holds a fresh clause instance to be attempted on
+the next query item. To more easily read the solutions, we add a
+second top-level cell, solution. Both top cells are
+optional. Indeed, we start with the main top cell and, when a
+solution is found, we move it into the solution cell and
+discard the main cell.

+
  configuration <T color="yellow" multiplicity="?">
+                  <k color="green"> $PGM:Pgm </k>
+                  <fresh color="orange"> .K </fresh>
+                  <clauses color="red">
+                    <clause color="pink" multiplicity="*"> .K </clause>
+                  </clauses>
+                  <mgu> .K </mgu>
+                </T>
+                <solution multiplicity="?"> .K </solution>
+

Pre- and post-processing

+ +

Before we launch the semantics, we first scan the given program and
+place each clause in its own cell, and then place the query in the
+k cell and initialize the mgu with the variables from the query.

+

Note that we put a fresh instance of the clause to avoid interference with
+the query variables. By a "fresh instance" of a clause we mean one whose
+variables are renamed with fresh names; we need that in order to avoid
+undesired unification conflicts due to particular names chosen for
+variables in the original program, as well as conflicts due to
+subsequent uses of the same clause. It is safe to rename the
+variables in a clause, because clauses are universally quantified in
+their variables. This process of creating a fresh instance of a
+clause is similar to how we created fresh instances of type schemas in
+the higher-order type inferencer discussed in Tutorial 5. Indeed, we
+can safely regard clauses as "clause schemas" comprising infinitely
+many instances, one for each context.

+
  rule <k> C:Clause Pgm => Pgm </k>
+       (.Bag => <clause> #renameVariables(C) </clause>)
+
+  rule <k> ?- Ls:Terms. => Ls ...</k>
+       <mgu> _ => #variablesMap(#variables(Ls)) </mgu>
+

We also sequentialize the goals for easier processing:

+
  rule L:Term, Ls:Terms => L ~> Ls
+  rule .Terms => .
+

When all the goals are solved, indicated by the empty k
+cell, the calculated most general unifier (mgu) is in the mgu
+cell. In that case, to ease reading of the final solution we move the
+mgu in the solution cell and delete the rest of the
+configuration:

+
rule <T>... <k> . </k> <mgu> Theta </mgu> ...</T>
+  => <solution> Theta </solution>
+

Since we are not interested in seeing the failed attempts to solve
+the query, we collapse all the error configurations into an empty
+configuration (recall that both top-level cells in the configuration
+were declared optional). This way, if we see an empty configuration
+when we search for all solutions, we know that some attempts failed
+(but we do not know which ones).

+
// this would be nice, but we need feedback from the external unifier
+// for this.
+//  rule <T>... <mgu> _:MguError </mgu> ...</T> => .
+

Semantics

+ +

Once all the infrastructure is in place, the actual semantics of LOGIK
+is quite simple. All we have to do is to pick some (fresh instance of
+a) clause, then unify its conclusion with the first query literal, and
+then replace that literal with condition of the clause. The intuition
+here is the following: to satisfy the first literal in the query, we
+need to find some instance of some clause that matches it, and then to
+similarly show that we can satisfy the conditions of that clause.
+Mathematically, this is an instance of the proof principle called
+resolution: if p ∨ q and ¬ p ∨ r hold, then so does
+q ∨ r. We let it as an exercise to the reader to see how the two
+relate (hint: assume the negation of the goal together with all the
+clauses, and then derive false).

+

The following two rules are tightly connected and they together
+perform the following core task: pick a fresh instance of a clause
+which unifies with the first goal item, then add its conditions as new
+goals.

+

Pick a clause and generate a fresh instance of it when the
+fresh cell is empty:

+
  rule <fresh> . => #renameVariables(C) </fresh> <clause> C </clause>
+       <k> T:Term ...</k>
+  requires #unifiable(T,head(C))
+
+  syntax Term ::= head(Clause) [function]
+  rule head(L.) => L
+  rule head(L:-_.) => L
+

If the goal is unifiable with the fresh clause's head, replace the goal
+with the clause body, and empty the fresh cell (so that
+another clause can be chosen using the rule above):

+
  rule <k> L:Term => . ...</k>
+       <fresh>  L:Term . => . </fresh>
+
+  rule <k> L:Term :KItem => Ls ...</k>
+       <fresh>  L:Term :- Ls:Terms. => . </fresh>
+

Note that there is no problem if a clause is chosen whose
+conclusion literal does not unify with the first goal literal.
+The search
+option of krun will systematically try all clauses, so no
+solution is missed. Of course, the above is not the most efficient
+way to implement a logic programming language, but recall that our
+objective here was to present a simple and mathematically clean
+solution. We encourage the interested reader to consult the LOGIK++
+language definition for a more efficient definition of a richer logic
+programming language.

+
endmodule
+

// NOTE: this definition is not runnable as is.
+// It is intended for documentation and academic purposes only.

+

LOGIK

+ +

Author: Grigore Roșu (grosu@illinois.edu)
+Organization: University of Illinois at Urbana-Champaign

+

Author: Traian Florin Șerbănuță (traian.serbanuta@unibuc.ro)
+Organization: University of Bucharest

+

Abstract

+ +

This is the K semantic definition of LOGIK, a trivial language
+capturing the essence of the logic programming paradigm. In this
+definition, we explicitly focus on simplicity and mathematical
+clarity, not on advanced logic programming features or performance.
+Those are covered in the LOGIK++ extension under examples/logik++.

+

Specifically, a LOGIK program consists of a sequence of Horn clauses
+of the form

+
P :- P1, P2, ..., Pn .
+

followed by a query of the form

+
?- Q1, Q2, ..., Qm .
+

where P, P1, P2, ..., Pn, Q1, Q2,
+..., Qm are literals. The
+symbol :- is read "if". A literal has the form
+p(T1,T2,...,Tk), where p is a predicate symbol
+and where T1,T2,...,Tk are terms. Terms are built as
+usual, with operation symbols and variables. A common
+convention in logic programming languages, also adopted here, is that
+variables are capitalized and operation symbols are not. Operations
+with zero arguments are called constants and are written without
+parentheses, that is, c instead of c(). Horn
+clauses without conditions, called facts, are written
+without :-, that is, P. instead of P :- ..

+

For example, the LOGIK program below gives a few facts about a
+parent predicate, then several clauses defining some useful
+predicates including an ancestor predicate, and finally a
+query asking for those who both have ancestors and are ancestors
+themselves in the parent relation:

+
parent(david,john).
+parent(jim,david).
+parent(steve,jim).
+parent(nathan,steve).
+
+grandparent(A,B):-
+  parent(A,X),
+  parent(X,B).
+
+ancestor(A,B):-
+  parent(A,X),
+  parents(X,B).
+
+parents(X,X).
+parents(A,B):-
+  ancestor(A,B).
+
+both(X) :- ancestor(A,X), ancestor(X,B).
+
+?- both(X).
+

Above, we only have constant operation symbols, so these and variables
+are the only terms that can be used in predicates. As expected, the
+LOGIK program above will give us three solutions for X:
+david, steve, and jim. If we inline the
+both(X) predicate in the query, that is, if we replace the
+query with ?- ancestor(A,X), ancestor(X,B). then we get
+10 solutions, one for for each triple A, X, and
+B satisfying both predicates ancestor(A,X) and
+ancestor(X,B).

+

As another example, the program below defines an append
+predicate followed by a simple goal:

+
append(nil,L,L).
+append(cons(H,T),L,cons(H,Z)) :- append(T,L,Z).
+
+?- append(cons(a,nil), cons(b,nil), V).
+

Besides the predicate symbol append, the program above also
+includes a constant symbol nil and a binary operation symbol
+cons. Additionally, the query also includes two more
+constants, a and b. The capitalized identifiers are
+all variables. As expected, the LOGIK program above yields only one
+solution, namely V = cons(a,cons(b,nil)). On the other hand,
+if we change the query to:

+
?- append(L1, cons(a,L2), cons(a,cons(b,cons(a,nil)))).
+

then LOGIK yields two solutions: one where L1 is
+cons(a,cons(b,nil)) and L2 is nil,
+and another where L1 is nil and L2 is
+cons(a,cons(b,nil)).

+

The programs above all generated ground solutions, that is,
+solutions where the query variables are mapped to ground terms (i.e.,
+terms without variables). Let us now consider the following query:

+
?- append(cons(a,nil), Y, Z).
+

There are obviously infinitely many ground solutions for the query
+above, e.g.,
+Y = nil and Z = cons(a,nil),
+Y = cons(a,nil) and Z = cons(a,cons(a,nil)),
+Y = cons(b,nil) and Z = cons(a,cons(b,nil)),
+Y = cons(c,cons(b,nil)) and Z = cons(a,cons(c,cons(b,nil))),
+etc. However, all the ground solutions for the query above can be
+elegantly characterized by the property that Z is bound to a list
+starting with a and followed by the list that Y is
+bound to. This property can in fact be described as a symbolic solution
+to the query: Z = cons(a,Y) or, equivalently,
+Y = Symb and Z = cons(a,Symb). It is possible to
+define a ``more general than'' relation on such symbolic solutions,
+in the sense that the more particular solution can be obtained as a
+specialization/substitution of the more general one, and then it can
+be shown that the above is the most general solution to the
+stated query. Logic programming languages, including our LOGIK,
+attempt to always compute such most general solutions.

+

Logic programming languages are highly non-deterministic, in that
+several Horn clauses may be used at the same time, each possibly
+resulting in a different solution. Implementations of logic
+programming languages consist of complex, optimized search and
+indexing algorithms, which we are not concerned with here. Instead,
+we here take advantage of K's builtin support for search.
+Specifically, to find all the solutions of a LOGIK program, we have to
+use krun with the option --search. However, note
+that some programs have infinitely many solutions which cannot relate
+to each other by the "more general" relation. For example, the query

+
?- append(L1, cons(a,L2), L3) .
+

To address such cases and terminate, logic programming languages allow
+the user to choose how many solutions to be computed and displayed.
+In LOGIK, we can use the --bound option of krun for
+this purpose.

+

Finally, note that some queries have no solution. In some cases that
+is easy to detect by exhaustive analysis, such as for the following
+query:

+
?- append(cons(a,L1), L2, cons(b,L3)).
+

Logic programming languages, including LOGIK, terminate in such cases
+and report a no solution answer. However, there are cases where
+exhaustive analysis is not sufficient, such as for the query:

+
?- append(cons(a,L), nil, L).
+

In such cases, logic programming languages do not terminate. While
+one may devise techniques to detect non-termination in some cases,
+one cannot do it in general (same like for all Turing-complete
+languages).

+
require "unification.k"
+
+module LOGIK-COMMON
+  imports DOMAINS-SYNTAX
+

Syntax

+ +

The syntax of LOGIK is straightforward: a program is a sequence of
+Horn clauses followed by a query:

+
  syntax Literal
+  syntax Term ::= Literal | Literal "(" Terms ")"
+  syntax Terms ::= List{Term,","}
+  syntax Clause ::= Term ":-" Terms "." | Term "."
+  syntax Query ::= "?-" Terms "."
+  syntax Pgm ::= Query | Clause Pgm
+endmodule
+
+module LOGIK-SYNTAX
+  imports LOGIK-COMMON
+  imports BUILTIN-ID-TOKENS
+

Variables and literals are defined as tokens following the conventions
+used in Prolog (variables start with _ or capital letter, while literals
+start with lower case letters):

+
  syntax #KVariable ::= r"[A-Z_][A-Za-z0-9_]*"   [token, prec(2)]
+                      | #UpperId                 [token]
+  syntax Term ::= #KVariable [klabel(#SemanticCastToTerm)]
+  syntax Literal ::= r"[a-z][a-zA-Z0-9_]*"                 [token]
+                   | #LowerId                              [token]
+endmodule
+
+module LOGIK
+  imports LOGIK-COMMON
+  imports DOMAINS
+  imports UNIFICATION
+

Unification is at the core of logic programming. Here we are
+going to use the predefined unification procedure (the same one we
+used in the type inferencers in Tutorial 5).

+

Configuration

+ +

The configuration stores each clause in its own cell for easy access,
+and the most general unifier in a cell named mgu, same like
+the type inferencers. The k cell holds the query and the
+fresh cell holds a fresh clause instance to be attempted on
+the next query item. To more easily read the solutions, we add a
+second top-level cell, solution. Both top cells are
+optional. Indeed, we start with the main top cell and, when a
+solution is found, we move it into the solution cell and
+discard the main cell.

+
  configuration <T color="yellow" multiplicity="?">
+                  <k color="green"> $PGM:Pgm </k>
+                  <fresh color="orange"> .K </fresh>
+                  <clauses color="red">
+                    <clause color="pink" multiplicity="*"> .K </clause>
+                  </clauses>
+                  <mgu> .K </mgu>
+                </T>
+                <solution multiplicity="?"> .K </solution>
+

Pre- and post-processing

+ +

Before we launch the semantics, we first scan the given program and
+place each clause in its own cell, and then place the query in the
+k cell and initialize the mgu with the variables from the query.

+

Note that we put a fresh instance of the clause to avoid interference with
+the query variables. By a "fresh instance" of a clause we mean one whose
+variables are renamed with fresh names; we need that in order to avoid
+undesired unification conflicts due to particular names chosen for
+variables in the original program, as well as conflicts due to
+subsequent uses of the same clause. It is safe to rename the
+variables in a clause, because clauses are universally quantified in
+their variables. This process of creating a fresh instance of a
+clause is similar to how we created fresh instances of type schemas in
+the higher-order type inferencer discussed in Tutorial 5. Indeed, we
+can safely regard clauses as "clause schemas" comprising infinitely
+many instances, one for each context.

+
  rule <k> C:Clause Pgm => Pgm </k>
+       (.Bag => <clause> #renameVariables(C) </clause>)
+
+  rule <k> ?- Ls:Terms. => Ls ...</k>
+       <mgu> _ => #variablesMap(#variables(Ls)) </mgu>
+

We also sequentialize the goals for easier processing:

+
  rule L:Term, Ls:Terms => L ~> Ls
+  rule .Terms => .
+

When all the goals are solved, indicated by the empty k
+cell, the calculated most general unifier (mgu) is in the mgu
+cell. In that case, to ease reading of the final solution we move the
+mgu in the solution cell and delete the rest of the
+configuration:

+
rule <T>... <k> . </k> <mgu> Theta </mgu> ...</T>
+  => <solution> Theta </solution>
+

Since we are not interested in seeing the failed attempts to solve
+the query, we collapse all the error configurations into an empty
+configuration (recall that both top-level cells in the configuration
+were declared optional). This way, if we see an empty configuration
+when we search for all solutions, we know that some attempts failed
+(but we do not know which ones).

+
// this would be nice, but we need feedback from the external unifier
+// for this.
+//  rule <T>... <mgu> _:MguError </mgu> ...</T> => .
+

Semantics

+ +

Once all the infrastructure is in place, the actual semantics of LOGIK
+is quite simple. All we have to do is to pick some (fresh instance of
+a) clause, then unify its conclusion with the first query literal, and
+then replace that literal with condition of the clause. The intuition
+here is the following: to satisfy the first literal in the query, we
+need to find some instance of some clause that matches it, and then to
+similarly show that we can satisfy the conditions of that clause.
+Mathematically, this is an instance of the proof principle called
+resolution: if p ∨ q and ¬ p ∨ r hold, then so does
+q ∨ r. We let it as an exercise to the reader to see how the two
+relate (hint: assume the negation of the goal together with all the
+clauses, and then derive false).

+

The following two rules are tightly connected and they together
+perform the following core task: pick a fresh instance of a clause
+which unifies with the first goal item, then add its conditions as new
+goals.

+

Pick a clause and generate a fresh instance of it when the
+fresh cell is empty:

+
  rule <fresh> . => #renameVariables(C) </fresh> <clause> C </clause>
+       <k> T:Term ...</k>
+  requires #unifiable(T,head(C))
+
+  syntax Term ::= head(Clause) [function]
+  rule head(L.) => L
+  rule head(L:-_.) => L
+

If the goal is unifiable with the fresh clause's head, replace the goal
+with the clause body, and empty the fresh cell (so that
+another clause can be chosen using the rule above):

+
  rule <k> L:Term => . ...</k>
+       <fresh>  L:Term . => . </fresh>
+
+  rule <k> L:Term :KItem => Ls ...</k>
+       <fresh>  L:Term :- Ls:Terms. => . </fresh>
+

Note that there is no problem if a clause is chosen whose
+conclusion literal does not unify with the first goal literal.
+The search
+option of krun will systematically try all clauses, so no
+solution is missed. Of course, the above is not the most efficient
+way to implement a logic programming language, but recall that our
+objective here was to present a simple and mathematically clean
+solution. We encourage the interested reader to consult the LOGIK++
+language definition for a more efficient definition of a richer logic
+programming language.

+
endmodule
+

Projects using K

+ +

A list of projects using the K framework. If you are working on something interesting, and you want to share it with the community,
+let us know on our socials, and we will feature you on this list.

+
+ + +
+
    +
  • +

    KAVM (Feb 2022 - Present)

    +

    The Algorand Virtual Machine and TEAL Semantics in K
    +KAVM leverages the K Framework to empower Algorand smart contracts' developers
    +with property-based testing and formal verification.

    +
  • +
  • +

    KPlutus (2016 - Present)

    +

    The K Semantics of Plutus-Core

    +
  • +
  • +

    Dedukti (Mar 2021 - Present)

    +

    This project aims to translate real K semantics into Dedukti.

    +
  • +
  • +

    KWasm (Aug 2015 - Present)

    +

    KWasm is the K semantics of WebAssembly.
    +WebAssembly is a low-level (but simple and streamlined) assembly language that was originally developed to provide a fast execution engine for browser-based tools.
    +More recently, it has been used in several blockchain smart-contract platforms as the underlying language for executing financial agreements.
    +KWasm has been used for measuring coverage of test-suites over Wasm code and verifying programs which are compiled to Wasm.

    +
  • +
  • +

    KEVM (Sep 2017 - Present)

    +

    KEVM is the K semantics of the Ethereum Virtual Machine.
    +It passes all the Ethereum Test Suite, and is used for verifying EVM programs.

    +
  • +
  • +

    IELE (Oct 2016 - Present)

    +

    IELE is the underlying VM integrated into the Cardano blockchain.
    +IELE is a register-based VM (inspired by LLVM), which attempts to avoid many of the missteps in design present in EVM.

    +
  • +
  • +

    K-Michelson (Oct 2019 - Present)

    +

    K-Michelson is the K semantics of Michelson blockchain programming language, which powers the Tezos blockchain.
    +KMichelson provides additional testing tools for developers, including a unit-testing framework which is extendable to symbolic property testing.

    +
  • +
  • +

    C (Jul 2010 - Present)

    +

    The K semantics of the C programming language specifies the translation, linking, and execution semantics of the C language according to the official C standard.
    +It has been used to build tools like RV-Match, which detects undefined behaviors in users programs by running their test-suites through the C semantics.

    +
  • +
+

Archived

+ + +
+