From a7eabb0fdaefd970298fd459d1182083a2c00fe7 Mon Sep 17 00:00:00 2001 From: rv-jenkins Date: Fri, 10 Nov 2023 13:42:54 +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 -> 888 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 -> 941421 bytes exports/K.html | 23816 ++++++++++++++++ exports/K.mobi | Bin 0 -> 2362510 bytes exports/K.pdf | Bin 0 -> 1241273 bytes faq/index.html | 467 + index.html | 418 + install | 71 + k-distribution/INSTALL/index.html | 603 + .../kframework/builtin/domains/index.html | 3938 +++ .../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 | 592 + .../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 | 720 + .../4_logik/basic/logik/index.html | 710 + .../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, 120422 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 zcmXt9Wl&pfx5eEpxI4k2Kyi0>cWsMPq_{)y;#%Atio3f*ad&qwH+}DXKQfugsQGA8e%nARuzV-$h^GM#+_@Ai!y}M z4_$X393R(ZAA|S>!zs-fH$!bzCrvF8@E>EuVE2HD`63Q0MT#zyANN_b-)0pOWH~s~ zsJk9daaWYAe7lTkDQ?p)N3I3X;evW(;IuAnPGC)-esEeAmwnA_VH`2S78gxzHetg@ z962FT?1NBv6p&F#tZ`R!LWBGRXF?)4I+)f(^L%P4frt%2ful0L(xJ6~5J*i87pDHC z1)(zvBtkL%Z-Mk7^FkdM6EuH;hZx(0SOH3N!?GL%xPMQH_jv$uZy^OnH;RJ;BnG{$ zMr6MI|1%c%F|?6|I&dcRKfgN8WRhp6bOhZKkxnY9dc zDm*ONjXWM0bO-f1?dhD6Uc%O^8@GACr}%}Pl=!#JGH@Oaw$pMSM#f<& z&r}}UDUYiFtXjZoP{kabph&W^XZchlnEyg_b+g;m|9bhZo?P1-f!wwb*htnHLjx+L z>w3G0py7SI$)GXE!lHir@PJTQ32s6K)F&OWUo+LckHmyaxjg_V@u~YSwY)UK2Kn>wd-Y zYfS7qy!y{YZTu{~ffpD1Sa`YN`)0~K&gmD-H@U#@4%z zy8U@)j^gneHLu{k%eaGBS*V@-=&!N&oia{RCdpC@j#!ORjZ)bNd_CCM7$A)8)B92~ zl5h5l7-QXb(mW85^Wxh$?6p89U-jw@5N_65_#WE6*HH&MtF}M-P@Ps2VhmQSMVWpQ#2a*eB` z(We->`TXHhF5_gs{M{yzL*))zDNG7p1REd=hkRtghJ}KKll_A2gg6`p3u5Wi0y)~2 zPz!i7WVo?UW^uzqhvLDzu|HukVi$UxNyvU7=KHQTeQ5K(;jhkps0K;Pl7RA0NHFB_ zupz9KYvIk4esw~1gn-1IW5wG7#^e-(A3tQ`XLJDGZ@r?k!J70-D2Paxu*MTD8sw(J zb0|)!`oTTZ^pq^I&6Xa+k}jFdfat~cr0yqr1TOr=-;2MdWSJ{TUcmsr!LF(-A2>MBI1F+&1yumQ6nK8yE{Z~{vzOhQ5}+69y? zDdCYWr7&aovXuYiwiBg{9?PePHW-CV6!`kMK=}ujPp#y%gq>g7nP(=`z!U3xK{yrn zVM3azo${~>+P@3(iiT8z6=%fQ4o~6~(?tHsyI$*e?Qo!~>j{i(KsId}%afXl3rm{m z4rPSNPGFA;rtAgE){Ak6I4C;S}jBc;}R(%7=sbHc~dgjs>4%(GQAFCscyhR90cNszXVw5aVqoDyO zE;W3g?fNXk1fVC)X$`}v-f?z-pLzNXQ2pSf8T#-(&t-IqJhnJoYr}5_s`CIp&826N66;Cvyg4zB5k%IR#!ikeHFkI{9G8 zlp5teeaf(;;%U)=Ust_k*N$E(%~h+r{$B_iw~G&U6qqW0;R6TzY_8eo zY%VpcT$Kn^+YAk5SsG*s`dkdu>W+^>oAk2zmTceSZxtVJyT4#t+kxOTI>S<7H&uwy zr&}a*1Gb2$#QvdsQONXI4%1u~$w|Kwp~Gfd!1l!}Y2vr`O~G1fn|I`NdAl{S5-3BX zqKR~(J3er%@#jgckx>G>N&(J%L_^qV5GFj*bD@|hb7Pvzt9YvWsv-N7oO$qC#~wOmrXN0dH8;>xnEN6KxEzmLAR{!vaN*hu(wV8C%>ZPh4a1U>~dGpTBA zxTTNHPw&Ta`Y3f(=DN@A@5_VX75ELT13JO=I!|JN_YglX`EYXt*p^RTNYIh-;d^G) z;6)t6b(s^0@TNy(J_|5U0@$0v9-Pb&7K^JxQJ08llaZO{eJB7>g_be+ zoD>InYKakQ*XPz^nhFlrjIAYe1Ekr&m}>3H?w0z4e(zjumn!-+)lZY-NY*s$U^7U7 zE6Y0`c`?bO46r#kFf(7_EcGQ+ix>h|iD?UzBc?ln@mC%a1C)63@y+wjx2o~K*%p+= z8AX;UX5Zzaf^)nXw%6TSs4EDbk-EgJjro8GvCS4f71Zt}??t)|HirL0azzO7eXd-7c7)JEnASvGRB z27_R0S#$N+X`=~We9Ypi(1=5@IG=xc>rlWY zECekJmj42O`tax4MBE59GVms-h|!YyujTCCDcv>Unpt7QsSa# zj-)KuQPTs6uV6w=QNdIumD?N%-gc4QG#8bgCgH`Hcup|$q&P5F^`)6-xUPoy5wg+9 zBw~niOhzoVd73=if5L4XHBaz6;YB~``xme+;S&~2zZU^P9ObKUex%0sW{Tqp7_=;0 zp|Le4?;Ko63x+08LAl)Yv^L>i6vxX)yHy*Fm-Dm5Jfo-sBaqK~f+e9upn^stkf+UmJpKZx7M=Ay(riY(Cic zAfYbX31@IR?L(dt+HdOkx;Vh=zDOK}&j|?&P36G+Yrff;W5P+lLiH9Uv?5NEIk~Ke z^E_zxKC}iU;olLWw@OWGwIUY4oq$s}>}RaN2oTAsa9=Nfbqd$)`lDbt$e|r@ET#U( zCy7uSQ6s9tnvGi2a&D=(I_5J8Ps~o>Q)GsP=|^q?!~xz6T4Yjxr65Zey4%9)lq?|)EgG((w!+a%${nNS>s0|Gb-iv|N;pPlE3A57)Gf>i?- zS!mYyi8#flJq)mhd4Ej}Gkl)A*lZ_qaHzMg=#-YxgD^;cSRJzCfH=z0xyBXM(Gmfo zSWp&ezfOG60!Q}vq#(^zqW9l3A#c;!NKqNzRr_}_Oa!S1{2dxY)~Jg4{KA-Rr)bUi?gWqkw_H{h)a2vNn0`1D zmk+3}1<0JR?vq(Uc+qb0n=>i~eRP*y%r9%V4)1O95E#(Xiro|Fe^rOijz&&2nN)SJ zD|dFw5H+v9?vCzo@C0F^j9L&LMgddxnR0eXUX_@i_ucBX4%6iU`|0vao}{bJ6NT-E z+v~r3>!&7K4%Dp9rxE_!`;j@J&E)-%>~;N|sGf4Finq?42;5O&*Z6FFbI%2*JpXg* zuT>qpOTCg^bPJlVZ855L2934{a=Lnq;x2n_#*z_K@VK_fG|Ur&s8ZiE6A+fZG4^DX zE9iXW!wwM<<8UbQHTK-t`7q(TyG2fNr;y(02qrgjeM32FPyfPVxH8)ik6WsWZ`Be` zm2H<9*&?weD_(d8%C?6w|Gu{q$g*aZ>3+>E8cQJ`l$vDfK0rG#q?z%PgDcvME%8^J zaU|BzT!K^)TD{%vo&KETC^t>>8xLB0*Y6Q3V4hV;vC;IRfs1X@P@d>!LW{mSqRDvm>(JGSmS>Hhev)$nIai&*h4>{H~slarYrtk&uE?U>`Y5N}AIe!NufL z>3lO7%fP_G*Z3_2{Y`XA3B>Ypvz_~=_EN*(t(&0P(y2`^j}pfPYy@+H=y(W>oC*fi z?6n3KBMCF=CgHG#2akxXP#i)1?yeqXc8uKi0wx4hQ4;=8v2^?w*rQ7zCovxR2kq-& zkhSR|lwjv;ttON8k*e|-tQYZ}MK--xUy2+!GxQVlQ=t&KCYPr-11~KmR@PqVU zF&39QgUyGezRaKaYz8)MII0D5Oi?HN&i!8V<23O_q{vF0D+7>LC9a_EAe6v<2v{dr z+D_ZZg+3cCD($wZO=uxHh7p6USEBhOqH8z@8}B$I+TQ}7s|mmYtgu%n);10Q5?!Om zNT9R`lF9uO8F4$V7g-q>sA8WvU@#0Ww44gQW_o5NFLK)Dd039+!#^SkyExxMW&gz5 zoYo*~oo@ykj3SVg7)b(P;wBuJv-q5-iz)erT z@EDE#6fl#*CwPVGe_7MDdygoLX?f z*F;(i=upCsk_f55r!siV8-5O}sowgyunk~fvSp#GxC}=DyPBUCeFu~rT_Guzh7Tvs zJhx_)XrDBqzH}5O;I3_~3;8o+G=mn6tG8@Zsb;Cu0ytq(abW16MD@tH7I;?;MX!ax z3Qs8}KYEcemErO$81$#rIawi{yvbc?P7geu#wH{Bh?ndffD;@IPC3$|aPX|!rsuPA z-V`eFqAp^+iAk-E)JO)a5Xt=L)iHl{xP1<9V_SO@SgNvq${55!@nyhvCqes`KbgR4 zqig$x5j1STipT>wCDM2An{8Og)lxqM&5edvjoJc@xx>GQEHiiqt}~C{Onv7J1HNU* zHng`ti3*QNgYl>Kj=Lt&9~pNITJ+pigeqG^Ng7scYFUNIU40dtP|yw7;M{K(y!*_{ zePR7n>m`kC8IwtOsGAFNtl7~~^L#06dXKb;r`Pq^RhUUwH#)+vONKEA2V%rVZf~%0 za{n6kLh?6f!_QLr%xD=+%{IZTNTjQ0hr%`%^1XRkJyh$H)yIy}3?Y_U%WEe*beW5q z)X1B3HWDAyLYmIiw7F{wsZ&y@8FOll3EP|JTh(RF-o}~)+ReDR6QH)IKSb)P z-)NYyP(c^lUEmIZRJ2EG zCx<~O?D(bK-&{I}7J1Sg7j5~+;p(Zz z(MeNp{!3(|y}@SJQbDz|n_tD2_t>Ah+Ny>Ic|O7$Kc1jtyzd#m`@Ikw>AJcD#eyP0 z_$KTC!hhf_7Qt3zd zn)gexb)HlkO^#T(o?HozN=)eK&9(j3lCX1igU}6E84G(?8l{Ip9DaK(!kpdb2H!Ca z&QTZ6k+Nwl7WfRG{e!OTVloz->nw2j^Mk>)R9->1Nk1Gm9*Wdi-1Ji`CG?Nj&!)Cx zqLTaUUF;(}D)U`DFX=x_MJ~M+i2RTyvppD*Cf4t{#3GPb$F!@4&Ot`uRvlmmfcVl< zrE0YT&$|A_V?RN>735X?(lU*NW6r+pME0e8(qyskeKnULB$>a-Q* z<(TH>_?hMG;<;lU^lakVXU4*XU~He)J?WO8+4RWbCa|>xmxf6O*UDp(-Vud}3?~lh z8X8&? z158V56er*~=Kt1%yJ{BAMr^{uB7j~~Mu`1Xg)(8lpmd@X1if6ckd=&7EQd*- zOgUv3LHrlO>v}cr)TmEQfdB<}`w4gY{)KgbwqR>opGBCg>urFBS9LS$l=O)zh9}f5 zMWc2~&l3=<{vyioK3;Tf; zc)<099usQL>h^lL*sd$3X6+|ca0X5eC8UyNVi7oZrt=`}RDp5S1pl}&Zj}8L=_aSo zlowJ*6Pf8Zy)%oCBE|TNU-}y0`I2<2>dEC@%c2}7NF|jZXRwzp|HE@7c@wC`nm5#W zw@VevZ5pB`w}5SY-HK&CHoy=Ah!1dPW{n5$&pk?O<=x`jreS)Wl+KeqqA=V4@A<d_g5V+8*Ad$Eg z$lE(Ga5ya5L+yr({O+HJ? zZDs%m0CCty+Oq&62r(u@Lmxe;$0WG_oqfwo-{UCLR9%uv zOw4*738JE-HHx~SIZjvS>88Z`EF5glE{Rpf6u6)&`lD#ISQde}|NB3zq8gCLBfE`N9RJ+tH`nEwYx!#Yl1C$siAjyIFY0osmNWqz+paR)!1cC1aw@~x6bvt+4SvA~U3&&$enCbhfM7&_@ z#oyE)T2DtJZR*>|_{G%>ff1Dlp$pKWWfFeMZ~zBBc0}|p!O>mcmJ+}I&Dd6!z!MtX zmTSw%lq5AC*T$IUO=u@n`0R~cZ)Uv91f7;k%&UDKa67ZL5 zVBqzq=<88p;r0K`*J|&qL$qEW*iPS68i?^JX8gUw5L5myzvGWc54}$>3!TOEY_0Y* zHTEso1hv&d+k*^iv>d(ATGw2U6ha|PDSiPKFvJD-VemQP+5Y*_F|jfUq9*(P{#Mzm zFRQ|`hbx(o@B4CUF^}bO&DLSdhJPN5jBCY9PZSk5@gShZaqy3oBr^#(;KUE}8XEh% zTOn2Z%P$3u%?HV&`%G21kie}}WBfQ_0$=6xtH`i8<$%F>#83feReRy-Bh`<+V`91F z*dgO$GsiiYfLeQXMACQt&%e)$cV0RrcX$=(vjbnN51jTxGAzNZIynBp8tP#`Rpj~y zU^l6SZ!MxDTGa{1f-#XpT3sD&4FVbJu>sk}a^vjx`Y{z(FKfNxKD(YDex5inXl)fP z1_IpZOgvm+>z8E&R_za0?sbzB|3=1&FMW>I;d&H-<}yK@+R)RTnC+HS(+{1ORSu3n zf#ZUd(1;W);2tXRrA2ds&nE=7_IS?nsnnn|kYz?BAos)bAlPo1?qAfkrNjjs6HKEM zLLK>h1ytevx<w?h>5gY4kkxgcN7#xzygK;f8fj?ycGV)YMwAJ|2vE5mt!zABZ zfrEvV4R1cXiVnt$!LKRYEh!=Rsy+N>3WqLef6JJD1Z;pHeHJ^Xh>rJbj$b*qkB*GV z+DpG~y6(RS)gRr!o?vz0m6nT*jVDNvJM&t{SyB{Vd;yD1pxWCXf<9nAv@>7Ndb;w9 z+jM*Xy-_i;sGb8nAzpMkq3cd^(>u~Uah<+Dhd0dWwJ}1yk6OViE}KS-Js1cnW-Q(b z$b=2)a9T`qN9^AY6z4Hyhol19JHpJXM$WeFMdD3XdR)cTo_9tej1O}k2S%UV! zeo%g@Qq`PMb#~U(k(aXkZ3L{_QW$QliZMTkU9Urg>h!T;|4tj~r-$E@UHLdTT5Uw! z6W^z`uSPzF)l4LohKW{-i~fdurrlPP)rx9_us8LQ>FomoEKV6G2ahON3X2g(d|a%y zZ<%pRcpZUNr{MKbn8kW`ipPz2$N#oKmV>l3xb!khDjM@j*9opN-B)`)lPeD8x+@Vz zz7m=$EOlHQM@|6oDP)5El?Dc2HM`&J!;Fq?1I;*!c7O8$c0gSMq2-fl#7%DCl|%8C z^Zii45DPoK@K2VDx(dgo+V5Yh>~L}M1f7~ai5-6LW^_#a@hw0-|IP!uSNrLlLI%bu z*9HR>wG(kjw`qw%&+?w)D~QkU8H$5f*j zK-e*>@%qr%k71NHY;v>HHkpRy)DnDfZbxvaMae7ZALmzz(zY&60kq^a;iF?s5ru*wPrR{ojZJ7LerDtAL&!S018ZB z5|MDV|0(lCwAW03C8K1)ZLyZTe4yLgv!d~b@~}JA^6YkI6S%7?526TMWCldOGz`;- zF;6^_CU9HIa!3XtU5$UNZ8Y*XA{8a~82P&V^q`qsWd%)n5r9b@w)6{$!IIe8^V~lT zv_N>}$Xd_!H>8Fg`4Qawr=oHoP(u98(`8=38pX%s=_*vrULA^mvD;PBoHYW}FyJL) zrGXRdxOL#O$*?WmkYG5=dA3F%SvbVp3JX;^pn^PDnzwu&(C zP1;8%>Y*|bSxwfQ)3l}AhxE;0u!rZ1_BK@p_*hgkS4hZ2Z_M@YHykhl6!05_ct|3( z0rJaXRT&Z`F1h&iQ-YKzJ_SZzSSd~b~?OEnt=5zbhwbf=Qbye^|nU!)m9$VidE@oGHZDa~Uq(cYct zfm=ytaO63K-OPQ2v5)Dg;JmqdGE~qh5#{6o(76KgrG%p+A`q_NHr<@*z~ckBW+Ca^ zS4DhBomWLnI;K0DRe%ROi4?Wv+kc<4 z?$2X+euu6d24qxspD#^D*?gsVpnS*Jg2Ki_61R0odXY4IzC-b(IGrNxi!M1}?YCJ1 z4ZC-ZPS(KHu1K3GuX~EZN-7Igw-XBsGkZBXiF^<<-n+d0_A&Owq0|3%^lh^DNgauO zSHts?bwU?T7MIUF7zkj<$xg4c$29&T>1(tnD%92X&iMB7F!_Q1uYDx@`@q5&`^i;M z*|uou?^mxSA=RFDoYOIjUTPOKTnIxL<$1pIQIWeO=k_4qe~4-RPW7 z#r+0La-rE?13761G=s&LK9M>4Vc+tiIEg)b5sZpm<6{%^u=B_gKQF~9n=Qo4QUHF< zISmiXi0g$y5=ecxPCqQ783^C`D3ClXg&PH@*3{^n=`>bhDWwqEyKixqmKetXDb2qm z!MfoMa7cN#hPlxneK#&b=NSia^;ZJZga; zDk~0M8(O97Z#pRggiVA*;|>M4_)x@)f-z|q6E3*OD8(PA`B((cw3^ZP3|R^33G9Gs z;Y6AS-OG{g$t=8X9@oggtLgfAR1A1sGtwV_;Wy2)P#O)ZqZ02 z3MNwst9=U5dF3aa%AIwE;;578AHFP=kTi|@v5ib+5{zK<3D=>sR8x)PKukdg!#aAZ zr;IF}Ci=Q3B_kN#GUV%DkqcHy60nat>U@x6;}M3GaULvpS!oJtS~-3vVI+B{`mOVn zU^&`N#smK#dlJea!Whz37i~K{HX>2IreI-Ryggluw}%@%HBSjZX|bzw=8%vKU7%gR z5tz=*O>U-_-H*&-IK)d+A$|*b8)l}XBAv3B*Q$UMCnlnW-J9oZfG&j6KK2{fz)T{@ zGKLLf{@se6m|Qj|`z3eU%56*M8sGMX|X2(`i6+-D4ltjP-OHm$@zQ9xY z4R3i+?|Rg1&1>Nq(#+rEqr-0pO#avcPgaofL?>z!19e&FEnPSF9sihD>&UWWOR0xC z);P4#*Zb-y-S-ffrfvlpmVc1bR9F6huHw~w#N`+)%2K8$C+ zKOQeICB(tFujZf{mL1-Zn)-sJ>m=qjWhI`)Is%}ZAt~lNzf~sYIx49ytA<%C?WRY_ zOhNN7cZ!lWr98DpdkE`%glo@~OW%dGp^|u`QY?(&5XTV^fS}3e_6-CvBwZIZ24UxF zUFL;{cD_k+i=VLw93raj#Ghdw%LcQj5?z3Wxqm=X7o*MNS&`ngAELx{ccFbOg5+vU ze=5)vfTLjya>y{ctS^TnRL;F|2|Hpg?0}YoSwuO_Py7yfcj&XdL`%Ce6S^KgmRC<8 zTbg_e-IU1}tS#@BTXZ~Y3MP#uv2&Doe$wait8hFpVUx$$`}5WjEV^K*?vne%9+(M( z$Mp9vrB=1x^1Z;j(CO$D8A*Ln z29h#7^YO&*Sys817ic`rW-*0SR^(@zx#*W;z89r$t#rE|DB4H6+US=JAt9o5Yv?a)Cp{+~@$^_Yeb29Aa5r zs$@LdM)mfy%@%HxRak8}yjLcC9Uua%F+JPQ3S7CULOcswGbg}kO~spSd)@79)%O!P zaqAEzzCfl0iSWi$pfa1FF6(R}K%3!^Fruyb*AtR5%_MqKoesv*)Oh&IpP|baw10?9 zQN<(|6Jw_20$;x5;U6f&RYCvLZ!JcoR0t#n#+u5guws*hIjj~&9?Wn>Yr{f|jYF|7 z?~1m0e6Ty1*Sqr28Al}7BM)&dKyF)5{Q$%Auf-E(?|a%#p^f$TG&%P}+*C8hU%0IF z8#_VO^ogKgnVpO`z^aXdC;?5l&x#5hDac~1dHz33bwZjV6R690&<{O2XPc+1N&Ze z?jKylGR4`3&9=rEXw(BQR?FQ@1Z2(6BdRv{i9xxj!gI#9&jSWD0EIefgo%ww@ z3IIZ3pxR}Ogi9F4@9%BX>FajxrX&3P7MS>bUe@&AI%HZnw&Y-4C#SemCi7QLAiT$n zlvHLvV@8!1ALg?8NssTw>02K6$@iRkA(}yc;`xRCH(;-nH~J^Q*ZDKiuh@zjEUNGQ z=`;)xje_k&rXxF(i*L8~ZOHY0PSrUyqT{Hh;~cOgpf!RXupk?2DSrC`WMO$o?dLd- z48kBcBGJ+Jer?!wAGBf~wf(@GB&@+!533LpeHirDW~K$++|*mvYN4EGh5S8GxZ@}^ zH_4f7m<()3xto*+j5?83*=*%QWfW)d6@GYeuLrTp58G)A1<*N-8**0Ps}E;X#L0ZpTM&*zS5&e~;;W^3)4i zn2!WrNF4r;XKc7*fP1J7RIxg1Y$m2K;g`atW^&MAsKcV!OugS_Yt8BkbU7SheGoE~ z*?h^2uV}``XCmjA!cT$x@@;~+3n7~<_H7cRc{rE1`fYlnOt{Cy-<59AJNZj}-i2bXFs)&?K z!!Vx~Fcl+*(kOkP6{GcTwZ_@q-2kOg{t?bhO|^{dn|h7yAPpg%6nxEYUJc{?f=qEkIEgCFbqgl_A|bw*J~=KYiA-&9Fh z1CA98hDGG(27hLo={RBITW2Lx!I+PR3bilmU=SZi91baHA*~DNX}PD{RoidpZ1naD zM+i&XmVzl3t!tD9k#zl@gV* zZq%(RJ(_sCR#eBSLN@2);rY05Iv%G%zX36v#m(o;wdzSe^nT!novhMKk<+r_b^S(F z{(Ev)qRq!9OagyWA*ai##&{t%^A!^dA8a+p!JWB#0%j^F$8{fkgwFxF(>a9qxfZh) z1)ntHB2VQ1als)Ew@)>*+;%zYC_gAKZEe}C4u^&CsFdOwHF)$LoxC+XwU!8n?Jz5X zKN-4~PKC9w!MAkOQR3n4{cW}}69%?hHRSd70wU+0_A|}av_27gV&dH1AfW^mL$1`) zG9_330nF)1-K$psJ>(WzRcLUN%-A3ViUtj?5I`RSE@DU6lyvsucRPWYWX?~}>HN1~ zZVW;RgXkhMQaAMy!hqltRvD(=7jYAXU>+Ow$=Z3^SYy%@PwtRwlID5MuAyw-#fqljI!v=7F# zSCvir7FSA^rg>NmON*?WVnsEu7e@WSBLsuQFD!)u9hP!dQS>xGlV<3xg7+{qB%bWT zUu97vhKM$7(Z;}<1SmFHj40N$J!?^NZMhnl*_HeNdz8)EeQ>fIZ~tV#=@h~tfkO4J z#n#>=>H)FNP4GFhdj^k`j^Bezx6Qm`^ot>{Z7h&7ndOLQT%#b=R6>P~zS6uu2G0Ab zqv6sCOGS5?pr+wFg5QVFy>Ap5^M-r>>_z{BVDulC5(4SdmFYireF?DEPv`j>@(*BU z8!ebcJXC#N6Ir4sQC?`fixg`s6JKSZQKpY*x?P7RF;=Tvi{4*o0Q;x;=a3&s3XKYT zrAi}EOc%pzG4E-o-VeSqkwGh<{$u*$5Ba}z>&=6`wN{Fww$J>piPe%ZQacSM{=AvW2bt zczE9y4$W3~n|8X#e$0HQ9>lTC^01T$b+-6r(8zDvYNNhCWz$`T?5-M91CqrTwflwWUHh)MONrX?NO<7G&RAlfGnVIo> z2{wwm)h{a9&PlCE&3bLrkH_zNZiMP%BU?Jp-+*Aoc>#s3;iYx= zdS1|OD((-zHngz6ji{5~tu;8W?ZFhI9*CvGvhmiN%EREg&5esZvGim04`vAbF!?Q<$X!+g&y5Y$8jGl8IW}jx6jCpWU)r;Fi18 zn!AcA*8Io&9ZiNRZu{8WaI)-oqdeN#te=F9z_9b89RySG@L&S*$Cl1fjz}mEb>ui# zp7BDP$<*AGCUP^FVVnkgWAu20{_F-Xki5MbGO^>SEn|qHgyK}->1#*9)jnO!%~Usi zL{}|b4D$T2R0RD6zfHzRQvrC91ev{JNJAUj>mhA9Z;FSZR`l#2lJ-KZflX&JO`Y{dEXK0qHo~Wx~YI=$7Ey~MNwvPuXgqnAyQ1?#U8LvbG5OyNg&loDDO^evLOSqGXL1Qx zqNILa;7BUt75XMC2#}Cf(KC1O+-%!!|3hVx9>vY;6`_c zI=r7=|9h_rpPRkrIW^OqK^AU>ZP2sp%D0ef&F1R3*3b{Bo-c}Z-rT3rqx9P-Qj6^( zTLA&r96moV2)SNmbvhv3Dg(HCeE(Tz^~})k(6Y$%&hf(lnz3TR-lfkBRB6$I9u|od zJ+?=vFjivU0-k)%2~Lc1ja*Og>?&dZ>=Uep_m3^SfMGnxHcOigvdQcl8a8 zmr<|VDcgr%`S(^>Ue0p8zN*JLQ^XCQtjBzvQTMKu$H#&-RC?%r@aIG$w^eA0T|zJ& zpO;)H=)__V?`~l2*u3pGGnh7?8!AN)?lllo7kb4Ha?HPjJUlJSq2cwQkj38ZzB_3r zjY|Z+Bm#9idCKax&A1jCkzkv{A+7RlAX(BX0byW3K%KHqm~-qlZkGzEK>M9}nF`e^D5}SJ0ocu#PC0s@0buh3$lyMHZnxFg6Cgpg` z8Cjm3v7b#ylWNLObYil?NT#Oz+jNW5n|~Qu>85Z7u^Zb%r#p*5<;h1_ebsQN3*MR9EFD>aTnJSw7=SF5a6xI(;{f@uz$$d}y8lK5ZRLM>K~Lr$TY6 z?16a12J@@mw#}OK?xqmi`Dn{S2yKhM2yX@s`922bxu~!v$jAkU_3}u%4dv421{UK# zle$NM;DO%(C#%GP)4x(tq{z#{k-=nN<8rr!FYX4>p_e;3hlU@ooZb4bgFYmsBA>d_ z5m8V@dd(V67d3=Y0~~8p3;^XW>`uXT0~E3viBWB6Ja0Ry?RP81k&}{{LZ6M3oj872 zJo^|^Y@`%)Y`(e#S`&(kL=RfZCwVRd*nnlYyOJk87wO41rP?9x zBPRxBp5B4NkIGs@uAD^9&NKOpQ{GE}^g1N6vR8tJiuc7y&hO`zoJvMye3Ir^@DduPVpoq|rLJ#zgx zRKEtlMfFQMD`kmXi{Yy(;bkKlfnq^M)(wt zekg`RGR>S0;ZH!#i1`Nc(0h>b>03g?K*?t{P|gGK`C3hTegBNlZH}mx*5^=EmMB>d z9CQxIfcFPVTIO|#FF)MN7#hFke6DTV9F3v+c7$6OuUmXXULLZ(FV(h=svcTZJ|)YT z*RU^EFPhnwY>aiy-mZzBIUnHu-PfeOuHd%Ih0wr@XSVKqx>$1QNB`J}_E6qcyx~?9 zH+ytn92zVx-pXb_`}%qbhe3}-XcSJXUq9Q@DUga9i&*~G+R_$AIWik(dci3E>yj%7!~7CliIG-S)W`)2FS> zs>6~&$t=m0r%bfr>Ek$x4kn4&ywv8a`G#qW+KSLo`I&Ymd9QB7h58as2$EdQlGVbX zN*e4JS2~V5{=E9gY2G$h8(l$U&y+5Lh3lvzawa&pz>EI-00dgK5cX zyJC|&y1_%0VtDTbJc>+||DxT<-m_d3GrXp;Qn(FHl@$7)!i*+^@6ewO<|C?64H6ml z7ng2LK3k*QJqt_nKv3DqSm4~qs~#CJCZambOa#LY)Eq@_$xwo%fV~m@;&_*2nmK)B z{v(DFU*Gy+LcS6M)~Ju3bnvHNneX}mADF&s*2*q9nQ=ew&uNs?-y?RTn@_t)hX!xn z>9cS=YRUNI-i&TuJX7*oTk8uw_XDVE8r*(Wc0h;4%*&^{58QB53`ll)n@hkpuGy3R z{?7k-%p|xKW0<&W>hh_Q$B64bl2wKj85(bP9jX-*|J54 z@pX$({6Rwlj8A#$`SfTKQHJ+^ciBqMM;~_jjOxhgoLl)nE&yL%b*S|ZI^?QBc2%+| zlVCG{rkBN!aVI2Iv6c! zy_xZ8lh`;kKtQ^tg~n2zy|}|jEymi&A1WV`->wCgl4M)9x^8ecsrP}o5Fr;lwPf+u z!*TM#-1s1}^B8;VP9?F{d_KAt59G+|r^B0W+C?8EXB8E4;K@lAkk~N~P zkN1widnz1Q&+T=g&t#a38~MHX5s@cSL@`_|CYsF{cuAO#{gksKKZ`oCaCE`Mt$VJ9 z@hB?kPsTVsAV}BBS`ZjA=nwQ!#B_0ULGsW2o_q+n1SyD*%RX1TN$xJq+%BA8f= z$r*tc?e|y}Pp-D(y@4DeMadgLMqpJ2zj!iVuj;yuwxW&*7*E0$mAxd4|33iPKqkM< za>19IZq{n*DbZ4WK5TXAl3gM?89#GQmjQZ1^gcZ6=0V6DFW-6?3@>E8D0aSuorXIl zpA*UmVI(K9x+tU&Yz~UAc<8}j;I_N2Q03enJE@+qFsA7+FyGI8GhMaG1Q8Q)D04gc&V2;T~rCi4$MZHe|!wHTu4FdRtutGM`Ue`IjekgyIipe6|RFv+fSDu zdyMj(2IGz6WEm`5&wy(;5B{hP+}6%iUcuhvapHB_o;dK{)9T&Mb)V-h`;?A;_iX3< z6OehI(!5<`dH2seiJs#ivYv*(Mo1uGRG~CAU!Er}6j6=;Ek9dv`Jm-9m?dV}I^sdAA^`htd z(eripd=I+zMBg9bre|umcz{MBNzn z-loWcX*=wpt){`^E26O^&@nwN625%#bzrUTSYtREn!{Tl9QN)Y&aBRi4fM)RLsO9U z>T)u6K(;rK(-$h$KutZX6kkA`h*?~C3TA2AY9Y8p>f_g-%;kz*!!`YTB(jq@E0sh= z^G9cbdxz598iZ|~*Aofvn!EEt!tuQ5MLZasXtfhQ;G!Iy?tOj75+678+B;t=A8^49 zxpUy;t;b)0AIF^%DSoIARxGU^$` zbHUeOJJ>0B+kT=FSA(##@Gt07>c*+1%aD<&T;G(2wo+_3JPWIjOo1^g9a*LfzbuGg zgcBE^e)N@Se8mOlP8525P|B&)ejik_yQ`eH2t7-IQ+!3J8W>WrMwm7_yni z>3vkTDBkcsMhwgk8gM#+iHp$8*Sgi>_^!miD%-y?z;^p2WE3P{(W`)%_(7m*0I@aq)Ae?7iChd$6>6!N0hif}kXHI zJ`g5T76uONg9~O&6Rn`R^T)jbqQqMYJnHxgrvvW#dhk}O@H;Wmt;22O({a3&$8n1r zC)(XO-tPbDbh~(z^v%H3;h8v9Uk`UZkb^Wu#RXX`LI?|Z#6{9(jL0P}G);4rvQfuU zaN6}qi=m-eI_JdEl`~NEi{ug)PI80%rZ2ea(0)@nECUf;<9sa&KEi|Z873mjfQVHk z+KXBAmVs`UM6fZ^R#yu4+E4<+F`!T6bNg9WI@b}ArADCh%*!DNqqSf|dpRa6hSfd->knUr&ks#T3)cr3#x$7wME7-ls6KR+U~)%L%!8D2 z++M4MuXW<8Rj6A-=D=J!B0-nm$xlx?Y2@mgoS}J96w1r29 zlSih3!vIq{veNzEOA{Acv$If05Ee-Gpw5`Yg(ucRlV!fWP~oiR-KMCUh-n1_@4|_9 z3*fqH2=rOWQ^2VC?J3}@8$16Hy~*~u1NL0-b(3>pykQCqBL^XU)KIuu+u%B0568Z0 zSXcfC=eqi!7a)JLIUmwW67+630&}}8=6$hk?&z!}QZTHk1eIxO2_Z1tllp=yuZi9$ z5dmS(p@cPvibA>9?isJ?yEc4NeFx6DC31m5qT*jWeu?tBB3PUm=#`%hQ%3CffQM_^ zg$|;@xM=1X_~yHckS>j2h`CgPK^Be;8zZP#5JFUhg2E~~#YX5iIEQnhm6tECAx+0& z^6(tw8YKnsYqlno9K?E7H63d~)KyN?z$)l_C$^Fz2EMa$+_80+V(`V!%e1QaLhcaV zicVqCWf|Z@TL!Y1T!8Fr%lx((a77lV_>>=CTv@Fq2AGX zE2sA$ZOsAX;`5*a!&%f9X(TQLQZMcz9JZ=j0F zb~vQ~&u_opD)joGhGW!htfuZ{NXtefaT$_ux#6y>iC9!bN{-HnRvBXA;3<+dVW`Qs zP?i*uHmEb|vziDQB1FrH$W6FP;G%R?8G8KJztqJ7I~>dhJWL=cNY_R>IM zAx6gJQ_<(mQ*m%^Gku7Bl||xATDWxI%AP+nzvdIC#woHunPHb z)$5YRdchxbO8y$x&+IKpSoqRw{xwJ|9*E|9K4Ebe-s2?1UHGEgeG<8U`3UVd%z)h| z)`H?L_*2Zl?xv{LoUCyd-Bzs5HMNwtVaM>NF|Jg4M#RLzpSr|_)8!Vrc^cAUtCdsJ zViW2?#8N679=8TPWVKR=pc~X(O_^_R1K-vLzP%l=%Uk#=NACn;=ut++v8aZHNUEt+ zk~XL_DqDS`SS^T?drTTwg}gL=8ClH^t-@_;4P04}xC`UY&+PiMwxI(nzC4UJYv5f6 zZKLOCA0qqGvyio5qF>C7-xTi9mskJg`0N`&f1_xPA!5fxvUa&3fnj?36Bu{;SLU=$ zAKUqh3d;z44kfIC>+w_SaS8ApNys3PFYmQn}xq}EnAM$@zjKaBNk$H-ECYZkn>->>EARB$J z7=zxkiiO|9uEVp8?2)}N`1%s$pEVfzoXCBf?lvcW+9>@i)9V`X;#&YJ7PcL1j<_a7 zq&)r1uTft9rVz9lahfT`Sv1tcb?^Y($ErKyE!@g>DK&6Bj9g^r#GGZonMJucbwF0n zs+-Y}w3Rv|mRwrzeCkVEV+`>Y+>|Kn>{4MyRaL3d9G_$k@owuDZT z^O82Y+fX)qkO}u(c?w?rWFMaYU^iw@8;o;L?~8x_=O9j;wBpo3c^F&l-wrzW-k+i2 ztG|nm?Pp?VaTg(vOZ#{i^0pp^<&HAJHDbGTA~Ih5Hu&pMAnu~%Z`UAibpNhrk9=Bz z%0GS;IJeJnBqq*y@j9gCbo<4(E&dGkt1APJ^L4YB&l-%<$7gpP<7l;E!-F59ZGT|5 z>`-o|6YBt+EBzJwxkj9BxLs~Z1+zlY;dEhbc`YuU+CTb1!XQ@fLJGXiCI|{|?Fu!a zj1emz{`;9+AR|H-#fpZct<)LKr!^t07DVfb=-mgr-2Gx>#Lf9HsAF>mn)l9DU?vqA z93lX!hsocu=aApuBrqPDHy-`-jd<_tD*WYNyRd#&E%LI`F>iL@7hLA)r^0Za=kpMW zQNq`v(DQCS2FrlowkU1$(OU+h9K&l-I@*SuM^*?{4BOZdov{~E=N4HB35MKrM#$s(oIlb}SP&B)x(L0_9u)Gpp_lphTS?2wz|^O%Kt{jr%!{C|Gatx$ zad7X$A?NaCRG&?Lf7`6`Ty($R)2O)hA{yLB4|fX-gA9@H5~*(CVY7rTGA6`T49Lbg zqx0kz7G8!aF=)Jr=n~48o9HAYj6FV?f;pWc%DQH4VpksJh6TA>5W6|I1X?(TQhW*)cM%nak9Q;YkIUg6oFDhNixJnJ5!D)o%$X4J zaU?MM&KMbdhc36C|G>3}hKTPkLP7RMj4;)8J<(y6C+>o*7ax2bc`Xa2(HD(`Zpbij zIk{9$Q<2#kt-zW}7hc)wz~kT8@z7T`JiECAuYOsLrpCa`6mowkEGoPtW!y!i_vZ;? zwIDhgqW?hf25lAHa&mze;+9WLur){z6w?}MMNNJe$53$>_HDu2d{;Mgelbu1o43~- z2#CY*l0G3)lP!z85F6KT-=po&ukpS&%Ew(;cQvB@n0SUt&guPv&RzHAKG9>$qxyzi zNA>5sC9PKqEz)aE2}~W>-GjsH8j*vFL(SN8SR|M_PVggXw zHhg*1i32TeSUsPw_EsAl4mZA7e-N9u9)n2-jOuH|IivD0WkinBqQXm3#$6=0xTufe zgCS=#dKs_>DUxw~?K#?7Xar;pT_<^G+uJ+9x3&dr_l>i-cW$R8hvG24-drOxN^txx z%5vyR5%))=>+qxN`!>k9VW$hW10QCW@W+LZ|)2NAtndCP zK3C5GOwQ*QpLjyfXJ5|q4;Ofl_?W(X1=PC;7))fm!0moxiC*Q!?I@hzYZ5Vi_>C#P z4o-A?kpDBB@0tVG!HLcj@L>@Cb=F%^`^|1R91gfT9BAHKgWXTBfvesc44MOEjs4?Y$W>iHpV<}6p+d7v3N|ZB$3>oCzRE~ z-Vs~3J3gvnYsx^P!WrbPqM}+2Kh8kmnQv%k!4bfnmJWO=vcJf8ef#geL;5)-NE_WL z^cz|_MagZKj_iuF@Wx?~MS}u7FDUIVhz`QB|ETOBBD(Oi2(2GwjZ(J z$n)O|2l}0xFl(@s*I-xqYQNp399Ord618g%1mB@2UeVN}z*l`$Zxn|J*XRkkMh@)h zw079-PPpBC(2l57&C}u8$CMZTB1wg{{;}o|ZkQRTl0|wQbOj!9LusfoR^{B^$m8vu zjxP5{PkgNw#JHhmlmtm@Rtbu`kZ#IN03_LdJb|1E)nr90WxwUX9wtrd`0|9PXC_J{ zaTi3(!neBIBNv@D5dSl;M93WJ$#p*)jz8Qzxl33O9pCPWVufMkfS-FfHRCS)QMcYj z*fD(naEok{GKR?KFj`tFBa@e-@+H<%Wxk;(ZE| z&NU*{a*lH%_$iIBwxX3JNbhtrk;8 z^^TW2#1|$m5(TF#SqtvFuFV4HKY43$E?8< zvFgYq!8Ou)(u%wSY3^YX7$@G{gL^J7hA~5i@6H$?R|#)4;`7b5s65df#7$Wqa$srk z4+g&S0!>`klP(=KtgQ7^=hMx5(i2t?;iQmoHN&w3Zm{gGudoq9?ioOjkx;b*6?=!E`HZZRyv z9{p=w+b%ohRrJm54DO~FjrP{i1)_YR7>vdL+#UBcRcf%dJI9iK` zA=_QiWufr14Dg{X1MV#?XubUtwBQryCg(yoq|c;YV#<>0EnEWB3KXcAneF&qe1sh;|LW z*!I;S{SpoinFQfs{Y>QW4`YD)3Bf&b&&1d8=!OS`=O_k4uh$_%VwMRN*?M*LL6i*5 z!NELn_oYmYTa|nKHtA*+Sm zrwN>ftQKC9Dq|$%*Dqggn&WA#l2ACTS+Xow3vLkyFFn|i0y`Tkeje34J8N#iW8eR! zOIY+R$d2gCC>Cs)Mz}5vQK~)29iAK+8LZDplw(AkMIth{$T}j*knvfF|7RigLS2#I z`#wr_o$&`EbB%<ob$+!b;{ zMZ8EZGub4x2maztrlK-N!u+k2zPIu zkS>vCnbJ`CI9o2LzJ-ksAI#}X{rAI=UlQ3oBrIOq{lamqIATdI57ujM#ox$QR zym!DsToPggyCd~Co3nZsF{5I=i=afX27l{Hw3eUHyZ5w!IQP{6#RH^|BY}GTG!#0Q zcI|lcq=i8F)A;)Mn65kgy!^;-8oVNd9({8&FtNyt;z1@1=^Ob?90`d+LsBzij+2DT#TYKk)Qrg8&s=x_aZNlfzKqE{f z@1OtvqWf@xe@LmY9@T3Mar*q{jQ%z1v(nL;u0xw$zAu-0-Dv^adJ2rDdJA&%jFMw8 zdO|^;pKUz>Yy~n6di3p;f#H2SGg1chHU_v)DyusM#EC{Lj-RweY@HB;EHGYI2zm$$ zFZBC`QwIo-{fAnx`ul2Z@&vaU)AhJ%b_A8o)FY{aI)h%hJT8%hMAmMoRPRE@GT>6M z@J6({P0%B{+W*vVWY}D3;(}r<+Fa^dDa1ILn~$7f{UbjxMUgH_V&9LU42}+$tl~m& zjp%MezWY_b?Y;toaLLpFjVv06>f42fS_p;1TC5?3MNi0*;k9P0{o$DKY^eR?NK%Q5 zP%#$?D=y@OH>wwRK`xMbdmftIIdFr6E=rS0)2I28(^B^}i+`RQo8&3OD-{>d!|u{Z zIwgal0!lQ;s^iWQ-A)3-8-pQNe-gE!YNRbE+anSdzR-TNXABV@8YQW^qlS7{5>{L^ z?KMS{C?JmXc*>~haHgT%VT7Z{WKvU5dqVw2j;y=_!{+`u?7n+i#Q&o;Hd_VrqZ~n< z#xx!J^$Kqt;k8n$fx%D#gO0=SKEeI|P8W|8%{Dk95ZyKUX&4>E;CaEYRrsN)L{imG zEkRixWUcVVSHKf9L9PvrS|Fk&;gTmpA^OgE3TGwN3yl^&Bf5Hj;czT>)+^&!ZXiD)*!L2VBKWvZ9&~4b@lD&-#@luWc~BfF@CVLDuHbsE>t(k z8=DNB?rS(X*6L~$HDb|NWCVmr+(FNqz;R$@Cnmh=?I zFNqaPdG>Q;TaF|9x?N)3SHIYbCz=d)s+q zCZj%BCN9$B)$6tuX{-|B!dQJTfW9XN{krnYwx++)jo{e33;umm`zrm1&&1-*z&QDC1{fel1Ovy)!T&o0303c&9P@xmkD ztz4+P=J9i$vbV#iF8Pk+b=}`$VX8vy*=6W=K@}omp(&@P?S&%?LJ7ZV#Ie8o^}GUO zwc~8Tt++kX#l?J3n8Q6A=DT1t8nJjvP`Rm?)X2PM2oVg!71+Ty&kBX2yb$2$ZAcIq z^cX4!&4tQCsjW6`pM*!gTcpgcoMb{hHP$eZ3sqE#AXi+Z_S?4BdkJbhRH2-`rTo-L zEG{kQx#su&8``$=pFbloa#JKjEe8rdCKQR4<-3^nNr_%C-vy(w5aPRV+Qe0QxVT&J z%7ynX{Y(OZPWIk8KcCtVL(mt-z3YF3Ki>W@?i_p>+uP4#&^9Y*3t^GZl?zpjOjfz6 zU$vN?3*o1)OyJQUojF1Ub^snx%WKR1w6c^)0aCgYG*prrmwr_pjT?|ihN07l%U9Bz zkipOO;?!q%NPg}NBruNt;q6!nG2A5o?_Ph|Y4IkHBIxmNa@&6RSbvIeyYAv95FZeaP2Qh##N68B>YN%4*(~&}jG>A@yD@ zLSo|Zsd=2d;Kk_)AKd;$;nmz^n!5`_s>=Q3ii^5$Ke{j`&$#t`Xe>#jeC1tLheAf! zE#gg*i~frheDz1UkO$-FC$7ifLpP)K#%(}k0=MpL#>hf9!r=raTo>1OZpIJSdP}o7 zI^o91gdZnIeK<4eLnxa6edah$RpZv7#>hp2Pm5IOpkYe_Wr~Yv+=yr_3WHvJx`6x_ zQP*cN|Gn}*hXeoqKD6F&+0xHfv;$X^c#JQcKsm)#xAC6vdx?RNMb36OjlX- zJsHx3lJQ+cVhU;p9ta|G|C0#pcOjxTAlBzV|37?C@WVTr^hG-{GO7=KE@yo)!6)`g zL#Yv~srd1QqJSr-gfE0rBR$FeeAIz%VnqgdG;UkD53SbMCBJ%l-lxv(K|I+jsA7fE zHxwx zbhJzDw>j#$zeQEhrWSi%M9MQ9`a?D}!3Tr3@Ifu%&fk)I=-2)MhtGb2Pj5)YcugzX zvxJ3Enu;FyOnHAxB1DQwoqQLOnE0qi#d!RAq+Xc>XVgQJN+C7nM|9Q)Lwo5fDH2Ld zSSSw?yge-jOnIV`%BJOpN>WRS3$dvY54RaTS#~Xw-+9p36G%nMJ5kWI5?`o^Z~bl5<^M-Y%ofgruK!>E&KonO3Jlw} z>NTX1ng(dI>0mc$`GZa*D|}65d$kB@b0ah0k|}Vh6m(5GV5kkrKok&=8R0an`bEi5 zR4EWiB2nYPd5a~frTs|`i*Ru<&h5fl^h1YB%gsxP43B#;O7NT8pA!8#@^Qn^cktB6 zyDkwI$wV?8ohU3QGSJ1w>fY+5L})zw*-;+?!8jj@AQ9pAMR0m*LD1t#Oz=X&YJkmV zgrUybuFFC8E3SLLMMYYF=VD4O&KfDh*om~j@J5#&1M&hY}n^1jPp`KA1$t@Dvgv1zYLhCXWs zod%(3ZQrL%NouJSVz1MHQMd5^5pK<$=tw<~_irRHw)XrFetPC3c=p0J_~RFkC+}Uc zzo?f&3}(Yw?Cv;>1HonwLglkG5>6S-{1``%U!v?e%e9+F)rSIs-15L~?Xa)MLpzLg^u9=46zD zd>5rsXq28b>p6sC!cNX}+TG}g=NA`9pZF>Dal_EylE@%#yX;|E->+T0ui%9@Hx#{3 zr^ySm&4Li;L?{%4FWrQTjF5cPKw#vc(pW79n9X`#P|#NyA`@E_@xo*zdymxp8K)w1 zMe<=uK(nAlDke|3JD$?P6={K8w*V`5v0+y9^mQ<-e!k%2NMMi$W3unJF!k?!d=*G3 zY#&m`&^;kdhvX!=egItZWj=BdJ0!wUmuAWvMNf+nMjcC$C=I%jjw+;bL`X?0(PkGO zy`a=c@l*OD*&-ttYvX^G6N-Wi+HS*H|E0M^5)@n8&tP}oUaW9FizjEkk8_cWDG>ic z82&&M;ZO|Wa17BZwjL+rC3Ofjne~g`8?><0;f$7Az>5pDm^nRD;!6Xi!ZpQ^aLM-} zOH!I7-h>DjL5s!*EmDY_>48B&2BZ7>e}!}NFwQ=5Gd~Hn81^fA<=qiAqSUBrxk(JH z;QbaPE;REIBxb$PwhQk!MQ4wui@;G_wx<7cJ;o4t=)S|R-)MKCjOQU364Y}g;3h7LCwK3gd;Kj zZ^a;?kX^Y#CQGE#8wLa2bPef~kdw^bt9!piwb2-p;2bd|J>nWfl_H!pVkYH;Q|p8N zgdKRVu*XrOt@WSXkICWUQ4Ghn{PRWXjarlsa&0BY3l#tKo#aX$~onzvJ)P-zX|5Jn_;E`!Zsq8Pa-ZFe*>x6U@Yg1UPd7 zT1WX~(Q`>?w3tn{!1YrH5X#dIuLu;y*zosH!g}3ulc@f38*J;lWM6N!5qfne7rNP5 zSpNM#!A(cNrINhwLMxyImBEn0fszpXzsG?HDKWVSY z^J?@dUSMdA@}Kk~Ck;69XL~UD^WPHv*p8i#V)NG@M%!JB)eZJ7eX_5w76?7~%0+bj z5V&}9QCyJkVxSeNfI0^$F=`K07YRvsknciF=Ub141*jR-LsgNBTB6}n&^Lvlw?_Hz z<%Ikb<6rB?$$$Riyd%?#K@}wfA9xUJ{^51Bzh`aT?`OWLR+Za=hc{k^V`G#6qp@*yOu5S%Uvvm=05z<_92`V5eKP!xkkueaSb$VVguW8I~SeH)C_ zZU#hbJ#yy*BwjQalW?svoJ{L+UM}>&UMMtw9M<#@CcbdBu zgNbLQFO0zuh)xa7voch2+`1GD<|y>W7{Y!N5(#;0rsp1Qga61EFnI6Fu=M?`Yi1 zWf5xZ>~;ums5P${LIlGN`_5(0AyE)}mAI&KVB(^Nn2b?4ZSyc|cJ;$O-Y&QmY9W7TH{r(p0;>d@+OyYHFw@1{Zfr zOuh{u)l9;+4AjD7P=)Mu!Vu6&yeLD-TZEX1t*;4(QNv**z_ug98yX@=wSTE9wp zplXL|H_$3X%3^``ukVHB=s9SQO+Yi|MbfPNf2SE=j5i84TXf8Wkq2)u&WkXmAXMm3 zDu+@d3t?g6ahBVKo(4U?($v&&D7tLYDnnjWBQByrWtE|dMXO1oMdw2_rN=_df+*yf zlM;?@tLDq7C}x8ek(jcsytxglV5XY_)*=)-VTGd1F<%b|ElEW>HL@@z?Ehni+l)B+ zp~D6B@5CHv9DAve?2PiEPwXDHAC-eq6GOY!gBFb!+En>hP^~wtQ_a4yvgS{W21IB{ zDve+{#a*8 zMk6A$B(=$;g;_8Be`HP}W7um!IHWjnp=>v}1XPn2Q5zH6ocQ?_mt(}%0&_fp&F3aC z^x_0`^TMMUwr%Pdv7Uh%Kq<+0!C+K_Oi8K`k4&50fKj)wJ`UsDF05_X)QI8?Crn&0 zD$7E@3Hz?zgoACpOV1P1Y4O^c6*#o22UmkOF>2PG{0AB51jestHt-8siM|+1Idi~24u(Sw6 z9s)gP?BBKqN87p)EFvl#Ef!cTh09XMHVp8$t~2B4e(fBr`&|6*?N{^`d`vyl$i54k zNsFEqc}kQU1-CzrxrO?#3=mV2+R<#lq(E^Iffa7)gdvUyf6FdEf&5eO$>HI+8?F_uH0nQ9HbbNt=6klZ(k@U|{QJDo_~xd)o| zma?}irX*EtY9ye!3D(rJWv{WGP*TOnr*9v8UIELH6_yr}k(gbFxd8`8yW4THt+Sw) z!l2jTXGi96bSj8#Yg({*unE6@+iL#y+$$6K&U2?RBT!r{WdDPtAM=a5`joU=WT#Pm z7v2yP7gDLF2R6R3ANuc{ht@R#m}U`u;tX`(_z1KE%P%s-BD5scX%%;9pXP4GV4^X^ zh1FtM5*Dmtq;jymS|+{~Hq3T8Fw)+Ra}H<0jgf!CY&O7RH7r$qgc2$2JMP9Cr{}SG zWizf^=fHb*_3*cMPI>Ty=g#1bb1u;f+`YAWxlZzQ%#e*KEV=d>D^EcOE}IIDvqG9N|E#6=tLQuWlRFcafQDYBy=k>=Wu9Xwd;1ylmnhzpBj0k#!E1V+pMpe%G*5!Y+sZLuL_ zHo$GOVb*3VC?vp#T{XOj$c;{jfkeiM$pC*_*KNhNH4b#PnDFrrUWU7FUxTM#9K(|@ zj}%RrY#wYa`}NlYjoj~IajI#9&daVNQdTQ)^(tu39^<1JvA55bEiTBEO2-MKPKfV9 zk0TSpx9!qgUvqI0Nml+uAJ1z2t&kZb9tEsHcIa%mR}GU<2ey9;1KStB|F>iR7Z=Vt zVBi&M3fcdL8lCL88Jab7(CiGI||GTy>cfD?82j#T!@h zx7QBM;`={6i=z|XWsiH;aQS)NdVtLtVblZ3Yqmo3=uvRVB;tofoau|;55-}$m#!KS zn;MzX?m~ZqY1S~Cj#@EPn-+0f3zut3fqG9E(xswii(XP>LJH%a2!8nLBwt##WmPk8 z{=8~)JAb2;$)iu6!q1LOE^T?!YDZPpr3BcV5r)!946Fdxs)NRp0xtNGnDs#0Uf%zx zKaxPJ0C7RISapKM#k^(+5e&nK{Yu}hWs%70{}GKP5RWIJ)73N*s=5YRQ0vHbr$M|4 zG8?Mqu-lAiZMC7RyBUK+?da)spsn48re;&sghe)U{uqAx&K$n^%m@yh_3^pn_7)TV z@b1g;_*ZVghprjK4V${FzOGtgWh2-bbpZG70dPq1(Tl)$UMzdT6s=1N?Ag&NvhkXW zyG7!v>X&e+<|V1B6c@Vm3#0h#$oWb8ZU zTBz+PxRR zc~gkKFarN&`(Yd&g1$rg|D!*W6jU`r|08yj4hvyn5xxoSjp#{!MYW$Se;&UYSHx`3 zkd97`s%g0MK|FHowxyr5MFd41^ad^OktkNdp>(nkTBl`qaH}Mw?X@{Yry^WUT~=t0{`{~T>tj~I=*@v%mZzbUO_M-tR$7_ zb{McQB}`m2N@^sVjVJ-;Gcx%y&^4 zNVJhCR}0Bhs-_||xo0~J;1IokADYX&Yx zMb`8${@xpiq1h@tPu!^eE-Fb!lU|jLx~P12#uu%b$Vfi++LExKuVFgl-&{Ip8)V#OAcS(Gh<@(z=vRD5pBaZU*eySyjH)TBF*?#Y)R_fcL`+Scx>^u>_wV zq${p$=;sB01c5*lElw+%9n$K;&3sReizo47!_cxJL9$l!5}rA`7)Ff55=f-iNM9(5 zU^g3J&}lL23oREUhbN0}|M%{^9JlNeZcJsq3whD&G^*_YN}rV#P9x6EMrty|j61ym zPOk^2OTzJq-LUT2Sl0H0mZTDGb^}J;!bS>=bGxt>{m|h;S?j9@D3W2~g0)_$Y9kj1 z6tE82vFqN%W#$7o9@<)$>$lpBywS)#=SL(@XHF6sE|(vHKm?s#O;t<%kRTbwb+~+R z7H20lOOso(8R&E1@(q`^AdiIOn3=sOG&~CtEch>`X(nbC_^%0(p?K!IkQZGwhj7#Y z`nGr1m<6iwnZ7xf2~J^+hjon`W7`akLsv)oeXj99pJM zaiJOZds6#t3RsH#Y_UC6x8efn6M0*Q9X|I0g5gBot1U{IjE=a`-eKnjNwr9r+R@b$ z$JB&p*}B~Gp=GNunsivP;$j+PMS*on87t0w7xEFUVw>z*QLDD;e7_4HcySRwKMmbL zXIb0Jl%#S31Ywg&%TgnJq~g-oZ_!0+widOM`7hh6#@E?x`Tf#h9MR@cw(0VrEYq9o0kcUiAm`~#}yEFa$~*=d6`>? z!532Rh|GDBpD(%K2HN;3sWfLKabjGStx`#F%qn@ z501|?ZF}cpIVlMY zw`aNULMZb=@mH42cOgG)`l>t_&R>B2wr?VA)gx}vFAhvRH7Coq#gwEHG^1$JE3Do1 zw01YvsVIOIjVwPt+i*)ld-vvXdLC%Iv zs6}egbD`VSFWYLVBvmLK&BA>bYDl`I-Q39n#+j`KAfIXN5>`VZ{hQXv8vMsblULF>AAdVl3*~3$#E}# z(wBQId?EPfGV3un7nGbDAyc84p-aqn!B8^s_w+$?!VOJ-3-lWYpu2gOY^xPhk}5Ve z;?Zn{v&{7=6|+IzW!JSP`)spUNdwGI1wP3~DoWAgG-GX_ogdy+igo=>2uBkb6H)K2 zWN1R`q&I?o#{_%aB8mu*k4spc!_PdQ5607RJ31oEr7vqrb2gwgOXKGd>J&8D0pn=nOiHPfM#B zp(&0+udXtX?}EW-M8uS&b_k4e5PnS;0-Bquwnr=3iaR$wY}8#;O-4=4BHF4=izrT9 zP%5O9u(+(xj^VXVQKBM)UdLhAhBj3R3`%zd5-I%TwQ<~Y`(n$b1)!Mnz0XYDcqhaREMhajPo!YBEP$^xEcYww6X9`)K@ptzR!y zgpkLg7?-bX#;We}{2^);7@SFuAHR43AG&!pwyte2cwd@LLj5qRW%QhKh2Zgt?}Rra z(AA!S`7RiZikOmA@?5lwXsAW05j7ABRlnuC094!OV(DnC8TQkQ6gKLzLcFu^n?=o= zBrN(mgbmm#MMhxsIfeIAP&!nqn$&6W)^QiE+18DBU)cw3fjn%cA4Vikc~&JDpACu@ z7*c%~3`V1oDM=NI*wjb_!>Ze(o7;{qecx+3Sd%rVb*>0^71OPgaB;WP{a&qR=VFF}#KlPPUWAkRdp78F9M-OAs@QXHT-A)tE1M(@ z%~C20;RIeeI)@eAHs0uIGUmThA*1K`*gRj>S`9|0{RoQ?Gi=TXgCPvR2;T*z5bY-6 z0%JmZW8J?C(HwEHvGr#)TT2?%&J}@@#KlCk@CagxEa)nH;$P8e#m>uGRprCT2n?e^ zix1ztx?m*!4Oz^Fzg361q0 znG`l#Va_j3Trl4SqmdC)k}9T29qK$a63iJ`mV2>k*VS|~sw&BMnOF0wk!+~zW~HMR z*^m!|(j+_AIbqVP<0?2KFkM$#!6}W19Tp*`IXND&L+*O<9EXOILWJ*q2n~k{k@^&0O?^Q)d z&y2vJ$P5XL|9JW|X6J+X@9U?k4j3ezC8$3UC# zw&mrVm}6i04nl9a5Yg%pG8lli=BkPdO6ja{8U?pF21+x;!o0tsli?Y(+($ zzY$q>6xIy;DOB@hqwkn(GEt1xUDX?3UMaFuB-9I|ShKCn(6dT5+oDaE@?Qv@gOEY0 z?}9r&2F;6;>FJdz{%hpKl<4i0Lr;tPgay)qk3>_k_a%4umcyz;he%%lLtIHJMFhG%AHYRV;du14S`t@YyvR+u*d-_W@6gz*ro5R#|}&i6t@X zDt`4Owj@=G??Mv{Esez1q>`||e=TfRRQF0oP36$JkZ5Wv^1qYsrIWxY)Ci7|pP!=$t6(!Ucqn-_)BrwQNLMTCC zxP0NF<*BYJ%o$0ww=702=!O)UKYA@}+XqE&ryRs|S*%B_MZ7bGDjisPu{bCNC8i{` z*D21|=Hm)CJ5(ys=%vSxF6-p7l^VI~4RuVTYC~t<|Jrmb@Y?i4trMs(M!ly>$f$bo z^rC_%fl;iAgan3rPTGW1A&_n>x}~&8{QR_(mr@q=8M4?It zwN!0Y6EU4_DK#P{Vm7O}TG=mNB5gWV_q3`y#r|s_QR!=zjZCWK`pxZiJEJ69VAQ%y z)#EQbdt^Q+ZUnnjMSW#h98J(|LU0H!i-*N+aS0II-F4C6gy3#3E{l7B1b26LC%6Pl za1ZXzoqXTD&;7mA-P66@(^aQV)maO%kiJ#B0t<0aJ)G}sqS1Iz<>@iF&Ezd8H9>>5 zIN2bzA8LKtbXplx5BRSP;GG_z^w|PMhYVWV3Y(iRQfs1O)oCvBnlyAngzJ@cWy(09 ziGw#3(Iw{J7?UZ~Y#kEWUxyN;s$teopXVII!!zl+E55u-CEoHS9GU*88k>w(8ke0Y zUME?^h>3^-yT|FZ9>tYp%iR&!Nf60@BrIby!CPDaGp+EazfZ&C3*m!f`u)4ZftDi0 z_q6G-Y<7&XO~CTKb+eiVc`32%ag*x&@bSEX+OwD@OoWiIlv$>GN?mwF%jp)(pBf6!i&$C z#3+=hZp>b)i1LM#^}{OsE*FL5APMaZ1m06aU55d#N?$Lz7yn_E`1m7E!+1?9Fynh1 ziv72#GUtA1UwH!i_30!(0licAr{ueF!Tzpsj{ngkJawlZ!a8ExQFd=6&Z?M+^w2Ph zX4oFqZ!xTTFY!q;WeQ)pFwo3FQhk~n1VqOTW81GcdcY;vHB^fu?vzPWNLA7om^?)Y zQm7IB-e}Vu<=_m}F5nU_kTGft57nFfJrQ}7syT>T`<0cq^^i-mGT)H?tG38pe=~nU zezVMN`(oJ*nJNoMGL0M|k%lM-e+S=lnFeN*r~4cBcuk@KdV-eX{8MoIImeyn1_4D#Qtbb2FCMRPSb({$fnr=ryQR?t=_8u7|00|is?Dpy3yfE})$w>2V|CrLFS*0xVJE&luewBVekmo%JkTb;|82aS+CV)s z?V2Prq?Y>n4@ozfPsptiwUW{sjtE$%R^IxB2)8(#qp8s7V5v5!hNgsiP@kE<)A~D> zMSa_pk!4@*Wy4D)?F)DuZaz4Tv&Z*+jkHbwxjIDf`iY_4)r$1wzVx=46*)vx8LGo& zm+)#jKAIAE`~Gf+NiiB98^np0d}&}NQ%TXhSaON)X>-c3+#5Uqu4nbq>mRQ-mJ$CV zYvY}Gc580P8H^li?rXVxl~?;!c`g&b&rvr^fI`R!gcy`U#9wD@UV^`UbhnA}`xtGb zf@+J;$%i}X$dKV=Cy|ol%yOl4fEg=>=~UT`Uej-4UWRl#(m(Y z^9UvEgH#`U<7aZeQ)1L~qOnIGA``m901;4C+&EY7mZ51{@nfaWb5lQ?RN8iZ<|WQl zQ~BL$N8?8wX)P^=`hUaSbbRcEq0@hG@i{vhuyFDY^}bl8BTZ07ABenz&>L*wI(FmD zo`Olf-VW>!^e+4exIJH3_Y`eS{4}BV=4W+=hJAX~M^kw<*{cXoBief2U-K`Eb1#z! zuY>LfiWc=o?P(i6niZfXg8;I7hTn%3=RGk^aLcUjd{j~zbp%X# z+PEcjNgkhet7&*hCCvArX)YW#s=W}r<&&Pfyi<1N!{r^!2<54C+Z<@3OVu=y$h*ko zd(HtZ*9h__h!$sj3c_1Mh$r3;*+A<;{d3Qt6R0X-@zcIr94_dW@-$vhC6FrVMU5pJ z-kEM8BModk0CDjb3K9CM)J8()xMSp={=Oiu3-2Qe9op@6{OHxy0E{zcOX=qeJgPXL zhM_E9pgf&A*Xay+)&p#N7&%?qK2>4RE=is;uT)#ULjlp9G9=|@hxH^h#5{7X4AB&h zDK&*wvG(Q<5B$e`ynfbmk`PBqc)4igj^2csf4d|b4UayhtTW(O4gHu-7n0Ntwtj+K z{nC4oD;g(7%>Tk>qPl~Y{_8U`0rM&kcXNP=*D}oSxln^O*bdOug15NB%zfbyz}H{; z+X=0eGTpXTlu7&cy3QFfzPm*D`LK5()O=Ka*qD61cYV6s+p8|@Lg~6X(PVS#9`+<0 zgp7Uu`U^9QH(WC27{;(}Cw?qg)Qp`wEmJ0lo+nWlzNKrhaINh8es# z92DW}boQ|(Ya6m(jQ+&@tvu{&K_OY?<3Px&Izw6b%9-*${t-O|V3i zA?xZ^oT5s1fWueHQ10)&pXj&S&O&tZ|C>&WJMA^W_Zubz;t6{^dEzFohNhnggAH~G z))R48a|^C*B%R38EEZoyY`TusqvskDXUHeJctUxVCkdi?!gGq(a)Yt5xsL>R2G$xe z8%=(u^NVFU>5`X)3GRXgJBFE{TTnuM)>)vTDWaTHoG^PboW81q! zTpZ&=`v?3-8;L_MZsLjBJS;kN?dxs_OHk?kRochBZGA*kH9t*nV+I~r|-C;v+ z3~s8RU8YC6n$t79tk7ckf+qr7#1za4G<+gyB~prvp=ErfNF>N}Wyh@H75h%L-&BD1 zT1&llS0=8Syl9~kI~hX37?CQ6qD6%%qf)V@B=?Nc^tE_3t>IQihP66_)x;h4(;=qu z^G~C)JLd&~Bw}nT$i6>J;-e&T2;0A~a1twI8+@z7wV%e+VjgtUUXD+d0!J1-A47V4 zPVaTzsCR?={mjVYGijLgp1Hg)o>=6X7;@6uPcu|{GE=V66@>V7>*;!pK*V%lakfiA zvb1XJa`}S&F~-`7r@7;mgnweQXX+Q#K+ckk{BcoITU%{isAHbl_eH+zg0kz?Xf=6M zQ})Jn_%O;w>STbg%6@?VD@(L;P9{Sk9<9U>sfCJ83n(7s1(E(=EY`xxYV$RQR_#zGS)xwX3^O~P?xHtfBdEbiQ#SgGo%kD*%s`O6o z!KU%v|9zXcXy3MsnH|pXR{h{)aHFy_Om=N?LLIbQhE#M{3bP51fc8JIQ8@fF}9du z+ecDeeu?SGoa-ag{NSz8y8q~s zAH+toWlJz^M6RQYVulUxr?;w&$5A)PrVAce#w^HQZ%v!a1ZSG&YuXnixCcV;)dpJVbhJ^uLQyJTzgW_G;;dv> z?`W&Tq{oZRuW$B}x!i-*D3rS#I>CtJ1ZCJHkNS7CT6Ri6F0vZH&g6f2xOKl2JE-`~ z$(N{(sE1bkO$&0)_yaneFGaPO0pGelzuA^OH&HAQ2nkcw(BG32r(^93F8e&vek$iM z8Fk(X+xI661tR?WNc{M9!bvhBX7e)tOJVDZvp&&6r_ImG-Vth%4^a4?Sc6|{S2eBh zy*3i&vNzF|JoT8XMrRaB{6%j%kcrpT^p8!^_HokRrp1nmurAHqnp8XmsZYJSQZpXO zKR*EmxCXR%#9g#AG=7Qg)N!4wfe`ex_-y0BQY-UC=iPCY9o#L&P{2Js)c*=T0jS3A zbV{Cvl+sje`Q~l>GjL)<)u`&wdX-|no;abWcp?|iy$6nToaDhV${dcW|Gil= zH2UpWK2VCw{0{*OHwH-^rM3_1@yvjiuc=&!=vHos$K6#K7Bn?yslKh^X^1h>CEa)| z6hgk}u0i;ZRiostn}%b6f(hT$YfoTmTq{v$mL(T9O410YZCG@!@goIKM>iZg}DVw-kP`W;Qt{Y>5 zkCJxmZ-WZo+lL(MrC@~bzt$21+Yi8sd|;8# z$ixd0#7f@W4klcCKE+M_(!nV`B~hjVm+`Y++v5tn)n;6b6sdLAq=6c<=EEEH?)c~r zijJ{GHE763hCJRzCe~!iiYu8& ztALG>5mH+!{X<*M)8^w&o|D6Ve%b!=wxK!=7`amfo&~NqFG2!G&+d8#^YXo*WqzLQ zBn+)Ug!0M)R=MdcRlC8%-_yZ0^a#P(E6TCcR*-Br1#Gc&*=Us&UrLYW@%?z6WQe<- z7%HrUD8(>QY#{dOV2LX7VAcAU?ewfk$N)6s-FeG-FByCoBU?v34tB85aR=`%!_NvS z_bF&G5NWZwFyLZvnUFCmJ45~9w83)&87GR!0+lUa{^ER#Qi2^Oc~|3{xe~(nKyyqf zCl723p)j|;mfD4>VvU{sQlcB-+@uW)+#er0n{LrxHZ$zk0ZVUd7H>XZXYGB<6G8M? zee69X2_6OgutybtnN+?Lwk@-POt}RHvM4sO_=o8J(fGDMb&h(7b$6huSKf|U^J)Cr zBKcNo&}kd`oF#YM#4zYD+KE)kmb0P~Mz-?H{meWwIoKi{PaM(}qE>8?I)QGgA5b>n zz7b1}Pt@^-f^r6oQwGKR>F@$K7W>3&dg_5aIY#tRQ=ikg<3j;;a{B!AYxLCl@&9B9 z2!F7SoogkXuk^0l9dAEOwiybMh0=em#gfFOPd}%_?1-Xxnk+FlPjPazsXvpi3SP@y zUUYic({7Weo1t1fFlNAO7$f?2&EP&EL$9|qDe9695S?Ph1qe1Qqt2YAe#xBvSg`_3 zRhnf9bdJ2aa19%Sm`E2+)=-a9M##)Fs~I7P_xNZp4|7LsI?8vb@Xoq~i~IVRiqi>F zcjyO`QyC91Q*%Tjo^%&29KqI>a7D^$zkQkS9LSZ5Z`Zy0YTVxfFo` zxTA-v+giM7j#+3t$i3bV*>;9{G`~yI8@7{h4{ivIvPdGwO2066mI6h`EHad= z4^@-E!(hneJ~sW|@F+UyEw5Te%ERm_nGb4+^r9!dl4puaeiU0Tkd0Trp44|Qsz)5p zMr2t8O({-bA5m-gT`eR3SP>qagloAOT}?RdWdgpvR>LG=MUEaWorPP!m_il^1LnaM zNl`#(Tz(h${7dCgnaeR2kPqZb38q)XIgQMgJCE=@Je5n&B>hI3G3<%VESihN(R=t4 zf3mJSjWa*iufk8+RqY>mtDYq9_L1ox%Wo^@JpvV$(>)9Q@%dp-Nn}(qVc;z7?>5zw zX7?)As2`Aw{Grx&>^+-eivK(=anBG@hdbO#nO5Utyi` zy?o?8=~JCp)|cJn=JQCQ)ms&YNMIJ5ss}mN3?Vnd^dT!GVo=jo=_6#fhO0JXwtR2_ zbwi%+?;6|mHq9&Nq|e1%N$%$!Y<~=h6`&LY3XmYEOX&9!?YmZ{arCB^5Aehno7qa$X)dDD@*XVB0YU zVd%XUl~F*hYq*6TX;DC5Z!RHvs1E;8vT}5iz-I|KWt-6F$vwd@_6>xplWdOhNEhZ$ zFVanrdydhZq&3q&*{!<~+X=&*qMGPCcMw5Q$4)?kH|9OZXD((nDt92dWjKy8Jvp79 zY>8#?fw4HWN8dPs7iJj#Ujz(n=0oIvAMw4NRXp;(j=&F1?s(tKiaZh1Ik_F>TX+~N zmZ(a;%&-Um7}`_J zJSXurq)rf!gc7xYoDitqp7K14Y)4W%yXPQrs2A}qPOF2pzZ|XG4}=zI&e&5HAb7Sc z(u6Ah95`m^nYh)rgoHnOJPfErcXRFu_m}IXsg5VgRNpPQE*e5sM}q&ZU$6p zg;_71nsSMZtF4NO$AeDWs%5?)2pz*BI%`L}wc~YM9du|uW%gKsmj5w6P5&QzzNf87 zJQonLAe=7u`xs^^9IANyn(5snMmqt;U~{BI2S@`b9R9nJA#!&t9N4%tGxLp5Ntp@) zln{ubrGk=d77Eqi9H0-K4{!l(`TGnBDZ%Ct@6C0+huFIBw`MFra~)qy z_L(Jt@eDNyh!?0-OpQbXqS5@c*qf%AD+5JR!D^K1dot{}mJp{j{=6Cw@hE%C&0MiL zuOBir#XC>YI$)G4UgrCA&eaRrdJYi!JwVu`R4>vgZ;!5Ft2eo?jJr_QM5ccsNC z2`zU1|Bba`(ZC6o(8tWOsE<@Qa%x2Ap$_!?`?299Tzr#u1g@_bD4V&+n5e}VBS`Ym z$p2}=G~&d3+1$RIl;1f&2B|JJ>6Yr{&nS!|vT^MvT`?!F(hHNfF6auZAqVAH#3;i{ z7Eu&6wACmDlOJ%C_w{7+RY|?I+AN7XjPn83{mnnRFn7HgiQ=!B64DMOm=1I~?MiJ5 z`NoNl0~@$G4RH29)h`&6RNd3M*g@##{{vYd;}H&80&F&9x)6$YPD7QG z@W(lDb>i@%g%giig8IKYAM@VW=QQEU#7gK4NCmhHk6E^)JOCQfv31d6$2OM zZTTRF+zuayvOT~ii6(T_b22Dt&Bn;Nvc?DHA1zUHRzGz5%x5!XHfCcVo$Htj0{rEJ{SX}EFv)8q!Q2tLY3FD86Vx+d%$797 z)ueuwUdl(=08*3FNtK~ZD9uvt?MD#D8i!+)48J`(>igAj%trL{(yH8+QE;j_6Z;6* za-P8LlB-4q05LCTe;*4{axQ!xZh9^cOe_;*3f1Oqr=e6_B}p91VBx#DrM*kV4E;ZL zed(P~&tOo9=YCsQ%8LcZ!Sw83dRzNr=$?daooe?dR-AM`IQ3E@XYBX8Vj|Qnpy#yc zH`Ch#GQ*5p5e28wP~@P(Cbnaa&Bwjfwl5i6f2Js6a*8x#>KVk50TLmVv)_NNDwY~p zESpoJX$wvc*=QY1%LuHyV+XqMwO+3hxFb{fbRdSkd1!}u$oRo{$MBmsZ?NoTB}6sq z!{us7`MDl2)E!oi?}}2P@?DqGn-+H#CpaM1o{JZLl99kJ_!SK30}pHdl7yZHarNkPtBn z7{~Gt7jUjGhLK54cjPiY#D7M2@^}~)6K~I8ZXBbJkQDpKki&}8GS$Dvc<)ixSe`@= zjH(ghW_wI4#e`4LVw}`ZtqKk9L)k~u;lAl|#_F?$39nY>`4QenXJE8pdwqHgt3>Qk zLBD)Udj%TZ%1l)hNWl$CVd_d10Vb#sE=+$aoH@lY2R$0>^(!GmZ;lreS5uYYW1^h)wJM?QY|X2`lYEg6KUJTh%8`D+DQyqNkp_*8tsn*ly&3 z{2F>a)OBs*v(1WwfG}A4tDhzioT|M_`WY@yjxSwtv7sXt1zpO(sb_qGipJwAXA-KZ z^|=O`*0}9U=NqZOqSn9pwS~8|U9_2cCFvAa^wU$oC2v&O4K zg8skX*+bc-Tv`tw&&0D@4g=)AK-rJGY8K%#lO|G~{MP`k;?KCv^luC)R7HR8mPkI! z|8(YKc4(A)9Mbz^KG6C?s~UU1C@mD)wA$&yd~w*x1C;k(4U74;V^R42^pQ-VmEdf| z=xdLW&r?DBiqFkh>e<$`ElkKhaXviy@ACAoK?y1DW``aaRgnd@GWGncsV1Vqb=TE) zU$eu5f` z*2dF>tjVZx<6Aol$%S+#GhOL#f~f22n7+G=$^}0}R5#&Za6yQ@f zRN$iKI1csg<>OOPwr0Wanli@F*XhZP?va6Oq5Fl0Kz!=U9;Wlxm{$y?y9bz%zhxPI z#xM77QL|ZFC>JdD&QLJ70?Jgr0r0IvEb*5rPSr2Js0x zqus=u4$4$JFFkw2Z=iO6nagWhiAnYyXHHk8+~;icni^T7r6pwJ#_hh!%#!2;1?KGc zUoG{e5r2v=1g=LpU^n=EPE63--zB zXGlbjI}b^XXK{!mTVz}Y!NFl+VyTC?W!7vkOPN0WT9@TZnaA$Xqr;>T!ufzVX)1DX zU(v6v$|@ZPukx$2>=Ug|G5%E!&J{kvvtnEImfRSv3*flntWip%(7J)B6ATiVl}13+ zl!JF5GawESY!eyryB--O^0WO(MeE*nrLcE#LdI=j86+#a3fQitm&rc0YV=xAV^!lX z1%3)|AlAVmLG?UUPBN%Vyl^d>xlL6FQYiC08QMH1l9tw0q3rB2N|UK3Q9={1PiMFS zj;CZ*kT#0sjF;85+pTX47pa97iA+lUVlPpgm)a)3*TQNz2k~(QZWuF&0!V zSRlsxoTu`C6NUh4-yuR>#X!7GA{DwUqMF! zRYCI6sH-Q0uaom0XOEYXr**B9QBCB@7ORZ#C>ZWmG!q^?U_9Q-Tq;st!vwV)yvU{e zErc-9p`4bH{vtIU{sInJBtv|haNp{@H*^)ci+tB0;~Jg= zNtgDyXzY0;_c=UzXI)44=WEeg){m>Lr!QD!ic(h%8M@rE>CU(>wN0W2MPj|ZIKmNy z-LKumUK&Zo!y-F{r>l(!6t4otGs*rKs0GUOGt(QSlaKBUag<44#Vdq|AFVhdLrr1k zO}HG`0HhgZmAVFP}k!6Z!5(G2~o7W-F)Mr~s@k`5N7y?ggR=OoH2 znFbpHuC`UqlM0yIZB>6Z@|Qh?GSkC{s%&kn4O@+jd)AV}35WA$B$Jd#YL@NP?_YM0 z_64hWL49qfcXoa&8SYR{hwbsy%Ac!^T2*Kn3be6WWqEdj2Ak$&GHA&3EI5=Yt>Mt^ zt)8NZ84|v@PL}Bf3-W4WSByHAi5{9~w*FXA3U7mi>|vycFyZ^6w}LO1PpVP&z7v50_CD$+Th%yU%msJbbvQ4VR`i`onKuxdVYA>VC zALLGF4|5ck`s@c_tEOm5o0r)@{hfr_Dap>3E9bHoMNs|xCEW8F-OBmBe*_E6lnwAu zx!{%In)Nx4v|ZA&C^2XuHVQxxzO{aMQN1PEh06NXv8T&v!~R{(qirW^G5q!GC&CSN z@Eq0Fw+zcODi~li!rSX<2==&DJpjl9<-ZbRg^FeFBc0$AE$WI8%VCEA<+me* z_+7Ce^iUg*I7q2Zy;w)}c_^wV=aFzW(T#ek8UBC5%4J?ajUu$KQi++Ldjo-9(QJf$ zf#il)23qF1_dvS0IPi28(al;aPw8qRM4S=LpZYaeXmiPT?;=J3@VC&3a$p7CK&1EY zzF6e3&UIgZh!~|N&_XyD7^8Lj!NuM~_GxH#BM{SjvO#+j^Mt|z?w`#IXU~r#ATq?+ z7)F9b3psoPAd>ekqrqN|{``NwDPqmJJ(8^XlW|t|>ZSjKr2B$QCl z;DRVX=NLS5i99=qSSj?5e#ydZX}_%7qjoL|KYz!(q{*guda9IKYXICc;-%c&Lh(9K zLs$fipN=VAbTx`;hQ`nbBUlZ*6kYPe_u4@;Ky(^b)>OV57OC2Wf*90;B{HZ!-7A4W zMFLpj60MoZa_z-yx2%4DhX8ZO$bdb-@i}H-qt3{CENpLWG2vDSc)R$RB(>|XAWufn zJ@7vks4TSEzj(aR-5VN68E>ZxB0T`9eh)#iJ~tG9O$*6_dWs=Q56wTo1?3Mxs_3+k zx$$4++P5%_jGN1E6hN7uk;}a*Qp481cGl{vPxq`=T>L>jRvs9I-X~^i6ki-bdDP|4 zO_A0%OXogb79*cJ?-%aNq6$;U%-{;nugAY>`^`=$?pxarYzg}!p!L9T(X2a%R$?c9 z^510k7|$V4)9odS*cjJ6 z@Cf2OY0WC^iYx*^Qs}}ZamBv9b%3f1F_R?gpubD=q5%k9%2%wgY;SfbVDDSD@h}Q5 z;d>>ZyTi)s0#ome%G-vgmDiWP)KEqNf*-)93FxpEJr}%GVq*lJM8^Rw6jT|eqa8&f z0cX>n5ugB0W3--<9aPcGG6LSbg&7#vMWDMMJ}(_Ob?dT4vcvnH+CM(kF7UoSxVCgD z95>l1!lK41;`mJ1K*@W?QZm(CNO`}2hns_4@U}WL@nj4g^y(;sA(7d}{r0cC99Hf?JmTi|aH})tsL`ZEj7nBo7FE#G{T1$C|x|-;@InI7LyV z@ySw4qk<&pQidGZ5m9k`lQSeyUcnJ)QscuM;a|;5@TA^3v9W+B>cZj0?SS!B@DBE+ zZlX~zq&hegXg*97N%p_JspObL2c|ucNW+I%3nm-u>QNzX0dER&>TwX`1KzExEPp|Q zY!Q0CJ@aT!G2&eKXkzk=F*vYiH~>H|N@b3l-kVACajezJAc-@3&))hA>C3P=(*Ri* zK;!qKTKQD^4t!~6Ryr7kl7074m|!Y!T1i3=Jq7S{6ztQ-xEK#JfAh_}m$SkFxS4n) zw)1Xd4WN8C2>oroVnIx~6;f?3h099s&F6s;36eM(VnJQ8KolfIams%myesW+FW$wz<{1&WdNLE!xM?2ABj74AEwd>PGIe=)$VnR!~Zx; mvt=?IN<>K%B?Z_0ii9qWXt%AbI0Il0Z)7EvBr3&>1OE>bWluQ( literal 0 HcmV?d00001 diff --git a/assets/img/android-chrome-192x192.png b/assets/img/android-chrome-192x192.png new file mode 100644 index 0000000000000000000000000000000000000000..358dc4b20ad91ce24436d86128bcd706df97c648 GIT binary patch literal 8642 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 Rcs2th|3T$_g_KF~{{va$*(3k} literal 0 HcmV?d00001 diff --git a/assets/img/android-chrome-512x512.png b/assets/img/android-chrome-512x512.png new file mode 100644 index 0000000000000000000000000000000000000000..ff0646b01242590af44e40ce662c92533d6693c7 GIT binary patch literal 17774 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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 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 literal 0 HcmV?d00001 diff --git a/assets/img/hero/kerc20-hero-image.png b/assets/img/hero/kerc20-hero-image.png new file mode 100644 index 0000000000000000000000000000000000000000..0908db01fcbeaf52c15e0b64741f7919cf7f8794 GIT binary patch literal 208144 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 z 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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 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 z zRz8INdBgDgCnMPK{wP@%>>G_wFan8nm0?Tmu#suKB&v&!E)mn2cKR`c;4vTd0-{&K zq+S+l$`)p$A{MFz&bBA$nST2T>#es5Z~fgfujh`&Z^is_Nao#h8BsLC;Z%Oq&;=%TzHNahlT|n=X?V15>50HiKX>p zvq_obmuG_-Mui4(Tui~sp&9c4zoH9PA@Bot>`!+&?k;I<`Njs=yj^5)QQJH(t`AVA z);a%m(me1{wbm#K}YWKRP}itnKGT+$}--82T(0PaUQn7w$VAK0}<_ zk&H|JL5b|YR`Nmr9c9USFsZ}Vx4VlFXM7|VHzW6O`|nWmW%P|67QkKV6bd%Mwc}g; z_siuP;o64!J0czxhOB(&Re=sH<>@3#M72a_QKf}X{i7l!ZO_OT=Ih?>m)|N^*Z&S8 zOMU?+wL4en6+(Pn32XZ%$Eq_kz-i}oQKd3IbG681$Nb81oEMsk9ZbG-ZKYtvN!mAa5R;F4Gi_7?OzK6ift4DMyj_@J* z5v(qY=&?lL+Z7xz<{f7n(9~rcR9tkxJfJoKI@?HsY6}nF^$KE^Gs2A$C}1=$Fbc(7 z$NgJvfD{FTt}m|jE=)AdBR?hm8s@PnolhTO|60urQj86?QJqTcuMJP_ZsV*Hwx6H7 zcyK>Bh!8`6>9TjJD&%}mJ;Do8#NLC~0KEss{|d-qfg8T~rGO~2JCO`I&_{%V$#gQ> zvj!-Qj-bC`W2VoFs#tgi4aZHVdA)1HX`D)lP<8rq#ojaJhNO9#Q;IumpGJF}SJACS zw<6Q^5z4$h6b8JI?Xb`E2(o_Dm7P=gollgIiiqUrj$5q_C_Cc9==ZSE5gJU;((tSL z0J>I8^DWnBK$*{Z)jy%5UhH0@D7}C3;fwCe@O>eVz5)u%x<&I3)5LYP+duiY_M02M4GT^bx6-Y{eDI&1yu7l6YhtAiRM4YE@%xwno8Gh)&QR^Qz{FE5$L zWVO706Ez;xwc`~$ZZj@ch0ccjXoalptPSNAKrqc0Q&aPac||{>v-_(>9?Zxz49oML-f< zmU?3LU37hYUJ<&{LLqnA4d30BU-{l&j-sZm9M=Xd)h5!h8HUZDc59CuxJirXey~Vwa89?1E=0aGXs^8NI?}-I05!^3;5HsiL;q zAH1tmm0sCkQHoQ$U#H4Yi?a)?zXZ~ueu5yseA)75oYj=hhq@lRBZ!%R#^fk|n-zxOtaiEAIE=I20-pxMk=(x-R8X8>sUSv;;#6TvA7uM29#G6rysIh2 z-dj}*R%aAkHCMlnVq2tKdk&&>h&uSH+d}v$>H>P8!d86Z!e!^?Xhih8@9(F zZ)tiZr>TjGLFc$n)B6-O{;`+@t}BH{_Lc4a>3=4?1Ccx5BQW|iwdHnN!wE3(jP)|g z2EC2OM&xzcI6NB@3AW@N+7!!bwoqsj^O$`G_hT1v(@!)NFMskY)Tx%MQr~AY%rclR z0+R&IEHK(4pO+)2lk!G)a~Tug;AeJQm-ow_na2mcRqAf5_tMo%9csk@^jQxB+?#U~?xSvz98ijn@>0GYf?zETab-Vke+{+R7<7`X$ zZF?!+Gzf8T@yZgDIfx4admfhB2t6lm=J^YUHxBLx`o8!9`x{?5$~+(mlqrSQ{PAtK z&D?I=WaF1D7{@@1zC74SBWDdXv9jUkyLdPvjkFujXx|gTDIMb&wwJo>vG)G4+mn!M zE42WR<XXw}ils zpJq~K38cVkHk%qo@3Si8h&vf6U1T#qXeCKDp1TTPXr?f7)+(Wwo$r|V3OOVL25gqu zgrnYb06R803`@;DLy+dVef^GhEO+*0!T1d&D7u-0l?j*d!hV};A`YreRNZk$#?Q^S zC*pTOVBatnJh_MHDz=FY7#qLQPXJ=m43{8siDvy}K`G z`AwSL#oB6}-BleqrR_}n7fgg{IllOz$jD7xr-`e6ot!Gd1-@v#jPMQ0Jr9OwTm;bA z72k9&1}np^ieGii2@lj?Iuz6MXC@hLn0uDBES^2oO>?D$pFALJm$I0{H1CX2#0{El z)N7vK9}><-yARVCeAXs+*faP|apFCA2Bw;IHp(!a;Jeej)Z}~Iit?p!@1DlL2v`g~ z(+>@aM1VNG^$nR^Hx&MF4>!J+T^N7-q6>b&QD&j^DN`_eXf^uG#>!usA);=RI)NDr zI~lQM-~dJ#ZkKi(488eUCdn}Av+W1Zd)xNS8?Yj*pw}krx%Q$Sd*oGNt7r3TFjxL4 z)aS!8QR`@6+O4{5t-Un!-yu^E$&0t^TS5GSTozX)bg{sMPlJC6sd!AYuWI3Bwr3v6j_?o7GYetXE_!(b{{3a3JrTA%*#taKOF@9Brim+0<@F+Apb z5}Z0H#uQdpWSbp6JjW9o*S%U57E>ozpVxbc9lF3UZcSN%Bo?@tZlIQQ-r!%vo#){S z;s52|Zxbo$I(#s3i&^fQ&-A4C-7i>(e{)p|r;m1J z=GPiahm~m1j~;=4M7~~h&<5>a?GCiaai5H`q{{gE2Q+~yr=qkY0Yg&35(}AWOt5X? zuY}f7T*EZ6JKNR6sTaSzNN=i8WR?ioS_odgpxmSz*ZC>LS2*ZMfK6@@BK)nVBj*Zy z$D8TDcQK#|o6!S;+p3kNnr;J)n3+hN9V|**nLnaX8=#waDZA0}#&4prAl^(%*sa%{mLpibQjLI?P6(Mdt&?IM< z#%pqHT0wmzI=Xc>g&zvea4~RvQmpdj#67gdUx=F{IPxUo@W7Elv6Ma>)n7wQx2~U+ z2yK$jls&FsDkZiaWLw^mfZ+H@W}@Z0l&`^GkpQLO%?r1*%_@ zze_F_`(?y7J_3!X#6tp+(gLIIq=tc!f9n#+eg7w|Ct!yCIgFa=tZz0kJGiHJh~W9B zCGhG)dW(dwpov*Yd(E^(F@Fgkd1yqw6TwR=VxOWUs#(H%!B4yJfRRm$~DsQ5SMLxyrG45@V>n2Py2f*^d{v8_GK6mJ)bYeT&(jJlw`WA*S7+4yFP9~nl zMFllHh;90l^8sTch*QmQ+5Rz&+(?P_-eyU+GT>B90EYhM%4-)H&Uk6W7^pw+v=prV z;VQ0TcT#L?&5}SgVmF|j_v1JKVy)?$T58~wd=c9@V zz6?-cq!||Jf6_Rm6p&%!8(X7YF~j2BlL+SU!p6Kl&u6uIC9WqMsaBokb;#9{$SiT| zmXoQicQH>=9B4v@;HzvbIIs9hQEGdd`dtvS+yVCY_Qd&8#FX%_-hw^)tkr(3Fe@n3+do~1jvmT}dnw(x7bPzwC z!{D~QoU}~}>nji4N3X|Zm9=0iGG{PZ$12<`(MF?Uh~9_JJ!VlEaI_5*_#(L2F^+nl z3`AVR&ZY|^ahbfIN@%X*nZ|hj@J3pv1NyrC{yo(N^uQ!k%_L)*5OV>2#*P;9x=mfX z6>(w6t1!FXHlTSG*@O%f#Aqb5m5k<u?A+p`RN()6SUa7bpQ~QTl{rY6Y$6lRBUVJW1AK@hKXtOw=%Ddi zrh_4%xyhwW+d1zxsmzjL75UL}?1i)e>>QmYCk_;P<*U(wY)aQ_sh)V#`tuu-nleb# zLd^~soszz&cc7)`^a0wG+;h4^g+?wX#sz<_3_&_&_Hhq_LL)fw*zHh8G4=^6&Ef!% z(k+CfEqvwjA#LdR#O^~%%RD3M}ov7>H0TVRJNN;U6pJC~`DduMBFQ@tzeN9>8Z-3~n_LzUkI6s_6 zWzxZ*@z>XD_7kV5Rhhzsfk;iyL5KNmckQWBv~-*7;09PRQoX(b3wMq` zQ1Ab%WoH9AjXoEj25M6Derx3$N910g-L~pI))U7QpAY>CYpi65M{|dnqX!Vs{LI>J zUh?PRvU)A!TW2fPKcVVVC&jy(fX3A>yH!j+x(sqPYYlqL#Mxrez~i6kqVy5M15VJ< z({TfB+AvLm-=pGpyzhlp&lc`{gZPJ99y}w9k2!!DD*L`ZX4_R;*hgsjV8HmU8TjOe zO$i|IGh>^19G4;#yLrgdtZwv;6L$DStK6B{lcWvUW+=)#Fl%3pG5ArL%RwBT z)+Nz(uuvvul`rb3eBDt0)l_4LoTm*Q4K^>hlzB)k`j^maq64-Kzts5dux@^pt)B-E zqaXWjtzn<0zYyc~eruVDwNe1}vOf`BGl-M|?Ayo>MVn zgAi$sLpMw`nSKsh*2!p?Hg?GptUc&d`!+E-CD(3jna=*0yZ%1F@f*s?<$M)ZU;-C6 z%FOCoIkTN4=zu?dgpeQjh@SDC2N&>gk&`(3z12%43O!6WOtL4cY}1NhA#8LwmFyb8 zqvQ5pKEx@bx~+&;Vx8%#misRCogg*g!%hrEs=ArzC;D4vFVN@4;`~#GFd%4xJ-$YK z=Zs5?Q^T$OvGB16T|>Pzk2hewW*UWjD86i9BUG>*vz8P-am5UHwbD?_zo{YsUZ!#? zy~r`+ZfN+wGY3eKfk=k_#W}~?4Y9*clN5z>X=gu!gjT<2^ZZ|iwA&q`Pp|+YIe-84 zeN<)x&z?&me`b>+vQsL#(ymKhmeE4J8F55Wx!-!bAv|`g+fIfir@0nOl)KrFp-P6 zPic%@&eH;gK%_nH+YlmkX!fMy;@Yv7dXvd_v&B_cNCo7uUwE%}TVv0qWJxi{p&B{@ z_f0HL6Ww;avGyVwO)1-{mbBg2`wssa(jNh&&!0m{E9gVn=YJx?A32yt+Ht zt&G@x);8WIhVJ_xkakdYKi=yA_QXS;Ko&N!y}}R1i$ejo@DCkmN{e`Ib*wr^E|>sz za=m4WG;F!!fM5MT;1@21I9Io_OdGtC?0o6Tae-tV$W|F>SQ;>iA6$mRK&nFGoAy1* zDN1HtZJI8NZYU1$-^5?`4yYnCQQu}-+>7(OTk((-TJ~61)yWoHsyA7CCKzk4I^XIp znU;iKl-+~$Q%*`? z#GqlYmmD?Nuul%!zs8|Uctls`y{W%A+KaHse?S$~yFLKH%Jq8}p7`Pbwz9+%>*SQZ z!#$;5DP3g-wp#hyYCo}E5>Z-D$AyfYTJrrlS=t# zZLe#yhdm~M|ZwJ3i@v2~Dfy$qFB=-!3>?lL| zi}W-JCkD|n?ARWS)u$T69Z$$qEOO5{@k)-S6g(%8lfr=qYQ@x~cl=BHra_O+BhzMz zXGGq&#zk4L@`%zY?aVPTU$eU2_am7tV(&_(dO^IfGVhF8{sp_7KNePDB;3by!v2lv z1GL5V^PdFNZtMcL?y(_NSk9@U?CY8-DNa=z4jQ-S&nK(YBV)E(Pte^T7KYd{Q&fY= zK7TCzYc30o`KQQV4LELYi0!xUYDp>+5V9JPrP-c*_q|T%4W`<5VnwYHa61@fL) zmfB;B5 z-g8C*H>9K(3Z`-wpTCjplaOY+oc+OSmtBzwZR!`Q?RDxTQ|bZ7cI2z9n0<{rci5ri z4*v}}|9GczstjhMUP@S0=)V*d4u6`Hlv}O44m&oW958>fD&ItVe5|x1Y}wsR!=Mpe zF4N4bucvHFJL;(#*#|3w?(PRWFzN^r(Ovo_JMBQ11qpj{I>M^=9J6e%^|$k1l#QWU znqz6fV4`0xfD8;BwvDwxyeWq33-M{F!+`J)D|QE6H#MHExg<-S8H7CE5FuXwOy6`F z9I>j1IYdf=A2=d_S7zA?0;f@w(3t$}Oxyu~Aco0*QhHJ-Qdg6dfYr6bO+TrU%4Wx> zb{>$NkR}xHrPeHPpvc|}N`o`ulg2rnTzp3aByFxp%5;IpwXK+UA$iMo%EoHi>V4_N zS=X|!FNt3@Y_~-oF<1B5-|K)->?!u||HycK_%Pj!8s$yBFk}hS%tho_N9uWU&NZI! zU;{m~A{z^5JwuC~pcYapf|fkbaFX0@jeJvF>JFn3oavL%J2Bq>V`BR#-XitQEWRS5 zr?qOle{fJkIvKa&f~R%RGH*##G}#2FT7a^loZ@o0#B~|~5cM5TaVyRLz(~Bnjaeaj z$=wFt?36u?ersk#bq`Q*M->83~;T6b#@ivVuT?gS&VD zdGr5V>*KY1IaJQqw+_(V!|ztzo+KIYWZ2?)$V(v=xo>_t*fL^sRL;({i+mN$TUN`L zy}DYW12ww=R8cX@L{(PT!$ODNvvMNx?Jls1IL-17+jhGyQ@QPW*;+M8kY)-`M$Q7l z0`#jr;~k=;Jm(sVr*^4nc#JxZjU8a^D`fDNXl^s-oeOO48r-0Cnk8s~_8tf2G{G5F z_u#0x)~wU{(CRH)i=TyUjr@Su0`?k9io(z%RZ}Tlz}t8IT3nm40a)e5#HCGjlIeNn z)b7g$piCNDo0T(2+Bz()OC$}Z-paX&F7Idwx|Nf+RTo4>^5RvVrr))|{rfQf5_FSV z*_Ya!EUuNLC#l@h!U93_y ze#{jpKr)<4rV`q0vU#J??KkphygjJ+V@Z9XY+!KY%hWd0E4asL^N(!3k7*|_nQ)_2 zrRHiV-^HPq{c)pXFjO}r7kK*}{;NkD-cHYj?Z;Bw82b~=cq(CXuxOCAbW;J`Aizg( zh7!rJiE`h6+XMm*zM7TsIxE{7JW1`8L2UeD*+330P2K=_1LY`?s_p*cRqZul0OZIg zxp_R0S-xZP9L0~3UUr zyo9YKnT%t<-1=OTQWhKs_#S@>GuFZEY`9dV`M%aFI$FGzpyI`U`=Dy7reXFa;nO=0 z#o%}q|DOFtI!Aht-%Nc4#;2q<>=gwc_fx`AR4CLey*Q|uIOq_RzXm2K-eJ$RS4F_2 zljomiV%Yf0K!%V%J7L>yTb$I3Zvukxd`@|*-N>${oO|PwFm>++LhD61HDq3vy+3o5 z(Ha&0*lrN;ax>=ruHqA>ry^iGz!gK!IS|LZ+f@zqD0t{ZD4s42Q#!l9hFa94C#s`^-^8?oa(pAY}!S~2gRFTPLM zs}i;4%(A;&AOn|>tT6uh)w8ZSs09QQ1<@6`&6xO~$7w%-rYv~4svrT@ych49OmdmH zpipywz^f>x?zq2y;Pnu{?SF^`t$$)75Qb5=Y(uqG8%sYCwn!~{-EH~JzpiVcODq=%OF z!tNK-(T4u*bL@Tjb8#l%D-mP#hTGNJtZOI?+$r8K&zShuqh8Vs3O z$S)qP@kkBCx}{SUY>2fln&@q6H(Sd*M z7y)!6;LIlo#ldZN4*f|Io)GQn7t+5a9SYNUOjNRev8y+(Takl31(iBfUPHEORi**I zSTM>*iv4wVa2yOFlDxbhjW)bXbrf-6;NE`@718k|aof^mzq90`&&FUyq_}LaxA*yV z@J!6@pD8)V{ax;2vu67wkER8?Qrl#NS!mprr(fNS!hINU9S;LfPkKZ*3keyw^KsFe! zyND_DbH)&D{k$Izc#WS{vnt!`IAL z${;hMXIo2$>w%O|9HfTtx0Be7xuIp={8h^QQCHNBBngR%b#KYaL52>%{PfMKC;+>= zx1s1mZo_0u&=;M-^>h8*CRqY{x`R)$tMz;E zR6g0Y-oNY^8nG_PpL!_*Mu0%A2iJk$S?TGk8MhM=H1d8iK^3zo@fT#GFT^1lwEd9! z<9I;T!4(8mn^@;-vx225iaxigW?DO3D|qpfzwPU_33Bg%kehrO^^5Kk*g|}?^SjME zUv`v^ese)cN3LcYytvJzxGDc-zs5%(D3C{<8f@`F=*4nSrcTvF^!d=){grSO7YcQ_ zGGus%AN6f_*m||{f8KH^Xp`e6xtBAt@6lQuQXHC%}<7h@x)>1|> zB0Cz2dS=Je@3qShnDO&g#oM_IT5xx`k&V)9l=hTcMJA55etk2`d`#c*&D*E7?E411 zC!X?>brgQ}T=^&cNNSwt*P|8BpDfV;!f<$E?e@+I?G8-HaC;5wOLm z-*Hr>Sr|dz)HhLdRUG7~n6 zSOz3|O6$AQxCDg~&dy7(OSGi{_daBUqPGGq%F-_mVNVT~_rub+-ww+{1{*J$5+U&x0K zyoDoRgpFR_r@wcMWqiJ5$9dkVao(}Ss|6ytkU*@N{-Md*bStHZX~71~=2}ecXo~1QF`| zini@tXBOC)i&hh?zcsbxz)rI*64&7@Q^!HI$h3qQ z=GK0<=(nnZtEZ@PJxQ<|oxu$h<@5Ga!kVp6PTEu!(sqJn9zS`v9khMO6JBd}aVqAP zQzSVlycPL)YGc3Ri5QAO@wY8BQedz#+R~q|I@~o6apEe=b5Z$3Dc|w&`)5kcU5DR{ zTDrCzNwE>Ud`gJ!tJArZL3hNf>VN zW%Nd+7A?&Jnox?4`rk{w2ZLsbKm=kStw67bd{UX}Z^O_n=!nkywdao#<6OJMF~qSk zA}>WHWR|my<3bW{{YP|jid8K}JHa-o;v8Ctvn*+Ehpb`7y(7irZq7}on~-}xhl4!{ z{xT?&P>dWWla+*y`?cU+@OF*=RGfu!kCDzsij5ChukxF1Ja$#eGE}4vd|bk;D4qW@ z8ifkB7>{lNw!5>HXpGJz38D`M@F>1#IHE1B+?c#~NiP|}M-GgJ7@L{gRa`D_yIqP3 z!HI9D6I~YLrw>ma#w~a$mWvZqLZ*5pe((vMB<>x^z5A*|osV01PPh~ojvpj$`tO}n z=O<=fyZ0&q(L${U9D&PwZ8u7PIFrtE-qm>|5>|Fq}yjHHgxt>j-g})o*!_w%vJ=0f384X zoLOem8Zo$r#DPJ%q-$!&{O97^f_9#quo(rnpOiI$qc0V@DEjD2A$h69w7Sc!WlJfPUdq3!A3TU~Vc`YJorpEs)z>AG5e%6M zjUOXe97M!>qa}G5Rsp;TvlJO>gU1j#1q1$OUKeYd$MZsXiGqX0L$1mXJcsk14sEv` z?~2Wun)G+iY9gL_R!m0N{FgPjl)^sNUfm?4Xr!_UWyrkkOZX;`3~<4U0?PJXF5rQ3 zaTz$H{v@?A4K!sBAeK|gb6gik98sJk`?)5Z-WuwEm&X?kz{lGN&zdmE8{afV1 z7-+2bh?*O29h)Z9=Gkfee0+>Xdm#l}xh8XyNW8_%VU%Yiyp3nD(Vnh_Tyaa0rtkKq zV=`rmZ?@tCKZ5gAivrfK6|}0%3|D>;bWJ=iCKrs2NjFi93HUD;A$`kN{o{MO-#y6B zKB*=gJDA1sNmn>xZS-q7f5w?(FDOv~k&;BY@$7v2c%a}kNz-S`h4i&`U9-awivPJF zn%C0fxxQ7G98?$Nl2EPJv^@FyG<>dtV(&9q+)E9&07v1f1R2s9(oADouFT15R z{WKq>(zFTuk_DqIzTKtJ|J%>7Cf?|#WSbGD;g5C{P~OT)KlJ89uZGu^bE3%D%eU;} zS;>MbmeGqeB-6$`fo#mXkL%xr1#qu^&Sly{d0Ggq%rIq6^B5l)jy5jp@k(Iit^eL| zcA0?Q-kym?A1(Hdy7|P0yOfi#=IE_1p}DsdQBjPTBvL;o%2tLWbi0g{p=Le}5_*I; z&E@`@usZ<~!nJZEvoMjk|I^_p(LIGrZX*L*TNi=C#AWAk}QxCJ~FEW{W zF;r@t|J=J01cPRX+GsxaS4|atXwmnb3Np`&HUeUqn~p|P+0GnULeDkLd1qOKpcl2v zn`IzW4Z(p;INkEPR%hTI;h9sw@KNX(-pv_LEc@efBO+qru*B*4^XJo-7CDg2JIsX8 z!M^x86v|t-$V3bN{S0q&JTb$1&n5~CCz*OGcklpHeWBj*X@ia|d~knCAeial>|V=- zB>eK#Z}oteTC@|yj!?iymR=d1X^#*%kjO5e8-M;Muo7a@JFwx+(#GK;h^30{y+?FH zk`K3Kl>MIuC8cg*`1}S8sppuDmXnM@r7=HGF3aL`e;Xx$n>>=7t+Dd+*INWr{kqez z#{?LN!CLdp+n}^@?UeP+$g%4ahr(e(5zU&l;+j$*qN7$P=wn+Ea^}BUfM>`sNLr$5 z@Z+>gBM$Im64ReIF_+`{$=ZjUvrc*&J164&N zQKYXQ|G+`1$FLUZG}4&szGcHCMvsU=qA2IKG!i{+^`@OV+o>eUoBa$Y8-qMDR{YGz z>7Pl>C-}lS`JNwz>LZI(AZHW%a0{NNL{W0DW_g$DibHG(t_?k%PY#z)Ca%~?NG!pM zzm4{y#8NB*<5EEJqBm{TvqzluhiQc={iOuY#e+}_^L;AT7yU#-i`P&t$EKATd&wJv ziWNu?gEB@}DrjM9x@YU#(H^eZqZG}I{4=k_oz`dY5f8P>O-N2czvqbqHStjAS&kDu z7Ay4MNJRYr*hdXCGh5m%3nCjjFE+@+wi8|E#Lu9z5q2={q^HcpWKug^{^`Gq^~=^E zY}xs7Gmnk$X|mPd*P}agZ**|wZk{|_WHa|}p_b< zDAE>L3BNH`c+kRkM@vELgW)}~++(FKZ%x3$*<@DIhIuzzs`!&2QgGvO&Bhi-3xC&o zYkI!;Be$1=qleL&J$fkeRZ%EMJUKEia;TEr+alzN!~}6O&mFyougK{4UpMR zb!Iz0T}sy2z@p5L&pgHuBW_!klTzsJ5()oLP5#=ALDR(MhbzCdeNx!+)6fo~^lMzh zu#w=!wz~?s4Eff3>-}`85;Pk7bTNgHe*7kg6x>i2)I~F@Q?Kt@=fj&I%dcL;3hcsj zkBf&{g#hZ)fofUX7FxJC*4&nO>*H-cG_q6fu*oqUMry@!Lt-pEzz^)gKRX@|Obp33v;0gkLH&W< zE9Du~@3bK*M(K(+mQansa#ppBI0d?ifV?QO+E zYvPO&;*c#y`#>P0%#8ho40$0&dF2Ej&d>laujQG;#7WS}G)eN_@I4?5Z&*$>$UQb3 zY@|6^JN9Kv3fc-DT}X^wFfwFi@fWH&*||e#dHQf^XEDr~k^hOq4DGQWxf0xYWl=2MQQ%vVb94*8E^iMy9`FR-*t?A?ryA1b z+#feC)>FY;<`m-^58Ldgmf5{6k_#vlq4$-Lm?e?ZsgT%9KrX^la7ByvCC*dqx7>8+s%fdW^~}Y^F9%iTSoEkdT`+69^fD zdH2j`>vuWyJ3Y+Pc&*MUy^_5m`!|N49?vUaA;!{mP!pE9$MBwqd%JUPf&OgW^#A5Jn z?k{9P$`PelXWAhoP{Cs+Q`eU4^M5h&a4#ew-IuV1gikZ?&M^e)V*arp0k!z1fCR%} zklXMWs6uoPhYsx%dnfrY5FCYxZc=nt4f&)Gakn?EC{6j;b?XUA$Wu=$q7h5UqnaO( z1dC_fU11>pcE7rw_-*g_82u|;>Bb`LC1ZkOC21VXFEM^tKm3^;tlL#v2!9%009ktX z!fnE})n0h-2`44sI!`bmBgBUG4p9HNPPO27YwE=J)L;1n_{xJ~5wf^PFF#{{7Ahr|~+v+zeP4>h3``9JV3*T8kUaCjM* zHO*j9n#)yvC37~n!l>?eO-~^osYgE@Wsc`;c523JArUbI2=&Por06v`$jIGB;zNN5wlCu^ zVqJv}-iLigS*^&6Q-(QYFiEXJ|buY_DN~_H9 zQC3)A8=yu=R~$SK0DN3qW-^!W^=&b%P)oKIdKs>fhN7)|FjZ(XDGDD9aP2Q}2_-E?g5)A1#k2#&-&o>)+|`yO=1r)_IN z6SM+@Tu#u(@`%=i!;*q4Bom=Y?^oTTX`TDb=k+?yMRI9Bh!1ZBkM3Rn2aPNvzaEGE z+iSI!?)KU4CQ$T%Dv!%PRNZl+5&z9ZxA?nbKx@UdOm4Kd`b^kmgK-U3TG%2mCLbN& zI@x3Hym^J8{m-bZ3l$R2sJx{hkhzBzMoE^RyWaFp;5jJ#B7^9?MX&3Y_Zh(~% z0Q!C-6^(_|Y+P&|D@7wR_)%YrZL{i#J?neyv)@#3_4a36Zj9DqX%R=ts2-Ew1=km3 z(}!&xYe}t^=&@Wg{LG*E2mJ`JCKfi2p7;{`dFe5C;Qj`4D7_q9!Gp=Y8>eLT_TiS3 zq{wk$ZuL^^8ON#NKO}EqA)t>7ew;=)dsNZ8t+yE#rbJ2kuQ*?~Qrpg$SY1`r`rPmy8djL*xe@6b*(=OsedKFX5S~#g}I5 zKg)MEC~FV9bSV2-&9BEEDXNZvfwd&|aA#|;>=RS&ss)@;r0N)1xYK6uF0VuROGif! z;R>bG?=#1FIp=GV!*B~P!+YBfKNFgKpLL_${~S#z6aY-PF0iZMOI@aCt$#wX7$_59 zA9a5zfI}N3zEa~v97F<&2z}S*>NM%@H&=!y^5UM@zpwQY$eNSMf)bNTE^uUIE^JIr zPJk$P(Z16k66`@of(~yx8PM9*hZZA9yM*K2wiAb*ie|~$KYDT-$1{Ql!W2H<*aO)N z5=LvNF#VPt2dl0=&lg+Ajvt5=7jcn(`~VMV1McM^ZdC1JqBl>z^dWtV#i5gdj7HfR zgQHOL1K6@N7FU`DOC6=r+H|-p|tcz;Jtmpgb>($|vA#Q|3_8MRyt~uU^*P zhFEsH$_h6ri}a`v6MQUR-ch9y09T;+C4}ZMnE%b?>2id`51OwiDT^yjS(NCrr&2sf$L6B>; z^hs>yUHWtk8GJe2+R)y};elJ#QR>pfvce_DlQEpbtI`1AIseul^I0H&Uh=j07)30E z(&>DaxqHXDF5Ry|Bg@7>Uy<>gkCnYs=Z8ZDb=k_v>pcq?56sc*No zJw!w77h98ncAz<=LLC{N%}mGc;4#c(mfjVx8W0G=|1FGk+HFxfX70l&~s8L-2yM7t&O@VR9MWitwp5e5Ar!37sZ`_)J^p z*D!WdpiGI1IlfqoC*k1}Eg?II`IrXE`<8mmYf|O8$WO=W0P3QCV=E}5HZCig0XO1j z<&EqgK>*kf*-IOOKGeGv{^YeIF|gm!jW-A63;^WyOir@OGFVMdvFm5_e7W|bimfMJ zT}7e_Wk+e;%FpC@7!xedvGexX`id?iK9qD3tv*aS6_6NB!*}xaw8sSu6|h!7q})4N zF)-qKWD}E-7N$&NDFpxc6nim`y@M%g68N7H%|h;pqqgBu_2lK9Jh`H3xBv}^W5HV2 zA@=a+?XB_YN~pIB;)0c!XF=dEkeEs;$ixZl*NAiJk-nIvGitlMO@9o7_Qtn zXPxQD_f_mc@uX|Ure~I8i93aE0|p|c8EIBI;P7HvMi6wI|BnTG{b@d zVhb2+ZnOJd`!K2T&zwl2mVDGfLha#5kDntr@1RYI7Q?>eyYmJ-Cmk4{{5i5Mb1P;9p~vEOO> zHc2cL8p`RR=;>&8tQTKmWg=>8OzA@^GQ?Way(RAg{|{kTDLf*nlBoVS{$x#~kg+p- z<_1H|!`z#xm&$Mp&A{bz8>A;-Vg4ZVXnTblq!rY~?+SW*s;l!ss-#$iVRDbs_VQ`i zS>l2h(lcv~a~jv54_Z&q-gnNR6B1u;*w*1(`pkDNSvHBoHc2c>i z-$;3}_?!`cdi?G3>(`Af(l>DfoTznkxNM2Nf$s@^ryhN42ok$}82cKzeW zTq8x#eD%sR3+h!#m5jQTti@;x^!**s+fn=k+|;t{KG`G`$f9v30glY;N=xoz4^*PC zlTG9}JHN$9I_yw=u;mmV9hWWj?JHk0WWpE(4>#+Ut)=+?9y(Offr=CoKZbew8M-pn z88L@pF4*S%Miyz0u!z6SOrDVW)5jg(WV8|A_m|t2e%8@%)L_se^9f+Mg2#GZt4kXR$O5FGceNIUnaw$-`7-=O+ zj$T_{NW`T;B8JYKTrQ4CBu+?VVXK0vm}QK(pk)P}QMnD}l(IYj&h|@oNPIEO8Ib|*^`i9*fX15DS)5?6b>3;`2nSTR;9@L@owgm-g!p^H%~l2UHk-jz9#Jsh_qo)I zH{&CrE4ids)iukLX4)I^QK`|ys}143^rN^aVe&Z!_B?B~;77F5K}24Qu9j|a1* z6xgRac5LSqh&n1nlFXB~mpBDPHjprPptbB8N!F7p*7TUf+a6SkS*u8)eB_Ct?(%K( z!zl##1Rdqz(5OFAalcAF9}9uON{P-sGIIYxKZ!J`G&yK~XZEg7D#}QHr4h|kny)77 z8w>k;crY@?!vl=$fV+Wv$cTH1szJ{pl%{j){*>m66yhh>fLcjwvgh;tm3s`6h@u^_ zkVcY^$~L$s@UHYolqH4s<`y~5WHwo(VvKl-JxYv{hgkeblqyAaXu)5QbQwNOEjk5! zc3PBkH(x6&SA&axzN$?6QoNJl3UI&s;(UWjXO4$tFgZ;wPbh6sW8SnraC9d~COeHrW~i1{ zUJ^82NmRPtuf%dUSN7uR3J2!5Z_82L(W^{PGQz1>?pd(W=YO&mlCslOQ38EgG*ReQ<`a8Z7$UR|-lBX~ObbZ&Sn0 zt|L^u_Ub&MB{J_nRWBrgtM#tT08#2`ZDieVR1LotCSGr|H`_@>^o?hJJ!c$5TC!Sp z?tz^JJ=!1p&sIZHsUGHUEcZK)GV1A%d0=dA;nW_xzSTxG9$9-4rQLqlXH2{SevxZg1ur0r)7w%t@k#_%f#DEIkjKh@Os&q>eC_6;|noofQYdGDzeOGktPVM=XIiZmB}#{*0^OLD_3 z{+Zn@iPU)t|L_cX zuz|{(DKxD&8{5@zuZi}b)e#z9gKd?JWf}D4rbfMWOE<=qu8LEM;L%37ywKhko!!o5 z?liI()qNSoYyhH0QJUOQ*sTLze2k)MnwL zpHKWx#$Hz{Vf*GD4h#uV9=VZ$Kkq42WOOUn`OI}XJJ)$k=Q!?R93U;dXJb)&zbF#4 zGB;MTh1H_U#DFjGr>WCtKDiR>F}yA6A~_s4Jd56|d?aTk~K= zn;(PT$d@~*U{xZ%kjejVWife)WCMze$mq%j!BTa151uIJCIMvzVtU-EB$!O=vk?qJ zHe&Iq8!U~4tOnG3G!MwfQcGkKm}W0s*x$}5GzIP^S8a{F)V_MQ%iz4Z24chVuwlm{ zJ`a(;=(onnxHKO+^`h-^B9UfAO6}HbjbZFspYzkB^Ol6h0#8Df)#~5v0h{qJB%8oz zy1yVbn!pV`*39=e1~>Ho;n5U*BgB4yh)FP6xqJybz4HVIqo_qfB9Go88Jse!^cwae>QK_)$~_XC5BesXJe}+48xW zf@$V&WbBo}9P9iG+4k-#TV9tiWjk%lr&1+x00p?bI3-js#r$7VfXu^?_{b&@k<9a@ zkiL1)nuiZumfs)&Oe1D9O1RAxzRJfvNen;9wz1${_|gsq(Fh5QLD$B=^lB%v47cc}2@CIR&msaG7nzBsFf zt-DGK6&NeK@&v8P%P)ebXPo$$V&rp&d-fe1D3~BHoBvk6l

aTjtYb7S8~sQxW=6 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 literal 0 HcmV?d00001 diff --git a/assets/img/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..a7119da6412a8fc928bb3120c86d43ed11d40556 GIT binary patch literal 941421 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

L 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�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

2+|FHO3(15&MIEdbog9xnHv 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

>0d@$^TQ^&3@!2ED47H2x1kgP!HSLxmK6pkqRm# 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�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 i4^15uqI41^#xtL`+=!E`|; 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 literal 0 HcmV?d00001 diff --git a/exports/K.html b/exports/K.html new file mode 100644 index 00000000000..1bbd29c01c0 --- /dev/null +++ b/exports/K.html @@ -0,0 +1,23816 @@ + + + + + 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 | Exp "+" Exp [group(exp)]
+  syntax Exp2 ::= Exp | 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 (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 "+" production in the group exp or the one in the 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
+(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
+(I1:Int + I2:Int)::Exp.

+

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-D
+  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-D 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-D. 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-D. 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
  • +
  • #parseKORE - Takes a String containing a K intermediate representation of
    +a term such as is returned by kast -o kore and converts it to a term.
    +This is NOT type-safe. The responsibility is on the user to ensure that the
    +string they provide is a valid representation of a term of the sort exactly
    +equal to the sort where the function appears.
  • +
  • #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)]
+
+  // Takes as input a string and returns a K term
+  syntax {Sort} Sort ::= #parseKORE(String) [function, hook(KREFLECTION.parseKORE)]
+  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.

+

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
+

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
+

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..1a2459a6b5ebd9887ae89a77f35567d555fdc6c4 GIT binary patch literal 2362510 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 z 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
gycwJ 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%0Db=~W zZ&1;;-0u5_^=`IYs}FXG#TtS*T6Is*Z)=VQM}wnif0LzbAsak_Z-YO`50(bMA6RR+ zHiQ2{oo0O&4sd-Iv>NzOIJCM{tcwG!1`Svjje-|F;dP9=If=CyA=4!N>(Omr~|SrHKfn=a`PWrYxKX3i;9mjydqYNWbd0 zB>1J}_fzsqblc!$M8*mI{~^D$ebW3gfm>c9{UB1vEV4z-ME*SFg_%TC(;5qxZ;7U` z9FUWNotg)mPvybGlPt#cmq9d?Vn6*fgbB{fz;mhC>EmzP>am8x-+ zr-^iz$^0eh=v$tKBknM2st#v;GW0!IG+0R8)kK#y2=L>eZU>QD+}jh6V_v*P-Ty^i zeT*y+gty+XZ$JY`j5V!8Qj*jn2F~srx3aY`vXufvxhSS0_i9VIk^LBZ&KNmMU78f; zKI45%>5sYIul0T(%@?J02rx-Cs6_cauS7ZL_B};2Y0GM7c}v-D`DTw(%%fHAk!E^d z@P?&Q=^man7Lo5St97dAZCHUW1fknKPIj;TtumxUvD?s&sZ5$-Z)DCY|J@w}p_SoS zXn%gFH?${_JK0jy)+?6J(ldH&u&tpTHdtpEvDsxJxX>9P!z7V5i4mtsFw4^f{M@vq ziOq$Rdo1xf#TEv_^lBouFc3Cg=U(y&ue1Kzq}g_O_XvqNk%UQs2Yf?_+s|aE7xWJG z{xj0uHK$-rBinuRAMcz;r$O|O+ah*-(wLF^dx_bZML2`8eS@J9kxqj*qdfE^&D*j9 zTLKG-)%fXro|Z!Vl*5Y9Yl*WHomyjtZ!G!i@U^4H*D2$TpGn_tJI#!dL&#I1uQXVk zMGpOiX~GCA3TAD!KoaDz9Pt)5s)}d$nc_T)4lPJ!^g{*SyhGF!(TIHL%uH^}3$*1n z^m}srRle@5!{{37eThZQlgjv}lSIU}D}VeXa?Mku<|M522a?=|v`b7`<0DMxll@T4 z;MOr#5Xs+h;aLzQkOyku$2|ULFjE?o5O|JI!k+f2I7<1iPg1l^7%w}yXzTq@WFmU! zlc$pW%+QVlJ;x_Z#p($wao3j;?bD{(uVcN(_AWXWfoluwPmGGtM5g#pTaM?gL9EHX z0?%8IMN)$t$0GQ~3?9fwD&*k-v(TcrD7`+_7UNY2DkC6DkIX`eK5rIksjnZ4B*`Sa zoFbFx=Z_V6OO8dvHYz!?qi5h)gnk4er%bVE7sWo(|30lx6JkTq9r25qh>s1D*f=&| zrd>G$8R%Rq3tonD24Bb3^T*(5!A3^L!6Y0_2WGGdvrbo~Ov(kw37qO0O-xk%I3AS5 z^`uxUJK#v2vOGB(#ND!#|MrRUf~naiUCc!)hR&P#LU0A10bgKE$rtoGafTo%A|Q|w zk)6&Lauzk(JUk#?Cl^mLU&t16p$O!a@bYrLnS?KBABhvDajzLRXw+txsh-_S|@i=f*p)FIn#HzWNn$}HQu1yea?O6HG920>-DV*++$Qn zftc4T)K3pRC+(FmXkuvS3CMo>#&xxe-%?-gP4}ZYM@kgyMOmx{5$@@O0Bh=YNuFlPH8Xi1^0P zGi)_1Y@RS?To(XPBU8Aun38$6Sy19qObb03nSqyn;z2Q+MD515nPoI8 zfY;h0Im5`>*rJJ~4f=?7t1g*A3}VUS#yFzV0AFx>ui~|skQqvpS^J92+L9tweMRQ8 zphxu8^qj~c!Y52zy=gF28`A5E^q{^X`g8)qv%@>acYMh8x}I{-=S0U7@CNpM=nSh3#3^XYJ=`q{b~hmQNp#Mmpme*7z=SUUl<|EIJi_ZjC8mR77ou|$Tr`=` zm~e3S-OIl_Wz+_#8#et+qe8kyY!REF1|eOI*NvSFL?bryP8qM$?vnJR&nKiO-B0YJ z&{FHyS6A{71=%U1tmytfp^Ff95(ZC<78_{(B|4E~b_G!&r^`$#1$ls5(1~mMz&I_n zUdSc29+gU8BeN)?n?+&t=fes%CYwc(&ycaed7QXgH~iC;*c+5Bs1s2JY7s_*1f+lB z=?XMWfcNXsrwOFm1&NAUerZ1>V7`c3R7I>v0eZp{NZqI{E9_Ep!;FPnc&MeF5CDH&jVUCGNe zeD}=D6K-L;RkBb^Aa#31mm)&JVkyN`mu-9%?ztVKIeemT$*^>l!9J(hE@7eJy{6(% zHjIIouaLGT=7$Ar+ce(eFn)P!tjCc!^X&!O=O&I&vGkPol*UiA2>10}Q*2$uiTC-f zctt-)I?Kc>Esia^3C}WcUM^oImAA62c8wN831*MOI7?7PQIA8gDugT@qv;&Unr|93 z&Jw?Z*Hh0DWHxP*n1?s-FG+}jU{RQ?NBp9m8W2^jTXV4UaT7edFwK0<{yF{i{q=%F z(VcrZ*wCNEoNOrQH2TcY7xR<~D|5E>nqBZD-5(rK;>H-W?h6|m5gOfEDmH>yJXGQ# z*qMq}xydknPoDIlIfI$|@$Q^3gVf|u$&ODqo2b0}BjWh{BeXCo^52*90_8E};E%8Z ze-yS9S1(e`|7)b-CiqAm)fJ!70|FmDY4B^JTVXImB%t-x~&P?$tjvbz2y*hlZco&_&V(|@%eb8$)BD_k2D@L5_pzopfh_O$Kr7+Jo zBzQ+pksXK>Q6V#RvMtO{gnzbO%cp9plXtlB>eOB($-lyUx!}9NDJ& zP4(s@^9>%m9I&_c*i{@$7H9=V^Z7oDd3T9ak6BD-ZQWfezK8Z3&*Rl&7TP@{bCGtK z-eK%%>gSC;H$IPSBKjUq4IQx#(1iZ|6ZR5C4kv4PNBEXO^zyLLqN~`V@44}dEx3lp zH==0nrzafdXdfFq;ZR~qjPG)c72web{bFL54?JW?+XwH0>Z${ys)^adR+aA|JqPB; z&Kwvu?@XsPd1nrcQh!XrOoEF)j*YLw@7yUWw4mrrC(33`C`x1pz(J<>%+W~}%pwjo zEy+G2Hd!1v??!};276$mQ!g!THC;L^D1^eiykJuG1{(~1Wx08?l{d|s4bc(V(rfyL zcqnqwA_x()ycb|h5I6l89=~lO?;Q<08pIh1#>4F+R}p>d5@g$;R!k8$B>e%`ZZil5 zaX6ZJx9zlFXKWmcbuZ3|6NDg4T;|}+=?D+{oH!TymWjdxc?t2o>KHHl7-FMqz_?zD zHZBw&e(``)wM@#$c-zJOW=-bXYD&m#h&SiA4c0jCkGCC zg$LcIchG+T34GTFV0hZzY^U$K=0MRKbmBIXC9AkmyWjp2eIyis;PKccx28 z6i#b2-#O1{RmW?EU@LEOvlwh;E4zA@!O_OHv3^_}L1BXD%zMZhbInZ0wbWlE@%=*8$j@8yHa-D)^0baIU95l`*mlOZi}zQDj9Avz)_DWtg^`p2K5s zj(G~s=CREH_iM^64L+yBnG#Y?(Iw)mmh=& z`Wiish4Z|#$s|fKG|k{)DHe)7;$#-FuB7o}N!+Qskf$D+w6zpWuTqI4m zAcPgaEOG1zUZTT53YpJwLMF2{k{l>!isChS_3_d`x6T;_WW1}9^B41G$Xd!nK}ubjgi%we3VU@*+0jwJ*{XN(?+?^i7Q z+QmJgXGz)l9{P4oPrYx1evLMN+egcr^m-QImsT?{0T5V~Z@?(cEfZfS&L1f{(S5!9 zP~E~SUC=2um#(1|JS$yZ@kYQQ1<&gS^Eq63zQgbq1Zk)g#WJ#OJm!x%KbOOgR^Z|KYFNVvT)epEyE(o zK(@elUlRT@YChKGxV zbc{m-an88ZY9@7Zn;>c;`^NT_nBCqGHam+2cNmH&xLU7Xp#=UWr?|eVjfM9Cb|qh% zedy+G5;QlP1x?QV4&H{*bD?$}6N=`hp}g;M-XSV@F$(YV0*%1juV+76D6k|Q=2U+0 zfJJPt(Hc1LmB6Q|s)O308j?7WWAr423dHjXu_=FO1cC81e<>2UDiH)my5TG7am0Bc zLjo~$+vRLSZcpZ);298FeTPn4ME4y96Qqa5#MCp>G4%u=_9G;3T86dEguH1P78_y6 zo0j30VKYUi%9~@E$1;U21MrR=Pqk*$tSzGkMKdei7vC?%4n__R2;Mimoe;?;DE$NiF@gV@xF|G zmy%D_B#*gN{+%w5N0Q|6Nb*TT9*>w+Mfh7=xG5ry>8`;6>i3f*kHPavYC0aC&Nc$m z7gWze85&XQGe|nQ4z+NZm>7dtEPTyuj_yJkr)V@>d6UpZA}unJ>>ZcfToR&lm$4S> z9%J1T2QL)Y*QEfAKbbHlqNOxRj@>drRR{lCmpGGK^5BMu`i+D+&8`tp11^v-1p7(HSH5Hq-)!Y zT%_liM0(}~k)D~f6)7U!nh=6LU>8~@?3h8~l$-UC3;|0*6w~vGPo@fA*btYMP8x=! z{>l1>fp{$Vvn<^@)c z8bc2V;ipVh`o2$*m<*4Y6@S0MNIAm9=pX4HF^kEaI`@j7g$XjcAGzQO#WYb&wiV!r zaXIO@(+Tfx{Tt(i^2oPqb`2y9jqQI$RKkne4MRhi8gVLtsgX=2%CGm`=UuTsV_&a2 zC`aWeZY{wsvP4s&S{{!#*ISX?hv$M^4t~>d1A9yQP~b5*${nmC*NjKiOu#~Jv?kHn z3KMiN6t^;$7mXWNKdtH7bRLY^48jw8O)d$8yr8vBWJjMiUb#4}AJADhuJUs(?Y_~u z-aqCalPxmGxBf9Br4xKHwj3!HyuMi)mq(F?pp!0KpnCBA#p%S)-Np4xsdXc2257S7m%LinIW<~18a+DXo#EO#qK?YL zd}Yd+-J@d5)B###%{(~l9}w0W{0u3EANM?Dn2EX@aDu*po}(>ikt49?#OHHYk7 z@Shg6|J4u&wVs}+F!>%`mCM<@`BU|C3NZ9PaqS()_yZVO7Oy&;RFdOO{?i<$kLL*15 zs^OVmz){B`bP)oha8P0#4A&e6lOrQ|)GQ|GkvNn_OW$bUsMw9k8-Y)w05sw4mcEZY zItY%Bvs1!ihIR&}|Nq=#cC}l;b8*sQ_f7*%bYz+ZFA2`wS;4s3Y8IRZd+*HI32T2c z<|Z;z^V0bYolq;}oOiOJwl394mr*xC@sYMJ^JNZ}nh%P;5}!aUkbnzW(tW!y%LtMU zvQ2=@xE++|UBN5Oow8FcJ&<$YDztv(y@IttW~D_%^yWp~Qq^`Gb332cU||-0azj+5 z%0tn?fuC*`y4jQTnl(E)ehEl<>CLt~mYxLB$Nk7F(hM{Gq0`j}8N$Xz#`Lan5$n~n zGH{a3|K{GfuH0EuT|pw7=VhShD664?RcsYwBFp_n}Atr*ktkx#Y$j{&$upGn<-|UAXl2yBFUQ><#wfZL~8b*qIVM()c%W zwq+x#)-ys1gNJnSKd6~^1fR$#ywP^+t+o~S7tzp-#IOK$zw7>XT?h=Sd<6%mDt9#p zWJFRhy4?=?&Kp&#=4N*0XttqS7cJ7G*}VQ+`o1}iEl@i9Ogvyc5HAP4nXY_3`<3)t znwcpBsjyBz=?d?|yi_C6{+qRPPhHCEzX2}5anzU0-stWHe2T9iFMY1EbS zMYZBu`B}6G+@|+T9Qei)>#M5lu1ywc19f#QrmC-ExtI-Tw=Vaf*lP@>S--1w*4Ms< zMuq4j;d$3yXQxuH^YY6T&e{iVve!QFkJ1sB{hjq?l`gNhLb)dJE4e{#C_GpDw%t{Q zDGOzo>piyC9{8O5eK!sGu6?!Y!MbX@^wPTZp0e^9yD|@nMcx+qVQHbuRkqRpO}U-c z%dBr>wY{eDjp|wq7gsVW>~o@aZRL9R+b-vQ)s^=1>nqm!H@J7so#lPTK4Vk6zFMd` zWYbMbanpFypPJ5ZifoGboP4cQ9-s60hHB@!(19}aSf6#SIeX6wHTHFZ1x;RzQ*hSD zYR~Ip?JRn6ceaFXZ@%64j5r#3t3Sh7%!YfP(V|+EI;+bcb$w&bQ_gxSTbt!O&~_a< zfZKf$|7Fd8*>+@8j)&KRS=%Ck|Fik4?cw(DoaeXvsQqEjT9pV-DJiH$$>S2bxM|8TrQ)!?j4d8a8$0>aV^&*%SCE2iUQtws!VpT${n{H1o z;jEy>R3rn|R2N<^u7JF9ezw6*G%k)$jsu8&gCUADg54LiXu9RY42*~*@f?v*~jCClg#D*lItwTKq+6~mKO>|0DD4c>BkpTXsE z*wrs@b#3EtLO=<*L~UpsBLRck4D~NWD|Cra-ewY>NIj$U6xDN?>;sJG^u;Eu^-Al$_$`}e-S0tXuzeva+Bh--=jscC)Kug}`Q=exk zy(xfL!VY7RI1nQu=0Z)#5ImH>&F0Zgh&oUn15*j$!7&DJv)+b5uT7#G~QmbttDkL8x#=R_qXcf@mNe8Cz6V){mC z5!2|74UroK8WIe#ZEV|nI!&4`6J4r(&V9H@CX(EdOp=GX#BUfBxw#ZcxctC~pL?@X z_o=m^wE>6`07fpR@25uz!k}k@Hhe}uHD#PXitjXw>Lg~Ix^-)Y!5+RC?#F29kxrxn z?=09kH{bh1&8ayFB%lU2%6^lpHqg6-M8#7PwP6o1>(2Gnp{i6ZuaGc?Qn zv2e2pL5kxgkN*;SMB9m5YyVEe5rcf<-lGi+8;i2YQEq0SWH2<~6B$$E40WVeQ-p)d zGW^Fqcy{}5;I5@HHl}8>f)M;YV#g^x*%uREM=pQ)!=H*5C|)FDM(hBUyNV3u3v#*c zGNp<2(_wNJDNN<@3&v}rbjBh>N~Y5&jurb>jY}iB@Ou1z~j(IGD;WGd*Z?lg)PX((iU6Boap?KS(p-9O$zG*sV2c zdLITum}CVdvv)cN;2zU2gf(mp=LxqA)p#VKmd=}}LM>fpVMeG0`0B#2r6+cvHwCu5 zIvH#^eTNRrapeu{(rq#StXf>ddwo(7u2AmORF8UBq_;5=X~y1Xz1xh)iY^wWD(XwU zOmKJHGGQ1VVWCX+Z|1n56ZMAfbx0= zv>UHO(%9%ey)ItGGtfuehNVah_l3n+ab!(%RA_MhO9q;s2bE7~_HevZ{1j;-;*H~_ z$4gb>S;7(4!x{8g$XG+J^LLmC67M%bY2*70+#>!14+%Kfb^KSrfycXaiJ}Q8c)Sa8 zpQ~IB18=_&3{0JV^ical?SkXwEW+l;b?{`IR3Q3LyD~0YXr=2^M4vZ#hHdfhAEV8~ z+@z$}>Ai{l$L?c}7YUv+l!hk0<)JR1k1^DEjniTSY+z@vG9u0rXP-A2wmelYE{Fjw zPt~8Qr%j9xQWe8L5{zuB7clg(kS9ip5*lgX3VzHU8iJ8iQ6@hXfsIHd`v1@cMdDqBQA@q5;A>3g69E0;1k4(Qr&SN}dj$$PJ5>#$RxIu87 ztmBxJU;6ztTq1|Zxu4&P5?jE|2g3JT0PqOza2(5G4}`^re^RdJ&3zj^_Q%QJyS-Ps zmt4&iJ#*S^eg zlkTB3Mz*_Wy$5F;yxwq9Bbk_cbe@c0XE8Aa2=!>P0w23 zX}7~0?tZzfmQP1|kD4r>$2j;IY^n5L3D2g7<{e5cbeS6N6 z-rerC&h<5wXYKEmg*q^e+`rgmuh}Rc3H_m}Ou2Wh@My~ed_7p^mR|H;!8Qd?VqT^% zH|{A9&uO-9bgmzRU-8uq@K{ziT`Ew!?5nI+UUIZv=DTfe*?rYcbg0IpQRTX3=fs7; z)u{5SXJcK{yENC+|M{{v%W7-wo4trPyuI~V*L`dV=TOh;z5ZGnhUtH4;~eD&b<#=Q z2if`dT6?u)tw)=Ia7WNv=~=rdn_RUmpEDei9_?@a^}fY&m)v2fht`($+lDob)Ot`0 zD%>L()DS7C2C!Ok&s|IJ47LZ`Nm=sP?YCx|?P#vgKD_gu6?ZLO+1Na(%-B>!P#Pgl z9tVQRP!dpDkJvV#ftN#ekm-O3q>a>`;50C{Ef{TI6Uqu@nIn_#jYn5*P>1Qb)nQ|8 zY3sg{%Lo#f102I)`t<%zJ5k?*kM&pl4_yG%P5=BfGuj3uY;a0%!V=;U! zT8{3D6y~gN9G$)Y;EETaj<9Rv=4JV+)vH%$ugT5z-moEmt~YO>s%a!C()UEaYBYgWyjeO=k?s>QRHt@&~OPxJC-vh&$~q!OrE zBD}$GztHwI?|grWpGTqnB}nmDa2wvxRsmOQr8AvViMM%?Lm@L~VB zf1ICZ=GL68@i4z#wWaDYy6kd}H8JrDbH%De0tw9A&TDCs_(teR0LBqsGHGfXKF zs-BRfhQtC0N$+nV9?6$#OlRAp3qE!Qveb%LQDM9bgZw3(EF;u~HSUs!hMFSjAlVI> zfbog(_J%?)O*V9cKjduBKS68{0{}@Bld*l!ry>=|yEAdU3a_6e?kX=;w#yHdBR}`w z^!U`$+6oBhT8FjL?!Eb}-BWM3*FHgF9UA31kIVa%Vo{uRN)B`)RZYn4nw|Imf5|RC zYnPw2bD@0feYbaB$fmEGC<^9#N{(p_*@buCwQTkRn)poGVb@3Sndys_;NBnSU3<$? z{DMW!l77`{k4<-JH)@IZmGu9pUsHy`7+L$En)dxbVD)`m8uNXp zy|=1Y8&I3e+du9ZG(&L~<(qQiL`uTXWSSPQ|#Cv>nwOijQ@wZL1Osc@esc|F5fTj5_N(I$??xQ$yl)&o+iFHL!_!g~@> z!ks`|%!z?(7JeZ5kKjPQ)B!&zNe+ngOo;Tdyi}3ij3Y?=(zFfq&0t!=y29Eezi}$a z?;S`6kyHT5xx;K;v+vGPAOfI3^hFBf=+MsLL*z&MR!8K* zly#{7VkzrEZBKYwlx4CV_YCj(*C}krPhRJO#I}abN;f;5))kgt<3CJ>98dM807q4a ziv<8pFrEoKC0m@Ju8c=kazJ|FY@{ujBwjhT#s8pY)^UJ%;{e1OPfz3-O~_}$>mwe@)Ebm2;#_>3yVx1@;;y|^Epf8KDYWG60d@z3=Vbu9L-U9 zy@3qW*R{j>$inDPXhZ*3)d($ab*K@FX$ey3Qn8SE`3F|S79`6*qm?{`g82H&;KNBE zy6S?mENwi0^NZQgFF8mwH@=wvzX-+h$@!Sl_NAYofBMJG>IcdPN{W2ICmMu>0(+&H zElp>jAUyVPp6Hu?>RS)|!zl|=@OU_~K zz5?Ie611-K_VENCNc{Jl)+(2C9UK#nKI1?J*kHj%_sfAV+22Dp-s#87+^-_-%I-oUeMnw+gsv6Ry8u1I}rq-~guZyjVs53LZYbL$A{ z7}NFr!e$%iZ<~z&EXNNk^V`lZ+2!vm4is}_U}L>U zJ{lYnhp0QH2AZ=J-IuJ4G!`_@;|4-wf$_acQQ^Rd5KDR#Ix;YF@Sgp*>oYk@yi5HJ z{szj(@;SS0-M9S2=cKpm`GQWLv&oiFgLuR8CEYeU+jQrPeXw@h^y>I{{|kXw=r*mZ zn(qffReVEgB-B_e)(`%xMl?zszx39`cyRZTX+zK!Jax@v994^k@nEU5n`e;dPw*8@8qgU_eO>u&oULdK znzVV2Ixd|I{LHs39~o~;&eTYcaV`lAHy4Pdly0$X$!X4PwX*Te7FML=%q>^Ky|-a= z5nTZ@tAryTi&b_PrDc`CjnkE~bjACu$BPXzmdB453o3}SN2GAqRmZL70!d6w+U}GORz-& zE%KolOXv?&L4Ylc#E>>yx2?@)9Em*MZA&?^gQtJmT`Jl&$i+-!T6d{_UI0AsB@Hx< zo6gHZ=A`j$N)g_hbY6IMH7D6=+2|8U7PYuUez3@&2tO-bMgrdrpEHPhyiOh<@*Tj+ z@%@}z<~OkCJg<==m=PG%*GaO-)wLM>o|Rp=B^>Aqbiq~It8~BT)Vj&67mGD0Il=F6 z8+%OZQZ9!lI)({+uPgUfI?4Au%RATps-cX0r(1qQ-rT~bcXytb4#cY1LV4VW^cY(B zrC2CaPXg&xde*IXd(PVReCf(L&nu|rb+3oBy4G=S^Yhi*T@+?vBnwbRw}4h>H@;~v zt98e!&f)Z3@Osm`-$U-L0lCa2#Bo#8`U^K#kff$^DOYf4R0+zOB;knxpNS93KWE2;ncM3#fR-5PPoI=|ZY`0iFU)Y0$E@ z5qYD_gO0|b#vxpzq4%7PemFle#e(xAvt@)@%JcPgp1-kyj^}a6C+9A3<_qyiHU_C8_rlHr}{oQELK@<<&1emq_|#o$NshV*+WDALF#ZoOCB)p zg@#l|=wA>OaEBtHL)1%68t->Bo^1TEaisA@JQsP>>GsUN|F@f;Iq+0-|AS9>Ul*|j zq}9ny8)|A0x^N*Yx%J4_8}5=Xv)5Mk%&7GRcGmB#_ZJ&}F(ro{hl)eRQbZkY%cD3+ za6l`NoRYJ#@8Oqr=A0-JivkSCE_-Oc{lpcOhpw4**4ge4Xj}SEo$~(J_3&`zEblv% zu_D($5TiqzxX9IpXZu^7{_ED2)wKIPJ9f4%=$~I}uh1SVbM;%aVm8V~tDO68r;VMs z_U8Bi|Tv;{N;j z%WFHTG>c}DhLwT?EwwS<+%6QiRJv#Nzj<`gUI(oni{_9EG)K?nJ7%od_b_v}=5_Qz zy>9whndiU@W%5%iu8w$WoVAWw@1peeSm$~S1ESU0)%d$w`}RJBQC4zvzU*f8^dqtC#7PoGitW|$dn`{!cEFQwpq>n7e%}R5es^K z6gczhB;Q}u2p|lJY)u3Zp4>T#Z1YT`GLN})MLBR>UBPvAV8k5Rz*tVRc>#bI34Utn zsh=4cJqF10U|5eiiC7nJDCwM#UWlAy=|9sVIpDH84T$8HKg+&EIYY=mqpYEgdFJ{z zJQY!|N;r~m^0TIyFxrf?eo~P}Mo8L(QQB^Lld$B;sG8>3unFc_TK8Z%dAakesT)e7 zqBh zkL{&q>JXNt5YH4JA*Y6d9Hh{n%&sgv6FHut#67Z@GyX#33`E$*b;`{-#CIRSYnTVK zBK#H%0*7@dqrVePWu6vD9}v2|7yc!kI1c<(Ds3QdHhu`84Z{EA%`f_|Z6o~NU z^pEzx@)KVc9fL2+SX(}IxFdf_sL0%D!RY)Z#k7p0@yjHS?&S23!YV}WkW7j*I68WC z6n!-HJtqM`->&BHfjkugIO+X~CkcHe@i!F~q{P6^8lI+=h=Db*hQd6fM}z#OvkvJ` z#Puvf)*G&(pqP)r_!sM#Nm~fOja9>M&B$WR)rr+)F%nC0e!~xBbVO ziB_p@UlR9UtbNH-E(xm#z9fB)WA$w|xkDbSlOqJxBUo9!M>$kq0I06V+l4$pk+?*m{rmcEvTPRbwq%np=OB-#Xm-uV-oop5jV(%LrOWlx{2D1|f-V;m$@| zqm7MsS>yI?HpbwQh1{3JsLBeV|H0-k9^?3R1rXK$lav|<&0RRkw)=be zfvA=vGUVZ03ZHNa0wJ*s367>K`<-S@dtyeaq6M0sju6}XEU7Z?5a;Dtv&{O95;@b9 z6Vd6=;pnH8R=;)hrpmC6ZpsKD2bYms%D#JiSezC;tHf|x{pEZ5-FqS;;a4sqKHmA* z8nhH4%?3w1Ez)eKe|0h@^cfkshcof0gmzr_Yem(P!`GNq7@6C((`#i}eBj837 zDv+D#nfN~-pe90-_JPz(H{HOcd-tjG-Gk-%+;u(;v=YN(S7 zNIVtD1+3S%l*E(vnA?s@Yde=7$as6Z40b@p`kFG=S^1fB@H_`I^mPfBSV!a`pTk!P zkMJnTD|KCrr-CWB+j8e|$<+4E#%5_m8Yz6<_d2)#r4QVq?;_o@L0^&g$W_Z={Wdy% z#ayg8tE5Fsc%*nsznl&+3LZI+_UqHV# z`v$t(G}JW2Df^DHwr8s=)fQH#JHOp-^#f()KOy#_9(B0v9WS`N2fbbtwU*VuMKV(W zF79O+*leqk_V{y*#Wa6Tdp$jZd0|zq_N`o(cQ9+$2YbR@%ksO5yWsXSQor_$s8KcA zTijc$SReeq1iRMnY3uG?*6f3_RjeF@#)zfBBn1B#5$)}WQ72r;A}Ljeue+8D?r zObs(JGZ1KPGjr~}Gnq*;laN3NZ!`Ep5Rd^ugI0~&ZKK=P*ll-5yZ>#3qJdT&724SC z%lyC3Irq%mc}WO?w*GfHALcE0=H7eG^YVRO&hwOmF+|Q3iyttt5<%Yw!z36xiUoZq zZsa5WUm3ZOoio0|8B)gU3zLm5?kEJB1PYY42A=52T$0i1yCFfDUJoFeZn%3T}u^=e9_#j)_wI-eWg4b>HrKR5zO> zHih-{JKBNy4sskT(4*x!B_GI$JYR|IAaR2vcd@GJ2@Dg9AZ0aC)^YAM0)4g^L8Lf| zV4*cIaR~#32b(8_TH0M?3%#+a0~YoeqM+{Lih{1UCMXIv7mqCpIAf1hr?47w6=yZevLg4%()!Wnbih()*0 zi_bkd{N&G7lzA{ldD_?Pdxuag2Ocn%dKwfnDL1oXhL*XLE4Psg3ptIfMmJ;aqwtoB4pAw^rE9!~=kcg}3v#Rl16iKkx< zW|psj(?*rENq}B34Y|>cmKOoYZxEWrd#UT5;6F{D`7@Wx`zxN{Q|gQPK54bBu7~rp zM)`yqr6M0Rq=QEnYm}S>_cs0&mfYcRLPJ-OwwpNDl2H(h%5eUCJe`1$fsB z;EP8;IwWfxED^W>8B)h6FkD2VM{=3ISgF6;ICd`MGyN5ivG*TUlZ5^c4k-3{kBdOGT z|M~os`tL<$&Tu)LF7QB!uvB5mwDd}W>>+6#C^<+wKVSfz=LFq~n~{1%SC!DmS@H?@+tXqB{xz8vRhD$ZM^pD6?ff(7 z;lh$zC@6;b(}~At>CoJ+3^pjuB)yuIW)}0bbI-wLywu7@cnvD`v6N%*OW2Us|8&S# z>?>A2q&BHwz;`Xqb&WQ)GIMYazO8AEb@iIlj@Jn6sxP>`6x`tfo?+EnSW;tgMC@ua zi@W>OX3K`vmIn9J-Pcjf!hbDxcr?ku>{^rS5HBUiM%=;V_E*{f`->};p6XM#RX4)r(NJH#+EO!$G#5x^_Z&EOzihA7u_q9yQl;g%4mlcEb8jF8 zIDc!k8SC+s7(6Ie$4R>d=7oDH4@r`y@Knj6G<&LChqxf5kQPm&_F1v-<+!c2qQ2g9 z%HgzB*StwvUp9KpUNdNTX4^Yb?8R*DU-3@yUP1ePAg3KI9}e_VH1xE?+b4$-_4Y|o zM|E>Z)CKZ3q+~^WzL>X!CZ|_%4E!TD5T@5SFS`&Q9 zvvel=P6N9{7j=P!V#A6?8&*0OCN``jQIb>pB*p4HO+wT)A#A)`h`OLB=(DGax?P7z z)V1}ei@NPMoTsSU|KvR9ea&9JPgSWxiI@-xx^m9kv=<(OfC{J+#t48;oWW9HrEUKR z)BpjHFb5)?`MzN_PSy>eawWTUMy7f5U`QMw3?Lu(87I9m>YtKk$<~prFn`b^F|I?Z zB3UavAqRg90;6;W>6~fpH+q!FF@avDuy+zyv>biM`6c5+jw&M^5g{od08Qs1{JQ$j zE&L9arVGD``Xr9sMv6o&T;Wka$8;0vc^Vu`fu=63Cbk5^Zs-)bM!Wr>*h-cR!VFE#3^P@d!axnF1Uk<&8xbUK{(k1pe)1z*fUBJ5`W6+{P)hwt9#zD z*0fFYOrwIE?h*IMiuNhhtNpj55a6!8a45Bhw=H(OZf}$+EuNTC=ZU!vt>=ITD$X^W!c1+!)sZ*A)+?U+M5!%-2SxzpZh_juEXJE)d=RQo!o!&=k&&rZ)ht^Rg9 z9A7ysr{!;4Q?MCG=*j(W+imq5+i%!zUA*|VTeiK)4w@R+^SZ>|{;H7J-Y_J#e@!-t z?cGUb<6B0##BLeY?3w_lWYqZ5z^QKG?g*ue?7s7KIsJaEWi9-Lk-T%FQ!r6qb5drv z{wYId=bTe!KWd+_%pThMql#npaYXiuPnkTUNe`G5=~5h1qaz7jDPaUxtBZemqye}7 z@Vj15R9dmEeWGv>C5pkSh3v;CiD*J=AKvM|1&gHc{6R25E8(S*POj{-DVgz^bgy#{ zJxQvB6HA2mj4pKA>NZ&mKMQ~s1VZRbhOPgc-mJHgA_S<3-BaEMrIheSp1_9u+Y8xRX+)o$7!b02TwTLwZPlP#xrc z>mRIY`f@* zv=ms^WAF0}*GV2IMD|#{rPet;_`Gus^Rsz8ugo_phmz+Tg+xMhPqo2e5QEAafI%Nv zS!4HK0f~G`S94dhbnMWxcn1-PS6v(ZqyACoCM10a>bg(VdluGg+*|}Hrw^slQ@6Q@ zBivjqXLHf!PtWN3IE4$f28UC-mJ%9SKKm3e&e-kneh~>!yqaT8VEX1M6oB;pO0A+4 zAsR}^TUS`Zz5AQ+l4c3j9q)1{04;g)4KW2n_6kbG$mV}T(R`F$Dl6B-7N?WQ5cX%4v>vbeFrH zjDTC`$p{xwOd+>$8SUXG%aJA=(~EkW2*Bl%KT^^|(jS@JJ(!;Vp{$ot%Zx0L?%%gw zyBM6!jYv*a@J%8j9o&qXWSl$@pXL$j$mThz?wnAbSWNnq6UQfo@JYSi8^)!OSl1gB zwjHJ8P{@x-s#qwiPg*L_dYcps@>7^mfnEbguz1o>UGfvW@(__33I%(z((f!5g zM$P_fC+5+)(P)WneUK`X(Gp|fX(X3;@;1$}C*P%V%#OXK?grXykg15+lW^kX>thPn zK+m(N*8Fra->?56{PdQNA|2HEB#Ua=_>{QB%*Rq(6QE3oZ~O>uHc^wjm# zd2;rY9LguR1&i-6v(m@(s;@ijgeWDu;Q8{l=gw1n?s%gMSq91MjYssT0sRc|#v|W0 zat1u%@M+_pE^|tf-tTeu>5`QvQBUel-DDGIG_ycv=LEfwStBJG<1CWEVHP zv5}LV#Yo_61%%i|r||X`9y{cl7sn4Cva?7cDDc(k<1X&7yh160YX27>ZLgw$!jI2d z8rKq~iU_uy@OBZ;yAABtJ`Ss|owxic!P7M-A?>KU_|(coy$&&PXxp=5|ez z3Lhzj8z{zy33Kya!mX{27>7KB+%M3wF_I}OFPWaM z-#c{OjnkUwlz(wTn_!wzBvtdUeFOOd%qzLryp> zU=^@eg;9`3rYxonK9%TYvUk5dohdSl55msPM7COGq%`tH1Q2+;o@~8H%$hl+jt{R3(|SCu8^^$i z`VC|B9L_)CiF)d?hc1oPK6mhTgr1@eN|4wksK8kA>|8-PrfU%r$G#@^juV^1-t_;o zdkrs&<#0Xgn`1@Cg|9j6Yc1~mtsdW}cq0zcNWk9cc!Rx!jgzbF>tPW8a97;3&|mD? zGTYPRF^G7-HxTR0!}wT7oCeF&pQE1GcdzZM?1)L1P4;p^^UX`D2>fd`@VJ zA3=}7SP)s?Gy}-Tt_%W27_kItHneehz$BzIXvz$5Bup^@kxK4J2%+-=N9;bfmx?E` zAGm))K^GPWG%96Zq-+fWGrAT9P){krPKr>UJ&&}B#;ARy-43tQ#L6Fu=@ca*3@vZG z=~WAw65m}*`*Mz^ne8171w&a+O zkjcr0RYyWvqEuDl-pHEG5RzTLeky2G~8YI%rahYaN<@h+{rq@N|L(p4;3A@UD%TlHXgzjOrH*87DKEc*05halhhPDBRdadZ~jip4P5(83m^becbtOR zvu_Cd)->cazJQ#@EIqz(?zee!PCN+`$hPBO4Uum+X&=E4aJA%XO8%S+T&?ADjSl3e zkIOM1_!cbCo9y;_l486HaWf0~&8eYXbbT}@T?>9Q4f-)dWsr|x=KN-tL-CPk5L==9 z=vn(0EhM}UGG)l$M>2_~MjZ(@1s$`$a2-TdTnx1+)0_3fsb!Q2;h?>Xa*v+(pPY^B zEHF7aO`+&Q)3?RkkPnpmK_l%W@cZK|7$%Ht5Pnj<$EI;ymSnx1`8)p~6wXJ*0DdhJ zDs8zlle~{{YLgrYdfNx;PCA_+aAf)q2_L#4nfyaLrBbMyeR_tGyotcS`?`^EGim!V z)%f?wN6}o{K-eJbvpW$QCk=wf(w&cite?`6kCb%>;#`W++KpmPulm;3X7L;D(MJbL zbn+DYDm{bPSvi=jchK73dT1;{+_vXpQDHdeB9LHTlc1$U3c-&qi~^+y&?P{25dig{ zZBOWpuAgMx6q-u9>E%7fY@Bx$xBH4<;^(p&DIcW9%u;xAA_bHa=)fj8Bd7%lTq0=` zX`7qEynkK~hh<#*3LU(hGY|=WlHb`%DN49VrB*dN?e5m>Y*4e~U5Ni0kB>v=gzyP| zghMYp`+JN^1R^~S;N@@fHvxLr(O`Y3p4tTbMvAMM27aX3e@}|03m1FxXi#xPJeGR? zsWBYXIXte3@h2XVhh9QNx0p+&Vr&#&mu2^Gg;6oFPs4!`m3-40^G%V`&mC7{GX(8X zt8m^fJktKdGHOsELzpdtkd~uRM-ZYAqwp@WLuIlA#HK!2?ItAr{`lR;b`Of1(uEcpn%3Lv zX77vwG0{TjK*LvxwMmM=Jp)2xLu(hYqOPd8dzvm1X@L<#5GC66v#VR9Vhu==B?k$4 z$gFGh9@cYYO%a?XueDES=7D4bYpxVxY7_zA-KN&Qv44_Bgyl8m9pWMxK^y(2SY%Hj z7jdJE=SUMOpp((FI*hzv!SFUG(tC}mC}5bf1lTtOSJJm#v10bQw7s6vElSIYDq@Z7 zE>|+zp_v7VYi71b@^+$Mw3jPuujnVBdHr`(;4*l}Xju5ds)y=YKrkVn=+U?#C8@C4 zOxY(~%yH7k60`^FIU91544tEqIB7BVZz07PoFVppZYnY`%zB++XzJR^+segyxnoMS zL^4B6Hi&NdbyZ8GB_f%DeIBf2UcSZrjd9pRyXWs2rtM9_Hvn=O-ZQMr5W6r+=o9X;0UH6$ zG~r!7U5A)`TICecabG+sIG!AOa!3jeCAND=Tz*1oym$_&v43FyKyr3ST!Hl~59}WSEJ&H6-H~9f5E7^{)wKKI?*6PIVsKm$5rHTG zsK1yZ;`;Lz5zyL#ozp6Ijk$9vHFBZjd-t>0v-Anq4oIN40HCHxi6wV*lf;r#FT{*z z04WmRtr%O*5Rs^_lo8z$E#nbg3#S_;5k5*<|B1cv=OZnGpP#6(*q#F(B+MOSrtLYn z!HX{^q-3I-y1!1)1|EypXHxa*=Fud3^qJGxW2nzOmQGC*BInYnnQU^nE`v>mjBHXe z_u&|^iBXp9j%eh9A~8UWa^QRz1!A+P?7Y`$<@BWvGrg=wVprU(2piHHN7I@P-9T7_opc8N7A(Gj{Nayp0ucu=r>oU-=XW! zmk?D-_ZVwf(IYO z2<^iyeVitv%+x;opj}QxOJ9qQ9iflo@-=;m<0B8+jX-332Jt;n$pXpr?Dofmk@bXh zN}5Uh%Apjwu9qc~oR*RsC(*XMYcY>zp*u=lWA)n8HK>+GscDU2uRBa>4#~)xcO83q zJv*j1P?23zl$CsY7}9Is#zuyJq#h~%f`D~BD$R%dITU0liPfG#fPu|f?O-RWvGv^5 zKs(RhKxXbb->EmNH)`)W)||DYk@s28^Nq14xV(Q)oz;d?>w9E5Vtl8@Qfuu$cB19gCTgJVo6|UhEo`0Qnxeek z@?nH?)>~{=YM0_-HU3?rYwSvo7}(h6dZyZQSM@3+^=kX-EgR5SzTWe&_w7KQW2UTy zO2>9al}@F))?V*jgQUc_trqlNQSPA#R{N~#daHBe4T_gH-^RfmviY_$q9A_vTO{K2 zULl)rZ>tRTV?0K|^KEN9P1{k?ucBr)YAk4{=r8w0-9xP}Uh}=crH#(sSKL*yKpPw` zXh5x&tK}@_?on^<{Zh5uFQVq4Y#erswA9hYI6exuET#R99ambNj<>4UKAc}~4cOJg zqG5_QDu!B)=d-i@Cff4m9`fV{?EX6JIWi2qucA~xwaRHfZo{UZB&f;kn}tp@DXkmm z7O!=^YN+5>QFEh-EjLM6m*UuSQdk+_FVK*mxXRC)&duO}fM&h(9?L^V#H)EKx4*}m--W<;B4hY4`a+T4}0r6>Tlm_}&;IBTrtI{`&e1Du+%~8tfGjWtWbLYUV z4Go?_3T+N1XkXlBff zNuUiDqi1{u$-w;*JuHHEd)iVm@N_6wyl3z9_tkqUu{h0zsDjQItJ`Ou{krm*g-`dWsy1Wyql&3udZD9KMn0R`d(PJcD@r$xcR`O5^i?(q^I#7Sa|e{NezY! zvqf22+;R$??Ko@~;Vh+;7rS~dqh1nimJuuudj{-}2hK~v)N;AT@rEMJirED{_^ zcAW;BW{Xo!aG57r(JZqp*4Bo!&Rngic*gsPmiH7S5dl3V zFI#j(jq6g6v=MjG=OXp4<_Q0hBy2m9cjRM7s(SmiCNk8tCN>m~z!Tt&=+0(chW7RM z^<$;@z|Yk6^@~}N=#TABaW)@WCnC&rP;2x+vz#?$1h4TKZ0HELfg|lAR0W`;M)g>S zVC+PjCLTdb_)yL(!AZ9#pp+BL#{R@UECNr+b!tk~>!nLFBr#SMiYunP0UBzb_wV^u zQM%3%Z2$k@)xOWcyFgkdCow)iK|Li$tE5o8kX>#0;&v0k_=i*GiG3O=B2l790?9NG zlRIpv1;-bTjE1Wcpv9<>g+RHkvALiCbK z(^S`Qs&c4uy&iWJY`#nE$gNgxMQRkU}~*Z6oO#+oy~9C>o=~oH#T5Xgv%e|Af?S zGdzV3i}w?19Q|##e$!GjbI5%~W0TcknZY+yhrHLZPUM(2QVCDyTe5$S`?6}Mdlt69 zw9M)3b*y>du4`6X8&|KhVl$<5>4?O)_BphJ{E?N8uKupWWQb3Re5mWi+54)xuMWSY zo8R5VZFYa|qa%+Ve{|^4p;qANKy#q^(IG&(A;^Kg(m)d#g5cd^?St1C-M(C7yi)d+ zTa8&L0P7X1GB@~85Mm6Gr?xcIxL)`uH#@|(=&#k6KvwE<;7 zivrT}cl>DaYM6iW(!AwJU?e`Ra_Xt)$w~w1g~6qp;hK~z5O*wF_J@QsC5uSLtU<@S zTlhUFUuRZwd?-Df`8VoTNFUds>vFu)Y=v)&<>V}Kq3`opXFN7*T zT-v#`OIG|Y|7}x?ZbW*bG@u;!^$hhqFFT7YYAHv9$STlyxe`hm_uxht@MNzh4fyuY zX_uk0O(pfn;#p=9Ho{Kcp#^Dy$yA_$-=ApBG=D3BA5Bdz1nr&Tn<7V`e6qO}JVOsx(ofPr?0b59 zpV6U!{w5Dl{Z#HC%LO1aw+xA6=>qsA>|Z1ZAMb>VX$;tAxrZw$uCA#(q|pq8>gs4zDzXiNLQIBmT8!!o=6dG#rv~TGU zaYR29DtT(+BBSiHBJx@=D~WN`+;8hA=@*6Kh={(nwi?AP?i)d|iF|$M>DOCz+~kgh zOP>tt--%IK3bp6Kzg$v9I-;$x>D_u42uR5&m(UKc=H^v7O zHVjs!WGXx8ejKz;vm9k2Jj4oSr`!OXP;nZ>lAJ9E*y9jdb&d9Q4RY(KmJ6tvE!7sg z;H&G)T+?UwKP%#GK7Jd8^QcZ&-ytrWNV^Q{RcW4}caw*pgq%tP2hazHe z1h_-w>fQ<2!4u zMF-~Cw1rZv@g(Q_;^Mx}oAYg!@i{;6gn>`x9vII45A`IOaa{I)!2H1Crw)O^L4`^C zZ8PKERN~hW2!Ngp0f0{u0-#3<0K++t>bERK&R<#pfVt)Ru!I1Rbfta3X1S+o5iN%l zyuRPSX%D7>QGliUg5K|1NCe$PqRp|ixom2}E*i(81!RpYbSVr4y>0g};2XKpQhzx6PkqyBj6?7)%whAzA`zu!ckU^@*nz7!aq0Is$YVrj;2Oh2aP}2`aKe|>5{2uGtEEA z0jz>q%bV-ZrAY%>0sw0HAj|wkv*{H-Bp_a$^ zdmuNti!0c4AXlF{qz7x|Y%o~I=bKLicqmhxKUmmXnzW#NL;G|w&F2ksw=cK1K;N%H zYJ=}+GP975m$$-86U-B*L}FT~M92J8-k1i9bi`qv;`A7%w)}l{#z|v_tY7*&Gi}zF zfN+%xWwSZf@z!^%kcd>Nz?sH+0`c_XLjGJF7o$xeg56Uaz|!ZgUK!ue5kl(TknCOo z_l7~bBsC6p&`tD(D%>uH6cEnjG}NeZ#E1t={-Cy~oc3q=zt77BXx*=!U}{34IZT&%#su8yua zEm8L6f@F$_Kzaz4e+AZqMOnFr6^kRum~U(l<@l(<_$13u%xGXqT`hU)Qt{XAo%pk-A77-2k7q za@G_4%=FYHWc@)Cv?xx3fxC*>Q|~Hbr(u{kyiU#=%^d%`K5y8&>c!Dx%v^ut!-xb;>f_y=@9e4~2*8DUB?}3gh|Bc+@nkw^J|QaFirTJ>*ad-z-zBLI^5Tk6 z;gA^Q3MLb_8`1lg{LVZgzy!S)$s=?&Hjq0_GRP;&$w$`;>EzCWk|Cs^5accu<9U&L zQD2c!*0Mo060X>O^Wi~*j4e7mNOS3qi$IQMK0F9=k8^U5vvRyPkh>a7C3oKt?k8p2FgVW2<4C7u6gR>x@P%4D1`9hzk7I@pD2 zKf)fmD1xH5vUdfbMOY_WDS?v`f)=dTEY9wZ?TPP+8|ArYSnc=x=l1gLdkL^{maKw2 z@6*gi0tbojA%U5l#JNQ0K#T|kU0H@A<>@3&!hw^|D3AlNMv|dvLL=po@`=qRjy8b+ zbv2wo4)lE^a=<$}gA@pK2H2NGFl1j=_BQw4E9}ci5B*+t>r%0^h=!7u+^QrX-^^dZ zzU)0^w0^X|9V=`$U>-2bbKQVl-Ci2mQ-a%r9YYkwv5oz#B!e*KlBofj(kJS1p#gNWXCwvj3lFVL4YM=x*6Vi`H8%gcgmv3IxVLY zCH83P`k5DCAZQJ+Exm7&k5fZ#JVckRz(T4a&0ciBLXihy4CdbrjwKl8acnhz&f zKC9Yg7r8k^EZz@p^@*<_C7Ta5;{984q~TjPMJkc6SF8{wZ}NW1TO_Vfc*LOIH*;Sa z4yPa>q=(#MaaN1kRB$OE4(g(;kYvLs z@2xT`QaX~ z(3Et8fnRg1YiL0J*F9Q6=LSoocKgrPSiJMRwHE3#;8}HF1eM^e>;29C4X#6YQF7zD zdOZuE$(kq;Uvi_!NkNU6S%s%8ROHt6pQG;5#8wRVmu9;*P~=cV1SJNceHgXZy6<#7 zs^`;8#U=@hZ9PJX?@(vF)7WJ?51sJ_+{bhmLcujWYX$wE&?9C!%0Aj&v#qx_+HI%@ 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 o_w2eEj%LZd}@T>crea=3~uO7hiiAq-Xtb-KB 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

rlOpH5shkVs&NVUl`o(d z6K0x|Jnh#n&7VYsaZMorUfLFz&KMTvg4+!Sq@+9Md?Rs%vT?X^IQIQBjl=v7X|jl* zP!i~AQ7Gb@^1*2;LoY<7#SKVo@h9Oj*&@cJT*_FzKO?q`a{cL9eEm`OIgvE#Hwjn! zihM;Mlhox2|K}iTLIXZ06%U}CfRYT90;RuFwh~AUQUs(it>T-kbn=1&anlKE2>>K< zi+w_90t*O)j?Q)69Y9n(|`A=9$Xx>!b4_WRyzv=>U`2@8VwR6>Q+a|-iglRmcwIl)NIlxir= z`CW%}MTrglE$kNAhI~(l%XiT?h=TpMTUPl8ob_jzCM29dcoaIU#Vn#t!Vsh9Y(lSE z@42ExJSnU(y93uX@3UJy|J&t8PP2Tjyws(94zg7l5H=ZVY(*8iSBUB({!1M4Ij4M^ zXVC5Tzb?Ou3^?_&ieEdtC)~dlSIN8lQ@lE%(05Cjt$wlR_rMwxJ`V2ASBk4# zwc10T^}=z<1bN6v)>Kn^p7aXy^C5(a=QKoX9Ac69y-bAm3pmkH#A~T_Wv&@aRjn*# z0WF)U`-RK5yA;}hf05rSJYHc&W-9SQ#t(5M46ac|lo2*l|7`B`20qO0_;;HtyDzQ0 zVWXd|{?J(0r7p{kaMMYv-Qf%!u-KeE;d1v=YfI3qH7n;ums}HF$MV6mSagRZL2s~ zq`_c=@A2ZHn|57p`5mcoQr8*tX3GWd<{TxbQd&AkiSnHJ zSS8ByrZ=C6DN){hROK9IN)&(hzoJBCvP?uh@huKP+J36>-wgf*KL{|z37REn)n#ES zVK*bmjvm2pr72`*nbb=S103Qa#kV9;AWeCHqg-y1at)&V2}4HW_-{F5(nuO|6UxC z@4I=@JHvk$zi4WnG=3LYZojkj$A!Z*1P%W~h#VXPfA1j{v^0Km423ef?4uLnQf1yB zjx-M;#h%|S?lte=dhd*?D|6nN!+^;)CPK-@G5b{-cpQ)D&-i1yT*G<05=ssGZNBZv zZA(PIfk#u|OLHTa(k{}N5`^Lc5I6H1pb0l1kH3y>{W@u^FFzR5fWrBC#M}6_(xZ~p zs((nTpDzSqo&OEx1YJH$yiS#h!bR%5AO|r)`dr56#0aldlbDM*$w&!QFL}^H%?vkz z6Ov}f5)6`&U@*Tst+Z>6p=IaYMy;cCmpOuBb9AmO=vxHS&GoGZ67?;vN{N4n`NR;U zn+?qYIB%154Q(ouF$?isl|FY^803+@kk|^OH8>v)2*Fp_9c-jSaJEGfoNb{zUY0<` zcT#+N<@#QXAt{lOLnMv2i~^D`w$da$t_~|4g>ZXqw^;x#f&g!`(0ErHIEdH=}XV6&u-7`eSO(}&thxNsuPZ1iD7CVQ9 zEMGOSfx6--l?xZ1aP#!jfc{#-oa1 zu!W^tbWn~J$lIJ|SbPM8`W8)G9t6_aQmW;I)5A$VG`DiM z)LU#(o{-ncD1{Zy2S#){Mv9fMMxOGUsQ+4Ew0TM#Q-|Mx^x3mnO9jS`_4vjQEr3&a z-IEk2Y0UFy-s9?+I>sc?W|v#@R@8e9&C4}muiv1&6#PZ~?P-YpsJzq-DCto_y2Ge%-iXPrOQpSpE?>$o~S zkTQ@#ucVpn@XbB<7TNANqHV7yGb%ItlEI)jnIzM|;l1bLoOSQiEJ?AqU*8Zs3uMGQ z*3yYBeq_?ew|52>nq>vAH6d;g1pMW!hJ;?cNu+D-(Pp47^WSC-36HOA9RDQtC}sEQ z=CiRa*ydmtuZ$s>`f5&2SF_1jrBX&$q$|RIk?ifRNaB7b!7zB=u3d08%-X{{QWExX zU7l_N#`F%u#q^o6gJPTg<6+aVwQ0jj?}{JNhJ{xrA0uhboL{vwYs;cPM&h1TMp0Jt zOJhW6Jf!TvAmexO5s8QPTQiLPE9EMMtyd=QV77-})C*kxl-oEx?{;P`Sl*Tgpj^yq zu-u+kW|5lA4EKhzHsO531|hJIDx0f}8ATV$JZnlP++72eZuDzc8q7*WS>=0~8A559 zHlv`+&KeH`$+F>u<##R%niNY7Su3Onr|Ys_EAuQ>zf$V(WCCSo4S-&-`O9me_z55S z-aulvXAruf=10xhB9G6=@pPLviMx@@xY<^!Hc_RF^ubyAw+Q~)YDK5#Os!Vw5YwFM zO$5uyJ-%{KI_Z+v2`BV|OR$z_SZ(KdY{RTQc?c+j(lW32IRc`3oA)otb>sW;AkPa%Z}eu8MrD3-at{X;{c{VM}gpUgk@yrqAEE>?9u zg0EowF`Zt0G8N8|jXJIZg*@YjKVd~NsPx%^{i#w`9pD)FIr`Bjld?CWYg zrmO0R(-A@V_XEd~-G&4f9IBpujnY0!cuWxeeFd@d&SXR6&q9z?|6)GeV)G7S`7E{y zxW%t8Teke>Vz|tg&CW6W*v_4wCD%}T7LKDe$0*2mb7^gY9kD5V+k&AFz6Dee~| ze-zQj=vy#h4Sh>(_w^=>c4V$<3w4$)NJF)4>7S$8O5cN%GMP*Ou03Ju;iM#03tBl- zwcwC*)y9fp0G0Z_Qj!5y z$&O=7aAc6d4(+sENQatwpXZ;G}5JV(eR+eec~Y@S7{=s;N?S4=eySgnZ);Nkf6(1gHjx z67Z&^d@1j*D?niZX zJ`W^FPvUmjr5c>7aXQY1TE<&mkF670MG8yKVb8b#y!vcOVWHzD%oB55N*STC&=~(o z(qlqQgTpoImhn#0j>#SG&DLVnP+x&@i!2R^?K`f_l%(ge-SYl*+;$y9n!wTSGR))oY^z}w+ghNEU)ptFqItX^N^I)^+OV;_sN`#)mclIpGS(5E zKgX6GO%Ytwj6F)3==~lW_7npPV3;bAJj1{Ophx@x$OOuKYR$sR) z8}cz-`4YS_-Ag>CEh$xQLThW(K;)hGeBC7;^W3ukN9f!OqMQQ)4U~(|H1Ah^($()c z)LmtPbA&|&jY>HMjY>TNd+e+m`50oK2SBY+Mo-(sA6Q7+v51Sgk^{5(g*<6B5tJi! zN}ZA_2poWwy7eoW$`Ulw=;Xm^c`IcUh?TCiaGg#yWTUk%lR~YNJ*&g;UdW$U@|D|w ziFFD->V`CzL)oLfC|v0(Yh70wUjTBEnj{R81R;*Y?6eu>Vm7sWgITxHv&hkTdEiD@ zV_JxLyjxE-uD5OU9IkEL(%97WR`>qC{O&(q53~3q-x5Qy>J548ymdRKcTB5w(WGb! zy^>~jgC!n$j!ZEeVGVNbN{D~3$ z^L45{pP$XCBx*I3xL>3jeg9pZYMZ`CKHet#&*@Ze&DN>7OGvNepYIZ)EeA#>oHX1* z!gcW+YT*@Oi}Yt7r*eE&RO?4Du75&Q>rdxbfq$RPude-{;a8E$?fXq?Ovr2>-X2T3 zR!m(VB(kZ6m9aP!cDt!PTh}`@ZMNRArNHY@S97~ovZ|}|wpe)>np6lP_?gHVjCHR} zZn17DS(d1o(4q=Dgsk9@TCG+y5nnBh21D3AYLKqbknrg7T$H$bI$!TO6W={Ole46J zdlA36`1Yah!eE&5chD!x`WGS)=y2%H7xY{x44#^OGbkLu4aN8P!J&ggpH0Y1BP8zG zC_&sPQ@#BLXYh_4)#3uiJMF%;aj9-$Foby67URA@?+sxN4XJ$7!cw^r{KxPw_CEb- z!uZEfW{A7+d#A_HNc`S>qr0m=d2Du9b892+?ajN53L)a#cUI~SiwLpk%B&hE*hZMN z+f33Xy=jopja&FU36H%0s{LW|G5QnOAI*&?^{HSf8px*@mtM#9>K-4~&@e;y_blWX zpKCaLqQ55=SYH`-@C7k{S(5(QH?KZQ0@zA|KDJt!+G&Le&Zv8o$XIMj#!h|jknv7k zKX(@G{4ODo2(wZ-|2qZw5Af7E-KoVZ5?XvS{yo=S^w5-2A;q4caPt$AFhlcan! zG|9=0XhN?JWj@kB(mW%trd ztA2Z6nG5hmvfskJS13ySt@>=>G8E9Z-LK_Sox6L&CBNNVz+qUL3+!(1Z|v=>SS@OK zt?wJ5CSkB*%b{}r$+ka+pZD7uj|d+bjwtAAW?Sp3Eo&{M!5QfrfziOv+Lw?{SwF1R z+1>k(l6fwNUQ?Hol5?7}8pBz>Rnkk9LReU56T_k7mYkRSGqca|JOi(2_70k@s*o+- zVr$m;UyFHSa_3a%nY(vd#T4wJr5Ubwj0Cs7>s!vT47nZGn2Wb9Hka&Z2rWikuuo9a z2&dY!fBU)}=So+oAvGk|HRZya*8b|0J$SOj60E7Fz_0go1vPA`6kZh1cq^guHk^v2 zZY$y>PkGS;Zd2b(-wXxg)y>LBHoGfa(-4J+KPpDI?6>f`PZ{>V6@@aX2Uf+(hld9Z)zqy#N#O`}jB!+T42AUZ7GZkzew;BUuw;bi;t=_U z-A41AP?QE{u>e$lV!zF~fcd1w#ie!JNj*zyUxobRIdc17^)y@X3MRS{eWKhXwNMI4 zZ7WpfQ3RSYBe)cH&C`DUDO^D&ofs~dXv?G_!j!SlXz2LLVA3bC($7@i)t#6E*geu6 z^NqrvGos&+ZptrM-I)+z+?k)??gHeDVV%lTzB>L*1Vn@55isWbo%(RdG#sHmt8NSE zqY>&ibP;8&&)R3@(%R5vbkV`A5hgUOiJA=8WB5?v(L{f*CUb!inhG)R2-6LcLsN}& z?$LW8u_M4|a}G)0%uMtSVX0s;`}(OGi4|v|N=Yiun%6vKaP^Vyp}oD^0mKPr)rG1v$f zLKLNE#R-f22mgH((9C0LVDfSu;vaK92rTA)v{{Lw%}Uf0_4hN{ey@2GSeHL&U@6GJ z`voY&s}K3o+NyP`B!Q%Op?L#eref1K)g{V!o0YPX{8Nn?jaOZ$ayIWLc&(|82!ht1 zpctt9`NjzRphK-KQqpFEu5kr-nFGrS@V3MvyjbEed*WqjLp&LvA!u)kG~Ch^ z2~IU=4N`l|6mBZ4pRAwkE$l5+tkK+PZvALI$}@K4C&U5A{pPZ&@llrVrX!qmDFf^n3!uuw2= zZRspa`ljqe90Fn{#Bb2oW0E;Sfp#F}QIRmI%rJPE(Gv~)6hFxhXE-9lf-U$6A%v0# z$y-4K4d+#n^d0hr;>!#d2K}C1^XtcO(Mm#aT3?Qc;n}WzT=%43tRG*SnC>~=H$?9utlLi{MH`=8-x!R8Ja{n#^s#Zz zQgn|4!!yk&SIXV#^NsLn($5(3{UaM$Fdv*}I+!|}^+?gdRm!LmOUn+_C91_3hUmdB zB+g7YH*sR<^T6Yev=+tZh307X1s)yYpYk~guQ)oYU*Ht;5)Os)abcV{jt>kE9A?m; ziRKPtpYLOL^e-VVF`G0ztN$>2&eSC2JF^>+CW(8d=lMqYSkevRlju?FQE*nne3q>J zCjL3!9r*k^aV{>IwiV4Csz6`j=RNks&%wFlYlda3QKlm;8`Tt!gu547H?32xQ?u4h z4oAY^%Z4qS{n!{--ZZ^<%x(Q6MwjhEKE1KxSFT_1(hUe^m$9==v^8}=#<|`cD&inZ zP|A{S$yxxK@g`KmVS;HRC){`3GNLHcym^|&J8Uu~6DV_j8zX7I?xUr<{BQecl`VSV z$vxC95ZfB?s++1RffyC6lnY3DpiT=VPY*v-W`SIBN^h`~PTp}wx?N9h$$42@P6%Yv zmUHFi5;UJYYZrPg?*mU9PTF5FCv93|icU*N3TQ7$1>U;!Ja2BpOv6lbHAK`$40dk9 zr5@24xy9dozDn4@O3y5%Ob{VQ*ISAH3)!T-B7pc8#jsqYZ;69Q*vxts8kw20h9JghI3l zWni}Q=C{;>Kt7;RlX5~4&-(7X&|BAsCPSwu$_+)fE2IvoL%q|z)AG!Y(H-MVC!g6d zF6HljS(hj?b0rGUyxFEqkyF6@K1;jxj%m*{mvCUbMbi3AzKv-sdZy+ixeN#S4mA*Z z4~}eou{{+jGT2wdkhP4wooi8wk|ZU?Z+dtfI!(eFTv#FAeujTFJuU=7*)iQQ?PC%` zMqZv&)WIAyhKRt%*fXo!VQ73V<7|n5C+L?E((+aYbdR8}4UQ_)vjWXSV>vk?Xt&^8 zoI*(1H!cx@su5i$Wqzo+?Ra}bxMd6ik$3EcCbz@cA9G|Ob@co~ZmfG)&Onl!guvtK z(AVbssI*^%(wLZ}$xXuKKC~h+hzZX=6U*g3aB{=f)iu*KlK`~yu|e>-;bXXzUASnA zxR09%c)SeUj2d6ZgV_sNLa5ed+*bN$@fFeyAZ2ExeCd|Y5++?x6D|h>p($eF{b_=` z2KwU+F`B!>-EMXn0AgNl_f!3OwIZ*Bea0pApo+&ko#j^DWD7@t-r9!2Ta9_-4ThJX^{U??UYb`F7O- zL9lPeLABFd>8Z)aQMqlCFi#aoH2Jb{W932^k_NSVHNx@4X#)rrGJ~J3j@b40$ zod`%T%x*pv^p;G$M1Er!eq1Fbev_z&Nx8=7^e$a%3*6zl8Z{OQ?Q98*@|_fCH*`d2 z;PJD?&AUaDsvDwGMt87VXU5Pzle>dDv(b%hE{@o@Pf4a76h4Ttqx3vW*N{;zht_nH z`kziR)b$b8nyx6ZP`)dQpJk+LW}|BI4uPdf5GP8N3jL`aQwF2>r22S5tB$)~=43!) z4ZaM3c*AzPdpjv?rT0ey~OxnN%A;zak`=nyZ z(e{Krnc8vhm8Y%pm!OA$wB%T|ezo?6%saClq;5kp`cJ5h*;Gy`=6e7IkLI4N*4@7Z zU67DhH&Lu@$U@5n>aeE@I<7oS;2hdCoMa$D3xi}O6GSGy?`Xp!^XcXZXff)N;G>>g z$423|;xf;pP3s(1i@4O;GJw7fHZGjyyR_%99?r^-H@p$7&6Wns%RjWCmPk3IBhRqZ1}Cc zW-|~!$*(5`r9fAadyC0!c5ONzF>B2m#YJxaj{%cCSX%pL4b1cUpKAf?+K0q(Jri=_Yy^G5& z68_{&(Sli<2_N;1R&{~=&stv07Pw72WJr0jeIwP&JH!iaSc~T%grwT zOLj}=)o-HtTSwaYs`i&iKMiDX|1jFO_{!u#^oWp`H+{JKY}J;Fn;o{ME%M`4M$b0o zMA&2xtgkG0c+VQ?mHscTXn(g-4DY{dzX^18^GSob@9*fGBx0V*&Pl}bZ(-82bA|}g za~9BHz3tPAlNZ3O1LK7pOO&8=Op1)oi5TaFrKZG;&IOWh13`nENhU~+%7u+WouOfw znLwF2F!;D}#ChTn4vq$>!ergMsV%8 zdfdqVT;fnd&)_inQVouQUM0>TFIj7U%Utr@w_oTjJ`#S*QGV#qbH|>$tm5D)G;yfEq>g&3*1HERv(2KcpSf#E7_+r1+5s(7TP2;+4a0<&bNI zdYXEZy^tlGQ~%}pU(q5L_KR8aOBGz4$^qhsjFu)ED(a(|cQj20l35L15^W=2CeTnV zF7-58y?Iu8W*VA=_W;`b6XfuEo3s>-?&Hh;Kl2BapcdhT63d9zrQsjXz4xpl90t~T z7=F7+i*nLwse}b3G!aOK?sUQc$qo$C;2lf=VJq)@dd%V<@(+oHH{6hDxc=IPZb@$J z=J$aki@sdonBcD9Ta}2Vn9JXQ8B>LBdeCYv;I`3p0^KLx;3>z3y&FTx6$iO-D?ciK zpLN!#5C!Q$$Hp}AWsIz0HQp_L$%K#y)L4M~$I2VfH_vYITv9RN;zpZv^T+l&vH_-b zen*xs5~p67j^-aqM2)Ju%9-a6L-e+z#FGNZxO{oFUT>k@dso9CtqO}BVxz>;aJiM? zl4xcFnZ)JaFD}<%OWw9^@_t{eDRI`HR$gq>8WG@W^oTF=4%p)HY(X%)>&?~j`g$|h z0OilQ%oW1%+9@EfIBjMytNM%HG>6?_6=tVXT4ZVdiYr^bzseODG#edO(IKy+!J2-( zFU%sx;<{q1^iNFSG}Oq|ji$zHA!!<(7C%JY;QiE$N6qtpFir6wZNQ}^Ysuo6_$y1z z7Qx+qhef%>_Zx@*(&oL5=Y+>a0JhYh@RunLEyzip)`IDIcWMP%0dacuNeCEQWL--b ziAvPaOYGOa*7f^R?@0^w?U+jt4Pawsk=O11z3o4@wR9R?yyiX+e9`r$Ex5=z(U~*l z^iTTXNok&G?shfzg?Dvoc6Sa>Mx#f0wP!dy79Jyw61RpWtbRdT($UIZPj9ad9XoKc z0(!GfQV2(D9VMCfkTFi7t7n4ES?JE4YmlT7lJz}GvXV@<*qrNM)Z6SRIedpA3!Qye zNy(%`63JF&sw0(-8tWi&bKj6}X>0}}&aI8d-ze`0yKDFT!YHDJW?H100(VeIMw%8Q zEe^-~`>w7+_f6Ij+5I06VaCb=GV>5A67dW!>;Z(p1Xn+k{n7|HU!sG#8@`yV243Z%2-BZD^OAdA;%TiO4OK%_EK*;A$r#c%ML6H3f>Qc$J&=~|E%1o^psHd)t-OZc_i?F+r^=&_gRg= zfKP&9>5aP^;_m93l&@+9DhRR<}jC=yu>`?{P0Fn&m(; z5PIim>MK?l{C(k4A@O&{4}EG#g0o`jE%80>gJSOgM|B?*7yEb%0$~<(@&X!4EI=^F z*&CP+T+nZ~P@?clp+Ui~z%!fZEbB<>U>Vq?v}h?fhLS{1Fd`+=@p%Y~anHEnS!oAP z;Ah~Rf1TqfYuEqSJ4z%)+mqTa5$^Nl`f@2N0WsXCXDtADOIvDnH)Y?bR7a#v#;MEX zN#gp1CkYV$Yn@d*Lkw=VAg8vQh(|HiY6`m7f7R+ekaPfDK;rJeo>YE|h5{z-nT2UQ z@MErl(MfF)BXVN!Z6(qc^o-CoflSKyK3`LGuD-V~8qZ#qRyT$C&(Xc$ZcryP%c=Kt z`_mC!qa0%{@S#8ywl=?QL{nJ1m+fm!YRpRBUbwx`m?R~6d*LTp$$K;KlZjUHY(P2h zMB`#9m56L(B5B7H83T1AZN07Z5{)TPgw1VR7Zi&v6w= z>4T-+XjDQg`JRX;BHYLJJoDibqf3f2IzSCVNT~fZZEAmv`h3fo3P@1h%psLaLB|ES z&K$dF#R|lj$o0sUA50>+9>FjZLqgJxkIi*kp$NR-o;%q|dL-000^UL2!`Jx`Fe`pK ztHX?R+jsTWM*I}4%%QERJy1ZnHLvFOj1ln#NwS`Z-buJ2yyk1)*u8D0#EZbIITz70 zrLfQz!dtmgE~2K443AcSDAD-x!M_zB3JkHUW)GOOo2|%Rq{15h=lRyN zG%$-v_4dShV$<+i`*W$ro|Px_B0>HGym0`$gx%gDUMI||gnz!ET^(w0l#tHL*i5pt zx<%uXC&neCcqeYXXHa7yKK447+&Q`r2)A;EaM6E~1E>9G>(!&{Z!1PYD!0=@6FSTy z+*9wcTr+B;$m4y7f@m-I-AZ|sT;!vmeC=N!LZ4wYNpw`px04klUwT&l0}>P8XKjW{ zki)2?O6S~V7o^27j`n=b{|IgMybt!)_D0pPe^`C%dPu^AxR^gBSWQG+fH#}sR;zoC zn!>n3OjC)w6ytn}!C4`Xex;$Wa7_U%8&innTTWZ0e=wMhG=@o7jHKK|ok4nJ#R@pG z*>IEAV7R_xYJ=yu@um`B8?Ql8K+G6?oVH?|xDbN~i}zGOif=l6!^tp4rW46Hl^|{s zze+-=pNKxkqsce+!)qy6S|yQrdO#EuU4q%KGgU=1NlRaakm&5wt3-k0wUf@Uv086WeC>(Hj!K@X4(2 z>Vg~|UN+;y(qUu+r9ghJM$$pPq#X_}lytEBn)~RASw_J$*zS#(c5H82AWS%br{bIL z^^N0zvJR%CT;KmeY>?$0#Mh59K~oKWSVVDrmiv+-S=BGElx(VrMn7()9!|y28B=8n zoSmCC5%@QAWq3@Pp>dE?q(a|Ro?id(%&@+aAU27@zrznUOd+nFL4@C1ok#T?jN=(K z5P1H|z1yw+kXlH#6m;K+TDaZHH7zc;Bs7ZMZjBGZc57RZkEYJzhVdyzgAagj9Iqzz zL{8`&`sSaV$jMWnjFbvv3zLTOMyxNLK4N#{CeTLY66z(w+$Tb}_%C3VuSiyDgTWXu zjs}!*Y$UJ7AKphh%3#b36(M5)XPJ!RD z+sC9~5EicB!?NK+O0A2CkSF=#y=-sMvYD20+oSDZF$Rv=Bg`Gxk5nXjJXDnCKw9d{YspOFxIXufY zrUXYh3-Tf6Tr&_u8RCgpLwLDvOU^FkMbyYs^6onmG^7%53;t; z${^w$ubfvOovIY}lRwf4_s9juq{U9rSNRL#NmtXV(svxCmhvr6bC>?h4mC&ql36`N zz7dJa-d0dOo^bWFcZqzQWx>n;to9fQ@|n<%#S=ifUF4pyd%`H^t91GoJF~I@tStXR zeiALMoF!#&lurDb_seZTCv_r3Cag|##c2!j)NKx@OWkjmFV$|5FY$i0ek*`o?5>7e zz0XsnGYI!XDJBrF=c^=v<*~S$1oe#Bh1e5(7}?@=NL2SM$(|_bIiHQD<~hH#G+TMT zyKHM)No|0bF zA^+EMy*{N*`JuXQS$dw5{khXZ+rQeCZ^PUvQr7c<0xHp$Z?AHfIh-p-cC2&soqND> z=}VneX_>wVaBnxROh+<*x!bWKJm9KYg_Itf-C=X(SW2s;5db@0CKieh`-a2_g8J*T zC=4U!cfM8Nv;t}NiH3C!`wFjsV4Sm4=wH6^xZE(|{#R$Q*>1k}jxw|;Gl$MlX$aID zdXk6mc*jFdvn{mrF5%qMm6yI0wm6F~{YTke^}k-~`bU}JAw09yEB5BN#0_RU9OtV5 zNnBi2lH){7$~WzMPYi)t{kh_}THw#cbH12Q&;Hz>^bb6<-ZdNz<%V(vEtK0j<`3a` z+0CI`Z76i(?Zqzbr4o6lW3sWou^%j3(=vu%ZCWEN-M!2EoM@FNKPv1@-YGHTEBWxZ_Z<<#3ZUXtp}6 zwvzqJo}XwKJW?E{}OVSd%g__WNW zHfzPuvKr+-o`1k)X-3yFzVl?yMvGbbNG_8y-?W!Fd>AjOa?3Kr{Kn;z+TXbR`79cl zd%O4t;pCAegr4Y6Lo`cRYb|#a`T$yqkEzF7QWj%xT8^`+~R77^zVKg#*J zZIk7!{ioStvY708!)ym&z-bHrdHH5Lx`10smBVi$KBI5rcL3%{X&-2jDHjp`u~;L$ zBW>eh1_rMRa1&(uowmyN@~AL|YDO5;qf1zpcFAJmUEe8mqxNJI%NFxJzd{X%N3gkk zm75)#)PZVP$QQ~i+Ev0S#*4g*b6#`2WA;zD-*Gs7GmL+lY}8oKzZC4kpYC=5Evc+r zNb|nrsPJ9f=-XV3=Eb?*Wp{hOhKSZ``SuL7vqx!x)g7xFl1~x0LFfrw8)owNv{!f^ zMb(BGa#yJ*TFfxQn$N56iP!Pah|p{Jw#{cOJ|FgrrJ{MgNeJiNMlA@9`VC>Q-1Y%n5v}X5OBVye>sb7^ z#3TQrNf;G=CI;I^;n2VCUa~n#ZR#=4TJLh^I_UXGc-f41ptP#t30K=I zf+)Y=xZLT^QoL4+FyQnpg@@#$t?!9N;`&>4PR;ps@s6||i?w0@H^s{`cfC|z%eP1*82K~lXTFOSf$OdfPOK(dVinu&%z(I*Y~e@!s2xJSCQ=?&G>$`=L+xO-es2E zi{%@nN1c|Z2E$F%*%6RIzjK9tFc>-zdi&wy*A~}ayY&w3S52>KSGe4@<&jsq4$F_*O5QJV;L;7xe#4G;rIXK{ctPB6Q1i3}k-GH$Mxc%TK(SB4Fv$wbu<(-6x>J;^;$y#T?QRvmEN@0j_9bVpb9RroYy?I8pJI+ zS9L7uS>0Q}NjBkmt+_Nai(b>H*8j!uUu-$-KhrSMFaqR(qg0xA^zS;qW7D$GZamzZ z-T%?^-`{>Gg>X2@;~MfwtDQEtCDTG(Ovz;|B_k@lRp~cKiYWa^zJ5+|)DI&#m*KnA z(d6I0K}hpI*6W_s`z0K^;LOvi{R{_i`0uTbSYu)p>LoB7wZ zht7GAd6)DqenVL1*=2fReZ|nR!`ImN)Oq1w_Kv`8FY&L3*cM+!qf_s3`}>vVYWu_m zXaQV2m`g7>-sB~X6ZTrY(FQ_{pC%_>gKA1&Wsx@EyQHwI%nWA~bxuXp?3_>o_}@nX zQB7%r@?{fJr6{m)I64UMy)1_wlCLL;a#}t^1)ox{?FnVcW}A6}@czVO6)1#3879KC zr^^9q?^2go5J6WY)n#mhDypayKa$RBR(ToIh7lV^#Ozw>B;Wv-%JuU5>UYc>c}&+* z`_=dKn(xx=2?>C~=pibfa-e=xIKw(OII6s5n#<+SF=;IfN1yW$A+xF+c@svC6&Q7T zqt{^2>2Uua|5)jtAu2`}IHxXg z?`vEdNEPAiP{S+2X%Mf=N%C*GRH$say!DiCz*R2qSHl&`S?_?ov7~V+c##?L_q6UB z7x~v^hwt+ZX|1>SeY+#mVGmxdon>*)cOCX?-A-HRV!0Brw_n%r9dwi6@xrcLS1?mL zBmPJ%0NYu1w=WgiSCRB661|#!>a=)&8F<38*lM%eJx!jkmk@fRcp2d=!xa1= zbP%CKpeIdhUlc+xvV%B+djw zH){d#(}(YS=+Sj|ev{H~xvPXH;*$4;AEAP71|5qZz3-vh*S8(z@i?d!yiX~VjPDTC zw$t5vpYFX5a(8S{{bs?vx39hLK?Zj|NQR7yQa`MJAc=d?=O|8SfoUcUddEQdBd=^#s|;lL}euk zn)jp$r${SsL!op{xP=YHRc^~+n5_q5QgWgYh&=9y{WBrM6yYWXk*%mKsMpW97+x3D)=uWp-BoI zN^N>g?VoTS1^7+5ySb+2`0yIwUY8zyGkf@=Z1O>OAkt4y-9gQh}!s z^?7ESypu6;9i&0OFZw>g`%ihVd4m(F_q>8(5;@s>>~r!`&aD7F&C%#Fb4M z2XbK`!x6axqP)DR)8^iOxEy(%P*eQPHrKSHsvMb01FL|CS`t}m4z9DIKD@ple4oyQ zYveVa{oJPBT4QcsUa_?%e2MhZ)&b9rdtPYVubtW!?zqRL)N)f@{t=8=m#x^hq_}Gl zjOD3~=Mb5H+SXg+l1`>&T5_y8*DTG=g0>!AFfwoFtMqhkuHfXi!f9dZ`BLTgS}7IJbd zwfg;aKqyVwr49TRB@}(jX6X&5?)UIKCT!E~7NnX&-e|WL*NT0*Lbi3Ge&t%GRqQbg z7pWj-xNI`J+_MZ9`CT`F)qG1JtX**D`vw5LG;JZ%NV@_S0Zo!{h-@?Ohv4}XtWL*@328o>hQF!qcn5hGN@B-&$u0%ERi~L{u0U4dEcdvQOh{Oi9G53R*GZ`-P=B zlRWSp`LPvnhUwctxS09EFJYyM#}MsxWlh+7x9(4+Jtuveq72fjIb-r0R)_TXP~~$c z5iOb))0D@bZ5EMB3GcF;@oaumDyL`jCFt9ETKMA1>y~9tJSHr=ZrOLUKU{hJ4YxK$ znj&()RG_pU^^#t7)+MZ|J^G$@hv!9PjyX8V8F>CaC8QC2qMGDu2bMSB6-pZ}M`Dd~ zad;3}$**GpQ{=JH)m+9TJqOAy=S9tS&jT%sV+_Ly^`z-5KYqUHYL-?c)wrOIfIS^8 ziqn>UzvkC^lX{a>)6t@VF@LbJPMUdYQp%@uDBffg2UDcUC=F)8Nt0A`cXpMZ9s`UJ8Uc+WejH?2oD^N@@Y3*$jSu-s$Jx!W#5=V*ygvQz7c^2afV_BLCv)d-;psAl5oDr-3)Monuf_YBa=h@y zFtp?wW^ouerMr-3T8v2FtGeomVW(AuELj&i%s47#6NN@iGD+!*hfpXa9ThI>5G^he zjMeD81q;PqibUR=;|whqW@=`AwN9+;T|K8HdtlaGb4`6xeG-XdwI}O>d6UKa<;FbG zAv(~jOG~n!H@ktva-mE(WHw}x2HzdIfF(3v1y0OaZKKdk=@*79v6PEPa$cqS0NLgi zGX1Mq70|SWx!L6!dz!RUss_`zcz3V>9wkkNxjijkAsv$?vE3#HL0+W@dgOY~(*&O< zf5WlSgHZyMudSplm3cXvS18A9{&ST8NpWthDu2^X#>oYT_e*xJQNutgSGofu^|`P| zC(|+mS8j4iHf2A|MhnpWz(aod&AToDGsP~3t+n;P_nrza%E}hj!nthot*wPC2%cEG zaYv*EsXvpiYYCUwn#1akv*o*O!Wz_fG<1SNOd#D4n9CJ%SlwXk=W5tY*KPzrIbs5f znB(51J>#h)J;Qg#-TspQT*t|dEI1NSJKD0#%Hj*<5XoZg_Z`LD3Tr8HX_r}?PPx~A zytY!i3_ipP&mm81=jY{zSY`^9hqKqQrXn- zx_8Z+8+|9c4ml>P%+7YNrSUr@?I(l3@ju|O3+sAUqH-%lgh$=&)n6@)m_}!%OJw+b{d97Vl!h4pNp`p4pF5 z4*5)uF>|*!ce=J*s-9$sHl?=aC30u~#pjm_r^_5$Plj)8y*juqkR}K=Cu}03`*;G; zRAq0P+an%+VyFgwj8N0Yrl1`_HfOC>L*FcgGG1;ID_fSB2S&MXPSVmc`%M0mjW4y; zQ~^Fx>ooT)^&C}i^q&$>RtA=JEQX$G<=6C3WAB!KHahLJr%J=^sluT6dcnr_-1c1Z z;VAa537_}S>(b)-%XVF%UF}V?Bg5dBaQ`W6{Vnv{F+54(RZ$-)ymr`VT3~<<@eCb$@O6--R^cq|e0L3mr`Mf6rC+Z11%tHfKqdP4jO*UFPw( zR#w{&zSl9br4;$8TQ4Q!H^OME^wf^8NW0{br)B0wK?Gt6fU>xdQ7C z`P9{SN61+E1tQA2`Rcy ztq0eBW^v57(Ico~W;(l{dU!{ah^d7;qHrNR9!n$P!YU@1AfMcVd80$Y)31|+-XLVo=^#h#D5!lKJ^RPh8M-ueh6o;m8NYsE_+e!2!<(uPm1HC)i zS>0LfiwK3j8Q%A&~MC1XI*`=zYYr9 zBb3mvWyTXy7 zN?&Xxks-d8ks~z|(RES1gMBnI)E4z==u{YOi~0)`2ay~NMxKqr_=na-P5_Tp8unP* zqVX$HQ=T2-7eeo;Dblc-Lf?>hA$X-<2z}BPjbB4slwY864fH8Gv=kz)I!$A%q{xNO z7Cl?U&vNsfoOc_K(HYy7D~&v(EFn#VDWt-2YA9*Vxmu z*Xy06K(qClEEmcTJ;oO-U0cj{W25XgZjgpqH{R%uh{$-;H-oPblV51uDwfeB2IKi* z;#Qy))i!FZCdt$`+IC#LvS4G|w8Yaml4EvlGT)=@^%pYvHbFuXwg^$@*sN``kT%^q z%~zP53a@8T&!n+@2%0DHri@SYgz6}L-ZN+3=so`T#-0d|$9YZbSnDrIy0uR6?=`p# zJ@dPuBjlzgB;C!;lv5^qqTC)ZZn13$luJes?J4rQ60o2rU)H+cg@@I^sz?64mbZdm zoY%xjiqf+-ia-A5-VE<*WEX(sNT4oIb9JDO|Bm4s14u3IcH5LXDvvP&@7X(Uj8<@Z z?|9;9W%CbsZv}K$i1s9-xBxr|Wb#aQj3GM+c|*t?G9A!2gq{l&Me+Pt$5<17Oq@(nCTskHSzH}f;e5R0*m6fWM>xjha+XjsTPpLd9&e&W zO_E`65~2k*xFL4Mvvlin3Yt7T9NW|Xkj~A;`1Vkf7x(^z6HMht$Y(^ehsPB8uOCBg zwmux`hAU?NcAhtvz5}dO1anD4j>mvDlP*JPSD3Y%Rg+e?| z#(6~~-PTG=(Khjb`*#K@1ighny>{eO`_ik>ZJhrtaVsisEL!TR^P?xWK3}_T$@^!ZG zzS5h)N97X*ZNvLuDREXR6@ER&PH3a1L$k*;v8+kToCNtX;QsN%$?Y03Cbw;}Yb3tI zjQ8VmpligKT#^Hr3gql@QZO;ICzn2*J-ISXo_>}g3Fb}iKYq&OVuF+8q^=n2Ya8zx zPPkJrx@E*bCf8#AhKUj zu}iC|28}2@qz(&(VXG%8zPiFzV|6u|!d7E#fkFQv)A)e2epdG&p1Cgmo;;S7&7I}c z!&@f(QA5BhrtQi6Zw*npWpc}8n+aA}gsXdG0m=8rG^IpV zP8(>;>O^K0>G$1QzYjz6)oS$xl;m*cV1PIPo=(NNm5;@9u z)y-t*=luexN$Ak-MEG{vEF#s>QgOj?+VXzKPqKxu*-c?I$D33%sjL&s%0_t*NtiAp zEuPX;Epo4T2tYnA&wdsoSJH$N%4M~1w<0Hg!lh(SIIUF`T9YjDgi-k}X^k*omlju* zh{w#u+L|oy%ce?cabsR%25yq83GrJ^k0+_SbrW5$_&}Zul!=8*dGWh39bb3i39pkG z{|Z1dvV?8~dH*QoOUsQ-@o_<33LoX7t}=rNMIqKac;r&}3=`g&5yoZO6Y%IGp5Nbt zk!Q6;$ug?9fLeFY50q(Rg?Q#*%<859eViUw6SC9!+N4K$@=5;34N*=~G`x?6>23h@ zhl$+SDtd=VKYvWEHhv}Dust@Fn-L*TT(~;xq26jlr0PIhaj~A#NC8nMF)FtKW^an_ z(Qq@N#8Zda%M2uAG*%NyT4zE3YE+A0Tac#)M`L(g>|aajpPVYEqWY+)KfgaeHe9JV zW`=_iyQEJ&ld?Wi{rP;LjJPEX*T181p-~_+kgtpzw>XeLkZ%lU~i?&}y_e&Wz7~Z^DWzc3Mb5$UsPKo4HoLyF1>|~IAXy&et zQc6BgN}$JQ$DSSYr0~J_r0g4h7Q-DMe3}5flQ8sjethV0JZtDZzr)&Ya5Oly)jBQ# z{A~>mw3?&&tRupY*WsET0aOBe&CaWXtAKwx>pb;|=E?Z1OGVABNR578OU3c*pZ)-Q zWS~Dj@zT9)i;z*kHa2Gf>4yHX(Eb)qF%u$I(1nYH{qPEH@#EOySE7(>3(LuuKA^C4 zUbca%i%U5ZQ(qR`XnYaTGLm*BDkxX7Y7eX^6&_6K1-)RBZf*8{Ypgbwmpqea>^HW! zXnFlN_L~$-=i}^Z?)0~|e#7C$dZGpq>i=c#UEty@&%EKJ?H08M(j#%VTadOwlrTx$ zO4J5ow@OlNh}D&(){+Sf!!%?DnIS-J%X5BahQkb}%s>c`BP20_L@QCN#O`j1?ykhu zme}?!Nj#9W)rrOyZMWt7U-$joGXsf-_Iuy=`@DV*GXt4a=9F#n<-xITObqK#)Pl)#;=XabZBTk}Brg#zj@Y3#TY~|y2ZgTx#nfwT%1aOhOjW>F8ek6ag?vg8y& z0UOsU4NWOc^EWq6h8xF9b=VqM>;QV zEJYKxL^?%&m$leXst+joW~-}|nj#Nbkx+mNDVC1WUhj}MZ>*M&0irk}kL15p@3wE| zE9gaKp3hikH*aQeD5*Y2Qj~qrMXZ~Vae}b%z%E+?{;H5P{9Rz(P5j47oqm=>>O?Lu zKdyjXnG5C}{O}yb9(;n(z4EA*l0)=dT+px;jCCB^exCy8_O3<%iW6|m0pMJ?0;RqGv@AI z>2ja*S(_-r@Z!t@cF6Ox)dIJgwymzRvUhM-9gy+66!VlvGc{>ZlyADo-teB|>dk;N z058;t^!;m|)&<5UV3X3XD9G@MLItpgWM) zwDN(c%Uq?+a{D@$H>YU>AVRIjw6pf=jjqk?206mKXqbyyHUIRtiYG!FuXsQXDcs7CMA+UDV337#aH2tGr z_3zUy`x*+`sg%E`d7S{eDY@};{Qisbxs=TzZy934^V2_=o5|A7Z2R!m%P+>eg~mhw zc@f?%7}HpOn?5ZV3ysgsD8Wi%pglyH*eS-6tDzZw=7|VYXlDPP!iBoY7Zl?1<9mzt zLhG@knQ1{~A~+Nr;${>#pZ69b{{R(3X4Kw7>nwuOfjK#(^&MQ%)X2kEr? zv4GRqTw+06vXoaq6eFQtsFJT_D%w4|?V`c7gG;td!~_VhD^f)10VeSI@~GU2i49?b zY(D(RbF!~g(zJs24l3QtS5k14i<0o_+Fz8eV-r8!I88GJH>2F1cW}~3rAy_QPb{R= z@R(-dJQQ2+#6gRO${N_Q!~oN?gOka-g!bdX$>gD>SF@Mk;LzZ~jv~aZ#(9dI#jT3> zHHhKbIk0obW_xM1CwZiL$M~-SGKDBZy<@#&fd&g&!Hx&jN$>H$61NhXPNb1LCOUqG z(%Z_%`>YH`ir_Y(pETt3vv=0*P#U>6>2~x~dPTRx_Y>?Iywhpx2+^=oE{*NZVzsZ+ zHg|W1ZG2GiO}56Y#teWD0e(y+5ymzB0GK6D_M zKS-3J?!4~2xjK;EOJ0sfYIk1ZJ~~tA_jKXn(v>NG`D`iTR=QJ@=bv^~cWTJSFFIUg z)M^bR>Zm%}&8CUItGlRs^+kK9o1GJKELco}i!JOfoV$1Ez2u8khQcLD7hBM|q6%m) zA9~NGlg!;Z3fnyT2QE^zj}*Yr;(hGDu1Hs2S1oxA zbgSey?D7CWi<^~WyF8DNJU$|nqdK$8ij4*ONR**nwYz+*x{ow?s!~2HD6^*Mu3M?8&+$T@%)}xd>EJL+UHCitq%I7M@uNc^pY)0y_;3>z0%O|h2Q@|50o!9K6 zxe%<);wO1`W}o83>#kd1H9Lp|lz7PTqY`D7_~8Q?!19eX=BYB|kvHa;^W-HS*;VWE z%GoHAS>M-)qMN{`-1q+cqUKesFu|AyTsc0t#*ppOAfqTTt6Gk852@wp%1{M z)XvdoZ?f<_(={{$Hk_e0=9+*liLWE5E5`7}^$U^r%&xD(#S-M>I8+J6hu)!7Ajuwh z*E#`OQc(1Gw2^(nEt7Yz>4EM0$Ra=?u_nc;#L9drshD66RPnmRG00HxLVjp!B?J`~N(h<^3W3G@mm5b(!g>f8JC9l<_>M*VgcTp=FTuaclNd7-_5#K+nj5){olFP zZkuKqiG0^uJD4p0xN)9naQZ$H$T0tvZ;G;>i*m?N1j?_I!CU&>m)H@BKrUuWx=x?g zr_~vC29E{mSMJfL__VyAeG!=CLi>WFFt4GLHnaoUq(eo}gA&)3i}(7}ldUqzy?uja%g@ zZ94xPVupz8Ai|I&fdVb0g(xPY6{7HnMg5wethLJ-K2OVsHX|Px%+MC1Ooq`V1h1lm zB$5$7SC(&dyv(^2KwaQ)Hw9Uk;t?E&KGf})Qd#bk$VcWhccI$dEiFMM9I8TJC7V6; zYaT|CE9%uc^H^|LH|4c1x3QgIdv)V_l$X?cv=|DBvrvDLrCg0z zmZP$sDcB%q|72(xcfI%R1{d+@pUp)5;9QCw(+zUI`C%@-0pb2Z@4*J?ecEgxqjz) zeM#@5+e^LrI#xOpQMMZX?wA_mX<>MLBgSNRjPcy!4z(>6_NuBq>o+?5=gqGppZ!=< z8aMIzBVIw2X+5n=CudJCXf8T%@<5N-J`WzaUv_)!X_Uyc{ktJS#n&sUMBk+XfC& zp;}`Kixf4cV0rFiesNHPvX3Vu4E2Skqk0gPgMOqJbWzZ_^^rI>QfA>fSQQdB=2`vPp zQu&UsSH2xdd#|IqKT8`UAv7TubIP0&xo12-#Z%AXaN<9?{R1<|g0>?eE(j8(C03ps zS#zHhZzVg+*yX7tToBVW_<7@vEAUA9p8KUhPG;s0l!G?q21@FvAK{re^&f>YR>!RZ z7INxPoN&`;xJoi5IKOBq>|^y16cMk+hcC zO^D$`Dbo%}7G^CY%tG(spRILnZqD=FZ-$#~lo?j0K}G{nN35S&^!M!fr!F;K2+`s9 z*d0zit?{a2Sl{?eDoD?1&A_u#RQk0>LDk2m5y}kj#ha~3$G`)1)Io_8yuGolkf?`2 zKAc6Ojq#u0kL*_8`0MLOKc<)Z!%1AbnfYHM>J$q2Ki9Dzo@k^>EvD2^v0AK*nfKm> z9?TSneo6h5_d+rYibhD~wfdiEdZE>9zIqwDG$-LY!joGIxWHZd0n-j!)3&B{ zsV!r)5I3w~bIhg=ibY$UGA>A`&Z1HR?=$zmGzyfl# z87XIqQrMA(yeGs8z~NHB!Sc|2EK!g%l+FIeUMr$Q@8TMUI^fS%QB;ZUi|{I4#dGgV zdp+6w?E2X33NqZ;FJ=$#_HnLU#hnNGxIqa2YGQls;RwD3<4WI&XXDn-82Mjh(6)rE ze?7szb!fYDI~`Y*4~*$~@#-C+;RIqJlVJrCD$a@yXUokt`AYVAzva3sQ3XIVmQUl8 z)UR?1S>zio>SnF%!$>9%fs%9o+%Zu0-HAWClg1KW4mk{n&7w``O+WZSa$FEg3Y5N9 z@eU6TlYhZNc8Za-%rEL}9r_1YcFB_-otiu8p(Vs_gUjf`%u;S&&BGe2&A*99@%W6> zoCiPHQOGA;r5#h$n`#X?pOT^8)a1ME{YaN}*7DkYWkdjAFrkytk?3LCEiI!osbX4_ zCl!-y8^C1JchKizF$_fqqPu8P5j4kANBu5>=OJRSr#}+mb7kn^5wf0OAt3Cd6hwy* z0-_ILHWkeuHm&7qVBJh5e+7L>%Zocp690Oj=;1!@5Lp*D`f%UFePl23;oly^tE7!a zn=SM~n4cKXTb44fH4EoP7P3@jWPQ+uTFQaUgInrCd0HH*q+HxKJ@Dc!%aZTr;`ZEl zhkXFfv^>xOkJ4A*Zeh3J{h`39_dWjkqshPDc_?|XFbqQvl<>i#ZML&;=SrG2%+0J> z+gY@;2(bm+D2KZRX81+$I|cM7Rlj_DAG9qEMXKVAjwO!-O-Xc&4>_MQ@EgyXGM?#1 zj@#-5$wI++U|WIPEt2#u@f?u}O5Q1=GoHHWj8plHFijNn#Nb*$dy7xvI;IH8giHs> z3hcYYcz1?6LkNe^MS+$BC7ISW@h~dJ`$Ox3sfmM$p0hO()II}x*u2^>tBc>6OD*W;$AD9J5+a4M@0W3wG_M{}(h*XR2nj~O ziI&GcHBTwQbGBL%A@^Y9eNwZ9%#f*DL@&Xs5c{eS@v$kBcwAsHvh{^@Q#VIO zMjoEc*L+GcCFSVQb%Uu#hxCKj?>eVV9kCtB{wk6BJ@-h?Q*Q8ZAhrm+L{0V12KoF0 zsp=?f*HMVg|FN$=cK_kkUf=LaFM15ZYW(qQZ|pfsq+mz?!fv+pHf=;sQyUJyj@b1> zS9s7YY(Jyve*MANgE6MY-*!BdxzYbeJ>Nx)B%|lNguA`NQ?8D{J>fF?=j0yIfFy2;m-gL>=nZCbI0+%2^5zvMpY zeTk9sp~-XO+NKW#2aI0_O&AOX@_)7E$%VSJEw3$)&V0tuhj2)a5^Vh7>Cn-(dVOJM z)h0kXDQ3dMVQ+dapxGl3(u~qXcx)Cmm{dO}*!^Y&yllHq4!;2=L_%`Y2Py4X-b%0h z-BR#y$(~ZtrmT$OrA(sAlRzFZ(z#f*yZ~Imb?BN#7$OaHZQk7H)$h9LHlj zL;1SeN>R!!c6liXRY1u8vRygvg@-ZdDh+-$N50GJ)1GR)PK&u|GeI5>uGr{kp6_y( zJDN_FohDqYva;0h*Tb`*&F!qv?f}=Mx(2gR1g&x0UlQKN|B-Jnhr+lz6bRff`% zE6_V=i$fX)eqCDV1^oypCqg7m5@=^yf)=~1qxHBKDxi6#E%-PVQ1kwlaE%s3^2NO= z`1;njWtIP<&IaINIy3!KFN4`k%?7P=Mm6NZjgT%J!S%zU+$9Dx_r6nXGKTL0DNc%db=?u^s4^4OE$DreJn3Z z4K4KsRP_e{e67))#$h#)z^?5}TI^wq&tXmKi4XlJ$d z?(>NakYlZ|UdF+!hW34cHwKk{89LvMwOMLDQ{kyRAX9(B!F31~wU=(Qi$yhbnLZq_ ztAC%RzSa4lasSTsk*Z)u*U7=v>Vn>i9Z|XK!Ijl}`u*8rJ!LOjB>zY2$>txaKM9_w zaUa<4Pw~$$mmV^k?U4!chSlN^JoDJ%L&eHq_AaT+gU+R|IgAC$DNM)W9bYf4^muEw zrSZ&o{$5}lcdtEEs&Co5)$i9IPhF5B2%Mg4f17wj(HQM}`hj_9FzjD}?Q=>7cXx3N*B%e@FKHxdv5^&=w(Qm!s&E1i$nT#xGTSlB z)-2N&iOZ>e5BCh@85M;2NktiW$+FJ$Yx>n9{;^G?O{0|0DE~6o=45mV@`&U#rF3bm z!&N}3zb>y$vU8P3`LBP8>Y zfYX<1V+NG}Y%?_{*+hiV2;YT5f62ZBDnOFWb{OO#L8nF0>=ixcKTmi3dkL+n^k}WJEs}Cp8fZjsPIhNb zk+bNUW>F{`l#K5<5igTv>cb`fa6 z0TNwMio&Egi|zzkroB==CPJOBwNxR6)izwD>9P_E? z0nsWlL*TsIi!3tFdf{zNWHc?_o;I83gfO|`b%hASL&;5?f0LOPN)X9_cw)! z5J}~cixo~n1O@kL4$2y%Q{xMwY8ol?*jkWQ5%ZoNY6$Wx*KQsH`VsvfOD?( z(Z$tCd-Kh~k{zSk6189{ z%@2wXYn#W^adjMzm2w)&W*YZtQ%yTKYg^NIUEZFRs0a-Dt9}RDYWo6Mb~)-Z{?z?L zko{y|qdf}{a7Oli&wh_GC5Lo9=PNc#MZ**e*B9U$wL$%Uf9O zG~`$D`4H)p(idl?1xA8E>&g#o@;Q|K+^nX_quSl2bYa>`I@0ZxFLRFe%?^138huHB z6ronAD36{c4LgcoJX67r8`iuNUD$=+xUOq%T&&FPJDUql9*I^TxS2*NT zdKG0j0Ly$>9WX2bgYrOT{>B<_J(U?##x`0I{Yp!h5#HpT21MvQWh%}f*?O9I;G6wu zMucVYw(%Cn2(;vxEE0I8UcD^(Mj)l77WB|@+4dagHT7vGt|~>I&?fM69-7mjnDboO zwv!-hLzC)QIm`bRq6^l1^K-#Z+bgB}%;VZ?So>6Xx)PBAN>p)CC%|gKVgDm0Fj?|| zUb85N(mGs}66%KHq7Dg^Iw1tPRup)A$3Br=)k@%jm1O3_pVyou@`#q6|2vnrrZb% zYoLR!J+I{c%nbz;>EF8?UEMd^)ssTsJp3JQ-pa4aTjWB2gTL-J{~GLv;_mBe9ysQ* zAFV?b%Fwaep21y9ls}e3_f?$Vz1DbYTNQ6OCE2AjdaYioW`)d$oceJ%T+Tq9*_#uV z{1V?x+H!~5S}re8>l~ab87{@}TDM%qb=Bcf2eR<>xz8W?!r=#zl5+Q-)UFEGwwqkk zqQ+F~SsE;W4^vyKCoUh_;H!CJu&Sco+nC+nXTsW2QjEQAUw-u5O#{okuFZj6^+AyC zdutw9OGN-^Jyq=ru5G#^@VTD(T*XETLg$s`P1(}vN=NC|`x~z`J)k3JqGkmfjtn2V zpI*^GZ=c!zcBym{T$@K0xJ8~k{u2{~h!^5tkP}UhIP5>V%uzRRV#i06N1A^Rf0BHT z+-E%7mO>Xl94p)XlD&VD-#O!Z41XHL=awiV{sL+E8h@HUjWmk3VrTu2yEZ%QO<|*3 zT8LaVRK3F;y=?Pn)VyI=f6wvCvNMi9qSZ+bm1(J|=B=Tn!DCyqL$yREE(EWfILG1r zhinh8&;9q%m2$CIfq>SRa8Xm~XSDcq&>6%!lt(<9pIEu?pOjCiHUsET5@o{3%go!~JLakBNewc?Q~mJ+XnT9; z>?13wlKasep5N4Lu99v>ll0~*&jUo|+Y>GC-|)~W^dRXU>fbMp8s@&V%nx2Z{JPL` z+rA1N*D@ZQ5~7BJFDqw*V^wyph24}Wwo=5>a%t(DK*Otm6+jIm-XJmJNK$f@@{f?* zy$t0*GxAKnh`}LPBR@@*);5RQw4ouHRvKGhZeZPD)&bmatAi zc#2TrRFh=lKRsj`FFGm->HufC0bS)?#=gJ;G&A#=S8nnW!FXKXv0A8LdYReg_W0gF zyut33-tu~00a^MGlSA_B6{w`$;8uoRn}g@G`R2>=YM(}0RXMvD5KTlVec*3Z&zciK zOSIJBL}or32v>UopQn+ONAL%sQ0zNewn6N<)!rAI&E z%s8dtI{p^^VTw_%FRSc0tKXAL#l`ZJ{7R7(?wIu~YIA0Q9D3jZJZSnDO`KP*OVS=Fvq$scU=Vte~`zP@|m{^iCI z^^Uey{YJm7v4D$)XPNnJg+PChkub7*Et~FQxww6`g(cD#lm*VWUS&js3;Wk}tfNkN zUHt^TZ45}~UDeWC08UhS9`L)JTyL}#fOUItlAu^zls@a{l$O(_m%MhPG-&r8jG9muI!QB4-c8CyvQIB zQ`0qDX8sq~7Jh?ZdvwTYPY81%C$f@^VC{)OY9JLV_`}My9^;}E>9Ndwwrzdt!$yjc z0*#RJrro50SlSDCijp5Now8Jc<%o)6pJo^)Zl*?zi2~BIsN2uR^st!NPSVYi1vXmMvBL*ko z$BqSfusTAPNrwp_CPn4v{F1zGXP#C>A{r5yUkks6aB_&pR}>S^gUA*D2jea^>}5u@ zv_&$8r3^bhvDaUA(C?oo)w#=Z%!c{EOPf7Foo%>n_3cufM_N_%&0EY#^qT22Cua-) zaQ5E+ay74IAvc5>cg!=+8^MDo$ea!RYuF>-2R-0lMF)KERrtPohtKqAHtYh=Y_UF% z-rc-?T}@>u!)vxShrz?Vsbxv%c=Ma)e6(5gYzf~{>hVA617yrhQODFVTBgZjeGa|% zcgS;;8iAID)!U!lbJ>p;Y=0X3uwhh0US46B7ult?wGXc{rs$ldjVnZ2WZFo`qcm;G zcpQA(@z2SQC4~<6{pp{jqiB%v&;A|yC<*O5eN>6@SIoC%@4Kxu`5fJj@qp#;qfdZ+ zd~3DcNeFf1qH!chi==Oe92|;}-z^2F)`-|dsqiD{7*Gt#Br8SgeaOPyE3$BEs?ngY z)bo(uMW6?dHYJA$&Ui4043x|-Tz{SYx-X+q)I$ThXJJvtLSI=377}Jn5JTAUHJf4|<4G$sEBf2I| zh*!a^p)~Plh+&=tE&A35@m=~PdR|U*L7C?8H|$l(BZp8IK8++W78r~F;n?m%F$78~ zczdl6kf#IV^;k%rS}_0!&83LH-CancjML*TCk=sA+*GpLNhnk!q>k-&?oJGW8J1l5 zV=)hra3t}C;Yi{O!x0!Ko5bHKDe83Cv_{+vLon0N1V>u1(tu0=>L9+E7W3pS-I_(X zq%E)rmjIqj5*Ch((cE|Lwu$7plG-`svJ%8}G3rdHk6(m;ibNUfPw!9fv+=tm1DV~W zsg4C33{zZguoh-wVu|;s^{0uuG*bH05_j4ES!XpII`K=u5oh|-XWwQQAV75bgi=GP z0*|EJeq%Cl2Nyqd9k=ih%zyB29j- zIT)fM4`HtY1;i4x*?~$IH0wPb((n35@HU}H~MS+wH!I^uT{s|{yj0DZKKRUtV}2iWf9X_TJ|ihm3JwvrM^{f zcZ-!l3pq17V@>f;7y{jaN3J_iT`(RV7vxpyRCwGN;Qtiw|3|sk2U{~qgN%j8#Aq9~ zaC{rf)8U_PM5H14OT}M?@o(^a{K#Z*B$O(4kFq#-Hs*ms#lVIBc$8y@u)?74M@-#X z#~mphDI-Hd8EENv&UUnz)ZUTak?j$_NqR?uqlr7}9T9f~uj*Gx zy(40q;Qhl@HPuy>y<_ojOu=*Zr{M__XoKw76T}b8$!O{x>Y{!x6(2tE25zWWuyUaVv)#4mT*NvjTZ>vYyOKL+@6g zutRRQ$yZ61=1d&e=z@*b-burof-@UBhEMayxu=+{Wt4Fu>P^&nW98YDMVDBeIM67q zBygO{tz7+B>qkjVs2|*3;^@;-nkTIJWzNI9D4<)|EYTrG>K%__#DWd^%#YQI#at^_ za&@q9mO9AlZHTYo21NGI=wOo=W>WRNwfq&srwl0Ly|uy7#GdS}OuKKm(4($GS+MMntVU@I)k;Wgg5{jze`50kZ15Dip3xkDJ zS7>CZ&ZHf12kihC*1$WecRJlJ-UCMlxq44y>KzfJgphhC)&%e-z!pRUKC`VhVGFi- z(Ai~+RwVBGv8>0k#F!ZAk7bD|l&2rN8aBye>0%kE(|FFNAY4qsl+Z}aj8H<4r6*6I z29zS+Nt(d+slCPGi`rxDzY(8{%xP-#q&0zXEa6&?_1b!E+Z$-$du?FbCzF;9e6LOX zD-7q&EHsl?mA!erdEyIbQAQQ#cE>ob$1TF_ps)#A(#8Zc zC9FXU7ANLDSj6J(iOE+!!8h`PSsOY1{hjMr0<)LHf5AeHFNfZ|xyu3BScfn9_S>ft z6NVM>s+ilqeMRsBW>`aIT7z&fdP{ms#6TKFy(LM@;yZI3tX^?PmY36892^Q|i3Q$U zoP0-2Llr0APH%BSL*bM~l1YeG&_eMNn!5rLOG8ayc{`bA;d;T5q!(Q8sTZ1$RtBox z$?AK5Y9W+Z8f_*eF1E&1**`C`I!e)St+3nLr?yWgJ{;#n%$kLCA|Fx4h-z^lL~3TR0LFJ*%?uWZrC3Q_+_FJ z7m~j9A}jNq+@R!h7N=~Xn1^6-zDS3~BN)B4gGJ)|jJ)2YCEDvo7N%bOTXI5#3J7~h zV0)CnA4n6o$cT!S>?O&IizRp_aE!5mAiue{0M;4PcuFcez>;j=iw>~D-a@iKdb5(x zeR?iFAy}AySA0_8COU^k=%KTTSGHoo~1NL35+ydv|uS!IeEimq65%kFP4 zp_TSE9t&l84P-N(;&rXA?@2qg5k0j^9jE%MaY%vrvtkFTW2u`k$1_mYL_!fH$4$q| zL4oTbPC3y6(}CvQe-3`0B8K^=s|QXPcTz2!@~uUqllm#Zp$8<>n9N*81)tnE2=2OD zf8gH?Q}jPoYn3T8b?dPJ2N>USfp_P#djrRMpnG zpOyOnmUaZc>+*Teg(r=$QumVd$Huyrl~v{)p&QYn4%({m5Qoh^AI>X%qefrJ+N-kG zwGQta#woN7mW?&7g{>=FkF~Ahf2z9M`Zs6vHds7ACaQX4|jTa!-iDC%WdHuRo9 z3BarVZ`2Zq3yNwz((ooyC@iseE2ZrzAB-H!ce0W9K`t!kwcSVCeyLAgO0VA)9s?`cnCbe2=IF}51Hm)=@zytu&>dZOkWwRMPNev7^J3_X*QegDC+{Sk| z+p97@ct&bd{0>P$&3H9BRi9B88plyhExo0jEqlX(HqE6ii{%Oqx>WC07gp&NV!$wD zAvCobz8#-p?9FH?Ac(0vt`+Am$}zsWv8BQ*u28F0hUgmCX?a>6U8CRdc|_7wjVVqw z=3h^*>35;g&|?6Q+ACX9T2kabxfh1HtJ>qk5+=216#t~aA`ZO_^qwnTP3h19+SOqE+4(IchCQNkGm zPyr}bW&H(&O*z0+Ef1V%`&Sk_3$G6@4Igzns$19c#*?|@^0hlpNJlHw;T$#UE_F;h ze(ScdNwrGGo_WE7=5#JfZF71zdoG7SGqKS7!2HvdgpH}+x2h)aR` zZEvB}e?h6oT;=d}j2aYRA4eJ$4C3C=v#kprY*SY}v@y66JuSm;X_rNMfO4L2>$>z?yPe+zwO%kJ*{q|qa~I9 zgZx)eQ{bpp7W&NP`q9UitM{S809bE#DRQ#NH`Q-l|3DLP^8TAtq_rH;WA@Tg|4NS5 zQ$x*$@=7bJcY9a5N*@?%3nfX@ZEZzuMYP-=7;1EO{U?y*-*dQk-(1-`WFXjJOaoy# z!v#sanWz~xjRF+|q^0Sn!W-IFHm-8{_Afg;IM96{RbFbmSyofsemkWV)znT~WRs`L z@o1?zAVisf`#F4zd&@ny+t%GntUzkIJf?N#K5`i+`+Q{nXo0)0tL@alpqJ)FDKTEN zqZs+&lSoSS+yR_>-*cX-{>3{N)%cV*p*J7umYym1nl91kCtfs!EX+|2MntEqk?t!)TvRyW+n25`rz;-eP50#}AwjM{w z?$8p)O~I{ z`|Wa*y|665Sf13NGy6)j$Z0yQ7JF-BnIO~jtK5yUXRjbr*$qVH=?<42Ul@!E)7*yNv z>b9y!0Bk3GhNFy|x&SFudT#=*h|Vccb5uB9OiqZ=VN4c+4+sB6M}h2THnT8rm1Xk1 z@+T8;iNs;>xWG#&I4do@#3tn%Hu(|2-9AAJR{et=h)IO6xhNiW8fFNB7b#i_ofO)K zgGWxIbPI(zcCY|rfduEVv&t3hXQmb)x@w`3#|7ITa26i)F^Z5POO;3PbCtfmrH??V z2?6YmqMi(K2l~<+AkSiM$7`Ma%GJRlc|xARnS&_e)}XQ0>$ove9Jw1n2}hlBwp{uR z>bMXfqoqi15QyezQU3n>Py&{sq);gs zm#9jd?lOQ7`%hOAxQ*PlXE(;t8t3+Kd@-N$NWD7Mgkt;Is#^}Dz`L*uJTKef#!F*O9$Lm=issOz4q4 z)+iuq(GZ~ekwjQooe5YU5eSheV{Hx4`4qfU(}2POx}*o(q5K~7bP_r2s9iOoLT5 zPr2^ixn%>|FU4qLOs%wjQpz;3DrSv|mXZk3`D0v^u}g&LuA^?LVweLo*w#P?LU87R zu@$QyCFiMuuH4*Q9%+ep#+q#FLy$Da#D)vZ=6)*%5{m$rJf!TOlP=hiyP`d0%?4%w z>tZ}Gd3*9?=pX<7-U1#r;A>8sZrzKypyuRkGgB7^vg`C>Wgt|To4aEgr3NgwkLE$1 zq)WE7H1Hb|OJipW3AsPwrgx?!-85Vg%e7AmD5VF6tPcU!63@q?S<$ROx}b%KW^K3O zCLnYVbUXYf{a#H`3iZ_dYgfB{C>?<$sz@J5!6M^gQ?9YR{-y8k^+$fSqe0wVWGXV1 zxX8#<+nliVj?j)E5$XKD_SwU?GoSrtYGMCx3CA7wMqia$LY{hwTB3}bj=L%x8Oq0) zgK_RQ)gz~2K`)7yID=ka!3??PgtS06kXM$B~g%5#4Le>*S|64TE}pDVmTkM5_KW=2CM9;SC4% z%<*}(?=lie?RxExW`Mo{QXW{7JC5+c7T6XS0>h@?{+bmgBrB3dHi5o5$9TQ{FUGj+l$~^%aDnNXr!UPoctgfugYID_XX^IsrX$`a zsj0tGQXFOH+|AcucS%RfJ?)c*sWd1JdUWe;p=_g`7pu@Ctk=}00&30#x45L~D^$X3 zyd6Gf{!2zSItF+h<~&cQBrhwEUQYgnGHQO-;|>&*Edt2D+wa^Oi5w+(Sm)BtMULF( zrAg_3iJMlg2&TuIja?vm+01un0%D;^%RN9V32u8lZUXdq&BXN(?Dv^z_>c+^U90Ch%W&G zTPxS*zg)?JC0=8m1J;x=Scb+7K3I_OKr2yzZhinGC@(OFK@snEQdB@z;gO1a)W`e- zTu_P(Z2#@_f*Eo@%YEKh08gP>{~nAJOO!D@TTPDn-v7*Ep7qax@EcK!xBhKD@zxPG`g`IXnp0})rZw%bL@^nu4=|8xt$u{jd z4pg_hwTNHRo*Qc&>J??Y`GArsW%un=DmHsmsci!X@t#pX+R>_iQ-mT669vt|KUB%b z)U_}O1FxfC7r4phDD1(VYvcByhO$}CwPdcBi*_xKq9WO1MidjuZWSmh*1SUyjYu|AxMz+*=XE27Q=vMoyibyv2|RzA1eVYy=`2WB)z#)8MZ zzzo?|+B6M=uoboG=)^nQR%~L@tm0zql7$JQ_=8d&1=xynB+nrn$4N`vHaFw#(= zF{F(#f&U+|@da-Tk)XS;Eiu^<8wsB!ae??fwjYTWqu<6&=CrnA>yt+5%5bwo>?i#t z_S(ZEk450n6f0ldXUJ2G;+jjDP)uN#{rI`!W7m1z(KK z9##$3&ln!hu3?4gDQXI?s4zO#bJ8ZRMoI0N>WMoDT2{|gWYQX6U_Tl9^Cxq4MZgT0 zWESYo7PCbYp?L0E@p^80Y#CrXl)f|z@`a$hqJ50dFM9)TMu%uHl$a9JQ@1y4zyG3S zW~f%WhW_OJmqc@G1og-$e14Un+m;^zlMjvr`6k}npL(i=yJ3WpuX2^TeDz={(Y~RV z6Z={IOPuKuF~rTPOl*z6cT?=~Oucehnd40n7DHrvUM@K`kna%vI*p;+qzyK8gnCp%U#HrK(Vj%8K&s>fI;Qx^2;IMLCf#_QDhCXfVy7hl@HH^t8n2xg60wnfW`fM@7)F z2VZ+|0`lJjYlRv6P(F{*9UTCTQSAr&f6`C2BB&jidE878XYy#~<3masuq9aDmVAT^ z0oo1BAo!nmC%ji|;rZcIVfz{5`GR(LjLs)x44i3rq)&s`2ol2izPWx}nwg*Z#ij3$ z?VJ5ufeM>V_?-ZOA}nQ7uDwSbQAxp3pJ&r7_`G2A^^b8;hUllbP~{q-Fu$LCNO7Yw zam*;!F!J)Y?=5R<;OdH$oe=(EP=2mKWn^XN?WHSB9ZX@5Er zc3GfADcLi?FNVjrl%YKXVoqrULWRkOg90xkR2ceNs8%;A3a28%3psJW&ZbUp-~w7c zde%3;AGr$Fe`H)8*GCZD`DnI2LSIL3l8{l@@x~X)yrMD<7&B}5k-Dm_kYARtyt>{L z-itQTJJtL0yDddDq!%b0`VbAB?fHjsqYZJbE=YTG%~BQ+!FB6th#Y-(aiY8=0r%p&^ite6tR@7NWlzB}N^*hZHY?4AisEOn zgR_N=AuyqIL-{xH8=||t-(ouJGn~A`*!}`- z?q5S&xw_0j+07iJAQ_ka@4zhcrsuq)n$n33DaDy*7*YzhiC6xo3WxkuyazhV)}C=F z!}2ecVFaU?xu(wZf+IpY>#K3YG}89@5H_5)dy&{YZy`p`xh-%(3-Rl`X!ol7P%A5~ zR1foDGK|2NDbS@1GDwQ_8&=%6SpK{QZc3PjWVq2tk$BWPW`!BcQAH0HHnf>6Q!txJ&Mk$<~lSzMI*}$)~!7!BNDUZEVGw7CI_0Cy=1@V+H31_q>RH2k!jTi zdXQHZ0TgFQ9%C4)VL{|08-pVtEGaP4QB+-JceY&PfYI}2`p^}ahEi)~D zD)p#uWw#7kS3D5uMrKm2Qr1%M2swi&LsggYn4_c0tJZgVIyZ+Nw978bN;3T0w!Yo@ zlyR?_7yTb%Dc9zC+rHm!F3N5CgGF`|h&qzUZg$U*wEpn=foJtlcqBZ0YmIyN2LA@L z#Qcs;9@IQ)EfNE@1g7(ER$exj_NMutCi*yJ|GUo1A8T6c_3d4?PXj&LInNP&=q)txYqHekMO|}_^7r1Fjc6tX z9L+kffG;X<8=ul%q^0Ja2F!uzCZ$0O@P|+F!VV9BbJgXQsz5t~Qfak`YU?GVFh0v%Q*aKY-H$OXQn8HCh+Q_6A?I zn+we2Ip^HcJ|DWN_A%*g9wKpLQLABTl{6tQ(bmdOn_w&eEfrA+ajl|mWj%tGs6}*A ze+C$`P2Sw&iUgce&S~RW2f09J9P0856?%4#x!$f-sozjPFb9O;4{vm;2L%X2D~W?J z+@8SoHjc+L3Ye^*z=1iaf73tdewi&m9};U_|MjmKQ>EuKxG zF4S(QOTyWab>7IJS?;N+?n;*iJK~&+YKh?oBiQzT-57i|+P^a$?S5-ebz9!MTKCn^b-iHcm(m++^5Qsj z**9+e@A6)k{@b=Y?8XPRpD!|RFs1q`$BU?o-_+y>Gb?r-WXr&BTbBUKq-G#xYE<-} zm;WM>biq3c|Y++hN&0JIAu^7MAS-Shjg!PrFyxv`KYNu%w2xUy0$Q!Q_kxmkz2Y!%6=C44sIZ z#kRdQH+Q&DtmM6;dq)#KyJqVd=POy%k_{J=B%?Hji<4II`$K88jqa^Y zpfvW@9%#VVLlS$Dp7DV0JEAmt5N4(A3i-c?(x^Jiva0H(nB$9KB%q~Pwc{n!8OTvz z1)`bEkUbC1v5ah39E)LzlsbU5b~_j4$X5__zXkwF7|EJL{~=ii`2?!W;Is;OJjLu$ zeWIh2*`u4{sd7-rfqBeJu}|ag5$`eI0!v(k3;b-bXgFA#vIi%$F@{ha%l107b-^~y zd`JZrw6bLIFeCaXw=??#s0>F-Rdc%ZTa-a=hQVlwIvRhL1}3O2wRZ1$0O0|soiS$Q zkla$e^}f^Pz$F`P9ZQJW3?|F>)LO&j0&u0-<{>s7Ii!tmEkn;X^qXgS_?DE$z#@i` zK;IffB%7%O0u+dr`nhC2!J+uYezNO#5(00IO1IWJODAu0-*Gj-&A`1Zvp=h1u*$a zLW-YwT$#YQ&jz+P3nC?>D&^vke-rMJ)o=|(lkW2Vw^Vb1F| z+_x(bMMI=j>RNNqBd@gk8vn;tttlEL3v6aG`D`k{6DqtvUJt_HHR(BRy zq5QS&#}~IYbZl(?Wyj@SN0s?x#~+Z-+C(aV`2V=V=uz(eBJ0X8{E-j zH+P=O?mWJ@^XWz8ErjlL^v-9>tgFIu3lqvArpfPrwYMd>+E9I65cv$PN$xtM>I@6w=xNy=s>2{}ppin;K-hSCR8V1Ikvw#js^%-yEcB!rTf>@_QGyLtqla zLzo1HFiuyBTViczZGa~*3qwh5n{Kn_1eb+Z*7#VZzRFmSsk8)aQr|{$m;a_7cC4II z>$c7!tS0D2qKo!|o842T+6b3vQ*BD0`Q>8NQ&2|=g3iKN$WU}G53=+&bxKZywKph| zrZ^{%U{!wN(ElL&1=I7k8U1`95==wgWDIqaF(VdC)2ARW-p#zxN}%&Rn`)|z;$R+$ zS_C9wD7XY>%IQBSzwgMhB!i3$?YJ_gH)Q6o1GPBJge<-Nab6n2-iEtHs&O&8nJeRpx$>o||z4DAx`8$zKRYuSg*n-B~ z&d!1?H46t9%2;sAq|R)5p}6S;CI;#(aq(KZVU>+@q6VUBxFmufnDn@o?+k>K9Hr1) zkPRUG%_pq!7~vRxWis;1w(&p~IYLlig^|e!1NkIeM{^vbayLVoq^W5@nt-kI#@Prr z@)?m^L?5zv^rL5_XGBaa?+qlBBm6xvu?V;XY`Cql9vdJjI0_*JNf30wsj1l1#GJKe(Y?4-a)f8NC?f|{n#hoFT#EpLDOsSE0w=F6vHfoJpsuI%|3&U8m2~i^A8T+~D z9A!S_FE#yK_Q;<6(|%E>o}KF`53YQtTgmpr?7s*2ZV-;>VN&u=cUz6@KRs;wqnUM3=< z8|#%v<5+F#6~RTBXhNB&e;2)?3(^cihXcg(cI)NZN%zaj9scaH+@|$7CbzDI)51K- zh!SZ!90jE<`p_O_h@BlDY5agXEO!znoS;Yp$7^%Co)Q7|)`H*4Cwqb|m%G#q`=%p< z!IdpV<~Pm7^4jeS5g67#Dcpp;_xz{)kfeI`E^k{EeUyVo-goX0W{751dnXCGtRh& z%)A5nUg<}c2h5JEISw+m_g}EVmka#~;Sc3(N^cu_*^CB1soLR63_)0GbyA*1aJXuJ3o~Sk$_#k2x^8Dh)^?t ziCekqZE3)x!|5QmBa}yOM^h0$vV_~wO~ySFW^^vPx)NMGDVEF^n8aD9aAb!6I$qB= z!Ria~AzG|?bk}%tA|B@q&RH0d?2@N}otjeedWQHh&9d}}gA(xLc3x`1bJaba+Bj33 zf13R>BxIH z53nH3J$Sj0GDp94#bt)a(VQ zg;_=fL!LNLq|LA~W5=ca zirGH3B-0qQI8Y)zfIq z#qNYxZ0)N{oX&p(*G$|wx*1k^1v=%pN@Gl~Bgck*10z*xEjdZGl%qC(z|J0a^b&&y zLqOUqanjfLD89-X?ntMx!O_|Kc_jN`>uX0H@+Y*91%6IpqkNWE_8*r{2*2q~k8(NM zmw-D9g+bD(8f0m!(bh&f4?+;P{2}zJsA+xDWG%u~54afM$#7gHis~N@bgcr zm$G?C<&C`ck6$}`X=8c6xs2AhP^Q`+E~!j|DKv5PNAxrJcdPdmTM8kSK3`7_rgwj~ z!=oeIOri|vPI^Uu!@6%e;R%9Y_f8+!QQ${Ibkr&9=^YFNCKNJlmyVF0!hWBE-_xrs z+GwQ2@oZer0)CdMbHbwGRi?6bcmrZHu=#mC9z6z&$+gf!G~FoX8PP++xzKA#a51%g zHf&fXN)d`SlYm%!)9hmH6TGx@-={e zdhX8(IW6bgOT>kotzN|lQgE}eSsfiOO_-bsO(sMAsJLkA5KPq zZVRS`RzOFe0r@g6bgxOX2BB)G~ zA5YUGn-PFNFIFj-XM_#J@9`?LV~C&qVm5VK$56+RZpO8&iC0d#l7yD+ySBM5WDN_y zVZ5?#IBvmPI~UCsN!}4^$~G%4PpkMhDR3+Qx3y=LRfv+HXP(%#v}v#Bb;-XDblRTjMXIHe2BDy)(&R1C}*?we6rd=XS!s^bK-c{jv`97c-QEh^tCDM{VM9&7IPXYMv z4M$l`DUyD1aHRAWI_p)tyvWAht8bx|nvc?WwGQ2FPQxZZ1GQ}Cq#&0Iun|$9O#=@p z->Bt#+!+>S-9V5>8O+*vl;Ji;GBYKI^u0tp>V3)M@Gi=gU#l|LH6Ch=K-v=4L*rlm zAMV~guC41z8+O{S#cgMb)6QF*_MJjJZGeOz+noj{Zop~l;xyCX)M;?qrdS3UG{%yG zL@=FcIcJ}9bR+?ixLII>0p9>SF*uHmoutNYr^RVI#kq8_(|2BsQwP(gk((P%IupKU z?R}0UF3xRczCXU~UxW~{bS`_Zz1Fjy^(<|IMp##i!up3Ft+u`&)?%&uzde0zJAtO;FZ{V z$Fomcf>Fb+@EA%<+L^xd2HG{|pM1SDCtn^o9JgZfz2q#lgIe~ot(50wC*3cgMNVs0C_|kfRYN&&BgYL;z}grOPZ5i@)hqxJQe-j z_;m69qP9>BwKH7UmsE?vro;IxFPz^8OG6_*UHBCu6OOUxuM)0lA#-+2%=+fva5e`lm0Nf*2A@^t>cIK@b#oQk)R*#YuN2!}X>*nM zHrn*WwiiFD=Bj4TCa9c=7~hQYY2y`JFKxd5G4c}WP;fA*G}x4uD(dfzL*Z|jHNDM` zP^UsEG=%9DAFWP3GT4@{6=((ARVoPN;kQ{AFOY-FB!(rB^T?pMXmsd!HVnfsAyzNU zNS=QJ1*!i$6Pi(@ZOQa)dp5shyB>!0J^c=9}`PK0QM9Jo~*^nY`=~g#q&$R&WBmVuO_D{D& z-c$!0gw`rYbw!F!O;xL03OZ#hqkW6@=->H{1D$JZC4vi0TgJSe`e^(c=@Q%agZb%P%R zvB8jFkh0uLJ8V5LEyxt}d*j3quj`d;6(_mt{XXEt804I@Z?d}PUrtwwM(@tqztFayI_;#5mdV1AEbc_Jp+=XCGxG( zpUXRb2oV~qE1Z^%Z(8T{-JyqY;7&a>bMOxhu~NM1-(sy_Td=4-%}PW)32+N zB~JVt z$Kf$t2y8XxR;Nz&K{t*^(nvhAoISJ=M3Jh*CBfzBr{bCTnFn`@Z36DH`1_#xyY3Xc zkG!ZckY{rey(sdQ@yZ1G(&89f3lk3!e?Mq=F0sB&eA}f+wSe_BjcVNOrPuH~K5a>^ zxuOUIF`>2q;R85kfsWAoAdwvj04x)!DmJp4Gp%ff^%H(uyzeO-x)_xQ_C5% zerDk@w}nQZY2wx>DabY##vM4r&4jAljEn~RLe^aOt!S2mM@7sOl3>p98wkAlZvKRP zz)^(NU${+t2%Ytk82Ja$t2q&ADjJo2RN%{teETCSxv&o1t5Gl^em(DWP$5N3EE&QM z_ytDQYrMgO_H`V{;KfxpDw7O|yTp`~>AAsl=DsJU-1)C@b zOeotL5LL)})%jR{U~O{psIzuyx3ca*->6D=GeN zIJo`nz^o}d&!j%;R7V(1*b$a~)N!=Rh)<0f-K28+!tDm65X-MJ7w_(=Aya-R=TOeT z;GrBze`MlN4*h>9r+2jXIn?r@jMM3O0S=#+ZHHD7a^di}_sfvmSmPL&8kkaY9)25?bouO~Tdf|Z96q&4dGYXCC0SW0 zt+icz><+8v;8N(3=LtEBBhSFqWUru%)K+m3g5JgKrVE1`(nLv@_p(*F0H08{lS@db z97guT*R%E5?YM$1ygZ+)y!>Wmdx>{A(Bp_cvBBwj@?OE{J=)JH@a)6>>yZFbu5s>M3;@FGI96p-o*MQX@aa-o_C z<(x{MX!V3wCHvxOa!wBsX3y}gDs1pz94ig0$L>&w{{G1fcvaeGi8wy#kSn2!cN)5Q zM04Y+=iV{zIn=2VRpfQHMmqzCmCK#HqCU^H_vmJ1u0%bbh-JRvs&tpJW6GUK#DSfP zGnbcwZpU1ZJl9@;sy91*QE=mw%q(?ri8RS2J|ObJ{a|BX^#a#yX8 zgGWzis*BXG4@a7M#88Uxb8k~;Qzxxl?UUiVxn#cER-Xbnd0Yf5=|alkDLYyjoCbT{ zU6%o-dqtzqKT^M>=|#rTrqZ)aZcxA(Dkb z1Os)Zbp5)FrVY-zZDid1l6qtCW9lJy_d-yDiroSf+uvhD4FXmQH0$fvau?lJ zveN%KGbTXTq1?3-{X)c0Mt33v*s}TS+7&H#XTi<_Ow3Tg#Wg7rzz~BB+&eMwq4txG z@wy~)u)(^d{rR=iwbM#6bynEFdfRbFF#^%Zn%Y~pA4a9*6M5btvaNw+N9P$2@kF~8 zxZRNs?bGb+LkP+CgpVDrUrMB(RC7H3Vfj^QSUOpyJy(Cfc4_B>y~W`oaXWLhd$m(N zCm32UmzUd0n%3U!^z3hFzW3mr@&=1)mAjh{i#zCzG={8o*A-WEr&-IhN9}u#Rccpy z*6#Y)7Hjp+=g_&}I%9t0dRguJE;Y8=sK@xh%{{%%YnAovn0`1MfxJ6pbRPY_c&K9e{Mi;~2|6A;eouYcMtys@RXY4=@$mw2_PtdonkctD)ZZHFRsR^OssDt# zd0}CAMM+1R_iTknd9b0?SjC_5N9sDoU^4T)aS#uq?yAr)sdQQFp{lresee|zM zy|bE16Sl__+C{htk7a5_+-c*GA3(pDGiWxQraU*f?#OokW(I^A;s{qrGlxGB<6@ky zDsVD-U!1KvgS9lD4!I~cOq3yK-``a@(S_xH?ndf21) z`FrBg61(}f#E*by->*J1Q}{2==W*@GblW0%Zxt(^45^5}OR#v;o%kcMO@|L!Wfw-z_3Or6WEuabiN; z1L_HUVnRe1hOj6&*0W>BnRO(7J%L|blRKyL>Kw6blFY^!@sEh|FbZD$Bif+&TD&fL z>oz%AiWq8&f7tjV6bkWtxIN!D?VHA}iDDW;(q)d|Ja3o_6-ado?j>#+D>y#kpD=Du z3Z-12F+QPPA8RULQ7n|#J^rWT2ncDoUBc0u%V?aFdO+m|I8yIgm7EpNIf$4aT^HYd zjVI1@V}dKhl7l(H zoOl$kCgHUCVNxv@U4qCEjjM~{FUc+S8)rs^M&@(+2Y8M-+St#_!r*k^sEYiljs50z z;tV|gWmF3Un!EU7Q-yK3aZt)=oaSFm#yP}Bx_`hkOS8;!@Iazj4%Wm4hl5qQGi-6N zNPI_}K`KnfOiP@R801rU3eaxm^fTZPdXfL3U;X85R4+5wZy4hVj+zZdYJ?>w0WcLd%&1&be!%PknukUnFH(!oYZjyS&RHQJ)Ie@dSjBTJB>Op*$v=SU zO%{&IML2WC0un}f1}W&m!ihzK$qCpCCXC;$DM1)!fB%8}k(rZauB~dSO)ym1rpIx6 zYt8HlK~sZU_bG1A5_dfnyEp6WxHZwXt5YBiSA%n9+Pi)FKHa=JY7U-@6^6?o8k`Q~ z(?CLhg0>)RJySiOoUN9{`il6`(j@_2-P#G`#b=d)IF7V-?s5XkrN0Bv-8Bb#3pp_g zv>GubNN#JWzAeQx0&OXCx61S&U*V|7QJp+eJ&UBy;*r23}0laj>p zJ5oF5Fc7Zk!p-NtLka?SR4xWmBg5uV22+En=I5(P!PLaUPNEY>dLrG(B6Rv;sD!Bs z_K5mz)S_Vf7R71w7(9Rk05`_;HR%9x@4M|b7#vJQ8hVPUY8e$#11eGeXzE(xo@a9v zND{L|mY)c@bEQ*Q47?6pm5vfJyhxTuC+UUk50VO z3WU+cl>jV!kaYWnvw{i(na;entzb8l+p?(sME{gTD4f6A1DP@CW^FfOO5{e3BxRNn zxPRUoGMgT<0_qZ(lXlac(lP(27;2unvRGMf^S^2J=o!v&M>YFqR@CqG7P3^9inv^P zljSw8LSUbkvC-B9gJ&Y7@!V`B%A>`?pwIAQw;(m_&{koFNQ{yRx`!yu#Dc zRcyDGhn{syVU*7z<^3nSJDizS_ohP$I7m(|pnh-sRZqCJSS)yd3Z>22X{d#{olOgU zm+D{MDEHU(*Y)1D(;}lg2RoMaQpdGWjB5M~Qtrxq_WrkFXyC6k#s>IkHPS%jpUqr3 z1ep9ejS(6^82U0B7ni(Z`^UC5z~e~&qW1DGWPh{yMNaqr=I)+ec~@5BBL6r2nT?KD zdG9%2k~tLJmn02PEt;OE=TUJ`&qSHMc`YQS)aTK4&J%Ar25`BiVTw|i{tZ(qkwk=v^+udGIOAP|Qj0N>8e(|gufyVqqu zx4RT#yQA`GpbQ;Di>D&&j{Pe_pHtpaes1EH8*N-pYj>+}*U(hS%Hw^m{ilx0 z6z>F5QWZ@a|Thi`M0cUZi0 zXhpd{-SMKn*nT*Jz?_SlHtkstDzukZDq_NCMs12SI2OLFyv zB^jC2hLBLE&@G*7sjjZ^{$l5jtre9=HypcAeR10z4d;(`IqPmDd9s3rDROe{j!3xm zu3h2oCbxA<+Zwx+f$Fjy8%jFgl%A5EHZ1R5T`fjMlz-YBSiBIDu{)?yDT~UH_9EcH zP0{cIqx$`XzbP+V5WX{>cWLV3!mdX-{G$yb2XVcCe}**-HZADoaOQ;JH?jIyWWX)F zu^n99*^68JnK{VW;>RCYDgt+|gv7ZhD1{GO03nFX*~O^!Bc{I$QRBhJf!qDj+3wMd z(kosw-8gB%o@xxL<}_X21g!z1X4;?3+o~C{^NwLe(A+yh!?n>RxzuOfWA6SeS;d>h zpG{3M-&D-2%<<=#US<17P`U$niXv+sUBgGabEZ3(kV@?syVC*r?rAZQ%-_=^j@Qhf zZtI8gF^*7VQ1|qReKQ^~nEoN&VPTd%zPS!!#6HtOggCL`9d`B8Fi%mn;JNS)aXS7S zn$&z|i83jZ;rd?6kN1{}^c@9dxTyV&*Y=p`-i2K-YmJT`6!c)e$Om0MNFYBp;xY4eH@E`+GS+zhciUcXt z2Sqb)Z&^iP!r@DDU$E&*GY{_5lb}*K_Urm{%+B7VA~Lod8cI{jdjF|F*nccI;;w(5 z6MFtEbP>yK%IO2CNdb zB7U@zBadmHLF%XFlAI2}nGaS&(6fq#L555Hq>X%@V3!+d;!atYy@3ZEfjZPIYnPFj z4wO=x*4X&ea(c@DT|^D@zGC3$R&EhCYa_{HI!fLlX&7VXFZnx@kd>f5W&0BQjzvC& zYMJZkD-3`2HK)3$TK*!kg*hSH5|M>=8ht)#O-*Zn2=v+%#%a0_oP z(-+;$x3gGt03JsQJ>aB1I0QaswQrz5yndE5hG9q6T%06S{SN{+w#Rb z@EC&}W?(@b7V(BS7SumLIykWyF=eh9n?bE<|Ifr!ggV0d8-Y@bqkt-rv)$Ny#I=Rj zH+o-UAbmA*m>)Y49Rp4z-#^@1DlD`ClLM@s0Riz%uiKii>2*81o$*bt+bK?xU_ufK znYroh&%>7_Y{p5|Vwd)Gwxx0U9Cv-{TX;{GXUnAsqSqyHyDHJ7?B(5o|F7 zQRs@IUt=;26Hy3`?H`FF3XfGK=7eZJX^&y}xYw4w{aUiQ<+qQukHy1Yih$>#9wc_Y zGRy;kVDesZE#_}^GaLL@ve~V|^F=XE59|J3Vw|cK&{@7WVGb}s_zs0em~a`mBauSz z6smw{!Be4v`Q$m?2Lbx8wc?rTNb9IQw7<^{J6@W&HR?CdBaLKHEo$a`(nzmr2eY*z zf0e&V(*0H5waZCs&|k%=RCj%~ZrooehLXgpKosg-P5OTq*e-0f>OzFS)dnwux3Nay zMU`XH5%{(sIRla4EN9xD44Uu57{f6?axf2_^22>i3(+@m2?x85oJWaN65+hUDh{j71fPRdPdvp zrt6?R#WApf=CHS{#9n`8qjy#INM}ZIZ$@ap`jn?i&uDCQw|tJ%ygQYhoR1s2tSqf> zwQq_tWcUXHja$4=fid8_){U;58xgp=8uHrj*`M0k+1}Z{-QRl1b^DTX+orB0a1r=G z@za0)Wbk1B!G7#5(=0)q!hihm2rU+|VEN-;5;1s|^-n*-qMd?&Hzo!fSfXtSDAC%V;(da;6Ps`?q_W#zavmuR}=1Z`{(0LKCD_V76h^Fz|?!*bU`D zLpA~j9NP&F?lWzq5>+lWPKcEs-wNWw5|A@~c;>bQOaAOS`V!Mhvu|{V#K#G57DU*X zfl@~!Ro$W4e!G7xj`ZW%$A1h9#)oOv}XHY)yBx( zQLhZ)I-$_G(JU5v3D?n*Yi85f4@_gr(&mxrP?O_{H1^S0wDcOKSZEr-uIH)KzDxLN z?mQE=M0F=+dTywNE0LJ!(ozt08&~X|B=-oJWkxfv8!3=^?_IU-Ewfz!r>OY%gpENf zm8v=}nj&d3GR@q6R1*!e!m4}>lr$pxlQNsxQj5A_!H~VCw7PA@$~wompc1hwU|X^) zQ~^1T;zb+&g6B1 z=U)Kg6b}uQgY|#U7CPPDv_P`*YqlTGv3dp^GImxu?NnE7ajIy6Rk0Z`stE~tzpVYA zz=Hbo7b@lZ;pe-EvsGUGlFhA@vH#Q9)7VpuatvWkm3?llcl(GjPILG)TpEKT6BsHEps^K#VFaUeY$o)Ishh_EhyEVDz+k&J15XO_D0<={L!ki zwljBpjq@F0c9lw8mDUXIfkHFFRdDgw8 z!|E0&#Rj60ezprmH?=Nys3R#ul8OUo<<>Im&I)&EX-BJW5ue+ZxAR|hXUpZ$U}G^*c!zvMlf1-_t4n$yXyw_g2?kcGX|8`JZlt3jGglU1u9k8-ViuQMFe8 zu#&4JcZ528cMaCaDJX!t&O7MNB6Laa4EF@jwUt4{-}n5slg`TRt6ZSaSs$Jp`1bbu z_kYah-rrkcEwSC~+%(W?^HkZItIJVfsc$tevEF8b&TO&&`f9*`99HkEXi_S;2w;P? z)b0qb)jqzl(q8VlxpA4TxXfXHu<}TS`LD~ZKeW>#aaFSgDA#RTQ2p}Wg<0OymHYm8 zg)QW3U0B(?xYhn-lgo}e-aw6jHQmmh|7iJX+sQyjstk3v&zyF&uzaPu>h3Lqb8N$!F@0NiOlf&z*@I*)c(Vc@77!DEiC15QpW&j<5#zJD`9ExXP9Lw9L#;oxA3rOHrNxHl5h~ujffrau z79qhP6Vr76gS}fT9(~&B$jttYbLYv{UExBI4T{2r;X-9%*SEH}4MyR-I%Q|mrQWxc zHy=)Z_;K+~C|wgVIfwqItktCT7Gu%6FFqu#;0xY#vai-F1pb|yio__(!M392+lBD@ zyWB@%mtb0_sJ%yD^>~H!Y&rO$B`d)`cTY--9p;=szlRE!bj$%;3zoB#mSIJ2YfLe_ z_EcsXTP?peU$xd=6C6+qW7S$5rT`{U%36%>+=@jW)o#$&_*~A~rI@VhDIyTc!}2fK zpf)B3?)2D_T=!=k=S@OKS;-k-_e18z_C zL-6IZVZ`j=SHM*c4Me4~SQkbh2Ut;XUV)G|^fr_=_f}LltWXzisYKb#zu1J=S69kq zJlV%VA8nFJ-B?}bUE_qItsORp;;bE(2G)J}0+Z<_IyUW-ty@~J_dP>cFZZ3HQEv_< z2hX0phSBeVbVw+qYJa=Yre$agt(72qx3(7VxJTOvU|W_u3+#<))IJ0Sh>eRoB{W%= zo^G`W(~pG>UiD5_-T8`1-+9TJ>3h_j?Y+UpR>gE%1tjk~4=h8uY(nzDGGbIl-@gl8 zR1RmLz;!|$=WqtSiuE%K&hXxE%A3TT&i`2V?)CTUJX<{4g5`va>pVV7CRra$h|l~OKZMUFklqn3CA47Y8x-|O?H!}JUvYIrG5$bQ zG-c@>Aai^A7F!?7>|Xj5Cp5^4553YC*voTqi0qDr}Fh za9*;irzsQFo6}2Nowr$3n-BvBGO_JvPrj^0wW!>$ObuOdIN<^3B#bX3Y{S)*d(@kM zVhv^lRvo@#MI|6Qq*s<&D^9HWleM_Q>3%^?qwUpJ5*P{$u^#VlFh5Hwhr$E?#)WQY zvHi%&x^vW{2b5`R`OzOb-ADE}PP&htfn51{WHcWGtJnGyf0h}pG>;cMOMv^CgF!x4 z8h{^i<@Tj3rHo}e^8)=!K4_dZ&5s9eYyPR%;E zooap7_KXt)G%HKXq7`=RCggI|ewBxduR-9U{xlg+rq?IQCqq$;OUUGPY}cpFp*Z#F z);v8#Lrd1{ted>yNVIg))4F|&O;6QRS&IJoZJ9<_ojmjBt{!hbWuv zkW{a*Z>*GB!2vdglA;bR$^BlqtjzNOq5hQM>v48{WtSzO%ON>*u)1LoW1yjT_oo{_ zv}1#IMK3sVuOJEpPae2Q?A}3({1Q^WN*83{IX)YP1VMTEV4Dq1yW9;Mw1v{Q2>|v8 z<2*~J?45yAxx=)I36Lq>mzB6PQs%Oi?B^D?4B)9BdMHWi-BvdxD#bvC3?oBzWKyaV zLJ}!zC21*4dSr<9%Mk6CtK_O&Q7!Fx4TlUYRh0AEE;?|hNaBB+GOSy~Q2KQXD8#jq zm6^4j^b&XyXmsOoQoXZW&|qPCCccMx-cvVHH$uNFPE3REXUoBN%mr#?GeA`JKfUX) z*>6;8w2rfsgY-a+Qp2KN8wHV+51=j&uLE0v1JhH(Ch~(KxzeKE6M(ubITTW4VH*>W}6Fwog29A z`LNA*i`e1V9j&r=)t1J*+Gt}Q4c1>LghC_Eh7nr4J0qetl^$84G9?Xcz1_xt!5`y) zGXE$L{M&6`LWVG%wm3B%;`ZBfwygYEP2MfkVi?jXpYVwS^*w&^qI z-*E{0U>}dK4}Y=ahCzK$m+=42rC-{a^H?(dx@&6Jt6xL0x!uzrZmJs0p`lo)##djq z4%rmjz>;DXHA>+gb(Js_`pcgRjEd0*AKse>Z-5HpJsHa~>18Ed9y#)3h|!$ghzvs3 z)b7s@rlRFV&kO1qzU48jXJ&omQe1hLWK?-sP%B5o;bbn#QG=gj}JU? z{$Bm;zP87EgfF*|%KN2bz^VL?BW7$xBzW2RldT)=<+V#sph%1AodUnBjh0WISX#~& z*Pcbum=U+YdKcSdUxt&pDyr=6;BNB1*)c#;pK!Y;Z2A>W8OUrKJnS?_OHVi_oUk?u^+WZ(j@o0fO@N6}N1}Wvr+~ zp4*7}RZA|SJ=`@pO0@;3F6j3@Mq;kxz{ z+ngE~_8{RV^!hbOOu{Boj=(Ix1rtijl!_CJ&)!?ft$h;?hy9y8PN%6PgUndK?lMl4 zj(dqvL6a|$Xoz>(L?o1{T%*gU*+&K~XkRFzQ&Z32aUCHM=DC@N&3nnN#JRzxpmQ|F zx^;v*Zw2m~59ym7=Hm6(a=-FEa9fbCNUgOBk(Hic!VNrIe$YYy(a8n}mYlFL${ z(7LPLO~s%aVeR$c~2P%mJQEp~_W ztX!tA>Z|NcT#=kz$ zTFr4CaGj=Xf$ZkbT8iaMc1NYswMi-WNe=lAQbh2ju?*9du?B9Vprn31N{OH=VcT|{ z{y>(uySR+~dQX{C%K+BU_*_SxF?h%C$XPYNHMAtx+fbj;k@u4Dzyh68>K$o+A6gj}p(3pJm?@({w&k`;ngbVj23T!5=t!^h-wvk3I@Hvkg2Y z@(`<~kVlzN^NwF;)5|#K?bJVl6_MsIH3k=OQ5VA#8d;L-Qb+vx{(QM#Orq%slHo``7FOsXk&X=S?z`B?{=s{$y zSD8aeia!Iv?P0r{ryfe|#hGYOL}_P732$bziTk=aEXP;oo%ScgbxOku@F0(U0lj`G zlddc<+z{z4P?_u{R8{HZ!vPkdF+fD(&p2z;u%Kp8&s8aB_5+BYE5gHZ2k+h3khwu#_dvE8%xy=p}8kNfT-#& z9vrHl5iO;>(b)mw{0_;CWWWb+_JAAe@KCJ{)dV8&gV2A*JVO67=j3~+5|~3T5AIm) zjv!w^8xDM%g7$}QZ|Y~sG-yTQs}X0ecJs&;XgZb-HOLWM8f06d{Co$yOHJ++ej*(X z?7kbk@K~C(TkqDzlEtD;?$(8ciGlTCW&wkbiWJKJLN#h`+Qf_k9N?C~K_{GPAVj8G}7Hk(wFi1W&v~SzhR7R4R)vGiFLpL42kJ zM~|jp&f)rqLt!JvPkti}F8Ms>Alp#J=5CfLjZI40rkgcO9$Tc+Z)7jYZ=y%Q_PCXZ z+iB5I`TbG7R#ROuWoqV0XA3+NP6+xHBZ#IlbeQOi$`2sVMW80QTQ39_dCDrBRe6*#=yvC_H&G`J@^*zu8L}A$Q1;c28siKlG<-g#z>nC#Q&IgaA#&qkU08}pHV=crOo?PuNI*4m-S zr>*Th+ulU9l>?om2-~*Fdp_3tqX(J)o}J5fFJDc%A>aD={?K{2ivtWZs_&mx*NAvK+y z*6m%k;(;~3KW-dYc6h*(SwAIDn=y=1=uhR@Q+#Fp6k1|eb}n<8$D`&T%bOz&tfv>~ zpthy^mIX_LrE;mZjTO?p;r9peNpF-B9SW4F|3{HL`y{r}ed>;4Pg3Ewp$$++#Ff#|?X{X?cQ+rXb5 z{u;ABTqx2U@V}*>>PaS}Sn2dn?_7xK7g+p)6_c3Hzi@saq=ZxFtDps3*L z!yV|Ir)_OG?rzKs+|0JQ8~=qI6E@Nc2^8Om7*LBD$@MW`zK>r~!c=k`3*PDK} zcOrR|is_iT?V=8%ZY2JsV zzM=Ju4Se&K&1DdwldhBn7lNvo5loA`X$WhGlWr{F8I8&cwy11-Z`SeCY(0cim~~@C zrAzKr(n{rpyOt`SdHkgJn4WEtK77w_Z)n!HqL?cC}=qx_~=l9c1{o%(inC5MJUM&?5; zY8>o~i09gL<70Zho=-Q>O2%0XR;1)*rTj>k1G<@kko(5hNks@;?fS@v*4vRTyG0c zo5Y)t)c8DfLLkk8<>O(er4>ZTZahhO<&50zaNl<^eU2WTtr4{d>`Q@ct#C)GW>pC0EfqbZ3ch z9q3UR%M$)$T? z{|o~iq|f-;fpuRy()EoBYw4B)m)}+Dp?^^NR$q!%B_;?P*^!6eI?3~+ay&d6)jIJ? z!ezp5Ddws6aXLRve_9L`@AVFI$2JPr_QqH_9wy7yB_OrnbIlz_oo)!x&^pcU4mbm4 z+?5NFM-3#}7y%tVTFhN$86UK;VlM8*8ad8JHh~MC zK97ds&|fX*Hsz|8=CQZl*@~#=z$v59$PB~iIX5);iN%QNtxkR|@iWlLJrni}#*e<4 zfBRrhz8O8i7Fc@jKr8oqELt)}qBI7I28v>rGzZW5Z5GN3q^Vulf-_m+d)P1Ob`F6mm ze613^isvI*It9RF;_!&?nj^1bS~t7}_g{TFJG=2*!u@ZYXyh9ppI6B-mZ`DKyYsrH zy04ktv#Z^hC88NIUzh#_um#V>B;rjwp{^0RrYly6HdEdp5h(#~#A){`^9!E6#oA>Xr!m;>~YOTW+{0L5fp`S84^vn%|I^ucSV|Zn+5< z=h~S@LF|!+UAXEV8Ivdxdt{#gN zB_e|(*7fX-`bGkEr4{l0xjhk+btNWm;_)imAXgiph4L9h`y6jFfzdSfTRA|;0&}qi zO1JXng;Mrq!8~FUG152D78y_}0VHZh_3Q-{;38TFQ~_*OTjMlHUIwJ5J($IQ+azAtRDN1r0Rhc>Q3EB5T1I_PAH$FM3>d$b?abYQOr|LAx^@0 z%7}UJ_J2jHtr7MA9GI)|exta|=??TdU$K=}N9$eSVpP~3vO6oGgTVzff~#UO%I-R= z1Br8B2&QyL=#-gG_E!;vhCF)Xwi|9s1Aj!?9sn{}40su-Z}kdk+Y3%}eJT|mSj+7{ zl%L50_viu;MD0`{y*^0{#bQ3g!4B$IoXD&jgOw`LmO=VW4k^(kxhuz8!WqkJKfL>u z;E4YkVyv({?+p#t)UOW|cuV8M{7to}HxYCARZ!=gRqCA$mG0f07#**>BG;9*PU!^% zDNw?`+}8BVmQ|{*mx_TF_oe%%^cos!(axV$s#-Amcex)%DkcCC_Jhn6)TCr&`UBvqHh`)_1P7v!z=k@|>I zP`?e3Nb#XX4t>#u>haD8IlQ%E@A;Qnm%635WT^tlRND_9 z>N#H<6mj~2YD$?xy=8LWs@A7pscgQp?+elseXDzv16?Te+PC}BwZzO3om?cHe%2+^ zqc(!azp4AQnh`1#Ln&ZGKE2^Lq2$mf>h5=%(k`1=XQ53>jSX@Ib-kn!Kb}TDv302n=I*l8j>~p zjRqgb{>ovidSa_z^M9`SQ0qcZsGk}MCl42QE& zbLwb0=Uoea^RBbrgB5!g1+N4a$kv9f6}E;>Jy}miitAH#*M_H?&k{$u;n*X~$3c#D z7lVB%oqh7Ju=?b{@jnjytpE_cq2>{%x6yk^T3mn9^JLM!sX$&}@; zCa$+`+SEE8H9YZ2^1nOX>lyz zil-_ik|{LeuFG+|z9UA0Vrdk20cCrY95M5d>5k4*)1^e?BBo!_uZ1oDUm`ItohLi& zUn_5|a^MREvnfx>)ACqNoY{oLCHH>~OngMkk9)s(_S*G{I2DCd>eI7YP$g()cn4!` z2Tbm?+EW`rG77E=h6RI~C$}B9!0S#Iqiwj&pr}y3yKPtm4JO{Qy9mRwy9mL@APvGE zcNb}c;$2W$YPZcSP($lk9(8d2&VB@8od6SN#n1ikEq=y79>VBM6j*F8#1|Mxj<4v& z<^~KuVS41u)&V6oP%&tmAuUPv+l*{YC$vJ-#UO=^uUbpFGnS+z!C%XNLN{>+Gcf58 z1WsH?^5@V@!-%6;Qj^}Kn}?vLH0diNXX3Myr~Ai9mb__5Dr`;-fC7+84WsbgN?j6whbgKwQKqMo20QBn6WA zSEne2-jv4J(fg+#FNphIfn@RT1Ic3G-~VOK9c@OR{KpNu$plj7T~}jp=P|$Wh*^ZCZvkd)oM{}MME@Sl95IyX`XS?TLmj~v#hsdq zPp*~8M0))dR1ts@0ip${1!|8=DJA_EWcAsozUAw@dWm-~7$@EQEGk4Am%=at z12#7?w|H$nD$LiDG>BS}mLXqOSNq>4KOtB0A)V-8Yn+=Hs~Uu@QgzlHASp zHT5;z^(@5Jn>p#`OsT9_eK+Y(7Axb_4}jN2m1I+99t-s78o{1qTZxDKvXfm`Y)AV7 zhfT5Dx1cc1f5kt5`uLX`R|R@2YAsk9V?g1OWf**skpOO+HAU|TPjglC2RKuu5l`tE0nKz2Rxp@IprA; z;Ixlz`MuM3#`Al5mC_f8iW-GN|E*>A+J)Y~Y^+unY;iuMT(@nF{)a$QnXMe{M}m#M zRNvp)9Zi$w0X62eq>8}`T2hzf);6}}wd7Hj9zR!5VVD=q4m@p7Z>)4z>-T!sOHVNi zwpu1KIcjG3Z&R&sOcuSTm5Sm2#FrvQQ~>`}dbX zhcB=o;FBKQVg+rK>>#&=cqR?3QHRxGey4t6ZSw`+%-Z%lyF05pt-NkiV2IX1WOT=e z+_t@~;j^U90&a*17|pj4BaV!fnfZ`q;e zykq_$G1#DgsAMLwZ@n3N}_xDPxddm*1+3(%t+|x#4G<#b;_AN(>bShvT?!I#D z%YE0{UMH9D;L?(#3sL&kv%cZE<2U$xyZ=gESl%0Ez2&xIh|F;M_rU^3AfiL3(~ugD z1h%PTf#JZgfH58~dOjkIAxsEK3yhbPrAk?_5*&)5^Dd}GF*Fh=_5v?tulbC2eij-qVE_#%2k zd^4Hz4~H8DeG_8yVsPG|Gw`r(dTz)${e^EF$d;stq2}PZ@V>+i9Txc%`UE;?bMw0$ z4h%m4vCI>>Y~tPKNJhEr}+R;P~;!Yu4GQ zmEUGqKJw#uwm+GbvXYFs%@ZapZ$>&y~aLlJ24Vl7CHW(W@jHsH; zYCEb8LD?4W#{E+5v`2%MYi=MYX=A8rK&F?>RfVoJZG4!tODAYP7n zSy+x*NLIv{gyZiyxA7B+wAKj(olY<1}DI09L8!pKJ zaf_-*<$~P`IuEH_+y)-y6xX^VsXO@|X$`75h^=Jv0F6WM(-&zHuS@Hj!m@8&NV3!bgz;H|8-+D`v9#Om_B;28$L8t9Nwn=oH^bVfBtq9c#LQxbjeT*>x&%#;FG-v%?gJE$I?WKfDV;{_C<;wWXNsi5_Fd#_t|Ji@e;?&n zv)0^_+&j4AZhJ}Tg*z~#@o-CSnT>_5T=nGzs0NUjB#81@oRxNW84pih6Gn|=0^=Sq zyj&iY#d<`@Loji_{L^_idJ- ztL62ZNLaIh0{%f*l^$pr z#;kIrYUVMrM~Hw|_0gu0`jM6{7N=>X>ZgSH zAfKdhtnu9K=6s}Ciu*lc{KNs^xA(@{iace(9m74O5gCn)imxQECc^!>I5~5lW$(n^ zKhN}Ov`BY>d5S0!+d3yi_qWYsf_8W30eb)zi?7aMU!K2Jczr^pSoeK%jZEDPBg5v_ z;j_NG6NB0V=^dqpMd20ZyGf64ZlB5AL!DMQ9)HbbN$>R7Tf;{g6XWO;GzjxQCML4?MbiRJQ zeUtZib^Z4GaQMacL*04pZ!d43Zhycw|+r=A=#cTjjzo%5M7aTUmZq_X_>AJ4T> z`oHpRC0R+v9WQuy8?~>X)$q2&-C`p_uICcBQ8&+HqxRJ#+|L;{O57DS#Zcu~Vt6IO zMKN$569y8_I&2tE$w`kHAro#kjF%~o>XEF{j<`PRLg{H3sdrXLeFrPWK59C2rdDY@ zk56U!l&zY_>(F(vU72o2u=#ErrO&D5Q<$s(EYR|E={luS;u91bV}S5E5u5ksby}JT zv(cOiIi<|dpjM?-@twYkjf5gpgUokqbE8Mg0Occx5IZGoV$8v?(jc>Q$zDvI63qf88-bP=qiuwuY%J9m)CHDM&iy8?zx3o z_E#CJ!E{Cs%nEhX=>8C5K|Z>NXqcy|TK4yg(>KUG!)$oAmkhrMc`g$JK2Vqtj&#m} z!w(b~VHt0P$^iEGHxSrkcIv|<29abw9Q(iz6Jcz$15L!S)e+#tRq>1BtPm?bt`Q`} zc1)P$UF3n-Vw3Cg&dqS<6bGOn4xv*t9!09rY~C{1VqRaC9(QAAMJ4I=Q^vK1SP)uc z#**$g`XM>;-|4|{@*8N3uYxj%I#Y-Jhay`ZQYTzW4}rmyR7}wyxzjNY4M^4o_2C@l zORq^~C^t1>CnEz5`JGKK`O4f`LVQPE9mwUW@^O@HUgl_!%{?v~T~$2bG_p&21fp`* z>{DtrI4)CVPIUp)Cp{(_gR&&d2Agyix+a1YI_XYp7&FFM@ z>4s^pEBFTBTph?x@#fcoKtnJK-STV|)KU-D@NM72QbuuEpusU&qOZ53cvT-+>F>1# zWwY~J{YfR`wJIn3n;4>0f&yCkoV~uP{z2tC>a``oLqO#!l?C!QYj+2ix}hhe1Z)Na zZCd@K_E_*^5TS3rN6({jbkDe3d8wg5D6cdWKuhEgj+RxtKD4~r|J6ts&E&TqD-WD) ze!KOFfW7{4=`9n=g3D&LH?7)!r>!J3&Au8O3I3{O5xJJNLwb$FbLfN!|DV%V5d6#q zKU*{XtJrCm)GDpD%dL^8Y}vo*$;dL4nS8RbRWPJg2^sL-RWWs& zp#jrH^{79hB!xE0Q{dXDI=gRIqPE^ojx}ETU@%~FzA*0Ov?`PHfPhCP_-2co5;2st zLKb1orWC%GM*~m*yw($+1lDJ;gxD>C6l2dYF~AAaxB>$li9B_CC`s%Qb2l9kf$!p2 zLmUBtQ?(>l7-jBQk*@_PXg;3e{8_pWq(!eUyD*EmNQG*%deF`avvwLI~U&C9HP#dO_qG2=a81D1EXl>S20VjBT*;dqC;MuZ?gfTKK?_nuHA_VtWJ*a$umGUDAmRExwbs;<(vWFY^) zyKl)ILQB7*`u8Sr9+Z`FM@iIWlm1zq(DGc$H0@l|7-+U}ClnOy?pL9+bqaFy1Jvyj zA+mHZFeP5IAUP6<<17!v#Y^3XyfJ@5S z#Mu2U>t>iVH2sDm0#`+V0xtv&pSjnc)?8%_7wuH44?a2MVYY1ky0%CiYc3^*QXpEN zUVp=Dl@$$#goGAyrnP4%WvYC%z7q-9!KOx*M8t2KJJe?lt{@TKVw-fT*l9uuwbvT8 z4B-0L-5(|~Xg|!p46J3Q}g=%SkPJd4ANG)nF_Tv7>LS-Q) zu(yb%pg=x3Ha@|Hlr2DbQz6)9L8sRrplxlkKqBQSJ=JVmJLTmAZEIhRplV*kBEW4* zk2(|C2&})auw+JT{N*`XSZKR#MJJ6|Dby1wiFyKfy?;CY8vi@HZ64?oT`&h9CH#RO zIF#nt_X*a-(l9{@n#6r?1nAsw+m-xHPGOoHo)-++vl!ls4ffr=#yCB5ro)Kaj@jyF zFO%#M4HUwavSPHMPT?pkRuK){@d&?X!)}tbXXhnnd@TzC%4d6ZmL_jsrgm zV+VnDz=QWS6~%8I-R7Bx>3<^e*0$yv8fWBB(_n+Gc{n&6BE>bmL%qkYQu&Xi(X)uK zV}AefQ~Tn~+pi^o^vpBIV0EO!CC^23S8h2?TFi;k6QzPyqadngr9Bq$cd zm~zXmqQuKZS0mV+`1cM+;@@HXy|zL=KnX2w5HXk7-JFHYW*~% zk7}0W`f}=~>!us3u#vpQ`+1GKwZ{!}YYVi$a$q6v5MwLhy9G$KJ{LNs9C=YsQXuyL zM<>D8xqujivf1t_&~PuX$`Wcs_|971G0ch% zc&T(gLD9RMUnEv(k;kFseXG>Iu|k4i5MrMzI3OYcyk;#`PpaFs&ZtXTxhX!mlmZCN z4s1qg7lf;bS4*3e_7RfX_O72L?yqiu!&`eL=J3XAW<2Tx+8_<#@DAegy(wllcjPhe z{sOOKg=tu?reFh|ZoYI=loU+$_tGkT8+ISD3BuABvGqpFBwDcE=q$R-9F<wgT z+}U~i1a?JmsxUz`e4|f>QL@z&L%%>k{h)0EBWZkNrn{SjyL<0#i8)YU#juP((EYg3 zg73%jcTDe?HqW8SLPNOA0K6>ism3{oQnTUr(ZKdtPy8$BIb9gB&)~#y6hDcG8hRy} zB)5(|^#Bf(jOnxiP`{_>Acx-3flLBE~SbLUzJkDCiEW_+Q7$w zL#u5q;hpp<-SA{#JT5Au%D)+1r=+zgT%-b1Ct6a;vihCC=P9$3`_#AA-gMJzl}0B4 zl-gR$Z;N?2S5jP+BcNzr4p2yydl^E zCc{SimUM(0H{_QntTW|D&}iIBD3lV?YuK-5nw&%-D2^}?;qETZAI+Jen-z+R{S&Tk zdami~f>THXzV2V#yj>glzHvWuo_1{nw!#OB#ny8v#@n3R(oIiPvxJgD*UaYvgg*CP zj1XWIbBWJyg(8R%6RnULF$&k1tk8_3%`yK@ui`BF8$st0J{XXI$iBwl$U8-^?@2(V zUAAb+rjcq7wTH|z02_!WAL6NaBbGHR@m@+r#EjIET-%Ppc*PeO=E8bSkS05WZNPoz zl14nKlmyGtkFVv!aO+02FlO^Bj_)K+02bz9W5Ho??js`=?^QV=DYhV3z^Ic6s3 zeRiEIB(+E^UC8D^auk|+)vrRv8GVjGyUUWEp4E{K_~}K%K*&qg?`RGJb#h-ZTGNe} zI~}%3x3XrV6RN0NtmWuJAsh~n1f8xl;;-_tn7a>pa;z-BO8dbYBcGDG9jA->) zRB0*ad4Exb5_lW0X%8$y=OU2z#y9F4GSMr6bmBEBK@?tufqX$ky{NFEh?&$b@p&ie z7FaJdjKf*d7KQHj<~TP=f0UPc?+>qamfGaS6^*EPl-U)k;!JOO14<9E2I9zYeB;Riwz z5ysjrpYS-2(mR!ijm0EpP6GS%gXOKVrWy*jZ z?9df-<+7xumG1F}oc5CXWy*t;T3Gh7ET;vI}1*_V7Jra z%%sK1%oO7^!A{fQEK{7xbohSfeeab7cG9%-e9!lBp6BW!U0uERUCw)!-#I4=q|8;8 z{}mu*L)l-mpkAi%HRs_ZKrztXw3JWhOcuZ^G@S^+q@XM+F`)6KuBRry$rGVD)wEV! zUN5EFfpLMdKxvuKIk|quIV&>xnA)u}?iux*{E26DE^7_xvA__7j_90Gnyfpd$G4OI zV-JG1qxE=@gW1IAgr31+RH_;r1N{pzI{E6gm9JTf4}bURzM^BH*X-p-jvPLI_^OI0 z&mg`rxrfg~)q3`mNAx4Q7#4d;+&Ffhb80hT z_?4qB<%n~cdX{RKJ)JIGP=EQEDkH{{OchLhFzxohbW)ks3 zc%*=~l5#w->O8O;PFj`I4r>)uLm@y3IHG2+MA?o`8oZqiKfDwB4~$v8L*5~=K)VBS z$(wc;_{KZcRaL0Y6_kAQz#XgL)v>fsG$plP0mb zJgkpzo!&~bY9C4kP(Ve)5tp5*ldTs~y=bCuaNBj6(k=02j@qk?3WhtwL{0bH(*LLu zRwL>_IhhD|UJMNOZ_*H*pe&X1j4%%U?mHR>cmEsqkYa1&HMX)X+pp__+r7fl-&Y)Z ze+M&vwgn(wZr1 zwC+#IS*_>m`O+lpb)0FJ&&o!JeFoJ8om9oi6m8>>@hH=?%~0V<`(7yS62HsQs0=0o zOgWFzyOMNl(z2zYXja_S(%o6&Q7G8gkmpLtDYd`|{RXqu0`z5ZX=^gf%3$;=XY>CM zJ2b33rDR(sAfaJ*8 zCP_M_y}pa`jngwVXM5+lQKpQ$gcYIF+ivPb(3ot>R7W!X@2khQo}KfGe5iKhMLhdvbw!cY z;iL%R#{S0p;Ao}PI?^dKvrh1JWlA6Cq-0}BS@mgsn(E1ESzZ0jFIk%3tFik+&aJOd zdLFX3WK!0hlP$UloS|3zSEv?>el;mrK49B_@BaC|K+AQN*eEHhvy`ppA=0Vym-b1A zr3i81KD+Pbt}CFikao65PFrHOApTXFR3rNMfp1WuS~0jUF;eWg&9i{TH0=9@o-+6Z zaB}VxN(){qEPi6KUvR(YKi$GyMmathw}obPICT1YL1bggZWIFQ!s5rk$l7i<)17YknKGo28h5e$Hnv zleWUd`2KCRAku|<eb13a^x_HkU|4#?6ic~ z*g2{>YE6nITyB`9Ju^^FOnHo9a{h|;?EWp=bQ^}a3Jo2xP^!jb0A+rvDlv-aQV#9i&n+4?bq+)GhSK5kAs`zf-;v=NF$c6r^>@bda6lmeWjAyMzZ1jWo=$1cHx^i zm&I3M=MnZG4T*4T6>@%9o!i4)qSC@9`G$owHqB{+WGpISYwp(Dkekq2i@dR{lhuAs zTfbKxxYkO!yqQ5N8*}q}mzkThw3&e~4W!PVC(`3!Z}FZa>FXQgU3r*A;8tt$?^+%2 zt@DgvLXv%yPskzUy!ffpl)bVz?;x=Xn2(PfnEgV@eS#CnnK)WXN)UWN z*c4b?+E6(Lu}dXFpy*)~O2C^HR+6-IJJn&KoQW~orR(6SMAGOkeV2fly4|qFnNZ+e z_FZI0yZRO!)a}~>zIblEl z0bYOrrpT@CAs+3_Vx9l_vTAp*aW>~{(dTkbyc1LIQ`4Iwv)9A!(fvrj3)lTc?`aZY z{>DO#hy;#oxUEPDD_u-`4o(;u9swZv6NAW6T}JNbJmQz;2@h4tqh#tI1?B3$U0-U2 zN{+Zxc@-(x^2g50e*vP>G&D_ZR+6O)uF`j<`OwhzecAf}agdxpKUUWlQA6Hg^|d9~ zGtb6s_TD6a4JRe5GpjetpWkAaX4(p++}=#?lWVJIas_r9gFX!tcD!7%Z>GVBMmk@Dw! z*quCMKU#F;q-Tn60nx^P=1w5Kz;$rA;`u&akR_q-c}7wG^wD8x8>Q>{B$Sa8Z%z~w za3{s&ZlMJba|vY3#vTy!#Dk2{W8s+fmF!!;QDTwO%CWQ5^5jnU#EE|Fd*vl|my_*8i8A^Y?yS2S`uTOdm!(KU zKVJg4b!tPuv~WrMJ}dZ3`<81TwWvzyJ#Mfq)URy%P;2-*?Z$X)O_YwnU+v_7!wFfn`Ro@gTS3} z+q*sEI3Y~L6tbWF9$0&Zir|xw9VaMw47{+AVcM`&t4Weg{l^tj88AW*tq& z&tcd=Sx6^yelDn^>19h*XiQ-No^q0e^k_Loxai}<#;nBNOceT0{9xmhnn$7m2?v*t z+fcuF_YRvks1}fVr4~qGwP1&hi!yvSlSb6S9ky5}?69@@dDj~I@Gw3_Z}1NAjN`w! z$44Hh$sHwk#y|HCTSq-TwE5VG!ERLn6{B$QNO*)T1sd4thLQG& z`CMc+W*`YJav%U;c6blLyM#dl5MhiwFEfd_P zyjTv+Qj-aBDW_vcFfAc4wsP1#%h)2;lC{xg&HOb|F|0#|gZJ#!e-w^$|B|v={XQ+L z9A^1q`4*HxI9*HuRcb;paQVSvVO_jqt-;qu= zKXzIzj^a{StS0`zOYOFx96J%b95&SKJ8K1^zRd1$ss}6OkLkC{SGd2_(2LA8 zmCnZH?x!eD3Irns!Dq0ezFjQ|471}52AD(KG+m z+HB*hr(D*yfce9jC*1vZO{vA>))KYEKOu$gx%MjEjS9o(UCo&&yVlGXBB^E#yX zTLHn~>$hfq{ia*KE{=-7#Qa}cTnv23#N(o#?DynC6*8j*-nPQV@Pn?y@fnU2s;f1aPUW(q87ww3bv$Bi;hI>nO5RS{B`2 zib`vi&|(T_frLXZ@(_-j%fyp|>quUm92=EZF;&`><$} zC*?DD$`Qmz)C}kE|MX^QZ{JUcHdPD_mK8gNpKp7j=bgs-#(L}rZ<< z)y{?=lIa7m^4F{uS9Qxe_lwMiI-=(E|4iND-T?QVbi8#_iTildK=*trydd)<>ttAB z-Ezk=-#;01yHY$aKj57hKC6{W>zw*BA-?A*SnTS8ZLTZE!-lnX|c6f zvf!#gQYClGF8AG;-J_i3DS0ZV0QPoSaPAw>AC$xGf3XDh<_mwaxZEe&_NWJ0;^$QT zb5-uak}_LG#&qLF%a)K^PcJSj36xg(KGD!zS<-w{T~)*5_VTjgI?6oVX6Mp^%ez)y zP#ifTFXM41n(Qd|E60u-a!y|{mL$K-#bM~*W7&3Oc^mpw5yH5ZKSym}l z6gkA>Kn4zpLpckj{%AcwWl(-pK1ne>Qob65>;lhv<#J*zGWp>?X+&lLm%to1Z%f}s zp0Ga?Og-a`vPXbn{An&#|CIWr-K#1~-my<1vFiPB5xPnBjC@ZG-axW%ScJjR8%}}yS+R<=5UNPZw<=4m=ae-W*xIHo(i&ln zLoDJmz>_7l_^&Eb2b>ou@f^HZTLh3PLf0pCT(sfKGjC;9A=a~N~5*cwp9yRNau{{j&Dx^J@Ke(Y_HGko4y+6OF7 zd!T#ut1l?FdSv8(Ef0Pk{)lY->qSbfa+J5YamMZMco}(vW`qIzX02GC(*FqS zxbL_{d@zGgaxLQayWLtyPa{RY@z&D5IS!tczKB28ro)yE9 zk;w5oUI05e*c2|VTjsXq z+}7$wXjqjnD1>rut1fqsxSuO8d*Uf^af;X^yo62VRx=ma!9Fod7!`gg`Wtj|uC2BV zxx32WDed}ZvAE`$i(BU%9esM7lbr2C=GzLXHZA?>v8TsmxZfHw!9l{v2a$Qwd&XKq zsrSVZaU?ih;Gk3;`Pz3rzqQQ({$6cI^unjd?%a$kjP5ODWX(1*-AG3xcnzH(T-;4aP6y`H)9Am^gg@U~| zzc>G8I`rtMn2mm;bExuH25OJ39K2ZTwd_mXm(sl0T6<(gb18BDX0JY}LmAg!Gm3dM zPB^_q($&7V4Yx(pc`lefbq(|B3ghh$D)YbTC-?nVAEONT)%B`8d zXr9gp=9?tf1oL-(<>K;SVX%-oQoY{p0I0_<=2QF*0k{oiX9eFV=57y0EQ`5E2z|9H zvNPUWQG4Uf%PGb9oZTV@6vu!r6qCfO4fRJB#0lwEm^+?PY#3g6<~BY=G_mof#TiQ$ zKcwi2F7$A?xnxsDk!{XZYJJ0kOmzY+=6+MTgJ2YhFD`bvJF-lU;Ii_imvdWr8EuG7wO>!+8r+JM z#Z@j|@>M97kBGlutm9Xr-#-N)@q2fW$;dmu#qH4NV{N?Kn9?9v8rt4rli>u<44%FwyIuCP)(aM=Qw|6yX;Jbv+pq`v>(pQ{z zv)PqaX{q?1+VjrLG568dK;YV@Jp}LZ54PNJ&b!9ySOkGpKJH&^uUUj#RTkkbQ-#~S zJq;e`PNuQ#Xsu{*waVhn;(S+W+YU7i`;Ms@VvUme+1@7)d%uW{+v{%MxAmo7`!=1E z9Nvbk)8HK4TPS8x>{oLEa_Bnizm{}*0uaGptNl~kOP=-GPh`7Up+?TqY$-Xl1ZQA~ zi^JYENaMGt|66_Qlz(r}BxjJ6C*9#oRcj?z#(8ICesTHMO(pH~g|`vj?y~G#)_kya zUIp3XKws8SjwDu?#NTju&E_A1G(Rz!~U8Bxis)} z4$ilK_rPA{U#ydlFf5I=<$Jr{?n>LS#`~7N>Wu?S%Xg%;hk=&Kl2O^bxZyY{*!#D& z-vWEqGphlE+G!IHkf`ePf1c0j?t;ja_UYz@+JAKBf(w5J>-YSQb@mzr&J??kKU2u( zfV5lA$sGE>ZLd2A*A~B1Y_HmSDv;+Z5bS}xK;A8M@Ye_OsF`%GC2L<=?_Q^#hYm7$ zs>;z2XiWFKq`vi7%1|?dU3wPoTWD>3fB)y~n`uvi|35+ABrgP?edheJ*WF=vwqVDx zHyekrKIRV7o#`BWYxPK+?i$U8vqu|$PwofNuk`QTx7SZQO_aX4_v*dh+4#_&X~nO= z8m9PBrKa9n53Tiq?O&Gs>NqD1(|AgbO|`@G2iS{e`cN3P9CBlXz|POpEo5kx3QEjB zTDdpXn=0y}uFWqCzS&n}LToTIr!^GLzVXJ*Y1!!;ZD~u=Gi+%$rw8m>y=;R$d#23U zx3;Wg+i35&U}p}5tnxC>vQ3VGRCr4-$1>pNg6o(29Zc3C9KVbgo^cYAqTgZ44C#5C zA1KRVC3;t009H&Dr>rI7JlaEV%aS@}H!s>rDoW0~;Ha4|+6mPw-D{X%NR<5(kjbx= zV>>P?D@Wpc)b?g-&uhwSF1x8xfuSxG9}+*04a2);iGI;#VyMJtxWeKdk3x;zH!hcc zoF$$IhH4elE3S{~73y=mc7qUTEOj+3aCzSVAA#LySQ|!m(q2GgP`#m1#`Km>f=Rtv z3#TcP@%uvh3zkaX@0H99bD2AUYju<$?#i$Gb?LFD^}vJqg08w(ynC$X{!c8kj)h-2 z%3SVS13z+V3xzrWZh*V3^v|^I*sLFo%G|jSd$|0dYi*%&as$Z2c(RjLTrBRT| zw8@2Ts1dKw+f0GE@%i)42`XY_k=Aw0uVcow#-%0t4?T;0YI~|l@;J_}r*aAE7*V^e z`8M^fmX=CNYuY|wEy8}KV*){S6e-4uI87TzHN0B zmvx82*H95O)R3G|%B8{pf1bwV);Glq{l8MTZ~L_RwD7Q_s0_w9N8O^Wt8|;w zcMrkQ<$`}Md!&7F<-Y%s_86K^WO2Fh7Ku4K=2u#K_u91DE$yc^S9iYTQ0mN%BCL^= zX3?fY*ZEdzFMF@>-Lqr9(p+V+b$(a8s@mpbUI97J<*xF4s-s~0QrTUu-LU(9@rdKe z0L1AMz0>pd?rVc~U*2wYVI+tnZZqIhoir?)TA@04%4Ge7?>ua?o}&^x(eE+-wG zPpIgfzmg6PoCEmUu%`x}l1_NPDZe!M6^lzhUgbKP%I_Ju_u+xQeM1n=z4JP6-xsnp zT<9ujnGTQj<@V(YY1QS>T6$lDzS5W2t1C5%vu&5JuklEUUIM&lh3~maVx0%(Kk-%f z31{__E5$WES9jJDTvg8MPOa!V(J|lIyD-pKWN}6YrRmI*!P5PX@{Dl$;8G}WvZol? zlN_D}b;i20d4Jw`v1`D0RjX7~N2bo+Zwev*LO^8OuNWBUu<63oLqIFK9ZNRBw!o-m8IN7W(9tu5373+)_2jg zgICx~s>}C2t4&EsQW7A`|IDyeo>6U7I|(~@>rbgR4=qXNL&>;I8vFGRu3P;rGX8TE z68Bn=(Vw3otavIV=l=Dp)~{uFT<%BaZUc7JG;=~kaJ=x~J?mF(==cr81JI^TD0sGc zfA6skut7M12m)HdbY83ew&HK)-@R(>J@=Dgjr4kYg|j7*Zp__>P$d(+!EF!GCkKNE zGs*BeoMtV;+Azw}92~oOTg|~Swfz>Mwn!Q6pXtANKS>?PYp&$&JR&C?8j};Gn(qF` zPB^8O{mTwbuRd}PC1gsR`_CNMB%FJ4O875A9|KR^eC^)Ry`!>i?{8o-;k=q}5#WKu zn}H2AV53afd(Ch*Iy0kQ%>QNZ7Dv5CBTU&?iVqn9Rw*28^}%_JKPaA)!sWj z9l8J}OwR}(3DYmg7B?GgWtwW8#ouCXT4~QO$S8r3i4SYV=!f3nH(<_KY)C=RJ#~q^ zf1a&BbpAjmGEk%9m2k6`r{y7+PpXzj0Y+LP^$fX-v_vVQB}NKj&i{tIhSeJzlDR*Y zT%<&SRAtiW7T7wJvk!4dg9(pNCjB#@dZEBSqb1YtD5tbw~Yg}LcBK#MMRQP(vdJ=hNU>XZ0^>}Eq>w5?2L%>IcnnhKI#b=5Iis- zNFwC8mxQg-eR2d&QVdp36e58ppJV6-@m!I^Qv8V3MI4xul3*+}UKj;=s-p`n4b{L3 z1ahPr{@L}!{m3{)(zsS5kH$bFi=^fht)Fg5mS;|Zo7G#j-|5MLJavrVc*rp%z_hW2lZ+~BYS2jFkaE8kDQ2mC@JbvQT zUfR#gEx>*A*-l4!CXL^Ms;LoC3t-Z9vSK}E8*WRF6!51qHrSy^!GJ^)6Zrz7ipJ$R zoN3Uwd6rLFxun#=w_*u;kY%Kl08QBhXv&terG9EF{GZypGCcZ?o7P>A0NUlwi<2@{PEU z$ax++yr0K?W4N(hfAspC8E4^k z07_1W%hRUU%p#Y3Hxty7#Sy%2C1(|)RwDZ6GMd(sUGsdU%K>?)Sg1urVc;F5su<;w zt-!?Bz2@HJm7AdoGTN-p@Z_HeAkFtArR1#Z5GrVIkrTwop+AR?l|Q}IIR*dec~@q4 zy?Unalij~q(mm4syl0^)iG>TbTrGF!@Xlc+`1s7@^}v*7OEY`=<8u1+{+~S~G%Yv_ zW5-W7+(+0GChBBMHfi%;o#g8~Ruao+TqFTp+G?z|oh4*-^9c zUjh4Nyy9$3EolCZlgU^>FQ~bay}7Wtkk3J^tt_0gH9`1RJwXZUSKhVl1cMeO$_84A zEiGb2?;z5g%S4DIgb$36q#uQGt%H%T0{*cHFf8#UFsz$|t>Rv?ZpsNT9_8g^n5Zta z8v{{YrSjl`R(UKeT8}9m%mPj4Ww=6m~QlE_O8)+fAym@ueDQm#==4_)C8h%?dCZ@!r23 zOSxL@zNPb8?0o-Xn6!J(5W1DD9w@?TuadKf&!7=fSg%-LYJF#4*VN`$<;3&C0#=m> z=3}b-Xh8rkI6-Kh!3hrk#0@(#X+9F=Q;$+St&!$SHn$=PxM+zQc3g2ueU z#I3j|P``2&K%4nG{=K8BwmOLpdesb#a*c1GPd1Bv=1Q zUP%lB&a=$MY-xVraN|#w08a3O7`P;m*xt`ciM0231>5sNVQHo-DCIsi_0&{XB(}h@ z%n}csq@E_d7GqHG)Z|kP>cw`jB%EW=G3<<#@V;P7f>Xu@A8AXRGomD%FhPZ0kL7=u z+@$=DRW@Le_wp;hteIt2LSUcasGlWc5v-pOJ8D1L_Qpmv$eSIfzWg0>m1o8? zLmi>c$Pbu`{Et*7Uz+`)&iET*J2XiC&1R!UH6ziINu7 zf(l3r%41q^qh`oAn%^WR2^uk(^dS;SiMVL2CiNu(unhJnCH<(5JMEb^I=bLcVSEq6t}t_`P+>C;Bb(Kh z)OPivHls7l+1812VdFOe#wrk}+D6+(&1OhR=KJ)c9+EyI^tmTEyBTex z@y(#&ZX1nj#%S9~@w)uYZPQXJQEZo26KQcsQ}oW`)A6f98dfGde@pK(#zUXuDmJJ% z=Y)6S#=U2f1EQ%rdnS7(&1aBjdJHCIgbd*s@Od8fL98q38}ZLTT^SmWJwxkQP70YW zTc`MaxgCHxLixgtW$40A`gg73v=3RueDJ8N*x9S;ysu(7_qy$x8#%G~Bi<1>DO3uzJUQG{e?wEf zG3yI7My=mdKc!-U2-lI`Bag{rI3~&eun{>rFd9VuX|~J)39(_x$>1L`DBciCDMfk` z-J^U$NLkus#~4t%2}DYkl3}QI9H*;|Ns*4RjH`t(#4k z63i%B+dJfdDJ_@ zCy`PphkIvwFW%S-7EQz_kyg+hDPoGIqd4c>@uzg)VGpMi09$Ec=ZM*8@VF7)b7n7hkHpU;x)wG-)@U@@xYlek9&jX3 z$eYajS;hVE4YreU26<6U92YdlXqx=5%s2*pu(Ql=9ou;|&d7=rJ7* z%uKPcO`DT}4CaKtyc=07I}3kx{Dk`xxwM06RLy&z>N1?Flp zOnNbGK30f@*?X^Zr<&dJA>wl5JJ@_<9V8XRxWayvGBPQfV zHDWHJwvq1sxWVl=1~)b%`%N~%W@LZtvAT_G`QU0Z7~KBu{s0!NxriY27tnkBp0ODj z-}dhQ>(Btkc+B>yN!|UJk4B5Jh-e8JH-RJ?*I)@(#y6N2QMb`x@HSdP`1!acG^@!* zgR$y`n;Aa?Z!&kVj`8a{#*B>!f)Y{3m|9P)FPIuHA_r5=o($v#Q_Y@~k^)&q!=fTG z`A0}Z4rEc{GyX%UP`?bUH-5LwF?lBTP_~ao=*Wexh#_$i&kWf^rPl)lwOqI%G(>hK zDbEb!4h^ZpLP5x;CB%48$QEs9R>&4>XGD+hK;l7>sL(V#TUmM#pgNb}Q zh!a{qSk3FO&l>n=fApj7`nenXRDOCI|&MwqT(X9!2R_`n6$sQX5{Og^gJm zHb#3Zr0gNg%UM!(PmRgGq4w1D)R^N9fBJid<(`Hzg%=GK&n@8tOGkMueOo@anEL!g z($Kd2MzRTjlyUE{_oxF&RlGx{A5+QRR=~ebL2`%~jchCEdY)|EfN5^M#xT59owEYh zO$97s$vsJ!man--JVI8og=S&_wU0#|NWtbWApckU{2gVguIgm3R#u#|APB&9)=H3l zjxTyA_%O@A^e0Q5^fmXhl3lXrykoTjv}rZW`^f1>mN9*;^%Z14ED;E7BF`_CS2~5~ z5wBs5<=zWaa;rJOK&8^hs-$(|eCbz!QVL>4EllDq`6d<#x|EQPVetLYY`0To45gRgoWncD1zOCF|QrC}XdL?a!Ce_`bGH zzS{T2^Uj9M8soBp8VdrjVFHBz!CrI02pIr+$l=NMEY_X`@>_phPGnN>ULVF2AxzoQ=JeQSYo z!lhhQX>9^D*6C6|*0XNwQf4d7Xt}t#%-^a0z;mM7)p~H(*K71ayE=l6$fo|H-2!~n zsCbUbp*+q?yAbQVti+57aW)#NjDg7co^&{WR8_ zGu|`(5sDDp)qFVz0x%`hoM^LeIK^z*(}*7(mk>N`R3hL@Flw;7ya!;|%}9!L?jq}A zS8BYME@z`^@O677=a#Nl3>@}c35P@>Vx>r1TP)l}&J8XU2`>m;(iaSa;NL9naK|9G zrBY`qxdwY7rwS20K31ZWTss6vfSos2x-I=7Wr}!A)OP#-R)XXEd3`5%`-hOg56;0< zGTNugsZvm1L`Hk*F!Kfq+mLZCjm?S)1gFk|d}q8$z&00FtMXZoMoTnDIwtNTM*xpa zg2DY=>4flJnd5@RA)f*eJ@Yr-0bvkGarq1(#g*(5pqhz#RV&uCo-Hn|3~#C~)&=D& z`s0MCaNh`kAOLX6X=KoHR@;P9W4;H)=eFOOq1GBPr~1n>;??w*fH42Ou&uq&pbf+` z5#Ti(7)i;|mI4`_+n!52Q?(+YSqZ{tGZ+^mwk!@c<D|0wqO_Pp>B=?n-MytcpS0@06^jvKETxM`mO56JVQ09_QR_F$Gp6Mm*9%>kF z7~Yn&ElC-DZ2YmQhM|TbRQ{NWdI_I6(YZqTcgjD?Z^my$MoB0F z%)oXKLkub$7be-<4%`GcjxcUk9XHeV_ukoIWUHBY*OLw zJnjR9^D=pNp0UkhDPb{1l<@u)jrCiTNhn3=Z?i!A}=BH zOn6EARJ(B}@&^LJE}j)I_O3O-$!z7`P3Leo{ZfWHgqz8GHoUXl!b-wcLpeKQy_q zpJYerrl>f`M!g0YL0uY>4sS#%z`5ONAzYIwQxP`IwArAbFp(4q*?Y0r5a^7ngfCE`?XSSrcfuq7nK6ZIGh=*Wkd3O>SVu9>N$;cw z-;S*j8k^opEs?&a2k2kW&ba5L@!QFs*L-67e`jK6p;}0yvRa7n+x{Jx%*@ilmvBt9 zAhnHwy5@)^Y;;Y8#H~V!=wMIs8Dr5Kv-ktlv&(ukZkFGa-sAHC{Z||{!OrbQ?W)*> zh))N^qmN;7o#TljfspM_#1FF39ofq-ck|I0$cl6KQ ze(1gUXVnthhGIS1Hq>^=<)~|$3k`jj^L$u$Np{4>Y*Vw4MGKlxuF)sP>OqySgjk;p zTp}naXBa$a_UTV>t0tSzyd!rAhI5Y~~9&wl`mHS7ybk9;s%~&IGP=!mEn<<9mo(OreHm52bPukiZaxN{a! zw6*x&tkxFJX>H;ErnS`Gzo)fb-#6pisj|H*Pcv3zR~}K^WXR*a=1n9*YxBBp_aN6OtZfFS*02OvpgJ40j#KDBc6aKkStw&r_!SZH6+hu8=glQ@o!r*5a0AwGH7M+l@o$E4v}=cPW=I*2CIv; zb9VW=;(v1Bq-TM9AR6T-eTPT+dHm5RKPLnm$(kj;0JLQ~r3p~_>#FoK3_j;AvnXdM z1~F5*r%F4*yQooYN(EgPGaEHEaU(1XM9~V7K>a9B_*+Qt!*UT5r9A_w%vig1yZ^FK z?1RHM?+70pR;?`3WME|A__uZk5by|V=$}YTcfyqs?q4bw-o!?5RJRr&T;$2?29H=O z4)!6E?antIZ>z4{x5@xOQfzm|)aHXD2S?=G{nsPp(DCFoJavKep4=%lJEb(?;j+pt zhrat~Wu67)N1O+eV&t8qfMFsvav&*~6-aK)MW{)tl)L*cl)0}xmwXB)FUITpWt*u- zWe`N7eCeLFOTqK2<7-)5rri7BKYNChDRM+9Q&QfOL*y>P%|Ow?Pi%tY6Y4+x46xQs zBk{jNJP_}UvTTZ@BxE*?@L{7L#{2k`bV$!6a-3ozL948hw*2tNz_k(p8runxH1s%9 zvu+=c0ifGb@n0T2Fh}AdWtQ!VJ}3vYxl(f>jpU*DB6bB>BpFdt5as5wI4CFU?FeOL z!if2!u3kgb;GzhSUC8lPMY;t&8D>&`XTjVjQ{Ia4Z7Hksv+?*%Y(SBwmuGjck)WDC zIz2p+6wr5le013YI1h4_Tvd4gklOtyq{>x;{z|#%E?EORK}3Z4wE7SNf_WMMp-D6 zdQGSKaO2G4J*&)2Xz1X0e1}V;{64Yo9~?Ip#TXm0NT~ndczhT4jKuda&1Bq>^)320 zSIWirv0O~EvNYsP?9s7cXJB@ol5)4#930_WukpLX#DkdV!}~D_|HUmP>c`GcucwP8 z5RNe2Q@|jtCH8y@zpDnu8wQULb3f+s`0GAddZhB(% zlK9zjnX0wJ{06v5Hd2fZ8~w$5JK`C3{*|vEi~qd;C(yU(VK712`;n)zW5WrZ;A%>8 zjOS*Y&K&gqFKy4otVtrmL`C9JqY*R83|aHI^f62Ek6H89W3I1W0^R>D!^bNubqN-s zTRcVq5~fFjZW{}en2Vo+<@4g|Sr01RwtViBD6h=Y8q^`=6&saDaZHpyvr!#lV}mz| zFgkmXAOo4e9M ze}<^nrj&5QPotQ68vK8sQ$tx9+XaYvY_jbtjGwnO9Vs!mx$-=boXd^$q15*J*pB9z zj9>h83+3$%u)amNMLK8G$=GR>sn&jTw$g-0NM+pG!Pm!+*rSq9!7+dh_^yrDT>6jh zWjc|LWgUZN&0U_fyy!nRgvRp1=ZlcD9O5;lJ5mce5<5PFz-PpaAFF4qJc}~TMQL0G z$wNfav^t(c{zxeawp+a7Y)l;?o{VaccWs3R&P@7{=hQ|2yP$IaJ>eh>XEj99kXo37 zoNJd07N?Ba*yEGINwTFvuRs1#X@2@^Xz$?C2;W6w-HvXZ@>kQ81o^p4F{Ffq!@~DtTJ7li(MB$)YWwIJ;MCt;NU!3L!MpOpqkQAWD5pq)t{@ zS^1qp@%#E0C@YwT!Z7-;iYX-}+-pKeoM$QVo)mx^sPaB490!l7)INa(8%<$OWP!<9 z-}Dv27C7ukvm*~SgzQZh8w4aCLRhx@RJo-}ye|DhDN1UgIFWEpJk3h{P`IF6pl=ah z79Y2j+lwsaQ6Pg@B@Yx;BdKbJcCM_rw0Xj1anEzN7NHc7e6hnwn*n#Ge_^?7gF4r; zw7A@Vu7m>q{YOz@iiJv2ZgH*e4)KWalXhn8g~9ha>Gx_`CM1_=y1FDa z^$*pKhU+}L-7e*7Zdq=&VPb2Gi|p0vK=ZwRWKCS^KN)09-& zm(@Gk@DIU%*|U=J73)WRg}lf2uG;gjf3nDn_qH~=i!F@-eVg>w6A*cxm?DA>c2|eq zFuMDfYQCC}?dg-&TFZ{5y(cX0tj@ZYE1ggVy8HI0w;o5bBWGZN)75{D|F~S~Kmo?? zrOPQVk9%9jd6(x?PnWh#C=a?K7pw=|U>?;-8@NB4KhA)6&xNDEZ0>LFAFOY^W%sR$ zSh=%`!fpL_J|LEI$1?-_Hz3E$vBx|i>8%P&N%&09NYBWT`kt<$I{u?AWA4bY_kE?i za+R+v;Dk7-k?Oi zjhj3#b`N?^2Pa(B?P=Rq7P%}+t>r*>S>@i-mXdAN$OUafO^t4&k9HkitIz9SQZtyQ z{hQ~3{teabwVr1EynGCatxr?Dp`6uLvpc)FzPWyP_U>%3t6cBDq3T}Kca(2C>)i7y z^uKss)x0Hk@m{CBuO4aN!Kjc^x2(DDs8e3jdEEJ$Ju-C`YpAJi$7xzHt@C@o&g?M$ zRNm}^&tes*o7D3iX)QO(C%1h@UeMrXd0SeMN%gt9oy&~rTi8_4xwg{Yxv>4>qGOKC zQUAf3vTf;NzPMJ*;yG;Od(w*Pj(}xVdT&V29DA&)tVC|vQy03+`)JPw-#|xT?|%y+ zX1IDLiQm-Xybvz)A5xd_gnONbkFC(QA~%%p38k(J^|rK8zJmszlh!%`M$*1&HBvK` z`_8SA);+nT@pRzv*2l#@eMf2AxdW|o4YnjI%YgmMFpbSIXan12Y#e4755i5KL z+38Lr+lBLOvPxMgqSIP2D+@|=I#S}$7`P1^op_TxBLA#F9w24=Y#qyF1wOA7Ipr&g zz%{Jcc_;$>)mmgJWs#)-`t2;MR90Y<+90G;vb&tAY6qJ|78?>~A+gjn_>;V|*itDU zaG{*7KHs4&MrQTho`ozEjGwRtNZs*Hb&(T^8 zO0&J%gS^hjea^N_Nc^ZGnzMUw44mJCvkiD|;4?vp~Hym74ER|BM zx_(-cJ4Rjp=UOGFzf@u1FEhg*ReO~em)EJXRB90yQ=%+tVnxdxR^LkHbk}Wmho0zL zvkIGZ28XG%WR+ER2dWraPP*u^Y<5^|!B@14!i#|u<>fsI-nYscO7&Nib9RSk9si2l zyIHMme2aSvD!Y%%$BM;LR>Y3bg%;P=hkG_!qauL+UiT#L-sZfmpGS5xZ9WW(+6iP+ zuCTt*;gQ@WWqoUv?d@M|`E~lvRXTRD0t4mFfAW0&KJcpFm<7W1T<#>r*e#>TlJp#ljS2=*u}{UAe|=~7=|BCL&E2=NgS@qtZb6d_eP zAk2wzpj0c$J@SK;$5qiO%10~vk!EMJlm0P?C2@d-t3ZZBN@|PM>sz1yt^8%U2Wl+X zw@`uts%K5bsH|JSrjfF*yiUs_8w-a&vE!=7pJ+)M;gJmw$=_a9Nf+YEDy8JWu19hL zSOmmm$nf=5axQ5nxib7m`s($iR-sQCt(@8n_Wf?tQm&PVS2-!!k}zRe*pO@xt3<4x zlE*dVE2WafPVbC&MothTs!FAe#V`1-7YoJ090(*-bAp6)B+1k|g*rKbsu2>gvyZDY zDlA=MKVB~)w`^sJcO6#@8a5i0L@PQ5GAZ$egnS&7+w)yz@p)Fv!s={fYnawCqqiB7 zds6hn$@)^mZdc3mCD{A)kLe-P@}-Q+1QFi-6`IJ*=r?dy{o0OkHH~_{` z7SyufIA{86E0GN=GLa#r@V%l!Jx}_G`nqp2o37`oa*8GponaW|5A zqV+^lzFM<$g!49eN^Q#g*X?V1Ld}ovTJ`umSE*5Pi?T-65v$+?=wFsFm`lzA2_3Bd zBQ_F%+R3vk)`(jM+5+F!#IojwAzScd^B?75Gpa-G*TM}Wye<-QZsdm(XpF>gIDre0 znh^Y5<@xTbXJ@kw1}SkU#&JlytENmy1Ge3w2$lA!zO^jVWuo*sXLV8Q-o7uRfO_9! z=Xml@uDfdl*O%9rsnAnm-ZGc=V||Q>xy$r1xPVr%O$+JaL9n>Sxyw>=TJu_0N*Y;^ z(P3ajjJ`#@j`%c=SyBeY|G`QNR|Zk6M&^1Yn;UI$e2+m7<%@#EO_Frf5>}*`yM{QO z5{K9OB?#=?X*ZAd;odr7$KZ%qOumv{l%r);4uy^H~!zv{PYRs14!E0;| zM4ZGvlxG4u|1Y2uVIuto8_-wR<=yR1^mD^d66X3{%i=AjWP2m`QH2ZmVZ%Bn<+skX zUIetkym?zfd`;MCpRpi}Bn2bA_Fj8WJ%22gql~stT^{k)Xu8=`Ui)KEShmDQxfeUj z2Musc%L&j0fy5=kQig#(5C zhCSKq_xjn0Q`h*lSl6H@IMk2C6Q$mq>b>Cs|A628Pt$wH%+c>18}OT*B9F(;U3`^u z0V>9p_{f&Gdd%Ftwe)P<5yjbp%r0|dc^Dv0EB1$DzES!AxyD%DocEejLDEw zQvphNkT`7?PTAl{iT>nRmq^(rDY+hFp-`qNoR3I9H(Vc=upR_!h8g3r$rQL5Ht*~W zGltVTVvd`V2=r0{k%43yp;rJouu2I8N!(Y-BMs1tO^e@#-glaJloFLBuhA|PhXS!8 zQR@*FmCeNFRB3ZeRBVW_m2$J!Qsl_e{M@?4)59qEKQJy2(FK8VJwm^$N9dO|5+7L` z!6C+MNT0eT#`_OVA2PgQ*mzP88H|l4%c1G=>U}};i}LiLDc<~j9&Z<7BK&+R6S^yc>F_MjVklc^FF*_5?Z*+%E)x4hXo>&=M__C4)Q z;&(vaaS(bj>A)BYCZ`Hrf4_`8xN??^Z06qMp?XYGJ~AW@k|m!a$5^JpDP5&LagqgQ z!UrIwpQmPf4a0nfFY{mUV|Pe}s~CBM0*G7#W^7jda+C9_vH1l()ng{sB#N$D?| zTR2@tVydOQc|l3*fZf+tYITZ(HFjBvXkJLvr^g`6t=7Q zR{oe<^Fugf*p(iE)8{$pka3U=UZO)B6Hgi58d7J{GtO5|m%=GQ!*Sk)Y~>{-))Hn_ zn`BN5ng~%xMx~3}-Q{dj2hf2NF3Ca0mUqj9^ipB#7AQmHn~8;mPLxwVp6F~^bxg(tF%Qu7;tJty!xP)^jq)>_Jy z1<-kwd3weeXR!)AvqXULN;FI2Sd3B+^muj?gorabqx0 zJ-4F8*#5ZVl`t;EmY8kM+=0K3av$9XDLrK>r&!t!fH4x0^n*R0CzVJV@ua$^-P2}A z?)1CIO{VT1-(PR`g_6jwV&9}Qd}Bm<-q^CA+6E=(W(3NHDXLHnN@Jcdjz%|nf;nuT zGjEF>CedSz34I6WBQ5^>O6{Ix4+DNcUWJ7*Et6Xqqc%4LagqRszGlAZX(?|PAUOQ4 z947}6FmVH&GHhC+l&5|UMRM6T%KM9s&Cfgo_zbgT5)!H)J-*s6uo02n^-2`FAZ6jd z=$^cFYAf4!O(=<>lFf-jG58UwT3}l*k^PIJV#SAzl@HUs@PeUyeIcrRjYuPxC|`1> zbSqztuy*b+ZDd9rUMEbb7+`KpWk(S+4W%R~gCVKFOk&A{F{b1)Rctrl+OkRp}L6_ly%#w3cZxsR~oz~Vn_$+hkJ|J{;{V>x4xX(1Cv`vp7;Oo}hN zD8m}+Bgu?SVJwwks+w%90t_C`N7dw~5eR240x56fY~&0niZuR#afJbbWZcA?kh5s^ zLQrO&2rJ_fn41A8yXm2LfDJy1Y#okYDO;c36*SlQ))7>WHP*k9Xr4zI$B1;CvyN!K z*`Oy#HaFGZn%jC?u`mEHiP}&05VhZ=rq)7Q+teN$KY-nm;x)q`3u_t6JL;$4d_)?O z9)~l7;nC>9CZ+8Dr1`B4 zfsum&7)LnSgvCglZLh&UC`yPUiJy3J*>P|J{DYU(!Xxg}crB|GO2wm_s{tdiW(a}J zLW{1GTBXnVBetRI61^{0!EqOcUnm79rBSnL0 z?FNW>@1cCYm~hN$(&LR6^c$@|inm-G&7QrhNkcuivmYQqVSIbm_KeE`?zU&M7Spt! zk+MU@l&^ml7gt`{o{ZUUtc#w!_~)QTgzWL_y;bM)mp_CwbU5LeA>jEieQ3r$GxW@p zYiXjOz}z$M1H|ymYlo?jiaB2`PW)52Eb^*}45NV*ZkBtv??KoJ@ zk6YQ&H@8q}=&59yil$)GAC4bi@GSa#oMbdmR>)6R6RV}~;0#h=sJWFoKap6{JDfX3 z5wCLtWerwE(g`V5;hy6KCshOZ@?{AzA#Owm0$H7ChSVi!p3QXE|BuB z4@mj$LT;IE9BmvW1xtRDss@qA%cXU-QEH&|DxUPrpTn8; zTH`0kR)i`4=Rk5LHyb#8Wft<7fzkQ)i~lFhauygkQp7jw&sSP1P=_1#1cV(O5t{>< z>UT)_WYyxE1*d$j#Cyu}ZsVErmEw`W2%p@6k;dE@1%4h1Hx|n9)ydP1t1@5g*rQGq zhZdJP^^j+iR$Eu)`C0HFJW|}IfjUK_(zq|r^SE?XS4jH2=YOgiFH|79!T~@|w^CFm zri#}A+6H(BYm_e!@DA~uBV3AXM9a7vOFF`Ab-o7eZuv|4^CV!%Nj{i)dP&CXF* zu2(jYfkaLgN0dZZF_bKmP*M}#r;10u)p&-?L~@citfYE=?aXL8M;M)p18r92f_<~s z=Cw(=zM97C%6e9oH6Cv{>09S-78Y2lYf+dDHMpj#tdZL?no3cStGI1Ye6+mXP)i{W zZ)zy>yk3E-Mfb{8k5*eNivx~r!EM2|5b`LAYYdGy-#yte*>N_b^_;Wq*0O^eP+7+&$cY@$?9AE*jf}7*4`FQ`>qhLL#_Do|A)9Yfp4R{^TtUp z(^K%@-Ky-nTL<^B9fB1?i)kP>l!8eMC@d)orPMfyqL@0Cv1FX|z@ukoG?Hvf@{!1P z5-SIZ6CfyQ03~U`&}}Q|wl(x}=x*0IKn-odP(n@HZT)_K&ohr^B%7=M_T4<6j7Ou< z%ya$jYx7=3xn(Uh5>NttqgK2Rd$nSnKlvp1bvS0;))>3BdG}eo0^II@S=`wO_o}7M z-qZ<{rStH1efK{F+Oiw^PY++xx1qaKHnk*w=FqY@|JMVLc=tCn1j_>=Sgt#PC@dFq z#VV0Ws!lYhn9MWPp_StNvgC!C%AVEO@t~*F*p!yy3a@N4DY_ByX7oI^8D3lI4{g0U zH4ZSyhO(*0gN?0QEBrl|3^)gzeM80>e&ZbVoGR^w7WH&t3Ey+}2CfG%_CpVFbRci) z+jBIp2Qc;u>jT#VL}p>pJ-}(WX_F{0^(7u^Yl>bV_)0>uyuB$sfIt9}BPC71|2sv1 z>62`hs*x&s6A6>00EFv`yk6hNH5NNdfStW=nG8h&3-YYwZ3+b%8MFOD__>oly8{Jq z`N}{fBQy%cW<)Z@Y=-t2m6zb8$bro<12farbE0zC0rdDf{I^(=WIDN>SdKYiYx;Y^ zI;I|u!PlJ7GmNqRz6ssQMNB6*QWJACVdpF2V6H^#obG(~TyaX)WS*-orS-(4tM>TA z)7<0$XMI+m91}O0EPf{W18(sFv7}M5#ZZU{tAvA70dR6&s z!_n8lNj`OHhPm)5udeEA?`zNZrbM1gH5bd#_kAgtLZFf7sYINrCrsLTa|AKxzIr+H z>U4BgT&EN$IL|>xGYPy7jpsLOqYlpFfrH=v7bL8}Y6<-d#4_-@D+?z7+)Dc%!+K<* z|9Ktsebb!RnPzqIi9>EFHujG7noCJWgx;~D3C-=zUTC$B73{Z{I?0Bpc_JxYAn!-yw7 z3)NeCxp2r{pfT0ZMwKas@XFJqX?JxeHdx_m&0pgT=dWRfi@9Phbw-`hXVhvsmrski=HOLF^beKdYswu!4NAEZ zWf7Uslx=^#@u!e?yv$VCKev7%`1us84jdu>g&2Enrn%m`sjHPBVsV4tJ{rYlHe+zfsVTs9;bftfqyQb+yGTM zd}$X}2bo$Y{yF}05;kjKW*FZ8ROjaBf&sIjVeAsPL3;z0 zi)WNqV-Kwp;pp1GN1r3qh4$fC{TA02SGUn^Fn4G9;7oUWw`VY=POHBr4s~IL-h<-t z#HdDZjCyj~KWVZx;zQ60r_6FsV?)_ep&U?xl zg2`8qdyaS;Zy3Bu{7dnFrWh3JJK7b!-(i;~Z|i(1wFEIKeJnf+KM3AbRFT{6qNSwR z<1M48LEbj-SmZs8LCW$N%7t>Nn^EGAJm$83c1Q_-f9>9fjAeUTHv8M2_QUn4GoUD~ zgXaV`2f(Qc=2NZr|IT}hcWu{f`XS=Rf_>ux&zQ%*M5m+E#HwpQkMFIl+FKspbkAS* zHZMh;3x)L)y zq7oq+LH{$rf~{<^dbBI1es9On;4jrT! zcJ`xMh5pB<{Ua;m72!#E1B8|sKMpi(4ph-pg1LIviby2%BBE3mD=U&m+0$#hcfK0^ za_ra0Hr=O$0?8LG4`XR1Zr|Vy{l@fK-TIrg!JUl*XFNruRv$fl=Ka-&zqIsl{oyZ| zewx}#_a(ZW-Ol6F$ERWX`2?5Rgfz-#N2g>m+_IXk^YDqlhNCWi{1eAdd0uRO=gb|a zB?oL^1BoqoQB_sK&0rN^rG!DFC2WEp@gz14cE=Shv5-Uboe^-RqQQLoYZK_W`IZ}S ze^URt=G!KJtH6TGx$6|igr6q4Rzw$=lG~dR+&E%nBb>K$u`47FW~WQ$&L)JYGu%g0 zAh>rKWE&_n67oKqQ>RTwPFMqujK47!tml*`&m8vTjlJB>O}rIH>l2-k16+?V`pPw1 z1eq%80AtAoD%|qkhQN?1GGM98@e}?q`E&EH`EyB~mrE>3G7Zk5$h1p0-G45Y9qxHg zgO8-DP0Avolt7l56>q)v-pBN>@*3A!?Hk;|L^~X4T>E=?bbA9(5Vsf9`20LlM{c9Q>4=yWiQW*KDd;!}S0&&cFUJYndi#@16uH^E;%FvB9q z@r|;5O`D(glRJ=dfXc)-D<{q1FfeBe)eF=TB-nZKbCE;{LRybIdRg~aG`=*Nh{i1c z=2Pjv#AbNyS=&V;Z&*++K#N_b4se`8D^Qy2r$AEE1FG5SBY@6 zkv-MGHCQM#mo~M(T&$6~GPFW3H5x|;pXqVw?ZW4cW%PD@^3!W|KQ)%q{XN8Om@mb7 zp4$jdkbzq44svLrre%7n!+E2-Hr-P__oZu$hkI)E4!wg1^mMRnPi>DWy-0ugo?81z z@yUAWFRz2~s@cb!)bepkqdo5MRDP_pJ?^=$4H!T9)@?MVW1l}-RTPV^h;rG-YR*4a zdu$o(lsmDlzE$#o^MNy^cN$f)Z)?%2wZyj`QQhYere&kX7Hlf$wUvcPUg!0avl1$z zBVAQ6va+o)umQo-zX!2euxw$)d6mzt4;>w-irzzNz#8Uk44m{M-tD<&5cS{sv7H2t zBHgmhu?Y@t-e!6?gpttO+gc=+qBuntyb(4RnJq(5vtP8ZVkzD>$v~Exzyc}`tG{$S88oTYLU2_2K{2 zFA9%Fvm3n)_?a(sVMB1nI~hVm97Vw^N4!GU8FTtu&TS&a{)?#i6Q22Uv?IEyoCj)M zDd@0TrH{uJ`2AI(?;@<=$?%KzumWWHD0Diq;3in6E+$z!9~#%teA1`>OjtWYH$l~@ zaw_)Pv2oy5I{!)qq#egkf83{DEI3_7N}0S9z!gB){l{F8F3i@S>o<8|*fJf+Nm+!ii903G0DW=oNZF|j zg#Nphh}-E14~6Ht&#+TvqRTtJ!`*p^(v-5g)CcD};ut?nl}dXd3Fi1zCp#B+$KCP` zT6s$9IO?KkEXQ)nq0tMJtB<>*84;<&#^R&L-Fkw4W5xpJ`bO%S=iG27mVssQHy6(FX~HrbcNeaLHiJId7GY2I zo@%)O#nWF*FuP~P^v_*@yG!ooOGUk&>m9-5se@2blQ<1K3Pcc zP43!7w2l8(dV~8~D4h*?$(uZb;4hHk0Gxw~8jv@mMdsg`CoMq{Z{hLIG$>H>Az>$f zveM#5Z3ylybjm;30?%gUv(1}-OA(bw%Yq}B(A8Ivq~HuBDX2v)>q&Bvf2K)&TVU}E zesxJR`*-P@9jN*qWc}3*K~eGssRBg0o=Isor4kfyb5|Z|4#K7EnN4I+4(h9oMWg_j zUazd7>KKNqsF4qts>v@!Yr|h?WasHmvIiRj(VfxlRb%RhTH6}~+Cueao{vL2Y#MRb zLs%yD@D$vmUJj!2P1R4?C0aSVn!U|*_(~k*nMJir*7(>#ky$jE&Sw^Fik{VbkEr5K ziVOW+#?9TITQ}MJ6{0H8tbPyTd*`3n>FXPtdVkUN8)+RkN?-QIuk<%pJsN)~5a?W( zSlMJIndvWI8$HpWd`MjZ!~fz~WAghk7GKa9IX(|>4;r^#3*n{v zlEf?B-|VmTvRBki-c4Jc4aPn+aA-};DaMEz9I4ellm>bNIcStC+1q%Y3D&lC21P$2 zpMu9t=<#l!Io&Hsn*$F%v$6KRTIJ9==jg{4a@C%4ZC|PnsZM}!Zd>CGzgRUgqrWOF z#Yhgjzh>$F+WpHSJEeYi|Guz`8aEAxU7Aa)tqgSA_cttBN+q< zwQ$4WJI*-=0)h0qDV3FEFw>ld!*WGle_VUwP#us2+~HsKzejfxw#Yxy+4++@J#d$G zQX~IDwvXyq%L7)&=`R=%Wn*#<>NQi13GZLuE8W!~fgY*nK2YFA?*HY;PntAxhJ(NyB*?!OX{GvkYPowS?mcmtei>8le z6XZyeg!D@C>~>?jiI1hOs5eD3&&P<_-k!0$-pPBkS^6GIanJUV?IQxWi#ed<_K`$~ zT~Ng*KjC~!PzCoeH~^GG@zdN!?PC4}-b<@$t-ClA@(1&y{7Oa?Jc3SKU`P`=atAES z^-B6w&BruBqeMj@@qWq>(oBjClFoz=Hqc8=P+%K5ZXPbjT@##SF52qC*f#YszAVSQG*Q9fr0= zufHzzz~XhWUZVQNON!UUdI_KVGhP2LUh=WO$4l&T$OG`1=J;Y<8uJn!S{J!02~Wag zRjoZt*9!KqXU<${q(eoKRlktSX{qq3oiA-W&m}O1W9u5IUSdOtGo2s-d%Kds<68?u@J(6IfrNOE{`1(kP0As3mHjBC<+}E4>Yrq z*kk7HSxIPiNjr(GB%Dwoo^J(dtJHSVTj`q#Ztau6ry}s?QoxcKj4UohmlE~Mu}x>- zJ(^dkM}JC!KliCXV2n1??>48vK>{c&ijIDFzgw;cbqAk{)}x=)U!qmB>VCIL*hs$s zCuaJ+)rIKP*|-5+usT6s%Pvp{3cDaWV0D4E#N00E0a`O@8Pz{*mLS#L3_a4_g^l0l zX7!1QgvrvAP8b6Am|jlT?4!k}qS3}u)~j&#FJJo_Tv;$2nlF3fZ*kx)(7Bj%YP|*5 z3f__~ev5vq1^n9dJ>M+`{un$oK*TX*5b^qiFX5Z>4j**gsEG4dGx*E(KCbN^)4p$p zQ(j8^^yFINToJh#8k*yHdmoslXQj~l47^{TL-~PCaBu+AtXvw~08--xPq6du^i zEX`bJX)@EB)&GGS+L17ri@AEosi6++A0sopBfTTs|A=n~54q2^ z!9fFmc-TX;SGg8(3*P3~8BnX@Dpc$zHiVWSVqkITe5!*Lf`YRJVGtm>_9i^EwHycl?#x*=NpTZHgN!T+uudc+OeI_)U1dP>ic0;F_*vFpiWDS+=ua6UJYF~=(wgyXvu)cwT zSEwt6X{AiLTOBCSajWN&o33V%34V!YTYCj1rLzAtpKr|<2fJ<;B4g3gBxJqYgqS8K3`&JVY85ZP8~k5>(=Ot zk)0gt!4skh_C6&NdM`?LZY9~bhArdS1@?Rv8iCu8baCAsAA#}XjymO4^$>!>cd6eA zOt(rqyZ$UtPvCg%UR1CYtt-=8Et-a_sp_7oEtp&Az4<*wbNlDSF(OdJ4d@Q$-uwJ6 zr=1d`qB0`d#Jp(}uwqL$MTu>AHf}_J{56VR3(;We37R6XCS5JKo!eQIi-uV!e_zob z;M`7@`mSg5?MO?j{;*w4Vb@g@vfQ*YiZIliiVoWMH@9@r<}ksJEnhqb_3T*{=*w6P z%b;&il2#|ZA54OCRe-i5Jp@N`pb{_)mWE>|meqdCc^_;+4X$uIbhxa*H_)hN<9(D0qShYD{l*e1zOP|~SS&$lkE04{EQdw|?;DK;1){f2)<%=r|AP(+7 z&3CZlAh)7lzH>=%t zP4WlZ>RBm5TKNW~<4!j=o{8X?>&`Rn1PiFqR7r6<0$|7TxcAoXt))ehDk(M=ooebk z%vo6{G(ix?Vh%e%5vhs2*G{YMeg7PdRA0`v5ys<>7xn{!>QCzTd~dh}G36qlDXrJl z+_M6C-3hqCo0{#$yeLz1u^DtGIGbRRO4v*gNrD)K#uqvg3M-QpxDfgR#&DPEZo_^a znk2-hI)G%Z&T|Xc*~C=XAdWaYJLjRn<~mP!!utq^kv9oZ+P~I6x!9kitVRa6k$M|G zAIjS1b-$y^>CJOI@1E!BTt37RO8{2;Q@t;eT6%rxHtk9!qW&`a7h*kY*gpr@$68V?2d3xx|hTxXb%f0hWLWLMJ;3Ub9|=s9 zC-y}lICEIeky`?!?4X^FqwDTk`~IR0diODcbrR|X4UM1Dm&|lj%9Y=pS=eauRPLw zCRU421xm?89e)JP*EB451u7$&FSegjZ`tv}-BZONaQ76hv+f`q=L-4LzN}a=tePvH!}mqRA^z}=Kfh`I)TO$*-$v{e!GPGpULfY6sE+JHns#eD?e-uJkyNoULX?e#l`B) z$XE?HLHl^Sej#_Jozwo){NzH{Y@^x@uQIH0Q()jd#kHl`ZREcO0Z3=3~ zgZj;j*%=A9*?8`!C0*qvGkyHsk#{FbTN(sHYcA3u72!9^MMT3p>7ArJK9odgS?D0; zo3|n$qyg>qyj8v^y;ZbIffY3~PXL@%vf2^Oc9FA6*b}~<%_@(BiMdeXL}I_Bk~j~k z|6|`*uaz{XtmX}URYWuj;aKkF0sa}0UF|H0O~$to(Ie0zMAZOqCo^_VEjlZ1F`4{K z@0i?Y+IT9PI=nnSEeM>z<|GQuo8o3*fy+v9GvF9-h{u8o;9MZ6`BU8NoB&XPa8Zkl zk36)!Eae8A@}^ZIhK7Gb#)L+HS{`@0iNR52j8s*_#?9S zs5$A>!A9ko>d^dJQ`Zw+KMB=oZqZm;bC=cdqR(0#5;DT_tzE$_`s*6k#>!*mp^nh) z>)VVItADUO)rM=v{W=pAZbt0jUsX5+C z^f7$O(d+aaHHQCo+`-QMcvCDRv4<@_rpVtXZr&rqL(RV?$MKf@eK;yIf4J+4Vx9{* zX$#ej`?wwmXnKra&qPg?9r1=cYxm9JGxn8W{#``c!E(X13%+8h12*3-(2T5wr&3(u z00(x2(nMWA-Y)6HL!8u3Lt-gH{RiM9`v#eo-n1i~f9u}8%=_#4O0B5u$u2g5a% z^|&PoB9OxnO`Gmb^(LbAT^(#TZm`7VV+?nANc*tEv%|A}e1}Id z=q%q>QH9jT;EpRBnm|PtYPH4`^B4>C1_TSw8h;`R$P`llmesUxXdLt#2h}r;F|`&7 zHfXKkK;NRHu;6Z=Y|-jCh+I5JZMUy47x#xD86yR8?QS39|2Wf@pN2obiPFGiGNu88 zs6g>eO334x!fA;9wD%T(4%P2fn#p3!Rf6q_`aPw4xKSReppSVT^z#SKdns(0mrmUNmX&NZ_5tp)naOeD?{DLCd9k{n_?{vF{9+_ z!ud8r1usxKA&%A^Y^@Ypghz^t)|s%r+0G#WfPf(>O`+k|w;uH~R}pzRu?oaw1T=@{ zYf;OI14N%#%DBnneG0`Q031!5p?c(z;izMTVv1ikc3vRfmStl7h;9m}+Wl=!>y)F~VMJsH z!iLZwbtWp~_w*i4xqAPyw0E}mj}~g!YHW9krqyqE?s9G$O*`1^E+?zq^+DhS<5$Jd zkT|;UOP!zPJD5Bo;1t5{tKi2$k-_j&}l zM8>GW2KZ5Xh7-1Uz8cGg49VBEF?xjHM>IUb;z*b)S^q$`SY{Grl;{a_K{t{R9T4t3 zNQzj#z1%W8uxp|@^Lr3qJSh|XPG16AAVQ53teVdG+b1|n2q0nm?~5NYglUqz1N)}% zsg5R-v@K+sjFlcTaE(xbIg$8en@0k*exK-r3Ih>yA2LKAX!>xDi4&72ugl3}nO(D1 zdKl*V>OifyRdB8_h@hK%;L|A1lD;eV`cre496E$h(!ZsADYIMn9lCW0M4^=%8u~7X#yN(9 zn>1x+m}v-|#-58M+o6(EZjLTgE`+2@8oI?V`$LAAD`K+Q_@2N83q`hh99I+Jj6I2@ z6{)fs?W;*=(n<27`WFiI)(;tF%|h^1?t)9G@(rV3$dSONRU{a)arX1;sHhprr^cT| z{;@9zX|L-<_j9*-7e~jq>Q235=g#mo!s9ajG#lawaI!Ug2@5r}^**bw@9RO@ssCQu zH_`VC3oWJmT_as1+h@09Lv5ekHQSZyf_LezS)irA5Ua9_GlzK^J-d$-7oq`}DZRkH z34ytA%ojE(P>9``6F10!p~!feVS`=Aef?{}Jk+v|Lx5Jnt(Z_drq>-iVK>vT>mkX+ zuXRCjRxVn+KF*<-;{%5bOUla=rJS2ZSJ7ct%7r6v0=39EBC`ITY%Kftdp~$jV{wjW zh#|5>fsjLh(7#cX+F|d=94Takqd^+ROmY4qsvonrT@Fi|lf&rsgw%UX?h%QD=A`O| z2=Lgqe3tZp%+YQgECw~2REZpmMF$cddU8T^5Xim`D|Ot zki=Ieg0csD3xrk_?v0HFArwdU-=XKo_5mZGlX>+257LE49GfYq&#rR1$xicTEN{1V@q6+Z)z$QyM0$ zp6Z2>b&cSWeQlXuPU|cXJQ!bcGuYf>*m!Ty%qb3gxCUNaP|>_^Qhb_dD$TdmC0^s2 ztn@^O@weaCWr*!T-Qg|R>TQBQ9I9XQzNpj}+$Xl2q&DfFu}(O;5+%61ct$$NEFQ9Z|Ib$l}CWK>7PB8~EyG=)Q)&*6YRZKhd>9qm7+qo-skLw~U%y4*LoN>}Iz zjhLG#l8dkNjL~4s$iVbVR5C1LXhD&82j`Eo4AQa#twAxPOxxH*j zOHd^J6X>DX`n?Jn1x)ScLWwNwCU71xM4`!+j+SC9O&zUB!WLj(cZHqEhDvEOd zTjB_fQdv=ShSv*3_0RCj{nO!DA;SQ7L+4ykEVm-{Txu5qC)sDQG3U!&xMjw^zu7W) zK3W@`1O0)0FzH$@x$KKK*=;H?SO9VCy*~!oRN8X}OKRpreuJfhFse|GNz7)x!BP{{ z9AtuJnfvzG<&ZmmSuBQ-lhf;FvQPf7P!w7$o-f!En1?dGdsg;#L`EfEiHzC@OVD&z z%06B6iBATm5Yvb6qmNl!a58oLCZbk$i07E_l@FoCNV4}m~sK4zb1p9gkz zJ`*$#`y>dP^U(KS)=R(<%rSP~=fBTyO?JN%pXxYrGsPjjE`fQrW;*e&RS4d}E|PvW zEV~=bAZ+2ZEoR|9UspU%d~d_^_*8_|_nfMGzF3q43$grPyDI)_%} zW=_M;1P)l3$IdO>62p9Xzs;r~mi}UwKp&=?9&rcCg+Zl3*`}N)xDTF}hC+yxi13x7 z>URM$lUP2C0q(^_cJ|3;b`vncAz*?LB%=`lm#6&CDAyt_R8{C_NTu*%5gM42OF`R| zHDR&uS6v_7#c8%nCDX2-H3KJ< z3JDQ7!DZqEnH@??8*k4?-;;#-(-rFq?JSU1pV-=r)Fk;(JH2{dP>ubc#z4-7+AZj?eAr0G zNC$CgoRh1IRUaKWI>MaPh^kVHE$?5*LCXoQvm8N&jzJDt97j8knwk%hPDM+PCPq6A zr{Uy0S2^qWNI}hl&w(WqS*~!h2ElA=keNN`Km1VhdT*<;dPC!IO5liay=c%kZ;{0_ z6%UmIh0g<;I)n2cH?GHH5Pfg#q!LeyjT?|q=ctmTLIshBC=?f8lQJw+p`2I|t?(D^-oCJs!PtCJQr(&-A&p1C&6bATHe#oFK; z%&siS4f6Q{;gm!@o`?H^1wHKZ^ElpiK32GYD=prv6=|>l-~uOs_?u~s3osFRJ3zsr zED9}9F0>)6(DzLXbSMcY6(76V+8G>AtW{2UH&L+)j`%7l4tLpA*OQUEQvJBt$=aDG zeeBQc^;g3V+2q9H^Lv3$@pHZ~7lyyI&hMqj4@70G=4AjPZOW@=O^l7oN?wV6v2ttZ zbVcFmoGxtS3%<@6MT~3O7_}NI+722M#sq0LF?^lo`~0rzq7R=!3cl~eqBCTb&v@rn3<$q*df!GJBKzcK#4w=ppM8{G}Qm++OF z`Qx*8bVal~J_~jR5(Qc zfZwX&NN+;Vs+1fa*85Xh1P%kxeLvUylNDF5yz25(Y}2}@HzPfMV*1euzV2aZ=nkVaqTh0n{$dkbcYa7>Ywd*w zWg%Qx3&X4i6hmR6Q?ZX%M|u#3rs=Dfz%1|ym>&Cos{NaC?Ps+1=#9~=wqJw?spZk; zOWR;&Y+aUXZS=uf`eXmw9vN&~_`ru75OunKc^OjAHU<65e69XK+a--nO^wa|#y}NH zwZi!2i#3Eiq0h%kLTRmjWU9v*stwha)r__JkX7z0Jgv;KpEWna{u*cuZk}HMsM<9d z{8{T7q@pzcQHM{RC< z$0OUmqeio6-w1|wR|P`wGj0nuT+-HzP|>wjt$wvVIum^r=lb`TBlWeZ-9GR@Ds^isJD^lR`Jb(MG^n4|`RwNC8N5^%f^v=nEI-rMta`4xe6g}i z&@X+WaXnam6mIdJ^umA@Izf2=U+}kwzY9zBW^Vfl9}KN%@xyX1YpvFL18WhUtAD7m zIsAWueWyiJ;p@WXmsfq;OF4AC#=i*oSL?b~A>~M0Yv>uZdU5#iwGGXaFn+)2ZG|Cf zb4C;x*goMnFsx1&FB8RA=YLnNfGwQT|2n>B_GC=MjXcufmg7f6* zO+zaKPq%fx=%@H;bxGI4@U@7h-hQGjXfz^uG0%+{s2cYUTuG&RInCHGbXwEU+4?t< zS*Cb{?OtyeV|Y<3MICMQ%JHe6 z-t)*h@8DM;lmt)>_{f&AEsy9wdzq`*`rp}E(HL0UMvkOHoKV-3H~aR9t(l#rJ4^Te z&cYQ3-1}1|o#V;>We z{+$k#UONne7w%)f%2xr0{H#}=Tc|YCOET}dVddqYA<>h3xTFZm$qlY)(;zm}Wi_9< z;hIaYUU8YlrqEeoIFmM8R&(7A*Q~m9b?QORBoGhI74Q^>^hK1)McuoR2Z=ief1VJn zf8%G|S6{l~n(MfJftW;SyO9CFK^+i$HOuIZSZepx^o_E8r{9FZT`g<&Z8D=tTXx-k z{;rN)UxBwxvLK{hdt~IK3Mb+_9#Tt8AL4EI+}ZwM`^bMluDR!o!2V>zeV;w#R{ogz zMWC&v=d8O%?;2HocRl#PW1{@kJ-ZJ6XGXbAQ5wE=S|IZ_GKW5RAaGYgxY3eiinB*} z?X>3t&#m)jF2xQ$9Dd-C`;a@bp6*h8;U7h|RXyTwN9N4d#q7?|uR>X*QM~eV@p8a3 zBDyKb%-UeHHxM}yRBlG3d-S|kGQr+=3H&|0;g5Cw55|>Z<2d%}SAKI7#mKV(R=Lg_ zXlzX^^xg(}EV9$ztep*gk*`sGL|xS#fqBb*~;I-eq6CtSB! zO%r$C2uU|zKn?pSG+p+Q>Q8-gT|?;Ep#RI>X6BGhowCDsIs zJEhg4Ftc{Odc{&8kxyHyd^IDoGDjVt&+q53M2h{c5;ogCZRPJ45*I=bik2!GeTxcw zxf?lI38^#gL|e zrB6};M}C9k*b}p89f~J08!n~yXyvMpuF-p}H^ulE_{@yQren`n#HI@$(?8Ka0Y0`A zrWq%zM}ntH2*(9I(f={wR6Jz%=iZ108)HAXQEwOTvBAL_a2{Xw1_d&vqgG-dC`!P=VX8R2K% zCb6^WsLq<1??mtt!k3`g_M(^wcak+{AIdukoM%p^lADK2|p{1jcTNPQc z-)sO5m6U??MQ)gImD`}))Dk+O#ns!FsvYWAY{+Vgn00Cz`H_`GOS@{}iR`j@BAbZH z&G&#qLZJTMmC^kh-=cEp?(;|k#UTJ`dGvR!SSO5=`G-1&+)71{$8K4`Cl7x${^D$0 z_w;-|!1)aleQTMY3J6MKWw>z8p;DMLpmuyGHeb-5evn;Nu=^lzVx>AyT09gix}RB$ zWingYM_zv~2@5SbNe(%b$|28|Qh0GB)C7D5#)dpY9zD&wpC;`x8}IWh*ja3)9jY6u z%a5QG=lspmM0;2Iu0dEpcKM8Q@=k>wF431QyQnW~;to@n)ic(k=MiG5Kvdz3 zUkf|vi2@_iu@mv}miFxasr#qI+w;rtK4J(sCYwmiBwndV%!qeMgm{1Z{q0bZbIlp^ z!<4bG5^f*@mBD1l+ef*#!HAPqP1(LCbnRPr5x896cER9TpbS4Yg|6WzO&|LJ_uC6S zriInpmI7V1+IIAW#DUsKv_0;NI=lSX(LPq28O@BsrJhik!v}Frpd2Lf;2QV>-MjJ) zlNkXQj=9GXOvy{o!P~X($4%`!TLSI7hk0t2EtA!GFrP0jRZQC}JNM1dd zIW+a&te}ZRQfnklO+|SFO>G}+Cz?w2w5ap?tm>g_;$fou`s`r4?7TMK@9)3moOAk3 z?>o6NgB_iYSO=!zdZNukv*DB|5E@RQ_1+jxh%tl{vIU4ZSe(O6#f-yF2PiTCjl^#t z$#i#oc z_txKQqI0=564kVOX%R8EPAPeuYifh?oWg77zmQrS>DNpiKn0*~V*;=~m#hEHo)f)M zcEG*sx*Nq#rLO0t5+MP~katAlXw|os`BXO2(Tl)Oag>H zyS0O+OW2>c8QXN%HbeB7?*#`PV|A!cnzQ#9_uwJa`bV}I_8!Y`M3-4+n;|=_frZ~@ z$PTj-d8gH3yxvIq3Ol^buy>fcy|rTj$SG+81lXEn6@P+3r2^NL3t!6`m8S$BD?b7Hh6ueJO}uJ!P&eXXs{$x7s%)>`w;S+v&q z=*2n6%)UvPXIuE(|NTvRyu(@qoGofbaXusq@UIQ~!F2GZXO54Exr=zH0a4&+Oevn@ zBkA&ppU_0OPEDuF%P6cjT`MLx>=!Lvt0xo>j#Cz@NY~26NLI`H=~p1i<~MRN(zW)* zNI6qZ*)7eJ_KBwmyE{UF@NLqsc#_kRazU>2+2d2kr|h7|GF>yi{+xFe% z+r|XHLpmqXVpvl!WD{zRw-U8vTOLaKC$^1JXPe(_u=8TOF7Mw0p=p`8yGT<92HO_I zJkHMH3O`nnUlV9d%r((GCUq5K4})LKQ`Z7mSI&-dp`x#rOkYDA2-jmj<);o3HeoseGejz47@&sE`+eU5MakQpv z`L+?$K?6*tXxm0&Y4EmUGv>(1vCRZYkggo=$Kse>Hm{2=Q>V9$6m)q6cUxUH@6LA_ z-xkg?x{Pb~E^`PPv2}T5+s?E9_q!}O9>PqLqHLWwd+WH#wtx|$wspMZ+dD;D@QzMJ z(N8x&eLH`mKsAx)plyQgYY}6queYn+Ohx@%2rz**^n&s3If}Oe-k5-nvX#iOL~1}^ z?F91mxHo{ZMIhC*4U}P_zDQYA7EY7DemI?PgZe6cO!1HyO85@Pk^!Hd5z7t_9@l_R zZZLIL{gbKWqp!<8!d*b2YLqu4NNT)tvCyS-cZkNa-Cw29IpX-ViP-4Sl$A$BbM0}6 z-%7GNG&MBU?}8wf791Zj)9SUaDIyHj*%4QI>({=P_7nq9%nfW+06=Mv>~Mb?_vZn~ zx*nRgpR42e#H~ScNNJCKNNJD8^$zrA`8$jGNqf?s{#x)o3yb-lp+x9Jd-KqUpg__; zwRlyksIqD*{ z@b)uJZ5O-?!q?90s(uyxr+B$R$`{eNmiq%JR|Xadc9zyL;1VcW1gYjcmgsthUT#-gex~jo!&Inlwv<*jp8_>{6zhUa;?Zmy9wf!1DNG z9tqsE^v$Cgn`^z((v;PJRJT@YN@!}`Y{fjvTO!~S+JyAT%KOOC;=ZBwc2u}5Bd6D0 z7W?2KjW{&r9mpL!%D#0Y(#hgk;(2xy*PGv3>TI{<-|C}i@H)S#P)raO1EF4{xz%cA zt(+-RPlw?cCM*WDWaMB9X_vC+zNW>X0y!qCVS7Yl#>k8r6lB+ylP0F;|G?vyT%X|l zgl&VeW*PB`uP?t2rFw_{72Eo<`g@Ig4FL@lHiUCNc&U=6Z!L4qy@uVIBlPJ#E9@&W z;?^d_6Zmsy1^kjdMm||C0>1a%Ylyj5J23a7@{Z8-!I6VDa(~by%{19!!ViwvZ7l~! zG@GS`Wm)#%2(c7}iNF8nkLK76$hyh37SqfX zn@)@sD`x<$+^pf`DsnE%=cRiQYExwTSMq62@X*x(llJA`6h?q#cYGJn-F%?(l;F=$0<@*N7p84V2M;ms)g_e+w*6> z7OtapAv3huE-R8LQsWn;Ool9vQr{Qj^GH6}{CbW$F>TN& z@>=(~>cl(8P~E%~sp@GPmolGTN{M!0x^nUb!3HQ)8Lo+;A@1VcIFmg~I|}D;!8-#u`Zfc>m9k z38LwNw5bm$Arql&G{t7->EJ>E)>4t42i}UZ*Q5Q#&^$-)P8xuGD88}-)A7D}l++v$ zNn99EiVRBUlLm}~q(>c=SYRH&w1(VS-uW@OFLqYHwu6f{v!%3n`Lrhq&uwud@SJa3 zGDYjlF49fR%Rk~0?7jscGUO4MS*)|}fMs|k_P$H4rUu8*cIXgH^lpRtIZG`~3l6jN zJ9vgY<+}~qFx)DI)y9VL?ZJ^&TL3+|!3p`l06-w_43R9O)QHd7;}`o9K=0oJ zj*tB51frm$I=iP`d>>6yW0^hed)mobWk+*#P243%oEWi|y5H#6MQ&YKpvtMqWf)F# zYD>{Y)vzB{4`vIOX)v3pGcj~^xLT{#YQxoP$53^+T=sdWdZ=3VR-GNH7T05?)Zh|; zZ=*hXg6wVBLD#|#x=;3%u34+IrDUjDcUZk-Q=+$GVc@Io7;+TOD~$9r3B1Ej#pzn{ zTZo9u8eIa6;ehwXbUE0%8NjVff~to;1&>t+`+y10|C(33kJ;7k983wKt!!kZU0j5G zT5C7JXQPywgcSW^x$Ee!{?0knMtgcCi8Y1vq!Pe_odv{MDq5m??U(1l43~$UVJAwG zl!l$^mn^(c!lxfXzi5eBYx-kTLuDIU{q3D4MX2x{AnIHOqTS-cZgE{SkG0t(>d9L8 zq`9dPYf^J#*xVR4*q*!7P2i5XL?eM2dYuKBTgtb5#7r%+#Uqq+Qt>xbPaA}Hw-(*49jY(tZhgW{-A%f} z<>7M8rQxsYA997A^fGkTMNM`Wkm(ZFV-9NQEWRasGr^@`m(Vp_3p?mO3o@}S5aSGf3Loh8SOP8c|bs^B-IjD3u!L^`%wbyhmrN-EM+^8%nKNt z<#U0E0yD))8M~d7XGkq=nhNyA1QC!i`6_v^N}hQj!X{N?z0TKX^ciT5-7S|b3T*oOZbfikFYSC}jt{_;@7Fi;w zwpAt^(x>|}J!2wyK=%adP9!MUu6u?UScxX^_fKyk!{+7o$Vm3lN_%*jHU?Sbi-=5` z7C{NDZlsQse;{gTlJx41c#Z%_b%+!f@tj?aK==e#cvL@*AlY$qy6MIAhIo!-is%%i zjB2$SQbs$w?WlvabD;*n`D+0n}2 z`|Uo^8Z5@~UldO7oKj7Fdp5#lOq;UwM7uL$$CK_rRtq&%PS7&*y`zV7 zhjaZ1^f9N@IGpRL6#}pTD7|j*{rQ4L7&1bZ=TB2i(ZiRY$EUm$niz5j2JrEXL406| z0K3aK^_O5`X3W$dpPUo^96xgTQv1${j)FHP*adW8oER^z@CV=_)vP-21u146-xeeX zndj%n?T;V1-Trub!8fa|B^_~&oIy*5aThGv$iMEc#n!>5RbhE&o+vuVJ2^{e7Y?Db zJ35425ufn=z)0cu10(i6Aeh%2qA858A$Qh!99i=TJ1rW_oi9P|4}j*|z?&hg^DABi zL9%C+#|dxM+-QSsJ*$I;v3nZKG`jXhn>Uk_34ito{DJ^)!&kUv5~tqumRU_RM)OEB zMdxCsLeri3V0)1{B|NRAJO4eeAf@I0ujO`FAr!3rBntkFTp{b^e{EJL9V=Zqq z6Fo4`>JHtsrNg3Qb5k{Gr&hyXG*1laoG-pfU$p7I5xGP07n!l`eZc0JIO>-i2s}?< zeWzh-v-n#}pXgcAf^gh*+yy#T%9Wb{Df&d;(~1#D;rnwD2~9j383R099b4ZgBB76W z5JrM@nXveo;tsPTuY!yEj{e*gMcnr+d?BB^aKbXtQ_8G0B+OC>AtTGdc~ z=QU%FdCB8HiiETN=1CqMt=s@RW;;a+KkIJ_Eo;qDE$3qm^s4> z8=I$F*LjWiAf;nt)8^2Lji@FXx>>t96fy=In!^d9YP*d_%Z`Qq&_qGfC`r1oBH(46 z4Ki=wLZ-82CLRNul27=@o{>da)KtDGi++}SeL-0k{R)4JH}=$IkgU0(bZ9udz}sCB zQIHNe@H_?VdMmp==t4q&lYx(&*1gcTAs9YXkcX@+eu<3z4TcX!N~npPekIzdc8qf* z#tb!(*FUj0k-v+~cQ(PDU5{|962Th5Hs@SUTNVhwY%mJ_CXe$7!ToeabN`1;5A`U?_EGGA=3UDt>%1&G~9Dk6!lTEkXQ0HfMY5$yU6uMxtie(v80Wd@09@4 z$&UanEaC0@cOTXeRQ*kl%QkpG#74N z6eY#{Y(qgJomKA7xR-%+<}^p46Cyrt6mZLjl!) z(!Q)l*Qg`vZZm2Mveo)VUz-R9M0bo9wU#of)~e9jg|7x-Pc$p+}i+Vw=N zgh(tT>vF`Qp4Q%|RBZ4!ty@g0k(d$#;pwg5-ZVW=1bUL>hXmXI{k_@VLu`$A6V+!> z_A5{HJ)s=nI{E#;|gDOWz39$7Hnntu5?Y^PG#^&4nU)CeYK*8==i%Jp7F7_ki8^)R2uQRq0 z#PGIp4QiHAk;NTInKrzkId&~CWzjP(o7$c~a{xX+mVC*(v2#i4_Px6f)b4#@>E7wR zzrG_WiOhinp~!@{8j^3IFyf0gGu zz=ej^&>12X+Pyu(l}H%~{RC+qLaRdy@2e)=HRbCN?Y?TI!blhZrTgD5Hzs&a zxCx%4EPoVao?rWAWA{pMeN9{c*&BW-96L5^d^@=@bSvc&xza5D7+SsA8#Mf+?lSy^ z&3q7D-N<1qu`potbSEioU3^L6k?vE*f>tCRxh;9^T7Tr>ptor=l9uJvoCq7Wj^=|( zaOItM{W=_pf2eiGiE+UhQlc7k-&6qGguzg+#Y7>r z5kf%?xwp%*mk`}flhvwLX{HqcwDk|%GfI6`VM6$&W4L5_ndDVMGnO+}t9PBG#-O{? zWgqt;ObYii$Hm=eo%AuAVTp~Ii5!Y7zMf=tvYLB|x>X~Iu?vxsl_aZcL@CmM<`Xgv z3Xb@aKG~~qb<$_`DG9v~*hw$VuV`9HvP0a9Zf!^>(KMgt3;WfPWIAjL zvUqDcIi%IIa?z5g;II+orO~WYBNXR!4EvH}^6km7vYJJL#?VonP{-w`Sb4@NZ;Q?h z8M5=JjyWo?hi0Oqn}JpR?Xv64sgW*^mo?FS<<0Q&wn`)J#lqI zi+x4zs1t9zqmCLIqvIZ*5JS6a@9+_>249}L!*_=@1-|6Xjkvi)v}F5`$Le;nL%uCE zlk8||Y_{dbS7(yu0FwqaX!3s)%f^NFa)!Btr!A{kGDmzL*YZYfBsu<;ODbNNqc7LE z&Uz!<^Rl8>BF#3-4Ob6W@2C?4igm;~_<#&G7wZTcas;t<6m7M3_^@l(B?lBP8FpEZ zAFlGXdJ9sM%nnzJTjhubeX&t%MC{x-<(%1pkFKn{x{!fgW@qle^nuAG6Gn90;t=x~ z<@R`v-bg%?Df3BAYko5j*?kL2x_CE%+y#+tA+&%DLVtik=vtI>5lKdoFx1C{UG<_EKNn+|Vqy2rE%%%90s#tusk9;0qiDzJPslEIB6Km({7{Sa?MI z6xaV_eISTL9yY9zOY$|Or-fa~oVCG{-&@nvcDP)=6#!%2n8Z(TKE}pk*@T0y0|16q z&B+4E4v;skUAE|(y>C|Zn>qSR`b%s`q*U01Q1G#w8lWXRoZT@Z=5;t58?{C>oRuSj zrR&J1;jBP_tek#=PZ)|A&Tv)^2iFg`w6(T0!F9?hnpT2yeq(Z+8Xr(DQ7Q*CoGS!< z@^P|{rQacckFhxW|4BX<2yyOM;0d)OYmOyXFqWKsEW%@iGLUE;5`Pa*4Nv8Vu02EU+trP)wd{{jWYHVzHcEL_^YwL6*46e8;XY~nVs8&8SLI0wx zS~gTaHZ2uY9R%mOq57fvLAT;5F#|XRu;;-eekb~W!CgmQ4;Wmm|)u+t@(7tlgF zFVVDe3xe6Z45axis;?qJncS$$;R9Fz%AK5)Vgb&M9ex8C?(ri|5)cf*AO{$}#RkJZ z6ot|1@_l``fZx*#;MX}H{Fc?+*643S`W$ob5z#D5rp1$pyyJX~{VZ)?88JSxgFPIkEa!J!kFeR6{jl^vuyJ$Ky~dv3i&KFmFLe(YA-aS0)diS!Ea97!an)hxX@Ic;R<#YTo+d~8HK9^Bnj za*}U2w;aH+^f7bG09ThDOH1SynmINM?&erZ{#2d8xr18LLrvi7_^jMp$5Qr{&|v+= z728UX61R*PZ~^ESx$=Ph+A$We=St9}Udyhql6-9gJNyd%U|t9==DD>GsAtjqXmyY^ zjPR$MEVesVhq@#|q#d>PD?3X7<%bG@vV4A^grPX-mD`0jaG7M;iFwC4!K7^mzbTl6 zqvLQMw_+dv$$G&&`?zkn&fLd!F%eA1_up`xoWPhnwqi|NV6&Fr2E(=1^TVaXwbnKm zu31~eCk!tg^o#8yO1`mi_T%fk!Gr@~355^rGt~*lV7=^O!kPF7`C|BII0j8ZU}j#( z4SEJ)D5PCG=t0&Fb4^r3-p5LyL%9@%H8(aQd8c=sMa2e>f0%P7j8QB(rQr z+$cq%EWFJV<#O+4Gxoj9vB+iiy$iCO$B7`z&i*qcU1M;jj61~e%rqndkBoCXVt^sf z4`|qs(|{aiw>CDnw8h6H4j8T<&QBO~4A)yj8Lr<569N2y8_2`-{`%s1Vf(>; z4W=!=ow@h>bfP>mXja=Pq-{u+2v7EGMV_1Sy{9EnS;pF}6-S%Ex%g&fZd)+Nu7i^EB_lrH5G z06mOZOE52bpfyO@*I>tUF1ZMxbJIIsw!L8v8A#wT@SY2DZ$OGIr0W#@Nlh7 z3ZCx!wQc{G!|SVrn&~~B8#Ynia5?E)DN-O@uKMU)_Bd8ovq~x@prV+GImHuVPHG^y z&e%T^8&Ig6ehW6w_v>pfP#@RQLtk7%8Yx@iIW&t5OtiAd z3V!nF^>B|v(G%}?U^wDxf3*e0!qj#))pnZb;jho48L)2D6emMQyi z^DE8lQZtEjeAzltih(@z)J4kkrdoNuo(w{zu2gt`+Yr=uqH=MgucwkRlnZKDy8%(2 z!N70*YkOUxlL-5zc0IcVxt5{y3@cA&wvgL%siWVsPM+aA-s422>>_79H*5 z5qCJ#nmP+|%(}%>4Xta`L!pP8pfNXAMirO8HM9`Xrt7M{8{2QDd9GK#s62*p&Vd%V zZv`UHde=4vyoqDRt&=eKs#o5&ZHtPCRBUmnB=VP^3J{|{lFS&DewMfS(@@gjfj7UU{w)kbFFdGzuayqx@Ax#-G{%EEXzxLo6* ze2Z04vxBYh#i}`XWv(?Gk(3Hqbf*R4Nqk;X93|T~BPfpSlfe#ranF_pG84&wQudjz z$tUx;@PsS`q)-;sE<0& zk_Y=>l0R#V)9{{KPQ)e8ROV~?lKC68ty}b&rl8M2YWCBE6Jk?!_wk(mjCJ7dSVfVQ zNE-97P&>1$Kdh>nL@!;7wCPMXOg4x+(soWZh}BcyQ)=pZc;>L@@O{3kDNRR-D+tqp zt0KNHEq5v09o_TJI(1q*xK)X=U|eZmnFbK@YE;!}BF% zedNKq78qteb4M{K+>TxBPa6>fk+PaA^8*G@%kbG-d59OC#k}qp5jvLMW1ynuPDxTq zb)7A3R;B2Ab_lmO3fiC)@wOrjG4M=jw|bVU|&fG9zOQe^Xk6JZMhv^Z;~8>DftX$}SGn^9ol$eEf~4aM{` z!8rgr=EC#0nvX<#&sVQR+yaIGIC>n|gFVTSQtoyKhtujl6FgX|HN((Xg~`wNYItKEV$gPXo!*daN z-zIj__d{N`s~LjTz{$hHWBXF*oq@M#?_yWA^tQ3err-E(2wYnQpbz!6hX1$%nUa5C zOQZ|EZ+6fo25RTochn9nZY^hv@p4xCz^mW{p|6W$5CMYf;-t-V4E9H63@$MF;XLX; zQAqpKp#5!5L1J3rVv(tMXRmjsD|RdWeS+#QEw-U<+(Pony98!eE}EX$jE;*UG}3pAu|{Qet>JBowm79H@>1 z0XcGH(t)3p3WX+s7ifTIJ6n1lEQnK1iQLRqlG&=3zLYp8$&J`|^eE(ULO2|AqT}MMO4h8I)rKjuUCV&I?a08ws7=m*gzu@&5$G3E0Eyp$v6|jv1_H(m~ zY29!p`NhCAfQhRPJVLD+2|hN~#Y&2xCaKTHKC(=}EPcqoNJi7N`$BMxrlUW;0<;;X zHVjEvwX*Rf&PNQSwd9jleuCDXS%EC5K!ky~sc)|40wfn6i2U=Ojxv{4;5fqR^;oyk zqJr52>qAuwkc7gtcGwzxS6^pmQ|tm|)OU^YqHj$32htGKlv;)o#g)<@8%WXsjO{lG zHLN=nJ>%W zmFxN5YL4VOXAHkk2)_LZ1ANg#;!y|-^ITY%7eV)Ue43=7vk43n3A4N)@G4JUh|ZgV zfPR2aOyWY#c<8J&r4R$`{ht>|L`Dwb?>KHdZhH{17bHFCQtn`QQlb%zD-(aR{BWq& zEItU~L5L5eO{veW>Pd-15vPeLy6lYIkcl zzzTvG;16D<@c7(nx*!+5%UIn+_n{o+**!r+$``5)uQ`%Q5AvZpjQ4jz@1~|7!fVem z(K+qFDuhLFxlNlBV<^p~O3XvEj3h>O7umZa6TYR91#0w6N}JXN=lA_^Q4X%r5;OrV zAxFg9z%K<*1plZ$mNtW;4me<*Miv08XZ5-8YJKl!*n^0aReCMaYVo1*BM}*H_ub+f2 z$|+~*oNXkVW;VV+u}fDr!4lN!MGFaM%PErY&~3EC^Sjn&-+YVuQLToIMm3pMm;W^{ z1^I`z=>5qkY?Pg3dpk(F6K&0w`L9Q3x=!~dA;0DJ>{TGk76RFdn)N$^fh5cL<7(H?PIYqNp}r^ke4>6kJt}2tyvI+CR@j0+ruJ3& zqivBjV;AknU_3v3vy?i=)@#9CN##1jMG0~z}(5CNEkM9e3 z(-^)4u^jMi;5F~YJUsReyo6y4k2}7Ihp}tgTH>w2IFW})*Pi5_WGJ&IIruZ*ZQOp; zQ{Gcfs1xdDKajHF*-9qyWEkKgWJBR}6Lwx+Uj8&*BPrwhwm8Y2e4*hM=Tm2fKxUAn$y%{-`Bf9xf++M6(a32Y=Mw z`E^}Mmzk2$x96q39V9+T@*?(-1_;!?b&pW@iL)AnW^x`9e^!~_#{b-($=S{JuU>9+ zm}T}*QqCT~Ih-%h%RZ-4o=qU= zLj2Lb3+rC*W#9Gx5H?OCcu468rOW|w*q_4)|L2rh{{dTdc8X{iPbdL`4CSbfXBqf& z(o!^!I7`hVM(pG3INWm~hZFoeFK>a=Xw}Dig?l~P9}Nm<2MI2#ff0=JJgI_&vbS@~ zm@Wy0eph_Ht08U)(FBk75sSbc{rqRx%!mb}RtpMQg9LW=qZb>H^#)s zf|gKbm02*s#aQ;vk*qc^`07Y@gd1bTOh>YcK22i8;W?HX`Q1l⪼hDCxviu)wVhT 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

({xyGMQNERhUx9rNI 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�|O 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 b^weIpzS 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

MsO`DV!fXnf>Z#fn*Wrqemyu@BdWbqDLZ(+ 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
gs;V>#rIP470HH>_n!Nr7-nvkOr9 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

$I* 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%0D%p`B_QffgQCX)rX;Dq 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р8~(&KA!X!)uXaVf(}W5Z;WR=b7CvBK`?>kkFemv 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%0D&8^)LUw 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 Lp-_D@gVX;7*X{nu literal 0 HcmV?d00001 diff --git a/faq/index.html b/faq/index.html new file mode 100644 index 00000000000..9dbdb74dc74 --- /dev/null +++ b/faq/index.html @@ -0,0 +1,467 @@ + + + + + + + + + + + + + + +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..c3c9742a259 --- /dev/null +++ b/index.html @@ -0,0 +1,418 @@ + + + + + + + + + + + + + + +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..e5f862361c1 --- /dev/null +++ b/k-distribution/include/kframework/builtin/domains/index.html @@ -0,0 +1,3938 @@ + + + + + + + + + + + + + + +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
    • +
    • #parseKORE - Takes a String containing a K intermediate representation of +a term such as is returned by kast -o kore and converts it to a term. +This is NOT type-safe. The responsibility is on the user to ensure that the +string they provide is a valid representation of a term of the sort exactly +equal to the sort where the function appears.
    • +
    • #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)] + + // Takes as input a string and returns a K term + syntax {Sort} Sort ::= #parseKORE(String) [function, hook(KREFLECTION.parseKORE)] + 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..a32605110b4 --- /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..27b007740fe --- /dev/null +++ b/k-distribution/k-tutorial/1_basic/11_casts/index.html @@ -0,0 +1,592 @@ + + + + + + + + + + + + + + +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 | Exp "+" Exp [group(exp)] + syntax Exp2 ::= Exp | 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 (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 "+" production in the group exp or the one in the 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 +(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 +(I1:Int + I2:Int)::Exp.

    +

    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-D + 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-D 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-D. 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..188fbf84aab --- /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-D. 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..9e14ec5e009 --- /dev/null +++ b/k-distribution/pl-tutorial/2_languages/3_fun/1_untyped/2_substitution/fun-untyped/index.html @@ -0,0 +1,720 @@ + + + + + + + + + + + + + + +FUN — Untyped — Substitution | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
    +
    +
    + + +
    + +
    +

    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..e7af0d9bb67 --- /dev/null +++ b/k-distribution/pl-tutorial/2_languages/4_logik/basic/logik/index.html @@ -0,0 +1,710 @@ + + + + + + + + + + + + + + +LOGIK | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
    +
    +
    + + +
    + +
    +

    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..99aaa0b59f4 --- /dev/null +++ b/sitemap.xml @@ -0,0 +1,711 @@ + + + + https://kframework.org/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/index.html + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/exports/K.pdf + 0.5 + 2023-11-10 + monthly + + + https://kframework.org/exports/K.epub + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/exports/K.mobi + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/exports/K.html + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/k-tutorial/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/k-tutorial/1_basic/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/k-tutorial/1_basic/01_installing/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/k-tutorial/1_basic/02_basics/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/k-tutorial/1_basic/03_parsing/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/k-tutorial/1_basic/04_disambiguation/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/k-tutorial/1_basic/05_modules/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/k-tutorial/1_basic/06_ints_and_bools/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/k-tutorial/1_basic/07_side_conditions/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/k-tutorial/1_basic/08_literate_programming/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/k-tutorial/1_basic/09_unparsing/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/k-tutorial/1_basic/10_strings/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/k-tutorial/1_basic/11_casts/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/k-tutorial/1_basic/12_syntactic_lists/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/k-tutorial/1_basic/13_rewrite_rules/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/k-tutorial/1_basic/14_evaluation_order/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/k-tutorial/1_basic/15_configurations/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/k-tutorial/1_basic/16_collections/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/k-tutorial/1_basic/17_cell_multiplicity/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/k-tutorial/1_basic/18_equality_and_conditionals/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/k-tutorial/1_basic/19_debugging/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/k-tutorial/1_basic/20_backends/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/k-tutorial/1_basic/21_symbolic_execution/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/k-tutorial/1_basic/22_proofs/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/k-tutorial/2_intermediate/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/k-tutorial/2_intermediate/01_macros/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/k-tutorial/2_intermediate/02_fresh_constants/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/k-tutorial/2_intermediate/03_klabels/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/k-tutorial/2_intermediate/04_overloading/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/k-tutorial/2_intermediate/05_matching_logic/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/k-tutorial/2_intermediate/06_function_context/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/k-tutorial/2_intermediate/07_record_productions/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/k-tutorial/2_intermediate/08_fun_and_let/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/k-tutorial/2_intermediate/09_as/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/k-tutorial/2_intermediate/10_matching_operator/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/k-tutorial/2_intermediate/11_evaluation_order/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/k-tutorial/2_intermediate/12_floats_and_machine_ints/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/k-tutorial/2_intermediate/13_substitution/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/k-tutorial/2_intermediate/14_io/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/k-tutorial/2_intermediate/15_string_buffers_and_bytes/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/k-tutorial/2_intermediate/16_kore/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/k-tutorial/2_intermediate/17_debugging_proofs/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/docs/user_manual/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/docs/cheat_sheet/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/docs/ktools/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/include/kframework/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/include/kframework/builtin/domains/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/include/kframework/builtin/kast/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/include/kframework/builtin/prelude/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/include/kframework/builtin/ffi/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/include/kframework/builtin/json/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/include/kframework/builtin/rat/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/include/kframework/builtin/substitution/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/overview/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/1_lambda/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/1_lambda/lesson_1/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/1_lambda/lesson_2/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/1_lambda/lesson_3/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/1_lambda/lesson_4/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/1_lambda/lesson_5/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/1_lambda/lesson_6/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/1_lambda/lesson_7/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/1_lambda/lesson_8/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/1_lambda/lesson_9/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/2_imp/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/2_imp/lesson_1/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/2_imp/lesson_2/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/2_imp/lesson_3/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/2_imp/lesson_4/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/2_imp/lesson_5/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/3_lambda++/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_1/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_2/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_3/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_4/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_5/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_6/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/4_imp++/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/4_imp++/lesson_1/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/4_imp++/lesson_2/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/4_imp++/lesson_3/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/4_imp++/lesson_4/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/4_imp++/lesson_5/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/4_imp++/lesson_6/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/4_imp++/lesson_7/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/4_imp++/lesson_8/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/5_types/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/5_types/lesson_1/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/5_types/lesson_2/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/5_types/lesson_3/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/5_types/lesson_4/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/5_types/lesson_5/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/5_types/lesson_6/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/5_types/lesson_7/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/5_types/lesson_8/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/5_types/lesson_9/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/2_languages/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/2_languages/1_simple/1_untyped/simple-untyped/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/2_languages/1_simple/2_typed/1_static/simple-typed-static/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/2_languages/1_simple/2_typed/2_dynamic/simple-typed-dynamic/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/2_languages/2_kool/1_untyped/kool-untyped/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/2_languages/2_kool/2_typed/1_dynamic/kool-typed-dynamic/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/2_languages/2_kool/2_typed/2_static/kool-typed-static/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/2_languages/3_fun/1_untyped/1_environment/fun-untyped/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/2_languages/3_fun/1_untyped/2_substitution/fun-untyped/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/2_languages/4_logik/basic/logik/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/projects/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/editor_support/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/faq/ + 1.0 + 2023-11-10 + monthly + + + https://kframework.org/k-distribution/k-tutorial/3_advanced/ + 1.0 + 2023-11-10 + monthly + + \ No newline at end of file

_pjvV1Un$1H^rH?NqFx#KEjbX>`QF zS~Zpz@=hTc2i&$a1A1O?d|>LM?kfLpO45MHo(6dE%S4qVgR$0A^2c`k0FczLKQj&R z@5^!%Z5+%_Xjq3IIOLGzP*30pfR;V|rL^@r(tu)nx$XF4&TdlAL;hBz6Z!1}ALT5Z zGSoO(KaJ)(&rkQ^6l4AHKFSHflDb!xG5$$5Q!(1p6VF~wBk9|Eb@b=^!S(dVt@T1f z584;EW52p5=MHgeht@sTiGB;*vPDGR^Ah{rH6vDc4c-=bJkEFnV zeI?K%ND~wiGrKWmPPH4#fW7f<1Bp+l_z9s5TleK>|y3!mj!L3 zBW-Y5s(xnUCW>nGo@hQsv#YpD`|GxtNC$8k@wpziVa+O!V_!k4Q&2!<^c(-;D0GWU z%aZ|n0@$p)?;Hs`fTdq`hplDjpaMFtPakeD3wv^Vt1F0Zu-mD=Ks4))oE{{?c+9z0 zzNETX7={V7bkvDgBs6fQTQe4<62?)5h2VMCZ z8pwf&X;R65iiK)fiBlA={Nv+aeES%L#y13$R}qGU*AS8U!S{E=2P$`aZ8i)Te>Th8 z<)~q*Lf6(@_8*>-$w<+m-iQ@q3~yFl*{eO3w@HV9lFC%Nf`vV0D%_a!ulBWj>3+~( z*0F7E|1r83_DCj6o`tZ z6YP)LMtO#62}RjsCsO}|J*U(^q;ToeE1|@ z+^t(@&2!FmCUyW7`Llz6DgUv9(Zj(ut7Q&Vg@QbLMmOpjNSIBzgtqjiFrSdMd^-$o z5jCEr7U;?+2@CS)sf{yXS3H|N!Ma&1BVpM{9sL$LXMQl<6!tCj5$3)~r{lGtRKSo^ zL#T8=WP&h{Gr=}Q)#jwh~hyW(g) z7>&}8GU0g^DA*f-#EC?T-aLH!*QS;9$w0_fxe3;XfG zy~XW3tI81mC8kl_Evy%f9%jG1B$^HZm}sUD z1{+HR4S`ZMKqZc^ogffrM`aT~;e%1(efD-rTA=tc?ynorI2+lP=ft676NNRF@>Wo-{joboQ2>hBN96DpZ7R^*Yp?B zsqePOb%Y3`NA7LN+B2g%)%7oJ-e)lv*vj+9kr3W_?>^_9LdaS;+q1n98fyW)M3&RaRd#UHj8z!C2G{1W^B^|FsEGo7_ zFQ|gJm|?#DfS|mP3+83ES?Lr3{dgLDHUc|pIaW)^f9$Sp_84oXJIm9Xim z#7cCyEF{LiUnZMEIzh->T{Zj)v%u7#Pp7+cp;K&6!QLkt`{C7hZyR*QPc$cA6-49gvHN+T4$soj6Z=spVSh-( zMCu#nvQvsHS)Hxiz`${Mi>_u%ML8~}vT;DC6+tUM zW3~i%*>s>pSd0%GldYalUwjX`Cvf{(IF6j%ogW8j380|&2 ze$d*f&Nm}k50J|s1Dqwio8P+mHW8#gEwd+W{L$XIR6omFnitRB4^duWv2zEsQg3-# zw&|_cElR`2rCQb?=Y^cQhP{k^-I{(8)F1Id8>j%!$OSG@t@fVSLsG!P==*&jo+-8b zr(+}Ye?==|WM}_hpx^)b1#bQW8op3|f?SL*#@QM)gn`HgY=d0>>*ev{zbp!G|0pF8 zkxCV1d`*z8q6->%*h-^H`jYTVGW+0_4h;J*FbIFzhc58noxON`<=p6p=@W#>=Y7@3 zTK{3-!52;+<)j(X{p0a6bnt!B!}!fWb~)PqwKp9UXFrIYN2mv@cfUN!-XyI*n7K23 zHz7i){Mk66jbS?7FlEv`Ft$2A3K2k0z}>FgT~CbQBIiG(?4#!aCE;tNj=g?$hSM9y z6CYP7gloe^%Bpi|SVVy%dn>3lw^HpC4uAEViu~*qLBUd@XoI#zP7k63` z-!srQxW;D;E1ylgQFxS$-v$oSuk;S%8ArcxVdbI%uIpQz4z&IQ*w=)RfzGnulgZ-69bnqF$QZ7nUw*Y^H3r?0JhKmaMTQttA@O?#hbxA@rUJs^Ms3bpf1+!}CfxA_UwGO(W5ha(B9T zUU@<-Jv%T2IC9Uy{8n5{$ zz&`fynle452gji3p7*{Yd*dbcX5E2?5$Uq{7N>-{_9?E7E>5b7+u3)rh29;-n}#Wz zARJ|4g9s^Yabv3R$gM;HnD%NEy2+i2jB|b@x_{EJY$It0PR3i|oOM#$fe_iqe3wxC z2v_18%;!fF-9|Wg_DVk~?u|}wm-8q50ts3wAXFN|eA{lCfoo~KXqu2pmmr(biRV>z z-bous3isFETCzEoaACSfI+4RcHMnW%J6FSIkG+$2XfOf^n9liY=i-f~cB~x30nDu0 zJM4ULkFFkvs^^O@(@5CF?8=HwU4u$v-FN8BvR+yDP10S)U9^FA?}JF54dxJ7MsLDU z8%R2#4;mGW`D%+Z@{ADnV)a(?RC5E?3%@juWrG3{dkw}HkJm+%qtY-s9=8Lizrx6( zvl*JR1y+mx?<`sT1fLUul^>qtWai;b?e3H#>XS%xZ3o3bBj~>ynKwFkoGN|N0=EP z?%IX8Vk|y1IhIMf9U>5{l0||3zR)MQ=l|U>XnlUt?5aq1*oF6HgA*H2qCGI;!>MZ zbLldw&ws1Vg;y*i3_0kr_}Sa_ub?kRJMv>WWJ}t)3Xa;mGo2k1*6Vejj;~xF9xBEa zPibWg9~FN>sqLtC#@A$1!W#dYyM08_aUm7AQBF>xhysRt!_~OOb&gfGsif5cL z(%Q(JwQY=XMxj4k%c0}x#H)BEH_}?`r68X)Q|?vc-d<#Xxgw{arGSN4rX`{AH76A~ zYxv8079cF<5(}^xX1fC`%SQF{G+%?_q-jk0VhLGwfM2~}{xxd!yv^7tZ{jtK7H!Vf zS$0gwK+NTSW>=XM5;;p9MWMXfgY1g5nUy!KJOq;#H;?+@YT&_1um$PF_GLk{IJ1u% z!g!;Ff}60I<%hUijvcK=UO73L<|{&Ix>+1}Yy~c4z2sc#TLQTG73_bpa3#UsE#j)w zg}|)?Cg^ki$P}Poy>kr|1|ZRG-8ksbnPj^uCxv#7{))xk?hibmT1>qw-qPqLgRYUho&$@NBz zn8P^L5#3W{lWd@RWz<_KocRX(K$&*N`cj*bz?%qlxX4#qhEU9*yHl*22z4VF)2V%)mRCT1)$|Gv#xp63ke``!u{$0RsHAz2ibLb@RXM)hd z1GgSE_?LqqYfK5I@B4(6y)Z=i55G9({|W=l$iei#B05|Do6aMQI-B1AXXQ^5I2ki; zwb;Tx2+5E9U!w*OW!{6oq3Y>&k|b4nJ^v45@7SGbxNYmkww+XL+qP}nwv&qOq+;8) zZM$MSd1IV9tDUynUhT{e^G7^SAEWnsT%CJsYEF!P@P{HD{!^f#`|G;z>!yzI{C4hm zZS8nUqv`6>et^C%eq_?E$-YDDE@0-t``Zgsm{1st3XC_jzU=2FRPoN4#qjR@r0=ba zU0?jw$Km@S0RFY__6d8};M@DlB++<9ot{JSlKv2QwXap{C+qL_jj&{&?~-p|qic7f zFXZl-@>@>q-~04*pg{Kq%20U7=wtHZPTa==kw=I}5h3(&v~YWRyh(@5g^y>f+P9Zr z`kYT$h`|WLkXr*24)bpxc{TP>=XnL8y^@{51%QRz1VuA;81M~SK)Uh zkS)J<7rONAA)&o|MS38m6V-Er;~J3OSggS)Y;D(8e57yXdkDhC*2&)!(=!=p{)m@jaghvM>O_^slo4Y@^ip% zesE`^DR5W%+$#F`Wjxd8^grEg8#x>KdXJD>;Hd+LV*Yvu#) z2qi<^K}5&&@63FD-i0Fasu}wxvr9}Gv-%3wZ88@S>~i3XoF>dN1;j*c6iWMr>;Vw+ z&VPHTq-W*Tx0ary;x1c>(C8(!IGuhmOJN}2N2RK* zGcXn3FkUK?PcSR3-U52ID0sF(R=8j(+|$H7G-v72p7bo#GF8BDS(nGiMDZoGybk`OA#yr!!XJrc-puUf zCr5KrB8+=~KwTCTW_kE}>g8K}$YGTRZ~Im%Shmx$YcG3H z-w}PTH>SpFzlMns>jQYKmhn$-OTxN0F|d0HxkLuamoFTH3kZ8!qZ=#`jPNvnVPssT zKCxs*&zBh8&JtrllU5BMGAj4TQjxxqCMulVyZP6dKeP$8)7y;=XhdIO^J-hPdyooa`5o_Xob(pJKRmuA_rH}Hq% zo&4xg4j~2V)TmF*P&a6&K9I6=-+m$d^?!q0ox+p*4^qqeUtwdIxETM}g4*+cHPP@c zC_41t{huP5#7LK>|0$vojVdf&Snm~6A`Pnpf=IXoW(Zf$*Z>L)pzN>hjO-u zHqdwW7u?rImk;s39mvqOl)ha#(GCPeH zj9J4=;MpbEj&WmkmUFumx9IhTSu5Wba(k|FS`}l}Ql`*XD!}im>gNIqFNw9C%AC1~TCG3e-_P8P2v zEX*-rW0@eQPpi*6f&>&in8695{vQSczhAl$iqwx;0@(B<5$!!gqDH+hmZAVblP07V z34*@1v%jASZZ8bPR3Q*4o}!nMU7baV5nDFL#EB)Pv{$TKarbW=Qnj{#+@HQ~Qh~z-4Hw?%aJ++#Ma3(R^A@0k3jT?absm3i*@JN?X zI`O3|M*-09Pj{JkYT#Tk>?S0W7RffEQD2i2$^?I)@d%AKf}Fz?<2iy1nPhO}GHEH~ z%O7(b*X{oCgw*wTaR4$&JuAl?+uc{Y4twFWGQcGfaGaqxUuTbU;Mh9j-Hp<-MuZvF zGB$rq?E6AF&IzlAB9`S?Y=@T)5jh)CY>4xgF9CyLHs@0QHOM191kcT`hqq^kUg;`G zn9T3jnv>2}<$SJwV4y_FuH@xl@6Ira3LCqsU!z^rm^zAeh&URi>jpGrbL!R22qg)| z>a~JoG{v9BJJ#z^vAE++M%4eA@sP?__*5+Nh0Fz)> zuNH9d;aG|ou{4S(PM9C2LIZJMN2>L^|!P~%QdC4{V9@Kvfd1#T)WJ9z>N?3$5 zFW0jau4fiaS=0)w#Hy@dzj|kIia=49F_HW11hdN>b(L?~N?Pvg4^1grC(}0-Y>|=h z2cYWHJDcK>q<2X5jYqu{u}}KEZ0lRyZ-_(DFA$BoCou%^BPwP#*JF|E9E@Xvh?WN| zMQmM*w#21)SxQ~kKV=QCDpdr@-w{*pRhxW}7K6jZp^B)T8=`md_j4kN!w?Z-FU&h3 zrXLaTyx%Pq!AJ!R35`spu02k_eRbd(m0>IKk!L4xc%nR>+0fPTFI6LA9#G4dnSQ+j zckwooyvtK6%!l;F!|&OkpR*|CEo82^x= z6Qb4Pl*5LFuYtc8i3TrZK`bV*GlK^pdTv{YvM*|jM3aLbWvdj#3jvFRQx>hPL5plV z?8rfVv|0A1tjvRAm!b?OJUr~g_Mn8fnc9&=El2d%E7P6C=Cheoe{ql7_rEUA;o5^@ zX^mPL{T>_j`L^kb+dD3nrk*@_m%B{mD)QTL^cFgLN58=v8|tn$LB_EfW#VXA!|}Wc zV3fGA4yL@Pd@Abnwx7j&Z?NG_-wrMG&w13YQK;%3ODu=)?Od9F;wy}NP(#&ceY0L~ z)h=lmAFs!&GH~T&(ClQJKu3@xic|{TOZy-v5MBcI`jzi-ZfvLJ(ru>8gSDw^(dqCk z9m+T10IQvZbJ*gJEgk>Ju0$srpE4d9OX>#qD6z-(?a%mTb-|zg$Rwcx%Xfa6E)Ca3 zi}e+cs1Tp3KG5T#<+t|cfaCO$dEmW!)Nph^q+U@NpGpYUA{--k?y(sxfZ3R6A0$fiDD0n zGg)x#*;0MgAkR)ltXe}=quRvRL)&m?I?xXTWcHlKaL11r9y|v7wj~q zZ|C&U63*k)#wO|SylC6fiDOr=Zb_l6^XZtC2p-WY(CMh5taOO34 zipY{box*DA-fx$Hc+1SD)un^1=cPNEbLua7cFDh5@nSD7X(wUMB|Oe`j&;HZ&NCR- zk)Svw=nwC#A8OtrIG``BMoHv$_gfxQzVZy_Fio+zb+`!UkA;t${BJ`#*=1LVS)t;X z(9yA3p>F;+OGddVh<4r&kX3Itm;Q^dEMR;y@*Zh|@P$e<=sjhBX|Or?{;=j$pV|Ua zkK893tnOLG+LMe*rd(Re8myS%e(6Yr{!3PL&-S=1Z79u50yQ^Q8`dsbuyV6LT-a~r zY+IzYyVLO~GQCSq5*;XF$@SPcWDvk-nbR8%tl`>FBKY;Fx_r58;LPAq^A!iiX$}wD zdHHqr(oAY+lLc#Qm1gkl&0JwwOOYMpGCN~L`c|Ue?9dnISx0Ey<`hMmr^nc6TLQktx3rWuoriapPZClZ-LkzAYPewVFRg+ewX08{F+w@L_V=o$=fFBXYvbw*F^R`96E ztQmAsdq7?yAKpV_#cjaEGShdxO17QcRtFuF2_i{P6p713Rf9BB4V?JcHN9!b@&KTf z@izu$?Uqx;o_m%A+9{xyAlcb|_Zo25HtQc1t*;%Xe|?iS**CuBEa~upyuO z>dF4K2$LZ+5dyeXv{zE`%1=1@LdvLP{e-qI6Q&TN@l)jd>ogwG?v)Zi5g|wIdIik z8dHz9hd(IuU$iT&?^~DWkgXQ`s_yXJ0uev{*`IRK7`~3MT1X}PH zhb9@`H4g*_4}yNVou7CFexB#iFUPvkjNs{m45=#%mDUxB1(k7*rg4PbLl7S-y|II5 z+qXTkQS3d?-6)Ekgu?SG*aGr-a5hnTMBwc34|G4g?omb9mY~45_z8Qx5?=Np0(t%Z z2F}2H5u30-3i1|cs%eIPMpb(NQn z14f6oGn!MR8PVW2BCZoQ?t!q5$HRY?&Q#|~`WCnMVuOY(pO0pgnc5l|xu zJATc_>R;cErMLTPSxG*h90ZY`NT!Q%mt$mf-7XUk(%N#XmpP~w`s+Sfdg&X!CMSla zVm9hx2%?L0uPO~LItCuFjqe9$0BYOlDDe}jBo9Ao+7|SyQJ4``H7bh;QSy^|gmW#i z#)6NQ*pJaF7N58cj-|DGx2snhS;^dp=W7m3{;t-d>}=<-t6#3&zf&6CvW6L*`1xnI zcJbFZ@Cogl2tku|rU!h_bB7S|?!~a(nN(s@g+4k}J~jgLY#no+*Zg!1PbW>4Ge55K ze{|ze-_@aSzXijq3di>%^3B82QmW=)8 zdw+uUKlEvALx^tnY2I|!Fm&Bw|6o^tJJ#Lo@nEmt1*j)(IamSNI7P0a-2&P~+gD}? zG5%DADEx>)=JC|g(hY^Y_oU5@%Em8255_!&?_AvUV~f%Fjbh(vvF-?D?VSQ&nDM^_sHsZT6tofG5==U_-#Q|x7wJ}Psu`l__o*!dZzdU|mH^4Dpb9ookEKBIO zVe3+DPU-w9uI;Q$tHXLw$<-YxX|X$-hoISHhRiCjPM3b6P98H2{G#24HDmLxT5iTp z2uwx4zpx+jO#Rq3)m)g`bw#RwyxQ+kTs6nf1QL8x^rWNpiL&RVEu>4O0 z6~}+|a*XSL4^%z>SLRSUaRATC&1i`0*xGLz7P8X3^)Jr;8SajvRbF0r9$ZIeB~dcH zUjbCMPqm5B@_wR5|GpbapX(bk=nK27^Zsf5d}{c7jn?ITgqVJ~*N!ngMm;bxEK@{*eKEkH* zv^}i)_Bij_#*D!5)+>y(F1lzhwPY(aJg*RV7qr(ah#X=+W|O3w}u#s3E7EO3?3V! zTGM&zWYp8p1P?rL`BHbRGaH^eJ|~XSC;et1>As*`18Nd@KQ+dx!kx1$&DvfK z&gQ1dN=q$p#o2Na{u904F~(mq#sMwE!9?ifPf{NsD2PQk0wjR+4yuV@vJDN@O$(x$ zTd4&>qU$5+zIT-LqtgYMpL9KV>}yFyR)b)kdG_Yb;l+gemw4|lB)tYMP)n1Qccxby zu!qK9nwAd7HUUazhXADDv9$$=KK-`fimjm}H^iL3T?wszGrw9z8_+c7-GfQ#L6c3 zytORf&3Fp!Hr$rPVTuSPJ51TE$MI^3gX{hoWHpu z_fbFh3|KJi_cBjt%@bc3^AZ0{KSVtKau7CIRI|NnXXy(rh!R$3mRX#e8qhkHlsyhvadowV_3aWw77M22fAp{it zCk9XV^LlDQjGZ=G1l(GAo#`|vy>6}7HTIdzvc=7)br+) z-XgaB#juP0jSF5i%7v9?xK&1mWiswvik%SY9qE%)xMZIhQgQ?M9#zP{JVUbO*YCIc zm-fFsK(9H#=xIQkyIw|g+0*qG3^{*Ada)N%hGB%b+3w2q%4E9GX}akz?rGbkdhc1u zVX)@$-o&(@Dq(^=Ovgh-_etGCQJoQ2Gdy4MfxDF`yj+%QQ~iwzjuh_7BB~SgqZIhH z!e#z(u{B=1H2!iCdf@9{n1HP-@=YM+%_gYO%`b+u%hk3%4Bb!zGPxAujV7^NK2r90 zgXH(EP9Ot(pNw+gL{d|ZLgv{zV=qJNe~Tsn+O?vItEZqM92xp-Gk30?fcW89ND)ry zt+3!CI@el&hZOT@fM#-BtGf2qMPt{8rPzFjI{$!I8JZe8YqPE0_eY|nU+iYUrRfR_ zFH+U#Rob$G1G+x9O3a)JC#Rg>Ksm2H&$T?oM1Fl$h{{h=R^C#)UcK*nDQYojFfzJE z3?NP-%LFxIZuhNwJ@8ePr0d_8r0X=4{n9=&hw+sBQ>u(t)%puIH)Yq$dmheur0y*S zXV!<_XI1APsF${OB)r#i%PM+mvgbK1f5Krl#1hxA7uvL8225M};@tdm3mx@bXL^KJ zAu%m&U|k#AOU5YecUuPA4?PIJ@5wg*GquiewMx(wCQHs2|1C{7XDXaSMwO%J51GIsQa>f12Q*+JljNhI#! zMz3##X`jF&}LtDdpRECma?W~LZVaei%3*cpJuV#MWC78_ zZOAb>#bA!LJj;q=)m&+D#|tzf7ES(>n2lW_B{KKEJh?gja2y^0E5`?b4~vk6vm>oEHB#O4#XIF zxS@+B#`}`0EzMcwwtsLaKx_x__xxP)f8F?hPxJ-I_w~s4`C~2(V!(TQ_b7OqM=>mk zfwE}J{fib1I5|EmQ$G0mTxz*aQ4anRZU0Sk+2^-;DY^m>mpFP@2LNvRI`l*DG>Y#9 z*1S%>ZC+A+9}R*&z$oo|g74cdXx7sy)pxf6JiAmw!j#Vbecyoh@U1{n+>BIXpw(-J z3xujA8~NbX@_=~{sZFiKG-l>+1dp8qeE)%0SM8`x>xJoA^19HAC^mk~@8<{m4G5d= z1CGnS8IKxIiTR6M+MZB0hJ17L>RkHAX^h|e(50Ga?koSMr&pO?^1Wv> zYNeY}fsR~SCTm}c;CgsunwA+_#C?=J&qh43@7X_w(Fy0P6zpg^EBD7^ru-&nD?|;< zXs0CqrhoCi!gehM2*ekuPF#`&pxYW11`kBp+${sO!&(SqaGuvo{PeTcGGu>Z_t+HG z7=B>|>s31{8I$2od~D-V)ga3)h8c;LsZ9qpLY%G%(S^yYQW68@24X-DVe4G|yMEH$Rk?eWtRpRTo@bZBEf}T&x1Sf(qpKnI&F|IQ<@BjFr@XgE zULfHgJVBZ0zH&joeo=NX#+*Xb(4Nd5B1ndeBNQJT7kix&Mm-n|ong>bnS&|hH~9tA z+kWb}7}Yi>Iq$^*`+4OCnLxmRM54TpH2cj$uMpAq_gVAPCTuuBLr1QMCu7vHDqgI#2FOREnPqC z4a`(@3bTlM_wAiF#g9|=V9iPImn6(b*NANebTq_JoD2wmC2e#+?jpWkd$H}kvNi5F zsU-Rnb^)S`Dnc7BDh<`OQwc6k^(Jc;!;*_5mcqlDA0(Kywuo4=%i8+FJQq$E-nm=V zYnmhFks^}`g4iFMMV>1S2Q(JVInq_MHEsc0~2pr&dMP( z2DUVW3re;{dRAs#QKE#qJLksgP^cyFZK)wNf659c+3aR#Xu%~r$`#;b?rnBqy=>6| zBydPR&$lbgR<)o{>@+){klyVX3@B)$fwcXMM?xCwc;~$(E??727U-Vh%ht6t1Le=f ztm_z|K|Xe|v2CQep28Z&1~=?&G=n4-0mSO+5}ef84M!v+lqvu%&J3h ztPvb4QO2R$8@-Z1jEw7;(0+P~#<|mi%(!UmZW%Co*3=X6>r#?yyH<~yk1HBKt}u-$ z7nH9{PuN8NXe#a-hOr%7CPq|^lYufKRK&cQtlNJJ5Oj2Z;KZ~eAIYoyoQ{>L$w!#3 zsItfJu7zTu9uUF|upg+HRD1d(D|S2=wU^jxP^=)5B4c3OsS)%j^AM!UQ--cZrIPS{ zx`uCaSr6MA$(MS~jiF(a^Cy9}ZAGieL@0662NCBBGV!lnKX^*l1TX0P;At1p2L|0$X3hsc>?p>i+! z+mK?M_f<)2*^IGFzABLAwWy!CENgb78Vh=Sok{nCz6A{RUfDNFOhqP%ez+te75>Gv zQI;bHXXi~J3vR}_sNvDUd{v9!>;^Z?2a=m=WSmJ)&zNB|Q*U|?c-#68*1< z%O0V9OkroEtpBl&PidPcxoNbWo%loTjXI_7Tj@g|#X^QNDOxvG`MRa$@A=L}FuknR zaM+wdx+vD(mbi{iAmb%lJ4bl*MsaNaY>6}BqlaKrqlI539>cOQbNQ!0g)qN)O$;PK z4$x+oQawz+lf&Rwk_LwdkD+@Y1vi$A#b0P!G`jLCL_5AgXBA{+kIS2uv{+oo=3y36 zn92%uhQe)1pggak=0>OWbVW1Q{4n&SF5vb)9`f&glkrQ^Nt{Kf3KiSK&+&r!ppqLF z9s=L5dm!ha*iXjD$8%S{gZYb$Z5o$um-_Sf5f7uc0I`jM9$M;pYq%NM)N-(*5Y24a!FtO7=colEySegNBgT=S^B4=>*OlF^xV8%c$cr6I-4s8x!SWUj z&ryxgQ&TNm{@SD)@@~_HTylFti!8cQDe)U4I@a6M^T@}e36+E2A=_LxD|30Ocx$A5 z$M}6e&0iQp&kfVh*@u?e4PN5B-j1w*i*r&ia~9GxwGdx__ujvNfZfbnlJJi&t$Fc- zo@9AhH1VrA#m)^UhmX#}_W%R?{JmoQ`B|PZpsbl%icZUcOpLdqnOm0%2{6jzF@_)D z!K6Q}|7kS&??|8=|GS%K<{um7@c(0@93+g$f#LW;B|s-^0r|l?JMqj?g}?pCXp%lv(Kk6UCl+vw_P?Af=|=uURDd8bV)OsmgU zSp?16^c1yR;CqZ?<_h5yLG+%%YG~Wp^7UBSF&xucz8rW3bbn#Y^ih)qlc64}zo*4d zhjrA6vzE7ri870!Xv9|vsoTl1k8QmRV;nw{>YR|UqDomr_W8EJQA`FW@K+{|wB4G) zk0~R~X0?V6{kk|h^yuoT9VM0MT7#!|Az5P`}+4 zf(Mg&Qv3BZko^dI&IF`Hm>muzjYKav);<-s1d?wcf)?QxwL_yMWFBck)C;+pJkfir4g+Zn zVu+J}QKNHcxtJ$RplyLf|8PT8aYN+ze3gECtE2O0*RrZUX*iU)R3r2ok7^Gu1QZxH zJFh(Dme>@j9!y&VPNN_84>kY9W#pwL{2;f07v2@ALGqN`c3Nh$C(cC7UHU-%6}mk&ccAjV~sOy_p@OCw2H-(_A9-+}@-fjLvMC zR$jG!B+|wX1H5#4l_vHn$ig3pnpI@mFKRF81N{GGw;19ups@hu-rXq1?$*E@B9UuU zfof{W{hB)71k_}R8|CdCV2^3khSi5vS_`%$c8y8qZoI|$>TS3or((aI0e`fWv7?db zFhAGbnFiWX8i@0w9A1%ZNa|U|QsY&Umbp8#=aOscEiUY<5T4y+xhGMln%>Y}^_U8# zG|m$xK5!%#v#K(J!n{NF(vAETk*9RVn18=N7D5P#a+${A;!j7W$Z!S8XTf@H{+Dlh zb5i%3KAt@>wkkmoD2lB&ipd9kUz6X?6vJhKR+2~RVfX;Rpe$B@*xipmaFvZvMME|tn^@pJLs>6Gq zl9F*Iv8*k_=o86{a2!wKOSH;m-Cga7P^S;hZ6c0)F8NNkHUkhiX}Om9RgvVrwk5FO zhsf3R>yBlI`h4Yy!eLQM?#eH~tJVIvVOk4FT0rTnEDn`G4(Qdr&G-HsHi&6WTm?68 z?8;A9mh~rb<|+V6I%&;KZ-TL|BD!rAdp5c)sYjx#ObZsbk8SlYV)t~(aq(4|S5V6f zu-oObvugPOXYL>P{nAI!w*XwcdHXS{5}tx&M~}E&4zYUEG2q*%gIN&c7WFX8&K9e# ziL$nobPzuqJ))fgB^5E>z1Z=hZ^~%2rHset7|9w|;$IM-F=na^{ znTlsyM8IXod&ewK86ISu$tc4c+jU;Y2|7>^*G{O-slZ^!IGlHb{B@(HExw&_sWxNS zR+Xmu>(ivHD$Bk5iq6iG3!M(L;zI(UnZ(e5GmFk^zbeKFplv2Q&(UNUyzY_Le+|KV z*%n9Fb7(Rq3;jHoz388^+}0*2n_Eo{#&zao$UK(^CQW#@m%rbOXN;jifz?8iEVqks z8}v12cJtbcxOhBCWEDd;7$t*XUSwJMvhQ{%;9C6uovLna4_I{ z7)3)>MFTN}@X4K74P4@KHpg5nD^*kJp!y#+@#kn)c91(H2BovtDC+9M60d;8Hdp$5h zad;ToudrmlovgFD9MB>zR_~>;6Wj%yZ4dX!4!C!Awka>;7Cq=xh1Ku&?%aMN_-zi`C(|A!pL6OC4(J|}CqEZ5zYIR zF+6-t$b?-V@b>gv_qBHW{GJ;SAlug~Z_rz5WfTp;*K@N3C(E!T_di?vRvtrkNXHN0 zeasa#TZ-$B&hv4=?w#g!cOQ zX;>b^V31fZaSt`$rr?l{ZenJwL7D#bUiwO-Ez_Dl;ze$n!HI0&YtqFN*(W2nRa;42ctiuCMM1;C!MBgWc-OnhIp}K0-b*x@cxz!n-@u7UYO(Qfdrba*?NY4|*}B2Xpd!Pgt+i!D zZidPBDP_@Zqqf$~-6RHZ@*vE~lR#)O74(LZQbY=Tpj<;q$;a4GP<>MF8u0u^Ljg+n ztSq^@I3cY@qj&l>rzPkx(e^cQ#kX4dRo`^xxk9q%;H*dxkgbzunGsUun_v3bZOhe6+#f^#x zb>gOq2unIf3X*;XrSn;_y-mpj90Ne@%+Xk1nn$^xB3PC*iFXe}oqDFkC*71zQG7Z-@oLNHx|sF_XM>>xTRKqA6?^tqt;^8opM;Cb z;sGl>Wfuwi6-0ywg;9Rfq-le#6t}0GAscV=WBBb?sLVw?xp`3E3YJ8t0_OhxOJ9de zZE>GIdN%>fUPSoaGuvlTQ!oEWwyrRuY3E(lkchHqSTbMxgbQ(Y7KX>|4uzNpZPB&o zA#EqCZN*AD4la=-r~0V#lVWj6kk(!(}GcTFFJV6{)X((F$3FD2>GO%nm8RWUp$3enk$*m}^EIpo0&{;;n?eR38^3>^hn-q6uv{I`BhSFeswqQ-Z9R+o;; zGzDCMk-*KTGW9lO>w!i#XK#kq_x!Z>ZT0}0FLOXp!?q{(2UBX zJ93QrjX7uIV*33MLu-9{5DRSJQy_a5%%M(>9=!VU9Ca!v!X<(kxQpGlCVR=MnmsfM z*7_7?AgKT-bP>Kb!cLmKxFp?9-y7f(WuJ2Z$sFvNgqin!Uya1do(wP$&W&8My|(M}76 z@nq;ggs5Nj1PM8=ulAQDCYrZf7HQz4FmaQz_P4SbCAjlsjY~ITRA=W++#Ne{zu3Bh zw+pp5lI1giYYc~f4CF`_^$P6}>3f;+BHS+%tl-Sz@YeFT1$OA2{mvieMPKgOC!5dR zWdX>hTv9R?B}?T4*GazBi1q9KJpT5yWe5JSU%OHYz0Pbv9t}pc zGNN{IuwdbDbeg-3AW2m6Ze}tgOW-58mZsQmIaS)QyI@G)E$qbD;(VX5J1kAn5+aUW zV<*%i(;4O+UupJ|2D?`0>KwBnu>4DUoekC4m-?zQ_^Z;P2zaPo1`i-59H5>q2tzm6 z$F6d!yB7HQX7V=r2Ac+lVhXYZps~(Z+`(Yo z!V_X!%{Yu9;g6cqR_f99lYQep*K5v{ZXENcsk}kn9g4Z_3^*v+nwpug_{_HO&Qk*5 zQ`kln?nB~n{tX0=;qe{uH4%ol(V_tBZT36fWtJ=U^VA)F3VP|3FwD>iSVBBP-ZsaK zqvJF&d{rNW0C`5XjnM__fEu>*S-S2hSxo=m16S$?TBRDJtD5Kxlp|q9mX{CGlh+dm(eH&5fz?$Au2*Kx zppL*+qcWOf=5Iv_+s)EzXm-JRK=IRSJJ~P7>e5=37bf@It;kOUGe=JWG^2 zMFw4wm098j)~(^zvNc)FhKOd3luc%4BlePpK^V-2Z&X!w;Esuf*hd} zydZx2YfT#5LVq1No}^BFoYDtA|8aS-JI+i+Qo{0RPPFAGINbX%b-lw2*2|vyj{Na zzyx{(J$jS@{%kb&yDt9zK40)`vu*)EcFV9H4R@0H>w*>z-@$NoT?i{`kShZXd*TrH zaEe(!Lg8wgnPZQHUzvMs+vA?+4xBnpZ5nFZc_rT&(!>`jLr)Fe^JXtjjo2Es)P~ia zOl!j?-?9EXk(e#kXf^oq8;p6^0I^i?6LAvvtJD6FBnk4A^r1U;y>X&OFdF2&k8%{} zZrZMTsw%;=PAkYYDjm?WkEQfX_c3a~45t0yl*zO&y8tGbL753LpQ#lz|0?&20~oJR zy(}1=aq72aA0lB!hO-wCwhjHMzAtQi_nGJzD?@W4sF)(G)yVm?)7g(xZPi8(SrY1? zcXmRCVv@X-Ue9e(MR!UCdVN~#Lk?wBUenqRVPUkZ40#j#LF9Xef4i(}KjacA|2O0x z#C8?lkas$IzFM3ARxxYC8Jd1oe>%U{7S9cl{&yPccQ`Z>A57_5*e^4kG<*O~1zzdG zeX!XdUx#zrTLj;ev1JC%+v2<`hxry6xZ5Dk3_}<&mr}Z`9L|+&eJRP13ZaL z2Wf~Bs+`nyCiP5i?(Wwgh1`3uT4epOdCiqcjf7f~zD3*0bkXWtNqRr|AIxIG%-tij zlsyZb*I6~TKm#{rF-(W$i&#``s9WHkEuFXLp}w>NOw9kJY5$e?$;rv`e@oho=1klc z(LW#;m1j^pV?R>y3ITOXs<#eRTV=R+&v`|--;WHoKisf;%o4yph3Kb$+V_!(#c-Vl zHKr@i5Mn#8>9p_WyvrtF^pfVo**LGy%A6-U@XFO(;%vSVRMe*!6oXZxaEQy4Au1NBQHe*VojS%n=6-4}( z?BsZ~&noveE;<)+Pw@{%xU;yOM|sN5!Y>k@z$sM-KI_`DVT+&Yac<-k2GQWXEC=HO zicMlrshu&UKshu?C6ILt*pe&y21RsioPv*-z$mz1(txJeR_95Q#>%?!=qP0a+pG|3 zmZoXSdy(ABf@Xo#r^9+Y3Eg++DUx)*J@r9#a*XN?H`P$1q3SzaL&{#VeM(uSZhTCcJ-6>gA^Ip#xifI(6#Rxw&F9%8Q%27J0yvo+UB0HVQ9W|ZPGQ9zA zO3iO7FG@zn1<}!f@co3L9Yx~sFUkQr&gCz~LXV(EmsBmvzYTP0zejUU2bC*Cx+;5~ zyJnnXaP?Nw|6$P&i?Qlaap(P*%hlHmhD5<{3WGa+R!M#~A9CGP^a0);oPqMM6ZvGkF& z*-oN;o|F+C>dEDuQoxCy<0k$RwP7f52fz`8vUe7m!|Aec6=4sa#zs}5AHAd~U$iSj zOb~+Zdx{IirRQksA_9}p52R3tSTUqp%iv>iUJ@+iu(M$0t<+agdaiG;)S1lQ!ygCu zivzq6G~8w}V2cC;FQQ808x{*>Sp=c&EX^&NdHvoYkv-lb|I>&2U->c| zod1iYx1-q;x5Wsz`+?>i)Q$qM02K=du?wt6yRX;yV?)4TxU9(YXC$iB8jsWIDm2MW4HpR#GSx#J zZ|jz@xVa`}@9gc~aKJELWgUlVCNg)~COO-JOAs2xbvX$LsB)PyFeI?Dl<=Mv#8%a# zVr_)LEsmsLCCmc1^xNr^96?%rl*+fVvH_ZH9l4g^2aF2aQnn;UqOAS|t6815f(>ra zg4eBUy1_fNl6MnUumT7U-~?gCOu31?s}4tk3^DGAUac5d{H^p%LgFXeMe)-pp> z(-k1uJFM|$O9+b0+z>R=qV=pQ)JDVp9oxV`xdaee0cPdEL6)TchF$9;?Bod2Cw$6U zA8!9KCWqv|p2~IU#IQ__DX5z)5Pk=gOP^Gy6?wq`i(eosNA90xd6~S~ zYZ!Fr%7YSLVlS*-ROBy;+^6TZ_Dz^E?wr$(CRk3Z`HY+wOwrwY!?;qWxdyoDO z_W4?eYt1>IXWrLEWnzH)psgXOIOf;vK(#i`x}XdvWu{yjpc;3zPLZb+K?!Dd6$WCR2lQSL*Lt~52}byypGS9yws`1(CfKcr zLothwnzPAdyw$%SpSS;sc2>54)-T=MY@eAyO!2P*L3DRj{W}-jr@d@j1KEO}oph{< zfvI~>7Q-aA{Li09=xHH|jn;`XS0jFP2R&dc#0^X&qJ~06f;wB6KdTD-M7mnzq_H81 zogOzBs-tAus`sI5ia0UV_30qpq&A3Us-yA32rioe+Dl zv;{q1OAfNwI^2Jy0;ldi`}juhWG-q1qCMBLl7s|&d!xxMtn_)_U}Gl0W~U@Ce0u3S zHr7sk5VT~Ed8_!zU1ax>)`9-pK-f0g zoA~w#NQ5`8>jk7$ZpU5B?<421Uu9m zd1hWK)Eg&w?FBXR?468B#|?Ibr3OLG2AoVI=df4y{T3kieZYu(@0ja?EW%|*Y=_SJ z^mzvV@UUSfH$Z65bDbe2vQ=Fwtc2Rtjsdj$qq8Z7|8OY*oS}_`Nkw@;9djSO?!Jf<$6`RHL4ZZXvc0APE0OC)H6Y$g%t9G1ukfgD6NW zNuiAK7X`9PB?GKBl%UClU}3IT#nj>BH6$7ar$s~CSQU8r79dJA!{6(=P5h>2SqV=n z*Ytd5oG&!Z0>zYojj)BhWVcJ8E7*V!96Y%uH?$xXAH^HoNoedkKN_{$`)_6Tcn_FCIsu!ZMyvdK%7p)Uh_ib~I|gg9c9vrl)UqQ?GaFQ5)`GDj#Oo`@_> z^qFF4Q?3h<1~^6IAXQ34GSF1oCe8}rAnlu{9w^^Jp_79BvzWWwghpx{jc7ZDqOjy3 zLyIG4yMY&V{DXrQQPAy7`!i;fkn808<>%Hg`k>=6! z{sNBS*6`2~C8>u%iPD!*T^TPUqSlIRYwL4uGVemMh^o*H|LUS>?m4Eaa0?9S3|sJk zWWz;L2v?HM7uhF^n9U@hl`euHG11m(jo;YADu>~2UoLy}Dass+PrndVJLFuz`e3e_ zW7XPA@c5-k^6VN|W9W>7WJWy7EPh<-#T(nOkK=tzEiTTIs@WgpO?as$h6}q^`sOp_ zS{A;o`w-13S|Iq=Gfk=fo&#NYnFN&W6x*K*i#>lCCNU4Q$jn-(o5j+f=n=iOFE8RM z&Y5La>K)D{+$bvD6)DXMXtsVzQLD*$#M0t<6JD}m;F2pEj7l3vik0Pk9$R)YVwbaz z@pijW)T!64*%Ckv=(-_0Wx%3k!VqC({HZ19aK!E#2pCCT`G5Pb|98xPc8>qxRyAvk z#T>A~b^p)#U9tEg0?Qi`;s3qnVVH1Iztjh#(8g7s}X#S9h6%A(-R zB-_E>pd{=qdJLK?fc8?G)vfJK4c_Lil4OWp2fv?I`1AQYAAuh&p$M2don*K<^)HGn zI0qr7d66zA^29BEls1WtxQwUfp{Y~^~L32N1J0j-yX}X$0_F>KSAlD0f36Mu|SKj_R%6*t`UY_E=K4cNl}c_#)neUMaINf{Nj@#_1AkwB3N}tC`mdj~v>( z#O96e9c*U;!NGl4Kxa9|j<~BxJNfVxI+52>;`l4!5T>n*8#N4#ZN-WP@LvJ38?}?Y zd115~sODA@pT&0=VFT@V2pd)FsAYTOdt>C75j4^wdWsBbF5~a%m_FA7qvBS9RGks( zO^4}jda?Qj!YUY4L)>!4@|?ZQHWOGq#Kn-^-vtli^O0q{+7@tbjOCEwcC0SGcS?@j zp7WPuaMu}cwmX%j7uv-=?DHb#1QB^1P!+244lUyIjK7WN%%d|WcNj{}-#PImM!l}k zvl;r?!H)&(j9v)oL(e3LFb$ z#}6l2(=yZ0r1eFh#g&Pkwc17@2s&s_f@Hv9T{sbChvU*Mpi`gITq4@^44o$jt{GUVWkJh@97B8qi{ zQJ27sjf_>K&~hi=AfJqj>{~4g*TT;dmF?mudA z5vPWHR97Z3v(;(h04Wctj12&OuER6cv9Iv(hvF_2Pns6b%Jr?8utP_=QD|5;nylrL z4T+0zRxXMzIX#dnc?!Q*DG#=wkd8sK#NFk)Gm^|6lzXRv-M22JH@E1T9SfxG&)w|T zR}?zH3}Zs#5ocpGGD&z?nlAhm9Q*|pOfHhR+!)};u2YDYAIlwcHQR}>m}9WctF$Py ztr)ouw!4pxKnf;4e#sLWN2|I{DN1vTFrK4gZiS7Fvotpm32!EeA$S1oYPu6Zmbo#Y z6*G9jR2a?3c~voKHrvEn;zbru%hNczuqAWw?X(mJm%sXDI`p)D`c69bO7G5|;dm-Z z>VgwysX8(HuupmBcR&<(Yn5L~{q6a;tg~Zd1TMV^k(9FhOk15IMq8~~YD9%8Dt)$F z-h?rImOH;dq<-bKR(Ec(+KOgnVN|Q&qYsi>zAV+6D0>H@3SIdLyipPmvzlS|lJRke z^r%|@C8?Gg#f~uXu;C~^0mPYotImpFCOi!SpV-%F8c6XFi+#Gg=og4RgdM^?)*pd<{o6rknIn79HU_N z>Qo}-#X3h`NtwqU=d?iPKTo802T8xIP)s)_9#JMvnS^Oik9X;j)au^H!aLuBov`qM zG2z294(X9uD@bpd*_yxhCM|mX?QX>9;D-H?iKr(dLbWU<7&>CqTwmgMl12cOx&*nf z;}`~VC=FbSoUat*_c~^)?YI`K(VC~ojT;x{s~A6o6ZfsFyDN)IsiNU(b#0O}NJ{6V zhGp~m5b{ z6#WgQ*Qbf^Z}TzQ|E+}ncL0A5jvp~NjFYpYiGdA_``Z5({dkn{SE)}Q1XTBDzankY zUO$>f4B_b;^`5H1y=;l6(O!QNsyf9TO>e0(=;H952;=H|$guzW{_vCF`%=yCQ-`;g zp0AfyujkCfq!PHX3ojCR61#N+?nSP<>$11k9s%cg+<|WEll;ZXtJ`AsD_Zl@gd>%U zH=etRdK+yEnhzrQYe0|d*z_;E=zI_1NDq+P+t=;WdO?6hO-d$`^%8|koU*2MxeI-! z=DLRuj*=;hgLZ#9QvnWp%a$mm)@h@0>nW1_P(oZDtAP5;#e<83+CnTnd`xW_pt;h` zUEvT%362nM%nPr|!eZFZvX*C?iLPB%e_(;3%C8XdTXeCQXBlAwH_$w@YfaChciKyJ zvzZ5&&dc^bXKkJ4!^5=Gg$3*mth|hR$2z1RgAfrLaMhd`PE=|ABoPIn%8E)M-=qi> z0(AiUysH>9e>&%|4>eZM>z(|wcE!(dGcBs#BALE|mP8Xf1VQ>cjY8qV?# zhh~K%%y2k0EViGGKV`@`{mAmrg9v1-c!|9`2tULr|pCCj~nM z=+1rzt}ZZbltV!IPt$85<`>3hg({7+st2?S!%7}#&^V^aM znDMm0jYgku?qzD#?Jy4 z%{h}vTB6l|d7NPd)k-xRdpw54egU}=DKK)M#9QfnN`Rf^v;YKG(aI~{gc0w9#0kSJ zffW-;)#jh-yyiZJy4A< zP|t0zKDcOx^B@;OCMAhfZdGLL!}bOsG`?=SD~^nNgKKud{(g-?`ACm zw~?46%_u(=gBlLd@C&58-Vz0;RIDj7l#4g4jn@8$5WxQHwzdL?*!rAPRKFv`J)<`( zbGkiHOmvIAh>=*l;Rq|U6y@q*t*ep-MaL4V45zdjb4-Awaw73)o}6OrGz~LC4U#^3 zpA-8TJSI!#h?KO)y)1JR)S-o*8rQxiflM7IGrub54zR^4qVanF_1v?}DP}i=I zbG1}8-p2p#qJ>*J5o*L8nU_f(E2+Ati6|L`cQ`8IgYxb~o661<*=$N3(Bb0)GjJG6 zqr!oKP z=^TK=nnApB{9&<#5r+-nyEveI?l3+Kip|b^;TDKn^9Hp3<_n6`s%D%keO{kr)uDs@ z?(L%8ej~VGk#Od9=)f9Fj~B7-v%)=Gm-_}uQ=B~gU&=Gbf9W$|`w#5Y=1-F0|Cw-? z#TN~+C>DS7lkwYvKG2TlZ|02upD069917_~vvVA7pme^DNqWH#yJ$Y$SK2aRmyeYe z>1*tCzxL*G<>s~VV<>y(f4!z zvQxg_>NJ!lt~lNp96x;xE^GdhPd>X`UJs5A)b zvj-qp{;`MAY3i84l5GGJ)LOUAGo6WV&r_26C~2uW5Obz^J)1xykX z&wKJVXl+eCDk{racXVw(mlO(u%Q&qk29-+|EX$w_= z1gMO}Bp6!4xTW^m@*xRkRtFoV?+?McNzq%*xa9QVe51V7f=Nq~dhJ!EjJp z7*Ua*0XRnTGfir!ut}GUf+t`Kks<{(455wB9bNd9@T7HflMtIo?EJ)&JI2Z@rkoZb zg?e6zNHA!}spIXLLXXVMr@hZWi<-qjLOE`Ms~_!N#NctoIGDt{2=#( z{bl2Bc-eqRy=4yz*eJ`9QH>0$b~WRSMH6wY6k=$r?s9oP`br?PJc!8UZuWa_-%3$j zZnb|2B06!H761~u^k!vrt1ok?o2xI5Uuv1Ih9k%yY{knJ3&_TjCr#jvot37czoLmDO%B|9nuf?Rf&ezjxD2@C&cbE0|C(AN z*kStL>#!C>GuV_9S8T zZdp^(V$ZaPWVBiwogZ`YsAqY|n{>IJ3^sRWRsB_Y{*nEDl|5cjO7sV^h|HRA;Fn>H znkj?ZOc3=aursIV;5G@A%`s=-BZKMz9mUo-9K~~|^lq^ij zDur=J#VG7msq)(Z)%6=0=#L$WISrkVa18MD6%#e>T)j$O9$QpmA$GAde-r?$T)o~x z@1N*U5$=nBcF(WzOKcjSnfX=09$i}g>vj0*6l}s zE?$wDVS3(+@AtnW%ptGi`thD;u5ZuQZJb~!w_tffJNtd@dy5*r!dzt&W)P_R0>_kJ z9Ob;LV4S;X=Yg)aI1wHc;ETA)>A#(QBv)(1S@O=Uo>y_N-7&kN&R0BBaHR`NG-#xB z%rY1U=a9v;54{f#Y$ToqRbWA-nioeibk+9>D3%P*y2m85ubUrnLm##IR>h9~93Uu* z!k!`yE|rSejRs+3|hC8v~e${P|dDeFRiJp>4o-Odn5oFkgZbzrO;tbi<8xG)|2Sq2V)OR&XQZ)kbD$7rqowhMIRh*~qf7?|$G7_MiKQ zt>)2wYJIwuIl3XwmR@0JJ`92>{h6@=8s_B>)-vQLkw!vbi(5LE%#D`sEe1DyU zo?95VOJ`cFTEt%5 zDJ6UT$qorGii@!svO*16#n%VBah#0?II50LZicrHDtA0#w5qIeD$uLTGu0^BkYOnv z^=6jkiau$Gl(LS;+y+nIs@|!%c>cUhv=Fx~HR>f)>QFurU`)*8Ufm=JPnud5h=voT z%-CK~Let?4$iJ$1cS-1yB2QS5)_!e)+p&>>e#k)S3!~gzPHMo%m!}3sPxj8+7tySC zrPSK^Ru4d=Bt4|{DMw4V&wnqd0!PE|@Tl=V;-b$gtAT&!%qe$~lCitas+26WOqNhB%oYE=V;)XJ_--l8x%-h!J8okxi5>~l%b#%q09bFJSKe#GpbG$(UjX3 zj=*5EM?#v=cK_3!WUa&~E=;xo0+xnk&>9vtYJZ89f7<{PB++J8*1%H!9o*lUM&L$;WwX@fU*!Kz0#tRnV;5L46cTINV5QnueMdzJDhnResY9#%mG z(1A!T-cuC=yMs`*hWa%5$(=KK7o0_mwFI2M72lkIKfQkeztjA>f66M{MVtBfG28(x z#v@xFi=b57uW6d#LFw-L{@U0wQDV$SH5bK)g|!g5glplya^zFxz$@o&m*d`6;6om` zIf11D+WMH7RC&t9Xp{(VV@GxBE~3S9k8wo@lvR*$Bg$Z<`jHkOof>T8?4eBKg8<_} zUS2m2S5AGXX(g*}Q30hz?+Tji2+kN~{kF-vv`*l(DplmQ%eoo-YZB?ShQ1suc4j>_ zW6HvzRbmQDT)2_5fNyRZ&Hj(2oyTzOUIFANL8%iL3J3^c-%(p~?8%zt#nGiQbDoS# z>_vj?-N0WB;fiZwX@qkNQFJ5y_@!x2$~^G+SdsdN>O_6nYop{wlP)!Bvj_2^FAXO4 z*G>w5;}lCs9yqGw_G0q68pjqk3gdbD=Kyb=%}z%wy>z0v>m`d0*Kk%VX%%W_nWztL z2F>YLcUxs*)uU8XB#_oy40#60DLCi!OoCX|Y0tWq%{&40&&syPqD~Rj+4XE96PT2j z?!XrI1;rcUC=IbK@H`#L=gy>VHH&M-k|#GJ3i@|3V4H2m%l0WsIGiMo8=TLpHmZ%z z9oF8v0`o^r_PFRKvMsI5Q5fN`2;n^Vb;fF$*g|7hB1biDh_QD}hRZB}rgWd0B29ne zAO4Jd+KG2%ix1!w9+|!g%!v1Pi1IzOc#}JO9(OqRP71r&!SZ-)eKQ#jYYzA#^SxbJ zJ=|}(a9tQU2sTmcH{<0|7%gtsh_W1ZVV@k%`KLw^rNgzgJDw_ia}@hLpfUT{Pqd~M z*M!vCHSpr~UmHhNI0#S!TnLeD1(A((f)=R5PTP1HJzV!JOX4bp9Bc>z{`lQc&q%nW z$UDOxL0kPnPX=8r`xmQ6+t=AS$_|4jqimlv<9}q{Zgu@4KzcHQ81wTnv@MrP&$-;J zX?rATdbts?Tb`aq7Lom3Dk}%#324`W{n==%kDg38h$1$ z-SIt0k& zniwUagMt29Zkm*mu+mgM&R7n-ghM#govBPh;)QM+X4NSRNV-dE334*-1}(Zxx!!Rt z=E*Ujx3C-IF0wfmJWb!B!z_2&^3@V#vO4G35XXdMqmRVd82!U-2P(TtomiY~*5A50 zZm?`@GM$8Mf~$RZG;8f(^p{41e(^9=;YGtLqgFeEITlr_C>Whx|A)%8k(hvk{-(ri;gXg=YMAvd~Q z2O-n^p1U1^L`g8_(}|krHCzzS#_{t?WYqy;gYRF@SzA{`$YSJQtv4%~^^PZjH4^zs zkv_hSRU)4V*tZi(7xe@Gm`}fyzcCt+*Xz57{3SQin(xjA;_$6g9BJkjLO9hx0wIoc^}6%L9s}|Jcp1rVBXV!krHyu*w;F@F>hHrD zmd96P22(mk*egy}#gNT8#n!v^EzGU{7(I&xJ57rJ##PAsgOi!5prNoEb8Xi^`} zGA;Vlt_x{`091IYxpy7IgVOW4=3DMaxPVQE zFqFS1SI3mBCap_g(j46lbw?m{);=6=o`4KSL!#==_Pb}4I)`TzUVuNS-RR+A%G;)o z+$(2YVo&wYWda>{Y*2vngBfRj_UAJH0hJ~^KZmK9jQ2Nj%^pQSsR>fIWbt|U4fSu) zpN;}ODqkvo%bJbW+-Dj^m))f{x;ZsWweic|x@0<0KCkclWY>6iM!TPRC^9ZlE>l;z z%_A;WXAS9UA5x*&)uV=Mmc9jCE;E9*G9)F=CB{l1oJ>S=#bkhwWrg_koJ`)!EH!XOn|8JEc0X8^2CxmPk!JyGD2IIYhD*!*I98esG(h`TF z6L#?0<+;Cu<34W@!nzxo{S+)1uoa@cCWjUm4UyfO9}h(#KO! zpPlU@J?k`@obv))66~H4y2V`1v%gBtrQr3XXk?8~Obon6yaxJkZl-(%PlNYKOu}Gh zFfdUpeY)J;q_SVG{t{42*JPslw!V9jruyEBado8?Nq}ml-C)1t>p#I6(fnK|!Y*}0 z<-riY?%*Aph?u`B{+bxaaz##Np^7|S>u4&Rza3c#O{+xRUYB?D9bXns@7yvBnOaJj zl`PG|u>&fMa7$lTbPzBK4r>~%1;T;;dsQWf`<|=BJgIumyyA9dR!9@#Pii77{_h;4 zu#VR>zxK)^z?RBY_PIgjHQlZz;}q9cs=%}N{QFa_>=8P45W~t|2{Vc=D?19?)!O7% z1AZ#^FTnwp+M0YtF(v+kLq(C$HmvtN^EE4aF& z&`stX-De|vk#s$|CH&3((}wGIra0W}OOt>`p@}agOgvCfP-nQkViYa32v(9%$UQX?pr^^?JH%T-ruzW)C>=?>Or4IY)93f zZnd{ZFj;p%sP&){W=FraecZljt%WJQ*Xfg~uQbW54LEYn(D5DZnFM%~LC2EiPT`D8 zwP|V6K}Y*f(9o4oJ9YIfOc99C_WF;_U#l>(*OuFFyh&Q&WTR20e>5 zBSID>v0bG%1GKoR1Ez59KP}vLL&=aD5?$`VslUGTh|-rs-q6DnYrIur zkwTrq@Lt}Agl^wSJYdbldmP(VUCUR?4>j`&+DkM?b~HR_G*@`={F=;JaV0Jew4^)&RGh zQY+w7(8`egX^g+KFrMHHp+*>sCEfYko8RA}S-$X3Hnuu+oD(vHfx9WR`N62|dJ=HW zUgZb7h-J$C{rRbu9$VAFs!XNZkEN||Z~({qy$+~`tJ**6F~$)qzJpMaQ9;BWM(^0O z${zf*a$T+eA^}A0a`r9TB_@pu!^7pi-d;Di+=EegUte_n{@olu4l6Ut*A;N zU72H?c*+?5dJ~;M=rErg((?4Fg!rGRU$D0FVEBQhnWc5&8m=YApHR1C1UB7>6`aJo zxFMV(ddrTYeJJaU8@pI@nuO9htM5HU%U!YA9t2!otksB#T7sM3aDwzuSkHjL3}=k> z*+8?3LQJk3-aYW0L=Bn0j*J>zC8YjA5;+YvUp&^=?TE#>|?)M7V?^?&R~>d*zXo-kJ+JY8Sp#Y<1;S$6R&0nTZ} zuA3F;GOW-xyQh25P7!_bR@-mRx7Og37?Gt%UVC{dLCRPA2U{E38ZI(@=|Xw@x0;di z@WyZiwwVBy<8Gm-O}9*|W~b3Xi2>3A zy{#SdVJTKf%V$UYiArem^;mb}9Ges+AVYgY%57myuNbV?3}Po=f-Nj^hz6JHL(m-x zorx=1>Hy-!yK$$?9;^)Jl`j;!-GUZyECrG)bHOxR^W|$Kg$lI2>p~pEj$0v0vKBi0 zN^uT0v&4hN(-^Meb&;R=aVZdi%l+cHSF0rZNTMrYr!zAR>HmU1bW(4iGTeT1*Wk4k zDxL9O1A^T($qREBBVH{&kdE9gGgB+zI~eciMpZ_-Lxh4 zJ2N0v|J>SL=5gv~dMxZ>J7mvKePR!R%`8tUsT-|?U$4&RQ-T+Xl~nQM3BTlZ5emYt zVv#NkV&V<}|JuWV{mvd=MOat|9%!R^S}b4A`0g0yF~98v^VOksn>{k)LKxMxZ4ITB zoe^vItSe#)ZXeV*6Gq23yW9lAo@DlF0O^Pu2*dJ|vRDK3b^oEdeR^F}(984=Y>iIb ziMc9-J}?scK;)kzTDrAEiL#r-KcTLF^0o6z5k$4mP9%AY$Ka{*s= z`^V!6dN1LFpl&A=j1O++K@NA;%+Vc(f`-M_co*6|u#Q})0+Z5~4j%QH))oV5Ak9H4 z{l^jewiJ%b9p6zYpa$#$cx3=xtCWqs#Yy#q5*_?vW?2 z3%qVo;ke3Hx0MnlVq7S(S1*k{K%<0n^0H^Wp(Rs?g>t&e7AxR)0}DZ^iw42`7oKMN z8UW$QS45Th8J4%qz*U>>9LZ&(s;0!9z1Hg3_l~Z#c^^{r{`cEZvO5&k&gq;twg0PA zI0>;t6_9(P8{1R25Bc_hGc506``bNY`K0X#+JH=3XVIjSYWn`craW0YPpvn&yhwF8It@9Sy4R_p2UF69`P#G|ag3X4In?w9yED5=NsbBa(aNauMK{7dI2ne z$LRtt>FsHd&!cKW<^SLRurdBuK_?~_rvC^L{?(NEA4^sD|5&Poseigpq=Wz0Qk7%v zd1mnaUHn!ctl3~B_lsh!f0`tPCLuO9wuzpP?u=;A?`-e)2R%K(cW|#SBA=hz_gCA; zo9hqyP|uW+%RaUB_^%Zsj!!!PX=`<2eSao1$unVI_PKZK=dmZ(AMup0(1@2&k`dx5rt)m4WM(JH@>|UTAwVdL9XtoetafEoYIT~ zS!{vTtuq*V?mZ_fNJI9H*?c>pLo`j#G^7PCV|PyW@{%xIDljj; zYr{(rGYQuAgq%};veN7!dMX@X{&f(~(cz4_5Nzv%GU@NmB8M4xpJZI3jtwRJ_|XH! zX{2-mFN`qNOal}u-Czd!2suno&0;h9WLM|7>+f}~E*yIoe>xXtB-|QhHpB}1lV+s8 zER->g@>D7am$$@4`7)fm?j}QsnB@?_uSBTP(RAxe@@`4qqELsa_7GdMo*~zV%B*d^ z`kBQ#VpMczmWb)RerpPL&mxseU`am-nodyGALfB9WJ`tbW}Q#ag-;o6v9aMZ)az=Z zWIa}92gjqCU43@xt&&+%elc-+C2oQfXDmmAyfNw(@-~>@H#{fwk~#`M6etz}zmU*2`(wiP+UWuA)$(s?EE2e@ncQjTJhT!{RM~ zBsGT0eR2)1mZbRqu?TyqN-u^1rSV`N0%01|IGD~)^BRUaJ|x;UmXCLJj-`9W@(JzY zH@wI+dzj~7Ikq&3K0(#HHdX2;@+$^BOMf^IvlC_m-7K;nt59r%_56x-3E!IcOk_o^ zA+caf5F{g|io!5!D5RU;R=5hb(y_8JluR%0XVD93_^lhhmKT63FIVX;y`L!-K~Bgb zB!~k!mP_?ut7IRN6OutjgNqNG=~ssfLAY5*XHq*j@@Y9KT_lrm*kGPiC0D}$nm+|Y zZtnJ5E#4SZZ-wVdbIWnwgCCLYY?8cj##<#}L@C#qn7^DbDe!Ywul&d$gFil?z^)*Nzwns&Rvs_|bXKV>otKG{`*Hn{T-&tP`0-o$}UwHRnjRkR^5Kn9cr zu85F>vMXSjkH!ip>J61V$;K*lkCkHux>Cm)cF6kj=&S22bm-*TtP6^6y*C%t@lN}T zDG8rxe-sI%iedU<{@xNCXnf%>eA$M6WWkF|=MHql zI1G9^`QLxlp0Uv^1Vijs1$6lV<)pInA7*0bQMMrj@QCOnH|Ykrb+UIx2vyK+4}&2v z+h-lT4)s8VQV=G84lT9uxx-fblw|=@(f6ZkO|1o#-y(WnlQ<L{CB$~%D=FUrVO?zqP&W` z$|G>mkbT;l&Z4~`MsoC7-Atd~Oh*BGP6b@YAL?-@j%83z$0F>wpGf~R_VjHFxNSS4kj0)6F zwmzV%fuLhi2;sYG&x%3O? zY3I>JXx(btk$0`y9Mc6+J3o&>^j4Vi)*pK;>jxZjLBaWLKBI%3XwS5H>|7Aw#B3yf z1#43ZDsx>&yd*IDUj7);9IH^R$FWU)XCYjP8l;_zp!;%Xu(hz_?WU4TsysYRxUMIJ${ z*AHynA(nBcwHcHRtx^u&pf1~Nm(@niCWrkzp)(PG5W*G z0b?dre4NAC^vk0AqcTSSTcmR<3SQNi%E8uCd1E7SdImSS_m#B;%F198^Ps<-FP5OR7S0wHC6%av8jJPFTUK zELX@>R!%Tjg^QPW&@Y!f0T-)_-pV>M(NMmU6uMIm`CUZzE}Afpy2$ zy=={_|633DU!Gwx{6`|==L~E5oCRs?9?c^F+sivz*(Cr>{37lP&rkp-869@ZPskf< z<|UyC9nx9$u{GQ%_V{j!eV@jU-ZK83ui5?I_r&4t%Gdev=e^nI`}5u4%H5}&sm9;4 zK3ct*zm&T=>U0QCy{@lozMYb%{F2v2EbB6rFJ8%tJVn7?U$%t4y*keROlvlZXI}V+ z2ba&adQUDaS|gAKs;yG-YO}hMmGl38gyI>wEL!aywfVX4kS|cJTYY+s#>*RYr(qCX zcm#_*2qm;d4sGCePw~61jASwMS1B$01%0gaI3uL-R}S@`cB3l>gXje)lcIYo=K*Y} zDkv(bek0c;)nVL1Tb2rGCNQ07(K<;el_C>EVox$LZz`JZy{eypJlaxHLOT(&{NHHF z9DOo{qc_6H`B1%9j5gz)o?^$9C#Ykx(T-2`5|c zfjy{Ze+Vig^nkEQsWM|lH435IFdB?VY;=>5D;cvps<2nykf$yR$mM`KQ+x;;rvH63=2zak0(=x#*U6#eZP5{%kCl9w= zy_U4SC~g^sogPe7NyE-oqUi=Be3cZoga_;Bm&OW=o)S zSq3PelH#WQnID}vqkG^M%Xp-$maSsYl&-JlPcHSQ=QzYR#qhBDPlnKXINsneSoC8! zz;coIjbk+%;mmf5Mm%F~$?UTVFtJ+L`FXvyB49N1CUX#AQQhH4ZR&OySHbnn_@pjIhQjd19|( z3E)N}PkQbN*8oIi0ul2uRd*t+i%GI#&_hU#t^%kY`bqNXsryp0A-Rd$9>7o&93OJB zDob?IKj9)~sY=LuBJ+3HRG}Pu!#yhz^W3$zHDwM)3YeyG-m!HtC1B}IQ0|iVCou`# z-sTUtU_Vo{2x@ziu%jcqREyJkP^{r$L5ZXbaUF{-Pf-vrFUG_xEv;D=^IJ)WZ48%P zj-_Rh&EAfv(Plu@486ouK!5~q`=Q0@vIA%pRy~35Bt7nNOsfYX!=~8P+<@(ZCgoN$ z)p(K+vQKuf3V?Q(z1+2~b5C<3DbP*jcfW|#Ml}1kDbf&jm1k;kpR6%N1z>z@3~UtBCKH+#2gT`e^Aq+M^@D&C6z-$Tjrh9FWN>Bp+ku6Wv&sEbda~`R}Ox zS`=a`>r+l)DzcsyHCqD&Cs?4?S{w0e?DMH&a`n!~4Cl-(Kwc0_%|3Fx2m;k`^-T7S z6iQLG*r~Kz$N!#EU?+;-1YqH>eKG<&GN$HzyY575*7d*UEf|z$5!H zc4XC6sK`Lf3#oLzyWa7bUq<5s@e|4Uz%+}7QGuig)zC|y`(uzhr3r;N_p`OHD9lzP zbg{@p#egFT5HMu8{X*9Pq4KoNZLL^3bTjYz#RB8~ExoXju=Z5RIN5E{z@1p%E(~GE zKH`IA()Fa`TMs5mA)l|#5O=&A*sbX?Y9ieO0jZ&h1mIg5tDncyt#b2c`&2Xxc>bUvh#(w%rBcf^5DhEfJ;2u|ya z_gq6@9dV6PMcCLDa};$AXhFP&Jduas02x2@SPbH=rfJ+MbS|{BNsK3vcTpo)s<2aC zZQwIsfQxbd7ZLpzhozz7e9a(xB@jFGFoMkIan13T6RjJqu5vJMLLG=m%Tje1ww2Xm zKsU~ykx*-{I}QttV~k<6y`~!r)GO&`F3#s4K^SprVWztZfRzaiPMPa|Z>xeh!Fvy3<}&5* zOpM297xGoB2;e;V@8>OIJC(3wmYIO>R>t^G%Pqp2ocr1XgDw@<7-$Z(b(=awv*F8I zFyKk0O%?}eK3|%?+#WdnKs3t{>L75E6h4-gBl?0|Y4Z{!SJ374qH7h#O=b=U7eOgb z(in-PlF{0f7AT4>G@=m;KLnrUP!3xK`utvGr_oT%LMTy39gj^^76N{S@4s`c$iXZH zgy$_j?-!5}sROzoAUY7-Yx)g_UR_zCa#yU|jj$ zD8{>J!=(BvDqZX9My~7jkvnSIn?Tv5{DJ`Y$wRw4t}d{tpN)+7K(AmQ3HZis`TFZz zK~X-G$Ob7>&Pl}_*x9M17N)K=QmKYHc!fErgnKt$7g(IS4CDTQr;?kI$?11by82L) zNvpBQ0rC{~(Q^Gfo%oJ3qGc$8*X_h<)n!U) z`q;0lNvV0MtLYhZeS@`3h16se63w)yg953G18D2Z-+uOM7THu61iWi5#10 zEpEprj3>^ECl zKh2=8OEEZ@;?VuY7v56>aKX6P?FsGE?zFonqpsO)`MM;bX5ZEse4fIu>+_h%PC?EB z+y2b6cs6KkhU%0ZZ>$&!e5%qOTAdV~38r0Z!UKdfMrp)g#~3-8@qz9{!LZe zM!aRCRIH`+d?j&8yipXM4v0~0Q}QFlhp6&SmS(wjCC$9QJ9|ayy4xIP^a(FRnp!ds zvA09@FwXb7cB9+YBCLimf#+ac{W;TUR8^+tD7|bN3OLdh8F_l;;fr5MiO?9Rt*B7a z3{Qe}G$aXypz#96HxDL-Z5})l3p&iZN}&W=#VD)&Bv!mQfrVi)Ut-DD>R7r{vnzyMO!Q zkUt|v8LeCA0zRy7qnL zO1l<2uey+ojbb;$*#5$qLX5YllApd+a|F(WwKj{f_yZER9v%KI|){(GBf!L2#Xn<{qJpgNCZUgx&SSs+j-D=o2>ToluPgs?xO6;K=WcecVO_}vQq=ig`knh zRR>K9S0hNfs$i%EGTIya)bzV#Dq~TM73*pCSboa=zQ}j4aj)H7NGyi9%j&WEXqE%h zEE{H}NQ-Znp#*Dd9GRw$(R+!t*``I-BLkj&zT$NTT!uj+;Xu|YXH2e|1cOs)6x z{A`3zVMWNfPBUz3Wgi&U)GiXT(E~x$Q^943hkgl%CUUM>ZpNml0(7ZX7iqjO9K&9K zt%7oUb<9Hp^_5T4p^I40yuENNl5uhP(K-MbE7NvcBW88U&0fc$meFZLp`}Wqh)eu7 zZEXpiyUZ}%iE?v)NW>PxUu8#icx7$#dyX&^ZXDN}fzWL-B>U4`*`!g;RM7t5nVI6Z zj%LD49tp;o7F0KFIx069xskR**YsFI$`?eh;Z;D3ETKX}alyg?aia!0q1p-wM6Vvw zMGg>F@mOq9O8U|pG&ImC#4|(jV0cDZbvBRTLG;6lqKV@mG-&zX*bMw$7v;c%lfX7+CpxAk!i)`DUdAY3zsLE98n{-<5EJPV%87aaPtEsNQ><@IVzq`qGYBUm4`x;K^;Dlv!_d$@+cjz5Cn4_npjY58AqHsMl*wnDJYu}_ z^ZrrtPnep3a?~9zM1eNT+yf>BAWi>siU+a7@7`4pf!?m2Asu*bUd)z-x5nbvSXpY5 zo%`lLeFP7m+7}M$4a@a9=Vjm$T^|F@40B7aa_+l9VonJ7rtoXr?z*vD^DKK=p-v>MGt}{m z(hut2?t2b(ugq~x*W9S`&YAwR&yL~5i8aR`)X37Jxrj{Im)AJB9|v+F*Ks)wK{lP2 zsu+u3GGfMbQADMg73+xZFG#8hNUbX1g+ylIf3mP5xEeT0i^<;j%nk<*3|E5fKYjfx zE%qxmx0j{?U%k*pdM|!`H$FesJFD7*^(ns~76V}nNUBYl@))Hx92aMIofIcL9>@l;#G>QJ{Y9dv&3Fo1Jw??qE5eP2AUW?a!v z4qMOuD|!Dv++i{PS9e$pZ1n#NxOn*k*8kbX`pID(fme$!TY=Gclh31^(Dv`3>I}Q> zRd3gv2DXm>V_;i7JRtDiIyCvdrzSC{*umr7IxKGC9n(`h(|Y0W09N!QE9ubf zFLR?Udl;&;cPcRrFdb!Dd=gaezxE)ZOyiT35sa+Kq-zF@S)M$ToiAjlNepz0?ZIs`{$2t}l z7TDk-(w8~nfV2U|NF zTny!hK$xgfSp|ha6}$;^WMy&WoA5#bii4 zn4mA#q8J!+>3Xf5J3cCs5MO#mOi4Nn=<&cClUt=m2LDqoMK+JDzg z%-iqb?G=0Y%4eD#_s@f+&{Q z;#HNsgvl#wgH$orZdbWj8)g_aodYo{`~!C=YF7x!z6Aau{K)IwOszoG1O?4Wo->CK z(1T9iqM>6WI9XF|N+PzGg-z z9ku^WJ~w?=k9uIJ1{%zWJ##T-Zk{!pC-jlQ^ENVYMw_Znlo+rSh_WWtcpRzB$ViBW zlg%;M-W+JKy_0GtM+6a#H;a&;%fd)MD$hZfbh0TplF-n`3r$umuegJms=i6F93>*D zM|1$fx@ecRkq4-xZrHE%8qxGh%q@f(X+zz2AOxi*l%3lA-C_NpedqmRt{y$E{qbuh zOo1jNihu=@vPPs{BBpW;5;+C{r3uo^41$PjufOe}_9IlQBuTGPC4)>UiTDS{DAdaA zCC4`=-jluDA#&cs>2YAVzkghq934lT$+z}9H4rrfTWzWcr!pckS$Xi`=W10L($_JX zV$vhiQ8!ZA#YCZvp_YM|Z>Dlsa|iGFH+T4#j;JT8du(68iHc`@K zJK0Otv-Wd)-jQ5QG2_q8`lpYQCaC(<^hB%_)pU0;vpZUGdc6vdP3?^W{m%~4#q_!y zu8LsE+su*qGA0(y21#JD&T|(z|6TAwx(f(f%>B#Wi^(0zPLm)vo zDxxAJ8`8>}O#$HfG4nIUQ0g6(sBeZrk31DK1gB9}`a8OnNg8xF+{w;eRcz8 zg^Uo@Dz4wEKe)S|Uv=~$H$<(at7l*9oA>!e`j$&ZYn8H?A<}%!A6j#+6-dd$0^9&J zU0fD%umL-r!1G@Cm#+F}Va70ed|+G#yt=-g$(!O{<$bYMdSyioNblrQtYk5>U zBAG}9bP4rGeW5cB(;aPrbjU`u$pzY`AtN61p{hp7oqE+H1jkI$Kv=jBJ%o?A7S^i# zpq(&H+Zh3+aMIPTBjsq-W23@{){iOT{oJ25AWj-L&)%07RE_s-SVn9wMSBEGGe_2U z24_2YXn{0oZQ{XXq+^jAw+#hjE(Nl3%1&MS$9?GZmiv2uxWc%|1KOR(u^w>%tS0D_ zH2cpP-ycQiQ`87%-!V9P=V*4Nt+zeaghI9%i}#5&kttWS8-!@lv-r|o@F=ik^?@Et zG_6;@hIDJ&n479^UTWVXb!N1`Lrq~Vk&h0i1iP+54c^C@$k@$(AN@foGAa^NKL~>P zFN}U)RM`qQ!J8uy`O8a$?eXu3f96im3-ViTgz9!U0}fE=i9Uho9>JCPnfz&RA3uX?qf0htR7R`{VtBUWRD1DSGJ^jY(@Hk?t@Co z@m##?Sst6E_m|fz0u(`tNOE89<#@fgt#+f?WO;Xm+B4$vMOR;j~e?C*ZPDMN3@W$^MaW9S41%p=4LhQ9J(7 zy)sR>Vm%QK6-x*@o4n3B8w;%sZ?AGQSW5sr8c)?_>24@ExVSmPcD<}JtTbMQ?jMak zWr1KG3lO=VlW?x>BliU&`>eUbQ)oP1QsLW(no9yz0q}}-MZqT|T8W6A!>sx9oUwnq=moiRGPMal2 zbrKSf%~pW=z1OKvOlRecrfbrCuY}vowtX3~yv=59i&-}A<8rK9*|98;bX%KQ_}!m_ zmvl@23mW>}8Z6NdGZyn%#PQ$rU7JjX6k#C?L=!_ei}V`izgnE=WY96J?Hv@`8QaAH zu|`re_m?xc6dDSiFgXbuNDDhB+oM|5DspT+>en#o6-&H^v zze@P;jmV`AXoT9aO~gLPOr&Ou>Zx_SHj0`3HefiHk2sTu&zv|-f)#sjQJV|Trt%Pq zW2rvHyDanUmoeF?RUnIv4;dI4@P(003=8YkNjL6haP_noD@OBV*enA)>K$8R1I+?_ z=C$$Tt%u)d9*MucmBh@xyE2Z!{A<#P^%yv(*1e)tBMXPUBkt}1@FqeR_W$ABF#lIO z`)sVN|8r&k@_#Vz%aJG)kPzI-=h04F`CAKxvI%lHx8LbVL?&V#*GO>_O9pb{$BSR? zZ;NEcy0PqVzCDuszjHV~_IA{C`O@ap?k&uCeS!9aM)>tz$%J-ECryR)o5-5DeE)Ky zCptmQDrha-x9m4V@-`-$_9l7+(6UQsrT2)#6^^MLxtgxBK(UGmA;XZPq z?!w~%TZxPz>DpU5a3ml|>Hl@{=r|p_!Zz!?oj?mtjRqkOGnBsvQMtUI?an6Lvx#uv zAMVmOI#V@t(_vPJ6#G4_Oh|z=+Bl^&Py>cGgl%UYNdv;n4*bumBdl9Z83Zz&Ok5G! z@SZ#!5E$tFwbJdjVJf;e_=RNKQs%lV0qZb-$@SQ$J)v}!0ALIalLA3A-jTg z!fTgy_rRTGDbR4d6C)8}NA5<+v6>>SokTJ6V&} zZ!92C=mh;UB6^X_q>~=yv=+%;VAWpXJZNdxuv`~cJnqQpcYQ*3hK z4V!7{vMm*OFWH#IRr*IN18<4p-$W;j+j;uJSCbLtQGq)8jpmqe`$c+>tMs_YU9J`x zh)5~pW=(nM6Lq;;uYDGd|wF4CgdLly70|^j^;)u35|K^{h{E zuM0hd|F-TSLo(ceR-ikZWZY9;a&0=9uiE6AE`AYRT9AOUWEm%hye^`_DL&~^l&J6b|_i0akbmO8#i;IN5iC(}7GSXTXZ z%wy5#ci1C(Urx3WF#oF41Y7Vd(i4}UpGfr0>f}_|-(MAz1^?*`{dWXM4%Yvb`Rvh< ziaTIN=)I@914p{}QN)Tm@&Eo~OEvTJbCq85+N=Nm4%C6~y7;riLx9linz*h~TUnQz z+bieF_{zscGX9-)`dRn!VD;rw_3fMI>zU>I0ZMv~eoQQF_e`-#GUAd+OkMT7v~~H6 zZsg548o-d?H*nEL&HXfU>U%*besHk{ zm~$pjH1J1$x%2ZQb;1Gs_6`fJR)_{8uzG7Pq=DYXZT~?5B7o`fKamGfvGKR}@NSm# zMox^=wS6LAbUVx%r@#7&Vr;e!cK%q^5{=b(-H zXhvHVwtH5QT)&Bc-BRoS*~NGUsBO3y4i~|(=6x=*+13WCx?XA$#}?s%A%U8y9X^1| zo6?~5GJ*7gpf^>}qlK3|3C296aiUk-!3M0U`~#aKqn8;hb#s6=Dbt~LK%$*+xH!&YK;Y+n z5_j`K`8X}qQ;9Nz?evPU${#HW2qxKhX=z!PkR;;lds~=GINvcEYsNf_BYTX2Q@ z`)jYN6n z1tAH$5c0W#$ljXogIqwQGHcYJj1m_K$PSw1Jb}s>EWHhp3#Y5}M#B4TRf1OmEJ^X; zoUv%Gjj@+7?Jsd4#!5_!Nd^>Emb1H&29F?P_KmQhNjpk-UyyTIm6{^hIlfW}yQ-Wb zhd?wx0@Ab+2}zjUq#UO|jhTyKl3f(uUq}*dDs!za+7L8ZKzDuONJS#)b;)tSTU%al{-#zEa~8Naz$@k`bPSDNh@`%iv-H z5P)oqbXto(sn9IX@KX9^D`Bk*12b#v7CK*go|oI_ZfO~E>Q{W#Teue6$y)#$Hs*vEkSoqyuM!uad6$#%T0GWSZ#$MJI;?zi zt@aX(GYozaJ*}raMI1{C!7_{_gs3QPToqtPr2CqPV(O8j{2+Pgdp#*(S}IlZbwW~t zY?HH?a3|>yyvjB!5#lwN(cM$d)vW6Q(a$n?+DQAG-<`;(V57^aqmwOAcIvLRxz8n7 zKs^324ewW2B|NH9gF6z`yAL-gf@rm^oo2s?pN3YiGZ~&>_NSB*P%dP9<}g!*Qm(~I zdxPkugMHAWoJ`B1Hz&^Xs&Wg+)k!qs==26Dg0|Sd$UTVkgTAu~i8|2P$!X9>Gh;uR zwA+cxNihSM7)Mq1G18?v8uHpDm)LgGcSpGFUoFmxCQARh-Awa)TX4u&G46%eDY#4AA}g$N8Dlc|TS1n1XN1&GII4mrxsL$8=6z^5gBn zGLpXq*4~xJ9cQ+3U6>kMV2_s5`vvecJPk%xe#!Y<$eczrD`T&9cxTy+T+o#8Ug1~b z=sE-6*zphb_0YL3;jYiVPq7Zz@N^3mfUk9nI4b(YolcG?;CmleR!%Tn$-<0Y zyfKzV6{)5vAft9-h^V&OMc$mu>F$$1F@DTk9eS}&C%H#o6R#2{XJIP)*m($=0oh_R z$hN^?Knc0F(G`)7zF42=7OXaoMOMX(<}7Mg5LhXlJz$`iHx^okkOcmYIu5G?&wZWkQ(^T)$d!%SElnSxBCC+EO<7MCzphUIE^(oG zut{`uH}1F&$_D$k_iWr%7YVJL#LK)kA-VooTLFcVj?oaIZ|=`0$G1m#AI-EC3OCP=yl!39A~~}%wCju0!>4Bv zh-b=R*fl@hFV4>|$G3$xwqhUqsQXr{Iz=yv;0{Q@zL;IZ+{dkca0&exQKQ7r|61eoPB?MC` zx5pBlk%^KnS-{S6R)v#3|eEOl~Du`O-S-1vI*OwL7lfHXby66cb%L0@QDcqPl8+$B=LS4pc^wRt+% z9ZK}-8?x7VkzBtm*dKcl=DTTXMnT%oMoXPkQ|d#%!=DXyMw6BCpid2AK9+r1rs&4p z0HOELlui9Q_S((Ox4WK3uUOA8mPDfFOD5wx{tYki+Q$*yy??6OjrbEoGUI>?B;j*h z)_eqzPk9z?5gH_~$G{l)tfInu<^dO3|EC=Dl0eY%CA}*_^FRc2zqD(jL!|XrsQ9r1 zvjl0`7T<32SrLG`Ic2HmYO9Ki5aYxw*wr7=mJQstnj)Cy5-WbqL#j_t*aFH2oJ5Je zrJ~c{c#uvD0k~}VrD^>9*x?_7QgvDiZAvjxmT3KgLqZJo@WK#K{N1gonF*Ay%?A|Je0KhQ>O6cWw7VeIBJ_V zhrZT_;;A|=F}nP!z*UZG`LwWFmiGGN*of$;@FO^8p1fiytz^S7XqnElJ<$Ctw+$hx zR>IdHc%G9xhV!S0`k12GH4XvSD0@~AbW3(UGur4Ph=CxU5nvA(VDGZ!e3bJZdrWP< z?>8PO1nhwZlQ0ccozNXpDZ|17?3gQ-;sE+dx*o%7_nKbGDXAb(Q&8mwB0GE20E-5s z4vaR~Of<38Ie~kQ;epUC+9#LF7&6AP<nBMh99^%0@_N_PudjWc7!?dUj^>crBbET1+ z_h4@l$DparOS8m%D@PX7ZLI|DxB(wmX;@p5w8)&?BAPXId)m-b42F_iSl}<$_f@WB zxhV}8I12!6yncRq-U zJSeaGL#*bLhU??PlInLLXvskAaHLhUT4aF=7Cq_cvM_^P<_17Cr2AED=Z1zk>z}Q; zT6i7aZN=qnjckV#&lUReuNX$U1d@wpVR~Ga=5r}Sw~i5?O(PVa8VYw%999FiMJEo2 z*a~>3vOR!GCN!N(ohebP&2^$2Td8cApJiH5s;Rrm6p%5yPUe$gU8)O%jgg4DaB}yp zikg>tR|qbG8i2V%fCMLgL5s_A($I_)f>Lg=^=+-ox({Gux2a8SEQA%m5k2{M2_2TJ z4=eFM958cHn&gKCC{W&wcq3q}uD939mpt(^L|xNoK^7JdNiI>qzR(gW{EsM81XdOpX(N3dEy zCvn%(MHpiPY^NVH%B#c@kJuzz9{baTQy#EC9)(zP>i4y#yg8_Jt_$4bpw=P$y&VvlA$5j@^ToZ_}m3!9evEyl*NoI!w0>TvYEWZ#!MW*Nh zDKNKk4tN*Wg(f71qWbiG)X2JMf83T`>GX8LhNG&EPctjDX}h9rui2Wy51$)fWZ`9` zj^$Er4DX97K6-Pr&h?}ZXF1aau~JPu6}8ax8ra!5B@)F92zc$#Au*$xIgPZV!Hr*8 z)(tB6TC%Hn`%f5b9k4xi-5gR@EvA};z-u!sqb3~qoP8Wvf~kJCV9p3jEkuRdk zjymKYk|#Gv)Q3H4Qx$hbC+$T+9nlbc&tO+lc6iL08!?9QxDo8ABc>D9OY??`)x)=z z)i#8|&XX?_bUG&s{8R%B6m>ObgFX3}LhpexjPrk!1t@{Hp&v}ns02-kk*+*TQ$0n= z{(4?4QAhRm((=IGI$=dhX<;gq;hv`PhXk3`5Xf%TpSC(V=ni@0e$pg20trUGNb0z9 zZtFcx>1DDWK#^GKF?cJ&#}mSZXn#gP?$Hj4Jv{9XPhUm9R6v%!NNtzi2`iyoC!{!+ zya82zyD|5v6Bpyx7#8guA@oQg<#s)7xap4k4sybKiVVN@GVykG>@AO*3+pFZ*wmWo z&2+$X)wzDXbO8{n^r5rUaNljr=o}x z8}Nw~g{kql;TWmDv(OP<9AJ#qZD00rtNp`2S0-=yq~d_O^ib53U^?i2pIG`+vQ1Rf z$H|3DY|L{bHzsjfJ=_!9^YL=%7gTQU`JWo3{|*Mm{{LrZOT}%m{-|)(PT<1{!|e0{ zLII`xc0f<64+wSpxt`Bbql%lN)JdM@Ut^4H-&=z`WU(&1dqwedW&9kj>3&pGodmMG5 ztpfl@jE2R9RwJZB+WhXhvt6Ic^p-gvRLPO6T4r@D9Mr+PD(-s4`WvY>b-xAXc6zWF zkk<;W{aXZ*#|{u1J@@B$kH(4rN_R>pZVg#DmZ(lMXZ1mBqnDZi{SQ)_lHe(1Bx3KB zlTH(vuVP+lTKRzPBC|IL z<~<{=8u~WzIr`$zB!T8Ik_2jLXvyh_VWZZIXzCqdm;Mf+7a~^EhkIj2e zr#T|qKmoi6gF&C+OsHE0BS9hZTb?ek<3$d8aJ8mUD1) z#sy|ccvL@?Hybf{Q-d2VCLEj2pqOu`$F0=6&GPU&E|m_Xm#=x0YKBjyTu4AKE+tM{ z{pOphcI%30t(zd_{B@Ai%u^IB9I8{H`fG~6i!i2&sf4GBT@V0DgS+8%2Q`G#hC)@P z7_nA6D6m!O>pE`%+MrcjYjxSYIRoof(@&ZTL$5N5{4AZR0{){o-w zzHP}8s#V8fmK;nl=z0A1ldlj;4@MwuP#zi%wfNz=X~DVQnw0X2`tS7xF1VL6sZP3UoLWOfF#rqNjNyp_cuxoByUCMvBEOCyd7Z} z%~yv1QG!^jk;};-ya)Zea-&2u9eMqmx_`8q^}4pjx~0X9+4;FyX=WJO**>$W!4toe z^nTp%xE!}Qo!N!-QuX|qNT}t&uH-BJFAEdiJ?gxzGU2W7D$;SVKucAqxfwN-1W)~$ zJW%++UuP6ipT4+R->I=!X)#fjjJQX{8Ux{>fr%f}hYZVFu{PQo|eB9LeI zKqTJa5zk{9IRUB=-g0hTz-Rb|t;B-Eq^GqAZ>eUgm1{b5K6D$selTyP=C47EHhQGs z0_n)UCq4~bNq<0j*qxUH2{!=Z@F;;D-V=h{iZ!)wq$}8vDr0WElVXV41uX<*BNee_yTJCePSM;03qLOV~det$(k`Tf$mu7G9CzEE<$PvCLE`2c|X8wd_HV*Pk5 z9*%u(r{&*hQsnwRpe+Ile*cGZ%t}u{Phe+g3B}D#Cu(8sY~n~KYHi?bB5Y!0XKX?z zZDMQYY)-(y!T!I3|A+sB%_);Kf@}Uj$d5z72J8gwSYOJ(`+wP-S_vYNJUffc2^ax1 z58``@Q&lONy>x~EK%P2v@VB?eC)f55o73*``Tg#E>h82joBJMY`tGh3V_*=U?Eh9{ z?Qd=;+mR80mlS&riOWH~v&jxL^!i&HA4?ri&p`Jg5scPRHC|bNcF61E!|h-a82B{! zXFG>m_c-FcrFP}sptkNnNc3tG+s?B6d&-yLyQo!wTKAF9-iNqSt`;VPxYlk-4aS(H z)>@df!9PNVoTniVtAgHIth_&86DQ)}S14jbTLf8sx?k$)N46Z01Kpwks+`>$fWsg0 zDk3Y510=P^kiy|MJMStYCU=?h&!=uYr7|6rI@jt&5;CxMa84){EOKDOsq9V+^$)7jF3yTP8#X}_*f~i8P7X$=Fe;`GO|f2-)XeUdb~i6_ zL(PlmdADgc8F3bAZ$x2~p(qR4LIDzuZMLq;7K_1?()l!$VZQ|Vu(~@@{_JWzDt{9e z!y9ji;Xn{}us;$F+h>FVnb4~ALm>whr==GfCvOMhDl!G18yp8W8i!0V^YV%R$ME9-QbA;|o+9_86 zyhg@L=ikP6P+!3*IRC|Ngoxtx*)2JHE0!f@j?aLV-UFhK&Y;xYIntg=tRjX0AIDF8 z3VB&u>aNzu$nYc{HtQB0RPAU(H7qPvQ;V~8TjMTvw6roex@YEEb$L0C-BhEa{<2@pU9P+YQoU7T z^z;pTAIYX``Uf&}GGl9{C=m_FQZ(l!_h7rTf9{lU)~>lGPGmy{2)p+YLxL?LLw1IU1Q+T5$VyV;7#FdaX73J}u|UTRN1B z58IB)E1H;q9u<&(invveePBAu;njGpC;8ipen%(5Xo#4$)0{HxE}3 zYWHve(j!pe!@_@VX#P*(t67>wJ8a$1(d|NtO|LfH}Y&6Qbbem<|YILkkHlIaM zj7+`|ng+l@lVv8u!hBq*|E91&;2v!27rUh_JVi*o3;S?GkfAp7-TLP9yoDQ0u-8o% zB#?&+Nv(T?66r;Kav4HGQ0A7 zt>lxN(=-TCu!-Q`rb0N9WY0C1ng*)-jb|)Q=Si40?*Hil92patl(5$s$|4iQWpR$u zeu8q74f}lmsR>~EubKchrvDXIxYXc^`vG)c-BUe)3nvY+)wdJ``)%cRH~JFv4B88%DK8m8=VZywj>c>!>eU-uW9a4Xb6 zH>qL7kf1r5dB~cF`ukV7nA$o4jazJhnu`Zo>zz%IisM9a!qAfgensymRV8j-)b!DB z0fzuLX>p8Q(}T*JKS8}T1ECwS_4y{FDmXDr`%p=>&B(UH;9$NdR`ckZv8SLRj-0Tc zcdL?M12#D<-F1hPc%@vn91Fx{G)4K$PXC@TP;x=x-9wX+rYT;l@q_Xyt{?WJr3E9Y zNYNGd+91=|1}9Q%Yi?FPt9}W1;5~qDRwihkPA4%Df%nrD_lpk z1CLKqF`!E7LOu{|qB}{1gDtdH!;zBQ)mt*s*G-!@ni!i1{d5#$Qlsc$noS4t_d+Nt z$6)l#!C~le3hF6v!r|9*3F&xM@|~h2lXSh#z+Gqs^Xwo5%{fH!&}c_QC|y|Z3g#Wj zrHu?u0C!`cR9325q%DX@Y(j|el_;B#sDR;)Mzp?ur_ryrscm2d`G%FS6l5s7qUEH? zQ#3I+(?gkL2A*v-Vjp1P!L@JUH-NyqnM{#Z^fW0lMdCFH?%!4;`FD2Rd*4g-abjgn z8HRPZ3ighpjT1-4Lw2TH3j4eWk-WsNCFyfBg}*eh2~7^-PW=~2l>fY|_Is#;-vGCkQ6^ zFA|>o!yDuZ$Una@t@bG#LbL?1mT+z&uCc(kI6DC2k7d;vN^I*SFtXc14+RANR4L_I zz@%d>DcT~*h7)}}t$n{D@1GrL35J^MxO3Q@$sE4@kpML{4yXomnY4O7Q9gt3^kq1~m#&17rIYVlq8yXCn0$+q~NZT8=#HAWxqr$&mius9qK98iN*+$%h;p zSmxyt$^O2_&G@}ub%?C&3%#P{`ZuOX5dk#I?h|FLExj+qF51&7U$QImIr@N9QsHVc zM`c>8k!U(0K+e;xQ8};)o>Ub<$zv5WW4oBoo-tmjIV3Iyd}h7c3Ih?=V~FC7gx^CiS2Dh8LB2W`-*YEk(0!t@g|B?k zOY=Rbyz}gPm}GPc=%^a2DiI_Zs=SDz3>zpHlAx-gzmF9znFKNlVe!MV3eC=!kpisf zg|$l4Opx;79LIQN#0Hz>E2-0t1??;s!FbnBhAnGD5hfU;$S(heTp6~Bq{7hnBa!Gw zyUYgjIo>JNe6A&4uk#a$>a%G}KcXhgNHn~T(>Atbap+(T%U_?(7u1o>?#xFD*O2PHV9z&V-e6PRypGm*Fk~WSV!n8L~ z-BI8*h@OQW0qCdA)m4c)nii3Yq7_>_$=k;sh`wrwKbS_?za_t+iom+7pFGFO~Mo)lO5!?MMOSj57O%j4? z3ftuB+e^5eizn1u>in?}X68xp{at}k;Z~QZ1`^9$Nj2(36|n%{<;6W*Sg)0y8ko1+ zIHb8qsR(zlAqWbuwJ@iTl~6}e>*s@h=i077cCe}vKTUkj(Y;l3DHU0;qu6IjyhZX; zP~l#%Yiwa|P_mwL^F7GIxWAur>)jiqvQHL|F_lYpb_c_8_`QWS(`Rfix}mX0CtV~s zXtwfZI@5Calk*Z`QYd@xRFDhd7Ua1OR)Vluyw%G{wRjw1A3ma6f(@sJ{yoqDV^v&| zTxAi5EG|Xu2DcI4(QH3ds_hskraW4`{S|^l{S`{jSKGlaHk3SX z#MH)85Egv79VIWVYa{b0!%)yotcep6HHhi#)zdhm)q8gqYqMm`VCM>_1?{;8o4RiL zW386mUP%UeYV7tTxtN@xQA zk+BIPgukj#xVa>Cs_0tbjYF7a*x(8Ks32_#_=G3~=0OJQh$7@GRE6;03d}zzd1KLX z4O<{Zg@W$3hwcqOeJDN}5eJgHM7ZV%%P6N>RG9)C=iPpJh)|RFBB%p^j7A`me{HWz z;oF{{WO=cj+wj-*Vr1uc>%8U29batznDuE%gwHJ>BY?_{eDnD_KtvJRfO8@)VcxtPce$9ZHZOL@Fuz zJ#}+w1upWL%dBy*m<>Cns7~}fEaHRhpg#suJX!)&Q}9zEF=0}q=ZN86KVpz@d1qd2 zvlFDo%pT@^&|2^l!Ygj5-uu({CbX&JqX~nNRh>X!7)7p-Qp^*&kP7&%0wDDQU6O%^ zWv~uuQF&^zIW!UuzUOc{`ESfot#OJb@(RSC;&rE3b)kheO~r@8=yx_2_0}2VkDQpG zPwQ}5H>=(kW`F&CwhNMxGT-M4!id(qf@>PWrODdC_@P1-`3QTxy zNJqU%oF-mfE>RLaO$XGmBCBqS8O98336-dB9M2@TpXSL!gd3OIGOCrtc*kX}+#4Q& zGh?@J>y)3d6Kr(l$k+h;4y){!YVJvKEbCr}c$$-lebSgcEOSdDO9%{mZ!b{Bmde4k z8SXBBTrU=V;-1r3D?9yg`hm(hj0=o#U zcwt~a@)*GL%mj7CN>o$Mn|TM^{h{WxUtx$e4e8S2gj@l~a+Z_)3(V3*hHWm`*L_z3 zbyh4C=&xzKtx|OWZI8x-uf3aC3fC@oXUIUmep~k;kzMbH2SkWkMYiw?jWIH?m!vRX z^@g`Zi6>?>^gE1|U$rmN?=)s|YPLOQw;dGx{oxj*&Mz;8t0%L!7$07Om3ZvX@hZ)y z+s&7`gE-+p;n?a%lnC_eX=0By^B6&$?{!JZJ-X5fx}x=vjIa(fnr?fzmC2iYD0ia{ zSIMMGOKmuQ!>+AML$qmX%eGNpZ9t0!47nSQ{ON)gH-8yU z()Y9u#aaI>%Z-KAnQ~K#KH+$IaeVvooJJg2&lC@GuMd}BLmg!(2N!HUhM~rp zwd6aPAyRT>s26b#g_O=G*rDhjB>iHOyIFyKa=gBgSc>*>Eaqowr@GH_n=GzEJ0g5ZN2(vPOxlG054BJhg0* z%u8Wh_WRKPA?gKbt>4O3gz9}&NJ&UEBFVipomJE|P#i64AZ4Mk^(5$_`Lj5P5ACp4 zP)8&FIL()78d^~_6~7cu_lZTVOK7y8XN=T$9c4I5I|o~!7S^`QF=>^?JHq=a@P#no zoBsM8PT|3eN}uN1qlNseqJO19K+5eRXn|>tCUNG>aXu8SLj+S4Pp1bd{^1EToL0c3 zdN?oPXJPAIjMyh}an)#3!iM*Dg9L-buDeFpc4iad`jKz8x9{A@eEfP$<#&eUV!Zi8 zW!kjH-+o?$yj}J1uknk@j&9=PMMGvFjMJdKSOnWl(5vT8E_(S$S8G@5>ia))3V(&P>)cnt@7|#_KqeNGTV+vQ1w(d`c0yIFqVMm% z-d}-RlmE6s{cl7e#{ZOlb^kxm>!IW_IxO^m&}*8xO&}*K&oygKp67oJ2t^+SVv_ay zDdb331_|oP1Elvi@%M-C0y@f{QaZqc-;0Oq-M8!4x7*y8*U#hB)ydi3;K>$i+^^&3 z>w{;+FVA+*Fu(2N=lj!0#Tm-uWJS~@$otwK)LuJDjJEIR53#KN28=3AYHNodN4l8l z-wSO0gVWHo!`0PEH0{{*DzoLtmyQ_=moB=knvt|r&PlDD@*l%nhv^U3U>4ti)(85| z2m%L;9v>z*<{MA~pV-`MBAq|){)RP1P)i#$Dyzxq`u4_IO@ZH7qMgdxL!pJ#v{WJLq(iO4! z=%iNf%tw;zgccI}Q?lHrN0v*Vyy&A4YOy;!y79 zTQILCZ?u^Twr#<&7D!94sc&dJ68SiJK&m-3PeSQAM#t07p8^u`Ivcf58DPw2FPt8v ziOkJXU4V@Vn16Ip?DbopZHdGVXbgBK4(jRHP>8NyzbGcq~j(Bg39dMgNt;$b2k- zCN`960tq7i&d_P7DbRC$XW2<~HDIVwLq%d{Oq(mDmkd{+$>_Zt5O|=qsLURNIp3AB zN-mLk^Df>Vu%TEiwpcBpx`bu^HQ#}X0`=rYU1;)eH0{$wbuWpCryVR5gyz|FJ8&;y z(LCCg5Xi^7=GbjZa^~5lk%%qT)_jH_Hy~VYpNtkvQcq1p9yCUwja+XMR=6h@xg-w} znuf4&4loyEg-**^L%-`FvMqXY{6myFl0Oe_m9f6%00J3+h@Ax4h^JcCR|!$HmmkzL z<(@VMO+O73F;9YOXo6UCdO^p%R9Q{E#IzTSSY~3fmB2o&OfT0y5EvGaEKOL8yrsAr zp`ZBsltpBAf?3nYQ>wRR{lJbm&DgF_@i)^9PbmTP!LaB1%rf1^->X3xrdnJv`zRwQ ziA^euIZ&J##xI z8oEv5r=IbWwYL3LgR;iE^+;5St^F4189LRG&Hf$QDruHrFREi1R`j`9NcBiYSvSeRu4v+&2cV2K4FR zTU8DI$>t9v&s+fsMygTR5rPFP;Qb4-F0(wf-h%3nMQLNYOS6*EsO`n|^*Rf;J{0wszLrS~ zC$Nsm31V(H^4Mab?KrBk3No%BAv~XQg$Y#WEF$?a_zU(3>~PYRMo5!Q?$UXW^;O79 z!nt_ID}&E6Nr#~EvuTB*=^Y*fV9k|0yu4RolpI47tO)$Q--&{kD)eh%IyAd=Wt|I8 zS=4%>-oGzVj7w6Hu)}dv+29L$PU^r>8+vxI|A~dH;;MD#$z!3pVKrTR-0Ab5fZ@r; z^w(rFDV^6QQv;Pb_qYXiu`9U>+5O_<0jui$!3GSbC#g0dcH7+bj`%y91;1==Aw;#F z+l#(sXQ@9EML1qfN21D=o(h0U7shi!w3zj z4#E@9zKR&5$93V!3yfzKkFfW-rYbLEU?l*LKnspS30`3o<(JsceQU~Q3pHiK;*F!F~N<3QE<86r!sSh1wNmSbCV`?yoQw)n;&kg0{oF}Zo9MW7j4Z} z{dZi3zk4VmNF}AvadnRAq|8MO$gt3S6eygYW%-VuJQlo$=8+F2&z(y1Wu0I*Rdr+0 zuTw0Usu!W&?mf7K8F1O_;Md@e)9oY$UY@Mcy26_~Oivpdiyr;33kwY+lKT$=Z#21N z5fDj64`2(X1T0T1EENbXK-nxPz8Cxo zKMj_oGt?{x^xxMQm`@KQtOE`+JW}8zFv*1;F%f7z3jw77Moz_cQXah0#A8B>0Ki;5 zN%5H|kx&;{*wp*h;JOYOaLHqzi4(wgak`uoqp2qD)>bj3NG0Bz)f|>>wN$IU47q#@ zFWomakt=#~*w0KJR2q<`+*lrCcaJ1sxa@oZz!*4~SRA}BLll1=OD?g2N_v9lX{k>d zyR^0&yO4n#}pEY&A(aLPd{^WUGU!Dv6J~9=457x@raQ8@)?yex4fgMa-y;*>GX(D7- z`ITtiNpPsgfIJCcBz28fV_DVe9~Q5V>osLnz!E8s-t}mn=WL0s+U?gJOg#z*If3(M zzPM`&C#Our3__aeJgY-CU-WnZZ-)5>=`{sSE@L&jFJ|;v?EKBaFnfPk^z)0F+4?WL z65IbK2>EA7`;W%8rc^9ZD?-od|II{7q3Uh-35Ei!1GHnLW$q7JGCz#}qc28EpjN6I zH)<_d8xjfBQJF7Ii}Cb&#+B~MofIwdIYq?%TrPgvov-pOo~r%)d_TRmE~eVOG*z(h zvv+UH^_QWiEdKkC_)^-sIjh&qdaDW6_Vw^myQra&tBX~rDpyOStuL{Q+T;r5yXVTG z1$ACNDK|-{HB#c><_)3x6|KBHtL{>MH3WO$leJ+tg7{wHN ziH!AtH@E{UBH*-?CqN`M*E5KdalWi>NI*s_Af7R-vdeNwg(BUQM(vg&h%08Ca#A~q z#o5O-m!c2Eq`#hA#~i5%4Wp0brdmvK4%1c^eUKhX5|P^fjE`MF&-!T1}e~ z=^ueKk6 zlbg1=pZjR6i}ZYV?k!I*gH10q;h~b}0dQ^46^4?oTZ390)vN>l_cT{<9AE5+7f7~? z3TsRbnC=6O$#d>W=Oz_$O+?Fdg&;Hxbgm(T_I!iI3zPK7aia7OK>BXHv{hoSFkjqy zoYSgR3w)6n-H-W?uD9|KTcF&_HBj9fbI|2NHwiN#c+JjFZ0n+&m;t9|GiRo9eh^St za@FhG(h&)9`G*6eCBeMOiW#sR#<}+~-V?QIDg*K=PAt**u@C#w9u~Cm+vHZZGII^g zi{pvR-0K6sCciP25Qt_XY-;mx0xUYIC0J>c?O~&mi(|ViYe1QPG+eqj+cZ{jcP^OcZt|b(qA+$?Ka%#kgP(9C(??vhv`;6KihK7d z*(to{E-=2E*`VAsZc3HC+@M@r#zD9e3OSVw)qz<7hn;>n%v)&RHhikPL_Zz~zFn%X zv5%X2IcuavW`@rpnBK<9P_io)Zi`HVy1~1#lPOE(rb&dK?CQrMrgS&o#9=R+i-IfV zloyd;T5Ebn2(=bF;yna`PXAP~Xu}(y!n7cpF|;4cBci1@z6T!up1V@~U5u{4z0eTQ z=9v;quxjllzO{)-9@HnQrs1;BA6T~fK=po$=9+4J8dHT$OC^O8Z_+U4G!mkQ6)Z_o zyX#9wAF0Ipc#&S4z+}(_^>XHZ|G6yB1Q87=Qo>D_4?Sq&_zab>3uxk`6@3G&Hjxt% zC~B&SsB^?ooa_K=xTdyn>nXL9@hzcZh0t1`O*zkss{8bv2CPY>)7F?XVz*}n4Dj3r zMzRwgTMQ(JrI_S{wI(BnBXs9xuQAyLk*NFU7b^)*nkpl^xT@+F3L!I|$14Agtfd|2 zCBBdzsvXVN(don|(=l4`$L{!cv3r0Zn38n8WO^v`$Z4e$Zuy{6Q?_72ZMU<5*FHc3 z68jF6MvwV2ky;N5B%W39*L0KW2|825crOdYumusVV^nmb;`ns+S%+uV?dHmga1O?K zE2#ldZbE+&xa}fB6aicmk+k?GC6rYQ$4rZezabcxUE%{MpPPXosn(Y($GElGOeAX3 z5izxcBk88H6ER?SfH9chMRMK)Z)&4xRo#-;1S5jrgj0vwt49;yzgHEG(IGHxImc$q z71`LuWV(@a++1nnDZsV}V396#yIp)*U^T>rsYY1b?BiE*WT`jKjyajKQ_&w2({7?s zfnGwooRt=4j!~hnr!lNSYCAQ2X>if!8k287I{LoO#$yzN9Tg-7Te1^<&$_yia=#(Q zr6{E}$XTNT5*d0hU^Ob*>)IS72>2%;W%B~IhfN%E#Z%3|pzVTi`Lq8lAVaEP2mJmu!knN8d;AMNv7$H|)~g!6 zfhO33#3sUVY5}M=8DR?!kTr{{Ss`jBRvwkuGAMfCx*lw~YxmQ6D< zx8fWoE2N8%1nlTmz?skEltXT;PoSW!4HJuU1RqF3=C9E@ue-h9QHwb^O1 zv$OqWf+N7A?P?b3d5uA{>gX&EwW;vlWNK4vb~Z1<(ONyr8O*H2n&1-NC9qai6x_~b z4*%KNB<}sAk~0Ob+ZUarBoc9r+LATKZTr^{3#A2@90isftK)Y4A9JJpKL zAj-in!!>?>_MYsKC?{r;8_52JZ37u`Wl!~+AyXO^$y;%oKG$j<7I%LDHjl&I;=Szb3_W?b4u|AbR7&7MALi%Pk}|zntXzKT*o7Onl#w+OG2BM2U)k7 zBOH-1f2HpmQBnJY;S234zv<_BSNB~T65HF_>$~myGtuh@&DRU3*OOs@fd*#l?guLy zyE8pF-T&f+xwE=^E2&YPq_tx^l6Fn^T^~KQ2~N&pf!VyN=jsFOH`=}#8=*G{z}*_) z^7$=40YF=9!XAiqVEPa_8gGWF@|M}N_rh$6*S&p(=|?KSo)(?;KGT|E-33KUc(A9j zO))DoIamYFM?`~qfS%)?@$)p?*~+)$w^`({=&4P5;LdKiIfE}FcR*5CvBR=oygRBWs`Wcr{Q#Q zSKzu4V)04x)2A5;5F03FIG(5;U$klD_lv9BEwk9Y$1>&%%P6fy_!kHf_mAfNU6WELvrI!y%5u_cA%@5J-ZmEoV;GbAO-7%}Zc=Uv4E;*bx z&BAxbL2`6Y6RYELCVetglprfTL+$uteM}EFR-r`#Dc;Fby-lF+j;Px9o0>q6E-Wlu znlej_*aEUPa=WSJhf4a{M!`c577&fd4!zT-6w2bYn3trzp_LCIsjfy*R=2J)Pvu0S7Tca5e47ajZGhMQ?bJCa%ge&-F z*|b2!PV&cNq0=ZtMv*&^g=l{Kbim37=C8Et_U7x3XjpXYzh1H-W1We`6ll?901vs( zD&|^RDRGbFP)os()6>n96<;Jxj6H}KqHiP4s+3^xd|XjZIc8fJ28BcF$P->Ef`*3x zn|kT9_f;;JIT+c8A_apxfOR@Fm*D%X5M3<^0RA%yAow*elLbW?yM89{~hQUxPTsiCLiV*GZ?S%OE&vzV;&3BB#UA<)Fisd zbFI@mN<-1non-MSrAty5peIeL1u|iD)f_s!PMo#i0fW_f07mAhj%hlxTiVFb)5+?S zPihf2Oe9SrP?;$+gsK6ypE*nflw{TbD_Zkc!)IFdrAypNcbt*!w|$VcAB!b(lX_2S6rb#Cu6lG#+^=39Ck2&A0UY zRb`QC;#It$_nU>mXtobpU)Rz>WU4-Ep!JTg+T^GUuX-%26G&%QTe}m44i)Lpp~Ya| zS9QPelrQZJz(G5{#FaR#ny#^;u_^67u{if0fB1F4v)+_zaw!lhL1e1A-}L~}I?oK4 zTwbXfEug?3*o!;do3~mlEYcKrA-*(y!S9pWUuj3yQfE`M;j%0?IQMChD%C+;l{bc+ z{YKTx((tNfpIG#}{IdO!(`&c<6NfnENWwO2oRpqX`vr_()?R5`^LDQgO547E@ZDj~yBMEa%F*F4v&mQ9-~sEZ7v zx-K=5<#A%Qep`IXv*|$axPACEiNC?m*2)2QvNA07ec5FYaA@lX5?4pO>qVaS7lO-t zP4H5hiAQP5KtRn*BTWpX@9bMS|Q znmUFjKZ}sT&CbL_D1L+=LoA{x`WdJh^P*BM7m5Uz84V1WUWn^~#ph{m# z?c+_kUw{=W)T;lsX#7tsE=CrH|2VGFfl)i5I(JETf6?aNl9KdNG?rMEu6*W=%yuNIH z_8!vy3tCm#yGEKNy)KLSyy~tlAOZdZ1lG!UmHI5+e(9=T!JW_cy~tfY#!@#0&@z|a zI)7c^-#*5^F4jidb?`gYNT1oEs6OR-o(omKr=TqBIYwB%02n`sjZlj zY;9or%zmOVjI~ZE`BdDLRE?R1ywwm`iy0mUQu}ytQjxHFP1TkC6|KqCoQ|#$XGZ>k zEdJOz14|mJ%Ajq*ih#XQE_~DEeUsg7IA1jLUQkII6AK`1U`os{=cxg=Gc%I*#Qg9b zo}p=Wf-__~!w$uc&v?zO_Y%U-z9`SSVv$Wa*s=Ta)=CMf* z(~pUNO;s-8Ub}Nzkev2*ohA3GYFCM=Rp~^0FUS#vR^*ArA)$9G|Lc7ay%6F$SG1Af zALP?HKde~Qy~h#$kbY5I1h%V%>o9lZ-I&)0tx$l)CPci&*nMXtvm9>pV1bFBvMIYJ zZ$>;rV;tmaa7|PqQ;gwSb&{tKeX_VdXNBxY4EYBTt03SESXDRd-R{ix9s05t@gfUN zlZdpA7RyD`?M2l(Gdjt$-eTK-#C9)P5X&7_k{OI7$zO;;)n?n2{)QQjXzm!>uXYN< zII`*ZUFrMSBn`Uqk*WhHwm5x2IJmn2??4qN^GGg4K86FGV`+89sjSBH8iT8HLYM#u zT6CGhlGFS{{FI~nrMm_7knDp+fW2W1hsP*JU+18%&Zaop9)ZHCnT!fHHRUn9+bCjh z1j+4wNJL%Qzf?CjtJt1Ncs|DtDL1Xx6Z2vpe2$-L8aU|)kVzzD&P7?v8PBeFtJ>M8U(;LSKz14?+ zome~Vx&}4>oNbF8R3uAt&{?ciMY`c^MyA7R9xdiCSZkE}KZaQMhvSeX<^b`kxb-=2 zGo2t!Ro#32<{El7&7FJ;*uko3jy=Vu)`A;4s?jw1RG)qNq$bQiS#ZR9M9{Inzf0BD zo?tgjh&VlNAS#nuF|tNJfR^h^tJuBwHMVFtKd1K%6C$GCou$7`Zsi^F?~>(gy?EI= z#7q@A9^i=3LTi|QwpkLFTigTsnBwnzG)wh*c}fIl4)elZtX-nRTHLg3b)9CAQq}C~ zU3#i|<;(;*%ai}EBt!k&uzGe!7z?#=>lbw%Q*KYQosMI{QI%_Qx`25&hSTzZl_N(5 zDj1!>PV=6h?&4W<%l$zX_IPEMyM#V!zJ%Vr$(C#HJX`3PwlT7@p0NKFsBXlR&T~i{ zC!!I<*f6^Blf)1U-@NaPF<%qGV}L+Kc*fd%_C4F8B^w~Zjgq2XI2Vhd;(~arSzoW_ zd6sa9baX`eYplg+kf=Nt$)Ab?7blnbgD#`-xeP!UI_9Xp0OG^&(oE($!QB@s(kg%i z6>Ie?q|5y@{p^Zx)C^io;tm7UhZ2lwYtcIe-=`T&FD)}+ug!Hf>`CP1w9+n&T-1JI z+Sd9Duui$_3Cvy@oBY!)@Idp7ZQ!-7;2fjRQjI`ooQ_Ue;2K#g(8WbwCNPuO!1oKb z=0919+tehVl40YYHJ){1=()-FEF+7&eh`P(TH~FGpyr`J407Q&PhPyGAG|oowV+3w zAOy*!GPsQBWAPVY78U?_-AirEaxL9x@g-`IT|`PYL`vtI_PzUI6O8U{SwAypMb8j> zk|hK*%&8uC)CtU>zKXc*VEV`AxnMVG&<{J@;ag+canCuf8`>bvOMTzy<}K=Fi2`Ky z4m6MZNjrPX(33PY1Sx>?kH|1rQ6e6+WO^Ow76T`fvI)u~n;+L#Ug#yXPR-(dZu^ z?AWjb?Fa5J%4P1r`SY7U}Mrb+0(-md&TR6=d~m!FmAzTB)MqojR0)` zP$RvIqT`M#fZ^y(G4!{{Am}4Eu@pff2jevI_!Y-2zg8=Rg(3hMf6zmPozNc6U3yj8 zdod7NP8kdt#wdI_oRL;;Hu?;D**@+b&NP;5U%X!LYcZ@e>)Ml>{X)CGR*!5LYQycB4cqPS|WHo!1BMP`Z zY5bX?EF&hWOZNTn4Z^F7=}U|4J7Vb<%lRBn?Kh5B^?u-fSPw4$%U;ON@ITd_*y;ZR zbUds%S#!wxe|;EV!1v-yi~MmS0kQ!%plzK6k(pR+m9!_nY$zlN3Dz93=}^#|{W8QF zgyn;SpPeluUo{(`r<>!aJPnWY#?`l8)D6M{(J>D*hjC8nPPc5>#v;CvzM+Dz4 z{~)cmjf%KQkh&CJQoCryPhuZ7bYx(((;3W%%)ag*yc45im~K>Z?U_{$*Vt)XPOJCW zRSl9ORi+dsGkQNBpH$^uKumNWi_DA!Jmm{|^Eu=M+@)NW*;VaLn3$Qojy*qnjZHad zr@kNbV56Y{=dh1_K54x>99JLX83fj_a9Uzk@X~M2{*K=sX71O4G=ih8W(*)fRS?jk zBt!?;J5eOA^}dI4UL~)Nv=flNE3m9BLoQdytnlU{yG6hFxb;#5y&Ul9bq&+NdHj*)W2glnn_N!rVbS3MpHEUm<-eP z@SvhYGTNR3wo|^TiE8jmGIB@up`TY$5YTyO7gd&E>asoUG%jXM3xsK8iUW|pT1@k` zQ|z9Sq-j`LC)BLhuC#B_7ELdM8#-sW{T$tViZ=2>A9AI4SkY_?4-7!LOR#TQ2I&<= zh_NH^Q$_#~YU{nfz5-$B##bfd$jZ$|C5;&Jr*A0Au%UPS$)74oUH>>nN!RMy%hrVw z#)#^vQHP|yq)W)68$tnLK&1+tdR7qMz0ov{ot=36J20a{jols@N|{0TPaK=Lf0bh8 z##>+=URHX6?lIONNlcHKqCjExI5^zi6;KtuyLhAf?B{w<}YmtwzfLbD%Eq0*U)C-q#$tMvZA{m6gE`g*b z*&%JC;m<)I!E(sQE!h%(qqQ@f&PC@+78nnvQ^wa{BGozPeupNc6W+q371sVV$J~_I zD}QvDHHu>+q>4c?Ldas$-pibdIWLGN$(KVwd@RJsG6yJR_Dw`t%StR2rarvMd zTnZZiP}bT$4J37VP~X`@m}!SCIq1q+>DWQ_Mq)qb<+KhsOy}KCf1?BpBIZTh>>i|n3^Y$^NVP$779`_p%kT0Qi+1hi$kEO<061@fjq+=nKa@nde!i( zMt@*iD?y&n;cwcY%zD=t8O~%n(8rEs$H!Pj#!leb{(5PLFC&8LgMb1`= z5FeV3135M>OBwbsp4?EX2$@L$y-t9N%GHKe2jY^AvZ2(QoloUE4!Q_h4+Za;NZ6(c z%uzDOJ272kS6ycDlKmbz6Id)G&Jkt5^i-wfp6dG1dj!*UVwYG@c_I5NPXAt@g;!b+ zfL9^$T+>oQ3@rBOIkf6|i|1t7-!l?`BdY6+GJOoVjo3hUT$GimUR_gNnro)*6Jl+T z57d5!V$~JMK&M#X*QmmT#aRFuNHH>G3b!rYCSO6msDmi76_JKN8o5%VUshV_>Jvwg zb|M}@1F*7dt|Dw{|6Z2J{Pw=`qrV06NE0 zL!AX#&F8-<5%w;lSl}U%77!^*Ie&$r6C%jWVq~z_ z18f%~^(8K)bGK8UKysw4(qD+wAazcQwI03i`@cI1cE~S7*+-8@JzbIluGyC9FXh_{ z!)b=Wx-*pWpU>|tlFV%K+or2^!-OWOZrO8Cj`wgzEB}ezDN4|O-IoaLXQmkHCT5Zz ze&RBX)X=m$F{$}9`ecSMtjt0y8rm%0VKP9=znrA5qcoxO0{9Qxy;DUOp>%@8aDohD z0hmB&Ui8ThS&uf@az}Dv{IOnnL%a8qmIM}8eaalv3QB85@hrBOS1ngpnD1>CMXw?0 z%+unCw9Xk?w-?BQR@&Y-!BgIa$Yug%Kz3gMI9`}YA|Rz4>AE!`F|2k`rbFttH$$6V z3S^2}-Fw2;Q6Hd6tymUXeQY@u|B~NYf_A|)JmjQ5KyG#+RMe)j%C@x?syEv^x`1m= zq_}Fc*^U_7t$)p;=y;CVO?N3YvI!EAFLIG?ed_dlzwph-vs?auhbklM|HJoE_OLgh zlQXnba<-w9#b>0a|A!cHbaKXLU}xv}|DlaAvC%X9N6glH@mBMAdu?D8%5+Qw;r6aq}vWuFFOC~&} zPI_GB86}bn3B_J*xpd6iB~|7LPsH1deimVFDdizoq9X|> znKWT?n!ld0TKMyu1Z*;UD94?8*KG3gn~Xgwu$Dvwa+=w z!2n=`aPK~?bO52ME)d^DDm!n1{0G*9(Y**VEb6s`aWJT!H-8Nq1L=O)UI|=te;8gb zUP+ZX+}OTI{35v)6?$!?G(>9;Dh1Y;Xib`+xoYF`%LT zq_}=jGI(Hwf6p>!fWSlZx}ij6znOtsR{y z93+A``k1pT4#e=pUx_gf)P!7PRIFX{i@;o)#O@wkN-_XF5Dmgz9{}(lp)yFF0&5C7 zr#Q-mYmW0$cxH$a%KVW3PCDKm{#=_q3NAek2Rx@+U$6=W+;D(cB?iAl3bw&+Ty826 z0y%?7Gm&=P9>g(d6dhx_6yDJW#x%4l+%?WuEPGC$Pjm?%=q{sC*t~Q#izH|SS!sU> z-2fG#YRgC#0ZP?9n`1y5x9%RE@G#i!FQN9A4#*!KeW)jBJANZ!M&TtPr6F_v2mfe< zVelwKqBux6&~Szsd3=U~4G(!;Xti6KU2yyWH)XFnETX>P_P)*-ro^W>gEb%sDy$QAt~qF!KMcolCk*bZ@R^RYg8eSTd}f|8?Rw!G3( zm&YcG9PMXh6ixUwHgrHaT_A}vR1XN|JS}EVUV#SS_6w%Jq;o%i>QIQL(4e0qzhIj5 z1VRl-IiO5oi`4yP1IyL@@MndNyqnSq9C#i1EN94?ss`Ti@qkcLT*j@;o@v1FjG?fS_rVF?$H*L;M-d_PsF{kg;ugK~aEkFDgGi->rxFgqH?3d&+x54fgkzD?dty zz290ie9HVjUOqo`9xp3=d9HI=ceTIYKQ3l3bM?AEpi10dH${~2W=$VezFm3L?-$_? z*FC z+JRh@Q+6SJ)&ZLm606-+u}ujZ=f@#_*9&}bFI%mt(qZC~;;&G|=7E$aO(?ujNWCgW zz%uZJo4?W=jAOTZJ)9=_<|^wS11!wC<2l3`cKo|6T5PJAGgxAkz$Y7ITz5Z^2>#JN zg_B{rX`U>-yf4$JSiHZm=8+$KZ{oH1sC+KaSXul*T){wnH{a09iakkf?69#%SA__& zsAf)NLPJhy0e-+0|5cfyUN`@XD;|dPS9o9$=Bu&ZbiVg%EcLlT13JKhNecy)W~Fi2 zed7!0CMzoRd)b}0a+dF*l9vxNI<<1xy{_lu$Glm08tw3>C}k(F7aPth+cS}-sB+ia z?dv*rx74OAVl)-rl-b5YJd9C&HOR*#9eBW?t8-GQ$tipD03mIWx0Y<9Jl{8r?S{Vo zDgnGVb>#F>0qfM+7szN?dj{?F+4y1d$$Snkhpkb8Cv6IB6_X1C&NAxau=RH7?%<%7 zkG*s=K>r~k+38-~PZCG7-JDY~J&{Z3kCAY_a}$qp8`+Kb&(xAvwY9{N#_CJIz$>0f zpY5M^usFs)MhIxu54-w_i09P5JQ#AAVfH?(xvb92OyK4SdOvQSuFe6=G`9|nC2S#u zn$j5WRT-MvvAvnuFQAu+iKg{e&t`=?d#xy>?VCPahsxzXnkuZyb;4+Re;*OLNsgc^ zt|mN+?2A=vlN(!z{NGgp6_8)ks=_IemtiCkUyp=``3gI5Fh5|kM}2l|Z?#ie`jOF% zar#YawbwoB$LhCuowjta8gbOW`9xC9ng$J9PAs;j7@?DfQ@Lp(uDb|*y6N0!tP~mc2=-XQ9gOBmCLRF5P=z$ z`lBT;>JnCvk-^*Gz~-T5IuaKtLc-XS^OoM=tWLuc5E3x3rKded$vrmyjf&0whiSB* z?Vkk%v654z_H#3V<%l#pUHm7v#4(7u~>pgG+X$yt_>yi!@P+*<+wDo0L zO5LziNlVvFB6w#1d63S1Fu5I;G`9jtTH7>5VrJ4?4#_tBb8~s0kiFn=hyZ^mMDZAD z7q{ltJK(f_?{22BAZk#210gaVy5Rskn9ZspZ^qML=!D)`d2d;OY z?w9Y2*ja%uZrLj9K((Ht1VJg{{UY4w(*5n=;ZZJYcG>VR$(~z9`x#lnivz>jc~9!3 zrVs(>e}D#=)N*N!tT8oN^d2T#eBPJhm-73&{-rx+OP8XUV z0k`eA(ZSV4&^;sRSk@)+Z(ot-2LWxphDKKF5Wdtz6b-tZ4hY(S^o}@IhdY`0-}Nn9Z2?ZllJF75JO8 zV#=KUDt4u=@gkQ|82NK?j#fomJcI>JE=KUbu zX|2hdxAA`%dk5ysqIO#}Mu#1{W7}58?AW$#+qP}nwr$(S8|UPny7$!Hb@r|LYW{*X zt5(f1o@e0I+N~>qa@ApDoa+;L(SgUxxPmHU4c=b$@lb%{!R}o~|I|wlsq=NneTmwAVy`s~E`v@=LsgS8^s+j-PH4cu zLm=q-oyI1J@4Fcv(?92}Cu5$B>rTxL1&GeBRyi6{bj>{NdGX^F%~2ye@;%_ru=A~o zEh}a@!Og~LnZGIHD2v7Vncoo5fdtT&Ik!xh)xgHcIZ0OOh#Do}Kb{jUDUg_Cc4I6} zGV7-A@lO5SuYmo6hthzzShyj0o}y0aF37d^-m=qm_UZaj0~q1+oQF^DWUQn#6T+#a z;F3$9iW!A6;7v_t+qj7FJ{tgzzBV&6I37;8CKVYfTy`ZXu8?NKY?@B4l}%KEP&H8P zCohUZ=~!2bD~6k``@5N_V6%RE%Q{2j*i7Lu4`C`l79=fURJ0#Co>y_7HfQAv^+)~~ z7fUYb;4FDRRlC2Bk*I13>{hg7l#4CVz| zm2YxXa$aSu$vrMk+l{4PH5>v%`ko!Ffl^y~?n0E)!3I!VELL_Wx(0kYFE7E?FZxCx z#-&C}h9<+J3-%S}Iyl5L(2NU=vWIH;m`8&3>St6bbI?e90wD-FHXG!8&7kjz&l4&DBf90-QKXS$Y9bEk*S5zL|%K@W){+CNJtKr*)$}?EuB+GO7Np}>>bQqg&*ajV* zFBX|(6pk}}!}iDN)p-sb_4`cH_eDo*`#XHcJ1U27V#g*WXNNY2H)Dd4=Eu-_<$dS= z%ez~XXRzn`zWM7bKM}Gh)4L1H;C3TFv28@Q6PtTy>E;eS$mKO!>y83v#$_J)92G=s z1Jwsuz0bEZ;-K%a&JERc`IupPxycQ!)A`|INj;+Bw$ou@Qp$~jeq=r60d9n(gYQTmYg=D5amvo*p zhnGvQZ%vw(+Rm;%E01A*{NeCYGnidP$;8aA)#$*eD2_qHK;_KslE!B=RJ@4X*gnS% z|JD{l1oEgEYn$@WF7Dc8EY_wK%AA zQ2Z$RVetT|vTuO{W2e+>V*682gt*dc#_c^`*uIpiL{x>E7tE>uNxU`r(0Drg3d^3^ z=bX_CXXrQa;i0j2L1GipBIIG}jN%Aiy|2yRT!0v$VRxmoO{>H16)5mFDsA{6Obuc-1A|KAE&04O6X>-P<_>>Cr=6o~f$)n0a3u%OQbFaLg{|N}c7> z{LuciX)GlhyQsDCgY_iL=h?F27Nyi(&$Q0;zJo->s24v7`{o?4vMr{xCcf-X4S; zkhkpgMYE>oU1pXHFjI=kSFBymzp%7<#?nq-;*m+yvv%R>=vL*ZTh~v zw~S}w%psQKSb+$tStW(5rnA&$T2XJvyhI>i+!@!IcZ2W0l_9!>Cu%Lg5PgtD`}FB68?yDAXus$ z2B37=%PS`CQ^q;FSxswR2M1L^jME}=%^gn#PgGC;>I7nF2Ja9Nu`f8r(!2~X-bp~* z38{wA^iTVs_MA=8mM<%y3|!3*kn3dhN)eHfED5O}k^ z26XP16iXxpG>5Ezk-uZvobxP_3r1ckyn2!4NkF$HAn>mw(}1Lrs#Fil65>iTN&V`` zutt6$^QAL!g>Vqu6vo9|W}{cHq>v7m#H^=vPOyn?;PWs zQ?Q6RM6?xu3uB<*Zl)j={YYUEc*xej$fhH#mVY0Q$(@|VxFmvOMOQfXw3>SP!&ogj z6=?^{2_gDanptYsuyBjh)UR&Sjx@S!{Rzp@7E+-3-Q<|=F(%Y%B2LnYud$lCaDs)R zB>8dPIs~3iZOwLD%{g0XlMIG9gdfOd`YByt_ouf?x{ag}O_Y3$5*m*Q8_r=WIZaTelp|8S7nevgT5sBY)DD zCo!jNK|zaw+Mgj#g=i|391=CE%Oqu_qXKD%PvRBkbP<&@?C7oI{*sbq9K|L3=b+7P z?#kJl$2#%`4r0YthY<`}yx=?IFg1)1&CO!)oj;?c>Q>)!iH}1^7}Pq_iyvOOJ;)%0 zY8F-OYnt$ufxY>!98b0q>>lu&aOtTM zqL)sgC|@?<73uHhx%VDD$hJn+{oX~%wz#l7-!cpSy>l)06h4C&#bhw7OED?(>@vTb zPtG;1lq4$nQq8VbiX42ohMk`E?v9BXCorE_^d{plCY@ z6P7>1_I?7stLcTgBakKIQ%Ah_xpgBvrR2>~261{xiWQ6C=xig<4JO|6d;IGeV{mybhA>e+eYjuqj9R5p1#(hv2|dR4qH} z!jvS95}Z6u1+;s1oJNFyKa%i&)X@I<9@gm@xyX3~Y#glsCQ4?m>uE9|ecXCp(=T>W<(dOu9bfj?_} zfCs7G6Nqm+Wx~n;s*dT$Ts-UHtK1czfq1CM9)G2)CGxZoV`FZIT;vr%y8BbvLt6Hi)-%E#5`eb5J$)Q2Q?&+1eHeFXV!4V?tl_}k-J z{n;>$yGF(Fe7{DU;x`HBV515!TRNKR(mK2G4tAxZvBO%#@H%hrg zw{Jc(S%oJ}speh^#-utLz2fX=B*B4&i-HV) z>ZLz20{t$9{ZuV<8k&krhSJRpKjG{j1XTyu5 zZMn@+ukAZk$^L@IY_3;Llxq$J|CQP!*S$o_7D%jL!eMw8=HKsU5HA@;ju$8cp!MSt zsJlcvWT<6g(RZx=gr*p76%Z?Cq5$utD&&p7bkbit&?%1fie;kwZy?FzyW%`pie`s=Ww zhUV3KGcq%`g5ZyJH(Z9}@g%;?0TsUq0$bb$x%h)3d|2gsSh=D5{b3M}zXvlL%aTu( zNvsfF@*V9B@TH8p>}=#E7*n5V6RWdqe}GT@75Fe1nyv329lWPZ1Gw{dS?@bUr$cKRNKMSpPq-y%@`-{b@zaTPbY1O{1tC^CVTN%6b=r6u zk5J|#lA&BHT6$yTq@p3=@H|leG7?eonxgOVAJ`9FR`zDWL;zGTv}p`KojAJ0jCZ<+%9!cakcWGzbMJlX<@2fG3SCQ!I| zPcsjhY$c`;!;rCrxc)+=`Elp*xN7Th1!lw|7HDbWN|YcUlu$yX6qe?nP{uDDNJ0Te zgb3r?la62hB93=P^cJM-q{iV!jVq1vCNPOlzZb^9L6GO15U(9jC%W+f=i!#R^z7|= z+pIJtLSbYUsAKRPqHy(1r4zJ@;Oawt!kPEaAY8?JkL%@Fg3pnE4f;~&=`^+slYvJG zhhPk>UAL$wx7V3q3*qG{T8piW{WdWcwk6TJ^p%Coi7XhmItz1|yE*mPn&r6|{kip5 z{iq{@F?2+gOr&MW(QLt_9|HLfA@-SNe@mj`xFE?78$+k@gNJSERwQ#s(pZ=+m1|Io zkeZ3E^&ZRW=C;Ai1SLk$ z`XacuEZ?Tw1SY8}ep6q8KF2rBSD&p7L^U@~HEb~258BcJo%5g#-Ogz^l9s8U^46Ild~zj5bQ24eCB2`^=MxglWV$aFTq)y6 z+o0!K7xE&gyn?U~0yk(VD^nQQ`*33ZBS$KTg%(U8#U%i!lz*v`P+#4s(zY*R98jYKAgq+=yz=IQ*TOs?8c>YPJPj>pmihWMwqfVzW<{;NAV1sy@RQUiWV_=lT)V{|(u$$V26#^! zI0qJBs?=yp8@^5t(+&v<>)ZH5l8tRf8VvpvdgK<7obaq~+kF9~cDf^`6SS$O47!En z_x_akZRpQQcsf05owl`pzlBAjdxa28t|Xe#hrmZgmQ&nKOVV3WIU2e=_@G>bPV-Ct zBT(M#%BVKdDhe4HejM1N{E8d;lia*u_EJgyA_O=Qp9Q{4n{+RxfqvMOjuV}9W@P!r zVs@uv^DQKl3rMxKh4RmP$es2?EF0(Yj?~#0xS__&?G$D&nCrU|=KDsyO4WC)&&;y^ zzdl(Rlp~;ihfnX&cSp7(+%LihCi&Z?LmA;FV!#?k8)8Qjbl<>1TETAr1GeJ$k3^4* z%nbj1jHMxIL)8Mm4N!SOaOHHj@WqdS+0@SM0QqUCUBoP`pq>8S(d;6RLt??>>N^8H z!3ev;gcJ5A=98a1+7Q-UzLnL?g#BKbc+c6}`tHAod3)G6;sdh6iRMM*M{ zWF2#}PDxo=I)1~bRiu62Rn7~;TXZx3;Bs$GD4mG^H3<-*h@@q#77lMWk2jjCaoh<% z3a=136F|5Z0bungw0NV}7N5J^Z*0s6e5w#6Px*$kKy@}%ErG|~ORZ^YJnAaIvo1s= z2a)BV={c$HysT6#b4rlZ)^7~&BDZv7DNG{fWUWM&FSm4po*iIsHI_dZjp{SkpK(fE}%w}_%XH)#S}GkV}Q6%1D#WlX+5MT)(>&+{5y+}0ZZTXnsX5w^Uz z)RT={ZJ-?WUJ;~~%{yV!5F8yOVsAsM&qeP@~{?A5k(Pn{O>2CaH<;_%yR7o3)PTA*yp#dbeR5gftNm=)r!qSE-m+rKz# z8Xw`tiSL_aR(GK&WrDhM*@8gezmCT%7ay(G2t5=0xE?H${!Ya3VJ1=+si7YjWYh5K zjtjFFybYP^(1k&WliQP{2#Dpui^`$+n`ypNPBlZdIR*QQg?SN{U9pP(9WYW9fDZxR z{te%}x!s|(5JgmXmN*=E7eQZL{`cyH<+ucEfC8phI14aHm=pav#@)X@R8`C*+evpQ zq3>v7MrlDTNSM$_9+Wd4EF-dEVQe>J`p(NM-5b;UtHVgNUd)Y%sr=5y2L2b~z>i}c zD_gz*|CWm$o&}7)C;6X6{bVpSgq$Gifa+}q93&0wB}3ZCCkYvbzfdP_JWXa37GaXt zQ+%NUbnGk*`tHBr0iB?us=O{Y=HxK2fhfejjEQbB4gJCo`#!ZrLpV@~>@ zTc6haCP=Dh38nWt{T~Nvok#pxLD#&kU6Z$*h*P0?WcxkLDU+ge8PGjBDk`^q6Gj!6 z=-a=v>2UI2ZL)B6!7)rcm@)Pd=(O3)=TZk+ZpMoCvt=d|$=Pp(r{$*9NAr!u9^#8W zTyhY2OI5elWYDHockYdUE1sS5W~dWZOei>@5qPqc>f@EOE4^))m#_}o$xpaaez)W+ zw%8}>zcnh(NkcnV08!;s*8<#SuZSCIj_wP6`)f3RUk!E%#i@|3lw5f30YIubRuap` z&)Az-B3hypM)-;SXoFH7r2fTk>^D^d9w~l;iDzzSF!%gsMcaxT#DBJ9Bk z{4=Pn4eN~rskp5`3Up#Ir}rvcgcg0G{kvoktyp-e5BgaKST>i6Kr8GEpi~ZTNbWtx z5&+3pHVUSXg%XdEw#9Vg1o9z$LG5p;o**R|7}Su{AXa5K@_hQ?&X#cMRof*BxqtXQ zG~3L8*r?=p?@AwgSY5nx2RQa5DGdPitEFP{6talj%wThyR#&7{+ z`%{}C{%rzImTGl`rTwho^G7l+84oEoK^iovAP^fSI&v&RhMOY2+m>^dTc8p7W|=vOy`mIOy$DJ&^~IyTr#o`_slg7; zIq@8bG@E0N@9+BYY*~Hgk`PGE6Ge2l0cU~X5kSA^%lW?{sUqs=jtk1a zhgRZ)9$DVom51f9c9S~3%PcMc1cduuo@ep-j0Y21F{K|%cxGw%9KAC(r3gev+9G4h z9~{=|S$gpD7@hzyGEJ=BqRvf$703s`Q`e)_h&wX3=j`n6qYZa;$<2Qd<;c_8wKUcK8~m zqCkQLzL8IqZV!)YJHF|PMd__Kl!fr|X>joyn40(Wz*JkOFS&4a7&CV2ITYZb+ zF+ltrhz0G>o$d=1bj`oFhld@`Ea16w_#Ga_rm;`(E{P{%zCps(GKB4UXIIW+Ab*k) z6#BUbYK}zti0AhitJ6;@pz#XdGa>#Y1jMlKTAW~o9sDCGf4=6`Lj9&q<^!SSBIWpV zo0e0bIe>~U>_nEuEkb!IoW(TMMqFfa7&_=oq}1*le95~)v19tG)Sb; znjtL`idHh@?AGWCHLjRs>)6Zg3%o2~G8!5OIY;wG`>FY~Whm+!UvubB78j`w%2 zt}j(@FO6=`9~yg|esOfweQK4oVL#`|qE2ITlA|)bX-#?^DGnHq`6=Rl@$7)=+v0L# zEM|4>vOD0t*z&qiHb2hB)kCjb+uo{hn&G$()avggvkSVp%Zk@)S+_=)jpW*Y1KZzo zWoL|!)Zm`uLaavUYkJYX@sloygL4oWMmji)q?ttxL1zySdDrEs#o*A@Yf0Q&qByTF zda4CcG^tig;$M&q=9<~ivGJj<_~+baxzSF=40H=bc?hUfhp%TkXp2OuGfi&=Avp$E zg4y*}S1qUd_?N&SM;0Y$>w=3-3Nwd>;_X?YiKm1sKRd^1iwo{hudh=rC-{Ggh~%*Q z*ZC%@WTL~Cj>4@J{9y@(DnZT6McUN}_C8wk8LH_;s$>MUJw+`mAZXKhKB^!D9$YhT zwe=`C#_=9ty+Ni zz`6n%l;U;)xE0QnA}pEqJ*)iKn$Eo>E!+gvb=7keLsEeV=U~`8Q9W-|iwrT8Akm=Z z(7~Q|3Hp-QMV-PzUW8sRHsHz%6uL7_$)Rlu{G~2HlOlHKSsgI(HbESuM}M6XTHT`2 z*1XexD%tCS2sc1lbp8C1QE5#$w=;bkbpZ}mJd zM4iN-X?)E_{X<1T{aaAj=sf(F zTLBB^Jw*ZBVVu%9dQWt9yP{35ul58dc-){}r@k=WkifX;oY3CoKiS_Alx z;CgW@wmdT8NpACS0OpRq1;#76)L8um=2xzpMK39fokC48<+ECsI)9rOF1#SInWAcN zU9)XTm2eXE7_SfE%ruro@NaLUrDH<%93vT|OjctOtjEvj-CeP8ByMusf2}o?=8OEy zj6OGtjFp1Zc5zjt5thuPi)g%PplUyx@_5U#g=cPXJ9xEXg=omuomEOFtp$4)k%7v78ZAzMaub~h~= z1_E4-c}Qw_>PiFmH$yPLWKlof9x;;(d*}+2p(|)=^P})`&RlLCczI&ztCLsaos89X zFl69HU!URBMdOU#IhQ|7%Mf%v6CPzkZ7zUzr!-^A1*TC&hR9M&rz%lkz8P}>*wsmb zQ@~_)Qij&eEiB=fv^YH@vHTM5S#WM19)Kl^e^_fe^IL`04LPVkcg+TQ)dcHAw`-Ap zoN*-|8E0tnbd)$DAv;G-#Cnk|z4Ab=m;_jUI*Ji5*iLBf0~Zq^0Ph|DyRe>=*WJLxdn%Oov+`xgYfDWtZT}uDU}YV#lj|AR z94^9dq`Cvw2zTS4jn6Qp6Q@ei9`)Fa(v}`Z$;j92{5NjY<`~#Qw7cIcFJXV5?csY{ zp87cpb)5Syxf3m+@h(apm&1aJHQhMI+bzzwaC!pM6YJljMgezR#*Y4tcy4f4;fgky zvaV^wRe~fc>D^E0y#SbEc0y~cP?LcH^!vM2U2R0h+lmXNN|!4qM~l(bc5EiMJf7%& z{pnSB&q^(T^uqgaGHOY;S5wC+ivGcw&RUNnIaLE?9-hK7RYL=%>4*(({uh9y-l0p~ zPr)moL!yfGb+l&!I-vz=#Z!2TAwX^Gd~yZIc>}(ro3bpQSQ8eeL*1m={DYlE;~ODl z_A0hp0U1-9)1f_@n-9(GjI#yH^+WdI8r@{|@Pybu+1upuPN|cIXb9x>EY!L4=G+9X zhs-r^L8TwkBQ9tU%F`d*JqQ4ec1T7oSmGEM1d|>B1KGBbC@I~~DR?dScv9pz9F8lgC z(NlnZx%59_ga2Z-5&8db?`36X|F4U(rT?QzdIT{Z+slEX_9UN0JEiH}4#(4{x-JXp z{4OF6`3p}mZei0b9U){(9Wh{I%sZV^@2Ry&c<`smHPq+G{*%i4okiPcd8TGUwq_!x z=aeLLx0j}-Wr$*Lt34BEP`0Dfx~E61tY;9W&=HAGk1MBf`3@a@KTD(C3*6~y#I#x%eYzYO==~Wd~1oFBEatAH4+zv#!y(0U3I0A5ZLtn2SC09O*R!lPQvA znAWL}MFhxTjNxUI?*)h7@jw-_!!o>oi1Vyy(;g=@J9H+xfW@)Zjje!sCjYCLEev$N z@)@=~-c2tmo!1Fw2CMAX*7c}bOhJ~OD1!$TFBk#U0pYVQBxpca%ut&TScE51Fx*W@ z+-7{gS$j9If7~DVJt10P8h?3&Im(c?{`F2cgIYf{{oAu`a8ysF0${F4laYU?K*g~e zfe0GBbji%)0>{I`2&V6jyxB4iG!T?+%VHfd#g}uQ`_Hh^mS?G${LnJfDx|P=(*+v_!T?>x-L}DikgYjF9fu7H0Iw?z>_iFH#Moh+gY?Sf zUDpYjr{SU#7VH+?>GNRpjECZVzi4|O_`VUb8_lRk&@MnDI0Xp57q7c1-6C{bvy5B3 zE}4GTKWDP%LcOSs*SUi7;U{kcaF9Z)@y@hwQn5-D&PLuWeUB_OP2-~P-wD}bOb+r` z=ZMx-fUL&H1#$*10&bo`WXY1MQaKM~Qyv?AkhTH8TD{4317ZEQ>BN3wDLA-{Cy?b^F-B=`pM=A+K21K|4n#VtZ@il$frgLG2=W6-~g ze<0Z4jl+1cr*Lg^H>{{xq(%ltNa=RkT)Yb9Hk2lJW^;JwlW;FrMAOzIo>+RZE#0hn z=O9abrWCk7?KFCR8T=HoI%rP`h>7cEzLAgcoMX9I`L)tzk{)zL!JF3g4&$a)^h-i3 zw$w4X5-L1ex{1bS%0j%)GDt(P_+5tAQy4);l?bP=t27SUF;zrgt{P zfFg1FR5#2MK`oS{)`Ld}wz-(o2im1?2TwpTtOeO;Z>Vz}IU5){t~bWl=`U4*${J+J zWO!hik!7BTmvs%07Ulk44=%f!KXco5R_zm~$qcz`oz4gngnW$dK~P`zxpPpz6cw zM#b=<9JHc4-SSJm@VbF8NBTBs=4dN6R_}4gS941<3+)h9cLeqQHj8PT)k95v9#kU8 zYan1!h%IW0it8(pD*m)^U!C32z7hXGFfJuf@5x6w??2@aQ7sXpFXyj$-%$p0*z?bU~=RTKn4036!JbVmyaKA;iW zj3@v1v&BYF|DOaeFfy?HHyh~G52Za|{eLL!Bj~&>88`+n*eKYjm2WpVhfvj7rhV#n zPvDR2C4#u40~w4-WP@3W*uw3p{Pb*OknH&TZtT~0j&zOByKK+fiq6qZ%-KoG*@Oy9 z)r5Iqn)Wv70J_B{Gxpy1`I*u8=WuF$qo|2A`@T_mVq3K$_`fqCBDt(D|~A$K*-0 zefpb3y=$v5=pa&QUIWIc&}x2Z07^n0J5rJI+wf`d!6={Z-P1y|g<*0&G?r>7S^)BM%1=@sF9IrJ=37{5HdvVw}uqqR8 z=BeIbNZzNcJUW7Ye1*P;?JiR5JMR7MGb-Ew;#&NgMyGaQ=}HC@e`ulxSXSW7SyU`tIA%o%6Q(D^uUV*&8+_Wr{^#K z-<5`%X}>G73x`9F?CQ7!Jr@0-PdJ(ZtPogLg1B-}&MI+5d?K&e14?gU8<(6w6}~+_ z0hrrv5Xj&37$))MzpKS;-p(S9Ahr>O2`>cIw9!mw>}Nm(xj!~9UpamS_bTT=j7SXM zv`4Acl*Soh%&1#aTt}-6nqB)?zoLeq;M>vc0paX?VlSkcGZv9HCPU=oUoan;^lal) z7aa7NIeKE+s*t07Sdoc4asl$N%mj!1%z{e>8aULIJciG&U7V@7WY62 zfSfBDs%zo5lB4M-u`K8&4YY>RqAkuPltCNt#8@AQC$f1Xmh(^CZ` zu$#V79%ynR4ZRq`Nd+YUUg3l-Uxf@QMOMfDTMyl& zh=-n(+PhM?LntcZ^j^c{8stNT`_%n1YX`7)oW0n}5r3Ve(#bB(z&JC8a9uqFM-;RkVqW zO$c}vCD2YIW?{g8=|UYd)ODL-sgl5n!W0TEpW+az29D)R+Xkaeuh<21tnNxsgZ?G3 z)s!Xi_ddO=YUm2X-bbRcOc_5h^^!TK=)`Eqo(1k_{0s6E)>S)g8m{A5Az}pmukj|8 z$Lm~hU=l2=8|Z@x3%^e2@MVdQ`s!aLmaAS0f8#9GhCm7Htp5287!aDAVfCD%|Gwzw z7&#t{j^b&ER+fuMLYvSUP2jj8*WZ_4*J`Fqs$neBk6@6thq#S%60q&Uznd)HSTZ~= zz{8GJ4PRu5{}-6+ht|Ig-Ra8 zV%aZ0YsSqZ0J#_aXtu(m#l-?`J^A89iIbQ0J>2+<%9rsJVu@GVw?Hy8i6^>VvXlE~Df%0pg3nCyvz_Et^K$WmXU~OX|3rAOnpirWN0^u;N%AL> z>BAGLutYQq2-h>TR#S&OloW2xmcY^auQkxuvI8gx7w6q}@0i1vP+Iv{w8wUGB@NxrK+YupIsseX2^XbCyPqLNb?1{b>zC;i~w{8EP4zTY5nCy$m z)UXF{&j#b36^xb5S|`KQ<5$+X*{gz%$Lde`EvK@FGJ_lx(sly7*;vrXqN!ZSwfYg_ z7(!N<=(skbwV4(a9?3*b=N@uNZsXj3rhkTsv8M6UoKh7lcbRfwPtdGyv%>9+)(lu! z!cc?E#plZprFbI}pM_ZK=f^T|ktb?mRGmKPTUFkmy(v*|#dF$Q8O}%ht8l@SO{`?i zTm-xgf2JcEX=H=89ew`}twb0UV)j~n?j%GN+jx<{plg4biB2Lhg7{Y22a!xC2VGgX zkv@6GSV7iZf?1qX7ndo_o33I!QYxy|w{?Lk;W#1r;XY#7V5x*$6-Jjeuo}c@=ypx; zUQ{#t-CsQ%@;VK;<8(1&XL)!N&_B_k1lvZ3S=fGCqE}BHoQmJcytUky$$#CtU_&MX z#tGm>cJxTal38{zF>E%0{)s9Q_$M^OI2hYXdZ6h1Ejw{}FX0>DbYfqp=Si4HPfzZ{ zVRrHIN3%Ue2n!bNX?}(Fhux@zl%H;%B}R1@H-Fk1s}{WZG@I-+yUEekiOs=qq<&y8 z%S;#0wZCJ6X^!C_Hz#?@q5ZJ`Xed?4{Jl&&+y(%i!pTndR20+#nkKmM>fOm>iKkp- z-Op=N**CSI^FUM<3Fmd`iH!eZaOAiL*E(ZB48h1Nv=#Pu0g=ygudrs>BD# zCU4i*hZDm?6CeuwxyadfcraxvrTRp!$}+tWqU^Ocu^ z?+@D2sfAt==yG9ihxomIWcB^i4E#V)q$J;tUlhC&vHVu_(JoQOd+Y6qwetD!tWs#r z;e=RGe|IUhlHRH<@`hiOA{2IYlzHY_aiQEmAX$U1dVmmm(#FH9$>AeJqjiKb>t;j; zT|L+Z&p7vi(yVezCoO^uID-T1Noaz1bvE9lubAq%l4r8uzV^dqi)!wLKT;nmbV+iy zl4H{7S$4`1s@6lP|MkcZd5;&Ak`rT0rp_mlla`b_Qj-qiIF+Krz7Urhn_5?NK*2I2 zuwtaJ@12^El4Qou0oL#~z`tSSs_JbqMC%0bmmrm7fjm20|KnH-RBJPhw|p!#ozIzhap~f6R=+Lg-f9J}==9)4Qi%=dA0hq-#XR*t z#o$AucE`s8-65Q~xf6VylboyD?`q*-+GRqeaLbBTl*cGZhB5t}NJ&QEv3-O=Xyvw$ z1ty$>qUX2WFWT*>CHpL{a@gNqhS_s8YfPXBah|@v8;J?KeYjQ6_}6AxgMzlZhLAHv zqZ#v5KOy>Ph5cH$sZOZ5gS!~jXBZqIoYtBajzMlOgp6> zw-i4UV8AVi2JEuAN&{K)jt21Vcivp%a@OF)W4dz*MuUD?2>9i8&{hn%_)cn>cbnlf zsL!_RS9MyLuyM24+Bs>@sm#vFjeL)L)wE_|eMc0ISeyQYcPZ{=t%~34Zup4oc73a! z=sKMfk1Vr4Xy{@Z*#>3Ul*|8MgnNK&n7^@^AQN1#HT>0^*Bp%BNp|B07|x{&Whx6I z$%UtUCB8m^D899%6idJ*lJ)lgYEt{5TF~K8g}n=rRInQmBCcJ^mR~@(cxf2wh`59Z z)6f@CY-Lp-*7%(%Nec!9tJ#V=Tf!`S`u(6){#YE78yx6^8Zn!{D62e>>$gP=v+B&i zKZE40ImZ=V)Bknx+Hfu|MLPGJh|dVVJK1i%qe%cg>%$iFR|;~gaZ}>jpXc@M7q1Qb zn1E}orw}ztcY9rNa>K zK%gl#L9S=Gu-2qA^-YN0+m5{jG^z63%{}2=I|ZR{ulG)U?aQDG7`BPfA7QoraW0bD zU1$|rA;Suq$3#g3Xj0DKM4|uQ3{h&n6h`Yp10vF9$xBK&zaO%OYVtL@(!`!3*wQNt zuXy%kk)es)7aJZk`SgU6fM$J zmrQlluWjK}BOgo1udx%~NV!0X0$(lVK8#?*-Kk%umaq;;E}!UxaVl+k`*1jE%1&HcZo;D~lc;(BxMskb)ry#S0XrUIfQCn|HVGfQI12%Oyl+@OS5+H| zFSq*zs!~aEBtah0<2MoYX;@i)f3zhf;&_W&H$sAfik|cZ91{EO$-qNf(^!$btn%t| z(YL{X^0r*6xQ2m22`V8q7H3rwaP}HK=gF8$b(N=OkZ5O!x>icw)Nq4#p5+^BLVnBS z2jsB<_98%eXeV0qFLQ`~6W8I7!->I1Xh+%MCTg3;f|E6N9ZNrOSfWy?gdh!1WXGTv zM+A^}R^=6x*SVCb|F!3@(wh!~l~m=0m%3J=BofZ1L8(GF#N7eN;f1o!5nw8xL=Gh+ z3kYqX1JebK;Iw6QNfV!p959t0NNTJu-+nS8>Je5r;@SoR0{se<&p4yxBMWD(FN<(q zc||Gxfz12Nx-59V1m)z;@M@>@K;w+&B~vBqjZytl7F{}j>9Pr* zkxqZZaykI@v;;B$g_sx;=D%pEj-KWcTf(ASWx4Jd&*ff-=+<##ApPA0mn} zX86Jo>eu0;U%UJDu=n`C_tbCMIefu7+aWnV3j>3spvJB}up;yp!+W~DJWsdYUk_0Z zEDqMw*BtF9huOVt%6m*-unw;KTo%zjUEh0!5|m5yyb>i$qXVz|hs&8UkQ93~m5)Tn zP|IG)vD>C`$Krso`+{W~yK9Wf_)^S#<@OXgMhdIBajxVjsR{;JXpy$ElxTJa2D1ou zuk+9a*g|rJ;R6ARM(i(mXZOP4+|gTKEXqU&(L6LuBu>eWDHxezj}kj3oE%&O1bkG5 z1Pu6ov-!1+SblQ*t}caPPWOQr&G`*y#bY;eU=?@C5$5vF&0U+3^i!L}ppN--SKm7t zYFOK%pg7K{e&&6G^cZg%F|t7s0%0I~33cPaY`y^JhN@za6~Xl zu8gjM04S8C-Y57d2M{NeU+8m{VdUxslZP*sLj#F(C8*<($!%)FUn%k=dO;2bs~n+n zTwsa;U-0sKp-OrvQMa~H;#n~~$VUiz$eoemb_IY0QJPe|U3d$aOA5TC-*lqfeiL1@ zS%Nu`8W6cKy4x+3n1Kax$e4wm$5g6-dWsD`w5hctFp*Y54hFug>_+U8qp(;3Ma49m z+|871J_RnmR1buPh2~OtgdzVq_aLU*%!B+kz+G9PfV)DucZ;KbgB}=?uUY z>%}GdRXUC0$dEW&sK`@zWvI;RJ+Q{=i4*}G%$oxq>?Bg#0L*>w-MU#$2-?p{KBQfI z(!Rt3F|TL&7u#s!R}0>1EA81@2RBL!XUJFE_I|ZfFknorHdH8Pd;m(czD$}ZF&g1@ z#s?I9fWim&dt_E66KRbwa+TrkWJN(w4kR&KaIR!4Tf_=`>Zml3%54g%FIgJ zMx|}rwr$(C%_q%D+qP}nwvAIAaiY85=>1{;iFMC4uX&BJyO@yo3q{rDVBuOar^VE| zk2!VRUmA5Y1kJ(4H}t;A-zR?jNPDBD4tMAPD6sSuEvsf?Er^u1!Q10!w-wAXmQU+M zA1Md#rn#M=-e5a4M|a;ns?Bs;5PnkUS)^|dN!`JMswRWZm71W@){~E;cpm1cnl)K* zQt%A&GAgEPJH4Y=fV-;2{{rFWnHvq0ge6)B$Q$<1QEKdyiHhJRL28o2@H8AV)``kY zv1tl=XAo_!;0)^cZ2G=B(V`SoY$ajelfCmi_8%>2G-DI&0xU`;o5Mh-y2mG$(kDR*1SM zvSviKM{2Axduvm@SG+_lBABU-)^v-d(5^i;#IYDmIdgJUgr+``UjtS=S36cd)!R5J z<=NA>YrQDXqN)VXVEyVzFUeeco1UH0?p`QH7L0AO22s2~^>nwdmK(Z$fF;@d9_3o#SIeq{@ohY3HL`-*7rRh*8w=Kla3NIh zSJrXSt5`)pDb4I@w%%u;swGZPfA(3XTZExre3|jwq5dJ&H*gayX>D#t%iB2KJXO1@ z{;_IUw)()CE_OsAx97MZQK8<>O%q>%WZA}PGs-L1G@#}ys-e;Wp_gur@2atqKNN(y zD7r7LGAD^=Gps1o^OHh)5@N(5&K!*KT_xO}ho|a5c`>STGx%bUrQ!1I_99vK;@D{> zLHc$P`n;GP@azyDp?14zYn{(W+_=JNU!daBw7d6CXCo<7;aiCE>_JDb?-{PCdEVcC zZMl)=!9^VRO=YNz+AV2*)JikVM-j{y9ba?r4 zeLXq8UZZ$v3>|i5={CkF7~0;PU3dAe&W@fxD2qIj=P4<+_IrW=_Q{F^N0m*w3rbxQ zWx4}y-sL5mV!Ge%Z&PuGXXFj?^Paf%-gGltpC{TQwWMFecl~DWY#ekOJq_Jmu%27> z-keby&}ztPiF7x9)03&xD(;5Pmd=u()ah*sE4w&S-$w%;>|-P;bVle2;q zl(MfAIWM?LreuK748&8pV<&V1efQj+epe2G2&`frYqXAeDN@v_KN8RJZmel15xRC~ z#W3`-UNaV$biUMEKQeL&wS;@5M>U_8><$ocy-rB4CCWQnlUWzdMwRnUc#6PGj_|_R zB#C(bgz%k&6PNPBK1-n$m|u^$@FQM{kPK>jJzj8KiBo5xiUU2&zkxX~e`Fk+;S81L zq#=sQspIzyv&av45V;aQvX5H)sN8rF{2|tSiEM^!|Et@VGm7-GYVi2C!$961u@G%9 z+>-SdaH71=QT_cXZepN;h&B)p=I*lKH*mc+N z!7R~i3XV*R3a2z+&Yf(w^#GB%-K@Q6tu?gfphhc_wq`w6iuCY)x$%A9!`VjOp&}(T z#Qi3(4?Ga!)`G+)7k$2IFU08T3fnKonjDOTtR*A(Nt*tV-)qz6X&U9M8hzARU z0<6gN!iTF1>gH7i6+}As!uL4CJ?7axUrUltQJ`f(QQ*YX~f9EBlgyTMXF3Znx3t5 z2P0|L7rTUY$yo3va8Vo`05T|RsPkYvd41&`W-Ez1lW}w%#jL%|cA%y;y z@3dg13sUtl8+-K`2%BhaOBtf(vy?duJ9lInx6wL=Wc?E~|cJ zLsP@4wi3EsrHv}!S}m~@h)U(@IMje>_K-^FK5H{of<0wad|VENkVW!ddAUTLI~*C{ zBT+&Vtbj?hjYmEk!+y$i^s+>%-*S%%15~5!o5v6rt}quwvnq7UzG zCL>p9mHI^-b=Mc~9u2K5CS3Is#o+9o2X4cS1o%L5x% zJl-aU=}bch<)m$Z1SuRv|KG)t04laA@x7N$LbqEpv#?a|O~PHFYxmxfojU^bnBmCf zqe_gZ6{7_=?bHZg^~SWnJ!7br{Otb?XhEmLiygnl95US|wv8gAq zGZ0}x7bWFmPxoS-Rwki@6daKQy;rc=z3mFEuweg;&M*$AeeB1Yaqj0^nb)%DxOQdH z(MS5m>)yuWxIsoNh*70ssVR-f4FRE2_v?eV;nuQWyrE)|Wq*6f+x=)K(1XsJ7XL}b zj%=9#AZUPbRbx#4V}@H+;jYlk))84?z(rdaj|0WUZ4-VDp4z3Z8D=)Sl!1Y5N?(1} z(MI9>x?u^QCWd0t+*ghc3kTZvE0trxE#dV^>Ox5Y)slaD%z`4j&ObluJCGH<VKFK82&rGHVYHu|NVE`rP&cn)rL6rh57}upEzU&0s;!w36@1epT4(i>D-hM z^z}37jjAD1U$m^h(&|RQGDI5n#O|Vg_&id~iuqGECG<(xQu8xh;y2v0vvGpIvBTG* z=NlqJQKtpHabn~o>5kqU74&M+GV{^HSJ)U=k#e`NRm3bH3A+;YOxoN#^N7M{cZB|g z>NWP>Hq!i>sdD$=`!#dY)9mMM+q2hbx-oR!JEswZG)}=-fn^38uc?g5GX?OKX*fCY zvWVgtS$i~W_Ca5M=gd?Uv24}pD>)I%k||k>mf3j}%dL?}(rT))f;pNgXB1p)clIwJ zetQh+KFOOjw{1jqUcy7U67dlKL9eLhsfv+nx$jPO;fb%3FQQ=5|Dhi0sv_$$X}4aM zrt$^onk=sp`3BTfKIr*22`@Nykkh%ss*Du?)2tTmmhyiwrK4&&XDRO7jqwieYz($= z;vo(LdC_4Ff14kek|?WetKAfSA4g4tj#Vvi|NSgdNCN5CMVHpOAZ&znnZrWIEj>zl zu4>aI@J4AF> z+-I<`B^ZuXn~t=g?R%^aB(Xz^hrl>BdA+!?xmKJuz6arARNyGIeGfvWtY9GaM8NzR z7+O$Ds4LIYXr57QB7}TB9KrJuQQ|n=@KNHeOWdbDaHy5Lq!lWY8_DC+pqSjFQS`pR zOpGAIUg=vpXX7CAWSp7t-=QzJUDJ{tfT2H>zV(;b#(9pQ~xQu?ibAAQT7!g$L(vj1SuN#kgjl^99vb+|bhB#_UqM#{Q(cC%&h7*svI3QdG;` z>Ftb?!u2Vam^Fc^tI`f8lOD(|-U0W<0JI~p6}KC0*K{|jO4K7qC+gp8QJnXNCis9d zK6%YZiJ1;rSH(z}p&ubtdvkrcbX6#2;~E}fSe#SKXYq<)lg_eQ|5dhzU(*hfS_`F5 z_yfG9e~$av4!$kbDx&9J7v~o^@lR6%A`;+r>vzKtnBZ;;YybDT{QBl$j!3}ELiin*LJ8quJ2Fx>|tVJnrU?ewy zx5&WSSn+uRJGtd(cdXRI%9a2XK$8{xQ72VaKWSY<<#I7z%fiC`nL|E>EVHta&j< zufiF^H38o&!<`hAk$@?dE$20%Fd8=!7F6iLy@Wd@{bX-5&J4t9em2q9gLWShs&lE! zDK3>vo{U+MW8h;@v$He2zNk2obaq0B*3z?rSmiFo&8^85-J}xEt}}%31DWVbC5%Y0 z!P72B?Vv&WO^s2opAv#4KR5DnCHUSlICJZzQ;BP|P%F+Y`x2%BAb(v35e~srv`8A^?v3P3d_{uR;o8)+TakrbVm-w`HL@DUT?=Jz_VOVVT&vE}ZJ z%!_g$M+9Oh$MMuL;;cr{6o-B}P-|^D(4i_CM++iAvE~baNvY2f=Zqp*lqWTWk{~97 z?Q~Ehd6c_g>9>nuM%oDH)zD>thecCtpe*2e%jknz_ZFTdKT`egQ_@G=lVlFZ7N!tj zy)tG=Z7>y3deQj(;>+GJJaBXL5)Nw=1Ad!lW_-@!(`E0itFINZ?f`oEdnoIo=vV(GTWQtQHd5CNkZ<>LY&AjN<4=KjxKHz8HK$|CQ3?T=5TZ_tWIa4fX3 z7o0)4HA0d;N7qP& zng)B#{AZtky7lDaxAqq6a4WbkD^lc`WTNhzAQ`|!E4L*}9{cZ+TXuZcXDsscFe9_p zb!U8}Cs%6{!{S>qqAcH>flGVn`C1binW2M}1Qg6Cz^&31BLxComPh=i+{ui2sc`gQ zyCu&7c%3BPjb>CA>=d*B*wRYSU{s^*BqXxiCygd)y2^#!EFIaS&8!&&`ugmVo_ZYJ zxPk^c3X4o3{Rxb9e=$G9E%+)v8y zo$QCSad{92V%?#;y)NjCcxL^!bKxp>g-Kl#@tGNxdo@eoin$tE*CR^(P--^4%{wr! zMj06LPR+EQIw^!Ull-?M*yrDRM;Vg%VF6ATNhq4{OE!|2&{6FE>?_Y;BEYAoK@wFI z)zS7BDI&{j_VrbSBbMm{+zD)DZIyQNy|z&9D0+PE6QbxToK8pF^u|L8f#@WhdW@}cJFhx?dnZRnfo6!8ROE8=4+-_ zb6Tc=qM<%&J$`qN0tiY$(Fuos6;wPbVQ_!T6CTfVdV8G|&9SU#XK!#55t*QGZ3%Un|AI-nEIWpa@^AJytNet z+%c-J9y_s(`ont$w#Z%yIJqAxzc7ZNBs2t!SLf?O>i5TIdU(HAZJg9B(`e54%&E`K zrSY?;v0I#+mivP<)aTvQI+UX-Qj=VUW z-9Tr77HZ7)j|yQYici}$*x8R5%W!g?Ub1ry zYG+7$kY}m?)TyhMSE=iL6?snr8)ftC*5k2SHxeSv!+ICxkGsijyz=8*M#H&Fl7sIf-g zGm3QFhI(|_Kz&*xEM4_VH;^(3cPc;Duf}(cKP( z^1;I|StyD3$d-9|!3pPN5pYouZ6qD!8tRC>zhnf3{9~+6RB@?pN%MmA zg(U(phwOd7iYieM$SbBPvRDZED*0jn&aV2EYtPq2)eH9y5VEJ;#ef_WM#e zb&~sQEeUHhHDI%-y|bx1ePlJ=sY#&=wbRxp-KRVd3UgvVTQirm!X~YHYEO40W2(n@f zTBZ%n!Y_q%i?x_u=2%`-0bXX&oF_K()M3hLNtMs^tTmQ@=+GrJ`F_fK0zCLK44J zyc$C_QgWd!!Y*#u{Of3j-Y^GA3lQ?_j?POz@^H@=earfn?e^QaoCT;4L(?%%q}d*r0U+6P6ADm5Uzh`kr~Bn_Lx;jP;H*>}*qdtF*&qWddCTdUm^b4oWQu*YO+}wrd z&o?qV%I_t1K=XbsAD?7AUkSe7*F8U7Und987dO|KiBDUo~+*q;+mpsY^OCELJ`z{L)`fZUZQ7R!zd$%yR}B zF&6vY(hK;KYs^anA6ppWb~2t&suW-8ylaWQk1bO~6A%x>BPS)5(wZ&gMr_^}E0kPQ z<>&St=CDz)3|BRjz{Rwgslind>m?uJOe`>_ck(4>Hc`tTT*1Xc%PdioM!OB+pH~OZ zWI1T))yaC)r`FUR?x>m05AHn|gfic*%{)S1*@Y`+bbgst-^~OkZf#zfb{U(iIUC$1 z8=p4uHHY3EQg5wz(@a+!FhcVj-}T(K8Vgo`nqHo;Sz9zLuc1| z;3G3yRO{$;(+bL+Sm$Q6L-|h_Rc}e&gfxsqF$L~Zr-=zeCI6~0EkK&YHA{;&)cV9x z;X4^khOBBq(Y0zt6;Mw)QQBazpxY?ub^^fAq2?;Zww$jo=9={CTFS51^{UnCtg?!g z(`E8bdc9Qx1|+#|a8*U;ibKa>byefX;K{3gaGd z-~?%++g--1MR$)9(4xf+_Bfu`?~F#&6Y0xRW^ULUhX$~A*fa<0IQ8FmqN_QTi>OG1 zIT%I{rL!ORlR`gPn~fvc%q_;8Up(!m-lLpjE%8CX z-#fvzB_0xe+r!cv_o#~F{&_ z+0v5tM>$%f%#}PAkla<6iyO))ZdiFMVJM~z1;s%--JI;{qtjEx+&Dl=Ck0^mB#5Je z&*F?T;HJSo!1zX%Nz_DWmcN47gL4VUa|IQ0`ggKlGQ^OALL9n@EmS%hd!2inZfU0h&yIM@#WVsmxp56x3l zfCO%t#myu}XmmGt?W7-Fj=YDP0|ytFa!%2Z)Zly~oF)YaDa_~RTm0g!>OVaqjQg_k z5?CqgD92~L*tiK&%l{ho()GPVW2p%qGSqZZ#%2wNeGg7qo3_j$_%M-3|NE==%?TrFs3@uZ-TO{p`GKqQ=32K+u#WZNsu};p{h9V9WqC5yOrYz{2bOuM<&5> zj2z{fM`1473JG{1*!Lmk>k?~K2ngQDK4|koD(wuhXo(`o@L<68*aBwv(Y#xH1;-El z1c&R^FKiEF*RW(CygBDvmL#eYV)BGKv85Mp-w zcf)=cgnt(G+90lAyTxgsk_!ZDahgZ+6ay1@6&&M;jyPEvq19a?i3TQE>w3n=D|7wB zTP@2{XC$|0v|php%0-zAj25He+dwhM`nPq9e1kh==SxeyS?ME=@jdAzj+UulZMeqX zb52KUq}RG)$^Qyg0O}aCw==9sr`c20*&~TXI1slOS6l=!(0tye%tE3};SGD-j*6v6 z!A)Y_YWU(Y@;g{xq|If!i=sU3O3Ad&W`Aj{bDNJ6zy;SOrp4)r(%S8Y=)+>kEc;;z z2#iwq;wTT@h@-O4Kv%5n;0|8IEWM=~)IjvCEcS914&4BjDx_-uC>GM%96uI#DKZ-B zTSoy=KnB~_4u}Pi#Yg22<)rL<&RlZDdtM|w88EZzJsf@BVFp0D3hr5J_Z_r0GK zk4*S~8oK_g?gJy^|BTcAX|rQ5SmC#S3U@ zbO6E}(~pgO(~yjHCXxG3L}wFv=ni||xvlEAKW|3|az7VjKW_!TKQ3?IU-w&a_xou~ z`m{H3QHatJ6HC7uMD?~`^mf?Uuuty$+JJx9Hmel_d(JI}sVt#$?NvgXHfuth**3p8*E=SM=WO4MqJ7wT9USYX*zpW9uz7-3WmzQ2uxxfYn}H1KOofBV=`kwG_I9E?vNb1 z93LvMEn2xU9m?CNY4g!|ONx$L^ciu0J!CG#;%2r}#^v{;!d8ONyq{F9+U zFv>$Qkp&>R^*-d$8L6S_#!Qljv{Z`k?++0JtRVc_Shzq?E<`@NmSMDvSNDPv3hA%V z3_eU$wCY9X*j{{!KiinpLD|`MClBzJ1u18$`K$qXv zmvBJ!k(?z@=qfI!U|$Wz5yEEXZLwQVD07#RNcK$hI})ZJKgKyze|PPXX?XOKySCf@ zx4>Pc5I(NFMGjKLO9E;nOU4G6oyi)8+5X)%4c4$yceoeuw%B ziL|@bypqi3n4Nq(oYig+eHKGPa7f?J()N9~3My6vlEXOat2n+!jrn1%!K!B~!UgON)3CfRNRruqAeon?8n2lW#^;*Cj-CH9-AJQy zFry2Y6J)Ne)LYy2ch@Ty9J~)&oGot#xAY7Q%m4Mr6RMZQ ztT$XAUD=>~27R1|itkPniiz^-elWMy>$PA+NXr|)Yx72Jwb{?@6TCs${t3qN-i6V& z8YR|HrGlRqD1bk5o`Wm3pG%|=sm2!z5%0i$r*TqnR!2jjZQ!76D91y6bT2_s2Q?Yu zHw06eBQJ#}*MrIqdr|9CwjYAou}@+YZMWaTWa@9Y>h1LRf{*`kK(q%o+p)(WoA|Ed zk3wz2YEPfi)pOuLK865i^w`ehp$iH~q6(f$CPgqT!?rhbq3)01MVa#l1Dp1J5PZ-+ z{p35%nyp>OfOs;jrb>n*$gqG&Q1PWwv$Uv1}5kVvFMAuMWP z`dF@{V}r=_hk_J%lo@sSc-X;C`nSbq_WojYK?Emo=H@>e+o=M-1EKP%>O<+VwY?;! zlMRIuGHn(t538(%nH~t2_B-vrbrI~kMM(<2U2jTlaJFAx?ZrQ)FT8KQDJk@U60#Z*q`AiQ2uM7N${l)b#cd--)@2{nVT(uHgJ9A(d09@o@gycl|9?zyJjhArj* zP`W1aoVdcX+-+n4htTpR)uPX>7<+ksN(~V&*-nw&iUFUQEK~Zrpk7#}aZJhJr(vOD zu&1A(%Sm(6zA`NCgC;S$z925sjlWxLz@1S}atWdKb)1&($~jINp+K z37eB&v+R3oP({=?_v&m)HGVK}Y5^Y%aT&=V0aU#y$o_hr7{%m6%24#NlIYQZHo?&e z0V~?g{e}Z^5uZ&C$f7tbpR27Ag_69%TxW0g5SzBW-0RM|SLr7uN!mw1C*z1y zir)c8zj8L43@f?P)x7r`r+Zf9Ttav1Mz#YupS7VMvn%mrbWnEXupczD&dEJ?*E0O2 zUP|7|v?~9gs!@ERJjZoh1HtwzDfTMQMaRi@jJL2j*}>K>rH#thC=>pWeQ%vIS@&CXp{&)2=p>&9K_EgAU+J6)5R4ZPnJbRoX?CnQN zSOQQwB(*Y0ATVEAM>DtiChqahStjxRv&bCuqbGaw^ID1HZVUHWlfB)%qgU9dDM|KKjqI-~!*SN2aG!Mo;`V4}yV$AV;z={j$=^ zAf}>Nc>v)-z=LthD;w8(*-e7iA&{R!M!(N4RaLN;Mt~d$kN7(zRb^Wq?3P9SdepK1 z(In1$zT}&vMET#2fFdz{XcfAWOhv<{LjpK?xxEnj9+Y&mpx?7booEBd#22jX&~g3j z=bYlXjfSZ!nG9eWjy2G;x)NRvQ`U*T*9uhPM6(lt1@WH66%6Q3^(fUOTK!%Kj|*lK z+|WZgL**`Ht~B+a*sHO0f=okPw|GC!8cYjVKW1M_I)Gh`JRkXM%~Xs9kYWE$+#{`q z#rRG-_s6){pnwVb6(~DNlrFWz&1I-hwLh*n`)@N1XkO@%~F{RXgN)SE~`jMy-wvnYU4UJ ze`r9>QI=20Mq^*j>=gz;0Qo3I7fo$|k&5_2f3Ty92u}~rqnXZ6OUj=6CUG(go4ztc62Gtx7$x4!YxX$YIT>^| zQ0{!s*t>AXw##6q=GQt)4K9&Dy{?ZNKGlVBE|RpiqBL`n++V;DPx3s^o_|Kvsn7v= zM;q}y?mr#vL2g;Hbk1xk-7{A9MYKK z8z-Z#y%XhGb&#WeGKbgnAR(@$C8ZP8WnEB-IOzr5=-aHDHJM8}*NnyNMrx(faw}gp z;GC7wgtRS4!g><4+G$}ixPQEy!ZVFYR#)PzE)Q>zx0_L0ArsB$20`>PY>I=#n1`~t zO8NJ2-I?n++e05bf~f6|IObmSrU$?5q^|>+kX&7%Cwex?VqWo~*yGXC=DwC_9L0(A?_!t>PpjhEk zf|b&ipaX}~roX0*w5XvPz2(>!A{+895(YwfY=X52M@4GI?j?xM6!^H|)nG-*g}sOx zq25cCy(Fiy9&N8G(EMrdf$Y_dZzM@e1o6t~z=jvPJk#VxYAG@k?{%gPF+;lGqubtc zYfg*Iv`fT6EPqj;-VYmt9qs(Wow8`7IN$CNa_b3lC!i@1(}XL1@MG4dx9Z6UOePW4 z6S#>6HN5K_a;Wk4>b=f*XUD6VJw+VM!}U5f7OAK8l0;*Of**?9a^` zQKNL#ne6g-^CCkU`RF z`0P5e9&~rp_`s+jW*Q4JJr0tTPK$?Zq{J2@?954h9Dp^s%xJZmq~vv5PqOqJ&}uPn zl}G2bFuI239I*psSl88m@eHT$js~5-UB10CtRyy#D;@F72M?yVaI&vl}@5iLo^%%b!$-^+Y3P3U{=Y=a9k9AH-%+!K8BZu5%xw9h>*2F#Kb7==WS72MlLFD{7nH7P> zmTB7l+!8bqV}9A{9>*lAc7P)jUTLAZ?H70wAVQ9788_1a(#Z`S^2VbL9;_+l5l|_Hu@9MDe>)}9;rAX4O4I>V?D1 zX=U#Xxftl15&w4ic#s>bnBh{eGga{al&-yjOJkaedwTzJHUsXs#OeW^Lb)5v8$QJG1WYJe_?#Z(yHfIN5$eUuQ`{ zwrVZ6(9`}wMRRZpFqaPafC%L6o8Y**5#;Fg~)b?DSIw*gx=iMw8 zxL!~82jaBm-Do~PYy@Liq^UHPhdAzr9yI6ux{J(mni~L&aWEahYP&4*h-NHApE++@ zdA~*wL_7ck3JE0}pqJR!CweP{GJH_+k~zMRfHLktQ&HI&K}xXsSNK30tR~|>V;o~= zz}Gb1BTWNJ`+w%`Yu?~KhIw>0l{RH?a*3@d$2j$o28CkQv7UcItmOmvrrgwOGu4a3ca}0{a`7B2d<0> zSrUXxLXzu;Kq z4`yY4<=qvfk84L}1-b`W7yEO23AaWR27MDrU@qC`?n*!%d!)TXYCsku?fp?Go9nlH zLd$vk~-eft=Et)r>+8b#NFD?v#b8dDQA@ z^-qmk6CyGi=Jhp2aO7AWkKj#D9qbamKR5LouUUcHjlclDP_sYlyw*0J^}I^F1+Mgj zdV3B}7g246AzL+*KoQH%p}nq^AnlaA(TfNx@g^H+l%Wp6KM^`%Eo3w!Q|tM6t*Jn2 zgL^?K=CJBGO#@Tz@BT_{9D!}1C7j%C&s#!m%C)SJ<4Ic1i-}9d1)8u=ej*wkd5=*o zBibxSlq~ez}kTR2zC)pX}9FbDI>V zHhIqbMmpsTNFunxvZ}Ci|0e_}v~XIFouRUL=mSfR>2u6R!_XIv3%C?9{Cs~%xDYfK z8*2wgR!A-`D31C=eXV#aqEYRA`DT+D&WQ)Ol9 z5TdDvR{%m9#Yw7U|Ltt-XS1U3d@Nj=!UY%49gziTR#Qr9uDqAgQ@NBxDqjRP_I{8_ z6uN?HL>qgcJg!gWI8@bXl8iPqAlA~lFT{w@jh2$547Cj&Jca5y>Q^&IY+kt~A1u=v zuo*P}h*o?p3r8$%1onlT3|3%jOFjz@k-0LrY&yN-2$Zm=M2H-qSLH6EyNKaER4zwd zZ>7S##msio0xi8c9S;&eT}Xeu@|Gvs-w*9{Ma~|-6r3mxO@*G|Z!3-%Ls6@2o`2a4 z;n$qZ6N4tv%8b(?--*0_ly;6GTwALR|1m<1EaSoZs+nNS5DLk|&jD4Wn7L^R?`0$2 z9aG*cXAE>t!h0bZ|8{Jq9Bi{Ie4re)14g5Jyfxzf#M;H!>O~|az^@Wo)MpZRd1ACB zFiYE}T@)p(DeiuyR2en@k?{#$UU{3WH}K7W2aIc`GKf@8v5gdCV&J9w62qeFB{^p1 z_sxOWl%iQ@v09-G)-l!ao?h=vX}yfQUHQY2uYi5=Jidd1BAI|AJlAiL*DSZ1F%6erF%G~mV)sllnMGL{t zBtW2?ETkZ9s6c%UGlvqMu*InCU&{`+E|4;9vATvZ=Bc=kzNvsYHnO5Dr5KbmaZc0q zPxZx?dYp6lXTtGbOd>f*Rf^2AFCfEuTCC`LLG7;mL7S*-6dIr^c%-;g#d92ImVUnL zBU9$t=*m_`TYRWWUDrUb%B30oM61!=%W4|SnM=2EO?M;B#wnX4qdqBFm*|0)QEW%L zJe99lR_#(Xi}tRLRE!}8_AGILrGd8Y5n2YKtO;Uk&emG^6(!tQr1?M+a-}iK7OJph zK|OEq3cIRD!CQpoUosc*BOc+t{39>KWmU1HJr3HrWNbP2PCTPH2l+9pqtkv?n9n5^ zA-?`q=`xX3^wn-OCNtL4JCwk>Z>;=+fZ|7JrZmlGguOhfV*yJ!_?cx(O-14h_2T z6kx%U9%;hYo$Gr=cfm{|?3V)*(ZrY-&_^^Bw#BlRuB>KF#-^ycAG5odBc@uIZTdK` zS_{_6-c36qhXtRPmb7@S*4V8EWBC+lEb%%?naxBtQ9P zKaJF7rlT&|66@?eE|EECZEIC56r9$2S!mbVp^;UWT)w)Jt4pqA63jV{Ysfo&;Dkr0 z!ps?vY5&YjJM9BJMc)SI_^W-Lsc%c*v^hx+ehbsu2TR8z1ia)Y%;xY1#5E=$Irw#F zg!cIytuJd1`zTHoQ9!0B$1%5Ms@d_uXk~a;Hq{tG`N*0DN93ZA{z&4iHfDytCW2}{ zc}Jq9z5UrdBP!-0GyNhAl4kiFmy2-~5qv(k3cwp4guny=W~jPr`7pJWzDR7h)$I{F z)}qp6-=linf%R3<_hyaTpekpJ?rjq<$}wdHd0`7)^~;6PF!x%Z(M?E~Y}{gQny7i) zQ5TtJv_j&a#brR}xV;yIl#MojiC}zxK}S%UXeBsJRqPL1Lxf;-kA`_oID(9Mm-^p0 z@P^lkf?=AgC4Ta0of@i8#CC9v^_mapU-OC+e=r4$f|`w!dGxkKITcH#Na8i)#yt2a zn<<)F60_}0jw3aXLhUQsJ5#{ybb5V&Gu-A2+;L{})~KIDQD1 z-WwtwGJfNi542;r=H35K7fld}NHLbfum6MDO5;SK+U40KztAEf&HYJ63ccsY+x3Il z{e|=GQ*4);)sQhA)eIxy>g5d;oF(EGSRGp9=czhrr$mHXQ*dM`&bdN z$Ut|k|q^vd5L1VGGXYWo6Z5!~k6xbuF<$CDSIYWig_MuccT*&hEZn2>??Qv7u z_=;&FA?eHxd`z0|-MA5GIaAT=-4SlJ;F1N;Sgq-+mpDvIN*)oFoDdF+ABl@D6*bLP z>pXLh{F6X{v3mSXjw%U3S;s0(TPAb1UopfrrYD={b1=rjT>mc5J$()7hG{AtWsA&Rnz zVoJegx=X|kkXp+mU85nGmg&C;+IlainQZIkMq60L3fhTCWDbLRul8W82skk6o}F=A zhz3Y+s9B}f$io26z!=+Uglm-$gtf+`8A0u5IdoAT_@{ns^tR)AL=yP97lbA}%vve# zwHR)d^rT|b3(Ez|C zv2>WCuEUSTLD3e(TDAJ!u9LVubZvj1!Q3)j-V+ToEW?Ab-H$17dMFdRPdKtjD3DM$ zx?0RS6z|l=IujN^Nf-{VTs>SpP<_gn<*47Zfg_Bs8V zR;Gbf^tpziEOlbts0O*043u4x_&NyuH)n&U887l=zlCfJ{*FI@YeEiHDSNANPi>tF zr=c}Mk-96BHC>7T7DI6Bmzu`ljo+Ot3K;@Y` z*~b=6WSIQWjk;t}x}mOZ8DS9-F2Q*c29tFF1W-97U#hY8mZD4FHlT{q@g&EdP044V z@TF>K)Yy^v*>7LbE z*-uNmq1t9gcfdSK-*>^qJ}Sv$mKs~mC%*XGgVENvdLYRR=V-al$gxay*@@zf{Q^^t z#jS;T*7Qu<@x|8Pe5B>d^%D1HcQNouR9$z_;kD$1p#pExdsE)ZB>ZrRzF&O{fU4DB zBMEPA11A->d|zBr@YXMH`%FWAqJ6F?#(h<`^UA{Qzu6EOgxb~E2|6*^{49|dP1AHm zjT0QKu<(d8vQoT5g=HD0WJvm5>^*&+!07Fbg<$gZjbVvwFy1175>IjV8OU2z@_>Kk z@9Xc`()|zdwc|;cqr95ASK-DjN$@*Tuo^$$-HF=}ee2%W z34Yc)DKlHBrGGx^qyH;SYPK6=GN>w8=YVU9H~NCbV|5VSE9mtRMO*bQrS8yj3n`k> z+RPk5=8Egi{DBXYh&8zs{5)VsTBM3m=hlXGkc0DfReqWkZQ6a`^-X5b_bGEnOScxBCHIVyO|=+)1+1c{;2A1FZ0`GP0(jq+Jj&CYPJp_<@o`0kfZH) z3C#urzDiU>@Q=%Z^X*Y9t>xdRPJIdc!^2xP0%L2;8; zhqZ?P&ML(nV_QY8;kHMjCa#`Rk#BXl1cG)}OYwpFGFpS*=V0=#2U_h!J9(dLO(r}jbH8)P@u$~rPkTy7Bt zeQTS*>qebU_(&p;ei;%Y&jK>1KF%Uz`yL|K6Y(2oA}0+ocGTTn9%&CGa6~g_2L|B@ z52q=VWPGo1-q#LbHvTgrhVQ^)#zLM!Af)A`YBFlqlJZtRU()pRL3)?F zja3GgsWO)3%pIJ*zDsi?W|mWwy)rib)%PR1PT|0L(1IZYFtW&lwoI5L7xe0;IjL*f_LK3^S@mm4?_X`v}KaSya`bpJbB% zcXem1OiUomKX9RRWH0nk2>C=8t;8tWo8IlU%wu4!AU{KW4&910n;X(}5t3qr~J1B+8*Z9f8g8yz!W?rYY|FN{{friVx?d`D{ z{An_67r_?wBhpN1xO4ejE+}d{n;=a&$8qb2;4Z@+o?*>k5cL(d2h?dRYL7lLKZ?l? z;g{vDC`n5X)e$xIQlDly@=DeP>mF}Ojw)!~sPD)-*C6Y55U`iSvjlcOIj=N1ID*{b!w=PB1?<@ z#?J^&{O*b3%nMMdoOGfd6!v@)3J@@xZ_ z#o=z>#wCTAR+E4KUd=FR-Zq#!G9swlA6Jev0bJiF%c z=NJ&$qHM%{taqXkKj1*SLp zV25!az*%v+ZjU0|L1b1P@BQ!3nhfJTdn zmW`v#WAlXf!_8$0IuDVbRj8RzXZGcg(vq-GTXrtpp53PplgX-+av`IwIpx*20YlW= z>C@;lzXR((%3yNNW2iX92H9dC=H!`S;|53wJR&#BX5Jhj2VGyp6ICqcs+&`Z-bGWDUFAj>yJxX;#+wC0VdMKrWAA&{ z;DQb7Tx(DZR*tvfF2*=j_0BJBN~KhsWy7CCYVR@uiR>Pi28!v#$$q+-!84P~$n#%w zDs)?d@yEQ+%idH*kFOx8ju1z98}ME*)v1mZ2Q^1~Q$thRjO%ToCWk8%yctaP)a$qUNSlSnCvFJWC?O*?XYG;fe91ePlsJp}VQCu*RPLFgle^T~-b2R0XQhCw zbJoYONDZy4H{Ig{mwG*N>OI)+_^Dv)uJ9gJzZ_d31GP@Y}Y~)`1DydB1P|`X1-Rn4TJLgW?C{SSj!hiM>^K zwDEqmuA#?rauW)cw;#adz*>>tb4Tr-qxy#!(i+soYP2e`b1!{|H>{NeU@9&p_Q0ig zF!RP*)$@J#tT`J%qT!~m08R=q(HT?#f{d4F-*!uZ@skltc*jA6Kh;ho%Hf1SYSa6V z%SNeX`xNVr(>xMl5g`B=8XVGvY9n{y#|y1G?WLl|a1ZJ_xoR(>Rstt(@87F)0>fA? z3>rIC=_Hp~h~fsS70T?%P*r*4o^ZRq{IM=9$y_BA0{IfKA zA#9T<7+;9vCQ9(A7*uCm*D3B)?Uswkq)K504KuR=F6LpFw& zz{gfOX1feM*d>s!!7If$mFxO1&Grm7Hf(gJo_X)%l0i*%_{HSMkYRCGJ3)jxUX!#U z`kWmKSsBmCEJZ|LS`agry2tzHqPufa>(0vwAMq3+eou6vdT9gsOE^2193NO*kxqOc zIPb1JP4yCzSm9#*Zia?Y^IUTmP@++1QjNp><@oJ74qs}nAv#~aTZKhcn0xAXDtdXrs}-?4gCdoY&n>se-EB!0dyuUcsV(dagDZ7l^TwYzagEDj_;!+ z_}Kg2(DyD4D$%r^b7sZJqcHfCL;dR2ws&h1H0&h|dPX!y+bt)MZnHc8x>Ic-*`tKdf6hLjUZArSIsFjgPB-E zRTapVuLEKZ&{{`kXsi@H(t`}3oi){;t4f`iBKz1zTeiVLTW2&6H&N1+=~A?QcG3;$ z4e_7kUyUbqCg8*zL@}~>s<^3QTBqVke~dgSAd9iV(m1({a!J#0ZjuM+y9nH=Q*kMB zB#bpR?uS#PdI*jHJOgwOh`g=LxYAo;717jD@n)3!_`u72n5iv2aOzP}Z5eN{cKn=r z*;-iPnCLNHqwrEmcba3mZ4C`0M-+U*8FjsGFn(O+Juas%m#(s#;C6J_MY(WJXl4r@ zB!T)cZT#bBWi{()62UEUHy7}7SH8z|QFej&0)OSgkSL{x{$bQB2hZMt9T`49bpt?T zXP<>pL|!m58Uj)3m|iY_paSA`MOKI(5c&E77Se`83^9=j4c~S%2}@a2TI}~EuAAk- z8%?@De+8q7|D~5TN=J?gHI?W5@vJS@QVE{#MEb=tYUlF`U%@|LW_CWlrg(qWR_7|0 z0qrxtBLOL7QFSmn1!~5>dFzU#cjg30BFI*a`*0-i(hJgj79{2c59YV{nVioRzS|T^ z3a}*@PGIz4dRT{krVrDh9p{i0t(qU*5|IEG%H$HZ#>0*WgHq~!!yT$pZ;oFj7Mw3*wVd4ta+}~r zv3j(|jCNc)O(A`gYd%@Zh<75E2_J05d*3&=TZfaFTR>2I6%n>XHet&iX>+6 zDM2DvH?^J%e~bkj6Ol%yEsK`28tT3~E2o#~P#B_R-hOnh`x$xEE6jx;Lp&!@8_4*` zo##JwHG;=rSB){QhYk2j#?rn90ee)@S4;U!esVe*T34M6U3zN(Eqke+Mm(xf2XR?p zC)#zl$W_RmVMpnW=aOF~()BGmPis5s-&l88I#{v7wn2}Vo-t`-^~Dhz%X$48mhzAH;?gXFaMaK3r=?hGi%Gpq^qUf?j? zju#6$tDoz|Q;nq+;nMY;>4BnmIO{2+OyE2dFKvV%8ELdotQd&G^em0+URko3Xl0gV zRJb~)&F{OyPMN$`t=+#?4ARDK|&okkYDgP z%3RO#JB*E2?it{6zG@Q2jA>$u#eH&6ng68xo}ABFycn$J6F&|*#|o&f9n7(#X+&R_ zEam2I0x~%yBF_?0U~$*Q)nm;y3&5e`^0V9(VTJu@tAC(}CAy&9p8AA4|H4qcCxEWLpno z-hzDhIFtFO`wD^tcmEgNl_W45&E<~>FZv45({>ZRxAqB(u-&J@v^&^G9d;hDDodN*@T)1Q?yW<< z%i0M*8s@J+4;8hat|s)V9gJnd%J%Hc`q_2pkf9w*`BrSi#`u z@A}Qq7E6@Dh{s}=g7*e^O)h8_eBQD-h}v4&qtC;wFTc}^)o&QHb7xEdpH9H|>vBH{pEuhCL zk8-kcIUcJ&zU4Ye;u6iw%o}JOf@F2l@?Kt_;wSfC1$0cGistV0^t#>a6I3eT*Z1$OGz6O-ZCnW3YZDh=FX)uG;%C`O$9Ug5#Y(n&4Q<-AX?Dt$ zuM(1(-F17|ZWHv{J(w%21QRuPxIK(eu4N9F-%WSl;dl)nKW<;NSzi@NYSz4YF#qh< zXar$)`}Y5$orh4P9{;`ss|u>5Ufa79s(-CKKq*!HYRl0pmyH*y7OpCqe8yasVsByp zcpkK1-KQ4}O`*+%NQNxHz6{$Q$UAlAN=YePUoN-+3_)zrH0(yY#ogUm$g^?QDR-eF+(Ad+se^kr+d| z9CwJQH8he^UFlje*@UO`C61&8f;TDMJZ&gpV|W=ZUDXY%aO!vpD(GxtO@uxoK8QGPyeW)dR*UX=BUqMmP%5 zO-X3i<3}{WWf!_C-fwnIp@y_Yl@2T-T~I~c;m>=opnMCbSeJ;~zc*)kyJZn*eo%r5 z+BSZP7lIYk6?LLJIBPSIdL_80CP7>NLp|@SvvD$xIEG`F5GDPxKs(()MRP$8q+SD7 zoSKBFmZ#>RBtvvM=o+&hiYta7 zNrbjeo!;*LBfy7HQ4U>jt9ODXmbo7?CA^f8CNUQBLTDwLdW9A(kq+H^1P6^h<=L{C zqI8Ht>k5Vika127vtbI{395D1Y*i;Gxi)xv1G|cb+bGR)Vuv2IgiKNoq_VZ!+bF(} zb2g#>2Yc@Wh*MIPKp>-?4z&~si_CP00uzYM!$pckz+=oI(}rv%xiSw@9M_UjwabOv zEl0{}aW{2kg8gtPWWNF`h{I!yUg!dq@Kx60GJ%?rqggQRxIYT2UWL4~hECUn2Cjr4 z&|eOhMac&kcZNbP@y(v@90wO8>w)52upN?(4H?6Y`(H*$8|hUn7&PZHC!A|=qQ<0< z{sys>$h=I6aWn;IHnA*NJ(B1!%j>$KjFvz70JIPrCkzDZ>fg$38|cX{XCxnYW@rO# zd+sX)5XzCixM7`5e({ZZgpZ`+Ir3JfAd4_A=Sg}4g_vyn=Fr|6obE7S&Iul<8=3c2 zX-Ry?f`vvDWW)I6}17c(P6S7OkcOt~T)& z(fV6z&fKed-u61s4eN~7cCjO1gcvR(pjR4J4+l+Y(9e8V)yaOvJMQ^D{y>r9ScQCp z=%G$7R%RpX<12DN>&w!&me!EQ&1BRE<&-&$es?YO=3P?M2_&bOZwCg=k0 z;>B$OgqqqTZ6#%Rfg_T8Jb>YlMW>9*R0jk!*Q2K7Mg*B%hygMekWa%bwx{A3PuoUA z2qkig=i6F=ULovB%viC6Fu~z1YjXbRq?b_4Zj=YXe?TlW9RPtZVMuc>j2P#ErIYlIF)--w)LnFZzqurAivBzy&mo*;iWXrcU*Y)?j z!6nM=;~OTs<~@@~@W6qi8XQGcy|l_NP$p2^5FK{2%}OXTc!iOh*u&YH{+1}Y&Eb=W zdcYpeVz4w`onU+Yna3_wz}S(;;H_rBFM0Zb#&pk#>m`Sf2(^I#(SArea#~m&TL{Ej zfiAf2{)(r2Xq6k>ON`FkhA zzejsF9hZMwTsiB5acP|dygz_6jucA8h?BGQ;|tLceK)9nk3&Xk?|c9eJJ3g>XXIB5 z@^OX_qIv@K->NXn|5AmSnArY9E7PU%H+J*avi71niI1^T&}~JqD(v4ZU<>&CTZR8I z^FGD>R$-%XB2sz08#2m-zH2vQZ@I&RgG3u$+jF*1-}7U_&s8-tla&qn ze=WaWnHFaa+}4eYgX2Y`#a|xV{q(lZ3qSu|H8ekq||K)XoI}3sfy-U$HLuR1`ZG+Cd?nxoXMu+8|ccW=7 zn$vSIgNsk4=>>X^49 zrdU|+qUzSKa+8BPam!$$hA1R-#s`CUiRS1FcB=}y@XIdL(0h2#=L~4f{fN5;crZIm zFbvQf!Qq5>zM$)5`NFaH)G!c|fA(Pu^SBH6#B&l3&h0&9*T^792RL;4&5qk{>H~9r zPo;#Dm2NYG<(feTRhZX(m0)oW1|Bb&gU9LEAa4P{PQ5o^G@^PIIe}g$Gd4?2xMu`L zvAz$}Kxy%|=gaTw5Y08r>KrG##@fN!nA7^cZ1LJya7D8DFomO}tJv*N5DTstyGEQoI;iWXq6+0zKsQXP`WcFt}8Wth_GLL#y zEx|vs>aeZxvwIxkbC#Upl5zi2sZEv^Uudi`gmnMXmNjj4e#&Aje)0{-XSoZO86#6s zHEcW%*#;u4(O!Ym1sNM_$~?M5`%8LpVuMWJk0^KYGGGx6O}$yPVoDZiQMG#I#FoYw zFc}bTx<83WhhSb`2UrQkC)KZ-R73&R(YBQkv!s9yqG;6!x*=Dcd8b$5Q3&B^sICnA zi_up=Ivi3yA^BGFX?|B_d+PMxl9_{UE*2A^ zfDrkI<_b}J`@=+>4>A}NtK$HpV^qgQ;bVm_P?0P1`?%63>KO%-RzYM%dPOn+k}1@N z9gqZz==9w$a#IKi$Z5;g^&p!TNtOP3`GxiS4{@H(4L1gbCF@n1$DZL$N^dBv5c=S7fXRgd%47vL%8C*fpmU zWzkNnY+L?4LJAK?Go#;yIGh20=7C$0+66Vyh_;-R(E#{YGa{oV@+N#d2Zs^s0z5yb z%67xZAT?}adqS}q8C_D#g|Tc#!n=$oq!vu;ri2Od{(K721+qE}KT79S|Nk(57cFBFZ z*X`}P*k9=~DE?5@dDS-AiRABxw$drJucBmBplEIcmR2n>pqb|qpbC53`TA@|@N!)L zR4|M-jN5s4*d>2L;AWVMf;##(Y&YI=0qyN0TUReBh{1<0Zc?Wwc@+J93|1NOjUT~& zndt;CA1G#l_)y35_*=Z~yc z9~n_JuotqA=Dx}hsa!6)!?>Ee7Z<=yRpoHYZ(6Eo1cI{5y>h6}#F(0)^DRpp>X`m5 zaG!M9-956Iqw^a4FV5MWWGoK}f|rB8j8X9>#^51)Oc~L%=4GL+01aHPUPkZVJtC_? zkn8cYxUY?X`!Vq@RFv@59fwzx#b@T%I`>K3qW z;E_0#;?lT`JCu#nfjE(JIg}IOqROnrD%N*&wi>j^i!aa|;`?0h?Ky(ey&oE|j&U4C zTDrEoVobBl?D~8f?gSkQ%3~r|m|Ni&H0=o?v>ktx9CZ++4jG@9GF2oip3k9ql9TNA zc`>VJnrrA%k~2Tsw|FXUGB#+TF}p$rzikYt0*m=Z5bfsV@Et;-(M?|8pdvb})yy&s zu_giA#{s)hIXkERR(J|_sd%2AU(pgK+UC|tNtL2+Oix_RY13o+@F~E}n9N7|?1UH9 z$dV*0;wKqoWH4l(q_IA(rmV}J4?0*EB(DTX4cdc=pXI$Yz3asf5I{(7sJH+4|3Lu0 zYJ^(iuR!8{ir?HwfhtwvNtV3g@aJnAg5M=G-g9yF$jPD`#iGTu*Sqk1`&{tFE9KAr zZwZP0e@jU0|FP@Z^tmIN$?IpUJ#h@%nefkSK#ut^{Lypi?tp z>|EQoPNb6{ZnZpB!CU-kWF`yu!F)d_c$i|dRAgu{TA~9V8 z-20$<7;5qY5Q)J@NEnBNP@5tSeNkI2kqA~RWdn_0pL^zTaq309;ruogpw`{x93cyT zQ3VJAY2Z5*m%@68PRD&aXcpqduFf)ak@Lr?hP0y^kQpA58JMrxB&Y138xvW$4|ydz zawvH)tG7@$-NEhM#3RG;KpFI(Bsx|mFaI3P;gQ<+qxBaQIf!&B=L#q*hb@FG*6t-! z%~~M{B-3JS7hLvq+3eueg(q97&L0e-GH>pc5ZGK!f=s(Fa~=yu}F-w<`-**%v%D5Rh#$%4IbN8%Xb_p~bi@Gz>3F z=iNYlZ!1wDD=50BsLmQ6$qxj<$KcKwRgox)y^ zXVn}GBwQ>DUgX3dec16u1)$%4ngenT@Swu<6`E>D>^!KAR~Gt`6%Q+o94VE;emb3F zDBcY5&}%SKC+~zBcO(frhzwA`^dYUajF-h&cufcd*9km_gcI^H@|wsF{Y?eaX%RJq zOBUKouEJ#bA@L3v9Er^`U2vW|tt05-pvW-A1JyIk%er_dUVb7(ZBOMFjx)sAHcMLlq6 zSfS(A{UV@mmw`Y(C)H9W#!J;uy7pV4d|-s5C)|IiXOHW5sXJnQGj3k14DvoLJpx+H z6iDD2YURRa+yKp0z>;v2mrFIXCPPg)j+YR7t<_4nyCtiIN(cm0H_r=Njy$r6)d}D@ zm^?#=w0R_G&Cg^OCs*P0AV{z3{%CGM_GwEr2Jq5bWwM}rf3n@YuPm_0=va`tOkx`E z*d78w+4T&E6_8?Obph&32Nl1qkpyQk?V5aG?t|1f6%7fuvhZ92R@01?VOhT+qo^Qb z%4)C`YMv9g-88R)u^3xXheT8f%pjuJmW1x1>|uXp1tbB=2CZoEnJd#42J1~GpQNfb z+uVdrIJEb$$*ehC6H1^IF~TUZQA&b&f&_6{{vKnCmCt@R%X^0LUy^c=p;-gnR91!W zmrwz`{6J9#mKjC|U`gpFQrvZAN|nWF{Ol%#G zQrfubPzl=%LVM^)V(Ar5++;Ki*=UPsy#bKV?U>njbyUkph_>WykFu^61EvJFfoDvL zNW)-5OWBao-7DW&cNHZuHF&*FrwYUn-83ZuiyYu|<^Y!;OTN62)n=-pOiGylk&AOQ zmd$K@bWdYTN08rMXKvr#Bt+@ZXx_*}lQ3)&DXmrZgz1Utvak_39^T@n-a=w3SoW6) zn-d+jY`QS_+_}o|@}T*gOZu6F91tF9RN|VC>8~$|2N^!Csc*~3mDr#h<#-ryvu-!m zI+RI9N6qNiaMjyHqa{1ql>(!L%qmz9o3)ts`Zyq-MmD#=TV|tI%7p}(U)DEmGKWfa zqM^9BtXOK{+wq)g&U_qC$ji7ge0?#Q;~^!5Fzw~B|A$KCce87HMz#`}M8#SgYgk3Q8TDuzBHN`|JW`@0%^idVD!Si?0epen33Pb_sM=!TG zZ?WfXocR{hj|=cHh3$4SqUHfthNQqO#B5Q{uWBuwYL~F zy2Aa{iEkyf7M!c#Dm+2-rA|Ysg@c*OF9I2$S^4T)kjT6+(itT}?^MDH_w=?8r>e_Z z>rlt8Ts4{w0&6FuRix3YFn2Efz@J{YJwmDQ7|)rLGFfyOn|0D*;spYD>4gn!dYFR_ zkQCzQ<9^M_>cm4G?Q#6QUwH!(pL}bLb zw${ZNNS{e~@P9-r-3oUA;+WEyKX5AJMrThM$s4fYyB=$0Pr7*Ec^i;%9d0dQxkCiT zdifdC`S=0;Yz!pq1^(M92AK-jG`c*QOFIlVbP3$uJoGj4Bi!3*E??RmoY_h$ZV^)(37JA(&Yb-MO z@8{=McU}7S5tg=XEO=FY}AAbkvV%%tU#F$7^J> zSL+H;(f*x=^7~q}Bi|`Hvolw#F_u1)k~E-cE`T)~cmTB9H(hx%5E5yJ>NAmTu(z(% z@wgLy6!UJtur^lccjuLvH5HYeI+L4SQ=VjQ<$txYBMr}!SHtsZ*U_UYDcfjR0*Q&= zEEIH{_B9gGyjtgvkIiWNW5c?)xO4$CrcY*6kIPHh*M*=#2Rm)n>NdKqvBxL!V7}5;B1`ZMGRkB8qA!PMbJ4C+oWw)V zp@GdDWd05)o6DgAXO{Bx;(%h{AD2rsGeZ33(1^(jSLk0LPpz;DunH)>#Us_Hx#wE= zIU9;yA~GJfk`u?);=?qmqDK#dUmNR3?ccv3*7T|)DMnLc4yR_Jg#Wi*GkYdd*7U`b zEyL(M5XvZfN8;Ws7+vi`NR$TEs2%*@J6@q%1dP9d8Y(@JwTZksrpcq1cMVc)L|&bJ zSJTqa*s40B$ti0o`YyxypL`~Zm4#6;L-OzoHv)tsD4;2(8Rk_(_*hhCOGc$2IvG=O zXH4)UI}GMRkS~}JpQ!p;C?Qr-)ocY>X#6}VI#SKUQU7qAHBENz;IF<%tS-wcifkS!@_q_7d1j}Sj;~e*nIz%`HHRnxO|Xk61zR%!hOnZwvNoDY{O`(jI8 zRzivEMM!N%fGYo-SEX+#k@;(}z$Rv8v4^B=gpqr#Y}Xc}$|9Q=G}=IU2b_BlLr}pV zQz)2!II}x6*koUHIxUV5J=DDT@H_(niSn9}ebfriA0T)s2cpvZk@?-gU7Au?0EU=j zW!f|nF|Db%rqMpuWTKheW6S4*6@x~IIuaJNI$3eAHu2QK0+{dHdDjn_5^G@g=O0T*1$Nn?#VBIOExv)Ns~i7iPo8%5LI(+kEgWt4Kxl9KkMf^$DMc9Nl?n z%C6M7m-F2`Cn}$7b|SJsdly75$R8d)Gn^mdAB%@q8i@gHa6$- z8&}z4NC(+lA$f!dpOvlVilIgGvcVqI?^sSOuwG1?w2c&*fJ0_x8MIFdy6aE4_(hl4 z>pEyIz{O)EuEh{lFCJm?!m23$s8tjsP~S9aTw_C7dhL`0^L$zqm?uU7yGGS^0&U+J zp7V-TEF9>ch+M_L9JwXxa#=?v=$Z$k+=y{(cy?*(x`BuqMx^_l;9zENLBsQP9DFT% z-6j-Wc@D`R=-A@g@vX{co?Py?-FQgRJPt{h_;j|CZma9N$04OmWr{NP=}H&B>vzmK z$vCShGrxLWqMPSs7>zRjl9kt*d1*nkbXUJ$9R!lm*{DRs_^*+wr8G7|+t->^e zGYxyyJ_%D;s0fw6c#a;F!Dy7nPm!!zo-1F3-fD_%8$Qe3MuJ>CX=&MLDa>seUgtLh zZ|PvSxGmw}R%akIT$lU}96!h$JYxSXaQsi4Tt-f&|3^D1_5V$;x?faZ;iHJ<;Wc~p z;6O8gx_R8vRPsz(ly|T zGm@Vvt9eT748VPw1U>KQOY}tNPQ2gjp0Mdx;RDc(Q{*7X9$z32b`XT*iIU6fe|vX; zr44MhW;`>S|A?cOU&d~Lb}FgkEkw_DOLI$JM?%IMG|H!@DztGTJzV`P}(Q}k# zShq_CwOCt9qESM(n?UyFSy8_u-n$eD!32_3DR^q1u#1|}@)H;~ zM{OC2d5V}seE?h;bQKDkVQqScM37zl#G)ZcP27QbT1B-*F{m}nb{>WUHXTKvWSB;x z2`J%?oJH+~6rttnv)W~4^mifdo2Y*SmJ`Dita#e6X{Xk;(RYe!WAYjq;iVaMBF96q1}kr)$bBWMBqGDR+%NcO|AR zkc`U3(93HF6**xHFsyf;DH9fKmr-qQzzK*2uvKwVaIwKgRgy?R>jsf`B8^0Dt>uNr zQ)7E0&Z&9QumW1krb0e>IrczSQ>6l_ak4KG2qEf-|r<#3GqWp zd;(Xvr4GxlZavdUi43Aa5N;Sy?mkr_!AjG)8PjE5`BVoq#k5#MQA0cGvE3Y5-AJuR z#tSu?`K6XgLFcqFqSe@&m~OWEi7zF1R64V(Cw?9zF}O)p(Zc|2gsS5R(eOccDFlVX zMa_O-o{ObT?cb_YQ-~=Hz$jIH>!hSqUH=TJCQ+ua4MPSEa~w@yi?R|%=HgUU!cu$_ zCacqI$apn1jwc53-bg2mc83cRY*q`Ic*L5A!N0|gKgr3j2rW{xEE_qT(|vzSsGGF+ zB}EX-un~)fAc$&hq$Dy3OmGcCKoF=FU466$8rkEM43zmJwx0 zGIz%)QLmq%?471?P+J7IVkom;s0ML`c0h~4p7-!ld;%?L`W|=*$ z379of;^W5%B`YKco#6!dj7LFcG;6%YtP`@K-CAm8TD}Uy-47>$Xd3aLxCPrQ^c3RQ z9(@w_VYgG$KPvU2`Z7$j>K+NAP3&W_)a-Dy-DmU)nBcXtGMpFhBvyBH@*}l2t>v4w zn>Yl+=d$=whs~n)ssB0Tm=Sllvj~8#C=G_fUX~2hY{VE(sqq{L9Y~*Bs-x9(KCZe3 z_&~~E3mg?^U_#O~@;vvF1`)3`gZfm!Pa01L5-Qd$virT?sy%NFB>X>&{bQ48!2)anwr#sl z+qP}nwr!oZZQHhO+qP}bdGE!<%#FAo?vJQlxhrz5Y$~G26fBH&#hp;##2QTmV>Zrs zoKCoz!aQ||c#C&-Tj@Q}$?FB9`YubJE$S^Tb?ymhyzctU;d^8^8~hf}yaF=PvEj>H z+n|YpZwwqnYEbJ8pPz2AEL+ZdRy0P}n(FdvZ9eC8P_1GTgyiF1A44r+WN1vzAh>JLO^W!6&T~c6;;V%8);Dq@=<8_d zYVTHU?)J0U&lm6a8>7#AMM*FX*wm9_?mrrNYB3S;wY)U-dKLRr)V}7gQ=1d*{=3A? z!gg@7({--(eYl=M%3JuWjPCVqMfL6{^)Ss%qHVCsPp2LzTM@ciWxCV-Mb5+1y3)t> zaq4+#>N)lViB)@2T8?Rd5F&XBmtukV0y6V{p7@fzAG!v7K#*Qeo7sq-CU>CAD>e6^ zx75_mqlJ`u{EJ4|RAB}&2V$?sMsmS1i^ykk1Z6u%Y8ltvX1Nw`h3%Mf04=u;@@&dH zg0$tSs9>Fl8JpziK1F@FEq7`#{fa5GSXAKbM>xPGS4;Nj8!1oo!__c`t$ZQ0DKbKAP56TmsH^Xh} ztlT(i`Jm--?N?cr9ye>&_0K^f2yf3?x>i|D-pHI;@jXD?^}e6rQfXdz<|^tv$}Gh$=B9a`t0Utp4&ixBLrx0{hy&%1dr@v#bjG=Fuy>;sM0OnkH8o zMViMiZbJTyin0SKg9e&GJE^tKi@5a_yi9qSW0|*$>PD=o?;Z@AM`_kwAtu_Q{ip8e zFV!h8l0Ky6iA_LP#hQ>vkBUI_f?U*Vn<4OUb5_Mk6@+H9n7J@@h(@^Of<&f|$oDNE z96|=RJFh8w_4~_GzGBM6zCqzs|SeZU}wCBc5uGz_&)q^T17(|v%gjw11*nz*hqp9Mf z=Qni?okQ^1_l1AH=bUW5>P|eLwx5U$13cyNejD>FK{bec-y;Pv@iJDu283?9x2JMo z_5iGwHq~o8xra71Bg~OkvpzU%>zDv+cVh@e+9y5LfGZ*sOZY9ybr+;KGP?<+bfsti z*e5|!fFGn}w$?-A{xT@LF`n{Fy8P$FJH9|sYfCy$5{5gg2thuhwTd1Sb@t&l=%BuO zFqxYst%@3>;%)LIiD5cY9r=uggMjYGNH~8?5%JYjU0-T|Gjo5O3fWn;u(OiK6$IW= z$rvtCY%zd|o9}|56xZM31^W{8jg;{sd*gw;M|ou$TwM{OW*{5T78N01uod^pbQl(Q{i=NfoPnP^c`D!{Abh|%6h>JZWWC~CkLv& zi9Yt00Ki+3;A!iT4JM8c4XR9#WO*eOLGE*2lSP#d7p5I zK|*Z96*}DeSY?Q!YaGIu8f&v4_cA4uWJL-pky#=kXTBg1i%^UEEy3Ci)u4;eXdXV6=@TUwwn>n05u^X&fumZYG>d5%6Jc%1+u--Ga!Pem{qGT%7b`|_^_Q`axw2^ko zpm!?6Z>dTpHG12jepRsA2AwbR3j$F1X{3Ffo9tsbPGNou^(c2>YNU=`9^co3s2eyI zaW7lvq~w5S)+LZ){dKAi7}ig_tHL~|xAxGuf;}of|4Fjr`+^-VP+$9Rm*)Q_EoET( z4}xO*A3^c|{(k>;H$@6`S?kh-{7e2{cN5{(+3SMf_g7H?iR8i{mMxYLGNFHF4NXMh zXf!s7E|>O#aFEaC9^q$la+VJ?)~%p;qvi#+sjL1_@YlIM~_Yx@-}61S>Vlz zZuXTgx5)WVv72Is*ISQdx$c0SQ>SL#K5bB^<~}NgP4`CvZ->WB#S_Eib?qr1tu8dg zqi!-%W$}970YoF!`p$j&Q~fKrCbfju5+^l(#vN|U)8>Ku62;bELb2YG<^WTo0T%Vb zk=q?B(`qaAzdF+DfB$h5#x*42{rPaVYSsG`m^2mrD*X}-3NGG?eD@A-QiTy(o^ZGB z9*wM%Oi~?oH*D(mC&{Kv=awmm$GtBJ^9Tx5dyQg?WxmGUwcpnjIp)}lWZdw)+K>E9 zp{J}p59Wdk`Z9inL0r{AM`Wjla@O;Af}6!|C_bGdCYJ`9+cK4hv^hG2(RZ)JPRbcM zLwfyx#+lr4C<=p|tRNbTtQx%EB4tyD#YVfxpgYpNFzEs)B4FIprJYqK3A^Uk!Tr7E zRoC00!F0YGUQMo}lBX5e&_{7aE6e0n$VJEAX#v>XE<>s=Jpib27EWRX z1ZkVVR!m`KVt`xVCEJ25OO|+u8C}!Jqy`3`6HQxpS5%<@-eC6);I2g8IPZ$5-L%c& zBV%0^eKWit9cMT;PeDRlYk6{mi*g8nL+!d+6zf@{r393#Avq<1ykN-3`agGl|TByb4$^<5@VdP(>)UFfH zjEV@smI`Jd(^oNk`ST#38oyNdWSp6Ro?;&DmHSa~_1hXY#^L)!6vna2V_$><8MhBRqOQ@sT}6q*r(u)<+JCT`0iMrEYUAtz43A2xzU>5h8JtjKG;K{cR`R;` zA&!D8(dl=PJa3#x>YFO)0<>rK2PhiS((*>oTM%qOt@>guo6+@Y$G9P5=ZWeTM}-m5 zF#kT6fuLolA6aW{ikxmCKUj@brZo&Zl3-Z{w4~8}b66I3y#vRw@nUSFUQ>Zre%%=I z-;V$e`w6vHqrBd(O6xwCc$yh3{JCNiZB$z?qeP;(Kx}JAILdp|C8e6pH#4?$))*GS zGGlq$GAnJkys7;Z0;)jKtwg_YphbfI$)XVF_@T_rt@(&O_T4$c-)9cjL>_uhltdmQ zN275+Yw(-k43^x@kQ*bK(HyW+mG*nWSFXCP0hEhkMg5Fa9*c!P^$^|5OPa-ZWd!a7 z8g(j5vacB!T&ql06Wd&YFQ!Crodo(>>d6)jgX%lE=Yc~AzS%C!`U(RSi-pMazJ9K% zRKdE-nIClPvxZy8`#MtlcCzqz!8j{mjVP9kpOjt8)9j9!$8T^77LxA`4Wux_l=aiD z@_iaJbrjB~F*wuEk2@MgGgcp2mT@@5`&-s&`Z0IBU zYR|aDA|psc{;fZt@##c-{u8j{mbUZKsIQlT)?yIXjBZ!Hs9gxI_&&V#z&zJ%_B@X( zX@KU#IW)s@v>aYhZ$TX^FJeXTx6FmZM)9+^`T1#jC4E|&Yzt-^yrB>{PV!*Is>I#S zTDxAlFw+8h5j;$GeOH=_p9rXzbw{vuYvk$7HTyOG-La8cUN*CCSO)rH+d2qeW$oYi zB&B;h=Vwf4uJ()T6<$bo+LUj6$ChYptb5IpN zLP6;DEj#1c0&Yih$E)YOdSWsVJZoRH$|2ai8<+JCnk_M~f?qTGsQgy-m>@Aa5nylQ z=63J}gyG2%qpw@+>*m6@B1C=ayWKf5?I9_y0tLUDoidQjBt|{Y+>wk~?EQAkX9yKB z`(M%t>;L2kWu#~Qk1{~_fA%J;Au%}r3C500^=$>f6Ir3zUWe4{SIq)4^MMnUOyi$Hy_R;bps&awjNydvXFMFCx->T ztWsMyb90NG1tfi9@#7Y@YS61)u%dgHK2g2DZgj9fS=G8rZ`oIc(n|qP_r){NEe1X? zPl-?~H)LBIv^1*MX~7ndab!*(A1rAWbS5_(Qy4cXj{qs*&%+a$sTAh1ABx;cJzAje z&1G2VfWR9ZwpyiwN;n+A!8<@BfKK$Uc*;PF<6VjVm{9VdwDhW+o$2qx;GykK zDzC;{7MRMYz_bV$P7$Tw!GtJ@4Klw>O=GSQcQ?1C13@gb1Kt zCZtazBJ-5L>XA+qU|bJF8OTdNN`m130hq9iH?{1z4yOW|wUjQQeJ(Vo?OZg2g76r& z;<%o{DDs(p6eXkq950j^vw_1U55Z}I#u41{kd13rVCP4kF{4JRCVtRBn7v&mZDb63 zVW?Ep1*x7VxOQ32CiW>-EmjxPi~)2%dyW?%!=J=UMbCta#Q4md(%jm|#vgRaI9@Zr zq6HA-TR8XDE|^*H{;eJzfD2=KW^kfVR)d>YA-4GvF_)bv>o_YIgG<8$yU=JM0DmSO zcUPNlCah!&+knJJ^4JvJ>-J`zE)Si+pIl8MXHuMS04T4HHG*hJco}o*a2M>gw;9+z zLiyHCMUD~o$Pj_F5z7?QCw0?yOBQ}LKAkeCB8>=l(M6syJ>SMNA+Ej-4t#|28S<|~ zhGRQh>q-On7Tjx2$(@F3WN)12RiXP_=3;Z0^;bouWjcWrgr0Y+;N5 zj7|kanBvuczB$r~isu(-DCG$+*Q}zJ@eMIW(2p>6x2(C^wuo;8e&##S;yct@|I??m z(c;#J`6w`C|InLWY7crzDTwlmP_Im3(NJoPmAz}ia9yC1_5?+G(IQB>T-@89wZRKy zbRtC08ehpMi$S_NR(#&ga%Wwh6|+o`9i{1_yh;ya^&yTIz3&*MTe2bmz}S(WgHlR@ ze+0<}|C=N~7<=z&GYvys&7tM3v2CWu4fja%l8HxH>r<>=MlLCJBF34YXtC+G zBUmP<#hWtTuN@8N$~ZyP;zf>%arTn28o z?cAp!pEbZ!HEq|B$6xF?SOR>@pjt!^$d=!Jtt6XdUt`%*^UwBs&g+mnTaaP~n0#wZ zU9xg{ohm-szczo_jfnMd7;qXwh6dp48MV%+!LDWt1R3(ChJuVx$gI~&z z!g~;ZqWYwq1|%#2e(?+|WL-fL3#y3@bQy~4NDGqHFnsBrc433sjk=Deh6z?IPVDY- zCb5!r{TvOz3?55d)2?>qzX(4{Dzj}yJ`O{ELSq6~IYITzYfd6Z&18}7DbBV0V=}z< zx1!LzRQ@XIj6|HgcjE@T7hGUx32)|DAazd+<9(cVz=>$b1@fn6W#8!)(G1fz2NE*w z^E*RvQ4aYa5&(OoLjMZlLdRrIvra>@DpN4M0vxCUFOL_B6&xwY{;o*nP`>X}iv>Ws zuQZc!F(PV%it*W5WJ<&rrblMKd9XP@e!BkN{&s?ojs9S-we^^4hjUQT8~UxeFwQ`)vG8h*fIk+B5pTPl(jPZ$@kX#4Dr z#x(VUl+{Wf65 zOp9z&b3H}|wv1+7u$aYx42#RM=I9d@hV7M12Kh)(@nf^O^_1-*kmCwZj^n!a-$avx zH2kPlqic`6pw({-2uXK)y3fN)xE?tUtJ?bU6>y{>n}?XkvN3#RY_gV8`X>bIjcnZc z&9)W%BQZD=dtt{LgU@NufoT&?3;149PEaQ?|C_kgm)-)itXe|MV|t)0 z6s*_dc^&F*Uu^isiB&S|K?dpwD_6YE6WSAwGrC()Bo`E%C>*v-VIh?la+&1sqE|y_ zht?;{TcrmQ-@`&Vm9Pf*%);+ zRAY{@2hnw|gR5q{*8J?(yBSemIR{kdR=wxO*+$=JNN;dI$_I1hV>`P+w*X-!!GkOB zBukbJi+p;YB;8|l*cFv^)sgLI;ky?1`)D4Jb#l_fF#vff1ohGT2B5@IM**rUUfwOz z#;8kU`5BLn(Cls)eHlf9fWi(kfRLlB9~=s2{GV_k&=EP^?Z!!j%j2gTIi6AHp zG8B(6#o%%L6RJB5gC9$NdqhAtD*UxD! z&@AkrTk=W~Rej74h=dygA!oRb6IKnG-8k~w<4bWAqx8x0+t}eHeT8?gQK;Gq_KvuV z7R8LGavzh??6q~)6j<0p^C6#KA_&-MzI2I}t~_*dM8`KLS^0SbNI8^sHk7O_&jP~b zlPbyRwNO*=g8|lcuP18diz#zv4tmQN4H1o&C|ynie>6HVwQ1*5X$y&>iWG1LbrRy&@lC$s6de$69`l_dsP54afOTBq2^5hiJ2^RuqjP;*Yvp{A zuerxrFdkQ&R3HK1xP5VdyX6t5idZX(PuuaPz;o2uFLA{pTKX;;H3js?qu|=tXtxRCQ!=&Ss@euN?sYZ@X z-f^p};jaTh+pxUO*1nfb6FwHP)>xqf?3Q-TPN!_vRu0PwJdAB!L^#UXcWuJGR5Rj< zCAT|yCJ_6@x!lapS4$z4cG~Rn&1qgrZCI>l9xP9vu^8|^4o%KhxIEq;l_Lum;-o=3 zRml(#R*9lww0wH+&U4xB*-TY4qSqDOtB;+e59`On#3?C{2%-&Zer>NRm8<^9>+wD= zH3DFpMGeDNx_rhwo4R4vh<{DF>-P>%VI9f;-%`o{WEEv#X8w;p?iRUho?>0ZfvCw&&q(5`D6uP+~!iLIoCyk*B| zFTNy4+n2*PO$58lBD+?OX({`(o~-8O+sVUF8-RU$Pcog8w-;%=##CvoD!Kl&d3R)k z#U=Y}McY4BLirVQtYk3fD-ExSUt7MY#cdbgp85vQ`Oz}y7l#$1T3@+CDIdKzS#*Imfpx-?ltFe`wZY*osnJM3lW@7q=4p1fbw%|mm$xa;Q zxUk&zIY7O1$gf|_RY<-WR}XU z|E;;2Vml{#;9r4fS+M2~oay$gKXYW{_cf|x^B2b38vaB%hf->w z3-=mVTV2ato^?K4s&!)fYv7m=GTbZ2#T*{Tfya{79hNO|bA*L1SHUI-Ds9sJ$p5 zO_dvH2v@3(!=IYxum?5G7m$nS-vK>Mk`Hmy-7hE+h|-CELXkZU|pugo>u5AwXBm zA$uR1cQpvN3F}B_NDHi4!g7(&P(0m-h0_UdBcl^6_uI)X`|RlkCm^6aGmEs_vJZc( z&-XIBwSa7(1VY=dApafrCuUpQ@tce&=F#?HZWvO?>6NR@!!=mvzt#!?%?{IPu!E@> z$r5nb5^%Ix$D7pHGH!|oMSD3ijUuzIu^ZfXU;feHZs9r|S$y`wXkbaE)P7cqk|_AF z&H4M%>jxFG#r2mf%KfDdj8qe))I@M{?1g;X@ehA8!143a&9SN)Q2@i~Uz8rKH@%d1 zOp+$E$h;hoYau<;T6-&Hk&=uqK6cIcKE@2p`k`XCUm4qj@CotM{O862yV3& z85?rA_My_PJ*N<$*viP8v<^(NnMVpK@oexgX~!#t7W_SeyZdh2kn)2Zuhnb$ zuKWVAB=V^|Ruqcll?fgT&Ir3x{nQ(I5lfqSI+!-RzE`;y=4X%8Q^|plJgNq`Az3ie zCE~dQpxKU{TtAw#r(U}PTUSQDLWUVw(#l8LP#^cRmjt>#( zTA1m)I-0~F(>~qZdW_C zckoe#t=9VVp+GYJJ3v>}X9it2|F>|i$Ri$~U=r&VS44wkq{=9w=$(ky1LugapNrE4 z^*em`U^)@2 zYG8*rFl|u1x9!<^CIN146%=>-ZsSeZgp5e|Rk8VRfgHBC3sx_#<3>LBh&&tQLR6F+ zurp?jsQWLdYCN2y$+66P-RZK7jN0AnO3wRu^z}%jxi!jAsBRu z(RDNzI{SW-NZ@c!B^?aV#-;!R>p%zM7m46k>X0xkR06EniRrg<88Ks|Gc|jSzx>Nj zNm3CL^0j5#6aiy)0&kpB6P-QsEEYsMW5-5_!MZOrL8=JSFWJ- zcHG%Uu75eg!QO~PMAWt3=_q%=j3{k0Fx}_dJr{mba?t*iYz|`phn%j|lwMExQt8;1 zjqiaN20u%-3>c?Zkt`OQm%v50X8jB8?zPl)WFzDmk_w1a2j$lU5)=n*Q5zu$wBPJj zu(kj}j8j3Afc5Y;Gn!-VE?S4UkmRK+Y(`T0smR@XK7bChot@?Fu(ef>yii z*J%}1<({u5)>i0dvdVl2bHaEL@m)t__d5NO0&fqXWpOFVKl)Wef9>$!QXl2c(R+Hu z*r(7^cEv=zB0R~%oJz=r6Pxjc7C+tbpFmvMVlIC`RjvOS0*~eKDG-+^ zD?7dCl{G%(C}}m4;Tb|*!Vr`)vb{PB%lB1_kA@e#1PaNyI+j{p1|f?Jx%5mOXXE$6cwNipsEDtABvJLA_FyJ9 zsoA@b4ww4{TmO1GG`@ULs~^Elb%u%2qUP=4Y@D^Tn6cmek=vuO6o5tb5|D@4HTNs#4irwbMxqwI&5-5cJ1{NZ z_?)s9jk_Uo_np36cnha|`U5?cIwkAk#67z%0T6}c@yhy~;McLR<=PazKQ3?!`y*l& z!-JRKP&H9?5cNC=aMo4WEYoF~@y6)ie6vwAlc5i82uBk0=`<9`yv2aR5WDzQk)K6zQ5IFH#xV$_qc?lZ2oFP)M zL&oxD8DPQAQT+S2)XrP25#D1QKiJ|p-qjIycbaTAHB*(%g%Qkiz(NZZjOp&<2HL%Il+#kS_-UNmJ zb^-iP#ykc#dXE495rO4@kn{hI`~M*4D#@i=0BC$DW>8P)y4HfwY}~d|yoaCEhy-#4 ztmxI57LmxIJ9Q$3uTwG7$yN~>#vg^q&^I;OTfY&#-l19i=g-ZD#mk37^zJG{m%WtL z&4Z*ccy#aquFkHT-fr>p3Cup?DCjtv1n$Lqmb?%&yXCEwFR{ zSf=2=L`Q1bQGFt>4Q8%STb~??hd945-+H@_SZ3x>E0TixD~l_iMcQcDHh0|MEWrYn zN`#b6!CRi9!SX&Y8**mMNq#8QdYq~Ts#<6x1AfkYZjGxUSINlXo7{cg1a^AVQb9!M zPkjo^F++j&>}uvjpFb8{ZO@yq!j7?6mL zjlq-FfNa8$<5K~xTIgx6%|A}{A!=8-mf>aHJX!V=y@`vA&d7Q zmeLWo1^u2lm!aN8LRfY&&f6!E_MPQ_ahrcUVZoc`mE^h#(1k{Vmarf_-2<#Gq(zi z@ko9pGG5lc9CLS7Pkx?km;@mj8_}6`oKN19`XmzI!4l|e(QK;Z*N1oR6Kt>i#cltV zLO}(#v?ys-;yloWxJEb3L2laRn!BUUk}$eZ;eT6G<4b7Jv0fngUfp)kGB|;)XMi-N zh=wx9i0$|QcX&Mn z2#DdmnKurxUglFFi!aLVLbpZktyq%UMXClxJe-4F+lO5{^)$yd%yK-sIzrrTQqUz_X)1!E4{jsv%nKo(gOjvcKXP2$elz~}%kYqeXKdqZTFoYzH zp)YM-oiRt0>N!xXD$8%r0@E>sLs>-SL$`YDrx$yk`XVNxQ+bPOZ*Fyc^vbSxr-3>=okae-JMb zy;{nB@Bf2Is7dt!soAzSO1woNoRx`jBDb_?=6SKQ-@W&&(ziE5J!HgpH(GR*^4U=S%PN=r5SgeF%)sp;x~ z6WNP-60E>z++F9xahUnSfcU8E(vY6+0nn}sjXec9l`W_ehW-wgm{a$7?@1<7CvU-n z(4W-Xal}!DCQ&LFN+Qd&4-)#RqCQUlJx}Ll@)t30RTi^)hM60x zAL{S?g6?sSCj4+-Qn>AbIIt>fRwf!8E%T)AqHP}R;D$Vb6)&&XYt@kOgQ`!#fVZ1V{l6kl@{G~m)sD?;1q^%; zo+#Y!L;b7K)4Teh)_$`WrRiJP9<^$Y1Fueq$sOxbzMt)%kM}kG@;iEZTm&=`2u%f( z=k_~wXKD~sa(H>Y%#a%4sek-ux}$McJ*#$b(Vgl;CZ6*%1s zoo`RQt57Z?sW+;bK5F@V->q-`G4xJaQ|SElt-BKD$K}#_p~81erh1@vK@;mn+3UZ% zsL{fWzdP)-=N+#Wq_gb0_yD<+((9sOK*KaBQ~9>Tl?K~ePSY#%;UBNXi9PmzYMR&^ zVy!Rp`;I!tgxSLJt%Qo2yi`yzpmKY0AGZZ)YXjR!ev}t7q{ANeTZE!mfJACI>CvG? zY|Iwh`_b4OwbGwdKAk1SeJ#T=$EX^guAtj8)ViXK_y=+?-3?I})Jeg+t@4~^O$clH z^Sq(~Nm6wfkWP`qr*24SKG#8S#+3)^5zwizx-LbiakzuO!uiSLNy>*=-nL(E>~S{Tk%plhix?xssl{sdW3Y*cM)BG zsZDT(yDYtxKi4P!qnn27D>W2f zOD$PK6~OSFSFw~Xs)}?Oat=5JfuhdhhYH|%wMWs@N}BnWq_+!}B@^-U)Y%0PWuLdcvJm~eg;353e^w7AGgyvy(UoeYqF@W}A}<_hWY7I|%!p6pixRNy6>7>I4? z1JKj%>HXqA3B7^Xi-eM!G2L%NxQL;16F`e{-1&F+P^iUDYyObcF7+~71C4_s&d9FT6kNXQ9!l(=YXalTc&st z+O&S6tbsWO!t_^Q?z#r?L~}8c&8T1Vs4b~@Dat~wQfpHjhL&j*kqg0WL2`Y}=x)jW zjgSt0ULBohdGO6h6w^l{TW!Y?I+7t`$c9N`5Xqe}hPP=<)*tT(OH#e6fYrM%8m*RJ zh_s@D#$9e-1m98!H9ZC{Pxk93T5HSV<(jrB2oG{(rP}i+&n*0UEPcYX9Cy(S90-!9 z*x%Nj2FP`tFeGLupS#pEltok+I|R!|*0*Za$JyzACIwW_^2+>3KrIaoQ2!xTH)CJ(zFT^v0E%_HX zksa}-!b1~ncjMKy!J3+~OASEnYmrOSDnG3h4@8e5GZw5MC8t*{T5D#%%F=UUC6Fb| zZ|7q)utc{`eMh-U>QZe`Jiasug#$&lRdZx#3>r%{ECJAt{UlUg$v^nK9TyG!n}n+- zW@I6iPR#beO=aB9W-3%T23KLm!a;V>)SRNPd$xsQ*#Wp)E072cF)XAhmr9E+=a*>3 z5VM%`_c)a0opLOReiLuA+xE>p400bwkeoC@Z5Y%(+71t7LYw14sR>b`MBD~f29V|t znM5K}CfTY{#Y_XSkTg!z1l28G4L5Ak%2J-MHis>f`Lhw_@3I6PJ1=O@_8SRaaUt_bG{bK&ldD=^bGH>MLZu zkce$5T>}%;h8QZJ-dwMpslsINDgl@ZAa$0-MSr`e<=iyUJ&qj%Jy|bk5nni7A2Y8m zJ-g(581Bh!kck(whlk#Sys8TBb3nOR<>x}SM1=6p4Rqy6yfhLup{CRXxaeMDdGW;> zPD!cNjD;;{ws=hhpv2=j8PT_Oew$QrvOV!V#`&^cGEbsdx`$zF+EnWdOx_L6a`_ek z7B4J>C3yPjR#aR!eu30yKVM<*{&E|Gw{3Sw} zbY8{WRBPUu0^{ln8r(;Oi?3@mH}XX1J;jWZ79SnDXYq%>It3do15DP{Ew7FjRI33A zD3gKN8^_H}rVc;r9TPE|vxJffL{X|S((I{e&{zm(ZMEy~=qkXp23s$ZE@VF7%N%%S zTaL<>8VUNcp5GJ~s*~L)^uG@Dro3_;d!@$GbWfH7`wIwCvR2VE3{tH3oOd7iKQCk% zvdGzjhEwX?qI7I!H-mJ?O(WQMPenD`7vDy0#m7ol+TSpN_>>*LX z=DSB3z0gwa8)F0$*mkq zyQ}Y^!`E{Oe)jSR7lxJjv7|8$Th;3%<@8>ki~T8R0t41gwC1R-@^lT^n~@jpj&6^_ zVkdu}3K+OqhWB82r}U*I?8d__K=^tqd)KC2HcqJas;${B?%BqSOlv9l;@{P4o@&3|3w?gOz8)OjPwh?;gdaBacy-Zhh41bipE>{I5+;AVfN-wz5PI1pGWk5J zza7E?BNWff$%p~`I}9|uRVblKxxWy`S(Nc{uD&g!#tT1G;_o2g0U(CIvU+v4{urST zO?g4tVK7{`e&I5KnAjbwIkJfsm~G?c^)c~-mHo~1K?^&~Pei4-m{Q~p?bLIjcQ0rt ztR12~oqJk2Zv6=_Y#2CWf-;57Tlk95@*17-Ckiqe;SvW^U=5?~1vD7D%qpFS8z$_o zuIW7gx9=k;31Eho%+*#{U1-8H9u1j1EuI=bNiUEYVZw25ByubnObIBU1`|Qf+pe9| z-Z8@#3#2T&w}%0EgcVx=o9BC()bO0uW~BhD)ywi=HbO16y{wt1V*gqup#f!jSA?If z7Is-EA?FXvrCI?9*EExayo@QZNIq4(=rzr9DDHa^HPXl`h@{aRA<84+T}skzF$aF( zSwzba1E(Bj!MTo*UBMVr9`!7Ev8G%C;P$KWP-Hs-FLfoqt zz#utn#U3FlgCF->6JS|(&HDBwZy+BgMg@=h4;O{Bq78f!MnZ*J>V#?f9KTtVIH{>m zkVzlxw|cocQ@$Eavi;1=2C~{f>8w-E5|l{u6qZOW^x6xA3aat5xbXz#SF-|n2-SV} zYJ>o3EQVJvWe`lRA-_*172>OV*QCav#1oY>`pED)|4o`Q;jF~xxX+y*oAhe3PX9s_;3Tp@-@FeRQ;9X!a0$19dAW4_x~h$i z`Gx~g6D{Qu#}V+zXgGv3$Ayz_Xn>EDy0#4fQo^Dhy91b{a1#i|w6>E)7Zy&LCRc9O z>@aH{k6YWk8IKU}n+g_RYz^kX5u-!S25cqYjRAAyV8t6NG*j&^ICNRfl&p03N>>`G zqm<$HWD|~ScG2je^D9Lw|TpG~9c>f!hSEF(pXfa~x#7$O%g%?gvj#)#?IBKhT z5fUwl*SrSBGF!1LFe98OXJVLIABfK4 zo)x2n1LOB9iGu=4l&et+!6IOt@d+1Q;?vfS1Eo1y zflSxbbwm{5Z6tF}?F~8C zF?i!#(*?elS3`7{Xdix$WATYXHJ|Az#53)50z#c_2C8V2iOMmJoaiXVS8~365!WCa z5Y*q92h;0jG>;RTgjkiP1jms?*hPQU8dRP5ML7(z9%15*{G^mg3{N)p8dFn+5=|tP z6NHIBJii&j!9hLm+ZkHc0Ob_sA;xDa4&|ff97&pDdqh+0Oae`y%6JO*e3g_JVNq+y zgV`|_4FRVituG^-yMzt0Y%?^52 zJh!N|sv`K&bG{Rb=hm!R(JWIfY?9MY-g&k&O&!iHhmH!z#+Z^NC0hZT7rrH6WQ-g# zQrl$K-8nwP)V>{xQpcS=qv)J#b!9V79BXi*wOU~9IqgY>rR+R>YBi$IORRbicUP^p z66K)ct?IITSzwzEzG_b8SYA?h)smT%lOq~s)J-JpaUm1}@2HoYs}JkiYnu8|?Ie8o z*;W5i9^`_Vu2?`bNhirzr7aLKC3;@L>Z_~#;sXyObfUCkwe2viGqb7j44QwjGlwh( zp>rrxk>5*uFDos&%2R1pHp7NRJ}}@onwrYdR0L8{z0ZNC*M(mfw#L<5InKwsYLGuQ ze-x_BcZOqPmKGK{u;ogo-Ygv9d~i{bb0E+M77ZAGBzo|}(WGoVqr3H(;dEE5OcdU4 zd*!1kzBGRC4#ih%`uu~s24B<4k*Ho1X7+(i^u}ZFIDC?uKp97Ly9!nFaIvv?oc4B{g$I#5x45T2kG!x= zp`%&&(>}T1t=f707&0+Z7`46qZQ`ic(%*IBc36qCc~0u0@W4dVYqTVouj6`aVs4@R zJeM%wZ^O@3_S*Dvsj#`lAI)AMN4dIIf9Bvd8!CRI5=HWC&1Eb;XyKkbO1Eg8CY*zrUng5j1qX7Sm%Pv|_aOl@+SBXfqGqh|sUULk9i7 zr<0q$Kj*T)AFW-!x;~!TKHoyL)S9qq$IiO{5HW4X27SGk$ImaX(5EK7H5-vBf{(ls+e6q9{ZG%@H7@1CU9#<0HFq6f(vKQKMl z%BG-XcfaTZYKUq1!dsbAOOcBLb$;EyE#JSL-vb6FRoqBZB9Wyq{2Mx(nguZn&A<|t z@WVYBS*3t1DU}^wjR% z7ECPfyAsH#DMz!KjY+@R)~$_2Dw#+yX0zCI-bnum+s02qm>ZE8pSGu)Wgb}MUPBg6 z7_HtegHZ)N~4G*+XkPW@kVtbYOky<8qgYG%lYI;z?Fet^%?%<>$=iz_Y{8QqlG*%Ii zFUtAj>0koPTUF3=tIyT>S5RSL2jh=~QE^^~a%k*mk!?tf*Z%N>&u1AVOG)rTCZXbC zZ0gsxgtMtRYz? zT)<#ZYH(7F6b^1@uhLk8wl}3j+)cU!8wb(QwCroT@~sg z9UoI>iR@Q63{wMBD556M2+0LAnVy!u>%QeU!O+{#+Dz8*_gb15up+&L zx&f9XQvUA3VQ-2)dc|_^7Pv;>E64HO4?*IK>mgYH89nF&twG}( zO=f%>X%%N3(mWDRd{Af^h90ObCC_2jaX{Smx3C40Au_-y6`uTE0QKUc$!8D0xWK5g z+>(ri&4`pk9#|2fXCcgpMZv;kaDZUIr`9?N*L-q!Ez$9gYnDaFBS0Mls7^3Zph~vJ zgOoLDfho=8IDjCb_LerV@F_8!FDt=J!&V%{PsGrGq( z7>BIt%0+JKFU*@%_$3e^bN6qaO5cGlu%(=W)Re6oLQVijf%k4hAzI$pa&rs-Qcfn0 z)KoUYPl$cOKbGHiBws-dYqL72mKL!1tALpo&6o^Y;++8Hgx}>4S=o7nmLC+2BKSnk zx?2n(opVgpy)wM7{}jtPZONH0SO?Y_`03RxVkA!5im0Bw+Q`;gVh4$4i$3NJ z@aQ;RTr}X0@22Uk9=8N-FSgz|mtIdVLw#h&!}Lrd15w>_!Obofv*y-ah$fm?v@F?t zN7c}}k<=9?KVpZ?63IPAQxVS%=B{ayH6SV^^)tPO83yD_D$i?XXtgvfQ`o-G%@0~*yFdDFe!fAUotJp(%#Oz`=AU&bLARdSiZ2iZWodcn08{{5V6tAA@x&(XC$k5Z~2bJs9I= z91Liw=zhTR1yLgPkyTIAr9WShFDGz!af65J^lEM?YsB6&j-Z7-xHv07)Ieuk7)C(o z(!G52Prh|NkM$p%-PuAs7Z@>;eyec3owpj$zDAsSvMV4GM;TWqYPJq$gt;MRL~`rI zsgm^-(!J20Ketgz-paZ(-5+d{4U~S(>Lg5fDoVvN8+@szSc#5~+$dar>`><0WiXK{ zv_UJK`6TRs-H%SIiq>;tj5Oud=D%}Hh-`vimw7KU2^QGd);CK_Bvix=Stixw<=;1J zbPe>4RE}1|qgZb%YMCbY9x21NgTeC})3Tor){6zf(ypSq{7WxU`lXyO3r=F75k=*U zFIvX2s)E%(GVC)+5AWFw+tr^_t^KK$T!4Rm87IwM)njj~OlZlg(^Q^&pn6&uiz;|0 zYeUXT%#f|D0G;OLAqU1&jF18eD#9P3>LOH&;dC}PA%~gUP0~ejFka7Z$AJ=A=G`Ml zFb-GZs7!B1bI4t8Sclr;J^}_x-9@Apy6nNISn{}hk<~6kWGTEZ{AaeEI_x0CF}i#% z1_X#a%C#06(iO~Dxa6)OPIky#`+3^W_{!Kjb#ArOdUyT3{_I4*U;A?-18#6#zW6Ba zCw)$*+}Q5r9ASqK9>NAmbwTLjKcn+QhX_@t3&^@FSd4~Z{(y3{6jgrZUr)REc=ogU za&BS!g1xS5b`GWJXUZY=eIVBNycldhzHnQR2UAvlyBF<7N8wzXiwtF%MHd0LhbH;6pf2%%PoG`?sU=R*{Rz z@?L%FN_;CeWZCm9($2xTM28!Tqm{=ViB6Q-lG`7=$!5{)`TBT#L*M!gU(SBKZvF$p zEynhqC7SN|advOjlLOzCHUgSN^L20e^xD~Q=&;WuA8HLeR|yzW?_~p8-M?{b)jo$G zX?2Cz7yqT|vRQ51%Q&n~&ga(Q(28`TRK*`nAN;g2ueod6*}Z@5o{F`O^9l7a_cmA7 zC|xx}R&o74JZ?pnnN31`Q)Q@)wA1HLSED^Qz9*I5V|Y7FT}&-t_={o!LNyWG&dE&h zSd>vJet7hzS=nWeU zW{{oLXDKP zt#)=HpfkHiS8n(-ABVYu-S0yEO-sTHVy-X#A-T|3d`3{X>aNu`dBK+HFhO&5u~&o!d#kPo;h1>2Y-Z` zSDqOdcMFC-mRUP1)YD&Jr3jz0U|aomv;YxsfcL&mCpJklq17akbqki~eXY5#<_{!k zt_|oxJ7qYv-&d7UfR@gGzVBam- z>g#ocy)LQpS!5L;J0`Ai&8j}<9Y8z>V~5O1%2G2X2O+Z{9??5jRn1j!GSVcNyfGQF zIC@sj_@*RuhPh>ApXF}GXkfdyc^s-lzRu=r;bT4^s$hk>G?->_td4Bo%On418A7at z)QMz2e-m(+|3k>eG*uIDHtD*=_6sVE)kw>DIF_d48p*{zUA5ae)*m$aEbz^f( zZbt?HiP;lEBQ68e5H6o>G&j5+2w8>Kyvkg6BF$8Q5Epq14-^!)8}39f%7>%bi9bx* z7APOa%3l4>eTQ+e!XzPcd&v_1nt7orv7=2au@I@HXn4jTk3|adHEDFzc=d;~oZ5El zG$s*SL2NM#XKQW{Vj$OOIyB94Ix@0fQ2^yA3s3%lYw>oG#F;=^BfgxE`9Laetc!3% zGa1(ojZ$jZeb*hCAEkxzGNgf4-9CZ+LJYzhR#Ocb3EwF{xx76+mS7H68|G%SpSAq_ypvn)N75KeCrHrLpV5!_z`CKC%C zvp*5i-WcrHuSMlJ2Qp|2*RDmXjIp}s8QB+Le`xl-Q||aA-F_dDcCfMt!w^$8NAV9ZA1ACx;{>sWTH8csDNOH*;s#p=y`&b)YPzxZL8%D=hqN}sEI zhH&g(V)u*Y+pwOR)FF4R4U|D`S@>&${G zYREoZynKs%^O=4Mdnl8qqAL{bFr1eLDAyWCVtMX4QjX%2$sBKDF z3gx9+oBO=UDLEGl8cHF25~Hv0X9k_R=96_mC$=}1{90?;TEoaOCTBc0ngDG>a{K61 z%nDE*bw{ccJNOir1nLKL;0yV@Fh>aFVCcqrRs`8d9qy?lMhi(9IqIA{woCb3wACz% z+P`TLrl8jBSkRno`|>?O@QWCv$6o3y2!$aC7j-e)VyJhI-dkDgWnEg*vYp2%UJE$|w^2>>Ia9W;rd_f}NhWx=0!+14MVu z@g%%2a9pe*$o~*WIR7ha4kOEdf^w$S$N$BV|1B7N0zQcw#{J*V#~|Z20lc9d%+wFF z9MXP!i`wW5Xxg_&U^+lGHLL$EYtGL{hsYv)trq-#ojQI(O??mUZGXNPzkk@g->JwY ztAJR$x52h)@l~H1Y74#{N?Kl~!%)6#)+%RqXqZKIcaNM}h!PTSU z96~Ouk&m}NKq5X~UKh{`B9Yhtl4g@L4nraP6CekXW+&$q>Np+RSk7Bt^#JdTTI)!$ zz3w`SF1m}cdIx8B`9alglN{vQWr%qe%I}&G0I-Z}*jl9`T7kqh7EOQywe5vh1jcEC z64t;(4eb{$igE$+kyb@Oramo5^pMUxBf4hQSKmpMv7nnvdNB5+U|-gmtB3An@`edt zv(yqymb6~uMuK~9wdt~lhUt5r``1d`U57lcrFM^kt;D$lGowhjd>EDqs|j5|!cpMJ z_3FYyqh>yeefO}VM8S2r3Ky!@v-Ol4bqb2VNNo3YK*z>V9(y)^U>Q=mmCfJg=%LLiU&-8tKN)O+h428| z(XPrOOx>G(XO(|0ORaw%h8S_nJ?;9cw~>z_f`Zl)kQV`P1th6#I&rG=aBVF?#E(@i zun9p^)6$&a?%oe5*|Ulnk6I*4{-o+j$p-bOAzCo6DN>9zFyL=PEmoo1?sc|uFJ@R{ z(51u{>x|_DQa{&#gK~v37Egd4?G^x0)-nyhcmz*^)?okeN?Bv3l1h^RGe~h|Xe#x= zVA_O5?dwUywX^m>a+G1DpM$jV=07l33hcrvGoD5Gu859X1LLLX?N}#V;A?^W14X=D zIIZ|G>%bR7yc1AIQ7HpN_J+5xLX%oQn7>)D@vvm6R3*Q1MGMQ;0yWZmhv!unBjO}L z789cB$2A$5OjFJ1fk*dxRlo@i;OM_`lfQs1wP6`~F{j#E48dp9n#|PYabd-k!_^%| zI$A83H!zb>%<7x-pD63L$DRPI7t|_3iu+>{4ltue>jj}_%mwbS-$9mAyux-tNxRu= zD(7AdUdVokRCn>;9|m4$ppPdd$qRVJWKbY2m~sjHf{I*0MFqrsckoI?>1s+UgjIS$ zMMAua81R=EDl18edkUwR0k>Xjc8xYf&<}#;YX)3~tS(jVvRqlG&N&~yrzOLpS2yKu ziy6%b((9uX8n++GLD*w6p@u=%&)o77xah1H(e%X%xF4icjc8On{4LM6#-MGHLK_mu{ z0pNJbMj1V@ZW&L4u2qwKf7$#E<{lmTpN{_j%3s37#QYzR$^PvsV~E*d{vG{az$zpb zw0ZmgAJ1ek3HLN<@ava!NibZY{OZCufWX}CYC%xp=#W^s^p@N?;VqZTz3=z<`~%+S z6ZZF~CU;l1w=2izr$9DR4X17K^7|<1jxK8k?rt$h$JVz?%)CZHgS1$)XvvP#vie>X zT4CVXfo)`uJ=jnx%=d}s2k65g1OdDf+U@J9bjoc@3Fu-lY{KszxRUmPxS6#Z>F2PUzfcOBNQ^K zomAUfCv55;U0+e5++_5~5MDz;mR!y8G$xz->M*i#Hu2dasRdqP=|e4TpLth}>4a{h zX4&l2)&A#O7WA8QtC?fDf}B%VrFrz;}li?=Yr!|psRotRfGB(HGKAl6!&aEhb4i#qf9Wa-vgH!LWJJ$ zU|E!JB;{zs11SohG$p>POB$oJ#ofywaw1GwB4v0Q6SuP<_hwsjxW7+a+|~&MBB15V zMPuZnDp~JC!tl=7e^nz&4t~0e?$K>0%xh6bndRo@4%#K)uG{EP3B_c}M*oQrXE8Bi zYuyNk-Je*1q#bm%QHX4b4bzhgHSy$q)zkNk7mv6n&3+Ea3f)1}L7eJhL>rUIr`xA_ zKGb*+uLdNctrti+qv*%F=c73}*qMTvv#Cbm6eNvRWui&}u_!@dhz}y?rAD-GOs*0?|1NYGhqVhLJAL(BNng^4%4{Tcqlt&XVdU zku5dY8bS(@>wtU6?0vm?y}gI%yU-%%-6GI}{N0C?8zAm;BE=g-Xgjm8bw59yNomjEO!JzbbMwc3uBv&}UJ|NZ4Cl_ca# za0i?_ugFu?8_JZN``Rb^B#Fif7~;uxIKe-1C=u<<+;RqE1-HlcSs;LiAR z1c9}PR;0tO4omU~J$`wa?Ra#eLuRk2a142()D!NDWrZ4_C7R=-Lw>DlIVaSbmUH)G^&yo6cg zKS>?z3fSbe?2d|#J8w@qSX?bv8u^DXm-c5CmnjmlVh2GO;1CY2z@WxEoVVS;Hg4l^ z^u6LYSO2sbp{cf_gW-<6q1eUg<2p?%gJiWFr zmRQ!%0*~Kc5YVWr0!;oi3t=RqjIeU2_Hk014<9`5X>lv-)4!{r83qqRJu-jm>v0AG z(+PU+-YGrYccY;=8w&F!n*stxjlBkQCyj^`LF{7H<887S^3E&Q<;;hk(4IT-d+g&x z;plHvVB(Tj9=zR)tGQS!JQdr?TDA5+t?Vr(uE<${ zUK8m;cj12WK+`n4>8G*dN7GPX0FGfKEe)>Ux5&+Yk>h5~p}W9}J`Lswhvo&dDuSD3 zip42_2E2zT3=NbzU9pK83`Q#7xcLacTVMoh@w#KX^WJQD5}HzNEno$;`ivsOT9L9| zVnikeittrbeJCwWsGKISQg_pG7dO(Awzgj@rLXT2sJL0&v5zi#ow<7?nk!Bz^1RR{ z8{WV0%y-k{Z4=dXdCKzKyu4ewx^J_L<#;IUc3E_boMD?HdsHysRXrVwf7e|tSD-bv zV0F7Rr+};RIoJ(O$T-Yru(*xUD}Zd)b6r3lor3~mywl(HE(5Cn^{dmTE4Pq0v|-Vn zZFNZd49n3Lrz@A8YbNh>Z_H_2A41gTkdN2x9<=)8!TD8dHGFSF$0NGk3ydT5f_Z^K zYZAj7T`KK|I$oM9C{|hm*F?OVs}=`qSeS5(-FlhfmWm2skB_x%vQ7@7j^R zb{p$LIAPaCf%c5fg%4b)p$6$g(tEFG;TqC=-h2QSS5Vtp^R(kNs+;T;R@R7X`MNI= zBn7hb`^~ds`0S3OH8J3^&(9+M-Ex?^pqetHLA2aNILq5IE(!I zo94oQGQuL5lbQx?w^y4x&}rbJ9?}sdw=}4kXpZ*rdv15b+1B>1wRYv5SL`&QaWF9# zj@g#`2OmlR|9@Jve!nyd&UweJ}S}1p9uz4Xpd3zoMV` zwg!NMhn62HdK7JUoC?)!3wvJp@|xNZYTf zXW+t#!t<^KH0KF4D%o7DaXnv-i0F7f zVUfXisk%A8u(>|)wY`_0e^Pb%=yrV)(Pz5=9pBylPqRO{%c(%q4~r1V=>TqpA~8P0~7nE^o5sO)!TKCJ^08xaqRwa+8j39I`6EMB(z<- zXX7rWMFl4d&EZAklUcgAB@!QbWaZC7qLEH~^1^WsOJ;yw~9p)L4YJ?ptw!WjgRKaTh++~n4L?n*# z;Wzpoy%H{6j9uXKP7qh#sF8y%sy4cQRhjRgWDL0aZ)y4`-fB6(3Y4M*)uUuA;WW8X z3DZMAo8NyV5+a=lf6M?6=>E-SuqH|R!~+e;cdM8pLh_eC`gF7jE;nb|l&F_1P{C)~ zbC_^ptD9_}@Z5dLkFv{vvK9l`Yg*YrApg*$0LK}Dlo)daLVFZr^-C7gKS@Mbp2xH0 zsE>aVNHFlwlVK_dGK;d5kNl87EpS%~u;4EX?zCC#+av-hFd=`?D^D#^pD>>au$t)x zE^9mBW#x$!6r-CfvlMau$qcA0eNkk@w#bfg6{+}W$Z3jLnu$-c+4qjhE0MyHnIFzd zkO-9-OoSq^f&Q2U*8Ns3Vl?@9=oJ2{mImv5*%EQ|0!s;HmP9kH;pAb%vHY|;vOkZO zpmDvU`W6%Y@xXTmsi^YF8gIocKfEv(6rlMk4^r!xTs3d6F}qnLgPp`^nKbt)$E%8>V31 zN^3}_3N#LeBxC89EX#_6ZW6tI`z}o@@pn`c#{PEOk!86G{c?& zk07ze3DyLnt%kWcUsCx7+rjP%suJdyBIf9nPL%4Bsn}mtKYwL@G`O^{WimX&U;$Ss|!ge29pgyFGR6#yBorl}@&rRNx9)l`NNUg+LT8Bv+!VVz;9kOL$K zQHo8y3lIzDt2pNl=2O@Lm+0IOe`@D(;&H89?u^>N`WSOLPA5Q3L^cIz<=YJp#n7Bs zGE?oC8e=TG0mYFp-#He+^30pqK5=tYkkMj?azt}KyUNm;sKT-El$;&SBQb3NksP;T zh9fr5uZ9GNCsZ)po#rgI1_ePmfmo9|xoGXLu^}S*N}uCI+Md;yUF*lb_mg58|2E`e9-yHm;2ey(DUSaYGk6h4ucF0!u)(%V!9f zV{YDhqn|-XH1%a!&cw}_KtRoee;DX3vu*n6g~cpf5PIjS>*7a^l4$dd%pgq6f=$6%#Ngd4-jysO+t&YEwj zYHdc||VHp6m5N2!~TL^mp5bAiWh(0Z$u*ANILP>u9_GlJ=B7u)17 z0093wSHQ`@mxshk!5*zKnB;|TYDst2NR$^kZsbwX4-FJi$9v@kxI{V7Q5VpJ9^+BI z;8*VTihJZR3l%NT1}E_a;k#294OC$}UJOV3^B%9qHBhbMJKV08beH9as7eKDnFygM zd!j>xjNmsdDzGkZUQ!jM2S>K%mk!t2^EWK#aHob`Tf8%S?>0xj?G5Obe~BclasLQ1 zlOEeS*!tt#?Gd(MO>kbL)g1(SwyG%YhAiaSM!OgCzhk?dq*l#lnOy91GdTU+t&{Z( zId6rpROoJid=j~h?spS^V^&%0^MG%R zT1uO=v#SP@H!7QfKbtN=-7}fHH0NPUFiW)JNh{;yY)NOI`4o|Y$yyS~=kCv$X(Scb zGg-~z#%}f)ihw__pZ`V5sl;Zw6ozSkbZQAR3SP`m?cQK&5${;LM0wm9x=An=gnlY) zGj_bSDG@X9xlB3P)r1rTM7QYEC$zE&mm4qxjtnfyM`c4f4oCn?Qfpaq@+}qltozsKq_ajTD8ruK^4I-xBs5rqO3zTmi(cIABQE+?7{~c@E z_&8`fwo&)}3&q<;ozjshwU>6{-CU$o*c6@5-WgF3MF>mmp;P-F{%JcIB0M%zeLo3g zp)35%s~{qOD)UR8gm178^f9Gf>J{hl)1#Q3>C3vi9pqJW_ORno{hZ3p+;%5|ER|}T z(Hf8SyA)jg14YqIKCUWyL;E8SH*s*>*?jESjRR?Vqc9K-cdcHdP0l^nn*V-5Gz3Q( z&tuTD;^&gU;NqrX(cI%2QtJFva5s_-MLGic68p_ic8txpS$bZyg*OmDnkw_TSjt+~ zV(UKN`NHde`!x$d0gkUqEHqDVDHqu&Jn?3kb3E(&4S#xUjrji$bQ}!-Rh_}a%Jv_8 zjBd^G7?O6_?oa9maKV%^T#BRqz9_(5u(Hg3p})gLvV2p&x>eCg&B7)|uX=O1XE4EN z2?q~i<+i?CL(!rC=qrR@$E~-&!L7a_r@ha+e{6o=y1u_v-5;m08CqvYry)v)teN|& z=38eEck#2ZN87!Ez;7~>5HwJNPTK;bb-llkb~!^ue_-LS%=5gqInj5&%Q&E~>fv8j zh@M*hWwIaYxME0kK@PA1kP2q;3YxG;?3wms<8c0etm@rb2Jf>%!Av$|g^5a3DX8`7 zbun?~KMzqOqblhiTkQ7&ng_*Rhp<-S6k6i2-tr8~C>5p4S)z;s~17cCwb){$S0;|S%rONp!%Chnp&C>ckA zQ#0j6Cb1Q6o1_0!QafIgFyP6G%I=K|fS}#&t1rOi^wggXzdj0|6p)Edq}6Z_J;nIu zZfJD)MG;S;kYpZt%u7V26xmHD@}y23n@+hO-Tai}ROvEs(AFy%;)^`tI_Z_BBJ9zv zUp27ysb!i3;hEv`0bgI%kn6maK3`f1RA; zyby{KHDq5|rMGV{>s;`5SpH1*Dl}`+U6Z+cPIyHxluHUbO{g%r6{@yKucbBF$XV2@ z_VPqDbFEm^C3+H1BoC4(Z{iV4(Xf+pLwOPd{xQ;v_kGi8s~hkt4IUQ{VbprW51r{t z&&>)}x>x7&KxNgO>gSO78yImlF(&jD5pr~hzRfSE;Q%%Hu|C#Tv4;IKS*>@Mn*1h- zm;N=3qwCZ%HVCzQiWgp35ZcfZ;GK(iEPMX`G&+Ewp zMMBfjb$l1!P@^akz%-6xcHq-Q3|Qvu)l#E%2?6 zkyY)D)QQibRDm~EWqzN;seUocEu})nmcgJ4^`|hd5X)MgGRn7m(K0J>{lp2K=yL91 z8xv~B`N1+axI|(+D?z&^>f*@6*`gmnFhoDPH%qh{*Da|Nq~Ufn38y!Xp2{gZSap-o zkmMk0G%N}@FuZr`4|xeSDqeY ziv|$ZhUOE%JFH^QQpf2t)f1dYe$%g+Ox1LO-c2vk(8Mc+KGc(VW1Cfr`wpGlX$hwD zTYmhBU@$EZoda|M4+WnRU&@1s1~YwF_|usu(LF0I#!JUwk8mdgs5lIM(**xhlWUGr zx5w~OvDQ45boW*yrPFyQvnLRLL5<%FQNYVRTqY7(_neS$pbk9Wxr%9AcHl^QKHP3?s!QZHkZQw}9pd zxGeM}ODYZ-2JQKE=|jC~X0nt(GFq{leKw9Ph)G}iyWb`|&W@pg2ZsEl7H|-G;-+{p zKN1ZQsng-_3=?JQ>wrEoE|EC~rD#rHkkzu|9l>f(3x<;5sk_F1k(@G|>V%Mq@2Yb) z=r1~u!LFKOa+YvVQgk2xc86+G3^NaMfeNtPrSFdo9(QO(R-XjhCgyM|1mkIGimMjx z%5{;mzb7N#XlkflisvK&dDY9Bu~Ee?_s8xN{(amYpKUw4WdR*li-ZxAdv0?ol(g;Ez&C7Z1)Q-B_kTg$g)G44^X# zCjvbRH-UoW)5c<6^OBA79P9nwB$kA<7)3-n9FWF&YL0&#tae=q2=jt#SNV4oyX(Ye zBGv@;j{}y^SWO$S6jBG_4LU_g%Xoy9rSXv6eO5 z6{(q7sYCS)ACD9lmx@Gohn13|d+*)Uzu(XrZdCIEj&%*qRCzs+Jjw7UkZI-_-`0EU zvUaF$2B;!lJb?+O>|$KqTJAw!F?=}<+2uElT4%ESsnq;ZLcaqZZ?c!&T}7{v+zK2k zPsg`XJX#6^j~fQbPs!LMjo9f1mylahFmU0g$ZPE!k?@FpWvgpy0KgvMXGCA$<{t;m ztmhizo&gfiO-AnCVpJ!=w{z4$EY%b}I;c~D+mYuw^Jz?OvrUbWS^FPc`=wq$X{CzU z8aq8$qa&YAwCPsG<28HVAPm|(F&EwwP$rYqu3jc=58E{)4aPTEx8Bi?#VM`4k#@Iu zrNxNZ$S6OuMaLPb)OJ!GKRf486>2B{z^bINZ=9*P0JDF~fOKeRh+=Pnlx;eY%Ixl{ z;@>4@Nw(X!m<$RQZXwAgq<98}Cx@Cx%HCPjw86zdQ(j+VPmyaw-p**-ZhR2C6uAd^ z%CirmIX@wh}E3RNKMSG&-wY%dl8dW&WDJ0^Ox>H4@8Hbw$^>e!-EO zuXz@I=LxfedC&xOyNcHiBRHRz<+fE9)hujbYkDd5FH;&%k~wB*?OGH~o_SPdX6d%_ zv&X2iSWFuOIfi{6qcqFb&J<6=G$#4NeCe#dC1T48nwhY^*8=(&Q7Gd}9wUP$;$;tt zR4H5Jr2bie;nSI#Y{efQzX>I$T^5lQlk+S~hT6g-N<bp8xyRZu&(Fi_nJaad{(@-H_u_!?o1R|x zSGxBnp6}P(*SGiU`SD?L_n9=}tWTRSH+3)Q@x{TJpsO);cGQ-gvN~yjr)cTU9+ZAD zti2SzDE>+H&!4_hM)dRYkAe4hLuH=;!*}{Zz$TGm-SaT#BDt!xQv1x>+c?yB;Mmwo(8O4b zg+wp$;N9#QSt}19^KJ>4hFPXR_5-x{(1s^>qso?LIMY0# zrpJ@sN1ZDn_b9nX^4^2(>MHKtzIjH_vc{$H<_9<$$H$?~turk=#J;mgjQLj``<;=3 z?K7^loVM((V8r~RY`tSA>dKe?*!_uV0O7v~Hcp1#1ZrA&*sEvgi*3(G;$9jU=CZ@D zA3!HD3e=-h0|lB%fz5?+n9qej@q!I1V%Xq>&cQ#5(2zxFDxaxrEuF$BBi)n~*nBl3 zMv+Y6MK76y^J9U)P|+5;?ZnhEDo>7ml=;q=>~ha$u5KzOJNH*ZN65kHb#9YSmdDFu z$GjmA)LDV-tG)|QUS_vD3Ec`BL1p08&FA>v#PRR<8kV!MvR>ohO!@b&%f?9LT+{K} zWvhR^=ZHCIi)Or@h%B_>fk=S#yy9-<_!`N-_{4zs*R z?SJo$l&e+G{q4oEdNOmd+1ABmBOvBZ3NHwH;uNYan6(Pu1fq12q!KXXd$Z9eW}tRJ z98RN{`BQ5;_(P;cGNLL$#h2AXd!nMOS;e;ydM4t3UfkcGY1|$)gbN$V#PhQ&$bTMe zX-mdzwYo0!xqMk_pDL%+rbrXesX9Q$;-`M57;nvJ*ZJ}Vcgi6f<=D_x+1{$`uHq8D zA?C~w{z8R(z_v;3l^wqV`J@7>O!92BPE}I;ZJ=HW|2d{=%5|prltZJoGLZvWjXKo{ zS0x4sGYv_)qQGs~lrN(;R%Q=xQ65s}nHXu2LdkgdHF`#K2!3E#qd||1$5pu_t9?E2 zhu>k*r`age1O@qfR%+9)zCRU4UFr%>%m4C@dG+vR0k9m$jQ|YxZ(Lpv273%D*2G*V zi4|>fWhG|06xCz`<7Xc9Ib^kj*8$m-RwQQ`f(2n44u*-I4yauxj1|Je4>@K3qvAu% zs$qVk-Sgc;n;-H{0~28y^0MahnTFCqDv@-LsRO`h&Hfy{28ajTD^x1lxePQza*RfT z+5C9u24YW14#Xv7OFK}PXwe{A;vAQ?$$eCMR$f`N4oPli$ zPRW)!I6g1)v7?w(aOFhIsYsOkR|2oYOGCMCid<;GeZ{ z^hRVQIWn#lj_`w^6yFc=``M!)FsMdz^io4OFjfW8%ovuJ2dgThSS-=eDt`8`?Zz%n zGFRY8T?Lxast!UFexdDYsZjw%q8_XEFr5+#=%%US^Y@E-C+4I_$h2(zyA$1{d?~Oo zB#u2~9b*D>N3YBWF9|snyY| zYEEk%E5h)#`L88Awk3jm=dbJGe3XN*iuDmVR?U5F1^u=j%+xd8qO1exxp16GpitUF z8rIdL8OS2(AYj*5K_cK9x&X@z{$lN*7Jit4D-laB4%Yyig`~aIoaGAbAidMb#Y>uj z{NIYAgr3WM8*)AuWL81f(ft}}VVZRG5i%o$WwqR^0b?@I*1e<8ztho-B$$_d3r;F) z#Y?6X}q8SD}Z%+Hipc3A3!{PuM`RtAHLB8=^+H}{NkGYUg7BTu=ztNu+k zI`9nR2B8THdpT)4JBrDfTzGU@U3-v+u;m86jGhhEB=@mZ08YNJMBTUXEP;#YwH7U| z^@-~>sMg(Lz0-riGuAz(P(W=pFBQrdUX-z{J_()D^`@baw`!2u%+ZT@voKFQCTRVu zG0!9cSG=in9hczmWX8VoCNAiZrBbPU^v9q zH6u;U74DQwrxbUNv~J^@A5>YlJ?YodM!oc}dy~oI5+D3ep>sz06s7Pptmmd04+iC< za_oB*bdC^1!wL$fvY%mEJe$U7KS;qL3@`nTA&r5*hC5t%<1n!_J6*-n25 z(0$y-upj?tku~O|Gj_m4KVvvGPL=bB&h+W_;PRmqakmV1gdbq;8j!fl545K>ZVgPo zZ|#AIJZZSc(R;@G`1qLLm*k)w!rpB7J_b;WI8|Jj)FCjd4h)3CEDj1xi4(=JKt9qD zbTpkihI|EW^vJ6p6a((Qv_%QkDLfE>h?1>yWqf%#cs?cr6GGd(_mtFjsSPxRsnB)ue1-NrfyeiIMAY z%U4*l)a@qYBmf$MeaL9v);hHwhQ|SNFNa!%ftARbOjOHa=~Y@px}-~gK=Xfg{NU*s zUA{u!9cc`P)xOvl9 zJ)6bm@+a9{prYT4m-pSL%iQxv&+pIC>s$O* zT_4s~?@ivf&Cy4+?~}mJZCTh8BBWzy28C}l!k*6NA7 z?VcWcvEKZ><5BXKb54FU<8^A|g?qT2jlj?5J%AFq6|$k2cQM)gx<(qh5B&nQUR{5TGiQJ1KIK_ zUT@@6EyFn(Ik+zO_EqoaW4PS>oHBtNT#*vYI6<+?{I1;{TAD;qB zCR=|P8f9(k;jCTveE#l^nQV>qh(hXnAWPSpQ_(US8drDlOSZCC19%*=&ohgGp@T1B z?Vli0Z)+81Ug5a;F&(Rs?$`mgTyG^5-_2c; zSsU(!#`h>Js)*}-lI-bS1sw+(lmALJ+*ZXsh+iiXl0iFy16v?4W)?mMF?c~&vg%E7 zj2}hDB@66pJ~XRMPuuZK$x@7$hX}Fc5N1=@v+?O^jy}<1-=t|ltm+SC8MD^5jZM;= zGB@s%=>(6{!pcnu8ML!PW%eyEcpwj@+XfUVbIhBi_TmLA{vOrci zH2C{$`*j}x4cK(ET8g2wS8Ghq{Zle0L-IARUg(qLQ|Og1LzC4T%nL-EQp{$geSriD z`5LIrVV;tZI)Psq7jZq}Q3pN!^dkl`^?9B$n5b5rihQ;(o?NfNQzCHyCOcKbOIFWF zmat*8Wg>wHx90SAD5eAiBKJZ7yv93{3FpZNo`5nmKMOYCjNXj)Z`LZ@=d zL)&a@XI-Q)qsp;v;Xzc4obM@x3C6`m4ydLsuaNd0OWOu(iRzDTB0TkWT=XWXsq}Sh z;(a$n0BYw8M&F1kxuJY#%RZv)p?NYnQutT>rTSesF+$v^z{d$*E&BZ1wSyi~df#BpKCMA$zgz1YXYrDwlKZEQ3w8t8dG6(IHb( zG0s=?qS=LaCPmA@5hhu0L>p%#UCnKc5EA2)(^*1o*HkYNXPLrk;?<7Khy4QEp6GM3 zA>12Z`GpUoU|_+n;^3Pv)StiH#@4Z=Xs)=SITO%lQN|dzjszr@?mIX~6+Qhi|Csv* z&lOir}XIh@xn(kMoalj^mOsD_vj$_pt;D@FnlFw0mbN8XiU^C{VT zS4{TOXYqBi$Hd2~`iAB>uk=8-vm`NzD19Cr(UKEb_S1FUKRR-@q1wbW>wKeSCLr{- zC1`@nSu!($jNw(nNvsFTP84W7M3o#Na)OqqEpkSiEdfoCQBcA`WZ?c@C>p5yhH-M? z&J2lo!%>>19c?A$?^^cq-F{s!iC|kNZ2YSP^=aDl%bI~-=Sdx>3n$g#~CQQ4EI|4S)gU+K~0yrpT zbw?df0B}9vHVP{H&X1pXm{9xUu`!7bBdpJq-NH9H!;2md%>A65?hN-ifu&9GxX? z^&&VTI47>NhQre+8dM>uFD77AEC7i2NeTU=Tmg%HA+Non=Naq#Uq*~~z3CjyLTMl`n#Ak5=JDFu?)3>M4GSW!=O;80S)vC24+T1(ees9IM zAy;IJw+G!YgWp3}WFWUCWF)avZ`%CH7xQ0rNk?(_f6VzP4yu+%3cN+|^BT`st9Ay@ zfI%CSf++yQo)FOxmFsWjs1|EL#HXFwM9pNvZv{#|o2%oRt z`vtrMNv6Dlh5JW~Wk(#3&ud-aUN6%wqj_TONQX~2_cP6ny1Lbpfo5^6-kcWvB^bNo z+xe*B{T(@E>n-~Yk7<-Q0+X>pBo=nZv`nV~@3!_*#;1l%%}jHbUkP4(tUwdq%i{xY;s1|h?@LKxFi2h9~4z=%oY zU(1YHwnoiz_Z6NgG*5O2hQ)~tynyUx$i}N!L}=E)x9W=4%FtMfSqRH!!(_O%dd8;T zbM^;PaQL~4*a?CAKqKz7MK?Fm(~(J=b_x~Vh<(TkcTkb(*}Pn^21nZxSC=;uY~Af8 zBL|yvtNy)z^(a4-pZ|vpwX5wYSY|6jw)w*ZpCs}GwA+xAQ^TCMQ4crJG!?jQDd2B0 z92z4|Ec-NGw~pY^&YHtKBo+9jRsgSogB^D%O{$#v^OzQ0F<3*5_=Q{Ah1sOuuFw^v za)C9YqdBhHMNRFsCD(x%Qc2>cWt9c&g{xa?(@#|)!y0Fd8f(2XOZtKw%Px)~$8Nqd zM;>`fS?$46X{!o0c8L0NZ@DRXGfnK^BK*&o4dxqYdQ#aF%ZF|7OkjDFTS5H*&6@l5 zYkJW*mo%>V2%5rYWWQ0X)_*~dx@q|ij6V;gG{&X0^0OuF>GIte1L@bJ0YfyRZS#jxoPvn+-M=xAq z_YKerGP*hv`U*m^A+%SIr4#L>5X>bTttSXf<$h`~(CMSuipQP>Os|)PrhV*+atghh zM5a#ZYb>!2RET;6!MY+5Rn+dw5y5U;ODV7f0=xZaEdgMum%H3m@F(F%Uh4U3Io9EE zC@NUXa6+yoPpf#dvilYinq#i}u6Q>I5uCh;M7>-q7vn4@pp^$R9o)qiXV||*+|{Vo zF%P)qTX^&9@Zv(HEp+|dsu#(7?n^!6+b7J`_H=_;tBWx7;__h6T6H>gt#~!?7MI={ zJ*cW`I^j6?um^zLEt)d5HA9(Vn%P`58Ljh~4>xz^Af4Xtf2_vcrO`AIhpDGGKm1PG zy?_x@cp&tngJ{Lrmd1CP>U67rRY79c0DB~3##CMhNsV54P89tRoE`9EZ%|JVQb30#{nA`1kA4@C0&Mitl#!Vy!?Qii|%NOz!CcSxjpa|L4- z(`FJyxAu6cE+21+>V^D})5CrGJ9hqD*89EW`%muKr|a+1^Z%65O|@t=q`!=fOin}` z-s5#O55rm~^) z89FnNcODOs-AcSe4eiL3L2)e=G44rCi4Gm_?FTZi)1W|UK%@CdzN^Y)Tb2u92Ol#CJkEA~{MrP4TnG zx=PjL#c=B-rKPU7a~B0Ym@m*e{zvudy}cg=CA2UZ!CFa6uhNO}LrSrvPwF2jpKWa~ zkd-bh*o7R5UjY$YbGWSulrkm~Tma+0WW`dSPId`+OF**$BWrO{(e$Pz7fhUCI5=4CzS;yx$l z+hOPsnka_eTW08nBi{A=iXtZG5g?i#ZnJaL+zt`ExtlbM@%@h`WpVg{DUeDG*%MgQ za&8)fO$`C$d0PE&YQ4f+PF`%3fJW*HT?l%U7FHb;&6PdRN02$#;3%O(u!4o2=!KXz zz@d;4tF6c_1}qw|xg=IJa}})#SAmW&GBfL4<#zBYgIb<$t;cmXK@ zIy?YJ09p%jDbH(pe=w!HA!Gu_SB_ttj>s-#1Vz>}--K{ygPPOyga)&jCZYLt8wa`f zQ7hkk!vL{}wA00-Y(IZp972Rds?|44oa8SEN$2QW3XjB~01nMx#bT|Syke0+c$5r@ z$l`|yelwQh%% zS0#7RW+LO!jMF|b!&yMcVz|p1Zz>LLmL~X~CGmj0Lu#ESjT6D;1S%(zJt;AY}fMuBCI~pUxhrF7q zfWsP`W(Pcf{d86$xd#zQQp7%r0+sPX1V&55z8;*a;91kI!FxO7c3!5#{$|M*ll-9c zSs}34=%n;c6@&5hYA_WP2Sk|_9*{vb=0K_U5|%o3T9O}CM;0XNePuoHsal@kTU6Dm znE3N6JIy1Eiq&`y7P%D&?fA4FLAfY>id5qmt5lg*!C91= z9M-DqUc;wFzH&B?Ql}3}yJ3dMs?AG6A`xTsolv;Ps105~%_x0VLXFU%Y3QG3z*L%6 z#;G6r;Qws4O?+0APo{Ci0_mgCc9PsPdp$^{)VzqDN%9#xg+qPC@w{VhF&rzZRFDKt zi*xkuDtHX5N)YudCq-qy{}v_XW?3l6dW`m}M_gsT6XT?~WqW%Sd=1_xSMad~R6t0- zFjzFD=BrhMquQ+iVI|KAE;$r0mY2KnR~cZGZKKnKhidJpiQem-rc}AnbSx82HUk8U ztM1uvpr#!PD9$qm&^rDx9=cs~nZqHVGz^zjziuHs$Q9wnjRSRA$~{H(l>(yO{JbSS zySXV{Ol|-XE8Yp`VOSNI2JS_x$uI+ksnjs{*jtLjGRRWIn9dfVo2(QJqQ0K#tZ4Ju zD7-hmSr;BHnB=b5lF_Ytm>kaBs;P3u;+Xl8Z$pUBgyFd}Ra|dc`3+D( zYKq&xL%E}GLFy-N?|_)Rz~8`L0T)dUTF*K;8FAc=O`+OEL7U26Ib5>SAt}KLx#ibV zj0M#(SJk#^Do%YI5vtJ6jqKYRg{ffU2Bp=Uy87A5W2K&FR68Ab;pVC<{MC@AU~|5n zO9z90_==GcU-U;mo@k)B#8MGSJH5-wp!nF!mN1*%SNS3nFK?{Rhly!;YfWJmXqLIj z)71qRak9-piY~Q_{A6I<~3^2pPn-a%R*WT2$ zAVf5S6y}g|yLovo*i}g@R<7INVn!Q9|9k1O&RrebYprvhM|%q49Tn56joo&PD7jQ~ zi$u<#Y_nBmva1B3KtMdY7a@6%SP`hIkk;b_+qSpjUTn1ltEA;r(TzRN;}Mg$Z;4)X zOCyzKQ^O39p~gBhct`A1J1W_7{Z0zHR>qzp={)J5tJY0n7s3opx8DinYF0zdok zKpg664Ro><%0$d6dBd<{snvShtEbcV;yq*G_Ae)%3zKUYX*i6eh|tN$qU$o8!S4G} z=c}CnhZwaO9Y!3SjhB*_3Lf$_`K%1w)W7wqBXWNlg>n#WWtlKW^4`6v(Hd?~l{H=o5L z96^y5LNWAeFyAfpZAmWt*cwO9B>6)Q3vQ1ROkS?UA>z_I(8{8;rXZiLmiG#czTZ1M zv`h-ge^NmI-H4Z&{eRhDN3^Hvj@l4+PO0C)waB9BAu+Z^0k#C(z;5WqjaaT{si1#; z$b3+Ld8f-(r&xjIj@_hDG^-EGg+3pLW%g9x<@SIF{H`B&`LCC2uW#-j|I@_FZ_oE* zY`5LudEGjFIC(<)^y>DG@ZY(9xSO+=!u)CcrF-Gu6(5*KujSnVAGhzMI(7NTukGJC zvXk)|>b{#Dv{M8%oi~@k>pcm`zr)sVj)8}C>1B1-CZFtXZTH1Uxd+QTw{n-yQJ4A` z;G9pyv(}y$$*f|vZ4sf*W~w(nZM5iX=aqk%O&roAZ_>x^CAB@q6R9fTH=JNP-gun; zPKP7NI<0$c;8x&NYbmNK56GXksyIIOq2#7a8Uf4M%cG>SDaEFMJ|Clv>k3$DyrPv* zEp>J(fU{M)59!m*^xo=Om~1|ye)8&;Sv$HzT^k+yJHk{*IES}Afx3z@py%FM5)!j6 zcyG2Ln;pZ+Vpn;|DsR1%qucA6=RY}@M>n>0#LJm{ZpQ-OI@Es%?SJ#vV*LaIAI^{$ zd>0bG+asF!t8lcPMO_Qddo~1@jqDp;&%OwK$Q!HTqQ|lAg6aj)GCsAU&Hri`BErlj zm5b3jD;tfk-ifx$qmT=9CguC4m=^B%+H!Y07k<$Ud($e%;1A#NiM37xi!6$_Gqn}Fx zL7FV!A?|vmR?Tor5leJmF?l<}Q&US9Wu06w$Kpj<7`Qxk-}m zOi~lE$bf!8zSY@b^bnH$E8sQ6;r2`cfw15+>)Sx7plZVc_lO^h_Nx;S!@{~DfS)M=50m0z_y@K z?8LSZI1+|?->z|=LR<;N^Tr2iQ?E$sdZF|d^4-Lc`LU+FFI?_VFe2yB+8di!jAt)h zc-hA>)IlJsWn4$AyHuIR(XDSEXj(e=jcpUB7+OZPUujqyT-^bwk-@cy&!r~(>uFon z@?YDfn|$ddTaD_uCyNZ_17ob)=WGdK@VdH$V!cf8aMm;`Zo?c*QFjcCDN}w#=C!;7 z(1-Fr(Tr~;#rWJ1Xs8smbd~_ac>=E4s7Dk42*^GWm`R^WsVl=}m9PoGD>h{aE{ecu zki#xEruT1-Q-Zf(jSs1FGclzfePX5J+@4f=$1U8{}Co8&WAh@LSDJv6u%2DghC5^>0S=IRMUzl+cD?A$W)|xnEjYyy2~9``zGSqX^`|rS~i8l3QR~sxj92XSGLv|taW|%N*uekAyr{B7J{ZkJ}V!S zY9;mlOZ)Kc6qb97;YqDmQ&nDTN5a{#!|n&+E-@_C4r5JpZ$?QC^rDEcUAu`t-fkKU zfzUp`d1O4V5o8Rc)AEF53F950LHI$PI246xE-k*vq?uOaWf``cUUodB+N4Q9 z+(e>qHY4Vv?>%_Ar^lM0%sKTfDfXP!14X^DSg(gpr!)t*k=>46?n}(fn3@Db-GG@x z#QYSJ+6Wq;UtEzvwx~pE8ULnXoo;F1@S4N8=I+lZVc>Z&T`O+!%v{Qy-GD$M7wj)> zjbsz7lF0#17hgi*J%8GszegQMUcJEU=W&+sNXCp;9XBbz^iy^~^N)B)D7P=eh4o}w zC!W@=S(ruj2`4=8muD@+n9S2pJW4AZKX9fUP!u01k|`dRWI82rE4>yf6_c|w?c>D6 zCV0Hz+@4Q_jD?pt(Wi22bqm${5GRyNyN$nPaR%}4V=@$8w_=rK>!Sq(^S>?$4s<6i zq1n@;h=xQTiU~tiyiLGnvM_wij#R-dsxVUvNv8Yb|h1dMizs1Aod53N# z+RI)Kzvr`c&FVihN7)E{eBo$zr~jz}mS8y$gE~J)#N?Jt4@cQVWBdOC zsb&&JR0WLT0RIQIovED=?9G)d?emYaAOEJNNTQVm4_nfpy_?jrI`kJxb$t9lgm&{2 zF%tAMm7XsDePRCd*6io6m!W%o|6&BvJW7jBi|NqlqZM-?BhY)dc7J(4!2a{s^X;3w zv&M$iAnkN*bAiI_sf%aNzuSop^c0LE9Q*Vj)VVf~ZhsKiqf3JFi=KEe)&D3v!~4DV zrc&C1^t08zjIT`GFy)`dvDy9eNv-5MM@o4e}U%t@tn$&%3)_B3e z)AF*N#%g;ftrqgS$!S5W2Uk57^iS2*m6JhheWFShuW+^pn>VfL(zUemwZ`)3u8tFv z9S{R*woy_B@`{d?J(`S^b~ITrMV^QH{hc1l$JQ7Tb(u+D1?su7xrF9kKy9@isv6mn)4I{6kHIpDjdhkM zW|d_jk?qp?)Kf0^Vb%nx{MAk5x1vhD`Zjn}Cqs4Wh zpz7|JaaVUJcS8x;n(w(cAwXZD&Yb=%n2pIRiCnn}f(9B@mdq52Pw*(-oJ0JHNKa-f zwCYt)O+dYlM_ktBk={Acb27{S`p`Ma(DWuj(?Im##KS>O>pz+JL`INi8>aweTU= zlk7@3;*tNV_PLpW_ONyY=UM#*R~nf|C&)OfdwK!R5KSi&bZdL*GsMbShN|QQ zJ3n#^iLcH0lD0OuxT!i4-=K1}uiz~Pm}-!9S?EJMs>LdNiBkF(mNAj8J%04m0i!zV zzLtk!XGsWXL*kO%3sLL0GZWrJmYT*y68@z*bZADEL#D7`Q7`< zd(`%)ULKNqxS>YKkQ*q}k>+7QZ{#cHIIRlb>ch0?_vO_$kIXAR&=s~}kjwW8LttyJ zt8r$V&7BN}llfHRL*Bb@?0h3`G@7kLS21bZyX`77C9w;o_UN_L?(>S*klD7ok@{8%(UFatd(PZ!0R6kP|BDS+ZM)O0=W%dQC$)v0>z_*;ZN z4zRh)^GBlvjyoWS8N zEiH+)`!H`6c8RZ{Q7_5NE~p31U2M*c6QUGTIYIf3^3qTfU=b#gEA`ht4!XD?PE$iu zkM*NRloYXVWU;0=1g8Za;-KMN22L34g>tD-!edrmi%#o&TwKmf4-j+C5SyJihsN&j4ue!dq~xm%mvfw16}(}7DI90{jhCQJAr z;5=a}v(+aW4w&klat(Kp&)6BQSHjE(#+LhM#%ZmyA_Y}ZIGjRvSZY=#O$rjSnxh2C zTH{%kfGitaqgA-(L zhtf{ptCoY&9srqxZG{}8zknurcY&vXj_wGq$YA@nM8!%uXvFe-&`1H>ImYILdEAGT zFFlcd=(u(y5edU+ElA!!&EoftW9yBJ(cU$9okUKcy7dMk6pM!Qn zDM>xk8tw#HFDHF2OF?~J!nLE`ia`3gjLP3EBdNk9DnCy z5nb*??L#i4Cq362@eY3*=~1DG(pqR@+D0-k7>f|z@E%6(u|~te1-18CLvAM<pzaw`DxvHt`Q(a(J%W4`UhD-;*v5tYTW)Va zT81Z8uAHfS*?$Jh>iGD_)5W-B80wu-$z$ZyVAyi>kD~uMeovpN0Xg#MnI9Vl8s*V6 z9|?@KKsd?xG#5cZW5|gy=~rVB?T+;`MkiJ5U0`qCndxA-zgb3mjCZ^*v{{0 z4g3G(*1m&_IO_ulh66YTY{N{`juY|*IZY1y_(P^sHI19KFB^kPz-VJsX49Zqd)91hB#pd_3`S;WD_tWO{Rg*Rtl5e}AMt zxVwKGUjIgww;xX}=-6kvnq^q?o?amGGcCP7ZX{qTG0>WpsEk@UrY^LtL!`I=PdMj3C0oe+aS zgNg7l;IFv`1d zn}BbYb;61Im=DvBoN;QvUgwvZZzGM$Iq!)JHPIajJ8bg&68|e6M1dS=gW=BgJGTfA zb(83C>*m39V;2O!%{ZEwiIvWg-50PxOQ}C>;<_C{VWp2N>M#-NR-|rX-?b7;!ZO&N zLQb{wM2~|srj~}Joo}9>8(;-DS(*-G9#7+KDPk^Y(t#>xN^Bt-Y>c1Ao^=^^E9lup zsk({qLJO7tw#Pe`+=Sl5f7fHeNB}+-PR>NQ|@twzIg1K$@4XlBFl+!6KaS+I?5SALV4bq?!pv3fxVJIQ>;-k60dJf`h;O0f;G@Fg z0fRPh-HJ;RRXn&H%oJ&lRTsp5Tz(w`WIVfgMBr_@cn>s#OLHD5-H%dnWV%TRr8M&p z%_hLlP}dk82cP7iE`{&{$;ZPGMl?OBN9in5Vi1U47K5+CkZQ!+AtBR@eN}}wd zh#s%j8hacV)NR}%p}xgl8^;}_=t34-TlMCofN`suBTyVwIWpS8&&-<%%G~$cFaSMj zF4h=6T#Pz7d?vLB)}LVB0qdnuDq!$d?4jv8NY`Vy95O%wVb`*N703-OXK)b9qUEW4 zJ=Bs?SOf}c#$BIMj{FnX9su6cpJHwlM}=!nSQcN9Pl$pAks(>Mi9GKRXM_Mllr?H` zbA=c*c{qlbSy77I5xjf=p?eQuu0$rv=I^i?+pCu z?{%BLTEM|H*s#Fy9CZP)f^>vPfZQ!A=YjfD@p+MCfvBAb6zfr0bN)1CYBfy_pL*Gd zQqpB#jW@Eq>&=4uwC9dH2%L*QqtfjIw*z`GWA&V|vqQwpz+3}oNBO!ASsqNyWDOS}x8ggTy zCii+Fb9fgluTq@#Ie_PwD=zOaGZOnz*i+rFyZ{#A|C2SdTJ#OCic`xIy|FV^&A|(J z<(xwMqs|YY1XIu}Tr@!E zQt2Bg^V#R!Z>+rB{Ly>Pf`-HSa`?-WF_&xM+F!VPh@v_gxIruwubP{G_Gxbk4RvrX zzHeD-uH^GGYfl*EJgLp^(2|d1@iU`-ysmBBW4r~M2|RLbxXsenJy)nVehnhGaeuHZ zMi#|Nsc4;`4coW|B<6`u=5z5Dh(;qyd%WDx4R}2^N-?D}sJk4VkyeRkU2BBS&D-n) z06%>XcwSXfZi>r+3E}rp-kIrYZVYNQpI=zaOV!fW=oQqJR$gt+nW6_FxUeZ*${}Dv)z&r&be^Bs zcarz90$&Sugs`LbeUB1OOWcAQd$@3BIO5Zovm> zHu3i#D2N`41+)wL<4qJ@-C;+zS)!_c|InC33h7o7%~T*VNtml?CYQ4r2YqaIeXJG9 zmvSudJAJmi{#pIr`IG#|cPk=Y$4UPv)!!O>H!HeAg8S$>~^!Ag} zJr`t=27~N&Qokgn1!#CBtM#9+XYt|`BrWSM+rHsxvImcn2lB3zxbqawFXb~wqw9?)Z`d`Jjm9iL!*Xr~2m z4RQp`-}nFJb{;(u|M`-$-cN-t4k63qgb9@#9^BtG?g62#X-1FS$cVtpip^A5gs5KO zMCIEOOJSnLvRGIG(JCmAgcb$n9_BTW*+wg$yt(STDvOrMWGuT8i58>SGOF#EPG4nKiL7ARi-RQ~B#+tR#nFKld8@y(Abm&)E+-ib5}g^nTzTe81Md*0Hc1 zUR6KAS9U%vfB^=G8e%x z%%E!NQJ{U3V_7Q#lBp0|&0PFa5MAA$7P}~H@!OrSIZ38 zZ-&+;UQH9#C%6?EIT)A|yKRVfnEC`zIpZ<`Y7 zL9fb1tPylsxn3nK1wRKBg4)PX5R=`+zMNK@W*uP;*^75)fC{-V!=g5jTiq$+4oft< zG~z5_neS)|XE^dO;b!na7qxB^6F0z>X6a`OVq6r<%em*#N6nJLI6j&DP3p+!_^`P_ zbySrWCJ*|UrJ0%UbZe;dThveAZx%vz2k}4?_w1!mkrim$I3zwy`FDM`LB&#wxQK(TrLS^%S&y+LZ83@A6HRpB`z14LxzcRj4&xn?BR5j}Y;0j@{YwndD zXDKgxYLc^KKOL?Hk)~v8;ie{S=!$)Q0F`KtQ+Iz?{sU-J(){l~6zv=w|IN$C#KiQ! zwn46Sq~nQM5&9me-{E5#t3Ol3oCSbL>>@e|;gTo9puN|T{qyg)Za8vpdfYT)*C`^) zw{+v{^XeFUGlz%I`57?_{C&KBWcK_@*Y=LTriNpfm->^@rY*R6DNX*2JbEsQG5+bg zpL-m8A+eL4ttm3lgFI=Z5rC^1_36v1@zjJ&>++uB8Od5mVNu9QV>R zH7H*n7+i)68g?p-8D+jHM~y3OCBRhrHen<1Ri-sMzct!LB7(&N-QvuYJv}n%j*K*k z2Pj$UEnYBZwO`9D&H~spgXJQlLlvaZWV2I9-oq@#wWrND$pI#|_Ps|0Ad2K#?3GF0@t*$#)v)g*>pB#>y?W3qbyO>AqkV} z_*29ESYvmCvVZ!eLJcR~I(A9PJW-m>Ss1F>tL!Gc?UwQ3p4O6YBz>SAX(S{0G$jxw z^OVcYbLNjUEdz;EqfsFy5mia^kQidf- z+suGpWaQ~c&Oam-LeylOnkfRXv!2bqY6xyWR^u6AT(bo~q(-oVnzb(#D9{!5-~3PR?S- zhZuG@h>Cy^!fhE9)uwtXx5cfExj0m|C2s9;`T=2(EoQYUyIRqs-qmK=+ z3(64ovTzAlWWYA33}35B2&OQ%z#Q19_d9J6lbI?Tn$MM)AvE=YG%aS^gCk|jX9fmh zNr1a!F*PP~s19apiAD}@a%Kh1lqKLN+XU4luW#5#b=d=p&IZK`XpC-T6X$7R0o5J2 z4i>Tj*R|IxmST*~VlKZJ#NKV$;8{}=SS|+k1bC;Z8aLUCEZ*m;*}s)HV=`nROe{@C z;x6JtEBvnzGT(%$=z*~?r0n{sx|B)~jdPH}v5qC!g?YliK(Zud+T;u7el1A=8SPbD z6K4S2PhB8iB^`IwH?cBWx5T@3gwa${#UlizM$#eNJF6l66u6>YHIs!Yxan-32%|7; ze;gq?LDqo;n+X)qcc?MDM1;&8VJ_%xd`_lTf&pA zAH;TYV^|5W`zZ8sQ;pmzE9kc&DRo|8RHENyue4N%@=!U?loBEpsDya;9(xs63_*}9 z?!%w54ix)%DLz>@mB%Dk;MgBgOEB#-OxXA#NKiKIuErh0a3QAq2CpSN%NjS@9!VFI z(HkD*Rt9HXhGRX;vfPu3koy6a$<_jx*gzC{*-jbaThhPG2^eP>BlUVM94RPuX~pZc zTgxM((5%R06IT~oYrdkGe6(#_&K8Zf7zTARt?D6NS3XUQm2vIrr|Lch7_dBFwVGi0 zj>EE(>a{;SAt2CKG-KmdFNG|wQuXPeNt9|n~;$v6|>)Rh>dl&2Cg}QEp5`v>TBGb<##jYSu9i)W-Y_^y*{}R9n*IfJ6@oCCeOL$gb zd-Tn9xyEcJBxfhD<2ueD-u{fJkA@PR+BM?Xm0}T$-6Y#y;^8-A?XcfFI#k&Oa%y){ zkXy>KP=@Dyv?16n29|Y9t`F2Li#y}EcBiIDfNr>2YVLiX6X*QcIa|TmBDFvEgzk<^ zcxhu+weQfB^Fa4~Y*Yi8jCR3$e~De8qB1MhkskfuFRzV;vixOfMpC-mU-s3zonzlO zIa%^mE|O@!EByXzwztY`+z%(4dX)J`S39CjRhw4X=&~^y09aNs%DD%Q(P=|=+1Mw&5&}g_IYKC z>~)RpCiS@pM()gfY><5|kNUsNA=AvetI6#LL#Aky!XHFsy6zjOw`vj3sN+<~nT)?y zZY#_0Y-%gBHHM8^%LB4^Iw)%kV+L1deAV9a@x@A=un&A*r1i^J)(>s8T9r*#rcT=w z5p6)mZq7?~ERtc@^#<`+Y)zM}sbSlB(ZM(Gb>Viag`9N(cu4P1%FDXh5qkF?BD4Rv zz1yMw6#g=~Gh|cQ$*n)ATbA4R(n9|!Wyw5s)Xxy8WC7avh0|EsAw+Dszq3BHG0k?V zwW8)wR(C)0qgVWFMIS1*r;PGi9?2L(n&XA$$@A|HQ& zu>b$26`gh@>7AAF@NT80LylN+wFl8-^a3(gp1J~)MZO=ki7KSTj*~8f)XlFFO&TnYu9HsN1LhbPd?81zAD-8QZ)|QMM@wqYFR!)}+OAygi4P%aDPGG;O;bWLS^>rD99YhP|$I8W7 z{8$CD^qjNQ1}(-4$~2yOYKe2i^5OgfwR&J9bV9ApO%v&Gq6!%EmJ{&q)#mJyJKEdZ zT}q~NJV-ZUyn_%8WLX=@0G2Gw6O#9~4gH?Xm;=nBpxoN?;u%4m9&y4x7-s*aQ)1}7 zVGBLNB+N7EgBZt}f#tu+!Yx;AOr3SR6cq>>hJB?bfSHFR(GIMyp$3B)=GaLKC9%sFjn~?_eABN$7X)8r!iR$&bb){M~O1i2x%wkKN=Vjs= zdph=ly8yT1^{)U<3I4P=L~t_ z$M$QY^?(|qhhB=&E3cOqvT>TM5m#Gk) zKh<=z1iKC?GZLkH#!I8s(XdF2J z-n4v(hUUjpskwxN~m$xy(RF<%7nr8%E}@xG;nbiRw;lrcok0Ku#KciD2Ug> zC!&kPKO&t~N{)7>#yGsop_jVCI7~sJ1zjHkuFOv5VeniiYfiu46ajU-n=3`F81EvB zDh^Ll6eaROhXT=+ItyjrC@FSeTi;5eoKGK1zPmTyl8h7PJRe!eH{TKE? zz*;5DHebcBwTfa&qrQ&|$L%6Q5Igf&LMEwGi!&%x>7F{Myy#CdIb5tUY zuv@K#^5j~Xje5b+BTqg4TMDSUJ%GQ;ZscB1j*1svL-j9$;os?zc<2S-Rb*th)$1Jn zt;J`!WM6xN!~&;xOk!=`s9fqN*1?Y%1;@VcUyFRAev~2g3qFcU(h&h&1qN^@+rA6L zwTvu0#I-SxI74|T9)&U#MS2yxuzCws7Aui4ZFAAfilk;6@R=>0R=C494}o#roE9B< zUK|_$JA=B3(h`W9zvo^TY?Y>(jrp+63%WA4fbL-+RgG8(fLofH-WNG~qw%p^LhLz?^de+|7aT!0V4u;ZO#eb8tlK3^m!s!OO2 zyZ`x;ODYpQD3%7kdpzpvY*a|DzOLH;F|GMsl&&fx%Fu9K$I_kROVj%{fF zPr}UpUkNii=l_|-H*0qP&xP*IBZ?Q`I8l6OgR-JN5+pGNmA?Hzi z;y+({7`LHmgz(HQJATFaX)zh*Z^gLq7k%05??D~^;q&dq?diMQS^R$uMUg_#3 zi#K9Wt{mJScQ>!@uWzChFaF=hkJYEq%O~UHWf`?`f-4>fX>cVk@)FG%gaiAzQ{*=f zV^tpvhrXLD?MzSNLeo(c<3>q(WcoI#ihZ92EQQVz3b%24hd)`5`d&Zz1O1SvaUF@! z($706&UDmABo%hDc!3uOC5o<|633hnW$;#0CdwX3;7REIfrV0%hJ%WyZVQ&4P>htZ zujP75tzH|GP0jRAEOA5LbDB(;Px*uZ1DQo`4Eq}9nwU>aWRM?v{DZ&S3lmWu?n)aF z%$(e5h^9u3^4!~*!QwCT3VueKCo>gU41uxWAel+cT# zj*s9gHzjXZHi4<^hA~wT7vEWQ3QsUwMIi+ zk3UH|>8U7U70N6^JpTj9tw22CvLr!|5tFIC`Y1VXQM?xJX@B2N8l|v;twuU&jK)cR zkPJ?H@kg!js+%J2nU*Z6+EXjEDf=E&<_y*)`eGeF0IO zNzgSVzjR%0MBG9OR&^>9tkVIm#4>fMU&P9Vu?%WE##C?8@MO4=?EA8Cb#-AB*cJp? z8Mi2}lNdYIM_UQ6R+U~?%a1xhV^RTd)VaL-Z;c*ZVpo+`3YQoQ_`#<8u(4pO zdmDAv602^;^~Rz?(20sp8f?(1h8n$T+6?p7aeK49fQi(OheZO@65a%t<;>j5q;*1z zL1Jq^q$wb~dBY5qbIS3?a-=s}x1q3Jo~Lk27d7>U;k9xr2Y-M5AL=L{6mz>j5QB%2 z`!B}bOV{hwpE@0=10$c(#Ex#7y}Rm@g;GZ{<(u=Y zxcNMnnRn#rf;pYCa=vubGY2tZE|M<$BD~|^wa_KsLNirwalYt#;WJeLvnc zFG_W`({D7&f7>>Zox`IG=hEC`p)+wkp1&F|x|;ZOINXYp$_U3tBPWWeH{}3J%Q#ZW zS%fDN(LgWDV~&=_0dirl0C@mKuP^l-m9MpI789pZVpvhb+?e^RbtZyHZwXnMUR!05 z>eU0ZTOWMf0>FxU?n#JS)Zd3No_8)9F_RY5S$h)Dy6zM!2y}W0@izZOrjq?=$WcbR z(RWB5lsd0a>JdYEPA;`WZG?er96gYEQDEcs!MdIF!{@dN+=+B4%3J7}o<6AgHq2UaXPokJ;Q5pCfOBv0iSR-z zoE;_@n*7l~;kT3D45O1C<&n?xp^tek9W3oM-wZ|~t?|K1y+bFv4t{i6B8Vv5exyUi(gXkHwt z$ykZ(#>GJx%KjvJaOUo}6u& z#?K5GpY-mVEdWk==K%u152q0|uGt3k5Ef5Y4#)<(WdGzHGyq9%dT~5d^G!f-UfplQ z!5gdyR6t{TZs998*fU>Qq^!gtlWD6Ebe`BxZ}#D^^%sz-AEoU7ucVy+9UOv@llA|! zxWoU8b!|3wK-G6gD1b!J3iyF`gs}eqvabI~qiPmYG>7 zTiql49y|TA^L^v-|1RCyPtw~@&i0<0qE-R7cJZQ@{c$&J=Lp|*^Ys4mOj&q)2&}sY zZjD;uiVaF#kfdalsJL+y^Qk{^3q;V@LIpp7eryYjo3)djB>0Xj+PP;pZD)5>#R>bo zu50B#XrSRv)uEe+QU%Vn=zYC5>Mvz?)bQToNydzy@uR<8(BRbYOzYA8N~fKk)DBiR zf_0SNx|I97D0e55$ENg}BNYr?2vIO4C!_tmlX1ODLdSQRvv@dVr;?W8(&F}#t9J4g zRIRV_)fl^^ACd(@cCv6!__H#5~&H|7Plx-E^Hq zQKHahv$Sk#dPICN{Ka)ftGxBq1VfY-mA^$S$_#@A`}W10q9qE2cDJT+8zhIuu5{RB zwPm%iRk11X@0)v5@K<+=JwDf`fUI@|xK314+U_kS=TBR?DzyEWTNhD+sVZYbp)=B^ z0zg4)AdQwLK^eEPS_QaH+A>qW8fwCFjkRl4v`!^qXu`F-(E`-C{+ZJ)zm<6_lnxB_T3z8W0`gjCd;SJq{ry(!_Tq3zy zRUv@*TyhNYb?f!jhvJUKlPDK8Ao8>&6sh(uzMU8{o^zcI_mVls%k*p>8e5{7dEfYeh{i}DpyAms#X?k5+mQPrs}A6Gb$AyOJa$%oj%ayrxdEy!HrQnnzZT~0{t5vX`KiHEZ#T9Ez%=xzkFN@$`U?r3Vd z&fnqmDRqm)1H+hg8&{9G3_;053Mqy3p}xrnSP`R&rJ4 zJGp*pq3NN!zDw&m0x3AN2JEjfElvMigSnql4DrcAJdp%&_Pdi0I)}X;-ex115F_SA zI`tt}Mi({Z;dd~=k!YONv&Na?5Cl#Poc4E1oJcHX$I>r|i^VK~Jjg#@2x840w46{G z(-_%a?m59yuoz*YaP6cr+l}qWS@hb^1_M*?peGtRQP526SGs39N z2RPCcL@h^8$e9#R;as$TW-f;wD+d*4rP#hs`W4^D{AcPr@wC&#W(p;gx1b?`DJ358 zw36oapy(#8qEl!^>mo-6HU~L-nTP8LigQHLGERwf04_CMKH{D^n+k%JMnuM7xyNL+ zn$Es6uOntn7~AZtl?Z_nl%{knp#}|{EJ)Y{EmyP7enalKuEFwx`!Fvy7fj@KsJ1jZ(S;>Z^jjeb6*;@aZz&ms;+Wowc?3?NEcW zf>CFAn8+OE`DO|}4ujnV$zxG0INARig1AF`9m_d`4^<8xhPESATMytnXbWJTD)Iu` z?mBM@=R31tkw;?UhbR&;;c@DwfI17JVy$(dB?#~EC}r0s8iaNLTX(rNnGd}8j}r-- zojPz{*)!BN^ZpP!k(T!Z%ud`#{GWvWznx|OpCx|Hzn1wQ+5BJ2{0LNqt@sh^!|3G|veOlVe`@5(e@a4a|^E+`em_O9U;>_NZj_9vAe|7oquZ1VMz zzs}#*zsrt4y?i}U3eTs+^7#d+c|lJ-k?+LVoy6O>VdDrD`>x%p`|$E>qGz94;3p%_ zZ`MDK8f5FD4uPHo`5}z^RwS`)k-ZU5!p!`>y(c+X?sS-!AF@@G2g9RzTsa(BI4>NN zD&`a_O2qq4Wk($pLZIq+D918`or#F*fanqC1}m_{5@nCzL!_y^J_*X`ACb6VKgDs~ z^hnfg-S?VFXOion!k23x5+j)AiQ8Xj5;f$tmIX>vB=Sq{W+X>KHggiM3m68I)k6nx z9PkX$QFT@Z%K!65#OK^#8IF-!B+|s{*mD5PIG?MG=S+;;CtjlnL++9Nvc#S#&x|Lw zIB8()5tM+^e$m7a)84SRg+r9CNYH=y&ZWeUE94K`;5xU?yp_ZEZiUbWm_T}X4$%Y!n z1OPtqlAN{H>tts=0>s6Pa-k7x@x)oeu!A;ctEgI}9|p+{Bm#(M!yDChuNdM<;eHBf zh^Q9tnU!JXiM}uVO{A<33++kvVU88o=P+Cf1q@Ps#NfIjO!V|9>TV3Z<|XZpa(8Wb z_?nv%>iXI_r0sYobFe0~0ioB#SuxXt4b{E9ER0;yQ%> zN{fvu0_WUb-JBI}P(qvjBwy92btzC?931hRES2J}ns8s!i1yq1#L(SwO z3sd;f=l>+O=^<Y7f{eeCS%_T<$s#;-{ z(qHyn1#Dt?%^R|7@H&-?x&rpW+%;>7V>GV$m;MDo;> zg_HEq-@`_NrNZ39s8dQqdtSM|=yOy!+Za$(IoDl}jx%mZ((S5-=}~O7$aobajRF*F z)&MZ%&c3FVzik~w_9@AtIFZ%f?+ko6O0;wEx_A0l-cL1hT~R9&Tr>wpPO4FLsF{iL2AzJJoEU(o!6yG(bVvJ| zT=|J%;o63Ad$T*#_Q$6(bhwQ~+M2UxapKo;jLKCd3sj)X&CEX@_A5v?QZ0j>Kp{RwC?ngdNMV|XZ(rk$-6J>u(|??MBbT^ zpeJYLtmlc?oH>#Rp*W$hm9{nV_F3#Cu_%h{iwUqLbjMoWR4tod)_^q*ohPTXRqjn+ z?7k&`1DywQ5?fl<#@Fj4EHgBVo=@+@u=WoB81|#Y)c_TfVAlnFC9`9!&1vT@@{#H_ z&;c=hsRd<;f|2FZ9Bi$}&a%dW6vpF8%9uE7Zw{o_GM_i1<7H)2RvA8_9ykYj$+t%s zmL*Yp@LJ?b!8=vCLCX|<$_dyMZ6ramz*VSnimQz<#2Cr~2Mf&?@DO-7OnhRI@2xuH znzaLO6s${rd&bm z%tc$BK3fdpp^OZays8>bR^ywE^m>*_sK{{F5+QI5_KqPxpcNzLVx77xv4t{{<1%BU z4(G#~GmW|C$E|i2{-IbJO*?6zAA#;z#Cyp$7`JSvDu75i;!bw6rUP51qvfzVB+a`a(0B7eR_5-mT zm%x4=o-hIg5UcO&PPTH)Qa@j5GM-x+WD=ZCu&a&5#+qj^}oMLibSH4siz6BW`SUjc-$L4pq8`8e{M}?aTBH$B{Lr+5Q0tyK z;4+^<6MFG}!?hikytHrzx1mqdUZX&uc+e$R^nw#(=6!M zE~{cr+Ckw^sVsC=0IlOQ`5tAQX9D_sDt{!jrIVS>KOW+}L^^;>vB1@TpvqF?KrDo* zZD%u4DeL|`_01iW%EXfnNIt>OWXLSd&i9DO#gP>Qn)h>cTN-J7P8B^6iReXmfv1RL z6C6Ss7W*029!>LZL1AuoHC+V$neI!4WMq(sB6`4dEX5-oZ4ke>X$@H;Z^N|u;$Am2Sqa=+ z^Tk^q%oV?YXn%ze!D~i!CN@GVeJSDUJ4&Hk;E+!>qBX*KSmau1T#adx>V#M?B}xjq zlW|Mh!i(4aLp~3-=mCK@en7IK-taxKNYbSlw8M{Dg|@Osquu%JBI>Jb&3KN)nh2HZ zXSRjt-2$O(0A+NB`KL?X68CAg^x;$08*DNhvO(P{oH(>aIGm09bEdF+bi57IF%!*L z!}4@S)Rxdb9JOLqYCj}H_G*|>a%W;mp~qlSOP1z9BLya7?Uk1e8rUEVG0T#m){j(_ z#~rZjDjKk0;$m1)0j3YrkwWuWT7*Q!y2Kbu#-IMdt>L+Kbg)%1x2QRXC7-&%sRJg9NpLdEh zM>Fad0e>b46OivY{9Qt3+It{F(OgWm9Qo7Odv9ubovT+0u#$NwtcdR#(>Upr^;3*S zx*kl6r?bx`&yC#!qFv}qUM21*UvIQYk=eJ%o z26EUwh8lO)XHBX~>?m~Y$}!?pMNRoi@^!NmU$;b*uibR|p*F>#dN-S2*%d-XT{c02 zrH3Y~Vs=DRA6=ZqTk44SU0B)0)!!EJYs8(`6b}B|zvSgj858-n7;)#;A$D8^~vDr*VUY7sKX9iXtE|N z>`ywRxhe)ElX;dm7d$Irl$A2QN+1y1S)@&v@Xk}<+_|%ir+0KNiS508t~qe<@|+uj zsCt`{Uy6$Z#VvMm3fc)!md@U~XsKe}JyK>fq;Oq9iI%-f{%)usb_Bb+BD|_T7gvD7 zsp&!Xg!3rD{TyH zbS2@Ut5mG_n;f#G592;B_1a#DH^S9xczDuzPPh< z+w>5+9zP|)e;9}zx)*(ql<0{Twe%)o8t%O;%ziv*Ex#Y>(p|ot;=z2w<0E7AzL2$5 zUfjXMwJ@w6ejm&mX1xdmK%N|bzia&T&#pwrA~ZFKUhW`oCni{qNG88JU>>50B*f zpSo^x!1UbK-Qm|$EB{khCyjjC`c|NJ+82fhcHZZ?Uw_R6lxK${L9!gWQrseBja1Tv zuQ#L!x82SL<^A0?PYD0YP9JFdyun**FTdL#9#?$6bvryW@LFzNZg#jGS>0O#9$R;< zA3h4u{A6XR^E(`Rsf;@#*|!)&oRcY}p4rizAlNF~^gz*_EtHoKSG%Kz90%IG$O?TIjFk|OKL*hGOnq1jP?Ie*aQr$de@wY|7SG_V?( zw}~bQXe2fW28hqO0Q5We1XKtxq{;j-bPx@CPu(B~yPB4W()7?6h4cX(oUL4Qwi)5) zgkoQm=1@S_Xp15;fg~`;`!M;Adi|jp_@))dr1p9$%zs@>GoOiR#Dyo?`|||^U#ue7 z?Hx7FS(NNap@tL=F?AuZp5zID517uei(4`)IH>%5TYhGUGs|#DZ+f}1&x22UVm9-1 z{T~|m307Pwx?_?wixi|n5ejjQU8eD)=dn=EmwTHNp)2~y*x11ZH4FhaGbr+9K}+Wv z62KXOaW1NTHlg7|r*tElF>9- z?J}YvYxTH5BsZ)gk@M$20hf4F?$iY02`!z6R2H|C`{N%$Vxt+uc(RUbpsUoYf3!~~SPe9V`TOFjcx_{H%4_(9DCC==*+_eqshT@;z8vm*lJ>MgDz{1%(h}~#wk45e*|ug9PGP%l z(%z!`+~F>hQ5?*6#;6T(mD=jVD$%`0udBHiX7ps`v`Dkm5g@iD&-wBY>amL{08cqf z$$Ds`{Z#;E><)jvO!gEFx6WXYV0Ni?3~n&yT8UF#B3lJG1+!nx2zt$OOpl(?+5Q(h zM!5>D3mG_FI{%S8GB7-$`(_u{XHeXbxvQwxJwGx>->yKaPVF}5N^;I?TH_PrNwvxC za>8k9B1BiH{F;0A!$JyT&$5Tav!GviiredkU&*$G-^tw5?yW-4jZarhR- z*i-TCkD1*{U2b0J*%OWCm;VAbw*%l644dD*wT&&n&pdKPc(NUa(Ix)HMmW;Fitu>9 zw4>*HI( z?}k|_-0!l0;Qm(aAK!YsdUy34_wI)2=Z59^I}b9^>3#0Mv%Oiu_~FUvjrQ7k=>7UA zO>mY>iBkGTrA55{e62p>-%Aqbstj5}9U8Iln&=-4oL38f;Xb{aM1v_QXKNm^jw-?z zk;Q(H+95<>PZQV2s52BUp-`@S9A3Q_o0Am=A|$>-C&dLJ6|i(l<4JfM6-5t-%^ZL- z*MloOc!t#6IH3E$VTf6kle3fKet+=z81in$=8_+a*O@J3tY}xz+8WV0Zmyf)K5Rb? z^vVzv9F)*gu<^)VYP-oy$7&L>Z^Ss#IwEgz-kz$fF)GM))hO8#bjW*OYsZ^^h)FpW z>*xD<5Mf4`NIb;%JJ4YlP(Q!3NXnWXrgWb9j(aL_l|mqSF?G@=CT2nEHHvS>1mAt+ z&kXDG{+Ru#zG=HK{3Q`j;@jA$D9To+uqI(eu%IaGHL=K*O38ILZ#wq_7aKC z0CfS$9JB39B}auV(wKPBagfbS^r1Jl#U6RH8SJ?Sa3&-p`^Fu^dg(Q*=~e{V{j;06 z8%Qame*D?LB5ihbiLaNVtLRNG%k@!;R4Hmt2M!s^x*Gxtyd36zWQ; zsBYOc0ZKh$qv&!S{HwbG#(!RBhvVkOf+$0oFc(Z86o}DphHS3_iQQ*<^)e;~s%Ayi zZsq5rW<3Q(Zgg*mwH5Xmy3Z$EGY&PB)31nSdNu|iUH0r8HAfz{H*RW7UA%N)Q=BcZ zM+-Ox<(9#d1&CvD6x6gaWJH88CgGUSIx}A$^}M*kjs~)10krD~8Q)E>ER|)lHo8z( z9jK;lYLZ7{yY0-arV6H#7Tv(?SL0|cI4Ity3oojjcK;(fVj!x1FVp)aH(Z1FkgHstF$2MpW!NZmThSImzlcWbUJ$pEG;DD zN;c@{Watug>zeQ-6=)CkZ4cR}7s;oyHOT%KvWLI_6&!T;*%De|%X|CpZ=(HHBpeh# zWVMrZ4jfv>sp1mQr-IJ<^i42Dy1S3cB~}P?IY3ABdiQvzl!|t$WQ&uM>HX)h8OklJ(iip#C|&*9*An8>Bk`;-?K2u7uy^aa6pD5Kh1@lCg}ucKMn( z5J(k1OC~&??>8M1NjieDnUb8Z*~G7QDM$gJPW&^5{Ga1BQpYgDC~W24-1v@oJ?MAJ zX6sF%c$*+~(;Dr2Sl^O0-3!M(sA|hTaEUOoLuegk;TaEKTFhYEacfu&92bmuGpSE_ z9#Wc7UeQ`EB7E6Ve8MFfa=JPn)E&Il!tkGs7&-Z*>2$? z_4W>fAns@70oEwo({Z{uXT27U?(*vEnNZ$DZop-_;U!YY|}DvjSmAi z;2bA#fqWLE&KIP`{=a_LtVC{I#pv2`;Zm>j(gbgOgtw|iCSYd*lVGsDw@cAxt-|WT~gAJ*J;E*FY3JBBrgwQ0JyC_In^KEvw152 zz8oGIb)Uyzb&r?TiBTAFsq}n3!PBhzu>U7H{qHh5nOXjiC3X2i~D)h`S|q13D`ArB@=r&L)_C3W=nDgJmmE|#bISu6v% z@8#0{ja26!oy~jxoIDSEU3}$VU;LjL-ubuN!~e|ia(IXA-Mx1Gyp^E@DC?4$?zQz( z8t(^2cHN?0S0>k|$YPziwhO3zOZ4$3viuT=Wy@y|r}$<}%yGb-vejKofnuZZH5PqL z(M`9%c5ZKbv;BPdzoim00!^B7|E^MG^rn78S}x%1{vHiwF~~cnlr#E}-=NFXB}}dd zM#*0f$WLkY1jp=R&(OT0d>vI+FoXLC3OJF=VtG(Ep0GaT{)pDyOv_`naq52KCX{yCK#@OZX7bRH zpsnfezX^l>ifbVJPrWrv&$-u7e; z%=CQdF3fX7FfJRW&2x!AIsSxG5(+E)SEmsBmF=z)pN2~kr~krX!5Hb+?q;Phe4{p9 zgco}uGPQmroV$wP{8eAP8pn}CMJ@3)cU`uD^B||T8q{fjDWXA9J)Kp1@0XrIO@*XN z@my}tOjEX-y)ou|NpxCtPp1YbYD%GreXx(qnIv`&rwM=|e-mIU9A-U@^*7yx95a^K z?fU7Pm>)CC2r)+2=ES&C9=#$&Kx#q6kgY5-aFM~KBvC?1@*K}k)GS#_y%%|uap;zoQgsvT=s@G4 zP{;dIRi3DUG)XOgsb}WNeoa(Y&sHs5;)2_s-uS!;cO@nFjY z5rx6RM>z%&s1?KZ&v7`3ff8Gypvg8^+Y$MCycC^gl=&c}lHNL;yf!$N?V!QXB|9a^ zu$y8&iWtJYl*|Iwkqc+FRATs&*LjzP&Qao{5)^I~wEA$L<-erCsWnimYib<;b#hG4 z5#DF4v+jMr;^T=2jPxOU6X;S#?X32wgTCj;&QTtTXI=h3Fg^k9G;|d$PN4J&vY(c2 z*~+*7{*|M%eVk7j!(x=OJ(F{B**dz7=fF_<9(4DLqOZ1~;c|n8s8b$L50hBTNVtr^1L3HY2V%qSFg1S#jv+cf zaX1scDX)1XOCRHhqQFM6ifNeWRvxT8Ls9NUr-pOA+x z8Q4~|yiwWKp%Rz`Op79Q2W2&QgBt{a2||M-$cgy25PE4o4f?gkF9{kU6Vd2StISd2 z#?w`^?jB53&Own%j!YDz`)bA3L(v*-v&55Db+&4Tn7xGa55*RPuQ{r)Wqc<5IB~+N zv>B#ImK5W7g^IkRDV3%%o^@Oy-*uH?%8jL9FlF9vMPH3{HZkI*E$&tb_7ObR@KUwB z=Q*CA$KG_YY~&sb(605%p^nE~%g7XfEjRF^1Emw->b5bl(XL?RRfgQ6QNYHUz%*;y zpZ8!Z(gXETNzbiVQ{D6|1KSItH=OliF3SD8jd)RnYRHUc(`%Y8`N}Dh)ufEzbvb#^ zH84r41^gN{1B4My65_9bnCKY4d={yVLd6_w8v1knvXy53!@ZLY>m?U|tp%m_)Q%TA z)!Z$2D5$I#yRw2piIYLSdP=)E$=!AG5+nVoe6>A&$QZuATAZZ&mfIHcs3sF9e#zzP zp~KU;-%RIbnaOi#xXQaeRol`vKR^)M7Xxb<>K(UYD+ROHFWH8UALNA<)9; zZ(^7uKcPh3&G?TJblCU#A!~%B>Nejqj14CelnrYYj?|OQ6WRFQ*s&|Ku5;UH4QbLv zQ67jX4oXt~B7%(#Hn5p-YiY|Jwg-Lw$pvA(n2(FuHg%MyCMk`(og;NAz1`5M}G;f*CGIt>qMH)+M-_j6emCY zF_SePZxgho9TIR5Yh2+k?V=eGuLtf5A#dS(pq@0;ErLNmv4PvVK6G^Ux~JQ^fje;S z_Qmn^qs{U3b2@6D(C%K7W-AI7OTvm)DT3A#LZC$Q z`26h952N}~{qmhlKI@~Z3b+4lS2N8--$<+9UhPm9Q6>6tqVfKPhN+&#b>rh70dP3`n&&ZOo-$J4pcA>Yr(>`}a9>MH;9_>0IV#qC8+kP0=TRla8_O@8($P&{C-nw9|^M(>%iC+x59EwtWSC{!WBZA><7*m?a#c7EvryM?`24rle-7gt-Kq5^NAnuquU zd`y`4z85sNofY`lfq4RddnHM+qW*kA%9#KNq;-wYq)7)A7~N7!tjhk|jV9FX(l{)2rBrX48Gvu&U%N@ z0Ga+z^A&SOcJ?k0SWSnR(6D-{dBeH&bI(w~Z2lz3RAChg%Vv&YAh zqMhJK5bOG^+K(E2K%fJ#s?5j!8!(1@=QzB*zzdNPlwEE&ghk|j)(RB=EBe>n1~8e zB8RQtCXl!=7AO>g<|7ckNX?rM+Y>Y-BEifKnh^UPC`Ck0)(;sDYYaSrZp!Mz%y6`D zh7+DXi57^~aD|fvL40PXlTcy>{WDSyvYVoz`Ge`+XdBa_<(vxl*yK~VW^hq+Nv=`B z)4;Rl{8&9ef9*ZV5(<2P0+OK+l)5&&=wYBjK@5y2WsBtMK8Dh2^XeqGv2g|>6&4lT z?l5><71=`8MU?dhEX0n21o6@vAuti{Hc+()fLMSrJn0@!Twv^pZLTh%m{qY=BX?== zS=3Tb2Mfn)raK%XU1|~NeIwU1RnyamcbLHmn`)1US{VUSGTL<-)Hct9%8TemMtITjJ!s940$!Jf+HPES*59ZM5q}~2XQCnX3VI)#q>HI!YyCIfAnMbqc^q8^is~A+c zxhk|ZiiU3NdL1l6=u%xUUpPh42*DA5JFT<3=)R>b?8}_aq@8H16535~(?3Ic^buNN zpg0hc&YiMG7M5RvkbQl9>O&={GtknX^i()#dR2vSN*f6s{mO0K4Q&3R0}ZGCv*Um(k5E zpeFfNG4vK#WBgFqK8cgsRToOFhbv1Z7L$8q9pfi*oO}x<%yelm&V7Tb0nA)V))gV+ zG3tfJdb!m=W)7_{Kt89k326Gc3_CT0D-UOp?Qq{_Z-8{3R_(mKs)d>xH5KdMA)YS` z`~7)KGfuc>;WQaqW@4-NJPM%R`JvIQlPp~Z@~pjDR%(m4kR;UPL~CXmbGp+r+QJI*w2^KbyYUTfJ2|T?K$ibFtycdOO*s8P%7AylC9%Tm>q;*;F@{ z$tOsL14$}K8c^V`RxQto8xRa_sCQIah;rViE)^+{+Ug=Ndc%Kz)q+`y?GJT!pI_Jc})6LM3^%ss7J@dyMW3*QG&Xc3<@hI}}qk4)jn~NFksLqDH z2T+WKfXX~8TWz|1rwlZY0g{v~DUqI+kVbVoAw;tICVH!(dN9s};%BG%cz^NCudRz(s>S)qV^-%B%2MmHEwNi#ey>Icx`^h2 z)$~dW2lsMW2qUf<<>BqM?%v-IU$}QLg0u~h@2G{{7NgwC4KEM3Db%oVF5-3`tjOUj zd$NOD^kWAkDVAg3tS(j5aR9sN8X2uWlIapy9=8j$e44NwF`t<(_i)-<&K7Jq z!!+B=_zJ6fNa(X{I{7NAtdB%5hWA+bHHV}`-zyNtNGC*$I4ILR<@@tzt&%Aux;>V> z?Ji`_B)yYn-DC=uY4_9c+3c3-sL>0a-vGfO;Wtx@D*|5vA(qN4kPw`14-Y&pVqZj( z-xlDx_o0!Qy4je5{#<}eqPt<2w%kEOlngggJ;GF(&z*YIbSa7c1N0!fpy%U+t5#(^ zCntpVx5(<)p6^aIb~Q{=nxaI8c@?oOr(&IVc48w_*83vKSkgJ;wY>dQt6t%O^`ffw zGHg^YZ`+PH;P)ma*ft&@-hP2#rZrH6Y^k@pmZnaR%35S81%7{4%1`QV9uq}qgtNnv ztx%-c7gR0+9{^@APu8DYlc+Nz2nVC5@~huzf+>N!i}^B~COl8TyqJJ*H>D*G;a$bs zxY{!jJ&F66>NbLZ{)5%lt`Z(DbZF%g$UseqwFWWa7GkLNS6FA{{kT6^@03{LXMg7zq#dR zVqxU?-+QQGtw5)ALjN50tdCWNzObc{#eB zkj3?ir`24(Rerud3hIPMus?dq^1IKxzR3u5zDr*3kB_e;H#Emcw6cNwX0rUd^yWp^ z;Bsdnee`7Clfx`*-&VB@kt5z=ht)E~YFN^h=>Yg17YoXV3mi!!kQi}~U2WwGE3R;( zeKHDIYAOVaBj-}7bt-xJFK-3cot5-se}c#V#q~#Y9R3J!r-MH}<_ha&y=Xtle5C32 zYuG!`Or^A*E2`f+{E^IF!CKP1hoq>98eo$FUE{vNFU9zv_^PT)YjRDzroV>%^Yu0T zQXj!cGER};1_iy?i(65C7ybV*_72gNhFjNm#WpLpZQIU{ZQH6;Sg~!}wr$(C?fg08 z?|knVr*S&F{j~O4>z;F7^NuR70+^e$6(@?1Mlh8MqmgQD=x?O;`pBVMTDhr5O{&XT zK(x|o*JEpI2D3X=3MvSS^+@tQbVEq$iv+KTXnuw4eb?M^8oO7LSOHvFFM;!dv$Mt( zF1vpEKO-P>ziK-B1+1nV)-&ag`wnyLAd^3};B?|BshQ(KJDefr%1}JzbQI=z9uTWJ zk$FfhOHOC))Ma+P!*K3h&B-|_$$K1Eg`!oKb%N`E2OZ3k>p$F0-M~Cl00=NQ8aNR0 zJcg9td*iEU%kPi(58ly#J9YDBLtyq@7#Ak_Svgw>84HZ>lgo$0x|;^y*ALqV@7l6` z%80UeFgWmF;vNZ}#J6^D2RlYbQg+f{WGXA&sN^5AO9(lbIR3)yTPaX{b}A2210U!QDb#jjo=*#rbLa{@B^Spqo}d`;ZE98 z{xGLH-sPC}dSLFo;uxXSnZv7WVw6ihH9dq7;Uo@s;90Z>?d@rZ?a4h-eJZ?xWno;= z6i($b_V=)qTc6$W}PnQEH1cADL{pqz0X#m74WBm6N8CXR4z#z zO>Cf|2hI3VC&y^)YU~DJl~B_h#aoi3?67@TDWYoz_I&;%SzxlC?w$VEal87bhLK^E z>~Dgv*yxp#dtClZDY=qGC7VGDDP(zPYrjV>LDO2{T}bX9vTZtm)wz^;^^N!t9Al{(_+P7hux_(}blP z(&|g_UB%C>X3LiAPUFb1h9##=(mL(>4^e?M(3q>u0Rl*xgmqPTix$1{?&Gh6rbq7K*!sni3Go0gb=O?Nw-oK#vawb+v z2KTnU1EMjST-n$R^e-mn#&HveZl54POtW8cI{BI4I=`XFykynWq1`P=+tpVSydY#X zuy*@IVbCY>ll&QQoajrb6mU>Pf&*+I<{xx9trB~N##p+!x+v|OrXqN;v2ucp$~tkRgqc0s?J-l{FR`^JH(O2#v&r2}y)$Fx{DY`v-ljY5suv}*V|3^2$G zL$?N@mLJ@N3qBb=qTSx)0i>^|GbmxWQ?SPmuZ8Qe8EfAyby~j|y8;!)8zxOuDpQx2 zv|bTLa{+W<-Y#6+?)?Qt2JVaL)n4p?uI~qWg?~}^|7~$&`Ck?{Mi$2ZW2|h{_yOW` zz-~^fy+G_qEsTTHUF8XI_gp|5v!{su*>q+N|N1r+QC#RxS|rKJgNs|Klfc8n1GM%} z3&Qt(#|MCX>%roGzuEb`Ek{3mIlcVB!tbB?XCH>|7E<}4_{~TEF|&8t08Kj-*wJdx*T)g<%c?FL*s5Z`oEsi-FdZW zl8oN?ho$z|gz)3|xXy$j=T5A3NoRmXPA?jq$uNNv`PKo*UUgkJ1QQ4GlC3aWNoI@< zGl8qR=fqOI0a$l=758^-vepXHTk+QbT-*8mT{34ILx8wJL;rGn0x*W5HTz#!7%*7| zAZAfcQc4r)*ac&@o=ICVd+#>H6?r{b!V$=NY_melqmaPeKZ58mAnMWJ)oUFtGnJt@ zP!%~J-mUQ4Eg(GtrGa%|5|!dMHVrV_#Ns*|oQ|X?e!}fwLnU0R ztc@35(pB7mikHg*!^Xo9Z&SQg^|Ct~X}=__(l|ZI_MC)Ukt%@%2^z7y6i}=Zr%Fvl z!*zhYvg|)a0%+7ED{1MZt2g-Jco$X)^;+pG9#<*l?Qm>g95naH zajXEmytolk$6w6h*Zy0Xq03~N`^p>52`Fab`6_G8N{`AQ4BYhGmhmxZT(DfxQYmTP z-^GNrvzyeqwChMR9cvZVDLBt*2hNq^mpk~V#lvMD(_vluMMX84B>M9E`vblQ;KwUb23^)b*>`v%ulYjGbn~htI20W~ow9yza9Y5$iSoJ|&52k!T>} z*W;ZhK~ML5K2c65yG5uNt9BecH-1vc<+SF$#j^$KjVBW7qG0g02YoKU{1HT}46=5G zp;6}-Dj7yy;|;ltIbx2r3)Kn~iBjmLG#+04q>is(x!BXL?E&&;1 zA5Srrxcfw=Zmw*45Q8snA?4cl+RAd2p`*trt!dA!v}9Y*+P_uE=P2iqmRXAX2u_nx zSle*Ll~bQk;8%Yx;@7EOdaHjM^G157W89LVFlq^=K7 zW@ilHmw)Bcb`fat_93ZIDk_*0Jg;!@`Zi!G>KS;<`q^Xsv8K+jI%yWu-2hx&C_K!iTU2G37_k9DPZ{P>-?(t^+FAxhJ zT$ca#U;aNv(Ab&&-y?kUM@{)@nEg>x9w0>G`-^@1(SY`Tox*Bk6pUnDC{uoXr`t=w zb0$z!qCe^E_2^zyCZ#?9xu22KBWE3bk(b5W^Wp6L!sY+O((_q-uAZN!pAU{^pd>}N zGVpw5;w0^WnZF?DT0b@U{FIb(iJu$&08~$F4q5U2wZHio9=DsPr=KS$Dk>JGfyXIE zOHhzQ(^NI%QsoU0=eo560rX)|x_J6zH3q#z(y84vfOnK--)X4vmoB@T9B!vll(XLQ z9<<*&dFnCqHy^a$;7)6aq9V&@S93_R{CrW6ak$wme9ZM@u1+u&*ap?&7?QkI!=C0z zbpe>8=x;@`g!a>*I%DbGP~%eseA@bIaN>%k+2qv*GDgv$Lk71Ynd0M%OGgA~44qo? zDgg>RY@77c{a5QHAOw4%L54gpYxk_kSrsP0MC_{FMy;erYN?XKLy^=~%xVcL<^i;H zn_B)J+NG7b`c+o8XjE=WQhw$dUosXkA^q5x4w$RZRH|Aj z-yCRa{gl2a1^WW|;$EO$XvnYKof#PIkSMCZf=e3I#2I>QT^(UgyjiYYl`R2gOksB{ z=kdopIxKx1Rua3C|3FB>I6ys5D;OaUU;b5nEX!1p@&+R(MEC+%#}c={QD zi#jc(_6VLGA%Hs0F-}gwDSLu+obC*!U zl@(4?Ia@L@9R6MM(<%R5AVcP$k*+zup?kPRiTx<{NHW-$o!;hMW|01^`AI#i;}t^4 zpw@Fx^C!wUpf)1rg0=erY@yytjIUj_%_iZ%4E-;e!C_|9ud`Eeg~Yu&@z&rN6=~`@ zseRx&Rf+(Bkj7}MZv_^0G!%jm^@irt4RZ4&LxW*hui|$N2hzrVe~3fn=TncZ z-soNrxLjjwHJ9}AYoPhPe_)RwAoK2E8^!`^%Zo}-1TBrPq&{x=e^;RO?JU6AOTTS# zg_i{Y`w~__ak(#4z_BPfAK)QVy$_Q)v8-p;5CM2!*c9$a*Eg1;6h|9h1MP(A)<4z0 z&vAt7tOJbbfm$Vsj6Qdmv_x1tUl6huD3B_+G-CmE z??Cc!ef2I*=_flD?>LqNYS1y(tnXYqh=Gxl=iUpvI>xCR#+giE{TXPQ0O})kYS*R# z(|MeJ?5LN~S$01BrB0_~M@kZ}3TDig>$VJzbDhqd2@4nlzTBwvi(X8AcV~$wNN%qh z+7ocANR;uq8h7jxQ!o~zp0-uj0|-gHSflp7auZ0E!~jR*>2XC`(I=XX2;6HtaANOl zFbp?*arugpVJot)Bu7av`#z#Q%YOIOn^Y*`_7gmkW~8}{AtxH<(^)NA=c1KN3q2;c1%Kju?O7kgTMjL}EK z8Fb9q1KzTnU0Es$9#uiJkR_MD?Y^&aiO%%-2z{wf?TMdrdtcY8u7marK9`-&3b5M_ zZ0$ZuK2oY-&XJev!<~HR8-0W= zYiDmjsIvdQLGW{x{FmZ)PL}`4aRyN z&u_ku53WD2Wx*a9v@5%hjOv_nOK=!4Uz@Pi7i3NSeRR+?;ojrpv zkl4MEqWh41%}%H$x2*Ri&HR)|rZ;B2%x5|*fp!dN++y?Ya5FS88bgmn9tp-Xe1*0M zKP8kvE}g#8rlRQf2sG77vLNu&kkFMrWwER_r)V=RiN)jIQE5%yZ*3> z@)Tg=f{V!QSNH<^!)IA9V7dwFka>4vGMHnEOx_miV08{BOWijd;JOdcRJ7uI_iKly z<P0{7FsLR0q z9m!?Op0efVhtDR2YEP;NosnN2a$x^>Q1W))c4Uy2R|}+9eqSmnO5+OdhZd>MnJx6s zG7n}!Ql&Uiu|!I9a*H14sGsx6!)g>W)P6n4U(Yh}dS^+D%6+gP0bz>#i6u3`Hg6>Q z#jU9j?1?m^BqNHRMg1nR3}holcpPt2Ov>K>@q1xNHBn0fCNdF|93ML@bi5?Tw%nx9 zLkgq34_en_AGazO%|WD|t5qvWthTg^F91rHs`B&_ul=;lORT1T>-1OUAFVoW7ULVZ z-(pNVicQSK*mBIa34eW>vYk-eggOW}DtN)~OJKx{ZK2KDPDQOE%dcZ`>=8z7jRA=D zMe=A_&u9Yufx9uHx0#}0PEkkYAY<-zMk@N|<>1^$KT$ThSG#0oVu2ey z8$#A=l`Y?Eo}daXLxd!53nhxArdQ}fQ-Df2XldDxE@uNnJeA>8+KkEHkB2%~>g|+= zSgCX3IFbQcJghr*OmwXwbG}GvI+d#2)`HB)nOJZo^wnosAOn)d*`%BYw$p7X*zW~s zC!a)+s4_}BD`>O$$u?cVQJoWquicmi!f30xgwut zLtzyoi3#i-t~a9gn9dJwHXWzkWz^VkFJcLII8M2nUA#|G7t4`Qm-kZ|uNEJKp70af zNwv>X4Wp4U2Uz#C#p$3L`X@*A`z1Aw>Qmj|mKA%WQ*uZ0y=911S<91}l0l#qSHC^w z@D(H%f45Omn}gZv>}vyKId(qNgPttqcD0|pyF;9=V?ek+t=HFWcTVjv!Z2ywhU9SWEVNLFf}A*_Y(L5e!kaJ5R6D#>7aYxo z{J0xga6p-BAmgHG=5E6tCP!_)aS2M9&YjsGDPwxMp4OwqXw)o78O?5a>OsJgrbEBL zG_AgV=Q`I)jY7XOW_P=R0+@FNdX+{0+6niZc?=)IKD{oa=SM)hMGF2w$Bh@>}(;-A{eNq_*6G+=+19t26anT2J|@Yd#d@NpIi+ zvS$0+A)DP%sb&-!;r+EeNFBt!;-4_K*A+MWhR=K)Vwo3})%&yY($n&lV;>V|TgM>0 z2TdwZ&8@&+A&pag$B^-E{DBC&bheN9(PdsJHTf(I+7-z8DyMD0m!2?x%<9LRv%i2u zI=46e%jL=Pzr7-IF#ewy;^a?m0*C!SxrsN3wmfejEbsrsCMJ6}{Bca%Huw&AzPm+G zMME_`Q)?qJv-*@vNy5g7UzPX!mjif09^~;lr1*A7pO^dX=!5mXYl2%u zi#K);(@brp2K#4AC%L`cSHJn7c17A;31tw4%I{~X(#0C(iJ`@J<0o$Ab%bxeo0rs&EL#*goG1yfzBvA~PI<-y zZQo1RdPyP9cgtWtKO+`L>rfhXgJwx|Pqo*o(h%1+jm9fniHJXK-pDJ=6A%crVHzRb zVm71ib1)(+g}1AA@9k`cWFjB`v|^M*)ek6GhW7W(^+W9ClZxNPlmativ|7|SkYJZm z3pjT)Cm#7zkWJY$`TRugfTc`ij~Zb$nhB~-1|pcBsB|HJo)GPMD8BOYD@FA3`f!FX zXZvDiTMs@v1f&E+N(IxKppT!FS6RJ?D35&LibFn+-*01zjQ_D=|2X zR7z792Di{D@pSn-b*y@Ihu7jP<-Vs{}B z2AbS~s7hVfzgG2ljei8G9^+Z;Qb_ESzK-Y(GAt!DdmM@m%w2S&7a~>0<+7glaq(1&_8cv)dN@+hBg< z5=X_wbqW@DP|YRNoC1zw&b^rKM6hU(-r2avQ+^N5{=`)-`E)+6B6yvo;il)0rF^tj zbXpQ+$dGqrb{qdHC}?z6AXV7`5?(G9LTV3Cde4lq#K4Yh4*2s`oYdSOn$8z2#dl_; zXsF(nm%R8esL6A}%%lk&ZO7$pQ0dNDb*^T|k%F?S{f_4z@DtC@F++BAE(wC6ptY^m zI02jf2r;%=3vZN5G3huHGuwUW6vH)rY{ct)187uwJKB5xDpbvXKLz1$)xq-2Y8Jn1 zy$vL5Dq;Aou@S4=X}RE6IfSP%FtO-Xkg&X#)Le_GwmGnDe?{nUy0*|^hUuqvvca4loAoumo_Z`vAvRN@VPla0WT%1&y$ z!8O3i{XdImWjXgu`?A>rP2BCYLuGy|(x4vjt+|I`3f1AMv*pUQ-%jf4!SUYw3ytZH zQ8QdrV6}}I3og+jqf8nzq3V>(1>lVc`74xFX{Rb4D3SrG*Kxe9tck4$0xywVrWSkF zv{sI`dW_3mgj>zwZHQL5HWu6IM|eXcgX=%0!j)otv3Bb$olZ(@2=Q&Eu75a=zF3lz zy#4RINTmJICXGJZ*U#rha!W>|ovnwh3MlT5cchS(IVS zNDG!+Qq^+gq_6CmuP_iK^l@;m{emWR8*9bz^I^4qyg2m=wf@uLEo@rcxxYo9D&;}g zr=os>$;bCcC*MzEw72(5960-5t{HkzP3Gz)A}lp;&C#Vx_)jHChGF_x?u{O-;AHcV zXW9l_xC=IQxj|)W4oi0e!l;RuatMd9Fv|KOc*twA%=hn`W8^0g5C<~uGPJuDYBVbN z=<|Ai>A(!4h-FBgaxq70;58JvcxKD*a&f#2HH`{!;b#!bo=#7!Nr7m|nLk#Aw5Aj5 z{{}KfQB2{Rd&^#Vm6u$Q+Ijj|9=~YMI5;H{|Mpr!C`<2DVwqDqj4$F4&kaR8)Ib|Y zsBKoJ^&JB}8+-22Hrf2Cb@wLDaV22?y_xbui#8vKCFL z*lByX5BfD%V|EY%3Hlv#%oXd)@31E)4@wcOpKt7wrxD2gQ258mp@QuP%8^w_Z4eZp zX{t0bZuuT{-v8?;@*V6!Wie>P_ZB>#AlMOFV`@*cjIo``SXTOZ9||1f8^#c0DPZ! z_}x|5+5c^@{*O<(|Cf8Rs5$x5k@5fM`)8#Vs{IIpfj58h{S3`{!IC_yN(k>?$zgFN z_|mQ!o7UlmZbPB8im0N0KP09fY>-i&zXyzazmMlH?Y=MFzVBJ}x@Eh&WV89kEllfy zm^(MgiBpd5otb(nX6M)Mj#Hh+={4WWTO4dTj-mI=V!rD4wcoD6>BuR2qX96-nlIeU zTR+{TZk&GH#p}{Iz;2!q^NJCEFROcxSp$w8a}wI>v=5ULELE-XrlsY2Mx|!x|CCiR zyDj)N-}T1qB>%jWe^|vgtwVT6P(ED_LGBVC=oe0%v#Lr?=+VTzK z=B_r5xtXgSYO!M-_B;YV;T(!$zfG&*oX*uAp@cd$ezV-m9SIbZO2HSOsW~`rJjsyd z=UTLrSW?E{2Tt+tVI9Q{Y6!oztksfKu%RbzGXO<_`z+F7W>?cxizwJUP`tTZ{_yeW zOkjA%hK-`>AWtP{s#^vLu|;kXgc*YM_QPLju))Xvl;lxR`C^AKawQd1D^}N>@k$Zy z?@6>Y0rF!F2P%wOB>s`GUgS&sUgcZyiV~h1^?s|MzCg~PB>tcoH>ISEh?~y=vS%x^ z_Word;8gaE47i2g*o)ryt+XjfE8tLMc8nG!?N41pVFU2&9X-pqnt9a?{~Y1nlgQLY zyAC2JGeD(_1dlNfG=^0ym<=^olI~kALGpklq?2O7e+=4tc6DXjWu1aQZ}k*WN83Z- zBh`~2BgL%-ON>7-hDeM;f9%y+d~0ZnIokDgokI*Dvkl7`Q_5)O^8ypk#Y&^cvG3Ws0Zn!V|j;;d*7KzO+yQ8 z7~)7E_PCu3u9wU2;6Q9B8O&N+(hUjzpy(9kV;T;`eBQv{cSpOU2F&5gM8uek6Ay)$ zB~`EiBzb}}Gr#IFokfrhWd&9t5+9P+FUH#S>X0BW+0TqV{l)>7M7a*jq%dY=vmS8{ zY}epq1z~ZxM$qx}fD*M+)bOv|yZ^H@>!qiDHZ%uf&~GDl5ZnIVLJIgV0?0yg2Ljgp zARY*~N+z%sgxoX=&^**W@eT05ma$pu7fkJc=}m`t3#W~+>vWG1;&FZjEGS2*`7<#g z8RCOvYPgL~jBG)x_rl&K1gv>+_}?z!iOsW2a1CHL441nZr~!(aRVOv^Coy)JoMp}GChZw%$L7*r zBnp7KxVm(YzYITY^7!tHX9#i~ej%4#`8Oc9)gZ7F6rg)|>u55mi-&^iq)1 z0YfJ_!eRN4(Us+*POA13TZ};YsAaWP5Q^`K%4C&noom4<8f2!Iz`ndA$Qmx8 zU7(N6)1ROgR+q!ek^xyJw+bSaoRo3r4^GpVAm`TkSTDdoWFhi@v-^C=OwiG0Ke4Ye zBh=s6>pP{prOuH;a{1gL%+em0^ZvqAClC|4 z^oC5z7h>al!zFN{ubQ;jG`|3&vh*q=Ij*51EjimkUbu4J)zh*z0k!8Y1ln)tz8YDA0=omkqOWy_~Z6jCh+_&<2j>dGImJk76tj#yX)AH zkSEDVkbzWXLkm=|#mB~1J2&d{mc-9CB7CU85IQqGfI6&=+kMb%yUuy9f0@c~Dz)H( z;Ij@#DaIPUuE9h}mz%S){q;@H2Iims1q>vB9XS2W8{Jjm*`YcKIzxn7#`76vs?_kMENM$J3JftUH#h_XRYq3o-X!<}K_0_*Tot`2R|%mp>9JHv4}h)F*@x zvS2%b79s&0f=s`2f7G@3L#lt@J}B_P*N11SoIlh>eVDqIg9&@Q?LP;euU#Skg82<= z5x?#Z53g^|pKo4OySnMS`RKFx$_JV4dT6Gb2O&)(wdBD2nsu|PeX=;!Fs257#wu@S zLA(K|ZH6?YJdQVZ^tQYY?|1FTQ^%jtI1_q}x5EQa6fu%sRen(iO;Ds|0&QSuJ;}^4 z;+Kt^0^7k>d3^_3A7HmA%XzNbxMONzC;Lda@W{~nMo#ik_{T=8Mk#rFW}flbB1)BUisT-c`LOzNR^*%Y*rb-l@04>7JR!1NEXZbv5sFf&HWOc35=j&T5zbM1d#N0)za1}_B4 z9rKLH9+-RPAu*XI3!O({u-#091(6UpNwA(-$ z;_O++#Bd3$1QhdLrBwIbT>Gro9r805ked<<#JC+G{s#PFwnmx@#CdS*6=hA;XiD4g zgf$Obl1Y-;CWyQvo-_X;#O}4FNH((|FY^X+D2hdMKw(RuH=v7>D{FHctqCrJFQ#OYO;;f7k2%Nb3fc6=WQiUxZuhs#d-0-1n{@3f7&YRO{;~fw6wCqFz42PfY+? zT?i2yGBC~gW$H(-)KWMf_{ZDU+OS^afkx=1Bp!V{J8eb#z@%` zMombhZUH2?Gl|WpD(NS4YFG%|q&T-)YBLudSox9N`BO&Dlrm;`nr+6&H0Z~re~`yf z%gzNHK$i#fVlY)V_mSAZrkJ7LW}UPESbk;-o;wU^F)SFSoO`huIBSrclf4zdYj_#_ zt}F>&BDA=dZIg0Z!%df0*Uh=oC`^z1MsM~*4RD(f_9Y#WX?M%DGEW)+H#Uk>?`La< z*3=Y0Mx~XE8ycf~$K_h8#HN|${d!7s@@9lVE?#;U+JdbDZ|mYa*K`L2y0<|C5_{Cq zlg#5^avQ?In0|5^i|S#r@SL-MtR@RKQ|Y-Y%RO?n7hm3MpfBqqmEQbAwI5!_@J7<3 zGq|5;_mkS|1W_Ii9N`nch__Q#tZ28=oP`yFj09ZVBpcT!YNbde?~#8D)bF~3iuL&K zA3bP~0+ChBeF-Hu;`hUya4y>49MSQ3DQahxJXQQ_l7c-(%0OAf&T{`Y5-o!#{g^@0 z^JACg5_cd!$tcZuK}ydlr4E+C>zSjCxLQhaJOJIq*ru704^b;Z_ed~(uQv83abTBM zc)4mM4h3qGQ}CTqT=au@BTMO$P7g_xbYuku`>bGERD_tIj|K`!lEmRw!S`#3;L{w{ zgUdIyP_G!QAE&Dn#a?>*p0#>!x@uMdZw6&~j zTRpFjdyj~*xuPb=)X56gy-AVu$%$;lOLX{T2UCtn8f=gq$r?AOg&~n5NSWa8_sk0cb#709c-^)=(vxM@7@x0JC@XnysD*-8_mI- z_88L^TFk!zHph53nOtoIlrnW@n|VivC%&`%nw{BJYte`CV2GyNaEaZ*G2#|HEt z67>s01@RAwTKytdKq;sBmlw6?%5O8TGs6FnsDIKpNoG8&1r%|kGRC|wFE6nP#dh&o z${+bZ5S!|>s_%jCPdt8~gxI8X;;nT#ei(xZSv~lo#fM>_C?qE^QYr_z>_Sc zx60URGI>2F&Mm#zupNjLSaiN`J_c4Th9@)`->!x3p!^5hwF7X$Svb~)5mgsT9Cz%#4?m^n~Xlc9+LwtX)*=h$BR&K+Fe13tr4$cuWx>9 z0tXbC%QK*%Q~ZN^1g#_5YZXHf<%<>x=XNu`#YgUbdb9uF`^PX$F%D!c2WD?p*8eMN z9()XXK`(TJ3A3kcwQ}4IG>iAQW-u@>qH1`ynhktEbh9u}f1I`t@IlUo^}?G$%r%f2 z@<7rEb0MWnI_dsG#6n){q?AJz`NJEor-p#DktZPT7PB}p zjm8MAc7O@0iBD+|uEs16&A-~Bu&i62(lax$Ou}NkOX{01JSGrKOyS;{*schx#o(V{ z+8R|~AOJ+=*AKggl~YE(VJ4z*85u_=T-w+;h2An3cvY5fpIQeB2+E9*mAv za9R0;u~?PZ<#>yU(%r~r70xDR4&ftF`j6{%K-sc#PN_00v^ClP7DxCRU|$SjnbWG$ zRF7etQe)q$ms67g5=xiYyV5lCA_1M!aw61z2POVs)A_|oJ6QA5Y)-R&yIErJ!awuw z{q!fK!iXtr`B$(pTLm+BHK{v>VOfSZcno)=q}9fX=vL62N>^%(IVbV_`-ij zb6zVU&lj9RRy2^G#5Aq&>d1JM?o87!CIfcwC08uOPm!#}%~r!*KxLODu|U1xK<3%z z|3rjo!_i!k_e#=uy~z~YFU<*!lS|eIcok$67_8&STq6|Fw}P|3uk+EqGz_)Riw}RjO2MN?dZ@V zee)ZzP^nXd-*c?NeAa7z2zW`ICY3rYHQEg}`K@>3#8!`-cJe8_+A!UeNhMYI4E zSRSB=q&VuNioClwX_>>??@(U;y64EN@hxJ;9fx@l8qg<2Wvv}+0yT7CdBkuGKW~s= zE+A$Go2_oM4{R@_98qU)79~!w;TG2(_Zp8Jl0;A^_rZ4XUs$OlJw{;dA&jDja$EaI zcU6aeDE1;`_zZOF^^*!t&8Lf*9)CbDeN?6FRUX zqR&ue5`&G$>l%VozJo64fU-)86=}e4BC|+WV{j8?j%Jo4RX&L#^HuE}EISdZ5HO{_ zR)P<9?Vrcn*%jXVZY&qEuCxtFH)+TjXS_pRT@!uGb|#%6ry+rwFsJTZTjC}`PjuXc zR|TZjt&gS-Qb~oEGKs=iV%=j|d8DOt(I;L9IxIKGktAnSH=Ka8#|F_KK%K2p@j1xd z5-qq9h%k}9C!o^9(M9S6q%q8$vp=kS!ljs%fLFXqrOd>p&S=x&9alRS!1e2Xh~tdv z639n%Y>CMtq2<##g`+M0I=R?9FEJCFF8WP3y^<(*LV9NC2#3PTPzVo1FXtedq;=gH zD0A90C=C~v+n)ZjXcBn;$5uqyYm*QW>wZCG}$yz*Yr8^6X)uzw5gYmI2&)FJ?tD zL&s{_(59c^ev&?gb_-gU;j=&dN6Vsy|9;p+@cy(}Z{9m^dil^ne{56D3A&Q8zu@*~8WZPI#lP!|f$Zr)b@5HE8%aREXXCUS`Yiza`b+i5 zQvBpMNwb{=dO>)lw;bkcmT z5uwEzWus_+Zxd~eu10znK_hB#JoeEvdLwcxu!K6>I-n66~Yt! z)&G;P@P<4h;M2(4;LajM(T&O+{N+u35Ka{GUR49ig=u2CAR&|^z9OIYnPLmBwW33i*}>S5`&MLIW0T1b zn|;|Jt9}a-H*zSj)9#RFp7ON~^cztWyUDdFDUPUG-(^Z@x5}k=#P|%!76YjbA1jyh zcpr(fy}msqS}My3QSTKsi=uvm@FD(ij89>xn$^VogUGK;R0(eBv+w~z62sE;lt@oy zMmyQCD%C(z`kIVZ76U0shAnqmH|z80VE9?-+f;qFG&*a4aX)+7c-DidN2l&zdZw>U zPnu}}`$Gk$F#yI!KJ*AQ}`b2n=i60#~%OPH}74ra7$FD-0O zn93SfVYNv?M96%T30N+qZqfFiq@V?EhW*)F!m9UwLU)Lmb zQv^(af7jJ!3Z0dadnhWz-j9!Ykum$Hz0?LxTz}O%JkrUzXy@x=;;@%q9qze!@}nZj zFbb*lo`+|MY3{AFoSSE=;27B(-A$ssUp+ocsvD)HKdj!R)ZGUPie|sTcdejnoqS_7 zlj>#|Kd<^?)&jWR2IG$kLMpkz3B^AMy^GHy{7mSa*e3;%k#PKEzAC?bD2hD9bRgU_ z1)2@d3Uzz3-f5t}4mpnSIK;xc>^theVB{>9%hZNn>N0}Ykr_`^Rpf5C4g?zxojk9u zkYJIhnYg3_>wYC3`qjl4j`3|8gcW!cEz=3_ULKs*G5kuyi|ff_4k`xu9o4U>xqj ze0A}w)c(qenRThLNH(JIK*BuY&RX&5kCjh#)POk!mrE?T$Q8;v#|<=U9v%pCR%hF9+Yp&$#&o zwfz?%yZioe_+k9~;oiiruL7O^(OuLB^8ttl@1*H=GRxa2D*n^rZ4y-LR9{fk(^Br`Xq^G6g_ql`&-I z%TyMk%LkDx<%#-Abo57JqmAWETe~decooXE_2byCpGgG7=(bRLyOc#*DYE9=q{9rO0kYSo-<;&PS>U4 z<%bK^EC>~Afxmo~;BTN2bUTdfssNRA7k}lV;q#8#3;-oT6i2?{oBwrqK=$clvXnW(U59r8uXgXd5(OgnJ;nu6YXr9{6+3);E& zVb(C91+1FKQvnd&`96@9uU89A!-}6vUCVbuh1H^fI8zVQ+C0ptG@QBRSd{^HynxyO3pX|i z^Ab~hT*^PLif8D)s$I}BttiVKBQ*dPk%@8mba7gq2P+=J_Gh{7kX*?x*Rp`SR9#Nv zdd(}DsSWJ6BtuWdLg^QKlRKo4dWWZUrumgJ|NOP1U(QrskCwGlaC-Yj8%USpttfv6 zR^7W=3nDQ?DwoC9-@@00^?Z%;O)SmU$!^)z@ zF|aWrmI@j;#dxV&P>k!ZQh=QryprL@Nq!g&9TL!rECIIG$K+k==#4WZ>E7Y5K4Y4>v>{Z_Lo26FcH{(5W`s5 zjF%oj&(*WtZ3SMoCxrlPXeSV?GLIkDbBNs;lFxh2G=pljxxv@ibtbC*#2@d$Gb-0S zqv@n;lmTYfb)l`YT9T$hG-L}2-M7CLOwiSA5loiFkQJ5TXze@Eb$pi3%F`t^8Z$3! zP8Ut^7V9fc6l*;il0z4zx)+p8t+gtkP+{{m?I-d)cvIJmjj9b5EfHreR%=TFhiN?Z z!!%fEqsjZ{S_elpTUpWzDQNF85lvmG|3Ajgu{+asZPu}ECmq|ijgD>Gcw*bOZJQn2 zw(WG1j(TUldu*&R=7;qs?z*o!tB%?eH7RluChV&Kz20&@ZeHrDmHvjWT^`TGHd^W= zc3GC-?~Ily&YQ6O23w6WeDc{I62=Ubh5kcovmF=hnMQPksPpou3|#yaDDkMt!MYMt z!ote6D1U6{y-irU+|5R?H$kd~IL8Dg!Am-5N9jL{oIoeq>i$#Y`&`_)%fmi!cq!o( z74SWXy3I?#;#BG+J)iIs%c_{MtKD0rgmy_n`)xq*QA6A37kaB*TCA!6hhQN=Hb26M z+jGG|l@5RBy+%o5KB}{&K7Ko+6oPZ^y=827K6cmcq{ptrbg#$hLhDlcBejuP-Ep!T z$I~`ncJyaVE#+=x(PH4&9(Am-&KG=SRJ?G#`dS8=IoZ-F-b<7`3@8BE!n8g^Z^MX>Rb`BfWi?QzMoXw79v4eF3&(e z%&c=XeX+LfPu^1v58gQndHxBa`}x$b@+`a2WUrw3Pv1b&zB~f&M$z|+ux=Xn%`~o< zlVHp|b1~8x1O{*gtQ;PUnD#;sC)2YbQQIO_D~nAn(v~qa{9o;hTk4mdgmYfqkS;Mx zVTuj>Y<3~wGgkM6SZ!LIv(ZW;uj_PgSCq#~X|9Yqi{an1P+acVbC0{@ z16Oy)v;LzX4tufz1AbsI98owE$cB3Tl|bolew5BU8SbokgCLK@`9DUSpUUc%H9C_! zUjR;5hEii4tz0JU+O6*WRBi4cqfikcis%{ zTjl7`iZ5EdpHB?zaB-afqN(i6|DC4(XU6ebtLHn4@qHRX^8|hz+pqHvi2~{XI!E|M z6(Vb&R{gWRx*w01kW5KO=Y<(Xw8mzWfO4AlI1R`4fj89unTJLD>c_A1_g=m4eKzjT z`{~`~<=t@=jyO9Gny}ULShX6PU0=nYOy%@r2gjkwqa}}q$!HxDQCgw>;la-6 z={}-|X-uSbK<63sU4RgY(%`IQ_)z%@y&Ct&+W)4Fq2>~Sn8JKdx|KLVG_WbR!naErLBrREh%$4F+ zTy+k?AE2nBdB>N1-`pY(cR(P~+9Rk$I^cjPrLwnDs{qq$y5CGy@dMl&W*9OD&-La5{tVM6Us- zG(kCKx6lVzjs6aj6|@RnJ{p0z|0Jj+HlE@u%`ciKwJkBJH4Y-B=O&=kQV^d2_Z+URgq-F^oGBH?`L${J39nHH`!V(QN5==r-a>*gbxQ6f z$Isl4Bf7g_Ylf6*JhLld&bid}^@myEc9%&Q&|j2WPD+IJ#?tXD&qO2|gJA7E367yH zUnerA6W%og21qGz!uP!X7ih{O!LXb38@k&3gpibJX;N!q&c!Jr_QDc_5_nAr1hNQ` z%~vr)1~-cB;&FvB)g?mOn;j&8_pxMJ8?Z}ddW++TFrqEqy8Sy#gKn$>5cFPq+rC^3 zh-g_@*ZPnK1jShk2OD9oTclUx#7I5)w*{CAHqe4yiWLQl;fKxUsy!KS*^;>zpJfk((f zC(ijSeCgK~(W@Qxy~HFdp}?DDp*ov_*lAb!^N$9lY)#kV5Iz$0;^|D-Re~cGPZMFg z*7`xSs(2QEGAV`Ma-3@Tmh6JsugeROOgyfd`C*<2Eb&Bb`I_11Ay0!g0Y&w`5*MTO ziq-G42?GR-Q7{^Tnp148{j@OB%UnP#y(`+Qk+(1oYD{#)Jk5EkzHvkrOry7@St_Qa z+^y1fz*+WqQ+7;~*(~e=1Qid?s#8itP{?|8ObG0=k{H}i;>@yIEfzMn<{=sC@y_2K z*@{z~E&kq8g^)2!y`MLLl^-NQ)!QGKwYOkjn$0*Y^gXxXcl&8^7giUh%iy zUGKp;bTrjle=yadQNO&&py>x?bwv6}7{W=-nHKAGJN}_)uv^^sCs%0QO@wbg^&HFq zJ~V)D!LW>;vSIY z`Fe?$bhie~$U5WKb+5i*#$?%c&(Xt4mZ6b@O(A>o7n>2Gmv#Zy)NQ?CT2d*<;$aBf zJE?9;bFVkq9#hv9*0V29FWLVQ+ZlW~uGP8V#xCxKzCy4!bEMPfNKc<#MRWQPO~{E~ob)Q5bBJ5>fZE>x z!`W8H8tXiGsE`Tkc=Mg)hxhA-(|`DK>g;iq_bI-VY9O7Rlk{foSWTyV%5&SXIGMcqb(^#$oza= zG}o=5$~K+>%Keoca{sbwwAn6bOHnc}XzIBV5sE8tlWnUc0G%mV|I<@C(`0i#%R^`0 z*O3jYg;)`Rh>S%V9`Z-}>bhJb$bNQYisf}Ic(LKe7zI4h#K-)}zRgeE8i|+Y@*nB# z#Cr%Zc>%+SanD2%maB~40x6PrK*(Q{r>kFSjAvc2(%9PUS<_?q6chU*1cRk60FSah zQ*Gb}hX`Bq=bDYjh_h8Y33PY)2tePBj@ePIsAa3($&4-qeagvxy#vkgL|=A=S_zY_ zpAq>nkb@u%eoUVdw@b+tGeAoY$Y7)LOg8$)f4NuLiKjc1_p+ZY{cO{~Je|u`9DG%b zr~6r7ALebEcC{^}UQVVhKEg&oXqHQX%pxQgUncU?3@i!IPA`)!5h4eJPTpb-O2$Pf zRjV^j0T{J3N>`v{S}o9a`G{koV2pvD>`wmUKfWuMoW&a1@4{^{_oB-h6DadB7W2s3 zLDa{QIZ~sO=8_5p)jvuLhBn3SDI))Z%_Gwu3a|1I<=ws>mv58zNk7GcY#StbishGh z79vSJe=o@$ncy3bx4&3I#8f!C?NmGz9{VTI4UQ{_G$8$(2Y6!bjX+gMxw4v0Ynt6$ z$TfN^gy1I<;h8L}A?R#wUl<|>l4@jv-WT^#jZ4Ea6{7~bOElj;Pi#$@b(gN!y*shK zQ2L`ZQ!WiEd2qUTGfKelYIKiXQz=vOz{C&7vFSt+nePa)eu5(LP{`j51?T5hod0;H zzb=MkszSvR!g?a1M5|M0*JL%Txdt8IRSe`E4oj${xlt#aOs$#5gSweUGVYS-R4|rY zFuily=7u?s3=B4LJd`0m%NM<&Ho|p04xsT8@Q7_=An>Bns_BZQoU2J0f4kU2W?)rF z!AE8teAI6qiMIo?M2njX8A`ZMVytVRlWdHWIT>xipY63}QCSBgk3yDe@AC{VmJ6d5 zMXD<@`+5%1m*sH-kghq?{MtboOuRLRAxeRTY@2SELsrWmkMCg>V17H#-nNcyNQO3d z?Ll|l)w(%^O&+_`a%w9?o2SA0?MnBua#BX8c>;%a(lL~?k_MeV-T9u-cS6<18*Ze0RXA3s@6Rk`GlT&pTG265Oq~5~h9kSvv=|>%3q4xj(C1 zSbDm4_`N4dl!8pvH~4xL&tKfN>9@#SQxQ?&IlQ`2FFn}wuT zO^E=gm7>Ds;uYyoD9q*?;r>jRm<@{50!d-B)Cn-CaM5Va}m;CEP^)mh>$C-jTAqzZ~vpbIxU(zcYM&z~g9V zS9Tq#(RF~)A=KvcPMP0h%1XYQoerUS%G+Y*1M9Fko=+WfRF@ek6^{!w(Jc0vdA|%3 z%@(|eSOKg@i%-f0KMTw%h*oCbl6nFZW$))>KH*xF!@lP$7q7DQovgvxqpb(TPqA)o zA}j74;?(bC3fQ^Q3-6GROrV*IELSXg&r!{Bm-wV#w ztn2VUV?)H!g`&$wY1@24jK*suDMMm$am7}pw@H~MZ$;#Y=XKe&e~bM-bNT(+Zf_SE zZWm|!GN>ZY`sHrh#;Nvo)8!Es+H!VI1$K*@IjELZrCDSu7|uaYlMuM4(`7OmLdCmz zc|K-lA*t|d1D?@#vB*F9dz8qI+=7Wo?IUmDRjdPNp+vhBxrX2%uIJTW+m7=7g-pS#*Qj zuL?p!biM>9sb#TChQ^R7NHX5Ha`T77I(DIRC5zjWr2CdweKgD0uQ^D!%Erb`pQQnM zYLsRYIm?tn!SE>xdr7Y<327eN>T?ygq*n^MW*e#`L-fj`6csXE00w^S zr8gES!j0|~EBClZLC#ljS~65Gx z+%T&T^Vc0uYYby^Z84z)Obg+(4hWsY*fgao~+KMxzeJENss& zYfto-kHknLh_I22Z>VgT;M~nTMkq6louIB!{SAq`bZys`U?;d*i*#MM_-QZ5c}Xp?M;B+Rgc)ixl6MTOz4mvWZ^joe z;Kn?n(!M7zN!B|s)b2bvlrH0mepB^nG7Hr^m6(RYA2PrN>_?K+zqZ6^ z)DizN{n5u=w-ts?nUf4=SXfndhy@{@e)>SdigAQAPsg<_FjKvTr1>(L2v3HE1!cu3 zO15fweUl?CBxR@slq?L4fDQvhyB+#zv=5ATPW43bHiaiy^f=HnFCR0U!S=T*^3XBT zw^GeNotwQvzZ`wfX(bX{xZ_6ScU=lP{Rl(5JeJH=pvhEi=&>OVM?GngiP(=KD{y4< z+i8hTE3v=C%J#!z4!?XXJMM)I^)uE&Ad{7xKB1aybKI!{BY13)6da8A@ z7xH)!0{5JO*HZPmfAg9ESl4_hUV4KwLXu{{mQzOPNf{i$ziZ2a4y!_gP+kZ2cwl92 zq@gX-pyibfGzFEM4l9vyb~G5hoHfn#0F`NXj%TngL7BoSsKW()8cHe zzPW;jTmp6FX@~!XYtNDWGqopoTvMlswwLz|22*{a$?A=rTDrg9EZF=7p}yhAp9Vp} z%~%Xs4>8)Ts9GR^JhIkS7T(7V*3Oq387sut#5pI~j!K zK)So#cFAp1vZlJ;IL(OPy*VI(+oeYHtKANKmX~`=`YGWjcA9sD*W|PZc9E0EP(#v> zm@t`c0MK4#FzCpB4PnfRg8ciJY%7x14(GRt&7fVmHcC`W&j#mYTL{C{ z=V27^OCH^e-*(;Z_GzB?XY0pXr}rCen(a30+41iNi(VYtv?vI7)yd1R(-fv@Y}CEl z%}Fth{hR(6rsJClKHpRKzpTB-xBK?cuRD|ab$+ycJ@onx>Wa72f1Db;k24QTR}#ED z5)IGGW+Q2VTBS*{k?@1=b)~cIX^gc291X>qD3bkbUk_->w7Z{Kiuss~tCaB&Is>;~ zS?Zz1FdoHhZCcRfq?V58N^!ieJklNRcCR#5Ya?-zDmX0%T6Mrlmbde8`+O1!WnLi6 zvx0DLGFpy-G`OrD$eYx3w3suiauqwI<*l?}mEt-{d(|8COo!l#562+v_d407XIO5e zgs%#X?=&WWs9GMM9QW~tn^w%Z8>>AsM*ywOdYdE?Exf2r-8=3A@=w|eSAjbw`yf@y zO)R2?3%A~31v=IGJ18Ck8}>mVPckbPc{C>=k{{|x>HziM!sw`G`vgL!LRcyVm~-_H z+wbB`%$dwgIsw%4^RM*bM?AwfxrS0~(yZsVDZ`XT4!?k-?#4EGiS>AkhJ1msv-AMg zX)7;IVC$4+Lhy-10DC@W<2&M#C+TwDMJW^y1nD|PVN-EGhK1Lz`6%RUz1~;6TeLo| z=Nas2fQrbY_=n=7=S;}%enN#8e3N*`I!lt0qQ8X(({tn@=gyfOjxyze)YUqR>{|-o zPJ3$Aa(n~mMNBZb6SyKuDu;V)1{7hm8B>zt)Z`HU8%QNA2~Qh+bJesD(rb&_8vC zrPNk5KWtjD-=hPQZvy;h0!o!oco|K*1Tjq5KO`Pva4=5%PZi56!1JS*1KFRaRt!V5 zBj!+t4$#MU@OANE-HrT5<>tRi7d5V%@jWYv*Qha7T!M0;oj|^vt-R%Ayo%=M2&fT_M9d1M!`OtL)o{%j3wzb)!^UW2|q@OD6veWnExghQ~+B#(Ehi zD4_ZK^ej60k(T-6J?fJE5CTYDW5N1%(L9!I~M>OG#sYQ@gYH6`QmZU#S9ptRDKVWsG zl^;B%)o=Idg40WpSshOEgt|lFPHQ62TJ5lSaDaoBtJbbuAarPsr@Yk})i-R-OCwkV zjulN2{*0t1tA!$+R#lQKx)klQGU7-3Wicg;Jyrlua5VjDt)8J@8{2Hd@oTl)ds3;v zj_(CxnPH6=hVs^cQhe{Pd$GLZ#3VjSarx5DIOW9@i{-HVFGkH=27LLlCDeJKP5E`g@r-0CdE)JcMlEA`vNh+h za)NafoqTo;HJsl@;Cw7|&(iWFRXiH+!J_R+i?G`<>&^I&r@1z)?8PZTM!H$^5t*&c zwkxgY4goz(9WY%*T!n)s+?Bb3N4}glfU+(Ly;gp!>R)T)Q*%?=IV{so*r@8L2LnQ) z&Y~{%3i~Hv^g$xZijfD8(|l~e*KZF}JGNUK2?kRz!j=Lj3efOULdSOqqrm6=XP2@_rkG6mcgn*JwONekUds+f!tyWyc^0(J#UX1*joA)@J z`F+n{oh1AQ(F|gynt55e;mFTZ9?BtOjL2XFOuqkdavDGjIH6<6)-o`L^%Zxd%#}E5 z(_Sr{d?v05CDHLjd;{5^BAI3ae}oGTHrunn&9u2dbO=cI0%Su%p#D9%M<}*4-Z)MF za=T9_#5p)mmRSI=FSzvNS_|1 zwHM?2Jd@5;bKHD2&>C~!E-{w`a=3WE5DFB>ibQA%9wMez@@Q1+FZvVHH)<=Y5Q+b4 z`jNN89>ac2SOQPC8qM^C5Gt4E;okn4NK2F1;F(aO3RE~k={{XJV4tQXh=zc%rXYWw zcT@k|=f@&Phd~yoN{vTJ+l!TI%)T@Vvt9T+H=Hdv-(gFn??#O0vP>P?c7G{>vt8HY zoQAQBgm518xTjUV?g+mV4fgw(>dkPkFm&P(h1Bc9^=70sb7%GxV0IiAG85wm4krL2 zQ2D$q;#x#FtJkb5SB{f3R?x7{F&g!wV-z=`o_`7#=-2%LzdI+~NNIV7UTVumu&~9wi6L_jwV4t(@UZcV_o8!eg(cj&>MGBo)U_ESzBOwXs&wE}m ze;gnmX;Ek+Bd~GfW?|;w3Grt%ThYVf6Y22UrQQL(@)Js$d1U*&#Sov{r9qh{?8$YZ zkaJ=v=Oc6~SOR@tt})vOB=KLS7spVqn|66~sLOs0%8OmMxMlXZu0VVWHtu%izXfpV zZ39Bb`PyK-aj%ALXYW<2TCKvKr*5k$z>ye73}Ud3O>|xDw{%^pJ*}d1#zqh45gMF) z;US3IhKl27MH->HuMs&Uy5^C?a)Ho zVp_CXMS%AS_v?IGaU2~}(N)FLiRtETKO^(PJ{1Xq<|NVeBMaJ@sx3sU9@CukWTuYR z{(2FCk$K1Lb8R0RYA2rftiLai*)K?(-wEB(ukC0%P@x>LWRrIUcBVVqlI9wm+tu8> z7PY1^;IdDF?49Zm$s>QW2Rc4T2hou@PyUlJ<3$k6nI=0f_Oo+jHa1Y`4wFmI?fl^2 zfE)9LioK)B z)r>F61GKUIA=COv4MK;L&Eb)|<{!TUr}bpZhv!tO#+k`_e(u{JRI^ z&7tkUQbU$bO7|!YR@!kj{%XQYt1ytpyx8*uU?^szV-0_zt;9QQ$T7ehT8}1eSeT|1 z7~;`)IBXnfRHX<+s|Z_~EMj74TbH81_X+k5 zviii;0QYs+2SLScH=Zu`+C5eY-)@UXPE|Xc<9vH9EcedC9K4LR3+870M%V3C@&x0Y zqjNs63^p#3;+6b&1qkL3G{6CD_M8nzu@o(};}KHJ>k7j;L_ZD7FNX)J!@E}U0?TFp zQcvBwhvPIqAkCZI{(n<2&j0F|$;kL0Z{X{1V9WpM9+Wcn8^~1szwW`k=i>hWTM!_k z7~KUeqx3_pMsu-xALXpH2WMbY0an(cLdK>$!8DFKhLqWE7nvfAhEH@`P^OQ z(!sA7n&tPCm*i`HRw^l46Z+x%#-EiSRj)*NxJiO0=^%&T0zds~j@2DqiA21?##t56 zVn*+rhQzdeSU04Ry>lNf|Dl{?Z#ATyq+1$2AwYhK%>^}^(bB>5p zqtexZRs^LYh}6jUOHxE5iJb(c)z4Equ_ue9*Qc zM{(;Z#fE+mq2i!m?qGWKg!5iLq+BL;Gy$li#L)=)B7fAqExFPsaLbUbM-XWG2AH?ADxKhsE>k zXfE8@mg6+14gvkak-ocRDnCG2s`H9_EP=aN6y2>dw7%ScM_(Ya_L$41-os%U>%l%# zDY6!F@5xIf*+tjo7URe1Frvy%Mqb!!0oo54?{75J@K85J5)9X8j9zJ;{3ZL{(yYf* zVmh5aRRd?7CL{aa(jxz|ouvTalQ{Xs`GRWqwHBp~h>yotRUIDuqgO3;J*~qu1%E;9 z0!!L14N6;8gkm~0Ie{ZjBoQ`w&&lZi8OgE9iJmstDl_!54VGAy-BvAyRW%n!-{D93 z$Os~CSjf0uvKmVZICc4yW>>qV#`|S=`O9a!Q07y&YA5p+cc%A8xSQX3-JZD~&6O5i z8~ZS$)vqrfH0h+)yQLrGAx6^stuKDLWkDtFMJJOBXwB9rn?sIXZjlrEe{Wn!XHEMz z?`!FgNXe|pTRteiDFU{mdKT4sx`i)M={wL|Dgi$Rs;XMN6|&V69aY}f&Ao4N&M6d2;Hj5LrF^(^Etb`%;H!92 zPyk-Y%bf8mY13bPH2?hI{&dOo{TP;;?Dn`@JkKlwZ&F!dp~l?Nul{EMZr!O&;_YvUVUQ#IR*G%h~PpQc1f+ zr7`EqHQe-$1buldF!jJ4*0ZV~+-roRnw>6IinB%H%p&JsSUAls6#J1bN_>6tf;XI1 zQhkck$#^>BrI|%iH6^$y8n$0$D7_x*9BS0kWz$tHPu1q-HbEto|j2zlKva&u7t_Wz=T>PBpT?-C~nm1Lmt3%<6>ov*Ccp7$XM$kMI8Y7~^Z zJ|~EKI2gK}bjY9SiO}g^mLZ*3Oo^CS?JCCD+0K{GLo?^)xnC=L4_|O;v8WXO%}+DR zHpFg>nC=e}#i%~-a?qh-b6TE})l_4fC#*W-BUQdW1rfz*3djb}d&zo(mr@+&>*CRr zSlCV(A>8_$v%Sp=Iyqf@icq*@OaS&Db*)34j#(TizH)%AR~*(RsAMWaBboV79ZPKd zAzsTAIw$#r{43#186iOUSG+$qsDzLJI$#XT*#!KRj$%snD|P}rZ;)wn6dOxxpiu{G z5G+^W>8Es>(8Rc;|1-+F!FKA*!yX$dS&S5g&f)}yxQTx91kSn1U6VYMGLIxR(h82FKh~#e_su!w6ow5q zW|}$_^F*#(s$(L9!jr(!tdGidm!q5yOKCLDBsf;67|t>zd#DUT7K${KIG$6_fc=NI z$?qPc3LRKGW$HX@;rHcQul)4GSMt+Fx2w1B*0DjPYnMSQPoW*@g7Oat;e3VCX&b@Y z`p5_2TAgx-esE|Fh)=EL8(F4jMyCTYvqe<#zV%Fo7-nXzx^M_MB^fU!O%eL^M z%tDPL;lCQ$yNg1bj9!-#WJ>AVYH=bi&Tz<7%iW~nza_hl%~Ef#4kR|H%JR@DoSa;? zVW;`*o1d9WSEnr4t1SDlLD*0Duzt1y)+HCpC#-{c3I3XJI*gH>e<&)zTfB90*hC4ZN=*qMVJgiG*HwXBjK+w6y~S(4=5q-q!p7F4Di6Mx9t=15{_~O|(*B>z!+z78Vw^CWo!_#e( zJ(Fl##Jpq}v9R8kn4_40*f=G1AKJOMvnDZOZK^5FYio%hoQ(MNlwG1qWlWyk^)=`= z&{Ti!#bowWXhz{9IcnRLc)#u2|N5=1_ix(p-}xb&9RJbd`Uf5VKls0Il!GYE_X=14 z|HuDxY&@?B`}~`BK_{Jx>Sfkw(U3L0QA(LeEWn?AK1xb{^A$es|2|nZDR6V){_>~G z`)|6hPfo9Q%Hot6yr*Z6oE9V6q7*2LmR#McfIjDHsx!cukTb6s%pDSACS?z=?*8w= zLAjX%^6jy8u|qzW1x zm;LoY75NnQj?O##wuDRLU!`A`ROGq;0fQ{0vu=AfgOIbdkl@Ej zt?4u6yu9nxa@dn9!t{p170hR=5TJSJ(jK7HGRtf4hi_mOvHIQ&<(`zByP=%;nY7Hr zlN^b0;c5+tEvj)kQ!gT_aMW~U;ks;@$2Pg2CGvg8|7e@RE3Eo_=JuJ?#M`8`Yo29; zf|H94+6gL2p<$_BLx=<|;A-;RsYck4EWyf5f2QwwT)s#(qS=R!N_PrwFtAM_?EE-wG^o9L-0 z3q+E|6hTU;!T~PZS6(&ze{BfX0JcIrq`bbvt5h43e zcj2ks!cGj=sM5Rhec9?6l$OOcjFTfK9g-8ez7Xwh(jr6Q9u+JK7a6FAuU-T2N)4S~j{Y@*QE4L}?rwwi%; zFqv7K5zv~SG(FhSQ^H0%1}A_SeBY(sBcYLTrQaMIY9Wr}VX*L6gM+a}o$*%%+CI6c& z$eXkU64l0OL-zU|rG6>$9%OM-x1$c6gnrjTrh(#}n;Z@uZ>o16j5A|ohE+$BK<>;m zl&!(+8FcyGQx-_uD=qW0`k@(8Sy}U*<)UF_AP#C`2vEC*)6E1)VeiZ#Hcwv#*^Sbl z5kSz$&$Nh|?jddV7ZFYcvY&a(z@YuPqNJTEG*XQGJcd&tmqFV`LNEtEZRj2pFg&Adm<>TMfb9b*3d7T zN)X&<=$5#|Kuxs2iyIQD{0y#hZTD5N%y6A3E_ABFC`BEWW=%Es+4r7xE@UtCM`V-T z*7A|51w^PDlLj12YHSd(S}K`-xIN0tGrZZ8$Ac;P%O=e!vR$z2Eb2GtqJ z_nWzRo$AVDK@3%Y9`DH34Pu#qo?R2q-kyN%3Y{Z52%_ah%(3LEhNn2&a#Y3r5xjq1 zRlX0~am%U9h{@>-#`(=PsY!sKhGu8sbYkDeu53aJ>k41PsUi4+qMfr}SD-aPAc|s{ zvj`rt9krouYif>a^Ff`SWc|`JNXlrAm;Gq}y(6=daoUzFooD=0okt|KMnKWOGIpQ5UYwX=;{no3}v9G|*F zci7kC^x^)f|E?wQ5;tvLZiuEXW=F}S9<44b9ewNdWk$_;*dds$Eo`Ml-AU7WSV&h< zbN5Yxt|;fX9M4E48>e#=roYadZ2M+REX=(7{+lxYcRmjn^M70_{>kqBpR7aS_yIX^ z5ISRp zFO62Ie%@u%H@7x*ecPxHG#1CgXm$pNH{_2X`?0GihcYvJ zl?Y`dQ-M^bVTw@6DcK>MV{XK-R_Mi!_JYX}H&3aHO@ZPpWN~gr;^#J)1U;rs{3;p+ zjU|S{<{d-;wfOj6%i@yXxhW3#h_l&!o$p_|TiUqpWL#3Gq}rvoAK8l>b@OenGl{F3 z1hg`0ZK2hdgK&*`NwL3|<`+3>$V-HpG}vXZ#oQ5$A}Dzs1k&_x#? z+5sp=W4bQ$(uE;od%Lm^Wwp1tP6GfzIee@bC`?lXg$)5$gb}A)R=vhf82lujzYoaM;9=vxBW}KA& zyax+h?Mg{UafU09_@h^N#D%R$0oNWKE_?D+Zu&x%xJeo&-9ZdyEuk#VL|3LO2W*n8 zURp#p6wlg1%NO1n`n6@PkTdR-f5#w8n0s7_ zVMxCjf+IWGU$u{*dsGtW48uuuw~0|BX2%y;-8$qWK&{CXFHy226Iu<2{WImEZJtDV zJEO#Apg0G|+h$pEO(?odGPqT~PK^3{W?{P;o9dVkTM2{qjg+}f?S7vs5qhdf#-rT!O1LQW!(uQ2J zk0uR@*3Wuf^wc_5O5r*E>(UkS6TdB-PIhbyNnd2nAb~beqI~i-6N@jV;>1g@g=zCe zCPiSXmYh%VjVDU30@fEOSjnPPNuD1zI2i^;VnjI|U7J{Y=5*ybYf5O2i}9#_eHT%>_W`y<$bA2m4qGdQ!c^96N`hdW1t&PDn3 z59#{tE@Llix6!I*4u3eUs(r?m1M_!qD8Ggvb zf({ee7t!ih$5R7(?WYq^+QLfI-%*)?&`=BfdmXbge^mt3=X&yZKqL^v*r2Z2m5Q5( z9m(r0)M`d`?7GM)QwE*p+YzbqhCHzMwDG?AjMJ=)4qotIonC1hb!7ayn)pSR+T_z+ zYG-IW%#ZuKQ6nd;be)P)#Ei5i=*ZadVNC;_UlPZ7#dM0TBlCx;!Z36UZ0drLA9(Yq zs{dAF7fC@aN5v#xz)(o9tsx1=#xM!{wgM;}e$w_XdM6{*l|*`)W|0FWmS+wgu0GeX?yN z;pmm?oH@!ZG7<09`Gs&Chx2C6I5>RX&M%-T3X|?)sFy99(T-ZblWgXGQ|>*v^>Bd-oS5${z6t`d>Sg&Q-FFG?6Y}bJ+04J_ITzD^b+_U8&*Z`J z|6Q=TfYeGTuK{CyLn4BX&kE=O=aO~xa+(lZr(#d-de>=aI4m zl&U9bLFd3VUMc6WhYO!p!@H_@$>07JI{Q%}jcH_*&_s%IfbN=?szx`ip>{0maO`zO zw-KTK2$^$(+S85dE%+mujm`O8t?#(aGIx@OLe4=P&+?SlxP*>%V+4RC@7MFegrAHy zQgIHX1t#XP-(IY&Gf4}e>z02jqKiNIdSmu6BJ3|thFSsP9;kr&!ZW2INq!K%pDSkZgRfQ0n zqF2P_q5YxQfnw7BPttKA)yCtijVuk{4~xnUk38fXvghcvRD?Gd|3B#g#Zky(@~GY- zm%u+tW^&wA)uXP)tC2Ry{}#vqP^YnRAm9R}CQz>=hoPi8=g(XCT7ziZwTHJO$W0^~ zWN}i-8x&Rdn*7bq;Ve>Lpz>>=+i&Fe43_$&mE^}yp~xCBh6 zIFwJ3zpw-DEfroyDV0V+rS9sk)vOX2vZh(&&+;xeX=*%v^vx`rr=(K(kMmN`_6hHn zc;eqbjao4oRbZ~buS(HsjJeCmc+WEO1g>u`R!3mfUdd=s^W{?t!Og~oUC1(Avf+T{ z;1N?IR}yv*E?oNmZYa)(D1AAlq(lO~gR%?axJAgE6E|lBaiKiKkEtU+Gc&(c&+*Rj z2HSuZ7;MMw{q?sS=JsUbZ%gcWPN_J^G$ftNycv82bJNeJn)m}MIFDLmN=ExXaBVW| zd2OXZ> z)MB-GTG^)1SogBmZWP%V<;8ISUyQv|n;=@ctr@nFVcWKCXV|uF+qRXFVcWKC+xCg7 zv!Cu=-F2~U=MR{l#(0P9;C+S{*>7oGumg`)L|z(z`QjiV=7sf<_>7Oay)N(ZFf566 ziKE<6p9A3vJ||m~s{RtI`pIbOT3sg7h|ZwPi5ln-_>z!1IdWTIX37u%0<*0nCO82l zg@EN{e~bG7OxL!{`!uWrPd7bfzLjy0@3of1-&z@3L*{&K<$2g$wX)~g@sEF{+wzx& z89{VTzgWKK9$zid`w)4I+3RvhJ8>f<`3mdc{zTSh`m}W)$euM9$FGt{KUf7*rvU|9 z@utslusLD~EQ++QK-|~c1hn{*Mrv6wNF-eUwqbCmA0;!}#!=Au4Lb6*jy+#fZ`WvdEEODWu2@|+@akHq|HZT;CPQ?lpozxfQewE!2Ct!4fUp3LYO@={!;UOAhy$Hv3~qwHBH z>+s(E3%)nHBNK1S$FNmSb z;P`&>%SrlSG12RsbpLi*TZEP)n(C3WqP*2BY-wmlCH7h~(dikiaSn=P(=qHZ(UwR> z@(~ZGRft+N@Ii>9vlMUG+E=TmJ-YI+qh^O~Y_rL#)b!bdNp?sQ%Oz=Q@~GglOj(zB zLwjChH&3^ob<1B6Hnl7Zy|g2zjWMRGl}n8)kb`NRdL|HMtxRU&%EHU9rL_}I2&ubt z){Z2ta(Pblca-BXrBah(yL?mZlqW&?HvbaM{F-NxdtJ$+cVtTD!k1(sXSO6u`0_^I zx=!;#H8Df_S*FbD0t&cg(1YRmJ4SX!^!D>FXf}+t=xfNwnFsmyMK^ia#-17SjWCkN zq7%#yL)R$Dl`7q58|Uvw-FIgGj(!;$e%sUg^~Z*x(;% zv(}>ApI|+8q}U6wv|^k5$`JK-6FObGM%37pQlRanMyMpl?tPQ5xAFz@^h?tKw-l?h z*))}JX;>p6VO@*loHz7*pRb>h)LBCIyVjE**()Uq)*SlPr{=5oXb+0d25Yd0Axd8b zEkSD(gs!>o6?O@?r}JIxMN?X2dPDI6qp9vW;Y*(`R@0g{YZ$mbE*95<{(vriJ9PVn zPn3K58ntSDQ={fR&6}&UebDJWU%0#U`8)7sI?h!1ifZ&=vQhd096GTX<@3wRyzzB* zrEZRf`*#qq_X0ONP4N8TJED(54}itePaMqyos*Fb@_(z6|19T?p6x%#ikm-Ga-ANg z^Z7^N??Pfx@BbsuTLbDu9jQDSye%rlJ^H32X>^N38@)9OC@^GCA-Rk9B1SE~h=v@x z&DHyL6I(y7>-841oO|^()Rnb*Y@4xYY~53HpA1!V&j|54*scVCjS7* zzTBt#w?HAfuG>5LSuxc)S}y=Mi;iYYz#WRt?8Y%Vw_lQNNtF6w z$b7K9#m#!gTxlqF1}lyn4G1@yN+bq-E?onc=Qf@SfSoI9GhH;@$UHr{1dLD`2ehT<_ zk7vly4Eri5VE%kj2RCMEJ4>gkS(n59y)?vHfXn>LaX6dF$5D};FNKDJjF&oB4646T zFoJRAv%H3=1&A22QU?MAZRGMBy^gK_*SCAlczW3|81^35N@0K$1ar7DLv$TFiYT6V z9`;5oSv)aR!?aidOLZlJgv;i|5DnTkfqU6Rl6Pd5q94>zkP85SM(UBuAorw03xs!cRwv{tsUizRR?v>~n+;V~ zSXPqQ%g+3Zrl*s%qiZLKiET^t ztyBz3g2$4CfS=omqOPLkz_XJWC;5av%zzh(6@*u}EB0Fz4f*gt7Y**@9U;2c!Ytwp zP2$S%>YuNGWnw0VHpV`)u#vHjyYIc!m)2ATj-T4zzvs7mu7mXi6>#t!LqeUzOL(Fi z#!AXk$F2E%3=v#fd6o-Q+Ho~<7z3^Lp7-`nCL(Z6F2Qe=9s0}2_!YWZc)sTPFn?b; zo31*);=@}=AH@tc06Y08BC7!?FKxugu3r=XMl{~qrn}pW%M#2KW4XDpErlC437E(= zhBt1>tx!7OEWv9_Jgg;SLo`G7(GL@IE8I>88?L3q&Tg|+=~QYH+8OnQ$G`;xPE$0~ z3y$w#t}DcpY;Xdiur2=hcz|cS;355Qzs^4k!D3|jk1N=wdTY!9E5hU_>YIPcC?zfu z{Yg(x6`(1!lLFqQ;!2*6zieQfj1XG&}8A#u4 zoOW$Sb$f4WJV^B9Qw)uB;K7efr@aviA|FigF8VuAX?GTt}m=dAcF zB~fNzl6AFn1Hy`Aa&cykk&QZJ?#35P?DzXcW7rYE%2UFjr@P}ctmW=3cR|Ot>>h&X z0Y}B;)1P>n%T-nk9@#l#bU-Z68H{MdG8}7)cV6hDJOAP&vmuDM5_HG}5f`eaOt0OO zFbTaS|8`Wrb)3IKwXhqVb;tbO5bTbqEv5!t@aMRPAKx+d>lJP}&gW5E;4RA~E$BAc z9v@i@C<)eY>AQ_63#b_lvT(CaJdX=L9m!YIz29REnrjbHACEPc=fj%)O=1$$H$(k1 zj_uZXnKsayxNSO3=M%u~S4#*TZ5JEO=S|KR?e{u9Eu7RknBp?hp;W3_!JO{X#wVR< zDL5$7SJsXf6W%M{Tr7NhG{_lx_({vsC~cS0eM_O2VFB|D=Dh?RoxqM|Eq1OV@-$}S zf-E6}8o0e}O{f#;&`guJXow?aQYs<@BEq6`MJa6OiZP|0=jaFXFna~c3bg)#tW)sH zElE0cn5{SfRU}InI;mInuyu!8iw51zzd^iD;dq7Vs9wt(C@20Bp~ysx6#%-8%8HQb z{lOpcLjY|Du^BEW6WEcT8wLTdx2+I~N@-ug%QLJ=;>#pk7u=v5O!IJKrygxMFkps zc5KmIRG^5rZE6mAlx#qKVooIN{*0O=KAg&s>y9BZ8u^}NZSoRQiJZtCEDAeIf+=O= z{0bE|s2^oA63a;0eBAN)fD{P{m%J!d9Oq~9#HVJ7FGanpYN-AqiRHz43Pn4xkbRHk zvq1FfL@&eQT#MgRFb6QRam%5FXfT$47|zOcv^8npIYOKw2Mz0!OhK6nN)>}@7I&6; zm~pl%)j1ko8^Mlu;@BA6k{kgXUR|h-(abLS4j8%Gr3O0>+>`uFN;;U@hrKf4A; zTkZAyc86li%ty=5&a>&=Uglxb0|s;xPq4#Clr|rap}B`U1f9CJmr}J{94Rfi!g(R? zR@rS{D70mJJJq?QOFjn#nV94O$Cd12GW3fM%i8r=^#{d6s$v{v4k1~uH z=~>zTw~1m?bM#-Jx_{d+kKzV#%w7=ik@1@W-+mp;G_5<1>3@AA*^tl{P^()%B27Rv z5z{tyXq@8uz*^;9;bAeid^@p!pI?1BEl=OxFWo;w^&c&nx;!d-C=%8A5++w^qmoBAG$3Sv4tZ`&tDPwzT?9KTlY#vbp2 zUrn8Fw&K8rAeN}DX^j`|UMX=BE(}@^eVW)sU`0f}`%Fc$RwPGS%2w?3_i6~z$d%_l z{%sXSEH-9B(;-yOk)YsqCePUyV0cd&jLQWO1H=*Vyu#lEj$sUMcQDp3Kv&3;#n5lk z98~(gY^OFejzB7`G$ctFt@_hzAUKL`HjIKb{2tvZ8c-N_EBiZBE*@cY`GK5diba85 z9pr~gFH9arg#No8PXM?W+=RJy&70AnSa7sDCDzmSN)Q}ab^~aAM?tPD7=FqX z^jf{q*{3WlmC*L$`FYjkj4@8kQgQwL1LW^`w8fvu&5VK+~NqIlN(sq z-T*_kbT~jAsnif*vgorH#rSdxb+eKA{sqqwu8uiyl_V!dV@dG?c8Te!G-5n99dS1{ zA^W(wLkQz_4thnKp@hjtWXFy&{J5KlT*tGJcIZ=x%n-kJ63Ey3NNA5iilO%FG14d~ zdSpyK+SvLjE&e7UZ=A|Ujay8J`YKLs?ydH-uhnWzJF&%S$~f(Y`&Zd*1Q&jbPg{e| zYS|ihuUPw0c=TAFrS>b^WjLo%#! z8+Is$d%8SJdVjR+$j=M0yGh-#RnTDPd1Bv2m7Rh`)R8P2J715NV&dnq+ zych=IoTKV=Ueb}JVZyVoLwz6CmWq3Tj2X?$A85pc#|4p@=AM2sqGK#lcG!zJY^D@h zKM4x;kVNSs8-eun<2Tt6t!8A>P?$@cqBFL@UvBgBT|Gs!*(T~k@y&#Kc3eTaVsQT5 zvtLkHpP*JxXp)He3!=UXGFy9e+^W6Ia-CMI0$F1d>6@78`NAJkOE6;0IZ&%AvI2;e z(0H)rLjOf*S2B^ceUtf_EUi~b3-%F0np??v{Y+gsTOy? zTBsji6ll_bcyL)KM^;g57rUwoZJL}HIM{;JI~A}N4?Y_ZF*}t{Z+sU+it=yUWd8j` z5D`SJYB^7=GsD{XZlGc5u_=u};03LWJnpXG7W8C}RPBnbp*P(;56U|n8Ebe@%mex` z%}M2!z%Nf|J(br}Wal`_StiG6kdB_YEGW{&6R)%EZ=0yG0SkG?^7N@sTzrA@zN+u7 z6ix0ij4pDgxq-ogS+RBrLztQqHaY|AFfB0nZ0PJAk(4|QJWatd2-hS@QK6zfANRh1 zyxZ2ysZA*=2zlF;(kqS?Irs1os?2?Zv+K_Tmy{I>7mKk*#gm`fQmjf9zm8Qa-OTGLDkRQUORk;{F|mU!i%y#GmDF zvgX8R)->>Xd<{RF7gh`WBTe#i-5>y{@3@zo5=-74mEzp>PFx$;xhV8bX*;byD{S8M zS`xI=^plY~Fx*unWz+xC=D%yWJUJKUH4~kBhTmTIPG?8$UR49B;|mAjtje7tX_PC{ zHK^VOY!i>=E>+W_G$Y}O`OU+p`m4Cv$J`IngEOo>-75;>&b;yLd5P*59{-vZm`+T` z@dV@4pIDx~crgvjqmH^M4HoHXiuo~@;Ixzi4Vo5B8;j+a#e~~0`|^d8E}PPg)B5)8 z8V#y+wqk{H#Xp~b%Tg&@Xm*JUMr=J2pDcbZx^*hxe(8zdtNiqi;=Zo@Jt=dSe)4m> zB(dr7lqLppT~6PJIIM$nT~t%&TnXvL6(56SiXmD;t|&1#C(}$v6grMMxy8BtTD;S8 z-qgxngGP9*W5>vcTiF0*DsSbyKfbS@+s}PE&=IER@y$ukT=NOM(gHR|F2ziR@?x85vk6*9)%ItfaxBG2+`|$nzX8!(WpU%Q=!hELx{+yn2szJG51D@jeBM{4K>rEn! z+aVhj(jO|`TQGdX)%7YLTxv;@{Sie#@X-}*OTHrdRtCdNC)t?J_yj@LOPhy~18Vn| zxED@TSwkiae<|V04S}Q!e$y|F5F-aA>wIp1VZ6NZm&6xW+umzO;O6_DAU{CV?O)?N zH(*V>B&zd?Z;Pt7?qm9`i?NYQ>HjtIknAo?4$u;q|5GX3HlQA`(YvL--Qrr!gC(_L zoLLm!q~e6)uargrc*2OOmjV4fJd!1-7IBH=AuO4E!;rCKq)B zQH_xY`Y96sYe&!ad53+4P5-G%5Bw35zYFC~DL~WP3qKe97S7Mt2e(Vlh9Gl8FqXHt z1~*TT2{HixK_Y6|!hxaKb~2Z?uaCtRx#)23IZ15d_Ijf{B;iI_>l_SY6{i_RRo*`M zevWeV;-s!YlxNVr5VE5-Xa+;t{PJdidIy!wUG%aBT(E@q^aP@0k)cY&DN2r$vuQsd zhItgYD!qQOe6%kK;EzO*k?0Cz6{2zH$VnPDi+Ul1yFs*`u)e%9AK_n<9Y`xH8qu&j z(?O;vV!0qFS%y=m64B@&4gQpwDl0i?V&(oUKkmAlDXrGY5x8K&<&L6Qa_@x>h~`wK(3lou{4X4g9lLTG zTIIWf@Y^2v1}{C66-=3kz$%DB7osq=5$NRWGBUzT!ew2g&~?yIFMHjGu30{@^^J}= zQ?y{z7Ef+%#(T8Tx}xRi;*WN?TQfB~A0dusB~3499p!u190Omalbd9*{UI;>4p-i6&dMNtVWSRSFDdVMP*?rp}Qwy7|UF;faA zaMl)*tTJ%THTzGvg6+`ZrXGw{Vj;Rn#^Z&~Rp*qL#O?_fv%I5gRjQCFhtTx~7?^-# z=LrV-jMUmxT=}ahA#`INjgCjzkWgnRyfXu3pbblWA-H?%Y~Dq-t`S#Fa(zI`LQ~2q zOAt7)CW_J`n*we`X_o#Pw$O}MZK$AlB9)PSv}dI3LdaPXQLweGOIDxk6fN+vjG+>@ zHT3E@9PtaT5Xqr+{lRHuK+$Y8{q(>yErlYk)S*9{M0_|<%u%tSY@bm6`uNk!7biOm z>cd3GC+&(k6ve+CBGQMWbw<-q2bMUuCsMM>gvV#QJi&py;W0)lqYRkgtCZXc*we~8D@lHg6>BtiZ|XJuHqGQSZxv;q&1q^-3vA%5Xtv?2&5t1cUUMZ(yU67 zk20VKF;OQcW)EJqI2!rqc3+sSk3&h_VH~a zW?ckunnofvBqJDFI*wjQkR(CzXsxMz-Hage zlu|<|DH-vv9PrS7kUtz(vES2h%?E5fR>@JU`pmO>m~!sfzdLtfS~zFK(%c^7?DbOl zkxwjk5>$wdQ{Ba+4mA%u8S43JC7u)tmQIz$9z1!H5~7{tb$D;wRS3ifHnLJ-Cd!O; zDm0{_=ffPF5z>?tg9DP&XBNS8UX4UMk>ITAxoy1!~gJY-|aN=#-s!B_9XFcTE! zKDkzN$6{A4G+;QRHCoiuh|#IXTL?%+bP_eNW?`$7JZ=BE8W2wG(va#*9xzoUHdH;Q zhOTsGaDCuMQeBs2y81hP6=n(mE3$%RD!TbDjX|6UzRe4Ch0c79&~dyj#v^d;4tzR7 z0#_w+?DHVyauS7TgZGhLL}-b%7;I35w{R%af#W$(Gx^n-_oPGb$rUE?%%Rulv3`fE z7XAtn?JZ{Zc;H3lwyR+~Zb0Js0YcrBd`kQE4ebz=GCf19VOJtTQC;fw3U{vF^>IVT zvr+qBc!EEZ|33@9Vqv5I-;@83`PAm%fA9(W8Vl9_z1UC50dHcw}{n?bI*QlgZW5twK50T@{6^`b!lR$a@#r& zFq{{GpsBhgF_J(Q38+oeSL`DgZ_QI@oX+XAOe@k_2A9iI+0IG#bjk~22ZjNq5qC~R zUvJ3M^uChgune1K#bP2_2#HP_o#TH#V4x-m+zGtN?g?PN{7ufBdoHG-iIjjki!$5S z!648`|L_@$;iFiLeWI_Fe)ICMV0rL@?vxk9%)YBwMx6dg9U!_(mqhgWdN2~^DRCt% zbmW60&}{SJrr6Edgjv)u{~SjAb^9_q5{VSvlibm*(@v+=5>37#JLrKEH$Ss3FaDW@ z^0-Rw6iVu96?9rmAAOr2>H|YLe)oj*z%kF5klv;Z?eS;%SP&C7P@uGb!e5qo2OWf~GL zb$>@0ixz(mCAz&ti_Eo>^94UEZv+wI^shgT$Nul2mFL1GjJ<@zqYQ;k3Jf@5;t)m; zDLiY;SM7yhZ$_Ly$Yf#DVv+s5AP8D`94Ro(&tt|dj#{Gpfp#e>GNw3_Nc1Z@?ymGw zMJVKjUWsf+8DUZ(IApDxs2C*!<%3cJxAs_;rMgthJ5GsA7=F;m z=~hMBAZ@k=(z>^d-?}(!r*eQ}>k?ZpfSpd2A+9jsX=gm1hQ-ne8SDZ8_aYSE!P0mC zt%9G%3z8_nM40QKWFRx0}N8B4L=&-|1hfqZ} zN+cpP81I@J6IIfKJ*BlF@j%go_Dv(zTh)0-lzVhxx^Z;)ch}-3p5$93$`H?Tos7v} ziMbtDY4%f?0U0)&YE|WA)#mZl6xxI7TIIloD`jdyZ)ORTX!VIyh6=0eA@l(QpZ38& ztVOt`Pi$T~iJd{d3Hom@*v4n>O+hKUkNEE`VIplZjQQ}tRQ&J$kZC>r5$({|puRNv z9-)FNf+l150ngZrw0fwcrYs^_{u$=kUAMZ;++95SI4u`o@PjU zRHx0^3H!__&LWy-ejH+-)A<8k7v zfr9p}6T;a z?pT8+JW@FiYFg&ulTY?~-~65IzqYh+Ue^q9P&veao`Jdic$k)9TL&}J*VecZb^iWZ zDZM(`Y+DxewLk9BU3kAKB%b^z{QH|P1$?!2gcG2^>Da_y4&TWJ``&Vm07T}#jSAExEY|3?V$uYfU&NPmNW3jtu` zG-m^GTs_WycFc;3ku-xY9RpJn#Jy3w!q5_(Vu}U(7cBc2{d_qXJ-#V8-@DCtZlBgy z)vL=wPp|D`5gjvm_5D&M?lup+>lo?#9YUYy(1vve()L3;!3^5_&pd`eIWABrj|Q>a z2JlUiA+8@bC_c3IU^~)Qi9^wWbJ6i*jZ{hGZgC*w0{bw9*|G?-bf<|ca0@DI9*yUN zSQ^OB5J_XPvcIAWbf|#o$a8*J@g`Y^iuYE-?mFbCOOQU5b;%Xb2}}(t8nN2Cr?l^{ zW-K+YeNynhVG2}->`M@#L6zVe=fsn)YbXrhfaPM!^T334?5-BgWK@}UV*{1ZZTT+; zkc^Qu#>At|O_OtG);N^V1)gVOOr9&}s{WpP(#ifYUMW{@f!K+m67l)5IK*}wbCsbFmo^sy)TC^d7gV}3#H1<11v|eX z&5^?0v&#mS{p;HW(^r;^2*mC(x&zs(L>?9hJk;^tvytIyjN7qIbbX7vbm=|gyZ;cm zrY&)@@6ycs{D^+7a~b$@KH$Au4Ssta`J(LrvYg`sID1;teGvv<8VQxOyJy%^gia$x zOGz~Ze`3V6YJ&rAJ|`wu(CQ#lW8Rze3)?Deg2`Ox4gdG;i;dqicyr=r{Nf~q#Evcv zq~cX=7uTRLYNngS*y&OCLWuq9REpY>GJ#Yo>-5E`{5Fb_raK14T2sz5bAo7k|50+E zttgtnD=8ToV{7}xx#w=EzY^We)UJVLIk%h8R;!K=cHu7V&c+WBKuap|`xdGmVZH2@0 zWhN3@w{d(dzdvYeE;@V-Mwt{tM!6=luYbzJ|J+*`F31^{p;?=brYYs{!g4TGX-&y$ z80XB_CXr-+<*bc(a9thoph%BB>f;aBPf*Ztmqs3B2@S|YIQd~g9&|9mxpt!p!a zId1wb``xmXlSwF5jij!mh%!NVUY7)YC~2e|IYPPZj43^edGjPQf;s0LY9u2g2at+G zpK>kXnhdtQTE8S0X!=wkW>hJ$glTR^sUFKiB@uYpM|c0^Xl^GxJp8x53E%Qgu1e-q zLk_skccWwEEOpj7ia?tURlR*H6`Hh*{`NACC%5Z~reL`X&}jJ$8N(8wx85m^0 zoapd%-j`r(n)$zdBMkqHeZb1W_P-m}#UEPAzx}O0Nv%IQh0|aG|8K*(@Af|pYXZ4K z(}58qQ#*}I^oMu>`Q5&lV*2hnKKSnUXs`b_UC24#*ZlR@D_6G(@s)hRzb-wBU&d1W~YGCW6ajE*SxemMj=d%p0QjBhma}bt)eig{bwR zU4lcFObUQRL`*`(&GbcX2+H@F*zV%=L-iXA@9rnd1^yPz#@qCia4&#FOXU5|V<77+ zDHQ9Lg(NQpir9^2)+s8=9i}P$eP&Dc-FY-$>?6}b!0~GX&8X3=RRioF`xHiNwP%&8}TZvjwNM|vF8 zvhW%kOC=IUhEDmwjFT_6muD_m~)2##^yu+fi|^6Y`WX~5D#0f|jR zoNDQJDWXyCih_ht!2-yM@zHecSr(CBIHa<-%;s5^YWTUYvk3PGj>VNx@@(cAD>?PuWTUv;R8V<5+BE%y&8?^TQXwOZ>*l+Hf^t zIv4oB-n@Cay;knnc(mRl#9?!|BF^OOxkYID6ST48w5YHME(cmL<`}0A1@(DeiG%Sm z6Sbx>zGzt%qYT6m|Ep1&!z)x<{$Ue1QQkpv2 zY%6Kc;16z2_oNN*XS4X?9hhRVFjTuHczEofNV@{RD45RVU1+rd>UwA%>;X`*6BQbf zaC{I)@20Satx&8*u2LnjOA_OEN3^HaVf$PvA1#GkdBBb#!V(@48QtN>bsdOmF(8{Xy-zkah)gARZ|FEsd{13DcYHFVVE}vD^?-n0K{D=7 zlu%O8qg8CdFI0w^@bPP5bNO8-r0mIo6ZljrBhKYaMOKs9>9JhDHioF57r^^iGu`kItQ1~Xfk zosIUp@+9X)N?!B%4`f~%!)`(@RInY#e(I|OCN9O|#mj?%K1O?)V342YGk%*Ik#{p&Pd2wG+?s&P@~QZ z6wgI#12tO&wEH9eqTC%b1y90*a5OQ8@o5&m+y+|o;FCq~M7Ov(!L_1~)SW z&`&&udwTp%^rg4EDDRG&Ol9(;=|@v#TSWcV0Q=*1>7btt!;LUSkS_zP?R|O0Q?S^S zwt%M>z_`4LrW&eFM(0WxN$4fxOWVWbim^3g7V09nU%SxB=+UT)= zGm!;lb1lfC)-l4s#mC%ZrmLdZV?fe@(5vm9)pQATm-V=h|%~wacmV8A46W+Oez)ZO-R(+55w5=rJ?y%Gs@Y@T)?7tSee+F`3 zW%-Z0$>z^y=EpAj6G{F6WH7SJr+4vxGmg4Yd4#FjOL6bMQXSZf#O*0657uO@iTgB= zShBjWGYN`!hw;I1zruS3U#3IP`F1a!?LIm`zR-QVv421g|Bg7q%?1Bg#1T4dkS-7R zlrOJc)uJ&-sBakb%8lhN(lm*k&5Lmo(%z=s;9fe6=}>6BDRyG@j#;_N9=j^jraV*l z(6HVVVc?!Z7*sd?EW~Tp^`3Hlm})eNB3x>3>5A`l}~Z^x8ua}}e&0wpS*82HPgy8W;;9PP7ejGtz+ zr7K2qL_Fi_i%~{le@3K`W8|(UX57)}Lu*SBJ4JeTIs*qs0Wj61W#(Tk##5JxUlNqy z`X`(5{!f*muOjE62Knjt8}b3&#G+s0yt76MWV#2s{4!5`Z(l}7yu59}NIkGLHo)ZWsL(Ewa5&bKU z@I@2YqEM88G$5*m7kEP{OqoBCv@6RBrj7zXn$*A+j!_AE997W1jzZm{w)W}$G)EeX(HqpPiqTfFGc$H_L?1?Bi zaTH5O>@Xc#CH;73m=!rv5;I9tNkMe1H1)?#&aE7vmg|%f4+bmQ^iMk*3FKoaAqt~U zPNdK=Iqm6_R=vx9+fqRI4G}??Ha{9D|6U#ge^#X2&u@8D5pde%!Dk?0QJ{!F3D;XW zI=RshLJlD|SSJK4MwX$&NFtf=_gs6=jp^)K1VOq-UaDpDPqylv9lUl1$NpC-s?#RT z5%!p$!n{v&+AY?x_$HQf+VA_3W|_tIU;9!xB9#S8T}zD5!Py9w;|(;grTRn-O(<1C z0tOK@s`0HftXFs1xUTaf#x{TN2}Apfn%WM+H9$jC;CPPsfokA`0Tm3DG};@>fhdBf z+LI#97&Fc&Vv8?OX+~KRd;4L7Y{-S=P@YlB3d?_z@BrxX06w-k0qmQ#oKj=6t(2rK zJMZvAFic~m0kAO0QK=x+yui(^{j!g+Ug_lXj1?PBJk=Lb#l~#JLLY9(sqYm{*rbUG zk1jeY5X4|P={)U`VoEPkod z)!yNVOXEO7&YCHbT%Qzc%ORy~;}5&KqUcmCCBwBwMN_?}CkYh`%;xiOz{tl_ZPuS= zct|dLd(iUjzwP@aGAK;>-*RH)I!9#E5srF<$CzJ<>UKO$Qq3bi_S3xAK@=CS|2XDACv`H< zdXL5+$KqsKbuxKhNIM_GCE1dTjE<48byh6znoyx*ELk5k$ZwMNT7^o|yvjMfj#2xK zc*NsHfs0*r-B-S4ptdx;_$v^_9V>GSv@-D?;O@6La@mBbfR5-!dZn+Oc%tV4hrQw_)x&@stb5c&@6^sFmY2T}A;02-`=WxUPHN@2Ca!vJv zLT|wvSRQ1baRKjL4+Ft8;dH$PQH_@kKq(*F3S}v&&)?gvyiYBB9zaPNe+oNSfpjWo zFKeGaB(Pxg;Aj1M)wMSzCQs+acpBVJnUXo7DYrOQmE9|0$-LfOzwLvlwo?W~E!^GF zQhaGuPY>c+aA8A0gUVbgSt}1OtT*tS)$Va%lK@;f^wj?l0{0Mr0sN`icX`54!ORu) z))Ms`wrceE&H`E}SLC;pgnrGg-otN{D}{3*iWX06sG5_d`6ujZRjA`}&rOc%QpKEG6kr z(Sv51pDa!pRu%b`dL608{)rq3_%@wd`hBvT`|xc0_0je5)#CM5k&;{q(ZbD3N1i6o zo`rCtL>IfNtsejOxRiOtYk~DZyk2g0OpqkMmcUkfn_)a#*#}Q~R$V1jU zrFYugw-6eYu)U|@eQXYMdocL^psp$i2^h7W4AWwnHB+_(qEaG#C3rN`!XTC)1==r+ zf#QvPmAIB>`SM$0Z(~f8XuL9K580y7Eh{wi*oGF>8u-o&O7zY`iHuABg_zhBq#%*r zDjC7qE{6^M!2Z641BO5#(1l1SuIG~jeV|lsSMJC~U>QF>bxxv6Otkp=BpA8eSoGXV zI?rTIc(4i(O6Qh5z}LkY`EMwD964dTM4u*3vSO+MJ9u~nnCNU&U`PF8%!^tqJ9aO{ zv8a8Oef=t$D0CPno> zvkXb4S&I*oE@uer+gL%czKJlzU9$sz{K?Vxf~dJTYVOp<#0y0|JQch=6P1ycHwQE3 zc#h6ou(?1Z4WaxmmI~+kBW2HST3+_@A13@moLkdOP#{WbbVOK;nnV3-4f`FpxkUpf zt)qE&@+SVgB;3c&VM)(UVS_5bn1gFB3X5UQ7~+OXzSKo99l*HVe#<(&B3+q(*6LVg zC8np8wML+N9bgw@{vku1ITs#5CP>AQwS@Z~O0^Xf)Q?AXKx?V>g;k0rA{}tvFPCdX zZwLEuJmflUn5@nf6OWwk5Inu>(rf<3#n7u9*MJMx>28bzsXwJb1GswN*jTxrIaz6= z0rZUaVtlc<`VEP6qKxz*2d}<0WRGsZvnY;;0%_U3oIP?RZP2|-N?Ir39dH|Ci0Z(c zi7L^gr*=3e_Lrjk)P;~ob~y+4+OOCumg^RC@GP=o?myO`pnMZSa|?3|+^7hStAW|) znVO^IkPo(diZO;{aN`{Nj`6}ebrqI$pCD0tFz)uxMA1=hD@(!LNcvW*a>~@XiZtoS zVRf#S=JbO>Htj4j>?r{;%HWWtr(WcZK^>kOv;=E~R5}hKowy{|2~ETwY1M-Ub&?YW z+nOBAb9I)9gSkk;tQ-*ZYrhA18nV`euF2Hay&Jl=#>_U}u?jie{ad8xLM~EQlvPjX zsa)ni$<5JZ5Y#~*+`X2Jw=bqf_J8&sJ?3kMV6vxe*R@Ne_O=NK9C$>Ue#rgl;|xuZ z0i~vHkkc_(%k7duObwnD>RVif#^&Srt znN*V?Uv`O_Q#WSe6_*vc@Ax-$4MZjs!I5192vW_r5*?(*&C5j=XsK`f@r0Y<_ul7R z_D341@_mgo$_7Ff$zxlsEeW&pe|glsaF#{gFc>O6wEUNWDuii96IIAOS6BA8K)u*Qw&+zbiKrQg!dflY@qS-cK~_eFu2 zB|B7Hk&r;57eeB1>r1?^F);-?fkZKmK^=l%DDk5QaWKJC9Lm-efkZf_gw943F(@*d z@*c}9Z_J<#lPnNFDKj-$Qqt0RR=7^zDCF5CxvtMUUN-*;=znVu82=$Z;s0|G(wvMT zB17mprg#ID&U;Cv#v>$&chEGqQGh$Y^^oJZc-QT-RcbJA@7>4IjBu&Ma8;6jToeOT zo_H`cKz9CKDeCE;^l=9VTbag!1eDwYjef}YXMTcxmlDR(8&u8n) zVNE2MYd>s*2Z1!Ecgs6-;pdhFwA=7NlpV#KzjzP_yiuAjac zMw^1odmdzwctElug;7YDCQsI3E1)LU|Ldp4k=;3c^{wK})Xs-U7T@1$N){w;QDZBS z>@!S42jgCq;2m|&_~#={V~)92QFm|U0i}{Vn9Dt_v@O0lM%D|)jhZu{Js`{=3m6sz zmPF4QlDg${9$*BWWDdrm`4=wWte7gDBbKxjb3~QeRd^2wz9Ni4xN+!<*?b3Iv4qCp z;Zk2|*g}cMi-|kP>7z(2l8rjB>WjQqD}LW!0X?c+L?g!un9NvB;l?a-4HNIU%j{P^ zNag&nI4guj$rqj9Y@vXn9Qo3}Z(N20azUz@g=c<#r9RihCN^ezi*SY#lUqrz7pt^J zEYaw?79=0ew8f+PP-3W+vAZMU04Pj2^ZlIcnjjqkzKsqtPe*3yy1t0I`bVXgw5_0d_Y!vK=or_>&~rNc46& ziP&Z}8RwQnCZOr1fdOSaFTCKH=?||kL zqF)!59N7ufKrka;AzBcs57jhys1PM^J;OE|_r83j@v@>>k zgCO2wDDb6w0<7@w*>|-@m#31>OUQ^EpAAJrV$eCE(4)-Z5Cn3n_zU(Y;!9Xb`01Y) zfR9Azu>2=v(`fi&9Zp?{Z?J6`;MJq{)Nx=GrBEciw=ci45?v<<77o=oMs#4Xfp~`{ zoc&u=!H=(iOr}M4aj`Xy9uN@j1hD56AKT=qWll3fGsiOMfJMf$aM`Ptadb@`cHEZq zza9;?0w=E-5UAEfp35nom-9Io4L7|OVLZ+$Zd0M$R-?A`nsfg85PBGjcs7^jO5Sc& z?z0kBU-a`OPHcJ}2#jr2)pSf$XlFRU!S6+qP|0?y7Tfc75w&y+a=(di40CwOe$f7`dP@VYgZ4l0J?J z3VYzw&3Gu(B^w3f?m#FU4=J(!h~14FFw4;;cx{Y3O6%@@ER><*Zp8-mW$k^Sn47p% zht~!Ws8>OoZL0oqGvdu0yb0{l?+TjkiX+W#*h+7it?fOkwJ3+%4a{NgAltK+s=Y~- zFeo5q%c(QiR(CN+88l|7BPn#2T%&05+@*$yztxDaB%*>YrC=%=Xe`81>>UIS94+x` zBm38C)3lQE1l3NlXhf1eRLG(DLlQwyCU0~!k1O|TNLQE|o!abr4fZwQd6`Ruoi>Ru zlISqW<;_lI{#!F_KyJ`wz37S`G{Q*gs)HAf#Ml$o$4k=HgmNxhf|Y~XU#g`TVBvBL zm)iI`NuD%i&;PoqR&-Q(61Avlr}@VU*~majqw`=kN*a!6A!u44N7_ZXeq6-mnK*`U zhEPfDRO~UEjQ?ZocQ;7_2@5jC43#sP|lh^NIrnWRUM~?5iK<5-gkZB;eKR+y~6|hiN|~Q{^Y?fKMaK@886vIK-aPo#@CUHLgTFeBVt1X zh4%GMGbF)bI?yFgxe&rKFaVqepEG*qIisVIo z-t80TM89-m4Lyhkr6rMQs6EEQmmI^jl~sv*gWLl@eMscF=G z3ynKo23!KRWmz|a;VA-@UG8C5Y~dX^VH{5tWGi;Sv>ZAkIP~9;8KWr4H<0d1P5PHU z+2HZBc?pCcV*EVfR>->glUAqmeSfh@G^UxgeLSq?+)DO`h6fY*?dt@+l?)(x(+e#J z$k8tN_N+CaBfG-b*V`G54|D6r@(SVVF-_&}2M$KrpHm0I`6!0=OcY39&CH@b%X%eIU0t+g2?^}zx`b2cNdx0DTPpNTfZ?0B+< z5^@NZP2gXLSZJ=-pU>ar?;GsER{@U%EOJYi{;`s{zN8&(S2!PDdKcZEs2F@Jn{IZWyr9$E_v(q)mL&rk37>{q&l zyhNXDwg%$ZJV+RvgD2TN4Ogz`P=cP7l4#)VD7>oSmD7+NUA+eq$`!p0s9DCDNID+HWgmICcRzUZ z9}tDTjrZ^8lplgA^0PxOSA zl;?&Osy7wn&|}!QJLL*p-(I9@c;+^(eT=U9Iyr>)c6NH$&j5^k0@!qc zjg<_X`ZDsDxva8C(NRs+Ka}Vtc{1ZZZCuALa`y(l#nXzITehTqo@rNxMMMj z{O*d|TqX)jrAR+?u^QTXtEOmbBoiZc1xspCy{o+WLt_l+=uApacl1(loi&!OM(UZ- zZ?aDcH7ECNB>Gvj2QdS|dxVB$P*1=b4bSAAj)PVLsodI@?e<<%@Am9Q+cmM(;~ary zTmAVX27x~?iN{6R)0_!r9LvF2oUFL(O@{;2v3Yiih`lpvj{Epc$Ei%Bv!dYV+;%0iY<7Qpea-E%+@4%6h4X6 zb{8tdc=m)#V^`BIiQBO)R7B+JA6KpcdCsm?2gKI%9l=AFirA>B$y7@$kho{W2WwLY>m^tImiL~k=5hQ?6OhzWw>}UZe8c2KLV+5@jOf!32EwMSR zU?LF~W~0{EyS;~Zldc_7rb(^@1Vf_{vu8{^m5C_^o{EhPtQ48edPOzrCaJ2VkPHGW zNr9c3o429{G0N4fatj!Z{Q9VKa+$LpjR5obDv5^uYd-=vFYXmoE3Bv6!z(1yB`_c9 zecYFZm9-{TzjLIPnF7xZWL<0_MxRiZ$%fa&JVthbDC4SgmQy!H?91|>@iBTe>ReCo z(F#E7W~($+t_I-JNd$zs3J;@bI8A(HU0GCb;uT9t~aWP zxQr+ju%_aFYV=Vem`uIF#Oj>FN7+6{0uS!Z;AuW+fi0u~Abl_UQ*OS%XK~G{58Nq{ zJ*>p}16UXD5jtNF{_K6SIwxuwANOzB6%VYvQDFeEmB|ZaXXApEa-8*)WFl$S7Jq&Z z_O2G+(*MUB(0>PNVPW}S`v*fBGI0mw@ZC4Hw|L-2d9R6@9MQ~;^V_258p!!6zR!DlT=jY` zXv6hWu5|6P7YO~YWmO@}WL`Kwzvf@m+`dnqYOgn}UJi8i>_S{huBhznc`d5<$!8Cc z{*ht5>+TpTs27f?-j%DRHagOM>gpP8$DEdRK1nr=0s4s?7Q$WPRSXiH@YsFQ{>qenGCvK|5 zEMkf;AtPXB@vN|1VtMTa95zW|DLlbgzku842Hp6bT6(b>*UvihSsl!z~mW~>z-r#0zsmujV z0@+3~^J)nr&Ns_kAC|+qNZzm=fgQO#ty`FW%EQsQjIaKN1p_5403&OfPl%U@UPDv? za9=drYTTaFcX#iQ6Dm;}TrYBd16h?(^nxCth1tZRDI7Y^NGi>=R&c?*BsG@53{;eE z9G05}zhx7rRRH03-?BHyPPu$yJV!Ds#KE|ztYA{tG-c|JUUJV07BdXBz{XNa0mhaE z*cbEQFb*_3=T=h+O^YMb@Id@Gzsd&EtwC~4ui%d7)S5!e_P%^>r~B+-{rxvTCzc2^ z49=FLawFv$$}NdmolnyM4IA8KTS|Q~;m$;_*Q~+x*Jpg6@oJ9qHlumXV90 zn`7W35=pZs`I(5XT(2|VaiZ<${?DB|QUhB)!@6o}$_G+LQ|9xDshMuqpEXBd#T^>E zcNhGp!SWK-q@74bQ{W{#u_4orI*(stoQr|nAmco9bCqY+AxCww=GH^PB@x?=hW_F{ zjUv}j9eiPE{8BBbR`F#|^qs+-M>*J0Rjae#JoQq$_Y?`^zCf)CUfk3+bLr#NyNfaK zG_6{N^SJJ1d&hdg`x|vwv?p>w8062#ph_nn${p9sxuga`%x|pfW#F743(b_VYewwt zZp07DOkm+ZRTZZHif6;X&i21h`&YjboQ?mDPw=$pmZzT~?nG=&o=) z#sB!7LGS$b)z79$Kro2aHW8T951AN=6DuOrzpVYCU)KJ_1>ft1TUSr=OzlK1-9%WN z<=rF}{ltU|L!idN-z31##fgcd8M5h^zKMe&4mJOk5GM~`UJ0@@ifsmWFyr?g+_zsF z@Pr-RL@9USrCG8s2gfgS-$L;B)3=a8(z7Roc!iqIic%w#bTjS{GD7yL7zLG~BZz~q zecJ$JUHAqw3)0s%o+U>;64t)Ov=_lN4{{QX-8#;Y6(e`=wHV`1Jh?^tfl4ihn%M_r zTAx+nRp-c^DR`%&i_^mEiXfh$SR5dU3qDIm76tuIm@?v|2dti^31~IxniD-pB-#TV zj*?tiK-S{m?L#pt#ek~E6;4aZO_J#=T6rUS=aI^YqKH?x88gG21z_Q&(_$3O&W}+E zvI_m5AA@ChPRd%A`o% zw}>)1$cVa|$VuQied453@W?`|w|flb{W$VM2P;f0<}s*fAwSlf`?vA0lJsG;YKOf| z=y^)o3uZoy5xWswF5(Tx8=j!ElNYfW^p1sFG#bE|HAg6dOhwwHyy)sAj41}XW!C!- zUkPhS;uTf?nF^ts(fqpHDyiV42sE!R{MAW_qcS!Ue?&-9F_-MGcE)mHC?yv9Hp=f*CBopd@s zVDqz6qs?QzmET!ew%*#sL8?SXz5tg+$&4tgt9D#gdM<&91Q{e#t_|Cizwp zpB5q%M<~;1fEiq^S>cpwy{LMt^(H7~+I|!NNctXVAUG&bxzx4#*HY)p4=1W!i)LHZ z3yk^up=&B?IjLEN-5}(sZslrE&CJxB#fd*uBZid5XD_>g}|Km@!~mWgj0@bBE*iIEa?4ZIFY@gj(c(m|KpqC{<-z z=J@y{Zstk`x4fJrdNmG}U6M*oj`y}|uoZ)+|+LUGzv8U`Pz z50C!*TIW|r%&TQD=Fq{UGHa?Zko(dhS*AZqTwXUhx8gv&AGY}MpuK;Rw|`?ZMXx`_ z#eaSn&U{AJTjzNa&8Bg!J~Bz#wE_4wmjkoHw5wspGt5Wt(?}08s28m_ss>}bT%|Vq z0O~;GcQIC9G}?j8CwKQFAG1W6=h(k9Yk+M)DCLB8CY$0IbpIYIwlTYu3*)7RF!`iI z_jD1NdC1APYw{^K*Q960)+yOX6Wa7EweD;3j{oHzE$PQ# z`*1Q;F`>NUq#{yCY6_oxacQq9E;e*+c~Y8q9~*8q8P4c{Fiw03H%N6WHO`I-aJ*4z%!`EZTEcE!gVRYDIa-p$gP4jt`Li3(a%2 zPWo55Pq(xB$sr zf4hctXWHh*_v)^u#b*e|{u18j3e{yz_>$GWvt%h|W5J5)Ip(&7smaVgkSwahrN?$* zOk@O^&6r2OkCH{w;6~%zo071@%lq&kU(uarAs_9j1ImZP-IK1@?=To^yY|wcKw5d2K9~C z+x2td_jUdAJ(jCS+uNn%`z@o3?F2e`bmhtrDB;$QslR+Wv2lL_b)woUJMU-N->#us zs~Gt6hv{TL+X*FS_v6;;-Uwi1UI{yl>5ILt4bv}V%ukYU-2UgpT;%TiePshL2VVz) zn4O+ML(Yy^G@}iIHUjJY%t3ML4|_@Ugi~}S#QjE*oj7@q5F;{vgzs1S_AuFnhGucL zM^?;1yhNk$_U;%qCv1f0Ts2KNvGsL*Wg{r<`msLX zT}o3gBV2dL8**y}9BqUMQrF3o*UnI)cxx~&%L^D8w{zsQEX+TU`jXe^>T>}Y&pP|O z8ng2HBz71uL~o*SKgRK9Ud>U?#Q+Nv*JeuzNlwa^Ppzc2 zADNTiNq~gc;5ZZXos>Xq{<+hi1LgxJmsa#$%i5lbKRe*<;kO+N&5rEH_T8wb^1`gF zXzg_iZa0+n%>(#L&i3}`@G7k3uQv>0N{3zkE285^gvRQcph(4%f;PF6aGY1{O6Dgs zyZ^@yxgJOy{rKi&f85+#^CxA%Tjo8_5OJEG>V_tL8cj?kulD{A`Jf4{T8kCM?qnKe z3TNgF8-zO1i{dLyp|vg}d`Xcp@ti^;nK#V-KiP4Wqg}&V+d@ksVl}0|&e`P6<=iGA z$=t1Hg44ea*j-)+H`8SIOB9$e5q-+3;SfEl#W4m0&isO68KQj7;dU!0!-V^!_;H$K ziX(14vMaf_q?~ilGUfi{xHJKPCAzL(%f}$Y}Jx<>B9)S|u2-q6sELC{-7Y)zai8_ran{_Pn>9zzi z7+4phb=$;fNcNHn$cwHI^C%~E#jV2?r`cAf;bohxFW?tpD+m;?>`mrnb?R@sIi2Jnc*nu;{@^jcHnrRqE#t|Z z**lt^8iPv%Of;Pzh_C3hNg9M*>}HmWX-ZSsz{QoJp?7PX5sqy_6vRvqVxMJf&>&Lo zMclO)%#G2E)9-Z2#&aPwiN@Px)sLC1iM6L`mg?OcoM4)DBDeV09#AB8*mc{0VBfRU zuznZ{pt}iG0$j`S{;k+?uRIu$l=peWfS{}(TP!lpCsrJpfhgASjjYfxs2S1aT+Nf>T}rWfmr;QnicC(aM-{cd+-M%--@3n)oZ>F?{Bf% z8eO*@=Ug_mn!u$N2fUE)IYih9_o?{PKHd!KFc?W1wnbG2s7i?O=(4n%mM6O&8Oprv zUCp+UD8cJ{&#U{)o1@m4n4^RVFFf#;Al_swntJU#@zgEGl4UU~<2|JgD#`j7r)x%s z;=5I>>j3%-0e6J~OwN%pHINclv#$Y*h)RO7krWS+m#!iVl4ftm0rO~+u;q-~`lsEB zB~C5^?V_mxnVxnr#~`n=_L~x_tyym@Lev?iMiEnvcUML0lpLzTfBlMS^aRYma=S`9 zBXgTPZ!EjnN}zSzyb-Q7)&{;6Zs&dB&ii{Q#tGIosHddoA$Kpre;DfMdFLCRikv8e z-5AcEq_Lt{n5y?-CNzWnfZ%S##8!{kK(BeSp->;6P zUvt1i{X$k_PmpQ%POikk^<}~3Wjkb}jDQIK)K?}ec&e(2N3J6+zuK*01`NT}p%0x) z=P8HRNqKiU6Lr{M1>5*>OD-5`=O(PO_fVD3Vvlp)LUj+$?~zH_IfeR)=?9^6T4gU@ zdd~ZJ=_o_-jbE*j)8C&wM*!0HbFVZV-D?ti(@KS;33{c32udK)rV2juQBS)3D~jU* z4I*Zfr#$po>88>@ExN0utAm)~J+H6JjvV*kL$KhWI$NRUy0V zjn@&3<~KE0)oN8S;l-^NS}KLm+*mI;3V5yzhGzvl(5SNMJHCx(n_d>-JokbJoPhoT z0bo;uekpE-j-%@tqLt}^&lMV1PSDnyEHp}yF_UIpE=%yN%PR_B2H|NhReE(}(sK4T z85rdnH?pB_Hcq7%!XYC?czvF7` z*lII_*uqS09(hAZ)+X5F>ry(~5Xd}Tj$E3OS*fe>5w*>O*3Dm(;Q&TS1)GHqenZ- zlK{>Z{JPka?QAFZ`T7H6IGzSvWmy^N9+cAqf$bU}N>)vJ+XEkI;0$BP^Pif8taR_W zDP`*+WVi($i%WR8a}3^=_2tMXX;48xKW~c*NPjI+O)U9O3+Eas*W!s-!I#m-oc%n z%9+&j1vL#9mr?<>)cpA_TW76o=CocFm$M&lBWWimmt(_d33|1ew6+|%0u)o_G_G?? z(J38Yro!r^`7I55rfu`&U^YI>BK^E}@~8)_vt$3cLUv2H$~|b4;eY%G%t^#YOA>j+ zYo+~hPba;!e#&~ZOTQV$!=A_*&gQP;3@~B4ADFg_HDAOH_xgz7-B0QgGZ>5>YjlX!1tAYDh}SIr`Zg2ql`(eQHLIPNVHwyj#kUJ@cjPjMz0@kPK-h?~YnqMoIlDrLMw!`e<`}9aH0m@QqcmmsxSi8}m~FM)5rR zzZ@S@sG2%5b@r?y(Z*JL?~f`Z&ixuThFkcni`noJ%53XXqBiD6L^EW6AT=wK->dfSzXQ^V5PP^967?cf(jTqTqbY>HaYdeQA-vYOcLCg+G}-gsRkKb-8}Yu>tD+0iE->iL{a+Kj}o;CM;{GuN^!hb z7A4$NPFI2wU*dqCyIfuB;6j!=Wq0jWpshiYoZYT2G&bzvsXY*EDO8N+q`XRiF#Ex~f)@#at=MYAz9;T4K?0{fyF3XE$dSxcT|ziIp?L!1Ss>i1 zH&J^%f8%3tL)M2$v_9FOO(z` zvJT;`)YW8c;{x@N5gQFyV$aPNj=hcJpRXlb&W-lWjgllyi?xmDTwV3bxzdlV#!^>C*S0!u=RH1* zIodHkJC97hB`eL9-Gg?>blzAz1Sj@0eb03vgwBi38YAI3xX0&ThrMmTz))_KD*rN1 z_RqE9Y6;M!QCrV@I$usdB;IU%PTX^H_;e`39Pw~Xbv*lRoU6-M5bC?VeB%?)f{ps& z*_u4UDm)FG6P@$A!zXv;;zCcjcJT_#7UsGnuG-^*lzwHRyw6YY;;bNmK)!t-1YjPk zZI@U`2zhfkXBpxq-Fu+Cq}gl!b46AqporXYC>tvEbX=h=N^ZO_x(yk1gqqnx)h zmEK*{#sF{9Z$kMs?u{|@5A`oHb+TbdI!zk#)_7phNS1(I_U zU;)%$o6i=^uaN<5#bH4O?cpc$T;Tjj410tL7`fWPNb48AaT{My`mr7n+xa7G*8err z`5W23c60km`u4r@eLMYa+}(h&pwq4o_Cy)|^E=gtHoM}^W~fd=JFWJ$pR%OdbePS( zDFd9U_puyKutmK~w!HSfBiR??irwtvZYJS#sa~Yp8RomgC?swUtiROtOmd5U{fpnS z3gf&Hx9M)G)5?T9RziivT57Vby}aM2ef0VHo#6eT)ngs-Bmw_++MY9TGh1Xh*YmrQ zSSS2PIvd>HO6G+#=LtR47j|88uj0>WX0!_VfN$6w#^cV(wdc`Jm=>(SY`*@bE>#PQ~Hw`^V2{h zvB)B3*N{mX;k5nfj0K(k#zFkZxBABcWLeHa1u^Ps$d4zt8#P zD`7b+0KFPz{>qEDO}vhL`NzYk>=Rf4K&-SsBB;j(Th?8S9XO>Y(5FFW-{d3I-Nh;9 z47WM&WH--JL$K7>E%EJtKx-08x-2#SA+VN7+VQAH_&!i7GmAc!lu}f0(as(iru%fs zEXb?Z%eYIWhc$>(4Dx9~W;iYsLGt9U(^?-Q?EGca*B0AJ4o>cbyte@@7Nl|7o(PRA zNfgn+Se7LcXKNVq5558FLp>N5Al0aaTWYQ1k0+t^Q{>-!6a4K*L?~=IkzjI}F-Bv}cw_!j!f#CpcOBBB%=un4M14LQWbR$|TV4rzWo} zN`{iKmV6WKwx-o1RafCRuoi-di4iGand^$jM?$v@sa?0$Kr6$DPnQm~)^O)jE{PbI z%rZ?odZ&to0=jIb`G<%jvERq8ovx)Dn*p)*rIheSrMcmJRVCK2EnBWbj?xGL&)}8M zagMC&sqn3XL2)&FuZ1E?PlHuQaw?1~Bwdl?9bl;-e!t*O90+c3n_p(p|LvV5>%!3OI{p zT4hUi@eT5~F;Id)DLy%zMn=z&k^%7;tMk_!p2o$LJu*B@zb%w#7ElnF2p(YOyJ-vM z4_%+Z^5vr!L!GIY&|a^I3tF;R<;Ef$NTFl`LG>f0?L^=1QU_f&f1ub{)-PqZzDJ*7ZIlGMP5z>@LQPAr}h3kHq1oD6U=|BZz6 zHz|hE)ro<-I%QEYp?h~mF<<5Skh7~ATaZPO*KJU_7r<0w$yQ@yG6`Y!PpjRTZ5He^ z&B-;azb;c@94J4_8w-t*lu4@^2$*Sm*=lN9dGE9pEay%s(&gspIOEXLSl32t-`YF? zyHYnVfWi+CzF9%qqD#V}6HnE0VpF76oBtU`?h_*_WpZ&2u7^OSHW`Mx|7%SkX%1SB zGgwBPr^&Vk*FV-F>r->ti{CC7*eT@ijB*B(y!~T3$)3@rceI6pc+n=xAo*F z<;WXgvnAtg=JJa7eI%<6g-mNS0kYc|2&{u$f7g(Mza$D}5o2SAlA0DKv<E6|J9rPcNJMo?7JN(48#JNDJU6(Z{F%&g$oM*WY-|!ctc) zG_SX&rvg9|6%sSQ=sDNxyF`iDoY*Y*&#rly830x9HVkr2r>cCUw*fxtw`WjxQnECg z)mK{%n+d)-_cNP1xDgNcS+ND)%5eX0lemOfca!_R@Rbwo@zmUJU`9b?-T%}zG5>c! zDP~s2{~IWEq`?*UOF+GTp!x(GPAFdiN0&zU)wo{!Uj-tcJYB0$T>r2k=p}M5cb(Xa z)LE_mrHFhN_f2LVd@;b3{>}^qf7^k+`8jUodw8ne?1k&?hUxv@3u7(;FmV5vOeEsR zbOjtn|GaJa^r0v9XJ9}-`1_d^oxc6h$#u=`{>kZJg-Q>rK0ZCn?+g2ieKg=!*u9%g z=Or?8m)qLgP~T~RndCQ|=LN>g7T`U#GJN~ZVed`8eEr5XZm5^0fp>nN)I?*_^shQH zVxpUXB3OTfnIcfsxxkma@J|bRwNP};B%@9ezRnGr{3w&tS>&WhQPsqXqJ!GUP2*e` zCfZA|0h(~H-<&aO*ERa9i^C?qM?VvbHnkR57&`E$bm&QX7OBC?nNLr-OsfD6cZrXer*<`)R8jYpgvC zw&h8evmdPlV`=JA%m)+($u&_Z9i8#l{gZB+4U$k9!X2S_)G+J#te{L}F64Vqh-Jk>(eWR*w;6!_Z$rdbQPez9BN4y+6Elg#Xaz;ASAJrOTRu*aXYml5Di)E zGPbZKSEx;kk4d=xFa&?-tt#Y#bFjPqxBNB!zz_GeelGDVOTZkuc#=NeI2OkHns2S} z;Ja2sKyV3>GHV4l$yULR=1fP4J;SC|%tg_)RUA}o6_Zh~Xc?2~hn5y*9!757!E*HOvED>2E8{IXO zJftl)pc6n8_@!2o)NwrSQjI>nFq^0+vkhtDlk6pgOn{hHGjbhrr%nU+GPLcxD@%uu zQ3zMHNaa+XY)SRcpRD$nKVD@~nV3-|$#+O^277|F<#VA96MXYP1@^S4HFATbCnFTW z)^2f5Qi#99@cC22GeKiJ5}NFJsA{I=x8nL}8gVYk@+)f-7kkq7_7-wNL=lJbXizCI zs2Z)gnEuct=(!=;iEC!;;84J;ijXe2K(1z8mZ-!@g#quYau|6vHB9|r6a&fKYq(0- z4t}fA82!Vmi2^38qqXf-5E57+V?oA{0m(QN6eX%qhLcXqxD==KtUN}3<|mF3>$n1N zD0Y|ih?Nz)tHbGFpEcq>3+g3xs$vbq&S3hzIyA%_s)(HdXUWM8{~HFV3DG+OuHGg| z9a1UD0Al6r930hV(#6+~eKiwTjeP9feY(zu_V+<|6~p}KWVt>FjscJ@Sp?JG zYfVe{N2xym6ny?D|MBnt-%*y>8Cd`CzyFeEd+aZx;#U;-1uT<5tqViVO0SP$PpZ!} z*gqXRoB;ggx4*B@mEm(G$p~$chnqOnp@&m=wn0o9>-W!?%Kw5z?vk;*pR?4BdAU*Nr45RK)JHT;hy zz7x!0E1rnP2m^#y>n&>qziU4(OzJk1<=fa(XkKKWhT$a-g=n9HTNmm3;wbK{ zHT4WC0;YPkPP!3E8a<(?<()&j^vh*5eEFFo5>;Xza#WRTo(DxHx=9gdv{g`3c0Hce zlBhO;b^b1ZbzinRrmZ0#X7kA{v(wM3xKu9Jr5MM8*~w8LHzI>U{2x1av>Rm?DtG{ ztjEyIRU$i6uzguHCw;8xc$rW|ivB|ZI(QIfy)|GST9TZH;Ix0c`r@{fqno7OWn%%$)iX=ld7CI4k6eoUQlnomrRB2())v)1JLh|+j@DF4%%{W>i>)dWQfaRV zBh~8?A}Z=37^SP%5aqZARY>9*Wps8!lY5zVhm|8=+;1C69#Za-NF=g9L_)*vcRy^G z5m0=pxBp`DH;JQI)2S3Dr~=Gc-`gpb96Q`5n8rQSf;ar@wK1~5>XYU=psedt&jTid zV%d6n=PG%~*GW=fw`?;rr#!3u2_!tC76q9*p$!6!zIERk7nNf#xLC~8{*iA#0&DOI z>eXd92%OO@3Zx*3n!Cfj4**G-?{q&*e?>g0{XX%b3$YzHJ%FueSF2g zbTY(FzYYfm)#S^ft-|0egx3ID)nR2}*16%d3kh%NHaJ0@uBcvaIwKvFqLa4lYJ}aT z!Hxrj)ZMA_4O1vqh+4U}n+_{XE4{{uu3hFvnSnFyi7-F0s(R!w;qN~?Np0dA<-kW( z9O;tDS(Xv;&{07BrEPDnaMK^u(bWM;8Q!8N0iy&56faQuY_Q_KURSa%m`iAMW=aLS zf~gCQG~ptZaSzKWH7Wkm0iS$Ok^OG4Xnj9Iu7)elGwN7(esj^o2`?#BLzuNwIK?i>b9CI zT^Dt@9gDbbikYH*v`MYe_=C$t!Vo0nDy=@2!rav}_w<1AW${zvqJpkW^9MO*3_G>} z5eXHuB~vNN2kw&V#o%4rYSwW$b)5I0{!)KEqWMy>&YB4)M~*TmSIvjxx&9wTCxRN9 z^^}1G}+6UedEPg&+zAP#-D%8dJMeXV&Yeo6LE%APv zvty3)cyFByo(h4X!Uj*Ku0Yd}P%M)pa61*C7Eb`w{nMPEQjutqs>1AIbw;x8CvRQ$ zi?f4V`YxxC?JI>;Gme7HNc>vZrscx<8tWHDsrQa~1r&>1RiusBwZn<_{W3|iT>AY# zgUqcpEzO^C|MED2ZEcR^iOVJqpcE*ud9_})1{77@nz~0u1n)dhi$S1q9A0(?F}Y>d z99jF)1EOtOUjbWtjwa}SfbKU0E&pSE{jV5M3>*yqfBpCWVL%=K4+Cnb7*HS#z`=hL z`V{prevY5_X!oZ#*vsKUM(PsXRY;L7lY04CSLNaUija2m3kePQny;7p=ivK&OGj^F z#x7Mamo}GoVqyRl=KcQBaV`+UhE5IUy0n9P>&JT+oA?Ag>*DB+ve?v0%771HAGPE5*jBPh-(FX1`rO*&sr6d0*}mIjOcv9@#S$sS#WC`Jt51}# zf^mU1BWN`i^02d)?6h)~cO{K<3kzpx5{opKy9ErfjHBT9G{%5E6T7w)|F(9&6R(sLy&Qpzlh^#LUNbq3k&>93d^2Ts9rjw{_GSeqOCPQ|g3lWCA7EsMQT_ z2e;%nSoG>e>jlJ6&lF{?<1wpikRSw?@o+DIGE5ui5LT^#bS9Gg?Neo=5*hD&D5h)0 z6mevr`*(^}L;WF_=t0Fl=lKxr&R{tQBok?0_Ad8jZ|t@I*rSle*oD7BQN`4Qw6xG9 zY(U~N{v8`@o+3>3%6E+7Ym9v$=7zpFHw&el)`lZeV&Pa;5R@?=<_t2D5oeNS!nv&jOjm;(c@N|-J&zKSxPu}3NT)nU<+r;PPM(j}vVO+chUISq!>tW28f5>Ql zC;$yyEbl;k3X%TQAHc3KBiz^FnT@_s>ij%Aza@S^u%D6ngOC=D5fGIbSCj9ktmgwk zxS0wh=fGnm{jOv93xz}rRM!YB);tlQk(KXDryx$3iD`vHplB^(vP(mT3DVp}vSXXG z3pfRDU?>BaX=b)6)7hlAb|AWk%89&1?hOwSGipL*;!xytU30v13Q(0~kO>@Gwi2eM z?i;iQwgm#1sbas#VW& zTo;-wN+ys<=M^wMue8cg zdqzMdg%kMHWaXL|J$|TaY{X0DIC?&>OZo{EsV;YbI#5&j*;45$83+C}gG(wtgoa;c zAU3e3jH^ND(LJBON8nE}PyhQ&oEMw&l7`#T=$@%f9`ymD5V^Wp*^UtT&+H?_egh({ zkW9=J?XF)(R9arWSpo4M`agAV-A0>?Ly~v~;4DU2qw#FT^Qw8*|Co6$^Ix`xd+UXB$^jQB zsSX8nS@i$*Sh44JW)>52(BN&@d`n;4Qgqp{esmNWr0?I;a0ETZ_qd;A=h|ERWdOXK0g~bw zkClPXHKE$f;f9Z;z@(JcuP{oRefq;@Ox2R-AvPMj%N=yp%HQG`%E$+7j0e=<6#vEh znu1}jrKq;EHX=LYS%89%F789Q&{Nadn_$pu^;~#qPkBHAE4}9%Gw(vHnxV|)G4m(4 zG1k{i=QvoT4*pyDnX^jf!pCwr$%^#dgIN+jc6p?c|AV+fL`}fAr}7db|hk zKG~=HWZ!e$Ypr=rU1k{ONEyiY?bF;VndErXV-VAm?nAL{x@KH?l;Z^eXm8G(I7dg; z>Ei^Eqy)IP#aYhM#!IzH7OuB>OqUY-8suqzfI0qQthl`9MVq&zL`K&9R1cDVU~v=0 z`4kXx?tPr0@B3w21pgvKEgD$$D*+rFBC+YjpqlfsC7YZ)jtJzSyN^yGjfc*mufws$n7fx>O~ZAd4OEo7lxn7A~EV%<WeSrR1}k z?`U(!lrZ>>T8u=%;oyMk$D7j*>z`;x@ z6R9g*9G&-DBy#Z@k%P!GUO!&q7$}f@asfTsGphTVbU?}Hy%4@$2_goRw=Tee&aeVw zTTtQ1`wWFinu0Y;E%2o`Eeqy&f__6vDc^EKbs-EX39QIjhY)m=aquIupkR@iM8Fv) zdKYPM(Ni+Ldb>Q>mKBiUbe<*<#rh<|By}+3@;HP#)wn%ufIYav|l~6VgjznbIFyr0o*v*7h)}_)xpUi64gWLpx2pNE4DaHTNIG9K-T3 z)jMj^lC?6CouXh=SVvz{Igv4B#lS=bosF(XARa*`9dIlxy^X;k{KK3G=y7rQl}jCN zR>@qk3>AkAnx0+gO;wJF8S#8gv&jRZS;mbZl@|_H`Uli_$jeT|s3cm`i8H43*Ab~V zL2M^@rVW&JuxpuKFP(C- zQ~+CYsbY$=eocPT8(*NIl_cnb+d*`)QJ*#Cp#a;SQ@S_zf+$;CT=2X{e?D^x-3rr2 zNjr4ZLR}WL3CMLin?nt;dpQICSF)8zK$@e+$|H_D_!w2!npGv@ujv5FjoqFf#PH|p zc+Li6Z=m?#_KpUAOC^3^OD^y>S)#Puq3qT0GXtW!>fj`FHogo$H!F)b!LA-8#09D? zUdyR=GhQXdg$*;&-;=qfEfaPy9IP)Dt$lR(0tsQCv1j$Ya01(Ayp6HWPpNpiHyAKj zBAyy*l^efssWuZ0dB8wvI&&@w%`ZrfpL(0cxso#_bTy)j+u>3d!NA~3BT8XrZh}Z0 zJ8A}e^Zdf3y{s8Ti8ZULZho+*1Ts|Umy`-gD=U+6E;kth;?`6b?G$kofecYSeOW+b z=;(})sm^`YwSvgVkS}+l0xOc5ZHZ{jwDRPmUTA*z`Aq)$054rH=ZCBR`?-%$!(Y#p zJWu1!&w7M~@pR;V%8YZzdpbvJi&rYz8^=J~>>)|RKU)OCP9Z{2cZYo{{X<;<(xtY? zTjFh&$|$j`Vznc{>0u$aO9^g>i44lV9OO0{c(@mdvF&;omJX>i{j|Wky{w!#x+r*) zhSXtUKX$g7Sv^o%Yd_F2q zFk&&(!6roA-_Lf}F(76bJy1CYlpKpC(S-6jMbz>BotTO>fU=JHGKa8Q{gMOWg>|v| zx3Tx(*-PFHm3wV$A~jwfI!E~5w*2(tn_uSF4nOzur=gOB>IU?%2Mc=}fkZ}Xab(2uVa zt?N#->mu^ELwa_L)!{it79ZNa5Ib8{*bFay4veh*AD@!yftqBlK-bWNTR?o2Bmo6i zMPz|GvnN3$<+eBQNb!zx`?}wErii$PhFAtqfkbZzMDbaI>#9iOtJg#k@1o&0Q6S%P z#AU7!x35E9!Z;GC*bD-)GGfo;z;Z9q4#)WArBpP9e1fH9X-|%Ny@PT4FJLL8AEf`N zzyAsl#rXaFzwPM@&Hv++c?Pj^Hb+7H1!;i&KLF)qv5N$RZ-BDKAQc_$qsXGhP?Yg9 zR%800mOihV^lpZNP_dsBXx68+<7Yabk4z2y!AHjP9mS?kEs@-;HGNFvwH354I(H4A z9cB0%kf>xuYkIBpN>L=aq=)Zn##ZYTKSxPf*L5IkbKeSa%!EJjbb3u%>R3SX{h3AiEU z1vx7}O?5s2ZTToQwX2luETgXga8m|K8c02i?zj@hMlzsCsqKEacqFT4HXg^)>5f7x z4M%-6j6u|R83G!!4nm8dpcl_ot{pBIFvi(E0ar(N;_65OWX-;u4#@h!P$O~NPQF3y z$x(q5owcSqLSMPdm*X6s3}}bou0>fqvc2crT1i+zsoaex{WalolxWQ?YNs<)t>@H< zC;%hMZtPs$YA_%&Ha?#am#8H=Mnhd@AhFG8rH@ialr5r}?qDNCSnEj6BdmZPheob@ zj09+9SUdJPARMPzD9nfOxhd|!X3->DS;t7_Iqgsd$G+Wz241Dfi}7@}s4S7sD4hRX z*(aK|AzL~=b8!Edf8~Ntn_<9YuUQ6Bw4r>@>;%uJ^0TXBecBbC}GuUMNEdNj{F8a(ofiH!x`Kcw|nvAm;J;p)pc<4$4x?CJ*i4vh* zhtB=Fay_l{JH}KFtnx&9>)B$=Pyc8%qY@XfPCwPdVs3ObuGf zRO$MzU&cY!NjEe^yipyj83rvz4qGDx6GVn+l&+P$hAec}2DGf}*8wbOxHEeI3GQj4 zx*=OY>z`uWRPnQ5(L1@{qWTj|$(y*r)L+QHBbJZ0d^zg z4Pn;K1}Do7B|7xkP}DexI4ZI>@fBv)goDxGD3t8$52N~8w$W2>hC!r+{jvU0QWjs) zX-ocT_)Y>F9(=sJ-p{e$8N4W8M#dGRM@P6qwu|g-ItviCKQ`4M_D}^7mM^jo8Jpr5 z%6mhqCwsS!-91@1{4Vjsw+W0ad2-p{|7d>8F^C)T2cXs4FWIs15r4xjOr{l>ah6JPp_@sE$PB9(o^$O zE;5VV>9!a(V8(KyFJpi}@dqr+-IpVf*iF_d(6^7;19FjsFndWpdr6iRr%) zu66Bm=lL|}Cyr{G>t9>Jz!Bo?wr*bDC>z{P-TvkMWy)YOTjY#4*YYyxeSUmC?OzoocaAQZ7$K~8U| z*ZAAbHhSeB#LW?HTuETQq!l*h%lr-JH#xA_2Iy|OH9uP4ftwiw8_`b!=&~@5Vp)0E z628ARvJGRUa9XB`Kw2KCU|9=X_m{`;e9AE6%JP5JQ-+pKy{Ql~ptb>&vRsByO{>>c zw-zueBusi)(GIdr0ZuTW0(ZX|AA&VR&Y$xiGHqn8j;%fO52MyIFArEJ%};qXlUfZ% zpkY`5BSE|2u^pqdf4ld!-?BAOw0~+tuQA=O^c}r01@g*TGf|}jms#dF*pQKJs5-Ab zA<=07u3j84qcwoW?Eg5KT{NlA^T%LN`e-U?nXM|M&d+FgxtnJq74DM_#ieVf7*~!k zBvix1b4_9>Nr|rUt+5}?0SiyC&Vq`9k6h~6ytacd*CV6BrppwrH)#dhQI#$^kiN6M zw&9{gtxpI!F{XBd@q}tUdQTO+E`r1ZuZ%jTB`zD-VOO09D4MIPCX`~@@iV^VuGS32 z5$(5|>W%eNT1EG)il#IEav4=rg7u)CD&>0nQ#8_}!EZD%nMB$tg7hb?Ih%yd`%Mw> znD1!;Xil1-#;j$G;523Cz;~_xYlp?%AGI((Bt?P>r$rq<80yAhaMX#L&V2IsbJR!W zP`{~wqNvn0yUyat%xXB%;x*m=1@*}`6-_z_b7qgKC(;tw71y~5a+x^Uo+Qpe=s*r@K8sf zFitfof*h$_FHF``p4Qkz%Z2L0@fyTlPO}Giq(8(&zoJb`-Ks<|sSFTZ_U@^E>E+-i z;wVY|Ijh@EA&KjP8WNQx%HX<{h|xgjQ(2_6Abs)$nqOSg*iefjAE#(dw1I-C!ZEe? zsCobq1x5Q?fox^C-txF2*H0S#ScyQ&cDGKaR59j+p3o!n^5s33OUc3)2SG_TiNTDn#+n#@q33^s3R$C!Va{*jn|RspGyvr-&l&`S@d5V&H@q7EMM z&xEFFg6ceT%&O*9yh}?{!V5NYbputMk0U_9iJHv2kY96Ce9X`#G*W_PpybE*>5gS= zOGcy@cC=_76!bTDE~nRep4qwk;`YsaIKaY9fi?lh*+*rdA&gFt&5{oO4ac~cGR{YY z?aGP79gb8XnpRPHo^}$usYwB(0LjFGjY4gb-C{8dNdEpK-}N$7WK2Y~bPD;p;9(X;oxe}>PAa|V-58dA;QMTF12vmeG?+@i>tp^`_> zNL)v>p{6DABU~4yS&`hf91!D~lR0DTWU-D6Ezcy6N9(c3r3h`d)Fn&3HO4ug&M1|- zIrJVS*V|GWoqpgKyvbjk50k&9Ph8IW{K>9hxR!#n%?~^8QlwE9DMz8`g@@!ctD@Ib zK@YtH-uN@Gn-+xDstQYtQnPFukD>IJz2ImS@lL|z)^ClLx0M}1jzkG5e z+u(?+h$l@rc0W=5AevkAM4GRWoTDFvgqBn}Ir&y&_S8(gd&MNeT-1@#a6xw6o> zy-9_gB|T|jXlP;TjGX=a>fkBJYMIh`&3ZJzly2#y%Vu4R~z6iI65W>=dDrTMsd zrl9RC`ij-toh*Bhpd{fd`+nZgYxyG@1+Y6zJ+42KIMi3@~3Rl3IwAo<&{Uug~ z_Cuv6S`)b==~w@;#@f7BUWUgHCj>&Rp;!^_^bD6oJ7qu z(G>X&TeXRmNh!opu4{D|%g|Li=Z}672`zGBPUbq)P!(J6YOj|^K)1*e)j!f>*!~?o zhLQ8XsjS~c_ZkOc=d}7U#Ka%bItt(b1P~IC30i;qUK}m8OlA0&ukl)q^#=F2i^2r> zHn3*O#m7@s$CFF15-v<%l_P@pvCC&#?>BND{qdux%PZlh%Yw^}Ysh6>Io(*`tP5Aj zzPtrR21pjexn!#JP0Lc&S=PH;+|QYQSN4>@U>_*c}TKv{X>9=#rcCd$z3 zr|`pZ*|>CM$$2Veo9u(*cFcq#gRRH6tXZy!hPsCcbFPus_yG*#b;<)UDq%lJd)pwf z7)fgjF`2oad$Wf_?i%7T;^Or75yOALoK0{z+eP_220U_N4GOGvObB zxFsDU!R5Gq!sG+7{*8%=GH5$USmO~VWyOgOC4}X3d9M~cmxYEX;*_SEPNB z2q))KHjdYT$1B#~A!1u%2yRBbng6w1TWIz`+e#5IBa=qJr76d4+N zlE($anY3Q^)}=6U@}B9qCS3ySmAZYhGgLo=zNUH3dYat{f12+&-QU)w3DyHHN$zTi zz==RtYj?An=Dw_9*O0&d;VHo#R8hyu?&WORXVFuID9X@I{nfYR=M*`$vdQ({2Y^H5 zo8^(%BdUr^3$3)}O8W6AWo&1kv-ryPNt!;?!pwFZ4~FkZm-wZ@UJJC)7VxSzPK0)E z?ke`Z)%Ozd_a-R09nID6u|i=_C$viaTBNLQ~fURs*YLW#@Ytr zT-!Aj16}{8N9CKX!2tKNhCCF1+jJ)(8(+;=R?t_h|BZO9qqN^UTuQ>xWADZJn<+sC zp426G0*@z!M?FLsIaWIE$|ZLi3p-AVW_#+|{p6w9!31t#r%w$c*Wv2qh$qPbUP0m0 z!Q6?ZM=WC=*!)}kP|YB&m}Yjj%;CT(m-5=oP`3PB)5lUm=9WY6cqsTI4}qCr6}TMN zIHL>HA{xPIx-&N7(n(UTXQ87H$FCf^j|%J`A$2ns3eo{>CP6$165QSMwq1dze9Duoul7bgYUq5Qu8@*G=~bgv@_cNooKuRXL549`ycd4 z5{mgIUPIiHZK6i!%gGd{d&BsWcwO+G3O6};zyn`a?r-FqA9&w=hO4EWl%<`cErS`) z%&efD2R3(JaDKR-2sbs@dQ1HJiFG+iOu30UNpto~kx+DeE?jzSn0C5n41=CR;FDk%iQ(KRxJFL4wdd z7Lr)p#9B5M1G&}>6$g%uh!5bwrWj=t9AnU|(e!oFilozPJmCc85xWMOwBiK2Sls$Fan$$Kgdod$E$eDKmr2fiaF?S zT-jZMnFSX)Gl^5J+5Yz=iHf+=O=eezCEVWjoBsC92*k@MG7Q~~s1W@KeH*gkDXtgIr zwyZZo7#13xeL{JfAdE!A($va2ittG6JKJ#=$7VMOJARXHLt9oLE3?L+YV3szD|NCho|vh6Q;qE zKtah4#~v|#ijQ%`JF}U_`1J}d^1g&she|UcC%tmp1Q{oo0XLSIzYkHixE|~ueS#(o zGi6o!CY$E^8#R>Jb>}2=eC*4`&>x}h4u5nXEj16F6d04p38>@Fjr3YDWbE$mbiAV~ zfMs}XEgK)EVV>;Zf_~7LxCKgLi6(|HryW+0!E)oM@~%m4)ufp2+EKBA*v5><__6H; zW{cTxIAbpJ@ZNw$U|NFPm}VRZJm&GM@KKY;vm?{3{1@WU98uQ`CZH z^Z^EIt_FjlM%CV`<=E;g$gqbdUKiloZ!R@ushRboxxsACszL7wHdxBKRpQ>1L?XZ< zZ*Ix##Bv|9VZV%@7SZ}RTtyyOSXH@a4aU=`R-c7)g)?69JlXhn zY%;fatudtk;48fD)H#SWf#pv=@FHE)56Xxy z3z~x=m`4~F{(PIi(D^4Ee`9;Eqw?Y27`A=92Dmq~Jttbe>>IcPpOJFHjwKxq{I$+hdY?FkI*qnj0hDAj`BxYS}wZr zxN6?YW4WDr6Bo5{>>QtzjWFOnjkxKIdSi`tp5ENVzX~Y3btjEmtJrg~rf(m*wadEo zWezIoA*05DWZECajq)OK@347e9NqUqJWRZtUi672^mR+~_AJsNw3l9v4bhrPip+vg zcykt{Mlk!ek!-0vaN`t<5D5_UL9o(YELz0aTyzHi0IbI!L+dCYIW{88BF!Hh*ey#o+I^OIAQ3lomfH1A4tP<~ge%#u*C zXlW3fvzhXf25Q8+NPN^sW6`F2n(7?%NXRr_X|-$8i{;18BSy5onDQ8Jr6<`p>*V=Z zUOWAn!;h2AmC1i@9%_R?Dbp`J2gPp$MW6J?y{$HrJ?$N|=!K}*Tet27b+7$Qq1$Gp zz0JBR4ALQ)kgAB8yYz?e{A?QCX6bB(QCy*D{`(ZvOG(Zr7>~}*+CK{Eze6zme+{wk zIO*y&4%m%p^=F7(srhm6KpJohn2GA14LGy70rvWI(Jwz{&p*hfl&$PtjH^A4G>YQ; zJA?dYOq ze)u8&k%(f@dHt$yXC%SEgy)&nJDV#2LCOPh>Z6?B_aZ?X}D> z7!WC!4+Fzu(<8@e(vN7DDcL{x2&D(RV7e9F(O;8@PLok98e+aK`e?=2@{TC6!evd! zS7#<{rLmCCi&i{xobR!!YP=JRiP_P%>t`N$a%@Y-upbA2;l+on)${Xm&qJ6?>Xxrr z&Iy?!AlSItR!y9EZVwo!_MDa59MvNJ$fJe;1jo}v{f|rOMzue=3v95keWr%QsU2~| zGl%#BIIso#2pCkADGMEeR0+@(JS@@tpUIhkoT*|(cTp{SSVdm(ltit=>rfZ}=GV(z z({ZH$gosrERJw=IZ>p&0%ZkJTva>WEl5K$V=1hv0OZv%m{Ji;m6_Ji7Bk;rr0MYquXG|Xm6UWTB3 zNwAlK%0DDR^RnQDE21<+O9Q3iE1!r<(|IYk{af3jWV?%2HWuNEXpr0KExLM_o}wiF z9JQU<*1o$CKa;dUk(=$WT(m*`AQY{d%SRYZ7hEbC)G3s4n0qukC6i%dlpJ65Af${N zeXFk;_d8ATBT$mZ<4zA`0ZWOR7Dz4>7j#EJYVkm2ze5IVC&^8C5tx;SEhIMK>#!~TKS4V6*n)f{AJTK zz!b!UW{DUr#c0)@Y)A*m8Sgyy$Al6cFHVdrS>A>=Y!rhJ5Y|@jl4i0Q+fj7TfS)(D zvAIp!-bd;nzO@yq|H}@L<&4e2I;AY1PS$8-BL*6Mun?{=xp@s+;Iu!Yps~6KUklKW zKdh7{0ZF!o&LYT9fWl`x-Kay6*r3>u>u5lAsWvFO>tmCQz<=`rL@A13GItGsZj5Jovd zPTE4>z929jLw}LC{=_xJpuZe~E6WU3L8Y8Tv8QV`e@8WCftVa4le5I?N?Rlo@fR*j z9Hcfv!}8HW&Zb9%Q@e7rhR4qRBTn2Hv7P65KQzVkXd)%^wiQ+PAy$@OcCFDEUIi()Ts@Y0!dK5| z;ytWBD%r;9G>DZ>X{50^41vlXorx>vT+Dwj4PgW==q=6eyK|tNo9vk$Co?4_JSW1e z7j$!{qYm1={24_|(}y(MT=4M}&yt>OYJZf99ntF9(0DIqbmG+_FtM;W$l-^`?%xTt zt2Ozv;s?U{LaLu4GzZvLcHr4S>fDdNEs|K#oP*5iDfeWqK-bmPf{Zx7k_TeYq`dzH zvX~x&H`vmY>exH6$uPgt^z4Kd(Fe`ru?I^x@7^q+>U!KaU#BH#S9ASgee=g%7HAE! z$=npbR=+|aI%Fw`h8}pXJ?u!34c!&gqrYvp3p7#N!>394tO3p-vo#iiHbPRz%()bs zn%ke3{8X7%F{7=xI?1PJj=Qg?+IFGT+7zNzy^zl(9)(HHfD6*|uEi2%T4T%HnLc;& zLA2p7eqi($Td3{tPFt`wjg{g0Usw}L-Iz9}2bi@ty0<}Jrl1DmmIfReq+%7fUwx28 zpE%W3N&0^82RiuKAQyE**13 z)e0@Cshxz=24*XzyW}`&wB_S65OD%wNYkqzo_teZpuV^f5^0`tfO;aSa+^1#nhdWrt ziRJs~1ACs;R?t+9PKM@c@R*xc%%iY;NlpT<$S$X`KW9eV6slQVYPU=oc~|g|vZ`?p z3}>@swT7sPLjJPrju|IDe^{p}mhjWpf4=bH^wre5$-IePHcxcmarRgd5!RJ@tdq^d z7^(9EHmy0I!oDt44e2GxLfh>^$Q*Lk&XZ0Ua=aPROTw2w{Ag`!Bz2daN$Z=Cgbu+_ z2a@0dv`)31w&f6e`+kD&#gNSTPk$8qzcZb4GW}PJc~XlzcAX9J+jM>pk-U?EYGCsp z&-ql3iy-vX$)YOs*B2QxNf^B%^@;ZxM!2KaH=o?A3)AYAEj+y6&&Ub+^9XR(eSIeX z{KWbn-{B+E$7@)c8Jo7{x7U!Q(m-hK#E8^+QHFkeD~BWH(34TAKS`5g$!#jh-+HRG z$ok!SCoS>`cT@YCHt5RBJy3q9#yw;UT5bG!EfocIr+Gq!R>7fV7o8FdiE`}ab$VPM za77O=M^;oP3JjilJ=x{0k0F`Au5N4rJmhx>o$}oNZeJ!) z%E|X=fPI>~>{VdmQ+3--wFrKYM(lbZ83oIT1{SBr5(_=gL|=MEV&3zfvM#U~=y^m> z1~Q+7Kc~h<3F1Aw3gR7lGGa8sZ=_-*g(wMffFyYb;l^CAAonE=;^epd~{w zXm-gRd7zPvf{=;hO$)R!$UQbof1re}VYEy@N=xZ&RTf@A;8Prm>~9WwnNwqUT!3exX=2jJh^HYeR5($GP%h#oVq&lngM%R$v<|E2Ol5E%$-1at-GD8@>#UO z)0guHr!PsHLiP%XfVE!_8M>3ak<NOnL4Xghf)+{E7B~~c z)0Ow2kfYsoisMUTt zDQ?dGY9UdqbP;d$HZ329Qybxe3`TBY;Dp6(N z@F-rF`K%458tVA70{U6=yPL0=9Mb#oCM#x%Mv+~nGBO^w<1B;%7+r%CQd#tGYRw4N zMY)Ez>#~xfOxNv(M`|o|)H)bsEtWE;zvBzYhnzR?Joxjmcnsq0;aIejI$ceBWq;c* z3h=`k=>*2t`C~9U@dF9SbF%7EsSWotl;JYhd#^G?DZESFLr~y}Cc=5*m+p;ncnw}* zW^Tw=yUkm|m)1P}MNrURx>j+{VVGL_st586pT_9%SEk+|{q17is@t5Mx09Q}f&)2P zvU*`Y_p2a;S!?TTprLVLw52uW9owo^otm_>rg3glC2U7rn;Mzy4nX*YUR5Ke?17{C z8YFO{7A@!DBeNj!!dR7znr>-_ZKK9D)U*FKC9}wp-Bqq2d|!a+e-4M(&CC_mG6`iC zay~~fM@e3yFd8(Z-CjK%x^|OOKD?G`<@1e)2l1j;5b|L!=026dzBrm0RDd!(zQzdM zCC6KB0S_x5!$)aZ=R6bVe`xn@vucCSio`jy^jOOY$R%Lq@*vSLn^Y3Bgc!IQas)S)DiVI^-R5&y@kZ;)!Lax7FN#&L*0_x9x*A<#O+Dfy3D{x1;%EdLc@b)Yr+9pZ`Dc|?5= za`~`<$_M~3xKQQxKPu=e=sLJtC|F6aIv&XY{ zT-e>6zE<}qp}njYFd3C_`2p@v69Qg!JzNh;s)G^-&Y*{_+jJ8M%N_3XB$80CQbESr zwV>3~tI}GhGq)JI=X*^QKmayb(hZV?8Ffvt+KcJWBx!m@zW_raVGr?|qXZ=;Za8=j zTD>aCPOGSg@<_%y!!HyG1K{KY#0g88ki~vO&aU)}!ICgc9vOc+5;2;dCZ@jmMt-@fsi3tN&s>#AjAtA=G+cuT~JTwiFWO5GtHH*kA5JVqR=%+OA?gkIQU|r1Y%K>))h2^t6)I> zE$c?KybKeC%}KYB0Qeo85BK3+NaffI7~QwkO{TrEf_|nmVVLLZ2-kL?V-cdnc#LOZ zS{Z?7*LpSBY*MZ?i8GG@)P58WNih$kxv^&jqAiOdc~ra|S4YdmY~wPhlq%T7R}-Wn z;lkCR@k;Ep8@S?{M#Ci?^Tk^OSNJ+J;wzbzYvCo06&jB$M2ws|<3zMPtsa(y>{ygD zhjF2;FvCyqyvyJFv0wpiJ5}wn_f~AsfV4veGyOF@+(=c~`cY3QX>q8HItgh&@=fpu z;XK{abJThh4V*L4VOScH_7U}Dl3Tnp5sS>&5~HQ|OO?3YxihfsuAFUmr#es^-Ijkd zcbq^xPpnwS8JVx>af+rxX#&UKzQMpWVk%opK?~!^z*^y&NlSEbE`Q&{t5RzK|FWLYz=rw9GClxHEL z5X#{knEXn#E`!Y~@6a2QY@6hRxl2L7(uYWdf<9`O8A8g?71(He3RxOJsA%w_V9CKY z!eHu0%;7Zo19zh)EN!dPg**ZS>lKJaRR+$}`p%4QW44jNGlSaJE_0RUt&%b{0-Z&x zR4$!lk}5XKpo_KyYqH9vCUaW?fAK_YAFPz83NrbhZ}bP*l#wDEF!{< zAS3gjw&F9D#xh(Ux`heNwc0M+NV1@EL$Ucgev1b34lJTqa>$L+h}LOxchCk5F)VLj zFqyS#tRwM-nfbBKMJA5^<|`>L7p8k#o5W9TB&7UM5#)1~{|&MwS4 zyXePKCzj!PnTo$kx+Kccz4IkIpmHnqh&(*-0#9lX)WJ7M(TM0dY(^##?8svuamG`4 zU0=+Lx}ErWwIBlT7f_dupVuGluflA+&hZLEOoWc{4AyAw=L}j^T<~Fcl0Y<9WMH*K z__PECGHw<-OU-tfcKfPeBlOST*z)8hfe<6vAyMT;zz|SXp)~2Q-_we3)UyLE-hDsc zA?%;+NEH<0&tnuuW~B%+B_qHK?Wy$3wmz`%buxglLoK%6jQ@<< zm#B=8JTRoeG@JU>epctb!giJ_NM_(lpn zU8=Y$NpPD1=_t9$T46yu%%rPdQ)xHw?^!kCdUs7o%*D`cpzVC_;>ne| z-miaxtyTU0N8SCGXaUau@+MAxhkX6-@ND&G1d*iDk^q7*VB3IA^i=KHev^(BWrVjc z`h`g32Zvn~*8n5-)PZEli0RnGl&k-%x_qAx-Jkb4_6Ju_2hGg~OZ@kBbqoHQn|8jW zAQ~wNKxWZ;n@!!*nb_OwSW^p!-8Gq!2w&Q|a##)B6`-5F)Yox*b(OQ9U2UXN0l?2! z&~wh7?U}(%H-bm_b-ts?cD<~$2+}TQAlS%oZhfk#k}oBOo$q&#OGZUop_+0+wW@n; z0%7C}F&uG9o4Is6zNsSbl!hkHQ-C9KNN1rBf0GIU>N^=uhXA9EvW4qvl}}~gl^3;G zr0Ulkl%*L&c6p?l*Gv@lC5iW^<^ve95F$mx;8^e@PV6aE`pV7$CKQD8r1s3hgrmYs zgUsvj$~|)fLT&W9;jG#iPWZH-g%k<;lOg342RW4j!M!90{_9$*k7&8L4-N{FDn$He z+V$8eC)pek%2Fuxfs#D%(vDPrqCMNU>&E)F?Ti$Yle0@?&Z7gD%fLg81zAThnA zcbbK~dwo+678|8ESkOxyT!Ql^P%%h4`Whue^6TuYTcQ=HO2a9Eqv>pRjk^Brzbj02 zwFMc`RBR`NP!=2%j9QCAtYLvzYm15zr1s@j7JzGF)cSI?8P+Ff$Z9F7{5salLB*j4 zdTR&yat?1TO6<+igE3~W7a?Te-kRN}h^l#US=*}eezSyV7-8L}=%;c9Y*jS{7_n+0 zzid0k%JcaIQ@MLyM#0=-85dc z4gW%=6uvC`jHzaAe$G>DfuHKbLnKl115$q0S($TbHtg|TWXvVBC0m@jMcygS_C&ZY z83_VabO_Gvu4m-&?HKj#ojDuglyU|%dtB(+^2jj(I$8d7NRB_xH&@V&Fm?UKi^ES) zokjJ`^@4nlVQ*rf-sA7NPEF+7dSaFG_yQ>TSNV-?h7;Mc{H6^r5|?br$L$*|A>)^* zjVlZT2hiqCaT4pnPw9y9WE@|t{DVSo1EX)-?9-C3d~n|CIiho2_fct9*${j21FIQ( z37sPOZX-Ieawrvl$<7x*EDr4<^?*aj2%bo+n~K(xiQij_WmqRCJ5}CFyyt}|U zdJ(3fJZcU^FWBQExfZaB)_c&`*@)UnlTGe`B$JxvCghv-{IMUvG#pUK<_ib-z?2nP zIeFMnnpGE&y}YARK-!Wm??cVo;ao`U?%}GpJd2c3zMRc0430*^QraB{?3+A%?gn*j}gPm3!Hy)4sf#5PmWwnNluD?&I zmQM=KGutRwkODP{`MmADGM;E4w~$>6R)+kTiJe*-Obzv=vYs6;xJIV*C=d?mW8X(| zd%aDo^2@S(DgKphkn}CE1bRllUrG_@anE<*)g$$wdVhL5Id9|ruhh^(pv<+>Z?Ho- zroF?UQ8T$!+u8$Pe3FodL6hcTvNZ^@UiTRV44~ymg1y;KUy{;46%c6ff?(db%8m&l zx@CvB`5b{{9f7I!)A`{Z9vE?h8h;-vo|gLx7^SvOUM2Imt|nP6@O~3h#_Z9otDd>$ zi2jsAP!^EW5i8uR=UD@WDKXN2qBO`$k7@OfNRsJ3^)Eu(tb+B9TJpv}d!{J;GoiKg ztHFdRb!XfpiYIFtj6B@HK0{(ZF4?6Knr}ogHnbcR>?j;Fly0(#+cXB-UgJ(D3xMEx zQD(m1@NB~5-RUbEs~zLE@8#uQT*oUFJceOrgK50RWjSDJ3_nX8J|#}kygMqQUXtN# zu`)Gx=zL=L%dKLM_hF@2ELau_&?n3EhxNG=3}nd^7HqoAW>eABU#LJ&~aT^CM2+@-4pzR9(h-N%OQ914Dbzo9EBzbrrAg3X+df zB@T1`>gesM*2%S*5wk{G`Nr%r%N0(@LzOj90C%1&Y|{b&)u(D$YV_qpUk;87JZd9! z)Ftw?;}dtUnq7pGn)F_(b1gJ+#Y&B{m;}>xuWZOgz9IrhcMAtK#-h5&&5w*}R}2h_ zt|45&_T$%xZ`CO3Fp7g08QL@iHpCF-i741L+PI6bne=)9wArJ9xD3yPm8tfSLBF=U>waCsB~%tVf>CT7X0*^!{{iNAgNzT8~g9#nJxaF2bXrx-;TB0#HzuREn)W1XxB1EEz-fWxr$rF))5ASzDG=P|_t^ zy9}f2E%3dJW_>3U_QY>(`bz%RFVe{uRjG$Epbbns8ZCIX#lbhfFV@oTF%!a=uDi%`y zUPp;WB$qkz92cXq1;|(>yuvHmq0b{9VI_e?-$7TpO7{rLUDg(sNtK<-*~lI4JvjI> z0=UA`4@3YPT*e6*XcI)E)qIm2zhn)=ZE2hGI5J}{4k6%05aj`)i`-q66lF34SE~`( z5{j+_Hb2h>{x({rN?@^?AO4EBD15Q1WL`yh94ckbjm2ALm$#vY7*r0N|n=33h@@bqor&On9!)8lFrpCO!jmtG$`bH?$i;h78jFAbaZ2wQu1_df;~S? zqy4c$#j!-hjw=hzFb86a=bIdc!E}C}p%!TO`l_;PJCqz$(9o{_0&^^E9|gwRVn5tX+$7VMf8n*QsBi?bqz$kM$tWT35{ z6{e)$6uQ+WRpr!O`(V*(+)PJw5?}eWDMT$aE2)zHgbT@9)*aR(9rKI&BY~s^fAtk9 z8Ev|KrmRd6q|&euYY<+?es(}k)FW{+OdF(R#1Ol(k#HehRYK5EFfPVO$_d5zFFMka ztSw9hePN`QdAr?ab>Cuu>T2F4&BlvdQf1lIjUBsg#Jz)(qG+-DrezYfuMX$b9rM*R z9$Px<>Tv8aSMMbG?|Ss7W(lqRk>9$t6*bd$r-xUz=O>XKO&Y^{{#p6p_oH5)quMRhhNX3 zpA&vCIG`_dUiiCgivDQMpC)cFxwwgCB=CGZ$5)Y5ECiSz# zI{Ev7WE{cl?%0n99I8HGhI!U`4tJ(9i^3HM)Mr7W1^&5Y6TyA~-m*BUqK#{rpJzRZ z1*#cV_FGj&SQRDcc`Xjx%s_S^1{A<3rvFK_V%pug=OclV}y-NjNfzWI1&Rngym6QPkX%#-O=zk<6F{CLC>W zA!&Aqz0xV|YW*VQc*fC#o%d1!kwxXf^WTreR}~?zj@MbEiQO-GC>#iAvJrG8cDI=I zf#-t2(UJ6iyb_t-<`U=0?810d5VI1Q#Hsz*b zd5jRMHu8wMv59Rc99D88w`=7~k;jjfg{P>+I!O=zjAkWNi$u|#J!F?`NW4NZQyS~D zNa-_*HoE#=A}~kqTDTL&tUMt*W|JKwC%bbQ1j6uIS%5w+g%}h6rQo)I18T1_J z5sHU+*rdEEKhC7mp1e?77FSRn|(6|Wi{XHoXo*HB^@TKnl`$!C)pt7pyJQV6YAS+>$eU=kj$+?$$BQJ1aQ%ju#W_EijU)pd#eakK}`{0>L|JerlMqAM@Jq zLH*J0{=uuh_zi0b@kDVm#v&-As=2IDl&K~zh?n^er^UL-X1nY+Hi{j$=&YMUkCR`| z*|i}JiK9fvaV{eM354^`JOrF5j*Ip;%OWBF7*dGTi4Mb(ERYd{f1MvO%q_39JnGrN zd`a6dgTzf+rJJ!orR98LZP*34b|vj=sRgfFLuXuPsQIjZy@r<-i%G+9W5X8hB@9@F zpPbA*xLQVzFV%B3a2BYKR69w$UdD2#%)=>X*@(S9$7mcS2}1i)MnqbuJ^ITv$l_7t z(;26iV@g2C!{1Y<|`)Z-kG!r3sT9*l`Hl!_#2X7u(ZM9eU8yx3tcI3h{~BkNwWia31ne_U5{ z{)F52Yc9~t`o+Z`YCA#d-3Xm%CZFU>ES54Ts|6VNn7xJOscAPKWADu9g>bTUOS~Se`h|?>hH#|wzb~>;UL*6)F+bpD_2M?=lIQh zZGris4-TM&D|?1CIkj)!YzT7V<|lDb@aoYa9 zAf`SeHKzy^RXvH0MzPo41I@(57`{0}t3tQq*SJFQLNr8U!0!~z4iWrZf~{naf7uBX z>x>?h|BPb*e-2`BnyVn4q{ZKvNJc^4;V#rPYiLUAyUo#GQO4u@ z1TItKA^ESz(f_7OU}XM}&f{$j+5hue+5PhKT1i5!h#%u`i11ULB482n@3e!clToBjKlsMqV#tJ5j( z8)VCYfMn>_Jxe_cBYd|QEk%qZV3 zS+mClF|sy~(T0sOz*8{ArB~fO*=Zl2PfHxM!F9#1^`hj`EU!ikuWhhMeQ?_vL^z|a zFXQCSK4Z5pMAAHsE@u@mF91{3TdQZPmRrS(U~ncU#zPDhHH5um;)BnFFo}1f)Ti^& zIs|+(#oYFs!=r~N&7(bg5v_}Vd2frR#fNwhu4Iz>QZv)?UO?qYwmeE-j9Vem}>!^Qsh)h$OFlh59u7#B!4{M z*R7cWUKxo`hBtoxno;Y)UD>~*I}1l0A^gb{8&)7&4e0}i58dgm2OsuKZ{FQ^k5>Q8wUPJ4e~0rf2aybs4=lP&o~UqDYg|(EJWEJ+W4euB~X;WdzgA`|(oH3gL!sg-@{*Yp@<27bqd3lC46VcW;+6)U0n* zm)ytWW>cQE=qc-IaMT3^TLiZ%y8rIks@afS?qZ5+2c+X8iFI#&(?`MRop1bUo)bQo za{|eOn;kBAB{`a<>H&XIMLQL>R(D>A9V;x=sn#8Mx4;C}pUPVv<3knjgK zEpI)oxA#e3Gj_B8+L6HdKk@Kv9RG20U8#5f3{r?YAE;iyl}GVB5d!h~0)O(ffNVrV zH7l51#y;o)ck)f5<;XPbf>tC!B4@AL-{cFI$xtKPx%%K+{AOSD>>mds(mg#5v$!9x zMd>y)APv_;)|+Fhb)Z5<3XQg}&*4rcTR=1MAucaO+Qpfb#3!1aZ}M)#p*P!V5Z;Id z^&XRsE(bV8o_uX5Wbg?m`@8~QxIbQjJ99Y?)Nx#Vc&w&Hx@2tOjAe%fEt~Hkv6e*? zdWWpU7(OUyNv!2L_j=ZSr2geU-GNmdWt)`8Q65qmp}Z)yXoW#2cK?0ryJckq&HldS!&k42d*siJZ*cJ}>r9J<~I zwfJH@LrS>2f397fGRn*($>z` z>(X}STGkvywQ_H46(P^ef-g&{Z~vy2KUmzMENoF-JmT))y?&DY!t0y>>|*a!E&6}h z;6U-XUcTL{sc3vwKtlnM+9{YWo_&gM(r}CZ{dbGa!IZ`Q->z)V|BZ^~{LcmBu;%}F zW&bP~W$3b(vf4UKxv!%xw-ffdb#XQOo03(+!uHRA z)@P4|h04Fp;a!=&kCR^AZ*?DUogRhMIto%%EB}{r5=e-SN6Q|m@|yb6NeyWnFi(2o zVLbT_Z0q75c4(mbFWq}WZ+2Af)tW~G4w#fgb4q^o41$&mIDT#Sl<;AJ^Lxyo6-8n} z{z6fc&$x|F_kidSWrOFqL`YO(Z6nfydmEw`bZ>pP$`WWyxZ1|Uj)U`@$rkHR{MVw3 zBgV}IJb!z-q=1_*V+C8&$eQwj=iz(~t*OO9_myQD2v_85RB`^3Nt5F((~FzN^`N<7 zZ6Tq=_At-CM%%p1{MgmXA!BenSN_a!mi^WJ@g7QuvC84(9>|S(1}XFFH$1N`w&OHz z+DsHe2JBF3YW$S9MgV=YXk!rJQa&94b`Wd{yX{~&GSS$tFjAs0uUbA&N?sd^V}0eH3n98-?F_tc7)(W1h4vc3uAp_j70sb z8UMIsI2edB5aQ$ZIA3cL_{2-LYc6me7M)znzS{UiSr&6bI2^1}EGZ+oBXUb##OdJS zm$*cAmeDu@=sX2W_tw8%iF4@8!M`g@a71B~Je5qM$76(#JcVg9 zC-wgIa7L&iFtdN|`yyB7XT?WvkU~X17 zW(LJZWydH)V1*6~G5!{BJ*4WmdNTE{CC)z8sy z&^U6(@S-!RmNXwi;x2w8$UgOiH>1xI1uL>(O;D*IR>Xc`xT~hf?265~<+XroLu!6C z5kNMTgL0~(j3jU+A+FJ^e^6{Cw*11WHK;}~0GCqyC*tff{!yfySoTEU-pJ2Guy~Td zPd(L@$kLjl&|oh$h0F- zNW0G0+T*{1m*BN?Lw#Yz^bAJditDoWOLG56(;N22U{ie3DC&bDED%Y`Q+L(MUmc`n z)8-1y#zN~!rTq}ler;a{J1+b1ssK5-Err-ZbZXw#*ltY~{^i5MsgS^gLuB6o2!E_3 zkEc$B9a;6mR!w#XGKuHm%8*l_n+fR{$Cc+nmkEgj0f~lR4ck zbZpD~5Wvc2NamYXdZMtSYS^H8yxI`WoBw*Rk}47Nl<~9(Az@pPv3On+NBJ5`D7ZG&F0D_q6NCFks%hpk9W5Ez zbN$VuTVRVjm#-gszWJGrHjQ#&lQr=fc58m-JA?*S&W@v$Xw)KX2MiRp zoQB{|IudV{QD^GzK`GKb)xZN`OyyuNResY@=RI^gqa8X7Nn>Kb$%%`WRZ{`R2@8?+ zcn>J`1^xg8r2N;Z;D1BBS^u*!Z2Kqf`-ATMzj0r~u>*M6cf=obC)2+jjI&KEC(H5n z`={QOGF(=%!3^hD%N%;@hHm_m#NT(W`tSpMHjBPqXOGW7yWYbGw|`$;U-w*JpV+xH z_0UU??`;1+A3BgP;IZTLO^DLBFo~B!#XghsWUav39MBGSog@{)%ff>rl-cn2SE;g} z9dPuGd6I8vD-i-ZJC<(F*~5dARRTej=buVDjk*_@7@Yvp>urreZoJDYN!}Uyn%r5L ze^iiI*}S&O4MDqhzTN-)<5N_M&RCems$>MwbMFicKtd>F%JPAwXn4^z#?PCaPFYknnPftENXs4e*QaJ)?w|2mn5x zPSo~Y9n*OMhKG4!2D*PDf-RULoFq}B9C`UD3m4(j7A}T5b@}COrX0`Aw3Ccp&Ew+| zqz-T(B^WKk_f0`5$84SP?r{I%D{68nQgviCj$>`4T(d!wkAqRt651Jszhr^JXQ@AT z-+OUvWV_S}{-s_Ft@TmUSU~`)hNq9^JauF80Bh6Cc;E%r0Dif+c%)p$oiF2-fhOv^ zd>+C!qpwfHP{R|Mfmc1uQkfybjk@BA_IFkj`tHc;eu4A=QMr?KPqJ;q?*(~0h z{&7%fx9;cFNQe-IFZb3J5J^7!_kt%?Bp>XlgWMSEb!A|O=Rs?-d12~r6l-naWL05C znK4S&eO0Ac$)O~oo&&RC0G#y&JAFu3iHsQME?TipslKrkBOwFIKp&jZCh2jaBB}%* z?qBigt$CUrC!!GlB|}XK>T}epKNQA)~Ld=3`o}fAd{^q91(agJ|cjma2NygKkOw? zs#lgJ>Sx?{C6a+|qVDpExg?taRzBKIsnS_5Kz5Q%DL^`N)+P$#r0Oz;A6=Td^a+ogb ztHc&B74v;)xPYRo=`puUiYWW|1O)_r5SjOZxtaUi$@t>JqMOJ>haA2E3B4T>endRh zu=$&QREiP?ZoK+9Z2o23;Jc9IDnM^bS_93W6&_J}91Y1iDgV8iO!~?TW9VuCI_995 z0O#q~9Re@QIz_=2>5K=HSIpWLarD^l`Rv&!c|IcW1dR_hX?W>kk*2tSWAE*ZxvPs4@Mgv=#dlYJ$VEJttRp}hz^4=X%8*=#EUsa#E;$D|Ic*x#%-*N6#YH{*L zngcAk zD&7Mm5C`2H=CZnP3*9p&}^Xpn&{0e`C zvd-7ygO&Iw=u)j1k=Jv#eWaPAu zR7J$nsN^XovLuwE^p3wArjWiPIp7YnvN|tTb*k-i$gcIqKbRD(z+{(_Nc$VmXauFw z+LB2X8h_;nlj>5{8`rfVWSp!YRBIAsT_d z>DkUQMKKMqtXPPT zL~hyWR2pc{#?~*k9W#LCnekX+8gxgqhGn{S3`|h)_*C7Q-w*vel4aB*gQvR|e z{qmf3vSKUYoG-CQ@m95OBhjuCv!~iex7Rj&dJ=j=LpKNnZm~CmCz1ksxQ@xRXHBtb zqn5CSUGR5G6)Mh|#N;!{3E=)v_Os$9K^|U*bF~Kv?#$Z~Y?HaJvxiap_pt{=sx;5- zcNo==w)}m+14{0R&@bHmwArG-cknDb-%n!wvq$)4LfuZikM8&(y3mCsf2QOL^+G}Z zH)E14XVI0F$w@^5Qm||V%IGq5ve1*2=8`|2S6CmX@0irG@g=O>3Z%&WdJ-vMmDqSR z`_+)eI{cT>YKbOsKC-RsLykh}*!$@m?|N)Rnjt&R`b|=;(f3KJt+dbQT7^9js7OTG ziiz~!FpAy8Pi$#m1{?eZEO}DP{SsMKGPGj zqAV%pXbF{p7h$QpJ_W8wRAP0WwUd5qhXn@|jTytjLYnV+_;`N_47 z>R^g3umcBtSTn(F>tqb1sLrbz051BWj_pbR7ab#IW;$3KF;1NuDopZc79lX2_|kKA zyx+_IK#^!$^u=GU)Khlzd4umcGp3<~gbK@yT`Qw?&=|J2n#}d>Cr8yriu7B)CHwqP z&O;g@)rUa=XFK5R-1&H|`E(8NrF4A}OSX-(0E+C>S-Mjv4yGL1R&Ga*n8`PSWB-A2 zXD^U+Toqh3juChY1?=6+gToQ5Qm(o^Og}Dw(gR!+{;c5up~IOqr-4`IruQra-{O;1 zHg!J7LQy7>fo;hf_r_{;^Ui`>GYd!JZj zt!YQfc`xG;JwAnh9tz1;7NM3*lZ67Ty!ih-5N$%uz_E7mA-#chpXo6b|G3FP<(reu z@DoK=8(hhqD+#kW!&aoyB`A?m)vH>d;rv9(QZ%~!^;l0IhqdZ`&X-l=LW4RK zBf8#w`xU(QXng1F)KX0w7KFX~py3rw$fT>ebEj+-Up>9K zjd=UD=?qwA`w($t0I|jZHGWbxmPRATd-O?}J_5D$32cjb&yt|P{pC~DUfR}V(Csh& z=YZ#)K=F4k4l7P`XH5@Wm-*QgOz(a(SC+q9hW}qdY5Fwy)T84aGiDzTE-Zu9 z<7308&(Rjp$%=gq`uEFJyZh7Xx$|7!7sV?Q^=DZw*zYXDFZMN_!B}&De8By-+UHnT z!uvUY!DVB2!!z@86!NqD1>ox<;K8j5U*ndNeXE|PM4fd-GuM!?tYUb$n@WiGh)DW1`Z6Dbv~czI{-?i zcWd}@a_;dHSScCr*hmu?p2>fQ?>$WHZd-h3{}!j1kT zpkjU+H~OE<8lKFvgZ0k`?IwPdmfil_$rB9S{gZFoNAr>gPguMr-#Y*3zwpGNth<=Y zzmsUDNGYw#sUbc;nY{B?)K#kMk$Om7ceoo3^hF)z8Mh=O%1+M+aB&n#Hpn;#v`c5& zcg0#ZC3Z{w6{avUUF+YEju_MDsBQnQ!7M~j?f5&BSK#)bWQnc)hw0|$ z_qav*{gkILPb0W2;#N0`{i|3Zo#4-0Gk2Q*Fhm+jmbE4gYP5a?gC2^OX`k9UN*5-j z8uR`6wbI}%QkscF*2ieHELHxM^Jhv`DtIZrrOba*i^Kn?@F^{Rfaw%Lm5m*I#?+5Y zvI(1(oQmk2X&&BOa>1L;D1+y5wNrrs*Ct&K9X=XGQn#4~u zGM??2YZL|5n8g2SaU|G07;9<3Vdl-u(MlvSOJ62REVsEY#&GxdTnX(|Fb6*=3_^cb zD2=zia2FLx8^EBnpEL9%#gcS`P*&3_`HRGr2L97G>WQ%39Hr*W$tWjp0JrF|oZdEY zFwbHjFDdK%)DYPq8^h6o08e}D#vKZa@(g_wqckTWzrZMEsfV#MAbSf*#?*poL57;v z4{4<=(MaU%U|D*h6QO8qsaZhmXQ%?twRqdAlkqybLMHC!_d5#6Ibu=fNe4_J@8`7J z&z%++5>60{b`mu9SXUCtC^Ap<&?gf*I#(VT-4j$nP;Q3r*QITr`la)z7Y(=%QD zJK6!F$!MMc?ys+a_@|@=c%Afn^Ix#>iIb7WZ$XOYiZ(k~3EgKQ-(~~VkGBV6>M8*! ziP0(D38djS{jlg5q3abTh!9oC5pyw$r&hNehi$9v7qZV?u~&r&-|QZ^rV5IMSB9b) zYLLS+O&`u~B65a$!o{W+@Ee z^v&Z^cUt`m7avYo2yk{8u;)}E ziBzf#+=l6zT~>DfClFQ|!ds7pY)iAWfjDnV)wrOVKm|JoRkP2!*{y3bWLn5RD@C>} zXQ3k|Xzs+uTMH^R@D85=l?dF+ezSn&%fr-$v}yxqm(VSspO~;a&%N1>Z>vc%1heuZ zbU63X2dSrqHJ<@CnNc}!Z9=zW$mth$U>kHT?vk~%aj-M8Unaj|( zDZ=hmR5dMkO5QEbW#>iXUmLLNXOL8!%oPC}?aI@6UGonF9cZiDcMwwR&J8S3gVpvs z1-iHRd}$M=9wi74lhiS-aXJ>yeI*vld~*w*RwX>@(_80o>h%+S0fkt&iQJ^_N!ly5 zwakgT(Q!3=be(8~nW4jgeMk$_Z6Xq;EOwaPW{}?_A^>2n@vaq>YieW1Wvm;%Y)Nav zKqCcrT+sU6H0m7{G+pqO|q!~TiVFqWFJPc+3EIkV1tl~x`#N3cGI{mi_;c)SH;x$QbN zbqn3vdqAi!5Gwz|&40b6|2O)dmE}K7J^&5rACu3II{7Ep6Gfy*kBxDeFMyoa3gk)c zv4&aec~1EK{U;vvsji!OM;sk2VrZ>ijEM67ko*txC(cyfB0sZ;#7{%c7kRh0{Om5^ zW_JH&bbpeaTgDO^F=W&PBM^EXp%jP;oS$dLH>VjsE{Bp=)5-}j%ND&Jxx&bkMI&Q@ zuI;`Q{aU10Is3O~#I7Sgz1ThRShqqMf(Bw&LvBTY`c8}e4 zlW)!OkQx1I>bc$aImx~|v;YQ1MwU)9DSHXQebR2THC@z%H@Rg)qnH_O%^_|hU#Pez z9B-K8#u7czSrNwGMm*uiG_RrvGyV3?@!1BpYrcGRX`dm6X07WHO;7j4J!Y4>B6 zT}dipaFmCrEReO@`;=ENo)Bev1rf4fGUG@8Kp`V5HCL4&G`tZ_YX6rb-6_~UQYA%Y zWvAsYNncEDL>8mw+k7vr>z84wD;n%5G0DXqW%Qdd5}yHi!Av=2y~%II!#QFhsLvEh zkVU~U*hBx$P)xIERFrf*bIU2+lKB7#4^I?IbWWiNwnSxdzv-$7Fe2ebLBrNwjz;5r z9tbd{)6T?)3C%`Bnj=YIUl3%fAp+ztDYK_vE%^BOD1jM!#PEFshTQ>52VksR5;0Mh4Fn!cFUVt= zT`zmHXft>)angLW_DWD2^NA@WE+Fc`p-is{pq7?75D7AzG2=+_t?JS;k_REr=>YohdNNB4G<3 zPk3R8skOA-u5^fC{Y~i(6KlIS(y2GF*m9~yM_IB7_qLj43=C-3f!|^}1vkne@D7C; z9r1(Nl-kM}@wb{Er#w8MvfY#RGNrk_wX1yhL$I@`X#j~0!zcaifNi^8*ivnaKcV}0 zWkd6wY{L;3_;Ktihn$JN*L-xiFl5psfw`K3@`myIR?TqARm(fJ48v_EHM<~c4(YP| zkkO$VjMG%tc%s|7UAE$=@**Od2{gakZOvkJ?gKUWQ(P0yO04|xZ363#nMcj4>sY(# zuN*_JjB>mia^|0SYi%xNX(+4=ec78>bKjkuq$eXjj^gbNHaYvUi8U79)C|Rzi`7_m z&4lJ8S)^I!`v{T)*@xMSKipmV5dxNB~Ce=@4ycM$A-w0vwm zGPX>sJlALa!8kcUJ%ve~v<4PD+H{tr*0oOvyNGUL_0ff)Y(R*INsMDJI*8L+0r&56 z`LWi;J<1GGCn?|XDm(fFPy0V%irKeQ$Ty01wxDu^<)KRHqO^)95ALC=MC<4i)~C7W z^v;r|oi`PY?rXKt8a>{eOf<)fOJngHv*U}t*6!9VR|9Lb*tCadUFC?yf39fvGP#7) zqA!6jvcFq9YOFoZz5H82z49SprmIgYz>&<^-72NUwz_5?AZoK6r7rbGZ3Ge60=xHv zLZHs>oqXDLK9|A zkJtERtJ|L4oXU>CM7Qdq!M8>Z{s?zw``IEUTDSh}Yg-xHYVkFja0u$Qmda8V@2ETC z=})jXZQNAmy!dRM7Vf=*>)8r8gXuu%>TDpavJoG@y-JzSnDO9}wgyFILV6i`-XlTM z0J|TI1kPbN0e?Fe(Iy+-en<4#WPWg_Jr?rxR%rCR96}2yjF9j5TcTMzpm_YYus9*l z!0-KnF_7>{{;&7R|3goxPKBoW((>iOt_pX55wx3be0Os~)I$?W4t_1oK)*ZXBgJ}%Ge zF%PS5YxYfMAjGH3^xw~~vZQVbK+_+FA7}9AbuyDZ7l-{C4E<|x_Xu^dLs9QR7`(4T zlFDo4+qP_dZ|q?&)pGkH{>d(u!WGaQPLnM}s%mgs17MkV9_tp0dh?KM!jgUdWN4q! z@8-4QlC?*kCuHf#iPULp*(vl{t;i zAmS09GQp#w7YZ2Z>8?F!#^+fhW!C8&Rw!Rlrz-=2M^Qh@#T*8Q*vy^3L`rJDZeTZV zRvvM-w*1^;YwF)ubdLb*!X{+2g*e<`kojwx$?V~{owwb=Al$H}CsN5bs##JC%jL1Iv!tFD} zCEZOd?)SxhO)U%-$mAi^TS9;RBDw$svYea5xB0r@gTO@*lR}RH?LY9%W{WT&>%7K% z<+-PB=SN$NnGkeH`inS@J`$e^_gt=iWuaVj-67C0#R`TdiqP8Xu*_GYbd*^dv<^aS z`?W`mgt}tVUCq_xjW^hi&N*|F;uZ8k|ngph5bOa)g=LL&`(IsioIP2HWwLmmV}1JuHn7M8Yb z%iQb*MUo=6+&%q5T=Ki?`aYE?E7s~2rLhHix$5vq&4VLX+B+GM&4*>gHi|lg`NJjA zi>yWwG3HN(@iowyG{lQ<7qmhevMsmwhJY%cBR=ICyxSXpEj~X;vujA-SW+6%Jm%46 zu7~fEknqoq{J>WFd^6?o9rv)m5PS7GdN}h78~O2V3t4X9JG60hb2#2R1|Z8h+s$*G zgjwFq&afS-@L2?U~PPI#vQ9#_IFkzVY1n(7qVr1RF~W< zmGO|f-b}MBo}`E^`ASH%EjMWfNvd=so4Ps~S3W-1Wu=(v)PghQBoWV8fi6FtBgb5( z`&s2{qs@H#433<~v7W1np+Q@AQI7GyF-1Q$s{{-Lc7~SFJUsMb7S_%tj`U*I2F@lT zCPsF~CiF5Uwr0-e1dQxV|9{Gn?igZr*y{(>2apxXr5m6~T96}#ffaHGfLv08_FGnGzH+o?O4{VH$xe80 zc2V}RCP}}QNy`TR8*t3fmo#-zAj!z_A`%lnN+Vm#ay_+PH1X{s( z8SCjzBcdx=l{>c>ZBFzLhT6Pq$t%=s@ouZsSzJlHuY~63eT!G&Sb!*Iel#earj*Bi z0F@LL_M3ZTuh#?Pf>`;joj2`$iOxoMO^17Ykz`Nm@^K+*0ocny3IpDRKi@={Y2RRQ z9py-TVP~UNW(p-zMcEGE=pmSBL4r^(+1el;C$)XO1ZRs3xD9(NDm#SlMW@-$uDnRq z3}>cIaR$Cv{opS00R7teTo<*?w8OaPDm-2enHggH+O^cdO<$v({{$EMwgW2?1!&`GF>s*1v)H(Wy>y^ralf59WlN4>r5)nDxmDM!f%?%iaQQmm0tkY= zvU(u0QtSKyfQerjKEX-L3aeWJk8J;3GPM*R71(v5xD9yM95y->>qFvI3;a%s-FWvx z1Q_~#Ql)(Z$)y{RH^E;q!i+sbSdhrGx;kon(!#xsw#7!;wMakE&nPAHkw7B-eH<%4*9l6dPrT^iRNDH$pJxAtM|nFbj_LU=&8$&C^w-JlFJ?#<`tG;HxgDAWAk8O zjRv_v1i=8&-r<%#Jb;Rm6=_)XR6VoYx{LvXgQQ!h2-A>bABYlb<}PhsEq*b8o`k0 z$s~=d=Np9OwfB9ZCb&SjnW6pm0bJj68-|c?9*id+22J3T4JfS$lIbXN18su&1}1CdmLAl z^=y$`sN?en)eOrfpq#}Qd1>+T5Maq7Bl%(^TgD^n9wJpHq$zE4l61>#zcKU*Rd+7$ zx<@K+MAA0(LhSpP6P2s>+0 z?BL%)s4Z!9WniCe#?WO()s|-x3nLCbrnpDo{ylbb*$ zrM$KR&$HeJwS62S$Yf`SALA2>g(A>4w~TQ-AW6zx&sU>En|`6u|59LLowv+Ic0f+f z?E+1c8H*o%TXK`0@bs`$B@*Ig@=`UvRApb_kBGe>UutFQMDJys@3p@H|M1jYOtBs+ z7BgLIBJc(Ym~;NOq5JWqk{<58*%icv9!0*Z@Y$=2g7cRW=;61&G4zW5rOQkS{uo}v zM&pY#3-V5`8GeVxCVsCGf7;s;iC1@7>Kk`#!{JQn>2{NU?~t(YZ*I5x9?99O$r!e@ zX`RL1xm??P<@}E?Oqygv6K_r!Io=+cQ$4Xu;-hE47(z_K47k=cw=<%_cHX~5LR9?8 z%gH45$XQ{e$QY6aLL)@ZoW_;NYz7T@+8Mvom2W z4-kwGEtZ%3##upV^oJGSAU9p^!*+i5P6X*4<|;ENKSas&OWdv?Pmdf%uGZ)?`D!~~ zdrbCfe)A(PKE^n4A_Sm&nouDtKIJAdlG}Lv8k{#?FUaR`z@n_23zZQC}xYxgE3@7-QcYv9ZdO?ff5m}Atv`Fmp z#U#aY004XmD3~_Sd(^rB55IBDe<>I)Pb$}%lh2z?CvCfv&!4bP{ z^jGR@AdJlKqA$qaQ`37{uW5Q&LQ%wFR>6f>DQarik^Nw^F^l74d5`$xRBKpKEY$HL zKwZ3FS(vcKK*Mb_Or?T&6gw)ta27T4P@(oy;v+=h$f~VDsg4FdCM<_9Z%H2OIB>g~ z{s)XH0TyBXb(&1EpM~9R!f;!dveywH*KnTn1hmNUo!<${Gn`6N!b9^ARVD0*)t=kc zA^uF3pc(Y8M96#lCj`*H%Q2_!l<9_-b!%HY^6T%>#mweI*hb51wn=HnZElmeYVbnL z6lfC(ApUXuDCE8?tP3g9VT&+|^Y-o*wlIl5Ou>eV0$a)C z32q7@8*7kx;30Q95VnR-9+YrOV~jZC_{&K@HS{teP2GPfq2=ew;&gI>t<%@jT|#30 zko-nP{xAC{rKjucSB_=ZHHTC{KZtxT+QVlk(8B5olHJN%?qM=_{jzv^V(A_Ox>s+|BlN^kp;GID6LM!VyrxC3=lg=QlJPg+ag?y+u>73}FESb}h*|o9bkX%i zOhg4cG16~Ni$O1O`@FavLXdA#u0Q)WBxAsX@1pgAq&e7Bzhb?3s@;hpmpQE*V$rGZtDiXAGRDl7OK8oU;NEk3bj# z#W9)g>POn}FwWS|fcQ*fmLuSr_3W#G1HBJ&*YzrGNV{vdEpWcDS-OZuJHVd-E5#zd!qE#U4? z4kHc{u}c-D$7=_s#cI6cM~Q8L_aK3i?YAK66oLz<2>S?19Nxs}0L(D>6ap=h(S*Um1SJQ_(h%`f=>)}!ds9e zgA9`>ny?_2ppPwKcZQ!A?Klf>A59K)iZwtrN3747sYK5sfXK0eCx{*oD>M9#`G#|2 zZSWBo$CU>{dP>D%2!=gK!rl23nb#ge2G+b%n{~X8HLvg1SEKIamUD*Q zT8@wVYWL;WN@L9w`E|!N1H-nCu5Opt*M}X);5MBL^rl2R^y{Lr$9oTg&bwiow#^y`#ytG*Pfoq;=IyE_ zvCTIO*t92|_vcV0fiznxZkJ9QkF(=~dx+Z+@blcD#%jhFAQM+b(MrWFmY-gO%j z)9u^sk00)Q8P-P?Cft|g4U2cH7skwbeB9qNlWV7jY&O&6#~HSpvfnX2Jy)g~dWg+3 zy$6YdScNg8v<=W!4vrF67r!Xet`ElYtU z`0(#UA#clgEbvp!k1o(#KE6eSc1XF2j;2mKQ|zJIXLQe$GqLA#g)z?fVMvynu3)uP zwcoKx1)5G#^uARS9re##S1h8k_MV;DnJzswOC^`5mYYrY_xF)kokPrzo@cQEAA@XE z5c_rPj(M2X4~l~L2_G1Y7yPTWDJ|T$a!k4xX`TrFZkux-e801NPhyTx8Z>+CUdz0l z+BKccdg#^88^-pQjkH}CoS3jwoV6EflWA7nX^*`b*^eQY2h1kJJM=%@EA}m)-ns^; zcQ&+xBVWsTb)9|nZE8DHY4vk$+ce~oah&P_T5#wv@%dx4t*wUYaEX=0oZplQn?lev zskd8rq9aw-%22X;f&y(H_7Z)*Ra@0-1l@5G8%*QeLmwy^2L-olV8DGas@Vc{f2NE; zxa2|(l1b%Vv2zOm;!UOnddLz7~vC&stly4=oTOydTwQ)o<-NeA;C6| zK3nvGMG|Q;l^rkvJF!AXZ4nRWlfQckEf5j26#LOYp|G+d)zxyAg>YgKdus3EAPJ<{ zAs29v6)^$hRf=z~5JNCgKZbDP5ySk+dst*1V%xKd{#oOIXtsiEpOKp}>s_H6RYgHz zqE`QPhBQy8BT@zB!3HsuJ*r^f^1Zo{5HT!T1nMBtA14 zow-0EjE-~#SqeFW3fI_!t5sJ~qK_63qgOM1{F!bvj@&`b$tlqu6waGf)f(Xkv@3BK8`Y5LZTD2#$pP+r^oDW+di`2!bqqmKvBq) z_+&4j5l)e=#&mol)U;~-M+~IFazP0!RqN@BdsJ5K2k_30izac}Asb3YYCGFOTh*g* zkgcLBINGE42XHt#q`>z7IB>Y|e%AfpC$Vb&xE^h@o^3DAv8tdS2w$yPu{v;~Vlu-T zzh-d8S_hmh&dK)Q8>#iDnq-+YbeChUVmYM0vVxz9UJ;rJ=V!WI$sXgsPZ=>rTBU~z z!)`7WMIr0sJjcHIdco8vx%sKKT0P5NoKxRn&;97HOpV42|8!~pAt0XPxJut75;eK? z5}wxIonYE;y@P{Zeer}Iv2O!b#9l8MOo4_(c1Y&NZ^C_T^ERUsM@($-uF-}|$G@b5 zkdRe(6CJoLNs1JBN34ku;2vxr%C%@|!9?}qfE~6d)qz_JbytB~16iVjxCGrm53EL{ z!3cbkXCt@kk11s`0?(XJbypiI!81JEn}1l^n{Q@TYI|YrXnJX+OH{7rowTjswYfb@ z&VH%{Zz(Ftfyi;VO1Z)$l8m8Y9PapkI2YLf^LlRk`Ko!{{|R54%JEv>6i# zpd1-ps?lx@GXd8b&f>cI$=4B}Ab4c$N<`A(FCpaV92MF4=*%abB-AjD^N> zpl~v>+|Iy~|G8Gz+LxXV6cu;az_59*=%(4-P9dHmVNir2)!A{~b7%qQSOZGfQ@q|drz3L$L8sj*UO`v)dR|@e{XTHfTKv|i2gglJ)S zJW-xGZ76tsHRa9GefT|<(l9in;O0bg`(W6;GLdpQ` zY$V4cXWW=?xcJyh>BznNq&M}+*kvh>R*G@Y@tgC@%lGaAw0Ek+!kX_x)ba z@1B?0Og#9fIA-d5JHZ<^Nth3>U)q(Um-Ejv$Ow(AZ~U-poWHp(k;v~I6rT6 zBU~s>*W{dH#gib=va2Z`@kd)&g3p^bEkV}z2$ksbeExFV`PuC457oAwTu)cF&*wmn zC>sP+$#RQu8PM=Nz%QaNNB7#d#~hFU9JA5&*_qeU#`bheXA1w1=Q%``O@1xXc5;c` z>Ha)Q!uA`L&h|aqxIc6a!*}Obk}?3NK(xn>6H230F2`8{74gvK`^YimZ<_6^Q6y$g zkXP)sRwca7sPo^g{90qi73r|{JSuwQdGQS5IoY&`!F<9L$lw+jEXiIsC=!Q(W@F_- zNimrC6J`#>BMk<~Ma+?n2YeZbWLD%4vw|d8)1#n0iiiEg;N7Ou@$UD}#|Mc$C|L~< zeM0aA5Oe-K*;mdmtLWAzL!|MgF81~mo|tHNF$HH6Kg3k3`;``JWJ@!OU8gvYk`H!; z>Bk0{OpHg`QYJ3d=~vRJwUj7}rwwq!_SmQbcX}Yjept{!zJ|ZvA-f5OVHi%W$178v z$&+#DR0N@19?(x?nIAYgSx zf&S(GIc;D?+=I}6s{m&AQroEw$bgKH8M+2a5puaCK@heO=83Lyc)L4gNey*`?O5e~ z7?Qq#gKCNIcWUCGrh1=LP~L@7M@C1*c6X)_OH$9vh?&Q$onQ& z=h~%jV^GCw=?@Tx?&>-Hg^b6o|Nhz^Ofxm-tV`+zVg@QyE1=4V`k)xqxEVQLoT zT)aD28Ah_3en)_mRvW%=vX)y&C?mpQU_PeSA%7zNT0$j51qt~3^Y&G_2Gh8 z`8oAgcL^39$pDoxJENugTbNDf-z*IM!9a!QH*>UEGS=NOgMPk1?u_G$#KPNGtjwa2 z8U}Su+7%g#wQO`PI(WW>KXhVQk2eEnjq8lz5>Qq&(=JZF#4caE;NwJjjwzQJKeW~@ zRq)WZ)~k?|O;oMq^gdY^!UeHyn$M}SUe~44WaG+6&)P}Ef#cpo=SW+hvWB7-{%tnQ zX1lW>;q%t|d!9x{FW%al2$*73N%)GL7UIyF(_DQdDg=08j|AI+W;@nyzQ}t)RQtD` z__ob8BPBP!i}8qb1{%lgiA79dcTL2Gm3n}vhTBXWFALyK6GOvRoyAuA{2OmLcq?#T z@WK`pp0WbLv)W7))TWe0oj%V>;Y|6@g0H%VD%dqUO2P0*psDMGadBCPxrZaY(kBXX z{boUi#I{WhJPaIeV~dff*Q9cBx*3@tWIMm)}(+d4OA z(!qaTpDaluQ;r(G_|qNha!`7+^%AQYHsCb38=)l|)y;`7Tg>g0(0kfJT(ZhC>wRkM z6sp4jDk0Iq1<5rN1u`FstZ2GP#Kr|!jrG;luaIv3LkB12NWZoxKiLK#U!*u+-VzcaogGn;mtVl{l&u9c za931V?Y2J&OvO&a;Dw5`E+USuD{fL{&r)e${;|UP*l2w;*(?aLm3*xeJx7>?7uqB) zLVrGfHp2^SS?;P(c8nL$pgvaWT;&8MvknMAD|&hn^LyR?{HFceOj2?M*|>xIy4vfb z-oZo=q)1rcd6u1Oe5|P1T}3$WTnDW6CcRFEv+bkZ{O%nimKoCSow1K@^i4a(!bh6Z zXW7`HA#u{ebnSWA$4>7Dt>Ovnd!wG{RnZpRxtF~|L8Rh^_q13Ou% zAuf>lPA;98;8{2u$*`LGMP`KQ^8TEw3vc=Kl947nUR4?Sd2#TG0`@+~lx-c0r7|T? zgHhwf#3;!%#Crwd>zJ5!!D#wXL#4k4Q{wF!? zC+{$_sZ+D`UrS_X*o~YnZqWDM-J6{I8{5Z+j*oB0$HSl3TMVb$gcf~<>1ReKkeif> zc_sDd&aYe2AaJ5gG{Kr(JBFY?@Y8RuZ2J9LPB}Dl54Suh zt_#n#`|)m}UbtR?Pq;^-w#O4xrL_nLW=0SX{o19hrE#no4RHIXsTi zb5RZRfH<6eX1CjxzU}aUe+zqd9gWkh+ugOV4r0FV_pdFHs6Oe7f7&Dg9!4_@3!YPi zdwugvzxyy@s=h0UfUXcn<~XbQY*6(oG;d{#EV+`WAj8)wk#8s{-~N6Dj{EjNW*_fG zF1pguLtEb6p}vd=kv{p=MJ#C{EWz67fgPS`3G^5{41b1WM1QF)!PfUUgS=k7ppn6F zqo*9UW9;s&e^QDiR~sJyi3IO))!&UGl^7fqv_%D?=+^!FSK&2+u9!wGr8_S zKH2bRYxNJy<+B1f{-Nw@@hcOa@w4iaRm_?E_89sFU!$Cn=4Oa#2}ovNR%GSJm# z82v%20@J#3HeMl^{6rC$NbZj1aX z?D7kUV>e9U30+6y{t8v51PI&I!vd4Li&+f>M^R_o)LI@ONYk>xwq9pEieu>2wf#)( zwmG*o>Tp@pY8qr>a&ya}bG|c*8cpC*Oa9cgNXNsq$x95WcN2wVTtB?emTD=Wo+?Dd6d_=8+Z(_#?`hz2 zqe*;Bg5~#%`r**^?r;|@SL3&(Vy+Zn|JH#Ld>sHUI5ZNpE83z%LPO6{mGU#{!B-x? zUyFF>m?6(7OdHk?QZ*JE)FI={CzlSi;V3qT;RtoFdk29u7pyoe&m0AlPm(9jI;h8&bgR`i(mp0V(GM6^P>VL)G#_q zTgr!iI`|QDlev}%2^r6W6|2%q^1h0%BcQ56gsz1uWi!9gBfdht%M~m+BPA9R5e~xT z{lfJSJ8!s~s4(zX#A4u8uLz}zg+}9Z3^jxI@ww#{5T zmCzW+!Is`hBn6XsN5>V^T+vBQ&R1S(0kx;>ypC>}2oJDY z^)sB4(JhNZfYv=}S#_v0#%w{|&}6}N@!hv9=vW$+yQ`K1*rqQZVmPr8wd?gwn5;-F z`YG~^6GH1q!R9|nOFCH`;hB}zazKA)bEjW^4!uhyu6YU_(y~=yiXDpCYL(e2#RXsI6x}T$k#%X(`vndFzri z*oaV)cc_rFQ}WF(R#^65RCV8RV-Ck!;f~OK+rNHV35m^COn9g+0wo~CC8t>=tSmKnOhv7&g)_t= zcU$L*(?nhvB}4gB;X7j)9}m%9W~J70df;HEa3&G%*_FrZvs)j79p!^;SiO2QXM#AA z(KEe0t&9TX8V^BFM1z!|60(_FW)ANob@)v11s*dbJ@(&Tcm8Lp5dbUm|4zY})SUbY zO8v1){Set5$j+uA0{(xVVuD1&4^Q!v0gWs!pLBg}N*ZIxR(~Y!^*xTbEUjC{Q}H$@ z8)Wd?((|3d=bhK5`|ff5;orZ9dplFj8(|7U&X z*gIA2NIPIj19}SesaFc8$(j`{qH>S}3d+B2^GcttujhxcrG+SxXK3-sd1N6<$HF8zsdw98zd4NL;#Hi4X_ftfMJ(qX*v%oR1taL z48H+S_CiE?Fx<{*cA_|Sb7KPwOHbl5rocbzL2_KLUTaO5baR;Y@ zk`p4ue$XM;+vFO2Qs*6tG|?vcCJ>xg@8l5w^uvo=4OYakLH#OZ#>7XQsGi;wh%YZGo5l+xfr;7UEFC z+vMLN+j3=K&+Xy^2H1VhXxDk8LG>Z>if~&a#|D$nPuDL#AAXYr1>+ru+;gB09HtsM z9ygku*URmld{y2w=iGq5OAYmac!X_*G@m!wWx2vE;}|Obj=ykSGe^iNUU50;v;rE0 zBGgCbBW8y8*2UA}776St^2lZe(Bi3o&Y zww{|~Y;ga+iNKQFpI+tpz2X7eWk|1*YZ{UHcC7Eu7j3~S2uSAuR&QZi zobu!`(7Gwep1>&rmGqCd9|Jl)M6oomF^#6TS@ZG2M2kA!wOg)Y2WqGkQB_vqm22%-ox%OT2Q`J{^=! z^-%WdtCh#pnk$oEob508%~^pj~dK~2qN}&iMuN+Nm7t1CFG>& z%-~EHCv43oqx_Sq+aSwudINz@dig)X$clTS@A1s}7+F!-%y2=rbnDadZB4KXC!5`W zQ0oB>hOSn_vi%G7BycTaoBFXCW}>EaJvL6S8L9EsoqENXpBw!z|3D^J$UNFt2860A zN7phJlD9a(E^O*LNH^g(8gr7|ngXZ}^0h|#GIY&~RCUhubMUDjaNbW=7p^EPo6RrELR>h<@ z=YPpnwHpiL1Ii7COVJkxP@ru7@}R~jtG!oo88|Vwo2;58oVp_OMtw6{so_|*@Q4HJ z8-Z^Y`wd_@iCEhc?`{^FR#kbhBTOHKA=q$t%(i9CTM04dZZCa;Rl_Sfu~eEhw0mz` zQ#0DS*g!`QJg0jSc!Jt$A<83x_Lr)(r)8v8cW+8Z>f;bZ^%Nj~{4IGGE;bS7B(6Bpc zFgHbwG9_KAmQSG;8Qi~#nYj0JQ!2O+U|g;{TI1lGpD9+&tFekvb*#zD!VS_ZU3z2! zVqh*@D{%ZR46O6kW%u7fDlO(nA=>IYTzuVUFsQoHo&&EwWeBG+r87Pt7{KsmJi>j57so!ZBcO%OTiDX%EpGVZ-r?}BuxZ| zfG%Agp(3!!ETxdJ9@ThqcH;Y#qigte5r$L?=>}j( ziCMLD(-TY`eF+^d$%NX8t7)%EX=J{V1WC_-2lnKG+|;dx^Y(C9K85r}{!#da`5$kD zUf2Mv*?)Vw|BuE3%uLMxrJ3=cvB3YwMWk~|0fRe2B>eUNa1qr>+++bS-weB|mDKT? z?Ysg}!Z(e=|ACdzTE6g&3cP$DFj9T@U~YZi_V_$6Zy#=757gKVluWy-4-ZjsbZ$ag z43;Kh*~&&IGz_di9Y-RLcW+hJ@7B}^nv(^k4LrUruM_y3u+m53*(%0F2CHQfumXOY z-}^EMj=FuXCt4`C7c4s-^Xjxm)qTlW4fMR*4Kc+;-v&@!E~8phYIecVL*pIDOQCA= zkXGLsVy0yaUm^^W3-Z;?Y@Y8iw2+~M4)q5uF;rjeP8xZEU(TXm;u)2H82_Whuu7%%UFHJD^iVGvA3f5PU>^E;%vd#LGBl7j3)%gz}^!j z&m=|VR|r#y3l1(GEoU$d|IRXYj5NIlYa)`(FIZy6;Y_nq@Ci0sBGrf%RHM*o0H!i7 zUyX5uHqU@FH*4iuQZ-DRORO6#oUPJanbk|uOL}_c5QD^^f*O zp+gl_XEoK#TF^u~-L~KiK5+&T?X6T|F2+xj51k#unyDr5-g{59rxq>(R4C&O=uqH( zR6cWxqG5`11xUL5^0$?BjZ%RTV2uU$YCrg!fo#i~P$8xABmz^)Rr;#aJq1p=h93-8 z+V)`!3CYBvs0(%^udNEEz~F-AtDI{Epgq`hDZtkgn;4;T$JX-0qmTp;13?b52iwTv zQg~qxcNDb`=`pdfE6$b<>;FixHiwM+sRTGQG_)w@*U{@5K6g$ZS2i}DJ{v}dO0AH+sei|%$ zj(UX!9ogNhRwMS$>7qr?9brFTpnJZxmW;liInPjR9e4(feA+zNwWh)NL;LVHq3;a% z@b`#IC@FN0+9G!NbO0@Hy0sB@@30%SFE~lZTUJc*JrBKOf7ha@0w<^nSvnp?G&cv! zqbXih8kSYTi@d!-h*_JeO$n>?xdU_YJkyIFHJUoc&8nFLE*gxRM4e#q#~w9?P3>)B zX9~Cvg)u)~s3&Y$?=ts8h0wj`RU_!G7hbylVmvYn5!K(TKU$+&xv0Y59rd6FaV_gz zSz&VZ!58!w7L@m{F~peDEz4s@tJ_6kF2?qrsF6P9noP>+Sk!egJNSHW(((n&QlTNj zXeyg_tuga9C1FUlj}&kaWL*@rLu@dzympv&ojD|owtNj@ycx3VJEZ)Y)zXZnB4YL+ z8CqzAjdU_QwDCV?S0Sd$ck|;LwDC;1=$?RH1(= zMsC88wG<`DV0iV4A@^jIJ?^5w7X)XVbn;{^NAWVpXXj|#;A}~d^ijk{kclwhkEluZ z0XUT{I6?`FP24puBSu(NPtg!_!!-Bb?vgD;Vx#fiRsxGYG;(RW2DF%%ceUOvGjm2H zp^ZL+oMg$&_fnxzhoqs|kz>m63-A7zC7~i8JC8T0Gqjj~0%@bQ9InHZF~0yGncJgr z36^pQIXMNR$1%n{yrvfxCnpZMb3QDDH3aQ^MH5qbkJ8oW)SI^p)NUv>*?-B4ijI{n z%c%YuQgjPsLdrV&r#oE|B%Z5+Me?;BA@}AS3LZV3_Zewub7WeeDB|Di7cTE?;?2z_$|q?toho8aMBxRZ$D4t-;B*7DMzRa~^3-ynpSl*O`M)cObBt;n zZUhn)W}~ecJqb<^wJE^w^NJb}fE*T>U3yqM@lA(~3^SXE4En#mx?c_BukXP{S2`4p z-XE626!m4PtVXu89-fQqaM26n5e@1OZyfje>6&8TW^?{;O0gWgWp)U`90hN{;JS9C~ETYCH!fo z|LB|C(~AjXXg7%DCTZ=N6Z4SJ;sRvM&-;!Q)%bT*iVaoc?UA563)=@n`rXJSD<74R z0;=fx6J%9`WCUW<5=+G{xVX46$>$!pzr{d_`0sH>IfwcNTNKeDq0>i38A|VqeZ6b5 z*_Zhp1n2r#z>{$UU&ac(_*3v+}!2%NHyB;k4tCU z22zTQF@(6ozH5zW%VPttDPb&MFP!d$9P5UoD#wCG%T@rLXo*w+cr-|!`npE<#~p*P z=JLpYcPU}{A4Qii0oebGVRPu`QgZN`6?k8iLWZ!y!T#33w7{?a?}R|mZ#_7>?>D)g_v4($$K#vze>dlDEVT26 zeLsZZzVWeD4@|ljHI~ke?@p*ZekgAY5d5!4@}RieuE*_DEZ?55$GgyyLd>5OsyUg+ z0O7&zS4d(enww7-Wyx2)-h@OucQ9`hzDb9!xbt?gjp*}RHSOR;WdSNi?s=a#5h013 z>)!L7$4uV^I$hXPh&QPXoMoQsTkT>K~3C`4}hnFc|aK>0lFOg__8GmFE&ibbYvawR2V_w(YYHu zBGCqTl}w_)oNyrrUgt*QKBH)8!|O0rf2Rblz_One;_WzcNldA#c$##3?2Mk|kG^!{ zJYh%7txPBdbQ3GB!egjXs>TTnH@lVHz9F=yf+9m9i1&hkJ67lDBO!Y~k5fHZjRgZ-6ZMx?m&;(=04v{-RH0N5fsk(UWMg=kT1G+g)`>|`^0`PiJz zNFkFkEE^Ke$tEtHBM(vQy6AB2(ib3oQb2PL7n@_t^-d)D{F?b{pvJR~x2V6ZY{6yj znEN&1T=)4%g(x*(OZJX6--=))vO7#N8;BnWi*>0Ygq7fo^327&3L~JGO)?C&=8SBv zQiP{+#EZ@7p81Rok;TeoEll>-xEv(=KM=MD6b=?Zj5M^!Tx^Kuko`RDrv#BPcu3+fmJc*ee)6R%enrP;xruX!Can;^_LnO3 zT8Yp(RfO)nrvp{E$*nhcAH~`K9mJb}xoem{4lbC;Mx)I|uc)xW4c`2LnlX$Z5-iX; zc?gn2jbz#0Ay@krZls(M4+w3SaPr{w#!)t-WhDYKrqSnGyhHP`1Q%LSPE+e!R3?%q zC=eNRolDI7ob2q7Ho%i6I={1}lQ)geWbW13g+Z2s&1|VVwj-H60&7Uh7TQTOKX3-7 zF>QXJ6vMsS<;nseucos>yvT2$i?&h-^xbi0&j9n(=_iPs-y*df3q#GX-Mzk?HK0ec z(7?*1_RebiYww=Zj;a*M1dn2oC@D4b(vvHT-`Mb#y6WBs6DIa)QLT^DcK_)MponEUBC&>kNcNw$`p$ULZv-I%mwoR^8(Vpbcp=w>cqju&r~ zW^ASg3rU98*=KrNb^@E_3tXW48qszJgYo4cJ3|e8sg;MPVB;$E+2gYkZp*VLZ9LvD zNOr3uQfMb|>XfeYY?M8j@-djm1i+K)T11CaF=JgS^>?)ypf(qm?O91k1ej(M4Rg3=)u& z=%e=8$#RK|Ot@>pMtH9A9u)xNk6TN&5KLL)9$QRhzz`nLA{8Fqiak(Iq=}@Mkv4#+ zZq-x2zOsUBnU0|`ePI0KcuC=y8AlT>slqqS3V=_|?WVzk4@S9?yzhOozf)=K5@Mdo zdc8K|m6W>zm560eXcVja0p67h;E@ZID+OAPW_M%uUIZ1+om7n0F+CaGnM$BY`6<@# z)8k?p`|C(tw=-Qq)elTAb+eTe1hu@O__>VMp)|Bdw|TK6aJA!TXs(!_JCVN&tndiP z7@%|%tSVWEn&9?^qIbdRghR7hkrcw$wO$vU7;5@y40hdsO!x-JJ$602@mt4iF|&Hw z7K_kl3DCf{;ru!DaxPIY(sVW@4<5k7Jxg6?J&1ed&IsW(IJr+=W3&5sj-4o#N8^l! zE*V`BhndGzYE(nuXp&|#rcl}Ma?4OBf0iikX{SN`88z@h#4ZVqm#a9WY7nC8YEl38 zc}38g2~_@X&;9>dbQ25ve*tb^{)`&_1Kj?9M-3xPjH3qruKrzUqg5+H34~s2LfhZ< z#AK3*v=k1-S+@QHRtv7;5g#u!Z3E8&2-F|517N!~*i+vjCBFwA<-VTZZ$=zmURL4n zIlXQMZm}uF{5)1$uYQY+GK{qwT;L)G!e z?hbZqx8Lb-pVqdINok{l%*SobhY0P7^@Sg9M@mF^6FVgQt4W|C&%|iac5|WKO0VEd zSSGyggiNPAWI`*PL`hb z8-u98&f+HHXb~dl{UhpK4yI#7!0lN;4cg{g75Yund7HV<*V-NDSoC`R#uTwsBnzff zL~ifP8MoVBE0jnQ=;B;AHenkwFRu>AEJ695P9sp38;uo{C}U@2ag>?!VnTQ`-5E;m ztw<$k^oRVC$`nAa3aMg>Nzpug4PgAmeFG7kZr|dIL_Y_as>>Mi7c2-_cu9d+LQpDS z?gsvq&?7S7aojnX@u)-sFB4^>xsOOeKv^;ep%C12$qYOk!}8T+f`2gFP&OV-DIvy* zImX>0qFoY492-P`NPd8?Q@F}qvjP&^Q8p~V8^x$o^Z=@x?I4sip;77%vrJszA;mD1 zcd?>A3s*xOnYaXyG^$$){E5xak=`W?c*AvpA@)5=?Dg3_jB?ES<;oxg$ zn7vS;zzaZ_v+!nX2)prox06AHvA*`D16Ze5og?Y2yjr`JwOd&3jS6xHIoL|)4yvWi zh0O5qTAyrQR$uv=A6b8%6KBArT<^wxA5pSJ1xYnjQO0xW6sv7dQZst#d>D^8jueKk zMqVmn&Ozl2U~$+OVCn7cbsbc0RVT)^xkAu3cOc&N8V=q^VHK3c$Xg&wM>gztZ_XF?IKp0n^=t$dZ(cW4qAjD`WH?zzPUN+c;?%{0C2ZxaE9`azY zFr*ISE>3T7{tE|X!P2(eC~)igOVdelPv<2JL^bITa@Fzo8IE;*nQi0#4c+zZ=)b#Z zGQrsx_5Gy;zSv!hj{ajvWvThG!Es%?jOFEazP4qxYHfr-iMiRn@lIYw_n6%`)L5A% zqBT_ME~6@nd4upM7hYCEC=?Gv`q%*?sn(`R(MtCYtMVwWi{*`qzh>oclxkzhBkN9q z(f>O{Zv&x|d6v@KQ=bToExBtabMDYLisKoR ze81&h;J`{F%2ICeAjZH*yv`s$4cIuAgtfJ z{626%HwCVY7o7?P99U+F;g}OrRC;_LkOx-p4*%`;{J*(l|L+D^CPvQxvOOPaOvcPJ zB6i=SdiXA@6}%W_U+#ey6zQQbSOt63OnF=eH~}iwRqSV zlYIPM<-GY8arzMfc;8RgoPMtT+2SDRNiVkZf^A-n^)Z2+;oyd?YA9Ys_{|4xK*uM? z4GQ7wk2p1b(iiJRbTIq9^r3=--xr6^=FI|H#Xc}U{prTgFFW4M;Ts5F8d}@8h@hX; z{W@zR>iK|dVYu@fYi%0f|D21b0mwb{x{QwDkuU#T^4>R3yk5 zD0BsPdMH|i0fac!Mu~qV)`@cxqmhKev@p0^u5|M>naI}*m_KFidb$>Rxa!@aQ_eyaVhSh+4OgW`b^VbO*s=holTF)~{c#J5VT)HK zW-V#Vn97KuF^y;?up7p+JsN3Bn^PQ?(~@X`n1@OGOTF{zgdINB3r=G4xA*3Exo=9x zF_fd2@U@BZZxa+q9R%sc>Fie$k54=}TApZE)X=i3cuAsG+ZiXXx`Yuoj2FWHK z2b1>Gltx$K$Mi*ln!@mjjDN+kWn!R-Y6g1z3)uZiWEV#&I}Q;Vr?r(g7;R&OAWaIS z<{u{XB`LSNDUS#2nlQ=N`^6AJwy$o{i-o1SRHH^(fk26VZA`D37Dun35dLz@;t58P z@Vl;U&{IPEZL#XA`HJ=cE?pgUst&FQ^YKFDi5iuF-$8jypc~d_uFI(vG;EHR3fKFxb6iG}KQSZEZuLbl}|5 zkz`Tz_K0~J{aj=m{cDBl_w@v0#{}cPW`Q%=KzyQG>xpZen?kKuZH?iC*6k4lj(qg> zx~vOI9~~N?qD4fZRLua9N&FK_+R|OPBd|fNUzzpa68gy3wvGgEkdSJWLQ@ib5EC}b zs9^P)%VMsNV4F2ejDyR{5o$HBaahZ_$zSp9mhm=_HM{a>xN9b{NYqwlhi0>1XHX1f z!J#N7@;+g`fC)xz49$;~JCf`wJp3&wQwK`N^-7|i_SSA2s`YG>+TtZJvd(u~vdmia zR~0G-p)p6~dT(u=6`78xI?KyYVG@Y)kWG*@uaQ$}|Gkm9IR`XVk2D zc)?jtt~k>;RVt$^0X}PiCBJ_4-f@VUtiH<9u+;69TDNIEB4M)KOfjQ@8*(-1b;5kt zb~AIR83$rcesie0VczrKK(I*-F4Au82>%+K(tLji+{#&}Q}jtEi#I(O%x4kGgn?G^ zw9&ycNVZBgTU;d7tN)9!bBYdhUAlE_+qP}nw%KvVPCB-2+qP}nPCB-A^6xPY_8IG9 z-GAe|teS6C&1aU%!4j^_%rIw=Y$+!wwYXhvx!OEd31q3`R4rstCyZ>Vu`j@dR%>Pw}rhdxM ze_~mbUqJWI^w|^+YkU7A5^d^2?3u1C;Jv>m!igvqqq8^?8g(0iN03OB4oC3kww~o& zsXiBUSx$S-roW3@_!o9s?mo6Z|D5r8GiEJ+{_Q%Ib3}K-ADG4Umz3YhqVw@llad#& zm|vKDIf+y<94uKmb(ds0dBBMV$JWhSeu@Zu~IK207-+7yplm6?bl@_x4K1F zMF;qRnWPG`vad>OwD{y;i6ABu=#?dy2Ye8{!n%fwas`{h7U0~F0#^aXukH~Ru3xFg z30hebmarp!X=Z;-6gLNn?>LS|>!yK7GYYY4D5~6z@6#Yj8}5haMl1nh(Xx+;P=SeI zAQID8+;s~drDhD3?R~ijrh@^pOiksN1Qc7>kkTc6YEMe&^;!Y#LO;!E?F~qQN-W0? z`mi75Zkkwtva4=efQx{Vemqf29f$H&o4E*)AT}tyy0X0*eaC=M$nMQqlvdL(W?ME~ z@Wt{3^|`(iS-cCBI_6!I@hh)R4(!md7!PeQ8N~zlK%sx7C!J z3D=miAZ%pJC&)6Oj&ue2d-04QZIy7s*dq4;mqje-9b{Sje+^4ahJcp%wV^Z#TntbR zR_>+NLmF{4)P0t6?t}O0#o^h(e2Kc%DsAI*tks<`agC!+xKXPuNWt+|8gr<#Zce|r z&q%i5&c#6xlsdJ{wsN$Bx3>BS7aobg!NqRFrsBh3%{@+Sw1>K4+T#F{?L}tXVlaRV z-)v;v;+mg*B*-v#qI74tnjF)14{$^R3g-eVnCziIFEGG&q=DHPA#M{aKIS8K2fqa@AM*KbI!YIRkU#FOrxhLUbNZ zdOGHjMM!eNj{WRdk(f`YsIDw|cFIxu#p7?R6oy{nhRZPgH3f!vRZQD&(vv(9sES}0 zekbZJ=c=6FAvq(^q9w;9oG_R-@3EeuZ+195NxSHYP&5((&;u zy+ceW{ibzd({C#01Y_C$A(K0<781f~9j|V9H#}~rbjvFz0KZ#Wu}=qC=fW4f&83=N zo0QLSiQB0*Mb%A>VQ;o_;BS4E%jPOm?qB!LX|BVN%&?yP+R`k{KVu2?By>G?uy6nPDitgH_>yt9CMT9Of)=?UeM5_^0Dn#u27}s^w_4v_Ws&|~cIn-X z0vlMgs5th%h6!%V#_Xqr7)4rX5m_zjLMp}cuz32yZn2KDHgkY z#PJ}F;eg?oNER7*Mn{pAOrr|H-N{c&D8)uhw5a(9okSB?C)~o$=zv?Up2#!dU1=Ak zgQi!6AmL5w740lau)6Wu?6GRo4797lI+bmb@nUx_phHC4vw3J_)r*52d+Vnxmk?sB zE}Hns0P$O$h1SK8%@M~MKe+Zn&|R}YWpf;>s1aNje=$}?tQ_k~-(ixdGc3krO7>hW z4|!X=Z})R9BeUpZP-5(KsitIf(@3XSR-Q-PlEP|-`UPXve*`^Or>x2TnR;p7rAMks z=|=#!h-Eo9T`4_sJTR8MlpTN0Ty4dy=;s~DzLbkINW_pS9A3{x#9ZBZHZta|@QKD6 zsN!3fSrZru+Ucwvo!fo`T2YQp{8J-g`Ik{GO#gM+IP?SU{XY=+iWX}F#t$MLh_`qzm(|@>ar_7^IO-a&#te} z=MNL-KZlKfv`$!48M?Mha!)XlPf=vvR^)41`1KPV(2F|N#y69oTAX?)Os8HCqe5Ev zK28j^zpeP>l|^z|-pCQwNoU;UR^P4ct@0C;@XUji~%a><2JNf2q* z6Xfk(w1sfOHNWS%IcHS#q@W)n6N$h3m;$QDTfNk(TJRLLgI-*EX%)+@7r5cID^&uvJ{ zqWV>eIYPELV~!xy?$K?MIY*17wVS~fjx7)w{d-kVYuYZ{CyY<)!V=fG4b(Hz>k$=c z5f*Wl`3g&@gm#1rS~>!GHohnrqEp`@1=i9L0hcrduxVHQMyrE9>pEC&j`PET5x9}S z^On=hoykZZBlz5G=gsRl!vhB>?h9od?PtYCk-*W~gzlDJg^UY`eeA;2KP&kIIscv^ zEFskreDZWTfB-A0nBbXrsu@8*a|-GFvSnAjZ4Tcc`Ms!Dy{}clFrqsB$4`CtW9e!^y?Z?KL05NP^3$3VWL@D|i#yC&41hd;~J#15AZ zzy#c;z+Ygo(mvVtDA?2f9uIl{u_VH;<#Lv@Uv#`;L1l7H+jb5Laq}OdH^CdTYssgz zeEMVYQZV04Yvq{nPU|nuo#CWvq_DcTTiBIl?9UDw0FvZw9ttu5XWpC_adL&naeji# z0OUWN-R{G~yM$T6*g@(|-@=`o@!B>&gH|~!|GNR|on^ z4Y=narqwX__n~Jo@ybEF_8yK@tOCh_pB5Z>s1o;VhYD;GoZeEUoUTV6yY=n304Pf% z4ds1M_s(MsQN#+akVfIHr7M#b<@Rgt^NgKv99$(3ywj^ZsrvF%QO@8t3ekPu)v4JoC+75ctbS z5Wqm587_8)(5JxA?g-B$my+YOzzqv+-BH*SzPJF}2Z&QqeRp+8Yx48Q%WWrn?(Dpq z7S`0Y3n54LN-C;(Q5`K#5dfoUDt=6eNgof&e5dv=Yz<;_z@e}VL6Die)aOeQ6P9l( zSTOY(?H;2PSki~XNu&4VMw|S%=BtJDl3&fMn@5Znc@E|b9%T*&_38)7k&HzvC5bw3 zh=}mX=j`D33ewt)rM#QTH3gEE%(sJjRcR4pQMp3I;UE_HER25}#{Q7S?OG$@@H!ftoB26p`>HN_n+>l_0kxe9cdKTr6KLxDWuyZhFjHNntbj6T!Fx57t(&6L(_CEg}B?*PLK`_(N zxeY->KMX<2o0YxTJtqfSv$(!cq0PPjW-~vyWGa!+_B;U2aZ1_FnF8JsaiH|u>wdq+ zj*nW*o#84fSFW{$YyJySD)4yGtkV7QK#%c9@$MhH?7xdz;b8f%3&Sog*_n+W|G@Q6 z)XHE|DLpoY14b>}YE`c%wu`wQJNM=6w@(^HI1=fE+`NmhK5-bWB8uppyM*f-+o|M` zj|UXO_u|8s{Kunb=NDbhPO<(@F?`Ns<8%c$f7cdyjafxWLsWi{d zT@OaEeO%;32QA8u*`o(kp-%i2MYI~)=(byPPibPh+Ch8-(ATKqIDr6HTg_cD|Bv#- zKQ;Ycnp!<6oRXyJ5%YGP>aUJPZJNKb`z$?&T<5XawUA+^7+Wd{RXAJami!uxFqcKk zpug`F`J-|Kl;)wkjE> zQL*{;g{65Od`{+#?2V<`ZvJ_E-Tt42ATq`^#TWMUjgu440TT3F(87Ctx1cA5e)V*D zJe&ITIT}yYsPvU3HCS&w&bE02(a;0H@fVX}lb2;#`6;7KYa6#Ustbkgz_Ezsd5^TI z{fYjnv|Ul=A4S~g6<#B1t^QLME}U)auR~1}z5EP}P@cf`8syk`W1U(@T4%Y&W=tn1blu? znqr7W`r=Wt8sd!JS28K0%RMosT>%5IV;wJHJhfg3@p5t5VHz^9um<0xa6o+mWF15A z!+MLy%01t34`r$~JR(l^O;#*hD@|_mb^LOfFmNwQ1vt0}2jKt$;N^K z;&jn$2{V^6I(5!IU0Txk;IFaI35}{mOt&W{JOFQYVw$mtp(LrAP0FXG*2$`jNO)}` zQtoxGm{4DzeHs}(gP)*!nJ1H?-o0!=4F zpR)k^T~@8}CTR4PXq0HFl9|6#%Cgs>(<>z|SX=li`(`=2J>Q7049UWN8uoNzJ3|y8 z>#+fy6bbwf&)Z_S?vg3D>BUltH-0nX59GF14mKc7SW+()Aq~U`{-`xjIKb()CR0&u z|Jk}w*$k4&7CPkzg1>9GlazRN^-DZdvlb0$7Vs#VR}h+!n4|4p+vK)bSTT{l6_-d) zb0sd)HMx>>N-;Mki>0~AG;2SPf7d$^!^^B8??8e zdbue~RsqSeKTz14?_-@{@xFM$++h$_QXDKIS0cH%D(8XB4L^gp=SiZ2j4vLul;$G> za{_T?wdc!ihdk4=EY~nZshv6<-@O~eSI=&%3)?a~&Wc!cgtHqQocgQPP}L&Ss#LYN z0B@bE`4kiVO+$J}9_6V?mn}C2O%Tya??ft&!w$nC&35&egkf%WjLy(;{B8Ow~(YORnZHu9h=NDxd{<|1= z^By`#ChdiKXmImDExMh`Ly5nUMd+s~Sj*F5_ix*n1V%TaAC)-jsRWFO_UXe>fSdVmqj&X*%I$3-?!jAh4A-O-s`ld zSZv+_V$+g_NBi6TT*yoBH4S!>sGD}+k`+ELbro^5&t-8^o4qlGn9hJ;dykDS!rG-Q zaT9(-1?`>o8&_!DsT~qB#R!+bgaqi-U#skF5&vXFIy3_dzz)>oERe@V!%g)`^&%D;CsuW*^+4YK5Gm;T>o}Q?ltEXzw2*&6TRJ z_ftXLJ{~gD(*&}Cnp_PAC#G9-$-*OFc#ZFjg$a@^m+?}1Xx*buG*c9>kHjy$X zCgcaHw9KN8+TZhNMJFC`gqGai^3HUrSRO=c;j4Hw@#B>V-{pY2W|s!-Zpf$clhpHK^YCi*^2y}& z4i~UkFpm~IVN>hiF`|hyq}Qy&>`?zmVddK277PZMNKe%jGYsL#pt936@s8(!h>oGjgf zxtiphQda4?SdKgl52d)xw8Ubt%+FQWX$YCslsLZQ)}2Q1(4ds9Rm%0pUV=X81xHdp zI*LL328ymFMBu1WJa(3dmCg0FS?gTDVY!%QvE909!+kjT%!<|HYA9V>1aFnR%wREF zWO2^WY*(sFap7E05Ow~nTKb7V-hBQ2SC#YV?@?GO-XM6zz+24-Yhq|3r8T-cqg+DOw^7MPjL4e zev|G&`w-fZt%-(rx=ok1=99x98HQz+P%N&Qgsn70Hs3#cfo5-NzK}aYw=6o+7j(2q zAj)KhtLH?Ao6a{GM4IY}37o{HX-fBnP%^#4k{ISp8#)FWDGUXsM3Y`@ zPHQCW(-ZS^GNdt?E!l|{{U$^sw3;iKyL=Df6jx6fMDoqt7R=u|oi%mpxIrjOFpSJl zSFfVyXqCms?KpWHpFQ5}Lpp|Z0GYEFC02qCM4yZ(h323$L9r~co?vjiUU^|qy)bg(S9YB*@u{bb!oD}k&b511uv#g@u<3(fyD2xvk4Bn zB{*;($o_}1bp7GUCH_q##uW&D25{$P^v&I%ri(YH@DEt0cgqR4Ur6*W|E{~2G@t7; zkF>Y-^v`$lfcPrI>S{7zJz!qSM*6c}D0!~huMAJDyB$jJCtNxa%te3WPN>5^JEYBK zXCWWzN^E#kQbPJ`JUx{yzpL*6Zf$b1jABG$P^m%D(vr z%jG`vZiV|y&bqfGcMsos)}PS;^S-_19Zs|Crte7PYdxWU0T%Jsyw*0KV7?RZJzz%7 zFu!p=u7L`E|HhI7AyV$)>as5?liONH^>NCmaBhY!S?#|^Y#7+-&G=4L>pBMJmI59a zqhi!b+WsU85Sip(QTp@o#LsUhpZQNsiS^&jU0E3Z3q|)oXI}r?QLadOh7WOE+uJN) z3qAQWcgAF6=Dx|X9*6k z&+GXkJc>KOSf@k-T_lhBEXl&4bQpuWU2!A^oDf4zgC3}4czC=W2RmL(G)m`R%0F6B zJMu5MkC2%*rg~d)dk=wE^AZs``zYcn!~pqRN~Ds(Zs}C@k&AyRH6w@*H)OKhYfa5H zS`)p~Rma7w@||atiJ3_J!)Iy+QeggIM%|;=mIh;OJ=)c0Tl-%{f#&T#xgq)Rhxb+d94yFN@K{MEO93Ur3@SSiyJTe zRp@yrO}UrqHBxY0m^hN!tpWfu$mtO2_!m#c9Yu06e-hK|T-tSr(x>2+Q;N}&-XKPk z8U#K?(^#Z{YQ9EWx#=h$^}~@N-H#R8PE;8=cN$Xcb!e8ssUwPK6Xpv@@W2dni z3L0O#1bj9}`(%EyvLJfE*?cQ7>R5C@zZcgrKR0;+Dz{wuQ4nx}E#OK8P^byj8FOt8 z)dh5(aa+p2bl~SfZK)cLX+DP`1?ErIvW}9ttCllj!-zed)#(tANy~POnqGtaRoocW zBp94atcrn!njNj4!vW=8so_8>EYHhOZDz4B<`$dGSrKkQLXv8fFP-0>3WWqBoD^Y0 z%xM?h>wBjmQvfLlXFDOf!>I{JD6#G=W+QC`1bGj-xV`-KCJ7sy|<`g7u_tZKpj|~xTZ6%8oawM1XfeMhbNE)0h-0wkE zI8si$+5j#tZUi*nmK6q11Yd>ahB}U3Xy)yaaz@ZuHmYw_fWVc>wyvakhCHjK*=ph! zfWHDZv|RH0Ci=Ic@CxJen{JJEjk){~uh z+q_p&<4xx*mpFDCyO}I9x4+$t@~5iQE|V{1*GoRhf@!0S){`nz^*XzAl%&BYx$ANl z(HEeQZZWanOL%cbQ?&Gn#Agnd2`NC_liD_Eqiu?!cgsz zj0+@*hWd7m#xjD|VFI6ML1XSTW6{aN$8mB|VP2zb~j5Jsn2)UxA z9)Gq&NB10lwuA;g3~!|bVk#27Ox7>QX54jWI<+Umu@RcbU3{Vda6-|2kACNe^--O| zt%dsl=Lpu^%+=k^MJ9^BcpP}se|c=YefPm00=I|Lwjjovd%9Oqua|+xZR?RNY;~`= zeY|jL^cL?UJwTVlT7 zdcGcVW?tVXE?ZVMYJ5sJm}tQ!FCX2R9qNa-uE0K?y*#(R{vZlz68@qLbU9_70N3!@ z>Ic?og%|3*w^xVy(9gZ8&ZGWyYn*MU)0)4JigjSN5aanlEMt5ZTbo;d#|JM>XTijcKgO{ajc_g$~8vZ6sG2h#*)C)bT9rXfWV! zCo&+zJFOVUiWK?4{dRHpFrC+GqFvQrG4C(@7M#F?UYKi@`em7(#qL*6&o-X|C}0Z;WUn;D>0qHsFkcv@l{ZCP zd7$TqV4ARIzl*%cwbVRq!hU~3ipx^*@45M!w$?HKB39k87p)aLdG&{Mw8#(Yc4%nB zswrtDV+CijQ4O2khC}r#XCm+y7(_k&Ad>M%n&SN2yYk+Xe60wH=&(d5frWfBJA;WS z`xx>{vZ!$sAW)d6Q2tRo3qi4S|2J~h4#0~`1vViGVd0eg(B1PCj$*I$bf2X-*)QAz zOOd?7)W$f8++8HUvxD1I4qQY(v@j}n_|T*{Qu-UFUERXM*=+Ix8!$?+f&H~C^L3MO z$8cbS%o@e8_I`3006{?i?%4is*z>`pGqy^udtHao8`;#6@(BpaUz`KsB&o~^%+RRo zwyh*~CyVFN0%e7(7}yg*Gf7|)GSyFnritv0G}}_&AkHyyrv?13no>caFl=Y*VY}fM zsw-Pb66WAtcMuDz*u@V3mRZCEjU*JoPh$B=BV(u=SCVr@Q@oilFjkazl9U$i+Zel1 zW%~+E2Q$&JYTj5aHC}{iKFEf-atcqkYI^KY!HSZR2%JK5L<+Sml%dqA zN*e9zvRSm*?2jg6#aF#aYLd+oiIMdL7L_ZDt%wcq6icB=^){aBz_vJLDcwaXzN9U+ zIFCnC$@7>@!E~9k$?rb!(1*i^V5!~|SrhvopZUa&`0XHsZw-|{p({|zldtU6=@d!7 znqiHUa~flM+kH-J%=io(SpJF~@KPu?ta5MHN?|=g#cb_Y#yA4aqe_WoALyO^VzC5q zt*i&u`E4eQ=$lYaMN!d=VkOZnf9}ae$30D9KXebrDp~c&<=XOFrAE#@Kn2lYK&=*# z7Fb=CVXVobr>RPa!dIQ$861{h?AzTf=JZ>l2`Zu(M=cQcptagF>VP@XFvFGFf~=TV zTT})?%W!G4s#oWHHr+GLd$B_PSV4nV>09Trs45zdHO>nL=2H0J66x^qHFRWsmq9Rz zE2y)o*Bh2~N7}Ec;=rr@f^ftMRl*tD!Eguo2*KB$@*zeH${t(vZ@K6@tnk;`x0 z-po1lRNkd|yRvF9@|5W!e_Q+#<2KqNE|^*-0!b5<8OaTH&lDWoqv$x7AV~*C*g(Au z5`*&NhQYrxWnEq4?oLS@UJ93guF(1^w5dPO^GOzNvGq6iJ5Rc9+n82))nmiyh~#Er z4dY`Zg4T1L$rfuxhjUtgm4xKfE`z9lMrQLX3+aHRtH~&PwnB~#5B~bC&GfxVF3#fO zd^DWP1BfMMh#(c9vL{J`S3Jm2YNb5Bc3m187y+{Un1GvhXcrl55;af6^#H2y`S6X4 z|Jo7mlNy$VXdbymW7C%414RYNn)MuqkSeO|-3!MaAbGhX01!ZoF zfj(#~Rk|p}pPNLdfQEcQdm8H732!-h7HVwH75vK}tAGsDk*gL*G0Z1R+Yt&m?z;`- zY7tXeWlc(r9yKOQT<(}dM|boS&OztIlW#}&=|?5}xeWwqyoTh$6LGT9#U=_g2%Dv&hb;R>EnjtX@k z0WWA?P=`nwxol4Hz_)LuJ&lLkHpZ(Vk6vU47fVmgf4O$nEnr`HcG-tDK`(zMK%+q| zmMjX8RO}x2MXdQ|d$VtYiJ5MNunI#3{7HuI`2gQt-7@({74)xSznK^~|4Rie{ft+! z+5ZOx`v9Cjw!iM1E9}c5@EhzH?Qj=Qlk;fzyC+aPZm3AR3R8Z!_qVyn5A@mNTD4Ao zM}B|sli$96_xpa~od4^>)#rx<+mrLho74M^Mjl!lCUs%r(*&epIBOd0qlT|*^Q+UY zx);BNTI0LrNZsyBJ>r~G&o{~OcDzki{=g#KyUbR_KVh?rCP+yTNAuJnD5by~5Zt!K0Vg~4Yl$j}t zgRJ)u<{i(pbvR48Q!lRez$VjUs()_}X1^&;{TvZRW3ZqjO~EuxL7mR-k7m zkc7b@3p4=j@CcfDqd-x}m77lO&Y*65aa^>q2oeSfzR%qbU_Ov<{KpgQX~CTt=Y z8aLyID^l3)@^j4qINZD)dN)wL1;PpDH#KxazRMdJZ!IeiP~TzUbTap4mYH^zQ-fTF z>RmzaNFjHuDa`BC#Tu4V2<8R4A>EA*{%+pXs2%`mmRno;5_$+uOCU}mj$&9W?CzrA zH**OHhM~+nbl!7OEPN~IuuyXnJz-86-BTE>K9pZbgj&qNHxy#&$t{3(z&H?IQrzyI z588metrY|5FB2T78mUau?&SXdleGmZ!5K+nYdHHrtLr!m#RPqdEYJsBz%4QwYk)+8 zt@GxL(dA@M%XHfYSYZ8MXLq|SAF*Q0biD%Q?7hVX^JA7{qmoR<0s8%8{+hpFPRm-i z3Z3g1rg81t(%OVoMqXEj+KVKtHHnoy{Py6RPBby5dug}YyO*ky+LUWMS!S-~Enn9jHEkJ?t@>(1=YgXzNalxp4BEON7MD^;2nG)pUu z?q}=ns$pA@jI^1TsX-vb?5XJEf-(Tg+#cxysAaSk3NwUZ@Z)C4jtzFelI$SIp znYGO8<2HAAGboPMm2g}FP~8JhSQlQ#t6JU{;0Z~h_GdPu8h%vXTCs}J zS(_w+YBffJ=mLkIW%js@UxAR)L#7{Ej%Nrq?$_W)8w>#3KwQkv4?V$|tINgJt|a2f<6>`gPy8YEsu|gkdN%pJNl`db33tk*OkYUo zpB0oTk4If1#GOK^Uog2)bGXKjKsK09yeNHkH1$TRCZhXE2b7_p6;r_J9oy;dP&Q|- z&6y#X@Yqd2kbXJ?^3vbSnsIuTh4&V6_3g2Z0}V5EERu?tD}`2L28cgRt<4eR+Xve# zxk60t(Iqqkp+L#yBBW7ImAO{&EO^@|?C^kva-JQlYUme)dNy**>*k zl=(+SC$fM=)u{eqAW}alQyEdvd3&IfAPsGT?H=e?pv{O|N!;?R z)OmA0?(|krqLN?WGmjPW6TzkX8j(msWl{aMus1-*8vsOUp;o-wq|@o5a(Ewd-SQJ8 zz=<^>Xhz=aitet*F%j8Gt8(5V~Axf-^ewpchn7wJE zq1=W^2?`sUuq+KYaNoL|z)+wp=c*{YX41pA6wRamI3UhI$35_*Jh+1CIopzb+72 z%tNRdKh+)NmTZS&+n~UsQM>m+WWZbDLGeM+y;8nPV3qy-RGb*wnrOq(xjBs~>{2iW zNFm`~QoP#-flEmRAH*%W^RLZ`XnFvaDxP!(m> zhNW8O`Y*%BO5VsCx}cUs@pyNeD~JS2@y$kLvTIzkF)O*v+wqKx0>a`0HBa5H+)&km zGlpm%{JgOtDq^nk!p0G!&rBrsQsRu#N}BD0rd4*K<9yccP^n|Az7=%FyVkCuwno3F zE_nC}>*6WTXc@qznjFAcWK~q6vg@jL3RftplNI$~h<`b@79`(yFL{SS!0H^R*?PXS zAdcU#yho@53~h&IbUq8Z>w>MzWsJXve1~8#o)QnZlxDJg_@4nY1FNE`k25m+Ra*;$ zdz*p)tU8@GQL+iaWd4Z?;=DDZxV8JPHsI4yW8fKn4h&cL5CY~VsA+-c@bP2a+r}j+ zXCd~(smp0S=-H*_P+8b5 zs-4Y<78&yfNX=ieC&q^|1QT}0PD?5z1Z1CdGDxMF&v9=#v#Y;*?&SD%L@n7ffF#XN zNaHVExY;$ZO(z^jvm?Zioiv%@(cXmJ3lwmUmhm1C+`UgC^a13_w#Cedz43^pl`v&+ zdfjlfU+*S*&UwP}|4DhU{VNDPBP%oG|4U_U(wwN?U_;n?{!t#kM)#yafasxEK-;11 zTt(4W&@xrgU%zF|IK0B=o1D%G7_B7_?T#nUBd;DDl@bPhEbn~3kDR{IYrY0&V(va2 z-#%^L?xy4fLBM}|c*-zCpch8~?`36eC-?M7Spe{}Q&#oG#Lr89fPC~m8ujf$iMyJ4 zz4a!&Y-|=SUcb=3rnPv*EK?*NK0fBO^eBWxC=sn5fCE+wXxN zAj}e#It33f^GIrHH233fo4krORGRl@$*V1E*I!QKc6+ApG5F&IyhE zFb;VFz?6*oNLRqLk1{}C%UuwmSl{i8xXWk%@(A?ec`qWw6|S+m4{>mZbO>HYCl*RM zx&b^&Z5mW4auo~y4pJ9sr-`1xDa6XRFh;?Z0kffne6MQy$@UZBc2Rb2?7Ks}nBiGI zBIjSN3JcjESR2)Q5YF6tjg7AA`d)rQq_X^mq_~!r6Gib>%sPC-)moRgoK*i--y2>& zLp}*Z&+Mp6%b&ynAO>=({&bp1bR+R8e0!Z)g0+9ezg>LYR@Og=EW#%R@T3FJ?gYp0=m`3bca7w2s4qgBg(?1nqcjS}xM2qP6O|6!&J|W) zZnIuutz+q3(H5|C|7ZkbfuX5OhYWpkk3koO`#Rn4xhnWdSEX21Uc{h8tpzu*CuC;jGm5_rZ515?o-8)ogb`^72;NV`OABB` z4Odh&6zf z2;~>VmlSv)S|Flo?1ox)h5d{2D2P+3$+MynvHMEPvSVGg@YcKlw6_!4PX_|-+_9U$ z+6{vgLUfkvylLyMg_2?hfCwNHj}KhzzQ6At@&Mm#W}thOFw0plBgeAIu_CUHw}a!$X!7YM%%l3onxVsK@8S!coJ|OO z#oh=PD1QC|A>;jYT!Sud(9hUz+wuC>8#ZU%MX94^`a6{Vn(zlQdl;vHoQ^hDu;Fcy z#h47t!kog{ZzFWZHCd`d;xHoo`>kg5R-RhcukmN&#_@6~yuWvc3$QRcen-d>$TpIJ z{)SO+!*GWywP<-xEvf@cdj)n0-Pn&Zl+Fc@lh(G7T&m7jLukng+$Nn_p(2-IpQW{W zecp(cu})gbMvVy?rm-r);%aPM&lF_IB0o>^*Fo`>}P2#xRqi)0VxSl1%Kjxb1|% zyl_*A_C#DB^cRzJ#L{dnS~t7NdRRPsYCRx2nmg0VvW&Q7Ojpijx*?A`8cQ?ulU6+v zcxge4=dOnpV+X%2ozu65_s>o5S1?@TK?%q$_bU`)t;a1%zpn8s zp3he?N^DBiL?yr{ONyh0&!0R8yO0k!+i7gwJ7w~ff7d!?1nkGu$}Ez&lcJc)xatxuS6e z^XOu9qr0PiNRz$j7kH+~9Cc7vCJjix5G&Ri7LDKyjR7|xlue58Ug`UY#FAzO6Bq*f zWfz|}OUNhT(R;xAyS)-X`^m{d5ytgc8F7I6SF_agc+!i9?BWR`>_RZ!$n9?Nv)6OY zIKNl)gdwKd$%Tw;TLVi)Umo5-_yiOA$MtVC=cn>b%f9&@SdIwkH3LYlDJcZ5C-j5v z&Bpo=Ey5G73hujp;R`FJ^+3F8MM9BDp=Yjco zc4}SFR(n5sU8Wb)tj+hE~b{KI-NmvL^=;XbMJXq^zew2(i7_x$m2Kl9-u;iTAuT zLewljDmQ_lYxvOpq7z6Ze>DJ(+}yyayPq8gGMZ%k(P*t2OS92O_8d;xFM( zN&9m$o=eYsPBewz%UVB2IrMr>ZmR#-4gM7fnvwax7rI*-UH`*eyt+sE<992$m;(z_ z3=s<*d*yrSk8;jPrW)?~O-4j1)o494{TrE}72C~b;p6iq?&-#{Hel@gB9`Erec&_4 z>&f%$Q#Xb`M1LpPcE_;RB~#dU?~+l3yO;wu1>zMWxaD!Cf^qwJ$4KVpl>_s@cjmNp zJ9CW5o^5#h_3!r#+JQuJ&8uV~k5r|37_IMw>kT{$w(M8m<&VcA zcxO8pA1MO+*ghITnqnI+Wh|O)9Z6E;8o!k2+`-ON6bXI}{0S7#2!b>#+HZQ+busV` z@z7F>RM-JD8BHG~?&M^{QG4rfgv#u2&Y@%V+yaz-NezFP+0uyoj2l1(v4{)Q1;((9XvPo9{ zqT(pjL|I(7Yp>47^lSj^(DE8>KcCe$UbAncE(1p$ep+I|t~;%082&CrPJaec71+}x zf7|?&<5&uRA~~(Wk^*hq8c9d!GS9)SzF!-$2s0X^g{wcIpGE7J-Kw6xTm%M29@Sy) zs_0K;@`P$h(7)_2JJ1yF0tFr zFgXAnD&yIsaJ7dkLK1u<2Zm^W+)I$RrS1;uQEx^5*(Bx38Y54+NJ>Z97pdJ4n6D5j z$d)815!VW{x4pYAJ{b-+5NUcb4eASyG;Q+zQYkT4Gu|%2(sXNNb6H-M0LSX-dZ}b9 z`$6bBh`5nppD2r6c)_AIordN)Rb5Rqr83l@+uG_|Q0~h&g(FNGQ$_Hz7i`97me0d; z)}#jWoA*-Q<-AAepfWV0bdkc-Uf4A$ISa_|OdDNWM&c%je*Q6QPRa4=a3!u9o|U(J zAr*8jVe1`fyB+>5fNcTq>ITUnQEArJD_WdQ$G2>l|Harlbqf-0OPJfXZL_v*+qP}n zwQbwBZQHhOyX$uM!@Xmihx3s64|2_!u_C_cJvbzas!a3rF!`dz`Xiask!iF8)1N${*{Ur!?z9^vNECmS0B$Zb(X-MvewG2ilC zWbG|$Pg@>8G(PSXv!1g-j`^MwF`wlNAC7dW+Ix7Pzc;+qmu@)z>>B`sq?}BmYHm_A z?xIzhFaJ*92l}ZjjQ?1)!}i}%Z~rjLfcf7fn z_58|4T2zB<;Z8*#SI&GI7ya#)aXNP8qQ;4hBACF;Mw~-;y+%N|Z&4_&RMsXOf_FyI z`g}?2L-y76r}i>)?=}~>uUcpQ;CiuUG|N3254)PF?gRVeJadGDPR^(75+2lva6*Xp zP&ds-D*d)@6B7frNALsy_5<=T?XwK4mdSgn^sJjIT$M54ica zfT6`5ZMa+mA(IOx1S|t7Z@?%olwJmv?i{3^1+w4*LE>v!UC*PUb{sJ35SEiWDEypD zj0ZY&2G$lv#okP^;hkDM7pLWyem;$*prX{|pB`6YIt+*>A;^MqWLVo!M+sp0-kdTA zgS+Ex5fnRJ=RFav-KhEiEp%|SZMTAnM7)f(jT3dLwk8geI__@e4n1vs6Kz}Z{+Y`k z%f>#Y)yGGrixf23{3=kp3!MdB8+052k$ydnTCU%vFq0nhP@7462mn8df>iTThUlu! zVq4iw^ycj=&_m@A;v1d4Gn8b;|nS?0swH-;-xaNN{}AP-7(rQZTxaVjeC4Q zJu4T-W#&6A)ElzjYvlE2SEJ2gZ4}SsCvP)-b(ZywWX^f(wLO0uh17@RmfoquKGS!3vRFl6_EQwwSs6B>UDNQmt7eBLMxgcgd zN#`&XZabrwWG!OCeA3gGt!3|(zvKkP^&=Dx~9SIBzTpew;aCy=;aoRUxA zg@_X==(OCzTP@0iZlm7H7~Va=p6v6xz%eMpe733R^{OyV`F0Qld~#s9v3sc^3j(?u zS!j0Du_C{)lW~8l%C&$y(5zxdjeNso1ae8YD`UETur1x9d6Lu;o242o%;u=fbt6z?;Ha9{!`X_tM&tS^_lO1x$_XQLrd>(+dd#%;GkA6@}Sa?Two@B zd_3v*-V)^hpB6c`{|chX&h~$V;c4}0+pK?(w*O&h%6nbaqnA(QD=L<^ihEUh8bES9 z$G!GC!@SXB1dX#+AT>d^nDxAWnySByfE+%NrvZMPUcH3g_|83F@a?X>Qh$B~S6Okv zX6T4*tOGe$&Cg*)UvYkYjI@KzM4xEGK6M{zZ=LD#Fhht}O17cCg4jNie&ek#B6~&O z`_3RPdSR?6TBN=t(34EgEgI-HGhV}qKsaz98s}xW1r{Ywc3BC|^L+LEkf1XYY|64z zzZ0!q_!Ezb;9D_4DoS(|>mh#^Ddds)@Mi=`TI9b*T0+b|fe1{8X3r6x+A?J>vY$sI z*o3}8nqtNV;F-mN9(|^ie5$C`CGD;Y``aK(DPD14tnAGjR}#%TP7wkyP*tDKRvBe! z+tB-gHyW!^_jCD=A^?MdoUgmv9CCYNI&{AW5|{Orl3EKyxG5AD7XwtuMP*#BtF#9r zKwIS>7bQV9lmmG?&MMPKF8ILB(esYbllVAqtnA1+f#(zH1jThBxolSU8&M`tP?jjO znrqxq^`Y>71WcMp>su{ez_@DY6Yw@aB`C2c@U(tVMaRM6m(UWQo?wR8hjJ}LnRuU; zO(9}-dcwxd$Xt)7y%3p*cvaN(01A!h#Vlz-wGuJeSG0#gGBr~jzMULvad=fDTt{}Nv>)uuk;x)eQU9?R9c(*hXOlK_Hy3D_h0`6rcf8Jd zcGoBfj%MWJ(>)0t9m*x;R`Ri%iwf&L7e={Ln}(yt&=g1v*}y6Y(`(WJZFD*=iT}Y0LEy z{kM0IA-iRGYB7BG5<46ER%W*w4TPU>b&GLnYU3y{S*2$3#T*+bL`K749=4&+!XB4+ z(VS4m7&7sF83}oK!`2ddK)+l`eisknhN^mb`Q6kPvl$y@124TUxfne}~NB|wN^Zu0yU%$BjzX3g> zh=P}j7M>jaku%LEZp9;Fk>&kQ0bJv^QaHQ;KaaOJwykeW-`$7Z+tA&ee^Cen_)2x$ zw!ux>CKQ0n{j+F@@0}XI+#+YjuNuV+5lPt7LQw3SjL4)5AxXQUCbkY&tF{(rcs1K| zW%q+O+0Ylx-p1A~$%C`~anfn9^a5F5hSqY&td2X?}I3A5P}-ouUa5v$-aCbus>#JlN> zp4ug==t=-PX`3a%EJswe$lm83R@|X^*F?BP(C3yeoNE=#S`Ikm-z4k)Q6DQjpU8*a zBqV9ob5(B?Bn+}FJqTmMcN`1r5n*-JG)H@SdvSaI+ztw0=0^jQ_?8B{Nnv=Y2y*3$ zhPWj_n#DfoLdzoa-26)$&J1c)DkbPGU|HEASsBvL4e4BMdo+z~)~hWsF}u0;)l{Yp z&k0!MuaF9e3G#;sQy>W(plm$i%0>k%?udzpvld_(kPv&Dq1_-3f#DDH4muJUx;k)| zg~XAy6u(Pr8(x&!ZM`rdS)UGrM$5_fpqSs`)pE?qPnrrGAX^6!d!_#|PO2it78FJi z6PheU=2tQcH9QDTFg+kF@D3AeOgW>oR9;BTn|~s~n%)KrKJw$mGIAW-cbE&-z=ln* znkVlG+8X2(gk<>lIP{+KN`RUT^m!wRUTh0y zRYAbyCr(MU0LHY>K~!;Ue*L!))T#17FM1q@R;ToO$W*0BetyIa<7R%+US55RQx&FKFdJC1R@}Tb}dwgc-K=(+Bjl%%Bq!b&5Hse+2E44CPd!C3GAk33|W#?D~$+a$n6x04%A6V}8&D(hlt73#+to!A#m@!E&rXa&`g)F51^?#>kfyCdTWc^65k z=hO(iC~7!u%olUSLrZF-p@t9eDcJ~Af>!$T6W-?7`lr)jtc@%#@|9s{)hL79>Q%i+ zM+4~%b`jVNS(?826pccc5F!zWwt(y!z78Rb){axsmrS8M*h&+ZgpCd{4(L`DHVlJ_T(hU65%((gB7Ntx=Ksy#?1?g^l8ZS2z zLAXk=4x3xS6Y$b0S~1kMT?{r28QIiZxt3E_dvL%eZcXy&kEYWfX72}Aj~df7+Hb6b zt&b+9tH$HPGHNx9c%r#I{akFGWG3n$5^&hDWlksg2yLY+`CC1tAh{<^#@c}g7fBgW zro|rTflV^qRZ7u`LtY8lF+bmeg|ENP8&*%I!XB za+F*F`1Ks*m5T9)nL&}6)fmA~Qj^;Z(%jnQyUCBhyZ(%;$1lZK3+O!T(w+YHsRgL`vMlug; z%lco6e-?inl4hA5udFB}bgjQM(IC;S%cUe9>1HWc`~NPF#{jd+cE26POy3KVyVqNW znpt@(w$5?Yp5x|>8E{EgK6!CIcgjZ$-+EM~RTU*k^@^2w3$Jzv592?Bm3yNDQ2fEa z^AsE=KCEK+>nn4Xn)IZ>Nm_-(`(wJ-6AQ*ExBaD0kg>p${0DJPatmI<1!Ce;5k&;~ z$qERMKPW$U(2Cc0_k6R}&lNAMEy$wdYg#}jBm&Iryp2ncO3$V0SSv`ozVM0Hx&!dT z8JXsV`8;cl1pY-HrfVWV|9;?|>RQ8huLknx@&?< z?ADRb@JI`5?faxiEOIw9jSjM+hc+BF>n5|33?UGC;&0o26N>DqGQ{h_*`_DX@g)5( zp!_9;+kc$;|6MGfgXz!zp8Cz2-TyQ7|B0=SKsn+|vr_;gXn>A@3%GSUafUXzO2uuj zc0`gz!WJa8W^O^9A=mN3@%XZzFZW1z zF7(i(!B3WI+P|di?tnFWN?Yy0YCbYt5qa*oy2!Pw=bDeIfFofZBnQYV;vnI)uH?|V z`EQiki@Ej7AzB8|<>>^$y;0`>@Y2WLJ&@0>adh)obmt&9qV@-kS|^6YW8!d2z8WmA zO<1!Y{rzxdcOEihQN{Suu#Ma)Q5akhO&~OTn+8A07SF+5xie7>B8l5-8Bvm{1 zh&7kS(8JuCYWnC895291f&d?h5g#iH4}#V{DKY*0vU{8g0w@&#(k=R`8yl?EsNV%R zzb;!v@B&O)Od;!vr}ZN|_h#UPz$-gxrZxn5%joGv+Jn6=+wv%G_B%P-phUN^K0-hkM|9G53(`Z1pbtG^H<6WD{`HD?+ zfXz*E4w~i+Y6KbrQCM-DuB0Y5_sQZElegSXHT3ubF-jd3Ff$1K(LgQ~)D)?L7&f2I zYa!U#NOKaT%3?d20+W^#s0nrpry{8st6`upp5hAc9a>g3Z0kmW;P@fh28l1H&9&9E zJ?dQk9tVP_moOjVs|qarabpK4c!)zp>8-cC2Uu^^~f8o`#>KQ_fAJ4UMHWQDYZ z<7%*AvGBBuF!%)8-|NW=0rhb!CO?>PJstsN2SM3md=lzvHulm!e7~DaSAEa5BBtD+d7;-2pqrsgm5uI%>cqvsJD4PH` zhLyYx!>7cfBof8?itI$0K35txv{*)x`eMm}J{X%WcFn4rjmWgovIw9ZHE5kHLn?uzTTQpM@g?R$3I*xlf9clLz!?Rm9H=(RL;?t z+B8wWDyV>`eUG+@+M$QRV+3T}%u^(#{v_|_Q;=S6lyct~NX!zRO~?$}g}+Ekp6~n! z?r!f12U&j5e?eqD27t@^RfWrJ(s7N3UmppcK3&XmoJHr|Ri>iH^<``N(xLC4Z3;8i zGFZAJIIZ@=8eXPEJaE+t`~kr+KlQI4Atnh-DK3eExUP2_Os485kE~@*9U3xZ)1GLi zcqjb))S-M z$e+5xiq{r$(~5=M^(Iu5Pq|qVGFdaZf&272YR(Fj)9$;vme6rjy=|bY4>MpFp_ewS zpiUfNz%W1pT|*HC^6Aa;b?c6{;4F;z5A4RRkRbs9zoPbwk6QD>Hh%9|RE}+w@iR&| z7AVA-7zVU4x7Y`#09!x?oxA$HE2H` z#nE-ZILAIcDp9mqXw6}U&*NG3JKiitdTv!iWjK=cdVjrHn|i_%&|!GWsT|Y84ZxEg zx!c&PH5F?SRoRG_1UBTZe2ZTE8oa3e7hs{7e(ULW#E=By+{sv@&lb`Yp$q<<+7j=RH&2f#i7W<|*lDV`)YxA=`#SD;ZAtDgt4A}S5jL7Ola zrFWRnLd9yA8HDuw8d^2BAas#@^kHM1R*_icr)m-n9JB4MR~09kuj&Y!Q_JUSa+}q) zYPRX2K|Afks%uG5`ftwuh05NP+1%gkiBCS_@NC9~w=;SbPCfk5e*H(Iyb7LTiT?3S z`OFNQw?F=dUY|yC$DjWu`U2W&^?#b^9RJmSJR=j^|DoJXV{zC$jWo~JuJI9g-TYG2UiG9z}He2lS!wI-2hI%pB_ebeu&}{hmuPAN#qyf7p3^ z%DsO!{(P<;=i;a8{an*~jQ0mmj&^5hM~$bp>Zf3Q9Us1Ys+8*|MF>#3QO{~neyi+k ze`d1vTxB#MH!1dfC5v$z6kNq{p`JwkRC#&NphuAP_ck1Ozb^_8qxEcUGp0D>@mWu##;sy)PH4p z{EE_i&MCQ22y3{2fKCJ|k@f!G-&@t6XRb)S{HD5ol6>r3uK}d7tM&V=Zum{-vAH62D#7P4C@;0qZI>wh)?jmB>eO@^m1KfY>DggZ%nAQSJx~ z+>z;G49Bh-&|;z7{2G806(|L6skautH*5T{Aa- zOs)cu9?ldtn5}sW&eO3=CPn@#1jUzwJ9)UUuo=%j26`KgN?`O5J%JDS{%c? zdjg@X{BXuo z0=l57s07j33~<{6!})s`hO(R?t;7vjOt?{iK0Gv&L3kD_ORIjGXKyMy z5@;9W95~9Retf0>E*$SBcga7{IGJ2nh-+N_u?;DM7;GM~t7ukClOqrLL*al<4EHWE zO`JZc6feF)0C9&WDf_f~%3nEOL6d*CSO%yXXwlFZGYQEvGNsVze??IfaCtSLZ@f#M zg>WK2^zCjno~=!*-6`p7H&OD4Y$WC)eyRu%L}y*vm6jBI`&HM#5Utyc3m$uhiH}}< zC|wJteb>35#0ViK5(@XMOD#ECWs>=)yEZ=;bFe)v>6YzT_1ud;c63F^tQUi=6_3CC zWOxQ;r8t*+ZdgM9(lON|7RNjaGoN|k_FjT_U~ITik=Weth#=b@FmTY_RcA&o6Lv@i za<@n&p)8Ve4ynn1B~t>aRZr|{0%*vdl-OuOFFXpmS&2B-0|OM)fhKG>swHyfAi0G? zs*{>@`o(|$!g%;D=>4D?!I=6kA`$hDVMDPCv>8-wk0^v%6+zSkfDp1VVK5LuJMC>A zmC5|X0R}5hb#?)cPLLB6`CTnf=4!>*(-}!v|OsDW@zRW z``FMrIE4ntHfs&^d#2H`74=-EU~W?$MVZAXEq8KnRwIzb!seRvxEg7o zH6UF@)e2qku4dbBs6dfZ;jGCGQP?*$QokImST+4xL_Qx~)5Qkq*~gc;w8ocgy?9Fv zq`kR zYKUd}*s{=X;Mi4XBV)k@H2~8uD-^W)zRpUf);DPLy3Og_I7Q#7G*n)D!*m67ZBk7q zX)6}aY`2;OH{DfZqUkS{Wj(F_=gtleRbm*V@H}-0B24KNn~|>EZ~?4=!U}$rL7BXb zHtTh?L0j2%l!5gI_TbvmsyJsO8$Dsy9Nk=cG+S`QWE3)Ujt}HF{)u06ccmkD#{|+$ zhA-sEq^FvcE4`SH_h(NyGGbhR2elfB=O%??T97(^sRx>XjRjHXPn|+Q!fkn@B=%fx z)1eXD1|dch0c2;)@p!rKgvjmi1k7-BxH~WubY~BAZU%r|QZGZ6=koP*e+9x8yU|0; zRS5e>Ux4~-breW&AuDU5IRT5B`X=2PMB*oOOx6V#ye47_&}^}c_~&VdXeeb4W{q?Z z8ykl{w*5GNT;A5Reu>RU1G5fGE~S|4FzN7!y35(785TMY$fqcKKfEJm^A z7{564AkWa;#C4I$g`BG7?N*}sd)dIt4R6&PqC`E^ ziH$nKtJ2>^4~beePFVO^#0CSIZ^XzGc^3V=i&C(!v>f zjdsk#_-mk-(mC{?>jEfp>(M{C*ERIldUkB{Y}tQz+K0=OZ$20-rrI*+4K2V76$doU zT*syXafNDOLkrJuGpC<2LuGnf*%Ez7HHF%(-_&S%0cJhWY;7>wXN52Q?;V;pp1hkP zA_#{kk~&3__c`6R4C4v4zM8E*OTb+9K3z|yka&|4lRhsh^ubV($uLza%x=n$(W%|1+%!FRr-Jg`V)B|EtX9?-z z4%Lb~*2-X4|Me343urf>yzw8_F-FG!%G=Dy{D0B@)mq~*Os$ALr<6}Xi)4{p1XG0m zxCCs#PE3v%62!UQcb|HKs`YIwS{FAUKOylQg|J!6q!zvGcXZ*tlUF8Lr^6G&8h-C}2)`MVtB0|b2zw!QyZ415-kOBkW4kWi z=)8PMY7R*XxsoHj4|ux~Z~bftxocWDZoglD6iF=k1S!Il@dVGF06!{ir6nfc-bEvR z-#=cDS8FG4rz$hKOrWaSod zwq*8t)5$Z84aitD^B0(AO|QY%Il#(olcp_zk+o!z#b4*0Y?U1A z&WdNRP-8E+DAxdamm5B0ph|5>oC+EfNM_+p&=3s7aV-|1ER9?3r%0mox_GRRwvRL* znoL^{DS?THWfJXABH&~v?p;lh*iZ79jx`wDn4@FCctW zq$j^_px>NenDa#0aB}%PYCZd{m|??&)URuC5y@FqJE=I#w$ePvbqEQx^hzY*GyL1p zZkYpP%ls*=?=^~qZ9^7OFN~uq^i;pxrtmb;>K{EaC7f&4c_kd{u|{Lxe+$T%O#Nx@ zuUl`^_EIyk-Z*AtZ>Abd`)O%7kWz=JKc-2d{1n)CI2Z|wURWisb0viBaeZF|q??nr zU^>M2WSr@Vb+4Pm9Z}V8xK;yJKDee6j%W(h-$tL(59 zczm+kt1(SEUi98TLQadVgi}IGw4SsY7>7k_K|MlXE6<$C4_k(PbyksimiZ-(0aU$< z(@J{#D3D)e@ul;+Ca%hrcz7C0;tVZ7(xWehSwtY6bS#G(h0Fd>B|-JMdvy)%!;YBu zVv;fW8>3o3XOCbMY4RXWW~mF8?r(AwOBzS%x$TWQRIUY!GsvzpR!^s-du>j$CE^W@ zpJFyGC9cI8PYeF@j&4jP@YlhRhL3Zi8r1s@*3Bo%f`WID%z#JqpOZ1C+hW{l+#UfV z88x_!5l1?#GMMPXDTZ~cdUY?wr|T`GM{g0vH3)X1_mn+Cd3W)Cg7dXyIJeKugDK^Eeg+$<_3PK(a_JoWAk)m_ZH?LK*HHTT^-FF20Ee6tu+aU0Mtk;xpS9?B>A!zYlJ zq(EsKJF~y$Zm?X4H7?dRp^lJMt~YtkI*f`9u{~E7vuy37iRb)w$~LuSHOe!z;d*&< z!$|Aw;HLVbqstbPxV)Y#HDsG01q5ZbYqo^pT1I=t&ZEv+`$9(T))FcqjX_RLF1&Z$ z_hGLxRTU(XgI&l+WS&*Xu6XPZc)CqerUh4?DDBj_Uam)FRf8j%##TL3^iX^6jHY+2 zo1SBua0~0N8E(z4T5N}>*(*1)eM4_%2Cw>j5?tNtE;UmZCn;1?Z0oM{Fba{az}?kY zQb9JJ5*uOVzzQcVY3rCr(Xz@+?B_NsLY9r()mfKEZQ{zE(wm0sxeIY`l*yciD6B-+=kh~m~PY*9{ISGwx9V{8%(!f2xl;BPWX7VzpQWi6ACd7lp_86 zmT8`F=oMFy{YejZvcW8vYBBXlAr|ncS?T zGf$_U5uqCb^ghmhy@b{4Bg#F73ssDhU4|(ho3`MqTh_uKEd#xsE+y9m6DkXZoR?&^ zHFmh|>Pd9F1L6)!X6jWmaNO|c%WtGeeC4aQjCvSCzmqKUfZbp`NL#KV+srvx<-zOk-J~kDqG*@7Fa?t-&EmN@kVtzeKiq9(=hP#w=4>gmaeUot6+(pGQx{^ zQ7Cw50B#Ef9pmN-ZePNYA5kaq7~PAicl*4H55B{zB{m*Sw9~EBThN<~9Vo+<)R(A6 z)mmnoqph^t*IuntnLOGMXwIQ6q+dkQ#Sw8@4A|=#*s^MYI6GUtYwdwNj z-}t|vqXr|5|7m+;{_n6V4F7j~Th^S6xnzaeex?2bF1+{#2&92(0`2JRyNaMA8!xJ) zyZN<~j4z<2ZaBoq;kB=2s3%oKae0d?+yBf1gZy1WVE#%Se5QB*M9tyD|MA85^~Cr6 z8itV|sr|n5#ScUr&)A=~LhQocvFpt(>iYYLf7=Vo*9*V9VqS>O+xAygj8Z6Jfvfxm z??-pS4%)`zU~|8;2~DE(Z$7Ld7OeEdA&Pfr_HGozoFz;h?yj}%r$6uAGO6d&^OtFL z$V%Rf!k}K9WCeATrf1a*PQWVZV?SQ&7NaBV65nFFRJ>?Q^-zHM@| z?>nv2o`)H;d}O;B+z@3{SL4`S^V9rmJ1Z6D(R#aNu4*GU`|`r%heS|1dJDnn)+&f^ z&@ur>gzWurRCXgBy7NRLB-;O_YU4oZw6txxVK3!_e!m6AN1uJJYhDle z7t*y^QOsafbARg>uyY2wbV>GUCM?#mYosL$9hcsQ4fj&2+LNBR6=2Ph)1#ocP1Z}6 zw}d}}9j=Er>n9ETYz}gcBH}ja5z$Xh2@VR8lY4nrc?Y9S=bpgs=?=y~Uc&&pEvVh2#IWtyuHL2cBEeGkASmX zKmsyZ?kom^xPUtc(s3=Zckz)$7rNwMPyRRivKTB>&SeEo3-ijtrB*fEVl+&jny3Z-30s}i#D@VV>!*AppO_06-Wjc>f%SwF8h(s=TPrF6$<0Z(24%%4b z^(k7EVge&K(2GkQwcuv#$sCB9i(5t`j)#(0lQfjJ4p1zgm>MEndLr(O7J{B@p@{%l zi)uOy#MDL~YV9k5J$@|FZ}b%uhvO*FXKkB5D0W!WJ@3!PT6%5lnQjj~1dyQEF}JD?%daiWN7NcRFcn6tA2=)>GyiQkW-)o~{B zk0}lPiK^4Vpd^4mbJc3?_yZ_&V*=IGtq(U_N2>E#Ap}<~`mA~Evi`J(PQYPy87-7H z)9A;=QIJem(E^1?oRyCYF!_H?y^H+1=lJMWFLv4O;ci_obJ0Vic@#L52EwfMC;#rn=e3@p z{Xp6YNRvm!|4m7)e>D$6+uh2P-|yneWDUpYqwJVKb@#`Vu+D?ffCHZ;f9GMZT^>-` z3TvChSql|MT_cQ0i5EPY?o?mADRK43F55W=K{~rMr|VkG+nbI~4ByW_&~lK)5RoD5 zwuKFH#vl_}RZAiOyW@!aUZB7y7jvPtGf|L-xB^K382YSNIH76K(8-D(0;307afs-YdX~N9o9)4{S$n4ns~ZAW8{2#eJ-VT-@@3zYFei-t6@}@ zjwN`YRD@+WmiAt5%46NsjgH9Vv=$9Ms-sg`r&fN7xG@*fj1PAXpRFV$+Ab>|8X>=20Jj+HYPf zqZ`~GsTg+kNJ^e{xo3RlOr)^N55Vk%<>@o8c;0tT72UdB6GyY{yvY}UjmcF#AXB&( zjLpIrjx9X0Po{JlY|9wVA-5#_1EQd+flnw&xIK`<1004(Em;42PR>w00BrR+LG%gA*Q3dW64RK?-E2H=6Qd$G_8n2 zzwjHY;f&>db>ksa&-B|HV2=wc%UjBs>!DW07tAga>fxr1m@V`W&e^}vt(CX4@hX4< z#!v&73Ou+Tf)VSTL-#?F%Fu%rt7_=HNe#~+dyo3;=eS+6(r;n@S02c_Ak@>RbUUM9-IPhP*0%`h)?|%|JSH6|0?kt5H3(o zYwi}p158l-A{_>I1TBauYDhgZ_@3?lGgzCI4p!3wyk@y^4Th#QwB0mR&2^<(q}6)6 zX{XnOhc^ejy=DYMcxB5nv!j@*l4+kzeQ?m84Lh9e;ZCVSOB7i}K5JY{ z#$yCb7c}DB`o(2%g#^>iyAp;6rF4_BYi+-0BNdAi-C4Srh?#W?9(7bR_ny?+>+LqU zN&2O7lFjsl6H<6qHjoM~#8E;GYK!+qnS?CHR+zY@xOdajLu8%|A}-bIJmi z$k>@0LuT>wo1G#ulo-P#jYjgDRCXOV!v`o}#fE8IdR@_}8@Br8b_+H1CFYxqdldN; z?^y%->hq>GXGd$A6eziAxFA*=7C_NHMM=x?2YVOk2)5L3yoc6J-U@-u_G5Pl`Y@iz z!R&X~K6D^MEt& zv*j(9wyc1gD}|-t0O`>TL6X-Urlei2&Z%bSKLHf^9E*!S%a-spyHnLaa{dQ^jyF2) zE*66il!MH$7OO0Dbq~86cbboXbq9DPdF(&@ajJc0<_UAtvDu+G!LFX#j~=d5e*xBV zfF1wi;Q#NWh(GNA$Jf)W+5QiUfH3`y`VBlt8kq_LL-uEnWzRZb90q)|(n1XG-yW_QFBUkR~HB3_UhW_{ZVBC|L3~)mCv@fd$;F$Iy=jL$JHr1RdIXp(Tx&t;P4Q( zMD44phC^M-g0$&z+wku2TEt3b@&{t}mF?~=+Sf~h9`6klHpmN)wRqK5qV|4W02B4( z%$_xNm+qX!*R)i~5!rMn%>SKqY@=M1w5jS}JcTpgbk7NyKkjaNp`9SQUo37ngQS

H2PpqbdCsi-T=^Sc9&4LYF_#Ob+YGY(O6gCSEo@-}?n;CKf?2Y4j%>NFOCI(Y zrR9-@s~@Q!k*L^Qt}a$=G>>zV(uNDmER3UKLVVNhz#wHLoO~ZaIs=Ki*bvehX)69$ z3FEP|s^JySMuPE$?nK_~3zpobd~H#yy~(q@No$fCxrgezp>@bJj4qxMuF5;_Y3%IC zS0|)Y^7cFOrLpelHC?1~!9aCc6J0-?s2}p?wa+LX#eA#an|B`^;_8%}U1=mZN(nF6 zVD?3bk||j~)9~Vz1T7@3$jrn$klK!Ak_Hcs9UP<51>JXs_9s&YC@pXGcH}PiFTixW z9l52Bednwe`@TmkWzu5muN!y0$;SA)T1`8OcNEK`bi1S2+k**)8#is(Kko0*G&F|y z(4wZBO)kH~?=T!mY8`IVJyq=gYvwE1Mmq|)a){T>pH4~e#|t_NX72rtg2Y(r>6FA+ ziad~~uS@j9xBuhJR1OGY6Ws9j;(<}*-N+}Nq9u(eQv;*?G{eKeiEa+hJkd1Ch@WWO z!o%UC;kg4t=$K1EWOx{3WLgYZt@thBpste05%`8lJjUJsM1K7rFr9IKqJhP+UYMn4 zS>9w$V2wI%lz$>Ti>rw_u2zpV4e3{H-h%4?c;e)P71Obq5@WtSL<14?VsXOeO}geL z3K}jx-gGYppTujvcRV|-ODf_(yq+Lw%4mD>i_zJV_F^<~OXJxLBPk6hUOXQ<<*sNZ zJG5C_MN8Z&5xC~;XHIZu95rb@C&Fx;>590d1OI8_KY>K?VA4T721e>=>L5Gx50DX& zcF#^+U8(VZUXwOYT7*ZAZzydPs$q}`#fd^yl?3K^a3eW%oVbORCxnaCzg(e@OtHHa zRozNGsCnm!37!npu?qR5-BE>+ChZ}oCm+U-07?E`zGL36mH3DJFS4*x>yN?4(VJIY zsRsSKq^160(4Kt>^!un2=NT-d7O;X(c&xOfu+E`>o6%>JK&4Mi`tKMlbZEZDr0q%z z80x9{5#8xts;&raW==zIvAd~L+er3aYOE2gu6>DU5&t1xa$@A|;(`*Z_!CxjT8cg# z)MaLLU(3HuXuei%1$nDhAuKL)*wF+|Xe?K>96V1rlj>57(dL0FYmI6W2C66u0M2$$ zP4}%f^A_tsm)pVMS)F3%d9kb1eJ2qs7pxNhwlFAQT9&!cHKBAv^a# z855QUcY)48Cj)b$x$gt>q1_u2piQtf3?q#Dvn|)haLGi77Vq$bNAwYOy<=!n`LcSASg1Jo0x}V^)*(;?RV0@Z_xGS* zo27V^Wb|t%gBPH=lU@k@7Ey7Lvc~OS!z#)l@G+eBjwTQdj3_5;u1F23dk~(7!Cc9Q zy@SNE$XNKsBITh69_pH=BS0I8L#fFAb?ZK7jIA6VGyG7Cf66~4PJ7DB9R8z7OT1?x z0yTjMv#TtTM(vtS1u@pPbUeDTH;Fg2swoXg4cE|Qle0>nx}d5-AWf$gX+_8x-H+KD zTxD>Lr(N51bKrMxR-^J=)%9ofd-62(ue4A4M|tnP|KYN1t<||}2%2u!(5|7tM|a=j zJy8-!<*W0t+L9_;8J>JvS{lfY>$kv&7L>ls^%`lmr&H}Z(WiXTUAKxFkF(AOd%+0r zvQ?R(%Ia6UH#q~ZwGLs@1951GZH(ZvE~hR>?yS25rNvg07Hu^JQfPSx_x{V?p+E}G z(4dmvYHC`h2Y3t{uCdB@8+ucY#`I2ygoD=H-`k;;K_d?&!RbY{^{~z~7e>knV|9GjJ&NN>$+M*AOOl!{U_Q~S7rFc_x z-LGCW)s4oLqqO!h&Q}?$f%UhKJ~M{MBi(ehV}&V6I__>bNxJE*>kRY+Ho8Tuz{pqe z8qj@ME;wL0c>o9FOeUIAspiV@4K~MmrC#l(3Vhyai}*I;y?ec{N|ZrWlBz_B^3sz z^PU>q$WOU}nck0y-3aJdy#l}r@XIB*`1BFJHxhm0eoLZnOy0fkXYsrp<}~e`zr;;3 zBM-1l&nL4kj_n~H7%9>C;%`B&Ypkbg|1o%oYO<7Wq}4ejQjZ|tm^oMpTiH12G3V}b zm3%-`T^W}t-xDIALX#;SruzALfFd8F5-DF7!;7IiQ-u8?S_!J4SjOYN-6T_rA|?~R z2O2u0+(onaSqmeNwyy*QE4;lpXJ)}y7JHF3qY-x_nuzQ^>|zOeCvJerp| zkKWpro~XAlX`JmNJ(COW%ljSJsd16=ouS+{<(*iRiJdg~e8KYtly{>0-JQ=fNk#0Ke%ku9RT`n&r>$D2JOW1dRq`XgPR~a4Vsz5-ggl|<@7Y|zPE4JK zZ>XjK6kgP`jk`r{tSl(QWeE+9Dkn-4m`+r$^3=VPS z;kc~wc<2&Eik_OD8g$IlNy(9ldTM5)`SA+d^Vs(}Qch%$UqiZVl!#&qi0hv@lii>U zkkk@xCND}@5l39M&ts&}-#NpDk=BW|IHpgo0j-gx3Ufi7;19#z%vvJ-Tx6(6sY1Lc zx5>afN*wdJ6cg#5)niZYL#dl(+X#$_M5UZ!Hd=A=4;Noeb-oPiRnxZ`~TwGjfq5?{*EU$8t>V>j3|1V zGwpt-0(Q7HO>b2LFVd7}BkZdL2C?eOwi+=<%uzn#vU!%)vZ}V)3F`7rajW?qj5Sgg zs}0_pEgM?MRy{;bu}>LB_irJJheTWjkUxw7=()V?Qt$G4m-eOy~o zVo{xq4lRekeHU7fI;!gy++V*)x|b16)qVDXN%QuI*af~a^k*UNX~;0w_0UzU+ukzN z(l6GCH64Fa#L4x395R7c z;ig{kj?(%K%}ec^Bunlt=~+yaQW&fq`Igyg7DRAcxoxG@bpzX$Pz+Lcy5*Godh4=a zsIikTC8ZIF4Lavpw=BEk!I6i;QMYwNNU=U3&_9 zl4wbI11cHYCma5p(fN|C9ODEtpV_^2*>m5r6Z>2J#~(OvSsy%B>gs&ti?`g8D^K|b z^zfiDqTIb)$yahW`K)#}`($s_pR8%>7r6ClBS>CbfxHb|Ur>j2#dVKTD6szqImKH@ z|3*M-@;^W&F<lQXi`?&>g8!=Kl=(dZ0U)i-Y_BN_BeGeGgrc|N4RY z5w59ln{&XCy<<$Aro~+;X{ZS)O#NUcBvaEf3HivT!6sd=Q9iP1kSo&p5n8kHF)XQe zJjG6DJxhYZxb&Gmf^}whf=v4%Mx~71n8I31Qi7A|G zS;iNxC-P#W$S+T+qZbL{)x+6n0;KJRuSB22aP4l$gqd`XT0;VZl$fyy&dk^lFD)&| z+RhS}TtJ1UVC|W-D5Fw>yg*t^&F@z>PxCX0TPgrW{$U1FdU!&=P_Z)f2bL4*4$53d z<8q=z6D5TXqbad7?88gSvz>;3Na>dskwo?YPn7?}cszguXNVq<*@7+V}>= z#GWBx1_ww-QZYPL>@QzPPlRbfS?*=IXE%#`l4UqKP&;4AnA;|JAI640L@h7Gu_K#k zvIR=wk0A=fmE=(v;xLRGFdaw zR&CPalxRm%j<64=57$x+c05jr<^lSOKbq_D-aU8Z!{4vA+uZEH$v?)}hc0cNsSk{` zW%FR%>Fo@0hsT)vAoZ1chrPpbrMEXl_lTehp$z-?ra+SUc^-Ws`GsrQJRkinDZ8e* zg5+a4F?(ow*Pv%wP8Z&fWpt3kQFsOY&>{s%iINR$3EJ|I)3>EnOzLJ27 zk};IjkRACl08bjf3{4bAU?33sFWDX72WA3W8cq7OoT9CQjkAYjc1Annn|IILHkhOE z#_Aby4h$823cUtn1y2Q~bVw)QK8Pjt&G#Vn1}2eWilupm+Cz$N!bmZ-*Cm)R8t2T9 zj7(U2Sl5j6R#@klu>DSyg)D~lxN80M!E6}#6q1auP)zLE3HCpRMlg8}+t$AjBqZ^Y4vr;WEq*cn zU%RAx5^R3_dVbI=`fQJJo+bDqN;*F^^LZmuR-CBDFf|mYaSd|C23%}41b8%REFRr$ z5sgImjByesNe3aI{=3k?au|M0{BRXhqMM?9O-BI_8`cZg8InH-BQNd#?=fE=aFk9F zkVzMiS;ZW4Gi8#5HRx=ECS2kv)E7@k$woqIbCRdPQy`~`!^;05#J%!5?I}yv8R<*P z?+KD5{t*FbK6;pGu;DwbmW7I7yFClu)3EqU|U#UT~xZUR9pv}K{0K|VpKE`&$*Ul$Z5)gQgh@LuSVmVX(>4Y z=*!Z8HDHw{#8A(x*`w-GFhb{OIpRhwr^3H@#~NYPj@SGrYs}&be?_%x>vR4PmRDTR z{LOgfj1N4Mw=$Aj-*H#nI&n&`C&{ak4}8y3ZmFv3y-s$vZV)1&F9%j_3lZINY+d7N zu$8uk0w$_lA;`D7rG=DFkCVJLBpJG!-@7wPGs#C{jBu~k*tRd*HW?Ib&wMTzY5l9f zsg}bi)fH-m(#Gv0nCx5sYW<0btv=k|OGB6<5k&r@e92+D|H6`GG$U2c7bnyjJbK#} zx=AY#N5xU^;mTU?bK3&oE$LjV9mxK*&_zkpohvz7uIr*wq=opB$FvZlOT<^~n+YfP zgN_9qtIB%b+xMJ0Krf1;&*q@21?XH={m+o2?fk8?(%f(=l-zlG+eZ%UbDVy9fyF;i z7OldhxJpae-YLFF;?nXSktcUW_Vl_Oflrjz{^8j*w#^lNoqcV6YwO-cf}!i&rbo74 zyZs@vT4T@hn!F}?*qbdq(y=qwlOh^jmW?Mpk1a=W>RU>!9>#iJ4o%gczy;KsEL#sV ze^M?7wJAKxrlh9-#cEo9lgHt)K}+#^d{b&uDob>wBYJr_*K6g@7+lMgm}?pJum#uh zEr6svV+m6_zcf#OW#DL{VV6GN(yhA(x@m9dC(m6@0>;9|mFjm5>Uto)C^I%IYY$AA za108S4d!^rWfP;uV4u0&ba6KaE+^a^T`kfPq#0w(I1QoU&q_0CdF5%qAq^8LC4q_i z3;giw2Khn`1&?Be_GaB$%u0j>|#`>If(tPex&v!&#C^fWM? zTMxV+{T_dzjMj(io0jv)gg#VBF(`t$dh-m&Ba53o(;gK4XXO&>ue+q%43!L@+3cRO zyrC{IERWD@dAnoDI0jNmuZ$Z-;IrZ?o4BZoaY0gP{DMRLllm!7wvwWx&A>Fhw0JKa9u%N0gx2M%Gz*LDNI;j;Tc*bN6BFs+B=+qRY2>k4Uh3fNiS*D zJu$mkC>41M{f+*O^a?V%Nge=##G|_hS{wGPddC5@)uzKVWCJ0KqtvD?EfdazEt7>R z4X+``=V(rDPL}iKe8T+lB^4Ww;BhD8@qO0F@vUn;V$`*k66#9s`j}*{WQT=x<=f!^I$FY!PCv=Rw=SVUt4n;J&{7AA-gNl9yFZ--MD{Y`l z!TAGPQigM6gB=3=`$Cpssn#zyy>2RkQ74Ab(qE-O_UTsELtD5Kwg za%=w96&=&GE6eB$N0uKzRmYz^37NSb1L#y$x<;M z$H23VDUF|`z?d&3sl&m45YcP;lJJA}l=LNIn3jIpI*L1r^^c#R8mlyjS0G48KwXTb zW@gX!Jw>y9^_DA<;OQiSqd?88OtMf`qc+5HRqWhH)(dA#wcijPN+-rXGliT@XPlqYRDYsU=vGl)j2Ebdyl(ae3_N=r6(Ogy+6V6Avq>Gix| zb8R<)oP=u*?v|ldPX|-Ylaw+VFWnq(!FXv|>#cQe?PYFjb;~aznPo+O)x3w zrBHF3utI!au<&nI%t-c8*QfGbaNc}Z&(kNM7Ej7=WwG(s1dtuK*BU>`B^-DCfzB`# z*2yyQlzuYAbxMoMTSujuapK-7lh(N%(zh^i*yXmltEu{Vwp@NxS%z^zrJ&z&Wxrfq zC9bJj@2FA*VU3Z!^Bi8UzFJbNeZwP?&!hak+4X96;C`o{hD@v_NI!-`d8%ftYErlpD?0k07_@krya?M%)xHq6yS*%LD=|v|I?8*W|zN^FQU_G zS?R9-miw=ZaIVm-gEy2W*?+aEb&cG(m# z+c-lP>$Wx}^Dnd6pLA3{x#PPYYlk;dUSs*4!=5g_wrzV!+vNF{MN#i6hszzx>~at} z68cf!sIXO*Ratsg5T-dugq3qV>kDH#dLMjtVRWm3MKBW?Pc( z<<^~{%I(gjQg6#r>&}2VAh@eNlT~m=N>T1r*0zKiCuq?`vK`~y8-i|EF6I(!*w?ym zqttV7>flr)d~izciF7tUN=%Jp*KC%`vSqn=6nT1CmaucV(6c<#H*sh}u&PDgWYytK zR`7q`gW9!jSlz)-JM2w|d%cymXI~2rI73b0>)P%Vmo~lLa=L4tnK$EUX1@5cSePl*G)^}a)1u^qCnr$+?ECxA`Mp(BtruO-9jiSL z$i=oL&whN@6UsfVK>OC6;=uMbz0Ms#E+DY`O>inWC3haNI{PlXuy%d_YZhq*Ca<5Y zwDkn+4*RY0FOHO&->7WZE{C_9XlWzlE^Ei1JKH+a{MCx*58EApDJX)nQpp!L$n}k> zjbJ?Rc9mG=+ZnF3F+-kc9NX^5&d&7QBwZUEk?&B44(0d!EZ_(@MD3Z>`e(CF4^-_x z+R@cMuD#YV8M>3w1Sm0=zS*6rt+9z~yellFo4w|$t&@%k+l%0#I#9^xj~#q($H2k! z!BEpf%2Hu>U@-9ApvD(niQb*LJG`al>c$m2H}3oawtM62yVsUhS(-QOKBkz&g--8L zr(^r#l1io%dbE55E0XU=zB_mQz2k+2ExVQKx+T)9@}29el^x3BO~6jeHEcZzQitji z`J{Nht^bVny}&}3aP&yoz{g!Qn9BRYU&#%%ToM|mJWGAf(kT#%Mmuz8_$;>CW| z`P^jnmW;L=>*e4YdDMHaN7_-bdA)P1P(`T*xxXdZ;?9!g8r!A}ms?o&+}cVI<1|F}hq+}gO zxe$688B1teH<@hl3!I=#ex(Fh>)IIp!E$!J*!84^cff<3EDPhRzZl`=4wUupf-O#^p(yLwYw`Lce^h=mq-% z9FWo*Ym}G2#QRN1Wy_=TFLg6pSap&+8ZPNoaUHKk$|kAPCuCZO(*>&a-IEsxs$YpUJ;C)UG*un~G5fxO)5|CrPBIS^5`;U_I=TyVa+M7X#< zd(`qq{VKboMhP|k(*83B>INjQhnBjm+SUAZ%Mx){U?^?5Zy|$q%MB$omYs3}fs@i; zotBn&V_{X`9q|Ov+@F;|I;K4M)vpL$U{Tw2D&ht6gC9wlrdqV5I?Gx<5!lm|9Gswq znPOmwyuTeuQSyl|_tF#Vqic8i=N`9=qo`0fx z!=_OpGu?W7-PTY+-C(GIV(PqAmhKF*y|(d~Z)MhLbMKG@ zu|!=c)XHlHzT4Tsjbwk3qq=R;lg}Ijh_Yv2q|=BoqMX{&;Uy( zi5cDjv-ghdmxGI%p3o0CM6>W*&o8NYah=`$!f!kS?-)*Q%h9SpPGEU(n!1_%6C_XI zt_Yi@-)&mzsM$Ae8CU|EGKc1t*UGor5E~RoE0yjBx3ZToOxkzq{53Z3MgMV%D#acQ zPaJ*5N~>$on?m=y`g;bk_Iuyz8QNJRrSuHZ3QTx5_B`KH+*3?32?IX<=W2TZ>1$dP z6BtX+HcTLx%FH#G=fo+`Xe?Datk)bmpSynEJSl}Do>9bD?6bvbD&l4)23!7VAH-=*EV`V(nwVF*9nbL|{f+kAvre3>u-=gyD;RvKdw zkuR6Sbqkq7sfZ-5k@GcX<6JJ4o7lZO zKW_Z|>crMh>Hf#&gs2AkA|uuHY@biFQp)BUTGW8IDgGj!Lt=IE{$r-jTT1@w9RdjN?2&ff9a8>6F$eT=^M zI*N=RB)&6KH*rZfSPu+I4^Me}q$oymB&e)}bges2*kWWc46NYHi8_2Y$Mdxee^1D1 zoF!(N$T}4$1vgoh0{-6l2kY?6ZCoo+4=a2R`4`gbG{y*7{Uo`-U*OTz2go7ro28UM z5Xd#lv=0lg#h>8sR}(nPP)ur)_u>apOw&+JMNQM>0vbmk-%HpVX0_nsvLy|%`+g!d zg&o7feR^n2jT#zoM=CAjY$$~d>HJ7}QdAmlOTR`>34PIl;oH_~bqzK&n5KtmQv(V& zB)yQSvK9+c*0iL4wKO5C8E4G&7x8b^lZ1c`t=`nCLRXSEM)&HMn0n2pLx_WB{H8<; zxG#if>|{m;X&Hx37cywoPqWE~B@J&M!wS)iVDjqKu!KjrWq%C|F`736m+9N6|Mf;6 z7LB8~Nu4qunFjBMB#8cRXH7#6~?CTL6q z<_H6hZI&Vo=8@|s_76en~ z$yeDxbPw_(*5LAUvoq_T(e9EpF0cH$MOcNV2d7f2EOsgVQI{K&!)+AuV~=CCmQ?Yk z8&8S)im(bZdj8sTBm5mWBZ1{E%q0YiIoupd;er#Tu-t9<7ufaR&;C_40+;7ypSA#S zqf&QuRbbL)4_wqf#}e0S1BJI(){qr7G8PF zQii*dS}}VW?w`c?MsrDEiO^7vXHAWC^90&e+WhxZm?8gzc)fUbwcD~jA_c{j$xDe>dBKh^Z>G zhzp#R)xv-`MC+Qa&ArlubV@>8CHz)g;kow#?G?eUo%nigt{@2g4`|2mY{-+U4QbE2 zl+?UzMH9mqk%pyeT7N^4HiGrj?UQm6Jre%)0cpWgx9)o#UwEIe?t$fkhP$uk=1OaX zqqhme^xEg~+UGrx2taHy*DD+GnG^f__t((E5I*bHFjnI#OUK0rmSz2Hxv=CmVaeyu zxJ%y{+_v?&y>>^pWdoXPdb~ogRPrM1?Ruod;jY+e-HDv{&hkCCpRZkC;;7uduy%IYBGe!y>-vAFd-u4w%4=^tw(lv?o)*&^v8OEr+X9v_xv0cw zAhAaY-iW43Y>y=a48xdVhRh5C^;GtK&wYmLa0{1QfFvdmqaleGqJ5R5wi4}yXwR?Y zQYER?NlcVz-Uua|K9pT5fOMbHU>DW&5)E zJpMj!)xq2Yiw`7uqcepHuI}510GQGBT&Z_S^MgvxR7xVA9o==eXZ%L`+?(hn7$OGc z=R5iqw=EIE&zF1qz5RSY3@-dj&iYW(>2&*S#RNKe`NlKOlbq+I31L*H>5Pl(EriDb z5?&yBu$~a8gCfAqczJ31+vx26SwTR4zrDg-$`1%9v{>bb(%KB++m}V&rYZW9weqf9 zo78G7v_D4FY@|$_=`Szlk}yT&WkzMSy1EF+yCkl>TGL|u>qhlajq=7?4eXU&>{M+0 zI?`ZK@szcc*j`9o>8xtPm@t-{l@BzDu)54x9(8~_$5-f|>!R2S^o)OzxZlYpm%6gj zUyd-GvQ|Q=IxSy!(ixE9)QG)G4S!Nx1;rHl->Km;<&byMVG6IbNMA`yKX0%755!-b z7P0w)T~}){><=Fnjw`!ecJ-LL9-(ROO=!up4vTvwcNisyC4tn2uTwOrqMVS1BouwG zeZAOZYF_CoZD?@{FO@ss*QxuRrZTDvE7FuOYwX~>RaRx5?^5n9rbQ}t){c6Q3kwi- zw0i!m++Vk@qCCKHZ}DALlXwjwnMh(0KhNQ23DG|J+E}#DH$N8bi_FzsD&g-GREV)3 z9f47QUx#_>5q~2sJSSH#P~E>*HLI7yZv1F69>` zgi+G-%)*VST7I6)2W2=A(M++~A)qP4Ayo4jAs}J<)|Y3wQCA89^^LQ5Knif<@o0Se zn`iHrQ^-u1Mp#AqVOcQ2b0%KRfDnKdvSwy=(v}rc%;MsszTWoA=?lOyE((}|eiETS zpt=XO^Or`Ik?nsY8%(ocH0zu_&JNkgU;cq_OfzBVvPg)oOEb>#xNtViPOp!WM!U`3 zW}) zrN-``y~=Q!r`DQWWM^ogU<_*_aDTs4vSh2YhU6%XHY>Xwn`wJC3hLGz4+`0j%40{vKsmlE(wyL|ZE zz&8C)7`my8#COp?B7D#P3e~A)5&N1ZLLPY779{;3m)pOX_98;yZ+Z-j zB;j5PYxRbEaq~XBuWp@tF3@2%_gzGZ5-s_S$>q5LZ06~nHKy?j6pw@F6!a;4y>2$8 z^FO}(Mj{*#dp#Wv6ZQwEi92Q}hQ)0`1kdm`Oj1PpGGfUqW(s2`M@hET8F;YBjyPVC zi%O=^`)8eQPKytU_o?fs`OrxK(O@3vRz@fvV8o4uVk8&}y6=_$hIIO?B@Uxme50eL zW0W!qkOT#Jg}a#>;q>H--w9slakBUWxoOg}0CHHM%RgS$p2pA7Obc(OH&cvk8peL; z6#kufJS)6i!in017oUu@z@Vqf zq$eZZN!9*LsNFohmY(rXucc>H|7)6BS1LlN+JiS~II&W_#LPD}T{W1bzDLn8m{>E`}HWZQTnO0O*x-<)3_a zP0qcf#>oSLGA|H*%DPtKFkX{S@rEz0Hok&4tlhE%Z^G0qOPF=bN}L)hj2^`aZ!9+9 z#UJ2!m>xYU?s`7W4B|dha>%LoW=`GpOz#pYQ{N-`k27z%sn{r9jHOqpg+#R;`Vex6 z2yy!BlBZ}&ZqO$Hrofmus=x9~h89h~-811rt1SI{g*bW4GpPU8GYIMflWXcUCdFuS zYod1VS`$fxkzJY1!_C7q39&WlUAkj%_UV0A54z!f2EnjrRNL6-lQwne=Y_MJ2=vD$ zD%&oE;a-viF2A>z?%DLs#$Ak!p*LYq4B&@5J?Tx<{@$BNLKEGah-gAS#WsQDjMD<5 zo=GM4*FwB!vU^BB191YKPM9tR4>lcx^waYpRZ3kk9wDNOLGrYHPiQ!zyM*ekj7hns zdd*w^#sU=AbMDxjhb^m$nf#cvf^*0Gk8u#OIWI_usQibFXBW2)L^)3hIr^uGopNPu zeTg$LN>MkS9sxhFX7JxeCtovf&KfnvdX8|bS#uC>zLje}i?oP^t1bbQPrWzewcvVn zJ?I;~q}9r}LwY^}O?sgVCmcqE9?+ppT%)L-eocf4JU{8_CE-V;A&YlIdIq;rv;KwGv)_Wmk&!egwx0A}RU=!HPAh9|A%XRiZW+#kRr080i}L7>FGxF zPhEgTei%!q%*ic!ABfRFJg{484=Wz?P9xvdkCZ4%82)4S3JTigQLG@?i9x%2QZ+<2 zKtD$+!FdklgN+T1d9i-t^xLB*=<6psU4<2zP!rSyme@#PGe}OMfzjPMGLG+bB2{N4 zM~h|(h7i;RLp9p)X-=5Xf3Q=})sf3ERV$_IeEOL7_ddhPWGhs&8{mF5M_G=A4YYnX za!N~F3oQSVjgZ3eO`p z=Y-A`vJkm*N6bIRMJ=%b%lQygaq_ zOq(AiGgk&USlLNZO*M{(-4hSovGzyIz#>B?Q7DiTu^3~5pI*=@ict<1j!lgb&3*FxmJ90}T?*_k zj2z}>jpx1QtENXTG8vhi9=Y!LOGmCdo;F@)yWx_%)n6()2 zYHBI;#56bE8gX)fT?@43l%J&lqgT_<-b}x57Gqa<|8a{3IdcJzuWnX!U-6j}dC|<`8@3Ss z+Y{Myep*Fv(>=#C`t*>lL#T(z^yCYS=)Z{ptVRN(`rMNy+M?S|*3DYe)R}@rThm}P8lL&( z_-fSCLzixwq_N?yOwYG;w)3!162)%ex%xgfU!@_a|VWb-AaUd2u zQStL5(AZZBm01YUBq`bCpAm|SA-TqcKY$8edqK59a-L8r-=i~Wf^z>)EOcV70HrcW zt&2*Hg%&H^$x~LNrL5hcL=5HrF@$WW+*BM4|H~?|wA6Ii=-dE<;3S|`CXc(wy{y!8 z)Cw+7S7}uJ53eKeC23eXB;8cU;8a=i1xmLFzY)(mO(>dq+eT0(;i6MG%m7#)>@P=4 zn^)8Mdp!m@N$h8`yAbs*!cp&jX^sP=p%X{}y=zg*?IqIA6XMU#INS2P5fU;8iQ7fz z&lOG-nu3c?6beVt`H&(yM&+nzt+aUGa=hSjSXO2)4%{C|1#J;ZNqGgfw{^z8m>N+7Z6nT#7OT^Vh zb!XKzD1USqg+*m$kv&$6H?3T_ngVw~u)L%4;^Mo3f}1POP2c)ZSO2czE#q6p6?1oG z_r`?_egC@9cg;fI)mw9R$B8xA*}jxs`zp)LG+sp{y+V5Ec3&}L7-g3=WoO)bwuN}443_?MBt0qDOHMl8alR2B7Iks<#G z<_JWL1|ra+W3m zCZBW@C8@*&en=_F_(fu@^5Q^;q_O?5o1{Izzd#DLh1Rkf%l_>CY?=jPoKUGu zCTFdZ-3rP|ys1^{Pc}_-$7uq;yCyknW!GreD8<=*LF%d`B}i^z$0R2dtS!iu+(oG~$8jVSTT)wi1fV`=V|2O`nPdyzktJ@4D*X?Szn zCr&!!^BY{evLG4sq{?|)gKyqw^#d7@*O%`kF%G|}v zVFu&1fm^aNcL`TbrCSU$-SQp&0Jq?A-o1o7ZCJtoY!Scu`a3rEo+T^@(&wh1bKELh zu`scipT|Y`kJEqvdip0VXDdrX?nl~t-4(Ti+#&Z1{t5S}e?rCotgZ+AcNH3){=>W6 z;F0K9x${iJs5d7vNFrwX;vxfHG09tf$m?v*YtAG6)_kA5y5|{7iB_P@Am&4O{DYJ) z<Z<_UdK_{?U46W2MV5VbnWin*}Jp1 zW01;jI-Yhv=WeeSw|lNLRqZ?E+;K)PtP4lPnlSW1&ks^pb*9|DT}U$gg1f6$tyRTw zA>_$$+51QPM`LBTn$jcs+ZCWg%`G9e+z?L{`;JHO?0{xJ`iW5>F zPraQVh7gDhJ~NlfPg?P#zjNZMwDtU*w;805xn=VGdeJTw3dhQoh=d23&^NF}QDeZh zCiHoD&`33uE0RlHu5#ycgTV}ZNJU`=YFP~%5XCGr(Ly(D07A)NaXKqZPDAFBTj29< zTDGjHC^?Id@O9Vo>*OXQ-wOhrQrd48svVdl`C0D?UEtiHR8fZTTDhB;Lfi@NgwW5~ z-VzN}hRWC8`=j4Z^ZudqrzMXJQXY~t-j1&5-n`(lYR_P1Gqly*asPNdcWsBeX6_-D#!}-Q-9N5aY{U1#D^Vr zE4X{H`#4R~J4Wx>GGj571+U}I=(u&AKUqlP8-0Uq8P0O?EZPTssFh0{7JB_qH_kGb z)l%sDBY&bfLHsh-%i44bg=-?@I_{JX=iR zNBkZ3S~vKGgU!Wt9&q*6{kUackR`K!8~$Z*c)Y?AJ{)cqHa5Q4u-W3e(DVXIfvbU2 z;T~^N<@Yt?Dl#1T-<=6 z{Ug&7{)Eb7)BI5qKH8!ZqR;tpd)Tu^tG29W?WE3heR5Ck?MwPzM~#|qou#N$1K4@Z zUhIeBHwrt_LdS%QV8yZr-V)Y?^BaF?+#N0p@Z1?`p!-){>lg~JYq6#8r&g^q!&hA0kOJu2HN7Lj39BVAvQ{(WwOZiox&t|Grp7p%N zo$$Ta@=foXl+zFsn&bT+p<2+yCkf?0UK%JeTOJFnX$uP#p8b^L$*MpHMgMBrrKQx8 z3Y*ZXD*O;Xv}b1wB-3qxt^U?hohe3p7AO5Wf*mwhm3*bAt?R_5I!fSD3mi>EyPD4p zq^e)L z^{t-bXz2d(lIN4U;bM58 z3*CwCMCJ|>00RQ1+ETIz0E2OHuZKSH$XTW(R=NHKGkY!iHkC96g9km&vl6 zLh1%95f9O2Y9eLN=!;dK{e%{B(rZl6=&82xcmaczObU}gTV#WiB`~PnTJry;s4y59 z)WI6kSYR-)hpF7a;Ph8CM6{1p#!2A9?~Fm9JED}R)de?C)25z~CnQJYh*~3!HX2kG z99L^dH1{8N#P;kN@$SWFGNtT_nZ9F?@1Sv5ztH&67}1yJ?pc|GmbVavmh(8KZ;&m zG6V1v++NH{JYu-6P@Qw7VecQBIqGzGz`Zn8=CiLei;efb&grq}X9)=a-KNH(fYvua zzT?tJW2n)OiyNi!)q_2Fe!Y2F0fl5(uxCQZ+50|&oY0$?2!r9?=_vp}N;jJV;oj-5 zji|Gyz`+qnjXv^t{�tPsCG6X&u!p4b`t$sG8|dsF_JjjBFpJ+Z3CN?Qge7XHP}p zDTEQ~bEZ!fCx{Qx#5eTQ*h!Ef1d$>HX4Td@Cg1hC-~NxF68idQs5kueV&VJRhl=xN zw^xR5saaagnw}6QaECIbu_e}#vlub+9^qeu%^4FoHABf+ zP%-jhc~~A6*-Y0As`~-4Za92$cbITVHLx`>sG&ncihbjTfS7Ja%8q!KBom zCSAWc>G~yUN!KrZGNjr?J9;mgQ^7^ob%-}Wu`&@u~cq6Sno~TfD z>52A43H-09H^u+tl#p-dd}HV zK_VK7$>Hg_;-psCA+9!gudNs=ZSFRT>+IqohZu0`=nKX#_-9x*%mHwjlzBw<)7Fgc zEY!N=xfYA-Jx}+hB$s&7SYi_2iv3*(&+f{D?x95lo#WP-yl%U=2>duX~~o>%Nef$fNYv{`I{yB=7**0<5<6UcMaj3cpM%|ww%sU@(|)U%U7cD3uAJ*&W~ zv+jJ6$tLZ$JAJFspGDdnigWLmuOXO-(RaA%W;7}UBo2VT3U7guLc*A66TAg$E6Sca zRL!c>5VH{DVHk#zv+kg>2iNY-Z3bOHyY{tgdO;)S+3g$J(X0fXgI_irghr$uaV{rUU~K3?jV`s#~Jd+mIlkYBg9A)(=`b>nq!r*G+$ zdogoHrNl+aS!6-pX3&%=8AY&x3c*_C;8uaPp#@1J1~H52#1kmtJ;9uSGo*@swR&v~ zYtOn9f-TGCu&^3pzQbxkGh1#Q!g1AQU`4sjfI6K{k|}el5z0?mJ~d z@^m_RDgrC~T93bqHB*fYvkO>LYBJhrAoT*G>3Q!Ty;=egKk#t5O5V+bf(?4f4mbyfgTpIAR1TvA+% z)mUXJMs?1RIH3nYC0ZjS{R%RPKpIW zTwBDYF7wZkj>EG?Wwk^8oV=0z2khmjto7HmAFoe!)pZlwCV7aIvQQK1 zJIE{KhxS&P_#t=I))P&)M@sFLeN}sFpHZ8{XT-aosjnZ@gyu|EZr!s&ZfkA1_u9aE zZVgg1o0?Op@FH-$XxAc_soY)F#v!m#vUB6MH=g+`MPNm{C#CD!trMaCX=(a;s3ufH z6YjZ6U%qcmLv-_-8!J>}iN!ZCa8zD}qW8An`S#z+c!^TP@7sAU)~<>FbG3KuZE=z3 z&E_O`{*?rEU-&t?GyRFID7cXpg|ruAT}At4Tfx1H{Jt#_9hHz?g!>vSAIOwo^V7X3|=(n{hI z3mo+vlWKkAyYd^&nqc3!bCu9+sxk(Sifal@ySjpfdyb1;0e6|5D}R2Vc0Ow%v3+v; z$E*RXXi#jL@p@cbhlmmX=E1KbCgu#*qUxrlx$Y`cnSW96^Y1D5BjNJ&>rbsjIh1U-Pzmu9LpB1j^zX?|%O})|QI}h|eN{S;<+qX&T=^rM|Hiv@_FQ z-0LjwKMP*W;v4)fEnTeV`)47Hr@iSJ)jt!$4`QVz6cm>j#zJ#J+2fg*PsuKT;rL)O z$T>g(-w5avpd4`|^a~PiI&qOEfK3ttlwN))2UXNi;6gmo5D?%26Un<_F4+YA*2_LX zh||B5em3)a=+*RB;5O0kr@lc>xbz$3M0n^kzu|VG(+BRG3H^p7lo!gC4LW8B$lGth zBEles@@b6;1}z({KY}3SmMc{EidRC@q5zuMIvlhYQxqSen-4t#@ zg^NeuG4xKgaG!8}kC~QB`^x3h(reNnCLrk?)c%h#BGUk9u=9%c|xz8w=FR?fM!NEFzn4{!H1|2#Y~u{ zP}RLwD6j2KfPpk;7>{_%Baxh#w>ZXpvO&+2n8@G;h+~r=PRQRqygP?C;@}g-gTNN| zP(SI`Xlo3;6hk%kD^VY!1FO#2(k}n1lLex!ixQM-}(x`;B~^i24u;W3G>+2a7suKQqajs$cT+7ZU}D4pzzcz zEdVcu-Q`R{(e)pLLC(0}bguHMS#v4l3c(lW(wX-hb14>L)Tb>-uXjSD%$!WY7nq`h zDw$F$G^>Kcno_|48!)5JUN)mP^-3e!{zn&?oE7}62}L9PKbufD&b+w)KTIf^fo$Y3 zdP4us(b;zl;lNoTEMai_7{|J!5I{jrfCKXtO^a@)U>ii&pW5@MXwgeK5(Fc1ihwS% zfCvb?8ItIX9+l8Q5pi6S7TFNqUo4!~BOAa^+!BjyH0zNK{uZe~RkKo^i_>)Se=ZdO zinn3Rx|}D@%4x*!mNeDSV-5vm)KpPb$C9(4$EY_7%ff#9g8e+aj+0xCnT$3D4e*?9 zzcbK7dMHb|=(0GeD!` z1UsebU?+)C8SGpd>;NZ&=cubx^%#2=xsdga35e@Exq$;!%!o!@LA?`>$|-Sy^rC-P zVfEXV`XkYjU?doUfqkc#srj}_ijaq+WF&kNP$!MAm9mv;K0zwb1VJSn-TDr;NJ=VG zqf*ISciqz?bt!cVmf`^-)YPRom!v75q&h)+u&EG%hN=&3*y5ZnI}%YSakCnWTBWiH zL=Vnrb_?s0iQX;n8g=tUORT1G)tC6JNqiO`&tDT8Z-RI6-!t$AAyZhw$Qy`Cm{2z` zSy0liv#3pbo!@3&r?^rW5hs$_&LDoozYdj_CQS0ZQkjP0I3=zk%#0q{BEomp!p)#G z5voP62~@IygvjOw$P}WVv5)u$r559L!5u>|ifjs&dqkX0NzlO4;mcTNHsKxq$isCl2UOm)1xzUK7&#oH&AG7d5H2rcvqfu&y8v6b>=!Vuks2) z8}LlE-U}J>?<=gQO%#D#k-VtfrPcCqMOn9L^IjRiyw8T*M#WiKo&}L}@VA?-gNQD6DGUyYqcGmo!hXx zb9ZM$s6MWKxFN)iG=vaq%y$nrc$YQ=f#^Aks78fLBPF3nG20#L`6?aJDF>PYmZvYE z>u_IDsi|m#d|m5x4TBAX0F9IshSuoLzhcLlu|HYUkgo;YC9^Vose&08or0_snWXg= z+lkJamTx&)O1UIk)18R$QP@|M2)WE`}ux;w_M|n3D#VJyUK2NLugWn@08eq z6(J=iA0vgOi4ap_Os~=V@Z-B~lvdBuUR2=-%km?NK!DchBa@^0JfcuQGtZ7j(*1cZ)bbB+ga%%zMZAr~{O1Q@ z`E2<h2g)K{tP^v~V}@zx5NqyH&OAd!D+AmJgMo4{Q*t6Jckelq zv*n1j`fXddHXWeg*87bgRO~nmrs*9M#H-J^^+S04drWVJ%!pFu!^sY1G05+GMyab| z)HlKp@`G)>Z)5E(K1ZqD>Pz$v`Vu*-)xxD#SfT2C-zOer@38k3cl}MikEKL_7Z2Z| zQMfFBLt17pdkt0Q;brhxdy_yX-aa;JSN3D5)w9b$QE8fa>lir4w_ zZ!?rrZx0pWX>TvW@6Vo9ifl?z5g?oKwUxD%tezo-9wDQ(Dbi@j`PApEF&2Djh(Rhj zu5Mmo{U2+`s3M;%rsm_qq9W72b?Ef4>0t^wM@x1r(>k?OaT|@uoKZv4vev7mZ!h=d zZHn78lDq`YZ{5D5x^rBgKy}I9n2dvI|uC77aBLdEPo%`m(kF(~{)VGEj^#qt^dR7I=s3_gB3eD&E( zxd`^?12k0-_1~)k@qEI(+7uRjLZVI+&v~2xr3h%yv?~+}>Z5Wzrql%OymCB63y=;R z)4$g&V1;!aszEnAnhmS2OM>qIoIa#T_ZQQYK^u zbfnOYgrCCJm@wFa?7ns@r7_QVM@mP^gjLC^y$MkkJMY=CuDVDhwge9g46V?2lu$^H}owkgNK!k$WCMgEEcvF=b$V_s% zx__s8bnrc@`Gp2Plc$wWAX#$6%xE4EwVAlHs9`x@0i31-zMc3ThcJ&z6%vKSEa@Q2 zxCx~c86~Ra_eiHb>Lf2yen)C57YX8bq+T_e zCEg!f$Ej0@ar_`Rh9>`s9(+@ijD_;t)ZDa3)D-z&gcF{Ri)b(@1< zNk4(6MqL%oKqzbo8(^_~-G zVG^o}EuN2kSJgIpvo+Z^h9uhZ2h?ROoBB4{9--sy`NCd+QiNgQkQTYITXDJbtQO@c z5VRacZZ^LJe=B!u9&@yQ$%nS)1oJde6M}igw>Out^o0IqiSocf>yEw7^EFC{N{Nyk!xKhp> z3}yyHydfCf8`&EPG}d>V{R=%2y_d}?@~ z25mYTD{Q}{g#GextWNoVS;uNjX**}LTJ$iH^fOIk0)R7%4rUMk3ZH?{#;*`1cu(t$ z$?$1v&J;xiSw6Y8dk{QL&2^?xirpLHCpfpfFK@ zuyX96bTO6juLVBhYxo)}1wAE&Y1#6J&e*USoQH9G!OmT*7JkOPi0o^>CP3@Nj`)ZS z4VY1%Q&))#vT)|wCo*emcth=2?H{L=eO-<+32e>I*{iiJf>>w*Eta;3CmyKR>4i!K z=l{e)ZOa4iXbP27VEu=ltdTR>NM&kaCrs|`(m68rS#Af|-X|Ne7%`U20id6Qb@a*5 zv~?Fsypo+6$_y`2mQj{<==Xd$oqY(7 zZTj$27Ffe~E?Zy?E3^gX57Ba%vBG|im1Ef=g}OA9FPy_6c??(i_n&~BjV5bvEKG-6 zpzojB>~;@Bm&8(6t%-6DdpGn733S0XXXg4^zkYe1!LZ!`yC!9}pFMj@S1nD}Cbe|* zpPbY!M|Uo}&+gi}7BhOQs;b^za4g+7YeEl6OfaE`c8n9Yi>9-*QlHSlFMsBQR+@rI zWZnV-`Aj@3w|Z1KErYor##vz2kN611u`?RghCywP*T0ZiKg1gv5*xlVJ;xhVn&Z17 zyK1$)Xv&$=?6XgW4SZ%saBBAwes18;aLZ_2h)CoM`B|V7j^zbm`(EZfN2lppNJrp? zYH9)oK(?N57J5?UJT~@uT1x2h#R4GwrK?5Qu4Nx@Am2*cv#>apTyfFlh3*60P(CXo z&le&gEFJcJc*Y{aqJc5yoL(4MHint0XL^VC>gnGHCpy0OX$$A(%NNdrpR#cN6G3>& zS<`f97my>E8*<<>(xSmd$?^2X4J&DV^))nf$}EpfRsbEdcd>1kHr_46p@{Z-Y|P}A z@jtorEtjsox|-?Lhd;h#^@ZwYuD;Msm#w}~_EYfZK4bOW_|44Bip6krZ_H@&0DsGWW$IWovRS&Mu*d7F3!lc@xP3PxP_G{*f9&{tW@17 znwt7ME&+R_&9o+AUt&L*1wg=Jm^PC?bNa(lq;(hDenOcu7XYn0fZwMKSs~?evnrIW zWw~b-0$|43xiUS_D>a+S#Ot_`N{jA$vJ9XHuylthNoRsnE;3^ZQT@F!-?;NaYC%hi z8YddSxOFEY;&7q}q^aC=-sE^pz34&_2kYf#axM?$u*!;1{+5>vtO~UKSg4omYtW2T zC}ACb0L&3O`?~B+fAL=vuIIYSjZV+A{!OPSpXNVov_-Ny-w>lqkh6%1-M_|c+p;dT zA->^DX~bUAzD&y9rd5d=t%0M(brTK$rw~1#6OhP)&1@`QJ$d>ttzx<--k;ZQrglp?4=HG~zewiNws-j{!pSi-gI|;U#vzkRHLZkq&yrFDLlV?`3gKDu87C~#Q$XF z$I0C4R4$bqjK{-^P@|ug+&Ch=r%XPpKFbFTa$dk7;eR02|FJFdI-=u|Jw;%Y4`UE}E66jWOd*^nuKqpn=C!yl&V}O*l2p^f{euG^mhAG{3#R}DKmnj*XcTodL2Scut=l7 z6x!7DOPifrX44CL)qJRs{JI(%a(I;~b=4;;#AbBTJ?;aM3R>4dtB{fs64fjaU`%L& zTqtbwS>|m(r93!BHD6j&)|7kF#2wY}pQhr5aWYx>J|tI*n^7JR+}ALPLaiUSyy6bg ztvzCk)-G~PpgV{&y|xxO=q_ddd(@58x0)Yl-s~Il9mLF@MrcTR-cV#jBYx&bl!Pq? zHIL6$^PKkDL$Z5IX;CT2RDCCkOX+*UEq zV`w<(Ntr42{q_AsM+rj8cxgP`uO#x>O5&aMt5JlI-r4=+k*>MIu%3Yu#`Pm5MKnuM z-xvI~E%}J>X70{x$)-U?{?D*~DZ+%B;;d*{=BOCxI#J|Bw9#g^RzFvx z32o)*BVqbbdU$9}3Amc=l|t96=c|1etK@kA*vf}yl&`5%$L}b)v2b|AqBJf+`9j^n zskEZvnKJ`@4!hU3I{S(oIz+0^C158DD z0YFwf$V=H?+{y<>hy0^k*2 z+;Z;HU|-!tDJ2QmStpSl~oHnF~V;GlSse7hHN~JH@STP4;o*s@s^EoJvilg!f?(5f5 z3B=ra|OA%V;g5N^kz`yOW5mXf2?6KHQ z1hLc{JVMf`E3ML@ZRT=ejkg2Fhw2q(ICk%Q5^J-Y6PmxGId-*Xbrg_zgU?WF23JsA z(+{y6d*YEW!@Q;t{H`IlS(|+Pgqkqb!FER60x(AxSvtC_uq%6}t3Z(|Vf#)4?kw&v zBwNVdY0wANACKdyWw`SP?W}U1pU{_KPkv9nwg|~5RO7Gc6V@B*7gAt^#TN5~P<`Ue z*di&o;KgSuwWuE+4V~Y)Y#l~ttwX%hPB1(kiR!0^br{8~2@?JE>V7qA9lm_!b*N=9 zDP(^|h;`)0Gb0Ir436k`r>?TDQu}&+{q))UEX)y&EggTRYNsMmSrtb7nQ|rlrCh0t ze+ey+K1#ttQPLe0%pFroP?_+@KAlux$Dg!son9I(?>@=x8>i6km8X5ztbk#%?)Wl` zX?B4nqFScqzr{LWei=**yX_2Du9_$ zzO+XxoMInwfxrhWI#2Ctr(GubYON70oV*-02fM|-3bGSS?z0RshmgLl_yZFh&2_<} zMpnUMwDLz;?+9@*cc=&@=jnVQ8bCqsc^1(CLW06d$`z91N~k#hxl$8QNHG!Pyu;i; z;3ZZ?4*Njbjs9~*4ojh__;gdM?_nf$)jsuKm9z4&sW^kk(CDo4m5)j+j=)i2f0o@KUX{)d@Ed`T^^S=u6Ar*YmnrOH?>&V=L6p?b4^Kd>2#ta7k%xGqN+ zMVVQu!&JA3tnB_gH4JPmlIr41&CM2DeN}nm>%}L!U$3vE?27cL*vq76^C59SSP|pV zX^6(^?|X&bK#_bMz%6r}?sA*Es%M~tct+OI=ja5~;WQ^Ch z&yPX31-LRZ{IRcpA0UF~PxEe1UR{CKeYh3(TiB70>fz2eY^GK|*y1_h;7i-)?+uH~ zs)D)Q!V3{Soh^<`9mQdcT;X2eN3%Wo3fLpj>uifW-u|ZVuNBU%>ky{d`d01Dv7O@Y zsg@@XfrF`il~LaZch#h&2i6xqcZ6ygy=PBUS?p!b7m_V5C6h8fVs_^lca1M5g56h> zoaF*lsFi+1x2--xp^1+5TT_|o(fcj$yaP}4z9^h|Y9Pauk<#_qJ8AsFULdpt?Ieau! zY4IuHAwG}KJ23RrFX}T`cfkEA;Uhch3jOnKZ}&aEZBH5T32Gvl(cW<&w>Aa-82oYH zSVOcfL_#}Q)_wN2Wz7dKamjIp)74STazr;&7ncg1&Mo5>>lhUskm8KFFSC$soHUjmYud+yCzN+XYu6y-DG%!cPjc#5 zEFcIiciw_Jh@MZnk=YNTr7zv$qK-O<^TkZ683Zv?ipvwoz01Qh}I+3K5(!h$Wl6ByFSJOFq+ z$5IfNVU?IRb5mF>Q*LG?0_bUC(aGzC@3)q>T+_dlK8LeUoin`%T`iK3$V7{b(82j)l7(4!mKLSH5 z%6u@8bA5JqzRzIi`o+K(2wTt64T+#)cBRUR%*aY4Afuc}#;tBUYQ}BWOh0qHZpx2i z?#ICqT71(6WJ53d|Kfbfk%K*-c76NRbpz^C2_pZPNl%mS>fY zNTZ~nOmn%OM#0&i)~1y-cM2u+clm1QtS>3U!jRN^WmlDUW3ty6^hL^+uV{0VYI7Ip zV}ku)wo^LO@cwkCH24HFzOU3FS)6Tr)AaOzv*c~7g)J*6!6;W%<#$tyA(UL5vAw;q zf;(xnegNbl*X1N+B8*HJ-H7;6-(r&_%N=C*Wq}99VTbCAd8`*osTiO%N%+zw-|rdd{_$pD9Z``;2@gChOdE zqAy0Q>`n{qyC1M(IK-u3pex@9jWKzPxyYbiYeY?Bo1NGvV47EEF&p2X8Vb8gPXy*x zB0@J^p++g2&^L*F0mfJ}V+I)mqers>dUA7x)#wl(a-Q9Mymn>n0{&|8OBwR}tMZSeAMpn2i)=E#qiHMD-(su*PE-zkQ?s9_}>d zMEz!ze0}0g76($(PzthByv0941aWGOFyWo>p8JvKuv59F7Dx~L4}lxDlOC-E#glvM z^0dvp$+B# zb6p_5EGli_7FvnK+Wnu{s}K|r*ED@=+vhD#q;DWfPQ%V}n1K$kRref0C)+>S%Z!%B zM2aE^h9i8~$ZVRDN4 zd~$w~Q$7-ipmQh_F+o2Hj{;XS8U8H{-p(quovZHcv@m;gzwfyC5TQA?{9B1X6CIyj$@xo=nXw>SqYn%{UwxhRe*gPMrh%3xzWp)tfn ze%ROJ@XfU#tbLlBFR!*ZTUWa*LP6b#05JHuineMH5^TA3aGNJ>VKAw9A(#uc9U@|m zZQKU;b8s4&7*e}5>U%zf2K)4=^D(z9G@c#ZqC#ldWR6ed(S!T-cosqkpj3oog#3r|0%#DJB5 z!Ua2+ppd_h6|2#pXPvj0#r5J{C5RtztEtdrzVm&%OE^B&huZFdUs@~t&LY5N6S~+8 z0d#qVfzRP{#8b)}8T@^)0zK+tkLppeN*5BaT&*gVxe}AnRpI93|0+U3q{CXRDfE-o zuYv%|;q)w1g)&40ZLW0HMJ|@MdgND7=;Gv$3Vo#}|5ZZR_O@2kbgNJW=<~zExqt+U z@{_bDxXSJBOAHJDl0=?4aSUzoy(cujbBMsf~2l4NGSjra*fUCmL^)!N=J>3h-wyS|mOA;cy+V4!RHe}ph01#uAO+VV7~NMP z;8fAK(o+^buB`O5cP=5fKrC=)S!|ElH`ET#mZXIXrF9FXKM`zKLzv$QM}^i)-EiHo zI4ShXH`^UbjZy>8@jfA2$RWxF)JWlDex!fc?F7+#{hF;uo;zpUbo9xjvi4l-;GuV{Mziza56!?; zI69VXn-H$6A4nG?Oqx)?XY$x}5h~HcabO_=;GP2Jn|-16V&DMUgs2-_?N_(-Iqi-E zht-y8+8a25QR#FU1E|BtrRNtOFRs{m+J%}A?>IjRTCR<(yfxz`^nj;k6zB-Bect9x z2aknb-nziOL_NK|j$1D$sFRvVmFi@27IhSL$GhW|0w#}O(Uw@u6?>j0r|Rk3Esg(H zX5?0D-iT+Rd_irt*q*(i-)yz)HYoT{BH8iygI&LCzRMW+5kiP2&!6`_vTLHXtA9!R zyF`EvdSpDRqk%s0+G=}+Lrw6nYdhyW@CH$#kn9-N$;#Y=p}3|`cC;2gpS$BpsvZ#S zLc)OAp=HNehTM$D$NI0HB6G}?BE1jV(XS;YLPQ$gU2QKb-#eEaXCfPu?rnTOXs4tq z;h8jniyb?nckCV6d!)E|W%0IUoA2>{u3{^w5O@4_)0#2>!JCin&F24uK~l2Ctj_0} z$0Fy%{Z=Da+;cCV&=PGqo$=eAQGI0T8L#pY^)Zul#>t62quvL)$2==Nm8j&7bV6y8 z^bPmD>@Ez_`Iy!L?hYuqMtd>g~E&23Uwv#%y?x+X1?SI7^+35 zmNA7+I)#`n@J4%L@l!=kQLj^LY|E2`uTNpQfd86iV5lfz_AM|LDN}(FTEo&2TD$Uk zd+K-Z%*$JTr`?{O^xfN6J+SyP6?>>@bqdm^~T;&8|5A`ZFZxPkCN&aDol{}yemZhdLh1KdxRB$HtQen*mu z`Y@vnRBjzW{Do`X>I0Ty&c39y`@g-%a;yWPu*8zvYyV1hr7T7WT4 zFsH_nvwRQJD*=BYzTf%9^xE~s-Z2t#Z*}qhSJ+L*^e*kU^hmaw{#p10e46*amdNAs zI0ewK&QE3>DQSCS$6QC(F);AEc6i(W&YjuX|6~dyQ^4$O`$NYF+#PGR@RU4#CsN#T zfn!+cwD9Q*u~L3fY1vg3oMXn8q|QYkU3h2;Eq2J#k=R17@ho^W!zal$=580s2M7WIOztn;RfL_y`XR1{RQC4{CleR?FdGL zQNF)9&R({APFXqHxf=O7n zsMvofcu<4xL{W959KYM{h?HZ)IptliuHiR2BkLR1z#0H<;`xtPZOc^0Y2N+`^&v&B zrib-P{=leW!13!=>tkgLH#jP6AitX@dD1o{zsN5-yO3ah>Q zc)K2U5{7Z)c84gygnMnyddC5Do~<|?trdbtgM-0Ae&~e=Nb8VaX#Z>TUH}nHj)hjx zR9K0{y-{5f16t*?XRg=|bLwN0XLUt+D=+Uaa@d`WuahgSX7rYARkjoFRJbZOV@zNr zp|Qd~*!G=b=WF)eAj?_Zd|UrOV4xZ%jj(ZmbBbu;4Qn7;B7IA&EwgU}dF#N*JxSU= z6^_6S4)?i~1zi&_xUH@O$IMUNRlUjSzN&D0bBV@;4irs zStYlTJLWy4{>PPe(de_@G ze9t}J_VhC*E~zu3t!@5nVfV_-b8Np7z8AQaE9BON=2zH^Wrf&rL9%+vZquSaE;KA! zSmH35&_S6>ADw9#I)HzQCE}70^{dEPQK|q5xhZ2ERILBPADj+UGnLG*D@2fHN+l;u zsbpm67Fr#PW4L}{727v|9iy!fA2uOi0#aC%;IrLDuG(O;SK6Rl^VB>+RqvBl3b|~o z($)3F6R@u@fHwjt!V?ol2Lc!7GgJ`zp_AK#Y+G5m%PGD{x(BFCX}ygmE2Kj#JnOF# z)+vu;byk4Q2P>lb3@HfV1mdsC(}8`4=^`cHQ5{pRQQgSLpscteF$y`ITk^5J;)FxF zUpXLcfUV|TB(-o|>FQnnY*70#5hJ0zFnm9xFW4O9$e_X#wea}b*usV$$YNQ-h4E8eAU_?Nl;T| z_Q$0Cr9geq1PxW#y4)6rQL$)~1`W0vqL4E;v8O0(sV}g_1&o@!h}M_qil zc+Z=7ZJ=u7oaa1!rX3fdvR$3wEjumh+W(iecY%wmyw=8JZA)xVOYDv4*B%htLKGOt zjU=rh(JF~IQlk=EEg4`kOan7GGX&6D_I=NN0|N|~Btt^Xkn50WLM|E-dn!@e5?fnh z+fPEgkl0pIqea`(@_*LevuB2A+jIWE@3(%;?71-e_P*;~>sf0(3oUCL?7-&Qi)fl8 zkH6VaYqPfW0+PF2Ypm!qc1YUcBhCp=>8Nky!cvfN%w%?zPZKUTyFBtYAu62Y-yR$zS>e-QEd}H;Hq}t*qY-1 zMELbOr)A4kY*p|MC`%sXH|Ts5J_)V^_1YgQF>Re^v^VCBSox#2L;2!|M;>ljbp-s8 z6?~`j=@!pyN3ccts{`p>B_#cWdt$=^`QYi_ys1r)kEocvpRruIw$Gb$9fZERi- zDu-93mCqbQYn{Hgd-lE+={;oAYo*lZzPrWskFVvr-Hw7|FT_Lx& z%4Wy5Dc{>d8qI1FSnjbcxdgvZBChg2*EM&`cYIa550u*uH|{Q$ZG<*&pE3<95cgvB zNuikh>Zg|Vy#sUqsn!!;3k_^LqG~nAldc1gWn_Dfni`C|R{EPw6?^9TLy`f5(9o7) zH$6See`a7E1>?8R>ux>pwRt&Dp5FFbVYcAj{$Zt!y{i3}+qV%e$JYl_G}e&l?Spgg z+JW(YvF32I{8#plXQ2XPDz$Z;>nC1Gvs9lMeD>i(XOv&IwR0C+N(cuf;cacOQpD`G zqP8N6CW)W!D%|&yYrVJxfnlPLX2y_gcZmViJ*?tlp zMut4Zob6a&*Y#Mvr{A&39HE2U+zqDSX!t%*RxSUw z3PiM5X*fhL;SjaG|A{*H-t^vd?`0K*DDxVgzQIi}Niw-8p}>Sebm3ak1O#YOH@k$EivqjJPH2 zdS{jC5*94>G*+)k>-a~OElj+&OE7mFHhu;4GJiouTJFOF@jf%(cwRLyV+(_+l3#1j zd&TyqReT&NHE~ax=&3~ye~e~5V`txIcVDr@Q4$UJKzxaV7Z5{X0N<&}yAIB;7NBt7 zRV}z*#H!?-rabnwTB(+EZG4nkc*W`kPa@$%Jgr;8nF-9#DLkuXd24B&Y4A2zYeip^ zA_P&gzi~y}l9?er?p_M$acLCDQsqC8hep9GJr9k0@cY6vMVz$sN@1EJZ_VoWwZIpG zEESK4sq_{7N9ZeEUr|a$1J%9o#hk2^;#H}-BRpekRHS#3_jBLBD>`6!BVLHesdiIYY;c)*H z28icY?ihR02B z9pj3&j!6$~ogk&H4-dM$ovF#CVw~e+Vz*_U)I`0#=ko?(OdVrmTFJdIwr@}vg^x#K z=z4F-;&LuKMuVe%FD-|jknB372^W=)-(d+hNn=FKg2cZPB8^eMif0loDqLRc1X$K(br#6(Qqz-*l_gEUdg zJK~xk4cTIrdfA~*NJ#(a_u51XLDy6}%90fo-Ndks3n0HZoJfZFSNX-R>#36ivQr#X zA@YXF0pnL)i^eH`ANT}gFE_!Qg;RkHnDMu|=BRnY!Xx4)%F2)es zV^@eD7@d8mxq%HRs$nV+117HtJyqBr0w=@zhS@A;S9q@T?*|n;1YILcf3X0;sCg;ept*59Xk{+W89z z$s_|!=-2=RS?Q#%oNPV2$)7Tzxkxtu8r7j`b%6*Emcb=7DXgpT{z={~AT3rCAzik4 zr@T{yZeg!e%RADjm<4G$;xzk`?%Wm#sb<%U1Wa_=(Mj9F*t{!;T}-Nj6Eoxeq#&(7*@ku0VP z5wXwBUs8=t1E1$t+Yp#)wl?>qHjivQ!#pOA+P4?nCaguKP4i2_=d`OUjrC4)OqF*I z(}+BqaCTj=Ul|1(r7C=h7q%I>U*d1e#NTCCR4Hd~%K5O-v7@TY8J!9a@sm*GujK?! zn(Uq_xtO)d#ax+=-U0S6hGq8zp?5qYox|%W;G-?8SXQ+oJ7u*Gq1{7Q!P%5f7jytc6QN|vrP?`rS<3%Y&8O84hx-mu*^q+ zGXJLSyGU`xocs&58R__1d!!@7wy|qnaFwHd6{;W)eKE4i-rKG_gWHA=|EOzj-9ScX zKfg^4es{cJe0COpQh2!Qo}2^Ro~zKGAVl(1k;y4FS&>)D9qFBW{69TEVtQTIHp@go zNWu@{vD@S<N8Ap z-+=#Y@2$sgu=-aK{~?c{T(2SUCE~32f1Y{=g;uGVw^`4c`3vvxmjWwkMf3mJ*baU{ zTSZo7&R?Owa-V)<|9I%D(YXLuovzoq7E=~&JaTsETr6-_tJzuZ3$U{eX6Sa7`w7pl zV7@**SN#4=`9YDEK+8{R^c60Yh5 zj9I7c0y>dWhil|ayl+*fe&vvWBaMYO0{qk|2y3O3xr5n9eMmcbmXyuj#-+)s^$%&A~$B8-fE}D zOHK!Of?Y+H4+)T!G=SZ5Zf%v(AzyEF%C~vGW%uSY$JBI{i_ALj0p_$*Gm0n*AOt)L zL0|6~&1T;jGLiY4*k=*xnJ=za@gHwSxtY^QkzI4R5!Z0$@^aTtTpNhYAqM(Lu!oy_ z>zplfs#;cBoad3>ZQ3Mv%T>%=tBK4S*f3OOOHf|$2&@|S>E?^}mb0dDHXk~+LeAis z<`2B{NvZG+m)ajMm*#fxu9ss>qVZB&ARKwGuqSJ54(7v}8k@B}zkP1tuhLrK45A?& zs~rAL760PTQapk=4RR=W9(vdzG~lqvH+5a57II0axE;&dqTHHTfZnyD?fv;2Qh0)55S6YRiGmByvD%B@JdU$mj;AtX(v&^iyR9FKTkru#qzBH(EHcNHQD zUP#T%?TOVL#23@^!RHe_CvRs;$xq;?_$hi8|M-zci7gSb^5_6&nBX^k)CB*$H`NnH zL%;bHQ=tTZ&1zLs{eO6~WYZRPJ@a3(J&7`RvH0lMc6|D1>W=iIskFE+Uo~)`{>d|F zk*bc(GkDQDW#?w^&oG`iwSRTa#SQX! zy^%fl^bz)&!|M+kgf+suqy~F8X^7K!t+eFWB~i>dc&!y#im&iTYU&QJsXIL9#2+2Y zGFm2MazR~<1B3BeqwIo=n={Z1?xu_dEu$@?v>r>J%cD{TM3L@TOCg7<>PF9^)-O;3 zfalt08!)OnI5XCaTCA8R`<{BX2#3(^zP;^Q+cPinODIUpPOxvmZMUD`Y;PGc!;mBZ zPIpouzPX$wxUPm>X#^XcHTV-}_gpp6fL&R69(gbt%o!FJIgB-}M;vV{%1sqUrNtd2 zh`;U6rZ+o*@e4m{pC<(18efxI^v^ zDL-!ZrGODAMf_y8_?dZR71LR_rujZ;+u;2SI>6b&y^X4c0ixahzdiZImKEH!+n2(r z?%Hpt-J1n{x;JZY7B|BE98r`#pVt~Tb8ol((e4R$E$I1T=Y!>qeRu9WAQ^z#n5DeP zIoKjnW_{-p{!VvP@7c>u`Va{dp79O&hR9Fa715%Ld)^*!o7lOeCWI;&Ml`ke_Nr66 z@6jA}Q5o8tio`I$g363vz>Wgh5rWlWq~o?b^Hg% zio80uz%bsR1KKA}6 zPWOxV>m`2T3Stv{&-NZLeQo8mV=+DNz8b9ok*I{u+i%(I>e@QF;WB6#{vqxs>t%U{ zUUlWt=BhXrpQ{}MYKa*zIQ~r{JG|(0ovyA%1Y2I`nibhIg^V2ezp$dBbYWcg-o-&7 zJ+Y0g1C&s%q+t*%X-b;#W-BtdWT5$TZ?o0Z)H#9vY%($9)x?*N{CU&}Ola6HH!U`0 zE-$fqj(I56`z7zjN?S&DofT1Z2O@6iD zscixlym-XcQQA>T7CeO#=UtRm*;;Ov`T@Ioewo8Ic#DLH1AqiH4!ces(?uwjQ8=*n z$x%XF*|0d)c`HH@DViV@k&?Om9%DyXNFkU~`1Cw=4kLr18m0m4LDVW$P)1kY^L+y* zHQ&iQ*Fv#-?`)$t-MV#^ZR^>Mrbe=Lwx;M#gKQJRa?R?>L`d8ltqg5z6njE{R&(3M z{G9VGt{s1?%wb;LQEKk~EQMMn7u1M#56+lGHCOptUF-RI+;jXI=2pG|e+;R%{!JY$ z+v)u+N~|mula$RF!}fRXV%SUGzwZtMA=z2HeTak#l`@y#QD^5)+iPrg<@ENwfnPTN zH}7pRt5Qh`DhLAppfv;uw%T;z(_3xm2%D2JKPO{RPDVj~PR4@#*3s5c>Q-^M>F^`U zS|ICaLeZGP9SQt$eh&FXT(SHhYZsO=3n#ocw3cJ&|0(i0{qj=Z9X*c zYVZjy?GVl*Am7gH;A92gn&X>o+10NG0Ra{5&epZHr^v5p!j<6Je@Px(_5T%9S1j9 zs-6BzR`bx<(3p1RxhWZgV)HW;B$6^5yxIERma`7l1?B2M{H1c|DLLDycW~@qr#AoW zuidsQFdP`><-qfGyFTIhu6LMb3JE&MrP83TH9EyA;VWv0YeXHOlXM}H?3gAV|o7wkusF#bxpuTTJW?`cRjqJyA`#5)ZV-jkgOe4mdTbv@8mr zuA@#VVgqF=X@c}6;K(Zh7!(SHYPJTRL3fHr^_`GVcw%VgX8KfGeKgd5I2M5T>o7D~z zu>9`R^8H<5+m=hKH}t#^GkCVv8<~MHmT}L+{3dRKdn;#aYkz?WtSk0@+qU(Z2Id1h z{(-h96P8W7R70=^G9Kjr zLYnbilaR4HU1F36bw!Uz&A?rq4r84YdEwAYq%`@PP4X`kr*gCW52CK+STzaG&Yn}| z5Vt;$EE6&otGRW7OTdA!l0bdcvMaEVaH}0T(VLmMl{Twyg{^BRWo^4xQfa`x^^a|N z&Gj-{%1?J}R0C{IPl*@?{v25@7f0WA*jzmaW?7(TO>8R*o2T!awXH5^&zjy3te*dl z>7Nc@Hb#48&kt=Iu)vC^8vAN}OMG)}+@FEfR8%4K{EGY0t-CrinKPZA45w>~p?C8U z%eIjnlbUcyJl}Bs-1g{`MNby-^+IH5c<8xMx+Y?zJHibMuiaxra><(wLcYUa z+Y;(FYjI4_m{fY2nK(XzX|d4rd>zbR3Rpu8C(C+ayluQX73V|`qm*5^Q!~DJ+Nl` zQ@(4xUqEHS6x^=|TR#7mbf(63_z3E%jFxIgo6=HD;woxW_%gZvjwdfVcQmz`34B!L z#)aO8*$du!60D=2kY@?Ayk*|+3)i7YvRE=Bl4ACyYI%C}$c20*-KTaPvDG_qyYm6Nfhg>B`hJy+VxwSDkdxP=m z(>ddVXKIYwK6q+Yo$1JT<25>xQJh}Vn z54x7sillX<7QW&IIl9AA6G5|n~$R$+gc%AsNpa0H*@34tevNw z>};y%ZpdL*3Hgyb**V@zaNF}v+v<0}AQx-@dlzP!srAMR8}H(;X??)Pt!jOY`E$LI zn-yFlzaf5KtpN!Sbrg|MK1Am7mD`uLu4o?iUTgIKT`(#P^U!0af&9KL07{ItZkzXP zRhwDOPr-wx@jotQk=l^IM97ORW;w!!)Kbv%eo8;YG@zysXJo<(0j8HJI9THuS>MQl zNeC4TB<8vV5<@1X)*Dv~qIuY_0E>Y~#}47~NB1Bb#B)}I z)ajAQc3p+_rm~WLig>5^Us{=YT-aGjcDpL4R;%&XjI4*PSuNB4&4k05*pqOynI&pi z^N*B5hEwuOS^S_-qzU(^1@)3DT2H^S+KOs;WA__k6tY`7PykAsN2JP^$z#ljJjy<9w7 z!(n+m#2zZYVr6=EK*uuC82!jBG@d;$0{Phk&phhk{BIm9J@nMUGA85b5I?3$iM(O; z=ATfQjL(7vz@jJz2@_D_2gT>UaurXV}YR}_aE(oQ} zIjfj0KE$lk0h8#6CTNXaZ8aCo#TA(strb?sq|LQj0RORKKG-*vsIw^ho)@*jY z+=42TXN0!W<{|W-AL8bLql`UAR`$M!RGqvvx1x?Yi>&H%?vNB=Z0->9GxkmIo0i8S zW0?yhzmJ}aOvU6~hU-u3|Kh=G`Vmw+luC^;c78@0BPc*0cHEd)Xm@BC>WCQ@(NYyp z?Bf*Cb~NM-d&686xbOmpXT8&U+} znlm@3GYhJtA2|6(vNV|AC7^RqZHe{{cZ~M%Nk?x+;AX^^+E)bTN>(llG*V} zY1>I+7R@;y>ZJ?_wJ;ZjX1YBq?cV(1QrqY%Am@+0da>YoN?! zkmq0+TPp(hdHZdLuCuc>!6CT}IW^PV2Z#G@yBetbqdULl_wp;=Ih&E!og}aK*2_T2 z*pM)3ADFx2DOxGTS&FZ{li8&$Eh+?n`~lA#ng{*8+`@LBa))sPv#uW2wqtLJCVVMh zy7$gd=e90zdxEorrr7K5_1h+lJ%0#~g~zt;QJZ-3Ht9rsT39I2nnhCBinNj_O0sr+qSFx z4ZhZGD}0}2UI2(3L2=5#ulPb_?W(1E8!UlU-50n5?`MKf2w%w?-TSB(wpI>x3^~J_ zwYdm7h-Y(#K6G%k(h9UXZwZxbJ-Th#_S%*ShL`W>mS~|_{_y^{cig}2R7Djr{&)sL zmhz)Jj6yBUx9(^QG#mpR+!ks+6|}X5f+KAqI+wOkTS!WyM_s^V9cpWD$!iO@g)vXl z{G)B*{a-!&5+UU9nsZtnsxjs|Ovf9x-5M?Om+%HicHbR&ue2HX-j;P1tCz761X;rw-j5oV~aJDvCOlSnlvOuWInGELPE47f?K2A%51{o!Pjm{EaeF-H8 z)BG zR#%&LH1TamjN_n0P9misj{l1F`(dzu7` z&1l!+jNF!k8jy0a1|XVc>zZn&a|1k;_KQ6`Mcb7^YgDhH_h$C_>a8x%^n9%=pqA<@ zhWH6Fl)0SJPP9Z|R2U%xO_T0j{OmA8X(Yy74^h>ScwqrOB}7zY1Lej0PVUd(rwHI< zN9i#p-@EnRJ1+5MThg~+;pIPH&0es&&TeWMc8$4SU5JMy5mH>ZzV>$66?H|~h!~+~ zRrY{{Y()CmB7zhXA{wNT%;gnKzp0^P0xyHB>X5|9R|CBnm`AaTz#fTQsy{`?-j<+MLj369@2CR6)o8URqjkOQ!g4CS#e;R3GgJQ*s6cfHPQ70{a+ubF?`s z04)}Oj`8ek_Ps?^4eVfR*(OYM0%G6VHrsQ9R@&!zAux#crY48yE0n5$;@;M@);ap1 zMz>*OcX2^?ad&YrtRX7ida2l3-@O700s@c_=+TMpBFNHKZ|hta%e~qYTHA6;shyvbo-4-dyh*Lw4Ky4_NJ+*PE^G=1Qr!a{vvKO_*yvMkB*m z-z1}5MQEo2>x|VK!CYQ9P$U)erBbo$2GqkdI9tQ=maC-0w87oCxli1bBQ%0CxU2oR zs`8%v02;6HJ)4>x1_Z8`^6GhXCT@Av#2$qLa;*V)={hZawD|5$(Dmphfs428npm zI;V~OGioMI1H*b#y*S(pmEiwFd#_A50}adtFe85fjcie(t=oJ?ySc6gqZKv;G63!C1-RU-l2OFk=uzEL-@X-~y*E1nyU-T?p@{z$vb;V~A<5{X z93t40nHRVgZlp7T$DHSCwhf~g{~Geix6VS`;gGtHh|QdtGR=5!x90*qLf-2I?mF=X z#>f{7B{;Gzm6Y85I#=M#`>75z#HKbp;FN&o5ZKgdK8! zTT3`o(OF0T>B>{?7Lx-Bx3iFR#@D-3#V;ulc#6Z~unHVCDG^;Hn-Y;y6i^8wTfiVS zc@+^@1skDv;s=4x;|DP99;VL}*`2OE<1=+1+ABt(eTc(8v;HYZTWmE2jjFha5>~>< zV=R_J-iSB>{;r7lrrNvLAEne-O_0g7(WDIP!D&!vo0VbZ)S{(}mKH2vhp>H;9Rj;` zOgJ;Pj*_#hX7PO^co1G7f*&MskFZuDLsNT+BtL_2lWstv{u$vW>RViAaa6raBi>jJ z`^MS$y0X&IIl?vhnp%rGM@Rw?t~4;>Ptya`=<+z}zt)Pf$rE$A2t~=Y6Kjj=CkFB< zo=aTCesj`Q9P5m9Mhfy5FJ7>;Gtykv8F7`NA+0JnpOCkmR4AQK+mGExgGIq2l*C8r z*)^teY?r#ta#R=a!A9lXD8Fl5gY*r1S95mRJOEm#+UK$aSsGPj0Di-4J$7E2sFwi5FKinTyJ4@?a9n9jKrI~}?@xV?lF&p0We!N?V==jAgv?c#tP znF0ripP0@Ki0o%{BT=2(YTmatxAQTz-;|Fq1C-7LY&j&H;jR*|X-;8Bg+fV2EA>%2 zkLHwSeMaLMpC)GXse5hjQiUM_+8>&nd7RBR;hW$>)P$47Q%bMZ_sn=aA4}Z``zC#p zs6r_6O}eJUF&txr-bq{|d>Y@0dvx>U=0D9}uxR08b_kmn*1)>cs+YFRjzb|^G7;V| z>%tddYrU_S8rvWY`Tn?5I7@LC$F@|~>`L`VKv)OylzGZf(ou%i&@sVa9Dz~5(HM-# zQ}UEHEt-q8X`wpt@r%(`m~@n5_-tWeLBZn13o*-!l@*xfu{q%l(X6l|Hd97ePp~B9 zx)SPXSA-bS6EcU)tl3-CJW5+3GsV`qQorIIrM{OWIL2Z5`H(FZ&V&*U)@wRgoDA6# z7cmq|i=%^dPiRb+>=51^B6X7_`f-(p2zE-6_E7w&z>*m|Dr|*p|KzBiBmCWIO1^YK zo32r6LS>2T1>Bm-(Gy3@rO?@8_~$QOxNs?5!jO4}TIry&IU5r3bmbB>hnh6as68q} z$`RU96{#WQ56LXfta&OVllY_1(xv_=a>$eJwLD_lKdo^p2xU?<7(oW~H1zuPRlQJv zJ=Z54-_@#SkESPS_Oj4W=;(sNh4~9ev)5N-F2DM@-jB9SBxVcEkeY!D>eiIH&gL`c z*zYliVwM%^x3vo?8rVO>d0S2Aq^koc0JQJa&s||MXY-AYjv{>x=TeQG zNpo8+?kwyqSTujh!ovBu&w!+FbKf;CzG@QRhCvVkrOz~(21=O1PB0*%+ADg50TE`9 zv1D;(+>()*iFQjNCB#mW<>U>Cle~hR|Ec21;lwyol*A-)PbiAwpTBT^etu*~Q6fW_ z5V47iD-`y2QTU#cDEjLA>Vm~=nYzvv2O%H7&N2g9(2omIUY4fj(GqHuug7uxnpUco z!o;Bj4T(dMi$KqQQ(^w%rG<-d4Gcj8jz!i4$0B>d5ak7o%MQ{yA1uPLWch})ZANj| zbEWQjVNf2@1S)K3IVb=eRmHIy5IZ;ON_VAmX+pg;j3qyfA7mp~)|-+Jrzvqbo>Xj80brS3u5g5Fvq#(fonSImRHV$YI2Q-KSn$`pdG`*ZyQVA-8 z`kIs{wZV;!ajK;kRDw#lzpP?@2%Lf*ExzAA%nuvH(rvGh&N zz|d`q*z{Mqj`grbG7lzGz(!+4jPY=ZgMH1&q7Fuz&+B9J83sx6gwAAKSIlUz?afXy z48(DigK1`gJezJ$=5h*7)?Tp?&Y0`4W0<9hdy>569%Y|NSo^EuMvYRWEcrL)Omix1 znI_n1sj$&f<2G7qb4*~P{Ra^JjbxUP2t|_OOCw$xjN!4XdTA5~(h~QoIW_6PPR=w~ zkRUMudqv^XH1U+sYxO<)#iU)4*EsRZ-(jdfLuT2$wqR2yZFXR(5CTy`bVQF$Djsa5+ z>%1oJ5pCkRvtV-1n5MxZec#$Q*fQUcYZ%{}493*v71Q*@Mj$Ds>YWN1L-G_UE~QMr z2Eo##{g>){Cu@Vwr2uz*aUteJaj+Cek*v73s6^gb>_`wHMtP^6{iQw^Xlq#__7xHx zAqB<m87LyHHb8m2=r`#ej7q^>`39J1r>c|3dxBhgrHeEH1(Bbx>5R%vxl!)F*nHE?fN3U>8 z{9SSFLr%#P^3u%ZHI%NUK@P;d5L+~d^hJ}VxqnE%=3ENC5x=W)5&q*q9Adx=@Qp5| zZVso2y~os5s6>D~q>5<-EhrJ~N{hofu%JY+ZbzglP9Y#50WR>i|JUHc@)}bOG2(&~ z7lw{h@0GO?B|Z;B%H&TPwHmGvPS{d%84Qf>rSl6Hlkpi=IuS0&V8?V5$~(x(*oFzE zW?6nCzFq{&pl}L(lfg0)3esXJlyz@hjzZx?IUh|J=C0IkrYA1|>T-;CEC;J~MNLYEFrb z_Y{oxl=yg$nPSZ;(!`!rX?I^)vw?(MYP2(oxzxv!yqso3;xf3W=)1>;*`dBt+`(u< zjt%SgudnRbaPrMlhVUA)};%3K&zcRDh!sulu|Uo z7*Xm#Hdhh1>56v`lHH_>5&?pfC1kNfLY9gvm3fPs$6~k=01^yl^b<)Oo?25JGcQz2 z1Cdg72mg-@3`B-!I1GQgVs6j0#egPqHJE)|Gln$Rsv(NN6ia3xnx0qVrh_k=GcyN# zzw{v+iYoQUzx9o|CN&sSd<9Y8iG;@YO(d?edxSlba936o=-1o*^_W_TdAeR1*Bm7@ z`UMxhOll>dUvKsKdOMQdohG{OD)^YCDHV3qU<4jT*T0O!|1sBJ9%c|5BsNDtj&?iNtPZj~GSgZkP^;ekP-THBpc^)iHc04dz>p$wF!@y5E z3NrjP#Da{ImNNYqxD@v_9+Fb! zXD#NczE9BXMXZZ5Pnxto)l#JIK3EtmOzfUs1@m@r?shJhHip?t5e2SC;6DXy*P(KiW<4FhNo~CaX zEL^x?K6ydSg?)r)#vm>Xqd{-{cJ!H%E0v~?B3L}>$_V*Fbk;&)q{9)4#QYy(*o`Fl zKe75ctV7tUhzupnoFL#Oip!BsOdKE_srZcoCak(s?jmT zSc$%Fgl2+Ii^>1rL7H?8iE+$1gPkglX*$`HDnS3SU-9ypFPDI#~TeT9M7~aI3C)L9gp@MdPHNRs5^xI7(;EcHq1db6h9Ea zx=M{Rmw*+NdjKJIg=qCg;3KwrYrslteAaO(ZKX*ElZI@^2MQMF&(B{#gFU5r*4lgS ze}$SkRUa%=l-P|YMf+!c zNBB?eeAHh_Iv@2l4#bS__aAD;U{|M@2DEycG~6a!6i&K|7>P!uJ~1odyVfg@s#=2x z!j(sHZ)dDN6;6F}e(dUFdNc`5S)flVEE5`lQjaB~{^J#h_b-QsH8hkizpg(JQ~HSh zFlrt`BHa10?A>wyVEMP>Yb&gZxJJ|ioIntc#+P({$wyoWA)Pa!oM<4XKI#nYINXP& zgf**IfPx`0lZRBNF!$pxfvQlQAiYSg=zj5%^Yf=!{Q=CZ{eZ_>j+2?r(gWGGBgt(H{! z-B38`P9{aQyi*~~8=0VFg*XcK7A@QD$#*l77~}3~EG;|Z0hzK;1ReO|s}&*fnqvY> zGLjsQfulK=IKJo|P=3C+@)>#+o=0ru&EXy98@N!!vRI`$9hW)grqvLq~r(2 z_c1j7aYYaZ3bZt%nW+eIoIv%NKOQI0&AekH+_|1zd_GewSq1|>_4s3l$eSTrh#EJRg1 z6dRMnM>LX^o#Ya$3D)Bh8h|y{lYG2KOxT_& zhB2z~I4w4-*tFPeFwl}Tcy~`F=9qgjXbzg<5Mzn5N`)Bvx2yPK2KZzObpgP*AWq~1 zCm;?rrtgX9KqEaj{}|PKF_dvnxYG~=84aBfM$te-YR>N#TM5iZE+nZfA-wRToZH zw`O}sy`yNXlhT&Hx2P=*7dPZLw55^Y;!ePUn-B&mb&3SaHPtn{&M_3xRyE4$Q3eTt zhfy_(ftj4&6^tfb*b!j2QABSFmMm3+y+chiwAcS4*n8ewp(%c%vu0`2O*eQF?fr#0GRqtd_VX!Xpd;&uQ^FO9c`l@m+OCsor!A&sN__{CLuenDi^3#g0<9KDe(; zDG^5SH>H$dPfcQzMqRHxVo&!HV`EKBH4G~@1&Tm0D`*ESrSL$_q)%12vt5IU8I^2D zlkxnz;8IM=5^`#k?7G_bY~z>R%W~dCeH^GV4ildwiBN{e%OI~+k@OTcDt#)4pVkGn z%G3PcknT%VHR^htVspg}PSx=ID(WtSqg0Rz8=)w3d7d)S9WbDry4v(l6QPA$#30c* zaMP%8J-wP*AEHF%l(zWnU$UAqs`>rwX(F-?sgfd2FJB9`zH#nNNAUkzZBCUwGc-Gv z)7f5^6LxaG5~P0ZRAHlUI`3(&_99{*{k^PxQ-o8}z&lg8>mk4Go@`lFNDihXqQ$+$?x z(s#6|kn-fjlM|Y)bZAJkmBgPzG5TIijH#o8iOJ#~rmTjoXVettB|r%amM(z4CfHQd zayROD#tgueDfr((CECH&B$tPNE+>PTF(gq*0;Uck*Q59VKZQ@Rt-dbhr!to#r9S@Q zUjS0lx~2(yq*P`AjqaU^wNAHrK0cQOwofwrvMUb11S9%VC=W_-yK6X^tRT{NQoZDe zg))cX;*uFO6KuHx`c2LY%a31KB`chUr3cx>B%C>%7EU9Rl#L3hJz4q`MRT-L#TGx^ zE3QR2O}j4qR5%U(K+;tRtFPFIkV?NBP79`XM%tp`w6@VOmQ%_No_T`u)8JV^b2kK7 z2*C%sEXh3v-5;n4rzb{A@;3X|+nCctQTtw%>4MQwg^tSQl#GV@Kw{HG8H|JZsn`JP zAdim((gJDxh)}ADSEkn_SW(itevb7dC6J=7Cn=sZZ9UnS6-Z4C*FciWbr0>!B5|kf z%SyhA-uiu6bQQg2Lh7!<~Xd>FWEfnZpe&EQ%*_pgi_ zSu<|_?d(}yNtMVOQ1pl~hDw+^u2Z1CMUBJJg7C9Pk3!4pdKIf+GGbAJTAK&mb+CDwbX^tp;wQ=ok*9jt973w zpw+}hQ412*0JT7>7AI&;X-!Go(bkm29cBMY_E^g_Wt_C^GG20_TP%7Lr4yV1a^?|D zyeafLF1x8Fx^pfE$HpI~_?bWKM#dLqkEy?2>R zweQK}{(XV37|*-E1cWkH5%)$u7%D<)iGXjhhFB;=rU}3rsQ!ajFLY;zlQe77?lP*1qstl?g#oD|`t(lXvf|VD$+CazxX*XaEFZB3(l@W!%(?_( z`9pnkjM(7WrEj84gq_1Q%o9=qp+E>;zcfm#byQpz_DghtW|piyziqE~q!WCc#d# z0yk9HY^2}f8ZI>{8K(C$NqbEiO70ZX^1EvD)Bhw6e@1|LNc%;1nwst&J6d?s z^&vG@MiwW1Lr7P1$DMj@_5Voq#A7Z` z<&%y-1?ILb37#_&4aKA#F037l8`eq(*kaM6*2Y+D)&8P@d28|3Vz!7a(hZ0}nvCu4 zj6f<08xEw(-|9JQ@9AuG+22$hhMp*Rc2waF0wU4q)-@uG^oKeJI|tqABnjpY;o%zF z-iS~tm#|^_#O?|U#hP$YJl}@mi6)_p%Axt}1zKG+Jm|O_@0Tv=zjjOJLVYvwOf}m6 zRH2M+wRX#OrJ+9GTeq_lbl^=wlWWv93i2U(a*ZZ;AwX?*iyZsG?=4RJvc9#IaW>Ew zykppdfn>%W?nI%sU?yRQ1oQrjY^v((r6U@F$te8iIAs#jfA~}UDYs-6(vv?$h$Klb z<#uVmA((H;T%vC#o}&}$(L910Y#|y^geYXs@saoxD3lVikg7XP)*Yi#Noz4BoY43` z&t7&gz%<^l1>cdI*)Eg?)pLOz@Vo=!j$(nT%#uV%2R{fZdU}d! zW&vOtYVIT0LVT05Y&z5FafbYkpvBE&;*>bW4&m|rRqSO9DIoGIX_Eh;s&iVJPS}R>Nz6(bugMZV1j&>L*36zkQQfEzHB{(ZB zR__HBfzW%R`-ohy^$T}*Z|pAXE+eiF zVXV7MJ>xOj>MrvPb(iU9+FsON#L3+yiKB-b&-5QUy(N_!?r!3SWAamPgTZFMPZ&&VhQS?-4kPqhtR*zsRJ1E`K)UP^q& zG5OVwecT8Q1}G5&a2o z;0>)Q^r%X12_>T*c#)Riz_NUONVJ5U=-Fv9H)h8VIF_USoqE=5oV(ab8!H12_EQf(kGTUItV*bkP zo5uujs?43_s4#cZ!E($de9dMz=Luo%7h1*PRld19zQpHTCs)_T|F3s^~E`Xt9-CTqr zRgP$OZy^9&s%nT`=(~PG_W!S{OeUv1;VKgHHJynRy1x*$JQz9uTxY4+7)MH7JN{&I zum`9)h%37;knz%cHe0nrp5{;c($!?wFL;{OigMgr0Br}cs0COt4W)A%Rfj5Am7SXl z#)(*~C2;v+WX>zXwR?O6bLok;X>`me#j9nl=d>z2ZVmf~oM3isU}fM#yifg8@MQGP zZO^xDz!tTl3O-M??!1{BrvFX|NS6tu2AxHxi=PJv{l(l0G~K=>>v3|btmY@WK0sr! z_&;C)YvlTP#pq!Ab8`Wo*VZv>vN2cPy_+vEFVFL>H2uhR7wq6DQ_6qUJ0E)o;Jw7* z@UGapOPb<01}1Y&R`NbTp9O+s-x_q3QVk#<$UszzYNb9PLs;&5iB7}Xl2K`rGeDwA zv6CXRpA3A+ z-k7(Md4OA(x6#$oK&?Y8&Ynic?hN)Ee}Kv7uXhN;EpN~q@cWJy2(5>e`|p{5c?tZEsPzbYMk!U7%CDHEx4DhdpTK3VaRSzjrHc7eC!s z#-C?@<-LX*)6W#<ez83wH(AUe!KC)pzD^*DyOs7vCLqo zuC6T4Q|9Gi?ivQG&|<1qZ7ao_pMGC+H>-};iieG?0fxE@@D!UXpI}Sb(&az9TO3fk zeAe1R`Io!iowtn2Gme{GquTRvGe3RY3>uOb{a;@8`0jNkFrqaN1}5~=*l|;3Pi;@O zG_<4E#@~|Fe1tE(s+Y+x_w=&O%(nKTZ4WsIPCdSD;}dz0tMzPbC)m?}2s)E~?FI{> zwk4ZPd-KgZzRI0Ek`|+PYt=P? zsxr){a!su#R(YDIOsYmPv9qgGI$(#1dM&AHh^9T5u&^vQGJmdoiCrPA$pf7fgppk- z)D*`BmtwJ6m;T9njxMROJhtV9l3hP^m6Gu53aI-Vx*I)E3R`s2YP#qk>P7xqn$W#l z#ni4JXz&2{h#GGdGx$_-H1oiPLvx^AtHtH)hpjgLo5E=L_cpsPb1!GVXq`Clb~VBT zf3(@ea--|P?ImOnUEbp&D~36v5{5sWANjx$=;xL)dvcVw)wXr~Z`m^TdlmB0zKlAv zNtxCXo5;;Wy9qDTS`h52GF8{g89T@MroAr&kAOeQ89eDbD?IA1_k}d!r+gsvs%_lJ zd+7~Idi8u0y^4v;WX~i?s8D?j69^}LO6y08x=&%LGz$Y;`s|Zw01HZ=EIB%cw7)EW z>Fc&xpLmD4T8uZzf<2$Pywrps*Mtqa3gpZVQ#_URpM+<)1zNCrMqz$#F6oyVZZ_9$ z;I0CQ`w(wHAmEV3F-OjUrJ@RozCv49#A_R4kA9{qpuT5GV>zc z9^5?c%tjM;E$}zg;IFayW|0jm&&_j_)ljSZP%u6+#W^~$r&mU7@X`C_IXUue7V9S4 z#y~f}igbj@uG$@eS-wMzTejEAuJXo9mRh#U;$%N?+Egmhi2N1)nt-`Q(S)?@S;KP=wSgo{#s zO483q=vCr(xu{s;o4;cglfC1bo@Wh}rcDNiv(mEpm<{x6xvCy>5YG$6iX_IjepMZ81du{cv!`#k@Q;~M6EzLM3p8JO!7U;77K94XdG$IQ0(3p~0 zPqUf^9zVj>3xB_8eF-k#FK=IS_j|TK0j`Bz4^;`?X7*3+JBS2*`Q;iJT-bU1KWg1& z08`v$?lQc;=zjiyiV_pgEy6IuIvcw}<#84Uo#SG&5xSMgFCEMHAq`d;;ZN(Z3LwAh zG}PL+L`SW~2dV7?i4^t!SnbK8tqvI)VE{T(wJ&=E&Ci_gqKA#Es?MscBTY`EU9Xca z_lB!2QdGoWvIxU?)vwNR;WJW%gq^@+b)eCK5EvN#E2WCJz(}kVIaT(^@dfJBg#HL^ zgDz4u@AY@^{5m^MiB8hAG~Kga)jt=(_u3We3Q0q}%*)#^I8DobzNO1i*NG<2=nHTi zvks)or@<-cG>I1~x*9+S0p^(;VR2v%@;{t8;jC~LZw`Oc#=St!^yZ6MJDbg>&8sv< z!;EaSHXG+!<&*GBjF{&+mu-Bl#q%KLcJNuvXCJMzw9GOw7q|v3Dl^Yr7M`UWTw2HX zPO`Z?S^H8wSO$|#u=_gU(Ysxdvs{C-3MOpctNj@j-r4p#f3Q+`4$W1~9y1^H%T`~5Zv{LD zFss`yAv-Rk=6oZv&K=vYr*fq!-(0u%UwAB&T+x{T0L4y}@ zuAC)jv7?8kXfc%@fYB~p@_u#Ko$#BO{5M)VE1XE6dCqiznKHT16uGinh3rGhMf5Z^Dy?-o4g{3~#L^w!s%K6r zmU0u!CuObF(E8g(lQSpqz5U%!%@NMn>nh}n`(yw5)bH)40~uYd(Hl0Ojr` zmC`}aIZr_)pxkxN=!*TOr?T9m)Jb^xz=~R9dFK%)@Ze=)m^~RYXSm+M5yVW#6V{A7 z+*Q^w!uRP`1i6q~!kxv`qqE1>Q%zQm&&`cW_0*&D{@d5yFK<=T26_g21}TY4WxN&k zuV{C*{Xomf6_uFySKo_IM@Z}6&dD+=^Wv0bH89;Y|L1+I&Eo3b_n!Uy&N<^+&Goda(T*dJH+AsK zDn7Z%1a1(E$dc#fCQwD}JxX zHpG9H{!BT)sC$54E#eFgSveafe3CF!Ll39T*PlZO{$~?X!cJ)e6|tW2yGH>Lbh~o80p!D8~uFG z#R+*-KBp1gkb^DMk9hzD30>94+G3Dj2s#z*K1hLW!`nQnj;Iav zrt^*;jGcwhI+(qxaY@GrXA(|9pt3+_4kc?Tq>snA&Ov2}(IGy=d;C8>8P-nM?aN$r zOUa92BvX7lXKoFc9YQpP_!)c}G75=}HC%QxkAbF1bA{8i0gP4gB;CSyTD}2=*?;B? zKgkc;hTW<$RZ@=8ip>X8Y21M4w{wUWYY^}ynPw-&NYAQ_q!|ypsR8_?j!OJOYZo_= zg^ho!ExOiJ#o^z=83s=I01?_Zm?B^;z~Zf?F}9A-@-j13wzs?rw7UB$3q(45-$6hw zCP|A@3Qr{!kzqpZw`Jt1Z2$a$N&G*~r^Q?`H}gY_?UKQEPR=MXm=XN3^47u_Q3Yc_ zezVd=Rw^~4bll!}zCiAP&MbY1G9+b2n{RSl_Kg%bkh*dzC^dkI?F*#<3IObOk)l8! zdFEnNrF|Ja=_9kxhBB+$d#3f*dT{oJ-1;jGsA&Fe5WvR30J+n`)x17zSw zy5y3gf{i!P=X5mn4wHGRtO<$pbY($#IsEd_+W7qMHeX=LWxHr&)_zy%`GR`P^qk8D z08*ALUs-={bEKy;`Q_qOQ|P7^Nx!Tq%N2L%T87lxwqJbWStkQ_I^udhB|R3!D=euic|CiC{_Es?ZX_Ucr7 zlX3tJcm>;a>-X&`lIN+t%#xFzq9JGcV)deaW3S-A>;U0ZW3RrjP-zk`+Ny2UvL9%& zUTdv8qO#Un+IgHCF}~fhlzd{;WGceA4S7jp&%p<)55DEf5PAT;Uawt?{@qqgfc8|H zDwE0$`{vjRVULTo2+3I7X-!w%SIv$*i=krooU%gHCzKhIyGpdBbaa)#WHneR>Xd{$ zr5x`%m!wEP(ydRDH+QFZrz;UiM=VN6-tn1>`o@}auf7};6b^Tq4Qj0cemO#JPQTMH znHuw`)n=K&eaRWqwb#sr|C=-lI!SLXDBEz^Tq|BKGW@Pap7*S?b&xN4SVr&mhdnuJ zY2Y{AS1o%k`2NAG?>M*nsNVWQR7pv5*@j;wpDIU;pw(~BlkN6Av%xt}IxRgV?$BQp zj!y-Wcb@gndAfqdk(K_*II=C<^KFVFZ}_a#+W@Ph!rfc+uD;Uord}LW?0dH!eOetN zev>L;-f|=(u#8Ywv6*XkmNTEC`($sYds(MY>o<2g-7jA9mcoM+D}~FO7w`SN`0tgb z%?<)E$Ub|--dEa7x3fOv2Dsw=`ZM-w^CXIv}OT)D3M zw=CA;SFR)KxO^1iD?Ky*g?R~(q|PVtfPmG}CGtn>>%9wY-*Ucsw`(&#OvOLFkdac8 zcDrH0Z7Jd{QUkad)v*KD^`s`E$mNP~vv>txDl_6i*5d(Vb_<@|kg;eT8F0u18M?cQ z9yV2y0rtaZ*2N1yTQ5Al9w;#3ex$X32vPgPXXKdWIaWi(51$eGziBmj&&9{4#0vef z;+)uogv26~b^Q;YiBDcmfYk)SfrwGrJ*KLIYvr$#xtWjvDCma5`Z;CBDueK^_Xzc^ zHOVcb9NshgV|;9?t%LqcHcfp2G9rO199#ojemKNc2E0tul8Jc`Ie3p<#6*hYn7L*Z z7n=#WVl2VOELRoE7L*xn?!NWMq9N1T@|-6yQNTdbok!&g&kSZ+?ZneVAwLt6*8 zgA$@_^WaWT?H=WRKi&QTkP{!f;1f5HGH2Mruct`SVvqfE@z?+XLr;nwrGG82x!~Ho zCXd|^-cD%MtZwJFSXWDZ=@`bdGT*7JkRTSaPadz71B4|BU`2;?In*AK$rt3ch(F5@ z$k!uQ&5$e@a|K+9l4HeGrz>J23ob(33a6Eo&TkMLAQL51;#myAm2V}-gu>0E(r)1_ znYW1_!P@(}_(Z5=q}_Ip#kK@esC{0EZBF~R>m#X2s%jXIO>-XiTyLpVuGglNG|rXn zjc7G#Yf4tnC!0$x4S$esYO0g(!$^>F&3szu9<!k{avRxXuPSxa?NsxDbr zn7qE*0c?braod(5`InUVM8t3FSD_7Sw)CK+?_QHtNJ-f;usM$}VYT>|)I~kRJ*S1& za~2Wa$}Uq##Wu0$|W7EXrc@}W$As>*3Z9b?&(eL7_vq0^w^>aL9x?Kk=!l5 z-Jb!ZM63b$NbdGWd>Gu)6WtTtHBOH`(cQtG=(c~e6!t{*L}9XNlr6s}wA|y45qfPi z_2kQT{;BP2n<6(w_T=@fUeJ@*l}`(AuxJl^@)T>&@=evW2sp=HrStc*JyI$cO>yk_ zzbYERT1$g`^&9W3vb6VZEbIt&9PB)ciOQSSSU2?}Z@Z})gHTIaF+r2!1-?Ia*IH1C zTq%@p`Cj*$=c=LYpX-#*nU(epYs>>)lXc4@6s_{b*@q}OMXz4GNx%Jv1M#-=u9Nz% zQCetU>*KGq$Lo4pvXSW|H(@*4Z;fdwgx*2%j_e47uy3~@`+LR~@voZ9tslA9)( zg*RLQaZnq)jAv8W>%eTUo2%`wrD~0@*|TrjyCM6~9=o=B;(Fq?4Qw00d&S>vF>K4w z`-iQ)Pga|@{noN@d%t1(Squg@sxR6z zU(PNgYdZ0RQZDXko{`0>1r#`PBte*o))+Tcl^4OtyI{D2p7Ljz#5xb^{R1XNA=vwl ziFbCfppeEjsRpdn-jT9BSUnQ+QCBI&%a!Xfq{eE{GGa5} zBg$1xd0S&;D>*shYM=?FWhfSz8$x=J04HT$hHjU5vPG*euBxh-%oyP#z<~`yHG^N= zi}CFEWT~+Lk4uV*;6z)5Q6vOz&MVbRDLf}d#@t`hY7+|XiBUU z9}D{gM#!x64q5wBDkjawP^5>J?W?!d`-G+DD#s-fwIt=Q6}By2CTzQw2?v;{osBcD z{Y-o*Z5ngcUGtSa&VfB&@BK(H>?uKJbx$4E4|dn>v+om-;h-pcUq{1}l;9P%+SZ1U zqL(bcGj`V&B?qeIASq?U==QzD26|`j8`#(Hy}N0?QhNSPghmhR5ksycr&qR1IskuRYEF1^s1AE#v`edEb#fq%q9Tl~(B6&J@~zjO=aG>Y`vet@;6abW{h^Rga?% zuNNqShDBK&jxi(ICKrpvojAv1(xe5Iv z_BR^oo-ikBSQ>sIZmVy@S2ycZY7X?>aa+p9b;UfdYyUyd8m52m*wLXJ3hCb+7kFk8 zS<0ID{M3E+Z6n)8D6Z8|affo_9oulTW_*Z8P0o{s%J27xQ@cmMPtR7$}U_kFcj($Wfr#z zEv8~+hiW6tW~NpUAno7$qVVK$v9!WK37DNfw@k1Vv|sVxpWlD z!gBL?c3I&r3t&sTT8onZ)dak~9x;E%9O;>!te#9u<&HT8B@&+!+Otgd^i0HN=BGCN zK|F!c5AVUW`o9e^t_R@WTddA6VN&USd%8Ux_V_nkj|4{dmh3I@b|9>ng;xa@gHn2M z(As!&lho3q-}_`it(ai#J6mS$`@Jo7hrUj)w83xQ9y(+m=+f)+pcGwx;JPaxMYJ>dN@;hvHm@pdbsNTTi)UVfB{9p!3cS zT2z9qM09qLDFbD|bqcA3D^}!v#)^r1NZ&A)E7S{m%R)`p(9kcnIv~eLf;_|rphN$YLs6v@qT-82L2FW={1fswfPj9&QDDhSBJ}7%_n4D zO-Sl$o}u!q6lHieQA^G*){A$l18I1E{*Da&?Lwb=)CxB_pByKP+L<5*7Ki~1Sxzsw zP25wVM_2l~#_tGEdtY6rQt2c@-Bfj?slt~nh>ru4#bYou;(vanb&gW{OXSxn}ZyGbc z14MJoon0R_Y)F(2J2MHIn|a%LPHWVml3heW&Cgs-*xI*PI0j`e~hR+`G1KW}`O^?Poa=eQ3L#>+67fIWjXCv;}sRn^$zK$!uO z-|fBj6v}-cx?9X@yy@@|D^tOES5Gt__85Bn=mWKR> z{K;@M!T0C+eu?&@%LNNB(1Ib$`~zRe)P$B>GL zL|^R*?SUF6O{j4~Us7%=O{AB`MW51^D356i-7UuCx6{hvIBcx{BXBokhJW&yor zfB1irMfbM4g9FXEwAAd$buY7regEFMni8qciphk@Unm?*YCij#=?birLKyx%ixE6% zIWBrcmo3uXA#5rzcXtW#O1ga{bNhT_QT-^#I@tWEaU`_LUE!^yLQ;1!+)ij%9&ksJ z@d0ES!%`Dajq^id=K~Yp7ei>yx3ERCL*J103((b9SdTYLvV2Q<*~eG#e4MLri044= zKs-jxra_yl%_amJAf(7Pd*zA&340i97UgO240ZDGljR44LXL7g0v*V_p$|&sC64$4 z!+FeR20ZkV#TnuJjP+fE-YBjvt}1^+Z`CKtf5y1Or!ej?8|h}-^#oU!zYGw*uuMK< zv%v&84=J+SYH65Ti4+N@aUm6L%RnEEEVeQk*_8c&VcRXgYr4Nkc0dS!vGKAvB93Ir z2>`+x-onE`4-m zV#5hb{cg+qt$of@jZ3muu1w{1vQgShVRrr&vckzUSFuE@nokP?ZI z9zWqo!a5M(40cWYgu1bxqBOF@x;F0locQPW05KGP)6;QyFi5%3@Z8BjOhw;YiBQairGf7fB3aIV z&ZBzeTg%JVBe5kHyl|cVg{bmlbF9xby^v#Dthb6SR)Y{P&EX&m`O#|h;W706tU~`J z>%%T>IdaApb7RB^mCYrQU(eP z%F**co=0?Ft2j(mC8fzfL#g-S&cZ6oSfiO>kFx3cabshKW4CK<&*jGJttP7Tb*0dN z0HdMgfTOHHKB=!TRY@uKlV)MD{ao@{>?XUW`hx{hJi682)Np;vp{DDcPZcS`?~JxB z@96CpTg!^XueO~iF%b+9tGJ-$2Jy73{9Th-EzLEybawn$m@n%SrQbMfHl>JnFYj=1 zP>yq~(h*bkgSPiA@(+sSnv(Y2wiJ6#QDWnon7_;sbD z9~Fi>`|kx%_esyXWczc;=%LoszAd<3HL8^{T;`msB%EpsPg@tN-Ozzl}m-g{nh=|fLuXyDFetEemfz# zv!ot6H?=;yJ{t-5KW|R!?L(~fQA=-4{i$s!d%Z=yS55Fwifu0oSJhSZ(Ub${27cqM z$uC(f`)bPerh*A#dgt}^Ixg=$wR7E`tClLKaKIN5e;H_ewC{qn`uVRlebqV4X0e6B zQBxomZi{Lmbq)E=G|*(1GP2TO-yzu-lT?CBg63HQ%>zJuhSVf%gzq~yq;@Wwkx8yG z6n$WVbMmHH%pk8%d~gqS3H1JkAG}Mn01XbAR8irTEhIGHh6kyMNWyZ$RS^}Am>&1C3UZ_oud4H?Q z+uO9?(kwOKptru$)Yp2ky3BLZ*p%IrE$24fCnb>Tzrad?ip~o$G(KMVIbg^pbH`Vj z%}Tw|(D}9XMw7UZv#tlo($5O)bIrBtv1+|#G*k|Cyr5RTx#Kt#Y0;J1_Bj>F zuhpM*c(uPPvtF{q(8vy2TQE>{%Mki18S9Vx&Iu`=4o`=iE{-UVB-$2Rf0ta6e5u&^ zmfmc?Y&-8;>sVWDC|K}1Dul(WE%OL0FAdsnTyJ=~BGJAC?uB!4fx%v_EosDFjmYWg zBt@o=*kKPRpKTM71#8>4{hpl@CH4q=gp_ChTyN426RmDLJ)$`&mT%ODJU`x-b*Anp zFT}^dMaiBWCfuyozSa4K{LU>q0)V$M5nfgS0I}+n?Qf+)`DHI+FHmPQJZ*<>l>9$riI=(|xFK^+Iq< zmG;U#bCk~?nSW&QCJb^a5&BEj#l6*BcFU#cuvso|X!)%Fb?F3<xgk8ThqKo6MUCVouZcfWK3VzL0?;M)3mi0z2;^!CMt_R}Qog^Wfd z%gdj2sPWoOcmCe?BU_5adZ3@Q+~K5Z@15$o-doX!qO925cec{B=YDVK_y(hT(NL7= zT&*{Hw@FtwH7RLT!XNGXtM%o|{G(+`SyO&%%+ojMmZ_!E z(`#E+*1imFe_9H$KbA@%#)&w{dS_?rO(sk8xayI!Fh%Y6_Ld6qgNjWn0)6@yu9}ly zGFlxkJLik@{Be98&XtD`!@`ozRPLPE2{&5wt52(o3BrNWtVcmM3|0o%etLi{T?I?a@(^WW5c0+UDF*Kd2>vgz~gi-n~fmy=Hzfh0CF#4%Yk4fzC(om}5) z?#YLgC@NFeaz2ovQ55EEy{K1Wifrel70n04;G`=TsUnBJzm`WjICRQ6j8n^1m#avS znX4L39x9^z;Zyqei~l@$AZ^a8j=cy#hXqg$pR(AWFLOd&2b!oe)9iB`<7u_e8K*B4EHW- zKjoSuG%2-v9z5nfP(bp2YbQnd42d*FnEV-1CQuju%|O%)MaAScwKNE6o|&hQp|?p& z3Z(K~I_0O52u*cX*ob`aKHQRv9I|!s_KZ6+CM7v}uC#XJZwxBfBjm#9lBw#q2vsP> zMxD*6E5euygW2{{5rx0b3Ad8-CTyr5g_vjk=l@9lCQQys0A=8cz3*n5HOupeYJ#9+@fjeoU7(A?GZ>SEXnn z^HwpJdr-~;mheB79=-c9Jr#b#%0TIQMmnjB!$tV;oztZq(C~3uPLRf_eC`dT!RGHfz;;#wX(uwan38NaL$*22NKpa)(B@S4e}WS3Dq)#k*1T* z0-SHor{(=M^G-`JK5_1YRYv2+FIZrgy^TuY_Tz2C?K(w}J*gC)k|x?l4Q(Y#M_UOk zsYJ~e`jnBjI9f_{gT+&$f72|SOENUfx1#0|H5!J7N~7|g{vxcMDdQ0a~G-BMqV&WP|>NtIE}+GhlYCpL4H@Fx|`Me0P48rgY6OE*;tcBWvUbWv4d z)0ZL2%+{*P=FfIMe*dE@lYgQw?^#pA+n3R!5~sZ;f6z7RTh?^WT(N0?=eWI2^xNyo zjL=v@hVOW_9>MPn^S*WEZy)-uj@7>!x>L%_H-5`xcGP!u!;11K!QMtynx37pQ zsa%!gI#dmye}T|xS#Rs~*Yxh>*Yfk772ARhfv~k3;Xt#R;pvC-Q;j*7qcpjqE3&D# z#C&kYp4k5Lmx0HJU@w2yS^DCZ_yuW=Z3%Fg>Q7}<)CcWA_Q|^H9i{f&o9}X+vF=#y zPLLi;t2p}T)@>9W=tlf>l=F(HZ6CV8iRaE1C7C*cB-zCqm=5#I>*lg{T1zN_rw_Xl$N*M;40M@``5I8 zX6toDrpDv$E#3D&VllYIoq8k_3fBw2RuIr}=G%@^@sBef`N(&Tt@E9AGuFR|rPanH zuS&7IEQYiKEJk zN$zw0Il}y1%MKi11)m$Q2=njBX*4yKBJKx~*csh9pW>6??S*$E#U#%eHylV2a(4ey z(~m9Gh4|21TZS`j>zR!|s{f$CV6BEl6})p}T~8!%Jifyx4X*_#DY2Q$e_T~I=QDp1KBH2< z2g_tKr9g-g9uKc7osmOF@+9^3=^$c+yI#T3qysVWl)hn25YVF#J$Wr3h_S292I{^% zW)>PA0=BhCZ!Y>bW**fhC@T^BI)T_%2S7-I!)O6C4XOVtlq1qpsjR`mVi4kWh`$>( z2(MTpd-bTFU2mY$X!umNGuF~qXfv@kTWCZKD#U(CEg@uUArMgl?t-!CLqyNaG14u#mWDnEhtIewlnfajw}%|X~)7PRaQ?5!mf>9RtJps%AH$k9sOwfHi&iN zHul6`rr&-?s$$3cel=2%V~TJipzh(+~X)O-(9w$v++)&&GEG1C*rxl zvSOH%udqH=XK!auBkD*>%l@=G(v$(bKZAPY-T(yJsQUW-59O}vTD9{@l)qWJ=IPMP z;bB{|cz5eOTc3p=;STKx>Y3XzZcn*Q3DP0V`YsPOtLtj$y1#uH`WzG-j4^jddWT^Q ze=A+Hh%sg-y?ze7xH$D@fIwNEOV+C<(S$hBlgprW+wVMDTjA3cH?6MR+?AxS-hO$r zX|qYHJ{GK!f7@`Ovt#o*1_63GgCl`T1FOT7`2HH`a3E}T(2qztY&ct1ys=NdS$C|j z+*F{e*m=re2Bx^E%zL^(Y1X|EhxN_oPU)89^+CI9*mYXexrSUrj(mD_4Fz(fEZ2Z* zKq_%PZ>aH{lGeTW_O{ELPPs;~{)36g=>`mMoK?Rw?dWQZ@!q1`3U+MWtz1+F1||ls z9(n9;*H?adOQCTlAyO$6+5dXR8{GqHv3lIJ- zTU1VW)Pqb&ZFHOZmHY%T&t}{a(Es#~12jIhBhM3c z=z@N-cfhXPE?@hETBybFH@zbpJL|}b-wKt@qic-HqMJ=eBCPPBlFa<^k>Eg+zajerwrIvD<4gyxbs21KK zp9V0iJCqT-*HElS^7d8MjmClk3s0q-OKGNDIaeC6KeGG{Pyi&h1vEek@?H5WAE2B- zGzxnyRv_ql4HtMfC#s76(87RnTG(bV=Mg9oMX0s*n0-OY7v2Zg(>;fq-*N7(pKxNH}rL-JfZX%TugCq5o zLJIUg0DqR`U)tB9#UNj-^rmqc+VoB|Ud>&(Bxlt_Ne``E_3)B4%>&H?WVfpCHEgrz z+4Dq`XmkqBHOK;yS#iOIrdrfks-~dU{bft7yRSw%UuO)Nhl=txlk718<*dTCt9}PpUuQ{J_#CDf< z6+6CS?`prkL+tv1A{~gdeU9QIa5JS-)Ko+2G+7$IATO_wdr=t(jG%Kcgqfv~)tXg1 zm-)6q1tOi-v#RIv#xE9ay4hKjeBw<*^*ewWAgqe6FHJBNE0yCq4A=gE_0RlkR@xzWbIwNX0y?)kl^vp%wN>c{B*&?zImu zZP4LQ*+JT)+M~p*_8U>R6A|JyIJJDv7(eHGy{lg+PdW7rP-T?m2^t-D|h%u{AWU}wNvc)dL(K!q< z-s@HePp+}#TxyaUNjVj*@Db0~b4u*A zG2{<{*5qornt|6IhlL61+ixRz1B1=Om#gie+y~q108WUM5z~@#U3JPh9hKvzP>nUN zTwd>vu7n+>gmwuINQpWx=Ux&j1bd-pSGF?B4l_!42OMU!bpWVflXgZ@ zkiGLvor^T$GF{j6$f}2OvR5s2`P6Lk>QLTl!s{q@oj5FhAb`hteL7`?wM!Y1(x;N5 zb3R*-uoluFp~x0>Xe$iwrX!r5En3AJ>V)D|dfwrs4xT}s9-wfE#K{X%m!VZNk^|)#|RnyI8 z)tY#AdBTe|u@@08kE;P;&@776(zANkR83+X$$Tnf4Xs*8`VLxT0Eo z)jFL2y~%=>;hmq|FFy=ZKTeUJ>8Io5IC^gLg%c!BF0#!>iM6nM zPVc5&rmN$+o}5(=vua8^J1sl@&`yi}6n{0M+WWrF36>GG2Rp_HIGlV`&z@vnnM>Lp zr##5tvG4fkHBQ-AAG744oO_7jDZ5C|8{(7+c5fzFt~;PWo-C*0$7vLwe=WtY$a!c( z1f2(`j@i#ibuK3cC1Ry#&!95Ger$wFjlmZqv6(r!G=)>Ug;Ix_g?A=)+9nv!CY-iO zowsty>QCOK9d|Bm%cie!BX9PtJpAK(`R%4~Aa1`ubn{6pFjBz})^!i?lg5dstC8IU zA^K&fjZ^>kr4Kx^1le_>&0IN`38dSmD6g7PUbU*Nr&QP&urj7q!%nxbKb@7a#BA2r zHU-5DLa{`Uc@ZH;NY(Z)u12pYDD)!nxEXE8&KoaPaH&9n3aEL8I6;o{P0EHQkxyNe z_&ODQl~kFkEU4YH5RR5waS8pIcR_ZD%R)I>%{rc$k`=!<*}fNWO6dum_%edpH{(*x z!Wy*Ao|>refe9vVXrc5pTj*nzZ-n(?it&puVW=e=lC@8lId6b=wzyIdS$GBI3I?EV zLkj{u8akCWfIgx>b;dz+1Dbd~WI74m^-=XvC^r8?0p%r8OZ9FQ8~<}&NwxjaM2+TP z)|^C8&3-)bk`W*@IKFn=Tdm!ZlC8ZG1L~Olw`CR+?yN$^QN1PdF{zylFy zX$SAXQRItRZx}NQ7wzwmti#{vL)(iD?YDmx2ge_$kV*3tA%v!kjKN~CUIubiGr zcofNRTe=oyHumGv{tqjU_Wq8TS6qYI%BRp+lC8sokUC@TI;Y8LIy|V1AO1-}?Ii$W z*I-VS;>?Xl@HBo^Lc#~=Ae#J|>l_6Hr2H4+P{Q{7g9XSGym&?^kPr$%a-afo;(bFo zM8ngD7kWxv861c2$S4vktI+07ep#&4Tn3~#(4=uA5`_q!8LeG)&u3|?shV(=Z6j?X zihtMUUDasDh#GhFJ-p zL7(C~jAff(>NZj;3B!Fo7OO@Bt1_X92t0p{-QF>2Oc`~KIp2Y3!VSh(=;Ns+;S17O zCKr*@@Qsr`5G$HR0agCRXK=OIwGFnKLEo?Cw*s@ zUL+x3#5lbpMPj&-qee&p=Pww+g0RS>0%7G!E8@fLRD1-2WqtfJi zk|m;*c9lC%R#g&-P8|z`JHZH-nE=WJ5w7MO6ZKAWjz7i|mj78<&xl&y$~@slfh6>Y z6b&~JaaYReq^71(cOfS7^__puP#uHjseHv#N>Di?jlr;Ja7H>KnQCZLd#$C)3c`sa zZD|&S^@iF@#-VU3N3$o?w6;@iWhS+A*iuT}9E6LUP}_!`=NhYB$!RW~>((j6P2(WI zoe``ryT4~*_XvTfq=}9wDQgmG$SYeq(x=FmNLc-X`>UUdb~z1ew0mqc_OWA(9>a+C z|8^WFG0AS;gp^(X;mmudyiI*Oh@_NZ44wJqUnOcuhlv=wD36ka`G;JxMueK2{KL+- zrYt}y&pi?@szDuR5$QV|KNZhM0E76W_)@aGA%V{` zhjj3K>Q93@>rrJ$iu2VeL(G;P(we#`C-PU0Y+a*ql%X}gsQM!ZQ4f$qfN)z2f=#Xq<6f!C$hc1lI1PH&d zC%7Wx*JWeMF2wGb>Jt5Tv3qPLv&h~@{>BP#t-4ay5xc{Om3+2EOqunA-60G(zsEWG ziedbI3jA(Y6=Fut@8dwCDi1(Eh05#R2ESYEzxcoe9fy<>B5aOT4L>4M&7|}t68$rU zL0C%{@gx@l$*!Pu&YkJ{OPXuK^~WhG;PyC&ox{!J!06b!hPy_AX&8bO7@m{@UFTsr z*K{z_VBAjil$Z7mXt+V=j~S<9m2rCvKKZNPd4em-*?;Nd*?eEd|00_o9iDD_NywO2Ab$71uf`DWVx>6c zhVzFXVA{+XCH9fmH8mE*)=2d2m>Z_fs-1jQ5_zjJAn)Op)vD8(=j6Ul8@XA^GBn-} zEy=FvVl&}G1Vyw*e381jNTZ@h{xw_xiGva7QSvBJLfJ`6+?AUAla(T8d3&PA}}cQmA!bphG>oP<7T}BUKu(d z78;5+%(Ip{3kt<`>izDy5(tb|>^F;3xPYVFi6+xR8Rt-Be8nt+%_BNOVh?_p_{9RV zxDGyJ9y*W@#jm=RjM(Meh-GtL%!XGk(L}u~u)z>2FVK^TkpRsf#_Uvwrbn+)WT&y( zmm$SrEQzs2it%y+>^8?-+gW=mI${0Fah9t29d84fVyKDv&TBD*GkC>W;w+K#(f!I+ zTV^OPf(OlqF#(rk`@XKyRx`tWQkQ+K`=l@uBv-+)E+Hj@JK#wY>j>H_IFYI&lq2mN?R! za9`21>~^L(`yg5B1+F+T+>5RGOmUusWT^|9$ZnNC2Yg=(DNgFZs|8w=Y{^HVmU4r! z1SWK@k}F4wL1on}0>H1e6@UQn3w_5}*MVjjP7nj<^iI@Na{=H%Aro0Vd`Tn9kkH30 zbNYb9#jd}QI<8;N_&4N)hM4r()nt`(9^DdX>+4Ey`%7BeL|d3P?y}o;cHO42O)v@e z4j&0p-bR|(I;D+cGa0YAnMsb&EvaH!|Jd~@)$yNpCTxkYNAd~~>aX8F!PN}+Bc(w9 zpE+?b&oG9|w<-UR23m!e#A$*oB<94Mgd*`l%-{$G-L>9(!Z~KPz*b|DNBXUJiHA*y z#iR!o{xu$xlC?<8CvqCU;pBF(;CY0UUq2MiByLsPs~KU6=&EevS>IJ}0iKx=f3 zbBC_$VfUDNa?|P3$<_~spDP_OBf9% z$X3A^9=)F}R975WpJtcvxF{)W#T-HnImizLZjkMdS$C{DmOlrMS8p?${Nf< z-oL++BkEG{%+=H}mS< zCR67qFD=owgNaA>6>N>}=$DU1Ympn<$Slo02W^9s2OL&TO_Fc8Ijb48l1{pHGX7F# z%!jjYiG`fiA)6DDxgp6LIz_y@fdY8b4dgd^pJM@H3Is+=C2Dj6j}lEeuucm8@oSjf zfj#zBo-F=k2bLfj{ycc^A>JSsAO@mmqIvMfA3?0or%ySi3%Edm*q~_`@qb_1PTDH< zvbfJw+g?PQvZZ@wiTs4Nl1@lFO>igmKLwd{I}Xml$CJ4z2*n%*A)owMt4DrGjkZTB zk86TzGAUxuhGDC-XHP95!S12;3F)|YlpWCd${!zC&RI2OhtMm9`3w9Nc77NcE%J>= z;P#J0yNyWc(ru50XQJ>C3?d$IZmJ90pGSJ~xFpnWWLH$@%RGJ!D~g*}?g{sQ@qDO% zIOJR9^NuNNqp!B9IT{TgL5;;nfim_vA79CWjd}WptP&0X8+%@PLoJtlVCptJi zS%{qIiMDUzLMR+gkTi8z9*_srVQGTDqaP2w8lh)=b-9|S<`IIOp1pNy9Q$D;XOZj< zP?(+)Su0$AmmgmMp z_Iwfv;Ci1LM4j2Da9GX9MGhO4*OluE(3R|~Ay0vY5?-fh0nBcwXFzDEB$0Mo3ff*} z-qted$AKqUr-ZDii=#;f6asN`p2ZH*by&+B%psgo^B;kiboT&3gvu9jg#uf2RJ&RR2eX zrs6t12F0Lz7$uEBaDQ-qmqrUou2SzZ$aUvt`9XOO2JZmdBgO;!hM7L{S_|6!8DuBQ zlaRfY?KW#!1E27PqK5Ykl>iLMYudh?s0d|^-U@>8$Zr$Q5O_DG%x*EE7E*i?2ooQz z3g=Bmw7pQ*n2d%bSB|T5Rf2rcjqbH2BAP8Ga=4g1USHAE<9T0SXcl^Tzln0Yj(JTT zYIO33T(NKSdmGx*Hgs%gp3)`0td@?J4(g4k zx++n>u;XJQrLk$TTmoW1-V9Sp6CR7E*;1P6CBDsJ4B-}4c;KBXAsGotf03@|)*Tc8 z#!ALR0TACsYX%;o;oL4BSHi;K3&R}+1)+7<7pBAuruxowa}w#GnytkAoLBz;U@L7m zgUD*x0Kw2q4??;vkHRlpK`HB1_iU;B4=&1E$z~h4EWyP6?F_8 zX9#>sY;SBDD?ai30~RpPNTu9C;(`JI5w;xqAEyPr-2P|Q5VZ_Or(8MP0$53BwS!-uM!xlUx&Ho$h9%uv`1H;l~WxsK;PWzYbj zla~sFlMJKXw4u8RT{NY_-Ii`_Gm*BW^v>eqFL3{=$-Fz=|hA*x%04Mwd+Gy`mvB4 z5Z}92JRwdE{duqSqWCgdAlwFV48msR{xt$^FuZ~s5JAEyLXLpsK?W}&{6;8a*yUHI zcG=tEZAI&N42u{i>Y{LHXkEb#W$cFosgZP`_++p<{aR>|p@(oxXC4kpKF^qx)#~caE1Oq?(g519A zdh-AJ1u4Jj6wx$xftsu4GJsI7XkX~`O38#9iHfLb^ z8Heu382g?M^`U1dL9u9S9vy1xV7s#JT?57d(ikpgxj^mMPP_7*mxP;LA(kLWr_Fp4wHjRff8!@-@WsU4W7wE@x4VkxCJAIu)+-D&iCsyAR zXcGw;!W|$rAJ&sjqbf<~AM_uem2^Aba7ELfFdr#j>hRdZeI)Xdq+RI6VF?UPF%|O9 z_#ucZw&;X|7c85m)|?s8!}@6 zK8cC)3Vtc)Wg&UqI#A_Q{=Xp!sjNewP^Y1l-~eSm(3 z3McT6h*{NQ0aMohrNwFaN&n5-T1x$!xajZK*ef6-$aMi>wgjMjNUr2U0;sd3Zm>bF z^eIko-SM67q0nuDaG~XiCbl5)i^rspkp6_BLeBmq=fI3G-+Pd@kuc-2AoX)w0@peX zE5dL0*2ca0T+fA6KyYt9BYDzFqf)xxG*c_J*fmCwbS<_}JN9dp&KD-zISWg-j;TTJ zsY=6YFgEkq8y0nGngwA8T3vZvd7x!FZ5@gfI-r1y8>Aqj-*!ZU#jS zPuVZnhM@9uXAn0mWROW&&w8fI4bMMp!&IcHJ5Q{k85V7S*dB_3k~QiW=6~rJrX>X& z!}*Ru2eP{#XM9Q_JTA6JGe38Z%#^Ula{0{yVd*dmYti8?*vuKG=Za&ITH|W=ynx~$ zv<3A1?0<%=3VStnAWrMKgJ%m0ZO97n-L2NCbsE2OZfA*>Y5Xp1n91#A2QT6*{}HkL z0~mD{C*8u0afxMNi*JV#9}SNch?k^ai|2_?2*>>}Y6&^A*P6MW z5>F9iXhU^~W?j)D=ECp}8gN3tQ9 zCMB1%yJL#N-2?7^m@D21B5`TTzxwc6?<)N2aaUljOcM*~YBptfkmK=5DDL6=%~dMC zyQh;7WspX6xBGGD*(pI1;e9{~?DB`RJiTWBk7xEvffwS!t@{3SesnSc@p)iVm{l+7 z`ezsiu=Jbu15&SLLAMU<56MC;NTx>buXIIC#l-j8TSA5s*EFbQ`g*v8@AQRBc%C8+ z>FntPz@hK%)wFteztEW$c_Dn2v`;q4ujM}JHO&&3&DC@j&S1h>E%F(>KRY90WLg*} z-u3A?acZ0(6WcR*am&D8XGNqo2uMu?J}I>WGYRDX4J#r?X(;xNPC+N6;wNTe@!Nt^ z+(up^xUC_Ycx{T?jtw3g#4#e^HX)F4Y;fkq;gc{;zArjN{UPo-!nq)%^@t-F@9+qCybZKO-FnkYukiEml3Rm5vW{ z2C7WNqEPrjsCOnALPCk66HtB3ItX35GQyo}&eJ-|$A#SO>B{&Md3%MlQYRio1>mG> z6~@wk4kLhg0VUC7e33s{!Y~Pbn|2-@AR*z?(8l zreNlQq+LW;&yR8}mK=?2UOtZ5OP8xfwK*27n|@`q=A<)Bl5PhOM`uFGo?Y>K=^(;uaO3At@M-H zou=1J?BJR121$!Ymu#<|`i6UOrgP%{=`?vUG*e!5)`iOpXTSFUtZz-BiE}SEvbo-! zL}CjEner9-v>{(SApCH;+uQ763^+))ON2KZGAjPH(Ki(@k#0{& z;D1TCh~1_ja4U3VqOpglX8LamfG6fl>MuSqnq292_JBGjn7Ue5xxma?Aj-y6S zYAy_fVdTRUAd{TG2&G9}D{d)o%vMV2G=W)9OJZX}QkA?TI zz(;V6c}Y@PAtRe;#NPo=on;btt3A|%A}j`%<+)4iJ&`X(1Mh^S0bi|{KZuAQgaXXp zyjDOM+5S!N5IG*N{tYm(Z6!>uz+|H5-tld9i09LeA$)~bW3AP_d^!G(P8PDscJD)3{uGi)XXbP|9)|A!b42^3c{wkJ8pk(ee^7 zdJ_9Fw#VNCw{uc}i@|pqwDoOZpnT1fb0Ds63}X*%de zL0sXH2H3j}Mk0*Dfnw{x|FhF35>a(+z-vw;k-t2&mJ={*+hGEf#EuNdplU+f4j(%b z%OBxLXzamgk`bG#L-+jYN19lUTik7$qFYtxo9L#a5iOZ$Nn^eVN;3aXHlJFluWT9+ zYV0- zk|Xfy3+VP(f4;V|A(lYg4V_A#-slRVL@&~IV`F;b?XC-z?mwef)X%AhLst!TaDLb1 z>0(WL#Y4R3h+HiSg{6dR^UC)?I-*aLsoHz=vffIq4Bcnslp>RuV=*PN_LjE&%j4QV zNBuhF+=e6ii{j-)u`p~53w1i))fm0?fZEelqeG>RR!M2nh8zp)tA}1$Wd&8XqdGL1 zq|TV3Hk0BH3V63J-6IbzeK3FJl2t%cCRc1-qhz_a@z#x17WH_Msj#a4OP(+3MW2dz z+s2?hzUMC+|B|+GV&fm3m$f-5J$bF^O+)CIbQWpS!Io?(iu%I&2c=SR)CK*jozbOT#Uh-hI&Z3L0_(#AO4D$s!O`%XD*hfVq5fv%=^!b3bgF^g zp#7s~*MOQ%{KJ(Pj+ah71@UP<-5sQUgY2D$ouP+dI%sl)|Nj*5)rXd>z|4`!c`pr?h%!GF6J-ysP- zM)dzT7&)RgSN2aYIsim2X0q}6Nn&TEMk-NtjRA+x;S+sm8Fuvw+GlYfDisc%=QA71 zm5d@TDeP#;d7ffY$u9v|i+bJHmD2|4!-kz?gJfRTmzgDjpt_g|x2~WJZINlDFe-Nw zg`Og*;X{jv7QRX^n$}}#jNy`ULU|Z{9Xr@+mwuLv#GADYqUr)*eBgHrx&VAo-)F%n z3ETbXrbjJSi1!Ue-DtZ;OCFR5F=pOWWxKzrl=U-}`q63N)#fiy!&)U}tXMv)Q*U*= zWf8ip)g&b#k6gp{Y}szlZait9f63CEr7g+VoF(*q^FDOSmH*P5*PI75aqcDC99MsZ zZO%n~lfypOa>=n4&ESkN@n|MJS+|@hma09~aGvbB_FNdqpQEb6Rxd9q+<5aFRc2S& z#+S_o%;7nOSq;MJ1lJAHRa0gA8pO*=bK_UZPn59;4r_I=5(D4g6c;N;L_Z2de^y=E zw)i#qrsf~lpK?Db=qs9g4Q9u#L~)6-*z2HP=^m$1j5W7h=k#{Yv!E+b3(|sYy^}}& zh~XVWvE<)$PFSX_?(D^QXN>6W7SzrHsxCs;+nH8iko3~-&5lrWhveoAYI!K0;x~3% zwCm|DAGyrRe2c-}(orKPKx$Xif6ICF`^z0|O&&*!9AIl73Y-U>KV6Q86ON`TqjGFx zfg|WRkaHxN;LfsdOzJVCuW*qi(RuFK`O+cB7v&S>Wk%Pz&HX!Lgqo+S^hF!a7W#6` z2Jx$fRRw~e9oS$k?9AW0`bE#)&1rjmd%HX4GhysL@#08tHr7(Ivj&dR#OzFlVCzk% zg^16L;?3s%nrmw}_m@tY%#>?Ff0GC;xM`2l`kRb}GF(2}nEfja4+slF$$@9mp(N3Ic{( z<3t7O4S!P+)ittgXXtcDe32-VcB3l{gbbI?TKMR%=5?lbq()1FQ0P~_=|YM0euD)jnKov9BUms>3!%d|^fa`U`L8enp%h?DhN}tMTIC~Z5XpiDAxocL z(;0?-n!fY5G*m!$FH;6E=%5nPyZzxxg08^%8(z`r9Ea-_ zhl-~tsbsq^+@Gcs+TIoBE8n6i%YR9Nt4Y5%Jh@JDP$^s#+A{!AS-f^~&nWujeudR9 zG8Yaz02eOLJ-~N>u8<*4#EU8Xe$b;#;Vv9P91lg!g9ox40Y`w}(*s!t78awiw7x4a zwe79}?a$jgVl%(3y%EP6{HarK3llRAKltHu`SKh&zfz7O6gu`svfI8575lCPRbVas zqrq(Y-9d}xl7*{N0b`0U)W%TP3AUL2RcqvcO&6P)e9Z3jJ0b4X+{}SNdxk4ux24(b zc4-PCj;7OaOMo;ekteqMwg*_Nzlqjd;Cay^3xo5ysxsky7ueaQT!1y_+v*e(Et0mGkJ<8Q<866-fgE>*P-%f`1dpP5 z8i`8}-e75FRY=H8!vGi7AcYs$l36E?ajP!8AOxT{SaPg$@{~C@8=EQ<*Y*5;67U*p zPTIwId34Hcm+ne%2RVgN6cExU=sv{cB{p-WAZr_%qWsMG`Vg~l?H~ocd-Rorejulg zWB`hH!wf|x#fHM9*pMd0!VbD6pOgNi5aYs(PGuOMT|f^oLk)O4k}oBFTXyIVMp)w; z$oR*LOxAlg*V!ht*oCz6hv6a(e;w%X;5_(wBC8^$J_DO}i~>}A3$O_T(ovrFyp>{O zpN`2w{iPf(t(ptsZbo;hB}QozoZA@cC&ShpX43Y-l`m-oFbZ-(#amO?T-NrPx$^B%AX{FQ62<$tC+fD6I$o_Bmbu8jIu_1r5 ztYhExU|fGXCx|J=Z5BQinH}GWMcz0LVMwI@CfDMoTFnBn zb=W$TYNZ4G5h&z zm_7c7e4Ds*z?Wfmd~@=ghoxIMh%_d3N|`E=&x8a-kWXVKs(8EtZA7gmI*fL^rHAVS zq1(h%1zHaTcmfD2I<7t-#iUI;XpfG^vne|Z)icnwvdll5Lb zO#)nKHD%X=fdYZRULF>}%|(!eMx0_SuR4L_RI3x(s{cw~G=l07UwBME92qWT$pkz6 zCH%Q?rjbi!5R*np+=Jsf6OI6?>=4j;<_RUeLjSrL&!mtzN;*ws@JftlI@>! z{F+>^%-0+>QjOj!ZKbx7(k?-dwvt;rsjH-%f+;fkJvWutUbOY`rjihjtf^!d_uJ&n z%16=`G?jezpwy`~l|;Y!ed2sJv7V;ZvyOlbeX_r?BzT5A@V;^H7ztxFugvjK{R2uV zaHI80$iXI}$!z#pyyy-0z%NUy$pin0`uVu#{H~_ZfT7(cBYbZJ5*%gdthso>vnBGUT33d_bHZ@e%#gcTepC8AdB94vun7>6#~!mq5Se2V4O^c^6MXjX z6Y{fITIJ6EYuZ>&)}eACgF4iYGquXO;mSp&Hy9FP+#Cvc59;d&ZDY*PA_M03g)_r; z-e9=HhIe898d+laWYVAX0-yf>vG*=uah2Elcx+FL*0$)eM{G}jC1P8^CQKwM(JCaZ z7E>Fs-mr}+PGABkFvv_Kv??>-zRd+@xCTNlU@i`c#>st58iStxdWb!(#NM#CLz1eP zQ-+Ye*>lNNea`cLp1$>BO zV4wShvr06`a{`w}>!l$1AVDd}rqtDZVSG2 zlE32pEZ-3O4vqYLZD$L#+bMk>Q4$A3-q==-&FkgbSL82OFOl|DW5kscjlvwZI?q={ zh~FjpQz!XTt}5+kB?gk{ZGn{YsVxx0mR#y88&3Dn3TFBr%l9|?f5@Iw zxA0*BL3`(@SgNHj(l^{0UXF6B-bj=(^*v8Xjoz`-D&xkXjl;s!QJdN5P9KmYTG;9H zw^eh`MHdk<&CDW;1Z{=Bg4xpAG77dX>@LiQeAwP_)4*}Wm5XQ*o1=v>6vdi9YXIg^T#s z8L_S?fr0&nm8M%6)#a;`bQwJWxMeJ9xJis|N%%U8P_2!ag+Y*s6&b!u#<}*!-Se*K zi<@YS^>$zA1CHS^hY&=!a7Tio=dS0RcGs3#X@7zpj_-aaFYvrb!Bsw(jdUqb8F3GI zZ&NSLM;gUs(Y*bEG_mC3HBNO15gsg}t|P!A*nbh5ol2<7#EO;2z<2)t45lDE6iCzL&mimPw0l z9bY%By(5;NWu@3Fm7oMPP|$RkYm=JWZph=2jMF_bOu7rSV$OwG%)@a~K2T&fSaj*K3VB8728$dm zI$#TOVfY}~MxfDbw&bz4NZZyVv(?iRZz z&ZL1&LhEbv47Jw3f_N-CU!O$7Mf=it4X30!*YJm{t!Q)WzW7Ky^q(qCio5S#lDC>}RK)u4;^IDi;P{HtYKt zWHCtP&q(0~O@@sWT$b!7S7&VZO;BgjF47BnRzATu7T^u>A$m(+!p`!aK1O*|ZivZi zqcw1;>vH~0EGX{DhUb;4G6^BcjayEy&6k{!HlG{W-BXZgXj3-3O(eT(!-kUJIj*U7 zH>X4bJQBGsd(s@1$X;J*uAU?HmG|#L3yNsb;XLA0~A5!929?D~}HgV^7`s5_|N z0l__nx`T8dIKGW{2fKY7U%G>a8Uxxs0$RNBWhi4cI>J+Cc|);#8FkzdSUn0YU@-mYDN zYMf_0bI_{F?y$Y*X^?(ltrb~QsmD8QvFC(x#Nqv!e|AOQukHSB%rW)v^nV}ip0o#+ z07iV1*80_7rL!Yw6eNrgGOO@?bSk#i9k({oj29G6@F6eJkp^P8>h#5xQFx@l=`1lJ zN^j03gmGR?P0oU=X5fN3au($0=CXfSST%Us^HL8hl3$V!<+%eXCacQ_Pue(6{*zij zOSH=^K*_=TqGw3INN6NxTnVgvy=ftg1GJWnF8sk$b=Re*tVC^3z4{E+3d@$ zJfa5oWrP;4?56vwo!hS@h?g=&;i!Kn0wkQr2reVT4TI<2=A3uR8Nu*w~lk08APVh1HQ4TUE*!Dxx7Zx`i zs-PMc6s)9x9M>L!4DPknbtt_1EHAt>nqkKvrYbxLh+$89TpVJgDuNhk?rmm>QA#e7Km^ar-HqHS;S`0lg)!l1-J;pthY!~_EgEdnTG-YX5jiejVD z$2SU%9H`=k=OHr8X|@e0#8z9_1+F<1s+I~U#9WwTG?men46@9X3;|zQ>;hIW!>q7) zE9^ZUXHbiidO^v5i3RIQ!EVS`K};6D${73OLPaC>qBm)s43&a*v6Vw`C^Gpz_c?*m z8aNm92Z_teNCUF)nw-;8f3|V(!g)1;(U>o`=C+TZzjmu9rlDvCXMeb7%;Fv-CeTPq zigHCZt|~k}HjVAEA$5p8Ykb|pQ->$mhyo|-PMedOZ?j3{57B|1tRJy<`ChGw+;Y*e z-lU}99MDo|Ior_kTjD*1>SF0)cN?{X6N`m4OUp~!`{^efv={+$8gL~Rv&(7d>@Q79 zlWg1_l-~2M^w>Ri*|dT^a_S%W%1AUFl-^yP;vHX8xK0)6w zCE@!m{T6xX>9oCLl+t5U>obzP|Mdmj2Bt@K>B7zfr_?0@=)&pe?*CubKe(kxOXn$@ zOwxlrnc_2s7VP=={$U8ap#|5b(1KOPQT|!XlC_}k7u+o0d?w<*et$fXy%(irjV>Vtq&tu#l2aQ z^yxWP$8^b}h7h>CPX4azb!?paF=+>@B2&z@Lk+5a={z+I537>8uH-6d9ZBip9o)O(*-xELw5VAZ$`LxH3)F~IfXx%7taMYel5VN@kSpgY z_7p?5xGSe##${`tTo6d3q#&0qJhzUqDY;a>Gb&r(glx67Y&FSNrB>gTq3z4phO|8< z*{UQ_>cUbi>zcQf@>v#BDThA)MLyj0G*_=9?@cq zr@LV%WW@iXvC@vW%WAxH$RELlHv1!Z2cN}4JVUuWMF(_L^QObHW}rMT9edBxb44mq zBonU@bSJt+Fxs5Mby-$nj91J?0ex;lA;dAG5CZ-%3$kG0LWA2#7h|@{KSb#!5}#+` z3C&J~)RZ&slF||>QiBfytjcO2G5pI@niO>}tm2~p$5xNE9@zM%jjEp=Rn_%y2gCJJ zC6S6ssgjMVOF8pDT8?)A4;mf)rG{z;Pm{Ty!A!@2T6q=;q29wkT{@uk$Y07wzV!<+ zi>-~fl!&E_t<2t#){-48Mi2jjBq3}sO%y_&_aT{@!umUPSb}z@VZ@EDsk*-El0+F6 z?B5&{9+i7i9W%rf080xY{hyqost6l9*L$;+5*){(lo+ce9mYui3ouNny7jMXJB6&$ zKlQ%`z?@Ba7`_3e7=qWb(7XfXEai=$axJcj5vru?!y%5YlgN}MnfWu5$vqsu&0x7< zFCEkPOJ~(}AEr@Q@U0Y@>UB|+n83TRxBj{G%8|5siF_8?yN10U+-I@Yy&}K{X}yM8OqnyR`N<>cR&${#;ct8- zouWj>ymSgF0M3YdA#-p(Z8t5KUZw#LP7u~QyL{L^PRU_fQjzh>-H%tlq{u_AdnShG zxiCDh(cM@m@({j(2HT73R&|=vp*Fd!OQ1?lL@0CfMi6}iYjIzN%!Ye_Z})n~?zS2= zc@C@8%Yl#mE7jyxSIE;UUd0}&nmlcJJ-aty0-o>W6YzXD`}=9}NSVJMDkehu{t&Iy z`N!mte!Px;DEwvBz2+Qctk#bAsAlz47hS;6vM;ulUnab@<#5X=9)ndN6%;O1#z+H{ zF|p1Dwf{i;V?`v!3g~-&IQ(M^KPfZ+;JcO`og=X@8>>vkhxY_2Y~Wh8yOf-@y4kz! zyB~-;YsO?}aNa*x*{jRMCze^ zQ|^mqyeeH#y~OoWQ_C#ZiR#+w8f!z}MBr#gW3VtkSQNZon{LpTj$s=0&|~SbsFo+v zc8s;!TkULWRR${>dQX^{RRx4%Q6qDX^`QOD>ZBkY)NW^6hCo^)O1tgSHI=cb+2-^_ zGt&L1vyCo1V~M3ySXokNfs%*k{l~z0y!o=&F%zX*rW*P9hDU&Hft&qAY{Cws zKK@KxyK<7d#Idh4%=IEL5U9`sb>nnQ*qOLen$wkj##Pdwb$a5JO{o3c`4O`$Si4+#wOM7yUdeKj)=)7<a(ELG|V8B~7m`qm+qM-v6gd?Ekk|2*azp{I~Tnr4;0=KV~$mg9Hf_z1;gJ?wjotgK^m zxb2y){`ODiV`uTlVpOkd!asyLt=kPMuiTEIE9ylnn|+ha(mLKczOuP>T~G@IMCuu-KMvhrgMyC&15G&rfnN=Ay(25RTQYZnmkGH4;kYSc3z z3>KEhsg;6g9`fVxX}aH_wM)AmJj3r6vEJAK zd`5qj&|e~Mw%EGy4>ns2%_@{pHIo)4Kh#XASj}wMtvA~?YR%P8Uhz#^^*|%8FcxlC zDZ4wzY&PjDvyF2X5JMuCsn3=Y%+1s&LdPR=8C}mIx^>bpyb;WzL>~_QBuEHOJ@+|D5p6Ecn!`1ut#6DxECQ6$0hJ2=o4Vv|t4vtg+X@fd`ec&MrIQTp=k z37Sbv3u&(}&a10%&BEQp)GDs0ycAzengklrcp z6b}k;(PkR`6n}v25pe+e8kqQKx()RE7)HPaMI8RwQgNQf(b;APS|Zg@kvngl!S{5O zNG14c!DoJv9DF)iGgtQFb=O`u=eldN3N04gfjeop7UlxtrKrmsXBsUvJ$_O0UkdW~ zJ~NLO4d6GNRW>{#YYrczqR!@cx}GYDssk_J-TSc@h8Qwl=IpM_K`Qco*F)|%M59ml z3pLiI4wuKi#P#bXc50U)U5~bIE>ELH%Ray z6?^f@+q&3RuKvw)dt{5+e9rAwDq@9zx8LOE;JAEe6u*lE5|xFXBdj zk`n6FFajIfd0mTv*myof+c|NHW%z$+2$hG3he6!!toC}O&PecpDzr$2q3f{&vVuMR zW-dUo*$MwEc0zml=~na}w2sZR|A7(ZqiBpFh$W)Nz5^LR{m+ zEe~~WT0k%oy}C8IiB}iR4^5XY<(%)6tKRB}S@q~nxJ21*;#i)p;;x&hb77(+1;5#q ziEoI7$5cCf_|5l@#ja;pLE`1~{$y83_*0Z&2#nKDT!PYx`U64JcZJ07OKHS~dM9=9 zz+HkIhu2P;ZwEfhH(n>-34u(z5~LlU2deXLFvbe-Q-Y-L3gLYC4UjAlZ@cmPhIG^Q z7k2={F!9u_C!6(jp^hljh>e4MDQoP?NZfYW^*LcwJc#r2n~u(Z^p|29MK@{dZeGMS zF8bVe{-Y~RmmHzNk*+jh>3DF+va8W7eE9vRPc9H!&r~4Rl&x8mS{|}bDG$B>W35ju z4)uat#Kn4ez{5zaxpwGeBMt-H=OyISerDv<<|3z7$?i{~`i5L7=M#LLg|?IZP8!}6 z7!C}_;sNxNkk6>&`ssVTlQ9K=zyKc29LKD}z!RF3kc21iE}+A4Zk^7GJ4X_a(K%uc zO87E5N8(R{ej|1c@xRXzc*G1N##e}%?B<%<`lhkt5n<{L;sa}lo8l^*w%um9P5aoD9?wjiF5UY`gtN#;03js??+Oh#pgUC5Fl4f5!%`M9EF zg9)1iPIZoT{;_jZ7dpJl*XQn0E+Qb7(xr63Ldou;#Dq#f2TuZL?{MLbeQ%!{zC#J; z60*lG3o8oQJNx6WO2~fRz&#{30$t9AGn`4N1qU{pkCfA}@tG9Yi`7Me$qeuOvR#sJ z+1Pg$<)Q+J?}p?)E4UODLvA1tquyViY~WMyi&t@8k6QpophU^L(Q;$_vET)t zcWc)b9AGj;iNgvc2GTd$N z>sVSN)F;Mh`mOE?|(k>v?Y;fnaFGc-%4V$&t}DwS$6eyZk=OM z;ux8Q5?Kb3Zs1o^*k&l!c>|q;Tz3f2vx)Nnyno)AWHtEi9AAdx@+UBofYo3j*bG41AkdC=bPz3f`C$>!;ZdFNpw2=ZG4)PG zL)OhQ(~xyvS!Y~V@l_*TC1x73&JuqiPDMl3z%k^fbUK@|CbWhc_$TqwHLD1A3|_i7 zGtuGL`vo%zxgwVSrts{-C`z0(nqlO?joxas?Vqh>gQV;DpKfnlO`$EO>~XgcxAH=M zpYcmv|F}F*l}*xw7sWI@8xvms2$qmI;YE&T3Cd@qn2^n|$S~;Z3PTP|Y?M8mVy^d! zoHHS$Y;b{D6foK=7dM+CCR`LCq!DzYkM2EWmJr04mSIv(6(2x2?aYMX)C6PG3Ej_6 z;1{d*<=lEz?`Pxq#K3;{0i925M(+;Y$xlTno_>zJ{Qo^Z5grTwzV+a#`NXEm_=_EW zICxpiYH~6`p<23K6VY`<$HaS-%fg6I8*wSNG>K5`SR9XtJC>TY4R<~Kq0x!Wy|$;1 zn)PINsTmT9dF-R=DapeU`kVwcN=#~YNsKsBLkQTc%AQW0>B!N(9A!c^T5hvsL zFBlJxT-mDGN)u1h6(**_5-4l2^$rd`<`o+ z`_#vqTo?aAQe?u zbD7ybtoh8E4E<8+RAEhqVIA;n!B3-c*5MQpi#25@vkq%QB2gn1Gi^kj6>i4cPUoh{Bh=V4<9wgVk8xNAvqG16N@I82} zGs;BHAT`V`VppcD9~OCG`M|CDW?zimw#e*^0TaWR3>3vqcBO$RsZ%7!;{p0KWOHl3r%?n~hJtN9Er&qWDh8Y3o3|dqd(8<3K6v&8+oFcE;1?QE%JxNVldpr^*hM(bUH{W!4*S7&Tzpk zSjiNm3$w~%q6P{=gM6`~*K$&Rd&}iuAe#rzfPcg#=~6`nqYQ*jXI(LUxfsyNql0tJ z^0O{I@wUl-L(eYJ8;WcuX|#P*%6pFz8QIg8fa-eOVqGwa zjI;9j}~s;l#VG(yD>#_nj> zoRgJ$8TOZmi+ck}21~m^j0`iv4s6&wbc5{@;(|vDo0-H{VUf>(&lsUF%7cFRq2v_# zN%>c&os z@wR8T4advzwqdgzuL~x8$5Y7hI$%~xiuO0gn7D;-C18;Ulw~t~WC}e(k6@ga*DEpF!q9m=*jUKYrNz zt6SGhizhOIfo58jMf{+W=O zkXdNx%uZ4%60GcMP2s9+!_6d7!NP@SIeBI@0ut+0Lim&+2wj#WLHKc*S(-Y>6F)Gh z4QjEA)j1UziHzvpfx#+lJS3Hd5>=$pS#gl#97qgbsPZgZhj@Zgz;{L#uwXFBL&GOR z>q1H+6_hEBY$WT7xU9CRB28fUGd;Aimj(4ep8x@UV2d#03H1$hUBM6ZiH#uqXE<_@ zXhOnZ(PDB|03MW*5NG4yO*xAYhAN^kR8Ddjs%(KTQy#~j66Bd#5i4An=rQ^}$#pT^ z$V&yYgI}I$j>2+hPh>UB*((gKr{X2@Cv=sCKXFOSpYV=*UjbCMWQ#jyqOec~5*$3v z5LJ;mOOTjfoucH5%NKpn(mP@nFo@SF%w6Z3X4xh{++4)1Ixo|MXFxwCxPbfP_GIP<$ih|9Vx^)-O z5Ls7bAQ{!@ZO+7(Mkr4=03-S{soMmzY(`TF6q2qU6(mv!yDswlBhXDtZz%qXZO)(- zQw0{>oS}b5-J#+CZZWE%y9)5>gsZgflB+fg9)(MZf7I}kg$_bk1;T_2QMj2xf0I;d z$O>3NSEG(eV_Y)AzE9-icQ~7uEX*FnchOIR3lT0=2EKa~G+1%cbrRWMe9h$RWXPBh z8@f((EV@Yg#TkxWq%6JTuE~o3Sy$tzk<_6X%KJVsd{?fk-0h3S`;E>=jF&Ynxdw5$ zaWjAC9y|N3`;e4Q%e5NU=xaCL2$MlB9S3Rt`2MZRG|C6q8>mE8DHp2ku_L7$mN2#k zU+2vnrH5ZtJAn1-L?&Xk3>W#fYC<$3g) zpXmr)f4b1-tbJfS^nwr@|0H=9$kL{Z6+i)Y%(LkFY)XT^_Bef*M@rC`A~bHM7o=T# zOZS!v6_!fK3hgbWQ;EeS@b7o+?cduUvuDBZ-hKfSdZ=``D?(a8mxN$~&G?bP2|7%c zC{uU8PJoQv=RhEg9mPI$bxe+^f26v0b`+92_f}ierZFw31$kSo5F6X{$2@pFWDJau zY-AIK$Pt+2U@*=KHof~OP?PQq-sJxfX^-9;W?638jld86!5HWTzfX1W=HSupaN;G& zD(rlpA5AxLyN4688NqDs8s4aP88Uip^Q>I_tTmJhB+O8{G0Xj?u=TMW4;<&>bw|3C zT}~uJLZt(4jQ2z0h(qi4TyBksMo4b|dHH!4lF<;Rug2!?p=3 z-ZtHp6mg-zAB+tQ*+z&swt-;@yQM2b2nOy{bD^<;AzR}MeT}CeI9$A#rEk3NAUJ^Y z>*gCvx3}eUi8r?UP4kVVsNl+fGvC(kiId${{4oo&>_`)uATA9H??~H$LdKZ6qo2&0 zqJJV97haK#Pb8Q-^R?fR7E_ZaMxGck>joQ9$DT^tRk^D&rVwmwpjn)ezDWp9+yFq% zFpXK!-L=`cdymZAXC}}6#D9z zQpq&XvhjRw@xQBj#r?}Z|29ScBq+(vPjT5GxHV&Rm8cr`8Tx8_oQ|!sq5rl8`Q=_`^y&VCF8!#iOp{c(uee%SIx1qx%xtMOKsJdE1?9NS&4~7sv%d zx#_W;b}8vse0kdPX(^>HBqq<(|I-ty4ftau%Wb~T;-M|r;_rG=B$W2fIPbxmF@8sHe3_ce( zkc5LtFt{lcgTd2ECds53tWLqca$UFaEeCeVu9ULPQD^l^_AuW?~2QTjc)im6rBkAUlxV9yG1u_F^i) zY%gY&SdB*)>Q2qW0|z5Q!_0ea?>!WbU-}&G;_cMQO61FeLUrcS{`hK zo1#Y@8gA4({G+(QI1ykGMH{Xpa^sqF>M{ei)^K%fbrrZu6meKWmx)=V?;fsXH%9Xk z6H2g9T(|fcTeXYpudlaO+7>t1tPi>lx-=K7Pu-PC{)|$7t@IM62=?g>v+uChRoZ@m z4cut~8*wz=r=up=dF0a&)NJ?{u<9ZN1x{ zb~LzPaZ@nsJKwoy0qrC2o1Q17^Yz(pE^TOFCu*8zu*;Onx9r|!OY7@N*Dkb67d5bV z9TcXaHLu25WnWrZrF@KPy&7uJMYU2bc*W|p9*5sw?p)fvOj_^oUPj$Yj=SpRLj$U4 zg8paKkJ|BHdB3Rs%S2rbds(stXjT|s(nPzZ8~ELx=|(49#jQ2uZ^tT7Taw8M3EJf&q7^$5|0(WB^v-wY-+7lZN=q7&hLlk@C4S<6 zk-v|>h-du8J8xD-Hd&NOWzw~3un}ED1_QGPgM&U0t?BZ-#d2AADtzLOT^nZ{wm;QW zAzJKUjNkTqIco13sCadmD`H)YCexeK*mIl9VoNFVl||QmLA$rPwUkW-?W`zR=VIZ;xy%1~Ze4(lAc1ExbS-7S#f4d*;8Pe^Iv!nrPBE%thA2aHPZ7q& z79q2g%_^15!YsW~G4_#_m#!=T(tI!F-uJKcE66P*6Z8otBI9$g@8d2 zH2jxUm=k4nXIJLEnFCQRnhr(VnV}A&j4h<8An?MlpAiBG{MN#@&e$@U$SY|?JPT)%r2!3o~ zav+%ZvBI4*Lcs&}M2Bi+m9Db%jpMw%^w+1R)loomQGTK;_%Rl zwPZ5mjm1eUgOt#(&-2uq7$JF}4m-DB)IA+z_Dh@f0N%I^~L4w%|_G-&pRAx{Z z)yA5p!^EKu)y1?i?Q}t)yQQY4Z4U1+j~?^Rss?)_jeKP8Rr4Fr!HdzrN7e)zSFK)#-Ri53 z9dVc%cw>l1l`S}Mo9j7YZ={~~_SRXRJuYi4$fd2J!`J=%0_pQ^i~DOe){X&pR&Ix- zBWHbo$HVy@jU5d!Me+>`)p7AF6#n9q zYu&GRJtRVA^e9ct5dZEQ5euQo|02V<*W#HXagi*z zc{mWo6L3IU6dvpQjX8wTH-bbCeFGiX5ajq6HO8{l`6!D)1~r3KuAhic_ptE#BMqkD zd!9kFQ#s4zns4mKnUh(WWX0G)i9cw>uklVK@T+RT(=sk18BzvNxfENB`6ZyQ$o*0G z>$8N&(4$0?y!k;$)IFmtvd!)Zd&1nu9ouH#_5i%SS~OXUU3cG*@$1WbvI@Uq{NSEw z30)QYK^m1t#ZN8$v^);tS#I;+z<1Rv8RVFgD?*Y#`yl#)?j}% z(&;$j5Qf54Z$noo;!0wHRTj9m4R)gR8j|g_$T$@)R7>fm(0*xJqD(!WM-jH2ZIFyDnsJKw80hdhP0mQ!RX8$V_E!@`nX%#|K^FD_KUa@9zwLFNDhMqvN*W$HswZ!-?*8s-d5(%qGqCy}Tx z*y~h82$nc!fXKNT9wtWSnmiUbZ(C1bu)`jBFF!CDIHs#I`(4KnoncRQPqq>c{c|v# zPd4F=4E31O(?`I=2lbm6Q|HdloRvCj88#ZL%WX(HtBj@tvU+wTwFy^l<$hNCil|=S ztoEz@a--a+_9H8>W1(8c)w+x(mSAQH%5Mxcj%OB0{R{mI&w!^q`}>rh0k#7GOAHT* zq%m^S9d*E2m`2bd$Q8}d3UaM5SOALzKP`_%n}eKD~%9avs5NHeVkz-KvZZVDh8U};%n4bJ)x&^LYh#+-NimELQiEgb&0L9 zSEBE6uKVtmr``STe!b~2{5EtwKH|{sP!6dpTvn+^4T~j}Mqkk}{w){IpZr{7bxqCt z)wY_7Lv^n%E4S4XBhZSpB4*JFE0#9E<#jz*SI%9=Y2-4VcSQSoAXl1&jp)9sT0`$sldykT#cP4$nkq79Y}SN2bk3PnNn z9DBre|A~ufk;rGppcT`V3rMaFey0?)SX$8MjDv6{#iqoZavoK*=idTXsnZ&aN8dQS@KT+Ilz|Szm%~>Nx`+YF|+@MpG>Y9 z<(u(NluWga>13)+C)F$ih>9%sPC9hES`Q)J#vOtv@$~31FpWmdDlT*VBIrY zFLgIkyK)*G_}cDQw9Bkc^=&j-cBoa3dRsZQUG)7!`+M~g&tmQIYR6l4Cm)+q=l`dO zKpm0h+q`AQLi0!cHT{*HCBLpxr*X=p9dlI$eI*8B@Zb(W!u304g>qGJE={14(tH!{ zwubIUbDtURYU>Sm{da!XSl936`&;JRm<3MNJ4Iw^b>-?xxp95*`ciL(7jc}m#nCv< z`tK6tueG06t+$tKFBMRaFiv)KU^*xgExBL)TldW$Osl!(>y~Oy5Rp($&1JX<@?q5b zKd}zQ4@I;@(WjE_EAm~paw}%5AVa}Z3}Fc3j)h7YH!x+QJ1iNP@T;d`S-yokv&i%s z2AN*dK@4+DA&k=~v>wJ0sAQBX>iox0^JoP86nQ_2Z08xclcJbGY_TsfHt3M4BNK&W zcMt1AM2DBxDX9LWMNT~I@fqQQPSOM{fD47&vkWhaI7OxrZ%#sn_Uv|Yy`!hm{^do< zXQ77@c+`32ISeOneT6jLn~%2X$6TB2Y3k8q3BN&ma8*6<) zGPlv}A?Nfh zXiik>z+tki+?pcKv}t(L$f-2?nVysZ4fJoVDC_9ULRAYY`b7zn@hDUld3=kKn>5#} zJ*{8-eX{!n45j`vgt<2v{Hs$Wtdg=(1NRty*5i$81_n-H345*bjF8cFnN*+b^^=dE zM*aOCuNoROo42!wZ0yoqe)&RvYyMNnJm)~LUcp#>{%d@HRb6>D8sA!79Gw*0Fg$0l5Z?J814ChybIKLnS716;!6IJDj2g=Nx>AK!yNVJVGEWcq873#$&q9U*~U%3Fst55 zyIJ*c0%+IA8)6S2HW3T-<$`KY($Z;!i6hHnZDVb}6Hy5hNA4Ml=jQ6G#5!oaw{g_& z5p(pA{&e^Ll);~*h->!<#eULb7rc8McNb?T?k;io?r|UzXI;$FjnM!Ys<6b?V7@dT z0f*moACTb{WNkKtEp89ZHip|Rfa@w-ZPsKp%=nF2v+A8jqAb27oNT_ejt@t+9Xdvg zC59eUQ{;M%+BdPQjW)G|PFJs^o}ItAlKlxjI+hf4Z8vJ3r1O9(3<*m(gKWNl7L(I% z<^k@XE^c6#xpL12US6O9u@eo4fHG|jPWjE2JCv<7xx(f?T3x4=YNafq-Q%9D#Z;Ih z&bC{m>5E-kg4b8%DYwh3_jGq~5bNfKij37q zz4yhI-_qAF#4I!QXoFg8EEY6g(eKJ7zWS1!TI;eOEtqlJqgRsG5F4kiTtw5z4%Ll{H>0TLm^|MxNku#FQOZVp&syucU+uL!tK475opO-H#tKlVlIC93 zO3NzpwAy@0D-ftgl&ln~ji}#w?1PTOhBNSi0urafrKj|oniwus zMD>bb$Vd-GlAIUH4hfQgM`J)0dcNR-LK4(41x zb3n!GD%hhf|762#xKK=!=cB(%jMp5n(v`uIoZAFaeGTadgV{um0;|+@@&WRcmT31o zl@Vjf>BcKxrZ1D~sjWa4q6;m2q!R6WP)dO*{8=eAyv`+dfpO@u8Bg7E^T3DdnmB25 z0C-LHdNYh)7UlA}t|qA64ZtxDHJsP|Q2(kw!DVH88j-G&X1SYD!uJ4&Rs@P%4@pQn zVLidIYZ4A%FID{3RZ{(&<2AjI;)ryB0=YBXTdK>eTQ~R}xM6n}# zf5stsZMC&V>bC zQo&u8Boj?_-;SLh>=pt3@=Q_X?_LDO`vXTm`BL{wpr^UWRZOve;=&|&jmfO;4(~iz zy0c?;m%yXxI$yh)3>HOK5KZi7t8x(9qx2mQFXAmq-=)!tx?SI2zg#G$0WR&O2Bb(9 z%H?f(Jdum7tmS^*&D_s}N+=o|V}D#|-fo7s@TUepWByaYo$_I%>qnLOzFo8TMfPn& zy-$_oT?`pps~hqtOoXhEXYS7Q7FgUblRp$9q#!xYP<8c{hG&z6@ zw>K(Phl}0lE(viF3WJf$&7peJE4<5^@7&h0#hbL%$fcAH;2s z=k3^#MdB(F<0z&I%YTVwK1<;qQB37jx|S-_iB64aT>ZJqQ}n^-J_Gk?#rIPxR8ok7 zZEUdBf?&?8sWAsCRy>+Qtv+Z%A@phJ8L|la)cG=X6xdWPyD@csLj4PA6ziq^C|QLY ziq(D6dFmKqVm;LVX+xQkW~uksp_LxH$Bv2fkCIlZ7t#D!ZI@gSuuy7_MdT@Z*0R}q za*2E^s;kIi+m5xk;gDdXm1zaDcUh>23ZBGpp?noAbJQSHS%7!3qr%5I)} zu&bI_2x985NDo)MLn~F~5DJ{bwy(4AtoCrvk|SwEi?X?di10IJWtO*wng- zq_n~M^d!YN%6(}H=4GQR<2|V8)?HSl0yFfAZc%%uP9PKbm(a!Jh#DcQ-IIv`yF6ru z@gACwK{ka8m6C>#)~iN<-*xl<@;LFn^u&|zJ3pl`Z!Jo+4(s3`!$8w2Vnv0yi_E1e zRNlz8?z0QquscX|i=UXiJG6Uk)HduZ*mn)dsORPBIabGX=_Ddby9{AO1joXQtitbr z!5I9>B2tZuUDKT|x9i77^TTTpOmiJ|b(HIjjLl(p$$!eTlGR{wL(Ao^oHJAfis!cn)oD=z*8bc4_R;oV#&n{ikaR*BCik-Y zZJOU%$O#td25CpCkbE+^>VBX59GOUvT7b|$fO_a9bx@B?Lp>%{zMvk*Q|{hE@ZC{X zqh%pJL|Vr^ zBlt#V5k{YV2AF@c;+8G_iF)$*SIuC*b8`x?e|A#WlMK?6yxF@gyRVGu$+JVxJ}a>N zOD!VhqQ-yD(}svRQE^9;O(0jkpC zYc8i#N5OPL>iWSpR2dYJL@G7{=D38g(gv2av-OiaLiD2Au1!nIFin~>Ox-`|vj?WN zPX=zw50nJH9Sd}H6q6V(4=+dY%7$<_D8z4NPZBthu|7^RuaOV~pU;jx~J2X2Brye-LT^Unq_jJ*FIHUxwXXZHp%TELsRPCI2jrwA5hp9byWS8bb&f46=07rx-{o1>7J2# z4~_WtXdVrOsGAd_%Qzw02SQW~Gf-j}gg_>niW-ELYpUyH&AfuyWCmayxEXjN*$i-R z#QmG@CnzaUsO(V>VK1LffmFDO#%oT8B5NbWO4*l*d z@xJdbg#CttynD(_cZfqTABv+xcbos6)1iMDbf|q?nWUZW$|P|7wuK5$0Z>ST*4ZHV z@k9jg8c*aoT?bS0oTn^__`POSBt4~cV#h09N-@L_% zJjcBlo>cIe9I5y!saOJiR_`V$(hfk1_N}d3O3*%Zaf9Txw0xUN11PFL6jmY>j2a3{ zBWm+dcyQ8}!Ld3(SbY^I(VgSkLBHn7%lBA3SH>XMKT6E9t*EWY`DY!8qC+7-ak2yx zNT5-CGhRF#x%$f44e_p}K@p_uK!?6!;1nB$nLD2}nt+m?<-en|LDHV>agkghEXB&X z{(8|=hoYG3sKF+NMTin?;wSDSX0n~Saz)P)n8l3UNA2e0Xm{UgL(cxcL%UP>kcqrI zaaU0|Bm&sD2?_Z%^RA+{5h3SvaRG;6|H!6E9ttCtg)U4j7cLU}S_uqj5ug8{PU&{4 zKo{Ga2S=rQrAWO*ZYDKBVPh(HGqn>H*azHDi^!uvWTt!j^~HXr$;oxJ^1sZB~xfL1prU%YnY+tJ7IPKa>Yv2Gc7IGc- zOmkFM1m{#pojXcb&FY_8^;rI@=2bt8Y5YJ5WdPSl)<+a=%g~k)@1%DUk)i%5$$IJ{ zUN^UKD4t{O98Tg`J0mQOmJwZ{XVPkj6sc`)oYIb^P};uV7|i0HBHidhpi6M%(v5_+KaCf+^HCp`mz7(zQKbed)!bhqUsW1 zsF0Mf9kq6_ZE+aCf=SL9Vc1UA#K|MoLg{#;kR;3<^`oP_&7B|Sd zT{%>&pm(G?uHMet-GB0=XXPtxyk1P6zL@%LkrI2RvkA{AT7k`X+G;(j7!V|-q4iWZ zG+29~sowJ`k`|8(_Gv(PsjjhIZ?Raa?6o#a!_qqRle0A18y>XKs;rvXbCtvL;7m$$HdHTOs_wQ_ z*8xo{Y?cR?G@v7j`-h8{RwHL!XSw^%oA1C(tK06L_no}jia;o^Va}ZLa+Eqcl;^0K zTuWi_vsQP%G8$;_?bmWvz1I6$e(!kiVgGc)%UV^`RnR^neVy}T#YH{LT827{2_u#l zFTaVGb!Z_qUA=%(7&qV5@=qRrqd*96{MM{AD~~L{-`>zYLCzj3Of`Kev1U{W&7+ix znemY=1Rk!s^LxA-)sVS|6uMCjDM5bJAZ?ex0c?*nh=$~497j^U*(bs;`19=&% zR4lDws>*Qpqb1vk<4+El8u~z-t8A{EYP2;xu05AC&%L|GR<1oivE<#l>W7xvjzD`H zxt;%P*+n7A!e48*uzGY^v%OVaQ{VD(opZ*KJX_w3cU(vPY0^#3M!S0@YQe45bx;u6 z#jecP6=N60?rLk9tJ>i&HWoUW6uY)u@hxonvQedwl_zVj4K{YrMh$noZ&Rtl`}U=t^L=d<@7Pg* zaj4Gs8COT(ue8PF&F+mx!yao5I_*^`|IxnJe_h~Wwrs|`4x8%%kKNxWmZbR`vkD(s zKIE_TSGq$=cHsoN_*k(yUOwP(D)k#JtNB9srFr$&x+c4hNuQ(!KkVIVUS4y)URnm~ z-*faf_f{|SZ0Y$n+WQ0#+8UH^v3py-g`$x3b4zxYznPfj_ za73;E;^IG@kQT!sVL^S&3VLinZrQ5Lr5L7ZsFpy z$BCm*OQ^#(_f_s6+A8u!t88`bGHTt3rJ|t||4Mc2uhcZ)b*Y`clY1Gqyj0go=RK^S zKJB_g<0$uZ8)QK1takrZP$TIH@}6dBS0lUdgIm2n)vompyYBb&czP=S%Uxl7#yh;U zPWcOB^4MYUhxv6AthZqjrTvZ>oc(G8}_wR;3K|R5Y`Z7W!I*QKN0cFa?iA*bHL<6?M42kUOC-gIlg5stfIpx;Q zo*3g{3vvU)1d1l6^?&(6$ZZ?z3-zr}-U`qbq0@_P!adPDcdqj0tBDZAC_RuBcsX_m7fcpd}YQ-WY#K_0_HSH4ENCw;$`IGd&&?peR{vwf*G!F%^j`SVfu#ON zA82?qz)`q@-hNpEKF7lq%~Wv81K1sn7Q@C}|F z+WaMDR zE}E4}pT~X_?{wEQR;TOmVkM3$eC6U(@uucE3T|$$^mWN9cqN zELB#j-(Ul_B}+ONvR-g>xD0u}_S}Zzct^FvGfQ5kc-$`;zqt7gUI>EzJ@ahpE!w)R zTI>Gy;=rZ(fsDYvO3~`l_MYx3vE<2>8EezJM|+V#=o^bhLD!x~`|ek!(M>no!k+rG zvxO5>OlR1lXjQ}`>~<;+qGO{Z$XM-jggI0ukrW=6#_^afeRZKSB80;|v2(olyJl*> zb5#6`H$n?j=yyQ%*4A&%j;H0=jwIkokLyu%PsHbV0Y}o_Bp%BVdy{l050MnEt2eMm zEbb$qQ}ej6UqZqjt70`wto-+LBmOCr7M%s{bp|pKM@N&ez>scb1pq_>dwEMzviSfc za18W+U1Y`xVb4WG^z255_-5aE6@4o*@p#0(g`_d?y}w75_PBsfIzjJikH7|E88#5l zZ{3-1h8=u-ihlyf#8E*>j02D#0yp&#pX38v#)=7F=P$^&qVK3=u#%@DiC@wC*L>~~ z(7BGYBJX=M;S$h^j2o+Sbaf=gjGlVYd>V8jf&ZdfZ=U-aWtdl$V#W)!j#^P|Dvt56 zttbJdzoVlazRuQ=3xy=-2uK|dpy?kl7YwNMF#r?Ds|&WdPHRiH28~ERl{pY^!N{Lq`{R*psHmftot*1jqLTnSAF~P(Yk&Qi{@GajU8iRDZy3YRYM&S zjBKCk8Dd3GsKU_qa3c`A$6FrR*@N*wQA<*I{T@w7JJsh#TlH{M5e2%PU(#mrUcd;w zq4X~p37JEtBwPdEkN2-?&Cq__8O-1vk zgqqbxE?Qc@f)+qw$LQ|AqQXrNPV z$RDtWu$fn5BDc#P$qn!T0W7;-ClGk&EU@R?jdVww&Gon#$5H159Y|=xD~fB_OTto< zIdvj~C^e%x;N&KoYX)rfKe?^O)>7#XZ7XR8-*zTltSd(MT%hZ@M6p! zX}L}Px^mckgsKSqgX}WirU#K<(I!iK$bGfkzpBKa6BzM7oR7F^L(ClwW_D^~scF59 zxXqnqon_0L(aENqJftqjA*d1s;0 z&q0oR%ecQn1{8IkvE!N2XzQK7@^*+s|?1=eB`u`^}z%f2UD{EnpHm zKkYD5<9uaz*b{et4y2oRezGBQ$+GlKJdiRYo~>8Yr!E82owE3DsD@JpS-ePxuV^<^ zkO{nySCZ9Pc;(-Z zVSy*D#V(eb*;&$A)>4egDpTzxQ99oFJ)-07jr3h(*0L9NzzEO6BA{ftw^;CF6ZrxW z=DrRKG zl()!Rgs{_){0xfq&gaE?(#t5;(+=9HSWiBTV!ctZq$1-LeqmJpB{|l)IzkB^1+NA5 z81z71TSD&5*y&9h%gjl;#k{Bwu6k}Bx=CElmSH1Mtd`@{IV(!UWy$}-UW(6JZH{KG z%9Mqt&03MN8gLm^*H3eA2hv2(^4~v{{S7+E5-}uNm{@&RpM`zR1q{=XV{7?kq_Et$ zQ@($gjk4b^RGLXZQKG=t$<;MEi1j0`uK*(B9O&C|Y1gSK0?y~Eul%G8i-D8c#LGJz zog=YyP3mH~JwZ_*@XRD_via=n-RZkO6)h0Zgje z>vh`gdf*Hj3S7^ZTN}`@VBZ{PQ?Bc6>v4Bm4BOi*@?0$<2lCO`z?Tx*OI8+d%G9B~ zlojoO5le;YKOTxl^$(-6dPSw!#3-dxVf&M~*ZdYuiV)(HZ`cBMAPxoGVXB{aEfKH! zmg5B`MVJJPtJ)ICPzM3xDu16JB#(N zCJ-Dlvo0Y?kz((n4l)992ygWIuUMt&su+Agq6`F?9iR0syusZh;!4-JQr3OB;G$Qu+)pkN;FTpV~+q99W` z!k%-;mq_tgU)Oy zGV}PYA5XjJj)Nu; z-AF;dW~X9BlxDqQtF5(CFBf^g^c?lUmiC}`1OoUuw*6MegEn-6Lh+-&>d)34d7k&E zxU3K*N;OUI*x9R1uP&nqnM3-Nx}QeePH(N$*ZstlycbE$-r+Tktp%+GP}Yp6gT94< zqV7yzs5`SeQ|al>l<-q`T6dZpVHsLT3w5WlQ8gXz+pbY9LOCjgK#P@(6iv@gJ=PV* zc)Y#pdkel%@}2qL+%;wPk};58hdsRx7O^ZNVD6fAcJcBDG4hVtETXpy1&_Ht7nwrk z<2+Ogc;=2=O?A21Euh!juHc!gBvM>e;+hk?Fqj6ri$o28#t9Yvft2@jVeaZ$nuF?4 z%2+09Fw3Ird$_nrqlubKUa_g6gooE?@=uCaV|eGHSiL517R1A2rDzp&*Ub1?h;WcD zzxlf;IrW8nA*GZbv=j#|#ZOxNL46_od5j`eMyV12wE$^y8fpQGv#yAaUAEk1Q?IgO zLMuLrq05p7RVH}JhaThEp-rzLDdl4fXSh6=>RMBQ_ZPcw;d7Xk=`IWf#F$&@qM1-6 zPY^UE=!vd1X&9uOt4(T?bei<6y@TIgpcnFL|JR8&LwExPhYrn!7j<^0`nqR2Wu~>; z^S~|;UKWTU9s^-@2-^&>cyE^PPk$5!r6LJ}o}poBt9 zZy07eV<>F}otcWz7LyigC~Z}yo%(;*-e>C^UF$ETFd8M zyBu+;>zB`WFXg?MslAT33MONrw<>+;e@x#x+1*Iqy7a;7wp+Mg+`Gbis{63_S?^xa zTD<)abKK8A>~`N!+x=3@tF~60Kro$#HYP{E zt>5O&r>XGf!ve~;TD2cIx4gCGyIO)Zu_n1kh~8U=5fA1Ms>KeCA3D9|Le0+2 zW||{S;eTt1`Aq(#`9$;s90NJ9#0v!ksbU!|XZ^uVn^b!Qf$K?)`q!@5U7Lw_QCFQ-On~eDZ?z*eHUi9y7u@Bp$^!eQ1k7pB-epIEUdZHkdy-?4YjM@Pm<=-<;9 zWWsy`S`fD=OkI@P?xdAzWvB^RrImpycdgXQ`04N^4gAGEY;mbGxE)#HHp)Dv@JEh* z?tx}^G1_$wAqhOF1X1;G)Ff0e8?#|V;;p5uWod)gMmOZO8ABV_#`PH*XNpYIfB<@A zM7WxyWf}ST^36}Vu~AElYjFhwuLatVXKTa!?m;Q~IMH#fIo`rL4zYY}Q zJV7l;zImjwHw79+NHEGnf>GJXIaH>(D1%F2Q+TE0d#cQ)EQ{``8noa$V}62rs_1^O z#=Ket!b7%gHd=3bNX;5d;>g6mY(%pMe@XYtxdHx~EmfK8x238((mg6}R^0BcxVbeD zi{epQ9a_0QH{%Kos}{$lI9q8+8f;WchRVQb{89vPLVV$+5I}{Zk$^Q&YNCyyU0g`u zVafz)?26;kCUT%7^TVQFWIW)I)XIF_Vf-TPal3=(Zwo$~5;KMH=@ep5TCS9t6;!W~ z+|YO}WS=P(4H-odLwptWzt~sK<(?G}ThK94c~#}ilG*8XLV3u{>Rz3`6In#UBwGvD zOIko)kStqg^}I}INXbKK1UtL2NG3E2|0gKvSDflvs@s#^hDtk zg;Ome{+`n#XtI#ux4JWzuOPA!M+~L5DMIIB`84Euan&c-Jjtv$mq`J$=%yk1i@`Fv zNOUy$s-*5VwH&zf3{0E89JpI9mUL?4&x*fE2`>7a&dGc>xY$zc%(rbAzpxv?g9|RZ zA-0&cuOR&jkCi_L_9T{2tSA`f5^5Q;1dKvz`LS{{f8)r+50o5U0;1!3Stx5V7l?21 zhM*Em3HQQurZ)7n)FQJz?c$cM%j^#0KCJ6ec7YVdt5y4v&<#mi zOcJE}cw2kP*~mGcqfL&|o@^w>o0Of88-6K&?`WM1y9yE;u(3 z)P??uq6_h;asC5Qv#O!1AICmkLo#&yub>DUrwFd+xwc=hd?@+kxa44W`N`&!&At)e z2$!rQ>O^P6ELrKiC!5V{)fvxRt8GCcQt^seJ1HI3LgL`B@%JWeOh@!w5_-`2`^OD! z%-n{x2U0oNw|7m^isJCd?0pN|LEQF|f!}zND>`Fp6AfQ1eGq`*-#qTMq@MB8dXylj z-saeLcTxXt|G%#6vUlAOvWngoEzRkJPC(y;tf4E4me1>`T2br`h5oS!#@dMc+rhXe z)OpiR-en~qH1kx1n={Vxm?@%3EDy+xJB9-+S6U?b{k&Re$Ou(MAJLZVeCxs znV+96)xB)x^emW-EM~)ZMJqT*;br-}V)ZquYW7hbJWpYpv-J67f3bHk6k&8fLr zfc#3|PW{pB>MQ;)w~aro)p9ui^-dH>&P@Qx7S zh@vLqRU4lKLT718?S|lr(0WcXHbv0w=N?LLd&SZNi`{b zfb6#YcEP{8!5H0%c{XHFHyvf@s&2t4`rT-@oj!2}aVwf-Fe11{+=yly92*>?=fM+| zixF_qdWq*jFNUVUG4tcFDE$S#OKDUV>`Us`;8V?_eaXJJx0ISKrC?%9scz;30pf#f zBp9cumBs*@Rb&=r5ChS^-*oTgdS{=*kVx6`lI=Ys;539Lvu=v)9nz;X&ecP7@6g`u zXCpK_zH1hm>L`Tjun=A(@;infwVFXJ8!&gw{Lc5-i_PK=#3QyxiChQ^m=Vl$Qf z84>&ncDvPcf~*JZN*VxOyR0|`-bcBxhjUPO=A~(W!M zXY?fvXkY=9NnV)cdYda#uFq_n@t%}$Hj{ifn@O^gbo(9s_ZVElylL9t#`X0`ZEEEH zKkRs?eXW(V@FWdRCtk5RzOi~8?FVju#;W^DXY0H3)tBbZ^EpUhQNt(mAh8IgLEqgA zP~bgWw0!V90h*wANGLw!u5}yhOs?FDwKJ+uux9hz&DPj*e4mkYo zq22x!D+g_%`#W#x+Ze7AE>~F&AMbrFV>HM+(K5zH@%dCL1u^&&R2|&c;B6v~qc~A& zSiL&-^`c>fM3g;uo8^iI<74lKTN2nVS_Z2bLn~v!C$E~Ll@d4+S`eZFrX6=jC&h*% zW_z?i=QVi2VDd!+pLA?lPLh+u$b5p4JF9fr!R0AT{Ery~)1BA-S9|}}%udqApr;^q z!zkL6!O)v_@0(51jwBd_FM1y5kjHz<_AE6+ioOD~I3~>#yyVC}x||`5kB;b1gKu$D z(Szj&%MCK?qoWLA%zwcrOibCqJIz-ip|34i92f0NC%^^nU!zs!JWH3`DYb(m0 zQ3J%lzk}NsDDc^6Q`elBLx2b*1&oPVNA_j}Lzk1}7O&6KPdk69m z_`T%Ox5Og@mI15T+yL@1%_$iiQ~Owt*u~B3Pah531?j${(8P4NX9@QK$G`_6+%H=& z|C-NDQ@W>U??_A0;NBxYhKvVW_+DA=Ubw}FDZljb4|(?QPVW9)(e_0w&pl&hcrU>;GNWR1TP{4%k@(^ z3w9(krwJSU<{8=r!fqBZI57{$f`mGI-{cx>g7LjCoBlg}>kGv3&j+Grag0qwoc)A3 z0FH>7XW1V&V?|m8B+%8f`*OQ0%TwH%?YP`NJ~gjye__)_TjPde?I_HY8y$rmg{>(> zk-8M973N#}e|8iS<4bWsNAzG)7y#s6zNcWS)9?Aa00L45QfDh2()w|uc5Yqu*iWo5T(w@X-CN*Po{kd8QO3zZR#0JB6QDcYwzpprHYw>uUy+=C%M~VH^#t|EtVF}L-gKa@jZdFESa|j?yM~fbrWaF zd~W0H`)mKjyYBF;<({$~p7#DBO21I^WM+|k=eCj^M>p>oG33zRroB!6`b?WTDpb2__htMigaCaRD(#3E zSEXvdVzdm?<;11DrSy*bK{Ws}r<5QYWzR{H3{}8^0WuR%lwMdp9aFldC(EP>rs}a zb|+!My#+${NDe$0Irybuxx1X_dJEB#azms(@b$DB6*m*1r*0uMwAgP8W;_H{~;~Pg;GitX{5GjK`6ot5oyQrf^0xI`T*g)K@lEv zRv3Nezrj0C35)JcLy&tTX5u8`>;B@wCKGY~6xaz2AWP1%*uiG}E0@}8qSw)TH&>hI zOjqRxzqBJ^FtR(Fd?@>hVpw>!^*el=ReT9CShW8u(f_0}>oU&UA2!Q!dY;Y^vn+>O zH=UXAle0@8=}Dx^^6j?m0D6^F0c3Kp;eeQQBnYwmjm zd3F#jw5nXld@?JKad@$wqd1hm>vhcqgWae2=v}J`zr^$RBFuvPy@(tEA9tP5837Ce zJ~N$wO2$jhoEI6a>Ko=3InTV&$|7ZbaR^L$IEYGo8jqCGziVZB4y%v~_pe8z(UR-Z z>Vs0q!{=s`CyEnF5h;~9ON3I}n+BZYlyaVDF8Zdi2_&hq2@IExTHafwP<0Usg&skn zP|Rw{8`|4!o=5Y=P$G0LFA=Idy{gLd3!Yi-dzOV;nq`U5%S|Oh7g34O>Wy{2{gl1j zG6N+-gTCMzZC9QD9;$Aw6!?~*MChvY5~0PSMCco)5~0ei0P>rSU*rsz&I- zN*D8_YJ`64*22y~ayPN^wr8eSBedrscdPeBc z$$71*JsVv0+k-^mpm9!ocx^ZGPXDje34MNtBdbp6-yqG8cpEWqG5SBV`+BY@NJa4; zLMzSU30e!%=dmxEjny1=LfO7uzcK&hpxtcGl8h_q5H4HrggVAhm?BqCsy?Jh^E#nn zsuOx>!LjJE{i^I&_{7JkPH3xpFY1I|U;9M9a;FkKafebhk9>p3wq6g6I)h3m@$oz_ ztmI}@nyr1fCE5~gF9bw9|D8vkJ>77scD%k4d(bL9mr`BOd6XsoX2nL|X)5FR^YzHo zYq^H+;6M$h?oYKnLxz6I57#<3BDtJ$$d$RPHqxf`4ek~76_wQ++)vk3)UHP3%zCG@ zVODZ2dU?L-tf*~JZ){|rXjor&q(X`EaR^0Ws#jNQ3u}~Dcq3KqncuozMM;L%P^GhB ze2sGc8-W?Kf{sQ{CxEv5+YPgfN~4v|4W8#`1rAsKuC9{Z=nr@5gD_fWrCW{f4Gl$U+8+yceM-cuj<#)(ds|-J#RY-)N^^ z_uUYHRI zGESoT)0)2X@*68J2Fbp953p)YY)0&VuARzk?bW%jiaH0%(u0ntnZ#CfN4>mghjh&X1+nV?$=S$%J2wm-r6n7A58_MY+jC1+>%76V)7^y}mO41%YRLJ@b8GUzf3OsTE3* z9MS?LA}{XMs`PwTnJ$y^OLH6mvGOv+N`nWx0C{Z&&kj9BhFy#lnMoTYE7wTzrd>eN zCS3=gTOYqU{!3;;VG{-c^@tIY4V;#E^Sls9$~a!F%B+=IoEDQ3JZX>wkb;SGg3ebt zx^4ts{0mDaa2{F}K}s3eAyraK=dGPS$q#tHlFMRNB+B5$4X(&hxbo=Uxm0OT@+|7- zX7Fr!Mcr>+lUY&MC0JrA*|fcRQrQHVGKMIfP2mCL&OAi5h|l5Rp}}IECO+@XV@1^M zeuJ=N$qB65TDj>A4`L#%4(8UlcS1_49Ca|a$I|BWTB?JYq$(uRRs6ox!Q3P<6zDCZ zKtZYwX1-sH3piXm&PFs>`vfHyv{$KBYK2}0bN%W@XXWp!D}KAyDT`pL5lGpHx|Mqq zhSgyO-F(!O5&|7hw%*Y(-a0tHHPX7p;PGH7F~O#xO+%`Emt&Vp8`D5lz2Q{Zj$;V% zRP1UJBqPKvUO(1)$=R`IvMV1N&q{-bvasDnh!sk~gF%S@WM&QlnH+m$jJTNRU2{4; zJIMFYvj0fWqt7aS$@Zmz7qayUfofssj5k(l+zTfi0B6Jdo6d>%`>HZy4d~`K9Z(|l zWg~$Fr9deF1}Pu>Qb$}UULoLsN`A<_l2C_W{yAyPKW;F8Xe6CeL*Iqe-Cyb}5YUp! zAwg?``wTtX${n7hWz|IMcn7ZPx{{)2k=?0N2A)Ks_=vF47JuELHV&+mwL{J`M%uBM)Z7~078 zyrE=ItS`e>~`u3FF> zG}MUqkCCP3MvF#WkCij=hmfq?ZwBL5D>$BnD$}tWYA3$3bm~TY{t^GT?)8t*IUt{* z25D^hF;BK#K;8$68fZSm4ZgopYvPpFr17Ei^})HQ3J2noXfl^dZy=YDniRVMgs75< zf)G$=@`HQYt%47-jVc)a#OUl9&kLkub>sh<9QFt3kh3w&S+Ft6PZiG+eqH&@6xe`i zHW{y{Z;2mDXUxz}wCEW1CR2B?D61}JXb6|Z#l_`u#GT6G;soCLzY7^-4ejBgAjEws zL^~f)Ijb9C>qFyX<(ldgEA4xSMqv@}BF?(UQP`3lKJ{y7(+q#1K4x$|`aB!ge0?Ki zVYa)lZ`iMGYh0_|M6ow@TcdkJT}3@wMXX2DEiN70bJ?P{Wt2owlF94D;-~^eJnnG| z9zPfiENmYMc;^Rv0cq01?CmJI_@_s z*S+?=Whq9pq)J{TiMzZ>a2kJ?v^*7`X@4L7Ht{qm4lSRRKUSJ))I}X?TykPZqGW09 z_U3dpqtzEbP{%rkJD#8xd9ynb3<%qVvHxo53;YS_I##qBNMv3|eU~fkfX&Ej2-xlo zaJc}i-MUATXmXFfs^)LI`4WS zKV+JutX^tlF)Efv8t}al@C_Gdcu#}g=^Qz%i-_slS7a8Q(Yz`xxz-57@%18SV}mnI zmRyyqDUk@+U%@?&=hVJ<_4u08mB{d=HbVq;Q9BN5alB3$B2FE`DDWO5PHmYBP6Z!B z!S<2un%xw^LQN5BoV8VrYpF7_l8>H2|L*(ptY1{DUh6pze8Za$Nh@3(RV?bL`!Mmd z6M54kN}eaGes31lkXcsjxhizh)9h(3p=w)m+ASV;=cn7(%tt+oRfcBlbWxCea~y?I z3)RnZOV(FP14X5WWjV{OuWxL-XakB&XK2UpQZvWy8s0TBCC9$AuHx&?M}{RLW-jI` zp`bOHpU{UiNL39K2s%^pspL_r_FIx?w?xsz84GkLt0xX#;$s(80ylEs0 z^1YDBle=8gfyCd`^_anuhn8|8pAed~SIb=;37KE#PS`U`ZeNckY;`rxHy-~3*FgS! z&t62elqMo<1U=Z8SL1|zo=F8|)Ruz^8r?Ma$!5RZZ}$wT!4mElKi%*P>ahA-m)a}` zOQ_B6!<9~PjGs3DV#8`@T_YKLb~zXYl@i{hdbAX|+|S z8s%Pd4T3G>S0gVFQdtJltzs$MTE{cObpm{CD{^s1DpWBPo~xbi<{ zP$`gqqwuQYV0r#M8>^i)m58l~)k7)bIc!djI)2(MlU5GWmUtsHc+kxofqCD@C6nH{ zH?7E2`(a*-ExX3lIXKg}nsfRtHTT734;5vn81G65FBD*8DJw0JURKGSAug*7zsoE$ zi^FRZRo~g(WtKSpakIoB+faSi5Ocl5y-z~SO$bZ^@Lwo}SW3wK`=d7Rm`t`nL#UXp z!G&8ax;f%UArN^(v6Gqi15BF&K$FY2lYdAzAT~wMEZz=T&DWwQo2JEo{2yjnX>3;beS#G&=mkZVm^ zL(6yz9R1+Cb`+AWr+yP^sT?e#mbwoMZBD$#wfQpLmC;}bDs@N>*c?MTW08N$y|wE# z%4R7!g;6 zE8P71`J0oQe`DZ*M&aGoO+QodC~}GCaE7~INzc(X`@%&PDdcAFU=vfhz-g8F_}Dq{ zEIN(W_&&iSOR$N6Adp6z15`+5sdFrulz<&lq#;U#r0z=RreQVZUkd%y%#(xy)IS#@9$7wwX2=QFI%2*_ zAvm(|47;n?{HqTb&>XX5a{RH2&+Ovs_`%6P$Tfm&E&V_MO*=|qc^0B(8M(m| zTl#6eEVN*Gn_rB%oaJ9(Nw`Wkk*Auo{N`5?{a@#Lz&F>>sGt&PKx>Rii~kfoHB%Hy7t(^%=zK%0<+4X1j0mwm#eDU(eq>zWJ91 ztM~b+130$)k8AM*Ly!Bg-#E@DcEnSLI)z}#RNs+g8Nk2q1vBtxUp-@(3I!>voaT-) z$A`=$srO!xK62eVPF*_9wjab#W^4`8ic1z#g}NL`nD7?qEAk3YHnWK^3v0Yqvk;R> z%NscH9}N~awt+15<(YIZmmG++=mrLQB)x*A`noUQmrrgP5<#sAvspuIiQu-u=ZV&Y zaX$4@UfWZi&^t;ti-0@h-f^k3*=;M$Y(*dRo@tt8c?SMHHgvv{WIL#axBQ6&%6g6ved zl9-2ZIc6dj!Vs6mt2J~?IOSqQwKP5;r`&Q=jrmd~T&I+gRYd6p!`^$jFnLKACfPOS zPuHG$L;ZyNjxyNk+&q8ARS#=~oCB5WBDmElzfbuBI!!g8Thy%6>^JMyuU`AAv#}9A zdDm;z^~x>C(?C*vquXEcj!2xpQ#51K|zNNHnjt z$+sf->DH6;TZdbpFl0f{MWr-0#W%&3i7l}$Bb1$qfLJUg3$}cVBtdV63m^i0DSST6 z3OtKC_K|3MHnyJhFpkj4II|vFeaIzU1n*BB`~JS3^F_T0EukeSyBx1m6gZ~NC}}?M zZ`wWM@2OiSgbR;_!9(>nF^ImfX3SjyBfWiB&ZwYy> zg`msX$PM8DD9m4@t(vobd=0tRsH390qT&tZIkLt@e};aCa@=QAKRO?V?}rSs_W2O5 z<3k$>$HQZ-BOQqIhO$*$C`nV10;2g_6X}F~hS&_*OxIGI3@(;DNpD<6hDJms5%{aW z)0=>amQREHT6==Ji6&%NH1?S-7n=dlo^@s!2uKv&@~|NE{xU75jPikVP0`2jDKnwp z`{abUpzv>CYy4wGwol+eC72}Qq~Fjxktql@s{njovsrb}Z~8W5sg6`FZ}POBQGOx`MsHm8732y7tn&4By1;Hlh<5- z++8ILkmqi@&083hT*r#Z?h|FSbR;Ar{wekWC&n>zK>PD1QCRdQF z_B&kJG`LqZs4jKHTzlEqzO?al!&|O~hH4bH_^r!xky6}9ao$ri0&#ut99*qMDWe=L z5-NdcAj%>1o9afjAZ>hNxl_$o^SL`J-&NmY_t;gN7_g`HPjFS)TCS@JTrkJ8WOIop z=n0l|-bP+O4cRW*gcvNLO?2=?518l89i<+Nybx}7TY zsl)EK+^--$O*zGL+ViR?I*!rPVe{Dng<>$D{Dg~JI;?aXVz8#J(ymgvN!)Njhplx# zF96&Iz24yL%irswLCmULwCvbMD(Bw5VRgm&2DXJl?7ypRe?y($al-u__hYm6J=Gt9 zcRa2{yocIW1pc$7&l~stpuy!mEGyJ+R8}h&x>5pFWGipFl!C|@9o=_SR?H8iYW=bW{-qUVc!Z_W8(lS^+o_YG{sW5)wGSFNw$ z73c%E_zq(i@MqPJP-S}MK2Pu%+TzhT7-eMhk(wTotg=X!rSIJWf! z*5Cq}B+PfnIF&U66C`@JCAYo9U6EVuNUnMr3jfBk+iqKO<6TS3mMw1)_3yV2Z6D%^ zHGomtlcH92*BWM_K|9>|_#SC=u`Pga83?kNIO4ww(q|BDP`haP626_lN1JgJ7t9jc zT;Sus5}y({_S}BM9layu(AGwIE#Fbtr~e^LHjS(H)P+Yv-{1Q5S($8IpK~_OKN&ew ztVTPJgN!5`R|!V3dgwsXAPF6PME$=?hbOs%nIvN#=W-(iDDl}}un%7Y=B@@}E*)tWPl}!N-kvt(C)*V}5>51NdcGEJe{1C& zoRrh1TpHb%VRs$R7=kQ7cHlJH$o=ZJ&bjk_7n$8;{jgMNt%N(3H2KUD?R+x?>A5Ns zg81K=?rNr?>_b^L=~4KtrUD-LckZrM@?qbVA+((2WTj)Jqa*nD1kBc%`Rpg7xON}m~B<1FYx3t--HfkSQ1^pI$R!YTX zZLfHqriKX0VeMqY&mri2PkZ)~i-i4beRWNvH-xS2jcdIx^Bo;ft8cif&_;nG*%)Nn zR@Bb&&1j;kRkJ)7*SfDqw$>+o*So7XNA%H47HH@WWwbM|^TV5)HaC&F*J>MF>eFp= z)mZhhKl|*SgeTFGZ21imI@x@uXuQy|R7pTp@u4`p@tGwLE}kKZ#dn>D{q_%2!3c^o zJreD+i$S3KuF%Wj?{e>G*Y$lZN|;eY$0PXq0 z)Y2>mf^;X)N?d&4^_}H+FT3l86$c^!_YSU!9ni!Mp|u;Jgh^>b8H*8k5UU%@LxLvG z2yt5$$gqLbWGoLg3~`I1_PbUV%ZugFV!))-m*Y{3u^8&ao+fpiW<_{MOsqC8EG#Ad`bTd0VEJI|lrrop);*Y}?MjWVuRCiglUxiX zc_LrTnOG+lJvuTtLbX}Ag0glc2XU-FA=gP-`6fJ}xFx#i;E4GN8IEYAZrM7RN)_=Y z@R_fVFqLHqPWr7H$92B91~p6uM`=;8EU;;fLBGL92kYRlFatf~gTpk8=NKH;pJSv2 z1GOZF2cJk$TYlGQ*Y~GEZ2%>LyG1iQb5zW|Rc;QE%q*}Yz{zRy2HgPrtblz=x6eK+ zQ@B|?#o8cO;%@e1&nZE&+#7w#Y_rPal>7FLWw+m6wv5C;NQwc{UQO71ig)dvN$FSL ze;RoDhUH6dB#KlVii6$*qZ-^_zyNj{EUMYDVVE~Pv5_N_ioa+!6vV0GQ(pxO5e09w zDzv&O)bF)WD-4vIZxv31-wXB%e1q!rxd+TDvo5!ORFVLs9yal zDM`%@FKFZ1bx!10!7ZAoQ^KSz!x(wq9|>i2Ewh$fS6Tf4$a|stu)DY9y7e{KFIF4>?u`7FuuLaS+(VYQ{JDlJLjk+HPuR9`#y4L^YM`zmfeIVSrB$h z8~7LJQ>!^KKDwgp&eXwqpG$rGD2YZs{^zRH$3HK<{f^s~E?JH^)8#XYs^>W8%$m`c z&(Qk!-obcP=anJ{I;i!s+Cx)t+7q6?>_^RLPzrtC$`M75V^>^=j zo{$b$x`8ZC_X|7{Q1e6qFoQ+0u)Od~jcePsRl$0N6S3#{ni}P_v-j@D@2l)}JuyRC zh^KnB`Mtia3${Ef4a8puEHtx^|pE~vOw7Ot42}p=Z z_;J(RiPKg9$8SQKIsP2j-aMq-^^YNw&7^rqE^paSZbeuFz>rF_QISnZyc~uX`c3g2 zw0yUU=T3c>8;`{0%=?y^aqKnE+q4Rb1!ZF$Y-LtUO14khYBW`ZhoMo*=`+bFddG1T z0>+dZlkU;>S%gl4`YSEbdmM`plb76(`}C#^X+CY#V#&4NLrfXp?{PY7zem@ouCd1G z?9f=W6O{-0At^AyH%n!ZRUbn=or$M5$INhwo^SJ`W}|v@5dWT}G!PE5V7YYcuc~*g zujA$oCJ73#9AzLgCTV8Lsz_ZK?F2s@#I|X&2JDpC9k2=jrdL3WMG!etx$jj?L}HPn zSv$+x^7Us;!1-vPvo}cs5D#l-OCH2-Ia(rpV2OU&u)4mwuCbwUV~z8k z>c+NG369v%uHPR$A9@7vheM#DhkfPZmVD(jfCwMGj0^z2-!#rH7uB|A%oEjL_;vCh z?u&~Es*V|k`+jtAR76V^?p_b`818JnE~Y!IQ^g;TREniSzr zQecr-Hk8MGIaUOlt<1&N}zRgpnb^-H>NiY}MZe|8?5N(V_Fir-1mt^P4xDs0L#q{1U77jIcHrC8{i5HbOBp|ER$&6uAi z5Vl3q1;Vz0$KVAJD3#)E`*lM=7=hCi2q&7%0wMZ^X$u5zfwuq&^@ZMo0pEc7keBnF zH(!op<(OGv4O!Lrj`B2D4cVwX};n9Fdd*{mwPKc;_}L zzIpY76dTbTVnb|q(>2pyKx_oA*aWm?uuq^+XXPX@&@|bn_rH#9q;-`Nq2otXzLLa~ zZo^NmQ4I##JF@q?Sq$`8vzdX^=NE6CYo_@W5Yc&z87>kOXgUXt+dVWbje9U|4n3C~ z92Ju`U3H6Tjc!UBPsWPP>eEdBkHy59C3zxUW8ld&ZFw?g)|I3Q(siY%uM$a`NM35b zERyFHn#mH-g@AN<@Vmnfc4CH<-!sQ1cJ~(c5gw18Dfj2(s=Fg%HKc9jo^~whjc1{6 zb9g4%KCHJ{<03?rN{|t183{7egVVqx)6}`|5AzT#2g3_6+VSW)=pJ+$*_FjQ-QP3> zEI$2k@z#r`$vWVi^Ji-LtdIeZnTJ$8luv3t7h%=z$fgN2cfmlvhGy2BqhLEJpM%5c zoTJlsigP~0fvQQCkX#`ikk|s%AoHfhIgxD6`A(Wacru(BDx&@W@)=tZPatg(;a*na z9w-Z)&m}kN?^0R(>}-|A!DG{~8@Kwh)dXlgE+zr5)~)3tBZ=rA4?yU0M>eU)Gv^VO z)CzNuv^)_^o5UJb+38l`P%DSWil;SL(dL04?L75ERK~L zJO!XymdV|d09E1i(=MF}n*{l~q&tlvIVn&OD9Ait_Y)ikl8HXS5Ngt66~cmo1wKjA zGrLDZRVgt1Kj#8t*Z?2d0%OyN@o-b9+NNxQG34N3ND^vj>=FG1d?Y|Mz%~3aS*$Hz z3Jk!@{I(0Zz(_C%3mOm@5L`6gH-WKvIs#+pJqrxpt3e2YTs{Hxm^v%Z;3~69H99&& zB>0#DW8cQ-l$)~Ln5D80+AeI4*lm!aSEJFxtX2~>JhC8N#X8Ea*X3+8P)RrF0 zD0B+WKB>dUU>jwPL?~Iz)BU0$jqwSZw#ZEHQ-D-NawsD3L0NhSqv^_aNKj*ncYeru zCps1HbeQ%nO~E_CbUG)P8i7~GWSpIhnwOcBlwq4OYg>V?ZQ~~9Nv5ClJ!{+c=`fFO zlyR>8chRay50c!>C)$5iw(YgC~5dM48_$|Xn0 z;96ZU@S>Y{B30`Jfe$iLwZv}D3>8(beq6akM3uZ&CDkyDbg|b?K0B{HHEuBLBg1d9 zXwf+U*Wh>%?KaN{T)77h=B#3oPS&irM&Ppd3%urvX*g2Oy3s9(E&sJ>5klc4!{Vv& z!hoNQb`E}$__aO-(fyw}b9{j9bKY-=bo5?4cn&zLXQ(IJC_7Z3njC`a^G{wlO-+Fw6d#;B zBa^njX%~s|GX>vI-nmI^B5wRyszhdnSJ2obGpS2Zib?fPrWrpwf1tq_>~g83F<*ej z6WBx#lSm&glPuw~F%JQ)3Be(97mc9LScpPH+?xariH7!ZhhZpcVv(Srr%52)G#rNK zz#`MpTzhQUu&)xysnxZsQFAgSx3)K#tzHc~B|2V2ol$3 zR2=hO>Xa-MxslkSMkG7F=G!M0^5n{_Dm?HHBV`{|bdaL2T-b>H!0$L$D*^1KYv^Cw z;C{}(q8dd=-mb3wH&1{2X4R5fgot39np_NUS!+UYS;$1Tzou6ba zoum5#F3Py4p$-pxqW6=3OyoidF{dVXB>GNtm&3NTi-2&T z6h~Z*>N!9o0UN$a-4r$uVu*84IuDJYi_2_sZzKbS-44iaKp}Yr@h*)#|Jb0-EXue` zsJuJU9npg1IuITNAy4S@J85a(*_&UeZwbHzmD=^pLvB?b`>22t>>s3)fsL4Rs|-&A zZsSU$bCb9!QwrW2ddv}`YB4=!O7lN-ttbFO{0+nI8nH6ILNU~6TRx0_E*h8>tMq#A zwRs0S{U^9LZ-UwIIU&S_XPkEZi&K)k@+Qy;`+yFFc#?_F>a+4lhF!A{6!an~hK5)z z&E96=Ye8PZB(vd2Kd(2@hIAJi;;eMuNM7VaJfI4K(`>si+Vb_Y;g|+WFNp^kSH}Yu zD#T>0EE`pmAyBUHNirL=g>->Hc5Gs-=NLi*4y9o_5!1EOfEeY~RV^+=p%9mM%5~Kmgz`sjH&Knp7IRyk|rmp5Uq$IOmb_Qmb zu|hEXt$Z5*B}F<|gl$DRgEE00J;^qkdV@|CWz-$TSEk0=Y)FK`Jkv}~!ST2DH1{-X zRXo|Uibb@lo@Q|-p04R&BbuYrYOFs#kIAcg$2xUJ*YU)NcMO}BPz2Ryr?fn+d|+f? zq)loG9MkA&mK*@~Eyab=i3S_hnj~dH-Bi&KbT4VT zJKP=S$=6V6S{W2t*nAtr?STcsg~8!Nb`9EGacM3jzQh7CoEvH@*HxI6&Y6A{gFntW zF($M-NF(DOe}`z-&Yg?R5{{**uYw%v3qo!h9iForX;9J=RPiZN#n(U;=d+LNs`#H% zs(93_iWjq!p67)6fEux}d9-616h*^3Mj%`~uA#BieUoWI?WSBE%t#yR7f4Q}4M{(F ze}c(kr`z(SOl3{F#Hb@eMKS>Q??}+2U1y@gLi8cFq|ZI1zpfnV*{EK-d@#}s<_9yY zM(}Iy3ZG}E8!bZ?$%tGxTFe{(Ib-ihO$_GU)?-Ocd!i=|CeXwTSxEn-;7_wp5B+<_ z>3i`cLPN3(e9s)eZA)iwE2R`2DU*|ADD{Ja^X{l%IclEpUyXG1ch%L{o*ZW;& zIVq)zl<%P=s=4vYiAxcH?YHz}hEovQMn`l7iA4g|&CsS&uj8{p<_T#A2qI@A(CdH8 zODtF^o3GQ}X>a3?hO_B0lOC&hdO{(Af__>_P$u0cY7KHu6Y%*eX?3UTU#K^5>12s| z>;mNCAWzTGl}=V7W=ko4wMs|Ta-PMc;C9{zqD?g@^}am9nN(xgR2a6OiXb;j>H|$S+1eu<|suuER!?T1QYqE`MjC zvHYEdorPj@#qz7s-qPOdjO8D2(GV;m^sHvPH78wP*npj{$-BUBX|+ETDZ%2Ahw0c{R$!y^DYL7SJ;5Eqgp);-b<7$LX| zn%hQ4^b5&b`0k3}++fsv722_)-!86ABN#MpH&E8y+^w6iV#>s;PRvPa6oW^@HN-s- zhpVTLew|M$=St=}+Kg-(n$!X@pwFA}ooQ0(D1A}~hs{lryPL2r3D+>5B*W`@6= z)^zx*#(G`7E*>@__*6D9Ohe}r1N<6vU~I-Q?+58yXPw{W&^+c&n2Y#YIDDpFkl zs=?^C5&a1zU>l+(7Sq<}>r-=ZjrvA#zq4WR#lx zYuryyl_-;G0jI-1v+Y5{U()NPw z1%gV1(XB@Nhs{*o|4js2@|cB&9xG31d5h z2UwPH84jh0nd)eoh9XBs;CbW@VE~pUGzStmmhTC*Xck&(JOD027sP96z_K~1+xr4I5ec1K_>SnjV`} zlQT=i-rJqcfsw$7HuM*FTmx@ED7QG%wrvgvJg-BafSd%0fv~)Bn6*C?)e;)O+xm7l ze7b(IugNFaBFNAo=3%Xg&lh*GKzBvk>_z|*+P5e-o9YS{f*fSh$=Q=m(`oCRx2EG3 zY-!|rNXNFZ&eG1$hmzQOX(z`F^M#U{m0uN0LIYPdr)d;v*@32RmzXG_ zQPNEbW`zcb)4hqHIoRybe#_#%FnNchFo{k?C&Vd$6i55@kT}h&k56EVwd0-E15F2- z#AFa#%OMmXm>zSNdAZPdXgp;C`9kB-7^Y09^Sk<8M||RK^ez28|AjQTd^A1g$pPHA8~DJO96CpDUaxNB%VqZdbfDx=e6g?D*DQ_r ze&8W~K};V}7goB=L|?W8&1T7G*0+3ekaS3YO{25)i9$1h!(fhgUL6{jF%eJ|rj1{V z(-cuv>x6MFnjUc`xw7==G$F*pDTST2vEQBYcj<}iaATjLZ!GfH&05&VXTv?E(pGYL zt+ceX6*fobbaBJ9o~ezioRjgQv$&Z$bshZd8g`3xkOI!dOCAE*zgK_6h zhto^br;r^auZW3SlMqCq@f34lP4uf;DSAaKVlW3p#}#MA=Q*i&_`tB>OeM%h`-3vBS_T0D;@k^dSZElY0{YA! zALkLGH$VPR-zZHepX4DnF^G|(or(UK zPCHlz-w^1v$)KH1$MN{_xLL4DUzgxy@G5mw#8Re$PUMo-cc+^BZ@6DDV#{nMD|&FU z5`#8|NiPK6=oL1VVV;idS?L+-1Uw&KZfDI-PaT?Bs4eoq_B%grO zfG7-3J3c1vP4dC1-Acj-{VT( z2+gNLvm9Yb&S`vJpc`^=nsoBS!D+a@nbXW5#w^_A6R~LLDw67OFFS^aw@`- zWBI+&-LZXUh{fi-U+iTvyjZ1-Wy=yooi-AgW&=$70vTY4j!@i^KIN`=MG5cP8sSLy zX+EmyqTyXryLw&qjae0~pe0S_j`o=x_L{JFDE9|mDLS2l#WV+wg4}WnlA>h^Er@Tp z-2~GQr_8F1^?S1Ww(t!g!n?0oBk?T`ID+XhT{PHuBrdE?cUt$gbEvL&ymBt}3_!7F zYFpYF_uN8FU8XLs$15!I`g)J9MQv$!=+XP#`|DR#H`Z6wZ=79M?_6EoaMbD#@=UPP z+B@tbS&Yct`)_klbMNJib?X1&yAndEx;LRrtYNcTKCKMVc+2+>t2TOnNi}IY56^kV zrQY&d^#*6hr?-}xJf(?Q@cyBW z*$wS2-Q!JbUGA4^QC2%t*LADE%wLAo`^Pu^i~HjB4bC;|Yy3~Iu5hnl+Zvs9bsq0?S_xIIRy(`0UUWX|h{;~Ix^|gJkQ>I)+V|S5zZvR{C>A)-0 zUy?ni6xX2hESlr_!r`AHe*wZsiQVE7wprgEVL=0BeIWjb(vzdlsRV{em*lX#%_+Vb|n)$s| zy{lS|``o<5>j8%s6L56w=&7w^M@Jzr3tBLaj-q^@9WtWt7j($o38h-;NxRvbz@l0~ z`%J!rjy%-~F-X>mPuM$#_3Heu&FcjJksFsY3>>=mY`s$Ru>$yJh#UC`ex19Y$R9R= z@h4Md@wy6uV$R%go&%gS#q^MKWq=xz(xl@`IHj8WM>#jmg7}OFW~l2r$B1FcFoAk; zZKK%FMz6|PsS zmM^c(tb3b;HpT0&`1VB4>yQO&oc>a}V;ahY+{{dgqkRpkI zBWE+b2O^nlHnSwyq$czQvk?V~M;DByCW1{g#04SFppf(qHJMEISgDzg)IXS*Oc0Sl zNvn+>*o{VOjxKEpS0KV-&lQ~rmB7eL@FLKxv&TY_3li@CQ>rzm2(`ZM+XRjOt0U1nHwN>)QWFy`qcd{af`5D{^QE_-u2_jQ`^^MfI?$zqXrs@W#XNJh8_iSh%)5j~kpUlNdseg24$v6DZx7*w8giO@` z=E$jam+$|$>rghaVYXH{hdonM-BP99&{9Q13DPU7`?_k`Th%;2zr`+xVrfB%z^{r! zoNl;fv2R<;?F}5y_!scEAd8E4Un?NhjyI3?x!T+=&)WL7Lq%F#$ibFT)qzjXepZw# z^+dgSCB-dY-L}SK_t;C?xmCjb7iF5wefWl-YBzlQI|xcwDK<|+y}VlVBJH`PXLX}X z9hC#h9_edE>htQq7SGWBn$$HWIbZ!Vl@@%xqTv*^<8jsp5`lzg#Cx&=k%_uS*WMM| zzqPp8Cg@vHANl6`22<6=A*#9ePi zyw*7TL~nJ&o?cP$|2MAnD3;j&dQ(Nc`}%)z*1P6>*E8$Yjqa|2`_(8pU}&g?zM+{V zm)%Uc2UPZ0$@j#xAE9{aXxDRB^S4n}F5Zfwwv$bcBM9k*-8nLM<0# zF65e!Xy)yLdht(`P=&;X!<9;?njAQunCCF$9%20PH6XXs0_ZpJ?nj=1RrQ{?+{Jjt zv6AntUtLpOi9H}cuYRDq0eeDbv0HfGS&(^Z1IX!yQ#DN$8ykM@s-2CJcA(7%oOt~2 z3rwr@tlIcL&U$S_!wm1R=N6-|na}S#1xfikpmj7^x`++=N95%ANBko+IqH|@csgpT zORf_INY#sNGiBk^xpj>*lhu`tYu&3^ImR6~3jXsm^i&Yl?C2HlL2P5VGSoyBwy=&> zp}P8x6==d<@2p+zM5RxCuwm8VK0I3-;&+bj(eCfJ1~L2#`CE|1={+SiR{sX=Mb=iY zY4nZCp*VaXbV}!RUrLrjOP(j8+3^067uA=yzTR70f!qZj^w*sJ+uvSafkxMj8~ft4 zn@^6uIF5m}@Z>`sWf)7Z;csQ=f{w#CobAWkf8`&g(GqEiGz1_u6<^>1?}+%)Kg!DF zCq&^U#OHZ)sU;nn(mCi=NT=QvwUz$F;hIBh-R_3jt37Vf5Jrnc%>-rkk>aX9w-o>6(HMD6_ed?)-8eRr`^K`8uLbB&j2z0+)plCBN0lpn)0_9$LCX`FWf*)hRv7Q3C-)KFY zT?iTyO#akA8j571>n$G9V8~tWUf?bC7Seoq3t{-ytn?O;!lzyDG{`-YyJA?@-q&DK zHN0R~=!HJMUQ+=(7B>SJO+zi!Yjx5^HjRIS-aO+e(H>SidqNJrv3f$*ZY*w(iClT| z^Q+_7-x&jPEKaK@)T3r6?aEb0;Dahqu)jK2rP0=e(a(qE z5T$VFyO!JwCvzwBhoq`VRBF$2P(m$sp)R`Qv*rL?CHJ7>{#sWZ`>8Ka-WB`OgXWFn zxKXraLVgI(;E|hUX%6V|^x1%+r=CtLzzO(4uv8Q%XM3dQ31U`rNGnc_JWRDXCuryz zXqY`=)Z$D`Qj4>AmiQYfz1T22f$Oc!C~mS9u@ZidNpdBUF&esW5<61@ej>D5*XB~g zC}3A*m2WzT+N(9yt9V9(1>W_1G<_NtzFR#@1DEo@3YD0o2tQd_tgLvtr5-LNxi}Q| za)s)(DZb+)&NVGA>Fn2hCD#hNYO#s|D-fR`QOn&owOCp#s!g?dEm8dEwbDF!t#b6< zN<2?Qi`O|R*8Qsb*3_&^`HC5aamNHMR~{VJ#*}eBtP0G3El#(l#l@JMYY*^s!7t(d zrcgvMrs_PhHY%EEJX;j2@0*y_P3F6o{dghMUApr#N_wKJodBd&f=`Kn&!GkzT~p3(tr5 z#q=_s;pyxy-)>dMxEop^6;boRyhYK75=(~qYI>L$)6Xj=5o7_I;CV5APom`2D)y1o zHi;OEQP9e?SJCK#_Q6#}B3V=KtRZ+tPI#=mgWdCB>#(>@J)J0~{mtsN74`Ss!($@_ zRLg?UfDlQv9!Ck!D<^Fq-JE%i^on* zr{;w#G-MJt{Hf3#l-N~BfLEtc{S*S=Oq(rq7(`{^D2Cm2R zriTDr(VC^TEd~0+=_p{}lO}#MFu)amaSU)|Sj?*A%>XX~CCXwHD3jph?xN*v)(r>Mjc zHZD3fOgNc86--#LKrlMbA)$gCsVFoFfivWh==gq?5p~IQsH$%PtI~t$xczMU1f&8r zG^O6rE5yvws}e769}<&9wQhK|n_Vr@mMDitiByY(zc7+$jfq>76s3K*0_}uNPj9Es z^c#I?A@0=I(-nU>X(;}|$CuU)MFsmnAw^2Et(EY&q4>jD^%r*sb>0(lXn1$~p>nfe zIaDrg`0NDBy7k*5hR%QN>T}Tf%9pRX`kIB;Ts^bIdIezM%}ZC@zT{ebKn%LJ;n*pB zvJMvE75Qm+{jB>d)wPW-d=iEaK3rjiQ*KBZBIlfGl)KC6NCmLKztiUyb&Z#cOM`Cz0--+f)@Kh z$HBX^Fw3q@q>2SPSL2TYOVI2SZyQ765R>Dg^X0QPem0S`|;9$Df1~4Yn5<^JZ_0cT7C9gzVCcB6x|T!5O$>xdG!!>kME7RPvG9hYiIfb_CB;rpF2(kE zzqw*+m&@4-v8cl=#G;OK5n_#qn2yOUCD<}@Z#Hn$(*rN~_BJuxOTcwz!=-7UF-r(M zVG|;N77m7s-7Ey)y5^#QmK7Jb8uj`l`!-eULl;sBb zEbxO60D7fl?mcv`O7|V+mIhQTS%(xP3YgRCd4ZM)B47X_;Pd}~k^rzu{-2TnhW}!_ zW&1yUHWS6F&mH$k2L~(kht2;Effx06rVEIz5d-D~KDD&=pkqpyvo&nMoUP$Z|Hgh> zI?UOB)nj>P3GrCoIZ24)VAl60Au?bNr2fEOs4RhMT8_KFhEP0(bKG}3XL~NI)A*Fn8L6#Vc+-k-$Ncx{1mg)Zd)aCNW z{SbTxDk6cnDM4698_`CTQDqdb`O3#uYCzI*Yq*dmMw_)m~PuO@)Ue4BU>t<=Pa@F;4>)1 zP66{KH;!Pj&H0{mBnswxAM*s#Tl7scPvD%TPDN#!5rI}u=irNbKjUw+&q0{HM>`fy zCmQE0Owx6$*_VGTQ?+J_l-Zdg<-||YMar>{zt6sWj{go6PG9wged!KoIG$h644YBV zUy2E2wDIYr*Z%TMfzjP$2#oHgZtQ${zguhOOp?@n0z6d+;d>p_lN}(tuyR~4OayQ~ zq5Bl)<4Imm#Sry}`?dORdZ0oLm!w7Ty)pCBk^$R#cnYzBiXxu`_@CO#l{>NMFDoz_ z)~_<-`Lhui1XKnhDU{+9+58-)3=BzvoNjW^?%3{FW^&NhKjy?I!KLm?wW6sTfKp$j z46`z5<7Q=Ciz^8wfme(2>6O|D5dhhmG$zC1?4Bb!7f7KJ9FkZZ=|Q90pUbugkLtlh z>0pLmtS<;_uoN3+?FzO7GGFwn_qiwMW5ZJg_6UqikdMzVy#KuFjnNDWuH0RkOS#MW z(>`2PwHs1KdQ)hjX(faOM(m}YN@uU|xZxj4RcRCE02nQW|8wk=HFmk{V&mb5AJlzI ze-^F-_P41tq+vE(av3}1IU$l~U>4~++%tOZe$a}%VQogw#=msVpOKEEd|67%ET>TL z9m6|AB1XnZ+GCn?h^@558SFP^d;wYZgT27FYMyut>E9fWVstH+`KGf2nLjvyET$6u}&ld!X zK=YT)f4JCh!@csMT2-t32|gDQ1}H)n$()9@HL9JJi@~>0P{JOi7TGt~^EA^Ub#BY? z;(JM}ilLSvGUD0hE{ays`pCObERnp+t0MZ;?8>9TM)r^G9N)=(4XEYn=zqo#S*lgH zXocGV(hAa~E!t+GleUe@JW{1e?!VmflT4M-HUXKUJ2Fh(o69TK)qP&OXr^X?55UGN zbXleX7BB&TDJIKd!e5Gtv63$!fY{Z7@|8>BRWOMY@W3lZya>+$x*ro!TD)47S<}u? z&B`keyhz#GXOW&VIj}uLESJ($_!MHT@>#yfRp76u2X7&EA~BBFQnsi#6w|3?oPNM! zp_p_nAy*|95=rTynBiIqXV~dFpJ5SG{>=k+$zQo#OJ}y4TSug}X4cjbk(CZl4jzR+ zj_rMGvdLqoheoH?d`93Tnny#w3qD`!_)(fQO4}U6d!auAcKT!KT5;>Jp%nvHKfZQq zz_~RBp5o_bg7M zX)wu;OhM*F$wDE@@M?++qhR|v_@RUOBtmn9RL<;&X7^+Zo}<$dJVAr!&QkCU-kRpF zX7_v`L6afJ|4Tw;KgBOevr~q8%2y_#jP_wyUCsK2{Wf(%nKV;TeK%cp^yV3|BZa7s z9G+T)geMFU5}wEuA;(M8Mab@fOcAp4*tv-i(EVRRgvh{xkOg3QY+?eofmhL;(UXy9 z#B!WKLc-%VIUiD)4eYSF#+J#8Z=^i4^R)XlkB)n=0sRx{ZV1{*;|mh=VqaovCyn&! zQ=OO0Y+COXxdq2V=irEYZ(jXuxpB6DC09P}G@!~uW>*bqTlKlYB0ejCDG;X|ri3$K zO4tNb-tUy!>3H`4!Wbo*OPqMd59A%l)6E@hiSdrB;lrb_>IEJdWrdk;u+|Jb(r3ma zpE`O5Jkn>vBYjzT7Yr#MWx%AJnfa z{#8^cK;KK=;-*?qZ&ueN4DN!n%5XG=~pQ6GEEenCB^;!r@ zv(h{xP^yoGwAEXCUGaG%GfUVjL0h0OP>4P7wi5L#o&wb(26N&4;))I8$P-g7`Zo2p zoegtZhdV9^KGXKm`E7Y^A37yA6vONd70_-#YEYmy4^mFA*Fu9$^i{DE36Vsx9BjcZ zKqaC4)c6}JNx=OJcvt__ZlA*cfC_=Iy*7R8Xet*w1qZu7eoHVq%Z#T~;I>)1#=lLDq-}w-5&)90( zNQvPG8qgvg?FHVM1KI<&sNL9Ol5+14=Ma}fB5a20oNBMLHsZ|-f2G=IAW!K;v9o}z+rZ9$M;V=`zSAMEf?$~^DHLp-8juD!4S-# zLY;p`=|F>hRy@MV&x}3>-u<)X9{h>hi6v)9_KaC1!dY0&(~q zxk}c52YID5I8>nDTTmeSQd9hb$1uW!wR-E1YpGWNbr8Vghwq>z&DrBJHD_P<95m;) zYqvR)?H9J^H0#X~hdG;gmA}yJ;PznU|nf1C#L`{+^l^ke8;pc%(*F49zQKX=;N*KhtbQw7R&VdRzZv1$(trdGa9HJPCQyr(f8~ z$rEthhb~WUbh}=t@Hpo!hAYQiFXxdg$&>R~kN*#^dtCZ;DiN`BMKs+^9Vuoue(9YLIS0b1CUj zJfYhvwjD>E9>xRydg&|DUz%;DyyQ#Oj;wS^50ShhiN{>NF*0P&fHjRYI@mGW^ zxg5cBQu9(FVoX6p=mg`$eHFLNTO1gnrrOXRh)!YKo4eCCy=j>Q!|0K%z!d7&Pg1(A z(WToG?ggd{hzX#Uf0!i$VrKfefHahzHzK(9ko?~^=N4?a+PYO^C#`dD-cG-cQt={GoF8M0@ ztJ!bsSO;&dTzHhdh1PfVPOr1_bgqj+7SN9SyEUj@u*`}9;f$}26yeeh5oZDl|f^mO~9aUtj1aA z@~&2fm0?c&!=Co96F;?FANs4pcf9B`ykVxrMgh*^&X0Ik`^${M8vSL#DZj(-kh7GW z(Juee3i-fl_nMl@7o43-D=HWK!XMXesqmot+J>cGxAZq%H#$Y1_`HC-?zL*Kx5oK$ zU1hbux6Zxs;^x0}R;*h6!n(dUUGBj1p(QoW3QzMoS6y{g^}T0%QPVnTmuv{Kvd*?-lNmrNDO`$oT-4C{S|+R~Bp&x45md<&B6380 zq9vMIy3i6eud*fD5;bO=^L{EcD@=oC9H8m4j|6IlPV||a8NFKSbp)PDm0IDMRH?P` z`edn<==@BIpDTaZeh>FsI~3u`H&Bs1L;6^XCB~tHu*BFX z@@32oz2TxMVoUTk;Z|a?tgX)Ee3L&n_A@BM?C&aAftVZozO?-%4U>9K!6?D_t|qWUZ+<(y{qNhp#F}@k9dwYIA4Q6 zes{HWo4euVyVg|Hyz4IXjTb7*0%yvatQE%_oE2XA6Np9L;ft|)-(!W+Icw^q^N-fK zmA92&bh)%=TZWr2Slpb~48yYXdM>kDraQ{T@Vop@4!k;wI*K~W*i3h+A+>v6<=YW- zyI8gbblKDtPcQAusPJZIhGS4X8xScCcTMVoS7bN9H!;Y2@aR$n1oz}%hu|Xt;Ecz_ z3C+fm z_7j4$N$$X<8xDSj97|g#l;cEvyX+P=D$rXlrFEz|QA924-j5G`8gp$+&iv^=!Y>5K z4VN?5%%6vKZOpRK%dSV4RdGuBfhu{$Q@efGKVyVLI(|6^OL$WgW|`Zf*m7sEXHX>5 zFq=HxW%PrY8T~(zFcax zOP}Mn^ZyI6laf?&M~(BYa`uGu9L*8H+!QM%vZue$$v>=2B}e%IE&kh9v(z{ZMF2Xs zvqFT&CP`2xgsZ7$t(b{=w`TjZl{_WSpWRPA8T>YyBH_NG$F7~`iBo$roPhDwvuN7{ zJ9ZU7K+YTqzMl?Er}BMg+*ii;se`?YtpLZ_q1#m#T@Z-^8nbi#sP6tqaDC+*+{s-f z7PilyjqUdtSWaiZq{dWm0(@cUbMTjCiIIDr$ZPHYH08Ax;cGsEGr8D)fD&6nGb~38 zB(|2&BJqW?DW9nI&L_~7-+Whr!uJNCoKeN0=ngEbrsI3-((_xDzSQ*AkubSIXwbA9 zKY`b0hkPQv6+2VtBPF}Fplv0kw$^x&wdyd2Qle+Aj+OH4s7A6BX{gwA_B*sbVqlY1 zPIdH)^5nx=1~?)Yp>Y*>{aUW^2h!Ai6BoGdn=mGiosj_l+NAh!=P(UrLis9(I8-ZB|V}o7vqRv5sH- zch^F2h2%g*XG|M&Iq%w)XF8u#l?jmear*cSJhOM`1leL!mTa-PG$U)Yx@aG46dZMO zE?QTT(%3iubm@#!>*GU|d&(*U^=t_UVKm)FY$%am#uL%g%3E%i+Qhu+L8KH6VX!%S zMS6=!Lnn@}rKM}J?GPp(F0a$P; zah20DO%?(Tv?qv(J2q-G{K;I*PNvCVH;_7=P2d2Mmbt~F$A)#wF^I zE5ai9M87~Z=fW1@A2PPwH3K#=7A`FrwCB5{*~eq)z;Rgmf%bhJrMjz929NfA3;whmy=>VjbQJE4b!8_Remmx5_;GiIKmp6l6qC88mPqd# zWo;BUW}^l>vwxS4k@ru|hRdRi!Wo?2@eF?;=v{gLv?^~*Sd6nvj84nPQ($`H9?nry z!g?GOSju23?9Gti`HsPkKGEZJP;fjW^RX$F=cy2c$B1n*k4O-S@jJsaC$_NiR#NlP z?r`_6IcWF6GSkM~e7E>jdX!^*jpCw>o}+yzhc5YvW zb=`@poNRv93SjYC2e$HLYec+mjnH7>!|v9m)+QFG7WOQ!_1npbwAkMCTgk@dpk}6! zw|ua?E?i=OW9m&B(y^?uk-}i2C%G~?*fh8Q>%p2X)P}SO)BecD4vUKn$?`AiFoQ zHKM+8b(rliumPd!gn~&=2@GES;lcuQ9|h9{z|6t;hh=0K|9F0m#0arADduS*Ms%-F zLW~Ss#K>^R79mE4En-9yEMP*1lNTeA?tOC+BjxG9qO#iKtsdhwbjEyd8n(s~;0umy zO56jpZ^ABAAF@>0KR%088E_Zxvzfx9_#UfRDYhHmkjSxqqv=A1KJN&LqdGz~pln7D zhdRm(fz$ETRDsj|~I}V;A|^1%nxO9TiLcRB@3Lfl>G9s_a2_I3Y>>^ zF-a6QcdSyEWPXfy&nj?E!MBh2WG>3lgZ1a=U+2JMS0ot{JhW2JAN?+#>pC6dDz zB_~4^UoI^&f*`uvQ6!a6pumU&I2)$woX04D;Jed#x3jKh-AnS*aP3Qd|kzx z9_N}$R88H_l%{Z?!{w}_y^-CAE_6OTZ1#Z()Iw&eN;#C^bRo!hi^vLDJ8US?_9A3KySnF5Tr2P+$_4a9i71N|SGG-A{Z^dEB*a`vVJT6Y*mClTNXx zy1T)1bfx=lXW>!Lw6mthccpxGt#2vzYOj1@o%F4Ls<^vC`AFrF3ePvCOSx>?=#s-U z-gUR!raoI;weID$l&R=Z-}mqExEs9l)@SSEY)Z;%eN=X|HSR6xhAt+vI5-!p4uQ)J4?9hm~u^)gAv@_&Tsy8btBuU4-~bZGYCZRdx)$~pb$xd+N}s-ED!^W?Wip_B zuk3qYQg4AC^`AYM-IC4h?OE+vgW2s_{=va)U%_B`dsBN8>0a80NZp_|sZGQ@^o&b8&KVfbU1g~O%-mvqui_JKER2nZ`FZ3l zs8Z}uEX1&m{lfzj1CN>4D-3b(j zhs8Z!E?)`RH9sM{CatoozQMW=GBMt>z5?G(T!P9^_;ZvjB@2B4N)uaQ*s(HK8k-%j z!ke4j4Yd_D)!*Wq2qU2jL!@@`#~+CZC(S<6^tIN!1`r{(-_Am}&{AWxesVdV6q27b zZD(Et(TG=ckU2g^lgQ2HDYih=Rv9Vax(`Qqa?G66@xXy)4U58#V*AH0k9AY{O7 zc{^Wz-%o+0sazw<Wt-<`8 z>G@{j8#3FG88q0P)vY%S(L={kJm1NMJS`}Mc+d&3T@68}=24JVO^m^8z!kox%#K{j zxPIk2^bo5m?mRFV_*b6fGCEGDz)5gk8tpT<9w<|S&%Tv%wK}X06Uw7!^**&p7-K>R z;qkkDP09>SmNG+=wLOJDw>NHYv`!YiOP;Ll_U*bfkxQ8tD#N>^^$wMH-9~UP_JeozCWIWD|ttJD{@}(dqwOQ8!tMS1}EXB>iLCacP zmx&9h_dKy77cSO?VXbML$hHgIV2CfC-w={R$ZvQeNqk*Z?VazT&6WrCrc&x;Vvy?U z;ku%y+kW4+48m&DgPWFba;p$%G?=EAZgT5HR-$6CakYfwSWKxB-#)&5d^Uc@q}v0L zVu&aNjv$~+5!F6Ji(&|<`|MWvL>zmc{XV-Pmx!n7os~=n$_C1U<)+f3_c{rd3ZdI& zkvV-ied#ji$!#`M0S9LAE|2a~@GkB#Pd&FBCSih?_)qYgpi2i`L{%hx7qNM7O_R|thdO*{0OesX&Jh5a6}R(s-=5YZv0ITRi6Wb zI7Yvr3!bnkfW%U5!yTE+#6|CK>0XV68c4wn5UrT_I&ZPCLd34=b1_16H^_=a*i=qy z!eMmt5t{l_=2|CMKLhQmSDKmzEqrEGqED07L|d=~0t?IpeoyRfp#e?_=OxjA^1(8o z&_93(P}6Ez0O&i?#IwqPOeDeDu^bS-AV62=2XF>JWo-jir9nw&`nZu})SeTdRV3)} zDS*15XZ3H716a94&!Nb*7@Su5YnDKD15nmRZ3?~Sw5FpH(8`Z90NM=pTIa96>2BB< zHcv&6#yl0t2j%V6Fgjq7aO%{jW28qo1$6$zVcQ()EnRsg>GXYOY$>b|541Yav4M@% z@@;l2Ivz+7N6OTk!LfSwO*hg^l6Rb*gYIPivl1U&fAg(Z-WGHR-2fP{wQwmBwH)t4 z{E`G7nFK01I~lni4vYFw1FxQ!B=N6tR#n$ktgNo7_O62ty&4`t>^e7!56^nKLZe$KZU zlIjf*d%htC?D!?4w+}HtAFpw#amDh*#KfFk@))ulE;GGGDE-P3qH-3mQCrOP8Ug7a z$q2N$ml_Iy#3x3-!Df46O$U!X*qZX0V&SESfz}v%Gs6t zNf0yh8$$1NlQfssM1q2*u?O>T%TItT*z=h0p&~7hb5jX1x|Szc1*DsY*9p?SPiLWk zjRrOwv-ORe{@b~dZl4iL)=75{de@z9;kmiy5lRUxoWyS-;f(Z>gFz{Ui4`gfELi2%BKg01r zX@aOVgQo4I{58l&?IKf{(kI5B?jKJkY!==>E(jB8^F^#^ydm7Ld`Jh=`~Smg3N%hV63AeK9Q--mK9oUUVIU5f5gZq zAdANcc@2cD5igqmzEbtJkREIx_1g8R2Nq^B*Mr|QZQ~oLmPRg-OX#_;90DJgCj>tH z5_!4B*M8|MSKde)ZQ?MB-Id{EY`m#zEC((CjRr$QgWxcT@G6Ic8WE{6d7K7pc>azb zDPB#gvF$xZ0F0al9VN-WOXUp_NZUIZ91o7eRgd$i!#L9e4f}MDDur@I8 zSi&y9OiUczfj@3SGKAE5Sbf<4t0Y6?C1m;XDk&j_>G9#;wj4;(FD=-f#1Jhl<1OR5 z=8RM79WdTF;#rUs!g9F;S&+ImCtaH0_LC~m);)We%;k&lkkn1@CWCgDEyLZxu>jR+ z*uZ%H+r^wbY%)GX!Pw0i`oEnPbQ5xiYM=(vqI98ER_7sfce=0chQ1<`(gV@HA_Vd1 zCWId>8i<`SbVJ`lU6%0}Qkh%^7f+AwitK4*hz`*oJgjpST+(7KnvQ zq5SaILPA*q8LkInvU?`=Zo3d-n{BpezD_(_G($%8F?qIVzO1vQ+B3~o2=isEIn7t{ z6=MGAK1oW%1JPYmyQTz17>?LoQv>B^3<<_f@a%DdXQ|eB72HTpcAYpW9?#NQIAMpY z*tIjIpb4B!B8e|?j4ep;b*5mn^3HiTyTR>{{03{^nE!2HZsZRMe+#4^s)}z|q@D%C zto=!x925+i;uKuUdP3(HsHJqcATSVHBn0JcPT7ZN3H51x3S`AlnV?$Z0?ZY|%Gp^# zUzu1lX=>O$Y!_20q&6rpacu(qmY1GC-sHogbrfAV+fISgV2Y{ zQ`PADY?Ez4=uN4F9&WNuGQPJ=G37Len{Wib1R0FRdgz@wt1J>MF=iEWYscTm=%x&@ z079m}*OLW6*dcmHN03TR-h<(eyAn&05UANCY6PXW7A4Ob2?^YVg*0cIHIo=qXU(KV znl-vB@%zTSiCMDIJ#cSabEhxmC~!2P0Usn4c(*(`+uP;G-6Dih{YKbG}L+lN(4xi zyZ9oxM1BMwSAl_Ts*TgKjiAjv$0g>;z;l@-N9f|4-L1nGxp7neM!RlK12S>3v8VH? zu98rmxjvx_{)ECJ+%ytSCwX(uQ%SzBY&6f1?W`ma9i_OQh2B-$z!|CZUd65t6&cc6 z84PPWy+gccrBH`Cretm{32Rmo zsucfni|QLA_cCDh8)79jRtv+ zC;=|9t4St=-Q78-Jh-a}+VGr%EJ~K+K@Th;hR_4%BR>eA1_8l|?+i?&W`#c0Rp48K z);~Q+cfnA5SnU2%l?!L2NnsF@%`Hap1XAn0JuduW4n?<-biE?qnq-NOVC61XqDqv- zMU@`=LO~(uei{Gp{&8rJp(2AR7#33zEg-tGbxJWRZ}A^e9gj9Eyv#fjk;4vcG4454qvFKd)#ww7(~n z$=X+5nLNw$cZGDxrO)E7ko5pMqYhX2Dgc+$tS3@KP}%-ooxQk zh2n;U`_ezI^zg9e6mcQ83mfhZLqTCVMKqU9C{x|ri5KB~q{pKBer9#uK<|dptv_Kl zfk`s8tJ7C{7&e=+(%ntgg(iYvBkhCcIv>)ki-TW?98!!NhNML%Z#d6;5$c<3@=Q8h z-?z$u;D(yE1iY_gH`%3w2z8%B#KvA^dDua_pwMV*Xiyv517)0I4Ld9}vpFBw4pU7d zq1#i4W`&hzh-!=mdWK{Olm)=yatOTggcWpHb0;Z(vVEs@rQ1uARRRn5UT^jN1|FyE zS1cnfFqTt{z+;HAkxC~!XNHw@U6P6z+K0_04nzadR1yjNXbA}hZe-Y)L;aMH8`)fL z0OIN6Z#pNfR2$4b9@X{_rrrzU4~tEZN;*3b6=yJPna;^2)*I;`w%!QQSbNyK5oXU6 z`qoKx@3cv(o#9kc?cBiy4_F4LL#Tly5>{JK2tEpTYSs(wl;H`2v@m-pD6eIbSnbht ziFM_PBvx_?QxYMr5QJ!0PM82ajWIP;zbm@yr(|lC=nDb^kVfB4i>%AKJGNVgr-l~T zHEpH7KD%`qXu2V9DMmq}W0Doo#vb~5>6F(V9YF-hpu0zU(v~ZU?s6%eQ8>p;sBVCF zUqy1C5CO-J!|h<=tMH%I+Kv8V(D8}nR^k&QwI!k1K5o5RR+w+SU0QXhszugyPbbj8 z6U&n*lwFRE?>Oni=?}@Ll1!q<6Q@qDBy`Q0fk?Oi(TMbfYV|`U(%mtO=&{ZJ!-({e zp3_34$A_|=JwiR`Dkc0#lDOzE?;K2#YlEGGCZFK7g=SL4S|<4nI^XItaUCnokPn?f z@b#t%zTOiFzTTue>7A3{Asv(Ru8=bil}VpFoAr zS#l=jg`~N)gYxnu395dISD)BubqyJc=TBPYO1cz1vEB5GivAkNrG>bla)bOFam7HC#&H%lhM=@^Hbr}{@7`wD&46j zSlp6_s()^X05HGrv%EvG@B2XV(&v1Y(wDL6>{A&N(nOf+ap@_dO7hXOe>AW%$GJ1a zX9hOJ^KZcQ$wZn#|0*wC>4`M-sYuhzbb9q414hn5 zsJk#}+`Ob`dsm(nHX%D@if~^-u0&BjiB&V!jpWKzRw{f1Sy~)00a%jt3BY6pi4(;a zCGO4MYd12Pg*ZhnQ2cpJbH(Zuc5cPFcWl- z`~u0yK4U1!^YY(9_C1nCT*+ zt#ovn$Ky1rXfFLA`;vj5$TUqu=UnwBJnO{5v($?k7Pz69iMUR;w0lCAE4m+t$|X(v6e>E^KDDao zO#Z_ob5YUi>GmH!VG<4;pEUj-bRZrF`5E1I6A9%am7EZGn*IeCzZ9z8!s+azdYf(D zmzRPi#Vd@w(^+du4ga>afZ7lZJZu#r$|BFU7{Q;UTF@6%)YelMU1TZdp;RB?OnqEL z7BvYmJc3a(dFPUK^i*I<&EY4>p>#qPS91cdUQNDg@>t@r2wTTm(I(-|_6Znv_z?_y zARc&rE|zp88BBKWhi}_Nys^$m>Sb*G!D43xl+qq}!1)zRJiAEq&sS^5F#n)lMX?bIFJ`%6y0C2h&xg>CXt zBX4)86!(I0a(TN0M^Li+4N>HV7$(nX#k2aI4IMmF){@mKa$9K$`4Zq+{rj}~-oeWp zH{Im8Irs;*eNkRF`q~7wpr*QIO~xb4e>dI@vK(aE4$@$gg1adwu7}D<*WP^VDQWT9 z7(J2mLg~xYGr{N6gAEj!aLFz{=QqMF!so1sUmwk)7*s(!OM-E5@H8YCCl~Vib4cX) zA#jj!V~&qmHYcMn2#@3<+cINjdrEK`-MKivB#hZI)2vr0NHg-3{Hne^8I`f{QkHPr zua;kPTXU>AMpU9;cavr~T)0t$NBTTb4>N_=JfKLQHY3!~{LGEl-aNNI%{2-D#NYD2 zewteNk`Pm3yp|?Y3J|xtNzOsiF}qP?X1J{H`wW&!+pa}H<3%)BW6;*2U$KzLY&=h_a2;bb2jr)e=2jBtD^y3TPl^{kscl)_=q|k8fQ- z@&4@fS?jY>OO8gyNvHG4MMswPm|{AQ@#6?j&DPWdHR2*oIaM2B*S^HYW%}k;ZBaAJ zfyFjXi%S*s%)$@+jn(mTKr^XhW5h}wxy5PJv3+oE>zhg%TijdRnMuklh8;dXM9@a6iPEa~o5l>CQfm9~E zT=3sxJHy#&n5}P=m36(sm_T`02ncYO7@nU3bvH%bqTz)7TR9^6fCK4&q|Dy$J`y0 zCQDL_K=IcGD{hW#j-Wjxj+O1qy9{A$0^x4$a$&uZAK|iF>7K? z#g`e{9rN?5!Ntl_K`2H?17%qI`;?lP6Kj!-e4Y|Ce`bFBxXxOT-ZUuT#2{dxZV(JD zoXG-#AA@E$MXU+ZEKpE@+6(AWkvxg?$q1?m5{c{W)9r8C+ow}l_>I7mR>*>+S`Jz8 ztX3NBu28d-2fIT{43)GUPkpg7$2Nz3S#XeL(;)doBc#zy5Y^!^rKVKe1b=)g{~e00H5Q0h`4QtVw{*&4we7N1_6^ zP$`&NhQ0?+@Fkl;RAwqz7QFTRP*S*1nc4UtHWw$8izkHTP>x%qhNj)fFhApv=vsaj$ds21;S5}zkfd}R6J=85JB zM#PTLc=Lp?*6AqvTre0+fOrCk<5T_@;W3-F)6GL?WRjq5`xcQ;f=d__=MA~XORT;R z78hunzDM~Uc|!^aSByJIP8l8&I;!_0JF`h@ajw4OEsUM-I8EZqu0Aojd=XM=&3;Dr`lLbE$g&jhm#_2A9bf>@ZlZ_PAc)1 zUu2><<()dWmzrLZ?&NJcN`SoY&KJ;IC^ZhfQ}W${Io)wm6i^jHgh%NUh;q8LEL>V~ zTDIG48HquAu#lsqQle0@!o@@)7yJ37McU=Gl|JuFAYIy`uzOrkDBZq4 ziiy|^Bt)AD$RF95qm_`9k;}=8sg;P6LOqt?^^6#DyiZq8dZKq2{eLZ8R<=b)^?N6~ z8H5V*G%RSmv-gEf=?|TNziz)X*&X@J`5nW$_5xg>G1@Z_F{$oE2{jQ{DtlOeU(ZBl z>1}NzWxj&Qpv55@4OWS51>iKw28K{2!3CHdq9Y|vP5b#Xrz~b4 z)5b!EE5jcvUMA+$0LaRq|FJ4GZCxFRXjz8o&)nPN#?<>~+M?#vZ_@>FqCxp|UoTqR z#7X7IT(M``AE51pQoRL#169BnWumOL&{{l4<#U~1SW~x(nznIqVkdtBbF10b&PqD^ z_N_emG*iBN47Daj!|N=*ymn>% zW%U&<=Su9!{Y~HVKF!AxyMHW6+WkZMYjxEZ<)@TEWfL|J@qMHNW0nEnRUlc584pc$A20tCyqH!aa&nqW$ug1~&VEP< zg-5wX&aa4b+C+0}dB5_b=24?ty2pzyw-pVQ*m}hO+`4-0^R)kge1+FdmTi@Kk>}0k zU#?syAC(9B7@*$o-M1}h4U55wSW)q$gC-5{t7`o4^ zV{O~q_5SLLn$9a+t#Nc*7*=EX7sW>5+R_4jAg6sv0U*`R7If}i(t4gggvQ04RSw#Ae z+BF{U3oX~ztItgrXi+Z=5- zJYdtuS=6$A=uz3drE%oV`=j?qSzHP!zYaVv+2koPm`k2Q%L#fzU&^l+1{=G-(E022 z@!%AM*v!C@{iRaLKTy<1zf!6xR@*|o$U3q-_VS|E~J zTt#o_jDd)6MxGRdmC2L2#n;gr{$rD=UscZj)ivf;PMfWb0vW>rGZh1PlSi`ya)l64t&)2&>XhV5-_zBO$ z&-6EP2{LYUzd(h?c-!~s9UZQY2g1gQ`19Lq>50CgTwGzHP$k`q6?HE-Uj`{V8{Vt0 z_n|+?Ywkv8!>S68b3ww7cygQZV3&kn6LEs4Ua>MIIx}O_fQp)99_a|*sHgI%2ec`_ z@44)8+GOWleMg=vdrPE?mBrXZN%bi04q7`j(Md;wQFj;)i||$ zWaYYfix$4iV zC1(}3Uhv2x2Hk!O+x#4>QeOjTdJ{TL9$65$Q~PYqxMcT z7Hs*%%Id&U-xabCa;AN4@Go2X->LTC9H(y9BD#%u!?&3Z+yNjt1XK@OpNW7^oQ%4);B5RZ4T_AqYvg%ihN_& z&|6N#uNTU1)w!En3)?2zbT=S(&$*PTw#UDCF*)_c#U{n2 zxEe7AP8;!!1*cUm66Bcr(CFx)tHL?{h=2e7r4=5}n%e#USY5ZOW=-WoF|Cw@U`5@! zsrvDsDp4&g28(E@eq2Ov=%!0oa%)w98>f&+1kLsp6f7}Q;?kUv6 zV@+z4JgqkM7A(Ga?NUNz!JJ@@8dqO#dEa^0n!x)luWscaOow9AN_=dX;Dwx{M7GAa z9xd$YQ{2V?;&2C+U$SKFqV_4JT((IOrJM>EgYjTon%rE%qM`+l8pBP;M(K9|xD;Ek zWc2gWjbG)ADxG2ZoaZ4!boq{m%f*17S92HGiBp zj&IKLm-?@Sf8x3u9ar9}&1f^cPZyS2{la|oQ~(AMXo)}m=AXYt4ShSro;B z1RT|8Q>FxJ6e4tPsgaPRQj17@#@$j3%$PEMvBJEfM|rwH_c}|z&X__ef?L9SWa-vf z1gqv!eR|6H^ppvw9Ui}AP7hk(6txzKpVKXw6pIEf5^53%ha3%mJOjjU;I`&8qw=pW zE?Tn!lpt_J#8=U2#$V9d|77efh$IlJEGO7Zv2+?!0z|OuBZz%^O?JL#;5?-SEuT!lFuBXM&&M&h|QSKK_J ziJ|*{W>h{}$JJ?-GdLdYBU)k}_|cYm(8RqZ<^kU)&4d0u<^kW(u}-7+z+z-XQLrXM zURA*g!^v|lN*lh;b@Org_d@oX^c%7UWdz3ADnl3;sVq*_K~l)MH0 ztedUh)EIn4F&g~W#j8nrPj2g*J3@%bIAjMJO<+e&s~yk6YEegMsF8eDbKBYLTIF8( z;7U0r|6E5wT*3mv0b0SVgL&FhFFVK}#1A4e+D2PPHlKx-1r62MClVO+4UR9Ts$QtZ zmR?uNj~}Z$IxpCykF^A{)c56Sf7rhZ{w%wkC56@g1zISuw&jc3GmEvD_H$E7wrJQ? zX1F7#BS)U;c5Esq_0DFxW>Am)fe_c-d0dp(gd+ftpR@`S_yOx$b!W5C|2hibsthU# zU1yR6b}UU`-~V3U-)1g7OS|{>^E>-PDZ%d&1TRiO|5|-qi#nIBLw2vlJxQ?2V>|^>d5A*FzI(I9&R7 ztw6LJaxCEzNz~@+TbLdy#eSoQzOm#``Jt}^ORbgzE9GH%E2p6cJ}xW>-}~?gcrcHV zdf81B1YTs5{(FdmG;9KyMnUq|K|ilx=ROy9A_Wok=%a&($bW^BU)7&9=VIRw5# zVD6!OGvuk2W+qEVfDab#u+5Du$^VySq0IE1paV~TXq3sWSzski5Gx?$mPu@wL55C= zT!KuDrv4wUKyzRsP7=Tvn2Oy3=bgg-x(3bu!^_RThnGK8FJpJqMFd`0#Qzmes!v)- zRX5aq{~~w4(AweKUNJ9NqK~Cq)V(TC`3HAJ$R+`m_NbjlJ@Ax?9TL0pv^QINnu`}V zmo#5yA=$V;+n?Rx=x`|RLC1r6)Xs*@bQiIbeTL90OBQ;2a|D0~E!jbI?=SDvgrC?T zGE?etnRnp{39aw`9-C&D%V^gwIOV85#u5ag*^6 zm9+LwhzloC$SG^b_ol3*-oK5!%tTjUXVqrphh_pWpf;q8_%4*r@GUhZ#%8OBwqDqS z*l9P(AY^ySpB7@}682m|V#13C=9aE>)d5(z>*YKmL4Y0B<8Elm=<3o6$q zRm_uX)llwY_Pn-5`^^h3`R~ZDQKb&a69Bun2GEp}E8W_o9_6zu5zum0)Ghc0wm^{7 z);cLFMT=jTnmzs||2o>9)4L!r&GOss4i+y4U4u&5S<7;3oK=DJB$;e`QKYy!!oBZ5>#MEF;lLEDSyo!_HuLCK2vrnzHsk*1f1N z2d<QNkHFW-?@D=fozg3atY7-xm{$2ki?-u5=f`s z(K3r%T#=@+gXfW4+&lqKL$*vEJ<8~A=~Cz!@1cy9-=-<-nKXrcAXQM{72WaoTE$!gCbqDC#Iezq#qrD6nD} z0x$;x@Yg!(D@hiBsi+Te+MS@IR9X_01d2+9eVHh!+5>aRKjoh?mMw2quKw#Kze;!f`G-PNmc-3=1jkD>^UB%uFN-age+>t#wzebOE38%c9~|uwG1dC_VYZXoY}T{1N3EcN z*o;1*-;g=pZU6BKkx`zorW1f6|EwPjiQ&7}SLRznide~0^8DG`8n=1B*;Eb?qG0QAxU?ZC7tZANtW*#H>t(QcnM^Sfuyd#Y0u+M0lSE@vVTe2eRtO$BN}T# zV~;ecS)8Kq86}6IIq*4YV2s^5kf+a?E_Vj<2F@iJ?CYO{hLZnI`KA@k_uO$b5xD~_ z8myPgNIVcunD9G=cDf90q%KD$0jU7rn6J0^@-;Oq!~!+dBv#ZX7v)OrzUQP8c>?1H zSG##M1E%A9b%+Tb$^F+Q|AX#kJMBAN`t#rjT(bBs!`wA!UYTGktbJ; z%Oy(L_kRDlyW!=vD5zd#VOk;T&UJn)0y9TnS>+FFR-v_|CTqU-!;sKwGzqyS$k+oXuL z-`((1byXGi`L0{#G$uxIi>aA!PL1*}Z9|Rj(911@Exqb*es;$xLEKJR|Ve^yFQwHDk1or1Mz}AHc z*Yy0pf6RrO%?^(m@Pj#wLj&=SiPYcS^a$xcUm1mncm`PnN56Kv+QY?Fk8qul4w$1Q z5bR8oYZ=hgZ#=ad%1m|A)qQHptMdmby6fR`U4X{8PD6P`ozum$ZKt^#pK2mIn+R_K zam6_hi*$YmJvgk2Ygj+WG^rijdIrTco~F3Q5hTEGU=*>U_5&;6K}h@t;GU_tc5BdA zWxjJMb!|_hzl`Ldzf2xJkar+Ys2;zY28(v*@e9B@<1!W`R{0z1M{`vh%R_Rc%{mgR zJj1(zAjqPt-YA~m3c0asDX9&LFYUB?dmtPUKeA^i)Db`@+12BFo;q8mcd?ys{9J|CxmJ)e&6!e^|823Tv^@n4 zn(*^@KjS!y<9aXP5fCKo>VaxAEccjOZeYS7yBh%;j3;nlpw zNvA95%@fwV?$;mh{Q@B{4oz*cP0eDCjmxZ711GQTX}Bn(H>KX)m_o?2(^xV%x|T?7 z1mP2d)JDpjRbIbKz;2eM4qqnjve_X93iR+wixQ!d@u-w3Wq$aR?|+#PQgf+Jrg~`R zp(fl0rw2S=lpxa!)l(wV5^M_3iBzOB0*aT?#fkh$M7L*^M7z1f!jV}5Vwq&B#J0G$ zxB!*8nL+Kz#qEkVhK>TXnBJLtr5%PpcOLw?rL460+eY@GsMN>oV|wrKtZJyP_j