From 745a6d207b0bc5bb98c2b795d71de4e95e3fd924 Mon Sep 17 00:00:00 2001 From: rv-jenkins Date: Tue, 12 Dec 2023 17:19:33 +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 -> 940005 bytes exports/K.html | 23840 ++++++++++++++++ exports/K.mobi | Bin 0 -> 2364250 bytes exports/K.pdf | Bin 0 -> 1242851 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 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 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 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 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 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 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 zcmV;-12g=IP)zY7{~E9(crEciypd0o5bQjQV&w&A@vg31S%2nP>l$(nC%`^C}RYnM5-Vt?xhqO z0(vPLVksUBm|PT53&w)6dob>nf?!?opxX_oNb7F=_M+l$G#URL3j4xyncgwG1kn4V z+l^AGlpQWkIx#gh^#=IzCgD#;Mn@>vRGSNdj;sO6aM+!+}uB@si_Dd$ji$^ zlBBpY8jT1c=;-Kp=XhOR9YP4o%gZ@DJe&sk-)uI^0_^PWqSxzbX=$OauP-SeGc%LDy}jR(0;;R4WdW>KE0dFxs8lKj1_rR( z?MV@Szdr^%NCbG)*48F_25M?*@OV5Z6bgJkAC;Ar2?0*06X2^vfCuyQ^Z&{P2qBOp z38&LZMn(p~V37R${7V53A6fwVl0AkWnwpvt0>;MP{SJ6M9&9!nI-QO{AV7M0`i1*T zOG^QUlL7AU@9&2!7R%X2jYdOvcQ=tp1WA%uSXf|aXo!l63WN}t&1RlIe}N=P_FJU6p35o6Fw=hY;26p&CS1n uULf;U!!H5p0W(ksSb0000fLvskX^v^7Z}YcR*f~X$A7CSAYNA&t!@$Xfg$$3|PSNOFkZ7ESb&b!Xi=*jn>KBvcJ100 zOvQ>7BmZwS{BI98 zaIhs`#TOnPeqQC}6S6#lgZsTvzpMP7o}Nm*bLGlqk&!=tez|-1Zm5=@?}rZ`j$qql z%a%>h=F-1^e<@L-gp?{(N;YlUB$X;vQe;e8aBN$N519&%1o;*3jb=Kr_w{PEm*R^X` zrOsS0>({TJj*1p7s(fc3wEmtiU%qtqs#&up_5a15e%AZVn>Ug4QB?fYLqFxpl`D!5 zbMoX#nLBr`)TmKIDbu)dWBK9QHRap7b?fBl(WBz$=V#$p<@oyg3goY}ryuzK)}u#{ zbi9hh>EIELcl;?C&lW6r=@)P^13`K_Vee@$3g!$_Vn{xY;4T;dGh43 zDbHFzWtS~m78oKeemL{2iSY)~x5#&xP%dcFq)F*yfbqll*Ni{rmn&CJqNAgQYYcyD ziTx96bqxAlKIA)0(C-=>8ym&B1ceo%J=ot*ojN7#pXkR*e^=L}9_agsQv^1aIdkSH z?V|FsE=WThD%KQ0`CnlkN>t|<#wwg=tciV)dWH@in&w;k_U)B?#x{sQPe7iFM!ca{ z@bq84e7VI2)Z+{>rp0>k0&+?jQfQ+P+HC5gMGKX9*BRZ66?g60l?>g#wISB2EXWv% z_D;#0H?QIPFI&14(9J`gQe>wvFf>PO{DAQ@is=&Ty=c)Qu5pv?h|AC?$jk$pbK$~; zIPPI^?p3icp5v7}8$&n*Rk`ogX4?{-B z%)nz*25goaGz)s~!JY|0K|#uS3inL7j{rFiiRI`IhlTyY{PN|?*N`<0^hw(RnDawN zZ|qIo!I_El?%mtzxWHE37@IzO_VgWOGeFN~)Q--SgWP5~U)l-(IDz{+g$fmNXk%Mg z_3{`OJb(V2=U*SS$823E$n%2T|BCVU66c@h%*L(Ohw;ObB}>d0OaHLOkkQ}3?uYqg zH_ql#7`v;wKGm~j%a-!=>C;5mt9V8+lMlGFgF3Mk=M_!yxfET zz%vAv<^2erTX4PLn#_9Y5%0T#B~#QpAYicI zv3{rh?cryCIe74(lrCLbIn$s`I0igD?T=Zlp7Gtv67dHc0grMy*jB@a4ReT{I&9(Z2h8x}mAg>%?>T>5!#OBp0RC37 z8F@Cw+=Rmb`GSxC%moe5;fhWW;cruIpopXjN$KKNx ze(I&4#CR8esxsf(lcD#m4AzsFn3x}dr!2}CPUt^fuy!eJ4<@_yu!WyTIxM;1vW-VL&t%qOz&U-pMOC2y^fK&K+&jGe) z4BQH`oKA>&=JCwNk+19sKj$0X4ZU~oo=l%U-O!psp7rb3bIm#i{BBNz2Lt%ZVgDn# za^=c)?dAwSMUi^J2Tq8OSNuIk{xV}O%$aY2p;kt)lLx%KSG9cU(xoZ()*Jeo^qnzWZ>8Ct-@zT@*z;NLSt&iDrp9{jAmugtozjp+mH5q&iEEV4_NF0ymy&U9rNzwn-jY8&2{ zz3-&$#1N?cYGqV%wP#vbN% zJ>+v>SL+X5c~OtWuV258!GAT(>U|$ac-8N;`}>$64syn;azE#j_5uas9?)^zQA!## zXpnMe+0pps*x`RIZrr%R^>q^P=l-0yt#tu|H!%DTYt9e!H5s??&WW|ZUl99o+^51l zX~rXu!N>dPIj!Y=so%ij2I_{o>;(OYG4dFFI~I4;Uc(oU#Tvr>v&*14ApB$N>rKE{ i9Cc|73dDOKK0yt>cHCdDMYE7)Ss=>-Sr*8A3;Yjal78L* 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 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

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 zcmeEvg;!MD`~E=$R8UaqE)@kyr9+WMDU}vRKu|$IkgmBFl0yoJgdl>_4N{{>*9D|g zLb_#W=DQEfjGy)U4}NRiS?gY}oOAYh<9VMq_8zXEmWJ}l6O1Py2s){%qM!poO8vDkfS4PS=xF7J< zIaPeteGcTBTT*DpBqe@C@`6- zeVnG&QqZtY=lGZA+j?W3QgZ09bfj4DJ*lA1UFN>{c2C*mWmAf^os;jHdgPpJM}{RR zfKc!UiQ4NCz&id3_bL5znTrU5SicA|9$tb*y{q;X?35`X2yJzmlNk3?@W&&0i@$$i zzx4*c82I7G z{1<1?e+=>;H-b$0UyAuJc|!k{1^-o75cFSJ@LyT*|6^GYN$890_4-UbruqC|pptsA z)1j75`ptDY9*ZA*hMOzIx1}KH<|#tkgcj;}EXauY6@_ZmI3wp?*j~1&lU8Bz zP9JuE*1ue`FZXRl=%-1B?f8UtqUW4uc6LSL;GMR*UxTG-Q&qp+g(1Pae_xw$TiZ@4 zxA^qraP4&CQz2I$>NMes{%KF@_zg}=+hK+qx8njV7wu{qAaw2pLRY&^sRAB;9e;Fe~kInX6Na%K@+KAj|~l#6Uq~dlM|1p8mHN$ z`7{6;_J_MB?z^<75h4A!2>yE&u3A`b^754Y|$|EQS8TOWKpfY%_Qq zwJ{u&G@NrMI8q~@=C0kNKLzhfYv^V3>DND3p@1rRM95Tm!W(bC7nRO(pVR)+lRTdt z%y}#N{6gdsCZ=@#H*rtcTsYlWPV|Ne1jQdC07($@vToUa!&E(fXVcJOZ(b}()=Bo= z<8KoXvQCMxZXnAqA?dFeomHEi!8Z@TI10VT`ihJ1q1u}(9)5w)p=St_1OR>*GpmBKMySe!5FT)+vF_$%fJDQ#@Pez&d-Ya+v zjj|G+ST2p&D@-dI@pG_y^6V;2^r<*Y-Y;>y$*G@P6}`5*(lp~xpA45zLCA}Lkt=&w zsD$>eolN7fTEyOi8%LCS+N|t$r7i6gey-6a?{_q5CzK-uA;FZtj#mK@Qd-8Un9mYd zef|CBs0S&r^qnpvMwx}kiC>=sp4x9e&fZI<2<)Eyk`kr|cmT5+otKNl?-MTVWc&3Pv|+UcgAk{^Md*nCJ4K zOR}sR$Eg6f8>C2cH39(Y^iyYsO5MxzStl2}rmq-vpOkh65|y@ynH7n%RG$^7+wW6v zze7$+3DpG>hEBmTc~!Js7%A<=OhqC6e3Q}7kFaYu3LPK(0s4=RHjBYlrh>%J|CQ>O zzq?4|&^nJ@wo;#|(>gu9It=ZeGK~Z2+890Mr>y8JpPjP;<3&|uH&>g4=K1^Opgs^ZV>>%e$!L&$JnUS=b4x zaZ|sr7Rq1OjqtG6rsxhlg`g<7zUnszFza^1X#4bM#1%D7#i68Lfvb5dhByGcTzaCPwCPi`)mPdTSD|&!IJ~o6}f$3Tq zTP17tqPmdy&Wne?O$ywh&F6&mnLQr(T>i4)@}mw?06sj+#s@g6i=Jev?7R3Gg_tn>rITHtt|`&yxbp#XB1`?Y-$vQ6^9`y2Yk^`!fA`$n(_S zn;R=OH!+XzRGe!f9<7hqn-qWQC2^{CR}j-ye#W<^{MQk*6#*E67@&@{s)(3?a%lx{ zf)D+A1Gyz7M9G1d55eb$B65A_@6Hv!wWpa3*m=iiZ|~t3k{t-C`F9;ruufnsW-V=Z z=<&}~AX#b8JQ=h|$k(Hv&#(~-E=sl>==s1-g47Co6*xtT7%}?_Pd&)g>p(&7OQhEA zd&}$Mn;kA@Sl*G~YO`ThqUgs24dbIlWwUJW(SQZpK}<7rEnxk=eXj!Uc>dssU?IU{ z(z?l;t{zuGP$b(u0Tg$ACkE5Js`GbzpMaHGD<*a2{nSCqU0@sFL9C4TUczc zS&rp8v`k&l6AA|znd!F1ywBtStWqvPrQ3-?sB|MeWj%T##_+R?7QA4W)?TRs>tAdA;&M0Hj2(zr8`(xu1n$ZSC62N@a)S~w9B%f z_P5#0|0LhmJ%PSSsQsHmEe8EET)4hS^>8s{8?iuqY4hJE(`0RGs(a+#sJj1rM-;6} zuq=aK3H*ZHQX}gZ8 zv#o#_n!LSBp*14OgqLHV1QNVW@U93qgA3=-Rt6ut)aE}byl&xu_SkKH~nI^-ED9P={xDnZ>5#%6C6J}88uVU!iYx|^kk_d9< znlpK0(d+MOq2NBdAn42G+<)^G|rfxFCY}s0S%R6MqM?BmI<7=unl= z-ZKdZo%H3VyEZ_T>He}$U6kCWpA7LbVeobB;@$Hv>fL!mF>mk5kwR)IMP9ODzH=+f zg&TaV$S4APtDR%WR9pyXJGd!x(;%&V@ke!!&uPstt_N&nP#Gb4t8ok%_|5NIg$5eZ zo`R@O!+P{vjsKcs`@t>qm>Vh=#QQrZC+z8kJOOW}88&aaNY%C^BB(OORW&{L>800o zvcam}gRYP(2i~xVUmy2kLuE@&&y0SZJOX*5#$IJA?cDU-62tPcR%{19C0ZWDTNy2% zc9S%8U6*s=va+yA@f`?Br}d-WZOZsg?TgJ-GC3hhC_Vu1^=RvchnF9lda^$9>Ek4V zOmv>?cyd$rjQ_G;VmJqlsN?Iz<`f&Na~)*7+ALXy>=2sulF9NHJH^1@eH6fvkRenV zPFRttq2#Q=lF}WQEco@}5YkKMN4@F}3_30$VQ55^ux9ye4o%-4QzttqgnR)^*8VU7 zxZH;-{7>3v;$=F5Ld}iNx}0U$zAMj(pwZD=<`W>45Ai7qp~VP(mx>kc#h(R;(TSl* z>aL)DwDkDSd6_06NZg{P%_0cH03`6aPLSZGMFDN0fGnz@%7z1iL_WO?93XulWIBOeL0He9@qG}crR#{&F-e$(n$#I`Q=FhYT}nW9KK9Pc?hjS&eE4^ zU5lYME)eB55RxPm6O~*^V`hOoL*VC~^8j!*JDn=EbFV3&9ORFBXp(R^0CVSo@EgMo z!;cl|+A)79=pe*58X>+8-jSEX6>&sF609%htf0r z&rRx|L1;P2p`O_fu@gaRd<=!)h35#I?tJbL{+**oAxJ)uLQ9gMbSWXyfOVLdLH@fA zuCo%Zdz>5Bu&7`P#bhZx=nxSEwZV+0&?+v;D zgoM#!_-of1fWRs{Vq63JSHf1@`|5y0WvRG``Of1Z5pm}+5`ZZJ z2$P_5;ek@2UMmAC*kvgqaCC!AEs!EdA8&1~GXy0fi6Q%k@S}ve6L}U$(cOE}9p9YN zNg>4fH=#tdFYxNq!f!3ghH+Q}LCwrS=3P7*(9atV^fBO0e%o~f66^%at`Q0_fo43I|4Suybahyk2#6Y@|; z5SI8nj(B}61h7NZ#}{*e?$1z~dbHhvEJN^SvqVDRSWJA@CPV2#1To+#8+qdnOA%+8 z&kZ0A)W!}JxP@0h{3vkJK;@aPUtd;;A+#fp*@Vqh3!IB;_fM3gHL zEL`-hnzrfnOb`mpgvMW*42F1f<=E7^;YJXgWO6SfiSgwa((2&Fo}U5BU6=`l4Jb;M z(}ov(nfhQ^Q;?ygTSwl2%tuRv(KahNJjJwZdMW(+#DHE>?o+jwz(tN3?XqVZ9=4ny z!h{Ck&OI&PMH51fk#adS_*i$kJ7_VXc7`^e=$W#Z5D`9>Z_bH*Rp1 zArKsbjr%ox<_w&kGI$`x+urLcmbXZ98mPpV2Fjsw#|C#I%s=?IMQEI6w;D*$$WA7L zpa20-QF#|LB(ufkJweLgQI&WFF!zK@D>?92;>$d;DD#fZ0a)>F${c09;(X-*?S}-F z2X6ZTswUU>Rj0#uOMFNnk88Ljh5oLlWF0zE2IB^*?0%Tw_bV4wQxAEt3n?6$i1rpJ z^1Q4szKgw}2rPmYyK}xG%|$l2(E{hdet`6Hy~Tq;N-muVr$^$XB#d%;JP z85xC_8?gw2y3*_1yJ8JEoRCvGo-!$}p{J2U>Mf@Z-iCD31*Xo}Y523&2!0@t2lYiTo^n3(8X+7%TI!hu%XHnIQ4rYyQ}1K~=a|sN$iQ+5d?Je1R8^`5oxCw!3w% z^rs$p@}{a%X8jVM!3nfT2_6prq~9dfhF#$CZ5endCh}C4a^;>6T`A&(g6va21hHF73dzU=qUf%K3)6_D(T-JbO0fvJP{8GjzxXAgT? z*8x@HCxqxq0KfK!Rct|+8Mw$e3F16%>_Ox9f~n#I;T&nC96tLaOsOfS=Zw_b2c;PR zWpaR1j*gcZ3OSdI^AwPB;fz2K_~UVTr1H$8rP)7^>47nlRCby|7s?Mh35|a`$noNP zTm)@oe+4<{^;&2^ysG?Vhv)xv;3;jnBdpzUVuN21WW#8%+V}MT33^ej$Etk?JukSj z2(o#a-DO3`wU5Vu6L^Bgcm=oO&XJR;wJ8Er!5`;y2ZF)%A~A5U+65M4l;=(m{obOSVZla?E`^)?w8Q4-LMiy59F^+& z+LPoqr(i+J&vXVTuiW`U0$CeXqTDo@;ApiB~Gpl8xzl*ifOlYiSWF;NZ0ep68@Ao{&D z&_Gq~wJDKByvEreapDj+p4$w+#y&`Z*O%$BWNDcGIm+|m=Uc#v;L~^!PAMDVDr7x- z@I6P|!M>Zhb&cQaOPDpjoK$vfbXHLv!Mt9H9c* z?Vuo+)Sgm!9XY_L@$CL2=EH@yhJ)Bc)&_P-WVK6G$*TK~^0 zyczWoHC9OLA!~k+1tI3J{t6$zx-BN529yy|j{O;45?E?T|K=mCC1^cqVCyg^HGZU9 zZ>`gX__*nC+f=kS0oi(6UHnpgHyu0@O$0^@TSEat+wB+UAXvPsJftH8xnnbzq^No)m#NSpcW%JREEcOn6LzsXN%?D0N$2Cf5-Dsb1uvY z3zW%VL<4HKOF(5y{gttY-c}9%$XB6;=MLlsJ%m#>C>no|z($k^1Ei3-W9hl|B0--? za08D@$4`K6y_d}3`Vg$s{9!DmV4Mq9^JyX`|Kg{Mei}Cak;GtqC&_M4sWjV|?d4F)!)wFuW~mK_L&~W9yGF z$XZaqWrl3!g^jA*2MGR@?n6=$Wb!B12NesbUzmViJfUDlMPIeO0jHZnV#gX>h$9(7 zKHPtRVA3?9{G>CY7b$Uu0_%?aZ`)6@0XhQNqNq`Kyn_d2d9c^rX8pJU8j3Un^7e2I&55_qbEjAHns{BA$ zkQ%{Hc$>-!yF`_T5J=k~Y6C$Bf~?Xi&v`duAWZ*1cU^Pp^#?N}*wBMuW$D|JC9IFI zpE!s_4#tS!M>!~e-um?cHsCMGu$8ac0J+P?tF76oRkx2c3*#6S4dzRFSMB1WP4a*m zNIK9Ea#rPASfX#LXCAs8VRvr4_0RpMfJ^hhs`G{`X4d^!U;3)mB90>>4R{;M+yTj_ zw)P@yL&$@3X;<=6_&@iLh~Vpt95NtH5M~FYM7cdret4xi}hl^W5X>X?y!(Z;6_Z;>n=$#slGK*})c8 zV^L19oTbu=$1E<)`AEd?;1MpZ2&Bwi$$|+U851!gVJC$CfTy?Jn6VQM-Wz5h=cgu= z0ZKs{+}Uk?XJ?wrG^&NK{42u(yAQ>%1;pMt@_^_ReuR^_`Edag39$Bz1YW*0Y^2QM zKKcXRLMgh&!H;d@<4rAA>vI$+(43jEqsl!VOmc(_ zzuy`W%nRe3FAPv&VOc`&Mf*`4n_T-`@*H*_ryA_OkpiR9YbmvWf59i>`ifsas1V?G z1=80q^q?Dix|Rv|nHHnh@VSVu9E>KwblC6UriXymA6H?6&JmN<;*5{DPoo#ICZ!I~ zoM1?#gvgXIqxJ`UP@qTn{*Tub4k$Sx9s4aaG!_Sld=L)wpF;nGr%&<}Ft6Ri_`)+l zFlKXr=^<_`WzcZrT@CRLUQ50};DohqKY+x`0HR2prmqP%O}j~YHE~%H6vmXgYh`rz zU@RcBsjJwg;?!%2=6P}9CD;Qh5qM-d|Ls8lFeNB>z_3QrhT(XQ9nN0p!N%fj1;;fD zP!p@ex1`oD-Md1I7{L(&vJ{LAK=H(4uf)AOHSdjgO3(&44ZqNdbjVoLo) zsRM36E=4)X`GJ7YLC53KHB0SoQ(;euJn-r^!;`lb zqYGesT+9b<>3vmDCB3)Dh!DU54jJ=yq=G&O^GFYN&gi+x4Sq(BoK(CfH{qHPNZR+J zi5A9<2RlO{n6_C)pyTnl6G?UD>3^6IBg+mT4Pi98_qYL1_#N@UpIm7U9J~GycFce* z8*q#nxC?=zsj}u= zVcvtpkM?0wwPPp(S$nVIylbE6Pxc;W*kK8HRtxHGXfy=o1E*{Txg2Ypcfeo|kiJbh z6ByEd03?j209k^I!6oBJFAaVnc7JkpFx2m~RtIlF+wfHC-YIkG5=Gv_3$ybD;1$k6 zMQu#5_nH$6s+ha(H$6tu;pcjoTPsxgpd7s8n+|4vU>KQEnpdIl*@;DC?d~NOL85+32 zKvW)T+s8ca%NGUD%uJ1B_b-hf$S2zk!~Naz?!|i<4Lr-(6L{4eUKRg!+YA5sYJD_&-fdxQ2em<~u@zGH^9BU-LTwUPB5$!g3 z1CmZ>pwbM1#?NlmJ|1Elq_A#ynlSI5UXM<|fijW%kU`^Q`Cv+MW!Q>a`%Q+wNCC$0 zU}~iRb`rApV9*8n7;C^) zkY#Xsy%s($qtC)!P`?!?*z$!7TETGGAcRNjK_2s(oBwm46L712sVsNMzlrfW+g!yFgdWLxJr~%J&T7XN4#ZrHY0DNUEl2~%;&Y?7t z@N=(zf#*bV&oSqX-8WA55(OIxcfm!7yymWjz75W2;tGEu0h=c$1jt&0cleDk5NgR@ zmhKF&LlD~VJMmj(zKO1zZ(Ujssv4w@Jq-gberxQMJ{Z!0QA-f)4KRUtFrQIu_A3X0 zV*t>%rpvXobb|3*5ZE69WlF)69cRu%{ACD^4`4meD=@*AQ!L6^`+(PSRB(6XwC#(? z%W}bUC`e6UV839V3;7B+)kk{WG2VJ)8z0#C(W)6-zcvHQj34ssaD&kY0MQB@*t-mR zq4%HS0uR9k=4qUBCW0{Zk#-leI8*mxYmboQr;{G=cDUo(GthaN!-;b zVB0>aU6u(z`y;pvwP}I$>ojf0Be;Z@n(QF%56eI({`Qj{f9-GY@xiAKw*J8LXF=BG zfe{{m`zcMSYbjH-Db7)@#}!|`$C(>){(z~OswH*2i5o7IMT}I42f-x_)Efu#XhVs) zyCA-b$su3QOsNN@`vEkf;5>Znz6LHPM@hhL9w@5gP3GXIM!n7dL zIVTOChUP2AmiR$i*YN#4KFmZcz$ki9`r?5OIi>21eck>)*H1gZ5%bMy9KI^9P@_HuY)T?XhI3}ba02Iq#YBDrd^w+e zXRH_lIpVN#?eihcaU3WV%>g#P#k|~@qo3eBsg{0V5J2F&T=3)395o}>dBgsZ=s+AA zwA8xptHTosNU*wNIB)&$1xaw;12;4UEXc=@t%(gLZeGS}SdCV};R}?F9{Y87Si))) z{);0!Y!w4sL6vyr@sRbQlO%KiJcSMOg`>6cQhfj^vv6VUE!^1%T7j){+XsTlICa4U zUtVLUiT2={uYc7X=$*R0QQ&wx=U;_-_-$(fb3-|b(bsV+(&~Vb9~kHyI*6Qo;a;KA z--{ZD6bTA*WAG@FL<{ukpm>J;CvyCoGn@njML48y+I7bL%DZ#xAVQGhL(Nz6Q=vE&P~@ z#dL_q&)vhSOnqu$vvqu8#V_I#(|Yf>?WfXK*Nz_|E|q`AJf3zk^_9LK5Z4{D2n%-% zFEi}s(P-?=70xwNiz+F4cus?x>&y6^B#xL*$8dRrV__F|z`k9@b>+jxd&-#AgJ^&y6EmbSgOFbI>vJ?<58{AMn1Xh2e-m7{+ z{H_`W%|TNMJz9IEBI(E_N7ieHQ~kBl{$;Vckxik)8?-By3pmiSIG_qruO2HE-H3hw zhv&ah{4#7Q8TaXPP&n97NFP2V)>LJ!>$Vb6ik8JeMi2)Xn-qshM@!-z99f{zXW)4x zWG|&^eLk%Fk;ro|Ttp+-4-yU38$6pL5Pf$3EKVKbLv_&3k#w307pSV#t7CpV4^HO4#BYirMh*eks~Wi#{`zn6&6b}5oBAjpq0680d{o@&t_gbQw z6-R417jQDY(h+5wthsG@62H5K&N_Se@~BICvR1=6cpjVoQXp}dND-RnGGl=6U!N+& zWfgRms$pufH>R2tW+HTay7Bgt8@~5&WP;F}IKA2%L#cEzRty1)gE4md#qdAZ>u?UU z+e)|voYO}<&x!Ml)WHTPgiho!^%~|!(BV>1uh5}hq^hMWHr#O%Qvck;J70MME01$@ z;zd)Bb`3-n&KMO^ z4Fv!zt(%%yZ(5(NilrbI*=-f+6)7hpQs@N7J@;YG`*e8GE)+VV0st4CIA4X77Fut0 z9sP$a$vEprf={t|4RnnoB5y0rSn5$sPBjjMgN56%DCN?X4AA3IH#f+!2KchM^SD=- z7=L|sF^kW6Yy)f2@s0>7uR>>1pwfFEFT0wYyovPvhY&>ar$y{Sl3{vHW22h!J^g99 zZ*86{{&$I?S0Py6bycfY;rnEGYl{NFUwhgj5Ln|P;G7)wAh(2;V`_i5IV=<0u3h>2 zlJGn?PUiugQfGLhQ43+}_CWX)t2DhqHeEnKz?|lvpi&ZRGU!Bd`SQ7@mn^tqeKh!x z7On#|dYe+!Lq9#TFrXz5u&b-%9lBy7b-UOdN~8+wzR8{0`S!S!!eOO=egY##sk*rJ z+4%CW8|_Vb5BUYM<)+k9m=kth1ZN+C5(O`FX5Sqtz>)FNNo0{v{9L0tU zC)->zOi(?o#w$(`M6I^fA3%FT3RerDNnv=FYQj<~)dS6vP12Rc=4!ux|9)B1)6-Kr zekWPT^bBQQ7_`!B*e?RS#g20HK?645JazCg>}fp{c@52f#IcJ&;E)8-Wq6Ym&EmlN3)}tA8?n=EqrgMK1c6)pE|G2xoDPOM{ z=jyz@VwFGTRSF)xU5QCb`7VRYS%HZkog`Br`Qb79=yHMU`cMP+V>Pd z(uTXiv#&#!$%KWT3WhmI#P4@>=K{+Jsu_xeKKng?Y7uve1@SUNsh$nalT@ZV-Ln*@ zSR|BMR^bC{9?rsl9I~ayz(|3_>vs`lQnX4 zA(67dgzJTd3(ECdiW5>2!ZIw`aizku;AG4Ro+qANhJPPa*lVfddQyoPf}kICSo=J= zmklq-l6#DTLdu4ueCs=J`*Il>_)+d94T65{?MD$N)wzPq@Ap(&6~`DAB}@YJf60)6CuBUZkDt9Y#)V-Rua8ZXW>gx zJ~i)%plJ^f2+=Y37O}228N;X$y==~nqN|Aw4Gqz5>*e>4K(E3tolKD#WdFpliSG{7%TfQ$mhI_K`~u zg3=Pa_|*E!*N=dgPwJ(P1GwzRl2K}8Dc28FynfG=-ji&cUe}yHHC`yI*_nqu)<$4z;E;;*o6O|fP=h$mvV?dR&! z6;d12Ve(5vJa$a*|9I6r6M}36s|0CBHZikTCz6$e2OVF&kBxs9tP}QwPP5{EJzn@; z+^q20KR;XLPEXdH)dk#hxpLDtyxqoX&qeQ2kL$B+B^MXF=1m#cBjg`tVir7Gj zS{=1|m#K?zTVq;Ok=7TI9oALnjzWmrRV&zM+e_Y~^`YyVo3&B4VrA*yZm~%AR{8IC zR=L)qK{`{F%nvQlFuG)ei|<5e)kjDNgeceq?)@26_4G;>U)JmTaNkoy4ksmi9`Or| zbS($7$k3+foEdrV#S1cum@AM1&JH~IMG*Cq2L%fFA_8P2xe{4`{jido%M+pATkVS`lsoHY= z*g}^<2_Y{}_JmY{0J5%E{`9FhFvP>f?c~;1u1;l6RkcuV)%Tkl`LrPEs`YPvdG(zI z7x%BVCi@%U@B;$?+qvzl6NCQ{lW{iX6;eqIP@S8y8wqeIW$wIvJM?^tzVTwM=B^zW z8A3IohY_J&g8Lc_Iz;u5IQxNmnM~Ona+~N}fQWUrY?B+UNl`-{*QC8R?XjE=@3>ct ze3n_%VFDD!zJK-o30@MFj+lV$K1z7l=2Ec2xcZ~}^lJaziAmkL_}A_e^`ShekGNGY zzI|J^5{@kcY*Q1;-`0D65O*L0p%Rg&^s~+T3UEmz5oB*9W_n}Mxy(qp-asJFMBrUh z(}wiV>aDvII%iZrQ&+9*GOhH-Y>Rr+Lg-O-Ly^642>lz!DmRjx7gzSHz-B5^suT#a zx%tn@D3n-0$Qs)SYP^o^O~HGmcc0p4{*0yi%)DbEf=ePy(u41`_~#Ry_x*Up;tRnJ z>*6$s?vcvZo_tlW2Mx$WMuJ1_fM`FJ(wfi%b? z;Mu@=A5RuU2Nb85P;efCiYBAHrSAFk_HJ&zKDGs%l~F7tU)lDe-pls_<+=dpl#oN% z#}!SVzG6W#$e#nt|3I}4YeyW5YjY`bK$7}GC;LbdM17M;YH;0*9bXeG7hd-u|$H%0l~m%Es&6DAYq98$_fzAbll z#auVMM|*SEsX)XRh#Dpt!NVOJr&xVSc<}kvxgR^q6sqw7b zv)Sce>&GN0Lwb_OFLO?qWbC_Mh-jKj>v_y%HW6i7#)zFuy+nH)$hJCmQT=5s4xpqr zL8zn|dvzFsNm@~Y*O#yR|K11>pF8c)jY8#nzZ}GloImZbA1zHke6cQ=CFshnZGj&1 z2~9ZgFf)Ht-rZQw7#MQKd*TTAI(o8l#MuN%NldA3J7f-j1%dpGJY~DP&y1Jr4 zA=#!kDkbDiP~k2r6}l+3lrxXQvd9|ZGN|P+0s=;tAio!X^*b*(BZU&6?Ef_l~(;mRzh-$dGZqtkLSsuh0r;?xWA~QZ}w^k_M|`!(i-+ zX+JL{SiUM(%nORK>m~TQ;u?r7?y%MjP{rmvk=wa*_1!`ScKLI)Z%_5ufMR`*0M|w~ zXZBu6MP6R=jkavg)JKe}?`)2RCHTy!?Xp#w6e1wR!^mtfZxzE;OccoetqYu>ZlD2R z9LSbkL%f&mS(Mui^=0*sjMTs~IA-hcpRrDkK zwnIro$PW>GRTfX}@pLGgZY;$RnXYLF1_c9{)%4C4BY}c#$^>cgTw3aErTVR_6J5pT zH*5ej->EfBLk}H^EeqU-2^=*9bkgOTNzThMc2nAO%E`vMcrO9OyvEtZ_lT!-I{Y z?IKSo0OR4s#x|@aV~aCwq?*L3TN<{E99Gs#Ww&1%r|Y^r+4N04HDZ5qYk_^M-$B58 zl`hLb5)zEK1YFOYfs4fXaGmZq+k+R9B3g{Vcw_+6et|7eOrUUw(r5DG;ZSQ_Freo3t}u{{rSUd0jCeuxaro(aJcv%J-kjz9MHn&+tShv2lzrbGOBt z`fXs-!@$lDB5lIwQ`EEHd_keOEqCOecE#=%AhfGq09FfdxzgE|X(Asl`HV+R_0d(H z)-19*m$Mw%va&uy3(hW1$G2)GyOza+xG!dsHl$d{sO&fLs;}Hm7_3MKbN4dP3fCAj zxZ#e2_j){XJpYAG&K5KfHUqog^>=seK7pb_$jzR!wyw_BKg1*b^s1q;XX-Jxy>SED zmdVL`rV8FPrJXb7EZo@ud@m*hyuGwxuSGulrATf*f%`fv!tQ{dynBBVK_$G{O+P=l zPr4N8!2It0ys6Oe75Ub@*euo&S^2E4#~x=mr)nt!?MnPT9Yc2K*~G?t_T_5oA+-JS zP%9$xux>(7c7Zqm8734IjZd)idZ+^mt!9(-mIfhf%fw+<{+hWxpoME*#WQ7A_ z_gaBoe<=6N+v}_Orlx1Oh@l(F<*to+^lrFnP)0`zs{m3s*wDcFtqd30FX6U33{0lCU|{b!-d7moX}Yt4v5d_)Tm!iyaMz-LWt|xqzD5v3P-x zhUrKlNpOBDsoKI1oH1ZW{d;<+XP11c`uhEh&bSgY~R-`=g@cf#}*3HXdpyT9B; z=O(u=INSM!?AT3Z_Xser% zh63*vY%a@dEMAf~@$!>WsyAPEH;x$@!Rp(ZnI&Pj*2l*OjyCAMRa@DRE8+%Q8>Bk@ z;tzxZald~Q%?~6JT3h`Mk#7kUab=HRyYk@Hs;*7S& zdoQ}~Ci@KCLxrqS6`P(J;gD}#o!+dacZ)r}`r!o`*>A?xpiieXYrY!>mdCMg6_#>) zPqQg{?v$;6b2|f}>($80`Kh~$bq;hX@8XVdn4e0;XYg6-(I+r*ky%-O7KvV9)q@Jkaz$rr%T zwnOsCS|Dy>g+8S!>8KsMBQbsy8V#1+o_H~LdR2CGpE;`;br4lvnM z27^xx;KVDSwZbk(1=p^Mr+aT&ns?HTEMlNOxXPJoqxOe@E>_4=e6ST3T8$Y$`aL z3_eAfpoLB|-lri34T3rxGjiD2N9AsxhfpDanRfZPCiwE;xY^x^k#-dXBQW7-0j2Iv zvS2*mS?wX}mzy7Cmzu)2-%9y*{DO}~j({8}@qfCuEhz~|Aj$%9Ujs*bf#Had^KatX zV-Wf+JPq~UB3}T5nP_S8cGQcqp+!T5U1$69xMOZI-z)av(kj=z!sos#$g>aW9IXSH z2Tp`xzprRWV>Z%P7L`fBuR9tx@ZL0UkJ%(TYxR-48{R^K?3dIGxE@c*+CB&QU?y2p zmcDA)M__|%f(+DDe#B=%MQ=?Pyd)+sD=EVgXKR(lHDS!kVH#7l_0I94S_*gA#6r}S zp-oJ&z@4!=x!f}eG7?3a2@(gUOX!#4syjSchuqPU+sW6qm9~BfL4#v(aafHlVze`P ztem0~>>JF6(nuYk3;=yp{`@DZEzD_$Y#$cab(dBj)NaRWhmOd*rkbxu%S%eA%+1Y1 zKTY0}b>Eq*AK6g3u-`Y5UJ^_J&410OuiNc3lwWt);Gh~!mwIzxul$hg#eKooH;ay3GK~WX& zXJ1(4Huk^Ffqa7$+S=ZfFy5Y*_(lS@O zs>VDVUotagacqF(n5xQHXn3_zwIA#wKf3s?iL+lforaf}x41Nz*@(2^QAf~5WjbBL z?r0;ccP)fYn`Ykppzl4AFd)W-J6mBN^>`}b4NSc!A!H@ob%Q#bF}1C*hb+ugUZb-B zI}XORs$qY8-uvc=Rkh~X%IUXGqKx!yCfMHa>SZ%7v+(irPs~&oJ)d9_(4G=F+ZDOV zB&P+N@w+XAnEDe|-R|0E7t2FX=+pVN2NX_F?-=;4O?B~ zV7@fqc`BBy0i{tmUguN7D7Tp)`h*JVJ>BB6YxbwPU8Zyy)@j!&_;?BCP8_P1=~pVS4^<;z))CP7kC0fC{%ba zYJokB_09g`AD^pj?*B4;COI_yY`D^5sOn8QW}I&h^upTdA6GWKr&(6ycGtJWJ#!>x z&55DK>*F$2OcfKzc5PRj0i?htk`QKlCpn^pi3Ut|PqU+navz_;c9~|8hY=ymiguUl zl0;UBNtJ)$GR-1lzFE$%VC%UM5fn&8BrFDge-7kgJ^AlQQ1{A4EYmC8q`4%hza}-w zVM{OY7!cYM*8hiIM|2DgyJNbviuY1k`pQ1mR-$t1L;Crnkj=$(FCV^&Il7Z?zT@`n zY&agp1+R#CH@m`<|IRiRl-0gq0I10`W1np8FJ;z^>{<_P3JiO+qaoz2tHWz$?dqrK zPrbr5U%lTqnb_Wdi5fV`K(fAFdSj(DJFqUw#4y-WifQwLL8k6_Zz$J*`~1X&#Z4C3 z^0|ag=ZclMrNNcZ9$H#6K#^LqlTTvb@znXO>G7^`VJEv_J8~yng>vW&Dfe$?+^lTN zxQMSn&f~*?6iP(GRIIVD`lES%HCVb-nbm#z?Zy+DBRzA4t`qIbVtY=(tWvaf!7`)j zw&XsT7OYDrCD=5Q_?>NBI=SaK)ux=@)xTUh6c|_cMYVimsB3c$8^a68`Ah4Mk-$k` z?1x8M4{;8R{n!#iFSSNwP6Y9UM483~TbX3kezq&>&So27rmC6)3N2%9P|8t{kB>7A zZ$wot$*n%n7PKpuWl~pHpVPdAT`3i7%dDy>9}HZh8#eTjLd6Q0RC*3@7*~buR#tTc zF1bz5rlIH|C0*V9VSV?Fsx^{pA8=r>)oNq}@X=K0h`CA&Avy9w_9E9cF@_kr?d)uR z%vei`^4M-lI^RATy9y@`{>pXdG|%nA&b^)?Td~#zIkqKtcE2SLJrJgB2|?!J zbbMge-rP|p$7HZ|-8wY~$7o_{aXy@I?R*A861C5;_**W?wEL~-H|h$|o6dP@V%N=< zT%UPdO*cy{99Zy<7@W!Yp=Pzd{>k1-l^i0QlOU4^NF zMf-R97pmJI7bg$d)@)5G4}1GpbQw8pVOi8;h2HYlx|W_M>v$!ugVkUL?;_@W0MTEX z8RM0=IDtF27~-?@hiV0!_&fZ61e9c)E_7rQI|06EWS_fZT4%H2tMvQp)6aMOb;2^L z?qx?NzmMpaeX9`mwp&g&Q#Z-8dcc~}-(q1!HSC9LMc%?lnIW(8JM3_Z1rw^0Y%j$5 z>Zd1#QlU=yW&2m(zT<75dA7J&@_SY7nbgqqx+qrZ-?$9A7E6yN)KaRnhRMl@3ubO^ z5?Ll?U$^@r)aHa7@};_cN(aI4J@*y%Bla<$fj?K_+KL{^%W^cH4zf?T*gALn!@oGs zxE)*WwgQ_rj3nT@=qlsFE>%RfGfBR-YsZKb;D!z;gH8JMz{7N<%+bs73)3{*_+xs{aXlz2An zIS|)>i_d#2G z9xGA@3V48{8=ped$jJj>2mF6A@#Tib+s^a|3aj`iS5X0sc4j8 zZim51zqQS=^`+*Tj*gC#DE(W)qEe0JT`9kJ$5!-9+p#O{{l?h!(0(Ru)wgC}FjJLg z5aL)N>u!vGjAufZwhHcR8C;nWSHZM%JXw|$LjI%08#hyR^IWmFsN2WEMVWuGEAk$a zZ}S`WQBfX1*jQs9+lL)A_5# zXX%z)Lh*=ErtS`1F!*6DO<6ClYa$nlH!<1M?+^SuTU@k10meUX z`71dUKH;Jkt&(239_fQdzWJ_cEPxE(LA3CG5s^Yp+%}W1dP1hRkdQ^uF z)C^b8$=MbU?`xHbwfit|i=FS-qi_zG`zj_gOFMZb=<(H|GkuvDjk=sLrc8}?_tmgn~WbwJ(pyK~g_2q$7H{Zj9NU~F1RMyZUTSY2_Y$=p|4=qxX z7D;i7EG0`6S`d=RQqe+kJt|kC$WmIU6j71L7Tzb7#(+{hT>-J`Ts; z9{4Zt zu!?kzw=DKG`thztMH+e7eBTm&Ie*d4an-;gRjZir0qrh>?7mz+0G z3LM|qsZ7}@=Lkz{Fqm*z^B=x+-4y;@nCaD(?Y9-Fojms?`R0}XNKQ`vDnwDHPMT2U zX5}E~9bx*z!RW>gFQn#)Z~JdYlx|gK8NrMJNPr}Dr{CR$=>LhzYI>VrYbkPs{7cN` zgSEG2oF)aO;%<VMKH#dwcKv);UoUF_!i6_ zb77JZQ~U}>qX9fc<0iE>eAh9GbneWZjjR;pyp2!61U^;B;ns?iphGzcG~oHVN>8{a z-5_VMqq)nyuk_p6t+$UN<=pH;?YkF~UcOe!5GFe-BmIP^cnMpx?ZdwAaQIU;eh)ow zi4&hzIR^6Y9j(GB!_=;t(`EM8A zmV3Hla6O>`g&_Lj{8G^g92x#V&*}S|{G`#F+7M2|Ls}nN|KK^7pc{w&$Lx)o7oNQ& zzM)~!;g4G{@FJ@jU&7?P?=QfRn3t{fy~96GJ zjg(`uzsYG-lhhf10RY^4$`W@EDlT6r%k@?s2xZ{!aYBw%X&L5^x9-GQVVI#NCR<%m z>($k6UCl+8O@>QQSwmvb`LAI#L!NsfYucoluSko01TQkY38}Af8tL@sq1@82&Tl_L z)fVCWYqE~%1BwloIi{8BMv!zHO$SQB@C^yHDB8BjAmR#iFQH#OfAisvAb#@jN9|zV zypShN2t}Odl{g#;IF8uTbTN8MYw_9$lCz;LDLrGkq3PETJ~;k4n3c?$rL%WGzY6QF zQ*8wi8a3ER!62dnv*^{WKyIJ^P05>=77L*f7}ILwaQ@(p7~E^kg9|!oZrjVL64r?I z?U$nmKg}xVM6^{w{HZ1hj1Of~ZLSmNs<;^Rjh9rNL=5X#0ltT_jjHZ;Ygj8Mz$To3 zV)1mJ>U5tlqU{1 zeea;w(=^iN&?5s<$~MbG+Rp(#qIo5FHXeeWHi&Ea968NwqHFZ?A;wo&5Xvir)K(ZV z)lwcak=o01Ut_q{$Ye!!v8;?V&2&t<3~Fo~1c4KJOqgPJ+||%@2yrb2GSmJy z3rid19MptmtNovObv3(}BQ?`4vKofDdwj5tXJo(yE@lKsX|7K;VSeEfsYtV}QiHjN zjSkL(=gd6%O_!siq)YiC$g@(KcFP${N66CYZ)FF9}Jb8C$^|6M77CJK`3P2emu|1GF|{!IE^VQ@sw8#l*p zNLpeyW5d=pqSkqiOVRf`Kn6bA5|#?~@UT%0)jb!hw`(S%S@?V)H{n@PuuY+^&ny51>QBS*3@B$j-T1#5d2UDA;eLtdG_S;cXgY=dINez3 z`<0(uvKQ~ea6A!%7vO4YMoh+zLE2apo@LrJJ{@!MD!EYkbJiD1uDKM1_-kU%#Gg>f z7HPTB(gukebDiaKnrqqM`eT~VyF>y)e%N^MzS}${y`;Pz^+D=5tET<98?;0nZ9(EY+nVlH6>%LlmS*9*YLX1H5{vQ(&2t%C-;l(qsJ|NE7ah1RL7{LyO;v+m348UqA1 zg$FRA)3f0Tgh&7R8Vm&2xz?EfGa=t)>LiqGeJ@>WP`FUzut#VV;LZfHcRaQF9hA{uJEu#A64Q|nDx4H6hJ3NiE00a>7cX$oL_?yH(joaFf5_&0Y$s03xe zOI6@LemO8=@9t!;_Bz5(k_yGX)M*U?&UoPP&a@=E28sDx#N>SE!@T_`9v0`pi~E}G zY<)>1c>xdm`kmdv!9 zhVGVoHr@`X%Ah%H&!>Fi!%oA4-H;u+v=lM?dQF&#B8{3mJVv`hr+1qe1vU<%PQi0` zg;T4(u%0~^XR#zxU=H%oIxhs5fneXJCsOJFJ0{lvJL>GvAQmdUDJ`UBnKorB)eXsLrxeVw#fm6^xcSda*ALt|-N_dEWQ4hEQonnh~ny+Z`@sJJ@_xH8Twv>`XASSY0M$I``Q9hOB5_HWT$TK-f_tGUcD`HS=k(5gzmU&m{lRh54b}eIa>Jc7)Vi)^ z%A7G!d}-@(sQXgpCAl*bS|6Ucx{B}8TL0?%?&^GW`r`(U4RxcE_oDVBWG-&Fd|F(5o`-0i1^Y&)BE+Ka_+tu?JuK_6ULbs5;o|(jMEx-1Ddacd-12vrJh&1dtglF8;nR@!r zh(sqY&%PH;f3iZTU*3Qx3S3dTMT>#A9NFbVzV1=U-Yg|SZZxo5&YM2UuRi#_a2sNp zPnt(ruJ@_i<-keP(1 zwuqlRL|5M&iMz|4q;QY{b;#0?b*mIL% z_}aIJMCtRvmY6ym7=3<>J;i0$pZEP3^7)7kuSMv8@r)!TIWf|A%Kz%uC-VfMAtSip z@kO%6e*F?OdbW*8T9gIb+FLf)6&VH(tcm16ys&~?$=mCC{TwnPwj=-9u($bZG;!rR zn5)b1vL(rDG)NT=BZBcG$5(*gOCh?nulwI}c%a0u?o=*i;Qn_Jde-1~_k&%kjTwqf=ab!P$a`jTYt8LAhn!KRHm+ zjS4Y?1JFn1Z~Ys+&5l3T@S(;V?z0k7Nlk@zTgb>MF974>abbgXTDnLN0wx)|5G|1t z?Ywv`Mh1)3{a`J4mBN_dhx}%r1v0u8GQ2ZPjR54INmw0vM9CTOblz^iBD|zh6QK{y zWmH+T+AgG2zY`Q@n^mb-Jc^de+10=}f{V~-I#w5uQ;5lmpGMs5Gy>2B>A_;%42K_oE4@Uw* z70-pyPin{BF0df=x~HT*&k<>sy7{ZZBbTnKpsgEJmSbgYNnjJF(m zapj^J%Pq{X0)*wvL>i!FWJF;!L)d^qw6e|bPqSZfAqf##E@9k7SKdc3U3+CBOKs|( z$onZ%GP6>19g4@@l@f5VPb$lS(?0=7g6@Id2I2hrU7*6|1 zl%hZyEGcL<&6$29Gepqyb^A*+A6AspN|&d`%0F`S>B3b=@Mj`6TGiK>+EG394m4 zGPSf&{Ds}{s8#<1VCLrfmId1Ki7ZvDFB_qi*_WmCl?OHL7nSXRr(E%RfOst%>2-$; z6j_#oZUAS#B#BHT;k-?F^%-P!;rglM9Qdh>0Z#^I{K6Yf3$zy`?z)0spQC3l0g=}@ z=%ZIQFt74my*CeW=egG~>$+QKb~at?Pe1kLr;^~)9yZ#oz$n^wb6FsnfPKbHWOX}{ zHWoWQ1JQfPZs^WD_Y?^f>8JZSD*p>#alChS;x4?NWYulhnT zVHhq`3g2o4tq-3(zW4Q-(l&$=bfV(}4R|X~ zp-$J$A?^{vcB)rqp{UbJRM?~c^SITYyrc|3+InrW+q3#*h*C zpAyymZM*CCbI@yfDLpT#&>04|~7H+N@CFr=i z!yVqJ#XyD)i2x##a(mrgUuh&88sZJ1qBiXhZhVyq={~fIY?*qaEX+#vIJY!XJD14o z*f|63Ke|9Z@~JLj7?(8gVR{Goxar}se=PPE0YAi;@LEUgT;fg$+vkB`YBxHOaEsk4E@T)nTuXjltz0Ob!|C0vr zY@y&G&(TtSz^1_OW$S$yHnUTZj2Q@wM?E=Z!qvGvY9S;UX7W)~7AH(l7AFPf}=m#Oy*m`KD;&vPM5|fkC z^|R2;M#u2)UK@$3 zISDZ?0stAx)%}0}6xMUlm;P?xz@y%o>qeVkR1%Mx9)kA7O#K5r&cA8NfkJp(Myw@4 zD}{r82_hr?#>Y%ln_tEyuaVdK0RLP@Xt*)dQ54-j(FR_eUU1+Hx~J`(SG1t9f@!!j z8yU1rrKWLJZzTY>+3Y=~Rvs*gogZL8)K9b&f3t~YJuh;3AuM~ZTvulX3c+_7E(U$3 z7>f8ue>yiV{~W}a;mMhqds zsr&1%0!Q43YY5~oHf+aRuc9;qHLwSVe`!J4#0N{D-%Y~`6=3844Sh`C#ETwczso@h zxPt9({UCMNH&A704R9_W4)F)Tqc>FQ&1;gW=e z@}jNtkCs6kAP;!*;PZq;Jc)xv?G{YC|K>oUV5(5giid(X<|!ijNg^QIuz(05ZTz^} z^W~mMtG%h5@N}0YVBsw$?x{iuztk4FVX!L@IEC$dDBJ{4g`iz3{0<8_eM`v&ieM{N zMp`bLiLR}Qj_;NYe>4Oguhbk8a@|=$E zh4D?nTH$%>Yf!wRIs|bLD_oT@ZCrXE7#o=xt+zSLa>PV!rH^li*|lcj-#@QIGB_q= zo(_ZuEHKd;Oap)b=?)a1C~GYE2s*O`biSull&RH$(Z_qpVAh|z;M{3+LO@9UMcGoo zb=}AVT*Y(rJK=xTKiM9pTF-+X08UP=M*2_j*jkpVg(rmIl%XV?!8RkF)5+dyr5#*! z7ffSp++`dMC}#|zs8hgm%J|mj9IN<}K4T>qPXQEwiEFL|bm(Fc7ShmLHt|w+Lmw=b z{_b$VGss*DV5}C&NY(r7(ww1%&}E%C@E%?hu2;7W^w2=eldwx?!Di2{H9xsf0)fi2 z_wzmr9#o5;&Ofwo!Elj}8<<*vv&N5n@QBMr04}rjBCEM1dOE0MuyCj%9|p{iOUkQO z9$1c|Vu;oDgmWr#(G@DNc=~TBRRTD}S#Uy~$bMjCI(0R*hYfr0s4C3Q2Car#f&56F zI1!$`Uo;ar^fip&jC~jh4*!rKmIt9cVm!s*^03foYFhEP-37&;lr`}4ONASdtX|=Z zu1Y-gSp*BREx)wBa?)Sp2iQ-ymbwLVF#ZP?#My}cD@cF`v7KOp-C&RCM`n2-l=Hci zhAc?0yIDAl;*c@_4=xzK1#RL%StPZI7@K(E+3BZ`r4lIS-{FLtpJ8N8WLsq8B z?B#9RqwlRP2zlDq8{~G&9yH0}qzjOEA2GHIST;*}LSntidSB$r5!s=l7#`$nw?-NN zJUdHw{FxI{!+kLH%Odub&>p?vL=L3wp+Yvu{%n+k^_*!s(7To0VG#9$sX|PAW!C!d zVEZs{GUM>S5kDKDd6?u~_`1uN=o%xi6`Qz`7d2oB16r&&mu_V9{=^OB!H@AC5S4J^ z`N7}o5;fQj*3f1AgCyVv@9d($`dXs-5faACumPSoy-W(>M)%nbQ4waIU4dYw{5P=J z0lebY4-^ODdo6pCT7k&<#}8qHFM5EDDPtH&CSfY%-|06&zA3=pc~U;EldC!EMt30x=iwwqE z!gbqz#rvB5>dxKf)7|HKwDW;ovN7J#74?#o8!$9PVGs*I?b-M4lM7?Y$p=vkm6 z%7N>@3=1~?MIjuk7vY|orBb0HA*9KHcuxTi)gn@qmZgV^dP8BlK$DGz7J}fyh_J%Po!3DE# zcI=)wk*}e{vJncIzWtZ@=o%QMOxKD-<7M+a&W`V>S^a;u!eh!$2Ff6O(Er3j7nl~@ zURvJ=P$4;7swAh$?wy8SVO4FlL|vm;@%`VcTmNm8?JJ!!oBp@?Eyn&cAd-wV>!hZp zdJ{|+)OF1<-0B5X$s$j0BueW4k%uINAEmM2TJD6cRu;^SyAo^0W)7OW3LK0+8@R(X zDlibsij3^>1060XyI;Y;&!8vRixV+6M9_j(K9m@G7KEZM67yg%ULaJ@t>4~&f$97a z5n7`4m|5k!vooOVN!mvBS!@IP8T%)UF9PZT`2JkKnSJ^_*x^ToP-3FrMHndlON0CY zj`)R`1}>nv?$797ph=R*2wlR8iZVIE|Gofp3HPm{4+FjWU$(7js8(RF)Z+O9j&Su2 zZneTF1EIRt^Hu0d#J_Vp6j2?oRvE(fM&w5+j~?yRK%cO$MX!gVi+w%qGaIVB*`t0_ zfr?x*oAGgJFM?wDlM2(1+lNgy3{mAk`tu*Iii8Tv(0{)h8jh_+QDH(l97txlTb5zM!=2BQ z*s!#GI#G*K(iotTK6RDqh}Q%^wYYHzUc=$P!Y+k9J?}t8d9Hl8!~Mslne?+HF=zT5 zq+J6kHer60nRP`;-f;c@mIb8$CoHRK1o9Hk4^nZ7M9?#UW$JktQPcoB(TC8M1y-;gl=2edU`W$+&fmWhv8`j2mYxy z_|cBN-9r3z+2ni~zzBCZiq~UYGtWUzVkO%)4^T?h8}iJKzh3f@WGfvY4Bo-z!G$5T zngO8ulH`-o@bJ1<9L2_XA!Sf^w>z)Su^{P>=-#iPJ9SVi?vaBwKyJ+6&;X_(WNOp# zPHO?uvZs2yWO#deo3`%$_4F&{E7SO#OWy@~ z>!8B^wJ?f!uZK!UCCDy*->S<0w2PcD_t6LS1*i?PG+Hia98t2OoX0ER19XLesLJTj z@5mgk&fW(3t`EQ9|I;O>+kxZp;S7y44-?>IZDPo?6Rt98@d~lB z)~yK~r?FN*IY241q2a=6F;W5HopEXUSqxf4bpqQeCSToCb_#AT$hVWcGtz_QH1zjl zw$xwtn5mZc(RomYR0=Q|0o@4_9Ol@tAWwPYh{l_97h0@e>*S1SraxXbX1J6y>63!N z&w6-<^tfBW*e$%cT}yCJ{76`IG*QAl5k;T+oGhyl)9nD&gzs^I`=hD1+^>^9PI^R< zXQvvCd#5WFa|En97T*!52)ljK`uhV;au!gyW*NC-(^o9p3yw0AY942LmL{<(bKlSZ zGinF7G5Qy%lR)rPe0Z`oGS=LNaC0=M+axfXp#RVfz=Bi3G0lYu#Qit6J5%#@1{23d zhzS*XtvQ#12e4`Bp&ur(CI<;f36DPfvf-!OP@K7iKXjsb_JQg-!v{K|OpcK$ zseXSpCUR!u01t^@pC?~E2lM)4a($fY_(NA?vA%{R=1nU#bq$vdS`#lTqDY;S#+@>7 znoO&OSq_H&$Hz>6N3hn;A`4iS&pXGrKeBLm&T+J#0`V`L?!)y<{SQQ}ch^(bJY(PP zPU|*LyjV6{_?k}mj-}xt+ZTegA1Lzb`uWnVlhbt~;g0Ykl1<|;I4lj1N6br=@OdBF zcGofo=1#u5*C|3eB6;sR1d+HfTvUP*m;h|a)h*~B6J?L)0yKV)b~@2_HOn?*Q2>1) zUmZ7mN9cXHGBHP6^Y;Rg=ewCOsSjWH2f6aLTnMi6t*%y*F)pyhd?{m@eS)D|p5A=T zpqm~OW030ne!TfHx`cgQM2n=Q{&(<>`^C$-1j+;X?@bhWUgKmGV%&es6wiJe;^CJ` zVxZ?LfqLrdjGW6xOejeNEwe{SJz&uZ`QZFh!m0Pi76X4Fl-k#K! z(et6!kjZyWzbMtYgyIGtQTfFCAbw)!X6RA<7&Bz*)>N+2Vr<9qikc3K%I~Y~GTm}- zlHspVW$6GrAZ2F2NFr=uAvmB*ZLxO9mAC$`x>*A#(neEK9maR3Z1_ek#|J1W0$e5g zNf_KwTVnR@tB`=PD2rLFQodYqzcjydF9k_Zubrp&xm!+aSIw;@c4^y%^7L@<1rO7u zDaq~H6k{P*R^Xm;+M8t-GW79T7IbbJ#(@XQnBnOyTHHSN+CqWU1#mlk7%P3l(QtX~ ztOo}Kfec&V)>Xw=(e3>ouD*DF7H5m^dN5(u(-)jGQ#(3--7LJ2b_Fd}`_PZDm!%^G zh8hIi+?E2%O+rbOZL?aXt|8LG7xCDJZ#W?q8scXph zehpUYZ!sV_HGPKJ;rbSqkkx37} zyzkKFiKkIZ$%}$B3~Kkvd2g0Fq93RU3=tb2PYXlQ6q?mI)HQtXmVJq4W|M5}U&i1c zy*0e?bXkKm3NtAYwA7W~z+Ef~yqxG=nghgv+x>$8a>Sc^({-EZQPi|3{Yt*8IL|+I ze#89>EqAZWCaz*}2MWmm6VmeORu)_&W7-NQKcHM(#(1=znr%^7B zypV8uA`NWw0hN4+<1O0B=`81WjBSG8N|5WZ*QnY(J}k}XQ}c+Ycj3)T{ihy%*sslA zZh1-BZ%df>vCHt?&*8{2m?(VX4$bjG&7y+4>jYAV#-ge8flJTmhwFk|7WhH{>6=GX zy7#57h}-D+51W|=} zCjYb0+Bp&_QCPO=Nt2;}elA?qP;D_VTAggTx##MQS=GvhvkaaW*WVhpemh1hesgnf z-i#-OCuvIrIRtDCL|4x9xGLu_yzC@neY~ew&H4Qw_Q>CCc>l(Ksf*Nohh;alV+}TD zGE;-PuT)!j7F8!3wH%((WrbB+OBB) zRqUwcx}EcrA}m+p@y=+Sx_J@yI_N2s4gjv_L?w(}`tV8X?8&BqXiCP{TI=~3jSqE5 ziK`v0O{QS60gD=CI#28DiKYP`YSMi3k)_ifR*YQ&a$PrZ6ooRJc+>;7+#5RmtXHbK zTF8p{$(>fWot8E|ITOJh^R$MN2OBH+Cd}MDk4_$SZ_gd)RZhKlit?u-TUH-myj#dk zOSRKGLL{I@7%WNd-J6s5rj2!T#}$?=avkrtmF8IVnWbL*cZKCM0n0o*^C@hgsk#A; z!DRkyxp6biqqCRGZ6%%eJ56<#CJXRuQ+Ww=ERFU+12AGgEW-YnK&L6syfrQxcw+IL zD?)LK#)aX4k$hcFbJ9M4h#dnb(q+``I0zkwj7l+8Xu=Ck!dI!uS}S zuyJYrJ|jIJo8$cdCR`Y5zEH&xM|Iz&XNk!tZy6uDmj~;UH17P3fj&!bw_p6o;m(4g zM#*^jm6Bied2#e}B)L`7>KarvK!3s7rxy0{@_#9tUt|yakdHxVuL3|`P_n`3iAvab zwQaN11fCpGy)VvP~=wA_3ZkuSE(K-p0CSe zPI~lSPJyo(Pzgpv(^C(S9Zox1*ejnwLSja=K%v~o+y*HHn*_|9NYNz5Mf+RR9ZWLv zsMFMF2MB|nkeQuW5 zKu>tq+n2E1ZH0~Uc?HiL%G0E~h{|_c_kY_7yt0H`OvJc!4=pl0)imlH{;uBvm+p04 zpsn6_)bjWp081_$%QiGA*bQcq<(BU7FK6F-2JYjmZ1&_ZuS7|u9 zHl4aMWEdUX?0!0=X~iC9V(M7slnuTdLG(c}`8e0I`;LQwyy@Lyl*^P7b+h$!Nlp+=vwZLQo&{AO$HZX^VE84j?_xgu z7i1XeLs@ksEg~Oh(SM`cd~kDT&#{wu4ial~d#`>lWd(KG0Y_NKG&xPBs+|7$*Eebv z3l}@z4S{2)tE#D+I7BxY(>DI9eY?GVV6nfIEg|_5ti;`$xV$JfL}}i_@=ER+IbJ<0 zrwaXxB#cS5oy7)F<=rLuOf@@-TAjtWxzq>M4_=zi`oFX4I}=WUCY_5uQ+P$O<}t?< z9FNQ29zS}*O+ALxDyHQ9>Ba20h@o8HOhs~xUr`A{D#yp2xr45$=@QWLu)hDgXd~TP z;;+@~eN;$7|12giZGP{8E!}?BXL4DQQ&p zrL*%Z4N{1w9Y6cWD^;f%m+?giM0YFI2j#C_PpkX3G_02B#s@E*Uq}7C(XGN2OJ$i* z%o*C)0k8v2PwFpMEJ+b$x$N;$SBgTEK+m3H!23ST7yHHJL(Rd~b@#L|4ifL|9qhiV z$gNaZdl^L~HTdLw+@Z=rq18c))Q+=GDPxZrchy}L?lda@h%7GBRv(?+EuUW+Fkmht z&5}C(pC$HzndvK3cotIe46@kx#H(wl*-p@nyNkS}WL^nriaOkP@d<;vwL|EYT_Y{X zf32+RyXRF)Py8iUiVs$d8tCoa<1Ba#o?`$Om}mH&GApj9NiDQSQ{=OC%z{6?4Fk`3 zSwsxT^;8e&UfR)6l}|rLuBjfZyuZB3&-IQBi$Q~I6KJc!SlPM1fUW*by0F~Oxc&8A zg*?`GA-Y_-J-dD;Ppi)?;v6K|l`gm7LrUXjuQGF4R@F*;QEbA@j!lAXix%2JL`&5I z2r8m%3u*_rg}`_|Co&eD_k=21Uk_-NSl;vr{K%e`MZZS_M40~mZ$ z*<%zqX8!#B!_KjjRsV?*OJV?)q|tS%5b7S_Pd<6MTTDokn!^#& z_ua}N?2Lj>^=A=0OmFNB8CxxO%8)R^saCi5(Kqkzh{iuRV8TiNxEJ6%AaRndQ>joqtXPO(BJp4cj<*~RU(8OTXeK1vU-#@)lmvQEw}vd zUc-}K1Rd9!EhYE+|Eak^B}3M>c7EGkaZ2F-jISL1m2oGabq%$$XHBY+w`o_Zh!avDQn z&^+(J__>z7ZHn_!sS*OmaoLU7PXj^aF(bQS$n$h7sJiO~(p#*h|BxdI* z9d=&G0*Y=4w1SiPDd3H*M16jrgF!_y_yTORfOHEl9ut2%AUQb5?HsO7aB%EInC2Q! z>S)UMVb74JVq+Tl$Ol8d#JS@P;1>Gsz_R*)pivfr(86v0i?>g|I|~t*@eDl54X^!T z(pd#ho$5S#HuEo6=srxN&MFQ>QIjChC^38cZiW8bu8v(CBo4Zz9M+w|(gsLyo3MP~ z=FpB@JSfu*<_Uf(OMYtDyL|74@TzzPOy%9g4+2w9Mic69QBKM3MX6}##S3KYr; zJ*wtXWVg05`fx zFfa=f+bC)eg7myu=qaE5x z_)+_69K1TeXpIrW2tSluWMtvS6&~>SxeYYp zGqvpmsp?R(1^>zz%?4LPWlxHlMJkJm9u^cV(o)d36tuQOw{OSFEll!ylR*j{8i=`ejC%WChdoID25RHca>5bj5A4{+tAd_DNMIA8E zDOOfzFPC2$Gb4ZmjqzeEphoj=J`w?j%;8u~Tmq&D>mWuYmX*8stPr8iWhe%Km8`bE z-}(YuwhkmtXAwsxGD3Y&vxr}MJq4$&`e@A%oU!3AKd?H%T@Z0pBDp| z=zy3rK3~R5@J<(od=4y>HC#_Rm{{q98gKM-y{ChJz*q3TOwk~MlU$vP+dzsyu;Cre z?JQ-=GR>skCM@@Bml985p(lgEqu2aBJ=l?AdHt*Wk6!F9`spAkewmDS-X0%UGj8aW zvcve(mxU96Z@O$YAGsH|;tV~Tu#bfwW<|-Zb;p|KSsf!}IY)Demw3zs-)t#9zfAJ& zb|-Ldm(4UMVXu{37;UWcc`U`WbeG*lZVN&px!E5Z%m@cn1!`U?uAI-W?$4#Ozs+c)ujfM}*D%P<6?yLBgV5>q z9RZX)QLjmY2*Cs+{WkXe)^!p_Tp|Jdc&k(j+z^GQlzUuJ_yA`;Z>hxkpVWtp8H`(&SCz zOGxd!)i%e1ITPJ}MrB7D((Wf|p5ao8gkpS;u0Ykh?=S!XrrP9hj znJ3midH$|)I%D5Ad<1l?$>Q$3;gJx@(uzx8DJ||LkXAfAAXRw={8r^$8u@nj=;f+7 zIDBgT}(cV2K;66v|pCTwek_j>X(#-kvvG8v!9(dU~3 zwX0IEfCiAl+FJkAaN-W|)+9sRXV{P`I=cKf;JNCeX&tb*RrvTeR^^9OZjYC>aIv@& z#rh2xzM9h1ivu6=DBfsJlj|cFa4v zRDTq^jdXp!PEF1{E=I9}hfS~aL&*byq1)169$KV+M6$J0I+N?zg)@{TK`}PLUj_$i zZa|b!jAwAS`MJX7Y#d4Qcy#gTZT_M6`!{%)5!h|EvikPv2{=rS(gUWNBmH_kQq(&J z^jRZxRf0KVQ!o zFe2ijCZhSq?fLY#d+H+}_wnOgx6E~-`x-4J?PjbcVE{ckZ{3kKy@6AUcieUj!!92) zVSV_+(4SwxdurvJZ|-RU{{~im3)TZK9*Tm!{E8jNc=;c#(2v1ifxY3%-+>)bV?rUG z6uP#y`nkq|SFjS9Ka_W%f#4!2hDQ2sl>GyVHRr4Ly2y+^$HOezngF zG=T#)os1dR&dmD^`YnO0hR{q#YsbjGn&he9k?M&*oUmbJq(JUMTYG}bizikEH!p?1 z!OVNbB0`nF%0I?=;Qx=Y#I(=b$Yj)#x8(ZETNXZCFuZ2EO9z9;h=P@Y9#BA`080JsX~J4DY>NAU;O-i`JCVV)6c0fNXoL^ zTx9O0_*Tlzr0~c45*#9C+%{q|vWaC@zS16cFDs-wodw4dc%NWFZvN<7Bwb9>*mT18 z?^d&*-9!^n14-@Qr+(yCjwG5k1wz{_5Gp8FR}&y&x#a3pRla)Q$UN#Zlu6KKC1ozb z_W1-Bio6a_t8B!qXbxou79{yVf0kMvxb$nswBvK{@(Wm0#G&dYh5ZTK^D7d6Y?y3N z&HB@M2tLjNGVw7g{=`}muUh%snYfoVHMKOMWS{+UaXid1l(^&I=1{m7>LQomNG=mV zvwnMA1w`R9ULycfiv8)qt3f+)b37n^HNDcTX^r}Hjr)eZ{W%GE+5@OY8YEskN>?ur zUDMk?sc>${H4BSE4&2suk@qlYAwE6XLLMun9J%~`kJtA>9yWd>!O)Qyg$l9Xp?__g z|M*FY!5lT~Fy0^tfqIk#!e$1LFd0RvQ5#i?noZo@k2msyi;mO8lpzx}7Ek7<)EK|9Q@@u|MDAk7nu=4D1W2>qa$LlP}3GeGYka+hjvc(WMppTbY05(&^l}~>0*61 zUCx5_4x7R5G=`LHf(H&iube&u#6F8HhxUcTeMb)_-{lulCLO0yjOk>Ueb(IxC!iek z0|ze}48_x_2g&mJMN%{?ZL%NjYU&=<-oOxv(wRk4OJUl817t%5om8XaPy9zBCQbKmWBz8^Ik|5gyzG4K2ILWIb zMUS5!3Q|I+cY+>~gjXZT#$o4|-3KqIj*0=}v0n5*R0Im(?|ZGxyAu~>aA2?`Cw&FP zzjMJHwQyY{p%8tR)QsBUHI*^#VQpuj8VN0t$uD>U(G{qG0x4y7F|GxC`yqNvZ)(Zz zV66g}h0OEr`RfWcOev3>Ri8f5L|iULQvJ`4SooOC**BB-sO-3Tc5v?)_RE%Xo3lU8 zyjq?2Twgy${qwMt{t2+Pz|VScQ_#wrMBW{tfF1ad6P@mIW*w!JET%x1GIM8%R!xWu)DjfB;!{viRA&Rc4FV$Z}T#F3)j9U1mnk$Yzz|Cvt zv?4bjNV#}@yi4Wpy4-a~-b(_#JvhONwHNq;OC_mgMIJCCe15@(;Njg6mRpE-Y7*R7d15K) zI4-}tyy%I=U0-;8g8XOrc&%yAUjwG}DbD~mdnN~UM(u|oO^_*d%06=`hi8CBSTa|5 zJ+?Dz-S&O_JHQuU=bI|dAel*&agsX!fKS*`=KC-G#^86=qWMJIq9uO+qhZ0gGAxpt z%fez0p9X{E>!6P=wZ3gLi!O(S{Q1ewom+PceTaQf`B3D}#6Ag3qH8N3o_u$7F{rgg zT=R*3MWY6wBfX}=?4hGOI7=X+#_bQgU z8$_{7?<*I8lO_#5a|Af(jAoqp0DLZGA}>;Gfs7T+`XB$DD0=d}S_>@TO6<)lVo_|r zUO5kL^*cEf*=jWA9r)nbv3V1$C2!WT(gUVG%>xy1V0@y{wOwNuot@i3UMm5_X5EK# zFqT)qJo&bD!^aLj8ovV4RLz~DMy#Bgh}ndY`gC`P$&ac&9?-gs=wV1F_BLc{Em^1+ki&8sE7=gIGah8 zFMmAWr8n){{BznFpMV$p(NK%w^Lq&fZqmMOJ=GXHe`NU50K zjJ*wT6d3bN=cyWZ4_#yKR{6}4%jQ~!JT|=VgOzrVOs_llXD>W(K}%GC8~6FFfm=~< zoAY!9>CZ^_8N~Rg@Iw#CJstg~Vp_^gD|9>2{?{SKDU#F zs9!Mi8aCGr_Ky~TG@j%bHDJRlMl-I3SwK?wdIfZ`1$34Ksh8CkfQZfJ?z}}vgXGl` ze+XoCy_x8bI>!P1T_s%feuj)afP{d& zGd4R42mT!i!yrz>;8e^-P&!dA$Weeyy%Z1AlRSS~D1cSbt! z5%f149~|7@e*-&`p?t`K?UZJC@K_IiuYOzYTYE>SBPMlE8{fz2I|sBXHeK^s7`ZRq zt7gB1@lB0w->fcjn>+T}zIa)F;j7_DPGJ3t{B!TDRh$IeM7N*HQ;QW#?=IQHd;Zh4 z96!F3Uhc`_PgG|xe;*lp1)YjFy2iz+NOKkYu%W*P7AWXXT<*@$GrLzGx&k~}cmAjH z#gFNpW75+L>OH>eaJ**wb99w0Drv_3*OjbaEHo)ix$gweDi)cC&aW$KWU1q zjfYV{9CYZ^)-t%FOiwp@cZlfwH|{Rr0PcyuTQ;v=D>U|N!~SLce=SQ|UJfJwKDNjl z*1!HdGi0S>WbJT%rSbKL{yzYm>Wfub%3=FmK1^n{c%i%OD8XZn)w!zhdI^ zu858eZ=`3%alB^xK`2Di7dYzsX*lh*X|-n_^8q_6!fut%qzAIkI;wC*2hc&mqo{QkYmyY~UstWV!?95`2f{|$tsJ{>*yj^EDR%bp84v)x!m>$fDw<|0Kv zZq`K%>tUd{mi|G0R8I9mwOu1;h|mIi+!p}*0-JN&)(IPHD!Iy$X3_cXD4SVa5gxD}C#9Y#lk0HAtBW_rC|SozHf!e6VIs zbc5&al@jQ+*|jyN?*{4-bREX%f=0FMPm!Ze`NASa`*|-gxHgEBGIop9>xb z9C_%r+Asg=Y#v}<;vyl1n|6tPV=MB0``9E;p9W+cgLW#u`N7uXLRsGzY>=40;oAZu zOCE4;R-CE^(tT-B7^1*erU+_#2G~l{XIW`3cQlk?& z=&A(=O&b6FG?9qOdLvz6AG>k-#DST}k6a0ZT+p>8(5U#{L#pP}+c3iiPfOH$h=Y1s z#z8;J);RPcqs!0)WX#I{p_4WoMw1h*B0VgiK4K5MoM;IMsBqf!Nc+rgApS4IgU@E$!xu2~*ub?V-0B2|BCT3L`(4x7epfK5 z{7zzz%VkGP9(qy65U7%otRHci-xnCMumf!Xl-TU;QFrrGSMT7m-rqh4?Up{P>jnxJ zN+4Zp=l5rtLTTIkl`|iSfwCy62vdGcwT#EkdI&&xYD{QA52kLqf z4H#=40kpK0sUyZdlH)}51@q5U5qt{3Bw|_q0cWeLKHBn9L4hDhtA*o7)Our?) z(b-bi{i-dln+-`kdKbmgcI~}>C6l0(!j$u0zP=4$oh3;FSfYN3mD`hAP+>;DHS*5v zv{ng;+8p#Tp2KwUWXr{0SCoTIM24?82*$PPec*p8D2hA`|3N7Q%B(N+>(T5zW)dEO zV4~VTOz!Hd-Zdha`9^w!vrvH~7kWo-RKN)5Pdqs{*gJMi^va+{-jl~)(7P@D%O#Tm zs*12(6c-jko736-(3D8vrPNUE;r*tzxGUC^pF@8 z#ej9R+XZI*sEj>b_hEg~hpO>g4A`xRZ7k40YQ?-|?#>Re!xM1}R)5d!t9!Ed|E*Ty z?Y-9vepJQ8{NlfseGIsP@g*$VGQ?jD-Et>0EpYz+$dG;ew#3A_0UHELHv+=Dk8bSi z>{ohaoiF!aMr=DcA%}AS3mfRT3UHg0QuxE7HS+7jrlr3=KDT@G3zOy7?`_`2Be~SR zZ(EhD;P$I`Gk!1LZh!Yp|Dv_+`S+yPiFX5Aqp(uxz%^i9esQNw_3!LB{u$v`-B&-) zzh}2z%-&`Bo(~5fgzentv**&ac3`Qtr?#$kp~V^z;LhfBSnrGBLHJ&2qvPyJ&!)b* z74`Y{b(ga>E-(8Qy}eui{;ZM2{_nSnD*kjo59?%PNHB)QBEyctuk4GS{_uEE^Yrf1 zXW#GbuaUc2^vcNo;_*WdUfYRq#%F$Wzj*EN_c(E0pk?3SDSkuos-u_t+0I8^eHs}e zo<9FA$NkvTG$8H-SR)232OACsa~xm;Qed73tjq@UU_(7%&ZuRh!3ZqqM-#|sK4TayK^R8M z#?dMUcy=pvylAxY1c$(A8w9x78{QrU2FYjw8EvGFHot)xVYJ;iS~g-U8z0<%d&>~m zlV>=j@O!!0;kpwbHW*BRT-^ZSIH*C-6$EoKoPG9w_Os)hA@G*E66q$d;Hvh#zXyp1l00S*(SR=ca2MV zhW2?*;RdGH$(da}dWBUn^MuEU?RuG1r`zPX3_Q8Ky49u%+=l48e>}ZEWhhT?r21is z@|L{%qs;Ta&wXF7&sR)|7?g+>4l@uB{jidR_qgcL)lg8$Nj{~yzWXk1<7pxtBSHN_qD44K@Go{F$= z(P^y7^ICZCH`rJ%vLg;bH%{ZqCKP|0m8T|2PN?B6%kE$&`?0~`SrVb-Km8S(v-y=0 zoxEjl^g@1)jwksJ7?f?UjtEYU=EbA876W7PphUud)A$#AWf#xchddo?K2U0s9b~dJ?DBWlXsl80p!~sRYAZ5eLYAR9(P#MV>QY5GErj4z$5nTH7kYnh4W1ht zQK#JPO8GOlcR#%0r%xiwu3c8Yp-u(;CFbV%(2u%&_aVgbe=AdHk>n^iF12zARd}@) z)08nMSTxWjhL?U`NmFQO(x>N4Vo<1Wn(KMkE90?HrI|+pp`QIK4UyOB8DgG=a&1Tl zC6_;*%U_l+E=|!;tPiM~e)#u*=WS1};-CE)u3Jp5)M-BY5bD*x($O0);iGU+SmvPT z1L^O}{OyKWc4On3@4RO@ zV4hZ3wECBGckQj#zP>G~qLKPSvz}3j1Y60+L!`;#R=g1}B$4AetGU*dGM5|1dNcOI zeDvbRo09dv_+62+QPiV(v73evlz0LMB)$#*nk9!#BelfcEnTPmIpJg}7pb?_-^U?D zjUsN|5XKRHiEkUXS8R6sUq1Zg%pZ>q5E0o&wl))KPHYLrVX0PYKr_rZl|CX3#L#39L6G*tFZ@G;MQFAs-x* zIK$C$Me(0#I}oCU9cR6YJRu1lx2}}_`$&_;0nP3cHxfKD)QpfVB6H2E9$@;4US6_F{a%HU#+2GCfplK zC9n1i(hG+Io$PHNUpp6jI>F-dr-aKXX&KE5K06)h8VSgcx=W`a#KnKemAcDcOm){@ zvVKtY)xNphF~zPHOZzhH~E ztZHiDcV1nYQeFA}#=bhQ^dSP`Bfzc1rx5hLARS<3<6iO{ub!mChlR>W@1=gX6e*AM zr-MD@2oa{LH~`e>q)iW$c$R%(npo(Vx~kVnD&YzwDrpinDHLJ+Nx@rl(4*F>MNCKr z)r8=hPGN8IE2%m*#5EVP75H_&7!GGxp;zS!oXyw3{>O$Jg<&n9fkZC+lWHW$Q?Pzu zoy$H~vB$_|orXpY2L08J5)t=>Qb&iGStLjLBS*2M5>;@o~gS9ApqDe;Z2X6l$kT@D_IEqMkERxz%9TPtBm%Gq}zj4aI!N zn3J1ieP5>LhPIL;6Y6S)Yfea_kh0X)N(28KPp>o-!jD6hghJJ@Zlg{4xrsqtzz>;F zF|RU{t5MMYq#*@6J}MUHSSX72Bg7Vz(@iYg)kfk;$@Lh8Ed(@x^=azLAc4?+5{ZM&I9eM(a2+p|!7LTPpWJ(5A7GM?@+}7ABpFQIL zvVQNC*CS1m&XCi_Bww$u1kM7?dtcjVF+2;VrC`OnF{1Ka@BI?zZTH0it{Kv?V>EX< znxk9)5Y|0=&iv~Ezx`ckiRRxvD8z2sQ!>XCX# zMK=96_e-vsCUI@#?yTne>yYEdKMK%+W`F-qq!;?q?ppd$5~Wqxr9uwBaMr$&UApY( zvfBm3E+dD+-U}%w_Ia~e*zK_rwxHQx3@AJzM6lteH~xg(=phEVnT=Jy8m*QxS1|ot zP~#WbefIFL;a5*+>nU!21}}5JE1%}we$_zoz=jme+<>DxXt?)SV86pdDB++wtnzml2YEP;caH6J6C8fK;EbSJzQVD zwY6cbRnF0XKV182e?r93NAz^_9^Xbw+1Y@qvXNsbOB^uxHo$fyR0M^2l}gHi5&US@ z>xeDLAhPpV`HZ;(k$CQJgFM+1xA!$t06Xvc?e9PQM6e4XH2%#a1m+2e+gMHC8?bIq z1Co_=%@IKhxOhFBah4gMZ$Yf-aG&P(qJ);{YrrVt_{KBOvDAY|yAC$Ueu?l=>;BTZ z$X1)13HtI-*iVx|CcIc{+zu0Cg`{%q4973H*2u9+8AU!!a7n-Ehqep9?WC!#?WPAz7@9t)9V`KT7u9WL9 zt{>y;s6TLe?6+AlTMOMF#ktx=kY{uNL+NP)-7THWVZ-OUiIaU#0VFPhdX<4Q8@VYo zS+q3J9s&FWDeejHPe2O*XJzGdckS!KA(lE9Gbl_PH$BT`Y*eejk(8Gdu~7v} z*8UU|eQ5HO>_-y=;rWrMbJ^;l=O$UFIzCtF2aBp_mR@YXbaDQ6#+~Tf_fy+etQj=s zYV+G?r0=dvC3&&z`JS3y*z~C+g3pDVKZ)5WxS|!c(C%!Pq7ttiLmlHfkS=ePVniP7 zFq^KW+_`rObpx0CH%6HC2WGjkeG>0tqs`T0gt*h^zE7k}*;M`Pl76Y;+5Q$URt2Y7 zTJ1L^tn))5Yv1eFqUIqPQTCL3SB2E8rlzE;wxWw{84+)AJ{_ys@!)d)u5j{B4gH^% zulUf!ojsCULt^w;ISvRQzB@SU3bNC>u?}n(DSI_Ugmh&SLb3Hs`e8Fa?@4&?Ka2gK zL`r~ogQLY*yq;!NE%cIo#OWM8B4|mgF8y3+=pBBs9Swfp30t{i!@qHn<+O@`ZgAEn znsxu@;>RQdB4|shs)b}d`^)ka5n51Ddhd+~oj~t4o)c){Uy!rR~xo1`!<0q%P(# zTb4&3?JtxT>UOSbp=oN00zx;qug!=PlAxa8QiHkAU;PBzh=f@g^@VkzVVUs+XU%!E zmxTAcBtFqF3dbZHG6D)^D;-e~Xi+)B;g+@or>ngQ?pr&&qbg3nc<{P$xeOxBVV?%l zq3js3zA7{r3Y02vVcXG*z_8%UDes=khYece{GZR6jxZtgNzVCkE+<|38h%VJ> z=nOf$k6z2Mky++n?2^{(P#GWA-g$YEj-2_tzVy?~zSPkwEy;LLMXI|>=4Z!CFKVR1 zRDAp0A@}oG#Tt)%*pG{lDkh&E{x)$8@9965)eNZ0`q;D}!rs))kP zNMBb>aeq-!%Pj|9UIaq;-2PRovI~Qbjb8v7Qo+qxHj{U*XP^EL3n7Gf22|GiFbSC4 z?@ZKMdItUyHEu(V^{)3=OVK@7pW;Eo!#7RGfh!;3QwTx{KWrIi%+&L@P6A$-5L=lY=LD7USa%s43a-ab>_TpB5HNfGPX%AQZzzlks}@ zGe!r)oSlTXoUpbWMzN2nw=Wok&M@2GkX|H(P~M+xlaS*hp0NAUALqiA3VDm4e%>=1 zXki0hZUZ3*A~s@DD$bdhA}WN*5F^k1erXD>J=7WTj~l3{ZhAUZ3p@1@t`HykNhju z88l40B7i7<;_JxZX5`fh$WFI43Y>B1aDbrhg3(8GhxSK3#W9*u!x6C7JQ*Qqj(}eP zHHsaRsRIHl?+UZ^9bAoE_Ux$v29-L)hR=Ng3yD`+)B85?%oCTBU`cA|-AVhcWOSFA=$s~k~ zFT9Mvqk4wjJ{7!bVJ?irDhO(105b1k(SUkdcetPX>?yB1jzN5Xz_hElgo@aNj>X=O zuFicx6%UG~R|wIs^x=6Seb5C*0uh8LmhBLt_dpb%&6e-gqhi5__=1I zoAK#$cuv_~SK0vmVynxkqoQS#ynP;oPkn0Kt^u?3Q57{ys=dRisUSi=9a5MNc_-!INT=XBaazd zVB@&)ixc619V$OOn+0@#mdwbjMGLYB$EwW&0fB2Vi8))eC5IkFi=}LYoEBptYpI_c zkOpdD0UNl9-GIn(V5Gi^vmGO!mhmB!GndJ@&14fCi>nFv*s!K_KpY3xZ}Pl6Ci~Z< zFN60f+Tc}936-#J2!)43 zhuRsSK-7q;V)nzYEkO}@r=MW8<9eRfE!lO^`oq5Y7(RrMy9dXM+b|tvLLxYia>s*( zi@jOZGPRx!T!8^s_)8GM5O1s)om|)5426Tt=PL+&Y&wRpJY3j21F#(DbOfwGA)>q% ztl&$OhtnE?2qn=x^b$lqD!dI%lj5UWOiMPVSHt^-pH>BcKHxPT;zjZpJNZcr_jUI(JDN z!5K5Nzku(Yf!kB}&BZUbcDoDbFA$J}EpexVbg0a^&J%Cr33jzt>f|hzeM#!MDR>YR z%nLFq-y+%+=7fA(gd`SK@2&#o9(QXd2KIXApHCEH+P2jPZ@iN%PYJtm?lOS(BZA5Y zkNpB!lY4w6dDLF9A0gx=g9%coAF7IvB8Ey~+&~qb50e5%J|nAYAukqw`6Crk-2_RV z&!dZP<2V(7Mo_|97s}J!q{8aWK%a5+mwbgp?1Kwo!2>w0~ zK{yF1!JEU@L5Px9^I7tR`&R5@F2u(n$o0x%e6Y%f@N)6;>+{FTaKLd+1ypCdTfZg< zPv-UBclR01!6CH&o?JSHRaE115T>`w)nLmRx7-E08#=g4g7l#T`4=I{QvBIx#|~vP zehq?1d(mr2lW0DwaX3d%gC?i>Uw;^J_?68thf6_*b72oS3 zC?k8zi9xN`bPo8d@;`QX`lJm@X-jR9t-9lzJPIHh#)8>?Wd4uS3*E9-={c-xL z=IQoV6r5K-oB&4P3LU-7x1GR2Or+YP08j;gTsaN}gY!jvU|v;DMt!9BZYa(ElI3f% zSFbT#iJ*?$uveTPd_GM8k`#nM!#8RZ@9`%0e)on-{CBUgkd=rr>wn|xSuCc14Sp=Q z-QMqv-(DY@9za&{*ei9DiK9g&)If^1w@~$Pa3=#6Y*_D7lwrF)`pai173-A4;vL_* zl09bS&B%D@&w|akaT)eD7Uj~A-4e?H=>z;(vIV8)iWfB-Z9yYY^suPe05QMRiiLz- znYq4<6%IXJpz4?bHhP#u1skaB-OfB&vH&d&{Vh6Kj2=D)wVV(ZQdj6T5;_A!H%JEs zRONn)BGIcC7#+MDKf;ao4(-V3dr`1_sWxMdy3yKku4nD90V{$}{Y5yWY(^;)b?p;_ ze|O7O1t%g8W)@8%nT78ezc0by`IbO*ov~*^rpIg=D-Zw_3za^0JG;~!r#1PqA?iX0IP0wG4)WgejID44@mKxHzVTHB;rRO+e)@Sg6TA|O2U-i;1Ht?|truq@svwMpjGusz1!sna{eYT` zU4i9lwmK@2HK9c|1UfW>#I|7Ru^;GdvR5FuG?V*n%|e&_!E>QIGAG)iAB8(eb+A7fX*#^Y|ULDQoE2#Fww za^d}zQn^zaJ6@Ab6|08j$Hw$gfqSc+8ZZMv#96+(`dSz8FBATa#OksdB=W#Nw$}te z)PjPq(B>-5Z&rRbH|9z0JR%i7`XFK*kglVgr4?I=9T01*Pvm4tyAVh7lYo1rO~K!!U+L36CcjDVYoK zQ5y5$R#RSP5v}y%2Vom{Z3w795S6#e^4<>J7oho{r(|5ZgFw#+R&+m@S>ldZF_RVg z<9R&6!!{!LQ64hra_xE_Gq9IfE$~(sz1u%??0{tcJYxW7ThWTI{ z2x?FevQ~aEvq0TY%RVx@u|3CF^V$PPz@_##bM)B?e$ zy80rlL&%GDaZl`0)RPCt1hIKW9ubfxbYmBUMCpBR9(bnbqi&6(nc~nFt^&a2;Dd;X zvNsC+>UI}Sx=|H?BiQEAav??@eTXM-Mp@yR!OwaAA01ZIi&w%)O)csM_744=tRq1Q zXhub9Hf(`cy4|XX^8l?sBecMJ;xNJ9_Boi@M3kq8JwX@6;&fw3`z3e*P!DK065KzO z;lZbY(lf|7`>Lq%my%FGGj_L&nv8||*8$3mFR+iTr|%yKzs74kjwOQ%Idg$nss1J= zeIZsborU7E*9^wZxd}wHun3n>08)Nl&VdOY@#fW#s69XGJ(k|~-i)4d^4&B6F+VM- z6i^D{zSdszTYIC=^uxEXnSVuONav9lc7WLb44LDd#OI>r$%D&R(ufdF^)`Y@jhaYgdJRER5h7 z5%#?GRoG=1=iHHi3JXe;x-U8mW7tF{qxdOoK2}xOd_!OLhGkN#0sn%}tLw{wy&yw? z%N0mRr@)JP)NwT%t~1SsWw5b`y9~4@KzBIs@S%r*)~zeip&a-`)fnX)KRBlyzACN; z_ncrzq=ritGawK8{E(nV`0>PN5(AXH@V0}d>2qd>h%}D^`=3NT!O|yjD(KhlZv?Mjm`a{?- zeNxQ8FeczBW8}F?`z~KJy(z(lKZgBdPlCh-lq2$D#dhbxGkHi*O|j8t)AHlmxTyCH zi-sYJyI&8H>L9b?6%#_|j{RoM@Ndeln746hX)z!}1bs%>0}8*GjH1-Aq6Q?pclUt0 z%B&scJxJtu&qkW&8TnG-=-h5=N1LD8WYSmUXQA9Cjj>AYwJp)c^BH4XlK+;i|Z&RqECugfPGgv-=6) z6^=oLE%dPU8sB}bWaxO%V2z;0_VqSyE}!`V(m}0&OwjWK&B&}mpDNG)8CL)m9Nqk% zKN@Ag=b|M1fddgzBF&(a*o#B4y%q-(CfJ>tf90qoPQl& zCH}G@U$b~j7P&hQ7SCP4b06Bo2br}C$b%_#&RF?*?2PiGHnHj`jRZIZhcSQDRKPgO zq;8SBhij=E3q<0JJgnD_miP{gf_nPtw04Tv8Ug!o5B3pfHBh2~u6kqy5oirSc~c-u zo~Logw(&ruETvAVa1jEngC}4LnUj>ftd`=J?~!_QVvM$QBf5@-Zhn)^%c18TnBtvT z{=7z-A3fwwhkYX9Fd1w6v_`Kw#U zU9;f~tenD>WK^?7(jlO(GX~>`X|?(sR(uU?bye{?q%-;RvK{Dey@0Lio$dZWl-7;p z_!jnVB40EpxsT`tA8Z6VkewgAD~DHs?RIm3!@1;&0!mOx^(es)NXYdXxt^oNP4G%* zc`2_|O57*>1Q=cN0a>=iac^w@kRux8PNrj8Ab0eG1wc7x9O}C0_^>pFHQxEJ%wNV3 z?G9K0L4CWg!o(Pb?cJ(=IKnmvVV!U{VJ;}M7L|kn9?}I}qGr%ng%J2rN2EM_OBOplRQ0ps@84-q>UN$4Gccr& zX5PqQl@rCN&A1s(bOy!9>(b4m!8qzY;0*(X7iTfOXcPlzQv=zZJUw8;4CfUGkxXE! z8iZ&xa1f8l_;uK#g5U3&aWP{M*Z5}ii6LMTPC{20$_B;DU5y_>#b@0E~?+w8+m3_gb>e^XieqvueY$Vgfaa1db_XF03Gx^E`ZW z47`bLdt2Nn{BkyQd6ZSvQ}XYE*A-0 zEyc&elNL6Ju_nAG_NXl2o%_~nx8}pF265Zr94!_0Xza8OXwrdJODJp&(19?Y%PKM% z$uq_<0H|9trJI`mfc9J{I3EFN%GXJI*1U(mQpgmA4(8I&2W@Su0z-oEQm?!dD z4g_VT*x)`Cq{`cO@O6$2@f_3DNBC&zZ(G?VhSYzsYy{&n)3D6gCeJQAXng<>EyIqz zN2?w2z!Bqk#>}9f#yV@r2SXoWe=&zOZ9lI17%{dx=>;E$JFh+lm6s_T=(kSy>_1Y( z|2Gbf?UP%j=mE4pfMKZR76`vCQ}$eZi&&|N4*mWp4TKW!*zN{tevijGpBgy&1MgFS zsLKT-Jn@d>xf1sh`dA~3q1;a@_{U?^4Y|JGsG6)MbiRRUE|k6+Di;ZbQy8c_0mRX| zVpC5(Y!;J8yq=v}3sUz(XvDyA_{0Nsj86^|fYUsXR3{qF!fy{x+(o;a?g&#GA7B(S zEP9UY7w8~^V@pL?;dx4M;|64F6o0XY4vBK$W&x;?4}ppB3E#;17DVE#jFD|96Ep*@=zfWdhxY8Y1aziI;*7nYJM{i#_-eE07%ZF! zROjxqvq@v@iKc-a6_@@!NIq%j|W4nEyj|nnTHAi1ir@xzaD$OYUok^U{EwF z1cQcKsvQs1;En{u_p@y9l1Lw zYB>!5!OBaV1@o(~;mU^35*(G=ne(M! zwhKD=vg*4HREJ{$L6x(hcIx;}g5mAF-}1HaYOB1n19=Lu*D*6v-3Bc`(9k(D5HZWV zL4o4GLG>ew1c|vmcoji#3)JZ#c~gz$$G%<IJ6f8CEtztv7`deVuQ_<}veBt_}Fyzj?mS@m#!G+Q)gt|CrogaF6L@-uu2f2|1mQ zR&;MKEc>(Hv=Fd;d*hXgz|B#23kKvwX;xor$$pCznoaMuO&$2JQ*?6mjZ()1LsG+H zbVBdW%w4xr@io}H02*iEW*$WH@q-I@kh9Va<_!oF0wk4=(A0g3`gv_0HAah57Z0@v ztrS?YS~ZdEiJ}s)NU=1Nc5p>Er}$vw;w0g}#}7M_5UNR4w}#ay&ehi;4#SPbV@GTEe;R#`6qPG( z!pzjKc{G!&?1Pbv+SK6YvvzD4MZ1L@0tJzv6)!m|F(QQ7w}a9VCcCYk_oT&N>{pb9 zV>krai68B|^t=^g@CV=ao*%Xt1{*FsGG<ZI?$_W%5x{LsjGeJg6r!TR5(;zxuq zq~@S^v`8_d)3gmGRiaC$13gxYE||TijXvKLw=c%tkDUADZF|`IgiyB8K=oElB9FVx zF~Ygtye&-^O|j^Jf<^6jt#W2|n96IwsxydNHirqlT$}pkG@NH5`f~Wt*8@(MVqy|1 zjN(vGhct7v&|Mw(P6lIYj9$Aj`r8QlQH6X%Fvp5fp19(X;S6u<>^ZP!(+WN@z-Yr* z$;{|CX5(Fye-i~My0H##cb~@~q&_eSGdf9Wkt9I*Z&Zcqyf(5@GIHnZv*XYdMQ}qx zy6{a3Xo^f_R)>8(<>Sdx3~Qrq!t$;qkx6-RS@2vPi?gI(ZmV;oAcS^g0rcqE=Z;~- z6o&EjJ1KF`oo;CTqj1&!<{$-fKP~7YKIC)0a*h9)zX9e%c=+Qh4XI1O8Kwk#2*)Gp zcE^UlKhxx*9NVnu5io(?@s79ka5XdX-{^jT(RpF^%1nx;&R*U#eDD%DaHVq_a?yS) zmLTG`ps%mbvpUjR$dZ&zv1Uzj_Cu_1ju>-fwvvzrJ6;Sb;84RJ{_dw(lr zVrS(Wr+$XkSocZr+;8c~&d*%j5|5JeupFX4=Hwr*M!*R{&xW^CO1dlU^Giuf4DGYL zsykFUDtz~zw%|kWa$$tt>c+#^w6iWXSo4iX5nu*mM45XTW3&@Tua)@U$;n)gQ8_ue z<+VjEA5{qQVFTd#>CcD(kMUg`bmj0Mnlro!3`p&kYbIu9>|$1&uVWr{Ni4TUM7Xb{ z5KD1Dh>8dw3SY;Cmrs6N!ICX}kATlzYIQ<&Q&c-Mdg^hTj$w|GGof6Ewf98oBVq7W zrM3LMJ?FnfMHuRq(Vpl~g5x#*!=3JW=Nzq15w2qVMGm$O5@KR!jYM7R(}$N{1B$&mlEq8c+qcHl+t5k;Cv#ABFgb#&%}G*y(;Yl z{5Ek59alfbn^1_$3FvD8h$w{T!K2;ePGwVfcdoXpp`PUx)7M`G1dPS_W{=zfR-7J}VSsV*|Fe3F>s&u3mre zX=!OgKiqoBDgDhO3;0}cVW2_7a+!Rk54O`UOGACpXUogW%HmcZtT>yE ziVx69B0@q`Nqc)L0YuPR!e|K@&82?Kw<}RlM*P9O8g+m*;~2SKC4eqLE#CrndPTBoz* zYv(sY<;H!YC?bU7mN$}OK+(3(aTL$A9>nc6!O;UUhF-Nukpq;3&_Rftma^g%&l%Jc zJO6lFdAp)MVTt&Nh*srO&$nuw1y7%aro^jy(n!x0V$NEAPl9wN+5LbTTo*><#HfeW ztbLwX=E(?fj|ws#o> zWvwpr7M3n9#Kr3jyomp3)jr#xCzhU(k+Cp~ln@>>1{`=N-lzB01A0t^^x=x(QJnZC z&KA>52f8hpiRj)6Kv5~X3sY0w*8XK3wzY4pQ_ntk;`mtUda1&m*FKb@#XU?-CJAN`oh1&^scNFp0=Ms zX^lIncyD*V+1gnSdIsW_s^f+g{_`uCoM^51FiUYXJq{V)(eSx6RQ@nsH&ma;?WTYH z$9Y@k!6*B>Y$}lt3&fVgYW^}x0eXVbbE_LePcmc;hve-x-gY0JLk?!)Y17MnVPwEr z9{9(Xhs~MOpL#BPLp?+(Qe(8%nOEE!L;&_|(*XhqwT@Ayr_RJL4W-*jLb6~l>)n2z z9`jzJBG$YVEgTa5=dl<0iuwKS`0+@c^nx+_{kf(ALI`De7l6rTm=FUd$xk3Lh{%;R z^@bo2^j_?}q1G-uznIitWaZ!A^H*rRVPmn6StT-~xEYZ=is~I{-D+CvN_Sud+ zS$;$eE6D|;xUiK*@la9-F{@ijy1n#0!-afhq6o;7)~aGJ#WE<&-#YLzUL$g=L!-=u z3*ho12-@!)7%^1B6#3O6*=dv!^b=5|*+VZR@;&^$tuC)PmHXZa_~wT`;2K|zU@y_p zwW~qy34XzYc9eWQdawSIfc4O^TI6{Wu7UHioY@)M+Id&6)f1xg^1ajYwjSFb$y`|b zg5uR!>n28}z2_zXIO?f<&q1icnD(^N20TP4)-dwh<0%8YK&hzEtbrF2SFe`Ytu8B) zJ8f)ai#(n(9w*+eom_3Tb{Snn|A?o>gM3mzKzQ&2`>jsNciuA~NAT@VhoIv3la+;w z^+MwrHuO%jw-MePiWOqA>f+N^7;RGZ165PcmatC~)+KH2)opcKX1*W*3DA!{CDOA( zm`ju0V}~@i>}YxnGFI~)!Qbx4yc_VMQ=vAd=zLnjI{C^K9{Gj0H1vyh^35jW>~%HL zTiU+*cBJC;S_>^`KM#q*-zpgp9n}!;VeeE8&g#oBkO@9h%PsS zd|wd+deSDqCX&o{F1h!(slM?qS&*+pg8){mI&Sj7^63ajOq9RTM?~3$?~N;IRCgh@ zNywln50!ZWIe#o5H_}1c9`?bd(H(THBK$R=;E=D_T^e~<)Hh&TBODa|MMpHW zIgDZDdqzgb8BwqMS!v5|%;gUekW9;EZr|ck5l9Eq1I;6f){vyy?iEx7cRyd3J$90i zTI#>O`6-HmB9q*SiX~UECQiOKLC3?3lk(K_^j8hDCgYQpzWfKdMwjT=q2H@;TEePt zZs}VHAM!wu_(u^p_8@9zw|9_Dk6=>5l%dPt8$9Ys27xEZm};v=GA=(DVfJ0k!hbHc zflTC5kWbk?UQ<(@++&ktbA6$@#!6Ur;h^Zcf4l)F@e8;5_Vy~7>({ar# zdv|F8*!?Ekctc-!ZdkbX*f`_ui`vOL+=`_gVfuFFY|fYGf03cbR+shA*0r2xq2FIt z3MNU&aw6lBjJiuIZyqYd;g8d_iI&k$U&PliQF*9yyOxu4Osz7edM&s>ZDhH*;n>9P zB2TrO_oK5z8@JdNN-bN@yd#1w;X7`0LG#fEej%~5DQqcmO0_Y`V+|vYlTP9N)4yte z--?%Vv#Uv5a`F*vju$QcdvI@IQbVeY_h4Rn?G5mfoQYCDAzij1)29xBM>W1NGMxz> z2xlXwp>O$HTSZCsRWTLcDAzqb`^e0_vuMa9Z-v>TeV%XO+f!cnX}I3S{3a-clYT&H z6Xmn1_@!s&MeY3KS>Wckd7@2R?d+72CNeoSa*o%|E{KOR?>>=Rc0-rGXt@Zz<1A1- z@a7)cH+?}AgJIGQ#7ag@viq`Q3Pj^zv{SykRm;idyGu;$#x7Nn*zjP5d5`zhazMqS zi`9y=&!l*Y#}1l^$Z9B8B_%Ugfh4))<~zjHSLwHLWRSK zted#=W~CZ3B^gUPFROZ&hNe=yXZu{}bbo#rIkVvuoQD@a5;M`=GyvN^!YKZUM z-@grx<9FniTQxdH+ouNuy_k!O=ql0T4a=Md;kI=SoD%2)pXI2h3A!5E7(5 z#d$Ze&vtCf7C;Znil%Ntlr4>okB!`f1#?eE)&xYl4~cIEN8lk6zpkOYSg%N%xs#M( z;%fhWmHmfWNVGeMi%}2_U(d#v(Y^zn(aua;VxMoBK~Ld$m$X(;(cb%)i@xrb!k>=O z@4k1tS(Q0Sr^!ts(1zIcD~K!mHz(z`h9~_5xhioWQ;sj0S5|o z{$TAt{hPumzQaVMVNWo(0}$ezfdALG`q(lw;*Oypj~ThBWxYxRWK8A#*;3AO{ahtZ z-Q^v7+ED2ghiksWEkThFg!dZ90>(^Ra`$Lg00LZ#Xze*<4Lww}WrsVEX#=+P)D~`w z^keEtqKqZ_`T3u>Ke24TFI8QpM^gGELXafKl}i5COj{muro));;SM*0R9Xox)lWhs zh>~q5?_oAj$_WNLI_C6rX%r9G)r_{a)xYj=GJHiMK3A7UR%ObpyD&I4l95r%QPNTD z#vwnb>tE*7Q@_qxQ#00B;#?~9$wqH=t}6PsXlZ5UvvKK-grCdZ8p_lVVlaPgc$f7G zgU~fX%-2kZPje-p3%C+|ezoGSm2k`Wj_!AC{c>K_%uT}=T;S$wEM)7V5A8r2ghis; zlCrDaq`6gJ#4Yc2ZB%Jgq)`+o_J#&rj$V0t!sDiX+4B<~^Alq!DUQC>!mO6fMk355 zwFW)C-WO#n_BN6Zo~10;4q0u3B-m4Ne+f<7^tp(R1|LJb4smcXC3%n%#`q4&D9z7M zxyKx})utUocuA&0_e)1eYOj;Djj4n`%M+ z0=PJ02etvy@hJkntQOpA zSD?*wXY;!uJ-gpfT)!$> z0Vp#gl(k9OzD+AK>*%6EU+=Q6lgE}m9G0Bq~ zj#vGVkC|NsgGL$1wYSF=Ob4Cg_TGI? zZkBD_uFUJA{Ghsj{C?L!7_fY^@4)ykdHvY(a_Q``AJ2(_-*!nfKYBJ^B&i?jcL7MT zQQTRZ1iI9Ijj=QjF}YpeySybEEkmEu6v8Qr7;rONLYR4dXFWwX=dPY%m}ko8)TqxK zZ>|>#$yQ9}{2Yk&v-S5Dm1qtccNbW?pzZmN#9{@k+c&XEp2&Po$)1mOsSoJ z*|&Ljdh(To?ib!YC99Jr>0)26hm=VvSDEU)oHcXs>)zZS!GUax*zDHKv@w(jrHm2R7fYI+>F}q$%kc@^k!g59|mpa_$JqfB$}lQ94@o{cj)NZSS_wh*I81Lxw(eHL{Y-e$#1>mKUWx zCz*vIlrHd{2sP@2llYjE<~(9x+gFx@6A$q``@IH*sn*L7IHm8LMlD%mn#FVxOdE}sobt6r_jzJw?Gy)twAD{U zOf&a|hW}~afwp(ZohIKp_Y(JocfE~`eOa=-ZD&(P$8LX?BQ3#uZ*tmoZ&<_D=b0FU zvb)?UIT=EW#R}s+sdXK87rk4M=fIkFh(qpfZH*G){)s7k4JjXR-=oqlSF!f~%f2gt z_Giwg-G5vrq&R5eFCiuN&9d-(?ln<<+SM47@$BPuMoB88wtl>$^g~&537mKkNtW66 z>WdZ>reQVr?#GWWa23u*Foj>a8Tx{M5D%0}4Q@L zaM%~yTJ7XfdZpR{r2TnW9^i)$7Y2re$Hpl5r7QDzL@Er!CG;+XT+v4IU|(so^Mxg3 zyabBfh<4;#34BbuCQlAyFcG|+UkyW9v=fZK)r*)|{nle?TT6ZaF8|CVUjbe7FH*7# zk9n>rs25S4cgv-om8yssnYq>eI%ae24Jj#U)$MF55R6ktC@8iP`jgld=4@^*SF+?Y{gen54PRSo7Hpu{fW|TvhUBNnp}KstwtWvC!t(n zExuxj{5!hq$4Wi4WnoSxK@1t6nV?R(=7tl12<~mclz;Y}#tpwJ_Qh8gnFZNiz6;K5 z`)g~{&MkhnMu%Yzw5{y?y}RDa^@W7z4u*S=oe(We;+BpYKQCm|Af^@;m0bRI$Q#?_gTEZ>S;8@UPw zCZiq)@A4BK0~4SgBifh`zE^r~m6%v^pEk0pmf9lsbcXQh$gT=>=%1>sxJA3_-7u}i z-)uw>p{DP0@ZV+>=BS|m=}MgvXihl$AB8)>^NOBCU;k_rF0N(PSo8fMQf zE$_K)UCQ9+#ppq=*XO`;Ho-5OG%WPOelm((v8Lu*k+`rlGqr^!k;%vB zvgZ{Q6-R%}J*S~(4D~*k89z@P`6WhubE5tYxcI_T?Ik@JsNsD+&}~2TwuF1Gy$SfD zkOl81AJGKVm(W_qvGOL}`8edoNufvNBSIe2zUQ}UeMvJSoE9ym9(2EyEk8HEDpl0Gbp;_FW_S?E9H^G zuFWg8Pz&vJU*@DL9bo}2wt+PZpLLx-UyDtd_Q~9;l%y*e3KUHT3{rpoc~FQb7}cuj&a`lG85u!-g7M9l58klb7wz zTg<@THMxH@Pm8yI9DVv6=vdIZu^y4SB_cTYF_9_6Wucvo?7uBZHG?c?HfW=;N; zk1D*9=APZ0l@2Vv6UsbciIkZO3ilE5<-bz7JUl$i8yr7t=~7&nWL0tMNs^j+e zdNlW7)pf7p=Tq?O_&V7OreAJdPpg$#;yps9-YsyT^t_5p{1O7M&ARA$ZIMc*Exmx( zkQ!&r*k`m>U`rX7`uw>^DdP>`=q|a#+O4u@Jby0kyjaYj`XAT$@^ED3)}8IG2K!Rp zgS5rC(7@K-cg!46-c1l029k0*RbDVM`m|KWANoPROxxQ)(B5&r0S+Lm?7wO!nWglE z)ZfLUFHPy8Wc}inO%|?DTW2(7NAiXg-{QuKRx6MSPG=wcX zWI!V`Ld}wq0tLQ^a05*D_G7F1pIXkq*2VmSIF$#vXIP>#uHC*4lzwL=*ocx<@C=5^ zyELVC->ek$Xd3JmJ9S=~}#o?}&`VdWQE6W(pSPs$Q1un`B{C zLtBCk%Wq40#Lk1Z`u2oXz)u-WW55O+poETY8$FhQ@Ut}ShZ zo4;x(*;Okg*yK-Ye%+~%V^@$@v23{@V6+9@>bkcqoZzAZp{{}RuJN|2DfXYI11c~# zQo7~M{|rz$w!M@(N zh3;;h8|wc@)mH{Y)qP)&qM}kNNQZ!eN_T?-g3_Uc#Lyw#Fr-0ujx>lcBHauzpw!Ua zCEd+13`4w^=i%}9f9IQD@Sc13*?aA^*I7ql^Tc@KClu_l6fl~SoF0ks_pjfNvU@t2 zB<9U(w6BS7OZRc&^7*5z8wPwdT3;YXY`xWT=T9=Wb6Gy*yD++x3xbM20<=$!jyx!% z-}-K}n`+tc`s7OM4C<0xjqWY@^8LPi)v4ePe524xyi)tNZf@K{n&-~+t}CH}V$0Cb z%XFdS;|^#;`P|Kwp47;3JhDQ}aaXRoYSHMZx3z%L3Laj8`}{(|@v!;xy&T-OdF;6# z8{ifia{3!j(&Qw~m+Mjk2db7s@YA$}Mv9OE%-20Q&>oAwp+*u~RVIlzevTz>v98*u zg_v!=y2Kn_yKps8?9$2l(Lx^1JnnXb?=;qJ+FKK!fS>?7R^^R#`?^C@s$+h!FW+Wl zxh5BtRu2q9WAk=6I7R^$i6?Kz+~HvSV5JD2`kpZy7}`;%d+c>2ELNSLzpq;^4E6kT z2=Wu5*FLXvg6&)}>LY+4M)eXHTr)^z6{h;BLDNBKRpH7+o0i0SJ31J1h%Tc2t$U(^ zMz#1W)zvsFrwEUR$*_bA)SEt^IU%#5Hmk?gKbX)Fj^;5}Y8&U#lw8UJOVsQ`GHH72 zcHWBG?|wW!!rk9X*b%+2ZVXEm2jNEndM5yJe)n%`Rhqp5zWJ)c2Q%Abw}GMAw#K5` zvwcjR)A-BoYRn| z!rzCH^tP(ZRR>>tk&fi3zqj`FUgG&xyH@=e7@f?ww9();f;vBqFs4r&V>sA2+E#aq zl_P0lUU^u;$`}Rs`Ac!r?ui)X9-Mr&^0i`hA$%pqG;aiH_?*2GFPAN^JlA1%CS%O7 z9xlU6i4v^v>WzoFul2TUUT7Rt{8%P4`cX{Ygu#q~J)Q)Fnj33<#|QYUhFwYCwwVtW zhiv~22wq47JM3w?SFBU)v#nO|$Iwn-W~h;_lC2vg8MA>%?R*lw=#&SImuq>N?{P5@&j5Emd;G@eM=44I zDz_xLScdI+qEmgOxEfH-!evw6A5xxbi{(%F&}~uiUZ76j22Qc1AtIdYr7p#?C0#Hw zcDOI{EHqa0`ckx(zJ5fg6PYHhB6}4j-mf*YDNrQ z2lBIe(wXk|{P5}=%L~%$DIRt}TM}{I0ATx?@J7Y_-rES>W%Rd|Miy9Z8w7b7fTwvO zy5gFllB}{KM`l4OEeMR)gW>%S=om-a@A34T!}9m-NlC%yS%xO7`v=H^bC2l7*r)Ng z{>UFruhj0RbS@1L6d|J5RZQLJ7M`FWJOi%Sq)79*{nOw3e00i#O04XK7w(ng-nk>I z`jyd}$yyUu+l<(Ngl!iQOJ1FV*MrW}OFF8rlelz&nZ5oskf-dCUBnwJrh(sv>X}#P zll(qHixg#n{{AyyS*7cEA=b3l5!^x$$%xleN|z0OM$|eoG964F4p^cTgBWZNyAeG&mShX*!+){jy;G~QwcMZQ! zcT1m5h#}mmV;W;urwFmAuGv15$)f1&3@4}6zkqA${A^Qkc~aeT{?>CXK2hua`}a=a z@e&*SCyaJwirvFrY(M?uFKC2S($)|&U>~87b~S|r-(GWk&|${u0A6&&o#?fz^JNAZ zOaFwONgv>_#mB@P0<5Q7*#xd1X_R>n<26$<{k@gYRw}0<&Z(`IBeuOlnI$xiD)sYp z)e05XNQhm2KMk)+ zcN2J`X=i(2$JD;`%@MBwLB~hc{X>BN!fAfpr)pZs*kNtJ>~O;?QmQi88$MIBy%a99 z;V4|U=WTcFUg%X0=pqED0Yvk3F^Nl~x)`EOZ`rIhH?@wH^2d;Oq=VtC;L!Gg&}0dB zPzG#?Oh0IOOot#EaWw$H^?t3(vsQxkK8W3Ot3LbqH?+`~I<(?_Sa_IVS#s1(&+d_B z`aiDq+ZE#@11B?HrJFxGqaDqhsX9Zfwy;?v;>9OE2yTi_IPNzZ==^MJ{06)8HbAVY zHaMzg@eFv6%a1S(OyeH~=(GwT>Y{pObK}5ndm3a393zFNGn3Y}J2?UsYpKqKH4`Uj zC#v&-Zo1v@!iiv|xS02EW3rKm`tNGGzF1@bL;^dvy5sc;9SZr~HZ@d{^6BF->J)1&ouSdr&$spM!#!_vh4)QK9MiPAX& ze$Cm{a}ADKv+=`@n;47c-E6jBI?=tRqY_TjR?AKm98i=$5}+N* z%>Yu|mHLq8->k+N1#rIr8(?${(p{Jn;IDFisvV@uO2Uxd;85Ka;#xaR5bZXQJgZWE zKe1p<2H8~WsI|1{j$V?fOn)?ZX(QA~iOD8opdn@$^ySB#OJ7!8zjKYtTEg@IR6X(0 z8%0jTX0xW7kN{1cB`}$cr0SMoWoK(So&RQooVtby+RxMrjhd?|C5JzHi3?)b$Kw#Z zc@h);k3hPyu^rH&0E45?xCZL6#w}md8}^oGtebWmvuNYh#trocK2$JleFsJ(S;Mxn zNjbF;-&t&ezh1pJL{I#iBPYYNq{nU%-AK@jNw+SnIQjqu> zFA(?a>FSlQkwHdWPhAx@@*HF@76_|6H!WxF(9_ioGb$nXmlVH?kz90yr-{$9vi78D z9)WA?ACL*?6byGBgt()l(E?mGkix(a`T@Y}>+Gtr!4CsOQ~*&eU=Olg zooSlH3m#Nr28!7b70V7YTz4_%afrX9H2b%x#aahP@$?49Kwlx&p8W7oV?~1$J=-j< zvzNf11_)@sj|pIRdH|%+92x^$`#;77ejhKTc7`~`Ply^yJmhiX{oDI(?P|mXLt|ne z!MsxyCx8e2Sa6SiP^v@yekY7k7?B9Z0=Jdm3SSf=+m|%N&7DkR zar~~uf=gLHo?l5{PxSu<_5_rEHgI&YAU@>t?L=C@fXeS<9QgFxuR+a!Vf+g)OAk%3 z*A|7;ErZE`pNP21QL)q3ubG)xpz103!E^fr_#FzBIq7hI)WP>~;@D;(m ze3%nCpicw(8Q!-b*XH`b&dZ&ZT$5`Q6Dcs`^hn>$fL9+;OfoAdKxV!Iy#?WPQ;uk@ zQV4JJCYH*h6A=_9AtU`Ti704NABPHWh@9RYFOx>%Cv7^_*KrtOoTbad=|CqcfX>Aj zudEou$0>teKHSGt+s#^dVdvV(i*(01r`v^VgUH#Zr$*L1iSX2L1Aqm_lW2;g0qUp^ z3iRF5Qb7uIS8bbj7QpJ$S>0}ofE-YT0F&g&+7=_9C;IGA4FriME2)vSwIIM~7_%}U zHn!WhJI7mOycSNqQfjKlpsM@7_M)rZj0E+4?Y*YkII6xwV+Z;>y8V$0##JY`*X}Tw z+`0_F6OB@@F8ej0nYnzim*VG^r@eKZoY%%w1&C`k#M2B64trER?SBB zB`dddo{<{OzUDh3(4613;3JHP<9OJbESoj{3YfWc+J$R$a)I+^6WSCb@6k6wj7$J| zBOrEjgG(|~@asaZ=68TN=F9@1du*eCjG8PARqX^e>%UL0HRoa=U8Bh*V-~HL76|YAt;q*Z&66VnJ6g!|;*6?wgU+Plt3C56 z+ml|DW0wgS7OQ(+8BgLz?=-ZLtz(mJQ}ACVQA8{_DPjbPCTA798m1lA?XQ7>bIPvW zi&_pk^!pZYa*Wq`z^D$@<52)WjZ#JDtObmAuQ)oOwVq5$d0{k*^b-J`Fi*pjckQrk z8|J+es?;^f6--K1U;#^YsY6jwuI}Ps1cp4@{0?b{CFMTWz<4^a2`XP2Ta6T-bpNhWJeq27`)s|$N zJ;lMcRiac%9|?s+__0HzL}7F4?@&UY4aaQCfE=Z1oKwT~Fc_slI>tUx$C^r@1d-k#Shwe0&+Ue){q9 zWLeH9D_ul>dVFuEPoP6G&zD@N0;=+~Seuddd`zvf#_m5TTa5O8>Wo#dPOtBe73dX| z`ETgDG*lH62=VAYYpI&4@a;s`rY80=0!tKw8ZTDw-SPn$?35aO^!a1Adifu{=zX5* zVF$=7aBdiA0w7Vdtufit;zK?a@$64)dB@zhy5TXh0fFD%K7SQs?UugB|9oi}T+c){ zv(CTRZOa7>^%4&TF!it;9D8miupdy%oE0_uUd7G5gUDx#g~6m+NIOhd{Ld~ZqYWU9 zWnL>E2smH&m1=MTHHI+lR|@Wbdv9TM%|{cRYXv$PSEuW zt~|PyAq&iWf@CoC3t8q@Su*V{kR^XzD_$_`B?Qhz2$PcaYJ79I6xnesdvKrG)?E|5 zO%)z3XE_=e(^B8Ex%9KUvp{2GVB=`LZDNZGw}V9hf~tkT-rr!Hx2A9shnJQJ)_NTf zv{7}E?ML%EO}n3j^sH}rVKesxU5|`(wSMTKUDL4ALbORqtB5nI9jXZ4+!i|T4Wqhc z9d_G|J^R4mC_{6S08Lw&FrejrrY&w}e|UABX`d4yFOxwWg#pi-RZ4&~S9<#mfb8@Q zrBs6I?8{Zo0!0#nv`h1;*nOQ$6)iNR==sCYWZPFgryp?%TV)Z4`z~~6pVf&=_)UAV zhmQ|sf9~nX1}rq3eAK3j@%(t3!ZiWNun>)b)0(;d!7D`2`z-bRl@yLaTiqdQ@Ax=S zChKclR+Mx;i!R5wfH3vS3YkECXZzd-g}3t4HZ4`(Vsr8)KMg9?*gEYF*9JPhVUGb6 zIn!OP^CG5a8jC%Ak=Q@4pU{d5Qp^f^8y?73{|c*F=__o-O=E3aMZ7;1kPsXsUg3%Y zLR#c9*T(*(@ov3VzM^Hsvb~OiU%&U!r3Z-^pSYph4tm30?UCZlW6|N(9>fl?!Qk># zncC@XMCw@;zaWAY&v}%;Mib0vqmQ+Uc|59^aDeebZ*8LVojq9g&GrtP&|8t3J>9SJ zrV-1fC7B&A>8j$;<^lh?<9J^ex6`Et)OwoNIga8N{95^cz6wB3x}w4ZWdA-9aOg?e z@aPQ=4sggQIV#=POmx3JT;L8JHE=J2qxhS77hIVvtueuq?oSJwPeQ{*Qk^TF_V81# zIKFud*CnaV`wB$Lv03HwDxEFcpHql(Rrv6S!YNtXB>*IQxe@Q_M~fwRu~ZrQrRI|C z@7cKRL~_tdcz2unv$YPtc^{5G+t=HhJ&$BYcOB5W1N&0!^4&T8!;7zJU)4(UI3)=R z0DCop#_soCC{<8hb7QY4)@~LNsp|9Adro3xWNjkv=49dZW$_voE=xnX0(mtWd$!V(F79p(7WOVS=ULi9jT#Opo8IA4-(@MSf?fujT;VozV}I>w_vI;V(CVGb zaRneRW(Bz_WJTB3r3fZ$gu4Sp%C_8de0&^Uz0&s)s9+Ag%@%d;^AlTjiFT=!;NUQU zaTDDFjU8lP>6nn`Gg3xjOH#%vp#RxPyaxvqie+$*pp@K%kkKzlVyXCHcz22r-3muf zk-jSvyDQFqEz$N4B3)Uob{9EbIdIOR`q&;D6n!nje9@|xf>g}PykVH~^6?CyaXsR5 z768_OBVFv+L!-bxDCh5~N{ca5>+<#E>prKD66@$1d zpjFiB8~%SKL7w`6@)~#^auSfp&)RoYgTd-6?9vl&7@@UCBV~~dkY!y_`_W$nJ12d| zat4XLv#00j);bPJuHOc=J?f)bixt^zbbBhPSNI{tVn4K4ovV25+NKv6xf-fToI>T3 z)1*kB?oa`=J1tQ&R-aUYH1O6L$)BE1A39f=3*V#d8%m|Mh3IoMYsH~(eK&&Rjaex( zdFcxc`g^x;+>g#+IG&Q7DvZ=6D_rgLoZibGmA${S5TLITonc_4h5v=-0Yl6e`p5Uo zxar#;m!b5r<7uNp@AUMB_1@_XTfIZC&=5`Qx%^yDxv*p|Qt&<*jS=Z?0qRJ2BAj^N zv&td3@4qwlAW%79lQN6z_740t$j_9FDL-Q4SuzJNzGo9wJ<+-wYm^Ow$Nw2ddwHb6 z9^D2m&=O5c?AKl3diiLUMbYfY49%`|JwahGA#Vj+w>8BOqBK&ZJFfn1S z>~5(unkuG^Tlcy9^yfdfGy!-XlwqR{CwBBKTDqROa0PZjAPcL#5>JyF=IVc*L-}>C zf>I7Cq5DBZUM7MzToGn9W2X(^*TMzl!P(O?J_4x(%ZD(Us(beX?>migU=egJU4~5? zn21GEsb$Vhg2*;b5k>{V$YJz!4tghek}~;-3_qF&^T}i+jWhfqaICSM8GwDDiKIla z=WE@%kDaOi-Pk~2+OVVqSSx!40q&t%_jO#WPkM-L7y4`QZfA`>J<)pNAcK~}Lx?I-ol4NuV7!VZgFf2F>ds)eW{Bnce$uLm{my3d_!pZG=ojgghpxlkJ)FFi#%71D2KR0_iYb5G={&&kxCs-C zttMfjvf||$uVfR7DEq@}k}Iend_R)K3^>-!%Pq+5OHgth_(VMa^U zM{3lhCmR%p=I@0sFD6S$Wlc@#{`>}kG<139tOWT4E$ka86iIB$+q`0hWP8Jut$0%h zSDoK4O>Xj}7L`gS(^=)rY_t?lxL|7c@mU9pJM!y&8KkQ+ zm)VUzkKX{n^-oNH`8TEs|L;d-_SycdO9E>AIab0_NTyUn0Df-U_N}LSWM~c{Eqd1_ zd2ez2O)7cn&|0u%b}7bGtR5x=G_fp8UVh7 zY?`_xdRktz{bx%J>eDb%NAnO+fQlh<>b_Koa0$a+A{*S=1w7ghct@IGq^Ul5i3Qp{ueICnfOy`C<(}q&*Yex``;aK%NhTFJK)J>LVN`B zdspTenaR^D;8WrCOO-(%pB-Bhlho5A^FF|`2Y411j+PhWl?4frZRH_F{i_a>SaX-m3LfF!c@uwD`F{&`gc!-Tj;lD9^( zn~UQ_m~XP6Kl1>k(a>!B%c;Jki8EoW)up!y@XOF^ZrhGtOZx)>Law{f;GW_u+q#Df zWA>rli6Of9&fzyJhaJp>C!0(1r_9K6tS2KXTM$ae)Jwgl7EX4KGZWpqc%uj3?)0E4 z-9J@HLcz}@`GccAqT1tP7-ORUoB(IS0`jSSB|>_B`+EPQn+1|GUO>8r^`^HjV3+=r zlHv|!YyO;u{gmU`1Wgekr?D&c^!h-`M#V2x)^O8z4c>|6Y)@E5MDGXu$+nvNvNHMT z5#7vhjzB$qX=Gz7AUFb)ggj-k@LQ`-Pe=bz#{kV+QtDu}+%i)GT+mePBS~bn@$bxu8v%*kmd?`7$P_h=|nWK0M-Q;V>RK zQz*0aq;MZBbHRa9JN`;4aKR)mMCSjQ8dyq50;mH=zHkg>-b@Tad!DNCt z+lw#w)(V%oGC$s4>+@P#jGf&AWd`HlnyKZqS9XEqH32myjhA%x9cwN8;EV5kH5eHi z+^m3CYj9h{82h3qO-ukW4_m=>^4!N9v?;9zuPAYJI(551jD#m5(uH9c8`;p|DdvKo@%RHjd(=x!wSm@HymHd!JwQ)^Qm3I&E=zN#?*#DTO}0-R(Rq-6p*;VS>eC1^xV zaGH@HL!=9w@<|%6oegDJ@UP^QNmIyfqG<2WeDCUHS3yHbp>?D_ITSne+BcHWhGxWH zgnwiC0BxaTr-o=aeAd_-QFuy(`%qW8Hw^Y+#(ZQo)Z8}db@sP5cIT4$JL)26g@VmD z`JU295HA%Y)g28SU~`(l=#1h0TwkwTZ9oQqJv>mg0WUZ8K=#+|oF_@bH%8GWUt2&z zDN~bSitS(d?be6K+b8C1vbUvm#e$8F;qWSv6Y??z0+)w4#as1y1av#@X%ChMX09uk zYMQSvy+x=T99ej?z(h0^#0f<<{F&$jk7x{N2M6xahh=&OQrduxwQ@U}lg08fdb2d&5^HQP7< z^!vRtSWY)d?C1ImB=RY8fWxB`El;3u$o85UY_&4&B;xS#FkMxGb7cT2d#rcS0gi4b z_mW^X$Fg+$9OYL$l8KV)%$?fhp}Vwm!e);{GBXp7>hBuVmwrFah?8K+h11Od6m_U^ zje@ky${)7}z&|d3TEq%cw?O5wcpPG|%=_{ImaNs?LE{B2Nv&$>rDHH@F%iP%O^t>=1Xt#tVzu;$3%#|P7e-QT70F)f_`J1Yw6f}SD1!znPO823| zBLZ2l6nQDi>`8N-*p%PQPDJ*T^1^fBL6zGhk7tRJByxmxx^z>k?tRWUFX`Yk?^yrI zrt4ewtI{PfJK4^Z(yoIUj{dWPN{7UxFHmio7IssuJpdy*82zG?tFzU6<&_MT9_XA5@Fvl{v+fFw zUZEPVl@HX1q_S7fF?k=zg9i@UB3aTqq_Op@fwSMeq2SCcx(3dN(nw6Du<)BTFIdNG4E(GiAWj*Ujk=^XCP4 z5cbC-%@Hoyjjg$L;=G_-_s+AhMn+lUBuM;F*7y5R^J#Fi$k9%J^`(|5Z+n})1KGc$2;O~)$r-PfO`dT*O_x7p29s8146 zM?rfxHiL;fG*UVZG<6;F1mB$eNqDKPvGuIZ{}bbEI$i7b*v7{0Qj5!!uZ8oQ75Lmc z;CO!V4a6ns(0KPv>cy)BQk%%&f5w17G-x~=1WbxjpW;WcBxZlD^pNQeMq&%=qy_5E zU~#LHB(IQk$EmaL=%GcJ{N8kT8DErqL%!Q-H`aN2^4tz(JN_;3d@o(ogfFo6!8`Dd zZ+|wVrRem-AtvzR51Q|+;0=lpJ>p~Us)h}$Ic#-1*En1f*sj+hI&TWpfp~ZFS_L4_ zysur`cLdNtamv@rhYaER2b-{RPQ1_amHJ2V1UzUcsghJ>DN(T>$S=Y?vEXKkM!3CD zSQPkNekY7!v5$EMEfDf#zGe>>49nCLIUKWiK9QEx5l_bhSr0qk>OJQ@IUUfP&13okDZv`W2FU}Z{}y*cqYL}sV{fv_Ih zSR%i;sc?!?rueXgg*hyW7)Z$p;|gK<6S3RZK#lWX;l%mW6MrwV^?TQJS)U;HZxo~l z8B*S*Begx7gszQ;W!a^t4mI^gu1A**E_u`Wu1a*I zH>`%ceK48bHd6nhc1 z4xoEh$DK1j%u+ySd;-}$TDspoaV!w@l&MDWSn;_vJ?N4~^5r<;G{#&WSSsFR1%MXl zFZ#>-WQhd%h4=7wI|h0#S=kl65AQmBd$>mh2G~c%?WP)P&7gEmx`$VSwg1j-5e?JrY1h{!Q=%d2;ula&X{Pv3#XGs9m#VcV ze1zj}Jj)J;7`s;2(+{uB)Ix{=OCK#74Yd%0H$CKdgrLR;iQ9Or^b@oaa+lU3XFdHN(cbi`A{%X2^C2Pzj<)2MhZbvaYtl z5nKtc-)>PsmL=$(OB9(_>{?;NYrq*48XU2}>l3fdBL_aN-xIC_S?w3)Vod)MKS0fL zC@JyO24b?Nf7%%7M&`zE7`BN)&^BBg2s?LIOgJ9@UOno@5?ZvKi$TttdDbfwr;E+Y zXz5Z%kRxmp2oEh;8Hg#AVZq9_p?+Pc0lUNjWmKO`x;O%pQ`g#V;Shep(3i>$CVS70 z4uUTN_6KA8c^CSY1ZKZ+crB)_9^jn4dD8?j<1WDC5C%_TYs&LDw0$D-^ik{kD|1d> zsLyT>nQ2Cal=A&JB_r&NOt0mKbIOp$UV^XZJifX<^N%)yDqE!g8QB4EoTbBAxm{_t z4Orhu_{>a;aze${*RTNz^m$J$YPZ4bhu198**wSdGzIB&A|~s4leP@@ZGM;H&Zy+h z=R9Hsb2O7K?TP|Wx`S@zsXVeYLDKF!0FSfWr!z}La^q+1FgH)hSUcHaqQu$YKCL0A z_lC}l?zwPSwB3YQ{+WytV**T>8d_ih3Sq)3VqgVIlq+)$fMV0Aa&B3E7aV0N!P^x8Nx?dV~%iF3n_M~4C| zE-hswvy)?($_JCWv~seJz0io9ISAe#E#Y)5R6P!e4af68VN4+o9;=)D{bL**G8hBv z4PQ$v@>Rrwz2Y~e)jT6}`GkzA+8`*a>T)9 zj%XTnAC8g4z!yp;+JvAwknQo7Sau)Pm!BEOZ_?Gy0UO4G*-U}kD5f`k7TC)&_aqpK zun$HEZ92cEDeW0I{j+O;>LV>k0LSJElvacMT$TzOW`5?r(b3CZYYB}my6t3sXg8Vv zc~m!Bj|}`%fxT!)eBZ@X-EvFNT}8IAR!Iy;ssomDxJcHJVdrxyZpsYnh$MjFw;5G5 zS+woN$qh#~+`{#=nxR!vbERhXniM&iPntb+*DRp0g537b#8@ zc~IBMKFAX({>_}un>T4l6lzHx(y|iRTe0Yf8P^G)w_nt;?X|qPnRP1h7MPZSCgPLh zQ@GfPKp?jLnnHC~bgedjIoscS%EE*>O-Cwu$KAXI%4ea&_GzSw#K+m_go+nDy8ZU4 zAOZSL)1v#U%@o@7pCOUvUk3db2eMNtI|R+=TgriF&MW{_Zs*Nr&~9xEIp-_wwCT%ltEvnqz(0 zOD8O7v>}z)i^`NGs{ZV~3*oR&al&L5bq^R{r;uY>k?ns9SWEWZ*<^nsb=j|#H##d9 z>snYbLH|)K0LMV&g3>YfHtvF6;Pij_qs4ksP0lqLLECVz?O+l2Wj7msTz#Y6F@BCE z`Tm$u8XYq_%lAOF!qX5`>6JLUj zFt;|NY%~E^BF@K0#v`rW=Qp+H2frR+_Tm$*#eC?qiy=#+qw4-$eKKz~pMNTs| zr5oJ22HH^5MDP0}dCY!K$KMM;qNItV>rc?5!b+2snx~4byI+@=d%Tkqe5Xb9N$Amm znvPjTH~f@H&N1(9U-T(EV1QKYr~OD;2K&E-6c~P zr65m$O!3zC4a_IThL=ICO;LlD^o|wV`b-SamVn11<4m|XAbIIawDm~=eUtQ#jn%dt z@88vyFpGCwzYZFyFPIczly;RPj;69P{E^bVH2KHEygMA$RCFS2d>hqq3Gr$Dxk`sS zvu}bj2zh+tvR_UbU0o6YJPvVk4LGN>=*|sLzOSAb;<~ntZyLsnJ|vv#&JLl}q6v4& zNT3csu~IKLZ+VMlpp=ddu&+jVm@aABs6+{N35Tdxl9PWavtnzb1-G)VAU}dk*evwZ z5n(i5AxkfsY>ETlrwsGy78SZ9@40o9IT1|I8)9$qIS>i_IsWTLK+Ra^PUZQ6w2)_l zUhztej>V<2n1>&MKW4nLtvi|i0igm=0C={BK`Ff=imy8JvPVc(Y&@AJmyb2{tbrkL zW9$7^qy`5WHE`QYK6OJd;a2cp6rJ$ubP8AdHK;LwtIkDE4Xl%H%dV*sp5`W=MSc$8 zdKCI7|HyEJ*NxKg;ssWEAdfvPs-Upr)ipm9#|T*T)#Zv+%t(5Q$t~m+q%YlVfnTvn zj;EZ)(KXTspkl+vHT!Z$?sJO$CX4nLm0Yk4TJjI+QabN=?sJ2zr47TZ zA6Fj&*FliaJWIH4b7fKiY{ZyLj^Nb|khP#rWyMb1i~|3t$roLGpC+O;Yo)Y?qZM9H zd>KsTuV@0n`-y-*-1p{7K_2J{{-+nU{|nT|0qF^;Cr?9fgU0M{$xc;@EmU1$k-tzOf z%ynN4mm|waEkwTj*T*C@rybwJ10F2u1Xq21-Li=B19w##nR^7_8Xzx^UfkJ2gs%mD=5IQqT1A$%ML^)X};b=yhLUmz$&ZNJ)p zTIFNM)2y_B$=e@!S_r(#Tmn*>y5&wH& z1Bo`HO$(=PSoESwtMZ$TNrrMjrU#a{Ecchm()MD<+1*q74ySBy+%tdL zfsdC<7^ldV&-A6Xrinp2$|z^b zEmeEr_ePTwpV~-I?wVO*(@=+>m4Pi+Jb$^Tsel1a$N%^Aya4dOOn~?xKT7rnhzm^3 zhL-ZjiEwIrJL+_Q^w-q=CdK`F%1FEr^{)abR9EeWe{OcFn|sQf^rF!hUFX%}+V3mY zEHaWIfTe2V&)XOI;ebvPG$PQX?BL(8@t26=WfO;RgaScHQ+t%Is;TVoY4?LQ&Y8Dd z>%u!+Cs%7ZVs#3k2$*_SEF1VIr^(UhkgwWhjL~j(v)ns%IR`hr&qbIMoDoVMl#Z&^ z0h+p=5O1&KSNHcbOdd2}Yy8P|`E53m6U`a8C;m6}%OUr9ud!UlN(urI=$?L?T8~G5 zEH~~9Qph@CYp_OSI1vwKKWplC5-VEgig$``x(ydeOhKQ_x}WE}M&h%tQF|3ZDEFUe z3T`auSTjlThcUU{0r(CQB0`c1SKkUuRGe^lS znlKc4i&S-oM(f4W)2&( ziyIvqBfoe}ED1pfXLejfom;9U~4V-Tl5*#{NEQo`DFASo+Y zM_rDI>+fWdbLKgQZ>5n3-l(-$%I%&0BgFPA8nq~B&_spXa{gTVGc=RDb(ZQ}yQou(-wsQpGs}>c z-7$x$)eR5gDEV7hh|A(1M9uwu%`_kVM9G(<+tct>V^>|+`o=WYi$+kiW_8614+zCR zpWoy{8rWHL5Xkv?*$aSy`0q9kkipBneot+n9=x|l5v;ufvv+b=xR|JrZO#_3HGK|g zvBn_i6lv1##NtQ<$=vVlj%<1~&Z|gph+6+Gg{|-%b$w#w+C6%QanZate4})FayU7N zZC$Hg?UC5v#zduaXI?8QO4sHykSr#k@li&3r|Ocx4CE1`@290#lRwU?u0Sh@;DX??Q9>lYe@T$`%=VTU2 zGu-`(h13iW#_R6>Fk@JpX8bH{=Wft%J_q!vUR&KBE~sS@w9ch*^hEl@b5C0p$5y!3 zCEa#Bs4HFm_m*7{!FVpN=`k_u1EBRe4je2RNw<^8uM$1mku&4As&qDt6CIl+vyqSP z5ILFOGv|$O2eyLz(U#U>*+Xgp>JD97S0epC8{b%Z*aj(z0980>mHMAh`VEXov!y4m zY!?CjwTktrE$MBLACp+}WWfbyYU^b5H)(r}xDO^Aa)xs;Q_`uqD=OvydE3^L61#CC zTxT50K3VcAH1%N9Bh70TsFByD&Tu~JpPU(YLb~#PQq#+t55ZS}R1+Kz=*mIPqPJu- zQvZ%Hesp%xK@%l9t^?i17yG;Wb`jv8suKD$n2$5vHGg(ZYj!7RSARTl)>V#7rx@N- z^Ru4JDHJM~^}KaLmO6P0!O`ZD)!Sq{8gjE{E#4A%n^4r4rs6xG_ga1W&jKHv*6IM5 zRz8^T@2%Atg=5X;TEM3yKhGOe%@jGRb593^Mce#Sf`e zyD&d2D@ekorpZ~cCJ&CkeGhAebyU%f3FmiK+T~)ab8dX3Zp)o;+NqeHfTI`pQ&&Hf zLbA2&%xOhH89@L7=$pfr=zb!t!Cpy)She&%S0f*TjC<;59-ej2`CB7 zV2?&=DX3SgXzO(J)CcowQgZ9EltqtBy0HOR2ybGy3^73aGe5GU8~ZL_X`^AsP+9)@ z_V-Wfw{;eS3}1V?t)NN{ibiqH&FX8=VTJ1w*`r&4E0?}`1po^hPv(~{vm#9{=YHsO z{OMmUO-aUo8;2xdG=6DH`E8@#IUH+)w9-`mo^-JB0C)qSCx=(sNgM; z$LZC}97U%Lho1DT^NApGGmpnQ*t(1W)}ryG37BrZ2n3p#iJQd01OD?HiW9}umJXsz z0D#f8r(j#;GY21C!`n94i+J>d_LJz!bXCLFMXCP7i|;9SG%=Er=^pkMKUwrod5n0ESbe0+xo^r+-F zu-M+!q>p6I2P1({^cd-7P8bmoV1}P^vV$_5s>O;_Y*&gLT8fwdmas148raa;5S2DL z2()~BI3|BMXl^&;elNW~ODU*s5V=7Yu+!fXEc>up%_pB6l%7o9w?aFW8$#=TmP<^p ztQ5Wh^>KvEtj)v&ryy19E#ZK$8<_jguUxktZyXQLn$PJ)JI$wngtfAEdll2p7WzXMW=apq{ALYaT(*mSZ zJ>2OC$5&Wgw#x4HG7bFHsO8qViA7Mi71XeWMfFBRY@ABX8L@7ANTg1Z*a%mFTT3>a zU04h7V%3EktklSk!q*dQB3XOybY0q@Q?+%aqc1lZp}{iU3U}szzN-K>X-hlj4ZRL} z(H+?VTQxXre4Vhxz;b`Z)^D>+4=oIi4|&I>wT@UN9wFtE~D7O#3WB9OCX|t z^&ptRq*n7lh7TxS9LblPjsoZ#So|xm4Bi1zLkQ5^0+9RFH2?<_Co8*8WJLQ(tvlF!E2UbV=OGl>B1IMGq;A}P6;U8oLtP~Jra zJh1zTWB94|`OiUOn-2Up=4hyG{i_vikFCh1a*>3=BWW3t2hX;))UoYm zK+$1m)q8WZODDmfb=mWuN&ZK!zB3|DH+%^KMIFL(p&Q{a+bBAB6qM1z@NJ=` z#kR$CCx_e`%Z1^OT9#a`e4g1FJlG>_8hGJ|Q<63mn8ifnDYXAcy-)NstD!<7!`Go` zplChY1)R6u&z67YRxe%ttm;itlBXRY8NoI3(2GhL=rPfN5@x$#M(&`j>efbqvd8o9 zw>-9FCmx~xOK?0tI&9Or2ejE}ffXO=1}>LGg@?QnB{rLoi*ld#de50v{U-kJk|>*% z9r?9PSx9`3+3>^1aY1b&W@}B2V=mKh8<%E>JjO+P*oOYw9}?YTQ8n?SI-49DMyW%} zwQj3IPc(N|^SZxuq<5jL9+Qs#ah8O<7w+v@t25ESt%13W|IyYH+b?)0!UTFjby-5n zg$9Kfi$e3hRQz|f4=AHcN$e>=76C7iN@Iemk1idqej!rTK;E5{uvl9GHSUp~@qQ_{ zV=s|6S_6JQv-Q}d*=(n3J|?+9$$|KeCRtkgpa3HNEk88!_w=@jqki+0k{3siYWdqYV7}LP3qBs8o3!S*TGe0AJF;v{}iUKG)NF2 zpS0F8{BjyWHdE-CIye4=bDiXuljN8i96S;!oUR5nGoCC4S3bw3)~UeGLv=lr+R|on zohMX&Iehc0g4N3BjO+82uABfZk@I#%BwK2?g^^L|H&w!K(_k-uO<%Sqa~_=bl(QNg zp)>Tc7zB>~>XTz%n>N@Hc{~xns`0y$bZSRF5n+Lyg}GUkdBoeU(v4O~!46AlA`6eX z0E+51(5z?Z?d>p?U%MRGa!asZjbt*i0DL{IJlzhA3>pItozH`Oj)x*wDSRub`Q>)L zE#W0%79Hhn@&9hrCU$*wxL+xmU~XB zGYOYO&>;`%2Amf%;^;;RLzrPO;2iw7+wf{pz%g${N&aFZ zFfomlY&y6Ja(*iCYWF6f1<)UL>DcxWAiHT5@|SaBa9w|Sxs3x3-H%>DCKKs?gha7W zI86>e>XZLGctWtkPP3oRHlvZ%O;DFHe>6}Ho{USuyxPbnQ&=t8akeu0cI@}!;ZG|Gwhmw@&+Ufw z_dBbfI!Wk4p7C41nw@s1FJ|!SPmW;%-L=!)1s1}krfez)>}uq+xCo9>bXMfM ztpZh)p?=UNq_DM>c~MZQ`?g0Lp^gNG5l=b7nOO|uKOky67^TWwr<5nZ(?0zZ4GFZG znmmzSOl@aJy)V08s>6p7{E_sDnntbrO;_3JKBA>uPr47sf&fx@rf}J% zOvtRCayW7o=lm_m$lbwpAy+EAe^w@rp*&kWCg^`AKp1^6v7o$4Hr2baG&4FxW0Lef zXUwnQczGSHLMiw$&9v_!aHhNy3y`00M zUT|u;d@A^YH2gxXB*}k$7(Y5(XqGtiPPDmh0&*R8C??^hu;@o5?QeGYT++)+4qAd2bzds-IDpH`Y) zGh6oKo`Fk(6*~e1>h02^9cEN0WWV$LQ(k^K)!kFBHUiIOkNb`&^VnR= zY_+v{tKs0NNa~WqoKapfn_j$VtE#bg+%KWxDYfq#w)OSIHyneeR%!YS_$5bD{*2|N z_=yTg>pzmzcok&b6Z$n2JUbzf?WT8XifU^m6MqSMk^E133+$R{h)own4mT!gC(h2^ z_!q8ZWN8ha*4P8JkV`RlV3%Y6BI!;d+yu;syU#3jQ_i-LpslAwzHm@^DPud1iT_EztgYw3Z_(7XHd!1vAOoD&Sez3( zjygR$Cz<6`>m}*Ms)w{AL`&O)K4|#9jf@~IJos6?6N+{{$t@XrXVJ7SAQHP0X*Zf! zR$+ekm7#;msYOzbb!W)?r-MK08&rpBtN00oya?JH79nZ-{-1!O)?Bu>_kchvf=`Ut z2nYxe2)z{)5xFibtY3yQI3b3!947b3qZFd@YkMQ4p*3u^^9dPVHFM3z4fC{F>v}^5 zJ);$v?6o#0G#{^9O{sI+pC3MRNGS!`TYeF30Pb#_=&-{Q2%T{(JU8ebV+9;GFMq`) zK))$)0(6`FelmcBVk6w)OkjmwFHYq7Y#yQG|6}T^!=mh-_F_>|($XN^A|N0jt)z5! zD6uTvB`u9~BPq2=Hz>K}Dh*2rEZyDkJ-qL$zwi9%b$PMRIdf+2x#yla;oOi-dz%;> zvuDLr@4M+a5oZn1HVav*23Mn-Lv=|Q&HQQnX)_lJ#~h{fHy-@pT&{Y8?}8oNST_f{;;9Qc=Cm(p5 z!`yWZE%HE)k33}NO0TfthdteC1kUDJ2mhuk$3?NrsmT1%5(uI67<*<#WeN2lSUfQi6%n}N2a2|}Hf_?!auinJ9N6Ka3 zoNE1BS5%?gj1?K!_CkeT(%cCQ%LCqZTZD-kT{F9n0!ozv5F?0><1W(H--i81Nc`M? zELxUnT4zrKuw3IKL3AD?MO0%vKCcA3`d+!T#g4#x+6oXRw@?lRS=)fR!FIl>bnoh2 zlFyqmSxx6*J?XD*oO2Hf%7~qjH zyo`bdHi29Gp)voMU>#ED(&ga3KyJ`fdE~GMXCnV)J*R-ok-=t-he3;Drp-xe3ZQSA z4HJ&Y_Gk;5UbB08Ag?RJ-vLdpf5rI=JI}a(1Y)?Spx?BtEBDeKus_T@BC=#?vr%zs zcGqH|!Xoh?Ywuq(1PP{Rc*Mw|fwbx@=#Y|Q%)uxJw`pgeMWzlB9^P9}lfW5T9wOM* z^Bi^&qaoXl#L~$v$8&d145d|D3(ZI}Yn!^cmtT@wD)Ah&2hp?@WMCb1iMCDjx?!#X zCJl&AqJixSV&MM02__w#f818D{n7U6MbwSu9{i~7LS$@wekC_EKg<2f;d*m~(>5R% z1;l1x`Mi>C92Wp-B-^K#A^-i((x=uJG(==TRdg&o#So3AaSKr}LyCI~Qt^ zw5g3wW~p1NRTdYMZIE%$=1xK;CzFT_iRWdjNoEn*(Ocn{2Yw=H*C^N1MRH^mia{&U zKR!6j>x{&(UXPE2IQiUu<#;MMH+&8R%eMd*{wC79R%#$Y}Ol=fdN9;+N)zrx@*17}-V1&83sv7Nzq;d}qapq~>fN&!@o^ z8jg^Xa{=A+UsE8#3eR`a%klHWg|_2KNnkZvxX23rDP(+qNm@OybXb0|CM@QC$J%TD zd6JRA3C_idpJWTejSf8{>UF$iv}vDS@Bc`DTw+3@uPWXC^}5Np?Df(R{e>vJO$B)8 zLe;Aw?AVSK2RzjIA@>K(U?9xrok);CG?tYN{4kT}XZHFgoa5#xfJ>bkzXRhDK&7dp z=Z0n#6&6Hiv41kG%>=-ftO2cutB9y~iGk-%6qC3H^J@|A1H+?@$@#Bx@98^=s@M&m znK8^3KjBRcBUi-8oKl-9&C~Y2Y#wBS)ai+S`S>II98J4~m}Xa$WQ3g`$%<3AJ}8^K zyqY!@2Df3W59&`Q=~a`0EmTfK0vxF6{HV~$%@+|@WVw@qm(|+|!Bgw|q#`ye`X17at6`(ivOB=x&E~R|%uuj#Ul^}j(@^s4XML!Fi>gkA);<)7 zj@id(4dmUmxHQo=wa%+J_3Ay-Ga97{9V9|_v&D7-Y#xyewOY|UkcRkgsXnML9)G@F z+$&$tJiJxc>?s`mz;~=N7#>GVaz@?_+r3!fO=Wvr`db+Vq(KgByHSGHR4yCu_~Som z<2MviA03wq5e{L%meA;s{E@RyAHt%euUxOiPa(w!U*kbVxUArE@;F?;c}cGX@l{mV zZD>cR*4+6pvS9;FyPudQ>BL4*JgNt)WyeKAf7Yjj(7`^kQGqn^%lE_8xf(8s%1g}U z**?6=iq{Le9hp%0I%m{X>Dp5cUq*Zam-bc zjE_E*u4GKJiimK{TVLM@AV3LH-tAdX$`ENHiFLQd`oEl)Uu2K0aJM=ts1#GFfa7QW zkM~ZdTb8{E1iD|UFd`gc5RW?!%)9TMM}7IWaZI6P(R`xosF6hP+jvfLT9Bk@<>2vp z-dkn)tll6{&lv-FD!52FuoMWc`>p+)(VO&|#9^d%RjLtk?aaR_=BC`=wr;{3+77~> zM%T6TI$G=+1fw+!&oRBZNzWXbDV@KZW52L!ZF7Q@l;e$_H}m>l%^2tlILQ)YQRvn> z0`h{7dxl2F5qilnqZc>}0COA)NG!Ui|JK3yr~#n}2f%^mK2+41ig3zw^+jX`lb#}l zy6Tp$B6RsB`L-6-%-U{#Bi#+`nkXZ;qvjAX|E6 zj+2OA6?3LHN$d)FO3Gl?WI~*;rt3H+F3Ty$3eL__DF6gVdY4N0Il};r6#INMAkp|| zeeeV_J^CzPMq&)m&)9p6bmolD>J*#t4~czspxVB6V3Km3h1=0k^G!5z)dt5dyg`fS z(6ic`M?$C$1gQD_$Z(YyUsV z-}gtR`E9+xb5~C3)T@1P0)j}a6ORqbR%PxTJ~a7+8qm035oFdG}JwEuRkQHuDqVOZ(3CbTOxhOAi_mBVk~% za9Cy&X`0rKHud@QaU1GWjEJts_EF?J?rLofr+Bj|4U$x3P4B4Wx4-%h$YDj7Q0jW^ z%`SB`o;0vJZ9-)d_kec*fo>h?+RJCI{=n13T13I3gW@KGY>TV$|6Uc4({t8qLMRm| z+cXfRl0Pva$${W3*q?gb?(ll5EFaB1h$O$_^+#eRrkBQFbX=<%2R__#O@dv>C^-P_ z`nz{*BA!>gbjSnmLpo%bCz&)1a?S1e3(w&Unm6`dS{W#2)z38}9@Blj@Ce4^H=hQY zDU*5^b|4!`F0=VcRE=`C@Za3qFEC3^rgwcdycCEYX>K0_3Q1U)+zE&ka5I9L+`<_; zeen7JituaH7B}^cZKr%3q@e6=LPqM4{rz-0to})9_AS~1qNK9#l4fnx0&xZev^^nl zl_5)5r#QZjKodaQkcJ&EE)}Dlv)7*Nq@dgCW;vT32gV*> z^(<$-?d@+I<9{kmpbc+fZ=h$OZ!FnF>dZXad{3Hsi&Vg9BW*c{lv!N+cza(w@pjq@ z6-nDy*B+U71GkvfPWeSz6?X_@`A z18LY7{#KfT7SEYs-EhFYhpb4!s#tlNNP|t%QX^s}UMC6UC)r+v-JCVIjkJW^=tHPp z7R`=txs&S5HN4A8oy$`a_LM@D0hc!RPP7gZ{7X`P`#3q0wc-H4oM=sq7)FN!p1DRe zfSGZrC_FyQB#37?NUVK*$WLe6ACX450C7YNWkl_GM1K`agJ@g>s_!qoDs&T>- zo@d)0;`2oxVB~z5PbsEB&Ifm=Ifl-YSJGKZxZpN3y|~K z98W4cwZv?Vj2s;DDzZgXnkJU+)SCqKj^pI~k~ABM86ZpzoiUnrAju|XC@vJuI&xW0 zZqm%^qZnVEEps+dt-)L!R=6~I=>2;G{z28N`TP*5D2v`{(THg3mT-_K2K~dvWB-jg z2gqzmc*R8Do;w{r=v&__L!U-!QL?YE5+|nJXdGT%Po!{U`kHt~Z{28FN5dNrGP+vI zPR}`?9XG%QFr{Jp^I_M{7AsHEQpg)w;bk z8n+WFvI;KuH1Tz}Dzu$+c}I*xX{fpR5JZ+qnzZH9n=!q{3WSsC|G5#A&H}2%=l4Mx znZz)-5QYOKiUZa{=kM>VirrXCh8;HGb_bG`RO6rN`(Yz#y5C$OVnB09?M`Dqkme}5 z3p%@z)1`s0C!ev*R4!mo}cgd)wDiCot!f$ZhSd#)$W;Q+A&mXoM#nz&`l=aT05YVy2NSs1S&lmEm= zT1k-ZqPfX=j?(w?iet6{@;c1~zr^tgkSE}G!=BtVLA=)eE5jTYVC{GYD0dGqE2FOT z@Ry$zYt_=gv5>1ROx;*?Gx=O`iSpVQn#B)4DJST#*wPV6zaQ{&-)ZgGJ3B9CjT!=+KdXTiKG( zUc<<bf$)C7yINV|*I6;n=ZsCQ&kPMOx`MssrW1YlXXp;vM2`5& zPM(6eFt*lJ7}4+0GY!uTgz-NGt;#huuhaf-O5ov%>_Q@4`*=D0uRQ9u|PVGY* zje1j2Df>w^-4HZlQmn?TiJTfbeNSv}vY+gifhArwBlYNx-}d8p?*-{j z*Inpg&?JSJAxxa#S-KOLpDKiHPv&$!gZyZWuR}bCz#zcD z9D(UJ-L$wiq1zJ*-Vo5Y+y};Ho?*PGAjwJ$#$=Mm55)dpnSrUzc@uzu*EbJqB^gYw zm6$?&F@ogd1~=A8bZK0$(>yM%B&{fLF!rmjJSWp}qIo&?q+bP*X8I|kLNbEzQA|Ks z=ZTZXR*^jOGn=ut^bdm55rtC3!m$x_8hm6|1(h`dBN^%;lu|#^QH{-(t4}JoWeVFE zcE3TSb}p~0dd#NuC+!{4K|+s=0TsmK{M=hIlr>)e|3tRmNvfLrP2AsWnSfqvu4B2n zF*-dcW=9Cn|G1T8-Jh5##6{&|bNWB6VMFy9h{zPLEcVh?E?96dd#PO+Eb<>7#KB3^Y z1rkTG+0>8j9_WZ1_;DaENwhz`O{N2LZl9Kca#>PgNb}Q!J;vDWPurbEo^&1HFzE z1a7s!Xn(sNdE5u^ofI3(cRf|*y-F5vnVrixvhah9{?qL>frow-GC%^2E4J=j@X%Z4 zPnm?o^yDdUqOV=o{d*!@J|=L}_65=y`_}v%t8F23@67@Rm1_VvCwFS@UP_)5uqq<^3XY60h1QZN3@2abh*S!zD#E zVcP??u6UkkX2Gb#B6&Tcsx)>Cx%{n^<>iQajRJ~z&<=n?W5qGHU&`G;w4oxiF+>E6n3auUb2wjFg56B;_i#eNl`c&$`hYOf}#3Jd!Z{+Io|=i?rf&OL50YAkgN( zn)b$BS-o7|qLM*Gk4)ZCe6O~lyJ1HM@s_ZGz1%wCdj>OmP(A@_;&tCn;W9$g=as{J zRT}=mCF303?Xma#nk>*!*3m}`pgr6Yw}iK^=kX-}^Y`8H3BHLyD~eN68%H9A@{d~i zDRmk>)-POO+y`Kyjae%-evS5;ryUi#%J0EdHEPAbYz7DiWs|_U$WahZ>SLNHeJn(f_k7!~Zn!EmW%^nhS-{ZU{^$MyY z9Un)25geLZ}fz>ZrB!9BtY)sKhDNxz8=k*SP}8gB>F|J=S#u z^vGLMt{UAm=Wv;cq=K9i6-W-sY<`HP=-UbelK+_9ff;(6=UCht`e$^?GY1@G7p*SM6qAlPcD+1U1AW9hj#{4Oo;=0?WJfd)E`lzoQZ&X#cq{pj`1O zX|-|UeOcbXt7UV0hdA0FL|i&Y$Nf2nK`^|BG{*0TiCN=lnG6UOXL%sKDaEvn_zi1M zrNzDp2|7B5aowHWIUG!~M%c$QH5Es<^gT-ptW^#6z(?#P zG}dOM$F31ZyTAmRj@`V`8WyLn0$+LFgkEv3LXxPm^kZdC^pdhfPMjP%Kz?}Y*mO-L zv;{EQd*89Y9I?nnw&wm(QgQ{CURANN0=NC@75=n@m^zXxR0sRiLu}b}f^gq^zubU8 zpJ`M>4En%|oo=eZq!HKQ`>c=qUfXqo>T}U1{kpYPpPb@g<=Tp3ha$nsi9NU1%hk#4 z>fEf5_<#{k{uv&PsIcj>%Jie&^|#ueWimFoJ;~yF4fRqI<^>!Jn^#M+;&0CzPF3gu z&-4T^XVB|iWjvr$`fic%$d-pM?*k7o`RzO};7$(PseJ!xe}WuO2rcqrQQtFn)Q9WT z*Lc;%%zroGn>>o=FsJ2*bQzn3%$uN89mOQehSvyy=>E?#8ki*G z{FVp!*=%Yx^1#@Z8hK_Ta>AQ&+0s%x>w=$ipq6PPdt7OsBYpm-(cze*sl(X)=q%*c zzxwc&-di2E`0VLJo$86~89JVM>PsNRm`oX@T9i=@`3jKjh#HX)W<;6bw7Qm8xU(=pZiR z%{mWU3pXka>uDFeaJ0-BB)3YLWIE@MIzZpF)HB9)O5f^M*XGeslw5cBSUrXC{3LUk zv3|@4sj+^xW!EI{+o7v5{=`@KdcTLKd_s754(qbzD$r~9DC0l|uzJJB>sKGmKqRQL zfIsx3@KfsRpvL{{_aoF_4SohZiqiY8dd#A_j#GBpczX;HRGPZH9;qEjH^Ty-Lr*NEi2NK zj?gUiRU0+qI3e#xR~fb3jm!HCqfnDnv}#)Nb5O|=(l6<*WiLGbd6Kqmy-e+}YPlsV zxt*65Yv_Ay;68ueaS-mBo+yLk-L_PV0=h2_;8T#3w(ITkf6U+a*HdYn-+-gfmSLeW z6GwV4S8M2Qd|0tq$HcE1Q!cQNb70dM0|On5iH1JwKIdhHqR;9u)>-rJgM#JhBWCu= ze1ZS`_3t+kdLBN;!~m^*f~<%>i%y0YLIjIQtVv?Fs0XG?w_O4%3$zgwCk;tpMuWQR z+QIRLeB8<++y1ZED?0S2CAsHsKIl46y8L`S3$+6BYf_4b3ib6Sg{4!nXxuBJ86+_f1R z`Kub^tYB+oyy7%w@Hh6Bs$u;P_a{b14=E^^F=-~w{JitG_uav-gv-wouSPU?6P0{- zTfm0IAg}R8~-2N3RHjDr2<^L#YW#}k7;fb>L4WzZ7)!JTpTd@fk&2i((S65 z3DT$t9(-nSjg~|c_+8$hYuIEBB@q@eHe*Fx$Te1Jgz@ftgzM?YXWe!y^_8`^zlP!f zr0Je(8&A*Udmz8W|M%CbZl1`YgVrWDchZ&_p|>6iXzqE*$M6Bf)9!C=Sb|?vYA(={QlANhv23FRg?7~wfnHl_yGg|5RFD#&=K-aX z97vY99&IUz@ZwxAbKPwuu)e#!dwBB^P;aLI`^UrYt38yu2HGeX=+DzubjQM{!q7m! zRN>30FAu7nT~=Av+b$V)e+xzpsnw;KJhBt{ydr2Tve>PSO%rk)As^OYt4WL)hlcK3 zEA8>uyc~(Wzx8b%eU-n-H?@|cO-@_3dO{50?b21ZteNGVc6FlPgzSkH5fY?81=)ne zwp6zPHIU%Q;muO?i?F}Go1wJ*ZQ>Kq&svC$*Bc*;Wx7v=SxKf2bzYpa^lBkr21M*M zt4Z{C%t*|(pFMsh7_liG{Q`~V{Yssv8t>S}u~qCyowXi&0fS9hryIlL9i7ZS=OM{4(q|GoBy>?iWqQMRR!+ttp#Y1*{okDG3X<7Je`6~b-q z8z0;#@1S_+J79tbDDU;(MF0NKg&Z3lDBHZvb(5;U@DTFWd%7`&ywR#;8?BheldORI zOdv`sR$=L7B&7DRUJPw2lihb-`c0i?!#2@0FT;h=QrE*a#FlFD&{2W*n2Ga7%TVOb zDUC&DTG43!&8`wfLV&9E!H&fIt_NV1!g)4#+d%y*)GPbRznks%tk^F290gRJH-_u* zo7d5ZjbTcc6O|>QXx5`BX}e_n$!PaTK4&cpO>`}n7DWeVUODZn0X3IbDhF-**O$nk z&7P2KM&O#=ZLnYL_cp@Z`Tse0l>Vm9=l4J=+7p-uA*@;PN~^n&2CvO9`FPf?0;6XO zli9Qo)ME$#&)p0R$(E@&{kq`-qHB<<{hAC$zTQ=r&#JcXp{gM<`2Nk)8`)dRKMga! z&D)k0rS2Y&n+ooJ$|w=74R}}ncFmCsPO%&mCqB|r#F~oZi z^OOrSf~ewsodjarmLk8<`M?=pqCve3so-R8tv+3?>6&31y6qT3{3acTJ#l0!dwLsx zCujadTiyb#F+cT4#0@T- z&!gu|5LM38@)1|^A!9MQ!?DG>%wr2g!7)_=+_v2M*<+;JI9j}OxK25`jpNrg28c5zjTQTV0)+OJA~S^MFVCi{b&0FKS%wC~R| z2xFqs`=291D{LxQK9&>gq&2gs)aN=GjitZP%a=RNx8kY4Y9hwzi>4Ihz}fOH6QV!? z9Zg`P)3w>VOFL*QVN(Hoj?o$O>64Pc*8fpET=^4H>$+?-ploUSz$*b?!@}74r(y$p z%_-qfaWZ$O;hk~Mf_S3*SKMO1d3L-?xZ&$yog86&3R(@ZwHkuZ8gkAGv{Hv*)Yyb# z%*99gifBc}1m)8YO^FHd=CJ%LlozyQB+Z?esdeWyy3sqz6v|V^au%^wpG>*v^eJM@ z$rcBe@-BqhjB9vekGEY=Voi(|W6)}1!Sb30YV$7n9>Y$Vz_x1jiDlJ3FFmWgY=tH^ zy?K#Vw-=o)2fo*6fDw{t3q6bQI{SHmdvp(!TGh-m@Z|pmy!O&|=0qIO&)+zjqJ+UQ zO+{bj)J@xRh`W0EeDNcm`*Rbs{EOm)-KI0{#ZHY&3618X z)3Hcq_r*x6&#v<)*Iy_APxFZzhb~JXE6!9VB%2N}urG=tGly|>eEtxgOhPzOZx!|sMgEkILYIQcp_JGJw>aQMu?2XaLchg^Y0W3GE_@e z8qcM}=U;di_=US8i6(WaCdEKOy76IoweE^p6gwt?5)6M|y=g=umsO?g$% zuW+3JKS)!9e;fYKbbo+0Ak$cQ5RMLtNeaj5E7TAjullsN+1ESw^AZ_lfuf$<*-2q4 z89yfWee8`5qR(cPv!%wyT6-W*B;;X&g3OPZ&RQY#t4FKTw0+~;OOYQCc>_g)t#4=w zYGcDJh05|aQ7=>T!%HRwl$yP+JT*~3pW;J#*cTuA(h&BT6f-acXX69L!R&vBU4Zo+P4$8Z*e;9>Fb0tT=exdkm((g3iKv)3ED&e?Wx2-%)z6sT>XA;m{F>Mae5Z^LhrvR3Y-ev08HKoQI79v}H6u za}{$HeSUfQ97T{8>A~#VwiTQF?NfYJw*A7S--H^*B6LKIcd@ueTfZOHcGcm`Ody9cN33YEY;i9!?M=`J2480dyi>(K0`X(S?3~QAdP~qEis>rX!aY zaTH)-veuH8Z;xXH#4)v^yNiIejmgagSlHP?)@nqYnAQqH*Ib0)HgBucpKmoJ$;L8mKZ=|>KGkFA3-;L9(V`W8FS%B`m2EaO(9y5R{P6&oCUmIR(AToA zc{_v;xns)g-zWy~)iSo)0Wl|?lE!Er_dx5~L8=2p7r|kFE^(;Jjd>zA$mOe2xtI9R z+D*L6v9r_hSk(>qz~XZ148KMe8ajg>7xP|?cFtlGj5@e(!dcvw=xizCk6X#qRFTEN z@yhJUNrH_H-@4|^Im>z@^Roli9;)b4YR=GKL)VYWgkiJ z*)l#=kE=cdz}4tCiU3&GBs?h0(91om*@K0S>hd>MuemPTdX$|x5JKr?%c~65$nGxs zKZ~x9CEaKpWQ2OLbph{Nz3OVknjsl^hb3UAy%Owj5c$5-wXUkqvd(X}F2P%&@Gar$ z3zYFPTnA(Wx3hIzJAApfVb^U58gO}~vcmgH7`m;<$XYaR>lq*Bdp?ppG|j;~yrNfV zg~&^`)^C&r0C-5!$W5RW>)+D?_Qmc}RMS^>XhZL| zKR%I__U^o1mh8s!m%Lw6RNS#GlqlMaKZ*FD6olnET8+1lDZORWDKci{&gP!gsFg+ zw)s+L97bYGe0r;mCsJgpxPdxp^STUQwy}5Ra~Bai3kr}hX*I?=+j0y#z7(9LT9QCnSyKqF zF7bxal#?1Svi3q{-gY+YV^Ubu3=12~%a+-E7wG)kdlkFMAF0=1+gp)KOXaiM^%HLB;7Hpnk@#wDAn zmB{^UTSw$-PA(whvn+}B#buLn3vgRzT#Ufk-ax)j@IUS%0w8feqkPB4Rg<_$6y^W+ zG1X!@M#@b65rxZ^4=)m<+^}ocAJ-uYhkLu2LCkC^^0!PW8D00WoT+u~CzyaMWQ1X} zgr;!JffuQfa#1`;3)h<;2>|+@i_O!A=c932w)^Y``ZY-0?KCu`7#Qx@rPn-HfH(bT zahb#$yzd3P&Y5f4?$b5u8e7V7udaD2!;|h8=*%upjb4n6#VA}uqt>&ncGUD)i#xhE z;j^!~h6>WMkf+1}WqaDP<4nQz%#+$--Yyq25o|jY zKa`Y#lL7se$k27OJOR{|_NT;TyOe8a-aJ=d!l{|`ii2n9mc#mmxnIzjRZ*NoAUre# z>qFEIlU}#9e~9cS&=tCguVXCuVi4Wbal)$Jvw3lzF{t-`8%U>9VOaaSzW34SvYOUl zzYu4Vz{@PdcF90{*T2he!G2bhwoS9yI{TWN4p)++b{~C~MQU$C?IH8EKi>PwO6$!sV358LQ$6`uK$RV={MTebW4GpMB z`9{C2VGawQsPA!dv-7+)SRY8@XKuXvP0VyOG%`e*?ei%#m?O4o_T`Mo=ITv)7bN-v zD1Z_ro&VqPVp0kuD$hYAroJubtsilQj_ABhrs0c?o6_>)B76$JUt&?Hec86a6+oj| z4Sp8LX33M6dlrji*$*)8Fuu%H#hY@K8*50&xM@AlY$~^3j*#T=5Z&z#_Ol;&F3Ap; zosR4=oqrg8u1F#OpBU?6fhxmf|vGiS{D$N`#*IN`sle{5em@l11~9J_IhIZnhc9hqY7 ziL5|8dI`)Qk6H63IX`M3Z2;efdb2zLGIYtmo{zh)r4zW$$rlzk9S+^dM>?DnW9%B= zBTF)8*s!Lhak;-@Y(n`g>jrCchp_x%yh}Xb+Oqhs>FkS)4|V)8TDKn=$nUZchb%>} zYZfky=T(k(6DflSWF{GB%|uG=+BgWF@r+4dYKS8e>1Ew>;t?htKd!;FRco0powZVI zjI&QY8HlS2;g(1aL)*cnd@yJ&MBJXBprOtf=}1iBzM01FIm`zFErs6d{D)7aBLE>7 z-~;4^4Vqnl-#y>o)gUh;tSTEWi?Pgy)g!%I zwMD4>S*f`e%=xLZB{}L7Q*p^x#U%#Ge)X< zetao-xvNqa)1C|-He09?9F%*R-#L1WKn&O@1XK>wd-7kUOru`tV>QT32(^q`S&@T& z7OykYCqX-Jh57Y7h^0k5e|*lm*eBD6oURN7|^|6CsQJOe07vZY_u2V+4O*T}-j+Xd}_~iA(j;W&PL$wIrGS z^+k3SxZ138nHu^$XDe9MD#Tnp$OTN-H`OW)zgG&JmrY4EHaeS(WEV0g}Ud;vuN|LXp^PTMU8P)VhEO&$J)x$iz zVh9&ej0y$5!IM7ahWb`CzyoIKEi7?Ke&!u}ET|=B&z`#|w zQ;+?#xWw6ZpZ7lmnQo-CHwBv*F@UGJ(MrrT%xGPCTFbEg>$+;v*ZiMsCzyn~ID=k( z;A6J4s-vP*Hm*W|QGb~AvlPY!{06HmFEom%g~X&`_#?m%AVPR*&omTra}_>MNE8Gi z_zBdMIA+obJcse$Ki8*U^+C@R6D8^6p74L8X9D5&36IdzVT2&O5oT- zQ86<$;d0&!EXnZWNyU4~s~TwaNneqrz)8W5?}MJz)@mjyFPoxGz$0=!mR>#t(9S>W z!8zk8%LoYgp8ds^`&7w=k;#E(Uy9Eg`O!P6{hHmKRhqF_AAbraj-3A7nGxqwGOmaX zAcuqOyduix`wvc2ni6BLj+vP`Ry+0K1tq03rgIkR3Pn+kJbI@ly6%^FZh|P^U%vFX z^mrMDnIyd#`6h=P&$F0SAw%SS|1ZRN)38RDq1XPm=H(s#ErT^ht*0PAV~IcD5U9MO z=<;J8G<7vSn!}lJYPir9cjH3yV6ndRTeMPaR$$ft{qqGngUeH$7h{Gj`i|z$As&DQ#!@+raDVRyX>qCR}tjFTIgo;x_ z^RmI57B+~)Q07&~v8+HAe5 z^R^}bvYeF|nmfqck5-~vNUgBzo3$++T~2td+h!Djt^Avt?!0>AE@V1Md0hf+0LI{U zi4SeQugXJZ&snp>1Pp$#{Q6}hSZLOu>0!fe-+1G8=T-OwwhIIpH6FY3a#8LVufzGq z)|$dQ5^3AE=Ld4-9I#&<`)xRN8%=Pkn8Hj)Xmd%nE#BB@| zap2Bix+KHcZ7t-Yr=;0r!V{RmeLKy?^@dKJd01^S^$QBNuJ!5)iptl;{(21thUJey zXfr-`s+sYY=Qq8~0^jPNdpHh@nIk6*;IMuE{PV8z22A2rWSWxsGNZ4JJ_7@Wz9l|j zR$ZchrUd}#elm+-mokbz6rI$C^)bnVm|0$3rynd2C8xncXqb%87@8;yUKqp?$p{9% z5>bY4^oXLqG?}(ycxfam15&Q6Lle$H*5V;NVe70>@`(P}Fr{G1rF>Z}R;AfOG0)PQyr&sSLzv24K89{wkM%NDRt2+==61;NPR)t48l=={4>-8BQBR zLCRw05`fVUrhbt4+gS$GO2BGA=<6SkhpKFA{@`tVUX}O(Jh7!(8+etIx+doFliEVfkf-(1VXOwGXaddOFedmShs%tfWI@L?_cm{~Y7@oh@gTup zcQ*Uw91kWJD4hvF-^_1wVn^O5%;=VR>!R5J0X7A$RaoqH*^?$v1b znn}*xt{vm0uz{9fTD`Yrs80BQ8Nfg-AY;@6aapwPV$1NFO-T0O#vPvio5O z%4Zkh(d&4TEZ%->?hvB#KxWv2vB(NnpbfOLx+UMVPE$6G8M6iep2;qZ1-3sGra{2`R4kU01Pvn2uw)fpgjaR-5A zdTVc819|7ziK*nt8bhFsS@(rIhfyXDtLN^uVt7SrK%|! z6B7N!{N{+uO4BxugY37S1wjwA^}gZ#arRSdSZ5`W&}rUd(uBxwnA2j|AKBR3ROnmbH{r({SW24d zo@Rx-_b@AkUw6b3qqfU{s8S1}+00r;CX{v+0h5E!`ZsS~L@}7U zD*7~gh&tFp%I`U+&+<{J^Bz)$f$jlYn;TTDbDxv3j;}VBkS0NN^v+j7BtZWS8GLe; zJvixjDE$LQE}~$@cJaWI!aRt@&v74KEikP~eY-77fNz4KpzZ?jeG#~CCXzhVzAv8p za*?NQTcQ5_PxEEsU~Bmpkz|>834$u8x_-7WQ}DY5+1Kk9Pl1vm{(o}cw7^15bi95C zQJg^rm-tqL+KzYYgMenz5Pad$rt^1&sHm6Bq78u{$!vII>; zwEXma3^>u4!ck8#7F>PcsF3qEW$j?-&E@yX78tDeRXyC8$jroOEm5Ag(s=2^knamV zi@Of#FxrY<8kuGR_liU6q~YwRxn7tkZ97wQ>|*X^e9f{O?@T9k@lJ0r0 z{QuzEI4Rg*IDM)KNG{Fe#7HFKp+?N!W>{VI%qtVnA^Wcx|I<{6yxhaUdwU!Ceox(z zSWJw)MQP<=r_JJGz0YXy$eh^0rttTdC>5yJ%9KHF)dA61Y~_(-bUp1L&r$No5xbj9 zr7C>OX780dv7EjvCX}v$t$xoL!^~6JD6mXxsRSdTETW^crcqEh#59Ny;?e1VP>X%> z1VtSFt+y*j^uu6PS~(oo)F3=bGjDJx7Xp3MphQpWz9f2D-(_KSm6LQO)5ZvmU*2)> zLH0j+|EJP~JocCy$X7z-`7eyKyQY(xXjKIQyx-WY@VH$b%r9%>09-K0hAsMUFv0TB z3kyX$gC;|l{0hgxgIp3@3*$wa3Z0HTTJRk5Hre)v95x9N{dNAfBj?>|^(CA3nR7MD zE=cLO*K;KqAL5RqyX$zw&B;<$4xD8yJt5TYPFYJLaMX>LLVcXu&UC6;^eFR};WhNB zmP#@1UJ98kXcAcHXk3H!%GM46~#>_YUVC6Yl3`Kc;1qK z$sKgKM6`i_vRc4iZx^Jjg|=-rVXmj?^VmV-AfmT^+ua{rxqwZuaHV zm}?q`q)6{y9&pH3aSBdiRcjRyMMY)+t2%Zo9C?j!k;klVW1wL5aE+OWClYl{=5}8m ziGquMKT`tYc~yB#l$R8V-#`2oAsU=JYnHrg&hz$R(C7+!^&I&G8OTl|3gq!YvFm~8 z%>DFpvZLZ)=vBb!M<`GH${$pe9j1Q@9ksZnh8!rA%&_yW0?N-7>oPHIU*0@5|1mve z&C=i?ClKHh-2kDLCY($sna+rFjFi{Kh_}3q1SVJX7lG%iO{b@xxe>_yPKmVXdpoGQ zI^RYKq0J-YV3dgasM~G#Guju#l2&@~dzu{)Dl@EFV2I1~2;b&zy&XtB$akqE6s`Oe za?LQ;YDy_ScCf%XbKq!*5H)+-(nY%rY-Y8G@eCejC4JRz8l(8xUB}W_0qa{a-S62^ zxvI()-k|X_^+XZluUw9CZbCyzM9jt2#<&qPbRnTkqeGl^CD5YgAWy`C4Kc9VbdqV~ zEW_gdP^esx>A?O|64y*@b6^R|MUs|w_bs^wj3ZJ4zK(DskxRCKDJJ$+w)#G0k1Q@o5<&{=fBg!`8m4=h8U=HX7FwUgh zowlJy8f({qKjoAMry@86GYa`09xK z{SZpT5ca*6cuNbZ^G5^o1?JK*>&=Cg+>G6Fzt-&*UZ0g#Y8n-3B;%b?aEk>vD;|kS zOBXDfaO%2mW+g$Fn-~*hJR&7;J2+{wt7)aUPJcktt*+!mmeJ8sLJK^I_|A4X{}W|M zKtek~b9vNKYZq>-I$Pe(!{KbPu_^las+mA>iteMg=Vlpx-pUvPi7!*-Kn+ z2tLZ(XyhFUv?L-P|_&-`s%M#BGsjJvn z6kMFR$)6Z9^*~FuRV}e+qoi_E1|{NS;2?PQN@CA6XCdC}H#&53)dP+ETPg%+d%xhm zui>a)r9@ofwtg;o+(j&Um=w8_dFFMBT^)^XYiAYqCRcu=~xQob>o zs3=wJuHZp?Wn3*XFO%=y`bpAtMab_@mkt{Ok+Hoo4Wso#U`+~02{9`-mb|rq zfZMy8jT-LgZtYwCjiBYI+=jJVYKe$qIEKj!FPrQ|RU9W7&lPS20@CrmOh{J|nWX+MM36mdE07B+Azz3|W-6L;X*Ng|uCy+p81s`%>HIDbnf_PmV{r zIgYb~ztIw>T|R;S-dL=93&h#3;sejm*NDI@82%>gB8gM zqX!GTU;6I7rV}c7Segpf=HF@;Tt$JQ1d%gRB+R|g3mDIRzLX&MB=ndpI8a@9JlA2T zPJ>F0=XD&-@%~H34YOysFT(KOQDRsuz1*@D**IwR^P4Qd5Oeqaz%nDSbB0CFdB5y& z)bpvsQ{Y97IorMZ>HOSa9X3<hVi2c9KTI9`c-6 z!EGJgzrR&4pU*U<3Tp4gR+~ayW^=xn9;%%Sc+KI_0gdU&bGc&3oi7hQsdb+*4la3h zaD+M9AK%xK`Yv5fkH>rS)p` zbTy!QxV_$a7Wry7BWE^HZb1J zc)GQ&{-A+uq7}GVN4|ju_`7<8f^t456nw0u*6Pft9Z)W+OOskjM5lxqUx7BPU0?|$ zq|2VaH`%TL3v+JUPjpoiSSdOIx2dXB88@p=+}Rh)avaNh>dKe(ruA_J7N~3`^r$=s z0d*|yj>;;q(SSpn#R=>{djqHNXb8kz=%9>S&!;jYZ@@p4RlGyTjaPtFLYIu{8(DyB}DuXuBuw z-u)FT#d3d_B1kT`sM2v!`hSvl^3kGAq`h)FBmR?d8Y@-lUdbd6Es3euX-cc8h`6uD zlY~L2fOXAamy-8YMa=){1t6}UIu!AmPJ}E#o_oC4Bi7&vH)tv?-rL)4c8%ijcWA1* z;jUf^Yo6@T%ba!QyITanptNgUEMnSk+%Q`qrM*4F5;fY7w^b!?uZoy} zD6RJ0`O-85D0H`rEA*)p8V9jXHVwawMK9_iU4~jk9L0Qsf~+XE$C%Bow~=t}gZ~kb z)4W+NVd6_eU}1&AtZaL1HTUapUJ4;8I2Tt%W@+!2HXt0e`lw^Fj)EBzyWP4 zuxxm%t*@reY8lLI4tDKmN&`Q0*_KhAj$^*n$8olC-(1aZQyENa-s>XbSQ2mIt@vQz zk|1<3<0xh9RAaA;6PLZyoHog&m$LS-Q#}4Qi)h`4K4X+#l33fXrE9OQxXhnR9Zau; zo=SuK3{PS5G@Jr_B1~R z)50*~RZCOlzE1;f0%6<+qul0-`)yTIGP<2Wj9Au`3S0&yM@a~I04?Q5^O zhIbo(oudu^v2o{tyPSc|3aOj+ZX&aw(WC_z&bSimzbGi`zu6nh-3t%!=Iy0Y_`Un| zk}id)Fr9%|by&PZZw_#E1PpE3R#pGga@1JNjm@YOsmomb_DHjYndgqbRG> zw3O7o$>>XI7|o~NZ$ZHx4>Q>6*IpOR z$Z@@ekcjpDX8W*2RQ%sR?m16m^IO<_0B1;<>$S1+fM7%(6vhMXlXdno&&3!(;6{3f zcmKS-IQe(0#4q!e^D81ye`jr*!%dhu z@$-k+PR)Trk4}#3)=n1_r|gSqTN*%_bcxYxAannjJ>aER`Cukvxnng5@oY>8*v>s& z>!PGJD%aUbuE(ICP7x6ImD>IOcUXdwlwpCI;Y-6b7gO6S)6A@@K(r|Dm;^B=ATqLj$48=K!|8|M0mcji`amq zoezL}AUY+*{nSw-eo@-kXQP2vefT^zIUr$Wr?P)-%?GyM=-upai^{ZO7{b+p#E^4TFQLJH{RwqOt39n!&`o4PFJ zIi`ZX%+Z<-qX>JYYHp&R#h|SP7k++O&eSs|JKCvtDEuY_^R^O9qyp?>8>WzGppP)L z6vG(QxMniziL5mK))?-vnm)r^^^WH*?5V(Lg+_pxBFobx%t;)Fie?#+nXDXg&JG#R zpYZ2v(jQ2rg-P8W6_>_0#bVn?9G(ox8d>lPu$bF3l%*a-AN#Ma%C^i;Nx4)zX*^%q z;kF6lWZZBLkEb~b0ekNshoI>qj!el==840ig12Pm5-BvehMsDs1)*LK^U^0@N&9my zX3X@ubTiqG0g|El^V|U6gHvVhzNCc=mh3O7ss?Rms0R@JZySr@R7iDQ@%97nu6Ru@ z@U-_hD%e9;HRmnUvc2Xla<&rNf0G{7PWCeBs7QyB7u6n;(#Pv*j6(V95 zs{LtU>HJ>PaWq->Wh0JE{ciqF-=f*XMmy{@aT#wnr+_RHl zW9dDeRp_-vm0a6aepM0$TP!PqLHhMnNswh&RjWP{nec^NZn(LKZ@^c<*?()ocf($R zR)10~6iUZpF%i>Zf$EDFqdL!ZvcVz6>=>cyfv)cRANvE_j!fS|YQEj?@s*LdG#COO zTIQaGB{nocQx^#O-+>>vFtja&-!AWwjt>b`g(s5uz3^7SlC`pCY9nmu=CHCWIWW7sC-+7o|L8DiG^UGj11xD{ytdgQHZ9%GFWs zWNvt|rvkQ7(}`k)z8++ugI*W~UxQeb5KI+(7wTt}scXS^B^cahKp(spLWVo{?Owbk z`1Nv7cM`7*|ChaM3-{}HyI1)srQTkP6>%M`F5-qeyE~r{frrScOJ$RoeUt2wNYF<4 zue2ekZHt!>)D_#-7nRSy=H#d!&QtUR>Q%6QqvggrN=dF1ei(iB1|~fFn*|6 zQa9hMhd$SPoZEAKm?he`XygLq{Fi(2CZQi!;KPt(D zl%dq0BWHt@=fj?a2%}Gb4u(Ia*o<7!zKKR0#Hu`O@Lmq#y|@%|I;cYq4Z9^wW*I*2 zeHa}Xsy`fUq=K#6+S=Y%Wj8^#U9pH6d`aCH2+5w{va_M+px}moy4J)+s%AEv>(F8p zs!wjjeiTfv=#_~@7r9*n+5`4GztBM>1f?Vd4+9ZHpqLS^lrL#UX`5}}Z{7KEZPh~{ z#ImaHT;Sx&%>^^wmO)XyyNsBZ<7Cd^C`QSq5pPWe-O8EBGC-b(*Y#+1l<<6vPk@9Z ziScLAD}{enBg9TonIEM*6ZK_%h%pb5RDNV-1g*s&xUjkB;-`qxPQx-KXMRKf@a9+Y zJp(%LX^se5{kH{UGn5~7ibaM3*(RP?0UbIX{SPJ5TF>`I20))iK0vnL7Td--)S2yC zc6YH3pjlS`sdG?U^@?jtj~>caNH!f_y!UmoHMa=pmgRkA*XN*CZ(z#PlmSks8f7WJ z`ATJRZ+jK^sk^-mu%fOhC&Kv>wng`oaQk(y|F(pX6@J#&gcLH+5zHaU^YGML!2`d)gnX0PGkX+z~5qxN9h@6`J8Q{@;i zBU!sVm{Ejg?U2M@qnxI!>a_;GL~rLNc+so+aP5L!EV(y?ZHKt;PY0V_nnUfZ8qCwc z{AmA|5QWe6EPv@x2g|~OY|GZ$Aa2jQwV$QeM{)Dy;umcY%mB1Ocw3UnpqW!BNOEmA zbQ>)}R-tj>bI8$nkRR%qh$4JXf}g7zThI#R>ix`I67n%=b&sKvL|WS0ms-Z3J;Ehe z@WbT<(H7yJ;YzCO>ZzzkzM+$UKjfK}UENpWu`9QhmE}T3>OxxG-Mt zMd`D)jgW=}V*e0R?DSFRM3&zMCFGWYn&RTZB-$@1SKqJ0e<0r6ovTk*(%$9DQ1yR# z8tS_@A*8_M2Q4!XvL}DM3rO+Zz0d|BcKf4v1F7vUg3-A-RGvJR>`{%4FG{!!=m^cC)VRACn3{6t9Rc4NRm@Gua z$CKTfT3G3IePzU zl%#QTd1$rpCRcMOQNmZZ-KL`8ZmOG+m5Lg$SbG-PHbsWOb-;u*NJO_h#7&riiWJ`+GlB$3EgV{!9~-=R!)uYe z5pJgg*o1V8I|yBI!6pKsmr>y*GtzpEDUJ)N;12k*=qbiWC_v4}IgtaO`6yZGzw!P8UJ3_nE(>U*@+~BQXuq~V+jvo@Lew)2nE*YJ9j}$(!-Uy zxKYudo2^7KNI6b9-VbMF6h_${TM#1;>p#o>Cb;qTgaBT;`TR>9H_LPA2r-}O59`ja zj2UW-E@26wdeYU*`3ae6$S1iA2ezy>+;N{h19}{&>Hj!2uJo=q2LF7%xdwvvV<;+m z;uC$Kq#k=`@7|a8JgtBgkIjlH(dy%`kk4{MDnpIQ^1=T)85t;}Z&d#3mrsdgk5rXnudR{;E+ zY&5HzWsvl&V%nqs zFBH59qhE&VzE)76+a`RZS|*cMj#MNWuK7~qRTVOF^L(wScT+grk^W0AogHF}*)&wkSt4q2gSYH&Q!m@GBQ2aQs z$7Y4ArH3k}-|a7O$iuzh|DDbTxJhRxA%V?W$=BYT5|KA5=gaElB>Qe(z!Ni0P>iag zg5<2#?QqK@ZQmyFt(>%Zt2Yq%&hzJdEEkRx}XA|=_!e}tzUSe>I3ht$u%!La`UvMRSk1C zk(e%uxv4H(ZVAPm{kxr>R9fOFw6-Jt`vncZX$MQj@7zB9rpYLsU&Qqr27c4KJ>lqt zBV-gG6ff2*gDs1mxGtTudL<9wtz@;u4RP@>^7~+ikJ3efs%d90s_nRHJL&pQvtllq z5~=t!o?AOQE6+HN>{q$x8q}#HE}bgwE)be}9`Ika@#Q!KN(sgM{OMIZxl04A+jBE} zE<7{wxY?-BbscqzGQBS_o1Gn&VxyvN-m)Y^brX30luEc700kTzLw5*n-=pe6MqOGXZt&C6hbX64x*pNU6FX^g)iE|g-l$^<5*3@n;O zRHi-|$g;e@OpnRNBjMr>ukEO0NIMvT&&{XSHL8 zCu#r4dQMd7G*bM&>QK&bjnN>EsY4#ttB5W3>b2>({lLS*{fQD5 zeAYUE^o(gZoTAQmgah|jrgCLPpyi^sy8TX8hEyS>m=f5I?T0bi;;sng+AFFxi69|$M#dc~1^6{0^5ei;ps z)~YienG6EG=`Xln7xi;&veg{>F-K+=7=V($qVKx06z9~Qn@SwFgKDgw8b6_do0)Y0 zN2#al9Z*p4jI{h8-ms%^im@{X9GSC&=xP*dET4NUi-dOMQvZm|$6xO$c^}n4Ahw)H zT`xCq7{%;A^5RQsZL45d!OwI{bSb=n=5AV^J8|qnMZ5NrASWr`YLXu}GaJ3X(p0p% zh&dyy(1jV{e86wm_qG3ahWDgrHN+;8N^M;%^gv)saw6i_e52EM46Oaqc1cTzYz zb8ro%4-a7^1t`qqh@-!WL+rd(YPK?%B8~Tk|Bv1a(a)qll2tr1b|!7@1>zEB$m|jv9dC$3O@={KBP?zq1t5`~u0j zb{W{#S&>=ZbfL(7{AUGxW_i;G?im#;y+`YydsyL5Z{M0-#%6fjNYm!xhFtklGg>tz z5!c%aSxphFS632RvUP15+H6@J_BLmQUe1{%EaMdr8gP#*Y5GBk66A^0MJ2p1a$^Hr zOzQPrs+(fBF6mf>h>TR9@uF=vC9bqaX|Xu+Xi~hS^=k|{EWxmwb1YHkiQO0)sy@El z1AhW^@I?r|5Nz4M{?=4`{g9S5P))>!K&krVP@G=U{<~hVgUepuraQo~sOs!n=O*Aj zn8eC`8P-Lj_z)`sg;&`+pMt+u3qFBr$~1=rXh7jG-h@9}PfkwvEw4`}@uULWzg^*& zwmx6ITuY=mFBVpB^x?-3dnoDp#ud9Xxa?XiRP|i4+ExR}R{G^}3d~z)I@^j- z#=QE!r@cOUKG&_7b>&MATj1oUm2ynQ^j73-szhhi@dv&|H8e<&D{Dx*OzQnrVuB$mDRi|@t>zQKX4#Ex+@;XB+9UiwV`abydLSn_J1C={lc!fwp6{0;*JnG=# z^}xa4>B!6bB`tlSATi_Q2SPMmUtaX;m-tkoSDdiN5_IztJ?Ua?R(AR92&KNYlXLYL zmY_{A=MYe+__K#pKxjGMC75H?Wc(yi=a`c2&8o~zE7`-L`4JSFVMUuy)3;b~ktZn+ zCERx1G)B*;=|{s#iVK0;U2NCT?wbdQMD$rR(6*sH8Sws>e5Q-~hcc1dSJV*;`&y$saY}wtA59t7lcJ$e=;gr*-i8kE4reSo+hCYyLVJjXmB(+1#AW% zoXx3C3up&CRZ3{n5Bb%(zpQ_yyHxJVOJTOJEj_q}ASiFfTz<;Uon~4?0H)?KXKqq> zk5hJ8N6p9QRlDeW?OJkko>LKfxNyd1m2BAQPxYnB>!6a$C@n2;hzbUF@2I8hH}97G z$SYNcFSG%tzg(PYJyC9KlCiFl(8yE|Ew`(ncDJS}S1g+|40`uf1kHB}FqWHo0$7IU z@0H>mR*`8;@t6lYQw5(d;YdEZ1#!)y3m8$Yx?Y?v z;K^SP?xPu+KC?kVd~Bem_j}j*;;NnX|L=6fKRaD0&8YWaB*nyJPgK~QkFnc0< z?{lJYeT76Z;sMl*8(M}0sZO62nFlC7*E-(!C;gCB zz=|ZMqgM3vMYn$$QLu}))mB$z`|hXdJc-xfb^{xkdprWK3S|`gyv@z5Kxt&ZLqVU6g*22hN6d=ziXIyDsP+H(jPPYRdk^^<*pk zQ#Z(hR8zVmeqy!K!M3xx_F4K>)8OgqAua|q3ykpuCC*Kt** zL-)3q+2w7{PYR7CMskDQcnfsb@j%7|3NyUbO&Am@qbdBIVV}h`ko_>ezJbin`X1HL zvJ)A8V}#i|$EzU|`4)F|4$Q<03BeFY+pwff?60<=F7gUwAjjVmSO-sNh?iHih}v_E|7MO_9bu!FMEcjr-A%|-Kg+Nl3C_bN zQ!smLz$XnBdomEQ?(xLj-~M8ZkYQnPb&ZH2z$!S}&H$VB2b%hSZ{S~WA@!UoGEu(d z#<;;k?$)M8L1UfGj9(tQTC0sPd@YvEISuyND=uRUn|jyX6N8V>z~4m#hrhw6lYHX! zjtpM+X1rOkRy1WlpOCco+IW$~D4pSrJ1ae>g4iNwD+hUoPgRHVlv;N)C&-js z*xBQHcDk*@^ph)HDEQ0mwn}I-c@HGPJ3K*qk>XbPp{Utl`I*hQHK(l2dJZ*g>F3;S z-N_iuRt`&o*cVvVVQ1>FsxP9-P4enmU@FmUdUk27BA$zgYj+{<|r zpeNB-F`R?++R>~p&~_iPGA}IslXV@LlKZPm5m-e4tfKDQ}pjA!K)> z6)D&ADfGeMmAn(~c*OX#ygr#_v9<2)zCrRQk!^2l_H&3W@ZbSX>sJNXmLI01_!!n2)wx#=eI#Q{+&XJWCI{y%wnb$ot z_2Z@7fPKr2fk7`8k>$-pBnegaCzj#OM7M&(@VudHCzUf?c6a!fgPkJU&tBmXog4s( z%c{s;=w+hYbp3B`uY?jf^m~~akBfOT-X2DVwq&Gkz^3N8F7*Cx9pdKnL563E zw58QK(ADO>){n=_{R&EzbNz55CP*p3)J!>4|v;aU`rdBOCapc1?4i8UVfE>^SV`ddG75I-SDzh z)0UI|3zrF77*k8L=z%1tPe~>A4`BJ4N-*r8To>m9mNs2A1Q05|x?L`cRyZa7IL*8G zGx*fBYtftqJtDE(1$0sFXH2Q3$<_u#0__?)}Tv3#TKkT3nIkI(i zIh%rnM4Rp}GvMFrf}~*V#1r{Lld}5XS|YNA$-&}Y_;bD;1wqrw==Fuy5%SZ@FI~;K zBNIOEy{eS}IpPr*^g#W^?B?vRXP1^UA&6S6nEkMX@FH$-4>Zjkdh|+w7Dr!+W!9nV z5~Tq-=bGq|p{~8kNqua z)@WpzBuw>~Xn%q|c^^cHv?G+JJNx!;P%-7^tMf$WO;pm7qHlhToC_a`7chSz^@U&5 zlUwDdj>SO@xq+0K|v9ELYs9 zPv8yfh4!J8Ht5t>RXpp3o|JO?R-vwYV2Y*&j1MP3ISav~S>HN4XfOPf%P=IYrQiLVT| zZNH&V%KZMS?yzLx6eKUmlOQ@XOp|B0MOfyyZo8YSzMKGeZ5PRzQ$ublU*^sR)cgnq zshPA>8fV4m#rJUkH}}3|1D4;HHmFkL;CH$H(fjIc&qB)<=7{-uX*g!Mole?&q?B&e zazf>L7WieB8HBGiAoA*ZR+_-zdiKmT+6)`e%dY`>G7uM@xbQTMKD%j|lbz(pW5=}+ zC}7tOdUIOWK(vtTPp5Y|j889;HS(?hH4$o^WgnE5I1hy-4ND-T%BpyKTUn1ZZVSG_ zOm#MW#@m-Pcs_OudTaz*-2Jwd?{aER5x{(Um#0PXFQ8ZYbiYsfpWq|8Krc``Qy?bM zUI^PHb{`OX5`JVqa9LK%vlp2>4vnZ27mS53KtKzIj8+DnwE2=M!nq1B`L#wSW5DV| zZn`FAkd84rkY{mZuG8W0;(~v;eYlf6)ZPRDJgds;KACl~)tZu0wWX-8b-H*8qm{ax zld^@mujJGi$j~p`Hsj>TfTg#qn)Y+H+?&(l1UNZoQnFkG9%bV-Dzkx!kI-q}KTkVJ zO_LWFuwm{Cdw&4p#PnCV+Gg8!?4KeNJNreN>0&mrq`n8JZh0`Y0kA31LhPSJX`r@p zGk82Do;Q<`(`Z)R>$zi~7t7s^{y>7^c5}@!X1<(2BZ6TD3dA=L^e-q`_eT0OvB;{< z%`1od9LctD*fRZ(QH;K;uFe*gli7QtWmqU*&%hQya^T{@6lq6mTE6}-Z;z?x*0&95 ziY-!1?MpSG)mJuljzba_58KBC!%SmIBBpbvV;q3eGo!fu&06l|l1_E*?uSFrG^dJ+ zb6k_@H682s2^>AuL&IZ3(89J;x4PqR9Ds~;KRxM)sswkL3l2bU(10o9#@}eI0GlQ?N8qhyEaUh42o0C~)?-Y?}-74;2Ty$(|-%cz2tST(wuon@LkXx{-g54sTZZ_9{u#hSLf&OC; z^b)tP`7z83G^*rQF2w8brQN9{-#aqFV!;P02c-pTmfBG%0Gsdwlr)dfYL#MvCx(ThDFCH_k%cHgekKvY+ zA+!rL&;nF|DG{WKw{YpDkaKvX!Ay4SqgA~{N3dBRGf|@%LF-1IF8kTs9e0!c((f31 zeYJ0x|3Ygio}W+uc6+8|aHAWv7Ork(k^kKkY8~x?XS7&Fb4V@v=>GV&<#z2hs#r%o zGLc}eDo!P8CfBhsGEp^Fa;6>Pb*1aaPFoXhgqSXMNk}X=fE%Ei*a9yCmMqj)5mOGW zuDp$t%)?m~ zIKtEemZ^A@b=O8Nen~2W%~C^Fk$E-e{Kit59jcwUraUCLRbMIjDM!FAXq!|{&MbzB zJx-Q)8lR#>{1EvJu~VnXdD8I{Jc`lnvjQx5(RFa-sjbGyRkdT#BMnKcmcqBi4DGk` z*8*lOYncm)EjZ-*C?0CTPOt=mL-k4BH|tL^2ZW49uH$^5t{Y#Mo9zeK^dZ)a9?T3RgVA8j4+$hp!NT&})8SaD+kfVX1*nE_m&1Ag)Zxa7@=>J%nEARs|o%533DZ&0LThG*MaL;ASz zlv#ba-*%)eHT}3rc7mfN)@TYzo%pYQj@*EFqdpjOlp}Tm%AED9a>C{&fhWDUm+BTak3nZ%O!UxqqV{+^MT^jPlw+?v_){x! zKIVMO2BZ(#ziRu+sOyS}hDW(G0B5MDi9(Yo?erkzO-vPv?|uz^lQ?9%Y$U*$Ry{YvmavRSzfMI&|n zNtvrSX?+mE#U=a}-Y1erB)M6oMhM`pw2=BD%SGGM^+VKCJ(O!0xhd!pxo6c)&5g_J z#lpnWmjFCzL6=Y-ec2;VlvWlut@0UR^Gw9klIgN$ zH3DKUaC`*x~%PK9I-n)DZDqyXff~|;jMJHJ~PP&?(Vv-P$HKqhG+V2;|HRIamHyZ zXS*y@*Y8+&I1Vf<5?re_uV~jRn-i5Z zhM8-~M{ZlWp z$vt&}HDg*nlnkSHRXH*NQ~PzXZ!0%fKfe!~Au%G{0Bgj4Aoo3bVd?V_M0OggaC24E z@5KVIyiV_Tf3>~%WB+#qDGo3vo)hE=GZjh;v0gb}_msut7|10y%Kfn)aJIpoYdZAN zl#W?3Zi&|VA#-wiGzwf?p6%bzdU7=$&s;gM=`}Y>5cVDo70Ftci*-F76-#&k1FxN> z1fR$wbsBuY!i)%&boEg~=&I#4ZO_}rY}Ae9yDgiz^O|l%K|h#L;!`i3^7WqjC1?9K zJGkPdE>;**2n(zxXVLQ1pMKDk8e{Y(ub#$WIIikt`lQjuOVl^XjDsblTRL^de(-?w z;#Z3FRBxerFK0xcsW%JPW$}n?_dkIxuGWi{UqO#cx#bb2?&q};edHL(P(h}&XxR%f zMx9^gqb#hL>L-wSs%V+Rr$-jKznM=;HX&ynW2Fz?I#u=q1bj~hE|G&sA`$Pf{jLV?({M-ZjU0<1iLle=Tieas*OnY6l{J;3 zHU10tjbHa$>T=~Y8kSkjjtL=FU0MiYJnhKWJu^hSFqhY81n0kLNF*13Ai4iVf@Ahs zo98sg9LPboA0>3)&;XbD=|tX(sV|*D*k!T*Ya|s4yiR8fw|~?gRg@cG4Hou8ub6BA z4pTJiUVHj2;WNtcNgTC0+4$AnNorlsUX~FO6p=n~RacPVd-Gfo5Kx!|geM#h=g^=N z0Sv+y(IubM2d%EZC(?IsD>-rdFcKe`a2Ps+ed%RycniaXI0u554O@K$Uk%$YAo&ou zkCBjr`aV*lI1r6?;CJE?$H37A>$pn;*m1I0IbUOOMdSHgQqURV({Y<#7o4MLj!=*G z#i^iF5+2Ag=rjxXrh9Tak)Vi~on?*GnU{TQ|AOG--0lPT`?ARAfOvsgSi%z$5-*bf zIZQ-=O?GCc!uXi5p2U(rIDP(%8_ADX)uoAX2A@*=)S;0OeSYG&KL_V!$KDGNXJI6c zVDGlc_Y*f;=VAle7et7qtGQ|ocEY!VfEQYX3?kn+S1oTf4s}rG0uMe9cffn6Z`2m* zYG9Gy0%33ZPTGA?jOw5HtI635NKzG3*OM`XsX2WMJ1%23{&i*pJoXlIzgk*aW-a`G zY`tT2}tjwiM?u_o5j_j#Y^ocn*)+aG%M>QCLj zs;jPDyLMHzveF_gCy!M5c7K*Rj17UmFzgvL|NL+ItagQlv&g=VJb^da@HwOim75-{IS~xD) z*NP@gk`}B_y#PaWHcZ?g5NrF@%I!=E?ig;J_0P26WKRR(Ltqmb>A56W8;|cfeSj_@ z0SNyWHQ7OI?3$dLKdtnd5D?D$pHCvxsrK+2D%e#A+h%C>+J(7>H3at`-kmg>IrUJ| zJy|+Jbq4M$QNn&2kCuL{PoJvZdQuO-5oHkiujv(dDWs?gE1eMq{b5JRY+8G4@H9eQ z1x#0)`#Q}{bqn>p+^D}Gq5h4>Y}~ety3-7s3+zs;FR=VnC>Mu5uM)*#GyJ>p#|40e5fU(0+w(mHQ(7;;^8d_ zg=r1?U?cYkOkM91_)vImIg*I zy%u1J*6H}55qDN!F^aqsJUAGacWHtCyC#pFP~NtF^7r01($_ETyq!c2VS9pl>^SW9 ze+pC|MxGLbOkdaNtvu@c`SMw@ZLvg9iFv^g@Szt9^91Ngk}jXHGfn4QyxON90Zh@` z5jK&$mVSeMSL-pLVujkkKC=5qkEumy$sjFrz@WFnk3y?c{&3W&2l9_>7B`hhiTwYk z!K&!9Y$W415f$}2XS`?l(zk`hhoV*t{6nKtx+tyK04f1@Mc;ZL=Td3V5k?pJf=SO!TIJVA$avFy|ehDGZ1DBj+A8e9QZWzgqws( zJz}%ZJPubR7n%{J&BBXNU)&#vhDoB5N=8v810FWTFM{-aZE8Z8!+$iS635FXV(3=51f$z=otqzGDkitv z!@A6m$Lq74(2mnahiz@;%a}k&&#s-%#$6YdPo|o6! zDlQu-2QUTVSzY1i&_Ne5fz*FDlGZ0Nu5YZ-Ixo9dC@MXNu^;{J#ECQ1S58A^2)ST! z3O(^Nb4xmCYfmJtaA_&V=pN4tC9&J)v|tJ|m#w6!e^Ut4#50g@!ck1%Vvxa*gYECm z@##P-m50Ry=o(1cM>3cx!hWpn7rgCVCVIP_r4b}~iNP(BT@V-H&vQTwDm}1QyHxB1>Fg4A zBh}LarDC7&G zAX+{TcLBlB02c2We(B9GO*3E>yrE#osmGpmb}gMG-k;XM1~tGE{srW8ecVn5&tFQn zAviB7IN}H}3f)X|LA#5%bg<@w%dfv;t%1A0mR=%b!8#~}Ex~ZF;=wLN_8Pv0Yi;*RnUaFJb{hS(?$qfH^RFHCYru0Y@>;nwjm({-AHU&7IM$|-JBt&$~$xl zWnHbG@G-D=XHgxx%SR1u|CPAr{;MpcL^Nl7Tu@@LTS-QGsuG~1HSpNt=g0QkKyO0H z61ZsFNx)&(_|$KL&F?+ud#_Ra6T9aab>njvPmN*z8C+0rtN%a|e{>`wQNfM`gXnzy z+Q}?sXH?Nz-eO|Cr54UP5aN(S{pUWHKPAIhH(JT+CG&vpuAeYB81Q4U zT26Z4c@5^_Te7e{0g%Dnyt8okOWY~*mP?@$ao=1f59e6BF1%vW2uhu9N8F=YnkQ$vC>*%UEy@YaDQ{w%Sz%rGUE3yH> zD!g@db}P?@2ZR0sd1LI%Kl0@f@z?k&8e{x#{|&@JAG&Nb$Nx^DYEZzkMH`2I-!F6w zWT0;ejwX^L7^%8@s_fCQG-=I0QAp4>;s2sL4cNSY{=LN_prmK_^o#{6%tIsyt@Ky} z!%H#G2Fcmx@$_<`Pp15?NQ-)j7jW{ZPig-RO%g#wZFyW|BySxCU>XY|;zki>R*^2i zaXyom9+Dt#^5iPlA8xF$&{>!}ZNkKhE^5$3L~*LB0lZ_XC2-e7=XW~>HmAs7=QA}2 z{pWJfb)$gihUJrHuq6n#`3><+eiKGwt$S~1MiUfQ0W)o82;7inIw{prn;0>sMT#A2 zY)=Dp7VN+Lq5qibud!J;;zn}136yG$V5CJxOp9O?_3CKMjF-mSe5e@q^WG#eUA5?o zHLzqd@BAC#Uz&*djj$IhathoT4`NoFnupiyzBazC%^+xr=mJTy&647;7+WBH%xQxe zlT>W%Hw&`F8i z%1$y^uSBZ!&MKMD1kfY;@0aD(X+$*e5=6{7a)ZnL0or^t4ic-$_q^?f2!(9>zHgHy z%kMt4s`Xr5Tb9yVxZ6QOxKPpQz`d#{wQN)~)>n9gU)?)WnuS2x;B7mNE&X)4TLLs~ z!VoXxE$iQ`e6++3LT?rc?6(#o3uN5u`rFb6g|55tzBChHaWyI1eubu^*mCofJFC{<->Vrx9wlsQpbG9vMJQA_KL|A$klK*mI~ zD0FYD0Ku4+9Z^eEVE*~42zIasOou5u{;)P@T=15nbEAFCup+ilHwZkR>j(|)xx4{x4c{NAxtmG{uvN5A(E%D>^0L_x5}3FX*>$;zQtNPKYXV zUI=^I>yK&P8K^Js2e+m?Z+yJT=cl@Hz zqFwcM(9DwC@lEyFjr`m2!N=gzsEX)e^urtDQRkt)|ErpA*LBqM+hnoA&aA;x`URmu zH(E^nW=5|g~BiA_7U-s~@ zGt?bLeFH=0_z)n^%V+~N*Z@F%FjF6&vAi1$a0kZt-Hwjd3vCXvP<~Ii#8f0CG*d!`@T7Z;0<13` z!_>kg^J@=w&4oEmu9UEd5tkj?zT6oa;FnMyv;GqH?N4t@Ve2Q&l74_S)%dcX=Ei(t!sz@j963nkjjM>z+s|?NL5M2`pqi zOX)0?To)y-IX^^}LE$c4z1HXSZ|~(y7(eqr%5l4a|8YL0e6(8_a=(!BgvbiyTs0<$ zlX7qCJ#iQ>T0@wQAs8~`3RGKDx*(2v>9U}ekvP*D=Ar3cKVkFrMmK*Og5AckTN|Gi zX{PCGr$ecRYbTexdfaInxqRrvxXlaK#r-NR*FrdFDuoo_A^vD1yQX&BPD1%5OLd2| z3A&0EF6gRp`C`6hzU5<_sckv@uPZ+J#nb!+d=xU4!RKsg>;;|m3Jl!bp zsQv!wu%p%)Mu^7DrK8^>h0St@k^3#6z2c-6expu$rp_m{w0%Uhi1>@^6gENcKI+ys z5Ug;+{&0sj^>5S3Ihbh#+fwBFExNwiUZY2@K@)o<8=y!#6L8+f1U4V{c+sL(}9 zpZ|E|$Uhz#Bt}=U{xACLRK@!MA@wgEzaNMkXi6kEl2$6r2097v^soLI;D0`M1%wT$A1cI9Ip|CHUYZhxC+x~L+#}Yn&39o5if4cWFV2Py z?Cr)}Ht(P>hmT3l)#`wgBOaL>A0apUP7~S;Sq85!BrHi=TD8R8+d3PGMoD0 zRcYGvZd0C9zvAOnYL_-uQE$cOsGU)aYSc&eqNsn>`u04o4v-M#ew{wz(A8GZI-?Ly zG9@1%sa|VBiKK=jtqQInCBvuH6H$J?Xi8gT$>%|o;%%vZobp!2?uWmvH$*cSD&F(K z9%|Xj#OIJps{Q)X3kzFJR+-10Xmi%TVu>spYW+`7O{Dg}I_p55JI<~^06OQklIe+w z+3+M8Lu!jPv|0q>NGs)|D@=laV^@zqpZk}u@f<#QNNMO4Q}lIfh`xNgM*Qt!zd1KdVOngBNt-@@dMJAX45 z#6#?o5c5JFsDIhK3L)eusRzF?37iw9I60SY+;beBx@OvIdQlr{3`@xr8jgGr_esz~ zq`$FUiC%d=~3^wenGb} z7kZ#P{GNfqJ)SC|^FR8VC_oyBQ;-H?LGM)Oi+|5qN*e&kdP{gu`aTe$9|Rz~L{nG8 zzL)lJPV3k0VK%nv@qjcrJFycRM!xie5_(*^gTbsBPwSZCs2DVvp7v(-wY6CdN02W! z;V+FYGGChJ)a2Tejk~Z32e`jb2W0l>$;+#Qkgx-H-f= zh|x9pEA4RW?zw-C-$&m z(+#t;p)+`5@zlLpXrW3z_)T$KSW+C^^lI3+j1_`LabM`+Z#_xteVB;-_6lFTl#VVZ z=2r`X`uOfber12b0^Sf{xGv{@S8YQ8=GIxaKBUT88EZyt+5U?=oR!?@ukSW>PHMqb zUm*2vdwwDs;*FLnFw+G@Yd!mkmh6l+W60+v>DSYz26^3xZ6sa}@XHf3Eo6Bt@)vn3 z_#?@@81YA65eIM9ddgj}v8HmF2(QXI_^Rk?HqowL;Y}>t$p{R*8H%-^4pM_MrhDf9 z>DFB+|EGrk%x4VJcPC>4(${cV<0?V5OBk}(FyiX3Flry{g5iD^M8h4A`kV&kSb}ZA zK#)!YiCtbMR%P{}~N-u_Jhu#fOw%-Gf<{Kb@Ky&oukZ`2VL{j23%*G@3> zyo^fcl{^qf`~v|-0en|UxC#}M$u#gBt-vk=3y0+3E@~Sfo)=g%Z73aYB*{_*fovk< zhd~q?zpMGO?bghD8}8gq_Aai5x!Nt!VvQwc-~I7qOdB$$`E@qYtsA{6bgG70e|PDX zGM0Xt_G&lvmY4DXS!WH4DWZgEAH_eGDi&E_C#F4cv>|dWE!km0;wJcsfj>APMCnFp z{a7>?3rUA7b`i0ZD*jL&h4}7chJUZOR|Q$h9M}9 z1<`aND3Vq+n*8h-dr&3bv;F|UH0?TpxsIya9~ejCB=myfimPhj7!QF)e1!f$5mr=7 zo9yz~+1|Fio9R1s^m(N_*WBIJHx324?P!M?F*|rDTA=A>`IMVB8qh%H8y6=(nJro;w?bR{Cbtx{rViqH+7 zn?&pITKCh?q!3k+a4pECmlsfd>}Gu(kGs7Esqie(G~qO_uJ4xt(=~nfhk2hyMx3Qc z>599Uz=aBphJbs*ZwIi05iaY&_Nf$Kz?QW)w2MhdduMChaFuZqVqU7YopxooZJ)m_ ziRoCmg5Fclv8Y;?cJ28il}|u@*72ESi^Fj2 zUtIHR+@oO^Pl*?}xoac_Oq3D$x%xe=Hx_ZR*J=)xV+Q(;`lCxt9jqT)RQH#DN&j4y z6%LlOWc*qSZvP^h?^y(#nGVjO`NKp-F(PpQ>AZLV#;7pWil*2p+0Lq4=ly^`y?c)e zf>8laAIQvR2H3>1=az&Geq7){xi}pTM4!d|&baE4xM64%I2ssR8stzK9BA!ZZG)5+93H_K8PF)P2|Z%45SOyC6!7$1!AQc3@ctb;m`O&S8aK>Y{xW$f(33Uy;Nl7Y}Gx0{c)3C^$jIv z)&cksl%8A5F!QkA*uW5J`}J?BFjwNRD%4L1mb+(3QO<o%gf00|j=Zgn(NRh>F% z2}Li{I$nCcsxbm^z=oNS!1JNTIei&!Ey+P?l1I{?&g)m{sJ z|7jrhK@d1s%I~CW{&IkPxppv-mgvEPfR>DjAYl^E?94ZiAK?1H^HzM1IV3?f*+!Ei0&6Op}m_E!dj7(9zV>x1~wls5R-X z1`X-DJDZ@UhWmKB#&UF*fw0#dz0QnitP@}38>B?e?27*BqL+J-MNkj5>V6r}$sBFa zRbFXSbt1m_u*>PDjzBt!^yOp*lqSk)6mPSN0K?_{zMQBM&L5ZOBQWK8cA?&gFe zUT$AW1j3|r0jl(*Wo#Q;T>sedT^J<2xf9j<57HMsiEP9HEDDrVQIwq5$*mCrw$f-D zIK{EO=+pbfLD~J7Q1Ml3MW~Y!Za;+E8V8ynqr?0k(@sUm)m{Vj#eJxmDr&X9<|-m0 zUT^&3{rw z2p$=AM-`CrYWxzd3E`CP%oNT4a0$a`wHt7G1vo_{Zu$Z1?mn-$_B3Z=jo8=14NKCk zdXU>zYMg?D&W&GRFB`Ix`a;rv)3_woqza2CkkOYG9xgYQ(O^fCqbR)zRS;(u?tV92 zq^=t`7q(Bu#jhypo}I{9OW!aiB@CO-wk|03gE{>+WvXF{1}^VIu*f`iex z@1_~K$$Rs-sd#|a%cXkmLVJd+8HK$^+5C1fzT`P?@k#T>bz0pb8ji@vPAwVD49 z_s3-g3Z7e_vZl4P{&rfFM=@GcHfkzC+z6_Z#(~W*F$#NodfgLjHW4e;zib)M+b1L1 z>rggIzn$n_O)){63j%H7NfKh?_9x$wp^!+{anw>2wq1md;`8AIeTzd@j@G$E%?xa& z-n?lOut>>{UT@!br6g~#jbk?Ji|E{L94CsZILj>>Ry7|iG7{P>eh--Yyg13=x6+b5 zCfQmdWdh{cc(T%pJhk5K=*MR`dWbHZ72go^=KCNpx4;JR=4dt&`xfrKl>Nlhu3brx!GebI zG#azk2GlvDE_6HJB#+q46SqANT&H|ZTjq)bYsxf)TsN1>Zh?PrTb;dZ&0SU|&8I+r zBV;(2eCeBg=JtRKn?%y|vDd?k9!)GghX)gR(e$kGv8QV#RRigNPgGGNnqTz$CztlK zR@ORs8j7I6fz>*-hFP_z#svwfM&%iGFo_>-6}dyfq()>iPaPM;HlKMV1N=KNh3f=F zE5lTg2)Tqb&6?-fiqUQx=RLB6_S9vsguc`&_Q%=ebN1BVA8lZPtA20o!o-7C9=rW! zY>TGZzNnZfJ=QV@gL=lX_R8`?vq`qG7)7w(QAg&%VLD@1_2O8MW&UNgN3N&(y&S&y zsm14%9d4i^Qg;Om0AcrMa=0S41_|sWTew#w=$Nw;|M{EX`dnkyVq$UxOIf*-Gcn|t zml{d^VPoE!uxcDBYCI31$NlgWDE@kmQ$yDmley9LW9;)wm42nU-Pc41(Y(PjP!f7q zg*Ko_4mL~`Xe)U%4?Oq@R+nlWT@CI`jX}@Kk{P-4vzDFR=(RaW?!@fGGHr`&WceaE z+(w6H5|ILb9oy(YW8jm9aC+29`1LOQu{3vN2-*|yX46gl9&J&71vD5IykR6QLQDfz z7Vo{5O~Esz$di;?9f79arB{99tHy#KeQc=WYrEgYHR`*QscTKMllHry-x7Ciet<@) zm}y`InQgKEUvv}EJlUw{3n)cY1xUNO?iDx1HkhgcE^CD?$V;*?skzv!{uH^ZO*x7E z!jgb?^06Y&xSejzaD&wW3?!0gA(42{5uYuKlpS0j<&nIjY0^MvX)eO}|I z+i#0<>gW|V=?(1)dpEW$)Y@e*%cUf z^|nMt3}%7^<4;3;D>HNJ)o(*Vhr&Dl7TR!Hbz=n|Lh^EC4Vp7?r%$`p0SK&)aHx ztdO+iuWGfrme%dqlNf>8UZ->!wMdMVZa$l;JMT%b{hm+d3j|CT8q&S41dy92#$Ryi z9(DPuNT72=G+;WE0^Fau{V(#kw9keNRq3Yfz;{7O;jPKnWaxN^Paz)%LV79p#7F-Q z^~KFL{c<1gPM>dxY-Hr2;5=_*1h_XFo{1A>0`1p-7 zWs!WWA8Dk@>P!w7v~2UZgDQ<-e}<)}o*UR#ryoWQ7VkaiBbq(>EWAUZ*5+;Wp8Hf= zO2hj3LvnPP5$Ig_(`g>fx~w?$J#E^w?qAwzABN(yE607-5g!mseg+_fq5xn>{=c_G zk)Q=}Iy6)O49|vaXDGgDp<-~IRjq_S6-I{8#;TYK%-jC(sw6>Fm%KlY+)uwdQwILGSmKf(Xf+@xxY(4F>}x zt&Igk7qA~4F!a5cKLVhBbbk3EQ>>Gbv(O^psFEY5l^LeUjv)#OMZ5LkI?<9_W-Jn8p(Bh z45(f*Ji`K>7}ur;!9Hq!zuUf&K*y^@Z}W=+zYC*g{@axC)VD(1=m4P6p+p=W8NoBG zTu8PI7ULfsZE({PQOGfODQh}Lm9o^(R&)5$C6i|r@;U;No9)(z22<>(!qv*(-OJ9A zzz#@Lg#6!hJ#O|W|TMxH@(n+&|21 zzsc6OvpTUTzMXtOVdlaizoIrLq1Uo+BQg-0M7o`6q<@-ovds*%ta06H^IIhZl%cK6 zE0@V+D=oyHOkDiBx4R0u!wq4ltOhZy+7^37OjB{|9ok}FYKU5so&RW$wzKbPN>&lYe4@e9F0WA zPF1y&Sdn2_0@?UU=DFLvrh}$tJ;y+Az-vWc4Ssj5Zeq4)_FZ|@9p^$yd%0lOl?mxs z>LPs9JjbB0odw^Wx(X&{RS|g}QIBMo^14lRt-FH9XqyGkR^yg1Y`U`}mq8*b04Fms zN*H&vgA6G8zf6LZ!UQ^M#Ka^-oVqN_a$@dDG@Sc*tsyg4=exB(RXh!T{gM529V!2Q zr2%kYzF)DhtsHHfzJmp>XP=Q>^lDd{R$%ta-PuhH+eeKL+b4l_tWf{ZXMu;rkP)l* ztQ@xM(43-CI5ZDUepF|B@7G&me>=#Wf68>R_p$U81ii*CSivt*OmhE z6})L)LVMcV^#!&=us3uAFY`MuVb1pFQO7LDQEJfmePdh;Q#2IDx1iP0pbm#sE)uN_ zwMklzZns$g?AU>IOS9A-xr_f_YM-K!vB@?_qN;@;mq-`=wb zCgOzC<>;25h$j9doITd7TW4jr>8SUjNciKxP<(E{amp>w^nX3zcxv4PM)J@^k@2j%A>9TUt=4n?0Zy78_rA6Lpm>3XbU~a zr269a^mR+WMl*i|z2!3qXX=*<-TaTak1Uzw`X>KxyPTEpOmDGt=A8!)5ZCRLsCPB#ls$A>)f52Z1sb+%x?37gS_)MBUf_x@pCZjF<%f`g3=cC3 zTS8KvaE9zLvEqXN7E#Y zcS?5~Gtwq4TI0dpUE6HgZ*zpppmRZr$z4pyfSfTEj#?hGXHU)rgbB!_F7amVHbmIt z$45Sjq#_p8*%)2?uio%Kw!(f|t|9r~kGuJ{%wF?i+QIU8rUn?A;|hUly<*k&1`F91?ClV!A*qJ)6DoMwa=QQIz|EwPs zckeUP*T@@|yML9Kn<36gG#G(XU&m?`#_i0Gjy*=Q)h!7tWh|^AgttQ!y6i4D#DZGJqR z82*0Rf~)`jVle1*zI8Ipqf&+(ohX|_V&?sOv2zoKYVhMv6ej=ArpWpYol&A%2luj= zhcBt_+P8e^Sl7S-dIYuM`wLbt*5g5C zsXOyJp(RYFUC+I2NshR6tzFyqX)%t>*XJ(>e06zHn~bSXD5>wxK{pr;#|=1mmAjDQ zPdf}285z;L=rWeWv(^M}arX#JQ}K&n20ov&mfBRT?0$7Q+p1O1p19dJZ}TIQ$AMo_ z%OBYQBUm<-ePV5z|8p-31pvaJQf#e!r-Y6M{tM>egPHE~EAHlj0wr`*F)>NkIp=A| zX-3!()AshYzFzO1uJXyLqiiLOT2l(Ds ztzDx^iziF3V{GM)*6wgbeZA2N854#6GiSV8ZOxH)ck@435N*})p588ApL{!F?f9~H z&;`AH>J#$|;#*zM_d7p6EGU#1r0qRat*x4KDQrd>;jyEkR<>AWO=C^}SQ1Se;O5iimQz*EG}McQ z2PgtvXU{HLuV1#LQJ??(bL{+v{iF#=QozMPvGV_-aTGxOmxsUe%nzSeb0F)5A4u)j ze|g*Ah|6)MI1ou@U61JzuO%BJrK#iybM8m+6QQnvjWVYHqg+;<_^Ww6XV0lQ!mn6B zp6Pq%yQPc9(cOGLW@!u9q`P%vnT@_vl#QK{^o0fZq?sm{}-)g$lLzQ9gBVLa+6|~bRFuOe^N#LyLk^bAmVaijZ1=RT;W=Wvn ze8LxZNR+rnH={^7e*ITO*%+d)=35a(bw(}tmosu4xojMhxDjWlZ#~KeQvfg^j^o>J zTT~rHyeU+v#p)JbS+(I*!X<9^#?a+vAAB2=n{^K~Tk%)5-dNN?5d z*PW6offDE-uyKwjf5Okj`M)o>uP9+L8*!m1w}Cs-!1za$$H6K4VyJaYI%r>f&%|t` zYs(rONM%vuq*9nE{!iVc@k`MD(#uyJw%(FN}R1n1Dbx$&jyA-JP$lD>Tgx=DEB0t=^_*DHeG$F zn6}wp|Ln`jpeOttSyY|O+bY>p5uVzbgSOK8!K%c-XtlbWjVt(as&nI!|0KN@sm#lc zln{Ep7w>Y4TJSc$(&b%oqa@4Mc4K`KVPr|Mu~Oak5b&zlqheLWtPxsCc;1$T(EHH- zDQZ>zi)uP0u&SzqNw2eN=VsW-*H2*8FdgiJHYMZUL3st-gwP>@BhYu<#9D5Zo%+9|KbK z)3}hKvWh=#hm4UYUAa^K>kI)!_XMLA{>c6!4ow^cCg5_hCcLC>B_~o5WoqmGa_>?K zGt)`5qnT8olsBl7Na|Ok0u{yjlK$Yjjw{Yh37h;S-!9X@z30Wf&w4ynxI6n34mQXx zFuOwk&FEV+GXi?25nz_Rnc&cmj#R=R7t$BcDw0$Hm9J;$L8`9PKPj)`5|c&%jE9=! zm_XzzZvHSjo1X4H4qc#1o3uG_$ZTRD=Dzb$u!Fc!bX^8;V{e*R_|;isNR>1O!Mil7 zHN-GKw-=S}!>OeCGx7qp*#UehD;=+2wCldgyn*At0gy6UzP~*#W<}QmIqwS`AOR!MuiGK8nHc|xAw^M!+nhDf06-E` z{V_^sffAc2<2j>&Z{RxjwD{|wrr?uCeJN#=h=*>xN(H}kvKZdWQuod?lMdxZI;>@z zt?JiR8DIN-*b#FbX2$exjR5VMa$yVT#!(-e8Y5nS&1KMtoY|*Ajk!HbM+W+a0Oi}^ za6^$36wg}uZmds2cuHKz6RSf(R>a!b8+Kx?M{%z=Q?K#vS8YvwGJQFHo6m3K8!9VZG3fd_w0f;Z}esd z#nG>!$e=(L3t9e`(O#2PNl}#YfAGLTByqGX=nK&CFnQ_eEq13kI3meNq?>|rKgDE1 z^-68uJ1s{SGtHc-ko)Ci%ha-B%??Oz)bVB4Q%H@y*HzZh%p&~t+a*Ou_>#u!F-8<= zSvENc8Z|Ctao;XV5zg6`TqJVDPwa@(!$$qIJ8#an}x?U_u|+NyUkQ;Lw9oRP5SS?LSD^tgL(UGb03j~=oMDmr*)fySfGafyK| zXwa!yoSQM!;Q4lH*Q*&^NRbbJqUUXkC@|dt+nkRzFPz%bQWf z?W_Hjo7n-wA-iDpCmnlcgCBcgtSnG7QTr-e5N6fke>tq9G)59E$pJHK@q%~!OLJWz zZ=n*-eD3$V11;R|`{x zKW_7}db91TmgP8I^;2bBn?5;xOUbcufI@}j8)jK?IA?WVunw}nl<5tlbQ>nzh1?fb zT4ynm`9%^@W(*SP7ZiBNw767@E%ep%!{+nxxf8wk7x7wFho}PfilRF&KXIMt<#!ue(Ao%<3 zU&Cuuj^-mnCzY3R-#n~2b67U$i(4p6RoF}g`$T6Pj6yxd~_ET^nY;E z;jAiwo28wj-k%pOTMfT4jMM_KWZIp+R03W0>`kR@a@`#x!#+fU=|~J{KM)=k8bZ4j zsS8aplr;b>+I=dg>)C}Tx%-{(rhzNYQX0L25ocqSq-Cv_!rF3wT;P))-om*)7DR(KC%YQ|c1Jrl*(*ix%jwFps z=g;3)D}i?3+3_5+rcOpuxj4tLc7#z^-*BKvO^jv!>d%S%JaOTvWb zQ*V$#@+|oS2n>YdiU~cM zg+goR`9F#XKXhy?TxT2j(e?z7HBT93I`zhvR}qb{*x?G|x!|BT8e9i3;7#|! z;gWh!o6=i=;5yk*V%(#95h57-0sQ(82bn~IKuMZ17EH?eKWr!9s+y$gi`QHEPSF>7@{xF1Ke$TO1LV(;5ydO-4* z;gSy`r##p7*l^B;@4dagBUg6mCxu<}?4eI7iNtZNjIg-yW z@8J&uWLFWgNO_^UZ{^fux(zRDlN3?zq z6?*Yk){TIxE{A^2xXDDvQX3IQ!5QcKq(lB;@{*4Pco)Qj2MP_43^UOsvTIg#XY1DS z3gbY~W{rlFwi$^5x4fLwL)3=6ocLIdL*9TXlNfK}+CM#)#7no99dKbLCo-MuoihT1 z)Lzn9A_aV}z-xS4H39RUA zU}DCUYRP7=9xX_)L=-p8AB+RW5=xa)&jv+jmnu7%H2cp(eR(ipVOeg!ove&6nnv6rh&r z(7f^tGbtx{!zI&jt|`Cwymhw>A4*0V;9@Mb4lh+XrR<*E6jIF_t-AjtsSLez*{$<- zS8(b2I!;M)tm2jCZrxFKb=^FpE_D>R}?`^V5gq+%M3~*US}_a4^A^JN()v)+`s$bs=>G?SW9HECduGCvm3gM${jO1naaC-aAVQP3{O-j z`cDI&%>XTmnVpj@8vCN3g~dCta}c6wkA_^Nq+E&v@yW#N2}xcZz4h+`6}p@O#Z52xWQ`EW8g(9%*Zq;^3!BL=W&SWcCyiA6VnMxO#ZQhAIA31-txw zhExIl95WLx_NlZars{wzFhSgS?$jh$9PGmUy%93>(Led{|H_3xeb^D(9GG?09JnEDyWk!Jm(};CxY2jQ;5RW{ zSAXpk`w0W&d2q@jx6N$vm)OE9NDy>`UR%n1eH`9z58Mc#@1T7&pltEC8QIik8(osD zFKo%gP5UX)15QxSI6K}B3J z;ed%)O|FHFr(UrAb(`d(b(&^Z?ZQHhOn;n}SqvLdJ?AYlf z9ou$?JI>kn`-B{8A%N< zAm%SIKA(>(`Q`6#yl2zaYSrg(+eLibi9Y@TCGSaLhYx#+`?VkH_K2NjCbi1A*7osv znxu^kDd@>ksRr6TKEr-_ydEQdd7K`(`HXv>rTNu)F%J6^kA#f$zdg$U6+x);OVElF zN}y>Q^8sfI^A^Y`Tp%I|PZE?MTB1DRziEXj?7qrBUYqL}x0&W2*iKwW+?t%g+!RAE z?LU~p^X$MNVs{7*uGQ7_%9pYD4jV47aj?L`nMN2AVzTm;oVGyS&6R~6@03>YM8Ug> znN?ckrUbN7Zk5MrT4Ss1l_p1iI&SW|2cK%2$fL(%>uhCynWitB3R)a%#g+|iQADP;k;@P|-iS|;eTG+sK&n?^_7(F4sU33Yq zXP?L`ru^-bhOyo%7%LK3c&Y%dDM@N#VyRi8sY%kox&0X&N@v4U)UV~Y-Y`FT@c*zd zN&!E!J7aZj528%^;uU{A>;U5WR73tIYjVpouX@GIZNVc~tzLuCmu0t7J;Bhvt`gws zi<+dar`lXaclYveb`O-p%jopJ=2`+@78Mk){MdcT7jM>;$voaXkSQr%_dNpmdOzy6v+c}0(@^(5LqnC88n15bN zdlOD#O>3>&mp=L?sWv@T zNZNI5)^PMu$2sIIap^6W&NW1eZXX_7mH$2S;L}2@TSX2O{4_I{;%tBLC_zlSQySuzS&fFdbeOz429gk8K1?nuhq?gPPUI zb;D#JonTW)ktQ2jY+hHi(ZL7$tlnl!kP9Cw@wCIurO6{*20BB=Not<+r5ty10fk2` zi7i3Ov+5|h?k;Ks=jcML%B9`bUG7mf1zMd8Ya^iBfADrL9%(+<L6|Mwt^0;*Pr(RZ9TVCyu=Be5BU{A5jNmZdqk@VkW@>ps&@~V` z+sje7*{P6CQ2_ttnc414n;FTT>u%fF%cmSsO^wCKdXu}cHn-pIEb?#j9iCWXmOL#8 zy2oQcJ@fRl|376+IfLlGxNv9&QZ6Tv0>1zC`r{6+X z;nk72Sip#Ba%O3C$y#0Ew|LsRPceSPp1T=1Co6jBh<1togI#%@Ro~PD;ZNaSFYAxk~QWPEyHgYS31ub9gdds<3iU6#CJSod%u)qG9<;aV4E1^^%Oa0?Xon#*6v3OrtEASv;1gzCG1%7D1rV5HdH#*_b0$2tjMRzRrQx3VM}`-b zDSl*n^>?EF{A_=>p|l*rd|;&fm!ItW0To(aqpcpcc5Q&=N{n)hVkW8$M8p!Ez85186|Cbw2T>PY2aag_45{}B6ToG&u-bkVO zmU-D5R}> z-}IQJ35;OaJ@K^;NSTkOIBWf0Oo;9IT22&se5@cO8G(6ZP2@Ro+fWM+l?D$b&p~Ac2Q-_ym=|D8wefxULNT;Aulsue`7rvLJd3r_k!Y9QBUTQ;LoL1Wl;cIe%g&1y23jKXkrW4Mj* zyv!v?<&(v~&)35!!OvBh8KiOyVc#*^P_m@|&D9}YEb}7_Kd8MJKwk^KEj8Tp@^TR7 zXY0#Q^16Z!)B*L?{>A28y~9evX1bx9b&b(i7r4f9_8c|&gi`F$ZOfF%`H??$j*iK^ z&GLk+?Y%#8tjNRQcK~hjRgc+noL2(P7mY5u22IArTNhNsUTw(~_L!wx(RYMx!MR$3 zk|`n8w{^#k7~-f#^_<6)Jjhl2r2GXetJ%Re^2Y6b<&E$BDUYIn4TGLMs|eoPsy5Q`thx3=nBgq(zV4m+^jG*Y zc`&pPREyyo`^tBc$HV`vCsD0z+aZ}i95br6uk!z90rm^&NVJCe19v}!hNN(%sHVo2 zHHW?w+n2{b7Dtqc&AT(dDlQ9O(IlZ{JbqRRFE*RDl z1VX7l(sFxVe2e)my3MK4;%B~T1lUi<7QDkzk_}w<>LE(xPgO83U>H)HiY&e2{*h2x zit>?{6X|hi+CJ(zaM!K9o%xYSdiC5`lP{ysrUlK2GZ;I@_@IjvzqoF;8md?m^Kujc z+~UvgX58Xe7%sLkZZe7NVY4W_-%~7&crK291`VDxJ_hQeeiErAC-Q@8hs;3!QP3Sl zs?3K~`hTKepng4JQ9(F0esLNXh%wz(1h1theXed239+I#&iTZ3<4cQrmWuR3x_m}) zl;TlmOI+U^=www=xBGAy@Ox6s7*YguJT?{^n4ix+v+DQLH9V3vDyV+;AEx(tKExU+ zmBa~nbgMSY)z^yuVa>3iASF3o^Q?@Y5O?F+&}{2%en>}qX9NaLakK_5n)z{;X*q0E z`quTE3E0@z>R)^%vFB#Zr@5K|QkbJr=kdZFtF^~(p*PTdKtq|LB?mV#7EqGV(K!5Q za{D24$9$wD1nEJW+ml`T8F+qq7Zh|!&uNDsdn5%mz>e6UpG zcm6bJ^o->HxF2*RGv>pL$kxzGM;`Qs^7)166R>@glG?<~VS2MB!`;*7;#d+;(omMG zkjqBJ^;r7(bL?RNMs?YCf;!$jUT##eNO#<`8(DP!O2LU{irs{s@O*W^mF0P3V&d@f z%9mZ`RyBD%Oju8nGTc3B#KjSjHTl1I>mDWzC>=9q{wE`8Ha$tmgn{5CfQ=T62k@R@ ze;Q*cF&}REL-~cD(Z38l_a*!LIi3kx$7=K3_XSRXh1#jiK_GmcG`cxiWgx(OpL~|v zAA5JXy`~QC)xo3|ml3 zKJQVX{>6NA&B8Ma54Xh0HDhlOxa-+l+TnMmhsh=X7VUwz@p)}tKja@-(G(;olbt{J zs6O5ZYBXsx!Dhd?p#1Cuo5&0~ONYbP>I83J;eRkSq{ViYF;OlzT4Gx$9%rg zec}RZ@3*-q0-8x((K8x_LbqD=6>|gS4c9@39@paXbb;MGQ#A%v2)4x)YH_Naxwdlf zTr^#;=Fa%#KrG;#5t)XR3qM4!YZDJ)L*4wgkob#*`!OU*BmtLyXp+o-fe@zE3(l1; z=xjR|%Zz;mC3b`(b|A9M=9^bIxVBsk0?VJidQI>OBmrLb#dR0;# zF%x8Tjka3E+;8G^{YBs%CVJ#rKBL~OFn(e4D&*>v8I=KVOoRYiZ(s#Qg$@)zMyobq zQ*bV)5ia!C#DbxTK?V{Y?j?DsVuMbaxewQZb-Fz*LvLi%ul0AV#+Q%Ug8?Iz%_9pN z7euWBCZ$F62X2pDetb%YD>sK+F0T_D{`Z5QXqxjeiwK4&ei?`cS`!v;>@iIs%s;|SZT2*Y`CV+~|9F8mP zI%p@c6sC-t78C^AIQKm@*g!NlEsB!=4`m%g8_qKQr&!?A|3g&T}{# zFE_;Ct}v@FgPJN_%IvX4?gv>hdopAF$4f?C%K_K1Lq$g~vi&0Sbi{@z$+q}LrGlTN zDfYhWMOf!_xRH`6szE#I`*9Cp?@|;eBCqE(`z7ip6u9NfQ))yNi(O`UYpu-hR$j(+ z%W6>O*cz=dhbx9K`{+pla|ip)oW1N&z z`|QLH#@8B!fllTQDBit|ZX0lIosC1byhbq%LH_etmNjlF(ujG-z4`B(Q#Vx~0 zn9iSTB(JEiC0$V!vkn|kt+YYNec1>|Genm1dcAGH<{~2-{c;+fCWTJwivm0tm?E5%!XGS>BR*SmgOd%`sOD93T7d6BG+pA;Du z=-lXpXT2^kvavT|Ba`AJ&aSzZVl~G-#9TQNV7{+x>RwVCHB78zTGfCUy(2Qqt;@7) zJo@MfG1uB90b3^zXpDbmsuii^BYEa-MZrfP6%mfRTyK7cI~@j{>z@Y-LW<{P?Fqh> zQRz)6Kix0F{amS*u%&q@Nd2Cg{3zZg5N15Eo9SxAO}VmG)-GB0NL=O<@y;1;d|vH@ z_dlLq)}&}(ZWgB5E&Oc|~<>=@7h?d`ovuh!h4 zj>qP6cTta<(JK`UqJ{ZwFj?IFwk~KI;olzGfOgaM&J{&?(t8ORNgI1Y?=OGskHf2V zlwn3#$`8euVEjBn@%2>h$8=U>Dz7J7V(kUy`viM@EE540P53%u(hAQmB2{)pd0I!m znaequIHVSWT1;HMKUHxKqZj+AU~oPl^bl-xvF|8!4uDmS_ZuI{1Ee>;Z#XoztV3?7 zoAs_tDb70Cn;p$K6*nwKU5*s~Sg+rgsS7J3dObE23gM}Y|7A8tM+|flvM=d!z_zq% zxc|#T?RF>Ndotr>XwZ*PjXn6VVZH~@3dze1Uc1~?ODUbV{TWzCLDY3RnqJLt^9*Z3 zHymJu(`B;ztQ1h@Brs{4;DBi4_iI^ z0fHETAPaX4Pw$C>&4qn@^XBc8-PZZSDI1vs7lPiymDdp`;TG^?983%+i@%Q>F_#$Q z_es$3zt|wON;_;NqcGa)Tp|dr5k=u2lN2Z<6=!H=5~_cPt^k4x-p90#C--{W;z3v22Zsi=urJAaURLHG0&1 z?`DCNng@76w*ReIspcQ zqNX(_RuHN}Lb$*tC_kFXtnItHO`Euxic^c&TtY<==kIhUe~c+h{e{FiIt_l=Ehn+I z&t*e@u$k`bF4H@C4GFcO>47b?_>Go1JAMlff175nbgKr2%tCViStEBte7#;Ng7V0E zr?a0L-u5KQKMH^eWL+vKQjCW#ImK`{*%^yH*!SL9Fo%dmC^Dy~YqUdRKL@lnCr zaQ-{jR?OKPJO{MZcR@_W1D9jg+NA@u_+&;DDn$inop;~|r!wioplS2AuC)h4JUI%!HGL2 zrk}(5?Hnr>h0exrTH^9qBWJ~YLIrI_qn=ObE5>a-;RFUPYUADCIu{O(1FI7$FROyb zYf}L&wmaB@pM)UGS!mghWgP%k4A0KRb}#Z6CTH|^D{gPqN& zIJdGEDDu7@J?~+&OY%J2@Zh&VQ$4D>tc-IbHnq9!ty^>esH<~|`(;pWDCSVTxV5k< zCAH*u^Z~*3bwiD4G^cUfN;m;MEqNRw0+gflm6Ik!2D%CVhor!g1c0o9BT3T#^H>c6 zJubz(XJw=(_>KKl{-m=@bR7(10exl0YN=1YCR38MF=+J~y8ANSN{=xvx258y(LKDM)f=f3|Kq8V9z|JiS2JJgf^qWhhl)Z=Y{oVi;|E+q&DrA*#b&43dv8=M~e^ z);d6|QTv^DjwDApiAD4k~JSa{``Z}C*K8EvKTnW`~LDk(OvJ`Fq)ktW9H^SuqgZK z{`PL{=Z3Kkyc+hMQ**@s;clq7Z>}tZ=4`-hwsHg5*~-3B&sQzvOVhc zNf}uEAuTnR6TXL#soBMiX40_zEv(kUHt$hLZh%g)#JxmRNfkM+$e?cfTUi~Ko6Hzv z9gMg+m&DRJ4=F)8T&vBkv(PFx%>ShK{ez@`lnCQqAlF5b zZO-@8c<7AJi?0Xow!*m%Sd*=~GD(3(m$(UjhUIH}E{$>4pfB)bI(lNXl4gw6C(gDg z_>j%2h+!nv^mSAE#?2_OdlWZ0kbSX(&}#XlBk&Nn%t|t7KC#vY$9CA~eJ-}armW1p z&b@K8h3ao!c=!w>l2wqY5m$QoP2(f7yVRUSf=5R#9^04nL~xR0N zvA2o%$*rN&)N*8VrugF+QDlbvxL?X4WKx9X;%Hg&oZayMdmLj3G>##@JGC(dGB9m< z(Oug%@uo&^xsJf5{*+@8wse%(g*#F=vcO^ z)X;>7{}^9?81h-ZZsVQv__;sfIq+R7$u^f9&+D=QGDK5SEuIYAMH$l(gjr>n<+*i-O<{r?~f{874-P$KN{KP)$xbf<`sC zPv2*H%bf&L>fb7Dr0Jx5-8STxZO( zPx*{R{9lQR18I|)z%Q2j6j$n^usB$7=#7(1H93D0$b+I!}8@BCaX0x5An z3hRjB9a2+p`n*+rhbNIOkIo05iZs3{#AwI z$CQaMt+XY+>lLlEB=|!|sr5$H(b^c=nCYpN`xLjqoa36W5K4M;0r&gN;Zc1yRI?lqE0tFCOXhrM|o%f=4H) z9JEA!P)u=}>`L*jADq=ngD)xi%!TqaP$P zU+cC;_$mF6cC%m8Yrhe|20zQqPGyo&Rk=c2K3T3qvr#Mhw#ty!yN|gLdc?3;kNbmD zE*@^bmn#{!YWHOwLcx*<*laX9 zC^33E>8@yasC%|#sMD8nO(~2oHal2n!%NH;R%HWwG}!A-Y|oq4^0#$8W|3r2$XzG< zo{10fgH!AA%Q<=tdL!BfT*T#SU4ee{5ozGrzf4Dbp%5NE;pYYMx$qKrC%w!Z7@U!& ze1W0~Du~W`RcVuX!*6E(6JvGe)OmL5oY5Usxr1r=hKiqdZvpyh`SOuL8~N?N}JJL9)M&1gI2lO{imfj-#9m}tG>Whtw$ zT9@Mu@2ct-vN~HLOQFgn72%?)6w+GkrwF&03}>b&_ib9i{)Ye7Su&n4(mvPA!`x3Q zPE_2J=2DmXeU)J&=#l$=U&2XPVKlT7r=j!RiCVhc4H>!P6PfhAeO}5QksTAMJXis{+@sF_261oU7@o47YyRSi3}z z!JDXPmD-CQ*<>II<-%{4H`n$A>K?~VFnS8Fr5f_pa1vO+^BuJnRo3kMo>qF?(w4%k zp5<*jIyz>n+X<|QS?;~z$n~=gBFZyVQ$%JU?M=8I=4$pTbu6{I=p91u;Z!Fokx;R} ze9ia+4|UxV=!DgD9GSX$W>>vsXXC=M?0RKUlm93-SBH_7ic$7Df8VEIfzY0BhkpPT z%*x6W8Z|e+QDeUMZ?^{`l^T$on1%V66LR9vYWm_*=b$ndVEs$6_GKhizK zM(Kc!WlENXG|qd^uPc83U#FfyHeuAIta3X{@!<^1W~2 zMs3Tg8YBq3!Xc)VoMxn-E#-U*1U(-6IN#)nZMw;?30JtsAVK;KpCxzB=Sr3J=HEsI zSikO*<2Sy~3ieQ;r7QSRw`$F$xLM zD%}fnht5(o`^{0(J87I9r9nne7^Z^ zrqvgKyDCK}oKQv*k~9X@eJcxzcr{=lEn`RWdo+)6F3|cw(bp)D7l=GcSLhad+Y(GX zvooA}L<@D{GnAn4oRc70@mFy z+Ln!MCfi+}%L`O<1wHE3_j3WI9IVb&HzyKiaU_e}cD*wD+Uxahtpx;kzEGu`loK;~ z;XHQ2YJ1TcFcicvhx>-h-vgIR3_Tj*$3A!k1-a&Xo5W-{y^$r(pUJucZTMdf%$#Wz z*c}iS^H`VGUCqRht*9UHzyp;txB%5nGXb ziC3q@^qy2z{U^d`f)uX#V~zaoy6<#;4AwSQD|flmY4}1zM7u;X$g| z3Bc_%`@i>%2qVLR6cXD12+u*Vf93WFiE}G~VoX74UAd^DjdK}EOaRVAqYpB?w&m(* zgcznkLhth~$sU~mIM7HC9;-$3J1w}O!;zpQIdPX6`y-@gk7`6S3^tjUEjmhF1p%4{ z_kbUM$K+;q-&sWb{3I{CL8OC6D&t-GLD{s7Kb|D{^cfQ#UD3Gfiu!&tkBsX*M7}M* z{5r4=I`yncb*-^5=m`0-#{r7XN|)6{==mEClx`pGrMZ z4*+^&i2CU!){SMF7E|NADkq_P)ZPd)4wfUYlZKcN32}eeDInXw(sN}Xg?6;>F<5Zn zHZZ*%n9;iOw_X=kZFik2fHn@9FfzjEMHAfZ8X?pGyEOCh+&d@fiXJh4=$>1GVT|`q z!od;Af?m?Dd6@)!+D9kNjK?nXSe+cF)#HQZv=$TR1JbH5MFzKT&ziV&X zLAnHI0#oX*E6H-2WSwO7effPkBJD=LwQ?35^|%yV{v!;Vv?NhqF0Pfw6G%6&F~{|!0gPe;p0&&QMts;+-Ma`2zlXO4U$NzeMs~hN7JN@k zEauqn(;9P|34q7sHly`dP8re1^MjNmF^~OkRlI1o>*u$AH_K~&D(P$jGuUFBe*GjFul~ z4_+(-LSbI<8-6cb9?btj;emV~u@9`*gWLsM28Pr5wa4<6QcpHcCW3;yuI(d zoM1dZ{V&+MEX|G%&;EeK!KLf@Lo^groueEqRrk!ti!Z^oZ|4JbfEGJuG#<$ycS`(* z;H&&2YW%F2=GD@55oF|XNn9P3OsEa{>|YTDj%huwI?{SAEbZ;D?Tr~!&n$eh2lDC+ zA*Y$GD%);+{ptB+zhs@lFPwRjcPwK4Gkm&1O#jLIVWb9O0F{!I2|C+$&XL3HO#jr zCT~+foz6mi0*i^GgO0?j)S`E#6-r?q04!H5P`vCajHf$pJySx<{=ZoOAtVd9Wze=v z86T#JiC;hn;Y$|$`P3vKc{rcnzqx_+KMSHgOnLU7x16(d4JDtiHvh0+uceAfFm87o z0x~oeT z3z$tYaYc31p$w!o+!QmL3H5%2EGeQ~Ktw79zC}e{k&!OP1WuOEo_As?XcM{<%&iI8 zORu_EtkYo{{*3sb#H=}{GOa;2)vLZVU#JVZr0_qS)A~CobU#R~pb&Ys(c^(p*Yil* zvoCOcCwWT9mrX@lZOw_-?&gI>rIasPq&?JKB?>?Knn0~J(eC?BJ1yW(*jeT|pY(m` zJ^r=b=k@D!ZXm2&>|}*THFdgdeU-*HH8nGX8f~F`AhztMKON59J03!brtWA;B6W!XN+cA2} z_)Smp%J2G|)9!gQF7FXA&R7$vLXq`oCsdhN0kQ}X-ysjE=c_r73~Lkgb-TJ4oIQ2E zx2JS3eO_U#ds{0GM*9$Sc3G4R>8qG}^7`22^DN22#nl+OV48YL?BbV)- zMVR$Xb@pQZ43Y$8>|_&0(v1U-k*25$UR|R9&d8TAXI<}U09!Ee`U7tpqY7B?@kC~b z{xQ+8?|mE1<+Dtt<*h|>GcNQ=Ue!Xo^?G&Pcd-Eu9}&{=?4#ryc=-UjRj z?(*&khTNeD{v(Ekb5F?C_^?NBeSfH#iS4VFj&azm^l_OU&xq^q{YgJ~A5b4jqsL^p zlh4~3$mvOxdjl}yEitN0gn0s?Jw^o*-)?C0u6s|GgL4FH>1;?F<-O}li0-ePq-%0^ zy6Jnk%Pu7n*spvfLCA}qJGY~xPio%#Us59iWFVGwevzJa7^n^zjDM(oonYwQE&Lb=3J{nQkCVr^xF7}p*6@Z~P)u*PglsCnY;Rn| zumP4ijeNIr8J%r;9cshXoSKOqdV{1*#CVrbX(nC=?d&)&RN)NWkH3rwPR73`7K4tK zvVla1D*YD)g!=ta+bsrSGF!(Y`@y$80rhP^+_hgk^&l!TzVs6{$&abPNbu^Bq(Pb8 z*Go8}tX9C)7*B-@@okgnjkxE2_}C1zK?}JT*x|L`!eux(e0L0(=`Xo{eumQ4Y^o8E zz5d~KXbF5+@4Z}~ZO-;S)5{MjvRhfPrhw|&4zMEh{l>=D^rIjLsE9d3lYxFT@YYk) zhV>+9Qyjc}$kxGB#I`cXHykub<8N~hL0*YD1o-nShGEAWx-+b!c;8?-y>%!jH>9r5 zmf_F)$7%cFW>}%=YQ-utuBhp4BUj-v^d7P54H>!*D;g zM8B)h@lA7BYO++ZP-Z4)tz=@qu#JV?)Dcl)XjVfgm_vqqwR6EvfnIew5wj(jGlQwXWzV+ zx6+r1G}#Eaybio(-Fm!OSD|g~T`vtUJKs7y z4tmayt*>#bT|$^|KbrCk|K5@1as8L)^JK7A6t3FF#Hns?3VSXyLqmGi)-7<$L2a<{ zk>>h~7e+$B*+9r4#U?F*%8KS!7cwzW#?Qmha{7l*Y*IaQR=I~4}FcQvNcx8({(%mhL*!Hn4-XD>ivi5G~AsiYk3-B87S6?J(*Hn8?eqkH?G&X`8 zs3==gkWf|EVHF2No58M8OZtYm(S6AA^GtaYrEIoM2K>C`=^Z8QHY}i?4T;-rxfLeEm z2SXy$&f56;2?b?g&YBgq=W~VQYW-i;I_m!g=)Z|GpdB;0!QuW69?-p?(XLj0{B9<= zy^m^LPourusXln)t@7S~z+JySw>uGCE}KA^U!;a#+*N9wKb`h+#Dgx-#IN19+nY`Z z>!fgYa0;4>3iC#HEltt+i;qbHRk9fFd~s8^z$|{SFOH8_^;5+9W@u$FJ1`DXLJf(X z*nLngJR{z+I5>xq2*x>;a?$&?!L<$gA>JWM3L9Bpm{3#jYH_55ia0Slx_7oPo|4gH zd!4G#b`)5;ZTT}AuWhLtIL}6bDffN4+qE=eDxN{Fpb&GxVBM`KNWpUB3g6sT8 z{#RSYiO^eh5vceoIIDqW`3ejnsSX%bkftR6=e@wb^M?nf_(kI5 z{wo=M8@wkED5x9*y_K9`P}yYq2onaZzWDog1Q&eX^rL(DL2WCB2IrOrksS6Vs5U3Q zrzII&Wiq@y7C7!RBx2qSt%83nxk*|ZY=ob$1G@&UJXiY_Dd<1-_1Zd#))1B*vg9nk zwnCL^;#D)B#JJ2gbT5mA^fJ7Z_J4d{0DOMYuLf)b1zH|`mw{J$M*uDat3!HBuVhS_ zB-||5U&_Iu%xOr2^=AF`$;5Cw+R{5hdwr67)X3m`8IUsdh0+bCIHu$xN%%UHr6%HY zq%_%>Jh=f!Q{4d_ua{SA({R(3RaaGKYrY+?*K8*pn=QG#9%l=c`KL+&lP-l^Ik4aO zR8B{A$0uYZm)N5|jMJcbDlb9v5zU=96JKAB*O)thE@hYK5w-^NqkvYo)paKuN|#q~3bC2NxpIhL`oXCpc94z_w%xv?k=PRL^STqlwrm~YEvr{UP=O-;RR zK7>TLKnSG8j$ykX(Y1fS^M*j#jm6mJ7r7AP-2PJR=lFZ5W%>pXjh@_u`M|zpUD>-e zedVl=V(U5C&sSI3TjO@@R!3C1WkgJj;)OkOiZ zOSB&hbznnH`&md~F7A3IcMi@}b6r*@w6HkKJSZU0OTC>qXGX-I`4zpO-F|mZ_nu8R zp0lHOs-c5`h@fZ)wt!dIJsIgYC~;ffsZ$x80lJV}S7-9ky-t zZ(a(t$nGyn_30TbYE~m5%+xj)vFv0u8L z-;wnA8i$Sb75JHWYs3zpAdCcl6ykco`k*CKH|6HqS_GY_jpprhIkflQpj-7)gXlcR z-(b3EA{F$;N=Ubm!}Kd_t?)0$yWbc_^JB4RM3x`Y!tt9LyTeO|kv)Nq37Ux?*`2j1 zcKb64=l!fmC!G`Qk&Z``m+=9(_44sWL>z&4Fi$b?2*1_+=wQhAm6e!*0_z^BdvXD3x`V%RA5uu0(Z8!9gnRJz+7``@)e=p=e(>?uI)05EzV&va zA%gkn5&HNf{zjSf6?Qz-?OQFvc4NeR^U&M7ay^jlyx4VPb_4mMo*rD*I^6h;R#og70$b`zZ(DHno2>9~R`o zs}y8Er!Yx!RsYCKKu-=6As?j)7(2 zy%xX6OumRpDu}0Fn8ItVt-hJH6wo#exNRklqCMykWo2~{hs{QrFCzZ`dEJ!OL5OQ# z|L4Od1%>_(f}TBss8xTtE4)1r$x)HGowQJ(x&(u}X8G$gfJa#qu+v2k)%5h$1cv-=V^s5p`J2ac&4q&cLIo9Ep*%FmNGG>* zFZF)+u1Tgh0Jy69D;B6Biu{BN_=9rz!W;Fgn>XQk1lg15r0?vgq_xa^&1Ek;q0)pD z@cCV%LV7~}G5F%`8FtLH;tYN}a-tc_p4%~|0wu<|@n!PI*eTX7?zoCEIjU0GO3ZIY z4Hng@p1|dhT-n&{ITl!#OjWuo0dEE`#C{_^qI2UZ5)qqT9>o- zuUA57tfIVhYWXMMhA};EH6@^?=vxL(13Ml5C+J4cKkc^_*?6#(xOQe1h)N{T_gCR_ z%|6ewL*S`MzJ7*}e)9fbEf38(GcxGYDyIHKPd8||IAk9YNBNF@YA)b@AyN)Qi;O`` zB97W0dTN9FUw90{W<{i}Gpkc$3`iH>vE-znkGAQZ7XhoMXQ6j>1iDRk@TJ!J<2mtP z1IxeyTowI>QWfiG%l9W7f7+@UPgt-+U; zb>sM>1vA%2%7kKH?9!v0xFQbBdPDpXaOu={ZK@O^ECt+ zw??E13|8S3wsNVzBzSOd1ejS4!N*x>h zmYP|fnph1=N-xmcceTdpXN(YL+Bo=t#?3O}2Q2oNMBv8mk`hxbte0l}l$mo1uhF0! zD!w~ZoVW6}@ori=_S&&CP|(tuaI;46wP2BXdWSw`DW>~F81ou2c|lT{Dy_u8%0x)~Perpb3S zj6cWLqbC2x9xeYeYrsaIj<(2}MnZ`flNC+ag~^Me4^K(@uC*}1hB*ZRyDel;Rg8J1 zGffBs_TxGP@901x0gFo~)^fRk{jietxm~hDRx$&;Wb8%Q~L`A~az}<{EQcviq;o z&J>1t@Ld7AxZ5F~bOZ!G*hv<)$*Wc31R|scL4I#d(>G6WqN&gvWmgmr|48Zn#+&V< z(#YUzf4X_1NxsA;!m=DLM#HR%04c6-EbXCEEymH$CQ}E%#V1{zr@Ra>Ub7Q%hq-=& zv%8^w)X6b_VI)O->cCeVTj#wMk$(XGKUE&mW#T3yU+7Xn7CnxKDlLt?c5M<|HG0N= zr*txH)=JxxZLfW4Y9zlRfUq6~z0o(fldAx8$4n{&byxsJenBa6x(s_JB`{ZkrdHo; z;(mXQl>zTJqx9iCJF@|i?3jkdnV{7EaQyCZn5@ur23k4M3YKp?F5Dc@^9a$De&{c#^sEzh82ZokyJyR^gv+mCOzg{Eg*WV*`@DCoG^ zle6x0ydaASv9wEquVZxs~h7Oa5=hXBEXy9akCxNDFQ z65QS0-QC?SxVsF_5IndJFu1$Roqeiq-Lv<(um8(b&04FwKk4rCqUT&+ZB;35HQ&=U zzLx`O5CTn!4UXkZ)@rBR-Sg7~6L$3T2v6(Yw}MAUhXR;Y&ia<7@KB5GKOtOIjLe&t zVWfyyKD+FzEFa32BvVJ!V~50avne8G8x*^aw~+0LNKb8fO$R9)vyH7YHO@4RG7UN{ zJGioO%BX7@o3{`I87bwQV#a2X|Hkht$|HP9yWW}pq$_(G1qF{lL{j_UOYR7YH8}RP zOmulmd?IYSwRLs0(-YtHVEx6EF3(VI6R~3=GCDG}i&E$m9&yu5NynCEV1W{Ipncr% z%(Xxk&No1ZpTW!9_L}|V*9_~h_FsI1_z;yx1HnAuSi$h-8U?{GB@na3E#Ydph2Ja7 zX{nIiHTBE+YFzJ;oucuWht+=AdD4}`R#9nOm%lb6DQ)Y_29n&}?&h>2R!=KHDp&6E z_}*B1D>&0?{R#&0-I+FhlENoXYTeTou?gNvPf3pZ=SS3plqRAu#ZA_Wdpo<9h8~--&7-%zDvz2j zT<{e2xcXV)=I#&N`&e6_hQ6Xh*MdNOrC@N(?fe{0jg567Emo)e(cRL@(Gq7ygV*7> zr8+}Ei7i4@PRq&yLo^(z6plPRb!h=@W7;_R<^BhoO<4M z@%7S$*_et9C}qJQ}bpCO}y;|0RU%4k|Gr0*1m|P+C!u z2r}&AUuhc=+IOE4eFYN_R6Gp9G3i+HKsaawf4v7{p4&$R(E5;^8zt8%^1X0`z*;{g zk8bX7KKG*L^TQEdXy_}I`TTT){F&1V=W&sqmk$(Q&XBPvO*qZ+sdiq)FU?FBZcLMmq~P$6z*&3K_R83xxj52}=z=dVFbN8f9X(}5RMRp;YO?wDtlD}w z8^?SHsDkqVNn^sO0(b97tQp$iLwLOFd^SS2^9@KR5Gk6F`=^cs-l$;z<0o@XgU(DT z*B2Q#(yxh8yADgM$CUuar0lNt=CY^ZZ85EN#{4Wk6B2Z*?dPx-8;HKO{fYZ$y1KQc zf$;U?i>)9qmgep+JA4-5z~QKk33Sv<=Vi;&Dz6_MR}OV5%bKm>o^67r4wjCQIex)L z(;z6LoG~yR>7SDzGZ&VhP#}^w^>{-2SFl5;MFcz>IrAa~^6sh21K$@(tG1uIZ_q|a zye>~47@@g*`#wv!RnPKA7fcGL(l;rgpk*@Ces`4Q-W z>8SE3FcwCuA4861j0zKKGho{~t*PlhZ#!VlnNLW=Y4ayqVcSVx~$}Y?2|#iU3+X ztWF_+=7SY?fGc69x81USDO~BHgY~g{hN@Dm?op#jz!>|{!q>)gwmmBW#I-~r;*m?7 zZ=7c`kDA@v`)5-3&SI7DDg{oJL@cl)>L zuLG`CqggXW5ux8VM&t4R+FfzdFd6v_dNWB=;(UqN{!%UfuNT0{9uyYu_;WLjHeL#o zJ!`1AT*RbO;|2r{*GK98PPna&>=nl>)`;4q+ZKCwdPK#SB2qyzLo!-bU(8VAy% zF}(7Atu&;JSia9u`TL+EOSo`Tl*uGa3VTen)S|#JM>1K>WMtw2m1;u;E6=7NZK|?T z75+voTwQC|e=TTjd#3MV;_!uhiX5z)C*(V5?dOX;U#XOr(8M#qmZUQg$T z34|JM zv=Dk1UvvdOth7En{$UxLUxQX^X_Dwp;v2lc;yJ&STw}2lo;BZ3VubI0A7LGc{!coC zw<#zcxuXDhQEiaZ5|pP?CiOBWEspE&0?TSE{|vUK$_)XMrQKXEYMVexzy>5rYN# zw^*HKp@;O?8J*Cs0}8Uh#O6kM%>(ZGt|h63Fl`;3;o)I!oU{%kBtC6rngbS=W~VUI z)t0#n<7Ptfz6`R`f&q|1bqNPNDRk~8>o+}#8ZS`B45}R_;@U-Me*R`>*!7*2Wy+ z+vzIGVyQ2yb{$5;gJ#01+=)HS_qyIAQ^mXsO^i*AR**_7nv#qR_mq+cFWt{u@)xz= zpTTa4qg(|A*Or!i+2s_6l)^4jiwdawlm~BZjMUhTKqQ;y0Iwf71}tGSvy7{Gg)K?j zC+o^O{UIPftrgjMFD6MeI&a`DR$`4k(Saf=6rsiNHBP+A3SC;F0Tm&#VipdgWDw_8Q`pW#xds2(pJ*I>PY`o_C zEe7}G)ao&&CB&EI^Mpy{<`E0AR*Vjl^d$T3QQ|c?b*QUq9$(lu#oY z_COHm35@9TPfLyMrT=>*T_O7h>yKsn-bn-@WZ_04K1h%9pkKp;i*Bm3%(?ZK8zZww zqwkjB?nCTafEoZF2giwqB<05FB+H+O!~EFX`a5Y97#hv{#?4g>W1cgtc_G+;lc?jf zl{?kQ)$)$S*5bsvQZHvpFT;>#M(#nbUD3Tv2O9T}OuRKx>Rt9p1JGLN;=O_OC;c=2 zB)i3Fwu5w54FWvIWK5oA=lnoqTfL~ms?w?^X*1~ft2=`nN5LE*NTcVE(wsMxwdeQQrCK1rkZg7 z^|h@yx`>7hEh-BTCWsv>D|~I15CJqD@aMVMY9~<`Bhr&`LGUmVM|Zi9P?o2z9b@&z zQNmiLfF)=tS+HYnrbEq0M<#Ya>ty`wt4RIViC6R?r{ar3+r|NRPqK@t;MUT5rMl`4&62i)1PRmR@7jH;2~Li*^PNfMJKGbj5KXB@PmRqD@o*NVQDte zgKhIVp6m#FMn(osTdBCjYT5{kyDeN0Z7LSDt)^W$z7@l%y2=@rl_jyT=jD&{{-u+? zrHQnH_R-Dk)4;Lyp1&ajJ`bv~k^Ct+Ri>`H!Ty4&v5bDdwXF=#*X7Ltn)~p-p%YRO zSihp>S}fqiml!ja7-d*y(h{MiF(hO{att0{`2-u7-Lc&}d#I-oVdm$WAC!m2W7{MJ zHaJxQFpt{poKd9E@NRB+580e0ICBes5(@{q!~kB7-WvQuBBnUP>X_U_Fu;|&zg5Xg zDE}iWmaA|_Gsa$U$bS-w+Gr3!wkJy47NkS@IRO>N7se&%#V+jnsbU`B0W&t^m2t-` z@f5jl9lB_G{HF-$aAgIae-J9Z(<~)3<1Unp03x@P9Mu77+eG8ZK7E7~a(sQK`(#br zT(l0>9n+O>D%FErFUvUWb*E$)}Y z1IqLfg|WIocBFbEb)<2wv0AnJE|WxPTNQiqZ`@z90j zpz5~HZ>nK7FfZX8EB&6Fl9F!r2+FW7LXhb$VuNb048`Iqt-S7Ro*Ued5+)ij#OIqy zSBR}8fZ1nX7ZP+8i(Xm1|4L1eFnZt8?kuT6AO!Fa)WH<4Wg?d)c!1aQ4M0p%74y+}!aHm>%u`&PS2MikI(4OHKY zH?%iElk;+FWRGSh$H{9~sP55`rB&vZy1>cP}6 zVNN~7O-LTk$xSr+4pP~!FBvpCI26*N%7u)(?%xnsv=^S_`J@)V>yT^#aD2W>*b^H& zQ7mlRVM8mtk!*hd?o%Mb`{yGtXtx=*-ve^_FGC-Pg5hLE{MS}irZ3mplzDGm$ql6SWfKbVIn}<#B zS0BIU)1QKt3R81AsWY3qEd-+eOZ{}It2Y#v*-%pVnH)|^jM;0S3xkg~Phw`PG|mIx zFdfZY$Xx~yM91aQ06Fx13wT7#>huleQ?%V*88`(92?wTxaO-XkXsAAPAKR4!Vy@Fl z>4hV*(!v?(ZCk?Ql^Hdg#<%vVeVy&P$Pghf_9xQHlqw$UOoB2uFQ;%xKcKy^4skPxNEJ%H z!L%HY0ZJ4OQ5rHChR3i&V8{49V+@g=+t6>G(S2XvxVTg?Q%BaDdI^{gR(29+CX<+~ zg|n4*6z)niOXZJ*U1mGRQW>z~Gw?uC8ikWJq>Ja1Wz5@u0qyWA$=SekId;ip`)HXa zC0mu#_s{(czKFol?AfERzsfzQ57uKz9x2Id=5mdKDZM&yaft?vySwZ``P!XQ-&21L zS?6lLqmC%<1V$dbuzuI!OdxFWq0)~q-r@hdVNhgb|NAz&m3R#3Mfep~o6KJOAQOHz zIT0`H8&43h=gTwn4<5bWb59CoiFrGosWuf^0w8NPJ33CK<93HmI_t6E1$$25BqhdeI%V78F_0|WN$ zo3EN`=|36|(odv3>OI6tM-0kF;|Ji$N;B#%cjyr|c(+(Qk(QkH_&1lbfB1Nm^QDhS zWOFI1jU18(13CGKk1Un0Y{ipmm#>On^t0nH3Y>yL+)?SDed#6ao+FF<_~i3VoNG^g z%?ZYgY6YlRb=It%P^MhTZPlft9`rtf-9J`(Rm2R4HMjHDhBH+ah^zS}$+1@#Flz-R z=8h`9EXSU@G7Y$D)(jL~R@TgDkmfp#N41jE)Ex~cJohqKYx+TpKL0j2NFLNeprdq~ zbk<)f82pl?OI(I9b-U>mAoqHwgBx&;O1;yz3dC7(A)W}0k($+r_>;5CojFD$SC7lC z&Wu1t&4DZoJtp-?1|QU;|KB*31pn+II}$&>u_i)$?Q_Jr;`HKRqWh96cOo?x3HoQl zGi$cbDOY=DyI{tjuN*%SS{8aIohlD{nt0j~h^qB(5D-^}gtzxgNvD=veol7MAp=Vk zE?FjOO$h=`kv;9~tTl8qP}7WNiSvzkuDCg|A@Y5+0`!%vR2IeUa}&kampwz6RIC0| zuOb1rLXMH9Dj6}QVmd2>qYi!M^s_$8)w*AN`>>+p8O#94f}Uu4bs8vn_#R=eHy0%+ zsWOi^g|_+tT?M@~(?#V~ne+WagFvwk0XvJ*F$9 zTy-(@u$T_{IB8H@?D>T9U>^qO7t{>ixA<^{|D{xjqDwGu{4Fy`gnS(|;3x=YBnsHH zf!arnefu7(r%6n;$KKU|P}SKx&%&WyH^9!aY4U=pJG|Eqtt;@%s;ljb_RRB|v84NpSV&BdddPt^)6`#*-7)1Nf|80%nSzwofnY>W!qoKP!N);jR<$I!>-F0; zI_%DGyU*ih8IvhFdNibFhr)jYnhy&cDu=;U*RGt1A3V-hTn+03arhLVJm4SkzC$}g zue0`+v=Ic$&U_dCG&# z7P;MFiaR-L4TC!7U*eWugmm_d`0`>j>WrFMFmMD-!Xji8s?$l~qK(4R7qPp&vr88m zJ6o`trvygg&JG>=kax0?y zzPuKnE7OvTk1p}!C^+%@K-o>!LLqLG#qS50La$NcXZ)suaCk8iL|*@8Qz>w5v%^4- zNO+xk`S28o+xF=qVt0DGazb}{L?(DyM)FA6&74(U&@47iYYlk0C+wWfbuT5SHs1Qr zs}CP~Vy2b>al($B4=(ZpKCLfdMz8%L_4I$HvY)3jk`tm7i(V7s{&5*Jcms+C*1m2y z=FC|4g9w%5zgoNIn$siU!$DtFU9r)_8uPJq#&~=L%A5>5amZ_KbcgNP_O<`0Z|nf~ z@}RnK^cEj$)aMWe@1EkPb7O&g3K(Kev+G zQ*#@X(Z&tyaA2>uaftX&&USp6l>QwOZlpZ#H--6caW3*QRah}Bk1TwkpfvczH_hl- zk9X-=hliRRx8B;(TOY$cf3)uKqqk8IIF^H1ijxRenEnj>qvm9@j2XI8<5HRa4CaSp z=|}1)_%()PDS4OZFTS>aKl7KWOJaP?!)6#6lPh3RKC09jp{ntDQA=B0q-PLNSY9{KkI9v zxNWqefb_x0^MagGe(|}ieH}wC*>#x9Hn>%#-(SoLbLO#Z*dd#8c4eO$KL~=tSdPZn z1%);&*D!8vbP{-ClhL##!QY8J-wtSy*!tdxxvZV2W-_57fX|Z4iW0N=aiBvsE?+5$ zmcd~RJH^6JI`5s+AspI&=LQ&p6e?;>w0HmWDVYp>I(>qCXOB!8*Xf@dJ_))kLGU?js^AK0Iwo5?XC2R=Ft6) zZAleK_URKHIfHDKW`+HmcJE^cay|B#@ofls5R%{q{G=udXcePv0avpzs`VCJt@HAL zy@}h}@o?G+hM>n6nQb-Co^NsOcllPOiJ5l{P#&2#;6h1SSrL+~c`o#|JY9Z1Ojh`6 z14>|IRoLJimg0%v9G=xf1-STo2^#MB-i&KgWKS_&eXQsr3acW55oLRSJZ9th0BRQ| z9haG>p=x8b(f%lRDxg(MH-RGXgFS-(SC0leg)ZqLOGS6n)bQx%6kowACr1}@n#s-M z_D?t`ribhU>~RuL4ntxTI?5olQs6#S1uG_|$^eYh>(E6Q+I4?G?@_ z-+dN;oq(%{!rC-jcK! zjxLQUItr9v6U~BH3X-7KZU3z!NYK4)U(bm^Y9k_S%&TEy)n#!5r=J zpKNeK4dWMcV%@ubmJSHQ*YRQ4R#e^xIiFfmHRROqf1qUIVpZ*Hcs38}-E|(zTK69KR;e!zT z;>Ndg!hO;&c6o^(UV2D3&wBe9R=t+&yVvHUdJad@SlZ8{O8K&VrMlF0NdtL5ePd@= z@dx>aW`^=&{8yz$FL6hn8tA&OoW>N6gaoM*WUj<`zrFX(hrMQ!9uL%qhasA`6&R8Z zDMp_8u~r3U@+2+PIo$c&zr-)s@=$M(9Z)r>yiEwC%(`4`;*kVG_XY>>q3uAmQc|No zusbi0*y^cyQdSLEmz%tL$QrAUL zsfC;nHzzTTygb&=5cXCSI+o*7&&M7FklXBS<;;&W;ZFY{RNT|<$Q#~N?<^Vo)BC=a z(-)V-O0&T&S+1Kc9H*+PrqZ0&%bnFH+UYO#e2n=(l{xR)x@t+wRsTHnRo8A6`YUsk z40dvEE`WEyA0~y&UZTsRCuR~oEfU{5Z8VMK7LV-dW|g>xhjpVLeul0)ij<%Ceb|3~ z)P)+4tMr*|z91}8;BxgQZ7~p0ml%vf8X0*zT`gyGvu7bvBR~^OrgOWY@g^+cLVyyS zO!4jl!yP>LWKI>CNKjm9){KVDvTDatbN3b<$MkVBt{`D#_}vbYdTl3*K;8v>0aL*0 zd7&w}60CC;#5C}~(?$v`a$bQH1)`x}IXSs}&-2sS#cP_~&E-8{>Oyr&?w5ax$qqAy zqPIs{`44=ZJ+NQ*(m+XQXdevP!kWmJL`Xl190f-)DF+*5Vv(3-F)8h0+B1z_XHL@f zY|^qd$x4e`?UI}rvplU-&JB1C%vcD<_7rAp7F64=H_@b@XfxuTo|{MxJ~5-(spuJ$ zSTa*w7n!x~W4BI8*PefrF7NDpLaQNT{rIFI3CEcMuT7RL|H$jBDE^(~{L5=weqsu( zp+kl>Cxv?LP8{t_EG;butVT!7SCBONZOY2%fMis7;={NC#t^bXdat0y+liYjEF9g; z?B*^}8o&9U9)~Y5{_JEYQhq>3ysYwJo&Zp03w2&p_qmq`cMqE=)8Hj? zv>EsqvV$TE#dj9fQNDH7m~%;7MR&+G~F~xz4OVJ*jaSPE82`$Ou%i@?KZB?jG_H%#2`GmbuoP zh_ui7+>Oe@aCzJ=U#oSx+If0U1Hu$pdUYose!eOSDc%W)T@m`OPS3Cn)Sq>^y9BBt zZKsQ{vtwX5=N6QbDWTlx(f#iW4=bup(Zv077T34-#AV4CNVXTX@S#mlUgx3l9JbxU z&PQ)^U-!u1e1_ZiL_wJRAwq7IrE?I=21<{04L{f^_Y7xI{txhd)9M`>^t9s_#lrym zCD)UMtPMe&LptS4m5$5UAcb^-D(<=7kZI)D)X!wIorE3kHENic35UyFUc)7BcsPrW zXVE&-?K?DQCwXS9xa-*OSK+&(BOSKA)6OaWg4(}|pS8K4o8|l_u;QW?cu>{4y+J|8 zUU)~3aFXFp+@5IMGoD`j`0~eS{;pmXF7g#z^nMRD`6;CrxnTApEsRoeAsRpH)yEWB z;&byLrOg63EAOp}kKb=X{=8-cU1W9RgR9ry%)!=Ais5|fQ`cqk8cL<)l~aX0T9SJc z-h!v)`qKunWB}|K-vPb!A5O2mHd&33&B+)h%*iA@mB#oEt|DZdjuKB6| z0e9Xin2xW`{b{-kxajXwi+9GME92}}v%~?SAE+r=v`}zQ4I3-Acpp-PpW(c>gWkWN zy%gpp!!X}skn)ecsjGpuBTJ?VZPY#Eun>V?65<*kEhO3K&x%`h zzFp$kuA=qo;Ew-EuterXfee>`h@^&(>Cd9-x)TlT0uy}Fy+L(TbNIQReu_-~88LCs z?Rrx$JD|A?dJGraYM~ur{kva--NlvmG>)ugot#RwIfima`F$U(lm-$wRkYvc9Rq~$ zTp%@TwbY0jDd-ULAbfQhm^M#0E(eIwywVPfB(%j29$R}sK@y7>)DIBC&V)nvgv-s8 zu9Q8v;+J%%eM!FT2taL-*l~c?HCivs8J^SSv0FmT50y3BhRfc=;O28M$4e#cTRK)5 z9v!6>cW+teOf2t){WBl-iwHU`+*7LZzvCKHn*)jOKCS+VZva6wS$M>S9Za`fJL}XD z>wM?@R{P582}8LMRYwRgEw4%3+3JQyu>M|LX+^qb3`VFS`xg zTxVaM1N<;nesE9QM}~Y$y;dqjC9-61hI$;*{dJY$oTU0E7Z=8?Ba4u+i2wGU)goH9-t;Jm6h;3ir|8@KN6qBA z>{MPg^%%+wmj)i3LD|L>WhOlKU&8uD$3r!<{ZXxXq)bEXyD6W$)_QWPjc3Bx5}kf@ zp7(OM(BJ$2mR@{kR^Yur_l0V9Mh)_>6#8zqMz6JVs*6T~b{(cQ@rlzzYi*Lo^J*`A zm8Vw$#>Z^mef5f930DheaXfe?DUMA@uG6 zjzoD;n32W!8VUy7dxIYRYjlTUZmHS>qUmb-guN{M-_I3y$u{o>xeZ)IP$x4}bj`-*!|!Na}jsQ{5d-!jtu6t;5z>}1t@lDg^kBXzqQ zyx!urieq%q?l&H~0I0Rs3mN(>Ns-vuIIhyZX;jGe*J{Aj;fRUJ4ifNZakTXj{7dgZ z?>(7BM`-A1-J><`K7ft68yg8IUM$0f=g&2wX0I&vboqPSKJdI9E2W~D9sJF?sykmK z^XtxykwUt^w_YheEi+7C@P1QTd%IZpj8NqG{$EEyG+p%HS+JpS^Ad~AbKC?QKWJ9M zUJFSDgL?p>#J>2tPR{qSp&YD36B0#-=oGV4av>W>B-sjKyOK{q;qS$*dJ9*XrXl+# zeLuop1~hyJlG2a3VYnGJqE`M4^xNB#q1*(f5OCp@0lHQB0sYM+j#l@Fe@y4g!Y-NH*Bs)gt9Y3wnHTnZ1Y94J{7FtpR9X< zH)7>v>e7g?|E0D#cW?aYBXR^p75@S4*oDf&Z?QwGtUFNjY~Va;z^b^8(zF%!jIpR{ zM!+~c=P|Dj)s-W##byffZ-i_?P0W|gwr|5)|1FSD3E8rS>wD3}1Le^FUk^(73Q&C~ z|54@OwTS#HI;_LZ^3y5Q;0Mj8QTQ9lQ2hb_=N6dv%-+pPA)-A7a#5|>Y4(LjT zCvYt@^lv4JR21*nJii<;sZdE#C4$-*P*Jf*VtxK%QTNg3WgFq6#14wXUir6Cppe4E zIFnHBFh`zMBjmPxL04Ok!Wl%uNT8M~g0i!-)BDr&)&rLg&wvey{o=nw77A~S`FBT3c+(~8bFtmGc(#UaM^hKBoFG#z$#mAhb+j^jQKMRTbK4htQqjQtd0 zghzLp?i>^0P^?fUt^)HhuwHDVk7Q}9{FXIdvu7Lh71fnPs+Cq}TZ3RCuaEHW9QKpP z>vnttFCNSziQlF4@^z&{)&z%n_dZpIQ+`$UkG}ReP^18I@{KNrl}(DDr82JpN6H$7 zJ$&;DL{mZgV_*ckj+$u6Z7J-4s`~K4O7{Kstyi;Hn=a3J7>F}I zcK__^%e?94co@#g>+S7~!g=GZQZ5S8NCs}qD%?hD83Y_I%@NE9h0N|$D>8G~OB31& z)1kCFho+Ve{L=nzwG;%kvA(K0I=04^8^dQ#WK|9t;#`W(gF)ym61rNzp^aXV1avf1y=np_x6xv7VXc!mVa!?*Us zJ6(Blzbq=NliByq5=;11hALK(j`D{xk;B#o@k^uI+lTkvT|m4*9=434W5vi<&CCo< z?qXhqxHYkYbLtpX0$d zMyXhO9-m=%e*Q^A8r2d1ILiFQPL99Tc<4rI17QYcbXjDMnM5J2iUK+PaIub04hi1b zonNQ2v`ZLyNqjdei;w<(FJtUvhU`$hyz{c{0NA@I{fGjJ_F{}{LqYZxgdHQa?^_Zx zGC1Vmt@X{n?aw`5mQIvgDLwC#CLTI^ML2gxDX6ytAA1ckzCvMv>GmH(f-m|$wVa2P z_bU7;LAClMO+lW8!<3M2(fZ42X|JzvSjlw1Oow6ALy%8z`{svJ8EDzd%{H)Uvj;P) zk@F^}-h%)71C3f7Vfo>D-`RzaN2tr>ouvE3=gSy0inmExvYqt1nf*CVyK@(7p+~Z% zKzP^v)dWr!DHGt+Bgx97lDa9cDhg=CM5?75y~xH)79`4~zVN6cGKa$)nCA1`^c>unGSe=52G z?|5erSnnbN8~==Wn5Zvew7XfY_oTh0kIRTY_<>)fo!!k=bNKWlqt$I6a#;h zQIxhl8$rRF9zrdyp89+dyDqHkqZ5q0o{6eX_QGzSjO>mi$+~{xENo7_wDB#Hl4cm2 zM{B=VOC-FnN9{v)fP?fs^2W8b6z`#>=6-7X&VsQG#W=e5R)4xHmwtg{tjof;9c;QH zDkXPr#*d8Do$*dhDgC6NTnA$Rx{tNeO>vCXq&B$d1X-Nt9sFtXrZ(%n4l(6hKGMel4qyxPa2vy#zO#$<3%Tuyix0@RnUOs*QeJyc~( znHTa-4NrwndT)?1N08}_QQ#3#uvWgA3TzyX{0u&y*X6IN)T5w?OVMlZJ=vFCS36y& z8KF&+Mi!oiXZ|uGtgxbO!^$X;YoLFV&_&?kd#lK-+H-Bi_#;%|vCGTPilUrbeqj8i z>D;bN$PqL^*7K8M=55pz#hY|em!;lr3uN7V*W#ukp`D8ejq(&E@pC3y8DQ5IUx12E zRRhRf3^Ms#mJlZ+*X}_~?pKU%G}bUfN}klcj+JmX&K5TZE(+jCS7=Han_{hqRXHBc zCQxm($e6y_KDP@s_#F)DzqPTl_UT;zUfW>}>JB*dYL%8p!wQ$QRK2l%kmf+qoY0^m zMMk-E{hsLb=2_GXzP4e->m_cJ`?VKXY2pJyvlB!|ir`Zc-xK^K4xa{6|9EyC4ghCs z9qzI~Ux6sa8{Tbu#{aVKBiTM0T`3c`_@S&|vXGoeAZPH{IYkbI{9HOKUv75O0m$wLV4it%OE#abB*E6QyqSqBwH1cUm5BzxXIdPS&#}bm8Hg z%M0I|M(kWsaJf`bK^-u1RuEUkPK+@%RGnepGU?LVt@G0Y1#h>4BqJNY_ut$EI+vbu zV(ndtUu65nYU;%<%LtnotnrbQkVk!)*R&P)sXbu)v=5hyHUc8fEfb@Hr_ROC4_BGywAacGj@M0NWazq=R=7cDCH;Q!wVd!d%kAl5wo%dh z_i?eA!WT;61^Aw`549&yq?(L+r{~(QZVy*Rd07=bzMJKPixiKLs*BI=&HZt9bi`u} zg#abUX)hunVL}S#ESjRhjCIYcR1GpNBoLgP9A6phq=H}m=!71>ulDxf=+bI%2!An1 z55EdU;FcX(GOIO9gxlX>vS!j9gPl*@;vL;IPB+9dF-FR94ZG8}(K+$Lsmwg|pw4Zo zOFr-Qo=kTUVG{^% zPG6J#_}W3vkd>RSd)u6$Q}UCwB@AP;9s^StSu7V7Wu6R#ZTp|d{N?6*%KtYS0^(r_ zFTcRa4f8nvQ2-en0D}ozu=Ms$)Mf{3?$;muD&eIdh7;Rs_nsY)_nPEognAdZ1HR4s zH5dk39n^bi3Mv`$6f@BAy(Sn5%l-3{7u!%X*L;b~KZ*&J$CGH)H#t(fZUq7K;N-pi z2Mr9@X-e-nJahp~sv)*haeHtfjuYQ_ZKU*zp52}>}pvm3IVgY|LVp*NGS9Eg1)4e67EIQq`K=(c$E>WS^J zTG{B8M@J%Dxvz}d62UL6lStkVM0JK7j7uo%QmXM|wqDlIo&o~&DI6Q2v*!aY@a3nF zp$_N|q7`_H4x7}IQ(Xki!agLY4Ckc2cP}4GGu|89!EkECAW=Y^7opZgkjNgHvWi${ zsEwFWk>g#BkJldiJ@Ue;|3S@e>e;E)ugk;WYJks5*5(emiSa}*&%uDDOX*6t3gTrO ztDu6oQVC&{I>GZ2Ud)Un{~3hB8MlXa|O%x zw7X6hXW^dotl+L^FA||G{)a&XF711im(kDw;nj=F1&uE; z-4ENPp08sd&Wn>-K7@8R^lrBfoD>vCsQfxp@~loNKbcrFhy6QDfz zGNO7-)%3nSeKm(tu1={2&{JmSw=)Ol$Vf69d?9Vb-vz5nvO1{RerIRB7BrUxn;2?& zXiac{g4{8AXX{ye%-{H1K|PT<0{8RJ-KVG7+m%|Lf8~Q3-#-0H0|{Gy zoI>^|!qvG`Q~ooJMU+Q|Xn+33?|Sd4uMk8taE@`0j=5|Qn7 z7IklEZE{__e;|YMCySwPcrVPXLYtBu1qR>y3i`)>K{^z(#WBJ%@bTl4i%#^|1iq${ zj^k8kVv@?N6wLm@E9y<_SsW83Ag)Ac7021fc{a*IYr5&~qH&f#=yVX>x$NG#keNi& zIb}8jSsWR#Pv^0Wvb!6yAW(Nxy)B0|==;xg2p~iYT0Q4Koe;_X_Fq4Uq2(8B$b6Ux zKP~-Zw`W#nOU);Fc{t1l|leNmxddt#%wk0n7tw978|K~^G`A_sAc`6#A*Sj(I_rHV>dympIwN;5y z(DuWQ)I;^o+vEF3&frlshhrMD{rNr*pb#4cyEAb=Ywycw2!D&AKg87~(_)bFM$lSR zfPa*3tQJA5*g(P}ocG|4`>`7Pcz=;xPh`PV9R_@LIuHM(%u@K8GqJWSp<;pnlfO*Q zC`?B-6;-|q{>TY2-QG+@p7PNIu{4-HBF?fh#DD;=(V@0R4S9J}Iv(izHQE8Q#{;Kf ziyzuE$S!79*YQ^!K-X+b%M6UQtvWu{2kYMWQRio(tzx1Rw}P-xVFtx&dCxG)^Cgo7 ziO^S1!#LcnE$V<8{vHY^1xeEmnLhyv;*}O<3!v^tOP7+^54oCh=l4Qdz0%*=T>~HI zqX#PLKRaY^`I2@l2cF0J7ROL1lse2bE>yt3#$HtX~B5K0y%X(AfJW1*elX_o?4k|L65! ziQeL+5(TE)w}wM-87W+ij_qdJ2DEM$&y&OVkE4FK0M_JeL53_CG`|kD#K`EUQDBL@ z1eQSmh*{4S+}g|1z5{rz#It!S9bb2I;O|5MVk_t$2atmb@spx!p=!c}Dc0MhQVjL% zny^(U5)eyfEj+eSMi$5=afJ`JBl|3Od58Qrj@YW)MS>X*@C_cJIClCU7MkO1vONTkv4CrWySKI*#JI-WP6qrwSsmoHl6*J6B zTUbzCWs(bImJi3tuu$^*&?@{v@0~xLen||KfT1{nlBOy5+&Q zz1b{8O>YH}ngUTiK)#lTa4LTc=VBgDhuer8(wAB`L8D-&d;(&!jkEgy99n{La+Q z=FQ|kYHs^Yt2!`v&+v^-c0wUo(qUvTlg9$D5f#R*o$VIDfim>s;H`^Pgh{yIedE2T zId(%{3vF8^#)JvQNkz5Tk2Py)yvv%kzM6gNK&t?SZ+k~R9XY2ON)o>CbPVDVf4I-? zRv_340bvw4lAHf}@(&>lEB;?Xm_xK22Lscrf*b=WwPsAgI%*-t* z{36V^1U!nA~nT-sMRZG(GOVTw0! zvr{Oa_c=DBW`8Oh3M#huT0ipHi6x6njvW7SiK2=6AqP^-nUX27TAP{OKfHrT{%!65 zgzfZ?1BParE{E{nW;}8A);Y+8uEgCBGtgp96)%uu$V+;nT{X)j&2Z!Q8Dd&M z&NJPf?7p1$#0cJYcH6hyq;`e(-zd45Rwq3u+{NV@e)$ehH(g!G2-W<)LBZsVJJMic zopK|6>J&-^ICiE!Fb^z;DAed^{?>NIyc2lkm26__=_ZynNvgkP#%i51m8kv#)o8M8 zuBDR4#HaNBltG+rp>C%Y7rgUOTWWDsQhI3GLA;k8uFdt8ZqS718w~~SLbb>^OE&Gt zC(&4YZ8OgfTaO{7X`v#`xk5#3rO$B4d(B$47C32Ie{C^AZpkN%C02kf@twhfEGcnn z^*9YCA!QvmyO$Y+E4*crbRpfoRWG7d66t)?7!A2kaEuN~No%f_x*M(GgT-zx&Nr{} z2Oeo*vn!xSG0#WYY60H-Z5}A$yDh-((N(!}x3)b$O~<`?^Zn&dV>U5qHL5 z(E14(Iwrmfx;$1UeNQFZ3ouQH_8z|w5Dw@YdWX<&Fb;tQ|84Owl`5qm)bd08#|x(r z$ZMjB);geGiqem<^rl1G1WTJ7PmP=z=l7($NecMe&trGHxAI%BgZ84pb|Rz^S~W0s z(!P4C{>(y?O|owrddltV%P0+k?gNE!=&ro7A1k1@kRB0=<-*{w6f^ox{9w%viVrg3 z+q%$aoe!fN2VPJkA_J%q0(zfSr|`F)JOH^yxIgXVx0NL1r>f}8GN zriXl~Xb)hN7wZVDi5t}Glo5i8T1i-eP4L0ev$+XNAz z1s8!?N9nDed!l}Ml18-r znAO|oH=MtLj(odzt8#yRo3s{XI_r8H!_RN0J*%E*fMYTTp0dF)skUK7$zhpf; z(|SKk9LrHal<#Pk2h zS?FJW(ON+h)nLz7Yv0k)UKt**7=4BwgLMsL6=WXTT8Kph9G-mSO+LUE9-VkP0^yw} zcWNyyFa9MR72v13+;A9rbd%B%UKqzgPa?tuR>kz04=XljXaQJf>H69}KWd6%_#XT8 z@^#@L*=N+&XVPZ!XC=W4a#AtH__ll_owchWB|Qd|z}N5X4|V_*bti=x(s=niTP(oz z^?j%wGbsRXjd(;|Rh4ZC4Epfr@`b?YEzdHZ90}HZlmCS&`mt6Yjgf1s*8hb-*m#YB z9-|PC7HMrdQ6BK6k1{<=znJA$LNadwrscIkaJ^!g?OEF%Szm;YRSAWxwo4L66WF(vM6NrnM?565w0B+Q@w|cf!@Scmn)2|9?o*dLbwVY#d zvihiM8MxFejIUC|?UELl!GK5kWtr2ab`{tFXueS?_QCYxXFtkfUML|p@*JvbMud%p z0Og~YuO~I@jQdgq!n2`S^WqN_(R_E&WjIavlAZ450KU>^#$l)JQJy&2m}Lp8&uBbk z-4S^FbBaR$&H@O8Q_^!18gEvnfu7;f1l(4FObSWDF1jm7kqa z;?St_5Gr8$jTVTU`{|VHRUzR)$p?`4#L8OST^;ZQe8s6Dp@Ao1Zn~_wMa>j;W%~U|k+81! z98sN)N-tcqT3g{^{9N$bPQUaq8O1&p2a8Y5|CNB;f_QYjBUvF+a@I&E&#pBY(^G5;uT z5`}E#^mq^0(AT)E1m58-aCf13yLY*wL=h?F4y#aoGYxQs1o&S)5K!*R;u1+QWmri?b!FY!zHM8mBSE>OEGWG$?0Yo3{w% z#wjO<9}xFn(b2NK9y-~ja#WRHIdn|-FC0-Dub!!L)(xRC?V>26NbJ)VXm%IOzim-F zv@PjT#?*3_{4unk^0S>0;xuPW_Hnh#gGcMdR0{lpWxnXc_r_}i8J_iJe-N4lVNFCn z>T~eDqdBRl?*myh3#Au29rC}&_v0N|UqJdSm?j*{=@>5MB1!sY(;&CaF}Z6|r?k;{Mwx3qe!OFxaD+#LzNZwT)WX>mEF$ z?qgQbxNoC+u~Lmvv8Tn%u2 zr4{!%K#e^BfWKW*If~8nNr8g`OvSM;9Q)EeR1PM{tLtozozAf?HP1`-h3T^lelYdU80pAohz0vjZ!M=Hh zC8{vhNbAd+kUIyEAo-i*Rx48pf!CH*glV~@eQ)GfG)84y3Kvk)E|tx+J+k;B7t1Es zzS*wu!JO&vYvy;uiaEVbj<3QizAd^){OQLoPkKh1VlT!zI@0}4uk+%4W00}4z?_d0 z>@v3C2<#9zmAU?v+q$_jcafQxBo4)K2@ZuYOGO06p0y)fUO zdo4u9n*QyOm!J9jb!)_mh5BvsAWeI+%pg#pbq+*GfP_JvRFQq@gr` zwvwTrVbCT(jW<3?#!;SuPhY@t{mIK-$ED$K~E4=76<~XX!y7gKuSa@F& z6!!G*RO_Z_KySMP;rb5ZsTBA$R3CBq(ArCJd{W)q`8aS_UV~abjBBWLHRrjZCb7yr z2{W2yXf|I*yA$n5G~oN9$Mh;-?Ju zC!=32)4zWI{jJu%%LLN;_V2bc?A75JV4v2mkaO{^Gw(ntexj6eA zv>ap56oV#Z#!&b-&EBeCt3^X@OzW+)fzHa>ccml4cl6UKzxz5WHu8q1g?Tcik5+6 z2Wd8$m{FLlKdT{u-n;{gQL_J?pyiyrWA-;lI2%Dc#ro(?cLXw*cV%i`0_ww@r(_ES z|J(tqDTwE*Tew=cf%cwFR|)&LL2yE5&2Q64c~qwOG;fzfpwV(pF3QGqWW!_Lpa7U$h+^ix-jhowx#?oVKvek1zXxT*~QtvLoq#@6@==f%bpmgv|7U zwPym8)HpCrjs4U9Jk#vsAe3)KJ_Hu9S0*tyoI9%5t}q9)NeG$L{aH$hxwzD3E>}eq z&(%{%d^*yS z5LT`A_!5=W*dh^=w#B0(3B4mkuucMp&oBmZZB(@cb^5+MK1iYLVf5AwvMUvw!1CPw zeGt);SP0K$%5n(oaW}m!O^qQkwW;0oPNFN~XLB;VP8=_O`Zy zRj)wc0>B{y)l6d*!>)5)x{$XQgUzS>A~y$O_@S}B2WU~{(Z)vAjkYY=I`4K8d-23^ zBr6w^rF;ulOnu-t_AsbFCL=RNzpr)sDW)qE6t;BWr zd&-2{ROZ)>iY+lo?M6|zv&^uj#Ox-IN@R{tY%~}&VbD=nk?Gb|5RZnG=ywJwJkYY! zJ0c28a*J>Z8H;d?7?{Z8P>!G$sA~b`-=hTecIqQAddZASl5lB-8zP!HLLHki@dF6Z z=^xMT_Oy+8?UWteYI8opzWP}V&1UWa> z{Kx1YaKZAv{;WrCRB~e$z;Gaj%^5cpWl3*ff>EM%e@fa)vkyLXE=Nn5M#PymMzTDw zTc4NuwzTANGX@K|PH}tK75;YnLHP3B6L>E1|6E?pr;w)Dpyjw}fZq>kff9W7GWO6d1zXnJ&V)?HzAP%H#!0AR zP}M#-QgNetQH_7jB{)R3#klsm6?kpY1T#zZCzVC^r${)+N$!P9Q%5$aAo9*rtP4)R z#rE3&M=Tx3;nGVELm)if z=XfuBg%%z&A5}=jalAD{sGNUr7+mmE(|y)rR_1tB2*7)@mr}x4d?i@FCSY|w2&1Ow zsERx?S$CSSJ|b~y-3!w!h;J>@`ViBR4pehRrsMRIS6ghPSsk8i@E##BneuZVdj14H z-;wg7T1_~R@*=?(MZ)YzSBCUvx!AJ}88n11-TR9}00fx#%yMN1*-HcT(}@}BU*iI+ zoLPfX`#K_#&{FfsY0cL7lrPaV7wxk3NoUG|wxCYs>=G zwfle%Y_)d?0?w$8oV7rLSXa6k--HAzcKd>##^n)Zv{>?16K~A0MGQq~K*HG+s+?c) z6z}oRSgc;`gxEA`@639fmZqi%;jUo-rG=ztZZCfc*&E4>L=Pedp+5;xf6W9Lm+jwJ!ma&@gK;>Y@x6h!D%4&Xkcy62nI5f`V~C`^@wsp#JwMO&FtVrtp(=BNZ=*#^r6)(4^XC8YaCe zI66?6s5*-c-_mddFjA_PQhAgsG8$SJTym{8TZBgT$vdh;n*W%~>CxL?X)=n`TP_12 z>_<+j1%W6SuFNE+rfY&Qr@|Mcwo%7Ko=eGkG`#TXbvwTQg2&Dy9gn9NC7W zIFFN$0|>Wa|1Fj6>&>RR*wMvNcUN$a#{>)Ae)^Lp6DSM8TL(~*0(}6M|)h_ zegZQc;-FIuatWAT?HoPFqn4GLZx1p=IiX6A!a#|YPG6D zsd?_5^@axlKCx)2P&Nz8(Abd42nAAEkf6|MrYrUb*NZn<1kC+CHX70n_QLD?)k6fP zXcE6pP~tF&UB~uskv8cjk>R4IeM}3+J-kU~P4jd42^CPv&{)YKZh02ZV=m!A#BtS& zzR*E=^B~*Tl3zO6^)7VSI-PMz=w-C4#fa{h zz;G#k-THlb*0fLdA#}w%zIInL;NY{n&wb?s@3#5tK+4lMVHw!vw^c8$zhDVi9_D=j z3ECh&@WA{sGvysLaDTQaFT#BgH}>4j!i_IK^8~VG7;ya1mstS0T)UlEyleYTLn*2> z8JmznJ{i}dfM33Maw#Ky^azm`Djuqg*Q`$IrVXd)|~MQ350_uZIRDnkfA1! z3J3!8J^kgKX?MarQ+qI%m1Rzcf!o%4~bpyekqQ@hnd$A8sim$}pRW-Et z;ywh$*k5!|3+c3_K4%`szSXpJ=X<MO=88rqy09JSJisR>Rj5(QnK{0><~Sm;?1E!p!at&5H3C9#W|> zxqc1g^PYE|{BpSuCCjG33LTz~djg*%zWODL0J*|UG{uy^v@Ey}A}&XMvT2AZ*ALoi zNY;~_AwL3waDMU0=rIkF8Sd73Vfxz>n;3&efQbFzO`Y;|re1auCvD>OT}iRbF9hWU z|0QE75~@$Z4WUTPNXGByAs9`n!vCl@LSnV7%;<&O(QMB}8nj-8w>pHbC8yZ1l}XOI z4#ruv&=_4!EV^^dx0E*QjJS5_7I)CzT`KvU%LeR-m`2oapv)NS;mNR5h~gl_)5yl3 zqr|E2y<)BPESVL|M6G5c;48V(Ycst<`*gA>AY2v@YPx0GgS4)yEk-R3STfHO!I%C| zDIv4D#Ho_O^M17Q2{5@9sFS+9A`Xp3!=?$l`jn0{_D%R^O3bsg-c>^y&}()I0nJXq z$%`ghKeFzA9_t+6xb|;47Qv&{vFiVs7K8=&502A(VV+@f;{AdO_ zx(fMb)7f^#Pe5daRuX`KPJG&-RqYfxh)K<^XW*q@9%M7JATLVjeYaUSj1!Ow^GgvnU-yX2(Ku0Do`cU|9nfldYp zgx3A$PH2Py5Mk)Is<*P3*?%cH<0ADUOPKweX+fzNy(fB^mbE_N*Cfx6P%q1xAe zhON8p@d0TS@2rGwt{amks-A;P6zA?8pSn#6{(`^p zjZLUKPZuBqxnt3O+Mo69-xiZM@9fp267=;bx6(akhm&ZPwo#pKLbXUM4N1KXX?MAE zW9V@hvSu15ONYsuZw5PL;Dry=ONTBy^(bTsGb3-Rj!qQ~93P9E05l_ZIHMMNx z5Ax+*f5tyf7DbjhTuZET22#4P(pgfdU#yX#(}ZnaMI?rbI)R$toLzl8-HEMJnHqRf z%Awf{9-c7@O|q1zagtxuD2bJM<9t=Z4Qn8jxeA_gAClz%>=9s|~6YLK1-E z$tbU!a?hOoQq-vgG5y!kl5bW8yisfmBzW@fXWSe3!j!-a_`4gI*+3@DmZb}hKenXD zFQ+|-hUb`;+n{p#J8p(+UV73fV2=2xa)xgQv$u@~eIL#Kh^;*CzNhf*mEZvMj8Dk- z;O%Is*N++VGib;Hryua2s++)r-WKxqf?VQVDeULeI{yyS~3ITo5|_)qB~; zvBdMI#;1ShsN&UHYG#1DWe^6^Nn+7@vJ3X`ubotRY0j6qx!feu;Bwm$6vt4u5}fYP zZ?NVrat(YU9t?qLMvSK=6F!aqIrq8>A;ALO4i%^jSOLf7YgXp&?H~NU0S9m_)O@|I z8qQc$od7ytDVSY--B>iTcQhQVwE=2TDA|Snbmh;Z(v#CR52x4PM|`cg>uo4HwUW3_ z#ljJqj2(Y@J&V4D^?c2%Zj#uJoxOGnU9qimhL0VtTBGUZ+=(1uuX25gn z)4GFa(46;dZujUntp&w;DpmDo5tlL?u0DodyVc^i%YZA^YDU{*#!zWK!TRrxQnDEf z{@g8d{*d_ecWt6tTb~La92DRJ{o{=@_OXYk0KCsM&7%!fAfV7EGb zFQ)}I3O7~~8K_s*_%jiGh;MpL3&b}zPh!M3iq-5s(^BD*d8GYbC=+pv(Vx-!vMg{Y zs00qQ7gCZmB?N6Bb^O1N*z{~#Y`x<6HYUg5Kd8hEFaQa6N?}pcuF2RwGI3%^c4M+< z&z`a=AQ|@6W0ZpXZr@5RpyXD(*?0m+;vA`TrEGe8*h4; zV84I6Vm5co!t9H*p<8zfAddlCNZ8pG$&ZiD@NW3!Z&&qE%)p(G|7AS;FId&3dj@GB z8(@6PCA*HHt5kr&zq0_Og1^ebV3JoHNu_M9W9}@qUs7@jL$Jo@C>NIAq6l`EFST92 zC@wrI9W87R0Yk$!o9`YBgY|O=@Ao)`A$ISXm;}o})lN-TPw##@^lLFTUoG#qBC*Tk z3w~ZL`7S@}bKA_@9SJAEp&=OzUyBh6q_px}Ju7Iwb#@_&fLE1ui89MJw8Sq!|JVxo zVY5Wy^YVWIxoj^v_D@uy1w_qaGPls0L8A9j6F;{>FU&Z;Mq>lLH>t9;SpDl>)2OFjRD`FzG-m<+Ou&u%83f1AkSZ&CiNSm1@}%v9O2e14m`xK@_B z3TS#!4AvV#6RIPN?3w;IcM*X+S4?_%qpSc-=?-0uto&(@oQa^ja%<>|g%B9Q!a16^p-dYwi zC@|QnxGmxgBW?pP6qb2eWB42ev@Q9!XOe++)rLvWL8MUhw6_|P4t}TOwZ{}j^ara6 zZQj4TRBax+1C&3@iosM_n*55Q!jKlKG-NMR0P%xzTVd8CF((wZG@WEMN31D(iHOSd z{KWNBq)qzwnu_KjY_JKq8%-YHNW>2hX0WSIp~iNANEJpV9{KU;yfN?YGe?H!h_x4wPG-7*vB-!=s8#{t2>r!X>5C&D&BW(w0FI->JZK@M2f-wX zW%y$sb_vg)7&ikm0RMqF>VxI%AIkixn9+@&0udHC@2{he-E@(SV5t**w0&rgu_Vt4T}<$4dSkGzj@b74uzkon9wIEPwt)a=_u6IV68b^#p=TqA`aCN;StG zrfY*e7*K)eaO6qTc47&}Ig}+-Kn0k8_hBdh5r?vTshOYQR056Zmqnq93;S_jFSku6 zysk;w`YwmBtgbj7=-rnZ*Hy$GVjxB~wM8fEmiO2NBGGIYB%(FC?BV(!R8aJK8gw1x zCd|DB-zqalKTL^41wp68u2>nYKM#nw@K5c)zyXloP&_F!hhrWp^1%`}p%Rdb+T^jb z9aw1W!GE&P62H+9p>(?`^Vp5Na>GgGn~${qAtKf8bL3ziI*o5S*^Yh5r`Te*i?zs= zwP>KE#JI#Oves9cU953JDY-RsTMpo-(Z^MZT+xxMXfRoz-FU~!K-`@^z^G4wQfZLtj zKO0`}Gk9<@XDBf9&Crjx2D>x*Uevr^)uJ@|bJyGEl{2~1!-x=c6io6$6(P`% zQA)c7z9}o}oTce87bEEc(aUQXZv!MRRL;Fnjg|Tf1 zZL*#AJs0FYL%EsqM9T64yF*K~BwPh)a}6ofK;(b&(KyDtKS((AEsyrUU!{UT*5i*x zCjYsM%cE-mJhL?_+`L#4+m}QN>koeepC}C-T2pPLG5zzfVRZH2-rc*PZFu@8yzdvo zhdoHdANIIvAF!%A^CI7UvX^6$SDty04~(-~1DXI&CZli?Yu&QI?aq2V&u?8^{99{E zxe{E(0grfgsWA!>3*Vo0X3%|i@9j{*@g?f@Ebv92RA&bS91u#~ewwVk(Ws`vmZ02r zPBn`);_N88)w2L{%jeOg50j?-*~-P5?pRihyVi-i6JSfAYcP5v@e)tbUT_<81b zY{(iatspD|TBWt8uw(CiIKGM?wB!8r!`6%K>`tTU*13!|%{IwSWx!u|XuF^UOfsXl z+&1bAy>1L}i)Zl7xz@O1)}Q=?&6FU#aG9N*DCl1@yaSV#>HCr~G9v6&zmBHB^s_X2 z-~WZoyo&r~-=YZaBJNXpoGb+f`EjxzBYewYfFN3+Dp|7)??MxRfHb{K%>Ef~)3clv zJg@`?5T1do|Hj6OPOLH0XGTo!SFuiA%gYod=xHdEaZMz)QGGTPDu^Hwc8fXB;=8ky zPxb1#-QyQdX(bjm3ODdTkc@CP}HrA;4Cs-mh;pOt*<&hWydfzTnp zT#nS++?V-}lnZ!_JfR_AM^NbY^W(dwqf1%v@8Z~s(Tj1CVE^m9HK#B$c`7}S_j>^Q ziKfzxWyV5wrfu`Qsj#EwM81+h~R7n|^ zL%4Q!wRScmGqU@2kz6)~mIrcwC$n4rv7eH)@l5$O7RV{Ck#^m+Z?Rhtr6^cON-a1% z9nIo;XpKWrf&)}Q@ORGSiLP5>xe*{yvR7x*DV`o`nHs5%^NxUUO7jLH{qqTPA} zL@-13ts`;rt6HHt6SJ!qf=4J&uwml%#@x*-gT;Pab+yU$Imt!A#g?UU4e;q7| z&9%LG+`9iceY&19-y+fJTUxk%Eg2iLFs5BjY1k}fEE;F%Mf`!8$G<;ii;~AF%xhq4_5_yj@TW-%CE?P=mfmtHu>?}a zxpL!O# z!Xvb}Y$$#+-%6ojp>8Ch^U1Z)6T^F?JXc#&@MOA$&U7kOA9%5q$h8bsiwWXnKd?yA zofRGC^R%w=kDVQEA@vQMop%iTj;lyIW9^@u+RTq4f|RQKcYF>xbv%p;-1tu19(y|d zUN%;neJ}}m#7Vm=FY4W+U}(rgVtA~&JYHj{11i&Q6<>9k0~^hDIT5PG1(WJKe@(%9 znf=3y_p*#D3A^`naqi^ucBU8OdfB29=io|+YlA}_IYZr*!U1!K=fl^gyo-oMNF$T& z_sbT)ETP)68`E?gn!apDQ3P9Nt8aP+q75GrZHyywv8!-Cl8_xW{D%Pmc=|duLppdU zwB4pKjQBF?N&P$j@JiB9RdtgAG))_Fs`$$Sh}jO?kZQwtaqaMFh2rlt=<)mbq(yg0 z!JOZVe45?@CHC(qMJt*g%ly|lJS*$?1@n1x&*E9JJ%S@WB#ujn9n)(ZiwEHji2)QT zgHm_Qg0GmiETdKT4}S^PrN8=Jo8dofA)5Bk`-=Ba*&*jf7;%HkCy;65bbC#gm;BZ( zn?lXOStvKC;SuVXBi-_e z$cD&~*hb>K{^>21UQNf*MD@OHcA@BdSZep$;BRb(yQD))H^Y6=)cNPJL(26@7cZ*X z8hvm4Pk(7Xq(*Hr3gg>bST%V_2&)b6o}Sph_3M5Ul9{Nh>GnEkD$(i8Cp)5l*7?Hz zbwmdmH)Oz}c(;x#_m`a67stZ{y15Cv{V_k+SaO>%-P_D)P1!R~vL88X&^6f+i1^SG z-yK2y29V(2g*WXV)(iAM^2;BQlqo4+E2k~n`rnCFhufQlm7g<<%9^Dc#)<2QC~dYl zqDSQn$V|PO*%3+R&Ae_;XflM-H0hp8Q2N0MBFc3U!GaP7y78LLO{^93)7G4;cN;<0 zNtlo*IjKQmPb>fSrOH;8Z|T)U4k7b9ZqaH=A$=d%p4+FhnaXEVVq?oBdwQpvogHgbwXIQ?+yT$7IK_aS z?_X^YBh>D2ic1t-FPYn3Ui{TxO@QG z&oK>*IOCUFg%0#4Uj=FowrzH%q|@*mj;`X=B-S6WlB;NJ^)c>dD1JqsD20AG8&UW^ zr-7&Q-Qhz@F|;rkKIt$@R9*HE)^2m3%l96y$tsL726A(!acOt5Y2KpdQ5Q`lLoHP? znsSPGSqO{|+cNPH2D<@%5YQru(!CWbj$EFzv=F9$2BHV%n#^9&g=58`{jEX@_U>xS z&G^F1)`&7*2gbioDY|pK}lO*qncXdbht>!9);qjZoOc0 zVnD4mSf2PU+=1q25FuD^2$yc@I9YSwD5>Jve1q@ck$u1M;p81SCv54OY{t_;a~8Kj zvHAG7=k{j~Kd#?Q%)MkUoCcx z2CjR8=`M$&el$vqGf0IJcwyqNBz%p|(T8M?KG?RDM`1_{*zIT~{TW zdiT|+(%M-m7i^Gm24R|N%g$0M$rruF4wKQwoI}{+bk_|iFvo>ByD#tw;oltCLe2BQ zv-o1=D87f^`3cfn&PvYJpjD&WKC!ga?qcT$+TDlyZ`1Rf1FX_rG4q7Hv$oc6yWl63 z+#=OKb}C)!x%YR+R&!r@Q0B7UNvW`hPwC7o4PkFv)CC}1JKpp?Za)@HXr~|^h;+Tz zh04Lglj)XRVH)xy3l6{tqC|I}&fRzAl8FVEqAJnMj}o%ua&@H_2XLhX50djm*Ky}o zn$yN7@Q@YLFZ!USLVBUHog!$)BokzK2oWCIH4%Qu-jgyAk)#gDLXmGT?8L z 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

aTjtYb7S8~sQxW=6 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 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..57bb39fa85496258fe8d58410e1be3f42a7b2069 GIT binary patch literal 940005 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

$5ajeE{UGg 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

-it!nG#XB1N2ZWkvVlf0dxkOXaU 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⪼JNqUo-1vmn2*yNonJXHJ9Ao#8Dmxd9)1B^+@=0lB?DQ$?ylA9=O zkXU(IMHBZ!%`o2m==`N^Ig#tf)B1w-#rA!EyvWhti{42hxmw(}pDhEtm1y`EtAgI( zn*B|JneNY8!cP5%SS*nwOs>>(DB;25i7{7}rZONQBZprR3EHH<@7}ao(6Nan1Z>hnYG&^S5$sV6ZK$1UA{(nWLqESG|GoY?Te73meYS7Y;^})2SS=8|pf#nSQle7WHBfXJu ztAOk$!Spy4)E2l!Gb;UeGjO9HBw5{!1Vbeke|;5UP11T!Uh$2e2rA27Vu~NyZrXG- zVCkvrK?hrQgb6MHTn`ZngzC+J)2K>lXD$053Ux52M^!ypK>6FK0KN4=Q0dExSb!X+ zwQgQG_O1JASR~xpAixqF5mG0%;%9GEEdEHSVw+px{mKy%D@9%yH{WXiKC?N7>1H?k zJ*<_mEM|LMsIbOmsot(rL8A5COqZs!L}H=H#hy~x?z%>0$RQ=2vO;IJr3S^G`;!s6 zjmM4dCZ2PZpd~}TRf9Z6oEo8MNl4apc=q&Vy<4;m?Bwzwa%X6=!|QiYDp;lHNov#P zy_hnYO%4p9%WApF2}}$x7QTl(RLf@3L!^7^1b=XZ`2V;P&+q&(e~lG;sE z)6Lh}WAAi-Y?tp%udk?GN;R#3=k_Q&9H?p2&D55fTr=q{?{i)Jq+hKEGibqKF$+~) zsVBD(M5cAZt{~V#$4{%P^`NSo7+Qc_HHVq|><;25(Z5nXn*AH!-mPe|qm?rSKe2+2 z4~y!Jkt2{=ItFk_kus;G!HoG}tB$M1QblzO;ukTs54cIEYffZe zm{&bA%5qm_np6;4k^8U_O1I2EdJ(X1MEJ1!-SEUIaRCf0_Jl{tu`!b$YJl=W`Bs=> zMQps0YYF}CXvMks3TB%KyM}BGPut2_V>vKPn<=M~{$v3N_?yDb%6DZ%iiEtxVlu5z z;%aHg*zE_E8Ih}#r9?**jhp5xWm*TnJhVX}Z86@Ia2R^QtLX!L053Uk7sMqxzBAY9 z6**k-wVU?%pcfkdn}8o=g+ROYbKJxH6Z0q&^M4FA)v7-pHU^mPV|9d%2c=PIZhb4W zPIEUZt|o!hL02l{%!rV&MCy6h`)lzvhj?GW^E&Cgc=@txii(;qdzf)jW3k?B5c4CRLLeB zHwh>fQ?`ljJkcXql7R`VB?Zc>?8^!M16V@B0Mqj}Lpq%H^0<%}lj zM0^KOiA3Jks;QCJ#PUs>Z0>zhFCq@{FR+nPKgp$Vr!gWCYNo(&E>t`=tZz^WtcXq* zHE7$=WjHl(i1+#?f$+L^2Uz%Gt6#o6DKz6Y?IA+avnfAY0ax)+8OaryRW91svK2C* zN6WSa0)4VkSqFWE5!Q$n7YgF!<+~@uM5w?A9^oNlaKbnmmBR*`gfLu;AlvzP86STS z9-_vsNN-UjVOwpo?1gv<0 z$X=wSR>ni}h2yAa=YCU8lgl-TbZ1H?hydox>?J-Wwq7wcgyteirNlp2U*eDC0<(}( zKsi~ic21P;M=g><@@i4G$WzyHn%u)+RnqiNLl5!Mgepc%p-?JKH+fq+46@=vl$%V z0#QtY$vKHF4$`l_j)u*sm7=+(V*PY2Aw3AHdp{`SJxF;uWz23aqPCF;O6Fj1V(-`P z4UKa7!SA<2NADM+djlr1By5Vj^!Q`qx6C>tA=KI0`b_I~8n%NSFZIDo{K9$xi!}S| z9rlu^YU}s zFth!~WIe6^Gr9R8nEs$rcEe1CX{_Yl8mbZ_ZBFX)=(zOzdr(9Lq|KrjL@h~7*7|%u zVm%!;)f~?OaKSJFoV&bUHl0S1k-OJXky^~F=BRqoW_{ZLRLW<9wMNlXv_biQbxDya zUX8`*q{L`m>AWgqEW7Yl)|#zX4ZcoK%eLL~(WC>2aNbSv&lMue8QzgWZGT1M(fNPzWm^Ka*6TqAA$%h6T=Pds0xlW5j5r>w4?9xBR9ND?5r9J`4SP8#!L|t@@($?iJdwcdAZC) zTNkBuL&@rB`6c-3a9Ln<#We=yx^RfBj86n6VUDn$3(6R1)vxRTdybEYW2 zgi9#nJHd9iuIfB^LBZHoQl=zC%V6ot7l}_MeSilmv*QCZKQ-@~JRbMXkYL?%B2v>8 zQ1jdfde&h4je(*-mz0WJgJla5So?vq!4;Uy+K?g-E}cqk-ojJjB{DxsU@3IveQKjG z98?Nn+u3-Jmry_^*d;P6jZ}T;e6U(hh2ptvC}OPV!i99uvawmf&N(%CGl1DBYb#%7+vR!N~u^oGoe~ z$sDK>^t0fLAsdwCaieFR32Rj?RP8*)7FJHoc`1IMNXmj`BRSv(EoY}tUxazhoq^>` zi|O3nb)m+uSA^1gj^^hl&TL1)t? zM^65LFngL(Ox(gRrK3k(?zDj;{W-O`7kAs21@!l31+tGIe%0#>6=P;L(s4qR89J4> zPH{#iB24oiBkf_XH_vSGJ?wI*sD81RV-aGIt&C$1or@mHu*?hovq2~LvF~b0{CQ$w zTB+FU&co(;RgVUJ_~(&E@vEP#q`9zh0>%REOL4zblzCB>2Xx1V7eCy@@!tPE(>)q2 z-zNMyLBan?!OYD3KllY@Ub{^On5}Dd1TEW$8CfPB`sS?sO9U2BICKB#5II9@!iEE> z2A`Q)dXwY*i~?cwAaAnV9pclww^c0+29f=2ja)mvD!}Z!^){`l_lG|In%YX$H4>^q zC3H|LrL&qyL!8lR_x9U-x*4}lU56>wDlNcdSgCAas3b|WN;{K!5a?CI#9ia4Kv=NR znXn-NkJLHRez8JjViq_t!rUZgh8YrK+BhjK6p|#=QXNgCQN3_|7;rs2X!((}nFZNpX;}nQLF*4*Uj*#@E4pDwA5oAljpz7ouSHVdzfCA=pKEx4m}j98i{ zISw(5nSk%;Ubx0urt4B_t|Sr4wcQidH~0L1>p_VnqHFa(4MA^Ezc}3c_`N?u^>i@| zPE#{q?4adcZZ{ z1W$3g>z_vlss~b-j@OZ{JQ(MlLxA4O9!e{$+8{h?EQ*dU47KdPg3MV8#3e=3r^bFKG zWTOJ|9UlRZj}*BqOlpi{7iTe{w1+QYlg^Ea%qoZXzFR8o5IW9!K4x z0TC@XLz^Ts>;+7Zro9>)?bHSAU6ZKUz|M>24UY5PTLuNl$x=KqT%~Z_#j_jD$;aaL zL6+zaFby5{-jl|QxH&JdxF6tSc=z1w13H>P?U>L1wyqCmII{%D#%OV-2WNkoMD0vQWa^9MC#9; zfMyK#h1Fhuk4gZomn@}G9GEY%sAp;s5QbIa{3UYFq!((846GplVJu5xkAVi zQK}C!aUPPjXeBac7QcZ6ZiQ9(x2m;*2N`H%pZSurMsMhI`!8bLO!ZK7iwId$5gsbK zRrIyT!%yZS;v2~gG*Gf7?EHSCM~x`FhcjUjFd0U(yeVqrDN|fO6N}6V^RE=~{qRcXx zLrw|mVhW>{ph@qco5`*s+B%iIo2q=^{?nlWaFayD+Cn9GnKAK6 z8#N(#={wxGF~b@J&jbNxplM?EB??=hUMbNFA${OTwj<-%HlsxGzkzQn2i$m+Kb!mv zvvMER>Q1FBcD|yNJ(?-vxh%GFNhhryt_o*G>!o6IUx7fdP)l$YI&TsY7%Cfkdb3HN zC89dhNlmMvJgU7Gg|>FnviGY^EiF}UoQd<=8|01XrjBuV%pHHUQ0ZpqvG2D$e5qfr zv8$df!%N}Kjz!~UU4R~ym8xJ%{7l{BTWJ)Sv3WIo)UF6@!m0ks%Z-c}Yt=KCd@ zynp((^XqA;o0+Airmm%2NJb(TbQ!3Q1LFn3(W2AeS$kukbHhbOpSh=8uv~kc3kemo z2FPlVdg+Fks@}?_W{sqRS`-GU*_=r)-9fP=U6B1&ka``=bE`ZkMI`reI(Y@N+^vj< z9L6uVPQJ%cW9&ktuxnmR+;>fRu{U31pV~$7XH5USO}@yny}4PRtP0?r*Mh&vIdaDG;zo=N?ak(f?dF%0XySyiL zDPLau(9-pV`4Iptj~NS0d%%3u#Vz-s^q>84&(WMZMNcis*=EYTB zQ0bH>pGr6uF;da?`9}cw6Rx;Dvh%zFMEJVv#ovfvZbK7R1p3p0?PG0j>%k^DkHhMq zFI!;ss)A+xW1MARiA~Fb4E)2r2&?Ow=1x}G7opbLxcT6ighWDj{jj7DP%WmboubCa z?dnO%O%5$lbD__A6Mj6w>;k|5NFu1~xPj_K7M$*w+C?KA7~6d+c+}bjZ88MSEy5q3 z!QQcoqxWIHZ;o>J3!u}P_#~nkU=qj8B($?bbp#uenQfnFMb(#{AdCSt=F`PkAIYS_ z5zE68Dg*e8lH+@?8ZHEz^+Kdx>&ce@cqe9V0$YU?26$G88K>pw@d*slsG<6}V&@Kz z-z~sn*cH`%SnDuyf3VvLU4kq(fE`#>7dE+2JCKvExll*n#OD~vT`&zu=2jV8sn)>Y z;8&UaPQqL&eTc1Mk527DI`(9F*sC=2`VANBf4g8vE8D{cQQFrh{pE)tQ?t}*ue2xm zrMNO)zOO;_ApM4F`y%DyGZ_W3Q!dYFv5(o|wIK<-X#Tau=)6;zI3I^IvG3tQtJ(F! z6Q{%vrd--IKy;Is6T*0&9YaglA#-9hW=GDrmzJ1WUJ z-BNFl$sN>unRw)gc##Ge`XbJJ;9@gkyx!eU(a5^#QgHEjf}ez1g!B?Q3D`&iXIZ#D zD4t_;g@NCmA@{4D%w0!!mmX%4)y%Jl*Xt>>qV?}S+iREGacH+hq`F_1&lj{0c_B!m zO4<4KY3_TR96pcK*EF+gbPh9)`|!j2W1}V&gHKwlON3iHe$kiz(PfV#PVNp@tWgU- zUw$sRQQ|x7CoA^%&i?b{(&X(;_V)Jk`SbBJW8sK^tvD+k;@_g_gPcIrc12Y3@BfN7 z3`$h8YyRn{N5TCAxxoBC{*UbcDO&#>yHN~E!|mF^YC(%`k!d5iVJ)DP*Y^{!m=f}6vAj`l-lx3z=;@dq*nLWH1bY8?; zpA_;G)Iwp3Se9BYuIDQVng3;(E7C0G^Sj8g8jT6=8%Dz7FlEfB6`@^b*OX;_*f7=b zRlayx@}Xup!Y)(kD$le1me}={m6pjM`#}<-7Bu5XY9}GZ1Br9z;E##Y06BcLoXcMw zk@S>F-3Y=Rpk2T6R729<7Q^SaLRyoBc1dilgMombtJslR;G#vv^2SC1)m5!ZhKQr> zlC2Yhh(o!kfDl>|v zmUp2FwNag2gnF8?n+P`sT&;0JVgWo*;ZTLs%gk`$J)ptFbKC-H&z}KF-MZU-wy!k_W9(rDo@<*#bIw z>l!$VFn?t%Na<1JON({#lpKtv_{q*XDo!Z}*oC%v%cWw__PKKz{x!F_+g!X_de-dZ z`MP&}III*^OzZ1q{ z-=I2qpwTlx(Zs}W#15rFu%w~vlq(p+usX{bUdo~_({pk*8rI|N_Dm2Jjm%_fneZf) z@Gnu=WW{b+oGo8(cYAlor?=PRy9>IT9=9qQ=mGZ>AcqrGNNsf2p`tBH^f{_ePtV)o z*%oNw6SI9pYOkOafu0eYF(GqaubO%7uD#u1&%vqMp+#IRp^%ucoTUs}e3UCx$dwIp zU4o4a?)0^%mAI{lB2gXi@R+1lPF5aLr_fH`T&GdcJ{aB}s?G2S{IJF~rk{0AtCDv6 zc+Y0q;Rv^*_V|L&IHa^3o`kK5-o<22!^LS1P5nVWSckn#@(_wFxXp7F!xC;IWOj%n zlU)yNM<4N;lR7vm zzmc?2=UN0SF&~d;^&H$?h(1QxTdntr`-p#3%08EAm@b9>5y5T%MdN_cekku)tL7mX zZA8qI;h^1O4wV;dPj=HeLk`b&v)~HL42ln}c6jKLz)pNky^tox-*Q&>4Bc%^p5CA= z$IF*ju)n;k&3!%1RgQQd(12{hARn8vvLP&hz;KRrdx;c@IKX@129KWi9r1Z zM1^FQIYnMCRt70)Ms4Y!WJ%|>jg_uxRu}!;lM3$Ft=I|fBBGs#X+ih#wRK-z=ppvE zc2cG7)_d|)D|7Jfmv5cZ%7knc3g52C3sNOhH19hX3}_y~)7Vrbk#Xk*C|xb?8`Zkt z17AxwUW}+)>$8(*2gZ(EcyZ*nYX=u5ANOn7E}k!~x;e{wy6M#4j}OL72l$lyJnf6Q z{5ogPY@MIoY;wT#nxoQ)?(KSwlQW8EUp;+bi$_P^ez~JJvG6nl4;SSiJh`z$Rm5h& zqP{Kf5w~H}9z(q@_Je@4v0wj%4mFP-TtfP3P3-@ajQ{UsNY4NG|5B9y?KJ%<7o#_Y z>8v1(mt>Wuq&_)pmQpIViGh=LLsu7F30|LZh1sNA&+^e3_~23ac~!+OC&P2w6v?bo_vigCg?UL78#en!1p%kv za(3S<2Xdbh*}qEcv*mQ*$>vL}Z+s4IHVixEG{0gD1Lt{%6OI}+mwOVt^s%`p7C;K)~H&`+5p6O(KI zECKuVa%q$n=DN0CwAR=p@6at^J25Z*yq@Y$NCE4~mWU zpTwuIF#rECy8r2j|9BZ7gd5@NmqxavwWUGVT|^U5C^Pi+!2g8~r~Hu?y#Ry0?>`Ok z3lSx2@rvx%p#1pJ1*ciu>(~Y+@78e6^ngDyP}dJ8-@}xEh-2{)5pEe74%e*OG^ zA+Umur!c0F%cF&XC}AM>Ii1il#-I&GfKE*OvJlDA43eLn1vuRy793VwG$nXnxJ{U6 zU*peDw`hmDq5`?InTaSear*8WMm=Tre6mIk8G_EyF`{fQczfc`E_3 zmxZgfBDeEOHM8tbG+_+rb%?fT>?P=|jr{|ece~Ydg4*tybDYv?$%2?2KVK(TCgajU z2{o&?haT_X>K^}|c;niJ!Y#HZ0WKpb8))R=es^?#&z;u#c@wQ^*TGmqBC2~-VlAyLXx1XAUpaGJA z9hZMLoTKQ%iJ#@Pp9nb9P;7F5qEPe6iR#;{BXa!_Q}im2h<6fd|4ov}gKR{#ukmb! zavaZ`0MiBlfk=!jLS;OH1)#zl%SgOW!WzG|F`=DQRtB8qV6mj(AU8}hTt>ogIfgpt z+|N;HDH)muleZX;LIqaTUjHcS&dsB=nzaWdj5o+M}Q3<01 zqr-KA9D@T@$$ThN$Z%A0^jT_2H7Pg5BIB#n;;uW{`+9gq?C&xiNkek`lf~liQ7=?z zel#MsVKt~M);Z@%kqznGYa`OqTZ*DM=6h;YmgN|t6*4yX0ACJse!9e(K(yz<76j)o zj0ZIWx*n7E9&NfSAFTZ`!&;=*;alC*O`T8Q$IugrlC-A~7EQca$6u$uG9FML9dE}* z>ddA|Eb?X3q%%)EtqmXxREPD8U{(~XT2T@7)Lt6PSL)pvBD#wM^(w(vDo7}4DiIAN zAbp%@xG@q9OpQ@w8{?Fj5O%6d=&~$t2^7aLz1Asw#96ZH#Y))5tOS*4V3bvrHrUf5 zYNu$BAR}+x6tk`j^h2BgSy;5}8DUsk#C=(@Zv=gj_)n0Oo3`4z-4!LRuF(h_7))^j z`YU04Rr8%^n)a;7%+Wgx=Vnr*f*=97+LRMh4P*!Pzc(J@@2ZBIOJSmUc|3M;X;`yB zr+5aemYETV0d<|>U+HFm2&6?wK(gpMI}q(RRw&QKd4egwm%B`Uc) z220|G3o)KRK{2?YAfyok%Vj6zpd-fRz2OC%x`|Pb69c>j9P+H`Mysi3Efr+=cT;zOE0fRn6~?#y5+y z!afuwMFT@hTYN2IYVXdh4X8%v!*|}@7oknLEq~8DI~^mif6Y9HnNIq$kM+zIokLhL zk7zh~yPOOJM_5G3sP6imzR+vQJY4Bc#14lo2)El80Eo2m>2SY)-#jj)jsz9)uB!k3 z@>{W0Z8?jP2Uv$mJ&m1LT5(qOy@(N;&{baWXsU+u3yWyim)wA9$Ld%ov5p?i-_`eW z4mMk#X*KUn>o)GN1i$KbV=Lpvi=%@(n_Iyqn^;dZV z)rCxRwdDC~{y_r11;VD0;ZtvdHhe7~$Z>=u>?~KRLxRQK(UKX*HiG*%-xl8h-|Ao- zVyotJ#G7Mw`>1=Ps022=+0*DESAnj@I@h;N%KQ2TO%gC!&lSF`bE_(u%|Z9mW?761 z_<7k8VkPGZKcILGvl~nfPO+y4g?NkiiJkMli|S-!EBcBCHyAmV0weNbUq9Y^%e#~6 zeXNLjix`k5PsO`TapCt#`UScf0i){;@8OD~>q z*7zb0!kx${=CU^`a};4Wn;O$D~#t-Zi4UOx%2w zTHOx9OdD_F5#+3<+KRv7pS_6R2mJrL#dtw~FsAh*(BOZH^#5mp#>B?{Z?=2(ztG+P z+PmRm#lglQOzK@?9q$fX@`sVIyuKTf!flyfP^46( zpm0!yuz}1ldOxH#u5A-2o^g=}Tk?AEJQD#PJ z3%A*Mi?8IG66DXqB?&kH-oFI@M{{(kfNFu|tkB67LBpVl)!+O*t)gL-q_@L{s zdIP#o#bG%T5JzpYY=F+P3ufJHr99&y@44injZDZNUfxZ#yGK$3mui=R|GeN+^J zcSFr1-FGbIRlze^F-sygfa`tE- zJD_^L7(touxvwBSmlEIE_UDjJ7ZpF{5nl)&P;ZG#Llnl@*@JxfbfE#Sr_QO1*MV3= z?ucyLU#;$XS4%Xwv+ zP1hNCw?@7urN;bV8Q(|J|IRAV`2JTF@t#a7NQVOeK#BwS5B{W#|LKEY@>)6VvnB4_ zQ!7j?kI0d5GdFs9rLS(^t=>i3TF;w}Cmpo3m{K4mwvj=G5LC}^@3-o?1rN|6aV7tYhOV8s;n`np)V&hlD7KEHITgY)~2wpl?eIEs(%fPU3IUhjN99%L5Q z!%ydxQ^#Q&?c{dx@?^=C{@AF%2e5H_-cCz%;d%`-N5c}zg|`ko`3giKZqx3)*NbgY$b-;-Wv%t zI;34dD_Y*}0H1%gIh4FvJencroGcydeF}@*nwdts$UAVI-^SppAG`aV(ZT*GM4gkD#)`rNg4f1#f zSaq;}drkrd67N-u9W1G!y{H^;#b(p1Jx z77H}5eDH)PE;GOY)>F2 zH!2MtKsAYwY3@Vo+{M@A4>;0k&YH3C-+3o-<3z6luP?w(|Im-h*krpu=;C=*?u))i zzBi$wysWdmd;o$>ns zHN7YQT3781KGfB-VmZl=Q*(D;A!zz1_LT~*ZqA!Aq+sf5OQ3--;v!(Zr2=*2KukU+ z=-Jy3_QCVy@Fu~V+6?Kw*Z>Cs^MmG0wt;rf$!Oy7Bn4cuW9~v+=!V+jR$qDyL`fVw z&5kEC#$$0J(pgrkmV|rdP!kDQq6lR5M{_~x%;`VLP=cR2f%i5M-?{fKb=0=<0Fspk z@OCwZIIJkh)4EZ_V!PD?HM_W>_?y~g;fzDh5qn=mabK~?;TV7s{Om(PY0y_oQhRUA z&%qS2_^*i$W4JKgR(atTeKahbr@j}g^qxBJq`sFdTn428Wn|&R>=dmAuus5g6bw69 z7VnWhVn_F7CfO-rUL~{a&LP8DS)t3$8UJP!vq{LRP$J^n>p`4uWmVC!3z!fkg?Za# z)izumAkWLS;SRb?#sU^>98R7FA2_-Q@8UpIO62NYxdd2bkUF2}Du)+@3IF!TWuE(k z`L*1wDKzUGik%2)A|oj1)WYCxNz2U8;WV5)H92b9ZULq9_7FfOA=hOK9Y0BFjw1xt zgnjKKE3ve*?_*jeh9R^X-6s*_{5G(cJI5y)tdR_!ayhtWI_P-fQN!!||GXawv>8jvcml(xoX8 zvgGi|!}F}38@MNur#cn%?Rc6v%v8JMvaLSE0&#Y_YHEbS&C6}|Ohts*UjaP5o$K16 zIuB#8I}e~iTjuJamV!#E z(VVxY+F1dC)&KJ>&y^)e^1cf2Y2Qjqwm4yk*Nh9arkjM(6>R;D;3? z+PvmZRwjt7AgaKTx~+B-!KMM1{XMg<9%G)qO13H| zu%`ZXzciKoa^b#0O_8t(YYuifsQV0rEm#e>BfHh>bK(9zGxNz$?Kc;ea24QZjpwyj z_ICx1o}geQ;Ff^NbMu$o60HoeJ8PbQT`hP?yZeqs(3Om zwPa1evd(X(P0Ff3zDUNf6stDRv(0)HT%9;VmEc>poj;#?qF~I)|1ob{wsWP%dJ8eI z67X=Q$@cjHSEI+(=#`eOq&oQ5&%}7C{C>2j^j=&M6N#{itW=}n zqp!-=L0UgiSAkTO!%%((XSNLW)yF$ik|jB#s;zpLrA+&)>b_RnA;hxVSkRINq(W-0 zMtd6T+`tTFGRB^I$!m6W?=f=#Zt}#)!&Q_Y7XnK{w6D#TLv3RkLqG!*hkpdCUlGv| zGWUcpg)B9|z}|K*1lEAotV$tHcZ7AwMYXFnUDb1~FgCQqr1U|^WV9Un3C<4#D1932*atuq0+`h#Z|C*JL(u;MA^FH{TqhRVFda@t# z8UI`sk$~2OTeLLC*m3$s*seQ)rTPjaLwX}Awgbrt>nX>8t0$*!$)rw`$=z_ZW+E2o zpard=xoV)7_=EXN&=@nI+6$40+Mk@j$*t$1)n+BSUJsLD_0NHc;O?vGFU~;q#9g3# z7#eO!>YjnZ#fH+YuNO>qgUfF zPh=PDMpIB&9d2+d28!U+U4It0J2~u_5*c2aXMF`$B#0H)YOjSNyy0=240epne?LPx zq8o7^BgH3f)krG@BlD?Efl>g=Pl7rfBcu6!SZ%#VJ72ZDT2GrunuofE(BHJMHbs5| zWhJmqO*4uE_F~vYSQE|*yZwKZ{Zp4?3w#8(712C1i+FkZy!t!nK?*S13K@)-L`yZuuq{%UHowJ7;c7n*t**%Enw5;Foj z2F!LTz&mYbFs9yluJ`v5_~{8#nXG0pHX;o%Funu(IR=_T(b)Y;{pS}OZBhzBY#9(u z2tFA(PRZcSP{Hu8vCTN=C2;J|*86D<_57 zc#;nKz_plMobEeSyun^YE4~r9O$?Hy3<1<3&eK9p$2NOmT?QNb+4A9IT5a|tyy`hL zvhej?G}6g8je%hX4&Yf#TS3_r*R0uv)kN3c9)>(O>BSGLjcpnL=6IAqi;NjE^nH5) zO_N#)`c!V;80t0JE$mMnI0Jg`2twTAuwfS%bF0UsKFZ+x$0ElENw8S^@x7FvuuxL4*5awcXw0a?-g;GQ7mJFd3vTzwYlBP_a+>xmKz# zR6`R()1D-%nS`F|ZJav2ayJ4^Jq^O&cz*&%d>xg}wcyH=ct5)YJ*j=8Gvyp-vrC7z zz=D`ZnRKjJLWfm;U}}c_PU&dWOfOZEdfw0I`Ao}~RhWz*FD3+eN<8ec_C+34l`C@t z)MvGMJ6K?VppgkFTo*F&*Arrr+|H*554b(R`Rj!Aq7wcF*3JbXhwshxH7g08h6j)z zW_E_*4Uyb7!4Ztq2=5v(JM!#@rQlMpQ|`s{a@0of6u{oL(R=go2(dhnJX2k0_Td~m zBn4{V?)O=t66+o&!`=2(Mdb`Jd z;;gnWkr%TCAERo;&bQp!$}YV|rMg_G`Qm5t*I@A>auW$ff*uyAi*C0#%O zI!0O~e|CxnSj8Uk?$xBjlX09k|G`ezFSd0%v%|;s7oNx zW>QcHcqDzju#JlhIHm!Zd7ESfa{dQtPhdihyj{ zXo*7cWK28b@lxat6mXUVdwFokkX8OhKtnZr(YoMf^ixpH4A$C~i z7Cra%3o+Arw0Uyvm(z@uf9=&W@6-LDX;^Z_w zVBo`b>{YEwri&H?l4d}{QH2-AN@*I@|AmpI!sMl!F2K2>Sn!vf1F3!T>buf_MgYMw z$TZOHX|CTiUc+Tmi(_A9APM%w#;c@%AcK=%6lfW6wic@!u@R*Gow;WP;WA$4loRUHnb~=NvGog| z%#*{XLo0JQH!&^<%-~L&yl$Ba?HNc7#m2?Y?khUt?o%_VGpjRq1U(P|9>OBPQM!8K&-0S4L~|zzHvb#f{va=^KTZv7SB{-6Vm+0UL#KQV#5K$wmA+RcZY>@jN0?F^i~bYcU$I8lteiIN-iGs+<4@5isEsGo{l zo$cR~^-$naTkH1<7$#TWBxnQpYL;rNX29mf5~J0W69nMRM6Wh^ST)$VVY#Cj$>=0- ze4}QAhX2^-4&JmQS=6iwd&4w2Js*UmMRw0_f$y}U97#}yYPyKiSi5ZZ*W?82TmK{{ z>z6=s&z{V4RXWpa_w@d|i&49ldwCNl|! zP{XJ8&&y-`o`q}$Cb9&bx)T!o9N9tb?)+u2Gnk!|PkoN-w^IDVNQ&Wmc^v|qF~Cy* zS{f%75-rljm=vH>qOk|Lc$)b`nKsWVt7-5{>BZClw$x@CmCJHloMW3Em-*O7a&Ibf ziE?pWJ9~<1xpanR^DeVU(^%VrUWl);_}&yxI9?1R*!OEb=(f1$yI&L_8s#blD1Vts zQSLs`>pTA>3{pu|Z{6o&-5IB6iRClq*v0NlE5x9UT2)GU{|m;+)~6g+<)p&(LyaoR zDk{%64gGPJ%p4AW4>bG4w#_Y8Q)&dQd>>pWoS-3-Rd|RQw3&hjd*q|4^Y8Bo?EMu^ z2#k|%!J?=*icxzY+`($Q!z|^ewP+v8n%Z<~NGjUmef_Kr-v zQxKE`Zd6jsP^95Yf;0n2HUR{ zju;-eTT0r7?C;29hI?wClO<^g%nZ=CdU*8P+&B(-NNU&wEaM0yU-5V~VX1n8M2zcw zzehxfdywx0>%iC=tgr92JgkEVPeTeV`iuH*@NyF9(tj0 zZ(OvqCu3Mj#vo2B=ah#UGPUMV^qF-vwwv9a-b(Y5iK}yu+d#KM0zGfxzHurangM46 zV;i{wNJCM`(_NUo?(Y8W4HMh2?4%#5WKh0CmBoPa0a3N>xmx-l(*1ducoR2wQzedJAK-Ri+kopl zlp~8aF7bGBN7lX41b4L8>?p{CSN1^kYasV_9=rQ;m)nhfZ#c47eGZ-aeKxXipvoFR zWWtLkG_B3#aiLzQRyX6b>llHA8SczqWf!gxI=q`eq4&(eF`t^VbdFKzr5^4tPZn`D zXqcb@-KZsodYvRY%wEP`OdO!|O5vv2X%f?Ora_K*fY?-N>d-)F@Qfor+sOJUK)1z~ zQyg6G{9G-WQ^>}EkVLA~3&bV!&Vo)w>}N3PI}+yVq(Dvu*2;7A1YqzAN^sd$0|NkA zw^2Wme+1-uFC!eiSbk7F5!5FwxG*b4k+kfTlr@tt1D847Phv%d@JNpkt5m^QkB{ha zl8+%cIQZkee9v%RsuUmb#ow1R+IpAAVL;x}x<#|fJ4fzL{`YwPIUF(2*prTjxY3I1 z)>K2F&$9)a8B@UDhKxwJ2Jy^C-~&2oW>)TM=Awz%{p>&P=KhYHfcY_ZYS;T~X3WOv zNBO75SReD28tQ46(8$P_?s;&{75w($Q2Ovc`?Ms=Fgdai>LWO5NBIyMd#Ko97UPHf ziSBe^B%y=!GS)O5*O&+N&PI@*7WV=Sks}l@Y0zVi@;+DEUX!)A!h#g!NXfxm*-)8g z{}?-sm3G5`mmP{85)#=NTk+WR;G*c3=Og~yo>J$$=Ng3MI>7vK6E{JZZ zdCYxhA|gMFE|L9AEqaMb`m5R;I2rWySk)zX5e!TB-I{Q%?nu)y)$u-wt3hQ_*?qGY z!^Mn>o9g-ToX*i8nhYtaitQeNF#UQ$XVZ1BmhX z0w|y^iuO-jM<4XGG*_qxh?-(YrmJ@5#;ZQ1QaFShs)e2g>R|}Uug9ol@tlsd?8n0- zRYx(zi*&HwOTv}jbZ?l3L4T4+w4muhln{3i7N^UT5t5$F;18Jrxg2VbdI)+|ADg|V zg-=YcsqSo)qMyP!Hb>C?`yE)t}*N5+opT$M}zqfbP zVcyyyhUx4??@L2AJ;JKfpTtv}?)JW$_mBiGr>Vp;rdXqwTI$xs9q`cc~b(mtvy`cd0cB z_!AS{z#G{blq|HcYn z1H?n2g-*R!^v*y$IPih&{-lPRRq~zB|GJJR6>UPC{9ea9q5p^LI4k>q9A-dVS(De(eYHTV*hE*GU1Cg;FjwbG7B>KK2TazMVnY7$?qp zM?~QUDf2x=r0Y16<{&c$@}^1ZywFyWfcu>A*jtc;jbqj|t{<^9u-&R0qDCr}#;*6> z(iJ*{q$?8+x~*t{1|$RR%cOB^t|(wkF2>q-5&j!V)USJnDYaV=P; zpfGQ&fodoUIKcTtiMAU5`dIr5w#IwAe*m|z@H}*lIVs&+qj9NMx$xw`t#y+}hw&7@ zz|-6mV)NkmBgT@6@j$XNwcjc15-L!3V4_uxZ_Xea;NGrnz?stGL~hK#Z6Y!;~1lYwQh|Rh!DyEJETrx$aPQlo}k)Ju#M%97m-57VAdqP8#Js+ z9Db4Gzg(Wa>4UT7{q628jqq&a90yEir9Rct@F$(Q)FwrHkK1T&+88_Z{UFrl7|77+ z65wUKtM|mz+$eNOY>G*YdNZ=w@=~OO6xrG5FNg|dy7p%QqX5`RuppsG? zD>zG5EqoVp7ZdiIDLfM&(rZaE#!V?#)sHUO7BLQx{LkrE4km}h#yF^E&4d}@%p4AB z720~^?^w=jgsx2-;;w*ho8&6|55Y{4X9o{)-5ExJob({v990d zxn+35ITE(>f1m0R-U@4Le!V1L=>NkX!@}@?>v8}8IgX^DG*;7{X=JHT&J44Llx)rY z@&pi2nuW9jC}#=DsPG?mT}33LGNhcc8wPz~B!EJAH%A>OvBjnIw$PB+w!fSLUJtIf zXOMPD7qUerUdk<^&$B}jrp#lwVR_{>jvW1;NPD zp=>6Jqo<|_R~JNSg5P44Y!0_hHRRpvwQsqqqjoyNbh`YR%tjqiKJG1r6)2XVp_3f- zw$vTdoML%6=jN@Y%V6=?y{l>Ivous3mLHk4Z(*9&ZG4u5S^r#GLzJ1K#Et3=Z8-wD zriV&%XeSKWNgFwKoodtwDf@~;%9kurb3;^7tj2}z388C@WQze88)eHV+V+^d(ZEkt zdsyM$*jCYf36bW;DVX z>Q16m`L|VFn7;in7n{l7azGZum|6>OnJ}rqfr$ zbwOy$74({9W)#>G%6*cGeCvat#Fe>=KA?Vr48qA2)@U->k!F5NexbwoNFnB(rZ|%k zti-s7JkwRQdYG=mY8{v?b(V#JEPlh*UbNWK`CiWtEk}WkQ7!&}1u1|EOfzX&n>bEJ zriZO<6Fe6QRV`=rZvj;ypD<54eb4_Xcjd4-fcY`BqQdEynV?CZiZGn^{IJ#Bxjj zgF+gbqmFqCt-X8xwN`JJc6#-5-F3)sF8xTnc?!MsZaPV#S>sg3FJ_)?$C+Solj_1j zEru6gydpc^o}68b7<9>YVG+)qCqvXq8Zi_a(}{)!Yv#uv=@w~D6ZENC9vToiO0dYs%ZLYlXVi~?mB<;@}z1^q! zq*_kk$uyHr?(SEeE$46C0` zXsxF^%~7fgJ2zBdTgSER<(ZJzI5Y!>VMyb^|7uOJ+Lz)ty}pw+q4 zC!={=PQ$IW)?TL7VPkp({p82 zd>|4iZM`qS5X##b=@F5k%wwVT+}OZd~eK@DDEWamyNpUuqE(*9oXJb~oF znqqAK3&Nu=vbmV4Cwt>OvD+1S#-niZ6hv5wXNb7ENB9$7tFk61>FK8-V0U0%({vt8 zd?p6^i?qKekHaO$L_HX^Cn0_zNLkc2s`7IinPWE@d~fIuwzv9U@6qRX-*jz=yeSPU zW`+-Qdcn5AQI9T|W~YDLncn}aual!@z_s@`s(kdnZ~<6Y{xkQd)i-Pp*bsbP)LP(%cxjG|a&DoIF(`T2TNh)Z|2k12Hrl9-GX zMpZpp<~N{NLV}s#sJEq>D+%u(LKJCas$=t8+V|oz-m3zwT6v71y^7(sYT&md#+YT+ z5hhF}&L>x=W0EM0YNOP+q|~vI^&bG3Y0?Y9^NT<;n`*n`(Y2%!iczCYXgyuZNo$wK z5HQAvWz0bjs#4!1Nz*#+3xilulqJa<1~7S}gAa9z#s>Wf41JJ#b@ckv6Rf9c-(J&i zhi%{P1rl~f{JKyqn`hEuBRkXTRHG>5gr>Zv*rPN}$r{NprLX~(lr;gS#fJ1~&4dx% zWOmC3npB}q^n|>rx3ek3_X}98UY`SEhKP2O9I&vboHw8dp0gCm093*;F)<)~iXP`3x*D!d@!$2a5Fm8C08O7`i}Okn;DC0a&UsAq2_}Q=E$y%&ZS@CD z;&eJ~K(4T{jqf(05(m%ZqG{?Nam(vYX}x-W8uzuo6^*uMsdkieH1aN}99HRQoixLh zO66Jg)CFAJwd+Az1TCzDcBpw<$aQWPw-7sMv;ga^O+@jrtdBn5o4i~?X+D%_v&m<- zY$n~_-wM)(q70CzIukl?EYLMD<^9mCQT1rFY;3+yIG23^cwkLHHZBM)l&C;^g|TV{ z(_GB^05v4}!uc*$Y)!Xmfn_p!f3i$w?MO%)TaW8rWPudh{ zT=Wt00xb<3j5X$g`x#dtvS=Dj76r^$_iBNK-5h3PoI&iQ+daoIVa{#J@`vMh@MqEu z_Q_@CmB^+F*q~b09_V*qwqJR}lR5XSMz6BLm8FR6nE!b*AeR| zjH2H&e2=aq(Czb(ewIht%|Jn&4}H`?zJj2J!KK%SoYpSh)X7KnuyXifRxg0P5Z_4x zyS)(nHCStl;=6)*^BTppin>1F=;QQHQz zarxXa|Oue zx5G$NB_oKeG6A~A{2O}XhL^2-ZZXB>sH;YdYFhdL1y0%!%uuA!?2h82uWh8L`6Z*U z>fS;%bciSR-l%FhQj(Hq4ZO2{3s$PN0$u-#w# zyb-8nl!|N+`FOY@vyI0Yh>=w{QAlQqMd!J+Zh1TJf_sR!3 zb2VPz4Uxo3-&HbM4k5-(LxeH^NC8is!3SB{JmBINO>AoPyNSiMu$V|W4KQOt?#LU3 zfvn?V+b#UE1x5Rkp zca375p%(p?dI#f$fa{&d`CgE8TcbeQ*`s~^7nDC#SmNgj@b?k_FJLKF_W#guQp z&vL2@LgAh4bZS%_GZ@`Vh=UiaRRhXQ(+Z6QH3^o2j&ir4b+7o^%U9t~^Q{4W+QpM5 z9yr_#(#SlNGb7GvI2f(*juI!HXg%2C)EO4a4a{Q<{FufyZlKVxmy&)7)TuPw{wI^! z2qw#VWV#h}q_rdG5*7{Q>q4gNU0qS^tBa+6VWhnyUKFO`#QOx$BYw_0k5o@FKNfh#AO>8m?td%Pu#bPtV z7HZALJ6MLG!>WfLLJ$D0OuXfzERDz-*IZ}6AYq>inY$W%$E9;{U{eE>k1Q&#`kjUY z6GtS)_d)eQs?+n;i=1mhM$@$LiOph1Tj%HK1xl^z0_49?!s=I#P-wf2%T~D=Iqo7- zv}T8!<`QdFjl^OZ09ErvBKJ<9>}!f{jXeC?VR&{S)h-_?iHB&xm>Aa;_*3{@ zcQj4t3LIYJspL2gV=N&rVgt}v8;n&5>koNFpVfoOlwOJLr5A$@MWv*!-i?NvV;&zR z2?djiV%ANbafD%tFlf=STWaHRz5h2 z7qEBD@*ItquvHpCT#>|Pv66IB&9mUjl>;Lzh@?u=50r0mW%|-~)8j7REW=P*ZJM<; z9hOcM5apEDP69u=qisUjVXWwoAcq$X29J-BI!d(nW_X{!`0#xIz9S7kA_Y6BZ(d6_ zr+BgN%%NSk67)3AKQ?UtcsQQ4hZ-AE3LYGt7ER_35SDq7ETb12_S}~{m0n6xhM6Ut zmR$o)=pt;GV3m3y(R>`CD~sehZnVtK=NWvW?UebfBCW&*m_Aoe2Tl02W=HxrTX;u< z^D9cG-%^paYhEb$HF-#i3UvXwC>NDQ)}xmwu_Q_SOlD#+k+H8>AT$e$8a1KB_~AVq zFc%asrxe|}e|y7V>9c@+&7CX}HbSYgZ$6(UPXbI7m;7@+Z+fDdYdA?_$W*ZUodO_x z8N5RB@N4c=fv+g!oH}(*`=LG0u|y^B7&3bvU_^ESsJ31z^;wP#k)T))^yh7d3T4pGl1Z7{qLSv*e83rhvMIh*y%h%nT2`eV{;}_xTx8?WfPO8HDnw6bby;DVW^!{}^t_BQq$EO1y zA#9v{qQ&Qtj(3zcw+M@AJnk-DX5RA8lGp2G5vDvbqF5S}3m_(ZJMeGE>>&eP2}>?F zQHVHuM*MK%DDXXvj9W{yDU;H#$m;xv3CoF7+ck&4eVQ*T)yus=Q-y{q?7w!Hdl&%d zI*PQgxyXwJLz`(w!|RILB#69j(?C@!gEg|d+QhjQo_Gk;q`(gc#qgKvfHYh*N?&=d z9^KQFZNKy^(-x(abxK=G6GdN%THFPwf=%C_+7L!aR*u{l)Er(9&jUCvY`D2$!kO8d z_8O{EK*h*2Ly zK-~x?;KYQ$4)PiiA7H@EFHxw^8epp5p*L_E_u@bZ+y+g!KVYsrFu9UyjuqWhQQ(!CA@#q zOuss4OC*a2}OGw`5a=PG%Iy2&5ovI|EHC--hhk*~T62 z=;kb=f*n0iR#rW4e#StiC2F%!?R^s2UcOd0fw{@CA!{r*Jh~sGoE5<&Cs>|O0Kh=Q z*FurdDvA_P2Jd$1q`fP7Jn^aOOZq{Pz2es&VGj?!1Y}4^t=N`9VH=Cg#x7?QypcDh zvGJnly$`}DhZ@J1SV{m^yAKEB_}K*0&E9vr*5Rn!M&3$LS`wg}5(-c%Yx?}_Hh4PI zKkB+vGLu%v%u{+S5yz|sT5jbA$ekG`(NuZ4pqxf0)u}h<3KjkHQr4p0z@54N zaejwDFEd_+esW^B!xD4RMc7ssQ+Rf&aC`20+|(L%!uPks{TZ3J-x33)H;hIB?{F-B1j=%Z&d zRL&mT>}N2hFWmxX7CKU_OxR}Z`z*ySaOD0_lkkr@&J(27*4D&~nS$+KpO0siaxlRz z=98#-+xore_ezT!3vS5RZ=&JY#qdsZXo!uD^$Qi<&CfPInkrlMvAmtH+fLTuOyp+f z?mgRAUo|aCSX?tPFV_NrGH$GFyYz#UqzD@55920Q5yu{mds?zx+Fvx}>)(CU<- zAMI9_M}rn+MxL=Q+(t;YnsviNkArx>rLb-*_#q$N&)|yhQ5Wy3>FdKqRmh)^ZR_#x z(v9sILWukWaz2-9v5lL6O53OEuHAFE3QliL!5cqrwjYF?p||0tD0KW68FTfk=eSQ{ zm{c%@FRJcLkQ1>0$27|Xs0OO2nF9IC9`QwBqTTTy@TGEK7}-_FeAyxHpi_vPw&h_)9>7)tu4RPo~Jh zT5>3(gMy6~{>tau0hHd;qDqNPtQpLaD2gv^DOKy(HGprqQYBvEG5W^S;XeCl-gV*G zD#7z-K1*v4y*?9a!~%d&I7us?kTrijwu~C(QC_E3Xu^f_^NCo=NwQt$X z6<~*AR(v12wbX8pG!@Lo5;;Lpp?0LnZ0_KCH!616uo#D#S?J#co`e>yK1*gXSjC%| zCLN8|xEIEKEh8(ZpedpnrZgeM@Z3D$6P z8KVf#FYPBVhon5nBOR&wOX)TiN@U2~LPOm)z2t!F zAq{D3&<{`vC9}fu&MaX(@q4xiBzJa?QildLHMUiO3@g=d$lA)GF`OGL=Is9h84t}pL*Qhw)pnld{0%FIrd#hWq@4LP z`BN^6N~|D|zzuu1H}wK_42_+cS!rouX@0*|fXihqcKAhktV`T$&+QvVaxru?qfNkE zryAeYV0a3U*M2pyU|wjki2fYKU5$pPB3949%h^SQe1Cfeh-bTNZwya~qszl{D?F_K z;>b1{oLsU2-t!(Ryfh3#ji4}`y%UZmy~9w)0((H-j37D;3I@W`?B4A-8Vs|Uu~+HZ z5sA+nj5HZf3_m?nb-~B}eKIDs{*R6CsuSNOponAMR=7U1A66+o6)UpAOqP1XO1;!6 zlc@{X=%59$WJ4IaU-_G0(Ty$v4yHxL$ezHd6I>9sO6{!E&cF?*0dp8{kf9wQn$YiM zta|aa1}Rj~95EG*Vc8*DqyjqKu)H&I4#bNlt#1;Uujlz}MS{i0Vc0kt_uJkB>GkyD z4}u9sLr#b53D*MZ*<}4JcM3eI%O*{(9rcjEayrxkqs6Gc-CMJ@+UDu~xdguSanz>c zYJZD_qD!}n?M=%Hct89Wj&*y60nIS{IZO*4Usr=n>RPs&c^N|YS=m1%BpD*1eMWCw zvrc?1$ivm@Z9^Egvl~wTjpwTKDi|r|;*Juv58RnrwKSCmQ~LDzbUMeV;Pu++MOD(q zc(m_afU9vwm33TKV42LbEEsBxOph_UG@QX;J=u#NA)Y{OjQy2-doaH9EWFSE(xRzu ztEOdsSJq6#|3QLb{l5i5!|FCp`@f|0e|57I_=%fC9EaEIWW)as9c|(uAy**JntR3> z26XGe)*ML#g!I0>)YwW{%>FR+6nis>dOn)FwN#1yMmrIp8v#l>q`SXlKiu>9k;dZ5 zmF)a%$^Nl_ocLB@V+Iql%;CjEOU!7qPd2(fchW8`US;RzcEY0xeW4L-jpkZa$Q=HSu?;$}(e z%+g*a0r$;%2oa-)#xrY|HV9hk3v#H5*hwTXlnlCae1R&g-5rmnK)_ovrQ{a_Fi#SQ zU7F>$k|Y96k`dl$CF++QRALKJ0Mv?en~ZlEWztUMXNXAawe6LE@HnH)Of5R`q3PAps*1Mos4$Y#eA5rV20`{2xUjurR26}pM!&FpwE zKc7B6HD1W~_LV1RVYdjuE;*P}%P~6Np+g?To1H}dyL4U}ciLO}%>Y#BgpiOlfHuH7 zC(6hhGbLOZU2z-DkVwU;Lett4ZLaMkt=1>7)$l$g8GQ*}fwaN9l0PmCMaT>>?j8~3 zP_CKlvW1c(ff^r=c}x-UCei?~n-dQ>LT`68F6`;t3Kyq8?i@QQ?xW3^(^!1T;0Ol! z^faNjag@Z%o}X@R6NDQWNv%)5$fqUXdRg52G8QXI{q2qQnEC$bZ;MrFB_Bp=X_Z!$ z-Wxx&t{nSq6jI-$1{7;~Rud)GJl_1*_3nph=HCevzl@*;{=e)R)utX%Rx;T^;j5hc zJu$7c8Pr%y;2F2*Ayr@RY+fzWl@N0yPF0N%(dJ6~_}~VZ6ClYrDutgwlnqDJDGfqf zzYa{@PiI)jEV9n+kJ9bE-Se(2twjTrUzBdXuVG{p zVP*)Q`5E@Pb%|6ib@#3sqy!u-cO*$rM2(LFJ=w=ty!HYI( zK_&I`Lde6#={9f1!$*S?SEpY~?IYEoL#JHJLQjG3_m;7B1(v&PKt7U#{2!b+6>^!) zFqxc}A8Q$vypbNm8#)<*rvX~guM>c+o5m2{6N}S|Y-?vHvQ-S>B-kUSn=Qeq`u8BI z(rNi+JoZ+d&6>C@dL0XO{g>x}mS>HE9%I$3^mm^wV%6gBD2-2%r8mFX?U$g7C_Kv( z)!nYF?U$a(CWnv@nQCX{wJ5v>^o{&(@R9OH8$n)xXA}LWc2STr zrWGTJ%Zjo2y~7g68TMnLZGZvJd0h2mQ%2cL^?UN6jl!!C{2g+0*lo$*qrzZELi-HF z{d2vJcuf?$rQbtD!yu~b)e^qeWgd#}h28%vixA$gOEUdR!|wl+oW}ScH&KpKzwP3$ zoOYuY?X3}i9;`y$Pv@Xn4kB37jMQv)NU|_gX$0=oxN#J`sJ9ES@8)^xc1y}JZi}j} z07*A)eE*BkW_ES-RS;0kpoDCG@b?`Bof7(X&}M($5$tiU}zNSQ-@rPa2dvH37L!6 zw@{TMfz~R=cK>hyn4nNrbj*~9A{sZkPc2FO?()AMEDMh3+hAcoBJh_$v}i zJU)XJ3R645!nNqRN57Ic8LD}K0Xa=qAaxEhe!0kkXTtb zng4&Fmn}6JyWazC&xaZU_o7B$Bipu)byEULa}*w078^9nSP2D?Cf5JKrIAwlp@{f- zg`pg+b|oT$o5N2NHjJ~|;qAbPNjf&wfM^8$wwpP7bNcX*5jd&XcSw)M=m_t`*)=LC zY6cT3XC|jEFXQjKH?2vt+m%YvA52zNRk>dHt~q3EsB(CQC3L_a2i?T4w%h#A?C;tFIj@EzI35Z~snTqXEg zxu?ErgMd{bH8D9uR*7l9rnU+`U8!UUIyK=S@rs5&fTbY(GH9HF=C&}TC85KFhUcmY zyVbXuw0jL9R|g0G8jWisamPWKPg(F%XIS$qB>GpjESHo&NOg-*jwNe|#Qa5~eobwd z(}gLDM2=9A<*Nm2+-1cfnkmHAutc6&ipoo(rH{*DiEF{$y2+DdmGl zj;<6-)WAGNy4HO>%MYV&bvv_{;6|^Cs=pLs{nQvyi7(V6ugonkQe6~eK^vHcNCtcf zX=XRU2BByZCh$hnLcll%8Q66jGN-Q?S!bQ*SxUkeQUqYsq|}qpauEWz#xWcQ;=ND| zU59=aQ=-!2Osy%#J{)PGhA#bsx;)=+$B%_o>9OvHU;}u;UdL(*hXUsi1TCgwVNx4M z3b3)B^9I7J2G~RwynK6fdgXsK+b9104?ddBm*Jv)0CxXiq&IuH73Z+d1zA@`yHJl4 zEg53^ipByls#s9I&4D*JPi!rx0tj7dRBAYz{J&}1*<1yq?=`-Bwlo{}1Yha34IR~_ zG3KWO2kbppm*cfg%;HE-hv_EW!3(OyyexZ+xDYt zjn9@S#IS<)h$@t6!fUWLqtA6z--ZUm*^dBBPLg*ewT}e&cNgoYifHaVmcF_N;3GB` zUQwk%r_3+;4neTg^b<-jXNQ%VHg42gf+m`FBE}Ed5?`$Oi8Yzg{WE{gsb2}OME!m~ zNcGZA!-SuO?t$>%*xphb9I!}r&4TY~z#n)9M*dzy_w~$x193apE7k;W*UAoljPi7u zXdTDAJa{;h%Y1t&0Nnw)l`wGu4tiwig7ga0gbkZ z>rdcr=tR zQ?tkmaN3^qk&-8RzHf;-PXc;jm?avqB7UD{T7jITA*2(0(Mk{uw~74YS!UNi>3jY zZPPb_^kt6~Hj3bUfuyXkz$ z8eQ?1nd>cRzP5vRi*)^Nz@Cb$QfO0$xy#GRm#T7RwefMml8G{tuYNo7eA$g8f7fGZ zZVTp{8AI)aA=OMc4ME8pls3@K6&g+h++*8SSt?%>$q%fX1wUaxGXZ{>=CdU1MN|Tu zS(=sRpgGhs-k^UTN96Va&dPx8l&kR$qfoBoBZ3rUtpxAau!5VWN8=CP`JDLxE(d{u zeKU{u1fk?F_aHk8INPoo$;zC9Dw%fAH5cj`T7f=eVNr|<%flm^t({l~i$9#d@B@hU zqh7e4&G;ZP1AADFvWos8kz8!0Ro~K%K=qj;#9G*`1irK5@npXT zHa@8A%I$Z!8gZ9T%OpCqCm)#imA4*#NrT=tG3)9d+#a=$FFA2<<-Rx_zyk{prrV#C zd#!;WWmHbRnZG`74trK?ayQUg^HSq`=D6FoL1Ue!41{_Ofqt&r1ge=&s==c!XvEwK!_A3m55 z9Nv#gY<9y(Bx@QsNIJVfl|$%CDjPSpuLh^D(mu&*aBYfeCQJpcv|lhr2N{G1eTrpJ z$>HJQ@1SoW@3H-xMHTLWdAQE7rrIpHd84Cfxd0`b(?P`|gvw%|^Jgat95oom=9e@g z#5D9z{i^w?&Wg;8lB4~kx^pm z4_P8o{sjH{34R&r2P~Y(!sj~f1ZT7Fvf#>j%nGPA zg&dB#RNxw01?pgdPON0G^+MQPsW8#`jtpIE0d<5&MK#f8+Kw*&SqPPK#w79GH%F7?~Cpow!`dq#Nq=ml>7s$p>_vu5(N#qcrAD$A!&D2D)T ztQ6Amb0Tqe9vMm(;D_#;q>_o5;_hV?X@i#ygX967Ut2(LZnvQ0)4ZV4L$&F=z>CV& zYCY~-lT|!^26W(6eY}?jL~H{zRJ&y2RURYp^9Jf88s=!P%n$&oVhV^se9u5<$mS+; zDf5_WlIlOQ=`LGsPQJ#MEBHkP9t&NXzU1he2xuYESuZZkW_QttLebBaf4=v*%bj+T z<*AGm)labtVN}Nur5UWrH;5sN@4XO<{odz8N2CIH$#_^aRiq$(p_Fu}3k3fkdv6&O zSGR3}0ts%xT>=Dm8h3Yhm*DOMCunfj#x=ORySoLK;O;K3lXKpW`@LJQ>ioU;R(I{1 zJ@#0uYVS3B?v$ph;-2=&awpWQ*&=HKQ|F#0^s2~1@V)Y|qjjaN z2pF8R3!549Au8JFms<|;+RvyN^Z6N*=hz!xFCH?K@yGM8PzT&c7j!R=X@=zdg;wNQ z??uvaXZ|VYl3IpgkK?}owVNI}NBE!)>ZW(W{zrfMf5lNIs@ce|Nc@?*!hYlfQ(6p1 zteXlCAQ91qqbmT{x^))9^E6`6^c+9q`uuv!ZbgA_m#l{|?4VZ5GRbp2CgTC^R^U&C zOXHGQCcd@6WsrCz1Bz!`Z(>@}=0B*sg%dY5)>Np*qRB`F1};kaX}-CAW_(MJj!Mxd}{3m$OUbjSHkCpG@=wiYF`BGj2-jKE>U$)X|PPrz{ zPcZT0!Z^k$7d#?8w&{?xCNk4)py=Rbia!R~j||e| zg+XEx1$-kam(tYpavkr^!_LSWV?E{a?qqpEs^$2b8T(Di%Wnq^iZZn^RyjPSSL$?h zSVR|Ee_E@cUDR@$M{SQPLY|2F93M()qXdqLNJ{B2NGTO}VJSZ*xJ8A5(|Ijy|F~pK zG6I<(6{GwM447TGwVfb#`vr;ftMny{`SwuNua{L~d76>WX?c&WH zKIfAjNP$Co*X|BVMYc=}j%=$)(7+h6Dv@dKr?p7U3%%#!a7@~Sz@ z$kIU7)2Whrmn0%0q-c#c4AGPJ*k-n&4$GCQaEPTY4l&;0;NqL|iJKJfL);YIoY>z% zKh+B;ED#%ZEpO*sqPtULk(MMh^3QsdROAXV**Yv($@dv$!o?I(&KR^c3_e7Uvs?qX zvjimMVy5?WBgmhnho4s$^A3F3lZdX-Bc4qLWre+P`DRUfUPDsu$Bj5$5YN{Kw%KTF z6Y2Old>J?0^IqZ?416!W+?Pg1xN^{eFP1BWZo&3fJuTkuD|}(=e1{w0r%Gq<#8aW? z!*9#~*b~>XN~Wg(>Xw}SCr>C=j(@pBS4i{1KIn=Z3Qtu9uTASkEH*gBW!F`U7@xiV0|~)upc0L!l$rjAh3jO79#@t~hd&6B9k<_aHGl;t@qt zpKfU-6@x2!xE0aXX0f>JUEHtLiW#~scz62h{p?DBpj6W;L$OpD!YtO;Kf@Zbff=`;i0YV4MaSwS-;R{J%s>ZZ5`1unCbgZ+R z8t}X+0W)clBa8uBif7-?CEtHKr*0>vsdtRQ`knU+X^LMQqU~33vP2CUltLIr1r>Mi z7P`tHRdp52Im=&Zo%taQ0o2P%3ST%abtoMTFa?w_I;K^fHXfjOgHOreq$^76U{c9& zGVqT1#(w`ixxihB}-`wv>0J3fFOl$`r!;P65Mo6o$$W=WoP1$Pd++ zliXPpxT2`{n_f#*9MHd`xw4RJ@au@~u|KT(ph{x*+zvJpO&W%l86-ZE*ZyqHo^Dqh zH;&fQ6R-XHL!b5#f_(6zKywv$b3+gLod5zORQ#mb$I6!uiVM&*%-TtLkQ<;yaMWJ3 zywW;W8zB4?GP(Hap21V17x!TB=7;24BCt0eKVc*QfjorE0qi+v$_zJ)XX+vq?bS!C zg%>MYZML^|+rk$)Y|DxBs`A4|_{#v%T4kn}%wsFo(+2GNB|qQr!9O|=_|8>CcAyF7 zhyQ2@&iJn(`1rq5X+NvOaM9u^3`#E>T3I!BK_F1#5{H};QnI00sgcR&X6$W5H^g_n zrc`5yR^vmYdU^SH}IBV?KnI9wiIfu$Lr%*90CC;{gYCCt+WgCmx3SMY+SJWYK zN|y^VQa;F;q=X|_CJO!HOJ_1cr!E%Gl0x)1zWO;iF9EluUSQd6Mj-$2RbMC?V~a3P zY@1cu>5wPeym1kwUn|w0bIRXy)#`%tU-8F<>rP4B8uuu_$)!M3%X%Y-wA{an`M9(& zE3F&Mijy+a3&%?mKQOaSsCY-%mY!1OGj|)B*r2d|oU4n`XlLC5(3Z^`<`Ki!@}`z6 zO>j{zCm66ETnO1K&8x!k*-0hR z`J~CXJ6iEb#Y5CuF&n0R6x89{ei@5zruH-SQ!PZBKfoJQlw_bGsFKM=$S4@z1hibJ zuGDRUbRp_7+Bk+6XRN6$!Q_Xm^rf6+vgx`m`c!eZe@c>#Rrm;nvDkR;Zc?Spb@B@& zPnu3fi8$?EVj6M}ffv3-G1GN$a$yGyEp4u3E?#ZL5XjVQE#Gxb%M*AsXw)v%l83qB zwedOfK~BYFmqxKccjLJlRo%%hJG0LH;HNmuHx^E;oPNcsiyIl_z1Q<>$;3>*Htstp zENET-Ui63-+w`?|+LuMf*G}9nZxo9#uYT^$IqHDVIi?R~Z3Ovk7_~(;Z?9Jwi*Z)6R8Ue6y{+*ppjOTR%$&d%Ty~E*SG33mX3CF7_1=k5P9CErH z>JAdp^`N4KsYnhvzIh9d5?L-I=z0NQc)sa>8nJ6E4?+w!Z=>1U4@Y(qPmyl4Ju>;8dbqv{NU%Ofay7OT=qht=4U6U0UYL$5e=$v$WipAgv38Wvam5sP0JCYSzLH36Iw=;pf_H5DJT7L8z~H4t?AdkI#T3 ztK12{SF?;Lbfr2{pVWxG>Aql87zO3A{n;Svrq>llBh!9XX4v$JyYb~)lmo4jQUGcr zxsu~_E5L^CPsUtkqf-1->aZ)@GO(*I4Evvc-jF=ruXhg@kWm;f*jT&PNp5!e-srp0 zPy`5}-O>eu-G;7apLp$ZEt-)xxQ*%WX9=~4VxFm?C%wrOwDwCck}cN3LwZq?7ub{z zXu`6arWNtZyd~(DA-iVles|rkUJ^9aOcRL|;iP}_@x~qEZz*Cx_S(GcM6Qe#OFrIQ zQPjzFu_%6YA3bC^XP;!1rkRMnVM?mq_^-pSzLK5SDoijiC{1uM(4K#=uXeW1CbrJ> zcJ`(PtBQ8Y7HNH#&u{38wogV0eX5h!ghZqUd|hXHr)70+bnzUU2_0W;2y5%T+xC9fg+FHh(CwsvxFzj%0T&t2_&`X9F!(zrb-Rb}{r=OQSL2ee zchY?SedYaODZkgNdUEC6%Io;vsc&1yx5xc`X?-G(8to0j%!d^gLi!C`r2CF`e%|J` zl~ZK>!>tsoGM0;rPG5sZxYv^XYsjXw!cIEOO3d)taH7T*&GU6%t``~5Rb|@VUtNxp z(i5>AzpnMJyf1mLu6g_T%-v76^BfFL?hW4^4ay%3Z|(2T|6XKS=JCC{Ijw8!v5Xw8 zJ>G47EUWZzxI0TbpTGp}83{X9TslV+$v-l5Jhk>#7H4&A??-2Klr1tqKfRP%w6Ew9 z$sMdXS>FR!ihO(RCNH)OonB7^HX0g3DxY8OpYMw(8iA#!PuB1IuUmTZSsf3rKG$!% zt9qHchZOs7_OH(@?Oxk2qam-SKH^+${WHXh(!G;(z7^#)PJ@wHua$o}ekg9hzHFCNl$u!P;OJ;c=Ysxdq@ z58*WSlbc{hJB}GV`Y}AYCB#8XlXd&lb$d2Djv{uQG+*Xa*$yIhiJv zY-&L-TkwZcI8&gRCawIJSnO;;{+BrXm%{w#Wa?PK;a`|bHw^^KC7Xia+5ZMkk)A!A zL2$AF@eJu@i=k;`pDF!cG=@&KBnM4&Iv? z`&)!l7dJ(krAYe2U$VhpGN|f;KY-fdOqWiYY6}2#k%{z({~s9sFNO9mUi+65X%QHU zyJd)Lm@oD%MGU(bg|HAs%rY?KpRnyL3@K}m%^zNqENR3XOyge$TO^|r>FVDiD}Ww} zNPFO)I{uFw_&@t@m|Fh1K$$1pXiSfBfCpl8UrX6>C!Z;}8{p8=dBl7yJXB1@t6>l<>Bj54IF#VElRfgmztqt6MeHB2ED4Vii8b6-ESw=4Of)(SkndYQ->;o+(%tStB*J1OkY)7=jJuLIS1A!cW}NPZokl3Bnp~GZxMO4J;ZR4EW}j z|F*c(NxIuv_(o9t#(H@!aan2MD{kp4`^2sEWHqu8JED*F7KQ$ncIK9UwrJc*YSLNw zL{R+1I(;rNU1{MXZs{X?#jSK@6}Ax@rjPa#h5nMZ?v}s4xYI$p+fjH&P<+Q)eJ)X5 zY2hty=`DN2t#o81wGk_&kM0-l&(@g!@Ekyj~AxuwywZd)Xc>MRGkdC>uBegJo2|E+18Ys-5iF-4xK0FTa$xPc$Y^;v!|;v28LS` zcgv7>q@&TRIiyO|n?Ju66`pGN>NT^L%j9hqir9{ofw#ruPjjZ;mbL#cTr6+%|MQ(G zVmnj@-W1C|&5?Us#`D!nW-aH-+x&&`p5}u2>T~364wU~t=0efJ)0|e8*0Hjcw`I9} z`E7AMU;STDDog87na10)K)(E@IFYY@rbz8+?k||f$9kmv-yH(@SPzu{yMy+D^1r^b zHjK`A2y0NnjonlKHp^GCUGVB`0~TziS`f7w1&`Ux*P#B_feI~%QjLO#Y?NzI1uNOk zcnP)vGdBPGz&RU%HK_lUhbbGdHK_lU2QEZsoCC%w-RxQc_3u#-Yah8_oly>mr+BlS z1Qz|Gz}FzSAe~_kK1~s1vk0jBMS-n>ae+I7AAn6&zTb}ez8>j!J}g$g-b(wvj_7w@ zELJ|>j{3Zo=yx9QU-1rzuYVNK zyU&$`C>K{pDDkwFgw^#RYb!;J~{e1dzq`Be~guPHJ|L&{Q3Qv`aOUIOGPgDg_p!vaY*@F z$HUY1VS8NW+vO{0>UM7>nuEvox@t++RxWeH=kV$*dc1cO58&;)pMPD%p2WrL{?rGY z_4Rt~j3=@yzIobSQSRty(%1Ll@p?ODc>jkikxHo0Z6|1fh4DX8vITJbE3T+rO%bGI z`^g8SWb1=nIv3O3Vo@haU4Gm`GK8$9UR zZNvLM<2(FBvZfSfcBBIH$(`qU%SYp~rkL3(?nbn8<$Io^kD;R2LItoEMm9c2&!UPq zVfVZRMLxb9_)nv#!g)xa1tB7mksr*1WIwmSy*%Y0nS$c}X#-;DKcY9!B*ke+!p{WP zeOe{|91`@SyOa+f?Q;+Y?XAq15{x4GZDX^PB;iYXxTpk!CE>YiVlQTCP{FNqs2Q1D z3Y$T1NqZWlL{K^kqJ>1HZh-+R*qm|f*9=@dVaZ&>n#hAhMY4y|n{?T&j$qcuw}Bdi zvWKufDp24*8_fXj)SO>cm2)QgSnWh!iKD`;-h0nO2@w^=`ykthOeiW8ZqK4^vN{yw|D zd>y{{5ZU3EDxW&=ME12>4XPYlBttI7ia1?!&mst|=-Zbqr;=@)@;o6q6$!J*vV`G7 z{Kx_n4|7Lyc4)P6ffB1eskw!c34Ss-h96z$IGT3rK^V`gRptNSwLm~|<9>;4>lxns7( z$28DZuv$WbdY5Sx_x0{tZ!zx!-X`xyun~O?$0c9R?%kQShfA^5-A(;CV8GDY5}o?- z@LH?)M2k&e>$@%;00EhS;%o(XaHm8L*&-?5BZvy^VpzbGGH6`?y5BwR91?jr-16$%vO-XVJUltsf zS16my>m7JUTy~9j3){=7S1q-MB1cU2-m&9K5|nettm&mVgVNeBt7+A!;(Y;@ET^yN zJI3dC^*nJ$I}?$b{X~@duwM&+9@qZalEo!>%r)tEWh==u75Ra3NX*-%&Go!mIL#bB zMt$m^H_H~SsuPHMzMek+{>G@WgvBVVPTB-`}r6odk+|H-McnkRn@az|r zwI@QHHrwF|giMyrjsYmIA1;b(Zsgq`D!7e31HtixBvqkNBrA;Quu2jFlchALJ_5+% zv$>=^gbo*#rFtqoYCoOi0f$rc(;!FNwP?$PKdWuwJ{;GG@>mSqiT8ILeLN0y0BnSO zGJ5D&yy&ai8l`>s#Q2%ErGNtEhj}mfKEm7B7vQd%-a_PR@0P+7e!l6xJ(xzFv>#;xD@qay7_evBtmH>Fwz8R(oOD$Z^h_#?)J3Q2FPvk-5+cNhJ*B}JyIt`me1buDT2pb6!x$hIq zt&mQHzWAhfO<%^#uvs#JLAXAI@`^AyoT0IpezJc+WiH2wA*m{_HuV#(WILud|MuA% z248_M+sM9h#|yh<+G!2UN{&%$L<(0w?Sdk3@Zn4V<2+YfTe9>-Q7wN8%PBu)NLT8c z8CkrMGsHHW**4uC_{X_q`ER1b?rzz&0#f2;VA5NP-&EJQMf?dEy) zb@h|FD+_5EBtz%|1&K=_7Jdc^eI;5(e0L7ngEhz+OV6}QjS$#k66^VFIdOS93(61J zDsLmQG$eQ9JFQ)pm~CEa@p()W{9Z4C>enX%B0Oi)T)1C^*E@`>R}o%O59+O4w+I9y zPR;X(SuJ+FyEfty5eN0~sjVUm#C)yDt2qXZ+WNHkgZVe#FmdO>Nk4QBPQ110U#(5Q z&tuvYm>uJ_S9~t*HQGhu6|;`W6h{O7>n+VZYbhgU3{y-mbj0x)G$5f$XUHO_2cTxq zLIu=_JDU3vL26Jx*2`0{d%UAvDfkB$91L%8DXd|C1r5k#A6?0Bu%{MY*$|OgJs{{* z#qs5GsCvo!gq2ul#{vaNPnrwvcGYGVDD5-nDYvVS<@!oK+>OJc*MZ@3{W`{-1d--$)ayP$ETiURLceKO zIAl<7(?j2r4LMUq@Z;U|xJ`a(cbA)eQ1sl;3*Ou6zUv1dhyE@ekdGOh9nIvVqI$VS zsXXWOC@tHsyJpR!)gG>~#Y6P=G_Lpz4esgd9f*h@z_%RK@*+?MH6|V_f@+;(5&L;c zk@jdH!|{&2;CX8g2s-#5sF7VqIy5<@i7bJ1i5j-ZTf@vyQ-Czlh(XJqw5U_x)p-Lj z=FHktJz9TENQ4-dGp+gsOlw#IAew3Jf4XnI%pFz{8d5+QxEnXmR=LP-nE(FyzJ2fZ zff=<(v(Lx8tC#Hy6)vJgdQD=8c_(=rACF1@V-AJ&%IZJ~Fdc!!NeR7d{e$p68TjU= z6O3PxRQNzXt-`?=Zp;Z2rCk$UTn+`2kK)~C3O7eDA5tvRK}9s~r(^9#lH0or>!_9x z;^pg~MNJg>rm%=j`g*K>qrtXI8%G>qEoZ3)Y&A+#RAVqdM_i|Lt9<%53H+aPWYm-W zlPUSSj4U6y%CGz#|!c*iO z!HZ;qnj5z5Lu=etio!fh*Sy20Dq2b3YrX&npsfNGd2&szk zM;dJ})IC`cBH^S|e%8M(N~|d5KsejBHlqjTSL-m4!9|@DAyFgCxwE?8%>I0b)x)2{ z(plZ;?x!GlVUa)H^?9iJju}6%w0e0|PSqRU4R%Ike3kK=Cqh?ugS$?Wk4xzDmn+>m zK6s$g@iK#5^Mxxx_f4cGpzntSnlG6%!~3;Ydormj!u?qiX-`o6gS2KarEpJCNe^Aw z2A3Aw#|$Bjs?`ib_tf2ce0YX@w0RDp*~==P+>IVRv{X!T<3JnYraM1FOYJk(fFj86 zh~XcdI~E|aX0-uor4WM(4{}FX-*v8*m9-U?b)znc427V$CsXk>&$yRJPQZ|IAS!M1 zC3h#!54K5azkk~pI+MJDh@?TQWqbmJQ!mxaUa!QI|9ZX+$aFd(@@|OGsOY_;3Y77* zf1tNti=5K0&x#OvQ5h#Pt|Zh4MVz#?jb!TbKGQ#6*W!IGoffbCR`Y6btkjIGzQKoc z8FI_-eJOmS`t*sQ1JA^AJnQ)pJlaZnDFk_d>QZ@~f0sANZDD>3-uYo!x-!1*^J_*w z;-PmOJ5IP}QAT;t3qSP9^(D4$q?MQx=eqB+t;6Gy{y9INr;Aixqp#=t6Grgr0K-@K zCR>4bpQnRMxAu2@Btk4p7VbB!>vc%_Yjz(U!zoj&_kV1+{2C`iLjoGmY5gY=b4=|2 z+Rt4O-);LRV(#1>PKbMld8uBRR?@7ws|EbSg7EaM-oIl#mA3Cr#g`;EFg|mSR$EIYtz)CT?_xZnty3X$B@kiNU`cwkq4fU%RYC=KZzQx z(T^`2yF8&fX>fj^#7%I~nPUE#UHzh%|Jw-Rj7fsgG1{L1<1WMHyP%1z0NTf6RRUba z--@b3A>-l-Vvt{0?-S=JCCH_V$|ysBp9gTkxw1Px%vyz@S#~AIh=pe5Sms}2_ZirI z#L!B`#JBAB`UZ-g6q!N);lQQkKAG*%lwnH7B<1(cwLVP17j2Pzeb{W=Kd?}#U~yPH zW2|O_ucR2RMKC%2YUm4Fti`yhv2q2IUFeYOVf8JO&OH*?Yl{_-QR{mA*gYs~9>YG< z_>*;Gs6F4Yr0|6VeBF z&LSJXxW^a4{usP2^@=sooKSzX9Of_A+Lyf=wZVF=J+FhCT)O27y?)v{fAc8w4^!O? zBVReKR%0f%669=z|B{NCN(fRQErz3ThWXnU1YhL>Q()KRNG#Ov&(J4e=Y zzO$j%-ukbt`Mh7AUQc~D8ayg$q0fZnMpQ3VZVuqOpy7kbv`3b`v~Ttq?O$8Z^&&%7 zGh!P}Gjl#~YO3@L0`FTjodLj-*>#t6RmEY)mwU&Zv8vJ5$+j73ZoMl>t=pxW!BK7v z`+raWg@1gYjk!Y}uU0K*on(eU;$ ztj+hiKSWOo5)c~*gGnF-J!|l}EVOWR!#t$|%Y*F=qFh_p7)ehX3cxvPAtPz#8@>=m z7Rn}wq<#|*m^?J`j~+7}H?h|mq zM&#`7+uj@vg_)skO%m0(nr)lsPPgC${7STbH8$;h4v=gTnVHY^j{U*XBD)E=6+q3B z)z^XVaT_vQ%9(oJ@h#VN>EWEALoa>IQGC|Cq~@B^t)eAG4p^89s3c#eE!wwRZ%bXj zNH=$YU>sG}G2c~acAp!X+r36#WbUqh zXM!lskI%(k5kcpmNSSs{#uUc=%}}p1ndb}1_4`;hh+BnVy@^V=EszXrAQ$L)36Z1u zc^(b{^LnU7_B)$6nM{;$0SE79ex6d9T=6Yg;#@y%L7@fYi^U2fO z;uQEv#yHY7ojU31V=nUeu%#QjrKMf%NR7pW+w(&C-BTd&K zMHiy8QmW4wGjf8ar+TH(YE_gYlbiW%^r5&eDnU^iC>&8CsN!d`%O-#?5UbW(*)%mg z5@jw&Vi`VVfE+@$2;j-H@3C#N9Ml)QKV@~6)~nHyT7aq4_#_T3hlcmbo-1&~MB320 z8Z{qDW->cQFPT>&#K;;)2JDSA0-ed7Kvpq=Rg~l_Dz$P5xUN}NAC$NObGLhda)xH+DeUamh$P^gct65m6x73!sGqE7#`Sw z6+qB0s9^q8z_7Jmug!2&HH>JXrJ=FqO^%z46mBr-1ZA?Ol|vN#L(lYmlPh{5*FYqD z=S~LGms`@-Cz7=EEBLR+#J4VY?L>nI9GC+*G?WX>6dQ!UFI zx*X7r2Cx(bb#$03P)DDn)q?Ho#ZFk4GrXfP_P(<29^8v1*S$*Av}?qQQYi(7eo39M z7MM4QDCD2r=*g0$fdiNN83RW#Af{}B!Bpq#*bv#HT+GZHt+v9Py`q{2IZxd{vT*7* zOQSN~bN-XPmI|4!OS#32uy{K+gTvE&jL7(re7pTCnPv_o%fJWh*B|vspwtyOxA4vh9`c^h#Z&yg=DSP!%a&Q7fwe@$Tdm5bTSd`g zkFr1>^^3Uy-xfi;QB`GZVfDZEF0@Sq# zh*;ZAr(A*baO|vNRlLd@Cf6V7cgOaAhV>A2N4vH^`{@)QSH2;%2H0tOdE9y49Y$+^ zk|*A)O|CtS^s4zesXNgSeeFwZwrKwZP~<=F02Gw9HJvZ}wK4}Ih(5MhJXc2B^}ru{ z3VV7}F82p3sHL}X6|n;#V))t*+bmGZy0}B*|?35M~#0XK%;6(^_^yYXeG=;)X>dy%f7qCeypg) zUeLa`W^m(-?sAllFW2VZ*0MOJh<0Q3913j*s)!Z2%wTv%!=rtw)_blfi#8-ZwOlzx zs=#;&39lgp^gUZ3WQLa*O-3=n8#+UG|K2@u!WIiaIF&MT7A7;KTb*h<)eU5no8JyHsA-vR6W)Ic%0DoC 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 z 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%0Apkgeb$x* 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 $XG5^$naAA=7QfQxisW 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

S&bkXw=d!RifKuDxVLGxA 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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 + + + + + + +

+

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

+ + +
+
+ + diff --git a/exports/K.mobi b/exports/K.mobi new file mode 100644 index 0000000000000000000000000000000000000000..16a1dab4986fdea3083138310e58723503d94f21 GIT binary patch literal 2364250 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ȓ*djE#iDQka0S=`pe`Ol&K#v*s<*eTxY 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

a5l{+oLY?80m`=-Fr~@(+WmeM1y%wZ8}PhzJED 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�MWz~A~PmtH_Cfweu{xT)pz0Yv(0{`SkfknNc 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 z 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

`mD;=J1%1$0Z+yK5Q1#0Sw52I&fg zw?S?AI7em=6cLs5viR5}D)daSi2k{Kd8_${7ZH3K!7F^qkc_! zz@_QJIdjgqW?Xa}95L)OE`2NX;Ef0BF>Wdj-O$q6jJOKoIaobWi-!ymA3<=t`oC_a z7ep}z_uWjsNl7rq@2W)92;(?FEwjdB(8u|dbb>-acawEX*@yIcn{-tlN}w#R&(CmCUA)gWHfyEx>e78Sb9>Q-713X(-rW0a_t~V?9p#GtT-x^Lj3@#;6DI+P zbKPIKzaS_vR~N|tAe0L@Sta~&*Z1ih5V{S4y+eu)l&B(rxUwj~k>64jaT!>DQjfh)Eq)XDlU#T1flSzL>8M0!Dw(q8flGAen>jm89Y7|GDWhz7o4AwX41R z;$rXu;=Km@x5)?8->jKw79b-Q3mwvdN;wV!P{j^2wF5fjI_yVT zJw8}Q^U*81M)T1?Z~&^{-rC)jfB?w}VijxFs)l<7{z=T%Y{MzI{&59}ax;JBe9>(;CzUF%nHAuV^WPXeFw|LbElnMugO%ikfNN>Z2fyxlB0BXcYR3RIh z3OHiWU%YCfB^nECqTFdRP|yk|gLt*TPi=u4tdLoaZy3vAQF^U|MuQL-QXQu1foCsX zQtFo&zM3wOLh8`sWTOsye2QdQqLp$+vxJ;4xL5cD=DC$8t80}7&K+FwT-_ymbzy^k zl}0i*S{N8jx%$O#Esg0SQ{d0B#VYE$+3bK_sJi<>Lo$Ok?We{<~B9u88&G)oIszPb#%o zyk1)DnU=fDU$k6+sX*7iS#vt(eAWnCRAu}Y15+zugZADMFR1oTio$|f*U6l6EHw^5Ni^U$-ae(pUUP zs|i;5j}#CSHE&h7Aev?I4#yEv<>K>`4M1dqO+E-mh90#-jpj%$>Nmio`1su?lfRg( z;<)Zt{D98vWYuJq4xN4x8IbTzR+%dqZY-Sy-oYdVs-gzdvlpc5iUp2KYa%!3S@nZ_;U91CloVd?JY{KkoOp6HM?lGZ#r_HKo;m;65uBm&;lQu!EfP=(L_iQ&k4#;lz>U zQVw&nMkHf*R}Ub;MuR@(<3%fo#ec5%cLnUancIY2?c(c6FyTson>A47g3`5JKO97f zVIQaWK9D)zu%y=pF*K(%931Z6>}f}FPw_MAlHVxeDbV;7HHl5bJz=se=2_Y;RHCcC z8rDIpVQ%F!@ZMd|Jpw$G`LCL-i_$*EV_G=iNCbdf=)@dx<~a2wBQ%nx?!{|dODsem zzbazIjanmT#f@nEay9T`r`Pbh%95{@3g25-~y6FuIH+b3R3rzFa?COLsdvul^;fqD*g6<_22L+#21u=~Q|< z6*n0`VSZcK3tJME43OKwKeMbO@D3M6^AUyL>1w|1^7@$gxp(lGf)F-`EN3qL` z?j)_+3Ov1CR)pU;VB4NYJt`XwvgY06xW_SI7sn8F?`*usQF;tJuie0RoTQ~C21j0n zh&AwnVrO547}>S3GN{5pGLPtGNI61(2^R)5@GL9Img+F;8YjY->m;Tb~Gc3)Iv zM_O~pDW*m5l1(uFO>^1=x4quoK|**ye@ur1JT@ODFjq@1eG`P$2L zU*Ks-imPtp?W|VtB;|aNk+%^UQ5RrT`uEj**NH+bFr?sA2;sruBZ`MsLcDwtZ1`(d z4oE93Pgc-~f{=vJ$TIAnBsaps_J()y4pI*#G!gfb3TL9R%tF@)stlEa^R*^+^z{RB zHzk@GkPM6=P>%ORo0TOR(PlYz?2o#mZi3>d+bod`(wCgmIVtd*#_n(OTocZb9k4Px z5cIviLIvyQVm4UTr3H*~Fl617p!CYI`98e&?4<06sP+K9YTPV~^fK zPq~J&z}zv*cjlZKWTV=PMao!9~%WkP0o zDas#uI$B8{N?dhe`#7Lfhtcf*sf1f>kx-E|--91W9i*RB2wdz0F2|e1#&HpJS;vRr zP?y(=4o9-3n=-b5@+x1&W^<^z{! zsxt3KJ-CoEeXs^r#}kJhlmUOwAwU9(b@b4vQZMU#dq2VJnEaeAwznVoI=VOTz&^jv z+l>Omt3vBu^?F}Z-q96$x!n^E2e!0z)~fG{%}~%@-S@LMQLrAnfb5;@{VTT5>4T?F z#MUYHxD62(cTz=`!1na^v_eI^zun;v{w(~Y2j1G3yVNK2o@Bfrw}ZW}tphbJQD>YA zP5nl%=Mh+y_;@rK@NNxX&=NTDl$wra#84KZnFrSOuZ~VdrxXgsNJ19%lS3!m9R6Gj z$vlC`n$XJF5(c?((zp%G~IsVu%jiWBpa|;GpQ=!i4`jPXjbo|k5DIKq_qwGlVb4iWqIl(CX z#k(N&)peh=!Wcd07f2Aq1=sO%i`Suov@GV#)mAdHHp3wPz)FpiV|tSY;l<(J&@KDx zMWU0ELUExga$SvNbdIJMV@KCm5IY+9%UxHM%RCo3uTYXf*TxL@)sIAE7=@QhY|Xf> z$Vv;%TxwnCM6XjaQ*H!5tqYuuyt7IMKPl%v%Z0BjJ6h5Ux#XYn8(^ts&QqBuM$r*zU{%m;t zwRf+L}UA*G3!>JP@m}f2XagAn* zKZTTWh=NQ-!BS3X-G~6OAwBWp6z#Gqqh&Q4ND0BnBj<3I24Pto2?*l0c>lY+?(UGEImA#M z@tpo)4oRswxb+*TxE|j@LV@xCSYA!HsM^}Yi}6MMtQ;f^qFTnHc7aid$0f|655M#< zV2p;oiIA?=J2}?VaRJO8UMfA1>N*4|@k_7}T;itZub*64@vIWh+FLJR9jkT$YObuU zeJrini2*X_;U*f!e!1}+iZ%SMNN2OSSAKIlN1acsEQ@&_HpmLt*EEP%`0 z%zdhGN5fNTmeC?Sk--GK$~JO9y=zVphy=i0@5F;?@Wcu}DJ>{#a4G_u^b^t?>#g{f za1a3F8~QK-xOn!o0-OTkSoB@cBU&mz^7WX^b)m)3Y-j}~s;EIV7zrw~^jzL00a{)L z)J~+b@ExY47Cc8ni>%}#qh;c=mS`FL#u-B0CYnk@-S+x{)nYp!PvJSr;WUtWo`|&q zhahWCFTl;mFG;$Sx)e*YEW+8UiUEKEf6{Z-ShzSv#PKBnOj6Z#XNZOy%<^bM+!!-y zj#mvD`@@ro^&f&)->KgiZhT5IMp1^@P|YAZCL;_lrGSO8{PgF*)gFzC3uRHK_*|-t(HhC^ig%Ec}S1nU9!65gVCUI@TnCZF+HfQOt)* z`AskCE0r}ea>wekukyGtOH5@Y0z5s(s>D!>=r8ODr?XFl&_ko7G8AD5!Vq_aUba{) z*xz$3uU^eopraAUULElksSRM#Mt+AVp)M&CbEu9BeX2t&>+0y0FmCYTP(;+(KjBtX zB$J3TRT||!Di@mgwAWCzGlM7t0ufM9OqMH}LjJGNHuQ`Y zz(tloz{|^hv4eZxNtY;g#g0oF)g@F@x(U{MLE;6Gmm8^?B%TvDkUCD}iNp&c58}RL zl6c^FPVWrVK{@b5AjMGK;ENp7=$m++OBdG1-Em=mw;|wesT_XS!*^$T?-Gtt9m1JC z*+|3q@p?QLKaP?{@dly?qQhIf5HAoXqG_^MYf3Y;*uiGLs{k$Rs(WZ2G?w2(SHbf` z^N*xqexuKqnfs9uE62q*vME1Cqcz2A%#GA9eV$_Y*N6|TZ0HIulbHLP4#hMaT>71NnvMO06Z8xedSryl@Mus=1GwBQv zhO8v`)BVt;jho}SPJ!K?j?=^un0ZHf&`{0kGafgvqv404YLk75^yv#KxQH+Vi_~gj z!5W+k@Kz94{`iwm;@b6Z|3_ZapRe5o(W{De6d4P-Zb{2RldPI;ouNzpn?qj`WS-jx zdAMMtm(*mV`%Q0Tn~+p5iUcFUP^An9B}8?wj0#v};Ze@L86B)(s9(Xe0x2_aloA>) zWvS5pu)k2z8d32ic7m=@oZ-CscPBTYfzc|pQ4SVW8$-w7a@zu%rCP7nb5*<^+VY~e zI}l#8{laiG9IboJ;^OeBM*hf{jPBqa0sUr`>};iCKsIkqouUyL+InqdmasbAmyw|zT3 zLL=9%sAU^EBhQRRM*SH7kgAcneWO1Xn>bOg<_@IxMI*k5k1g+uBDZf!WKfi==3t~; z7$L~5&~h%D5o}DfennY<7YBPI%jAeuoS-MZ#~Q7kNNAcz*YDY5Rm&gqS#>p1Melcv zz{4&5M=8ht73E!PQ>&~}#2--_@>ou2#X`_xw+X%23`gysH^qd(x#{o3mvs8H#L0Xf z2G3Xby2v5T&FX%Z!K+5v6T_&Utt)c9?)}RI=W)_b#n3NA@D*LZU5S{?@n5;HdtBy6 zxajiuvJ@6n`}ne;UuJSUFRVojr@&nM^LXTxnAu|U_Z~}EKhR)MX?Ll($a3-Xi2Ft=#!w{_vx}knWAEY-P0_{ZVxJ9Rg0`YOgp|H*rjgSMV>@1I-(l=5s~kDJ zb6!81d2aN|#pb&PQFwqjJx;TcHP);w4JPl;%dRgpTUE(mLe0SYLrIiN=-;L5)NOBH<9!#@~jx zPXcj=7{J=oMB`2@+|CG$gN8U3kuqnIxaMo8%M@5?qN{mN7AB6DPahC+yh- zBiK|dgXAtxtChA*Pi(|R#25KRxa@x>K$aJx-s(M6BvXdZ}FaF z4}s-8$IZ6XVlq_Yg$ z*M7WOo7aADvR&E33na&z`*UKbjpM=bVE@#>99xEJSf9NM0+#pg?G22pArc_6QO!o@ z$q?3$Dyu2$iD9db@~TRppi%~Y*hiE?P#TlKVB(>c;wlbj6KW-L4A{@ZzY-cWq9U8w z?G@Y;rL~<{g;az1e^!+GtqUT7Nc~|mk+Qo{e_XF)1r1oqC>gHyZigPcqgMc)mJtK} zS@;GCvMr2uct@u}rpd!|u^E;;% zxA!ci3;H5$&6FWS6%ycE+Q2G z5UH=1nr5Xo0JMfWKsr`V$!R&oHk#J5oHS=O47%;;fYstS6tx~deU5kL1+FsJL}T5W zN}_x+%k@Bz7!BEFcxC7Ju+#a{Z)|W{v;tRh)`}i1OHo)*K`s~gO%)V4%{36+VsI$N z_A+_mc8mW2-QZ;&Hcg@K>=L|?gbZnzLTvboTwrJpvOFM_q0I823nz48MJ?mZsSLN0 zL?1gIfcoJ#$+VD;l@ESg8zYoa&WS{owW~phk@MXDG^e=AY+t*bL=|2&&|E|`1`MSjM8H!FJi>H;VS7>+Tya%p@o8{TpuK7E<6@Nl6XQp$P{m2p z4{xP=NV3Cjm`({ABG@e=d@PQUbZ|OVDp}3V1)? z18hU-blOG8pmv-NZ@DO$4 z)ZVn(8UjMkIRO-uAJj*Cn?(R!YdAVcs==lMrle$qSm$4J%43I4;9w|k^%Ze}yaZ-r zN9s*HsQV&PAAv8tLak9uDfKF zICUvD+dmug_hqr`v#h@VA-?NeYPOP@X0HA&=}|s#&(eNy!w-yddOB|rQhX%ctRp9^ zsL*+`@dr$vk(`=t9&Z%5C**$l$O*_2u;!vN8pICnStdl?vrJ>6Ui`)5f1@LNYg_l8 zmj`==_`fHs1nF6oB?%ddhM(W;NuCh?3V`NLqRGHeN_<16(+s7K7l@o6FVHyJEB@l~7foAGq!Tf+ zoy6FVFUq0J$C~6gzS!RsbM!T0hnraa?%v%xRWpF-_rdryr>jm#6;9^cowiC9*mUT1 z*IPxGaet}kB1$oxBm0M*0|y3SJ8Yt7AyO0}DZ4=|{dBdM+BW0xthkFx8>K)|GUW=b z6yjes!5(0}szTv6^82Ih9;%3dzVMI@r2QqQN@-4VO3kxH-B{~PPU+~C7gBxvyVkv9 zANsO&^YBINu9R;8;b%u>{!+bDiEn~hvsb4w>(JP!n-!FXPPPmkluIc7$h(@ng^u=Z zD0_yMP3$MIl)li>?e(Gb*~yO9SGz+ee1WT!M)mo~j9xW@?U5GB$WmXk7+TZh++@Db zooqtEhX0*dy{7ReYFUD$qKlSIE$$QTdRiwjH{WAG7*F_7#rlZAzb zNEyF{PRfdRa+K3LT%zx^`rXnP=~Y&8NVG1w`}#l{;s@a>gpkJZyVeY4bz}oq1_uDu zzdk_cO?!yP`iGEKL8b#~JYciaKKxXH2L2)*2xh|RZ7v{+E=5d7r=yYtsP^fozEH!G zV>JXFYElhdlXNIFkL&E&pJ5I$R7dQ0{VN#P>4h2sufzg96BEGgU4!S8%46lh7<=-t zN7-oz{#Q8|hPjEVD`F#GuY_`I=*s_}W*Jye<& zNKDXaM6s%I2E#%K4pVlArISvP0;XKzVq>8zNC(5PDK<-aduU-?4?DD>7>ddk#mn1U zXu}zuD?mLE3V#%m{!|vgakQ`!FF^Dsb{jWp={F8jJCf1aysRfn9 z4-qDDY?|HsETshDW?X=XK9Efc~RbaqYbLhyo1fW})%+jJj z1R&W%4#*;R>ID)Q&MxJojF4V`cZ;`^YDuDaahXYvjTnvZ0w=q?ukjgGk+sy@$PL$@|=n=b>ZwXrGVYBs#)GFOU2p@pwmT_zHEMH=wtVvGEgdWEqE0zN5^9xW9FGZb3ecfd$J|0uRns78*nVEsw?v9uA@GU zpiLBn43jufDUzLTY6T^nWwS&P^`Xlku$o5dBlSeTloZRe$E9#qxfFWebyU|a_FGOM zNPKiNZxQ{^^Y*mt!Q8iwQd_y8kfH546#cXTo3tc|$3FhWx+;AbwX z5X{`&wGBIX>t%T02+5bOs}J;?Ad3ECD{!LKb?dC$=7FYCil2Pq*44>^DUf9BLkoh3 zN=6Mu^;f2_i)Zhxpr{@?-@Jr1g0XPpv7neVkBJ5BwZ1bAZ5+TsURD>swb_3dSt5`cg`zE}pYTBvg>zzrZR4z^Xr?SS*0CWbO2v4v_u=xB(OD z3)dAJ29UO~$eBMUh#-lx>T~=G!UvLcS3%O{G0lJtrx+$`@$U!r{M33 zjdO!@asp>E&Y|ex*x=$|I-cTUAIN64Q4X^btvZ~?{_D61M^7(aaXOXsC)*Djii1)p z54${P4-rXg{y_gP*Fa_GcuFcfo}&m2p*`IIkFJNmR>~|n*c!KgEH&LI&k~E^43UG0 z-7o^{dJD_#S-L+r-C*_#WAo$O5TaxGHVy%Ci|&Hwd}X4B9wJlI=j<`u*v0XNR>cEa z7}#~Qm2g(j-(iI?NE#K(DkW)h7qAm9W)#z+)#H2UsyY;>E2JW*F3mJbSM_tEHN^)7 zTFcT<0=}iv;`$$qx{$6)Wdk~MNg(>J@W=bs`ChtoBm2tXJ53r zIFfux^lrrz4tZ1ruoVn3sJ(#6A|l8%!o;Ci@VV;h1wMNVa%GGJB4lxJ8$OC6T#T>IzO!0&DtV)dHm|}xpPMs#FhD@Febb|+F^jUsP^qa07O>UZD* zefYN|x{(?PL9U6OOF%rbMi%`f4x=o{o+vy(CkBK(@e)tRCFe>7j)!2hUswT=p3_fT z&i4&5JOiBtuD?;M1h;>(zjKAD-n68xH4=llXHOb71zw0paVdxTl@+Y&L@Mb*39=NR zEZDD0lI+v5-=tlqzC2(VthYR`=z44LGW*S$qJl@KN~3~Dr>>(@W+aC!vq~k%%j1HF ze>dikNHgXbJGY#<|9>ztc$$0WCd}kuq^`>R;8V1aHH^3G(T&~H8eq#xQ>S955F)!d zJgv`#E+vBmxd)URBeRtX{QCR&P;Xb269(w>&P4MUOj=HzeovXom%oF%d4uc|ByRLi~lIV3~a` z9T2l5yg@ZCX*p}v*7J?c>;zn=9T?}br`(^B1Yokx8VVj;xk@K=59f?`ny1nH@w zfKG!d5oL(X8U+AE?a4?^&Ge-sd5ND8s-L+S?32%0NX7Dz6U#$Xd$85p9Kds|;Hl560(kcP9

Eucm=e>(G&Ceo(V*D9k9&NaGTIayAf&;N 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

DArMCCw#pw^+nkwLshR#PfVO1i384h&Fxv2Q5fU zvU*y+k-z^x5AG9}x$63=z0cR6*Oeofl`EVcNdu_@`~@enPOJ_7Vuw5Qc`;o$>%adg zr)}`0t%gfQ@0|DFU#{JC!a8)auH&`7f2fpKwY({xL-Iz~)8enj!yFCObM9KL8ub6E z<}B1CECfycZLW@|%%Vxo)Ec#Kqrbgt+wPk>p0P63Ijsp^SomJ=z4=__JFeP!t9aV8 z{~h7!Cy!`P>AO}eXCD59Rmv)p7lc=OPsn=_c$YW1UY1V|q;VQ+$vjZ7uSjqmC^%5? z1$x+zm$Ym28lHm>MzSJv-tmzb$Z2h1;n4Aw&EFfT8>z#LoJd}q01SP_chj!3?xxY^ z95itai}S4$l&j+O%wg9#XD|04DTUh<=67RKwl&#b%wB>|72YCF8hi?ws^?M?t#5TA z?H78V8(t*gJR9Rt?#WVZ;y#3LmFnxIEG8aFen?+q;&G*%7OO5`<+fg=Tti4+C#NB+ z^#GrGaE|3VWaSWr=OX3d(Xtxzh{n1#xH4fbne?| zaaAdt7H+q`r8=1QWKa{+c;;&4i>%P2=gMi!4 z`%eqw!eL<(@}xUYw(YUCZm>4r-hP=ATP2+4TuuI7+ezuXcgg^0$y5EMKx4$m6mxH7 z=(D-nvI@!<;UG;aF5ytfq7)MeBBpWfrT%kWEi?`#FJKSYVORf=2uWIzCuI#Bv<^HW z{mZ~?@4Vm|m>rlcpof9Xfmyn3dX1)VPp)r|Hs9uMHW?tzH=BCy-WzhWyy@b~A2bJ> zgL1Jr9~cVNH_bK8!BDwRDpG?Sz!-yYaIVXJg#sqDt7Bb_*rvk8L)bQ?~ z2fhYZpl*Jmv^eaaqj&V3!<(cxY=3Z%pSFg_c6=~UqD;mi{w`2LAX;{-ovV@h<_WBY zWdsrB?wmFn(evlP9Di2kNAksVd5(i*m*)Z*^jZv}t;EoqZgqE{NOXxVK9DoAHngIu z4&B)Le8{1*Rjdw_jeee`nu}L{A4Nnq^}>l0-M2cbbct6=vvXP+So)gSGNH}W^m+n0 z=%2>OEEKAXK{cag!ngo>=I{JP;4iD=+_*h&%9-=eB?xh>n+z@ z4LbfE{5J9thc?0veRMB3tb%iuWLMMVlI9U4B{sLqxt<2$4P=*6GrkuaSldIvx;tCE zX;kHE_KsligW{QEI}c_AXPXubkn8v>y2jpd%6$yn;Cq-#k(?f4M4Y`*>j|iv_?KPy zGEyNu^HwKx`17_J!jrc#X5%Hwjg0qR6u$tq2P0ClYzA92n%FeZS;3!k3=_~+^P08Z zvAuTtT;;1($QCL?Dwn5W^|{J9r%ig6_JQ}Qv$+M#7cz{iSOz2KPVPMQ3a5~(eDozN z*d=8UQV!!a$YHEPQkc6M!wQfMMIiOLAmu#{-=>B?INjDtn{?jo$(R0@!M4R!T(uN( zYO4xw(H$W$@RK|t*;HLEKYK42lRrnua=W$*IYus;aJR=_&$dThZuPtl1ZsJ(%*J$y zfUiPXsHR3E913qEVV)=dW81Q=;#s4gUtZ{8?BT0=;NVOd1~*xSGPiO^Q(9A+Y-viv z_&ASx7OgYA)y{^wrce#3z@ZUG>kekQTkW>|AG>N=4>2t^ul;so&BQf=(c9U3iV2Oj zwPkj3kP8i8G$u5*2ZqGs5ExewR>=SEKW*)zthb7mHdyg3XBDpj2%~s~LrwYg9`x(& zy;;mOZceJhs|)$QppxDkX^x1q%6+!rmBG_(-wNiIyJ~6%PNR8e`*i!XV9o!PxK{Wz zS0_g8Qd;wa?V(Dcy7^E!&HAfpUln;&IBl({a9|kj&X!+t8i>qTcbv3&cGh>_Uh$%< zqT!spvC55PH+Uf2wN>6G>Dkb|;V)$|qjGmP-+YXFddLAKcl*v`?Z>5{ddjYj^j%Iu zPQGyPbZy|IluOnQ`I=xCczcGH=W^m{i|n|fEnW3X5dqMr= zAQh_!(~j-wNLMGx!jcd1ZwQ4w790uU9(OsFlzh21B{kpTC-8%MXp_dy&R0&t3XF0sC~$6kt;3ziB#F0s zeplLIwB>V7ybzZla++q|Wuh41~SEH zsK{X-IeRTEAO9(*bs%)&1X)NESu_G_4qi$qR#k%|DC@)=(+@apa*5ku6HWt`-$CD*eYUww|tuoonu#`87TDS z!FsKXTI;IkhE@wZYu!R`ep4&Ftzc)qXVKgoXye>1S{Rqz10LJ{H4P)DEp3G6UXbR6L%QFjUb@p9=Vi+GC`y3ts5K6cO(`-!nox>J=Tu6R5>h#pl9oMe zGr87PpvN4G@w}3PUz{z5mQ|p*463Pco(6#_b_1jt#m=UB*=mS78NR9c(>BG&q;svq zz4h%nSNGbk2Lq*nQsf1-R>s+PRVt`!awX}?TGYFKKo*%Vbw{7np>;91XX^M!8 zb9=%&uS9oH#C8d!I(2?e2AS`~C-+nAcSxA4qzocyL7Nv}fV_bwPx8%n=rZOl@D3XwXL^TsTj(9=Gop;xl)E3jfU>~0 zDPv#h8Sk*GG>cLh9-bWjq0{BOw*3>=4$lrf*4C&-;(&M1LZw-?7`A%@Er(baoUgGp zt?fBF{O24vTTa*7x1RI7W^FhNdm!=<7fuI{wQcsItu=#hqA%|OM*9a>zvr1R?%aHG9w3zV#|_S-8$)ljpF}3P!}d_eik3rG3Mu8iB8;?Vv|iEnul*;< zN7&k6H7q*>JZid6v_IYEBJg;}0w-;{KoxJ&&X;fF1Uuk8a2ee5zqdAMrw^Rd{zcwA zCdj2G|FrNIUsg@etqp;HGIM6sw^e6G^5w>0x}aS#E4lYlx9PkyLqB`!C&xyf3$wZ=Bv;~0@)R|w(6!$;RS7+s&cCy?WyWpfl-BJ zU~b{%Wey=HiZUf-+#BH_Tkt&M4SRurz~&$2_57~&4#i>s!nGFRkatz!8{4ziymqrP zu8c#IO;g7G%b0FZdSnuOO|MTxSf(oGXiki9#{2{q@iT)au~N82)=L69;N7xGoPy#{ zd>qbXR1dgnwi#X4#TNLSUx3efTAVHmy9#%_)L&Rk+vBWk9|Hdm$=_=n|eMqA3wF-x}46IH1bDixhR5JMj`EklUu^}FxBAbCJA#>ZhrX z^c?aR=40^2*Y3La{*CLu%n}qbpt~+`U|(aerKqxyU3ky^cinsIruIVKjHVQ`pX=m0 z70>E75H5s^+Knd0nV2=GyH1eG?*4M|owshd>mI6}X7P4BBPTGOPEFAUWYtWpubM9O&ST6jh)vAckd0~FyP%AR=aK#>dTa=1JMI}?rGSuqF$a;iuQ;1hvhV> z&TGjoym!|!x75D(!GSAYA@6d<{*?#r7WVA;fV9Q4^)Urnq9by%S=` zi4e;Ep8cOj>FBOM?7a*XXXy}eJ$HEP#0)tz+UIn-9)4Cjq}8eahG~A}|3NIjNWCo& zr8%~V5#=41Gy3-we>nIe=~~vB=$GKyKKPBttaVoBgo|_NBge`QTIJ>2p9+RDyP{pu zr-Dc*Dt^juJG`-CFxcf{Wb1Oe>T&}sDv&DH=wwqF%DvyBoI5Dvns2u_gAzS?t#-kK zsDtO+@eeQ>N8suBfAB<(APcqC*vOi4+H75SyCjSbbcB|@+|cr@qx?1B*I#z{vOtKr z`M;9uVcv;rUC@mU(rt$)gPiy__v(IBhasrh-`HPo1U37o`k&#kpVmDT)O;daw4n1& zx^mfV{!8-O&v@@gSg@{hSw#TNa#5pr2z6q%n!I+i0rGIWSvXWYoZW6}H&Jv!y)&^TrBWB?T&5UZ}oyyDOB{*Mp7&@>5j~|CF|YMrit{Wb?rf*@mhs{J*HN z4LNp{P(6PPKHKw(zrc?Y3USi=8$A-TbD{lo*9BN5lN?}`Opbh%F?0OB@@UgI;P4IX zXEZs3y|0ZqTHo9|wf7m1%dS@2Y99HewQaU-7RKSnSOi2^xee4T9kIDt zr6>2->dO;`fr7Rn_1R0I%L^a3XGXCe%Z22RMV^cWApmkjY}0Q~vwl z!fJYvY_z%12_i`FVViWuDfw#4J#I{nzTaG1C7sesO8D{CJ#@DYgirTaH$k}Q-Oa)Wyhtug5JFR}=&B!hX zA0){BOuN)I1Rdl_k4$+hGIBzNcckUosd9i zJkFNE;O)jD&@xEo_MmYo?ZJ49a{B%DVB*hHn$>uTaOYvK-!2CUq^S<`VJ{jM(Gqhl zc^c2l@9}K+sAkp7@^H;4rkU9vTSRXrUbEXK;{&A&!(GM3Dk{@`MSbg#lG114OAwP% zZzEGVX~M8-x>?N-7YNi04&A}-_2^-NRCeJ8EmO-x*0)K^45jZY*3#)0$-$sOnJ8b+ z2xZ246m#apJjuK+T!?3&@Qo{Lu;8M$rWdAE`yD3a&353@+(9I$Fy zG9xpccQ?ysF{^B3a*%eAmI%fkz=!|r607^4Y+-^XDtRF*m(>Q%%eN&h4)GJL0KixQ z&D5RNou*EsP^d^NA}ml$vc0*WJ59$sh6h@DTUz{j=`Xt36)ts+YMOt#JB>2}&L&_d zFoqGkgPFo?_ynML_&I%>4XotP^gT7hKZkJ_j1uB!8J=TVz6Ejt+#PkpnZub#(qFOx+Cff{0>CIPDa?aL^{90y`WhTD8t=Rbm+mA0nEyD z_g*B7%@T6z$g3l9>>IPuBEEv0(?Bnrj;|nI{faujDRWd|L@BXxh@D|B*4B~#<)Sm( z17YQ~gDYi7F-??nt=Ksh(8_y`K>ziWa~#3GPy%jzg%1V~uH$?mnxUmB83c&irv-Ed ztS)c}B;1XZ7eil&b$9lnEBbRFGggUJ(ln(R#g=9zXAydOnJDn48_>4Uw!qM{Kr5h& zK@MpN9pkrUTu$49!K9RFeEKIAU~W&q(Th%>j3t{hQZHfGx*qKujw2;Ef!<|_N|Sjd zv+x|ky(<=7z4T4a7Ud0yd+U81;Q5=?7K~=bYM4&1#qZ|67{5^2O&PbOE;PRt$C!8n z#O$2xMTqwjA#-{n>s-V+yJyf8tb`m(a#W705unIxn-Sk+*pVPs%W6=^WAhOI;h?1H za@8N^AVquYdh7hdLJ380X;0JzxrB}-?@4c6d{1C({p;sH-&w~C>I`J>ZEQ*pGzuk6 z>6%4jZUxQKl#X{MIumD65J9HlVM1$?3(7)MK~qBGrKUR6jRFiiJyfciIr6LKfGKeG zVn(@hB4|MYpP7IVNk~!BlR2hen1K%ipkaP%%Jf*q z*vE55r?_lPWI*~CX8q%%Q>mm)L{6XM5#@xrsp9w0bjLIh1iVp>$Pwr%vk{XTH10HF zikRZ75@8!epW%4+^~RTwLOqR-z)-|_KA=__kC=?rkTa!HeEoA$0|LTL7RgSaHgbsA zBX$JcN@!BM!F2}5jaG@q8VoZ2#cpDHFgo}!yb^;GaqZ`e@Vj$KPDw8*87t5NP-yc^ zGD(Z=i6l)rtU-+%DvTzjd_s|tc%LZDXeG1bvin^K(@j#1p+kmLs%GS-s$%LVxtjpe zp7|b-l_-5>Gxt5v%EmNahMXQ_7YI9-Le8Y!$bEqCM)M>GVCSTc_B2i&MxkFg{b+jP zK4d?Tx)JS`zyvW8vh|@?3?D63br~+s9W6atYOFjW$bUNIK zUOPCE%%#SrxH1r!(b5e$<&v5p4#8SsEQ)jgKOwzdJ;%s zOnS#&04J_C{0fNzJkiJSS8D9s*Q_3j-(7-47OyU@yr>Ne#J_A&BVy&{_m^&? zt`PSGY}%}*8SM5VjKMI47cjFEfQ2&(>jsO6zGyYM+%oz2oWL9Peqsds%ISwc=XqQQUM8!0V>>YT$ z%2qir!xaT7P4yP8=J$(6LkuwD3eVmt{PCCfn|wu-$)%La!$`ZUzoxZOr?nCuk3Vcy z>x7cAIdw{&W&j<+Fsa44;QaoXIIhVHc{;L<>vQ|ixEG^!=NOo^+3snsuR~)uABpns zQr;@EDu9^X)7{e{{Frya8&isoU@_@?Tz=8gb~ncPW52gwHTQe@6?5)Lj{)pZU^4NF z@g1Cmpfl3%O}t{`6XSyWy~YJA)7osm*SKIQ&G=^gg7Nd-kUjZ=`@M-5OqZQ_!BR=T z_RoKd3)Z^CJpYQVvkaV{}EM z-7;K5;_I>7H~PiLnFjent|n1J_(efl%`AKAbsQI^Wfwt4P_wUy`iy9P4@HiW17Q+@}LqY|{_vx?X1>+Or zo`x;PUJ&VpGr}3hWho`Yc77JU;YgG|4Y`Dp(45c2g`m1{V)jG|BW|AWpX6o_isnlC zC;NZ2rhkeXW#lmA5C8=SrqvmFl0llB)*r*6&YAuR1AU|nH_v}GLgBGG@$+EJFKwJZ~lMH1`}4w zKmr2|3=6C~+&__klM{v6Yx*OcLB^eU{gJ>hG+2(2lQQ9?PM45illZ>Q(twltaiiD? zI2lR8$q2q3$4UL$F`UGw$z+5}#xYK8hR_8WMG`JK(m!(b|MQp3jTT~0hNS79xw?B= z*IwWaA?Th~L2*J!*p#R%hfOh-R1{`(z}GWm=Eq659W6HQu{%6k9KT0-A^yo|abc2I1E27_47LEI@zLVMy9}H_ zKI_)NIQI*o?L)z+zK)b*hAgw_Xi4Aq`_nr!y^SnPP$x|pTi3plMP(DCbmS3hc5kR~ zQ@$l-X2>RTTot1GPX@mXbpJ6K;erLun-J{$GrE7Y6>GC{x}2`e!>4oSx8pt?Z6>+B z)X(y$L#Yc ze@EA#zk*ayzvWJh86Wi?)tx-R#Z0_rw`RnQ>C-qK9`$lGOx%*T4T(DvDOP6q8Q6JY zxp0tYjWZjYfY0qmz5XI&Hsagj{VD`_E7lyu(3#tqo-=xUjo;cd_bKy^K|PgZACU^_-5m2q*g1 zDO*^TEVY-is(JZ-T-By4AYB{X8Q+jI2{8YrRN8#;8C~-RYH4q=^(PGPSrjs-)?VD? zLTvfV-_eTL`XJ1#!#d&wG5uF6iCfH2@Y4zB;!Y9u?*nF1g*eb2qO@cRkLk)sHf!U2 zlP~Hke}I37a;XT2e7h$6b~+(d(X#}IblKiDp{29yWV^@`ARdW3{kp)2CpIjK&h48j-$qG?Bwf@@gheuKRc;&5IfEfQB##c)^_t^GeeUXTfGA_sdRE+Ccb!TI=zdd20Ya1 zd!n5THR$)qY|+x?lD&=G)S@dH+s)F^64zyDl3ya_82IO;=+NZQq`y%QXqtEq1RYDh zk>Gs%MmncEe~rxlswanagFG!YSA*UUExMVZq?@64#?7FZ5iurC)Np_q?k`ZwyU0a5)9)0mg2o<*;**}xb34m{Gy44l={hYI4{yJNls z^EN!SHO|gV9)qImCFnIV(F3nCXthKw7&7a3rhl$}G+3astODdOSQHEL7aIG_Ji<-C z*k@ksis;j|L8|r%WWv}e=qsS$lEJ4GlWeDB{PvA&4w>Sc*Of+}t1Op-Un!Df*fr6f z;kdakJyo#vrBj9gL8ur(*hT`aPM+v1*6jS3`ihU%C6ZBJ5kJmLpK+Zk;UTaDqT!R9K9G_UAhRpju*dITong6{XqPU13{$> z<2co_qLMYL6Jt1qX`~P%uC*wE7)@QDv6fSVDqB|xP!3?Ip?#%{h0|JFaJiPg(v-_B z4Hh%b0nVnG6tjY7*#$nA!Re;YOkiBDywGRn#{=mExLACeN>6kwb!p=lE15e{28WVN zH_n@Ut@t~LoA|Y+@Z>)8`@2>~znqklsF)p(JGphq{J{J0aifRplCH5E-X zRBq7RB8x)1Eb;#1>N2{%RM@`tkgL|64N{w@qy}1#66{^cQgi~Q54NA7 z&dUo7EV2dib(U|^MX97u-(e*E0MyDd;hsRjSDIG*2jG;vlLc9X1It7JvoHelLIKMr$v(<9JcUJ0^0r^kJ>x^lBE>Oh1E*6d>`vE zw>sXvTHb9mJXRLkCqgscS?{d0&^#wu!o%9}mNZg=4Q_zvKRYUk^2u|ero&rwSI%NH zy=7LJl4d1(G)e!Qt4z^dksU+;w^o&ZT$v+xyD}#g?JglV9?k{eJcS-xCz-uTzmg#p zqaE)&JI6c;65<*-68{NPtG=ejFSJgQS%N0OnWTlmP^pt1`u2BKmhxo;Vx;kX!$Qv3 zOx)SgX~MfAx?d^`!mG)E{gM$Vl_Y`aav_n5FsF%aAGfLKQcy;PQrwAE>rffNY$M|* zJwv+U$I7&zA9bQXSvB2(;dkmSNxd)SjYQJv{b+I}0Pg!g*cuv(``JOZw#MqhJv40a zbY*(5?r@lS(*7nExb!u%F}nt)w^{o9w~f4Ux?=n)DhX&I$V?}T16CoHwpcEP#u=1a zmuM(X3&y0l?puLZ3c3%W3Pd~mAlf=>+z#>1R-Mp|A8dV<`6jTY3D!BfUVZnwadU-` z3C_0TIz!_rY;iSTGng2)^-kP;LV(~uqHF;_vHm(H1Wiy_Oz^2z7%o*q>X7qneSOdZ zg@l}ivr>Wd#YMx#{J&d&ed68vCsRF1IKobVlN3k=egmgxm4m$>82dI;KFtfEJ_i_4Y@PfbMCn`ASPu%6wOt zp%qm*%-?-_HA*;eq-ORA-sA2 z)1U9M)g{R{pQ~C~CcP?60e+Go(rz@m94NsKOIxG2&RYkO)+kww_(^u5R;+t>7KnME zOW6V|X#tL`W9qtD21X(Ax{AUlY~jT@Z-#*+-ZTyvhWUYen$xryCe7xhBIS=nRXcT= z&Z$C8N7KR&0@W9HMESa+&#;LQ(`!<`xhPfNYmrQn$!HwWZ$)?No@wHd(1pV>C{~M67;E2Eo;-M(jrrVNdc%(J?o!p(yq1P~#%2TF zW804QRE}~tDsxJApO-VQBl?qq-hVDZR}*wxV$GP`Zd4(@zHbF;ZYv%3+8WmH8GW@v zCwYUsSGsN%(Goy-LHU$lqeRt0u7prWRkRQ}$BR?tKDYKW`F_E#EQ4J`6@xFL$Pj%9 zDoAbN)wXyn`vbabQjfBVn`J+Ww$UTnDSgS?a`Y&-Z@K=8pQe&X8u=)>x0WG z8l*1ub~#JCTKbSU-CEaLeMf77m;ue?4C+%+!`=MPfsDW>y2ejE{TWdHgN50O+dLnc# zliLGVzEy3llQ-lsZOhU$-MY-~q#E_SS3KqUx%ofl1(sbKegECuP+{|+(YErmG{fLG zzNyY;6kaxe$yeWVzt-r^AIOl7jc5bkyndi`;OlKZ^$@F@9G=-_p>*_!HBw90`8 zKe81qHC{p|KJ?<@Z1YS-g&TcjUPnuCTLpb0_^7wSONsbw#35td*TfaEN<8Z5Fjr|H zwREKs|s zt=p-B_pNH1b({8v4P8n&(#qe|KCEWTK9nO;dAM3{4g64h4PAr+8>pRIi{EW+2;^8j zfxBbh_dp4v-Wzh3!zo`I@NaLqpnQqC-?Xg~&MW8g|1EHPt@0=1&MK(uxO96k7c~zZ zUsNANW7$I$6`?&H(T-?)W4`4**&6M=A^o}jmdU#DXx)2M8svO!`^sNzB zF6z1M>8xiBKc5kU!bxv|x1ccmJ@sqi_3$9e7p@og#2R&o|0i#0Bn4x=*)ZJB1MZ8K zp6Ae=<5oFCoM?Keuh;#u)ni3JKG31F|HFa5pc~=;McuoAw^iQvNSLFVr};;<#}v*LG0S(pq}YIg%yYl5er>#Fsc1%Si}I zLO|S#>9$s|ZWFX+0=E53%0Q$y(LyV_{x|U4dhbKZ`$fU)CRmTpqdiG%C%YYVwQ03n;hyQ=4b4&!1de>9q_->KjI!9hg9cXH4+%{E2vU6aB=9lP0EV+bEuH#eXccB zrPR|{xNUQM<0kiG^N-#YUD1CN%GeFO3C#8Wy*jLOr|}P|*OG3hRPCr`5TH;OQgw-5him0vk%NzqUE?|!ABF+Ow-Bru+S91s)(29| zuI~(wvwK$T{uNcLWet7NJ%6{!wdd3pbb{V9+d4hy_OzSKSaITbE$VVOl`@njNcVkq zLTU0{^vL-BN~&(R5vb|Kf5bkR=F z!q1aV2Ie8tbnP6k*n#(8ti20wh(&OF@IFF48+kS4y*HsudgIYS-?OME;@jw3ruxai zsn!K*_3^3U_XHw=h!o#(90HSnaL2-J{=1s}<4q`>??2{U)`%;j>}B)zrrry^JKCF9 z1bQyq>)srg^fdbJx_R9#-W_i5O?98UF|Y_}W+t$hKj`XuR-{yi$scV^z{;B((0v)z zF(;;tF1fgOH*Xx0C-C4~VKee|wYy32m4!8Z8+W=8sis^A5ghVOvts0Lsh10Px4Kql zYN=U0rqru=3-EGu1v{vKGd>SVn)s`f^@Dd~N9b+Q#_>OXwDs++=L zVg4--P*mRZGNDb=tG{gRa%m#;<;;MgPFJ(ANz<#6UH-8a1VQ3_W(zOUV5uXC(an0z zgZja$!73gQS*HY0%dS=^Ev#&?s=9j%<-44`T1fr$I@mJUA|JqCHP|9=kMEn^og_fh z0*RrP4fcq02YYC+6um|kxPf(M5Casa#qU;PgEM|zmBwvn26w9sq>#`UM8CvsRKZ^~ zoZd+$T`~MEgDKPI(TMddGU?6t%@*!uT-}Jhs8r zZCyA;HwGbEKM7k&PK;pkK&@N?G#EA>!j}uCb^@5)9=QO_u9nGj57g3NDSF-CB9yZJ zh662XKn;L`CJ(e6Fqa@O=-q1W{a|D;B5&v~8;r;Y@#O}?EuCm$PC}%hIMg#q2Em{e z?CRGoS=we<2Hj2%xahvtcT`+jPds6NC20oq-4ykc{^)JBw=yG?jZCF%-5RS+5jF=H zQ*;kEnI1@l$Cv9R)_yBgChj4OS*S!%<`M#nMpm*am``iSd`f5lcZHnl@{fGts>ZAS z7QKory`z;}&>?nDRPtd-_T7?>1SFJ@FP1}Ci!x^t-caMFPN)A6W>%tQA}=-9Is7WB zR=bGhpa!U$3a+8-6Fz-pb=5W3^wujmB`2~fC8`|sX_0V>zfnJZ29R999AmMCy z0nMC2c+?gHlPWnrs}*_pTvZC6l{a@bw#zHAG9`C!xmcpXI1OMGUL(4mKbRU!$-q-3 zGnn$n#9!k3f8LDRaZOt-xRo4C%Ek6O2MquRTzzj71Y_$x<(Y%{8yu%jEQS&h8<8;V zw3A)2GT(AV5P=xT#}*7|00B${06m-xjh2m;CE^lI)N&k`(U5yOotREcMFo;fCqhOj zt&*8e$Qi+XadO9WLXZjOpg+MUetA$v=d^*?`2Kju_RfwrMBCUUWx_E(RW#KkSPvy5 z<#ImL$-?R28xyk8e^35BvyIwEKOnCQgfB;Dnf$pVr;}3&F&E?l%y5JcC`k)M9wLZ* z>TD1>@aEYd(!(JV&}R+-k$}l)ZzYtoDsX+(-FtPiv{a4VKP<|(~%D~TZP~v zs7iN1{`lJEQf+mXjF9*JT6*X|gPvGjt&Kv_r&ra+sgAx+?-7DZ0ny>Y3HzS!8M5%Q zCD>)JH5Uu3#B;ODY2(SFrH>ElR6uK#d<{!}Bl*k7l#f@t`u>l#^=0J(unQ%1A%*P* zsw!>Zrc-qe>MIpmqQR1bc41MYnpBEY817I{@HQtnxDIm^K5Mx|6+Q_-!1p*#j@FOX zkJtqupwL5EUm1V0v}*4wLmWLnmz9N0!>Yh=b};hsN*>_3BV#^*j4*@PChK2=sDxCq9%*gcEUUl3vAy z$Sg)&43bidvfo66(9k*g7^w?+bYrITEwi!5-2Q-s&EcQJsHE1)i9A+2`b)1@eqy%e z9}(mN;sySp&-FRTgp9S9!~%xSHk4bj%dz|;>O0O&Eigy+pmZB@W>i@M8E$RtAfE=e zp~EB0J|lz;14>L`15-3*K(%Z@$IM_EjkAawH}Z`lX)d57LwJ>|7V4?q0ux;qN>_sb z^6^1|BA4Vbf5)^DtUcYcyn0g`n6v_E3X?O0iIb-+1ECSGcMZ>XERgmgBgLMyQ7dFcPm+=?7s% z4Y*7#4JDuiaG5&sAoP9X{WiJFAlmw*sR<2^lekC=`j^oqV96pYo!_CfSWx=2gwm~N z69kG-xfc?saG<2koX= z?U9-^qCcbZF8;cSsEN80V+E#!iIBeET%jkGo;?+cM;sD)6ASrRi+J*SD;0v^TrY10 z!Py?ROR+(%nGWdtQ^V`XBsmpI(uAf1p&k?ArUPSoN^_gwD z!JNu;!#4C?L7h=~D#@a1nUp$0_Nf_paxkkr2VbG9ahtKvb}bt;FagoD7sBIW-Up@g z^}Ft_r@>P54WZ=tl3bPf2J5Pjyu#+89Zk$wrL*}KDV>dErVI>(Gv8h)ugurX*Tf>U zF!MFgaE+awH;6GRQm;eH!TDM#_Dnb6*uYz8NA+^D)Ae9A@Q0fFg4t9V%VL}I$TNeB z^Hp*|jEDe%;%4)qx61Roy3tC+!t>R#KNiQQ6g;cW#?}jBVVCP*vV7DK9$1o7qhfZ2 zIvo4QGY|@$6L3P&Ai)xtR*&wOJGyUiH<{WME3NUHoO0T|yc(@PcbZ5JR;k0)pqmDG zego8QyM!xVgYDd$vc|$Gvm-yTAb?|FQO7xv5|Es(ovtO$Kkcw^DA!x!P)DB26FL8I z{=|bOT)l%(bM!G+KW9)8f7P4;%lQ8G5*p{6PD4rBAbDeU2L0@2A~VA0#Ac$YC@J4u zt?c1yWsjzhT}!)`sN^Eg>WvED30Z^3oPLj3xiROMv+L9F?WrClJ@PSz>UkFB=b^MD zwEmtk1DnP?V;yHQS=KzbWFVa|Sz2r{`8G?mvu*4!jWlJ46oFGgu|eA#4>!)r!3rzJ0{&)!v307KWLDM1nKK z7)dR{1XA3um72g)1x|W~#x56Zp%omC);DhRegO}%QrS#uyy8?p`{NeHaFi&8juJCK ziE83tP*Xxu4+AMEh_4Vy@y8^_niM5iW`YB|S_lbO=LreuNiO%;YPv50z95Jp9oz?V zG{AJfk9pnNIQl&GVC1oDi0+EGVLf%oT}Bwh-4b7zQ>_Zt>6l&@#9+zYHM?sjoMKM9 zYf!_~Pj3?y!s8ui%l+hqlL4nD@ z6Y`kyQpjT{DEPk1wX4j)_aY62^ps)^g?NGSEVbyFAjJdNYH}gF{up*dIzgz$>-$N> z_D)#?%1cCtb;$UPtMXd+sei6DeL{K05-#?68JhJ&88=3uTfe5Z&)$c5+_{?5>N-># zI(opqxT-_9T9(cmyd9rdo@u0(qCuwWkwyC)>ue!fF*2tR<2DdFnf8h!qAb?(vEqst)VQ1HHWaW3z-)}|u zZA#5%8Dw;IYj=3Q_3J}>TDycdSNV+S$>qOfP45ZO-ld<4>UFzDUS%(;9qmoS?+GV| zQer6CA$azv6#dY`(1MocC(@eS@nsw;W0UM_Vf@ ziI*!jUqbua71}%7T%k+Q4?5us_#fPNdp{alwC(KQ(%j#;YwOs^@OPCY6?LSc%os;D ztxmf+X7>ktHU7Y7THB+?ccpjzTlbcci<%E~GUd1 zwkZyTZT+k@e1UIc1thI@)ZEj`9kob1(;Y}_cH`qTv7#~T9q4bO-mRDLWkwqVj`|giz4TQGA#4voAJ+v7ih>?wLu6b|lzxR*tdWQg?vAE0SdugI< z;!ooz_mr`R(5>&-tB?F(Vo}82RQET?fu7tALqDfa6bTb>boagL-$hc}?x(i7_deNo z(Y97JVNN`?|JA_P12;TU13PsFWAN_~GJ)W={vAy-z3fs*r`=Oqn*7htytezj>V?xc zd!ODm|95D~S1xWCKnA=R2tqWDA+`L9`lJl48vIhH8)Eu4GKz`87S#ZnY&NglN_ET^ z)CG!%>Amm3ZyR6V>N>dP@Z&{IhbA79QD`urHLx#yis;bbA+}@trY=|X{}NVDT;T0E z`n$(ZOx||l(EWendsnzBT%}YEwT!%uMs?Fo$KT8<*LNzn4n5)BGW#D7-?u_NrX12y ztakd#phfd{ivDM=E~wL2Z+f5uy@9582DK~Ef`bJrWNVDzFGO=^9+cBp3q#v8-2X!M zc39l=T4Rifk}$>HF{n_7Lvtv0Bvv`VZSO$(LYb5d0(P0al$8bK{XaEJPvDL}T6eAr z^6HC5!wN`(KW-tRPf&U4VklhJ7IN=BuA7%2Ch0k(774PbRHAfLQyqF)D^aQZaSQu^ znnl=lmImklSx8d9FrGvjCFz}h#&F{J=?$fe(f_uj4tXih5`G-r5EOB>G$WTLQH_guEVU9rgV!S`TU2Lb*afPEY@)yxJ}O z?ta5=94N;zCV?r!hesK2{cbe5_VjxKb!KpHzefx3O9m*C7nclR$8Y`|64ctdDdd_5 z7t}Hjwd*$Eu?olh%A&A7t{fT9^#{bGDsKL$fuctZywLX*>OY->7rAU<3M51HK$O2zO8|4yU4Q*pj ztm}4d)2g&8o`X}xTE-G%31hwv9E+VJo7;gGAD3KT*uCh!qsh!+X~ zWm$snw1%zul1Sg7OD>l+ipYd8qHChCGv{PQj^4Bwu%I3K@+NmTeWEL=8CEHr_?M%*(~AH7A9#>9rhP8KF0S&?*k^4F3 z5DhM%vocdLw1%=|Kh~n?r|7dv_C71p!8Ve!i7R&H;16FWYRXp}g?iI6L4@{0S?paD zzfc7s)DVgf#e3s|7{TkE^nYh9B8<5jLAEd$f>QcBs1-hy@*G>q83@`lD_8FEIRO~D zw|GxvPeeY9YTFYLbL`F0U`h79A}V(kMJ+2)C8|YP`d}Ge^;HS>kgMB5yq1Fc)q)Wk zEIHhBWBc7?;O3mgjwMN}214LefFWq8wA+wL)X-&3Lv9xn_CY@)_$&+(cQYo5Tm|T$aP|GG4^fk%$ zVqi^@bG0;rSOXd`^rz=)a3@3AbTgO4c zgfPjY1uo7b&XI_|R9GJDUn;nGi*=>6_uMn5tM39P)ZEY<779HeiJrKcDZ-LuG_9V+ zBDE`5&gMX3ITVb$$K7)7uuwb0Jz~ak-}aT!Kq-U;x$pa|`;ORk-8?EaQ5fUPgK_;L z$ZErJa@_H-8#AVK#~eetBX!i$kziuU;CixXpPn@#a2t3@4rtE(Dg5^AS!&XPB#8l~ zS6wU1N+_!#2UvpQyvNj^sJ|*$$jk9K2vfljsde-UF9B^84JW%yH`T7TIs(MjSz(G* za2qw|%TbnG>M}~Dc)=XQi~54;##x6yG@#7yN=`CoDt)5706K z0f6W*QDU@XTgMY(Im%ONju`uDEX(HHcO5?ItDQhro!B0zF`KfewgWX{EhMo$5j|0N;tSq90;@%jCgh3* zdxAUu_!Ra&>?bXazO!+PzWF@}?6D8L75Yk?f-`8{wqu65!Y+J{I9DF#dQdEi40HW} zWaC7hi%U^lg+}kKf?5;T(uUh4xyEIT$gvV+8(q8$={9>_hH8OCAm>Jq0IVO>1|UCj z+6ySRA(gB>HwCAxI}Ay{LBbD$>T#Wcq%AK0I+%xbSBMf(dbC_QVJ$iqEpqa@h*a<; zqG2FBz$)`%<7o>r7SJ#b0(M>9pl;kWP$cfr^<1|jvW@Gqk5?9M^L=)VDq+Qq*ZSjX zl8-XAEb0_^Ne$EefUBs}aHD$X)c3jZk>GuqC?rN}-X)IM7-xy1^s{s|7IPuZ3JQ++Lgjgjx)ku$Z#`M?W z8I#Bdlgq2`xdLa>ZiG2ijj%9X--8IXj*WDJEsh)7cLbb=X^7NxX~V(2CPW8kin&WMJGR}z;aKwHkLU5@{Ry$4f*q@|=|wUH@dc+PerauAvXC+! zjhRv#irK})Q)^{l#})~_P`CG4sgNS+N;IZO$bXWpU95TMSIPe51Ywf&eZCt@%*>FlbvKB#64jNiYj1lN&;0<_W z%{Cqz-(M6W6`Dc8>h*n2p5BsH(nxZ#hrXvP^%+LGcSa7Vf;>P0mvch?ee>*Ptw6Yb z&z`0qUA-Jw3VgAwC-9YKLARz0pQ)#*HN+yP*PuE>OVgg=9cQ)64EGFw{mNloOtn6V zcn&;|bGS#+51g#?ae`U&Gwl)7MBJOjkIx*pQShj+n+&Iie^9ElNBC{JE=M$1>T>sf z-V{m#NGcZc1PLX>HvJ~LBFFAszq(gf=7?zZ0%FA(kV@_=Y4j0d2?Ue)P~ZA1dCON_ zH||ZEN;Z9OiZnRR(vWlO{q7xIrT$WEE-f=0N>uCR_ynwON4HQsZYW-?c zBd674m3Lm7Pjs1Cj@WeaUPWdkuCu_H#D4S*jqkjS27qOV;sTIICU*9tgqCDw!|TU5 zrBRj*xaB7KUNsa7@l_yUjN=>02_Xee_R*o7I7Lm-VDbJQ3^(`zl?F#~)eq^M5az&i^(t`}dhIP6Y!IJ}BCv-k z)>8@u{$waBem8j3e{gvPSgWQ{C;lGdNCPugst$hm#`@LPs!G~l7L^4EX0RVR@`n?L z^_xH(vhVVU8ycd7VBY+OD1SF_`Q`aLhzEO~7nmctJb+W zApuCL^9?JL$KS^vbkOi#dHk!7*|aQbQo>U(UG=J%q0*PgT?nP2#^8T zIQ)ry3&vb+;YM+6P8R2Kafc>*U+sO@KdzrGxE@}AG#fWXngsM0x`Nnh5?RK}#>=7^ zo=}-U^5YD^;*D==Gjx*3ti)Gwenj3i7&VlrURyms;Z?`lZ|YdfO>4f->5flW?7hzj z(^^5ar!XR!imWot4v`|Oq`gzh2P9r`s+%U>qPqsucz=ddAOadpopHGdM>vOuDK_Ql zlBEoB8@W9#r&}Ma(oQ5U6=LZkR1r<&PfDo9Dn7TiZ^4QgWOlp5YJ6dzfu=C}uoK2n zeT*hYjlEZGqe=0=GP-kr%f9r!Q-!MDw5|{$bE<@@7aTao%4rxaMHZ)<$u-XfnQ~Se zeGrl;-&9y44Uu9dt41w_lEDg80^Xa4b>K1)SodymM*GJ5`BI+6?7QSxESTKviXdGRD6(&V|I9( z%2@rQbyiaz0q^o^a43|8%F;!!`L&aY$%I_#5ho3?Ib^$BFVvssG=|qkpcpF9y zL-9YsIt2q%Glc#vo$l@V`2?S?uqws4C(a`GDX9n`+cu~NaLc14{t{pAC9*g|{z@DP zki>ScJu;&uxuqtl*!RuBQiJe8ElW!y$&QvCJwnqaD5H1n?UEkyE0zz%bQ+N4`WMtn zvdU04wYeHRW;ZixD2wKxWGfyAj6>4R#@q!x=6cy3+LR#ic-umxl6Dj`i_4e4@0_?1cLhW ztsQZTtXQ~@PrkOxw(4(Eu`*9Jf6I}6s;j7;NZE$>W%?P=&{6t0AaAG z>-gg7i^@K_#$@n)@p-$ha&mxIWBY5ZD(8u^iG+25)!d0PbA2`22^eU_lsGa0*iD12 znmti=qD+e0NP7DVDNHO_WfQrb%z1zIeqB{#j>DeA9%E&k`{Fu*1lgs*lEL@UvJiCv z{@1YcA}@z)t<(hz0}|KT-h_$_uE`!~(L||jpwt;^O_tKrPNnBMCudKxpg- zJXFCBPA`Glx|N*wPbh48WH`UL%S;;1^8H`yR)cNuASK#P#Rf0ft&&Y&E|qV&v+A!Q zqMCG36g0aQk85K#`RJNGgcJzPP8Xy1&^rhpY_yuRjbeoUiUb9(w?Yt(77gAC_$z2M zbK#(cpD(_l*CzPpLp`QCrj?KO2vm?zpp}hApz4={7?!aH{>j0g%R%-u_?sLdywmSQ zF7atOyA6R}AXY@HtKeW1}$vS8|E03q-LhhjdJqtE1V_Yuqi?gp@F?g+7@pf@eUmqxBh3MWOH^M%{T2 zfeW7fA@Do4$ht{y{UI=KDkk@ zN}pv_dNSIoRr&OuG!N>|D+)qtP8JB+k)9_ej<5rWOUa0P)MH)S>c1(PRfBbDdADC6 zfQbTy`%8C#E6YUKd}aB((DX{6DXoNe!*x#IHDK9nHL6qvy^~m$udo?5E|GSvb1nOX zAh5>TeC~YLM)v^=taQp%qR7xvhLXrulab@-XIJEFQ)+q?ULe&F=0-APQUfWVr7}iv z5ga4ShjS!50zSe)D9yF7JY!!l89qw3?kw#WU096pKaOX|vjRS}1~#KLjPo-9$_+Gt zEe)K?k={FBZv`Z5bPInPPG~?Q@Xm6Go^UEo5C*sQiO8b9l%N=5Tp7tkGPnrQs|Mg^ zLnNcakGKforjMq_2_Q}L-Tf1ZTt4!ByVfL;tge_sfNVM>2?dR@hnAybwu6R-T@i!# z;0}mbJUmAL9kyFI0vpdUbNRrIh`utYNr;ufr?XD@KqQjMpD@k#T=U)S&cm1fi35@R z=^lvWPj@Jh|ND7PH#eHoQebMx`7O*D$cn@jF&?;asxl>(&%&0Hk1KOqd*9 zm`D)gHMNxBvsV&aaXz1AHNmvbVFmVbJ}bV-cV3+niE(4%wA-A%=e<{xaHW*NB7MDq zw%pvTw?r_ogDQjGk#Cr>ugzCQFyr6etX*&=p>D5ar~rE&zC{S|WsbU>x=Zt&<_@{e zu~MUTvcZRb%=s~8V zG3}rMHt1H|09%0fv_nTVH_Zeg>u$bPSyBPi>_id$QGa;5ISXWER*lx`fM=s6rl&xe z7>XVwl;YBulc9)ng|%=o&VxXEd%i$hRJfcS;#9~fOv@|~DL1H))^7%4 zgk*ID7o0Gfk2LBT?cUtj)&*(|`V8d&f}R|lI%m~faFJvJdJa5EISo+DauI=`KLhQ%|lEC{*vyCe>}v5iar~$V}!rwNK`6`s>NX@*7;iZ*=2of z{_v;s*exc?mjKfZeH=I|Rsmd0Ux$!Wu7a9HJCDk9Z&vVmtVE&1^51Wy?cj)=W3}T; z$aXE*t{X>Jde@IGj4o(7q@`u?>eO>YetN#4o<9;BU3YTtx2AbIo= zCP>|-{H1(pjLun)$QsikOJ%Wz0N~3GYGC$)BG9WMBVnz#xv2*xJ_FTs8 z1^_BG17&aRomT3Gui_{1q!K0vBk=_+0+vxA3>gg%A!>~#j#0&`4lLc7w0aUS8!B6ChvSp_Sit@tJ*Af6s?yx#hB`29W|unhkQ$1jpt>R1fU z$U1r&`VODtq?76u)$>Yohw4mw5>zUjhwS8N2s)4m1!AfFHN2R5T!#!j5NPzIh+?oq zfWgr0mdIzKY@E7b=kx3?sCkj%a$kzmS^iKB1tfQ(T<1VSHcZUFPsd(?+M=L2k1z37 zfJL7(ykw1UK*E~uv_$R#nA4q?zF+u%`Qw%XTQ{-u2jR4%T}q?-_`mS@GbUzWd5-&x5 zy4`zMvq+#+D!e)r{hk4q5^klR!yYdIIDugU{<@Z4qJ=vT<9qbHPlK&7_|0$ng96K16!H5}7juX)yb6+Q0CL6ys zGDBpSSqN_f$sGh+8iI-+h~t$HQyR&0=fG%Qbi&P=jrT?XDLIGGUsRcq2mAPrI>kNl zdXWqRwJu)H3@u@QDijCy*5cZNn#DQOBWe_~ayg1aa>=oSkqV}i1P$U#K{%$x9^(7& z^BRLNZQI3A?ZKq}Bch~mi~w=aJF3kb}}WG ze=;>UEQ;mHrD5f&V=}GJOb@@EOy5v}qml^w0HCd(4Liga62;jdFid%-Z8ylU|5(k&WU%(ZR3_h^~n|kKWPDcN! z!SFajQJqW|-HtB=f%hk>y_^h4M(L)sXEQFMu``pumi3bv1Y=*it2Q7NDpl=VIcy*gL6a-v+n|d z8>nR%r;b=UBX(|W@#X?EIr7>e!IdNNqCA>3cDFoSF6DByEL;xfhQ5VG_}J?#>=v6A{J;7MGDDz~6K*3;Di4rU>S!cExZrnI^b((9L3@ z8mq`fma=4gH)F+lF)c z{_FHKXyYkGMCfpXJy6i)h4nwfoW!!Fx8kE@r9vPGjI0{)?9`q4 zHkCpTWkgGoZh&Fm7pdlP5MwifhLgd7#=aRSI(#+o?u^6=l-m0!9>L20?(LcG5kMl4 z8HrFC9`)ejBtzGwtYHthE>JA=KI@ZDJn(3}t{ea!0gH(d1N_xRR8@b$`Wz%ls6T9& zuAi=_v=$|%#L#;tqlG~?hI#~`YB4cTt3&K9UDcU*#Z&fTB`8lpp8OxH;G?FH1RPM)61bx7NgW~i1kw~GeMi1zrAK|!m;46^ zX=DorcG5H8$!mkjaqb*oHpxkYnLJ^c6N1@B3n7?w&$>Cb0Ap0!tXs@d#y;f}g2OfD z@(>}QScKzFvB41FZN0x5xI_Sq_U3Epi;~PMAxWT%bCgTi%xY87)VFT~K#f9(SMvffp zUQ4W0Duw#*v`@5qcqLg-BE3zLSQF`s@&t^sayq}2>0_qaPZ&yibK+(?d!Or>(}OE`oRLoUWSmiN?qn?r>Pj9{6K{~~hqA4wT*GBj zHdK}hSvyMtH^!bM{FbIc%|2v^=A>}=mI$|Xy}Jmvi#RqRvL3_cTkUPelblVVE)|!m zrIq(dosA2JX_}6JSN{48o_Rx|V{uI}H{_jwFS?R%A?=L~Q7G6sjw*Zy!7>xtdx$cS zaHcMWm%{(g+R?PW#XvDguc=7chJ1hDUw#W;3nJ7(r2*^ zgLN0+f*~TZE1$ z;9fxWa>HUAYQd)nUtn%620}*EH_zENI8rAOhwfs!&Vq|#&TyVNt7WKHTBI_u_+ctw zN6mf@UO=tDs8A9-WsyDZJ#KwLdF%*0RP`Ii++*-Dnx3*Tot2TFOnA!hJ9do*v4}B) z?TrMMS8r|%KO`;?w2e6Dp4%fgmkG_Y^qbaIQXyYSYkH-glTFcI zT%q-_e>DllP>qgu9G)RF_HkNID3JxQ{{CU?9jK7o&9!yALX@F?G6Ov>3yKT^08QG(`FO24a#T=1_^U8W%ri0D zA~j09gRw)Nnce9$Im&EcHeitx17gigj$&0957*<0Ai*?9PDGj6j_n6yOt&Yg_TK*< zSf&e#TmpjqVUdSuV$m_2P--tMz-q+c@$?{*|BMIcH(|EPGz^b&66KR=qY3~jhVTOQe_!aeLvBFN zTNC4=OT}sg0a6&>OSxqHukS=a8-}Fd5a1k;!0lloA1Kro9!SfDou4jT>{rHykSPPGDIK7Glj!!NAPGM0(Y|XUM?3|7HVD z9H7Fev%@ya#^1EE0f(%dg)%#Osh!{L;9Y#USv*i4&~p%3fT z1RxwpK$J+#u$F8fU6+#uysL0b6InQ?$($0`!Q;7bu*j)z0bDq-TUfiTMUkq+8r-#LY?h<>##T< z@F$J+xJ-8OSl;38*s&a(1vEyYBDvA;mfwfnfk~DyD z#WxF|3J7Py=w(vASUc4q*oUBK6j(C;HB&gl(fdoN2egsqNvv)>YK>r~IfZlP-N;EK z2&Z`ytPH%MrXTfq9b#vlnoaVuqWz>LLwV=|Q*NvUD(D@nH0j)eybb zSh*a(j~|m$*|YgEC%FrRz#rgw#s+A4qQV2tU`EXRY@$L*Kj_FmoR=T80K$sm9m1~z zfQY=4)}3KB#YF#+KjU;ICqk|0m{TL2+Q2yRJo#ENXDJ5IF+TT z&kRotXNIGu`z*iQomGD(${XIpH&6%YuqWh^R5$F-_ZEe9OO0vJB1%Dm1ve(a>oxF; zwa_U!nv;%+-2Q9Kcj>TfdC^r_16}|BMgA(!>b_tbm(rr>j%C#$`igF>u zOl2+}%^!akXGcbYbcR%<)ZAR1bl#KfZ;}41j1UCryid+~<`(AMDD@Iiu%|3FGE<7n zjzoc~VqmS0)Z-Ihj&R^)iq=?+aD$?MZ|wB5Xp_X7FW*5xCY@@mZH-mEftD$}0{LVh zs9%=8CDCQrP;pA~Z^^s9B{}$uXXW5ViMIT_Gz!i&n+AEOz>VHj!c8r=1X~5zEMmOs z4`nG2=y=kCP3bwbP=c8A*Y_1TOTr6cCFPXW|JZP45X@KZEnELhD@(=Q<0Eksc)~MN zu_EC4WgbU8OD!6!5&HipEcGoQ;dw>|or@zraK+jA;jzoCKupK9qjEq0So~0ZiQk22 zuT>R|wFnwY&nneLfU7k@tJ*Y$p7>^+*bSA)kSi(39c<7W$4xFKp!u~%)Kufs9b`P zUj_F4J11*}w*MWt+@i`DOSAOv$Fn7$Msltm9Ye7(f{_FturQMI;@SUS#m0~wIKRn4 zhv=xFc=H2K?Xa}G_jcaO`}GdgtA}z-9Rs>fd9U{vtq@lH*wxgC9tAn?CEmSnY;nCr zomU}alOmzhjRg9G|R=PS}UEORi0#*GRycM0k+uED9 zcWO^G?esRHE7$fW|HiE@SBGzPYbWw_^?Phad1O%(*=*bp`ArAAXz)Fe9LBHu9+Cym z2fsp@xir-HRQgD2bY^shEy3+kv-~4xu|KR_`Kd;-DfA!P&O6#{a(Tz`FS=dPP@VxhG5Jgn(0yJ=y#F1D=3~;)nvC!?lM?8p!%B`H;kpDjsr5 zq3^K$@O$@cAh}o!wfr!Qq+@BJ>gWwk7iAnF%fig+y#ETx-Vr%xw{nGS?@tmntV#^@ zy($;n3iJ)fLL#8@;51m0zZx<_e^y=;vcZq2zvaDS@*#_3aai&uUJ93V-wX@zqVNqjN8n`SM6LP9XWq6wx@z#PJVUT7I$hXBA?qx4ni`Sf5MJmSsC z{03%R#-a?ZHriZxvWoH9u}34PCn|94o!IK_oCtZp=)IqJJN53o$@>HEx4f^nvJc(v zeZkv=bM`!-l;dq=jrX}qv`+9|HklS30g#8J59P05jJt|@Z4v=S-_7*&=lu_vBzRv7 zbzsz&4EwE?O|^(m!6*%uoND=$`ZTZ3RxU#D_63S{5$^fI?+TO^951`V8fDHS^)5s! zMm#IJS#@y>h64s#+ZmGjZn7G7V(~%?-tl_Xw8=OpU)bl7fH;|%%*eT@HhC=l8K@iW zp&|7eVsLXFxfYo1sM*a?Vle}~Ir)EdaU zYs!`W$t4KpyccR%5^F z=6%B^QD~db5^hoES|g@OQ;i@TusdIpah_ky@3k^VNRKIcE8&3oh_0hMpCW!K<&EHb zD%QX$G-(kDXxLXun%z{}KvJx^0e{~u^duEjh1nJKN@%3IFr}d}_?>}Qi{SD5z%HHu z;10U^QrDaTweldUl&(FKhg&m~Gg8zYanLX!N@AA~c2VUiGx_qAbJ7A&$EwZ^PqPGF zWi-OEBQ=s=`m&{T<;JG3ZEx))LU{-G+1DsFS`F)A_pH$z9CKh8;l`1Y+VYaPxKuTU zQ*xpR`bk8OQ*ltvHcQk0xgyJOK2#j3J5ncCYBD|-f(( ztUE6nTuZ9PY^Vq{QKBMH46%3yTt+?m1a%rzRKR|=&WLTW5fP#S_IYuHC}3YyzHI0q zX(3$yK}jLKe8)|z^0jO=m+xMkYnW@G#gI-%8E+uDKNY)@Je)H(*c4AmYlIKprmyS% zN>sXnnNW91o|Cs1W7k=#P6tsmzmWBT-EmNqtdEE07jQrJm5Pku9I6D}XDNim7E%7tUs)+XE=cferToCtN{An1^5vTg$V~+Q-J;?;C)3wD zC0&C{dvQ`1-oViDsSp6?+;i=`K(3{c#7K?S!;z>*8zTcxF`2CEU9Vz8#Zi1;_7z{B|!avA~o z;Ew}#i@)VeQzsMFrw;$ioe)T{ej;fAQhZ{6mA7(#PozP1GGVDlDVR8r5Q{|?TpGvY zxGW!dcOFNCh4`J79gpR4zvB^om5os15h^UP5JSl>NvOUl=oCy`I-MH8hU!;G+`;hk zYbCgpCPL?B<&8e&1PE~Z&WD6K=fTXuU*;1cEjn8#r$|K*Iewm# z678R@fsH&TgMTfy2(m>|YypIROO3lV!1(U~<9#3WHv2wz#;UW3L%!TWAy1uPKNo*mbjw3>yW-Fne#lQUnD@kA<51y4tpMY*gkXVcycv3v&+--$AS^l5gm_5DJaBhMkE zi}`w zE)E~{R)!WW;fJZv9i>ny)L=!WT^CMVY@*VHEf1A;HRuG|U?OKgC3epr$V%=lvS;Mu z%CW^`i|5BgC^HN`Lo64j~U(H36lFu?{Fm>2-b~Lo|G!`2cK+~z8D z(WA47z;XaCXL37C%nW<-FtZesLtn42-|gN`J<;zVEtp!>YW1+^jjqvZIHQApN<)X@ zd|nr_3ra0O9q!wV+zu$DspwN{BV{_RFKLiGQfFm$w5s_Ce548prLX5?QZfaS0t?L& zN6HVU55HI_1*#rH#KXkEXuSxR_nct&hhTCHmLlg^yogdeMf6sYh&k5>i>(*mG1T~qg%J{;tjlA zw^pacI+TmF$JP6;RO9Mlv)TwM_#yCwhPF6SKT#j58*sCwNCT_6_b)}@Vx))J(Z-zSKLtc***T}|y&zz@JE@Crsz6fjSDlgQ*UVzF2?g-HQIj4-Kq zm;w>4{%LkyiDKlN^&&E)EAlmy;7{;l0Yrt zipX)J*Qv}@1{q=);2tfkrD7^8+$ID&njK2;iH#iEGw|!AfxUSJnipl2eEJ(@aW)|U zpE|9f*IInw^?^m7JvN9R-&}8p>V0fv)13I+O5BHq9$RdprY&e z%=ly}z@Y-Hd4RJLp)!C10XH0Sjsrn5SU*CL467RXU#u?9kWqpxaU9GJt4QQ9i(*6e z!qq?SAyzJMSLbHOeN>wF`8M+I4z9pQ`sB9`(V(@l6lKa2Mb)V@@%DLXC@ zOLB9vM{#c6!~WH9n>lf*{DAhRw#LrZ%@jf0g^EphYi-{Q*LQo9ix@P5)>mES&r!`v z(f?R~jr-#Qcm44p`_Oy!VD5TO6T!^I82a#A@7FAu4A@Ay z5nY(gS8<7e4b@*NO99tWCjdeWCw2raGf&th?>|G8sRx$C2}T@SdTL2TD=Ji@qhV@E z#}`Q}kLD%KPiG2g$FRli5DiqX4eJuMsp{uhs(HqH^x@eop)ZYSGMW^(V29LxnltVyv+6%65cs>ap8;}Gw?6bWt?T$kr#$G8tnEpR#PdIbfL>w z`)KT0+Os4TiK0Fl<@zKHMS>Fxl6pB3FEMmzF2TN#L;g_A6t3x*R)&zD697ELx1%DY zNwHDRytb=(Y@3R;WQ0EhwB zlpQn1R*D@*{PZZ!_V!XJ6ZtS-N+1nT2N5M?w7^lB7^ZV0 zPlYIMibM65tY{IyW3nStaZ9h;Nfz3KwxQ9wR*I zb84pE5SfgaSTz|D)06JZ-rV7OYr^?Kw_E_8aK48dRXA}gop9b@t$DO(0k`Et=dmfx zc5sk;6bPSqsiUzaiKO9klsaNEXD?bG7GPP_R;S;|MZjVpShY}D( z1k;AB3t=b0U-`qSi>R{o)VEM*i?5RYhq%CaKu9`*@{R|@^GgsK#{-#exq zxD=*JmA^3VpHm=M?JxCu*$1W0{}bI`=Q{>>9VFl)9!=?HH}NRvrbep8tUFb>xv&ZjzAt8}Rl>UL^Cr{}hNp6B(V6ik9%j_!rcf z(TJIvr!K}04aN)6FqVSCP$oP;tadOemd@b0hw}uW`3L6pNIRX*B;bcKbQ?^YGPU=w zbDE@hfBpV?aY+(z_SYAZVyg}IUI&&==S7sMU62^ldure!R!)NmFb%fY`@4-i0f8m} zXGJL+D{o}BXAwFvfeHkid)-35@nzxO(`^94$tU#!0K|F72<+Wb(Kq6gxp-h|3L<0h zY#y+@DXQfb*MLmXEjAJ&QH29yg#Bw+T!dtnQC~A<$ z1E969fx<_sS6Xf_I}RdX)z8?+OBCJam9{dfVZxv)Q2aW;1#D>oI{H6!@k3pUW7pkT zX+4Ebnl7J8<8g)FP&JjNp-+n!&CnX?8_R_7SwNQL8KX}Aq;wDDwBb|1Lri7yJ@ibB zDpmy>1|L!=iAAj(hgS|amV%~$x^`R(g%DfAYH)A-ilx%0IF)`hiw*>a$~Rp;{eQp^ z_BaGUOSk-V8LA;;M?^#-Ynaw)jhq5I%=NE{Dk12Cxz-WKq$kxmXB;#D1vf0rapG@H z8Zfx9uKm7*@CB20Rz2txw%b@%*hhe;Y_swKG*kQ>~? z+<28`Rl)xY7auoY$*srxDcW$rUjxZ~+=hx?n%ZBkWvwt$V*@m&91oXc!E{(*&hY6% z>s$DR#*Xo4C;)2o5?rv?jtWD75T%DLgzBpSe42+Ik373#gl@QXIx-#6>M1<}BGiml zKdmc6W+9^K2=0o3*Q)7AL?<3PU0cAfn5~##a1oy@(}S3wneM;YIs4jBSx_KY;A3>IX=i(It{U)!+y;>jRJjsrpuqA^O@G67^YN;AXCf&<yLWcDnnePQkr4z>V6;Q6U%Py@TCdhC$=>bt1IKbou-nz% zeClWF_1pc=t$5wN&DGtyO`Z2$(C$(z)K{C`KX-S!w2Hp*uWs+^KGoc;ejxNXfnhaU z=3)QqeXX76@N{>bQl9kx>nrZg-VbhD`9sx)yrVbOi)1&)E^tl4rRT8q3po;l>;*aGxQPTr%-1F_Zwy1{BxNZm&d^Gt!R*pyGqw7-e%0nxn*(pMXfJ}`w>7r5S5(f}XY7j2mry_BY3vGJ zf46(9t9j*9?ccAfyT$*hfa>q@_duSg23J1T*gNmt(K|kJLG){EM{DQn9j>O<&8Ql(e+zxHMJBD=W%xt-cqcPjfjI$c-vw-3DP`teTh8uiktCtOo$ zAxpKkANa>$#>n4^_Ggz@_jdMY`ZG$IFRoTMxkjFwx_P_*&8gee*{N4Ix3+BW+q&o9 z{82K9rpD^~UkM)Am1RHKMs;>yIE`xUkbr3XufH~^4^|hfg}lDQ)wI2P_s4?u!Fu0< zT1E{CnzoF6wWF=EDe_w9%0$&Tdy~wyB>LhBd`8cZD{;Ye&;S#nDFAdJJKG&7rIuN<%0+YY$~Y8LG6dy?Zb0 z5dOF?=8O5~`|jR%I#3q4F!=PzuWC<2>N$WOh%g}n@weW|+W&2}(4~zIcN{`tLydqp5|Ro6YN2< zOZZ>d-ZeMBC3Y7=VITd`?pM)}rF+ZnXEts3y&C^3-$=K+<7Y4zJl-P^E%edp>+WCa z?C?E}GO}C0w%y(BdewELGV}!U2gf%ycW+s{d{syH^6^2LJJ%ihcE6nl547mF!`kpQ zPTKm*X#hBW2cW)M>Qh4SW9ylnhDGRE_wZf3Sc(Il#VVLk^{Ph{cuAp{f~3o6?EHXC zdF{1%5t(Gt@nwZ+$QrhF22TzOE*k=$fL>Qo&2R0!y1$f9kkf3E8>ssCb*1EnP(Api z!Nt#6xrSsTC0lG`?R|FW?L2!47>~8_j8i-Y#03ZpIKpvCt7&(6z(;NcouO}tHsE^? z>qexvgLo`S)ig+&gC19)f>nlWLg>?ZePY}WF3X=B@6PcLIKiL!9hq&se7sypaa5OO zTsQH{6g&MLe~PI)dr2ZH6Qh(GpV5CpktO(xlEQOD_oY8(EB1JFaWPFwD5Sf?1yM}F z^jJ(j*Fbt8EyO#BWo7h9TwJejm3(aRvFG1veyq#jeA&&*v_*Y9N2Glfe1i9{TE!V? zd?OWCB;-_G%PN{(n_Jsm%|9j_t^AdXCwz2)wfdgz9V0Ea`sIiI4lxk^M%d?k&%e}$ zVz`d~a(Qp+Z1n!JYgt8Od$aGNF1K%8Yj^xUQoEG0*S8~Zf-zT@qjEgnQGH#0RK~bB z;AQ=bH2T^<5jn2pLb1@^I-ZStN_!gI7?jfgw7YA2@Zv%DU{W1dVymeVq+$=e<5RFo zcDi!Gy^*{6zY+S-kR!N5`B@|HJriQfD!@zbZbf`h+s;sZs9vcL-O<$lT4W<ZbCwEv-fI``{&xFWd94K1ZVc0_OEVhY;W1#KfdA@Xx`DbGs{b& z46g~*ve)+fb=Vn-ghIo2Num;tPAp9<&7^12TJ&gaKDE1ScNtqckYY84Xe9{AfyF#B zf=UjEx3+4K?2a{k4Fa}HtC0Sm4u1cJ!L5{z%Y&b4DEO&Dg#Qrq1su|pMprTGrrGtt zOD0U<7APoYz! zU4`-i5t=cBL!3`BeKd zf1N&V;)tu%7>KKUWHRG-``yZC05c!C!qW-J2j(`m_-^g}S6|c@t@dBj4Vnsp_>C?8 zW7|7BUA|8OVf`<74+Z`anCksH%yzAv?)GiIPx2ysQd|Y??O6FE66u4tDczLkeyYub z#!5f-9c%Y4+e~YZafknNY{J#`^IouFc1m09KHW}oMAKI7)8az@xWD_8KR zTo*81KXP4BUbp~Uvsmsclp;uEYBk?P8U8Gpvt;A zJPuW9GodS2`o>Dr!lU&x{Ga&5u}UQXF1_W}vA(^xwY3JDj>V2GsT-A+)iigO_J96n z$lkB^?P&Bq2f5C*W8$?Y=t8Ys+xE}4wnILjdAV!F+-y^!4*xd-Mz21Kd`@R_X~ms4ksGB4_QCOTK9w~Vja zzol#YW~c$JV;6>cx3;@IP?mn-z25s;w{MkL$jN|q^`Xq67x#a6Fxme2BdCoqHG8*j z+4g}|JAdVB-rnSU)h(~z*R_KEWbWoouF&enJl5Dn^^P&tyLRk*?qJ6ntt)a{+g!}o>;L4juXValUaf42 zEq68d{>8})Mq-pXq||hITE~2mtF^3l`r-NGH!Gh!JfkdmA9~>Z;%Nq3g0@ZW=AEGr zAB@ds#9+DoJ@YT};JeT(^NINc^oaOKX5ih~_L2GVYnmFjQAPm71ZU`yg-yS1pS-4J zckkfh;Bz9N@D#jnu6t`@FK!AyB;?p5k$LC*We4|4CUYdmb(YU?!8KS5V_GAZ>-5G< z=PkHG4HA;;d5Efd5YZY+9-_cwxFMT;U*w`HnL=KZ6kWG;mP$KNXR5(IcvG#dyaF6L z3w%)Q7_3ME=F^LQN>dUU2uW-LEtYh-M6KTQXoki6iDXRDO@=K_-SLiZVS9t6+_1fs zC}1lI`&mi}6vssU!9_l&dQsxDIgl%;@R~J!s_{98+E0)^Nh$@n%{i>L zIGQ!S;VX;PtzuP^J%TApo;TTJHPF*BUo*U8t?<{@UuSCzf1RlJR!q#G)qqDh98pQ< zK4=<`=~gf4OBjcjMHkmeaIXA4gE@MiwF(J+Su-Adb}2s~8c#ld14*u=Fp!9f``1p@ z7WxL3SJ&NQT|7GG)0YB01cHsSJ|(Sg@d<2xgLR4KULMiKIXV@8f`HRIa0RZd;1y*T z$#X?Q2mc*s#MK|5`5%F(E^{24DFoajcAO_x&>3G^Uj40Dl~5~$S&@PqZhoNQfsGtu zuF`T^PJyOI@7fz{HC;909}y6t<#@<&Bn!VaX|qn&a&NBCkh#A`x+nCQV!U;CBRb%0 z!HPQdSYcESD3tdQWPC>#dr(XUuUHMry3Jb+b_nES1O8h&Q&lNdS~;nU*A`~HY9HpS ztOLIY6S63SrQ?LC3t>?S6&cTBNV*8uKXbv(Ja4G76x40i)P4lV$>Ek8^UEL_dcj&u z#709j5y5uA$_x>lW{|^z6jvD(OmwwBeQ zCOukI>b$`)i8?NMF=nGI_?0V%6RezuC@sYnqiWqP#C1r4fQnu>IR?Y=66qTvNse9v z&tl7j?TX9rp*ooSJ&Fe&AQ*Zov!q%j_mse1JMYSli6u244wF<5e+1EUNcXgmd;!^7@3!)Ag* zn>w9iUCv^9-nG4>Lj<>S&l4uq*bd8-NDIIx6iK?~nm~(^Q*wcpyb%ZlXpNOX8Dj!e^_cx8AlZ_{?1ES{KOR}?BS?mnEe-2K_j zxCt&G;*f-HXw)%=Tv6b|BtH@)i04UyKyMP?SH<74cL;M=fo}qxS?q18a^;2X z!c2_%y-U@aka;@h zXW(7s^2t6+h%SoFe5`FMCimZr5^gGL>sda#paYXAm7WZisZTnBRcIksF1+_zd2p2z zn9B(dvr#6Mz;ITM#-26T8l64sf_$(vdqy`Un&j|C@1?;U(mM${(@NO`-(I;gWYaRt zK_g@f{n?TCN%#beRgKi>4~4%$vUZYQ(S1|Df`ITTy9r|>izAE1LzT<^CVDv_!1t8h zIwM06m9x^#hpGIctzie?sZ5NpBfOl;1VlWX@K@9~VoEqXUp0%GTIi@Y_i{$6m54ToFAYB2|vT~YwOcOX{ioj0m) z5bcuH478eIk8$&sAcpbhP8^Gyi|=uBngVAdxVf6evD|I@iQI{tv9v`uek_F%0TSkS z474U476u|jT2gG=w{kZYhY&TU^=y(F;)^<90IYSfts`dheA;(rAD@8N5!#>C8M~T zug<+!vgAd!7evxD?cRA<0+w*SZ9s~diFjX3}RRWY*%v(yA<8eJfGV1y8Nl)e!yEmwl{*v}` zcSOxlo*<9kTU1(5IpO|c+mr4|_hj))1i?s}59bvPdXf5gEab{c)F<@%+McU|XAo{i zUUpADD8LK;n2R!m8*C1Lzk~UB>A~w^(ZA#H96*u7*Eme7efc|N{a0Gl3mvMvy~2M4 zJ+vXAtnx93aAe8bD}1}nTxZ=>?|aVL@*I!Jd|5Q=R(oEy$2n-cme8Zsa$jeERDqO@k8x@bhk1o4RXeX$5D6|mr(2?@R$7}v5UhBF! zdlvpMFDcflR}AupQ4vI#2;7WKtb7#E_8t^I?1(A#6Y;&rOaWK01tgQtg+ z1-+rCj1&TCF%uldn2^jp+5Qp*USJP*IQUESBTx_F1PTf25^TYT!6t*5Hyay!su{at zTZQ(czDv_IOPC}xraK^+{TcoYe(o&U?8)kmT|G|lE(EB)+koyb__eb`^S}UoE~IQ# zT%b0H59mKmw^f7L!R+pcWDaJdNg^M_%!1h-O+6s>#x|Z!D?sA*9uDpa~ZmPiRqy%Zf2`Z$;(zk)kpF)2?VupL!Tf9CRqLAE=OWit$ z(9{X8LyB-4ZWU@WdHpha!KO5wXiXiD;GvShd*rhajN~!X#^+dr^)+C? zRVV74cIkOrgZxTGgL0dcN9Jy^)B;7qQIB*Dw!6|=TkBYIn7e9o;knu7lG7h})^#RjlqvEng-`)8xT{hRZz zTAtmU1F6}&m0HeNxuzwxFDILoBUE#^*~0Iu90F3O#XvcO!ZfIg4jX}FP0*LoyI~Mj$75o3(2mI7m{=XOi^D!{SCoXbK7p&KhsDdm+y8yBE6ubgji{q5Bgf)!Z3~(vZwz3}v)tk}c|)rHG(b zjlnX!+xp2H;TG4AgZVP)pW-tNHrbQCT6u378Au$iF)_Pp8lR5w7tlK}8T~qn@S5`` zdY7;o{Jy4pUcZi>n$|434h&pJPYr^6`L}VVk5{1TRlu(wDeaZiDF3-U@j`lP{<;f^ z8NJxFr*eeT#m0CF5uKK-^*(GRoz`$yXX&O=6_4K&FcU(ow4s!Ku|_EscYl@FmSQh) zg%rjT=>|v`DOEFkSJN)mhGxy{2P^ZHY158Zc#Ub-to-f;G50+t3Rpu)wy-BG&-&*) z8dubea6oR*gKw)M>i#~FocK#OMsj}i$P6EqEh|Vp0G|FN(o-` z<)vRi{hP$&FS&pi{GdvG+`x^emxo+RnSwGNHLwDOht<1rt?e$W9wk!nntXE|_PGPB z83vlQN`##1730}Dc+_9CH`Y}t=lC8W7h^H|CtHK`RF$>xak~pqY7GVN)YW3oE}q|D zl^>-b!B-J>>Aid2()AtTXcR7NwU@QP_3c@wPS!aKJTKNZNx##i!Yq&Gr1)_f%wBNJ zw^`mqeqdez-)pOo4=XiN3oI`YPmqi70Pg>m%gKCfbhLlM@d^dEkU@A`rHH4HPQt0~ zJB(C)?xL686)sYQTK-CT2f+x4v3D-cvlUtk3w+-~?fQnmk-?t_ey7ZBxd0&SU79Pt z+Fs54@?H79CxVM@ft8*+y&qB**N4`Tk6(6>gS6#hn{QU!sinT-WOsg>#m3IxGPC75 z`BvZSUG1I;r?3*`TSd%)!!G5)$n`uU=hXXb{@=I%QX02Qovn@SV@|ucNEv=?^|-B4 zUfT2$yx%o}lL*Iup`z&+Z_-T?_4$qRx7{BijRfQJZdYLWJ=V4#dwwG=Wsf<6M?>dV zA)OH=UE~`)I|{YQ`c6j^B30XbtRZ;0EMi^u9WOHSWo z(#7LvIkt>jcCT=rsP>#~50A+sUcdZYwbkNmwfVLjSa$E+fgdeD(0t%~ZR-LnR^`-M ztM4t1hQ)wLe3nb^Xmhmr=rCJ&XgI-6-o8c9PE2ek*vY3B+u@Js(hYL>c#S+K4il?3 z@a)h_;4NP@hV{kjjnXdzb8EJLGN!c7HAU}PFYRQU@N6ogwo4J z8v1-C=n`sDp=#3aQ^8Bk1fXJPz6pXTkiuM|aSk&x=M-!85om3On)N`jc(Q3<$TLX` zgaOeU_;X*gE;%|gIx`GHwg`U-9-U2Ff=yD_?Y;@JUUl2mH)+s*CUT0Qt8!_kTgD8c z+@}K%yk`k6cnXdsIvyZ7Wr3CSX`WBI-o7C{nu}5wXei;nus}k@_4b9K>1mQKfE}ry zNipHIxLQ35ZnAHf24IkwAFOZKaJ}~@8J8*kyks0Cv@4AxPrZP&GA@fVA;GV`Jy~sK zyT6Lf+c~W)=!@jfC?;1L?l(rk3%-}eYT}k6`|=$|PXa!O?6SwTUwHiO@o5;C=$?t& zxdRENB+7`DViXyjfof>8OH362nSie)tvj$#h-%>t#1hVQquP9Y+oaa!PltIE!sQ6fI+XjpKX#fXrd(T%k2z~EZorr^Ue-uHMXI0vD zoB)cD&^%PT@)SWH(d(fOTI<-&fjpVK0?>B;x(t7!6nyrr(-M0M*@fEzFtvGyPFT~K9nR9cYl zROSELOO0*y?)6})Jn~esv>)mCY{TYW`TEvnz&iXTI%2{jQrWi}pg`SYWfxki(T<_( zqj{Ff&Z|2=^)|b=cdEUfT$plpyV+mUZWe=;wVR7uKh|zX*t(v^}8url{F&+#xC+-@K+gLIh6}+j{Ui?aZ22?ipi$FL=Xs%h~Ih$T6_C@ zLrp!S{Ri`dVF<`!He4Y(O|c($-#7U4kv{Zm9(YrUcxT0s?cUk`uy@!y>>kE`UPP+x z%hs*E_WrXs77}{zo^n6g_nxn8Y`w$oKZ^rHp7VEn%p35wiBzqj^}u|tGF3DPewdg) zq9IDi!ErY6NMGw8AX{r+(d`nqM3KI~BDGy|ix7+g>Bp8@x7+DHj-F#Diecs9=u$qd zcJVR!qg3PYL>)WI**$C(X{o%j0s1Jm$yM{X_!q6O+#|oxC`(Pcw$6TBwK&fS=hO*@ ze7?mgf0Ui$J}SKWJPtt8`k^r^q-*2Gx*%~?9J*oWK zX>r_zBr9u!!n|Ln6k7MJ`_+~=eQ&TOeo9BT`WC}3@O{6^{-GD89#}ilFT5{ksS6_E z$~P?{AcSe^3~*+d(Bd171!SBx(EI%ONE;6x!E^G$z(LxblYrB zF=N!r~=iJvm;o)Nv;aQlA>E)g5oxPrzD24Ddfu4HYY* z6&|Q(SNq@9^O0;d8=T%2cqRQW#4?in<9b}D)2oUs6du@#6qH%z7+3K{Y8P}NLq<~Q zB&tDKHl<5Qip6y%W+Vw=n6?i)xs-@mfr}Q#l8N@8OK~vVP2 z|0pypq`L-h0_Obs&dHsRl4DakbKGAg(fIBXHJ8VQj(_SUam$GuUd}802fjgLi26 zpoSH@B`;B*<|`4uXy_N0=KH3Nn-n!ao)N)@xLWWyo_qpy2gxS^)-IZ&BX+Gwv_)6H zlyER!n9LN{z~jo8!TyuyLo-5a((};L+J7HhxZ$oJr7=&=VA}qV#u>g3MKaX9mZ}M| zd6D4HzO+)iyR+14`imX z-1u4#4G#_LTBnkW*TU%3bWS!oRytP7tt}UiKa3ihHTp&ofT$k9hWnq3L5zgss(jZc zQetsZVi31x@oLV*u;x$#Bm;5! z9d}RTI86>g;5~|zCn$W4P;$x)RGMkX6Y|j*y5!LeFG{V(>nV@dNN)jed^Q8#087Pk zG*7b@v4Uu>K&Q3Rndryxtuv`{pRK{80zXKKPi0%Qcd|D_;QIckKZ^E+xG;IrAI0Tm zh~bY==_)7y`^_=*B-bC-J`5vKGfZ9rOeTe2^7dzN9Oxb%R-3105qVNo3>w61eedwB z57mV5@=|0UBjCPhpof#8 z=!Y^3&K?!Y2ME~2O#4D{;vJof*EUs5c+ICoOh3XQCieyQ1@=zR^z94yBQ$wp`t}7p z@#)){4&_RozhHDN*CH}>A5Cy7Mi+>x_L*W+Pp`#gi1#t|!Kv=4?ga$q#x^p-f+u3X z|1a9VG>i^T|t6Zu!goh6qsieWi8xOy?| zL!Q!PLST3i0>jho!~eep_bSJd^@hJAx;HT*%9m$?>XRu(av(=MxVMxL5ML>q?k-LA zJCl2^NY(Hp{C@c!V?bR|ce%D9H0(F6?t-nNgGk*o2qV+4Cer@b0mm6xMfv)Js|LWLw)`rSg}LD;Dc9WrK1FlF#3UD-S=zC`N98 zwV{&IiV7c7{|~#R!HWEI2TECbF0(n5v06(Ls$nA(lj2Q~#Jp1XUnxh(75I{DYpGZB zTb^=mp!Nb1&Nr~BuCn!9caC?lbg;p0_noZvL^MR^&J8v+BWS4H(BvL%V2`T5mM@@m zSO2Hm%iF*0IqaJw=8Cb}{cZ&^Y!~NM*gaR+thH70I)DL>Q%=1jUwzQxey;V?J)f&* z&-E1cWMO<-c~mz1gU~*)%vu+#zO+A&Z^Y z6&6{AG3&GEXSzM)&CQ9`LR*N}5+1BfTW*si18Q|w>A!X(i(N0(jhHGPR~6YmA>~J- zoh1-H0jg}tro7ca30l2kC+Uf19aY>+(Nvg+%Fu?I^D>t4P-(GIA)k9lleaOC*L0|e zs#!WUNSe1)6JbDFqJz}02Lfq;OrEix$6UHxNaQ;SLI0%tc|u5K(y2<>H7f;@Om`li z>hv=(si6W8cd1Gaz+1}fnU<&332(%^kGr^3Zj!~SLCmPngK2Wp&&n$g08Ue3`vn12 zaiPp1SQ5&?fn`RS9DsF6U(gh4e8KldoP~AFcD($fj#)wH+E?%c)QesXi8MH=n#Jyi z2^9!%B_VD?1+r+B^yvs>CgbXOXIhsxflU0x-8}J=C~w@HpxI}Fckv;%D1g>XOI6i% zb@!|#iln3?f`X8C6k=Oq@VQHux@j#oBtq$2PYY4GH}~G$gR{nlqUx5!X0nxo=OIew zU@mDIG!Skxp)oqmK^M$gG_vjN#QcKpsTi*mc?9~e)8rQfk?$4E6r5HLA+lmRn5pad z09TGuaLjnosn1U_n#+jOasVJ3SkJdtid{epy+2k;g6NcnG91kikdYAmeUowhsWY=P zGj^sT{+Cc2bPpi{ll!;|q05CnqlfU3D(m(Z(QO4vN~su1X|nRtJ-2A&W`4zS?I|NR zVIqu0|1pKMh)dw_Q-Dh_TgngCknU5QnBAb)?a?asNU`Q>I^!b<@+$WZ>lVdf!1=x7zhu9Y2R=rkvR|+lOKo&|yc;1g0C}xd$EaF``hxp20{LYx@H!-rs}8GtuO@51s+SvR z`A>%MAa$L8wS(vJ=l4z2v)=aV_A-pG#iKIYALz~&LoMmg{LsjcN4n;_<~L`tg;3Ux znH|3sMPfp^??=3@gsC+zMp|%pt3-@<^_FaJZk+QT)s_c!VzN;;EO5=&G$F!TSA_@zggQ7(c&&s_S=qvq1V$i1=+LbHrlAJce4vObP8c_zW3B)X; zw6F)eR8uX^2zWrGm*aoDZ!0{it99O$#s$0DC@}q*l(3}>O_teF(ov$ba!d+Ef(t$> zqQWQHPjym;g!wcos-108zRcdLXnF|^P)TLil=BjKg<1r!OkK++_X`&1;xNcDm zt7{F+2Bo^KEMRv>mFO#*>b+wQ??q~s)BmXoUa#`X-PP$G16*(||%aG~Ik!gC| ziGG>V4PBG!wC*SIhlzyy=MqWSKcRr@)4;RozAxjEFF4D%&y=7gAJRUEYsp>q24f?> z-btucLid82h1XMRc_Ibwo6YhkW z(-qhcG9RDdoK$Qurbg-(NcEQmr=e&Uy^};r^GJ>1NN>RRYXD+mep|K_-6YJ+T)a}R z&xMIUt}~ICu=u08hyrUo&r?Nf&ug(AIRln)YVQZ#NUI57;X^4>E{kEf6!9gZ$kK+R z7?6a-m@*Bjth`I#D=ar%NEvq`Xj?mtQp0v9XOa(WS@k!kkO!ZAUufsHkk~GA1}VBZ z#VMggflENr#!bbp1(?a@J&_Y9sp#Om5zHKXqp)y%TBn?FHVu7dlv2DFJUoUZj!#hr zv6K)2a|TW9RXf#`0+WraV^l8!3fa5DpsW(O%Q2^PuRP}dMhs(l6R=3bJ#1-3(_%d$ zwB;mc#OiFUx*5EzWZY6TOjpN~zN&Eio`(FhW1JXrMN6@ z&w)wXfsoj0o7x>nqVeoOC$-977UPQriON90Tz z!O2$gob$oT^jC70lF>0=Tj+kEUX^xyWcwV(?^@5*p_?7I3j2O+LV;0AB1oO2!4~#M zAdwR~#0n036MS^+Kar6K74Y`e1nG$8<17>FxIGE56&AtwM)-;cB-J!K(V+JYV~TulWCuV z(Uhr~{n425UBb&q;3oNv7NMksU^wD^Om26XfSHv!`bKw|_#9WRRYO47$&Q5>$4aS7 z;LBVza^1}w>CV(o-(4Czz0gfHtpQL=vd#(*TD%?tE6g+e6z5Olw@FhALIfwnUjhTU zD8V6ZfbC*o%G1I%t%L)!amO_3)X=ZFio`Mlvw_*z9h>l4Oj#^US-)neW~TP}_LHmh zpK2li2pbK2d@7rr?WUBm83+ox>>0Z3q_BEk2Q7xL!HkONCt;bP{TkCWY^q$80}_|1 zJGTEV%`OF$uj4$vsJ=@HWqFD85<%|B(AEtiPIad@hPbZ7&NWy>!0xo``n(3mTpA1a zonbSS91sU$U=W#@R$VHteWrva$4TAy2DUgx9Ow4^X06d|Qa_p67QJgHPAbfl)f6n& zlWmAAPFMD5^=h3%kO9gH3XJL{-iieN@w$XEG3=_83Z&@oVpzXH@R+0|gk1}}7W6Hr zm^Nz$yr63GZR&d05`rQV4Z6Rp(1x|P`c1273F?cuH%WKY%cYcS1xE#odT+QTF+kRz zrH%7RGf*Cf>fM}EOhJaeIkX*FaEFzRCme96SUjJCly)JybfuozMAoAB$@Wij{q?2B z2H(}rxn0W-75NsoPx$JV`|Q5&#tpXitd^RVnr>IOOL6sk`$O~>AQ(F*Zj<2@Az6w~o*jBlOzT+Nq zA2vS>FggZFhaNTygNNdd5OWlH*sL!vZ4vs5J{Ot|i}*9~&MaHd>eH6!zt&>$A_Fst zzkWF8*&kRKSP*9-*)y;p?kOgFCdW;C&r8W^b?LMmlQ@u-2JY~`DRPX8gU(1|2Gjds zCZa+FwUl^2_)46W&^AzhR~z32Y?1G?RvtHzWQ=4ca!OxjvH&AjZI(`&+*PYdFvbfu zX+PI+m+lf>9?%t_G*L{B__F$MN?eB&@u_=hKj30IzI8yJ5vLBPBh`S}nQd~95uLk; z&Rw#L&3b=mw!YMIlI=ZKH;1}28_-b@Zppa@sfC=9`LCcap!7Hj(NLcPC-UQwO!*`s zg2nGpqrkT}$SopgUtZcC(Z(1th?YAUsv7lo7H(>9Zg1u>^lE`;w{4^6a`nS@IC<42 zEgz$JbXMbemC`t=aLwjBrsdR}zeg9oHRv{g~QuI$#4=ukZ>%*nm4Qfet(q^BGfg|rxX0q#c~ z$_q$@3ed1U(Hr1Z?4wTdiWljWvFzhG&ExvzjZXK z$3qLD1vvxlH|{TdqT`a_PukZM%=_j%!*JRTTScB}Adj8zd#D|)I-c__vvgh1i}n_8 zIpKP5?{baRx0^-vA^)PrhSt0N*XFSm1Mj|7X|HD+@(Z85w^RN~qeIzH-TLJ!TYHyf zaEfPf7I_BL_uR*km%3$x@1Go2*5vzQ=TE#D;i!hiuWl)7`O;e*i#)$q-|>b}=yPR- z-MwLJ!@+6s1$IqmR!|$v9z^wLZ{-c%l3-b|40d9f@-@Vt`%ii#bfG+Wb<^P!{Rd$o za^;GwMZ9_^4=xqxQ4l3|UR-SP_Ja=l{_8FEBfbV(=)CZSoqJT5KI9tJh42@$su;G| zgJE98`o1OmKHb<5zKs+^_gt{qUVG02Jf)s%c+|QNP5yjg$Rk74dJb;` zo9J;v`OxC4q^iX9c%jC{Q7uyEq!*H!6n@j>eoV+?(WUUOH27k&`Pub6mf#HPyyhdJ zcz+toa9}uY{9;2qx2knQFmSP5sMZAOEJoit`%a1fHAShReu0RTADHheQk!{*NHd!{`bpk% z(y4|?VbNPos^RUIQ5#6UV41KiQPK2hW^$}UPI0->6E$|unAU>CJ>NPL^P~|NN<#^^ z9vYD;)P-w)nXJ6O$hZT<9dwS;mLX#rlDy3KmsO@!_!2T5^fWk19{M^A3La=g0hRn{ zS*(2I4&%{iKaH42%u>E;Mx2FRwyS2gFJ9dgN4TZz+A?YiOmfz;|F#XhH}EwMhrJSS zZnS{lf$N{EK&%gZ05-l)jJ zVKwO8d+!aFrV45~jMN)|X&X_?;2vp{%_;SIueLcoCc0%g(__*{M=qsf(S>_lEaGvQ zmW=ncEyC{&mQ;f^j|d(5og~5QOBx%#Abo4)n)Vl@6DDb1I(aCYNtF5!+j_#xjQtsV zfgjSbbd`;c1zVC1*UsVFJdT7E0D@hek9V(=e(wH>$vx$~G9Q*MWlrU>Iq71yY5mGI zRXFiaSGlQ3G4Fp_e*@Qr@G1-#LE5myB(zc1na0g`2A(I4tN)Db)T`xNnMELI z;CjE*QF)jv*5tGo)rX5Q&Kv@K%-p;%BjRPV)+|I=7i3?s-5p;sG9z}aAs(qMx95D_ z&x}Z{|0)m`gVuIxl11A8q=y3YVqYeNU}iCU`!w9sMA_K1_?r{#fOkMr5%5a_Iei!~ zm8&7XB;uk1xkk=}V;tCdG6~5@iSOTYg^(Ol zn-MkhOrhG$FBWgofKm1R^~N)WP4U!&ut`iuTp+ZSVq|$sNYw)2h1G9Pys6qrCa89O zv|VQ09h^+b>1}3#onettBD{8DrXo|s0XVT|;2!XrUtTOSD>8*|#O9F#s_ApgHfEOs zsv}dz^`yV(Q+f~V9BYAhIO_!aEMi5GDRD=d#Tf0&#nChA>@o$Ml>272qig3^GxnI{ ztoJ^!VSaSzMtB!TAFCOwjIT4290mv7I=P`2@Q zj%WhQJ=d0dBpTnFy?n#D=VAeJk@o*KW?Z$0lxabRf-Q)o%7l=hm;J#d*5xOt5fF#~z)_yf4QPXFNzLiHilccBPO-G$#g_F(GzCr%H77 z5uLwLPrD`D5@xe(R+$3A_yx$vX__km8vqhOAwjSSzGibk4`*6KtvzX5>e9ssb&HuW zQUmWtRoXc^0@1M_G556F@E(6Z;yV=d#`g=IF>$}Ju~hufNS^_SaK0fl;skkqW4-Z| zyPCx*=}WtsHS&atO+y)OD{CuTG@@xC2R_~A^@h0uG9hPo-H>wdeLLu^Mg#9rlOqaCWMm!f&M-t?&T~FW@7teSm39=sl!<6P`r1!k*9(u9B zeOA7EMPZ@)n92RS*3wY3wAg(fp%tDA*4p}8_kT(=ESm=Qi~KA174l&mM3+bGA})-S z!|EmS$K6x%^Gi(a<)nWj`d1slZ1tzqDv`Kr+gx|3yQl34(l@>~S^=CYdo8OBxtME>e|1E@187`ZanJ+pJ8Uqd(q zlFGnbMoSTgNxF*01X)|2kqg3Tf>av$O(Gqnq=Wv(an1jYtkP&Tvo zWyjI-!BQIfo>5GA&FO{muu$(CUaej8yTU#@*J(rIxbj4b3KuSTR#9_7xTu7NK=`s&L>Q%MglLYz%A_isvcw<4u-2SDiUy)M)|}7% zy641;HO8i&NEGuOQ@k3BBX-U8`1sS$OM3T2U=7Qw&rjp~GY)Z#nd^8BW@Cv48vcO8}{Z=OF-I$ULMyW48V1{IKMw{@+8s7&P2qIU5qC=uI*59j#f`Kz=BdCWYzuDyH85u27$Zxa8-h_{=d#Ijcb)sGEib$@cK7D@wgBAUa(?~Lxva1AlA%v|@&+qM z&mX)?py`7}gI^B199OE(Tac}_`SB*EN|kP>yn@^nBjw^~zE-QFpznOU@7xVGxkc^u zG;GNW*B0#fyuEJlNXPlS0^#;afp2g9Lan{!>jU-blE7Jmeciv3Htp%N?zxCscOM9g zb8f!^fOhNe0+MBOr_{6mpMu}-+%|fivT5{F9$c|{ z_U(&M-$n{O)i>J*2ZC5IdJMd)err6``EPQM3@n?MFlc*cut+!`+AN;0v1ayz4feL< z@*SN+4qI>j;8%oNA%AYegQCITc;3FV`kwH7e|%%lis56?Qq8|Q)HIkOaQLpD_CD5j zj2&ywcwqh5f7P?~h@7B0C-S-QVVrdC9RXlG(i;PeTdohS<0TB8dk6Q;)8KgVzIixT z-{W}kzBwAO9un~4U61J@Jh~TF`G5)#3q5v@M-2%!pQ9yoX}mwi^~o`qkkj=I{-aYQ zcCBXz+(*dX(k!lv4R!p}XlWCK&wD1Q8Z&gfxS|G)_P6QHu(xidses9jxr5pMrTor7 zqTSB!E$6WWbOqBaw=<9&ERVJ|)Jl0)i5Y9Y`-SC1@A3B|!DiiE3^kRkJzWyS6z8}k zFc=C-W~f;x7BT;EiU>#w(@m;q2(dzjm>7uD^|g-+dq_AG;8K|B4z4E$DDgt*X{Ecq zm>PfK{Uv5|Er&|UK*?e?R4pBLP%e#*(vDL76zGqY9h%aVAuUEJG)05#Dvk|>*mP*h zpa=!P(vtgQp^yi++C()xHp6Co8@i{^5+XxfB)QMDWr7_|!#njz2EZNC<})Z<;Yg9t z&csG1#Nbv-t#3{@pjauDWQM852O5)N=sLV&8kp4XAQsj+U_u9{1wKkxN%8H;3(R)c zG}s#x0+!jec}9c?>M5)*VyZ@^lHHhp2P&x$gn(_xw_6g8^iJ=b^d%fO>%136D zDP2K}CtoB&Jk@roS9dV!DC(LjEwE7Zw{*`-PYWa{ZT&#(FheZB3@G;bQ&8;t@B^tI zNKo8W_ea4NdPqobj`k?aTdCBe)m|dGZS`i0$~Sld%tu&@B!0xK-;hZtutQp zb%~wv(9k2G?{A`Zon94+6VwbOdPQ+d-NW6(SdG(pnD*%4Wt3b@L|uf?2p7{X^XWWH zdzYa|N6f>t*R;1Nk=+I&f!%@mZ6)!|A7}IF{Y*o*C;OSk-!b}`V4O!L?7-`|6d{72 z*f8M|XH9T3(OdGY-q)T$P88M^kFlTjo@ZqLIB2B1GJIKgS7=f#;;>5*3$(sYE+@_s zbz2qB*Th^-gWf?e5V1+FuTR1?_A|o1RL(WkDSfnl%t+on;Z!0uLcQLZQyE`aoJb#b zbo}-a7e7VJF}~9~esUczPiDl&hk%xI6Ao+@EEPuyPU=F8n{z_U$MYcozT^}a>Wtzv ztzg`L*5e7u186S7 z-ju8`Je(>|M*j$`H12pj5XVY)TtoW>v&ON~ZB2NU7XwRoMt4S0rtG>M7mYTLHsuZc zq+osbx#cVU2lJtG$mf~lPqQ#9)lpIrn|w(6mh>McBU1X`sYq!#`Rvro*xM)u`PdRu zN3MUuKY?y#KcXXnyGJ_9v2o(w)CBZfRDK9w&v7~p)j_-Oh zXkVe>hdw?O&P>EpJ5dLPlLSu%qm_K%++7!)VJo3RHy0U$9(O2?)Q)0i+7Q+Ui z{lZ^p`z4Je>gYaloGX&hK$KZl;(Pd^bD+DJ#Ml?==Jd>GB5Pkr69rlv@zL2C14bF<=^uSNk6*Nu=dPwI*N`sybuAnMB*r7Cx@F~mXe`U}O>HsR>(?3#3 zl?I@CbOs8>kqo1D^cab<1Hn)F-smVRK0S_V)FO8xbT*L`*%)U^3DkIN3N`wE0hAR= z8L8H^wRe3Mj!`gHsA|wol{psOLv|Nv10xq>ae6)NzCipKz6X-oX)hQ>+(i?#6c$E8 zy3=B`Y_yE7oL_zBXqmWuVQ`VtB2pgtb~2K?$5>=Rq=*nJ1v;zIWGV%9NB&j{5{USj zs#0kC9@WTcmM~JY_JSFU(r)-iN|VD1eDm+iuiAUB!KwO^mX{r~^tnQS9`~dzfWXrP zX;29|_wV)1nJ8B^=j$nOf%0TrAk_o$fq7#8H<4T}kl!zu>oI$llDf!C(@e>qi>U~y z4VSBJo51aAtj@2mwIEy;uP<4)V(Bu^ED1^q=M|$ZjANRKYsjS@b6a-XgFFYK^&ccBVwTzCZmeHWIZF7mU;Stmy;L5wM6NaN+&5oICj0clAYo&$tL}jHKTkTBSUA2nj{H@7gRMwO4`LLY7GFVD zsI#$CpcdC~a7V)#PrX;f>fK?SP`nkP&7yBbY?jWyZnLl*+gxJv>Dxu$EJCObCT&f& z|F7FDftzpT6hU`4&x-a1Qi+++x0yKl)>j0$DwBpDzTlgs_rwO5Yha{=`-&2;xv$8` z5CYl8IU)jhFl;2}p)8HuX1RJ1*`F0(tl%uZJ5OiVcZ4!OI4MY30Kq|5;w|9sDXfFG z;jtP?%xGVDUszb+NW$`V%mLHnCB+eomW85ju;aw&cq^r-+u+pTw2nr2b5l#YZJqH< z>PydJX~A;d-nqTUb8vh+v+G9}&-$0~*G(y<#JkW41?EwPOq{D!S;&WZ#0R}iqu&t5(`}XL(+E{+;MX)j(m)?q)ukZZE&%PPksK&?7vhzbV2~{%7{O`#m{V+G^}@ zcDiKz>+XS<5xEM;m!YCYyv604u(d_~A^7U58Y`uy#d?sU=W+7OEtMx?$@T(?Ku!aF zMH=wFinX6Aew(WBE4xw1u+~y(-RN2Os=dK;wkUyAI30LbYO$c*b3M{b&{^90yGD2_ zOZX^OZ)V#l`vX;$q!H2Sr=?jRa#2gOG`_Z_q@{$-x&z9?E8QLSp7T3D8JNd-GoG2( z`5l3l^i0Cu{Y$7z9i{=Pm*5-=r~owvpOsc1&q#51Vlxr@l6{UZ_HVy3z|_P`dq$K{*k z-3Tdpg{Z!IDGSBu{#NBlwT2Vn=l=i?kG1NZdS0^ZgyWS>^+@HD&}Z*O>oG$?iw0`} zYp-Z%IS*0q1ZSM6o8MqV`BKChyzRYHFM)=z1GXQW0a<*!3@e)HS?iQ*sr88-fxs?o zDx8upXmFvn4<4Wk=aqD2!fcZ?uvA0D2rv&GIG$fVQ>2y8I2ZEC)Mikegn93yYxz|FG?>0BHAD2 z)ur6;8v5jPjJiks)Bb6>%>U~utHajNd3`0X>iUFJw8(L64zv_)4$zRZTNb2olyp_< zHitKdk&`@eqPqHo^r(DwwXJUR)h&7IMLi@3LDcrHJJ=PTVL9v>7K6=uhO3bi;R$=f zGJ+zMp(~Y}C{=Ou8pr0F``+!{WRo`Wq(L%r5JcfZJV|FxmA&h%I(z5i+b^~_2Nv6p z)ph-#x1{HST}8+stm&zUv(L~x-{XZMC(8ukc!kKx%B5-+$!rwLbZfaF-WVtSv+uIi z;eL|Nv4nx1GzkOcMjeBFp>J0roAaNeqgC7!iUrlRL$F1l&U#!bCsrf=1fM6wjNj$6Gm#xx`vd@VlQZL-Uk!6 zp15}mzL)~EURLQtw~SgYCuiv zd&seZ-03`ry@AwR1b<0OS0W<`ukAkSuWhMt=M{Lbb6;tzqaqCcb$G9$u?CL-S*%s) z1s+zy-pTlo@;gF^tl?sbw5)C}ZIVT@Sh#$P@OOod%my?Q!yC zg-Zo}5*yw+FTNIw(W!)iSLcTL?pbda z@+m#-9Mw|qLy|qoG}We_U=MnBOLucgCy%%1TW9yRSe@3l8s)9kjkW%>&?C7$OMrN`I(Bd1UB@F9-_y3bz@GMs_QUl^ z8?;sV9(5v^@)e6`o##(dFRHnt)BwLeTwzsXL&uKxdpvfVyw2VrEE9iDg|(}<KK zzPkU{pJH3e#agR$!m+*`N zGHFbL1i^H~W!&Jzb$xv!zvs1J8rq^TRv}oy$wU4OBX6hgv9U)=z}V&qgr<-cot2&j zj4DV3qwpj5oCsV=LZd+P2(#d#mi>_}66-`Vnc4Dy<*~+1 zwptsi28)1SuFE>mV-Xeaq#r;piqtE1P_trJ?D9-Y%zvCSg52P7sv{JH>NdH6Frof0|b2d<~290TYKHB4VD^; zASMeFIB54wxlx!0bQ1oSL@N zpBOinZTnrv2FD-nArqmaObnn_(=Dc!yjy%HD;vGnOD}8$hTwg-{bYsrIlHUndKV&W zTR+{pV6SfdVPM?u3M@jPu2(K^^-vIVgRPQnb~1}cDUe2Nj(JNHd$6?+)%#wvTDIi5 zp8}Ubl>nXhus4=8Ox~uAz7?L)-X+0)@eTQM>n3y*aX;Vom%?Y*(pY&7wbR$>f8o&ca*J}C ze2w?Rw)PBhdP^+=o#hr$TcoYe`ikcY|3yQi1Psa7!y2fRzabZ*etIblPdDqgRu$}c zv%fdc+tj&F&a3hqveltIqkDx63Z`lwz(e9q5IcU8+c(~M)r*$VBhvM3H1x~en;cty z?gFVe5bUjt53~0PN7@A(t4c-oyJ)*`cxr>}=t%IbNgBf6ZY#aiEw+ z{()f|&yE~2mLg)`PE$xcApjue-X|LD8P=U%B5>7%(AAzm9Pfi__S~w@h*6*tn(@Gi z#5xE&G@X$&PSQEm4|h()SpxfVN^P=^DIGBZ_ci%;7Zz@}nc`T*cGq^7&={ZwXKr^1 z=1rv~9QA^MTIyb`(c}FRUHj5~S{4?!k-$oy*KBevt;4-d_vBvyPd=cI(|Pg*G)a&0 z0)V9jaUoZEFBbV^z)enq1M@_lERn~hX8F#gd?T)_u*~FGH*o+x(v3}0(@u7$l-IpR zy7+VfZ)r*@#3SC$SX3eSIM=Z?7L91clnm?CvI?=1X{U;MtL4mx5}Y|_FJk2|gS6mf z4O9oNMX_;y6A)kUJs`ei?8ZVPxCR3&;`>v%@$!0pxRNr}$z3w1fiV+(6`Oc$E0;2J zF!WwamNI?iedVX9l(3}VO$zUp`|}dyTHc|%^|AvIYM!wg|L@C@CdRvlG7g+0I%?tZ zGS+wBQ$oi2lFA7b>{`D%|LA&Yk8+hef-(Y137f$$u4Rv}cb7?1^m3KARj?RQK%m7h z4@>Wn_lt&ma{+qq*2GSA>-v0oF|J~XDOeL&2rL9^;$xpH$RTmLG+46FweRlWd1@(b zrnpy>lxjpil9bJ6^x7b0xgofFYt7a>>Aa`5$I-DXhvuB)^K&d+^hn?{X;FX$qryRo zPfqdh!tlGNKONNqpi{{iP{T@-D+4?jL9yJKI3Ia%|AWy)*tF-v2Smwpy6Loa0rs2k ztvQ$_nGa;Cb4rGiq0R}5c2$nxBbR_#;NSZT9MobB&m29705~(&QGS)Zp=8sL2IV^v z{BxdM;t-zP*to>FO*m2m!+HEtZ_5a?vTcJn6^h^JO8@%)QE(Bf_5ZjtqUF=k}jGGA*Vfx zSAXK11_E6z+EcTq3KTtKl;L@*(a%6*!Y?WBNcG@ zA1D$4(g}ohVwFqjHDAIxl@F8&_-R7GmVe5K9?-h@r~FT9vUFd!KLo^ON=7FPWNIF`u34hb56N`uCs#sX;I7`=S$i8?791Ibk%b$>39U-SKl zbnareji=Npoz4x+ztQe+UsH!t-%jgGt-E0r&Dz~pc(0cKotl%Wi<%0(rShiMUwb>2 zdjnp79G7l2bxw=n$@cs+SGPKAI&0APQ1k3@gsbCZn%<}0ry6Y46gaG*Tms4h^iP$F zC^G1>P!TU2RO8Wy1%N=r6A?;1^D=2*V|o{N>mhi9xqeD2SuSF5Z(T|KkFfn|c(bETw>QU|f54A&EZx{+0TdE*O%ouAcN*55<<#4kGF0!jeZxx54cL})ie>QGqQ}3)b zRnSwk6D!$TzcW!x3QBflyPb+zV7eCY;}W(qOrbi zc>r26;{#Q`Z$u3~z8Lg;KLxFlHsx*hevemM@($=ln;N;4$ty3wSKMEa-V@r=`X5{> zS=Qn$X%iK6dfT@_3b8P|V10k7I#0vLTW|44q<;`PD(A8qsL1~yUA(GgweQNjwJK*> zED9S-8=)flDOY6X$4p~OI-X8ehoZUBT#7c~SrKI{fWL}3BZ0!omopN*c*t#>R(j39 zfoHBTL5JBoytViAQX;8@82dsB7TR-(AsMJItM4D+8BItA!rnPHb}fWtOklD*^0$|X zjiam5zCZ9Srg=I#CXEX4=@Q&A^Xp^$?X+k;D`Ly?^-4D~>Zd2cO`53^3$Ng_OVyFe z*scWSCb>+KUo*24jK*|^>RQ@=Cwfz0c*zq~UYL2HecC-D&cn zxwj(0}I7S;Jdx{cd!>d*W8H}1d+qY8B3oFTK=lmc64QRVG#Siut)l$d?zn>Ctu zB#xCg4BMX-MW>BBmw(~;IMWPIhJSh=+`*(Bi<8jf{>=R!KX}8KYs{rC$n$&@$wfnD zg88a5G;pN7Jznrpa8ryDR?_25WX|~1U`^0p^f|o;RR|Y~{y)~lCFSlKt~|(@0lTrP zA$=cdir6^sv##O(`M4p&iuUU=LCB3Lvd;Dx(p#%jeM1#iOQTcBOy>q(gb(oJM3ha@ z5ULS>{GF$W1{a=1dqR77c>y^_-X;%;Rw)6& zmVH2GELelz!2+YS>_YeF(uWFYmz5GX!TunyoFeE;a5^rF=BjJjO9=~~sS ze8v5o0%tuRS)RZ(jeuqwR!%n9YT(59mHq6;`x+PLv7MIV4c6*aIU6muTBm&_l4%`{ zS0l>7R%f?43Q^jZO|}-bE_0jR-}KMAhm~?=eZKp%6%C%pq&#K32y#J>%PeQ)e>E2f8aNlXEYjj$!ZmhFaG*%Wi*ku>@5kSjRt4~0<3`SOs<8x1+Hsc?87 zuau)(X4}K)=ThlJy&X{}OPJhDT56#ztA`Q&lGXmK z`(+&s7a)Jj?Q&j?y&disRCAD(*9MMv?v%^H@Uv-jOd}xV-{rkqk2h>SZ1z02fBbm= zy4wD`gXZ8jwhZ%dyOIj4(`B``_RGWaVBoPW;l7tG4)0@dm{nS(UV`sMR8z2~#a!v= zf2wZQT8H+*wS8C07jF5t!4O7Jd_%78K0a8s^>#KAyz(}C<7<|tS8Z_iIpMmfZtNWC z`0(zlJ4*%n-n!jU+30ZWdw28ysb}YJ?0YouN9X>NJG`Sedwwk@t-Z{;^{m!Mf>Pn$ zu=}`H8NxYy{J;W*fO?J}J&H61{L^L|}j&;c{@^q=+MqyL9-giC8 zvT5j196fhjTXw@WYi_)mLN-VZpl2ADnRH}LM~kSL{?O>Z&?nNsNV(=^-aS^aqw_9F z*nFdPmyOy-zY7-J$&I`z<>$PXjq?`XsOa^@#t5qtt+5Dsrm8@4ZrMt)O}d~fhQ`L#}oFG z0^HE?0VQ|pARc&_E3e5Tg3R2T>fGm|x%MA8K^pz))KN*-Wku3nKKwRi@(u1)(wiEr zk1j)~NUQlv2Psajda3jRE0e~xqCsjaYc#o!Nh{bDa;7^f|HWxnvh=}f@al7U%kveJ z0&UMdr4;5>@OnS3xvdx59Ix9w9sVM0Rs*aE{7@R%0j6q*t+Tq3;HZtqx@i_*CeOM4t$n3bZ>4=$FzR zh!;3uneu#hz<7G7i+dg@L(QcHY2f}y`tXwn9=Ys+i3g6NLe`y^%TJ?(%vNo~-g4wA zhdis499htZ91%6c>G8-y*G$W7TLwerL&m>jTsvgjX8L^G5P%E<&RBlG`F>4_2Nsfz z*J5b^zfvdYLB2#Z3Ci@giER(wW4Bdpn>h6p_@?%GjnfG38kQ(`lVE~SFnlvCmj*b4P*~68L6lPSf`Ls^ZZKQq zzSCeyv!Cl8#ZDCFs*&&1W#13t#x$9dsDYiSKB{jrK2Oi2p`_pV7Ia*^wV5C+&EVHIcwc)Q@q z)=x_B8BYp;4EqZEg6}WHGrX4P=bpa!VR~kIX5tmm)vO$fWZ@^$uO*xT9H2(^$^jax z7Y5K1x2rC39s@_HXaMACbqX;~k4lEd5_F3mg(>WPcHc0jdpUtvf!{m)F273&C;`+h zp9;)h%DOtU!~rO{m&WE?t7kf}pa!_Y5Ma^!r|y4(0{HU2UiOXa@~Iko6>6&C>8@HW z)6rg6*?ZXLa5VbPyJXoF%PzxbmIjGO>pfzo+(~)bTPjBTtXM-*jlEgB?7P039^-5a zbxpzVN@_?Et6?<&IJ0z|F>T*ypc_N8o>@|`Kze2DhVLh;S71=Pd%w#OrUea+ys`jG zJSWDmE2m)CEY<SiKU$7rCEtq+eR-CQOBzbVcU{}3C{d%WBvIDuNn#yk zv@!;H`>}Ptv5kDj^c_}x#vMk?gk(qzl={e;Drm<5I^qZ3S~ge}UkJ6R%iLuaTZ3Rd z8hGa>2UoF8GUB9}y{o*dJhrnZkh1KgjkF8C!vs+&zQ$hDL$4Vm5 zv2x-}uOLU?;Izf{9Ud#by){$H-)i2R?K5+}<6=`=&0EdLW1_hm<{3@XLGz-Ko1Gh- zMuEGvbZcqs4zlr@-vLb(3EaKId;8$87_AZB2at0h7|ppd7}c0wspj3hmeVHj%~|MI z1?f~E3xxH(k+=$!ssU{cY`vCRDUcZRE%+9QPkS_mS;4r4V$} zRH=mw2TumM2Q}V-DEWk2AVIC$Ea_?x2upzJL=J>{p?|ET`qKTi0 z1B+R@gr;XY5@Mm|Q1Xr&0`b{Xp5v?DI|l&TZ5Gzgs+`LbQmPcNP0u(*ZO7DTP#J(Q2YhJ`EE<|-J*9Z$dzM3v zHyGIF4D~yup@chzJIubUwj#FBVP+*kj}XNjrOC|FcbGP_474Ggw{exW0q1mg<8V#f z_EDyX(T_~1Qaa&?XMH7<*{G&MafK0q1==%Lq44?{N?cXuC=`O2TztfiFo(hfb2LtM zgqyj740{Hg%xLEblMlx+DGMkXbedy46iQy@Xi>v~uRQb<(q!Xg;>qw&tNeD<1sW`( zF8HUFY5h`JUQ7d}B6~T>mvs0wze(4Paa@Fn(Cy;UluC2nOxjJ}Onr1MbSg`$nO`S^I8?Lc6tVKppALScIZYs!LSUilLZ7S8mAp6lT>5G-Q;)qk=U@M|M~em3w|QT4Yo@)rsgT*j>59!?dyKW|aj1`G#z;Ru^NS=M4yQrB~(ikxYmv$q9q#gLb0as(wA~B;fX5liPPtJM8s2mtl-J4IKcRHa9V;!q;h`? zG^5#Yt{TwqG@KjGjn7J$FA#l(_j8u(U!v*2N8CLodSI|h55 z*J)>A>Y&Luha|^Ed3izLAWZ}pf-*sF6x$Nh1Pu5=+Ppca5i#=3&taE~lgJmpSi?RM zqx}iAky@mFMu6B5-=qXXh$B?&_PG6(qeEnTXFByIFqmRA`LUguuoU@sh^1(o6a!mx zQeO-eTQimIChtu33XR@Xm2?-K`_kgb>tfu_Ncgl;gCB{LD>Dx)6r!gs9~x&OL=u~h zFXJp!k>93L>E^6JuFj+>PgjX35znwZw0auUE-f0c0%|#LO6%-D@Qd>%rTAo%I_=J zmjKle{(Iaj-WN&-i}Yalypoxo{bk}pe1dB_|r z!A`*3b2&UEnt!zim!&@(<$XQ18QnfR0ir-M&7SS?k-Ik6N*?UL4(P;_Mhoz6L!D3+E@XwUR1 zj9q1RFp{|RJyDDzEdFIguw3w$Dy5zh**oxht+je!M#KdpINn>lQmi}jqWC~PT|9fI z@Z)Ru<+hZ3;}zpOobw>tC*1EfUa|g(R^>d>@6|6@nfA=~ zd-V%u8TvQl7mU+;J8KdzxZi8MVB+J(3ufki&%gYCf59M1+BGdEtx$)M)4Xr3Rw?jQ z@|b&?AkDGGobH|a9%G9%^;_F%rzjYh96ZMj`RhQ@xE|$;@-ndzJ*9Ggj2ZlEj)z08 zVl(o`o79i1UhLhA4Q2PT5=)Iw#NNbGcm6---Uhy{>bxH>TQ|{Pw~B7-RJyGOw?zqr2m(bEh~1V_!5@g} zV2F-VV{AonajevKFi=`c=iVz>@{1hXiEPJ_oCK`A5X8HAt!ek`MAx+{Ydb;r|JS9o z7}mAoC9Sr0t$*L=yxe>B;v{9;|NqbVfUpn^SnRLc~0KKO)Gu6hI3cX`Pu(J zn)5*qwutdXJz8vVeRrt)Y%FRFwMRqbzMy90p2!M74*IEqTi_U54*Q?TX551znj}n7 zCgX0T+}BLA0J7SEJkx9>!+so>Eq;+{Rx>l^Rrk}cv=#M@qP|SCo%&L)luLC>_h*9Q zDblLU(YIqEOi5|bErg%3f*gQlJN>cTaCvuL7(JQ`)R*7=wT-(AtbrOiC`C(PW?_{t zX?flpnq#+#Op{By7Zn~cm%1+Zf(F;xy{NiO9B%g_?v{|${pxPjW%_n(z}{sI_o%y+ zdcG^Qd(qbA#odnu7Y0NZq|XqpmfZ`9Ok#=5<|eiKG^x{6bcYJ?P}!XeS0iFctT#qR z)VxGql_BI>{n)Gl8hb}gHZ16tJt~H;BhVTBiHT2eewk2^GF1Qp{s7DVwQOs0$DTgu z7BdMoJe?Xyl(C#lG~lFK*%iaHm5?} zZT1-7R?-j<64wM?2!!M`l(ivbcK6)r|KE36C_coS6g%6sbo#EM)L!5Mp|-1NfZW3V zl-sT#r`!tf$9yTbf+TZ|dBk;6hlPSX<{9&lf;>iU5Vv>{YQ0?q@rNoRQeGTe!^-(A z4QnbiwdD+?KVBR@b811jTtKu!`W`P7uPkUg&0K~A(!HQ|n<33UrvmXmL?9lh-gKji zz+-T)tV-tfOrJ^z%{pQEM1Glgab#d*fEG}V+&-KgCRbQVUqUJRrvR2jPJyMK7&Sd# z6Du?=HcfAJf}io(som5J?z#){d3u*cHHItE3QCuB1M0!>5wTU8Unb*Ma}CL3UXPS2 z&+$pPUNA@+X2vguC)g*wZ&tsvG{THO%NI8sx6j z-WD}T60p`cds~_+Oj&#*hM62eV+(s*D(3PDBnNLvET~AD?%gW^7G0voa(n$VU)}AT zY={l0P@vL>#?KLDH#5``5f!B4^ly9ZAwl+8gj0EJl==~CP%(nCiV8;GM8JNB&lc9K z7qB1tHh0LCMdb~4{vJugkZ*C->jKky!NJJ)RB_066rP8@ZxuS*9DwyB)3&Lcejt2a_%i!svZroT zvuQK>`9zKMTQjSi(`peG%N@xME)6cx8VVTS%}26&iEvc-+llWT$r95+RL;yl{9WU6 zmFWyvT94{ONLY<8L~aP*v@P46@>?}gbxMCyE&&vCDOCGC zfQ>wT01(z1kgo^tjp0HL6>o~!Cs*$K>6p)m89W8bKmyc!%X~{^B0?gU$YDJoo*}aS z=6#Ca#2V&(a{Qd#u$-PbvT=A|wt@OjYy6azGrJh&cZvu*qA0%T$E)#^{2D-O8L6YPaAIrhB}vFT5t)Ud;t8?>b*EB9-gk z#o|8C3Y|xtTDz%fN1fC$kt4v5tAx%wH={lR$v+iuhx`2)_)AB5pa$f zYvZzzQr|h!HXyFi5a{X+fQPv_CjvUlcJ4G)6ZBDIF&0C8Q%@CCBd<^{NQV+&l#i-> z0J35$%T0N$Y*@&&HDVg87D*LAq8skYw2!$YgQyd;MEFyPnQS z1KVNGtf1l0=XA|r(iMZDPnCm7FYWY9CW)BH0mMnuuVr?6s!4OqV{sOws-K23NJHM$ z<63%oXG1ky^&b-N+1Y~i4IH_6Xz`+pQPE7W9~o;z&Qk?0&-m>OfJju(vVE6j@HLL# zTs)gZZd2XsQ9A2ytgFD+%$~^yVkgy@=_=ZMYHi+=ws}?ZPgYb*GxhFmNF?q%X5tJc z`K0;`pqJRU#nfwJHHbn~2$_qkg^d2=sdCtlAo+r}NR33aTFM?N?GNq83Jh9OA@~Iy zwG~xHiMG6tXRzQLg_S6}lyD>*ia@PmONu~~SsPx*CJnylY&XJ1Zfb(i3}-sSMJ%Pg zc#%KgonElxf#IB9pe!klxn87PG$S>RiYq1FJce_|S&8<%R=Mb9gA(0zt@$_6+9e{HO|95;Nc!DX=&erplAbk%t#VKWlM+X5@!;>R|jLRL5kdi_0dJCp^^PN>f{k z#QA$HEYX5y@v0gPZ0tM>x7m7=vOgEbdQd|T4=@-bSB_ z<{6iw^)2m<@Od><%h$O)UTKtT%vxg?evax|)g@i>p7hzZE0c0pmCtALrBS<&Z&Svu zsF&$kX;FS6(7Qc|^}yZ1pOK!|3)f|48+)7ns5ZX=%fRkW(CPf?`b;f{rg!(02Pd)$*z zg8%4}eG7sTh0Ts<#Bg7U8q(ofA00qX0DZY=q#*zD?}=|s^vhq1=jZmd?7IRA{~=0p zZ`PWT`a6(CnmgTO0vC9Y_3F#i1+-?=np~TZZa)dRg~U6vKEM?smtu6xfA6_poGRM+ z3R`?K_GFB6b!g>A^Rx$_D(1)VO*dXg-DPMvdb5;IK~9@xYUH$G_tWwWQ2S-)a?EXj zR{-f-bPf{dku+(5)A^e!NtLIk)|2`b1+X9_k*)e19u)aHR@I&!o<&D~$-Kx7q=xCRo0yc2!RI*69Cww*NuMrT#nK%XhsdpkEHe${xr@H z2>tcn>`Ce}zm)l>a@F7CibMnaZN^Siw%*{^%O~@!9c1nxFJObwZ}cn2GW$olwv8@Q z!`lvGp)m@T^i(X~t5X!pj5t8w^eBfxI@yH!O)<{X6paIeM(hZ51W3CI0^Pvb0Koy< z+|xPTM{Ve3Rgq3Ov9Y)%oAV*RPEwG*l>1mE73;-&&bNC%QE#tenlVQ?MWM(y%{>MN zYt0MQp?&C$oiP|y;35Y2W1Z47Z`^=IE+xff>6}j+*n(&iSsw#ov#Ild@&0@7SE?ir!J)Eb%ti3L{eax-j zShF4`*38_@9cwn5OcF)0F@gm5!zYJx!-wNrc>RcgC|+Y0u1Vpn#c0vop5to_q>R+l z8HPVvu{z}1z*elp=xpyrmC)90S_2i>!(_5#>_h&*%bh*FeLwExg))wA3H&_JAGy4H zb7ye7ScbPQ{CIa6wL{vwws!=uTaUiAv{^qpo~9+DO_3+qw_(hnozeD+r9Y46YWCSU&qzxeXGuR}GYGjJi(#`B#SznQ5J|peXD<{jG}KV{E5UhRG0qgz8y-`?2~c;xeKU60N^()viN=6iA(n;x(i zJD+@ZdpCQCiq$*IL&Yo-Q>H0BUV)8h*a7Cp7pj)O-j=7WH8K!F6RSP5(xy zE73dBn(z_8wuHJmq8kEyr>K$32PejE89hDxVrTblp5IZxq-@0SBhC(`B+Y?_2-`=JT>$APDw9Ree6)%E_@9v0xdi``U z@=AL1%=%BnloSWAUEA-b(L1mVZsr`Tr7rz&jJdO-tG|X5~H@}h}>{TpilcI+4Z^y#nQ=Nqi<9!T`x(N9+t}r zxjR;S7durb2eA;^*4{0l?Oh$=kH&UTfzJL=&#m}_HSEy~G3wawi%n`G=d_0gztR`z zx+CV$@>*UUBJ z!{y1%(lzcM^Nx9Wo==Mw8}nj;twXdiZ&TkEO5=X`c63rUD)p*55cQ4))$4J+Bh*8( zj9??0?id>o_l^xvV+A@U7fG=i%TOc!6b)(Fu}oAdMa+TgGhkzG(Z*1uc3R{&rx-J$Ni+eeKR=(wLdjKcom z*1LmxOpisATK?|f-4+O9W8qt^xgSf8CDjX~jTR9#!E1b1S6O&= zdq;=$#SW4WD_+#gB>kb+x0o*5FOB9!AB3Nf72wC9O$GY`Tq$-Vqz}(J>!9_Dm=NVH zK|St*F70`aqr3{JM;UX>+4zAA&TBjG!>CDU-!HU0vMg|bvL2B4kY``3o2rcz&4fSU z=Xe^_<}IF`XuGAy6Q#|V>(n{M@=+8MOC7*oOM%;QOItViwJ6vO^feV+!E5IVk7V2L zXnQ21o}ra-&RM}&jv6a~Ds$Ke0&fOY7RCx96)T$4md6Uwtoq&9H#cKde*3L9%FK_+ z83QBojG5#SDUbdAEnVADlE5LFR#rET;U_r9D-#PzCwIXRGOb@`RW1Tift^D zPW5}{oODgTM?Dw(qIN9#bbil*n4WaLVk~+4SVXjr{5|>ru}4YgeUe2~`hisvMwm(V zz$>8J`2#jdak7&ohp^+5C1tMa+#2u^i!rg$qc@xoGodU6;wdjjUKiRf+-R-r)0ABA z!Ks`Ci*l{8F|TTRbKEay-5*C|c^r`~L_RltMQM;1G&XViq;d>!;XtSe`;;F~l_YPp zDNz`{jEenmmW;pA`Q(eB@}U>e*Vw6*)qVttlM;3;BJbx!4uZCtAaam-YA{8lHki_u zr-G9nMJ-dU_sj`(!Xoo*AzM&TiF&g(iIe@-CsFFNx3f)HSaj5#*+q$*%VTJ)kPaoA zlg$JexFniW_-qFSgQs}s3R;6evRxkdaEiRSbQeAqMb~zDc6lzPUFU4m?LnO+PUVRe zYAiqI+Wodb``rg-*dJVUL7`154kb|wU#3TOS5cE{VKD!nU66XTZoWdB3 z3t-zG(z0!s?oQ<8gy&Jf6%#_o_=1>{L^dHPIi}_5Ts;uyd$|~`cu-b82sh$Z{sZx# zL<|lJsHsp?gW7(Z0NJ3XK%1K00D z72@_=)tAV4Tfy>Qj@4sXYG8i-iA77-NcUG01+J8I(^s7CH%ywCSef{h^<>?pR7SOp zS2~uC?UD4KNF`ESY|wC0w&5fjn>su6W;HwlfqG`tnGUI;M9S&zZJpiept?~j<6I0R zHijmYrcuzgpl(r7f~`5nJ|4+`Z0c~j1rsSpge`uhsS`nZY{EF(Q)jj5gYH1`qUhchkE-^ zI9B(Y9Y0l&^Ls1E*&|J30itFq%TEWVgHyl& zB+~^^V!`aMx({lFFY&RyK+jhA+WX*==V~;m($lHwlzL0FWjbZ`dU{utt7TzP+^8HL z3yX{#a(ay=2CU(vV+sf; zYWexj?rq!QQw0;HmTpbAs(~PEt~C!=nTm(CM90WW$J zXfsPQ*DG@-w*wb@h*Poudbq5g)PW6yj0+cO# z1?XOq@aC!0U`(qx2)KJdB2&U|5qF}cDYU&WagAj#v(p82pH@NL9<{j!M1a4s=@x{F z(tg!Htm4+n<|H`x^qZ5gq&i6IYr9DS&Pp&am5BLuFvMEB!13m~5lg18MJi(v%R5wD2 zSB2Uw`zGCgz~tmnZ>3ZW_Fzj|hiYI85`)J=)F9tm;Y)C-!N?84k0%u|Kn3E7(!{?i z`hfA|9$Av}4$A?yLq09pT-yDX1;^p%k7Xmi1+l@yvVp-d%MzRS&zndS_0IbhHsJbo zbu7er$u&u{Al+hbCOMGIBr`Jnm`N2KikM4i_DLBc+1w z94jXz_Rw{FQ(*sqiJ?O1iIrrCd^83;G>F@7vH53`{mI)b41_J;A}OaOj>hsc%`-?_ zB1{SUXPOg5VdSCL%QMZY*Vwf08@IIe1};s!YIU1_sK_(wo3UvL{2Q~|cxY9(XD$)h z2}9200CzulStvO$V=|W{#s9(;ovv~~%(Tq3OgGC;w^Vex#op1A56LnIpo(el+hPVt0X$^ob{4XTxAybC;EAi zQ;_>{(odA?Pf9x|{V)$lh!&QE$lFt>NdfM|xXV z=bZ>L2Lc_jXF}?CQEmMDfRil&)Pb|YxGmFdkuSTo%ZkTTV9M_j=TtMT0c!?vBV2Ud z!_QQP9&J_Zhw}HdC^=5jM==0?z9PQC`H$s3om3Nm*9FL>QmM(|(r}4V5e!ev{gme^ zkI;Tq0>ZAJS1lD0Zd1V%p}bsl(XpJSmT{zTK~8GDrLFd~JfH??2!r7@B9-F;+Ig0z z&-u}_Ps#NI1017F#m)Ev`dYP`eb{tB#TsyqxGGk2l&R^N;ZR#w?{NQcf2@Tv+Kg6) z9ID}dBgP*aql76WNyJD^#BP8H(Np3$5whW9{lm#&8K%b4YcJ0EqeW3(JUTg59*)I) zqSIJ;55>l?br;Vaz!m%RV#6^dPVu~0)$?N0&Zh9Dk%o~5YvjFr6GgA#d1 z6-?qNNTIi7o#*@Fhy>@g)#2~>uMu9gZfKGlztWQ$Rk=C?f&RB>i(!em-|1z?MXWc?dio`i1IrDaMT5wKNf~K&JjB0%5ngVlJ0^J^PFP#z8 z-JOkz6I9 zb`1>XsE_cM7NhyakB?^rP|3E%`wH?eeNVpb+TaivU{O2(UwicD)~}!Yl*e!~w`g;% zbFF1T`SUQ6l$vBIj~w{r-vhKhM)X%R03bHDtsVjd9x5Q9_%Yq)aLV1{9Zz zU>Q<8DQ<};sX^j>4ZuXM6j`-grnpc?%H%r;2y#VGAT$!FkPJ$~h&$SxP%b}lV=ao& zKA2-geT5#U;c*E^)7h1*83n{&y2>7NV&~sfJ`-V$hx`i7P5_ zaX3jWz8GIrD0MigpvD~WOkL^J(iZ41(JJ z7?cmmT#BMpke;1R+ExWD9|?(Bwy5z)NT3@$y9CsCoQ0e<-f@vjk3AX6HnwxN^z@u- zcV3AJvjZkQ2``yMrgSEqu||~6j8}Pj;Jo^Hc+-L6fmpmO3d#vNPW9%Fn^;eqVH)qI^}d%bLyDvHcU4Hb5t+{E=SVx>#W%g$e0J=f-vuBxCYd^+bv zbJ3ih*Yh|!^tZ2x=IAYSks67T3IUw*q&$K`lweAEEVfGDn$piT{x=YoLj^&uR01uE z%;BK|Woa|&>&g&5fpo#8B{3t*ZI*oNqIsEjmJ2qFS~4U2m0FcvL{9DhzUyoZwTv~3 zl3n5N3*_`!O;%>Ic2Oy)={oz|k1pAl+|muWVpHRq_6&*`kg3O6`f4@ad&WK`KqUlc z91fy~-4DATEDOP@w6XY{jfG_X%cAp0vt4ouxhW(kSr__C8;A1M40HkPP-$w0b3sn9 zT!WT39M%N0^_3W@B&MWW&ZlXUhxnpi;`3VKzs=+L$|iase~p9rG6P3UezQMAO^H_B zjdL!zRXXMoADSy3lYW)#XlyhrmuvLGh=e{(#-wPYSx)PC5B)Vhkce!Y$P0y=U%9$~y++hjaoNON~h3Hqj!_&x8>}3Nt(xe&)YOt)-OHwZI;Poz4wO zqOoOq(2ceH;PRHMF5@@Bn}nO1>n(-t<#R_jl*k;t2}T;HH9n`fw!j|P^Mmjv%1JTu zT2U+F=t_sA`(T;5;E-BYE!|GW7Z=m`s~>kW*vSDw*^x3z{{MsWR!LJ6-YT5Y!_Yj; z+6wlA=N_}r7W3R=#-t-Z8L21ByxF<^e&Cbj1Fz15$U&^LOSR$UNYrJ@|wRX}mc8PoyY9>j#054ItX+ z?^i73zL%IHi3-US72<#?uByW=*aE=X(k`irn@)p6o6a4~340ja&@-4*1BjFc@2k|{ zq<9kg8#K7wt{XRP;G>bKHkcQF4eBCYR|cB4jB{KQS5amxH~6*dd+Ys@GcsBZ09^>a zEIS_G_x>6zz0ZB$2k%1>4#7T16MrexCFD2XbVX6ASlcQM@p{P!LU1EriM>xzZ{%;o zkI3KzpnDzra^&kmc!l?X@XovOrZc*bGYdlC?cK`OzP{Jemvsm9OwR8}<0PGPuzUkQ zA^I&d@8BR|6^=Ld-7gp%*Hl~>ck*ytmy^L?209(rr{|2!zlpaZ2Myifz#in!AIdIJ})+#Co>W8s|*Y{T8X@;w7 zN?~IQNs6dK3*Eh96tL`S3CD(P%#e(LCQghdmJovRPj`bo$U@ zwZeHlDLP8yWS@kYF!{I##+huB`AHK2bmwGVbXXA(|m@P z#gbkS`f!WDcclT&kdDq9{&H_1vOgt7ST6nwGEc3D8_aNu2oT{RdTC^Ff59$i*aFzx z^H_$$J4+HCcEv1YA#pAtiUhh{Ww)hgciL@flINpPd=)zy9XK3>oCeGUHuH$e>sQ!0 z!vy@mPkH4?F-g?Oi))Uw%0D8kP<2!<0zB4$!_1%VF`SCS%zNfNrkHfjdn72N0`_n- z+7;OB*yiXnQn{>xDDfB~-$zp>^*G}*BhT0g7+X0ljqksTY*Oa&^FMd;K*~({D<1JHZJ$!MH z>HCJWj5)$nwQe%x_HzrI{e9#)!Iof9BGvCL^QF%2cGM+6+A>Ev;_^;LON41_J}@Um z$z8vYKlCr7W)DjJop~(;`r=S@@mNkNtAvv-5j4OE~ zcx_)#VgNPW(2NGu@M@SG5CkB|ijI>>_-E*Q2fn9IZt96}o1h==1e_=IJ@GPpYGl_S zeFrQFLd)=~mhhAGHj+H%pG3?*spL16p)&f>mws&8%!k7V4mnJVrrJ0jE^-%afD7~(p z|HJqg9$igpAF76B6{$@+$x#dhA{;lRHqn|wEg;$-z>g2e5$2fFN)S~r#U#H+6ple= zOns1o^f7?_Es*>x5v-t9ZGQ_u08t8ITH4=&PZh$Hu2=(y)NkJ3B1u|0eUk4d#}Y&1 z4yJ!QyV^LJ_&54OX?_#S`#Cvdu)MK?;Uom-4=5vx9i9Y^d+;kjNW;Oy|Kjmzo_N0L z>@2q}tQz*C`Kc1NV{fG#Ib`=_j8-fMx3wn~526&r|T|2gua zkUn8llr#Qxqj73A(HMVL;qc)5UxRL{2qLkOs5&f@&bTv*rZa}7bE>uhl7qAT`g6H$ z0Q-Xr`b#dVPKbhop{)zf6cfuQ`=@0}8sRpz`1dw&I-!Tajg8tN%N)(2AL-nMh%5Z( z8Vsa(G3_&ensy?Yc*>47hHF%MN`>Kq9A^~Fhf#n6&qycss+_AxAJ)AqTe9~og)(l#qo*rNbYPFb{{%>{^ zi@z-Q8UyZnnO6}#{+@LiDL7nn_A+1EllD}P?Xt=KL<;aDZWshN3{Lh-_?g_$>e6KY zWZ!1wM+yT-l+>}3!AwUp_fHF7Gv6^7uIuo_mcJPi`0JD~@)a3}ii`^}yn&sJ`WrBN zOgaZvjF2u zCzM;dD-Op@TSSd$wi}#MM5PUJw|zQQ6f*tKtn%D z*VA*jx=?2DG}Z|YQYd6ew|OJ$#QiD*2UIClSOJmJm|-Se5ogerYXUjr?Qb=Zv-^zW z#Bp|?$=NaSM@oI&c$1w$5}$q;Jr&5pJY&h+q8;~W77iA{UO9LG9PiyLVpMV-a(AyN zWd=|2jLwQ#vb@mxzwC7ZaD?Ma%(KT^sS06FW-t06*f+X2<+pnGVWLjugyv~p2rhB5 zm1GK%0Evdzn3)%#*N=tgh{V;-2LDS^ZRFda+APaj<-ULXUex$vS#Uypo{zqI4lsO9*zlkiOH0? z^fbeKmUE-~D{@MZEWmYNnzNl>tir;SduBKB?2ulc#*?vpcg-|2(ZCZOM zD`Y5z5D`v9Ol%X+DO(nylEDSbl|t98pWfFZ--(bXf}Xh@Tlwz@J&JI!{3G}G*)foF zgEz^|xn1o1z-?sKdStQM-`Ci573v9_G#dZySz`q;7lNZeVfke$gJ+}R=$-Ah+XeU` z04%wziBSe|T2iG1r&abyjJfTZ5sA-`BF!b3oB510rmxtT9H3iplWgf$E~qh1!^u>J zWKDX6{++h&4ie*ui_YlU8#4T2rZ&4Qo*%yBl!3)Cu7i3IYv>kLerxjNtn>+ zK(I)St%uJ@s&mkN!c@XtxpX1pQpl_&Ss^*V%TZUMaZ-=G+OnBsn{snJ1ZPI&lahmc zK?vAC=gIJi6N9IFq)@=y8k?%Hye1!vyw$BT2TZBgHj-W~Aw=>7v%Yy9`rcGYU+@PP zxhI;NW8hx!MS)g1pBLnSwYFO zd_p$Qkv`8G{&JW1ob+bmJ~OMm!sUJUl6ZvW@)irmC~mDVhJ8k0jD>w80KI%saeVPU z2pf{%f?P@T#LM0LJf!Ax8Vs>4KDBV916>*|guYD`3hlo4BpRf4&u0};P$wu`j0N(C zt%bXK_H_@4kdr5K&#uf$i3T)v&aTK|nE3)cT>!r)NZeDv5gH7&!Q#F5ry3vjF|TM? zWZNLVp`;R==TY|T)a$4s6=w_%Fb2msMkksKW~m=H$D8GkafWmJ`03WCvrm_vE+w2= zQ7aln&2`xOw0ymR&qfidxYMpejbht3@f7A5EzNO%7XeEvjb_DlH9IW-(0{ab(9p>I z1Tb12x@T>5*l47nAcwS?g{PORCr7W0C_J?M&@#}OxAF2g-hPQkkg>3l>1gJ7Ueae3 zK$nzD1~mlu{$nI*!%Iz8^P`ck$Qi|)=>OVfO^St_)kPzmwV5EOW7tP)j`$RLpc#5t zh;^-jgBma+la3lt>=a>LUTy9Q26BOjZIY(2gBHHNh@d}Kj2d+R5 zJfV=|J;7T3O=V{}FOeGM-aR)}S`O7d{iI>~^!Fv3c*5SU3~Qi93OKcW84)IgbaXHe z?RLhch9Kb_yN{>T*#>{FS$0a!QX#(lyN3j)A9>O*nMH}y(E=~51RsYX=t(r-laKmfnO6yy>H~km8C|22yWzI_Tzq_4j6(4V`IoQ~ zy_h{>`nv>SuUbmGo|Rp(LkYB;)UmRNt)DG244YfVh*VdE(gZBUz_-fwo=W%SRU}( z^{jo(nBm&NRb+Z5v3n9ZIh6fe<^wsMYI7Rvr4%umi!Ky{!ybVTGg(g(T)_6|Eg znWbB-uzUPr3-?Ad)7iT{FYI2B zQ1u&VtNnd4>F8 zQR&&CJYF?QQ5_HU@p6MNwbC&4Z;ys~PJkTc=z5Vn;-{g~FlD=TA_=Dus%k1-9W1;& z*&xxUL>wHmQbJLIuAw!YRk$@+aV$9LwYyUV4prsJMx{E$>{45BE02Tve1X|$eVQ1H*9I}HG;XR+T z6XYl)Ej_}r|3)+76*xkZ7|qBIs8@WW(rEgky$ARSnB@Zl59A*}L02nb?t%P{m;`50 zu#jml=jKEyB|_jcx>U#u_tlq0hZn^oELp@id!>Ep$m#`O@bB@|$;ztiZ;ca0|A%T< z-a0#HAl@*#`?B6t(o(e+gA+OCq^7hD!*y9NL696*I5r>tg;0Uu_QC)$#D%>E9(o))9ysMZHd8~%`H zY?n!jL^ErhYN@8IsTL53Bwgm7YN@0wd~4diqs8o>Y^+oeA*NoSuzqLvz3&b6kWVP- zG6s;kn$(g=TrJ>JKPTjVp87$&#$~;Z&gokMC9aBZq4T*)=-0cAW#@GsEb!oDB1bv=$Ar~qDaea$k3{SJ(g z6C*s-#r-G2)KvJQ`a^#uy_UhC){f@nY!$f*kV8=H)$pe2f$0H@%|VtA*x4N7cv(A} zoBo?Kx{@h{m+T!XC0LYURpiT1S$<;g`t_qFNy5T?u*97Rywez^$M`*^!66UV6+gwM zR%)fef7RdZVP4f}H#E_EAV7ouKIZ5%cfYA`i_45KtiP~@#i|u{_BT8n#!lsM`YE8~ zX(F{(NqK<6%zCCe!M*0lojMXibf@I!lE<;XyPT>8Z~|Gz%H?TkPzRXDhJL%^4F0>F<)EUQ7~VM8w6Qk zsr5?D5A!<~plwJrB8zPO`oR@La&(BLU-5Z`=ST778jq0l4B-*zug7GVmAF_L_yWS# zY_-V_e!LCh1vqVLt~Dk~tt&fx9%mmZEk$|ndz+KZ0x--m)!an2VAV%Na2*r!%Xo?! z%TF|aT>mz8U-|N;TA>l~2_g*%=SX7Xx)Q$wNp5cAw6pCDkrV7m*u@1r?bg5@z1&oD zL$O-TmwCBe4D5+j^Rui+u}?z8FS`^FXP0M}Z6k4}@^bzq+RgVeY|XU7O>pj(B4jB24s%vrFsA1{!s-m zr?5xk|BoSR-hi{Jko|mrt%_OU;GFLlfDrj(La57ar7EfStpv3>PIF6^eO4(d>@<^Y zDZq3nxG=BoC%2u1_aCYZeapDKnwt*{|-!xsjQqU&=Tc;$_fp1$luwm?!c1 z(F6F5JE)CjD_GuWtGH}whqPfhaO*m55xa%P&N?m<@FaGaT&j+L;UYCzv?RA& zEb8kUQE-%_xDXQ6gn7?a`-}q{bIMu-R-pe>T}(l7cV@R#tV!M5ospeatT2Btcklp; zZdIg3-{Z33<-kJ=4=pIT!`J-Pkyq^42s3bL{2QPy?$8XyLmZ)+Ddo0KnBY*eZYd@o zs!_0JrBNY+@c^go14w4ksz#)tDf*fi-#Vop743Mk+NKBlD4bd z=6y}!-HOl^VRB&$4PI>~CB|UZVI>NMtP<$L-Y+zI`zmR+ROwbHcE%_;#;JplnvlDu z)Q%bT-WY!!TpUgCH9E%srD7ctitf}b0@`s8#VN_~h0m)+7R|r>oa)rliA6O>L{k%w zuU}u~YU2!_zn(dD&(J3Yq)kI8&%RO})CHN@3hWp=E2{)li$aJ$j+;spj%TYxA^Yr_ z`IOKb1OVUwe-NZdT!VA}GV{%+P{Yy&BW$zes^$KPzp`_Gz?6{KE(TF;s3vGRp9Crk zwg~{ues{iKyofnxmu8nl-yzcRsTv38L-XJi;1xjxxPw#Psq>}1bEG8DSQ$K{kV@he z`0JT+*~tKXyiewy@%eOVF3hK&&Iy0$FFwNn*>ke6X0GHxWUq!)DTaz67gd*QySHKs z;(bUD;da9^k2x%08}YBg{c39aCl<$;0EgkdDRKQAy=iP}YoGg^y~m^9ys6r>IN%Jg zJ>XBaT2|KqFQTOj0+32>9dMyLyy36sQ3FSgFwF7jK!wbDG$?04ECSZ6UpTae=qVzH5+k1U2OB$|V zNo>=aN@hglSdl|8niI+xq1Mn5Q@c@=7S>T5>IlIq05!QYcxh^0DRc+Q&V#N>XZTg`L;e72g?! z@q`LbTjG0Q^e)@nBko+IrS$~50w^l|bP;Q}lbB4jxD$0XW+PO z11mVMz-8*+{55udMWU<{l@GfQyA_1qs@PT(kKGh55Y#MpHk7hinBDc##A_B%pP;zD z9<ZlQTM}5Vfn|HEBfBo{azV#u(B82vr3CrsL?pY@$E> zo)yrTN|U6Ci!NKpFM|(yHu@d=iaGtqX9H?sMN zms1G%t0i*0`<{J=#Y-(LuT==B45JW&J3TwsNg)`EiDxPyxc3hL@xc%>THVxG(C}qs z@mi7ci*2R>WeM?Fro0wAJ!m}mNhJ+COxF~^?e z3JTk~8ikQGsnn2#f^1RQNLguCdU1Sd{DqB5MX4nukdx>BpB$Tv9$9!~LCr#{n3CEf znL8;S??Ob=GU;ftyRRSB06lcxE)tY8N7wQ#tF za1EIuF^Fd{2B&jZlS^Mo!Kx<*4!?G1{%Rf*M9mJ;K+`2#Z`pRyHf$Vq3-YyY4gWA43$tyn1UiFT`ZhM67uecZ?(FE>va#`; zZGHM58|@cp&*>R`=A3iRp`BaIoe^H#etTzEXIsx5rELMRrABX^JrZt~dn9Cx@;2>; z=)3gaZh)rns~5YlI{>e>j}?S`|Hni=>Y2_?XA_x`MU+6wVJlcg=^|G)Szs>Y$~w*V zPM%ZZfrGRGQ8o|Kbv}C$x%A4S#Tr!Iqq3@v9({A`t)B?AckM1%xw3OhcDtJR1Uqm| z8+KG68sQ!YB-F91*HsDu+yxg>yr}c_2{<<2lc`Rpox!)(_Ye2mzo++X-rn7Q&$;CL z<^w=R4Es#3U!ps%!qt+?_2)jHpdlg!Wwg<i_WAHt?NQ3zdz1PZgXY=xR&zInhz+eansC zd(C(Z>jMz8DzkZ_Cnhq>}sOn(+N&9q7HPuuEd3@#Z|9qkW zdG~OM(DL?!Elnbcgv%i#B$~MjMXLIgvJSvfVW%5@7Ykk?|3<|rs!jOt{rdCz8&$IN zVmnw!cE+C+D1ZEz3M?UuHP)#rHM+0z2I&M8tQEfmMM!6wNOzZ5Yj~zIQ?p!FRv|4d zey%{;_0{zsCf?wL2+Kmb0w@1mWFo5)Hf&+?FWP7&Do4B$Yo7Gj=N0pv8~v%(?}_5Q zTcQ7C^LEX_E({?~>Lz6FDTmjlo9!|7M7K=g&v3Ss;pL-nO!QXmEy1n_SCZt2T@_qU zbG(CH#2ZQ~{+n39LQG0Ag2!dS8baad&rJJ?XZtN@Jd*U5`4*tLoxz^7Bq!E$XyMs#CStY{;JG$8CXwRBXXft&o5|D%`@nJXOkGo+_13<;6?6h|Y@+3gsX9^e_n! z3nubm!n3^=yZVsxhhe*BS=AHkI(hS(*W90Hh#<+o0E1 zs|Pg}{6&!wF@{U3=^42*2uc79>|2(O$}WR<5oaSkmbmi@ z^p8v4a_yEAsVQZZZMiz>7yeN#$qMXQ!P9nKa|d>;yxpiGoXH!nG*f`w5M~9*kYL*<}N+=XQnEvKOMDq$7C} z_|?53fnZ9?CjXL*2Zdm{zj^3p3&kF4tx)bCYOW@pRLM>}O4YQ8$1b~=SAB0P^H5xc z%@1WhH9wB6L7~joQ|CGVI*~mwW+NV@`eL0+ayDsE)@)MtUYg{C*`4NkTE8jhj|{$iUAApMf~gOl+gEh zQk=BoYYVX;6PC2#HT9C>BL60=fvSwSR(4>0u8nE1U* z_b%BPPmR<*e1jcu`())f8p&ivDf}XK5M9(WlgVgaVV=H}Z5zu~<5f0hMJ$+aEG1wf z9J(N~LlsKGfvpGn1$&oNxPYLEj8~Eoz!&80zrq8KA%)+5|9-y$v+msQuVz#aG}svx z$xWeh3vxb&8E?sHf42 zm3N)5!@|1225LrDw9&ieDk>_-K^C`nl?5`bc9fb4%&5vRFfSm+V2b`v6-uwM*wPJq zis&qt3x;=3k(wM7FAid~(iPiq@L8ajlFVdIz=)7mEk4;wv12F;drJ7W%$t{a_edU~ zMTj)dv{Q3fb}NB4``WMr&rxcsIVa(!}=^pDdw%%z%n8qrA;uf>G>tOGc3t zLFTk0?XXr}vsRe?yc=o=>=3svkY#VWGe{25O;R2}M`8ymD0BM5f`igcV~baG-?yNU z2@CwE+~Ngl{o?rS2`tl34Tsw8;mq+^b<`bKY~qHJYy~tV+RPWI30TO=hKj0JE0!jN z5G3`hl)nBkq_5wp(%0Fa3Q^5IWG1f{)rJ7vTo-%qu$LpR6Ru1D(x;E-U*eu7WyF2p z+zZdU;3MZYHZ>A)Ho`;Yg8vF;v215S;#6$xXTUcv?y}vto}fl3f@A%andC>J{X#hl zp{{aI5+y8P_5>E-l4YLT{YlgHb){*Zpu)p>W#*lu^m9TN?o0t^#}{>UL)fT?t8XsI3=|50 zlO-z%hI|aBsbnfrJM5wxTZBTWz)=DjLDOh8)jQkX4lqC)?Hv`}#T7Y_c#+(o)}t6a zYt-m_96j;kU1!f-5ic<}HPd_hM_0}{=T4sU7#VGV8e3$GO*a}rj*p--Mi)s0>V^LAY10NtQ zkgN7ZR)4=n!7Qy>@a*7cx;jFAy8{*OKp)5OXgT;__ zr@GlJFTa0l+cr1@s8bpc0x0Pp%2g*>;fl#%hjQoHA6R!&NxL^M=8m~Zjw1LJRi4Ru zKD|R{ZK4q<>S5;td%)-k&!8bw!#qEJb$kgYL}4Z7jsF0S7EZAi8tN~SqJ?Q`jZL{FnKx z!~;|bwnI{~v(r$_$;Upbkd#F4M$Dp0TGy`lQILIjvvCSf2L901gydAEMH;brBhOhc z{u=*#HP%bJ0TBY4dcpDIPJPkWS~lB_*t$#0E3DW$yGO>qF_zIyZM1HBqhgoGRR%I8 zr3ZkbVpGL>)Xb~>3H7G|9s(#6oIAsjLyfp|g|2`1Jr++HDm)+)U?MBp@@zqHH>EO; zpyY+fr>AWC!vUgp5DYL}VITg!*%_aka&W&w2*nZmS#HXq_QX`t7P=yoUkyD(A9)Xz z+C#svYvA-rbOc+VeS_A`3H+s_R+@6kPNHk*TyDx~Zh?rrr72?6W(Ro){f%4V2d7+I zLGRc4v2tc%$~7fDRMc&1bfuz$F7XltLL|%~9gRhI3|ft7+KQ=qi_%)T zDL4EHTn+<{%Tw;!F80Qsobr;PpvANp@)q()<&}hP#6+Vj6=RS76P-i7p)Vn7UJ(%Bt^1---y5XjQN;!TUf>1`xb=e zqD;>{dD7)+i2Bk*ejnt8h1#3~-@Ix{|!}y-_20?j~4OLikL>8u^ z0IyO?=$zvX{z6GXKc|85Tzx9g)J?l8`-yL@elFlsRX?X)(|M0pf!*_V;~G8AC4L{< zE&n&M?KzK~ZBIKNkI8BAk^KVGiKdNY6B-zM2%k8|A#DIU6d?X^#)A0WKNtK)5E8EE z^nZxoPkL9qSrhBZNG=O8ZLSno!uE;|Q%moIOl_}Bl?l&8ej(jxGB5eWHUdJ*^jB6X zvUVLuBhoik7_v@lR_n(LpjKcxnuiFvCUISC?bl1BI;binLm3gJ^^y%qa<~Kx9`H~i z#|R}Z24)x&b}+MBYidI!?o@0EaCMtINLZjwUbY&biA3h5|APoZTbf-K)MZPz;6jRq z4)u+wgwvH^KA2_w`zgPLbN2_KiV?qFrbbvWZwtqc4d8nlWsz{hl@(GB(Y(xSu6UNu zr+qv`_K^l0V zDLkR%s>E}iJYd7~iJz{oPJl|DS)DzQY_XFjy(qhAA;@SMpQ^y1zjj-w^GWE^lz;&G zY1y+<{RsP}V$6di!>pJp$!p>Co|;I1h*(c}&s$8w`mix{!QR*Py#7_0gmvkbw(ek{ z_h{(omcUPLN5uu`2|vE0yKQS{ds|o69Y>8Hc6{fGtFO80vNr=;+q(NY+h-i?`S4BK z^z6pQbM-8mYw&x1?SVdIlX=?pTl9}>7nC-Kx7>zIt}gvO?V)Zg_}|{%*ZXRBsiz~* zqyO>HA5unMQ|!#PTLUk4+{Ru@e3ZSe-O&inHutn?*KY5L9O&+d z+`K*Z_aakfInejBP~@4-J)y0M<;06oU-T0bsl>@icQPA}4LKS&klQDjO=g7>Ab1Ov zc%grdP1p2by0;p8rKR$=eR<`g)ea#-nC_9Q(lrw#2?~rKoA2B;z7-O&FVrUM}<%?Po$$L1J7+ zpXLE}{m&!Mg)d}l!?W-V{gySe3l&=wb_Clbv^bjwq&nVx0y2s3hD353OLk2EV&L{b z`}V#-BM=m9P7onKz8j1!^<2-6R#ZuZ_M!PuYq`0xZg@1|*9D_2306sl6RtQ!vvLk9 z0^PL{r@`;-cspMU4igVzwttG2U^=PE49K7Nu>n2rsXN=j-#diwAf$% zC0Js}gXEErgQYquRePCXaXt(A`CUvMq;6;7+XY{9`TRs0&A7#zMV?C0(ax#Y*@z^GQ0ltH9;$X%)hN@(K6e3|G&Y#4#%qm?gK@!WGP(tc>Y9w*-z(Peq>T>iE$e zFa9iZ(My?+X0CuUx9dld3nMpR)2YtzRAfA~IXtazG_I$0W=-tgbw3aF5%#~@*ZW4G zcY9YK>+R~iRr`yswyn2xw4JT}hxWR5ZsctR@?hSRn9O_}ucJ>O| ziC`jlCbY)Fr*{Ve9Y;fCrlFnDp+t1_!tLAI+j{$mu-JkAErIUW+IoB0osn;M_XTc` zT^@cWdP8JgXtQ`7@(k+ZK6kWFh`| zWGpl?M}^$bHf<&{92(QEIlH~HZ)dpM*xK1$+TJsKpgXu7x!>!w$dS7jJMMgS-}?z@TJzB3w*|U8 zcizk}j?m5>J4-j;+`hf1C;Ud@ez$wqRSDOEL&$%vtrO}5Duc4qKes&^-nGcySpTir zXQH=GHuksm{-V1(&>raRZR?3X)2;e$yt_BBb#Pl}`}pbML?U^|^m$WnABnEtd%?E3 z5_r~JX|AN@v?Es!re;6g2DYYc>Fb<1Fuh~qOoY^iP7CzyeHKC{_QSsIJ>BWu+%1kC zNB{Oh1+Yev9<5RbUI<%8#{u=5}`>o+`w*}kA_eLI!a)ViGO`LUacGqVPoHO&8 z?5m;FT>H!o>GzF1n0Hmy8)3<$c^N?fIDH>Z*XPQ&bjXJyb zeO$l!-qS+c_Dtpf0E#aQQtHI$C&y(GUwjT1U zvnSNOHS+AbH$%gp=Zgyt{H=CFP+xQ4oQcb|#PE+c_h`?ggXxs-YdUZ4i`=GXsI>doe{&wX;N4e~*5y^T6k`WnMStVg;0S?+=H zwrynbkaa@VPaVT=>_6={&^bMV{_0D03|MKFf;SU~HM)757~gnTO8#d+--m zVbZ~3h-Z&=13Pf7-7>#_=N_d}if150<$63py2qdmpM8=29rPCcpI|1DB`u}r6D@W% zfO_$8UUY#x5A*rPrZ3&UEYv^lUgJx!u3U63o{Y6pm!bMnS=F1w+0l&#w?d&Z<1)?* zMwut^V?!$s_xO2O@X@T@<7YToZhy1&Mr@hVOi%&Ji!tR;Ll|cYYST&kh^W7#2dU<+ zsLRf?F})g`!cfcmCi3D*A_9gz0VHs_4Z;)C`cR!q_Sjxx&u%G{Q71+y&{F$mU)$He z&%MtZk7+4Xol3DHE5;-E%kQH7gsU|0cv33KSdWYI{CM!P?%Q}49i%=CAOGQI^w&vE z_OxI$n3ODZF{0-aN&=JoVEwUz#!&D9vC3p^qBIXCLpIB5su+y!u;ppjq-0rJmY^0% zDh}uf_{0fH3OY%?k8wb~h&gpJ{Ik&Q;!Vn<5! zS|SAD|J7?jG?~#KxcoC&9$g3jan+se(0Js(mRT|E3#Efsju*gJ>7X&xHPmIfi}LY8 zW0|W17;I*|aJ+CVh2%6`2d<=(J$UWa*Isk&)x{MKN1%Ugn`29z!-30QUHz%*l3T0) zWmV~N`~|$!>TaWUVmyeCXJ-rC(cE=F<&~E$Ex-0!ezn>GN8uk0x?A}gu z%KQF^thhErjQ9l8qgK>!GcJ}Fy`ly|6u(l7qZu0dj9P%k(=+L1`#%kySQRT2Ln{o- z8ox&h1zyjvnO&DsvNUH?2oAR7s4bI?kwMwy+4h{NSdQ9`{>_SjAzKXh8ycSHw$n_^ zWjlf+-@XZcm4h?z;v39PjKkL$&tN8q1vUvTvudeF3#_V?z7jq^Lyggw=@|5^&CwUM zXV=_m6_)gxe*@1Dq4bRtt1aiaTKYBYOR!WA9II<>XUWF z6%8K4*$p~Qi<7+GZE3O@!o%co_HN-cvbH(Kb_GU!$Z8#4s)pFGNjv&CnoZ&{lYTdN zKrCk7lGZM0gF5}RJXiyBzkzJ|~ zDAayJB8@9>J3@B$u||21ff^d=-a|bmpCJKQ!M$9kJSSf3 zSj(#6R_8Xh_Ad4EvhTUuTyFTrmz?rmt6k7^_`{U?qt?E@PKXBA^XOW$`zvzY|Qdbi}SLJ$vX`X!&IGneQSr%T&J)h z$tCO__CA@#it?27hTV^nLECVp@|@~crVOLDqs8NFaIMr|F1c&T>QeS7&>B3{UbP1K zObvA+hCsHhx6^xn;61**-5c1n&n5<&@Y&D?pF}O2_l7lxTV0TYq0m5?T1|h_XXfqB9J~gz?YZs+cc+UcE?m<8c=JXws0m8cyImgdaOdD&%_gcK zedvnqTL{k5UpQA~#VL>P@rAWt+Wh81+liN4{tfj@7Q)|e>umD4^rgf9=+Ud?fRZ&{ zqY7qLk5;_VvgN(?=$X;#olJZ5MQywGB)mnvFUZpN;@IQT-fh>u?JJ_e4PIZ7R;}H_ z4PIZluN>5#W$+>_84$rVKWfL{J^G$=G(S8YYmX!I&NM&rwvNGm~@BR}4mir;DQOyg5}B>xy+*`$`fpL7}bX z{$esHkmUAeJl1JJIpy?MCQw4JY<_cibVL#nLr$7Eck81mZ2OeZ6Yzb-^#sE{2y$Nr zU=GxobMr$Am@_w&lBw7hBdz!{^@RGWrDf~6p_Z%EFR~^wQVcUiH!*XdD;G1PHH?t& znV2~lNU8}MR&VugaR3@z&0aa|fCb9e=SH9Jsg!N_L!osdJQag#hH?-4v=xizS4 z?=dfZg{}l&sisY;B8c$|)DbC+yzl6*tvn_MPz+dF*(5U){cbIx8V)&8mpU@5Ly*uA@mV-sY-{c$e9C7Ik^f*}bU}Or zb*T>AzHx9|YZiuPGt^BcnncmBg{Y$oX`-G9eDgF2dfuRH+!u_xnMlEE4%SoH9Zg^j zxn)Ck&5L1lEYGS-^)6Hx9iX#{QVF|*Yu@TM4ga#*IwkBg!r@UU=f!k*i2DolGs8My zr>} zS=E)*)?0w7k-qv+ISrE?@VbD8?2;8-#7O?BXqMwzbWxP@GGURIa9(D3iqyqyx7SGH zm>Zj%825)p;%;$=Ce@z51EPydw?bJ^jXvkbG@PxVIyw;@BZ|vJ+kZ;Gpc_3Nz^wHM zylFPAu~oHG%-OEmS=4_85h2gOIMLkf?nFAv33WNpcf0cDDMXB%Ep;xAoxShl@h|0+ z`cj~QL-iNEKP~&=I+x6D@hmi`^}gYgF71L-p6;91H#Ixk)F)qSZE9<3SBGR!$%wxB z?%nvh@1$r;WcMsN3E0X_19hqI!UlKSdhf;U>zwMv+V{2lT=kR)hSB2NXYcL~Ec37z z0;9esnYZr+?o0B1r0hG&6Y4teI`4TRDyCK-uIF0f^|k;mm8gGUpW~dM^gFdn+bFc? zzrCgYHMFB})%$;7#K#(X?q%H_t?CYTacgUv8(Y~p+g-s8Jb;JjjkfIJCfA1c$i>ag z%9om2v~_*Yx_mR@w@%;R2bx7VaMQ+MVeo@x|FP|o-Wu;mo#OLB8~c>+m8SI+`S;%u z>|w4ZRGu7fQEm?W&U7C)f z7kBB4`C_9dmDauw=}(Bfobe6e=afMINq5W8t}9ymFLt%vkK5;FQnWhul(Q}J^4QYe zQunA5`J3P^E@$1k-p*YU?76)k-u0VhyB2o+7n|z7m^Xx)>^v|lhVDNyeR%!j1cMAT1d~AeWO-V#{xC!g0aZi90OlfGdRC|(e!+UL+waN2`hgi* zLXHN|;~Rf*6UKlOI7#4fyJa#Qf$vQ^$XI~6Anq|S>CkwL25yPDQU9p-YomT~H^woN z#`6NckYZ)r80b6E))DiIwLFb6@bo^%-Z`aaU#)*ZE1;n-=nI?Xd|ZMWwsF#D+w_zC zM!~k3Y@=YeU$YnmySofaEh&tGz>B-XI`@vNyn+E{Ean=s4FyIu7P}Fu(Pqg!!J`9z z@xEDd4p?GGOwIyOm!p_=9+6Q9!=Ym;WeeCx?>+-!rz<0;$EU}ut(#xyTQa*XQ@fe{ zl~R=;;;=Pev*nB~IuEqu>!M>___12+!egQ057@j_nYPEGH*7OWfN@I=dJq|>(wME&aD|BqNRpz<&ee!tLHS$ z0K?TtqbdAz_5tL&`Cq~+Xse1UuBDXPz-IjStYTYEw7H-_^v9j;>b))Q zPUMs|HJ^Ci*YH5((s)j3Ukn^1OvDQc(!k(%e6BtFY3I>d^DJ~m{tY~HB@>4z<*5;14uJ2Y!`36o{bnYUIB~K$Scs) zg^#7RwAr+bH!s71=rCWOv+7Zr>-M&dM=w|ko<~+>-8z29pg`Plm|k-!jA#6f?;@?h zs?ZKLQm_+Ue}&L7IueL}LHVUjPS@W%m*LE^JHZJ!X0Ju--@_i&2C?&L8Kvcg59}r( zbcuuc_`p(nl9s9d!LNbuxqcF#!+0&E>9>A~-BxNPH4?PiYo=-;dsBuHh2F&D8@CeQ z$fyjvNh%h8s?&!0yHjGBq+-e4NDqN+zZv)s_$?Mt7i|Ka6=r?wE+fvgXL1>h)Mmt4 zugFsvLJlRG3645fi3kAOcLX? z*7SI}OjgacrO|Ep_tp#&y>MV!UO=Fbg1>^fVUnMl{a`p@&N1>Uv%1u~n3JTT3gO3| zl8ny_kHU1nQYhj%z-7E4&w`!J!A>zDc+B4tD!0uv$pvx_%0OrDZ&rvnCp=$v8W0|K zqI;6Rc+BU@lVSs3aWKB!$H21|0zmB8P!dpFw)DQ?Dc+!QW~_2YYV7>X?X2|Zh@k-} z^Cz%@^KW2+bO+ZTg?KHf2z`q1dS)Pc{<(X6YpsGikJUBe);PeX+o8%P+%+Vekb=3r zvSqCkO#*%wXAeXIRym=i_Ebx+=Ey7!aTBaiE5~bb8`7sagAM1VvD419vHZzMEZ@RM zqEKLBV8S1$!C(A1A^$_rLUQEW6ASwex~baYF7E7f03kY1u+>bZkNBOCWKbT$V9aFv zfN@}nJqD)bG$E!0Khf7hbAnsUnW`Nv7(I_-N+_S7QK!{udY+# z^~vnv)n;cus!Y~?n6m*>cHJ?!DQ6>Q?HS%2n9M!SlxW{$$&@JI>%@&gZW6vT%k;l4 z8{TO@y>l7r9@Bb@edep#v#Y&E`+i$b7)e?yjmhrR-^ocQTmYOwWJ899JIt>}(hc@) zikl>XoQU~MfMsw9$&p#+82#$kAQ<6@=cFKL29K}bn&YOpin`p$7#Dj{ppJz2-Dy!r zKn6ZyWWthj85pC}iZikk40H5L(O&>)j265FL3NIysjS-bJlj}rY@MDuZ7c7?Z)8?? z73yO?L;nK|AKPga74({aE*vxXT>J5#17~Q@^Rp2B%x$gO z`l%IDgg}aVGDbR!w_g@4z_qo&e>oWnkS+< zNQ_+IHB>lSWCk%ti$;rdp&x8yZvcSU{x1t++}Y~vY*FX6%2u`r7Y7nT7Ma`sE~+Fw z)nX}?LnWzprSDfc6{Nn(o|qVDq8T5I_H>4#Y_TuODu)k}zQ-%*bJI-L{$K@q!(E%Z zguZ75!<`lF>jpN|TS%>NI8as=u4P3u44>27@Wi32Lp6MJ)db?BNtV)+GUp8|IT!e` z#TlqB?5s3^i6K1);@%CNv}Nj@Ja}9wcG5f)M%u1eDN%-<)T>C46Exuh{q;+&8i33H zr}IlIqH$j$T}x(ei`EnMB~7TqN@6!ZN;F}oF+4LoLqDXU*@kDtH48fvR_DylS{i%< zN4n_*OYN++1Q27n(X}`oqUm1^oWG*@EpFTcDJO)-D*zAPQ?TK0gbn`)B!^naYFLet zk|FJP%w4(%9*hdfAZQF_%?Lk(-w^RpaGoVTI%T=N_&LN!2j;XVc{VsO6;yf+OdbQo zF=5l^4cg+CDt5`V$i1*ZgP;qN7NcDz4FYD=NN~&wBL0Y9GKy9h z@n0AHzLiUm*)QPh((ZKrVWb=GzQ56Nn;xA3}0wmy5X0O6h(>#;z~`VD2O|!LB88ak273=)k1#K}oZ`lzIW&57X(fcje{&IgNWG@d#2dBhkInz0>I#gX zx%U*=AZj5%evSV3yvCzQPO|BYq^r@^N&d;lL3uo3s0c>bwvZ|j^b}&-)G#mTzzT4V z3Oa(9=W`qj3a6>qu<7lgC z&28ihMyMTKF_hkARFlC&r3+M0`EU9x@v=TE1`MQU?j$8GJ!$NwuUZ}PV2F4m47&%+ zf#DeH9BN$=Hbev0m8k17o{4`_*d6vPTSyj{+%9lR)=4uxLtWXp=vD%GvH@4monO=0_4Vlo~O%7xdW32=UEpcFo>n z$U=s9d;ab-$mx^EfltaIKgDMlY-X@%rS`j}l18O6O^Mm8?1kg|=PC(|?6BAFzowBTcn znnQe5-W>ZT2v_^bvdr5H-0nc^LMj8x{b7D^hvE>%ozDz54mL&#Z>Z^wm`J@-F#f{AFAXe;Vf7>f-{T_o?RN3W>dJv_NqCvUFSd7T)!Ia6 zHxBlU2fnf)S#LFaZs6U$TbA`kdk4&3AN{pkrp3_x4^6}twnT>$Y;jw{BHV*d;7`o_ z=|ua%*p8T38CI|>kty1D`Nbz@0B|)&C}a<(80_IZdq1z<@;I31CORGIc&n$8B<$es zOm9hv5WA+ggzdfk$Xs`vOSoAyl8IYQAc`DnPanQ8Yd5)^P+auBJ9hxMN@dcweZ@$p zpmLI<=g<}vam4Sy2C+IY2BZVy0yr=rW6hmJje2$Map)&pE)9A4+B4^xKVmvKOam-; z``k7BDa#*>QM1GZ0_NO_l-`UQj~V1BMz+n=FO`flw_E$Y~G8!);}48v&RA_Tv6}W^GX?k{2P5c1Yrby&Y=-_`eOAoQ4ks zHe60jU|{+-YleCJu@xXDJ|yB5&yops+sCPiIENB~4(M@Y21_C7_i~<^$V!au%>@n1 z$Mm-x(VvZVNiK`dN7H4OtSCAUFAhHgxdN!(b1Xa-B<%Gk=W+Ml#@pk3#?`6LYK~S$ z?RWSk)%xC8osofkiICTLJW7>_S}O#SJ=Cw;A<_C6SQ}!L~lk2Kql0sGH37D@aCUn(l8$8eV-HXOahHd)APM7~xst)z-rXVaD~J5=3EToJxaXt6%Cclje`#-6oRoJ*1KtWdk@C*&b=7;+Ux-r7`s>uo-AYMY zq^~WwqdxfNpx1kYYygGwO3$V*MJCX!aI~CVFn0gw*OrZTjs9!6Th=h{NQN3ijXZoE zkC(@*LN%cpw)lXZRUZ8x(SQ(}I2Zou`EXEIca9#Te3s2y{AMGyEt!qfcK&DDw=-8< z!6Qr!X^YAt+#vh%`(PT}-Zjd@@Z(T(Ca5fkb4a}t|hd&;Z%NPxk#x=XaYeod1{!>FXuGKGP4cMSV4B6Zd;e>g6Qi+ z8=7cLh!E2SaqI4x-H)GR9cUf;owe_+L=XQWl*wb)xZ!BFhGUcC29Q+&)>zeGlI|6n znGZCkPMT^WG&h*cOd>EnBEnyQ4Z$+i$U!dk;h5w31K@uOOp`y-kiq3VUoQ!Vs>SON zd{??_B)pNpFNvW9ea_)Fe9NJf6(^CxOE}DV19C1c4NVA8Lq@SS&!$7Wgs8zPx36pB zRiV{tHNqod)_Yy)_^kLgy^r^%BlH_C?(uBoGdf_AaJ_Nbkaik8&54ec?AyoP$BT|T z%+$H;koMWIWKPeVFRsW1k=B{ZTgR6LtwIYUjq*+g7XIRCQ`Y`CnWd-tK(ndL&4j3P zQ0k1ly|;1InQbZ(?G~pow;8aS6_vwqN<3rk#Rl5=#fqMpY!O`#u<%xPM|Q{=c+q4Wc30DYQ_zT z4{JHc$!YvvypMeVhGwEE!{wF;CN#f>%Ti~2ex%YH164zl1OX1zFuNFS(w8fm^F@pm1xa|AMo$Y8;23u>N6vA=kHie zE*NfY;XcxWI*(Px`G-h@mo=b=UeGb*kQYthInKg@8>dv!u+}FB(iPpX z9p@W7)3LNf$&p5wv=3#ZoaZZ$&rUfXS^N`I&PU^CYI2a%-0RQNIiTtP@znC6rs2!Nrgm5L)cAz3s zh!AsTkGFwjnoUJ7HwWVbs;tJiBJnNhQx?2YH5iPdN?CFBxDeZDKfZ7 z>q(duGwhxctJt7qdA2tnzRZd8nO(V<16{c$SLAl(vKjz+jBlyt!2d)62w^`^BUQ`D z#K?qTad=y7BNJi<%;4OiA^C8Sl z)D2X>d^syii~E<;W{+`^ztPV>*=VAAXz`fuO+$2XIm|a5h4g~73bRcmq9T)i>@Uhx zBgS@8!ubu=jrGX%|8b@y`sjp4sRw=Jc>Y2Wl7=K!@puLVkwGlE6{pe0Xd}m?blDKQ z(Z<|5(u`QkP)&BMWdIH`Dc+-riWQ*+!3{(ikik#~Z<$6$#vGDJn0+KZ61R{^+)5^F z=7EBJ)BC=Y6}64-v5Rkku~D5>H&#Q`Cq`gebBGUx{~w0$fm&<4cEpc!^C1Ew2n*O& zS{))mTQngVK2%9V9ve-dBrr+`bfc-EN;FnV7fgj_^3!nWske?_4s`lv%1 zX+}z~hDC>Fp!&pgLKWh5Qm=i>1o2=e?~x$bT*MzK(WybX(&C#p1CKHr={|3-!}}r0 zz6O(`oaQdLgT^*nLID?4*O@XPF&g z&@Y&fFSIc59Px`WC`;E2Xv^$e*0u13;vSxs z*9!n$CEP00a}rVI$%jaCPpKg*4^>)SBm_{|WVRuDyy)#4vOf~F(`2`!VFAh)^SF14 zE5^Z5gxS>sLJJ5v<-pm?Kr&Xu%RYt5<`fV3bBT%>OpKC82ls^mE**WPtZZr)l)zmf z6Gb%Avr>iEVqW1Ofr|tHZYp`Ga0+>1+;#yH8Bd-@G=1~d@na-BWPgRTwxQTOomVi) zSV%FjUO6ilc_8%IAE%*D%T0*L_hwk(r&HNdJCpG8?lwfau+XjDj?$S0Km_cFY?K0N zW<)jciqFbhik8Xyu!hP)f42gW6CvpG6r13DxgL~UbTsfg;$*{>6)A}DbPVDt%?6ao zhX6=ezke5)!5Uw%cEcIzGPxvxHU%)SqDL)0uAEE(qZ>S&!KRNZ!-<{D_2|wSG&Lu> zQjc_IH;o>NO1WfoZ3dmv$ZJqIU{IiIf!QN5;*dUUX!4&M9@IS(a)Q9>S$?{R9hF$w zoujcmmmwRCYcS>)21%|_V;@LG>{eGHd!@v3fVsf4dEAu_S*k?SfY&n-2hX}lJ7r`d zA1$Tn$v8`NhB-*`$!ibKhv(&ullv8aae5HWSGXvJSDj0_-c;}FE2M}u0NB}q7~4zP z(V4E|>_n=`8jNylJ>F0aIxZXYJ9JmB$I2doi6VDkh0e~(7CM_(O+i*Ngn>0J`6>j} zzpQ+pHNnmHgfap(wuQ~IS>8@IUs7^*;*E_U08DYg3}%uRdsgZR*hmg$^w>BF$83!$G}gsqG-8|rTTY6D7nQxZCD{{O&d0O^_ugbfJMYaXF-Qq1_ zj_vO$E1M{_h@Oe^iE_E9nq%`8E2)v6e=3Rk4H&hjsoy}@{jC>pG&j8JqU_w3x&W&A zXurQIYR?2E$`bxhXH;WQamW5S*5`NRmSgyP=EXqiVrp|i&om=wK>JtZMt1do7tP< z$l{Sjiw`JzgeNb;gNB_ZX=}S9Fz!t-M}Kj7kN0pTKqvS$60l^YJ^e+Wi%=|mK3Ztn zUnt60H1)@*;jQGyv&o&_rT#cFcjRXe+?Z2z5zo;Ya25P%YGW+Q9AZG?W@!xI(Y9Qj zQE|P1`i^q|0ut<}ajW-x@^q~9ZDambU`_RFEMSI=^ux^-WrQptLmk~`5z0CGNMQeL zg%r5iTIc|Wnt2G)PzJLZj<$#$qfqK33SKdEA}-V81oHK`7;Kt9!=WT#JseB3;YL$1 zkB7&*GuP3M3S6N-cx^QFN8XJK(j{4MgQWwvBZT>qYyDbR+ljh5*ZvxZcaqq;li0db z?PT-*uja7zU?i{d3#=c4R;5koT~rsl z4eVfU54%cBnicNj39AsoaYPikcixm!fd%Y~XlVW3gVCRKSxu|^BlltVqknR{n|Y#=9bMh3SYzHE{`+ojqO$M% zTpPO!WbCk=2kV6dSwTJL>EAiU?0Ja5`=+(gB0B&(j6LT44)GmJAzWY1uFCB(#SUe9 z@boTVq%b^qU1kO!@<@=ctMi&2eIh-^aQ!z|-?oZdSmX#Vha>!pW!a>mzq2+In=M~1 z8eNe|*t3`>$k{xJKEQO^&(f344Ga^h&?}Q}b~uQ@EuiPX=9rdJZ8XsK6eYeZ94l~b zBz&NkjB)<0xC!3%nCH3CT@nQS>6#{!Ak zTs#-SK$V2s@VU~)#HqnLZMw$JyGQf)#_D3_>LuJK)o<9=%eyRO;ozOSS8 z(_D~sKcbc^zoRMRS?AlAs2jZJUGC^F?@jh5`^(L7q`coIGCcZi+uXa?_Wc+%41p_B z?C5d#%1Bpa1D^}SSGGGYcK4Ogfb#D{Tdfk|h)ZxLtky`1kR%OUlY6&gji>aw_t&hj?s4ucFMku1VV)TEL<6;oriqrco29e@p%7DJO zRZP%PCcbYa(PJ+iLX`E=(rGlnALza(Pn~Mxnow#12(M=$~CNeMon6wC>i8 zvFR%7BJ(vNk9dud_9JA;Tb3jcKAECK5+VDQ_Z6B0wFvU0mUxKYAm=8Ug*3J}CtuRJ zm<4Pv#F%x`@}&Xs?oX>iuUeM~6^B_Dr=OoO`+=NIPh>QsgzrhiGgyQt%x7`hYy&S? z`62kftZWbY0iF;Zfve;8>g=gS4-Zd%fw%J56qjSfs^m6?VjkKVDoHVOEUX$r1#R-$zcSvpFmH; z_wmJCfZa0J6YUw~eK&>0FYtzZG$lJL$>|z7rXvFs)#_q5kLgr)I(Fbt?W(aaadNOj z3ENmBy`~GLXZ(#>Iy7@=W@=t~1jrB%H;S7{v#WoN^)!3p;xzQ7J#m9wrPhjVs>Ud? zvTIszWr2iEcRu(JR(!BK4#iZ&6%+TRbNAwhZq+|x5B^H|4B=w}^Lm{9*3>z@OAVbv z8E=Bi?=!Rv*JjWTq&(K({|aTNRYq{VWGET$)>X=#%9KNyZoh5`yP%ZaP*$e=L>UJp z$aYB?49`i;bFL`HaoS0s1{&j$16&0bI!`tKHB zkYJk4bpK%ZuXy}}$jDAuuFOhDL`nL4M~|9pJuo-$v)B*tK8Bz*{`lVUPUKY7Ksa#m zY>BhV5En>t?~b2Zxh_xQWOzxID9mY=9(?Z>46qS6>!1l%=-W*b{H?lnb* zH9RA>Dci&IR!6KJeV|iL7=k((1S5I;j?WpYAFH#4#_95w9@<_Q1yaF@j8 z*2oHj#}#oFK16F%HbdUU%*aY$#$x?Xa})Pa+BnS(tRQy!T}iDxWbHtGgM+z`ms{I4 zl8^|b&PkJ@%wge-QIVWIT!F+bl96O%PbkcX#g*H~GB_Am-vL~CTwGT&b%P0OJoV>XNg?X!g# zqEQREh!8_=h+x_{rmT)mo`JqCu5lyp&ZP5+@L!b9DK~qkTh2=^t)r6^;O3b4q`{L0wIOdqlQr8oLFJBEdx4CPMFYPa>5E7WIIHT95{B^n}HorxSGQwBT+3K zHw1dce^t1W{SBDM($(%H{ zs}%h(PPL##1+U2`r7YwF@4~W{$1s(^}5SdT?AK(GIJMW3MpO=`Z2?t%O_ zc%%x5zOY~+!lfYB1Url*Rd6xk?OA5;3uk9JVS~L5tsX0k4LqDp^N}w67Po~#>b(Sx zhlx`T-6rXLA~lgRfy0F1ij@9%E^HtDT-%X%Wc%a~xiiEpK&RE07YOuD2?R;4rg^*R zxq-+U3I~!Zg$AtJ^Re9ElmB}JHMzIO4op_a8mWUBz@ME)s47%to&yK=OkFwcl(sGgE;@th-qXy0u@isQc<^t;=RPFL2qjS+YV^NI!27mG~lB9)5 znJHjMGC5}WYXv<*;_kzyL4gI+Awj*Dq_;HUpdt0X<`|hV?jW81FycV=J4_#pN>*9% z`RwI9*IiA>DzGY9_LYI&L^ z4#d!Nq)~X=^+q=F(ANwFy3+uE(%T*y%8+wmb?rTXFAE@Jcft1y3Pk6s= zzfH(JI$yDJae6b+6}}I585+)oashf^sWAa43e5FE$vN+MKhd?(|Z=X6P%mSCt#x|BPCq&H1tIF?2S1N~udumPO!rJ9M$4UWCyzfxHi?;RE$|c+@ z_2`?Z8BvdCIHk0rd`_v_($d6d+0VQ&b?@blaA8lp2h};|&<8^cp#?IbLkqF_*e^oI zvVBVMXM&^na1c_;?^BA$#l%r*RK>Bl(BJt{RNDmD7NKCdpSi+HRY+Oqp@UjYeOUqO1jb7C>m>(qz%Jzbk{I??Hlyt(He zGC)ASYTXQ2d;CYG*gJ2L2GqTQ56)VpR143-6EG|+2*Dd9sE=OI>^$@rffTD)F8hn9 z7YULBy=TK$c0G{*FZ6|2rB%Sl>(A2)&6H`aFtWJys)wsJgOBm-cp!{N zZpX8N(5FL%CijL4&&0gDpaYC zt^Su)rOWYGL(>L4HoDqxz0JAS)r{AdExqQ-rM`L6`-R2xD1Iy4B$~(w-Hw)l7_ZWUr4j}Rkr(Fku|txY)qNBMVp(gI3szdrBj?~XnI1346sL6>NC{H`-6?;MFpK&7iNfrq z9wRTOfxNMk+tC$A3Ym?DIrZZOrmJ++VZD5sYrMnnUR-{~J=XijC-Kas4fVaXwS72w z=CvJ-X5OxBoOiBk8@}@{x>4>qO0n|&;q2Qht{|V{oas{>E*~xzGh~?j=nzlu33^oF zSz!~y<>IPj+Op8mQkQ2&3YCWp-7Y!Wdra=&bb1^wSC{Sk3vhFmZ#;*aBL;Vg6%S>v zz+yWgL_wFbGGjMxLYRi6f5{89Xpc2JbX^W+>5XBepHjQna+d3&3 zkCY5@^|iFxx*Xjc`s%!wAfFQoid;S=waX8GuGCxTy->MShN`T3%p1X9D^@7Fz4qRc z+IuPQ(A|a&1snxpzbDYxN20Dx>K+K!zaws}w2 zmgFl}$Swx7Abh-P(5uEbPG0=aiW{IBo#cVIc$y>fM)DLh zv&oDO5#a(Wx6{EQ;Cn(WcmxUMW+OzN;VcQQtj)7>?N?TvOmOl+bQzvFMP_zWd{cD; zcwyyaLQiSnEbKv4J$ZzCgMA#x_zL9+{+dXib0z-y{%&#mzvnFVL^=G z;$v%jsz`>)GUx{#4>|-HOUX*_Jm@edewQPA;$w~C7KM)7<)GO#K^c6_vqIqE(GiGc zi`9z6!kKeM5)1f7dI>T!O+RS}3?Wjo;)?(oXYYc7Rkl5i|6R{H`)5QB5-z%Ao zP~cvy<>3^$$azvuvUZkz`#Gy3&&Dd+^JSkz{Gc47D8vT|kn`ohGtm>qWVTcSZ5gc1 z32fYEx`ZX%u(Q2Vv9lo%A)+<6DmUAGamvT_#m%9V`cj)`eU(H|zDkzd`tSMFb^m)U zY~5x}cxIc8=G3ANfEask!b)EUyE5r(*R++s=r4Y|pgGVRZWr%xlR`wgV_Xk{I_HHZ z3>=A7?!Gwa(5tzHRm~8W%fnGI^m2qQqha?z7(0ALS>@sA;iwQ5QdkdnanB=3odxDN?8sh< ziVRtq#x1m7J+TaSo7-O_R+$pPkqRE~Z6AK`O1^7OUl_R^lpSBmqP=rgStN-2mbNxm zv+I6m%XreV8}j-kRw++%K6qKcBqH->O;#3gu}9&fQLdpoQ)>XQqZK7Gkddy4*_XbzcB=+s&F6G; z>Y_{jY7EueWF6Aq*%i^t? z+cH|Jqpzxp=f(S-%^fb00H`{b(hD}*^P^0VG<1 zY;kintK8K>7^^yyZKsl8S3ZbsS?R}`_Zr{8_tLi0c7r2%K=MGjID~0C4gT6%3%-9b zdyb1MG6H}Z%s-fBev#GYn@0J1PF`EwDs0J3mYXZHYevwU2o#KE{7`C0A#yuO!?%k?-ZxxZ=SVoq7;{>pZo~GzXsZuY_#p^v~?8La5{6Uj!E>z3d zwSwM|FSAoJzEt^0Ho$aPk`26&6nQgeO0p{(*xqwbok5RVYwirYI=9qx(65wcWzQTu zUG_{f=OSxmDS)n#D`ohzko!pfiy)fDa+7`$4Z}WDX0_?bst^33*6PvsaO65T$ zG(7yu_V9x)UgB88>pq7cxsrF;X4qpov+Q%_l0A>hQW{b9dAC;Yoz)L$zxQ2_&Pr+& z2l$k#tnpSWNqV_L%_s^Cd{=Xz@^fB)o+@{}Ut5B7o9gtL?^>f?dbwk;tG}?naIni9 z2f~9!kYcdrK=?pl@Y3vDhy$GmkV3`t#nAy1uPu_9E8xA`y0&c~OvSxWc}=k5Y*=x? zFPXM4RgnoRWWG2@6@)8>Y@@bq)5e|LwL=fi2j{6u-EY$x!*Rcjj^ww|AT&^1vFoc8 zz#g1E(*+Ge0l^lc0j}v=6jzgWV?GeS&`M4DY7r-QKKMV;J=nGnbR-jYL$*M9Pmkao^(CR$b*b2yM4TJ&2h_%ZM`j+DZh?d`ZZ?I%rux}XI z7V0(F(x+BkBLxLFLd|ZlNZt1Iat2U zF-!u057==@GL!IVr>)-UyP~$3&icsABQs~J_28d#zEx37lxeq9h3MwT>{iQdGm_!x z1oWP;+=?qQ^6U=M7chaw7hrepWt@=~U~kMFbRTSfdv&0ry=SwhYgdi7@s+nDS=`3* z)PWwXJXm?4=s>Lw-jnPYo|W84@6wC~U&%<>2x4;i9b<~MdH#iD@IOodzI|c)i>K4T z!Mc^anMOgn=)%$rlDb2>l_42}Ni(Tqg%vTZ^)4z;8yOX+OSW8TC!o-+T(15-yA%?C z>)V9LpVWJ{sR<)AciIpl0e*gMRqzgbzP`B0pv0SLz zwW&Z1EvAj~FicOPClNvnu`h-3x(LIdHA-RTc3Oxf@d+%1KiH0Rk-L^t_hpb54S!)Y zB^X1bS)tkOi_MXL`gEkyZ>Qo*wHn2j$n!Va+?oPx^KnnRm73V~OT-$}(ab&-bPjdS z=!DxnEe0UM9KA}%KbPmp%5UgssiO_Mtp*MI!aY`rAoONDs(d=wsdtheMh&xMe^o_3 zN6cu=Xbq=0+>?&G!e8Zdt>Tu5CP(j}twF5kqu2a9c;+XAUbK2ldn?bR9ka4$C*VA! zgQeADeDKmW!*)vyGEe=6_KM-tr`SNS0J71cI&_pf9ta(XiX}7>vJ=6-;p<`eS3~nw zSVp%Odfuvx6II!tYtNcODl!q-wW9BLfP^+?lTIHkwLjS*XbC_Dv{XBu0b}SS`-kZE z2od1X9-7X+<*ygfFc*tGnGUwe91$}+frB=}^{~P|u z;5S9*4-Q2WZ|q(DXnjdZ?GhZy`&Y_OVZta8c)NHbk*)8;yJg-dx~oZ4c2|ob@;YRX zYSD{E!VS)?XRP{|qN)!m#>^>Ux0qcFWQax*AQ1*#-mMB96AFHf#pb;5aazxXlVEYgoEA^-{pZpgO`n5LpBVL2`?~gNei1lMMKa!OK5N0 zX62>;%2_$@&T$?Bp=-}(q>cw3wSIxDpvi*CznZiQ7Zdr@CK2#{=snrKrAfymA`XZ- z(B#yx@b-disWez=@)Nzz5+Rj17kNultelk(8eS;6NVN*d-h3|4-9&1rfu1wWt1 z${loAja=eyI5)7g=T;xWCJ(#C)!`9Wci3&ru|NR{I9VBa_uh7?Cblluyy``3QR?_r z+T8O>y-Rt}(7Nr|$+Nlvm7sO(O5G2lz2R#AMXV9y-e0-fUSH=rfqlVAzc`zJOD-tS zSN*fy*h%#E?wkBqFY}lCmzkbne{9pD7`lDi;#lFPS$_?>k|E1$tPs{L+!>&L=^DoK zA2x*rh*e?gvD$4M?OA-S2dp5r+jeFhk^$)-$sqs^9bp6sFD;B4>8Mq%$@J5j;>E~J zDJ}JG77JnosM))u=pf8a*`}6Ox^wK~lH>D(&(~HGfZCuKIXWo8rJY5w0FAn6ZC}e} z1bTxT>R9gjuV4>TckYOZgWO4<>3rAsw^Z}nyG977A3_G(QsWLc6 zSPY3HP~PCF1u_Sw=8sezsbbL6%+%DcuRd}UiQ~7;S|8Q_jl2M0%1y5tYu|@1a!C5fv?)dJ6m?1*6>BORiG^YJ^ zU(a!yZ;^MlhFQa0Io`YJm-fd@g+QvWo~?sI2vrE^FTP*XkdSvuUP48$49NyM-)7`%1Xb0k6DJ* z@jqCpZ@AD(eH0_6$gz+Wl!i($g_`Dp*Uu${OaO(IX2^j|S4dibfS_q`5=~LXi4jah z*aW@JxV+?3%cu1eNsfEXA~#GFL3uqK>Ck#vG!<8AzWWdx3E`zU*>| zZ>8P%8TILrDsc$YjqmAL3jx%FJ+(Mh*z-~a+q)9mU&Bbp+3<+&-c)qR7Ys$}>GqIB zd+MBYx$$a4Y>*r8eQ;%W0ySdL&ZGgm4X-@?9@S#_jTokVgfH_S#AD@RgI%20;hQ-a zwE}Sp2yCm_Rs*#GDuREZ5wC4l8e;KncPz7BcC;(o_iex=zCXL-W6**-##8)F}SE|`lg2uTN1F`vlI zzdcc&?Js%J3rPwoe%Yriz2N%he$@akH;3x%-~?H>~OldHgko7?L*5*4Rc1VVvXTgZqt(eKO6tlfr1_f z74XW+i30@(I7vX{&5A+qSk=aX0>QCTZLs~TJxfi=j|QIqeT7x@bIyKt?02h|(R~oj zfFP?6&1K^bGIY2#kz(a+X*wt73jbAhcpV&KXth&C;`IIk8Z7>R!?!4?U7PKjnJUVb zS6gSc&Y1FQ>rBbkSrNxGoEOvm@7+A7&C?<9=m`CscRi)J)4YMprqNw_7KdF#c}0qX zkXw`D5{%E|TXE&$+O@f@$*oV7E-5M5IwRJD*|nM;9>?-78ZnM(Hr=z}FQnsP;CT3) z4|%*EU@Lh%?6&y-?1~C$ZG4V++Vld7cY$Vk@op_UV4CgVfX|>^3!d63HD#%?ror6| zHwKUs-UHVt-JR}^=6d|GR{30;yQT3`e}NiPV`4tVBSnabaD3B9g_-sp(_h-Vx@7g| z?^&|i{`q?-w6*^m%Is?8@!puIm=;|=>9IGalxWB3D5OUH1&5R6OY1*bkKV~b^Mh;C z+WxJ#mg8taGPw75bcw1RQlXL6m6Ra&1X@jG80v+vBMz60-?#vuy2)0Ro>=!o5hj+Q!N%ZsZ$RxPn@F>hO660RJkEMTIpF3Xf0D0}Ykg#BnVUSrg$$Ai=` zZD*BGv$|W1J&rvNtBk5B33iFu7WBXp!7eU+3e*DdaMhmALi+GQ@8X?=c;-?bpYM!Y zK{kQ#M+yWKBOx7`#a~>h8o$nhoEF5nc}`p?-6f3!{_W?JOZ;tHM{qn`tv;>A{9oXC zFrRJlI2&Bwbb8v!G;(PE%smZmceORR+tz#DV1KA%e<(|~xL#XF+`rJ$yzvc>>s0%x z7IyLawM{MDY*H_1U#Gn*u$??Y6|b*j-8=7tMaACfT-HFrB*wh#L* zyNKu0(gG2Ej>1f7!S-@zYv#B9l<-2@HnGMS*pn6r)SqRZgqu4!L97Hp@Ujw`uu9g& zzEUD)jOLvNadn0(h~QimLZo@4|5@RLowZiekhlZQt9Vib@q^UxJJ*XIMeuAc(qM_f zzgfvAhm4YWOtf{+nypz-YCm6KvQ~syGF~kek0_&*{(Y(|L3zp&c6sQah0 zuhAOZ*d0TIMK@yBOx9rqsj6`k;HC!b%Tt5-jANSoFkF?^d4EsbCmhmVAy7k2L96*$3b zfhP;h@*9D>#KI!|bT;sPo@uRd{8nsK%Ne@?ofCinrvX4v^Ih)~vaohQB8UrsAkc2e z;&PNu3S859l7)>}8R}eS%^_(IZ1Hq{W`J6f_dzGgX|^tbda1RuQ?M$y($!MG-dzum za3y|+p-0oB8X-En@@BfvXS$WBs$_H$^+xy zYrLNg&Us^6t+uAr`+@%d^j3N+E0S%E&X%Ts?Y`38viwIaP4~OnJWcHz7aG2!ZaUHa zqqeoq7UvZ!*THmhf^Py<0op)}p40>$SFUbzHVs{Qlk##?%O&r4a>&)T_8s3+TRQ&g z$!*_Kc~{EA?cVV+kM~|@3po0Qj+Umi9d%`GZnZOz3cTWtVnl-F-Z|VV_6?v5qUT`w zH#+LpIkAgPdmt8dN8O4)>W<6?qfz&Y;;W->eb?u(ACz?I(C0ecO&^{-4I8feSDz-+io+B&55;6L^1{tI^pO96NNO&*^H{0#0oC z)avhVZF4swsO4EAex`nAz1!2?yzv(u;d|W(3~k!sn=JeH;E-#>_?ykX3)DLhC)#=Q z`rwm(TpJ%{$7hW3IE8XI53%Yk)x{MXE?M!*;}gdx)BqV4rgH7l$Wh&^#4qEhW z$2zCJ^)=_Oda%$-PW#4HTySraiPLX(kwmi7y0yQBR#21B628=?(8%E!<=h-V; z-i*E&d$;0}s7#wxtKkh>Nf5T_TDYLE0Os}F5K9@j$Pzx_PBoIZhvXVn!$BjpIqxwOSXQ$txc_K zn!IFRs-X>QTgh`aY6t##`O(>m>+75DKRSQ(Ib}*2s<^(R`B?d}rOi#-`Xuc`x^>StPY(4h%E4lNi^|kW`jaLs(6X_~)jV~x z^9A>Mcgx20hd#7Bn)LIxe79$|XO_9cwhgU)Pc}_CJ3OJG?Nf*EdGPL`roEfh z9lM_t*xR$@Wq~c-9#7L+sLU3LF-4|ssj`tGRz|Ff68@F$w5gmzuFnD(tBoX_r;L5n zVcv@3R_<$Vs<^(n>9-W#N8hw!*`4{y*7jo7hwjWuop!tT-{nm!kCQyExU&g`zrS&J zrq~V6`(3cl+pegm6>`<s^n%C+nolpnT%HN7vm0T9TYg3-cP?&7BPNJ#J@mS6uo#Zi5q_bRCH z^0c~J>cOe6yMN(Q-fUAZ@h+{kwNUmIAdzO%msMC|U|e53oME7aKURZ8kyWzR(a zdb^E+|7z{#_eVFd@2U`4?)tza`@OoOsd4DA`&S^F`k`mmJMY_i(Jvr~)OE2FaxT`o z+B;pY7It6g5w$1$+3WmY9)Eu)WZYNUTwlUQb6Y>@5r2W#RCZ4O`wv@e8*D+q=-Me**>ew>%odzu+ zrCsQEu8CLrZl3tQI)m{cVplZk9+8a@JZ!%^}P0V z`tIP8j^K|2FRwGcROnryyb2ie@X3nn+ZAk@+PiLTqj!{YTN=ivSoO|Em_Tc{oQNFs zoiZS>2owzlB;%CoKhn_cx=Vv)Gw-V)mq`y@SVp4}3o zX`t7rp8mk?{3&~Qmg#shF0$do;`k{S~lJA=;)TKS$~Q8d*@o^$IiO;Qf&Ws zzi+F*Zi!s7&8IedRh$1^s!ciJvoCqE>A=lf*Zi~derI20Z?)p?tL&@1njXTPeU)^r z^qL5I)dpyp!{;A)($~KZIObo9#TwHQ|nnm50@*9z0p^mJ7G(*^%4p?n|vZ{KA2fO--AUeNXEzxAdOp zA9>^&?YXGaTP?_PU*Y~?XGhP}KxO0wEKA>ef_v(A-QoS>+U^Uqr-cTaDB4vhHsi(? z+|?6B742;s9h;WZ7OSe=o76ryaCdL3>;6Nx>#wu~T6@p)Eqm-E+n?w^?|yevUkr#m z!4m77_xA+`4z=`7IXB{+*So+-_gz|AHal=M`mFkr z?{V#-o+NegJ%>bZDBTyfHi(!}p{G9Vw5GP}9c(Yo#7jU*NwZb}Ujdd=%8FWC_6z_XTh9YCFS?xS-7W5xE81Oc z>zi7ZBADnt;+tsZnf2c5y7%QcyBw>Z@}XS@I%zN#rH5vO6Sz5}#6_`>(ml18h zsR^`oQc6XE)}fu&-~T!19_h+<0`2?F`}=-ho?ou7q`REu+0XMl#~303!fRa47~csu z`MTq;#&$QiH*D&;vpLk=M53oh1z!s`{Kac zgH6qC+EFMV>(z%FeXXj#Eb{CncgHKbJJqcXfyMx|{8ovW5MRoH)=;~bxf2>&)?F9# zD1q)e*QSj_WbBYCHVSSSK#k4~+TE4ty z^_uI}th}CXphrpdkzd7?Nvu50YA=8OmNnO{9eRf-dsGioIIMWQ$f~0@%~`wzO@ZU+aFlsYn&K4 zee~#kE0pg~ewo%ECmk^db+P979gy4ys}3F8^8ABCuX*o!@VDRC(h9f6eQ|6(aqI$9 zg}?7RVk&dm6OGLquvIg=Gsr#@`B@}`aGcFI#XYcICfPCQG0hF3R$uVZqao$a^_vi9 zz4W`ycTM~xhV2dE?v65}^9o_IR2^AD=74fl%dg46>1+C0rFsBLkeY1oY|`EZWvi<1 zg4Tvd&m8`G` zd4@6s$w|QRTgKXwU`Lu?yK~tOn+C3GL!jQ)YulOzb_H4*t9ovY9&6a6G!93$oe4hg z3xPK*&G}wLq&d&)c0|A09MWG-E(x?oF9e02f?^X$D%ud6B^Av}eM_sl?K(pC*mojR!R=3WpVwJAaOz8&hMx_z`VxxjsT>;)rdACe z@NLToM)5x1?C<-%me4x&3j<-vST-d(N3Tl!c;_GEcg6CtQ^t_;)!wT^dtg^WI|Q8p zKIYpDuRx3MKHI^cMt=7wmZnB71dE0l5NzA|zV&{#k!w=hnp8*1QC_oB2%JV~a+u|o zo0TOYC89i{%-^)-HE6ld2SQCJ$=-mht^4w3dkMj7}N)}*&8q*5+y|7Px zRS{@)uq$REl_S_5whelH5W&Ym^>jO&AxLpZ(QZS$^2S%FZq zFW7yd@hkR4iwSen$kK>itxaly7Nf$~02?#b7D`lLui@@Xm8U7Ho;f;Gt-!-Zi z#B6{vku9)i&8{|}2q2QxYRhYSK3E=Z_qLS}zJCL#Xk>HHyJdKfcUF0}t^2$km$vvi zzh}&l(Z&-RpMp9q;K3t*puKAjxif1XD=O z8fg|a(rd6t?fufoRgLZ5@Op24o>gzX|CvV8T@LjGg`PCl(HfhU z!2GdkI#vRX&?TWv`ey8gLJEO{;I|G|q2XX?%;`Vv)x50<{8mN{Ys_A8r z{PXbA9|ZbN9R^Pb8RjvG0-+@)iiibZlP`>GF6@Zp9{8;_p(M%C`~dJhB|nw3+# zKj3YZs$zLF4C_bFJO0F$@?W#_HlGYZWIpyyU*ZHz=Iy^nvVj8ijnrM`6o?-?NA;e7 zyLaEJ!p2d9N2Qh&>iu@oLBLg^B(ksci?~jb2oPXF{ErBpxk{=~!7Z`2&FmJ^pDf9M z@8K)JZ`A8^hQpF0(bd#euCKqsI%oYcZe&*jtdma zM`!Xe*!yJY9`P9Ru@%8`!SKycO;N{(4+M2v*3nubc)v`!LKHMPm-w>6n<%B_Vjo{8 zi`Jltrz{<4mF;IXb=GWuq%9g}f$`Pua>F$fKCz%X?(5Xk|5(Rbuvf z?E=_Df4-X!5j7~DXBELM8{uWo%ZF;UHO7p1C`1MTouDHIm4+4PC%u^7;TcH)TD7EK z6x!l|!1Sjmpva8hsVRw=gnkV2YlWV!*P%Fxo0b*@9LgWc?@TG4U1dgq##3{u{&B}4 zj3$8?QHpYTv~tN;pUZYScYbu;&a%iHfecAZRco@zGw{ege+QPt`2`d|L6DdO zbSR$09LC&ySz->sllPFCD7Xf%i)AKSp-AUtuZo>HAl_x3x#TM{A)>G`FXu7rHY{6; zfkP<7C51KEigLLzkZg_ibE0T!Jnxeo6*BCVy16Bk?34a?7kq1{0L4R*e-!qqN7)qn z-a0)j@u0wF*SAA@`$B{V0<86CY<2pK|A;!0b$U*nR44Tun=5WgAl9(;DZ(iVc$UzGv`5n5v1^Z?`N3N3 z1=iw}tObkLVgcLuBWh<1IgA-$w*yyh{z|D2fZE@;o5rvZDRzw|J$)!sUNvNfkVfXz znVNqQV^kC~2ctXPF((3@;KK$srVo1bIysI9Z#yfoiG%~BAK?8^@`IhzozsODe6liA zEqY~oAto}_2iDUZ{?&mDG7eE2F}?aX_(16GJWL^$jWnU2UgTM=SN-bc2oe5gix`-p z?mx#I$~2QM?6~{F%Ks+grALgMm$(VB&<#ou-t&>{GF>q8$%>C z5v4#nh2R};Vn2{&%VccBMW}ZL?JF`{Bq5U=BEJ!F5|KYi76U1lCIyBV2L9X#{KFsh zAE=xK0cfkM(8Fu6nJQs@iE#5}&!S^ouU5w9s&7H;vX4g-Iw<`uoPEZgOU^a+`r>EHAL&3H5 z6!8pd>qyzi+pzlQMqqU0R=(rx{2&qGoRll6SCmAjXgBJkJZUtiec$9qKtk#1;FXjk zPiuyH_vLV+wp+N-w3IvAcr4soAG5=iHP>6uYJ0yZ1V(R1kt1=8c=xAi1@Ut}cqe^u zs~`cqgO)n<4shNFAU=wWB4E->v`zpx#r4TEq=e9t8#GZ*dTMDpZDNT{;9ELfR1#v- z_%v^vjs_rS1IPgCK#)uT-q3HX)BS=US#&btA*GfJDACFGco8TSIdz%5E0R}pm3N3q z6>Gaa)og-tGx>sr;2kckU07;KfUgh}Fyo&})sSMkcd248jY9S6=l$%X1>TX9I}hp? zT-V<2-SXECEhgMLwndh@4i+J2IOY&zpx+xLY%J z(<$*(>K-&$Fk9oaG=aH!@xzs^1MYcDi8K&U8}U@Y$#WVuc*xV(DWF9=N93HAFYE-8 z;|wFiU(LCcXvFIMCy;|MM;Iqft5O3?gK;BzV%|FM5j(D2V2C`Bc;JSKmlV&@4%#aZ zglwn3@ti(K57OrdSVo_t2lCFs#wyM{6|Y=i^2KKXDcCl%hLbVZ?`K9O$$JJ9YL}l9t4aW%j@I| zylA22tNk=lOPPUOlB3uW`_ek_2E2~o9E5MNdCiRTvvAn%837ClYCFodhZRrH6oJ6) z{+S(R^Km;hQN-=-)8!T0Q}fWrLh7-J?Wy@9gM=)njcNEFCJTE*N$fk69>_taKy_5d zRYaw+nO%83A-lXQzbj7^O`y*0G6y1pZ+HFba(NL+5d6g1RZl$uo1hze>P7D)Z4A}Q z2S_p-sxDIQQ1#G1V&!_M?p*GbU32H`-qfLa%Gs{Dwt2jMoC|}ZS+4&*IByxL?y8N9 z|NUXvt^MKsVcBk$c17EOQbRc&<&incMD4NOMK9=^ z9Xaa+ut_lyoISwy(q?vKN}0>x1fUwTa|Pit=fibcol&bsxBmuN1KZ8~MpmXrYnF+| zb-Dz=WsbAx6mGuZK4)hg86aA{n(poB-F$IxhjI$CDE3m#LAs4FCG**d30Cz;Eb*_IQs1z7;DhcewvRaYm0G>$sq^FM+=lm^DBQ5O@=oz zDjQ7x%h9Om`41ILb#AvWu-KJCiE4A%;EqU-EAj#U))yC=<=8hv`1%)6^3T|5L24k6 z)de!P4gw#F*M&J>917+ss#hOfs94+Lp7~=^4nm%k!%{96To$U%3+6QT5TfV!ta2Cc z&w*}OGbAkH|6Vkebj8Z%4?m$aCIAgS-ccNUoLx+7`B(x7G#CNq5};>}kBc$u^bmkm;2533 z&EsijXMh-mQKzQU&T`s7I$bLU)d&bk*XjwygX2t*S)^;_BqXcl^>mjyCx4NXkgl~( zLdu@9%VuewwBJN3?oebI`ZXDV3nkyljRg`X$7hbuSf_zyx@SkTmJKV24&PKcw1Q8J zI=Q?&@~AK`KB-;@3;B|Qg^U&K;vylWrPaZ8quQ%at64RRW10H)b$Uh)!F*%qi16rlb|Va6{O(LQP1zNql!Y#TbF3+!RgV-VvFVXV(4k`M<->ANp_7+ z;_70H&8HMvj9*Jzta|7UF*;Iu0UswVEuI`bx_oq8a6qY5>h{s`csf3*19do1lTDgL zeW@(22k{7y-&>kIUee@oTwQFk`IJJF@#}&nPBfdO1pZq#xy0~6PTtA*%A zVM)*yOkkT(jtv_EPu9FS-8ktIgDh3!q$}x)MZwK@AdF}PD${-vlGQ39&!xx>tnaK7 zBGRZsR>MZKjL6W0FtlYQn4t-MQt=G=jj|$o4f#cDBKf3i$S;u#9QsdE^q++vrEFHY zpRN{7C$mDGBTX4uUS{2yd#tof^sy~a!hjyT=bq7y`J@pCKbuDy9kT6% zX9GbE~3N^ZIV%w3(v*FflQ-a5! z+y;l9D!zQMtyXud)dVce+DcZjTLZLJ=-?<-F%AWAK*Esv{&rtzQ#%zdMszfeK1yex z;-f)hLXE1?LQK{~kFCenoq@sr-aRwXJlU&SK+V7*eChHYyQu{Eh0(faS|3+Dd-7H# zXir{_&<@+4d~t+IT+ap9NQvv9ay)DL4iY^8HZh*<9yd*vX~Y8_LxN{h+$@I0Y+CjB zl!*e;0l-i}s?xl+cm^hMm0k_!w`fb>!i25WQRrtG_d&BkH zNr8V();7)P86qehfA#ys3I!h4*4`XIx#=x%hxwUbIL7$#!}at)Hp^ylM8S;(<#n*1 zWBpBto}(BR)u!6CS>y}f@P8n#9jzvgI9P^+eUIv)jmB7NopskKe3cn|OKGKo1)D)@ zPYz`@zNo5}u{z2n5tt#?xwZUIR{jn;tfOz~ckwIB(C@{b)0uTKAHUDi{i21chg!&z z3wF-KBc|942lx)kYZerBpcaTWYG_~YVr?k&K(?^hM&1KHH!9pyvW57ax0YIX9qlc` zl7)(S6tAgHBK`q?^}T0_dw2p9098^{XmY&C$SUL2H@DLLG)?0<)>UcKVphnJ zQxJKJuXIn!I{iI|hL0#$C^u550AK9#pL4OR-z`~=I@ePxUPoCZv3h8?ca&7y&e{XU!eRBb`U`1bx^Zu{o?W=0*b<4U($CZrV`&>u%sW)Yo>3HqRA3d^F3ZbeI6fS7p^(jI0$V@ z%n2DM739R+11}P`$CGY*v^QSM^+FFF32BLQ z;ONqpt}}8)ax=q27rI+aYc4(|fMs^4w@#Daly(G{(Pvwyx0<9Y1126!6+MnyC$>J^ zykYC4>5)MLB$&dRKL2Wg*EBs&ICT!M>A`%%U3?9O!m=F9uRAFD96=;@j*!)agB&g! zcI#nO$nmRw2>tOrZrv?dY2L7K%?v{<{hk=? z(+dV$`#F&54aQr44_7U%ZUqmJ%4N8;YOUIEA!Z`9&TuS1s*T=;_P`=BIdPi+zWOaZ z1Ti<^X)zQ>^^eUMHhQ8&EW?IU3I(zqoE`ivQcYTXTkWQ)T_)mC=qNf&XJcRxL>Q(Q zds3T$XRd%;x{W^3@ARE+W0UmFV4dQ@-eNEX_$ESgYTekBj)oA7O^tnbA*qa+^c0&R zK-I0>SdPpnE2YqP;u)etD5niBBs#=b7@k7f399MX2&C+$zb2{RY%Dv!Gum^+r^aTX zfz%ODOq#yz8fZzJS@DnfYLBJQw0OLS|0;V;pK%3fgDYBYmI9ra5;BtCbIXER++%Vs zvBx^g?5W#Rw>w*$JAQK|t+sU6KKS>-?ij2sT~ZmY;{wEvActx+wR+5Lc7;z6 zCh2by)q<}jJ%)#PB&`^z=@GYhTO>c?el#T*0Ug!35w15!^6^>%*aC=$n?E`9U1@6} zz)6Oiad8j`1?~P#gtZg|ndoCVQiGuRF{g^;8pg9EHe9JZ$7Uo!bKJ|bJTTCu+sdz* zFWj`}7j@EKVK@v^%&8j++{3U@Pl{AiD(vE?VGE#Gg6&*XqrYWwHZgCZbV0B$*3)K8 zbcMVgo}Q1c!>M6R-f&9KsnhB-ju4CM^sJn@^0WK?YtG8bHr9g8l z_R+NykQzjQ7*|Vhl27k(h*<0wI)ByZMBbl z7Q43p^WCU4g<9%$JZcCOLNMaz@fSoZ9t^K%#6PdS{)C^}o2)kMnuCC1HAbq%*g#}e zk5o%C;UdfYh18+g9LBbK> zmV^6^t2E@6!%kLt0-13$<{4W}WqaRDl0kGO3JR6R^e(V*Z}0^-p#m6^pI#!(GYFSy zx{aNueO=vuIbxS~7cE`QMx#lf<&t#;@otKH5xdG)=#&aL_0GOuk(9c$+dyQWuya1C zRzl4Gy|n6CR*HFwc5B{%1N#q{Hvq_cB#2a4eM->xkf3p6saI=($0+v5YE&lYP9doG zb-j=AdVqKwKyp0Y)|(}Q;xDo@cP~6yH26aB5y|2k?wG<6%1LilOb)#o-{4m=s<6MR zgPh4Qv%>7|ul$SdBu}hdiK7@bQ#BD)D5`ayHlbG!I(JX+o;LmFbs|?P-Ut}yh7hFi{rN(^HtG%a5aZ?^_RR00_S+)6 z!A=){W6hh>a_HkvN(Xw`{CcYcdp6G7N^*C`942Tu&~`Gt9e7ZlK+Em+d_9bYU=qwh zo-+UP--&bv0_NR0-muK>y4}~oj5+8+U~jEji@@HFaX-cw^HdmP;KMka9^`2P)Uw)| z%D7GV!(q_@P`v!z>A5 z%<|%S?AITk4L@>LN*V37=krgBcxig*law!#SxqXNVFCyE% z`uTVp%SaMMd~4>IL(C906=xvPhs(Ei6!~OqW&sy@Wi2v<3fz{?`N(tPBLc*pL>$)z zwj;rJn*VO1sy0nI84`|T37|T9hjJC(g_I)~3w&)tx6`8tzBVEFhsaQimLc=xt*g7s zjA`P`7?ir*uKSzQ`lHG%T>FO|&e#4LR20-{L|VIx zz=#SMvUC4}Q?XQZ{EPB;7RY+?XPfn@P^A>H-zA&AMep$Vc-5g&x6Yt=tMaR$=FvRrnb>|>yQ6ZBf@=`}kemb6hg*&Jdk zU>K~BN)IoF)%i15c+n7>0S@ky)kIntOF``^}M;kKW0qj_*W)n%B0pef@$hsPeM$*q54v z$JQ#(d6#tgO}LZFHR?~R(?+zsCgcs?)$5AS9d#UaL}rhEsKM9L62%@LkE}!CpqG3o zblmDkEgj#Zr@!&mrXn@T|(x@+dQ83hh z;l{~;ak#Y+<;#1n3ZbHxveO&tToGBd9tBJzpCQHvrt=QaP+N<)^Oe}+DE<~`k6#)L zZaopKiY-wq62sc3^m@6Mu{zP|F0bJn&X>q_22^`wQV%qt2$p^+*%gtnG3^a`Pp*$G zp)#m1s7I3bdSCUmc~eb3BPBr%;A|`LCbcY*>CMLvEd8PQJrW&svoNh15HPGCjDAZG zAd_w`GLFAZL6iie0)D9MMccIQ>hreb+mz3u5LM)JRlnIf)Ut(#9L$23&ImgP7LePR zu4zDxue;ZfR8wt{3H8sZ>msHxs3DC+b3A;i_4;I({5FwE4a>yI&-{`Kw6>={7u>qy z&~p=TE^!B@)2K^*`2O#AUMuUOUUT~XXCGM7c}iKa>o(N3YYlEl5AEt~Zr%NYn4_K! z!xQrhVD6Z|=PNM}(u2|OX!YLay+;pt8v@38RLgbeGo5eq244+)eT8yu=2_b0iA@1c zpjK1Yw~}qVEUt3rE=9e1c=%+y4@{-uz!_g7iV^=3B{i!e?^K?Se}hb0z!y>W(#MYW ztU7-1=s&3&N0tP!yKhg^zEvnI{q+k+l>HYsLVu?UhCM^;lNoUr8w;toj$MCbq&YNj z)3WY=Kp}9H36?zSGT+9Yr(IMoIPi#97NSuOi!!>2rx&Xlj9UdmM+KYZ%hJ z>tBb{ufEgK=Z`k^y8B!LSW3-{GjztGU8u~FHos;)?nbeThhY zUoXfB?hyhyE3d)im-B7PK*ZWRKtm(LseCHG_2Li`#fScO+b@hMgD~)WsV_K{r(5Hf zhKAfjZg!Nt-nE3If8^5Bdxyp*gg=$ih6Mo4^NCtoi~;MO+w0$ZXJV}(@V9X+JC@zK zF7h@Mw$34JY?}S7b4l!PyT2JYi45|{Y2c*D+}&{u6`Xm&Aa-iwdSCmmQ50@d+bb~i zdt79zskMCj_o~xf-waY2wDyoUa&4l?+i0|Dm-N*3ERVcjc|nNoWJf4~VwzN`?3(^p z`*#iW!RZxfjeQ2DUu;#FDmnK~OHilenVu!+zS-A##M{0l(H`vj*48Bt)S{FsC9olr zWB7^K(QU6M_I4kWn1DiV?Y{VrV;_jW-t`-2*KF5ol}BnHa4Uf$wMS~Npu^$tky@H& zIyb7j0yQ^Neo@39O&zH_QkSTgpw8kGoYiAC&2gko&M=?j{~V}PXVqEah(qZku4Ep> z;gMc)c+K5)r7j7kt&n?(giXYiMsS{o2? zHeQRl&H=tu^=cq}j8~B3>f6ZaCf~+EMO^`lg`H?uI@?pZ!5Jlx%DDn9*pFb_SHT%l z1a(HAW&ftnSm3#;lMmea z*ju_*A97CootQ##R56(ke}H$O zf|@ZVy6?WOrG?~)>Wbv>_s3%fEQdfOu;=8j5!lgwItV1%u&D)PK5!{7G^ng^prWh~ z#==bxUmIDgRPK6NS<*l?XZ!YxiecYayUnu=8>Xmd_Mg~mYdcnUY^wb7J)TEadkYm% z_dM1WCE$xzT~Un9X|8;AdH%9}y`{B}%7bZn?+z9nxin63mu>_To<8 zSQ2!xN{WSt)1yp4`G-Goh4+dpv9ZJ&ty;KUaeSSJHK=DcqK;s58!FZ#_)Yk1>1fm< zmVQ=3G32P0ls^GL_?$eC&GmAx7u^t>Ri9OuFpcP_&%iTbJ}Nd@Ub6+fJrIUAY=Tx+ z{xSc+oVa0Vh5-ER-xpoa^NiGv)bgNPw;CO(MWF|?kI6c&s=-zvrIH{SNCsph3}-SR zn-G~zwg#XB_{wtdu%knCi`Pz~Zbj8>JZwZ|w_peh z1*$-1q{gCs(zabJw5?d+fs-M;Z;R6*x3Os*?Jpw7$f@|>W48(uVkpITc7jyTZ1J|r zzOXXX?W3Slb9~-w8m#|I@*NC4(llt_9@C>cOZ;Y$ZFFw-wvm|N-V*rV*{6vox%9%E z4ovO%aq+F1t;h6)iwbuv%f7uh15j>^C*lc?UNjGh;ylEoH4X9D8m*o=1&nnZ2pk9$ zNXkDpAxC6v;y^%Blsa8JkK}P~88_T*Hn^0D#lEo~yHXUJug=OVM^XfA>OdeqF*L`0 z-WZ_+0joofoSFE>GCBtWB?I%Kq*ibyheS!a!SsQS10CZD6D8B}bYUpcmZ3;tw^$yu zPR>NFLyo~%=0N&DT7EL3V+Hyjn>moSj7Z@eBa$u|k@Vsta$pQq$>dKA8s&j;@o8j| z00T09{!Xet6wjmlH@WVdtbQ2r@A966W4M0!^Q>BeRvR-J2bp3x&+fJDwe4}39iNO( z7CJs@>G%X`%-54Wp!vzWMle#gXLb)fb^?sRNUiMANbMf(?Vz5k)5UYd^l&WLAP9S2 zN(+o3WmuMoljN%~E0b7;0VB)!sV5a4i& z6W>i%Z!h}zj5^uiWUgUf z%x6KMW8=q6Y-Tp2`q;QcpU5o##Z)*n+p+O@ooF#hDUwrkOw91tjVH&8YCv+lpa$Uk z8{m!6!mL(65;(lLFfck`NSN#?i5mE4(+X-6NqHHmV`M4HzF{?MI#%F=F}w{9FrO(B>?4BRK(LRbN7C}4N&m=>TVO6&`j9!~mUD+nT!j}#W)HdX zOJT&4In1SvAeke8czF_%Q@GB%Y>5ul1=oBvwj%0CY^D=_Ewd$}2}6=Mb7|EGQ7$vsIn&alAdWq+t_8ZSWit!9+B`WL`99L2pr<^ClgOE-WW9fVRQkZ*r zRdR-a6pOK3!YxH6bKy>IY0xU7hLvb`5IU$;Y7SP9&BzxG)&iDE5@N6sPy<(>1d<{*Gi9{J|7YY5!3m;)s$x?@LyW@EDl zCS-%>tLO_9inO?LBtZcAnTA5aBVCE>A4tzvDA<8{8rP0#NP3f8pltn8o->n; zPa5waayj6}{(xZWCR-010eN3M{NQO~R95tfr^Fb?Qv_hjIL5N{9Ih;byBc+zt%nP2 z9V>H>))$b#8TXq{@W%l_z--)4QAc<}9d@R4YEHwc`suvTj=K1@Yow|Iu{|3%Ct4H{ z#{=wfJCB&d-?*I~VQx)Hm0aW+mbrRG6id<(virv*yDx+6{!+0p6WaDRX*wIx>V+Hfr{?$;xTu*9ZO3#v!lR%11`%4@LR<@0VVYJoazHHm9jd_BK0 z`M%MQj>P;x@NJ|<{740PE-f`MuCk^CxylQ!+<7|xMVk)9~mV($r zop&kctU$P61@kt!oX8gpX_FmVSHv2k(nOxZ*RapcdBQ~o-&(3o^I&5YzFL{>ykkw1 zkFOwZ#yTOnB(diQ+z#-`KObn{e}Q^e%hY{7LNlYF{oeytu+|ytt-M>EGWSh`NzW0H8&*?tmWU z52j_$D9h>5?z>9T(YnLkVTm|V2hKT1rED6i^4%Rqx$*9f?vAKOribbN?hY)>QDeoz zTux5_=RdV8=5FV4b0_Id^nSc=qC3}JVDHf|&iUh`ZUQWr-@It*(!p02?o?ZbmHRvg zzP;=@EA3(b*=K?S=Pf7z{)bWjD54C>&kN^yH14ENyeGn)p3^-$U*yaEWPZ3<{ito! zRva9hmkiEs&u-7d2j3YH&OlTg(PocVs4?GILwiZETllEstS2Vn#q( z+RR)0)0;krFu)d6>elOc7}!ZZmt#(^=nH&jn~e z%^I!u7y%kPSz3ht26-$`H9Z~Awj^0I#eIXD(yN0_v=0eRS_8=y>wU@!tnB+5k$#Ja zC`>jy&)!%PT9rk(3seD8PP9Cm zU=y)_4f4}Dgl^@bm3;CJ_+yKg&_!@9ImeuO2Sw$o5b*f4gkmH?eb8G3_0jR*-_g1{ zbqYsXYp`^RJPBieGw3dMiMq!-jlbw3{cc8?;R)5apU29`LBa3$H@9X28jsDvanU%m zgF9xl91$muuHNW;&12vmt5UWbzBb-bG?zDgV#oE|8m0TEce{31Q6MI|!c`M-jW)Zx znm3m^ImfDp8mO*24d{#jRJVO$w*&KG&dQFu`J*rt5KTlgU5Fu!(%ra!n!kGD>+Y|Y z4S-TPZ>VO`ua|utW6Z}HBtU=)#b~Y^<=u(-&;NRv6>+SiOr9}8=^Nzk6mp%^H2;B8 zAo6FRUsw`jA|s}n!QO}cuB%yf&AO#*sc5$P0Yt~XogR!X11E{hgVa75d&F)4KFu3u zb_BFk9BKAuBJQlguM7$7f&+?40d5==E;#Ikt=udEN+$J5qC$NV8IRxP*qY;`nA1&2 zOaQk9U>;b-$668@G154mFLf!3swjM0rj-rcyL9P}aiJB)$_UsrKk_F*Hn?JCc&<5T zvA1_}PED;<^PRsE-*@H&ux#fK>UrsQLY7$!?LX2^DDxPBg^3>8)$7#VJOR?p#^bfU zOI(O$;ONP0y{=xD7!^`AQDdFALAs=RUHnCa+Q7Tc>0%o@bLlfMBxI9OyP~Yq>_BIp z0L{$TQy*zg(Zf2utZ!Prm7Ji(TZ^BhbF^=^6TnFl?`0R?eB83b}U>hLWKLcQI%bj6%@o;yp3niBIM`@z(#OTD{_G8G@o^`l_+ojeY}MTE4HE zUfLQm_nIkM1tiLaUtBr?rFWcL7s|sX-Gd%!rxJ`6NZ*vuP{eOl6t)tf4!e}??1O3; z)IY%vOLc&TPHuNEBW(0gy|o_&d?vg!rdRW=Oc*paW-q9Vlg5iY3!f&DB*B02=y&TN z@}Yb+82v%t9m*|z`Mx~zL-r?k@ziPSJX=F{PywX~PoG3b)gO`Cmh_o)eD^j@?gV zFRa01E~wHb3}y$jl5jQKU{U)$C7>NCE8!yOYd+@o(gi=kIs0 zy3{}1LlJubKCb*2eJbTZ%&e1u`I#S|>SXJB-Pop~On~N0Rhz9dT@{oMaol}8bv#8? zhd9H{CCU&*fX=shdj@#xd7V&pmbs+Z1%F6jF&S-knCWJ0j^6G>uQ3>?!Hajll zu3k4Xi^1nWIEGKW@ltYY)1V?`W0Hc#ZKX2i8MY7G&GtH|iHN*)=oeB{Mv)ol;e_cD z6s&+{^*}s|>EK|x0fg8V6)7YEe*9dnK1ubFKT3)(Em4DpqPgs6k<;Qms7rI3_9u~f z;-Dr|b4~aV@lcd$7J@Y_n+~E!uq)KS0O5q>WcYg*WzDtvxdG!+T`*t*i4?+8zy!p! z6_4aJRq;D2GGv6$l#CRdP2qTDBAdwS33AI&D72nPWCiw-VF#lwt4BxbwHiL)3vCx%~`V=U>VFthqXhcv%wqw{)^w>B^`;5`7eP} z_%D2k>;J?{KKkGB5-S6Kbh1p3GpnL5RE)xs2K=(%4I4f zC_aVhNkS9>f5Lh@$+Y-PdjkO)Z|t976|85=KGV(!0;UCU@n;`z5s2{8s0z=Yv>_;TVq_v^VBHkA>hq>bbG_Vc22i>wIdWYVDPxD#=t8`W< ze5{&P54wdgHu-vn?k~0=Hggd!nC0@5vleZRewIz329!2IG@#f7!oh`2(1jPmp#s%d z{n1(keO;qmth=c}6m@3>z9#Kv^@-`kwAop>=b%qa=}!92+F5*>*IDckjd$>85L*Aw zd+tG4DEcD?ta#*C*zgu8I1Ao_?@Hd1p8pp8%SA4rf8vx!+jy+)aU1VpkB$~a=P#EQ}vaU4P@;1ru-GdMcgN7mg@ zxlZFeK$}6>+w*>NH+W==kf&WpO9U2|D#)O=H)9xAm1dc7B+fw2t|`fHW1n1RP4_}; zOjM`7a8%AiPrUICC@BE?l6Nu_`**&)1PuhnO^MMA6Pw1bsL}O)g9wD%Fmu46g|4CA z2Yb_aig=cb&iT7?<^ooR9S|0^DfA)4xktj)JKOsj7y5OaX_!6<9mUwt1P=IHy(2Aj zW=TW6`5i-66>Q+CrSmng-O(ZyvAO|tx!8G(PX@minmdr9tBXA*OK@Ol=y%w{y;jdq z@S2`sGkRvY*5vi$sEsxbUOyf=?cPwte-vr|LWMOa3&@D6s2{5?zH9jQJ1Q|-F#3dp z2eUOf7{(Dp2XOUH;nTdfz~pNU4MwRBJ)x;Or_SM6OP|dK&FKREL^a&Gd0>Or*2dg} zk0xfU?1fDvW`IWgW!Q0P2A}4=EHOhQs*}HCLY<($oMge$!PF;Ac(|=yf1I=z6#%{2 zv$x(V`e}e`_IfOI^3es^vybku&LI1wxzAl;R5C~R1_v@lPC4u!mPCy=;+<2veNB+a zp3Sj29N}v;^>Aqa0>vk^Un7gLRlhI}e#ZU1P8N5d1>zCk#encZLH6|`-m}UD-m}=NL{)?l z8p6y6Z(GDisl66NEaBko$}NL4gEK|`Y1p`3*6(Bv0;)Je&}GAHa16s=*WmZ9ya0q? z+F_hLfu+DdH|n@?BF&G zD=Yc{L{J)cdzn(1eL=7aSTSP8GCg3ICTZsSC&%IYDCJ2Lx077vk`ysy?2EAc2j1yI zP`zpS57-B|Rm3@+ZNM%XN%0L7;Sh6LE&tIObcqu+wQ~1~)WvHao@CVm5LV(aZ-%Ll z^DN6AJjsKO%B0V(pU)RHQ0yLAxEITy=Dj$>Iqp>sKQ#Gp*~4X2*-Oo-80}r|hs&Zl zaUG35!H`povgvE7{K~&rEn-aNgv3+~k}H-yM7V?Z3o*srcfVav$%_g6)2H+)HLGTE zEThlntFn6b4Sd$1E{NtQ=J~AqrO)~Tc&%K_#n;ZIy9&=f?`#gzzv<-Clco_~UUQU+s6=N4Y`o+vrC3emwYpSAS-^U=Cqd4o+?Q%5 zl5#L3z*@Qh-MzTL+y(+P;?^HH10?J3bw zvqD%l=Cb1DKEGukau2MS?~pP_spv}nTvLGJ^`s!u?Qr4oCIT@Db8yI`yn`T zlyhY6U4VZ99QjjTzf~=HU^1Q%uax%1K#G3nvpb8`oQ~pP41@>5h31sWb2$#=R0mcG z0DcznsWU&}mV-~&q{J5&yC^|8pNMnx_HTd4~-o48Qug24W!-6I9-ImxQR(LP&Nm_xoDgKwXAlKa~jFb(5(Dm z6drTjjr(m08$P+HDa5sKHl@1;qmNDuPEjhBI;l?TSvF@;uAu^Rc$8|3-FpHqS$Gt= zHd)QW$Do|>wm3*xA;tHYT}p8jkS$AOtusPG3SP(#QtyNhN#~wCq88CQ`ZSe2K`nXq2}NlQ>lOwl*cCvf>3h?{eymM za|Zq0Q9-_v5-6ZvZ4q#J>)NVWcPpHa(2sz{NzkG|{ z<@x}xcrc|sY35)TBIHhP+T7gIj3n568|60B?gSJo_wy~SUNf)uwXU^hbpjMZn{89q z8t>KqOeJ;xPz+|%{jyY<;fljA6i*}lWDfqJ+WYG6tAlw$b7CW4Io)<&9rPVchnNt2 z;yy2$j{E8aS%}F%WuCP0^2WPpfAb*iX(CtziqHhf z&skIQ`)<8;~-)^Hwq{cmv@OTeNb|WGW8sC)_YBI$Sns>Sbbi zie(edVdScqToYUupKSE10@rI3l0!uyWipwiA8%^&QBl6Bm{p2(tV<*x zIm=2iRd8C%jd2@%E_MWhFNi16UNcdE#_rrGP~;p?|0b=vJ@xr)ZnQ!B;NLCgMoTyn z<{XmTWPa$RcCM4!O+$MkQSNQ`ZY1v>N4hx}<8@Y?qqpv!vx*RWnkPbN9!L+w5vu1x zvuzmr&JTOIkV!xpKyF36)#P<)PFHDJqA(u(?CoA8m~pY^QpvUruvWz9ISLHVW%9dX zd7{3sk)_uITo}Hm7w*g27w)T)0enWaQLRyYHvSs_c#q*CoThTs0=nK>y4!}4(eo6P zZDfp$mgP`J=O&fojKc$bzYRLo0o?G+sAXdvV;y>qcQHp6E?7tIeA+pIgeJFG5CA*o zAM+P_XU93(gBEen();}TyoYMLvsNxn8-?oA{ISy%)`-VW;~V}&70x*3!KX6u%&5IP zYkeYdBp@tb<>vK9>?&W%ga^s$!P6*$?%u9>dofg6r2`D|%wY$(dJ(4^i@8X6hv%_t z!xZV*J=A=c(!@8F33|8mjk75N>0J?j1)E`heEJn`ZBU*?m}9?IK`Zvl(xY7*zgV8U z_eGF58MYdiOE3W3yPn6Yhkf*zP3;iwp_VPmT5oG>Ksg%P(x#jUH7WeLZ)UyQ>cwAV zi&MUYt-hCifY_*72X3KDZefNj)H4SnH6i#+_&l1`(i!9O977Lzj(Tp341JGXs2JdX zwN%y5%Kh+5CiYYEY~o?ff@I*~tfM+9u)5Q9PIGQ@@(jzwo$_h;TT7qlcPTQ4J;S#t zw^(HS110n5{_G8SkGHL@J%B1A%YbiT7ACwaKuS+>u9m_Cru05sEyx=uKz1CLEnB|* z=M{=l899F)i6@fMcNkF$J(E?yC z_h%rEbYRb#SW}Q|`)Cw}Ib+j`9g_uObry6lNOl4U`#<`9q3Hib%!wy(*;ybHu*ND7 zKP|6WAn7w5^O>P&IM#fFBz_3$r3sXL1*r5_BzxO4pl-H)fPM(Y%#;nwH5n?hEIv0<@c3p*{ zeKcCDiKYKU<@yyMXb#E8vm!cII)&*LiU9D}L6pk8Ebswkfz zfhraxWv4a<_hOlYD>ttm$UGJa!O0ZjB`&r+v;NH zi;)B)2(Y^<{v=z5_E1!s^#nj^H8VbKzb!cd6NW|#QL-v9EK;DY%HPDB+WFQ3yG%vE)f*Dz6zB7b8Q1j$aUg zJTx%&QDQyH4(?O=%T1;$^{!9s`Ykk;Z^;^Qyg*^_wZLmlzF%x^4u%j^C8`qglp_6E z(?}9E3ZEXHV^1r0v}tKdElLAyolkv=GKpq=R31?)$9C)Lf2mQD&jxxA z{NCH%>|NjD`#FrQ1ALph-h==w;o3W^Q9l?ZkbJ$dhM_Z!z75T-y`%kC2T!;DJ8B>< zsb~na$2OzRS>wQ#&Ml&>R%KPPvMbS*Q0u#TjXI-FZSpm4i?{ZlXrSUbeV6w?AGx%7 zKu2g&Xdr6q7{vSrp1bR2CAK#fZ;hR)cuj^?x*^TUQ{Vh9B?@aGZtIo*O!FR-e z-gwgZsjvS`V1u%@Irvhb@v$?9K4j!bgNuDQb!U^0UAy%tYx1`HH*NGqnqn(Y2O|f1 zHaCP&}lrNfeV(Z*S>Rg8Jp%Zy7liMzxvBA?HBnfwEK>`+I+1 z7`sAGD#xykRPT&f->afR8A>>wCA>Fshw?QuvX?77FsOLW;4_Hjtwb#E9Q!jQ)K!u< z5o?wH7UJ9-{;OmS4RN%K*Xb!)Mf;dv%?ocuVe#WfYpk)fXASZpHGy7BxCI6UCRG$j zgZoOEXHTY7AZ_aq;z$T2sS!_8#8~5r3hHIe`21~et#OBgrH_-U>j6= z1fz0mpbU$I6q|g*I&0VkmIq){ti{|Ur^VE$FjnGa3!^M!FB}R(PLWdz(u-YrhgGnU z0K?CPkz=my-`HO(TEcAGv)i+>R~kNv^WvJteveW~D^F+1)I|KmUz)1PYi_*cqcU*B zc_2PWyVW|hT$`E#@1zwWwJf@0W$O#-2Pyv}SS2}?>c@rW$1jasuhlDmUaI|l?9Zgb z*ZhF^)U59nU*jfa6|bz=$m-QwLjld9OerU*Zl5qX)KBv|bCp#mfg1I#r(2b$qnQ_s z=c4cOfhQQxdVksMYiSg^ui6@j#0-ym<}YT*urbiOWux+W^?I$X$ELcK`y{uCOm}_L+ujpFVSS{qom7-p zeIcZh_O3+9PH#(B(@UbnRu8dw0q@(OALu&qs&`{@m;Opcpw$;S3KJ1E^4bG;`+nEf z^BgJ|8g20>n}D9x&Z3h)Z{EOb@`YZbT%mmXZ#G5F z&u=(MEK_-|P}RGn%C02^`ecwrt9}t`SjuIS$beO@ZVsJ_ysvU;&UdmUs3e2IP0HHV zUr^~$!Q<5p8&Oix>-U}BkZ+B=96~kKwh-hh=8GeM4+0iF^zrJ9(H~NEMp`Zad}2d; zNC?{;pNHKedlg9YG(t{Rkq-tC(YFx!l>U$%0_{IA!q4JyqyS6Uxzp!!O zee6u^zRoQ6L#ylj&d_I?L)Y|f?&>tE#dd+QYBp)uo?YQZqN=Fc#H=<;3+B)U>JFvjTnIu8a)5Kww$>^I_4h8!km-9Avp0~_%lMm+ z*>PxGC@4Z(BHIVwSVi26F5#{c>YHh;(x$>^-+x4|WQ&@sk*~?Fv-g|I94%>^vhp3m z(6#PN!cc@7v1xZI6@?H7)8&M{qA5&^U*JD<#bHvdyQiul` zgV9x@Y>shcu!d~yo$YL z)bUWPRCCl*56qZ&1I;l8djwHB2R#zMKw7(dPB8dAnL}*J7Mo<#{fE|)-o@igkTeQTQgG@hh$;^JR*NRMfen^U1reI01aoQ;UIGLC|mDHeR1u9xf0(U4ogKe zkxS&n7|@Y_;ut0ah=x0c|C#FZaK~v$8L!c(a#8GYl1EEB|k&fpj2u(?)V zAX?=Lq+WhmdD^mG&X&nAnDY<@gK;`*IGd>bA_tw>H9Ij4ppeZ+ z^H)%~9{cJAQSm>LgwfU(+T?9{f!ssb@8EeK99bKvP=Dhx?Qde=Aw{)@?>vI7LA)WQ z!l!=M$rMPD(?RvtAgIF^ITeOY6S-J<9zG$jh_+E{nuG-gTg>=RwZAz;8;-O$H~NBA zr#GBz-Exgm(fF!QJ<+Irw>cDiKG3*DT725;`V&|JYrqoN(#MS#g5Hh#bIlul>e|Ew z+`@o;6Z<~44Do4)14hQQDR1~i>)pJ7dhDH@L;B|*yL{;n)uH$wdcrMK^FDs8=N4%O zZ3-SdY+NoXf8v-VvtsKCmfni0V13`(_TiE7k#V&;GOgVm(9aA$#GP)j6Wqe7>iJ36 zKlS{9=W3$_%la)SP0#wHOT0Zl2)3~clt`Z*I}zU*=vmqGde7>v2GKSsF8Eho^P1p< z7&+NiEb~>(`e-|rlZ|(Kv44u+m)`(8j5Z%oR(M0?OnkC%HXsG4qu_X$Qzo(w>!L(&W9{xS)mdFt)HxI2o}8!VlHX z_CSl#%Qmv|dG;7(46&!AJ*Hxp4AUNK2*od0!#24hCt;FZt=b|J`cm40<8-U`dD?s- zl8S6=-=v@7gW2`l7-bV+r%sNx+S)1f;zFer{wX>;&_TtlszkwMJHn za<`a~wLSMn>fNE|zG?~TV^MSf%p2gs z=6QwiZtVH~>?J0r2bL0OsjuyOaMs9ig9({v$qB1dkXn>{@Omc?UYZj@j9n9@>(eZw z9Ny>JXHz^pEh(p>3`-)K(7w8_-W-ByT8f6{H8~ovDh&8!=bh(D1-)uCAlgkrCxK-g z(Nt_LmLCmRo2{ir1DO2#s*OB(QXuT=*&WF#afvDHGRg09%|^(Sd*M-vBKHrQY8C3YX-h77JV`Mb>wwYB~>TZ9(~32dy5)KZL?^V zV)b6_z~BE{O(_={Zo^HQv*BjBu8jyeEO>{Dy?7HEH2XHj?RpBZ=gLYM53Ik?g)uRK zXQOakh&ePE+sI8RBaklZ{wadkL~MdugI47Fr;2TfJs`|kW|y#-C11}|0?Ocq=I`&% z7G6$)|HWJBlXyAKcuIhS>k~Ak`9sb_&hvNjxD{V37%FLFVP%O|S=rpGtiXqck$Z7$ z8<`ezTGs9wnkFC{fe+^t%O$3|Cd7MKSt45#eUfU%65$BYT#0G38IxR>&L*Z0O_;V4 zI>73NX65(^KU(2V_}I)lxwnmF;m61mSgoM`yc|C~{ShjM`n8V26I?LP#1NS8#uHw2 z@?0MqRxfSLt=swwdYPH)BO6}5FxRJlmJBjs)!bKoU-ed-vLyD*qIfqnrB0ySNdfEF zkKRPiMA2xNpF1&}CSJ;D?qs8%zQIWNWsapptMi~x6}Im*WTwyN3tPlhkNgLzpP*MvUDDM z@3r=N{#S4ArJ2&9*9aq_U`L1pi*PUoS$sazThUw5GmS~A2$h6NIBE|jskb6^4WZ&p z2%Aih)ZP-aQbvt~35u2^i?GQIJlWvfV3sLAI_6Ede!8;MJJYJC4n>hxsWK7|aa17{ z*Qel}d4&LGMPF;EX>M{Ju@aNi65zb@1x1Ljcs(Ukgc~W zWK$AET0$v7w(p{Ogwf`79J1`-J4S5_O)e2O(=3=&kSgzAr0gcI7i!>ksOoCA>TFQ* z$(#bGu!z3$rq?`;4(W)yW}w0G7Nvlm^PZ+|DURAVVMm=-o|C?Amxt}uP;>1y>KB6d zk%Ci-jz2u)Pa&3M`gdMOvq24HkOT^p>;PQgTsyk6soFQv+!5{w%L{6}RF}yn(LZGO zy{TP>G5`|V@`C)TXPX=n9SqT(?wl`p-s?$t8t?J8=lSZ++g*)b`R;m{Ytm=5o4ikz zcbw{}>MULZ#I$SJ@%FVmn9w~%UgbzmBu87=S231LE!NoLNKO(Qb?;jJ#7H*Hx$ybY zW9-vhf+gOgC@3~=1+WOd3J^0=O6YfjkPHQ{B_%Xn1cv|Wwbx#E{puB^`Rfc{rkP}y z94u*X!RCB8kS5`BW|yLu<2v#eu@@oG2twFM+m>G!+KCmpQ>0RFX2;}b$(?4za#t_O zAyxm?qD3WP2)@<6q?9T6&m4R08cJRJy%**GqkWwh5&!_#u(X7sf6jd$;-M6|<%S<| zC{kWfEHFijbPANO|5*83@0sAej?)e38sw;ryZJ&zFHc&#@(Fj1a?H`$w8_l&;4oVWv?Wsf!QWXk%{(;gd z`YO{G%1}9kmmu1T3zoyF@LGlyaxRQj!dJ?iaL1`X>g&c@StQRgrATx>z7*`}ox^7y znoE5pn8?Ub^Wy3WDo^h=<>iofHrD76;*|D_Py*!u2In5%IARRx>9 z`I>pCxRztAJAGOZi_vrHOx=d>j*gFG$GWRhXBx{I`@>~cm-@!$quI2yjx`mSdh{9;Mu{xj#Uw9GvYZE z6Qq`fV&PcG(=mavk{BzazY2+O@_%21JM2k+!OnE}=k_mzktH=USAFh!PV!40NLBZ4f*S(!B_Or48NMGimG16>NLgDG9` z{Kn%YNHDIXTmhs~hL2@w{2XL=5wRE?G(zbq-JDc-EY9cj1j`hFf+#jjG}7L^ybfgfPD-4Rg0u8imQAk_8dI4WA6ZsoLP2o87<o#J1nFg*1;;vb5su6jKJ{Qc5;b@E&U~Vz zicyBw*lu8HA?!en0TAw3V4cA#Df)Y+7%qV=zj+6_K&b?4=?>2#X9CFX02n+ZtkmGE zsWZi=G}iKF#~t2cp7!!9o}6;dO?e;c%HV@kCRs|}yL|6!oV~mPrd(uNDCZros2z$| zLgQHJ*%mG9iR*;FD&dgFl@IwGUUto^P4)Hcxi{?F9KII+3(A21vtj~GiJ|^y*9l0vhrP1=DPpdjC@gOQJF6kLM7$u>UrbNNFp#}S{?p>U;mV0a+^VM zjf)V|IAcXiU<-Qo^+YU^sSLeZ#C`>Nh0kN1Pp5~62^@kHpLs!W?o1wfb^i>~d!ZOA zGtJ&&(uqMiTro9 zK$i)4h$=L+cweGVz(nyKQ45^4u3N?YY-)+UoUVKUwMxI=aH{ z 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

-}Tnp|X>`kHw4h@1rjI2y}{{ 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 literal 0 HcmV?d00001 diff --git a/exports/K.pdf b/exports/K.pdf new file mode 100644 index 0000000000000000000000000000000000000000..bc2928bbd65a39de26288c36c4eabe1b4e9259bd GIT binary patch literal 1242851 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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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 a{(+(X?j9V9O3I3gDheDxpn + + + + + + + + + + + + + +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 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֪j~aSs0RQpC^fcGwryc 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