From bb5c63d88283508e5893d345602b25b75b7dc2d9 Mon Sep 17 00:00:00 2001 From: rv-jenkins Date: Thu, 7 Dec 2023 23:25:08 +0000 Subject: [PATCH] gh-pages: Updated the website --- CNAME | 1 + ...irefly-Download-Icon-Inverted.32636383.png | Bin 0 -> 571 bytes assets/css/Firefly-Download-Icon.8094a4f0.png | Bin 0 -> 586 bytes assets/css/fontawesome-webfont.0caf0c90.ttf | Bin 0 -> 165548 bytes assets/css/fontawesome-webfont.3981e506.eot | Bin 0 -> 165742 bytes assets/css/fontawesome-webfont.58488e7e.woff2 | Bin 0 -> 77160 bytes assets/css/fontawesome-webfont.a9323ae9.svg | 1 + assets/css/fontawesome-webfont.ed962b83.woff | Bin 0 -> 98024 bytes assets/css/iconfont.960c72b2.eot | Bin 0 -> 2216 bytes assets/css/iconfont.a07d77e0.woff2 | Bin 0 -> 892 bytes assets/css/iconfont.b2a06094.woff | Bin 0 -> 1296 bytes assets/css/index.css | 1 + assets/css/owl.video.play.e7a23fb2.png | Bin 0 -> 2794 bytes assets/css/select-arrow.b8e89c0c.svg | 1 + assets/img/404.png | Bin 0 -> 33413 bytes assets/img/500.png | Bin 0 -> 45305 bytes assets/img/android-chrome-192x192.png | Bin 0 -> 8642 bytes assets/img/android-chrome-512x512.png | Bin 0 -> 17774 bytes assets/img/apple-touch-icon.png | Bin 0 -> 7679 bytes assets/img/favicon-16x16.png | Bin 0 -> 489 bytes assets/img/favicon-32x32.png | Bin 0 -> 972 bytes assets/img/favicon.ico | Bin 0 -> 15406 bytes assets/img/hero/kerc20-hero-image.png | Bin 0 -> 208144 bytes assets/img/hero/test-coverage-hero-image.png | Bin 0 -> 56813 bytes assets/img/hero/test-runner-hero-image.png | Bin 0 -> 208144 bytes assets/img/k-logo-dark.png | Bin 0 -> 32908 bytes assets/img/k-logo.png | Bin 0 -> 5022 bytes assets/img/lang.jpg | Bin 0 -> 1619 bytes assets/img/new.gif | Bin 0 -> 275 bytes assets/img/rv-logo-dark.png | Bin 0 -> 3624 bytes assets/img/rv-logo.png | Bin 0 -> 6988 bytes assets/img/try-it-online.jpg | Bin 0 -> 1562 bytes assets/js/index.js | 212 + assets/sass/icons/iconfont.css | 36 + assets/sass/icons/iconfont.eot | Bin 0 -> 2216 bytes assets/sass/icons/iconfont.svg | 30 + assets/sass/icons/iconfont.ttf | Bin 0 -> 2048 bytes assets/sass/icons/iconfont.woff | Bin 0 -> 1296 bytes assets/sass/icons/iconfont.woff2 | Bin 0 -> 880 bytes docs/cheat_sheet/index.html | 372 + docs/ktools/index.html | 726 + docs/user_manual/index.html | 3945 +++ editor_support/index.html | 455 + .../index.html | 401 + exports/K.epub | Bin 0 -> 940519 bytes exports/K.html | 23817 ++++++++++++++++ exports/K.mobi | Bin 0 -> 2362865 bytes exports/K.pdf | Bin 0 -> 1241242 bytes faq/index.html | 467 + index.html | 419 + install | 71 + k-distribution/INSTALL/index.html | 603 + .../kframework/builtin/domains/index.html | 3931 +++ .../include/kframework/builtin/ffi/index.html | 619 + .../kframework/builtin/json/index.html | 428 + .../kframework/builtin/kast/index.html | 966 + .../kframework/builtin/prelude/index.html | 399 + .../include/kframework/builtin/rat/index.html | 620 + .../builtin/substitution/index.html | 484 + k-distribution/include/kframework/index.html | 405 + .../1_basic/01_installing/index.html | 473 + .../k-tutorial/1_basic/02_basics/index.html | 612 + .../k-tutorial/1_basic/03_parsing/index.html | 780 + .../1_basic/04_disambiguation/index.html | 729 + .../k-tutorial/1_basic/05_modules/index.html | 670 + .../1_basic/06_ints_and_bools/index.html | 608 + .../1_basic/07_side_conditions/index.html | 621 + .../08_literate_programming/index.html | 571 + .../1_basic/09_unparsing/index.html | 718 + .../k-tutorial/1_basic/10_strings/index.html | 554 + .../k-tutorial/1_basic/11_casts/index.html | 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 | 723 + .../4_logik/basic/logik/index.html | 712 + .../pl-tutorial/2_languages/index.html | 396 + k-distribution/pl-tutorial/NOTES/index.html | 455 + k-distribution/pl-tutorial/index.html | 578 + .../checks/markdownErrorLocation/index.html | 394 + .../regression-new/imp++-llvm/imp/index.html | 961 + .../set-balance-spec/index.html | 433 + .../kprove-markdown/set-balance/index.html | 1227 + .../markdownSelectors/a-spec/index.html | 381 + .../markdownSelectors/test/index.html | 407 + news/k-framework-demo/index.html | 354 + overview/index.html | 356 + projects/index.html | 447 + sitemap.xml | 711 + 219 files changed, 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 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 literal 0 HcmV?d00001 diff --git a/assets/img/android-chrome-192x192.png b/assets/img/android-chrome-192x192.png new file mode 100644 index 0000000000000000000000000000000000000000..358dc4b20ad91ce24436d86128bcd706df97c648 GIT binary patch literal 8642 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 Rcs2th|3T$_g_KF~{{va$*(3k} literal 0 HcmV?d00001 diff --git a/assets/img/android-chrome-512x512.png b/assets/img/android-chrome-512x512.png new file mode 100644 index 0000000000000000000000000000000000000000..ff0646b01242590af44e40ce662c92533d6693c7 GIT binary patch literal 17774 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 literal 0 HcmV?d00001 diff --git a/assets/img/apple-touch-icon.png b/assets/img/apple-touch-icon.png new file mode 100644 index 0000000000000000000000000000000000000000..5a7099aa748bc404c5633c15b7fff27d2a3de445 GIT binary patch literal 7679 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 WAe?S~ughSqtK;r0hgaqRZZjBAm&@4F! zXK-@AQbJns;USf$Y!$?3We=cjNQC8b`OFPGP9{^hf#GmStJOOA58Jjs zx`9XObov0O)oSRvPNh=W19V;A0qRxYR=?l><_5f8FNR@IE|B%`EW28e3fPSVDGD~ou2N1 z`$x|SglDtaTTRn0j)fIPVLTpxI2v|ANyl;Cn5Ox?R4S3r=P?Xp<2cScAox$fg~fme f!0j6auT#GPP;3b_nH$PV00000NkvXXu0mjf?(pHz literal 0 HcmV?d00001 diff --git a/assets/img/favicon-32x32.png b/assets/img/favicon-32x32.png new file mode 100644 index 0000000000000000000000000000000000000000..1b098ea27dfa4c4feeedda35e6ce8de9d873f1b2 GIT binary patch literal 972 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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 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

aTjtYb7S8~sQxW=6 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 literal 0 HcmV?d00001 diff --git a/assets/img/k-logo-dark.png b/assets/img/k-logo-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..3982958bae0974175e18b929cb5ea5cdc8704b13 GIT binary patch literal 32908 zcmeFZ_dnI|8#sO+^JI_6ILTHbR5-GUl59tIB(g`c5}mB9B%(w{C0jNjdzF>!kvKvn zql8lGd!5(&^Z6sbkH_bS9;cr7^S?)szwzq_$grY$CyWTI`clA<*z1NN^U{#Gn)eL=!zs3 zhE}Wo-ReGc^BSCpTKxAOY|@keHZ2xS2|q*%Dj)Jc4T=0rbjQi0J;y%ttG5sxFsqg0a ztBlZ5Hn8>km0bDCJA*cVHuc}_Eat4#|Bn3kdnx8-XuKUWB2xd`UAU{70e{hv`E?noPU0shc{m+cFA-AgO2PYA!5$tZvk(UMLGRi`ka|Ng$jtD63%#A@mk~4 z^LKY1oIjwU(27Hbk>JyuU(Yh(J#K}w5(>bp4HJ{`tUjE8Z zK*T%jfJYj3wr9>>;J%3@Epm^C-T4JxvdV0Y_a?sHHXLwQKy&@zF4c6Bu`^5a)1{RL z4y8hg>~ApWD0%m^KTGTMy+t~Pcta*+9s}Das$Oe!PT%u4(SE|bc&zU}C9)L+&nai` zmGfow)rmLJ{a4;Ro^GN;f6fB2jf4+Zud~gkTX=04Fthg9INMO8Q-EyQlc$lYmiqQV zmKQK&2fQIZ&+9&*Np*EED|nd$b!ov~C9R({(*fMKX72bhq6M;hUW)KC?7n87ibK+N zARn&U_Q**3Hu-!v&Ra7t7nzXsdGgak)A|C809l3f~q68BrqH>s~e4lVhm;Ccc}vD)YCGvNo@+ zCbdtqL5J$b`?hAqGU;cJdh-+60S7@qs^|66uzw#XMNQt{~oUELIpU1Z|?JGu0s|B+VNO_^s0sF5UC zj9N%?osNo;!2Pz9VKu+8Q0KOZU)p3tX5MH^BFGMyY~Azea`fqw;rZU)V@c9q6bA+3;!3mYur@+t&VIDmsk}0 zH?SVw2!9%Br+;*16ST9^h6B}*wQE`?>z}_cak_4jIVb(4r-Yjn#mm1t-=9`)Ggtnc zIc4B)jik8%@rmN_{Lo6Gy)TuQd+$)&pS5aLLZBud0(Nkv zhvyU7Ta;IiPwBrn&WB^@c}w}yBEm<0Ujj9H2mFxc+_cc^p8a<7p*B7!H;g)#_d5TM zh{{D|_k-*jgrsBA)i5(3luvK?d#>?5lm4hSU`9Y#kYkkV`Szg;KCjBQ_V--Lzcq8x zHa#sF#Xkb91Wv`AlfukoxhqF*Gsq;ScdmTrN5moEuC(xNRyoEX-g$A;X7%3#H0G1P zWo-|j_yqEYO29=Thc{JJWfw->qy}!uzn}qG%L20B7+*fmpsyFiHVD@1T%_*VR zUOlP8e0xKUlpJe|x*+*fJKA?^IF#e+S zn=5bX08t&#Pn=AgDm9a}a#oe?!I_UuqNOYPLgxFsFw%J7$Z?)`{ND*_|7eQcq*OF5 zJr}dO&Kst*Ack0=?)4 zr`D2hb0CIWv3TT~)}c4*B}6~Jdxy9#NZj9s$+ecXJ-DN6>4C|10W4kdcl5Hmg--nr zK|5aU-M3=-o*rM*?YrpKzmqRaLv(V{qt1R7o*%|LEH~0y=hJB5ErEQ4jYP&t%inUp z;E`o6;K3$Z{&IbXHPSnd!&?K-pZ+@#|Gm03U}>W9|GeO#7|Y@*;X7yAf+=zFb4hrE zM~{S}DebJ5dbv~*J~GhH5mT#o(2_`k`tmZO$R(+*78k&we%szTWL-Sk(?;&Vhy zL!9(lP0oXfn>#b7<0R2Dkf)sutDaau5kW2;R#!<9l**ES{Vt=Cm4k;=j5$yOsKTCKZQ1TtJDjAf8m& zDDgTkBkH^`in*YWmaUifHhsB!{SZGjhYxCWVjy^jM0PhjaAvSD%{lH}SdiOGfYyFc2ClrPbw*R% z6GhE7`5TnknL%6unSUCzxoFjloH{V^y~5(1D$HLAgM!3iC#uBW8%k>1w5m>B7{dsD zCOai2!F--63A{%>dRfiZ74lt;mgrGgjIqP*x|V;Sd`1NC;mY>EBp9h#|M<057|HIE_l^jJJ`Tkn$7)XuF4 z@4c_tQbv*j5tLk|X5tH;mxicNv7Q!AZJJ3iqSschtk}(W4r%8_zNxc_hyqrd$H8v@ z$0y&ttBn6kvz#~aLmc)#=>DnS+oDtcupp3Z%(Ud(NQiYUJENum0ly(-9rd_K=z+eLKu`z+9 z{cOu@1Qbql+%KYu%0ncU;5h*Ss4*pF=YvyZFP6sz+@b?acaks z>mL4_`1$*IoQ3xVG6%P-rBAFKZ~BeqEC8AB_-L_zCAYoDWv2D9v@Or847tY#eU%No zaY$Gc5VCL5xmG*B^R!uE_lVPU8le2Vnx!kmj021cLig5|!CtY(!O>LhNw} z*u1K+TE8|P_29VmBNs|F2Ynvwg3=5HSNXr~B}#X#f2M!yhD;RWc+-l2T2yo@=3mIz z`us1S$Bo~cDeZ`WUAk;cP4b@h;L6DCML5T)A5;&SZDvzfMu$G-fPd|7yPEK=^PhU5jD0VZq-cr2>cxqmFCY-K|Nw z$fJDM(g?#<4;m1VDujs-A2TIxS)atUxoA<_G4MIi|2+B4?N!YBWkjQ|g=?8U|0HEI zBz)Q6s5o*s8B95%TYxSVt@?&w=z zJWtNjte|u-*XvC;k`jtI5l%xaua8@AE4H6$l4i1-0CIa3W8xM#<)4PeE{v~Hv`m2N zJQl+JaO@dz}ODW;HYNRe0~@uv3aGv?gLv^a&O&VWTysBrE%@a5X+i>P6{Xb z*^r*kHTcDxg;rV##IUR<7@_F7feX1Kwg=?S1s!)!nHN)TufWR#o5U&%Opz{rPrxovVFiD{;p*Y z_2-Y*JfUcrI)3+AVD!rV4_k=Qgq3#VK|AbvQO-RYsep=?h50-kt9Zwcu&>LgH2|`I zK0j;i&tGcAv@AJhu?K^FBj-f$FLIjr%{gSJ$hV;A|LDh`(0EQu#Pdv$iL0Tn(k|1t zhy#j%(iia!21*qqU5PZ5Eg()J%DBly{N^A z?q-O?i@jvC{pj$qP3XcPJn zvpqs~to%T_fQuw>4Jxy$m19ngPF06CuVT(>0LacD2Z40#Bad} zO5#vM9CtbQNOZpVh*>4KvfIv#{=?n@2>g zz3SH5XIDN7E=^Jx5@YfF4XGM+?at~L6nJiIg(uwfI4A0LC z!jPs3;o1p)H~vc?OasZCcN0(4IVv!dONKLSW18i7ZPf35raYJ3CY6sGr(~qJm2M+0Ox2DVy>Cyop_%sEoX){QS{BM=S{#^W<23cIu|KMx6mb%O-~Y{c1GsR~aGp zTd<~)qD+*-M~yKgZh41h;E!0P5hAwjO0SJai0uiq;pvOe7-W5i^{}*Pqp^r9?p}ZC zHaJiaZBm3cLN62z>UFkW-8+a@z|q_X`5<$>=0D`K5sI&)b8wR;+kLeYr%A?}5ZsKK(7RzZ8Z1A+?^8sO;n9@>~X*Wg!499&+ zSbYAt=g&v%>%cQ^4xk#r|Jo%VBhzHH#WjAS z@^W5~YAH2_TpCZ@|J%0WK&m_f*hD>P&Q#F*X}RmxT1nN7NlYCxwPUYfV#*{RqB(Ng zR#ohV&7n)y`;aOq?aHao^=rYT%ERQHU&ZY&Xx!ZMW2yX#%ps2&gTxHwA6=;^c7X&y zLRyF^u&Di`fb{`&$h#3&MR(m&c_Stpt~cf+nVv8TRvIwkgiwp<4`#l*Y?-eYu=_Aj zJlhdyhyIo&|LhC-PQ{71(*Ev#)opulqg0DyP6}99)N?BQ@;x%V%J}K8hXmt;&qEPL zfXpgY1di`nKglU_xnhNfan1l>SuB&)?FXNOt#!>JQkPx3=BS-ZXmdi5hwxNU9SXHES1W=4kkLa!Mi=(8`)xyP( zYmr#i;(*xf=%-w?Nw2jezEE)C)N%19%>rBa&qtd_lHkIt&!O*Qe+ST1M&%=|vS%`Q zF{$ZGZ$x-F21TtMJH>WfMv93`_yoz$`gmz!R(jVr3^F`(F>+gG@})ei><4(=!kPYS zqBlB+onr#Y8h{*RV{X@^Enx>q_N(M5XPypt-Yt42Fe5SL2w@iaDR(_gJm1SpMitt& z3*MRDk|75U1l`W`ra;ep4#d4W{`u&Sfj`kmGh3D;>c!2%U&^10{;;evBlPj=J@4Ko zw=>y6VR){ZzFuyXPHH}c6yA$u9H_nWY~S1CB?Z#f$q)1HL0A_B!JS?2X~Yxz**aRi z9c>1@)4bQP2>rWu$U*;j(7Gj?a~dG`JXE25IpT#o&uRriRYD8Ziw(|?shy!C5+$~B zHOj^Ptn4r)%2u9S>QwHav>i`XGpTysR)*_f?{#-#WvMr$K+YyLK|T#SFM=_)!qMUL zJ&hUjXIJ0~arpQ^oT7f34`|2w^63hr=1#^ilK0 zEA@BxU3^`O#bTh5Jp6Dky;Gkm0zo~6nHrZ;`zbkJRF{xyipYgrSHfkUnD4TD`jpQ^ zqr+<)8?j&9&r&0<#=o~#Uc9#bNGoJS{95%~WBT~9D-Sy()5v;X2iP=3Q#&D-eWYxg zy~wW6wx_D`C6)*=SdsBxVyB#h6+N-?Qss1mA#u=8JWlJ(Y0g6nmfZXzCrH`Kv@*X1 zt#rTC28z?6mb%O72jt`2oNRd1PKDu}dxbUX+$9TYhmv3o|2V*AM`7q_7Szg#v16vr zy+Lgd%ncwoa=oa$yh++#c!-RlW3c+^ip>oJ|EkLTh!Y2x5HViJboQkgHMyDKfsb~r zbJw??K!|0HZGfRE_S-RZ1WV#?)+x3htjU;nBQLdB-+X`l@hA7Mq9NIg@%P6}dtNj@ zRM7XoKfVO6b0c2Iw0l+bl)7qAG{a^7=A*o* z2}97;9ycj_?mdY%^#jrfHGVv%op!mL{jn(7wS_mXU0S^^dTtkk%(a@ewnCnq*zWAZ zXG5S%90u|RuENc>ncsdJ4vP$}<$Y=#;w1j8zn2!rFQ4(_^#${_BTSZh<;k=&W#eH> zukifWSXy3VfTsC@@J(`P-^|@Ncp}NPL;cvKlk<<+&c;&+1s3U8uQ>5ElTIBt428r; zpGVRWzdw?w5Rox3e)V_S#1p#xV$tEaU2cwM;b5s_HW>(&sRxu-pNtFPHNEu?bRdMg z_eWlN#yq(pg`_1WyUK4wJ5WrV;_xy2U{L{`AP-7#RH$bDaH&FNUG(h*WCalGcjFQV zU(bfKlQExo;=W1p_b{S92jO_@hr#=`hSF)BAAC3Ba#`U#kLA~V=iH2_YxG%Yx2*ka zc4UTrWp%v+TRUve_L!?dXJA{?nwfWq!u`&eY5u}V3&>REEMRp}W>WT3sbpbG4JcmY ztB4ba^`Gc*B6RMHWC?Bh|D6RmN@@~4wb0FHNI4B%tTzq1H6o+dfU)b!mC9EJ-;ec? z=3jCW>=uA?7FS+t)D?iX6RGqCQE&Fe=l=7zDJE!uR(;ilsVBP7cug0)S;UD8Z`Y*ZQ^E z)5}3T-5+0r^WomI(!Hs7&H9uM@eXT8tH0h85kL8%pwI)|R0vsYr8sx%B+aCl)x=JMCh zEX^y}*^e?R>s}d67xYM#OZ>llj@$07e+&5|aCftGMMX@3XMCh(ipr<#VA?UR>xX89 zzlSF~|LUpgKVTVfFzcU+*S|GsZP~`bYla(PE>!}ySZm{l9m}q%ZmC{AjMN*VVfcwg zcaa~*IL)uINOGh(9cX)NeP&{nMrFLr&wNz#&oTP(m6aD4Lk+Ge@m;0#0_^%54EA3= zUyaJMvsix?u~TTBUuf-n*p3&#X?}a1{dfQFo2jg1T(73JL+~6$ao?EfM6tV-u>l*7 zQsL{%7~+%dGb(R?n_|0(8Np>~Z5B!&d+g*BXzd)uNp`*!DSbC%=+At564G`<^srZa z%E{z>rVl#a5@knfIeBxlwK$wJWAPIi=jAPHHSnA`?0ohk8ME`aee+z|J7IPEcO^$J zvL77OQo4c6q1`XHATcDGmzHW8I=77ZGI`KmciJe-f#|Uj@<_9Wlb}09Ou>@uLV{yx zy8V6b1!m3Rd)nD=Sv)c6NnDqa&*;s#rMnGJ2N%clD*6I zy!?9blreXijYqW0Wp^WLbBG*czK@)@Q&UYdNuQNRMXTv}F^2NFk?9M|-wtp%T3edC<8}ri>_$_G)^C*6%*)>6<-~IBE1qj9Wg*>5M zP_#6?<%lKCdF-}MA4<+>pv~QYrIDZ~oTEG1o#+MV-xtwuky(-CDAD!xyz^!&E@bBSoD_PP=jdwm zzS@v65O|h)Lg$B;tFCwvj};cBW!x>hZt-)F<^ArYXP3njT8gZvj)&${`=Y}af8;K9 z>kOm>u@@IIC#^dKN*fMbdnRwU)FE>+#Bn8OY~}goT^!F!0A_=M!)K$u{WQ5mN{|m6 z(WmUxTlnn|zvdq6Xr~|H-T!*zN&O)qPxSY0EI#mkNMB%n$xWVyE9#VPJykjkQSN+g zcYbYJ5^$Q?Y^5H_f$J64-G@3tsHLxplja<+=rlDdS{Y9gH8n@Dcylm#!qR;b;vZQ3;$S+^`>eE|LOqG5c2!8?E`| z$*DL`(%sm!2YRHzjl>Dh;zdndc=7nG2so!%C^-1<$VJ>zBWt+*OB&i5s@N>*fP@vyQ?g z^rrAHiQZ|9sq$KV$M)NW(P3%NFnpk8YR-18&}@Bo znFNhru<9R$v)46$wx*J9e)5`C6;phEENu9YSLyr9wQg)5LeA(E`CI*U$KOGAp9E$+ zta~N@-jaBK>{UQvfqf$whryoK7b%^A-sbmbkF#xNuSx%HG}x$+B6RMxJ0$V`{H$S> zZ&op{7`wj2kVS9v=g*!wCgZ(r-`C!&O!6-EEHy41%Oc5jr2`wvOZJNKaB=(h*zkd> z3coIQHu(?L@(2E@3Jl)NF!j`Ztexn+i0O1b*mXrCO8T?OAEg>QXM%TSWRT|tm8TX) ztLqh7k|7C*7jnDim1c&!>=|&E<>cG?c1u1{^}_W#$CCaT7v)}2N!Cr5_T>)C<>WlV zSU~5=*JLv(I7l-i{OeU&BBS;>7TTMir_Y0Zsq{S$YgUZqee+I!R8qwKDit9yZ$~DgqVdkFV1@Z zR6P@OZp45cM|*kX;Xfz$r9ZPf{Cr(nZsH%0=+$=NQim_-{xN9vm5t+lUoJk$=5EBel3(rpIWLx; ziizYmo{_R+_CWl@*=*)=Rp?>H@!Fj>?U3SL`t zRr6KGMHVG5OY_Pv7gn>BGSB@zxU7dg<8g&GY_#U77DtyROZUWMF_(p(&pGJLjCU{j z^^F$h+Ws!SL||>-;41l;>s6@AS^DU4$NC#7>VE@zEG_qj9G-}{bk{rB;i!D#C)GRk z+~S-H)$APaMqbgl^Q*1SRCX>U6(={>^iI#Oz#{23pdazSLL7)2dxl)v_qeS zGqEP+&p|#nw=cG>h4!P~?&tnhUbFe>o{A+6T(WgIO3%G(x9}JxXlDq!7**F{v|B1@ zx(YvTe0yO27Oi~tTJxuW-2P9#?d_k#ax$qKFY2XIZcWDBV;0dY@(9uHvoiYNHUDo% zPU&>M&v4JTHtSSsPfq!kmV#)9;)>$#oeugjlZsf^c!E!^t#4{7f7C)Kf2HtpNxo!+ zcSzud2nCe@PV!Vy)yCo(^0s{>uBXXi94Dp9voT|0(bJ{IFDCUAr@d|KM%{e` zy^G2}1o*DHK6Su)(n*D1kFn#WIR_HS5DltuSEqE>FR1B~G3!`8up3O}*XGdp!Nl#Rx!_ximeA10HJ@)?maDl^q>~(95{%+^Y&{Td; zjS^?6r-fKqmK456T4h0`_S-4K_6gIwF%)H$thP5><^bX3&C{daElc+cpNkU?rfL=N z4?Ll%DfuYzy0#{7oB30dSQf4P#V+r|N>`|kCEZY6#lEr+1O@1{Wl%0zHKwO^w|))C zDyJOVvV8xx(&Ga4be|bxnb;&8Osie zglEXuU>{sB3B#W|yv5?4!oS8J`uD_z>4BoTguWWbh~30LR!I*escvIfJ7j2Rbuv$8 zHOxnpq@Aknzv^qSFE^~tk@9OO-^}`JE2HJgIVu!y@sDLspmpWup)B4Oge7r>GaN`{ zK6cr@=v<_N$N{bqvqHgvE>k$ox8{7ATo&zvGz;$yu{d7xn3v48+ux`PYEBRil@W41 zE4uf0yqvgl_T0dgkTu^YkwM-ee%}sk3yyb$s~RpVy%I)++0@ zTHQ{@-21Ll!Q#=1(JaR{mFm2{A(IsGKPIU)Z-?(G?~i~{1ewceh4aK!whj;50{Rej zT<*xOgg`z=4-TXpN=@~n3Dj$YXouqAMUmW7UZG3A_ z`0o#gBcb|#W^cx^=o7>x#D+;U1fRFk>Nw4moP$5o7y!#f6ie9+^wH?GIq_YIRG*`sjhW# z_K(dFS426r&oFk>3mQiZLt06ljNL>2OeZy1x)U!4@?6%ZM26Eh_%c>k%WNzPhfF)w zHDR|_lxv-pRS)7XDX+4=Da*_h`!Z&(p=Kwh<|V}omJXTy7EbLLq_E2HC*<>TYsgh) ziq6NP7Bh1Jhj;{{9k3Oq?P;wPNP#gV^qqw5Q-x~7S%;*^!wqeC=WzZ60YgTZ*t^{0 zQ80}Cub&k^Y9ZlKRPtgV{pXR087iNuW16xvxvqG0)+1jX#s$9jNI&%u)A8dYPY;#! zmgSnt!qk~u$Jj_OmP^u+i1WN;t>@7VP1|2-L`VUuiktIiU)=b!r?n9>oyUr3JfzgO z{yevtO2i&<{PoI|gEnR#$(byv7PkZ%|0tDx^ZX@$F?+RCv^zdjx~|z4VR*~Yo8^r! zZhS4ANBqqK@8d%&xH;Y_#_4rcAK@ZCgEP(n4jYejOrxqwn+tA=MTCngiM})ld~u!g zDqF|U6Xj8W&KBj(eyWn2XYgyAcub)~&0O@vU-YGY37NDy{e;86Ua zp3=t`{d{FsY7rF*L>miFlbd&Td;R*!P{)NyHgY}V$%mQ*Nc zD`!mVPNS*@K0A)u`@z0}h~K#U(=2D4s;?YY%8#NXRx$BBDwkuP=Yv}%!w)W11>;pk z;!JQAbkAZ{ipC%Y@#lpHn%4}s{1%F!4E@1XDe30hOv!;I^?Z5u{q5pya~UR>l#E&b z#Hmr&i)D=TZn-;u(C%jfc+!S0(to zQ6#|m#4q=24y(X+Rf z*eg}k8=QqCyVF!YmrZ`_#FKSp-VjS0-*Kl9&jmV?hU=nRwcM3zR#at0hBg-k{#j89 zSU1mohDP}WBKSzN0Zs+V6BAk|(a88k<{MsfArCt>Pcwfb>ea=_D9EmUVhLMi@3^P+ z@8e<}say%hOtMc2;G~_n3rV}d6;SqKU|dZo4!Dx}2dUX;;O)Myv72`K)u^`n?<4g* zS+aYZ2599Mra*fzMG)4lOgmd48R^O1PKqijUE$jkMrs_(!06kh+(gNhB4`HTUjtDv zgK#-p5{7>ZUYz|m({l7c8%E^unQ?u+|E-Of1?#kzY_q|j&y(-6Efo>oYA$zmVyOW- zCzh07;xC&4j>FLQD9qBF+*8BSnr4eLL1J>oLpHpQRvm}-j~inz{Jte1Z3_UiseDF8 zRPAS9{M@0RN7)%MEKGJH@Ek@BMy^@@T0hW%QR5E527u0(zjg=!#Xx z%D~|Q@WF|X7+3O?-h6Ux@i8s2#8on4Gm)w190A7=&7Z)t%e--yW3Z9l15F$gz_mCP z#D?Eu=`hmlcdZ-fltb=>W{y3WHYqc*C?tud+{HW+i+&pQNHbB=1;L0#^trnCGy~-< zOwM{yu~iIK);TVapD5=4iI}05NABH95k)WKUAQaZvg4&F;<=wAzGh0m6@zndku92c zNXZD(7Bo)8@`1l9WGhAfj4Nv*lj|mYZ0Dx?IRujoc+D;q3=52 zGy>N~+4%oOWRcN7Wto=m5aJ!ZoBor4r8Ueb#5+IaPe^jD$t?tH?f6o#wVi5#<$`IykueGss{_JZdY?o;7?$KQwLz0qO68q0H<~i z%uWX2ipX)zwnETUs)YD z{S5s5lr;1FHZR^1^kH}aOf8Lr7D9cwp6nGW>!2$byCWJfz7crdkRt#hfvsq?gB8=I zJARB)#uz&VxHJ9$V+&P`m22ovS6yo2INYm;9H+wB9RV@uFDTLkhVdtO z6et|h2Y1x?mA|mtYTvxlWlD3~ResMi1e}rqOSjxt7uZ?F^n|T+%xRMVH&|vnTqk7R zj5`?y0VBqmTnaUPz{V&4)vIe4V2>W`afU570EY#i7Z9k}I?7%43*(q0IrZp1|2mDMA!ae}sXBX@VGCKw< zpR-Bq0T3xS4!}L6FR;7Ar;qLS&Cxy@Zj_m?gPoXpXu*HC`pmgf3DrorMJb z`N*!?D}Qz7mT0(#HXm~c^Asfb{0DVnrQWmlU79H)ZHqa1jj)=_cxd4-tF|snx9Etw zuIwQg(@yIMKMW)meYtYY)=b5%ki;dcj!QQzlH6)7yMnZx_}X51%{g8K?`K?}f5TAh zTL{fl;b;eTS85;dTwKXP*xC;*ZcXvAL0~#6djYRKI-gDz%n+yv`$*>F>NgU{>{MW| zX~+^AkOb|{K-<;Ax~a-9**xmFmBN>ymMpX_T)>ctsyMDKlU~ooV4ZwzmhO7jkic2j z0E`{gHt2-=>!3w;Hy29s!8X-lc#sQ&jq2Zd@<3hc4}wo+tk{l&l6RO9SQOJH_)|qD zQbXz3&R6j!p!?B}hjwP*U$oD#bf0o1w39z%VKCPfm=TjVLV88-Gry=aJq3k1NH&E^ zOZs`&3&yA{^Ea22VQ+$TLOB^I#0B>R5G+qso(A~tS=YfE@V&r8cHmsfj}NNDv0^t> z`LtUPV@ZKUk2dGm8r=}X*+Xq15S$E+RxNyht&Hk8uUwGxm^|~mB}}ApmBt;up1)YP zQXi8g1q0vRR-@tvIbjfeKe&&*JCiVl(=s=iO-Btd<8*#}8;3i7J1luppv*T3mtoRc-HRCIr=SMPIV? zznY$M1CM1n0y9TD=DpEE6yNgp}nliD6kY4;$cKQf32MbbCieq*h^Qe4W2d$AjU_Mj zu8|*8IMhQNFgQ3TwaHT2^=G6O?|lMBMC|G}nH51vFl4lHX)M8q85Mtd z{{3B)$vT&&V6=k;*vOm#42Svt-Y3qBoCkwCg=S0eqWk3ZS-LAEToJKGv+kwCC^Zb9 z1dF>vYDc-w0k1n3<6(SLQ&e-^_zt+V3gkF+{>EtAtY~fKyL43`8)0 zeO#CSGnTR;l zgi;t~Bho8%U_gAtdTOJI^y&zF`jy}auGlUt>xTiS8VfXdacz_!dOpn@?cPBhV0ecJubK&IB&ql)Fhw6tN~K=|ItF39*bD zX8*Y2;_{hzi+o{1DzKBVn9CT3e*|%eyIPzCCVBtlHcM%oUZK2P0mVk_qe@ajh{4ct z06kISo$C4O1llhg@jFhMi8ww2gor0VJ`mV%pL^oRr^lFVqRu;(Qm0;n1L>xNM-Ne= zp!XM!Wl9gduk~beP%Z+N>*-|b}!qk#Xo`>ZxJWO`YiO3d_W-s7!sN7gPzCE&} zOsDoi?!!tE(+2*js-1WG9h6qH2r7JJga@=1*N=QKI0>yNH&;Rj%&^#5RowRW4bX9# zn*cufmWpR`tK;<8$bb&a%99V|cfiUA3r3_j#QZB2?d3&*`u#yq8u<1PfjPY>7z()9 zz(`B9f5X#uu<7`fynpM*==p|CB4B!VvGjXbj>$S*2^p>TbXR)7#N}4`n=T%Y^6tH{ z{@8R@f1E6w6Rx51m$~NAQFt%O(#pB-Hl4cX<6RqTTE z9sYy|BXn@l44)=!vUrLOafj$)$#B$+$&TZK5(rWcAhGe9V4NotHR=?A@Sc1p!b~~$ zbNDE+Ti4abt_Zx4jV8nV67Y{dJ?;(1bRo$(ia#Nq3^t)XLSW{ay?uu$utZG`xJ%`8 z656o3Oh+Fdgqi$Cf@;IpT6o94@9m^88TzxOoz^qVQRGPom}OCUxSRR4x=*vtgAhCo z5I95BJ2g8U%FjlNf)~`e!|hX@^_BANbD1db$9jcG*w^Tr_YLMD_^wgv^~e|{8sv7v z%3nzqM;0Rtq+OqV!J%wD`YdPUmfA68vE?8w(5=MQki~oZQsojM@Gg&7j@UVfqux^n zTy5{ou>YfqatMrNz>~SslE#_yXN1Lv$7QleUf`HZ1- zf-7;9DHLI4o2pm%L3xIfEBBFl#iD zl!*>RZ(pTXH2mQ@R0@ZZU-3?Y2a!lOeE|aDItZu(H_}Ej9Vyk0fsj=veL`HmQmFQd zjy|&bfex=1l9V&IP2WM)7z2sVQbm+^7SDT{NA}5I&VW3$^PC7|BtVOC2Fxg5#1}j6 zN_YUg9?4eb2;~Qo8U`2;2X?-uTaazY#K60RD+q4bT8|Q0=D) zOgi!>tA`y=cw+;&=gfDVK!aX78$?3?K-l5u5M|3#MgeOdvhK9!ZkyJLMGGax6k*f^ z92ow0^zEe8f`(FQBTyJ(Ij=8P-Vp$V9G%Q`)yLWY_fYX9-+Tga@yF+iIqP@IQrDxQ zf#=)jjIlePP<>jZ41BQ4WagVs;I0znsZo4PYR?%s@2!|Gi3<{ZL`>}g6{2|iU^q-F z*tCNcM#RwEY^L#lr=8~Zt%3XDfxnV~}L0T-qh`odLb;l^;CweXQ zD3K2;O>sByyP1avuq`k2`^AD;9Fq%Sjt+m0(CJavYyubOXzqgBk)K0s+*gtdYwU^h zc&VQ{Re8n`QqWwGRpj!-X*L&F5hU)Wv3EPemvG3o=Bdbc_4|5-Q&E^N<7QS_9J~9i zK|PKpO3tLKS^2qzuTPjaggCrqKAV(J}s+U zfh#Xf{7(jHcVcPVgZsK@}KSHgU?2_5%R;K2NTcdYy<&9N-X8wmzW z$;xC|YTe&$nst8UG@K#`{lmeR*US+1%S#r|FNf7Q%p8)x7?6*#6}gzCU^p|6;9&$a05^fe1bL>X*m7o&2pCk&^^(o1WI>v)$Gk6|?{!`mwDRFQ!ahlVxrtD6RN&xt@cmixXY_}6vGdObJ&a|uzS@G)iht4CYI#C;$t|1bP^U zz*X%R?ba)YP$;3|x-|j!3O;o~B8%W3;E=7dn^J(QWJ)Zux0cuQHTh&Wll~c$;(_&n zQzx2!pst1IYX76P;Me5jMl^!)F6wvJTaxjXlu{|j2c8bryc zrVng;WZ*vt7V{|VLwgwhI(Sam2ay8_wS(v*C%A-Pm+u0^761r^liNAQx7*toBHI&p zGSf0aW9}E9-)^{X3xWAgEFN_UzY`^FzFq^XlJ*2q2OZIt0#$f!s+A$7gwDmVb)^|> zgS#dA9IaL+XyIP5Kx$*m;dA{P=I{}444bd{$Xji5ZO?oB8pvY?KARK@dbSfV+0yBz z3*|Z-b{Ty!4u$|TcZBlA7&AH-SEaMX-{Nx`TwM!3W!FYL`l&C}X2yl$`oZFe_4MSk z>t97i4}yVq6_^q-_!9=ez3LVy_=LJ67WHR(h09K(Gi1Ow&JDzb>%(HNU(N~eK>T#} z)=Hp{@wx>R_p}K(8;HrN#_Aamu?1t`Q2hTnH1IrKLM-s~2$Wh!wwBcQNuwd~OxO3% z;RV4u?UVpvXbv-8axu;iH4%^|& z$81%&`IFtTs)x#iPcDz5<*9QoZ)06-r4AuiQ0*q5yE%P-084s!yT1T!RGziZaK!9@ zWC#V=w^_zof?c9Rkc(~}-g2y6_<~r>f!3wu_i+_ETh@5GxAeZGd`NzR?$1yy(K8c! zVB>q;6!VUWXX5dcpUxC~cy84+{5clhc)$OY$vGk>`q&%MQD$&C(G@xb08p|L<{+>? z=IuT>qoNFhY(ZVV$nOj&0$mIj3JURBg4ZCv!Br00s5soq`{)N{=iV^LK8LNt2-*vq z@8X!z3$pk+_BP33vHj`Uh{AoOhZhQ@8oJVH;Y%@>UuAgNwV9H(hL?K zg=#I@SfoX=^BNr7tV9B6|C znQ?H?Awbel9@w75pP-d;Bbm?sIX#j%`c8Bd%W<8RyeOrPBLIqr$yfx@szbW?Eo_C% znyq&wT4Zpp#v8N|hZqop`tM7hMO&8f-^~7z*Zm&tZ_KK{SplA}7ig~?I@$mHD2>{p z=#if>Wjb3UH!8?d8F}4CQwTi{?j`bnG;l23RMlhR*)Ey8yU-Me7O3Mxc3M>ARy3qS zgTE_Rpi-g3k$sF)&hQ`^tb&;5AP1$LS^}kqaka!8+4#2%Sar2-w#z z)^LEVMe~PSiq28{!2bQvQNSO)wmqhlNFl9eBv(MUz^66wZ0gxc&Ug4k8Ia?EHx5r` z7V1$F1;{eJQ4tKUWzwC&Wai4I6oPajw@uL}!1o*38L)l(i1y1JIXPwD8+nBrx&%Hp z-eo_cjO`FjpXjJL*$hkyup1H}Cn#tLDaEmy?T9De6}$%X{t?hN})}lccYMqC`!}(xd>=I* z3;e&x7`y62s?I4G{gi$+{F6oNi2`_`yi7-y6M&N5W}f4q^0}6K879r8RFSse6x1gf zAUUJ^JZT?m57V=D45cKgTR(+OtYoLwQ9&eY%Kbdq6mh`j+~@5P%?oV*tyTZ%tvd{{ z;Bb*C%Q7{Vyfrt8nZ!GL8c81qj;~G3{37d8#kocnAOMY=nrZ3$38e+Gl*C4en#$EL|MLxw z_op(xG^D=VNBT77GJl97RSrpO%N2ByKb{Ir)>yXw|JwWRc&y*(?~gsQ8boANO6Dz_ z>{N)X+n$wV+;(QTWu%OhkrByu8zpXg+!6K7%qm;RD$*B;jOToOf6sr<|Ia@^|Mcp< z*7;oLT<1F1xz2fCEbqbYT7S9T7fHL!3rTRG?D7PUWW$KOuR7G`M}398j=uZ!pszI) zvaB)2K+wq87P=EPXx*D%scG-jX1T&6dWbo8;?sRHQWQw>(zg_tsM;i_>sZ$JV9>1R zt%ptMf87s8(5-4v?DA!F+u-Fn#7V2ea>YigTDf8EGCBV6fku0rpa7q>LM_XLZ-V{3 zqV7#fG;dr}r83e@pE)kIj6q^7fy890F;pKL$=EM|Ve$Jlq`U?2tw?al?NW4VyAhcI?R;93T1zgRKb;* zozi30o!eFvZWxgoSjhy;3hZadxWVBoruSt%#f6xVX^>4+eb#v`TOI-P$5NNPGZ&(! zkjKDo)^^zbd-GtIeI$#Ha}Mi)uxO(?V=U((60sAVB{User%*9vF(5hkXI{L!e?AxQhe;pH_$ zX;Ju@sGLMvtVe9sam3FU=2O~t0_GEr1=fOFakG$?uJuTdwR*lw6w;j}ud*h0WuO+B zX=mP=h9ndkz$}z&6t%pmT|=k3yeMi0Z4(V`lBx>Hk>*Ew5rhA;G`BL2%bGZsF+;4d zzIh^{=ClYKvYJhcHI41cK&|VjE;nsRVmW;u=y5hTBAe3CC%it9uD}C&>IC00NAo)!tF2jHX6>Thw}toh4chyk;Blzh=63cLN=|$jwLg1w!x&f^|e*-jy<`= z@q5%&Z=3=0#aOT)1r{(j4==R#Y#?|UIHAnSf8hKr#rykevFHDgH!kXI=k3QOC|b$SS>5Pv`mE;&wM= z&SV?e(aoUdcFZUHmpvuqDGqegg&MgWV#}SW;|OFaeHzX^0j^jSs433;lKEKgoni!E zd$7NQfFh4Tq!R=zzN8JzP3wpv4I;3Vn5By*U@q9xkL1J&Z_hwbgVO~%=@+=3bW0>f z8-#nZbGa6DHs2fmC zJybXBp?U_n0K?`~mHhF_n#ok^q(Iz2-wrmIq#K2L2ta;H4-^;Y@N$01_qpHoisC=J z_UIm}s@dy~sE)-oV*xecN>?_qF!;?D;6|WEW|I!V7e)Z-L<9Gv>KTTzN51S(Azsl{ zns;SL9*Jxq+~xDQ6i%TxIPMf{%x%Ec^=@bKQ9sSyq0j;}<{$zRz z5Ro>ZBs@X+*U~~dgp4$X3h3SarlX+5zmus9Lhql>+!1=%WrJXv1+b=^i}oX5Ko*=* zsb3drJH!Y;1?*pqzv5F4qnoR=@bz#?_~Rw^k)c^pOeT~{=Q$=DNVxT0bs|@p$m3l^ ziCj90OCbEM1__JCe12*J*GF}}s@xMVwx_=y{*N!<$VW9ZhDVjF85(;pr>~D^z4(=m zVUj<(G3j4g_CA=L_Wgf{TQo19J*;qTI&DDdyB&AbWtJAXYk?%Z7tdGg~W!purf_Sz{TZg-}o<|x8uSXbCzAy2F*?!AM=MZ9D2YU+(39Q zLPX~g$F&i|7TLnEWE}yqzTKUKz)f@ll~S7zsd(R)ZJ)caN|A!j|hSfxG z?y}8%a8}D$W&TjdCRedM0~m?gm4TodNJ3~F^O;6sY)!+3gyv=~hRlY)Uk#F0l5#?Aq>vTB2ad^*vqXJM)!6pp7Rl zULj)vZ|O8cU@#=#PE;i=ayjZOXZGGNy97H?&DT#J@o=ziaz?Kii-#k|? zYd`kx+X?TLz*td@FELGS9awy^OUdD%w95YTHtLWDas#9wfz@8?MG8Ih-uE!=; zSG|HMI?d{_`_D!y6_}LXs}--7w~xb0-<}}LqJ@--pYn=XbThnFcR39MlZ2v1kC^r* z^tW`ROw_(cO@a+0fC!?4jEG@-D(2o6*>=(S#{#OB%{#pLV*K;XPS=C1!&4iUB?gp7 zjL1F!d9R$+%QoNkJi)|?cW@-nTUxVdbn|vUw%ayxntd1fcdg=Vs62Di)*cz}IaRKP zWkB1q`$j+QdU@M~*MX%vM=^=p>NtZ%Wr5OlcAA*C>2zhRG*oD zTrE!HA!p&q+(*u|&|w!!|5+sDl@05n{d|G3-Yx2Im0&5ayVAAi3j zMX#vvaV(o~WCr&nSw_-vX1V#c33)Gg6@+09woc}9D9Odvo^V}~Tnm{@meW~xd0NY8 z&LZ}bgn_#8Q#Ym$2#u`xi@(|&^w$YOA{zKvoNd~+Q!&WilYnS z`EhYMuj_&I6glcwC=u|{+v4P=4ZR2Uhnk|W4PVS;@XnvFPAW1( z{S-lrZjH^w7`~LQV|T9aC(=)3ZmVmIT|ZkSm|I!A9=RoH^+GeIUp->vXL`tmlfT{e z?hCsp?ppNJW;q>F~5x~N_FIGx~3fIu&t+{%SM{x3Vxj+)};B1_g+jr{4J33Bg?zPkQ}#dsLk%1 z+#>7d_TD)tpI_25;>0C!i%?%eP;J!kqY=lv^a$F4Y3U%}=j^jg!-;=zKK9Zldk()- zZFZuYDKnrw9mDx-T#_Ns?Z-KC<6F8$+@p&M-!q<3F?`V2R#@g>*uHB$717nkdGc&b zVrfzDtFVCywsGS+x#2x2ruxNz{nO!Lx+QtT{`+|<-M)_1(*3?e&5PfXS>pJHHOZO? z9C&cDs_ut-T=GmLmld(>eH^4rP`DdUt~+VQFr4Oq!T*ACZm9^5XTd5=Lz*x7h#2X9 zp1~$<6EA~BPZra5b0;^NZT;y?7fULzXjGMm;U1h&wNI6QjowZm-)_u#G{Qgir*Qk7 zNnh&q{CB1R0Ef(ZyY`zN$(TCT@sKzBip6F3}=v~&a8=IWyHtyL7d$Yr78MD@wf~(!`tu?SxdM3(` zPM{nNpmQR5`GJ1p#Q}A*`tJQP>HZP}c8MHSTlTYMr_nlQ#0ZbuCkL+}$hR$hMP*z= zRxDH9+~l#BAYl#CF@ZM!-2F2k*`i*dH)M+hVn&a* zll30O9zxJi2e1-(<3?I)yp&Urg%lnU#JlSYg&GVb3^Sw?I#`y6xd6iL792;a_mFcxPn6?(0bMF+DmctM~lDudR&F zo>{#KquxKM>ndg}kDz;-Q)`W~Af5hD-{W(3me(dq)Xnx7Mdt|lVG(g#O?bQ28xP@_ z!&~*+&ZYVdW`&njzFJ{8Px0tqH+S*i2F&dyu`G+r3oL*fIbAFg^Y?7bq4`@s&LQ-5 zy=ir?XFkRquba(e92aDL=O{j}abLDjUB}Kcp`|7VdH=TYx9U`}7n#N%QAH^hiXwnodsp)YLvnjphW zcZ3Ju0NbouX;Z$;YOv9(+uIp=Y0voTwI+{`e97Xe?-u$5OwHG^!JVEJ{NU(|6I*z>$S{l{yfT7N1Cd!`9(O;SPZI-L;XIryIM+bar7*W8?iSP zcWGCvSRnIr($QS+-!Iof?m6feudQdiyutRbz+pejn(M#79ARkHw6_~m?UyVd158ka zJ^y#a+CKfgH$N9QnJ#KO3o^8-ZnwO8Yu+yzQZGk_Ac}%SacsTZD-?8rE0^pm@y~4? zWd!L>FzA>DFFYjTwR)yd?+;BIIu%2I3xG8Ohx50q&yCpHmkZvuEJ>YTRahX{Y6~X; zZd$8P>itr4!I>cg_Zm(J*F*3DNdlKs{`_sR0KAQR{g@TP)9WJ>n0-wPTWHLNU21FU z<_4cfm`9;VjB}84+8kUk0M`87^HMyJ`|k!c`k@?B%56KE4EgWK8puvYy;=i`qj7<8 zrpaWzXcK1ypTwp|kQ!_^Li_ran!Du;iv(p>C}iZr#m6JK@;&H`Xg4k zT+;N%A-IZViw*?@{40NY5>Bt>|Xia9<6fPai=-dro( zDWpRe+MMl;uYL$G7o@-B2e5w(_h^Jt5pNv$6!HGgjo9Hrmh(nYx;TQwKjV#Cb zE6+$imB@~-D;YH!^j*@TKuEU4am>EZ`d620_O5{0q+yv~dq@gL^#(5bkjPg?QezR# z7Q$dg2|JCf_+y7tD-H@evZ)CWxR)%hDN|SRu{-l%_-prN4}Khs^!S;Uzhynl;qpw@ z(gLp0k+2*36j%r^E_OQ3cdz7!a9Lj7QJMqsH|@IpHp271EI52A>fFa9yZ%%+Db|h=_KalH*p}pUKY+kOdKfuIk0LITY zM$;|NX|!;pJN9pZV_NG0uNq2?ES5@H;_LxVNr`BoschmG*_@l|JJ(KzsJP6v>VucQ zw>qa%pD6veNaJq*BnyJjf+N}CIit4tX{HbM3gab1f(kPS^)2(%VwHC<+d{Y)-cr<% z-DLDK)@ueBpYKccSj$;Z8<4f+tP1*mMbr1xp`XU0T~swtT$#lLPI(H?^jyx{I8H3* zL6c+AC*Wp-N#I*nA3u}DV!OpsK48g=`4U`M<(Y4{mV;>P8H_G%nV3iEB`gANFC<_C zaL!Y)b}A2Hu+0;F(pI$V9h%_q49WTaxQpsg2Af(A}*)b;n=%!a67T+aNZ6oStV3@ z%`{2rcyS#xhsgd`DY%gU~zZ8hz#{}t*Sm`IglN`lDgUKVg z^8qMEd!a`CyRSicCeC7wivJa!#~$`gdPHf<4?=YIoKF9a+2WB0rN`P&QUZD-QmFs; zMqo~_hqHFxQK%r@|M5*R{o}?A&P@@jN1#YZ4aw+rcp~gkAn#FZm_8UVl zVENn=H7wAiYp%WQt*XJLSFB0@M#&^#$6`@6dv@p?bl!IREz3&h?VUVMA(+*h(2cV{_XB`vzK5Ho_pl$yoRT)u(GGq8;*Dv`~ zD1-C!cD&Y4aIpd35`FYmoA=)h7H9)Z6W^#VE|W7U_;M*I%^0h{p4-i8^Hb8qHZ=!` zd{g&HZK;XYQqDp9Y%jZIK{!6`4X7v#L_6y#_l?{@5BJ>2f|MNzc>0PU{a z|ATmfSW1}eQ@@WA6`6ZWYRoLapE(26_e~kxuadj2md;|tF()h)Vk@B4{lJj%iW}VI z>Ud?SmHcFV5nbi7KWX$0L{m!P>NrmxT=vBBGEM0Rwuabv6gz!4B>am?lS-+UoAzL` z7TQ!5wLY&Qbr2}A<0S94Tr%y|pZxFsxMWxP66|q; zo_ec#Zg2>Pg}Biimegdm~h_RB4tB{DNKrJ~p zc-Q_F72y*?yZ*cU{xMJY1=8qHf2@DOzg~BraJx4wQXsr({rA_ty2g6*(LhY%T52vo zlZ}wF4VxUO6a7Vg#&dhd@o5fC73v9&#@EjQ5ThBpwNxoDg$PHq{2HoR0|XEyIX(QCr4B?Z2d;4==NE6jFKheQKD8D z^RPt5Bm259v(Xu@GY&ZO$Vv7Mh+OY0ABz45WY1^PjZXSyeOJ#{W0xMv)Jk{J-+ckXYBNoJ$i{wCt zWW{`6e^Z^<+^LpN2@~yqt(p+bP1V8r8cCy5hb2YzwShtrq|<_;FM9}NXU2eNzdPs zjbD2Oc=&k##Ng1sii*+d5CevPGg9plk}JnbGz1uZlCx2(ctBM?`McMd-1NU`JQZDx zsgS9nzH|dI0~7jV0LjA}sYzcp!F=mU7&^{vjl#%^+)y-T_FYBlP>~zs>_}l8z=C;8 zjp+n*M`oi1UKz>U_qab0^+M$6Z0M$H+(^x4`)!^O0k*I90;rE8L{^9-9dzZB zNto%T_RKJXS&Y$6bOP`kK45#{d)0s_Q_c@kD6N=#dBtDN_aWF2MYGnbYKfY{ShY+X0j81Hct0J~FX=Uz@;z^otfLzSd z#j$K&p?@8j6=b-5-Kh}^Bj`1^B79@Md|aQ+$WP?bRQIDhJ84?FpUZa8 zeKj0}r%uP<&W4G3hY}_3?%3q{D3n6I7dg-#_#XvpywyEz;$kM_LcmJigM$A=_8u^0 znAyE7j)IF~N6lG~w8};8e`q)_y0Y`Fg${!MGV;wrA>#4sDXRM{aWKYL$H_fh0ZshN zJ3MoH+GM8@MEoQr?bj1MF_-dB0p9J%gZS$df5T0RmVRDDcLaAgMUgvS1nwyrwH{7` z_IA!;HOdBlQpYS{>q-#Z7lw5e^%bK+`?)akG{9aVGoPqUc&L9nx)~mNcd$g*i@PK* z=T`n)9A;^OP=y$6i~NuyvpD-_Xj6f6E%zgberD1<1RQo!&GP~cCL5aHMZSI4j+BBy z?caFl2%6xbPl5Il_1>G=K5U&KrL zb;T#@=*ioJeK@&XPCTCRUQN~s_DWl)r-CzkT5fC)Zk=l^R~#y%M_#|lkz~rPOkcl8 zGuWF3q3J{Y7Tt|xnHkczE?&jrLHpj85V;eD>6>jld}iP>WZ*bQ$}5!JeL^l57DR^3 z`DWHJYSmu|2tNTk)s&Qa#>vmQG#~a2oFja&2)_CxHQm=VZ(%(&pu5xg!=Q)EqMdHN zAVOL@Ma<32b1*CfW+HP^rE!1dNfK2MkTO|SOpY`N^c^xAbT=u*fEzbeMh9N|6y8!m~^-T$Mehe9y{$JwsD$Y%tEVa_hs#Fg^C*lf8W z5~<=Wh**v2hGG+Gs>;UmY5H>Pf`k#g&5!(NPxNBp{0@l4vW3wzH-uw9PLs)rmY?*AE?BX#-CK@4N(bg5H1twqbhj!=m86 zXGjLgI3=eu=<$Lk7+WRm4bQGAFtN3aFLBv20GXF0G)3q_a;vk|Z=+4sEK-|!esnr( z+8+a>k7Zmn;HJW?J>)+zAu4B=1>&2-GJaHeTVmkohd8~?Bq!W)bN%a{K0(XF{4<9P ziNF3 z^BPbwFnh7_pWT#+OeV8>x!)GsomCIWkm3~AtFcw7d(QMUc9KAiUa>f_SlZE}O+O$C zz~bL&k{t4j*Wc(%aiOTASw8h-pMP#H)|cKuNaUv?-E~IdLpY{nd4(Xff57$HGC?OG zeosu%$cairPK3ou=5EO|x=8FHIBRU5kkuxy+>=j)DWpy%dyt3?Bkw`vI+Rp(${V9S`u@SG=b#vTz zNt<)JG_M-Lg$#%V&~8Fva5Kmq@|ejW!t&jgV2}YH4RZG(cZ*f-a03YrA;=$KW8fFb zu7bmv$3wZ0cgGdO>owQ>x+20Hz#hWC&@o`&2<(@fyyD|pSwgPj@=0B`gJTL3j}X5J z$(U^kqDjm{6^KlMKBX3Gzg{4DsF$>8Ds?*P*C& zl%<21ZeE=5<1)o=?a!=ifNF?rmuFTL$K7pR8qi4N^F1-+j_{Twtg8vtZ7!OI!YwLr zJl)a9oRN7bs7`bKZI}YG|9I_*iO9|6Q@aA2?88b*y$<=tF3+ZC^XmXZ}Y zo>xzR&)&ST0A6F{hTOGKOU6>cpn7opmdkk}My?WFVa0am)xlZ62ZQrw!b?CW>1Vm& zSud4RA46J`4n-?k8bvfZ(UQE@#;U8blw8Fdm-M&bQQ1=#rU39I;Qvs1HrHj)%|a1N zS3upBWvsV-xO+SRI3r8?qw({WXu&@|P8y|-WC<)x7r-;25+rR{3{Si{^j8fUDxX0F za!alE4Tk?Y-l7W7)kxtpl@yMpF%u>7t_^b1<=RgT2IFZW_)8pN}LqNwW|a#CM*Z7 zLL~ITqeQkfl%B8ZHIo?536dkGDzS$+^26N^Ufhbj&buj%^+X!%CB}t(1QiX{WNFb? zE@#R!C#HFfW%cBbL+QnNOydAyV{c1*d=lRRN(G|?55?WPZm|kC66~)=il@wf_B$Zt zD2aY_vvU&TH6weqWnb}R3zwF$?$t%CgNOKOQ7TIcXf}S+yl-FVX$Qb~H8~`*XfC$U z5Jy`*D%oWp(@K^Py^~79)_>dZZq|(&*}4C?!bGwyDF~c;@KL!J3kPx|4|Q;sAyabw z^tEZlWS*&_ezF@mG+E|9`+WVE#j?u`_@76pv!ID7eqF8vrb7R#cXb`k$M@IK>pkET zz6tqc*12S%bP)3I|0AEiR?)#(6yB1%kuEB{EgAoPU3}aNKZR0pN*Y#QQ-!pQ1(b4V zaXQ_U5F7y1Z#b!X-HsbelaQ@0PSxw);l?*q86q-?9*1Pk8yWdCvI5(YV$&CNvo7XV zo!*&aMS4tGCh8?~O;`Dz|D`bk>k9F1%OCs}^n&give53$G}cR~ZqDzaG(w;4^6rA7 z@oq{_H92@jFhB59JbBINdacV`&Jvo4kH+YT+opFur}nzLQU6fw+90Ng}_%-)I{TMG9?9#7=y6slXXuZssM z+4922s?gP+k015=ZQ_|QV%(KT(SCbD%%?KDMFk!5sdPVc5e2STsA7SPJ&dn9OV?2& zf(#@TIb2d8v#-AIk<=lXm~Py$B~CNo%0OnB!^#>7=@7`J92_ywLE`P$Mz0bV#`L=c zwjZ7?D(jmcctlTuKDnCRS2gmuxN_m^7_$;@VR_Jgh|XXz;h7yJN)n@s#q#^E1U6&* zQ=k6L-My=2Ex7H5rVu;8FhNvwstkE$l6f5E#+8OigbNfOzVYr3b9~~cjwibeZhd6n zPEfv9x95Xk%dT)wbJNf=T=%`lj~#bNI45=D|E&Y%d&4dC-rua~r`rEy1U*rz&y&O4 z0P(UFkaieJH~MGeyVKbe1)hItsN}_e|8&5*lhDT%F_&(Z)qGg?IUBElT_o#VwJM=! z@&iXN?6zNuF;?zfSZ@C!y zZ*RvDRpv8e3rP^5hLFB|sWBgFOR!}s?BBljZ8X{0Z~kls^Ca%S(v;RFi$wR@<||`VS-H??M1(Z+xI;bZWSgUXgsHScOZCambH|g#5s1$v1H~;t z<@vL+EV7r{>zTyc=REbj&C98e?8MGx`X;Qf793_~iULy{0`whOKQwtAYwx;-@h!?= zm0uH$aI;ox(BTw(4IWYiyeAG-Wlmj>=BG7f3!EV0L+)r(>ZbII3L~m{1!@##6|ogh zmq;ha#=i6Zn|ou$;2Zr|quv+nMpa_*F;WqU${5rsVmk4=^P-%E$<6etO8R;BgyE^K zlIk|%B8PNCTqpZQJ?LbAOAs zy`}n}jHSr9SkOefEYW@rLmZ}he&o~3;&UBmGMyg;m1;27i2}wJ3<7 z^AU#r-`6k>W#DO@G^83!ao{3Pf_)TWcv0)Avg~T`Eq%)kjTu9b83_dw-9thw!)EkT zx>o$QvV}tX+l!x3i1&gxXkk8N0XWf)> zTp2A|k~ugYz;QG1Y~rZL5T1X$yE1d+9(@b|$Rc=q9rfDZJ;@cc4b#%t#tbJ#s&?>< zBPz#-9Mt62zTt~1Qde=)CCE+mtFoBWK}nU_GF^s;L(x260Fu8JR*New!CY;T!OMZY z0Pxkjnr+Wv)!mrmBppHNz9i1sNlfx`E@KGy9F*+xr=RGyI)QIPX^(OW%ul*&G01hy zL;7fwRXrtAj4nXE=#5lc-9fH(^+8UR$7mk|EsEY(wrK{EHX!FsooQl9zgdnu&*CTEgFN)GEUeJ9v>U|R3%V>+BG`vn5cepQq z=#=SDSHkOM^95=Q7uxf}d&%dc&r`2dmklP(I-R{$uN%^x!G*U&HJA!V{bKXR;(l?O zt87`{oAAZH@U_%lM*Lxv?JC#$>FXRd#w*jx4i80$Gmezm{GmXU(Fss#%;&R`I65XJ zf%S>)bv-X5fpzY8s`{t1L|P;lK`&82M#MRXx{SX_T~})?8c}aZKZnb@KB`v0H|n*o zfGj{bJOW26uh8+5;n%OU6J)9$bVoWN2eJ-#Wf%U0=w5(-k#%(cfj;8Z9$-Ms5?i zu5Iokw~Y*qe7!$^!T0ev=kYwR=j)u;^L05ty;AO2ney|T<6&cC<2N_EWy8kCPC4>r zuH#3HghBQE5!}CHX=i+Rcql7#{{L@B`J0=Y^Yim#V`JZYdKz)K>Z&S4@w?YAUnM?G z2n&VzdHXm)9W2c)41jv7%GZuo-X9nKb0l{fW@BZ`cKZBv!#f_2;$M~2v<^+v?WRBW zu(1hEncuo$2cKFiUJm|c)Hrp1jHkoCsQiIj{Z;D`xlFc#{Ih*J%Oy_ZVZth+V%nPp$qXOo zn2#{2r>f*VO=*!@<-JJEG0%`267rT z4}d=Kb|i^>sY6V4drma_VLCm4V``5(nZa*NxEfcD0c2 z7Pf+;RZApLfq2Zr|7qi(;;|_Yfvtq_*t3N;FkJjfs>DcAS%@qdtT<3{W=7X)2 zH==fVqn+z|D|w=kRydNy3pLmkZ#!Hd$MxOR{=R8axv>+s@b15dHujq*;^fO-vNu0e z64`BjkPr3D{(OpjTi%h|2wLZvi1IV$a{Xb0i@Vu5b$Uu7Fz|DgO{wL*h%?a0a@2lt zMfRn@=}))7BTU_f+h$p&H)NoYDfkwJInN(Fh-hHrLOAlsPD9x?P>0=?*zrk zPl1TT7L6xJzWVx$0xTsaEIjKO%7umJbZQ{`S~ebgObit! z+}iB8zd|E(Pist6id$xTL_N34_KK>H_dXkd9!k!_>%2(#2>wMiNPSvki?47$b4%Yd zMuP(u)fK)W0(l`9u07N*_Te7V#Hq#*Y5+q zLkD-1zK#vlFcxi99azTN_l=&^vAKSqND_{)1DS5#xsZfw62541ae}TTJ}Ap`R-~Fs7`^mIucK4Zaa|>#yYSYVsJ9be*1u|}K-5#+1EP!> zX&JA3)7+~Vk*^xZm+lDfJ%XZA-Sxn7ldcyuqlP6viLdkg&mAiojUMK#qFj)Rz7YVY z@rGz-%*(=M^y91CJO7caSlX?w@SPnU=iUB;gRRH4(f5kW+_o?i02{{AUumc!q9HC8 zqy~Xz>-2Ye{Y|;%&oDDej|)eO)#RKhW`_i)%7_tOYl z*FQ90F@=9*S4ewjfN};ey$k*+8vCgT5V4;8HI14^d;3(pbZLJMr*U$9`+>LIqDxw- zpx~r_NEcn^V7|kh_wokB>n6R@VrzDfO*il1%zQO>(k0|&PYB>Jh2pe zw)qxSm+^cjqGaTA z1}+Y=&(PlhGa*5z;L9UYF%)ff$~7EFRIosU`7KrefB12^nU5H_$Z0H;>UIj=Cv_4h zJI*0I?QI-BuXq(e-z)`wRyW^ecvrx|rD zD`%~-+u!bf<_?x6lZy?=WA;=RL5dHqu_=Bj(BBdgNvDvc&j7hv8yCaj{YsRm8*Anl zS(5;}XV_;bR<5+GH_eQfVuiazWo;u9eJA}ngHO2<`iu`1py^nv9Xm4&5ghA0!9Sxc z(QkKk0CZWY@f;^TCj+vl&<~{(=xP9y-nP4fMoAn|w zLB2;LVTK#dNi5uv8S!3Vqk)y^aP{Frcs2hP}WZEhJh(ZBxO6Hj*J$S&3tkX2wm~=y)M-0AK>{CSb+t zOB4x5JECVgqjK*fM0FX=&N4BUq->--iB@feZ^D;P(DGBaDGXX?;snj?D#guBZ8fx1 zWMh5!KKj-KEq!v&Iuy==f3G3(^0SHxk!>LKpIK$;&9$wh(PEeh<6#Z4AxSvl@b|&m zx3|$O{50&|k_O)U$sJ$BeU6H)!~0vm{4vCj*63?BC ziFv2G3Hh*|W#@&+O`m%6fj+jnmFvKgRL3>+|9ali^{w#H?i4NSNA>$f)C%POkr23< zQ-uV*kDx_ga(`>>U1Um-g|Z|W`Oz65SXn0sy=T|#Lsgx!2I}^7f-0gRBK^%q5DXD{ zi&eA*`0TOEe?y8HG3aAX{UiL^UG`u;5AuzVPC|}YcF3jNfo?IWO!bLi=J~8}DO!I33i>cHLk)SLy^TQ%K7m!eA_zH9H(sxj@rF7Mo zq@!lqm|NX?twxc5Tj91gBNB+9t|!SmOE`8qV~D0lt#fZP3w`@Y{TCM3+6`)HNmYZs zfY!te=Hoj9MS{toIB+eI{UyCV4T_3!qjS0U!TrPFDxIKYz4mb}N$r-t}=O@GKi z-t9fJAv4!&&0p%jGV>Z@VZ8C~RJU`>kX1sA)e8Ko^yScaECHMlGkA`E?a6HQM8mWGOBPe!*h`RJaHROK@{Xap;t}~52*|Q?|5kQ6wK=`-x(b1_6Q?wxb zt<~(4_$RDrnja#HK0GnLe*EYmqZi_HJ7*I_@x)rwo4g5yp`{=^rrHL7aWz!(&*nh( zY;gdBTd$Y$GS@I-o*Ny%zQu%@RxQm#q`>x;no#w69Z^`)+CnR zk#f&a6YRgSbqDXZCm_%(>c3U~sR5GWa16L9r#kk`+IKdzL38)asiIXSFB*1zwAp}k#%qx(2#;B#z@^CRuXPG=e$ruOvy>J#UNISm^>Bx0rO&##|Af-fqK6YHl@k4UFD_D0PP^ zP}a7B!lQ?}SMoN>^j^jstPG5up>3`o53VlUo2!wYXG|@!@Z@Gx91NtDK7{(l{J0#a zD@i=uA14I{=umt67;Dz6(NZOSsO2;ll)H9?mOnrUJ;2=BTB*UH4(N$7z_q~WB* zNV5bJ&qqxL;-B%jN7;XCTw8l!m>j&Ex?c132iZw#eSP)c89ZT+Vr6xS^1dv}fW+of zB#An>#4g|bipC*JA59dEe&7!f46bPx6N2c7sAQAuOD+u@r;AjbXLE1p{V&j9b8oXa zMmL@$p|5v)4BL9~sN|E3FO+$!>={z(kKskL&Ej{Nk5tvR8d$8xLd*n7*l zbPkV6!X$;$Z%N(zDgXN$=C=yjqB#`5J`?2^s2${q_691RY5h_xvMY2~XyOcy2Qjs3 zR{qaE+DdtK*7)hXeT0Ye#CuuvCx*>=Z!sTtr^#;Kpf63#ix1g?rTU}VDb{{Ekyl$STn z2d3ji^RaAg58Xm=!=JU~78KrPPg{LZaxAQ}!5ZHtsq9y2ahzzxJN4lr6@K@Eqn-5b z_%UuLrypsWMjQklZl`axMhRa($&294hT3%@WzH2A zf!CT{0m9?zjM&on-LhKSpNUrPe|fg^vZGx~si7@RI%jpdOG|39EltSW1}n}U-~{G` z3$`K@_~Bga`>)Sh(l5pv{Lr12JyBCv%Ehikg&qiaXw;tg``Mj6{mH+XPZ82|+ZW#D zPn|fFo_ou^|FlOf4*M2l?DvoWar}f5KkJ|VCLZfii_01~w%!f_vN!px&JWoNkE&_t z)pe$bO5?z!d@($Is8qoX28a~lY)>Q)wVdJDOuV}5UVS{J;NJTic@JU{33oYwvAu-a zv%mFo%HMEh_<6(P^dOu#Hl;7cwOks0XK5w8t?g=cqVmwT5<#xAffCpGpXAkb|dEMJh&#Su*^0ws4=IX7a7fwL9SFGcp$3#_7s4DzDMufK+P z7vS}ujtL4qh<1BVV(@}Qx!1Y$jBbWj${nhWLSYVrV0qrRP^Z%i9BL#mr*n|Esg)s{ z^_B1U-1YRi0gpkFMhf)8qGL`;hrML?G?WUP)qwZeFo6%mkOz;^d;tf|AVqJOz-6iAnjTCALaHmqNUdTL3o}Ygi#E^!3HB zG&dI%0AOQ_OM+4n?!{_waY$uBs(w&vaeir0aw<@{GDvfQm2**QVo82cNPd0}EEEGW z@=NlIGx7@*oSng;rl8@Qn4Fmh64V6i^7Xay%quQQ%u7!7bg@+enxmJQnPO$&=4j$% zU}SD=Zt84k=xXU?>FDfa;$&j%Wawz&VrmG}>yn>bnwy$e0@Is<&})HHFDOCe765H_ zNiE7OOHFYr%Fk5*d)z7$w_8kcng`XJg4-=-IQ8lS9itD5UZm)T2?5g(hzU=;Kn^_l zr{)3Ed=W5l|9{882TrmKDF=X=i1Ghzh86}!;sFx^Fv9^c62vn8A7BvV zVBljAWo8s)U=n0x7G(T?grSFlfr%MW003Fc94xGyj0`{DwY2r>X2$i~9O%?MS-$iytj!k`!^B+P10Tv5HH|)&I8`c$k3}3o;8b*fU(bb^}p~=G!Mqa~@dr9oF8`aJ%{Gto3Yj1Z9-|hH+U|x6G}S-kW1+^gH+4 z%^55{HkXpSk~j363pCvFps8f)dS8iag#tE0?CU;MU29#w>~_^+^@X~Bq!<-T!X}9< z=t5b6vH5r*U>&cKY%9z4m99 zw8fO{o8|c>d%M>Mw@ZdqQ$W73j~%PS=Iaq&u?RK56T*7^uTvt1XW_)Oh5{82k?X)Ptj#KXlI zRF_znoFOg5$jrkXRuh^W$i^ZqEx;hc%;vVpO>(xdzOWR_(%Ea*tzWlXpFu!KZ2OL# 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..cb435f7223a3313e358053ac5c49d7e05d02f31c GIT binary patch literal 940519 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

e*5HHlbI$jhPJU?#ic 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�li%YhZ7I+9Bd`l*Zv_^})XR@Y0_W1(t4 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®KFG{Fzn=NmbSG5l95ZCKmhnzrFO|@k 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

4%hPD?|Db@xJ1us^5!UfDgqZU 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

_Q$ZQir@l70&e5m>`r`bo)jWF{?P=$x; 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%0DN|DXnhGIG*~{P6rf=>Lbq$o9`G z;Y!o`AJl-a>mQyUUxPt>6B|w~aSEgpRBf*d5`MaT9u=TSfpvdUnZzU3@>NT00=1~R zSwzxdr{23l>;9eFjH7EOQL)nwEfC}}n+!Nqc3|OiEZDD5+y`+s7g!T7qff8fZEI&T ztuTl=I{V$AhttJov`Ar3`%RO(RUQs@_PW$R&`z4aoXF7sp26KEBFWTkT&!Qw+^UV*kK(lA^W?JemcWJD*uUf2pn{N}j5zx8)-lKhq7qQkeZAXcb%WA{!`J`63;8(aO}&Do5T5 zP?X)Ru!uq0_jWAp3QD)hX_}xlVZ&SFI;2J8Ex9*zyeZgssXf$UL-Ih7y>&auSpUOh za>fD4#we!^&Y8WJu~3Ly9FX}(8*i)0tDO8W@zA;mGk@k=j`~eSW(Fn*=Q{9U+*mUe z7a_nB3B87PhT||rPV?}6aF?4W^ye{O?F?qCUBA4(Y?lV;^fSYsKB=Rs3Mn-taJX^} z#oTgQAHtNLMblf>DWH2Xbq5(k&w5w^i{G5Y9mHO)4~qn6n$3jdZ?PD^aq?!fsK$or zO~8SkE>;=auk27ql5qe9L9e-vBG7K_17;{QP0L5&!x)M`FmFgu_fx1n)Gwj8W=N## z%GQ-h2*F{C;OiUSA(d^{J(2B}ncpAQN7!>1Duk!XYe;y2tLkc*r;%OXCW>0ut(d6* zN9M}I9qmM{Qyt$IVox0PH7Xy9T`F3*_~WOWC0A5o@DB>@h8<%xkExo6nC`T+>>8R? zWlZCV{kEx}4;t%7tZceU4U)}aF|xzf5*dY8E?CP7w^JT*$6Yu#c}|YncZf1ZXu<`Z z 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±-u&nsWghc(uKbn_YB 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

~3_)1M)7rb_9Q&52ne?aVi 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 + + + 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
  • +
  • #kompiledDirectory - Returns the path to the current compiled K definition
    +directory.
  • +
  • #unparseKORE - Takes a K term and converts it to a string.
  • +
+
module K-REFLECTION
+  imports BASIC-K
+  imports STRING
+
+  syntax K ::= "#configuration" [function, impure, hook(KREFLECTION.configuration)]
+  syntax String ::= #sort(K) [function, hook(KREFLECTION.sort)]
+  syntax KItem ::= #fresh(String)   [function, hook(KREFLECTION.fresh), impure]
+  syntax KItem ::= getKLabel(K)  [function, hook(KREFLECTION.getKLabel)]
+
+  syntax K ::= #getenv(String) [function, impure, hook(KREFLECTION.getenv)]
+
+  syntax String ::= #kompiledDirectory() [function, hook(KREFLECTION.kompiledDir)]
+
+  // meaningful only for the purposes of compilation to a binary, otherwise
+  // undefined
+  syntax List ::= #argv() [function, hook(KREFLECTION.argv)]
+
+  syntax {Sort} String ::= #unparseKORE(Sort) [function, hook(KREFLECTION.printKORE)]
+  syntax IOError ::= "#noParse" "(" String ")" [klabel(#noParse), symbol]
+
+endmodule
+

I/O in K

+

Concrete execution in K supports I/O operations. This functionality is not
+supported during symbolic execution, because symbolic execution must exist
+completely free of side-effects, and I/O is an irreducible type of side effect.
+However, it is useful in many cases when defining concrete execution to be able
+to make reference to I/O operations.

+

The design of these I/O operations is based on the POSIX standard, for the most
+part. For example, the #read K function maps to the read POSIX function. We
+do not at this time have a higher-level API for I/O, but this may be
+implemented at some point in the future.

+

I/O operations generally return either their result, or an IOError term
+corresponding to the errno returned by the underlying system call.

+
module K-IO
+  imports private LIST
+  imports private STRING
+  imports private INT
+

I/O errors

+ +

Aside from EOF, which is returned by #getc if the file is at end-of-file, all
+of the below I/O errors correspond to possible values for errno after calling
+a library function. If the errno returned is not one of the below errnos
+known to K, #unknownIOError is returned along with the integer errno value.

+
  syntax IOError ::= "#EOF" [klabel(#EOF), symbol] | #unknownIOError(errno: Int) [symbol]
+                   | "#E2BIG" [klabel(#E2BIG), symbol]
+                   | "#EACCES" [klabel(#EACCES), symbol]
+                   | "#EAGAIN" [klabel(#EAGAIN), symbol]
+                   | "#EBADF" [klabel(#EBADF), symbol]
+                   | "#EBUSY" [klabel(#EBUSY), symbol]
+                   | "#ECHILD" [klabel(#ECHILD), symbol]
+                   | "#EDEADLK" [klabel(#EDEADLK), symbol]
+                   | "#EDOM" [klabel(#EDOM), symbol]
+                   | "#EEXIST" [klabel(#EEXIST), symbol]
+                   | "#EFAULT" [klabel(#EFAULT), symbol]
+                   | "#EFBIG" [klabel(#EFBIG), symbol]
+                   | "#EINTR" [klabel(#EINTR), symbol]
+                   | "#EINVAL" [klabel(#EINVAL), symbol]
+                   | "#EIO" [klabel(#EIO), symbol]
+                   | "#EISDIR" [klabel(#EISDIR), symbol]
+                   | "#EMFILE" [klabel(#EMFILE), symbol]
+                   | "#EMLINK" [klabel(#EMLINK), symbol]
+                   | "#ENAMETOOLONG" [klabel(#ENAMETOOLONG), symbol]
+                   | "#ENFILE" [klabel(#ENFILE), symbol]
+                   | "#ENODEV" [klabel(#ENODEV), symbol]
+                   | "#ENOENT" [klabel(#ENOENT), symbol]
+                   | "#ENOEXEC" [klabel(#ENOEXEC), symbol]
+                   | "#ENOLCK" [klabel(#ENOLCK), symbol]
+                   | "#ENOMEM" [klabel(#ENOMEM), symbol]
+                   | "#ENOSPC" [klabel(#ENOSPC), symbol]
+                   | "#ENOSYS" [klabel(#ENOSYS), symbol]
+                   | "#ENOTDIR" [klabel(#ENOTDIR), symbol]
+                   | "#ENOTEMPTY" [klabel(#ENOTEMPTY), symbol]
+                   | "#ENOTTY" [klabel(#ENOTTY), symbol]
+                   | "#ENXIO" [klabel(#ENXIO), symbol]
+                   | "#EPERM" [klabel(#EPERM), symbol]
+                   | "#EPIPE" [klabel(#EPIPE), symbol]
+                   | "#ERANGE" [klabel(#ERANGE), symbol]
+                   | "#EROFS" [klabel(#EROFS), symbol]
+                   | "#ESPIPE" [klabel(#ESPIPE), symbol]
+                   | "#ESRCH" [klabel(#ESRCH), symbol]
+                   | "#EXDEV" [klabel(#EXDEV), symbol]
+                   | "#EWOULDBLOCK" [klabel(#EWOULDBLOCK), symbol]
+                   | "#EINPROGRESS" [klabel(#EINPROGRESS), symbol]
+                   | "#EALREADY" [klabel(#EALREADY), symbol]
+                   | "#ENOTSOCK" [klabel(#ENOTSOCK), symbol]
+                   | "#EDESTADDRREQ" [klabel(#EDESTADDRREQ), symbol]
+                   | "#EMSGSIZE" [klabel(#EMSGSIZE), symbol]
+                   | "#EPROTOTYPE" [klabel(#EPROTOTYPE), symbol]
+                   | "#ENOPROTOOPT" [klabel(#ENOPROTOOPT), symbol]
+                   | "#EPROTONOSUPPORT" [klabel(#EPROTONOSUPPORT), symbol]
+                   | "#ESOCKTNOSUPPORT" [klabel(#ESOCKTNOSUPPORT), symbol]
+                   | "#EOPNOTSUPP" [klabel(#EOPNOTSUPP), symbol]
+                   | "#EPFNOSUPPORT" [klabel(#EPFNOSUPPORT), symbol]
+                   | "#EAFNOSUPPORT" [klabel(#EAFNOSUPPORT), symbol]
+                   | "#EADDRINUSE" [klabel(#EADDRINUSE), symbol]
+                   | "#EADDRNOTAVAIL" [klabel(#EADDRNOTAVAIL), symbol]
+                   | "#ENETDOWN" [klabel(#ENETDOWN), symbol]
+                   | "#ENETUNREACH" [klabel(#ENETUNREACH), symbol]
+                   | "#ENETRESET" [klabel(#ENETRESET), symbol]
+                   | "#ECONNABORTED" [klabel(#ECONNABORTED), symbol]
+                   | "#ECONNRESET" [klabel(#ECONNRESET), symbol]
+                   | "#ENOBUFS" [klabel(#ENOBUFS), symbol]
+                   | "#EISCONN" [klabel(#EISCONN), symbol]
+                   | "#ENOTCONN" [klabel(#ENOTCONN), symbol]
+                   | "#ESHUTDOWN" [klabel(#ESHUTDOWN), symbol]
+                   | "#ETOOMANYREFS" [klabel(#ETOOMANYREFS), symbol]
+                   | "#ETIMEDOUT" [klabel(#ETIMEDOUT), symbol]
+                   | "#ECONNREFUSED" [klabel(#ECONNREFUSED), symbol]
+                   | "#EHOSTDOWN" [klabel(#EHOSTDOWN), symbol]
+                   | "#EHOSTUNREACH" [klabel(#EHOSTUNREACH), symbol]
+                   | "#ELOOP" [klabel(#ELOOP), symbol]
+                   | "#EOVERFLOW" [klabel(#EOVERFLOW), symbol]
+

I/O result sorts

+ +

Here we see sorts defined to contain either an Int or an IOError, or
+either a String or an IOError. These sorts are used to implement the
+return sort of functions that may succeed, in which case they return a value,
+or may fail, in which case their return value indicates an error and the
+error indicated is returned via errno.

+
  syntax IOInt ::= Int | IOError
+  syntax IOString ::= String | IOError
+

Opening a file

+ +

You can open a file in K using #open. An optional mode indicates the file
+open mode, which can have any value allowed by the fopen function in C.
+The returned value is the file descriptor that was opened, or an error.

+
  syntax IOInt ::= "#open" "(" path: String ")" [function]
+               | "#open" "(" path: String "," mode: String ")" [function, hook(IO.open), impure]
+
+  rule #open(S:String) => #open(S:String, "r+")
+

Get/set position in file

+ +

You can get the current offset in a file using #tell. You can also seek
+to a particular offset using #seek or #seekEnd. #seek is implemented via
+a call to lseek with the SEEK_SET whence. #seekEnd is implemented via a
+call to lseek with the SEEK_END whence. You can emulate the SEEK_CUR
+whence by means of #seek(FD, #tell(FD) +Int Offset).

+
  syntax IOInt ::= "#tell" "(" fd: Int ")" [function, hook(IO.tell), impure]
+  syntax K ::= "#seek" "(" fd: Int "," index: Int ")" [function, hook(IO.seek), impure]
+             | "#seekEnd" "(" fd: Int "," fromEnd: Int ")" [function, hook(IO.seekEnd), impure]
+

Read from file

+ +

You can read a single character from a file using #getc. #EOF is returned
+if you are at end-of-fie.

+

You can also read up to length characters in a file using #read. The
+resulting read characters are returned, which may be fewer characters than
+requested. A string of zero length being returned indicates end-of-file.

+
  syntax IOInt ::= "#getc" "(" fd: Int ")"             [function, hook(IO.getc), impure]
+  syntax IOString ::= "#read" "(" fd: Int "," length: Int ")"    [function, hook(IO.read), impure]
+

Write to file

+ +

You can write a single character to a file using #putc. You can also write
+a string to a file using #write. The returned value on success is .K.

+
  syntax K ::= "#putc" "(" fd: Int "," value: Int ")"      [function, hook(IO.putc), impure]
+             | "#write" "(" fd: Int "," value: String ")" [function, hook(IO.write), impure]
+

Closing a file

+ +

You can close a file using #close. The returned value on success is .K.

+
  syntax K ::= "#close" "(" fd: Int ")" [function, hook(IO.close), impure]
+

Locking/unlocking a file

+ +

You can lock or unlock parts of a file using the #lock and #unlock
+functions. The lock starts at the beginning of the file and continues for
+endIndex bytes. Note that Unix systems do not actually prevent locked files
+from being read and modified; you will have to lock both sides of a concurrent
+access to guarantee exclusivity.

+
  syntax K ::= "#lock" "(" fd: Int "," endIndex: Int ")" [function, hook(IO.lock), impure]
+             | "#unlock" "(" fd: Int "," endIndex: Int ")" [function, hook(IO.unlock), impure]
+

Networking

+ +

You can accept a connection on a socket using #accept, or shut down the
+write end of a socket with #shutdownWrite. Note that facility is not provided
+for opening, binding, and listening on sockets. These functions are implemented
+in order to support creating stateful request/response servers where the
+request loop is implemented using rewriting in K, but the connection
+initialization is written in native code and linked into the LLVM backend.

+
  syntax IOInt ::= "#accept" "(" fd: Int ")" [function, hook(IO.accept), impure]
+  syntax K ::= "#shutdownWrite" "(" fd: Int ")" [function, hook(IO.shutdownWrite), impure]
+

Time

+ +

You can get the current time in seconds since midnight UTC on January 1, 1970
+using #time.

+
  syntax Int ::= "#time" "(" ")" [function, hook(IO.time), impure]
+

Builtin file descriptors

+ +

Provided here are functions that return the file descriptor for standard input,
+standard output, and standard error.

+
  syntax Int ::= "#stdin"   [function, total]
+                | "#stdout" [function, total]
+                | "#stderr" [function, total]
+
+  rule #stdin => 0
+  rule #stdout => 1
+  rule #stderr => 2
+

Shell access

+ +

You can execute a command using the shell using the #system operator. Care
+must be taken to sanitize inputs to this function or security issues may
+result. Note that K has no facility for reasoning about logic that happens
+outside its process, so any functionality that you wish to be able to formally
+reason about in K should not be implemented via the #system operator.

+
  syntax KItem ::= #system ( String ) [function, hook(IO.system), impure]
+                 | "#systemResult" "(" Int /* exit code */ "," String /* stdout */ "," String /* stderr */ ")" [klabel(#systemResult), symbol]
+

Temporary files

+ +

You can get a temporary file and open it atomically using the #mkstemp
+operator. The resulting file will be closed and deleted when K rewriting ends.
+For more info on the argument to #mkstemp, see man mkstemp.

+
  syntax IOFile ::= #mkstemp(template: String) [function, hook(IO.mkstemp), impure]
+  syntax IOFile ::= IOError
+                  | "#tempFile" "(" path: String "," fd: Int ")" [klabel(#tempFile), symbol]
+

Deleting a file

+ +

You can delete a file using its absolute or relative path using the #remove
+operator. It returns .K on success or an IOError on failure.

+
  syntax K ::= #remove(path: String) [function, total, hook(IO.remove), impure]
+

Logging

+ +

You can log information to disk using the #logToFile operator. Semantically,
+this operator returns .K. However, it has a side effect that is not reasoned
+about which is that value will be written to a uniquely-identified file
+containing name in its name. The file is only flushed to disk when rewriting
+finishes.

+
  syntax K ::= #logToFile(name: String, value: String) [function, total, hook(IO.log), impure, returnsUnit, symbol]
+

Strings can also be logged via the logging mechanisms available to the backend.
+On the LLVM backend, this just means logging the text to standard error. On the
+Haskell backend, a log message of type InfoUserLog is created with the
+specified text.

+
  syntax K ::= #log(value: String) [function, total, hook(IO.logString), impure, returnsUnit, symbol]
+

Terms can also be logged to standard error in surface syntax, rather than as
+KORE using #trace. This operator has similar semantics to #logToFile (i.e.
+it returns .K, but prints as an impure side effect). Note that calling
+#trace is equivalent to invoking the kprint tool for the first term that is
+logged, which requires re-parsing the underlying K definition. Subsequent calls
+do not incur this overhead again; the definition is cached.

+
  syntax K ::= #trace(value: KItem) [function, total, hook(IO.traceTerm), impure, returnsUnit, symbol]
+             | #traceK(value: K)    [function, total, hook(IO.traceTerm), impure, returnsUnit, symbol]
+

Implementation of high-level I/O streams in K

+ +

Below is an implementation of the stream="stdin" and stream="stdout"
+cell attributes in K. You should not refer to these symbols or modules directly
+in your definition. It is provided only so that the K compiler can make use of
+it. For more information on how to use this feature, refer to IMP++ in the K
+tutorial.

+
  syntax Stream ::= #buffer(K)
+                  | #istream(Int)
+                  | #parseInput(String, String)
+                  | #ostream(Int)
+
+endmodule
+
+// NOTE: DO NOT DIRECTLY IMPORT *-STREAM MODULES
+// These stream modules will be automatically instantiated and implicitly imported
+// into the main module when `stream` attributes appear in configuration cells.
+// Only `Stream` productions and `[stream]` rules will be imported.
+// The cell name will be replaced with the one of the main configuration.
+
+module STDIN-STREAM
+  imports K-IO
+  imports K-REFLECTION
+  imports LIST
+  imports INT
+  imports BOOL
+
+  configuration <stdin> ListItem(#buffer($STDIN:String)) ListItem($IO:String) ListItem(#istream(#stdin)) </stdin>
+
+  // read one character at a time until we read whitespace
+  rule [stdinGetc]:
+       <stdin>
+       ListItem(#parseInput(_:String, Delimiters:String))
+       ListItem(#buffer(S:String => S +String chrChar({#getc(N)}:>Int)))
+       ListItem("on")
+       ListItem(#istream(N:Int))
+       </stdin>
+    requires findChar(S, Delimiters, 0) ==Int -1 // [stdin]
+       [stream, priority(200)]
+
+  // when we reach whitespace, if it parses create a ListItem
+  rule [stdinParseString]:
+       <stdin>
+       (ListItem(#parseInput("String", Delimiters:String)) => ListItem(S))
+       ListItem(#buffer(S:String => ""))
+       _:List
+       </stdin>
+    requires findChar(S, Delimiters, 0) =/=Int -1 // [stdin]
+       [stream]
+
+  // a hack: handle the case when we read integers without the help of the IO server
+  rule [stdinParseInt]:
+       <stdin>
+       (ListItem(#parseInput("Int", Delimiters:String))
+       => ListItem(String2Int(substrString(S, 0, findChar(S, Delimiters, 0)))))
+       ListItem(#buffer(S:String => substrString(S,findChar(S, Delimiters, 0) +Int 1, lengthString(S))))
+       _:List
+       </stdin>
+    requires findChar(S, Delimiters, 0) =/=Int -1
+       andBool lengthString(S) >Int 1 // [stdin]
+       [stream]
+
+  rule [stdinTrim]:
+       <stdin>
+       ListItem(#parseInput(Sort:String, Delimiters:String))
+       ListItem(#buffer(S:String => substrString(S, 1, lengthString(S))))
+       _:List
+       </stdin>
+    requires findChar(S, Delimiters, 0) =/=Int -1
+       andBool Sort =/=String "String"
+       andBool lengthString(S) <=Int 1 // [stdin]
+       [stream]
+
+  // NOTE: This unblocking rule will be instantiated and inserted carefully
+  // when necessary according to user-defined rules, since otherwise it will
+  // lead to a diverging (i.e., non-terminating) transition system definition.
+  // Currently, it supports only a simple pattern matching on the top of the
+  // input stream cell, e.g.,
+  //   rule <k> read() => V ... </k> <in> ListItem(V:Int) => .List ...  </in>
+  // Non-supported rules that refer to the input stream cell in a sophisticated
+  // way will get stuck in concrete execution mode with real IO enabled (i.e.,
+  // under `--io on` option), while they will still work in symbolic execution
+  // mode or concrete execution mode with real IO disabled (i.e., under `--io
+  // off`, `--search`, or `--debug` options).
+  //
+  // TODO: More patterns need to be supported as well. In that case, we need to
+  // have a way to specify such patterns.
+  rule [stdinUnblock]:
+       <stdin>
+         (.List => ListItem(#parseInput(?Sort:String, ?Delimiters:String)))
+         ListItem(#buffer(_:String))
+         ...
+       </stdin>
+
+  /*
+  syntax Stream ::= "#noIO"
+
+  rule ListItem(#buffer(_))
+       (ListItem(#noIO) ListItem(#istream(_:Int)) => .List) [stdin]
+  */
+
+endmodule
+
+module STDOUT-STREAM
+  imports K-IO
+  imports LIST
+  imports STRING
+
+  configuration <stdout> ListItem(#ostream(#stdout)) ListItem($IO:String) ListItem(#buffer("")) </stdout>
+//configuration <stderr> ListItem(#ostream(#stderr)) ListItem($IO:String) ListItem(#buffer("")) </stderr>
+
+  rule [stdoutBufferFloat]:
+       <stdout>
+       ListItem(#ostream(_))
+       ListItem(_)
+       ListItem(#buffer(Buffer:String => Buffer +String Float2String(F)))
+       (ListItem(F:Float) => .List)
+       _:List
+       </stdout>
+       // [stdout, stderr]
+       [stream, priority(25)]
+  rule [stdoutBufferInt]:
+       <stdout>
+       ListItem(#ostream(_))
+       ListItem(_)
+       ListItem(#buffer(Buffer:String => Buffer +String Int2String(I)))
+       (ListItem(I:Int) => .List)
+       _:List
+       </stdout>
+       // [stdout, stderr]
+       [stream, priority(25)]
+  rule [stdoutBufferString]:
+       <stdout>
+       ListItem(#ostream(_))
+       ListItem(_)
+       ListItem(#buffer(Buffer:String => Buffer +String S))
+       (ListItem(S:String) => .List)
+       _:List
+       </stdout>
+       // [stdout, stderr]
+       [stream, priority(25)]
+
+  // Send first char from the buffer to the server
+  rule [stdoutWrite]:
+       <stdout>
+       ListItem(#ostream(N:Int => {#write(N, S) ~> N:Int}:>Int))
+       ListItem("on")
+       ListItem(#buffer(S:String => ""))
+       _:List
+       </stdout>
+    requires S =/=String "" // [stdout, stderr]
+       [stream, priority(30)]
+
+  /*
+  syntax Stream ::= "#noIO"
+
+  rule ListItem(#buffer(Buffer:String => Buffer +String Float2String(F)))
+       (ListItem(F:Float) => .List)
+       _:List [stdout, stderr]
+  rule ListItem(#buffer(Buffer:String => Buffer +String Int2String(I)))
+       (ListItem(I:Int) => .List)
+       _:List [stdout, stderr]
+  rule ListItem(#buffer(Buffer:String => Buffer +String S))
+       (ListItem(S:String) => .List)
+       _:List [stdout, stderr]
+
+  rule (ListItem(#ostream(_:Int)) ListItem(#noIO) => .List)
+       ListItem(#buffer(_))
+       _:List [stdout, stderr]
+  */
+
+endmodule
+

Machine Integers

+

Provided here is an implementation of arbitrarily large fixed-precision binary
+integers in K. This type is hooked to an implementation of integers provided
+by the backend, and in particular makes use of native machine integers for
+certain sizes of integer. For arbitrary-precision integers, see the INT
+module above.

+

The syntax of machine integers in K is the same as arbitrary-precision integers
+(i.e., an optional sign followed by a sequence of digits) except that machine
+integers always end in a suffix pN where N is an integer indicating the
+width in bits of the integer. The MInt sort is parametric, and this is
+reflected in the literals. For example, the sort of 0p8 is MInt{8}.

+
module MINT-SYNTAX
+  /*@\section{Description} The MInt implements machine integers of arbitrary
+   * bit width represented in 2's complement. */
+  syntax {Width} MInt{Width} [hook(MINT.MInt)]
+
+  /*@ Machine integer of bit width and value. */
+  syntax {Width} MInt{Width} ::= r"[\\+-]?[0-9]+[pP][0-9]+" [token, prec(2), hook(MINT.literal)]
+endmodule
+
+module MINT
+  imports MINT-SYNTAX
+  imports private INT
+  imports private BOOL
+

Bitwidth of MInt

+ +

You can get the number of bits of width in an MInt using bitwidthMInt.

+
  syntax {Width} Int ::= bitwidthMInt(MInt{Width})   [function, total, hook(MINT.bitwidth)]
+

Int and MInt conversions

+ +

You can convert from an MInt to an Int using the MInt2Signed and
+MInt2Unsigned functions. an MInt does not have a sign; its sign is instead
+reflected in how operators interpret its value either as a signed integer or as
+an unsigned integer. Thus, you can interpret a MInt as a signed integer witth
+MInt2Signed, or as an unsigned integer respectively using MInt2Unsigned.

+

You can also convert from an Int to an MInt using Int2MInt. Care must
+be given to ensure that the sort context where the Int2MInt operator appears
+has the correct bitwidth, as this will influence the width of the resulting
+MInt.

+
  syntax {Width} Int ::= MInt2Signed(MInt{Width})     [function, total, hook(MINT.svalue)]
+                       | MInt2Unsigned(MInt{Width})     [function, total, hook(MINT.uvalue), smt-hook(bv2int)]
+
+  syntax {Width} MInt{Width} ::= Int2MInt(Int) [function, total, hook(MINT.integer), smt-hook(int2bv)]
+

MInt min and max values

+ +

You can get the minimum and maximum values of a signed or unsigned MInt
+with az specified bit width using sminMInt, smaxMInt, uminMInt, and
+umaxMInt.

+
  syntax Int ::= sminMInt(Int)    [function]
+               | smaxMInt(Int)    [function]
+               | uminMInt(Int)    [function]
+               | umaxMInt(Int)    [function]
+  rule sminMInt(N:Int) => 0 -Int (1 <<Int (N -Int 1))
+  rule smaxMInt(N:Int) => (1 <<Int (N -Int 1)) -Int 1
+  rule uminMInt(_:Int) => 0
+  rule umaxMInt(N:Int) => (1 <<Int N) -Int 1
+

MInt bounds checking

+ +

You can check whether a specified Int will be represented in an MInt
+with a specified width without any loss of precision when interpreted as
+a signed or unsigned integer using soverflowMInt and uoverflowMInt.

+
  syntax Bool ::= soverflowMInt(width: Int, Int)   [function]
+                | uoverflowMInt(width: Int, Int)   [function]
+  rule
+    soverflowMInt(N:Int, I:Int)
+  =>
+    I <Int sminMInt(N) orBool I >Int smaxMInt(N)
+  rule
+    uoverflowMInt(N:Int, I:Int)
+  =>
+    I <Int uminMInt(N) orBool I >Int umaxMInt(N)
+

MInt arithmetic

+ +

You can:

+
    +
  • Compute the bitwise complement ~MInt of an MInt.
  • +
  • Compute the unary negation --MInt of an MInt.
  • +
  • Compute the product *MInt of two MInts.
  • +
  • Compute the quotient /sMInt of two MInts interpreted as signed integers.
  • +
  • Compute the modulus %sMInt of two MInts interpreted as signed integers.
  • +
  • Compute the quotient /uMInt of two MInts interpreted as unsigned
    +integers.
  • +
  • Compute the modulus %uMInt of two MInts interpreted as unsigned integers.
  • +
  • Compute the sum +MInt of two MInts.
  • +
  • Compute the difference -MInt of two MInts.
  • +
  • Compute the left shift <<MInt of two MInts. The second MInt is always
    +interpreted as positive.
  • +
  • Compute the arithmetic right shift >>aMInt of two MInts. The second
    +MInt is always interpreted as positve.
  • +
  • Compute the logical right shift >>lMInt of two MInts. The second MInt
    +is always interpreted as positive.
  • +
  • Compute the bitwise and &MInt of two MInts.
  • +
  • Compute the bitwise xor xorMInt of two MInts.
  • +
  • Compute the bitwise inclusive or |MInt of two MInts.
  • +
+
  syntax {Width} MInt{Width} ::= "~MInt" MInt{Width} [function, total, hook(MINT.not), smt-hook(bvnot)]
+                               | "--MInt" MInt{Width} [function, total, hook(MINT.neg), smt-hook(bvuminus)]
+                               > left:
+                                 MInt{Width} "*MInt" MInt{Width} [function, total, hook(MINT.mul), smt-hook(bvmul)]
+                               | MInt{Width} "/sMInt" MInt{Width} [function, hook(MINT.sdiv), smt-hook(bvsdiv)]
+                               | MInt{Width} "%sMInt" MInt{Width} [function, hook(MINT.srem), smt-hook(bvsrem)]
+                               | MInt{Width} "/uMInt" MInt{Width} [function, hook(MINT.udiv), smt-hook(bvudiv)]
+                               | MInt{Width} "%uMInt" MInt{Width} [function, hook(MINT.urem), smt-hook(bvurem)]
+                               > left:
+                                 MInt{Width} "+MInt" MInt{Width} [function, total, hook(MINT.add), smt-hook(bvadd)]
+                               | MInt{Width} "-MInt" MInt{Width} [function, total, hook(MINT.sub), smt-hook(bvsub)]
+                               > left:
+                                 MInt{Width} "<<MInt" MInt{Width} [function, hook(MINT.shl), smt-hook(bvshl)]
+                               | MInt{Width} ">>aMInt" MInt{Width} [function, hook(MINT.ashr), smt-hook(bvashr)]
+                               | MInt{Width} ">>lMInt" MInt{Width} [function, hook(MINT.lshr), smt-hook(bvlshr)]
+                               > left:
+                                 MInt{Width} "&MInt" MInt{Width} [function, total, hook(MINT.and), smt-hook(bvand)]
+                               > left:
+                                 MInt{Width} "xorMInt" MInt{Width} [function, total, hook(MINT.xor), smt-hook(bvxor)]
+                               > left:
+                                 MInt{Width} "|MInt" MInt{Width} [function, total, hook(MINT.or), smt-hook(bvor)]
+

MInt comparison

+ +

You can compute whether one MInt is less than, less than or equal to, greater
+than, or greater than or equal to another MInt when interpreted as signed
+or unsigned integers. You can also compute whether one MInt is equal to or
+unequal to another MInt.

+
  syntax {Width} Bool ::= MInt{Width} "<sMInt" MInt{Width} [function, total, hook(MINT.slt), smt-hook(bvslt)]
+                        | MInt{Width} "<uMInt" MInt{Width} [function, total, hook(MINT.ult), smt-hook(bvult)]
+                        | MInt{Width} "<=sMInt" MInt{Width} [function, total, hook(MINT.sle), smt-hook(bvsle)]
+                        | MInt{Width} "<=uMInt" MInt{Width} [function, total, hook(MINT.ule), smt-hook(bvule)]
+                        | MInt{Width} ">sMInt" MInt{Width} [function, total, hook(MINT.sgt), smt-hook(bvsgt)]
+                        | MInt{Width} ">uMInt" MInt{Width} [function, total, hook(MINT.ugt), smt-hook(bvugt)]
+                        | MInt{Width} ">=sMInt" MInt{Width} [function, total, hook(MINT.sge), smt-hook(bvsge)]
+                        | MInt{Width} ">=uMInt" MInt{Width} [function, total, hook(MINT.uge), smt-hook(bvuge)]
+                        | MInt{Width} "==MInt" MInt{Width} [function, total, hook(MINT.eq), smt-hook(=)]
+                        | MInt{Width} "=/=MInt" MInt{Width} [function, total, hook(MINT.ne), smt-hook(distinct)]
+

MInt min/max

+ +

You can compute the signed minimum sMinMInt, the signed maximum sMaxMInt,
+the unsigned minimum uMinMInt, and the unsigned maximum uMaxMInt of two
+MInts.

+
  syntax {Width} MInt{Width} ::= sMaxMInt(MInt{Width}, MInt{Width}) [function, total, hook(MINT.smax), smt-hook((ite (bvslt #1 #2) #2 #1))]
+                               | sMinMInt(MInt{Width}, MInt{Width}) [function, total, hook(MINT.smin), smt-hook((ite (bvslt #1 #2) #1 #2))]
+                               | uMaxMInt(MInt{Width}, MInt{Width}) [function, total, hook(MINT.umax), smt-hook((ite (bvult #1 #2) #2 #1))]
+                               | uMinMInt(MInt{Width}, MInt{Width}) [function, total, hook(MINT.umin), smt-hook((ite (bvult #1 #2) #1 #2))]
+

MInt to MInt conversion

+ +

You can convert an MInt of one width to another width with roundMInt.
+The resulting MInt will be truncated starting from the most significant bit
+if the resulting width is smaller than the input. The resulting MInt will be
+zero-extended with the same low-order bits if the resulting width is larger
+than the input.

+
  syntax {Width1, Width2} MInt{Width1} ::= roundMInt(MInt{Width2}) [function, total, hook(MINT.round)]
+
endmodule
+

Strategies

+

K supports a built-in strategy language that allows you to control how rules
+apply. In order to enable it, simply import the STRATEGY module in your
+definition. This includes the following basic strategy constructs:

+
    +
  • ^ Category:#RuleTag - This is a strategy that indicates that you should
    +apply a rule with the specified category exactly once. By default, all rules
    +get the regular tag. This can be changed on individual rules with the tag
    +attribute.
  • +
  • ~ Category:#RuleTag - This is the state the strategy cell will be in
    +after a rule has applied. In other words, all rules that do not mention the
    +strategy cell are automatically instrumented so that they rewrite the current
    +top of the <s> cell from ^ to ~
  • +
  • <s> - This is the strategy cell and contains the current strategy.
  • +
  • #STUCK() - By default, a rule is automatically inserted into the definition
    +which adds #STUCK() to the top of the <s> cell if no other rules apply
    +and if it is not already at the top of the <s> cell.
  • +
+
module STRATEGY
+    imports ML-SYNTAX
+    imports KVARIABLE-SYNTAX
+    imports private K-EQUAL
+
+    syntax #RuleTag ::= #KVariable
+
+    syntax Strategy ::= #STUCK()    [symbol]
+                      | "^" #RuleTag [symbol, klabel(#applyRule)]
+                      | "~" #RuleTag [symbol, klabel(#appliedRule)]
+
+    configuration <s> $STRATEGY:K </s>
+endmodule
+
+module RULE-TAG-SYNTAX
+    imports BUILTIN-ID-TOKENS
+
+    syntax #RuleTag ::= #LowerId [token]
+endmodule
+

This is not a complete strategy language. However, it provides several basics.
+The user can extend this strategy language into a complete strategy language
+in one of three ways. First, they can import the DEFAULT-STRATEGY module,
+which provides a very basic strategy that is essentially equivalent to
+execution without a strategy. This can be useful if you wish to wholly
+manipulate the strategy cell yourself within other rules.

+
module DEFAULT-STRATEGY-CONCRETE [concrete]
+    imports STRATEGY
+    imports RULE-TAG-SYNTAX
+    rule ~ regular => ^ regular [anywhere]
+endmodule
+
+module DEFAULT-STRATEGY-SYMBOLIC [symbolic]
+    imports STRATEGY
+    imports RULE-TAG-SYNTAX
+    rule <s> ~ regular => ^ regular ... </s>
+endmodule
+
+module DEFAULT-STRATEGY
+    imports STRATEGY
+    imports DEFAULT-STRATEGY-CONCRETE
+    imports DEFAULT-STRATEGY-SYMBOLIC
+
+    rule initSCell(_) => <s> ^ regular </s> [priority(25)]
+endmodule
+

The second way you can extend the strategy language is with the
+STRATEGY-ABSTRACT module. This provides a slightly more advanced set of
+strategies which you can use to compose the basic strategies in the STRATEGY
+module into more complex strategies. Note however that the functionality
+provided is still relatively basic.

+
module STRATEGY-ABSTRACT
+    imports STRATEGY
+
+    syntax #RuleTag ::= "(" #RuleTag ")" [bracket]
+ // ----------------------------------------------
+
+    syntax Strategy ::= ".Strategy"
+                      | "(" Strategy ")" [bracket]
+ // ----------------------------------------------
+    rule <s> .Strategy => . ... </s>
+
+    syntax KItem ::= #catchSTUCK ( Strategy )
+ // -----------------------------------------
+    rule <s> #catchSTUCK(_) => . ... </s>
+    rule <s> #STUCK() ~> (_S:Strategy => .) ... </s>
+    rule <s> #STUCK() ~> #catchSTUCK(S) => S ... </s>
+
+    syntax Strategy ::= Strategy ";" Strategy [left]
+ // ------------------------------------------------
+    rule <s> S:Strategy ; S':Strategy => S ~> S' ... </s>
+
+    syntax #RuleTag ::= #RuleTag "|" #RuleTag [left, klabel(#alternateRule)]
+ // ------------------------------------------------------------------------
+    rule <s> ^ RT:#RuleTag | RT':#RuleTag => ^ RT ~> #catchSTUCK(^ RT') ... </s>
+
+    syntax #RuleTag ::= #RuleTag "*" [klabel(#repeatRule)]
+ // ------------------------------------------------------
+    rule <s> ^ RT:#RuleTag * => ^ RT ~> ^ RT * ~> #catchSTUCK(.Strategy) ... </s>
+endmodule
+

The third mechanism for extending the strategy language is to define your own
+strategy language. No special facility is required in K in order to compose
+strategies together, so you are free to write whatever rules that manipulate
+the strategy cell you want, and thus whatever more complex strategies you can
+compose from the base builtin strategies.

+

K Language Features

+

Defined below is a series of modules used to parse inner syntax in K (ie, the
+contents of rules, configuration declarations, and contexts).

+

Much of this file exists in tight correspondence with the K implementation, and
+K will not work correctly if it is altered without corresponding changes to the
+source code of the K tools.

+

Users should only import a few modules from this file. In particular, this
+includes SORT-K, BASIC-K, ML-SYNTAX, DEFAULT-LAYOUT,
+DEFAULT-CONFIGURATION, and K-AMBIGUITIES. The remaining modules should not
+be imported by the user; they are used implicitly by the implementation of K.

+

Basic K Sorts

+

The SORT-K module declares the K sort, and nothing else.

+
module SORT-K
+  syntax K [hook(K.K)]
+endmodule
+

The BASIC-K module declares the K, KItem, and KConfigVar sorts, and
+imports the syntax of matching logic.

+
module BASIC-K
+  imports ML-SYNTAX
+  imports SORT-BOOL
+  syntax KItem [hook(K.KItem)]
+  syntax K     ::= KItem
+  syntax KConfigVar [token]
+  syntax KItem ::= KConfigVar
+endmodule
+

KAST Abstract Syntax

+

Below is defined the abstract syntax of concrete terms in K, the KAST syntax.
+Users should rarely if ever have to refer to this syntax; in general, it
+suffices to use concrete syntax in rules, configuration declarations, contexts,
+etc.

+

This syntax is used directly by the K implementation, and exists here as a
+reference for the syntax of KAST, but it should not be imported directly by
+the user.

+
module KSTRING
+  syntax KString ::= r"[\\\"](([^\\\"\\n\\r\\\\])|([\\\\][nrtf\\\"\\\\])|([\\\\][x][0-9a-fA-F]{2})|([\\\\][u][0-9a-fA-F]{4})|([\\\\][U][0-9a-fA-F]{8}))*[\\\"]"      [token]
+  // optionally qualified strings, like in Scala "abc", i"abc", r"a*bc", etc.
+endmodule
+
+module BUILTIN-ID-TOKENS
+  syntax #LowerId ::= r"[a-z][a-zA-Z0-9]*"                    [prec(2), token]
+  syntax #UpperId ::= r"[A-Z][a-zA-Z0-9]*"                    [prec(2), token]
+endmodule
+
+module SORT-KBOTT
+  imports SORT-K
+  syntax KBott
+endmodule
+
+module KAST
+  imports BASIC-K
+  imports SORT-KBOTT
+  imports KSTRING
+  imports BUILTIN-ID-TOKENS
+
+  syntax KBott ::= "#token" "(" KString "," KString ")"  [klabel(#KToken), symbol]
+                 | "#klabel" "(" KLabel ")"              [klabel(#WrappedKLabel), symbol]
+                 | KLabel "(" KList ")"                  [klabel(#KApply), symbol]
+  syntax KItem ::= KBott
+
+  syntax KLabel ::= r"`(\\\\`|\\\\\\\\|[^`\\\\\\n\\r])+`" [token]
+                  | #LowerId                                   [token]
+                  | r"(?<![a-zA-Z0-9])[#a-z][a-zA-Z0-9]*"               [token, prec(1)]
+                       // something that doesn't collide with meta-variables
+
+  syntax KList ::= K
+                 | ".KList"          [klabel(#EmptyKList), symbol]
+                 | ".::KList"        [klabel(#EmptyKList), symbol]
+                 | KList "," KList   [klabel(#KList), left, assoc, unit(#EmptyKList), symbol, prefer]
+endmodule
+
+
+// To be used when parsing/pretty-printing ground configurations
+module KSEQ
+  imports KAST
+  imports K-TOP-SORT
+  syntax K ::= ".K"      [klabel(#EmptyK), symbol, unparseAvoid]
+             | "."       [klabel(#EmptyK), symbol]
+             | ".::K"    [klabel(#EmptyK), symbol, unparseAvoid]
+  syntax K ::= K "~>" K  [klabel(#KSequence), left, assoc, unit(#EmptyK), symbol]
+  syntax left #KSequence
+  syntax {Sort} Sort     ::= "(" Sort ")"    [bracket, group(defaultBracket), applyPriority(1)]
+endmodule
+

Syntax of Matching Logic

+

K provides direct access to the symbols of Matching Logic, while giving them
+their own concrete syntax distinct from the syntax of the KORE intermediate
+representation. These symbols are primarily used during symbolic execution.
+The LLVM Backend has relatively little understanding of Matching Logic directly
+and use of these symbols directly in rules is likely to cause it to crash.
+However, these symbols are necessary when providing lemmas and other types of
+logical assistance to proofs and symbolic execution in the Haskell Backend.

+

The correspondance between K symbols and KORE symbols is as follows:

+
    +
  • #Top - \top
  • +
  • #Bottom - \bottom
  • +
  • #Not - \not
  • +
  • #Ceil - \ceil
  • +
  • #Floor - \floor
  • +
  • #Equals - \equals
  • +
  • #And - \and
  • +
  • #Or - \or
  • +
  • #Implies - \implies
  • +
  • #Exists - \exists
  • +
  • #Forall - \forall
  • +
  • #AG - allPathGlobally
  • +
  • #wEF - weakExistsFinally
  • +
  • #wAF - weakAlwaysFinally
  • +
+
module ML-SYNTAX [not-lr1]
+  imports SORT-K
+
+  syntax {Sort} Sort ::= "#Top" [klabel(#Top), symbol, group(mlUnary)]
+                       | "#Bottom" [klabel(#Bottom), symbol, group(mlUnary)]
+                       | "#True" [klabel(#Top), symbol, group(mlUnary), unparseAvoid]
+                       | "#False" [klabel(#Bottom), symbol, group(mlUnary), unparseAvoid]
+                       | "#Not" "(" Sort ")" [klabel(#Not), symbol, mlOp, group(mlUnary)]
+
+  syntax {Sort1, Sort2} Sort2 ::= "#Ceil" "(" Sort1 ")" [klabel(#Ceil), symbol, mlOp, group(mlUnary)]
+                                | "#Floor" "(" Sort1 ")" [klabel(#Floor), symbol, mlOp, group(mlUnary)]
+                                | "{" Sort1 "#Equals" Sort1 "}" [klabel(#Equals), symbol, mlOp, group(mlEquals), comm, format(%1%i%n%2%d%n%3%i%n%4%d%n%5)]
+
+  syntax priorities mlUnary > mlEquals > mlAnd
+
+  syntax {Sort} Sort ::= Sort "#And" Sort [klabel(#And), symbol, assoc, left, comm, unit(#Top), mlOp, group(mlAnd), format(%i%1%d%n%2%n%i%3%d)]
+                       > Sort "#Or" Sort [klabel(#Or), symbol, assoc, left, comm, unit(#Bottom), mlOp, format(%i%1%d%n%2%n%i%3%d)]
+                       > Sort "#Implies" Sort [klabel(#Implies), symbol, mlOp, group(mlImplies), format(%i%1%d%n%2%n%i%3%d)]
+
+  syntax priorities mlImplies > mlQuantifier
+
+  syntax {Sort1, Sort2} Sort2 ::= "#Exists" Sort1 "." Sort2 [klabel(#Exists), symbol, mlOp, mlBinder, group(mlQuantifier)]
+                                | "#Forall" Sort1 "." Sort2 [klabel(#Forall), symbol, mlOp, mlBinder, group(mlQuantifier)]
+
+  syntax {Sort} Sort ::= "#AG" "(" Sort ")" [klabel(#AG), symbol, mlOp]
+                       | "#wEF" "(" Sort ")" [klabel(weakExistsFinally), symbol, mlOp]
+                       | "#wAF" "(" Sort ")" [klabel(weakAlwaysFinally), symbol, mlOp]
+endmodule
+

Variables in K

+

Provided below is the syntax of variables in K. There are four types of
+variables in K:

+
    +
  1. Regular variables. These are denoted by variables that begin with an
    +underscore or a capital letter. These variables match exactly one value
    +and can be used to refer to it on the right-hand-side.
  2. +
  3. Fresh constants. These are denoted by variables that begin with an !. This
    +is a convenience syntax which can be used on the right-hand-side only, and
    +refer to a unique value of the specified sort which is distinct from any
    +other value that has been generated or will be generated by the !X syntax.
    +Note that this may not be distinct from values produced via other means.
  4. +
  5. Existential variables. This refers to variables that are existentially
    +quantified and begin with a ?. They are not required to appear on the
    +left-hand-side prior to appearing on the right-hand-side, and generally
    +refer to symbolic quantities that are introduced during rewriting. Refer to
    +K's documentation for more details.
  6. +
  7. Set variables. These are denoted by variables that begin with a @.
    +These variables refer to a set of values and are generally used when writing
    +simplification rules in the Haskell Backend. For more information, refer to
    +K's documentation.
  8. +
+

There is also a fifth type of "variable", although it is not technically a
+variable. This refers to configuration variables, which are used to insert
+values into the initial configuration that come from outside the semantics.
+The most common of these is the $PGM variable, which conventionally contains
+the program being executed and is placed in the <k> cell in the configuration
+declaration. These "variables" begin with a $ and their values are populated
+by the frontend prior to symbolic or concrete execution of a program.

+
module KVARIABLE-SYNTAX
+  syntax #KVariable
+endmodule
+
+// To be used when parsing/pretty-printing symbolic configurations
+module KSEQ-SYMBOLIC
+  imports KSEQ
+  imports ML-SYNTAX
+  imports KVARIABLE-SYNTAX
+
+  syntax #KVariable ::= r"(?<![A-Za-z0-9_\\$!\\?@])(\\!|\\?|@)?([A-Z][A-Za-z0-9'_]*|_|_[A-Z][A-Za-z0-9'_]*)"   [token, prec(1)]
+                      | #UpperId                                                          [token]
+  syntax KConfigVar ::= r"(?<![A-Za-z0-9_\\$!\\?@])(\\$)([A-Z][A-Za-z0-9'_]*)"            [token]
+  syntax KBott      ::= #KVariable
+  syntax KBott      ::= KConfigVar
+  syntax KLabel     ::= #KVariable
+endmodule
+

Syntax of Cells

+

While the backend treats cells as regular productions like any other, the
+frontend provides a significant amount of convenience notation for dealing with
+groups of cells, in order to make writing modular definitions easier. As a
+result, we need a syntax for groups of cells and for referring to cells within
+rules, configuration declarations, and functions.

+

For historical reasons, the Bag sort is used to refer to groups of cells.
+This may change in a future release. Users can combine cells in any order
+by concatenating them together, and can refer to the absence of any cells with
+the .Bag symbol. You can also refer to cells within a function by placing
+the cell context symbol, [[ K ]] at the top of a rule, placing a function
+symbol inside, and referring to cells afterwards. This implicitly inserts
+a reference to the configuration at the time prior to the currently-applied
+rule being applied which can be matched on within the function. Functions with
+such context cannot be referred to in the initial configuration, because the
+prior configuration does not yet exist.

+
module KCELLS
+  imports KAST
+
+  syntax Cell
+  syntax Bag ::= Bag Bag  [left, assoc, klabel(#cells), symbol, unit(#cells)]
+               | ".Bag"   [klabel(#cells), symbol]
+               | ".::Bag" [klabel(#cells), symbol]
+               | Cell
+  syntax Bag ::= "(" Bag ")" [bracket]
+  syntax KItem ::= Bag
+  syntax #RuleBody ::= "[" "[" K "]" "]" Bag    [klabel(#withConfig), symbol, avoid]
+  syntax non-assoc #withConfig
+  syntax Bag ::= KBott
+endmodule
+

Users can also refer to cells in rules. When doing so, an optional ... can
+be placed immediately after the start of the cell or immediately before the
+end. In a cell whose contents are commutative, these are equivalent to one
+another and are also equivalent to placing ... in both places. This means
+that what is placed in the cell will be combined with the cell contents'
+concatenation operator with an unnamed variable. In other words, you match on
+some number of elements in the collection and do not care about the rest of
+the collection.

+

In a cell whose contents are not commutative, the ... operators correspond
+to a variable on the respective side of the contents of the cell that the
+... appears. For example, <foo>... L </foo>, if L is a list, means
+some number of elements followed by L. Note that not all combinations are
+supported. Cells whose contents are sort K can only have ... appear at the
+tail of the cell, and cells whose contents are sort List can only have ...
+appear on at most one side in a single rule.

+
module RULE-CELLS
+  imports KCELLS
+  imports RULE-LISTS
+  // if this module is imported, the parser automatically
+  // generates, for all productions that have the attribute 'cell' or 'maincell',
+  // a production like below:
+  //syntax Cell ::= "<top>" #OptionalDots K #OptionalDots "</top>" [klabel(<top>)]
+
+  syntax #OptionalDots ::= "..." [klabel(#dots), symbol]
+                         | ""    [klabel(#noDots), symbol]
+
+  syntax Int
+  // this production will be added by the compiler to help handle bang variables,
+  // however, it is valuable to put it here because without this production, it
+  // will not exist at the point in time when rules and claims are parsed, and
+  // as a result it makes it very difficult to write proof claims over fragments
+  // of code that exercise rules containing bang variables. We put it here because
+  // this production will "vanish" after parsing finishes and not be picked up
+  // by the compiler, which is the behavior we want in this case since an actual
+  // production will be generated by the compiler later on.
+  syntax GeneratedCounterCell ::= "<generatedCounter>" Int "</generatedCounter>" [cell, klabel(<generatedCounter>), symbol, internal]
+endmodule
+

Users can also declare cells in a configuration declaration. This generates a
+specific set of productions that is used internally to implement the cell. The
+most important of these is the cell itself, and attributes on this production
+can be specified in an xml-attribute-like syntax.

+

You can also use an xml-short-tag-like syntax to compose configuration cells
+together which were defined in different modules. However, it is a requirement
+that any K definition have at most one fully-composed configuration; thus, all
+other configuration declarations must appear composed within another
+configuration declaration.

+
module CONFIG-CELLS
+  imports KCELLS
+  imports RULE-LISTS
+  syntax #CellName ::= r"[a-zA-Z][a-zA-Z0-9\\-]*"  [token, prec(1)]
+                     | #LowerId            [token]
+                     | #UpperId            [token]
+
+  syntax Cell ::= "<" #CellName #CellProperties ">" K "</" #CellName ">" [klabel(#configCell), symbol]
+  syntax Cell ::= "<" #CellName "/>" [klabel(#externalCell), symbol]
+
+  syntax #CellProperties ::= #CellProperty #CellProperties [klabel(#cellPropertyList), symbol]
+                           | ""                            [klabel(#cellPropertyListTerminator), symbol]
+  syntax #CellProperty ::= #CellName "=" KString           [klabel(#cellProperty), symbol]
+endmodule
+

Syntax of Rules

+

Rules can have an optional requires clause or an ensures clause. For backwards-
+compatibility, you can refer to the requires clause with both the requires
+and when keywords; The latter, however, is deprecated and may be removed in
+a future release.

+

The requires clause specifies the preconditions that must be true in order
+for the rule to apply. The ensures clause specifies the information which
+becomes true after the rule has applied. It is a requirement that information
+present in the ensures clause refer to existential variables only.

+

When doing concrete execution, you can think of the requires clause as a
+side-condition. In other words, even if the rule matches, it will not apply
+unless the requires clause, which must be of sort Bool, evaluates to
+true.

+
module REQUIRES-ENSURES
+  imports BASIC-K
+
+  syntax #RuleBody ::= K
+
+  syntax #RuleContent ::= #RuleBody                                 [klabel("#ruleNoConditions"), symbol]
+                        | #RuleBody "requires" Bool                 [klabel("#ruleRequires"), symbol]
+                        | #RuleBody "when" Bool                     [klabel("#ruleRequires"), symbol]
+                        | #RuleBody "ensures"  Bool                 [klabel("#ruleEnsures"), symbol]
+                        | #RuleBody "requires" Bool "ensures" Bool  [klabel("#ruleRequiresEnsures"), symbol]
+                        | #RuleBody "when" Bool "ensures" Bool      [klabel("#ruleRequiresEnsures"), symbol]
+endmodule
+

Miscellaneous modules

+

The below modules are used in various ways as indicators to the implementation
+that certain automatically generated syntax should be created by the parser.
+These modules should not be imported directly by the user.

+
module K-TOP-SORT
+  imports SORT-KBOTT
+  syntax KItem ::= KBott
+  syntax {Sort} KItem ::= Sort
+endmodule
+
+module K-BOTTOM-SORT
+  imports SORT-KBOTT
+  syntax KItem ::= KBott
+  syntax {Sort} Sort ::= KBott
+endmodule
+
+module K-SORT-LATTICE
+  imports K-TOP-SORT
+  imports K-BOTTOM-SORT
+endmodule
+
+module AUTO-CASTS
+  // if this module is imported, the parser automatically
+  // generates, for all sorts, productions of the form:
+  // Sort  ::= Sort ":Sort"  // semantic cast - force the inner term to be `Sort` or a subsort
+  // Sort  ::= Sort "::Sort" // strict cast - force the inner term to be exactly `Sort`. Useful for disambiguation
+  // Sort ::= "{" Sort "}" "<:Sort" // synonym for strict cast
+  // Sort  ::= "{" K "}"    ":>Sort" // projection cast. Allows any term to be placed in a context that expects `Sort`
+  // this is part of the mechanism that allows concrete user syntax in K
+endmodule
+
+module AUTO-FOLLOW
+  // if this module is imported, the parser automatically
+  // generates a follow restriction for every terminal which is a prefix
+  // of another terminal. This is useful to prevent ambiguities such as:
+  // syntax K ::= "a"
+  // syntax K ::= "b"
+  // syntax K ::= "ab"
+  // syntax K ::= K K
+  // #parse("ab", "K")
+  // In the above example, the terminal "a" is not allowed to be followed by a "b"
+  // because it would turn the terminal into the terminal "ab".
+endmodule
+
+module PROGRAM-LISTS
+  imports SORT-K
+  // if this module is imported, the parser automatically
+  // replaces the default productions for lists:
+  // Es ::= E "," Es [userList("*"), klabel('_,_)]
+  //      | ".Es"    [userList("*"), klabel('.Es)]
+  // into a series of productions more suitable for programs:
+  // Es#Terminator ::= ""      [klabel('.Es)]
+  // Ne#Es ::= E "," Ne#Es     [klabel('_,_)]
+  //         | E Es#Terminator [klabel('_,_)]
+  // Es ::= Ne#Es
+  //      | Es#Terminator      // if the list is *
+endmodule
+
+module RULE-LISTS
+  // if this module is imported, the parser automatically
+  // adds the subsort production to the parsing module only:
+  // Es ::= E        [userList("*")]
+
+endmodule
+
+module RECORD-PRODUCTIONS
+  // if this module is imported, prefix productions of the form
+  // syntax Sort ::= name(Args)
+  // will be able to be parsed with don't-care variables according
+  // to their nonterminal's names
+endmodule
+
+module SORT-PREDICATES
+  // if this module is imported, the Bool sort will be annotated with
+  // syntax Bool ::= isSort(K) [function]
+  // and all sorts will be annotated with
+  // syntax Sort ::= project:Sort(K) [function]
+endmodule
+

Additional Syntax for K Terms in Rules

+

Certain additional features are available when parsing the contents of rules
+and contexts. For more information on each of these, refer to K's
+documentation.

+
module KREWRITE
+  syntax {Sort} Sort ::= Sort "=>" Sort [klabel(#KRewrite), symbol]
+  syntax non-assoc #KRewrite
+  syntax priority #KRewrite > #withConfig
+endmodule
+
+// To be used to parse semantic rules
+module K
+  imports KSEQ-SYMBOLIC
+  imports REQUIRES-ENSURES
+  imports RECORD-PRODUCTIONS
+  imports SORT-PREDICATES
+  imports K-SORT-LATTICE
+  imports AUTO-CASTS
+  imports AUTO-FOLLOW
+  imports KREWRITE
+
+  syntax {Sort} Sort ::= Sort "#as" Sort [klabel(#KAs), symbol]
+  // functions that preserve sorts and can therefore have inner rewrites
+  syntax {Sort} Sort ::= "#fun" "(" Sort ")" "(" Sort ")" [klabel(#fun2), symbol, prefer]
+  // functions that do not preserve sort and therefore cannot have inner rewrites
+  syntax {Sort1, Sort2} Sort1 ::= "#fun" "(" Sort2 "=>" Sort1 ")" "(" Sort2 ")" [klabel(#fun3), symbol]
+
+  syntax {Sort1, Sort2} Sort1 ::= "#let" Sort2 "=" Sort2 "#in" Sort1 [klabel(#let), symbol]
+
+  /*@ Set membership over terms. In addition to equality over
+      concrete patterns, K also supports computing equality
+      between a concrete pattern and a symbolic pattern.
+      This is compiled efficiently down to pattern matching,
+      and can be used by putting a term with unbound variables
+      in the left child of :=K or =/=K. Note that this does not
+      bind variables used on the lhs however (although this may
+      change in the future).*/
+
+  syntax Bool ::= left:
+                  K ":=K" K           [function, total, klabel(_:=K_), symbol, group(equalEqualK)]
+                | K ":/=K" K          [function, total, klabel(_:/=K_), symbol, group(notEqualEqualK)]
+endmodule
+
+// To be used to parse terms in full K
+module K-TERM
+  imports KSEQ-SYMBOLIC
+  imports RECORD-PRODUCTIONS
+  imports SORT-PREDICATES
+  imports K-SORT-LATTICE
+  imports AUTO-CASTS
+  imports AUTO-FOLLOW
+  imports KREWRITE
+endmodule
+

Layout Information

+

When constructing a scanner for use during parsing, often you wish to ignore
+certain types of text, such as whitespace and comments. However, the specific
+syntax which each language must ignore is a little different from language
+to language, and thus you wish to specify it manually. You can do this by
+defining productions of the #Layout sort. For more information, refer to
+K's documentation. However, this module will be implicitly imported if no
+productions are declared of sort #Layout. This module will also be used
+for the purposes of parsing K rules. If you wish to declare a language with
+no layout productions, simply create a sort declaration for the #Layout sort
+in your code (e.g. syntax #Layout).

+
module DEFAULT-LAYOUT
+    syntax #Layout ::= r"(\\/\\*([^\\*]|(\\*+([^\\*\\/])))*\\*+\\/)" // C-style multi-line comments
+                     | r"(\\/\\/[^\\n\\r]*)"                         // C-style single-line comments
+                     | r"([\\ \\n\\r\\t])"                           // Whitespace
+endmodule
+

Default Configuration

+

If the user has no configuration declaration in their seamantics, the below
+configuration declaration will be implicitly imported.

+
module DEFAULT-CONFIGURATION
+  imports BASIC-K
+
+  configuration <k> $PGM:K </k>
+endmodule
+

Parsing Ambiguous Languages

+

On occasion, it may be desirable to parse a language with an ambiguous grammar
+when parsing a program, and perform additional semantic analysis at a later
+time in order to resolve the ambiguities. A good example of this is as a
+substitute for the lexer hack in parsers of the C programming language.

+

The following module contains a declaration for ambiguities in K. Usually,
+an ambiguous parse is an error. However, when you use the --gen-glr-parser
+flag to kast, or the --gen-glr-bison-parser flag to kompile, ambiguities
+instead become instances of the below parametric production, which you can use
+regular K rules to disambiguate as necessary.

+
module K-AMBIGUITIES
+
+  syntax {Sort} Sort ::= amb(Sort, Sort) [symbol]
+
+endmodule
+

Annotating Parses with Locations

+

Another feature of K's Bison parser is the ability to annotate terms parsed
+with location information about the file and line where they occurred. For
+more information about how to use this, refer to K's documentation. However,
+the below module exists to provide a user syntax for the annotations that
+are generated by the parser.

+
module K-LOCATIONS
+  imports STRING-SYNTAX
+  imports INT-SYNTAX
+
+  // filename, startLine, startCol, endLine, endCol
+  syntax {Sort} Sort ::= #location(Sort, String, Int, Int, Int, Int) [symbol, format(%3)]
+
+endmodule
+

K Prelude

+

The following files, integral to defining semantics in K, are automatically
+required by every definition via this file. This behavior can be disabled
+via kompile --no-prelude, however, semantics will likely break unless
+they provide their own versions of these files, which are assumed to exist
+by the compiler. There are, however, circumstances where passing this flag is
+appropriate, such as if you are manually requiring these files in your
+definition, if your definition was automatically condensed into a single file
+with kompile -E, or if you wish to modify the inner syntax of K by providing
+your own version of these files with different syntax.

+
require "kast.md"
+require "domains.md"
+

K Foreign Function Interface

+

The K Foreign Function Interface (FFI) module provides a way to call native
+functions directly from a K semantics using the C ABI. It also provides
+utilities for allocating and deallocating byte buffers with static addresses
+that are suitable for being passed to native code.

+

It is built off of the underlying libffi library
+(https://sourceware.org/libffi/) and is subject to some of the same
+limitations as that library. Bear in mind, because this library exposes
+a number of unsafe C APIs directly, misuse of the library is likely to lead
+to memory corruption in your interpreter and can cause segmentation faults or
+corrupted term representations that lead to undefined behavior at runtime.

+
require "domains.md"
+
+module FFI-SYNTAX
+  imports private LIST
+

The FFIType sort is used to declare the native C ABI types of operands passed
+to the #ffiCall function. These types roughly correspond to the types
+declared in ffi.h by libffi.

+
  syntax FFIType ::= "#void" [klabel(#ffi_void), symbol]
+                  | "#uint8" [klabel(#ffi_uint8), symbol]
+                  | "#sint8" [klabel(#ffi_sint8), symbol]
+                  | "#uint16" [klabel(#ffi_uint16), symbol]
+                  | "#sint16" [klabel(#ffi_sint16), symbol]
+                  | "#uint32" [klabel(#ffi_uint32), symbol]
+                  | "#sint32" [klabel(#ffi_sint32), symbol]
+                  | "#uint64" [klabel(#ffi_uint64), symbol]
+                  | "#sint64" [klabel(#ffi_sint64), symbol]
+                  | "#float" [klabel(#ffi_float), symbol]
+                  | "#double" [klabel(#ffi_double), symbol]
+                  | "#uchar" [klabel(#ffi_uchar), symbol]
+                  | "#schar" [klabel(#ffi_schar), symbol]
+                  | "#ushort" [klabel(#ffi_ushort), symbol]
+                  | "#sshort" [klabel(#ffi_sshort), symbol]
+                  | "#uint" [klabel(#ffi_uint), symbol]
+                  | "#sint" [klabel(#ffi_sint), symbol]
+                  | "#ulong" [klabel(#ffi_ulong), symbol]
+                  | "#slong" [klabel(#ffi_slong), symbol]
+                  | "#longdouble" [klabel(#ffi_longdouble), symbol]
+                  | "#pointer" [klabel(#ffi_pointer), symbol]
+                  | "#complexfloat" [klabel(#ffi_complexfloat), symbol]
+                  | "#complexdouble" [klabel(#ffi_complexdouble), symbol]
+                  | "#complexlongdouble" [klabel(#ffi_complexlongdouble), symbol]
+                  | "#struct" "(" List ")" [klabel(#ffi_struct), symbol]
+endmodule
+
+module FFI
+  imports FFI-SYNTAX
+  imports private BYTES
+  imports private STRING
+  imports private BOOL
+  imports private LIST
+  imports private INT
+
+

FFI Calls

+

The #ffiCall functions are designed to call a native C ABI function and
+return a native result. They come in three variants:

+

Non-variadic

+ +

In the first variant, #ffiCall(Address, Args, ArgTypes, ReturnType) takes
+an integer address of a function (which can be obtained from
+#functionAddress), a List of Bytes containing the arguments of the
+function, a List of FFITypes containing the types of the parameters of the
+function, and an FFIType containing the return type of the function, and
+returns the return value of the function as a Bytes.

+
  syntax Bytes ::= "#ffiCall" "(" Int "," List "," List "," FFIType ")" [function, hook(FFI.call)]
+

Variadic

+ +

In the second variant,
+#ffiCall(Address, Args, FixedTypes, VariadicTypes, ReturnType takes an
+integer address of a function, a List of Bytes containing the arguments
+of the call, a List of FFITypes containing the types of the fixed
+parameters of the function, a List of FFITypes containing the types of the
+variadic parameters of the function, and an FFIType containing the return
+type of the function, and returns the return value of the function as a
+Bytes.

+
  syntax Bytes ::= "#ffiCall" "(" Int "," List "," List "," List "," FFIType ")" [function, hook(FFI.call_variadic)]
+

Generic

+ +

In the third variant,
+#ffiCall(IsVariadic, Address, Args, ArgTypes, NFixed, ReturnType takes
+a boolean indicating whether the function is variadic or not, an integer
+address of a function, a List of Bytes containing the arguments of the
+call, a List of FFITypes containing the parameter typess of the call
+followed by the types of the variadic arguments of the call, if any, an Int
+containing how many of the arguments of the call are fixed or not, and an
+FFIType containing the return type of the function, and returns the return
+value of the function as a Bytes.

+
  syntax Bytes ::= "#ffiCall" "(" Bool "," Int "," List "," List "," Int "," FFIType ")" [function]
+
+  rule #ffiCall(false, Addr::Int, Args::List, Types::List, _, Ret::FFIType) => #ffiCall(Addr, Args, Types, Ret)
+  rule #ffiCall(true, Addr::Int, Args::List, Types::List, NFixed::Int, Ret::FFIType) => #ffiCall(Addr, Args, range(Types, 0, size(Types) -Int NFixed), range(Types, NFixed, 0), Ret)
+

Symbol Lookup

+

The FFI module provides a mechanism to look up any function symbol and return
+that function's address.

+
  syntax Int ::= "#functionAddress" "(" String ")" [function, hook(FFI.address)]
+

Direct Memory Management

+

Most memory used by the LLVM backend to represent terms is managed
+automatically via garbage collection. However, a consequence of this is that
+a particular term does not have a fixed address across its entire lifetime
+in most cases. Sometimes this is undesirable, especially if you intend for
+the address of the memory to be taken by the semantics or if you intend
+to pass this memory directly to native code. As a result, the FFI module
+exposes the following unsafe APIs for memory management. Note that use of
+these APIs leaves the burden of memory management completely on the user,
+and thus misuse of these functions can lead to things like use-after-free
+and other memory corruption bugs.

+

Allocation

+ +

#alloc(Key, Size, Align) will allocate Size bytes with an alignment
+requirement of Align (which must be a power of two), and return it as a
+Bytes term. The memory is uniquely identified by its key and that key will
+be used later to free the memory. The memory is not implicitly freed by garbage
+collection; failure to call #free on the memory at a later date can lead to
+memory leaks.

+
  syntax Bytes ::= "#alloc" "(" KItem "," Int "," Int ")" [function, hook(FFI.alloc)]
+

Addressing

+ +

#addess(B) will return an Int representing the address of the first byte of
+B, which must be a Bytes. Unless the Bytes term was allocated by #alloc,
+the return value is unspecified and may not be the same across multipl
+invocations on the same byte buffer. However, it is guaranteed that memory
+allocated by #alloc will have the same address throughout its lifetime.

+
  syntax Int ::= "#address" "(" Bytes ")" [function, hook(FFI.bytes_address)]
+

Deallocation

+ +

#free(Key) will free the memory of the Bytes object that was allocated
+by a previous call to #alloc. If Key was not used in a previous call to
+#alloc, or the memory was already freed, no action is taken. It will generate
+undefined behavior if the Bytes term returned by the previous call to
+#alloc is still referenced by any other term in the configuration or a
+currently evaluating rule. The function returns .K.

+
  syntax K ::= "#free" "(" KItem ")" [function, hook(FFI.free)]
+

Reading

+ +

#nativeRead(Addr, Mem) will read native memory at address Addr into Mem,
+reading exactly lengthBytes(Mem) bytes. This will generate undefined behavior
+if Addr does not point to a readable segment of memory at least
+lengthBytes(Mem) bytes long.

+
  syntax K ::= "#nativeRead" "(" Int "," Bytes ")" [function, hook(FFI.read)]
+

Writing

+ +

#nativeWrite(Addr, Mem) will write the contents of Mem to native memory at
+address Addr. The memory will be read prior to being written, and a write
+will only happen if the memory has a different value than the current value of
+Mem. This will generate undefined behavior if Addr does not point to a
+readable segment of memory at least lengthBytes(Mem) bytes long, or if the
+memory at address Addr has a different value than currently contained in
+Mem, and the memory in question is not writeable.

+
  syntax K ::= "#nativeWrite" "(" Int "," Bytes ")" [function, hook(FFI.write)]
+endmodule
+

Syntax of JSON

+

K provides builtin support for reading/writing to JSON. While the JSON-SYNTAX
+module is not precisely the syntax of JSON (utilizing K's syntax for strings,
+integers, and floating point numbers rather than the syntax used by JSON),
+you can still convert directly to/from the actual syntax of JSON using
+the JSON2String and String2JSON hooks.

+
module JSON-SYNTAX
+    imports INT-SYNTAX
+    imports STRING-SYNTAX
+    imports BOOL-SYNTAX
+    imports FLOAT-SYNTAX
+
+    syntax JSONs   ::= List{JSON,","}      [klabel(JSONs)      , symbol]
+    syntax JSONKey ::= String
+    syntax JSON    ::= "null"              [klabel(JSONnull)   , symbol]
+                     | String | Int | Float | Bool
+                     | JSONKey ":" JSON    [klabel(JSONEntry)  , symbol]
+                     | "{" JSONs "}"       [klabel(JSONObject) , symbol]
+                     | "[" JSONs "]"       [klabel(JSONList)   , symbol]
+endmodule
+

Conversion between JSON and String

+

Given a string written in valid JSON, you can convert it to the JSON
+sort with the String2JSON function. Assuming the user has not extended
+the syntax of the JSON sort with their own constructors, any term of sort
+JSON can also be converted to a String using the JSON2String function.

+
module JSON
+    imports JSON-SYNTAX
+
+    syntax String ::= JSON2String(JSON) [function, hook(JSON.json2string)]
+
+    syntax JSON ::= String2JSON(String) [function, hook(JSON.string2json)]
+endmodule
+

Rational Numbers in K

+

K provides support for arbitrary-precision rational numbers represented as a
+quotient between two integers. The sort representing these values is Rat.
+Int is a subsort of Rat, and it is guaranteed that any integer will be
+represented as an Int and can be matched as such on the left hand side
+of rules. K also supports the usual arithmetic operators over rational numbers.

+
module RAT-SYNTAX
+  imports INT-SYNTAX
+  imports private BOOL
+
+  syntax Rat
+
+  syntax Rat ::= Int
+

Arithmetic

+

You can:

+
    +
  • Raise a rational number to any negative or nonnegative integer.
  • +
  • Multiply or divide two rational numbers to obtain a product or quotient.
  • +
  • Add or subtract two rational numbers to obtain a sum or difference.
  • +
+
  syntax Rat ::= left:
+                 Rat "^Rat" Int [function, total, klabel(_^Rat_), symbol, smtlib(ratpow), hook(RAT.pow)]
+               > left:
+                 Rat "*Rat" Rat [function, total, klabel(_*Rat_), symbol, left, smtlib(ratmul), hook(RAT.mul)]
+               | Rat "/Rat" Rat [function,             klabel(_/Rat_), symbol, left, smtlib(ratdiv), hook(RAT.div)]
+               > left:
+                 Rat "+Rat" Rat [function, total, klabel(_+Rat_), symbol, left, smtlib(ratadd), hook(RAT.add)]
+               | Rat "-Rat" Rat [function, total, klabel(_-Rat_), symbol, left, smtlib(ratsub), hook(RAT.sub)]
+

Comparison

+

You can determine whether two rational numbers are equal, unequal, or compare
+one of less than, less than or equalto, greater than, or greater than or equal
+to the other:

+
  syntax Bool ::= Rat  "==Rat" Rat [function, total, klabel(_==Rat_),  symbol, smtlib(rateq), hook(RAT.eq)]
+                | Rat "=/=Rat" Rat [function, total, klabel(_=/=Rat_), symbol, smtlib(ratne), hook(RAT.ne)]
+                | Rat   ">Rat" Rat [function, total, klabel(_>Rat_),   symbol, smtlib(ratgt), hook(RAT.gt)]
+                | Rat  ">=Rat" Rat [function, total, klabel(_>=Rat_),  symbol, smtlib(ratge), hook(RAT.ge)]
+                | Rat   "<Rat" Rat [function, total, klabel(_<Rat_),   symbol, smtlib(ratlt), hook(RAT.lt)]
+                | Rat  "<=Rat" Rat [function, total, klabel(_<=Rat_),  symbol, smtlib(ratle), hook(RAT.le)]
+

Min/Max

+

You can compute the minimum and maximum of two rational numbers:

+
  syntax Rat ::= minRat(Rat, Rat) [function, total, klabel(minRat), symbol, smtlib(ratmin), hook(RAT.min)]
+               | maxRat(Rat, Rat) [function, total, klabel(maxRat), symbol, smtlib(ratmax), hook(RAT.max)]
+

Conversion to Floating Point

+

You can convert a rational number to the nearest floating point number that
+is representable in a Float of a specified number of precision and exponent
+bits:

+
  syntax Float ::= Rat2Float(Rat, precision: Int, exponentBits: Int) [function]
+endmodule
+

Implementation of Rational Numbers

+

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

+

As a point of reference for users, it is worth noting that rational numbers
+are normalized to a canonical form by this module,. with the canonical form
+bearing the property that it is either an Int, or a pair of integers
+I /Rat J such that
+I =/=Int 0 andBool J >=Int 2 andBool gcdInt(I, J) ==Int 1 is always true.

+
module RAT-COMMON
+  imports RAT-SYNTAX
+
+  // invariant of < I , J >Rat : I =/= 0, J >= 2, and I and J are coprime
+  syntax Rat ::= "<" Int "," Int ">Rat" [format(%2 /Rat %4)]
+endmodule
+
+module RAT-SYMBOLIC [symbolic, kore]
+  imports private RAT-COMMON
+  imports ML-SYNTAX
+  imports private BOOL
+
+  rule
+    #Ceil(@R1:Rat /Rat @R2:Rat)
+  =>
+    {(@R2 =/=Rat 0) #Equals true} #And #Ceil(@R1) #And #Ceil(@R2)
+  [simplification]
+endmodule
+
+module RAT-KORE [kore]
+  imports private RAT-COMMON
+  imports private K-EQUAL
+
+  /*
+   * equalities
+   */
+
+  // NOTE: the two rules below may not work correctly in non-kore backends
+
+  rule R ==Rat S => R ==K S
+
+  rule R =/=Rat S => R =/=K S
+endmodule
+
+module RAT [private]
+  imports private RAT-COMMON
+  imports public RAT-SYMBOLIC
+  imports public RAT-KORE
+  imports public RAT-SYNTAX
+  imports private INT
+  imports private BOOL
+
+  /*
+   * arithmetic
+   */
+
+  rule < I , I' >Rat +Rat < J , J' >Rat => ((I *Int J') +Int (I' *Int J)) /Rat (I' *Int J')
+  rule I:Int         +Rat < J , J' >Rat => ((I *Int J') +Int J) /Rat J'
+  rule < J , J' >Rat +Rat I:Int         => I +Rat < J , J' >Rat
+  rule I:Int         +Rat J:Int         => I +Int J
+
+  rule < I , I' >Rat *Rat < J , J' >Rat => (I *Int J) /Rat (I' *Int J')
+  rule I:Int         *Rat < J , J' >Rat => (I *Int J) /Rat J'
+  rule < J , J' >Rat *Rat I:Int         => I *Rat < J , J' >Rat
+  rule I:Int         *Rat J:Int         => I *Int J
+
+  rule < I , I' >Rat /Rat < J , J' >Rat => (I *Int J') /Rat (I' *Int J)
+  rule I:Int         /Rat < J , J' >Rat => (I *Int J') /Rat J
+  rule < I , I' >Rat /Rat J:Int         => I /Rat (I' *Int J) requires J =/=Int 0
+  rule I:Int         /Rat J:Int         => makeRat(I, J)      requires J =/=Int 0
+
+  // derived
+
+  rule R -Rat S => R +Rat (-1 *Rat S)
+
+  // normalize
+
+  syntax Rat ::= makeRat(Int, Int)      [function]
+               | makeRat(Int, Int, Int) [function]
+
+  rule makeRat(0, J) => 0 requires J =/=Int 0
+
+  rule makeRat(I, J) => makeRat(I, J, gcdInt(I,J)) requires I =/=Int 0 andBool J =/=Int 0
+
+  // makeRat(I, J, D) is defined when I =/= 0, J =/= 0, D > 0, and D = gcd(I,J)
+  rule makeRat(I, J, D) => I /Int D                       requires J ==Int D // implies J > 0 since D > 0
+  rule makeRat(I, J, D) => < I /Int D , J /Int D >Rat     requires J >Int 0 andBool J =/=Int D
+  rule makeRat(I, J, D) => makeRat(0 -Int I, 0 -Int J, D) requires J <Int 0
+
+  // gcdInt(a,b) computes the gcd of |a| and |b|, which is positive.
+  syntax Int ::= gcdInt(Int, Int) [function, public]
+
+  rule gcdInt(A, 0) => A        requires A >Int 0
+  rule gcdInt(A, 0) => 0 -Int A requires A <Int 0
+  rule gcdInt(A, B) => gcdInt(B, A %Int B) requires B =/=Int 0 // since |A %Int B| = |A| %Int |B|
+
+  /*
+   * exponentiation
+   */
+
+  rule _ ^Rat 0 => 1
+  rule 0 ^Rat N => 0 requires N =/=Int 0
+
+  rule < I , J >Rat ^Rat N => powRat(< I , J >Rat, N) requires N >Int 0
+  rule X:Int        ^Rat N => X ^Int N                requires N >Int 0
+
+  rule X ^Rat N => (1 /Rat X) ^Rat (0 -Int N) requires X =/=Rat 0 andBool N <Int 0
+
+  // exponentiation by squaring
+
+  syntax Rat ::= powRat(Rat, Int) [function]
+
+  // powRat(X, N) is defined when X =/= 0 and N > 0
+  rule powRat(X, 1) => X
+  rule powRat(X, N) => powRat(X *Rat X, N /Int 2) requires N >Int 1 andBool N %Int 2  ==Int 0
+  rule powRat(X, N) => powRat(X, N -Int 1) *Rat X requires N >Int 1 andBool N %Int 2 =/=Int 0
+
+  /*
+   * inequalities
+   */
+
+  rule R >Rat S => R -Rat S >Rat 0 requires S =/=Rat 0
+
+  rule < I , _ >Rat >Rat 0 => I >Int 0
+  rule I:Int        >Rat 0 => I >Int 0
+
+  // derived
+
+  rule R >=Rat S => notBool R <Rat S
+
+  rule R <Rat S => S >Rat R
+
+  rule R <=Rat S => S >=Rat R
+
+  rule minRat(R, S) => R requires R <=Rat S
+  rule minRat(R, S) => S requires S <=Rat R
+
+  rule maxRat(R, S) => R requires R >=Rat S
+  rule maxRat(R, S) => S requires S >=Rat R
+
+  syntax Float ::= #Rat2Float(Int, Int, Int, Int) [function, hook(FLOAT.rat2float)]
+  rule Rat2Float(Num:Int, Prec:Int, Exp:Int) => #Rat2Float(Num, 1, Prec, Exp)
+  rule Rat2Float(< Num, Dem >Rat, Prec, Exp) => #Rat2Float(Num, Dem, Prec, Exp)
+
+endmodule
+

Capture-Aware Substitution in K

+

One of the traditional ways in which functional languages are given operational
+semantics is via substitution. In particular, you can view a function as
+declaring a particular bound variable, the parameter of the function, as well
+as the body of the function, within which both bound and free variables can
+occur, and implement the process of beta-reduction (one of the axioms of the
+lambda calculus) by means of a substitution operator which is aware of the
+difference between free variables and bound variables and prevents variable
+capture.

+

In K this is implemented using two mechanisms: The KVar sort, and the
+binder attribute.

+

The KVar Sort

+

K introduces a new hooked sort, KVar, which the substitution operator
+(defined below) understands in a particular way. The syntax of KVar is the
+same as for sort Id in DOMAINS, but with a different sort name. Similarly,
+some of the same operators are defined over KVar which are defined for Id,
+such as conversion from String to KVar and support for the !Var:KVar
+syntax.

+

A KVar is simply an identifier with special meaning during substitution.
+KVars must begin with a letter or underscore,
+and can be followed by zero or more letters, numbers, or underscores.

+
module KVAR-SYNTAX-PROGRAM-PARSING
+  imports BUILTIN-ID-TOKENS
+
+  syntax KVar ::= r"(?<![A-Za-z0-9\\_])[A-Za-z\\_][A-Za-z0-9\\_]*"     [prec(1), token]
+                | #LowerId                                             [token]
+                | #UpperId                                             [token]
+endmodule
+
+module KVAR-SYNTAX
+  syntax KVar [token, hook(KVAR.KVar)]
+endmodule
+
+module KVAR-COMMON
+  imports KVAR-SYNTAX
+  imports private STRING
+
+  syntax KVar ::= String2KVar (String) [function, total, hook(STRING.string2token)]
+  syntax KVar ::= freshKVar(Int)    [freshGenerator, function, total, private]
+
+  rule freshKVar(I:Int) => String2KVar("_" +String Int2String(I))
+endmodule
+
+module KVAR
+  imports KVAR-COMMON
+endmodule
+

The binder Attribute

+

A production can be given the attribute binder. Such a production must have
+at least two nonterminals. The first nonterminal from left to right must be of
+sort KVar, and contains the bound variable. The last nonterminal from left
+to right contains the term that is bound. For example, I could describe lambdas
+in the lambda calculus with the production
+syntax Val ::= "lambda" KVar "." Exp [binder].

+

Substitution

+

K provides a hooked implementation of substitution, currently only implemented
+on the Java and LLVM backends. Two variants exist: the first substitutes
+a single KVar for a single KItem. The second takes a Map with KVar
+keys and KItem values, and substitutes each element in the map atomically.

+

Internally, this is implemented in the LLVM backend by a combination of
+de Bruijn indices for bound variables and names for free variables. Free
+variables are also sometimes given a unique numeric identifier in order to
+prevent capture, and the rewriter will automatically assign unique names to
+such identifiers when rewriting finishes. The names assigned will always begin
+with the original name of the variable and be followed by a unique integer
+suffix. However, the names assigned after rewriting finishes might be different
+from the names that would be assigned if rewriting were to halt prematurely,
+for example due to krun --depth.

+
module SUBSTITUTION
+  imports private MAP
+  imports KVAR
+
+  syntax {Sort} Sort ::= Sort "[" KItem "/" KItem "]"  [function, hook(SUBSTITUTION.substOne), impure]
+  syntax {Sort} Sort ::= Sort "[" Map "]"      [function, hook(SUBSTITUTION.substMany), impure]
+endmodule
+

K PL Tutorial

+ +

Here you will learn how to use the K tool to define languages by means of a series of screencast movies. It is recommended to do these in the indicated order, because K features already discussed in a previous language definition will likely not be rediscussed in latter definitions. The screencasts follow quite closely the structure of the files under the tutorial folder in the K tool distribution. If you'd rather follow the instructions there and do the tutorial exercises yourself, then go back to https://kframework.org and download the K tool, if you have not done it already. Or, you can first watch the screencasts below and then do the exercises, or do them in parallel.

+

K Overview

+ +

Make sure you watch the K overview video before you do the K tutorial:

+ +

Learning K

+ +

[34'46"] Part 1: Defining LAMBDA

+ +

Here you will learn how to define a very simple functional language in K and the basics of how to use the K tool. The language is a call-by-value variant of lambda calculus with builtins and mu, and its definition is based on substitution.

+ +

[37'07"] Part 2: Defining IMP

+ +

Here you will learn how to define a very simple, prototypical textbook C-like imperative language, called IMP, and several new features of the K tool.

+ +

[33'10"] Part 3: Defining LAMBDA++

+ +

Here you will learn how to define constructs which abruptly change the execution control, as well as how to define functional languages using environments and closures. LAMBDA++ extends the LAMBDA language above with a callcc construct.

+ +

[46'46"] Part 4: Defining IMP++

+ +

Here you will learn how to refine configurations, how to generate fresh elements, how to tag syntactic constructs and rules, how to exhaustively search the space of non-deterministic or concurrent program executions, etc. IMP++ extends the IMP language above with increment, blocks and locals, dynamic threads, input/output, and abrupt termination.

+ +

[17'03"] Part 5: Defining Type Systems

+ +

Here you will learn how to define various kinds of type systems following various approaches or styles using K.

+ +

[??'??"] Part 6: Miscellaneous Other K Features

+ +

Here you will learn a few other K features, and better understand how features that you have already seen work.

+
    +
  • [??'??"] ...
  • +
+

Learning Language Design and Semantics using K

+ +

[??'??"] Part 7: SIMPLE: Designing Imperative Programming Languages

+ +

Here you will learn how to design imperative programming languages using K. SIMPLE is an imperative language with functions, threads, pointers, exceptions, multi-dimensional arrays, etc. We first define an untyped version of SIMPLE, then a typed version. For the typed version, we define both a static and a dynamic semantics.

+ +

[??'??"] Part 8: KOOL: Designing Object-Oriented Programming Languages

+ +

Here woul will learn how to design object-oriented programming languages using K. KOOL is an object-oriented language that extends SIMPLE with classes and objects. We first define an untyped version of KOOL, then a typed version, with both a dynamic and a static semantics.

+ +

[??'??"] Part 9: FUN: Designing Functional Programming Languages

+ +

H
+ere woul will learn how to design functional programming languages using K. FUN is a higher-order functional language with general let, letrec, pattern matching, references, lists, callcc, etc. We first define an untyped version of FUN, then a let-polymorphic type inferencer.

+ +

[??'??"] Part 10: LOGIK: Designing Logic Programming Languages

+ +

Here you will learn how to design a logic programming language using K.

+ +

K overview

+ + +

Go to Youtube mirror, if the above does not work.

+

Go back to https://kframework.org for further links, the K tool and contact information.

+

Learning K

+ +

We start by introducing the basic features of K by means of a series
+of very simple languages. The objective here is neither to learn those
+languages nor to study their underlying paradigm, but simply to learn K.

+
    +
  • LAMBDA: Lambda calculus defined.
  • +
  • IMP: A simple imperative language.
  • +
  • LAMBDA++: LAMBDA extended with control flow.
  • +
  • IMP++: IMP extended with threads and IO.
  • +
  • TYPES: LAMBDA type system.
  • +
+

Part 1: Defining LAMBDA

+ +

Here you will learn how to define a very simple language in K and the basics
+of how to use the K tool. The language is a variant of call-by-value lambda
+calculus and its definition is based on substitution. Specifically, you will
+learn the following:

+
    +
  • How to define a module.
  • +
  • How to define a language syntax.
  • +
  • How to use the defined syntax to parse programs.
  • +
  • How to import predefined modules.
  • +
  • How to define evaluation strategies using strictness attributes.
  • +
  • How to define semantic rules.
  • +
  • How the predefined generic substitution works.
  • +
  • How to generate PDF and HTML documentation from ASCII definitions.
  • +
  • How to include builtins (integers and Booleans) into your language.
  • +
  • How to define derived language constructs.
  • +
+

This folder contains several lessons, each adding new features to LAMBDA.

+

Syntax Modules and Basic K Commands

+ +

Here we define our first K module, which contains the initial syntax of the
+LAMBDA language, and learn how to use the basic K commands.

+

Let us create an empty working folder, and open a terminal window
+(to the left) and an editor window (to the right). We will edit our K
+definition in the right window in a file called lambda.k, and will call
+the K tool commands in the left window.

+

Let us start by defining a K module, containing the syntax of LAMBDA.

+

K modules are introduced with the keywords module ... endmodule.

+

The keyword syntax adds new productions to the syntax grammar, using a
+BNF-like notation.

+

Terminals are enclosed in double-quotes, like strings.

+

You can define multiple productions for the same non-terminal in the same
+syntax declaration using the | separator.

+

Productions can have attributes, which are enclosed in square brackets.

+

The attribute left tells the parser that we want the lambda application to be
+left associative. For example, a b c d will then parse as (((a b) c) d).

+

The attribute bracket tells the parser to not generate a node for the
+parenthesis production in the abstract syntax trees associated to programs.
+In other words, we want to allow parentheses to be used for grouping, but we
+do not want to bother to give them their obvious (ignore) semantics.

+

In our variant of lambda calculus defined here, identifiers and lambda
+abstractions are meant to be irreducible, that is, are meant to be values.
+However, so far Val is just another non-terminal, just like Exp,
+without any semantic meaning. It will get a semantic meaning later.

+

After we are done typing our definition in the file lambda.k, we can kompile
+it with the command:

+
kompile lambda.k
+
+

If we get no errors then a parser has been generated. This parser will be
+called from now on by default by the krun tool. To see whether and how the
+parser works, we are going to write some LAMBDA programs and store them in
+files with the extension .lambda.

+

Let us create a file identity.lambda, which contains the identity lambda
+abstraction:

+
lambda x . x
+
+

Now let us call krun on identity.lambda:

+
krun identity.lambda
+
+

Make sure you call the krun command from the folder containing your language
+definition (otherwise type krun --help to learn how to pass a language
+definition as a parameter to krun). The krun command produces the output:

+
<k>
+  lambda x . x
+</k>
+
+

If you see such an output it means that your program has been parsed (and then
+pretty printed) correctly. If you want to see the internal abstract syntax
+tree (AST) representation of the parsed program, which we call the K AST, then
+type kast in the command instead of krun:

+
kast identity.lambda
+
+

You should normally never need to see this internal representation in your
+K definitions, so do not get scared (yes, it is ugly for humans, but it is
+very convenient for tools).

+

Note that krun placed the program in a <k> ... </k> cell. In K, computations
+happen only in cells. If you do not define a configuration in your definition,
+like we did here, then a configuration will be created automatically for you
+which contains only one cell, the default k cell, which holds the program.

+

Next, let us create a file free-variable-capture.lambda, which contains an
+expression which, in order to execute correctly in a substitution-based
+semantics of LAMBDA, the substitution operation needs to avoid
+variable-capture:

+
a (((lambda x.lambda y.x) y) z)
+
+

Next, file closed-variable-capture.lambda shows an expression which also
+requires a capture-free substitution, but this expression is closed (that is,
+it has no free variables) and all its bound variables are distinct (I believe
+this is the smallest such expression):

+
(lambda z.(z z)) (lambda x.lambda y.(x y))
+
+

Finally, the file omega.lambda contains the classic omega combinator
+(or closed expression), which is the smallest expression which loops forever
+(not now, but after we define the semantics of LAMBDA):

+
(lambda x.(x x)) (lambda x.(x x))
+
+

Feel free to define and parse several other LAMBDA programs to get a feel for
+how the parser works. Parse also some incorrect programs, to see how the
+parser generates error messages.

+

In the next lesson we will see how to define semantic rules that iteratively
+rewrite expressions over the defined syntax until they evaluate to a result.
+This way, we obtain our first programming language defined using K.

+

Go to Lesson 2, LAMBDA: Module Importing, Rules, Variables

+

MOVIE (out of date) [4'07"]

+

Module Importing, Rules, Variables

+ +

We here learn how to include a predefined module (SUBSTITUTION), how to
+use it to define a K rule (the characteristic rule of lambda calculus),
+and how to make proper use of variables in rules.

+

Let us continue our lambda.k definition started in the previous lesson.

+

The requires keyword takes a .k file containing language features that
+are needed for the current definition, which can be found in the
+k-distribution/include/kframework/builtin folder. Thus, the command

+
require "substitution.k"
+
+

says that the subsequent definition of LAMBDA needs the generic substitution,
+which is predefined in file substitution.k under the folder
+k-distribution/include/kframework/builtin. Note that substitution can be defined itself in K,
+although it uses advanced features that we have not discussed yet in this
+tutorial, so it may not be easy to understand now.

+

Using the imports keyword, we can now modify LAMBDA to import the module
+SUBSTITUTION, which is defined in the required substitution.k file.

+

Now we have all the substitution machinery available for our definition.
+However, since our substitution is generic, it cannot know which language
+constructs bind variables, and what counts as a variable; however, this
+information is critical in order to correctly solve the variable capture
+problem. Thus, you have to tell the substitution that your lambda construct
+is meant to be a binder, and that your Id terms should be treated as variables
+for substitution. The former is done using the attribute binder.
+By default, binder binds all the variables occurring anywhere in the first
+argument of the corresponding syntactic construct within its other arguments;
+you can configure which arguments are bound where, but that will be discussed
+in subsequent lectures. To tell K which terms are meant to act as variables
+for binding and substitution, we have to explicitly subsort the desired syntactic
+categories to the builtin KVariable sort.

+

Now we are ready to define our first K rule. Rules are introduced with the
+keyword rule and make use of the rewrite symbol, =>. In our case,
+the rule defines the so-called lambda calculus beta-reduction, which
+makes use of substitution in its right-hand side, as shown in lambda.k.

+

By convention, variables that appear in rules start with a capital letter
+(the current implementation of the K tool may even enforce that).

+

Variables may be explicitly tagged with their syntactic category (also called
+sort). If tagged, the matching term will be checked at run-time for
+membership to the claimed sort. If not tagged, then no check will be made.
+The former is safer, but involves the generation of a side condition to the
+rule, so the resulting definition may execute slightly slower overall.

+

In our rule in lambda.k we tagged all variables with their sorts, so we chose
+the safest path. Only the V variable really needs to be tagged there,
+because we can prove (using other means, not the K tool, as the K tool is not
+yet concerned with proving) that the first two variables will always have the
+claimed sorts whenever we execute any expression that parses within our
+original grammar.

+

Let us compile the definition and then run some programs. For example,

+
krun closed-variable-capture.lambda
+
+

yields the output

+
<k>
+  lambda y . ((lambda x . (lambda y . (x  y))) y)
+</k> 
+
+

Notice that only certain programs reduce (some even yield non-termination,
+such as omega.lambda), while others do not. For example,
+free-variable-capture.lambda does not reduce its second argument expression
+to y, as we would expect. This is because the K rewrite rules between syntactic
+terms do not apply anywhere they match. They only apply where they have been
+given permission to apply by means of appropriate evaluation strategies of language
+constructs, which is done using strictness attributes, evaluation contexts,
+heating/cooling rules, etc., as discussed in the next lessons.

+

The next lesson will show how to add LAMBDA the desired evaluation strategies
+using strictness attributes.

+

Go to Lesson 3, LAMBDA: Evaluation Strategies using Strictness

+

MOVIE (out of date) [4'03"]

+

Evaluation Strategies using Strictness

+ +

Here we learn how to use the K strict attribute to define desired evaluation
+strategies. We will also learn how to tell K which terms are already
+evaluated, so it does not attempt to evaluate them anymore and treats them
+internally as results of computations.

+

Recall from the previous lecture that the LAMBDA program
+free-variable-capture.lambda was stuck, because K was not given permission
+to evaluate the arguments of the lambda application construct.

+

You can use the attribute strict to tell K that the corresponding construct
+has a strict evaluation strategy, that is, that its arguments need to be
+evaluated before the semantics of the construct applies. The order of
+argument evaluation is purposely unspecified when using strict, and indeed
+the K tool allows us to detect all possible non-deterministic behaviors that
+result from such intended underspecification of evaluation strategies. We will
+learn how to do that when we define the IMP language later in this tutorial;
+we will also learn how to enforce a particular order of evaluation.

+

In order for the above strictness declaration to work effectively and
+efficiently, we need to tell the K tool which expressions are meant to be
+results of computations, so that it will not attempt to evaluate them anymore.
+One way to do it is to make Val a syntactic subcategory of the builtin
+KResult syntactic category. Since we use the same K parser to also parse
+the semantics, we use the same syntax keyword to define additional syntax
+needed exclusively for the semantics (like KResults). See lambda.k.

+

Compile again and then run some programs. They should all work as expected.
+In particular, free-variable-capture.lambda now evaluates to a y.

+

We now got a complete and working semantic definition of call-by-value
+lambda-calculus. While theoretically correct, our definition is not
+easy to use and disseminate. In the next lessons we will learn how to
+generate formatted documentation for LAMBDA and how to extend LAMBDA
+in order to write human readable and interesting programs.

+

Go to Lesson 4, LAMBDA: Generating Documentation; Latex Attributes.

+

MOVIE (out of date) [2'20"]

+

Generating Documentation; Latex Attributes

+ +

In this lesson we learn how to generate formatted documentation from K
+language definitions. We also learn how to use Latex attributes to control
+the formatting of language constructs, particularly of ones which have a
+mathematical flavor and we want to display accordingly.

+

To enhance readability, we may want to replace the keyword lambda by the
+mathematical lambda symbol in the generated documentation. We can control
+the way we display language constructs in the generated documentation
+by associating them Latex attributes.

+

This is actually quite easy. All we have to do is to associate a latex
+attribute to the production defining the construct in question, following
+the Latex syntax for defining new commands (or macros).

+

In our case, we associate the attribute latex(\lambda{#1}.{#2}) to the
+production declaring the lambda abstraction (recall that in Latex, #n refers
+to the n-th argument of the defined new command).

+

We will later see, in Lesson 9, that we can add arbitrarily complex Latex
+comments and headers to our language definitions, which give us maximum
+flexibility in formatting our language definitions.

+

Now we have a simple programming language, with a nice documentation. However,
+it is not easy to write interesting programs in this language. Almost all
+programming languages build upon existing data-types and libraries. The K
+tool provides a few of these (and you can add more).

+

In the next lesson we show how we can add builtin integers and Booleans to
+LAMBDA, so we can start to evaluate meaningful expressions.

+

Go to Lesson 5, LAMBDA: Adding Builtins; Side Conditions.

+

MOVIE (out of date) [3'13"]

+

Adding Builtins; Side Conditions

+ +

We have already added the builtin identifiers (sort Id) to LAMBDA expressions,
+but those had no operations on them. In this lesson we add integers and
+Booleans to LAMBDA, and extend the builtin operations on them into
+corresponding operations on LAMBDA expressions. We will also learn how to add
+side conditions to rules, to limit the number of instances where they can
+apply.

+

The K tool provides several builtins, which are automatically included in all
+definitions. These can be used in the languages that we define, typically by
+including them in the desired syntactic categories. You can also define your
+own builtins in case the provided ones are not suitable for your language
+(e.g., the provided builtin integers and operations on them are arbitrary
+precision).

+

For example, to add integers and Booleans as values to our LAMBDA, we have to
+add the productions

+
syntax Val ::= Int | Bool
+
+

Int and Bool are the nonterminals that correspond to these builtins.

+

To make use of these builtins, we have to add some arithmetic operation
+constructs to our language. We prefer to use the conventional infix notation
+for these, and the usual precedences (i.e., multiplication and division bind
+tighter than addition, which binds tighter than relational operators).
+Inspired from SDF, we use > instead of
+| to state that all the previous constructs bind tighter than all the
+subsequent ones. See lambda.k.

+

The only thing left is to link the LAMBDA arithmetic operations to the
+corresponding builtin operations, when their arguments are evaluated.
+This can be easily done using trivial rewrite rules, as shown in lambda.k.
+In general, the K tool attempts to uniformly add the corresponding builtin
+name as a suffix to all the operations over builtins. For example, the
+addition over integers is an infix operation named +Int.

+

Compile the new lambda.k definition and evaluate some simple arithmetic
+expressions. For example, if arithmetic.lambda is (1+2*3)/4 <= 1, then

+
krun arithmetic.lambda
+
+

yields, as expected, true. Note that the parser took the desired operation
+precedence into account.

+

Let us now try to evaluate an expression which performs a wrong computation,
+namely a division by zero. Consider the expression arithmetic-div-zero.lambda
+which is 1/(2/3). Since division is strict and 2/3 evaluates to 0, this
+expression reduces to 1/0, which further reduces to 1 /Int 0 by the rule for
+division, which is now stuck (with the current back-end to the K tool).

+

In fact, depending upon the back-end that we use to execute K definitions and
+in particular to evaluate expressions over builtins, 1 /Int 0 can evaluate to
+anything. It just happens that the current back-end keeps it as an
+irreducible term. Other K back-ends may reduce it to an explicit error
+element, or issue a segmentation fault followed by a core dump, or throw an
+exception, etc.

+

To avoid requesting the back-end to perform an illegal operation, we may use a
+side condition in the rule of division, to make sure it only applies when the
+denominator is non-zero.

+

Like in other operational formalisms, the role of the K side
+conditions is to filter the number of instances of the rule. The notion
+of a side condition comes from logics, where a sharp distinction is made
+between a side condition (cheap) and a premise (expensive). Premises are
+usually resolved using further (expensive) logical derivations, while side
+conditions are simple (cheap) conditions over the rule meta-variables within
+the underlying mathematical domains (which in K can be extended by the user,
+as we will see in future lessons). Regarded as a logic, K derives rewrite
+rules from other rewrite rules; therefore, the K side conditions cannot
+contain other rewrites in them (using =>). This contrasts other rewrite
+engines, for example Maude, which
+allow conditional rules with rewrites in conditions.
+The rationale behind this deliberate restriction in K is twofold:

+
    +
  • On the one hand, general conditional rules require a complex, and thus slower
    +rewrite engine, which starts recursive (sometimes exhaustive) rewrite sessions
    +to resolve the rewrites in conditions. In contrast, the side conditions in K
    +can be evaluated efficiently by back-ends, for example by evaluating builtin
    +expressions and/or by calling builtin functions.
  • +
  • On the other hand, the semantic definitional philosophy of K is that rule
    +premises are unnecessary, so there is no need to provide support for them.
  • +
+

Having builtin arithmetic is useful, but writing programs with just lambda
+and arithmetic constructs is still a pain. In the next two lessons we will
+add conditional (if_then_else) and binding (let and letrec) constructs,
+which will allow us to write nicer programs.

+

Go to Lesson 6, LAMBDA: Selective Strictness; Anonymous Variables.

+

MOVIE (out of date) [4'52"]

+

Selective Strictness; Anonymous Variables

+ +

We here show how to define selective strictness of language constructs,
+that is, how to state that certain language constructs are strict only
+in some arguments. We also show how to use anonymous variables.

+

We next define a conditional if construct, which takes three arguments,
+evaluates only the first one, and then reduces to either the second or the
+third, depending on whether the first one evaluated to true or to false.

+

K allows to define selective strictness using the same strict attribute,
+but passing it a list of numbers. The numbers correspond to the arguments
+in which we want the defined construct to be strict. In our case,

+
syntax Exp ::= "if" Exp "then" Exp "else" Exp   [strict(1)]
+
+

states that the conditional construct is strict in the first argument.

+

We can now assume that its first argument will eventually reduce to a value, so
+we only write the following two semantic rules:

+
rule if true  then E else _ => E
+rule if false then _ else E => E
+
+

Thus, we assume that the first argument evaluates to either true or false.

+

Note the use of the anonymous variable _. We use such variables purely for
+structural reasons, to state that something is there but we don't care what.
+An anonymous variable is therefore completely equivalent to a normal variable
+which is unsorted and different from all the other variables in the rule. If
+you use _ multiple times in a rule, they will all be considered distinct.

+

Compile lambda.k and write and execute some interesting expressions making
+use of the conditional construct. For example, the expression

+
if 2<=1 then 3/0 else 10
+
+

evaluates to 10 and will never evaluate 3/0, thus avoiding an unwanted
+division-by-zero.

+

In the next lesson we will introduce two new language constructs, called
+let and letrec and conventionally found in functional programming
+languages, which will allow us to already write interesting LAMBDA programs.

+

Go to Lesson 7, LAMBDA: Derived Constructs; Extending Predefined Syntax.

+

MOVIE (out of date) [2'14"]

+

Derived Constructs, Extending Predefined Syntax

+ +

In this lesson we will learn how to define derived language constructs, that
+is, ones whose semantics is defined completely in terms of other language
+constructs. We will also learn how to add new constructs to predefined
+syntactic categories.

+

When defining a language, we often want certain language constructs to be
+defined in terms of other constructs. For example, a let-binding construct
+of the form

+
let x = e in e'
+
+

is nothing but syntactic sugar for

+
(lambda x . e') e
+
+

This can be easily achieved with a rule, as shown in lambda.k.

+

Compile lambda.k and write some programs using let binders.

+

For example, consider a lets.lambda program which takes arithmetic.lambda
+and replaces each integer by a let-bound variable. It should evaluate to
+true, just like the original arithmetic.lambda.

+

Let us now consider a more interesting program, namely one that calculates the
+factorial of 10:

+
let f = lambda x . (
+        (lambda t . lambda x . (t t x))
+        (lambda f . lambda x . (if x <= 1 then 1 else (x * (f f (x + -1)))))
+        x
+      )
+in (f 10)
+
+

This program follows a common technique to define fixed points in untyped
+lambda calculus, based on passing a function to itself.

+

We may not like to define fixed-points following the approach above, because
+it requires global changes in the body of the function meant to be recursive,
+basically to pass it to itself (f f in our case above). The approach below
+isolates the fixed-point aspect of the function in a so-called fixed-point
+combinator
, which we call fix below, and then apply it to the function
+defining the body of the factorial, without any changes to it:

+
let fix = lambda f . (
+          (lambda x . (f (lambda y . (x x y))))
+          (lambda x . (f (lambda y . (x x y))))
+        )
+in let f = fix (lambda f . lambda x .
+                (if x <= 1 then 1 else (x * (f (x + -1)))))
+   in (f 10)
+
+

Although the above techniques are interesting and powerful (indeed, untyped
+lambda calculus is in fact Turing complete), programmers will probably not
+like to write programs this way.

+

We can easily define a more complex derived construct, called letrec and
+conventionally encountered in functional programming languages, whose semantics
+captures the fixed-point idea above. In order to keep its definition simple
+and intuitive, we define a simplified variant of letrec, namely one which only
+allows to define one recursive one-argument function. See lambda.k.

+

There are two interesting observations here.

+

First, note that we have already in-lined the definition of the fix
+combinator in the definition of the factorial, to save one application of the
+beta reduction rule (and the involved substitution steps). We could have
+in-lined the definition of the remaining let, too, but we believe that the
+current definition is easier to read.

+

Second, note that we extended the predefined Id syntactic category with two
+new constants, $x and $y. The predefined identifiers cannot start with
+$, so programs that will be executed with this semantics cannot possibly
+contain the identifiers xandx andy. In other words, by adding them to Id they
+become indirectly reserved for the semantics. This is indeed desirable,
+because any possible uses of xinthebodyofthefunctiondefinedusingletrecwouldbecapturedbythelambdax in the body of the function defined +using `letrec` would be captured by the `lambdaxdeclaration in the definition ofletrec`.

+

Using letrec, we can now write the factorial program as elegantly as it can
+be written in a functional language:

+
letrec f x = if x <= 1 then 1 else (x * (f (x + -1)))
+in (f 10)
+
+

In the next lesson we will discuss an alternative definition of letrec, based
+on another binder, mu, specifically designed to define fixed points.

+

Go to Lesson 8, LAMBDA: Multiple Binding Constructs.

+

MOVIE (out of date) [5'10"]

+

Multiple Binding Constructs

+ +

Here we learn how multiple language constructs that bind variables can
+coexist. We will also learn about or recall another famous binder besides
+lambda, namely mu, which can be used to elegantly define all kinds of
+interesting fixed-point constructs.

+

The mu binder has the same syntax as lambda, except that it replaces
+lambda with mu.

+

Since mu is a binder, in order for substitution to know how to deal with
+variable capture in the presence of mu, we have to tell it that mu is a
+binding construct, same like lambda. We take advantage of being there and
+also add mu its desired latex attribute.

+

The intuition for

+
mu x . e
+
+

is that it reduces to e, but each free occurrence of x in e behaves
+like a pointer that points back to mu x . e.

+

With that in mind, let us postpone the definition of mu and instead redefine
+letrec F X = E in E' as a derived construct, assuming mu available. The
+idea is to simply regard F as a fixed-point of the function

+
lambda X . E
+
+

that is, to first calculate

+
mu F . lambda X . E
+
+

and then to evaluate E' where F is bound to this fixed-point:

+
let F = mu F . lambda X . E in E'
+
+

This new definition of letrec may still look a bit tricky, particularly
+because F is bound twice, but it is much simpler and cleaner than our
+previous definition. Moreover, now it is done in a type-safe manner
+(this aspect goes beyond our objective in this tutorial).

+

Let us now define the semantic rule of mu.

+

The semantics of mu is actually disarmingly simple. We just have to
+substitute mu X . E for each free occurrence of X in E:

+
mu X . E => E[(mu X . E) / X]
+
+

Compile lambda.k and execute some recursive programs. They should be now
+several times faster. Write a few more recursive programs, for example ones
+for calculating the Ackermann function, for calculating the number of moves
+needed to solve the Hanoi tower problem, etc.

+

We have defined our first programming language in K, which allows us to
+write interesting functional programs. In the next lesson we will learn how
+to fully document our language definition, in order to disseminate it, to ship
+it to colleagues or friends, to publish it, to teach it, and so on.

+

Go to Lesson 9, LAMBDA: A Complete and Commented Definition.

+

MOVIE (out of date) [2'40"]

+

A Complete and Documented K Definition

+ +

In this lesson you will learn how to add formal comments to your K definition,
+in order to nicely document it. The generated document can be then used for
+various purposes: to ease understanding the K definition, to publish it,
+to send it to others, etc.

+

The K tool allows a literate programming style, where the executable
+language definition can be documented by means of annotations. One such
+annotation is the latex(_) annotation, where you can specify how to format
+the given production when producing Latex output via the --output latex
+option to krun, kast, and kprove.

+

There are three types of comments, which we discuss next.

+

Ordinary comments

+ +

These use // or /* ... */, like in various programming languages. These
+comments are completely ignored.

+

Document annotations

+ +

Use the @ symbol right after // or /* in order for the comment to be
+considered an annotation and thus be processed by the K tool when it
+generates documentation.

+

As an example, we can go ahead and add such an annotation at the beginning
+of the LAMBDA module, explaining how we define the syntax of this language.

+

Header annotations

+ +

Use the ! symbol right after // or /* if you want the comment to be
+considered a header annotation, that is, one which goes before
+\begin{document} in the generated Latex. You typically need header
+annotations to include macros, or to define a title, etc.

+

As an example, let us set a Latex length and then add a title and an
+author to this K definition.

+

Compile the documentation and take a look at the results. Notice the title.

+

Feel free to now add lots of annotations to lambda.k.

+

Then compile and check the result. Depending on your PDF viewer, you
+may also see a nice click-able table of contents, with all the sections
+of your document. This could be quite convenient when you define large
+languages, because it helps you jump to any part of the semantics.

+

Tutorial 1 is now complete. The next tutorial will take us through the
+definition of a simple imperative language and will expose us to more
+feature of the K framework and the K tool.

+

MOVIE (out of date) [6'07"]

+

Part 2: Defining IMP

+ +

Here you will learn how to define a very simple imperative language in K
+and the basics of how to work with configurations, cells, and computations.
+Specifically, you will learn the following:

+
    +
  • How to define languages using multiple modules.
  • +
  • How to define sequentially strict syntactic constructs.
  • +
  • How to use K's syntactic lists.
  • +
  • How to define, initialize and configure configurations.
  • +
  • How the language syntax is swallowed by the builtin K syntactic category.
  • +
  • The additional syntax of the K syntactic category.
  • +
  • How the strictness annotations are automatically desugared into rules.
  • +
  • The first steps of the configuration abstraction mechanism.
  • +
+

Like in the previous tutorial, this folder contains several lessons, each
+adding new features to IMP. Do them in order. Also, make sure you completed
+and understood the previous tutorial.

+

Defining a More Complex Syntax

+ +

Here we learn how to define a more complex language syntax than LAMBDA's,
+namely the C-like syntax of IMP. Also, we will learn how to define languages
+using multiple modules, because we are going to separate IMP's syntax from
+its semantics using modules. Finally, we will also learn how to use K's
+builtin support for syntactic lists.

+

The K tool provides modules for grouping language features. In general, we
+can organize our languages in arbitrarily complex module structures.
+While there are no rigid requirements or even guidelines for how to group
+language features in modules, we often separate the language syntax from the
+language semantics in different modules.

+

In our case here, we start by defining two modules, IMP-SYNTAX and IMP, and
+import the first in the second, using the keyword imports. As their names
+suggest, we will place all IMP's syntax definition in IMP-SYNTAX and all its
+semantics in IMP.

+

Note, however, that K does no more than simply includes all the
+contents of the imported module in the one which imports it (making sure
+that everything is only kept once, even if you import it multiple times).
+In other words, there is currently nothing fancy in K tool's module system.

+

IMP has six syntactic categories, as shown in imp.k: AExp for arithmetic
+expressions, BExp for Boolean expressions, Block for blocks, Stmt for
+statements, Pgm for programs and Ids for comma-separated lists of
+identifiers. Blocks are special statements, whose role is to syntactically
+constrain the conditional statement and the while loop statement to only
+take blocks as branches and body, respectively.

+

There is nothing special about arithmetic and Boolean expressions. They
+are given the expected strictness attributes, except for <= and &&,
+for demonstration purposes.

+

The <= is defined to be seqstrict, which means that it evaluates its
+arguments in order, from left-to-right (recall that the strict operators
+can evaluate their arguments in any, fully interleaved, orders). Like
+strict, the seqstrict annotation can also be configured; for example, one
+can specify in which arguments and in what order. By default, seqstrict
+refers to all the arguments, in their left-to-right order. In our case here,
+it is equivalent with seqstrict(1 2).

+

The && is only strict in its first argument, because we will give it a
+short-circuited semantics (its second argument will only be evaluated when
+the first evaluates to true). Recall the K tool also allows us to associate
+LaTex attributes to constructs, telling the document generator how to display
+them. For example, we associate <= the attribute latex({#1}\leq{#2}),
+which makes it be displayed \leq everywhere in the generated LaTex
+documentation.

+

In this tutorial we take the freedom to associate the various constructs
+parsing precedences that we have already tested and we know work well, so that
+we can focus on the semantics here instead of syntax. In practice, though,
+you typically need to experiment with precedences until you obtain the desired
+parser.

+

Blocks are defined using curly brackets, and they can either be empty or
+hold a statement.

+

Nothing special about the IMP statements. Note that ; is an assignment
+statement terminator, not a statement separator. Note also that blocks are
+special statements.

+

An IMP program declares a comma-separated list of variables using the keyword
+int like in C, followed by a semicolon ;, followed by a statement.
+Syntactically, the idea here is that we can wrap any IMP program within a
+main(){...} function and get a valid C program. IMP does not allow variable
+declarations anywhere else except through this construct, at the top-level of
+the program. Other languages provided with the K distribution (see, e.g., the
+IMP++ language also discussed in this tutorial) remove this top-level program
+construct of IMP and add instead variable declaration as a statement construct,
+which can be used anywhere in the program, not only at the top level.

+

Note how we defined the comma-separated list of identifiers using
+List{Id,","}. The K tool provides builtin support for generic syntactic
+lists. In general,

+
syntax B ::= List{A,T}
+
+

declares a new non-terminal, B, corresponding to T-separated sequences of
+elements of A, where A is a non-terminal and T is a terminal. These
+lists can also be empty, that is, IMP programs declaring no variable are also
+allowed (e.g., int; {} is a valid IMP program). To instantiate and use
+the K builtin lists, you should alias each instance with a (typically fresh)
+non-terminal in your syntax, like we do with the Ids nonterminal.

+

Like with other K features, there are ways to configure the syntactic lists,
+but we do not discuss them here.

+

Recall from Tutorial 1 (LAMBDA) that in order for strictness to work well
+we also need to tell K which computations are meant to be results. We do
+this as well now, in the module IMP: integers and Booleans are K results.

+

Kompile imp.k and test the generated parser by running some programs.
+Since IMP is a fragment of C, you may want to select the C mode in your
+editor when writing these programs. This will also give your the feel that
+you are writing programs in a real programming language.

+

For example, here is sum.imp, which sums in sum all numbers up to n:

+
int n, sum;
+n = 100;
+sum=0;
+while (!(n <= 0)) {
+  sum = sum + n;
+  n = n + -1;
+}
+
+

Now krun it and see how it looks parsed in the default k cell.

+

The program collatz.imp tests the Collatz conjecture for all numbers up to
+m and accumulates the total number of steps in s:

+
int m, n, q, r, s;
+m = 10;
+while (!(m<=2)) {
+  n = m;
+  m = m + -1;
+  while (!(n<=1)) {
+    s = s+1;
+    q = n/2;
+    r = q+q+1;
+    if (r<=n) {
+      n = n+n+n+1;         // n becomes 3*n+1 if odd
+    } else {n=q;}          //        of   n/2 if even
+  }
+}
+
+

Finally, program primes.imp counts in s all the prime numbers up to m:

+
int i, m, n, q, r, s, t, x, y, z;
+m = 10;  n = 2;
+while (n <= m) {
+  // checking primality of n and writing t to 1 or 0
+  i = 2;  q = n/i;  t = 1;
+  while (i<=q && 1<=t) {
+    x = i;
+    y = q;
+    // fast multiplication (base 2) algorithm
+    z = 0;
+    while (!(x <= 0)) {
+      q = x/2;
+      r = q+q+1;
+      if (r <= x) { z = z+y; } else {}
+      x = q;
+      y = y+y;
+    } // end fast multiplication
+    if (n <= z) { t = 0; } else { i = i+1;  q = n/i; }
+  } // end checking primality
+  if (1 <= t) { s = s+1; } else {}
+  n = n+1;
+}
+
+

All the programs above will run once we define the semantics of IMP. If you
+want to execute them now, wrap them in a main(){...} function and compile
+them and run them with your favorite C compiler.

+

Before we move to the K semantics of IMP, we would like to make some
+clarifications regarding the K builtin parser, kast. Although it is quite
+powerful, you should not expect magic from it! While the K parser can parse
+many non-trivial languages (see, for example, the KOOL language in
+pl-tutorial/2_languages) in the K distribution), it was
+never meant to be a substitute for real parsers. We often call the syntax
+defined in K the syntax of the semantics, to highlight the fact that its
+role is to serve as a convenient notation when writing the semantics, not
+necessarily as a means to define concrete syntax of arbitrarily complex
+programming languages. See the KERNELC language for an example on how to connect an external parser for concrete syntax to
+the K tool.

+

The above being said, we strongly encourage you to strive to make the
+builtin parser work with your desired language syntax! Do not give up
+simply because you don't want to deal with syntactic problems. On the
+contrary, fight for your syntax! If you really cannot define your desired
+syntax because of tool limitations, we would like to know. Please tell us.

+

Until now we have only seen default configurations. In the next lesson we
+will learn how to define a K custom configuration.

+

Go to Lesson 2, IMP: Defining a Configuration.

+

MOVIE (out of date) [09'15"]

+

Defining a Configuration

+ +

Here we learn how to define a configuration in K. We also learn how to
+initialize and how to display it.

+

As explained in the overview presentation on K, configurations are quite
+important, because all semantic rules match and apply on them.
+Moreover, they are the backbone of configuration abstraction, which allows
+you to only mention the relevant cells in each semantic rule, the rest of
+the configuration context being inferred automatically. The importance of
+configuration abstraction will become clear when we define more complex
+languages (even in IMP++). IMP does not really need it. K configurations
+are constructed making use of cells, which are labeled and can be arbitrarily
+nested.

+

Configurations are defined with the keyword configuration. Cells are
+defined using an XML-ish notation stating clearly where the cell starts
+and where it ends.

+

While not enforced by the tool, we typically like to put the entire
+configuration in a top-level cell, called T. So let's define it:

+
configuration <T>...</T>
+
+

Cells can have other cells inside. In our case of IMP, we need a cell to
+hold the remaining program, cell which we typically call k, and a cell to
+hold the program state. Let us add them:

+
configuration <T> <k>...</k> <state>...</state> </T>
+
+

K allows us to also specify how to initialize a configuration at the same
+time with declaring the configuration. All we have to do is to fill in
+the contents of the cells with some terms. The syntactic categories of
+those terms will also indirectly define the types of the corresponding
+cells.

+

For example, we want the k cell to initially hold the program that is passed
+to krun. K provides a builtin configuration variable, called $PGM, which
+is specifically designed for this purpose: krun will place its program there
+(after it parses it, or course). The K tool allows users to define their own
+configuration variables, too, which can be used to develop custom
+initializations of program configurations with the help of krun; this can be
+quite useful when defining complex languages, but we do not discuss it in
+this tutorial.

+
configuration <T> <k> $PGM </k> <state>...</state>  </T>
+
+

Moreover, we want the program to be a proper Pgm term (because we do not
+want to allow krun to take fragments of programs, for example, statements).
+Therefore, we tag $PGM with the desired syntactic category, Pgm:

+
configuration <T> <k> $PGM:Pgm </k> <state>...</state>  </T>
+
+

Like for other variable tags in K, a run-time check will be performed and the
+semantics will get stuck if the passed term is not a well-formed program.

+

We next tell K that the state cell should be initialized with the empty map:

+
configuration <T> <k> $PGM:Pgm </k> <state> .Map </state>  </T>
+
+

Recall that in K . stands for nothing. However, since there are various
+types of nothing, to avoid confusion we can suffix the . with its desired
+type. K has several builtin data-types, including lists, sets, bags, and
+maps. .Map is the empty map.

+

Kompile imp.k and run several programs to see how the configuration is
+initialized as desired.

+

When configurations get large, and they do when defining large programming
+languages, you may want to color the cells in order to more easily distinguish
+them. This can be easily achieved using the color cell attribute, following
+again an XML-ish style:

+
configuration <T color="yellow">
+                <k color="green"> $PGM:Pgm </k>
+                <state color="red"> .Map </state>
+              </T>
+
+

In the next lesson we will learn how to write rules that involve cells.

+

Go to Lesson 3, IMP: Computations, Results, Strictness; Rules Involving Cells.

+

MOVIE (out of date) [04'21"]

+

Computations, Results, Strictness; Rules Involving Cells

+ +

In this lesson we will learn about the syntactic category K of computations,
+about how strictness attributes are in fact syntactic sugar for rewrite rules
+over computations, and why it is important to tell the tool which
+computations are results. We will also see a K rule that involves cells.

+

K Computations

+ +

Computation structures, or more simply computations, extend the abstract
+syntax of your language with a list structure using ~> (read followed
+by
or and then, and written \curvearrowright in Latex) as a separator.
+K provides a distinguished sort, K, for computations. The extension of the
+abstract syntax of your language into computations is done automatically by
+the K tool when you declare constructs using the syntax keyword, so the K
+semantic rules can uniformly operate only on terms of sort K. The intuition
+for computation structures of the form

+
t1 ~> t2 ~> ... ~> tn
+
+

is that the listed tasks are to be processed in order. The initial
+computation typically contains the original program as its sole task, but
+rules can then modify it into task sequences, as seen shortly.

+

Strictness in Theory

+ +

The strictness attributes, used as annotations to language constructs,
+actually correspond to rules over computations. For example, the
+strict(2) attribute of the assignment statement corresponds to the
+following two opposite rules (X ranges over Id and A over AExp):

+
X=A; => A ~> X=[];
+A ~> X=[]; => X=A;
+
+

The first rule pulls A from the syntactic context X=A; and schedules it
+for processing. The second rule plugs A back into its context.
+Inspired from the chemical abstract machine, we call rules of the first
+type above heating rules and rules of the second type cooling rules.
+Similar rules are generated for other arguments in which operations are
+strict. Iterative applications of heating rules eventually bring to the
+top of the computation atomic tasks, such as a variable lookup, or a
+builtin operation, which then make computational progress by means of other
+rules. Once progress is made, cooling rules can iteratively plug the result
+back into context, so that heating rules can pick another candidate for
+reduction, and so on and so forth.

+

When operations are strict only in some of their arguments, the corresponding
+positions of the arguments in which they are strict are explicitly enumerated
+in the argument of the strict attribute, e.g., strict(2) like above, or
+strict(2 3) for an operation strict in its second and third arguments, etc.
+If an operation is simply declared strict then it means that it is strict
+in all its arguments. For example, the strictness of addition yields:

+
A1+A2 => A1 ~> []+A2
+A1 ~> []+A2 => A1+A2
+A1+A2 => A2 ~> A1+[]
+A2 ~> A1+[] => A1+A2
+
+

It can be seen that such heating/cooling rules can easily lead to
+non-determinism, since the same term may be heated many different ways;
+these different evaluation orders may lead to different behaviors in some
+languages (not in IMP, because its expressions do not have side effects,
+but we will experiment with non-determinism in its successor, IMP++).

+

A similar desugaring applies to sequential strictness, declared with the
+keyword seqstrict. While the order of arguments of strict is irrelevant,
+it matters in the case of seqstrict: they are to be evaluated in the
+specified order; if no arguments are given, then they are assumed by default
+to be evaluated from left-to-right. For example, the default heating/cooling
+rules associated to the sequentially strict <= construct above are
+(A1, A2 range over AExp and I1 over Int):

+
A1<=A2 => A1 ~> []<=A2
+A1 ~> []<=A2 => A1<=A2
+I1<=A2 => A2 ~> I1<=[]
+A2 ~> I1<=[] => I1<=A2
+
+

In other words, A2 is only heated/cooled after A1 is already evaluated.

+

While the heating/cooling rules give us a nice and uniform means to define
+all the various allowable ways in which a program can evaluate, all based
+on rewriting, the fact that they are reversible comes with a serious practical
+problem: they make the K definitions unexecutable, because they lead to
+non-termination.

+

Strictness in Practice; K Results

+ +

To break the reversibility of the theoretical heating/cooling rules, and,
+moreover, to efficiently execute K definitions, the current implementation of
+the K tool relies on users giving explicit definitions of their languages'
+results.

+

The K tool provides a predicate isKResult, which is automatically defined
+as we add syntactic constructs to KResult (in fact the K tool defines such
+predicates for all syntactic categories, which are used, for example, as
+rule side conditions to check user-declared variable memberships, such as
+V:Val stating that V belongs to Val).

+

The kompile tool, depending upon what it is requested to do, changes the
+reversible heating/cooling rules corresponding to evaluation strategy
+definitions (e.g., those corresponding to strictness attributes) to avoid
+non-termination. For example, when one is interested in obtaining an
+executable model of the language (which is the default compilation mode of
+kompile), then heating is performed only when the to-be-pulled syntactic
+fragment is not a result, and the corresponding cooling only when the
+to-be-plugged fragment is a result. In this case, e.g., the heating/cooling
+rules for assignment are modified as follows:

+
X=A; => A ~> X=[];  requires notBool isKResult(A)
+A ~> X=[]; => X=A;  requires isKResult(A)
+
+

Note that non-termination of heating/cooling is avoided now. The only thing
+lost is the number of possible behaviors that a program can manifest, but
+this is irrelevant when all we want is one behavior.

+

As will be discussed in the IMP++ tutorial, the heating/cooling rules are
+modified differently by kompile when we are interested in other aspects
+of the language definition, such us, for example, in a search-able model that
+comprises all program behaviors. This latter model is obviously more general
+from a theoretical perspective, but, in practice, it is also slower to execute.
+The kompile tool strives to give you the best model of the language for the
+task you are interested in.

+

Can't Results be Inferred Automatically?

+ +

This is a long story, but the short answer is: No!. Maybe in some cases
+it is possible, but we prefer to not attempt it in the K tool. For example,
+you most likely do not want any stuck computation to count as a result,
+since some of them can happen simply because you forgot a semantic rule that
+could have further reduce it! Besides, in our experience with defining large
+languages, it is quite useful to take your time and think of what the results
+of your language's computations are. This fact in itself may help you improve
+your overall language design. We typically do it at the same time with
+defining the evaluation strategies of our languages. Although in theory K
+could infer the results of your language as the stuck computations, based on
+the above we have deliberately decided to not provide this feature, in spite
+of requests from some users. So you currently do have to explicitly define
+your K results if you want to effectively use the K tool. Note, however, that
+theoretical definitions, not meant to be executed, need not worry about
+defining results (that's because in theory semantic rules apply modulo the
+reversible heating/cooling rules, so results are not necessary).

+

A K Rule Involving Cells

+ +

All our K rules so far in the tutorial were of the form

+
rule left => right requires condition
+
+

where left and right were syntactic, or more generally computation, terms.

+

Here is our first K rule explicitly involving cells:

+
rule <k> X:Id => I ...</k> <state>... X |-> I ...</state>
+
+

Recall that the k cell holds computations, which are sequences of tasks
+separated by ~>. Also, the state cell holds a map, which is a set of
+bindings, each binding being a pair of computations (currently, the
+K builtin data-structures, like maps, are untyped; or, said differently,
+they are all over the type of computations, K).

+

Therefore, the two cells mentioned in the rule above hold collections
+of things, ordered or not. The ...s, which we also call cell frames,
+stand for more stuff there, which we do not care about.

+

The rewrite relation => is allowed in K to appear anywhere in a term, its
+meaning being that the corresponding subterm is rewritten as indicated in the
+shown context. We say that K's rewriting is local.

+

The rule above says that if the identifier X is the first task in the k
+cell, and if X is bound to I somewhere in the state, then X rewrites
+to I locally in the k cell. Therefore, IMP variables need to be already
+declared when looked up.

+

Of course, the K rule above can be translated into an ordinary rewrite rule
+of the form

+
rule <k> X ~> Rest </k> <state> Before (X |-> I) After </state>
+  => <k> I ~> Rest </k> <state> Before (X |-> I) After </state>
+
+

Besides being more verbose and thus tedious to write, this ordinary rule
+is also more error-prone; for example, we may forget the Rest variable
+in the right-hand-side, etc. Moreover, the concurrent semantics of K
+allows for its rules to be interpreted as concurrent transactions, where
+the context is the read-only component of the transaction, while the
+subterms which are rewritten are read/write component of the transaction;
+thus, K rule instances can apply concurrently if they only overlap
+on read-only parts, while they cannot if regarded as ordinary rewrite logic
+rules. Note: our current implementation of the K tool is not concurrent,
+so K rules are in fact desugared as normal rewrite rules in the K tool.

+

Kompile imp.k using a documentation option and check out how the K rule
+looks in the generated document. The ... frames are displayed as cell
+tears, metaphorically implying that those parts of the cells that we
+do not care about are torn away. The rewrite relation is replaced by a
+horizontal line: specifically, the subterm which rewrites, X, is
+underlined, and its replacement is written underneath the line.

+

In the next lesson we define the complete K semantics of IMP and
+run the programs we parsed in the first lesson.

+

Go to Lesson 4, IMP: Configuration Abstraction, Part 1; Types of Rules.

+

MOVIE (out of date) [10'30"]

+

Configuration Abstraction, Part 1; Types of Rules

+ +

Here we will complete the K definition of IMP and, while doing so, we will
+learn the very first step of what we call configuration abstraction.

+

The IMP Semantic Rules

+ +

Let us add the remaining rules, in the order in which the language constructs
+were defined in IMP-SYNTAX.

+

The rules for the arithmetic and Boolean constructs are self-explanatory.
+Note, however, that K will infer the correct sorts of all the variables in
+these rules, because they appear as arguments of the builtin operations
+(_+Int_, etc.). Moreover, the inferred sorts will be enforced dynamically.
+Indeed, we do not want to apply the rule for addition, for example, when the
+two arguments are not integers. In the rules for &&, although we prefer to
+not do it here for simplicity, we could have eliminated the dynamic check by
+replacing B (and similarly for _) with B:K. Indeed, it can be shown
+that whenever any of these rules apply, B (or _) is a BExp anyway.
+That's because there is no rule that can touch such a B (or _); this
+will become clearer shortly, when we discuss the first step of configuration
+abstraction. Therefore, since we know that B will be a BExp anyway, we
+could save the time it takes to check its sort; such times may look minor,
+but they accumulate, so some designers may prefer to avoid run-time checks
+whenever possible.

+

The block rules are trivial. However, the rule for non-empty blocks is
+semantically correct only because we do not have local variable declarations
+in IMP. We will have to change this rule in IMP++.

+

The assignment rule has two =>: one in the k cell dissolving the
+assignment statement, and the other in the state cell updating the value of
+the assigned variable. Note that the one in the state is surrounded by
+parentheses: (_ => I). That is because => is greedy: it matches as much
+as it can to the left and to the right, until it reaches the cell boundaries
+(closed or open). If you want to limit its scope, or for clarity, you can use
+parentheses like here.

+

The rule for sequential composition simply desugars S1 S2 into S1 ~> S2.
+Indeed, the two have exactly the same semantics. Note that statements
+evaluate to nothing (.), so once S1 is processed in S1 ~> S2, then the
+next task is automatically S2, without wasting any step for the transition.

+

The rules for the conditional and while statements are clear. One thing to
+keep in mind now is that the while unrolling rule will not apply
+indefinitely in the positive branch of the resulting conditional, because
+of K's configuration abstraction, which will be discussed shortly.

+

An IMP program declares a set of variables and then executes a
+statement in the state obtained after initializing all those variables
+to 0. The rules for programs initialize the declared variables one by one,
+checking also that there are no duplicates. We check for duplicates only for
+demonstration purposes, to illustrate the keys predefined operation that
+returns the set of keys of a map, and the set membership operation in.
+In practice, we typically define a static type checker for our language,
+which we execute before the semantics and reject inappropriate programs.

+

The use of the .Ids in the second rule is not necessary. We could have
+written int; S instead of int .Ids; S and the K tool would parse it and
+kompile the definition correctly, because it uses the same parser used for
+parsing programs also to parse the semantics. However, we typically prefer to
+explicitly write the nothing values in the semantics, for clarity;
+the parser has been extended to accept these. Note that the first rule
+matches the entire k cell, because int_;_ is the top-level program
+construct in IMP, so there is nothing following it in the computation cell.
+The anonymous variable stands for the second argument of this top-level program
+construct, not for the rest of the computation. The second rule could have
+also been put in a complete k cell, but we preferred not to, for simplicity.

+

Our IMP semantics is now complete, but there are a few more things that we
+need to understand and do.

+

Configuration Abstraction, Part 1

+ +

First, let us briefly discuss the very first step of configuration abstraction.
+In K, all semantic rules are in fact rules between configurations. As soon
+explained in the IMP++ tutorial, the declared configuration cell structure is
+used to automatically complete the missing configuration parts in rules.
+However, many rules do not involve any cells, being rules between syntactic
+terms (of sort K); for example, we had only three rules involving cells in our
+IMP semantics. In this case, the k cell will be added automatically and the
+actual rewrite will happen on top of the enclosed computation. For example,
+the rule for the while loop is automatically translated into the following:

+
rule <k> while (B) S => if (B) {S while (B) S} else {} ...</k>
+
+

Since the first task in computations is what needs to be done next, the
+intuition for this rule completion is that the syntactic transition
+only happens when the term to rewrite is ready for processing. This explains,
+for example, why the while loop unrolling does not indefinitely apply in the
+positive branch of the conditional: the inner while loop is not ready for
+evaluation yet. We call this rule completion process, as well as other
+similar ones, configuration abstraction. That is because the incomplete
+rule abstracts away the configuration structure, thus being easier to read.
+As seen soon when we define IMP++, configuration abstraction is not only a
+user convenience; it actually significantly increases the modularity of our
+definitions. The k-cell-completion is only the very first step, though.

+

If you really want certain rewrites over syntactic terms to apply
+anywhere they match, then you should tag the rule with the attribute
+anywhere, which was discussed in Tutorial 1, Lesson 2.5.

+

Kompile and then krun the programs that you only parsed in Lesson 1. They
+should all execute as expected. The state cell shows the final state
+of the program. The k cell shows the final code contents, which should be
+empty whenever the IMP program executes correctly.

+

Kompile also with the documentation option and take a look at the generated
+documentation. The assignment rule should particularly be of interest,
+because it contains two local rewrites.

+

In the next lesson we comment the IMP definition and conclude this tutorial.

+

Go to Lesson 5, IMP: Completing and Documenting IMP.

+

MOVIE (out of date) [09'16"]

+

Completing and Documenting IMP

+ +

We here learn no new concepts, but it is a good moment to take a break
+and contemplate what we learned so far.

+

Let us add lots of formal annotations to imp.k.

+

Once we are done with the annotations, we kompile with the documentation
+option and then take a look at the produced document. We often call these
+documents language posters. Depending on how much information you add to
+these language posters, they can serve as standalone, formal presentations
+of your languages. For example, you can print them as large posters and
+post them on the wall, or in poster sessions at conferences.

+

This completes our second tutorial. The next tutorials will teach us more
+features of the K framework, such as how to define languages with complex
+control constructs (like callcc), languages which are concurrent, and so on.

+

MOVIE (out of date) [03'45"]

+

Part 3: Defining LAMBDA++

+ +

Here you will learn how to define language constructs which abruptly change
+the execution control flow, and how to define language semantics following
+and environment/store style. Specifically, you will learn the following:

+
    +
  • How to define constructs like callcc, which allow you to take snapshots of
    +program executions and to go back in time at any moment.
  • +
  • How to define languages in an environment/store style.
  • +
  • Some basic notions about the use of closures and closure-like semantic
    +structures to save and restore execution environments.
  • +
  • Some basic intuitions about reusing existing semantics in new languages,
    +as well as some of the pitfalls in doing so.
  • +
+

Abrupt Changes of Control

+ +

Here we add call-with-current-continuation (callcc) to the definition of
+LAMBDA completed in Tutorial 1, and call the resulting language LAMBDA++.
+While doing so, we will learn how to define language constructs that
+abruptly change the execution control flow.

+

Take over the lambda.k definition from Lesson 8 in Part 1 of this Tutorial,
+which is the complete definition of the LAMBDA language, but without the
+comments.

+

callcc is a good example for studying the capabilities of a framework to
+support abrupt changes of control, because it is one of the most
+control-intensive language constructs known. Scheme is probably the first
+programming language that incorporated the callcc construct, although
+similar constructs have been recently included in many other languages in
+one form or another.

+

Here is a quick description: callcc e passes the remaining computation
+context, packaged as a function k, to e (which is expected to be a function);
+if during its evaluation e passes any value to k, then the current
+execution context is discarded and replaced by the one encoded by k and
+the value is passed to it; if e evaluates normally to some value v and
+passes nothing to k in the process, then v is returned as a result of
+callcc e and the execution continues normally. For example, we want the
+program callcc-jump.lambda:

+
(callcc (lambda k . ((k 5) + 2))) + 10
+
+

to evaluate to 15, not 17! Indeed, the computation context [] + 10 is
+passed to callcc's argument, which then sends it a 5, so the computation
+resumes to 5 + 10. On the other hand, the program callcc-not-jump.lambda

+
(callcc (lambda k . (5 + 2))) + 10
+
+

evaluates to 17.

+

If you like playing games, you can metaphorically think of callcc e as
+saving your game state in a file and passing it to your friend e.
+Then e can decide at some moment to drop everything she was doing, load
+your game and continue to play it from where you were.

+

The behavior of many popular control-changing constructs can be obtained
+using callcc. The program callcc-return.lambda shows, for example, how to
+obtain the behavior of a return statement, which exits the current execution
+context inside a function and returns a value to the caller's context:

+
letrec f x = callcc (lambda return . (
+  f (if (x <= 0) then ((return 1) / 0) else 2)
+))
+in (f -3)
+
+

This should evaluate to 1, in spite of the recursive call to f
+and of the division by zero! Note that return is nothing but a variable
+name, but one which is bound to the current continuation at the beginning of
+the function execution. As soon as 1 is passed to return, the computation
+jumps back in time to where callcc was defined! Change -3 to 3 and the
+program will loop forever.

+

callcc is quite a powerful and beautiful language construct, although one
+which is admittedly hard to give semantics to in some frameworks.
+But not in K 😃 Here is the entire K syntax and semantics of callcc:

+
syntax Exp ::= "callcc" Exp  [strict]
+syntax Val ::= cc(K)
+rule <k> (callcc V:Val => V cc(K)) ~> K </k>
+rule <k> cc(K) V ~> _ =>  V ~> K </k>
+
+

Let us first discuss the annotated syntax. We declared callcc strict,
+because its argument may not necessarily be a function yet, so it may need
+to be evaluated. As explained above, we need to encode the remaining
+computation somehow and pass it to callcc's argument. More specifically,
+since LAMBDA is call-by-value, we have to encode the remaining computation as
+a value. We do not want to simply subsort computations to Val, because there
+are computations which we do not want to be values. A simple solution to
+achieve our goal here is to introduce a new value construct, say cc (from
+current-continuation), which holds any computation.

+

Note that, inspired from SDF,
+K allows you to define the syntax of helping semantic operations, like cc,
+more compactly. Typically, we do not need a fancy syntax for such operators;
+all we need is a name, followed by open parenthesis, followed by a
+comma-separated list of arguments, followed by closed parenthesis. If this
+is the syntax that you want for a particular construct, then K allows you to
+drop all the quotes surrounding the terminals, as we did above for cc.

+

The semantic rules do exactly what the English semantics of callcc says.
+Note that here, unlike in our definition of LAMBDA in Tutorial 1, we had
+to mention the cell <k/> in our rules. This is because we need to make sure
+that we match the entire remaining computation, not only a fragment of it!
+For example, if we replace the two rules above with

+
rule (callcc V:Val => V cc(K)) ~> K
+rule cc(K) V ~> _ =>  V ~> K
+
+

then we get a callcc which is allowed to non-deterministically pick a
+prefix of the remaining computation and pass it to its argument, and then
+when invoked within its argument, a non-deterministic prefix of the new
+computation is discarded and replaced by the saved one. Wow, that would
+be quite a language! Would you like to write programs in it? 😃

+

Consequently, in K we can abruptly change the execution control flow of a
+program by simply changing the contents of the <k/> cell. This is one of
+the advantages of having an explicit representation of the execution context,
+like in K or in reduction semantics with evaluation contexts. Constructs like
+callcc are very hard and non-elegant to define in frameworks such as SOS,
+because those implicitly represent the execution context as proof context,
+and the latter cannot be easily changed.

+

Now that we know how to handle cells in configurations and use them in rules,
+in the next lesson we take a fresh look at LAMBDA and define it using
+an environment-based style, which avoids the complexity of substitution
+(e.g., having to deal with variable capture) and is closer in spirit to how
+functional languages are implemented.

+

Go to Lesson 2, LAMBDA++: Semantic (Non-Syntactic) Computation Items.

+

MOVIE (out of date) [6'28"]

+

Semantic (Non-Syntactic) Computation Items

+ +

In this lesson we start another semantic definition of LAMBDA++, which
+follows a style based on environments instead of substitution. In terms of
+K, we will learn how easy it is to add new items to the syntactic category
+of computations K, even ones which do not have a syntactic nature.

+

An environment binds variable names of interest to locations where their
+values are stored. The idea of environment-based definitions is to maintain
+a global store mapping locations to values, and then have environments
+available when we evaluate expressions telling where the variables are
+located in the store. Since LAMBDA++ is a relatively simple language, we
+only need to maintain one global environment. Following a similar style
+like in IMP, we place all cells into a top cell T:

+
configuration <T>
+                <k> $PGM:Exp </k>
+                <env> .Map </env>
+                <store> .Map </store>
+              </T>
+
+

Recall that $PGM is where the program is placed by krun after parsing. So
+the program execution starts with an empty environment and an empty store.

+

In environment-based definitions of lambda-calculi, lambda abstractions
+evaluate to so-called closures:

+
rule <k> lambda X:Id . E => closure(Rho,X,E) ...</k>
+     <env> Rho </env>
+
+

A closure is like a lambda abstraction, but it also holds the environment
+in which it was declared. This way, when invoked, a closure knows where to
+find in the store the values of all the variables that its body expression
+refers to. We will define the lookup rule shortly.

+

Therefore, unlike in the substitution-based definitions of LAMBDA and
+LAMBDA++, neither the lambda abstractions nor the identifiers are values
+anymore here, because they both evaluate further: lambda abstractions to
+closures and identifiers to their values in the store. In fact, the only
+values at this moment are the closures, and they are purely semantic entities,
+which cannot be used explicitly in programs. That's why we modified the
+original syntax of the language to include no Val syntactic category
+anymore, and that's why we need to add closures as values now; same like
+before, we add a Val syntactic category which is subsorted
+to KResult. In general, whenever you have any strictness attributes,
+your should also define some K results.

+

Invoking a closure is a bit more involved than the substitution-based
+beta-reduction: we need to switch to the closure's environment, then create a
+new, or fresh, binding for the closure's parameter to the value passed to the
+closure, then evaluate the closure's body, and then switch back to the
+caller's environment, which needs to be stored somewhere in the meanwhile.
+We can do all these with one rule:

+
rule <k> closure(Rho,X,E) V:Val => E ~> Rho' ...</k>
+     <env> Rho' => Rho[X <- !N] </env>
+     <store>... .Map => (!N:Int |-> V) ...</store>
+
+

Therefore, we atomically do all the following:

+
    +
  • switch the computation to the closure's body, E, followed by a
    +caller-environment-recovery task Rho' (note that Rho' is the
    +current environment),
  • +
  • generate a fresh location !N (the ! is important, we discuss it below),
    +bind X to !N in closure's environment and switch the current environment
    +Rho' to that one,
  • +
  • write the value passed to the closure, V, at location !N.
  • +
+

This was the most complex K rule we've seen so far in the tutorial. Note,
+however, that this one rule achieves a lot. It is, in fact, quite compact
+considering how much it does. Note also that everything that this K rule
+mentions is needed also conceptually in order to achieve this task, so it
+is minimal from that point of view. That would not be the case if we
+used, instead, a conventional rewrite rule, because we would have had to
+mention the remaining store, say Sigma, in both sides of the rule, to say
+it stays unchanged. Here we just use ....

+

The declaration of the fresh variable above, !N, is new and needs
+some explanation. First, note that !N appears only in the right-hand-side
+terms in the rule, that is, it is not matched when the rule is applied.
+Instead, a fresh Nat element is generated each time the rule is applied.
+In K, we can define syntactic categories which have the capability to
+generate fresh elements like above, using unbound variables whose name starts
+with a !. The details of how to do that are beyond the scope of this
+tutorial (see Tutorial 6). All we need to know here is that an arbitrary
+fresh element of that syntactic category is generated each time the rule
+is applied. We cannot rely on the particular name or value of the generated
+element, because that can change with the next version of the K tool, or
+even from execution to execution with the same version. All you can rely
+on is that each newly generated element is distinct from the previously
+generated elements for the same syntactic category.

+

Unlike in the substitution-based definition, we now also need a lookup rule:

+
rule <k> X => V ...</k>
+     <env>... X |-> N ...</env>
+     <store>... N |-> V ...</store>
+
+

This rule speaks for itself: replace X by the value V located in the store
+at X's location N in the current environment.

+

The only thing left to define is the auxiliary environment-recovery operation:

+

rule _:Val ~> (Rho => .) ... _ => Rho

+

When the item preceding the environment recovery task Rho in the
+computation becomes a value, replace the current environment with Rho
+and dissolve Rho from the computation.

+

Let us kompile and ... fail:

+
kompile lambda
+
+

gives a parsing error saying that V:Val does not fit there in the closure
+invocation rule. That's because Val and Exp are currently completely
+disconnected, so K rightfully complains that we want to apply a value to
+another one, because application was defined to work with expressions, not
+values. What we forgot here was to state that Exp includes Val:

+
syntax Exp ::= Val
+
+

Now everything works, but it is a good time to reflect a bit.

+

So we added closures, which are inherently semantic entities, to the syntax
+of expressions. Does that mean that we can now write LAMBDA programs with
+closures in them? Interestingly, with our current definition of LAMBDA,
+which purposely did not follow the nice organization of IMP into syntax and
+semantic modules, and with K's default parser, kast, you can. But you are
+not supposed to speculate this! In fact, if you use an external parser, that
+parser will reject programs with explicit closures. Also, if we split the
+LAMBDA definition into two modules, one called LAMBDA-SYNTAX containing
+exclusively the desired program syntax and one called LAMBDA importing the
+former and defining the syntax of the auxiliary operations and the semantics,
+then even K's default parser will reject programs using auxiliary syntactic
+constructs.

+

Indeed, when you kompile a language, say lang.k, the tool will by default
+attempt to find a module LANG-SYNTAX and generate the program parser from
+that. If it cannot find it, then it will use the module LANG instead. There
+are also ways to tell kompile precisely which syntax module you want to use
+for the program parser if you don't like the default convention.
+See kompile --help.

+

Another insightful thought to reflect upon, is the relationship between your
+language's values and other syntactic categories. It is often the case that
+values form a subset of the original language syntax, like in IMP (Part 2 of
+the tutorial), but sometimes that is not true, like in our case here. When
+that happens, in order for the semantics to be given smoothly and uniformly
+using the original syntax, you need to extend your language's original
+syntactic categories with the new values. The same holds true in other
+semantic approaches, not only in K, even in ones which are considered purely
+syntactic. As it should be clear by now, K does not enforce you to use a
+purely syntactic style in your definitions; nevertheless, K does allow you to
+develop purely syntactic definitions, like LAMBDA in Part 1 of the tutorial,
+if you prefer those.

+

krun some programs, such as those provided in Lesson 1 of the LAMBDA
+tutorial (Part 1). Note the closures, both as results in the <k/> cell,
+and as values in the store. Also, since variables are not values anymore,
+expressions that contain free variables may get stuck with one of those on
+top of their computation. See, for example, free-variable-capture.lambda,
+which gets stuck on z, because z is free, so it cannot evaluate it.
+If you want, you can go ahead and manually provide a configuration with
+z mapped to some location in the environment and that location mapped to
+some value in the store, and then you can also execute this program. The
+program omega.lambda should still loop.

+

Although we completely changed the definitional style of LAMBDA, the semantics
+of the other constructs do not need to change, as seen in the next lesson.

+

Go to Lesson 3, LAMBDA++: Reusing Existing Semantics.

+

MOVIE (out of date) [8'02"]

+

Reusing Existing Semantics

+ +

In this lesson we will learn that, in some cases, we can reuse existing
+semantics of language features without having to make any change!

+

Although the definitional style of the basic LAMBDA language changed quite
+radically in our previous lesson, compared to its original definition in
+Part 1 of the tutorial, we fortunately can reuse a large portion of the
+previous definition. For example, let us just cut-and-paste the rest of the
+definition from Lesson 7 in Part 1 of the tutorial.

+

Let us kompile and krun all the remaining programs from Part 1 of the
+tutorial. Everything should work fine, although the store contains lots of
+garbage. Garbage collection is an interesting topic, but we do not do it
+here. Nevertheless, much of this garbage is caused by the intricate use of
+the fixed-point combinator to define recursion. In a future lesson in this
+tutorial we will see that a different, environment-based definition of
+fixed-points will allocate much less memory.

+

One interesting question at this stage is: how do we know when we can reuse
+an existing semantics of a language feature? Well, I'm afraid the answer is:
+we don't. In the next lesson we will learn how reuse can fail for quite subtle
+reasons, which are impossible to detect statically (and some non-experts may
+fail to even detect them at all).

+

Go to Lesson 4, LAMBDA++: Do Not Reuse Blindly!.

+

MOVIE (out of date) [3'21"]

+

Do Not Reuse Blindly!

+ +

It may be tempting to base your decision to reuse an existing semantics of
+a language feature solely on syntactic considerations; for example, to reuse
+whenever the parser does not complain. As seen in this lesson, this could
+be quite risky.

+

Let's try (and fail) to reuse the definition of callcc from Lesson 1:

+
syntax Exp ::= "callcc" Exp  [strict]
+syntax Val ::= cc(K)
+rule <k> (callcc V:Val => V cc(K)) ~> K </k>
+rule <k> cc(K) V ~> _ =>  V ~> K </k>
+
+

The callcc examples that we tried in Lesson 1 work, so it may look it works.

+

However, the problem is that cc(K) should also include an environment,
+and that environment should also be restored when cc(K) is invoked.
+Let's try to illustrate this bug with callcc-env1.lambda

+
let x = 1 in
+  ((callcc lambda k . (let x = 2 in (k x))) + x)
+
+

where the second argument of +, x, should be bound to the top x, which
+is 1. However, since callcc does not restore the environment, that x
+should be looked up in the wrong, callcc-inner environment, so we should see
+the overall result 4.

+

Hm, we get the right result, 3 ... (Note: you may get 4, depending on
+your version of K and platform; but both 3 and 4 are possible results, as
+explained below and seen in the tests). How can we get 3? Well, recall that
++ is strict, which means that it can evaluate its arguments in any order.
+It just happened that in the execution that took place above its second
+argument was evaluated first, to 1, and then the callcc was evaluated, but
+its cc value K had already included the 1 instead of x ... In Part 4 of
+the tutorial we will see how to explore all the non-deterministic behaviors of
+a program; we could use that feature of K to debug semantics, too.
+For example, in this case, we could search for all behaviors of this program
+and we would indeed get two possible value results: 3 and 4.

+

One may think that the problem is the non-deterministic evaluation order
+of +, and thus that all we need to do is to enforce a deterministic order
+in which the arguments of + are evaluated. Let us follow this path to
+see what happens. There are two simple ways to make the evaluation order
+of +'s arguments deterministic. One is to make + seqstrict in the
+semantics, to enforce its evaluation from left-to-right. Do it and then
+run the program above again; you should get only one behavior for the
+program above, 4, which therefore shows that copying-and-pasting our old
+definition of callcc was incorrect. However, as seen shortly, that only
+fixed the problem for the particular example above, but not in general.
+Another conventional approach to enforce the desired evaluation order is to
+modify the program to enforce the left-to-right evaluation order using let
+binders, as we do in callcc-env2.lambda:

+
let x = 1 in
+  let a = callcc lambda k . (let x = 2 in (k x)) in
+    let b = x in
+      (a + b)
+
+

With your installation of K you may get the "expected" result 4 when you
+execute this program, so it may look like our non-deterministic problem is
+fixed. Unfortunately, it is not. Using the K tool to search for all the
+behaviors in the program above reveals that the final result 3 is still
+possible. Moreover, both the 3 and the 4 behaviors are possible regardless
+of whether + is declared to be seqstrict or just strict. How is that
+possible? The problem is now the non-deterministic evaluation strategy of
+the function application construct. Indeed, recall that the semantics of
+the let-in construct is defined by desugaring to lambda application:

+
rule let X = E in E' => (lambda X . E') E
+
+

With this, the program above eventually reduces to

+
(lambda a . ((lambda b . a + b) x))
+(callcc lambda k . (let x = 2 in (k x)))
+
+

in an environment where x is 1. If the first expression evaluates first,
+then it does so to a closure in which x is bound to a location holding 1,
+so when applied later on to the x inside the argument of callcc (which is
+2), it will correctly lookup x in its enclosed environment and thus the
+program will evaluate to 3. On the other hand, if the second expression
+evaluates first, then the cc value will freeze the first expression as is,
+breaking the relationship between its x and the current environment in which
+it is bound to 1, being inadvertently captured by the environment of the
+let-in construct inside the callcc and thus making the entire expression
+evaluate to 4.

+

So the morale is: Do not reuse blindly. Think!

+

In the next lesson we fix the environment-based semantics of callcc by having
+cc also wrap an environment, besides a computation. We will also give a more
+direct semantics to recursion, based on environments instead of fixed-point
+combinators.

+

Go to Lesson 5, LAMBDA++: More Semantic Computation Items.

+

MOVIE (out of date) [3'37"]

+

More Semantic Computation Items

+ +

In this lesson we see more examples of semantic (i.e., non-syntactic)
+computational items, and how useful they can be. Specifically, we fix the
+environment-based definition of callcc and give an environment-based
+definition of the mu construct for recursion.

+

Let us first fix callcc. As discussed in Lesson 4, the problem that we
+noticed there was that we only recovered the computation, but not the
+environment, when a value was passed to the current continuation. This is
+quite easy to fix: we modify cc to take both an environment and a
+computation, and its rules to take a snapshot of the current environment with
+it, and to recover it at invocation time:

+
syntax Val ::= cc(Map,K)
+rule <k> (callcc V:Val => V cc(Rho,K)) ~> K </k> <env> Rho </env>
+rule <k> cc(Rho,K) V:Val ~> _ =>  V ~> K </k> <env> _ => Rho </env>
+
+

Let us kompile and make sure it works with the callcc-env2.lambda program,
+which should evaluate to 3, not to 4.

+

Note that the cc value, which can be used as a computation item in the <k/>
+cell, is now quite semantic in nature, pretty much the same as the closures.

+

Let us next add one more closure-like semantic computational item, for mu.
+But before that, let us reuse the semantics of letrec in terms of mu that
+was defined in Lesson 8 of Part 1 of the tutorial on LAMBDA:

+
syntax Exp ::= "letrec" Id Id "=" Exp "in" Exp [macro]
+             | "mu" Id "." Exp                 [latex(\mu{#1}.{#2})]
+rule letrec F:Id X = E in E' => let F = mu F . lambda X . E in E'
+
+

We removed the binder annotation of mu, because it is not necessary
+anymore (since we do not work with substitutions anymore).

+

To save the number of locations needed to evaluate mu X . E, let us replace
+it with a special closure which already binds X to a fresh location holding
+the closure itself:

+
syntax Exp ::= muclosure(Map,Exp)
+
+rule <k> mu X . E => muclosure(Rho[X <- !N], E) ...</k>
+     <env> Rho </env>
+     <store>... .Map => (!N:Int |-> muclosure(Rho[X <- !N], E)) ...</store>
+
+

Since each time mu X . E is encountered during the evaluation it needs to
+evaluate E, we conclude that muclosure cannot be a value. We can declare
+it as either an expression or as a computation. Let's go with the former.

+

Finally, here is the rule unrolling the muclosure:

+

rule muclosure(Rho,E) => E ~> Rho' ...
+ Rho' => Rho

+

Note that the current environment Rho' needs to be saved before and
+restored after E is executed, because the fixed point may be invoked
+from a context with a completely different environment from the one
+in which mu X . E was declared.

+

We are done. Let us now kompile and krun factorial-letrec.lambda from
+Lesson 7 in Part 1 of the tutorial on LAMBDA. Recall that in the previous
+lesson this program generated a lot of garbage into the store, due to the
+need to allocate space for the arguments of all those lambda abstractions
+needed to run the fixed-point combinator. Now we need much fewer locations,
+essentially only locations for the argument of the factorial function, one at
+each recursive call. Anyway, much better than before.

+

In the next lesson we wrap up the environment definition of LAMBDA++ and
+generate its documentation.

+

Go to Lesson 6, LAMBDA++: Wrapping Up and Documenting LAMBDA++.

+

MOVIE (out of date) [5'19"]

+

Wrapping Up and Documenting LAMBDA++

+ +

In this lesson we wrap up and nicely document LAMBDA++. In doing so, we also
+take the freedom to reorganize the semantics a bit, to make it look better.

+

See the lambda.k file, which is self-explanatory.

+

Part 3 of the tutorial is now complete. Part 4 will teach you more features
+of the K framework, in particular how to exhaustively explore the behaviors
+of non-deterministic or concurrent programs.

+

MOVIE (out of date) [6'23"]

+

Part 4: Defining IMP++

+ +

IMP++ extends IMP, which was discussed in Part 2 of this tutorial, with several
+new syntactic constructs. Also, some existing syntax is generalized, which
+requires non-modular changes of the existing IMP semantics. For example,
+global variable declarations become local declarations and can occur
+anywhere a statement can occur. In this tutorial we will learn the following:

+
    +
  • That (and how) existing syntax/semantics may change as a language evolves.
  • +
  • How to refine configurations as a language evolves.
  • +
  • How to define and use fresh elements of desired sorts.
  • +
  • How to tag syntactic constructs and rules, and how to use such tags
    +with the superheat/supercool/transition options of kompile.
  • +
  • How the search option of krun works.
  • +
  • How to stream cells holding semantic lists to the standard input/output,
    +and thus obtain interactive interpreters for the defined languages.
  • +
  • How to delete, save and restore cell contents.
  • +
  • How to add/delete cells dynamically.
  • +
  • More details on how the configuration abstraction mechanism works.
  • +
+

Like in the previous tutorials, this folder contains several lessons, each
+adding new features to IMP++. Do them in order and make sure you completed
+and understood the previous tutorials.

+

Extending/Changing an Existing Language Syntax

+ +

Here we learn how to extend the syntax of an existing language, both with
+new syntactic constructs and with more general uses of existing constructs.
+The latter, in particular, requires changes of the existing semantics.

+

Consider the IMP language, as defined in Lesson 4 of Part 2 of the tutorial.

+

Let us first add the new syntactic constructs, with their precedences:

+
    +
  • variable increment, ++, which increments an integer variable and
    +evaluates to the new value;
  • +
  • read, which reads and evaluates to a new integer from the input buffer;
  • +
  • print, which takes a comma-separated list of arithmetic expressions and
    +evaluates and prints each of them in order, from left to right, to the
    +output buffer; we therefore define a new list syntactic category, AExps,
    +which we pass as an argument to print; note we do not want to declare
    +print to be strict, because we do not want to first evaluate the
    +arguments and then print them (for example, if the second argument performs
    +an illegal operation, say division by zero, we still want to print the first
    +argument); we also go ahead and add strings as arithmetic expressions,
    +because we intend print to also take strings, in order to print nice
    +messages to the user;
  • +
  • halt, which abruptly terminates the program; and
  • +
  • spawn, which takes a statement and creates a new concurrent thread
    +executing it and sharing its environment with the parent thread.
  • +
+

Also, we want to allow local variable declarations, which can appear anywhere
+a statement can appear. Their scope ranges from the place they are defined
+until the end of the current block, and they can shadow previous declarations,
+both inside and outside the current block. The simplest way to define the
+syntax of the new variable declarations is as ordinary statements, at the same
+time removing the previous Pgm syntactic category and its construct.
+Programs are now just statements.

+

We are now done with adding the new syntax and modifying the old one.
+Note that the old syntax was modified in a way which makes the previous IMP
+programs still parse, but this time as statements. Let us then modify
+the configuration variable $PGM to have the sort Stmt instead of Pgm,
+and let us try to run the old IMP programs, for example sum.imp.

+

Note that they actually get stuck with the global declaration on the top
+of their computations. This is because variable declarations are now treated
+like any statements, in particular, the sequential composition rule applies.
+This makes the old IMP rule for global variable declarations not match anymore.
+We can easily fix it by replacing the anonymous variable _, which matched
+the program's statement that now turned into the remaining computation in
+the <k/> cell, with the cell frame variable ..., which matches the
+remaining computation. Similarly, we have to change the rule for the case
+where there are no variables left to declare into one that dissolves itself.

+

We can now run all the previous IMP programs, in spite of the fact that
+our IMP++ semantics is incomplete and, more interestingly, in spite of the
+fact that our current semantics of blocks is incorrect in what regards the
+semantics of local variable declarations (note that the old IMP programs do
+not declare block-local variables, which is why they still run correctly).

+

Let us also write some proper IMP++ programs, which we would like to execute
+once we give semantics to the new constructs.

+

div.imp is a program manifesting non-deterministic behaviors due to the
+desired non-deterministic evaluation strategy of division and the fact that
+expressions will have side effects once we add variable increment. We will
+be able to see all the different behaviors of this program. Challenge: can
+you identify the behavior where the program performs a division-by-zero?

+

If we run div.imp now, it will get stuck with the variable increment
+construct on top of the computation cell. Once we give it a semantics,
+div.imp will execute completely (all the other constructs in div.imp
+already have their semantics defined as part of IMP).

+

Note that some people prefer to define all their semantics in a by need
+style, that is, they first write and parse lots of programs, and then they
+add semantics to each language construct on which any of the programs gets
+stuck, and so on and so forth until they can run all the programs.

+

io.imp is a program which exercises the input/output capabilities of the
+language: reads two integers and prints three strings and an integer.
+Note that the variable declaration is not the first statement anymore.

+

sum-io.imp is an interactive variant of the sum program.

+

spawn.imp is a program which dynamically creates two threads that interact
+with the main thread via the shared variable x. Lots of behaviors will be
+seen here once we give spawn the right semantics.

+

Finally, locals.imp tests whether variable shadowing/unshadowing works well.

+

In the next lesson we will prepare the configuration for the new constructs,
+and will see what it takes to adapt the semantics to the new configuration.
+Specifically, we will split the state cell into an environment cell and a
+store cell, like in LAMBDA++ in Part 3 of the tutorial.

+

Go to Lesson 2, IMP++: Configuration Refinement; Freshness.

+

MOVIE (out of date) [07'47"]

+

Configuration Refinement; Freshness

+ +

To prepare for the semantics of threads and local variables, in this lesson we
+split the state cell into an environment and a store. The environment and
+the store will be similar to those in the definition of LAMBDA++ in Part
+3 of the Tutorial. This configuration refinement will require us to change
+some of IMP's rules, namely those that used the state.

+

To split the state map, which binds program variables to values, into an
+environment mapping program variables to locations and a store mapping
+locations to values, we replace in the configuration declaration the cell

+
<state color="red"> .Map </state>
+
+

with two cells

+
<env color="LightSkyBlue"> .Map </env>
+<store color="red"> .Map </store>
+
+

Structurally speaking, this split of a cell into other cells is a major
+semantic change, which, unfortunately, requires us to revisit the existing
+rules that used the state cell. One could, of course, argue that we could
+have avoided this problem if we had followed from the very beginning the
+good-practice style to work with an environment and a store, instead of a
+monolithic state. While that is a valid argument, highlighting the fact that
+modularity is not only a feature of the framework alone, but one should also
+follow good practices to achieve it, it is also true that if all we wanted
+in Part 2 of the tutorial was to define IMP as is, then the split of the state
+in an environment and a store is unnecessary and not really justified.

+

The first rule which used a state cell is the lookup rule:

+
rule <k> X:Id => I ...</k> <state>... X |-> I ...</state>
+
+

We modify it as follows:

+
rule <k> X:Id => I ...</k>
+     <env>... X |-> N ...</env>
+     <store>... N |-> I ...</store>
+
+

So we first match the location N of X in the environment, then the value
+I at location N in the store, and finally we rewrite X to I into the
+computation. This rule also shows an instance of a more complex
+multiset matching, where two variables (X and N) are matched each twice.

+

The assignment rule is modified quite similarly.

+

The variable declaration rule is trickier, though, because we need to allocate
+a fresh location in the store and bind the newly declared variable to it.
+This is quite similar to the way we allocated space for variables in
+the environment-based definition of LAMBDA++ in Part 3 of the tutorial.

+
rule <k> int (X,Xs => Xs); ...</k>
+     <env> Rho => Rho[X <- !N:Int] </env>
+     <store>... .Map => !N |-> 0 ...</store>
+
+

Note the use of the fresh (!N) variable notation above. Recall from
+the LAMBDA++ tutorial that each time the rule with fresh (!) variables is
+applied, fresh elements of corresponding sorts are generated for the fresh
+variables, distinct from all the previously generated elements; also, we
+cannot and should not assume anything about the particular element that is
+being generated, except that it is different from the previous ones.

+

kompile and krun sum.imp to see how the fresh locations have been
+generated and used. There were two fresh locations needed, for the two
+variables. Note also that a cell holding the counter has been added to the
+configuration.

+

In the next lesson we will add the semantics of variable increment, and see
+how that yields non-deterministic behaviors in programs and how to explore
+those behaviors using the K tool.

+

Go to Lesson 3, IMP++: Tagging; Superheat/Supercool Kompilation Options.

+

MOVIE (out of date) [04'06"]

+

Tagging; Transition Kompilation Option

+ +

In this lesson we add the semantics of variable increment. In doing so, we
+learn how to tag syntactic constructs and rules and then use such tags to
+instruct the kompile tool to generate the desired language model that is
+amenable for exhaustive analysis.

+

The variable increment rule is self-explanatory:

+
rule <k> ++X => I +Int 1 ...</k>
+     <env>... X |-> N ...</env>
+     <store>... N |-> (I => I +Int 1) ...</store>
+
+

We can now run programs like our div.imp program introduced in Lesson 1.
+Do it.

+

The addition of increment makes the evaluation of expressions have side
+effects. That, in combination with the non-determinism allowed by the
+strictness attributes in how expression constructs evaluate their
+arguments, makes expressions in particular and programs in general have
+non-deterministic behaviors. One possible execution of the div.imp program
+assigns 1 to y's location, for example, but this program manifests several
+other behaviors, too.

+

To see all the (final-state) behaviors that a program can have, you can call
+the krun tool with the option --search. For example:

+
krun div.imp --search
+
+

Oops, we see only one solution, the same as when we ran it without search.

+

Here is what happens. krun can only explore as much of the transition
+system associated to a program as kompile allowed the generated language
+model to yield. Since most of the K users are interested in language models
+that execute efficiently, that is, in faster interpreters for the defined
+languages, by default kompile optimizes the generated language model for
+execution. In particular, it inserts no backtracking markers, which krun
+uses when called with the --search option in order to systematically generate
+the entire transition system associated to a program. This is why krun
+showed us only one solution when run with the --search option on div.imp.

+

We next explain how to tell kompile what kind of language model we are
+interested in for analysis purposes. When you experiment with non-determinism
+in a language semantics, you should keep it in mind that the --transition
+option of kompile allows you to configure what counts as a transition in
+your language model. We here only discuss transitions due to the
+non-deterministic evaluation strategies of language constructs, but we will
+see in future lectures (see Lesson 6 of IMP++, where we add concurrency) that
+we can also have transitions due to non-deterministic applications of rewrite
+rules.

+

If you want to explore the entire behavior space due to non-deterministic
+evaluation strategies, then you should include all the language constructs
+in the --transition option. This may sound like the obvious thing to
+always do, but as soon as you do it you soon realize that it is way too much
+in practice when you deal with large languages or programs. There are simply
+too many program behaviors to consider, and krun will likely hang
+on you or crush. For example, a small ten-statement program where each
+statement uses one strict expression construct already has 1000+ behaviors for
+krun to explore! Driven by practical needs of its users, the K tool
+therefore allows you to finely tune the generated language models using the
+--transition option.

+

To state which constructs are to be considered to generate transitions in the
+generated language model, and for other reasons, too, the K tool allows you to
+tag any production and any rule by putting the tag in brackets. You can associate
+multiple tags to the same construct or rule, and more than one construct or
+rule can have the same tag. As an example, let us tag the division construct
+with division, the lookup rule with lookup and the increment rule with
+increment. The tags of the rules are not needed in this lesson, we do it only
+to demonstrate that rules can also be tagged.

+

The least intrusive way to enforce our current language to explore the
+entire space of behaviors due to the strictness of division is to kompile it
+with the following option:

+
kompile imp.k --transition "division"
+
+

It is interesting to note that the lookup and increment rules are the only
+two rules which can trigger non-deterministic behaviors for division, because
+no other rule but these two can ever apply while a division operation is
+heated. Previous versions of K allowed you to also specify which rules could
+trigger non-deterministic behaviors of operator evaluation strategies,
+but that option was rarely used and is not available anymore.

+

Note that it is highly non-trivial to say precisely whether a strict language
+construct may yield non-deterministic behaviors. For example, division's
+strictness would yield no non-determinism if the language had no side effects.
+It is even harder to say so for a particular program. Consequently, our K
+implementation makes no attempt to automatically detect which operations
+should be tagged as transitions. Instead, it provides the functionality to
+let you decide it.

+

Now the command

+
krun div.imp --search
+
+

shows us all five behaviors of this program. Interestingly, one
+of the five behaviors yields a division by zero!

+

The --transition option can be quite useful when you experiment with your
+language designs or when you formally analyze programs for certain kinds of
+errors. Please let us know if you ever need more finer-grained control over
+the non-determinism of your language models.

+

Before we conclude this lesson, we'd like to let you know one trick, which
+you will hopefully not overuse: you can tag elements in your K definition with
+kompile option names, and those elements will be automatically included in
+their corresponding options. For example, if you tag the division production
+with transition then the command

+
kompile imp
+
+

is completely equivalent to the previous kompile command.

+

Please use this default behavior with caution, or even better, try to avoid
+using it! You may be tempted to add the transition tag to lots of elements
+and then forget about them; your language models will then be increasingly slower
+when you execute them and you may wonder why ... This convention is typically
+convenient when you want to quickly experiment with non-determinism and do not
+want to bother inventing tag names and calling kompile with options.

+

In the next lesson we add input/output to our language and learn how to
+generate a model of it which behaves like an interactive interpreter!

+

Go to Lesson 4, IMP++: Semantic Lists; Input/Output Streaming.

+

MOVIE (out of date) [06'56"]

+

Semantic Lists; Input/Output Streaming

+ +

In this lesson we add semantics to the read and print IMP++ constructs.
+In doing so, we also learn how to use semantic lists and how to connect
+cells holding semantic lists to the standard input and standard output.
+This allows us to turn the K semantics into an interactive interpreter.

+

We start by adding two new cells to the configuration,

+
<in color="magenta"> .List </in>
+<out color="Orchid"> .List </out>
+
+

each holding a semantic list, initially empty. Semantic lists are
+space-separated sequences of items, each item being a term of the form
+ListItem(t), where t is a term of sort K. Recall that the semantic maps,
+which we use for states, environments, stores, etc., are sets of pairs
+t1 |-> t2, where t1 and t2 are terms of sort K. The ListItem wrapper
+is currently needed, to avoid parsing ambiguities.

+

Since we want the print statement to also print strings, we need to tell
+K that strings are results. To make it more interesting, let us also overload
+the + symbol on arithmetic expressions to also take strings and, as a
+result, to concatenate them. Since + is already strict, we only need to add
+a rule reducing the IMP addition of strings to the builtin operation +String
+which concatenates two strings.

+

The semantics of read is immediate: read and consumes the first integer item
+from the <in/> cell; note that our read only reads integer values (it gets
+stuck if the first item in the <in/> cell is not an integer).

+

The semantics of print is a bit trickier. Recall that print takes an
+arbitrary number of arithmetic expression arguments, and evaluates and outputs
+each of them in order, from left to right. For example,
+print("Hello", 3/0, "Bye"); outputs "Hello" and then gets stuck on the
+illegal division by zero operation. In other words, we do not want it to
+first evaluate all its arguments and then print them, because that would miss
+outputting potentially valuable information. So the first step is to evaluate
+the first argument of print. In some sense, what we'd like to say is that
+print has the evaluation strategy strict(1). However, strictness
+attributes only work with individual language constructs, while what we need
+is an evaluation strategy that involves two constructs: print and the list
+(comma) construct of AExps. If we naively associate print the strict(1)
+evaluation strategy then its first and unique argument, an AExps list, will
+be scheduled for evaluation and the execution will get stuck because we have
+no rules for evaluating AExps terms. If we make the list construct of
+AExps strict then we get the wrong semantics for print which first
+evaluates all its arguments and then outputs them. The correct way to
+tell K that print should evaluate only its first argument is by using a
+context declaration:

+
context print(HOLE:AExp, _);
+
+

Note the HOLE of sort AExp above. Contexts allow us to define finer-grain
+evaluation strategies than the strictness attributes, involving potentially
+more than one language construct, like above. The HOLE indicates the
+argument which is requested to be evaluated. For example, the strict
+attribute of division corresponds to two contexts:

+
context HOLE / _
+context _ / HOLE
+
+

In their full generality, contexts can be any terms with precisely one
+occurrence of a HOLE, and with arbitrary side conditions on any variables
+occurring in the context term as well as on the HOLE. See Part 6 of the
+tutorial for more examples.

+

Once evaluated, the first argument of print is expected to become either an
+integer or a string. Since we want to print both integers and string values,
+to avoid writing two rules, one for each type of value, we instead add a new
+syntactic category, Printable, which is the union of integers and strings.

+

Let us kompile and krun the io.imp program discussed in Lesson 1. As
+expected, it gets stuck with a read construct on top of the computation and
+with an empty <in/> cell. To run it, we need to provide some items in the
+<in/> cell, so that the rule of read can match. Let us add

+
<in> ListItem(3) ListItem(5) ListItem(7) </in>
+
+

Now, if we krun io.imp, we can see that its execution completes normally
+(the <k/> cell is empty), that the first two items have been removed by the
+two read constructs from the <in/> cell, and that the desired strings and
+numbers have been placed into the <out/> cell.

+

Cells holding semantic lists can be connected to the standard input and
+standard output buffers, and krun knows how to handle these appropriately.
+Let us connect the <in/> cell to the standard input using the cell attribute
+stream="stdin" and the <out/> cell to the standard output with the
+attribute stream="sdtout". A cell connected to the standard input will
+take its items from the standard input and block the rewriting process when
+an input is needed until an item is available in the standard input buffer.
+A cell connected to the standard output buffer will send all its items, in
+order, to the standard output.

+

Let us kompile and krun io.imp again. It prints the message and then
+waits for your input numbers. Type in two numbers, then press <Enter>.
+A message with their sum is then printed, followed by the final configuration.
+If you do not want to see the final configuration, and thus obtain a realistic
+interpreter for our language, then call krun with the option --output none:

+
krun io.imp --output none
+
+

Let us now krun our interactive sum program, which continuously reads numbers
+from the console and prints the sum of numbers up to them:

+
krun sum-io.imp
+
+

Try a few numbers, then 0. Note that the program terminated, but with junk
+in the <k/> cell, essentially with a halt statement on its top. Of course,
+because halt has been reached and it has no semantics yet.

+

In the next lesson we give the semantics of halt and also fix the semantics
+of blocks with local variable declarations.

+

Go to Lesson 5, IMP++: Deleting, Saving and Restoring Cell Contents.

+

MOVIE (out of date) [05'21"]

+

Deleting, Saving and Restoring Cell Contents

+ +

In this lesson we will see how easily we can delete, save and/or restore
+contents of cells in order to achieve the desired semantics of language
+constructs that involve abrupt changes of control or environments. We have
+seen similar or related K features in the LAMBDA++ language in Part 3 of the
+tutorial.

+

Let us start by adding semantics to the halt statement. As its name says,
+what we want is to abruptly terminate the execution of the program. Moreover,
+we want the program configuration to look as if the program terminated
+normally, with an empty computation cell. The simplest way to achieve that is
+to simply empty the computation cell when halt is encountered:

+
rule <k> halt; ~> _ => . </k>
+
+

It is important to mention the entire <k/> cell here, with both its membranes
+closed, to make sure that its entire contents is discarded. Note the
+anonymous variable, which matches the rest of the computation.

+

kompile and krun sum-io.imp. Note that unlike in Lesson 4, the program
+terminates with an empty computation cell now.

+

As mentioned earlier, the semantics of blocks that was inherited from IMP is
+wrong. Program locals.imp shows it very clearly: the environments are not
+correctly restored at block exits. One way to fix the problem is to take
+a snapshot of the current environment when a block is entered and save it
+somewhere, and then to restore it when the block is left. There are many
+ways to do this, which you can explore on your own: for example you can add
+a new list cell for this task where to push/pop the environment snapshots in
+a stack style; or you can use the existing environment cell for this purpose,
+but then you need to change the variable access rules to search through the
+stacked environments for the variable.

+

My preferred solution is to follow a style similar to how we saved/restored
+LAMBDA++ environments in Part 3 of the Tutorial, namely to use the already
+existing <k/> cell for such operations. More specifically, we place a
+reminder item in the computation whenever we need to take a snapshot of
+some cell contents; the item simply consists of the entire contents of the cell.
+Then, when the reminder item is reached, we restore the contents of the cell:

+
rule <k> {S} => S ~> Rho ...</k> <env> Rho </env>
+
+

The only thing left now is to give the definition of environment restore:

+
rule <k> Rho => . ...</k> <env> _ => Rho </env>
+
+

Done. kompile and krun locals.imp. Everything should work correctly now.
+Note that the rule above is different from the one we had for LAMBDA++ in
+Part 3 of the tutorial, in that here there is no value preceding the environment
+restoration item in the computation; that's because IMP++ statements,
+unlike LAMBDA++'s expressions, evaluate to nothing (.).

+

In the next lesson we will give semantics to the spawn S construct, which
+dynamically creates a concurrent shared-memory thread executing statement S.

+

Go to Lesson 6, IMP++: Adding/Deleting Cells Dynamically; Configuration Abstraction, Part 2.

+

MOVIE (out of date) [04'30"]

+

Adding/Deleting Cells Dynamically; Configuration Abstraction, Part 2

+ +

In this lesson we add dynamic thread creation and termination to IMP, and
+while doing so we learn how to define and use configurations whose structure
+can evolve dynamically.

+

Recall that the intended semantics of spawn S is to spawn a new concurrent
+thread that executes S. The new thread is being passed at creation time
+its parent's environment, so it can share with its parent the memory
+locations that its parent had access to at creation time. No other locations
+can be shared, and no other memory sharing mechanism is available.
+The parent and the child threads can evolve unrestricted, in particular they
+can change their environments by declaring new variables or shadowing existing
+ones, can create other threads, and so on.

+

The above suggests that each thread should have its own computation and its
+own environment. This can be elegantly achieved if we group the <k/> and
+<env/> cells in a <thread/> cell in the configuration. Since at any given
+moment during the execution of a program there could be zero, one or more
+instances of such a <thread/> cell in the configuration, it is a good idea
+to declare the <thread/> cell with multiplicity * (i.e., zero, one or more):

+
<thread multiplicity="*" color="blue">
+  <k color="green"> $PGM:Stmt </k>
+  <env color="LightSkyBlue"> .Map </env>
+</thread>
+
+

This multiplicity declaration is not necessary, but it is a good idea to do
+it for several reasons:

+
    +
  1. it may help the configuration abstraction process,
    +which may in turn significantly increase the compactness and modularity of
    +your subsequent rules;
  2. +
  3. it may help various analysis and execution tools,
    +for example static analyzers to give you error messages when you create cells
    +where you should not, or K compilers to improve performance by starting
    +actual concurrent hardware threads or processes corresponding to each cell
    +instance; and
  4. +
  5. it may help you better understand and control the dynamics
    +of your configuration, and thus your overall semantics.
  6. +
+

For good encapsulation, I also prefer to put all thread cells into one cell,
+<threads/>. This is technically unnecessary, though; to convince yourself
+that this is indeed the case, you can remove this cell once we are done with
+the semantics and everything will work without having to make any changes.

+

Before we continue, let us kompile an krun some programs that used to
+work, say sum-io.imp. In spite of the relatively radical configuration
+reorganization, those programs execute just fine! How is that possible?
+In particular, why do rules like the lookup and assignment still work,
+unchanged, in spite of the fact that the <k/> and <env/> cells are not at
+the same level with the <store/> cell in the configuration anymore?

+

Welcome to configuration abstraction, part 2. Recall that the role of
+configuration abstraction is to allow you to only write the relevant
+information in each rule, and have the compiler fill-in the obvious and boring
+details. According to the configuration that we declared for our new
+language, there is only one reasonable way to complete rules like the lookup,
+namely to place the <k/> and </env> cells inside a <thread/> cell,
+inside a <threads/> cell:

+
rule <threads>...
+       <thread>...
+         <k> X:Id => I ...</k>
+         <env>... X |-> N ...</env>
+       ...</thread>
+     ...<threads/>
+     <store>... N |-> I ...</store>  [lookup]
+
+

This is the most direct, compact and local way to complete the configuration
+context of the lookup rule. If for some reason you wanted here to match the
+<k/> cell of one thread and the <env/> cell of another thread, then you
+would need to explicitly tell K so, by mentioning the two thread cells,
+for example:

+
rule <thread>...
+         <k> X:Id => I ...</k>
+     ...</thread>
+     <thread>...
+         <env>... X |-> N ...</env>
+     ...</thread>
+     <store>... N |-> I ...</store>  [lookup]
+
+

By default, K completes rules in a greedy style. Think this way: what is the
+minimal number of changes to my rule to make it fit the declared
+configuration? That's what the K tool will do.

+

Configuration abstraction is technically unnecessary, but once you start
+using it and get a feel for how it works, it will become your best friend.
+It allows you to focus on the essentials of your semantics, and at the same
+time gives you flexibility in changing the configuration later on without
+having to touch the rules. For example, it allows you to remove the
+<threads/> cell from the configuration, if you don't like it, without
+having to touch any rule.

+

We are now ready to give the semantics of spawn:

+
rule <k> spawn S => . ...</k> <env> Rho </env>
+     (. => <thread>... <k> S </k> <env> Rho </env> ...</thread>)
+
+

Note configuration abstraction at work, again. Taking into account
+the declared configuration, and in particular the multiplicity information
+* in the <thread/> cell, the only reasonable way to complete the rule
+above is to wrap the <k/> and <env/> cells on the first line within a
+<thread/> cell, and to fill-in the ...s in the child thread with the
+default contents of the other subcells in <thread/>. In this case there
+are no other cells, so we can get rid of those ...s, but that would
+decrease the modularity of this rule: indeed, we may later on add other
+cells within <thread/> as the language evolves, for example a function
+or an exception stack, etc.

+

In theory, we should be able to write the rule above even more compactly
+and modularly, namely as

+
rule <k> spawn S => . ...</k> <env> Rho </env>
+     (. => <k> S </k> <env> Rho </env>)
+
+

Unfortunately, this currently does not work in the K tool, due to some
+known limitations of our current configuration abstraction algorithm.
+This latter rule would be more modular, because it would not even depend
+on the cell name thread. For example, we may later decide to change
+thread into agent, and we would not have to touch this rule.
+We hope this current limitation will be eliminated soon.

+

Once a thread terminates, its computation cell becomes empty. When that
+happens, we can go ahead and remove the useless thread cell:

+
rule <thread>... <k> . </k> ...</thread> => .
+
+

Let's see what we've got. kompile and krun spawn.imp.
+Note the following:

+
    +
  • The <threads/> cell is empty, so all threads terminated normally;
  • +
  • The value printed is different from the value in the store; the store value
    +is not even the one obtained if the threads executed sequentially.
  • +
+

Therefore, interesting behaviors may happen; we would like to see them all!

+

Based on prior experience with krun's search option, we would hope that

+
krun spawn.imp --search
+
+

shows all the behaviors. However, the above does not work, for two reasons.

+

First, spawn.imp is an interactive program, which reads a number from the
+standard input. When analyzing programs exhaustively using the search option,
+krun has to disable the streaming capabilities (just think about it and you
+will realize why). The best you can do in terms of interactivity with search
+is to pipe some input to krun: krun will flush the standard input buffer
+into the cells connected to it when creating the initial configuration (will
+do that no matter whether you run it with or without the --search option).
+For example:

+
echo 23 | krun spawn.imp --search
+
+

puts 23 in the standard input buffer, which is then transferred in the
+<in/> cell as a list item, and then the exhaustive search procedure is
+invoked.

+

Second, even after piping some input, the spawn.imp program still manifests
+only one behavior, which does not seem right. There should be many more.

+

As explained in Lesson 3, by default kompile optimizes the generated
+language model for execution. In particular, it does not insert any
+backtracking markers where transition attempts should be made, so krun
+lacks the information it needs to exhaustively search the generated language
+model. Like we did in Lesson 3 with the language constructs, we also have
+to explicitly tell kompile which rules should be considered as actual
+transitions. A theoretically correct but practically unfeasible approach
+to search all possible behaviors is to consider all rules as transitions.
+Even more than with the non-deterministic strictness of language constructs
+in Lesson 3, such a naive solution would make the number of behaviors, and
+thus krun, explode. Remember that a two-thread program with 150 statements
+each manifests more behaviors than particles in the known universe!
+Consequently, unless your multi-threaded programs are very small, you will
+most likely want to control which rules should be considered transitions and
+which should not.

+

A good rule of thumb is to include as transitions only those rules which
+compete for behaviors. That is, those rules which may yield a different
+behavior if we choose to apply them when other rules match as well.
+The rule for addition, for example, is a clear example of a rule which
+should not be a transition: indeed, 3+7 will rewrite to 10 now and also
+later. On the other hand, the lookup rule should be a transition. Indeed,
+if we delay the lookup of variable x, then other threads may write x in the
+meanwhile (with an increment or an assignment rule) and thus yield a
+different behavior.

+

Let us discuss and tag those rules which should be transitions: lookup and
+increment need to be transitions and we already tagged them in Lesson 3;
+the read rule needs to also be a transition, because it may complete with
+other instances of itself in other threads; assignment needs to also be a
+transition, and so should be the first rule for print.

+

Let us now kompile with the transition option set as desired:

+
kompile imp --transition "lookup increment assignment read print"
+
+

Now echo 23 | krun spawn.imp --search gives us all 12 behaviors of the
+spawn.imp program.

+

Like for non-deterministically strict operations which can be tagged as
+transitions, it is highly non-trivial to say precisely which rules need
+to be transitions. So krun makes no attempt to automatically detect it.
+Instead, it provides the functionality to let you decide it.

+

We currently have no mechanism for thread synchronization. In the next lesson
+we add a join statement, which allows a thread to wait until another completes.

+

Go to Lesson 7, IMP++: Everything Changes: Syntax, Configuration, Semantics.

+

MOVIE (out of date) [11'40"]

+

Everything Changes: Syntax, Configuration, Semantics

+ +

In this lesson we add thread joining, one of the simplest thread
+synchronization mechanisms. In doing so, we need to add unique ids
+to threads in the configuration, and to modify the syntax to allow spawn
+to return the id of the newly created thread. This gives us an opportunity
+to make several other small syntactic and semantics changes to the language,
+which make it more powerful or more compact at a rather low cost.

+

Before we start, let us first copy and modify the previous spawn.imp program
+from Lesson 1 to make use of thread joining. Recall from Lesson 6 that in some
+runs of this program the main thread completed before the child threads,
+printing a possibly undesired value of x. What we want now is to assign
+unique ids to the two spawned threads, and then to modify the main thread to
+join the two child threads before printing. To avoid adding a new type to
+the language, let's assume that thread ids are integer numbers. So we declare
+two integers, t1 and t2, and assign them the two spawn commands. In order
+for this to parse, we will have to change the syntax of spawn to be an
+arithmetic expression construct instead of a statement. Once we do that,
+we have a slight syntactic annoyance: we need to put two consecutive ;
+after the spawn assignment, one for the assignment statement inside the spawn,
+and another for the outer assignment. To avoid the two consecutive semicolons,
+we can syntactically enforce spawn to take a block as argument, instead of a
+statement. Now it looks better. The new spawn.imp program is still
+non-deterministic, because the two threads can execute in any order and even
+continue to have a data-race on the shared variable x, but we should see fewer
+behaviors when we use the join statements. If we want to fully synchronize
+this program, we can have the second thread start with a join(t1) statement.
+Then we should only see one behavior for this program.

+

Let us now modify the language semantics. First, we move the spawn
+construct from statements to expressions, and make it take a block.
+Second, we add one more sub-cell to the thread cell in the configuration,
+<id/>, to hold the unique identifier of the thread. We want the main
+thread to have id 0, so we initialize this cell with 0. Third, we modify
+the spawn rule to generate a fresh integer identifier, which is put in the
+<id/> cell of the child thread and returned as a result of spawn in the
+parent thread. Fourth, let us add the join statement to the language,
+both syntactically and semantically. So in order for the join(T) statement
+to execute, thread T must have its computation empty. However, in order
+for this to work we have to get rid of the thread termination cleanup rule.
+Indeed, we need to store somewhere the information that thread T terminated;
+the simplest way to do it is to not remove the terminated threads. Feel free
+to experiment with other possibilities, too, here. For example, you may add
+another cell, <done/>, in which you can store all the thread ids of the
+terminated and garbage-collected threads.

+

Let us now kompile imp.k and convince ourselves that the new spawn.imp
+with join statements indeed has fewer behaviors than its variant without
+join statements. Also, let us convince ourselves that the fully synchronized
+variant of it indeed has only one behavior.

+

Note that now spawn, like variable increment, makes the evaluation of
+expressions to have side effects. Many programming languages in fact allow
+expressions to be evaluated only for their side effects, and not for their
+value. This is typically done by simply adding a ; after the expression
+and thus turning it into a statement. For example, ++x;. Let as also
+allow arithmetic expressions in our language to be used as statements, by
+simply adding the production AExp ";" to Stmt, with evaluation strategy
+strict and with the expected semantics discarding the value of the AExp.

+

Another simple change in syntax and semantics which gives our language more
+power, is to remove the ; from the syntax of variable assignments and to make
+them expression instead of statement constructs. This change, combined with
+the previous one, will still allow us to parse all the programs that we could
+parse before, but will also allow us to parse more programs. For example, we
+can now do sequence assignments like in C: x = y = z = 0. The semantics
+of assignment now has to return the assigned value also to the computation,
+because we want the assignment expression to evaluate to the assigned value.

+

Let us also make another change, but this time one which only makes the
+definition more compact. Instead of defining statement sequential
+composition as a binary construct for statements, let us define a new
+syntactic construct, Stmts, as whitespace-separated lists of Stmt. This
+allows us to get rid of the empty blocks, because we can change the syntax of
+blocks to {Stmts} and Stmts also allows the empty sequence of statements.
+However, we do have to make sure that .Stmts dissolves.

+

In general, unless you are defining a well-established programming language,
+it is quite likely that your definitions will suffer lots of changes like the
+ones seen in this lecture. You add a new construct, which suggests changes
+in the existing syntax making in fact your language parse more programs,
+which then requires corresponding changes in the semantics, and so on.
+Also, compact definitions are desirable in general, because they are easier
+to read and easier to change if needed later.

+

In the next lesson we wrap up and document the definition of IMP++.

+

Go to Lesson 8, IMP++: Wrapping up Larger Languages.

+

Wrapping up Larger Languages

+ +

In this lesson we wrap up IMP++'s semantics and also generate its poster.
+While doing so, we also learn how to display larger configurations in order
+to make them easier to read and print.

+

Note that we rearrange a bit the semantics, to group the semantics of old
+IMP's constructs together, and separate it from the new IMP++'s semantics.

+

There is a detailed discussion at the end of the document about the
+--transition option of kompile, because that is important and we want
+the poster to include everything we learned in this part of the tutorial.

+

You can go even further and manually edit the generated Latex document.
+You typically want to do that when you want to publish your language
+definition, or parts of it, and you need to finely tune it to fit the
+editing requirements. For example, you may want to insert some negative
+spaces, etc.

+

Part 4 of the tutorial is now complete. At this moment you should know most
+of K framework's features and how to use the K tool. You can now define or
+design your own programming languages, and then execute and analyze programs.

+

MOVIE (out of date) [06'26"]

+

Part 5: Defining Type Systems

+ +

In this part of the tutorial we will show that defining type systems for
+languages is essentially no different from defining semantics. The major
+difference is that programs and fragments of programs now rewrite to their
+types, instead of to concrete values. In terms of K, we will learn how
+to use it for a certain particular but important kind of applications.

+

Imperative, Environment-Based Type Systems

+ +

In this lesson you learn how to define a type system for an imperative
+language (the IMP++ language defined in Part 4 of the tutorial), using a style
+based on type environments.

+

Let us copy the imp.k file from Part 4 of the tutorial, Lesson 7, which holds
+the semantics of IMP++, and modify it into a type system. The resulting type
+system, when executed, yields a type checker.

+

We start by defining the new strictness attributes of the IMP++ syntax.
+While doing so, remember that programs and fragments of programs now reduce
+to their types. So types will be the new results of our new (type) semantics.
+We also clean up the semantics by removing the unnecessary tags, and also
+use strict instead of seqstrict wherever possible, because strict gives
+implementations more freedom. Interestingly, note that spawn is strict now,
+because the code of the child thread should type in the current parent's type
+environment. Note that this is not always the case for threads, see for example
+SIMPLE in the languages tutorial, but it works here for our simpler IMP++.

+

From a typing perspective, the && construct is strict in both its arguments;
+its short-circuit (concrete) semantics is irrelevant for its (static) type
+system. Similarly, both the conditional and the while loop are strict
+constructs when regarded through the typing lenses.

+

Finally, the sequential composition is now sequentially strict! Indeed,
+statements are now going to reduce to their type, stmt, and it is critical
+for sequential composition to type its argument statements left-to-right;
+for example, imagine that the second argument is a variable declaration (whose
+type semantics will modify the type environment).

+

We continue by defining the new results of computations, that is, the actual
+types. In this simple imperative language, we only have a few constant types:
+int, bool, string, block and stmt.

+

We next define the new configuration, which is actually quite simple. Besides
+the <k/> cell, all we need is a type environment cell, <tenv/>, which will
+hold a map from identifiers to their types. A type environment is therefore
+like a state in the abstract domain of type values.

+

Let us next modify the semantic rules, turning them into a type system. In
+short, the idea is to reduce the basic values to their types, and then have a
+rule for each language construct reducing it to its result type whenever its
+arguments have the expected types.

+

We write the rules in the order given by the syntax declarations, to make
+sure we do not forget any construct.

+

Integers reduce to their type, int.

+

So do the strings.

+

Variables are now looked up in the type environment and reduced to their type
+there. Since we only declare integer variables in IMP++, their type in tenv
+will always be int. Nevertheless, we write the rule generically, so that we
+would not have to change it later if we add other type declarations to IMP++.
+Note that we reject programs which lookup undeclared variables. Rejection,
+in this case, means rewriting getting stuck.

+

Variable increment types to int, provided the variable has type int.

+

Read types to int, because we only allow integer input.

+

Division is only allowed on integers, so it rewrites to int provided that its
+arguments rewrite to int. Note, however, that in order to write int / int,
+we have to explicitly add int to the syntax of arithmetic expressions.
+Otherwise, the K parser rightfully complains, because / was declared on
+arithmetic expressions, not on types. One simple and generic way to allow
+types to appear anywhere, is to define Type as a syntactic subcategory of all
+the other syntactic categories. Let's do it on a by-need basis, though.

+

Addition is overloaded, so we add two typing rules for it: one for integers
+and another for strings.

+

As discussed, spawn types to stmt provided that its argument types to
+block.

+

The assignment construct was strict(2); its typing policy is that the declared
+type of X should be identical to the type of the assigned value. Like for
+lookup, we define this rule more generically than needed for IMP++, for any
+type, not only for int.

+

The typing rules for Boolean expression constructs are in the same spirit.
+Note that we need only one rule for &&.

+

The typing of blocks is a bit trickier. First, note that we still need to
+recover the environment after the block is typed, because we do not want the
+block-local variables to be visible in the outer type environment. We recover
+the type environment only after the block-enclosed statements type; moreover,
+we also opportunistically yield a block type on the computation when we
+discard the type environment recovery item. To account for the fact that the
+block-enclosed statement can itself be a block (e.g., {{S}}), we would need an
+additional rule. Since we do not like repetition, we instead group the types
+block and stmt into one syntactic category, BlockOrStmtType, and now we
+can have only one rule. We also include BlockOrStmtType in Type, as a
+replacement for the two basic types.

+

The expression statement types as expected. Recall that we only allow
+arithmetic expressions, which type to int, to be used as statements in IMP++.

+

The conditional was declared strict in all its arguments. Its typing policy
+is that its first argument types to bool and its two branches to block.
+If that is the case, then it yields a stmt type.

+

For while, its first argument should type to bool and its second to block.

+

Variable declarations add new bindings to the type environment. Recall that
+we can only declare variables of integer type in IMP++.

+

The typing policy of print is that it can only print integer or string values,
+and in that case it types to stmt. Like for BlockOrStmtType, to avoid
+having two similar rules, one for int and another for string, we prefer to
+introduce an additional syntactic category, PrintableType, which includes both
+int and string types.

+

halt types to stmt; so its subsequent code is also typed.

+

join types to stmt, provided that its argument types to int.

+

Sequential composition was declared as a whitespace-separated sequentially
+strict list. Its typing policy is that all the statements in the list should
+type to stmt or block in order for the list to type to stmt. Since
+lists are maintained internally as cons-lists, this is probably the simplest
+way to do it:

+
rule .Stmts => stmt
+rule _:BlockOrStmtType Ss => Ss
+
+

Note that the first rule, which types the empty sequence of statements to stmt,
+is needed anyway, to type empty blocks {} (together with the block rule).

+

kompile imp.k and krun all the programs in Part 4 of the tutorial. They
+should all type to stmt.

+

In the next lesson we will define a substitution-based type system for LAMBDA.

+

Go to Lesson 2, Type Systems: Substitution-Based Higher-Order Type Systems.

+

MOVIE (out of date) [10'11"]

+

Substitution-Based Higher-Order Type Systems

+ +

In this lesson you learn how to define a substitution-based type system for
+a higher-order language, namely the LAMBDA language defined in Part 1 of the
+tutorial.

+

Let us copy the definition of LAMBDA from Part 1 of the tutorial, Lesson 8.
+We are going to modify it into a type systems for LAMBDA.

+

Before we start, it is important to clarify an important detail, namely that
+our type system will yield a type checker when executed, not a type
+inferencer. In particular, we are going to change the LAMBDA syntax
+to allow us to associate a type to each declared variable. The
+constructs which declare variables are lambda, let, letrec and mu.
+The syntax of all these will therefore change.

+

Since here we are not interested in a LAMBDA semantics anymore, we take the
+freedom to eliminate the Val syntactic category, our previous results.
+Our new results are going to be the types, because programs will now reduce
+to their types.

+

As explained, the syntax of the lambda construct needs to change, to also
+declare the type of the variable that it binds. We add the new syntactic
+category Type, with the following constructs: int, bool, the function
+type (which gives it its higher-order status), and parentheses as bracket.
+Also, we make types our K results.

+

We are now ready to define the typing rules.

+

Let us start with the typing rule for lambda abstraction: lambda X : T . E
+types to the function type T -> T', where T' is the type obtained by further
+typing E[T/X]. This can be elegantly achieved by reducing the lambda
+abstraction to T -> E[T/X], provided that we extend the function type construct
+to take expressions, not only types, as arguments, and to be strict.
+This can be easily achieved by redeclaring it as a strict expression construct
+(strictness in the second argument would suffice in this example, but it is
+more uniform to define it strict overall).

+

The typing rule for application is as simple as it can get: (T1->T2) T1 => T2.

+

Let us now give the typing rules of arithmetic and Boolean expression
+constructs. First, let us get rid of Val. Second, rewrite each value to its
+type, similarly to the type system for IMP++ in the previous lesson. Third,
+replace each semantic rule by its typing rule. Fourth, make sure you
+do not forget to subsort Type to Exp, so your rules above will parse.

+

The typing policy of the conditional statement is that its first argument
+should type to bool and its other two arguments should type to the same type
+T, which will also be the result type of the conditional. So we make the
+conditional construct strict in all its three arguments and we write the
+obvious rule: if bool then T:Type else T => T. We want a runtime check that
+the latter arguments are actually typed, so we write T:Type.

+

There is nothing special about let, except that we have to make sure we
+change its syntax to account for the type of the variable that it binds.
+This rule is a macro, so the let is desugared statically.

+

Similarly, the syntax of letrec and mu needs to change to account for the
+type of the variable that they bind. The typing of letrec remains based on
+its desugaring to mu; we have to make sure the types are also included now.

+

The typing policy of mu is that its body should type to the same type T of
+its variable, which is also the type of the entire mu expression. This can
+be elegantly achieved by rewriting it to (T -> T) E[T/X]. Recall that
+application is strict, so E[T/X] will be eventually reduced to its type.
+Then the application types correctly only if that type is also T, and in
+that case the result type will also be T.

+

kompile and krun some programs. You can, for example, take the LAMBDA
+programs from the first tutorial, modify them by adding types to their
+variable declarations, and then type check them using krun.

+

In the next lesson we will discuss an environment-based type system
+for LAMBDA.

+

Go to Lesson 3, Type Systems: Environment-Based Higher-Order Type Systems.

+

MOVIE (out of date) [6'52"]

+

Environment-Based Higher-Order Type Systems

+ +

In this lesson you learn how to define an environment-based type system for
+a higher-order language, namely the LAMBDA language defined in Part 1 of the
+tutorial.

+

The simplest and fastest way to proceed is to copy the substitution-based
+type system of LAMBDA from the previous lesson and modify it into an
+environment-based one. A large portion of the substitution-based definition
+will remain unchanged. We only have to modify the rules that use
+substitution.

+

We do not need the substitution anymore, so we can remove the require and
+import statements. The syntax of types and expressions stays unchanged, but
+we can now remove the binder tag of lambda.

+

Like in the type system of IMP++ in Lesson 1, we need a configuration that
+contains, besides the <k/> cell, a <tenv/> cell that will hold the type
+environment.

+

In an environment-based definition, unlike in a substitution-based one, we
+need to lookup variables in the environment. So let us start with the
+type lookup rule:

+
rule <k> X:Id => T ...</k> <tenv>... X |-> T ...</k>
+
+

The type environment is populated by the semantic rule of lambda:

+
rule <k> lambda X : T . E => (T -> E) ~> Rho ...</k>
+     <tenv> Rho => Rho[X <- T] </tenv>
+
+

So X is bound to its type T in the type environment, and then T -> E
+is scheduled for processing. Recall that the arrow type construct has been
+extended into a strict expression construct, so E will be eventually reduced
+to its type. Like in other environment-based definitions, we need to make
+sure that we recover the type environment after the computation in the scope
+of the declared variable terminates.

+

The typing rule of application does not change, so it stays as elegant as it
+was in the substitution-based definition:

+
rule (T1 -> T2) T1 => T2
+
+

So do the rules for arithmetic and Boolean constructs, and those for the
+if, and let, and letrec.

+

The mu rule needs to change, because it was previously defined using
+substitution. We modify it in the same spirit as we modified the lambda
+rule: bind X to its type in the environment, schedule its body for typing
+in its right context, and then recover the type environment.

+

Finally, we give the semantics of environment recovery, making sure
+the environment is recovered only after the preceding computation is
+reduced to a type:

+

rule _:Type ~> (Rho => .) ... _ => Rho

+

The changes that we applied to the substitution-based definition were
+therefore quite systematic: each substitution invocation was replaced with
+an appropriate type environment update/recovery.

+

Go to Lesson 4, Type Systems: A Naive Substitution-Based Type Inferencer.

+

A Naive Substitution-Based Type Inferencer

+ +

In this lesson you learn how to define a naive substitution-based type
+inferencer for a higher-order language, namely the LAMBDA language
+defined in Part 1 of the tutorial.

+

Unlike in the type checker defined in Lessons 2 and 3, where we had to
+associate a type with each declared variable, a type inferencer
+attempts to infer the types of all the variables from the way those
+variables are used. Let us take a look at this program, say plus.lambda:

+
lambda x . lambda y . x + y
+
+

Since x and y are used in an integer addition context, we can infer
+that they must have the type int and the result of the addition is
+also an int, so the type of the entire expression is int -> int -> int.
+Similarly, the program if.lambda

+
lambda x . lambda y . lambda z .
+  if x then y else z
+
+

can only make sense when x has type bool and y and z have the same
+type, say t, in which case the type of the entire expression is
+bool -> t -> t -> t. Since the type t can be anything, we say that
+the type of this expression is polymorphic. That means that the code
+above can be used in different contexts, where t can be an int, a
+bool, a function type int -> int, and so on.

+

In the identity.lambda program

+
let f = lambda x . x
+in f 1
+
+

f has such a polymorphic type, which is then applied to an integer,
+so this program is type-safe and its type is int.

+

A typical polymorphic expression is the composition

+
lambda f . lambda g . lambda x .
+  g (f x)
+
+

which has the type (t1 -> t2) -> (t2 -> t3) -> (t1 -> t3), polymorphic
+in 3 types.

+

Let us now define our naive type inferencer and then we discuss more
+examples. The idea is quite simple: we conceptually do the same
+operations like we did within the type checker defined in Lesson 2,
+with two important differences:

+
    +
  1. instead of declaring a type with each declared variable, we assume
    +a fresh type for that variable; and
  2. +
  3. instead of checking that the types of expressions satisfy the
    +type properties of the context in which they are used, we impose
    +those properties as type equality constraints. A general-purpose
    +unification-based constraint solving mechanism is then used to solve
    +the generated type constraints.
  4. +
+

Let us start with the syntax, which is essentially identical to that
+of the type checker in Lesson 2, except that bound variables are not
+declared a type anymore. Also, to keep things more compact, we put
+all the Exp syntax declarations in one syntax declaration this time.

+

Before we modify the rules, let us first define our machinery for
+adding and solving constraints. First, we require and import the
+unification procedure. We do not discuss unification here, but if you
+are interested you can consult the unification.k files under
+k-distribution/include/kframework/builtin, which contains our current generic
+definition of unification, which is written also in K. The generic unification
+provides a sort, Mgu, for most-general-unifier, an operation
+updateMgu(Mgu,T1,T2) which updates Mgu with additional constraints
+generated by forcing the terms T1 and T2 to be equal, and an operation
+applyMgu(Mgu,T) which applies Mgu to term T. For our use
+of unification here, we do not even need to know how Mgu terms are
+represented internally.

+

We define a K item construct, =, which takes two Type terms and
+enforces them to be equal by means of updating the current Mgu.
+Once the constraints are added to the Mgu, the equality dissolves
+itself. With this semantics of = in mind, we can now go ahead and
+modify the rules of the type checker systematically into rules
+for a type inferencer. The changes are self-explanatory and
+mechanical: for example, the rule

+
rule int * int => int
+
+

changes into rule

+
rule T1:Type  * T2:Type => T1 = int ~> T2 = int ~> int
+
+

generating the constraints that the two arguments of multiplication
+have the type int, and the result type is int. Recall that each type
+equality on the <k/> cell updates the current Mgu appropriately and
+then dissolves itself; thus, the above says that after imposing the
+constraints T1=int and T2=int, multiplication yields a type int.

+

As mentioned above, since types of variables are not declared anymore,
+but inferred, we have to generate a fresh type for each variable at its
+declaration time, and then generate appropriately constraints for it.
+For example, the type semantics of lambda and mu become:

+
rule lambda X . E => T -> E[T/X]  when fresh(T:Type)
+rule mu X . E => (T -> T) E[T/X]  when fresh(T:Type)
+
+

that is, we add a condition stating that the previously declared type
+is now a fresh one. This type will be further constrained by how the
+variable X is being used within E.

+

Interestingly, the previous typing rule for lambda application is not
+powerful enough anymore. Indeed, since types are not given anymore,
+it may very well be the case that the inferred type of the first
+argument of the application construct is not yet a function type
+(remember, for example, the program composition.lambda above). What
+we have to do is to enforce it to be a function type, by means of
+fresh types and constraints. We can introduce a fresh type for the
+result of the application, and then write the expected rule as
+follows:

+
rule T1:Type T2:Type => T1 = (T2 -> T) ~> T  when fresh(T:Type)
+
+

The conditional requires that its first argument is a bool and its
+second and third arguments have the same type, which is also the
+result type.

+

The macros do not change, in particular let is desugared into lambda
+application. We will next see that this is a significant restriction,
+because it limits the polymorphism of our type system.

+

We are done. We have a working type inferencer for LAMBDA.

+

Let's kompile it and krun the programs above. They all work as
+expected. Let us also try some additional programs, to push it to its
+limits.

+

First, let us test mu by means of a letrec example:

+
letrec f x = 3
+in f
+
+

We can also try all the programs that we had in our first tutorial, on
+lambda, for example the factorial.imp program:

+
letrec f x = if x <= 1 then 1 else (x * (f (x + -1)))
+in (f 10)
+
+

Those programs are simple enough that they should all work as
+expected with our naive type inferencer here.

+

Let us next try to type some tricky programs, which involve more
+complex and indirect type constraints.

+

tricky-1.lambda:

+
lambda f . lambda x . lambda y . (
+  (f x y) + x + (let x = y in x)
+)
+
+

tricky-2.lambda:

+
lambda x .
+  let f = lambda y . if true then y else x
+  in (lambda x . f 0)
+
+

tricky-3.lambda:

+
lambda x . let f = lambda y . if true then x 7 else x y
+           in f
+
+

tricky-4.lambda:

+
lambda x . let f = lambda x . x
+           in let d = (f x) + 1
+              in x
+
+

tricky-5.lambda:

+
lambda x . let f = lambda y . x y
+           in let z = x 0 in f
+
+

It is now time to see the limitations of this naive type inferencer.
+Consider the program

+
let id = lambda x . x
+in if (id true) then (id 1) else (id 2)
+
+

Our type inferencer fails graciously with a clash in the <mgu/> cell
+between int and bool. Indeed, the desugaring macro of let turns it
+into a lambda and an application, which further enforce id to have a
+type of the form t -> t for some fresh type t. The first use of id
+in the condition of if will then constrain t to be bool, while the
+other uses in the two branches will enforce t to be int. Thus the
+clash in the <mgu/> cell.

+

Similarly, the program

+
let id = lambda x . x
+in id id
+
+

yields a different kind of conflict: if id has type t -> t, in order
+to apply id to itself it must be the case that its argument, t, equals
+t -> t. These two type terms cannot be unified because there is a
+circular dependence on t, so we get a cycle in the <mgu/> cell.

+

Both limitations above will be solved when we change the semantics of
+let later on, to account for the desired polymorphism.

+

Before we conclude this lesson, let us see one more interesting
+example, where the lack of let-polymorphism leads not to a type error,
+but to a less generic type:

+
let f1 = lambda x . x in
+  let f2 = f1 in
+    let f3 = f2 in
+      let f4 = f3 in
+        let f5 = f4 in
+          if (f5 true) then f2 else f3
+
+

Our current type inferencer will infer the type bool -> bool for the
+program above. Nevertheless, since all functions f1, f2, f3, f4, f5
+are the identity function, which is polymorphic, we would expect the
+entire program to type to the same polymorphic identity function type.

+

This limitation will be also addressed when we define our
+let-polymorphic type inferencer.

+

Before that, in the next lesson we will show how easily we can turn
+the naive substitution-based type inferencer discussed in this lesson
+into a similarly naive, but environment-based type inferencer.

+

Go to Lesson 5, Type Systems: A Naive Environment-Based Type Inferencer.

+

A Naive Environment-Based Type Inferencer

+ +

In this lesson you learn how to define a naive environment-based type
+inferencer for a higher-order language. Specifically, we take the
+substitution-based type inferencer for LAMBDA defined in Lesson 4 and
+turn it into an environment-based one.

+

Recall from Lesson 3, where we defined an environment-based type
+checker for LAMBDA based on the substitution-based one in Lesson 2,
+that the transition from a substitution-based definition to an
+environment-based one was quite systematic and mechanical: each
+substitution occurrence E[T/X] is replaced by E, but at the same time
+the variable X is bound to type T in the type environment. One benefit
+of using type environments instead of substitution is that we replace
+a linear complexity operation (the substitution) with a constant
+complexity one (the variable lookup).

+

There is not much left to say which has not been already said in
+Lesson 3: we remove the unnecessary binder annotations for the
+variable binding operations, then add a <tenv/> cell to the
+configuration to hold the type environment, then add a new rule for
+variable lookup, and finally apply the transformation of substitutions
+E[T/X] into E as explained above.

+

The resulting type inferencer should now work exactly the same way as
+the substitution-based one, except, of course, that the resulting
+configurations will contain a <tenv/> cell now.

+

As sanity check, let us consider two more LAMBDA programs that test
+the static scoping nature of the inferencer. We do that because
+faulty environment-based definitions often have this problem. The
+program

+
let x = 1
+in let f = lambda a . x
+   in let x = true
+      in f 3
+
+

should type to int, not to bool, and so it does. Similarly, the
+program

+
let y = 0
+in letrec f x = if x <= 0
+                then y
+                else let y = true
+                     in f (x + 1)
+   in f 1
+
+

should also type to int, not bool, and so it does, too.

+

The type inferencer defined in this lesson has the same limitations,
+in terms of polymorphism, as the one in Lesson 4. In the next
+lesson we will see how it can be parallelized, and in further lessons
+how to make it polymorphic.

+

Go to Lesson 6, Type Systems: Parallel Type Checkers/Inferencers.

+

Parallel Type Checkers/Inferencers

+ +

In this lesson you learn how to define parallel type checkers or
+inferencers. For the sake of a choice, we will parallelize the one in
+the previous lesson, but the ideas are general. We are using the same
+idea to define type checkers for other languages in the K tool
+distribution, such as SIMPLE and KOOL.

+

The idea is in fact quite simple. Instead of one monolithic typing
+task, we generate many smaller tasks, which can be processed in
+parallel. We use the same approach to define parallel semantics as we
+used for threads in IMP++ in Part 4 of the tutorial, that is, we add a
+cell holding all the parallel tasks, making sure we declare the cell
+holding a task with multiplicity *. For the particular type
+inferencer that we chose here, the one in Lesson 5, each task will
+hold an expression to type together with a type environment (so it
+knows where to lookup its free variables). We have the following
+configuration then:

+
configuration <tasks color="yellow">
+                <task color="orange" multiplicity="*">
+                  <k color="green"> $PGM:Exp </k>
+                  <tenv color="red"> .Map </tenv>
+                </task>
+              </tasks>
+              <mgu color="blue"> .Mgu </mgu>
+
+

Now we have to take each typing rule we had before and change it to
+yield parallel typing. For example, our rule for typing
+multiplication was the following in Lesson 5:

+
rule T1:Type * T2:Type => T1 = int ~> T2 = int ~> int
+
+

Since * was strict, its two arguments eventually type, and once that
+happens the rule above fires. Unfortunately, the strictness of
+multiplication makes the typing of the two expressions sequential in
+our previous definition. To avoid typing the two expressions
+sequentially and instead generating two parallel tasks, we remove the
+strict attribute of multiplication and replace the rule above with the
+following:

+
rule <k> E1 * E2 => int ...</k> <tenv> Rho </tenv>
+     (. => <task> <k> E1 = int </k> <tenv> Rho </tenv> </task>
+           <task> <k> E2 = int </k> <tenv> Rho </tenv> </task>)
+
+

Therefore, we generate two tasks for typing E1 and E2 in the same type
+environment as the current task, and let the current task continue by
+simply optimistically reducing E1*E2 to its expected result type, int.
+If E1 or E2 will not type to int, then either their corresponding
+tasks will get stuck or the <mgu/> cell will result into a clash or cycle,
+so the program will not type overall in spite of the fact that we
+allowed the task containing the multiplication to continue. This is
+how we get maximum of parallelism in this case.

+

Before we continue, note that the new tasks hold equalities in them,
+where one of its arguments is an expression, while previously the
+equality construct was declared to take types. What we want now is
+for the equality construct to possibly take any expressions, and first
+type them and then generate the type constraint like before. This can
+be done very easily by just extending the equality construct to
+expressions and declaring it strict:

+
syntax KItem ::= Exp "=" Exp  [strict]
+
+

Unlike before, where we only passed types to the equality construct,
+we now need a runtime check that its arguments are indeed types before
+we can generate the updateMgu command:

+
rule <k> T:Type = T':Type => . ...</k>
+     <mgu> Theta:Mgu => updateMgu(Theta,T,T') </mgu>
+
+

Like before, an equality will therefore update the <mgu/> cell and then
+it dissolves itself, letting the <k/> cell in the corresponding task
+empty. Such empty tasks are unnecessary, so they can be erased:

+
rule <task>... <k> . </k> ...</task> => .
+
+

We can now follow the same style as for multiplication to write the
+parallel typing rules of the other arithmetic constructs, and even for
+the conditional.

+

To parallelize the typing of lambda we generate two fresh types, one
+for the variable and one for the body, and make sure that we generate
+the correct type constraint and environment in the body task:

+
rule <k> lambda X . E => Tx -> Te ...</k> <tenv> TEnv </tenv>
+     (. => <task> <k> E = Te </k> <tenv> TEnv[Tx/X] </tenv> </task>)
+  when fresh(Tx:Type) andBool fresh(Te:Type)
+
+

Note that the above also allows us to not need to change and then
+recover the environment of the current cell.

+

For function application we also need to generate two fresh types:

+
rule <k> E1 E2 => T ...</k> <tenv> Rho </tenv>
+     (. => <task> <k> E1 = T2 -> T </k> <tenv> Rho </tenv> </task>
+           <task> <k> E2 = T2 </k> <tenv> Rho </tenv> </task>)
+  when fresh(T2:Type) andBool fresh(T:Type)
+
+

The only rule left is that of mu X . E. In this case we only need one
+fresh type, because X, E and mu X . E have all the same type:

+
rule <k> mu X . E => T ...</k>  <tenv> TEnv </tenv>
+     (. => <task> <k> E = T </k> <tenv> TEnv[T/X] </tenv> </task>)
+  when fresh(T:Type)
+
+

We do not need the type environment recovery operation, so we delete it.

+

We can now kompile and krun all the programs that we typed in Lesson 5.
+Everything should work.

+

In this lesson we only aimed at parallelizing the type inferencer in
+Lesson 5, not to improve its expressiveness; it still has the same
+limitations in terms of polymorphism. The next lessons are dedicated
+to polymorphic type inferencers.

+

Go to Lesson 7, Type Systems: A Naive Substitution-based Polymorphic Type Inferencer.

+

A Naive Substitution-based Polymorphic Type Inferencer

+ +

In this lesson you learn how little it takes to turn a naive monomorphic
+type inferencer into a naive polymorphic one, basically only changing
+a few characters. In terms of the K framework, you will learn that
+you can have complex combinations of substitutions in K, both over
+expressions and over types.

+

Let us start directly with the change. All we have to do is to take
+the LAMBDA type inferencer in Lesson 4 and only change the macro

+
rule let X = E in E' => (lambda X . E') E  [macro]
+
+

as follows:

+
rule let X = E in E' => E'[E/X]  [macro]
+
+

In other words, we are inlining the beta-reduction rule of
+lambda-calculus within the original rule. In terms of typing,
+the above forces the type inferencer to type E in place for each
+occurrence of X in E'. Unlike in the first rule, where X had to get
+one type only which satisfied the constrains of all X's occurrences in
+E', we now never associate any type to X anymore.

+

Let us kompile and krun some examples. Everything that worked with
+the type inferencer in Lesson 4 should still work here, although the
+types of some programs can now be more general. For example, reconsider
+the nested-lets.lambda program

+
let f1 = lambda x . x in
+  let f2 = f1 in
+    let f3 = f2 in
+      let f4 = f3 in
+        let f5 = f4 in
+          if (f5 true) then f2 else f3
+
+

which was previously typed to bool -> bool. With the new rule above,
+the sequence of lets is iteratively eliminated and we end up with the
+program

+
if (lambda x . x) true then (lambda x . x) else (lambda x . x)
+
+

which now types (with both type inferencers) to a type of the form
+t -> t, for some type variable t, which is more general than the
+previous bool -> bool type that the program typed to in Lesson 4.

+

We can also now type programs that were not typable before, such as

+
let id = lambda x . x
+in if (id true) then (id 1) else (id 2)
+
+

and

+
let id = lambda x . x
+in id id
+
+

Let us also test it on some trickier programs, also not typable
+before, such as

+
let f = lambda x . x
+in let g = lambda y . f y
+   in g g
+
+

which gives us a type of the form t -> t for some type variable t,
+and as

+
let f = let g = lambda x . x
+        in let h = lambda x . lambda x . (g g g g)
+           in h
+in f
+
+

which types to t1 -> t2 -> t3 -> t3 for some type variables t1, t2, t3.

+

Here is another program which was not typable before, which is
+trickier than the others above in that a lambda-bound variable appears
+free in a let-bound expression:

+
lambda x . (
+  let y = lambda z . x
+  in if (y true) then (y 1) else (y (lambda x . x))
+)
+
+

The above presents no problem now, because once lambda z . x gets
+substituted for y we get a well-typed expression which yields that x
+has the type bool, so the entire expression types to bool -> bool.

+

The cheap type inferencer that we obtained above therefore works as
+expected. However, it has two problems which justify a more advanced
+solution. First, substitution is typically considered an elegant
+mathematical instrument which is not too practical in implementations,
+so an implementation of this type inferencer will likely be based on
+type environments anyway. Additionally, we mix two kinds of
+substitutions in this definition, one where we substitute types and
+another where we substitute expressions, which can only make things
+harder to implement efficiently. Second, our naive substitution of E
+for X in E' can yield an exponential explosion in size of the original
+program. Consider, for example, the following classic example which
+is known to generate a type whose size is exponential in the size of
+the program (and is thus used as an argument for why let-polymorphic
+type inference is exponential in the worst-case):

+
let f00 = lambda x . lambda y . x in
+  let f01 = lambda x . f00 (f00 x) in
+    let f02 = lambda x . f01 (f01 x) in
+      let f03 = lambda x . f02 (f02 x) in
+        let f04 = lambda x . f03 (f03 x) in
+          // ... you can add more nested lets here
+          f04
+
+

The particular instance of the pattern above generates a type which
+has 17 type variables! The desugaring of each let doubles the size of
+the program and of its resulting type. While such programs are little
+likely to appear in practice, it is often the case that functions can
+be quite complex and large while their type can be quite simple in the
+end, so we should simply avoid retyping each function each time it is
+used.

+

This is precisely what we will do next. Before we present the classic
+let-polymorphic type inferencer in Lesson 9, which is based on
+environments, we first quickly discuss in Lesson 8 an intermediate
+step, namely a naive environment-based variant of the inferencer
+defined here.

+

Go to Lesson 8, Type Systems: A Naive Environment-based Polymorphic Type Inferencer.

+

A Naive Environment-based Polymorphic Type Inferencer

+ +

In this short lesson we discuss how to quickly turn a naive
+environment-based monomorphic type inferencer into a naive let-polymorphic
+one. Like in the previous lesson, we only need to change a few
+characters. In terms of the K framework, you will learn how to have
+both environments and substitution in the same definition.

+

Like in the previous lesson, all we have to do is to take the LAMBDA
+type inferencer in Lesson 5 and only change the rule

+
rule let X = E in E' => (lambda X . E') E
+
+

as follows:

+
rule let X = E in E' => E'[E/X]
+
+

The reasons why this works have already been explained in the previous
+lesson, so we do not repeat them here.

+

Since our new let rule uses substitution, we have to require the
+substitution module at the top and also import SUBSTITUTION in the
+current module, besides the already existing UNIFICATION.

+

Everything which worked with the type inferencer in Lesson 7 should
+also work now. Let us only try the exponential type example,

+
let f00 = lambda x . lambda y . x in
+  let f01 = lambda x . f00 (f00 x) in
+    let f02 = lambda x . f01 (f01 x) in
+      let f03 = lambda x . f02 (f02 x) in
+        let f04 = lambda x . f03 (f03 x) in
+          f04
+
+

As expected, this gives us precisely the same type as in Lesson 7.

+

So the only difference between this type inferencer and the one in
+Lesson 7 is that substitution is only used for LAMBDA-to-LAMBDA
+transformations, but not for infusing types within LAMBDA programs.
+Thus, the syntax of LAMBDA programs is preserved intact, which some
+may prefer. Nevertheless, this type inferencer is still expensive and
+wasteful, because the let-bound expression is typed over and over
+again in each place where the let-bound variable occurs.

+

In the next lesson we will discuss a type inferencer based on the
+classic Damas-Hindley-Milner type system, which maximizes the reuse of
+typing work by means of parametric types.

+

Go to Lesson 9, Type Systems: Let-Polymorphic Type Inferencer (Damas-Hindley-Milner).

+

Let-Polymorphic Type Inferencer (Damas-Hindley-Milner)

+ +

In this lesson we discuss a type inferencer based on what we call today
+the Damas-Hindley-Milner type system, which is at the core of many
+modern functional programming languages. The first variant of it was
+proposed by Hindley in 1969, then, interestingly, Milner rediscovered
+it in 1978 in the context of the ML language. Damas formalized it as
+a type system in his PhD thesis in 1985. More specifically, our type
+inferencer here, like many others as well as many implementations of
+it, follows more closely the syntax-driven variant proposed by Clement
+in 1987.

+

In terms of K, we will see how easily we can turn one definition which
+is considered naive (our previous type inferencer in Lesson 8) into a
+definition which is considered advanced. All we have to do is to
+change one existing rule (the rule of the let binder) and to add a new
+one. We will also learn some new predefined features of K, which make
+the above possible.

+

The main idea is to replace the rule

+
rule let X = E in E' => E'[E/X]
+
+

which creates potentially many copies of E within E' with a rule
+which types E once and then reuses that type in each place where X
+occurs free in E'. The simplest K way to type E is to declare the
+let construct strict(2). Now we cannot simply bind X to the type
+of E, because we would obtain a variant of the naive type inferencer
+we already discussed, together with its limitations, in Lesson 5 of this
+tutorial. The trick here is to parameterize the type of E in all its
+unconstrained fresh types, and then create fresh copies of those
+parameters in each free occurrence of X in E'.

+

Let us discuss some examples, before we go into the technical details.
+Consider the first let-polymorphic example which failed to be typed
+with our first naive type-inferencer:

+
let id = lambda x . x
+in if (id true) then (id 1) else (id 2)
+
+

When typing lambda x . x, we get a type of the form t -> t, for some
+fresh type t. Instead of assigning this type to id as we did in the
+naive type inferencers, we now first parametrize this type in its
+fresh variable t, written

+
(forall t) t -> t
+
+

and then bind id to this parametric type. The intuition for the
+parameter is that it can be instantiated with any other type, so this
+parametric type stands, in fact, for infinitely many non-parametric
+types. This is similar to what happens in formal logic proof systems,
+where rule schemas stand for infinitely many concrete instances of
+them. For this reason, parametric types are also called type schemas.

+

Now each time id is looked up within the let-body, we create a fresh
+copy of the parameter t, which can this way be independently
+constrained by each local context. Let's suppose that the three id
+lookups yield the types t1 -> t1, t2 -> t2, and respectively t3 -> t3.
+Then t1 will be constrained to be bool, and t2 and t3 to be int,
+so we can now safely type the program above to int.

+

Therefore, a type schema comprises a summary of all the typing work
+that has been done for typing the corresponding expression, and an
+instantiation of its parameters with fresh copies represents an
+elegant way to reuse all that typing work.

+

There are some subtleties regarding what fresh types can be made
+parameters. Let us consider another example, discussed as part of
+Lesson 7 on naive let-polymorphism:

+
lambda x . (
+  let y = lambda z . x
+  in if (y true) then (y 1) else (y (lambda x . x))
+)
+
+

This program should type to bool -> bool, as explained in Lesson 7.
+The lambda construct will bind x to some fresh type tx. Then the
+let-bound expression lambda z . x types to tz -> tx for some
+additional fresh type tz. The question now is what should the
+parameters of this type be when we generate the type schema? If we
+naively parameterize in all fresh variables, that is in both tz and
+tx obtaining the type schema (forall tz,tx) tz -> tx, then there will
+be no way to infer that the type of x, tx, must be a bool! The
+inferred type of this expression would then wrongly be tx -> t for
+some fresh types tx and t. That's because the parameters are replaced
+with fresh copies in each occurrence of y, and thus their relationship
+to the original x is completely lost. This tells us that we cannot
+parameterize in all fresh types that appear in the type of the
+let-bound expression. In particular, we cannot parameterize in those
+which some variables are already bound to in the current type
+environment (like x is bound to tx in our example above).
+In our example, the correct type schema is (forall tz) tz -> tx,
+which now allows us to correctly infer that tx is bool.

+

Let us now discuss another example, which should fail to type:

+
lambda x .
+  let f = lambda y . x y
+  in if (f true) then (f 1) else (f 2)
+
+

This should fail to type because lambda y . x y is equivalent to x,
+so the conditional imposes the conflicting constraints that x should be
+a function whose argument is either a bool or an int. Let us try to
+type it using our currently informal procedure. Like in the previous
+example, x will be bound to a fresh type tx. Then the let-bound
+expression types to ty -> tz with ty and tz fresh types, adding also
+the constraint tx = ty -> tz. What should the parameters of this type
+be? If we ignore the type constraint and simply make both ty and tz
+parameters because no variable is bound to them in the type
+environment (indeed, the only variable x in the type environment is
+bound to tx), then we can wrongly type this program to tx -> tz
+following a reasoning similar to the one in the example above.
+In fact, in this example, none of ty and tz can be parameters, because
+they are constrained by tx.

+

The examples above tell us two things: first, that we have to take the
+type constraints into account when deciding the parameters of the
+schema; second, that after applying the most-general-unifier solution
+given by the type constraints everywhere, the remaining fresh types
+appearing anywhere in the type environment are consequently constrained
+and cannot be turned into parameters. Since the type environment can in
+fact also hold type schemas, which already bind some types, we only need
+to ensure that none of the fresh types appearing free anywhere in the
+type environment are turned into parameters of type schemas.

+

Thanks to generic support offered by the K tool, we can easily achieve
+all the above as follows.

+

First, add syntax for type schemas:

+
syntax TypeSchema ::= "(" "forall" Set ")" Type  [binder]
+
+

The definition below will be given in such a way that the Set argument
+of a type schema will always be a set of fresh types. We also declare
+this construct to be a binder, so that we can make use of the generic
+free variable function provided by the K tool.

+

We now replace the old rule for let

+
rule let X = E in E' => E'[E/X]
+
+

with the following rule:

+
rule <k> let X = T:Type in E => E ~> tenv(TEnv) ...</k>
+     <mgu> Theta:Mgu </mgu>
+     <tenv> TEnv
+      => TEnv[(forall freeVariables(applyMgu(Theta, T)) -Set
+                      freeVariables(applyMgu(Theta, values TEnv))
+              ) applyMgu(Theta, T) / X]
+     </tenv>
+
+

So the type T of E is being parameterized and then bound to X in the
+type environment. The current mgu Theta, which comprises all the type
+constraints accumulated so far, is applied to both T and the types in
+the type environment. The remaining fresh types in T which do not
+appear free in the type environment are then turned into type parameters.
+The function freeVariables returns, as expected, the free variables of
+its argument as a Set; this is why we declared the type schema to be a
+binder above.

+

Now a LAMBDA variable in the type environment can be bound to either a
+type or a type schema. In the first case, the previous rule we had
+for variable lookup can be reused, but we have to make sure we check
+that T there is of sort Type (adding a sort membership, for example).
+In the second case, as explained above, we have to create fresh copies
+of the parameters. This can be easily achieved with another
+predefined K function, as follows:

+
rule <k> X:Id => freshVariables(Tvs,T) ...</k>
+     <tenv>... X |-> (forall Tvs) T ...</tenv>
+
+

Indeed, freshVariables takes a set of variables and a term, and returns the
+same term but with each of the given variables replaced by a fresh copy.

+

The operations freeVariables and freshVariables are useful in many K
+definitions, so they are predefined in module substitution.k.

+

Our definition of this let-polymorphic type inferencer is now
+complete. To test it, kompile it and then krun all the LAMBDA
+programs discussed since Lesson 4. They should all work as expected.

+

K Languages

+ +

Here we present several "real-world" language examples. These languages
+demonstrate many of the features you would expect to find in a full-fledged
+programming language.

+
    +
  • SIMPLE: Imperative programming language with threads.
  • +
  • KOOL: SIMPLE extended with object-oriented features.
  • +
  • FUN: A functional language with algebraic data-types and pattern-matching.
  • +
  • LOGIK: A logical programming language based on clause unification.
  • +
+

SIMPLE — Untyped

+ +

Author: Grigore Roșu (grosu@illinois.edu)
+Organization: University of Illinois at Urbana-Champaign

+

Author: Traian Florin Șerbănuță (traian.serbanuta@unibuc.ro)
+Organization: University of Bucharest

+

Abstract

+ +

This is the K semantic definition of the untyped SIMPLE language.
+SIMPLE is intended to be a pedagogical and research language that captures
+the essence of the imperative programming paradigm, extended with several
+features often encountered in imperative programming languages.
+A program consists of a set of global variable declarations and
+function definitions. Like in C, function definitions cannot be
+nested and each program must have one function called main,
+which is invoked when the program is executed. To make it more
+interesting and to highlight some of K's strengths, SIMPLE includes
+the following features in addition to the conventional imperative
+expression and statement constructs:

+
    +
  • +

    Multidimensional arrays and array references. An array evaluates
    +to an array reference, which is a special value holding a location (where
    +the elements of the array start) together with the size of the array;
    +the elements of the array can be array references themselves (particularly
    +when the array is multi-dimensional). Array references are ordinary values,
    +so they can be assigned to variables and passed/received by functions.

    +
  • +
  • +

    Functions and function values. Functions can have zero or
    +more parameters and can return abruptly using a return statement.
    +SIMPLE follows a call-by-value parameter passing style, with static scoping.
    +Function names evaluate to function abstractions, which hereby become ordinary
    +values in the language, same like the array references.

    +
  • +
  • +

    Blocks with locals. SIMPLE variables can be declared
    +anywhere, their scope being from the place where they are declared
    +until the end of the most nested enclosing block.

    +
  • +
  • +

    Input/Output. The expression read() evaluates to the
    +next value in the input buffer, and the statement write(e)
    +evaluates e and outputs its value to the output buffer. The
    +input and output buffers are lists of values.

    +
  • +
  • +

    Exceptions. SIMPLE has parametric exceptions (the value thrown as
    +an exception can be caught and bound).

    +
  • +
  • +

    Concurrency via dynamic thread creation/termination and
    +synchronization. One can spawn a thread to execute any statement.
    +The spawned thread shares with its parent its environment at creation time.
    +Threads can be synchronized via a join command which blocks the current thread
    +until the joined thread completes, via re-entrant locks which can be acquired
    +and released, as well as through rendezvous commands.

    +
  • +
+

Like in many other languages, some of SIMPLE's constructs can be
+desugared into a smaller set of basic constructs. We do that at the end
+of the syntax module, and then we only give semantics to the core constructs.

+

Note: This definition is commented slightly more than others, because it is
+intended to be one of the first non-trivial definitions that the new
+user of K sees. We recommend the beginner user to first check the
+language definitions discussed in the K tutorial.

+
module SIMPLE-UNTYPED-SYNTAX
+  imports DOMAINS-SYNTAX
+

Syntax

+ +

We start by defining the SIMPLE syntax. The language constructs discussed
+above have the expected syntax and evaluation strategies. Recall that in K
+we annotate the syntax with appropriate strictness attributes, thus giving
+each language construct the desired evaluation strategy.

+

Identifiers

+ +

Recall from the K tutorial that identifiers are builtin and come under the
+syntactic category Id. The special identifier for the function
+main belongs to all programs, and plays a special role in the semantics,
+so we declare it explicitly. This would not be necessary if the identifiers
+were all included automatically in semantic definitions, but that is not
+possible because of parsing reasons (e.g., K variables used to match
+concrete identifiers would then be ambiguously parsed as identifiers). They
+are only included in the parser generated to parse programs (and used by the
+kast tool). Consequently, we have to explicitly declare all the
+concrete identifiers that play a special role in the semantics, like
+main below.

+
  syntax Id ::= "main" [token]
+

Declarations

+ +

There are two types of declarations: for variables (including arrays) and
+for functions. We are going to allow declarations of the form
+var x=10, a[10,10], y=23;, which is why we allow the var
+keyword to take a list of expressions. The non-terminals used in the two
+productions below are defined shortly.

+
  syntax Stmt ::= "var" Exps ";"
+                | "function" Id "(" Ids ")" Block
+

Expressions

+ +

The expression constructs below are standard. Increment (++) takes
+an expression rather than a variable because it can also increment an array
+element. Recall that the syntax we define in K is what we call the syntax
+of the semantics
: while powerful enough to define non-trivial syntaxes
+(thanks to the underlying SDF technology that we use), we typically refrain
+from defining precise syntaxes, that is, ones which accept precisely the
+well-formed programs (that would not be possible anyway in general). That job
+is deferred to type systems, which can also be defined in K. In other words,
+we are not making any effort to guarantee syntactically that only variables
+or array elements are passed to the increment construct, we allow any
+expression. Nevertheless, we will only give semantics to those, so expressions
+of the form ++5, which parse (but which will be rejected by our type
+system in the typed version of SIMPLE later), will get stuck when executed.
+Arrays can be multidimensional and can hold other arrays, so their
+lookup operation takes a list of expressions as argument and applies to an
+expression (which can in particular be another array lookup), respectively.
+The construct sizeOf gives the size of an array in number of elements
+of its first dimension. Note that almost all constructs are strict. The only
+constructs which are not strict are the increment (since its first argument
+gets updated, so it cannot be evaluated), the input read which takes no
+arguments so strictness is irrelevant for it, the logical and and or constructs
+which are short-circuited, the thread spawning construct which creates a new
+thread executing the argument expression and return its unique identifier to
+the creating thread (so it cannot just evaluate its argument in place), and the
+assignment which is only strict in its second argument (for the same reason as
+the increment).

+
  syntax Exp ::= Int | Bool | String | Id
+               | "(" Exp ")"             [bracket]
+               | "++" Exp
+               > Exp "[" Exps "]"        [strict]
+               > Exp "(" Exps ")"        [strict]
+               | "-" Exp                 [strict]
+               | "sizeOf" "(" Exp ")"    [strict]
+               | "read" "(" ")"
+               > left:
+                 Exp "*" Exp             [strict, left]
+               | Exp "/" Exp             [strict, left]
+               | Exp "%" Exp             [strict, left]
+               > left:
+                 Exp "+" Exp             [strict, left]
+               | Exp "-" Exp             [strict, left]
+               > non-assoc:
+                 Exp "<" Exp             [strict, non-assoc]
+               | Exp "<=" Exp            [strict, non-assoc]
+               | Exp ">" Exp             [strict, non-assoc]
+               | Exp ">=" Exp            [strict, non-assoc]
+               | Exp "==" Exp            [strict, non-assoc]
+               | Exp "!=" Exp            [strict, non-assoc]
+               > "!" Exp                 [strict]
+               > left:
+                 Exp "&&" Exp            [strict(1), left]
+               | Exp "||" Exp            [strict(1), left]
+               > "spawn" Block
+               > Exp "=" Exp             [strict(2), right]
+

We also need comma-separated lists of identifiers and of expressions.
+Moreover, we want them to be strict, that is, to evaluate to lists of results
+whenever requested (e.g., when they appear as strict arguments of
+the constructs above).

+
  syntax Ids  ::= List{Id,","}           [klabel(Exps)]
+  syntax Exps ::= List{Exp,","}          [klabel(Exps), strict]  // automatically hybrid now
+  syntax Exps ::= Ids
+  syntax Val
+  syntax Vals ::= List{Val,","}          [klabel(Exps)]
+  syntax Bottom
+  syntax Bottoms ::= List{Bottom,","}    [klabel(Exps)]
+  syntax Ids ::= Bottoms
+

Statements

+ +

Most of the statement constructs are standard for imperative languages.
+We syntactically distinguish between empty and non-empty blocks, because we
+chose Stmts not to be a (;-separated) list of
+Stmt. Variables can be declared anywhere inside a block, their scope
+ending with the block. Expressions are allowed to be used for their side
+effects only (followed by a semicolon ;). Functions are allowed
+to abruptly return. The exceptions are parametric, i.e., one can throw a value
+which is bound to the variable declared by catch. Threads can be
+dynamically created and terminated, and can synchronize with join,
+acquire, release and rendezvous. Note that the
+strictness attributes obey the intended evaluation strategy of the various
+constructs. In particular, the if-then-else construct is strict only in its
+first argument (the if-then construct will be desugared into if-then-else),
+while the loop constructs are not strict in any arguments. The print
+statement construct is variadic, that is, it takes an arbitrary number of
+arguments.

+
  syntax Block ::= "{" "}"
+                | "{" Stmt "}"
+
+  syntax Stmt ::= Block
+                | Exp ";"                               [strict]
+                | "if" "(" Exp ")" Block "else" Block   [avoid, strict(1)]
+                | "if" "(" Exp ")" Block                [macro]
+                | "while" "(" Exp ")" Block
+                | "for" "(" Stmt Exp ";" Exp ")" Block  [macro]
+                | "return" Exp ";"                      [strict]
+                | "return" ";"                          [macro]
+                | "print" "(" Exps ")" ";"              [strict]
+// NOTE: print strict allows non-deterministic evaluation of its arguments
+// Either keep like this but document, or otherwise make Exps seqstrict.
+// Of define and use a different expression list here, which is seqstrict.
+                | "try" Block "catch" "(" Id ")" Block
+                | "throw" Exp ";"                       [strict]
+                | "join" Exp ";"                        [strict]
+                | "acquire" Exp ";"                     [strict]
+                | "release" Exp ";"                     [strict]
+                | "rendezvous" Exp ";"                  [strict]
+

The reason we allow Stmts as the first argument of for
+instead of Stmt is because we want to allow more than one statement
+to be executed when the loop is initialized. Also, as seens shorly, macros
+may expand one statement into more statements; for example, an initialized
+variable declaration statement var x=0; desugars into two statements,
+namely var x; x=0;, so if we use Stmt instead of Stmts
+in the production of for above then we risk that the macro expansion
+of statement var x=0; happens before the macro expansion of for,
+also shown below, in which case the latter would not apply anymore because
+of syntactic mismatch.

+
  syntax Stmt ::= Stmt Stmt                          [right]
+
+// I wish I were able to write the following instead, but confuses the parser.
+//
+// syntax Stmts ::= List{Stmt,""}
+// syntax Top ::= Stmt | "function" Id "(" Ids ")" Block
+// syntax Pgm ::= List{Top,""}
+//
+// With that, I could have also eliminated the empty block
+

Desugared Syntax

+ +

This part desugars some of SIMPLE's language constructs into core ones.
+We only want to give semantics to core constructs, so we get rid of the
+derived ones before we start the semantics. All desugaring macros below are
+straightforward.

+
  rule if (E) S => if (E) S else {}
+  rule for(Start Cond; Step) {S} => {Start while (Cond) {S Step;}}
+  rule for(Start Cond; Step) {} => {Start while (Cond) {Step;}}
+  rule var E1:Exp, E2:Exp, Es:Exps; => var E1; var E2, Es;
+  rule var X:Id = E; => var X; X = E;
+

For the semantics, we can therefore assume from now on that each
+conditional has both branches, that there are only while loops, and
+that each variable is declared alone and without any initialization as part of
+the declaration.

+
endmodule
+
+
+module SIMPLE-UNTYPED
+  imports SIMPLE-UNTYPED-SYNTAX
+  imports DOMAINS
+

Basic Semantic Infrastructure

+ +

Before one starts adding semantic rules to a K definition, one needs to
+define the basic semantic infrastructure consisting of definitions for
+values and configuration. As discussed in the definitions
+in the K tutorial, the values are needed to know when to stop applying
+the heating rules and when to start applying the cooling rules corresponding
+to strictness or context declarations. The configuration serves as a backbone
+for the process of configuration abstraction which allows users to only
+mention the relevant cells in each semantic rule, the rest of the configuration
+context being inferred automatically. Although in some cases the configuration
+could be automatically inferred from the rules, we believe that it is very
+useful for language designers/semanticists to actually think of and design
+their configuration explicitly, so the current implementation of K requires
+one to define it.

+

Values

+ +

We here define the values of the language that the various fragments of
+programs evaluate to. First, integers and Booleans are values. As discussed,
+arrays evaluate to special array reference values holding (1) a location from
+where the array's elements are contiguously allocated in the store, and
+(2) the size of the array. Functions evaluate to function values as
+λ-abstractions (we do not need to evaluate functions to closures
+because each function is executed in the fixed global environment and
+function definitions cannot be nested). Like in IMP and other
+languages, we finally tell the tool that values are K results.

+
  syntax Val ::= Int | Bool | String
+               | array(Int,Int)
+               | lambda(Ids,Stmt)
+  syntax Exp ::= Val
+  syntax Exps ::= Vals
+  syntax Vals ::= Bottoms
+  syntax KResult ::= Val
+                   | Vals  // TODO: should not need this
+

The inclusion of values in expressions follows the methodology of
+syntactic definitions (like, e.g., in SOS): extend the syntax of the language
+to encompass all values and additional constructs needed to give semantics.
+In addition to that, it allows us to write the semantic rules using the
+original syntax of the language, and to parse them with the same (now extended
+with additional values) parser. If writing the semantics directly on the K
+AST, using the associated labels instead of the syntactic constructs, then one
+would not need to include values in expressions.

+

Configuration

+ +

The K configuration of SIMPLE consists of a top level cell, T,
+holding a threads cell, a global environment map cell genv
+mapping the global variables and function names to their locations, a shared
+store map cell store mapping each location to some value, a set cell
+busy holding the locks which have been acquired but not yet released
+by threads, a set cell terminated holding the unique identifiers of
+the threads which already terminated (needed for join), input
+and output list cells, and a nextLoc cell holding a natural
+number indicating the next available location. Unlike in the small languages
+in the K tutorial, where we used the fresh predicate to generate fresh
+locations, in larger languages, like SIMPLE, we prefer to explicitly manage
+memory. The location counter in nextLoc models an actual physical
+location in the store; for simplicity, we assume arbitrarily large memory and
+no garbage collection. The threads cell contains one thread
+cell for each existing thread in the program. Note that the thread cell has
+multiplicity *, which means that at any given moment there could be zero,
+one or more thread cells. Each thread cell contains a
+computation cell k, a control cell holding the various
+control structures needed to jump to certain points of interest in the program
+execution, a local environment map cell env mapping the thread local
+variables to locations in the store, and finally a holds map cell
+indicating what locks have been acquired by the thread and not released so far
+and how many times (SIMPLE's locks are re-entrant). The control cell
+currently contains only two subcells, a function stack fstack which
+is a list and an exception stack xstack which is also a list.
+One can add more control structures in the control cell, such as a
+stack for break/continue of loops, etc., if the language is extended with more
+control-changing constructs. Note that all cells except for k are
+also initialized, in that they contain a ground term of their corresponding
+sort. The k cell is initialized with the program that will be passed
+to the K tool, as indicated by the $PGM variable, followed by the
+execute task (defined shortly).

+
  // the syntax declarations below are required because the sorts are
+  // referenced directly by a production and, because of the way KIL to KORE
+  // is implemented, the configuration syntax is not available yet
+  // should simply work once KIL is removed completely
+  // check other definitions for this hack as well
+
+  syntax ControlCell
+  syntax ControlCellFragment
+
+  configuration <T color="red">
+                  <threads color="orange">
+                    <thread multiplicity="*" type="Map" color="yellow">
+                      <id color="pink"> -1 </id>
+                      <k color="green"> $PGM:Stmt ~> execute </k>
+                    //<br/> // TODO(KORE): support latex annotations #1799
+                      <control color="cyan">
+                        <fstack color="blue"> .List </fstack>
+                        <xstack color="purple"> .List </xstack>
+                      </control>
+                    //<br/> // TODO(KORE): support latex annotations #1799
+                      <env color="violet"> .Map </env>
+                      <holds color="black"> .Map </holds>
+                    </thread>
+                  </threads>
+                //<br/> // TODO(KORE): support latex annotations #1799
+                  <genv color="pink"> .Map </genv>
+                  <store color="white"> .Map </store>
+                  <busy color="cyan"> .Set </busy>
+                  <terminated color="red"> .Set </terminated>
+                //<br/> // TODO(KORE): support latex annotations #1799
+                  <input color="magenta" stream="stdin"> .List </input>
+                  <output color="brown" stream="stdout"> .List </output>
+                  <nextLoc color="gray"> 0 </nextLoc>
+                </T>
+

Declarations and Initialization

+ +

We start by defining the semantics of declarations (for variables,
+arrays and functions).

+

Variable Declaration

+ +

The SIMPLE syntax was desugared above so that each variable is
+declared alone and its initialization is done as a separate statement.
+The semantic rule below matches resulting variable declarations of the
+form var X; on top of the k cell
+(indeed, note that the k cell is complete, or round, to the
+left, and is torn, or ruptured, to the right), allocates a fresh
+location L in the store which is initialized with a special value
+ (indeed, the unit ., or nothing, is matched anywhere
+in the map ‒note the tears at both sides‒ and replaced with the
+mapping L ↦ ⊥), and binds X to L in the local
+environment shadowing previous declarations of X, if any.
+This possible shadowing of X requires us to therefore update the
+entire environment map, which is expensive and can significantly slow
+down the execution of larger programs. On the other hand, since we know
+that L is not already bound in the store, we simply add the binding
+L ↦ ⊥ to the store, thus avoiding a potentially complete
+traversal of the the store map in order to update it. We prefer the approach
+used for updating the store whenever possible, because, in addition to being
+faster, it offers more true concurrency than the latter; indeed, according
+to the concurrent semantics of K, the store is not frozen while
+L ↦ ⊥ is added to it, while the environment is frozen during the
+update operation Env[L/X]. The variable declaration command is
+also removed from the top of the computation cell and the fresh location
+counter is incremented. The undefined symbol added in the store
+is of sort KItem, instead of Val, on purpose; this way, the
+store lookup rules will get stuck when one attempts to lookup an
+uninitialized location. All the above happen in one transactional step,
+with the rule below. Note also how configuration abstraction allows us to
+only mention the needed cells; indeed, as the configuration above states,
+the k and env cells are actually located within a
+thread cell within the threads cell, but one needs
+not mention these: the configuration context of the rule is
+automatically transformed to match the declared configuration
+structure.

+
  syntax KItem ::= "undefined"  [latex(\bot)]
+
+  rule <k> var X:Id; => . ...</k>
+       <env> Env => Env[X <- L] </env>
+       <store>... .Map => L |-> undefined ...</store>
+       <nextLoc> L => L +Int 1 </nextLoc>
+

Array Declaration

+ +

The K semantics of the uni-dimensional array declaration is somehow similar
+to the above declaration of ordinary variables. First, note the
+context declaration below, which requests the evaluation of the array
+dimension. Once evaluated, say to a natural number N, then
+N +Int 1 locations are allocated in the store for
+an array of size N, the additional location (chosen to be the first
+one allocated) holding the array reference value. The array reference
+value array(L,N) states that the array has size N and its
+elements are located contiguously in the store starting with location
+L. The operation L … L' ↦ V, defined at the end of this
+file in the auxiliary operation section, initializes each location in
+the list L … L' to V. Note that, since the dimensions of
+array declarations can be arbitrary expressions, this virtually means
+that we can dynamically allocate memory in SIMPLE by means of array
+declarations.

+
  context var _:Id[HOLE];
+
+  rule <k> var X:Id[N:Int]; => . ...</k>
+       <env> Env => Env[X <- L] </env>
+       <store>... .Map => L |-> array(L +Int 1, N)
+                          (L +Int 1) ... (L +Int N) |-> undefined ...</store>
+       <nextLoc> L => L +Int 1 +Int N </nextLoc>
+    requires N >=Int 0
+

SIMPLE allows multi-dimensional arrays. For semantic simplicity, we
+desugar them all into uni-dimensional arrays by code transformation.
+This way, we only need to give semantics to uni-dimensional arrays.
+First, note that the context rule above actually evaluates all the array
+dimensions (that's why we defined the expression lists strict!):
+Upon evaluating the array dimensions, the code generation rule below
+desugars multi-dimensional array declaration to uni-dimensional declarations.
+To this aim, we introduce two special unique variable identifiers,
+$1 and $2. The first variable, $1, iterates
+through and initializes each element of the first dimension with an array
+of the remaining dimensions, declared as variable $2:

+
  syntax Id ::= "$1" [token] | "$2" [token]
+  rule var X:Id[N1:Int, N2:Int, Vs:Vals];
+    => var X[N1];
+       {
+         for(var $1 = 0; $1 <= N1 - 1; ++$1) {
+           var $2[N2, Vs];
+           X[$1] = $2;
+         }
+       }
+

Ideally, one would like to perform syntactic desugarings like the one
+above before the actual semantics. Unfortunately, that was not possible in
+this case because the dimension expressions of the multi-dimensional array need
+to be evaluated first. Indeed, the desugaring rule above does not work if the
+dimensions of the declared array are arbitrary expressions, because they can
+have side effects (e.g., a[++x,++x]) and those side effects would be
+propagated each time the expression is evaluated in the desugaring code (note
+that both the loop condition and the nested multi-dimensional declaration
+would need to evaluate the expressions given as array dimensions).

+

Function declaration

+ +

Functions are evaluated to λ-abstractions and stored like any other
+values in the store. A binding is added into the environment for the function
+name to the location holding its body. Similarly to the C language, SIMPLE
+only allows function declarations at the top level of the program. More
+precisely, the subsequent semantics of SIMPLE only works well when one
+respects this requirement. Indeed, the simplistic context-free parser
+generated by the grammar above is more generous than we may want, in that it
+allows function declarations anywhere any declaration is allowed, including
+inside arbitrary blocks. However, as the rule below shows, we are not
+storing the declaration environment with the λ-abstraction value as
+closures do. Instead, as seen shortly, we switch to the global environment
+whenever functions are invoked, which is consistent with our requirement that
+functions should only be declared at the top. Thus, if one declares local
+functions, then one may see unexpected behaviors (e.g., when one shadows a
+global variable before declaring a local function). The type checker of
+SIMPLE, also defined in K (see examples/simple/typed/static),
+discards programs which do not respect this requirement.

+
  rule <k> function F(Xs) S => . ...</k>
+       <env> Env => Env[F <- L] </env>
+       <store>... .Map => L |-> lambda(Xs, S) ...</store>
+       <nextLoc> L => L +Int 1 </nextLoc>
+

When we are done with the first pass (pre-processing), the computation
+cell k contains only the token execute (see the configuration
+declaration above, where the computation item execute was placed
+right after the program in the k cell of the initial configuration)
+and the cell genv is empty. In this case, we have to call
+main() and to initialize the global environment by transferring the
+contents of the local environment into it. We prefer to do it this way, as
+opposed to processing all the top level declarations directly within the global
+environment, because we want to avoid duplication of semantics: the syntax of
+the global declarations is identical to that of their corresponding local
+declarations, so the semantics of the latter suffices provided that we copy
+the local environment into the global one once we are done with the
+pre-processing. We want this separate pre-processing step precisely because
+we want to create the global environment. All (top-level) functions end up
+having their names bound in the global environment and, as seen below, they
+are executed in that same global environment; all these mean, in particular,
+that the functions "see" each other, allowing for mutual recursion, etc.

+
  syntax KItem ::= "execute"
+  rule <k> execute => main(.Exps); </k>
+       <env> Env </env>
+       <genv> .Map => Env </genv>
+

Expressions

+ +

We next define the K semantics of all the expression constructs.

+

Variable lookup

+ +

When a variable X is the first computational task, and X is bound to some
+location L in the environment, and L is mapped to some value V in the
+store, then we rewrite X into V:

+
  rule <k> X:Id => V ...</k>
+       <env>... X |-> L ...</env>
+       <store>... L |-> V:Val ...</store>  [group(lookup)]
+

Note that the rule above excludes reading , because is not
+a value and V is checked at runtime to be a value.

+

Variable/Array increment

+ +

This is tricky, because we want to allow both ++x and ++a[5].
+Therefore, we need to extract the lvalue of the expression to increment.
+To do that, we state that the expression to increment should be wrapped
+by the auxiliary lvalue operation and then evaluated. The semantics
+of this auxiliary operation is defined at the end of this file. For now, all
+we need to know is that it takes an expression and evaluates to a location
+value. Location values, also defined at the end of the file, are integers
+wrapped with the operation loc, to distinguish them from ordinary
+integers.

+
  context ++(HOLE => lvalue(HOLE))
+  rule <k> ++loc(L) => I +Int 1 ...</k>
+       <store>... L |-> (I => I +Int 1) ...</store>  [group(increment)]
+

Arithmetic operators

+ +

There is nothing special about the following rules. They rewrite the
+language constructs to their library counterparts when their arguments
+become values of expected sorts:

+
  rule I1 + I2 => I1 +Int I2
+  rule Str1 + Str2 => Str1 +String Str2
+  rule I1 - I2 => I1 -Int I2
+  rule I1 * I2 => I1 *Int I2
+  rule I1 / I2 => I1 /Int I2 requires I2 =/=K 0
+  rule I1 % I2 => I1 %Int I2 requires I2 =/=K 0
+  rule - I => 0 -Int I
+  rule I1 < I2 => I1 <Int I2
+  rule I1 <= I2 => I1 <=Int I2
+  rule I1 > I2 => I1 >Int I2
+  rule I1 >= I2 => I1 >=Int I2
+

The equality and inequality constructs reduce to syntactic comparison
+of the two argument values (which is what the equality on K terms does).

+
  rule V1:Val == V2:Val => V1 ==K V2
+  rule V1:Val != V2:Val => V1 =/=K V2
+

The logical negation is clear, but the logical conjunction and disjunction
+are short-circuited:

+
  rule ! T => notBool(T)
+  rule true  && E => E
+  rule false && _ => false
+  rule true  || _ => true
+  rule false || E => E
+

Array lookup

+ +

Untyped SIMPLE does not check array bounds (the dynamically typed version of
+it, in examples/simple/typed/dynamic, does check for array out of
+bounds). The first rule below desugars the multi-dimensional array access to
+uni-dimensional array access; recall that the array access operation was
+declared strict, so all sub-expressions involved are already values at this
+stage. The second rule rewrites the array access to a lookup operation at a
+precise location; we prefer to do it this way to avoid locking the store.
+The semantics of the auxiliary lookup operation is straightforward,
+and is defined at the end of the file.

+
// The [anywhere] feature is underused, because it would only be used
+// at the top of the computation or inside the lvalue wrapper. So it
+// may not be worth, or we may need to come up with a special notation
+// allowing us to enumerate contexts for [anywhere] rules.
+  rule V:Val[N1:Int, N2:Int, Vs:Vals] => V[N1][N2, Vs]
+    [anywhere]
+
+  rule array(L,_)[N:Int] => lookup(L +Int N)
+    [anywhere]
+

Size of an array

+ +

The size of the array is stored in the array reference value, and the
+sizeOf construct was declared strict, so:

+
  rule sizeOf(array(_,N)) => N
+

Function call

+ +

Function application was strict in both its arguments, so we can
+assume that both the function and its arguments are evaluated to
+values (the former expected to be a λ-abstraction). The first
+rule below matches a well-formed function application on top of the
+computation and performs the following steps atomically: it switches
+to the function body followed by return; (for the case in
+which the function does not use an explicit return statement); it
+pushes the remaining computation, the current environment, and the
+current control data onto the function stack (the remaining
+computation can thus also be discarded from the computation cell,
+because an unavoidable subsequent return statement ‒see
+above‒ will always recover it from the stack); it switches the
+current environment (which is being pushed on the function stack) to
+the global environment, which is where the free variables in the
+function body should be looked up; it binds the formal parameters to
+fresh locations in the new environment, and stores the actual
+arguments to those locations in the store (this latter step is easily
+done by reducing the problem to variable declarations, whose semantics
+we have already defined; the auxiliary operation mkDecls is
+defined at the end of the file). The second rule pops the
+computation, the environment and the control data from the function
+stack when a return statement is encountered as the next
+computational task, passing the returned value to the popped
+computation (the popped computation was the context in which the
+returning function was called). Note that the pushing/popping of the
+control data is crucial. Without it, one may have a function that
+contains an exception block with a return statement inside, which
+would put the xstack cell in an inconsistent state (since the
+exception block modifies it, but that modification should be
+irrelevant once the function returns). We add an artificial
+nothing value to the language, which is returned by the
+nulary return; statements.

+
  syntax KItem ::=  (Map,K,ControlCellFragment)
+
+  rule <k> lambda(Xs,S)(Vs:Vals) ~> K => mkDecls(Xs,Vs) S return; </k>
+       <control>
+         <fstack> .List => ListItem((Env,K,C)) ...</fstack>
+         C
+       </control>
+       <env> Env => GEnv </env>
+       <genv> GEnv </genv>
+
+  rule <k> return(V:Val); ~> _ => V ~> K </k>
+       <control>
+         <fstack> ListItem((Env,K,C)) => .List ...</fstack>
+         (_ => C)
+       </control>
+       <env> _ => Env </env>
+
+  syntax Val ::= "nothing"
+  rule return; => return nothing;
+

Like for division-by-zero, it is left unspecified what happens
+when the nothing value is used in domain calculations. For
+example, from the the perspective of the language semantics,
+7 +Int nothing can evaluate to anything, or
+may not evaluate at all (be undefined). If one wants to make sure that
+such artificial values are never misused, then one needs to define a static
+checker (also using K, like our the type checker in
+examples/simple/typed/static) and reject programs that do.
+Note that, unlike the undefined symbol which had the sort K
+instead of Val, we defined nothing to be a value. That
+is because, as explained above, we do not want the program to get
+stuck when nothing is returned by a function. Instead, we want the
+behavior to be unspecified; in particular, if one is careful to never
+use the returned value in domain computation, like it happens when we
+call a function for its side effects (e.g., with a statement of the
+form f(x);), then the program does not get stuck.

+

Read

+ +

The read() expression construct simply evaluates to the next
+input value, at the same time discarding the input value from the
+in cell.

+
  rule <k> read() => I ...</k> <input> ListItem(I:Int) => .List ...</input>  [group(read)]
+

Assignment

+ +

In SIMPLE, like in C, assignments are expression constructs and not statement
+constructs. To make it a statement all one needs to do is to follow it by a
+semi-colon ; (see the semantics for expression statements below).
+Like for the increment, we want to allow assignments not only to variables but
+also to array elements, e.g., e1[e2] = e3 where e1 evaluates
+to an array reference, e2 to a natural number, and e3 to any
+value. Thus, we first compute the lvalue of the left-hand-side expression
+that appears in an assignment, and then we do the actual assignment to the
+resulting location:

+
  context (HOLE => lvalue(HOLE)) = _
+
+  rule <k> loc(L) = V:Val => V ...</k> <store>... L |-> (_ => V) ...</store>
+    [group(assignment)]
+

Statements

+ +

We next define the K semantics of statements.

+

Blocks

+ +

Empty blocks are simply discarded, as shown in the first rule below.
+For non-empty blocks, we schedule the enclosed statement but we have to
+make sure the environment is recovered after the enclosed statement executes.
+Recall that we allow local variable declarations, whose scope is the block
+enclosing them. That is the reason for which we have to recover the
+environment after the block. This allows us to have a very simple semantics
+for variable declarations, as we did above. One can make the two rules below
+computational if one wants them to count as computational steps.

+
  rule {} => .
+  rule <k> { S } => S ~> setEnv(Env) ...</k>  <env> Env </env>
+

The basic definition of environment recovery is straightforward and
+given in the section on auxiliary constructs at the end of the file.

+

There are two common alternatives to the above semantics of blocks.
+One is to keep track of the variables which are declared in the block and only
+recover those at the end of the block. This way one does more work for
+variable declarations but conceptually less work for environment recovery; we
+say conceptually because it is not clear that it is indeed the case that
+one does less work when AC matching is involved. The other alternative is to
+work with a stack of environments instead of a flat environment, and push the
+current environment when entering a block and pop it when exiting it. This
+way, one does more work when accessing variables (since one has to search the
+variable in the environment stack in a top-down manner), but on the other hand
+uses smaller environments and the definition gets closer to an implementation.
+Based on experience with dozens of language semantics and other K definitions,
+we have found that our approach above is the best trade-off between elegance
+and efficiency (especially since rewrite engines have built-in techniques to
+lazily copy terms, by need, thus not creating unnecessary copies),
+so it is the one that we follow in general.

+

Sequential composition

+ +

Sequential composition is desugared into K's builtin sequentialization
+operation (recall that, like in C, the semi-colon ; is not a
+statement separator in SIMPLE — it is either a statement terminator or a
+construct for a statement from an expression). Note that K allows
+to define the semantics of SIMPLE in such a way that statements eventually
+dissolve from the top of the computation when they are completed; this is in
+sharp contrast to (artificially) evaluating them to a special
+skip statement value and then getting rid of that special value, as
+it is the case in other semantic approaches (where everything must evaluate
+to something). This means that once S₁ completes in the rule below, S₂
+becomes automatically the next computation item without any additional
+(explicit or implicit) rules.

+
  rule S1:Stmt S2:Stmt => S1 ~> S2
+

A subtle aspect of the rule above is that S₁ is declared to have sort
+Stmts and not Stmt. That is because desugaring macros can indeed
+produce left associative sequential composition of statements. For example,
+the code var x=0; x=1; is desugared to
+(var x; x=0;) x=1;, so although originally the first term of
+the sequential composition had sort Stmt, after desugaring it became
+of sort Stmts. Note that the attribute [right] associated
+to the sequential compositon production is an attribute of the syntax, and not
+of the semantics: e.g., it tells the parser to parse
+var x; x=0; x=1; as var x; (x=0; x=1;), but it
+does not tell the rewrite engine to rewrite (var x; x=0;) x=1; to
+var x; (x=0; x=1;).

+

Expression statements

+ +

Expression statements are only used for their side effects, so their result
+value is simply discarded. Common examples of expression statements are ones
+of the form ++x;, x=e;, e1[e2]=e3;, etc.

+
  rule _:Val; => .
+

Conditional

+ +

Since the conditional was declared with the strict(1) attribute, we
+can assume that its first argument will eventually be evaluated. The rules
+below cover the only two possibilities in which the conditional is allowed to
+proceed (otherwise the rewriting process gets stuck).

+
  rule if ( true) S else _ => S
+  rule if (false) _ else S => S
+

While loop

+ +

The simplest way to give the semantics of the while loop is by unrolling.
+Note, however, that its unrolling is only allowed when the while loop reaches
+the top of the computation (to avoid non-termination of unrolling). The
+simple while loop semantics below works because our while loops in SIMPLE are
+indeed very basic. If we allowed break/continue of loops then we would need
+a completely different semantics, which would also involve the control cell.

+
  rule while (E) S => if (E) {S while(E)S}
+

Print

+ +

The print statement was strict, so all its arguments are now
+evaluated (recall that print is variadic). We append each of
+its evaluated arguments to the output buffer, and discard the residual
+print statement with an empty list of arguments.

+
  rule <k> print(V:Val, Es => Es); ...</k> <output>... .List => ListItem(V) </output>
+    [group(print)]
+  rule print(.Vals); => .
+

Exceptions

+ +

SIMPLE allows parametric exceptions, in that one can throw and catch a
+particular value. The statement try S₁ catch(X) S₂
+proceeds with the evaluation of S₁. If S₁ evaluates normally, i.e.,
+without any exception thrown, then S₂ is discarded and the execution
+continues normally. If S₁ throws an exception with a statement of the
+form throw E, then E is first evaluated to some value V
+(throw was declared to be strict), then V is bound to X, then
+S₂ is evaluated in the new environment while the reminder of S₁ is
+discarded, then the environment is recovered and the execution continues
+normally with the statement following the try S₁ catch(X) S₂ statement.
+Exceptions can be nested and the statements in the
+catch part (S₂ in our case) can throw exceptions to the
+upper level. One should be careful with how one handles the control data
+structures here, so that the abrupt changes of control due to exception
+throwing and to function returns interact correctly with each other.
+For example, we want to allow function calls inside the statement S₁ in
+a try S₁ catch(X) S₂ block which can throw an exception
+that is not caught by the function but instead is propagated to the
+try S₁ catch(X) S₂ block that called the function.
+Therefore, we have to make sure that the function stack as well as other
+potential control structures are also properly modified when the exception
+is thrown to correctly recover the execution context. This can be easily
+achieved by pushing/popping the entire current control context onto the
+exception stack. The three rules below modularly do precisely the above.

+
  syntax KItem ::= (Id,Stmt,K,Map,ControlCellFragment)
+
+  syntax KItem ::= "popx"
+
+  rule <k> (try S1 catch(X) {S2} => S1 ~> popx) ~> K </k>
+       <control>
+         <xstack> .List => ListItem((X, S2, K, Env, C)) ...</xstack>
+         C
+       </control>
+       <env> Env </env>
+
+  rule <k> popx => . ...</k>
+       <xstack> ListItem(_) => .List ...</xstack>
+
+  rule <k> throw V:Val; ~> _ => { var X = V; S2 } ~> K </k>
+       <control>
+         <xstack> ListItem((X, S2, K, Env, C)) => .List ...</xstack>
+         (_ => C)
+       </control>
+       <env> _ => Env </env>
+

The catch statement S₂ needs to be executed in the original environment,
+but where the thrown value V is bound to the catch variable X. We here
+chose to rely on two previously defined constructs when giving semantics to
+the catch part of the statement: (1) the variable declaration with
+initialization, for binding X to V; and (2) the block construct for
+preventing X from shadowing variables in the original environment upon the
+completion of S₂.

+

Threads

+ +

SIMPLE's threads can be created and terminated dynamically, and can
+synchronize by acquiring and releasing re-entrant locks and by rendezvous.
+We discuss the seven rules giving the semantics of these operations below.

+

Thread creation

+ +

Threads can be created by any other threads using the spawn S
+construct. The spawn expression construct evaluates to the unique identifier
+of the newly created thread and, at the same time, a new thread cell is added
+into the configuration, initialized with the S statement and sharing the
+same environment with the parent thread. Note that the newly created
+thread cell is torn. That means that the remaining cells are added
+and initialized automatically as described in the definition of SIMPLE's
+configuration. This is part of K's configuration abstraction mechanism.

+
  rule <thread>...
+         <k> spawn S => !T:Int ...</k>
+         <env> Env </env>
+       ...</thread>
+       (.Bag => <thread>...
+               <k> S </k>
+               <env> Env </env>
+               <id> !T </id>
+             ...</thread>)
+

Thread termination

+ +

Dually to the above, when a thread terminates its assigned computation (the
+contents of its k cell) is empty, so the thread can be dissolved.
+However, since no discipline is imposed on how locks are acquired and released,
+it can be the case that a terminating thread still holds locks. Those locks
+must be released, so other threads attempting to acquire them do not deadlock.
+We achieve that by removing all the locks held by the terminating thread in its
+holds cell from the set of busy locks in the busy cell
+(keys(H) returns the domain of the map H as a set, that is, only
+the locks themselves ignoring their multiplicity). As seen below, a lock is
+added to the busy cell as soon as it is acquired for the first time
+by a thread. The unique identifier of the terminated thread is also collected
+into the terminated cell, so the join construct knows which
+threads have terminated.

+
  rule (<thread>... <k>.</k> <holds>H</holds> <id>T</id> ...</thread> => .Bag)
+       <busy> Busy => Busy -Set keys(H) </busy>
+       <terminated>... .Set => SetItem(T) ...</terminated>
+

Thread joining

+ +

Thread joining is now straightforward: all we need to do is to check whether
+the identifier of the thread to be joined is in the terminated cell.
+If yes, then the join statement dissolves and the joining thread
+continues normally; if not, then the joining thread gets stuck.

+
  rule <k> join T:Int; => . ...</k>
+       <terminated>... SetItem(T) ...</terminated>
+

Acquire lock

+ +

There are two cases to distinguish when a thread attempts to acquire a lock
+(in SIMPLE any value can be used as a lock):
+(1) The thread does not currently have the lock, in which case it has to
+take it provided that the lock is not already taken by another thread (see
+the side condition of the first rule).
+(2) The thread already has the lock, in which case it just increments its
+counter for the lock (the locks are re-entrant). These two cases are captured
+by the two rules below:

+
  rule <k> acquire V:Val; => . ...</k>
+       <holds>... .Map => V |-> 0 ...</holds>
+       <busy> Busy (.Set => SetItem(V)) </busy>
+    requires (notBool(V in Busy))  [group(acquire)]
+
+  rule <k> acquire V; => . ...</k>
+       <holds>... V:Val |-> (N => N +Int 1) ...</holds>
+

Release lock

+ +

Similarly, there are two corresponding cases to distinguish when a thread
+releases a lock:
+(1) The thread holds the lock more than once, in which case all it needs to do
+is to decrement the lock counter.
+(2) The thread holds the lock only once, in which case it needs to remove it
+from its holds cell and also from the the shared busy cell,
+so other threads can acquire it if they need to.

+
  rule <k> release V:Val; => . ...</k>
+       <holds>... V |-> (N => N -Int 1) ...</holds>
+    requires N >Int 0
+
+  rule <k> release V; => . ...</k> <holds>... V:Val |-> 0 => .Map ...</holds>
+       <busy>... SetItem(V) => .Set ...</busy>
+

Rendezvous synchronization

+ +

In addition to synchronization through acquire and release of locks, SIMPLE
+also provides a construct for rendezvous synchronization. A thread whose next
+statement to execute is rendezvous(V) gets stuck until another
+thread reaches an identical statement; when that happens, the two threads
+drop their rendezvous statements and continue their executions. If three
+threads happen to have an identical rendezvous statement as their next
+statement, then precisely two of them will synchronize and the other will
+remain blocked until another thread reaches a similar rendezvous statement.
+The rule below is as simple as it can be. Note, however, that, again, it is
+K's mechanism for configuration abstraction that makes it work as desired:
+since the only cell which can multiply containing a k cell inside is
+the thread cell, the only way to concretize the rule below to the
+actual configuration of SIMPLE is to include each k cell in a
+thread cell.

+
  rule <k> rendezvous V:Val; => . ...</k>
+       <k> rendezvous V; => . ...</k>  [group(rendezvous)]
+

Auxiliary declarations and operations

+ +

In this section we define all the auxiliary constructs used in the
+above semantics.

+

Making declarations

+ +

The mkDecls auxiliary construct turns a list of identifiers
+and a list of values in a sequence of corresponding variable
+declarations.

+
  syntax Stmt ::= mkDecls(Ids,Vals)  [function]
+  rule mkDecls((X:Id, Xs:Ids), (V:Val, Vs:Vals)) => var X=V; mkDecls(Xs,Vs)
+  rule mkDecls(.Ids,.Vals) => {}
+

Location lookup

+ +

The operation below is straightforward. Note that we place it in the same
+lookup group as the variable lookup rule defined above. This way,
+both rules will be considered transitions when we include the lookup
+tag in the transition option of kompile.

+
  syntax Exp ::= lookup(Int)
+  rule <k> lookup(L) => V ...</k> <store>... L |-> V:Val ...</store>  [group(lookup)]
+

Environment recovery

+ +

We have already discussed the environment recovery auxiliary operation in the
+IMP++ tutorial:

+
// TODO: eliminate the env wrapper, like we did in IMP++
+
+  syntax KItem ::= setEnv(Map)
+  rule <k> setEnv(Env) => . ...</k> <env> _ => Env </env>
+

While theoretically sufficient, the basic definition for environment
+recovery alone is suboptimal. Consider a loop while (E)S,
+whose semantics (see above) was given by unrolling. S
+is a block. Then the semantics of blocks above, together with the
+unrolling semantics of the while loop, will yield a computation
+structure in the k cell that increasingly grows, adding a new
+environment recovery task right in front of the already existing sequence of
+similar environment recovery tasks (this phenomenon is similar to the ``tail
+recursion'' problem). Of course, when we have a sequence of environment
+recovery tasks, we only need to keep the last one. The elegant rule below
+does precisely that, thus avoiding the unnecessary computation explosion
+problem:

+
  rule (setEnv(_) => .) ~> setEnv(_)
+

In fact, the above follows a common convention in K for recovery
+operations of cell contents: the meaning of a computation task of the form
+cell(C) that reaches the top of the computation is that the current
+contents of cell cell is discarded and gets replaced with C. We
+did not add support for these special computation tasks in our current
+implementation of K, so we need to define them as above.

+

lvalue and loc

+ +

For convenience in giving the semantics of constructs like the increment and
+the assignment, that we want to operate the same way on variables and on
+array elements, we used an auxiliary lvalue(E) construct which was
+expected to evaluate to the lvalue of the expression E. This is only
+defined when E has an lvalue, that is, when E is either a variable or
+evaluates to an array element. lvalue(E) evaluates to a value of
+the form loc(L), where L is the location where the value of E
+can be found; for clarity, we use loc to structurally distinguish
+natural numbers from location values. In giving semantics to lvalue
+there are two cases to consider. (1) If E is a variable, then all we need
+to do is to grab its location from the environment. (2) If E is an array
+element, then we first evaluate the array and its index in order to identify
+the exact location of the element of concern, and then return that location;
+the last rule below works because its preceding context declarations ensure
+that the array and its index are evaluated, and then the rule for array lookup
+(defined above) rewrites the evaluated array access construct to its
+corresponding store lookup operation.

+
// For parsing reasons, we prefer to allow lvalue to take a K
+
+  syntax Exp ::= lvalue(K)
+  syntax Val ::= loc(Int)
+
+// Local variable
+
+  rule <k> lvalue(X:Id => loc(L)) ...</k> <env>... X |-> L:Int ...</env>
+
+// Array element: evaluate the array and its index;
+// then the array lookup rule above applies.
+
+  context lvalue(_::Exp[HOLE::Exps])
+  context lvalue(HOLE::Exp[_::Exps])
+
+// Finally, return the address of the desired object member
+
+  rule lvalue(lookup(L:Int) => loc(L))
+

Initializing multiple locations

+ +

The following operation initializes a sequence of locations with the same
+value:

+
  syntax Map ::= Int "..." Int "|->" K
+    [function, latex({#1}\ldots{#2}\mapsto{#3})]
+  rule N...M |-> _ => .Map  requires N >Int M
+  rule N...M |-> K => N |-> K (N +Int 1)...M |-> K  requires N <=Int M
+

The semantics of SIMPLE is now complete. Make sure you kompile the
+definition with the right options in order to generate the desired model.
+No kompile options are needed if you only only want to execute the definition
+(and thus get an interpreter), but if you want to search for a different
+program behaviors then you need to kompile with the transition option
+including rule groups such as lookup, increment, acquire, etc. See the
+IMP++ tutorial for what the transition option means how to use it.

+
endmodule
+

Go to Lesson 2, SIMPLE typed static

+

SIMPLE — Untyped

+ +

Author: Grigore Roșu (grosu@illinois.edu)
+Organization: University of Illinois at Urbana-Champaign

+

Author: Traian Florin Șerbănuță (traian.serbanuta@unibuc.ro)
+Organization: University of Bucharest

+

Abstract

+ +

This is the K semantic definition of the untyped SIMPLE language.
+SIMPLE is intended to be a pedagogical and research language that captures
+the essence of the imperative programming paradigm, extended with several
+features often encountered in imperative programming languages.
+A program consists of a set of global variable declarations and
+function definitions. Like in C, function definitions cannot be
+nested and each program must have one function called main,
+which is invoked when the program is executed. To make it more
+interesting and to highlight some of K's strengths, SIMPLE includes
+the following features in addition to the conventional imperative
+expression and statement constructs:

+
    +
  • +

    Multidimensional arrays and array references. An array evaluates
    +to an array reference, which is a special value holding a location (where
    +the elements of the array start) together with the size of the array;
    +the elements of the array can be array references themselves (particularly
    +when the array is multi-dimensional). Array references are ordinary values,
    +so they can be assigned to variables and passed/received by functions.

    +
  • +
  • +

    Functions and function values. Functions can have zero or
    +more parameters and can return abruptly using a return statement.
    +SIMPLE follows a call-by-value parameter passing style, with static scoping.
    +Function names evaluate to function abstractions, which hereby become ordinary
    +values in the language, same like the array references.

    +
  • +
  • +

    Blocks with locals. SIMPLE variables can be declared
    +anywhere, their scope being from the place where they are declared
    +until the end of the most nested enclosing block.

    +
  • +
  • +

    Input/Output. The expression read() evaluates to the
    +next value in the input buffer, and the statement write(e)
    +evaluates e and outputs its value to the output buffer. The
    +input and output buffers are lists of values.

    +
  • +
  • +

    Exceptions. SIMPLE has parametric exceptions (the value thrown as
    +an exception can be caught and bound).

    +
  • +
  • +

    Concurrency via dynamic thread creation/termination and
    +synchronization. One can spawn a thread to execute any statement.
    +The spawned thread shares with its parent its environment at creation time.
    +Threads can be synchronized via a join command which blocks the current thread
    +until the joined thread completes, via re-entrant locks which can be acquired
    +and released, as well as through rendezvous commands.

    +
  • +
+

Like in many other languages, some of SIMPLE's constructs can be
+desugared into a smaller set of basic constructs. We do that at the end
+of the syntax module, and then we only give semantics to the core constructs.

+

Note: This definition is commented slightly more than others, because it is
+intended to be one of the first non-trivial definitions that the new
+user of K sees. We recommend the beginner user to first check the
+language definitions discussed in the K tutorial.

+
module SIMPLE-UNTYPED-SYNTAX
+  imports DOMAINS-SYNTAX
+

Syntax

+ +

We start by defining the SIMPLE syntax. The language constructs discussed
+above have the expected syntax and evaluation strategies. Recall that in K
+we annotate the syntax with appropriate strictness attributes, thus giving
+each language construct the desired evaluation strategy.

+

Identifiers

+ +

Recall from the K tutorial that identifiers are builtin and come under the
+syntactic category Id. The special identifier for the function
+main belongs to all programs, and plays a special role in the semantics,
+so we declare it explicitly. This would not be necessary if the identifiers
+were all included automatically in semantic definitions, but that is not
+possible because of parsing reasons (e.g., K variables used to match
+concrete identifiers would then be ambiguously parsed as identifiers). They
+are only included in the parser generated to parse programs (and used by the
+kast tool). Consequently, we have to explicitly declare all the
+concrete identifiers that play a special role in the semantics, like
+main below.

+
  syntax Id ::= "main" [token]
+

Declarations

+ +

There are two types of declarations: for variables (including arrays) and
+for functions. We are going to allow declarations of the form
+var x=10, a[10,10], y=23;, which is why we allow the var
+keyword to take a list of expressions. The non-terminals used in the two
+productions below are defined shortly.

+
  syntax Stmt ::= "var" Exps ";"
+                | "function" Id "(" Ids ")" Block
+

Expressions

+ +

The expression constructs below are standard. Increment (++) takes
+an expression rather than a variable because it can also increment an array
+element. Recall that the syntax we define in K is what we call the syntax
+of the semantics
: while powerful enough to define non-trivial syntaxes
+(thanks to the underlying SDF technology that we use), we typically refrain
+from defining precise syntaxes, that is, ones which accept precisely the
+well-formed programs (that would not be possible anyway in general). That job
+is deferred to type systems, which can also be defined in K. In other words,
+we are not making any effort to guarantee syntactically that only variables
+or array elements are passed to the increment construct, we allow any
+expression. Nevertheless, we will only give semantics to those, so expressions
+of the form ++5, which parse (but which will be rejected by our type
+system in the typed version of SIMPLE later), will get stuck when executed.
+Arrays can be multidimensional and can hold other arrays, so their
+lookup operation takes a list of expressions as argument and applies to an
+expression (which can in particular be another array lookup), respectively.
+The construct sizeOf gives the size of an array in number of elements
+of its first dimension. Note that almost all constructs are strict. The only
+constructs which are not strict are the increment (since its first argument
+gets updated, so it cannot be evaluated), the input read which takes no
+arguments so strictness is irrelevant for it, the logical and and or constructs
+which are short-circuited, the thread spawning construct which creates a new
+thread executing the argument expression and return its unique identifier to
+the creating thread (so it cannot just evaluate its argument in place), and the
+assignment which is only strict in its second argument (for the same reason as
+the increment).

+
  syntax Exp ::= Int | Bool | String | Id
+               | "(" Exp ")"             [bracket]
+               | "++" Exp
+               > Exp "[" Exps "]"        [strict]
+               > Exp "(" Exps ")"        [strict]
+               | "-" Exp                 [strict]
+               | "sizeOf" "(" Exp ")"    [strict]
+               | "read" "(" ")"
+               > left:
+                 Exp "*" Exp             [strict, left]
+               | Exp "/" Exp             [strict, left]
+               | Exp "%" Exp             [strict, left]
+               > left:
+                 Exp "+" Exp             [strict, left]
+               | Exp "-" Exp             [strict, left]
+               > non-assoc:
+                 Exp "<" Exp             [strict, non-assoc]
+               | Exp "<=" Exp            [strict, non-assoc]
+               | Exp ">" Exp             [strict, non-assoc]
+               | Exp ">=" Exp            [strict, non-assoc]
+               | Exp "==" Exp            [strict, non-assoc]
+               | Exp "!=" Exp            [strict, non-assoc]
+               > "!" Exp                 [strict]
+               > left:
+                 Exp "&&" Exp            [strict(1), left]
+               | Exp "||" Exp            [strict(1), left]
+               > "spawn" Block
+               > Exp "=" Exp             [strict(2), right]
+

We also need comma-separated lists of identifiers and of expressions.
+Moreover, we want them to be strict, that is, to evaluate to lists of results
+whenever requested (e.g., when they appear as strict arguments of
+the constructs above).

+
  syntax Ids  ::= List{Id,","}           [klabel(Exps)]
+  syntax Exps ::= List{Exp,","}          [klabel(Exps), strict]  // automatically hybrid now
+  syntax Exps ::= Ids
+  syntax Val
+  syntax Vals ::= List{Val,","}          [klabel(Exps)]
+  syntax Bottom
+  syntax Bottoms ::= List{Bottom,","}    [klabel(Exps)]
+  syntax Ids ::= Bottoms
+

Statements

+ +

Most of the statement constructs are standard for imperative languages.
+We syntactically distinguish between empty and non-empty blocks, because we
+chose Stmts not to be a (;-separated) list of
+Stmt. Variables can be declared anywhere inside a block, their scope
+ending with the block. Expressions are allowed to be used for their side
+effects only (followed by a semicolon ;). Functions are allowed
+to abruptly return. The exceptions are parametric, i.e., one can throw a value
+which is bound to the variable declared by catch. Threads can be
+dynamically created and terminated, and can synchronize with join,
+acquire, release and rendezvous. Note that the
+strictness attributes obey the intended evaluation strategy of the various
+constructs. In particular, the if-then-else construct is strict only in its
+first argument (the if-then construct will be desugared into if-then-else),
+while the loop constructs are not strict in any arguments. The print
+statement construct is variadic, that is, it takes an arbitrary number of
+arguments.

+
  syntax Block ::= "{" "}"
+                | "{" Stmt "}"
+
+  syntax Stmt ::= Block
+                | Exp ";"                               [strict]
+                | "if" "(" Exp ")" Block "else" Block   [avoid, strict(1)]
+                | "if" "(" Exp ")" Block                [macro]
+                | "while" "(" Exp ")" Block
+                | "for" "(" Stmt Exp ";" Exp ")" Block  [macro]
+                | "return" Exp ";"                      [strict]
+                | "return" ";"                          [macro]
+                | "print" "(" Exps ")" ";"              [strict]
+// NOTE: print strict allows non-deterministic evaluation of its arguments
+// Either keep like this but document, or otherwise make Exps seqstrict.
+// Of define and use a different expression list here, which is seqstrict.
+                | "try" Block "catch" "(" Id ")" Block
+                | "throw" Exp ";"                       [strict]
+                | "join" Exp ";"                        [strict]
+                | "acquire" Exp ";"                     [strict]
+                | "release" Exp ";"                     [strict]
+                | "rendezvous" Exp ";"                  [strict]
+

The reason we allow Stmts as the first argument of for
+instead of Stmt is because we want to allow more than one statement
+to be executed when the loop is initialized. Also, as seens shorly, macros
+may expand one statement into more statements; for example, an initialized
+variable declaration statement var x=0; desugars into two statements,
+namely var x; x=0;, so if we use Stmt instead of Stmts
+in the production of for above then we risk that the macro expansion
+of statement var x=0; happens before the macro expansion of for,
+also shown below, in which case the latter would not apply anymore because
+of syntactic mismatch.

+
  syntax Stmt ::= Stmt Stmt                          [right]
+
+// I wish I were able to write the following instead, but confuses the parser.
+//
+// syntax Stmts ::= List{Stmt,""}
+// syntax Top ::= Stmt | "function" Id "(" Ids ")" Block
+// syntax Pgm ::= List{Top,""}
+//
+// With that, I could have also eliminated the empty block
+

Desugared Syntax

+ +

This part desugars some of SIMPLE's language constructs into core ones.
+We only want to give semantics to core constructs, so we get rid of the
+derived ones before we start the semantics. All desugaring macros below are
+straightforward.

+
  rule if (E) S => if (E) S else {}
+  rule for(Start Cond; Step) {S} => {Start while (Cond) {S Step;}}
+  rule for(Start Cond; Step) {} => {Start while (Cond) {Step;}}
+  rule var E1:Exp, E2:Exp, Es:Exps; => var E1; var E2, Es;
+  rule var X:Id = E; => var X; X = E;
+

For the semantics, we can therefore assume from now on that each
+conditional has both branches, that there are only while loops, and
+that each variable is declared alone and without any initialization as part of
+the declaration.

+
endmodule
+
+
+module SIMPLE-UNTYPED
+  imports SIMPLE-UNTYPED-SYNTAX
+  imports DOMAINS
+

Basic Semantic Infrastructure

+ +

Before one starts adding semantic rules to a K definition, one needs to
+define the basic semantic infrastructure consisting of definitions for
+values and configuration. As discussed in the definitions
+in the K tutorial, the values are needed to know when to stop applying
+the heating rules and when to start applying the cooling rules corresponding
+to strictness or context declarations. The configuration serves as a backbone
+for the process of configuration abstraction which allows users to only
+mention the relevant cells in each semantic rule, the rest of the configuration
+context being inferred automatically. Although in some cases the configuration
+could be automatically inferred from the rules, we believe that it is very
+useful for language designers/semanticists to actually think of and design
+their configuration explicitly, so the current implementation of K requires
+one to define it.

+

Values

+ +

We here define the values of the language that the various fragments of
+programs evaluate to. First, integers and Booleans are values. As discussed,
+arrays evaluate to special array reference values holding (1) a location from
+where the array's elements are contiguously allocated in the store, and
+(2) the size of the array. Functions evaluate to function values as
+λ-abstractions (we do not need to evaluate functions to closures
+because each function is executed in the fixed global environment and
+function definitions cannot be nested). Like in IMP and other
+languages, we finally tell the tool that values are K results.

+
  syntax Val ::= Int | Bool | String
+               | array(Int,Int)
+               | lambda(Ids,Stmt)
+  syntax Exp ::= Val
+  syntax Exps ::= Vals
+  syntax Vals ::= Bottoms
+  syntax KResult ::= Val
+                   | Vals  // TODO: should not need this
+

The inclusion of values in expressions follows the methodology of
+syntactic definitions (like, e.g., in SOS): extend the syntax of the language
+to encompass all values and additional constructs needed to give semantics.
+In addition to that, it allows us to write the semantic rules using the
+original syntax of the language, and to parse them with the same (now extended
+with additional values) parser. If writing the semantics directly on the K
+AST, using the associated labels instead of the syntactic constructs, then one
+would not need to include values in expressions.

+

Configuration

+ +

The K configuration of SIMPLE consists of a top level cell, T,
+holding a threads cell, a global environment map cell genv
+mapping the global variables and function names to their locations, a shared
+store map cell store mapping each location to some value, a set cell
+busy holding the locks which have been acquired but not yet released
+by threads, a set cell terminated holding the unique identifiers of
+the threads which already terminated (needed for join), input
+and output list cells, and a nextLoc cell holding a natural
+number indicating the next available location. Unlike in the small languages
+in the K tutorial, where we used the fresh predicate to generate fresh
+locations, in larger languages, like SIMPLE, we prefer to explicitly manage
+memory. The location counter in nextLoc models an actual physical
+location in the store; for simplicity, we assume arbitrarily large memory and
+no garbage collection. The threads cell contains one thread
+cell for each existing thread in the program. Note that the thread cell has
+multiplicity *, which means that at any given moment there could be zero,
+one or more thread cells. Each thread cell contains a
+computation cell k, a control cell holding the various
+control structures needed to jump to certain points of interest in the program
+execution, a local environment map cell env mapping the thread local
+variables to locations in the store, and finally a holds map cell
+indicating what locks have been acquired by the thread and not released so far
+and how many times (SIMPLE's locks are re-entrant). The control cell
+currently contains only two subcells, a function stack fstack which
+is a list and an exception stack xstack which is also a list.
+One can add more control structures in the control cell, such as a
+stack for break/continue of loops, etc., if the language is extended with more
+control-changing constructs. Note that all cells except for k are
+also initialized, in that they contain a ground term of their corresponding
+sort. The k cell is initialized with the program that will be passed
+to the K tool, as indicated by the $PGM variable, followed by the
+execute task (defined shortly).

+
  // the syntax declarations below are required because the sorts are
+  // referenced directly by a production and, because of the way KIL to KORE
+  // is implemented, the configuration syntax is not available yet
+  // should simply work once KIL is removed completely
+  // check other definitions for this hack as well
+
+  syntax ControlCell
+  syntax ControlCellFragment
+
+  configuration <T color="red">
+                  <threads color="orange">
+                    <thread multiplicity="*" type="Map" color="yellow">
+                      <id color="pink"> -1 </id>
+                      <k color="green"> $PGM:Stmt ~> execute </k>
+                    //<br/> // TODO(KORE): support latex annotations #1799
+                      <control color="cyan">
+                        <fstack color="blue"> .List </fstack>
+                        <xstack color="purple"> .List </xstack>
+                      </control>
+                    //<br/> // TODO(KORE): support latex annotations #1799
+                      <env color="violet"> .Map </env>
+                      <holds color="black"> .Map </holds>
+                    </thread>
+                  </threads>
+                //<br/> // TODO(KORE): support latex annotations #1799
+                  <genv color="pink"> .Map </genv>
+                  <store color="white"> .Map </store>
+                  <busy color="cyan"> .Set </busy>
+                  <terminated color="red"> .Set </terminated>
+                //<br/> // TODO(KORE): support latex annotations #1799
+                  <input color="magenta" stream="stdin"> .List </input>
+                  <output color="brown" stream="stdout"> .List </output>
+                  <nextLoc color="gray"> 0 </nextLoc>
+                </T>
+

Declarations and Initialization

+ +

We start by defining the semantics of declarations (for variables,
+arrays and functions).

+

Variable Declaration

+ +

The SIMPLE syntax was desugared above so that each variable is
+declared alone and its initialization is done as a separate statement.
+The semantic rule below matches resulting variable declarations of the
+form var X; on top of the k cell
+(indeed, note that the k cell is complete, or round, to the
+left, and is torn, or ruptured, to the right), allocates a fresh
+location L in the store which is initialized with a special value
+ (indeed, the unit ., or nothing, is matched anywhere
+in the map ‒note the tears at both sides‒ and replaced with the
+mapping L ↦ ⊥), and binds X to L in the local
+environment shadowing previous declarations of X, if any.
+This possible shadowing of X requires us to therefore update the
+entire environment map, which is expensive and can significantly slow
+down the execution of larger programs. On the other hand, since we know
+that L is not already bound in the store, we simply add the binding
+L ↦ ⊥ to the store, thus avoiding a potentially complete
+traversal of the the store map in order to update it. We prefer the approach
+used for updating the store whenever possible, because, in addition to being
+faster, it offers more true concurrency than the latter; indeed, according
+to the concurrent semantics of K, the store is not frozen while
+L ↦ ⊥ is added to it, while the environment is frozen during the
+update operation Env[L/X]. The variable declaration command is
+also removed from the top of the computation cell and the fresh location
+counter is incremented. The undefined symbol added in the store
+is of sort KItem, instead of Val, on purpose; this way, the
+store lookup rules will get stuck when one attempts to lookup an
+uninitialized location. All the above happen in one transactional step,
+with the rule below. Note also how configuration abstraction allows us to
+only mention the needed cells; indeed, as the configuration above states,
+the k and env cells are actually located within a
+thread cell within the threads cell, but one needs
+not mention these: the configuration context of the rule is
+automatically transformed to match the declared configuration
+structure.

+
  syntax KItem ::= "undefined"  [latex(\bot)]
+
+  rule <k> var X:Id; => . ...</k>
+       <env> Env => Env[X <- L] </env>
+       <store>... .Map => L |-> undefined ...</store>
+       <nextLoc> L => L +Int 1 </nextLoc>
+

Array Declaration

+ +

The K semantics of the uni-dimensional array declaration is somehow similar
+to the above declaration of ordinary variables. First, note the
+context declaration below, which requests the evaluation of the array
+dimension. Once evaluated, say to a natural number N, then
+N +Int 1 locations are allocated in the store for
+an array of size N, the additional location (chosen to be the first
+one allocated) holding the array reference value. The array reference
+value array(L,N) states that the array has size N and its
+elements are located contiguously in the store starting with location
+L. The operation L … L' ↦ V, defined at the end of this
+file in the auxiliary operation section, initializes each location in
+the list L … L' to V. Note that, since the dimensions of
+array declarations can be arbitrary expressions, this virtually means
+that we can dynamically allocate memory in SIMPLE by means of array
+declarations.

+
  context var _:Id[HOLE];
+
+  rule <k> var X:Id[N:Int]; => . ...</k>
+       <env> Env => Env[X <- L] </env>
+       <store>... .Map => L |-> array(L +Int 1, N)
+                          (L +Int 1) ... (L +Int N) |-> undefined ...</store>
+       <nextLoc> L => L +Int 1 +Int N </nextLoc>
+    requires N >=Int 0
+

SIMPLE allows multi-dimensional arrays. For semantic simplicity, we
+desugar them all into uni-dimensional arrays by code transformation.
+This way, we only need to give semantics to uni-dimensional arrays.
+First, note that the context rule above actually evaluates all the array
+dimensions (that's why we defined the expression lists strict!):
+Upon evaluating the array dimensions, the code generation rule below
+desugars multi-dimensional array declaration to uni-dimensional declarations.
+To this aim, we introduce two special unique variable identifiers,
+$1 and $2. The first variable, $1, iterates
+through and initializes each element of the first dimension with an array
+of the remaining dimensions, declared as variable $2:

+
  syntax Id ::= "$1" [token] | "$2" [token]
+  rule var X:Id[N1:Int, N2:Int, Vs:Vals];
+    => var X[N1];
+       {
+         for(var $1 = 0; $1 <= N1 - 1; ++$1) {
+           var $2[N2, Vs];
+           X[$1] = $2;
+         }
+       }
+

Ideally, one would like to perform syntactic desugarings like the one
+above before the actual semantics. Unfortunately, that was not possible in
+this case because the dimension expressions of the multi-dimensional array need
+to be evaluated first. Indeed, the desugaring rule above does not work if the
+dimensions of the declared array are arbitrary expressions, because they can
+have side effects (e.g., a[++x,++x]) and those side effects would be
+propagated each time the expression is evaluated in the desugaring code (note
+that both the loop condition and the nested multi-dimensional declaration
+would need to evaluate the expressions given as array dimensions).

+

Function declaration

+ +

Functions are evaluated to λ-abstractions and stored like any other
+values in the store. A binding is added into the environment for the function
+name to the location holding its body. Similarly to the C language, SIMPLE
+only allows function declarations at the top level of the program. More
+precisely, the subsequent semantics of SIMPLE only works well when one
+respects this requirement. Indeed, the simplistic context-free parser
+generated by the grammar above is more generous than we may want, in that it
+allows function declarations anywhere any declaration is allowed, including
+inside arbitrary blocks. However, as the rule below shows, we are not
+storing the declaration environment with the λ-abstraction value as
+closures do. Instead, as seen shortly, we switch to the global environment
+whenever functions are invoked, which is consistent with our requirement that
+functions should only be declared at the top. Thus, if one declares local
+functions, then one may see unexpected behaviors (e.g., when one shadows a
+global variable before declaring a local function). The type checker of
+SIMPLE, also defined in K (see examples/simple/typed/static),
+discards programs which do not respect this requirement.

+
  rule <k> function F(Xs) S => . ...</k>
+       <env> Env => Env[F <- L] </env>
+       <store>... .Map => L |-> lambda(Xs, S) ...</store>
+       <nextLoc> L => L +Int 1 </nextLoc>
+

When we are done with the first pass (pre-processing), the computation
+cell k contains only the token execute (see the configuration
+declaration above, where the computation item execute was placed
+right after the program in the k cell of the initial configuration)
+and the cell genv is empty. In this case, we have to call
+main() and to initialize the global environment by transferring the
+contents of the local environment into it. We prefer to do it this way, as
+opposed to processing all the top level declarations directly within the global
+environment, because we want to avoid duplication of semantics: the syntax of
+the global declarations is identical to that of their corresponding local
+declarations, so the semantics of the latter suffices provided that we copy
+the local environment into the global one once we are done with the
+pre-processing. We want this separate pre-processing step precisely because
+we want to create the global environment. All (top-level) functions end up
+having their names bound in the global environment and, as seen below, they
+are executed in that same global environment; all these mean, in particular,
+that the functions "see" each other, allowing for mutual recursion, etc.

+
  syntax KItem ::= "execute"
+  rule <k> execute => main(.Exps); </k>
+       <env> Env </env>
+       <genv> .Map => Env </genv>
+

Expressions

+ +

We next define the K semantics of all the expression constructs.

+

Variable lookup

+ +

When a variable X is the first computational task, and X is bound to some
+location L in the environment, and L is mapped to some value V in the
+store, then we rewrite X into V:

+
  rule <k> X:Id => V ...</k>
+       <env>... X |-> L ...</env>
+       <store>... L |-> V:Val ...</store>  [group(lookup)]
+

Note that the rule above excludes reading , because is not
+a value and V is checked at runtime to be a value.

+

Variable/Array increment

+ +

This is tricky, because we want to allow both ++x and ++a[5].
+Therefore, we need to extract the lvalue of the expression to increment.
+To do that, we state that the expression to increment should be wrapped
+by the auxiliary lvalue operation and then evaluated. The semantics
+of this auxiliary operation is defined at the end of this file. For now, all
+we need to know is that it takes an expression and evaluates to a location
+value. Location values, also defined at the end of the file, are integers
+wrapped with the operation loc, to distinguish them from ordinary
+integers.

+
  context ++(HOLE => lvalue(HOLE))
+  rule <k> ++loc(L) => I +Int 1 ...</k>
+       <store>... L |-> (I => I +Int 1) ...</store>  [group(increment)]
+

Arithmetic operators

+ +

There is nothing special about the following rules. They rewrite the
+language constructs to their library counterparts when their arguments
+become values of expected sorts:

+
  rule I1 + I2 => I1 +Int I2
+  rule Str1 + Str2 => Str1 +String Str2
+  rule I1 - I2 => I1 -Int I2
+  rule I1 * I2 => I1 *Int I2
+  rule I1 / I2 => I1 /Int I2 requires I2 =/=K 0
+  rule I1 % I2 => I1 %Int I2 requires I2 =/=K 0
+  rule - I => 0 -Int I
+  rule I1 < I2 => I1 <Int I2
+  rule I1 <= I2 => I1 <=Int I2
+  rule I1 > I2 => I1 >Int I2
+  rule I1 >= I2 => I1 >=Int I2
+

The equality and inequality constructs reduce to syntactic comparison
+of the two argument values (which is what the equality on K terms does).

+
  rule V1:Val == V2:Val => V1 ==K V2
+  rule V1:Val != V2:Val => V1 =/=K V2
+

The logical negation is clear, but the logical conjunction and disjunction
+are short-circuited:

+
  rule ! T => notBool(T)
+  rule true  && E => E
+  rule false && _ => false
+  rule true  || _ => true
+  rule false || E => E
+

Array lookup

+ +

Untyped SIMPLE does not check array bounds (the dynamically typed version of
+it, in examples/simple/typed/dynamic, does check for array out of
+bounds). The first rule below desugars the multi-dimensional array access to
+uni-dimensional array access; recall that the array access operation was
+declared strict, so all sub-expressions involved are already values at this
+stage. The second rule rewrites the array access to a lookup operation at a
+precise location; we prefer to do it this way to avoid locking the store.
+The semantics of the auxiliary lookup operation is straightforward,
+and is defined at the end of the file.

+
// The [anywhere] feature is underused, because it would only be used
+// at the top of the computation or inside the lvalue wrapper. So it
+// may not be worth, or we may need to come up with a special notation
+// allowing us to enumerate contexts for [anywhere] rules.
+  rule V:Val[N1:Int, N2:Int, Vs:Vals] => V[N1][N2, Vs]
+    [anywhere]
+
+  rule array(L,_)[N:Int] => lookup(L +Int N)
+    [anywhere]
+

Size of an array

+ +

The size of the array is stored in the array reference value, and the
+sizeOf construct was declared strict, so:

+
  rule sizeOf(array(_,N)) => N
+

Function call

+ +

Function application was strict in both its arguments, so we can
+assume that both the function and its arguments are evaluated to
+values (the former expected to be a λ-abstraction). The first
+rule below matches a well-formed function application on top of the
+computation and performs the following steps atomically: it switches
+to the function body followed by return; (for the case in
+which the function does not use an explicit return statement); it
+pushes the remaining computation, the current environment, and the
+current control data onto the function stack (the remaining
+computation can thus also be discarded from the computation cell,
+because an unavoidable subsequent return statement ‒see
+above‒ will always recover it from the stack); it switches the
+current environment (which is being pushed on the function stack) to
+the global environment, which is where the free variables in the
+function body should be looked up; it binds the formal parameters to
+fresh locations in the new environment, and stores the actual
+arguments to those locations in the store (this latter step is easily
+done by reducing the problem to variable declarations, whose semantics
+we have already defined; the auxiliary operation mkDecls is
+defined at the end of the file). The second rule pops the
+computation, the environment and the control data from the function
+stack when a return statement is encountered as the next
+computational task, passing the returned value to the popped
+computation (the popped computation was the context in which the
+returning function was called). Note that the pushing/popping of the
+control data is crucial. Without it, one may have a function that
+contains an exception block with a return statement inside, which
+would put the xstack cell in an inconsistent state (since the
+exception block modifies it, but that modification should be
+irrelevant once the function returns). We add an artificial
+nothing value to the language, which is returned by the
+nulary return; statements.

+
  syntax KItem ::=  (Map,K,ControlCellFragment)
+
+  rule <k> lambda(Xs,S)(Vs:Vals) ~> K => mkDecls(Xs,Vs) S return; </k>
+       <control>
+         <fstack> .List => ListItem((Env,K,C)) ...</fstack>
+         C
+       </control>
+       <env> Env => GEnv </env>
+       <genv> GEnv </genv>
+
+  rule <k> return(V:Val); ~> _ => V ~> K </k>
+       <control>
+         <fstack> ListItem((Env,K,C)) => .List ...</fstack>
+         (_ => C)
+       </control>
+       <env> _ => Env </env>
+
+  syntax Val ::= "nothing"
+  rule return; => return nothing;
+

Like for division-by-zero, it is left unspecified what happens
+when the nothing value is used in domain calculations. For
+example, from the the perspective of the language semantics,
+7 +Int nothing can evaluate to anything, or
+may not evaluate at all (be undefined). If one wants to make sure that
+such artificial values are never misused, then one needs to define a static
+checker (also using K, like our the type checker in
+examples/simple/typed/static) and reject programs that do.
+Note that, unlike the undefined symbol which had the sort K
+instead of Val, we defined nothing to be a value. That
+is because, as explained above, we do not want the program to get
+stuck when nothing is returned by a function. Instead, we want the
+behavior to be unspecified; in particular, if one is careful to never
+use the returned value in domain computation, like it happens when we
+call a function for its side effects (e.g., with a statement of the
+form f(x);), then the program does not get stuck.

+

Read

+ +

The read() expression construct simply evaluates to the next
+input value, at the same time discarding the input value from the
+in cell.

+
  rule <k> read() => I ...</k> <input> ListItem(I:Int) => .List ...</input>  [group(read)]
+

Assignment

+ +

In SIMPLE, like in C, assignments are expression constructs and not statement
+constructs. To make it a statement all one needs to do is to follow it by a
+semi-colon ; (see the semantics for expression statements below).
+Like for the increment, we want to allow assignments not only to variables but
+also to array elements, e.g., e1[e2] = e3 where e1 evaluates
+to an array reference, e2 to a natural number, and e3 to any
+value. Thus, we first compute the lvalue of the left-hand-side expression
+that appears in an assignment, and then we do the actual assignment to the
+resulting location:

+
  context (HOLE => lvalue(HOLE)) = _
+
+  rule <k> loc(L) = V:Val => V ...</k> <store>... L |-> (_ => V) ...</store>
+    [group(assignment)]
+

Statements

+ +

We next define the K semantics of statements.

+

Blocks

+ +

Empty blocks are simply discarded, as shown in the first rule below.
+For non-empty blocks, we schedule the enclosed statement but we have to
+make sure the environment is recovered after the enclosed statement executes.
+Recall that we allow local variable declarations, whose scope is the block
+enclosing them. That is the reason for which we have to recover the
+environment after the block. This allows us to have a very simple semantics
+for variable declarations, as we did above. One can make the two rules below
+computational if one wants them to count as computational steps.

+
  rule {} => .
+  rule <k> { S } => S ~> setEnv(Env) ...</k>  <env> Env </env>
+

The basic definition of environment recovery is straightforward and
+given in the section on auxiliary constructs at the end of the file.

+

There are two common alternatives to the above semantics of blocks.
+One is to keep track of the variables which are declared in the block and only
+recover those at the end of the block. This way one does more work for
+variable declarations but conceptually less work for environment recovery; we
+say conceptually because it is not clear that it is indeed the case that
+one does less work when AC matching is involved. The other alternative is to
+work with a stack of environments instead of a flat environment, and push the
+current environment when entering a block and pop it when exiting it. This
+way, one does more work when accessing variables (since one has to search the
+variable in the environment stack in a top-down manner), but on the other hand
+uses smaller environments and the definition gets closer to an implementation.
+Based on experience with dozens of language semantics and other K definitions,
+we have found that our approach above is the best trade-off between elegance
+and efficiency (especially since rewrite engines have built-in techniques to
+lazily copy terms, by need, thus not creating unnecessary copies),
+so it is the one that we follow in general.

+

Sequential composition

+ +

Sequential composition is desugared into K's builtin sequentialization
+operation (recall that, like in C, the semi-colon ; is not a
+statement separator in SIMPLE — it is either a statement terminator or a
+construct for a statement from an expression). Note that K allows
+to define the semantics of SIMPLE in such a way that statements eventually
+dissolve from the top of the computation when they are completed; this is in
+sharp contrast to (artificially) evaluating them to a special
+skip statement value and then getting rid of that special value, as
+it is the case in other semantic approaches (where everything must evaluate
+to something). This means that once S₁ completes in the rule below, S₂
+becomes automatically the next computation item without any additional
+(explicit or implicit) rules.

+
  rule S1:Stmt S2:Stmt => S1 ~> S2
+

A subtle aspect of the rule above is that S₁ is declared to have sort
+Stmts and not Stmt. That is because desugaring macros can indeed
+produce left associative sequential composition of statements. For example,
+the code var x=0; x=1; is desugared to
+(var x; x=0;) x=1;, so although originally the first term of
+the sequential composition had sort Stmt, after desugaring it became
+of sort Stmts. Note that the attribute [right] associated
+to the sequential compositon production is an attribute of the syntax, and not
+of the semantics: e.g., it tells the parser to parse
+var x; x=0; x=1; as var x; (x=0; x=1;), but it
+does not tell the rewrite engine to rewrite (var x; x=0;) x=1; to
+var x; (x=0; x=1;).

+

Expression statements

+ +

Expression statements are only used for their side effects, so their result
+value is simply discarded. Common examples of expression statements are ones
+of the form ++x;, x=e;, e1[e2]=e3;, etc.

+
  rule _:Val; => .
+

Conditional

+ +

Since the conditional was declared with the strict(1) attribute, we
+can assume that its first argument will eventually be evaluated. The rules
+below cover the only two possibilities in which the conditional is allowed to
+proceed (otherwise the rewriting process gets stuck).

+
  rule if ( true) S else _ => S
+  rule if (false) _ else S => S
+

While loop

+ +

The simplest way to give the semantics of the while loop is by unrolling.
+Note, however, that its unrolling is only allowed when the while loop reaches
+the top of the computation (to avoid non-termination of unrolling). The
+simple while loop semantics below works because our while loops in SIMPLE are
+indeed very basic. If we allowed break/continue of loops then we would need
+a completely different semantics, which would also involve the control cell.

+
  rule while (E) S => if (E) {S while(E)S}
+

Print

+ +

The print statement was strict, so all its arguments are now
+evaluated (recall that print is variadic). We append each of
+its evaluated arguments to the output buffer, and discard the residual
+print statement with an empty list of arguments.

+
  rule <k> print(V:Val, Es => Es); ...</k> <output>... .List => ListItem(V) </output>
+    [group(print)]
+  rule print(.Vals); => .
+

Exceptions

+ +

SIMPLE allows parametric exceptions, in that one can throw and catch a
+particular value. The statement try S₁ catch(X) S₂
+proceeds with the evaluation of S₁. If S₁ evaluates normally, i.e.,
+without any exception thrown, then S₂ is discarded and the execution
+continues normally. If S₁ throws an exception with a statement of the
+form throw E, then E is first evaluated to some value V
+(throw was declared to be strict), then V is bound to X, then
+S₂ is evaluated in the new environment while the reminder of S₁ is
+discarded, then the environment is recovered and the execution continues
+normally with the statement following the try S₁ catch(X) S₂ statement.
+Exceptions can be nested and the statements in the
+catch part (S₂ in our case) can throw exceptions to the
+upper level. One should be careful with how one handles the control data
+structures here, so that the abrupt changes of control due to exception
+throwing and to function returns interact correctly with each other.
+For example, we want to allow function calls inside the statement S₁ in
+a try S₁ catch(X) S₂ block which can throw an exception
+that is not caught by the function but instead is propagated to the
+try S₁ catch(X) S₂ block that called the function.
+Therefore, we have to make sure that the function stack as well as other
+potential control structures are also properly modified when the exception
+is thrown to correctly recover the execution context. This can be easily
+achieved by pushing/popping the entire current control context onto the
+exception stack. The three rules below modularly do precisely the above.

+
  syntax KItem ::= (Id,Stmt,K,Map,ControlCellFragment)
+
+  syntax KItem ::= "popx"
+
+  rule <k> (try S1 catch(X) {S2} => S1 ~> popx) ~> K </k>
+       <control>
+         <xstack> .List => ListItem((X, S2, K, Env, C)) ...</xstack>
+         C
+       </control>
+       <env> Env </env>
+
+  rule <k> popx => . ...</k>
+       <xstack> ListItem(_) => .List ...</xstack>
+
+  rule <k> throw V:Val; ~> _ => { var X = V; S2 } ~> K </k>
+       <control>
+         <xstack> ListItem((X, S2, K, Env, C)) => .List ...</xstack>
+         (_ => C)
+       </control>
+       <env> _ => Env </env>
+

The catch statement S₂ needs to be executed in the original environment,
+but where the thrown value V is bound to the catch variable X. We here
+chose to rely on two previously defined constructs when giving semantics to
+the catch part of the statement: (1) the variable declaration with
+initialization, for binding X to V; and (2) the block construct for
+preventing X from shadowing variables in the original environment upon the
+completion of S₂.

+

Threads

+ +

SIMPLE's threads can be created and terminated dynamically, and can
+synchronize by acquiring and releasing re-entrant locks and by rendezvous.
+We discuss the seven rules giving the semantics of these operations below.

+

Thread creation

+ +

Threads can be created by any other threads using the spawn S
+construct. The spawn expression construct evaluates to the unique identifier
+of the newly created thread and, at the same time, a new thread cell is added
+into the configuration, initialized with the S statement and sharing the
+same environment with the parent thread. Note that the newly created
+thread cell is torn. That means that the remaining cells are added
+and initialized automatically as described in the definition of SIMPLE's
+configuration. This is part of K's configuration abstraction mechanism.

+
  rule <thread>...
+         <k> spawn S => !T:Int ...</k>
+         <env> Env </env>
+       ...</thread>
+       (.Bag => <thread>...
+               <k> S </k>
+               <env> Env </env>
+               <id> !T </id>
+             ...</thread>)
+

Thread termination

+ +

Dually to the above, when a thread terminates its assigned computation (the
+contents of its k cell) is empty, so the thread can be dissolved.
+However, since no discipline is imposed on how locks are acquired and released,
+it can be the case that a terminating thread still holds locks. Those locks
+must be released, so other threads attempting to acquire them do not deadlock.
+We achieve that by removing all the locks held by the terminating thread in its
+holds cell from the set of busy locks in the busy cell
+(keys(H) returns the domain of the map H as a set, that is, only
+the locks themselves ignoring their multiplicity). As seen below, a lock is
+added to the busy cell as soon as it is acquired for the first time
+by a thread. The unique identifier of the terminated thread is also collected
+into the terminated cell, so the join construct knows which
+threads have terminated.

+
  rule (<thread>... <k>.</k> <holds>H</holds> <id>T</id> ...</thread> => .Bag)
+       <busy> Busy => Busy -Set keys(H) </busy>
+       <terminated>... .Set => SetItem(T) ...</terminated>
+

Thread joining

+ +

Thread joining is now straightforward: all we need to do is to check whether
+the identifier of the thread to be joined is in the terminated cell.
+If yes, then the join statement dissolves and the joining thread
+continues normally; if not, then the joining thread gets stuck.

+
  rule <k> join T:Int; => . ...</k>
+       <terminated>... SetItem(T) ...</terminated>
+

Acquire lock

+ +

There are two cases to distinguish when a thread attempts to acquire a lock
+(in SIMPLE any value can be used as a lock):
+(1) The thread does not currently have the lock, in which case it has to
+take it provided that the lock is not already taken by another thread (see
+the side condition of the first rule).
+(2) The thread already has the lock, in which case it just increments its
+counter for the lock (the locks are re-entrant). These two cases are captured
+by the two rules below:

+
  rule <k> acquire V:Val; => . ...</k>
+       <holds>... .Map => V |-> 0 ...</holds>
+       <busy> Busy (.Set => SetItem(V)) </busy>
+    requires (notBool(V in Busy))  [group(acquire)]
+
+  rule <k> acquire V; => . ...</k>
+       <holds>... V:Val |-> (N => N +Int 1) ...</holds>
+

Release lock

+ +

Similarly, there are two corresponding cases to distinguish when a thread
+releases a lock:
+(1) The thread holds the lock more than once, in which case all it needs to do
+is to decrement the lock counter.
+(2) The thread holds the lock only once, in which case it needs to remove it
+from its holds cell and also from the the shared busy cell,
+so other threads can acquire it if they need to.

+
  rule <k> release V:Val; => . ...</k>
+       <holds>... V |-> (N => N -Int 1) ...</holds>
+    requires N >Int 0
+
+  rule <k> release V; => . ...</k> <holds>... V:Val |-> 0 => .Map ...</holds>
+       <busy>... SetItem(V) => .Set ...</busy>
+

Rendezvous synchronization

+ +

In addition to synchronization through acquire and release of locks, SIMPLE
+also provides a construct for rendezvous synchronization. A thread whose next
+statement to execute is rendezvous(V) gets stuck until another
+thread reaches an identical statement; when that happens, the two threads
+drop their rendezvous statements and continue their executions. If three
+threads happen to have an identical rendezvous statement as their next
+statement, then precisely two of them will synchronize and the other will
+remain blocked until another thread reaches a similar rendezvous statement.
+The rule below is as simple as it can be. Note, however, that, again, it is
+K's mechanism for configuration abstraction that makes it work as desired:
+since the only cell which can multiply containing a k cell inside is
+the thread cell, the only way to concretize the rule below to the
+actual configuration of SIMPLE is to include each k cell in a
+thread cell.

+
  rule <k> rendezvous V:Val; => . ...</k>
+       <k> rendezvous V; => . ...</k>  [group(rendezvous)]
+

Auxiliary declarations and operations

+ +

In this section we define all the auxiliary constructs used in the
+above semantics.

+

Making declarations

+ +

The mkDecls auxiliary construct turns a list of identifiers
+and a list of values in a sequence of corresponding variable
+declarations.

+
  syntax Stmt ::= mkDecls(Ids,Vals)  [function]
+  rule mkDecls((X:Id, Xs:Ids), (V:Val, Vs:Vals)) => var X=V; mkDecls(Xs,Vs)
+  rule mkDecls(.Ids,.Vals) => {}
+

Location lookup

+ +

The operation below is straightforward. Note that we place it in the same
+lookup group as the variable lookup rule defined above. This way,
+both rules will be considered transitions when we include the lookup
+tag in the transition option of kompile.

+
  syntax Exp ::= lookup(Int)
+  rule <k> lookup(L) => V ...</k> <store>... L |-> V:Val ...</store>  [group(lookup)]
+

Environment recovery

+ +

We have already discussed the environment recovery auxiliary operation in the
+IMP++ tutorial:

+
// TODO: eliminate the env wrapper, like we did in IMP++
+
+  syntax KItem ::= setEnv(Map)
+  rule <k> setEnv(Env) => . ...</k> <env> _ => Env </env>
+

While theoretically sufficient, the basic definition for environment
+recovery alone is suboptimal. Consider a loop while (E)S,
+whose semantics (see above) was given by unrolling. S
+is a block. Then the semantics of blocks above, together with the
+unrolling semantics of the while loop, will yield a computation
+structure in the k cell that increasingly grows, adding a new
+environment recovery task right in front of the already existing sequence of
+similar environment recovery tasks (this phenomenon is similar to the ``tail
+recursion'' problem). Of course, when we have a sequence of environment
+recovery tasks, we only need to keep the last one. The elegant rule below
+does precisely that, thus avoiding the unnecessary computation explosion
+problem:

+
  rule (setEnv(_) => .) ~> setEnv(_)
+

In fact, the above follows a common convention in K for recovery
+operations of cell contents: the meaning of a computation task of the form
+cell(C) that reaches the top of the computation is that the current
+contents of cell cell is discarded and gets replaced with C. We
+did not add support for these special computation tasks in our current
+implementation of K, so we need to define them as above.

+

lvalue and loc

+ +

For convenience in giving the semantics of constructs like the increment and
+the assignment, that we want to operate the same way on variables and on
+array elements, we used an auxiliary lvalue(E) construct which was
+expected to evaluate to the lvalue of the expression E. This is only
+defined when E has an lvalue, that is, when E is either a variable or
+evaluates to an array element. lvalue(E) evaluates to a value of
+the form loc(L), where L is the location where the value of E
+can be found; for clarity, we use loc to structurally distinguish
+natural numbers from location values. In giving semantics to lvalue
+there are two cases to consider. (1) If E is a variable, then all we need
+to do is to grab its location from the environment. (2) If E is an array
+element, then we first evaluate the array and its index in order to identify
+the exact location of the element of concern, and then return that location;
+the last rule below works because its preceding context declarations ensure
+that the array and its index are evaluated, and then the rule for array lookup
+(defined above) rewrites the evaluated array access construct to its
+corresponding store lookup operation.

+
// For parsing reasons, we prefer to allow lvalue to take a K
+
+  syntax Exp ::= lvalue(K)
+  syntax Val ::= loc(Int)
+
+// Local variable
+
+  rule <k> lvalue(X:Id => loc(L)) ...</k> <env>... X |-> L:Int ...</env>
+
+// Array element: evaluate the array and its index;
+// then the array lookup rule above applies.
+
+  context lvalue(_::Exp[HOLE::Exps])
+  context lvalue(HOLE::Exp[_::Exps])
+
+// Finally, return the address of the desired object member
+
+  rule lvalue(lookup(L:Int) => loc(L))
+

Initializing multiple locations

+ +

The following operation initializes a sequence of locations with the same
+value:

+
  syntax Map ::= Int "..." Int "|->" K
+    [function, latex({#1}\ldots{#2}\mapsto{#3})]
+  rule N...M |-> _ => .Map  requires N >Int M
+  rule N...M |-> K => N |-> K (N +Int 1)...M |-> K  requires N <=Int M
+

The semantics of SIMPLE is now complete. Make sure you kompile the
+definition with the right options in order to generate the desired model.
+No kompile options are needed if you only only want to execute the definition
+(and thus get an interpreter), but if you want to search for a different
+program behaviors then you need to kompile with the transition option
+including rule groups such as lookup, increment, acquire, etc. See the
+IMP++ tutorial for what the transition option means how to use it.

+
endmodule
+

Go to Lesson 2, SIMPLE typed static

+

SIMPLE — Typed — Static

+ +

Author: Grigore Roșu (grosu@illinois.edu)
+Organization: University of Illinois at Urbana-Champaign

+

Author: Traian Florin Șerbănuță (traian.serbanuta@unibuc.ro)
+Organization: University of Bucharest

+

Abstract

+ +

This is the K definition of the static semantics of the typed SIMPLE
+language, or in other words, a type system for the typed SIMPLE
+language in K. We do not re-discuss the various features of the
+SIMPLE language here. The reader is referred to the untyped version of
+the language for such discussions. We here only focus on the new and
+interesting problems raised by the addition of type declarations, and
+what it takes to devise a type system/checker for the language.

+

When designing a type system for a language, no matter in what
+paradigm, we have to decide upon the intended typing policy. Note
+that we can have multiple type systems for the same language, one for
+each typing policy. For example, should we accept programs which
+don't have a main function? Or should we allow functions that do not
+return explicitly? Or should we allow functions whose type expects
+them to return a value (say an int) to use a plain
+return; statement, which returns no value, like in C?
+And so on and so forth. Typically, there are two opposite tensions
+when designing a type system. On the one hand, you want your type
+system to be as permissive as possible, that is, to accept as many
+programs that do not get stuck when executed with the untyped
+semantics as possible; this will keep the programmers using your
+language happy. On the other hand, you want your type system to have
+a reasonable performance when implemented; this will keep both the
+programmers and the implementers of your language happy. For example,
+a type system for rejecting programs that could perform
+division-by-zero is not expected to be feasible in general. A simple
+guideline when designing typing policies is to imagine how the
+semantics of the untyped language may get stuck and try to prevent
+those situations from happening.

+

Before we give the K type system of SIMPLE formally, we discuss,
+informally, the intended typing policy:

+
    +
  • +

    Each program should contain a main() function. Indeed,
    +the untyped SIMPLE semantics will get stuck on any program which does
    +not have a main function.

    +
  • +
  • +

    Each primitive value has its own type, which can be int
    +bool, or string. There is also a type void
    +for nonexistent values, for example for the result of a function meant
    +to return no value (but only be used for its side effects, like a
    +procedure).

    +
  • +
  • +

    The syntax of untyped SIMPLE is extended to allow type
    +declarations for all the variables, including array variables. This is
    +done in a C/Java-style. For example, int x; or
    +int x=7, y=x+3;, or int[][][] a[10,20];
    +(the latter defines a 10 × 20 matrix of arrays of integers).
    +Recall from untyped SIMPLE that, unlike in C/Java, our multi-dimensional
    +arrays use comma-separated arguments, although they have the array-of-array
    +semantics.

    +
  • +
  • +

    Functions are also typed in a C/Java style. However, since in SIMPLE
    +we allow functions to be passed to and returned by other functions, we also
    +need function types. We will use the conventional higher-order arrow-notation
    +for function types, but will separate the argument types with commas. For
    +example, a function returning an array of bool elements and
    +taking as argument an array x of two-integer-argument functions
    +returning an integer, is declared using a syntax of the form
    +bool[] f(((int,int)->int)[] x) { ... }
    +and has the type ((int,int)->int)[] -> bool[].

    +
  • +
  • +

    We allow any variable declarations at the top level. Functions
    +can only be declared at the top level. Each function can only access the
    +other functions and variables declared at the top level, or its own locally
    +declared variables. SIMPLE has static scoping.

    +
  • +
  • +

    The various expression and statement constructs take only elements of
    +the expected types.

    +
  • +
  • +

    Increment and assignment can operate both on variables and on array
    +elements. For example, if f has type int->int[][] and
    +function g has the type int->int, then the
    +increment expression ++f(7)[g(2),g(3)] is valid.

    +
  • +
  • +

    Functions should only return values of their declared result
    +type. To give the programmers more flexibility, we allow functions to
    +use return; statements to terminate without returning an
    +actual value, or to not explicitly use any return statement,
    +regardless of their declared return type. This flexibility can be
    +handy when writing programs using certain functions only for their
    +side effects. Nevertheless, as the dynamic semantics shows, a return
    +value is automatically generated when an explicit return
    +statement is not encountered.

    +
  • +
  • +

    For simplicity, we here limit exceptions to only throw and catch
    +integer values. We let it as an exercise to the reader to extend the
    +semantics to allow throwing and catching arbitrary-type exceptions.
    +Like in programming languages like Java, one can go even further and
    +define a semantics where thrown exceptions are propagated through
    +try-catch statements until one of the corresponding type is found.
    +We will do this when we define the KOOL language, not here.
    +To keep the definition if SIMPLE simple, here we do not attempt to
    +reject programs which throw uncaught exceptions.

    +
  • +
+

Like in untyped SIMPLE, some constructs can be desugared into a
+smaller set of basic constructs. In general, it should be clear why a
+program does not type by looking at the top of the k cells in
+its stuck configuration.

+
module SIMPLE-TYPED-STATIC-SYNTAX
+  imports DOMAINS-SYNTAX
+

Syntax

+ +

The syntax of typed SIMPLE extends that of untyped SIMPLE with support
+for declaring types to variables and functions.

+
  syntax Id ::= "main" [token]
+

Types

+ +

Primitive, array and function types, as well as lists (or tuples) of types.
+The lists of types are useful for function arguments.

+
  syntax Type ::= "void" | "int" | "bool" | "string"
+                | Type "[" "]"
+                | "(" Type ")"             [bracket]
+                > Types "->" Type
+
+  syntax Types ::= List{Type,","}          [klabel(exps)]
+

Declarations

+ +

Variable and function declarations have the expected syntax. For variables,
+we basically just replaced the var keyword of untyped SIMPLE with a
+type. For functions, besides replacing the function keyword with a
+type, we also introduce a new syntactic category for typed variables,
+Param, and lists over it.

+
  syntax Param ::= Type Id
+  syntax Params ::= List{Param,","}
+
+  syntax Stmt ::= Type Exps ";"
+                | Type Id "(" Params ")" Block
+

Expressions

+ +

The syntax of expressions is identical to that in untyped SIMPLE,
+except for the logical conjunction and disjunction which have
+different strictness attributes, because they now have different
+evaluation strategies.

+
  syntax Exp ::= Int | Bool | String | Id
+               | "(" Exp ")"             [bracket]
+               | "++" Exp
+               > Exp "[" Exps "]"        [strict]
+               > Exp "(" Exps ")"        [strict]
+               | "-" Exp                 [strict]
+               | "sizeOf" "(" Exp ")"    [strict]
+               | "read" "(" ")"
+               > left:
+                 Exp "*" Exp             [strict, left]
+               | Exp "/" Exp             [strict, left]
+               | Exp "%" Exp             [strict, left]
+               > left:
+                 Exp "+" Exp             [strict, left]
+               | Exp "-" Exp             [strict, left]
+               > non-assoc:
+                 Exp "<" Exp             [strict, non-assoc]
+               | Exp "<=" Exp            [strict, non-assoc]
+               | Exp ">" Exp             [strict, non-assoc]
+               | Exp ">=" Exp            [strict, non-assoc]
+               | Exp "==" Exp            [strict, non-assoc]
+               | Exp "!=" Exp            [strict, non-assoc]
+               > "!" Exp                 [strict]
+               > left:
+                 Exp "&&" Exp            [strict, left]
+               | Exp "||" Exp            [strict, left]
+               > "spawn" Block
+               > Exp "=" Exp             [strict(2), right]
+

Note that spawn has not been declared strict. This may
+seem unexpected, because the child thread shares the same environment
+with the parent thread, so from a typing perspective the spawned
+statement makes the same sense in a child thread as it makes in the
+parent thread. The reason for not declaring it strict is because we
+want to disallow programs where the spawned thread calls the
+return statement, because those programs would get stuck in
+the dynamic semantics. The type semantics of spawn below will reject
+such programs.

+

We still need lists of expressions, defined below, but note that we do
+not need lists of identifiers anymore. They have been replaced by the lists
+of parameters.

+
  syntax Exps ::= List{Exp,","}          [strict, klabel(exps)]
+

Statements

+ +

The statements have the same syntax as in untyped SIMPLE, except for
+the exceptions, which now type their parameter. Note that, unlike in untyped
+SIMPLE, all statement constructs which have arguments and are not desugared
+are strict, including the conditional and the while. Indeed, from a
+typing perspective, they are all strict: first type their arguments and then
+type the actual construct.

+
  syntax Block ::= "{" "}"
+                | "{" Stmt "}"
+
+  syntax Stmt ::= Block
+                | Exp ";"                                  [strict]
+                | "if" "(" Exp ")" Block "else" Block      [avoid, strict]
+                | "if" "(" Exp ")" Block                   [macro]
+                | "while" "(" Exp ")" Block                [strict]
+                | "for" "(" Stmt Exp ";" Exp ")" Block     [macro]
+                | "return" Exp ";"                         [strict]
+                | "return" ";"
+                | "print" "(" Exps ")" ";"                 [strict]
+                | "try" Block "catch" "(" Param ")" Block  [strict(1)]
+                | "throw" Exp ";"                          [strict]
+                | "join" Exp ";"                           [strict]
+                | "acquire" Exp ";"                        [strict]
+                | "release" Exp ";"                        [strict]
+                | "rendezvous" Exp ";"                     [strict]
+

Note that the sequential composition is now sequentially strict,
+because, unlike in the dynamic semantics where statements dissolved,
+they now reduce to the stmt type, which is a result.

+
  syntax Stmt ::= Stmt Stmt                             [seqstrict, right]
+

Desugaring macros

+ +

We use the same desugaring macros like in untyped SIMPLE, but, of
+course, including the types of the involved variables.

+
  rule if (E) S => if (E) S else {}
+  rule for(Start Cond; Step) {S:Stmt} => {Start while(Cond){S Step;}}
+  rule for(Start Cond; Step) {} => {Start while(Cond){Step;}}
+  rule T:Type E1:Exp, E2:Exp, Es:Exps; => T E1; T E2, Es;               [anywhere]
+  rule T:Type X:Id = E; => T X; X = E;                                  [anywhere]
+
+endmodule
+
+
+module SIMPLE-TYPED-STATIC
+  imports SIMPLE-TYPED-STATIC-SYNTAX
+  imports DOMAINS
+

Static semantics

+ +

Here we define the type system of SIMPLE. Like concrete semantics,
+type systems defined in K are also executable. However, K type
+systems turn into type checkers instead of interpreters when executed.

+

The typing process is done in two (overlapping) phases. In the first
+phase the global environment is built, which contains type bindings
+for all the globally declared variables and functions. For functions,
+the declared types will be ``trusted'' during the first phase and
+simply bound to their corresponding function names and placed in the
+global type environment. At the same time, type-checking tasks that
+the function bodies indeed respect their claimed types are generated.
+All these tasks are (concurrently) verified during the second phase.
+This way, all the global variable and function declarations are
+available in the global type environment and can be used in order to
+type-check each function code. This is consistent with the semantics
+of untyped SIMPLE, where functions can access all the global variables
+and can call any other function declared in the same program. The
+two phases may overlap because of the K concurrent semantics. For
+example, a function task can be started while the first phase is still
+running; moreover, it may even complete before the first phase does,
+namely when all the global variables and functions that it needs have
+already been processed and made available in the global environment by
+the first phase task.

+

Extended syntax and results

+ +

The idea is to start with a configuration holding the program to type
+in one of its cells, then apply rewrite rules on it mixing types and
+language syntax, and eventually obtain a type instead of the original
+program. In other words, the program reduces to its type using
+the K rules giving the type system of the language. In doing so,
+additional typing tasks for function bodies are generated and solved
+the same way. If this rewriting process gets stuck, then we say that
+the program is not well-typed. Otherwise the program is well-typed
+(by definition). We did not need types for statements and for blocks
+as part of the typed SIMPLE syntax, because programmers are not allowed
+to use such types explicitly. However, we are going to need them in the
+type system, because blocks and statements reduce to them.

+

We start by allowing types to be used inside expressions and statements in
+our language. This way, types can be used together with language syntax in
+subsequent K rules without any parsing errors. Like in the type system of
+IMP++ in the K tutorial, we prefer to group the block and statement types
+under one syntactic sub-category of types, because this allows us to more
+compactly state that certain terms can be either blocks or statements. Also,
+since programs and fragments of program will reduce to their types, in order
+for the strictness and context declarations to be executable we state that
+types are results (same like we did in the IMP++ tutorial).

+
  syntax Exp ::= Type
+  syntax Exps ::= Types
+  syntax BlockOrStmtType ::= "block" | "stmt"
+  syntax Type ::= BlockOrStmtType
+  syntax Block ::= BlockOrStmtType
+  syntax KResult ::= Type
+                   | Types    //TODO: remove this, eventually
+

Configuration

+ +

The configuration of our type system consists of a tasks cell
+holding various typing task cells, and a global type environment.
+Each task includes a k cell holding the code to type, a tenv
+cell holding the local type environment, and a return cell holding
+the return type of the currently checked function. The latter is needed in
+order to check whether return statements return values of the expected type.
+Initially, the program is placed in a k cell inside a
+task cell. Since the cells with multiplicity ? are not
+included in the initial configuration, the task cell holding
+the original program in its k cell will contain no other
+subcells.

+
  configuration <T color="yellow">
+                  <tasks color="orange">
+                    <task multiplicity="*" color="yellow" type="Set">
+                      <k color="green"> $PGM:Stmt </k>
+                      <tenv multiplicity="?" color="cyan"> .Map </tenv>
+                      <returnType multiplicity="?" color="black"> void </returnType>
+                    </task>
+                  </tasks>
+//                  <br/>
+                  <gtenv color="blue"> .Map </gtenv>
+                </T>
+

Variable declarations

+ +

Variable declarations type as statements, that is, they reduce to the
+type stmt. There are only two cases that need to be
+considered: when a simple variable is declared and when an array
+variable is declared. The macros at the end of the syntax module
+above take care of reducing other variable declarations, including
+ones where the declared variables are initialized, to only these two
+cases. The first case has two subcases: when the variable declaration
+is global (i.e., the task cell contains only the k
+cell), in which case it is added to the global type environment
+checking at the same time that the variable has not been already
+declared; and when the variable declaration is local (i.e., a
+tenv cell is available), in which case it is simply added to
+the local type environment, possibly shadowing previous homonymous
+variables. The third case reduces to the second, incrementally moving
+the array dimension into the type until the array becomes a simple
+variable.

+
  rule <task> <k> T:Type X:Id; => stmt ...</k> </task>
+       <gtenv> Rho (.Map => X |-> T) </gtenv>
+    requires notBool(X in keys(Rho))
+  rule <k> T:Type X:Id; => stmt ...</k> <tenv> Rho => Rho[X <- T] </tenv>
+
+  context _:Type _::Exp[HOLE::Exps];
+// The rule below may need to sort E to Exp in the future, if the
+// parser gets stricter; without that information, it may not be able
+// to complete the LHS into T E[int,Ts],.Exps; (and similarly for the RHS)
+  rule T:Type E:Exp[int,Ts:Types]; => T[] E[Ts];
+// I want to write the rule below as _:Type (E:Exp[.Types] => E),
+// but the list completion seems to not work well with that.
+  rule T:Type E:Exp[.Types]; => T E;
+

Function declarations

+ +

Functions are allowed to be declared only at the top level (the
+task cell holds only its k subcell). Each function
+declaration reduces to a variable declaration (a binding of its name
+to its declared function type), but also adds a task into the
+tasks cell. The task consists of a typing of the statement
+declaring all the function parameters followed by the function body,
+together with the expected return type of the function. The
+getTypes and mkDecls functions, defined at the end of
+the file in the section on auxiliary operations, extracts the list of
+types and makes a sequence of variable declarations from a list of
+function parameters, respectively. Note that, although in the dynamic
+semantics we include a terminating return statement at the
+end of the function body to eliminate from the analysis the case when
+the function does not provide an explicit return, we do not need to
+include such a similar return statement here. That's because
+the return statements type to stmt anyway, and the
+entire code of the function body needs to type anyway.

+
  rule <task> <k> T:Type F:Id(Ps:Params) S => getTypes(Ps)->T F; ...</k> </task>
+       (.Bag => <task>
+               <k> mkDecls(Ps) S </k> <tenv> .Map </tenv> <returnType> T </returnType>
+             </task>)
+

Checking if main() exists}

+ +

Once the entire program is processed (generating appropriate tasks
+to type check its function bodies), we can dissolve the main
+task cell (the one holding only a k subcell). Since
+we want to enforce that programs include a main function, we also
+generate a function task executing main() to ensure that it
+types (remove this task creation if you do not want your type system
+to reject programs without a main function).

+
  rule <task> <k> stmt => main(.Exps); </k> (.Bag => <tenv> .Map </tenv>) </task>
+

Collecting the terminated tasks

+ +

Similarly, once a non-main task (i.e., one which contains a
+tenv subcells) is completed using the subsequent rules (i.e.,
+its k cell holds only the block or stmt
+type), we can dissolve its corresponding cell. Note that it is
+important to ensure that we only dissolve tasks containing a
+tenv cell with the rule below, because the main task should
+not dissolve this way! It should do what the above rule says.
+In the end, there should be no task cell left in the configuration
+when the program correctly type checks.

+
  rule <task>... <k> _:BlockOrStmtType </k> <tenv> _ </tenv> ...</task> => .Bag
+

Basic values

+ +

The first three rewrite rules below reduce the primitive values to
+their types, as we typically do when we define type systems in K.

+
  rule _:Int => int
+  rule _:Bool => bool
+  rule _:String => string
+

Variable lookup

+ +

There are three cases to distinguish for variable lookup: (1) if the
+variable is bound in the local type environment, then look its type up
+there; (2) if a local environment exists and the variable is not bound
+in it, then look its type up in the global environment; (3) finally,
+if there is no local environment, meaning that we are executing the
+top-level pass, then look the variable's type up in the global
+environment, too.

+
  rule <k> X:Id => T ...</k> <tenv>... X |-> T ...</tenv>
+
+  rule <k> X:Id => T ...</k> <tenv> Rho </tenv> <gtenv>... X |-> T ...</gtenv>
+    requires notBool(X in keys(Rho))
+
+  rule <task> <k> X:Id => T ...</k> </task> <gtenv>... X |-> T ...</gtenv>
+

Increment

+ +

We want the increment operation to apply to any lvalue, including
+array elements, not only to variables. For that reason, we define a
+special context extracting the type of the argument of the increment
+operation only if that argument is an lvalue. Otherwise the rewriting
+process gets stuck. The operation ltype is defined at the
+end of this file, in the auxiliary operation section. It essentially
+acts as a filter, getting stuck if its argument is not an lvalue and
+letting it reduce otherwise. The type of the lvalue is expected to be
+an integer in order to be allowed to be incremented, as seen in the
+rule ++ int => int below.

+
  context ++(HOLE => ltype(HOLE))
+  rule ++ int => int
+

Common expression constructs

+ +

The rules below are straightforward and self-explanatory:

+
  rule int + int => int
+  rule string + string => string
+  rule int - int => int
+  rule int * int => int
+  rule int / int => int
+  rule int % int => int
+  rule - int => int
+  rule int < int => bool
+  rule int <= int => bool
+  rule int > int => bool
+  rule int >= int => bool
+  rule T:Type == T => bool
+  rule T:Type != T => bool
+  rule bool && bool => bool
+  rule bool || bool => bool
+  rule ! bool => bool
+

Array access and size

+ +

Array access requires each index to type to an integer, and the
+array type to be at least as deep as the number of indexes:

+
// NOTE:
+// We used to need parentheses in the RHS, to avoid capturing Ts as an attribute
+// Let's hope that is not a problem anymore.
+
+  rule (T[])[int, Ts:Types] => T[Ts]
+  rule T:Type[.Types] => T
+

sizeOf only needs to check that its argument is an array:

+
  rule sizeOf(_T[]) => int
+

Input/Output

+ +

The read expression construct types to an integer, while print types
+to a statement provided that all its arguments type to integers or
+strings.

+
  rule read() => int
+
+  rule print(T:Type, Ts => Ts); requires T ==K int orBool T ==K string
+  rule print(.Types); => stmt
+

Assignment

+ +

The special context and the rule for assignment below are similar
+to those for increment: the LHS of the assignment must be an lvalue
+and, in that case, it must have the same type as the RHS, which then
+becomes the type of the assignment.

+
  context (HOLE => ltype(HOLE)) = _
+  rule T:Type = T => T
+

Function application and return

+ +

Function application requires the type of the function and the
+types of the passed values to be compatible. Note that a special case
+is needed to handle the no-argument case:

+
  rule (Ts:Types -> T)(Ts) => T requires Ts =/=K .Types
+  rule (void -> T)(.Types) => T
+

The returned value must have the same type as the declared
+function return type. If an empty return is encountered, than
+we should check that we are in a function (and not a thread)
+context, that is, a return cell must be available:

+
  rule <k> return T:Type; => stmt ...</k> <returnType> T </returnType>
+  rule <k> return; => stmt ...</k> <returnType> _ </returnType>
+

Blocks

+ +

To avoid having to recover type environments after blocks, we prefer
+to start a new task for block body, making sure that the new task
+is passed the same type environment and return cells. The value
+returned by return statements must have the same type as
+stated in the return cell. The print variadic
+function is allowed to only print integers and strings. The thrown
+exceptions can only have integer type.

+
  rule {} => block
+
+  rule <task> <k> {S} => block ...</k> <tenv> Rho </tenv> R </task>
+       (.Bag => <task> <k> S </k> <tenv> Rho </tenv> R </task>)
+

Expression statement

+ +
  rule _:Type; => stmt
+

Conditional and while loop

+ +
  rule if (bool) block else block => stmt
+  rule while (bool) block => stmt
+

Exceptions

+ +

We currently force the parameters of exceptions to only be integers.
+Moreover, for simplicity, we assume that integer exceptions can be
+thrown from anywhere, including from functions which do not define
+any try-catch block (with the currently unchecked ‒also for
+simplicity‒ expectation that the caller functions would catch those
+exceptions).

+
  rule try block catch(int X:Id) {S} => {int X; S}
+  rule try block catch(int X:Id) {} => {int X;}
+  rule throw int; => stmt
+

Concurrency

+ +

Nothing special about typing the concurrency constructs, except that
+we do not want the spawned thread to return, so we do not include any
+return cell in the new task cell for the thread statement.
+Same like with the functions above, we do not check for thrown
+exceptions which are not caught.

+
  rule <k> spawn S => int ...</k> <tenv> Rho </tenv>
+       (.Bag => <task> <k> S </k> <tenv> Rho </tenv> </task>)
+  rule join int; => stmt
+  rule acquire _:Type; => stmt
+  rule release _:Type; => stmt
+  rule rendezvous _:Type; => stmt
+
+  rule _:BlockOrStmtType _:BlockOrStmtType => stmt
+

Auxiliary constructs

+ +

The function mkDecls turns a list of parameters into a
+list of variable declarations.

+
  syntax Stmt ::= mkDecls(Params)  [function]
+  rule mkDecls(T:Type X:Id, Ps:Params) => T X; mkDecls(Ps)
+  rule mkDecls(.Params) => {}
+

The ltype context allows only expressions which have an
+lvalue to evaluate.

+
  syntax LValue ::= Id
+  rule isLValue(_:Exp[_:Exps]) => true
+  syntax Exp ::= LValue  // K should be able to infer this
+                         // if not added, then it gets stuck with an Id on k cell
+
+// Instead of the second LValue production above you can use a rule:
+//  rule isLValue(_:Exp[_:Exps]) => true
+
+  syntax Exp ::= ltype(Exp)
+//  context ltype(HOLE:LValue)
+// The above context does not work due to some error, so we write instead
+  context ltype(HOLE) requires isLValue(HOLE)
+

The function getTypes is the same as in SIMPLE typed dynamic.

+
  syntax Types ::= getTypes(Params)  [function]
+  rule getTypes(T:Type _:Id) => T, .Types   // I would like to not use .Types
+  rule getTypes(T:Type _:Id, P, Ps) => T, getTypes(P,Ps)
+  rule getTypes(.Params) => void, .Types
+
+endmodule
+

Go to Lesson 3, SIMPLE typed dynamic

+

SIMPLE — Typed — Dynamic

+ +

Author: Grigore Roșu (grosu@illinois.edu)
+Organization: University of Illinois at Urbana-Champaign

+

Author: Traian Florin Șerbănuță (traian.serbanuta@unibuc.ro)
+Organization: University of Bucharest

+

Abstract

+ +

This is the K dynamic semantics of the typed SIMPLE language.
+It is very similar to the semantics of the untyped SIMPLE, the
+difference being that we now dynamically check the typing policy
+described in the static semantics of typed SIMPLE. Because of the
+dynamic nature of the semantics, we can also perform some additional
+checks which were not possible in the static semantics, such as
+memory leaks due to accessing an array out of its bounds. We will
+highlight the differences between the dynamically typed and the
+untyped SIMPLE as we proceed with the semantics. We recommend the
+reader to consult the typing policy and the syntax of types discussed
+in the static semantics of the typed SIMPLE language.

+
module SIMPLE-TYPED-DYNAMIC-SYNTAX
+  imports DOMAINS-SYNTAX
+

Syntax

+ +

The syntax of typed SIMPLE extends that of untyped SIMPLE with support
+for declaring types to variables and functions.

+

The syntax below is identical to that of the static semantics of typed
+SIMPLE. However, the K strictness attributes are like those of the untyped
+SIMPLE, to capture the desired evaluation strategies of the various language
+constructs.

+
  syntax Id ::= "main" [token]
+

Types

+ +
  syntax Type ::= "void" | "int" | "bool" | "string"
+                | Type "[" "]"
+                | "(" Type ")"           [bracket]
+                > Types "->" Type
+  syntax Types ::= List{Type,","}        [klabel(exps)]
+

Declarations

+ +
  syntax Param ::= Type Id
+  syntax Params ::= List{Param,","}
+
+  syntax Stmt ::= Type Exps ";"
+                | Type Id "(" Params ")" Block
+

Expressions

+ +
  syntax Exp ::= Int | Bool | String | Id
+               | "(" Exp ")"             [bracket]
+               | "++" Exp
+               > Exp "[" Exps "]"        [strict]
+               > Exp "(" Exps ")"        [strict]
+               | "-" Exp                 [strict]
+               | "sizeOf" "(" Exp ")"    [strict]
+               | "read" "(" ")"
+               > left:
+                 Exp "*" Exp             [strict, left]
+               | Exp "/" Exp             [strict, left]
+               | Exp "%" Exp             [strict, left]
+               > left:
+                 Exp "+" Exp             [strict, left]
+               | Exp "-" Exp             [strict, left]
+               > non-assoc:
+                 Exp "<" Exp             [strict, non-assoc]
+               | Exp "<=" Exp            [strict, non-assoc]
+               | Exp ">" Exp             [strict, non-assoc]
+               | Exp ">=" Exp            [strict, non-assoc]
+               | Exp "==" Exp            [strict, non-assoc]
+               | Exp "!=" Exp            [strict, non-assoc]
+               > "!" Exp                 [strict]
+               > left:
+                 Exp "&&" Exp            [strict(1), left]
+               | Exp "||" Exp            [strict(1), left]
+               > "spawn" Block
+               > Exp "=" Exp             [strict(2), right]
+

Like in the static semantics, there is no need for lists of identifiers
+(because we now have lists of parameters).

+
  syntax Exps ::= List{Exp,","}          [strict, klabel(exps)]
+  syntax Val
+  syntax Vals ::= List{Val,","}          [klabel(exps)]
+

Statements

+ +
  syntax Block ::= "{" "}"
+                | "{" Stmt "}"
+
+  syntax Stmt ::= Block
+                | Exp ";"                               [strict]
+                | "if" "(" Exp ")" Block "else" Block   [avoid, strict(1)]
+                | "if" "(" Exp ")" Block                [macro]
+                | "while" "(" Exp ")" Block
+                | "for" "(" Stmt Exp ";" Exp ")" Block  [macro]
+                | "print" "(" Exps ")" ";"              [strict]
+                | "return" Exp ";"                      [strict]
+                | "return" ";"
+                | "try" Block "catch" "(" Param ")" Block
+            | "throw" Exp ";"                       [strict]
+                | "join" Exp ";"                        [strict]
+                | "acquire" Exp ";"                     [strict]
+                | "release" Exp ";"                     [strict]
+                | "rendezvous" Exp ";"                  [strict]
+
+  syntax Stmt ::= Stmt Stmt                          [right]
+

The same desugaring macros like in the statically typed SIMPLE.

+
  rule if (E) S => if (E) S else {}
+  rule for(Start Cond; Step) {S:Stmt} => {Start while(Cond){S Step;}}
+  rule for(Start Cond; Step) {} => {Start while(Cond){Step;}}
+  rule T:Type E1:Exp, E2:Exp, Es:Exps; => T E1; T E2, Es;               [anywhere]
+  rule T:Type X:Id = E; => T X; X = E;                                  [anywhere]
+
+endmodule
+
+
+module SIMPLE-TYPED-DYNAMIC
+  imports SIMPLE-TYPED-DYNAMIC-SYNTAX
+  imports DOMAINS
+

Semantics

+ +

Values and results

+ +

These are similar to those of untyped SIMPLE, except that the array
+references and the function abstrations now also hold their types.
+These types are needed in order to easily compute the type of any
+value in the language (see the auxiliary typeOf operation at
+the end of this module).

+
  syntax Val ::= Int | Bool | String
+               | array(Type,Int,Int)
+               | lambda(Type,Params,Stmt)
+  syntax Exp ::= Val
+  syntax Exps ::= Vals
+  syntax KResult ::= Val
+                   | Vals  // TODO: should not need this
+

Configuration

+ +

The configuration is almost identical to that of untyped SIMPLE,
+except for a return cell inside the control cell.
+This return cell will hold, like in the static semantics of
+typed SIMPLE, the expected type of the value returned by the function
+being executed. The contents of this cell will be set whenever a
+function is invoked and will be checked whenever the evaluation of the
+function body encounters an explicit return statement.

+
  // the syntax declarations below are required because the sorts are
+  // referenced directly by a production and, because of the way KIL to KORE
+  // is implemented, the configuration syntax is not available yet
+  // should simply work once KIL is removed completely
+  // check other definitions for this hack as well
+
+  syntax ControlCell
+  syntax ControlCellFragment
+
+  configuration <T color="red">
+                  <threads color="orange">
+                    <thread multiplicity="*" color="yellow" type="Map">
+                      <id color="pink"> 0 </id>
+                      <k color="green"> ($PGM:Stmt ~> execute) </k>
+//                      <br/>
+                      <control color="cyan">
+                        <fstack color="blue"> .List </fstack>
+                        <xstack color="purple"> .List </xstack>
+                        <returnType color="LimeGreen"> void </returnType>
+                       </control>
+//                      <br/>
+                      <env color="violet"> .Map </env>
+                      <holds color="black"> .Map </holds>
+                    </thread>
+                  </threads>
+//                  <br/>
+                  <genv color="pink"> .Map </genv>
+                  <store color="white"> .Map </store>
+                  <busy color="cyan">.Set</busy>
+                  <terminated color="red"> .Set </terminated>
+                  <input color="magenta" stream="stdin"> .List </input>
+                  <output color="brown" stream="stdout"> .List </output>
+                  <nextLoc color="gray"> 0 </nextLoc>
+                </T>
+

Declarations and Initialization

+ +

Variable Declaration

+ +

The undefined construct is now parameterized by a type.
+A main difference between untyped SIMPLE and dynamically typed SIMPLE
+is that the latter assigns a type to each of its locations and that
+type cannot be changed during the execution of the program. We do not
+do any memory management in our semantic definitions here, so
+locations cannot be reclaimed, garbage collected and/or reused. Each
+location corresponds precisely to an allocated variable or array
+element, whose type was explicitly or implicitly declared in the
+program and does not change. It is therefore safe to type each
+location and then never allow that type to change. The typed
+undefined values effectively assign both a type and an undefined value
+to a location.

+
  syntax KItem ::= undefined(Type)  [latex(\bot_{#1})]
+
+  rule <k> T:Type X:Id; => . ...</k>
+       <env> Env => Env[X <- L] </env>
+       <store>... .Map => L |-> undefined(T) ...</store>
+       <nextLoc> L:Int => L +Int 1 </nextLoc>
+

Array Declaration

+ +

The dynamic semantics of typed array declarations is similar to that
+in untyped SIMPLE, but we have to make sure that we associate the
+right type to the allocated locations.

+
  rule <k> T:Type X:Id[N:Int]; => . ...</k>
+       <env> Env => Env[X <- L] </env>
+       <store>... .Map => L |-> array(T, L +Int 1, N)
+                          (L +Int 1)...(L +Int N) |-> undefined(T) ...</store>
+       <nextLoc> L:Int => L +Int 1 +Int N </nextLoc>
+    when N >=Int 0
+
+  context _:Type _::Exp[HOLE::Exps];
+

The desugaring of multi-dimensional arrays into unidimensional
+ones is also similar to that in untyped SIMPLE, although we have to
+make sure that all the declared variables have the right types. The
+auxiliary operation T<Vs>, defined at the end of the file,
+adds the length of Vs dimensions to the type T.

+
// TODO: Check the desugaring below to be consistent with the one for untyped simple
+
+  syntax Id ::= "$1" [token] | "$2" [token]
+  rule T:Type X:Id[N1:Int, N2:Int, Vs:Vals];
+    => T[]<Vs> X[N1];
+       {
+         T[][]<Vs> $1=X;
+         for(int $2=0; $2 <= N1 - 1; ++$2) {
+           T X[N2,Vs];
+           $1[$2] = X;
+         }
+       }
+

Function declaration

+ +

Store all function parameters, as well as the return type, as part
+of the lambda abstraction. In the spirit of dynamic typing, we will
+make sure that parameters are well typed when the function is invoked.

+
  rule <k> T:Type F:Id(Ps:Params) S => . ...</k>
+       <env> Env => Env[F <- L] </env>
+       <store>... .Map => L |-> lambda(T, Ps, S) ...</store>
+       <nextLoc> L => L +Int 1 </nextLoc>
+

Calling main()

+ +

When done with the first pass, call main().

+
  syntax KItem ::= "execute"
+  rule <k> execute => main(.Exps); </k>
+       <env> Env </env>
+       <genv> .Map => Env </genv>
+

Expressions

+ +

Variable lookup

+ +
  rule <k> X:Id => V ...</k>
+       <env>... X |-> L ...</env>
+       <store>... L |-> V:Val ...</store>  [group(lookup)]
+

Variable/Array increment

+ +
  context ++(HOLE => lvalue(HOLE))
+  rule <k> ++loc(L) => I +Int 1 ...</k>
+       <store>... L |-> (I:Int => I +Int 1) ...</store>  [group(increment)]
+

Arithmetic operators

+ +
  rule I1 + I2 => I1 +Int I2
+  rule Str1 + Str2 => Str1 +String Str2
+  rule I1 - I2 => I1 -Int I2
+  rule I1 * I2 => I1 *Int I2
+  rule I1 / I2 => I1 /Int I2 when I2 =/=K 0
+  rule I1 % I2 => I1 %Int I2 when I2 =/=K 0
+  rule - I => 0 -Int I
+  rule I1 < I2 => I1 <Int I2
+  rule I1 <= I2 => I1 <=Int I2
+  rule I1 > I2 => I1 >Int I2
+  rule I1 >= I2 => I1 >=Int I2
+  rule V1:Val == V2:Val => V1 ==K V2
+  rule V1:Val != V2:Val => V1 =/=K V2
+  rule ! T => notBool(T)
+  rule true  && E => E
+  rule false && _ => false
+  rule true  || _ => true
+  rule false || E => E
+

Array lookup

+ +

Check array bounds, as part of the dynamic typing policy.

+
// Same comment as for simple untyped regarding [anywhere]
+  rule V:Val[N1:Int, N2:Int, Vs:Vals] => V[N1][N2, Vs]
+    [anywhere]
+
+// Same comment as for simple untyped regarding [anywhere]
+  rule array(_:Type, L:Int, M:Int)[N:Int] => lookup(L +Int N)
+    when N >=Int 0 andBool N <Int M  [anywhere]
+

Size of an array

+ +
  rule sizeOf(array(_,_,N)) => N
+

Function call

+ +

Define function call and return together, to see their relationship.
+Note that the operation mkDecls now declares properly typed
+instantiated variables, and that the semantics of return also
+checks that that type of the returned value is expected one.

+
  syntax KItem ::= (Type,Map,K,ControlCellFragment)
+
+  rule <k> lambda(T,Ps,S)(Vs:Vals) ~> K => mkDecls(Ps,Vs) S return; </k>
+       <control>
+         <fstack> .List => ListItem((T',Env,K,C)) ...</fstack>
+         <returnType> T' => T </returnType>
+         C
+       </control>
+       <env> Env => GEnv </env>
+       <genv> GEnv </genv>
+
+  rule <k> return V:Val; ~> _ => V ~> K </k>
+       <control>
+         <fstack> ListItem((T',Env,K,C)) => .List ...</fstack>
+         <returnType> T => T' </returnType>
+         (_ => C)
+       </control>
+       <env> _ => Env </env>
+    when typeOf(V) ==K T   // check the type of the returned value
+

Like the undefined above, nothing also gets
+tagged with a type now. The empty return statement is
+completed to return the nothing value tagged as expected.

+
  syntax Val ::= nothing(Type)
+  rule <k> return; => return nothing(T); ...</k> <returnType> T </returnType>
+

Read

+ +
  rule <k> read() => I ...</k> <input> ListItem(I:Int) => .List ...</input>  [group(read)]
+

Assignment

+ +

The assignment now checks that the type of the assigned location is
+preserved:

+
  context (HOLE => lvalue(HOLE)) = _
+
+  rule <k> loc(L) = V:Val => V ...</k> <store>... L |-> (V' => V) ...</store>
+    when typeOf(V) ==K typeOf(V')  [group(assignment)]
+

Statements

+ +

Blocks

+ +
  rule {} => .
+  rule <k> { S } => S ~> setEnv(Env) ...</k>  <env> Env </env>
+

Sequential composition

+ +
  rule S1:Stmt S2:Stmt => S1 ~> S2
+

Expression statements

+ +
  rule _:Val; => .
+

Conditional

+ +
  rule if ( true) S else _ => S
+  rule if (false) _ else S => S
+

While loop

+ +
  rule while (E) S => if (E) {S while(E)S}
+

Print

+ +

We only allow printing integers and strings:

+
  rule <k> print(V:Val, Es => Es); ...</k> <output>... .List => ListItem(V) </output>
+    when typeOf(V) ==K int orBool typeOf(V) ==K string  [group(print)]
+  rule print(.Vals); => .
+

Exceptions

+ +

Exception parameters are now typed, but note that the semantics below
+works correctly only when the thrown exception has the same type as
+the innermost try-catch paramete. To keep things simple, for the time
+being we can assume that SIMPLE only throws and catches integer
+values, in which case our semantics below works fine:

+
  syntax KItem ::= (Param,Stmt,K,Map,ControlCellFragment)  // Param instead of Id
+
+  syntax KItem ::= "popx"
+
+  rule <k> (try S1 catch(P) S2 => S1 ~> popx) ~> K </k>
+       <control>
+         <xstack> .List => ListItem((P, S2, K, Env, C)) ...</xstack>
+         C
+       </control>
+       <env> Env </env>
+
+  rule <k> popx => . ...</k>
+       <xstack> ListItem(_) => .List ...</xstack>
+
+  rule <k> throw V:Val; ~> _ => { T X = V; S2 } ~> K </k>
+       <control>
+         <xstack> ListItem((T:Type X:Id, S2, K, Env, C)) => .List ...</xstack>
+         (_ => C)
+       </control>
+       <env> _ => Env </env>
+

Threads

+ +

Thread creation

+ +
   rule <thread>...
+          <k> spawn S => !T:Int +Int 1 ...</k>
+          <env> Env </env>
+        ...</thread>
+        (.Bag => <thread>...
+                <k> S </k>
+                <env> Env </env>
+                <id> !T +Int 1 </id>
+              ...</thread>)
+

Thread termination

+ +
   rule (<thread>... <k>.</k> <holds>H</holds> <id>T</id> ...</thread> => .Bag)
+        <busy> Busy => Busy -Set keys(H) </busy>
+        <terminated>... .Set => SetItem(T) ...</terminated>
+

Thread joining

+ +
   rule <k> join T:Int; => . ...</k>
+        <terminated>... SetItem(T) ...</terminated>
+

Acquire lock

+ +
   rule <k> acquire V:Val; => . ...</k>
+        <holds>... .Map => V |-> 0 ...</holds>
+        <busy> Busy (.Set => SetItem(V)) </busy>
+     when (notBool(V in Busy:Set))  [group(acquire)]
+
+   rule <k> acquire V; => . ...</k>
+        <holds>... V:Val |-> (N:Int => N +Int 1) ...</holds>
+

Release lock

+ +
   rule <k> release V:Val; => . ...</k>
+        <holds>... V |-> (N => N:Int -Int 1) ...</holds>
+      when N >Int 0
+
+   rule <k> release V; => . ...</k> <holds>... V:Val |-> 0 => .Map ...</holds>
+        <busy>... SetItem(V) => .Set ...</busy>
+

Rendezvous synchronization

+ +
   rule <k> rendezvous V:Val; => . ...</k>
+        <k> rendezvous V; => . ...</k>  [group(rendezvous)]
+

Auxiliary declarations and operations

+ +

Turns a list of parameters and a list of instance values for them
+into a list of variable declarations.

+
  syntax Stmt ::= mkDecls(Params,Vals)  [function]
+  rule mkDecls((T:Type X:Id, Ps:Params), (V:Val, Vs:Vals))
+    => T X=V; mkDecls(Ps,Vs)
+  rule mkDecls(.Params,.Vals) => {}
+

Location lookup.

+
  syntax Exp ::= lookup(Int)  // see NOTES.md for why Exp instead of KItem
+  rule <k> lookup(L) => V ...</k> <store>... L |-> V:Val ...</store>  [group(lookup)]
+

Environment recovery.

+
// TODO: same comment regarding setEnv(...) as for simple untyped
+
+  syntax KItem ::= setEnv(Map)
+  rule <k> setEnv(Env) => . ...</k>  <env> _ => Env </env>
+  rule (setEnv(_) => .) ~> setEnv(_)
+

lvalue and loc

+
  syntax Exp ::= lvalue(K)
+  syntax Val ::= loc(Int)
+
+  rule <k> lvalue(X:Id => loc(L)) ...</k>  <env>... X |-> L:Int ...</env>
+
+  //context lvalue(_[HOLE])
+  //context lvalue(HOLE[_])
+  context lvalue(_::Exp[HOLE::Exps])
+  context lvalue(HOLE::Exp[_::Exps])
+
+  rule lvalue(lookup(L:Int) => loc(L))
+

Adds the corresponding depth to an array type

+
  syntax Type ::= Type "<" Vals ">"  [function]
+  rule T:Type<_,Vs:Vals> => T[]<Vs>
+  rule T:Type<.Vals> => T
+

Sequences of locations.

+
  syntax Map ::= Int "..." Int "|->" K
+    [function, latex({#1}\ldots{#2}\mapsto{#3})]
+  rule N...M |-> _ => .Map  when N >Int M
+  rule N...M |-> K => N |-> K (N +Int 1)...M |-> K  when N <=Int M
+
+// Type of a value.
+  syntax Type ::= typeOf(K)  [function]
+  rule typeOf(_:Int) => int
+  rule typeOf(_:Bool) => bool
+  rule typeOf(_:String) => string
+  rule typeOf(array(T,_,_)) => (T[])   // () needed! K parses [] as "no tags"
+  rule typeOf(lambda(T,Ps,_)) => getTypes(Ps) -> T
+  rule typeOf(undefined(T)) => T
+  rule typeOf(nothing(T)) => T
+

List of types of a parameter.

+
  syntax Types ::= getTypes(Params)  [function]
+  rule getTypes(T:Type _:Id) => T, .Types   // I would like to not use .Types
+  rule getTypes(T:Type _:Id, P, Ps) => T, getTypes(P,Ps)
+  rule getTypes(.Params) => void, .Types
+endmodule
+

KOOL — Untyped

+ +

Author: Grigore Roșu (grosu@illinois.edu)
+Organization: University of Illinois at Urbana-Champaign

+

Author: Traian Florin Șerbănuță (traian.serbanuta@unibuc.ro)
+Organization: University of Bucharest

+

Abstract

+ +

This is the K semantic definition of the untyped KOOL language. KOOL
+is aimed at being a pedagogical and research language that captures
+the essence of the object-oriented programming paradigm. Its untyped
+variant discussed here is simpler than the typed one, ignoring several
+intricate aspects of types in the presence of objects. A program
+consists of a set of class declarations. Each class can extend at
+most one other class (KOOL is single-inheritance). A class can
+declare a set of fields and a set of methods, all public and called
+the class' members. Specifically, KOOL includes the
+following features:

+
    +
  • +

    Class declarations, where a class may or may not explicitly
    +extend another class. In case a class does not explicitly extend
    +another class, then it is assumed that it extends the default top-most
    +and empty (i.e., no members) class called Object. Each class
    +is required to declare precisely one homonymous method, called its
    +constructor. Each valid program should contain one class
    +named Main, whose constructor, Main(), takes no
    +arguments. The execution of a program consists of creating an object
    +instance of class Main and invoking the constructor
    +Main() on it, that is, of executing new Main();.

    +
  • +
  • +

    All features of SIMPLE (see examples/simple/untyped),
    +i.e., multidimensional arrays, function (here called "method")
    +abstractions with call-by-value parameter passing style and static
    +scoping, blocks with locals, input/output, parametric exceptions, and
    +concurrency via dynamic thread creation/termination and synchronization.
    +The only change in the syntax of SIMPLE when imported in KOOL is the
    +function declaration keyword, function, which is changed into
    +method. The exact same desugaring macros from SIMPLE are
    +also included in KOOL. We can think of KOOL's classes as embedding
    +SIMPLE programs (extended with OO constructs, as discussed next).

    +
  • +
  • +

    Object creation using the new C(e1,...,en)
    +expression construct. An object instance of class C is first
    +created and then the constructor C(e1,...,en) is implicitly
    +called on that object. KOOL only allows (and requires) one
    +constructor per class. The class constructor can be called either
    +implicitly during a new object creation for the class, or explicitly.
    +The superclass constructor is not implicitly invoked when a
    +class constructor is invoked; if you want to invoke the superclass
    +constructor from a subclass constructor then you have to do it
    +explicitly.

    +
  • +
  • +

    An expression construct this, which evaluates to the
    +current object.

    +
  • +
  • +

    An expression construct super, which is used (only) in
    +combination with member lookup (see next) to refer to a superclass
    +field or method.

    +
  • +
  • +

    A member lookup expression construct e.x, where e
    +is an expression (either an expression expected to evaluate to an object
    +or the super construct) and x is a class member name,
    +that is, a field or a method name.

    +
  • +
  • +

    Expression constructs e instanceOf C and
    +(C) e, where e is an expression expected
    +to evaluate to an object and C a class name. The former
    +tells whether the class of e is a subclass of C,
    +that is, whether e can be used as an instance of C,
    +and the latter changes the class of e to C. These
    +operations always succeed: the former returns a Boolean value, while
    +the latter changes the current class of e to C
    +regardless of whether it is safe to do so or not. The typed version
    +of KOOL will check the safety of casting by ensuring that the instance
    +class of the object is a subclass of C. In untyped KOOL we
    +do not want to perform this check because we want to allow the
    +programmer maximum of flexibility: if one always accesses only
    +available members, then the program can execute successfully despite
    +the potentially unsafe cast.

    +
  • +
+

There are some specific aspects of KOOL that need to be discussed.

+

First, KOOL is higher-order, allowing function abstractions to be
+treated like any other values in the language. For example, if
+m is a method of object e then e.m
+evaluates to the corresponding function abstraction. The function
+abstraction is in fact a closure, because in addition to the method
+parameters and body it also encapsulates the object value (i.e., the
+environment of the object together with its current class—see below)
+that e evaluates to. This way, function abstractions can be
+invoked anywhere and have the capability to change the state of their
+object. For example, if m is a method of object e
+which increments a field c of e when invoked, and if
+getm is another method of e which simply returns
+m when invoked, then the double application
+(e.getm())() has the same effect as e.m(), that is,
+increments the counter c of e. Note that the
+higher-order nature of KOOL was not originally planned; it came as a
+natural consequence of evaluating methods to closures and we decided
+to keep it. If you do not like it then do not use it.

+

Second, since all the fields and methods are public in KOOL and since
+they can be redeclared in subclasses, it is not immediately clear how
+to lookup the member x when we write e.x and
+e is different from super. We distinguish two cases,
+depending on whether e.x occurs in a method invocation
+context (i.e., e.x(...)) or in a field context. KOOL has
+dynamic method dispatch, so if e.x is invoked as a method
+then x will be searched for starting with the instance class of
+the object value to which e evaluates. If e.x
+occurs in a non-method-invocation context then x will be
+treated as a field (although it may hold a method closure due to the
+higher-order nature of KOOL) and thus will be searched starting with
+the current class of the object value of e (which, because of
+this and casting, may be different from its instance class).
+In order to achieve the above, each object value will consist of a
+pair holding the current class of the object and an environment stack
+with one layer for each class in the object's instance class hierarchy.

+

Third, although KOOL is dynamic method dispatch, its capabilities
+described above are powerful enough to allow us to mimic static
+method dispatch. For example, suppose that you want to invoke method
+m() statically. Then all you need to do is to declare a
+local variable and bind it to m, for example var staticm = m;, and
+then call staticm(). This works because
+staticm is first bound to the method closure that m
+evaluates to, and then looked up as any local variable when invoked.
+We only enable the dynamic method dispatch when we have an object
+member on an application position, e.g., m().

+

In what follows, we limit our comments to the new, KOOL-specific
+aspects of the language. We refer the reader to the untyped SIMPLE
+language for documentation on the the remaining features, because
+those were all borrowed from SIMPLE.

+
module KOOL-UNTYPED-SYNTAX
+  imports DOMAINS-SYNTAX
+

Syntax

+ +

The syntax of KOOL extends that of SIMPLE with object-oriented
+constructs. We removed from the K annotated syntax of SIMPLE two
+constructs, namely the one for function declarations (because we want
+to call them methods now) and the one for function application
+(because application is not strict in the first argument
+anymore—needs to initiate dynamic method dispatch). The additional
+syntax includes:

+
    +
  • First, we need a new dedicated identifier, Object, for
    +the default top-most class.
  • +
  • Second, we rename the function keyword of SIMPLE into method.
  • +
  • Third, we add syntax for class declarations together with a
    +macro making classes which extend nothing to extend Object.
  • +
  • Fourth, we change the strictness attribute of application
    +into strict(2).
  • +
  • Finally, we add syntax and corresponding strictness
    +for the KOOL object-oriented constructs.
  • +
+
  syntax Id ::= "Object" [token] | "Main" [token]
+
+  syntax Stmt ::= "var" Exps ";"
+                | "method" Id "(" Ids ")" Block  // called "function" in SIMPLE
+                | "class" Id Block               // KOOL
+                | "class" Id "extends" Id Block  // KOOL
+
+  syntax Exp ::= Int | Bool | String | Id
+               | "this"                                 // KOOL
+               | "super"                                // KOOL
+               | "(" Exp ")"             [bracket]
+               | "++" Exp
+               | Exp "instanceOf" Id     [strict(1)]    // KOOL
+               | "(" Id ")" Exp          [strict(2)]    // KOOL  cast
+               | "new" Id "(" Exps ")"   [strict(2)]    // KOOL
+               | Exp "." Id                             // KOOL
+               > Exp "[" Exps "]"        [strict]
+               > Exp "(" Exps ")"        [strict(2)]    // was strict in SIMPLE
+               | "-" Exp                 [strict]
+               | "sizeOf" "(" Exp ")"    [strict]
+               | "read" "(" ")"
+               > left:
+                 Exp "*" Exp             [strict, left]
+               | Exp "/" Exp             [strict, left]
+               | Exp "%" Exp             [strict, left]
+               > left:
+                 Exp "+" Exp             [strict, left]
+               | Exp "-" Exp             [strict, left]
+               > non-assoc:
+                 Exp "<" Exp             [strict, non-assoc]
+               | Exp "<=" Exp            [strict, non-assoc]
+               | Exp ">" Exp             [strict, non-assoc]
+               | Exp ">=" Exp            [strict, non-assoc]
+               | Exp "==" Exp            [strict, non-assoc]
+               | Exp "!=" Exp            [strict, non-assoc]
+               > "!" Exp                 [strict]
+               > left:
+                 Exp "&&" Exp            [strict(1), left]
+               | Exp "||" Exp            [strict(1), left]
+               > "spawn" Block
+               > Exp "=" Exp             [strict(2), right]
+
+  syntax Ids  ::= List{Id,","}
+
+  syntax Exps ::= List{Exp,","}          [strict, klabel(exps)]
+  syntax Val
+  syntax Vals ::= List{Val,","}          [klabel(exps)]
+
+  syntax Block ::= "{" "}"
+                | "{" Stmt "}"
+
+  syntax Stmt ::= Block
+                | Exp ";"                               [strict]
+                | "if" "(" Exp ")" Block "else" Block   [avoid, strict(1)]
+                | "if" "(" Exp ")" Block                [macro]
+                | "while" "(" Exp ")" Block
+                | "for" "(" Stmt Exp ";" Exp ")" Block  [macro]
+                | "return" Exp ";"                      [strict]
+                | "return" ";"                          [macro]
+                | "print" "(" Exps ")" ";"              [strict]
+                | "try" Block "catch" "(" Id ")" Block
+                | "throw" Exp ";"                       [strict]
+                | "join" Exp ";"                        [strict]
+                | "acquire" Exp ";"                     [strict]
+                | "release" Exp ";"                     [strict]
+                | "rendezvous" Exp ";"                  [strict]
+
+  syntax Stmt ::= Stmt Stmt                          [right]
+

Old desugaring rules, from SIMPLE

+
  rule if (E) S => if (E) S else {}
+  rule for(Start Cond; Step) {S} => {Start while (Cond) {S Step;}}
+  rule var E1::Exp, E2::Exp, Es::Exps; => var E1; var E2, Es;       [anywhere]
+  rule var X::Id = E; => var X; X = E;                              [anywhere]
+

New desugaring rule

+
  rule class C:Id S => class C extends Object S                     // KOOL
+
+endmodule
+

Semantics

+ +

We first discuss the new configuration of KOOL, which extends that of
+SIMPLE. Then we include the semantics of the constructs borrowed from
+SIMPLE unchanged; we refrain from discussing those, because they were
+already discussed in the K definition of SIMPLE. Then we discuss
+changes to SIMPLE's semantics needed for the more general meaning of
+the previous SIMPLE constructs (for example for thread spawning,
+assignment, etc.). Finally, we discuss in detail the
+semantics of the additional KOOL constructs.

+
module KOOL-UNTYPED
+  imports KOOL-UNTYPED-SYNTAX
+  imports DOMAINS
+

Configuration

+ +

KOOL removes one cell and adds two nested cells to the configuration
+of SIMPLE. The cell which is removed is the one holding the global
+environment, because a KOOL program consists of a set of classes only,
+with no global declarations. In fact, since informally speaking each
+KOOL class now includes a SIMPLE program, it is safe to say that the
+global variables in SIMPLE became class fields in KOOL. Let us now
+discuss the new cells that are added to the configuration of SIMPLE.

+
    +
  • +

    The cell crntObj holds data pertaining to the current
    +object, that is, the object environment in which the code in cell
    +k executes: crntClass holds the current class (which
    +can change as methods of the current object are invoked);
    +envStack holds the stack of environments as a list,
    +each layer corresponding to one class in the objects' instance class
    +hierarchy; location, which is optional, holds the location in
    +the store where the current object is or has to be located (this is
    +useful both for method closures and for the semantics of object
    +creation).

    +
  • +
  • +

    The cell classes holds all the declared classes, each
    +class being held in its own class cell which contains a name
    +(className), a parent (extends), and the actual
    +member declarations (declarations).

    +
  • +
+
  // the syntax declarations below are required because the sorts are
+  // referenced directly by a production and, because of the way KIL to KORE
+  // is implemented, the configuration syntax is not available yet
+  // should simply work once KIL is removed completely
+  // check other definitions for this hack as well
+  syntax EnvCell
+  syntax ControlCell
+  syntax EnvStackCell
+  syntax CrntObjCellFragment
+
+  configuration <T color="red">
+                  <threads color="orange">
+                    <thread multiplicity="*" type="Set" color="yellow">
+                      <k color="green"> $PGM:Stmt ~> execute </k>
+                    //<br/> // TODO(KORE): support latex annotations #1799
+                      <control color="cyan">
+                        <fstack color="blue"> .List </fstack>
+                        <xstack color="purple"> .List </xstack>
+                      //<br/> // TODO(KORE): support latex annotations #1799
+                        <crntObj color="Fuchsia">  // KOOL
+                           <crntClass> Object </crntClass>
+                           <envStack> .List </envStack>
+                           <location multiplicity="?"> .K </location>
+                        </crntObj>
+                      </control>
+                    //<br/> // TODO(KORE): support latex annotations #1799
+                      <env color="violet"> .Map </env>
+                      <holds color="black"> .Map </holds>
+                      <id color="pink"> 0 </id>
+                    </thread>
+                  </threads>
+                //<br/> // TODO(KORE): support latex annotations #1799
+                  <store color="white"> .Map </store>
+                  <busy color="cyan">.Set </busy>
+                  <terminated color="red"> .Set </terminated>
+                  <input color="magenta" stream="stdin"> .List </input>
+                  <output color="brown" stream="stdout"> .List </output>
+                  <nextLoc color="gray"> 0 </nextLoc>
+                //<br/> // TODO(KORE): support latex annotations #1799
+                  <classes color="Fuchsia">        // KOOL
+                     <classData multiplicity="*" type="Map" color="Fuchsia">
+                        // the Map has as its key the first child of the cell,
+                        // in this case the className cell.
+                        <className color="Fuchsia"> Main </className>
+                        <baseClass color="Fuchsia"> Object </baseClass>
+                        <declarations color="Fuchsia"> .K </declarations>
+                     </classData>
+                  </classes>
+                </T>
+

Unchanged Semantics from untyped SIMPLE

+ +

The semantics below is taken over from SIMPLE unchanged.
+The semantics of function declaration and invocation, including the
+use of the special lambda abstraction value, needs to change
+in order to account for the fact that methods are now invoked into
+their object's environment. The semantics of function return actually
+stays unchanged. Also, the semantics of program initialization is
+different: now we have to create an instance of the Main
+class which also calls the constructor Main(), while in
+SIMPLE we only had to invoke the function Main().
+Finally, the semantics of thread spawning needs to change, too: the
+parent thread needs to also share its object environment with the
+spawned thread (in addition to its local environment, like in SIMPLE).
+This is needed in order to be able to spawn method invokations under
+dynamic method dispatch; for example, spawn { run(); }
+will need to look up the method run() in the newly created
+thread, operation which will most likely fail unless the child thread
+sees the object environment of the parent thread. Note that the
+spawn statement of KOOL is more permissive than the threads
+of Java. In fact, the latter can be implemented in terms of our
+spawn—see the program threads.kool for a sketch.

+

Below is a subset of the values of SIMPLE, which are also values
+of KOOL. We will add other values later in the semantics, such as
+object and method closures.

+
  syntax Val ::= Int | Bool | String
+               | array(Int,Int)
+  syntax Exp ::= Val
+  syntax Exps ::= Vals
+  syntax KResult ::= Val
+  syntax KResult ::= Vals
+

The semantics below are taken verbatim from the untyped SIMPLE
+definition.

+
  syntax KItem ::= "undefined"  [latex(\bot)]
+
+  rule <k> var X:Id; => . ...</k>
+       <env> Env => Env[X <- L] </env>
+       <store>... .Map => L |-> undefined ...</store>
+       <nextLoc> L:Int => L +Int 1 </nextLoc>
+
+
+  context var _:Id[HOLE];
+
+  rule <k> var X:Id[N:Int]; => . ...</k>
+       <env> Env => Env[X <- L] </env>
+       <store>... .Map => L |-> array(L +Int 1, N)
+                          (L +Int 1) ... (L +Int N) |-> undefined ...</store>
+       <nextLoc> L:Int => L +Int 1 +Int N </nextLoc>
+    when N >=Int 0
+
+
+  syntax Id ::= "$1" [token] | "$2" [token]
+  rule var X:Id[N1:Int, N2:Int, Vs:Vals];
+    => var X[N1];
+       {
+         var $1=X;
+         for(var $2=0; $2 <= N1 - 1; ++$2) {
+           var X[N2,Vs];
+           $1[$2] = X;
+         }
+       }
+
+
+  rule <k> X:Id => V ...</k>
+       <env>... X |-> L ...</env>
+       <store>... L |-> V:Val ...</store>  [group(lookup)]
+
+
+  context ++(HOLE => lvalue(HOLE))
+  rule <k> ++loc(L) => I +Int 1 ...</k>
+       <store>... L |-> (I:Int => I +Int 1) ...</store>  [group(increment)]
+
+
+  rule I1 + I2 => I1 +Int I2
+  rule Str1 + Str2 => Str1 +String Str2
+  rule I1 - I2 => I1 -Int I2
+  rule I1 * I2 => I1 *Int I2
+  rule I1 / I2 => I1 /Int I2 when I2 =/=K 0
+  rule I1 % I2 => I1 %Int I2 when I2 =/=K 0
+  rule - I => 0 -Int I
+  rule I1 < I2 => I1 <Int I2
+  rule I1 <= I2 => I1 <=Int I2
+  rule I1 > I2 => I1 >Int I2
+  rule I1 >= I2 => I1 >=Int I2
+
+  rule V1:Val == V2:Val => V1 ==K V2
+  rule V1:Val != V2:Val => V1 =/=K V2
+  rule ! T => notBool(T)
+  rule true  && E => E
+  rule false && _ => false
+  rule true  || _ => true
+  rule false || E => E
+
+
+  rule V:Val[N1:Int, N2:Int, Vs:Vals] => V[N1][N2, Vs]
+    [anywhere]
+
+  rule array(L,_)[N:Int] => lookup(L +Int N)
+    [anywhere]
+
+
+  rule sizeOf(array(_,N)) => N
+

The semantics of function application needs to change into dynamic
+method dispatch invocation, which is defined shortly. However,
+interestingly, the semantics of return stays unchanged.

+
  rule <k> return(V:Val); ~> _ => V ~> K </k>
+       <control>
+         <fstack> ListItem(fstackFrame(Env,K,XS,<crntObj> CO </crntObj>)) => .List ...</fstack>
+         <xstack> _ => XS </xstack>
+         <crntObj> _ => CO </crntObj>
+       </control>
+       <env> _ => Env </env>
+
+  syntax Val ::= "nothing"
+  rule return; => return nothing;
+
+
+  rule <k> read() => I ...</k> <input> ListItem(I:Int) => .List ...</input>  [group(read)]
+
+
+  context (HOLE => lvalue(HOLE)) = _
+
+  rule <k> loc(L) = V:Val => V ...</k> <store>... L |-> (_ => V) ...</store>
+    [group(assignment)]
+
+
+  rule {} => .
+  rule <k> { S } => S ~> setEnv(Env) ...</k>  <env> Env </env>
+
+
+  rule S1::Stmt S2::Stmt => S1 ~> S2
+
+  rule _:Val; => .
+
+  rule if ( true) S else _ => S
+  rule if (false) _ else S => S
+
+  rule while (E) S => if (E) {S while(E)S}
+
+  rule <k> print(V:Val, Es => Es); ...</k> <output>... .List => ListItem(V) </output>
+    [group(print)]
+  rule print(.Vals); => .
+
+
+  syntax KItem ::= xstackFrame(Id,Stmt,K,Map,K)
+  // TODO(KORE): drop the additional production once parsing issue #1842 is fixed
+                 | (Id,Stmt,K,Map,K)
+
+  syntax KItem ::= "popx"
+
+  rule <k> (try S1 catch(X) {S2} => S1 ~> popx) ~> K </k>
+       <control>
+         <xstack> .List => ListItem(xstackFrame(X, S2, K, Env, C)) ...</xstack>
+         C
+       </control>
+       <env> Env </env>
+
+  rule <k> popx => . ...</k>
+       <xstack> ListItem(_) => .List ...</xstack>
+
+  rule <k> throw V:Val; ~> _ => { var X = V; S2 } ~> K </k>
+       <control>
+         <xstack> ListItem(xstackFrame(X, S2, K, Env, C)) => .List ...</xstack>
+         (_ => C)
+       </control>
+       <env> _ => Env </env>
+

Thread spawning needs a new semantics, because we want the child
+thread to also share the object environment with its parent. The new
+semantics of thread spawning will be defined shortly. However,
+interestingly, the other concurrency constructs keep their semantics
+from SIMPLE unchanged.

+
  // TODO(KORE): ..Bag should be . throughout this definition #1772
+  rule (<thread>... <k>.</k> <holds>H</holds> <id>T</id> ...</thread> => .Bag)
+  /*
+  rule (<thread>... <k>.</k> <holds>H</holds> <id>T</id> ...</thread> => .)
+  */
+       <busy> Busy => Busy -Set keys(H) </busy>
+       <terminated>... .Set => SetItem(T) ...</terminated>
+
+  rule <k> join T:Int; => . ...</k>
+       <terminated>... SetItem(T) ...</terminated>
+
+  rule <k> acquire V:Val; => . ...</k>
+       <holds>... .Map => V |-> 0 ...</holds>
+       <busy> Busy (.Set => SetItem(V)) </busy>
+    when (notBool(V in Busy:Set))  [group(acquire)]
+
+  rule <k> acquire V; => . ...</k>
+       <holds>... V:Val |-> (N:Int => N +Int 1) ...</holds>
+
+  rule <k> release V:Val; => . ...</k>
+       <holds>... V |-> (N => N:Int -Int 1) ...</holds>
+    when N >Int 0
+
+  rule <k> release V; => . ...</k> <holds>... V:Val |-> 0 => .Map ...</holds>
+       <busy>... SetItem(V) => .Set ...</busy>
+
+  rule <k> rendezvous V:Val; => . ...</k>
+       <k> rendezvous V; => . ...</k>  [group(rendezvous)]
+

Unchanged auxiliary operations from untyped SIMPLE

+ +
  syntax Stmt ::= mkDecls(Ids,Vals)  [function]
+  rule mkDecls((X:Id, Xs:Ids), (V:Val, Vs:Vals)) => var X=V; mkDecls(Xs,Vs)
+  rule mkDecls(.Ids,.Vals) => {}
+
+  // TODO(KORE): clarify sort inferences #1803
+  syntax Exp ::= lookup(Int)
+  /*
+  syntax KItem ::= lookup(Int)
+  */
+  rule <k> lookup(L) => V ...</k> <store>... L |-> V:Val ...</store>  [group(lookup)]
+
+  syntax KItem ::= setEnv(Map)
+  rule <k> setEnv(Env) => . ...</k>  <env> _ => Env </env>
+  rule (setEnv(_) => .) ~> setEnv(_)
+  // TODO: How can we make sure that the second rule above applies before the first one?
+  //       Probably we'll deal with this using strategies, eventually.
+
+  syntax Exp ::= lvalue(K)
+  syntax Val ::= loc(Int)
+
+  rule <k> lvalue(X:Id => loc(L)) ...</k> <env>... X |-> L:Int ...</env>
+
+  context lvalue(_::Exp[HOLE::Exps])
+  context lvalue(HOLE::Exp[_::Exps])
+
+  rule lvalue(lookup(L:Int) => loc(L))
+
+
+  syntax Map ::= Int "..." Int "|->" K
+    [function, latex({#1}\ldots{#2}\mapsto{#3})]
+  rule N...M |-> _ => .Map  when N >Int M
+  rule N...M |-> K => N |-> K (N +Int 1)...M |-> K  when N <=Int M
+

Changes to the existing untyped SIMPLE semantics

+ +

When we extend a language, sometimes we need to do more than just add
+new language constructs and semantics for them. Sometimes we want to
+also extend the semantics of existing language constructs, in order to
+get more from them.

+

Program initialization

+ +

In SIMPLE, once all the global declarations were processed, the
+function main() was invoked. In KOOL, the global
+declarations are classes, and their specific semantics is given
+shortly; essentially, they are pre-processed one by one and added
+into the class cell structure in the configuration.
+Once all the classes are processed, the computation item
+execute, which was placed right after the program in the
+initial configuration, is reached. In SIMPLE, the program was
+initialized by calling the method main(). In KOOL, the
+program is initialized by creating an object instance of class
+Main. This will also implicitly call the method
+Main() (the Main class constructor). The emptiness
+of the env cell below is just a sanity check, to make sure
+that the user has not declared anything but classes at the top level
+of the program.

+
  syntax KItem ::= "execute"
+  rule <k> execute => new Main(.Exps); </k> <env> .Map </env>
+

The semantics of new (defined below) requires the
+execution of all the class' declarations (and also of its
+superclasses').

+

Object and method closures

+ +

Before we can define the semantics of method application (previously
+called function application in SIMPLE), we need to add two more values
+to the language, namely object and method closures:

+
  syntax Val ::= objectClosure(Id, List)
+               | methodClosure(Id,Int,Ids,Stmt)
+

An object value consists of an objectClosure-wrapped bag
+containing the current class of the object and the environment stack
+of the object. The current class of an object will always be one of
+the classes mapped to an environment in the environment stack of the
+object. A method closure encapsulates the method's parameters and
+code (last two arguments), as well as the object context in which the
+method code should execute. This object context includes the current
+class of the object (the first argument of methodClosure) and
+the object environment stack (located in the object stored at the
+location specified as the second argument of methodClosure).

+

Method application

+ +

KOOL has a complex mechanism to invoke methods, because it allows both
+dynamic method dispatch and methods as first-class-citizen values (the
+latter making it a higher-order language). The invocation mechanism
+will be defined later. What is sufficient to know for now is that
+the two arguments of the application construct eventually reduce to
+values, the first being a method closure and the latter a list of
+values. The semantics of the method closure application is then as
+expected: the local environment and control are stacked, then we
+switch to method closure's class and object environment and execute
+the method body. The mkDecls construct is the one that came
+with the unchanged semantics of SIMPLE above.

+
  syntax KItem ::= fstackFrame(Map,K,List,K)
+  // TODO(KORE): drop the additional production once parsing issue #1842 is fixed
+                 | (Map,K,K)
+
+  rule <k> methodClosure(Class,OL,Xs,S)(Vs:Vals) ~> K
+           => mkDecls(Xs,Vs) S return; </k>
+       <env> Env => .Map </env>
+       <store>... OL |-> objectClosure(_, EnvStack)...</store>
+     //<br/> // TODO(KORE): support latex annotations #1799
+       <control>
+          <xstack> XS </xstack>
+          <fstack> .List => ListItem(fstackFrame(Env, K, XS, <crntObj> Obj' </crntObj>))
+          ...</fstack>
+          <crntObj> Obj' => <crntClass> Class </crntClass> <envStack> EnvStack </envStack> </crntObj>
+       </control>
+

Spawn

+ +

We want to extend the semantics of spawn to also share the
+current object environment with the child thread, in addition to the
+current environment. This extension will allow us to also use method
+invocations in the spawned statements, which will be thus looked up as
+expected, using dynamic method dispatch. This lookup operation would
+fail if the child thread did not have access to its parent's object
+environment.

+
  rule <thread>...
+         <k> spawn S => !T:Int ...</k>
+         <env> Env </env>
+         <crntObj> Obj </crntObj>
+       ...</thread>
+       (.Bag => <thread>...
+               <k> S </k>
+               <env> Env </env>
+               <id> !T </id>
+               <crntObj> Obj </crntObj>
+             ...</thread>)
+

Semantics of the new KOOL constructs

+ +

Class declaration

+ +

Initially, the classes forming the program are moved into their
+corresponding cells:

+
  rule <k> class Class1 extends Class2 { S } => . ...</k>
+       <classes>... (.Bag => <classData>
+                            <className> Class1 </className>
+                            <baseClass> Class2 </baseClass>
+                            <declarations> S </declarations>
+                        </classData>)
+       ...</classes>
+

Method declaration

+ +

Like in SIMPLE, method names are added to the environment and bound
+to their code. However, unlike in SIMPLE where each function was
+executed in the same environment, namely the program global
+environment, a method in KOOL needs to be executed into its object's
+environment. Thus, methods evaluate to closures, which encapsulate
+their object's context (i.e., the current class and environment stack
+of the object) in addition to method's parameters and body. This
+approach to bind method names to method closures in the environment
+will also allow objects to pass their methods to other objects, to
+dynamically change their methods by assigning them other method
+closures, and even to allow all these to be done from other objects.
+This gives the KOOL programmer a lot of power; one should use this
+power wisely, though, because programs can become easily hard to
+understand and reason about if one overuses these features.

+
  rule <k> method F:Id(Xs:Ids) S => . ...</k>
+       <crntClass> Class:Id </crntClass>
+       <location> OL:Int </location>
+       <env> Env => Env[F <- L] </env>
+       <store>... .Map => L |-> methodClosure(Class,OL,Xs,S) ...</store>
+       <nextLoc> L => L +Int 1 </nextLoc>
+

New

+ +

The semantics of new consists of two actions: memory
+allocation for the new object and execution of the corresponding
+constructor. Then the created object is returned as the result of the
+new operation; the value returned by the constructor, if any,
+is discarded. The current environment and object are stored onto the
+stack and recovered after new (according to the semantics of
+return borrowed from SIMPLE, when the statement
+return this; in the rule below is reached and evaluated),
+because the object creation part of new will destroy them.
+The rule below also initializes the object creation process by
+emptying the local environment and the current object, and allocating
+a location in the store where the created object will be eventually
+stored (this is what the storeObj task after the object
+creation task in the rule below will do—its rule is defined
+shortly). The location where the object will be stored is also made
+available in the crntObj cell, so that method closures can
+refer to it (see rule above).

+
  syntax KItem ::= "envStackFrame" "(" Id "," Map ")"
+
+  rule <k> new Class:Id(Vs:Vals) ~> K
+           => create(Class) ~> storeObj ~> Class(Vs); return this; </k>
+       <env> Env => .Map </env>
+       <nextLoc> L:Int => L +Int 1 </nextLoc>
+     //<br/> // TODO(KORE): support latex annotations #1799
+       <control> <xstack> XS </xstack>
+         <crntObj> Obj
+                   => <crntClass> Object </crntClass>
+                      <envStack> ListItem(envStackFrame(Object, .Map)) </envStack>
+                      <location> L </location>
+         </crntObj>
+         <fstack> .List => ListItem(fstackFrame(Env, K, XS, <crntObj> Obj </crntObj>)) ...</fstack>
+       </control>
+

The creation of a new object (the memory allocation part only) is
+a recursive process, requiring to first create an object for the
+superclass. A memory object representation is a layered structure:
+for each class on the path from the instance class to the root of the
+hierarchy there is a layer including the memory allocated for the
+members (both fields and methods) of that class.

+
  syntax KItem ::= create(Id)
+
+  rule <k> create(Class:Id)
+           => create(Class1) ~> setCrntClass(Class) ~> S ~> addEnvLayer ...</k>
+       <className> Class </className>
+       <baseClass> Class1:Id </baseClass>
+       <declarations> S </declarations>
+
+  rule <k> create(Object) => . ...</k>
+

The next operation sets the current class of the current object.
+This is necessary to be done at each layer, because the current class
+of the object is enclosed as part of the method closures (see the
+semantics of method declarations above).

+
  syntax KItem ::= setCrntClass(Id)
+
+  rule <k> setCrntClass(C) => . ...</k>
+       <crntClass> _ => C </crntClass>
+

The next operation adds a new tagged environment layer to the
+current object and gets ready for the next layer by clearing the
+environment (note that create expects the environment to be
+empty).

+
  syntax KItem ::= "addEnvLayer"
+
+  rule <k> addEnvLayer => . ...</k>
+       <env> Env => .Map </env>
+       <crntClass> Class:Id </crntClass>
+       <envStack> .List => ListItem(envStackFrame(Class, Env)) ...</envStack>
+

The following operation stores the created object at the location
+reserved by new. Note that the location reserved by
+new was temporarily stored in the crntObj cell
+precisely for this purpose. Now that the newly created object is
+stored at its location and that all method closures are aware of it,
+the location is unnecessary and thus we delete it from the
+crntObj cell.

+
  syntax KItem ::= "storeObj"
+
+  rule <k> storeObj => . ...</k>
+       <crntObj> <crntClass> CC </crntClass> <envStack> ES </envStack> (<location> L:Int </location> => .Bag) </crntObj>
+       <store>... .Map => L |-> objectClosure(CC, ES) ...</store>
+

Self reference

+ +

The semantics of this is straightforward: evaluate to the
+current object.

+
  rule <k> this => objectClosure(CC, ES) ...</k>
+       <crntObj> <crntClass> CC </crntClass> <envStack> ES </envStack> </crntObj>
+

Object member access

+ +

We can access an object member (field or method) either explicitly,
+using the construct e.x, or implicitly, using only the member
+name x directly. The borrowed semantics of SIMPLE will
+already lookup a sole name in the local environment. The first rule
+below reduces implicit member access to explicit access when the name
+cannot be found in the local environment. There are two cases to
+analyze for explicit object member access, depending upon whether the
+object is a proper object or it is just a redirection to the parent
+class via the construct super. In the first case, we
+evaluate the object expression and lookup the member starting with the
+current class (static scoping). Note the use of the conditional
+evaluation context. In the second case, we just lookup the member
+starting with the superclass of the current class. In both cases,
+the lookupMember task eventually yields a lookup(L)
+task for some appropriate location L, which will be further
+solved with the corresponding rule borrowed from SIMPLE. Note that the
+current object is not altered by super, so future method
+invocations see the entire object, as needed for dynamic method dispatch.

+
  rule <k> X:Id => this . X ...</k> <env> Env:Map </env>
+    when notBool(X in keys(Env))
+
+  context HOLE._::Id when (HOLE =/=K super)
+
+// TODO: explain how Assoc matching has been replaced with two rules here.
+// Maybe also improve it a bit.
+
+/*  rule objectClosure(<crntClass> Class:Id </crntClass>
+                     <envStack>... envStackFrame(Class,EnvC) EStack </envStack>)
+       . X:Id
+    => lookupMember(envStackFrame(Class,EnvC) EStack, X) */
+
+  rule objectClosure(Class:Id, ListItem(envStackFrame(Class,Env)) EStack)
+       . X:Id
+    => lookupMember(ListItem(envStackFrame(Class,Env)) EStack, X)
+  rule objectClosure(Class:Id, (ListItem(envStackFrame(Class':Id,_)) => .List) _)
+       . _X:Id
+    when Class =/=K Class'
+
+/*  rule <k> super . X => lookupMember(EStack, X) ...</k>
+       <crntClass> Class </crntClass>
+       <envStack>... envStackFrame(Class,EnvC) EStack </envStack> */
+  rule <k> super . X => lookupMember(EStack, X) ...</k>
+       <crntClass> Class:Id </crntClass>
+       <envStack> ListItem(envStackFrame(Class,_)) EStack </envStack>
+  rule <k> super . _X ...</k>
+       <crntClass> Class </crntClass>
+       <envStack> ListItem(envStackFrame(Class':Id,_)) => .List ...</envStack>
+    when Class =/=K Class'
+

Method invocation

+ +

Unlike in SIMPLE, in KOOL application was declared strict only in its
+second argument. That is because we want to ensure dynamic method
+dispatch when the first argument is a method access. As a
+consequence, we need to consider all the cases of interest for the
+first argument and to explicitly say what to do in each case. In all
+cases except for method access in a proper object (i.e., not
+super), we want the same behavior for the first argument as
+if it was not in a method invocation position. When it is a member
+access (the third rule below), we look it up starting with the
+instance class of the corresponding object. This ensures dynamic
+dispatch for methods; it actually dynamically dispatches field
+accesses, too, which is correct in KOOL, because one can assign method
+closures to fields and the field appeared in a method invocation
+context. The last context declaration below says that method
+applications or array accesses are also allowed as first argument to
+applications; that is because methods are allowed to return methods
+and arrays are allowed to hold methods in KOOL, since it is
+higher-order. If that is the case, then we want to evaluate the
+method call or the array access.

+
  rule <k> (X:Id => V)(_:Exps) ...</k>
+       <env>... X |-> L ...</env>
+       <store>... L |-> V:Val ...</store>  [group(lookup)]
+
+  rule <k> (X:Id => this . X)(_:Exps) ...</k>
+       <env> Env </env>
+    when notBool(X in keys(Env))
+
+  context HOLE._::Id(_) when HOLE =/=K super
+
+  rule (objectClosure(_, EStack) . X
+    => lookupMember(EStack, X:Id))(_:Exps)
+
+/*  rule <k> (super . X
+            => lookupMember(EStack,X))(_:Exps)...</k>
+       <crntClass> Class </crntClass>
+       <envStack>... envStackFrame(Class,_) EStack </envStack> */
+  rule <k> (super . X
+            => lookupMember(EStack,X))(_:Exps)...</k>
+       <crntClass> Class </crntClass>
+       <envStack> ListItem(envStackFrame(Class,_)) EStack </envStack>
+  rule <k> (super . _X)(_:Exps) ...</k>
+       <crntClass> Class </crntClass>
+       <envStack> ListItem(envStackFrame(Class':Id,_)) => .List ...</envStack>
+    when Class =/=K Class'
+
+  // TODO(KORE): fix getKLabel #1801
+  rule (A:Exp(B:Exps))(C:Exps) => A(B) ~> #freezerFunCall(C)
+  rule (A:Exp[B:Exps])(C:Exps) => A[B] ~> #freezerFunCall(C)
+  rule V:Val ~> #freezerFunCall(C:Exps) => V(C)
+  syntax KItem ::= "#freezerFunCall" "(" K ")"
+  /*
+  context HOLE(_:Exps)
+    when getKLabel(HOLE) ==K #klabel(`_(_)`) orBool getKLabel(HOLE) ==K #klabel(`_[_]`)
+  */
+

Eventually, each of the rules above produces a lookup(L)
+task as a replacement for the method. When that happens, we just
+lookup the value at location L:

+
  rule <k> (lookup(L) => V)(_:Exps) ...</k>  <store>... L |-> V:Val ...</store>
+    [group(lookup)]
+

The value V looked up above is expected to be a method closure,
+in which case the semantics of method application given above will
+apply. Otherwise, the execution will get stuck.

+

Instance Of

+ +

It searches the object environment for a layer corresponding to the
+desired class. It returns true iff it can find the class,
+otherwise it returns false; it only gets stuck when its first
+argument does not evaluate to an object.

+
  rule objectClosure(_, ListItem(envStackFrame(C,_)) _)
+       instanceOf C => true
+
+  rule objectClosure(_, (ListItem(envStackFrame(C,_)) => .List) _)
+       instanceOf C'  when C =/=K C'
+//TODO: remove the sort cast ::Id of C above, when sort inference bug fixed
+
+  rule objectClosure(_, .List) instanceOf _ => false
+

Cast

+ +

In untyped KOOL, we prefer to not check the validity of casting. In
+other words, any cast is allowed on any object, simply changing the
+current class of the object to the desired class. The execution will
+get stuck later if one attempts to access a field which is not
+available. Moreover, the execution may complete successfully even
+in the presence of invalid casts, provided that each accessed member
+during the current execution is, or happens to be, available.

+
  rule (C) objectClosure(_ , EnvStack) => objectClosure(C ,EnvStack)
+

KOOL-specific auxiliary declarations and operations

+ +

Here we define all the auxiliary constructs used in the above
+KOOL-specific semantics (those used in the SIMPLE fragment
+have already been defined in a corresponding section above).

+

Objects as lvalues

+ +

The current machinery borrowed with the semantics of SIMPLE allows us
+to enrich the set of lvalues, this way allowing new means to assign
+values to locations. In KOOL, we want object member names to be
+lvalues, so that we can assign values to them using the already
+existing machinery. The first rule below ensures that the object is
+always explicit, the evaluation context enforces the object to be
+evaluated, and finally the second rule initiates the lookup for the
+member's location based on the current class of the object.

+
  rule <k> lvalue(X:Id => this . X) ...</k>  <env> Env </env>
+    when notBool(X in keys(Env))
+
+  context lvalue((HOLE . _)::Exp)
+
+/*  rule lvalue(objectClosure(<crntClass> C </crntClass>
+                            <envStack>... envStackFrame(C,EnvC) EStack </envStack>)
+              . X
+              => lookupMember(<envStack> envStackFrame(C,EnvC) EStack </envStack>,
+                              X))  */
+  rule lvalue(objectClosure(Class, ListItem(envStackFrame(Class,Env)) EStack)
+              . X
+              => lookupMember(ListItem(envStackFrame(Class,Env)) EStack,
+                              X))
+  rule lvalue(objectClosure(Class, (ListItem(envStackFrame(Class':Id,_)) => .List) _)
+              . _X)
+    when Class =/=K Class'
+

Lookup member

+ +

It searches for the given member in the given environment stack,
+starting with the most concrete class and going up in the hierarchy.

+
  // TODO(KORE): clarify sort inferences #1803
+  syntax Exp ::= lookupMember(List, Id)  [function]
+  /*
+  syntax KItem ::= lookupMember(EnvStackCell,Id)  [function]
+  */
+
+//  rule lookupMember(<envStack> envStackFrame(_, <env>... X|->L ...</env>) ...</envStack>, X)
+//    => lookup(L)
+  rule lookupMember(ListItem(envStackFrame(_, X|->L _)) _, X)
+    => lookup(L)
+
+//  rule lookupMember(<envStack> envStackFrame(_, <env> Env </env>) => .List ...</envStack>, X)
+//    when notBool(X in keys(Env))
+  rule lookupMember(ListItem(envStackFrame(_, Env)) Rest, X) =>
+       lookupMember(Rest, X)
+    when notBool(X in keys(Env))
+//TODO: beautify the above
+
+endmodule
+

Go to Lesson 2, KOOL typed dynamic.

+

KOOL — Untyped

+ +

Author: Grigore Roșu (grosu@illinois.edu)
+Organization: University of Illinois at Urbana-Champaign

+

Author: Traian Florin Șerbănuță (traian.serbanuta@unibuc.ro)
+Organization: University of Bucharest

+

Abstract

+ +

This is the K semantic definition of the untyped KOOL language. KOOL
+is aimed at being a pedagogical and research language that captures
+the essence of the object-oriented programming paradigm. Its untyped
+variant discussed here is simpler than the typed one, ignoring several
+intricate aspects of types in the presence of objects. A program
+consists of a set of class declarations. Each class can extend at
+most one other class (KOOL is single-inheritance). A class can
+declare a set of fields and a set of methods, all public and called
+the class' members. Specifically, KOOL includes the
+following features:

+
    +
  • +

    Class declarations, where a class may or may not explicitly
    +extend another class. In case a class does not explicitly extend
    +another class, then it is assumed that it extends the default top-most
    +and empty (i.e., no members) class called Object. Each class
    +is required to declare precisely one homonymous method, called its
    +constructor. Each valid program should contain one class
    +named Main, whose constructor, Main(), takes no
    +arguments. The execution of a program consists of creating an object
    +instance of class Main and invoking the constructor
    +Main() on it, that is, of executing new Main();.

    +
  • +
  • +

    All features of SIMPLE (see examples/simple/untyped),
    +i.e., multidimensional arrays, function (here called "method")
    +abstractions with call-by-value parameter passing style and static
    +scoping, blocks with locals, input/output, parametric exceptions, and
    +concurrency via dynamic thread creation/termination and synchronization.
    +The only change in the syntax of SIMPLE when imported in KOOL is the
    +function declaration keyword, function, which is changed into
    +method. The exact same desugaring macros from SIMPLE are
    +also included in KOOL. We can think of KOOL's classes as embedding
    +SIMPLE programs (extended with OO constructs, as discussed next).

    +
  • +
  • +

    Object creation using the new C(e1,...,en)
    +expression construct. An object instance of class C is first
    +created and then the constructor C(e1,...,en) is implicitly
    +called on that object. KOOL only allows (and requires) one
    +constructor per class. The class constructor can be called either
    +implicitly during a new object creation for the class, or explicitly.
    +The superclass constructor is not implicitly invoked when a
    +class constructor is invoked; if you want to invoke the superclass
    +constructor from a subclass constructor then you have to do it
    +explicitly.

    +
  • +
  • +

    An expression construct this, which evaluates to the
    +current object.

    +
  • +
  • +

    An expression construct super, which is used (only) in
    +combination with member lookup (see next) to refer to a superclass
    +field or method.

    +
  • +
  • +

    A member lookup expression construct e.x, where e
    +is an expression (either an expression expected to evaluate to an object
    +or the super construct) and x is a class member name,
    +that is, a field or a method name.

    +
  • +
  • +

    Expression constructs e instanceOf C and
    +(C) e, where e is an expression expected
    +to evaluate to an object and C a class name. The former
    +tells whether the class of e is a subclass of C,
    +that is, whether e can be used as an instance of C,
    +and the latter changes the class of e to C. These
    +operations always succeed: the former returns a Boolean value, while
    +the latter changes the current class of e to C
    +regardless of whether it is safe to do so or not. The typed version
    +of KOOL will check the safety of casting by ensuring that the instance
    +class of the object is a subclass of C. In untyped KOOL we
    +do not want to perform this check because we want to allow the
    +programmer maximum of flexibility: if one always accesses only
    +available members, then the program can execute successfully despite
    +the potentially unsafe cast.

    +
  • +
+

There are some specific aspects of KOOL that need to be discussed.

+

First, KOOL is higher-order, allowing function abstractions to be
+treated like any other values in the language. For example, if
+m is a method of object e then e.m
+evaluates to the corresponding function abstraction. The function
+abstraction is in fact a closure, because in addition to the method
+parameters and body it also encapsulates the object value (i.e., the
+environment of the object together with its current class—see below)
+that e evaluates to. This way, function abstractions can be
+invoked anywhere and have the capability to change the state of their
+object. For example, if m is a method of object e
+which increments a field c of e when invoked, and if
+getm is another method of e which simply returns
+m when invoked, then the double application
+(e.getm())() has the same effect as e.m(), that is,
+increments the counter c of e. Note that the
+higher-order nature of KOOL was not originally planned; it came as a
+natural consequence of evaluating methods to closures and we decided
+to keep it. If you do not like it then do not use it.

+

Second, since all the fields and methods are public in KOOL and since
+they can be redeclared in subclasses, it is not immediately clear how
+to lookup the member x when we write e.x and
+e is different from super. We distinguish two cases,
+depending on whether e.x occurs in a method invocation
+context (i.e., e.x(...)) or in a field context. KOOL has
+dynamic method dispatch, so if e.x is invoked as a method
+then x will be searched for starting with the instance class of
+the object value to which e evaluates. If e.x
+occurs in a non-method-invocation context then x will be
+treated as a field (although it may hold a method closure due to the
+higher-order nature of KOOL) and thus will be searched starting with
+the current class of the object value of e (which, because of
+this and casting, may be different from its instance class).
+In order to achieve the above, each object value will consist of a
+pair holding the current class of the object and an environment stack
+with one layer for each class in the object's instance class hierarchy.

+

Third, although KOOL is dynamic method dispatch, its capabilities
+described above are powerful enough to allow us to mimic static
+method dispatch. For example, suppose that you want to invoke method
+m() statically. Then all you need to do is to declare a
+local variable and bind it to m, for example var staticm = m;, and
+then call staticm(). This works because
+staticm is first bound to the method closure that m
+evaluates to, and then looked up as any local variable when invoked.
+We only enable the dynamic method dispatch when we have an object
+member on an application position, e.g., m().

+

In what follows, we limit our comments to the new, KOOL-specific
+aspects of the language. We refer the reader to the untyped SIMPLE
+language for documentation on the the remaining features, because
+those were all borrowed from SIMPLE.

+
module KOOL-UNTYPED-SYNTAX
+  imports DOMAINS-SYNTAX
+

Syntax

+ +

The syntax of KOOL extends that of SIMPLE with object-oriented
+constructs. We removed from the K annotated syntax of SIMPLE two
+constructs, namely the one for function declarations (because we want
+to call them methods now) and the one for function application
+(because application is not strict in the first argument
+anymore—needs to initiate dynamic method dispatch). The additional
+syntax includes:

+
    +
  • First, we need a new dedicated identifier, Object, for
    +the default top-most class.
  • +
  • Second, we rename the function keyword of SIMPLE into method.
  • +
  • Third, we add syntax for class declarations together with a
    +macro making classes which extend nothing to extend Object.
  • +
  • Fourth, we change the strictness attribute of application
    +into strict(2).
  • +
  • Finally, we add syntax and corresponding strictness
    +for the KOOL object-oriented constructs.
  • +
+
  syntax Id ::= "Object" [token] | "Main" [token]
+
+  syntax Stmt ::= "var" Exps ";"
+                | "method" Id "(" Ids ")" Block  // called "function" in SIMPLE
+                | "class" Id Block               // KOOL
+                | "class" Id "extends" Id Block  // KOOL
+
+  syntax Exp ::= Int | Bool | String | Id
+               | "this"                                 // KOOL
+               | "super"                                // KOOL
+               | "(" Exp ")"             [bracket]
+               | "++" Exp
+               | Exp "instanceOf" Id     [strict(1)]    // KOOL
+               | "(" Id ")" Exp          [strict(2)]    // KOOL  cast
+               | "new" Id "(" Exps ")"   [strict(2)]    // KOOL
+               | Exp "." Id                             // KOOL
+               > Exp "[" Exps "]"        [strict]
+               > Exp "(" Exps ")"        [strict(2)]    // was strict in SIMPLE
+               | "-" Exp                 [strict]
+               | "sizeOf" "(" Exp ")"    [strict]
+               | "read" "(" ")"
+               > left:
+                 Exp "*" Exp             [strict, left]
+               | Exp "/" Exp             [strict, left]
+               | Exp "%" Exp             [strict, left]
+               > left:
+                 Exp "+" Exp             [strict, left]
+               | Exp "-" Exp             [strict, left]
+               > non-assoc:
+                 Exp "<" Exp             [strict, non-assoc]
+               | Exp "<=" Exp            [strict, non-assoc]
+               | Exp ">" Exp             [strict, non-assoc]
+               | Exp ">=" Exp            [strict, non-assoc]
+               | Exp "==" Exp            [strict, non-assoc]
+               | Exp "!=" Exp            [strict, non-assoc]
+               > "!" Exp                 [strict]
+               > left:
+                 Exp "&&" Exp            [strict(1), left]
+               | Exp "||" Exp            [strict(1), left]
+               > "spawn" Block
+               > Exp "=" Exp             [strict(2), right]
+
+  syntax Ids  ::= List{Id,","}
+
+  syntax Exps ::= List{Exp,","}          [strict, klabel(exps)]
+  syntax Val
+  syntax Vals ::= List{Val,","}          [klabel(exps)]
+
+  syntax Block ::= "{" "}"
+                | "{" Stmt "}"
+
+  syntax Stmt ::= Block
+                | Exp ";"                               [strict]
+                | "if" "(" Exp ")" Block "else" Block   [avoid, strict(1)]
+                | "if" "(" Exp ")" Block                [macro]
+                | "while" "(" Exp ")" Block
+                | "for" "(" Stmt Exp ";" Exp ")" Block  [macro]
+                | "return" Exp ";"                      [strict]
+                | "return" ";"                          [macro]
+                | "print" "(" Exps ")" ";"              [strict]
+                | "try" Block "catch" "(" Id ")" Block
+                | "throw" Exp ";"                       [strict]
+                | "join" Exp ";"                        [strict]
+                | "acquire" Exp ";"                     [strict]
+                | "release" Exp ";"                     [strict]
+                | "rendezvous" Exp ";"                  [strict]
+
+  syntax Stmt ::= Stmt Stmt                          [right]
+

Old desugaring rules, from SIMPLE

+
  rule if (E) S => if (E) S else {}
+  rule for(Start Cond; Step) {S} => {Start while (Cond) {S Step;}}
+  rule var E1::Exp, E2::Exp, Es::Exps; => var E1; var E2, Es;       [anywhere]
+  rule var X::Id = E; => var X; X = E;                              [anywhere]
+

New desugaring rule

+
  rule class C:Id S => class C extends Object S                     // KOOL
+
+endmodule
+

Semantics

+ +

We first discuss the new configuration of KOOL, which extends that of
+SIMPLE. Then we include the semantics of the constructs borrowed from
+SIMPLE unchanged; we refrain from discussing those, because they were
+already discussed in the K definition of SIMPLE. Then we discuss
+changes to SIMPLE's semantics needed for the more general meaning of
+the previous SIMPLE constructs (for example for thread spawning,
+assignment, etc.). Finally, we discuss in detail the
+semantics of the additional KOOL constructs.

+
module KOOL-UNTYPED
+  imports KOOL-UNTYPED-SYNTAX
+  imports DOMAINS
+

Configuration

+ +

KOOL removes one cell and adds two nested cells to the configuration
+of SIMPLE. The cell which is removed is the one holding the global
+environment, because a KOOL program consists of a set of classes only,
+with no global declarations. In fact, since informally speaking each
+KOOL class now includes a SIMPLE program, it is safe to say that the
+global variables in SIMPLE became class fields in KOOL. Let us now
+discuss the new cells that are added to the configuration of SIMPLE.

+
    +
  • +

    The cell crntObj holds data pertaining to the current
    +object, that is, the object environment in which the code in cell
    +k executes: crntClass holds the current class (which
    +can change as methods of the current object are invoked);
    +envStack holds the stack of environments as a list,
    +each layer corresponding to one class in the objects' instance class
    +hierarchy; location, which is optional, holds the location in
    +the store where the current object is or has to be located (this is
    +useful both for method closures and for the semantics of object
    +creation).

    +
  • +
  • +

    The cell classes holds all the declared classes, each
    +class being held in its own class cell which contains a name
    +(className), a parent (extends), and the actual
    +member declarations (declarations).

    +
  • +
+
  // the syntax declarations below are required because the sorts are
+  // referenced directly by a production and, because of the way KIL to KORE
+  // is implemented, the configuration syntax is not available yet
+  // should simply work once KIL is removed completely
+  // check other definitions for this hack as well
+  syntax EnvCell
+  syntax ControlCell
+  syntax EnvStackCell
+  syntax CrntObjCellFragment
+
+  configuration <T color="red">
+                  <threads color="orange">
+                    <thread multiplicity="*" type="Set" color="yellow">
+                      <k color="green"> $PGM:Stmt ~> execute </k>
+                    //<br/> // TODO(KORE): support latex annotations #1799
+                      <control color="cyan">
+                        <fstack color="blue"> .List </fstack>
+                        <xstack color="purple"> .List </xstack>
+                      //<br/> // TODO(KORE): support latex annotations #1799
+                        <crntObj color="Fuchsia">  // KOOL
+                           <crntClass> Object </crntClass>
+                           <envStack> .List </envStack>
+                           <location multiplicity="?"> .K </location>
+                        </crntObj>
+                      </control>
+                    //<br/> // TODO(KORE): support latex annotations #1799
+                      <env color="violet"> .Map </env>
+                      <holds color="black"> .Map </holds>
+                      <id color="pink"> 0 </id>
+                    </thread>
+                  </threads>
+                //<br/> // TODO(KORE): support latex annotations #1799
+                  <store color="white"> .Map </store>
+                  <busy color="cyan">.Set </busy>
+                  <terminated color="red"> .Set </terminated>
+                  <input color="magenta" stream="stdin"> .List </input>
+                  <output color="brown" stream="stdout"> .List </output>
+                  <nextLoc color="gray"> 0 </nextLoc>
+                //<br/> // TODO(KORE): support latex annotations #1799
+                  <classes color="Fuchsia">        // KOOL
+                     <classData multiplicity="*" type="Map" color="Fuchsia">
+                        // the Map has as its key the first child of the cell,
+                        // in this case the className cell.
+                        <className color="Fuchsia"> Main </className>
+                        <baseClass color="Fuchsia"> Object </baseClass>
+                        <declarations color="Fuchsia"> .K </declarations>
+                     </classData>
+                  </classes>
+                </T>
+

Unchanged Semantics from untyped SIMPLE

+ +

The semantics below is taken over from SIMPLE unchanged.
+The semantics of function declaration and invocation, including the
+use of the special lambda abstraction value, needs to change
+in order to account for the fact that methods are now invoked into
+their object's environment. The semantics of function return actually
+stays unchanged. Also, the semantics of program initialization is
+different: now we have to create an instance of the Main
+class which also calls the constructor Main(), while in
+SIMPLE we only had to invoke the function Main().
+Finally, the semantics of thread spawning needs to change, too: the
+parent thread needs to also share its object environment with the
+spawned thread (in addition to its local environment, like in SIMPLE).
+This is needed in order to be able to spawn method invokations under
+dynamic method dispatch; for example, spawn { run(); }
+will need to look up the method run() in the newly created
+thread, operation which will most likely fail unless the child thread
+sees the object environment of the parent thread. Note that the
+spawn statement of KOOL is more permissive than the threads
+of Java. In fact, the latter can be implemented in terms of our
+spawn—see the program threads.kool for a sketch.

+

Below is a subset of the values of SIMPLE, which are also values
+of KOOL. We will add other values later in the semantics, such as
+object and method closures.

+
  syntax Val ::= Int | Bool | String
+               | array(Int,Int)
+  syntax Exp ::= Val
+  syntax Exps ::= Vals
+  syntax KResult ::= Val
+  syntax KResult ::= Vals
+

The semantics below are taken verbatim from the untyped SIMPLE
+definition.

+
  syntax KItem ::= "undefined"  [latex(\bot)]
+
+  rule <k> var X:Id; => . ...</k>
+       <env> Env => Env[X <- L] </env>
+       <store>... .Map => L |-> undefined ...</store>
+       <nextLoc> L:Int => L +Int 1 </nextLoc>
+
+
+  context var _:Id[HOLE];
+
+  rule <k> var X:Id[N:Int]; => . ...</k>
+       <env> Env => Env[X <- L] </env>
+       <store>... .Map => L |-> array(L +Int 1, N)
+                          (L +Int 1) ... (L +Int N) |-> undefined ...</store>
+       <nextLoc> L:Int => L +Int 1 +Int N </nextLoc>
+    when N >=Int 0
+
+
+  syntax Id ::= "$1" [token] | "$2" [token]
+  rule var X:Id[N1:Int, N2:Int, Vs:Vals];
+    => var X[N1];
+       {
+         var $1=X;
+         for(var $2=0; $2 <= N1 - 1; ++$2) {
+           var X[N2,Vs];
+           $1[$2] = X;
+         }
+       }
+
+
+  rule <k> X:Id => V ...</k>
+       <env>... X |-> L ...</env>
+       <store>... L |-> V:Val ...</store>  [group(lookup)]
+
+
+  context ++(HOLE => lvalue(HOLE))
+  rule <k> ++loc(L) => I +Int 1 ...</k>
+       <store>... L |-> (I:Int => I +Int 1) ...</store>  [group(increment)]
+
+
+  rule I1 + I2 => I1 +Int I2
+  rule Str1 + Str2 => Str1 +String Str2
+  rule I1 - I2 => I1 -Int I2
+  rule I1 * I2 => I1 *Int I2
+  rule I1 / I2 => I1 /Int I2 when I2 =/=K 0
+  rule I1 % I2 => I1 %Int I2 when I2 =/=K 0
+  rule - I => 0 -Int I
+  rule I1 < I2 => I1 <Int I2
+  rule I1 <= I2 => I1 <=Int I2
+  rule I1 > I2 => I1 >Int I2
+  rule I1 >= I2 => I1 >=Int I2
+
+  rule V1:Val == V2:Val => V1 ==K V2
+  rule V1:Val != V2:Val => V1 =/=K V2
+  rule ! T => notBool(T)
+  rule true  && E => E
+  rule false && _ => false
+  rule true  || _ => true
+  rule false || E => E
+
+
+  rule V:Val[N1:Int, N2:Int, Vs:Vals] => V[N1][N2, Vs]
+    [anywhere]
+
+  rule array(L,_)[N:Int] => lookup(L +Int N)
+    [anywhere]
+
+
+  rule sizeOf(array(_,N)) => N
+

The semantics of function application needs to change into dynamic
+method dispatch invocation, which is defined shortly. However,
+interestingly, the semantics of return stays unchanged.

+
  rule <k> return(V:Val); ~> _ => V ~> K </k>
+       <control>
+         <fstack> ListItem(fstackFrame(Env,K,XS,<crntObj> CO </crntObj>)) => .List ...</fstack>
+         <xstack> _ => XS </xstack>
+         <crntObj> _ => CO </crntObj>
+       </control>
+       <env> _ => Env </env>
+
+  syntax Val ::= "nothing"
+  rule return; => return nothing;
+
+
+  rule <k> read() => I ...</k> <input> ListItem(I:Int) => .List ...</input>  [group(read)]
+
+
+  context (HOLE => lvalue(HOLE)) = _
+
+  rule <k> loc(L) = V:Val => V ...</k> <store>... L |-> (_ => V) ...</store>
+    [group(assignment)]
+
+
+  rule {} => .
+  rule <k> { S } => S ~> setEnv(Env) ...</k>  <env> Env </env>
+
+
+  rule S1::Stmt S2::Stmt => S1 ~> S2
+
+  rule _:Val; => .
+
+  rule if ( true) S else _ => S
+  rule if (false) _ else S => S
+
+  rule while (E) S => if (E) {S while(E)S}
+
+  rule <k> print(V:Val, Es => Es); ...</k> <output>... .List => ListItem(V) </output>
+    [group(print)]
+  rule print(.Vals); => .
+
+
+  syntax KItem ::= xstackFrame(Id,Stmt,K,Map,K)
+  // TODO(KORE): drop the additional production once parsing issue #1842 is fixed
+                 | (Id,Stmt,K,Map,K)
+
+  syntax KItem ::= "popx"
+
+  rule <k> (try S1 catch(X) {S2} => S1 ~> popx) ~> K </k>
+       <control>
+         <xstack> .List => ListItem(xstackFrame(X, S2, K, Env, C)) ...</xstack>
+         C
+       </control>
+       <env> Env </env>
+
+  rule <k> popx => . ...</k>
+       <xstack> ListItem(_) => .List ...</xstack>
+
+  rule <k> throw V:Val; ~> _ => { var X = V; S2 } ~> K </k>
+       <control>
+         <xstack> ListItem(xstackFrame(X, S2, K, Env, C)) => .List ...</xstack>
+         (_ => C)
+       </control>
+       <env> _ => Env </env>
+

Thread spawning needs a new semantics, because we want the child
+thread to also share the object environment with its parent. The new
+semantics of thread spawning will be defined shortly. However,
+interestingly, the other concurrency constructs keep their semantics
+from SIMPLE unchanged.

+
  // TODO(KORE): ..Bag should be . throughout this definition #1772
+  rule (<thread>... <k>.</k> <holds>H</holds> <id>T</id> ...</thread> => .Bag)
+  /*
+  rule (<thread>... <k>.</k> <holds>H</holds> <id>T</id> ...</thread> => .)
+  */
+       <busy> Busy => Busy -Set keys(H) </busy>
+       <terminated>... .Set => SetItem(T) ...</terminated>
+
+  rule <k> join T:Int; => . ...</k>
+       <terminated>... SetItem(T) ...</terminated>
+
+  rule <k> acquire V:Val; => . ...</k>
+       <holds>... .Map => V |-> 0 ...</holds>
+       <busy> Busy (.Set => SetItem(V)) </busy>
+    when (notBool(V in Busy:Set))  [group(acquire)]
+
+  rule <k> acquire V; => . ...</k>
+       <holds>... V:Val |-> (N:Int => N +Int 1) ...</holds>
+
+  rule <k> release V:Val; => . ...</k>
+       <holds>... V |-> (N => N:Int -Int 1) ...</holds>
+    when N >Int 0
+
+  rule <k> release V; => . ...</k> <holds>... V:Val |-> 0 => .Map ...</holds>
+       <busy>... SetItem(V) => .Set ...</busy>
+
+  rule <k> rendezvous V:Val; => . ...</k>
+       <k> rendezvous V; => . ...</k>  [group(rendezvous)]
+

Unchanged auxiliary operations from untyped SIMPLE

+ +
  syntax Stmt ::= mkDecls(Ids,Vals)  [function]
+  rule mkDecls((X:Id, Xs:Ids), (V:Val, Vs:Vals)) => var X=V; mkDecls(Xs,Vs)
+  rule mkDecls(.Ids,.Vals) => {}
+
+  // TODO(KORE): clarify sort inferences #1803
+  syntax Exp ::= lookup(Int)
+  /*
+  syntax KItem ::= lookup(Int)
+  */
+  rule <k> lookup(L) => V ...</k> <store>... L |-> V:Val ...</store>  [group(lookup)]
+
+  syntax KItem ::= setEnv(Map)
+  rule <k> setEnv(Env) => . ...</k>  <env> _ => Env </env>
+  rule (setEnv(_) => .) ~> setEnv(_)
+  // TODO: How can we make sure that the second rule above applies before the first one?
+  //       Probably we'll deal with this using strategies, eventually.
+
+  syntax Exp ::= lvalue(K)
+  syntax Val ::= loc(Int)
+
+  rule <k> lvalue(X:Id => loc(L)) ...</k> <env>... X |-> L:Int ...</env>
+
+  context lvalue(_::Exp[HOLE::Exps])
+  context lvalue(HOLE::Exp[_::Exps])
+
+  rule lvalue(lookup(L:Int) => loc(L))
+
+
+  syntax Map ::= Int "..." Int "|->" K
+    [function, latex({#1}\ldots{#2}\mapsto{#3})]
+  rule N...M |-> _ => .Map  when N >Int M
+  rule N...M |-> K => N |-> K (N +Int 1)...M |-> K  when N <=Int M
+

Changes to the existing untyped SIMPLE semantics

+ +

When we extend a language, sometimes we need to do more than just add
+new language constructs and semantics for them. Sometimes we want to
+also extend the semantics of existing language constructs, in order to
+get more from them.

+

Program initialization

+ +

In SIMPLE, once all the global declarations were processed, the
+function main() was invoked. In KOOL, the global
+declarations are classes, and their specific semantics is given
+shortly; essentially, they are pre-processed one by one and added
+into the class cell structure in the configuration.
+Once all the classes are processed, the computation item
+execute, which was placed right after the program in the
+initial configuration, is reached. In SIMPLE, the program was
+initialized by calling the method main(). In KOOL, the
+program is initialized by creating an object instance of class
+Main. This will also implicitly call the method
+Main() (the Main class constructor). The emptiness
+of the env cell below is just a sanity check, to make sure
+that the user has not declared anything but classes at the top level
+of the program.

+
  syntax KItem ::= "execute"
+  rule <k> execute => new Main(.Exps); </k> <env> .Map </env>
+

The semantics of new (defined below) requires the
+execution of all the class' declarations (and also of its
+superclasses').

+

Object and method closures

+ +

Before we can define the semantics of method application (previously
+called function application in SIMPLE), we need to add two more values
+to the language, namely object and method closures:

+
  syntax Val ::= objectClosure(Id, List)
+               | methodClosure(Id,Int,Ids,Stmt)
+

An object value consists of an objectClosure-wrapped bag
+containing the current class of the object and the environment stack
+of the object. The current class of an object will always be one of
+the classes mapped to an environment in the environment stack of the
+object. A method closure encapsulates the method's parameters and
+code (last two arguments), as well as the object context in which the
+method code should execute. This object context includes the current
+class of the object (the first argument of methodClosure) and
+the object environment stack (located in the object stored at the
+location specified as the second argument of methodClosure).

+

Method application

+ +

KOOL has a complex mechanism to invoke methods, because it allows both
+dynamic method dispatch and methods as first-class-citizen values (the
+latter making it a higher-order language). The invocation mechanism
+will be defined later. What is sufficient to know for now is that
+the two arguments of the application construct eventually reduce to
+values, the first being a method closure and the latter a list of
+values. The semantics of the method closure application is then as
+expected: the local environment and control are stacked, then we
+switch to method closure's class and object environment and execute
+the method body. The mkDecls construct is the one that came
+with the unchanged semantics of SIMPLE above.

+
  syntax KItem ::= fstackFrame(Map,K,List,K)
+  // TODO(KORE): drop the additional production once parsing issue #1842 is fixed
+                 | (Map,K,K)
+
+  rule <k> methodClosure(Class,OL,Xs,S)(Vs:Vals) ~> K
+           => mkDecls(Xs,Vs) S return; </k>
+       <env> Env => .Map </env>
+       <store>... OL |-> objectClosure(_, EnvStack)...</store>
+     //<br/> // TODO(KORE): support latex annotations #1799
+       <control>
+          <xstack> XS </xstack>
+          <fstack> .List => ListItem(fstackFrame(Env, K, XS, <crntObj> Obj' </crntObj>))
+          ...</fstack>
+          <crntObj> Obj' => <crntClass> Class </crntClass> <envStack> EnvStack </envStack> </crntObj>
+       </control>
+

Spawn

+ +

We want to extend the semantics of spawn to also share the
+current object environment with the child thread, in addition to the
+current environment. This extension will allow us to also use method
+invocations in the spawned statements, which will be thus looked up as
+expected, using dynamic method dispatch. This lookup operation would
+fail if the child thread did not have access to its parent's object
+environment.

+
  rule <thread>...
+         <k> spawn S => !T:Int ...</k>
+         <env> Env </env>
+         <crntObj> Obj </crntObj>
+       ...</thread>
+       (.Bag => <thread>...
+               <k> S </k>
+               <env> Env </env>
+               <id> !T </id>
+               <crntObj> Obj </crntObj>
+             ...</thread>)
+

Semantics of the new KOOL constructs

+ +

Class declaration

+ +

Initially, the classes forming the program are moved into their
+corresponding cells:

+
  rule <k> class Class1 extends Class2 { S } => . ...</k>
+       <classes>... (.Bag => <classData>
+                            <className> Class1 </className>
+                            <baseClass> Class2 </baseClass>
+                            <declarations> S </declarations>
+                        </classData>)
+       ...</classes>
+

Method declaration

+ +

Like in SIMPLE, method names are added to the environment and bound
+to their code. However, unlike in SIMPLE where each function was
+executed in the same environment, namely the program global
+environment, a method in KOOL needs to be executed into its object's
+environment. Thus, methods evaluate to closures, which encapsulate
+their object's context (i.e., the current class and environment stack
+of the object) in addition to method's parameters and body. This
+approach to bind method names to method closures in the environment
+will also allow objects to pass their methods to other objects, to
+dynamically change their methods by assigning them other method
+closures, and even to allow all these to be done from other objects.
+This gives the KOOL programmer a lot of power; one should use this
+power wisely, though, because programs can become easily hard to
+understand and reason about if one overuses these features.

+
  rule <k> method F:Id(Xs:Ids) S => . ...</k>
+       <crntClass> Class:Id </crntClass>
+       <location> OL:Int </location>
+       <env> Env => Env[F <- L] </env>
+       <store>... .Map => L |-> methodClosure(Class,OL,Xs,S) ...</store>
+       <nextLoc> L => L +Int 1 </nextLoc>
+

New

+ +

The semantics of new consists of two actions: memory
+allocation for the new object and execution of the corresponding
+constructor. Then the created object is returned as the result of the
+new operation; the value returned by the constructor, if any,
+is discarded. The current environment and object are stored onto the
+stack and recovered after new (according to the semantics of
+return borrowed from SIMPLE, when the statement
+return this; in the rule below is reached and evaluated),
+because the object creation part of new will destroy them.
+The rule below also initializes the object creation process by
+emptying the local environment and the current object, and allocating
+a location in the store where the created object will be eventually
+stored (this is what the storeObj task after the object
+creation task in the rule below will do—its rule is defined
+shortly). The location where the object will be stored is also made
+available in the crntObj cell, so that method closures can
+refer to it (see rule above).

+
  syntax KItem ::= "envStackFrame" "(" Id "," Map ")"
+
+  rule <k> new Class:Id(Vs:Vals) ~> K
+           => create(Class) ~> storeObj ~> Class(Vs); return this; </k>
+       <env> Env => .Map </env>
+       <nextLoc> L:Int => L +Int 1 </nextLoc>
+     //<br/> // TODO(KORE): support latex annotations #1799
+       <control> <xstack> XS </xstack>
+         <crntObj> Obj
+                   => <crntClass> Object </crntClass>
+                      <envStack> ListItem(envStackFrame(Object, .Map)) </envStack>
+                      <location> L </location>
+         </crntObj>
+         <fstack> .List => ListItem(fstackFrame(Env, K, XS, <crntObj> Obj </crntObj>)) ...</fstack>
+       </control>
+

The creation of a new object (the memory allocation part only) is
+a recursive process, requiring to first create an object for the
+superclass. A memory object representation is a layered structure:
+for each class on the path from the instance class to the root of the
+hierarchy there is a layer including the memory allocated for the
+members (both fields and methods) of that class.

+
  syntax KItem ::= create(Id)
+
+  rule <k> create(Class:Id)
+           => create(Class1) ~> setCrntClass(Class) ~> S ~> addEnvLayer ...</k>
+       <className> Class </className>
+       <baseClass> Class1:Id </baseClass>
+       <declarations> S </declarations>
+
+  rule <k> create(Object) => . ...</k>
+

The next operation sets the current class of the current object.
+This is necessary to be done at each layer, because the current class
+of the object is enclosed as part of the method closures (see the
+semantics of method declarations above).

+
  syntax KItem ::= setCrntClass(Id)
+
+  rule <k> setCrntClass(C) => . ...</k>
+       <crntClass> _ => C </crntClass>
+

The next operation adds a new tagged environment layer to the
+current object and gets ready for the next layer by clearing the
+environment (note that create expects the environment to be
+empty).

+
  syntax KItem ::= "addEnvLayer"
+
+  rule <k> addEnvLayer => . ...</k>
+       <env> Env => .Map </env>
+       <crntClass> Class:Id </crntClass>
+       <envStack> .List => ListItem(envStackFrame(Class, Env)) ...</envStack>
+

The following operation stores the created object at the location
+reserved by new. Note that the location reserved by
+new was temporarily stored in the crntObj cell
+precisely for this purpose. Now that the newly created object is
+stored at its location and that all method closures are aware of it,
+the location is unnecessary and thus we delete it from the
+crntObj cell.

+
  syntax KItem ::= "storeObj"
+
+  rule <k> storeObj => . ...</k>
+       <crntObj> <crntClass> CC </crntClass> <envStack> ES </envStack> (<location> L:Int </location> => .Bag) </crntObj>
+       <store>... .Map => L |-> objectClosure(CC, ES) ...</store>
+

Self reference

+ +

The semantics of this is straightforward: evaluate to the
+current object.

+
  rule <k> this => objectClosure(CC, ES) ...</k>
+       <crntObj> <crntClass> CC </crntClass> <envStack> ES </envStack> </crntObj>
+

Object member access

+ +

We can access an object member (field or method) either explicitly,
+using the construct e.x, or implicitly, using only the member
+name x directly. The borrowed semantics of SIMPLE will
+already lookup a sole name in the local environment. The first rule
+below reduces implicit member access to explicit access when the name
+cannot be found in the local environment. There are two cases to
+analyze for explicit object member access, depending upon whether the
+object is a proper object or it is just a redirection to the parent
+class via the construct super. In the first case, we
+evaluate the object expression and lookup the member starting with the
+current class (static scoping). Note the use of the conditional
+evaluation context. In the second case, we just lookup the member
+starting with the superclass of the current class. In both cases,
+the lookupMember task eventually yields a lookup(L)
+task for some appropriate location L, which will be further
+solved with the corresponding rule borrowed from SIMPLE. Note that the
+current object is not altered by super, so future method
+invocations see the entire object, as needed for dynamic method dispatch.

+
  rule <k> X:Id => this . X ...</k> <env> Env:Map </env>
+    when notBool(X in keys(Env))
+
+  context HOLE._::Id when (HOLE =/=K super)
+
+// TODO: explain how Assoc matching has been replaced with two rules here.
+// Maybe also improve it a bit.
+
+/*  rule objectClosure(<crntClass> Class:Id </crntClass>
+                     <envStack>... envStackFrame(Class,EnvC) EStack </envStack>)
+       . X:Id
+    => lookupMember(envStackFrame(Class,EnvC) EStack, X) */
+
+  rule objectClosure(Class:Id, ListItem(envStackFrame(Class,Env)) EStack)
+       . X:Id
+    => lookupMember(ListItem(envStackFrame(Class,Env)) EStack, X)
+  rule objectClosure(Class:Id, (ListItem(envStackFrame(Class':Id,_)) => .List) _)
+       . _X:Id
+    when Class =/=K Class'
+
+/*  rule <k> super . X => lookupMember(EStack, X) ...</k>
+       <crntClass> Class </crntClass>
+       <envStack>... envStackFrame(Class,EnvC) EStack </envStack> */
+  rule <k> super . X => lookupMember(EStack, X) ...</k>
+       <crntClass> Class:Id </crntClass>
+       <envStack> ListItem(envStackFrame(Class,_)) EStack </envStack>
+  rule <k> super . _X ...</k>
+       <crntClass> Class </crntClass>
+       <envStack> ListItem(envStackFrame(Class':Id,_)) => .List ...</envStack>
+    when Class =/=K Class'
+

Method invocation

+ +

Unlike in SIMPLE, in KOOL application was declared strict only in its
+second argument. That is because we want to ensure dynamic method
+dispatch when the first argument is a method access. As a
+consequence, we need to consider all the cases of interest for the
+first argument and to explicitly say what to do in each case. In all
+cases except for method access in a proper object (i.e., not
+super), we want the same behavior for the first argument as
+if it was not in a method invocation position. When it is a member
+access (the third rule below), we look it up starting with the
+instance class of the corresponding object. This ensures dynamic
+dispatch for methods; it actually dynamically dispatches field
+accesses, too, which is correct in KOOL, because one can assign method
+closures to fields and the field appeared in a method invocation
+context. The last context declaration below says that method
+applications or array accesses are also allowed as first argument to
+applications; that is because methods are allowed to return methods
+and arrays are allowed to hold methods in KOOL, since it is
+higher-order. If that is the case, then we want to evaluate the
+method call or the array access.

+
  rule <k> (X:Id => V)(_:Exps) ...</k>
+       <env>... X |-> L ...</env>
+       <store>... L |-> V:Val ...</store>  [group(lookup)]
+
+  rule <k> (X:Id => this . X)(_:Exps) ...</k>
+       <env> Env </env>
+    when notBool(X in keys(Env))
+
+  context HOLE._::Id(_) when HOLE =/=K super
+
+  rule (objectClosure(_, EStack) . X
+    => lookupMember(EStack, X:Id))(_:Exps)
+
+/*  rule <k> (super . X
+            => lookupMember(EStack,X))(_:Exps)...</k>
+       <crntClass> Class </crntClass>
+       <envStack>... envStackFrame(Class,_) EStack </envStack> */
+  rule <k> (super . X
+            => lookupMember(EStack,X))(_:Exps)...</k>
+       <crntClass> Class </crntClass>
+       <envStack> ListItem(envStackFrame(Class,_)) EStack </envStack>
+  rule <k> (super . _X)(_:Exps) ...</k>
+       <crntClass> Class </crntClass>
+       <envStack> ListItem(envStackFrame(Class':Id,_)) => .List ...</envStack>
+    when Class =/=K Class'
+
+  // TODO(KORE): fix getKLabel #1801
+  rule (A:Exp(B:Exps))(C:Exps) => A(B) ~> #freezerFunCall(C)
+  rule (A:Exp[B:Exps])(C:Exps) => A[B] ~> #freezerFunCall(C)
+  rule V:Val ~> #freezerFunCall(C:Exps) => V(C)
+  syntax KItem ::= "#freezerFunCall" "(" K ")"
+  /*
+  context HOLE(_:Exps)
+    when getKLabel(HOLE) ==K #klabel(`_(_)`) orBool getKLabel(HOLE) ==K #klabel(`_[_]`)
+  */
+

Eventually, each of the rules above produces a lookup(L)
+task as a replacement for the method. When that happens, we just
+lookup the value at location L:

+
  rule <k> (lookup(L) => V)(_:Exps) ...</k>  <store>... L |-> V:Val ...</store>
+    [group(lookup)]
+

The value V looked up above is expected to be a method closure,
+in which case the semantics of method application given above will
+apply. Otherwise, the execution will get stuck.

+

Instance Of

+ +

It searches the object environment for a layer corresponding to the
+desired class. It returns true iff it can find the class,
+otherwise it returns false; it only gets stuck when its first
+argument does not evaluate to an object.

+
  rule objectClosure(_, ListItem(envStackFrame(C,_)) _)
+       instanceOf C => true
+
+  rule objectClosure(_, (ListItem(envStackFrame(C,_)) => .List) _)
+       instanceOf C'  when C =/=K C'
+//TODO: remove the sort cast ::Id of C above, when sort inference bug fixed
+
+  rule objectClosure(_, .List) instanceOf _ => false
+

Cast

+ +

In untyped KOOL, we prefer to not check the validity of casting. In
+other words, any cast is allowed on any object, simply changing the
+current class of the object to the desired class. The execution will
+get stuck later if one attempts to access a field which is not
+available. Moreover, the execution may complete successfully even
+in the presence of invalid casts, provided that each accessed member
+during the current execution is, or happens to be, available.

+
  rule (C) objectClosure(_ , EnvStack) => objectClosure(C ,EnvStack)
+

KOOL-specific auxiliary declarations and operations

+ +

Here we define all the auxiliary constructs used in the above
+KOOL-specific semantics (those used in the SIMPLE fragment
+have already been defined in a corresponding section above).

+

Objects as lvalues

+ +

The current machinery borrowed with the semantics of SIMPLE allows us
+to enrich the set of lvalues, this way allowing new means to assign
+values to locations. In KOOL, we want object member names to be
+lvalues, so that we can assign values to them using the already
+existing machinery. The first rule below ensures that the object is
+always explicit, the evaluation context enforces the object to be
+evaluated, and finally the second rule initiates the lookup for the
+member's location based on the current class of the object.

+
  rule <k> lvalue(X:Id => this . X) ...</k>  <env> Env </env>
+    when notBool(X in keys(Env))
+
+  context lvalue((HOLE . _)::Exp)
+
+/*  rule lvalue(objectClosure(<crntClass> C </crntClass>
+                            <envStack>... envStackFrame(C,EnvC) EStack </envStack>)
+              . X
+              => lookupMember(<envStack> envStackFrame(C,EnvC) EStack </envStack>,
+                              X))  */
+  rule lvalue(objectClosure(Class, ListItem(envStackFrame(Class,Env)) EStack)
+              . X
+              => lookupMember(ListItem(envStackFrame(Class,Env)) EStack,
+                              X))
+  rule lvalue(objectClosure(Class, (ListItem(envStackFrame(Class':Id,_)) => .List) _)
+              . _X)
+    when Class =/=K Class'
+

Lookup member

+ +

It searches for the given member in the given environment stack,
+starting with the most concrete class and going up in the hierarchy.

+
  // TODO(KORE): clarify sort inferences #1803
+  syntax Exp ::= lookupMember(List, Id)  [function]
+  /*
+  syntax KItem ::= lookupMember(EnvStackCell,Id)  [function]
+  */
+
+//  rule lookupMember(<envStack> envStackFrame(_, <env>... X|->L ...</env>) ...</envStack>, X)
+//    => lookup(L)
+  rule lookupMember(ListItem(envStackFrame(_, X|->L _)) _, X)
+    => lookup(L)
+
+//  rule lookupMember(<envStack> envStackFrame(_, <env> Env </env>) => .List ...</envStack>, X)
+//    when notBool(X in keys(Env))
+  rule lookupMember(ListItem(envStackFrame(_, Env)) Rest, X) =>
+       lookupMember(Rest, X)
+    when notBool(X in keys(Env))
+//TODO: beautify the above
+
+endmodule
+

Go to Lesson 2, KOOL typed dynamic.

+

KOOL — Typed — Dynamic

+ +

Author: Grigore Roșu (grosu@illinois.edu)
+Organization: University of Illinois at Urbana-Champaign

+

Author: Traian Florin Șerbănuță (traian.serbanuta@unibuc.ro)
+Organization: University of Bucharest

+

Abstract

+ +

This is the K dynamic semantics of the typed KOOL language. It is
+very similar to the semantics of the untyped KOOL, the difference
+being that we now check the typing policy dynamically. Since we have
+to now declare the types of variables and methods, we adopt a syntax
+for those which is close to Java. Like in the semantics of
+untyped KOOL, where we borrowed almost all the semantics of untyped
+SIMPLE, we are going to also borrow much of the semantics of
+dynamically typed SIMPLE here. We will highlight the differences
+between the dynamically typed and the untyped KOOL as we proceed with
+the semantics. In general, the type policy of the typed KOOL language
+is similar to that of Java. You may find it useful to also read
+the discussion in the preamble of the static semantics of typed KOOL
+before proceeding.

+
module KOOL-TYPED-DYNAMIC-SYNTAX
+  imports DOMAINS-SYNTAX
+

Syntax

+ +

Like for the untyped KOOL language, the syntax of typed KOOL extends
+that of typed SIMPLE with object-oriented constructs.
+The syntax below was produced by copying and modifying/extending the
+syntax of dynamically typed SIMPLE. In fact, the only change we made
+to the existing syntax of dynamically typed SIMPLE was to change the
+strictness of the application construct like in untyped KOOL, from
+strict to strict(2) (because application is not
+strict in the first argument anymore due to dynamic method dispatch).
+The KOOL-specific syntactic extensions are identical to those in
+untyped KOOL.

+
  syntax Id ::= "Object" [token] | "Main" [token]
+

Types

+ +
  syntax Type ::= "void" | "int" | "bool" | "string"
+                | Id                              // KOOL class
+                | Type "[" "]"
+                | "(" Type ")"           [bracket]
+                > Types "->" Type
+  // TODO(KORE): drop klabel once issues #1913 are fixed
+  syntax Types ::= List{Type,","}   [klabel(_,_::Types)]
+  /*
+  syntax Types ::= List{Type,","}
+  */
+

Declarations

+ +
  syntax Param ::= Type Id
+  syntax Params ::= List{Param,","}
+
+  syntax Stmt ::= Type Exps ";" [avoid]
+                | Type Id "(" Params ")" Block    // stays like in typed SIMPLE
+                | "class" Id Block                // KOOL
+                | "class" Id "extends" Id Block   // KOOL
+

Expressions

+ +
  syntax Exp ::= Int | Bool | String | Id
+               | "this"                                 // KOOL
+               | "super"                                // KOOL
+               | "(" Exp ")"             [bracket]
+               | "++" Exp
+               | Exp "instanceOf" Id     [strict(1)]    // KOOL
+               | "(" Id ")" Exp          [strict(2)]    // KOOL  cast
+               | "new" Id "(" Exps ")"   [strict(2)]    // KOOL
+               | Exp "." Id                             // KOOL
+               > Exp "[" Exps "]"        [strict]
+               > Exp "(" Exps ")"        [strict(2)]    // was strict in SIMPLE
+               | "-" Exp                 [strict]
+               | "sizeOf" "(" Exp ")"    [strict]
+               | "read" "(" ")"
+               > left:
+                 Exp "*" Exp             [strict, left]
+               | Exp "/" Exp             [strict, left]
+               | Exp "%" Exp             [strict, left]
+               > left:
+                 Exp "+" Exp             [strict, left]
+               | Exp "-" Exp             [strict, left]
+               > non-assoc:
+                 Exp "<" Exp             [strict, non-assoc]
+               | Exp "<=" Exp            [strict, non-assoc]
+               | Exp ">" Exp             [strict, non-assoc]
+               | Exp ">=" Exp            [strict, non-assoc]
+               | Exp "==" Exp            [strict, non-assoc]
+               | Exp "!=" Exp            [strict, non-assoc]
+               > "!" Exp                 [strict]
+               > left:
+                 Exp "&&" Exp            [strict(1), left]
+               | Exp "||" Exp            [strict(1), left]
+               > "spawn" Block
+               > Exp "=" Exp             [strict(2), right]
+
+  syntax Exps ::= List{Exp,","}          [strict, klabel(exps)]
+  syntax Val
+  syntax Vals ::= List{Val,","}          [klabel(exps)]
+

Statements

+ +
  syntax Block ::= "{" "}"
+                | "{" Stmt "}"
+
+  syntax Stmt ::= Block
+                | Exp ";"                               [strict]
+                | "if" "(" Exp ")" Block "else" Block   [avoid, strict(1)]
+                | "if" "(" Exp ")" Block                [macro]
+                | "while" "(" Exp ")" Block
+                | "for" "(" Stmt Exp ";" Exp ")" Block  [macro]
+                | "print" "(" Exps ")" ";"              [strict]
+                | "return" Exp ";"                      [strict]
+                | "return" ";"
+                | "try" Block "catch" "(" Param ")" Block
+                | "throw" Exp ";"                       [strict]
+                | "join" Exp ";"                        [strict]
+                | "acquire" Exp ";"                     [strict]
+                | "release" Exp ";"                     [strict]
+                | "rendezvous" Exp ";"                  [strict]
+
+  syntax Stmt ::= Stmt Stmt                          [right]
+

Desugaring macros

+ +
  rule if (E) S => if (E) S else {}
+  rule for(Start Cond; Step) {S::Stmt} => {Start while(Cond){S Step;}}
+  rule T::Type E1::Exp, E2::Exp, Es::Exps; => T E1; T E2, Es;           [anywhere]
+  rule T::Type X::Id = E; => T X; X = E;                                [anywhere]
+
+  rule class C:Id S => class C extends Object S                     // KOOL
+
+endmodule
+

Semantics

+ +

We first discuss the new configuration, then we include the semantics of
+the constructs borrowed from SIMPLE which stay unchanged, then those
+whose semantics had to change, and finally the semantics of the
+KOOL-specific constructs.

+
module KOOL-TYPED-DYNAMIC
+  imports KOOL-TYPED-DYNAMIC-SYNTAX
+  imports DOMAINS
+

Configuration

+ +

The configuration of dynamically typed KOOL is almost identical to
+that of its untyped variant. The only difference is the cell
+return, inside the control cell, whose role is to
+hold the expected return type of the invoked method. That is because
+we want to dynamically check that the value that a method returns has
+the expected type.

+
  // the syntax declarations below are required because the sorts are
+  // referenced directly by a production and, because of the way KIL to KORE
+  // is implemented, the configuration syntax is not available yet
+  // should simply work once KIL is removed completely
+  // check other definitions for this hack as well
+  syntax EnvCell
+  syntax ControlCellFragment
+  syntax EnvStackCell
+  syntax CrntObjCellFragment
+
+  configuration <T color="red">
+                  <threads color="orange">
+                    <thread multiplicity="*" type="Set" color="yellow">
+                      <k color="green"> ($PGM:Stmt ~> execute) </k>
+                    //<br/> // TODO(KORE): support latex annotations #1799
+                      <control color="cyan">
+                        <fstack color="blue"> .List </fstack>
+                        <xstack color="purple"> .List </xstack>
+                        <returnType color="LimeGreen"> void </returnType>  // KOOL
+                      //<br/> // TODO(KORE): support latex annotations #1799
+                        <crntObj color="Fuchsia">  // KOOL
+                           <crntClass> Object </crntClass>
+                           <envStack> .List </envStack>
+                           <location multiplicity="?"> .K </location>
+                        </crntObj>
+                      </control>
+                    //<br/> // TODO(KORE): support latex annotations #1799
+                      <env color="violet"> .Map </env>
+                      <holds color="black"> .Map </holds>
+                      <id color="pink"> 0 </id>
+                    </thread>
+                  </threads>
+                //<br/> // TODO(KORE): support latex annotations #1799
+                  <store color="white"> .Map </store>
+                  <busy color="cyan">.Set </busy>
+                  <terminated color="red"> .Set </terminated>
+                  <input color="magenta" stream="stdin"> .List </input>
+                  <output color="brown" stream="stdout"> .List </output>
+                  <nextLoc color="gray"> 0 </nextLoc>
+                //<br/> // TODO(KORE): support latex annotations #1799
+                  <classes color="Fuchsia">        // KOOL
+                     <classData multiplicity="*" type="Map" color="Fuchsia">
+                        <className color="Fuchsia"> Main </className>
+                        <baseClass color="Fuchsia"> Object </baseClass>
+                        <declarations color="Fuchsia"> .K </declarations>
+                     </classData>
+                  </classes>
+                </T>
+

Unchanged semantics from dynamically typed SIMPLE

+ +

The semantics below is taken over from dynamically typed SIMPLE
+unchanged. Like for untyped KOOL, the semantics of function/method
+declaration and invocation, and of program initialization needs to
+change. Moreover, due to subtyping, the semantics of several imported
+SIMPLE constructs can be made more general, such as that of the
+return statement, that of the assignment, and that of the exceptions.
+We removed all these from the imported semantics of SIMPLE below and
+gave their modified semantics right after, together with the extended
+semantics of thread spawning (which is identical to that of untyped
+KOOL).

+
  syntax Val ::= Int | Bool | String
+               | array(Type,Int,Int)
+  syntax Exp ::= Val
+  syntax Exps ::= Vals
+  syntax KResult ::= Val
+  syntax KResult ::= Vals
+
+
+  syntax KItem ::= undefined(Type)  [latex(\bot_{#1})]
+
+  rule <k> T:Type X:Id; => . ...</k>
+       <env> Env => Env[X <- L] </env>
+       <store>... .Map => L |-> undefined(T) ...</store>
+       <nextLoc> L:Int => L +Int 1 </nextLoc>
+
+
+  rule <k> T:Type X:Id[N:Int]; => . ...</k>
+       <env> Env => Env[X <- L] </env>
+       <store>... .Map => L |-> array(T, L +Int 1, N)
+                          (L +Int 1)...(L +Int N) |-> undefined(T) ...</store>
+       <nextLoc> L:Int => L +Int 1 +Int N </nextLoc>
+    requires N >=Int 0
+
+  context _:Type _::Exp[HOLE::Exps];
+
+
+  syntax Id ::= "$1" [token] | "$2" [token]
+  rule T:Type X:Id[N1:Int, N2:Int, Vs:Vals];
+    => T[]<Vs> X[N1];
+       {
+         T[][]<Vs> $1=X;
+         for(int $2=0; $2 <= N1 - 1; ++$2) {
+           T X[N2,Vs];
+           $1[$2] = X;
+         }
+       }
+
+
+  rule <k> X:Id => V ...</k>
+       <env>... X |-> L ...</env>
+       <store>... L |-> V:Val ...</store>  [group(lookup)]
+
+
+  context ++(HOLE => lvalue(HOLE))
+  rule <k> ++loc(L) => I +Int 1 ...</k>
+       <store>... L |-> (I:Int => I +Int 1) ...</store>  [group(increment)]
+
+
+  rule I1 + I2 => I1 +Int I2
+  rule Str1 + Str2 => Str1 +String Str2
+  rule I1 - I2 => I1 -Int I2
+  rule I1 * I2 => I1 *Int I2
+  rule I1 / I2 => I1 /Int I2 requires I2 =/=K 0
+  rule I1 % I2 => I1 %Int I2 requires I2 =/=K 0
+  rule - I => 0 -Int I
+  rule I1 < I2 => I1 <Int I2
+  rule I1 <= I2 => I1 <=Int I2
+  rule I1 > I2 => I1 >Int I2
+  rule I1 >= I2 => I1 >=Int I2
+  rule V1:Val == V2:Val => V1 ==K V2
+  rule V1:Val != V2:Val => V1 =/=K V2
+  rule ! T => notBool(T)
+  rule true  && E => E
+  rule false && _ => false
+  rule true  || _ => true
+  rule false || E => E
+
+
+  rule V:Val[N1:Int, N2:Int, Vs:Vals] => V[N1][N2, Vs]
+    [anywhere]
+
+  rule array(_:Type, L:Int, M:Int)[N:Int] => lookup(L +Int N)
+    requires N >=Int 0 andBool N <Int M  [anywhere]
+
+  rule sizeOf(array(_,_,N)) => N
+
+
+  syntax Val ::= nothing(Type)
+  rule <k> return; => return nothing(T); ...</k> <returnType> T </returnType>
+
+
+  rule <k> read() => I ...</k> <input> ListItem(I:Int) => .List ...</input>  [group(read)]
+
+
+  context (HOLE => lvalue(HOLE)) = _
+
+
+  rule {} => .
+  rule <k> { S } => S ~> setEnv(Env) ...</k>  <env> Env </env>
+
+
+  rule S1:Stmt S2:Stmt => S1 ~> S2
+
+
+  rule _:Val; => .
+
+
+  rule if ( true) S else _ => S
+  rule if (false) _ else S => S
+
+
+  rule while (E) S => if (E) {S while(E)S}
+
+
+  rule <k> print(V:Val, Es => Es); ...</k> <output>... .List => ListItem(V) </output>
+    requires typeOf(V) ==K int orBool typeOf(V) ==K string  [group(print)]
+  rule print(.Vals); => .
+
+
+  rule (<thread>... <k>.</k> <holds>H</holds> <id>T</id> ...</thread> => .Bag)
+       <busy> Busy => Busy -Set keys(H) </busy>
+       <terminated>... .Set => SetItem(T) ...</terminated>
+
+  rule <k> join T:Int; => . ...</k>
+       <terminated>... SetItem(T) ...</terminated>
+
+  rule <k> acquire V:Val; => . ...</k>
+       <holds>... .Map => V |-> 0 ...</holds>
+       <busy> Busy (.Set => SetItem(V)) </busy>
+    requires (notBool(V in Busy:Set))  [group(acquire)]
+
+  rule <k> acquire V; => . ...</k>
+       <holds>... V:Val |-> (N:Int => N +Int 1) ...</holds>
+
+  rule <k> release V:Val; => . ...</k>
+       <holds>... V |-> (N => N:Int -Int 1) ...</holds>
+    requires N >Int 0
+
+  rule <k> release V; => . ...</k> <holds>... V:Val |-> 0 => .Map ...</holds>
+       <busy>... SetItem(V) => .Set ...</busy>
+
+  rule <k> rendezvous V:Val; => . ...</k>
+       <k> rendezvous V; => . ...</k>  [group(rendezvous)]
+

Unchanged auxiliary operations from dynamically typed SIMPLE

+ +
  syntax Stmt ::= mkDecls(Params,Vals)  [function]
+  rule mkDecls((T:Type X:Id, Ps:Params), (V:Val, Vs:Vals))
+    => T X=V; mkDecls(Ps,Vs)
+  rule mkDecls(.Params,.Vals) => {}
+
+  syntax Exp ::= lookup(Int)
+  rule <k> lookup(L) => V ...</k> <store>... L |-> V:Val ...</store>  [group(lookup)]
+
+  syntax KItem ::= setEnv(Map)
+  rule <k> setEnv(Env) => . ...</k>  <env> _ => Env </env>
+  rule (setEnv(_) => .) ~> setEnv(_)
+
+  syntax Exp ::= lvalue(K)
+  syntax Val ::= loc(Int)
+  rule <k> lvalue(X:Id => loc(L)) ...</k>  <env>... X |-> L:Int ...</env>
+
+  context lvalue(_::Exp[HOLE::Exps])
+  context lvalue(HOLE::Exp[_::Exps])
+
+  rule lvalue(lookup(L:Int) => loc(L))
+
+  syntax Type ::= Type "<" Vals ">"  [function]
+  rule T:Type<_,Vs:Vals> => T[]<Vs>
+  rule T:Type<.Vals> => T
+
+  syntax Map ::= Int "..." Int "|->" K
+    [function, latex({#1}\ldots{#2}\mapsto{#3})]
+  rule N...M |-> _ => .Map  requires N >Int M
+  rule N...M |-> K => N |-> K (N +Int 1)...M |-> K  requires N <=Int M
+
+  syntax Type ::= typeOf(K)  [function]
+  rule typeOf(_:Int) => int
+  rule typeOf(_:Bool) => bool
+  rule typeOf(_:String) => string
+  rule typeOf(array(T,_,_)) => (T[])
+  rule typeOf(undefined(T)) => T
+  rule typeOf(nothing(T)) => T
+
+  syntax Types ::= getTypes(Params)  [function]
+  rule getTypes(T:Type _:Id) => T, .Types
+  rule getTypes(T:Type _:Id, P, Ps) => T, getTypes(P,Ps)
+  rule getTypes(.Params) => void, .Types
+

Changes to the existing dynamically typed SIMPLE semantics

+ +

We extend/change the semantics of several SIMPLE constructs in order
+to take advantage of the richer KOOL semantic infrastructure and thus
+get more from the existing SIMPLE constructs.

+

Program initialization

+ +

Like in untyped KOOL.

+
  syntax KItem ::= "execute"
+  rule <k> execute => new Main(.Exps); </k> <env> .Map </env>
+

Method application

+ +

The only change to untyped KOOL's values is that method closures are
+now typed (their first argument holds their type):

+
 syntax Val ::= objectClosure(Id,List)
+              | methodClosure(Type,Id,Int,Params,Stmt)
+

The type held by a method clossure will be the entire type of the
+method, not only its result type like the lambda-closure of typed
+SIMPLE. The reason for this change comes from the the need to
+dynamically upcast values when passed to contexts where values of
+superclass types are expected; since we want method closures to be
+first-class-citizen values in our language, we have to be able to
+dynamically upcast them, and in order to do that elegantly it is
+convenient to store the entire ``current type'' of the method closure
+instead of just its result type. Note that this was unnecessary in
+the semantics of the dynamically typed SIMPLE language.

+

Method closure application needs to also set a new return type in
+the return cell, like in dynamically typed SIMPLE, in order
+for the values returned by its body to be checked against the return
+type of the method. To do this correctly, we also need to stack the
+current status of the return cell and then pop it when the
+method returns. We have to do the same with the current object
+environment, so we group them together in the stack frame.

+
  syntax KItem ::= fstackFrame(Map, K, List, Type, K)
+
+  rule <k> methodClosure(_->T,Class,OL,Ps,S)(Vs:Vals) ~> K
+           => mkDecls(Ps,Vs) S return; </k>
+       <env> Env => .Map </env>
+       <store>... OL |-> objectClosure(_, EStack)...</store>
+     //<br/> // TODO(KORE): support latex annotations #1799
+       <control>
+          <fstack> .List => ListItem(fstackFrame(Env, K, XS, T', <crntObj> Obj' </crntObj>)) ...</fstack>
+          <xstack> XS </xstack>
+          <returnType> T' => T </returnType>
+          <crntObj> Obj' => <crntClass> Class </crntClass> <envStack> EStack </envStack> </crntObj>
+       </control>
+

At method return, we have to check that the type of the returned
+value is a subtype of the expected return type. Moreover, if that is
+the case, then we also upcast the returned value to one of the
+expected type. The computation item unsafeCast(V,T) changes
+the typeof V to T without any additional checks; however, it only
+does it when V is an object or a method, otherwise it returns V
+unchanged.

+
  rule <k> return V:Val; ~> _
+           => subtype(typeOf(V), T) ~> true? ~> unsafeCast(V, T) ~> K
+       </k>
+       <control>
+         <fstack> ListItem(fstackFrame(Env, K, XS, RT, <crntObj> CO </crntObj>)) => .List ...</fstack>
+         <xstack> _ => XS </xstack>
+         <returnType> T:Type => RT </returnType>
+         <crntObj> _ => CO </crntObj>
+       </control>
+       <env> _ => Env </env>
+

Assignment

+ +

Typed KOOL allows to assign subtype instance values to supertype
+lvalues. The semantics of assignment below is similar in spirit to
+dynamically typed SIMPLE's, but a check is performed that the assigned
+value's type is a subtype of the location's type. If that is the
+case, then the assigned value is returned as a result and stored, but
+it is upcast appropriately first, so the context will continue to see
+a value of the expected type of the location. Note that the type of a
+location is implicit in the type of its contents and it never changes
+during the execution of a program; its type is assigned when the
+location is allocated and initialized, and then only type-preserving
+values are allowed to be stored in each location.

+
  rule <k> loc(L) = V:Val
+           => subtype(typeOf(V),typeOf(V')) ~> true?
+              ~> unsafeCast(V, typeOf(V')) ...</k>
+       <store>... L |-> (V' => unsafeCast(V, typeOf(V'))) ...</store>
+    [group(assignment)]
+

Typed exceptions

+ +

Exceptions are propagated now until a catch that can handle them is
+encountered.

+
  syntax KItem ::= xstackFrame(Param, Stmt, K, Map, K)
+  syntax KItem ::= "popx"
+
+  rule <k> (try S1 catch(P) S2 => S1 ~> popx) ~> K </k>
+       <control>
+         <xstack> .List => ListItem(xstackFrame(P, S2, K, Env, C)) ...</xstack>
+         C
+       </control>
+       <env> Env </env>
+
+  rule <k> popx => . ...</k>
+       <xstack> ListItem(_) => .List ...</xstack>
+
+  rule <k> throw V:Val; ~> _
+        => if (subtype(typeOf(V),T)) { T X = V; S2 } else { throw V; } ~> K
+       </k>
+       <control>
+         <xstack> ListItem(xstackFrame(T:Type X:Id, S2, K, Env, C)) => .List ...</xstack>
+         (_ => C)
+       </control>
+       <env> _ => Env </env>
+

Spawn

+ +

Like in untyped KOOL.

+
  rule <thread>...
+         <k> spawn S => !T:Int ...</k>
+         <env> Env </env>
+         <crntObj> Obj </crntObj>
+       ...</thread>
+       (.Bag => <thread>...
+               <k> S </k>
+               <env> Env </env>
+               <id> !T </id>
+               <crntObj> Obj </crntObj>
+             ...</thread>)
+

Semantics of the new KOOL constructs

+ +

Class declaration

+ +

Like in untyped KOOL.

+
  rule <k> class Class1 extends Class2 { S } => . ...</k>
+       <classes>... (.Bag => <classData>
+                            <className> Class1 </className>
+                            <baseClass> Class2 </baseClass>
+                            <declarations> S </declarations>
+                        </classData>)
+       ...</classes>
+

Method declaration

+ +

Methods are now typed and we need to store their types in their
+closures, so that their type contract can be checked at invocation
+time. The rule below is conceptually similar to that of untyped KOOL;
+the only difference is the addition of the types.

+
  rule <k> T:Type F:Id(Ps:Params) S => . ...</k>
+       <crntClass> C </crntClass>
+       <location> OL </location>
+       <env> Env => Env[F <- L] </env>
+       <store>... .Map => L|->methodClosure(getTypes(Ps)->T,C,OL,Ps,S) ...</store>
+       <nextLoc> L => L +Int 1 </nextLoc>
+

New

+ +

The semantics of new in dynamically typed KOOL is also
+similar to that in untyped KOOL, the main difference being the
+management of the return types. Indeed, when a new object is created
+we also have to stack the current type in the return cell in
+order to be recovered after the creation of the new object. Only the
+first rule below needs to be changed; the others are identical to
+those in untyped KOOL.

+
  syntax KItem ::= envStackFrame(Id, Map)
+
+  rule <k> new Class:Id(Vs:Vals) ~> K
+           => create(Class) ~> (storeObj ~> ((Class(Vs)); return this;)) </k>
+       <env> Env => .Map </env>
+       <nextLoc> L:Int => L +Int 1 </nextLoc>
+     //<br/> // TODO(KORE): support latex annotations #1799
+       <control>
+         <xstack> XS </xstack>
+         <crntObj> Obj
+                   => <crntClass> Object </crntClass>
+                      <envStack> ListItem(envStackFrame(Object, .Map)) </envStack>
+                      <location> L </location>
+         </crntObj>
+         <returnType> T => Class </returnType>
+         <fstack> .List => ListItem(fstackFrame(Env, K, XS, T, <crntObj>Obj</crntObj>)) ...</fstack>
+       </control>
+
+  syntax KItem ::= create(Id)
+
+  rule <k> create(Class:Id)
+           => create(Class1) ~> setCrntClass(Class) ~> S ~> addEnvLayer ...</k>
+       <className> Class </className>
+       <baseClass> Class1:Id </baseClass>
+       <declarations> S </declarations>
+
+  rule <k> create(Object) => . ...</k>
+
+  syntax KItem ::= setCrntClass(Id)
+
+  rule <k> setCrntClass(C) => . ...</k>
+       <crntClass> _ => C </crntClass>
+
+  syntax KItem ::= "addEnvLayer"
+
+  rule <k> addEnvLayer => . ...</k>
+       <env> Env => .Map </env>
+       <crntClass> Class:Id </crntClass>
+       <envStack> .List => ListItem(envStackFrame(Class, Env)) ...</envStack>
+
+  syntax KItem ::= "storeObj"
+
+  rule <k> storeObj => . ...</k>
+       <crntObj>
+         <crntClass> Class </crntClass>
+         <envStack> EStack </envStack>
+         (<location> L:Int </location> => .Bag)
+       </crntObj>
+       <store>... .Map => L |-> objectClosure(Class, EStack) ...</store>
+

Self reference

+ +

Like in untyped KOOL.

+
  rule <k> this => objectClosure(Class, EStack) ...</k>
+       <crntObj>
+         <crntClass> Class </crntClass>
+         <envStack> EStack </envStack>
+         ...
+       </crntObj>
+

Object member access

+ +

Like in untyped KOOL.

+
  rule <k> X:Id => this . X ...</k> <env> Env:Map </env>
+    requires notBool(X in keys(Env))
+
+  context HOLE . _::Id requires (HOLE =/=K super)
+
+/*  rule objectClosure(<crntObj> <crntClass> Class:Id </crntClass>
+                     <envStack>... ListItem((Class,EnvC:EnvCell)) EStack </envStack> </crntObj>)
+       . X:Id
+    => lookupMember(<envStack> ListItem((Class,EnvC)) EStack </envStack>, X) */
+  rule objectClosure(Class:Id,
+                     ListItem(envStackFrame(Class,Env)) EStack)
+       . X:Id
+    => lookupMember(ListItem(envStackFrame(Class,Env)) EStack, X)
+  rule objectClosure(Class:Id,
+                     (ListItem(envStackFrame(Class':Id,_)) => .List) _EStack)
+       . _X:Id
+    requires Class =/=K Class'
+
+/*  rule <k> super . X => lookupMember(<envStack>EStack</envStack>, X) ...</k>
+       <crntClass> Class </crntClass>
+       <envStack>... ListItem((Class,EnvC:EnvCell)) EStack </envStack> */
+  rule <k> super . X => lookupMember(EStack, X) ...</k>
+       <crntClass> Class:Id </crntClass>
+       <envStack> ListItem(envStackFrame(Class,_)) EStack </envStack>
+  rule <k> super . _X ...</k>
+       <crntClass> Class:Id </crntClass>
+       <envStack> (ListItem(envStackFrame(Class':Id,_)) => .List) _EStack </envStack>
+    requires Class =/=K Class'
+

Method invocation

+ +

The method lookup is the same as in untyped KOOL.

+
  rule <k> (X:Id => V)(_:Exps) ...</k>
+       <env>... X |-> L ...</env>
+       <store>... L |-> V:Val ...</store>  [group(lookup)]
+
+  rule <k> (X:Id => this . X)(_:Exps) ...</k>
+       <env> Env </env>
+    requires notBool(X in keys(Env))
+
+  context HOLE._::Id(_) requires HOLE =/=K super
+
+  rule (objectClosure(_, EStack) . X
+    => lookupMember(EStack, X:Id))(_:Exps)
+
+/*  rule <k> (super . X
+            => lookupMember(<envStack>EStack</envStack>,X))(_:Exps)...</k>
+       <crntClass> Class </crntClass>
+       <envStack>... ListItem((Class,_)) EStack </envStack> */
+  rule <k> (super . X
+            => lookupMember(EStack,X))(_:Exps)...</k>
+       <crntClass> Class:Id </crntClass>
+       <envStack> ListItem(envStackFrame(Class,_)) EStack </envStack>
+  rule <k> (super . _X)(_:Exps)...</k>
+       <crntClass> Class:Id </crntClass>
+       <envStack> (ListItem(envStackFrame(Class':Id,_)) => .List) _EStack </envStack>
+    requires Class =/=K Class'
+
+  // TODO(KORE): fix getKLabel #1801
+  rule (A:Exp(B:Exps))(C:Exps) => A(B) ~> #freezerFunCall(C)
+  rule (A:Exp[B:Exps])(C:Exps) => A[B] ~> #freezerFunCall(C)
+  rule V:Val ~> #freezerFunCall(C:Exps) => V(C)
+  syntax KItem ::= "#freezerFunCall" "(" K ")"
+  /*
+  context HOLE(_:Exps)
+    requires getKLabel HOLE ==KLabel '_`(_`) orBool getKLabel HOLE ==KLabel '_`[_`]
+  */
+
+  rule <k> (lookup(L) => V)(_:Exps) ...</k>  <store>... L |-> V:Val ...</store>
+    [group(lookup)]
+

Instance of

+ +

Like in untyped KOOL.

+
  rule objectClosure(_, ListItem(envStackFrame(C,_)) _)
+       instanceOf C => true
+
+  rule objectClosure(_, (ListItem(envStackFrame(C::Id,_)) => .List) _)
+       instanceOf C'  requires C =/=K C'
+
+  rule objectClosure(_, .List) instanceOf _ => false
+

Cast

+ +

Unlike in untyped KOOL, in typed KOOL we actually check that the object
+can indeed be cast to the claimed type.

+
  rule (C:Id) objectClosure(Irrelevant, EStack)
+    => objectClosure(Irrelevant, EStack) instanceOf C ~> true?
+       ~> objectClosure(C, EStack)
+

KOOL-specific auxiliary declarations and operations

+ +

Objects as lvalues

+ +

Like in untyped KOOL.

+
  rule <k> lvalue(X:Id => this . X) ...</k>  <env> Env </env>
+    requires notBool(X in keys(Env))
+
+  context lvalue((HOLE . _)::Exp)
+
+/*  rule lvalue(objectClosure(<crntObj> <crntClass> C </crntClass>
+                            <envStack>... ListItem((C,EnvC:EnvCell)) EStack </envStack> </crntObj>)
+              . X
+              => lookupMember(<envStack> ListItem((C,EnvC)) EStack </envStack>,
+                              X)) */
+  rule lvalue(objectClosure(C:Id,
+                            ListItem(envStackFrame(C,Env)) EStack)
+              . X
+              => lookupMember(ListItem(envStackFrame(C,Env)) EStack,
+                              X))
+  rule lvalue(objectClosure(C,
+                            (ListItem(envStackFrame(C',_)) => .List) _EStack)
+              . _X)
+    requires C =/=K C'
+

Lookup member

+ +

Like in untyped KOOL.

+
  syntax Exp ::= lookupMember(List,Id)  [function]
+
+  rule lookupMember(ListItem(envStackFrame(_, X |-> L _)) _, X) => lookup(L)
+
+  // TODO: fix rule below as shown once we support functions with deep rewrites
+  // rule lookupMember(<envStack> ListItem((_, <env> Env </env>)) => .List
+  //                     ...</envStack>, X)
+  //   requires notBool(X in keys(Env))
+  rule lookupMember(ListItem(envStackFrame(_, Env)) L, X)
+    => lookupMember(L, X)
+    requires notBool(X in keys(Env))
+

typeOf for the additional values}

+ +
  rule typeOf(objectClosure(C,_)) => C
+  rule typeOf(methodClosure(T:Type,_,_,_Ps:Params,_)) => T
+

Subtype checking

+ +

The subclass relation induces a subtyping relation.

+
  syntax Exp ::= subtype(Types,Types)
+
+  rule subtype(T:Type, T) => true
+
+  rule <k> subtype(C1:Id, C:Id) => subtype(C2, C) ...</k>
+       <className> C1 </className>
+       <baseClass> C2:Id </baseClass>
+    requires C1 =/=K C
+
+  rule subtype(Object,Class:Id) => false
+    requires Class =/=K Object
+
+  rule subtype(Ts1->T2,Ts1'->T2') => subtype(((T2)::Type,Ts1'),((T2')::Type,Ts1))
+
+// Note that the following rule would be wrong!
+//  rule subtype(T[],T'[]) => subtype(T,T')
+
+  rule subtype((T:Type,Ts),(T':Type,Ts')) => subtype(T,T') && subtype(Ts,Ts')
+    requires Ts =/=K .Types
+  rule subtype(.Types,.Types) => true
+

Unsafe Casting

+ +

Performs unsafe casting. One should only use it in combination with
+the subtype relation above.

+
  syntax Val ::= unsafeCast(Val,Type)  [function]
+
+  rule unsafeCast(objectClosure(_,EStack), C:Id)
+    => objectClosure(C,EStack)
+
+  rule unsafeCast(methodClosure(_T',C,OL,Ps,S), T) => methodClosure(T,C,OL,Ps,S)
+
+  rule unsafeCast(V:Val, T:Type) => V  requires typeOf(V) ==K T
+

Generic guard

+ +

A generic computational guard: it allows the computation to continue
+only if a prefix guard evaluates to true.

+
  syntax KItem ::= "true?"
+  rule true ~> true? => .
+
+endmodule
+

Go to Lesson 3, KOOL typed static.

+

KOOL — Typed — Static

+ +

Author: Grigore Roșu (grosu@illinois.edu)
+Organization: University of Illinois at Urbana-Champaign

+

Author: Traian Florin Șerbănuță (traian.serbanuta@unibuc.ro)
+Organization: University of Bucharest

+

Abstract

+ +

This is the K static semantics of the typed KOOL language.
+It extends the static semantics of typed SIMPLE with static semantics
+for the object-oriented constructs. Also, the static semantics of
+some of the existing SIMPLE constructs need to change, in order to
+become more generous with regards to the set of accepted programs,
+mostly due to subtyping. For example, the assignment construct
+x = e required that both the variable x and the
+expression e had the same type in SIMPLE. In KOOL, the type
+of e can be a subtype of the type of x.
+Specifically, we define the following typing policy for KOOL,
+everything else not mentioned below borrowing its semantics from
+SIMPLE:

+
    +
  • +

    Each class C yields a homonymous type, which can be
    +explicitly used in programs to type variables and methods, possibly in
    +combination with other types.

    +
  • +
  • +

    Since now we have user-defined types, we check that each type
    +used in a KOOL program is well-formed, that is, it is constructed only
    +from primitive and class types corresponding to declared classes.

    +
  • +
  • +

    Class members and their types form a class type
    +environment
    . Each class will have such a type environment.
    +Each member in a class is allowed to be declared only once. Since in
    +KOOL we allow methods to be assigned to fields, we make no distinction
    +between field and method members; in other words, we reject programs
    +declaring both a field and a method with the same name.

    +
  • +
  • +

    If an identifier is not found in the local type environment, it
    +will be searched for in the current class type environment. If not
    +there, then it will be searched for in its superclass' type
    +environment. And so on and so forth. If not found until the
    +Object class is reached, a typing error is reported.

    +
  • +
  • +

    The assignment allows variables to be assigned values of
    +more concrete types. The result type of the assignment expression
    +construct will be the (more abstract) type of the assigned variable,
    +and not the (more concrete) type of the expression, like in Java.

    +
  • +
  • +

    Exceptions are changed (from SIMPLE) to allow throwing and
    +catching only objects, like in Java. Also, unlike in SIMPLE, we do
    +not check whether the type of the thrown exception matches the type of
    +the caught variable, because exceptions can be caught by other
    +try/catch blocks, even by ones in other methods. To avoid
    +having to annotate each method with what exceptions it can throw, we
    +prefer to not check the type safety of exceptions (although this is an
    +excellent homework!). We only check that the try block
    +type-checks and that the catch block type-checks after we bind
    +the caught variable to its claimed type.

    +
  • +
  • +

    Class declarations are not allowed to have any cycles in their
    +extends relation. Such cycles would lead to non-termination of
    +new, as it actually does in the dynamic semantics of KOOL
    +where no such circularity checks are performed.

    +
  • +
  • +

    Methods overriding other methods should be in the right subtyping
    +relationship with the overridden methods: co-variant in the codomain
    +and contra-variant in the domain.

    +
  • +
+
module KOOL-TYPED-STATIC-SYNTAX
+  imports DOMAINS-SYNTAX
+

Syntax

+ +

The syntax of statically typed KOOL is identical to that of
+dynamically typed KOOL, they both taking as input the same programs.
+What differs is the K strictness attributes. Like in statically
+typed SIMPLE, almost all language constructs are strict now, since we
+want each to type its arguments almost all the time. Like in the
+other two KOOL definitions, we prefer to copy and then modify/extend
+the syntax of statically typed SIMPLE.

+

Note: This paragraph is old, now we can do things better. We keep
+it here only for historical reasons, to see how much we used to suffer 😃

+

Annoying K-tool technical problem:
+Currently, the K tool treats the "non-terminal" productions (i.e.,
+productions consisting of just one non-terminal), also called
+"subsorting" production, differently from the other productions.
+Specifically, it does not insert a node in the AST for them. This may
+look desirable at first, but it has a big problem: it does not allow
+us to treat the subsort differently in different context. For
+example, since we want Id to be both a type (a class name) and a
+program variable, and since we want expressions to reduce to their
+types, we are in an impossible situations in which we do not know how
+to treat an identifier in the semantics: as a type, i.e., a result of
+computations, or as a program variable, i.e., a non-result. Ideally,
+we would like to tag the identifiers at parse-time with their local
+interpretation, but that, unfortunately, is not possible with the
+current parsing capabilities of the K tool, because it requires to
+insert additional information in the AST for the subsort productions.
+This will be fixed soon. Until then, unfortunately, we have to do the
+job of the parser manually. Instead of subsorting Id directly
+to Type, we "wrap" it first, say with a wrapper called
+class(...), exactly how the parser should have done.
+The major drawback of this is that all the typed KOOL programs
+in kool/typed/programs need to also be modified to always
+declare class types accordingly. The modified programs can be found
+in kool/typed/static/programs. So make sure you execute the
+static semantics of KOOL using the modified programs. To avoid seeing
+the wrapper in the generated documentation, we associate it an
+"invisibility" latex attribute below.

+
  syntax Id ::= "Object" [token] | "Main" [token]
+

Types

+ +
  syntax Type ::= "void" | "int" | "bool" | "string"
+                | Id                     [klabel("class"), symbol, avoid]  // see next
+                | Type "[" "]"
+                | "(" Type ")"           [bracket]
+                > Types "->" Type
+
+  syntax Types ::= List{Type,","}        [klabel(exps)]
+

Declarations

+ +
  syntax Param ::= Type Id
+  syntax Params ::= List{Param,","}
+
+  syntax Stmt ::= Type Exps ";" [avoid]
+                | Type Id "(" Params ")" Block
+                | "class" Id Block
+                | "class" Id "extends" Id Block
+

Expressions

+ +
  syntax FieldReference ::= Exp "." Id          [strict(1)]
+  syntax ArrayReference ::= Exp "[" Exps "]"    [strict]
+
+  syntax Exp ::= Int | Bool | String | Id
+               | "this"
+               | "super"
+               | "(" Exp ")"             [bracket]
+               | "++" Exp
+               | Exp "instanceOf" Id     [strict(1)]
+               | "(" Id ")" Exp          [strict(2)]
+               | "new" Id "(" Exps ")"   [strict(2)]
+               > Exp "(" Exps ")"        [strict]
+               | "-" Exp                 [strict]
+               | "sizeOf" "(" Exp ")"    [strict]
+               | "read" "(" ")"
+               > left:
+                 Exp "*" Exp             [strict, left]
+               | Exp "/" Exp             [strict, left]
+               | Exp "%" Exp             [strict, left]
+               > left:
+                 Exp "+" Exp             [strict, left]
+               | Exp "-" Exp             [strict, left]
+               > non-assoc:
+                 Exp "<" Exp             [strict, non-assoc]
+               | Exp "<=" Exp            [strict, non-assoc]
+               | Exp ">" Exp             [strict, non-assoc]
+               | Exp ">=" Exp            [strict, non-assoc]
+               | Exp "==" Exp            [strict, non-assoc]
+               | Exp "!=" Exp            [strict, non-assoc]
+               > "!" Exp                 [strict]
+               > left:
+                 Exp "&&" Exp            [strict, left]
+               | Exp "||" Exp            [strict, left]
+               > "spawn" Block  // not strict: to check return and exceptions
+               > Exp "=" Exp             [strict(2), right]
+
+  syntax Exp ::= FieldReference | ArrayReference
+  syntax priority _.__KOOL-TYPED-STATIC-SYNTAX > _[_]_KOOL-TYPED-STATIC-SYNTAX > _(_)_KOOL-TYPED-STATIC-SYNTAX
+
+  syntax Exps ::= List{Exp,","}          [strict, klabel(exps)]
+

Statements

+ +
  syntax Block ::= "{" "}"
+                | "{" Stmt "}"
+
+  syntax Stmt ::= Block
+                | Exp ";"                                 [strict]
+                | "if" "(" Exp ")" Block "else" Block     [avoid, strict]
+                | "if" "(" Exp ")" Block                  [macro]
+                | "while" "(" Exp ")" Block               [strict]
+                | "for" "(" Stmt Exp ";" Exp ")" Block    [macro]
+                | "return" Exp ";"                        [strict]
+                | "return" ";"
+                | "print" "(" Exps ")" ";"                [strict]
+                | "try" Block "catch" "(" Param ")" Block [strict(1)]
+                | "throw" Exp ";"                         [strict]
+                | "join" Exp ";"                          [strict]
+                | "acquire" Exp ";"                       [strict]
+                | "release" Exp ";"                       [strict]
+                | "rendezvous" Exp ";"                    [strict]
+
+  syntax Stmt ::= Stmt Stmt                            [seqstrict, right]
+

Desugaring macros

+ +
  rule if (E) S => if (E) S else {}
+  rule for(Start Cond; Step) {S:Stmt} => {Start while(Cond){S Step;}}
+  rule T:Type E1:Exp, E2:Exp, Es:Exps; => T E1; T E2, Es;               [anywhere]
+  rule T:Type X:Id = E; => T X; X = E;                                  [anywhere]
+
+  rule class C:Id S => class C extends Object S
+
+endmodule
+

Static semantics

+ +

We first discuss the configuration, then give the static semantics
+taken over unchanged from SIMPLE, then discuss the static semantics of
+SIMPLE syntactic constructs that needs to change, and in the end we
+discuss the static semantics and additional checks specifically
+related to the KOOL proper syntax.

+
module KOOL-TYPED-STATIC
+  imports KOOL-TYPED-STATIC-SYNTAX
+  imports DOMAINS
+

Configuration

+ +

The configuration of our type system consists of a tasks
+cell with the same meaning like in statically typed SIMPLE, of an
+out cell streamed to the standard output that will be used to
+display typing error messages, and of a cell classes holding
+data about each class in a separate class cell. The
+task cells now have two additional optional subcells, namely
+ctenvT and inClass. The former holds a temporary
+class type environment; its contents will be transferred into the
+ctenv cell of the corresponding class as soon as all the
+fields and methods in the task are processed. In fact, there will be
+three types of tasks in the subsequent semantics, each determined by
+the subset of cells that it holds:

+
    +
  1. +

    Main task, holding only a k cell holding the
    +original program as a set of classes. The role of this task is to
    +process each class, generating a class task (see next) for each.

    +
  2. +
  3. +

    Class task, holding k, ctenvT, and
    +inClass subcells. The role of this task type is to process
    +a class' contents, generating a class type environment in the
    +ctenvT cell and a method task (see next) for each method in
    +the class. To avoid interference with object member lookup rules
    +below, it is important to add the class type environment to a class
    +atomically; this is the reason for which we use ctenvT
    +temporary cells within class tasks (instead of adding each member
    +incrementally to the class' type environment).

    +
  4. +
  5. +

    Method task, holding k, tenv and
    +return cells. These tasks are similar to SIMPLE's function
    +tasks, so we do not discuss them here any further.

    +
  6. +
+

Each class cell hods its name (in the className
+cell) and the name of the class it extends (in the extends
+cell), as well as its type environment (in the ctenv cell)
+and the set of all its superclasses (in the extendsAll cell).
+The later is useful for example for checking whether there are cycles
+in the class extends relation.

+
  configuration <T multiplicity="?" color="yellow">
+                  <tasks color="orange" multiplicity="?">
+                    <task multiplicity="*" color="yellow" type="Set">
+                      <k color="green"> $PGM:Stmt </k>
+                      <tenv multiplicity="?" color="cyan"> .Map </tenv>
+                      <ctenvT multiplicity="?" color="blue"> .Map </ctenvT>
+                      <returnType multiplicity="?" color="black"> void </returnType>
+                      <inClass multiplicity="?" color="Fuchsia"> .K </inClass>
+                    </task>
+                  </tasks>
+//                  <br/>
+                  <classes color="Fuchsia">
+                    <classData multiplicity="*" type="Map">
+                      <className color="Fuchsia"> Object </className>
+                      <baseClass color="Fuchsia"> .K </baseClass>
+                      <baseClasses color="Fuchsia"> .Set </baseClasses>
+                      <ctenv multiplicity="?" color="blue"> .Map </ctenv>
+                    </classData>
+                  </classes>
+                </T>
+                <output color="brown" stream="stdout"> .List </output>
+

Unchanged semantics from statically typed SIMPLE

+ +

The syntax and rules below are borrowed unchanged from statically
+typed SIMPLE, so we do not discuss them much here.

+
  syntax Exp ::= Type
+  syntax Exps ::= Types
+  syntax BlockOrStmtType ::= "block" | "stmt"
+  syntax Type ::= BlockOrStmtType
+  syntax Block ::= BlockOrStmtType
+  syntax KResult ::= Type
+                   | Types  // TODO: should not be needed
+
+
+  context _:Type _::Exp[HOLE::Exps];
+
+  rule T:Type E:Exp[int,Ts:Types]; => T[] E[Ts];
+  rule T:Type E:Exp[.Types]; => T E;
+
+
+  rule <task>... <k> _:BlockOrStmtType </k> <tenv> _ </tenv> ...</task> => .Bag
+
+
+  rule _:Int => int
+  rule _:Bool => bool
+  rule _:String => string
+
+
+  rule <k> X:Id => T ...</k> <tenv>... X |-> T ...</tenv>
+
+
+  context ++(HOLE => ltype(HOLE))
+  rule ++ int => int
+  rule int + int => int
+  rule string + string => string
+  rule int - int => int
+  rule int * int => int
+  rule int / int => int
+  rule int % int => int
+  rule - int => int
+  rule int < int => bool
+  rule int <= int => bool
+  rule int > int => bool
+  rule int >= int => bool
+  rule T:Type == T => bool
+  rule T:Type != T => bool
+  rule bool && bool => bool
+  rule bool || bool => bool
+  rule ! bool => bool
+
+
+  rule (T[])[int, Ts:Types] => T[Ts]
+  rule T:Type[.Types] => T
+
+  rule sizeOf(_T[]) => int
+
+
+  rule read() => int
+
+  rule print(T:Type, Ts => Ts); when T ==K int orBool T ==K string
+  rule print(.Types); => stmt
+
+
+  context (HOLE => ltype(HOLE)) = _
+
+
+  rule <k> return; => stmt ...</k> <returnType> _ </returnType>
+
+
+  rule {} => block
+
+  rule <task> <k> {S:Stmt} => block ...</k> <tenv> Rho </tenv> R </task>
+       (.Bag => <task> <k> S </k> <tenv> Rho </tenv> R </task>)
+
+  rule _:Type; => stmt
+  rule if (bool) block else block => stmt
+  rule while (bool) block => stmt
+
+  rule join int; => stmt
+  rule acquire _:Type; => stmt
+  rule release _:Type; => stmt
+  rule rendezvous _:Type; => stmt
+
+  syntax Stmt ::= BlockOrStmtType
+  rule _:BlockOrStmtType _:BlockOrStmtType => stmt
+

Unchanged auxiliary operations from dynamically typed SIMPLE

+ +
  syntax Stmt ::= mkDecls(Params)  [function]
+  rule mkDecls(T:Type X:Id, Ps:Params) => T X; mkDecls(Ps)
+  rule mkDecls(.Params) => {}
+
+  syntax LValue ::= Id
+                  | FieldReference
+                  | ArrayReference
+  syntax Exp ::= LValue
+
+  syntax Exp ::= ltype(Exp)
+// We would like to say:
+//  context ltype(HOLE:LValue)
+// but we currently cannot type the HOLE
+  context ltype(HOLE) when isLValue(HOLE)
+
+// OLD approach:
+//  syntax Exp ::= ltype(Exp)  [function]
+//  rule ltype(X:Id) => X
+//  rule ltype(E:Exp [Es:Exps]) => E[Es]
+
+  syntax Types ::= getTypes(Params)  [function]
+  rule getTypes(T:Type _:Id) => T, .Types
+  rule getTypes(T:Type _:Id, P, Ps) => T, getTypes(P,Ps)
+  rule getTypes(.Params) => void, .Types
+

Changes to the existing statically typed SIMPLE semantics

+ +

Below we give the new static semantics for language constructs that
+come from SIMPLE, but whose SIMPLE static semantics was too
+restrictive or too permissive and thus had to change.

+

Local variable declaration

+ +

Since we can define new types in KOOL (corresponding to classes), the
+variable declaration needs to now check that the claimed types exist.
+The operation checkType, defined at the end of this module,
+checks whether the argument type is correct (it actually works with
+lists of types as well).

+
  rule <k> T:Type X:Id; => checkType(T) ~> stmt ...</k>
+       <tenv> Rho => Rho[X <- T] </tenv>
+

Class member declaration

+ +

In class tasks, variable declarations mean class member declarations.
+Since we reduce method declarations to variable declarations (see
+below), a variable declaration in a class task can mean either a field
+or a method declaration. Unlike local variable declarations, which
+can shadow previous homonymous local or member declarations, member
+declarations are regarded as a set, so we disallow multiple
+declarations for the same member (one could improve upon this, like in
+Java, by treating members with different types or number of arguments
+as different, etc., but we do not do it here). We also issue an error
+message if one attempts to redeclare the same class member. The
+framed variable declaration in the second rule below should be read
+"stuck". In fact, it is nothing but a unary operation called
+stuck, which takes a K-term as argument and does nothing
+with it; this stuck operation is displayed as a frame in this
+PDF document because of its latex attribute (see the ASCII .k file,
+at the end of this module).

+
  rule <k> T:Type X:Id; => checkType(T) ~> stmt ...</k>
+       <ctenvT> Rho (.Map => X |-> T) </ctenvT>
+    when notBool(X in keys(Rho))
+
+  rule <k> T:Type X:Id; => stuck(T X;) ...</k>
+       <ctenvT>... X |-> _ ...</ctenvT>
+       <inClass> C:Id </inClass>
+//       <br/>
+       <output>... .List => ListItem("Member \"" +String Id2String(X)
+                              +String "\" declared twice in class \""
+                              +String Id2String(C) +String "\"!\n") </output>
+

Method declaration

+ +

A method declaration requires two conceptual checks to be performed:
+first, that the method's type is consistent with the type of the
+homonymous method that it overrides, if any; and second, that its body
+types correctly. At the same time, it should also be added to the
+type environment of its class. The first conceptual task is performed
+using the checkMethod operation defined below, and the second
+by generating a corresponding method task. To add it to the class
+type environment, we take advantage of the fact that KOOL is higher
+order and reduce the problem to a field declaration problem, which we
+have already defined. The role of the ctenvT cell in the
+rule below is to structurally ensure that the method declaration takes
+place in a class task (we do not want to allow methods to be declared,
+for example, inside other methods).

+
  rule <k> T:Type F:Id(Ps:Params) S
+        => checkMethod(F, getTypes(Ps)->T, C')
+           ~> getTypes(Ps)->T F; ...</k>
+//       <br/>
+       <inClass> C </inClass>
+       <ctenvT> _ </ctenvT> // to ensure we are in a class pass
+       <className> C </className>
+       <baseClass> C' </baseClass>
+//       <br/>
+       (.Bag => <task>
+               <k> mkDecls(Ps) S </k>
+               <inClass> C </inClass>
+               <tenv> .Map </tenv>
+               <returnType> T </returnType>
+             </task>)
+

Assignment

+ +

A more concrete value is allowed to be assigned to a more abstract
+variable. The operation checkSubtype is defined at the end
+of the module and it also works with pairs of lists of types.

+
  rule T:Type = T':Type => checkSubtype(T', T) ~> T
+

Method invocation and return

+ +

Methods can be applied on values of more concrete types than their
+arguments:

+
  rule (Ts:Types -> T:Type) (Ts':Types) => checkSubtype(Ts',Ts) ~> T
+

Similarly, we allow values of more concrete types to be returned by
+methods:

+
  rule <k> return T:Type; => checkSubtype(T,T') ~> stmt ...</k>
+       <returnType> T':Type </returnType>
+

Exceptions

+ +

Exceptions can throw and catch values of any types. Since unlike in Java
+KOOL's methods do not declare the exception types that they can throw,
+we cannot test the full type safety of exceptions. Instead, we
+only check that the try and the catch statements
+type correctly.

+
  rule try block catch(T:Type X:Id) S => {T X; S}
+  rule throw _T:Type ; => stmt
+

Spawn

+ +

The spawned cell needs to also be passed the parent's class.

+
// explain why
+
+  rule <k> spawn S:Block => int ...</k>
+       <tenv> Rho </tenv>
+       <inClass> C </inClass>
+       (.Bag => <task>
+               <k> S </k>
+               <tenv> Rho </tenv>
+               <inClass> C </inClass>
+             </task>)
+

Semantics of the new KOOL constructs

+ +

Class declaration

+ +

We process each class in the main task, adding the corresponding data
+into its class cell and also adding a class task for it. We
+also perform some well-formedness checks on the class hierarchy.

+

Initiate class processing
+We create a class cell and a class task for each task. Also, we start
+the class task with a check that the class it extends is declared
+(this delays the task until that class is processed using another
+instance of this rule).

+
// There seems to be some error with the configuration concretization,
+// as the rule below does not work when rewriting . to both the task
+// and the class cells; I had to include two separate . rewrites
+
+// TODO: the following fails krun; see #2117
+  rule <task> <k> class C:Id extends C':Id { S:Stmt } => stmt ...</k> </task>
+       (.Bag => <classData>...
+               <className> C </className>
+               <baseClass> C' </baseClass>
+             ...</classData>)
+//       <br/>
+       (.Bag => <task>
+                <k> checkType(`class`(C')) ~> S </k>
+                <inClass> C </inClass>
+                <ctenvT> .Map </ctenvT>
+             </task>)
+
+// You may want to try the thing below, but that failed, too
+/*
+syntax Type ::= "stmtStop"
+
+  rule <tasks>...
+       <task> <k> class C:Id extends C':Id { S:Stmt } => stmtStop ...</k> </task>
+       (.Bag => <task>
+                <k> checkType(`class`(C')) ~> S </k>
+                <inClass> C </inClass>
+                <ctenvT> .Map </ctenvT>
+             </task>)
+       ...</tasks>
+       <classes>...
+       .Bag => <classData>...
+               <className> C </className>
+               <baseClass> C' </baseClass>
+             ...</classData>
+       ...</classes>
+//       <br/>
+*/
+

Check for unique class names

+ +
  rule (<T>...
+          <className> C </className>
+          <className> C </className>
+        ...</T> => .Bag)
+       <output>... .List => ListItem("Class \"" +String Id2String(C)
+                                  +String "\" declared twice!\n") </output>
+

Check for cycles in class hierarchy
+We check for cycles in the class hierarchy by transitively closing the
+class extends relation using the extendsAll cells, and
+checking that a class will never appear in its own extendsAll
+cell. The first rule below initiates the transitive closure of the
+superclass relation, the second transitively closes it, and the third
+checks for cycles.

+
  rule <baseClass> C </baseClass>
+       <baseClasses> .Set => SetItem(C) </baseClasses>  [priority(25)]
+
+  rule <classData>...
+         <baseClasses> SetItem(C) Cs:Set (.Set => SetItem(C')) </baseClasses>
+       ...</classData>
+       <classData>... <className>C</className> <baseClass>C'</baseClass> ...</classData>
+    when notBool(C' in (SetItem(C) Cs))  [priority(25)]
+
+  rule (<T>...
+          <className> C </className>
+          <baseClasses>... SetItem(C) ...</baseClasses>
+        ...</T> => .Bag)
+       <output>... .List => ListItem("Class \"" +String Id2String(C)
+                                  +String "\" is in a cycle!\n") </output>
+    [group(inheritance-cycle), priority(25)]
+

New

+ +

To type new we only need to check that the class constructor
+can be called with arguments of the given types, so we initiate a call
+to the constructor method in the corresponding class. If that
+succeeds, meaning that it types to stmt, then we discard the
+stmt type and produce instead the corresponding class type of
+the new object. The auxiliary discard operation is defined
+also at the end of this module.

+
  rule new C:Id(Ts:Types) => `class`(C) . C (Ts) ~> discard ~> `class`(C)
+

Self reference

+ +

The typing rule for this is straightforward: reduce to the
+current class type.

+
  rule <k> this => `class`(C) ...</k>
+       <inClass> C:Id </inClass>
+

Super

+ +

Similarly, super types to the parent class type.
+Note that for typing concerns, super can be considered as an object
+(recall that this was not the case in the dynamic semantics).

+
   rule <k> super => `class`(C') ...</k>
+        <inClass> C:Id </inClass>
+        <className> C </className>
+        <baseClass> C':Id </baseClass>
+

Object member access

+ +

There are several cases to consider here. First, if we are in a class
+task, we should lookup the member into the temporary class type
+environemnt in cell ctenvT. That is because we want to allow
+initialized field declarations in classes, such as int x=10;.
+This is desugared to a declaration of x, which is added to
+ctenvT during the class task processing, followed by an
+assignment of x to 10. In order for the assignment to type
+check, we need to know that x has been declared with type
+int; this information can only be found in the
+ctenvT cell. Second, we should redirect non-local variable
+lookups in method tasks to corresponding member accesses (the
+local variables are handled by the rule borrowed from SIMPLE).
+This is what the second rule below does. Third, we should allow
+object member accesses as lvalues, which is done by the third rule
+below. These last two rules therefore ensure that each necessary
+object member access is explicitly allowed for evaluation. Recall
+from the annotated syntax module above that the member access
+operation is strict in the object. That means that the object is
+expected to evaluate to a class type. The next two rules below define
+the actual member lookup operation, moving the search to the
+superclass when the member is not found in the current class. Note
+that this works because we create the class type environments
+atomically; thus, a class either has its complete type environment
+available, in which case these rules can safely apply, or its cell
+ctenv is not yet available, in which case these rules have to
+wait. Finally, the sixth rule below reports an error when the
+Object class is reached.

+
  rule <k> X:Id => T ...</k>
+       <ctenvT>... X |-> T ...</ctenvT>
+
+  rule <k> X:Id => this . X ...</k>
+       <tenv> Rho </tenv>
+    when notBool(X in keys(Rho))
+
+// OLD approach:
+//  rule ltype(E:Exp . X:Id) => E . X
+
+  rule <k> `class`(C:Id) . X:Id => T ...</k>
+       <className> C </className>
+       <ctenv>... X |-> T:Type ...</ctenv>
+
+  rule <k> `class`(C1:Id => C2) . X:Id ...</k>
+       <className> C1 </className>
+       <baseClass> C2:Id </baseClass>
+       <ctenv> Rho </ctenv>
+    when notBool(X in keys(Rho))
+
+  rule <k> `class`(Object) . X:Id => stuck(`class`(Object) . X) ...</k>
+       <inClass> C:Id </inClass>
+//      <br/>
+       <output>... .List => ListItem("Member \"" +String Id2String(X)
+                              +String "\" not declared! (see class \""
+                              +String Id2String(C) +String "\")\n") </output>
+

Instance of and casting

+ +

As it is hard to check statically whether casting is always safe,
+the programmer is simply trusted from a typing perspective. We only
+do some basic upcasting and downcasting checks, to reject casts which
+will absolutely fail. However, dynamic semantics or implementations
+of the language need to insert runtime checks for downcasting to be safe.

+
  rule `class`(_C1:Id) instanceOf _C2:Id => bool
+  rule (C:Id) `class`(C) => `class`(C)
+  rule <k> (C2:Id) `class`(C1:Id) => `class`(C2) ...</k>
+       <className> C1 </className>
+       <baseClasses>...SetItem(C2)...</baseClasses>    // upcast
+  rule <k> (C2:Id) `class`(C1:Id) => `class`(C2) ...</k>
+       <className> C2 </className>
+       <baseClasses>...SetItem(C1)...</baseClasses>    // downcast
+  rule <k> (C2) `class`(C1:Id) => stuck((C2) `class`(C1)) ...</k>
+       <classData>...
+         <className> C1 </className>
+         <baseClasses> S1 </baseClasses>
+       ...</classData>
+       <classData>...
+         <className> C2 </className>
+         <baseClasses> S2 </baseClasses>
+       ...</classData>
+       <output>... .List => ListItem("Classes \"" +String Id2String(C1)
+                              +String "\" and \"" +String Id2String(C2)
+                              +String "\" are incompatible!\n") </output>
+    when notBool(C1 in S2) andBool notBool(C2 in S1)
+

Cleanup tasks

+ +

Finally, we need to clean up the terminated tasks. Each of the three
+types of tasks is handled differently. The main task is replaced by a
+method task holding new main();, which will ensure that a
+main class with a main() method actually exists
+(first rule below). A class task moves its temporary class type
+environment into its class' cell, and then it dissolves itself (second
+rule). A method task simply dissolves when terminated (third rule);
+the presence of the tenv cell in that rule ensures that that
+task is a method task.
+Finally, when all the tasks are cleaned up, we can also remove the
+tasks cell, issuing a corresponding message. Note that
+checking for cycles or duplicate methods can still be performed after
+the tasks cell has been removed.

+
// discard main task when done, issuing a "new main();" command to
+// make sure that the class main and the method main() are declared.
+
+  rule <task> <k> stmt => new Main(.Exps); </k>
+              (.Bag => <tenv> .Map </tenv>
+                    <returnType> void </returnType>
+                    <inClass> Main </inClass>)
+       </task>
+
+// discard class task when done, adding a ctenv in class
+
+  rule (<task>
+          <k> stmt </k>
+          <ctenvT> Rho </ctenvT>
+          <inClass> C:Id </inClass>
+        </task> => .Bag)
+        <className> C </className>
+        (.Bag => <ctenv> Rho </ctenv>)
+
+// discard method task when done
+
+  rule <task>...
+         <k> stmt </k>
+         <tenv> _ </tenv>  // only to ensure that this is a method task
+       ...</task> => .Bag
+
+// cleanup tasks and output a success message when done
+
+  rule (<T>... <tasks> .Bag </tasks> ...</T> => .Bag)
+       <output>... .List => ListItem("Type checked!\n") </output>
+

KOOL-specific auxiliary declarations and operations

+ +

Subtype checking

+ +

The subclass relation introduces a subtyping relation.

+
  syntax KItem ::= checkSubtype(Types,Types)
+
+  rule checkSubtype(T:Type, T) => .
+
+  rule <k> checkSubtype(`class`(C:Id), `class`(C':Id)) => . ...</k>
+       <className> C </className>
+       <baseClasses>... SetItem(C') ...</baseClasses>
+
+  rule checkSubtype(Ts1->T2,Ts1'->T2')
+    => checkSubtype(((T2)::Type,Ts1'),((T2')::Type,Ts1))
+
+// note that the following rule would be wrong!
+//  rule checkSubtype(T[],T'[]) => checkSubtype(T,T')
+
+  rule checkSubtype((T:Type,Ts),(T':Type,Ts'))
+    => checkSubtype(T,T') ~> checkSubtype(Ts,Ts')
+    when Ts =/=K .Types
+
+  rule checkSubtype(.Types,.Types) => .
+  rule checkSubtype(.Types,void) => .
+

Checking well-formedness of types

+ +

Since now any Id can be used as the type of a class, we need to
+check that the types used in the program actually exists

+
  syntax KItem ::= checkType(Types)
+
+  rule checkType(T:Type,Ts:Types) => checkType(T) ~> checkType(Ts)
+    when Ts =/=K .Types
+  rule checkType(.Types) => .
+  rule checkType(int) => .
+  rule checkType(bool) => .
+  rule checkType(string) => .
+  rule checkType(void) => .
+  rule <k> checkType(`class`(C:Id)) => . ...</k> <className> C </className>
+  rule checkType(`class`(Object)) => .
+  rule checkType(Ts:Types -> T:Type) => checkType(T,Ts)
+  rule checkType(T:Type[]) => checkType(T)
+

Checking correct overiding of methods

+ +

The checkMethod operation below searches to see whether
+the current method overrides some other method in some superclass.
+If yes, then it issues an additional check that the new method's type
+is more concrete than the overridden method's. The types T and T'
+below can only be function types. See the definition of
+checkSubtype on function types at the end of this module (it
+is co-variant in the codomain and contra-variant in the domain).

+
  syntax KItem ::= checkMethod(Id,Type,Id)
+
+  rule <k> checkMethod(F:Id, T:Type, C:Id) => checkSubtype(T, T') ...</k>
+       <className> C </className>
+       <ctenv>... F |-> T':Type ...</ctenv>
+
+  rule <k> checkMethod(F:Id, _T:Type, (C:Id => C')) ...</k>
+       <className> C </className>
+       <baseClass> C':Id </baseClass>
+       <ctenv> Rho </ctenv>
+    when notBool(F in keys(Rho))
+
+  rule checkMethod(_:Id,_,Object) => .
+

Generic operations which could be part of the K framework

+ +
  syntax KItem ::= stuck(K)  [latex(\framebox{${#1}$})]
+
+  syntax KItem ::= "discard"
+  rule _:KResult ~> discard => .
+
+endmodule
+

FUN — Untyped — Environment

+ +

Author: Grigore Roșu (grosu@illinois.edu)
+Organization: University of Illinois at Urbana-Champaign

+

Author: Traian Florin Șerbănuță (traian.serbanuta@unibuc.ro)
+Organization: University of Bucharest

+

Abstract

+ +

This is the K semantic definition of the untyped FUN language.
+FUN is a pedagogical and research language that captures the essence
+of the functional programming paradigm, extended with several features
+often encountered in functional programming languages.
+Like many functional languages, FUN is an expression language, that
+is, everything, including the main program, is an expression.
+Functions can be declared anywhere and are first class values in the
+language.
+FUN is call-by-value here, but it has been extended (as student
+homework assignments) with other parameter-passing styles.
+To make it more interesting and to highlight some of K's strengths,
+FUN includes the following features:

+
    +
  • +

    The basic builtin data-types of integers, booleans and strings.

    +
  • +
  • +

    Builtin lists, which can hold any elements, including other lists.
    +Lists are enclosed in square brackets and their elements are
    +comma-separated; e.g., [1,2,3].

    +
  • +
  • +

    User-defined data-types, by means of constructor terms.
    +Constructor names start with a capital letter (while any other
    +identifier in the language starts with a lowercase letter), and they
    +can be followed by an arbitrary number of comma-separated arguments
    +enclosed in parentheses; parentheses are not needed when the
    +constructor takes no arguments.
    +For example, Pair(5,7) is a constructor term holding two
    +numbers, Cons(1,Cons(2,Cons(3,Nil))) is a list-like
    +constructor term holding 3 elements, and
    +Tree(Tree(Leaf(1), Leaf(2)), Leaf(3)) is a tree-like
    +constructor term holding 3 elements.
    +In the untyped version of the FUN language, no type checking or
    +inference is performed to ensure that the data constructors are used
    +correctly.
    +The execution will simply get stuck when they are misused.
    +Moreover, since no type checking is performed, the data-types are not
    +even declared in the untyped version of FUN.

    +
  • +
  • +

    Functions and let/letrec binders can take
    +multiple space-separated arguments, but these are desugared to
    +ones that only take one argument, by currying. For example, the
    +expressions

    +
    fun x y -> x y
    +let x y = y in x
    +

    are desugared, respectively, into the following expressions:

    +
    fun x -> fun y -> x y
    +let x = fun y -> y in x
    +
  • +
  • +

    Functions can be defined using pattern matching over the
    +available data-types. For example, the program

    +
    letrec max = fun [h] -> h
    +             |   [h|t] -> let x = max t
    +                          in  if h > x then h else x
    +in max [1, 3, 5, 2, 4, 0, -1, -5]
    +

    defines a function max that calculates the maximum element of
    +a non-empty list, and the function

    +
    letrec ack = fun Pair(0,n) -> n + 1
    +             |   Pair(m,0) -> ack Pair(m - 1, 1)
    +             |   Pair(m,n) -> ack Pair(m - 1, ack Pair(m, n - 1))
    +in ack Pair(2,3)
    +

    calculates the Ackermann function applied to a particular pair of numbers.
    +Patterns can be nested. Patterns can currently only be used in function
    +definitions, and not directly in let/letrec binders.
    +For example, this is not allowed:

    +
    letrec Pai(x,y) = Pair(1,2) in x+y
    +

    But this is allowed:

    +
    let f Pair(x,y) = x+y in f Pair(1,2)
    +

    because it is first reduced to

    +
    let f = fun Pair(x,y) -> x+y in f Pair(1,2)
    +

    by uncurrying of the let binder, and pattern matching is
    +allowed in function arguments.

    +
  • +
  • +

    We include a callcc construct, for two reasons: first,
    +several functional languages support this construct; second, some
    +semantic frameworks have difficulties defining it. Not K.

    +
  • +
  • +

    Finally, we include mutables by means of referencing an
    +expression, getting the reference of a variable, dereferencing and
    +assignment. We include these for the same reasons as above: there are
    +languages which have them, and they are not easy to define in some
    +semantic frameworks.

    +
  • +
+

Like in many other languages, some of FUN's constructs can be
+desugared into a smaller set of basic constructs. We do that as usual,
+using macros, and then we only give semantics to the core constructs.

+

Note:
+We recommend the reader to first consult the dynamic semantics of the
+LAMBDA++ language in the first part of the K Tutorial.
+To keep the comments below small and focused, we will not re-explain
+functional or K features that have already been explained in there.

+

Syntax

+ +
//require "modules/pattern-matching.k"
+
+module FUN-UNTYPED-COMMON
+  imports DOMAINS-SYNTAX
+

FUN is an expression language. The constructs below fall into
+several categories: names, arithmetic constructs, conventional
+functional constructs, patterns and pattern matching, data constructs,
+lists, references, and call-with-current-continuation (callcc).
+The arithmetic constructs are standard; they are present in almost all
+our K language definitions. The meaning of FUN's constructs are
+discussed in more depth when we define their semantics in the next
+module.

+

The Syntactic Constructs

+ +

We start with the syntactic definition of FUN names.
+We have several categories of names: ones to be used for functions and
+variables, others to be used for data constructors, others for types and
+others for type variables. We will introduce them as needed, starting
+with the former category. We prefer the names of variables and functions
+to start with lower case letters. We take the freedom to tacitly introduce
+syntactic lists/sequences for each nonterminal for which we need them:

+
  syntax Name                                      [token]
+  syntax Names ::= List{Name,","}                  [klabel(exps)]
+

Expression constructs will be defined throughtout the syntax module.
+Below are the very basic ones, namely the builtins, the names, and the
+parentheses used as brackets for grouping. Lists of expressions are
+declared strict, so all expressions in the list get evaluated whenever
+the list is on a position which can be evaluated:

+
  syntax Exp ::= Int | Bool | String | Name
+               | "(" Exp ")"                       [bracket]
+  syntax Exps  ::= List{Exp,","}                   [strict, klabel(exps)]
+  syntax Val
+  syntax Exp ::= Val
+  syntax Exps ::= Vals
+  syntax Vals ::= List{Val,","}                    [klabel(exps)]
+  syntax Bottom
+  syntax Bottoms ::= List{Bottom,","}              [klabel(exps)]
+

We next define the syntax of arithmetic constructs, together with
+their relative priorities and left-/non-associativities. We also
+tag all these rules as members of a new group, "arith", so we can more easily
+define global syntax priorities later (at the end of the syntax module).

+
  syntax Exp ::= left:
+                 Exp "*" Exp                       [strict, group(arith)]
+               | Exp "/" Exp                       [strict, group(arith)]
+               | Exp "%" Exp                       [strict, group(arith)]
+               > left:
+                 Exp "+" Exp                       [strict, left, group(arith)]
+               | Exp "^" Exp                       [strict, left, group(arith)]
+// left attribute should not be necessary; currently a parsing bug
+               | Exp "-" Exp                       [strict, prefer, group(arith)]
+// the "prefer" attribute above is to not parse x-1 as x(-1)
+// Due to some parsing problems, we currently cannot add unary minus:
+               | "-" Exp                           [strict, group(arith)]
+               > non-assoc:
+                 Exp "<" Exp                       [strict, group(arith)]
+               | Exp "<=" Exp                      [strict, group(arith)]
+               | Exp ">" Exp                       [strict, group(arith)]
+               | Exp ">=" Exp                      [strict, group(arith)]
+               | Exp "==" Exp                      [strict, group(arith)]
+               | Exp "!=" Exp                      [strict, group(arith)]
+               > "!" Exp                           [strict, group(arith)]
+               > Exp "&&" Exp                      [strict(1), left, group(arith)]
+               > Exp "||" Exp                      [strict(1), left, group(arith)]
+

The conditional construct has the expected evaluation strategy,
+stating that only the first argument is evaluate:

+
  syntax Exp ::= "if" Exp "then" Exp "else" Exp    [strict(1)]
+

FUN's builtin lists are formed by enclosing comma-separated
+sequences of expressions (i.e., terms of sort Exps) in square
+brackets. The list constructor cons adds a new element to the
+top of the list, head and tail get the first element
+and the tail sublist of a list if they exist, respectively, and get
+stuck otherwise, and null?? tests whether a list is empty or
+not; syntactically, these are just expression constants.
+In function patterns, we are also going to allow patterns following the
+usual head/tail notation; for example, the pattern [x_1,...,x_n|t]
+binds x_1, ..., x_n to the first elements of the matched list,
+and t to the list formed with the remaining elements. We define list
+patterns as ordinary expression constructs, although we will make sure that
+we do not give them semantics if they appear in any other place then in a
+function case pattern.

+
  syntax Exp ::= "[" Exps "]"                             [strict, klabel(list)]
+               | "head" [macro] | "tail" [macro] | "null?" [macro]
+               | "[" Exps "|" Exp "]"
+  syntax Val ::= "[" Vals "]"                             [klabel(list)]
+  syntax Cons ::= "cons"
+  syntax Val ::= Cons
+  syntax Val ::= Cons Val                                 [klabel(apply)]
+

Data constructors start with capital letters and they may or may
+not have arguments. We need to use the attribute "prefer" to make
+sure that, e.g., Cons(a) parses as constructor Cons with
+argument a, and not as the expression Cons (because
+constructor names are also expressions) regarded as a function applied
+to the expression a. Also, note that the constructor is strict
+in its second argument, because we want to evaluate its arguments but
+not the constuctor name itsef.

+
  syntax ConstructorName                         [token]
+  syntax Exp ::= ConstructorName
+               | ConstructorName "(" Exps ")"    [prefer, strict(2), klabel(constructor)]
+  syntax Val ::= ConstructorName "(" Vals ")"    [klabel(constructor)]
+

A function is essentially a |-separated ordered
+sequence of cases, each case of the form pattern -> expression,
+preceded by the language construct fun. Patterns will be defined
+shortly, both for the builtin lists and for user-defined constructors.
+Recall that the syntax we define in K is not meant to serve as a
+ultimate parser for the defined language, but rather as a convenient
+notation for K abstract syntax trees, which we prefer when we write
+the semantic rules. It is therefore often the case that we define a
+more ``generous'' syntax than we want to allow programs to use.
+We do it here, too. Specifically, the syntax of Cases
+below allows any expressions to appear as pattern. This syntactic
+relaxation permits many wrong programs to be parsed, but that is not a
+problem because we are not going to give semantics to wrong combinations,
+so those programs will get stuck; moreover, our type inferencer will reject
+those programs anyway. Function application is just concatenation of
+expressions, without worrying about type correctness. Again, the type
+system will reject type-incorrect programs.

+
  syntax Exp ::= "fun" Cases
+               | Exp Exp                              [strict, left, klabel(apply)]
+// NOTE: We would like eventually to also have Exp "(" Exps ")
+  syntax Case  ::= Exp "->" Exp
+  syntax Cases ::= List{Case, "|"}
+

The let and letrec binders have the usual syntax
+and functional meaning. We allow multiple and-separated bindings.
+Like for the function cases above, we allow a more generous syntax for
+the left-hand sides of bindings, noting that the semantics will get stuck
+on incorrect bindings and that the type system will reject those programs.

+
  syntax Exp ::= "let" Bindings "in" Exp
+               | "letrec" Bindings "in" Exp                 [prefer]
+// The "prefer" attribute for letrec currently needed due to tool bug,
+// to make sure that "letrec" is not parsed as "let rec".
+  syntax Binding  ::= Exp "=" Exp
+  syntax Bindings ::= List{Binding,"and"}
+

References are first class values in FUN. The construct ref
+takes an expression, evaluates it, and then it stores the resulting value
+at a fresh location in the store and returns that reference. Syntactically,
+ref is just an expression constant. The construct &
+takes a name as argument and evaluates to a reference, namely the store
+reference where the variable passed as argument stores its value; this
+construct is a bit controversial and is further discussed in the
+environment-based semantics of the FUN language, where we desugar
+ref to it. The construct @ takes a reference
+and evaluates to the value stored there. The construct := takes
+two expressions, the first expected to evaluate to a reference; the value
+of its second argument will be stored at the location to which the first
+points (the old value is thus lost). Finally, since expression evaluation
+now has side effects, it makes sense to also add a sequential composition
+construct, which is sequentially strict. This evaluates to the value of
+its second argument; the value of the first argument is lost (which has
+therefore been evaluated only for its side effects.

+
  syntax Exp ::= "ref"                             [macro]
+               | "&" Name
+               | "@" Exp                                     [strict]
+               | Exp ":=" Exp                                [strict]
+               | Exp ";" Exp                       [strict(1), right]
+

Call-with-current-continuation, named callcc in FUN, is a
+powerful control operator that originated in the Scheme programming
+language, but it now exists in many other functional languages. It works
+by evaluating its argument, expected to evaluate to a function, and by
+passing the current continuation, or evaluation context (or computation,
+in K terminology), as a special value to it. When/If this special value
+is invoked, the current context is discarded and replaced with the one
+held by the special value and the computation continues from there.
+It is like taking a snapshot of the execution context at some moment
+in time and then, when desired, being able to get back in time to that
+point. If you like games, it is like saving the game now (so you can
+work on your homework!) and then continuing the game tomorrow or whenever
+you wish. To issustrate the strength of callcc, we also
+allow exceptions in FUN by means of a conventional try-catch
+construct, which will desugar to callcc. We also need to
+introduce the special expression contant throw, but we need to
+use it as a function argument name in the desugaring macro, so we define
+it as a name instead of as an expression constant:

+
  syntax Exp ::= "try" Exp "catch" "(" Name ")" Exp [macro]
+  syntax Val ::= "callcc"
+  syntax Name ::= "throw" [token]
+

Finally, FUN also allows polymorphic datatype declarations. These
+will be useful when we define the type system later on.

+
  syntax Exp ::= "datatype" Type "=" TypeCases Exp [macro]
+// NOTE: In a future version of K, we want the datatype declaration
+// to be a construct by itself, but that is not possible currently
+// because K's parser wronly identifies the __ operation allowing
+// a declaration to appear in front of an expression with the function
+// application construct, giving ambiguous parsing errors.
+

We next need to define the syntax of types and type cases that appear
+in datatype declarations.

+

Like in many functional languages, type parameters/variables in
+user-defined types are quoted identifiers.

+
  syntax TypeVar                        [token]
+  syntax TypeVars ::= List{TypeVar,","} [klabel(types)]
+

Types can be basic types, function types, or user-defined
+parametric types. In the dynamic semantics we are going to simply ignore
+all the type declations, so here the syntax of types below is only useful
+for generating the desired parser. To avoid syntactic ambiguities with
+the arrow construct for function cases, we use the symbol --> as
+a constructor for function types:

+
  syntax TypeName [token]
+  syntax Type ::= "int" | "bool" | "string"
+                | Type "-->" Type                            [right]
+                | "(" Type ")"                             [bracket]
+                | TypeVar
+                | TypeName             [klabel(TypeName), avoid]
+                | Type TypeName   [klabel(Type-TypeName), symbol, macro]
+                | "(" Types ")" TypeName                    [prefer]
+  syntax Types ::= List{Type,","} [klabel(types)]
+  syntax Types ::= TypeVars
+
+  syntax TypeCase ::= ConstructorName
+                    | ConstructorName "(" Types ")"
+  syntax TypeCases ::= List{TypeCase,"|"}     [klabel(_|TypeCase_)]
+

Additional Priorities

+ +
  syntax priorities @__FUN-UNTYPED-COMMON
+                  > apply
+                  > arith
+                  > _:=__FUN-UNTYPED-COMMON
+                  > let_in__FUN-UNTYPED-COMMON
+                    letrec_in__FUN-UNTYPED-COMMON
+                    if_then_else__FUN-UNTYPED-COMMON
+                  > _;__FUN-UNTYPED-COMMON
+                  > fun__FUN-UNTYPED-COMMON
+                  > datatype_=___FUN-UNTYPED-COMMON
+endmodule
+
+module FUN-UNTYPED-MACROS
+  imports FUN-UNTYPED-COMMON
+

Desugaring macros

+ +

We desugar the list non-constructor operations to functions matching
+over list patterns. In order to do that we need some new variables; for
+those, we follow the same convention like in the K tutorial, where we
+added them as new identifier constructs starting with the character $,
+so we can easily recognize them when we debug or trace the semantics.

+
  syntax Name ::= "$h" [token] | "$t" [token]
+  rule head => fun [$h|$t] -> $h
+  rule tail => fun [$h|$t] -> $t
+  rule null? => fun [.Exps] -> true | [$h|$t] -> false
+

Multiple-head list patterns desugar into successive one-head patterns:

+
  rule [E1,E2,Es:Exps|T] => [E1|[E2,Es|T]]                   [anywhere]
+

Uncurrying of multiple arguments in functions and binders:

+
  rule P1 P2 -> E => P1 -> fun P2 -> E                       [anywhere]
+  rule F P = E => F = fun P -> E                             [anywhere]
+

We desugar the try-catch construct into callcc:

+
  syntax Name ::= "$k" [token] | "$v" [token]
+  rule try E catch(X) E'
+    => callcc (fun $k -> (fun throw -> E)(fun X -> $k E'))
+

For uniformity, we reduce all types to their general form:

+
  rule `Type-TypeName`(T:Type, Tn:TypeName) => (T) Tn
+

The dynamic semantics ignores all the type declarations:

+
  rule datatype _T = _TCs E => E
+
+endmodule
+
+
+module FUN-UNTYPED-SYNTAX
+  imports FUN-UNTYPED-COMMON
+  imports BUILTIN-ID-TOKENS
+
+  syntax Name ::= r"[a-z][_a-zA-Z0-9]*"           [token, prec(2)]
+                | #LowerId                        [token]
+  syntax ConstructorName ::= #UpperId             [token]
+  syntax TypeVar  ::= r"['][a-z][_a-zA-Z0-9]*"    [token]
+  syntax TypeName ::= Name                        [token]
+endmodule
+

Semantics

+ +

The semantics below is environment-based. A substitution-based
+definition of FUN is also available, but that drops the &
+construct as explained above.

+
module FUN-UNTYPED
+  imports FUN-UNTYPED-COMMON
+  imports FUN-UNTYPED-MACROS
+  imports DOMAINS
+  //imports PATTERN-MATCHING
+

Configuration

+ +

The k, env, and store cells are standard
+(see, for example, the definition of LAMBDA++ or IMP++ in the first
+part of the K tutorial).

+
  configuration <T color="yellow">
+                  <k color="green"> $PGM:Exp </k>
+                  <env color="violet"> .Map </env>
+                  <store color="white"> .Map </store>
+                </T>
+

Values and results

+ +

We only define integers, Booleans and strings as values here, but will
+add more values later.

+
  syntax Val ::= Int | Bool | String
+  syntax Vals ::= Bottoms
+  syntax KResult ::= Val
+

Lookup

+ +
  rule <k> X:Name => V ...</k>
+       <env>... X |-> L ...</env>
+       <store>... L |-> V ...</store>
+

Arithmetic expressions

+ +
  rule I1 * I2 => I1 *Int I2
+  rule I1 / I2 => I1 /Int I2 when I2 =/=K 0
+  rule I1 % I2 => I1 %Int I2 when I2 =/=K 0
+  rule I1 + I2 => I1 +Int I2
+  rule S1 ^ S2 => S1 +String S2
+  rule I1 - I2 => I1 -Int I2
+  rule - I => 0 -Int I
+  rule I1 < I2 => I1 <Int I2
+  rule I1 <= I2 => I1 <=Int I2
+  rule I1 > I2 => I1 >Int I2
+  rule I1 >= I2 => I1 >=Int I2
+  rule V1:Val == V2:Val => V1 ==K V2
+  rule V1:Val != V2:Val => V1 =/=K V2
+  rule ! T => notBool(T)
+  rule true  && E => E
+  rule false && _ => false
+  rule true  || _ => true
+  rule false || E => E
+

Conditional

+ +
  rule if  true then E else _ => E
+  rule if false then _ else E => E
+

Lists

+ +

We have already declared the syntactic list of expressions strict, so
+we can assume that all the elements that appear in a FUN list are
+evaluated. The only thing left to do is to state that a list of
+values is a value itself, that is, that the list square-bracket
+construct is indeed a constructor, and to give the semantics of
+cons. Since cons is a builtin function and is
+expected to take two arguments, we have to also state that
+cons itself is a value (specifically, a function/closure
+value, but we do not need that level of detail here), and also that
+cons applied to a value is a value (specifically, it would be
+a function/closure value that expects the second, list argument):

+
  rule cons V:Val [Vs:Vals] => [V,Vs]
+

Data Constructors

+ +

Constructors take values as arguments and produce other values:

+
  syntax Val ::= ConstructorName
+

Functions and Closures

+ +

Like in the environment-based semantics of LAMBDA++ in the first part
+of the K tutorial, functions evaluate to closures. A closure includes
+the current environment besides the function contents; the environment
+will be used at execution time to lookup all the variables that appear
+free in the function body (we want static scoping in FUN).

+
  syntax Val ::= closure(Map,Cases)
+  rule <k> fun Cases => closure(Rho,Cases) ...</k>  <env> Rho </env>
+

Note: The reader may want to get familiar with
+how the pre-defined pattern matching works before proceeding.
+The best way to do that is to consult
+k/include/modules/pattern-matching.k.

+

We distinguish two cases when the closure is applied.
+If the first pattern matches, then we pick the first case: switch to
+the closed environment, get the matching map and bind all its
+variables, and finally evaluate the function body of the first case,
+making sure that the environment is properly recovered afterwards.
+If the first pattern does not match, then we drop it and thus move on
+to the next one.

+
  rule (. => getMatching(P, V)) ~> closure(_, P->_ | _) V:Val
+  rule <k> matchResult(M:Map) ~> closure(Rho, _->E | _) _
+           => bindMap(M) ~> E ~> setEnv(Rho') ...</k>
+       <env> Rho' => Rho </env>
+  rule (matchFailure => .) ~> closure(_, (_->_ | Cs:Cases => Cs)) _
+//  rule <k> closure(Rho, P->E | _) V:Val
+//           => bindMap(getMatching(P,V)) ~> E ~> setEnv(Rho') ...</k>
+//       <env> Rho' => Rho </env>  when isMatching(P,V)
+//  rule closure(_, (P->_ | Cs:Cases => Cs)) V:Val  when notBool isMatching(P,V)
+

Let and Letrec

+ +

To highlight the similarities and differences between let and
+letrec, we prefer to give them direct semantics instead of
+to desugar them like in LAMBDA. See the formal definitions of
+bindTo, bind, and assignTo at the end of
+this module. Informally, bindTo(Xs, Es) first
+evaluates the expressions Es in Exps in the current
+environment (i.e., it is strict in its second argument), then it binds
+the variables in Xs in Names to new locations and adds
+those bindings to the environment, and finally writes the values
+previously obtained after evaluating the expressions Es to those
+new locations; bind(Xs) does only the bindings of
+Xs to new locations and adds those bindings to the environment;
+and assignTo(Xs,Es) evaluates the expressions
+Es in the current environment and then it writes the resulting
+values to the locations to which the variables Xs are already
+bound to in the environment.

+

Therefore, let Xs = Es in E first
+evaluates Es in the current environment, then adds new
+bindings for Xs to fresh locations in the environment, then
+writes the values of Es to those locations, and finally
+evaluates E in the new environment, making sure that the
+environment is properly recovered after the evaluation of E.
+On the other hand, letrec does the same things but in a
+different order: it first adds new bindings for Xs to fresh
+locations in the environment, then it evaluates Es in the new
+environment, then it writes the resulting values to their
+corresponding locations, and finally it evaluates E and
+recovers the environment. The crucial difference is that the
+expressions Es now see the locations of the variables Xs
+in the environment, so if they are functions, which is typically the
+case with letrec, their closures will encapsulate in their
+environments the bindings of all the bound variables, including
+themselves (thus, we may have a closure value stored at location
+L, whose environment contains a binding of the form
+F ↦ L; this way, the closure can invoke
+itself).

+
  rule <k> let Bs in E
+        => bindTo(names(Bs),exps(Bs)) ~> E ~> setEnv(Rho) ...</k>
+       <env> Rho </env>
+
+  rule <k> letrec Bs in E
+        => bind(names(Bs))~>assignTo(names(Bs),exps(Bs))~>E~>setEnv(Rho)...</k>
+       <env> Rho </env>
+

Recall that our syntax allows let and letrec to
+take any expression in place of its binding. This allows us to use
+the already existing function application construct to bind names to
+functions, such as, e.g., let x y = y in ....
+The desugaring macro in the syntax module uncurries such declarations,
+and then the semantic rules above only work when the remaining
+bindings are identifiers, so the semantics will get stuck on programs
+that misuse the let and letrec binders.

+

References

+ +

The semantics of references is self-explanatory, except maybe for the
+desugaring rule of ref, which is further discussed. Note
+that &X grabs the location of X from the environment.
+Sequential composition, which is needed only to accumulate the
+side effects due to assignments, was strict in the first argument.
+Once evaluated, its first argument is simply discarded:

+
  syntax Name ::= "$x" [token]
+  rule ref => fun $x -> & $x
+  rule <k> & X => L ...</k>  <env>... X |-> L ...</env>
+  rule <k> @ L:Int => V:Val ...</k>  <store>... L |-> V ...</store>
+  rule <k> L:Int := V:Val => V ...</k>  <store>... L |-> (_=>V) ...</store>
+  rule _V:Val; E => E
+

The desugaring rule of ref (first rule above) works
+because & takes a variable and returns its location (like in C).
+Note that some ``pure'' functional programming researchers strongly dislike
+the & construct, but favor ref. We refrain from having
+a personal opinion on this issue here, but support & in the
+environment-based definition of FUN because it is, technically speaking,
+more powerful than ref. From a language design perspective, it
+would be equally easy to drop & and instead give a direct
+semantics to ref. In fact, this is precisely what we do in the
+substitution-based definition of FUN, because there appears to be no way
+to give a substitution-based definition to the & construct.

+

Callcc

+ +

As we know it from the LAMBDA++ tutorial, call-with-current-continuation
+is quite easy to define in K. We first need to define a special
+value wrapping an execution context, that is, an environment saying
+where the variables should be looked up, and a computation structure
+saying what is left to execute (in a substitution-based definition,
+this special value would be even simpler, as it would only need to
+wrap the computation structure---see, for example, the
+substitution-based semantics of LAMBDA++ in the the first part of the
+K tutorial, or the substitution-based definition of FUN). Then
+callcc creates such a value containing the current
+environment and the current remaining computation, and passes it to
+its argument function. When/If invoked, the special value replaces
+the current execution context with its own and continues the execution
+normally.

+
  syntax Val ::= cc(Map,K)
+  rule <k> (callcc V:Val => V cc(Rho,K)) ~> K </k>  <env> Rho </env>
+  rule <k> cc(Rho,K) V:Val ~> _ => V ~> K </k>  <env> _ => Rho </env>
+

Auxiliary operations

+ +

Environment recovery

+ +

The environment recovery operation is the same as for the LAMBDA++
+language in the K tutorial and many other languages provided with the
+K distribution. The first ``anywhere'' rule below shows an elegant
+way to achieve the benefits of tail recursion in K.

+
  syntax KItem ::= setEnv(Map)  // TODO: get rid of env
+  //rule (setEnv(_) => .) ~> setEnv(_)  [anywhere]
+  rule <k> _:Val ~> (setEnv(Rho) => .) ...</k> <env> _ => Rho </env>
+

bindTo, bind and assignTo

+ +

The meaning of these operations has already been explained when we
+discussed the let and letrec language constructs
+above.

+
  syntax KItem ::= bindTo(Names,Exps)         [strict(2)]
+                 | bindMap(Map)
+                 | bind(Names)
+
+  rule (. => getMatchingAux(Xs,Vs)) ~> bindTo(Xs:Names,Vs:Vals)
+  rule matchResult(M:Map) ~> bindTo(_:Names, _:Vals) => bindMap(M)
+
+  rule bindMap(.Map) => .
+  rule <k> bindMap((X:Name |-> V:Val => .Map) _:Map) ...</k>
+       <env> Rho => Rho[X <- !L:Int] </env>
+       <store>... .Map => !L |-> V ...</store>
+
+  rule bind(.Names) => .
+  rule <k> bind(X:Name,Xs => Xs) ...</k>
+       <env> Rho => Rho[X <- !_L:Int] </env>
+
+  syntax KItem ::= assignTo(Names,Exps)  [strict(2)]
+
+  rule <k> assignTo(.Names,.Vals) => . ...</k>
+  rule <k> assignTo((X:Name,Xs => Xs),(V:Val,Vs:Vals => Vs)) ...</k>
+       <env>... X |-> L ...</env>
+       <store>... .Map => L |-> V ...</store>
+

Getters

+ +

The following auxiliary operations extract the list of identifiers
+and of expressions in a binding, respectively.

+
  syntax Names ::= names(Bindings)  [function]
+  rule names(.Bindings) => .Names
+  rule names(X:Name=_ and Bs) => (X,names(Bs))::Names
+
+  syntax Exps ::= exps(Bindings)  [function]
+  rule exps(.Bindings) => .Exps
+  rule exps(_:Name=E and Bs) => E,exps(Bs)
+
+  /* Extra kore stuff */
+  syntax KResult ::= Vals
+  syntax Exps ::= Names
+  syntax Names ::= Bottoms
+
+  /* Matching */
+  syntax MatchResult ::= getMatching(Exp, Val)                      [function]
+                       | getMatchingAux(Exps, Vals)                 [function]
+                       | mergeMatching(MatchResult, MatchResult)    [function]
+                       | matchResult(Map)
+                       | "matchFailure"
+
+  rule getMatching(C:ConstructorName(Es:Exps), C(Vs:Vals)) => getMatchingAux(Es, Vs)
+  rule getMatching([Es:Exps], [Vs:Vals])                   => getMatchingAux(Es, Vs)
+  rule getMatching(C:ConstructorName, C) => matchResult(.Map)
+  rule getMatching(B:Bool, B)            => matchResult(.Map)
+  rule getMatching(I:Int, I)             => matchResult(.Map)
+  rule getMatching(S:String, S)          => matchResult(.Map)
+  rule getMatching(N:Name, V:Val) => matchResult(N |-> V)
+  rule getMatching(_, _) => matchFailure        [owise]
+
+  rule getMatchingAux((E:Exp, Es:Exps), (V:Val, Vs:Vals)) => mergeMatching(getMatching(E, V), getMatchingAux(Es, Vs))
+  rule getMatchingAux(.Exps, .Vals)                       => matchResult(.Map)
+  rule getMatchingAux(_, _) => matchFailure     [owise]
+
+  rule mergeMatching(matchResult(M1:Map), matchResult(M2:Map)) => matchResult(M1 M2)
+    requires intersectSet(keys(M1), keys(M2)) ==K .Set
+  //rule mergeMatching(_, _) => matchFailure      [owsie]
+  rule mergeMatching(matchResult(_:Map), matchFailure) => matchFailure
+  rule mergeMatching(matchFailure, matchResult(_:Map)) => matchFailure
+  rule mergeMatching(matchFailure, matchFailure)       => matchFailure
+

Besides the generic decomposition rules for patterns and values,
+we also want to allow [head|tail] matching for lists, so we add
+the following custom pattern decomposition rule:

+
  rule getMatching([H:Exp | T:Exp], [V:Val, Vs:Vals])
+    => getMatchingAux((H, T), (V, [Vs]))
+endmodule
+

Go to Lesson 2, FUN untyped, Substitution-Based.

+

FUN — Untyped — Environment

+ +

Author: Grigore Roșu (grosu@illinois.edu)
+Organization: University of Illinois at Urbana-Champaign

+

Author: Traian Florin Șerbănuță (traian.serbanuta@unibuc.ro)
+Organization: University of Bucharest

+

Abstract

+ +

This is the K semantic definition of the untyped FUN language.
+FUN is a pedagogical and research language that captures the essence
+of the functional programming paradigm, extended with several features
+often encountered in functional programming languages.
+Like many functional languages, FUN is an expression language, that
+is, everything, including the main program, is an expression.
+Functions can be declared anywhere and are first class values in the
+language.
+FUN is call-by-value here, but it has been extended (as student
+homework assignments) with other parameter-passing styles.
+To make it more interesting and to highlight some of K's strengths,
+FUN includes the following features:

+
    +
  • +

    The basic builtin data-types of integers, booleans and strings.

    +
  • +
  • +

    Builtin lists, which can hold any elements, including other lists.
    +Lists are enclosed in square brackets and their elements are
    +comma-separated; e.g., [1,2,3].

    +
  • +
  • +

    User-defined data-types, by means of constructor terms.
    +Constructor names start with a capital letter (while any other
    +identifier in the language starts with a lowercase letter), and they
    +can be followed by an arbitrary number of comma-separated arguments
    +enclosed in parentheses; parentheses are not needed when the
    +constructor takes no arguments.
    +For example, Pair(5,7) is a constructor term holding two
    +numbers, Cons(1,Cons(2,Cons(3,Nil))) is a list-like
    +constructor term holding 3 elements, and
    +Tree(Tree(Leaf(1), Leaf(2)), Leaf(3)) is a tree-like
    +constructor term holding 3 elements.
    +In the untyped version of the FUN language, no type checking or
    +inference is performed to ensure that the data constructors are used
    +correctly.
    +The execution will simply get stuck when they are misused.
    +Moreover, since no type checking is performed, the data-types are not
    +even declared in the untyped version of FUN.

    +
  • +
  • +

    Functions and let/letrec binders can take
    +multiple space-separated arguments, but these are desugared to
    +ones that only take one argument, by currying. For example, the
    +expressions

    +
    fun x y -> x y
    +let x y = y in x
    +

    are desugared, respectively, into the following expressions:

    +
    fun x -> fun y -> x y
    +let x = fun y -> y in x
    +
  • +
  • +

    Functions can be defined using pattern matching over the
    +available data-types. For example, the program

    +
    letrec max = fun [h] -> h
    +             |   [h|t] -> let x = max t
    +                          in  if h > x then h else x
    +in max [1, 3, 5, 2, 4, 0, -1, -5]
    +

    defines a function max that calculates the maximum element of
    +a non-empty list, and the function

    +
    letrec ack = fun Pair(0,n) -> n + 1
    +             |   Pair(m,0) -> ack Pair(m - 1, 1)
    +             |   Pair(m,n) -> ack Pair(m - 1, ack Pair(m, n - 1))
    +in ack Pair(2,3)
    +

    calculates the Ackermann function applied to a particular pair of numbers.
    +Patterns can be nested. Patterns can currently only be used in function
    +definitions, and not directly in let/letrec binders.
    +For example, this is not allowed:

    +
    letrec Pai(x,y) = Pair(1,2) in x+y
    +

    But this is allowed:

    +
    let f Pair(x,y) = x+y in f Pair(1,2)
    +

    because it is first reduced to

    +
    let f = fun Pair(x,y) -> x+y in f Pair(1,2)
    +

    by uncurrying of the let binder, and pattern matching is
    +allowed in function arguments.

    +
  • +
  • +

    We include a callcc construct, for two reasons: first,
    +several functional languages support this construct; second, some
    +semantic frameworks have difficulties defining it. Not K.

    +
  • +
  • +

    Finally, we include mutables by means of referencing an
    +expression, getting the reference of a variable, dereferencing and
    +assignment. We include these for the same reasons as above: there are
    +languages which have them, and they are not easy to define in some
    +semantic frameworks.

    +
  • +
+

Like in many other languages, some of FUN's constructs can be
+desugared into a smaller set of basic constructs. We do that as usual,
+using macros, and then we only give semantics to the core constructs.

+

Note:
+We recommend the reader to first consult the dynamic semantics of the
+LAMBDA++ language in the first part of the K Tutorial.
+To keep the comments below small and focused, we will not re-explain
+functional or K features that have already been explained in there.

+

Syntax

+ +
//require "modules/pattern-matching.k"
+
+module FUN-UNTYPED-COMMON
+  imports DOMAINS-SYNTAX
+

FUN is an expression language. The constructs below fall into
+several categories: names, arithmetic constructs, conventional
+functional constructs, patterns and pattern matching, data constructs,
+lists, references, and call-with-current-continuation (callcc).
+The arithmetic constructs are standard; they are present in almost all
+our K language definitions. The meaning of FUN's constructs are
+discussed in more depth when we define their semantics in the next
+module.

+

The Syntactic Constructs

+ +

We start with the syntactic definition of FUN names.
+We have several categories of names: ones to be used for functions and
+variables, others to be used for data constructors, others for types and
+others for type variables. We will introduce them as needed, starting
+with the former category. We prefer the names of variables and functions
+to start with lower case letters. We take the freedom to tacitly introduce
+syntactic lists/sequences for each nonterminal for which we need them:

+
  syntax Name                                      [token]
+  syntax Names ::= List{Name,","}                  [klabel(exps)]
+

Expression constructs will be defined throughtout the syntax module.
+Below are the very basic ones, namely the builtins, the names, and the
+parentheses used as brackets for grouping. Lists of expressions are
+declared strict, so all expressions in the list get evaluated whenever
+the list is on a position which can be evaluated:

+
  syntax Exp ::= Int | Bool | String | Name
+               | "(" Exp ")"                       [bracket]
+  syntax Exps  ::= List{Exp,","}                   [strict, klabel(exps)]
+  syntax Val
+  syntax Exp ::= Val
+  syntax Exps ::= Vals
+  syntax Vals ::= List{Val,","}                    [klabel(exps)]
+  syntax Bottom
+  syntax Bottoms ::= List{Bottom,","}              [klabel(exps)]
+

We next define the syntax of arithmetic constructs, together with
+their relative priorities and left-/non-associativities. We also
+tag all these rules as members of a new group, "arith", so we can more easily
+define global syntax priorities later (at the end of the syntax module).

+
  syntax Exp ::= left:
+                 Exp "*" Exp                       [strict, group(arith)]
+               | Exp "/" Exp                       [strict, group(arith)]
+               | Exp "%" Exp                       [strict, group(arith)]
+               > left:
+                 Exp "+" Exp                       [strict, left, group(arith)]
+               | Exp "^" Exp                       [strict, left, group(arith)]
+// left attribute should not be necessary; currently a parsing bug
+               | Exp "-" Exp                       [strict, prefer, group(arith)]
+// the "prefer" attribute above is to not parse x-1 as x(-1)
+// Due to some parsing problems, we currently cannot add unary minus:
+               | "-" Exp                           [strict, group(arith)]
+               > non-assoc:
+                 Exp "<" Exp                       [strict, group(arith)]
+               | Exp "<=" Exp                      [strict, group(arith)]
+               | Exp ">" Exp                       [strict, group(arith)]
+               | Exp ">=" Exp                      [strict, group(arith)]
+               | Exp "==" Exp                      [strict, group(arith)]
+               | Exp "!=" Exp                      [strict, group(arith)]
+               > "!" Exp                           [strict, group(arith)]
+               > Exp "&&" Exp                      [strict(1), left, group(arith)]
+               > Exp "||" Exp                      [strict(1), left, group(arith)]
+

The conditional construct has the expected evaluation strategy,
+stating that only the first argument is evaluate:

+
  syntax Exp ::= "if" Exp "then" Exp "else" Exp    [strict(1)]
+

FUN's builtin lists are formed by enclosing comma-separated
+sequences of expressions (i.e., terms of sort Exps) in square
+brackets. The list constructor cons adds a new element to the
+top of the list, head and tail get the first element
+and the tail sublist of a list if they exist, respectively, and get
+stuck otherwise, and null?? tests whether a list is empty or
+not; syntactically, these are just expression constants.
+In function patterns, we are also going to allow patterns following the
+usual head/tail notation; for example, the pattern [x_1,...,x_n|t]
+binds x_1, ..., x_n to the first elements of the matched list,
+and t to the list formed with the remaining elements. We define list
+patterns as ordinary expression constructs, although we will make sure that
+we do not give them semantics if they appear in any other place then in a
+function case pattern.

+
  syntax Exp ::= "[" Exps "]"                             [strict, klabel(list)]
+               | "head" [macro] | "tail" [macro] | "null?" [macro]
+               | "[" Exps "|" Exp "]"
+  syntax Val ::= "[" Vals "]"                             [klabel(list)]
+  syntax Cons ::= "cons"
+  syntax Val ::= Cons
+  syntax Val ::= Cons Val                                 [klabel(apply)]
+

Data constructors start with capital letters and they may or may
+not have arguments. We need to use the attribute "prefer" to make
+sure that, e.g., Cons(a) parses as constructor Cons with
+argument a, and not as the expression Cons (because
+constructor names are also expressions) regarded as a function applied
+to the expression a. Also, note that the constructor is strict
+in its second argument, because we want to evaluate its arguments but
+not the constuctor name itsef.

+
  syntax ConstructorName                         [token]
+  syntax Exp ::= ConstructorName
+               | ConstructorName "(" Exps ")"    [prefer, strict(2), klabel(constructor)]
+  syntax Val ::= ConstructorName "(" Vals ")"    [klabel(constructor)]
+

A function is essentially a |-separated ordered
+sequence of cases, each case of the form pattern -> expression,
+preceded by the language construct fun. Patterns will be defined
+shortly, both for the builtin lists and for user-defined constructors.
+Recall that the syntax we define in K is not meant to serve as a
+ultimate parser for the defined language, but rather as a convenient
+notation for K abstract syntax trees, which we prefer when we write
+the semantic rules. It is therefore often the case that we define a
+more ``generous'' syntax than we want to allow programs to use.
+We do it here, too. Specifically, the syntax of Cases
+below allows any expressions to appear as pattern. This syntactic
+relaxation permits many wrong programs to be parsed, but that is not a
+problem because we are not going to give semantics to wrong combinations,
+so those programs will get stuck; moreover, our type inferencer will reject
+those programs anyway. Function application is just concatenation of
+expressions, without worrying about type correctness. Again, the type
+system will reject type-incorrect programs.

+
  syntax Exp ::= "fun" Cases
+               | Exp Exp                              [strict, left, klabel(apply)]
+// NOTE: We would like eventually to also have Exp "(" Exps ")
+  syntax Case  ::= Exp "->" Exp
+  syntax Cases ::= List{Case, "|"}
+

The let and letrec binders have the usual syntax
+and functional meaning. We allow multiple and-separated bindings.
+Like for the function cases above, we allow a more generous syntax for
+the left-hand sides of bindings, noting that the semantics will get stuck
+on incorrect bindings and that the type system will reject those programs.

+
  syntax Exp ::= "let" Bindings "in" Exp
+               | "letrec" Bindings "in" Exp                 [prefer]
+// The "prefer" attribute for letrec currently needed due to tool bug,
+// to make sure that "letrec" is not parsed as "let rec".
+  syntax Binding  ::= Exp "=" Exp
+  syntax Bindings ::= List{Binding,"and"}
+

References are first class values in FUN. The construct ref
+takes an expression, evaluates it, and then it stores the resulting value
+at a fresh location in the store and returns that reference. Syntactically,
+ref is just an expression constant. The construct &
+takes a name as argument and evaluates to a reference, namely the store
+reference where the variable passed as argument stores its value; this
+construct is a bit controversial and is further discussed in the
+environment-based semantics of the FUN language, where we desugar
+ref to it. The construct @ takes a reference
+and evaluates to the value stored there. The construct := takes
+two expressions, the first expected to evaluate to a reference; the value
+of its second argument will be stored at the location to which the first
+points (the old value is thus lost). Finally, since expression evaluation
+now has side effects, it makes sense to also add a sequential composition
+construct, which is sequentially strict. This evaluates to the value of
+its second argument; the value of the first argument is lost (which has
+therefore been evaluated only for its side effects.

+
  syntax Exp ::= "ref"                             [macro]
+               | "&" Name
+               | "@" Exp                                     [strict]
+               | Exp ":=" Exp                                [strict]
+               | Exp ";" Exp                       [strict(1), right]
+

Call-with-current-continuation, named callcc in FUN, is a
+powerful control operator that originated in the Scheme programming
+language, but it now exists in many other functional languages. It works
+by evaluating its argument, expected to evaluate to a function, and by
+passing the current continuation, or evaluation context (or computation,
+in K terminology), as a special value to it. When/If this special value
+is invoked, the current context is discarded and replaced with the one
+held by the special value and the computation continues from there.
+It is like taking a snapshot of the execution context at some moment
+in time and then, when desired, being able to get back in time to that
+point. If you like games, it is like saving the game now (so you can
+work on your homework!) and then continuing the game tomorrow or whenever
+you wish. To issustrate the strength of callcc, we also
+allow exceptions in FUN by means of a conventional try-catch
+construct, which will desugar to callcc. We also need to
+introduce the special expression contant throw, but we need to
+use it as a function argument name in the desugaring macro, so we define
+it as a name instead of as an expression constant:

+
  syntax Exp ::= "try" Exp "catch" "(" Name ")" Exp [macro]
+  syntax Val ::= "callcc"
+  syntax Name ::= "throw" [token]
+

Finally, FUN also allows polymorphic datatype declarations. These
+will be useful when we define the type system later on.

+
  syntax Exp ::= "datatype" Type "=" TypeCases Exp [macro]
+// NOTE: In a future version of K, we want the datatype declaration
+// to be a construct by itself, but that is not possible currently
+// because K's parser wronly identifies the __ operation allowing
+// a declaration to appear in front of an expression with the function
+// application construct, giving ambiguous parsing errors.
+

We next need to define the syntax of types and type cases that appear
+in datatype declarations.

+

Like in many functional languages, type parameters/variables in
+user-defined types are quoted identifiers.

+
  syntax TypeVar                        [token]
+  syntax TypeVars ::= List{TypeVar,","} [klabel(types)]
+

Types can be basic types, function types, or user-defined
+parametric types. In the dynamic semantics we are going to simply ignore
+all the type declations, so here the syntax of types below is only useful
+for generating the desired parser. To avoid syntactic ambiguities with
+the arrow construct for function cases, we use the symbol --> as
+a constructor for function types:

+
  syntax TypeName [token]
+  syntax Type ::= "int" | "bool" | "string"
+                | Type "-->" Type                            [right]
+                | "(" Type ")"                             [bracket]
+                | TypeVar
+                | TypeName             [klabel(TypeName), avoid]
+                | Type TypeName   [klabel(Type-TypeName), symbol, macro]
+                | "(" Types ")" TypeName                    [prefer]
+  syntax Types ::= List{Type,","} [klabel(types)]
+  syntax Types ::= TypeVars
+
+  syntax TypeCase ::= ConstructorName
+                    | ConstructorName "(" Types ")"
+  syntax TypeCases ::= List{TypeCase,"|"}     [klabel(_|TypeCase_)]
+

Additional Priorities

+ +
  syntax priorities @__FUN-UNTYPED-COMMON
+                  > apply
+                  > arith
+                  > _:=__FUN-UNTYPED-COMMON
+                  > let_in__FUN-UNTYPED-COMMON
+                    letrec_in__FUN-UNTYPED-COMMON
+                    if_then_else__FUN-UNTYPED-COMMON
+                  > _;__FUN-UNTYPED-COMMON
+                  > fun__FUN-UNTYPED-COMMON
+                  > datatype_=___FUN-UNTYPED-COMMON
+endmodule
+
+module FUN-UNTYPED-MACROS
+  imports FUN-UNTYPED-COMMON
+

Desugaring macros

+ +

We desugar the list non-constructor operations to functions matching
+over list patterns. In order to do that we need some new variables; for
+those, we follow the same convention like in the K tutorial, where we
+added them as new identifier constructs starting with the character $,
+so we can easily recognize them when we debug or trace the semantics.

+
  syntax Name ::= "$h" [token] | "$t" [token]
+  rule head => fun [$h|$t] -> $h
+  rule tail => fun [$h|$t] -> $t
+  rule null? => fun [.Exps] -> true | [$h|$t] -> false
+

Multiple-head list patterns desugar into successive one-head patterns:

+
  rule [E1,E2,Es:Exps|T] => [E1|[E2,Es|T]]                   [anywhere]
+

Uncurrying of multiple arguments in functions and binders:

+
  rule P1 P2 -> E => P1 -> fun P2 -> E                       [anywhere]
+  rule F P = E => F = fun P -> E                             [anywhere]
+

We desugar the try-catch construct into callcc:

+
  syntax Name ::= "$k" [token] | "$v" [token]
+  rule try E catch(X) E'
+    => callcc (fun $k -> (fun throw -> E)(fun X -> $k E'))
+

For uniformity, we reduce all types to their general form:

+
  rule `Type-TypeName`(T:Type, Tn:TypeName) => (T) Tn
+

The dynamic semantics ignores all the type declarations:

+
  rule datatype _T = _TCs E => E
+
+endmodule
+
+
+module FUN-UNTYPED-SYNTAX
+  imports FUN-UNTYPED-COMMON
+  imports BUILTIN-ID-TOKENS
+
+  syntax Name ::= r"[a-z][_a-zA-Z0-9]*"           [token, prec(2)]
+                | #LowerId                        [token]
+  syntax ConstructorName ::= #UpperId             [token]
+  syntax TypeVar  ::= r"['][a-z][_a-zA-Z0-9]*"    [token]
+  syntax TypeName ::= Name                        [token]
+endmodule
+

Semantics

+ +

The semantics below is environment-based. A substitution-based
+definition of FUN is also available, but that drops the &
+construct as explained above.

+
module FUN-UNTYPED
+  imports FUN-UNTYPED-COMMON
+  imports FUN-UNTYPED-MACROS
+  imports DOMAINS
+  //imports PATTERN-MATCHING
+

Configuration

+ +

The k, env, and store cells are standard
+(see, for example, the definition of LAMBDA++ or IMP++ in the first
+part of the K tutorial).

+
  configuration <T color="yellow">
+                  <k color="green"> $PGM:Exp </k>
+                  <env color="violet"> .Map </env>
+                  <store color="white"> .Map </store>
+                </T>
+

Values and results

+ +

We only define integers, Booleans and strings as values here, but will
+add more values later.

+
  syntax Val ::= Int | Bool | String
+  syntax Vals ::= Bottoms
+  syntax KResult ::= Val
+

Lookup

+ +
  rule <k> X:Name => V ...</k>
+       <env>... X |-> L ...</env>
+       <store>... L |-> V ...</store>
+

Arithmetic expressions

+ +
  rule I1 * I2 => I1 *Int I2
+  rule I1 / I2 => I1 /Int I2 when I2 =/=K 0
+  rule I1 % I2 => I1 %Int I2 when I2 =/=K 0
+  rule I1 + I2 => I1 +Int I2
+  rule S1 ^ S2 => S1 +String S2
+  rule I1 - I2 => I1 -Int I2
+  rule - I => 0 -Int I
+  rule I1 < I2 => I1 <Int I2
+  rule I1 <= I2 => I1 <=Int I2
+  rule I1 > I2 => I1 >Int I2
+  rule I1 >= I2 => I1 >=Int I2
+  rule V1:Val == V2:Val => V1 ==K V2
+  rule V1:Val != V2:Val => V1 =/=K V2
+  rule ! T => notBool(T)
+  rule true  && E => E
+  rule false && _ => false
+  rule true  || _ => true
+  rule false || E => E
+

Conditional

+ +
  rule if  true then E else _ => E
+  rule if false then _ else E => E
+

Lists

+ +

We have already declared the syntactic list of expressions strict, so
+we can assume that all the elements that appear in a FUN list are
+evaluated. The only thing left to do is to state that a list of
+values is a value itself, that is, that the list square-bracket
+construct is indeed a constructor, and to give the semantics of
+cons. Since cons is a builtin function and is
+expected to take two arguments, we have to also state that
+cons itself is a value (specifically, a function/closure
+value, but we do not need that level of detail here), and also that
+cons applied to a value is a value (specifically, it would be
+a function/closure value that expects the second, list argument):

+
  rule cons V:Val [Vs:Vals] => [V,Vs]
+

Data Constructors

+ +

Constructors take values as arguments and produce other values:

+
  syntax Val ::= ConstructorName
+

Functions and Closures

+ +

Like in the environment-based semantics of LAMBDA++ in the first part
+of the K tutorial, functions evaluate to closures. A closure includes
+the current environment besides the function contents; the environment
+will be used at execution time to lookup all the variables that appear
+free in the function body (we want static scoping in FUN).

+
  syntax Val ::= closure(Map,Cases)
+  rule <k> fun Cases => closure(Rho,Cases) ...</k>  <env> Rho </env>
+

Note: The reader may want to get familiar with
+how the pre-defined pattern matching works before proceeding.
+The best way to do that is to consult
+k/include/modules/pattern-matching.k.

+

We distinguish two cases when the closure is applied.
+If the first pattern matches, then we pick the first case: switch to
+the closed environment, get the matching map and bind all its
+variables, and finally evaluate the function body of the first case,
+making sure that the environment is properly recovered afterwards.
+If the first pattern does not match, then we drop it and thus move on
+to the next one.

+
  rule (. => getMatching(P, V)) ~> closure(_, P->_ | _) V:Val
+  rule <k> matchResult(M:Map) ~> closure(Rho, _->E | _) _
+           => bindMap(M) ~> E ~> setEnv(Rho') ...</k>
+       <env> Rho' => Rho </env>
+  rule (matchFailure => .) ~> closure(_, (_->_ | Cs:Cases => Cs)) _
+//  rule <k> closure(Rho, P->E | _) V:Val
+//           => bindMap(getMatching(P,V)) ~> E ~> setEnv(Rho') ...</k>
+//       <env> Rho' => Rho </env>  when isMatching(P,V)
+//  rule closure(_, (P->_ | Cs:Cases => Cs)) V:Val  when notBool isMatching(P,V)
+

Let and Letrec

+ +

To highlight the similarities and differences between let and
+letrec, we prefer to give them direct semantics instead of
+to desugar them like in LAMBDA. See the formal definitions of
+bindTo, bind, and assignTo at the end of
+this module. Informally, bindTo(Xs, Es) first
+evaluates the expressions Es in Exps in the current
+environment (i.e., it is strict in its second argument), then it binds
+the variables in Xs in Names to new locations and adds
+those bindings to the environment, and finally writes the values
+previously obtained after evaluating the expressions Es to those
+new locations; bind(Xs) does only the bindings of
+Xs to new locations and adds those bindings to the environment;
+and assignTo(Xs,Es) evaluates the expressions
+Es in the current environment and then it writes the resulting
+values to the locations to which the variables Xs are already
+bound to in the environment.

+

Therefore, let Xs = Es in E first
+evaluates Es in the current environment, then adds new
+bindings for Xs to fresh locations in the environment, then
+writes the values of Es to those locations, and finally
+evaluates E in the new environment, making sure that the
+environment is properly recovered after the evaluation of E.
+On the other hand, letrec does the same things but in a
+different order: it first adds new bindings for Xs to fresh
+locations in the environment, then it evaluates Es in the new
+environment, then it writes the resulting values to their
+corresponding locations, and finally it evaluates E and
+recovers the environment. The crucial difference is that the
+expressions Es now see the locations of the variables Xs
+in the environment, so if they are functions, which is typically the
+case with letrec, their closures will encapsulate in their
+environments the bindings of all the bound variables, including
+themselves (thus, we may have a closure value stored at location
+L, whose environment contains a binding of the form
+F ↦ L; this way, the closure can invoke
+itself).

+
  rule <k> let Bs in E
+        => bindTo(names(Bs),exps(Bs)) ~> E ~> setEnv(Rho) ...</k>
+       <env> Rho </env>
+
+  rule <k> letrec Bs in E
+        => bind(names(Bs))~>assignTo(names(Bs),exps(Bs))~>E~>setEnv(Rho)...</k>
+       <env> Rho </env>
+

Recall that our syntax allows let and letrec to
+take any expression in place of its binding. This allows us to use
+the already existing function application construct to bind names to
+functions, such as, e.g., let x y = y in ....
+The desugaring macro in the syntax module uncurries such declarations,
+and then the semantic rules above only work when the remaining
+bindings are identifiers, so the semantics will get stuck on programs
+that misuse the let and letrec binders.

+

References

+ +

The semantics of references is self-explanatory, except maybe for the
+desugaring rule of ref, which is further discussed. Note
+that &X grabs the location of X from the environment.
+Sequential composition, which is needed only to accumulate the
+side effects due to assignments, was strict in the first argument.
+Once evaluated, its first argument is simply discarded:

+
  syntax Name ::= "$x" [token]
+  rule ref => fun $x -> & $x
+  rule <k> & X => L ...</k>  <env>... X |-> L ...</env>
+  rule <k> @ L:Int => V:Val ...</k>  <store>... L |-> V ...</store>
+  rule <k> L:Int := V:Val => V ...</k>  <store>... L |-> (_=>V) ...</store>
+  rule _V:Val; E => E
+

The desugaring rule of ref (first rule above) works
+because & takes a variable and returns its location (like in C).
+Note that some ``pure'' functional programming researchers strongly dislike
+the & construct, but favor ref. We refrain from having
+a personal opinion on this issue here, but support & in the
+environment-based definition of FUN because it is, technically speaking,
+more powerful than ref. From a language design perspective, it
+would be equally easy to drop & and instead give a direct
+semantics to ref. In fact, this is precisely what we do in the
+substitution-based definition of FUN, because there appears to be no way
+to give a substitution-based definition to the & construct.

+

Callcc

+ +

As we know it from the LAMBDA++ tutorial, call-with-current-continuation
+is quite easy to define in K. We first need to define a special
+value wrapping an execution context, that is, an environment saying
+where the variables should be looked up, and a computation structure
+saying what is left to execute (in a substitution-based definition,
+this special value would be even simpler, as it would only need to
+wrap the computation structure---see, for example, the
+substitution-based semantics of LAMBDA++ in the the first part of the
+K tutorial, or the substitution-based definition of FUN). Then
+callcc creates such a value containing the current
+environment and the current remaining computation, and passes it to
+its argument function. When/If invoked, the special value replaces
+the current execution context with its own and continues the execution
+normally.

+
  syntax Val ::= cc(Map,K)
+  rule <k> (callcc V:Val => V cc(Rho,K)) ~> K </k>  <env> Rho </env>
+  rule <k> cc(Rho,K) V:Val ~> _ => V ~> K </k>  <env> _ => Rho </env>
+

Auxiliary operations

+ +

Environment recovery

+ +

The environment recovery operation is the same as for the LAMBDA++
+language in the K tutorial and many other languages provided with the
+K distribution. The first ``anywhere'' rule below shows an elegant
+way to achieve the benefits of tail recursion in K.

+
  syntax KItem ::= setEnv(Map)  // TODO: get rid of env
+  //rule (setEnv(_) => .) ~> setEnv(_)  [anywhere]
+  rule <k> _:Val ~> (setEnv(Rho) => .) ...</k> <env> _ => Rho </env>
+

bindTo, bind and assignTo

+ +

The meaning of these operations has already been explained when we
+discussed the let and letrec language constructs
+above.

+
  syntax KItem ::= bindTo(Names,Exps)         [strict(2)]
+                 | bindMap(Map)
+                 | bind(Names)
+
+  rule (. => getMatchingAux(Xs,Vs)) ~> bindTo(Xs:Names,Vs:Vals)
+  rule matchResult(M:Map) ~> bindTo(_:Names, _:Vals) => bindMap(M)
+
+  rule bindMap(.Map) => .
+  rule <k> bindMap((X:Name |-> V:Val => .Map) _:Map) ...</k>
+       <env> Rho => Rho[X <- !L:Int] </env>
+       <store>... .Map => !L |-> V ...</store>
+
+  rule bind(.Names) => .
+  rule <k> bind(X:Name,Xs => Xs) ...</k>
+       <env> Rho => Rho[X <- !_L:Int] </env>
+
+  syntax KItem ::= assignTo(Names,Exps)  [strict(2)]
+
+  rule <k> assignTo(.Names,.Vals) => . ...</k>
+  rule <k> assignTo((X:Name,Xs => Xs),(V:Val,Vs:Vals => Vs)) ...</k>
+       <env>... X |-> L ...</env>
+       <store>... .Map => L |-> V ...</store>
+

Getters

+ +

The following auxiliary operations extract the list of identifiers
+and of expressions in a binding, respectively.

+
  syntax Names ::= names(Bindings)  [function]
+  rule names(.Bindings) => .Names
+  rule names(X:Name=_ and Bs) => (X,names(Bs))::Names
+
+  syntax Exps ::= exps(Bindings)  [function]
+  rule exps(.Bindings) => .Exps
+  rule exps(_:Name=E and Bs) => E,exps(Bs)
+
+  /* Extra kore stuff */
+  syntax KResult ::= Vals
+  syntax Exps ::= Names
+  syntax Names ::= Bottoms
+
+  /* Matching */
+  syntax MatchResult ::= getMatching(Exp, Val)                      [function]
+                       | getMatchingAux(Exps, Vals)                 [function]
+                       | mergeMatching(MatchResult, MatchResult)    [function]
+                       | matchResult(Map)
+                       | "matchFailure"
+
+  rule getMatching(C:ConstructorName(Es:Exps), C(Vs:Vals)) => getMatchingAux(Es, Vs)
+  rule getMatching([Es:Exps], [Vs:Vals])                   => getMatchingAux(Es, Vs)
+  rule getMatching(C:ConstructorName, C) => matchResult(.Map)
+  rule getMatching(B:Bool, B)            => matchResult(.Map)
+  rule getMatching(I:Int, I)             => matchResult(.Map)
+  rule getMatching(S:String, S)          => matchResult(.Map)
+  rule getMatching(N:Name, V:Val) => matchResult(N |-> V)
+  rule getMatching(_, _) => matchFailure        [owise]
+
+  rule getMatchingAux((E:Exp, Es:Exps), (V:Val, Vs:Vals)) => mergeMatching(getMatching(E, V), getMatchingAux(Es, Vs))
+  rule getMatchingAux(.Exps, .Vals)                       => matchResult(.Map)
+  rule getMatchingAux(_, _) => matchFailure     [owise]
+
+  rule mergeMatching(matchResult(M1:Map), matchResult(M2:Map)) => matchResult(M1 M2)
+    requires intersectSet(keys(M1), keys(M2)) ==K .Set
+  //rule mergeMatching(_, _) => matchFailure      [owsie]
+  rule mergeMatching(matchResult(_:Map), matchFailure) => matchFailure
+  rule mergeMatching(matchFailure, matchResult(_:Map)) => matchFailure
+  rule mergeMatching(matchFailure, matchFailure)       => matchFailure
+

Besides the generic decomposition rules for patterns and values,
+we also want to allow [head|tail] matching for lists, so we add
+the following custom pattern decomposition rule:

+
  rule getMatching([H:Exp | T:Exp], [V:Val, Vs:Vals])
+    => getMatchingAux((H, T), (V, [Vs]))
+endmodule
+

Go to Lesson 2, FUN untyped, Substitution-Based.

+

// NOTE: this definition is not up to date with the latest version of K, as it
+// uses both substitution and symbolic reasoning.
+// It is intended for documentation and academic purposes only.

+

FUN — Untyped — Substitution

+ +

Author: Grigore Roșu (grosu@illinois.edu)
+Organization: University of Illinois at Urbana-Champaign

+

Author: Traian Florin Șerbănuță (traian.serbanuta@unibuc.ro)
+Organization: University of Bucharest

+

Abstract

+ +

This is the substitution-based definition of FUN. For additional
+explanations regarding the semantics of the various FUN constructs,
+the reader should consult the emvironment-based definition of FUN.

+

Syntax

+ +
require "substitution.md"
+//require "modules/pattern-matching.k"
+
+module FUN-UNTYPED-COMMON
+  imports DOMAINS-SYNTAX
+

The Syntactic Constructs

+ +
  syntax Name
+  syntax Names ::= List{Name,","}
+
+  syntax Exp ::= Int | Bool | String | Name
+               | "(" Exp ")"                       [bracket]
+  syntax Exps  ::= List{Exp,","}                   [strict]
+  syntax Val
+  syntax Vals ::= List{Val,","}
+
+  syntax Exp ::= left:
+                 Exp "*" Exp                       [strict, arith]
+               | Exp "/" Exp                       [strict, arith]
+               | Exp "%" Exp                       [strict, arith]
+               > left:
+                 Exp "+" Exp                       [strict, left, arith]
+               | Exp "^" Exp                       [strict, left, arith]
+               | Exp "-" Exp                       [strict, prefer, arith]
+               | "-" Exp                           [strict, arith]
+               > non-assoc:
+                 Exp "<" Exp                       [strict, arith]
+               | Exp "<=" Exp                      [strict, arith]
+               | Exp ">" Exp                       [strict, arith]
+               | Exp ">=" Exp                      [strict, arith]
+               | Exp "==" Exp                      [strict, arith]
+               | Exp "!=" Exp                      [strict, arith]
+               > "!" Exp                           [strict, arith]
+               > Exp "&&" Exp                      [strict(1), left, arith]
+               > Exp "||" Exp                      [strict(1), left, arith]
+
+  syntax Exp ::= "if" Exp "then" Exp "else" Exp    [strict(1)]
+
+  syntax Exp ::= "[" Exps "]"                      [strict]
+               | "cons" |  "head" | "tail" | "null?"
+               | "[" Exps "|" Exp "]"
+  syntax Val ::= "[" Vals "]"
+
+  syntax ConstructorName
+  syntax Exp ::= ConstructorName
+               | ConstructorName "(" Exps ")"      [prefer, strict(2)]
+  syntax Val ::= ConstructorName "(" Vals ")"
+
+  syntax Exp ::= "fun" Cases
+               | Exp Exp                           [strict, left]
+  syntax Case  ::= Exp "->" Exp                    [binder]
+// NOTE: The binder attribute above is the only difference between this
+// module and the syntax module of environment-based FUN.  We need
+// to fix a bug in order to import modules and override the attributes
+// of operations.
+  syntax Cases ::= List{Case, "|"}
+
+  syntax Exp ::= "let" Bindings "in" Exp
+               | "letrec" Bindings "in" Exp                 [prefer]
+  syntax Binding  ::= Exp "=" Exp
+  syntax Bindings ::= List{Binding,"and"}
+
+  syntax Exp ::= "ref"
+               | "&" Name
+               | "@" Exp                           [strict]
+               | Exp ":=" Exp                      [strict]
+               | Exp ";" Exp                       [strict(1), right]
+
+  syntax Exp ::= "callcc"
+               | "try" Exp "catch" "(" Name ")" Exp
+  syntax Name ::= "throw" [token]
+
+  syntax Exp ::= "datatype" Type "=" TypeCases Exp
+
+  syntax TypeVar
+  syntax TypeVars ::= List{TypeVar,","}
+
+  syntax TypeName
+  syntax Type ::= "int" | "bool" | "string"
+                | Type "-->" Type                            [right]
+                | "(" Type ")"                             [bracket]
+                | TypeVar
+                | TypeName             [klabel(TypeName), avoid]
+                | Type TypeName   [klabel(Type-TypeName), onlyLabel]
+                | "(" Types ")" TypeName                    [prefer]
+  syntax Types ::= List{Type,","}
+  syntax Types ::= TypeVars
+
+  syntax TypeCase ::= ConstructorName
+                    | ConstructorName "(" Types ")"
+  syntax TypeCases ::= List{TypeCase,"|"}     [klabel(_|TypeCase_)]
+

Additional Priorities

+ +
  syntax priorities @__FUN-UNTYPED-COMMON
+                  > ___FUN-UNTYPED-COMMON
+                  > arith
+                  > _:=__FUN-UNTYPED-COMMON
+                  > let_in__FUN-UNTYPED-COMMON
+                    letrec_in__FUN-UNTYPED-COMMON
+                    if_then_else__FUN-UNTYPED-COMMON
+                  > _;__FUN-UNTYPED-COMMON
+                  > fun__FUN-UNTYPED-COMMON
+                  > datatype_=___FUN-UNTYPED-COMMON
+endmodule
+
+module FUN-UNTYPED-MACROS
+  imports FUN-UNTYPED-COMMON
+

Desugaring macros

+ +
  rule P1 P2 -> E => P1 -> fun P2 -> E                       [macro-rec]
+  rule F P = E => F = fun P -> E                             [macro-rec]
+
+  rule [E1,E2,Es:Exps|T] => [E1|[E2,Es|T]]                   [macro-rec]
+
+//  rule 'TypeName(Tn:TypeName) => (.TypeVars) Tn              [macro]
+  rule `Type-TypeName`(T:Type, Tn:TypeName) => (T) Tn          [macro]
+
+  syntax Name ::= "$h" | "$t"
+  rule head => fun [$h|$t] -> $h                             [macro]
+  rule tail => fun [$h|$t] -> $t                             [macro]
+  rule null? => fun [.Exps] -> true | [$h|$t] -> false       [macro]
+
+  syntax Name ::= "$k" | "$v"
+  rule try E catch(X) E'
+    => callcc (fun $k -> (fun throw -> E)(fun X -> $k E'))   [macro]
+
+  rule datatype _T = _TCs E => E                               [macro]
+

mu needed for letrec, but we put it here so we can also write
+programs with mu in them, which is particularly useful for testing.

+
  syntax Exp ::= "mu" Case
+
+endmodule
+
+
+module FUN-UNTYPED-SYNTAX
+  imports FUN-UNTYPED-COMMON
+  imports BUILTIN-ID-TOKENS
+
+  syntax Name ::= r"[a-z][_a-zA-Z0-9]*"            [token, prec(2)]
+                | #LowerId                         [token]
+  syntax ConstructorName ::= #UpperId              [token]
+  syntax TypeVar  ::= r"['][a-z][_a-zA-Z0-9]*"     [token]
+  syntax TypeName ::= Name                         [token]
+endmodule
+

Semantics

+ +
module FUN-UNTYPED
+  imports FUN-UNTYPED-COMMON
+  imports FUN-UNTYPED-MACROS
+  imports DOMAINS
+  imports SUBSTITUTION
+  //imports PATTERN-MATCHING
+
+  configuration <T color="yellow">
+                  <k color="green"> $PGM:Exp </k>
+                  <store color="white"> .Map </store>
+                </T>
+

Both Name and functions are values now:

+
  syntax Val ::= Int | Bool | String | Name
+  syntax Exp ::= Val
+  syntax Exps ::= Vals
+  syntax KResult ::= Val
+  syntax Exps ::= Names
+  syntax Vals ::= Names
+
+  rule I1 * I2 => I1 *Int I2
+  rule I1 / I2 => I1 /Int I2 when I2 =/=K 0
+  rule I1 % I2 => I1 %Int I2 when I2 =/=K 0
+  rule I1 + I2 => I1 +Int I2
+  rule S1 ^ S2 => S1 +String S2
+  rule I1 - I2 => I1 -Int I2
+  rule - I => 0 -Int I
+  rule I1 < I2 => I1 <Int I2
+  rule I1 <= I2 => I1 <=Int I2
+  rule I1 > I2 => I1 >Int I2
+  rule I1 >= I2 => I1 >=Int I2
+  rule V1:Val == V2:Val => V1 ==K V2
+  rule V1:Val != V2:Val => V1 =/=K V2
+  rule ! T => notBool(T)
+  rule true  && E => E
+  rule false && _ => false
+  rule true  || _ => true
+  rule false || E => E
+
+  rule if  true then E else _ => E
+  rule if false then _ else E => E
+
+  rule isVal(cons) => true
+  rule isVal(cons _V:Val) => true
+  rule cons V:Val [Vs:Vals] => [V,Vs]
+
+  syntax Val ::= ConstructorName
+
+  rule isVal(fun _) => true
+  syntax KVar ::= Name
+  syntax Name ::= freshName(Int)    [freshGenerator, function]
+  rule freshName(I:Int) => {#parseToken("Name", "#" +String Int2String(I))}:>Name
+
+  rule (. => getMatching(P, V)) ~> (fun P->_ | _) V:Val
+  rule matchResult(M:Map) ~> (fun _->E | _) _ => E[M]
+  rule (matchFailure => .) ~> (fun (_->_ | Cs:Cases => Cs)) _
+//  rule (fun P->E | _) V:Val => E[getMatching(P,V)]  when isMatching(P,V)
+//  rule (fun (P->_ | Cs:Cases => Cs)) V:Val  when notBool isMatching(P,V)
+

We can reduce multiple bindings to one list binding, and then
+apply the usual desugaring of let into function application.
+It is important that the rule below is a macro, so let is eliminated
+immediately, otherwise it may interfere in ugly ways with substitution.

+
  rule let Bs in E => ((fun [names(Bs)] -> E) [exps(Bs)])    [macro]
+

We only give the semantics of one-binding letrec.
+Multipe bindings are left as an exercise.

+
  // changed because of parsing error
+  //rule mu X:Name -> E => E[(mu X -> E) / X]
+  rule mu X:Name -> E => E[X |-> (mu X -> E)]
+  rule letrec F:Name = E in E' => let F = (mu F -> E) in E'  [macro]
+

We cannot have & anymore, but we can give direct
+semantics to ref. We also have to declare ref to
+be a value, so that we will never heat on it.

+
//  rule <k> & X => L ...</k>  <env>... X |-> L </env>
+  rule isVal(ref) => true
+  rule <k> ref V:Val => !L:Int ...</k> <store>... .Map => !L |-> V ...</store>
+  rule <k> @ L:Int => V:Val ...</k>  <store>... L |-> V ...</store>
+  rule <k> L:Int := V:Val => V ...</k>  <store>... L |-> (_=>V) ...</store>
+  rule _V:Val; E => E
+
+  syntax Val ::= cc(K)
+  rule isVal(callcc) => true
+  rule <k> (callcc V:Val => V cc(K)) ~> K </k>
+  rule <k> cc(K) V:Val ~> _ => V ~> K </k>
+

Auxiliary getters

+
  syntax Names ::= names(Bindings)  [function]
+  rule names(.Bindings) => .Names
+  rule names(X:Name=_ and Bs) => X,names(Bs)
+
+  syntax Exps ::= exps(Bindings)  [function]
+  rule exps(.Bindings) => .Exps
+  rule exps(_:Name=E and Bs) => E,exps(Bs)
+
+  /* Extra kore stuff */
+  syntax KResult ::= Vals
+  syntax Exps ::= Names
+
+  /* Matching */
+  syntax MatchResult ::= getMatching(Exp, Val)                      [function]
+                       | getMatchingAux(Exps, Vals)                 [function]
+                       | mergeMatching(MatchResult, MatchResult)    [function]
+                       | matchResult(Map)
+                       | "matchFailure"
+
+  rule getMatching(C:ConstructorName(Es:Exps), C(Vs:Vals)) => getMatchingAux(Es, Vs)
+  rule getMatching([Es:Exps], [Vs:Vals])                   => getMatchingAux(Es, Vs)
+  rule getMatching(C:ConstructorName, C) => matchResult(.Map)
+  rule getMatching(B:Bool, B)            => matchResult(.Map)
+  rule getMatching(I:Int, I)             => matchResult(.Map)
+  rule getMatching(S:String, S)          => matchResult(.Map)
+  rule getMatching(N:Name, V:Val) => matchResult(N |-> V)
+  rule getMatching(_, _) => matchFailure        [owise]
+
+  rule getMatchingAux((E:Exp, Es:Exps), (V:Val, Vs:Vals)) => mergeMatching(getMatching(E, V), getMatchingAux(Es, Vs))
+  rule getMatchingAux(.Exps, .Vals)                       => matchResult(.Map)
+  rule getMatchingAux(_, _) => matchFailure     [owise]
+
+  rule mergeMatching(matchResult(M1:Map), matchResult(M2:Map)) => matchResult(M1 M2)
+    requires intersectSet(keys(M1), keys(M2)) ==K .Set
+  //rule mergeMatching(_, _) => matchFailure      [owsie]
+  rule mergeMatching(matchResult(_:Map), matchFailure) => matchFailure
+  rule mergeMatching(matchFailure, matchResult(_:Map)) => matchFailure
+  rule mergeMatching(matchFailure, matchFailure)       => matchFailure
+

Besides the generic decomposition rules for patterns and values,
+we also want to allow [head|tail] matching for lists, so we add
+the following custom pattern decomposition rule:

+
  rule getMatching([H:Exp | T:Exp], [V:Val, Vs:Vals])
+    => getMatchingAux((H, T), (V, [Vs]))
+endmodule
+

// NOTE: this definition is not runnable as is.
+// It is intended for documentation and academic purposes only.

+

LOGIK

+ +

Author: Grigore Roșu (grosu@illinois.edu)
+Organization: University of Illinois at Urbana-Champaign

+

Author: Traian Florin Șerbănuță (traian.serbanuta@unibuc.ro)
+Organization: University of Bucharest

+

Abstract

+ +

This is the K semantic definition of LOGIK, a trivial language
+capturing the essence of the logic programming paradigm. In this
+definition, we explicitly focus on simplicity and mathematical
+clarity, not on advanced logic programming features or performance.
+Those are covered in the LOGIK++ extension under examples/logik++.

+

Specifically, a LOGIK program consists of a sequence of Horn clauses
+of the form

+
P :- P1, P2, ..., Pn .
+

followed by a query of the form

+
?- Q1, Q2, ..., Qm .
+

where P, P1, P2, ..., Pn, Q1, Q2,
+..., Qm are literals. The
+symbol :- is read "if". A literal has the form
+p(T1,T2,...,Tk), where p is a predicate symbol
+and where T1,T2,...,Tk are terms. Terms are built as
+usual, with operation symbols and variables. A common
+convention in logic programming languages, also adopted here, is that
+variables are capitalized and operation symbols are not. Operations
+with zero arguments are called constants and are written without
+parentheses, that is, c instead of c(). Horn
+clauses without conditions, called facts, are written
+without :-, that is, P. instead of P :- ..

+

For example, the LOGIK program below gives a few facts about a
+parent predicate, then several clauses defining some useful
+predicates including an ancestor predicate, and finally a
+query asking for those who both have ancestors and are ancestors
+themselves in the parent relation:

+
parent(david,john).
+parent(jim,david).
+parent(steve,jim).
+parent(nathan,steve).
+
+grandparent(A,B):-
+  parent(A,X),
+  parent(X,B).
+
+ancestor(A,B):-
+  parent(A,X),
+  parents(X,B).
+
+parents(X,X).
+parents(A,B):-
+  ancestor(A,B).
+
+both(X) :- ancestor(A,X), ancestor(X,B).
+
+?- both(X).
+

Above, we only have constant operation symbols, so these and variables
+are the only terms that can be used in predicates. As expected, the
+LOGIK program above will give us three solutions for X:
+david, steve, and jim. If we inline the
+both(X) predicate in the query, that is, if we replace the
+query with ?- ancestor(A,X), ancestor(X,B). then we get
+10 solutions, one for for each triple A, X, and
+B satisfying both predicates ancestor(A,X) and
+ancestor(X,B).

+

As another example, the program below defines an append
+predicate followed by a simple goal:

+
append(nil,L,L).
+append(cons(H,T),L,cons(H,Z)) :- append(T,L,Z).
+
+?- append(cons(a,nil), cons(b,nil), V).
+

Besides the predicate symbol append, the program above also
+includes a constant symbol nil and a binary operation symbol
+cons. Additionally, the query also includes two more
+constants, a and b. The capitalized identifiers are
+all variables. As expected, the LOGIK program above yields only one
+solution, namely V = cons(a,cons(b,nil)). On the other hand,
+if we change the query to:

+
?- append(L1, cons(a,L2), cons(a,cons(b,cons(a,nil)))).
+

then LOGIK yields two solutions: one where L1 is
+cons(a,cons(b,nil)) and L2 is nil,
+and another where L1 is nil and L2 is
+cons(a,cons(b,nil)).

+

The programs above all generated ground solutions, that is,
+solutions where the query variables are mapped to ground terms (i.e.,
+terms without variables). Let us now consider the following query:

+
?- append(cons(a,nil), Y, Z).
+

There are obviously infinitely many ground solutions for the query
+above, e.g.,
+Y = nil and Z = cons(a,nil),
+Y = cons(a,nil) and Z = cons(a,cons(a,nil)),
+Y = cons(b,nil) and Z = cons(a,cons(b,nil)),
+Y = cons(c,cons(b,nil)) and Z = cons(a,cons(c,cons(b,nil))),
+etc. However, all the ground solutions for the query above can be
+elegantly characterized by the property that Z is bound to a list
+starting with a and followed by the list that Y is
+bound to. This property can in fact be described as a symbolic solution
+to the query: Z = cons(a,Y) or, equivalently,
+Y = Symb and Z = cons(a,Symb). It is possible to
+define a ``more general than'' relation on such symbolic solutions,
+in the sense that the more particular solution can be obtained as a
+specialization/substitution of the more general one, and then it can
+be shown that the above is the most general solution to the
+stated query. Logic programming languages, including our LOGIK,
+attempt to always compute such most general solutions.

+

Logic programming languages are highly non-deterministic, in that
+several Horn clauses may be used at the same time, each possibly
+resulting in a different solution. Implementations of logic
+programming languages consist of complex, optimized search and
+indexing algorithms, which we are not concerned with here. Instead,
+we here take advantage of K's builtin support for search.
+Specifically, to find all the solutions of a LOGIK program, we have to
+use krun with the option --search. However, note
+that some programs have infinitely many solutions which cannot relate
+to each other by the "more general" relation. For example, the query

+
?- append(L1, cons(a,L2), L3) .
+

To address such cases and terminate, logic programming languages allow
+the user to choose how many solutions to be computed and displayed.
+In LOGIK, we can use the --bound option of krun for
+this purpose.

+

Finally, note that some queries have no solution. In some cases that
+is easy to detect by exhaustive analysis, such as for the following
+query:

+
?- append(cons(a,L1), L2, cons(b,L3)).
+

Logic programming languages, including LOGIK, terminate in such cases
+and report a no solution answer. However, there are cases where
+exhaustive analysis is not sufficient, such as for the query:

+
?- append(cons(a,L), nil, L).
+

In such cases, logic programming languages do not terminate. While
+one may devise techniques to detect non-termination in some cases,
+one cannot do it in general (same like for all Turing-complete
+languages).

+
require "unification.k"
+
+module LOGIK-COMMON
+  imports DOMAINS-SYNTAX
+

Syntax

+ +

The syntax of LOGIK is straightforward: a program is a sequence of
+Horn clauses followed by a query:

+
  syntax Literal
+  syntax Term ::= Literal | Literal "(" Terms ")"
+  syntax Terms ::= List{Term,","}
+  syntax Clause ::= Term ":-" Terms "." | Term "."
+  syntax Query ::= "?-" Terms "."
+  syntax Pgm ::= Query | Clause Pgm
+endmodule
+
+module LOGIK-SYNTAX
+  imports LOGIK-COMMON
+  imports BUILTIN-ID-TOKENS
+

Variables and literals are defined as tokens following the conventions
+used in Prolog (variables start with _ or capital letter, while literals
+start with lower case letters):

+
  syntax #KVariable ::= r"[A-Z_][A-Za-z0-9_]*"   [token, prec(2)]
+                      | #UpperId                 [token]
+  syntax Term ::= #KVariable [klabel(#SemanticCastToTerm)]
+  syntax Literal ::= r"[a-z][a-zA-Z0-9_]*"                 [token]
+                   | #LowerId                              [token]
+endmodule
+
+module LOGIK
+  imports LOGIK-COMMON
+  imports DOMAINS
+  imports UNIFICATION
+

Unification is at the core of logic programming. Here we are
+going to use the predefined unification procedure (the same one we
+used in the type inferencers in Tutorial 5).

+

Configuration

+ +

The configuration stores each clause in its own cell for easy access,
+and the most general unifier in a cell named mgu, same like
+the type inferencers. The k cell holds the query and the
+fresh cell holds a fresh clause instance to be attempted on
+the next query item. To more easily read the solutions, we add a
+second top-level cell, solution. Both top cells are
+optional. Indeed, we start with the main top cell and, when a
+solution is found, we move it into the solution cell and
+discard the main cell.

+
  configuration <T color="yellow" multiplicity="?">
+                  <k color="green"> $PGM:Pgm </k>
+                  <fresh color="orange"> .K </fresh>
+                  <clauses color="red">
+                    <clause color="pink" multiplicity="*"> .K </clause>
+                  </clauses>
+                  <mgu> .K </mgu>
+                </T>
+                <solution multiplicity="?"> .K </solution>
+

Pre- and post-processing

+ +

Before we launch the semantics, we first scan the given program and
+place each clause in its own cell, and then place the query in the
+k cell and initialize the mgu with the variables from the query.

+

Note that we put a fresh instance of the clause to avoid interference with
+the query variables. By a "fresh instance" of a clause we mean one whose
+variables are renamed with fresh names; we need that in order to avoid
+undesired unification conflicts due to particular names chosen for
+variables in the original program, as well as conflicts due to
+subsequent uses of the same clause. It is safe to rename the
+variables in a clause, because clauses are universally quantified in
+their variables. This process of creating a fresh instance of a
+clause is similar to how we created fresh instances of type schemas in
+the higher-order type inferencer discussed in Tutorial 5. Indeed, we
+can safely regard clauses as "clause schemas" comprising infinitely
+many instances, one for each context.

+
  rule <k> C:Clause Pgm => Pgm </k>
+       (.Bag => <clause> #renameVariables(C) </clause>)
+
+  rule <k> ?- Ls:Terms. => Ls ...</k>
+       <mgu> _ => #variablesMap(#variables(Ls)) </mgu>
+

We also sequentialize the goals for easier processing:

+
  rule L:Term, Ls:Terms => L ~> Ls
+  rule .Terms => .
+

When all the goals are solved, indicated by the empty k
+cell, the calculated most general unifier (mgu) is in the mgu
+cell. In that case, to ease reading of the final solution we move the
+mgu in the solution cell and delete the rest of the
+configuration:

+
rule <T>... <k> . </k> <mgu> Theta </mgu> ...</T>
+  => <solution> Theta </solution>
+

Since we are not interested in seeing the failed attempts to solve
+the query, we collapse all the error configurations into an empty
+configuration (recall that both top-level cells in the configuration
+were declared optional). This way, if we see an empty configuration
+when we search for all solutions, we know that some attempts failed
+(but we do not know which ones).

+
// this would be nice, but we need feedback from the external unifier
+// for this.
+//  rule <T>... <mgu> _:MguError </mgu> ...</T> => .
+

Semantics

+ +

Once all the infrastructure is in place, the actual semantics of LOGIK
+is quite simple. All we have to do is to pick some (fresh instance of
+a) clause, then unify its conclusion with the first query literal, and
+then replace that literal with condition of the clause. The intuition
+here is the following: to satisfy the first literal in the query, we
+need to find some instance of some clause that matches it, and then to
+similarly show that we can satisfy the conditions of that clause.
+Mathematically, this is an instance of the proof principle called
+resolution: if p ∨ q and ¬ p ∨ r hold, then so does
+q ∨ r. We let it as an exercise to the reader to see how the two
+relate (hint: assume the negation of the goal together with all the
+clauses, and then derive false).

+

The following two rules are tightly connected and they together
+perform the following core task: pick a fresh instance of a clause
+which unifies with the first goal item, then add its conditions as new
+goals.

+

Pick a clause and generate a fresh instance of it when the
+fresh cell is empty:

+
  rule <fresh> . => #renameVariables(C) </fresh> <clause> C </clause>
+       <k> T:Term ...</k>
+  requires #unifiable(T,head(C))
+
+  syntax Term ::= head(Clause) [function]
+  rule head(L.) => L
+  rule head(L:-_.) => L
+

If the goal is unifiable with the fresh clause's head, replace the goal
+with the clause body, and empty the fresh cell (so that
+another clause can be chosen using the rule above):

+
  rule <k> L:Term => . ...</k>
+       <fresh>  L:Term . => . </fresh>
+
+  rule <k> L:Term :KItem => Ls ...</k>
+       <fresh>  L:Term :- Ls:Terms. => . </fresh>
+

Note that there is no problem if a clause is chosen whose
+conclusion literal does not unify with the first goal literal.
+The search
+option of krun will systematically try all clauses, so no
+solution is missed. Of course, the above is not the most efficient
+way to implement a logic programming language, but recall that our
+objective here was to present a simple and mathematically clean
+solution. We encourage the interested reader to consult the LOGIK++
+language definition for a more efficient definition of a richer logic
+programming language.

+
endmodule
+

// NOTE: this definition is not runnable as is.
+// It is intended for documentation and academic purposes only.

+

LOGIK

+ +

Author: Grigore Roșu (grosu@illinois.edu)
+Organization: University of Illinois at Urbana-Champaign

+

Author: Traian Florin Șerbănuță (traian.serbanuta@unibuc.ro)
+Organization: University of Bucharest

+

Abstract

+ +

This is the K semantic definition of LOGIK, a trivial language
+capturing the essence of the logic programming paradigm. In this
+definition, we explicitly focus on simplicity and mathematical
+clarity, not on advanced logic programming features or performance.
+Those are covered in the LOGIK++ extension under examples/logik++.

+

Specifically, a LOGIK program consists of a sequence of Horn clauses
+of the form

+
P :- P1, P2, ..., Pn .
+

followed by a query of the form

+
?- Q1, Q2, ..., Qm .
+

where P, P1, P2, ..., Pn, Q1, Q2,
+..., Qm are literals. The
+symbol :- is read "if". A literal has the form
+p(T1,T2,...,Tk), where p is a predicate symbol
+and where T1,T2,...,Tk are terms. Terms are built as
+usual, with operation symbols and variables. A common
+convention in logic programming languages, also adopted here, is that
+variables are capitalized and operation symbols are not. Operations
+with zero arguments are called constants and are written without
+parentheses, that is, c instead of c(). Horn
+clauses without conditions, called facts, are written
+without :-, that is, P. instead of P :- ..

+

For example, the LOGIK program below gives a few facts about a
+parent predicate, then several clauses defining some useful
+predicates including an ancestor predicate, and finally a
+query asking for those who both have ancestors and are ancestors
+themselves in the parent relation:

+
parent(david,john).
+parent(jim,david).
+parent(steve,jim).
+parent(nathan,steve).
+
+grandparent(A,B):-
+  parent(A,X),
+  parent(X,B).
+
+ancestor(A,B):-
+  parent(A,X),
+  parents(X,B).
+
+parents(X,X).
+parents(A,B):-
+  ancestor(A,B).
+
+both(X) :- ancestor(A,X), ancestor(X,B).
+
+?- both(X).
+

Above, we only have constant operation symbols, so these and variables
+are the only terms that can be used in predicates. As expected, the
+LOGIK program above will give us three solutions for X:
+david, steve, and jim. If we inline the
+both(X) predicate in the query, that is, if we replace the
+query with ?- ancestor(A,X), ancestor(X,B). then we get
+10 solutions, one for for each triple A, X, and
+B satisfying both predicates ancestor(A,X) and
+ancestor(X,B).

+

As another example, the program below defines an append
+predicate followed by a simple goal:

+
append(nil,L,L).
+append(cons(H,T),L,cons(H,Z)) :- append(T,L,Z).
+
+?- append(cons(a,nil), cons(b,nil), V).
+

Besides the predicate symbol append, the program above also
+includes a constant symbol nil and a binary operation symbol
+cons. Additionally, the query also includes two more
+constants, a and b. The capitalized identifiers are
+all variables. As expected, the LOGIK program above yields only one
+solution, namely V = cons(a,cons(b,nil)). On the other hand,
+if we change the query to:

+
?- append(L1, cons(a,L2), cons(a,cons(b,cons(a,nil)))).
+

then LOGIK yields two solutions: one where L1 is
+cons(a,cons(b,nil)) and L2 is nil,
+and another where L1 is nil and L2 is
+cons(a,cons(b,nil)).

+

The programs above all generated ground solutions, that is,
+solutions where the query variables are mapped to ground terms (i.e.,
+terms without variables). Let us now consider the following query:

+
?- append(cons(a,nil), Y, Z).
+

There are obviously infinitely many ground solutions for the query
+above, e.g.,
+Y = nil and Z = cons(a,nil),
+Y = cons(a,nil) and Z = cons(a,cons(a,nil)),
+Y = cons(b,nil) and Z = cons(a,cons(b,nil)),
+Y = cons(c,cons(b,nil)) and Z = cons(a,cons(c,cons(b,nil))),
+etc. However, all the ground solutions for the query above can be
+elegantly characterized by the property that Z is bound to a list
+starting with a and followed by the list that Y is
+bound to. This property can in fact be described as a symbolic solution
+to the query: Z = cons(a,Y) or, equivalently,
+Y = Symb and Z = cons(a,Symb). It is possible to
+define a ``more general than'' relation on such symbolic solutions,
+in the sense that the more particular solution can be obtained as a
+specialization/substitution of the more general one, and then it can
+be shown that the above is the most general solution to the
+stated query. Logic programming languages, including our LOGIK,
+attempt to always compute such most general solutions.

+

Logic programming languages are highly non-deterministic, in that
+several Horn clauses may be used at the same time, each possibly
+resulting in a different solution. Implementations of logic
+programming languages consist of complex, optimized search and
+indexing algorithms, which we are not concerned with here. Instead,
+we here take advantage of K's builtin support for search.
+Specifically, to find all the solutions of a LOGIK program, we have to
+use krun with the option --search. However, note
+that some programs have infinitely many solutions which cannot relate
+to each other by the "more general" relation. For example, the query

+
?- append(L1, cons(a,L2), L3) .
+

To address such cases and terminate, logic programming languages allow
+the user to choose how many solutions to be computed and displayed.
+In LOGIK, we can use the --bound option of krun for
+this purpose.

+

Finally, note that some queries have no solution. In some cases that
+is easy to detect by exhaustive analysis, such as for the following
+query:

+
?- append(cons(a,L1), L2, cons(b,L3)).
+

Logic programming languages, including LOGIK, terminate in such cases
+and report a no solution answer. However, there are cases where
+exhaustive analysis is not sufficient, such as for the query:

+
?- append(cons(a,L), nil, L).
+

In such cases, logic programming languages do not terminate. While
+one may devise techniques to detect non-termination in some cases,
+one cannot do it in general (same like for all Turing-complete
+languages).

+
require "unification.k"
+
+module LOGIK-COMMON
+  imports DOMAINS-SYNTAX
+

Syntax

+ +

The syntax of LOGIK is straightforward: a program is a sequence of
+Horn clauses followed by a query:

+
  syntax Literal
+  syntax Term ::= Literal | Literal "(" Terms ")"
+  syntax Terms ::= List{Term,","}
+  syntax Clause ::= Term ":-" Terms "." | Term "."
+  syntax Query ::= "?-" Terms "."
+  syntax Pgm ::= Query | Clause Pgm
+endmodule
+
+module LOGIK-SYNTAX
+  imports LOGIK-COMMON
+  imports BUILTIN-ID-TOKENS
+

Variables and literals are defined as tokens following the conventions
+used in Prolog (variables start with _ or capital letter, while literals
+start with lower case letters):

+
  syntax #KVariable ::= r"[A-Z_][A-Za-z0-9_]*"   [token, prec(2)]
+                      | #UpperId                 [token]
+  syntax Term ::= #KVariable [klabel(#SemanticCastToTerm)]
+  syntax Literal ::= r"[a-z][a-zA-Z0-9_]*"                 [token]
+                   | #LowerId                              [token]
+endmodule
+
+module LOGIK
+  imports LOGIK-COMMON
+  imports DOMAINS
+  imports UNIFICATION
+

Unification is at the core of logic programming. Here we are
+going to use the predefined unification procedure (the same one we
+used in the type inferencers in Tutorial 5).

+

Configuration

+ +

The configuration stores each clause in its own cell for easy access,
+and the most general unifier in a cell named mgu, same like
+the type inferencers. The k cell holds the query and the
+fresh cell holds a fresh clause instance to be attempted on
+the next query item. To more easily read the solutions, we add a
+second top-level cell, solution. Both top cells are
+optional. Indeed, we start with the main top cell and, when a
+solution is found, we move it into the solution cell and
+discard the main cell.

+
  configuration <T color="yellow" multiplicity="?">
+                  <k color="green"> $PGM:Pgm </k>
+                  <fresh color="orange"> .K </fresh>
+                  <clauses color="red">
+                    <clause color="pink" multiplicity="*"> .K </clause>
+                  </clauses>
+                  <mgu> .K </mgu>
+                </T>
+                <solution multiplicity="?"> .K </solution>
+

Pre- and post-processing

+ +

Before we launch the semantics, we first scan the given program and
+place each clause in its own cell, and then place the query in the
+k cell and initialize the mgu with the variables from the query.

+

Note that we put a fresh instance of the clause to avoid interference with
+the query variables. By a "fresh instance" of a clause we mean one whose
+variables are renamed with fresh names; we need that in order to avoid
+undesired unification conflicts due to particular names chosen for
+variables in the original program, as well as conflicts due to
+subsequent uses of the same clause. It is safe to rename the
+variables in a clause, because clauses are universally quantified in
+their variables. This process of creating a fresh instance of a
+clause is similar to how we created fresh instances of type schemas in
+the higher-order type inferencer discussed in Tutorial 5. Indeed, we
+can safely regard clauses as "clause schemas" comprising infinitely
+many instances, one for each context.

+
  rule <k> C:Clause Pgm => Pgm </k>
+       (.Bag => <clause> #renameVariables(C) </clause>)
+
+  rule <k> ?- Ls:Terms. => Ls ...</k>
+       <mgu> _ => #variablesMap(#variables(Ls)) </mgu>
+

We also sequentialize the goals for easier processing:

+
  rule L:Term, Ls:Terms => L ~> Ls
+  rule .Terms => .
+

When all the goals are solved, indicated by the empty k
+cell, the calculated most general unifier (mgu) is in the mgu
+cell. In that case, to ease reading of the final solution we move the
+mgu in the solution cell and delete the rest of the
+configuration:

+
rule <T>... <k> . </k> <mgu> Theta </mgu> ...</T>
+  => <solution> Theta </solution>
+

Since we are not interested in seeing the failed attempts to solve
+the query, we collapse all the error configurations into an empty
+configuration (recall that both top-level cells in the configuration
+were declared optional). This way, if we see an empty configuration
+when we search for all solutions, we know that some attempts failed
+(but we do not know which ones).

+
// this would be nice, but we need feedback from the external unifier
+// for this.
+//  rule <T>... <mgu> _:MguError </mgu> ...</T> => .
+

Semantics

+ +

Once all the infrastructure is in place, the actual semantics of LOGIK
+is quite simple. All we have to do is to pick some (fresh instance of
+a) clause, then unify its conclusion with the first query literal, and
+then replace that literal with condition of the clause. The intuition
+here is the following: to satisfy the first literal in the query, we
+need to find some instance of some clause that matches it, and then to
+similarly show that we can satisfy the conditions of that clause.
+Mathematically, this is an instance of the proof principle called
+resolution: if p ∨ q and ¬ p ∨ r hold, then so does
+q ∨ r. We let it as an exercise to the reader to see how the two
+relate (hint: assume the negation of the goal together with all the
+clauses, and then derive false).

+

The following two rules are tightly connected and they together
+perform the following core task: pick a fresh instance of a clause
+which unifies with the first goal item, then add its conditions as new
+goals.

+

Pick a clause and generate a fresh instance of it when the
+fresh cell is empty:

+
  rule <fresh> . => #renameVariables(C) </fresh> <clause> C </clause>
+       <k> T:Term ...</k>
+  requires #unifiable(T,head(C))
+
+  syntax Term ::= head(Clause) [function]
+  rule head(L.) => L
+  rule head(L:-_.) => L
+

If the goal is unifiable with the fresh clause's head, replace the goal
+with the clause body, and empty the fresh cell (so that
+another clause can be chosen using the rule above):

+
  rule <k> L:Term => . ...</k>
+       <fresh>  L:Term . => . </fresh>
+
+  rule <k> L:Term :KItem => Ls ...</k>
+       <fresh>  L:Term :- Ls:Terms. => . </fresh>
+

Note that there is no problem if a clause is chosen whose
+conclusion literal does not unify with the first goal literal.
+The search
+option of krun will systematically try all clauses, so no
+solution is missed. Of course, the above is not the most efficient
+way to implement a logic programming language, but recall that our
+objective here was to present a simple and mathematically clean
+solution. We encourage the interested reader to consult the LOGIK++
+language definition for a more efficient definition of a richer logic
+programming language.

+
endmodule
+

Projects using K

+ +

A list of projects using the K framework. If you are working on something interesting, and you want to share it with the community,
+let us know on our socials, and we will feature you on this list.

+
+ + +
+
    +
  • +

    KAVM (Feb 2022 - Present)

    +

    The Algorand Virtual Machine and TEAL Semantics in K
    +KAVM leverages the K Framework to empower Algorand smart contracts' developers
    +with property-based testing and formal verification.

    +
  • +
  • +

    KPlutus (2016 - Present)

    +

    The K Semantics of Plutus-Core

    +
  • +
  • +

    Dedukti (Mar 2021 - Present)

    +

    This project aims to translate real K semantics into Dedukti.

    +
  • +
  • +

    KWasm (Aug 2015 - Present)

    +

    KWasm is the K semantics of WebAssembly.
    +WebAssembly is a low-level (but simple and streamlined) assembly language that was originally developed to provide a fast execution engine for browser-based tools.
    +More recently, it has been used in several blockchain smart-contract platforms as the underlying language for executing financial agreements.
    +KWasm has been used for measuring coverage of test-suites over Wasm code and verifying programs which are compiled to Wasm.

    +
  • +
  • +

    KEVM (Sep 2017 - Present)

    +

    KEVM is the K semantics of the Ethereum Virtual Machine.
    +It passes all the Ethereum Test Suite, and is used for verifying EVM programs.

    +
  • +
  • +

    IELE (Oct 2016 - Present)

    +

    IELE is the underlying VM integrated into the Cardano blockchain.
    +IELE is a register-based VM (inspired by LLVM), which attempts to avoid many of the missteps in design present in EVM.

    +
  • +
  • +

    K-Michelson (Oct 2019 - Present)

    +

    K-Michelson is the K semantics of Michelson blockchain programming language, which powers the Tezos blockchain.
    +KMichelson provides additional testing tools for developers, including a unit-testing framework which is extendable to symbolic property testing.

    +
  • +
  • +

    C (Jul 2010 - Present)

    +

    The K semantics of the C programming language specifies the translation, linking, and execution semantics of the C language according to the official C standard.
    +It has been used to build tools like RV-Match, which detects undefined behaviors in users programs by running their test-suites through the C semantics.

    +
  • +
+

Archived

+ + +
+
+ + diff --git a/exports/K.mobi b/exports/K.mobi new file mode 100644 index 0000000000000000000000000000000000000000..b12c15d0e3cf487df51653e2a30fd852dae1020e GIT binary patch literal 2362865 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

pYnvwP{FswcJBEuHDW1wT{V!);o@*{M+Hlw zNM8*)tDf(ME=M|u3vl_pj1b^3hDJ^)0sp`J{CI1Q3I5%a7nW*S5lXhGTOi8U8oVSEwltr9~2S;xqLm zd;au2pNT$5Z;I8ElvC+=_`shJAKRKkPF8j|iB${RMp5dNh5w!+%iMTbr zqTg$hHZX|4;3q2O^2BBCfx$3PPnG_@2dCLHOy{GXDBd%kCt_@-E;<_BHpFl77big< zJ%m}mpC@{1tGUObWoom59t$$HtxDLKsI7#9QuiF2o!@1%1YN}(%5+Mp7SiLZsg#^7 zt-rF#70(M9WdRR*pAd4Issd)rn0?J^HhG5eo^V<6tk7?ok(5%IKF$2$r(ViWy;K{P z6Z{9FTJRu`85K&TP#ctM=CFDGgg-yNbxcNZ1lCo0)kAc+;XK1t{iV9$p!a z#`=}g@c+-=yTG?m-D$(nzFR}PUDIxh>2|jc4y|oStPolp0($rm|s96MK=kl@@vfdmvF)U@5L;qAq+W!H3jF@Y8*U8sRT4Q&^H z&;Ohm&B&G$B|zJKzxDb3q|wErnR9v0^S@t@F|_{@{fqrq*pODvodjvv=~oubo%$=% zDQGjpi{?-%+nej)rhS;}-5~KbHz=hf`{A}(fA|`{jX&jH<*sfFxev={ty~GjdYcsc z*w>FK-<9+!enX?&Zz#w$hGgy~=}+4-*5D4f5YSWdJy)RTz1DVw{Upj>YYc{7a=+!e z-Hp22$6P*dNISx@Feq&Z)p>&u(uAlPI2PFnNpbbjU=X@YxbX-I78G0ftN>MS=;vd@eFG~prYdRc}W3o)>-Ha8RC%k z-jWXUS*Y@Q;`ZHw^p51@XZ{v`5m76NLAoEi;B^4**d%r-xs)8HN1m!`IkdPja6C1h z$!!FLSt=y>`T+m?}cqSY`Wo`x_^s0q0+G@g?&vxwxRraX#pVdzCkY zr)tDN;pu$G@lqJZ^W&eJ70;jE?n+-cvH3P$8vioK=J@4tzK^D-*A!WfweomgJa0PY zPBWT+ZnF}zVPhZWgouCs8K83dPax)}oEr5g|B25Q$MdGYA7V~TV!W5QS2p+qkkyC^2jTnE-Jm#W$8ai6HV|IMcZ?Sx_#J)= zhJqrnSU|t;sB|RcUx~P87>?c!?%IdlV@51)vfpeQbBVwO9Y>`g}U(|B%Q0k0*sShAX+P ztWYnV$ma)ky#|T^f|&L$S-IrbO*!qmrjctNj9e7>JKw@50&PNG@+q_sAaVpKSjZE^=;f z%FZW8cou*F3uVprq3u5u`}ouV7R&)GDf=XNaQMNLenEGXO`QXObq&dft-Y;1!o^mq zjCdj*HLk|PO=zLJ!cEle`~|(yw6D^(BcE?sAGaQk?>cUZX&C;_ow|Qa3AydQ#lAO# z9H#}qb`EwvWuF-Wb3!=c_Yb6%Q&qSv0loSOdLIpV4=f<#My?5e?hCho~Z7G_*)aG*RQe zSCD@L)UQN-r6FcUDaPlCC`I*PTF#RK3+qGbBSLo|q7-uxTX~~c?c*960*@`lq=raDa9d_1(!%mc7k(T%qqg>a}iy82_WXSTFRh3XKfgy$fQq#rU_Zp33-v z$$DKX9(pQ}6c>Ie~Dw z{ff8zzw!oehe?$}g=a()M%&4)s!Nsba4uO@moD*Rt7spHCKZP~tktF#$4}gl&k;;b zG^_KMt#=USl!c4DLG}fqd<=#M%*H0d1GH)=(3V!s*7Z*#eFu!0vyO%!M;}(tsB!%{fLa@flBY7Hz)+)V<4eQ@@t$>zusMGK{xfQXY2dg8^}lKm5w1DDhJkICPjEcpsq8Ov9QsgiWn;> z^SM@X(tv0qwZiLbKcnq(`NfjwH!KaG+wvX1uYUC_^^L*0@Y5T+n(Fj-0`ADdtrdC| zjcpn0@Ojys;J(t{x^2U~kIwB)_C9Pa<@*XL&Zs}$A6F~(#zAT5Wn_X)?Dg9eY-cOT&WSO~!)QN3CT9r<~{Q+p_?JS(EpnFn8T<8G!=9P`tK`OkTlwXV~1&TSn+} zIvGFVf)5H^x)SL+R#1TFP6=H0R89t$sS1S*4jhjZ@htk|jH=(1Zb42A!4wTjl5F43 znc^;|g)g1`lP_8ONPvee1mR{EvK#g2n0lU`p*{uT^>*dFJ6+58kSi?v!V|=B`HcoHw{Kc=!(NoluVEQ< zY;ae@=}>-JJAD60gZyk;ds`D)pmn(!-O={TwH2bNO&bb7im0Ep`D^pL%GpGBp}E{Q zTnG$W)$OEyowVAmAoDE3J7yjz4384rg9=0K^yHASNrABtIcB>FBoE}MDOc~7AFCL2 zY=%Z-i3e>d@DDZQ4RSQV*fK)H;m%X^97lv^T~Gv-bz2H4%;VYw$NIxsKvOiIsGWt!NCr{@@v*V8@GxeMff%)OjW?DK7bO_tR_7 zWM_fxB${;x823b($c;mf%o!eDGZG#T6A7GX`BL!L-)i(?xw)lx*39tw?(pBf{@$Jr zbDd!Yma7OmzCHF4dW**#{5ItG*T1s9Lv_`913~Sqd#`P|)VrmkC6AS|(rq`3nBuh^ z`YKo$eQXKAI4p+I7pERxr%6*Y{+n+NKE?EOtYHg0M zx-oqEmeWDH>fkVa*n>QXmnsh{&ej{NUDb8&nx6L@4a%I|kM8b8+qkR8gs?pyYx7V` z__g6jodjWRmDJe80jCLJkKVe+*cJqUv0*LuWQC2b<>)=|CncX0Kx}D|eX$5<`g`X! z@(zPHkUGXHT7EehzdHV9A#_Yc?oGOYXn8wd0GuV%KUg$`*n9>{0b$Sf&snM;r19`q!j!iuD?;hxV-S zwMu1pBEDFAb3uV{Jc$j)2FY<)yGA>$My)a%^YbIf-yu>BNn1L~ScRG>dznn(Aw&^k z({Z={q~xdm#$(*P3*q-ocP)7Z$G#PGAM0Kl9D`M%2B~fj)_4Puk?U6rWH)fg(4rmn zz3Xob@Km=v$6CoV5Ts3aRDWYp!`%>dc@!KmY=auojR`;{1}R@S-5m1BE7Ki`o$Mq zpgp6mAlEvyt)WI(J_umkr|5q88U;&2#p5YEt>qQ(E{ z4R(K=^tq-1rUQwm1iQ!g{u}CNVH>1JWfZ1Q{5y*JjZAo=w1j1v6g((h`{uCsSpn7l=|7b>)?-J@=eNaXo&1&L8J!3cqUmF zNg!8;4f{)qp00O@OEcb2taq$;bn#1D?}(I(OH=endFp#c53HZ<-%%lMUx9lM^RKsV ze_}_4dG}NAo!`ADS{f}SnN6#N&S(+DMg)tIA5k~9e}|bB#Cqmm?PiIYDHF56)vSEV>o1G1HwlNge0UzIh4iAYG4lu6JI2%c5&;hP@0k-?XC9 zGpWO9)`SO`2gi>sq38hoL(k{&(E5WQ9!YhDrxnr*E-aXpPy~}UYk1dm44|Mc)Y>Lm;Jv7j21%*&pjn1JI z;vAmt&$j*yKMr+L`y1h}2HY?iR3o%RB4Pv@0m%QX*U(}kxZJTj< zC@Zk=1|Fi8r{vMIcHZoCrimT=T`?zO-xSJv5=xqsCSJ$#8yG&yT&~4gKFg;7VbNj= zr!K@gh{D7?cGdyTF+%#HSVgP?5>KU42_J!OtsJlX{4{-^SR0yoc4eaN zH{$)suxKpNHrh5C&9%`q5afeDSjm_pU zLjwt63sO}wp35(fV1I-;4h~=HfYK>fw1Xqq7>r{z@8F0rAVTpy$OhR{!tPNliR8S| z-e@m5&0%f)I1Pil4%T4l!7M=FWTq9vF=)*UJi(J&da4l^Nf6p3EtP{!b%^;=4pzJM zW|AB9X0ut=NBlH2>3HC4RL~$vvf)E!N_O3 z@=bA!=5Gd>laol~$*s0aF05wR{K@8A_E5YqJ_Fq0BEHmU;p%LdJx^-_TiT>G5&f0f z^DI}*wUz_*akQ5W^5?CK%r!9*9Z`mrVQm-!^k<5+0X_)^G~S4|%uI2F5YOOOD%|?$ zn12<|T0TiM1!Yy7>X;npybYyd*2!Z#@{H^m=A^ap2rEf)|0iHT_O8VE1%mdH@X>r> zdZ4q>`{qd$%yHybTFK(~dKr{s0_iYqbiYV#x6EcAGT{eC)|t#r?w&7IBS zD#9bw*zm@b#|bSC^^XhoJH#juN?=_KspB{EVTL9HI9;Lr%>}Vs^c(F2q6bH`d_Knm zSJkl66j3Es*(N4ZnOxXG;4(&C4l;)Sr2v4Mx2qUnR8XSE?EZ%wn9G3eh{Qw|?~ zUx7I(S&lLm?H9ct?WYF5$e-!a8X@yL<_PtDEDMA}jV?~PLAwiC;p5}tXXLRhd0V*e zoZ+Y>irtX6K;{VD;$kz3 zSpFzu#?>6;mdlIW;Gj7M!5VnKrky%fc!cmh6$0H4p@ zrZv-9wPw)>?1EfC*VSag>usM>OS z0j(*~)Z8ZxDKlDV7TEfVkTi}{U@Nt1f~a2exkStsyF2&XcYyJhW&;ZC7I1IA~*~#y=moC50;hTgI*M+sWTjA&$aB)L3#$1=?4uh#Hc_4%Ru+iOEYBA<&iX zqo8ctnTYW0mS&KnEh*pt?Bnb$f$;<8EItm#uQvn{s`?ZK>y1}f_^troHzCk8Fb%eE zYB7L)ugAi59PGL03Yh;B{VO7& z8t~+=mF`;T!~q-)V45?vuqS6xf+AQtM}mff_y`wclvELWSe7&sSTdo$c14|+p_S~1 zFcxMIVByTxumSl$Hop6um5W~|oB_rRwGV6_wj+1_!zoT2g79Iir(Gg=Y4)NPj*^ro?a3_a>VD|x6~9~6R%HlpOMH^dfG+%R{oO-;wM z$Kg|(yiqpa5(rJ*z~c)D{%G?;$_&9AP8cHrC@|y?n+ign6vtj-Y^_qOq>vee0mNBr5mqeiZ03r^0y>c_fB;8RtgtPy=+I;xQ4}MVGI|t7 zhtkKf^It4(M00L>kz&iR7*A{!h~&#O(@eiUKG8t^Z88OOY>#h`TtFfPR}d1sS=J-Sd(&GofH0~e0 zf3*KI2sgeGUN~5RV(7){iR4Cd$tWB~!1A`HFqeMAh13WXw;3RSegJf>?@jN4HQNvL zT1wM3gJtXcNe<-YcAPr0G;|AY)U(K>b%v41iR8mV17O;fjJv)Wx^%sZ-(gpt~{(`lZraxPNRnb z5xA8^+}Yi+B;bvE;HN+;vRvkg*G^HH#{C_ElppV6n$=PkDGt=;p&l5>ycRrIjkB zYa;)_!J^VU;U_{iqcSe1noI#*dxqU)Hk~dqwR5oV*kx7h9ru|GWIBme`%BeE9+x^m z9eMD>*if*#L;8q5LRvX(98QdFAJU#e^1A7?NE*wh<+ymaOL5ggM-gC}@f z^em%TNLGo2 z!U$InN2;s+fu2?Rvmt+EaroKUHSo^$h2M?1f~3AhN|WlyQsgCe2axq6^3W5Dqvz^_ zs;=rJl-Qf`BlOmt9`kH&XKpKFjBYNY_?b}vDi0JLLiR+h{lW+ykKynwFM z&|W}udafja;LKy+0?GM}QUP_T&ZM+iLr2d#^RQR>K!4e2K>${qq z*X`H&^>?5v67BLDZxB8`*T(W=pQDL{lmh@udo%u*-uneA!YxFp<91~aR)t2h$>&yVj*S6P{Yu=obOYWepi&a0i|>vg?9u=WV%JXV)) z&vKu8?S?(YE2O9PdQQhE9ckJ#cyL?P!V`j6uspLV6U9(HLhh6& z$YFvzO$@NdrpR~K;7Ux8qZG^B(|!!P(k~ZjBXnwQL^R&X*~kEsoIpDJEge~Be`mjS zft~k>36V-nlkDuJw#^AoAeuM*m^W_&kF^Bd2H`C=Ho%|bTHLTS#!XA(`!Tyq#YjVC zxgZT$exT>GZq^}kYM`&Wv0tpj^ZfY>@K`X@=U?b7Pzz-$%13)ke{RvXB}G-;5xG2G ziua0S4|@#svuLJtt@53sD%wVhr56^&qWG{x{+zVxwziKi!yQQH$GZh^w8YJ(`=#?+ z{4IWRt!wdbE8jL>__0PKCvs!e){{k>`r5E;4{ObxGnQQKyk!Y3c&;(0r9W%7U7yE2 zzfKqai=CC5noZY5xc*g5=epSPfw(Sa>u$L5rkfVtP|-W6jZ#yFlp#FkYOmNG2@mp6 zNO%(F8SOI!9-PI3cMps`Vfdo4oPp7S!?4eoQ`R3$a0Jb?ZL>zW1o$dN6R_( zIHob7&h$U|gX3GHwbLMnPLLy#lE*5!Wm%9W!=Jy5JWzymcyeYS_6X*Yxq#X4*y(hk ziUW}1XSZkYZ#*yErI3A@Qp_4CV(Db2qKWB0n5};y+j|@%F#TZ4{$3zZfF6~RO+yAI za1{qjw!IcfMv^pkYZY7)iAi= zxiA*93$b`7L7vRqo7v{;7vpApY+VD?SYqQR4|Q^yf%B`#<4VW$EA))l(C8MF?Z1=M zPMnAkd@S1UG*`udKaB>Y$iu)uvv5kl>~!En?=0AtpgCz*V6}1=W|OyQ7he!71&zyx z#~&wgaE-3OG@}s>&Ar*s3|Ps>3~~^F5-D0+lKbE<^zH106RZ*Nz`B+_95-N2ES_Y%a$90sf)7|XS<>0?!#>N~ z>|xKto>bT8;h2M;fVdRMZ9jAv(nWtSh_8Wj+opIkv7IyhdwcCcpMo=CHNY|o$AbiW zpvu0&cHT{yN>fm$4rhkCg0dpM&W&|{oYXFvbt$%t#Z~Njhx`~VGd7B?zmUx=HsOFS z3@Z?eXbShgD7AtCll=Y%0KpkOz_TO%SDF~Ajvp28;HYTgA{*E- zg7%9O;oxq}jpI3?*b#6?vn35}`dUvNp|EJmXeT!_B8D$P4aOa(U_NBK2oLo;1?{n{ zBXndTUP0MZ#7oP~lL7Gt?;V_scsc*CAYR_7AYS304)KJtRIGi&F+KA#x2sHfuoHN$ z07$Wrpg3I!>_Aq#d2EBUIThKa)YFDlwk%aSj)$OCk>X`464*g>x~P)aY!gmNP(oBm zCf0bri79sOm>E+9p+5fFVLQ{1mAFeb(3*)wS~Miqa%wDc#e-{!Fajf|r;&;YfmoYq zG*V8v`X+VJj{^IUG;rWR(u6%Q$@fl~NAmCz(zR*1taMKW2oCK*qn!4DZubrL4W`Er zZHiB2bvyLqj|fuIr}$hSTu%k2%42<=^`++gP$u?sf(btqvx-xxQPGNwIj1ZYfU@DG;#@Vo+PvL>f1TV898#}9{ zVkrBlxNcm*Bx5#x8pUVa3_TW}DD4eT@r~dWsSc$*@g6K>c;tLT>IwO!R^cS8mr}|v zz0_(HlSD)ldh#)*nB*c8;q0m=Uog%qARP1-+EuJHHG9vcY7CVd=jlV1n<#69j=Yd= zOz;J03X<{CT?4xYARmBk3c@*Eh(q*kb1h_nl@CJDHtFZC-pOJ%(a-&f8YH2 zm7p{egm-u>-JWMDvbN`K=h0tu+sbG`+1<*RF+&9$B_A*6`3gwsKSrDrG}WMC>*DLW z#dqm_z;g22RieTC3lRYg@P8k!)M)>eQe>S}%-cV^#nyk^!jX^<(hEnr$}N;p&GFzQpU;fKI4^N7Ca-Xx4Ueb;S(Ec|8zr?I8PXy#Opj<0iGi7zWDiXx zBvmJh%pjgYviQlwW=zr$t~UvcT^etOXErozJUFBIIKdg6H*tts7rA-c^{L z;C~|AkN+%t(7$MoxPE%fEd1Y^j`4x91h{&{Ow0NJNAoZzG6r^wP*WK8CwE2a7K z@4pD|FL>xvc$D_z;R5Mjg|sQ8MhT3>D z`!cB#CE}M}tRD3fEop7HZ}kO=WWmDaHO;c?9Kj zctuuH)S+!%vHGn#_e&x@=qz@mMtK7v>qw*081AEFM?qveQZDf+kvrTHatL^R>Ql-i zNN7al1g*W=9SFIUvk<7q4r;@c^GMuWv?G?Ul%QIJTMH=5luxsT23%8gaO9m89_2}7 zg+fENP`|X#$Y!|kh9zv7Lw*MG*tuaRZ`X^oB8OKX3wa4EYp_+$y)b>0%8^v;)+OPd z;Oh3eRS`Kh+Tp*h<5T)`LDx#9Cm5}WR>bUU0SaApNngI{up)ug4n-7XNw`mDg2~X<2Jj`l)s2hIhE?;Ykwwb!SkS*I2vZ zS!BjHn&NC9lJ+&+&_37>#jD({{u2I9fwjZr%a&?qsyS*785ZFjy;X_IBS&RiMbDXzwCv=brO$;IGBQLpQ)*?+hGJ`5ftK zJjB0?hk*Ox%Y$sOyM_^t&MjnTRQr`rmdG8B=y+HU>nLhzwl~xP3REOkjo<-2p8xn& zS|#15FfGyJx{J8g1REDf21KPNt`97tfjp$v5R%eHj&(z*#usr4QgU z@{mV-0beRd$2mWxN@R6my{V!4iUibbco$KkTvVxwkR_gg8k0|vsGKuQ@n|Kyg!bt(9 zR9n|{5SCmgB_{HOyzCZ-t$>|_U2tbgA3RK&cHI8%N^cF4xZz%`ak|^y(KJxeCuoV< zg~#;4BKAqcL#GgfJ$bOABWZ&*+g|6<(g{zkZTh_c_sbavyB}c}r%3i~-}uG_vzL|M zHfQ!F%PzRBVevBQ<^n|2;4&z_Mzq!{Y@LSWfcasT1*73DFv}!`u(#Mepi>clRxXmr z_h=W3j7H#Kpg>VU>Kvo$i#U^M6A{yf9+lzZ$dDjO!l{KNBR{06NU!)=CYUoaWS{MH z<%EMbEa9^*<%U!;b-Eg;XIDYB|NAo7A}}dQXG6^*)8}(%p+cCr^L9_{{=Jm|%}Gl} zb6QO*7HQCkhw!7dQ+-E(8|xm{+yb$5P3I}0@T{rR_=SM@6e8RUJ;%jo7k))*Nfrsziz`20s(LinDw(I~Jvwdid)|s~aM%Ku3i(qzx%aYS41wSR3Ns7v{G&fQhvE@E&86k(Oj)9H=WujxCYl!AFo9G&1!ZVZA;sfqr6dbw2xl}`kHGS>JEtz6%IHyh7qF{grNhbrpc@VPosaSf z&R1A2);v}#Ta=-8Y_@62kDXGQ@~IhKx9rLS9{L}!D{k30ikBe)E^g19C6l1xc%??d zZ!9R7(-2ZVtKP0eSAZ;TJ#$?GK2jr^a|8@N@Rv< zZ;kfRLeLf~;I0pqMj>Uljl*B~-nab3!mJkif(qjTaW?hrMxzd>Ay<{ErL0#ijVzjb zGxAisYt$ySNhy^_)H^!PkUzQZ3v#7gS!N2!5SpDhZoI{ZoH^8hJ*Db}5C223q`iV1 zm2Is`t>Ogqn>Btnl_5Fey2E`~JwCMkp8XXhoyOp-cennv zGVW^WHk&eN9<_999<2t+5^Lea{otU^4cOY4*>HPfo8s$pNw7s96v7R)^}kvM!c`q- z1RFZeK(s*p>U%F^9)ayzw=$r0Z%UBst=13Ab^oE>edVIb|vhtGAK8$2*^)M#qxkW zP=>-Z;g2AWgHrCkWPs1C!_qU};5d?WqKpp6oUdBHUH0^lx{FuD)%d6Fwe^E4cg_Y{YXgZ>a`I6!pHb>v+V&P^%_BCxM%@q6XZD) zdoQOr0J*GcKb@GUr*8|u#3=-DKrn5{e6Eb>sReSiWnSbZ*xK z^!W~CAjpR|r0+Ii+$CN_jea9bAdmg+sR8*ErnlvpEPy=7@x#u!*&+xZ6MV0lpfSb9 zWGPLz=2Mzqsj{~`tc&cZ%JBY*{g>YrZl*4y@=K!aub2xoL|z5%Qv)4OH|y?-i*D7* zsiB}b@-A3H4;|CzW~bBV_B|A@u)&x+D6T2lRSt0|)#v!FJo^7shl{)pse~O5B4r2v zTyR%VVVn_nH@$_Geo-AyIpT|GX?x(2w7J@(sbx!@^3Th&xwDt@5|3&VWFV| z%Go6u7`7BJTer1$sM(Y;4XT z8+LTe?HJH=Xl*MFtZn};E?v-EBDIp5Z<=$I(Vd6sT{AN_&y8((6cePOnc|^vK;xou zwzv@e$tmGNcQ2L=E=ds2laK(tLQiU6B3rsrS^NzFu>JYq%55|lV(L|FzdOUE>rB|e zwKF05$Xw^`Kc2hd4m$v~|Le5Vjmw$GBa<|LGSbP-S0G4@gr=I;T&sRZYLXzrSce;w zI4PmyN}NrEw{Sjrju5z%8@($VS1OIt3Z-+b_OKQq7C07o+b7kKx{^w#?2rK!r2 zLEHdoNMNX=>b8PrAbfF9e#(%KX3dZ$QoN}WN1t-760bpz3_g{5{@cb#ie#yjn?n99 z$VnZ@NtIkx20myskUx*MBHAQgLm_)6XBW#Svx~Yk<#HOqa0^q0AQ%J3B^Ya#bM2Iw z6x$Riw7<5%14n;s9ekhE;J$I9o_xbb${_YnM)(5F&G3YMO)D=N0o^H&gT#g{8wQ}M z$)`qjIm)su%fT{LWZb(xcD-~Ba_3KI#@H#9YsSm&(zsWPhId8lc`Z?;MSZ-;k+8tqYXtm^b?cwvCJaobCeYqNum0|GX!DybGi*?0L<) zK7w)cI?}K2{dHiOP;^X}`gPe98#}l0$iK-*6bwT(=i*krH4xV0I-qD*a7G}Yf;cXp z)++mblM%$i9h06>>efq=99<*RkDJ{(TMn()H z{f@Z_if8j%FbO<0yQ5opP!j>P8hu3_V~)*+SB*T@(%-UuQd&Q?JNyKB$xG*2Il)>+ zH~ZmVgF7+(YqUbtapdm5VrOm{5tGummPG%1++se?HNvG`y)aPZP!rpzI*!6UbSeCT zI+LAAVHLnOo45PF_i!z#JT6>dSn|nx*pO&$;NqdhXP%_n{=vN2T%%uM}$CxD!R6w_m{-hp_ z4&c?e)t_uo^r(5I)T8E=sCfq}i1%ClY4j`g{YXoK+SJJ+&ZLgfr}ish2^tNo5TS<@ z%N3g`EkJGsk&560JAJuRlUtMPm%Ky#?q$;@Wv6O|jmDWD>DSkRoVT+*?E7i zmH3<;bvS%*xjB}85;Al|s`t zrXC5OR$u>;`%O30i9r~8Rf$+K6=4xg$ybxHU%@MDK-wI?gVTo7Lv>Mq)KBlF+T(5i zm+}%QIdVd6R#(CKDSF!KSN*}@SncZp^+j^eXg}(Uz7D;m)EB$a71Yc1ayH1mub&0| zs@&n{%$nWkS+l$`xNa44g&0lo=x`1Q!j~aX3x9*wAxf8q%W!H7eXX!=+S-kc<_q9X zWy$75?Df8THvew!=JCyM9JyR)lrOMi@}*Irae=O7O_5ekClRU^Qns*N+_*uPY+6s*)l(|c z#b(lcrF&I}+sE7AYDp1GwNRa5qy$Sj(K|cvCB$a0*%hm7+r}@&{;L)5;f3 zg}YJe^PJcmanbZ>#es{(ogx#&9}t6GJ>3E~gmf!boG#mPOTa2Ndg(nO4zN$A%0U2V z`I2AhT6H}eM*xlydJlI{Kl5f_6KSJ}NER`SL@}t*IA`AH<9YFErjLfK%Z(-s#|OkD z!bHkda^vQ%_IZn}vU6=*rnT8ViIf-3EQ2YjVoNZ~d9>M_fYZ;T2mE3hh*`vj z=y~(k)8^2_quEX&B65?bP-LGuMQ9RbKZTSLWyJi?j@*tjx^#0EcgMFT#4PA;rp7Sx z`O*!QhSfz-)kRkL>pJ$d&|jl55o{!P}a8aFv?HVt#rf5 z5sqo_+;kH2a4JqV5MD;i!{ytbWJSmthP5?M+9&mtUDj9+<9W2+OS(4g=?e?wc6iH{ zD}!j?y$aWuzVqz=N)0FaPvY_mq?wq#Lwo-5lIM_oQ z=OdgKjWw% z)OhSzsL5}hPKD`7b;N-GMk@%m zj-a6=JW5K!!>~nO0wrNm-e=$siqALsXUGn@2u5n&aAg;ZtHQ0qxCV#@fz zDU9hS=1a?%dCHdGa3`O`mk3`URz=Uh@>2ac7>V8CakD{@JudB=Ej(Xw&iiokQqUh_>tH@+c(lDxB6M8hY2$ zQk6RGZO?Cg&JD+n8k3K!l`Lr;tCbJE6+Fznf%iA4D~iHml-OOXSnI@v`9;Hp`P))!Zmo0e zqV~M@Jh@lT@J9!-Zd4}?u)N+u5n&O4{Mx?pB@EB z-uHB*(%#m5!nLyDk*Y{@q}h%ale`_oVmFinknDzZfi$ z*ISEUJ?p|RXIlNtgSOmS{RYCn;}4jw9?-f&^DgaU%MIYg7S~daJ}VauV}`_|W}k^9 zq+bzFn49pbfz=yBm)FvXx@-jBC5;haXpIUOxcsdF~9+~H`f zM}aNFh7o5!hJ--#-V*92yTn@l%R)9qo&?Im#1(4tcqW7AV0e%OK>l?r ztm>Y%-zk9DmCy1`5lqYJ>LtYqF+lK8XV(-Vv+|Dh`L|UGZ6+Q|*;k6&lcGlrqh_-GKu|v*M2S0c&7c1^hDju%#~7^2@NobYV#{+C{YBh#=}Y z9YY;Iyem9GrzcPkh(fl4U|@QiiQvaChiGuXz!9`|=0yA&CWf99EvJAEy&P^sU3Y>)U@i(W0X-nr zT{fe?{qvS~ij|~h-ubPkPk|=wqwOOCngnRJgBn;94&`nMd^k7}G|@5tl!Fs42cHXQ z5)-YUENgH&G$?+^)Xzkp&&qA%(5M~a4~?c@E!&e7EUj#8Pn-~zGR`m}2m%h?S1?E& z!VfrW5WY=F6Hv}BO(hF6z!A|PEACj?2py_50PN~h2RHR==0dSSoWWh+1&9$W5o9U= zA0W-CgHQBl8K<8k*m~xa-0AJ3cDw^@+2D@PuTgRH*dA#9;gx;B#y{f}Xi&m+b{p4X z-|+_RS4(kF6ZAXKyYpsqMLf}#H{9|3l=*Nl-#!uO74LO}NU;Rou@M$}HEC2}OEd{f z3Vy!$7c~9{4dtqZKKuRl4&Cpk8=8_1K-0`(}y~Zx+qYs z%lHWnDc7GOpP3F)8vk-2CA%pFT5qnR?Dne0|3wt?RKb z+eULOVgG`^C`O$WG{M@_vSZZ4_Kok*usF#{qLizq=1(cKeMs`YAj41QsN)R+0}Nj$ zY~{ywb}|eGcOJ(f0ZIS3t1|CIa+1fOMBOo{E`Nxw4kXQ4NktXtAP3YCFPy99x3 z5?M0^IDCGP6XuK7OA6rnQOV#XlWLd7 z^AHmb;ZSG_;(6&v0gHH^kP1jrqhtEqRAQn)V4e*^9VeqHFob*y*A7BHwJzjfZu*5} zsRRht)!S#!p+kjQ>bs$NNwPOww}--0Rv;Y<)m~O&fL|}d0Zji$ts>KMQZ){)x<+98AKOww_x6a~$+*+^ZQB3T{$95co zHhkh#_c()gTYFq~+}%*uiXHh7Cw?cbVL(KieIxv^4KDAGyZ?D;6w!YH3h+xNb)U`K zNZMkO1Vao!>J}?O=ybu&SSD767EGE8Qfksw{s3v>3$#4uU=HE9#vlI{M86aT*Jzh4 z%~m~+3P+RYD4CH>yET*)_NWhh0uxi#3W}`e=m)38*s=J3=jo~21T)k9yZ)jy7zuML zCLDy?FH4)?ke#y~8cN6PEX4s-{T>zz1CMY)DQ-^~hMN&}ge?CCDZt`?d5Zo2_(A~w z`8ZO5J#0Z8E6Y+Cm{g?vG8llS7z~8x@~OvyQwlU`_ex~#^alOD%pR@!3+y?#s2brk zV?Or`N+ZPEDjr8ugk)zU+Ru3Ul?k{_{_D};t0>NkbTYnKQq@@C*WYS%)xYJRH5zau zpV*okTEESDS#KHp20KGO1lQQs!#=rOc#C-gaO z!)?P#Y1kne+*XYv+=X6Nvbj=wq4&MbTjy@>-Mq1NX#jt^t;Z?2WmpcG9`RGPyqui0Mm~cuESBUHFaV;uIdqkkg?rFFb0| zp)NgrX?5vcx`PA3Ze_))4q_~=g?TV1ePL#~ z=QSQ0w%lM24Vwxu6}l+sp{6+JJ@J)HN{V=zEr^dMFhHE*eLCkoFlJ5_Wwhg)Q>F@x zGKTy^+A4a*;Ro+=Av=M0Y+56FWrwF}Y>EU<3xci11@OPCV911Jws;PO#ZaGX5bfjW z|MXwOJGNh=SLwfocMKg>XogtoljMfmOz-1N(NRJvX>kQnvDjql>=pS9k!Ay~L{;pz zS@zgBVp80ykk!QcpkR&d3f8-`;Okl296!W)mL)26IX_%fTG05RPCKyL>^H?EpS@Q2 zWR_I?1JTSk9s=d&0p=sD^w3BqSh73kJ@KdZ89pUgDzK+K$>c{g#kj!jg@$cG{wX|( zE`%r1B*Q{Q+1;i^Aw|1(V>;Vp8O#5ZbSFIKDTCe%x&<5e%HVfQ$}RzLDmmg!B43v3 zi<7TR*}qM!BGJxFQNzA51*!hzKI%cwN&2WChd_0Hh#+-Jvo2-EKgG=uGvvqUPD0qx9IK19Q3*q)XUL<|?Y z;*Lg7$i7xj&S&_WE(K-1U3r+YzCP&e9BtL>9cGaGtmFi^-C@+C@Wa7;4jDVI5|Xu=1EiaBs`HxnpJYiRBiJ8 z)S}GJMD6~TjcGa#Jz`gygTp7=_Xbz?SKx;X<CY6LVujVzP&>+k5Dryqmg^2=nkG}qC2I#C*1+P;?g?a6S@PuW0U6T75^L* z81y&gkL(MH)tAAqMfSdKOuurGeeXCR>uVoJDIROo9K}u~mmfG=w2<)fq zKjgz=oVe9*;RoSC5BtXdAiJN>ZJ%V5Of#8gS&C=bM~y~KJ=&RZu374;8dNa!Zjp;E|rBG>ZP)aFLNU2iF`oq^yq7eP5>QwFzbupPVM4sIl z(O#qVaO=voN|lD31HtRPzJWms^_K^={5`AGgt`+MZ4+tjLGvBtxJ~RU?5L2-}nDXDFd1|{)FNg zDKuVrE%>N^)6>0Go6nxRIdAi)57)OW=SGuWm|nDgDiEsXJUoh7FDfFiiJcP&~fW?8+18(SKqc7QR?q1cD!S#Q66fDYqxn#lBCe z&;^8$i-B2R>LhCri;`_q;t8$lQl>ICV|6JiJ4}&AMl&LfqNA{W03F5d5H*z4=I%gs z#8r-uK*NgYD^n8vM_=ZuKZ;o&q2b9IZOnX@C+P^21r6%IJ)1QDSdm=$opQx2&g8n+ zUuA7+#{-+RIEk{N&R)Z$Oi)BIT@RyXUccWu7y8$>&)_Ruo`ZD=YhtDilfEeu#4f!s zUC*oKbUwlReVkE&u2S_EbFJ)RYJSr2W-{`ECX8qPWjYq$6-yj`seG}UYB+VIqltDv zz6<7;6=N$#E*N3vzOi!4()P-eKa-oGs4%E($i$YyEaJ_&J5^4K%Q zz)VFLKB(1U=3&G_pvL&}py^L*DLmNHd%Wdgekzv72faGle$aS5659R0yF6f`s$$>x zfUutcm5+m1t_fs@^kxD5jgz4N$!ku8{7+;K-8QWEcrsK0w5^NX{RF1`q9Pe7j`((L zNCoM}eC!rj61ET`nDf;)Gi@1-*>4%z>1kWWNZOWhf<=M4OD( zz~#yrYy`=>eiC&?ojj@8-D9=z?bCjsKj!lJDRH*c+T=wMw_L%~VbSwwIR#|_%Dyce zCgdRvL0%=&+a33CIrI5CdX=<=rOg?EoozsU+GnPmE0uX@z3sne>O_mp&n~&&bnCmF%U-Kp=Gp`X?5=mG%L*)^eRM1S!xHk^Ckc7&qm+(?KBpf6>P`BMo_^KlNKU!D0r!0K zlE-`F8Jr2fT}T;4NzI|u5wS3V?*hvTJt^|EM>Oo9iekCwXb8neM^tn@Vmf6y6?+rJg|I6MkRlF}uBo(~3C&5FDoJe9Q$m0*nN~|F?VBF1R<3B6-{A7N zSHQRTcIib)mso?D2sORlulh-?`eNldwO8F}WM{oO6aWHvyzZcyt9lxgLeh{GDut|D zpMBl2#)byer4Jr{snJ^>n(g%+Q?6S5s>|nT44*@VDi7Bq1%B{df8$$zw$v92`0G&= z^v%{8>iyC0)A}t#naTRqCC~WA0yXXcyVdP;t*Cb&4b6%at(4w5x>DVx9CXiU*NrCe z9J}+Bq3Brj$da3`SaMCpt?kY2%}PGhZS9?(KkCz;3sBS({DvQ_ao2i%NYLr`p_r&Q zD8GXgj5Y3Hcw4PMb}PW|C0Ec}-4c)Ol$JMEhl2Cl2g@!)j*s@?_GitE!12QPxgvFJ z^c*uIaA$L@O0@8JY}q%zr>*t}R?nY#Q{=@ZE>A2;jpaxGW_ILI=QH|yo%6lE8gI2E zMQ@c>b*>K9`5WtNT1Hw%*l=fV=b3EZx?TEHp}LlhK~Z|kUGuW`t6#5jRfpuIexyk) z`R?krU9QIZb#uBGukTlSdE4l5cX_%zRC1Mlew>HMmA=NLH-8PPiY-kL7D4ZI6aR0q+WU zk|RA%y?1@Lx?z1cHTaJ6hJP6;yNBKhSB0yh&Tt-%*LAWGi%3hhzUE$gkoKe2XT3fu z>&*rtL$#q@bJpKg=h`53pSJ$;-Je&^2#oJu9PCPN_+gD71!Z4z`?g=A-fF@*YGX%H z6!map$iLDR+I+Bn@6jCv>^p0p4f>TJduR2V?xuiOKUCcq2*~H4`Yu}6u)krfc3tzj z=Jx(n+s?h4$NV`$KY+D@lX2M_CE30g`4v?f8HI~^sd*p=34zBxd&6Y z_r^`#o4S#{`i7=DZ*|?_nwnsz)AW{S{pJxZ0@V{fug`(iYcw{Z_ICE8Xd)UqpnvUu zd24si*z@JxKil)hYUI+*XZa6|tb2i- zA|0uIj**S@!F?MVk&Sdi(}w4)Y@{1T!uc4}P7}~p`fFkx%6cuAw%LdyasiLzjyS@e zunWS}&Bk(WJ3FPeqBQ(e6<8ZY`xmp6`VhlKYeT8_gX~vQQ>|}>; zzV(JBS1gUiV{ue{1nel?RR57)8+Id0GOU&6*q~YJ5qN7-NYge%WppiT@pWIj;--aH zT)F5Pw#C8Dgtgd3d#iF0_SOdT_EQ1p<}R!KowzDunH`dq(2!TAG_Fv)%e?CZzw3l% zwAl9=0=({f%NeB9M@UFHJ;#Pn;)r%~3ZX0nvp{a_Yi_*dibb*S6HsUa$}lxf`yLat zM;qm|XOxPJP;2?<%$rau2w29wZ0W>K*39miKOaSC4N{?(8>B+d6HV>aKXcvJ5S~Kl z-R7XCk7Bz(LsjzeHb*$0ekGhwjSb`R@35`(%qT`DHBGWfoQ&Hs9rV!I5j9$c$5|0Uhi7r#)0u4YI#|aI9GU7 zG`feGF4|u^K7}e3g}kg9l@6>g?yD00Z1BBgUsYdKZ!_I$Usbp%+{ACSiQcu}DKv3@ z+kHCvs_wywCa9VBNB?5pAFQO!c*Q5AJhlPH8w}eK%Tp%spL}@jw0?Od{+wQRM@+L35~KK_B}Pwiof0 z%XDO*V4sZ)vq3fpAUw}RLh2dL(My3Nq4`re`gJH0pK{NQ<+i4cV5m#1okVSk#zEm13S)_zvcv6>2uASV)M9U-9#!wS-nQ1?d?_ z!&)4~9{(iQdj&s@QjU`u9So$s@+S3JFLViJ+0LXYrYDdU~jhjme z8d<&xjq%Wxw=7(=WZ?}6N-O90hUZukK!LN1Krfciatq29UTsZgImPg!i^-I+uCc^B>Q%k0BdN zjbm>HWriZ9)k9VCl)SAgK%9>TLDCLOuT#Z~ko%Yr2L#E7NKx|i+CG%JnsqdU@)Dq! z?%*+LgR7pC>tKnxL;E%{v@&QN-VVA0FGrR`ypPRzOI@f8D2I;vLVhamBA;zA+pS(7 z)Ei^9%C!Nvd)&1;Sn_>uAQ+k@^|)87EA}grJfl6|Xy=eHFsCI~+HXiIS6}nhD{fh| zWVX40IPa@sIof}$JvNIX5lO|sDO6jI>v!(J>efF*M?;WO;=2$CiBe)-s4Z3_4iYezytQb34mPY0V|}eXZ_UV>5kAa_L)X4M+djGZ6hCwQh^2H8 zsv(;Gyv!#t8i95%S*i9ir`5U2dBasVU9;pG{3gWEGYy5hnPubOf<|tgYvC5>XMTI0 zJx<9IFp&Xqt0^SZx*W1FOkW(!TI)a^l#K%oVfUNRWU`@VzTi3JaNt>u3p7Vv5JTdP zV2%b&G!VjgrTvft6hMyy6rQ#7-WNbM#hdKBQd^CBR;k*95Ur@izd@=6?k9m~_0@aq zaKqu}Cqjk`aO5l%x*6>YqPA2yEqekq(PE?t;wNJcpy})1oP4raZVbrFS!gMCkEZ=` zu^AW}euC|F`BpbUeYk$u3If<4pR9e^9|z*+f=|&Fkqc?KKx__M%V}pw+Zz^TwKEt? zl&4Rib7J~F=(NvXg60RWeey@vbg^cyIKnq__FsGbmCi*Aui83dnHuPrLp+25WA^P5 zJkMKgosCuDdy{lb8@iu#5HgC{7O#rmHqAWS@c&WwF7Q#7SN^zeyBqCp8*O(t+ID|| z&~1nd3|?vwH4zmf3pyz1Xpx2?nIuz_Oq`hz@~ds$>%23Q%Ors?Ap|De5+KUN3l5+* z+IBa%wHxfVjkencyan3T!Am>ZcANkAJkR^gB?*_dyT8xp&-pO-yqD)W=RD`~J?Gi9 zc}F^XDGC0LapS09HvRik*{cV@JGwLx6x0%VMdw}qB3F{n5}M9i2V;CO=K~JT`dW&! zFe&rM?**r2aT1$vgLL>aL_=VB?%u8awV78f> zuT;W18{xbuPR71xwMlBOQc5Q?zsD;^pL~$Ze{=+!k!9;+X3)lhRLODoP%)o40i+B4 zhQffWZo>l1^bV<3Qi|Rg!rrB9v$+XnLK{``XV`@fa4Oh|OpA}TjkaCD7SfF0QsStX zoBrh$?G5vrB5^E&_0QzhKSrdCn9pEZE#5lP`n_oiUYlvP2xhgOvY=fc)(WE5L@QG} zbRPHs34RLN3@VVXj0Ex-U*i3FaG0*Z1b{LA~{#U*63JPN@6Uy6x z)lS9Ftk&R$dXM8nm+Y^pb4d>dht^X7TMlFMGwC~ef*N}eX)gAh9mpn6-q(P4_h>KZ z$NdNNkE$^%+1lp_jWYb=iYEw~*qrCGyAaJXz-*;5Q zTi)Pk*%xpx@Kw|)b>V|y`qz1~t*@5l*}{JahIfQO!5s}d8d?UFoR)!>fgKGnSM#Co zTVg~k{6O~0;`x~iH5Tj3d%oRTb2hCOK7|AWGL+=w4GRj62LEl-^}ZY;b&^prUSGyN zGha4&X1?qs{q>xCH|?9^nVmnT^*M$=A|V`0+r4A%w5U#VqB$X=9!e9G%+&>YArFj@ z#vuykh&2e$7Nx+%VUlR(iKx_ix4rCPhnMS0depK+Sc<6yCr{%Mik;?ywh%-#8g1%aD)mJ+l>DdurVJ-;K~G0^d2 zzP}1>&(7jY!_A@QmT951<`4!OLk_Yuhn^TqkDy_1$%!zHFXBETg~rX6ylYG)HY4P} zATJ}~&)gPyhCNF&@cz%pFY@d7b0>_O4Rh0HZO$JzZN6Q9^_@N<0(p{^ioF|?J`vkH zw~}-_weIA!c?>I#If%mINv%OM8$4+tshL(G9OkM8nQjJgqnRCSB#T=F7(4&{=3o|I zf;jUlqrohe4#y?I?y}(B7;zAfy5KNTv8vLnD;5}WeA-1|ktRM}etPvZ`>i+B8{!;E z%Uo~BTuDu{?ZEJX=LfR}vjQRx80{|ZzQGLOz_CuTzCPTxY56j*qlPh9K6xifrBZ>w zcTSS|^Uc7wxm(Mm7V-UV4iFM$RV<-nSPV;YOY1GuwzSr7+#e&6NQQYHEl7{oBM27_ zXK(pVngh7utc-HEuZcD^^);nvd$BL-i!%O*Dg#^oVJ6NP90ngGIb-m-6juz!24l%# zj1QVlMv4_8S+^~xeUj7?6$R>wu_FOH8hyn_QyIo5pXMY@)paHX$G{1NCu5Fs&;fz7`%%x^E+$$V}mwZjJmRvNu;s zy%?f*87DGdLAirpCmt`EDVm$0EMq#`F@NDjQ}C1P8m-IB$E-ZJ^tKhJ&r#b=sX1yZ zY%5I7QCp#T&ZNan}p3ynd`NFpXljoX=zz@>p6>|u| zFI^=j1MlH=E}s4qp&J4dDc#WalbhSd__>5`Xd6q{4Vd-r2$wfA6da>x&a-&7Xg?L& zK_ng0wF6Dskxs$UP*nh4?c1#{x1`d7;3q>^FmRH&Q_9{c8)pjBW4Af4U=k%ujf*HfEOH_e9$^xYm=^L#-?>bJYke`*Pz_%!jh+-H z!Gv#usr-qa!k+79Qu$q9NN3@*#fLJZA2S#O+uvpWVge}qgi^TwEp41;pUWuZ5_h#L zmTm)EopVWKB|mUEJ9GXp^v22 zDrGK0JL%RS7&6T)P$2l*%hSw)?XK;v6n}1aW%B1>WN`c7#Nb4VKk@G5%>3E5Y0kX| zk4^C&cB3pNX%-aEkk?_>vEY@ya9?}gqyIw;B~rslhT1)j5?pgphiS-D!`0d(SvN#l z@rWd@s-*g$Uo51HLUyqd3^-6*kf6W?ec zkc`ogqJt&IfH6RPY78g?1D|%cP4f8=7Hc=OEHo?#kCx{~@CYqT^xW`s!+ah|7w}bn zN`QivUxDmDd(STA?^5Uug!8@&u1j_PMHi3xLU+s%Y`J$eQ-hOYUx3A6L~wR;1p@aA z*hCr)^iV zWH_-n{OZTM*1|NW1)I`CASD)=i1b{j6wIFwtsGNh0*gV<{Y@;zOEQq73`CZ?+f1D# zWT3~AE(1?brexsh#M6nSE{i{%FlQxc_pzX%DLbvtpO=51`oUE8-TnF#qbcPbNCZ9r zz?II(bvHd?hq|O=u8lo=WK-fNA~nQz$rp z$_~^LfH{vb5gTK6CJsQrXESjLlV8~V(xS7~@(6Lh>KwZPoyFs)bH4H|QY+~O6EmAW zNRvy((y+{QD{M1u?gH2g#4(6Z5K-__SQ*U7$_02Jn+)=T^b8c?oJ0AkvE}lMLSN)C z&gTCr1s9gX2%B1Ts{CG+!hLMd+5XvcO0PIvh`jxzKWc6w^wcDdg|Bo%Pb zO6iQ_gWlU2I2gEr)1D7qZxTY+fq1Js-cYM;*PkI2KoLUo^$Y&p^#K85?bUDF%be8+ zCaYJv9mveP9p$HMzb_S_AOIBruTXKm%hP<2gZk7ir$c|D(&6iN&-=iozjV^=c-!sp zFLEUijz()_xoU%Yi@WWx+%9c=$NwsF^U^T^JO~UMcT$dC{d$AF);sTHZMl3=y+^gx zxU_}7ofJ52@W{K$?7>k=xTpjE$9x-IHQJ}v+oiho1bz;jP=9qY=kI{x!Jcq^F}Y8x4EjL(H#%!;oBdqdc7AuR(=jj5*j(6Ls79I#r6FJ$)X#T( zcAm7A&`!-40lLsVR90=5%A^w^r`)sA>nUg+!}45rHLcNrwfy|9`m!qZiS2&R+sX%ZHK)nARIX4O4ZO|e^ zee;*xb*r{++3ICWS81hMsagWVW9@<;^=-svf_7)^?n}2nzT@e=D;X5Lr1>-Jhc-su zfAY%4-B&$P<-Sq6r}5--eNVi;|D?0bIj~i}?m$DdbMGa~_Y5D69*s)I(P*q>Z!9<# zJbwMrXfV6?E0k2&*S$(VbF}Gb)4uq=xQgwr{UN_Uc%*rZ_Ld?-)-HQ*G3`kWb)M7G z+g5h;OHb?7k#2l`U{;PIu#42;OT?_n0X~~(FCR>B>T-=^9QIaATb2^s0!NS zt!fV->32ZBQaK$_!T{`XUV`e)rMhxR`@Hd&&_DOy3VwOO6df8si5HU<+R>0 zhdT#-ZSPn!y=t_Iwws)Qag#JR=T2R(Lvu3x{yDwH+&rL9wNWg$^oTSjC?7NnUFpYY zZKAc5t*2OwPODpU;i&c-g+rrWqEUi67glB7@39VsNr z@}vs_X$3rO_7r&9F9kep9pGt(ViYZ2tSq3bV3bq^$w-lY@#~c$PGmp@8($<&BmwW1 z<{CD`#vL$JN>&z`!X084%%+N_OK(Z?CdoU~1*LGQ+t$D`1QQYEiEQ6l(VQ$lj|@HL zqOGB=0U%%+Ba33tJ3To@cr~WmHvK+*LVFTD;{FmwK3=m^@??b;>2h_|v>c>@6N)D3 zE>LyK^ougV$1=pJ1F8U#$IKM^pHoM+e95ZSFRu3>)K}*HkIhZmSG8E3+Car*V18x7 z_~xx-@SOH=qpy{yceo^N2|=(DLHjs9BMD`KRVc zb3~bx2lRLJPcD$>xBfzIkQ<7A4A`mX16FtSK2%Y4~?O`I~66Lbh#%TMC`tkBNVZ@es0~^;jh7K%;uBvv_IOK); z5?buu+K9GS9#wL8Ug0@O058nbmgXMVUXHh2&95pSZ5j?ub|yHf7V)Yx0fBsJ-s|<= z(8i7~*kP|bj90LJ`lJ5+#JNhyxZig&D7jm+TQAvF*?Rvqt+v*CQ+U&z!+w`9dwWk=(<6=Hc%O;r1)H*5|P|TXNu&W zRYZZBCn6EuVX(xmDWZ9qVO&?;6IT+Z7z*l<`u+zhP_=-Uo?f?S9-gb64^tZnXDuF9 zmD#JQ3@XpQzAR5V=9KPo=h?54Ry{MRg@}w%BHe0?KK^qm_#!Bb5#2Gl<9CqY!Er3s zQ2mv$)v##`oGr*D0hqVVD zl7a0>+oBkXn^UAh*}@2AYHrw~gEhf&hM>@zIVOCbX)DYoM&bghl|FYC#pcWJ|e%Zs9MS6UMgaV|MdM-(HXj^Q<1&yu4t z+!{)bhJ~FS_s_>b{GAvAeESd!xRJ4w-Ivw($<$hxCN12=y}-g2W{KtMx##u?Zndsn z9V^@uMqM6>pG}GCHi0NMm~ofn-(W+AVb?I#unX1&Z9$uGD-@WUXLT!Xb$Pu#`NXB* z$5MKZ#CnP$Fr*l8!W6=vtAc6UXF>L0K}iMD-7NPeElTstk})>fBR2!}QdIgthTnLkC8UalVN}9#X%&2DONKlTGnc;ZW=gm*I!)-&^ z!2u#Rsr=QrKG5TwUVzkYNw>6dh6^Y_5=t>@2}MIueE=0R!#LNZ-fuF&C{u=`x=CHP z6Az@@gBO5aNny9rAZ~M*hRH*;65b_1f8 zb&)ii6^JfHIkQD8)CzsM(d_8oJnGA(i{;g>^w=_~B}3_^ceApI!uFiU_gx8 zj*$Zcls}{NIvE1V_&GjF3O8J>8TPfBdye=y(7tnQZWNh1%9pP|J!-Z3_sVSU8?$6$ z0E0axnW#Jgl^`G;7IR{hrcc7}IzK^!D^O~4lIG@I zY{NkuDn=5|{|GZ&Cq++-N3K$-=N9O>CKuylMqdn-(n{B!t0x2kRV^-BqbE7F$MSIX zPOG>fb+W&N&juRSfRt!|$?_#so}12|{n_cvsl=36e+F~n-K02Te>Oi}k|(46+5LZQ z6dT3dW89m&_lu^cu+iU8g*d0aFa7a2x8IX;Y4Np;wu~APbwnLOz%omZwv6gy?BHVn z-;Y7%k3E^K7wg3w?yI<3#xQWEQ`$1dFPM6-62SxbM4BP?)bLZ!ubT_o|Dkn{N>@v> zA6@gcbj2C_giyu>B)2 zKSsCx<@32Tebn}X0!coLYHa?+qdp7$P;4;hv$XvxX<%0JOk0K`^UZ}yl)eqPrk<8Q<$o{E+h3SMO7s`@Upu#$@;$THz&tf= z(}Fc~q^h-2c9lJaXX1j=N$8AD;30rz!@8GbP#2s6QJcw0;|ep3yzp~S7qvblWar3*>o|F0GU z$IM^RR$L@!&(T(#>>@3!g?)zllMIlg$5rEC5o4$sD(=Knxy#|H&6n#9+piVqr) z$H0@k$Uc9A*|osqx02TMTT>(z_`?hu5mG}&i84Az=oV9`B8=}NaC{kU8C<@?=?PS2 zEWqXGgOC2crE=2*aYU=lpRZXptFKTE`3fKP71GG~3X^m#i`#pXtb%f$LaXZfea%|Dpc`O3lbIljy=Bm}>yuDj6%Kc5nbnGCu>QCqauqA4U=HR5RV9&grH>O)lu#d6 zKFm;Et6fk^>m7X$cvzeW^|=%pLb}(3u$rayjMv*ZAH`L*UP;2|mDJ=p z2r*wSgv14Vm--P)Tm*>SDY(achrgMhi5SFOy|&t#wv#wbUiwcEau{cM+mIz>L6oAB zh!Puz7S(#~$j7t$Xb{Pb(3hBXhm?cP5^Ly!mk@@Bk!42tMTA6)9JTmH_^d0aY)IOI z3zp|;3^YMd9Fu<4{+e_xvuTPE;3!78W5#IVbggP)jYQxv#mswh(;SlfraL5?vY>aM z>Oq#79g=BG{APVEF^Xf!2A7jFsBjO; z03X%INi;Zz(qjiLHs*EgiSPO4o+;pC!U>1d4x~noqZ!T{`Nwpgopxzx}j#ZR1TEr6GVh<(kB#p{f5pC zESd%Cu}+GhKpp&F2bc4k^JXf$gVak`)gYhvdtB|NlZKsE@ zaItd3H+j5=2SD%S`&3Iy1c&q583SI^ zYdTw4T!y3)%Sox8Qvf_9H`dq}SZn^ao$6Zf12vb#cIHlFyr#3Kl=HBXt7R1l_%^`* zM8L&=f|l|+l4>#U%Idl4{DWb~2%w=QIzf7G1;RLqKY)Js7X%AUxyR~+^(hv-j5)*0Nw-kKIq;E|8;lzJtoJSr<%V(<$~k`SZslxc{#2?B8Eo ze#-9A7FBDPY;dRx0fqFo?n85DB(=TR4@hl9ci=bMAFA%J<%#E$>YcueT5mFPl{*5b z-rv3t?VGe&4{Hx@x}?l5KjHLB;7CsuOu`V+oxBWup4t@LQtRmY*zRuZy2w$xiQA&B3Fg-RBNpDka48z#XIdD zqr1B0apU^!VIp#BwL3#smbu)W#|TNN-MZf4ZEzS>%l$S@3STX?HNRk-s&KJhv5U2A z)`pdkKB5h)=F)%x{f)i4ep{bt!`eU6JHg2}+56U<)vh}JP9A7^dw$=z8IhY*O4Uhe z=piq?AIz_I`fci!ej5=%=>!$cq2QM5z%yEd-z6g%?ssW9De^zOp1(n*zjiGz_fGj^67Z=l}_^4BeW zq~2cbp^-A0Fse-eU74ebzt8bEI#Q!rIMb*u0k52ORPCuzU6eVh^f&&M)~ezpr8G9mEJm4D5`K>*?$)4K<*L^!D%Hfd;=L^dkgRzjqyvs}d?qkpIOc^t~~H zLm=cT4#6hvUzSui*c-*4qmyhpsMG%wz&ZV6fvZ!kWCO)|iEms}g}H5_H@Bz>GJF7V zS;dl@hAj{ckezVX3SZn8rv!-bJegG_tO-1u9bxfXvXt2>pGC-gvsoy8NJOhH&@|+i za*zrI?x*{x)$XfPKS7M@y0z)Q!QbLArYpg-ph?>~m=*ja%YqJ%a0`KA%0%7oOhx^n zMj*i~N`yryFhWhFmIv<-MuHK&Nfbe2vt!EcFun2t@6LwMEy6s~Hi735gUC&G7-^>w z?Uk2EZJ3hJ5w;8g~y6Zockvh1u6TRJ6Oq6@-_qzn5fwlI zFA9^zshUSc)^Idsix*AzvB=PCo-ne7o!35+ZsvhcqRPIS>icT34yU^T?LVi6c{qEL zF_UIls&O#yRV&$ihR@)U@%@wgfB&ejiMS@!B_M3ml0H3t@LRU>)f~vdXn`n(B8cA{ z%wNla9FbkwVLgzu!z%7ko!n~U)}*MWI`Fs6gX#IK1D5m)C+DhlG;P=>4p=Z>5MrVO z7Je)dm{Xz$ECduw4%Yb8!J@y`l1B6Na~-f8uQ97rn#Q)xgK1NgYOy@$4pO{frdYq3_d&8}AB9c6f-7)JW8Ju!P1|!Y}#gYGHMZ{?3#!j5$%Sks4Nfdmjwh zs2N1z>|inlV|@1dx6@D`+MA^HNo%l$bY^#%>R$Pb;MsDdP>9dtwj+g)+fw4QuQXGk z9J#JbO4r2uO47xLDU=L7d?Ys|K1Xt=Diq)AHPzN5IYySqIM7;3KT4(>qTkM@+Y~wn z8<|Y9@9`PUj5786mk*EgrOUJ!Vu!~Mzjh=)Hl{bJAvL5oDWkEmnG=TFDz!;o$jHU} z0$Uz@<0iSqB45dF?N?`ws9c@4J6Rl|o+Y$?(T$pfTVWxUkFQC;U1jw*)9;t=Sev|t z%p?eu$XqEINzG}&mh|2@GX`6jYm)~)hK3ajnmKxm&9Dk(=@(C9v-WZC)hq*)e^yLJ zs?#Ge+00$G&KhLqQjZ?w7@4k47VTh>NDSWX1^Wj0ESr21YaJG=m^R)#*8B>S`E>M3 z)L;`77mJziEpT2Pp&ri8dfI!WqSNOC(Y`6{H=}*f^@BgcK7dkKO2A0U;Tkzdj3e5k zMmAk6t+kwb$F!u45Op0(DoEBQpsrUp9@afzl^XkfyU1Kh|~fLTJzlU#wI(R1lt zX09_eS!8$|3Gwlg2b3+nDM{*BPeN1D5OSU13IH5-Po^+*_FM3xyBQ8F<` z#N;4;J5Jw=<2^l)IV(!^Nch}yLVum64yM^_^gUlpaTeQ=uu#?O&ECpfwDZoo{+>YGf->BRi$t6-x^7^o?mP z?6fyXhfk5OIoyHQtu#T9N^3fiHc;~cjj|TyeUr~^Dw7>5fdIyd{!Bq^|6cmqJChNT zX-^6>d_v4PAP7@eU*DU5k|>VOB#J=RWYMapvKTPlF-OJ}j#x13;y#op*Dw|$cAZqL zZPQkqo{^Na^^6o%xZK$ICdIQ_ar?NC4f&Lq?SD*uB)~N4@r+2WYKl!ugvej%U+-)Q zw}h1mYHrGj4#8hR&5!04)zX`(KcFAAI<85bP8}16=CKbv_LS4hsehR|bZezJu98om zii5RQ7F{b|698!HfqO>yQE}w7zZ1u$ql)A5&-k%gD_hI2``$ z)GfVcw#X}7@&l$#F617~G+0ysUbs_|6gxVQ9YF`OYt#_x)=&v8W}F)lSc}d6s@RcB zIY`aDfuWr=>9_dWG~V%w8W>28T!Jx(dO}#$TyEug7L9&-qd5p z{Nj&EiO>k0%XR>mCJ@zGDu+EOUgR!YGL^@8VPf2>CIa9x0c_Vezo zP;2H#J@R2u{2nw{cI6^SKB~5p_nlhVnZ|>%E^@M0XTR}t>eUQ|jWc~|ruy)+x$C4= zpj=1^;EC*8np8Zd3i#$&-FZINQcySpc>b7!2ASCALu|kLr;F`j*6=1ljl`6~%|D(8 z(~}Iq2~IEof0p7dREmC&d*mZ2?wY|S_>-jeJg|U2MQmMD1#YL4h3L>dE$Nl+3<)z+ zc%6X{$fn7VTucj7I+z@a7c0@80WE3O_Y815qa!;tDDD4GMD9GM!k=M$&W^i;^IPtED2|ry$S66NA22Sr$H*qz$rm7IeaeEs}3BWC9LED>J$m%}Y0O^=!ap zKanPG@#g>H;ucSF)(qnICz;?gE;L=^JT!r*0ARIvmqW^c2eD~Q>l)`vI36usznE@a zH#0FIQIV%w*Z+en&HumIe(1fK*&f9>!hF@6M8qpt61;t?v3evY(^7rr-RC|dEY!d~ z^=P?-?WEC<9ySgUYY?7LNAUW6Uzixl7Z&t<6E{y`mcc1i=AI=BbtsZ%f1uqD&2Kyv z{R%v*ef)S~N~J3I%@p}+i>HOXGFm}*jfp%JP+vsouMnLfPsNo&QQn-Tth67U$axvo z+4~fpJBZKRbc|eP<#kd)ESTzv>$%=*QgIjs4Xw?dA2b|!q8Y_m6#>U65lTtf-~Rja z`QjOhU`CMTpX7^wa4R;^b+}oC*@F7F9K}Vi=?+XW$LgkEPIf7FMoO-dJ>xUkrGnY8 z+igBoKBJnhX-NLj6GP6X`8&90g{>hA=X%)gsn-)dem8~V$+o$7CpPq9E<@T!& zCPN;lix-qU?2OoN>HJ?D4UzQHbLbt5 za5K4v+~%ZmUL^4c$GJqw@!h!xlb)`EzvG_^V}tIDFgAR_0M3Rwhy+RkB~<^QTa|&R zRktz0uu(N9i7^%T@C#KeErn5d@Is8E)~R9~wWfyoIIpHz$-f2PZ#S2)p>`~YqvZS?3}YV_!v%+V94r_mExg{-vD|# zgiVbc*uqGfRe^q<0E|knx+=7P41Aklx(S5RQrT@-GIm?fdPXDWw`bMhZJXy>7a@magIU=^q zr5tm)PrhNVb9(L7|K;!klB@oUYDGM~tm>_e=sZ>37_XI18Vjj#355NY%GJxZe1y$O zeY3pO4$9Gbk?XWq+1U1^JK&s;mZ9@Kp}qypf2ei_N45rnBSg5qzq|v;-YRLRmQc9f zU`&vHeEXaU{;HY(? zDq$<_@7{W*C8wM^Sv7Y{hpQXswKmdf2Wo4(-rm{ne5Ahpx!zZ{-%8z4E1at2A;8s5 z`dp4#F7v)knB|R)RQU<|mP^^!{jqvw>s3{DkFVQNJHZ-UwcWD?<5yj6+#^NXKGNi7 z8|`L5q*?K}@PW4CwqhkNhxK2ytlH9VSmg$};omp!Gd|}Ho!NG#@m<&Eoq)pq)c;k_ z8TV5w%Zyt#IPHOXH4b~NrzaP5<+bc77a_VWOE;=7(B`T;XYHBX{CfL8Z5?t+WBME0 zE_KMG)uCb|friM5N9wmP>iF)?S9)!m7Bv@&JziByTW(%aaa&GX4vk%}b>~o{Z&%BM zycKMJ88sew{BX~1+TL1eFusg9>b6lw+hxwKV+vZ!R&LMTo-42HeSgc3f?+=6+e)d{q_3 zB{fe4${k+2vwCwJ^vmnmQye^AyUO9+G=4C_sdFGjT1n@CG;|AnKsV9ZPmTKI;$ZD_ z4Zbf74u4>r7_94C(SFi+spGGro`$OZSG29>U1|3kzy?>=^O{^53jN3S6RwtD;;I%sz7T!p zOnhNnJu)wV5`Hts%E>!D_L&@CH$jYm&ay6rVPyZ3cC2uQzc z=e7q8e_geGzuf&JZNeDmq>dV>DWqchhbbE4&+=zcFIRm_S?^1lw>{VR$Os!@FA&yz z8OW$)Roc3cA~P% z>!}y)YHAe5V*|~{zCuNSoN0QzvSL!OKx4U zw5716kd^F~pbF*o`S4C*!;wE~(v`faZrg?nZuu45HfQ<$TYER>>tSk-ryBIEZ|a)W zUZO{7OnCo7C5~q+`z}mNkRDbZo2l3q7mLn*)Rt{Zxous~ag^I`J7!kfZu>EQvh4-p z|2?ZbMi}d(g?J@NR)hI)hE=I-8E+Xuoh3%b1Z0irh1)NpB3s-xWmf39cRbVb(h|L| z@m(!@az0ffDwVI`MHv>OP9?%`Fpq}b3Zbmkh|%Q730wr9Z#!wi^# z@~AfP*m!0OQuZ#yP86c!EBHRv#0(8gBs~WQ(q~bLq7Z-JF(VkKMo8+giWWusKx`yt z+V}b>Cw%g+1Z-wysii;&wgL59%so6gVOT|_7Bo2#Dz)aMwFXIR4k&tIpb-YzVW3Z2 z=|c~FY4$@872mS90L?>YKPo-&=q&}<@#6Bea&dm?+N&NdeY6za0>535XBY%CG*bW6 zO~XcnCPdAqnt8MtV#Y9yP%<D+8z_O>y) z4h9G3YHg;ny_uST$Ty&N&+GxBWGmToOgnfj9S=0a?m8&wGu<*K(duWEE6ISQLQy3N z;5XfN8xs-uFecqYn&T`jRR1@)MS7rMuJqbkIg8k&AkP=3@+J{x#Pg=kmuNcLvW#L{ zkWoQDuKZ$+ZkTr;?``O9pkX1x&T|d?^FRX;xl+Ao-kNIP+GXi&fV)Oof!(k&rrUb! zD7VuVVpW(V$A%K?jr2y6a?ya-Y^)9F7sCp%xNFYx-R(~M`f5kZq|szF(KSO%C-e|% z`(y0zF)G=_;bSe6_{>0or+H|+s}zTBnM^-003eZ}*wB;bKc+s!8a=fnSiqMwYm*Yi zyVB%=O&OxrDMVUiYkX_G<^35O&no+-D(%NCq-3N>s?E3AQXiWJ@Sgf7sHcA2DTfoQ z*3Eg>W;FlSKCPEsufC#1v>tO|UA6h%c*S?o+24Z>U7Fh(s+eq_w;nAP|Owuh*6 zbi8H{&Y}$vloQp)VaEdM)w{LN_bM#L_1GDr?US-|>kXUiv=oAT>(!O6+A{mrg{?#F z&MHTZ@1jb_wz9S>)n&eaZ4TJid$#_w@02Qc#LfFW*c#2C!3C&M1jz$hcIyzclNP+@ zs`tGQ40-Fg&*-jdet*m70(O{^nc~ zJH$YXxHWgW*5fQ!Zh=im9;(}|JmPh|K`ec;0v>LI-Cgd1Me6jNrpmQ4C%jzwHQ3}H zK5+V^f-bRTzS+L7CYy!mM~uI6);P{kiLhK$@0Jg%?epz*>M2LLaDD=pzV7h9FMl6Z zvt?Cpphf=+)J?rg+NYi%-y7WI4&J=rU!~O^>9>5qgTwXerP8a8jnWx=E$XIJd+=v! zm9I}-K|63`GY@~EYM&=pmD%e({#&XX+{;mS1Rhq3gHGzw^saiM(cxuXkQZ!ft5e!d z8`bL&;!eH(jXP(uQuEaRq%bNq`|o-LMTd1FFb`w3`LJ5Cg(=7IYe<-yz5dl2%m9OqtYwVlHZ~m;p0~Y}aB7_8ihLDr6DfeT^W8r#ItVWJVH^r&8%@@}q zzPRx@GL@2zK4xq)-X{xOk&>mxMeRA3B_h<*s#*g0&om6?^nfQTyymRAVlP`Gq0Q{PiEqSPtU%DLMKC(YTlg+7{*9{NLsOWQzVu-K#>@zM6z{_`m@E2(Pwg;$1}OI zN`VZh0aVg2Wm-x=30U;=EJ+L6Ayw{F;!~0pXwn59&QrbyL=lK$nSyw58d1$Z2b4dD z_UG}W50^HtQm-Cak?Qe8%?v6xq(_c$?Vn<>}f^(lR z+S|S~ZO`OLRwSjj^6{D(up&#|lV91=(9&R(Ft6MO|Iyac02`7P@}^sdNztT3xYMISfCI21u%nO&nCKNLB8mOVe& z$Zh`|T3opkl-_$!@d9^~PxsDYbXX!{oAQPJL<%FzWc7^hdp^EDG8cOeJfO!k1&|h( z%8>u5+aoKhSiUlCbL6>ZH*!05oDxY&C0i>@3fQ>l#hpymu?3bov6vpAPly#47)*Pu zt9CwHlHeD(kmrvIYEjch#+O4xR);S~iR1O>^kK$9!(tiOVuRB*`c5iRGUyL#5U}WOD1j)?bo8 z9r&7TlWj$>JIJQQMrk#?9SQclfSqW_NZ5GoZg0Fo`nvHR!h@yq1M3~YLph|6h0WJ~ ze8Ee>W6C!gs$3rBxcmU(_MVfIs5dlC8E;FzbpBwr*QK_4aO279%BX3y!rvTb%S);hpRHJ@7taKXj;4W0Ye>vy(%qx03(FkRoF+yR-~ zaHc;)eLI62rMdF4w#RE*M;n~d+>jLf2tI*y>aiu#WXnI~lY62zZOVs3(0)a2>n*PE z5$xRIZ9kzL2s}_QTspjKkAME|{OT=hc15@uU&OmtvJRHk)N6HO*9Qm%+1=ZvJHn?N8}0A` zT2H~n33E~=wJ;BPSGZgh^wv(jJWC2FC!|h9bSu>n2$^Hv=?XIOI4Ld-W&bOvc?89x z2eQL={ui9UdHus}@wT`;92o%hSM(0K8g^f{zVYP+|2}+Y$9H?~vG)fDmhAcMw$JnH zRgL<(Iyi!kLkn*kc4IrY?@7uXtr?T;gGc1oE8B-_=VUq?>nw%I%*Gm@9;Xiw6eBx@KtyHv&Rk%D2KTNveka* zoof!o5B+lM31?;P&3Q;PJ#)WNtY3*hL$}aj@H5mZwZd0QnkZlmEN3zCfR(#{Tn8h7 zhJSg~7XRM+R-n3zE9Fd&F{Pf*OMC-p;bdv8q$7!8#yv$&G^MG8nk-4 z5T(JhzM6-UJqR=9B9fd`WkJt!5mu(T6R$Jfp7!kaY`7-~aboSUwjJ}JcS^&OY53%bCl1MPD_2PfuS4U+3US74AK*C-ZSS`IUUyNKaDc83`?>#f(HI(V1{A`t;X!qtr!RIk9<*54}3E zWzk|^F5-gYsdn%D75^jl`U}a`?Y3sx?0WIyoAH=OX(+F&j$|?q@8?+Se5dWzx4XP; zRm-KYv{_axa%c^V2LBavmEs!<*7_UtLcNf8+To9AQOq_9Aq|Y}LPmEl@DJ({wh~6f zEbhB45D)xPZ_pbUfTTegQ1&d|RGKuSDwCU67t?ZL6eGxZW6F?9+ZF%|P9DPBh<2vU zI=n4zQqk%-bHk0TpQ9_{G{X+O=+a-lxsSP^S!$LRN4?1H1qV$NlAj5X{$XM3q!rvY zkBP&g%&))HG&Cp3T||5J(*D0Q8}!?-A&KFS(%fn>HPM$}^r$aFzxG80wKi#E;y(KF z`)2oL^8q4cGo$|u5Y9N4hyc}n#lo&bv*BWK8H7g>--t4!z8h;@PiO2w&}Ze2y#VjS z#~TxO2On>uFAc!cXU)7Tbo#YQbNg5pgJvCVP)8$QHvNq$GvCq#UombXTBbGk^-8@0 zYARIAvRW^&X|E7AtpJh#N%;@lIaEF^+(Kp8M3__c8nxn|8s#rm)C`d~r5%aK@_HtZ z;B;AuUz;v9U<=*qFfKXYj%Xf#Q+4svOcfcYWI#c~NcqG3*TH ztdX4lSD0!mH_k|}8k4O0ZqmpgQ^n9{|83V#`}!!T8@j2+{;+Ye^kDnp@bPjd?L;R3 zMY~Ko1r|ER*-_S%;B z{MS_Y>pWH6|7Yt@_XCSl_V9jZeVs8u8$cQpnPlELefrkH;e*d@KLHR-S=GK9rJt^M zKxI2!{!1GAF1Pn>34Eu_-tnOSg|a7{(qTY(&|B<$7wG?VXgC(d1)A$aY&4MLUsNp} zmlnBd7r+Zis0p(6)5*M`!t`v__K!BEXKvV9O3A8{z|z~$gxSCEHb?Msa#Sdy3CCqz z`A-DzLP-@H5!uZK+HTiqfQI$Vs9|YI==@FKX|^Unk;jynP~-ers3@dqt01lEm^$vp z3jb8GU<Y+4vD1R^i(hpsfEWp--O1rm8|D1Mt^S|;S{yXsej$v1Ax7RLTq#jlldK{`<`Q~Y_ z$5CBDdla7J29)nb`CX##wg9t8Y>#u7o zg{Rb3+Exm`?VAs}>f5Zri`2DfMcFssYp+yG?HhxEGM9g&d91;S_*lb&{eNvelc_tF+DCxM>_mOZ9Iu7n}^@l;7{Y^wl zj`=+18;9oLn?LtA^f!<}!65GQ=EEu=Ud>9<#mt;<`2$;IN$aF6`Q5vFwwU(0!43JK zegQ_jzMb3-7KCJmyq=$F$RpT~zH-wIdEHht*qk1vqexxw;W@WGUU#>>#=)+wL@j}q zG!!3nUtv=Bl?dI35FHQG8DH4{ZQrPp;N_dCQg3s6leNv<9to zHmyO8(Wm@({ABdIIRJ=YZ=$f7rox%@G1Y=k#^g90Os)zYGq-R)Cl-WV-lgzjDVupA zNDxsWrrxjEd8i0R>-U8Qo!NBNw~~;+KO@oLA_A*Bqf?-fD^g+!vuG^h`{1mr>I?~+ zInD18?@A8=*$ga=7Y!BkaeZ7JRY&odt&e}XQXl7w5`E6-7a1MR^_<{oi=J!BAwXS3 z!9?)aEE_=bP)b`m2VLe-Y|L`7brrMx7hBq}YW!1LlfnbWS%bt$q!8BUIXscucEkBX z#9|*4tfQ$AF~G9P75bTw$v6|-YkDU1ObI!GWCrP$sO6cGXG$`!o<8Ao!abp9N|Lgk zi`R@@`GlY|dLlI;{aJ&h{aO52BAz~I8)Rd`&PK29v!ES&DGewM9bS#&5ekv)06gMb zk-?DTgQbI|;zrQjmx)_i^S0<5?8nPiyFphVpPO~iPR5{%UoZL6KKb*#N=O_j^AG<9lw|oqo|egjQk=u9^tY6lWF%c z+bm;~6;m(p#H|nBcrpc$DvDleV%C-tXOs2m8`l0_sD(#;?EZYif?6Y5(m_wl#pa>a zY6AJ)@g)5$Fe$)r&85B&B6J`MAr-Ch8GOtzn%PXwwq&OUw8-49gSI{v2X+`1;KeKWNt0MCLfEyk`89C1_Rc7^yg@S&mQ zZC7Ylb4uj;Ci{MG>O>p;4ObcT*mCWh+d3v1Ga@Z~cp; zsjXYd)E4Hoc%G7o`E#}^Uv=>Hc*PHmeKR1&l&`|R z#s*jOsT+UfKL+$T^x?cyWGzd}oY-ld%pii4>*zSu_yahx}pD}qHAU6zlFOu6|mh276cA#i2}n=t|||*}C0c z(K4h?qIyO93+$e~;3aQsf!$vZx24W-t7EOX-1`W0dl3FOT?=RxS9nPf{`u0KEUA`( z#HZ;)s>f`Usw`1+FJiBT;v!gTkVmR6I*Vtn`J0N8}NG!2hn@ zb5g!*y<6^+3goaHF47m4JLVgglskPdE_kUn?t8$UV7afiHux7geZO-9bH;LD4(Yhl z8(dgj4PfF)+J;gMGul#L+j@y7V9Z4Fh*lXeXdi{LDw^ik9c_=W0;EZ?psO%#q@i0~ zu4=ZZ5)1yk8M_74+r3+=ysqGQa9keneM<>*?7ALOta=DL4-&V8@D6{VzO$`iTb=Nk zxAtv&{+eyW+m5DotMC1?9#J1b?e-$ESRj|Md7)aN#YjJ4d-Orx4?OD2_FalK>)xgJ z+_&uBrK_k0goOr3>D@Fx6&j%M0O<0icdxon`?&op+~2B1cB}~-=;2u}N9H74w>3_d z32c)vr{JDxI~50^>Pa*50f9S({bQE*gn|Qr%{S2iGl0XlObtK4G<-5DgW86ByDysx zdbj|GigxA1zMM@Y4H(4<91c|+u1vMO=bGDCQn`xy(O~o+EzxjV>%~5YHKF;byavPp$!`=GuoO?SrGDf%X zVMlp@u{l9&*XAf69bx!%4#Q4hrj#~`lG`OW>3rFdwKsuTDdnV||!`TlR8qBA#U9@5`gDKl(Z(=j! z0O0VVsqxr0wl|T^cJPiubk_9y&!fd>^9Ty<_6O zl^pyQA_O6tAR-HJ@7Uh4%`rX`Y4;u4J2vgU@k=3YnD_YRQ|_Y?LyU8BUdQ zx40DLGHsT&*i>`!yZY?R?0>58W}1hUnv3(vBvj2*p-gFP63#r`M%N=`Q@5q06B&p6 z;H(*>6BC3fViOgZ2)tq1SC|jXmYA>9Y|(ttY~fEbXZ!S48~G}%XG<|wiu6qwcaJgg zHVVaHWr}yZC2x+qS7KVU{eh+J$=TDIv`2-OY>jY2Hr8mh3dU=$j25PNK3bU0^ThSh zLMd$*(5;cJJ={-e>;7MNQ|@wl2*F^lb-3z1?-)Pzpd0XTo!UeNF0fmaxS_8`Z3|%( zlpmaQqsASWuv)TJ)&1CiMLOn@u=>IQaJgx(Ecpa%9LflwsGpW(ZEbJ?*%L+bF}pN` z_?TUt#ef;|8HUT?rQ}}qBTu8UZ{r6jAFeLfXT1?@mtI=msQ!?HITi?vzj2GlVSHJ6 z3}pezOTJkyxAIE)&P&R?+Cue<{zYnb@Z->E^BvcqF#gt*r5DQIY;1{w_HPLjDLLlz zm_b4G*-2)wQ zFgzI63t4lJLJVr`#)Zsi@T2q@ebR*}AWp?&fN;9TpF`2V$Y0Z|^z=2ppD0?fWcBK0w=F#|eqda< zc{E6v#~ql*aJrYLheK99oAeAcO}3s5+0Q)NFV4G<@#Zh3HZjJ!Fu>lWF^e(|6=UHi z!DAs#V&h|%3~T=MLO3*3@^~m^S0UpK6P!!-)#YC)&nrsC(318DYh{z(sX%&#I|~9E zBm%%mK)A$_KiJAz{R*NZz!s`5$ob>;LVeS8(Su@Ga^GqzIZX^Yh-dwa^V21Z$=Z9j zp{8n8@a`#@PUT<*m?#}T82lMw2Qgm+G5urkgB?*34F#qTaZ%$RrlALM(H`RxsiV$q zyud+(FSz_}!!O@bv)IU{1QBJY(}{bI?2}Kg@;#t50^=vu2A0NAE*<3^A8+j` z(-t{4s(t`BrG<`-b;<+s@y<^K1}Nki7|0~^a_Q5(Lmx=9hZg!4?f-HO8ki6y$$zQw zsRJ+ge`vf==5~1HE9#$kvf~A8DC&Q9xiJjmugMrr5f+_@5g`q0M4q2~{guS zaZOPb9aBTd*hbh zGUF?{udMr`M#IW5u~wctGOQi3={y~~458irWd{S>Ujqxc9S5HpP@>m3HaOe^w+X)Z+1GKh~a`|R<(uL0rTdgj~z<=c9&d-cHo+3Wvy=fMu& z36wbZzxeH=2;>AF@zfh1+dYfVf3U${$5zIkwdd*MN(4*6cqZ}FCO`Y>dj7MSe<*&| z{Ios+bSnrwrZR{QcN15HRPsg^k0{H{P%wPy#c(ahe-hzam&2lIB(vrf?2z{5AT(!|dX@dG_^r^Kg#5<#`4A7&((XPoH`;M_>$}{CF85j=fb3 zFS#BudPoPs{2ji9(vt}3Q%0)Vx6e)}Vur1TkuBGea5>85OPFSn@2qf1UF#dAk7Q|m zoPQvlu)Dwt27MB z-oS7KXbvNg{=Q5XECV_+m2uwgA5Y!2X1XPH&y9R69U~kdwc4P1oXw^Z$MtjTe z`@HWtb4db%+Wz|6&!6W*=90;obKdj3&-ME}&qTy~-T3*6{_0qz1RH_RS44FJzBOOT zN2WNiJ-B^Sc}eGjJvFVj?D=KgbX)P>cX|#u_pCGF>U$5@c+&XJOfyRnI+DikOs98isw&VX~iwl%gS3`aCFRR@pL$yt*c#C=)bn6V}I+% zyGce<$9%qI0Qj z`j*ix=cS$cz?K1hKnV~us*N;7HQ;I!Sc>NA!Jz8dUGRDSaezDTcq|R+LaL2+a0D?Hi>D*_toSzB^R;JqV*jgz((^- zQsV)nxZbYc?5bMh(vRyf$125^IpOeRyHGagMPWuo&0I*JF-$grB#I?*yZAfv7JAb8 zwqbh-yLC@h!zn^d@NKh7571^evjX&p2G>jVUcHyhT)lU5!R9+*7u4Sg7lDFTZR3eP zhTny>jT3F*o$oHZC4c#?QAm?!*_9Xz`oo`LS~KL`t>3(5#p3*>yK*dMe96f&U5c`S*)}l>9MOLSDg3$T0 zwE@^{jQTEqco}fc7qAQs+py}u-o)H?U<#%ClUmh3t$x$a{U-o!$zi-yUTNmH5V8z0H zmW{b0SEsbG!Hv25ESzR^uR&gO+l#K9XM?%CzlBwvv+Wg6n5xRmrXZg1`T}l6a`8aV z2r{Ja+xMMv*S;6hmt1_)m}fb6~O^PPr8H?0BS#_Ybcpt!ia{yA&KPaD6E);G`p>_`fli~hvB z`bZ*L*sZEm6A-M#gmO$E7n03vmmJ?S5bGx#hbvWO2 zD9g(2w27>0M%ezEwWy4}pe%FQGL2mS^J(I~D0#)y4^o@THfPC?SSsb?lQt-cR{o|& zgPCsMYh*rBe-bxa1Te@RQ|3ZcdY36BlMi8T$VWTl8nDfh*)hwY`9TQpX}awqA9ec2P61^kc0HWOlpIn5Jw z4cR=p0&^~w_@}dxfSY`r)4rE&6?AQaqE%#LW|OoV7|*F#4nZ?yJb->6sX)zrg-9(C|?G1sV@ zM@a85izywOhqSK?9b`zq$+{eRUj#IXdK|i?O7cG>FAqqdz!L8{^-h-_;zA^(N2ydV z<&pxYS~prZG`^o9{%{HEoCl&<0^X?b@tOWEy1R&iRvT1BjSrE)=Ynv|L&&>S3j zVE{Q;AAc1S-NO;v{M)%!1~&>G)Uy3;7t_kr>sO0tWzByOZ(mKNCLX=&?3@9uj z=_SY{8p2L-H?t%B0mIW|>8Ll!XNycx5mWq2aWisLU@sVoix>X(n1#PkeOx+_3VhIX zgF<{ULsY9ogG0Wl!$yc{7lwHjUarOqyiy14EoLc$kXmmH%yjdi7prh z2p6koVq@mX%`fw(3Y1VOBZyNMu(QO zd6SIB>r$g)bifp&0~Z&gp~28#RE(xhkBh#T9nh#e9I?N)J+O1pGvfh@d$q~-x!i4Q3Lz5;@^r-$$v98f?oe-aZ?!m0GmpJt z5GgaR67Xp0trj42!X&GMjDOxtCO|>v_EsCQdAiK{LcIc9K%dwEy?laW-2{TsfGJ`nqA+bZcQe#KefS{} z>IgODC)}{u`P47R$F(ZI@FZ&34;hT#3r&k`3f{r8@nt2Im5TnVgJR{zVqab4#u#fZou12zzT=0h?_o$=fmVx*_>d2 zBtdHKB$zVtgUzyMawiRoK#ybO)fX zB}jS5`COAWCIUE;Mg+qvHwQ7-Wa3otDqKRMK(@)L#NG5Np3?)_^eJvt;?XxI{@(m+ zddK{GvD6=!({~=ZejKOw4hUHycD;}lrsNQ@XVYn#q+MIAO)-AT%mr{pQTtbbjQBPQ zu}1{wXGmgNtq1=o(xz3j9}DBeBXb@M(&iy!O_1n8!0#eNzy+su#c?6Kb<%NN??0*j zqu|8U=@mBj1XipYogIxogNL%`jprc23lSzu_Ae^8!&QKKhJpsjQP9S0q-PCAWTiPV zv$!6suvFqly?Xl5-&$YI-YtXluD4cTwhJ30qX*VpCmc60~KROJ18JE_>M6euXF(2^Jk5>{PxAIi zcL~0jaH|AzhtXA$K~cdClB;{z^x~oOzacOB!Y_b$ETSQ{*{r{deeI zD$OKt(;yqf*_SJ$${B4};2#x#nbcW^Oia_7bgLM$pq*g9S!->`gO_qO`dY~EYCkTi zqHsn=)^(Qlf!4g%y!L_dB;wj^fc-%1HY`0!{BgT&7u{|{;X-1*d$VI#Ho@pj*rZ?* zRVckM_TzPP=fdRYs#G4;hfLcOCJGU3Ps3QjLD4;srFUG5KjsI-AuZlMgP#U<5L#I# zb!2xG5CC+0yEo69N0Bi-PuUhRZ610#RWGF-Vbrg{$!xe@o2pey1>}xcN`!brdTv6y z5^1X`^b9NK9=J`6G{7w4)2V)4ip zGTl3K{Sm6;K|4%1UP1+MbWhbm+^-oK>m9~^AL11jz3YKS5w~0&TJKn2&XMu!9no{y zlyBUm5h2O-*Lb^W!YY_*y{&ZoWdbTf`*@+0v4ktWYy}FCRX6={)%Yfa7Z{XxJvHc4 z)6_IQY0J=-|9((Uq_fZyO=_CHB-ZeVqD<#vYo#Jg12RK4c>FBNol#_`b%}r%8$24; zYUzj+-$k?+cLwhyM6K{3Lh1bXc#q#-{9fEwVabfYv+7vm09M#o=cD1H;phtP4$zTs z_Qnbx4O6Dbyp=fafcU)}-tiBXqvmG9ZPWYI;8B#on)ip{w_>{)NTptYO{>NI!%zGc zzaJA{tmbYqAVB8V;u1&2JrkGE<`{R^9)H}()(ti%mEsmUJLfh3Z7Rcp-!=-p3`_DLQ7mZ;8i&#txKvZDxR8; zj9sBpC}fK9vsSOAQ_yQME+esSG#Xxtm^4BZ#HQ+_?hUf?yiHN8d9yh-IS(ZHOmkDk z#7yEL)9O&piiOMXAj3v7qbB(p2ZCyN)Ckpw=;#DkpMS-;kk&*rD4>Fu715dyfeOa6 zZ+u?p&S(hAh=&*KUt5r_vIle#VXNF7M@*cHGnc^x#7noAJ!&z@fbt*CmIj@LB3&yvh z0J7{n3g|P>RTY&DyHN7yw$(Kiq3*R^q}$aoR1yXKYwWw^^lh zVAM;i8q%p`Q2*pn}y@gZy*B*oH_ zotiVf4x-B#StWlCT!6b2sfv|m z$vxjSn}1Ab0X(rLcKYr7D<`XoRevD=1Ika!P<~n{7v`L{qk`2b9WS<}q}#Gev$Ro@ z*oZbN^$5mDF;mS5u>B+>OWs(i&onY=bx)V^$sTHFT;XhNA`RV+MwJ>wUgn!3er;fC zg$)IueWW|l|Lsa16!Rv)2)P4a(sTxzi++D(-7IPkMiJ}Jb-%qG}E5;WE=LJi4;XiPnq?F>sLn(8C*&LH|rC+6vo- zv<+#VLOPZJkSXYAy&+An7Jua_^_0?ycuM)Zh1~usr1mx}q!;qe*Ze$KHhzEYJ@?*= ztKIO4d+&9x+K|j@iKuvvXhX6;D2^!=5N1gYr~yv`I*{dF(OE!Zja^e@gE?2g3QPcy zKD0h4T}PL~&7|t){N}Hl!d}ZKSr2KSA4@28csG&?zTBL7eR^EZ{8n3u^}w0$J7PM1 zA(}m|vS)D#_A>;#6H{5&;xd3L_prDD|6mzO)w*{pyZBg5y)lz+$jl&TB;pCuWa zgG|ntR7{`_w(_(o)M})=IgmQbV^OBo{mJvdY`}M&(d>0yK@%nsfL>bPPsEap$3ahD zbcfM-O651=iFcM+nGB+q5WZ3YeY`0Gf)6siSQVHS1F&-f*DvAcvLkmrE7n zBS!bBe(%p|tRbJvov0+jtirgkxv{1hrS;g}B@F{&ui@ZDx z9af(uIN@5W6UAxYCQBoSP#^378t0yII@lGNtiAY*%}GcO0*mZhV68Yu(0l9yd5X27 z##QbbcB|iY+qf!)U`NYN+iA~g8o8uzN4CjP@qqqrnSMf_tH1=xdS=AoD1ME=ww`w# zCD>(6%3kRjD!~H%J3-OhrP}nO zGSG~62e-72w2rV5IiTHD_v+gEZv_4}Ykiv_7G%Mk6}nV{F65}&+rCx7P*MWF_@}LZ z5$!~unC|^G^6@k6&tqB=w}~?A9CgT;>tATeZ&}n@)NsH3HK)_zj96zIo`miAj(kmB zUmQI-V+QITW|USqXEc7F#xxos8Cyw(wX}s#d@=H00d=sa-Rg4l79(iTpw7tLG}Ak# zTA~CH#vj&{yHHbLq3)(c#Es^2{`ytw?s}k<+Iq`9Khp2(eI8A0u{Rx)>?;r z2A1VQ#HjVV5g>o5+(oE2Pnp#2y^5pVZ1(!kp(^~iOMmYXC z4oF}O!qe%T&($a?>mU?Q)Lk2RDlkowtX+n;H0+ti%dP4=i%&MBu+$-^B7E+f}e=Ng#Fb|wfT8#UZqdLBl{CKJ90x&&g;>AwAucFA^&qe5DF^kwN`X&D9r=94Bf%YZ!j$C4=$Po4sNg+UD3x&Pts zk53CXEAJzNn!mH@npkNt2_$gWQ3IXC^O6Mf&~QRi$pO9&=2cRG@2SPxnmB1j<) zEHb4Kn>(TH@a7<-17rlq(m2p~T(m7SW2P(#^Wq`6h|H)dJ&M0jd6s{%y@BU;d44xd zA22>WAR0H6{EHEGgac`&RpYU!xEBaMQp3F1;N$q*swr=frC~SFSBbC7F$S<9vw9W9 zBK0F^gc=ex3Urb<#Q}XlB%kRoqNhji!z|>V6_*1HV9aL`YER8Duf;fE+=n6V(l1S> z2HM1NO!x&o#;zb)SJptt6vEML2mRTGz?Z~d)6dlDeDtky;`-=&T3^O0;UL#{2|~(m ze?(|Eq&1{*pv>GWP?u-@OuE}>ckXNH{h7Ml?+ zwyCMjpe8aT>lQIb9Xdt2S3~!iYFKu3_oHhfF6d`LZG>KKyvy>SNTN7Io6^lIB znz&`P|39kHq`ql*UwU~-;2{pQImg>muYYbyQ~8EhJWae{BH8n8KWk04w`g(O^W+rzJi*_gMI=Z3V}|nvL&( z&fd|WQs=b>qizBz|i+q;iHuyzQH+xMTjc`>^9ZJ*|Hs9!KW@-@yWS8kN9)F4y|qCZK_=N&gSOhkv?*BuB-AkxAu zD+HrowMl`KHE!F+|r36xPNfxV0Quee{If9=oc3Rbs$~u#uh!t3)B!Y z#E=0cqteP26`yy!#ZbvApDDIwu^(B+xA0S=Ge`NRloq3YR**n>|zDZBk{2?**D!<@pyBa@(jr2~n%Yit@Gf z>qwxuhFuNUdpokehj~z^?QfRbi!&QmQzfTOPEk(CUwmy{rK8D084RU5XP5?Gp*`c` zD!a>Cf;+QpvFp`xr@pA7CQ~VMDYNu@m4(V?5*{8anm`(pVK?+S-n6ZCuxY6Babm2) zH}p+4btk0x$om07C(ZP)N8&+BQQmghXefpE`PZ$8Lb}3EbE_&VHa5e8J&TdaE>>0d zCH)%pbc+x3jpfxs26oiA&sM=_U)!GC{<$?Bo%h{e<>-*wZL`};+t+McX0}*w|8Yz` z1xzllsdTAzTiv^gU0#fu-DLI!SEX;}no>4Hq!!!qy`^3%T8zeXu%*5d*_*`}J%l~Q zx2Gk#tN7l^X!J-+DJw=I3h?QWe;-HX1N6>a5*{b6MFMRnwg^wNlHo_&`|oGOT7Ddd zaoR8=jiv{MCRAA~)b16T$A@k(%u{YrY5{*0MSs0DAJ{f8^S6Iwp7_`@);MCd>WmZG@`WlYtQgd)oDzNX_5)t1V$dUbC?+VV1k)EmzIsFRt4%LW`{>nzZ|__QjVKgzp{G z`%N3FcdYll>6l>HJ7_F5Is6eaB`v#dGSi8}K6d1rhENo+73+?6U0qmrgb-X@swc8i zRy?sJrC~@lKpdA*k`ns%?yJr2^WI!V;D?7p|@cqX1y?fL9~M$Gw(zc!YI4|cmRl~ z3L7&$lH3tFkLb!Nk!h3{UB8&-)6-oovr@H0v4|!+(xb^;%o5}|ce)!J#)6~f39=*w zuY^%-n%Tk8y6?qacW^ZJs$nFLyXs&BD#DV?W0_753k63(rBXp~G;4WE^X(({NBBOcI+LWY;0|Gm11TR#Eq>rqI!S! z%{zC30ZzI)x_QleCWnbPOwO2`H|m~`z3%@ToId^FjW>KX${O74;GRWv^TsoK?B+Eu zHOlOTe-&3W+4X#|&D%NUui%18DjZff1gxoeX^)EiJ3;aO<+m?CxmXqS*Q|Pr9aV^s zyw3(URT6DrthyoEx%Qo)to{nP15higGs+!Ni^AB!iLvSz_QcqR$Tdx-ehdE!32_zjfjh)3&Q&_k4)_=hsiuKZ_z~a2qw+hzk=(ja+Lum5jBybL(|1J{xDJF4`@7d z$-yn?Zec<5Q;gL{|GyR{3+*psZ%&5;13nfomWU%sE+yxA*rHLM-#|wCMR-0q+IObz zaIEtf9Et5_z^^FIbqtO~E$HC5ObB++2&e!~!AR8Rr1vgnK?g^syMiOJ*8@B-zplvj zjKu6=94%%K8)sk|6~U3dp9Du@T;Woj<0yCSgrU+)j?Y#oaONd%qaZ&#>5yWIIS};x`jLQ#KBCb5l(Pk zXI`)uPHBG3~Aok;naj8rgekQ}pU*+yKeKHFTmzgS$WrNT6?k%mIKYkn-5cNGld5O)&h zb#AA_JWK8$8^19nf2X59p?*pXA}7>YtrhZ%N8B58{%9Md#aw)DXLSt6R8QcT>dxxm z2soxXhGX#FMLDLrvx-D(XB&FUcmP#)5Gi@$k?(8=MT$DxB3D(|*=Al9cDC`pc}>`i zZS`rLy*`IXilR7kptF~*3FTHu0-!9dw=plO&*}@2YwIB5FH%kF*A4&?ckt} zFiUs7DIm6vcIR&$HLpb(>&_R~Vy;bheqrmAu_ox=(Tj)v_Qpgr_l`yv<`Vp42@R>C zoTZO!Xfp?e@eB_=o1~vSYy!&fd|SYZaHIK$>6S+t?RZ!+kU*XoLhzdKcU<)T(}lA^ z)#z;#3o5Ff2r7yufo{Hg#lkzaAtI$;>Br9m@rr*te;?Kw2xok!fHsY2AZ0)qz|TZ_ zu5shecs4|jb%*owZ`THiI4Eh5jfq$MsQi5#6^}+5>JmS?c&Rqi=}Z{>6}%%V*Bysj051-$!Q3n`_`U2vL`;Bm=ndD*!iA{J93rp@fz?hn1>flmQ{l zpq}>C`f3%*W_{^(WV1x_)XAa8rFI*#!LP7&!*3zW`~Xi`%MT#e%>J|CF6v^HbJm7( zZQ0B2K#Cc;O(eo>HF718#27&5wAuJLIFwq<_4f(#^`>sPs$mdg+fFZa*k`bl7`xFB zZU|E(S;=NydVgxpVr{SO^>Qb6PU$y3_Ztx8IAZO;mZ`k&&rCEhniCK^QXVz=UXs z4mD9tWWWP^@A99J6GewtH34f3gxt+F?m!xS06D%y$!l-C0{EGYXRXds%a}!W8eMN5mL5arx0F+lODf<}|JjAA#Vziw@A)4*V+AN2 z4F;Tbi9{@fpP#Z9Z~dH_CPtZ|$ZF7hhT7RcbHB%;KONfXv3gc%!Tm$1`-1-2|0@>@ z+V?H1sA63QA9(ysv^%oW=S|x*=uPq_VSklsMOgjLej8l>I~>PDI)1VxZ41OaaQJ?V|mM z>71BeL!>J|Z|jOxw^7rXn=Gs@GKd3t$1jr-&$;9=9A?qKIv9nlDCs5Tlmt!%OfQ?o z8IX8~n~(sqBx|3WsAoo?I`{|F5kU5y10+rW+z4VACG!}VbNx)Fuirq-nID)$SB+Oy zLS+e-CS4Z)dum4nnN53#GWoRcGz+WNEEzCd$A|=YMzf%6PUL){QZtOquK>eiNsvi2 zy9$sWOkW7!zL4EJp{IcFr)3VueFShOsR4WkDm~ICR(foBk=qEPR8)nv{c2Wh6E?hs zFDyE^C?1fRu?lbk*clv15LUzBUjsvT9bLJ!CANcS zI}B-h7dp6FA)BD53M-W)lBP*Y67%R^T1=xg&)Eoq^;`C~-QE6W&)>--@<>h!fs{Bc zA{nc_%kuS*kg>M}mXX{d7!DU)GjA(jXDi;bUs~2cdQhu z_5Z88?S9{klJ**ZzrP>XUs7obBzd$oNM)sh6g<}Diq7B&Z{)_Gab2!Bs+wGfPu1o6 zzRrbNvVOzfZ|#)o3W&Np^>wPlQ!7XbMV=*TrCZZH)!G#2-jmc@TOQe4t#}CsTFh=D zvF6=VQ6*Q)?%{ov0{(NLP0#Zc& zNZw;)8nfg^K&PVIXR_YxIM$1+=Dfp%@hJC0Y(B(GH__-}OnL8uVly?zC@?mrqlut0 zety#b1Uc)Fd8qP))GI+fW|A<;Y*7+b8zpejC9+HP37vpSC?G)rf(3Feb^u?~b0v(yp2v=L}?8C8@rtysgY$v&pFqP){uH5YS5yT80%h z(-d6>eBY2?us$HYUWgCou5n5$QNKPSzidb`SgeM&0Fe4ktGy;n<+j7zdWB&xHP8e+ zsRsr-G@7y6=uwqo;@(pjS&iGCb2z=i?#-%2OP2dV5c3=z+OXMk*35B}+!&>{;8 z@jP4U`4`i^(4Ut-;gTJMprf|*4`7Zm#f^qt!!fpLnl}v-m&x)I1}ZG>ACVN+Qz90s z5W?!Ri^yPZvUXjn?BzDA@c#cCqPMg1!<(6W26dP!V@(@LJVxxy0pD|(zJYOeChSeq zR`uZny#*70FFt|hm;Ju}SVNW?VyY)6##G|%P$7WhMYH&hsA%S<9xP^cWCJMnJ4|yq zauJi9!zBxLe`54vFU!zf6CWU!ETXaS}m&@0nO_YR4_r79`JAmJIZo+qv*?qOqwwRA3S zP@)Nyj6rN> z4NDC3p1a)qBv2R%G^~#}1B)eif)3{!E{ydg=sEuY9=RJ4QeRqb1Jj1hI?%=tyb@Hn#)u5Zy)2`eUN z`u&bxarp|w0?XTqSN!)_SG*3fM-7muusq38;$ZQ&;y&SC9stYux`=HJju{%ipxpzpt3_R@=@5eJaDZO$82{_Z zInFnN@jKjNiFJg1VT@+tY$cC&baiyaT!67Sh=YMx=y33G&^u@{BlSlxECyx7#+bZ}BGJeq$Li9C`s;zk|Kr`uqgCv1gO8t6q4n8{--e0xWF zs}h%DbH7CX&kHDP&Oll74zBCjpAgr{&B-(Y(23xC?sYRXM2ORKI z@@ZZmo~U5&vizpD@%swz@NX3RhAqg5{ZiUG_&@|=&aN|M!VHS`jMu`yF_DWWS$LI_cVZhnzt26u<>4ldbTgsq|2^P!E7ro;)+=nOrl zzo$p8u|n;G;(YPbvbS_^saOzNoYpRJCZbav>(!rKZrfUIRL_sHyq&erTB=#@!7m6myd_AsV8jwk2Oi>y^`Kmv7qhFR3s0p5y<0dMDwR< zAK~@g7Y#@T5(8Jo)({KsGJl$f@eTQ2%J2i6(&dJ4kShO1 zh@5d|focC=TG!G`3Nk{H#@YsxMj5Sw59sPm1q$U))?P#@2vfx5_6d>355Vn_Q9-ws zQ@P-eP+I1!`H|Jm&QOy%%;+4fRN9E~+dv7Pt#>$F?l;*vYC3tc22R-zZ@=q~ljymE zQsMKCv$o2H7nS4ZsX@YN*PH5hij_Zt*`dR8s45ptfkjy^3U5cO&NXbRe0PN>CFqSb zHyD-<+g&Ihv)PMm;SzO^(k@+tnnBN7v|*GWOM!=~G*wkto!S$xI&5gYv8 z4A5+Ed1|=G>5%4>yIrr@-F3&`C@-;5hZ&I{RvOFgZ~A4lxcjGb=ex4yzAtZ zPApBc27fraP5ei(5aYUn8BeH@@pXT;xDm<1>D#xrY)~nab~WKJ7h&HbDMr z5govkRfm7R{OgkD6kh7=zlKTzsUpy~SY6n1U;7JLKkj(B`R0wy-lv6=tB;knO=Ztl z*qWy(KV4JhEcU1P&j91Hf?Y$X47Uv(bL_HH@j4&dE&gJ7^9yBF{*~y^vPAv-;lFjQ zUu0LU9iOi2v6reZmfxq$onbB6*gm7gY4dvwM_P6$(|o%{p`r2(&&*O+D7Yh^XxGrZ z)b6`?4S`--(9mAg)P5{~mxJPdM2{ANR#5~~nWKaiO8RYn+EJ9g#8#8}Q#L2_nF+LuVYXcP{Hms!?;*ul4RP-?a{H z3?HeH?^kbr>Z>U3B|3Dp^lPtUkXF@^bmiq^d+UZwQY>{tTVLAUMXzxggX)QgKk2FW zOIGiH7jJ#0JKy0c@Dw2MrnB4SJ@@Sy+_isA=Smc8K6dS{KhEAYw(EBtukfVU?ovLS zxRD|Z-B$E7D-}sGuZIX0YD`k>!qMGL-~9-pyIRVDjEh!nL6Kd>wFXrp8{zSIkMB|p zMHqcc7Q1b0@d#7#3bGg9gT43-*o!|vySNt+on9R&I?YTq+eC1D0Bj=d^V}DLf`OMF z@v+F9;_WMhacTaHD5^=~0WpWMP|RYY7K@2!d_QBd4~WC#V}FTs*d=KyDglqR|Jbd_ zh(Sxm`?B$RN}ooB#5B_Gk`rQN>?3`JtPvEVqf$vDMFjcc2@vscV^qRGeJZEYZ_e!HM|Y|7;MGAozM+Et|I|t06Tc_o|^#Hkx$h z%DLLhzB8>4Qw-8}+Vzf|tE!T6eG%+RbZvXf5$Kj{P?R1x0~J_zig%u@tRP?v2zj>$ zd{-Qr-?Gxq94*V&@M8Ul(mm}~(WDPKGe8v8)l{NS1?Fgy5#ZE_39FNkl8Cb_-TtvM z>jQpE$1!&qFGO}!d79iVQ}I3)=<3;*-Swy0U1MFp^Qk{hItrSm-)+Y1*Uh7v<2Uo@6 zfiJ`RGy9sTxr49Ld3sZlna1~KE6JOZ@Y>?Fz_{qoA;X;uO!Z`qy1CKQ=;5sdN*g_< zVMUMhJ{eYWFQ7FI*Sg&GFY(b$FxqvvxjW1Bo;q{BQrpg$BIQ7U!rD)yJ&^_u_+wn+x-W6OQ0cRb7b;6A5K6%eEs5o^+u#t7 ziXa5C)(NIVJS6(l!Xf^p=@P4P5S=}9QsJN_19-^89Oh5cI>75ICV0b5N6APTCpWZY zA=OM{Bs$*cf<{2sAL;9OJO^l)qkkJ4Z=s0GC4ym$oo|U+Uhh8%Br7)9e!)o~*pcj6 z`2`AwLdA`+Tz2E12Su|STLTsY8&e9RxngwF1sPHzMHy5EAtme_U#MQiVKSL;eKV*< zwSNo^Uw5gUupLDG3*{@J+MVmSRz2FoRm_nEj34*MGH?ZiuUnxyW2rCLj|#F zHA(96O;Z!qMB44@r!u8?*1tu{Jjef!O^aSzXDz}mAXJ(lHlPKio(h}2)Lq6iis^ww z8e)nZ+JJg|jrD$`<*`xrTV+IWygmdeG(=r* z2}q+9s`+>}pRnAImhRZIJ88#nXYUx@aW)#VdWbt>-2;ek7pUJ9yK$6|r)(_LJAOBY z2LBwpF?GKK{hhMMmyqBc*bX2IJegS&cB5&mlhxli(m1@>zWq-ZHZWk$e}59J+^&-! zemk2XsMt;Y!69xF^!X73`%W<_o}21+c8}{h_~+T21sD){Nt^S~!|GL-kPZhxY|IhQ zNL>Q5ZjY#YDk?_VEa-80iaBFCMIJCikFdQ85jS|6dfxI)cg*d0%k%%4oA@SSl97Bv z!oe6wE!Dgd-(+xD_#G)X$q&l2&0ry7i)O2S`BwxcD4B_}v4GTLKpPe?iP?;#1dmwE zAYiii;!y-RPTI~wGM&K?V&{2>A5bMBPLFze(GiIg%l88Xc!zB*_2s5z z@ONQkm&^0y1kvG_$bcXA&S81v+jIXusAUI+v|K^He~gHXa(PN%rIoNI@}T^S=BrHE zQGeP|(pY763*lj?Nd)X2`cS+$t1rtC5(GIsJLK6L5Fwf2x&!MEQ^*7Wkk|FlR)&Y>>0qZ!7gq1E8__R2c_oYI^|C*z$C-yKEj!M2`i@ zX}g3(2*(BnX)&jjl8ym^ z73JT>_n|%VIq4i?Y_EJ^3jO!2KLSn-pc9Oclyt=trm6_f`nEjTOLwx^ADr$ zB2N%pw>;>Tf10h<&>P|dl=^XH$;T@FQ^$k7dM*t1dPGl9w&OI*%uomKVMp^*Mo3@) zM)nylXS_+6GJhk5N5Y;kygv}?VUu$vo!`E6#e$VBzlb!~qVhLN+0bLODk{XClaOYR zf6Ms($ZhedRrE)0BNE3_+Snj^>$Pbyhhal#!?)h3ZG!gT4hSAG5I!#9t0f4<6n7+? zM)ZXEk-BfD(x)^njV_iR{lWN5IHqO=-+x?|fAej(=Py99zJ({SEv&%b6`R0DG;Yk_ z)pr}IGOb@3;*_lQYfp=)lNRQZJFFS>c)p8DM0x+sJVe_)OaeqGJK`ed87`t362zdH ze6CzDLQ$_tduWdyKR`?i9W`q@_iX4`_z_2JZ{k#21qmbn^PygSqtKXTR=ugHlV z8WeT+aeY6#K*IVx5$=vQxZ^N9x~OW9+u$r*8f*f3hf}kWIVXH6GUhV8HV5>6Q^T|LNcO^xDSs12=BmH1`=eA)AJ7K00i{pr(*|Is{O%sD>oPba z=;K73+Pb}7Ce)M}VPN-W#O`nkF*IVYs-sbUry1ekLVA-3^GQAGpn3XD=8W+AL|PG| z$=GAx=)Td-rBsyLkn45O2n@Aa>D`5#+=Sss4Y|>ytAo9H2ouvmd4P`@fj;xw)iFR% z`3}JijUoCyfBn<4 z0lbl`n^Zx3Hq*CNS2r-SM=yd>Asf7*)R`-EB*ICyzvE+!$;G214$Y>Bq-Wx6HUT7 z5r_Cbx6tl(*2K0;L9b1K(Qp_On*t`e9?c_1A~B$xm=^Pd-z0dZ*!3T(aX|Vd4%ZgI z4}ApZzi<5Z75yot>%9)ac*rClGBx%^nJ;x{D8z&nT9v(?C^gpHe?8OxOT6=!U7-!%1i z=Zbwr-`$-nSVXkPpjGV7?atj?Kn%JiDY{+hUE`CSLG?n~tKw_b!Ch&)zIe~BwD>R! z{fWj?DM}ipQgTvPjbEeg+<+x^jqnEs%WkTrKc_P!LUp|H?Iy2w=jJbkdhWJF#aXu{ zR+@nwLXBCpTTN+(()&@m1hJFp_gj<11z>3`O@sJ77dH%2%q+$i%R-;+&S#Atkr+y3 zrF;Hl`W2JRd?gp-Bb)+ti-T-tSGhx<$tQZ-Q{V{Of56&l<8S@F zr_b}Ga+PNY0wYMiCG2&Q4N*zKhS+}#^(WlTn=F-eG)JXwux^kI27Z-S{(%2Q>pA7q zJhVYUj^A1<%8P&CeK!-3npZTbsQ!TawEMgRE`~?VceUmP&OWTQ7+iiPXv7Uh8p1`7{-N$XqFJ92+3Fgv-&r31l z{l6qzfGc0J3I4DdP5{Y=i53Fh$4tjKRAksp0`-$EsADwy#fdO#@LOLc({F%q|5+qKTbLiUDsJH)@!L@DA6x z;yl=#qj^Fei!;HQc7F%sj%K^I1|f8_iO4{1KRn5}@q@WUT2KTXS$Iz&UiHyJYJEiT z5&QP&v56meN!pvg+-Y~`R+eZUp>6Bzth!>i_rv)X0m3|);@hpFR zpE$lLwH{;4cpik<7Z z4UxNKK@>ot!VY>xA5unq)2xl&HU6(VN(dDvhz+QvzFPB@YNfyxP%_&&N+z(Z*-Ic9 z=|oN7=dG(NDw^7P`DMuScc>S8#cl=xP&GB=Nv^9EuOV@ro~w(LYi(~@-9=^UJ{P); zhTEoWY(mQl_bGXSYfBl|RekJO!*OTV{PsOdh9UE}{hzCmav>y<0t7mDXpsFW#NJy$!TpY3E{Edudm-zhCQpcIdrw zA0A_fmQAuImpL99)j1!D?P$aCGG8%L@+MkrpoP zJ*=d0L>p`K%(&Z8b?gQ5i;K%2fV!9?^+@eGH&s=@9rIO`bFS~4l`1zr@e?^$=?6Wt z+=_VZ@G;A=ufQO%*Suvbm5x7Pqk>qw^zTSUQ`EJuu%cYe3oI}Lnd-tjXeu!VRV#}< z>E*>X>@y_Go^+|tIH)y^UBmjLu%XB;ZwkCnjy*~fdsW}{{DGb}A}hz9!#oshY$e?= zC@NuqX}_T%FofO4*0EZuD%MM_H>m$UyE#GqCCtE5JBOmS1U7{Q>ABkmwhi$?UO7n2 zJ&J&{g?C~R;pFi>9?j+}rqLk`I{9&NgN^DT_N7RL-=NeJ?Y|E31~UN-0)@^MA09s>EYyubi4|l8(VoB;7tnLkgob4VJ=+*# zr*w|w@OS{^o1vExxJeh9GwKPly@doGU?Xfq9oX#ItbSV^;Kv*QmO;>SJEq0zS2i!B zsZFRp5$#~TC~6uqu5t+Tx0*#fu`T+&ZKg4SKr8v5`fIMWZVUh-ufmK}wYH6S?NW1` zR(GYNI@ZB!8p1V00vOlai{iWA@yZTbmqaBI>yqz-`^T>Vjv-YrkCT{#xgdo=rPf&sIF0|3j>&=b5ah zdFF~$C;S!>s%i1lGXVel)<;fx^8~-?c}g%E`?+oscH8y%D{N;;RVQ-AOk;I?&)<<^pK0b0U`QkW5Nn;|B1DI zTp?ednnNpMhGk|+#qxJd2>?m?al-^KM5X-Jq!oXYYitMw+VWpkW(mCwNxCJXx4$xp zAl1vGf>an7m&l-#x%I!l1ih^CLE$7@)WHr*N9F`k`aX)8ec2R_Um4HI>T{dD<3!?z zSI=>*{8%t*M#YOjGNbgLP85O{U}J#L|Jv9%66_MH`~wTY8Gl|ONGx^)nX(Hj>m#*M zWqqV}5@p@p6)&#hWMr@}_|%N?oE7>`yo|&Nj8nByyAQGTHlq(SoE~qe3kZy;3Sb16>p6d(BPd9$n_xfz#i0`BUPJZO22FLmVL8xAO;6VQR zuGW4w*4E2%rwduQ>1B?3Y8xbGGZU9uB2OrDBaT^Mu)K=~NA<4@Q{1!>4NH-vaTre7 zb#t4Ng+C*Y>O(nZWFZnk*1r!0(=?=yQBY4wW3dH^^X9QK0{A7Pm>@TXD69%EO#`Hb zUC8>`wLR8GzmRI#1ygbIZBO?8W+)V~E9gRuU2(bEB{&%Td2mQ9fr!cC=T9~_(K_)A zaG2$i*B3NCg17OD-p8w>A7~0S?IR1RCm=RI!u9!W0Yl>O2r@R~Zzpm3#^H|`;IK|W z=I^INQ-BIzl-D!@e~xT?;m?uJcXq;7q|b!m3-iw)N^t>C1ltoP$hgL4@@CT#$+-!> zNH)vP$-0mef_6kWyFsz+_-SF8a25IL(Z1(<|3a?f^%Mg`lZrGwNhvWk`h$8Row%MD zp{pS7z;ctD+w&~**lI$|r?E6b0ml+&x$KLu9EFB2h3Vce&Jb(QL>#QkX1jsl4>upj z(v8Vu=F+J{q4l_O+(gcJqb#@k$4y=FeAm2 zM;p2(wY2TFIK~^iT*f1xW%Hg(Q2||14r=WB01VV!-R+*hIxYLUD=Eks$qhLpb}*Uh z%u8)REC{nBNE{)^EzUT(m%%uXgvT$Rh$tMmptPcuInpmK8h6ifq<=CaWt>M2Bc=VR zLW<1ugbI@K2S)&mfGjXz5s(FSXFHQ1A`^*Neti;po}wd6J(PkVwQxNogHawO>&&!r^89w}t^q?-bR_7`{iyCKL*5rT{gGL&Bv*a{@X z6u7+Cckbe%jMnWEt%?uJQWud)E&CvlNXbs31BtWdF)39mAjwGp%m@)wDG6#Y?=o16 z-TM%i1i*;d<)IAh08se?saPW=I{{@Yc2q+kCo1oD5aOHGI$JiKt<{p7N z#BZVTdxSq9YwE{e;rIBN+w`muNc|B8%x^PoZ&MS#Gl?ebAHSoxCPb$ze9s5hgj^sU z{s;w9@Hu0ca*Q(TZtHHDOcqHOl0_B&_hpg#J5u5t5pTvVC~$c$Mm9(tW-7ysU~m;z z0U>ajgunvKP3J-;GCdrN*#Y$OdLjaes7x@P-7{=H5jZUiJM ziRxH=QvKgg5N$c01i{cog-giuHxpT_IcZYXs)&KUr8>q3S(EsS6ySBYj7nnqVCLKPQPQ{>miL zN9-KmQEs=~VO^(;s`=4!WLE3>2c&yn@ix(Tswy|t?7WHg_-m`y0&4K4b)B@vQG&$m z*?1>;t`gSTy-U>_W~}b8M5HxNBuV#oEY2Af-D$1**$BnQkPwktrQ=^|E6b`jg zoMSo?BF{Rpo{cp3VA-$*jh{3H$MdORx`OQ=`np9Z%SmLC1LeU}qtcI}pGMj7yfk zc@z3O2|0;`BPDL?;PRQ?2)aML#6@)7P(=CXnrNj+mT8jQXVcL5YvRhk=?vM4^xd!& z^FLVX^NIBLRsO+_*jw57$R%e!qv2BJE|Uu<$sDbN^O>;t|G^4OpW0PZ@uvZQ1A~scezz9#UbVMh>g*h3SCi+bIoM1!NOI?!rGLp`@ zthDE=6HSH-r7=GWj=U6a=8{?RBh~^D9Jc+u<5?+t=qwj6^7^59J!d0C5W~nS~C`ixmd!h6#$rcdql8=~&>Ua%E0-gsn=#0DuW-7ACZpB7Y$2t5oy#BBa2w!gu-gJ*94R%3cp)R zY#MC($%iOPFdZFBTo&Pijo#wylpCaVYor!af*Iwwi>ZetH6Z2oPq^eK(((xM6b{mJ z$|-gYZJQC=HY1<{L)5J(LzjiMK(Q6uoXTQ1dLF!vifDPI-Gy>Ym$ct%KaEm??dA68 zWyPj`YK>EsrF0q%n*&g#Q$Fc>gFOvQ>KexbwydAKbT2FZ$$}Ns=U1JIvEEe`#i)}; zyCyZo?2Z;t>RdHi*}7M$6N^%*HL+wSDc8HQ{0V}n=XK5k*YFufx%47CZgxttp?q80 zi@Jc*?$fSO6b_W>IO|e%s?~kAajU&CNEHA|KtF)(&gMARS}WGi0qkF$T4c35?Bzvl zwes}ZlQoTB^L!>VOP{a2?0;L%mlqR^7PN5<#Dw;k?ToYWMz?a6evST18#~i{syT%< zwB@GG_MPCpEaWL`O4*yh&dw}pTc!lt6WY;IqyCWm9HLOy5m&~ww%^7R?#<}%g zTd6<8MY2E$J7Z!N7VYPj0!c~%R^9@%5ULjf1f$8$dd z&2{TiW;RYKrWp}GNTD!~)ID2zw6v&L!f2MvA7rG=lYTvmHjdhd^2tY=S6eHptu?Om z&MMoMfi1_Q&@%`r`j}}ow0}h@L9ztiG?GBC@S+6Y2*%yX zP-?r%2rhL|1ne#OcifS`biFY^4x!B`0=6f8_x#63akoL{B@+78#J_6E6Y;O9Iimc& zBSeD(aW8 z_8lkiY_8P3bq^kAN<&iRY^icOVZg`n$C?0!qcFVz zh7*sGPoVGf#Qr+?sG&JVCY=Fd{GM=;zW&tR2YsYKKq9hh#CQ2QpxIXxI!VGd)hw1q zZ-ceg=x*u$JMX^Z=KR|i-vV~!pM|Kz zJ;8X2dk~B#&5HvNK~wJK{!azwO@W(DLwl0kX5;Vgb2yt}KbYPPyJK5OEQ?`Ngf^9K z`ka8YQ#KVFfrbvYWTFrWV%UX52JL9(vUe&Bp=UwP|b#w4L{0>v#@FO|KAE`AB z3r8Ij4knI=$U6^~irh50QbcHilP6s}{T5q!1xYJ18F9D)_QQ0onlE*=C`hNJp1*un zoT>EHx#JxtwigaXAYX8=id1S~sU_YGhhz2D{N=M_?-nLg@SviQNM!wJAB+E$Ysc_Cl<&-fdr|>pamC2Ny+jg zv(fW$)chR`isc7DygJ9|*kBfhu#o5T3+%;*ay^{;METgET&f-;e@w`Ld8wB(6$5t+ z?j2>Hh3-ZMiKm_cJI+SZIm65$(Q>PZp)i_>F&!r%&Ey;r*$61VQYX~0`LE@Qt>Y%pqAt>U$`kon9y_13ScE7T>M_hoBANM4Yo6W=5DHu-_9)5lKs%2 z$;8alIM(>?_LRvaP0MEtNz+moD`{E^1=E>pqFu72@%P~_FQFa4TZ7;cZCTRz`XX)z zfFfR{<}CciHy7N#H;?y136c+r+TYQrMRFZ$V@){Db@-3Y{HWt_m)l&@i1dmD-d3Sf zXg135BzEMASQH5t1;PcdhRL8=n!jSZl4(EM%pr-TG=11x&w@WYBXY9UOmM~`EaC=L(>LKzb#*_F`Z(@t5MfO-B+Y-=Z z3^Gp8VU0T6$Z0 z#h@}Mz(OqvuVT)G{U7Gu1um}g+8d6wJ;YPbAwBJTh{v9S*cMR2a7%_ng+!wyCWe@3 ziCRkrW;2W#X2zKzfVE}c_gr8u+y=;HAS4;cZHO^KE{52PB-)nPSc$dgki-j#S|>G8 zqVM_2x7M>~GXo*U^Pczn{l2VU_HBll+0S0r|60#_hMkE{_?7rOIJ~8JXCgC!P3_Q= zkab9G&gq&N&cqj{&l105a&?^*F!F1`B>+VN>$%?nVZd$h|5;EcA996&5kcddYXp!j zkN8)hfC)VVO4*Nut(d;rLx8WF>S@kUFDna$G!n(m*vFp+-3@9&(cNswW4cEBcnUpB zuVd3aE1X(SBTUF51|9c;cHUIY1JaiDbuGH{P*o{-CQdN-@_b-c0>j@Q5nIr$gwhpn z2bZY@TP1OlU}E72&H}{e0Dgg^Q6WIy5&Ky~Q$Op)-+^Aj)_y{f+%<=VBRH!gA5$j) z!N=5*cf@{7aO%gjP{hyZCqKLzr}hy)qkp=ev1=Hf6Sj&PMj|R=m>rkT$TyPf@QtvC zcak1XZ%y?`l4n*Z(K(H>LMb5%r9_I*%Y{=FO8rFr)tQ#FtA7_`q((2XC1{4#FnxJr z`gHh4xIK0emIX=)ONz7_#2g$N`0aPo+0yF|!$CTonIep^W9*nPqLA}rZVRRm(b9_v z-bC;B?_>2)q=)JuTBLUmF$@r3fO&xILux8m%W@p|0%86E6jo4mAbsS0HIp8Ncl=n9NexP�X#&J=LR z@T0;=>=3l@N`ViTNzJNZhH;t_P{>;1`cv*^u3(wE<~jSgig^We1o;7Qzp09TP)+(A zBbX2e`XdbS6ukYR)TurrTGQn?IShv#wm+VHLU7|SN>b{>Dd1rh$i$aK05Um64Q&|V z&m)EW#1SDKu!(!`OYnV<@J%7H3Q#>FQ_KIZFO~-fwrX~M#Lq=35l7u~Wqm9=d*TQm z6i>U}hD34>S>FS78&Mp03&r>cvZIOHEvt|lTUQfqR6HAZ`c(Y_o(=bK)cf5M+!91% zBX!(IW5a~h)aBs$68kDKb58oq>))z!RElj2Z2kQ&!6Q_P!a{kuWpko;-fog@? zo+o|;x*PFqp%11)M}9xJA4t36x4qS!2;Nwb0|E$WObB)-M&1MGaAimc?*6rN1e{|a zqR^^eRLnqRgnQKds1ZyxnKLU3Gn(_S=-3@AP{?kw(z}b!j$llR=7V-=oQnMp)S-;A zA4G72&lKE%3r@e1w>@&AC*}Kwra;8X4H(oj?s)D zw7J&=jnIcIhP55XX8>N>sukdcEo2LuB$*!~Iy2NHM3qo?QFl?3V_Pt)b-WSoQ7U7m zE?W6NR61P|Cs0;8pmN^2R^1PDi~J}ko9!?EU*@k+Hq65PxpVK0`|q|ZaAJ)0sD&gMba|LDDEqst^(j4 zAl^}}y|4KHe<}d*Kp6>?MH}!u_?L|7*ce1uvE^hIePjyk^(M}xPcaGSN|1(9<+#jO{hHt0`nunWzpVr&}&XIbmbL57Mn{4KwC+XL5j$-X3{Df&P z1!-$TTndQ3zCV*o(F;zTZ1Z5RX0xWa6yESu(=?NG3tH85@fIF^!SjM6R=^Jz$9fZJ zYd4vqg0{nRxL9g`aodhJfLFS{bGQiFb`cWdw-(BLFZCk<64hTXNg*5|(3vVNz z)^EOp4|f;(<708iZlVMrxF*()9dZ`>zkM_mYp4A25#dtoR7up)@y7$*di3?~&LOjdThG&_9O6lzW^_Ktfy=$(e{DCK;Xy zcHY#bToqpl_HXp|_x3ATGAlV#dix``oH&{=MhV*kF~4}Kqv;)sm~b%OvZ&8s!rN}> zjK@qlgvSm@;Bs&c*d^ebx6_-!`7r{U^e9p}>76S+kg!Jf1&DE-#LidZLMTL0qAvt- zN~|*k-BHjTQYr2bxQQX5Tn1>T`9p%W5*Dbbw-fnEfgb%TC{NX=<1ZnPKML&U#y3`cTfKW=Re2B zX8lldt~_|}q-ABo+dj{dFDnT}u`W1d52AzssW8uVSF8@fVe9|49J?-ri z_DDzu12HTP%c)H)4cQhazZb8H!)yo^zQ$=}q`aHh^r-CK@%0TlTlbU_V_$2|^Jgk? zWPf_yVvtk-+KcI8Y|DV%8ia|jsJ!#ujzb0df&@7z&hatgOa^QGMuTPl$lfmx7j!j< z87v$wF{00v;Ua@ZIBe>BVaD4JZ%`z&Gh**#aRpv0+*v5+54l8a38%b{!Xp5J0Ix6I z>De(Tb0dUx!@h!<5T_j@J4S%J@ZMA4-gP@h}xFR+TLY*z~v3>^%1zed7Vj2VaGcK!61SleTUdgLOF(7jAw_v=<9$rT)xcTYp zSiz?4v1-sgrn>Ki;i+mc)(E=8ZumI77iC2Gk==paW4p(qBjz;i9-A7jJ4@hoGFtL@ z!C5?hhHQ!9cK5}?J}G-fW7R&623(m$5?J+~h(c2AeS2K=PMiFDM)!=$x=&Uy{CHEK zDFD`)`~ZAdO#%5~C|}@6kHEEMw$Y|yOxDkiMPR6(|OnPv_Yup zxyhg+8su+^G^dJAKgXLwPabMsz^YDPXnKaC=qUr_fFBn76LBWj!_k-(?A#C2(%>F%1k3EdDJVBc9n*5fX3Gl!pilNQ4`U}@vocts%i@xui~ zccbqc5Ap_|+l*)FJOEiXBlr zj*ch}IsA2u0(#MeuVNEnSttB=QuT0`kX$l8g-tiCe)r z;>VChVSD|!O3@t605oHb09V9%oC)1mRrfhn5mgj%=bOXmgxAoi&4Z9yBWWZyAei!r z?Jgk$GwJvXPoa9~NR1WI8wVr33Db4%)@Qz&XPR%0eVxs@CRXVNyA>7FEpO~1`CUa! zu?V`YTCrOgF~M29%(lA{b|uJ1IGYAm>kILI*O)j+Mic^h*9Y@@gYvUf9yk9Wpz#-BCB4!=phnt8)9@ihPVH1|(`?@zvOX9KWF#bW0TWfY+zU4?ha86ZwIy8jlGh zPUjGetUH zsII^tqxkjU#=T)CS$d)qBVqCk@leP_r-k}GQO9DqRaPP%qC`OP$+SJL9dePR5D@~2 z?QyYRhk*p!yM!2XusC3MQksje(H<#Lo@Z01LQ6zC61Ed5fdL&vf(Zq<1(k^oeT(VP z8gy2s+jai(k`7|Gg*u^*6f48N<9)^V_Y*x0r5O=wwL@88R8PND5-UpVppY09rPkus z;_0FUy&|BtL1sjNz2f1lkPK5HIzwoc;R=9&$}qv%w5PI5C0k`2BRnQ|J}kRI(6)Ru zIz}+xA~GIe!V-3=@SRh~Mp1t)rd_J8{%M92v>uEVj@>veem4D1qS_6rhF_hxxd?9~ zc9j6R1Kms@+%?m!KxNG z4@R9F_lWzCKXOg;a@zcaHzJl1&SI<+`hIX_(o8#sj_8CKtHeSi>v$KR7lGCQN8Zx^ z)iCmrk|QNw#eFfAG6)bMHr369!N0gh)4V$R5H?qDu8w^VI4@zi5*_2g8^ay2vQlbR>@cDLwi*l%t0+|j}Bnd2#lIoC?9q>s=D#UqW2M3*>b zgXm>8wD97>6*^!~B_u~tdA}tCa8)n>p%@e4mmZm-CRY3}3-y=u~`2CqI7$ z);Od)q>Cb_LL8ita77t?A;p(T#uXI-6up39(a8~rtf+;!9VMP3f-#Q^;~Wrd)tggx zo1knY1#pA}Bz8}p}&&7fN{h%VwKU3g%)OCbDjHrcJ#)aZz z^xR@c5695??O2hAx z*p+Fq*%$DLVv?n(Lpr97CTf+a=4K09bkV#}3l)L5Wj2BeIln8YxTx@Zg09Ya7;F%8 zJ2@m_{-af~tO=hu&ECdFqK={b>nXJti9pI`S4atceC>pe4g%icJNSvVP+Mra(Q%xO zAd`px<;RBpaVV2FK~Y~Zl;*8!Pl-q*l)xc17eyt~sdlPk#~CH^hC$`P8MNlq6tfE# zO0n?W3T5@UIE-jwAzV-v0f_Du3+x^A4$PeF@}Ay=Dl0)rb|p{Cc1qwNmutd1tUjs|6+R5Caayg-fzg%Mt6=At6~jlTX?!6fGd;y)#QP*aWwd-Jm6>;@;VR~0N2CUqpgRtX$-v1F%dM1S)B;hBJl(;X}MevS# z-?_#a<`wX?V>}i-P0s(3Qz;qTV(#MEYXTUgT%qoeG%h7lOTi4$4WAkmMGTz+T=QaCRXSa^M4&ViU@iPr~V%a zdQ-D|B+7{Hx4^Vc4`iES7?Hg@5;RQF1sz|>jjpb1YB%^dI#OZi*2U^&;U6YVask0B zCg(o1Oy}B`Xh^Y_Lz?%JQq=mz}G6r z;6SbFKF2VdfFx)1lr7 zbGFlnQZ7#uf?f#;LJ=Qy$(eX;Oo-7$ESw4d*jxxo7Mv(hvT(HP z>hyWDo>e%OvYSQf1K{(OG!s13@b-8l*&pX1Z{#$=nTKdl0;aM<9@9;eHLWBFRC8)l z@;=iXo|3JDfj9zh`Z>Q)2h(s8iCD|>9xbJVBDzT{O@#aFc=y+x&O(Iy+H@Q?Wnjag z)KZWj9if87<*tF~obl0!g}v*#(Y&H1r%j`U(yd!b9&4JW^gz#7FoY4@>T88~^c}5_ zg4a=BElFhJL4Y0e1)xm_as+u6xNSAXaD=I|db-)|tXA$AlTseP$3M+9P2Md(<{ouV z6Y|dL&Z^GA&X@|DX^7X?EtN~ySvQr71P_08TAiGK`F+68K)}Ze-Lm~(*2ek`fs)PD z5y=7_4NN}lRKZkKtXObber)Ld%~~v6hlNaw`69kZEap6TF1r9?kxcMaa z(7~CBe6eX#TL1B2#u}H&WfJ4Xc(RyXJXeV4k&lX#C+fRQMAxFc#j%B(MjPl&qmiE% zxr0rkUUc>&ZjX?HXXL9Ue?HzT$|DD#AjI#CiyZ?{9P!OzBw!*V2^WUS+6qnv@V)*ac)7qPPjyw z6C_kSe~v@icB3J+++au@uggmaq2NP0^@d~GR6nC<;`p7yCcqwrZT@a#BOrMQt{n<^ zJw}v}jk?pAfue^$*0M|o~VR(Hqd5p)zypZHE!gX+E(ttI2;A|Wj2vs8-L6pE>S~KlN zt8Z|l&pMOfE@EyLZnb)Cw+coel2c>*g}QE)EVz?(@NgwI9O_n0yGvEkWU3#dC`mF)d2HF7vlZCtDs=<`dzjX^Xf8 zu%7NtkjrfNIT{=H4^qM;hWiUB_K5spSc;#yHq{X)6L8$k|2Jw=r&qB?F%TR!#6x7W zi50K^gJy5jR$iDX@l6`R1CJAO(g z7nZ?u4%{792MZR*HqM8fLUfS|*^dEF4smKh9T*M#WhOtS`R*e{v0h(u@$^|_`Kzib zr<#$NX*I6#-IF89jde}P&snZdXG0AmtD%pCeZ)SZ+`WB7zI%KhURRz1HwMRWO}=V} zc*Opv2W!msVf!%J0~mlp`*0Nf#Ou*NeOVXzQ@9FCQiopFO<|$eX4Js^Jf!D)|=L31{kjy#w*ZB8G6OMkD zUWH{vGD^NxwKZLC!gEx|s*onDO8g|^OraM>8}-e+GV%pVudA@#mwcnO#~;v`ZB-U( z-jZtQhIqQF)N0e)s&LI2T!p+}h&OY?_Ql*VP=WNPA|n+pzfwV6v1qhw_v|8T~th#;B{3mchc~13IY6GKQh`qlUSer<@`e;zIeCp@Sr(#>==Q>*spS zWhu^>ang86V_{}h88nvkFQ7lG+q_XvRiEQGp0i@s9O#!?s*GI*C_ZzE9X@ZWGHO4k zPhl(8bo*WORShiMOUH=mNEx%F3!7X7&y&nuYF|Os2TaVk(1WvG|3hlua|wLTRg<-%T}n zCNwpAQzdg3ZRP@mwi+~*rCN=UWN><`tZC>_tRSL(|#S)>;|Cp4{pmSG9b z<6f(eEadDwg=?`lU2;ecR{Fv{Ob1~Z_m=gxrW*RF@~g@=KajCWy-5wNIB^Hg%luaR z3Mo_Sr03RuLTNv_tfINW%zJb1&jWYt`8kS(B@nALu)7vm9Nwtuv5h+|!B1w6(%_fFJV~dJClqX##9p2=~$` z^xb(07O|Em;48CtBkoN4I5Hsc<>eUuC7fq7S+E#b$vLF41#CfnQfj1D{XF(aO8X2O znp$muj#)1n&jBw2dm=LeZ)d#8Imn7-;qoMIKC9?i(9xvFrv~~%b1kIDXC{4?FQoe- zJyv0`g;o_qn!e+J3m@pM(ihmNy+439w=RfruCM(MugTJ!?hFyj}7 zjoi3Gtd1L}`<50xvSj(HwK$`jOJD|l6Yx~VfwetzwK7}r%k3wPj@22b^_6;0kD)f* z74M2?{jPYEYqqzoxzVL>ejL|>d#`CJv|+VK;|g&hY1}s`jUs`HS<(JFAJlrcF+n~c z6Cl(9ZyhdF&iHvx{d)Xhroa_nB^;c%9JAJJ#9Hn9VJ3yO%fLgx?|)M6aIY{5yF2BEBD~p&xO^ zhQ8j?4ECSRF`aO;sLJHcnOa-LeaV?-8(#p5Gi{0JQHU)TJ+1^Svv(zMo01%mO;z3t(je4l7`J114^*(>U&jT?Hl)f8tn$%_%mmL{X2kMu2($vO6Z84#$gZ|$ff-)$lO=2FOX^F|z+z-9e1Bf7Q$k#mzsYS=qvnfTo#MLi(06O~ znxeurOCBL;WCAyd^AamKfmZ>IglJ{SnzhSU6}Cm1y6OP6spFu>36QosZ{K38;Aaz| z1Ef+T>2Ka}|KrP7KDK-nskukT0swDl-xW`Mg?Mx~z*C4%&R@PX>W<-2EF_KSc5?n> zMJpa$wKf>=gghbW{ej>Mw0{+L9=aXG35Ey7N~Z1q1Py#u04yd#)T{#Y@H3dd7_Y=b zQle6nJ1*nOd_cV1UjQlAhKi>`KyC%Wnpji*49z&f3Y5hrh1h#j<*s*37#fg(=9_i%5t!ge z@-W0Lg_J6EC{$`M=(OpT7bJzsd>GM{Y3Y$0ow;Wza7}d8PVk8Cjx@`+nKn>H*{>oH zfck0Kg~5gB$zt@;+5D3e8p!&rIrap50z_dcV*FRERaO7)ohwb%lm)b(4(nKANg9*J zaPA~*3xs>0lE&n3X2QNvUj)8m8G2Zvi<7TsORPe`sCta+3D||Dsr1Ifk=Sx|)eR7to_doyV%@k3JQF_0I6n71_ zO~m#Sh(HVy;eSbpkP}KGV)-Au;W%YXx29|*fG0j=usxqD73Sl1LJ+u-wa>8HTyfjk zm8ny;3P!VSg#gP#S`(-MOm2qE!pPTzw?q898p~8JPlKt4<46&&xIgF*7D1CfPzo3h zZ-%LdLJ{$Wi_iy_39f-IAzrf|r!r#hg4`_Z;b^424z7`r<` zoY)vUa7uGK4^dYD+{@&w!|;(j2-rL8V(%NY(0G5bvku-}Fpa5kvo{e^oD@J1dK;BfLK;axIh2MZfFB3Nrsf}=` zWdi6Yhs5vUNTJHtT{~umM#PTOUt{qY{)_3@jK6>C^MVQlGkE~W2~lp&hi7vR0SR4yxv3<;Arp$T5RrnZh{C=)`6uI5H2wSP_SNniYVVI$9Cn5P)sR9F zd^jSP!J*&~{8~a#2U{H+ihK;HO(7AU;NB^7d=Iq905QJFHMYm23>t^Wa1CH8m_QCw z$U_Z7u~^gL$7h}w5)qEZAxH)T9EXLYtkf9!4e)UnCtZe;Wcj;?Wh3K`ULj6xQEID>yHD|pW+@i0Mg z;l9P>83*&AVpV7+;3(W;k_`&IDe8cKHL#Kc(Z;xbGTQhjp=<&72Ek zm5O0im1l*U=nGH~w*dokHi;c!!Cxgowgpy!S?RZT!zTZyW$~g48fHvcCUu}h5ZAe$TNyd!*G(AfP2pn##+Ms zjMG(R73Tz#5#y5!nvM3KHSR-$mM^aVn9?wv03Ce7%q6RbL!<4CH>GvudJBD)9x{9Y zksQ-j&Uj6qI`?zkjya}sgl~ZMS+~=$-a~}gYR4Ge2jMQ%CXHaE%l~WoIcR;|2g{4- zjaK)rQd1S(wh>A&5w4Lg8|){guoSkDHjf3;D#s7F5_W*CrI)$R=&jtZGhQ`W-mlRh z2$O!2pVl4Z9!1W_tY`KTo-E!3cVS1I-KVYk%U-Q+m9zt%XuAxLG zwy2>b8J3o{XV$#sT)k+~eM!l}cavXt&rM3sNd9e&`JJ{6PrHNeAYaIa+cpOLJ)=FN zwA3@&Y0vKTbb7i&-63$?%hpCf1!qC`AQGw>m=$vSiu$)V>OBKnd(h5M+Kb-yO3HB} z@C{S>Wp2cn{%)1ULSHh}hK+P8^GiyLO9`|g3)GenFDL7EMnNs(|kGA946>joyK|As5A7AxunJrk|R`K)EVc~`E(GJtNGmW zO*MQmQ^FU^1dWo5^H(glQI&iNU&6&Pp?#|EN3B%X9PJg&2G4njtRn=L*q@yLh{lXf zpV@IHVE@mqMNA?eFB4nM$Jd9^EAi<-bC>W>Y@llGX8UozP9fIM*EJ-Np3#23fWK#> z#!y9B_jmg}ZD!4pOVp;H@7`OfF(2+URqA&S7;3i%JL`}TP=uiFz{vw}F`YfTe?2`n z5Z8Hz+qA_a%qp$*U4>bpyHdLvFp1BZLMnTTD?)6MD9Pp`Mm>9u;F;$>GwPqMq9AC8u0v%PwK&hGTu)gp8p9SXz078c0DW!<^W9F&JvkS*@_h3jdJwS_Js>Uk1Syf)?v|h1kda z8~~ILU0k*T50a#=Dlga9WSn3Z10Iyl-4CVF&uGeBH%TMXpZNa0IZVL->tikA_Kr z5CIkdUU)s~+&{8pwTw5AzZz!8<+JD?u%mEg4u*GrNrue`Y5{swcx&e5u<$zZp3sG! z0PB_h^H>;!$Dp@&ZNvJhan&!ThhCd*8%%FcY%RhuclhquL?CDtZQqtWHRT#J%kE;N>VOah;HupZxSSZ}~pD$nJ^Oq{Y=TI3jjU(~AOk{bh$1dD`_nW} zqU^CpT-JWi_klO6EX1$Hcg4d9KYjh)P+K7cP@KjWbYQK(a@N2^31G|UJagyT8$9>+ zhx?aZ=dr_Fxg=R9mfmPFLu7n_q)D_$)=ZBr_n9`)?gp_VDI!3&0f=RieMs2x)K~D2 z@Le!QWaJ=hfRQT};-3a&4tNZ>jD!TRy>${`!c-!O$JF4>{_?47AKBMr66c*?gGoTN zVwA$y##(YaC=DcKn&wG~unUL_xX%5a9};$<$lDZtxqdIPm<2ob>h_i@9=Bvd zXO>kdxQM*xQs}Fb8uF{X*&C$^SDae;CYUVn;|u_$)tMn1*oQ+8Z7v^NMp-CG+%fA6 z25>7a#tWwED<)XU4H7c1(-kHI?UVB@A7gG%JY$tpWY%!`xyxWg=^lE$wG7O%u}ovN z{nfOQ?#Va_3%7krfeTRCaEj8hP80VXZZX)oCm}I~Yn#v)OcqGmq@SnCH2jhkA5a=w z>j~>Q$iQi9-_u*ms;pLKJ##^G$wF<^o2sn*=Ymzg$0vTQ-#{5^VVya4fL{#|*K7mi zwqR|#Ae4?h#(TwL@E{BZ`x$6zX`|jXn5=9qq&HyAnKJ%w(mC2u4lDeuu9EUBG~4j+ z8fbr5eqVBh&1SYPQmJ%ce5*<`?42qwS~h(pwb7YWZoh+{tJ zl586Nq1iCc<~6v(zLvbava;lS=3BxW{5sz%4I_C?-irGBJk4C4$>^S4?puw^1Y@twawDon&)K< zx1=)PDcg1yVgtXuT4O7#@E-AvHF+I+Zi&=r|BJmf-EXJ&RMuyiH5PDZD8owyTQ6)2 zbSKhMU<|1{aRGGXj_dwGQS|euU|-hucK2QO4_1V^$3E9< zDer8m+{EPCKdw*my}5`_%)eKw-^i=@RJxCD%fGkE03K+qLH{}Uo02yxnQ_x^GX+9F z&?-u=Ngbjg?jD^!@s-#V^LQhxo+<8e_*C%;dMxd!BGWZyO}Xki2IKoD3KHxFeg3`j4X!PTzY9FUoV;vx=0Y_y#+-+Q2gr)>c{U^zkDMf{iov5v|D(7t z{Vn3{)9ZvV(8oDs7v|%IaAtN&b|yLfC`X-@JD(ZD6L`ae{1WiMNs3YfF0sCTPL)+$ zOgr>tHY3xC`2q3PT(XPjRbqT*PD++*oLtP#&RNKe;Y;v30%pQ-fmv!QgQ%c!omhL% z??iLWD>g9`BY8DIyBYH%2yc<7YMeVio1CT3SI=JnpP~{~@bVI^R=nkYc%I^F>piDI z0{mw|*NGZo6zD$|kliRZA&fT8&dMcc@61={sI%d2;2rS#TFL;6`T#88s}pA}frTt< zD?#(Msl*hZAF9bNg)bCSGUumck;^|^kgZlRA7W1oz5vu3V`xdRR%}`OaBb%U;Gn@ExI}&;m^ejM@4U@ z)Rv=`HWA^>Zn}lPSYNaJk=0x)a|zct9VDa@)%i2pu=iS?J4d9Ib~w^6SxkUB*P1b8 zyF%62N+Ih1^*jSul#7+-U5mCZCZ#VL9phz|8JuT?o^+SRO0jn4f|0653sq&=zaCbe zub^IDXM+Ox3^72Inivv$6r~0YQom>%&uScR9ETLHx^X;nVM^9~JZ-#^w=fH26OXgf zrSCMT9LFCqInOq&s0oAup|+r~Kbxq(er`nQ-+w7POIC&pGxHYA4}|a}3Eyxqu)bWc zt8y=FQv<9f=D-Gs3kp(JW=hTu6`b)|dD*+`@Uk%}N8p|Nt6sj{n*K-1y2DE^+aJE? zk5&6?P8v6w3>$YQQwGD1320I$29-T zfHoP^1DCVzd9&8s{($%zsq$YrUoQ6NO=1zqS+0Kq&Q~tT%*_LF#h2#S5AS-V@yWn? zl(ODCcEJ7g>H={)LW0z*>(%k!9^BtN1s{ zxKVF08C|zoUCuJ_4R$#)q(5-$Y~X`gxx@5sHlIIZ+PfZta3OQ=!)0Y++@1oN93k8{ z7lP^?bB+zBXXiB+0xiv1xNxTj5BDsTem|J!dhOS)!|mrcEru$MLKK-}A6lz6r|NAD z$@5AzR!W=xnQ<^M7}ylvrcC;&rLwf%AmhaVZClE=lzm~b0EsUV3v!?VV1amVZf0h7Zk~L3-$k)t4dwst zgEjj4#q=`qw?wN+BY=5Mxtkkaz;1C*W?_l4DG+^s|xvl_0bU*62h2*p; zD~|@fgvapuqTfSN#_3268kj9}6)uC!_Ml2e$87$AA%wPmvmr(JG%jh;{eiDG-giYv^@-s^V`Q9U|DDjt|qQp9}4pdYF zswhbQq>HmMrP;X)z=e=z6D^hNrBU1RwVmHa~6W8YUr$;?rnd{ zIVi?!MA5dm*I3i(&vamw=uQgoE^Ed62FkvliL+^Rm(hNgdG&0ntmUoFPq9dpDWPgA zGyoEV`7qR8=I6@QRAx;X)cbv6G6DhvZgQo44zsK*Y+>8W0NdnxKqKnFwPcrp_z3q> zwz3SzQ}h6l2X-6nCGNgPN0AkurBk+wi^ejG_%G?_F(eTlpjQJ%RiUi~WR3#}*FtGv ziDJF6^{mQNWux=bnI|t5>)6#qs~)Iu&`l?ybxdFVO>JGyAFcJ=QPWnibxd5E zEfym2Ime8vI6XYie6I&`v3Lav%%Q^y2$K5j7IY%k8D)M;=YNL z>@0G!c7ZxO3oJZ&-7Y@XcWhx=R5r7y*AE)CB1pG-fk+1R#0+i12zAV)v@0M&b`X<1aG%FjlOH&G-B&l}<0Bx)VwDPqbU6i%y`1UW;p^W;e=3g}E zpcQFV9`+*@tDy-;b>M7vU<^)dIXQU?$g9;!dE&-m6hKi^W!`PJ0GPRZAKEq$v%&CS z80^_L5V4LmAYzD*3$rtuo>hZqDbDef&iB94Yv;2bt2KuJYNsl>2{x}kMXo^OsvXj# zBhY@;FnCIiW#8NTaQ!+929h7?kKF<`oL^|=@4-;fRL%d5dC<{jF=@&wD5k=4*;Z?y zS65k?+g2QvWDbj%KWC<7?TYu-d4I8BVJ7&0a8!4cb`4jy(#tDDS6fpz zQt7{yb;wK4&buG=KBH?;`I5OregbM2o7OltIoirLP?j|2r8eC$6(&@qFgrf*P&PUI zXg+wkZ8|(YmL__ni)*X4*FaJ4);px;Wqc21nO9`dw$Ea!v9MBzm;OtRR_t;1S?QO# zl&;0#rI{*Sw@_NrQTy#2xv@4kVjm5L@HlHh-U2iU1q~k9E;2f6#!^j65)*J@UXFzy&n91b#fakmh~K3*-|R7o8Xsp{hLj0DfHLQZ@t^*+$>O@@YisTFK$>#+2%=uKu42Omuf0C)_G9Stu;`!^B&O~pyEIb z*sFyS<;(46*<{)u0+Wf0s)Ic5%0{ogPP`(W$h40H?yw~-SoC`Ud%y?P7%33WVbCY* zR=i4FZ7NX6(qK6GA|!550vF$r8H-Y#`+%wrbIs*kGiEH$L)j)h07;|n3LEXKFjX@@ zzEYvFvCma#ny+dMXq{>=14cEDFp8if#t3GonH6IMIe}N2q^u^XNkS=alAH%KGPtpZ zW0j@mMP{&qr9$2Yx|5b@K(n#|(5iMHT;T2pdU2)G0iML~5FBIA{Dy*5kSob?3cWWh zln2+7xnqSpgv2k-;S2e~#&LPuIIdoF8oY#+4=&=L=l-_55^L>k+YYUk?Q*3stb>+) zVLpsoTrwTo{WbX-@35KPv%jn7i_LuT$Nb}tUu1~67p+d38Kjt>aY?p{54K#`&$Q09 zRW$qPWoDCp>v{{lnyM+I%=CX%RvB#id0Ks7nU(fx4CgEsO)ZlJwts}$VfGIQ%fNT> z&oZ_xvvt>KKWEo7-f%g;htv4`G*_57lQHAfZ9ViUdXPSpK2EWFOE;Zh20AWy&-m`w zyobI3ZMOPaT1_2ANcDB{o+)U6vfqxPy~98!7i4GVVC0NvS?LXeW6z$%7e<6zvxRsh zP9^V!_=W1M`3sH|;3)(@|6Ko3{p|=D3%NODr{;>~y|7?@mO3{RUjl-lM=fM~-xCUg z37f|^j|=f#qg|uiAa1+PO2asbx@>H56d)cWVH z381Sco-^?RI^Ek+#OJnsj~QW3Z_9t_Fa(hpJGegE_UAH##%g8FTNW~xtz88&aj$f# z=Bdk{RER*N02j(|iT!(1knYxC)vQo6Y;($puC=Tmg>Da6ngE_(Ix zRf~uq7(p;z1#^TtOk+3|;cNQPN)#3lDl7j7ZZ=B!2%$m{5P5>*GUhXwJq$mJDPRin z-?vbhsbt$?0qXaJT^|U3v*7<&X!*=aGb=KrCoWpgT@coRg(UDY)EHf5wsRG>iZQH- zqW4p_bUF>nbJH&&Y|JM?0=KM!J)Zt4RW780sj@Pe;8W0fnA9y}D$pYyp+3;VP zv7pWwKQr3Ec4z@quyUtBFwUg|9$@6Ja_i@rqx$&@1HLkMuO-7Jd%dnvSH$aeG}fyk zxSIEp0(&;-V4$T5r7&)@G8g@>sBrm;uK3Q?CLLeVIi?Ul1f;f`I?n}qA-V|!fx6q1 z_(cH^kjSUB7a;MH8;;y5fb|XvgN|@hKTzL7b#^9#BY4)H=W;fVdEz7K4rxv)=W^^Mk%GD z)@qioSoUab7K_P0;h4kJal`rP7t41!&XtOt@0t2mL%)L; zDl8kkqhg?WLJVN>kJwQP_`Em-^xF;P&3zR2Bp~x_k?0qFGBPiYFoS&DKv%ix;C_pE z!E(TB+;G4vEnmTVO@;%rv`ibuakj2nljY#L9X(P|>hz5?7SobF;8EKHjm3?{f~xWH zm0R|2z8_CqgYw-;gUR`a7h7%H50%!6F!ct2+%oPK>1}`)I?d(8a(WgYrdKcvD`5@< zZP8$cW=BG)g=gqgEc?u7d~JEPQXW?5Y``WiF7B{k-`q`)^iTm9|zqq_?~{3$izcT4{+H93HJ+SDAjks{T9t877l!3DyPc zTKj`_t|B}N)`0})?JRPi1$Y|Z%K2hlYjEdsf=0Ij8^BU)eJ`9KGqB#($OS?BPNA%6 z#e%~D;ihbPB0Owo<*760XK}-L2u70+GbvyjKV0JZ4?2^wbj+=srQowyk6Ff=-*Ym zt2j`C^&RX4-N&Xfot>9R8p8V=lh@U*%uU<&2Z7Psx^LAFJi#p#E;X-%G+v}q z>QM4&GgSt4G2AP)>5d=Ebs+nSL+?>9&oOMe)NpE1LlLY*1=JA2G{LN!U!}h(U@ixe z1zE{6CJSc3k(Obe@jV1fsB?cMDG6u-&pbN`OmW}Bn#U-81N=l{HV6t*LsmUlonw(((b$rf7uZI)?@ljVSkX_Ztc9}Ke|9vXeLBZL4 zwOrgvwps3V&H$Pu@zmwWh)bVhevhEphw~z^Hh|mWN8FRnzEevd0uT4ZV~?zSPfk&^ zaeu@bo>$gBuzb0_Oi%B}LNWfyg=B|^C5?YEmKmzF6iF~aAzxCe-spiuqx%wn0=u_> za)Q+;w;t!r>F+~OeNLI)<*)T>o04pE%p_F{k7+5t-PB};>TbP7gC8M z0i*x%;3HvA4`e&7Hf~+_>*)X)J7zil-l1tpcFyfNYAT2EdJr_?A<&2*VfoHxPiwmP zWz#9heD4l(S*6nUGHH9gS}OMHq+;Y11Tk&wsdpPPH`i#4?^l{_wSmK)lfE3@YBE#C z1E~nE>5WoeHH1XaJTeaYMHfi_kSfj*{)XjCY3y?xs7XL=*pysNIhjSX-Q(w!Q2jiF-zoRCd@s~H>W-SXT3E|D1$8l3-ID&>8WT2eD1X@U643hxOM)93xE^b1#-Wb=;8gtgz^ z&tc}|kxQku&NscsHEqRhKcWwD7yaX1YGsli?Ee>cUx41+wkOF#*OWE%V3``nLM>s7 zS-Rj#aTmzM1>6P6`JBtGa;va@wO-7~$dDJW#Vu>%6X`y1m;usJC=1I2k+7zs@1*mW zVu?a*P%NSQygx_$4nNJg@xTe|fx~8xbMSmmR#U>5MdKgXexb_R+|fSNJ_Kg@t@~F! zMDjUMAE04haRg<;T5d;Y&+{$c1~dX-|K_WkS8GkM-T^g_RGuBCxoyWXh4p)bO1&HG z+nz90buHs&zj&F%OXi(5j*??vSR7@VO6gJKyuHV|en_8m_#J+(&e7`PVSY1AICXTm zHnU6I1wL5S8i`Z;VB+rczC>RlJH~kULCVa7!FN{6gv%?##5_m8^Mwk{#(`zF2B;iv zcx`a4d)$2)`kvD5r512AC>typ0<)iF+Vneat23Yw%uoru$n@no`0WhD23@h&G~oV18gadg9)qr-;XYm@^HSl6=uNBy7?UddLRoR<2$&O zV+6A1&o#4KkZoa_Ew&7fNOWpys^)y!yJ_#Gv3phQZBQKeELX^cBQXG02wpcL;c&9i z-yW-=&P66SQ_3_^(ZlwOI0;%FJme?x(<`q4&|tm7cY?i4m=4mP&uShdn-^*%nk3V&KZ-C}{Vacnsr=&@_lon9T(FeMpPrM16lvfpGlz*|zUlKyeJvrGun0Oie@Qtzck>tC zziCaz_SLnUF19||!s@$p-N*F?{7jj+G1wpSyD~Olf)915^8Sw>FLtu*2Hk-kRc5BefTB3GJZoGx~3{|O3nSJZMBoVvBx^Ug$)4c<2dVJV3z9@cE{m@hHyieEk0au_})$(5&$7& zZx7mocm!_FPlY2erZwZAQTT6Y9JsaNdqWJyg#?Rqz5hS6;58*HJ95-drDKC+dUVASNN}i}=9)cV518 z|GWINVy*1QXYnJM!&@Z6A zx`Hy8A&~0l)XXUV_k*e6-dT+OM@%o#))&u4ro5|RpK+|_*m-QX;kd-M@$sbmqChI( z)Dk?%4YE3i;x|R1$F9>rXH5g{(|{?dkC-#`*-8L9wX%YwtXJq$kp6?T>>~D6(B9F> zI7(2EJ!RTWa&&gQEt&fZpu`ljny%q{v4s^c$ep2?ry=ah!MWNSaQ+s|U*eM@edT2L zC&~o$2h6i7rjBmM9!K;Ru?`FfVY@~GFr8Xn{)MRuaA2&@KWB6_U$kMb0B4rQ#-v%C zCsA`>&{)p{P)ux`HYwG$-&N7@xo`|SlH{|C0cNhH^RNUTaul;cH+*!r!Y)o-vi7mGPbm&;G;;w=id0d~eM4L+-HM*7 zy`q|eK-j?i%ZgXlK9(-2BXa|GVP>Tz+?YUU4zZ;Th4g`lCEWm}mtK`ug)GhgD|FKP zbK7sh?Y9B!Ep;(N{Gd!+BJ2mY1n>;rIGDd#htx76@3CbF9&r=ge>oq8QPpd`bM>~` zjLmnub;#zMiZ&G?n{O%tHh=kvO<5HH%V|G>1&JF6YCl0EKxa0c@|Wwaep8FCrPN)s zd12E;(*!4ZK3PE`Jw5Zb6%56DChiPaU+1hcjb+QpT8cgsSk3iS>3A=sgDzD0%=AEM z=iM-)D58SI^|df338qZxg-*5<%Wte{86Ll51maCHb!nLW{VMOp?RPZ}V$)M^VoN{k zZ|QI8_Y`@GTKakQj@<@LS;O+KXM2{`+ckVhAugT|(S7@WoCLmVQeO(H4lV$lAy;8q zV%IX`>*;~F_pSGRi7qZyF;_s^a^D$~(OV0rV-RT8TYyT-SiG)70H>>3%ewJeML$`CYY?_`E z5_HGyksREY;zCgFO@p3MqN{JedBgQz)L;3;H= zohek!t~9IfOZK)P-FnHQ-F<3z4~2C%(i!NJfnwnA)?hT-ceSc%zg#+jv;TlLTB+U( z&Gtrnxolz@H^8i;We_;EHis^{`%LFHn)LESR8Hj#I=c`1kq#!xdrzUK5RYJv60ZT4 z1fS9UYZQ3T_h4I_QIkez(n-&yi2={BXZT3`k$6S=Yf#<#{}J2~6~-3kGK z=TvJV5+>!@YG@~Z4nUQblg)wV&God^Ep~?>N&^%eBP!dO>w*TzkJ?S zajcIk8N5SuC8Zv==&gIk7}olb-Z=0?_og--q>zDd52OVPuhaNP zun~iQgztZ8>E46qVaV3Xc0l&&uQ$0043Y)wt10dKHD)ML zv4UruhWe|l;-VEGn9Hz2IaHY1m_#FUtHES414IC|+?WiG@c9PDz}FBm9!Ki2Y1u=H^UR!ha1@!v9n;B{p`MJi%7@)}%G*7Y?LGEeDJwotcJf zB+x;62ei+r-LcASNk*TpA|An6~o z-quGc=D5Ki6g&UW{NSfmP(gnJ9QKwPz_73^2i_E|gw(4iH)O6ddniM?5|a}MyUs;u;(6)v?*vI|~l685wI-ekYFB6yg2O|A$AXR&@$c6!UlP~fF?T{uag zIsQ!gAM5qe!eD61R88pFX{Gz%XUXV(?fl2evmSi%C(qwITN_U?)ssD+hOy_9YY<&&#?P1ZG@~9J2110ka3U17K^(2Z-5!4EE$JZSM~Nd8cmghX02as zrz48zXlifBU+1rlx~zN0Nyz;ZdG28XWWZi&{R`-kWB}5Gb8XU^j19^4V@<_P#i7Rq zaZ7>_*pk4Fa-;cHO>NU|yM_CLU*DM6^)Ed=M}OV)98*h;QJ&*_)(f7d^^N{UKNqN9 z(A=cAzM%epIeYiGsLpGBT+^PaIj5Dhrvck@BHEq;DFT`_7}KEUCdMS9NecD`1G5<> z4ztIZK_F?4`!=)p+-HDchWmhA6}fn0&?uTV0h6|nHZ7Q56mt=p3#dsj>9^(gynD}} zNl*L7uj|9i&}xO5z2CLgv!3T!Rkgvt)Gkp_pZXa-wSLBWMi{nd5@#HKJ3DvOqxWqR zANAFdmWmy!(cBz?`>oo(pYkG! z48~f!5l$bSgsTrAJWtEIf8t| zOoAmD?Q1@p)VP_9-`*q)<71R0req`aw4SR~Ryr^YcZ_?6q!l8Fh#<1UMIf?YC%_hg zw)o)%TihD@;%nE4q3k2skT>^?tup{dVQ}QHJR$8QDyGr!zA{7(I ze(Am`%hP5+{?Q{!tCz-#Ro15qjM7ES&3#w=Bb3py5rfUy&>PgdMD#_1C)|nSnc{(dbwP*s8P$BZ}_F$#}xw3n9cD zH>Wacz&}RgT*zLk|EdYwC)M0*CYkBmuqjA)g_}AX<3fEj>oszBnC^=fkM*i!tGE!_ zj>cfy|Kpwj!{^fevDPH(2x_WhgSBy`S}D^%p;qotDwv}DJ?Xr^{8*f*)$LE@&zSsu zp`UFNzFqT8VR2)jw6rF+CRTaNYrf{1bbU=-Q(9v=7iJpPRpa!}^UtEWZ%OdBjSz21TrFy#({L1R>#Jp1aF>#HQwf^r|r(bANf@rB< zXml-Wn^KpHt4{75oDLuA`Y-Cr0 z^Vk6C2(Muu+c4>W8`3KlA!#1)iJKapM6q)s?s#H(aXzhUlbJ+Oa*<^jF&=LG0htxE zm>H*>JH6hy6dFb<*?z%(f$ccD&$?DBbN`2*d7+tJQ_xZ5%6#Ge$c$S2ik8e3I7T)X zt?{-c*2P(GXZIn>>*JezWRA?zmO{rBljCoVxpZe{XMwT$-Ze!{JGJVzU~}+fRw;X{ z?Xoix!baz1Bhh;ht$>g`PehBW%<&5`R#*qgbV;T=ys-!0UXR zaJ`tSjIWqgfm)h;Jm?*hRV>XfpiZWYzB^R)tNs0IEz@H8k#Z69)zzDmtz`$lZz>tQ zqG`K}d#>_D(zA9i)>V9RYMPAw6Y0G|rcPItsstIbtj;)K?!4Nvqy=R*4tgc!eBTVw z#OIuPzSb15~Bb#ly-bKEosXc>7* zD|?E9|G%C^1%&>JYrr^S7UKwX^cn0Y*YK;G%%Cq7rHtxz<;-EBgFO?;N!AIOpE<;@ z6i@$vH2U(;sa^c~RZ5hA&QNO8hx8@s3CmI=l}zl5aQ#~Ip}@t|TzbPYf+Kk^1&tTh z>S|`V9RwJ&T}QGI-`EC{h%R}O?_>UV+Qcr49zcL?x(LBnZz*%_n- zI0I`McQ2dciC4)s7gH)rCYu@ki}<*;#k|4$%pAy5)L!e97?!aFGZ!yXH2@HCVT@( ze736eo?89Y61^1{l^sk66Y;LGhKP5K*CVWmB9~%Vpw?kNp6}R%d5aA03%?FzlaR|k zV8991Rl5a(2N!@Gp!cQtn^Q<<8g zYHiy<-4b4`TVeuK+Im};2KJn>Y|h;5iP%x@uz84}<}?OUBuh;dn6YF#Q}*;?n}AloZ+s_D*{-Yf2JYY!|k zQ9X-J2IYjvc6JTJUMZXFJ#hhfI~wRiXr`~6pt|G&=ifhesduE5E~$#KOi%@`vZsoU z$1`zZ*YS5rqpJ-`#*(9paZHy|{)t7X`)s2mB~bslT&OC)C{+osWNU+ z^Z;f!9BN(3kTZLViHFF1*wd?l$L8JRwPmimC3eNTw7P z*;Sai<({2)TM3zKvD~A_C$ipZRxOmtJvubR3q5+E=rcWf_=3HoJ<_AMiEWG`Zjdg# z@T*e^wpcR60X4g0bw*~(Z5>7OAf)P0$C9q?-Kk3O8?C*oGpbD8+1=Tso~!<;|Mx;a zITf1IYF64F4h{#0VeP7~-JUWocGmAAc@O>YS~JCjx3#|B{i@0qr_y>9_e;$B-Z&2Jq%W9IWtq%misNVc}qOU46z=S@fZ0IzUM ztBWvD#K6S1p=r*SU90hB6RIB{zjI(jnjkbE?_W-P<%zHDdV#s*=mRS28D^|q=$`=A zWQ`?@1xQ0vNGplzAJlpa^ZA=Mel6HvvklSa<)*njxkvv28BS3W8~;D4fD6}i)BF%_ z-kwsG>6*EuV7F}LfJE{ta{wtrb~l?Pq!<|)7MUMZk!~c#ddKGv_#3=rcp+ZqCwIYg-kxXO%)gC=v`uSb9*3kFCNeN^YR;#kP@UTaMkgj0_G?kvm;2Y&6!)8e>t1KVG8vhT zkMevh_gjbb)=je|M%-7xMMA#GD8>TQ?EHmEE29WW1cDOBA`3Gy8D!Wu6@|@?{FHYg(aKSfdBx?KqcINXXkWeZ=_`eZ)6x5iuXhMrKM&lK=u_CE+=LYRBI zu+TGdurH8UVUQ82-1^IfF0Zym(lzyoBaQFxw^t@Oyjl+otPI}7p7M|lq=v@$kVa{F zD-wE4%FSoJbAP5IXTRFNeNmzzeFaP{K(+z(XM)mT410II`q_bSrBx%vufrTm&P3N2E3r(bT5w1eYfDshkI zbCs#Ibvsfc>5_K3zCn&(nXd9B5LX_C54^s{P!T@S2G9A5nwnWtV39MvZZ-2Pnceam zJBIr&7x=;`4&SsS5XCtOev6dev&p)rOiGnxB9`zmTBiD<+OM|0rBbW4ffXv9?Q2}S zxP@fs`bX_);T@hpi3`3bX+U$ho!4i6rALq{Dpcs9Ei;~=O#-SFFn z1IIRa;$h%n59&(VQr#DLjcv$ba!l#m7*U3@iz+57yvO?ZI4)Su_8E;nDVY?i9r~lw z15*l<^z;&y>G+GCNmeaVwsn(M?_yFaZ);{{#QxNoQ-fX7$y?+sH6;aMKBtkRP;O{m zSk;yleg4vMa`D_0J;N-F`Lx?qu=% z8-{JWg~^9(skHvSU)tl~iy>nqwP8y&1bw9UQ4-JR_yM5uDkG%Se|~(Uclvyh5JmC< ztgJ1&CttmG*W)blj3eutWtW|WYGJ1EE##1-Kdgg0$m*Z)e^*5?eWKO68Ps2g2LC_# zHlDLPi$q*7H}i*F^JX+<|51Q?aiL0!W|f7Dfk@ZE72Vnx^gy&*7HTB z1hkw|?S&F$pB(?oZvyI>NX#zY(W&;*M&u29KS&CabrCK_gHBaGS%B217O-U^u+hDo ze34TQs6YL-z6ek+{0>!WRlZgS20$`!Tz(V(l9A%WY`o+n7z{rZ&%abPvw9tvVNtRl zUo4js{zU>N@DX;Z?K`RLBr1k`N%FPr%`X@B$N&pX9(C?S-gZrfXQr!HQ2w9#WBp&P zyrsZu@Qo{nv~RrBzSv*ns>i7F&!o8JFYA^2MB45xtD7y*HvLxI8n_&IYvKA{$*=S! zHmzXdAh9S>=>m!HgKF#~2z1I>K&kfzcKUCl*&R%#&=y?e%Z-Mx9j|_94g0cv*)U$p zwr;dNEmeOMWj{8}sJ()CrN(dTh3Dftjh72)R#6-q2cc2I$$_sbk8=9s4PowWELNOM)dL)VI zs`z1ZUq!YW+biUdFQ~GPqEfA`$lY(eMpeYyYEECfH`)H(ioQ-Ca*E*1*E+J$Y;_7T z23;V}aVwFDL+kmmrQa&GObl!)I=WOE5o@Yf4DB1*R~SP0@HOk;=?n5(%0;QNz7v=V z@+QD1+&RG6{;xo(OTpJ5odoIS4pi2El}u@aPr5rzMeZqPRj^b%AZ9s!sHxr|?0LY# z0B)%s6l29$UKDRv&iUkPt_kj4WlXnAZZUhb#az%HDlE}C78%^YZ}*WpkOU5qSGVlX zp*w$VABzlHJ2v4^mraUBJHM@*p3PtUUb5wn8_ufL9^V6!15QOQ!_R>?*Z$n{h>B|h z&XFfO7i3$rE$fR8FgFRPP|6Vj)zgpVY`&Yyy=TosyF?FB&B_Pz$%&E!6;;=99K&P@ z-J4~3Z=?att5demK+Cq(myW6vh0w99!(;y>YD$on=B@?mu@pE^wRw z@9O$l|B|Gtnu;TV?R}eSbEA!slAiw2#stiR z4++FJr2>O#M%Lb9SYv|U?*vtxa*o-m9P>@a} zxOz(zQ3W?)rhh4?=w$ZF+mIQ7M*#jPFmV`yY!M#eZFEGg^2BG_4md~W^RMzD0~=>z z`jHmqh{Y`FJl8Av#d5Eh6-CcXFqdNb_#poycFI^{3nnu=bXXVU*g;%v0jbUuS{Yn3 zIKW{)i{#H-DaUL~xny}Oz+({B*y4Xk%T{j`He1alAmX1Am~Fy!S~m+^(7M!gjoNE7 z=$wyRuFJ`0(h{RWZC`B9LW%*oV3Djh@$RsV=!mqBZ?c@0p*Gt$2~n_eLJVC3)tM`> zt&Jcf0z>+*${O}X%3f4%5WbjS9_>ji+q^p}9^$_t7HN&VR{?FTox-MSFVH_q7(>G+ zyy&gq-~0qeX!I}9rPiSRKY38}#Z7#_;~{lbmUYVBg>Lj3+yEoPGJb>fmFPQ>NTp~} zq$xgDUHj99?RD`%P3_C>-x%|?;O!YvN{S?EE*5BOrjx2-mEcgSVZ)Fqw~DbJd~&PK+`X6}qt zw+{9GGv2-^vS|JNXJ{+c%^Ln~g|#9PZjZ0(tAy+dN;MwghmFUrdSdtaGkl3xtotl$ zxM^H+n?YUab*5T|@ddCQ@k1G_w&X4l289t)#5475lXcF)xYx5XbVA@04&50>5q8po zar1cm%7J(5vMR=i!lkjZ<>&odD*D;@hO~xL)uSZr9VD9_m>>;N`+;5+ci}**zo+V1 zaEj|!0o5+1T6Z+uQ{7bE#M1*}b-dYFT@?Jd<=>89YA_TY2{98wxwMOw!0qF2>&?-^ z1E;KYbL2y9;%nM=SP!56Cf8MBD&Y*F^RO~I{z{@Yg=!5Kmxy75?$8;28Oy<3u;mua zEl`BEz$U`+(AM?>)gGF7Jbl+;X|zBT2ylxw3ndQ+T>Hew{>%Z=EvwrnLx zo70wM%b_tdkkU}_zIQw{-SPmC_1*TJCx3(m7t3E5>3WrLig-=i_JeL-)hTeLov#6( z=WMtM8B8c0IYU!DG1Sl}o2Hls9Q6$w=VI-|GwPsRqoLKkPp`# ziBq$^k8#gwPsfo{+`qyZckB;*yYL&eYcv|Ldl+TAIxhEKzKa zPhTJ=2m=Jj6K7?XkA_=r$wag<@In z4(fsvq&Kqx=Y&l0Y;wY4V*1y%Zp;^FoA2e}S8EUSRsr4N=5*o7`)HE9KXYvm~Q9 z&!Rn&1wQm{hQq8{3;#noz1K_!M}wo>P-S&6T!4cF84_8YCVdbbUsF88wmCv4p0mwC z{BsPFzmHHnmVOAg&&0-b+xmKq%x?s&38b&sG&u(|ISt1U?AE#=S=OlqtdGC~1DGBc zgA+;1UCNht#ijhbsZ*=AX>FVM8TYZG@CQOmJgJ^kOi7wBD=C*= z4ecX3$c4CbZEE7W)Vq?1^*_OfDu+jfScWaVK2)Ik>-RsOl0OTp_w3* zcLI0xG*#4_Di^c4QH3hp7m>x%NCqIMPggo2bPzKWR%2IdI6ieN6DIq2$sKK@8y7X$Fv@2_*BvVzE7<||xc_nM@BB>b zz0i>t?2b0sjf{ueO*h*Shs7@HWs>1y|!brQ_`#9j600k#>-lLUrlQ~Fvh;Y zgMrFk)68B^q5{O}kIy=ndlHo3=N4Y!$G03W=qtB8Zl(#YNPc!uH|jd|8dw|u1rnwy zmBEqaKNJ3&XNluyyD7?Gnr;hY)5dlZ_FgVAC~5Pn;s_5VWwd6)HtuE9`>OJq7q}}Y zZX5V2Fm487TqB_cl7PQku_c&1WAtMrFqn6Z(lE{8ofRPC&OBnnfxu&DcFv zQfy#Pz-=v%XN{0!EbHOxa`Mi%%>@B$+#*4+MYQqa2#D2cDUUR(m5Ve1vF<;H9tVcY6vigT^m}a^h1^8?upz%0~wELg;~pWy5du*$F|gFQ|Ykc zw4u!U7ux!6+iqzYx`$ytwl3Fpe=x20*1}L4U&L+IqlV?r77FnwVTYvV9R6E&ZOZFF zIoK=FE|Hy8wftQR8Cp7<=9I@FbiV~zQ>x&ZsGaF=D0Qq z^x348G4@F7h>_T8lHElpM^w7%#GWzOXok?p*7;69%*`j+epHbK3ZZsy#R=Ps+KNrS zc_mT#=8qn50FW;>pwIb;nLF}La}jc*k}`AvrO{?asrWJ%K)ayAS!gpp2e4s!B5yv` zl_Q_OuVN$x?Rg7pDP+O7T%}_PFlzrx6zN6SKJ}$??wdFoqnjNXRhBr)l7<-}MR9|L zAki8r1=)hS;y1WTjNB(|o=Sd0lldvjdhK2@MxLsgsc02#ERp)jyFO#dGqQhUUcJw{ z7`EEzez7xS+cmT*+D20JttkcDf>UAqcqoE7vU{vODmER( z@Y3YDszFl4v2ULM|`FpP%w|8f$`FKNXy+n^Jp<981*{ z00av9*QH=^;K*jz)^202gC{}cUmL`q0wzVyh;rK@u(!pfDpuK+oM>mp^eLXqzB5tp z7*=-4%-CL)Kchz{t5+wZe!@p8UY7nY^A_tTRLn)sva;k!>(vs|HM^HG+EQ&`;n%0u zwfc^@-ns@Ba3$m^IEYP+6Y*%U+YMl6Ohgb*DI+LKk2bMOm#Z9!v>|LK~IM@MRwlOTP^miiEF`-7H^$$y;4lsw>$a($^-rF-Q_sfScUCd7wl4ZX@Qf-ykY;hKxXXm|VQo^v z!oWK8CL4aBXA02t)LPZnw7d7*rMvfOaU53N%NCITj$P`$^@Jzzy>&MsP5%e(@93>; zP@txY@rtqN&MVtxF3Xlm-Uz%E9>>aTIIni+n2IU@%6ZfJcJ{p{Q2tIqZCfED6=GlY zJ`yBRAO4p1gn@s`WOkG>N2+toon?f-dHAcsw`R~;DajmWIYmTI%g&-_IvoVa&lq$^ zu8XB~@0HM$)QKODdP}y_H|8K;g&5W3K4!v$n{Nse#2vS}+}`?9&#I z_TIEXj3u5D4t(7l$dV>u6@FuFAs(Czlf`VRi1CH+jqeH`a`7eSaV9AKn(ZxAv3Iij z*&KXLu^p9LqCs3S(HO;AzxGs7i7DC9Y?H)Fo-~HOM}TL2CKfw45NwMS4Z@deFOzT#vFPtHVelt8?!`(vrm*|Tr~`jZ zD6;$x(7Y1-J~5W*%OxWY(mq)~9v9v;mGtHa786JvRQ(jnpT>QS`?xKxjJ9nh#)mQWwmo^#$&IwaZD!{yS3-x?{98vC)PTd&{#<+p3TP! zm>n|VlgX>@k|eX}758YE5d)KBI=vK)5(HVKw&0iWUus@%Pr`-H#rYT6ZMAQtyxa-4 zf~wl*_zkboJ64A0!gKuzj-=D{a_2wyH1PUFh4jL0SajIa^o#Kd4Z_^C}3!l`JM6`H{8N1lb$ ztwZP_9kI~n+tsxQBUY{2zl=AO=u1^-q^icN#<}Iz9s&bYCXpo|&thqOqlbhm7qnDR zA-8sZSLOluXK8)k3fqC&O)}eke`YDo#+1s#VwI-l=fMq!!v*{EEHjoFQavmCvE?1v z+a2T0XDPG%8b67*)NA;B#z$QjP5F3^vt8VK^kNHlx}}8a>`5#v>7LzxSA>XB+_uj? z%#CuR8P4B3nehI;@6o00IVZm%d#CnY?>f+xpiyQU{2^0?s01lB2ve}BgK!D@Q9qgP zxAnp48CGxiKsH>Z6wr@hTpk_6#HU9~gZgxEs$cg`gW3cw_e_d+)6N-U7*8cTm zJRmIp!7;W71j7$Gw%;HUxPzq>8`9~RvM8D0E&eymddt_8`r{&(XUUbhYLA0Ua28yG z03XPh#%Yb7W{ym-a2P9Iv&;zpV>NU&s_fTLOYwtd!E41i;u|Lqudyu^7Tn?YS`lZ7r=3FmA51#CtX z#pM@q*U_96+qScP3%Rzs1GssGdwp~`QkPw~a~)H*An4`Wl+lO-*PyV&nuv5lvMia3 zQ25dUcula(2!G;g&?8={|BmISo+Xx2&l0lEFC);WcPz5KmfxCHvD{RGPFETvn}VeQ zu&3nb=pz`aUxrQf7THAzfjR1+!Nkha7;i=aC0?TIVZQ$UcEU2`!RO@ZT ztERHkSW@{H)3wHUz2C){XVSc8Y_GXE-DZAxyIZnr8L#|x0sVQ4*A_?ii zj!snE*7Rs_V)PX`N$UeDy(8YJtpuU2nCeUhML7Ot6A< za1$h*!%A>7!Z4^+?jWG*mWv7kd8p%1hh?Mhb|VFvNr7b%RXl?>VeK zNZiYJl7U>xIm<;^q$L-!;n|~MnQE|)|6eIK8r*g%c6G+la5zKkbvCgb{7fP`CV!eMr*_sqAC2uG&-Nuol@ufkH>U}^I?iN&v=BECt zUnYNmg0{Pe)=T9oj*&$^?lP0~iQD7$VCk#7a3Ic}X-^xPg#)TJc3|be%Ki@W=!_*n zUJ3h#Mi++)hh7<=2egUSM;4acF%O52vt#hu8)8pjS6Wy^Jp(9|n~4Z`feO zsX1 zG^V2}w<`Da{OS410atG2fTIboKj|n2v_NQ~m0_?Pi)sCbR6!A0f7-l)%pNMi+AJHI zFwj+8bSa`zqazfA?cIZ}KITi7Vst3}CUHP`x8N`SPF8)3Q#qcANwT zQ$Pi9Bv1f2YsZ>D!pdFM8mn5oCah@rL}ifr4%k%SZysBuNKI;oL0k-o8@1-{FbbN6 zzRNl~ziuhC&@fgkvjzFZ`Lw!Ws*uSS-S9Bw3>N%FZV^EzwERU<@t7k(n37Nyl%V)g z3EN2rl_}{DreTMKN*8+8_{3=T_&*uY|Dr)De24oe=w;j!=wfXEa?KVo(`5cTnyf5N)3l#Et{nxWMA|w%x@#U$o#bG z8ofrErquEL_q3>amf$oDn8iofJfR1wp<&@ge0mXg27IqUK!4bzw1Np8BdV(I_6Lj0(ZQ4whUU&B~ar&U~b+8xKHjfxw zF;r4AXcjW53DZeyQD}^j@>TiulAdn;UnNW8#IttNb4G2=1XtCyhbLwXDRl{-F@wl% z^XcC{QY3UXJ!9YWK5ZMbK3K-|p~^a#wIJ_J?pSy5a>I5K9b4phzy`%t0b$R{^!VSq z%j^mE1U9=zLleuLj=>WZn3d6o1-4D%UM8yL+>)J*!03UexmmJ&;3a?_6Sm ziR4xi#7w60;_>n0uLA*A`AsS3PUIOKah?@qRx-5g;L(9+OCJG^TMx=EE zSx0t?$=q5Y4X1`U%j{VrqX3=}&m9<>Q^YDu31KCk`$PFDyX9dKnfv^yp+gC!BYdjJ zKhl25TzWFCW62DL@5a3cFl3j*4@P4~wuN)FvTpaco?jQ8VF)b;J@!HETlCh3I|Ww2L?q)n7a`O9!E&uh?S} zS5&A}h8k~y{aN-YrSaq2iTboEOWl>nPLef1@rm`5yjDw8kq20C1zcfsNz;91Os8Nt zdhjgN(2hr=8P>VcI%nw+GK*DA(6`9xi3T5VdYX*nJ92_F<-%(Tdg6+8`GBvfQ>u!7 zJ4W?{AOyo2qp@+1m~irwW77w|P}Lu3Qi81ISe@}C)t{pdbXbgFy`iRed=YfD{m%}} z6BVzlK$z^!=UM0^+7h*z#8BGeSPt@M^G2_jb(OPgnM34aA_P z)F^?;yJmI9w;OV;8iJAu*}-#cEI+RVN8|Z={|DqdHo(uPybiFl|Ancc#KBA>5EQ*P ztA0vl^kzAh+Gp%DT!*!h4`A{thm2*t8EIH_v=M#-5O?A~_~)Xzdl&z_aoJAR>M6NFSsI&tN3th6gZ_ zn#K?%hb$>KT?fDqw=w+;GZC?ryi^Wu8ac#m#UIk=)Xc8P=erNt7WRNy=%$D{6G3>$ z#cK@#n-JDnt5aSVZ-bn_jACQt5jiQxqP8QYiY63VOz9FG+{-@OWoU^QSdytC=E*5QBw9JzvNihbJq@-}92*m5e zXc@R`p$L?Ipk<4gX;Sw&XPh%kg9yiXaR8q2bC$V`{h6+Q8CO8lT^(|VJ6?%+05qoA zyvSAhVB+4uT;OU|f`XYnpNeSGus=fm^c}iWOsnD==MWMy3I+Sx@Fu(o0 zF`2kWDZyQ~%rkw(C6)^ourYA|ULbW%Z(l*@((;3=H63X^=Q|wlXv-K->O1>P&HG4r zQVDB_;04?u_usXNXl}aC+;5qZQA2N$pc z%N;7N6by#-3b(|XYKi$LgM>Xl%+@}jdLsQQLGXBc|@sTA4Rh8&g12uud_jj5mLqwBbDX+m06F)fa-y`MMt$ zs>tTgx~d+=qz&XnaqHUH`gtX|?anPNv+_OEu(ClO=QOM&xv+i;GfI#;NN^ruV{y<*0D$q<_b7zq=Tvaw{3Ql-!$#0W| zGv?qCt=T_88o{c0`$|56Pf(P zq-URZUI`@Tt4{)Z^vOAO2QSkyM=V+-4t;^Yb<5t_9F7wZhW z^#}S6y!OH+z~-+IV`dn#-*fPLjWIZ#4(0G!Rji?If|71KmT1{R6 zoGwT**tg{q74|e-U}1h`|M~Ov zhWt{{fPC@VQ^-(yGdQ-GMgYX&N~Mv7PJuhU4lbrAq}eEl!+%E+?8*nBun$pQToO43 zNh5&qiH)|=po7JVmo2H{WjPmWP2N0}**+zYDJX`aJ?V;1xF?;P^MKq&5iSV<+vaX6Cw!#Xe|HJu#bda z26NCN)%Ijko+EDmx=35W+;w2!i|b6b7P(Fg4lE;+J+U;JJv(IrB_?BWIxZk zRl=aH+O1(Puotj2FA^Y>4lsSTMM(B9PsHE$9sFpBT-sdMe+(b)nAon5TAa| z(W?(TmXJhrbnfUJDS_oJ7_O$fOv$bl7;l-_7y`}=U6Ha$@XM9w=%X-tD&Y}n9kB?$ z5jgUji0c+V(NgXW>ZN8`Ng);a1M&u!VLwcR{J1qjLzZEDQ~_b%96?K$-yAhf@;T%Y zmNc$AeugfQx@hSPW2l)oZ&2)z9ZhlxPlL}*lUKs!8i6wVWRAAagRtY*lOajpD6xk2 zjrvBd0QP*NAQqH7B~7Ei4UdP%UE|~YJUP@zq2l^Ge6+5aQBA&wy~Q1~ zV5xry63OmzMGV%&VjW9QZ%^+HPmd~(GT2Za@g1&8GTW*0RM|?k1r+X+_W1UD--o@! zksndUNj9c{tc76mIyN~`+RK#VSpIgjhO+qFovly#6)-b+gcy@iFk#6C@aLgDDy%l4 z)|lW+;*j(ZC1lI-gT&ej1?jjbF{H z)6JKq0`Dk??~O9Pxa6PI@sYh&kzyYEq+|t|uKX>nNktg&8f;0C>A5(x6(ZnX>O-2l z*);xIWT%IjibwB}dE-bH&RJGn(y$-N=dm@7>tOn=mnY&=UXoQmI531lROgYii&8wJ zaCR{{g~CiU_*7wr>B|uYgaLA=Ifg%Xcrkra6F)=#C;o#CFwl2rMb2VZPLaaXP5Y;_ zYheu;eOW~LY_^EV$e+k(a}F+DayCDVFJ)kx^`k^)=wV`+naULXq;ezq1u(6~(k6rK zhq4+%B1nl8!n8l#dYOb%!--CfQx%;E60R>fCcRd4HKaqTsUbl2RVEKmUtM2hEG19% z>&Il6_!5N+uU@Pdxw(3gn4DpgH!Our?||?{85^5!9a{#vFA?Ex{$ zqyP+4Ca5o+UdP(TeF6XcLp}zp`7{2MGre<=o<8dav>q`2excq10{h z_C>ljEti$40!@qwmU3m*AUdbwWY8~Dg0a3{T*D|RMW0)1jTEOKe!1H?MJ2q8tbr}?B-nSpc4*K2RgYi+edE6dwHwg_9ois zsOZ!RF+L;DihQNY&u3pzSkh;gMXYR`c$?KKp3u7fYP|@3r+tiqtCF`FQ@7v4nF3EYwP_XNsyTuMP8|N2__d2cGHA3XSci&vQduBgV zyB{2N>^sn|aDcilbWPX>Y=-G;NQ)+lrawCHV7T0)V$EK+EgMIe5w%Xnd`%scx;(wKtD91slAL zIvV&=!|Xwii>}`1qFppM%)Ka`-Ns>e*nuyr-s|kMZ9dpxMe$IsqYkRN@~kZ<>QucW z;7G*s+1A@T(xpP@zd0?=rTOK=#i=c^&|d_Y0kV62ciMLSsp~lN6(Z))0Q=5##e_v- ze^t}FdYu%O%SK_dhFc?_QZ;9|3$>-#IaWrMCFUkMUcRwq1{3i{`@_LWX@z26Q679h z_==fu?zjQ(X!UE_z12%yW$Kb+pK_lt7T5G+mYO3uW*A(Kl(B5Qo6_x`{nTBW(BuwtC|0d72g zAlwvgV#ILM(I%l6Yh^Nnk_FrM59K?G_o&%>YU*c;_y3tOM&Am44izlkj5}pN^E-u9A(c;HM}?GR zv>PbXiQgD{%P7{2d=@>9aL(F%pD}7-BzYOHX%g>^Habz3SB|JtEGg&;WD8w*GTu?KfiA{7x?+vYrKvy@Rc#@;KiCrFj56C-^dMEjg zln4CB)oC~erI5bfDUD$? z^dy+&)@CMNttRFw7^VKZEz_Elk4<8FebaSP{=pc(qmVtJ$bHEUH2y5HT2yJdd#A9Q z`d&GI)I4V@7jw$k-)c?!GsMvlf)UB1G+cQhG-?^IjLpcDu=Q4o4Go2coC(eZj6TP) zCSxe55j=_mINsN6rf*d+H<(M_SMmo#L#PL7B|yrgLqp`vL;+kH8j8M|Q~#1lD@!?VUysQN8R(rZ)59B6Dv$|X z!`#cZfXQ(M?LS#>20v6IZJRvQM>jvL`cP|b*=a5ajn~iSk@piVjyabC~?rMK!n{~IgXFx7t608YmZhtG6FoMB3 z*iRolt=es~!OVPj&-XC!0W4)o`8DxWV_&t}q3&G>Oam03aIT2{pl8IkOGlecJzDp? z`%_rl%4AZ|Njs|d-B{m6%#h`lks^*~BqHMn@7CrV#|cLgL<$91PGe5_1%-`c>VXx` zP5a}F*bMhE_FtkRXKX$!sNu7H$I&McM4&3Ul#fAfG zwR>%^Nu~;p$7sPoOCg@6-|x>=^oSYn$U88-hi&EC>fz-_!6hiPwEZq7M0Q3HeItqQ z9|t4vCeE>QR-qiPF=T2U+w;WZ+f)UPjSXK%DZ}(F)Ek0LeIS(dhkIlP@f&s{(#_|e zB^GWYp4gU$$@v#ChFtW8KQp&jZtTmI#|T+uQSLe{$pv7JL-^d|SquG0J`>OU_@84g z$Rh08H@UYW9SUGa3b!QL4*6chmkB!+`EqLVW6D^5O>R~2uE{60k^`4MC2pDdCfVUnRc@(=6~2Uc+1gk~iknlxU6f zq_Qkh9=<2z+I>>kr4SG7;SKifvaA7Q#+>M?ZF{f1OOY{9Y}#tp&75a9I)FSl-UKUU zll^(r!k#2~?V6*eSY8V$dLRMdhhfL5c+N&1&k!vv#06U0vTL#kPKF<`rK`ZXhY0~^ zlWCu~+$BHZ;zN9aSd=B0cpAiEehcEkyX7bHa*MbH>}mgct+*D;2SXLlR6a;m1}aAJ z*S_?T>$=LX5uYn(nx1YnPdYcrDtm@$z%&m;B_@oj z*PUhzCZK$Nemx%Kkg}Uz13D7Gwg5xxPT`6-SLmC}w-_WFlUEGZhYJ2*#VCJPLDX9OY8H2O9XyY7m{LbB znLu4kiJmJn;il}}kCO2*d-g#|E+=XdZz?AoE7uX}pnHAenX0qGn9zZ3Q0oW(uKE>i z4L@kDE&FY7-3bo~`GQCn$4@v*n>tVAp2+RV+t2Z@hKB1OG*>QFSc?hZ4sUmChc)gK z1S_vGIF>!QMptpRalmtn+a!1ghJ~Rc<40bL5@d;oK2;@=L$0Tb&uc8#(CoeZdJ|<( z)p{ubilef3pnHl^*tF)rC&j8`X$9fGhmXFjZO=J9DgL(#b?%lU+17dGl3x?>u+Kw#i^ZYaNLO5}i?<)<5Fz`c<5!x!+WMoma zRu@#9fh@i4`oKkWmYzUUzY4Ym9qWzSiuF~05}rGx9h%^O6D?V?i?r;SDnk#;#On`@ z!97)dl~9R|6t+jZi^RlsgEgl_oYGari?6zVCfyPpIM`OUzhw1RReOVUp_$LDy5j}0 zZn$a(b1w1@HL-uMYUD%kTQ3wlS*hxGQ3f$E_4EwSCfC*im4CvnwPF*Js*1@EPqzOU z%yF@__WGJ9cRlgc=A46{GG)okR)SFRp1RcHfYG)r{OYkUny903>g2i?7};m2KPR61 zRriwB>#U4i6;}rHHN4WEbjR@*x<|2e^0)PWPi0|!z-=btSc|`X;&7h*jIs01#(8lI zJ0NbstrHkAH;ZHt;V)vc+Ln0x9N!wcBxPa#af#j2+86z;eA~I5GVKG@4~3`u1a0<~ z)#TO28I$|_%`IhWI)F*Sk*^-!X|kVb49d00{uP$yK)R)a)H=-}rmvx(&~w1`T}mDL zllMdV@FEmM1x4(C09=nxgr?GmoexrU6mMN;wUy(rJ+I|Q^p@G(n3^zI1){gPLQBdm ze=(nTG{da*#wWFHQ9hiy#cgZnsDtq#PLD-z?3G zq^b>M7Ow<4HcSsULl7aC>GSB>KEmkWhUA@v83yU)KC@)=qAk+M0m_G7CNaSYO-WnJw0_2jJeo`r#d}x;yv9tg zF}k$ziAJjJHU3AnNy0qYD?mb6j>kB~tcx9hh0Y*tpenIuiA+OSkrfM?uSoyTx>#$3 zAm%ldzWqAb`xmiOfimtd1B*UcsszjDm+119N|-OSj7Pn3!J)mN1evpX|Kyw}NJupN zvE&^THnO9_#U+lp{;;SmIcM#%P=??|-(? zr42siF74`PPWZE2pPnizZ(JsCM3Ba#A#9Akl74U9&c#}{pC~J=m}+UR{R4>2$<`JA z2kW;3w6EIQP=rMmAd($mjMO3MQ%N+ZwHrvT3KsF1-HXgcH-?Ks08Vr`Ztn!loFhVSVWP=4gh+3KZtEDY0`u4wcUBZWld)H$H~D=7@@l+ zN|`vV=OWp*>YP-OrEf@P_n3+xtyxo`H5Q;NIvOTqH&mSk*s9Irx~N;P=B@mYdTt;Jo2LS0z{u8*v*#UKS(0jhq*)-T#f{4?D+rz%c)nY|7b z4Uq|8aSCK%*je7F3m(Dz_Js+ud~1H@m>1^6EVv)ayLSlueY;@Sl~!?~?8F_IY-r^(%6Ug!qR7clVNO#Q9e+VhQcYg8d?J zpFKxdM_;&PYkeEQzp_SSS}#57d5RsA-?zxoaJ%nu8D~ln|G^mk1{8-y5gJalRoJXG zeOOXih7;De!)%=pt`cKWtV*l8%{RxKld;4%nCHZ(9$&B zN(dBEf)rmO2KJ2!-SzAQ)08nGl&KC1nO}87XmbC@HL2 z`4Y36Y8!N(wZxU%U!kn{CxTmv!FBnJQJ$%mS{ktzz!P_^I+K#l5`7YhXw6ieWyu3F z?9aj~OlW%TkHQ|9PbH8^^#hgRkZ1qA68z=;$m93zr}xtYm=fQq3-OC;!ypV`&fR2d z0&o7bHKQhmOyBy~V)SUXZ?W#6yawjHsK#>Ps!N{RBR8DKZniIh5MK_MID3G}>7CC; zl5^$y0-aDKc-btHfh~Wm9K)2uTyNV?HZatzt;%kChGPju`z(}p!V4A*qE zaZ#EnJ7~RQdrwP*>t@YjM)tZdzEE~-lHIlKt%ewK$4k#9nyA4{VyWhRH2U{!S>OFG z4+$g}K9yzS^TLl-Y%XcfYfZ!UQ;gOQO*8%C9hRdDe_G#i#kI@5L#4*4N;a3e3Z3bm z^0rk6S2_ZORE#(-9}>ZxgPA4PEAG=ng7xm6=V<*&$*p-$+R9f#l z{WtEDgQEvWrSqOL9NMI~I`~KVz1Y~0Uc00rT?uY`Lwd$z!lvi8s*_hIuWs1bu#xEO zg%n_7-$0w{{nS4xTSJ;1hDa0FaoyM$2M1Yg!L@cuOc&Gnl zR~x22yJc56DzN!zP)iJteh>J9_#fjLlEF~bX~3L*rym$He}P-vSy93)LO}z{?hjD* zk|AC$H6jDhEiwlI>Jy@w!r{s<{*}l>T-YhQj=UbdGU50^Fi(6Uy1Zp*&yW;gMm?OR{F+vv7K#azSq7V_os(){9{N4dVjqGVFC^H3}+P z+cp`rd6EUTkf@d$5Cwpim4FK*@ZpLQMIhXgY6eD=K_x1Hpf+l#@>jX(c3P*GNOv+O zc0aumN&|WuyIdHKszm8A+ZZTK6$V?stzYa`pe6D7$j|-}VPuPq>D~oQUaZ zF=nlE9^sMm8Vwp10|8vie5?m%5(7u&S0cuyM#O-KBcD^33d+sYhF%2KYWO;-n2{Crg;UkJ{x}^Su&y zL_?9U_7%N!Sqog{aJ!OH8`$9!7Z^bET_crVRI(mkPxqC==%MIU)`K%7=@TudmrQDq7`9dv31Io;*A6~=Y<-Ve2~( z9uLdv733oS5s62eBx)F*J%`pkqKmBB-_QXZiu$Q?o%cM+N2hdt$IK1y30q)4p{K3LPYRhJ?UIiw~^OHCyj$z=}{hccW+ z8l?VA1PM_Qs!_?vZr9(EKN1}l$X;q6@yL2Qk6J}sryqso!Q&g!i0OZ?=|`#rqRwK1 zEg-Jo8f2`99EU$XJThwx-(kRPAtFQo#T(ymX#1O@=M0SIw_E^Yp z^l54n8K-^r=wkU{p|mXyPNRpq!d+o#U;l$1;^w5Fa=E#68O;~DM)VEA7iYH|=#FLO z9D#8k8*yV#BKPR2J~&Br?W@?#o6&wRdXD~0OW2#)5^f3CtU({87aKjJms-MQEuoh4 z2Z(rm>+;5hrrNX?QwH2-8f^K?q2;$B&Z}N8Cj5b&kF@W!s1z zqP>jhf;UAXuoKh7l=z>5uTUW^)tp9!$@_`52I@Y;dUApI%K_pYZOTSsg7~wZc;~?S z1LQCI?~lrsqJzLC(+?dg_Xjx?egNsf#ye`Z~SZ8lMc< z88Y1y(TsXR08OT0R(lJe1PBt*Ye0>=c;5X~Xoqf47~s+)4k%yhzQAuHU(o9I14kcy zLHz3{5g{z&A=i*A3;{biqoiE-o!_|8;861gWR0*mNK3?{%YcYC5b;JLzJiE1!@lkM z6-|b;)LMPrZ4DC{O)N1|{|+@?KNonuX0lX3Iec5CG$_d zROZ{>odXx?-OMU_b4|*r+xxQnvYY+Qe)QNBZVLBhH%>Qxu)Uq@+iDOMrQ`^44xBOP zfb^$}?87Ga-RKVIN}*&)zJM@c#=*9s9G|g3&U78Xki00INCnD(A17PT%e%7(b6=di z`%v2wita?0-W)s29M`Rjj@`Q)N{7OhNT#A8GB8fa zoggpEf-?^>ZGoCJES6cNb>B98j@;!G0XJO*E@1U5wdj-tpiDAM7fsWLotuf?{f+aE zCGhwIgqX!(q$IV$v&LD&)pA?A_`^;^qaTr7${fLK!0Bp-^20ZRWVV)bN_7cZyC)cEGEMz`}ec%p> zAx9p9sBr#NP7Z@=em<%3s`XLO=?DeI<(0dWWX`oFIdvzWfJFMAVF>Wmt=`7;AO| zAOg-SOfP2Lr^jsZ4lu17!-Dakv4i%n)gTHmq{flvI=-u5XLs4|RFftM9k3?PclOlh zSiVC}Lrg&hHWQlHG~Gpl?x~6Z5W^pDw5(uxYBS5D7cCH=RKl{Rki2J-Oc%KTV3p-B zXuNMhCA6CkS2S*5OJ!t|^zH0Cz##@h(>OrVPlH?BSI7R79xu^j_Hp4N8c!MZWJ||( z4Q4k<^~|Z~%h+J$UqFyq|HEJG`PDCe`Dk#$ZLZhVeA3^GxG%FzFFR@^K1PZqPXpP^ z_OM+>T-x5*yWqbA4fK01N+H>DKS5=ksV&BMpz5m8MqsIvfzdFoRcg#1fP}Ri>MS%a z{{km~pN0{;VH88aqKyAnuM;WMrHga{-eOdlQy26R$%J^}K+`I|_-lWM14c1Tca-a* zNGxIuv!EqFs}|XJk=>7RK~7e%lhFEW=xg*NsDy@I1Tjesu-Fmq6{Q$OKtKR9aEd2ks?Egc@ws@^C-A!>NNKu4i@mZ<`Zy*kC3k5)vzrq z*H|mmU#}0M5|SD zJNVUbi*So*xmkdF$tJB3@+>l^lP_3bMszuer%KMCb(G+hbk?M1+qq?+i=x||>#X<5 zUw;n_9AI+F(`1yojec~b3!_(4_sgA=8VvDDfhn@`OAMZlOmX=Qp!BtG+?-@NSpX zV5wUY(tZwduvN^D#gTN~XmNE;bVvM}jqDoRDq~#;t$`MKr6$H`?FD71MTx?Fm53L5 zBKc*7wE_4UfpeI5vv)Hc@XXNxFysV7xDn_^Nk8fK@jjkb`Zz8R`a=!h4r!P^D8ab1 zM%N0i5dDvW^ante;e!e)j~!RA@|r!#gVgxbB#gwY=JZz%hgrmBdGSfr(JAj5n7BY(>IkXS>{Zcb0u96dW0546+dn5A+-hCo<8Fw+&YFPO^GJ6nT5j5oqCpIoAmU$K0@K)+U^xNB9O@;W zKnD7NZ4&Yn;#u1S@8Vs6e@%Nb*(DFO;LwBzTAFtQ(%uqq&FlL(v`HxyNtL;=~2=qPbnbOisMzt6E`>&0fIe=)b8-!s=2BeBF!^l8$#ikU{-l1 zpy06PTl3Mc^OC>r0;(^d9O{9O|HggMw8vTm>Xhb+DFyL)8B)wvB{);0N8s(?=oyo$-I>2k)8^ z@2xKZbRkp*TpS3On&E&Xn$R9wNE^^vOi{~3q88d_1$OeV*91cn!-rDnCRTCp>twi;saq4v_FA&m4&~RQDn0sJ@ zA25x;S}OT%ZVNi~&;fRXML-Tl{~?U5spqLhHr)#TB~c|hFTjkIjHUAc*P`BGzc1M} zl6hKXzu5}VCF zT6YW)Td>)X;BCb8hnM(5ggGS2OB-X!#j2HnKvk%XU@%VRloJ(6&5!P?6!6gU&Ntxi zUJ0#G>*q{uk&&w>(~}9FjxsvQ@o%1hWgMfQ3hL#A5dmg5DwtjB8 zmsvx++3`_bhYHi^$nCZv82*amO@k!pdcC;Aj~N9Tp^qy zfXOsjsXQfSFEEx)E8 ztxcEu297t$1MM2k2KxEh6UVaM@%&gCatnoH;^BM@D$(Y7YUFi#MBe#h`@Z*xJ{aRe zTgpE*Fm60K>Jb!y32~bFsa#iuqp&Nb$LL2cKl%(kk};Lj;4JjGTt|M7=m+#&45Cq3 zV;=?<$uMW)Oc{In3T%^hs_OQZ&FJ*DWVURkE=mR>QmRKTB2X;e+>Uq?Z~EqjkZUkF zP#B=>k0&2jOU6%dMJTF{<2=(84EaTI`oxL5&AoWTw(svSqiRh)P$X~S&_Lf zXuwfuE@^%k=o$cBffJCX)FB4 zIfk`8+PN@mU=(fMB`$4o0ZJ+bc<429L6M}!g}E@jg6!ei>?=PnugY_NKXL-_c{mZm z;Ed%veV2j%49BYPx;lUZwFmCE$g#`yDyAxb5OqSJdZ->$WMNvEMv;bT%=ihgoLENFOW|`pT?wDEhlg1?=1`Ua49IAWsv8@b-C4Q80fo3&CnF)SmMZH%XiT+%M*w^ zLP%Ap99ruj8XFkOLpS7m$C?qcdUFf~#;REjSTXDOSey=!iX z9}*P$4E?g~ll-Nqy5GJs!qZ-YOtOMnQ5C0@TL#$l0;n`CE04~Dylkr{fr^b*a#eyy zv(bZlo}JP}YdO!KghCWzo)roKYwQE(;APP~3yntwV(!_t~v3U-`r)>aP9N z50pT<&{B86-$e)GR-o3AKTg>Xz5zp2E|E{29RQLO^_SXZ)EnU>s++tIvAC#0BA={% zf;>b#;O=+#6Sek*29qPE!Gz{eur8$fKCnP(hy_4m;A4~83*03z=4idAp+K*Oy0M&$ zCk45&wg8-x4%WVbFu7*G#D@~Q(7T`u{jmESYC;3;o3^B-Z$xgUL3>2p$l5lE9q21Z z1Ld~7)}ZW7BnRn#YHwg1cx`0Swl}#ucCc6KuRqFOWj~YC*^o?EMq6F5Jp7vY;4mRI zrqAv-{nDJRFm6u$wXhimT{j!kxze+%!KEbiX9*kAZs|+g1GiA6*){IX_EmL%l3LPM zWor>~PKrj=abJw3N93Zfur*fwu4|?$Tos-wwxs#a-#8GCq)G=uw~5b1*5lnKW|gpt z=-pKtt_`D-xbsQJK#66@AQK_eq3#$?U%TC4{p(Q|QE)2jNNg#e#q-yYnP!hl|2bAS zXaA1WCCwciOk{D_+A|kSD)Vf^dy5NovDF1>ee z@|d#rBTobN8Hy5(!(2}w0#t{5B zsD1&jX{17~-O$gK3pyx$KE;J`gDs?~UZJKksmy_QU{ei8;t*=EDluZtQO8wzF+Jd! zcT78`$qC1YmBkg+eQoJ_u`02p^LbE-0nBWGUE{y_(hyo3jH#WIf}XRlT9@%c|L1iv zbwDMAqtch?j#XG=$V`ZI=`Mq6a!x2jj8^JButDO<1TvxKm>#Sq;0YODn`ST4QaG7Q z<~rW2vo?%6m&M<9h3gNk{be|@B5A6oC>R3bksRn=fzO;gqPNs6Lc)T|6EjS~xHZyD z!0CW81g5wKFR|?Zo5s8AYjgUjxfPs6Fi`;chuCO{+HCaNX$=H1R|>}u1*#H?fFs95 zfvN zfFGcx%~HdHkt!`y0dFa2L~H@_S>ceaPzsoH7p}|T@3HYV9{DA(T%_@qxklLc#5Qi2 zd{u`gmWnxM$}BoyTEgp!!RALbcw|CbW1IC}<^9oM5_rFN4*4>`nFm?k z`?M0GqqX8*t{M`s4Ow6hSUdCRQnNoK(0Y+X6bBugZ+?q(yXihNzEb%JsRSe<>1L6 z8miJBT2WnUrYf5LMjZ$ch&{qh%4k?MK&Bg1 zezauL4L_!cptX$LlBsNsC_Fz!5-AoB^apzPN`rn|qHVPmB(UUUK}`#f zJ9hgQ>3@|83)H;(G<}7uADSD(p}oI0H#kZ42H3a@7rPJUG_@+$R#_;UCj~{}QT`PYsa6h{y+&>hDn6Sa-`EsZ|9ASxx>X z$=tNnVD2YS57GZ7z`arHU8aXlV0s$V*7M9TGfXWp!!@~zYcLH|G{2@kJ>9wlOunJg zBLipR2S*Ku$wJtjRCX{Vcmy&Z*>FB2sY6i-U;I zzrP&LHGV|W`BX27WFo1{(B4>Qi!3I9?JV%EMVN%uaIqouA;b{Py;M27%q4CY9k z{u^Tu5|))B_rpl~7xN~}CrU61mL$&6@gCzqBuna6OvF;`3 z>D{=N_%)SkR3*d7gsOff4kcD;UU8G!yN+G~u`J(y-f<8~*Ck~jon?swJSzwMLi;$l z(8-msoCRT8GRvDll7q!&I5(nIq80(DpAF(YZJ>@*VcP8B%nWWM_5sHhw6tm?Gk|GH zfenF}Edl{kBXmBwl75@~l8m-amI4ukax4}rDXDo%wPxM`q1a9KC&?Qt(V0_nY0-%< zPvn;&I-3;K7(8;2m!i4@ra_~wkC%g;G86KpfV&tJ6X@2Ig33jY8{;>z7XiRUywHSz zDsZk^>G`8;RP7x#VD&mh@J(nS^+aBEE@mvL0ahpw+&5n+g#kcPOCB0j!9EIL!}(Gb z2-B2;RtmT`EMyDWbPQkx_jc`38#|4yrwJXqo#OdyG^7kNKzgveY57(1tG0MZw>;sV zuUSsDXuFzf+#q~xc?f=%0483$ zJ#GE=jc^W%)-&+9T|69#r=Na?7!mFyE)uVkerh?H3DkfoqJZosMxK6#%!IGM246Q3 z4SAeag&I85Jt7ox{) zlP=xrFd`z7)1o+}?z=Dq!1P0A?gx-lW&pre2X`Ug^5VIy&+LoqnTh^8?df$6i%XKdjLcBGA z6txThTAIejj*)O1yU&q|Ab8ruJ5fF580jc%6r-b%a&;7Tz*3U7g__}-;SLk1sdgui z!IZ)Gig!=j*06(6lS}LxDd>E5%~2EN^A&Ift?2%RZyZoxjo+;`dU;^~!)4raRc`cz z{4aA;pc))NV9L#~xi~REp)$QLV=H4e+v05CKr`F$f4uSR)5t)O%H)3pZ1WNz_>u#T z)7xfCg9VNW`ffyv)1KT(y+gkU$2l3NxN;^~3PZ~QxX)1l@r6d~>smq)bxy5$FlO*h z`iEUhU4N7Q3f*vIJ?jRE1l`QUcimU_!jTdCF6Trv=pHA`4MZN4bI2)b%-APO+Ot6P z!DPX$+MaI9LuOhqEc;U;1$U+tR6cugh-CZOepCX`AIK~{^t2RIK0HosM4zBPb50+R zuL~V)36Z%sDu^(u`cNT|&18#(z+-Z4cXpIHD?Z-7BTdZb(un~6fudtAJisi0K@yrvsO-W^&a^$hw>WFr%kw3V!eoE*htjo6H2 zHkI?gR=vzGBsraUqqB`ruPoo5CccXQ+s*z7@XOehL?SUq%#mXhM!v8ExQ72q6j0wI zK6&~XY61S>GxASVDfxm;X;TvQ)_gc6M6l{vp$DRUhjz}Wa*v>SoI&PUVZ%{)R#3y9 z6+|yPiGCnzj>-4^lNz?b!%p*9IEoZ0s20E!;6CCTVs4EW)6l2r9b$$IRaxMIqA-j1 zIy0MGoo@@n$z%)L!mu%;UL3xCq4HmXwh2ha#YC2PlupCN`6WGoyo6x#`=wS5v$-OE_SFPBl@5-nV% z{=; zN7-?zsB9~J4@^aE|FX;SG*g6IM#}+TL8iw1tn7+NY#<*of8vU>j!MaoK8O-$)d-|b zXDqIDyWEn#8+yNDPj6(J?&0ebJiPxqs1=}>zyl*a(h6V($47aVz1TKhwMTN=2+cKR z`wD%9K!MNY(by5c!uDDBIeco38U!h&L?;msu)Jd@^4GwcL)9x~)*;xicF20Rj4C?0 z-P4PI5M4$XYInQ{OL(92z6UxNJ()OLrgJYN^6XxAS@cNvY%;PTK31cy$|L991Nyo> z+;&s|FnLCL+FKyprj}3v=b|AY%C*%ye(VX`$55aH(LT!d`$wTWXU{b(#}xJgOHNx) zhhGXhyAs+}wPBaHrQ>49MbvY!|14|n?p%&qVSBG9-dS+?-Daf)r#4$~d1#~^naG%( zK`^1e0a+$9sbx$Ga*14Oc?*D+1t};c z3j>$^BGikCHdw$?J`%1?l+~t!1ZmQFu3UE{WOB|PNo{eXwV2@7@0+w0C~#Tzz>(CN z@%nh5%Li_B!I*xdf8f;csbK@@K7P(Xk1%(iB+*W^;~%#!)_cqmVovF?VMHzfIl!q) zxB*<(6XILMA5F9b6mDA^R#m30oyndUuKQNwFAqnUxBz6-%yNg&_S0+jQ5m^rq7vt24bL> zMHo|Bpw|I~X-cZ#WssVne|Qg&p8%4QKmr3#XAQ9(S?(inhFts2zMhw}iGp zi7BLs7X21|GWh~!A>1Wkh$j002`iY5;Fn~i&!sTmj`qTo)(fTdBh-I_g{$qoyxOUBN%_bf+|wTO14;*D>Ei=Np-K%PJw}q_j$idxC^Q`iS+I8>;+;kYM_a9crGqgwWPu`NBScIdW5@pkL7gY_9Wp+U{3xgRY%`O zWuq&UctDV`U`oJkC+dYBIE#c~h?hmR&az)wOpjg}&H%2RD|Ie-ziAr?UwKAl_{wl>1CWo@)J!aLyG zZXgpW;H^no4ugeI*Li_?wSN50mK;puJsr*H zFo@Ty4fX?0qUv$q4+6J)MuB+G%}`%>cNY`$BK#Uq@Zp* zqgOErCo*vjbf$cI<0L*!~9BP4XSudRWt5ust+i77Dl~HRjBo%pQMh ze``Mwl6ih?U50Pp*=7yil4xj+HG7}4>XFd7OQkh^r7P$k_k9cOqAai)cYmm++&Fj-lL{nF;<|Ovo8v5qR1zlG z^;u#Y5C*Gl{ohpqg3{4zP_v^);k5=nWnhy(UC9UA+yklZ`MyWmOwxPT2H=B&j;$Gh zW%b?nRaTTU>1yNJmodZHk?=jgOw0BS_;NCXK`F8$I z+uA50#{MLA7u>O$@~Yo2@xmJ0;tfu8@RyAkQ`FTI&}Z#}#v0>Ge6X8Ss~4tI*iw^Y)CYi*3t{b?;y$z9LUS{l7SN6NKlI zvt9Jk8v2_-SE-Z!m1n4w8#z$ktE1vyN~*i!%NyFh7k77-lpk5CH99vjr(fJBf+WN- z`=v-(RWzG^_7+m)lvhY)opXgIgMYY8Y-%E%R+0USH$`|sNjyh<9*2S zZR?gYjDG(}K&&wb&Jm-SEvJ1auJ^Rtd&{HOh3{AVzb3Lz)e&vKuTr-4w6)jA>%!Mh zB+xN*%(@KGIto9LiAFH|3B+C?!Ouf)^&Izx@_dt8WlD)Hz^!90$Y8VS!R8#{HCPS} zh#1gqlakM@ia^(afm@*KvoRab#+;2oYi^~k3OJw-0&Od5^>x$ai--dV_w_g7^tyny zu^fa$^A$AH1(!!NT6Q}^JoAr(>zfc39fuGs5p#nD6Ph{L5|j%6Z@7kkDA&(w;V_Qo z-vyZWquLks4Rn|tj~;>;{n8d7%d{pSEf|P|gsT)5(I|a{ z^1gGDGP(TgGPpsukS&y8Yp5x1HmelQ#K1<)eF)V?BWmUcp1W^MCB?}d5r`yajhPIH z<0pF)_#q$ynm5xn1gyFtbb)5%&|s|N`wAI_8>?ZeCn0upNF6*?671VbyL`jGVVC&P zI)(y$&iZ}B@cW_ObHDF+!PXs$>L2ZZFQA#r)fD2tfE#3SV}u!2w+ry)=QjXx|9SGK zekD>S_?3PoKY^Bua%;Hz_h2PXRVYht3_a`aksLQFd#K?`7#i(IS0I`OR63oO8Q_~4 zykp2!O~hxXs>~s<^($!`ID8p0e#cqMW7IS?ok5Pk#LpT6gR$uP5Hr&&Bq5U98+97;W*$)gAOuPZq1Y$F)jF z0dR9y63<@&I);2+uGTv&&VDUaxTrzGv<)GlIBM*@OXPE$(g92hHa6nk&hoxxqP-}$ zg(&bm6M7{@`qiaJN2^-EMym7OPb~%9crXO3xG#6Zt}G$TbDG+% z!Fp%-MJsRR=|U@4->35Ig>Iidr#LnU)S2YB1H5(3EpcCGx;4d`0ysh=^XHZflS^$7 z;$6YuedO=e$Y7rwhr+lF6Mm2)PI9+YhAjys*jP4zmfJ4S7s*11f|s5%7|TnoeO48> z=6&4S$0hne&Qm_L1Y6+n)|aDFN@Pmn1?@ZZ;xA4D{1s@1E;JIhH1i(xr#FmuITVDpvr5M0_vYexF66bF8DuY`lV@&=2TWF$Ks9x-=OF2XL!pR z^f@$!nU?#SW?;%W^NkrA0>sdF^DjV2Qtx!cL|aSo@#(GtW8IHXT7sl?l8v(l+SU0X-vXNf#+ZXCmnB1j#S?b8xH@ zz_IEO2{c-!XTVz)^x^?!Y5~6BAKUq^S_}O30_&_Ea%8CHjy6vuO!kBGUAn zoH0SW_6ZD*h@x^`GJEI$egtt#pi%G3EhPf5L5)qf^z8z`iWz~y1NNR}3-$$AMj4=f zrghNKju5?Yi-G7-Z?3$TJjP{mnY4?`z)R^p!gv`wM)tZ^?mtkDQ!4KMjgTepgFYgn z@Z~sU7wjApK|p>2LC9=VG#5w4-v#hFG+=-O8HsmOi1!gyQ%EF!`-t-$_>)8u5;D=U z19{PJ2ZLZe`8N52P%RQT9|q?8f9^m&uwM`RFRNEogI_(czUORXo;kFgH{%i5exj%j z6r;^6pEBcr#q`C{YsG5)iLiD23y@yp(D5#Ko~i`T81E|27}R|x+SG8#;Esj;J-aZy z9@lRG5KfD2^Qu1(`w@DX2`$AWnv|F^qzoxNevcnLLMR-|5ip4kL-thTANdqMg*?Qk z9R8c$zGH*Rn!drdR^MbONP#V~5<(JtwY7EMW4R42YzSYmdKr1cxn>FFRBnTafCL#80l^ThL6-Ew^m# zT($wV^#qjf?jrJB%lDXEExkqEHb4wSzZ+y1VP%hh)-m;~2xO4>hSASv3`<_JY9~LpdjacKGYH7Pr~; zH*|lakpZ=)ZWt1OFcucZ%XQG3sY^OSb<2FCX6r0~2gmQ~x6~9@Z=mlwd^<63vL2G& zBCsc{WX(W6?<011jiI6Yx(sO7ohrbKyOdA_=aYGM+TVt0+;nY@9up=@gvny_6l-El z6wV$L)Xx#4HR&+cZ5WkCDwgk__*>^sI)6yNVO2SL+>KH&32w;a1pw{3P+B@}QlDtx zme7CyORb`_mm5*Yg8K%)W!Y9eW$EiJC--TgpHT6~$PQm&(*g=8QRjdNQB$ey-_kl_ za3q?lW3f_dbl@i)mz;^ahK4II?RY$oRf`*)ejilSq-hI(qrzA zaywDGg!p@%y{`X|Q=o7|1U_fhrY%4F+0V9YAuqaq5+U#jxBX1U&2D`K7gZB2Iljx= ziw!Rp41GVZZdrWVwzti?#*m=fbF_~=C8uMUu|S`+Dux@5=ss0Oqs{=zPjh{2d2%t9 zqI@cEze@eY#=RBW`6X^Mmljc#H8e3JlBz5%RcaX$Ho>}rC}5T%C*mOqi+w#p#&0^Q z>!bk+=o!8~LCJWC+5zoHM0`e6MU5CEC)K0UZzSnJ&P)6&LM|IccEjTDg*d>dEite^ zqTIwYY@T#r(ifvMe#jjF2*tso8Da)eW{ikc{JJ=eP%~b70NxNN-ci}A0kaWEme+8C zAg?hGgPm|6*a@Ry#V3etN#6k_o*7jDmX+W^K(93c+(nTkaz;lv)KXe1v4mMDNW+3t z5|brc8l7`aAon@vtbVKCIS2g}`hxS5CwP_R>fT85i);hs($IIK7PvBy<$P(FQYfrI zr%QD7+9zSJs%+L~5NEE0+Ob%oB5FkVh|i+}TFVSF2R`Z)B@d1`Pp|tcOhGkq^ATTC z>qKP32h^3KqMLS+ zg9iSG(olt{All7P{RKv+IE%tYi?I*1u22av zpfH0~t~#{Zna$^-RDA($wQarJdj2!KIk7hH3*0)WF$Z3^wR=wo^V&LP1ezj*JK6@Z z;2sGvaORt+8OM`VN%Wu^N=`6XF(fkq`c$>SQV7dn#GuFQO7MDQ2{3cC^LCyFX`!8$ zN5tNi9dMTU@5a#_8n(MSx$9sbX>4fcbzIP(wu~cAhS~Ox=vxj7CZ|dRESYE68cs*0~VMqa0~FQ zdFK+4&?4WO!s!L)61{+aVdv5|fl!}WuuhOTTR89r3=2EQHQ4dEF1Knh6ukYUzTYhE z%IMmN@-ZjC?OxLdC5vbuDesp{FTZPA%15Lp**Wek3KIj92-(AE^L{|Oo!|qFS}_!K z*qY*8gPy_9l_I?A&6K#=(#K#nng>x!OlB}UxV`@Z+TRKVxpUxehJovj14gy;TxTk1 zXTs-<_`oMn6BZVQ%>X$C09Q1$z%S_`Cz=-95f9GMiEr$p}*%}W)|0-T7WM}bre zRVt>ZKGwPNyo)ezK%jj6q;>;)2h-{EOaJ`nf4~ugcDG{94@M-^H%Up(^r#fUJ_MyG zS+(+t1{d0U-)|m|I1V8B2K|)GTHLY^e0^X@B+44d*A1-&q7R6Y{V?MGARQiJmjII( zNFYXFtEwbPIko_q7zQ>-zxN4F7Dbu?VqA2!l9;;D6X%92B-Q@45zVX?x`^a4Y7!DZ z^`a3MSAP?EDz)MBa%z&?wSIjv^@nf#h7?HhBH~4{>LZ>|Av;NU;mR;#k$O`lH+*4& zUg!_xYmr`v%DSn}D;E<~DxGj+EFeNp?1SWGP{O8(P|zQ?+OqfujBG5levttBWIpO2 zBdwqPg%Zpj5495zRT0j{96;~^Vp~}IK|o^!l|LF`abBEA)N@PBnkW&U4s%QNBVug< zg&jPuF4rl1>HK$r0#we%m7=*S6+_)g26<2d`aeXFrH=#~FPqcE9O5HEUyMHE53#1& z@4>hgT7hz{f~_bvi*-Ht7XpgoT#48~hOKBiDFxNfts;683*!SHT}VPIFnTjkwj9ZC zTQ76E)@R5=QDP;~zfOIP(pJjvgh(93Oi%Tu;?-HPLIGQO16{f;Rw;j2{ zTtcO8uYY>Cwlj$y|od21-<(oUTd8pA-_pM znc(rh7iu1nKrVQ(a&50VdJr;mp$SyjvdVn}voF02M^K5;8X`Ij@-iY3EAyNKtJd&R z&yukUNWvnk^WjL}jUBl?JPmz)E}7f?F8D@slab4Y8V5uIsdS;WI)ETInos1BrYI0WU1SO?rz@w?YEbxz!x>)vK(qUz z`y$D6KLrj&YdgRr+yUhB-<5?}7gcd|ZgdefodC}&pq|`}z5}=Uu;>G7>WVrHWp3kdQ#C{MI{8nZS80{2b+3g`E;(Yk8YbOcC?qM=1O0Dw{Jk>{M^>45o??N zF{w|?pyay}4AfoXS>c;GaZX-r@GL7KL87wr&rIq}z#KzE4a;&KC{)WlM&uTQ_n}LK1P?7(C>pFnOXP~eY@)D%j zBvdy=zG9 zI?rHzS&uynXXLCFPzOB@=33q+A`e|92JWxlIK^&GUaTfKRnnfI0rJ6|JA5gQTVs9l z4h4J(Di0{OT4@Q3%ZTZkU7_q7~sMLx^ z)xQ|Gy@j{{G{{x>6+r62(oZ#s)*!gQ;&%wbw?2;5AIYqQmD)D^@0mo^$2K=lc)hAz4>SIvg&yHfS%}3)NGOJ zmo}V)w?`TH!4wR!yFBd2H7jbCMMb3z{swQmP)d)2Rwpb*8{$Ag!Oc~8^+y}YDK*&- z(d!#mu{riXkqEr}9E~Z3bAdbAPh`zk!0(B6o42v~Y(Ax=N~yc7zk`~hpqKyEQ$aKLiKa>9ywMq}-p(cx#A+}NJ(ti;&R;l;|H>Io^R>FSC8tZG-a z2tF`SM`|>cIH?rvYO9iA0N~knSiTiJVv~uEZn?DvwoPXd+BDKiKK=+_V;J zdA+L#~bh49p8u zEZBNa*j9-&J^y2!X|U+HAM_1sth8?cYBaC}4IMv0n7cH{m(ahvI>0PUF$)bVY?*YA zEprEG!>boH&OZh39++=x(tb!)5LLyP(G<7~uD`6og6)QuRA8#OP{2;U03>neOv~He zUWt>^G+A9iG%2u?*U5NV+4={5yzxSLTTS%pJvwq~J)L-b@~o!ePTErjC1bk>{!5kt zxADb0guAU_DYxX{rnZn?)}IB`gijQB-D$Nr!|ez%%Q)Q`D7xwMP!z02BTDD?2r797 zMzLiuFmnrN^;T1Vt6vIg*gp-hBKkyZ9v@HI*3tvMI29^}zySX}`CO#(M`ITvAkAB- zf0asqVv-uWK`4fVuED6=i|Wv7?C2mUa|X$jvjc>>KSqN5lLGKIczJPtb_F~ z;AIZ82Fr{jyJP18KC|ZC=u&PD#EtBy5?NB3J!AvcGAqv7{sRl0?OCi9DDUQ%|K(#g1v@tOtG(exQ3HsR7?9x}wkQMV+qo zwabETVu#f>5vhz^W!PurF3A+WGJ#D7KqzHOyR?!Je)$Xp;6%X{MW9 zr-N<_(t0>nR=p!v+}LBb-Ea-79yj3Bi2ngo-H6wM!LhJ@y^NlN&7{ZO_Xc;$rOZP+ zg-JaX1Z9Ex#7b=2tnp+Wm1^khRhJ$CMML!?C0vogpCcq83W~D``X%35yxg52ogRVz zYTe@4f_=Q9#9OeTGLzfEJwR^(sIExw28jiK@8$C+4q^f2GDvtv&~v$!ZPb7)!%wWz-GD>Ld0Rh=Kz7SW3aE>EL4 zvQl}b5pkUes2>4*C@%LYrD?%XLjN?1p#&;-C;@2j^=R=Gy#{Ov|G8ti`Y>S%1*F7n zIQ!1qLj#ER7oR43qiM#qY-94z(Vk8e67;^yQxv`+*IE{>W?0tROCOGfn#-{}bh|Ch zy9X*3=6U9aX_Z%;+15E=X3sgEXg`nYH+ygR(lJE$!xYuq45ueUh5{9n{tEO8)n@hYjS2UT;g)n9*Dg1-eu{ek3`sO;Mm_%3$+fg6leKy&dxX zWYOsh`|I+^VkMi`)s86;f=0W-+0-yTW9nz zwvip-UOV*u? z4pv=yz@71EuQ8;!h2N2jMjhST!K$FDR~mKr<2P-2F!g8YKPN8+zAcS98sGo9jNQHU zmE%=sbnH|A=CBhaxs3gh9D3?%DX{FG{m>P6c=+N{~0a z^4x=ps%2nF09JVq-eO6BW*Dc=ea$N`yZMijCqZ*e^GdYp)8Yr&{h}~I4~wzcdNChd zB?sF@hlbDa%7Dqc6VtVj1MU9p-U|6Njw?RJtL||R)W67EgJZ!lT6t!TZ@saV&>X$p z)OWu69Q{#WpsAu%u6HRp*9}3Sbmra2{Qu**7o8h?0t-6lN}Ss~#s{Q5(_U8zA<+=f0iJl@~JHObUCyS1|y67+`O&sQc7HEN7fJzOH1X#bKM|q!s zGyyVA!p$eh$h#zZEHDEq;3@=$^^e7EjX6XT0{b)ObR=}@3Tm|$Ryfgl)z9;2#0)zUM1AZ((9gg;|cf@(H74iek>Kda396Sc9SFH8%mr4DgFFU%bJeDFvE312YJaN}`=>GGYyRyxV|L^Y-xw zNf{120`4o24%Hdp7$q^eb0CychU+Vbp-(@==ZgOJ_6pl_e)}$9r;AHN_sgz%wpdd= z!KQh1{MC-we^7f5yT2m(QgQ`gD+(ldkpblw5;f|Y$)<_cNYJZVC)Q=uUMeYRoo<~* z-3RmgBpEjZQ#1a2OAea~!+hsCqb#(~fV&A-j1&+3!*J0TC*6gnjmE;KDmFfu{p4;S zS3E4;*f(xP`z2|>n7S$9XJA{&d`BMftz<`UnJ2QyxUwq2RxaI)u!FNb4-Ex3ZEenR z$2M=5?DyBNXMRJD3jGm4BF4TVCpgn^U-eFOa~|GR+28UT&zR%!Vtu*JsA(Bck@5bE zRk^gQD%YI7yg~pw}gaHdsib5>(Oilj^{<2i3rq=-H8CsGp<= zw8}jBElI%Vn>DwU2)XP&`ruYuwzxmEYK1K?x<3>|RZY_VP*-YNWPhlAg1u;eSI8A| zYzv>%4|#Lzhoq=n6@3Qp!SoQ}{ug1^a+=LMv(Et706;xF~1yOf+q%H`fEqq?l>2QT?a+^sND}>-UP=?y9~WaE7+ssI)##SuYcs4cwv}&_}3)%hmiLBNJb4=t#mU zkg?K^rXG79Ea$XO$dCgV7$LeqjT#cbjG4Z4#t6Vcseh7sS%K60a6rb;TF}0jz8He< zi#cNA=Ng9lV%V7arS0A8Ug^HOw&|75O7zElG2(?0BdqHCo(c6DbxO&Vs#y-ZdyT3M zXFl0*^txJGE_bBWEs#Ljv#AqX!a&UxgUT2BrDrfx2Y-U3wg;T^4Uc%=Y)kRvlGEgL z#!GJy=cJ*t!hPw9@&Hnz#;2Wnml>q*2&&38zPtOsbM_D32c^4k3>pSDuk!tF!jXD% z>~u=2>+G6iNeH)+DuzJ9P$l&%)im?6wbKgRf}&glo|%w>OZZMp62#c2u0JqYg=JK)WnZ zaU{Fhc0t2MBoY7U4-ZKIvZ{fc$B^YVny|l*mC_FCHB4GmdIRYK$BhMeRdFH<)a4P> ziv}(T$kvld_8Tx3)qCTxqoRxCLE}P3d#(?p6N`L?I2mCJpz{GF!Uv_9Fi{7#DcKo< zMLcsqsE`XCa3WqamMhF~9$5Cvb@F1h#*&H|ENOE4WF$|1feXCAgKN)Y;#wT%N;%37 z9vl$1A!`2yG#J(zKnv;o6>(Xjlo~z; zAX=OJ7C@+FG=YG1V0eP*>T@t)jHFT7L4;n_231o z1-eqZUN~wX&PCI|>rz!>*&I+ZsjW4erJ($je_aO9CtMrlSIc4Rc4NDtM6cF0_HDHf zMT1U(XJ+C3;o#Ilv5!o`qTqV{VzT;f(2K zxC+s8_;X16s!*t}6DDAx5fNb<<{lK!1?!&bha4p8Bjoz#pj@j6OhN}*0u#(5o0`(F zu6S}e5nzV-uoO&T^cf6*r!$yYBm)9w(Ua_;WBu`<<3bhqiEr~>qBlo}X>=yH%A0^b zgP&vAHebEVo38B|Xv?z2;@9wjN%pto5*R*-LFY4YIv+%zpjQpek70rgyrsb7ePsRZ zflQ>zj)uEYdd4W59u53B(nSYOkc|>5%N(K>nE%V#yT`Rz-)+FC+lp=z>hnCK-Kms4 z&!B4x^q|l>fx2m_Zqlj~tdD~Lfy9O+CZU13jr)|`cg_hA5{?OH=n3cvXl+Z~p{Scs zb))LGLR|&w0otmdduHG3ci#zCcX;1FUca9vX=yD@e!uVW`d(L+Ert9He{&UAVW@|i zxL(tL0I5F+Fd*(ZZJQ=@MCQ8rf@DmN`NFXH&5}dl$qYr?ysg_>x59J!x+_VRM8`(d z`4;3%0X-zjOQlrD5!McQnMCSH9vL?t_pBqz>&cSu;?MGD!PpwdH50W5GYCAyhRD)J z_RweXL^m`4y+459oeS53WzO zFC!g7s>zauriVyh`2aMn+?>$T)2Rr?NQc##Bie)O?-YUX7zPaHv}chij$|lEumYY& zenKV%+!t4iV3Xpu*NK z8V85&m%MP)EpLNgSIYe**pvkS{pY}6ApCcI&N;$^&l2RX$kstTB;6k#m?VN-L?RK9 zF#H(GAQ46%c-A--&nzR~llXn*n`06(?j+x}cttN^ipV`p0G44AE!qj-@Fal4=w@KX zVz7j;{T*R3H(y7#eck*K{+a7j31_mHOa6p##3zt>_6)9)jAC#s$+@^ed@hH(?*3$* zMr*wBY?!OeRaCRimioCv!Or~4L&08>gk!`*Va|lFr<2S-z-OOi{xTlJhvLpp55yYk z0s9X3x5@X46A?pB1YTm#rW95n`WFyAWIDDHr{&n@*v9lZ?pqJR0TdSa+`Zp+_$?{e zK_q1<(ytH1&Ij13LE$GSacElZpOjJ06`9X3fg6(6km%O#@X zL+)7fU2;Q9RZA6}LqohFJpDy##h>8?J%9OHt4=Yi>0B&92NL6~d3a@deOHg0q6L<}oGzQt`kCYQJUWBs zG}_Hx&!}dwKut7$+4EX^0fy6b9+o>WpSnb#ay6?j=wNiI@wS`#6$dQbxa^;+!bD3NwBy1^1 z-sO9btLR=vw{9cV?M`v0P|eo- z_HL`Gy_+B82ivhk?0+0H!`>0c;?V(TboDCRATeJeyUdrEkg?u8VV)5Ehf_A(3i>N9 zyL3MU4?ys+|Pg)0ec~9OMux!e4MoZ5*RkQ4-Ku9o*m2<( zTkdJ?82+X_c;Z=I_j5<{H0(!Odx=y)(#Kmr?6^Pqj4xfwoHL;23>&JOzS?QBq=S$- zXJbXKZK#Rm6JQrH9IZ^(G&y8Ac%}9C*)J2~s)N*leETv2XwJBdfM;8!T59S@em=rg z1rME&Au&!7!t+Q%o`T;`?ZoJV*3!!Nwb)(PE8^)V=`H_cLP3YKWlSjiOB0H4zWmY+ z7|Q#}eU;|stAC}$f^uZbCH!2!ZX-zzh-(v0BOi+xQ%Z6(0)Qr;Dmw>1{=U-r9zp@w z6A6GX13548>0}xM(3%dZI3fB?W?%aJ)&{MNR=I=jAh}$~>Br2^tDu(y zP{!1JSSg2py-)$jiHdq!?MW|}dw|Xfvq~U6mPB^uG}bt49IB-p3}!HCuap-(MzcQ@myCQ4kFrgY6;I1hD7IjTj;@%O8yY!hA5mjy9ZQ zM_sy0Y%HaF@R~>r$?syvv?VoeN0nsUw#X}-#Rc>GTf8PdI~=hbGv1RMKw)&;ksa9~ zsZKQa!466hs*j{C!am%(`zmyJl;kuMEI&w~I`GpcJS!kQ{-h&=?tDzHraOv?k{(<` ze~HYi@YNefKS@j@?b$-N-9w#tjQ$H?DZNLK?vZV-dF#Q>up(Meq%n)!yakC(J*Oj=_hGN!#u!@O*cnYR#m~Q!nTh{ zc|dkNK2o&B8iMh(8iOUNibx+JHGYlxr2mlMCSz=39MoYGGTKM%Rd(d!*rqrt^Y0O2^@DwUK45+M zEg|CChc?=VkPN&~Hze#e)P;nNE(qj23%VMShg2-C!5*k^R$%x#t(B`gdj|h>+>0Jx zak*P3ua7dZ&z$OR@-!7-={iO-F4rDY7pSX(9y)Hfc{+(iWs>ZoCsMMMWRS=e7+D8d zNR_4)^p%{8uwBu;Yy1_Ct3-F8VMbHwyr9)2KReNHLgLeJ>NjEe^U_17NGrphjxn81 z)%Q40TOPZiKZxA}lgX4EPW+%?g@vpV^sl)eX!WHjj}(`ru=(~sr>CFH&Uoa9_nUtz zr?H+}r-Bg2HagROe^^xlL#67~=y2@Y5lT4v_FRdOr`Cn!hETt~q6jb`z5f|;v9o$G zVjLfN1vpw90XmVahtDqCdz1TVziRFpCKWr{Nbof}7TvOD!Lb$~-(y8RTqA^>*4D=O3uPxqFwDmNT>7Y?A+U z#K`DgO--<-QTh%5wnE-zt7e~ny1Y?ma12SH&Dtqym`qNIgdb1I_h-9?RIZ9bZ7;HdfytPpe`lkBQa+oEeH2{D&C~6gQ$;okL5htYxS8-xJdT& z)|)rf^YzT9Nn-tb&Ou^gaB&WzboFviBNin2pTHy7jpS-P-{aa$kzgZ6lSrr#Zl_cm6XMxaau#e6hNA*N0(auYr(3)hyM}c_j$(Q~}p#sT9W41if z$Xw0jG0|`}@9f`fi!$ly)nTt?>k)3vl+uFcvp&pl}{m1q0_xd>3hws>`AYqsV^ z-&9fUxY$)3TwSE(hFVXEb%5|(5u-#=^H%kceYtl6P3|h*WciBqib2&e&-|Zvw*LXp z2p0@rrRcha`s4Js|7T4_?{X&|2uoG&;XQ11XgtN|0h45MT$Y&yuNvDNDld| zQl6@xDh_2iM+Dt*EFg*5)yesuak=4@oJVZaqzlOAgz*oL<8$_XdPFcv4ut)g>pmlLz;p?RZA)oXN@Jjb$Jc?e?f?o?%z{x_p#ci~ zMAJ^h{zE&AuBRf0Qsmx}1%F%vF5AW$LW~DClX|%htvAIQ%icDmR@GFqo`lXU`&I4H zDhYgn3@LaUn||o4L+5;7R`9LfxQMZ<*p=I~oR|5QGa6k0vN_lc>i_iA&6_vUV=WQt zf7cruWUftX*KT>GhMgQrSIfUMyPEK6&Ewb|dur%w2K@+{fGq)P+Pd2R=Jo zKRzmr^?tHzv#KSKx?xi(KZg#<>ZOUE$BT)cbL5G;5;vq{xE{lOL&W9T7jK;B#ceRh z+0XX=S)Au-d*gazBRfsjxfCYPnkJ#tS-(ATd-G0Td~=$?DA#udI(8_1J%^4qy{$U- zKW=m5H|z52^4Ze5d;q%PUgn!`x!7E&)m+l-k)j)!(TNiWB4Z9D(Ok(jQGn7&>Tpf+ z^AcY=H696mOZz3CLzumYcp;WDWHk^CflG2jC6Vz2xj}I;1nnt7!HiRa5uuM11q2uz z)|0A?cyn_|%tg^3uQ$ZgVNqQyNPY%b_N^sg+1OIq_E{=>?k6&|TYzm-7{p1;((23< zANQV|oS$U&A2#D{QIQzUUB?l8dMkN{T;I9~RVzbe_a37eE>$=WL}C;`ANI{^t?j%u z!K9>m?87R(J9CuDH?LZwgVlv_+jgSgbY zU^eZMtJL<_ZIhb7N(D1jmxl_#5o=%@5v{p3j@z9rwu=#ziskF}cvaJU{cFOl$*&OD znsj&9uC@2duPW5Ml5ji+^2&7FVi-iAXx=O(0*!GR8oYL_;7aq~>-;Y(Z$vYj94vl~ zKcFfT`t|16N_F@Sn~-T#j}QQV8(4$nmLYi?Rb-v%l(((q@^qAKsh7vIV?k_&JW76n zRLka{Y-w3$>2ZVz($7t`{CGo4PRj$9_((ov?W}C`eQ*|TX#4-QoZ$85ovE|>gIFT!2_W$Klp9(i*z@4eX8V0`aHI1LZh8| zS}@{jvD*Jzi>YjH7CL2qRa*rHl)Qi}=fL=-GM%xqBZbL2SV_IqgROdZ<_Y{DcPGD#~Y1Ttqs z`QhxLT=Z6RI?odGUl6*vJ)J_i~I279_kHCN7BPe ztt?M=-x_K$Ik|IHs46(up~V;Jp^j489dg&j)WwAGEDU;cNqvmfk2lTjjkCvg$vwHA z$A~(?tS=kTEsy(N)kJYiaOSwf_D+E%m0V*mE9?$AZ_L zZvVA(1^1@_neMdm%WGqgo-a4pHdH#!@6BufEqKtlr?-%;ByXKa09<4SV$a-G$7F!^r+6W7T^xN29GU}QFqyJo)w*L{|SGcl36sP0csMmBtx7YqMbUW_MPu|>#uUN#qaLEN(U-%wj97v18Ax5|F(G2TNe(^o!6|ru zbvd;I2j_00xQIc8BJ#EsVydra7MWpryyY}q5iZh%QQpc=U9|RD`v9<8Ky zAcsW8jTIC-rK!9o32Z0~u57|jS`NAzaRHfK#($gHp~t~2S38L&t<=f9ruD=>c-4H! zkZk_#=bMe6?#l4fgfo6SDIXAfJmWP@4wd|(%J{B#d=`v0dupFo+5$!;yXb_tt&}d1 z_~r~+c+y#_EdYNMNtr!hCf(u>YOeu7;>kiiznptCFdl{nk<>#*y{36nukcPzMG|fl zCxC^$Wz{KVmLW|s|8$@S5NHB0Z8&dqMRT&oL)4IgkES{ze}dU>b|{$b=6c*Z8W*=R zw2n>{zCwD$;jpJ=)hLre@R)CXqTz(?ih-#tboLuvx?=A|U!Lm)uA1;H(U@mc-!I+v z2}`PHM{#Es7G^=4T$5!~&ecL*7n)hMZblhySPD_Kf7nnvQTsBJ6$wwij206yF+A1z zF(kZ|TM1WpWB1YisYAq99^2A6PaGwE3-OmA!=Ymn@dBW8`brA@v9M<;i~%02q=U?3 zl=6u@`pfI^n^r&cBvq6`8*z+EsYS=j^iAw2I}bfI#+9`Cp)K1rM*JpF=-3}K&zrwU z|JLd6it7S7jw7cv%~9H#X6v?fXFTfl9?Ag*UsZFa(vzlW2#}cGFymR~iNau^BgiTv z;4Coh469X*b~+WvEYDRslUsmYX??fxCelbW%G+;h(>4Yh>koF$PNw+CS=@a zH`&qmLUg}JX8mSUYGGwpOe1)k=)T|=*0n4c_pT_?9^O$&!1ES9Vr(urMf>Y^5&{qs zKe-Q+G%e@)&l@9KK-dH7{`56o{orV*7wo2(0BCLCHqzU&di@&XnrFLG!1ZjhtgJN= zW3DrQ7r9%Ge*N&iceF*dcFQW#4HrA&cudGx{g8E;bs1^=IkyFNVn_AHF?JLQc;w&W zxNZQsG_JDz$mKALD%Ed1G8qUtmN}=9H{_nWO&pk`6=2C>OcrDVdE!g_VfK@@5FJBC z1mc*Wl$~>>k?{fTXBTXnHC-m(0=+{n^z@|pW9U^xKa`DQzs4;KbMMVDIhMJW6bZh; z&e`5=dl=O^wic_JDmRKxRp59!2KK7XI~2?}$jozpZ2z3CvVV|FO~uJ+6&{~|j7+G= zzXo6Mw66N>l%{%)yuFy$Z_7wVH`W6n8AiS*Cr*wN4t6GyNqAHl%r?pQ7rv`CKpP47 zr{YD@)e4R$lJNm%=7iO-uAU}7LIhAHzjR0lY0(R)^17ABl|$Jw?+GJ v<*c7_7 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°WT#)ga7|A$wD}44VBy;mez22=h_!SdN@xFRpZ5? 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

E3cFH%+^MAFILu} zZ3fhbD`CRyt>S<^fh1uZOeH=s#+=Oj0{5O`e}Q{|Tnx zf`zNvVie!^4sjQyZ;G=jG@>}wh9%Z6i}7v$X&t*(D=jk`Y{?Lz&O^KAqx{nC)_hH& zimeKGsq6_=kC3-3ZU0JVKDv(vc-?`D3>I~!ZRvW2exRm>BtxAjNt!S8k&O_X)6tQ$jRlmeH0C$Pa_0kIY8W?neNm+Xe#j{I{sv4EBOr$GhHPQ(ko*(!)wsChEP&S@^D<)hFt}EMp5!Y9Lyz^Y&1X)w9dL%X+ zoe3j!+i{c1VehLx_Orf)z6Hh?EI2kEEbWi#ne311&g%iMf* zp1JO1+$NK`3xJ|^_9Qz;dXhV-AHdrYAvNMd5&b8Cib<;gWb>k~EkqE5mLchIScT%X12? z5G8>Z3A{7J-kHQb0J-EK-!5Kib# z?+Qi2JV_l)>C44f5dcV~gy~lLr}#066|af2VL5pwpZeag{rp+}MIx#gh=dnNxzE;UN!6O(K?OoWeV1{YCOb0sFp^l1Y>fn1%JXZYb*&DU}XkCGuKb0 zPWiXwLf+ICBPvIr9nJ%#6mFyljJ7wRD54r=%YY1x{8H|p7cs+z;2o){Ytq*OGi(%8 z%+RqV4K+zy7&C;xi(~n(s|xLx%vH8q3CQ>4=Spep?oHBnrEhDX!@|OC@I)AH~3v$1xpDb!0)h0qRwQ;_zV_8S4!ro{

F6q{BLV5 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
Z2#WjT42uKsD9UC2ub8taFG2G^ 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 z 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

@lA6V$w$Pl;4vfY^LZ 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

    04D`YxgZ!Y^+-?94fs8Vm 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

    jwx;?L11hdlo1#R|Yl{Ze1rf3uZH*r#ct9YD|> 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

    )f-3J+-^@cQ20D*X$W3(2dh1A^1ZXu6t8lQ|PTA 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 z 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 I~2+U5S38tNJ*TwQgjM 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�VclRzP#5gzk4Gd@o4U=*`8$XoXjdbfQM2Wn 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

      jcIF?4}dC}Ll6k8Pu< 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 + + + +
      +
      +
      + + +
      + +
      +

      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..5bfc88ab61a --- /dev/null +++ b/index.html @@ -0,0 +1,419 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
      +
      +
      + + +
      + +
      +

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

      +

      K Tool Download

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

      Learn K

      + +

      Support

      + +

      Resources

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

      Installing the K Framework

      +

      Fast Installation (preferred)

      +

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

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

      You can update K with:

      +
      shell
      kup update k +
      +

      And list available versions with:

      +
      shell
      kup list +
      +

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

      +

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

      +

      Install through packages

      +

      We currently strive to provide packages for the following platforms:

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

      Pre-installation Notes

      +
        +
      • +

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

        +

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

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

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

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

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

        +

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

        +
      • +
      • +

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

        +
        wget <package-download-url>
        +
        +

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

        +
      • +
      • +

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

        +
      • +
      +

      Downloading Packages

      +

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

      +

      Installing Packages

      +

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

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

      Ubuntu Jammy (22.04)

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

      macOS (Homebrew)

      +

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

      +

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

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

      Homebrew Alternate Installation

      +

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

      +
      sh
      brew install runtimeverification/k/kframework +
      +

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

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

      Docker Images

      +

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

      +

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

      +

      To run the image directly:

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

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

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

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

      +

      Testing Packages

      +

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

      +
        +
      1. +

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

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

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

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

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

        +
      2. +
      3. +

        Now you can try to run some programs:

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

      Basic Builtin Types in K

      +

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

      +

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

      +
      k
      require "kast.md" +
      +

      Default Modules

      +

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

      +

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

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

      Arrays

      +

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

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

      Array lookup

      +

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

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

      Array update

      +

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

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

      Array reset

      +

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

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

      Multiple array update

      +

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

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

      Array fill

      +

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

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

      Array range check

      +

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

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

      Array creation

      +

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

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

      Implementation of Arrays

      +

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

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

      Maps

      +

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

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

      Map concatenation

      +

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

      +

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

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

      Map unit

      +

      The map with zero elements is represented by .Map.

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

      Map elements

      +

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

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

      Map lookup

      +

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

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

      Map lookup with default

      +

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

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

      Map update

      +

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

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

      Map delete

      +

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

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

      Map difference

      +

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

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

      Multiple map update

      +

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

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

      Multiple map removal

      +

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

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

      Map keys (as Set)

      +

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

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

      Map keys (as List)

      +

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

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

      Map key membership

      +

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

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

      Map values (as List)

      +

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

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

      Map size

      +

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

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

      Map inclusion

      +

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

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

      Map choice

      +

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

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

      Implementation of Maps

      +

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

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

      Range Maps

      +

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

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

      Range, bounded inclusively below and exclusively above.

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

      Range map concatenation

      +

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

      +

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

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

      Range map unit

      +

      The RangeMap with zero elements is represented by .RangeMap.

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

      Range map elements

      +

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

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

      Range map lookup

      +

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

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

      Range map lookup with default

      +

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

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

      Range map lookup for range of key

      +

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

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

      Range map update

      +

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

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

      Range map delete

      +

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

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

      Range map difference

      +

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

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

      Multiple range map update

      +

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

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

      Multiple range map removal

      +

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

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

      Range map keys (as Set)

      +

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

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

      Range map keys (as List)

      +

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

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

      Range map key membership

      +

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

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

      Range map values (as List)

      +

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

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

      Range map size

      +

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

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

      Range map inclusion

      +

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

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

      Range map choice

      +

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

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

      Sets

      +

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

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

      Set concatenation

      +

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

      +

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

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

      Set unit

      +

      The set with zero elements is represented by .Set.

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

      Set elements

      +

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

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

      Set union

      +

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

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

      Set intersection

      +

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

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

      Set complement

      +

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

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

      Set membership

      +

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

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

      Set inclusion

      +

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

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

      Set size

      +

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

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

      Set choice

      +

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

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

      Implementation of Sets

      +

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

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

      Lists

      +

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

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

      List concatenation

      +

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

      +

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

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

      List unit

      +

      The list with zero elements is represented by .List.

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

      List elements

      +

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

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

      List indexing

      +

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

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

      List update

      +

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

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

      List of identical elements

      +

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

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

      Multiple list update

      +

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

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

      List fill

      +

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

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

      List slicing

      +

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

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

      List membership

      +

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

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

      List size

      +

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

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

      Collection Conversions

      +

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

      +

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

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

      Booleans

      +

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

      +

      The boolean values are true and false.

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

      Basic boolean arithmetic

      +

      You can:

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

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

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

      Implementation of Booleans

      +

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

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

      Integers

      +

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

      +

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

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

      Integer arithmetic

      +

      You can:

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

      Integer minimum and maximum

      +

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

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

      Absolute value

      +

      You can compute the absolute value absInt of an integer.

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

      Log base 2

      +

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

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

      Bit slicing

      +

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

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

      Integer comparisons

      +

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

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

      Divides

      +

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

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

      Random integers

      +

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

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

      Implementation of Integers

      +

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

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

      IEEE 754 Floating-point Numbers

      +

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

      +

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

      +

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

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

      Float precision

      +

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

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

      Float exponent bits

      +

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

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

      Float exponent

      +

      You can retrieve the value of the exponent bits of a Float as an integer.

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

      Float sign

      +

      You can retrieve the value of the sign bit of a Float as a boolean. True +means the sign bit is set.

      +
      k
      syntax Bool ::= signFloat(Float) [function, total, hook(FLOAT.sign)] +
      +

      Float special values

      +

      You can check whether a Float value is infinite or Not-a-Number.

      +
      k
      syntax Bool ::= isNaN(Float) [function, total, smt-hook(fp.isNaN), hook(FLOAT.isNaN)] + | isInfinite(Float) [function, total] +
      +

      Float arithmetic

      +

      You can:

      +
        +
      • Compute the unary negation --Float of a float. --Float X is distinct +from 0.0 -Float X. For example, 0.0 -Float 0.0 is positive zero. +--Float 0.0 is negative zero.
      • +
      • Compute the exponentation ^Float of two floats.
      • +
      • Compute the product *Float, quotient /Float, or remainder %Float of two +floats. The remainder is computed based on rounding the quotient of the two +floats to the nearest integer.
      • +
      • Compute the sum +Float or difference -Float of two floats.
      • +
      +
      k
      syntax Float ::= "--Float" Float [function, total, smt-hook(fp.neg), hook(FLOAT.neg)] + > Float "^Float" Float [function, left, latex({#1}^{#2}), hook(FLOAT.pow)] + > left: + Float "*Float" Float [function, left, smt-hook((fp.mul roundNearestTiesToEven #1 #2)), latex({#1}\mathrel{\ast_{\scriptstyle\it Float}}{#2}), hook(FLOAT.mul)] + | Float "/Float" Float [function, left, smt-hook((fp.div roundNearestTiesToEven #1 #2)), latex({#1}\mathrel{\div_{\scriptstyle\it Float}}{#2}), hook(FLOAT.div)] + | Float "%Float" Float [function, left, smt-hook((fp.rem roundNearestTiesToEven #1 #2)), latex({#1}\mathrel{\%_{\scriptstyle\it Float}}{#2}), hook(FLOAT.rem)] + > left: + Float "+Float" Float [function, left, smt-hook((fp.add roundNearestTiesToEven #1 #2)), latex({#1}\mathrel{+_{\scriptstyle\it Float}}{#2}), hook(FLOAT.add)] + | Float "-Float" Float [function, left, smt-hook((fp.sub roundNearestTiesToEven #1 #2)), latex({#1}\mathrel{-_{\scriptstyle\it Float}}{#2}), hook(FLOAT.sub)] +
      +

      Floating-point mathematics

      +

      You can:

      +
        +
      • Compute the Nth integer root rootFloat of a float.
      • +
      • Compute the absolute value absFloat of a float.
      • +
      • Round a floating-point number to a specified precision and exponent +range (roundFloat). The resulting Float will yield the specified values +when calling precisionFloat and exponentBitsFloat and when performing +further computation.
      • +
      • Round a float to the next lowest floating-point value which is an integer +(floorFloat).
      • +
      • Round a float to the next highest floating-point value which is an integer +(ceilFloat).
      • +
      • Round a float to the next closest floating-point value which is an integer, in +the direction of zero (truncFloat).
      • +
      • Compute the natural exponential expFloat of a float (i.e. e^x).
      • +
      • Compute the natural logarithm logFloat of a float.
      • +
      • Compute the sine sinFloat of a float.
      • +
      • Compute the cosine cosFloat of a float.
      • +
      • Compute the tangent tanFlooat of a float.
      • +
      • Compute the arcsine asinFloat of a float.
      • +
      • Compute the arccosine acosFloat of a float.
      • +
      • Compute the arctangent atanFloat of a float.
      • +
      • Compute the arctangent atan2Float of two floats.
      • +
      • Compute the maximum maxFloat of two floats.
      • +
      • Compute the minimum minFloat of two floats.
      • +
      • Compute the square root sqrtFloat of a float.
      • +
      • Compute the largest finite value expressible in a specified precision and +exponent range (maxValueFloat).
      • +
      • Compute the smallest positive finite value expressible in a specified +precision and exponent range (minValueFloat).
      • +
      +
      k
      syntax Float ::= rootFloat(Float, Int) [function, hook(FLOAT.root)] + | absFloat(Float) [function, total, smt-hook(fp.abs), hook(FLOAT.abs)] + | roundFloat(Float, precision: Int, exponentBits: Int) [function, hook(FLOAT.round)] + | floorFloat(Float) [function, total, hook(FLOAT.floor)] + | ceilFloat(Float) [function, total, hook(FLOAT.ceil)] + | truncFloat(Float) [function, total, hook(FLOAT.trunc)] + | expFloat(Float) [function, total, hook(FLOAT.exp)] + | logFloat(Float) [function, hook(FLOAT.log)] + | sinFloat(Float) [function, total, hook(FLOAT.sin)] + | cosFloat(Float) [function, total, hook(FLOAT.cos)] + | tanFloat(Float) [function, hook(FLOAT.tan)] + | asinFloat(Float) [function, hook(FLOAT.asin)] + | acosFloat(Float) [function, hook(FLOAT.acos)] + | atanFloat(Float) [function, total, hook(FLOAT.atan)] + | atan2Float(Float, Float) [function, hook(FLOAT.atan2)] + | maxFloat(Float, Float) [function, smt-hook(fp.max), hook(FLOAT.max)] + | minFloat(Float, Float) [function, smt-hook(fp.min), hook(FLOAT.min)] + | sqrtFloat(Float) [function] + | maxValueFloat(precision: Int, exponentBits: Int) [function, hook(FLOAT.maxValue)] + | minValueFloat(precision: Int, exponentBits: Int) [function, hook(FLOAT.minValue)] +
      +

      Floating-point comparisons

      +

      Compute whether a float is less than or equasl to, less than, greater than or +equal to, greater than, equal, or unequal to another float. Note that +X ==Float Y and X ==K Y might yield different values. The latter should be +used in cases where you want to compare whether two values of sort Float +contain the same term. The former should be used when you want to implement +the == operator of a programming language. In particular, NaN =/=Float NaN +is true, because NaN compares unequal to all values, including itself, in +IEEE 754 arithmetic. 0.0 ==Float -0.0 is also true.

      +
      k
      syntax Bool ::= Float "<=Float" Float [function, smt-hook(fp.leq), latex({#1}\mathrel{\leq_{\scriptstyle\it Float}}{#2}), hook(FLOAT.le)] + | Float "<Float" Float [function, smt-hook(fp.lt), latex({#1}\mathrel{<_{\scriptstyle\it Float}}{#2}), hook(FLOAT.lt)] + | Float ">=Float" Float [function, smt-hook(fp.geq), latex({#1}\mathrel{\geq_{\scriptstyle\it Float}}{#2}), hook(FLOAT.ge)] + | Float ">Float" Float [function, smt-hook(fg.gt), latex({#1}\mathrel{>_{\scriptstyle\it Float}}{#2}), hook(FLOAT.gt)] + | Float "==Float" Float [function, comm, smt-hook(fp.eq), latex({#1}\mathrel{==_{\scriptstyle\it Float}}{#2}), hook(FLOAT.eq), klabel(_==Float_)] + | Float "=/=Float" Float [function, comm, smt-hook((not (fp.eq #1 #2))), latex({#1}\mathrel{\neq_{\scriptstyle\it Float}}{#2})] + + rule F1:Float =/=Float F2:Float => notBool (F1 ==Float F2) +
      +

      Conversion between integer and float

      +

      You can convert an integer to a floating-point number with the specified +precision and exponent range. You can also convert a floating-point number +to the nearest integer. This operation rounds to the nearest integer, but it +also avoids the double-rounding that is present in ceilFloat and floorFloat +if the nearest integer is not representable in the specified floating-point +type.

      +
      k
      syntax Float ::= Int2Float(Int, precision: Int, exponentBits: Int) [function, latex({\\it{}Int2Float}), hook(FLOAT.int2float)] + syntax Int ::= Float2Int(Float) [function, total, latex({\\it{}Float2Int}), hook(FLOAT.float2int)] +
      +

      Implementation of Floats

      +

      The remainder of this section consists of an implementation in K of some of the +operators above.

      +
      k
      rule sqrtFloat(F:Float) => rootFloat(F, 2) + + rule isInfinite(F:Float) => F >Float maxValueFloat(precisionFloat(F), exponentBitsFloat(F)) orBool F <Float --Float maxValueFloat(precisionFloat(F), exponentBitsFloat(F)) + +endmodule +
      +

      Strings

      +

      Provided here is the syntax of an implementation of Unicode strings in K. This +type is hooked to an implementation of strings provided by the backend. The +implementation is currently incomplete and does not fully support encodings +and code points beyond the initial 256 code points of the Basic Latin and +Latin-1 Supplement blocks. In the future, there may be breaking changes to +the semantics of this module in order to support this functionality.

      +

      The syntax of strings in K is delineated by double quotes. Inside the double +quotes, any character can appear verbatim except double quotes, backslash, +newline, and carriage return. K also supports the following escape sequences:

      +
        +
      • " - the " character
      • +
      • \ - the \ character
      • +
      • \n - newline character
      • +
      • \r - carriage return character
      • +
      • \t - tab character
      • +
      • \f - form feed character
      • +
      • \xFF - \x followed by two hexadecimal characters indicates a code point +between 0x00 and 0xff
      • +
      • \uFFFF - \u followed by four hexadecimal characters indicates a code point +between 0x0000 and 0xffff
      • +
      • \UFFFFFFFF - \U followed by eight hexadecimal characters indicates a code +point between 0x000000 and 0x10ffff
      • +
      +
      k
      module STRING-SYNTAX + syntax String [hook(STRING.String)] + syntax String ::= r"[\\\"](([^\\\"\\n\\r\\\\])|([\\\\][nrtf\\\"\\\\])|([\\\\][x][0-9a-fA-F]{2})|([\\\\][u][0-9a-fA-F]{4})|([\\\\][U][0-9a-fA-F]{8}))*[\\\"]" [token] +endmodule + +module STRING-COMMON + imports STRING-SYNTAX + imports private INT + imports private FLOAT-SYNTAX + imports private K-EQUAL + imports private BOOL +
      +

      String concatenation

      +

      You can concatenate two strings in O(N) time. For successive concatenation +operations, it may be better to use the STRING-BUFFER module.

      +
      k
      syntax String ::= String "+String" String [function, total, left, latex({#1}+_{\scriptstyle\it String}{#2}), hook(STRING.concat)] +
      +

      String length

      +

      You can get the length of a string in O(1) time.

      +
      k
      syntax Int ::= lengthString ( String ) [function, total, hook(STRING.length)] +
      +

      Character and integer conversion

      +

      You can convert between a character (as represented by a string containing +a single code point) and an integer in O(1) time.

      +
      k
      syntax String ::= chrChar ( Int ) [function, hook(STRING.chr)] + syntax Int ::= ordChar ( String ) [function, hook(STRING.ord)] +
      +

      String substring

      +

      You can compute a substring of a string in O(N) time (where N is the +length of the substring). There are two important facts to note:

      +
        +
      1. the range generated includes the character at startIndex but excludes the +character at endIndex, i.e., the range is [startIndex..endIndex).
      2. +
      3. this function is only defined on valid indices (i.e., it is defined when +startIndex < endIndex and endIndex is less than or equal to the string +length).
      4. +
      +
      k
      syntax String ::= substrString ( String , startIndex: Int , endIndex: Int ) [function, total, hook(STRING.substr)] +
      + +

      You can find the first (respectively, last) occurrence of a substring, starting +at a certain index, in another string in O(N*M) time. +Returns -1 if the substring is not found.

      +
      k
      syntax Int ::= findString ( haystack: String , needle: String , index: Int ) [function, hook(STRING.find)] + syntax Int ::= rfindString ( haystack: String , needle: String , index: Int ) [function, hook(STRING.rfind)] +
      + +

      You can find the first (respectively, last) occurrence of one of the characters +of the search string, starting at a certain index, in another string in +O(N*M) time.

      +
      k
      syntax Int ::= findChar ( haystack: String , needles: String , index: Int ) [function, hook(STRING.findChar)] + syntax Int ::= rfindChar ( haystack: String , needles: String , index: Int ) [function, hook(STRING.rfindChar)] +
      +

      String and Bool conversion

      +
      k
      syntax String ::= Bool2String(Bool) [function, total] + rule Bool2String(true) => "true" + rule Bool2String(false) => "false" +
      +
      k
      syntax Bool ::= String2Bool(String) [function] + rule String2Bool("true") => true + rule String2Bool("false") => false +
      +

      String and float conversion

      +

      You can convert between a String and a Float. The String will be +represented in the syntax of the Float sort (see the section on the FLOAT +module above for details of that syntax). Which particular string is returned +by Float2String is determined by the backend, but the same Float is +guaranteed to return the same String, and converting that String back to a +Float is guaranteed to return the original Float.

      +

      You can also convert a Float to a string in a particular syntax using the +variant of Float2String with a format. In this case, the resulting string +is one which results directly from passing that format to mpfr_printf. This +functionality may not be supported on backends that do not use Gnu MPFR to +implement floating-point numbers.

      +
      k
      syntax String ::= Float2String ( Float ) [function, total, hook(STRING.float2string)] + syntax String ::= Float2String ( Float , format: String ) [function, klabel(FloatFormat), hook(STRING.floatFormat)] + syntax Float ::= String2Float ( String ) [function, hook(STRING.string2float)] +
      +

      String and integer conversions

      +

      You can convert between a String and an Int. The String will be represented +in the syntax of the INT module (i.e., a nonempty sequence of digits +optionally prefixed by a sign). When converting from an Int to a String, +the sign will not be present unless the integer is negative.

      +

      You can also convert between a String and an Int in a particular radix. +This radix can be anywhere between 2 and 36. For a radix 2 <= N <= 10, the +digits 0 to N-1 will be used. For a radix 11 <= N <= 36, the digits 0 to 9 +and the first N-10 letters of the Latin alphabet will be used. Both uppercase +and lowercase letters are supported by String2Base. Whether the letters +returned by Base2String are upper or lowercase is determined by the backend, +but the backend will consistently choose one or the other.

      +
      k
      syntax Int ::= String2Int ( String ) [function, hook(STRING.string2int)] + syntax String ::= Int2String ( Int ) [function, total, hook(STRING.int2string)] + syntax String ::= Base2String ( Int , base: Int ) [function, hook(STRING.base2string)] + syntax Int ::= String2Base ( String , base: Int ) [function, hook(STRING.string2base)] +
      +

      String count and replace

      +

      You can replace one, some, or all occurrences of a string within another +string in O(N*M) time. The replaceAll, replace, and replaceFirst methods +are identical, except replaceFirst replaces exactly one ocurrence of the +string, the first occurrence. replace replaces the first times occurrences. +And replaceAll replaces every occurrence.

      +

      You can also count the number of times a string occurs within another string +using countAllOccurrences.

      +
      k
      syntax String ::= "replaceAll" "(" haystack: String "," needle: String "," replacement: String ")" [function, total, hook(STRING.replaceAll)] + syntax String ::= "replace" "(" haystack: String "," needle: String "," replacement: String "," times: Int ")" [function, hook(STRING.replace)] + syntax String ::= "replaceFirst" "(" haystack: String "," needle: String "," replacement: String ")" [function, total, hook(STRING.replaceFirst)] + syntax Int ::= "countAllOccurrences" "(" haystack: String "," needle: String ")" [function, total, hook(STRING.countAllOccurrences)] +
      +

      String equality and lexicographic comparison

      +

      You can compare whether two strings are equal or unequal, or whether one string +is less than, less than or equal to, greater than, or greater than or equal to +another according to the natural lexicographic ordering of strings.

      +
      k
      syntax Bool ::= String "==String" String [function, total, comm, hook(STRING.eq)] + | String "=/=String" String [function, total, comm, hook(STRING.ne)] + rule S1:String =/=String S2:String => notBool (S1 ==String S2) + + syntax Bool ::= String "<String" String [function, total, hook(STRING.lt)] + | String "<=String" String [function, total, hook(STRING.le)] + | String ">String" String [function, total, hook(STRING.gt)] + | String ">=String" String [function, total, hook(STRING.ge)] +
      +

      Implementation of Strings

      +

      What follows is a few String hooks which are deprecated and only are supported +on certain outdated backends of K, as well as an implementation of several +of the above operations in K.

      +
      k
      syntax String ::= categoryChar(String) [function, hook(STRING.category)] + | directionalityChar(String) [function, hook(STRING.directionality)] + + syntax String ::= "newUUID" [function, hook(STRING.uuid), impure] + + rule S1:String <=String S2:String => notBool (S2 <String S1) + rule S1:String >String S2:String => S2 <String S1 + rule S1:String >=String S2:String => notBool (S1 <String S2) + + rule findChar(S1:String, S2:String, I:Int) => #if findString(S1, substrString(S2, 0, 1), I) ==Int -1 #then findChar(S1, substrString(S2, 1, lengthString(S2)), I) #else #if findChar(S1, substrString(S2, 1, lengthString(S2)), I) ==Int -1 #then findString(S1, substrString(S2, 0, 1), I) #else minInt(findString(S1, substrString(S2, 0, 1), I), findChar(S1, substrString(S2, 1, lengthString(S2)), I)) #fi #fi requires S2 =/=String "" + rule findChar(_, "", _) => -1 + rule rfindChar(S1:String, S2:String, I:Int) => maxInt(rfindString(S1, substrString(S2, 0, 1), I), rfindChar(S1, substrString(S2, 1, lengthString(S2)), I)) requires S2 =/=String "" + rule rfindChar(_, "", _) => -1 + + rule countAllOccurrences(Source:String, ToCount:String) => 0 + requires findString(Source, ToCount, 0) <Int 0 + rule countAllOccurrences(Source:String, ToCount:String) => 1 +Int countAllOccurrences(substrString(Source, findString(Source, ToCount, 0) +Int lengthString(ToCount), lengthString(Source)), ToCount) + requires findString(Source, ToCount, 0) >=Int 0 + + rule replaceFirst(Source:String, ToReplace:String, Replacement:String) => substrString(Source, 0, findString(Source, ToReplace, 0)) + +String Replacement +String substrString(Source, findString(Source, ToReplace, 0) +Int lengthString(ToReplace), lengthString(Source)) + requires findString(Source, ToReplace, 0) >=Int 0 + rule replaceFirst(Source:String, ToReplace:String, _:String) => Source + requires findString(Source, ToReplace, 0) <Int 0 + + + rule replace(Source:String, ToReplace:String, Replacement:String, Count:Int) => + substrString(Source, 0, findString(Source, ToReplace, 0)) +String Replacement +String + replace(substrString(Source, findString(Source, ToReplace, 0) +Int lengthString(ToReplace), lengthString(Source)), ToReplace, Replacement, Count -Int 1) + requires Count >Int 0 + rule replace(Source:String, _, _, 0) => Source + rule replaceAll(Source:String, ToReplace:String, Replacement:String) => replace(Source, ToReplace, Replacement, countAllOccurrences(Source, ToReplace)) + +endmodule + +module STRING-KORE [kore, symbolic] + imports private K-EQUAL + imports STRING-COMMON + + rule S1:String ==K S2:String => S1 ==String S2 [simplification] + +endmodule + +module STRING + imports STRING-COMMON + imports STRING-KORE +endmodule +
      +

      String Buffers

      +

      It is a well known fact that repeated string concatenations are quadratic +in performance whereas use of an efficient mutable representation of arrays +can yield linear performance. We thus provide such a sort, the StringBuffer +sort. Axiomatically, it is implemented below on symbolic backends using the +String module. However, on concrete backends it provides an efficient +implementation of string concatenation. There are three operations:

      +
        +
      • .StringBuffer creates a new StringBuffer with current content equal +to the empty string.
      • +
      • +String takes a StringBuffer and a String and appends the String to +the end of the StringBuffer
      • +
      • StringBuffer2String converts a StringBuffer to a String. This operation +copies the string so that subsequent modifications to the StringBuffer +will not change the value of the String returned by this function.
      • +
      +
      k
      module STRING-BUFFER-IN-K [symbolic] + imports private BASIC-K + imports STRING + + syntax StringBuffer ::= ".StringBuffer" [function, total] + syntax StringBuffer ::= StringBuffer "+String" String [function, total, avoid] + syntax StringBuffer ::= String + syntax String ::= StringBuffer2String ( StringBuffer ) [function, total] + + rule {SB:String +String S:String}<:StringBuffer => (SB +String S)::String + rule .StringBuffer => "" + rule StringBuffer2String(S:String) => S +endmodule + +module STRING-BUFFER-HOOKED [concrete] + imports private BASIC-K + imports STRING + + syntax StringBuffer [hook(BUFFER.StringBuffer)] + syntax StringBuffer ::= ".StringBuffer" [function, total, hook(BUFFER.empty), impure] + syntax StringBuffer ::= StringBuffer "+String" String [function, total, hook(BUFFER.concat), avoid] + syntax String ::= StringBuffer2String ( StringBuffer ) [function, total, hook(BUFFER.toString)] +endmodule + +module STRING-BUFFER + imports STRING-BUFFER-HOOKED + imports STRING-BUFFER-IN-K +endmodule +
      +

      Byte Arrays

      +

      Provided here is the syntax of an implementation of fixed-width arrays of Bytes +in K. This type is hooked to an implementation of bytes provided by the +backend. In concrete backends, this representation is mutable and thus multiple +references can occur to the same Bytes object and when one is modified, the +others are also modified. Care should be taken not to rely on this fact however +as this is not the case in symbolic backends and thus you will experience +divergent behavior unless the Bytes type is used in a manner that preserves +consistency.

      +
      k
      module BYTES-SYNTAX + imports private STRING-SYNTAX + + syntax Bytes [hook(BYTES.Bytes)] + syntax Bytes ::= r"b[\\\"](([\\x20\\x21\\x23-\\x5B\\x5D-\\x7E])|([\\\\][tnfr\\\"\\\\])|([\\\\][x][0-9a-fA-F]{2}))*[\\\"]" [token] +endmodule +
      +
      k
      module BYTES-STRING-ENCODE [kore, symbolic] + imports BYTES-SYNTAX +
      +

      Encoding/decoding between Bytes and String

      +

      You can encode/decode between Bytes and String using UTF-8, UTF-16LE, UTF-16BE, UTF-32LE, and UTF-32BE

      +
      k
      syntax String ::= decodeBytes ( encoding: String , contents: Bytes ) [function, hook(BYTES.decodeBytes)] + syntax Bytes ::= encodeBytes ( encoding: String , contents: String ) [function, hook(BYTES.encodeBytes)] +endmodule +
      +
      k
      module BYTES-HOOKED + imports STRING-SYNTAX + imports BYTES-SYNTAX + imports BYTES-STRING-ENCODE +
      +

      Empty byte array

      +

      The byte array of length zero is represented by .Bytes.

      +
      k
      syntax Bytes ::= ".Bytes" [function, total, hook(BYTES.empty)] +
      +

      Endianness

      +

      When converting to/from an integer, byte arrays can be treated as either little +endian (ie, least significant byte first) or big endian (ie, most significant +byte first).

      +
      k
      syntax Endianness ::= "LE" [klabel(littleEndianBytes), symbol] + | "BE" [klabel(bigEndianBytes), symbol] +
      +

      Signedness

      +

      When converting to/from an integer, byte arrays can be treated as either signed +or unsigned.

      +
      k
      syntax Signedness ::= "Signed" [klabel(signedBytes), symbol] + | "Unsigned" [klabel(unsignedBytes), symbol] +
      +

      Integer and Bytes conversion

      +

      You can convert from a Bytes to an Int. In order to do this, the endianness +and signedness of the Bytes must be provided. The resulting integer is +created by means of interpreting the Bytes as either a twos-complement +representation, or an unsigned representation, of an integer, in the specified +byte order.

      +

      You can also convert from an Int to a Bytes. This comes in two variants. +In the first, the length of the resulting Bytes in bytes is explicitly +specified. If the length is greater than the highest set bit in the magnitude +of the integer, the result is padded with 0 bits if the number is positive +and 1 bits if the number is negative. If the length is less than the highest +bit set in the magnitude of the integer, the most-significant bits of the +integer will be truncated. The endianness of the resulting Bytes object +is as specified.

      +

      In the second variant, both endianness and signedness are specified, and +the resulting Bytes object will be the smallest number of bytes necessary +for the resulting Bytes object to be convertible back to the original integer +via Bytes2Int. In other words, if the highest bit set in the magnitude of the +integer is N, then the byte array will be at least N+1 bits long, rounded up +to the nearest byte.

      +
      k
      syntax Int ::= Bytes2Int(Bytes, Endianness, Signedness) [function, total, hook(BYTES.bytes2int)] + syntax Bytes ::= Int2Bytes(length: Int, Int, Endianness) [function, total, hook(BYTES.int2bytes)] + | Int2Bytes(Int, Endianness, Signedness) [function, total, klabel(Int2BytesNoLen)] +
      +

      String and Bytes conversion

      +

      You can convert between a Bytes and a String in O(N) time. The resulting +value is a copy of the original and will not be affected by subsequent +mutations of the input or output value.

      +
      k
      syntax String ::= Bytes2String(Bytes) [function, total, hook(BYTES.bytes2string)] + syntax Bytes ::= String2Bytes(String) [function, total, hook(BYTES.string2bytes)] +
      +

      Bytes update

      +

      You can set the value of a particular byte in a Bytes object in O(1) time. +The result is #False if value is not in the range [0..255] or if index +is not a valid index (ie, less than zero or greater than or equal to the length +of the Bytes term).

      +
      k
      syntax Bytes ::= Bytes "[" index: Int "<-" value: Int "]" [function, hook(BYTES.update)] +
      +

      Bytes lookup

      +

      You can get the value of a particular byte in a Bytes object in O(1) time. +The result is #False if index is not a valid index (see above).

      +
      k
      syntax Int ::= Bytes "[" Int "]" [function, hook(BYTES.get)] +
      +

      Bytes substring

      +

      You can get a new Bytes object containing a range of bytes from the input +Bytes in O(N) time (where N is the length of the substring). The range +of bytes included is [startIndex..endIndex). The resulting Bytes is +a copy and mutations to it do not affect mutations to the original Bytes. +The result is #False if startIndex or endIndex are not valid.

      +
      k
      syntax Bytes ::= substrBytes(Bytes, startIndex: Int, endIndex: Int) [function, hook(BYTES.substr)] +
      +

      Multiple bytes update

      +

      You can modify a Bytes to return a Bytes which is equal to dest except +the N elements starting at index are replaced with the contents of src in +O(N) time. This does not create a new Bytes object and will instead modify +the original on concrete backends. The result is #False if index + N +is not a valid index.

      +
      k
      syntax Bytes ::= replaceAtBytes(dest: Bytes, index: Int, src: Bytes) [function, hook(BYTES.replaceAt)] +
      +

      Multiple bytes update

      +

      You can modify a Bytes to return a Bytes which is equal to dest except +the count bytes starting at index are replaced with count bytes of value +Int2Bytes(1, v, LE/BE) in O(count) time. This does not create a new Bytes +object and will instead modify the original on concrete backends. +This will throw an exception if index + count is not a valid index. +The acceptable range of values for v is -128 to 127. This will throw an +exception if v is outside of this range. +This is implemented only for the LLVM backend.

      +
      k
      syntax Bytes ::= memsetBytes(dest: Bytes, index: Int, count: Int, v: Int) [function, hook(BYTES.memset)] +
      +

      Bytes padding

      +

      You can create a new Bytes object which is at least length bytes long +by taking the input sequence and padding it on the right (respectively, on the +left) with the specified value. This does not create a new Bytes object +if the input is already at least length bytes long, and will instead +return the input unchanged. The result is #False if value is not in the +range [0..255], or if the length is negative.

      +
      k
      syntax Bytes ::= padRightBytes(Bytes, length: Int, value: Int) [function, hook(BYTES.padRight)] + | padLeftBytes(Bytes, length: Int, value: Int) [function, hook(BYTES.padLeft)] +
      +

      Bytes reverse

      +

      You can reverse a Bytes object in O(N) time. This does not create a new +Bytes object and will instead modify the original on concrete backends.

      +
      k
      syntax Bytes ::= reverseBytes(Bytes) [function, total, hook(BYTES.reverse)] +
      +

      Bytes length

      +

      You can get the length of a Bytes term in O(1) time.

      +
      k
      syntax Int ::= lengthBytes(Bytes) [function, total, hook(BYTES.length), smtlib(lengthBytes)] +
      +

      Bytes concatenation

      +

      You can create a new Bytes object by concatenating two Bytes objects +together in O(N) time.

      +
      k
      syntax Bytes ::= Bytes "+Bytes" Bytes [function, total, hook(BYTES.concat), right] + +endmodule +
      +

      Implementation of Bytes

      +

      The remainder of this module consists of an implementation of some of the +operators listed above in K.

      +
      k
      module BYTES-CONCRETE [concrete] + imports BYTES-HOOKED +endmodule + +module BYTES-KORE [kore] + imports BYTES-HOOKED + imports BYTES-SYMBOLIC-CEIL +endmodule + +module BYTES-SYMBOLIC-CEIL [symbolic, kore] + imports BYTES-HOOKED + imports private INT + imports private BOOL + + rule #Ceil(padRightBytes(_, LEN, VAL)) => {(0 <=Int LEN andBool 0 <=Int VAL andBool VAL <Int 256) #Equals true} [simplification] + rule #Ceil(padLeftBytes(_, LEN, VAL)) => {(0 <=Int LEN andBool 0 <=Int VAL andBool VAL <Int 256) #Equals true} [simplification] +endmodule + +module BYTES + imports BYTES-CONCRETE + imports BYTES-KORE + imports private INT + + rule Int2Bytes(I::Int, E::Endianness, Unsigned) => Int2Bytes((log2Int(I) +Int 8) /Int 8, I, E) + requires I >Int 0 + rule Int2Bytes(0, _::Endianness, _) => .Bytes + rule Int2Bytes(I::Int, E::Endianness, Signed) => Int2Bytes((log2Int(I) +Int 9) /Int 8, I, E) + requires I >Int 0 + rule Int2Bytes(I::Int, E::Endianness, Signed) => Int2Bytes((log2Int(~Int I) +Int 9) /Int 8, I, E) + requires I <Int -1 + rule Int2Bytes(-1, E::Endianness, Signed) => Int2Bytes(1, -1, E) +endmodule +
      +

      Program identifiers

      +

      Provided here is an implementation for program identifiers in K. Developers +of semantics for a particular language may wish to use their own implementation +instead of the one provided here if their syntax differs from the syntax +defined below. However, this is provided for convenience for developers who +do not care about the lexical syntax of identifiers.

      +

      Provided are the following pieces of functionality:

      +
        +
      • Id2String - Convert an Id to a String containing its name
      • +
      • String2Id - Convert a String to an Id with the specified name
      • +
      • !X:Id - You can get a fresh identifier distinct from any previous identifier +generated by this syntax.
      • +
      +
      k
      module ID-SYNTAX-PROGRAM-PARSING + imports BUILTIN-ID-TOKENS + syntax Id ::= r"(?<![A-Za-z0-9\\_])[A-Za-z\\_][A-Za-z0-9\\_]*" [prec(1), token] + | #LowerId [token] + | #UpperId [token] +endmodule + +module ID-SYNTAX + syntax Id [token] +endmodule + +module ID-COMMON + imports ID-SYNTAX + imports private STRING + + syntax String ::= Id2String ( Id ) [function, total, hook(STRING.token2string)] + syntax Id ::= String2Id (String) [function, total, hook(STRING.string2token)] + syntax Id ::= freshId(Int) [freshGenerator, function, total, private] + + rule freshId(I:Int) => String2Id("_" +String Int2String(I)) +endmodule + +module ID + imports ID-COMMON +endmodule +
      +

      Equality and conditionals

      +

      Provided here are implementations of two important primitives in K:

      +
        +
      • ==K - the equality between two terms. Returns true if they are equal +and false if they are not equal.
      • +
      • #if #then #else #fi - polymorphic conditional function. If the first +argument evaluates to true, the second argument is returned. Otherwise, +the third argument is returned. Note that this does not short-circuit on +symbolic backends.
      • +
      +
      k
      module K-EQUAL-SYNTAX + imports private BOOL + imports private BASIC-K + + syntax Bool ::= left: + K "==K" K [function, total, comm, smt-hook(=), hook(KEQUAL.eq), klabel(_==K_), symbol, latex({#1}\mathrel{=_K}{#2}), group(equalEqualK)] + | K "=/=K" K [function, total, comm, smt-hook(distinct), hook(KEQUAL.ne), klabel(_=/=K_), symbol, latex({#1}\mathrel{\neq_K}{#2}), group(notEqualEqualK)] + + syntax priorities equalEqualK notEqualEqualK > boolOperation mlOp + + syntax {Sort} Sort ::= "#if" Bool "#then" Sort "#else" Sort "#fi" [function, total, smt-hook(ite), hook(KEQUAL.ite)] + +endmodule + +module K-EQUAL-KORE [kore, symbolic] + import private BOOL + import K-EQUAL-SYNTAX + + rule K1:Bool ==K K2:Bool => K1 ==Bool K2 [simplification] + rule {K1 ==K K2 #Equals true} => {K1 #Equals K2} [simplification] + rule {true #Equals K1 ==K K2} => {K1 #Equals K2} [simplification] + rule {K1 ==K K2 #Equals false} => #Not({K1 #Equals K2}) [simplification] + rule {false #Equals K1 ==K K2} => #Not({K1 #Equals K2}) [simplification] + rule {K1 =/=K K2 #Equals true} => #Not({K1 #Equals K2}) [simplification] + rule {true #Equals K1 =/=K K2} => #Not({K1 #Equals K2}) [simplification] + rule {K1 =/=K K2 #Equals false} => {K1 #Equals K2} [simplification] + rule {false #Equals K1 =/=K K2} => {K1 #Equals K2} [simplification] + +endmodule + +module K-EQUAL + import private BOOL + import K-EQUAL-SYNTAX + import K-EQUAL-KORE + + rule K1:K =/=K K2:K => notBool (K1 ==K K2) + + rule #if C:Bool #then B1::K #else _ #fi => B1 requires C + rule #if C:Bool #then _ #else B2::K #fi => B2 requires notBool C + +endmodule +
      +

      Meta operations

      +

      Provided below are a few miscellaneous, mostly deprecated functions in K. +It is not recommended to use any of them directly as they are largely +unsupported in modern K. There are a few exceptions:

      +
        +
      • #getenv - Returns the value of an environment variable
      • +
      • #kompiledDirectory - Returns the path to the current compiled K definition +directory.
      • +
      • #unparseKORE - Takes a K term and converts it to a string.
      • +
      +
      k
      module K-REFLECTION + imports BASIC-K + imports STRING + + syntax K ::= "#configuration" [function, impure, hook(KREFLECTION.configuration)] + syntax String ::= #sort(K) [function, hook(KREFLECTION.sort)] + syntax KItem ::= #fresh(String) [function, hook(KREFLECTION.fresh), impure] + syntax KItem ::= getKLabel(K) [function, hook(KREFLECTION.getKLabel)] + + syntax K ::= #getenv(String) [function, impure, hook(KREFLECTION.getenv)] + + syntax String ::= #kompiledDirectory() [function, hook(KREFLECTION.kompiledDir)] + + // meaningful only for the purposes of compilation to a binary, otherwise + // undefined + syntax List ::= #argv() [function, hook(KREFLECTION.argv)] + + syntax {Sort} String ::= #unparseKORE(Sort) [function, hook(KREFLECTION.printKORE)] + syntax IOError ::= "#noParse" "(" String ")" [klabel(#noParse), symbol] + +endmodule +
      +

      I/O in K

      +

      Concrete execution in K supports I/O operations. This functionality is not +supported during symbolic execution, because symbolic execution must exist +completely free of side-effects, and I/O is an irreducible type of side effect. +However, it is useful in many cases when defining concrete execution to be able +to make reference to I/O operations.

      +

      The design of these I/O operations is based on the POSIX standard, for the most +part. For example, the #read K function maps to the read POSIX function. We +do not at this time have a higher-level API for I/O, but this may be +implemented at some point in the future.

      +

      I/O operations generally return either their result, or an IOError term +corresponding to the errno returned by the underlying system call.

      +
      k
      module K-IO + imports private LIST + imports private STRING + imports private INT +
      +

      I/O errors

      +

      Aside from EOF, which is returned by #getc if the file is at end-of-file, all +of the below I/O errors correspond to possible values for errno after calling +a library function. If the errno returned is not one of the below errnos +known to K, #unknownIOError is returned along with the integer errno value.

      +
      k
      syntax IOError ::= "#EOF" [klabel(#EOF), symbol] | #unknownIOError(errno: Int) [symbol] + | "#E2BIG" [klabel(#E2BIG), symbol] + | "#EACCES" [klabel(#EACCES), symbol] + | "#EAGAIN" [klabel(#EAGAIN), symbol] + | "#EBADF" [klabel(#EBADF), symbol] + | "#EBUSY" [klabel(#EBUSY), symbol] + | "#ECHILD" [klabel(#ECHILD), symbol] + | "#EDEADLK" [klabel(#EDEADLK), symbol] + | "#EDOM" [klabel(#EDOM), symbol] + | "#EEXIST" [klabel(#EEXIST), symbol] + | "#EFAULT" [klabel(#EFAULT), symbol] + | "#EFBIG" [klabel(#EFBIG), symbol] + | "#EINTR" [klabel(#EINTR), symbol] + | "#EINVAL" [klabel(#EINVAL), symbol] + | "#EIO" [klabel(#EIO), symbol] + | "#EISDIR" [klabel(#EISDIR), symbol] + | "#EMFILE" [klabel(#EMFILE), symbol] + | "#EMLINK" [klabel(#EMLINK), symbol] + | "#ENAMETOOLONG" [klabel(#ENAMETOOLONG), symbol] + | "#ENFILE" [klabel(#ENFILE), symbol] + | "#ENODEV" [klabel(#ENODEV), symbol] + | "#ENOENT" [klabel(#ENOENT), symbol] + | "#ENOEXEC" [klabel(#ENOEXEC), symbol] + | "#ENOLCK" [klabel(#ENOLCK), symbol] + | "#ENOMEM" [klabel(#ENOMEM), symbol] + | "#ENOSPC" [klabel(#ENOSPC), symbol] + | "#ENOSYS" [klabel(#ENOSYS), symbol] + | "#ENOTDIR" [klabel(#ENOTDIR), symbol] + | "#ENOTEMPTY" [klabel(#ENOTEMPTY), symbol] + | "#ENOTTY" [klabel(#ENOTTY), symbol] + | "#ENXIO" [klabel(#ENXIO), symbol] + | "#EPERM" [klabel(#EPERM), symbol] + | "#EPIPE" [klabel(#EPIPE), symbol] + | "#ERANGE" [klabel(#ERANGE), symbol] + | "#EROFS" [klabel(#EROFS), symbol] + | "#ESPIPE" [klabel(#ESPIPE), symbol] + | "#ESRCH" [klabel(#ESRCH), symbol] + | "#EXDEV" [klabel(#EXDEV), symbol] + | "#EWOULDBLOCK" [klabel(#EWOULDBLOCK), symbol] + | "#EINPROGRESS" [klabel(#EINPROGRESS), symbol] + | "#EALREADY" [klabel(#EALREADY), symbol] + | "#ENOTSOCK" [klabel(#ENOTSOCK), symbol] + | "#EDESTADDRREQ" [klabel(#EDESTADDRREQ), symbol] + | "#EMSGSIZE" [klabel(#EMSGSIZE), symbol] + | "#EPROTOTYPE" [klabel(#EPROTOTYPE), symbol] + | "#ENOPROTOOPT" [klabel(#ENOPROTOOPT), symbol] + | "#EPROTONOSUPPORT" [klabel(#EPROTONOSUPPORT), symbol] + | "#ESOCKTNOSUPPORT" [klabel(#ESOCKTNOSUPPORT), symbol] + | "#EOPNOTSUPP" [klabel(#EOPNOTSUPP), symbol] + | "#EPFNOSUPPORT" [klabel(#EPFNOSUPPORT), symbol] + | "#EAFNOSUPPORT" [klabel(#EAFNOSUPPORT), symbol] + | "#EADDRINUSE" [klabel(#EADDRINUSE), symbol] + | "#EADDRNOTAVAIL" [klabel(#EADDRNOTAVAIL), symbol] + | "#ENETDOWN" [klabel(#ENETDOWN), symbol] + | "#ENETUNREACH" [klabel(#ENETUNREACH), symbol] + | "#ENETRESET" [klabel(#ENETRESET), symbol] + | "#ECONNABORTED" [klabel(#ECONNABORTED), symbol] + | "#ECONNRESET" [klabel(#ECONNRESET), symbol] + | "#ENOBUFS" [klabel(#ENOBUFS), symbol] + | "#EISCONN" [klabel(#EISCONN), symbol] + | "#ENOTCONN" [klabel(#ENOTCONN), symbol] + | "#ESHUTDOWN" [klabel(#ESHUTDOWN), symbol] + | "#ETOOMANYREFS" [klabel(#ETOOMANYREFS), symbol] + | "#ETIMEDOUT" [klabel(#ETIMEDOUT), symbol] + | "#ECONNREFUSED" [klabel(#ECONNREFUSED), symbol] + | "#EHOSTDOWN" [klabel(#EHOSTDOWN), symbol] + | "#EHOSTUNREACH" [klabel(#EHOSTUNREACH), symbol] + | "#ELOOP" [klabel(#ELOOP), symbol] + | "#EOVERFLOW" [klabel(#EOVERFLOW), symbol] +
      +

      I/O result sorts

      +

      Here we see sorts defined to contain either an Int or an IOError, or +either a String or an IOError. These sorts are used to implement the +return sort of functions that may succeed, in which case they return a value, +or may fail, in which case their return value indicates an error and the +error indicated is returned via errno.

      +
      k
      syntax IOInt ::= Int | IOError + syntax IOString ::= String | IOError +
      +

      Opening a file

      +

      You can open a file in K using #open. An optional mode indicates the file +open mode, which can have any value allowed by the fopen function in C. +The returned value is the file descriptor that was opened, or an error.

      +
      k
      syntax IOInt ::= "#open" "(" path: String ")" [function] + | "#open" "(" path: String "," mode: String ")" [function, hook(IO.open), impure] + + rule #open(S:String) => #open(S:String, "r+") +
      +

      Get/set position in file

      +

      You can get the current offset in a file using #tell. You can also seek +to a particular offset using #seek or #seekEnd. #seek is implemented via +a call to lseek with the SEEK_SET whence. #seekEnd is implemented via a +call to lseek with the SEEK_END whence. You can emulate the SEEK_CUR +whence by means of #seek(FD, #tell(FD) +Int Offset).

      +
      k
      syntax IOInt ::= "#tell" "(" fd: Int ")" [function, hook(IO.tell), impure] + syntax K ::= "#seek" "(" fd: Int "," index: Int ")" [function, hook(IO.seek), impure] + | "#seekEnd" "(" fd: Int "," fromEnd: Int ")" [function, hook(IO.seekEnd), impure] +
      +

      Read from file

      +

      You can read a single character from a file using #getc. #EOF is returned +if you are at end-of-fie.

      +

      You can also read up to length characters in a file using #read. The +resulting read characters are returned, which may be fewer characters than +requested. A string of zero length being returned indicates end-of-file.

      +
      k
      syntax IOInt ::= "#getc" "(" fd: Int ")" [function, hook(IO.getc), impure] + syntax IOString ::= "#read" "(" fd: Int "," length: Int ")" [function, hook(IO.read), impure] +
      +

      Write to file

      +

      You can write a single character to a file using #putc. You can also write +a string to a file using #write. The returned value on success is .K.

      +
      k
      syntax K ::= "#putc" "(" fd: Int "," value: Int ")" [function, hook(IO.putc), impure] + | "#write" "(" fd: Int "," value: String ")" [function, hook(IO.write), impure] +
      +

      Closing a file

      +

      You can close a file using #close. The returned value on success is .K.

      +
      k
      syntax K ::= "#close" "(" fd: Int ")" [function, hook(IO.close), impure] +
      +

      Locking/unlocking a file

      +

      You can lock or unlock parts of a file using the #lock and #unlock +functions. The lock starts at the beginning of the file and continues for +endIndex bytes. Note that Unix systems do not actually prevent locked files +from being read and modified; you will have to lock both sides of a concurrent +access to guarantee exclusivity.

      +
      k
      syntax K ::= "#lock" "(" fd: Int "," endIndex: Int ")" [function, hook(IO.lock), impure] + | "#unlock" "(" fd: Int "," endIndex: Int ")" [function, hook(IO.unlock), impure] +
      +

      Networking

      +

      You can accept a connection on a socket using #accept, or shut down the +write end of a socket with #shutdownWrite. Note that facility is not provided +for opening, binding, and listening on sockets. These functions are implemented +in order to support creating stateful request/response servers where the +request loop is implemented using rewriting in K, but the connection +initialization is written in native code and linked into the LLVM backend.

      +
      k
      syntax IOInt ::= "#accept" "(" fd: Int ")" [function, hook(IO.accept), impure] + syntax K ::= "#shutdownWrite" "(" fd: Int ")" [function, hook(IO.shutdownWrite), impure] +
      +

      Time

      +

      You can get the current time in seconds since midnight UTC on January 1, 1970 +using #time.

      +
      k
      syntax Int ::= "#time" "(" ")" [function, hook(IO.time), impure] +
      +

      Builtin file descriptors

      +

      Provided here are functions that return the file descriptor for standard input, +standard output, and standard error.

      +
      k
      syntax Int ::= "#stdin" [function, total] + | "#stdout" [function, total] + | "#stderr" [function, total] + + rule #stdin => 0 + rule #stdout => 1 + rule #stderr => 2 +
      +

      Shell access

      +

      You can execute a command using the shell using the #system operator. Care +must be taken to sanitize inputs to this function or security issues may +result. Note that K has no facility for reasoning about logic that happens +outside its process, so any functionality that you wish to be able to formally +reason about in K should not be implemented via the #system operator.

      +
      k
      syntax KItem ::= #system ( String ) [function, hook(IO.system), impure] + | "#systemResult" "(" Int /* exit code */ "," String /* stdout */ "," String /* stderr */ ")" [klabel(#systemResult), symbol] +
      +

      Temporary files

      +

      You can get a temporary file and open it atomically using the #mkstemp +operator. The resulting file will be closed and deleted when K rewriting ends. +For more info on the argument to #mkstemp, see man mkstemp.

      +
      k
      syntax IOFile ::= #mkstemp(template: String) [function, hook(IO.mkstemp), impure] + syntax IOFile ::= IOError + | "#tempFile" "(" path: String "," fd: Int ")" [klabel(#tempFile), symbol] +
      +

      Deleting a file

      +

      You can delete a file using its absolute or relative path using the #remove +operator. It returns .K on success or an IOError on failure.

      +
      k
      syntax K ::= #remove(path: String) [function, total, hook(IO.remove), impure] +
      +

      Logging

      +

      You can log information to disk using the #logToFile operator. Semantically, +this operator returns .K. However, it has a side effect that is not reasoned +about which is that value will be written to a uniquely-identified file +containing name in its name. The file is only flushed to disk when rewriting +finishes.

      +
      k
      syntax K ::= #logToFile(name: String, value: String) [function, total, hook(IO.log), impure, returnsUnit, symbol] +
      +

      Strings can also be logged via the logging mechanisms available to the backend. +On the LLVM backend, this just means logging the text to standard error. On the +Haskell backend, a log message of type InfoUserLog is created with the +specified text.

      +
      k
      syntax K ::= #log(value: String) [function, total, hook(IO.logString), impure, returnsUnit, symbol] +
      +

      Terms can also be logged to standard error in surface syntax, rather than as +KORE using #trace. This operator has similar semantics to #logToFile (i.e. +it returns .K, but prints as an impure side effect). Note that calling +#trace is equivalent to invoking the kprint tool for the first term that is +logged, which requires re-parsing the underlying K definition. Subsequent calls +do not incur this overhead again; the definition is cached.

      +
      k
      syntax K ::= #trace(value: KItem) [function, total, hook(IO.traceTerm), impure, returnsUnit, symbol] + | #traceK(value: K) [function, total, hook(IO.traceTerm), impure, returnsUnit, symbol] +
      +

      Implementation of high-level I/O streams in K

      +

      Below is an implementation of the stream="stdin" and stream="stdout" +cell attributes in K. You should not refer to these symbols or modules directly +in your definition. It is provided only so that the K compiler can make use of +it. For more information on how to use this feature, refer to IMP++ in the K +tutorial.

      +
      k
      syntax Stream ::= #buffer(K) + | #istream(Int) + | #parseInput(String, String) + | #ostream(Int) + +endmodule + +// NOTE: DO NOT DIRECTLY IMPORT *-STREAM MODULES +// These stream modules will be automatically instantiated and implicitly imported +// into the main module when `stream` attributes appear in configuration cells. +// Only `Stream` productions and `[stream]` rules will be imported. +// The cell name will be replaced with the one of the main configuration. + +module STDIN-STREAM + imports K-IO + imports K-REFLECTION + imports LIST + imports INT + imports BOOL + + configuration <stdin> ListItem(#buffer($STDIN:String)) ListItem($IO:String) ListItem(#istream(#stdin)) </stdin> + + // read one character at a time until we read whitespace + rule [stdinGetc]: + <stdin> + ListItem(#parseInput(_:String, Delimiters:String)) + ListItem(#buffer(S:String => S +String chrChar({#getc(N)}:>Int))) + ListItem("on") + ListItem(#istream(N:Int)) + </stdin> + requires findChar(S, Delimiters, 0) ==Int -1 // [stdin] + [stream, priority(200)] + + // when we reach whitespace, if it parses create a ListItem + rule [stdinParseString]: + <stdin> + (ListItem(#parseInput("String", Delimiters:String)) => ListItem(S)) + ListItem(#buffer(S:String => "")) + _:List + </stdin> + requires findChar(S, Delimiters, 0) =/=Int -1 // [stdin] + [stream] + + // a hack: handle the case when we read integers without the help of the IO server + rule [stdinParseInt]: + <stdin> + (ListItem(#parseInput("Int", Delimiters:String)) + => ListItem(String2Int(substrString(S, 0, findChar(S, Delimiters, 0))))) + ListItem(#buffer(S:String => substrString(S,findChar(S, Delimiters, 0) +Int 1, lengthString(S)))) + _:List + </stdin> + requires findChar(S, Delimiters, 0) =/=Int -1 + andBool lengthString(S) >Int 1 // [stdin] + [stream] + + rule [stdinTrim]: + <stdin> + ListItem(#parseInput(Sort:String, Delimiters:String)) + ListItem(#buffer(S:String => substrString(S, 1, lengthString(S)))) + _:List + </stdin> + requires findChar(S, Delimiters, 0) =/=Int -1 + andBool Sort =/=String "String" + andBool lengthString(S) <=Int 1 // [stdin] + [stream] + + // NOTE: This unblocking rule will be instantiated and inserted carefully + // when necessary according to user-defined rules, since otherwise it will + // lead to a diverging (i.e., non-terminating) transition system definition. + // Currently, it supports only a simple pattern matching on the top of the + // input stream cell, e.g., + // rule <k> read() => V ... </k> <in> ListItem(V:Int) => .List ... </in> + // Non-supported rules that refer to the input stream cell in a sophisticated + // way will get stuck in concrete execution mode with real IO enabled (i.e., + // under `--io on` option), while they will still work in symbolic execution + // mode or concrete execution mode with real IO disabled (i.e., under `--io + // off`, `--search`, or `--debug` options). + // + // TODO: More patterns need to be supported as well. In that case, we need to + // have a way to specify such patterns. + rule [stdinUnblock]: + <stdin> + (.List => ListItem(#parseInput(?Sort:String, ?Delimiters:String))) + ListItem(#buffer(_:String)) + ... + </stdin> + + /* + syntax Stream ::= "#noIO" + + rule ListItem(#buffer(_)) + (ListItem(#noIO) ListItem(#istream(_:Int)) => .List) [stdin] + */ + +endmodule + +module STDOUT-STREAM + imports K-IO + imports LIST + imports STRING + + configuration <stdout> ListItem(#ostream(#stdout)) ListItem($IO:String) ListItem(#buffer("")) </stdout> +//configuration <stderr> ListItem(#ostream(#stderr)) ListItem($IO:String) ListItem(#buffer("")) </stderr> + + rule [stdoutBufferFloat]: + <stdout> + ListItem(#ostream(_)) + ListItem(_) + ListItem(#buffer(Buffer:String => Buffer +String Float2String(F))) + (ListItem(F:Float) => .List) + _:List + </stdout> + // [stdout, stderr] + [stream, priority(25)] + rule [stdoutBufferInt]: + <stdout> + ListItem(#ostream(_)) + ListItem(_) + ListItem(#buffer(Buffer:String => Buffer +String Int2String(I))) + (ListItem(I:Int) => .List) + _:List + </stdout> + // [stdout, stderr] + [stream, priority(25)] + rule [stdoutBufferString]: + <stdout> + ListItem(#ostream(_)) + ListItem(_) + ListItem(#buffer(Buffer:String => Buffer +String S)) + (ListItem(S:String) => .List) + _:List + </stdout> + // [stdout, stderr] + [stream, priority(25)] + + // Send first char from the buffer to the server + rule [stdoutWrite]: + <stdout> + ListItem(#ostream(N:Int => {#write(N, S) ~> N:Int}:>Int)) + ListItem("on") + ListItem(#buffer(S:String => "")) + _:List + </stdout> + requires S =/=String "" // [stdout, stderr] + [stream, priority(30)] + + /* + syntax Stream ::= "#noIO" + + rule ListItem(#buffer(Buffer:String => Buffer +String Float2String(F))) + (ListItem(F:Float) => .List) + _:List [stdout, stderr] + rule ListItem(#buffer(Buffer:String => Buffer +String Int2String(I))) + (ListItem(I:Int) => .List) + _:List [stdout, stderr] + rule ListItem(#buffer(Buffer:String => Buffer +String S)) + (ListItem(S:String) => .List) + _:List [stdout, stderr] + + rule (ListItem(#ostream(_:Int)) ListItem(#noIO) => .List) + ListItem(#buffer(_)) + _:List [stdout, stderr] + */ + +endmodule +
      +

      Machine Integers

      +

      Provided here is an implementation of arbitrarily large fixed-precision binary +integers in K. This type is hooked to an implementation of integers provided +by the backend, and in particular makes use of native machine integers for +certain sizes of integer. For arbitrary-precision integers, see the INT +module above.

      +

      The syntax of machine integers in K is the same as arbitrary-precision integers +(i.e., an optional sign followed by a sequence of digits) except that machine +integers always end in a suffix pN where N is an integer indicating the +width in bits of the integer. The MInt sort is parametric, and this is +reflected in the literals. For example, the sort of 0p8 is MInt{8}.

      +
      k
      module MINT-SYNTAX + /*@\section{Description} The MInt implements machine integers of arbitrary + * bit width represented in 2's complement. */ + syntax {Width} MInt{Width} [hook(MINT.MInt)] + + /*@ Machine integer of bit width and value. */ + syntax {Width} MInt{Width} ::= r"[\\+-]?[0-9]+[pP][0-9]+" [token, prec(2), hook(MINT.literal)] +endmodule + +module MINT + imports MINT-SYNTAX + imports private INT + imports private BOOL +
      +

      Bitwidth of MInt

      +

      You can get the number of bits of width in an MInt using bitwidthMInt.

      +
      k
      syntax {Width} Int ::= bitwidthMInt(MInt{Width}) [function, total, hook(MINT.bitwidth)] +
      +

      Int and MInt conversions

      +

      You can convert from an MInt to an Int using the MInt2Signed and +MInt2Unsigned functions. an MInt does not have a sign; its sign is instead +reflected in how operators interpret its value either as a signed integer or as +an unsigned integer. Thus, you can interpret a MInt as a signed integer witth +MInt2Signed, or as an unsigned integer respectively using MInt2Unsigned.

      +

      You can also convert from an Int to an MInt using Int2MInt. Care must +be given to ensure that the sort context where the Int2MInt operator appears +has the correct bitwidth, as this will influence the width of the resulting +MInt.

      +
      k
      syntax {Width} Int ::= MInt2Signed(MInt{Width}) [function, total, hook(MINT.svalue)] + | MInt2Unsigned(MInt{Width}) [function, total, hook(MINT.uvalue), smt-hook(bv2int)] + + syntax {Width} MInt{Width} ::= Int2MInt(Int) [function, total, hook(MINT.integer), smt-hook(int2bv)] +
      +

      MInt min and max values

      +

      You can get the minimum and maximum values of a signed or unsigned MInt +with az specified bit width using sminMInt, smaxMInt, uminMInt, and +umaxMInt.

      +
      k
      syntax Int ::= sminMInt(Int) [function] + | smaxMInt(Int) [function] + | uminMInt(Int) [function] + | umaxMInt(Int) [function] + rule sminMInt(N:Int) => 0 -Int (1 <<Int (N -Int 1)) + rule smaxMInt(N:Int) => (1 <<Int (N -Int 1)) -Int 1 + rule uminMInt(_:Int) => 0 + rule umaxMInt(N:Int) => (1 <<Int N) -Int 1 +
      +

      MInt bounds checking

      +

      You can check whether a specified Int will be represented in an MInt +with a specified width without any loss of precision when interpreted as +a signed or unsigned integer using soverflowMInt and uoverflowMInt.

      +
      k
      syntax Bool ::= soverflowMInt(width: Int, Int) [function] + | uoverflowMInt(width: Int, Int) [function] + rule + soverflowMInt(N:Int, I:Int) + => + I <Int sminMInt(N) orBool I >Int smaxMInt(N) + rule + uoverflowMInt(N:Int, I:Int) + => + I <Int uminMInt(N) orBool I >Int umaxMInt(N) +
      +

      MInt arithmetic

      +

      You can:

      +
        +
      • Compute the bitwise complement ~MInt of an MInt.
      • +
      • Compute the unary negation --MInt of an MInt.
      • +
      • Compute the product *MInt of two MInts.
      • +
      • Compute the quotient /sMInt of two MInts interpreted as signed integers.
      • +
      • Compute the modulus %sMInt of two MInts interpreted as signed integers.
      • +
      • Compute the quotient /uMInt of two MInts interpreted as unsigned +integers.
      • +
      • Compute the modulus %uMInt of two MInts interpreted as unsigned integers.
      • +
      • Compute the sum +MInt of two MInts.
      • +
      • Compute the difference -MInt of two MInts.
      • +
      • Compute the left shift <<MInt of two MInts. The second MInt is always +interpreted as positive.
      • +
      • Compute the arithmetic right shift >>aMInt of two MInts. The second +MInt is always interpreted as positve.
      • +
      • Compute the logical right shift >>lMInt of two MInts. The second MInt +is always interpreted as positive.
      • +
      • Compute the bitwise and &MInt of two MInts.
      • +
      • Compute the bitwise xor xorMInt of two MInts.
      • +
      • Compute the bitwise inclusive or |MInt of two MInts.
      • +
      +
      k
      syntax {Width} MInt{Width} ::= "~MInt" MInt{Width} [function, total, hook(MINT.not), smt-hook(bvnot)] + | "--MInt" MInt{Width} [function, total, hook(MINT.neg), smt-hook(bvuminus)] + > left: + MInt{Width} "*MInt" MInt{Width} [function, total, hook(MINT.mul), smt-hook(bvmul)] + | MInt{Width} "/sMInt" MInt{Width} [function, hook(MINT.sdiv), smt-hook(bvsdiv)] + | MInt{Width} "%sMInt" MInt{Width} [function, hook(MINT.srem), smt-hook(bvsrem)] + | MInt{Width} "/uMInt" MInt{Width} [function, hook(MINT.udiv), smt-hook(bvudiv)] + | MInt{Width} "%uMInt" MInt{Width} [function, hook(MINT.urem), smt-hook(bvurem)] + > left: + MInt{Width} "+MInt" MInt{Width} [function, total, hook(MINT.add), smt-hook(bvadd)] + | MInt{Width} "-MInt" MInt{Width} [function, total, hook(MINT.sub), smt-hook(bvsub)] + > left: + MInt{Width} "<<MInt" MInt{Width} [function, hook(MINT.shl), smt-hook(bvshl)] + | MInt{Width} ">>aMInt" MInt{Width} [function, hook(MINT.ashr), smt-hook(bvashr)] + | MInt{Width} ">>lMInt" MInt{Width} [function, hook(MINT.lshr), smt-hook(bvlshr)] + > left: + MInt{Width} "&MInt" MInt{Width} [function, total, hook(MINT.and), smt-hook(bvand)] + > left: + MInt{Width} "xorMInt" MInt{Width} [function, total, hook(MINT.xor), smt-hook(bvxor)] + > left: + MInt{Width} "|MInt" MInt{Width} [function, total, hook(MINT.or), smt-hook(bvor)] +
      +

      MInt comparison

      +

      You can compute whether one MInt is less than, less than or equal to, greater +than, or greater than or equal to another MInt when interpreted as signed +or unsigned integers. You can also compute whether one MInt is equal to or +unequal to another MInt.

      +
      k
      syntax {Width} Bool ::= MInt{Width} "<sMInt" MInt{Width} [function, total, hook(MINT.slt), smt-hook(bvslt)] + | MInt{Width} "<uMInt" MInt{Width} [function, total, hook(MINT.ult), smt-hook(bvult)] + | MInt{Width} "<=sMInt" MInt{Width} [function, total, hook(MINT.sle), smt-hook(bvsle)] + | MInt{Width} "<=uMInt" MInt{Width} [function, total, hook(MINT.ule), smt-hook(bvule)] + | MInt{Width} ">sMInt" MInt{Width} [function, total, hook(MINT.sgt), smt-hook(bvsgt)] + | MInt{Width} ">uMInt" MInt{Width} [function, total, hook(MINT.ugt), smt-hook(bvugt)] + | MInt{Width} ">=sMInt" MInt{Width} [function, total, hook(MINT.sge), smt-hook(bvsge)] + | MInt{Width} ">=uMInt" MInt{Width} [function, total, hook(MINT.uge), smt-hook(bvuge)] + | MInt{Width} "==MInt" MInt{Width} [function, total, hook(MINT.eq), smt-hook(=)] + | MInt{Width} "=/=MInt" MInt{Width} [function, total, hook(MINT.ne), smt-hook(distinct)] +
      +

      MInt min/max

      +

      You can compute the signed minimum sMinMInt, the signed maximum sMaxMInt, +the unsigned minimum uMinMInt, and the unsigned maximum uMaxMInt of two +MInts.

      +
      k
      syntax {Width} MInt{Width} ::= sMaxMInt(MInt{Width}, MInt{Width}) [function, total, hook(MINT.smax), smt-hook((ite (bvslt #1 #2) #2 #1))] + | sMinMInt(MInt{Width}, MInt{Width}) [function, total, hook(MINT.smin), smt-hook((ite (bvslt #1 #2) #1 #2))] + | uMaxMInt(MInt{Width}, MInt{Width}) [function, total, hook(MINT.umax), smt-hook((ite (bvult #1 #2) #2 #1))] + | uMinMInt(MInt{Width}, MInt{Width}) [function, total, hook(MINT.umin), smt-hook((ite (bvult #1 #2) #1 #2))] +
      +

      MInt to MInt conversion

      +

      You can convert an MInt of one width to another width with roundMInt. +The resulting MInt will be truncated starting from the most significant bit +if the resulting width is smaller than the input. The resulting MInt will be +zero-extended with the same low-order bits if the resulting width is larger +than the input.

      +
      k
      syntax {Width1, Width2} MInt{Width1} ::= roundMInt(MInt{Width2}) [function, total, hook(MINT.round)] +
      +
      k
      endmodule +
      +

      Strategies

      +

      K supports a built-in strategy language that allows you to control how rules +apply. In order to enable it, simply import the STRATEGY module in your +definition. This includes the following basic strategy constructs:

      +
        +
      • ^ Category:#RuleTag - This is a strategy that indicates that you should +apply a rule with the specified category exactly once. By default, all rules +get the regular tag. This can be changed on individual rules with the tag +attribute.
      • +
      • ~ Category:#RuleTag - This is the state the strategy cell will be in +after a rule has applied. In other words, all rules that do not mention the +strategy cell are automatically instrumented so that they rewrite the current +top of the <s> cell from ^ to ~
      • +
      • <s> - This is the strategy cell and contains the current strategy.
      • +
      • #STUCK() - By default, a rule is automatically inserted into the definition +which adds #STUCK() to the top of the <s> cell if no other rules apply +and if it is not already at the top of the <s> cell.
      • +
      +
      k
      module STRATEGY + imports ML-SYNTAX + imports KVARIABLE-SYNTAX + imports private K-EQUAL + + syntax #RuleTag ::= #KVariable + + syntax Strategy ::= #STUCK() [symbol] + | "^" #RuleTag [symbol, klabel(#applyRule)] + | "~" #RuleTag [symbol, klabel(#appliedRule)] + + configuration <s> $STRATEGY:K </s> +endmodule + +module RULE-TAG-SYNTAX + imports BUILTIN-ID-TOKENS + + syntax #RuleTag ::= #LowerId [token] +endmodule +
      +

      This is not a complete strategy language. However, it provides several basics. +The user can extend this strategy language into a complete strategy language +in one of three ways. First, they can import the DEFAULT-STRATEGY module, +which provides a very basic strategy that is essentially equivalent to +execution without a strategy. This can be useful if you wish to wholly +manipulate the strategy cell yourself within other rules.

      +
      k
      module DEFAULT-STRATEGY-CONCRETE [concrete] + imports STRATEGY + imports RULE-TAG-SYNTAX + rule ~ regular => ^ regular [anywhere] +endmodule + +module DEFAULT-STRATEGY-SYMBOLIC [symbolic] + imports STRATEGY + imports RULE-TAG-SYNTAX + rule <s> ~ regular => ^ regular ... </s> +endmodule + +module DEFAULT-STRATEGY + imports STRATEGY + imports DEFAULT-STRATEGY-CONCRETE + imports DEFAULT-STRATEGY-SYMBOLIC + + rule initSCell(_) => <s> ^ regular </s> [priority(25)] +endmodule +
      +

      The second way you can extend the strategy language is with the +STRATEGY-ABSTRACT module. This provides a slightly more advanced set of +strategies which you can use to compose the basic strategies in the STRATEGY +module into more complex strategies. Note however that the functionality +provided is still relatively basic.

      +
      k
      module STRATEGY-ABSTRACT + imports STRATEGY + + syntax #RuleTag ::= "(" #RuleTag ")" [bracket] + // ---------------------------------------------- + + syntax Strategy ::= ".Strategy" + | "(" Strategy ")" [bracket] + // ---------------------------------------------- + rule <s> .Strategy => . ... </s> + + syntax KItem ::= #catchSTUCK ( Strategy ) + // ----------------------------------------- + rule <s> #catchSTUCK(_) => . ... </s> + rule <s> #STUCK() ~> (_S:Strategy => .) ... </s> + rule <s> #STUCK() ~> #catchSTUCK(S) => S ... </s> + + syntax Strategy ::= Strategy ";" Strategy [left] + // ------------------------------------------------ + rule <s> S:Strategy ; S':Strategy => S ~> S' ... </s> + + syntax #RuleTag ::= #RuleTag "|" #RuleTag [left, klabel(#alternateRule)] + // ------------------------------------------------------------------------ + rule <s> ^ RT:#RuleTag | RT':#RuleTag => ^ RT ~> #catchSTUCK(^ RT') ... </s> + + syntax #RuleTag ::= #RuleTag "*" [klabel(#repeatRule)] + // ------------------------------------------------------ + rule <s> ^ RT:#RuleTag * => ^ RT ~> ^ RT * ~> #catchSTUCK(.Strategy) ... </s> +endmodule +
      +

      The third mechanism for extending the strategy language is to define your own +strategy language. No special facility is required in K in order to compose +strategies together, so you are free to write whatever rules that manipulate +the strategy cell you want, and thus whatever more complex strategies you can +compose from the base builtin strategies.

      +
      +
      + + +
      + +
      +
      + + Basic Builtin Types in K + +
      +
      + + Arrays + + +
      +
      + + Maps + + +
      +
      + + Range Maps + + +
      +
      + + Sets + + +
      +
      + + Lists + + +
      +
      + + Booleans + + +
      +
      + + Integers + + +
      +
      + + IEEE 754 Floating-point Numbers + + +
      +
      + + Strings + + +
      +
      + + Byte Arrays + + +
      +
      + + I/O in K + + +
      +
      + + Machine Integers + + +
      + +
      +
      + +
      + +
      +
      + +
      +
      + + + + + + + + + + + + + diff --git a/k-distribution/include/kframework/builtin/ffi/index.html b/k-distribution/include/kframework/builtin/ffi/index.html new file mode 100644 index 00000000000..5a7ef4a0cb4 --- /dev/null +++ b/k-distribution/include/kframework/builtin/ffi/index.html @@ -0,0 +1,619 @@ + + + + + + + + + + + + + + +K Foreign Function Interface | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
      +
      +
      + + +
      + +
      +

      K Foreign Function Interface

      +

      The K Foreign Function Interface (FFI) module provides a way to call native +functions directly from a K semantics using the C ABI. It also provides +utilities for allocating and deallocating byte buffers with static addresses +that are suitable for being passed to native code.

      +

      It is built off of the underlying libffi library +(https://sourceware.org/libffi/) and is subject to some of the same +limitations as that library. Bear in mind, because this library exposes +a number of unsafe C APIs directly, misuse of the library is likely to lead +to memory corruption in your interpreter and can cause segmentation faults or +corrupted term representations that lead to undefined behavior at runtime.

      +
      k
      require "domains.md" + +module FFI-SYNTAX + imports private LIST +
      +

      The FFIType sort is used to declare the native C ABI types of operands passed +to the #ffiCall function. These types roughly correspond to the types +declared in ffi.h by libffi.

      +
      k
      syntax FFIType ::= "#void" [klabel(#ffi_void), symbol] + | "#uint8" [klabel(#ffi_uint8), symbol] + | "#sint8" [klabel(#ffi_sint8), symbol] + | "#uint16" [klabel(#ffi_uint16), symbol] + | "#sint16" [klabel(#ffi_sint16), symbol] + | "#uint32" [klabel(#ffi_uint32), symbol] + | "#sint32" [klabel(#ffi_sint32), symbol] + | "#uint64" [klabel(#ffi_uint64), symbol] + | "#sint64" [klabel(#ffi_sint64), symbol] + | "#float" [klabel(#ffi_float), symbol] + | "#double" [klabel(#ffi_double), symbol] + | "#uchar" [klabel(#ffi_uchar), symbol] + | "#schar" [klabel(#ffi_schar), symbol] + | "#ushort" [klabel(#ffi_ushort), symbol] + | "#sshort" [klabel(#ffi_sshort), symbol] + | "#uint" [klabel(#ffi_uint), symbol] + | "#sint" [klabel(#ffi_sint), symbol] + | "#ulong" [klabel(#ffi_ulong), symbol] + | "#slong" [klabel(#ffi_slong), symbol] + | "#longdouble" [klabel(#ffi_longdouble), symbol] + | "#pointer" [klabel(#ffi_pointer), symbol] + | "#complexfloat" [klabel(#ffi_complexfloat), symbol] + | "#complexdouble" [klabel(#ffi_complexdouble), symbol] + | "#complexlongdouble" [klabel(#ffi_complexlongdouble), symbol] + | "#struct" "(" List ")" [klabel(#ffi_struct), symbol] +endmodule + +module FFI + imports FFI-SYNTAX + imports private BYTES + imports private STRING + imports private BOOL + imports private LIST + imports private INT + +
      +

      FFI Calls

      +

      The #ffiCall functions are designed to call a native C ABI function and +return a native result. They come in three variants:

      +

      Non-variadic

      +

      In the first variant, #ffiCall(Address, Args, ArgTypes, ReturnType) takes +an integer address of a function (which can be obtained from +#functionAddress), a List of Bytes containing the arguments of the +function, a List of FFITypes containing the types of the parameters of the +function, and an FFIType containing the return type of the function, and +returns the return value of the function as a Bytes.

      +
      k
      syntax Bytes ::= "#ffiCall" "(" Int "," List "," List "," FFIType ")" [function, hook(FFI.call)] +
      +

      Variadic

      +

      In the second variant, +#ffiCall(Address, Args, FixedTypes, VariadicTypes, ReturnType takes an +integer address of a function, a List of Bytes containing the arguments +of the call, a List of FFITypes containing the types of the fixed +parameters of the function, a List of FFITypes containing the types of the +variadic parameters of the function, and an FFIType containing the return +type of the function, and returns the return value of the function as a +Bytes.

      +
      k
      syntax Bytes ::= "#ffiCall" "(" Int "," List "," List "," List "," FFIType ")" [function, hook(FFI.call_variadic)] +
      +

      Generic

      +

      In the third variant, +#ffiCall(IsVariadic, Address, Args, ArgTypes, NFixed, ReturnType takes +a boolean indicating whether the function is variadic or not, an integer +address of a function, a List of Bytes containing the arguments of the +call, a List of FFITypes containing the parameter typess of the call +followed by the types of the variadic arguments of the call, if any, an Int +containing how many of the arguments of the call are fixed or not, and an +FFIType containing the return type of the function, and returns the return +value of the function as a Bytes.

      +
      k
      syntax Bytes ::= "#ffiCall" "(" Bool "," Int "," List "," List "," Int "," FFIType ")" [function] + + rule #ffiCall(false, Addr::Int, Args::List, Types::List, _, Ret::FFIType) => #ffiCall(Addr, Args, Types, Ret) + rule #ffiCall(true, Addr::Int, Args::List, Types::List, NFixed::Int, Ret::FFIType) => #ffiCall(Addr, Args, range(Types, 0, size(Types) -Int NFixed), range(Types, NFixed, 0), Ret) +
      +

      Symbol Lookup

      +

      The FFI module provides a mechanism to look up any function symbol and return +that function's address.

      +
      k
      syntax Int ::= "#functionAddress" "(" String ")" [function, hook(FFI.address)] +
      +

      Direct Memory Management

      +

      Most memory used by the LLVM backend to represent terms is managed +automatically via garbage collection. However, a consequence of this is that +a particular term does not have a fixed address across its entire lifetime +in most cases. Sometimes this is undesirable, especially if you intend for +the address of the memory to be taken by the semantics or if you intend +to pass this memory directly to native code. As a result, the FFI module +exposes the following unsafe APIs for memory management. Note that use of +these APIs leaves the burden of memory management completely on the user, +and thus misuse of these functions can lead to things like use-after-free +and other memory corruption bugs.

      +

      Allocation

      +

      #alloc(Key, Size, Align) will allocate Size bytes with an alignment +requirement of Align (which must be a power of two), and return it as a +Bytes term. The memory is uniquely identified by its key and that key will +be used later to free the memory. The memory is not implicitly freed by garbage +collection; failure to call #free on the memory at a later date can lead to +memory leaks.

      +
      k
      syntax Bytes ::= "#alloc" "(" KItem "," Int "," Int ")" [function, hook(FFI.alloc)] +
      +

      Addressing

      +

      #addess(B) will return an Int representing the address of the first byte of +B, which must be a Bytes. Unless the Bytes term was allocated by #alloc, +the return value is unspecified and may not be the same across multipl +invocations on the same byte buffer. However, it is guaranteed that memory +allocated by #alloc will have the same address throughout its lifetime.

      +
      k
      syntax Int ::= "#address" "(" Bytes ")" [function, hook(FFI.bytes_address)] +
      +

      Deallocation

      +

      #free(Key) will free the memory of the Bytes object that was allocated +by a previous call to #alloc. If Key was not used in a previous call to +#alloc, or the memory was already freed, no action is taken. It will generate +undefined behavior if the Bytes term returned by the previous call to +#alloc is still referenced by any other term in the configuration or a +currently evaluating rule. The function returns .K.

      +
      k
      syntax K ::= "#free" "(" KItem ")" [function, hook(FFI.free)] +
      +

      Reading

      +

      #nativeRead(Addr, Mem) will read native memory at address Addr into Mem, +reading exactly lengthBytes(Mem) bytes. This will generate undefined behavior +if Addr does not point to a readable segment of memory at least +lengthBytes(Mem) bytes long.

      +
      k
      syntax K ::= "#nativeRead" "(" Int "," Bytes ")" [function, hook(FFI.read)] +
      +

      Writing

      +

      #nativeWrite(Addr, Mem) will write the contents of Mem to native memory at +address Addr. The memory will be read prior to being written, and a write +will only happen if the memory has a different value than the current value of +Mem. This will generate undefined behavior if Addr does not point to a +readable segment of memory at least lengthBytes(Mem) bytes long, or if the +memory at address Addr has a different value than currently contained in +Mem, and the memory in question is not writeable.

      +
      k
      syntax K ::= "#nativeWrite" "(" Int "," Bytes ")" [function, hook(FFI.write)] +endmodule +
      +
      +
      + + + +
      + +
      +
      + + + + + + + + + + + + + diff --git a/k-distribution/include/kframework/builtin/json/index.html b/k-distribution/include/kframework/builtin/json/index.html new file mode 100644 index 00000000000..a319b21e0a9 --- /dev/null +++ b/k-distribution/include/kframework/builtin/json/index.html @@ -0,0 +1,428 @@ + + + + + + + + + + + + + + +Syntax of JSON | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
      +
      +
      + + +
      + +
      +

      Syntax of JSON

      +

      K provides builtin support for reading/writing to JSON. While the JSON-SYNTAX +module is not precisely the syntax of JSON (utilizing K's syntax for strings, +integers, and floating point numbers rather than the syntax used by JSON), +you can still convert directly to/from the actual syntax of JSON using +the JSON2String and String2JSON hooks.

      +
      k
      module JSON-SYNTAX + imports INT-SYNTAX + imports STRING-SYNTAX + imports BOOL-SYNTAX + imports FLOAT-SYNTAX + + syntax JSONs ::= List{JSON,","} [klabel(JSONs) , symbol] + syntax JSONKey ::= String + syntax JSON ::= "null" [klabel(JSONnull) , symbol] + | String | Int | Float | Bool + | JSONKey ":" JSON [klabel(JSONEntry) , symbol] + | "{" JSONs "}" [klabel(JSONObject) , symbol] + | "[" JSONs "]" [klabel(JSONList) , symbol] +endmodule +
      +

      Conversion between JSON and String

      +

      Given a string written in valid JSON, you can convert it to the JSON +sort with the String2JSON function. Assuming the user has not extended +the syntax of the JSON sort with their own constructors, any term of sort +JSON can also be converted to a String using the JSON2String function.

      +
      k
      module JSON + imports JSON-SYNTAX + + syntax String ::= JSON2String(JSON) [function, hook(JSON.json2string)] + + syntax JSON ::= String2JSON(String) [function, hook(JSON.string2json)] +endmodule +
      +
      +
      + + + +
      + +
      +
      + + + + + + + + + + + + + diff --git a/k-distribution/include/kframework/builtin/kast/index.html b/k-distribution/include/kframework/builtin/kast/index.html new file mode 100644 index 00000000000..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..c2fca9afb2b --- /dev/null +++ b/k-distribution/pl-tutorial/2_languages/3_fun/1_untyped/2_substitution/fun-untyped/index.html @@ -0,0 +1,723 @@ + + + + + + + + + + + + + + +FUN — Untyped — Substitution | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
      +
      +
      + + +
      + +
      +

      // NOTE: this definition is not up to date with the latest version of K, as it +// uses both substitution and symbolic reasoning. +// It is intended for documentation and academic purposes only.

      +

      FUN — Untyped — Substitution

      +

      Author: Grigore Roșu (grosu@illinois.edu)
      +Organization: University of Illinois at Urbana-Champaign

      +

      Author: Traian Florin Șerbănuță (traian.serbanuta@unibuc.ro)
      +Organization: University of Bucharest

      +

      Abstract

      +

      This is the substitution-based definition of FUN. For additional +explanations regarding the semantics of the various FUN constructs, +the reader should consult the emvironment-based definition of FUN.

      +

      Syntax

      +
      k
      require "substitution.md" +//require "modules/pattern-matching.k" + +module FUN-UNTYPED-COMMON + imports DOMAINS-SYNTAX +
      +

      The Syntactic Constructs

      +
      k
      syntax Name + syntax Names ::= List{Name,","} + + syntax Exp ::= Int | Bool | String | Name + | "(" Exp ")" [bracket] + syntax Exps ::= List{Exp,","} [strict] + syntax Val + syntax Vals ::= List{Val,","} + + syntax Exp ::= left: + Exp "*" Exp [strict, arith] + | Exp "/" Exp [strict, arith] + | Exp "%" Exp [strict, arith] + > left: + Exp "+" Exp [strict, left, arith] + | Exp "^" Exp [strict, left, arith] + | Exp "-" Exp [strict, prefer, arith] + | "-" Exp [strict, arith] + > non-assoc: + Exp "<" Exp [strict, arith] + | Exp "<=" Exp [strict, arith] + | Exp ">" Exp [strict, arith] + | Exp ">=" Exp [strict, arith] + | Exp "==" Exp [strict, arith] + | Exp "!=" Exp [strict, arith] + > "!" Exp [strict, arith] + > Exp "&&" Exp [strict(1), left, arith] + > Exp "||" Exp [strict(1), left, arith] + + syntax Exp ::= "if" Exp "then" Exp "else" Exp [strict(1)] + + syntax Exp ::= "[" Exps "]" [strict] + | "cons" | "head" | "tail" | "null?" + | "[" Exps "|" Exp "]" + syntax Val ::= "[" Vals "]" + + syntax ConstructorName + syntax Exp ::= ConstructorName + | ConstructorName "(" Exps ")" [prefer, strict(2)] + syntax Val ::= ConstructorName "(" Vals ")" + + syntax Exp ::= "fun" Cases + | Exp Exp [strict, left] + syntax Case ::= Exp "->" Exp [binder] +// NOTE: The binder attribute above is the only difference between this +// module and the syntax module of environment-based FUN. We need +// to fix a bug in order to import modules and override the attributes +// of operations. + syntax Cases ::= List{Case, "|"} + + syntax Exp ::= "let" Bindings "in" Exp + | "letrec" Bindings "in" Exp [prefer] + syntax Binding ::= Exp "=" Exp + syntax Bindings ::= List{Binding,"and"} + + syntax Exp ::= "ref" + | "&" Name + | "@" Exp [strict] + | Exp ":=" Exp [strict] + | Exp ";" Exp [strict(1), right] + + syntax Exp ::= "callcc" + | "try" Exp "catch" "(" Name ")" Exp + syntax Name ::= "throw" [token] + + syntax Exp ::= "datatype" Type "=" TypeCases Exp + + syntax TypeVar + syntax TypeVars ::= List{TypeVar,","} + + syntax TypeName + syntax Type ::= "int" | "bool" | "string" + | Type "-->" Type [right] + | "(" Type ")" [bracket] + | TypeVar + | TypeName [klabel(TypeName), avoid] + | Type TypeName [klabel(Type-TypeName), onlyLabel] + | "(" Types ")" TypeName [prefer] + syntax Types ::= List{Type,","} + syntax Types ::= TypeVars + + syntax TypeCase ::= ConstructorName + | ConstructorName "(" Types ")" + syntax TypeCases ::= List{TypeCase,"|"} [klabel(_|TypeCase_)] +
      +

      Additional Priorities

      +
      k
      syntax priorities @__FUN-UNTYPED-COMMON + > ___FUN-UNTYPED-COMMON + > arith + > _:=__FUN-UNTYPED-COMMON + > let_in__FUN-UNTYPED-COMMON + letrec_in__FUN-UNTYPED-COMMON + if_then_else__FUN-UNTYPED-COMMON + > _;__FUN-UNTYPED-COMMON + > fun__FUN-UNTYPED-COMMON + > datatype_=___FUN-UNTYPED-COMMON +endmodule + +module FUN-UNTYPED-MACROS + imports FUN-UNTYPED-COMMON +
      +

      Desugaring macros

      +
      k
      rule P1 P2 -> E => P1 -> fun P2 -> E [macro-rec] + rule F P = E => F = fun P -> E [macro-rec] + + rule [E1,E2,Es:Exps|T] => [E1|[E2,Es|T]] [macro-rec] + +// rule 'TypeName(Tn:TypeName) => (.TypeVars) Tn [macro] + rule `Type-TypeName`(T:Type, Tn:TypeName) => (T) Tn [macro] + + syntax Name ::= "$h" | "$t" + rule head => fun [$h|$t] -> $h [macro] + rule tail => fun [$h|$t] -> $t [macro] + rule null? => fun [.Exps] -> true | [$h|$t] -> false [macro] + + syntax Name ::= "$k" | "$v" + rule try E catch(X) E' + => callcc (fun $k -> (fun throw -> E)(fun X -> $k E')) [macro] + + rule datatype _T = _TCs E => E [macro] +
      +

      mu needed for letrec, but we put it here so we can also write +programs with mu in them, which is particularly useful for testing.

      +
      k
      syntax Exp ::= "mu" Case + +endmodule + + +module FUN-UNTYPED-SYNTAX + imports FUN-UNTYPED-COMMON + imports BUILTIN-ID-TOKENS + + syntax Name ::= r"[a-z][_a-zA-Z0-9]*" [token, prec(2)] + | #LowerId [token] + syntax ConstructorName ::= #UpperId [token] + syntax TypeVar ::= r"['][a-z][_a-zA-Z0-9]*" [token] + syntax TypeName ::= Name [token] +endmodule +
      +

      Semantics

      +
      k
      module FUN-UNTYPED + imports FUN-UNTYPED-COMMON + imports FUN-UNTYPED-MACROS + imports DOMAINS + imports SUBSTITUTION + //imports PATTERN-MATCHING + + configuration <T color="yellow"> + <k color="green"> $PGM:Exp </k> + <store color="white"> .Map </store> + </T> +
      +

      Both Name and functions are values now:

      +
      k
      syntax Val ::= Int | Bool | String | Name + syntax Exp ::= Val + syntax Exps ::= Vals + syntax KResult ::= Val + syntax Exps ::= Names + syntax Vals ::= Names + + rule I1 * I2 => I1 *Int I2 + rule I1 / I2 => I1 /Int I2 when I2 =/=K 0 + rule I1 % I2 => I1 %Int I2 when I2 =/=K 0 + rule I1 + I2 => I1 +Int I2 + rule S1 ^ S2 => S1 +String S2 + rule I1 - I2 => I1 -Int I2 + rule - I => 0 -Int I + rule I1 < I2 => I1 <Int I2 + rule I1 <= I2 => I1 <=Int I2 + rule I1 > I2 => I1 >Int I2 + rule I1 >= I2 => I1 >=Int I2 + rule V1:Val == V2:Val => V1 ==K V2 + rule V1:Val != V2:Val => V1 =/=K V2 + rule ! T => notBool(T) + rule true && E => E + rule false && _ => false + rule true || _ => true + rule false || E => E + + rule if true then E else _ => E + rule if false then _ else E => E + + rule isVal(cons) => true + rule isVal(cons _V:Val) => true + rule cons V:Val [Vs:Vals] => [V,Vs] + + syntax Val ::= ConstructorName + + rule isVal(fun _) => true + syntax KVar ::= Name + syntax Name ::= freshName(Int) [freshGenerator, function] + rule freshName(I:Int) => {#parseToken("Name", "#" +String Int2String(I))}:>Name + + rule (. => getMatching(P, V)) ~> (fun P->_ | _) V:Val + rule matchResult(M:Map) ~> (fun _->E | _) _ => E[M] + rule (matchFailure => .) ~> (fun (_->_ | Cs:Cases => Cs)) _ +// rule (fun P->E | _) V:Val => E[getMatching(P,V)] when isMatching(P,V) +// rule (fun (P->_ | Cs:Cases => Cs)) V:Val when notBool isMatching(P,V) +
      +

      We can reduce multiple bindings to one list binding, and then +apply the usual desugaring of let into function application. +It is important that the rule below is a macro, so let is eliminated +immediately, otherwise it may interfere in ugly ways with substitution.

      +
      k
      rule let Bs in E => ((fun [names(Bs)] -> E) [exps(Bs)]) [macro] +
      +

      We only give the semantics of one-binding letrec. +Multipe bindings are left as an exercise.

      +
      k
      // changed because of parsing error + //rule mu X:Name -> E => E[(mu X -> E) / X] + rule mu X:Name -> E => E[X |-> (mu X -> E)] + rule letrec F:Name = E in E' => let F = (mu F -> E) in E' [macro] +
      +

      We cannot have & anymore, but we can give direct +semantics to ref. We also have to declare ref to +be a value, so that we will never heat on it.

      +
      k
      // rule <k> & X => L ...</k> <env>... X |-> L </env> + rule isVal(ref) => true + rule <k> ref V:Val => !L:Int ...</k> <store>... .Map => !L |-> V ...</store> + rule <k> @ L:Int => V:Val ...</k> <store>... L |-> V ...</store> + rule <k> L:Int := V:Val => V ...</k> <store>... L |-> (_=>V) ...</store> + rule _V:Val; E => E + + syntax Val ::= cc(K) + rule isVal(callcc) => true + rule <k> (callcc V:Val => V cc(K)) ~> K </k> + rule <k> cc(K) V:Val ~> _ => V ~> K </k> +
      +

      Auxiliary getters

      +
      k
      syntax Names ::= names(Bindings) [function] + rule names(.Bindings) => .Names + rule names(X:Name=_ and Bs) => X,names(Bs) + + syntax Exps ::= exps(Bindings) [function] + rule exps(.Bindings) => .Exps + rule exps(_:Name=E and Bs) => E,exps(Bs) + + /* Extra kore stuff */ + syntax KResult ::= Vals + syntax Exps ::= Names + + /* Matching */ + syntax MatchResult ::= getMatching(Exp, Val) [function] + | getMatchingAux(Exps, Vals) [function] + | mergeMatching(MatchResult, MatchResult) [function] + | matchResult(Map) + | "matchFailure" + + rule getMatching(C:ConstructorName(Es:Exps), C(Vs:Vals)) => getMatchingAux(Es, Vs) + rule getMatching([Es:Exps], [Vs:Vals]) => getMatchingAux(Es, Vs) + rule getMatching(C:ConstructorName, C) => matchResult(.Map) + rule getMatching(B:Bool, B) => matchResult(.Map) + rule getMatching(I:Int, I) => matchResult(.Map) + rule getMatching(S:String, S) => matchResult(.Map) + rule getMatching(N:Name, V:Val) => matchResult(N |-> V) + rule getMatching(_, _) => matchFailure [owise] + + rule getMatchingAux((E:Exp, Es:Exps), (V:Val, Vs:Vals)) => mergeMatching(getMatching(E, V), getMatchingAux(Es, Vs)) + rule getMatchingAux(.Exps, .Vals) => matchResult(.Map) + rule getMatchingAux(_, _) => matchFailure [owise] + + rule mergeMatching(matchResult(M1:Map), matchResult(M2:Map)) => matchResult(M1 M2) + requires intersectSet(keys(M1), keys(M2)) ==K .Set + //rule mergeMatching(_, _) => matchFailure [owsie] + rule mergeMatching(matchResult(_:Map), matchFailure) => matchFailure + rule mergeMatching(matchFailure, matchResult(_:Map)) => matchFailure + rule mergeMatching(matchFailure, matchFailure) => matchFailure +
      +

      Besides the generic decomposition rules for patterns and values, +we also want to allow [head|tail] matching for lists, so we add +the following custom pattern decomposition rule:

      +
      k
      rule getMatching([H:Exp | T:Exp], [V:Val, Vs:Vals]) + => getMatchingAux((H, T), (V, [Vs])) +endmodule +
      +
      +
      + + + +
      + +
      +
      + + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/2_languages/4_logik/basic/logik/index.html b/k-distribution/pl-tutorial/2_languages/4_logik/basic/logik/index.html new file mode 100644 index 00000000000..4d8e80c181e --- /dev/null +++ b/k-distribution/pl-tutorial/2_languages/4_logik/basic/logik/index.html @@ -0,0 +1,712 @@ + + + + + + + + + + + + + + +LOGIK | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
      +
      +
      + + +
      + +
      +

      // NOTE: this definition is not runnable as is. +// It is intended for documentation and academic purposes only.

      +

      LOGIK

      +

      Author: Grigore Roșu (grosu@illinois.edu)
      +Organization: University of Illinois at Urbana-Champaign

      +

      Author: Traian Florin Șerbănuță (traian.serbanuta@unibuc.ro)
      +Organization: University of Bucharest

      +

      Abstract

      +

      This is the K semantic definition of LOGIK, a trivial language +capturing the essence of the logic programming paradigm. In this +definition, we explicitly focus on simplicity and mathematical +clarity, not on advanced logic programming features or performance. +Those are covered in the LOGIK++ extension under examples/logik++.

      +

      Specifically, a LOGIK program consists of a sequence of Horn clauses +of the form

      +
      P :- P1, P2, ..., Pn .
      +
      +

      followed by a query of the form

      +
      ?- Q1, Q2, ..., Qm .
      +
      +

      where P, P1, P2, ..., Pn, Q1, Q2, +..., Qm are literals. The +symbol :- is read "if". A literal has the form +p(T1,T2,...,Tk), where p is a predicate symbol +and where T1,T2,...,Tk are terms. Terms are built as +usual, with operation symbols and variables. A common +convention in logic programming languages, also adopted here, is that +variables are capitalized and operation symbols are not. Operations +with zero arguments are called constants and are written without +parentheses, that is, c instead of c(). Horn +clauses without conditions, called facts, are written +without :-, that is, P. instead of P :- ..

      +

      For example, the LOGIK program below gives a few facts about a +parent predicate, then several clauses defining some useful +predicates including an ancestor predicate, and finally a +query asking for those who both have ancestors and are ancestors +themselves in the parent relation:

      +
      parent(david,john).
      +parent(jim,david).
      +parent(steve,jim).
      +parent(nathan,steve).
      +
      +grandparent(A,B):-
      +  parent(A,X),
      +  parent(X,B).
      +
      +ancestor(A,B):-
      +  parent(A,X),
      +  parents(X,B).
      +
      +parents(X,X).
      +parents(A,B):-
      +  ancestor(A,B).
      +
      +both(X) :- ancestor(A,X), ancestor(X,B).
      +
      +?- both(X).
      +
      +

      Above, we only have constant operation symbols, so these and variables +are the only terms that can be used in predicates. As expected, the +LOGIK program above will give us three solutions for X: +david, steve, and jim. If we inline the +both(X) predicate in the query, that is, if we replace the +query with ?- ancestor(A,X), ancestor(X,B). then we get +10 solutions, one for for each triple A, X, and +B satisfying both predicates ancestor(A,X) and +ancestor(X,B).

      +

      As another example, the program below defines an append +predicate followed by a simple goal:

      +
      append(nil,L,L).
      +append(cons(H,T),L,cons(H,Z)) :- append(T,L,Z).
      +
      +?- append(cons(a,nil), cons(b,nil), V).
      +
      +

      Besides the predicate symbol append, the program above also +includes a constant symbol nil and a binary operation symbol +cons. Additionally, the query also includes two more +constants, a and b. The capitalized identifiers are +all variables. As expected, the LOGIK program above yields only one +solution, namely V = cons(a,cons(b,nil)). On the other hand, +if we change the query to:

      +
      ?- append(L1, cons(a,L2), cons(a,cons(b,cons(a,nil)))).
      +
      +

      then LOGIK yields two solutions: one where L1 is +cons(a,cons(b,nil)) and L2 is nil, +and another where L1 is nil and L2 is +cons(a,cons(b,nil)).

      +

      The programs above all generated ground solutions, that is, +solutions where the query variables are mapped to ground terms (i.e., +terms without variables). Let us now consider the following query:

      +
      ?- append(cons(a,nil), Y, Z).
      +
      +

      There are obviously infinitely many ground solutions for the query +above, e.g.,
      +Y = nil and Z = cons(a,nil),
      +Y = cons(a,nil) and Z = cons(a,cons(a,nil)),
      +Y = cons(b,nil) and Z = cons(a,cons(b,nil)),
      +Y = cons(c,cons(b,nil)) and Z = cons(a,cons(c,cons(b,nil))),
      +etc. However, all the ground solutions for the query above can be +elegantly characterized by the property that Z is bound to a list +starting with a and followed by the list that Y is +bound to. This property can in fact be described as a symbolic solution +to the query: Z = cons(a,Y) or, equivalently, +Y = Symb and Z = cons(a,Symb). It is possible to +define a ``more general than'' relation on such symbolic solutions, +in the sense that the more particular solution can be obtained as a +specialization/substitution of the more general one, and then it can +be shown that the above is the most general solution to the +stated query. Logic programming languages, including our LOGIK, +attempt to always compute such most general solutions.

      +

      Logic programming languages are highly non-deterministic, in that +several Horn clauses may be used at the same time, each possibly +resulting in a different solution. Implementations of logic +programming languages consist of complex, optimized search and +indexing algorithms, which we are not concerned with here. Instead, +we here take advantage of K's builtin support for search. +Specifically, to find all the solutions of a LOGIK program, we have to +use krun with the option --search. However, note +that some programs have infinitely many solutions which cannot relate +to each other by the "more general" relation. For example, the query

      +
      ?- append(L1, cons(a,L2), L3) .
      +
      +

      To address such cases and terminate, logic programming languages allow +the user to choose how many solutions to be computed and displayed. +In LOGIK, we can use the --bound option of krun for +this purpose.

      +

      Finally, note that some queries have no solution. In some cases that +is easy to detect by exhaustive analysis, such as for the following +query:

      +
      ?- append(cons(a,L1), L2, cons(b,L3)).
      +
      +

      Logic programming languages, including LOGIK, terminate in such cases +and report a no solution answer. However, there are cases where +exhaustive analysis is not sufficient, such as for the query:

      +
      ?- append(cons(a,L), nil, L).
      +
      +

      In such cases, logic programming languages do not terminate. While +one may devise techniques to detect non-termination in some cases, +one cannot do it in general (same like for all Turing-complete +languages).

      +
      k
      require "unification.k" + +module LOGIK-COMMON + imports DOMAINS-SYNTAX +
      +

      Syntax

      +

      The syntax of LOGIK is straightforward: a program is a sequence of +Horn clauses followed by a query:

      +
      k
      syntax Literal + syntax Term ::= Literal | Literal "(" Terms ")" + syntax Terms ::= List{Term,","} + syntax Clause ::= Term ":-" Terms "." | Term "." + syntax Query ::= "?-" Terms "." + syntax Pgm ::= Query | Clause Pgm +endmodule + +module LOGIK-SYNTAX + imports LOGIK-COMMON + imports BUILTIN-ID-TOKENS +
      +

      Variables and literals are defined as tokens following the conventions +used in Prolog (variables start with _ or capital letter, while literals +start with lower case letters):

      +
      k
      syntax #KVariable ::= r"[A-Z_][A-Za-z0-9_]*" [token, prec(2)] + | #UpperId [token] + syntax Term ::= #KVariable [klabel(#SemanticCastToTerm)] + syntax Literal ::= r"[a-z][a-zA-Z0-9_]*" [token] + | #LowerId [token] +endmodule + +module LOGIK + imports LOGIK-COMMON + imports DOMAINS + imports UNIFICATION +
      +

      Unification is at the core of logic programming. Here we are +going to use the predefined unification procedure (the same one we +used in the type inferencers in Tutorial 5).

      +

      Configuration

      +

      The configuration stores each clause in its own cell for easy access, +and the most general unifier in a cell named mgu, same like +the type inferencers. The k cell holds the query and the +fresh cell holds a fresh clause instance to be attempted on +the next query item. To more easily read the solutions, we add a +second top-level cell, solution. Both top cells are +optional. Indeed, we start with the main top cell and, when a +solution is found, we move it into the solution cell and +discard the main cell.

      +
      k
      configuration <T color="yellow" multiplicity="?"> + <k color="green"> $PGM:Pgm </k> + <fresh color="orange"> .K </fresh> + <clauses color="red"> + <clause color="pink" multiplicity="*"> .K </clause> + </clauses> + <mgu> .K </mgu> + </T> + <solution multiplicity="?"> .K </solution> +
      +

      Pre- and post-processing

      +

      Before we launch the semantics, we first scan the given program and +place each clause in its own cell, and then place the query in the +k cell and initialize the mgu with the variables from the query.

      +

      Note that we put a fresh instance of the clause to avoid interference with +the query variables. By a "fresh instance" of a clause we mean one whose +variables are renamed with fresh names; we need that in order to avoid +undesired unification conflicts due to particular names chosen for +variables in the original program, as well as conflicts due to +subsequent uses of the same clause. It is safe to rename the +variables in a clause, because clauses are universally quantified in +their variables. This process of creating a fresh instance of a +clause is similar to how we created fresh instances of type schemas in +the higher-order type inferencer discussed in Tutorial 5. Indeed, we +can safely regard clauses as "clause schemas" comprising infinitely +many instances, one for each context.

      +
      k
      rule <k> C:Clause Pgm => Pgm </k> + (.Bag => <clause> #renameVariables(C) </clause>) + + rule <k> ?- Ls:Terms. => Ls ...</k> + <mgu> _ => #variablesMap(#variables(Ls)) </mgu> +
      +

      We also sequentialize the goals for easier processing:

      +
      k
      rule L:Term, Ls:Terms => L ~> Ls + rule .Terms => . +
      +

      When all the goals are solved, indicated by the empty k +cell, the calculated most general unifier (mgu) is in the mgu +cell. In that case, to ease reading of the final solution we move the +mgu in the solution cell and delete the rest of the +configuration:

      +
      k
      rule <T>... <k> . </k> <mgu> Theta </mgu> ...</T> + => <solution> Theta </solution> +
      +

      Since we are not interested in seeing the failed attempts to solve +the query, we collapse all the error configurations into an empty +configuration (recall that both top-level cells in the configuration +were declared optional). This way, if we see an empty configuration +when we search for all solutions, we know that some attempts failed +(but we do not know which ones).

      +
      k
      // this would be nice, but we need feedback from the external unifier +// for this. +// rule <T>... <mgu> _:MguError </mgu> ...</T> => . +
      +

      Semantics

      +

      Once all the infrastructure is in place, the actual semantics of LOGIK +is quite simple. All we have to do is to pick some (fresh instance of +a) clause, then unify its conclusion with the first query literal, and +then replace that literal with condition of the clause. The intuition +here is the following: to satisfy the first literal in the query, we +need to find some instance of some clause that matches it, and then to +similarly show that we can satisfy the conditions of that clause. +Mathematically, this is an instance of the proof principle called +resolution: if p ∨ q and ¬ p ∨ r hold, then so does +q ∨ r. We let it as an exercise to the reader to see how the two +relate (hint: assume the negation of the goal together with all the +clauses, and then derive false).

      +

      The following two rules are tightly connected and they together +perform the following core task: pick a fresh instance of a clause +which unifies with the first goal item, then add its conditions as new +goals.

      +

      Pick a clause and generate a fresh instance of it when the +fresh cell is empty:

      +
      k
      rule <fresh> . => #renameVariables(C) </fresh> <clause> C </clause> + <k> T:Term ...</k> + requires #unifiable(T,head(C)) + + syntax Term ::= head(Clause) [function] + rule head(L.) => L + rule head(L:-_.) => L +
      +

      If the goal is unifiable with the fresh clause's head, replace the goal +with the clause body, and empty the fresh cell (so that +another clause can be chosen using the rule above):

      +
      k
      rule <k> L:Term => . ...</k> + <fresh> L:Term . => . </fresh> + + rule <k> L:Term :KItem => Ls ...</k> + <fresh> L:Term :- Ls:Terms. => . </fresh> +
      +

      Note that there is no problem if a clause is chosen whose +conclusion literal does not unify with the first goal literal. +The search +option of krun will systematically try all clauses, so no +solution is missed. Of course, the above is not the most efficient +way to implement a logic programming language, but recall that our +objective here was to present a simple and mathematically clean +solution. We encourage the interested reader to consult the LOGIK++ +language definition for a more efficient definition of a richer logic +programming language.

      +
      k
      endmodule +
      +
      +
      + + + +
      + +
      +
      + + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/2_languages/index.html b/k-distribution/pl-tutorial/2_languages/index.html new file mode 100644 index 00000000000..2f2a99d3899 --- /dev/null +++ b/k-distribution/pl-tutorial/2_languages/index.html @@ -0,0 +1,396 @@ + + + + + + + + + + + + + + +K Languages | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
      +
      +
      + + +
      + +
      +

      K Languages

      +

      Here we present several "real-world" language examples. These languages +demonstrate many of the features you would expect to find in a full-fledged +programming language.

      +
        +
      • SIMPLE: Imperative programming language with threads.
      • +
      • KOOL: SIMPLE extended with object-oriented features.
      • +
      • FUN: A functional language with algebraic data-types and pattern-matching.
      • +
      • LOGIK: A logical programming language based on clause unification.
      • +
      +
      +
      + + +
      + + + +
      +
      + +
      +
      + + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/NOTES/index.html b/k-distribution/pl-tutorial/NOTES/index.html new file mode 100644 index 00000000000..10a478fcebb --- /dev/null +++ b/k-distribution/pl-tutorial/NOTES/index.html @@ -0,0 +1,455 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
      +
      +
      + + +
      + +
      +

      Dear reader: these NOTES.md documents are mostly for myself (Grigore), to +keep track of changes and updates that need to be made as things evolve +in the K framework. You can safely ignore them. However, if you are curious +how things will change and decide to read them, I would be grateful if you +let me know whenever you find inconsistencies or things that I forgot to +mention here. Or even better, feel free to make pull requests with suggested +changes or updates.

      +

      Global changes that need to be made:

      +
        +
      • Replace when in rules with requires
      • +
      +

      Things to revise each time the structure of the tutorial changes:

      +
        +
      • 1_k\2_imp\lesson_1\README.md refers to Tutorial 1
      • +
      • 1_k\2_imp\lesson_4\README.md refers to Lesson 1
      • +
      • 1_k\2_imp\lesson_4\README.md refers to Tutorial 1, Lesson 2.5
      • +
      • 1_k\3_lambda++\lesson_1\README.md refers to Lesson 8, Tutorial 1
      • +
      • `1_k\3_lambda++\lesson_1\exercises refers to Lesson 1, tests/config.xml
      • +
      • 1_k\3_lambda++\lesson_2\README.md Lesson 1, Tutorial 1; Tutorial 6; Part 1, 2
      • +
      • 1_k\3_lambda++\lesson_3\README.md refers to Lesson 7, Tutorial 1
      • +
      • 1_k\3_lambda++\lesson_4\README.md refers to Lesson 1
      • +
      • 1_k\3_lambda++\lesson_5\README.md refers to Lesson 4, Lesson 8 and Lesson 7 of Tutorial 1
      • +
      • 1_k\3_lambda++\lesson_6\README.md refers to Parts 3 and 4 of the tutorial
      • +
      • 1_k\4_imp++\lesson_1\README.md refers to Lesson 4, Tutorial 2; also Tutorial 3 (at the end)
      • +
      • 1_k\4_imp++\lesson_2\README.md refers to Tutorial 3; Tutorial 2
      • +
      • 1_k\4_imp++\lesson_3\README.md refers to Lesson 1, Lesson 6
      • +
      • 1_k\4_imp++\lesson_4\README.md refers to Tutorial 6
      • +
      • 1_k\4_imp++\lesson_5\README.md refers to Lesson 4; Tutorial 3
      • +
      • 1_k\4_imp++\lesson_6\README.md refers to Lesson 3
      • +
      • 1_k\4_imp++\lesson_7\README.md refers to Lesson 1, 6
      • +
      • 1_k\5_types\lesson_1\README.md refers to Part 4; SIMPLE
      • +
      • 1_k\5_types\lesson_2\NOTES/README.md refer to Tutorial 1
      • +
      • 1_k\5_types\lesson_3\README.md refers to Part 1; Lesson 1,2
      • +
      • 1_k\5_types\lesson_4\README.md refers to Part 1, and to Lessons 2 and 3
      • +
      • 1_k\5_types\lesson_5\README.md refers to Lessons 4, 3, 2
      • +
      • 1_k\5_types\lesson_6\README.md refers to Lesson 5; SIMPLE, KOOL, IMP++
      • +
      • 1_k\5_types\lesson_7\README.md refers to Lesson 4, 8, 9
      • +
      • 1_k\5_types\lesson_8\README.md refers to Lessons 5, 7
      • +
      • 1_k\5_types\lesson_9\README.md refers to Lessons 8, 5, 7, 4
      • +
      • +
      +

      1_k\4_imp++\lesson_2\README.md states "generates a term of the form +symNat(n) of sort Nat", but the representation of symbolic numbers may +have changed

      +

      Describe/use/explain/justify the terminology "the <k/> cell" as opposed to "the k cell".

      +

      Would it be a good idea to make the README files self contained, that is, +to include the entire lang.k code in them, spread over the entire README, as things +are discussed? In case we decide not to, make sure that the code snippets mentioned +in the READMEs are in perfect correspondence to the code in the actual .k definitions. +Maybe add a tag before each code snippet saying what file and what lines in that +file comes from, then we can use a script to check them to be identical.

      +

      1_k\5_types\lesson_4\README.md refers to polymorphism, but some may say that is not precisely +polymorphism, because the types are not universally quantified. Explain that better.

      +

      Modify the entire tutorial to use . or, if needed, .::Map, etc., +instead of .Map, etc.. Check for each instance specifically, because +the surrounding text may also need to be modified.

      +

      We sometimes use "Kompile", or "kompile", as a verb instead of "Compile", +or "compile", to indicate that we mean compilation with K. Similarly for +"Krun", or "krun", instead of "Run" or "run".

      +

      Add citations to:

      +
        +
      • chemical abstract machine
      • +
      • logics, where the distinction between side condition and premise is explained
      • +
      • reduction semantics with evaluation contexts
      • +
      +

      Replace I1 +Int I2, notBool B, etc., with (I1 + I2)@INT, (not B)@Bool, +etc., when we have module qualification in place and working.

      +

      Explain isSort(T) for all sorts Sort, in one place, when it is first used. +Explain also that T:Sort yields a side condition isSort(T).

      +

      Currently all the K collections are "untyped", that is, over the sort K. +In the future we want to have parametric collections. Make sure the tutorial +is systematically changed when this happens.

      +

      See issue #2023 and modify pl-tutorial/1_k/2_imp/lesson_4 accordingly, if needed.

      +

      All definitions, and corresponding READMEs, should be changed to take advantage +of modules and module operations. Ideally, we'd like to have no code repetition +in any examples, except for demonstration purposes.

      +

      In the PL semantics book, define print(AExps) to have the same semantics as in +IMP++: evaluates and prints each of its arguments in order (as opposed to +first evaluate all of them and then print them---for example, if the second +argument performs a division by zero, I still want to print the first argument.)

      +
      +
      + + +
      + +
      +
      + +
      +
      + + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/index.html b/k-distribution/pl-tutorial/index.html new file mode 100644 index 00000000000..fe1e5ddc1cb --- /dev/null +++ b/k-distribution/pl-tutorial/index.html @@ -0,0 +1,578 @@ + + + + + + + + + + + + + + +K PL Tutorial | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
      +
      +
      + + +
      + +
      +

      K PL Tutorial

      +

      Here you will learn how to use the K tool to define languages by means of a series of screencast movies. It is recommended to do these in the indicated order, because K features already discussed in a previous language definition will likely not be rediscussed in latter definitions. The screencasts follow quite closely the structure of the files under the tutorial folder in the K tool distribution. If you'd rather follow the instructions there and do the tutorial exercises yourself, then go back to https://kframework.org and download the K tool, if you have not done it already. Or, you can first watch the screencasts below and then do the exercises, or do them in parallel.

      +

      K Overview

      +

      Make sure you watch the K overview video before you do the K tutorial:

      + +

      Learning K

      +

      [34'46"] Part 1: Defining LAMBDA

      +

      Here you will learn how to define a very simple functional language in K and the basics of how to use the K tool. The language is a call-by-value variant of lambda calculus with builtins and mu, and its definition is based on substitution.

      + +

      [37'07"] Part 2: Defining IMP

      +

      Here you will learn how to define a very simple, prototypical textbook C-like imperative language, called IMP, and several new features of the K tool.

      + +

      [33'10"] Part 3: Defining LAMBDA++

      +

      Here you will learn how to define constructs which abruptly change the execution control, as well as how to define functional languages using environments and closures. LAMBDA++ extends the LAMBDA language above with a callcc construct.

      + +

      [46'46"] Part 4: Defining IMP++

      +

      Here you will learn how to refine configurations, how to generate fresh elements, how to tag syntactic constructs and rules, how to exhaustively search the space of non-deterministic or concurrent program executions, etc. IMP++ extends the IMP language above with increment, blocks and locals, dynamic threads, input/output, and abrupt termination.

      + +

      [17'03"] Part 5: Defining Type Systems

      +

      Here you will learn how to define various kinds of type systems following various approaches or styles using K.

      + +

      [??'??"] Part 6: Miscellaneous Other K Features

      +

      Here you will learn a few other K features, and better understand how features that you have already seen work.

      +
        +
      • [??'??"] ...
      • +
      +

      Learning Language Design and Semantics using K

      +

      [??'??"] Part 7: SIMPLE: Designing Imperative Programming Languages

      +

      Here you will learn how to design imperative programming languages using K. SIMPLE is an imperative language with functions, threads, pointers, exceptions, multi-dimensional arrays, etc. We first define an untyped version of SIMPLE, then a typed version. For the typed version, we define both a static and a dynamic semantics.

      + +

      [??'??"] Part 8: KOOL: Designing Object-Oriented Programming Languages

      +

      Here woul will learn how to design object-oriented programming languages using K. KOOL is an object-oriented language that extends SIMPLE with classes and objects. We first define an untyped version of KOOL, then a typed version, with both a dynamic and a static semantics.

      + +

      [??'??"] Part 9: FUN: Designing Functional Programming Languages

      +

      H +ere woul will learn how to design functional programming languages using K. FUN is a higher-order functional language with general let, letrec, pattern matching, references, lists, callcc, etc. We first define an untyped version of FUN, then a let-polymorphic type inferencer.

      + +

      [??'??"] Part 10: LOGIK: Designing Logic Programming Languages

      +

      Here you will learn how to design a logic programming language using K.

      + +
      +
      + + + +
      + +
      +
      + + + + + + + + + + + + + diff --git a/k-distribution/tests/regression-new/checks/markdownErrorLocation/index.html b/k-distribution/tests/regression-new/checks/markdownErrorLocation/index.html new file mode 100644 index 00000000000..00c87ed233f --- /dev/null +++ b/k-distribution/tests/regression-new/checks/markdownErrorLocation/index.html @@ -0,0 +1,394 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
      +
      +
      + + +
      + +
      +

      1

      +
      k
      // keep indentation +module MARKDOWNERRORLOCATION-SYNTAX +endmodule +
      +

      7

      +
      .a .b
      9 +
      +

      11

      +
      .k .x
      module MARKDOWNERRORLOCATION + imports INT +
      +
      {
      } +
      +
      k
      rule 21 // pandoc would think this is line 20, column 7 +
      +
      .y .k
      endmodule // pandoc would miss this last unfinished block + +
      +
      +
      + + +
      + +
      +
      + +
      +
      + + + + + + + + + + + + + diff --git a/k-distribution/tests/regression-new/imp++-llvm/imp/index.html b/k-distribution/tests/regression-new/imp++-llvm/imp/index.html new file mode 100644 index 00000000000..2ccfb5321f8 --- /dev/null +++ b/k-distribution/tests/regression-new/imp++-llvm/imp/index.html @@ -0,0 +1,961 @@ + + + + + + + + + + + + + + +IMP++ | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
      +
      +
      + + +
      + +
      +

      IMP++

      +

      Author: Grigore Roșu (grosu@illinois.edu)
      +Organization: University of Illinois at Urbana-Champaign

      +

      Abstract

      +

      This is the K semantic definition of the IMP++ language. +IMP++ extends the IMP language with the features listed below. We +strongly recommend you to first familiarize yourself with the IMP +language and its K definition in Tutorial 2 before proceeding.

      +

      Strings and concatenation of strings. Strings are useful +for the print statement, which is discussed below. For +string concatenation, we use the same + construct that we use +for addition (so we overload it).

      +

      Variable increment. We only add a pre-increment construct: +++x increments variable x and evaluates to the +incremented value. Variable increment makes the evaluation of +expressions have side effects, and thus makes the evaluation strategies +of the various language constructs have an influence on the set +of possible program behaviors.

      +

      Input and output. IMP++ adds a read() expression +construct which reads an integer number and evaluates to it, and +a variadic (i.e., it has an arbitrary number of arguments) statement +construct print(e1,e2,...,en) which evaluates its arguments +and then outputs their values. Note that the K tool allows to +connect the input and output cells to the standard input and output +buffers, this way compiling the language definition into an +interactive interpreter.

      +

      Abrupt termination. The halt statement simply halts +the program. The K tool shows the resulting configuration, as if the +program terminated normally. We therefore assume that an external +observer does not care whether the program terminates normally or +abruptly, same like with exit statements in conventional +programming languages like C.

      +

      Dynamic threads. The expression construct spawn s +starts a new concurrent thread that executes statement s, +which is expected to be a block, and evaluates immediately to a fresh +thread identifier that is also assigned to the newly created thread. +The new thread is given at creation time the environment of its +parent, so it can access all its parent's variables. This allows for +the parent thread, and the child thread to communicate; it also allows +for races and "unexpected" behaviors, so be careful. +For thread synchronization, IMP++ provides a thread join statement +construct join t;, where t evaluates to a thread +identifier, which stalls the current thread until thread t +completes its computation. For simplicity, we here assume a +sequentially consistent shared memory model. To experiment with other +memory models, see the definition of KERNELC.

      +

      Blocks and local variables. IMP++ allows blocks enclosed by +curly brackets. Also, IMP's global variable declaration construct is +generalized to be used anywhere as a statement, not only at the +beginning of the program. As expected, the scope of the declared +variables is from their declaration point till the end of the most +nested enclosing block.

      +

      What You Will Learn Here

      +
        +
      • How to define a less trivial language in K, as explained above.
      • +
      • How to use the superheat and supercool +options of the K tool kompile to exhaustively explore the +non-determinism due to underspecified evaluation strategies.
      • +
      • How to use the transition option of the K tool to +exhaustively explore the non-determinism due to concurrency.
      • +
      • How to connect certain cells in the configuration to the +standard input and standard output, and thus turn the krun +tool into an interactive interpreter for the defined language.
      • +
      • How to exhaustively search for the non-deterministic behaviors +of a program using the search option of krun.
      • +
      +
      k
      module IMP-SYNTAX + imports DOMAINS-SYNTAX +
      +

      Syntax

      +

      IMP++ adds several syntactic constructs to IMP. Also, since the +variable declaration construct is generalized to be used anywhere a +statement can be used, not only at the beginning of the program, we +need to remove the previous global variable declaration of IMP and +instead add a variable declaration statement construct

      +

      We do not re-discuss the constructs which are taken over from IMP, +except when their syntax has been subtly modified (such as, for +example, the syntax of the previous "statement" assignment which +is now obtained by composing the new assignment expression, and the +new expression statement constructs); go the last lesson of +Tutorial 2 if you are interested in IMP's constructs. For execution +purposes, we tag the addition and division operations with the +addition and division tags. These attributes have +no theoretical significance, in that they do not affect the semantics +of the language in any way. They only have practical relevance, +specific to our implementation of the K tool. Specifically, we can +tell the K tool (using its superheat and supercool +options) that we want to exhaustively explore all the non-deterministic +behaviors (due to strictness) of these language constructs. For performance +reasons, by default the K tool chooses an arbitrary but fixed order to +evaluate the arguments of the strict language constructs, thus possibly +losing behaviors due to missed interleavings. This aspect was irrelevant in +IMP, because its expressions had no side effects, but it becomes relevant +in IMP++.

      +

      The syntax of the IMP++ constructs is self-explanatory. Note that assignment +is now an expression construct. Also, print is variadic, taking a +list of expressions as argument. It is also strict, which means that the +entire list of expressions, that is, each expression in the list, will be +evaluated. Note also that we have now defined sequential composition +of statements as a whitespace-separated list of statements, aliased with +the nonterminal Stmts, and block as such a (possibly empty) sequence +of statements surrounded by curly brackets.

      +
      k
      syntax AExp ::= Int | String | Id + | "++" Id + | "read" "(" ")" + | "-" AExp [strict] + | "(" AExp ")" [bracket] + > AExp "/" AExp [left, strict, group(division)] + > AExp "+" AExp [left, strict] + > "spawn" Block + > Id "=" AExp [strict(2)] + syntax BExp ::= Bool + | AExp "<=" AExp [seqstrict, latex({#1}\leq{#2})] + | "!" BExp [strict] + | "(" BExp ")" [bracket] + > BExp "&&" BExp [left, strict(1)] + syntax Block ::= "{" Stmts "}" + syntax Stmt ::= Block + | AExp ";" [strict] + | "if" "(" BExp ")" + Block "else" Block [strict(1)] + | "while" "(" BExp ")" Block + | "int" Ids ";" + | "print" "(" AExps ")" ";" + | "halt" ";" + > "join" AExp ";" [strict] + + syntax Ids ::= List{Id,","} + syntax AExps ::= List{AExp,","} + syntax Stmts ::= List{Stmt,""} + syntax AExps ::= Ids +endmodule + + +module IMP + imports IMP-SYNTAX + imports DOMAINS +
      +

      Semantics

      +

      We next give the semantics of IMP++. We start by first defining its +configuration.

      +

      Configuration

      +

      The original configuration of IMP has been extended to include +all the various additional cells needed for IMP++. +To facilitate the semantics of threads, more specifically +to naturally give them access to their parent's variables, we prefer a +(rather conventional) split of the program state into an +environment and a store. An environment maps +variable names into locations, while a store maps locations +into values. Stores are also sometimes called states, or +heaps, or memory, in the literature. Like values, locations +can be anything. For simplicity, here we assume they are natural +numbers. Moreover, each thread has its own environment, so it knows +where all the variables that it has access to are located in the store +(that includes its locally declared variables as well as the variables +of its parent thread), and its own unique identifier. The store is +shared by all threads. For simplicity, we assume a sequentially consistent +memory model in IMP++. Note that the thread cell has multiplicity +*, meaning that there could be zero, one, or more instances of that cell +in the configuration at any given time. This multiplicity information +is important for K's configuration abstraction process: it tells +K how to complete rules which, in order to increase the modularity of the +definition, choose to not mention the entire configuration context. +The in and out cells hold the input and the output +buffers as lists of items.

      +
      k
      configuration <T color="yellow"> + <threads color="orange"> + <thread multiplicity="*" type="Set" color="blue"> + <k color="green"> $PGM:Stmts </k> + <env color="LightSkyBlue"> .Map </env> + <id color="black"> 0 </id> + </thread> + </threads> +// <br/> + <store color="red"> .Map </store> +// <input color="magenta"> .List </input> +// <output color="Orchid"> .List </output> + <input color="magenta" stream="stdin"> .List </input> + <output color="Orchid" stream="stdout"> .List </output> + </T> +// Replace the <input/> and <output/> cells with the next two in order to +// initialize the input buffer through krun +// <input color="magenta"> $IN:List </input> +// <output color="Orchid"> .List </output> +// Replace the <input/> and <output/> cells with the next two to connect the +// input/output buffers to stdin/stdout through krun +// <input color="magenta" stream="stdin"> .List </input> +// <output color="Orchid" stream="stdout"> .List </output> +// Replace the <input/> and <output/> cells with the next two to connect the +// input/output buffers to stdin/stdout and also allow input through krun +// <input color="magenta" stream="stdin"> $IN:List </input> +// <output color="Orchid" stream="stdout"> .List </output> +
      +

      We can also use configuration variables to initialize +the configuration through krun. For example, we may want to +pass a few list items in the in cell when the program makes +use of read(), so that the semantics does not get stuck. +Recall from IMP that configuration variables start with a ParseError: KaTeX parse error: Expected group after '_' at position 63: …, for example, +_̲PGM) and can be initialized with any string by +krun; or course, the string should parse to a term of the +corresponding sort, otherwise errors will be generated. +Moreover, K allows you to connect list cells to the standard input or +the standard output. For example, if you add the attribute +stream="stdin" to the in cell, then krun +will prompt the user to pass input when the in cell is empty +and any semantic rule needs at least one item to be present there in +order to match. Similarly but dually, if you add the attribute +stream="stdout" to the out cell, then any item +placed into this cell by any rule will be promptly sent to the +standard output. This way, krun can be used to obtain +interactive interpreters based directly on the K semantics of the +language. For example:

      +
      shell
      sh$ krun sum-io.imp --output none +Add numbers up to (<= 0 to quit)? 10 +Sum = 55 +Add numbers up to (<= 0 to quit)? 1000 +Sum = 500500 +Add numbers up to (<= 0 to quit)? 0 +sh$ +
      +

      The option --output none instructs krun to not +display the resulting configuration after the program executes. The +input/output streaming works with or without this option, although +if you don't use the option then a configuration with empty +in and out cells will be displayed after the program +is executed. You can also initialize the configuration using +configuration variables and stream the contents of the cells to +standard input/output at the same time. For example, if you use a +configuration variable in the in cell and pass contents to it +through krun, then that contents will be first consumed and +then the user will be prompted to introduce additional input if the +program's execution encounters more read() constructs.

      +

      The old IMP constructs

      +

      The semantics of the old IMP constructs is almost identical to their +semantics in the original IMP language, except for those constructs +making use of the program state and for those whose syntax has slightly +changed. Indeed, the rules for variable lookup and assignment in IMP +accessed the state cell, but that cell is not available in IMP++ +anymore. Instead, we have to use the combination of environment and store +cells. Thanks to K's implicit configuration abstraction, we do not have +to mention the thread and threads cells: these are +automatically inferred (and added by the K tool at compile time) from the +definition of the configuration above, as there is only one correct +way to complete the configuration context of these rules in order to +match the configuration declared above. In our case here, "correct way" +means that the k and env cells will be considered as +being part of the same thread cell, as opposed to each being part +of a different thread. Configuration abstraction is crucial for modularity, +because it gives us the possibility to write our definitions in a way that +may not require us to revisit existing rules when we change the configuration. +Changes in the configuration are quite frequent in practice, typically +needed in order to accommodate new language features. For example, +imagine that we initially did not have threads in IMP++. There +would be no need for the thread and threads cells in +the configuration then, the cells k and env being simply +placed at the top level in the T cell, together with the +already existing cells. Then the rules below would be exactly the +same. Thus, configuration abstraction allows you to not have to +modify your rules when you make structural changes in your language +configuration.

      +

      Below we list the semantics of the old IMP constructs, referring the +reader to the K semantics of IMP for their meaning. Like we tagged the +addition and the division rules above in the syntax, we also tag the lookup +and the assignment rules below (with tags lookup and +assignment), because we want to refer to them when we generate the +language model (with the kompile tool), basically to allow them to +generate (possibly non-deterministic) transitions. Indeed, these two rules, +unlike the other rules corresponding to old IMP constructs, can yield +non-deterministic behaviors when more threads are executed concurrently. +In terms of rewriting, these two rules can "compete" with each other on +some program configurations, in the sense that they can both match at the +same time and different behaviors may be obtained depending upon which of +them is chosen first.

      +
      k
      syntax KResult ::= Int | Bool +
      +

      Variable lookup

      +
      k
      rule <k> X:Id => I ...</k> + <env>... X |-> N ...</env> + <store>... N |-> I ...</store> [group(lookup)] +
      +

      Arithmetic constructs

      +
      k
      rule I1 / I2 => I1 /Int I2 when I2 =/=Int 0 + rule I1 + I2 => I1 +Int I2 + rule - I => 0 -Int I +
      +

      Boolean constructs

      +
      k
      rule I1 <= I2 => I1 <=Int I2 + rule ! T => notBool T + rule true && B => B + rule false && _ => false +
      +

      Variable assignment

      +

      Note that the old IMP assignment statement X = I; is now composed of two +constructs: an assignment expression construct X = I, followed by a +semicolon ; turning the expression into a statement. The rationale behind +this syntactic restructuring has been explained in Lesson 7. Here is the +semantics of the two constructs:

      +
      k
      rule _:Int; => . + rule <k> X = I:Int => I ...</k> + <env>... X |-> N ...</env> + <store>... N |-> (_ => I) ...</store> [group(assignment)] +
      +

      Sequential composition

      +

      Sequential composition has been defined as a whitespace-separated syntactic +list of statements. Recall that syntactic lists are actually syntactic +sugar for cons-lists. Therefore, the following two rules eventually +sequentialize a syntactic list of statements s1 s2 ... sn.. into the +corresponding computation s1 ~> s2 ~> ... ~> sn.

      +
      k
      rule .Stmts => . + rule S:Stmt Ss:Stmts => S ~> Ss +
      +

      Conditional statement

      +
      k
      rule if (true) S else _ => S + rule if (false) _ else S => S +
      +

      While loop

      +

      The only thing to notice here is that the empty block has been replaced +with the block holding the explicit empty sequence. That's because in +the semantics all empty lists become explicit corresponding dots +(to avoid parsing ambiguities)

      +
      k
      rule while (B) S => if (B) {S while (B) S} else {.Stmts} +
      +

      The new IMP++ constructs

      +

      We next discuss the semantics of the new IMP++ constructs.

      +

      Strings

      +

      First, we have to state that strings are also results. +Second, we give the semantics of IMP++ string concatenation (which +uses the already existing addition symbol + from IMP) by +reduction to the built-in string concatenation operation.

      +
      k
      syntax KResult ::= String + rule Str1 + Str2 => Str1 +String Str2 +
      +

      Variable increment

      +

      Like variable lookup, this is also meant to be a supercool transition: we +want it to count both in the non-determinism due to strict operations above +it in the computation and in the non-determinism due to thread +interleavings. This rule also relies on K's configuration abstraction. +Without abstraction, you would have to also include the thread and +threads cells.

      +
      k
      rule <k> ++X => I +Int 1 ...</k> + <env>... X |-> N ...</env> + <store>... N |-> (I => I +Int 1) ...</store> [group(increment)] +
      +

      Read

      +

      The read() construct evaluates to the first integer in the +input buffer, which it consumes. Note that this rule is tagged +increment. This is because we will include it in the set of +potentially non-deterministic transitions when we kompile the definition; +we want to do that because two or more threads can "compete" on +reading the next integer from the input buffer, and different choices +for the next transition can lead to different behaviors.

      +
      k
      rule <k> read() => I ...</k> + <input> ListItem(I:Int) => .List ...</input> [group(read)] +
      +

      Print

      +

      The print statement is strict, so all its arguments are +eventually evaluated (recall that print is variadic). We +append each of its evaluated arguments, in order, to the output buffer, +and structurally discard the residual print statement with an +empty list of arguments. We only want to allow printing integers and +strings, so we define a Printable syntactic category including +only these and define the print statement to only print +Printable elements. Alternatively, we could have had two +similar rules, one for integers and one for strings. Recall that, +currently, K's lists are cons-lists, so we cannot simply rewrite the +head of a list (P) into a list (.). The first rule below is tagged, +because we want to include it in the list of transitions when we kompile; +different threads may compete on the output buffer and we want to capture +all behaviors.

      +
      k
      syntax Printable ::= Int | String + +/* currently it is necessary to subsort Printable to AExp, + but future K should be able to infer that automatically. */ + syntax AExp ::= Printable + + context print(HOLE:AExp, _AEs:AExps); + + rule <k> print(P:Printable,AEs => AEs); ...</k> + <output>... .List => ListItem(P) </output> [group(print)] + rule print(.AExps); => . +
      +

      Halt

      +

      The halt statement empties the computation, so the rewriting process +simply terminates as if the program terminated normally. Interestingly, once +we add threads to the language, the halt statement as defined below +will terminate the current thread only. If you want an abrupt termination +statement that halts the entire program, then you need to discard the entire +contents of the threads cell, so the entire computation abruptly +terminates the entire program, no matter how many concurrent threads it has, +because there is nothing else to rewrite.

      +
      k
      rule <k> halt; ~> _ => . </k> +
      +

      Spawn thread

      +

      A spawned thread is passed its parent's environment at creation time. +The spawn expression in the parent thread is immediately +replaced by the unique identifier of the newly created thread, so the +parent thread can continue its execution. We only consider a sequentially +consistent shared memory model for IMP++, but other memory models can also +be defined in K; see, for example, the definition of KERNELC. Note that +the rule below does not need to be tagged in order to make it a transition +when we kompile, because the creation of the thread itself does not interfere +with the execution of other threads. Also, note that K's configuration +abstraction is at heavy work here, in two different places. First, the +parent thread's k and env cells are wrapped within a +thread cell. Second, the child thread's k, env +and id cells are also wrapped within a thread cell. Why +that way and not putting all these four cells together within the +same thread, or even create an additional threads cell at top +holding a thread cell with the new k, env +and id? Because in the original configuration we declared +the multiplicity of the thread cell to be *, which +effectively tells the K tool that zero, one or more such cells can +co-exist in a configuration at any moment. The other cells have the +default multiplicity one, so they are not allowed to multiply. +Thus, the only way to complete the rule below in a way consistent with +the declared configuration is to wrap the first two cells in a +thread cell, and the latter two cells under the . +also in a thread cell. Once the rule applies, the spawning +thread cell will add a new thread cell next to it, which is consistent +with the declared configuration cell multiplicity. The unique identifier +of the new thread is generated using the fresh side condition.

      +
      k
      rule <k> spawn S => !T:Int ...</k> <env> Rho </env> + (.Bag => <thread>... <k> S </k> <env> Rho </env> <id> !T </id> ...</thread>) +
      +

      Join thread

      +

      A thread who wants to join another thread T has to wait until +the computation of T becomes empty. When that happens, the +join statement is simply dissolved. The terminated thread is not removed, +because we want to allow possible other join statements to also dissolve.

      +
      k
      rule <k> join(T); => . ...</k> <thread>... <k>.</k> <id>T</id> ...</thread> +
      +

      Blocks

      +

      The body statement of a block is executed normally, making sure +that the environment at the block entry point is saved in the computation, +in order to be recovered after the block body statement. This step is +necessary because blocks can declare new variables having the same +name as variables which already exist in the environment, and our +semantics of variable declarations is to update the environment map in +the declared variable with a fresh location. Thus, variables which +are shadowed lose their original binding, which is why we take a +snapshot of the environment at block entrance and place it after the +block body (see the semantics of environment recovery at the end of +this module). Note that any store updates through variables which are +not declared locally are kept at the end of the block, since the store +is not saved/restored. An alternative to this environment save/restore +approach is to actually maintain a stack of environments and to push a +new layer at block entrance and pop it at block exit. The variable +lookup/assign/increment operations then also need to change, so we do +not prefer that non-modular approach. Compilers solve this problem by +statically renaming all local variables into fresh ones, to completely +eliminate shadowing and thus environment saving/restoring. The rule +below can be structural, because what it effectively does is to take a +snapshot of the current environment; this operation is arguably not a +computational step.

      +
      k
      rule <k> {Ss} => Ss ~> Rho ...</k> <env> Rho </env> +
      +

      Variable declaration

      +

      We allocate a fresh location for each newly declared variable and +initialize it with 0.

      +
      k
      rule <k> int (X,Xs => Xs); ...</k> + <env> Rho => Rho[X <- !N:Int] </env> + <store>... .Map => !N |-> 0 ...</store> + rule int .Ids; => . +
      +

      Auxiliary operations

      +

      We only have one auxiliary operation in IMP++, the environment +recovery. Its role is to discard the current environment in the +env cell and replace it with the environment that it holds. +This rule is structural: we do not want them to count as computational +steps in the transition system of a program.

      +
      k
      rule <k> Rho => . ...</k> <env> _ => Rho </env> +
      +

      If you want to avoid useless environment recovery steps and keep the size +of the computation structure smaller, then you can also add the rule

      +
        rule (_:Map => .) ~> _:Map
      +
      +

      This rule acts like a ``tail recursion'' optimization, but for blocks. */

      +
      k
      // verification ids + syntax Id ::= "n" [token] + | "sum" [token] + | "a" [token] + | "b" [token] + | "c" [token] +endmodule +
      +

      On Kompilation Options

      +

      We are done with the IMP++ semantics. The next step is to kompile the +definition using the kompile tool, this way generating a language +model. Depending upon for what you want to use the generated language model, +you may need to kompile the definition using various options. We here discuss +these options.

      +

      To tell the K tool to exhaustively explore all the behaviors due to the +non-determinism of addition, division, and threads, we have to kompile +with the command:

      +
      shell
      kompile imp.k --transition="addition division lookup assignment increment read print" +
      +

      As already mentioned, the syntax and rule tags play no theoretical or +foundational role in K. They are only a means to allow kompile to +refer to them in its options, like we did above. By default, kompile's +transition option is empty, because this yields the fastest language model when +executed. Transitions may slow down the execution, but they instrument +the language model to allow for formal analysis of program behaviors, even for +exhaustive analysis.

      +

      Theoretically, the heating/cooling rules in K are fully reversible and +unconstrained by side conditions as we showed in the semantics of IMP. +For example, the theoretical heating/cooling rules corresponding to the +strict attribute of division are the following:

      +
      E₁ / E₂ ⇒ E₁ ⤳ □ / E₂
      +E₁ ⤳ □ / E₂ ⇒ E₁ / E₂
      +E₁ / E₂ ⇒ E₂ ⤳ E₁ / □
      +E₂ ⤳ E₁ / □ ⇒ E₁ / E₂
      +
      +

      The other semantic rules apply modulo such structural rules. +For example, using heating rules we can bring a redex (a subterm which +can be reduced with semantic rules) to the front of the computation, +then reduce it, then use cooling rules to reconstruct a term over the +original syntax of the language, then heat again and +non-deterministically pick another redex, and so on and so forth +without losing any opportunities to apply semantic rules. +Nevertheless, these unrestricted heating/cooling rules may create an +immense, often unfeasibly large space of possibilities to analyze. +The --transition option implements an optimization which works +well with other implementation choices made in the current K tool. +Recall from the detailed description of the IMP language semantics that +(theoretical) reversible rules like above are restricted by default +to complementary conditional rules of the form

      +
      E₁ / E₂ ⇒ E₁ ⤳ □ / E₂
      +   if E₁ not in KResult
      +E₁ ⤳ □ / E₂ ⇒ E₁ / E₂
      +   if E₁ in KResult
      +E₁ / E₂ ⇒ E₂ ⤳ E₁ / □
      +   if E₂ not in KResult
      +E₂ ⤳ E₁ / □  ⇒ E₁ / E₂
      +   if  E₂ in KResult
      +
      +

      Therefore, our tool eagerly heats and lazily cools the computation. +In other words, heating rules apply until a redex gets placed on the +top of the computation, then some semantic rule applies and rewrites +that into a result, then a cooling rule is applied to plug the +obtained result back into its context, then another argument may be +chosen and completely heated, and so on. This leads to efficient +execution, but it may and typically does hide program behaviors. +Using the --transition option allows you to interfere with this +process and to obtain all possible non-deterministic behaviors as if +the theoretical heating/cooling rules were applied. Optimizations +of course happen under the hood, but you need not be aware of them. +Used carefully, this mechanism allows us to efficiently explore more of +the non-deterministic behaviors of a program, even all of them (like here). +For example, with the semantics of IMP++ given above, the krun +command with the --search option detects all five behaviors +of the following IMP++ program (x can be 0, 1, 2, 3, or undefined +due to division-by-zero):

      +
        int x,y;
      +  x = 1;
      +  y = ++x / (++x / x);
      +
      +

      Besides non-determinism due to underspecified argument evaluation +orders, which the current K tool addresses as explained above, there +is another important source of non-determinism in programming languages: +non-determinism due to concurrency/parallelism. For example, when two +or more threads are about to access the same location in the store and at +least one of these accesses is a write (i.e., an instance of the variable +assignment rule), there is a high chance that different choices for +the next transition lead to different program behaviors. While in the +theory of K all the rules count as computational steps +and hereby as transitions in the transition system associated to the +program, in practice that may yield a tremendous number of step +interleavings to consider. Most of these interleavings are behaviorally +equivalent for most purposes. For example, the fact that a thread computes +a step 8+3 ⇒ 11 is likely irrelevant for the other +threads, so one may not want to consider it as an observable transition in +the space of interleavings. Since the K tool cannot know without help which +transitions need to be explored and which do not, our approach is to +let the user say so explicitly using the transition option of +kompile.

      +
      +
      + + +
      + + + +
      +
      + +
      +
      + + + + + + + + + + + + + diff --git a/k-distribution/tests/regression-new/kprove-markdown/set-balance-spec/index.html b/k-distribution/tests/regression-new/kprove-markdown/set-balance-spec/index.html new file mode 100644 index 00000000000..dec561d9254 --- /dev/null +++ b/k-distribution/tests/regression-new/kprove-markdown/set-balance-spec/index.html @@ -0,0 +1,433 @@ + + + + + + + + + + + + + + +Balances Module Specifications | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
      +
      +
      + + +
      + +
      +

      Balances Module Specifications

      +
      keep
      module SET-BALANCE-SPEC + imports VERIFICATION +
      +
      k
      ignore thie code block! +
      +

      total_balance tests

      +
      keep
      claim <k> totalBalance(AID) => 50 </k> + <account> + <accountID> AID </accountID> + <freeBalance> 30 </freeBalance> + <reservedBalance> 20 </reservedBalance> + ... + </account> +
      +

      No Zero-Balance Accounts Exist

      +

      This property shows that set_balance will not result in a zero-balance attack. +TODO: Generalize to any EntryAction. +TODO: Assertions about log events.

      +
      discard
      rule <k> set_balance(Root, WHO, FREE_BALANCE', RESERVED_BALANCE') => . ... </k> + <totalIssuance> TOTAL_ISSUANCE => TOTAL_ISSUANCE +Int ( FREE_BALANCE' -Int FREE_BALANCE ) +Int ( RESERVED_BALANCE' -Int RESERVED_BALANCE ) </totalIssuance> + <existentialDeposit> EXISTENTIAL_DEPOSIT </existentialDeposit> + <account> + <accountID> WHO </accountID> + <freeBalance> FREE_BALANCE => FREE_BALANCE' </freeBalance> + <reservedBalance> RESERVED_BALANCE => RESERVED_BALANCE' </reservedBalance> + ... + </account> + requires #inWidth(96, TOTAL_ISSUANCE +Int (FREE_BALANCE' -Int FREE_BALANCE)) + andBool #inWidth(96, TOTAL_ISSUANCE +Int (FREE_BALANCE' -Int FREE_BALANCE) +Int (RESERVED_BALANCE' -Int RESERVED_BALANCE)) + andBool EXISTENTIAL_DEPOSIT <=Int FREE_BALANCE' + andBool EXISTENTIAL_DEPOSIT <=Int RESERVED_BALANCE' +
      +
      keep
      claim <k> set_balance_reserved ( WHO , RESERVED_BALANCE' ) => . ... </k> + <existentialDeposit> EXISTENTIAL_DEPOSIT </existentialDeposit> + <totalIssuance> TOTAL_ISSUANCE +Int ( FREE_BALANCE' -Int FREE_BALANCE ) => TOTAL_ISSUANCE +Int ( FREE_BALANCE' -Int FREE_BALANCE ) +Int ( RESERVED_BALANCE' -Int RESERVED_BALANCE ) </totalIssuance> + <account> + <accountID> WHO </accountID> + <freeBalance> FREE_BALANCE' </freeBalance> + <reservedBalance> RESERVED_BALANCE => RESERVED_BALANCE' </reservedBalance> + ... + </account> + requires #inWidth(96, TOTAL_ISSUANCE +Int (FREE_BALANCE' -Int FREE_BALANCE) +Int (RESERVED_BALANCE' -Int RESERVED_BALANCE)) + andBool EXISTENTIAL_DEPOSIT <=Int RESERVED_BALANCE' +
      +
      keep
      endmodule +
      +
      +
      + + + +
      + +
      +
      + + + + + + + + + + + + + diff --git a/k-distribution/tests/regression-new/kprove-markdown/set-balance/index.html b/k-distribution/tests/regression-new/kprove-markdown/set-balance/index.html new file mode 100644 index 00000000000..a0aaa48dfd6 --- /dev/null +++ b/k-distribution/tests/regression-new/kprove-markdown/set-balance/index.html @@ -0,0 +1,1227 @@ + + + + + + + + + + + + + + +set_balance spec | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
      +
      +
      + + +
      + +
      +

      set_balance spec

      +

      State Model

      +
      k
      +module SET-BALANCE + imports INT + imports DOMAINS + imports COLLECTIONS + + configuration + <set-balance> + <k> $ACTION:Action </k> + <now> 0 </now> + <events> .List </events> + <return-value> .Result </return-value> + <call-stack> .List </call-stack> + <existentialDeposit> 0 </existentialDeposit> + <creationFee> 0 </creationFee> + <transferFee> 0 </transferFee> + <totalIssuance> 0 </totalIssuance> + <accounts> + <account multiplicity="*" type="Map"> + <accountID> .AccountId:AccountId </accountID> + <freeBalance> 0 </freeBalance> + <reservedBalance> 0 </reservedBalance> + <vestingBalance> 0 </vestingBalance> + <startingBlock> 0 </startingBlock> + <perBlock> 0 </perBlock> + <nonce> .Nonce </nonce> + <locks> .Set </locks> + </account> + </accounts> + </set-balance> +
      +

      Data

      +
        +
      • An AccountId is an Int.
      • +
      • An Origin is an AccountId, Root, or None.
      • +
      • A Nonce is an optional Int.
      • +
      • An Event records some happenning.
      • +
      +
      k
      syntax AccountId ::= ".AccountId" | Int + // --------------------------------------- + + syntax Origin ::= AccountId | ".Root" | ".None" + // ----------------------------------------------- + + syntax Nonce ::= ".Nonce" | Int + // ------------------------------- + + syntax Event ::= DustEvent ( Int ) + // ---------------------------------- +
      +

      Some predicates which help specifying behavior:

      +
        +
      • #inWidth: Specify that a given number is in some bitwidth.
      • +
      +
      k
      syntax Bool ::= #inWidth(Int, Int) [function, total] + // --------------------------------------------------------- + rule #inWidth(N, M) => 0 <=Int M andBool M <Int (2 ^Int N) +
      +

      Results

      +

      A Result is the return value of an execution step.

      +
        +
      • AccountKilled indicates that the free balance goes below the existential threshold.
      • +
      • Updated indicates that an account was updated successfully.
      • +
      +
      k
      syntax Result ::= ".Result" | "AccountKilled" | "Updated" + // --------------------------------------------------------- +
      +

      Public Getters

      +

      total_balance

      +

      Retrieves the total balance of an account. This includes both the free and +reserved balances.

      +
      k
      syntax Int ::= "total_balance" "(" AccountId ")" [function, total] + // ----------------------------------------------------------------------- + rule total_balance(WHO) => free_balance(WHO) +Int reserved_balance(WHO) +
      +

      free_balance

      +

      Gets the free balance of an account.

      +

      Other than when this module is executing, this will never be strictly between +EXISTENTIAL_DEPOSIT and zero.

      +
      k
      syntax Int ::= "free_balance" "(" AccountId ")" [function, total] + // ---------------------------------------------------------------------- + rule free_balance(_) => 0 [owise] + rule [[ free_balance(WHO) => FREE_BALANCE ]] + <account> + <accountID> WHO </accountID> + <freeBalance> FREE_BALANCE </freeBalance> + ... + </account> +
      +

      reserved_balance

      +

      Gets the reserved balance of an account.

      +

      Other than when this module is executing, this will never be strictly between +EXISTENTIAL_DEPOSIT and zero.

      +
      k
      syntax Int ::= "reserved_balance" "(" AccountId ")" [function, total] + // -------------------------------------------------------------------------- + rule reserved_balance(_) => 0 [owise] + rule [[ reserved_balance(WHO) => FREE_BALANCE ]] + <account> + <accountID> WHO </accountID> + <reservedBalance> FREE_BALANCE </reservedBalance> + ... + </account> +
      +

      can_slash

      +

      Determines if an account’s free balance is over the value provided. This is +often used to determine if an account has enough balance to cover a potential +slash, hence the name.

      +
      k
      syntax Bool ::= "can_slash" "(" AccountId "," Int ")" [function, total] + // ---------------------------------------------------------------------------- + rule can_slash(_, _) => false + rule [[ can_slash(WHO, AMOUNT) => FREE_BALANCE >=Int AMOUNT ]] + <account> + <accountID> WHO </accountID> + <freeBalance> FREE_BALANCE </freeBalance> + ... + </account> +
      +

      total_issuance

      +

      Retrieves the total outstanding amount of currency outstanding. This will +always be equal to the sum of all free and reserved balances in all active +accounts, except when the balances module is executing.

      +
      k
      syntax Int ::= "total_issuance" [function, total] + // ------------------------------------------------------ + rule [[ total_issuance => TOTAL_ISSUANCE ]] + <totalIssuance> TOTAL_ISSUANCE </totalIssuance> +
      +

      issue

      +

      Issues currency, creating an imbalance.

      +

      This is not specified, since these semantics do not include the concept of an +imbalance. Without the concept of destructors and move semantics, it would be +almost impossible to use correctly.

      +

      burn

      +

      Burns currency.

      +

      This is not part of the semantics for the same reason burn is not.

      +

      Actions and Results

      +

      An Action is an execution step (or the result of an execution step). +An EntryAction is an Action that can be invoked externally. +A Result is considered an Action, as is an EntryAction.

      +
      k
      syntax Action ::= Result | EntryAction + // -------------------------------------- +
      +

      account_exists

      +
      k
      syntax Bool ::= "account_exists" "(" AccountId ")" [function, total] + // ------------------------------------------------------------------------- + rule account_exists(_) => false [owise] + rule [[ account_exists(WHO) => true ]] + <account> <accountID> WHO </accountID> ... </account> +
      +

      create_account

      +
      k
      syntax Action ::= "create_account" "(" AccountId ")" + // ---------------------------------------------------- + rule <k> create_account(WHO) => . ... </k> + <accounts> ( .Bag => <account> <accountID> WHO </accountID> ... </account> ) ... </accounts> +
      +

      set_free_balance

      +
        +
      • Updates an accounts balance if the new balance is above the existential threshold.
      • +
      • Kills the account if the balance goes below the existential threshold and the reserved balance is non-zero.
      • +
      • Reaps the account if the balance goes below the existential threshold and the reserved balance is zero.
      • +
      +
      k
      syntax Action ::= "set_free_balance" "(" AccountId "," Int ")" + // -------------------------------------------------------------- + rule <k> (. => create_account(WHO)) ~> set_free_balance(WHO, _) ... </k> + requires notBool account_exists(WHO) + + rule [free-account-updated]: + <k> set_free_balance(WHO, BALANCE) => . ... </k> + <existentialDeposit> EXISTENTIAL_DEPOSIT </existentialDeposit> + <account> + <accountID> WHO </accountID> + <freeBalance> _ => BALANCE </freeBalance> + ... + </account> + requires EXISTENTIAL_DEPOSIT <=Int BALANCE + + rule [free-account-killed]: + <k> set_free_balance(WHO, BALANCE) => . ... </k> + <events> ... (.List => ListItem(DustEvent(FREE_BALANCE))) </events> + <existentialDeposit> EXISTENTIAL_DEPOSIT </existentialDeposit> + <totalIssuance> TOTAL_ISSUANCE => TOTAL_ISSUANCE -Int BALANCE </totalIssuance> + <account> + <accountID> WHO </accountID> + <nonce> _ => .Nonce </nonce> + <freeBalance> FREE_BALANCE => 0 </freeBalance> + <reservedBalance> RESERVED_BALANCE </reservedBalance> + ... + </account> + requires BALANCE <Int EXISTENTIAL_DEPOSIT + andBool 0 <Int RESERVED_BALANCE + + rule [free-account-reaped]: + <k> set_free_balance(WHO, BALANCE) => . ... </k> + <events> ... (.List => ListItem(DustEvent(FREE_BALANCE))) </events> + <existentialDeposit> EXISTENTIAL_DEPOSIT </existentialDeposit> + <totalIssuance> TOTAL_ISSUANCE => TOTAL_ISSUANCE -Int BALANCE </totalIssuance> + <accounts> + ( <account> + <accountID> WHO </accountID> + <freeBalance> FREE_BALANCE </freeBalance> + <reservedBalance> 0 </reservedBalance> + ... + </account> + => .Bag + ) + ... + </accounts> + requires BALANCE <Int EXISTENTIAL_DEPOSIT +
      +

      set_reserved_balance

      +
        +
      • Updates an accounts balance if the new balance is above the existential threshold.
      • +
      • Kills the account if the balance goes below the existential threshold and the free balance is non-zero.
      • +
      • Reaps the account if the balance goes below the existential threshold and the free balance is zero.
      • +
      +
      k
      syntax Action ::= "set_reserved_balance" "(" AccountId "," Int ")" + // ------------------------------------------------------------------ + rule <k> (. => create_account(WHO)) ~> set_reserved_balance(WHO, _) ... </k> + requires notBool account_exists(WHO) + + rule [reserved-account-updated]: + <k> set_reserved_balance(WHO, BALANCE) => . ... </k> + <existentialDeposit> EXISTENTIAL_DEPOSIT </existentialDeposit> + <account> + <accountID> WHO </accountID> + <reservedBalance> _ => BALANCE </reservedBalance> + ... + </account> + requires EXISTENTIAL_DEPOSIT <=Int BALANCE + + rule [reserved-account-killed]: + <k> set_reserved_balance(WHO, BALANCE) => . ... </k> + <events> ... (.List => ListItem(DustEvent(RESERVED_BALANCE))) </events> + <existentialDeposit> EXISTENTIAL_DEPOSIT </existentialDeposit> + <totalIssuance> TOTAL_ISSUANCE => TOTAL_ISSUANCE -Int BALANCE </totalIssuance> + <account> + <accountID> WHO </accountID> + <nonce> _ => .Nonce </nonce> + <freeBalance> FREE_BALANCE </freeBalance> + <reservedBalance> RESERVED_BALANCE => 0 </reservedBalance> + ... + </account> + requires BALANCE <Int EXISTENTIAL_DEPOSIT + andBool 0 <Int FREE_BALANCE + + rule [reserved-account-reaped]: + <k> set_reserved_balance(WHO, BALANCE) => . ... </k> + <events> ... (.List => ListItem(DustEvent(RESERVED_BALANCE))) </events> + <existentialDeposit> EXISTENTIAL_DEPOSIT </existentialDeposit> + <totalIssuance> TOTAL_ISSUANCE => TOTAL_ISSUANCE -Int BALANCE </totalIssuance> + <accounts> + ( <account> + <accountID> WHO </accountID> + <freeBalance> 0 </freeBalance> + <reservedBalance> RESERVED_BALANCE </reservedBalance> + ... + </account> + => .Bag + ) + ... + </accounts> + requires BALANCE <Int EXISTENTIAL_DEPOSIT +
      +

      set_balance

      +
        +
      • Sets the new free balance
      • +
      • Creates suitible imbalances (both positive and negative).
      • +
      • Calls set_free_balance with the new free balance.
      • +
      • Calls set_reserved_balance with the new reserved balance.
      • +
      +
      k
      syntax EntryAction ::= "set_balance" "(" AccountId "," AccountId "," Int "," Int ")" + // ------------------------------------------------------------------------------------ + rule [balance-set]: + <k> set_balance(_, WHO, FREE_BALANCE, RESERVED_BALANCE) + => set_balance_free(WHO, FREE_BALANCE) + ~> set_balance_reserved(WHO, RESERVED_BALANCE) + ... + </k> +
      +

      Helpers for calling set_free_balance and set_reserved_balance.

      +
        +
      • Sets the new free balance
      • +
      • Emits an imbalance event
      • +
      • Helper function for set_balance
      • +
      +
      k
      syntax Action ::= "set_balance_free" "(" AccountId "," Int ")" + syntax Action ::= "set_balance_reserved" "(" AccountId "," Int ")" + // ------------------------------------------------------------------ + rule [balance-set-free]: + <k> set_balance_free(WHO, FREE_BALANCE') => set_free_balance(WHO, FREE_BALANCE') ... </k> + <totalIssuance> ISSUANCE => ISSUANCE +Int (FREE_BALANCE' -Int free_balance(WHO)) </totalIssuance> + requires #inWidth(96, ISSUANCE +Int (FREE_BALANCE' -Int free_balance(WHO))) + + rule [balance-set-reserved]: + <k> set_balance_reserved(WHO, RESERVED_BALANCE') => set_reserved_balance(WHO, RESERVED_BALANCE') ... </k> + <totalIssuance> ISSUANCE => ISSUANCE +Int (RESERVED_BALANCE' -Int reserved_balance(WHO)) </totalIssuance> + requires #inWidth(96, ISSUANCE +Int (RESERVED_BALANCE' -Int reserved_balance(WHO))) +
      +

      transfer_raw

      +

      Transfer some liquid free balance to another account.

      +

      transfer will set the FreeBalance of the sender and receiver. +It will decrease the total issuance of the system by the TransferFee. +If the sender's account is below the existential deposit as a result +of the transfer, the account will be reaped.

      +

      The dispatch origin for this call must be Signed by the transactor.

      +
      k
      syntax ExistenceRequirement ::= "AllowDeath" + | "KeepAlive" + + syntax EntryAction ::= transfer(Origin, AccountId, Int) + | "transfer_keep_alive" "(" Origin "," AccountId "," Int ")" + // --------------------------------------------------------------------------------- + + syntax Action ::= rawTransfer(AccountId, AccountId, Int, ExistenceRequirement) + // ------------------------------------------------------------------------------ + rule [transfer-to-raw]: + <k> transfer(ORIGIN:AccountId, DESTINATION, AMOUNT) + => rawTransfer(ORIGIN, DESTINATION, AMOUNT, AllowDeath) + ... + </k> + + rule [transfer-keep-alive]: + <k> transfer_keep_alive(ORIGIN:AccountId, DESTINATION, AMOUNT) + => rawTransfer(ORIGIN, DESTINATION, AMOUNT, KeepAlive) + ... + </k> + + rule <k> (. => create_account(DESTINATION)) ~> rawTransfer(ORIGIN, DESTINATION, _, _) ... </k> + requires account_exists(ORIGIN) + andBool notBool account_exists(DESTINATION) + + rule [transfer-self]: + <k> rawTransfer(ORIGIN:AccountId, ORIGIN, _, _) => . ... </k> + requires account_exists(ORIGIN) + + rule [transfer-existing-account]: + <k> rawTransfer(ORIGIN, DESTINATION, AMOUNT, EXISTENCE_REQUIREMENT) + => set_free_balance(ORIGIN, SOURCE_BALANCE -Int AMOUNT -Int FEE) + ~> set_free_balance(DESTINATION, DESTINATION_BALANCE +Int AMOUNT) + ... + </k> + <totalIssuance> ISSUANCE => ISSUANCE -Int FEE </totalIssuance> + <existentialDeposit> EXISTENTIAL_DEPOSIT </existentialDeposit> + <transferFee> FEE </transferFee> + <accounts> + <account> + <accountID> ORIGIN </accountID> + <freeBalance> SOURCE_BALANCE </freeBalance> + ... + </account> + <account> + <accountID> DESTINATION </accountID> + <freeBalance> DESTINATION_BALANCE </freeBalance> + ... + </account> + </accounts> + requires ORIGIN =/=K DESTINATION + andBool DESTINATION_BALANCE >Int 0 + andBool SOURCE_BALANCE >=Int (AMOUNT +Int FEE) + andBool ensure_can_withdraw(ORIGIN, Transfer, SOURCE_BALANCE -Int AMOUNT -Int FEE) + andBool (EXISTENCE_REQUIREMENT ==K AllowDeath orBool SOURCE_BALANCE -Int AMOUNT -Int FEE >Int EXISTENTIAL_DEPOSIT) + + rule [transfer-create-account]: + <k> rawTransfer(ORIGIN:AccountId, DESTINATION, AMOUNT, EXISTENCE_REQUIREMENT) + => set_free_balance(ORIGIN, SOURCE_BALANCE -Int AMOUNT -Int CREATION_FEE) + ~> set_free_balance(DESTINATION, AMOUNT) + ... + </k> + <totalIssuance> ISSUANCE => ISSUANCE -Int CREATION_FEE </totalIssuance> + <existentialDeposit> EXISTENTIAL_DEPOSIT </existentialDeposit> + <creationFee> CREATION_FEE </creationFee> + <accounts> + <account> + <accountID> ORIGIN </accountID> + <freeBalance> SOURCE_BALANCE </freeBalance> + ... + </account> + <account> + <accountID> DESTINATION </accountID> + <freeBalance> 0 </freeBalance> + <reservedBalance> 0 </reservedBalance> + ... + </account> + ... + </accounts> + requires ORIGIN =/=K DESTINATION + andBool SOURCE_BALANCE >=Int (AMOUNT +Int CREATION_FEE) + andBool EXISTENTIAL_DEPOSIT <=Int AMOUNT + andBool ensure_can_withdraw(ORIGIN, Transfer, SOURCE_BALANCE -Int AMOUNT -Int CREATION_FEE) + andBool (EXISTENCE_REQUIREMENT ==K AllowDeath orBool SOURCE_BALANCE -Int AMOUNT -Int CREATION_FEE >=Int EXISTENTIAL_DEPOSIT) +
      +

      force_transfer

      +

      Force a transfer from any account to any other account. This can only be done by root.

      +
      k
      syntax EntryAction ::= "force_transfer" "(" Origin "," AccountId "," AccountId "," Int ")" + // ------------------------------------------------------------------------------------------ + rule [force-transfer]: + <k> force_transfer(.Root, SOURCE, DESTINATION, AMOUNT) => transfer(SOURCE, DESTINATION, AMOUNT) ... </k> +
      +

      withdraw

      +

      Withdraw funds from an account.

      +
      k
      syntax EntryAction ::= withdraw(AccountId, Int, WithdrawReason, ExistenceRequirement) + // ------------------------------------------------------------------------------------- + rule [withdraw]: // K really needs where clauses + <k> withdraw(WHO, AMOUNT, REASON, EXISTENCE_REQUIREMENT) + => withdrawInner(WHO, AMOUNT, AMOUNT -Int free_balance(WHO), REASON, EXISTENCE_REQUIREMENT) + ... + </k> + + syntax Action ::= withdrawInner(AccountId, Int, Int, WithdrawReason, ExistenceRequirement) + // ------------------------------------------------------------------------------------------ + rule [withdrawInner]: + <k> withdrawInner(WHO, AMOUNT, NEW_BALANCE, REASON, EXISTENCE_REQUIREMENT) + => set_free_balance(WHO, NEW_BALANCE) + ... + </k> + <totalIssuance> ISSUANCE => ISSUANCE -Int AMOUNT </totalIssuance> + <existentialDeposit> EXISTENTIAL_DEPOSIT </existentialDeposit> + requires NEW_BALANCE >=Int 0 + andBool ensure_can_withdraw(WHO, REASON, NEW_BALANCE) + andBool (EXISTENCE_REQUIREMENT ==K AllowDeath orBool NEW_BALANCE >=Int EXISTENTIAL_DEPOSIT) +
      +

      Call Frames

      +

      Function call and return.

      +
      k
      syntax CallFrame ::= frame(continuation: K) + syntax Action ::= call ( Action ) + | return ( Result ) + // ----------------------------------- + rule [call]: + <k> call(Action) ~> CONT => Action </k> + <call-stack> .List => ListItem(frame(CONT)) ... </call-stack> + + rule [return]: + <k> return(R) ~> _ => CONT </k> + <return-value> _ => R </return-value> + <call-stack> ListItem(frame(CONT)) => .List ... </call-stack> + + rule [return-unit]: + <k> . => CONT </k> + <return-value> _ => .Result </return-value> + <call-stack> ListItem(frame(CONT)) => .List ... </call-stack> +
      +

      Ensure that a given amount can be withdrawn from an account.

      +

      FIXME: we do not account for multiple withdrawl reasons, due to K’s +lacking polymorphism.

      +
      k
      syntax WithdrawReason ::= "TransactionPayment" + | "Transfer" + | "Reserve" + | "Fee" + | "Tip" + // ------------------------------- + + + syntax Bool ::= "ensure_can_withdraw" "(" AccountId "," WithdrawReason "," Int ")" [function, total] + // --------------------------------------------------------------------------------------------------------- + rule ensure_can_withdraw(_, _, _) => true [owise] + + rule [[ ensure_can_withdraw(WHO, Transfer #Or Reserve, BALANCE) => false ]] + <account> + <accountID> WHO </accountID> + <vestingBalance> VESTING_BALANCE </vestingBalance> + ... + </account> + requires VESTING_BALANCE <Int BALANCE + + rule [[ ensure_can_withdraw(WHO, REASON, BALANCE) => false ]] + <now> NOW </now> + <account> + <accountID> WHO </accountID> + <locks> ACCOUNT_LOCKS </locks> + ... + </account> + requires activeLocks(ACCOUNT_LOCKS, NOW, REASON, BALANCE) + + syntax LockID ::= "Election" + | "Staking" + | "Democracy" + | "Phragmen" + // ---------------------------- + + syntax AccountLock ::= lock ( id: LockID, until: Int, amount: Int, reasons: Set ) + // --------------------------------------------------------------------------------- + + syntax Bool ::= activeLock (AccountLock, Int, WithdrawReason, Int ) [function] + | activeLocks(Set, Int, WithdrawReason, Int ) [function] + | activeLocks(List, Int, WithdrawReason, Int, Bool) [function, klabel(activeLocksAux)] + // ----------------------------------------------------------------------------------------------------------- + rule activeLock(AL, NOW, REASON, BALANCE) => NOW <Int until(AL) andBool BALANCE <Int amount(AL) andBool REASON in reasons(AL) + + rule activeLocks(ALS, NOW, REASON, BALANCE) => activeLocks(Set2List(ALS), NOW, REASON, BALANCE, false) + + rule activeLocks(.List, _, _, _, RESULT) => RESULT + rule activeLocks((ListItem(AL) => .List) _, NOW, REASON, BALANCE, RESULT => RESULT orBool activeLock(AL, NOW, REASON, BALANCE)) +
      +

      Slashing and repatriation of reserved balances

      +

      The first of these is also used by slash.

      +
        +
      • slash_reserved
      • +
      • repatriate_reserved
      • +
      +
      k
      syntax Action ::= "slash_reserved" "(" AccountId "," Int ")" + // ------------------------------------------------------------ + rule [slash-reserved]: + <k> slash_reserved(ACCOUNT, AMOUNT) + => set_reserved_balance(ACCOUNT, maxInt(0, RESERVED_BALANCE -Int AMOUNT)) + ... + </k> + <accounts> + <account> + <accountID> ACCOUNT </accountID> + <reservedBalance> RESERVED_BALANCE </reservedBalance> + ... + </account> + </accounts> + <totalIssuance> TOTAL_ISSUANCE => TOTAL_ISSUANCE -Int minInt(RESERVED_BALANCE, AMOUNT) </totalIssuance> + + syntax Action ::= "repatriate_reserved" "(" AccountId "," AccountId "," Int ")" + // ------------------------------------------------------------------------------- + rule [repatriate-reserved]: + <k> repatriate_reserved(SLASHED, BENEFICIARY, AMOUNT) + => set_free_balance(BENEFICIARY, BENEFICIARY_FREE_BALANCE +Int minInt(SLASHED_RESERVED_BALANCE, AMOUNT)) + ~> set_reserved_balance(SLASHED, SLASHED_RESERVED_BALANCE -Int minInt(SLASHED_RESERVED_BALANCE, AMOUNT)) + ... + </k> + <accounts> + <account> + <accountID> SLASHED </accountID> + <reservedBalance> SLASHED_RESERVED_BALANCE </reservedBalance> + ... + </account> + <account> + <accountID> BENEFICIARY </accountID> + <reservedBalance> BENEFICIARY_RESERVED_BALANCE </reservedBalance> + <freeBalance> BENEFICIARY_FREE_BALANCE </freeBalance> + ... + </account> + </accounts> + requires BENEFICIARY_FREE_BALANCE +Int BENEFICIARY_RESERVED_BALANCE >Int 0 + andBool SLASHED =/=K BENEFICIARY + + rule [repatriate-reserved-same-account]: + <k> repatriate_reserved(SLASHED, SLASHED, AMOUNT) => unreserve(SLASHED, AMOUNT) ... </k> +
      +

      Slashing

      +

      Used to punish a node for violating the protocol.

      +
      k
      syntax EntryAction ::= slash ( AccountId , Int ) + // ------------------------------------------------ + rule [slash]: + <k> slash(ACCOUNT, AMOUNT) => set_free_balance(ACCOUNT, FREE_BALANCE -Int AMOUNT) ... </k> + <accounts> + <account> + <accountID> ACCOUNT </accountID> + <freeBalance> FREE_BALANCE </freeBalance> + ... + </account> + </accounts> + <totalIssuance> TOTAL_ISSUANCE => TOTAL_ISSUANCE -Int AMOUNT </totalIssuance> + requires FREE_BALANCE >=Int AMOUNT + + rule [slash-empty-free]: + <k> slash(ACCOUNT, AMOUNT) + => set_free_balance(ACCOUNT, 0) + ~> slash_reserved(ACCOUNT, AMOUNT -Int FREE_BALANCE) + ... + </k> + <accounts> + <account> + <accountID> ACCOUNT </accountID> + <freeBalance> FREE_BALANCE </freeBalance> + ... + </account> + </accounts> + <totalIssuance> TOTAL_ISSUANCE => TOTAL_ISSUANCE -Int FREE_BALANCE </totalIssuance> + requires FREE_BALANCE <Int AMOUNT +
      +

      Reservation and unreservation of balances

      +

      Used to move balance from free to reserved and visa versa.

      +
      k
      syntax Action ::= reserve ( AccountId , Int ) + // --------------------------------------------- + rule [reserve]: + <k> reserve(ACCOUNT, AMOUNT) + => set_reserved_balance(ACCOUNT, FREE_BALANCE +Int AMOUNT) + ~> set_free_balance(ACCOUNT, FREE_BALANCE -Int AMOUNT) + ... + </k> + <accounts> + <account> + <accountID> ACCOUNT </accountID> + <freeBalance> FREE_BALANCE </freeBalance> + <reservedBalance> _ </reservedBalance> + ... + </account> + </accounts> + requires FREE_BALANCE >=Int AMOUNT + andBool ensure_can_withdraw(ACCOUNT, Reserve, FREE_BALANCE -Int AMOUNT) + + syntax Action ::= unreserve ( AccountId , Int ) + // ----------------------------------------------- + rule [unreserve]: + <k> unreserve(ACCOUNT, AMOUNT) + => set_free_balance(ACCOUNT, FREE_BALANCE +Int minInt(AMOUNT, RESERVED_BALANCE)) + ~> set_reserved_balance(ACCOUNT, FREE_BALANCE -Int minInt(AMOUNT, RESERVED_BALANCE)) + ... + </k> + <accounts> + <account> + <accountID> ACCOUNT </accountID> + <freeBalance> FREE_BALANCE </freeBalance> + <reservedBalance> RESERVED_BALANCE </reservedBalance> + ... + </account> + </accounts> +
      +

      Vesting

      +
        +
      • locked_at ― amount currently locked
      • +
      • vesting_balance ― get the balance that cannot currently be withdrawn.
      • +
      +
      k
      syntax Int ::= "locked_at" "(" AccountId ")" [function, total] + // ------------------------------------------------------------------- + rule [[ locked_at(WHO) => maxInt(0, VESTING_BALANCE -Int (PER_BLOCK *Int maxInt(0, NOW -Int STARTING_BLOCK))) ]] + <now> NOW </now> + <account> + <accountID> WHO </accountID> + <vestingBalance> VESTING_BALANCE </vestingBalance> + <startingBlock> STARTING_BLOCK </startingBlock> + <perBlock> PER_BLOCK </perBlock> + ... + </account> + + syntax Int ::= "vesting_balance" "(" AccountId ")" [function, total] + // ------------------------------------------------------------------------- + rule [[ vesting_balance(WHO) => minInt(FREE_BALANCE, locked_at(WHO)) ]] + <account> + <accountID> WHO </accountID> + <freeBalance> FREE_BALANCE </freeBalance> + ... + </account> +
      +

      Deposits

      +

      Deposit into an existing account.

      +
      k
      syntax EntryAction ::= "deposit_into_existing" "(" AccountId "," Int ")" + // ------------------------------------------------------------------------ + rule [deposit-into-existing]: + <k> deposit_into_existing(WHO, AMOUNT) => . ... </k> + <totalIssuance> TOTAL_ISSUANCE => TOTAL_ISSUANCE +Int AMOUNT </totalIssuance> + <account> + <accountID> WHO </accountID> + <freeBalance> FREE_BALANCE => FREE_BALANCE +Int AMOUNT </freeBalance> + ... + </account> + requires FREE_BALANCE >Int 0 +
      +

      End of module

      +
      k
      endmodule +
      +
      +
      + + + +
      + +
      +
      + + + + + + + + + + + + + diff --git a/k-distribution/tests/regression-new/markdownSelectors/a-spec/index.html b/k-distribution/tests/regression-new/markdownSelectors/a-spec/index.html new file mode 100644 index 00000000000..0533b70736b --- /dev/null +++ b/k-distribution/tests/regression-new/markdownSelectors/a-spec/index.html @@ -0,0 +1,381 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
      +
      +
      + + +
      + +
      +
      k
      require "test.md" + +module A-SPEC + +endmodule +
      +
      +
      + + +
      + +
      +
      + +
      +
      + + + + + + + + + + + + + diff --git a/k-distribution/tests/regression-new/markdownSelectors/test/index.html b/k-distribution/tests/regression-new/markdownSelectors/test/index.html new file mode 100644 index 00000000000..abf907bc963 --- /dev/null +++ b/k-distribution/tests/regression-new/markdownSelectors/test/index.html @@ -0,0 +1,407 @@ + + + + + + + + + + + + + + +Test | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
      +
      +
      + + +
      + +
      +

      Test

      +
      k
      module TEST-SYNTAX + imports INT +endmodule +module TEST + imports INT +
      +
      .k
      configuration <k> $PGM:K </k> <r> 0 </r> +
      +
      .discard
      rule <r> 0 => 1 </r> +
      +
      .keep
      rule <k> 0 => 1 </k> +
      +
      .k .keep
      rule <k> 1 => 2 </k> +
      +
      .k .discard .numberLines
      rule <k> 2 => 3 </k> +
      +
      .keep .discard
      rule <r> 0 => 1 </r> +
      +
      k
      endmodule +
      +
      +
      + + +
      + + + +
      +
      + +
      +
      + + + + + + + + + + + + + diff --git a/news/k-framework-demo/index.html b/news/k-framework-demo/index.html new file mode 100644 index 00000000000..9d06aca5706 --- /dev/null +++ b/news/k-framework-demo/index.html @@ -0,0 +1,354 @@ + + + + + + + + + + + + + + +The K Framework Demo | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
      +
      +
      + + +
      + +
      +

      The K Framework Demo

      + +
      +
      + + + +
      + +
      +
      + + + + + + + + + + + + diff --git a/overview/index.html b/overview/index.html new file mode 100644 index 00000000000..3869e408e92 --- /dev/null +++ b/overview/index.html @@ -0,0 +1,356 @@ + + + + + + + + + + + + + + +K overview | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
      +
      +
      + + +
      + +
      +

      K overview

      + +

      Go to Youtube mirror, if the above does not work.

      +

      Go back to https://kframework.org for further links, the K tool and contact information.

      +
      +
      + + +
      + + + +
      +
      + +
      +
      + + + + + + + + + + + + diff --git a/projects/index.html b/projects/index.html new file mode 100644 index 00000000000..3b957b3669f --- /dev/null +++ b/projects/index.html @@ -0,0 +1,447 @@ + + + + + + + + + + + + + + +Projects using K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
      +
      +
      + + +
      + +
      +

      Projects using K

      +

      A list of projects using the K framework. If you are working on something interesting, and you want to share it with the community, +let us know on our socials, and we will feature you on this list.

      +
      + +
      +
        +
      • +

        KAVM (Feb 2022 - Present)

        +

        The Algorand Virtual Machine and TEAL Semantics in K
        +KAVM leverages the K Framework to empower Algorand smart contracts' developers +with property-based testing and formal verification.

        +
      • +
      • +

        KPlutus (2016 - Present)

        +

        The K Semantics of Plutus-Core

        +
      • +
      • +

        Dedukti (Mar 2021 - Present)

        +

        This project aims to translate real K semantics into Dedukti.

        +
      • +
      • +

        KWasm (Aug 2015 - Present)

        +

        KWasm is the K semantics of WebAssembly. +WebAssembly is a low-level (but simple and streamlined) assembly language that was originally developed to provide a fast execution engine for browser-based tools. +More recently, it has been used in several blockchain smart-contract platforms as the underlying language for executing financial agreements. +KWasm has been used for measuring coverage of test-suites over Wasm code and verifying programs which are compiled to Wasm.

        +
      • +
      • +

        KEVM (Sep 2017 - Present)

        +

        KEVM is the K semantics of the Ethereum Virtual Machine. +It passes all the Ethereum Test Suite, and is used for verifying EVM programs.

        +
      • +
      • +

        IELE (Oct 2016 - Present)

        +

        IELE is the underlying VM integrated into the Cardano blockchain. +IELE is a register-based VM (inspired by LLVM), which attempts to avoid many of the missteps in design present in EVM.

        +
      • +
      • +

        K-Michelson (Oct 2019 - Present)

        +

        K-Michelson is the K semantics of Michelson blockchain programming language, which powers the Tezos blockchain. +KMichelson provides additional testing tools for developers, including a unit-testing framework which is extendable to symbolic property testing.

        +
      • +
      • +

        C (Jul 2010 - Present)

        +

        The K semantics of the C programming language specifies the translation, linking, and execution semantics of the C language according to the official C standard. +It has been used to build tools like RV-Match, which detects undefined behaviors in users programs by running their test-suites through the C semantics.

        +
      • +
      +

      Archived

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

      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�} 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 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 + + + + + + + + + + + + + + + + + + + +

    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 VR85XsH+}ds#cUYp?l@VtN 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 z%0A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Ðvivrt6;eUI*}s2+Xz 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%0Di zNe+*HX}eQ9i+6U%%IJQe!zB&H|fs7e}@GT{%#6W_#o7-wK@#LC(Ft2yaw5`hh)S z#{7eayYtueX`v=+)OgkgLqlCzbAX${?C{gMpmFisj1t$d7DP`{;?rgbBDXpSZ>q`m zVK|w!a5Q5`dqfMdi6-j|chOJJy-_qtzOAKl&B%m+bzmLztSS>Q`nt0RK7_MQnQEIR z8q)`(t%5;lP~Jlw$eT0sv|^DdnJMAwe^}0okYb)}ARc2CWtLhEyNGHbXrTuaELPMQWcY2-Z!-%O%;Kj7Z= zL@zyy0MIp{Jg|lz7VZmY#2%O{a-9t&I$SZ(kfkxY+iKLG$}S0$^$_dpkP6o_w9`SW zj_ot5uKyj+2&%H;aD_^RrCBsjVYp!_EE`2NyceK~_0c6LlK6TIiK<$-A*>%9s~|r1 z?%h$9=7KML-Erc+o?4H$!uL9rX^obQq@h`|9q7Svu$+LoxA*1tmS?=hL!fFEngwp~ zAv>p8pHL7HbDGLQqA1DH@VnC3!2)B+2I1Nw=xdQN#ezRfT&r2vr78|uUp}?o75Ky$ z-~D>j$lo(=fjS$z7(Sx#me2Vebh?*(uaYG3pF9ouEIdV=)gO!K9b2B=w$8#);UXa1 zL9tGsT6fK-8&rciCQl!K-rMk%*9_LrcF#Rqmx7$vPDf=CCE(3^jZ=sr8Gl?yAv~?= zSDV^3(?_2N_vdew=1FrGNR-HhLvVQ%kFC=2Hi|=6aP1`?wejk%jOOAzK8qEOn0P;D za*}5sCQ`_hT_qapsgK|M{%G8NXy|~ue8?mNGkPa^C& z1gw1>k1oA|@aYy`yg7eI4|vkPPK)isP5wQ`!Y!ytYW^OXbbr5gyF)X%;c6sq8U)gM zAZe5W!c23d2c!(-OQqzm=_^Q#-}me@QT$<}^ld`#W(=6m9OyoO1&h*4_cSo$0wIZ> z{ZrgcIup0ajoV;xu|HhH+{_MjA+hYw#5eu2D_&Jg&x^e=WLpA22e>)$y*S~llDf78 z4yf0x2M;toZ9#)x`H{a!o68TjjRBCQ8+lC@&n_PUB?Zcz8gJ0T%-sFjdL4pv!cu_o zI8C+jgR@S0)y$l$JW+ndBD-~W?Xu~Y2u#_=bi=#YmJ|78&uHB%zM`@G)|;fMd5ArL zXcG^g+{#4hYH<$FJ1=LZW``kLs=E~9h}rJR!`=k#xEurtZZl*2LjviY)%;zJV6!#K zGvw9AhrCUQhTq{Jp^Q!;KH*2L7(C!b*t1==CJo~ctAn^rOOIptL?&PW0J*cM4IZe@ zi}T9_D=Ix`s`5Jj7dNbUEX-_Y?!^zyODRQQg5Rg|14ukOj(bOVILF9`_$GT>FO@O$ zs$+Br*vkgMpw7l*jaR}nMOBNSi z-2r~ugCzA#=Wg3D0Q5fN)}M`n=}2^rT}4CUp&Nk^5lE}!mIs(E1ZiW#=3|TI)|Z4X z82`y~Iibie(E3NCWB?v%6y2s+a4##UtkRCKXcv2~tIUW@e7_zjH(+mD&Cog{RNHf_ zXq7O-@|n*9n5Z%tW~|iFlGYZegKj}337b-WXb;?4cR{E(tqqegX%>FTXco>{c@tde z`>~B2>R~&npCNuvFSMP&?5SE+ij|HBGP-aQk*<=(yqT*9B3?u3%4@Uu+e+GH3ViE7 zb6HcZzOe%)hgHV{77+_f<`sPzXT^$}bRaE0NaRS}{^2G+h-L<;tEv-TD4wjFguq}6 zo^3yUWj2m9f7fmh4?no!k@!}rZeEP3Zg%)J8n0CW=g4>?K*f&T=gG+|vQ^p6=#yr% zW(4nX$Y_HKVPhxUISH9(-^@=&9I7$<<_QVm<2j9%ondltt#*4ca;bZFBMbZ`XBXZG|R&F&bqJ>l(vpeHJRN zcZvsuz#y3eeX9WtWk!zu=ZuMIriy&)-Q~i&bq^^6^Q(C`9&<(*9OnCIAC(Wo%>IIf z>>of>zb1vMeXlBq`~q=>F_;KXbcHFPnr?F$OC}&91~IGMx{KOSeb|kgpyRCnzGid4rVIVqQzJA-N4DHLZO~9A9NZs8k1N|8@D;PQUtIRMK+kqN&bppX2^Kgn3?dqZrv(+328g} ziPDlve-pu@G|AK=uLbhoG(#Jki`lNSa86=tV-KdfKCw9zUg|K^LP7~X}0p!(cu9FDBB4%!+zX)KnJS+w8!zmG<+JeSW5Jt5a{sp2>U_ z!}bpNGXN%%ZEYtYXDWg`nojesp&wjJ81uSjqDclsXsPtc@u`-x2-TmO4BLfIK$U5)e+nw?e_Dx+;@bR0Qp zO0KPLiVGfm$_?wte-aFrIk?3S=-9ljvCOdj+pIY5)UhuACf*JIcR-qC<$St|r;_x{T};^@*ngHJ~|51?1f^lN>u4pSd{m4=#9qZsUi?7FnWXT7U1`Y$eJLaY$&Xa_0c6 z>rH+*YDvsVeBF~{~qT&shsWz9A zWKRT)32Nb8Gqs1m*ni*_361%~i$_wEU#7x)jvcSU=1J5u7&a`x1N{rDxx8lWZDhs4aR4Sa zr>42Sa#EMTrf>y*Ult~Ua~`n@983z#uGSk^GZ3`voQo)3Ecia>0u@R9JbUd5&Htpv zh|8b#5AEPbS47TVLx`raDMuOW1Odt!!^~9!9?96WaHL&3)TfH^@K>W;JinB+#C)Jf zLZntY`Pa?bp&10A zo%vY)j4jokB_pP2Vw- zvZBk#;R9o~d1a5Mp*&8Jk5a1BAJ@y9ars)T|PuQ)iSF@by%ts1H+eHwLo zW!XjGs!wr(Bo4+n^2e4o6v$~3b7ok{z z%&nA|=?gSql@l~qhDb$fzaCE^_G8u;XvTXVYWrgk!hg_A0>ZJfm5Cey)oZ5WY zT6G(j2PsKmhX9D4HHbf3TM3n_2@*OjaLHac#a|VQ?M}NW3;0&u-OhsAyfuzeu(>1D z&BgN(&V}!v*Gf3V4~)r@j(Caz;c_`)2`K!bV zr=ms2SE#n3W+Iv0wbqi>kRgQ7#R|FE;G0QdD+>@kkErQAwopddbd{5E4xl8#d3GkAjtDPOh0nuH)I#g0-;lE!qcfHV&bUtwjY z56aa1b1MSH!}yn#$=*8`98&mO=IV_tT*bK6!bhOD^rs{ZUcjC=Nab#$^);e-M>FYc zz8<%2kwzEtRxGs8(vwPh$VS%n>Q!foHR?Ppsd_*u=_U6&wB52Bv6*S4_*`y7<$DTH zxY5=ZAPVnGJnl(1Cq~y}#7nlW%^lBn-CS&SvQp{|^dYKF4XI(?)T__6@D~T{wCWr0 z$pJj>mE&6WTm-shb%FRS4WWI*BktmamL0KdXJaq}hSRx;v}BeIk#~i$WhO8H>v3^= z=uMDiE_O?bZ&+}C3+mH0(_QAm3iU_zkCg&P@O)A`T*<>iV^{ngB@iCiV+AzLtj`v3 zfQGB}KTf__qdo1mwfv4R~uNs6!!KPhGm!U_=;9-QFu{Yo3jgHLyH)n_AxWGLSY z3qX6mEM5O&*710K)Bb#?`gmt`d$BCA+TwmbdSrBFPqFg2r=r~yuN=&n7ClxcYA4-i zC>$3jF6@0Ebl=?Fq>vfzrd?x(sYCCa#l`v|Mx~AQ{>5)PSn4`d ziYMkB;yLwi2yW~y^XS{|T4dvDgDitY1T&d$nNy4kqY@nZD!1~02d$8_kVn=QLtk;; zGiRS1b7Lif0}V9QqT3@a9qlzD_9Pe}(5Ij>kGuYy$NUB*lQZ_4W z=0gw9;rDVis#$~XW?sM=I;ou)J11ZnhLO8~Mm*#VdZdJN`8RZ9HGWyPjS>Sy^&$YP z8rNTge#EoP6l2116Pl6_>mV-is9ml`%Mb8XSoT>ibSZ+o4O|n6iCN3jb zU_ZUV{^^v6R*P#A-#QCKYL(sZN(O>^R3CX@rS^-wd!Jl_seh`!5bNk5yE|&y>{EbQ z)h7uu{|qkKO$C<>ctfaWv5sdvWHplgntz&;{Kxz@_f+8Hq^ncM?4R&JX7Y~b;hm&^yIvcLQ(CWbz|X~@+-l1DjsQAXua4W1 z5$A@$rybSU57^V{5Z5aq%uSggJ%0SY3A>{O=2Wfd6-qbG;Wc^JF;BE-KE*ts7VF+? z54@kbjY;UC3ucQVZTb+gcX@oJ z+V-R4eC~8?$#5uHl9kO)%*~nWpGr7W=HIcVTt((l#{}5bQ-F#+WAit|;^NRYXhNGP zEQYK>r;P=K5j6H9kGS48)CRFv-m1Irl$Y(-I_d7cMarV1FbRs#zdfrK&kp7SB-@N7 z@Q))(wTCKDG0t*LI#Oqjw}t2O%Xe~snziZR>^Z!W@nzexA_VAqMrs^i;R$Ohi$7C@ zWG4^j^SXOFU28*u?qz9fwXe=$PdiTcB*l}GG|XnJmcv39&%@DL<t$(1=&sxk4^r@{EXmKMzNA zgnto?mMrCcR9%XRwyZ;|^}rCdlM#10_Khh2Y=iZ6+@=%lWFGG(A?zlg$5m}!!GFws z5rX_g{!YYVcO9{#fHA-Frfk&3wqI|2&GORP!D*V0A{i17M@ioHirr<$%R%L>7lUD3dslUNys~GH^Jgr#Y z`_yQGHmPYbP+@E>=<5XzeB{ezamlS^80z=ahQzc&2wHzAh%T&gl6>78(kYW zn1aGB}<*G=7Twl(^I{eQBp zuV9tMtrC3wp`h)cshWW9Sd)2)lrQG6Pd_PpsFC;>iB_i5x$?$|R^nO)?stR%&Tr0X zbp1bRbTaQf`}cQvKUa9)52|l3D@QRe6E{1H##t&)VA9F})f0G*QM*?qfR( zTwV>9=}2Ht8SpBHcb^#+4~9u6ML(>*g=Git&5v_HBGa}*^1C!i$B~wfZ{nPx+qY>X zHI!2n4O;!I`rfso9=_BqZfrg_KR!Pts-w=?B}>S8u0XenN5R|moeKu`8^#84Hxikv z)y4}xMh%JLTaA=SWXgXRvgND4s+E!Z_I-pKi%A&R6YuArMC-MX(Hg!{ZDjS-yrWyNP7bPAMZo3znki+W_0oouUVvQ4}8rT;Tx@tSEt$im?xmE~5^U`o-j8&N7LvEtxl7p56ZLJV5X?%KA zKbJRnuHdH_8!!V~H-$zDyBS^X`s=Ac=xaz}#o+l^p8*3~I}{`g>%w=g%Wu9#;yBU&<6 zDdw$CU;zPAUXHJ=$1uuH83qpD*dvc4SD}1C<^p z&$s5^0z3m$pHVJ%PB-J%00ntL)$a+A6ki8F9y@?Hq8)#?WDZRYzZD(U4aN#t8w)6$8VFLbAJtU}$dkrx z3YLaf;GomC1=~WdJd$s_i?<_=O z3f*beRCCe~BZ$Z486VRy|E(GJR|p7>7-|-etwcI5c&uybI*D(^T%Y8}IFw(OTur*5 zFO{(4KkOZMhaC|7H8)rQno-x}Ny*mWeG=7&<3%Z4SN|l$XNxZNM8=`{HAh!hoqSfhOz5fdJO%c%ee9$8db2^KdQc!rDS;^0xG-Zaj8^EuNRBWrt1 z&1O4Zk4v0^j7qQd$fuM{f~`!(>?ohGRR;2zcEBIHV<1gXU5^nri3~~YPRSLGh5BHt zx12-{rWtU+2PoQrps#nHCaA^YnmR6G%%}*rl2kP+7%Ga7i_`eq&b;7FzHaLoWd_5( z(MqMzCLNM?iO8T`y;ry5cp!ohtGXwszoD@q-uL#MHh4HYpz%(O*}EgYA>9~U&<%bY z0QLOEIhrW4KEKz>p zXm&4kd+Dsg9yLhnn{fMKdeTCN?;=`B)=VwGPNKgimIjeNq3=2ELyGUCV^w1xEPC-d z6NXeC=DmTloZ6-XHeXKn#HU(hNf8raq0O6FCIxeXn;E1?=9Vo4b`Bo5ZBtgOv%aLM z(IOR@JMyC}+b|4{|2MTs>qJ;qfmIowu&N@C6y^INiBdIhAhvo`#gxIEtEG4&3T^(& zrITMTkmJ>QKwI;dK1}s+Ds#Df85FH|H?B0{^Ev4%jYStk3G6?{g7mX{2ND0B z3OT!yUdxOXW@kOf$gV&C+~P^>-8iVt;(Em1u`fJ^(?Yb1?!1}A;?ex!EW8p5)r+mS zVpLs@;r)mJ%_-boR(QwU5NA?^BjI|^@zy#ZB+10vS9{CJ;9 zVtlY$^9ZfA2T5j*?kXIs8_i6`e)vAq3xxKO&((G={*Kmq93ZbX%lS2-}e@B``mc}2o5nc?#T#`8J#rg@ERvtrkIae|S8 z4-^ijx04B{nkA;8!etCs<)p}4a5V|rRY9+8iC93~?A4xPRN?4QKL6Oi6QgWjqhtLQ zi!K_K?qdVI@6-JiU!%wnB3+3+qABr||AxDE<(!A??G6L^fkX3&Oi7Lc4{mON4U7uDDpdS3gt=$43*25Rj9BM zMLWJ7C}(};^iW_-#m%ilchrCc;e5XNy!kx-6cs}M@p5m|AR(=QBy~$Z3BY##JN~ls z4W*G_Bk~{h+JDD+WoG(cdaX-SI_7~KvHPZG6b~FYxUYHfd_aPW>dLyXyXtw?rYCIy z_xMK_l^n7hfJ~;nDV@zCRIhZVgjbK&S9?-8^k>pI(4a7zK~Lpwq!xT zBpjh`xx;vOlrglU7Y${ZiM6~mJ!o%~a7=AG>emEs8Y=HOVRiP(me3z;6)A7y&xaU~ z*m`}YotTl#NFoo=7y*oY#4LT+!k3iw&!q?P4>RM9n55SZvc}KjZ!v4XoxKC5tVrfvm>FAn48YUI zYT^Tj$AGuC?neUxgk%O@MVRuXQE=XrrzR4Ugy`{$CTXAwT>~_r^Q6UwEx5(B?s`U^?;`@Tr8t~SQ=gURQ z+RVd38txz7JD))YsNNQoZaZGw%>UICaEnAN3kO2ZqPkpfL>+;CI$FS(;42G&XI7dH zm_nDnB;BJYaNtbl@VbN8w?A>4e~J50#aLmhmNRQ4w4)`3^EOl3mt`QuQAjAU<$t=Q zo{RCqPmd0DF#_}th0f)^m%iH3SZLVl;@}GC*D_g3~-> z*l_}ZO`}_}e347Jacl@f<#3D{D# zhrUgce{=r1?rq$mhm#LQhtKNodf4 z{x<}3vfQcy6^=lj7!PQ?d8ot&8)VJRZk<@L?pHHfFG7omy8sr=P)u|m$OiqvNgA*>!Apipto0S^4^IGY)c^mAwb7U)sCS)@|c z?~&)0bAnvT=rs+-7dEdgbcJ%9Zf2!#8HV^8j6KNEvJZA3k^V&?6%Ec3LtXm1eWI>P z`G}D`X-)FPix}oi00FijK|JwsN@HO>aK2a{k4#jx_Vr2gA_FBebPQ?Sw3Je4+$WtJ zU){)~C+^(T=3ZIzg`6G8t#@@A6p@yg6_AXPhl<+7zMJS!HEC0cQlVKjxzL~?Zuz$? zNuYUQoUS?Qp71OVWl&#gCTu;Qh<}3JIo{pC$%FG>E@@#TptKLH=@fSs8!_8VcnWO` z6ZwQ6y=R*aP^EN$9d8BuaQ4U^L|~NFkv)wA;|DVi*FcdNY21y}rDOF&vb<$s^Ov5b zVSCs(OL+01o55eeKf_%!p5&rcb=_>S@sC*)Z9dGvLIA|_hX$!iv%ov{j&6+OmB*qH z^lq^ZUTmCr;3O?5gs18J)AxzF(~C7srS4UXVyr!Xr_>PMD;W0j5*czdO)39+9}-h#e~Vc3+o}-lfMpb&NVn3IO!P z#4k7Om(w1o7p0d5c|h%!HoyJgDam~hTe_?g-pCvecOBaU8$uV}Uy5Q|v(Pxdxj00; z?O8_v0VB(IgGMhjMMw_Gp=jL*zG+H7+Jki8D%wiq-5g0AHI(D#LvHF<5mZ%cHETFV zsA{#g`@&EoVu+vrYeLc;+Yuq|&}^EOU{qOU-`ISmOgL!t*qP_5dLrd(lo%FYE7Q(P z`@ym2F}bQ+B_8-zrIIPgLcRZ_fOyjE!f(6#( z$56AQ^*;Up1;dT4;7XvaE$#?rm$cKSneCUI`o(WnAywAs6Qi@MPEjnK;8Apvr~1(T{PHS zD4Swe$0_QV^7nEKD-sM&F3ni87zd-o4T7hsJ`N1Tu1`vY<(8>-a`^a{<|zwWnp5SxBXsa zFLCiCq$*J{hP55QZxpSpd;&R}e3sv*0l_)Uv-fwxTNrPLjJQ zExiQU5%Y^VY$= zTNW7Rmv1Dtf%h9RedUoEN8B1*Qq|P+N*{o5a0awsC=9quXMoDLcva*Itjb!aZ>F5o7&{}27sr~|&+Pg{@ z@lbKk(}PQt$jlm8h#2XE?CifbHghL)R(Tr)$jg0*}ZTx@~4tV$go@K!nTb; zK}180AFwtcYl-L+E2~*Z?=qPgq$h|w7?k;WCsqt@fIbyChm-K;d~wuFc4hlk+PrYDl;RiY2e(J9{PO;u45`s#N{&KcMBmR*&?ZA2{DW4DHrEawaLoV)-+*vI6r zU#Xq8{MN&RTlGbv(%kM-N7jW`=-gyy?a7>?eK}JEDIF-yqEma>^@1rjZA-$>9q;Z{w-BQUw(*% z#{Hv!Xzg}<^a%$}zlDF42$LLv^JOd5W1*5SS^UZ+=)j}WA-I)#{Dc}j+(}o)tWjPFz*$cqHq*A>(NuFydR|zcE`AGU@~sII*8R;u@fXd2qskBx1)io(k6{$ z0c#Geef-aUwtAg0Xr&SU=(c(=QOkY&T#`QoMaf_1YMK|k7pmcZQv|<$l{Fgkv&!+- z%y?xvmGp+Vf5d>x#~QgI4+WG-sAFO2YC0BL_)O^T9}@4U0}HuVA;M%S@;SN;2{J-L zIu8{=PTNkEo2m;1)vic#sCQG8hv9Fwk=eLKuKj7-;PN3v*1~FWw2PFDIn4??-o)AG zVWjYQNduZ@p^J#XZ8Arp$=$8wPE~i`FNGd_0#vG6zJRK!z=d09$Uki?)_Rs8NU#=u zo6aO-_)^ay=I94KnIKa7%#JjA3R!d?910_0xR}wnBv}viZM4xH&=Q*Xi<(Pv^(841 z)Io)f=ezown5Plkr&?vr5P}t>k68|~7KO(17Zasvl6>q{fL$To<-KrhekQ+tr?@G- zTl!@du|ZLOvINiCA3iyd>!ql4mbT zwCQYU*nPK#}29?EyERt$1A&kLP!mmowh7Z|D=0ZSX{aK!B37?L_9OXA9~)INpm)T+zBv`@ZMz@B20+Y)ZhJZU6dvR=mhI{*@ zl)Dc?tFTPR1YRVCm4Cx+NR5T_{dXni?9emv+TqkY9l51ByuB`U0Dst%r=zm%P;r*z zMvC9YYhR6=H*U9eS?&mKDKjpANYijv^@-5|Uva^uLtI-)miX^z;YL_FQ!kCs7s+j% zYK~Q$6l-lwUTdFA;^bkgQ6??N4L+TcdQ2M;?!N6&ILVE*`b+qbx0?O?QF21mn5{bC zb?T#|0Na0CftB@k7|JzG(wp!0eC*%gqmjmW{*SiXU{B0hi;Iw-Z?~`R*AR^Zx@gDn zybxo}fb-CtOIQ!WQ@WRuuz53K@T|K{RxuJ9zp;3J#m$%G)08s5;X8G3_5+4QsXki&Y^` zeWASvl#K0D8ZZO^*8-cv$e3}Y=d|E(uKvhRR{o`mJYQ~FVRH+?ljMo4tr;yywU5#= z`7A|8xa-y7`;K()9lDr#{;+*JvwgdRp&5s?#i6m^_$SS!qrre6!ffo?^7BrZuUt_b z)h91j!B^5!rUSj}kSwpQ#ki8SO4upk{!m&kd8yk&c_r>qzmqElSYIOQ170g16l%3f z1ee!lM@E5-r62ITg|I4`lDF%L3Y!(Qk)!uqB`fUX$lwhGMq$*$_v|o*5>Bj1c>Pdpv$*;X8J&YMAqE z(-LhMBU5XwBe6?y%+qcMmM}w|@ur7M#g*;iuy1WE?r52McunQ91BXNHyj^@p{b2H< zjWt^*LYnbpC;teZaPk-*Gz{qGzH2i-jS{y6V&j^$XXSB z+-wd6>SOCrJU#1Z4eot$YL?@T0HQ`h{qOUF?%j~` zTBwk1%^rb&jK~1ZjpowVF%mSLmJ65ieat zLXkpkNi4BpYpsc&j-e^JZL<5Kr28cX^_z!O*e8B<00kf_0PRXi2rFaYE1fQzqw$Uh z=HVkPgt4o<+Ofnc9hd`TVEv%RPw(C+pdse6vRqQpu^E$G%g+nH@9H|8Sf@2&`Bj<4 z0?o1kzhIF51cm9qu;DpsDIT#)u@H?uu=Be__8l24}z zrFAZqf1$bNm4Pp-mA=K_lL+Ar)EVz1^Rd%!v@~a_=i8SD%d9W#-hr1>(Q?9NHiM5ty8~DBsWhon;H2)Ptb&i#%!Aa@{rQk)uKk@^s4%x~g~ZMm~& zk3%$U2%#-ZQL~7BedHJ^M$aUsUs#%-_r2nMfSk;oNAcvP^oQT5$6sVmZ~~v8i9mO7YUd8FVeM@;K2LDvHtaO- z>e!s_kQBPRkaO<|`TUCpwemL_?`#OCUb0d9?4Cb1+m_P{ZMYH$62I{)D{70@RV@8G z8XaoWn%}V?HC0o45c1j@bx87z)&Ski26t5{=;u!ltuiD1{1V#?1Zy5sS%!wt-K0t7 zgbp2oBM0H!GbXbmm1bX@%`B8Jnw>LO(Z4m{T7)qCYP1{Y!tXrO?PS`lp~xLCh2F54 zV&tj106h$&8vEsH;A$k!<56PA0OFF%k}$-ea-S2CREdiInFMW+Ek7(t;fNfAw|8BN z^hi-^)8yGz(Hwkbf$jUpdZlF{AW1}S&Qd2g+rH@`4V%(i5=&dL#Rfg)mRmf^;&ZD% zGy&quZpKxU`$kTCm`sQII8*Q5(qXm&SXMlH8&-5rSDr>VR&6-I>`j1l4mYCCk zL6`JG4wFY=G{d`O&`CDGbl*rLq#pPA(wQRYgGz10+x5iWX3Vol=0(!ALry=txtECIAq&mh(HPsr^~&?>A)B>Luy%nCkl; zBzyLixkd^3=nFJC%Vd2};l|s*zhU~xFrij~r8kM^jH`Egso{$tZnjC^7X(&eQIhd= zAy3G*!~&BBX2s*tSdjC~YGlbi*Z6f_vD!{DdG6oGoHk+xU3i}7y3AFCkdCIpyO!rH z9}k7?T{7VA1|HlQ|A_^0^M$%>0^l}k;p@2tI$)Z*#G_|@jhDkkN3V4A6!h^HhuULv zlO~dk!HD;^zwPkb|M}_qx(9Sr+ceK_^X0Nrr#DVq*&W^0w)_t;BUIoqHI)91!oZpZq!ahVm2laiq)rP7<#k<&o#d;F!roND@St7Y4b`np(p-yZa3F7%_1J3mrCt9x{aB06eB%|-qZJRrk@$0 z(#QXK{~Wzqnc2WM=W>gz*4ny;F?Vy79M!k8x-`mgEy22Y4Xc+t&{OLT%42r@?DFsF z?r}+dKcK@iHTMd_MXSc=dO-g7l>CdzCA|6Jl&N$6GhUj~T^a3!ov8OT$sfIiu~@@q z3ka&6b{n>vzcM-8W@OD zo<5wF{wwF74TP|C>4nw{0^kzdU_|f4^949vR3p9SE+s2OXZawBNl9eqxj}_ZQx71% z$TW3}g*rk7i3nGPm@r|+TA3q2O>Yl;P~ApZ_1}}rQ6l^xC%UbHRMC@o^lfO6_RcIR z(Ec$rb_h0x6v1g_;mT{A-I$k^dIgBaohEj>C=4ojt0jUa+Qdxb73Y8jq!i06g^{>{bJ2$>H{gMDZBUId@H5yk$*)|V>2S2sF zb1TABuF;#@CVgRp)DpTOMsRWg4~$3?4bLcM;co=8B%-Bc1$U~9dlbzoDAVRkL#p{8 z7BS)#NbJKcrvQ}p+^OeEDM^lYNlgV$(5!}Jqknp5V(?Y`!O;C#w#AFKG-6v~`=$O| zseFn9MFy3FO{L|hn|-`CN+-zIq3UiF7-9Pg-fnzu;wgELo_Y>o?~JR$vxC$&r3Cg= zNgeUN4P|5IAw68XLMik7S^E>#OLKu)oj7aRP@6NSmS}h`0He38;#_!E1MiZHbxezF zS$E?S?ejTx*ZOGgiPJ}li_K#DAg_S{6* zrK`7VBQ$RyUW8|Q*BJoLD9di8J(`X1PlwhE@w00Vw0+Yx$e;bV+F<}~0Vj>#zZT@Q z;!>%Wx|`=2KJCvQ$DUBhP7fHVC~<&==GG;hR1^vA{Amq`ii}y66HM)7AJAU=t!wTLpVO-kR7?`&|B#Yp0IZea@p9nf> znRXILEDquf=N}tarC&%+v#h6rIe}|}5^fqYl)v{GR3`_;Tdr_sYN8)f92|G4Cnz_n zYSxYot6G38k6-cpBWDBKg^wd|)XBs3V=F~SzOa53NRx}TziQ@!SZ3@=gH>dOi}09| znhix#cEpbztgAT~mkHrQ^9#3woRaiUBvgN3z_yL}JZ@ z(@%LLNPD(=I}WP+Gg4x1WG6$pUqXt~ksS4zjnj*CSez}3qL+VWeQl{h<=W{{^bKw4Sz&i+MRfz&U z(`az9bK;mQWo7Z}av=&46;5cp!Q;RQ(e46W6>ZYIT&lw0B~_-fLOYjP$Tc3p;tFa_ zR#hO|RJ-T7zMez{MT0p7vu5ty2{ZnHRI54P)&c)Cx^UbNGK3L&bh@{=|MRS6{s5DE zJx57()wzu_a=4qALTxDB+w-oRWz@ZzofCE*;vS3(%tDsjX6rCt3yt`cGN}yvsiY8! zsmHO3m*QSJ^Kixq5@&TEd6~zQi2zF&$G~V+HumqJO0r-*iq=23Q!$SAYf9)%e6u@d zGm(Fsf|#RT3Er)ZTm?+}a1)-U%m0bG*D_=>=N;Le;INKCx+EH0VD~Y;B^+_5!~jr*SpceFH2$|B4*8zuPW$Q+1MK&O5}} zDIbo#*%QIpDfG-grSaoFSX2VAXK_u((JK^@mkAH$v5xCE=6emcmdBrqI%kww=4;hZ zhegw@Hj>!JRT>d5Bz|8Zd8L*ak(zU1QM`>IZERh?>KxOeo=8)*7W1tBaUb_LRO2LlsKf8tB;R#%kFfKKBxn(r(%S`05n zDiZjJo$7om^tKLiYmcVMbYi`J!palYiK8yUM$l2a5MuC$g}JX(V;dDD@SO_Ics4b; zwqB9E(}7vyJVskN`gWsc7s1_J=>^tV-V9AMIFG#@x*eNBTSf5qMtVFZ=K2(L4mB9S z+OI#;3G5k5KY}mBzkACWwmiAV`vcsXSyWeEIH%={drHfT)6uU@53|V45#GDDr8YP$ zxFB%Mwvp`JlYfRPgeJWTIU)%htoDxW70+Fi%fi1kvFBEnJKwfD@x*G%s~`8#i^!ia zUoh-fja&vF<{6$0iT+%b-Le)c+{wrNHm8jkF2pY8a&3?fbnuEplUuu_7LU2P{`qk^ zBL-|nUtj1WiSfsp46bp1c@8XPvp}_G|C`TMz;b?8_~kZa|L^T%Q}o{7{{*Vc|DCLY ziRpjHDweb+?2g!Aw_g5TJ+2U6m|{a-7YLLJxPzLgyC98r>$)=j^p@+PQbsiRl3NB8 z;F8pvN|GRq2}=#W7-9u~*khTUePaxM>|EFCZ}s-x&)f{o)DEWAT4{_fNpW}afpf<+ z>V^VRu1kOGz3k`*&vqi3ArI8N0F=gg6A%cKUHI8w+>ngC-0egDq>7ilj>xO#8oEdopM4QqtaeIBA32w#QqUQ8>R)@3MtjYR8T}DjEg(i1jO*Ma>c&bN6Q^U zO+aH7e2Lp%H!rkke(_%$HxKU&wy-sYWlaU}7NPCgdJ$ca3;yv&RXM&BeAos_^~ZH(Q|~sW0yy}&A7o#)$t3V2RR7$Ht=$lZ2A1{fW2 zAd*p0(c+t4U%Ga&0(!e3(8%FFR7weS(MIff6XILh?5#L!7BZE0!sg8&9~eg_!3>uY zLwn_l*5i>@GI{5hs3@eP2@~2k}ifFgkZ|8rL7k)DlaBq@}}U#H%CRfQy%1 zjFS(#4M{wmKfM+6NybQB7G2aohyo_($*t5Ji34c_%i=kn!DT(MvJo{!hBvGs4b;$| zPk+P#p01K|)6tT;>a+YaS*q)pKkAu5{bb&d@(I$w9rL!oG65->j%DG zMuPg%S%n?fBb7gh6PReUEJ3UcF=nj`&a`zLS2H3fC-Ua~W8C5!CtH(kIaq5o8_mYz zNa!ZH^QohBv{b<4JV)!jF_q(mlI%JtgKR zRc~bsZ~$4IMuhC3j_{aYx@8BKo+_zPTy~0@KPzD#5qVfr0<4HnqDZ15Hk zI<_)*{T+wrT`*ba;vSszb-6P|4kX-2wA#2`>&xVJ-mK3$A?Lsbb7rnBWwK*xsKPY0 zA$69H!+9rZ{e%Y=hegsOPzCqsY8s`5)?Pdhp-Qe+)W=EZt#G+{ z^FKXvV=u85#Oy3%I^F#a45Ze6lP_TWCuKApXnoZjNfuY}zu?;s6~iVfW0K|WDribN z$L)n?vaWh5n6aXK1u68)ZiY!`f~uP^ZRUuP@SL(Q*ld^Z5-PhPM>!G))<5cQq^41M z<6mhJHNOGHZ)7(iczcl&C)HIuYPhY45NeEcd$84Zdrqp_&Kea_vyI6R!mg4kg^BKX z>uz~Z7mB%Asg}%p;iD#?7m0rkG&uUxEA6GFMl17qmoiLSGZbzM>jFiiUaX7-&~IOe zQ=jy6nsc%12wONSmNBUFKr-Fg8DY%!goSQ#Cyy7ULrWUOSF;Y%q%XTYv;`aZe}>P`GYnXHr>f^)l#mO zfQDNu!!T!&@*7N3yB-_Yv}0Uf((qp=E^cEwPme%q7WNz#%Vr;I%H!3FC5cMNRTIF|w6p*d z*dp1jpvdx_ZEIbTjd$~?ySGJFUiK>0Wm;)mZkpf16QE@9R)kMa$&Yh->}&wdztE)_ zzY+$>Yqb3~m)L z32<)Xi+*-~C9EDetMpBNRt<-r(!DSJmkaloH}bD9w$FDqpZBUT+f8(h(AJN-vbnOo zmOhI#PY>>IpNtYyU)|;p?#dOwvcG)a7t?}?+Kb~(8r;rqx+#Fn*BxI%o`6U7=FZm3 z`1ux9JuoPTOX~}|jqbA6K>wEg3YM#jG3>){bjcF0ra?xc7`r#@rmbUbVSM3&r&mO( zqz>Ni#kxk~cQr&pQlBFy#wZ;`Oj;AfILH(azQy+4`^pCXVA+Xl8zrk9v!q6pC!3O3 z7eOfnC01ikd{=&a{)$9$%=VvHom<}Tdz1cYs}a#~A2lUJ(2CgHl_k z7h56)_!4~!W-LU4E)*4Xh!fk%g#%J|j2mCs7Iz#vjB5(MG0`ppwpl$<<%s2en@~e6HHJ`;{V6W% zZRsUBANd~?lcnX!ObY6VubXJt9NBS#EFGO_wE!y-^QC>`s#Zk?U+)A`7op5<0 z?pwNyH#x)_eR>QYND3j$BWhaZ2p!!AtYw)vRmK5T%xjpLdyQbS)KMmCnPL|pUe6;r z4W=6NsuQ5qg1O{n70Y{6KbXtPlP!kCC+bJW&s#rQi)p@L<97>?jCG1IHkV3Qk<1|& zlj2v|=E51Jph=|WBp2K_B`t&$qTFwMi238JV??5(-h&9C@4-I_npwr7^Poz%Mr+)F zNHdlRjmgr`gK*=pTLs1F(332|Psbt`uNt8L*1jj1_E+*c8+CYe?rR$P#7^_ zDC%+q9u+X9tT30`Nu#77VshqU{Y$I@m;GHa4z>VAb6jIHmiFrsZ-n`oL13+C68%uG zo&IHu$XM%AHsU)HFvg*U4;?hF72ldljPguZ>&@bo&!*dlJe($G6&cb!53&Vurz$ z)?%S4y9$hTH1J;mjZxEZ=*H=nR#Lu6?uGSc(1k;#oy&vk}0&M9ZZ}s@?tDm*a4@GWftz0 z*kmP5zYUw^niPv};98a)*{rdUA9RgrS!?9jS*FXsZOR+fo*z8vFK%^YuCCO4gZcql zkB}Wau8il&b0B@b5~>d@a@ahDl+M5lk1+FG5!!P)mC9~EG=qUvkz50+jlZ`l%_qqV z21c|PsH`>M&nwEXc$W(59i97)S)!_ zl(Nv>xL_swy?cWvKl)jfXx_+Bjbuw5Vu@le6D%N=mmm^7U#(d;O$RlEB@KRDj@u8$ zJ?+*qnh&aSp*;sGu`X;2Tgdx8+>pYJ@048S_8dXVu|gD5JD%Fr^cYYc!AmvC%b3?6C3PRP`mARMg_HFM-Vd0WdD z^?bj(o&r_MVhAcRxJrn2%1}sL&C5#3ym<7x3ET&1E7 zTOHR3Z=&wzVr(w-#+oqVmOhr8vMC-mNWWMmh0w=M)|umUQdg#`+iV594pm*;&Q*#_ zI)dK*wtK}caY|JRYMz6JwArS8XGg>$L0NB6QAb~8y?cS>Qutl!NjDY7&iUa-M-9VV z%jL5ooSAx03d|fo=)|Q#F5+QXco+hG$5QnvM4hig7#RQmnmEA3AwReUTQQc(!* zx8e-+Vt{|t&yY5w97*g%rO%>C7!pe#u1Xz66ik)i*5>Rcwc9Z(kM zE}F5_!@zVzU0SJ;OtQD#l>{_=L~yDu?RCN-A<+(pYvu1i3H>V%>_IK-LuVl+_{zb4 z2Y)=SeuG`WioH6b6h+yyl~Q-(-yjVokh?iBUd35KTq>Ep69q^l|NEKE$I}H3mjaZ= z3kxH=03Ht|aFk++O5g7dL5Tn~??15$%YPXWXa65+swJ(dSZwxxtU~z-k|U8Uh6Vh8 zvkKRBd05v^@q3|!WLAB*paN=y;mxE(!Rx~vF>C1!xv$dQzdNq*pQW>}+}D+xy9f7= zZ@>4atH-lO&Ja=#htk%Kv9saMD;GD!-j#)orx}dm-GXF4^>Muk^ChYFTQ9beu36l+ zJv0cZ3~gV!n6+13&rlY!Kl2Zcyr5s7wYvxQH}h>wogqwV?M3AId{DXy7y9;pM5c0^^#<0PqL5GC zI%JPjH>8fZ$Fz>={s`;9)aZ!WPteWZG!1Hk2HF%BJ<*p%KI>b$dhU#*bxPhmJ5@Pn zk;0EPvTM&NXI^pe)|+nmzIQR1%Vs`GGn81(bLsTZ7z6sx4X)3~zF8>6#x;(IAB4DQ zMn0Zxw8%SUV#CZlj=L|^)MpYQE4e!@FxI0bWh<}uA=>7pSe7vT=ayETbCR_S>M~rZ zsZHbu{l#*{Z9DA*zw|IvYM1yO_ohuNxr=ynSks5aWS{W-c0v&94yE2DrZI8%Y^r75 z**1Bve~*g5nf8BhiyF&@p^=Ead>KydktrGwiupcyG~<&7=4tlBR2k0NvCMSzAjXr{ zLn9;WEFnf_P7w7FgUEAqE}1_unux3j__rZ4tXIFNi}*n;AJdj*XpLCh2CCV(329nn z?MB;3YreG3&4v0C8z!cLkrp~wqI_%VaCMd>e&z2k1uJAmv0ngXkGj`QRiCaCHMSPU z@*qAZ$V&W%u!Bh6_Sn8kG}a~`GxSM1sKMXocnswMtV@?+GS$s6=4IH(RE+wsaXS;C zq5q9ZN__Vas}!qb(I;A=88|4R!Kx^iaa)8p(8N;F8EkPjm&w+=!Eoa9-UFHGSXT!R z0rJwF24Igh6zVUU_*F@(;;)h#eG*d`t}q5;Z%i0XIGXpw?&$$PwYDx`L_k0^izMvR zY_tf}VfK7eAa1G0-g7Q4G|YXiDDd6Nja|43k4~T64YcCl07|l;BND{o^%_kph>1Qq z+;1KFYvnX$3fK6Moip>RhkJyaI7tVHyR}TwO$We7aeGX1BSf2ZtoJMAgq3w>2dgjo2Cu+0^!L zHnz21j-hYU@Q@iFBFzPh@fr{CNU`l1hlcYf!-r{B)05;(8UFOz48N+jvJ23$6lyPl zN_fR9V5F=D_wa$iB1Ut+F*B(;0sU27nrd4l+TC;}qwsF|n$1c(5V%F|KsP zu7O9@P?#!i#@yf=@3JTcxdg9yB{=wku|eH4k6#bE2BpV(jvZ;#)=$ge_pZ6dRRVye7pa1u6mr;mYBE+|QuZO5!< z#<~)B!PO-iPsC6V0hLhaUFoisn;=+q&cy@reW}OuxcbCOM+T1U`I2tsrII*=A~> z7~z*AoblFF?TH1nY3B^jVtDAFO}aB&3|vY+7RJ*?c(c2a*sCae9!-J-RDr3>K&+eM za2b`|m6?9+LdV$Vo7l|kSz%i{Jza#TR5>pAsII55ww;&f%dHxUSkPrjs>~}clq!H+ zm86x;KA(o{8mHKSamvTxBM5KP4A*T{B17we+M@V7-r|QiU=iGEWrifI_Uq8Ai&#S& zM0I+OMwx`4>GaIhFEfro11r{~Nxea)3g0<5BlqtX$?~r6p~KnfDP(m7us_a@ik^Tm)Lkq$>uA%6gGX79Er&3a5~~oH zI)>L;&Y1I~#k3ob>j8v-d>E|Y`XVhK34bl%Ob+4%MN`TSLVU}blV(4pShc7$d-(tY z>(m|o>>A)=cEN<_l;R~GW9+_l@&$G6Qrm!Q=K{$%C&Gp7pDp~#dEPft2Z&n@fqyMb zrs#~>WVjNA^NMiAjHvi~-Q}B>@gs}4b#B@Si-diPtv*gO0K_rmpY6rh;jJQfJMe+h zg;N=F%9m_>_jdU`a*(0Qcr+jT<4_mkqV53{rs&c5aA=vM zCRF=4*if!RT9aP>w%48UNc&eNf{-=7sBXAC-24LRvA3_;IxK^RlJXXfrm^a6Tw)K( z5BjFcs1!9M@_L@|9Hv)k#Jby}4GR7AHCPL`b*8v70!d?t%{__mSS{H(9|clnv*J5w zY!h2Jchhk3Rs`q<6^+=rowuX$4sA8}@>{0%J7xQl==}47E1r>esY)bV?Uav+Ik5~4 zo>BdzV}H|R*qfcGVFT00Fh9-P?I!AgY5NPI=Q@N+q(y^vG1drSdlk&ahr1BnJaeQs zwWJp6f#x5_U`P_$3jarrVJ2W8us5=T=Ha0iv$SzBb)pxuF?2B%F*UX~F{PI=wKI3I zAYfwU{C_HO#$t)t|9{1%uA-tg+W)86BoVL!en&qM@&-)!L5N@a+aze#)SB+t7SZ>I8(_Ob@g?161;L@jeQfq#MXb$Mgt3i#Y7Y*^-g z41YVywDx?xeQRq3kWy=0nZN}34YHelIp#U!r%mHM?}4 zxcBZhIF8ka$VCm2w>38%t*WII*S<0P7)%)NEvh-bJ#4_xh~Sx(FT8c>l+M@anc0$~ zz+apG^G@w^4)JX#gC&Wk8)(v~(Xeczjj&WH!MN;4=vO3MoH}4?m{uW7wiN*e6t85hlEZM)dM*w-qCD7; zr>C_*rRcZic}2Ptfpt(Cm#$59k{MM_3-CTv2s;1n#2o+3d`zL~%=XiXbAQ8?EyfOJ@3y^7$UhRuugtsHvf@E2` z#;~?rs35r0c@akpZJKi@I_E!Z$9x1)Q9DwCSV@%E?YYIIoy~_PErhE8MfF%1)M^D zUpWZ&*m()iEW)n1$dudX_|Bo0_U6Iz5WP^iE^8iDz3{urxB#epv&USdh`dWcvI<3t zoK?9=Sz!~8NzBX+nzdzQp-L1p^H?1@ zQi}_GLVY|qX++lXQM~_lF%%C3(W4)C@8R^cx{~_nZ!YYgdAGBvp82=TRmi~BFWvD)GGfISB6B{--hI>BjSh&3&MlPj>< zQZ6GEyyK&2YLh>l?w*qIi2wK|GyL0R3!=o1vKEZhwI?>|2aOShvixkEtt6#69RGmm zLPyBf&}jLF{zkSQO#$Jq7qfbne`3!60U6^X156xZyzoZfA%jE*^^bdh}_eiIn zu97gog)>MTi2Ek`ZDZIajXH`&tATUD|ItF(_dKAsoXQk8D4$ArOmcymYfXKx*z=db zc!3WeJ-ZTlQJ108Q|HmPZ*(#V*9LBI-TkCGh)6C7Ms(v**bnDq?QZD8B;4rq7agP} z$hQK{{lyMs$8@m?)jP2q`9Agpc5REWbfAhmM;8{6#YOO^{LD$%qbGjOkwu=_OTFi)2GpT*s=xYWO)Bui=yUkwik52!g|o zRP|R~AsUJ31oIz-A0+WsM_Oy|HLi7Iv5c@2RSi2GP#Jy;9d$}K4^0*O*UoIgXuv0R zhzDZSl{kEmFyHZms~}+O75`nS_5!A#o1`Vyz`JDo(}hw9)zZ;R=*%G{HVq_^PxvHv zeDQYfz_ZTiQ)8P6FVMWxa3c#i`VSQ&1mUDK-lrfq%O%tYOAPvFDy~t)9RY) zx1`m+kW9l2MO%=afzy(?afDCpytmS!AD6r*rXrMQ=uJsIQN-_?UWMhqlluD)@UMgp zh(-brJbb?JLzj+oH2t$2OLgGTnK^7kf`?M98ST1_&rE!nnWY(Z?9S9(kZp-Ds^M(q z2q@OR1Fh;Qjgtd6pl?cZ6(M~oL%*zDUbc~YTKCFm;56N58XBaMe>|9lWB*FrrruPe zMPL)PdM#TZUw0`8yplUDi8oL=1uv1q$6Zcu#x;2JG;?o{d3b~rz&%3$wU@J9asI0w zEQL@Og7nbs4sNn7-7hjVU$aRY_pjsyxO>7-gwI#;)E8vO^-ee9E(8dftX1pIDWZ;G zFLHv1wnPzV^*OFIj{;aL?Im7%)k~dOj=i2PiBxq*sHT%LII=c_hyK;>av6Ce;EbuN zxu*dehOa#%&GRXMJc6>IyL@a|%ZpaIaQbv8!y z5EM5u4rApYCx?)^EK`|wb(7Il2^Bd?PVA6tu4L&O5%z}%V%(m1adS=q_=@&n-#14I z%cnuAMZ9OmzVte^zm1bGA;@P}4D_ztSTB4C9-YE%JVJf#eaGm7^h}+8)Ss$Pv#OqhDDN(;`*mEe(fio2u|_$< z7T8zp^`vKdG)_9InC=Apiad^|*UHXN{ph#Rnh0eW={oOcxc*va-fA^(-MLN04ZkYu z9L+kqeIe-J&9y3X^Zd$cpV+kKs(T`deZ5Mtu8_MV@cm$?$_t!tyuCjuuzFLp?()PZ zIaM{DK=BbXsBxpKS@HS^?>kQcdSPWokljb&W8Q z#ss+;&dwuY+Em{|^0ILw&My${I>`BbI&R6zsat~f7sIUj&|7K@Jj04VnlvsGU`tlePW%79~rVf z^819Np8oax2LGV!H;K29-fEs6+gnN`phG5yLBIzh{}!3;5crzrZj;Ed+I7@?Kghwd zo&8TantKn)j_=Nn6*JKemnM|)mepcGYFT;-({l1h@0%;xhuutrhYHz7kAQ|kDAQnc z>=2KIaDNM`L2RB`6-Kp)F$#&DIizDc6)ei#V6@V50lPO5ZXq*;gxH$r!=E{MY5%5e z@O4A2{T}P6Jbnwv7PI)yS#^npW*J?zom~fuoLgNT*=w#9QCz)uOS`$rZ-N&Wm(CkJ ztq<^y!H^Ps9v|BRLG9^npIXl08I#f-Q)TSdf}Tb{J?X}q#Cf1M7w24czTGx|{C0RZ zXLhf;Vb(ylf&NhN0}7u=y_GGkhA_h{B)m*&(A8N`%DO?xZ5^qh-Q*SM4|Ng>%w+&Y0fDd2&Zk1JM&(uNdKemkRU zO*GCYB_PwFaZ=MQ^HBD})F&f}+@43Y1XbYo#szdJAIs+YKamX)vl`A$fQ+D~)cddL zz@A9ziO<#O9g36#EuFdazofJOoRN2MhHVD&sop2!+@`3oziSi-r?*EvgB*MoSo_py zEg=|Nyr#qqmnTMe$64#_frHYB^Cv40E0F^#ts){_5Rr+=Y<-RM{uWh=O;ESYrDgkH zu;ukmTdY`3^eLj13J@~lN}~#eu}$;8 zc`M6w&m1R@gT%NK^9vU36nT#lW+N(OjMp)2AQk(C4Z5b{I;PN0^~GG1he}=O)7T*+ z8&C%=yv#-e`mn}na@rt~IXm^5UVSTws1)4&Q~O%as~ZX;pCU;hyKzK~;P91nLd{3G93 zw;-Af!9i|Vm)OA=!bR8$gZjo4E5%`*pjV31Y()$b+nOBiJBBDqrs}5N?3b^mA^i5S5D1$@j|pi0)VfN$f*!P97u&wY2?R7e1Szr0?z1(UBlf z9gJFWk^ee&PF)`}P}DQ$NeznGKv5A!Ct25lqh=*7IbC4>_uR%`R64`_Vr8P3Mm0;K zFT9=o*X3fq>k5y%O{z9F*2HfQpPc(UDDjzg=+F7KL^|aCszU~eX)p_AJPvEDJHPDX zec6>OH~uVr z@|+-m)|$)svJG4?BsP2D=mOmp@SA@j%$wxniLgM$6amRtZ40>#qFD#+Q^R1|I{=s= zcvyY(+tTjx3$ZWU(<||L?ER4sm$NDr=++O%m{$tz{G+*4Mo)+D8l{<+gecg(Kg%gG zXpbAFWXt7)3-@ljn_|4Im-xw~grUtbf8bN`MkhHwj`W zE&Uy_9r>9C-)2-ljTO=hGFtA4@?0@{eiM!8&dkUv(1y0(K-@^yTCwDo1aWcoG@S}Y z9V*(j7f;aP9`+Z2&r&-k*9Fwnx#?)nH;Lux&TV)C?I-(cm-drLA@Ko`<$?wo;kAS7 z@-8|nXg{3zK-ZW!=Y#pdDxd)e-BGUxxpm6@p`2_Y!o$B(=J(tw=6UK{unXslM0tXF z4+Se#l8wjTCAtvv6g13Hfl1*<1uPTu?kk(I@w*M8IP>v7CQ=NfE=4Dwo=BVih9p#* zokOH~@H;A&QU)+_QnvCNL=KP18H$9n%?|qJ>4~akh_z2> zdbR@t4fyw8Vds<(I?3_Jk}h`FyQzj)x)VxMthFQ4tB33COz&!wo*Shz8)c0oo`T(o z9_afoE^K*OpL~m_N_udaN5CjoqB(fFS?f!w=Te9Zcx75gHU}hV=S6}!T6*|bdbgUX zqq|@58JC+Jv+{X~5t_V`l`Ou1Ye~J-aAw-t7Mv?%U_s5?9M)1xBdcHL_)v(H%Y?6@IOfs zHs=4NApAqD6aUKtUjCmvpbY8USs>t~pAFCn=^OoW`O7%?_wVpl08B!^RtXIRQ}E49 zup~8|j!+%0FYi!bsPDnP(c3H@-Y=~0Hd8J;WNz_Zq4NCry>VVjah1~TKa8CF69o(eNEV{ zgN;*LM=F`sTV`wTCXXA{Ois>`JE}QoEw?PTbob8h_x0*1UoVeOAWiw`2rCuMPCT2G zb;T8VE%8*I(t7AeQ1YPi^`lqIzZKG$#M_1LVX_0%_mouZ!+;$PdC+I*{x-;&Im5nVW^5|lxs3`luQQR>4zi@Mw+2R3Xshxg62QQIU`mt zen)t>W60IQ(x;}P+oPT4ug)OJCXd|?Y8 zh{|={!?KIop}?Q@{0rVP`>M!^tb8E?>UP)R+>Y9>JJ4-Bsdfo}06d!KaqzyapGo(k z5(b?S>gWY}VyvO)x58cNI_v8xkt>+D2HIed3~aDzb7#Fu4=yO0Y?Ah;3d>FrZ%Q*(gRnEB>t*q3`d< z(8hO3IFQW?+pZjY^jB?J7P4AlKrWJBnC#p%PA)*AHZ>H(helk@h#h5w^- zN=?4tio{zjUQ|yfd6`$D-6H$Fzm~2XFGVwIRr)(;HcsA(8{sgj4s{o!G|V49V}Rj32nZdE_>rO5@0)q zJS4T86qfU_nW zGYSTHN`45GSuE~qWxQ~|(90hM_4aK`-!kj{sE#UddbFq-Dk(1|zq3<~l;lzwaEXE{ zEv)=atna`5$qCl=yRX9w!d)!c|8a-9-Hs%g3{yXJ0=VU8g8jbvEdw1p5Z?1jw z@Xb=-K7NJ@w$eOQ07L@nc%#ERn$5Hl?-A;s%{F&aB&9xUa8`DPGwb0lNoal+D_V!N zvokc3NGeOM$W2&ZYA#y>I|W&46t5Ts@zK<*>xw98*V@~;aE z$DhvWUdr=2hR{VpNXa8|;&CuSaUaE(?0UQn zy{u5CF8)#P74YQ_);yR6et1=d4~VJcv#9%v0M5!&4V1mX`ekaL}@5& z;XE@a&qtOO>oI$<3 zm|2_q;)u3lx5qN9PZlc7c&h~IrlsRJn0;+BDv@ipnegd5)Xh#XgxP16#+UtX)K% zBgCK-&r|!6R$MpNu39LZj9YhA|D2Bb6gWQl)62qYq3cLmqWTBMbT6p!^n*=vex7Tn zC3E8WkTx?e?>clU>@;=ZN4pfG(EtkT5|d%ICdns$+Kq?u{4xm3Fhs2Eo60(tl$PTj z%K4>4H7?R}k{g>C_gjjZZrDO{Cnpn54~Eh;!#+!?K5?n~(MK9Xp-@Hxyw^i51d=}6 z&GX{UQz_F~z!QHigHhgQGeCJ7umY&AU*i`K^hu}HThVVZK6LaXkSn_{HO@_AHyM=- zhB@U~6wVNPbtb%^L5zOtR^4;57mz@an4dL8ap}R7Zrp7WPM7UD=B&O?CHMU~>#L(?By7Id&*;ip9 zABjKo>rjMLKU6qPrfp1#I*w`n47b-^dR)A&p|P!D0ToPt`3BWYih9kHvvJRnW7%c) zMB1N1tT)g6!e$LC7NGuki&l_+T+^RAsa*7A#3rQFOKZmN-d5JE)V)*O_oO)KN;#PT zjO80x6)cvzzt-ai8e7576l%xYufkpu1Tn?-U4u*6@}37liH>DCvTJ57wIM##Cews0Mk_L)00Fr-@w`$1FTO^+C8$AaXmib&bGHjs zlZ|bp>{`8>?e1guZ9d~jGA}3e;;1AwlM{|kkYB54p}&DCwbFlQet^@V;bsQl#2e8NcqE?CePhx zS24{^Ge}xcHL17Wo3kJu2rcl#KG~NDn`nKYA=n>U=1NzF{6& z{$w%lrL0yqpU-_Tos~uva7t(fOP7jYEBLfS?7=)xI> zMdvVk^FZwJ%p$Ae8D)?Y}5=$Zl2@wQDuT$SF4hV;h!<;sy9!Z z0`@jLS*r&tm~LM+-6-&p{=gvFKyf<^GUBB4-q%KgT_)8D_~meqR{MEnOd^=B30vTx zAu286+@?pt)!q>keQN6tujumQ%FSM!WSirmMAsdgTBb^a4|(<{nE+tL0^7l)=pL_Q zTY}wE)G;aq#hJ^D-p`2Q(|)4mtGjXJu=BD@xtzs)|5P8`cV39tgkV>M8q00M%BS4Khd8&<9Abs{rJ3gdbSV)*?zRBkxfSS8Tq8AS1Y8#@#;vxJlbsdwSs4bN7Wm z8>02}T~oaGapnW`S)v$H_{l)pz`}dOVpO6~CJd7?{~ZS^_@n62Xgkt{gLF<98I%{D zEd_tLHKflmlqvx7UDeO*aos}WrVLjdw#cE_0yDu6?$V_WFRx8Ept*QXo{3?^9YKky zFWV=uAce86bM_Sc;RkJ~Hx+={^<>3u%g?qU1rWK2&-jRvTuzAdT-_B5UMKDQ7i|38 z3zZciU?uO5P%Ef*Ao`a$Y0|k0YnD}eAT!p5U#t^^Tte0|G}jzorRZ#6+)^7dOF~#x z;u1)i+rB|dMz`^Nhr1e2pPeOFD#{of>ul!1hp9t-wMcj_PfZDiJ$+7z*&aEpf4ihg&-MNqSbsU~EbK zJKhArgNj(*blpArG)kNDUb#pH^EGy+Fo$VkL(j7j6c#+cNm;t6GTU$p38_N^3H(gd zFa>5PMp?bUm>xRsgOUSl3c5wTkrZLs1@Df#7(hE^p^#LvM*z+R6xB}c=|OY+K%qv) zGc1$i+yYkv%Y8LLaE%85sZ`ZK5P!=0)}>F@;H^T8o6|8jB-uFx93^tAc>atUVn|!^ za%iQ_bQE56mMt+{yz}=SpHc0}};7BiTyv!xQFuu6IA%(G0;Xphozm0n|4vRbRn z6F7IjM^qlRzwUpyhpULXTDxqkZr zoW4*>yP63?;llK)nih zWEoG|)Ko4vN&gOj_#Y}2qTY3;6 zkr%Q7gNKQPZs4`8sQoq%KXr*k7x4qaKKDRsX{a8W5RsE-My9KuRnIIM9oELG#$jX4>X+0p;O6%}~< z3tBa5bjsCI9ERSjqTlZu>}@?=Vy%m4rwS5vgX>!#lc!#A9eAMpyk2IMBrp08uVG}i z69PL#n9n^dM#(e6D5fO8@Hn{VY=Bs|^IqjX^;a+&J-!#UsX16gq;s2-0+EIOm)_nC zM6p*a1URw1jbyR!S(H2z~$QfJVi5l%cksi7OUBkiO=n@qc& zyJ7}NSHQEzv`VD;gz214x~*9i<@~$9(Pxa-OTW9A)M7KI5sH#pX*>F?Y+kVFqQwf0 zo3~7cj64@(J7$qaT}d6ICUT>^$!8y#IC8~)(~Hwl(wlO?^Cn0Qx8;m!?zF!*P_Ldi zd$_A5&xJO}092o;F5V_n#hm91uJc_v=uJ9GM?Xz#1|5=t?no)L9{b7tOQcjYMzkkt|Fz1i_UFcPIyA*2=8I^q`z?||bLw;`CSy^lqo3CJF5eX^|7U(!f&)7Ht-AKU)0 zr)IiT1@8kw6UnZBMV#OxQH@?7`*`wZ4TJwxBy#*uBT^Rn{~%E`Yfi>owZU$m{u_}_ z#Fw$nl?nT$1FXZ&b>c@})?8LKr2Xy+(Mcppb!vGdPtiCfSA!3q5|p=pyCV1vAb&>T_33i{Fg^g%`ncY`t)B87RD@Jjd=m!5dagWMWzkGfeyEQsQu5O%Y_jf* zbrhO$3Ff4`Hsve)QBBen?9<38W{~0T^DTNcCoP(nd)2n5DV*GDiq!bzda}Y;WA$Az_c<9k%E@g`%ow*jDbzirgH1}vw4>j4=tFN! z!rRT=>N4`7LwJ1#E*0g$O`LL?Zj?pD7+ot!vD=Tzx{>CqR7Qf=aC{Ap<`#Wv4%H)e#7%PYWTz3ucUNA8bF+8iutncD78T0`>v#ux zOp;0cjC6`(vxjd44_!aq%->hr{0sRn@|E6mvvO-UMjqvC!H=ZBfDtV|C|BE(CKey)`tdDXCMY@@vmw9(%4Ubw+rbgSwb?6IA3zJrIK)suWsPSmnoEUc88VF^ z&hTd?66|ML{-&tKjgcX8!shXV<0@XpW*UUZUqk0GhDq98{H@E|Ngym0XwJVh zO?e5fzx18Duu9vnnk#iu*mM)6RV)_@aGBHgqShBPBu4H=KO$cE0a@4?Dc~uB5aV#t ziUE>N=TN*AqE0@^ekL%MvFC?ayc1e{R?+-Xu`q;~6`w7bSH>$Qz{$~`q$k)+cL(+j zLHrlOo?PmE=thZ+QcA>767=O3soiK~IBRlAMM zU%1~0K{)kxktKyrO0W{u3eaLvM5@G>QmIu)Sw`78B$=mL30Ao6iB_H(B$=-y3Ca%{ zMw{i)>IXfgKRljbZ#8V9yNr}%oEHTojnnaqn!e-Swfa3@)d{zz$`O4 zqB9}tb~=bF*bAoeDpdreW#h%MQPMH{5%`1=xZz@8N&dup{gCy4SC|VCw1pc?0TYFg zU{~hW=ek#0ftchOj67wqEClmbprfuE`mW$EL0*J^1RFJtfJ{cabdI!y^c*Bs3!;ie zSyyn`TU?oFF(G)p5Dc|D=Tp*R ziS7`byUsFrNPXA^Gv8<+5||Fzr{Lr2oxjB3=XXDNYY117lJKve8nM}UsO)*8pK6`! z6wn}cM zBu<2_Str4O48+!9d-j7*iY?AO8%&ba&dKZsm|n?mx@pbk`H#Y8_a1S08R5fKam~!< zaGM)PV{eytab4f-i@{PkG$ON@_m^Z35?8d#DMwSHn*FAk^9`$>pv@_qSEO`Zh2E_V z>0{ht(0J)vr}O&C*F3-`a_p#Mi}R_fdGogCWc@7^l}hBu%J4Vabp)vqunET>E1mIz zgX&M161Vjq2>!;-ZF5nZ)KSn(<)oGbYBaI!zT9~5D^^_4(BL?97pf?pKoz@&5iI%V zNWQO8lm$mG(DZ%OT6_oIgWMP1MQ@$4e>P6fJ-IJT_qa^3J;__U|G7SfF)4+~Z=&r` zr6BNyTl0!LF*qp$>!P%G6!T#&4^)n1x#@o3ln?Dj11hg$o#&gy0Gm1sY8~>s4FWn3S^#yfOra+&Jy2bsAReZf>86`#FWdx3TmlBC`hFV*H7Jm1lb!vY4*DJ#(b3k4L#CgR~qK^c;J zkc#av^ytU*I;A1Z@5GQ`v?thGT-M*2ToL(=s`G00piicaHJB1oPrgtKe`V|Slrjtg z%INc_uPDDsuSms0LL{5=((FctP5{|XB@nYpk?ks3AFEL&ahBmiPKJ;~hr@H2R3&d4i&bZLklV^t?Ooi$I~es-1~#- z_<+jTOxrV&I@0>o@g-jDm0=Ol@XqZ|)9tqb^yD>eHem^7S*}*Xf}C0o9iG3nUb7^1 z-F)VM^uUbgxT0nQi@(L+(5!$B_$329GY_td`rA2q*;vfA`?B6nZ@KCnRVSO6bUkg3 z26ynOT0P;yjJbzf=W8y2+9g~j3eY%RUBP{_<9kcEq(2O5z@q0_&8bj`2LPkNF80E>XMzeb7uqrM(cwEQuK8FZ=&GkDdE z-h2fdmZRZON^@P~(gEXq|Ahs(B9tC#X9d!!+%We&%H$OM-Ku>U)%}5X=5_@5FM^PP z;s3?ZRdTm8rjs?WP;|1Ulfh@Cr~j89ad33{cj939|A~??GqU~%zT;TSToGFo>AR=5 zfNuk@tmbp=&f{-GP*F3Dq~OZ29XnW>zj}!MQoPlw-7De)*ZggWZRo9W=F%w<8R`8hQj?%m+oL4e6-M-?A z1BL1^I7~o!R7*NhEZ&C0&^c7C2)7Yat%G1HtZ3RiS-VDEMPDUktnjF*JApZpbXy#w z4TF~Qzh9jHa(K|)yvDStV_6k)NBY$Ggky!3SQhAzb=HgmW#(~D0hK01F2Aq)iF(a z%ZBQX@uYlJS8Pt9(t8||X!}F`7Y#d5c|g@VrY5L*BTEew>zH>B6zzm} zJ{0e`cRiHA2~#(38 z2)Cd@wPB++kIafRVX!o2w0OWO*n$Jl1|Pd$ft#^$=o zBqQF`iX@(M&M7j?B8I=^MUla#e>Yp&NMwrv58NqX)9i92fK4+05@>5U76_~5R%AtU z$5(1qam!Z};N(JdP#T<}@!7>w4L=Qsw+QA@#Szh~0ZC)Ds3xZ!^Ri1&I^dm9F+z6> zTB-}8yw)EP9|&9r;ajVHo_D8#BpfOsx}K9Wn&y<7lL5`4kG$H1z>w53kL9~4GA2afmR(u z#xQz6&efQmCZz3%z(pq9v-_SAghlp}9tp17@XkRg>{U4AZ6Db9h+Kxwe~v*#nrD$? zCzFCm9yf;&n0Y7Kw_Qwi{>oDkeuEoq@9`sd`f za}rHCQ9|CbwBreICy_#V0)2(tJ~yJ}2IrnO5?> zSNk~FHu~)JrY*(BczAx}mGs`o`0{*wf8PGKFdkpsC%4yfDuPFT`X0Uxy4!TC*ueMB z?&dySa*d7_ig!D=@a&i7hKzzgZ_m56^8H8~%6xl%*ZC;@`oY`H?_P4bSylc#uM_?J zPX8D=IDEWz@Zw}gyMCN@+v`S;cs}pjdD5e=>>BXQesCr3B4j7$q2MVI)D8G~Ki? zbyA9*jUgK>{OSC0V@JPvA|0H!_m-0#`S$T%;>vy+eeNH*xpQK~waFbHP8^ILUpHdL zeS!PqAL1`8S2!CXHlyw(BNVR!h|%2r71-bAy2OVU4UhhkvQNvEOl*BOLBPdNn9rOD zovJ+duAy~W>5dHp|EX8MgNO56o@Hp}m$mX`YwLRmG9+_}`1EYE#-}RUNp(e3L9`D; zQ7JTc8ZE)^=hsXr>KY81aUOaOgcp?)d*Qj;_LHD@Ujgt-5H1gizBO7!uDJJ)0#iT} z5J=izhDz@Rnp7F5p$GWp8AgNn)FF=Gk{z%6wx{%@1le zfbXd)_REQn-Vh-+AJKoVKs0Cc2RHPbYrr$vCSEC_akFrW4`LvjH`T&+ozhQ(?qfKR~i z(m{^4XGKl<*+Q5}Cmn#RiB8oIv0cR%8q~I!0p&^clm)_k8D-#aNGl&HmCwEi*qx=K7Dk-FR%#(6rYF_gK&zGYq(cca@TihefJKo5k1bT|rd z0OYB~GW%wMmV(u>41=B@0oVW>kTyweVE9^10MXl%FPd9%)@0yrDS&|G389UUm9Edc zM=q%>mnZ48_99^uu4hIVRz~!qY~vV}ToR!Y_}Ib@QzAgW=PJg{B6!x62S1`2Nu1xF z3ogbu5a8WM8i#yFWYXCpXl!TMDVvkSUEao=9@lRsf%C6!N~+HmcaFo5f7OrIF338% zzb*vN0c8rqTWtXRNP)sdz!na$KDyD4_b)szfYId&2xg`qOdQjF+M1>DSRV3#HKG(A z1PT&M+#VEeAk|3%XCB+1vJepUfKijlLkZiyHe1U}Na?nNGS0F%-Z3VG+G@)7>S>m$ zLDV%uJ1C~^;}eOYa?L>a{MMO#@B^cQR;kD^c4x~o0_Ob)Xc-9z)^Or_0RF3$xxZ?m zR8|uBL(4+&;T2Cn_R>)}2w9G1>1X$G}!=YWcqtpfz~&5$L) z0giC~f+4y+la!=JN_yy=r%VqAh4*b&Aanj%6l&XaiUXkO80qc+g|;0|P`@(_)|Te1Pf%AQm1c&7PmHY- z3gkP}RkcFrtwgnqbeI+`*&ZXLv3VxDsI6o;H#DZZ474gyLmLv@1%l(#w z1XA5ki~&cQ%sK8OF8^8eVsO0qh0IEngmqI^`7{pQq#S#og~)!8E%#%DM2s<eMxO z0tk%y5nXFEQ1DIlEMTr!Pt@4_jRL4K`O%XqPPdGtV3m5#1Y2r`{1r0 zP&S2)Myr*v5^U$7jm8Gh5u~7GDS!*osI2i&b8~YmUke+@*IjgDI%ho-v%h_NK1F>i zU(ZHEWqmQKRqXsTk>zqjM-8c8D$+*{!&Nz3-;XAYlr1`Sbvu&GNKVAt=YZ{rB&oDA zRwuN@X;iu7Olw9sfnIISB91i**x!;{t%YG)H>K#I)|{>ML1?4J1$%913h$>CqCrc8 zv-845*P^21d@V7edxHjp_MjVEO*9(xYXi({S(mu6leRf!8W+^m<^f8tmqTdx5#X$+ zo`lvvxvhCMmqIq+2k`jR-!D!YFR$M|wUCFnnfYt3cArPeV7#!>l18`G(>(BU;HSRX z=zg+q*@#S_9MWQw6z+wAXA5tsa87)MWv9TsB?b?(2OGD4B&;f1XG200_wB#0ezHCJ zc6Bea(-{u16F_6#1`9o}0070*_gDgAJQ3SL1MmptqdjfHJm#X zlFujIZnJSRBHOwxb$++@aOwotyY#m8gl+8676r&{8w1TrrNQlxFus@{Tg{ERj&G#S zS95i?@4xvDM!Hv}eP;z`7ET_B{U#zAXRNLDbN3$?Uq=&nhDU6C>A7(kPsEu%Kkjk# z**Bq(2^8h})ver2iiNLDUM^(oU6%f?sc@BAxVf=&)!hZ}wNGXh5-|p*H+J zpgs4FoZw}|rIXpu+&x?_Bf9{9@#?5iosfPdb1GuDQQKeP+xz({1X~eyvw}l5y1*_JRx#zN_)3aq-jp-Is8Io8@*# zCx&|Rb$fq3#&(-{PdrpZb;D$VeD-(T?9O(kEO{*V{bECQ)+qJ$D&qm3+wvx!RCkFg zZt}r-j(VDYb#kubcxmo_O0Q-Pj^9R?_2WADKn6=L{z3HP(7f`ag>7x&Ca$a6MovcI z;HK~4YTa=)9x6~BgZF|&;9go)AeM8DBipwF?P z!e#K+4XE#_ZmO;I#moAA`su$RJ}2!nT;=XHF{q)ljXyfBJg;0Xn}gBS^;fKEPis*7 zoCd7CJ~_FKg1TaT;V#+3Fp*<${zLMj!^g3P$J?s;$2B9fS3qNC;$!Lpo14)6v6p{& z6Ew)SorM{`noyVP^paCuXR^{@j?zih1e3dw?gk#0JL@VogQUg1b$klFX2<%$*pj0) zkxxf=?GL;Tw>73o_yS-fL}*Ag+l@xxlIc{BRIl=7$fW?;;rvdUYZC*;Ym6*-;k~@A zJj%ufPL+}zHwcBTBd&ZYr>83(kC_d>*JPS5M+^C* z+E9fXa&eobYE-ungRqXAiK=9s$V|SKE6akePIo3Y_DhS0rYs#rFUIgqVY|j!#>ql+ zQG#_(CM(|>mCm^l$>pNeAA?bC+H7%`*YHiRa`+wYnCS~9ZrO|wG*QpsZN+mJ+{G$; zX9hP{#8#QX#B384#4MF{YD=57d}aGpb;nNFIuho~9##}{zI#pzALRm2FN&T{z0Ti< z>)r$CD3jKltMJq-P*_o&X^J%m^| z0kh{Qdh`ibzGYCN>|Y;bL0_o)jn__v30(}DAXGu}yIdCUP|GfGcx?0UG^jpGY+Hwr`{-JnNUL@#s4X@`nuo}NB*i``- zpBco=!8ql@pLiFrh9z9x_hZ#TtH0~R>UWPu48ixT;_5i=+^r;Y&}G$8;4RYE8nC7w z5aykArrMr)HNo~Gq1Qd}>%#8JA<3|_botFQCz2Mb7-YFH4aQZXAJJD+2H^q0hBlD> zba~3f-3JOgyhyIphci5FnAe#3Zmj6x8QqEed;VOw^csT=<_1kO15%Fo?q%0TS7kis zGWZ-1wzIUfmv*zdUWTAqL{zZEf9lZAr_zHDu|m(SWqRz{f>6vhXXLnen~KFa@;)V) zOj@(8*z9g^FiJq0s=y8Sr&Dw+p&J_>DXwa;qkqc|$hbmY4HTktMWPGV{$4JKHEBl> zoRydqoY)`>OO61hzK&i$SaoNF&NCOHqZxC4yEe<%2Oi3vMCQL{s?Ab7X39-{o7sz? z?D(k*{y{6%zYPHWA(0BL^_QGQQcIOCKk!euCi0@!OKW_M;obG$`{04CJHRP^cci*c z^}72!k?#ZDv44WR4DwT`EoNH?LpYr^8N|rA?_TYSWxZv`il6>4yGB@_J|L-xBQg@3 zA&WYnU!r&zG$ZC*z7Wn%W)!LsqngrksbZ)+iY} z-21>rI}Ic6r@}1-3#xKq$RH9_jHc)nHG2JY? zYHyK^kXy(Yw$g-CK;w80-ZMCwL)PPjm(w~$B=Xo$3MmXuN|1}z1~YQ0&K;WIY&-Ov z$H`Z}bvzJbJFSOh6DK?q_)5mE87MATFo9K?8 zcQZX52&1VUV!_zS9z`;r&YZsZcX&CWfjSy*zgF3Lf5z&OIqCzuq? zorHDj_K;4-+v~RMuLtV&!4(8Ly&cLaMH(WL9luk))CDG{LcoWz-_U&W^uw6tjiHi} z;-x_}Y5U}9OX9VNxmp%e^mf^7ks~ItxgPp&Z0x3OA<`S^AMjSWLM_&EHE9?cP7$nj79zc~rRx_|E)eP-(}kU(!?qrrFzI-Q%)8TFb*I(oHPxyi4_{ zXlr=Ti@XYD2Wh>){ zR@+s9SywM^RQ0Yi8YrL=xe$14PZ!rs!9|=r)@rN%=lIm`FF1S?$!5pmyiM5|hz9-c zOg@-)=n%=vVr?ie1(2@lFKl;GD4s8^)#{m|*}hA84;J10gJr~00|BF!dPyuo869!W zk%%vlPfM$Lr|Qv(q$LxPydPk){x9?wf!zKhkmNf#V~k$RcFdSe1Nm=_;&=zN54GW~jGavBW;|f$8{_ z-LXI`6jfwZcleT?Z9A`^-g`M1wE|XTryf}(kdrXGL;2w(yh7IHI>;D{vhW5{!m!}+ zoTW<7gYcD~a&L=A1Q7qzLZyF+%U0h(1-{P|oLzo|(d-=vvH(yu@O~wZELtRbMzvq~UCLzgGEdw=~XA+`@>-?B>y*O;xuRs*2SebO>%yooD$dM?;(Ly*AIZ z6%OlG7E?=&s*jERa{t-VX3~<)+V2X;68iEqa;!WzlDhkc2+U&a;$aQuqWkeP`SUq) zQ*P80FrKk&R*W>9yvyW@jzp%m?kdz_*jE3cMi7F7MTDw$}E zw_kU=5RO7NI868~yhd!7s987@`AvU3z3$&|Eq}n-`1=cS^gu5+O08JbNGJ?f9}VYCcy%zp`4(c*!s3n zwWDe?)&FndPr2&B6tp!dTey_G=+XY)jGlkB@LRrMC8&5M7|X%6?|8GTNwvd_pv z7S-%U1dNH?bmr?oHM4eP5BfpQ1QUrbStzgBq$)M!7l^66Fb>Y~&Nc;n-Uda-tIioE zucOTCA4!doj8@3;(}1^V6$I(?u+}csi8}f{o-Id91A*8Lq9xox2e~93!f<{d-H#hX zWkm(O4|nr~Fh)lHNVquG>Yor@;upS1fidR}L|t4Q@4Yf!eO)7^B>mpi2+!_+oKf^r z^0E6o^mfYn03#g?ub_H}MWUq`lMK49pugZ(vE`SlXyNVJCEiE*4tl12#fEXs;mN;dB>HF?W3p&q7ecIv`#um^OmqDyjco5mM*Ik zhaIL1gNnwDE3jh1ex5tt6Z0ZJ`jra5Cu-B(Sot=qnPS0cGxT5 zYi3#jwvW{A{$4Zq@vINVe>p|6uPiKjP-%v*)xd6~6n2XWK~2HIK}>{skmfldE2ct`yvft`rgg9;ElKPl$-`1T_SVUJV0X+>+nh~DC5B(ih8^>T`^dAMxn}OhR#^vEHhA1X%i8Fl7Q4D?v^F1V(5-ml((MB?IG*J zsAP2Ot+5ai&XSKUN+PPHB}IY+e;}#o;QZP@FO6Ah5UhFF1dj4hYQp*>8kpnZyTaUu zC6f6ADnam;BU&^zCx`$V8C@+nmSuD|!ItH>kim{5;i4Hq+dbG+Dg0=gs|j&GrWJrO zp8!*uPqg?&Dkozq^2#)DSCaVkX5y&9$i<22?bbPJnV#P^ zLe!Z~W)7;)rqwlEbt=yVvaNG44W}d#0mr>$6_Ezras1wxT#4|m9O*ELeyde4q!Khw zxjhdt1S0xKZfPQOo=uo^-&;)itZ(hIoqQ+0%z(<7LbFuc(G-s^xB|F7yWfW!Waf8FC^o^i|Jys9$lBkG`>TCS`XA{(f zYgKhXyO9i()XRab^()9Q28W6&XCu-VE4=)sqsU(Qy4AP9Mtr-kPlYjlJfEuu80>8E`l58Wx4>mB^nhF=NDT+HS1Rr#qrH z+Yy+pT#g4W1&r>{87e~X4jXvW{vXEPu}QOV?Xs=3U1{64Z5x%DPujL^XQgf1wr$(C z-PL_M;`AG_KkVPIzRY{gYmT8Hz7O>^w}4yUY{6DR*1V0pUl7z{a8Z6+9c0_kXi1on z6AyP1XHkr}R0I8vsp$Efm>XuClH8EsN`)zeMFFSGR=FxKKP^a)^H?7QG4&TY7=nS4 zm)->P7i(=RzMFtBCUWsWRMn2M-cmmpJ&iLE$OSSr%3?A*g0#))5)uCiL3o4CSS)5o z76f1_Msg(hdKLxK)Ih!K?t3L>;%RiBXc?+I%O{Lb%Bt(di|;n-CTSfi!>X>FC{hO zP+mS=qeblANrZ*>v3SR`1kWT6yz(G%%R(~jz3IN1Witoei9cfVeR`v85uBZLoU5RV zSfLr~4GwDKCOzM7D7hCQFSnsf){LgJ?Z(@hS>H(!Xsz&&maC_fJ_)w9lLOw0=iBro zK~^{Aj?WEPpXrAR06LUJe3y7?rHD*KH~qn1o$TR?9lOdYx8-}rC6`itWHdP8Jvtwrc?xvtsUJv ze72x!8C{5rj2LbN>^g60&T=3tR)8iP6Zlk|o z7agl>2UGX6A48fZbu8DOxCFD}Bc@coHUwg?w%(zsb41DnRSbx|o!eE0Om0F|80V0W zzooz*;)Rb1NUkEK%30d4>R?%l__`y&Oz{HzF<_MAac{A{daY z(N{Hqv)z?Rn4gpr3gOKvztQf~6cD`3>86=nRV@H&Ft&e7;kyUF#?>R6&Dasgf;j{e z{M)pICDd_x6&e{W)5dtC&@rKV{T%q9Hh+PsU!I<+$AH`rs{$ z4YjCiYDxxCtf*L<(Nrn(__vEh(2@H53QPwYck__KsJlFYI#wde^Ft;cCU zI3Q{bre~;*5~uJb{$8hcT}Yg->2{}D6hDo>g-rE=Z4P#TVbPOUisrlrD*Be|mYUsK z%MiE>c>1cn_phw85d&B1T11Uouzf;_!EW95;8z)85GQV!R31$j!B!DmbvXOXYs~fN zxt|R(kvZyBbKTrJ*I#%-1fdF+ z!HJH)mHey8;uq+Pp=FA2ZW>^!a5B`M@u** zJeA&$8zXy_STeJaK!U(EDu+w4)h@$f@e698C{)fW~KoYtnC;)jA8cfU4=LBp_R> zKN%KC_j;|J7MtwUIQMSk{T)K=1(b7pmo!Qqxj`L+*WG5>${6-2KxWwx`so!WX}T2R zeMYdBh5P2>m&a-1OiLNsqx$2ed3J2_;|F1K!Km6BX7D=DeAj|B4k_T{)xchnp0syk zFEM*pl{xJ|&{aBg8!57;5S(XMxSDX{Wz5)DL~VB|mB12J3!bVSWHPw(k~@P8b_vaL zH?W@Ci-qL4s-jIUi#IVyDI!IX6`g5tBdao7l^I9nV;a@cFRLyU;{?&i%YVyy6@2!s zPOlA>VHZV0IJo*E8pObwnOLX>92J|#h?}3#s`e*DLoPG*0zQI9%UN=%BzMx7*pUv% zz?m8>27jfQ^%;)@3i*WjxKRtAC`i_U;w3SSNUC_YfEeJ(Su-Y%(~3vk*r-R@xi~E= zUiHu)e}KSfQG)xZJXD}QP>3X!deC#D^slxqi6vn9k@+M{INyao={6{&8@viz zr;fBB3DIcoanV{>Gel=3D5BJW-a+0-oz*wRwh#2(i=f}h;oQpRbx1-A!C2~)B&8WX z9$Xf{ON}(14HmUmq}DEmwDwz(8Cs(e@mz{2kn6{v^#V-VY6MWvB?10hD=Mq4FS-l} zH;JRD?q&S$hdO9-(hDDMo+tV=X)*N(Cs&mr`~};5H1l(?lhhYR-OPb}0M^Ag(SRD( z-MLdkO_{{g%X9-FDuNFAlJaTS5-9ymWgxQ0IhEepSw}mM zX>ip_!CEG%L2!F+L8^Th8Sf9fYhqI;CvAm*x9SB0jX->Gi7tNJ<*_P-Xz&m_eMr>B z!WQ>msE5Nof5O<{ob5G4=u}=L-@oTZ9LLjyZ&ux5%zGU8kZqXK~K0eAN`%FW;T>v>CP(u?3?y+mDOm z-c3t*O5MO2dNx1~$8Z;Z1UsTU#uHkMflVN$oN|j@pE+C(%%td;NeO1O)MjIrr%RHX zBEWfcOu6N2*PFpOFJoWY3bLaf`tC{}2u6zfUXhs`Rw@v}$b#pnjQ zYFobC8)pr1Tq|ZWH##_7$G$i+u3rnyn1q|*#zVrG@FCGlt&P#wzxn;8!u27LxXq2c z>xb|5P~2^|j?v8q4tc+ylwHY~yE3 z;Yg+DGUYOJqd;IUEbq^hRD)WA->1thg;Z><#FIi{uF2IXS&N5tc}H2g-e?#!tN4Fw zkxpgvuMT|pKj)6;+AJDeWrtAU6gO5anwoq$fZ&s(3l${@bpMu1%t@N8DM_g!#?!AQ)Br`KQj> zYHXeA<4rURE{*+fes00poKPNeh zctB|W^5v;$NnqsbpB6qFe^@qVO%LW~o;xOtyrKt2k?hH}@N# zuiiSP)!{9POh05MGy`0gm!}fntq^I)(BJX&#nyQ{f23hn?Z|5!mA^~7JDZmV&a6d^ zIu=4I^3wGO`sL<}65#uaU9mm{^B?oaf9E1(W&R(>%tQZ|4)*bX=wQ<_xpNR8e}C?xBCaB=L?Vj z$Hw>D`R!xnC}n5T7`OBH@zGplumrrFH94VkV%l47_ z6AjL?JOok5CJR@b=%$TqX_K!rvVrj=opx-&Lrokoi~?Q2;A|MOYph2ryQYl82QaW1 zmGPM+Y0>jvlmfj5&dr`W>WxX7YiH$!=-V!G?%UdGK_)bR3<%|QQ&{9mi)QDWP3K3C zdj-N3*{1Wm6yUQ0LV{PQ=eXFPCg!}!tHTw$>*iX^CR&*2(zCWF{EdPla173(Ych~+ z>_iku&+UNBds#>&>-gMXy(o>CfF&NuJ;FnDpLc*x{qj<~A6Vepx2OI(0GrV|j?Kn( zARe9a)IiN9VP<#-B|vcntVa7ECN6zIWHG&0H;AJTJ(km{t4lx7MEB8cHoIrBJ~d>? z)3S#)05$6?3}~CPq*>UW)}@80tZ_m!IE7Rio39nt!?3kxhTtP^@(Zv~uyGV{nw1}l z^vvKelG(#7F!f7P-D~*=!!Jyr!^rtbT=jq4iiPKvy{Zq4qwX4$;gj?yt)q#yioQghu1mI8`leVKEwNteWlI#&Lm z_Bh+*bwtp&Yh7LHcfLsh6Y?wRJ6oX!3;mm-xIwA2+f3}I{=WFA#oHN9ozyteIh0+vJT#ETe~&t|0fU@a2XZ-YB}wjmHdghBL#xgEk=I@Z+Q%ycGO* z&EctCy8a^4up%#kCIIAHEydq*ZY@(nIjT21GX$O)Vsjldyr2ZH_j;(g}N)cYg&%xx0?1zUMxs5%%Lh?7v>z&QeMsP54)vaqFEGsHem+`FZ zfyZ*g6fz6fPA?|986rxOJ|~rdCrNFHsZLMNm;i;)O!HWw(u}&(c#=lT7CQEJF47+X zN~YSH5c0xPCzgV{D4I|cJ*6V+z1Kk$H5%t*T>cR3ip4yN;0$>W7MtGN_>sAQY#^~i z>#N5RE`y62(VtRPVQU5rp8yU@ecb8G1eTt<)uy@b4q4%S$ss{ z88bJ!!djv5l~=Rk9SW2iV&QpHSYzvBszC9ErZC3ltJ*cI%-(E9^g6X4 zL7ntO3}4?*S=?s^c9>ge-d^A&cuhk1$%0-lO92mRw_HyBbh^)`5V=}idS`XzOE=L+ zEQGbPtF_@-j56J)m;FkM{PE|!F!!QZ#kTuTKJk0})ZcregWmBl0oGe`)%u)J%gnT# zy8AkbDc311L9k4C4)uk=Yw{w`BoOt3K|JucY`rz5#^sLMJ%5v_G?FtGHlujnGokRf z7mftp_AjfHxhSD+VIq0w2Z(bCOTt}+Ngx}6#^X{z;JX&=h<@5Kw;3?AkK5%jv(rO2 zy2D6?%}(<$qn53=9@$Mq2xc>}YxcOpglM9pjJsr2AFaajNT8Ct9?Cq|Z8gvtF)mo0 zE-=dlh-nkj*$fe`_FV{3dJBg;aA{x!Jw?yHfAJF?P#(eJ0LZ{Sf4ia0mcyQ(N(72u z+N8LthY1OM|DO+Lwjj@KpepCp(jW0_EB@Cu^7RU&5N!jVd$gt(Ex86-{W7<73wM{= z#c&@4HXmqji^)e1_vwOewTi7T@{+dzu6X`X>vA#sL81AK9(Xqs6Y_sSI>*WWJ znhI#sFDr-=Mn_3k$#+@oe~-qR#mC8jW>TKd54>NlIicRcuJb*(^qtP)bz~xTJH+Ae zGcSGWZU%VWlkeoFp6L+%trNU0n6b1H^D zM)Hf2Lv(`*I&5-M8Y_{uab5pS9xmK9BLFEwNZ|?gS4N4%#Spb!xd0`(Sz3NK^)9Z z+vv-%6cK$tvhxjtYQO;hpAsX-f5($$Vf&x31g(h}YIgX4u!K(#HIj2UmQD;kCIJ^9 z4|Jos>i|>M$j={>$9#!072}sH?M=%@e5&yMgWI_IqnpU~(MNe5p2DB|`?sFQGyb!u zo$r^MiJooxp6_CMMG=VW`|nl`(oUF^ionMe-R&0sokEs4-HogArs;oU>@AKV=-=W=->ACLAhmI zRX9~%6*v;}ACDj2w4?IGFf>&F7)d-%qJGb}N!pwM6bu>f#^lku(4RFq+?i-tB@sWq zZb)KPl&uVs@-nK%@+&C3Cvj{W^@0b5jqb7bD&LAYZXLlznK}0kx?@{eN8rycN|^HT zNOw}+l$Qk4$r;mu<&yf$w-keLPjA3)j}aui^7{Is(|R_oZmLQvOB>#DhQqlk}@ z0`|__W8&#Yc078oR*nkFzY@JyizWsj#Mt4QUbv2|VrZIOTXJ{YWS)jV#LHt)Z3ZK- zW|yRBoy}VXde1nTALLiEH-x``GkDsk ztNGJ}sTDyfXhdm^_yyh1SgD2_s^?j!HuBxDMtSmXDMmLHAIv7l#i`vAS!}5(xMs@k zVEQl<++gFdbWEE&KJP)*1y7nK^nIfWLIR+XFc=C!fpIE6T~uvn7GrkeavVB^@Jm=@ zdCz-MEWe#-e075r?Zv7-rlfw8S8Q+66fdSL%riC1oFP>|u*+s0X#&5H*507FFZNHY zqPUMu7h5q!oh8EtNCjV!ms*Uv(9$A0wf>tKx>)ZA%pO1D8)_p5sf@%D>)PKW?ENyvo2_t0jlsOk5Md5|hEpx|=3oPbxg!&^vhK`xvH~wV z*7(OA>)d>Ta;d$0A)U(q#Y8zB5&_G>#DN_-I@W0?6G9L$fQ) zk7IhQLxIzWrYW}Gv*r-E4_lwu|4T8CvMH#43&V*_;}IZgRF>!Q-F>?c#iKW-SpZ~3 z^u9cKNg0(Sq|XZUWO>Bt$QNU?f3Zb0^2rVR)|KS_XN;$$``vi|(HTIjgW>!Sr>gZ1 zn}83h^#S`JEQJNai)3$!DatPKrzSb_PY9~-$X2fqS!K2M};4YWKV5e(Mpiz$Qr~_oiWTo*~ zcnFTRjpB7d-fB(Pu@W)5bN(??kPiUwSh?sXEaDqUBaiN`aj#k9$gD0qZDDh@YT~7M z>EslgAN8&%+JJcmVq`w3Vav+W4H@MlpR5{e(B?dUYhBDL9pE3|Xf{ScjJvjVEKRK| zYM2D?LT9==j}MbA?QqyQ5DA8#;;uN|H3W^tTzyQY0NQ)Kc$qi4OT-6%&)Gv1_x`DI z9{~o0Hu*wAjf~!5v)XAAxv9a>xrxcN1;;~LWw_*M)_K?oY3@$NNHO+8vO4!=8&}lX zb|KDE<#}Vssf5`1hr>B=I(t;OiXt+muqsdGm$#@#O=tB`*t}7PAe8A@0XO?XmyWII0>3N zTzj)hw%}Gs`W&N6;wD!h&$S0VUNy z-Pn$Rj2P@%C_^BlcA;uAMHhA@Sb4nujy9}O1^LKbZ!5@nf}`NFCjpWK!!yC$ z++vL8AwScJyOQMMI*x`su{>aM|9(GlAWw^8JzvSou&FEphETSks_%-?2ad!!Hn zVL5gaDe1A#Wn20!Uj7*h4ZBU^aGtw|E(n@@p98RB0A{iLyt?+bD>NhV<5s{y__1{1 zC3ADb2SXu<^*`86A8>-DTSUtblDZ{;k-04&E{)fAjPN`h2$CcYK}O*)A;OQg5P8#+4hQlY1FlC0A*8FxMHcAu2&;n)s=># zPpT?bz@|i1^~mgV{8l2JK^iZBVE?Y}vDE6?&np-8pNv#cCkr5uE>90fa|>ru-5h5@H1ng@}$J-2dE^!3KaXwjRZgh(f_od(KL)-3 z4xP%$!tnoAlSA4Q)rbF=id8M1|F4>)yCxDK6L0}}q#Gq#O3F}0d-%y1t*7{ld^B=3 z4VotAs=8J`II_1l;Qskti;(bbijOq!d;D)Fb+!Ol$njn2@%88Aw5 zd9P{eWK}inOcB<%@B#T zVQXB}X%`h$u+rP$5tOyH$mm5<%U`=03*BOG2|rE&n1UBFbd2?f^bHO8HzwCzHH|p| z%vQ`ag9`4f$Xe#HTEnCAb`@7y^RHdI2QRGxxZz+cfOaUBL%q*r%0V{);s}A+(8pXYifR|j)WvvM_AjLxhV0J zuUT`z5sd%)YoI#hoK=BFcnD!%11Y+V%rJ6YI$l?x=Zf-1}gUNWmyUa3`+jXzdk~aA+HzAJ#j&FrtRGtZ@muNkY6}MJ$J&`)Wd><+J6`0 zGOK^6TO<%l=x2_odSDq|rigABB4D1^5JAl&43>{RdS7qN5!Y2Juq0 zvIjBC74!i?CNUf)GmMj*po5Z4(zT{e*abKUmYQl>V$ zR+p#~Xo=R+_G}st${1gpKrALK{}7A~vp^DUp`LnuvHYXL!|0_Qi>g<*o35^TXwhN^ zm2Exrfz^Hc4qG$Kd3Z_#h-2`a6n~GX)h#9+9E{3AZblyLqClb|dDDcl4bEBC^XO*j<~o}od@&8#hkugKr0)Gq?%uloJQc_Z46%X zRwe_N@q>6wzMrgAr*IHeSut0!kt83K3+k>@PzMaz13|5N?)z4`mEnAROT z3z*5yo_Q8#p*w_IsuQmb?v6*Nho_F#yRjPsA-bY#8r@OqVWEw$sU-xeuvtXmVzRaOapsy3mVl=HZ44gBJbH6fJ&$ z*rK{tcvQkZd%{*0Fgm(u)jb$&inpJ&M>gM(BEg*~3+7iuYc~DT!C9#4(Z_`rmE|PQ z#GhnS{#A{u#d30L|NG133iz=9R1@$}h-Mh(+A0`3%&R#CkuJ${8u^4Fg?PDjG9`CJ zdUIg101qt23Aw7As=kxlnpoh3`zbw3+RoW^rqdT!!}30|r;_u1gjuI9WwEs-&@4QU zYm&#CB_#2HI9C= z(psVZ;sE8>(P$x?`+X{fv0v45FlP!a3YGHwy$rvlW^tN4ZNp0uIGc;Q%nkw&Q7%k_ zd$;lj)DOlND0+4rNu*o|pu_#FcPKfO!;Habk=MyhFNO+xdhmv}V8fjWkZb60ruUj<>6uf6*jIoVQRiob z%!m~erObr{wuB0oS>#ZVITTE(QDu3QQ9Pr#Ulb{VFFvcU=st91LUIOS78-9J+ie5w zvs8aRpH7j&>cwzUjSO+f zgO{tgnyO}8S&Oc@AMua9>Be3vNrkR@a)-G3zY_c6NWLUl657-nA(1%`1)QmL0#i zjrfTF&$Xhp!iJDlJfW`d#Qo2e0DlFp?!n<7V{Kb9|%>OxE~9B```6GrXaX-SvpfYm^CHYn}O%uX#1zT zB0AY>xQDW~?vsyI-=_tq5Nj4oiRZVx$AH>n=*V^LG3`CR6QxlsL7hXqQd`@XKZ3A1E;D$>8p7D>z_R40R zG~W#q%yDPqkXv&+bL!YIp|q^-uZstKq~{7H1J@m}Dz+Bt{suyF+v&WtUXS@$=KPru z)h@yIastQ;sU5d)Tg&XD6?22rjF!t1e9$6@Nm9d)QrE4Wbn*Tts>TfnD^5fi$2^`@ zHSmUnaK`Oj-65%FI!Nrc4qad%f-5}{YB)ORTvFG`f9t&lY2FD#mt_no^Rb@KV})G{ zygcejQ{)4tzb3 z*S{a*)L?l^MvpNm!64}53hAbI4=CzcIwkC|oiKbi3kEq^{el`L*W*$4%3zFg5jvmM zbMhUSrE*;3BPF%48P)F6L0a~j5Q46w*mJ#}^k^P}pbN4m|n ztW-7&dGQzi&_tLzCh)5G{>6OmiwWu;|)3# zkcb<@hHUeDTveQ}s4$ujQ5TuuY@IaibCIoYJFTNv8-UgN#y8nH1Vs{^`2^?EmyP)7au@05`U6)_Y@QVoG_B-s%t?P#8F&UIdQJvxcY!lHnk+^+q7Bk@s zc3FFzu>0ugY_eXzHW&b{-+tYiP@p-Ny2_GP)-<^)a{cE$f)a zE!-LVW9;iLmsykLp2|(EaPdf6f3te{uzZg7q$v*nV|>wNjQJ&j4(1nG9W`xsiv6|; zEW}^C8R2yS!>P4>=e>z4l{k2xEK0S9e3q9~xBEMeNy~Oe`3Kf~yhf6}<)-H+2LgVQ z8Wy21i~_f5vs)+)7vj+zadYdgm+_a}7jiX^#wX~s#vrcB1 z#yM~K=#+(-$_`P27gYXQQ!66=gHe3d+Zo?9F&ngVs$*}2ABdA@L(Dyv`+y$g@p*6-woh<3N+kB0h-W~d%(7}j#s89|dTjB@ZV2m`Sp1%kxJ} zlkiQr_)d4?VS?{@wX#q@J&edFqUqy_zZ>=XRGkLO2F%BaPBQb8b8@@h_w))&YE?uP zu}$S&vDnnJMy_p*$8r~#m@k%3o@70t>2vwz_~XzTN`?tfcTAzsyd5#J^$f@WUUZ_n zhu*WyyCTKR`LTEleIYkySXccoxe@*~TiWq0${Eg;OfS(m%0jjR+)nJj!rb9Dw+d8IZ5i)(pHOz=js z#!=uH#FRtF+p;jZ0nAU&EBstN=Z9@YLD0(aq{H6K1v3dLx@;Ys9fp5owp`1Jfa!YG z=aRo$@O?3`2yWNh(a}(=xMb-68s-gJtnOtt0oAFWfQ|*I93MkCBP}M| z3d1Wt0;K^6{bg6atkVkR9#Vg@M9lTpd?YN~6kdfY{qDEf^Ko)3ZP_WdDtuXS-&y)r z^|S%i($3T`V9P3Nndr|ZKW6E+l3;4BMrMk-P3{GGW7=D0ehh0)o!5(#BZO<5D>~7j zONS;oDB>2y4kI8|@K9iO?yrU=6IBbx(2g9r%QHFo+YP_{Lq5f<+k1@5x%_CRek&Vo z=b_&}Qh-F%VX>guG{X+fJi`O^i_rF~<0a_8A!^ubv*5!G`f9}D^Fs7yuv zjxZ087=mnWJQi`X9rqfhx88eGOv^;+v`%MKIXMv_XA$!x^H6I|y5$Pu*gJy)Jz>hM zOWic`js|HI9t#b9K-1H%&!L4EqQN*$T!ulWJbqtjW6H)W3NAXqDk79n4Di36(xEWq!>9IN1b6gS$>-t1x`a11^P~=Nx8)gIAqqFPgA-FwqlX*AuJ1? zMX!51VMA32U$5c|@XaM`%1-km%8-0{xx-_{@7Il=Uw=^gO#f2~dXWZlVP5d>Tl1*stFMFo?oZ^=mF>@&`p<*<+n4p*oAcYFChbT2pW2Cw4}+ug%jQj**Bujg z?@u4}{%fI9*B=mi_M${zgU1QD=G)LmfUpngC)%r&n*oW>{5SU(A~5`q=fh4&&sw5> zBMSZQHAlja)x|zXAXh)+tu1G7%bjE@XH=4{xtAAyzmzsS74funxPvozM@osV^3i&{ z>h~>)S<>V5g{fwMwu$H4!BfjoGu6oz^;SFe=(F>&@c`*1ND@?WL||m=c`lhXT=9g& zQ9VTfv=lq})C8=udL(nm9filMee)!|`9=QRbDLm5<6c7NN;D+0=)(2ZFvoZF!mF$X zwHfXgEe2^=acsU5vMW6r+IG9cRy1!@bqWtWEFBsfkC`&f_E}VQ2-^B}DYsK~%)LVg z$<}Qd!e~9Uv+tLOJu2Oq_%eL@;H;7+jKp5q_K0P!yxwgtptQh4V0%Pw{j#I4Jq#|c z$u5>f$&>-IX8>z%0*@uE9Q|IvkZ?2r?xgbJ@teCD_Z|0z)rL8d=UQ~l8EgLR58aek zwZ4qPh{(d7fCUnr9Krk_@GiXb21U@Is%J&J1upPh?=?S6+<_J2fl$u;2h+_U7#hBTdE8;d&X#U>|3OTgchUdlE6#t@6sb zm>)$GJ)0q?XEo_$@O0!^KBpZ-mWAyLf*XHb!I!)l=l5K+l5G_i*Hb7q5R86_xFEl_ zEOWmL(rJdx7P4pAHCputh=|B)^+}6hua;7R<9;Ei=X7*bX5m2w>&a%0d#{Iz zPmbo>;z{WHm|zw#`8dCDQx=BGT>s7ZB722d!INJwFy^%6X++-2DJ3@}o5c6uxL!5; z2>$F0qjPJ7PQ870c(@M<{<#bn8grQjRc&EW&Nuol6L84sPHrP0 z@JpHe%nXm#{K_{oc>7rdO8V8@6geT7I!Znj=16fKeiRnNni+ruKoD1j)wVM*4j3TM zb--ObhzbRYo%FlM(h|2f$exQc!%yp58K)c8giDYd_r|ZqQ%R_GFs~s6HPv^yP!cjw zq(n0FhMF^sj$4eX;(U%_4&##zA$ck{9Oi`)sDpI3nX*?Cw#HrL5Td}JvrR_Svsjdb zYbNS9Qt~$QQ!|S{DExQ#FvlOx;f-J{ z6h55Hdm`THLL{N29h+W*2Dv6ssby0kE_=@#ppeC>GRR|SAwVSSsp-@P&q`Di%*NHa zG%!klb?>;YVFq&mC5%C)Q#9G`U;IW5Q*+pLQ+)_bc`|zmNl8m?DpjVon2#Jx)Q4*t z)9`i!lohbNU_XqX(VApmQFV3{KBzNJL_m6^YW`8VA@9j&_^!kI-hq6hSz243>wFx} zpNTq&4wst&oOMQS$g5}f2iW>a-z32N`F`rC(!{LyQqLS7_Vd+TBSCykMYCzp=yP$x zbFHe0(@2W>cVuBdMDOl%F{Zz*y+f(Jl6s&7m4Z;$$D*MbcsJzXW`cg$LNiz60O-(N zhpd_I-(sM}$2LB1Hj=0;?ch*a{|W(XK!#Sh9u#2cw%>E*uDlX;q9$)V}8&Fsz(Pt)rT^$ z+SLdP>%WbHFEI(8D|WjwN8dS=`cy>NA31Col4Ib`N)h$}7xJ|t0CtUDZ{Uly_!iIK zI**1xwu<%Cr8>Aogo5gb@O4VRw`RDEzlxu&thJQj9l+lY|OK3%b(6NXG<3@(-wPYP;a$xWO>-9W6RE@N8 zC8yI3gK2V{(@tihvuox?WC0#<6&-v6HSo16%r}EijTMg(>z-H!x;io+Om5Mk>^!@L zI5>={)r_gN4Ski}$`XPfjWfhaf1+8y%#2riknp6NxYQXlvlA3J#Hx2Lw?wTuo|^-v zNb7etI*es8Da%o&>9jPHHdw@}Ybylvj~|$NQ44E)RHA@A<}6Dxzdkw64i>ve_P-^P z4W89B)Od@}tKFUm=PdCr;7`XS7bkR!vSL{b-JU}9!_Mj+Uzllu#H8hLjFVgA+hc3^ z?v;PCPhT45b@i`2h=l54M4H&jH6Mw1#L$guh-<6tKH$~&qQz0cJq5a&A&uD#ztWOw z@~Uq2JZfq=HM!gFuPYK&u{3Pd!k5bTbpa1Y7+W*y%V->6vcsT;wnNUpKIi)1&=M>`AI<-#@Y}ibSMadF=qJPW97sDjhf+ zcm&C(tJsY8v0M2qo}i!m=eM2P4gP@({-+cCmLA_tpLfk2wK^`lme`Xi%DpXz4sJ;P zt1H8gD_NW@H#B96{r}AD406fKqxK_;0Tky zkXq;2Rp6}(AJa;rj^6a1=K7s64_(icp9(73de8AHdydE+o-_gf;A zVJhQX`XCZn{;FW`!dWe$1k=aUxuIA&s9CRql-m#9>@5D^LX7cj)Ap0&8{j;I zuZoba8HHw&k5~0MqRs@4J7 zF$xw6!TnpdIkXlfhAo{#8IeGD9$6x~P!%@QrE^NRl!l^_Dl)svu7G8q@U@==RH$I2 zjnm^Ty+o4lXo-~ZwjRi;G+84Gt!#~*Tk8b_2m3O>rk%S&Qie%b>Dr_fN}4LP#7pJ$ z&V%$1<8namV)i&tCHtu#g9QVh0>|0t``|?~!#;a=JcoZMoPvURs9=c8&2&1o3j|UG z`$U!bgks@EtMOfsImgCzWyvFEhP_Jtn6}Czaf?@zA_Sw%2tS=*!W(PIQu~B#wk?hvCZC)LG&_cM!4Ris~YUV`Y?k73I~NM;7j0wdHL7!M@D@^l>eH& z?}Ku6Q60JF@!Ii_-1TjQM!F)GsX0E3p%~)OYDX7|H3bQH;c*q5IRx;r5(O=qEc@Ga zgoHN;&HGxh0%#c5&mO7jF4kE@g=h*4BCM53BBXM<7m+NH1K9(v12&{HkXz#Hc4Nm- zanA0o?Fy^1%8qVR6URR`27Ii?>lWmBQU-T`lpwb>kI}i@l-C)ekp7L=4Ml0_Z|zghxn-x`OC#(^CKZjGIAG)zF=~a zAq_($&)T1O_zsi-+0NfQ!-SoiK-arv$Y0{@hT*#hFuU{sE7bv{(j*{O->P8kY4W3E zGU1FQeR7K(G{y50tmCJ2CKd`{Ee#hDS?&_AuWQgRzjdBv3RVV!?7+l8*b|5$klF5< zs&;wTo*SoU!;u7$@WVED@aHkREWOJs7VfXSOY=uU+!iHO`nE*poHKF={YQ@VZGzvS zZhMxxmo2?xGgit3jyHOy7M>{UPZEEAp|ndcy~2OsyKXHX3v^07&Oc=a=6t-YP*a)H zl5w5Dak|9HV=I9DWH$6$q6Uzdli4rwq{+?jSl73b&JtE(M7;vaEe-KX6SZQPE8n5W zIK)m${ga{^3d7iEG-%m2+UGnE{S9XSmVb*AH9{F;eTYMNWO~NCzFaBukHDWQ?EFH~ zv%y@xMg@F|cGnPAEuHBULY`;Qd>~!vSREd`z=d*7GOV_F_v2rgeHe5fdPhXJnpmAw z$cLjK7$}uC7`f@-$l0bSpTs{SrhQfs+`CLcN-1)j(rQg;-eSCvv&?6oJD2abP1oc; zt@zqZ6IhrJHX3mZiZOLjJ+oRK*r6^r{f>j$#DVD2H=k*7`{#3I&Fy;JT#sggkPM4; zH}(d4m6O;WI&JLT)%3f=;&e)7^KUnNr<(fY0<2$B$C2GlB9PTHV@?Y zju5HV@w9wms+f~rU4ia#`dui14>VY<+_Epvi7n2b_1hj1sEX)v)44<3yWNAAW1 zjMM_3xbfD)(2RRtw;VNi_r%AiY-)>JkWfEV#Ff;$lLApw;ZYP{^OUwQspA_3S4i}+8Ih>iqGF=lF{BDz;TptfMeSC%`U!FFCF{bNa^;y6W3`7eR4J=90;$=ZPTAHH9X$Ny3M{db314)*_J$xZ(g zfA^edJ+o>rkQpRVnGo#0I7SwMn_v$NVFTVJov@25L=Ee%V7?S6J#WI(i5F7PQlzjx2C zx0!Zr?zGI#-7m^^XOE%MPWW5Zt3>4I*PkncwRhh=A&*Kmudq%#R;Zd`RGJ>n9s>Iw zZpC3QcD|#Zt#P@85qJsIMP?(YqikMQd`j}0Gu?`vO5Zw3oc+GElWi$($fpKO4?deD z7g#_Ad5GXDpCEwqznvw)54i7Wz%!TDHhQ=m#b8F4%qo^WE(M+^eb#YjLsbaF#KQIA zGvc{dM=NB@_Rv7O-e##$B_pk^mHXnW&_ItWC2ui>8676LC6hKi0Ifh52#_Q5Q)=3o zr&~xmm3CzUn+=ptEWbu-So7v9XT9gIpm0RNpt);|37yYoi&p%Bo%_sntBCK4=AvW$ zs(=10Z*Z_wI~S{73}(u?_N$$YmLGkd^7W>S71Az9(bQjQ)~cBd-EdCAfbOw-PagNeAT0%Z=$4AM96D9 z61EZ)DLkr!3>AbmChp4tOO|sTMYbS1ebH}7Jy-iR89qf=zec9X0l5j6c7XZ=by#^P^v zu{w5*!?j)NZ^2TNg);7IZ1K7S0*cZJrF2^p2Z|_YY#Gs`=VZD@OEBv@ZdV-x9>$|z z6?GJv#>PyugMuU$#UTl5mnZvf1>cS z7eSF~dCltJ6{phT)RDZeSS>w@kzm!*^b1sK$8iMIf=2E6+S93y5UUobMz2I`xg`!M zHV4&pT(m7)9JOVx-nXk>^Q(qE*gf(9q_OUZF1OI$OYpy{tDaG)yyLw-!>gDis4MK zH!KetkX2;{!BO=jwLgoO{k@+-WbK?ysZNCc%6Jk5nyUijLFBulJp|5~CLR&cJKSa0 z4@g1BE^@EuxWV;H=xnSJ;#MYr|2E>8MI(0M zG?dd1avlW6@_rVNAr?|Q?dK8-1*4>yPC#^L`pk;}Tbfs1<>?*Nv9!{g+(Dq1Oy@&G zOo&%%jBCqVMo0?mLy`;U-tY`%XXm{fvD(DF)+9zy9;L6*K&I4VLA-<71MbbT!Cdk2 zJ2pFHh}&A>)jC?jm#pHW@#PdMpaxV5GqtId{)Fh79z>$H&Z56#uBq%t3%FE?ohC}S zIr9pm<0k?NVQqo^&R2XI^)MEwq}d1w#G=gLV|{T?kTU=jbWAP%EqIh^~kU%PpXe$Nw!Emk~Rz z)W_q+&jJ!_{7mSrg)vHHeY4#t=&5sA1$rbGr6J+SXCY6e6llC_8Eu_)^ZFj8%~(LAPJt4ul($2~sp$@nfLn}-=7$E) z72$}?rRWsdF5a00s{MqPesrEcT?*&ge1mtn1(=a&Kjh*B*P}vFmp4o~g)j}J)A+p@ za|tKolT|#{Yn2ulWwdQKlwS)snirgf4&9N(f@|V=C{DP=OQJPgHEP_tP(wbsu5v)* zj%7`a#k$<$t0K=_-J|J*zDbplNy>r&T}1pzvtEC_G6i}NZQl0w0xObA5);G{ZB4{- z>1jWAPM_oBMOgp^HN;D2?;_++p&G%cqY*AY!fAaysl3Wc>$Op5Qc$9HpmPK)A=I4? zD49D-(%2BeN3;qZT!|6x(jrXHK%hi2Y?RmZn9}~+C{$E`5L=(|XlhC{Q^~a?XR?o? zJf^`oqKmN(kg4>SC(6GDFRT|L_)jCy2CUCFl_WZW_^SIs`>~igu?Pm(PUv4&_Vn|Z zA}y6e$rWp&0^haGDpXlKyvxR3KJ0ji5lX>=LNMF6)>=%4qH?Zc$NT@dpqQRI;D(+( z;@RJur!L4?Rbh#bw3~^wxgx%?ASKQNv9js9P_koHQ>OK7lF&v{8cZIq)JRFy&Y(un zO}>g=(BsXp7M=T?){4uI$93oOLNV8BYCMMM)#)&`qfuiCmhMO_pl-`&dLM^UV|q5shhENup7Gn=Jb$IT^60E(? zs0sd6+v6+n?YFP@d7uYBGd;)ID^W*XC{7Ifi3jOT|;N{`~H!M$wfi@%FvjgOEj_0`G7gY(DqD8 zd~uu~Sn(Cum<|Ml^`{)1!Z zLggz(*)LhTkE^iv;zH*)r+~d4srXvOi82D)xSP?fQzI*(<+Ma=hgSN`Fy2;|os=G} z<=jY0n=(o+#m!V}1~CI)_^U zg#L@V4tw?-n!Lm-*59Q({}-77@!p1f!N^swC3 zV6u?lTWy}{4_g64lkkWw#`R99kurybIW_L+@_13wcM7~IfPlP(ht!qw1M$*ZsiC2V z7q;v@|Ni}!RlRUG`{NU+8_c%iIF779HS1DK4A|1dZ({B?dos zI2JXqRb2(;mSIR-jXO{Z;mSdyMa>7LP@t$am_DIkOnz$6@xTsrS-nX2OglYfs-EIz zf*mQw%oD0C+1DIVcOK}sNki=h%r(MK6sw$RS4691jh}%auhnt0xMYdf*J(_ zx_sy<;n#i1pM*zP*sIX|JgyO*sY@C%H9p-4lja@{%*7jhb(EZ+DYne<4T*Fm?dMIV z!&@TG^u$q=?J8K!U`-vd2z#PL?6bn74Q2R6QyPU8lTyuPQ7^qlfp~Bf;!-vY1rvz{ zP_Vf9XP!R^lNBu3ie$Kzb|U7XM1V3K$>tFYf1NZe;QtMW0);!RALFH7eFuUgR>7ef z^@t5^Z`uXfz+**4Us^*$bGA&YruKqZ*m!yD8NkhfenpX?vo8BP8ExP+#N(7+LkASy zh5|oqNvgHf+Rr~kE$10#>}=<3ZRK#+WGB|plHy6#764|4i%(}0QrNEqHf2-R%*l1J zV53&CP~t2!(GE+j4NDYD^4=3A8M_=k+Wno2*0kGc^G80v)@Fh?Ys+;wdo~9pCr9af zZT)OTC}OE(PO0&t?9R~D{un<1X3uK01|tAXD$Wd1HPDj*mZugLDM{-|w=DgO69&en zaqM~%(Ugx!r>=Nh7?KQhP=Q35;a(&GiR*1iKvB;TS zkBug_Y8C7MT;uYv5y;iWQ2jq!b11m*MELPdAji~Xm&BId=nJhzU<}5@37~ZzhLf7e zv>OC$Z8+{o;_nj=tUP04@f8bXzfxP`JaMN<9pN!K!CbhUkIDL9%$xl~Qui!k8(3yq zOMXYDUXN{~lCTk>ElWkQCQ5T;#R|LfvNq7sdrL76*t#!r*~SQTN;5W)%iHH(vZ5s*zAyeBZt@HegeHn1^9O65b6^U_p27~Z zLsDtERnEgaFhoW`$7GBd?Zd{C$@II9m{0`=pdUVGD>}&Y-HRlb)L#ROs$v;6U`pJl?|gorB6ls|`E!-FZ^`3NF8s;;K@4a{gvN$2;;vMm1I2AW@)N}~9u zhksLc;MtKZKM#=tV!04g(+v?mXD3=a)(uSxWxa#1pb)k^ko}Ug#-<49dt1{)$fqiW z73zFic@@rX4&ING zmqG?Orj@-nx__w!R+Evv5k?M%UYvzk(w4uo5dN*IPR!;B;Td>Lzkgm49J``ink{ts z(7N=+?%3A9RrG5We`hx#w{0QNRfW!z(pa(^Ev%pc3w|m&e?XmVv-!<6P3|8uZ$aR{ zaF~gKUe~#&SGsGhAiO;?f}S!gxKl45j{|7M5tb7?U;dQtwZNEqsUxLoQ=}`Me2b=X znz2_H%AT3m?@|q!+Afj#liY%POCclXp&m9cN=n;)oDz%%UDCF?E zelRswkn`izl&bLK_TS*ec{BUOe=zwtnE$)M3r;q+|1H<1b!BSETmMI{xdj!B?IK`& z4FsC^@qq?ddj6vki&L;WzDKfx5s=bTmTYt-J@RdhTz>x@j)Hl*e9mmUy^-3a5AFSU zdc3|lz5e^C`}zF5VJPG%^hxiS;{|^7^xB0xgOJwR32G73<9GG#>r}&W3^gzrj(w~b z_FQ*3Yjdn8`bsExr8+G_R*tV?kl zdq%)FI4;2NYo8JbW6}-Z-z9llK^pq=fU-a!ib9ay9zUP6!<^xaGRM4=kJh|9y_xiO zh1n3T?C{5KB*@+vIY^ozuW!CS?@YGL<$yE&y=v+{j#M+EwxO4*8aa%4lrCX^=GXej zMt!;Y5Uw(^XP_C2V8F~1`&f<+z%tC5DcfSj6w?gfreMHrL#JWYdK1={0`&8tk#ZXn z57@-Y{lmG6`cGR#*{47Nr?c46evOEb6NG;vZERt0dNsWS;Tq3Tm^~e)Us!3#zY>0g zIWPu?ES(=bAByya6&yrdkxc86eh+ZD1YZj1d6iOOvV6fIV0%sCH*4f4Cq#N64J+jL ziY=;G1V6R;g&a8fC{6S%%~i^LZ!F<#7B}`zQ8@RXMW{TA)%B*5?{A*OL(*syz%SVw zD|-tag`ja~C~1-{k$gEY?!_$)aZ=`{JVjz?35Xe}0iKG;L99*8WwnFrZ7#|NoTZWb z{e4aT>?o}7R(6O`&fCGQ&mgVxVt?ZM#s0-k?D_>I1c z3Z>JcMBcJNR8Vg_{@p6yJY0wVF7=DuR z=%a8xhN?cehW1&W^g{|cp4wwVHqzdgi(aMl(@D5Z3Qs#U=MsjB1{IZ?dKL~S^mAS?^%r-Hpt`A-rfxJJp>%qjtXyA-j z5pHOE1!s}mK9Hy?jf{8BD^JFq+SUpuU70K!5e-Zp?OHTYcwxAVuE`P*`9nAvEpTou z4593=$`3|M92^#%{;_Nu2pnp%2Kt8y4ytQh?3&zM{XF(FTc(eSUwvE+LDUBW;(QN5 zT~En`yROh}SrEQfRU^zb8K2|)0n4N7(4n?1Td0XmW>irX8zrqKou4^>!DE^}?sR0^ zf_YM+JL%IqC`^oAJ*;5WzMkYa8w0O%*aBJPSn2+r1v1gm*UgD81}o7Mwlzc{NzoEX zbHm;y6Jt564hc|zSbkM(->oo8M@Mr(}EX20K<2Wva-3CMwKr7B5{JL%lNL z4j7url-Sg@D3fF!b))LE%EViYb^`{Z6{+f*z!{=T^^s#`)HXZD@X5Mp^7lc^=jF*s z7AcXUqys5fyye9IJ#OQ^yVs4Ee_IcT>W!q@csn4FNjdzcPQ^v!Amd#PYBPTz2PkxN z0*fsOdnC4d@LXW;D=D7z(APZiTAw9|GIj_koaa0OV?$(6K#r=HMM+dfR5F{?KCB_!Vll@z0&S z0j;jU>S9AbC}y<=ZBwr)RCuEKE02Y&79HcUU|gP~)5Qf8=|fJMsW^#lE80cay+%N_ zN33EXXvOn4Z4?c10Ns2kFO(yST?aQCgQES{PDf$@s$}cqt0i*H23aI*0acz(#-h z%VZBzOR$@1!5Bc#gU%kcsAa2-36k?vYr$}zpvj(jJHfz}Nb(?k*t3i@;Q3s4qPUI?{FVyKq+F0p`}&)_lG7T@8sm@Zgge9W4Vl^l1& z2yCBvUPr}H>f}jA(V{=JJrJ7DeXfMs>F6bj*+2PQmvH+G9zbLjWu34(CPY!;n;i?AMp|#;YMQBv~RH8GA@sCmuRRW?Q9aTrF^aWb%FCAiWR##!JWX?W!^5rBbURYKwi^`6YKl2c zwV@f7EfX=B=_X{aeI!NJWv@HYN)yKfvRhPLPGK_1uc#duG@BCGH$Gfu{p&#cQWWVd zVrjLG)d^#BsMN4D?boO>na|9>j9m)b^t{fvYI}t%Z;qw0e=`y1 z%(Ik3I9^{UpmvH&gV3|rwhkrCz&LDxUFg!SqAO5rSvvvY0aU1U{E_W}X%St`AcGLj*PXZd&}eeIDqMNR&JKu=6kl(v z(eCpweAD3w!{X{gaxOXxMMh!jH8)h5co2Ve%xyIUJokx}&`b1@9txoEj`$RWxKA|g zG(b~ls>OrDCik0A1Qj&Y#&y;gC{JIjB1}c9(6YQ4!duze2A8%RD^VXu0hM1tJXt#`Cnp$awMA-}0vdjg5$e zhd{ac9{lXrQ=Egwn6x=N_N8s2DLH2Fib=ZV$=K#25F{(QPtarW;Eo74CjD-mNO##i7 z_S!Fx;BTdqEU!&CdDBK&XDN7ex=s{$0%;`@*gkiNqe9PV)_%j-IX;HI<}SKfu|ebX zS0I6b4!+d1H{D6vG4+9%^N&jj|DPVC1=JW-(5gBi2PWusJk)P6RtMP zwXVN4(DL<==^K=~U(EJD2~w8-E(pTR@qgOBr~iKtWa%;l= z_3`esv8!sqrcck{8keCWb@XzwqKgF zRf-}SgmTaIY`rCbpQ=w)zBO~tTCKXLn(5Ia3;TsMG;HGvudyjC+T{rNPWF}2KtbW-+##}J(IZc7zn8wzWmUDsSxf9P}{=t4_gTZB$z2w zz|bf48Tb&x-^1Bdzg_zaF*WQn@<$C&)^z0Hrm{ znT_G!>6bV!;h#7& zEPMAW4or6KqV1&f>IcPK+MRP3x2d$yl9s)A&b~LJ6jmov5aHY3(V{fa@3> zQV+Qih^|qy3ZsTHOPdDO>kiKvjFti}41jskAcC@H?IfMT%g>k{R~2>~s}`ekXg5F! zmJeyg%sp_p{2cdWnC?LS&)YZ-(-X2k=En)~TGPm7HYu;C32a;F&j}5F_*_9-uttk~ z%1#_jeNwiZ9pH*A7zZgs(TjYA^?2o+r;B>M+M%+HBXJTa2@Q&AKMS?hHP@@Nuqg;tJ$98U^{gZ&;)Z zO;!lH`93evA6$e*hitS^@;}L+kT@X^HLVlY0M{pyL!Rdrr?gGnIBd*G6JgA|(9pOA*jkTZ6t9UQu4`GE=Kz%ZIO zaeQ~ZX|nW3(?7?iZIbrU>D(ue;x^Q%5B0=JCKjAE?OOOD=wR0Lpe{j?5g*nm<-aqR znIMx)EAd@CArEJYCb)Q!uwL5D4MdT#wNXggJR?33?_karvd$Tl${Hm4`ifDak%b$U z3N|!CD7~i46MtGJ_z&VJZExPzs6XJE-ZI%wVm2gOKkvJwZJthu;(mh>3cSih`Z4nJ z@bk2c-SOeYr*<+P(*W!l|ustexF8KmCc4QIecCl$0t&y`NzsS3c>=_;H11+vsw6a2_k^VA1>;`+o* zSDq%(>C@4~l78Lvc|D7DVTcpxLi%?#%1qS*V=VExQRvwyIJ^Acndud&g*B`>Vgy@m zevV(xB0u#v(!}NJq@!46yDJk3&w23oX%RlMNx%>Ic2a zi`JsZ&?2_B(>W0YuDbmRKPT3tP6x-))k__Dg4@0h|Fpxz|I{NKPTASm7ANfyU{R*ncYNJ&R^Ay{a0l}4uiGxIfZVk!r4)%l^nC@#Q zan_G=QpVV8I;VNzIQfA^oc21q&t^KM? zg2b6sf_ULyjG9 z55YKG2fTg|oJZ2(lRXr!6dk}=Z#w1_0D0}@lWo9wa8b`oO^UVI%P?x^4`A@+81 zDl3=R6sW61gtsYAHSSy7mk^S;59iqa{02%|ivp8Go*YSZ@8RwmO5xl%xnpCu#5$EucVPuJh{dp;hxAVUi_ z|D&Sd{BJIjEId5_=OQ_*GakFiiPC-iuV6$WX;`Dr2nlo#q#YNi8$W2po2`cQ^)1(i zsjXL(YDX2sATP&&71iA3E%9{ch6?}uJ!I1VeLVTEqxwoS;8WwvU*F$fSI{qYasmKu z;pIaw$xM-&`On@m*uLuRb#fp$zWdAM*)0S61#4GpWH_&O+uz>tKCA0F*sH(IYU?*x z^|$;%iQ%CBu=}PPaH{Ih2q}Zc?<5~z1le8rHbiA?Pzyfx;iaHDuyaFj-7MYl7O~f< z!p0=g^}sejCQ$#(59Up?@BM+#Z}T|1;Rv6!&cH>oS`kGUwf$1kYnPZNWs&YJ=e=Kb zDO+7$iNLz}i&K%TZ)b4yT!AL#5pD;Ni}|hBfMb~LVZYKvi@rTYS7A75@mCvPG1#W^ zx(yrQwQax$>%_%usr}PXO#vnK(td3ft8h3&6Weq!W%wU6mX6J|^Nw-r@pss8JC&(X z-jL^B@kX`HAP!Yd|?p%Ygc(ov#K-)oNS zFHHNL7fau7#z$gW_FI+yxAIv5m&dukFx}rBjcc0Nzq5KqoM(@p?f9xCg7`TC&E(7iOqfXSz1H5zW5w`} zIzTvzE~93zgnU>BPMs0cyydxoQWA7e5xI(|2+G7iL0VV!5f#K(*Y=R73#e$0P!MojWJr$bqC?u-+s>x6R ztdMl4Z7tXHkP`dp^{$0Dh7IKFgUX%ge-?rjWxPYJ4d6jZvf}N4n?wwcr;U`pU`?i? zL2<)VEiQ6Fwkxsfp$uz`x3~1siRhQOz(olxUwO(dnS8&&3trY9wowJKn>>vdnipa} zZ`Ofmvfs%mU0gM$)C2{Tc#Ev7+VjkeX4+l3b{H2xKuwoupf?5;fU>%JZ;HlQ3Y5Q= z-X30BS0j|9{V|13BlPEG>uWg&{^1&eHKyKZM~J?2tv2{imTN@j!>O5`e*T04G>SF# znjcnGveJp6J*^i(Cp>&WZcR9-f(|6?V~S{lr-Z&&-lz<}qT^6Tvk|q+n`nb_wc6jE=HASh z_x*1((u3hCS4Pn4_jzmNTlp_~nb?#hxmii6&tj^gf$VuCNIu=vq2=#okS&4fxJx`z zr8^TtO^Y#ox*fJF1xG}K{lSG-8Zq^^K+?dQ3ZPrJsu=tPx}IRvKqQ;-xm~}e^Q4;i z2;U4sWRM|OSRgp2Pk3;0jSCH_Qv@{LG1T%v?^m(WK5afC}e+TMEPC??+ za*l}aq#<(|hP-Znj05y%T|@k=&{yuflbWC$2=CBIfrk#nQ{-U({T~Kf{IznLMAuZ` zwe5WyKf)&RyW_{oh!3m*6O6G|02jCH&K{M5ZeCi;@6M)ar*wa!fF{zU0#!>#}4ZfBwl zcG;(Uf1YbtEtciL)>z(gs$+@oNXKy`J-YD$h*b*;)zo4 zhqor=uwmY#$K9e%_1c-?K!2G_8lz?n%$3@RvTJ=M92NGnp-&5WNCNq?>%>t^tZm_b zte$+y3}NdvYj4oU@zz08C<+@D=SB%m(%Ds>7t4uR=S=3}*4e$A3(RH!qgr-o_nYUF_s;kJ9jSz;bUdSk#(%)4mnXCjTIhYb?Z zM-KP9ZGegEjhqz7VCYj!X+jpRcHjeHt;$4N?iVPhzyZyF5(TWx|BWbMW#?x3-*>NS zolXaGKBVbqx;JPYGL=~{1Zeop_C5=2r4U3@{`B;DmUc|xCmw~VUY1oX4THu(689X&TovpMmGygc*{ zzVpwJ-^=@Nakt)@F1=^_`XT&k0*M^ozrH~rdO_F`OoiRyzqjE0o82=^J`P`{W`}NVUyM&cA@nlu;Tve)u9D`m~w=EsI8VNsUQj*ABKDtT_f=Ignt`#YBTb?2yB2>bYctO1*Nl)#JO?lylPVF_;pA= zVaXWm6F*!}7JI@M{Q*8IIli(jc{NOPz30Q?TQ$}VPzfz==QzhXTI_y3O%Trm4+`=? zLM2!%lB=T_+Z!gNP`h~>>+^GBCc5ZdnmJ&63d3@uAO*s)!^UC>B5m3Z4!^p*UtOuR zz5)(E1qY`HsqC0zJGvj6gzztqFA}tFFc_+>nY@T37gyp9wU$P_1rEN`-=!As>ExGR z%m7Y9Vg-(&Jn`S#ay04GnM^%8Y}5}1592JiIEBnVJJ_|;RQ^GgfPHgJNn!5uNo5@A zBPikU7$BrK^vFxmwJ&KHHX)dKSxOw54z(0F;Ly6&XZ;p_%bZW1M61||;DF#ZmN`I} zXlN2IZ1$RQ1965BxX4^rCe;ry1S8J#ljkvyQ!LJ2+}Ret=o;+_FrLETdNHurP5eXo zVe=_|ZfVymLsh>87y=b!g5PQY_{Wbam9V#g@G`=R4b}-zwi{EaS261bV&Mg98mayu zl`vkj!wE4~7|EBxTSv9poKSf=EBAq8W-I6sU3EMhH#8bh5U)%Ea{L96Au)Aa7*X>r zI?~X9_^o}fUVnVDZQUX>{$`x2QK7SMtB0Zi_l|=rn-fNBZ)((ECy}`6?J=Q91|92K zZDKm|Vn3krhl-N_U{py#E9<~+BRQ9X;vCFN**lF@u>K!o^1=A%q51kw2lh=`U2R9y zTgr`o>lV$ivf}W#2#r=mmKa!dWPsZMsx6(Wg5#h4{geL~_40h~$5DbBR)mtLi=wJH z4OCLDqSH2|w^4-$V@eH?{eUEb&~Rt)2>Dui`guQ8?*3u}oqo3&qT#VN>mh-JfUVM$ zv?!f&*Jxf%6H5(K)-=B2ZFA0dL5ctzq*MiUC2JPuHB!eOYEVDe{*d>w+kma8som5` zZyHQWe;jpFsA(oKug>M-UPc>)pP)KL5TjFv#8Zhuj{mttpJum|i{dcr|QU%_w2c5_8zfcwEs7bo(=h}eTKP=T7b zU1*>+e*nnMg=H*j-t0-!q2bBY6=zF$&kJ_`?qZrpj}Cftp4~sb>6vVgO;7-LZOqAs zR!T9<8HHyaDw9ek4_lg^>@C_%&r$~Kzi9VtR^tf}aw}^V{~A1f3J6>SkvwZz?ZFz>5=@neX$hS)?Y*So0a3Mk!j?H9pDkOBN1Xg6c zdB*g^8yw#+jE>gOb|l*d9El2&J5ggyWEpg}Xl$- z<>tQ&>1R&Y5Qprc+?R|IQz+|FAO4Gr=h~isWX6S7XKJ6WM2-5Xsh_)$$r9`?3c+%B zBGAvt_x%}S2afS@Ix7}=vs1|E2 z@n9IvE-I(_>A+J(pa8ZNf+vMTl3U1!#jp-@3be14^i#Wiy_gPhyo@rw?pLob|CKv` zZd-faoFmJv-`o8+d*ljg_OxZOy)*ONHlgrWn{SsxUo%pPr{6u~JGnG#frFJqfRUcB z5umb0Kp@o<-PM=M#?2AqsS%6!#%`P4J_FPPF~h)Y{RZ~t)q@o!)bGYG4)^lz80o%h z+~2FWz2|oAPfq8qRCXyf2t09NniQOj_RlYe8tGfR(O3D`yEZxKx(czZVwM%2{=-VU zEsdp%9b|83=N1FRSz26uYw4oRII}tIi5zD#tvg?;A#}#!V38IidAWtq)$xAC^PEcj z8w^hJsSS1}5kEb}y*>i-D(nNM7#RicwfirBdzpLNX1c?jVGAH6PupNXENZOo*?!?; zdn$3*RP|5WgD>8d0i!kQeF=fb_e9iw#0{f&RfQm|s)@^?H-JJ3$I@X5V;llor@c2z z^_k?n;AU3&!uC{P$|(M*L|uH3 zJlb0I0w<`3>qbsQ_hIYtW)$c zx+T>P)+$z$o+3(h+a*72xVIAs`pwS1`s960R3%@brW+2yF z4BPvjhG_d{`6H~6ot0FT5Y|gIoWKAg2`lLNA%}o8hQ<9P0@_kB6XF%=bC;h(9HVIc~4=y?88_73IbNK}LY)l{NLH5aIby}A!c#4~rP9)qb8`>%;mDSJgGMswZCPFn4);0h%+Qm)`pNvMOxau zVej++RG5%fObmHN{P4OYP8L&7c9u4@PG$3b`OBZSU}^+*J#-ldMaOBeEh(uh7A1_- zKS89Dg3rByjJtmSUh$i26*E8V^lXP5bXHum-9z-;ou!JrY`*Z)e%@573(e%g=N0>B z+kny>JW%KAUXT#K64=<9=!yTRFk=478o8EH$sI{(J!&RmuNiSx9snOmu{s=mB({#a z9W4Sg9^fQ0(*5C?_m-W9DB}GmKJ5@N%Y7&tbtrytM9EFGRx7?jW?}~LH-!Xky)S95 zFDnH{4}xT4d0T>9xL7Cvdu}a!M)1UC^U}Tl+oFHHf+QV2%s>-;&&)Bu=QTyay|S?q z6SwZnNF+z6txuvUK=$~Xtx>!A4Ztj?C>itCrGR|s5ae|<(sv{_iu+4xeK|;m4k|#- zAJWRG_Q^04j;baJZsbBrrF?o+kVWnaQY5?{Zi0g0vzQKfL_Oq9FQ zxd=1&nnwQie&a?H{#DWvhK*UvqM#v=W^>zKu@bpl=3nQNe$sI(wRy#8XfmWgyN^B? zrYo+W2t@@(ZZcrvBoK7UAN{Xb64p*)*akMn4T=;D_$nEiJi!F^_#lDxlAWZzWTxFn>5<#e#)1RAZPnb@UVxk^Sc$+Uhq|j2P&R3N+sLupPh)2O-FLP)b*(Laez^b*B&qFhmrpl zku`N?wADbnYjjSCcpmp2&->ajqU4d-GLUorWn2a)-*xG`D%z)lb0|;2;e1ug*V)Lg z*cUEqw!~=&%7xaAvq%(82lYgbCi)2An8PmOA)Q^(3QNFue0*g4>9A~dnI4*?YG#Uo zE#K&JRB)9xrVREzt57yuO_6RMb^oc4lzotJm#5NIxKV#6Bwra#0{-uRo1tS_ES?|i z-^d6dePSz~$u?K2FoTZXEhG>UD94x9p)SkLe60fbhC0rclR|>(l--D4;wmZDp;)wq z>@%aARoTePC$XE|qVIfj*NPcuMYWQZHgbZs2R%IPM!d$QA8}eyypi$}BGzi)lbXoGH13~@Ka zRfE$_$Ro%Auykl>(v#S@U%MUkioTF3cTb9^6R1+j_8{`_Q%Am4JBS%o4C1qA&Mws* zHhdw;GSKqKu3SaXopX7P-0vq=Z;p3Id7#{&{-I`N1vO>0kebsXhzhUQL%x<7)T#eC zK>T;-B$ofpt3Ui7=cN3xJ$U9LL<0D@O#g0hjwn&{T!)))-Tv$$k*%{^5_;s-=oE@_ zwaUXKswe6l^k%u|SQ@NN-}cVW!z&->+?vDpjl26FP-!|{iW;~@+cx@8n2L!yTB~iF z*7FWs60|hnmt?ZHI>)h%@Z}ZgtIWl18~PN^Iqzch&%aB(%M;l9c4n*8O??24P7v*7 zOy*@diY%|6Czu8rk&+JNHy!2l&Gj9PPD2aD$V3p&go8@n$MX1I3-w5B1W%c`Zm(7X zZ}GNRSN{bK?_)*V9A9-02TV;A5>*45eg*cOq=&$qg?irK;s(;q2xG$7!E*}U@&1%< z%dz?!JeoLbj1-{`*!}G@vXk%A24VkQ*Mjgv?#p6lVV8jSr(y)bJ@|%G{}Jul77`q> zY*u0M!)5Ulk4%c%VhMS;(L4@agJgm(IHzt0Pf6A1ottU5J2;kZLgQ7S0%3~fVE-hw znsyyKon&KjtToD>kl2jL1A|3c_x4G+3U`_nQR(C*CDO3EuIn~!>+jZ$S3nD!47byu zS?^hjMelL;wX`CsabOuwu@Ua$?0{wos=5B=pi`x7oA;Do(W6yN^sxbsNMW|{@YqZSgDq(Shfkv4Z?mVg51|S4|b*TBD#@UF`&BfSZ=S zGenuI87EzvFk^c`zs(<=*aXg=`0^f-Po%xfL6|6bdr;knH0m{)ztow|evxBAQZ~U^ zC;|UwQOd>LhRtkv0%Osg8qIl~0o~2o+-5Xb)8}#(c?50%7YjC&goyUtKWy>30j|0E zC1`JlVm5^sR`5Q7Su$=)^Zt%m-IaR)|E4?xxy=NOmix|azK|4!jCHX*8cKC4kK3J-Ss158{VS~(| zngvHXC-_JMa9w6eMefJ699N5omRHn>m z2sH!?ZznQ>r`=14B-94nwG|!3$+v%$QfeUroAu8kN@&u^B88Gcj|@by2V8SM92LY# zX`6_gT%c*D7N(3ox{5M(NJ15hy&NCVJfJGE8YeSLm&3tMI=r*W^Jl{U&x zuOn0OP?AI4Kv7b-4$*d{JHe-qVIB`|qA*#2JlUtU@^Gvwo%sdh^&@lkQ2p|k4&hds zh5S{KKW8_t(7`_~LZ_S{Ak_I3t~gw#qcPyE%1Mtb))oxC3Ok}TwZAuJpwOTn!->>@ zF#ZZ%P0u*{nU2rZUw~x<7wv#4BU$b+}%YMx3lVCUq z(LUvd#K`L>MeQxUmen@hZigv**^{{3At#rsx@0LI3upHY0Q+2bB}%tIizxn~Am86b11o*2 zL&dwob{@Lf{OveQ$uKj_C8LVZ`3IL%GZ=tee93hRO1yakZ>2w40V0UTY1j-+Ad27w z^*c02--5-`h&ukr6QEN)3JospTxn(&yh@L;OVDTLmI{kXjddh)$6X#QjhxR+7`yrw z2A7kj$B-;6`JU!f7cMr?CZxe&eCL5TU8qWQ`p*adn7m2 zlkQb3=GbkOj!CQ}99ZUQv-+(h|9asM*oBz9T%DOueVS*CQH4ZbpvG&UNs-4xl|yZW zz#y>Ar#bBO0RYM<35B26Q|d$>1%Vx*>(>UcSofoE`z+p?+sqO2%r0(GHpf1&%_(1f z^S6U`_vX7L9MIuBc#5*UBq|-$eFm>X(hrrf2RPbOOXWW)5YvBmyP#+KU#*8zKlRq< ztgu_pKlRq~q-VyUebms6;O$iO9r=;Bt*7OYU*E+)4oSS`#LY<&`)h)58b#FH(83a5 zat8ZnSt;~QU*4ZMjL+xU*VlCJw+vsGEZ-MVNiYq>e zQ9W#-`?~Ytbp7=rk_K@;vHkdmW`#OL@hptHvan5pzsDh19JzD- z3+1cj?BgorGLuQ}SmdN=GAt3*EM;6s)Spy3|sX(j!uX5LeGY=SK0<~_i0vZS4rAo-6^Prn(f;pfjs2I3nANi9QLJI zNj}ohnoE7}jR#juW6Fl1oYuPaV&dVN_RLTPm5zI59RJoh2@LFNPRCc=F&U>gN!dn8jHGI_)GM$(Z~M>;GZFZ| zJe@wd=G3Ep!qB(g#e;(UsB*XAT9U@0+K{W8b*w~ zvJ*9R?G3+_)b1+r^hf7HUL8?M+8SaOMj=xbn1$+;FcahXH$UDPAW+n#)c~VwEk`@r z2##3h?ZA{IE)+j8PL>EyNG~uwFFBfj$*@_b8jb{eDx5GnpqPxPAP6fzv_&qr7Z zSwV{~x21~$Sp>Psr>bcK0KI<3012Lw2QZ0o6PsP$P3uR366#S7M)Q-H1VJd5GWeEWHbp) zQJ=3f*)9#5+Y0#5;1xC>ry6h*h!}>X39(^m_VIv!)62Cyx<6Qzp39ViN?xtqsMHz0 zDjqDV<}in8=qQLR_iHRquIz0XPW7gC)O?sRMZX{Z{`%nkeTi@J3K&(9%%hF-scoxAF>{l;h4?8A++tgNOn!4TeU+`BNw-A!j7?i6wA| zLf6ZD&$CA$ zYB31p+Cnwb?~-*n+V2+V14_X=yRHa+6tB(O=Sy#ga>TJVs-cBzDY0^2nQCOGmC`w1 z3>;ek^)Xtup_orWsk`GmD^9Q(5*-d1c=NETWoh-vw$ljQI@PF1Wt7nB^xG-ETyjmV`{ z0Ss}9y^VJs@noewrS(IHV!qe5!VP)6w|^+GFPJoCwlxGZmq^fANzr9$gEU?>NOiGL zl75&{L9jh|3oap~QKu*a*;l^Eny(aH^`Z=7zT%QH1+DBpKN>hu>B0INMw_2HD_}n9 z{)mm;%@ywLp!qoFtQoAAumzR&hNdQz*^H#q^OKAIv(w8^SS3^3L#%Y0g_AMd;={-p z&&hq9%D*ja?iSM6W;smI0VT75f1+b350Hj%CSjKh(R4fwxb6x;2KAuI-Op2JeFdE^ zKMiSZW(wy%{rAYlRWy^%G*z0jktvPeI?ybh!Ju{Mby>`mIA7Ok>` zKfghgTG9l$X%jaf6WeMI(4v|;qxm5iJ@2Q(Y=Z)w1zlMTI4Ve`^Y+;_uTimGo%BAo zdV$?P_k5Nb8|t99_6{^-qF7qw5w=+%epcUUw4x3sMxqJ$r?QVqKHs~1H%YNv|8Z*g zuey>M*xCMf()WM7Tc_fF7T;Koka1xD@8Vmupi!3N<(qC-#mF8>b3e+z7riotqW-Kd zMOB1u2ffbjS&SNeQ@6YG`)6#ps;+t6v7Ml+nV9JrGd9cwZs_DiCr&%saA4}KoSQhm zJG67}0^-)`7d+H)SRJl?9 zlB_!>0nKWD>UX6II_+2S5sezCu3Eg55ei1n=rvDc0JR7#8g};TYCMq-e$W-;z@Z4$ z^C{OA(qt=Iugnfcy-_F?=`l6Y?Y?m9x!)r=`MDQntL8<=m9@;MBSr4lr3gBTzsjti z!H%&RGjoFODG=aZXdD^ym078QzO)rgzE%j^E${%sDx(+Qd{#C`7OTMJ9dRD^3|T&P zUdVHQ!&tU5+&O&jI~bP@t#74OvgMA0mV;MyNHDw|@X=|vr{#l_eBBAEMfN@kbPx586oh(T$)Eq7=*hxKSRVXoXTkq z9~g^Kdv2BH4bVq5p=&@orz)hhkiQ}4a0FX#gF*m-x8=@xD~6DLs_f@VzkYBthPAVo z<4gYG-$r)-K&2G6=@$x;e{mR@f5W|cUci|~s!@>>)PKYO2B7+Ggz)VO1 z4Tk6mieE3d>d0(<-|A&)nT49<>#f}#rBRA) zD${dV%ugTOXJ(Tms%meOeGHDItN$7nENFM=+Gs^n=jzmakGcKoaHF#F_=HzC!@${O z21Vq#~t0$Dj5T>I3$F48@@?R@$2TL}?DX6UzTo??moQ*;mzchT_A7 zUXbi++eZjHo!Nt?2N3!REsby&ey=4B`byI*$9);E`wn}<46DXBkhe*Z*QO2GC z;oeQ0W!lTo4ni9}m8BHAAkm0Z;k~P&o+_|(R(;yY-pIo4pRdR&(sSZv3tMU|V)+B#Kp~#-gwH)%c>KI7 z_eZP{4kuTN^6#u+d)r}SuxQu%eK=vXAGMy`!Fz8wqCRI-x6{=e^XdsrbDikEh7W!h zpVg|%BV<_4*HMENg&!|hxbp0V$GLYYopnfd&hXQ5N;+~C>H5lR^Tk)tv{vC?CN^5< zWBT)f6WHodP`pEeD3>x*-X(%Ws*o|?eg9c@@NZu_b|yybOU=&03)9!Tg`UL7R;>Rh z%xwRa6_JtQf0rz1NW>mA!*?I6F5**&<+Ea&E$#we^ANNEdBZqhv@CEO(tm#=Tcegu z9cGLL6c$ey(~t}u5|?ePWOhP*=XP@3d`E7K;D4Qdf8Be&zCS+YK5xW+E4Em#QLk>i zA5V=Btv$N5{QJ(>c)y*XKZd6PTv-OYC;3E&g-`N!4~O#aOlRrgX6 z$V}C#ocmI-jsLGdi?|ARJ49Zz=1;JJ_`~e{+Ipo zBuIG_{rP@%6a3`b2()du02PS&O-Rri0zsXB>1Y~(AgH~#mxq{vcqIq63GdZyA07H= z`ycDyRYl)KsZ)QGB9*i;(peQ=TWaOsq9-^IFPXPtm zxlsHjZ{u{~dv`%j$Ff+lwoBux2>T$1!nnUbw0!ebD&-^ck#wsH3)9e$e4t7e)QKj< ztFOf23o%|Vge&^`$nNT~Q?J@^?an#2NXmrpi0%{uVnnZ*O}vGM!q%;CrEILg|aSG2gHkcYGCv8)gweUfXBioO$EaR>BcjyDQI#`D{8a9 z#k_BAdxGvCcSt#l&eW_pW27+3Q>_oeHr%Yc`StAYb7}NVq`|U_Mph-P*LH>yd-6q2XfFKMnG%4iRB?x7Sd*d3=Z3b*z8~7KZ~PcTA|NUE&bZpLv1Erh#Df2YAd>_0 zme52P5=2+Ddfv3F;RSJv zXk>1q>BeKiYh?Pw=U#Gm^zg=ZU4P1u!%LtjEYrsku8N2|=g?L~&RJq2qZ(YIf!t>5 zz0M9Vb&I))WZy@O)d35+o|tlEINN$<8@PaMp^S8zv$DCEj>OagS;;u?@84B9t3lT4 z*&@+R^yhmjcra-D4G56^dfTJl@9XD2$MOsZ^MPs30f%>8bcZ+YdJ4QDdb3Q*;vHrA zE9AWP*vH@s!DK!Ai_M8v?r=Eov*R;$djrG$Y9wc5MC$4ztJuPu=CrbrK#Z{gMQvBq z?^HHIcd{WSXzdrC45UfCu@WJO1J+)>=wDLDgmm6246LyX%PQtIhCZsl2iHjV;!-Qd z+wDnso2a31M#3y63S8=ZM{`=4=V$9#rxho~VoL|t9#N{4vhV4R`k_oQ^W3_a?;!%K zx7!O_=(4ssVG3nr6_u5mnz=+UpFa5Wxm4reE8=RNs0d$_-#pa6Sps^*;+OWiLnd+v zsM$r-05sJJnq&4zyA?NFBRnWp19$Wv%;9#5O=gS=S>NGJy^-pbzl7%biF@VfV79Hr z?^!2p=*ACWpFb}@;6-5_oJfB+m6s%AYst&Db%(fodshn`+9fSuw^U|YOzB^qA33j2 z=+6@b^4@-`f^3!QJx8}0E{Lq@sRvV~@ts@K{Vqd4reM>HacDfr*XkGh8{`9fE2?3QwIp-6QzqHp zY&Ne&+27ad2&^!XlGn2EgA#_U zqbSoXk(JPBD7vYSr|XEg$QGrhCYTgq>zhDU)B(9IcB)EtSEk zOlP}JQF)|fJ1gGiKeDNFud*@ce5QD--6rBh`tB}_Ig#p-rG4frXRfN5!xgKBed_;U z1}lzqM(G=|Gw|jK))(MBs3gKFmCnH?yjAG0>@y)#xCsOlvuHUy(E8Vpo%bZyi;C4d zRg}8oxa+yV`L?Gg)ejg3TModOgTFT+I$r{?-sY&j*C4pCPx-MBPNW$=GT3_D>!U`y z;poF*IxOazvV>OjF?~M%g{&Oo z7|hFhmB_yA>=uagPwJZMvL4hy0-)LxRN$O|W<55Fs#;e|UDwUumRzP#P*NLPz&86Q)BVlX+@fjpy_W zM3-2y@9Qmo>7P@K7MiG;F!E*vbZ`w-z*s{@d(x@5*w-#wCnuhlVz=QH9CGC zr2T7ghj^b&_VQwoe$bh`fW*SZ0KH{h9aXY}-#a!H+Ro;H9ziuL)q*=uIzTh_uzjTcbNaH>jeV` z!~fbtZ2gZt1dSs(IL80yzsr|j|G)mbdJ1&X#|I23kPe0|4e{kC9kj@W=WyA{@BKuy zFTTv}ucscL$6VXP>*v$smD7da95nX^LFqcziMtIfHtm?Z-)E=J@1IPDN6`#Tud(;| zyL?9?YQEYLshLUrz9@HxWLljEd?^f5pO)00=$dX)Zyl_gT_qK#HeC()j8Q;|8lW@g zLm1B!3`E|0FRrbYDa;WpyAnMlnW;v?-XyTmzD3}D$v2HUpV>6hV2mqyk&~9%Mq1Me zLD04#p1Uo-KVw&RiZ`g6R4I?|^99NT3|7Q(AnyMBSzuN*CI|RZ5gh=QQnq0iM2V}S z{g*3uDnDEx@gsIdROx6 z*UIt(o%5|D4abRuou>;SFR({7`-OA6%}_a}eUOe$iCUb|YT4+n@igUH7fKCnBu`*BT@>Z=CHz?34eXY3oDV?{7V|Wd!ok zq5R1DI)72;u6Fr>y9K>Q11uruA(^CF1+uD@$QQeGbrso)C|OY$=Yp+ftLhHd15MiR-2|O~c1<_Iu)8@->|&*?mOm=o zK-NGUex|@#*-Y}sDoizp|6UU(D9vkQ_N40jhg!RePJA` znD0N`UjDbsq6#(kwX8_6K#L9#{R{a}N{NmsG?-rm{@e%xwP?=`2lDp|92jP2>}qv&;6cl9+mgx{FzPQG zAlsm&A+@b>>Hry5JJE$iqzGr6vEW2#b9gmB?U3&-^n(yW4=L139y>)S6H^>BLq{?+>} z5h%8e2=LAsH?Vp_5zHWZHLwb`rdLiSs4)$q!6OF9%sc_pa+(g@g(m;u5=|-146%PA zR6l56X+(J-TILbNJvwn$1xUvY)24Qf7Qt>RxOvR>C^HpHc;|gpignrAf zjGfal-KJ~Yb~m1cB}MzL(#=DImG`$JRBuHqQsdcrxKA$6`$J)9WQDsFFY<5T$cviM zjxrwPVX)dX9*@*Ua=tFa?$iR<5M$kk|FFt(m~$#gRE1bEucWQ>a1pC?jDe7ML7U2x zEY(YnIvA`a$tS`YJgrr3^U?v{4tFDVcz2q2fM6RtB`VKNC;?yr=R`YiiF_WM^6swQ z<&9&;8EqUml>);_kaNP=o?tp-vb%L9t_b5_+B|hNfFg$!O8S({R~?Y)9U}KVeIf$@0_0Z-tt)yfLv_y(R)aZkFIR*~?JfYp2h@(&J-1teAq> z6tzv^ECA`RIny$)PzV3w~;Zq*CsnQa-e9;quG zm7y^8W(asBJm$P~E?1PF1;G z1E`D6Iin;gmU(v^fIJ#(jwA^w&ms0u$=Pm}uBl0&mLUkXtd3s&6tPn|AV$+5`2E>3 zep)BRQf-JUwQWKgNK0?ygf>TDvs8|ba6s<|O;OkQ!|vxZ3j8oBt?hc(JD9ZZ6?+z& zb%6{&CCGM5oe8&pUG-62x(AhTDAn+-40t9UZ~b!kjv`pT=vIt7K+P7X+Qxj>1F#_h6tTqQ6;bDA2^OgFUaHasT~*=YV;S$0FV z-Va^C$Ukoc>onsWrk0Lbh|-n??@v{QF0BBK*P~+5NO>xta+kK=l-twhDN%0LTlqRr zNZix5GQepbuJISc>~AK=`a5pxDO0}lo8csBxDGVT8aB8C4u7-AL~KL)Q=)RUP~lO# zlWd8lcKuzndA}J>`ix#YoYbD{;uS5#JawjD+{Cqw8h_Po@8je$X^z7ALnK8Ig2rtPZsrh==|p4 zl&{3EVOl6_X&g_M)pUovR)l|eF8d9%iGVr!9|iosDura=VCDFq(aEX*Dd34iBB=Cf zLVoQ0HV{YX2mf+hj*|kvzZ3QpjL<}$3=raa(KTR{D<7Bg)w}6Ddzu>bisb$$n` z_Uzxfetvd;yfu5hS*3Vy@w^;fw!3xN@KTc_yqu@BOytr@rq@Vve0ne<-i%+Lp4GJQ zrR@Ch1BfYsW$iU3hHS*4Zay8@qn~M$%ax($m+)%(sjOZ)+_g+~Wl#J0y({m3>^w6@ zmmInS@8@G0y~=M=gO^-7yZX1U#X6Wxa;2{@-R4*#nm+s9?bERPd3WpL4Arq61IeWv ziKit?g!h>4kt=Qyd;hRkq>v~>nfwbhUv^)OAwzHO>tb;%Mw@-WKRik{0IcM(( zYL~Q#uM8TXYUb%}v}51fYg9uwY*|#oZ3rhfx9aliRGaoz}pYu1qKObrr=B{<5JnzAq z7AMt7W>yw9!I_X0h~Ki+i~ay9Nb%v3a;Dfp#@k^JwO|__sCy^ zsz#afN8+5BB9RR>AzjNuj%(LlftO)PK2yPkmbDt3=$yb+i>Eb`N%9(yDFUDXBUbSp z16{aO`EdG$oQ$#M zt{b?dX9GX?A1jwh1jbaz)myYNgxzkm<~oYt(qh~6AGf+q`en&%t~Kw>s7cSE`HWxP zqHT#ElaQ*i<*jTkE)}Ooi&V9X`RSJbKKQVV>kpKBc$rCi<+t&y_vVMDW~`X^kyf#c z91a6mJu$9J#MLNZZ})XuqfISO0AnoX*fV|y_JEDW+g>%QxI_ylRt0?t&!Af29=|Lp z3FQ%SrYp8F@dH1fC_NUN^BHN*bkR%&fv5tHK4|s|BUs6|_+BMo(mr}VRG%NKBM3Tk zC825BJEUBgYapD_Q0bjntT;%6AH3SyS0}WnYXTnmi`47+#sRe@g@&M_v2#I<2*m9j zMFd?;&L++1$bM|AAt$Sr^j#e!PwgS1k8YCXF7IUfxX>MiwvPYWB>0~^OcDBAAP`JN zLmsVp$~29DBNe+Na0c%g?qBC5>TxyxQ%BI>Uje;y87D7Gg#A&r4 zCTrwQ!fm`O5F=O-<;-U!KrN7F+uM_iIJ_7b`yfF<)Y;^(zZoFv4Z~J8f~7l)hsf!A z{*3(9h@_ry2X=BKrtzxbJlih4M5q8u+%p7i6;+Gnn zfwgMY=vpjJ(M~{`}uP=orID3HRUrDQ8s>>e|>Da77Fld#m3v`Zs(hGu*S> zjd^^a%&Zp}t|L+$m4A*l`-^@tD}Y_5+xdXy@AJBGMx-U#3AyI0OK5neEHKjj(~Kz` zb{n*?-_B|#xKhLdR@-8QM0lzJ)^U3TbtM84mX;Ml$#J(jgt+o5M`Re6@WWF8k}xZytWL3Tb7Ry2niv3Zawu!)WK=ooP@ z9J8IbAJKZb|4WX(Id#%bsQt&OC+4*I(=fm|(pKO!-smY`#+i32Xpgs6&tN2?Y zm6A>ur$t)D&2a_-ah@F<=svYY=B5B;|9;8ygwa{o07BjXIlmbgu5&c~s#pW%8c->M z#04&^f;g=m3o4q1 zxUda*x+q0XPrJ8o6oK5q%b|4}gaN)_G4G=`48C03dli*>1$ z%YM6FmTKi|$gt8~9BdlJ)XZ*|5Ot1{kMgIGC!y(AAbolStXN6TR?m7^JZ}lS>3YUA z%}Kg(X*shjrk|y4PW|JE3GbpU;+yoXgJG841^+L_8;)LHZIDI3$-GCmYl?5?v*Ddt zV7H$zL~hT}SYX-QeUqF&aWY-c2aFAxo7#UA{{N~Fkb#~4fB6o(euN)~4fY45boNVQ zj+W*B=swB+)qRH!$ML>z-*DE5MTN`}!_~ktX=D-JgxJL&+k4&3jV!fH$hX()oo?$p z)5nLVudk+$r>4)R5RI!#%RH^^%n&p>t&Iw!>D1lR%X_dRxlR{sPqJ4R0IlX=yzQmG z&1aDOtZ37Hy6RvP(ybi-RHmK%53cp~VK|)a<2lXN!Pq`Q!2mfoJgn@BS9Wpi$|IF0 zf^F`rbXqMpTx8PP9Xl#Vq+pNr&?u8ca*IH7d4ONHRGC(K(6OibGybzRzC4qNAGuT< zSW?Y*=O>zyby#`&u1_1($dx3z^l?!`oM^@iN%dV2SJAm+tYo<0L?N`>`I+l*qNzLt zUJB}k4K+2O0n?u2@Jw$32C)f`4Zj5ooF%0@{7G)gYag~4Gr60#Hk@-u%T>Cd9vPtH zUeXse&g`_v?p5j2-9A;^Zr|q6(ltieBGd-+fw#zZG@V9G0;6;;zO^Z0cMh?5Iwtvv zLLWCsW4F?*NB)Y-@4J&&_I?o@3&YE`@G`=2!;m$b%!?O||LNEm6)t*k*#rf?qgZ?53<8wL zvmgpSaljMDj(q#ryUIQnFh98z->S5=5ORHaMNv9};b&z(7ar-<@h>ZQ?Sxj;94@hS z<{!&#bG@-G0YXQL8&#jje~NNX{Maag_$XK zlcY6eLHen|rgX-y1XEjr_7V?5K-5cJjQuW@9dXyHL!UU2%eMEnH`|rcP3?%?>jID4 zKq{E3z;PF?i35|h$n|)(4(4-p`gk>;P5I1-BDfzp1|PoY4#C0EhpBC-$(hew@VcHK;0r1W1LuGrMmTa9NqDFNL!UD@D1 zk+pQ_E6%=Q4joM#Ex*ooWk$L{W|T~!c>jBTUqWhtx!!6>M!{jP1r4)#nbdRQ{U~5= zzeI-Efhs-KJzQ#gAdHUO@p4Hku|eEriIxQx6RGXsH0oqWUZhE+qTw2#1_j5fUYUS& z^j<2aRYG>ASzuVYSn^0G-6{vFDeJAA^E`~FCc<)hUN}lSIVA{?R>F|n5JePjB)k#O z1)#j~u9H~RU{kAvDA~8P7spu>pLka~f7Yh;l9;@r@iYhd4F*&_d-n!=CAU?5ef%SuS#@(2>YeTb3{{G}zwi?Gn! z6bnPBZs*_1@Y-`%tRC=WXq`HrG`Z-$RuV3RE(={6@lNtOVTv2MV12`wr1tD}OV;N& zR*as7mn902jFZKzPq8filt%58(1TZuc02HfZJZew>Jx`vfR|ar{VCuCEdJ3j$0;-@ zjatv+ROt{Y5_t0XeU9*H z#O$1CvrT%{xJ{_xXxzMUV)Gi}&Q&cQ1EOfeb7FO)QDizGX*LOH+Z0r0lmhBdb4m%_ zqoPaXm5*D$!JC(|EuKtUN2aP{6Thq!`*ltXqkVPcaEBIxVEgbtJ8TV>DC%umta4VD z;%6{(iGL-O5E%-!uXN(_07}Y^^R6}gC(A+Z*8-U^0~V;ksF7nwt1+BNAO;mXh^Q7j z6n5&!(C>+;d|94GSS_{m(@09pWpI~Uhi=Igp-f0QbRvg_R@8UY8IHy4=7DT=;%pYu zLvReiFfExTpS`WoQ^nu>%WcM2)=}P!oO}=U8tQ$+$t%*39jwvD*~hF+ySqTW3(M~A zd1-`6T0+T`Vx3j?%j2 zbGO0?#DyMIm;cx4pZ zXJblekWPj2VW@y2(W5d@SDB%(8}cON^)gH^64|hT+&1}bB)CE$52-A`?`hI_B&h(cfLal&SIEbXi2$iJ+dLOXX3xL#lm#fD`npgk7XAj8tb z{)8Q3BJF8U&^jk3sl`=DYa-H%K_~c6$ueocgopXLbcuHdqOMV-AR2-UB?ad!1xa&_ zA=MC^Ba&|MjvTS54uh`H6=0u8T>-*M9bcyUXWGJ?pKISkTL%?wDUx8hI@4dE?r zPicU-&)mx@#dppqc=qd$=7tvCb42J%?1E$Br$E3nX2=bl3ivxg+4QwE2Zg79*S0+= z7npZB6d2Qk9y%5bY3lA@RV_)Mmo8?E!pYa?HmN39?{u;kbiILciAP35Aq_I4N z!E9{Jtb>qX;>rxn^j}z*L}|{cNE$C+n6k3 zWjb~Kn81o3J+LKyEeR;f& zR6GywfD-d-KKuD1cC&p`cZWCV%cJ!OdY4RkD4mv@EFv<) zn3S!!!{7k+a7gd_b)%sjL+15}I%obMY;1Ppnda3a&)&uMoqGmlSK{L-)h7)}LX`KX zGYIvNznI~69rlcKZ-C=jcN}3EYX6Tg2SLvwODH>X*(1#Q5xgWk1P^|;tdi1G)?!T7 z<$9foi?VVMDP3euz>qsC{KvlY%eO5q-fZ~kL%4BIX$|D#gAJZj00@5G7+&WG*`A}Agk``vFM-RmP2csbBIma@UxeC zv(GjPpRLKkgP|w%v$oDW@Qcqyqp6D7R`6&SC5_Akznn@-6c3{-jKVMHhC~N?P-|Zk^82^PoZkpUMI4RYtp$74 z97@Tyj*F8s4i(*No+D^DWcXkA0W1wY-8lfz3v`s8^1a20Pg6 zf^DyUh3?s`+k<=3t(@r7GS05?=g*YxJ2zkJJL-#nQqr!|i~Uh|ol>&dE%PN9FvlUZRZjEUf?k74!k? z|9OdifF9PB4YAIi2>D6*Z9<%A#tF4mP?g{uebdc}#xL$UJUPG zueoP1xAtr>_x+&VbLb=iu0yR<%hBslVjn!?TOI!oWAD@)3Y13M#mM(zXrX8&rLrGIqJ#5+t?_mMd>WBQbo!8-}Xk#@U&7-M%_ zpU#g{knV}co-F8{zK>bM3x#MB>L^6_-^w$)MoRGsnWhQzVHP$mI=b5PJq0f7TN8VjJ(MXIHW0(z60 zs!CxNk_7V8?r+!VA>QDWn=*xh!(;G=`O{O6m||*7zN72?<&0G$7huM>4l~7cJ4Nar z%{%KVNIJ8Jf~3QT5#+I)x}lu>)`c~$AgtAQj$ttOPas?MjW}6)&J@`ZVL$P6cVcLW zI#FH(1W}AAeF?XAXY>k>oJS!8k>^flXbVh@?H8=b{IcCaUxyF`RhI>A$d(Dh(Sahl z;e>+_NX8UmBn4KwgJ?|cF)U(j2SJo^_|!n=u<+nU=$^+wpATycl9clC{dRz7l$S2s zZ@M^(-=q6cwGTxIM)1-K>E4+j?{i3Pet~Av^_%F-QpL4SMIU{4;J-W|Hk7eyp-}ss zv7FUAev?nhYB*3@wjiJU@sX*745nj+#hdog5?FDq9NNbg+UEyjMP~e@pSRe_Db_7? zF!~r52&HvECKAjmS|*aIz}SICQuV??fyeirz5se6?*B;8*7HrChEl7cdX}>kk(Zy76(`kgw+u{&|r^kcu%0%GZ zly_d0u9(SsV2;?&TG9k)MC}l0S8z{#z?ts9Qq;_#7je=Ya+^U6o!%*yXHrqxqAN^G z59X|8tx2GvNMJ&~?OZrEKV#S39JQH7twL}lDU;(%woi=<>MAMx#!MBKm*!^_u;hvi zG~JDwY`a1%H|rCu7O~j8u8BoC6xGO!gx1KwrAJ}MgcF1Z@Xa4yehNWjs=vcF)rEAq;x2e#~S|TFB`jA0QKUCpL(C`#_~`UsLKu&I7z6lgP)U*RJ#h zu0ddaKaVJtqHS4weTo1Ty+a!t`Tfyhp9U<9>W?JfmWr=D?d%j(8!x)>$Qd8&{>jvN zEt4pU8pDv?ME8@B9y;|YA>EuMey3WXwQSKw+e?cH=noa9884;1?@jI1WIQL1tuX$a z7vkkshSUfbPq=yzKEA0N?jCS$ryjphclC9)p98q$rcwY8DNSZ`TU!3hi)c8ImTG5A z$oas@b7V}6J(!3 zXQF1OMlRPAux7Us1H$_n*5SdT#+2_x6W5tw(XRLmZG|fDebKF85QpMc+IXv5Z;GR( z+i3_8*Ys;i3Es^Mnx1ly0IHZRSZvn_a6=BO7SlSH-3l!IX=}BN@1zF_9XOb07AMzW zt!|N8%GqKG1C%{2^2k)l+K-ql75_Aq7VDZ?476auHVuTpjucYVD)f-or86e>5^ayMYGwb?lE?arz99|O4us#3g?LL=PuSfd0LZ;^~g8p`2? z`K^Wv5+`2Xb+BKSI1pLYoPNdO2D{S_p-MQj9^oz-lAdkg?>}<09>6SZ>G31EGZ>|t zy7l;~ip*<%`Dzc2G^d|982+(y7c<_LZ~Sf?2sbB+3m(t0&ttIf+cTLR@n>?YYRKR5^Mm;7W$*62 z_vh>J<@V2(JpbiZn~hxO*4gLjaTAw+H#e%^=GNKe8a!bQ%1}?pJeALDd^aPRj_%2D zb-c&3;~JMA^b!OzKcC;BDsJ6Wz0c@qJE=~r`k}{t9kQcOM{+*2dLDzDSKmzkD)s6y z`;qE1oxA>9iPvzl7pb%D!Q&7+ZXEehvMV39ScP>I_tI?-_p?t0Yurbe?|5pNZkLld zuixjFKEl23lxZ`;7)Pt$lI&=Dir;ps{Nq`>`n^Pdu}*DeyvcnBkwvLuf*_;g;%AZV ze7;V)taZlvQe-wNHI=6@31$DeYKqb}h!tW9hASd^65H~*?Y7H5Mj`<{5A8>JK5e65 z6EG;Z#a^ejX(VhXY+VgjpQUpDdVW7Q`Z!#_y=m{VIY;6v z*b#PcBoWX;prYH@dPUDRoV7d}l0Q2XFSVZ<`*|Brtovb$V^0Y!YvZpX{$jMKCGr*L zEiHr#N|1id{WD?&NWnMJyQ2+lxp3Ynk(uuPEp= z6%!5Bh!vK(Ec6(hm5?IfWAxfyX0lcKzRfsk2kh~TIlbs`Op@5QRm1Dl~ z6JX530_v-N2-}qm+8^-q1z30c6n`qXGboMP+*->IX@ry`)G}ZWTWhibXn+p!9@OHI zsOQKAh(2f=yVyNAA#dZe(GPbcJ{VYm8?A zuw@^WX(@87pTRA>_u$I$>Rcikt$MQrDyE-92^gc0oVO2G`Fgw2y#UiO<~uu?;HSB) z;&v^F)jM~7dJOml|zc4ibFWUZ!{%?{~`x$*dC1J@9G;;f<0&@NV~-)*7xf&_Go zE6wk<t+wPBev=Ji#Q9u>OejY*P*3hKOEI3|-72@w)soJ#!IaHQ3lPr0p- z$O(vp8Bt7xn_S#XMehufZ3B<)Yf7u|Yx$L%0GB2^8d{4!!MMG31P~0h>CJ0YL3B#c zKxO~-2)pJO`xWV(|7-;;8(OHG8|qMH+|7|t_C0|rh#)c3x8DY&(HuG_kox>?p1H6n zLlf{Lm##5$C^(A1ipG@hVlJT0mGhxLI`@uk7)S$@BJ`}L+x7!!MUf;;FL1Na&WJV4 zYG-jkCTYy{G$)<(X)q$lCYgd^i6ZUrc0Q=n3>jA5+giHIIGH7E0SU+!t6|$fCObp* z%M^pd=7eqas2C+05v!`O!V6*wjx+ifN-XIydyiO>Ul0HnsM71bO#Cp#7`mY*r0U}C zEDQRE&9Ay-KubgFokIE|$Z=62BZ)I|;)UcZJ46=79NI{n?Xun#q%CqU8|vNigbJCd z+vBmuiiB&AY(C=r`q-`?g*uXFreH+Cu+d)~OnfUHC9#eB0aHSZSc+$$-mk-FHu$^* zNwXkQuhcN8YB4)K9I3np*sb-2BLefninj<1wFo88gi4TfwK#O8a1s^eSoWONq~AL% zx$wprXDj~^u4z$E%`W1M3fh5gwZH;1MC#-Y*B90_+BxB}(R+#~>BXd26jGcmB%xSP zRGE8gG;~IWIcjGa_(tLy?Jl^cF!D@FqxJu^vI` zy(|2-i8$3hbl=SZhT`m{m$T2aXStonE$(hXvkap`v#_CXdZ>CM0-q{f%{!3VR<2!k zXllsBX1NkI&vG zJIgF3JcDSA;rn7g!CQN>(RK^te+|-+8pdE~Gf^2x?V7AG^`qwRvsWl&Qt&evTs}o7 zH_2A%oM<5Uu=6&;O!hX30?TdSeYaEbi`8YqLqx8Cb0q z(k1e-ux8j&AcT}*Z3J58AtvZYGWPc6>&@?lsR^W9Z~>~XDbyTkavCpEaYSmzlcXgE zymraGYoUX-5zM-k8$m6-!+b5tOh&}&hujYCwDWv}u5puGYfPPsgC)NA5cer!s)Cp= z+7C7JilfS2+Wtmsug^+*qc*b7La6fEDG~1BNhgtq%u(C~l4PJkx2jY-OrOOl7&2WcNBqKX;#KetVpF^j>xNCgo{#_$TL26e~wfi5zIRJ!*HHXXOa;(IY1BSQiK;Q{zLwa zE}uMp7Evrr>C{Das(Zd~|2{X`D%oIvZ?d(Hsyptn&24*U>+PIP^-4K+LlJJXhlHWF zQ=e`77P<9f-^3#FE;WV~^1JzDPFgZL-$ zYnCd1%WJ&H%G0PEdZ%Z5SatM$e?I2NMXF0hrVdp2Tt6Y#XJ``Kp`AGUk2(PQXI_uF zbY%EX@lCn%0ORn+RcxhVu8;68Q|;u6N%5}W?5y(}>j&=Q`%92m%lDF{IT!4rh%w=9 zi1pj4PacPxGk=|q=J+KWYIh+PT1-PLs}Nil?6c>+a&ay_nR9W4)tD!iT56-2q)d*4 zdy9cZ-XscW@&e*gd#~)Jt*{SC0cWwihxvrH>Q$FQnZIA^h4aY4TO;=&(a92PnKsA; zSb54qVjZ!5#9eb&(?st=b;F~O*O#JMLI ziJfC|S-ztQHIwzfK5l%-`&=&@G!7^S7)JKKgcc}X>_%RKYl=>4N}*Vdf+E>pUt$j7 zJg~~M%(syCH>ZoBW4H66T7BGqrkT(skH7qL|0SoFgf7QH_oRX)=|RY}VJMqGsFcw| zLMgz->U-@g$YF{UUOuLuZ0o5KsAF|UT;!IQPcS}eh= z$_^DP>ER zZMXBllC!|%8_q)X;~7QA&|cH1?dKa1+ls;g(}^GD-Xk;He`wSVB+Z5bQ$44OFY zaS9Aq;RZCI8$acX9}JJg6iB&zCL>%ND$$k)m`VPuW8@lZYpByy?xz$bCR)3;aju?) zpF|=}h`A{t*)B7VB!v*-42WqAg1de*;83|yCpDe$a1xILCWmXClayd&1AgV9l+&Zt zo;8V^5qL|Tn}tu}qiH%COFHBbNuLn>E2C*2Od1g?DNwvY(bP`F$t!SC?4hFJHURaQP<2noSIX{)x@ z66I%jgqnI&BF$`%85=;U72zURJ6cWOY(No36vK^Zu13K3*hF;zWRx8St1#z`Y@!sx zUEml9#Tj4@%#Tp?>()&ZE}?Sk4ET%Ubjis^?j~HSAbZL|fw-ony#?g#&s$vXH=rhf zH6WSe0JII86G;kFqfg2J|NeDgnMc+F&~SjSnX&}CA0WLE;!EmW)1y~M%Yve&FuTtG z>J~84S}^A*nx^oCyI)D})m{_b!#fL}jKo!sCmv>XuO#v(iu5E;(3@%c><&v2DnMdb zS6dKbtTyOD0?uYRNl)Xeq7y=uy|nWAi@7ar5^8SaufdMzFkl`9zyk~ou%8swRJ#W1 ze7C!xvg?SWw3fuMUL22DP)-0)kqomxsu4x2)~9+Mw6#| zcW?y6Tk^_0OiDvI{!&9dO=320{WmNTkbB|~95vG!BWqAnDp{t%z6L{`Ve_)7Ps$HH z&`ld{{9`bi8)X%+3(m>O62nl5lihFO%|G&UyJ`oua*)Kv=>wwSv5y12Xsjc%d^4S| z#U*cn)4#BLBb`>-wiK@sdnILQhT&7F~Ddd|olK-;qf63h>5(YK85C!EuuHrltYlTS1Uq_1utDo#hL4^h)29k{on#YhLhbe35t*F?(9`@DqmG+qZTIF^n3srBqpUADt= zLYt~{sd^1^SzDu|rL*wgPA{KdCKx7LA>~ z`RDvoDPnrL7ehTvi^%6uOb308)&{{HhcHo`nMA@P+;>3lNHjW_Hr_nIzvDA6)o@2+ zHH-km<>CAxPDD{ilc;ptZR@c@gkcx$NX;d@wmmAFGfX+@J|lt;#hYs6`S;3=P)z_g z)1LOIDXH&4O+a3;lF@Fb(gVve>Gz> zkiKKRc;QnYILx{(^!D`bT#tygzWFud-0ns?gEG8wJ4t~Q=)1e(AY(GMLm{Dm5dK04A**XgOxUcmiPJIioVO+&Ac9<=Y z==qDxP#TzRN;I5{lGceTs$-do)e1;e1Q6|p6;>f_)G-{$)%r-uA-2*~qGHAFH2&8L zTMJhK;u_9Q;R}Ot#5xT5*N^AB=TmrW45y=%TPIa|1a)5OCBGebJw?;r$r=9-*f_I< z^nXo${~Mcwk>x*<-~ZjZV6*>!?ocada%=>b|6dj%wxlNaf0YiEU8xYQ3o%t~NHIC)Y zh(Gmwy)^!M7|f5V8oz5;V=Y~I!|0TC=9HzsBzAro%w=f&ssk>+3}bKE_{a=+>EZVc zQaT^{EaUnHxIM^w)@WSF=I_jmp5R znnpTkObyZ!DiSh%cNqCZElq`yY64&@n1(bGj++E=s-OQcQm4r$*k<9loc1^k2;4^& zi{Sn0q@5MdK4XD3r8kQBjf^L&p<0O{B|B`9DH{N##CN7})H?x4{B)}tgGA^`r>itr7kt#r8h@v zPYcT@=^4sDjSzM>kk+X1)xVeMV#to*^%p6j(yd8P|dE!rjGcwIUEN3-^pl4ayi%%G%~AAfy|geJwWQ-q}gF zi2GpULQlyzzXx0V`^VWY|59L;&Kup0LUt68&e?6wScy@E=G8psUk08pb|7(??~2I#Np$mYR92cqn--QfilGQmeq5UG$Oh4Na~P zzP8sipjjmUpLq+jLKEdy95kR^;61%Q%S5_nWkW_?HW`h}(q)^M5<~u=eG|?+y8UgU zM=$ut>P=dFO0rVtf@Yn3)A^Z9dA8D`JCAb-Cc?pXfU1q~bObSr-%gWh;pquWdNGWQ z^4w9WT9JjI*byZZ51{5cr|ACgq<##M54PL4#CoMWw5y2?k!Y=y&}U3GbiGofrKkmO z`a2IJ+gT?k3P}k!1lHg*)HJ!J$q|fIxL(|A%b*Q3m}|=!-t#T+J>ryz;<=)N7nF=b zfX(|#c2NhX-qk!YG89OqobhP_r0lS%Ey=HT62&1Ov*eQzb_psk($kONrF1NTF-wdRolDrWv}DN` zAB>OHhzsl7^ro|aNnIl_15?pr>@tnt07Fm&!2&S{%durW7(bBzjt?PV}R)&JAlS zH5=w_zQW1j;$i>3`%UOtNV-`u#{9%4ixH_G6`|?_4}YgW&Z~(Z{p0u27n(7#4_gAw z1o$E0$LPeUtE7EkC08{fF18xLGzC}u2D|u(Zk%sSA;KkKYm0}`%rPt25xHOaQAYeg z=U^BBbS6m%j~UaL<4NFBK*nNZ0R51MDpD*zM0sDT02Q@QO7mdI)qc)jRCDFI(B8kV zF^7T~n>bY)O!%}t0`fu+tKp`*mC}FU6_oauFi6ef)cxlD`|LgYQ2?K$BHvqcxTPyj zbX+F_M4GpSI6J}k<>baPW%s_DEz~Cc&3PJ9j7B7E-dzR*Dfu{84(NmFe<<8e?aMN( zUgXV9$@5cKT=ADT1G(UGwAk>nMgr%(G#d0JuXF$hw}2t4VMxb3$TPW?&8EHPwmq{?osF0Nw02m$vXUiRt_nHjbc)u=Lhhn8QsKfsb6-4WcGP;QfN7Q-`b?2I$*Wp~Q_T~3ASK;d}P@$*S zo_E1YMUs}f?_eBvR8eJD>K+Mh7t%D<{@#3lE;ec9?ETjC#nx)CTOg_Q(S2j$#=D>^ zszc-7y@%^`f50>r^uGU=QrMaPr}HJ_e;Uqb{}qXk*kJw@iNAn~Q!Dg=2XUZWpr6_X zwxjUIj%4L|uRisuB8x;Oqmnak+D2m%M;b|f9*Hwgwu;a&f0qvlf2L2a>)$TcJiayc z`)T?6Y4Z8DOi`)BDEOJSy3H>;d+I%O3AIt&gm~u1NjDaQU^xxwq!) zM6#Vz`}p`TPFtnymWrTjxoC%Fa?@4ix{CKJBW`k+R+$BBdk#S59=7FcU5 zSEkf9z_EM@NE`2ymP90)K6W5*kk=ZvRa|sz;St&=Q+|;-HAsWi#R%r?IzXX>YixV7 zCd2~inq{>XQI*k5>av&%7p&@da`~1qP6y}1exwCCwb^A9x{REoO zQzHd&lVe{2&qM~d#0)$BE-giQMhqRW?2p%F66l_;{9llHDT-POYTpw*E~i;Gwi&YK4I^ z3MoqlayT%(bwPIIJ6($NYzWSY6=9#Gu1S z%CMcLuAe|fa!Rzu)$?%P4{4NzxLTk(#VAz;Kl>+q>dtY3tTwH;tTa2ZRFG|zG@~#F zION{6h^!VPvJCsCW%r;XqAGc8C~Tm>Pgrdil^nGQYQ@~K<|oufzzt1z ztB&`^gO`j21aFqd*J5BNP}G{Wb}V3eMM+b}b^dZIF@rHQv&&2kVMDJhak-x*7`ogT zEAU|k?6rzCtKLnJaVh}HR9>AhPt!VB^1R|MgCBR?4+^LkKLcY$U{KT)7RJ;PF209| zMWGh(>4PcA@AoM9%}n5R8R9Ux=Nc2{B}yV>QocyXq4ijt@gd+PPXkv4Zper{M#}TU z85VP`#Qv?iDvKKobN9uJzOfd6%_U61JBeF(eu=3&K%aHe^TU5T+pq}{3l9(R6RDZ1 z1KNi(`8QPWXHZaI`|b)hw4e2oZPnkBKf68TbxIm3HRjx2s5jR^aKJx&``3L5kYC!( z1jCa)J*p}Ea{B8PHsURdcVTm32Se^buVcr~t_k1|4v`U*$rXWlg=)qldxfeMt6ezf zX6*&e9;Ox-I&Q;i56_Ad=y!hl&+e+8?J+7@yE?Ah_w~e1U$+AHU&GD+gd1UE;$ZoI zk8ibFvvpTwFuSjm4?xM#VFE<4W{Q>VO77}h-Br=d=3Kh2j(h$~0gUScer77I>YT{{ zj4$S&&69V|^TArbOTppK{;WRV-9I0`->>q{-<)3`j6R=sVWv7b9S2989?W#BFzDdL z?n`&~Z;w^W>HXi&_v3e4<9EjPH&$n`IEDUfT=oxnZp zmS45~LpfWc7|x^matHk1uE71fk90Fo#00SrkNchc;bY<52Rma&sea?ENjidMmZ^hU z*sI;)FqJ$=9fQ*tWdPJRyj$FQJAq3X(pC9+;Jl z0AXQr${VU1zhy;^8jV;~^gVwde2T1wVuCvEjEMy$wVKsm_cq0HQUT08g%9S^h* zPn+K_+DMMI{Z8HYlKsDJ<5ntdgTit%wc3|4#mya`mTTCqE1BoWR76Nd?hTlP{?Izo z5w!pvjs?Y84pToYqzc$LK-m$~+9kg#gp`;&qM|?hV9vIvbe%%PbLU~_&f3`zH=q3A zj&C0Sx;E&M`Vks{BN)&B<91oRkY?y9zR&zyyrA!1r@#=fK;tAV*I{iy5Ug*#Y0$Nf`zpn%Ao9I7+~dK29&sMQSU4nnVt&>Zk6B(JJK^ zjh+1|mwd@P$qFwuBg4z!Kd(EMMS;yoHiiS6*d+=HVFfdNKDpX^ll}M+?%7O8M!tnI zMm+3U;($-0bi(dG#$#89icxE~JQZozKRb$` zj6o?ZJcGG;>8M3omGoI`gMbrZonFdb3N{G#89W04buu9YC)YSpV9AW ztOx!5*ra$NF_QQMtKJql=MX~!0-E*;h4on0p}zR6kEf?~8_2GITJ}hpF;AKcMm|AX zU}vZYfe2x!49;JDKYdfaGc^z6SqhL+z}AS1UN|o--g)nq)S{EsD9{gC%ZSMbEm=`G z6@tecCY0!1Mv7B3YK6KQkkp`qQ@ZW=@3A}<1?L7|;q$fetw?aDK{dXlQ1gSlKIVx} z%8S2z-JxA_QB3#J7@$)#U(TNksWHc)HpA;X9c5AD{2^CQ=>S=V&A}ADI-@Yme&$G&itYcreadf+?o|YU*%|m%i`qvua8iSo>>cDZCq;PpVu0?AMhigjp1NEJEq(+2&9pjr8H|gix*PArns@^WO7$3bR9V((s_DZcEYjCPmSxwghV`%)+ z)T(j2GSnM}j79}p0r$$oZ8l8uKU*~Zo9v=YFx5oO=6b8*udBPCpwsGBFGi+Lf}=}Z z)LiBWi1ch)f|OhL+>pJ$0s#J544q!q@sV?0kFvY2&BZgf)?`Fk$H)^dct+-f|FeJlq;uqph1>`E_=Z@hR%|N^R?1PJ zi%2eHIW*O%exJ!Vy<+L=`!-hmf)s%L3^F{5$=c;(aU>MX25@-mmWtp11&+2d5d2>= z)Bm=QW8(aeKKrazcN`5n-0U~%Gq7%2g*jj_9GV9G{>*?$Sn$>oo;cjiFFCbTkqGbK z1!HW6t1*{7rAnz~!aszSC!a*HVcE z8!MfF@2xJrB&u9Y=#r-;=zIGmR_<1EF{$;O$I;t?Ev)X_O1vB2Cb4?i7{peh$N{aT zYfgQT(c+91d#|~dl~?E+pT?rTu@zBeaf$E02s3Y3q-wA2kZ0m%`#=!)fgSfS=Bj;M z(9Vtt!rw7-2%-(Vhd5te=9UnMa$EZ85VLR*3^roE=#Ind$;RAnrj0KM4*_B~L8IB!eZF&a z8|noS!59IS@p|u$HB-8J35H#$w#t5rsCzb0^#C;_mm~7Z(y3Yvv>9gXuUsc2|F5`t z?krbBH{*Bigrv6af{8qv28fOu4fqvx%Y1|ao{bUS>9~0}rG4>^*wVLKpTDiTsiCpI z7O==?`R~c&X6*H9gzaQXt5i(6L#tu`C_wBS4Bnr8stb=*V5bdDns4AujLYq{^ zp+X8UDzK0k8wKU})Od?Wxttc~;`nyr#|OQXB1xN83*U#UD6cQEI#&DqXDt>$P5SMX z3g}1&d9xWY_L$q%sR<6c!W{!f$caLioslf!@5$G*Xt??_?1de`t#%WMyJUxVnKz+Q zilRUa*WSing1xG%q2T6wT`?rdmY7r5+Ml5W=(W6sTU6#9u!d1`MD|VHriiduoR7)0>OYD-_R2w$8pIl-+gt;ALIg zWU!V%q~Qolp@>UNBlhsUQfE{Mcq=5ebbh)dINkow3UJ4g5E6{MvZ%8_s*8)uXdV6o zCTHY+uc4)(p4T}u(K-mpEUmB|CYPDQ`Jge(a+$QBosQ(2rCPbd zr>>V}1`^4eMp1yuOIcsge2e0#m!}*3oIl!_x0ywatj7axw65y=>f{%)2d|t3<4i-T zPrB0#{chDLc{GDYZxw&F)*#wdaXPjk5F3ZZQ??o9HS|M^V28IAxU2gn_DcwU6ye3 z$hS*59yuc5+9rg(Sl-c)0)?0aes`4KB-IbYy!}Fb?ZpmP4{*?6@g`=gG8I&bJd9(x z|75MK=-4ZHTrmx3o!21xlnfuua-aYpEmH}5AQw-Pxmqz$fe7+Pgn8eqv&gyLwy4)y z)nXJ4OcMPFD2+h1Nj7VjIE2x+Of?mDvddtx$d}Q9R`W%p)J>90v7*Jbu2YJ~9XOB$ zR!humhwhrX^ZI4o&n7Zf3cI~uuQv{o&X37aVIhZgx_8)L#^A|EO7=GyW;tx8C)W3&y9O0QhZ!~Z;AZFVdbkn8J)MRVd!Ji z&>%@qRPQ>3UbQAyr??S(7LCxq@1kdC>kBg6!YbqDh#kCQ0kq77>`*#=pFg{o{y_E( zcBp=8B{N_gwL!C9lL=cN8PpaBx>n!YC84TU_qBn`u6AvaSmY}l-FK={VeM;;R@UYZ z8T+t+Zk5RZ*I#XM98rvy6{ZKU=jWv}^)0geXyv=ri|7i!SSoATxv9$at5_|~qm`RM zXZ7e<$33A;565WtHp%i9W{hx zdDY1#YPzcYn(&b{d56#DSIP6iN(s!V}c{-!tFYz3dRl!P5E-|AAEYf3ktvT$rKcl|5 z^zfCvDZv;0EEdf-Q-g)s)uq@7dPUA3AT6QxHvMMdzWrNzFDuC}?^k-A9QLq?EkB#^ z>N7|6nC#q?bWNV8Kh-WrNU zG6wd_NK`MCBzb$nk-b@JKEFl9<}LHbZzsnZPU09!i1_6^VV&X$3kPaSR-=3SO_kd7 zLPBc|5ua-*)bd)-v&N`JlBVxo$2ktbkEfa-C6p2Ldvf9Nh_;*2ThBV5twe$1^0DYp z&%B-T@tQ)74hv4???PwsVph=O>iL(#fGesW>AUs&b1Id3co8qFKPj^r<)JudxH>cQ zf~&qS_mbjXl$@rUxMLYWl{qH3qEltN6HQ+Pmx^~2(hHZlIyK~u;C&e?uv;ovTDGcD zYgG;hv|OFT$ri^nJ^vRzL+O*je~VBY|I;Lpk&W>`;5;i@vhn|JYQ3-OZ}20jmGD~w z1mQrofxBoK+6%)TF;|u0-@oZmNfePuH5|>DF6iB2WNkEjN%Hb6xd&SeutPuDVVGC` zj6J{B{oj`H_4kikcUzZtm-tQ^<0}D}diKGYV;eNXqXFN`!9Go_5K^0u58s|iWauEVee}G6QnV-h%#O*mnh>ya%wfmb9GJm z4Z4P6)9gJ^9OXzxUauH1$LB3=N2R>o#4pax2dX_qXgue532V?a^zX+Oa)$yZ{D#ng zL;dy}v2z19MB9`ANR%}!V7ZN9X7&)oE{u;H)XX|%mO8AZpgSWAZ<1`bZ^J%tKYlqa zz}}o!nmR|CQPgtL``^n7&A{~s_h$9$71YzPoT3WS6N_19D`hiIxSpM%_l*9>EMSQb zx++Tr%{Wut!)>adY&MCJ4@UICWV%c#XNR zN9z#8M1!9?8aOOR!GSO`cR2XzF`grsb9_zLJ#3ijgrbz@dBbBGBc0M;034b~hr;YVttc@IP4Hus%}D{T8mdy#dGKOPNwy*Q)_8Naw6t=H74cmpZJLiiq!gt?AdN^R8gMZG z#x7PMp0e8cr8Iip8?-pM)UwM~j&bgW{vXEPu{*P{X}e9ww%xI9+qP}nwrzIUv2ELS za>X_~+Ihytc%MD)5BHB)tLm((W6non_B1O=7B^tCl5Q4{ubblFdg3Jim-|*kh=m!a zF6?EYO|AB%9BDe73nuIgAwHQ#6GcS(0$VeAZLOqWW+od+2Sq7B)eV+u0je;)CXHWo z{`xk^bfq-ivF|fWC`84TqREBh^t|(k((5ulV*C%Yme-6cpH z+mlB7hF*nK?GU+1J2%0WAQ7DU6S--tcptE>-cG{=SJ9?y>D0;tIkR`6VfiAo}UXK9$ z7Gw9GD&MO6s&b4Q&9k$%DlTi=VxF^rIBJBgbJJ_9TwZ!U!qnAvw+x~t%X78!IN^0U zs4G?iWgAhaiR*Uy4bMb31(7XTXWcL5OauVFo(ns2E|C|-3YLA&AJ^Yc>e%Urg)^M0 zR;aAD(;^bq(Z?r5-gHe8QCc6Hter3yE9YX0ALmbI8^69Swhx)B(?^P?NW@I*X!1u@ zCkjnVo|{r66i~U_pe5!J7{A_SX8q0v%t)7 zmmz6eGs%D0Y;8PTmwBCgxgl&Q&PiK*_VI&GvjoQtj~n*oqrurVY@>}C@<>d=tW}=e zM)EPW%s(Nat#clesZO013g2HFOaB|VHnOAIH)j|BBMwKN>;ikP^KZkF;aC#a3pS4v zN`Cemrfb$fNFCoFh>S;8wugJkTa6q_FA?C$^62rpOdj$LJ9lHqZkgukjDZge=>cAs?D@DSXaPu;{m07m-=&clnE#hR<$ta{ zw*KF14~eCCTZ6j)4;%NpapZAHc;{P55m{7fg(Gjfm;%|@?C12{->;a*H+!o1fS-99 z@%!TJD*tu$=I&popI^40Z!Vv2%VNa}kfB$%d_RSGsWcEP1b?@kzg}}(Wpno^wOw*6M0(cS%*dy_uv>0Lma{KjkX%h5Qg-_AX`&7*ZE@wTkW#5U)g z?gP3ycb6VrDrr~ddZ9S*p8oX&?C(bSOd+$?W6j)5A*8M9hF{KxM2kX!-I2XB^#0vn zjFcDYXGSqvyp(ZRWan)dHG-^Cd=7u7AQZ{<`q1mU#$hF<-vhFwH~s%zhGNC4(TQ+p zX;!Zwb4%KrKCmX|7p?HTzE(0@k+rwzcqZ!<+zG<3Gam>j{lSOG3yR!vC{Q% zX`2EQk>=KENeB?_m%f7z)-lZvBOtwc<;uED?8~jU-$BlDT6uGP=x`{AH4Y zcv}cIt{c5IUT=4_GXZ*QzlC4hUL!IpQvEyFwbOffB<*bamcSy97vW_=-WK_qWG@_@ z{|3kD>U-(wR|8VAxGIF@BPyT3sb?;4A@kfW*uFi%;<|GW;lnO*Cj4Un&et=SZ$Tln z@(zxaYVKf=m3dbd{`%e44ZHk0=W5y75ZmHleA`a0Tq;QZ4zdDRml&jEy8Z&p~zvBM|j^Y>|#_U zS$Zj}zO4DvlfWW%W*3(VF>p!oJ8>uuda(-=K#p?_V!fJ6B8B?(0n=jB9zd7~DqSfL z_NvJqT($%?N@p(NPJDh`zD<1f_R@%11E^c~#F*7%?m^DpJ(9l*IAqnxC6#E>fR=Ya zo4~keIo&-whWQaynmlE@P%W=lL{xCZ>%^v-R#=PS;PY_r&?bI%!vI)&2pP{>V93(T z0I1qNCYUUdDX~9m3GyG&rfTOC`%x#gT!|j&$W` zc?ThFu6>y}Z;gaVF0t`f0`;dwVy_6IOiwsDG|=VymA2&l;}A8tc4Y?YsGLkk1^Fjw zU>(Opfm3R~IFzGeL```u>z8?1wNidNsU=J&7L}fVaikM4%^X`nm!b1&uZN+09Ei}N z=v*m_=uJEaGBXZY0@}cFFSIdTLO_)u-cmoyX;oMu=o)5a42tR;mQnbi0%0VjlFK&dJ#b(G>045S|)&OhJOA zKO|bD?&dnw;t@_C(lLep`N530(MgMEI@27jWxmTuzy7_M^w0rVB>eg$41TsI2eR!U zmKWO)s^m_O3>fh?4COJPbTH-j`7@QiPAk?id5K|w5l%V6_6rs~)IQ&m#QY#eUwGe- zEHb(e3$(w1Y7ig35Fm@*8*inmF!ItY<%MvU(AL9V!C58G8IFUI+;&kvk=qI9R1_Xi zXGe;)ENslWOoN++@=F3~G_ozCkd*q+>8w7;UCUbW z$Oh)3on{_$FPqH8oWuf}%FIj2!4)%uwK%lsxzRIt_i-^tq^qrQ&DLT9H|4-PA3xX` z9cKjr$ueciUy1ENk!~#apZ)%L|K3kh9=n7nl8><+*Dxb7sT+eGWv_yXSDigJI$Vu> z!QGpN{r@np=PCFJCT=lHUK?>NFd?gjC9|O`^{KlRd z8Wbn9Uo8sFLJEGZLw|Lc53z9sQkd+xM&``{*-u;iy6@QHq|0-J+UJ3nO1BDn(kEw1U1;s3 zVA4;;J7@162TOi+?J;ktpE^#Vv_CxqRkd!}{+0)_=)2|b{n5{vsKCog$bW1c{;Mzx zBPY}UdeZ)%;uhKDVOdaY-~TVovZcoL|ESm05(~|i@<6fHV$TxWQ1xwVqZ)nmmxvDd zn>`}FkM6H-UN?VUv+D0}zHe`)Z;$JAf}jv~o}NES2*WB}I`|NGH_vsyUMZ+&w|awp z_D;#Opp<_|{u8gANlZ2P`G1kv;^xjGBjsWF#+_a8A4VtbVa5mr)+q#aePU}1XtL8- z?zp!mZxDaLj5F;Nq(QmSrZPz6)9jn!h?2h44>nnysjdrN|BMO43NxBNWcEv4`LjIk zxOpbr309w%uaOI{`7xdr&8I&OfCZypp9;GmwN_2Hw0MLDuL@apB;7(-aE{Y<&aLk= za9*hi@<&Kni{n*~Y;jdV_u#RK^s?ahRFGCw3h-n?!U$tvY~>Q6Oa<*%t|DvKFbr-j z^HSwPTYSW?P%S6NT+&>AlqL<-XCZn8P=&s##W_T9dYBpzD1tX))xXDX1q2aV+2w{< z5&mTNn}J#c(Q?~^Ks{aoUo=A|$dDa07J%ScW9OU1ieIk4cakV9@eleKp}E>1clC|B zi}g=B>tw6$~ziCL2_TK<5*&0A>EFRBGN3DNo{UO{;*y=DJQ&;#rup>(AA$mGm0(m zBH1Q?^7x=wUObyIVk8vpNDpI4-;PU2R7!U-(=Sq*T_%pBScU%lCJt&`7-7sU!T<*~ zgo=TxrEpXtSWG=d8O*ygD1%XQ@J(9jG_KMO$7saZ(g7TbS`%>#>6D6j{yI?UB1-6^ z3GLX>VAhm{Zkz>AQV!;*U*s9jF_bN{xkcb4DV6J>PQ^2zi+8b5hw8Nh`Im zfyFjk*sm_MJ-JK*|DpDz#`_s>k%R|04vKt3XG9dW_7O${G*l^=TkMUg$*`qp}-k&w8(89tF@C1MUqS_zv-5A%V3U%P;FvO zBfA>UMY5cYtp=?l9%pzqxQo$Hu}(DprE1`Jgm(QH0_Ou?IU8QxB)b6d z@jk3wuH!w^CCv`m$x#N$Y>LtaW1<2j!LqvX=?$-ffAES4#8e~mwp&YH8I6$jp8U@e zh_5JHQ{}ScDe7(0xal1Isiix=$p7|K-?wq*u@kayQ6CRRrNVG(m@1$Z3jP2{p*&;9 zYn0ckuuESrjehMRtRw)O(t(?_D_TW;)WQNp%cQ!WMpiC>7u=(rkUUdPx*$qn99zu2c28itt?dqVO2GP+L77@q;%J{ z)oG$Qs+q{c{|Db_P9>kghF3PODBrpQ?7yn;T=A$MA-lJg7s<1jvbe0K%*(h0C7?Fm z4(AA4vsmEI#!ERXGRkp}E-BCW(i~I6`m0i-?&g!D4(`4yq@m8K3OXBa0x7eekF=Us z5nKkEN$+xOb+Xo3s$cDoS+zi8o+FDKcU)A;Ajm9EC#vZ&QXZBNpCYll3sW3Pi>-qu zhp55kc3821d_TtKZ`S5@rxzniG^Gsrql0IVhkzvTt8C4A>iMMllE?VaZIhav_K-JzRxHpTU>>9eBZ}}1X0A9K;SJ1l$Yd?4N7{-iFm&1&+O)KOOUmfpNC>RLp*i*cfxnxjSB-`ct`n9E?8>Mu8R z>DJHg{jcl#=5XLn$n6m|Le`Ie=*Jf?9;2%^-OJN3q$~HS$=a8EL^-`@+a5vfL%e!G`xlrx{y+S9qiCR(Ko@X3jN*uzhH|CX@9bOF!vtK*5^r1Y zdc8;@bNE@Fa=-~81mJ6;Kj@u2?B#o__U8J*{_BhLG@@zbk*g5lOAl;HGb7 zY?1i{hJnHdO!_+gF*`*II8hqVUoE~G`?ar7$IH-{q-}w92Q=EkmaA&ZjpvfJ0Y+`E zNLyWut8JmkRigeW1BgxMv@gV|)3bR3?S$$Sna}ZDZ7XB8N<+*eHkquSBhXpJYx7QpsOL?h01QI01wo9m{hC%`4X=157brbo^6_6|!ayY#ATYx7F?Ji!&05Z7mbc{TST`HNldV=_F$ohPsLJGpmIQXiY-oUn`!^@DH z$wKHBJj$zrf}-wmb2laIWztO)eC@i8<7$8&NLZR43u+6+RC-tE>6fT-Yb-n-+S@yb zZAFBMQRm(wNCDa&j-o77Z@Ci|S&lV*>^9gO)yOVr>{{?b$sr~*&`3!`m4pZp36VNN zb>$f(Q}8L;r6i~5I%}v%18>QjI$@^*ZY(uc1vQwl(8@M7GW#Cof}GJWqLf5zC#xlFB1M2M)C^{QO--Jh(psxTU8QC0DYzjGb%>3mEv8tK8q-ooUV%= z2|32lZ!q5A4;iAk=qb|BKHsO_<%y#_4YJoxPOm7F=HnRqvPoFwUqY4r9S#6@9Kj*o z)vy;F->9LB#%!rW8|c@iJ*gO>-JmyBut_BxKAWYpq>wPzkTy4XNUVtSq{g=5*(Bhz`dh}CsBENtSce1LN7>4zLbp4DvD(CG`fr4LOmY+C67bv-itr!c za}-7}K6|DNi{Y-&tJt@e7L3iuBh?B#sWWFp?DH;?*Iq?g+F?syeU3g12<}ai{B1S7 z;ou@R*mVBIFfB%R?4Hc?3h~o6{^z!F@AP`XZU2hOxKeQs9CJhM7l7MBRa-JQnEC|h z^;_i=cz{>hh;XdiKrEMbt_%xSp~^*Tel9B;4n=H5e$rs z1R5Oh=+gL{jnLl*2=z`Dnp!0Kzm@N*vZ#^Z5IyrQ8T;LI&PcVvg*5CL@KF~f(r$5$ zlhWp(GJ!;Y6{%ed1r&7ygN~!C(^Hh6AY|DSR!aWuKy5fWR+e}YKFzl(>1*a9%;pa> zEKojsf0Xfn%O~>UT27^Wr@uxKw!FkvZSEG^=fT%w)2HND8LKVzcODYOnoE6p?{{XK zF39w<{sWabKNz~3W0i|3ylBq)7@6>mY4ATHT-ko7NX|9T{zZ;arYFInQ5+3&Or#%& zA*2`5O`iQn06Fuwv=Q9eI=1!p2c&7yL;33!n4P_8`wb_ zr8`2xcei!~EsMNBQ(Q8H&$XL2ynI{AdV7u*uu7ramw{1wsKj6-Wyzz+r01Cm`EDDa$x=nv z2!?>^XZns*q6T8Tc@T^?s!h0gyOlmCFrGTGytkIss=1H1gJ;@l!7UZ$l2XPooHC1Z zZTQXTuI%+kXrYThpS1S!<4WiId5Y7V)H)hAz~+zVY&sb_ zkXZ^!+m>47{Gl@Nffe78to51s+ui0jU9`{kf9!MqD^Cs+I|u9knE)C7!LJ>N{ok~I zHK{69fg*%oNkHvjKd}En3)qvC!H;j!=K82A(IjtVP-d~sG!>ZiQSk|Kxl{2)$xLwI>{>BGc7ygl}b zCrYRZAFcpSuL~)Pj>ost|I{EN<5L5h^xK;rnnPJNQN+9;vTq`YFVB24z}&W6U)f^H z?ym>&z5o<(K14qGhePHu&Izib<^AvZ1ijnnzgpir=(5EMv_0ZC;n~Cb2UiwL2bczm z?k3bi?j)2QD8t5s``Y^o4|VleP{Pn|w9G>Rc*qK;3L|~*gRGSwxKxpXLaI%`bW~US zYW`nspK)mrtxe`*rRK2@Mu>Ho37YV?C2>YYnWl><%TDJq+pw{=mCNx67ep(x@dPnk zI3ga;qxz_xz(a*qk3C7(s$9Fm;<|=`vZ>x>fjS!YX;#L?04gNyEHK`UjgqPkIspyTUh^F{CFpum#wSrbxGqR`5qhFby}UccJaG)o+> z4K5of7d-^#q_+M_t8IY9?ke`elVVVhGc~*yxRN`~oEyKF?SkdblPu`ni@ldtwUgH%%;Hbs! zT`Zlsf&t=(1q_EHpx*&nM@Vnwl?3sxi5xOkMV(zhsbY-~w1#U%ME3HVLiBzzxN&Xzkaufk@lk|E@&_#XJRx~8S#n#-I2uBBvqsm zw%s)&o~SB9a$}+oNq(7%hL%yT7&-$-#?CE5+D9~p5e1J?b;tvlDieu_{>&6|v7iX< z0=>}8%P0*9+P1CH_u%?Yr<3XG7bp@<3!f{d!?NLlvz~Q^o!OaI>P`DH zLd+bZgH{1V6El6Omp0Epmo+vrm$(j$A2; zgXd{0ZEqkAfA?=i#8+jj!~Nn+T?P)NV1uVigR{C_H4}0f;2wZ_z$XHc>tTj&(xUOQ zbrk^KCd{&rZmOX(AHI`6PO|!)?Uq6?^Qv>9W&4VEPjkQ%C6s%n*cfP$t;xP4N5*3< z)EMPdJJ(BgFAgm;=Jx#cj(xu#cl?K36hEzxMaUwMeV$Zq_|-Fq8_bUkx4}=u$yVW3 zKv^Gj2_wjMs_|N?ye^?ivI$tV&O2v1Hrdz&LWj3aLeweeR#WYs)rfBq3SvB+odJTL zRA2Nv>8CY8xU$MSp1V8`NV z;-tN0x`I#8v3*A2&T*vsAw{{-fLI>RIS1Gou4Pt%5+d_9l{JYp6h;ROy||DC7fxpw zY|Sns5NDvo^ckB)kUt?BCMJ*4a~a@uK93HBY+2^==Q_RZnXrzcGa#NOq`?Qci}FCy zd$^fjyt#vA9bU zM(8Ein;1&gPKM?9Qi{|s>ar+YA_=S{vb9(!cRT4=Z-aVX9L)WG5DYG( zER=XR`(h)3)S9Eh3d^93C1Fd>N2S70_~;r-x#AUnD$?;J*U7HmYCwK-SjyFGGJH#K1)H&3O=^36a;?y7Eip+%dmn$pIH2$mR7OcEGL z&qoncl_XrHx$jC!lh_}V(DuKw--qidh?_9Jfr-cCV98=1ZdBPrIJZ-{*YHj`FUP0I#mczDc8+kquRU-_5Ppz4*nk^ck+ISsgN zU5m^3t<8q)N2X&qo-LV)cZRuO(6|*c@A4?UX&z8bN1E&0B(MQ(cY*Fl&h%%>duQWG z;bqJg{$e0wn}O)CUQFt!%dA4evc5`Mn)zXG{hqZIY+TXKe^^9zt0*+I6=;{&!bKAU zl`~u&XW(Wvbz;v@N>OzMq4~c$;4~0M3Dag9RX1{g+&U`@<713dm8d4ukP|?yqZhUOVw%rV(iUf#Gw13`WaRo8 zf-RkQ9yNLifF(T+2W^-FA|efN<-h+>S8)O}h8I%)t>c-5s2zV^%0#!71ADLYcriip zCBQR%mB+krd=Ge;HJCr|1%h>hM#ghqgEwu-BBrC6uuFa*jP*4voL_b|D#{zGikLK` zaT3iu3|^k(oGcBN=f-hEx zidrI=lq*0FCR)ouy)t(d!q$r)e0a4W&=QF(n7uO$Yg`<;l4K?XmvYw3BjoRx7$`dm zAungR>e1jcAGItHbJ6P;HcNu3j zD~A#1wXsQbG)ZdxcWjXX_*iQZC9a|ou z7-38DM2Tg{3;n$>XXJ@e+@*1zh!F>s&O|X+hNnaetF8fR0d1q;?ESc%f|xR8QTOHI zvS>e8`wL+_8}oa&+w*+H{GR=Y9p1HB4X})?;=V(cgC=#a+)yacW;KbHg>n4GJTT4V z#%EN&;dH(4VXoq5))WOm(xGd(UIPN)dbiG*H-_e#2fK1VDMM19;epj@%w!gux#FBI z+_uqC!HO{VuU`hahDx1u0C`gx$amx4gM7yHig932iG}=&WE&x!lOi9c=$Q8dq*#Kv zik^Gk6Gv0)%~hqTcvTQpaqyL-ids)ZF2SUU3kEceoiD37s2ZnX_A;qFEZd!I9O2NR z=MP(Zzu0gIl-zcx5{~)K9ng-3DozebhWi6SfK%1|$3~g$zu~|zvj6YPperrj_#Z9S)dTehgjix3Jr1S}5+PK= zb-+~+>cs=6YSjC;tcYX^h4!=IsH!TgK2~ADq3l1tm}^;5ZiYb0=;0MrnYiL{%wERO)IFZGe@>8L%Ts zxxDI-yYR4d?bv7_ERT}ck$649VccP)Z#!_p69@lkDEs2&`EmEW$zTN#W8X?aPHx7M z$7TIEZGIMpU0dx>T|dS57OgyHfzH;HG|cJXajxfh2Q#PTV?4v>C#LH9VW+E#02JF6 zC?08_hd9epJ>?%X2etDxu}=bc{J(ben^^W^(=yG!Sjt)dEwnLly@A>WhoQuY(NmZp z1avZa78~io<_b0eu>eE%K6*R-CNxylBfR8Qlx}AG9I)V{|Ah!}e0v#bGa9SD`#X7T zP_)M20+b8HJxVT3JAsFdz0ud|(hNwie`5}Uy{#5jmO_vKB4(FyRc3|H6|c{dp*B0= zU_ixDrmygH!HQANK~n$1`O0yQw1$j}8e0g`(=_^k&y?Y)t;0y25NswD+aVPK{2O}J z#a10l(~c>w3bOp5#rnsb&xEJ>%vjg9L^4FeLhx%_+@bGW3}JiyoDXZS7ZW`$ndKri zU44a%#vqrymf7g6%2g7T+bIo89x4(muC(0q$?DJnxEs`t{X!HNKNTeZyes>Y^ghcU z&C?q-v-P7np9&>U!IO>B1d$h{1OJ6(fam~CdA7Sc5I%_@ zIJ`CXw(5&pi?V?Ux18;9he3{M^Nw$QX)owAcF?!+0}0!>X$e-jF_-fmXXDbRWO1zg zV4u&h%?5LUpx@sizh3uvRQ zuav;}fx~)w656o)j^;|Jh>HV4JKZ2c2^pGnU z-8kL_99HsGg?|gc>khriE5pkvmNLH*x~Qsf*=;ECqaerFaeW(W99P=bCw8LJt`*1u zEeEX6SO>!tXeEhHjAzQ(3HryRd3*;cP_7k@a%GW5gkrNB4pOFKy?>M8V#KRCh`X#a z5s9}I{1MKwf08GcMN6e8RuCnhEW-Ew2jIrVDtc6J5ihh))f-Ce?Zq^N?Jjafr_BLA zQWV(4l-7l*E!tXmi9YtolBP+W$Jt>nBt$iWx4%3s?;8JH7CBtn;e2JVw-j582B~9_ zU{X%2XB{%MyKb!+0+f#^X-#?2tN%a;pN2Frl*RM|4_y!P0C+&-87D&F}f@>%4geD?Mlkn5W#E}99nM9cTix7a$4lBX0egCys-2d zbuL(g>e{}>Ex!Eu%0-jT)|E>*94-fR7X%M;=aS1GV(=)`0&0>R5V2#Ws(A?R__D#c z$35y=LLF!mBavO~gbEqF08iI@4^R(~Lb7m5e92qWCncYsTvXb@WafyJU6QTr!Y!k_4T|MD7NhZBc=ghcf=!5PH z(bQ(63SqBLmAD3u8*wGV6!!1p23NEeR4_vjv##A0i7L60Rl+0M#f6oIgIo)>sHNt- z^HpqTZGw@j`f{87TJ5cd>N);8Te&CIzdbN?&uaO#YT^zOSJv|@69dLesy%jp#0sXb zhabn{x-TdL0rgNcMDE_T7@yvUAYe?W?FZ5^C1rnm+kx_SC;!pE7n;e-x|!X0Q?jFR zh^#kv4qJtiT;H<$TP_aqgxH{0{L5Zc;?Q-|G!(C8)ZO@`(D!@AvGu9X{Ex+u^S>#E zOswqe|L4@G`e$lH(hm0n?Z1a$A``Ji5-5NN=K=S@`C}J`fQOdM_r~z;U(Xg*T&z*i z!Ki#%B@v2F7k`LyaknbWdwiSk ze!zat9K-Se>+Mr`SA06BAjI7lFh;l|Mo1)p9FR7bnNE< z*5iP(c}30N+w`Iqk6^wsB7ri2+U3mQ?QS0$#0czr_viaUBl%LX(xR0@)ANC(gEO7* z@Y>E*6y6Egltj@S;b8hI<^4i$MPkoxQgzuo=2}Te+i$&d=GsU@Fid~>%SaZN6Kc`% zIgE8msZaca0&&JG3Xnyjnnnj*p_pppxfUvJ3w1eUg?qblpPa&3GD&CcN*~41A929Y zAhSltCbFTu`E{jUL`i#!@b=;{V*@|lxV7%IHQ zD+B-6PMOw0qLg`8n_*o4-xcE{!0H8`&A2z7`?O_(Cj*=uH9XW`W?o z|K|QQ<*K1eUIBeyfod)Pc1Qxw6<86Ch-(Sc*h~K?^*Z=>cxL8Ss93BlCi`cJ9@^Du zb!(RdQu3*geqenEK^8#1;F9U&j(oHbV=h34C?)zd>{~df6OUp_k~FX;uoU z3r_$B%osB|7&`7FprQd01#4D^sk__C3g20R<^kkry-NWx>Jm8DQ3^v3Y?;@LAh-1I zX@s{~mR1+3Q3(Ll!Mc;x9n_bQ`O#~(MFSJ473nC*HO~h@)@;{w{&!}%rEQekQYrs_>XgPmM-JBpBm5>jHZ zswrc+vM0}}mm1pEPTZ;>rE1npAn8dq7chATsvcTzd0830zFkSCc&TJ#{D5BFBPi5x z0QKH*G<|ck5N^79%&dj5FdPiMUL=&(bz4PBP$^YL4iw7a^H22IS#m(ILkh`T}Q_JKE#{GIyH%F9O$&goqw3M}M5u8gr6$+AzVW@Dy_eU{)O2=4B~w zII?Xa(=+8-ppCU06?BQBa6C6gHDDg5D4)d@>wPk_SHp|5O?9 zMDW>)q<7Sj2JyS%8iMgjrc$sTsnD7;1T_x8dA2NfKeGw! zY>Bs?k?JZZb6~|(DDXzw%-zAkmdxMb(%YMBxvX(#YbGu$0+tmHCx zXVr#H|2hg$sasIXEMX@CXY5E{{y zqFN+3HJaSP8g)E~j~v_h@tgAuPI(qqn)aPL@$L#M{ zkB>lF(AzO?@Eu_TAu$7&;htEF6U30G54GEAaf5Jv`$he$4cYe~s0@Rqd~{u2E6agO zq?i$tE_H*K5h)$~_RF}aF#Jp|0d>751WO8eq(Ex<*Hl1hg504`8bUEF3P3$dAg>+C}Yjmvdq++bXDf1=U`3L7~7W1;H^G-+5VX+HLp0 z#a4A6ic@;kZo9459!3IY$n3ZB34yia$dd}wjsSHB0W8V`rCs5hoS^2s9^96VER=^C zcio2Mj3wzbdgb-{FImDfsynTHV_~6pvBX9RVGo;y`Fh+Bl?I!8d^=N+p_hlvNI9ss z6zMMWd`hNu7*ehxwwgG7GLbUX<||^|c$ay5(G}&)eYWu`bz!jUIh}{UrAO%z)C&y> z%{HB3nz1REv5*+#9*6RDCUJ=mCs(D=m4L&R9Oi=HHapE6ui-c!q%DE>rd$^|QYvhx-pzUKKVcv0)F4 z-=3<-F5BSa0T|rX6|&TRs-80#SKlUv3Ge`wwZ&;qlQZx~bJPZ`QvRnhPzx<^4g2-s z+!?Vn{W$lc`tQ0oU&3Sz#(~#XxD%E4*pS-J1p~b7OB>`u6-rmXka{lfxZ_M4V^olF zSi#5Q8Cjb3ae{XsnG5mM5-T$9_yj!b1 z?vM@f2d?rjFpU%)0ZPNgppR|OCU6`UqSCUJ7~=gqQj;WFmB;1rvQLj)OIUK4OCRqN z@Xmmc{LPLa_xAl4@Tvd3dh_)l|MkW9anJVgfdhNdrezx5dSY-gzi!&5dDJ_7`~3Pa z$x?p85_rG6$#Q0zb^K!4p!`qoGppC!?ECZ9|KQ2#`{D{gejRe+fyIg&p>;i$nxe2P zl6|!;deOtT7t8bmCGI)XV)*N7_kr3gE{Ad!>6P^$f9cDy&sBa>XwL}S4tm5jZ!vAG z%~wQF07)^{=vDi6ZFfzuv)=E76`9C3ZwHvR+-v!e`fKlc#SA{d)^v28qPE6U2M$Y! z91S2hMz9!~srLSU|2ftgEOh^YPNh(NkAJUvmASN07uF&U_D584`W2g}xJ=38la^}j zly7olK9y;#uuB|YLhtk=l<^*~QL5z%<~91c4)Mw zsb7}>H+;`%3ZNA+d6KC7RE=ER<2nqFf0xjY`3VeV(Dy9UWZuDBl1o|q+=t>9#L$R! z#YJvd1?lcHZzCBWwQ6G^jDb_wTgX7GY$sbrc6VP|>Zn=~#L7($yfX}kNV9DZl#qil z55aHNLmfVZ!VLtyzP?WdKn4@ZR`6ZKZU^?(zdbu8 zd!*w7v1}E1O5~8nEtln!^ufv{DK19RNpS0-ZzBjZ^jR$T7%g%{&>Xu6CMa@c13xaC zOW@2KvZyrEiewxF&fsLuC%QD23KJ$>#D{JGwlIz6DI<-h6eV&fn(lW*Oy)g*%vQRw z1#MhPtP`O<8(5Zj8+&jv%WD$K{@FmX2zFA6KqYD*ChHO;F~72?&hxmljJry@?s~m! zejJU`W-L=RN$o(TF@`3voyWN#%e1VFh)RoqwCKrD>)_SXnS`deD59~@#J;qhYGav} zT9~MLd)P>SJyX<2%EHW>j6~EG{*9#6o}&S&MXRp8+~^jM&U%8-K>prAxjgey%L zm7#>ERG^~I4(DrjrJJ^suP%G6n{VUC%r-Q78QQr34n zwsN*^?9Bj`<#sV2)6L5}DoVPHD@2WuNnLwkCH}KfHq?ZMe^*M!je@NffzHlKLC1lq z{@84J-aD+FU&JKY(|o-aHiHw=+DP@K()3OoPpRW3J3G9ScTyT)q!7yJ5?`^}dsb|< zk9W36SZBGYOZosA|BBI-s%n=(g+4+BCyll(s4sRI&_SWO6Km%~~vja#5p&S3k$D~wNuGn_YtanJ)#^kw z-Vq`#)-xjcS4J1|R~9)^TfKE6celz+$UvN17%ky2`%e}f^^|TKfXoG%Fn0n^iupBf zA~GN;yhT=7cgbH=6eXYRKB@>dC0 zIE~72Gj-2U;k?o=VjtHnu@_8o*imGd(O?yN3i9WQpWEDDj8-9$FrLa96*iv|qM*GB zupfG~7*!`3F)E%;Y;Lnt$PK0OMuq7fr&xN%{m-hPyKwR(9RXI|JL{R!0Dg;<+qCHP`PjAA6awE zUG?d6)jz6JZuzy|p5wQj@e?YQPl#bAp7NPNp9J`_ofDTaDfWaBl>8VFy!QL!s*$hw z=(!nJ-$cVA>bAcm*sw3bVeyyNOEeVCs*OvE0`4!bVL803oRK)0O@KixpBI5uHW~dX z*z;q#o)NA(=QGe)?)q)`>d=iBN-&e1)ZG$#whU22K=##6upYAxDdf!J=JjmF!+BIx zMD{jST^0GpqOupUn{x^+bFt=|sRlcEi1<(>e3J_mW%@=GCBl6Q4^F>h$bv`vZ!pn5 z{bmMOw8lI!VW?=}3rg;v{(b|^Y);+&$A03!1Kcum{4ZGBu(q`Q&(@~rMSY4OLfw8{ zAVE0L?gun7R()C!$Ibgx_x-KZO`(K*lquP;W(RRlZyLG(KwPfVqkkwG;(x!d`l_$9 z^99rEhmh}o@$xcRTboX=|75Do_IK;($;;8{&aRt>6Rqd!=;`%A^9R+&ApTk<j&0lK6Wg|J+qP}nNyoO6PO|#_Hr810H|ECt3-`ud zHR?L+D1C=)xyO0#dwQ!sa@pLqhoYrydRgceF~%)Q%8&cP^ z+OkY)*UXLYwF{Sd4&bb8qthcUDF@(LdBA|kOQ}+UlFL=;33__c@G6_dZpL#ejEj4y zJg!#_EI%jVWU*+W38M-KrW6VqgS>MOI4Z2k4l*_Ob(b(zMB&srH#kGOWx{iP@@zs< z>1uRGhxZN2XezCEfDKJ2231rgFG`!)MOQ`dOUM@?d@vwsI`?gh@>bJQD1Fioa@J?J zOs5xLsTQD}mQ;b`9&zTjj`DxJ$D%vWbgh!mo}!{(OSF6aRIV^r8GaeQGFmLDU*N_F zF${C)G>Ep>y@rm&+Vk6WrE44K3phI0m13Fh1m@c^#Eb`<=_0shQO$nGdcu4m_7N_B zG@c2*b9*xExYN4{7zihZgI=Xe1P!#PGjuu|V@be?wJ_?_3&I1Qr_4zHP+jpx!rPiM zg<#1ubvhlu1i40HQ4LT-60EUZO!NrI>lb0&zgVFP_6V8Iul<(2=O^tS+3)qQ?dXA! ztxweuh&{<+w?_bN&C^iN2ObrftPT!Gs*z|0xqFHjrto(Glrzl}pO-6&(zju!W3$or zN@u`QBxh99q-HhgBz=jennU;s93@Q1N3~jwonhqIzj)<^5%^cevqFWFF z)T1;wTK=ZF<)i?e`zh=NtU!xmw5U7ULBgqif(ne5b1sStl7=8;?-S7n0=)6Z!$soG#!G|I<47>y5B>iF~U%(C$q-dJ-S&Ds{K4xCn*Kkjl+3jL`|Jg=s_VL`D91-G1OIbblq za35<TEH8HBS%)>lwtXc7W z_i36?14($PuB37FsR+!ngMAYJ3q2xn1)3H|uPQ0~w9bDdYDiAN-uQ7XIHE=)V>wPm z5qs_slMybIVobt9w|d}A6gF1jOzNYCYFbU1XomPtwweISAv5ivPKj=Ev+$p)?~n41 z$#ztHhL&vb4NKmf6OrC=gv7H5xgpGAoP{UciE! zG1m|k`k3AL^r)y6h#Pa4yXN!bddcrG5A;GBfUCCxU`ckd#b8o3T~zk%{%CFFO|QwS zsJ5PBghVc`Su;MP+aHQOmqw=d<+4Nl{YeV9w8W8_5RSdv6BCLFsTfo7u?m z>le;VY0mrth#lGV?Me9g63j;OBYUQWS4LH}&1IdD_?$-{`?(F8*0>s!~JSgdLW8_N(UR$ICQvpxSdksQ0siU&GPSutm>na_!Dg zx)+sk)#K=5nA}W#1BitYk)`GKdyXf^C@{O3&Z}?ElTs-b1Q;3^NWm*#%@;KBt>O~) z6sYRfORL4*&?J0YtS_&gG$-_{lYG^Qi!3LHnOGF|QlVS?Hq{G6lmn`K?0`cI0mb)p zRtqmv-%Ke+E2s~twl5D$>3P()7gZ7rZgCx!=#X%ljt!5MRMO@&bFrEYL&D%~Gw;;X z9|hE9%jWRI{LsxDt$8#G0$#~m5lO-q)pQG9PnClsZv?+Hr;AK+eYU#s?Gw$lQ8g7J zez}PpTTZTlOEfDXZEQGJ$^AdCtJ(g=%%2tsfm|8}%!V`NCa(lC@#;(EqHnSpX_tCF zZnUqBo0EI%<5z5!&3soVq_`9BLG*rZ;R?=^Wb;#N@tb(Hla%f^mO<2xcT?OJJVf~n zHjr6U9K|fqIq7YG7hI}&XJz~4hP~|wZS`)Cyl8cx&1b&qyvKpLTs9Co`KBme_6V+W zTF5(EP2IcHT^s+-CjJAS9pnC`59~AnpnVyGUCuOW&8LO>7>N)LUwmwI^*KXf%DXN_ zu~=P8JbwLx^&@%{RTQ zyrEvof3J%K7;)2Mlvzz8qsfSO{$QKGzfAow(yYDxM|1XHk#w1VGyShu#F_sm>^Vss z!NvNQ^;q?9fFxlfR9j9Z1bzJscT3SJEiYU*7+%5Ds7agT)aj*|eegv@g!vgYB7Hxe zAJ*MnpW6TJ@b%5}_0H?{4v~a9X$d{|$%r;sZ9g|7^1e9#y1&FdHS6%g<{J^`Jk6#Z zKP4LKIMf;ZqNwql+G~c|8`kE5#vJ@QL7rXtYJ1f$&D$-rYp=`Zd4!PJV9(ypHW&$CEqQ{8@;QkP|KjMT($X4D>cgiRS?uG#jK)>#qxA`_8z zPqs`sNO0r0=ZjM}?A=pComTv^4t?`ZTsuu!x{dRe{q6191KS83V3BtlW}2Thp9)Q^ zw}x=^1yLK0KSHmK+>q$>$WeZQuDmDkyEHk^_IIIu5(=87Wx6;9mIW#OW1s|pky;tl z^s*8~!a(^B?byRbXq9a5a1v(Y$sXW&gGKdR-E5X3i{3OW0Ns&jgC5dh@hvDP(j-oa z@F)N^TV0i5kV-kdWh&&_16ta1rjyrH2!_Up1Fs{3Z%*7Lv06@P<|Gh)R_1#F8C+mx`i(NWKS?4hWZ1;VbL&{)0|? z*tuUh9*|HcC3?$z>2iI6yvAat%P0jA8Ugg7TkGj8K8yUGf2s2O4$iqfZRtz+jPPo& zHs|OMD6*IXD@KWJ8~O;{hR!`Iva5dceJ=1=$BD!HSyl&$SS?_GKHT1C1Xdi(jz2s( z>(_KRAKbFI=H^oNDBVPP2cn%1(n_SDJ^sS29uR~wT}j&HU35P%Ih$-#$S_Nn!HGy$ zG|?zF28pRG)GTBu)UToUOjcT`Y7)xf{>=MvJ)D!CKm$p?ZtZY)+gGHwfKf(&3|J&L zUHjN`$be1S6(Q-;;ih?Qa`+<>(4)YUiCvYG-4yub;9z(N=zqnWkq+SP(q$xlyrz0U zXmSDXJ}!#vpMZq>OBvSFN~#E~I3nr7tkr6|=3w$^HWNvQw7)hkkHEz644uH^NG#(L zF;il8n#z~i7F@}A_~^vM5~oMFCP>~X$oBd@NAn|xqGo61uOPzQ34~IvF_( zOR^iy`anh3!#62qbw*~|P2FARA%(RKbV^NzdJ80b{8!oTMarN6>uhdYC(rf3618|H zV(_sjfPh(Q@+`cvYvfVZ1F{;oiIox;=xm~2b{3w($y;XnurHW0`ZwN-D!K!V6pe8( z;w$0mEJbXe=qp!6YTMRl8k(l%Mo_Y$%Hh=`rc1xd9+G5vq3)p|ZY+mm$Xj+?`|#}c zg$3;z$;t&a3Xgk4=A@ZWEfd`@XZ*-};jdPlwD@afRIy&a1Wx>$Qi7FUyzfy#EJ6d~ z$1r|u45kbf+JsxKrdo+qh9wp_*M>!pur^%5o?Ka{8w5tNrh13f9gGEP1y~Jng5zEX zc}Q$Bu@QA~*)71-l8Iu5ike5_KC8 zk)gES{G=fwn5S0tajE)Nrd%?IeNM(ZT*amE#qR~?EKxeu=z{0Gi79=W?uf8e-jU_a z;PU)$Y5J!M+CqXE2!6T7U|kZly4`TLVn+|4<8nz?q7=nKS$Jr*!qzX5bCDHq>lwnR zhyV~eziQ>RV+6Nmp|K*`rP?pRQD=8!irq9S=tqICR^9d%|T3+%&|2W7})W zu>qxMShb(TR~nZD3T{z_*A{?Y)lO1nT?{ z3ZC3@44u5~EU`LV=nJTzSjYZAteQqhkAeX3_Sl~Au3P0{3+j7(d#W-Qj&4d2eSGE` zcv&^~%~#{q%7(DZYslZ9)?h}>P-@iaqUj-leZvbzd+5ch?7o5xc){QSCP6)9n|pYd zU<=l{E}usd{WO2u=u2RH{;0;_jODXXGz5fZaI=y{|Uq~SXp((arh-+j^8DNFp-aVQ$9lq8< zyi08OBTrjxi7kIbIGqZfD@&)=GnHJ8ur=qgG&w%|JHEC%rnfzD zDt+&;N1fu=T6YKcD3Fb?u*i3#SY9uE36JW`3?V1INp*;D<+4LkTgpz}7@J*HLl;{j zE9si|7cZVC_?uaZ9sgf=-(qO&t)FzputO@yg7J4CriKkk%IVp82$RNQDr(YjJHjqL#8%@#=6{$ zd9Xk^K7Q^)Dc>qw+|Qf#J>6X`&s&`rE%z2X|2}@JD;@B}4qf?4D*Si^hT0QdrPZln zfAC});v|)faZax`f>6EX1h--AN}%(Xa!XQ$N$H4ES<&Ze-0|e}QyP{gy`^ejR5()t z{Rq*R6hFwZ;4L>9Ohg-=a7!p3HOfzfxJiUMcO0aL+$2S(J-)T3vM%*2ze=6XF5WIw z{F_4`*qeC_&IR zBL;d5@rau<8~0LOra^$ntL>1CI{68>F_utFMRp=)_=Xf_I!l$zWwxD?8Bv=z*v9@d zFTP~Tu;}7Wtn!3eGM#dRPVxgOv=;@q`hiqQnD1#)fV@2bll5q+fe&08%d}C4<7OHy z?#O#_rA8`(=HUHmOE#q_N<(&p$zhLa!|X)q)-1zNxqB5kjn?{#@1PM(HiFT4^8kzi zedM=dK1YI|b78vMBAf!nl@Z<6i3d?_aVeT;cb{Fe+z;*-XRu|pP{qwsO#Gq}!U1uc zw2TgLDJS}N* zG{rqFmw%VzRw0xBg4w0>t&xP;q|dL{{;qaDC%x5zN^V}BU(9?X-2qjJEeSKX&gn*5 zanNS`R2rStFHt+iUz^onoi8z8v?miad*>!h;#7>H5X+70c1HG?ISPcp;yBLW@v-9} zbv5k2H^(4aTUM!wBMcU?E4Vb+(h0S7ycC=npQEo#8Q4x8_v!mY0cRjRo9QwBx|PZ+ zCMO3yd>v<%$`!VMwSinX?4$1QM76g)RnVZ=n!`0a3bpYx3ZM?i#45xyexN(Fs9T!+ zDL=p zKkjIFW`W86sY5F{JOfw1DDD9)ZrzcF7FxrsZ3A;JExU>xzq#m8&}yiRfI3gf!oP3| zVbWmKI`fsCEMs{-racQcgHXEjTpR3RglTXLf2hSQzNsX)?k42o9~xti=Pbe4&I+r~&&DNJZ`o&ngi?+694 z8Md!^jIo)@&VBx=+i4qVpWU^0$tWdCTCjeEM|X=RjEq$Dpt3LIe01M=_Zde!y5=G; zLKvp&%)zG8(jGJ^{hXLTK`wdHG#wN0 zq|;$>%g;1r7=23|kiBDj$Y`Y-*pQZYAq+6eC^pRTLi2(% zVMcSsEfut7p!S=~{1%w2zjAM_fz`SS=dk~}^#)}Rz#E*F@dZE42t;(K!_`9>Fy{|X zPi)A4Y&l7u>UNG9ZQ5sCZ|!52HtOrs2j^;5P+CHALm09RkgBn5V*%Y$fvsVt3eZHf z#a@?bbRE#$3C*=|xmn@qZZXuB_0O9qba8FU?GQPcAO^ZRn2W!27%#RCu+ra=~PkaqxGLu%S9sjm7Y zm)F-)&_533uaBo^EA~AuQ&U~9e;YKan<39~cSpEWk}na_H^;WxG2yOd_O=fWPmLd2 z3KzZ?mkxt$^{w_U>{8BfppZhD(RZEd&7fK{KfF4NWod-qlJ`CRn*pz1nRZ&A<{*R$lE{Io>4X&t1jkpJ7VoC@mOzm;^oLV zV5gx0>y4J0%*_*_ey7RSH8*~1#IhEnr^XqcNXtY2$7g>H$+s)e7WO8e<&J^MyzO!= zcRFN>U08$SZmo(-WXRSdZf=<$Po_ifrnP5Ot$h1k+pieMLC z9B^q+1OnC!YJgYAb*V+ooA=x=o)7^0;-8XD-&5(OJu6!87TCl=Z)^EDDblw7V8i`` zNHSoP>?CG|f9smz#M}nbcPya%TI2wE8Hg(lnb=bH%w{8dNPMRRG$4TSf7hwlPjiLVrue z-ye(88h{{wjg0mU6`av?3Uy@eo!N=VlD61RGkh+6Vmt7tGYa)9+anOtK)4QW^n^kg(NanJvRH+ZG<5xKV>A1v=p9BW`g?SDMV-CbjY@Qf6FKA zo_L>2UYtZPnn=pwHYUkr=aDz--H}Kj#yc&OT^yzbP#8kn>l`*~H++NSxG-)!g(VbA zr35RppH6{hx#NP>q*_K~9W5fe0grI%{Ox?2RRvdwTDUk%Dn-q_R`SblW$9vJlj!yG zS#pB7ZfWZ=TY7>*ep@-QT{ST*@r+7YmOdh3F)6M2f#C(rOF<@vvYDn|<}6Y*6ISTd zx!K5_H;XsuO5~AG8m}G!4VF2aw*HfIm!xCxgZf-y>=AsYh3+$V5UXbp!zRmo|BJ}x z?V=-2r;;~Z5*pr0b1tb_D`vq07)e7z=hD6&S84~in5g?@76%#=KCO25P8c8vDXn@M z@7Ks8d+Oq$OnCe_PPTivm;xd@tjAEfyqgfUm0rv<*rF4yAUzk@g2P?1*x1#yg(6$` z;SntT71S0l#Q^WR4k8uPn^br9aWY(nN^6uBnz7UtFN&~Hq?O3>`z6PNWXDIcah0kU ztUr_>3NBJ7iDJbf!zs5A{CDXK5VjR|v@2thg(jgDCi>;}AL(_(k9$FV%OxXJ!o*v> zRi8$>1kGm6$;k4f<`Ih)iuf^RFp5Ak_GMWT5Hxj2pvVOI5($PV>4D?^GzIcaX8356 z-ZJ)k4g6RF6}*Wjqu_|t>Ng8$Aua|kA{#}S4o-XP<-nUzm_>&cl4kxfY-}a5F(a zIto@CR5GiQraD;kJ?_ruHLJlP0v@|QJ&W=>j9p4m@s@7xt7^*#QSoB*Q^GXElMg?e zYAIjw5#b(@{#a9znqVEVb_MwIdBv9~9I+z6Dmedsh-Cy?E=n$AYoR*|nN7}7>S{mh zF=VD99i@$Aln=`@y%F2KH0d#KP|AnSsmj~bW9&K`$Hz>N0tKIv4Q4EE7HX)~M)Omc zm5sRW!e36{CBWp%MF8uO)|gAG+k-0yz@YZL(xFP%iB=PzYZrDp>-oWIT2JGW*a*2G zVvHHWW|xG)aJ-=;##e}kmOAliW$}DsKmgEE^=H8nz`jX`fM6eL0l#+^5Cu_`8cI?~ z29NK!>tv2-xh~cVkN&JlmABGoipXdoKnHIp*Ho<*lzAG@NPkF%y*=ofXu8y4n^UJ` zRY}*Tv#m&(da#Ku!1s8=BQQuLrgZD?(>e^P?fG;g;mGYEaI^(?u- zlZ5fTzxX2p^qsN`^j3wf=rt3b6ci?7x-*du7LqIyEj+10SPXcf08W-#4*UTB-k#7h z_t@GbcWJpy8zf!A+7|c?BQKac31xVvh|)%BtRV=$t*)WZVeAO&TnGV{a(;1ileWIS zRmgUK63@J$Uq|C(y$C)ci1=~F#~wua_WNV#OAdjBt#ycP@FfikFyW|eM)<>E9<<0aC2&_uK0tz4G%H|5s^MCQ-4rmBY__ue zjK}wKtMpgSP(jf>qtrdd=`Rrh^zwCS4g2q zQEs9=B&Jo1J;fB2`mOaJdzkhdn{kDC5x_sUNc2ycVj%{sooJv$JyEk&s zw^!FTpO2zaWyMc&QcWX!RmoH0-RyO4Ro0##nm6e{Zp-5DXY8Z4rmeb@FkG|DmD@{k zPk*25+W1KnUrmv#Y;dREB$b8nN;gAUbW=hWmz;AXmzadI-Zo;#hL%Vh4s8UVVIY`t89+%Zzx;uj^0ra5%4 z?$^SmLa7dbpyx*z+G^cZD|HvOLg2CX%9!T57%rv#5;)~JsdcqFe#1z0Q7*}acBJhF zGmY}<+z>a+%}~L*dM#|2Xn%<2N~N+;%VrIoa15mp-W8l8W_-U3_LV91EHr)VRteCS zm8m&Z>gPeG80&en)$O9%4St_La_1cBPRJ&8uhns9qNC|#;;%R;qARYAbi&TktWc~A zC$c-oipjv9>M^m_z$jEUe+$OT+_*-};*O>v+#?q8ulTRazr20o#hf~8bjtREYb!%2 zj%%(!Kh1Dp#=H(UM$qA8EV;t{c;ld>T|6kO1s|0ph{E;m#ULsC3#HUu13Z#v&>-5O zLJa*gCCMwyJ0%cOtzLFDd~&z>u=>}NAuEs9@y7ZUM(>IMV0X`*oSNAu<+$my-uXB0{{5Y4d56W&DpSNMf2Q>7JLio6$zc{#yk_p$InbVt*Z5V$E+xb+zK z*)^6`jUbw0s$#@lPY%(e;7{U!Mla?ez52jQu;7CoTJ-Cn50*brPkVCBwH~P9XhO0J z_KSM!4cTzD&iVS33DX7MEc)X0b9o znN$rErz%89v~5oogmK~$D904?0Z@g6WUMl3SKC#c1KT`U#+=b{%MmP`)vXDjHIRGo z(I1$0!T$;|LmB+iQY;7|(P1>^?;c{aaRYpheS=p2*`1BExF zufYZYaZe8gg?B{Fg2Lya!=~~=AXy=jL<_sNqxl%HSW|OWWqMH?Z$#7=(GnA}^S&HQ z$8ETe@wnzq0SpR2S_X`U4ag)Y%_e|brwuPcXgZz<+7IS4d7-vb0urT0%8k3ZId_9V zgbR!MaSy;)8pSrYUx_;PSt=hRKQjP0xn_jhFIb==Vj^6!y*{@`)j7;hLY{tPtJ9K6 zFTe`F)pMd^FT5nh791g2Y8B(7It4y=*Dg6Jflm{m0sIV4v5}u=b51;nE}rNLHB0iJ zz}f5Z`*=F95h|93^n+nMyQ|p;6!<*of(RK&qtvyqF8X@qcYYM`0tbTWwI`b4CJ};- zK1LQq&uwj69A^iW+Q`|HRJO>wA>mo8Y(jkC(Y~%&mO2GN0n*uSU6&(ciBtk2P>}Fk zr%y!gF zyfyG1z<8#{E*;ZEbP!EVp+H&y{l2?-+{!$@a9pnA2~(3MguJ0M8r)zerxI3 zERR}L;;=307HM3k-y|Uq4LUK-YeI|#FE1EifQit(L}V$+hMz zreI;57pS7@O1I8x)G-K}7QA+4otlX^4s4NXIC4c6G2TiD^cj=LGsYg%qCEYtpS4KB zR`8gA(u3Lg-Vy8&Uwtw9nPP5!mKn&;bY{dsPyqX|Qh%V`tjRfO`2zN>a}vvme_0uN zQVF^Ti96CQ!we=8ZycgaoaBSLp4XfE_Iu)s>8$bXG|;knnKmCrB|i2jRN*>(ql%9_ z%2W{)<4!7gEhGG{YYI~?ubAP*Z8Qs$yFTjzHRB~mljMvDqmo(*WxFURMxMQ(90TKC zb-GK~p1?lywPjF&mT?(zwov8UE3sIw%oIR%ip$2+9<}XTY;vp3pcN$wL7>;M8a1%@ zK0^?MfoF9__dN2A&1+IGSMh&uC>kg5)msF!@g=f5qwsWP=;qoNnhWyEe&kY;3gWwi z-HHEBuG<(>!+8y0zX^EiRo6OLdtUt^Bcy+?t=7|0jKB*+cCxLl6l*Ua8G`S)m z4ZA6(z2xvN@F%O4j5{qyOc@$AEO0oc2lG}gH4!|6959Sd2-`_{3{EPhP1c2+A0m`! z$SFU8ioE4uv2|kRdUZLrzi7>M?p|mA)Eob;#Xm3TdD<>_ZHdk2l_8V#cxO#YyTyrE zY`Ijq-_Y|m@J{v$&H+1;@ws+^aee7Vts>gW(YnrlkW=|cyb`jCu@hEzTbxcE7m!Up)Rk>QV!hL@NU__;;W17_JDl z-sO!`8t?Aw=J;*dCLO7SFfeUv{_yF!70# zmWqOJ!fQuS?j132d!nnc;$4(6MC;S_X3+V)NOP_^@3E8_tXHa|libqTL!MH=c^w9O zsd2&t&|FEV4VEu@@UMfx7X@`7KaXXolpvW=&)~eg4xq|zuO_V^qbG{ujvYWp+KmBh zSg@X7|8hd1x22et9lTk?Q)BisWiF4SbLy32gpu5&*otjP#JXD0JT{o(bZM0uX&zxe zsf;22JjN()V#8#m);4^--8O%cB9U1w^vg6FTv?f~OiFyv8inZHK2M?Y#Pr=PDI?__^VChfKzCFO9Aha*L{Ofn>EJLmW1o=!!b~E1J zHX^WH+v!5(;|QlIe-?$FiM8k5xs-ts*l8@(8%{~uIJHQMtUs9GsxpqpL}Q|6G+;QS zE97;3S9&0oF(dDhef)=YWl*_Kg&BGP+40_iAsgovDJQZDr-~2mBN0tPNgy=e;(6UH zek~0hOJIy;?|ot_uc*db*%L~4#~A`oRuKjv&P=s)Y_zNFf zT8;3g!zOgmeQmA+>Oxo|cXSZPWy7GTMu=T|@wzwoyoDV51qPknB6L^0lQep)HB7gy zkQ%L=x?Aud)8(=Xq20DUjL}SUHtf07y%U$s=2;eN=tGc!=mGsu^uBW>9mK!vP-PDS zX3`3RbwMM0S30%urG=CyUM{>{w%e{4QvLm=mc80qzrKRmG^H;yd+tw5jG|!}mz;l* z?WtiEdhktTo74E-P0VOxaOGFyxnYu}VdXlm8)A!@aEgz*SilEnF=Ibp-tWVJlEvEu z+UenwXgN3YhR%W12Ip=s@SV8H>wL^T`-B`GY@R1p(w$EyK{%kf%Gy=8LeV zFw$tThJ#bwzfAq=HqiSmV?XyF29P;UTCs>h$%vn4o zYs<8MBnMXf0K|LIOiNQcApc%ihySiZCqK_F+?`k{U24X(BsmHkI_&CI=8Ip7LySst zucBM66c#3WWT%@S6N6+V*lOe9)k?$PLZOtr}2kg0<8H?&s(B^ z%{Wu({9du#hXC9?UsUw&Fa0bR6lwLr{q5>oo+k7IL1hnY!U_{)DxRr;yVScX^5O*e z*4n%>`?st4NI91>C3deEr;K5i#GL0Db{+B~#IJ|WiwL(5fI0h@_~OYIB=`%0hGEP zBdiY^pxcQj@OnV5^o`>yimKCvT(Q%nS4T*agC3^r*f`bNL-UJp>2R^GbRiK>6o6QD zAg~*!dPfBxi>@`9QUoDC#4axjB#GhU!I<5OY*lrzEz-tJump4tm(AJ}dU2o#8^lU4 zplsxlm?1!W;9AH49=AM6-h9klsrqJkc4$a;WKHaD(=mQ@^f|5>60~~w&;=kj>e=_l zS=r0Ti9Izly}@uAD?8&?bqG$DX#SjD<7IUOAOEjpM-(JsAZypfEh-ot-c%aN8D^H_ zOrt+dY;oE$6tEjEoPU>9gJ4rK$0%b}`vFZ4O2h*O#Yzj5nG1*>@ulS@1vSJ6iovrX z(?*z|*oYVR#59~^L#vontTEu$Jgw}qY9WRt@)l#j$dc=m+f0hZt)2lT%OE%Q*F*@! zgs_DRjwu@VmN;DVt7%t_M$hurspH?hT$!zPJ)ZAu*Hq{n+gpchc33lyRFS<2l*X!q zaYaVYMkLxf0#R3pJ4mP29!u?`-B^v~796btAt*55)w@u0c!jUa7l0@*k{QV?Fp2&6 zCAj8Kyj*wV^mTyQG#A&1 z&?B2FaRkDLfCj2*yZtBwV1$IzNIPMdFxlF$CZ{3Rtw}j)<%4Ip!%|!N`QLx2qEvlA z93J0ZRiVTA51Cn#(CJm{M5S!`nscxyR$v*?h36v@B!Z5KU$CAXj_;E_D?l&Yj>e3z zcGFoG2JD#Pu(gn>N;HIiG(m13?~k{&M7N0^i)z(c=h9|=&^+U9<##GM_mvk`E<>zWmfnt-HP+x?i?l}s zlAj|Yo?FJ>p~tESk0b5Rnhh<6o3Jtv)1amBsMb$1Tk%Kb#MGMgY`Gb2)18(V7V96H z@+T|F!aQT#O%}i;Ne^BpUvKLYv4?BZL3R4CkoU=4Q)4hT#^`os3^|^1G>}s-RL{gM zE1h9sPHEf@v$Vc=V&N^&kmWPpC29=~x#l~uo0!*KDBt107`n6!7$E4S+M=3%F&0ON z#5e~QC7yoKEUD{Bq<9LJydGAJv6(Uv_~>{fZa4V8niR0kEGur70Sesv6#8s~v$xlL z!7W}&`xI6!MCbO|R*U&xN&_y(bu z*cWnT(Cp-9V^DaPN(?lqMJ8t??@0x*+iPhwGblO_A_>8la^|= z^^kZra^UcESMZpngPP;nC#QPg-uQ5;L&ikQOFtHYB6KN^p(KRRRHbSMEU!OE?}4GT z+qYF-{_6kn7g;vfC{^tk>-NBz!{|Ia?gFhtWXJ^+9R7TI~tT7(!#c2>f zbmU>{Cyp1_l$(uS{iQ&1~Vn>Ny=0v zPpZhAG?FcN-|D0Z_s=;2x3yCX6X|xZqKsj$_WFl*`;Pko;dj_8{*UJKzhfXX{bKrm zX*NAt{}{;ZNIj?jbIdYM!$2~BM=XFs)CT;4aWoHzahx>#{z0)7#h{i-g$x>qUTDoC zvGRGYTyL}E@Id{}>(;#c8M%Js|2dcc`Dpw5*Y)%I>*bR0PIU?p$Q2pt_uRcH$}(-350LS>+o+R`QIbjX~$NO6u+A5*e6NbuiNQ| zx6?01MrM|XTO}D*&xDd3JRuBChB$7LU`S$U#B}g+DIz0{*9?M?I zc`@m{L5%i$de6({7~scJEx!JbJT;yNVzL~Ve}@@=3m)k4k;t7i4R1&+b6yv&c+-0h zk5P>bu&F6Uv{zfi2h?2P6UPokzHJXTJ@+5W$W{|*7NS|UjLF_~xtJ$5J~$j5H<{k8 zOhm9>JN>g%RLP;L)KGqHI?RN{A&7B9Q{o0SDB$5yP(Zr$be4Wg!91l1Qr?xm1E*cqEdRs(jdh?DFS5(5^gH>w0zKCLO)gk3>O+SQsJ zQu%nWm(2E+%CHdM`{4y7lS%y9H4?EV)XsgNaJpbK>kIT6u?zoLqVuAwW}QdW+bQs; z7n|5Lio1&X(lKZuHgeXH?jJNveZQ3}I{QWYJ*Ef9p^_=Mk5t3M;I_l ze$(>`Ss%;3aUrsNZKRC(%X-qNCMTO{2vNQLj=rqqtePisYR2nuxG!80AuY?~$<Hkda*TMO7H){=*5P;r4ZX?cF7puC?_wTl93yPWGfC`5p)r83rS9L`jss>~lUMbRjB`xh(7{k^RHmQI%rGY{L7luH!TiUz{*DcIUwto5vP{WRdT&!um z<$kM>8TkU4GUUe8P6YgPt*`8fB6lkoy0j2!J&}78QCM%)WXvp>*j`Kh*bBhU{Y1;4 zhUkSr2!M8xLJUD`z%=Tv>siu}|81T$=n+_*Z$rNsjE?yt7!=i_EovxiHQQU69cBi$ zm`TQYS6g%mDr;ZlI4Gc@mt}9A#bL0X)q5GF4&$WXeNmHA{g@hELE~k535mK>2LZX@ z6DfjHDcqzYFai?8SFOzIZg|xgkqCzZ5t1!U*VDASeQ@*DD^qeBod8M+X|^?auC2PM zew>`BVX56FosY|PdTc;ZPaBPs$|0Q>qhg=O+BPL8d)Wgh;*@o%&I6~jVSViW*AtB= z$uugJc%t7j6m`eK{JfB7-5+8aR_qeZH6=0Wsq)t|N}M#X0s?F$5R=uV8Nyk}lvHHr zZ3rcJm^RR#-cZtGvw|ILBw<-NX0~c~Et#{<*^}g6rw3UWTo%TsIqw$+CBM0q)fQZyKFvHWPu5H{W=09M@e9zA{GBYg4qiVc7YYPQ6$#R` zsNkNwnPfo|C6l2A92KOB@3!?^IW!N2Pwa zq>adP6&EpGg?xNSl6lZCENxVJn*@j>?8h@vk6RgBk$(ejshmFEb-a}bQrwasb^;xi z+ne7&A(vZ3;p=R+H8jKKhgS!?@M=#L%4#yevnf4Gbi-x~zq2FQnA+avm! zbQzTjIBU{^?47<^=RV?Gm$k4_`WUV#YC7e^zZtZo0gj(m`xZV6`t8kYoM|`kb;H%z zy4Z&S)L~HjaZV@W1+xTP%NgoQ{Iz_id~&SbG}nc{w+-C)uFI`r_h6I^tFy6b#VNJq zoDa&@lY-SPyg?Kj4Q*L}v0s*m_wlv=DmyYNW>16{)1xJ)1YHACkOg9%oTI!;GazC| zq0=rRge$YHDT000d-t#rAk6aQztfCMu@E97)y)do(I>vrbpnGcF>6$`2Ujet{53-I zd9{@?g^6l~*kugkQ_E7ugI$o>zMs8_`yG&9nY?xJnOXo&is|~!5l@#zoxkM6Sv*$D*0CT7GlJtUce{96cAo%0Q+(r~6ZCleoJdIXaMI#Ae?8O+U^Q|*H_{HC#arg87@J{%1?)LNH z=JDh7KKA)=&7l!&P_L0{MJ{A4VsP)Sa&`V2@>*1dCfs5qE9kbIepw$$ zq^b?F{k9yi-7&p4Y?&un(Rd;9CeL1>;cvLzDK}Q+aclXN%Ni`dvN2Dv!WP(VHZ@26 z7uOFwqql+3GN#_v<%r6v2venrm;iaK`-NNp5yrSMLeJ%OH%TmSKS!wV&oA?Un@)i` zwWK=N*OgE^#CzTu6mTu4cI<3&F^E5#DnGmWw&0%5dy0&R4J@C5qR-PwfI6a;3lr!GuNHr+k7$_%v2b& z?{6o2g~Cb|h~dgE&`^G&jT}8eu_LDW+vqRb z_ws0%0V-Naqz9qBtKD0%P6fECVM${UdDljPu}iE|WG43tp|(`_?mzrVcX8P{zlyay zegSmQgQ^Lq-=a(Fz6YInEh?lB?a+mmP_CMYpRj>qLE$LRgGT4dP-QfIj5C?L$XE!r z7l13W3?>zN<&kTx_|uKp-gf#>l0GckI4|~0Q>tTp^DJ-X68vqs=g`a8^=+_ptW2hV3(RrE7$&}olsY$9xOLx%bOf4Luq7xKIeN`}mWBtk zx<}EEt_4Uh!VyF{M}fvA$!Zm=Z>*OL$RP}3+D_sL?9qi`(Ag(v7P#F!0jREFvV=BG z**9s+3fYkwoTh)-Da34rm*F(l=6Y?ICav37!X(c1u3A;4Uq&)(&oNZ~#iVJhV0o>4 z1;#mvh=wwNe)qm{h2=bFF$-!TF6%4~8D>T@7Jn5D!!l!wfkcD+5y+tLR;Ydllg zxBPd2B05g|#3V1m>HA-d0p__=#Ps1OWGL}P7S&Q8k%?9`U7e2g^N}HR>c=CUgO$UQ<2rX-r+Xvye;9kmCc(mO z>oRTIwyjDVm9}l$wkvJhwr$(C?aa>mc1L&Li1Xq6g&ncunX%TGV|g4ps+eWR2O1(h zw>)&TIe$DdT>r#mQL(?=R{^uun3B=j_o3)IlK*uyMe3o4J85fB(l5>-Z69COMQ9s` zqYEGyOX@=@W)!(nZo&|_iHVwt{)ehORp>Gx4`+>DWtisgDhTn`DlC7E*l>p?G>7{HMk`7g1~c2xPr!Vi$#;Y4%jyS!*U_##6g={Co#P z1OvJVk%PsGE*Ut~#GIOa9vksbG#+oqiObb%&4e+eip+Gs#NR?@qw|F)u#v_wZKz}a zE112V?CqC3;2QOG$`c^D4p{BYtHq!p+hMs(9Wg3Zwe$^ffxBWIB}he0Wt)xDZy6av zn4B}xi3Tpd46c@N8e!z*k7V=i*Kc{-r{I}efpo&?pQ0Tqj9{SBWmCd1sOBm z#<@ti$D|t>phjazjWz7h$Q~i3@mqIT@W;=fLEq0zO04f^$r&OV9#rSu*`oX#GQ!tjXy8yD1FhsM3MbXoJ z)XL^-&k*>@?dg-;HUX$}64DvZ`h}|H6`$|Zjfw1t&T!l``1@z0Si$m4Bd^S)uH7@fezfbgIKNm!$FA5A zlCY~c<})`UG_SjpjHstvr?5f}uasaYyZNd`;B#`7fa*r40s3a-`a zb9j$JjRH;K)q(|nMx*z@aJ)UD8~4ox?4DPCvFpFY=1OQX(6v2K!kYYSrjt&zS4gjJ ze@`KyLro7707Bk(ap3@}0c6#(LJmZYEyQj}LYO?5i$mZQ;U6EWtia7Lv1lML76C@>_KTi1Fdtc))Nx5-?!0X z(r>s-n9RdL>bvyYc7P+@0Y=OMOq7zWlSahQAU<)jyy^6U(~Cud`JZtxoqzNG^=|aB z6ncWvM5W&PqjFn$P8Oh&%n3v`;6Ze4NI+ZwDzWDboTz$U13x5$m{SjCpm{j%g|R7$~}ds{t@Z z2b*Sr@?Fkhw6S^_94NR0UOo5xT(ZmprACa^8zXJ@;LSRanVDqoxBrlo(wbbFm zb;7^tKgd0>WXV(P^P{bj5sg=4oc4z49n%Mfx}m5Ovv+_dqt=>%ki^K!7v^9|kNJG- zTPIp0jVrUWa43+av$)4Ym8Y`lp2AQ?KMg2{(9j3eI12xEX3w)&$d%p$3KQ{tiyZ%Q zzNFu_yT6jJnPz7e(f#hF$b>(+<&&SkAp{M*0YSfSxZsDB#;O=)qR-3*!`Au)-L@g> zR6pU4Ll{&ki$WYB*31|)bnRP9y#M)I_-Ja-JLxjyM4QV^ZBMctpQ*HAakhS!=PIb= z^tn*)g!Kg#ZscAWtVo&#XG+D6~xP50d5dO zPG&Mm@RS@Bp6@H1T)gFmLqygMMD*!SNt=?@u<>tkxRMP8Gyjdhwo4z~a(gnEw61t7 z^d$)N-y;`4BU2g5{IwAhJNR^#_?~gogdAGs{@J|bpM9_=WqlHO_3FK;$b8Gg!4u+p zOn!L8+#^7(7}!Z`l;n&r=$cyXV#N#$T4hYpRtgAYO+QqKY*P8jhFO1D#Pw(u32mIl z(f8%aDge@S&hcnWWK5$!O_;?$ND5&+5m_k6;(NW81zoD>LnXzP^=`0mN#YjMYvQ-! z!_B@YU9C8FO8xk*-BzODDH>nG(wc{DT&XnYC*ODm8EJV#F0zORM7#?Nl;U=`Lsn^p zyk)B_?txqHvfDEJ(>6!l+M2-9jhmRzQT^;;zim=XJ(#sYpGAa6=cL?b@yA`>=lWh+ z`#S|-swkJTgua0818=h{5hhkhhYH`ZL<=ScX|n8Kw~_EwUsb2OCNrFt#{oP*;E!1* zXHR(-T9U&JHu(58e!3hJKxYnnHdho)@G^2P5|B|uVQydW}di&gpD5oqnGp@;|(YC;-hnX!tKxD zVeb$6!U5mUh3wCpLU)f$PmeS{Z$HUVCl>I+hGo5ji%S|E+Gk7JcDAo>aBU>Q`B6{s z4;bO05QN(n-FVuqlXSseS@%cmk0#$j)k_4o9S*X@D ze@exvrv)%8)hnKxg)vd1HCEYUyraQ1^5;<1(S*u1d!Z!;4(fv=gq0L>@O6o9&`V6t zFi)W5a>A_zo1`sD{D()=gr{fw<0n6n5syRSMjbzu$2zo)jw#o}rkTJR>+A83w0uZ8 z(a|MC(Hl@Ml2Wy_P=qB{?+W&6N@dbo{5?G?X?bWh>T(x_qk|r9#+F%?tcwopRT6~> zAx?sX7-7Y9^y;j@+Sl!qSM=RqQrhh@wQam59KCUMgsZs zY9ez1^cvLh(B-t5tGVJW_^zTldLysnKQToD2}2eBpl}Umu7wpLb|$od&c+ncEgt74 z6@bMGa5x%{&65S|qYS$Tj8+b|(y9-fkYO z`=JpoYz9_>MbU3e$aAQqp;G;thD&&gxyThS$l~+Q2Fx7mgT2_XGacO&LSqch?{4N$ zc#By0jZaxULKHFSd(z~oFs?a)RR?uV#8=PYpnbJ^SeaMWb+CNXDw^)FY$lY0W@uR^ zIba-<`^6EvpGZ#&gwqHD|A{!oSciq>{mjnI%A7k>#XysL*c#d21*YDBevYb_Kxatj zL6xJ3-wvn-!2vY2T`PeHQ|h6tlX+oO>47QeaDXThrj}yADjjPy(t%feJXMup<`%0Y zvZRI0GJGho<`tP~2S0K}Q?xQu-5uw#qIr%#( z^`T@}yAlJ&@TfYmoot#kc7Gh{$8MPw?A3|emPRXM11JVsJ9)%1t+_`Qy5d62vO1j{ z7j39c2qES~uvx!sqG>oB{t9Ck)u>S)d^Hp`k;ka)0UX-MX(jEvR0Ys< zuksh?B~9s~nuiW1{U^;+V8d|d9#zo>55Wv{8}k8SZ3D~fDQ9M%A>S6|r68g4P2)EX zZX+pTMB*Hy0r5N(x2xH?Xw*|@*^@Nk=Q`53dgaX5bbT4Cw1W9B0M@U_VzXYeHBDc+ zKGON5bdds%3zh??(S>&!YO|b1<_INtkkCFB2u_2g!#GPg4QFx*tYYoc4h3F^AKFzG z7KI1e&ZF@U>G%&?Wo=|fXi@F4?c3}|TA`>a=Pn)0`W&yz!V3geT9SIq-17%;(AG5P zp6!N#CF%@l8GH0o!V;PI5w*~pOqq6!=c-z`hVEHu^ZeXj7v8}*rr^GSCf7f86S>;n z?I}C3@Uw~(KkwT*ums+wSbL~UwK3MmBv1HQf4Cpt{H;a8Yp5Q@W9a{|9G$jNBAMH} z+0y5Kw&o9uRf}dfy+F*^FurY;o%WMxq%M)b=P$a*X(ZVh z#3eDk0`4c$PRK;%$>(sy9h;t{Yp^IAq8D3F#*hso&8&r^(PtrRPj`#0wzc#->zLGO z@D)DMN$4rkTa1^Geivz#PKZBd9wo!nKGFSIG*r9tk1%M|Q>*X>!S{o;u3wP>$m~Aw zU`z4IqMIPhD7!eyQ-n7MSApI2rhnAL`e zZ{Q52gex~^6LDIxe$T3!_qUd2h2ZX#*XOFGKi{??_@!Ro{Z@7MZ@~y*u=`3#7g@+d z+y6DvQP5T>!53v?QyPb@uD-G<){cqyVaP4-hF;7*;YnYlPKkDe=J4-FYy{l z)Pd-`P8X}r)Fh0qzKN^dE33QDzH3#p9!f7g3w-L1R~8y4NBxDZ>gqN+*%q{bo=Kw9 zWxF)L>11e|r&$W%KP%kHPd{O$$QOtovM4kpt?uy(ZHF$0-q& zAoM|T(S=AgppY#SNQGSFg*5GkYmc_KG=m~6k7+&tOWl+1OJ4hG^jo*R|{kv zaoMS98z(4mlB)jjB2f?NFjAkl8~0a zic3;Q8&1R*k54JfN6u*fBKsF@)0emF`@rYx`rGGlCTF3Bej%lX0kRLRO5bCR{CAu2 z;KaDg`}A1<<$k1flPR^UHFc-h>0s0A+oN5$wBjZP{UX(hU%O56@_WXtCWWtfN2l1f zH8~Tl8H2&8O#OGap)n4@K26_LJi|#la^Pxd!~Dw1){^?TGr12U0rXxHAg7=+(dsZn z!(My6&<}fTiNrYxRPlqF6KlAS*3_;&Um)W*#nVdOx9QrpKj`B&7x6KI#E8R@Kd}o{8k{Od(FaO->kg{VMI{}ifwf$D@vkx5M%LI0AiSHBGd;cRf;6QpE zYBM5ez>C?Rk6Fg=);$JNv)Um)xtK`0JafI}FZV>r7`c&NpYYYP}_?vQ2<_QWq(MQIQhJJdT?V zdI!tnX;g~p*mbG7`t5wV5OdmyUZ(wZSv_gnzzBaFYX(13J^ak;$$AoOjHt<_=Ky$R z^{Y)_3Vs9~7G;u|LduXFznO~BW~#z!Ip9Vx)8~gk!8Tw&yN_n8IDV%1H3s4>IxL_x zHG}jxY#mI~>d(RJ1%=Pa+&DK?Dz1zKdS7Z^A7#V)aUXEKRJ+E~<|GY|e=mloULtg# zV08VII%9h^ozKQJD_(M6CCMUrh_2c54hydb;NI_xL7MtTugaf}!C3tqpR1h9eTa2k%O zk{ZHPfB`G7k;U(4(wl{%967Y3Y_%7W0`}cPxke0<%U5TquyCugWHKlmR1oJb z!gX?!O+YcdT<=`|N#680=;2uoX0Wdlg*IB5wa90%3V(qJXHLON8)yztUvtw3Vr$mY zerZ1TGbSW%mzFTGG_g{{BUa;|cTu;tYbHid&i%fh{M0+jINw;lQnQZZo>>MwbX$Q9 z`I$DQ!gO_EG{gwm@ajw>#*%l@V6$9%eUX(f$;=pXiCIB^D-y4`!}_&wkP_9yrPCtV z_-^pmnUkIB&H47MEbI17yswYi03BX}2d_n^#hO6LzR=bJ03$M-Dtpzr4DX}MO`NW* z4xi==+xoRQg0V#YKZ-ZWDD|Rh@fr(qsPUttjveQV`ck!0Nl^8?hgIdu4W=|c%6{iC zT!%U`arLkr>Mzc|#1_DhRM zv6s7K61wivRid`_QNA*ex_!~@^HljZK|$kmxW2;C&4@f14m`G^&l{6p%ctJta3sdX zrn7JLyr|mnU`jzi^}Lso_N7I401;(vEc{7l26De+1W1^bdOQoHX8}xmK*}`W1HXz< zn>zh8JDdI)NO$U1rOE6kmryY>Z){JL^wKc|mIzija5hWt%YPg86O09LYEPa6H+ekr z6_5F#8Chr>RJc4VHR|GPAH;+H36Gj!tW51j2_8nbAy;7)Y#%O+*KCs~Ck)$o7|vf~ zc^S-0W^aZF8&|Ws^N6BWa}zJmRF z3c8mj`7DgTc9Gj@Sb08Vy8n!>VU8GRgb6F)z=s}TqjXZn4^#N5MDeQ+iL?+*SW*wO zyDN?xSu5K&cM-t-P)4>e0;6*OEnE4+Mz-Ez`d~W_Ja5lCAR~WljaranuT5>ol7#Ya zSr#7e^6@fECmHIaN{?lwL%9;p4GEDwVDq}Y?rjz9qX9C)6WzehQtYX)hp1a`AQd6+ zXb(0Op<?p>&|~iKH8IIHHQw zko$6!`wByZa#fkz`d-{UUqj2v;VX{QZB(mz-e1vCRqhSNuL}J;P&xcktNuE>jnR23 z20Z3GzzB#-!{q2;`o_5T{4?=C)#Ijzr2PN*!2eg;O(sUB|MkHCk4ohK9^`)lXG<2jsFkj1bGCNZ{fr@Otx{B}Dw3Df+$k zaCv{C=X^)~O3{0CWqZ1Ee7**mNl>R-q84OhUXk!wgo7!NIlU=fH^BPTWzndiNKydU|Qxg)Ju%t z4$I?|D0n?ggg)LAl6_63egjT#HXZ+C`Pw{Dzc6-mrZ4|1gm_zN^9o6J6ZRN{JvGcO zaRJ{3eey<;=Z<-?Z`nS`>YIzX zGB@?QHM!If4KxlXk+-uWn?vEZm*@-}rB`EkSY2AJt)&*(&8BChH7(j>+!Ws>JUW;{ zXl-CDv_PHna(-D`uP;VUXXUK5(pwKIGC(`#H=oy*IXdDeCdJUmr#W!eVaL;PPygdtnmJQwoZ0rDSGC zu{duIGw-^KRli;u_W&4ZqnKW?1{5N9_~8)YeaKSrWLORtox`#QE%H)0)R_60(#3#< z_o%^n^lveod1VkuPcn21O{H;7$3)OU<;jaA;qtS<+cvzV6)iAAzoAJ z8Hh+E*zxU&b=Rwe$8mQo(GM8R;?>YApeLxyTSXNs;;DmDwQEnG>QcJD6**%l^&gNafadC_c_yS#>uwqxtU zcWG(!_H|QE1PtU=2W^dsujj}^NJ^Q6z$qnjUS=q`eXC;q&?ak-ifUHS*~e4)h%t<5 zK%CJ_jc)-MIcv?NWFP2^Z`(}!ZvYuv?^tZ?d{DIAlSS;XAl)AV(?NfPU#zknNRWBk&p;HW5+$(tIw4);k}UPb2?)VRd#eOT0mQ`rF}D>b#k^iK8k>Vox%zDa zdUV2hB+fC3os=#mnYY9UI4&Ef^)Wk+z<}o5$nUE_EsA_-6d+0W$)VCvD?N*Jriz6F ze=Ns<9-GvV>!0W`j;ly0arrq$MpKUpNnVi50LuC~(NrL+(a5vBtC+O26|8;O^C)F4 zQ{mGsC+ZDz?nS3S{<}z`sgumJQG#tq+Pk5h$UxF$@VLvZSSn8DIiLt5DVeY)Do;Ns zyR4j!9ickQFng1OOed$hMaPM^3^G-^3;1;&rGUgW4kzWk*g*kRI86HRqk}R1%!c#z zll-=&aR?s{Arfd~D$Wvv^6cTZ$uPz*6ms2@8~>zcX+*H5b6fVmW9uI)dR1NUT@0D) zu^t|hR7N&f2BuOQs$6`*q0%36wvdq&DN-S8QEQbxh;B(CwtE^XFv($Hr4&n#YVy@s z$agbe%ov<3ErjFVS5K`nCPpJ3uU_?}>z!Dp4aE;LRf!L7CKC6!x5 zq7$EQ-P6XoYrZt@CZ1S9Tu>*QR#&z0Q#W?rNefK zvKIXKRZrcK&id_w5{D$$e*JRw=j;*@g_a5SddcR;WMo{5HPB&<0v*b6U8(450-*~| z8$wRsfWED+lO^8h7969;6OFScsC|`WT%F@$sTqj5^eGo&jj4Uqzoc2i>sHRy71Dp})`- ztmuTIwU@gCJnG*lraP}6rbqcb1DA@?nN_+kYnoOe{;dp0mjV*4#V#IZwDLqY#KH3# z*ng6(>AIDSa5VA;%;&_E-yr{UY8pw z(rOeXqRu7T#KVBHDN@T{IOapiLt*xJ-6`$VFzt+GHTV4&8 zx#+|qLNFgt5#fB&H#G_YIT6{8U#HhMR@uZmLU{4$iW!+E0rDU`7MS3*%H21btmKV9$}N@9-45VroO zgORcao2=0lmKdJ6CEgWTZ`N{Rk~H-BLxv(Jr+52w6_uZ+(qc_b1^{F=4KfqVV zf%*M#bdY2Bg zRnx1`vcs|Z@Isn1+I0ZeJ@gOR3?q?NxE*23O3(JUnvbVu_g=ZhFI8Do6zS0ygz7GD ztjj}VCae|(E+8o?aTc?!TjUvTApu`ttiV6<&K?y_HJrw^9ZU^+(Bd>=?*;U7Tc$m* zgljtThr(6JaN(T+>3Be+xe^qMD%7!JS^{pej=POvTGPIIJSGxrtx>RPw={_?IY4-k z!5x5g@Qp+q0k(TnVYgu*c3)pmNzG)$W^F8#G+?$%m3dl6J~^R_(+zy<4BJ>hax#Yl z`?s!pQ8kEFDGkjck2Oq7S3B3?eAZamz~aCvCFp_~7&Dp%}u`&acK3R^(_r841YFxp!w!qS^pSi#p=f#T92(|9FuiK5KP)-C82qo8t zZFZ_psAkh|3xNfd_hiGNSV6&rw<5;MGQ_T|#rDoCS&D$F_Ch8Cz*NO`5*VWAlAxd# zQ8ly99fd5RkUM5gh4avy*{ zZ?r$*?_n0@khQ0iePk>vKI2;okOhNS8}x0aU&86q$x{Vx02B_3L&)*C)z%B}fOs41 zqbXyx21K#@-7a$$(gCc3YO1s5G=B@3lV?QI&OFGXO?d`6HN%nv)svG*JHmXXQsG3z zGeHHMY2#pPImJ)O7@RA}S&R$uTV*6y(F5{)VI8hCXz6fiLb;lOMFq_8iXaqBG&0FP z-gXO(!?4@a*fB1^4FoXB6#_&h%5DFAP2er9{bc>uowwBf&_TAeUahJC<4-!jF$iU7 zg+rLx9FDjdKGxz*CQF_HvkKHvwJe|OmT&4_E;Lq$`46~*=>Tu{gk$euP+fK|h1i6e zb~dwtsg18Frm#8@#VYo)l01ISs@}ta=CK06S5)+MU{!izi>o;3{S)tNl8)N|Q}Wr< zgbI0mak3jS^xU1=7Ceopw z3sU(uiRv&Spm*a+VYdkJ@99$y$T!fM#IME9zo`{)j*FN-R>64I;ReDev6Xja5hezr z80C5u5ne%f*_y72h``fG>YfWI9@|xV~mk4iR?(#v>~|gw8K?u*}oJr>NxVn=fVRi5!g*ut`No2 zx+0M^2#Ru5D3&S3b(4aXxU9xM_P(OwJU}Fh(Uiw#vO6Kwm$URA7Pe}ylXKRm-#bXW z*Y~RJV*eETt{jN);eSFXos4Er@XX?QLryRhy&jSqLd1O^S<%TCvzLV1?C`wt0Z9DPHdVt*IyeEqgeS%V4W}*40B#_5O zVLYShSk>Y5C>G)3j`hoT`duR#&`JKo&$K8Ezu~Z;D*hvyz(2a2$^vvHHdsg(nlDkH zCE7rRdLruMol;=8NCZu+NNHxgQ`dy zF*+S*Pnu_aPfy2WYHzLPb*jvWCKV(#t|0H@Z3MVD$cPis`^*2S?^Y(X$;Kf!a{a7w zA3`|*;Nn&^pdy{@B&TY-niXP>L)4%^FU^ms!)WxB$?zw)z(ZBBTe|{+uuJ8{O}ky% zMC@O5`?fjzIj6McP_LXi1!5FqlX{Fy>PB_FR_PvTkOP z9Esn{casX`!6xh!Ng|y5@&aHXm$KlXw6yLQD!XlyhrZG_ZI19t1CN;+G%B;^WB#i< zrtQZJZ3wi5t@ zQi$e!3&B&Ns+G z9WAW&-Rg?#_uY3B?9L>i6m=yjya~d=2|4ItK$VJQr8`A$t z3M!-fihg@T011F5=((IkNwBU$kmDNq_wsR^z-u_6fwHrlS@l2houevhcBL>8lp}I z!a8)`t~oNGyxxE7<_GxY3FSYX5|f zED>cC#fIYDbCnhHX?n1{QrEF{lwc63@5igFpAw_^08?ZNpyFAwGN1ugotH6pQh*!i zeLPnfVbA`etliyvx<~+RWP(^mZL7mwMuede;tBI-et!pakL0H^@OE1F)!j9BOU1*` z+CiqhbAkMd`x8iv?{?F&dxGm51=BjWY)2%70T{xHld+ao-!+FyLxr<8!5?boYSc1_ z>-;EqwQ*zCWCZ^sdao9_e<>nifPF$+bzS{P)W7WG)#3 zyi+1!>Y7Bjhg)gTiTIm!FKti0W1HiTR2wUnfh<7;JSDM^s%%Rx_TZJ21omQj3L;|k8I=yD?(NG`mJnj8mF z3TG10$?eO-IUYt=R=>Ehv>w_g5Uq_jHq|RrhsWCJXM{u`)#fDf&0J<;{8pBR1F1?7 zQ6A;c?^YUV?3g8(;f~{ALV?0f0qGoogxyBQ^rJx|xA5FCXhh?KcFA1(6xT*q{jK7NF zrDX+XqduP^zg9^C$U+Mskr3-PEPkn9)zN@bG9Ce#j-le`rjQnQG1(33&Wb z*mvFcS3&(ESE$rZiouZ3hyz3k6Spb`YUc(G(8LNT39Zio2enI_l$j{0(8si7WXy(3 z;z94wQ!;boV5AWX3xpu!k)CbB9VnigWIpy~MG{tTy9$I?1XRN~)(ybw7dYe99vJLiLZlxxH1=dd4(9-7|iU9mVe zy@eJ><@LB_>0gE^r5T^P#D*u~oipYM4s&Kyf_Dg2Cte|C&f;TvMA#TD3Oc%d8>5?e z>#e^bTP`)-ie%Lt9oYCB8$xFg1t zcj%%s;MDE#g!y~2AKP$`gDswIddm(O*oqsN}#N!dtzxW0L)ihj4wI4y~4LF^)40 zW=EUU1-hH8y<`t;R=9^IGpv@>v3031TR@c2^`bVoHFs+1Sv5R)r~D3>qNK(xxp;5l zBnrGm48dxhaz{ycmkVyS`-2O|?55^L9St{G#alj9^&gCr;j_j1bGh;hJq#Ixg4+r0 z_O*>6u7w?(D&&p$COA*TWwR4n-Uh5bC?&8a$T3$@l9LxDUFvoL&m&%NT6AheS(~oo z7*l$f)l_g&A|nshblepT6s3)aYHH1KQ&H26fG*oi!vF_z$a3Ql>#CNi_s51WMVa1d z#~Jukch6@1nl|5(y3B$Hy{aKsAU58d$Ij3e zB$gAT)EoY5=^rDJ_%uGp06-A2BjrmH1atpF$16>aT)#a046ocSGqsS3^qMfAlq&iLrRDAVs&b?r3VPVK~dzAbOI7S+QSC$1VdmCTnv zj^WvT2O_L-FX=jDKf;0H>(h(fHTNw$f~mt}pjS<%9Pxd-c#0)CX;_{(7f*h3&W1ft zC#l;^HklHdhHiDnNESH(pJN5YZk;uH%P12ZoH{}C?2|Wk!gIgsXIEC99RX4$YC66% zhSd#TR7ti>lj1`t_Ya5pP}MhCa@dQHxYLqQstY@4Sy^Zy9tCTtTqbd+>~KS^=-nPr z41~OKU;xNwAE>qBB_@vC@u0hp!i6RQpeto!(7EN7Hgzj*Xi~@LJs|n%Dq057&M3+= zN3x+(=SAZheb7>Pu}&%$0-IQNx*;HCVA0ws(W`Py4iC5)Ci-g-&_;zegecOycj;of z88S*SnWTe`o;zB93^7AH{T%4ud+oB*z(Xv^>EkQzcG@K8b{J@ti5=a=fNUl{4$h|k z)7u<@(xqeB<%}#iGk$Uy5+Xj7tyzb>h><)O-+<_~$X2CWxscN+&A6(JtCgRgc5mJ$vj+GrElT^H zA|l*}oy>vQ*4|!NC>)dPbf^ed0tN}~o)D4HE^S0Vq&$#+e#eo}aquwtc3HZr100GM zH*%v5vOx=IkhGpQn8_j^VV3aCc0(9D_d`0Jg1X3S8pW{~vk)LhY0gCmEqST(?@|Km z!M>H1cA=MFYd^@m&Z%HC&V>uQ(By%YD);=&VkZ<)mX6gXfCCg>YCo~9k}hvMA^e9< zCP&mxm~{Jk8v@^ujn4$R%>z41U2(VubR3{Rp(Hx45DCc_ZwI*#g5*$57MPaHeO*B;W1(*$|Z+ zQke(~UdNE?O7g7-j@%hDIujkKESIhU|G-vtxx|=ORXeiW6mlW;pmk<(8ie7A$m+>C+nIOduPz7fL@$vS?` z3Cv*$BW?rkMf0LEudgcbPcDI#cOKL!aviky9KyJLmKU6#nF{>N^Rid~$<|g71u4uI zf3D7B1EE>ym1=F~YlQ8QNMzgz#(`aRM0)^EyR;?&U}1Smd+q3C>FG}3dRbr6*=;Ro zXuW4P*d>2#v()LL@?^F*HV#U@aJ7l3x){wfD{NTbFU~4ARpBtoaT^=HPz<1(2KclK zm~;+Tcbi);NW7ch%-n+2CpM#(qHNrbtFW&hW)s?#pEY^^K4=(4fvw^G7L;&S5Rkuv zf~s!rq_dYguUvGK4c!KLNOsYctsKU~J#uI=OW2gycCi-X5IdRZnYoz20r$5(F0Fzh z22;K-PGQU@){p9K(J_7(hV(QA0th_V(}qb9%48B_`KvNcx%ydhTgudwbP}p zQ4e!UwSd^ow3xd>gycnkS*OMihrUu@cp!j*`d+(b8u1v!3qy5*{(5ehVlg^OSlYc~ zvc9$5FGZ*XRp$((*~Z#QEh7?F@=5Nc9*7wy8OI^{wDOy9X50|)PYb{l$rp*$rN@GG zz4rxp($jv3FKNP8Z#5pnDNo6#x}4Xch(?t{yYUQ%ier)m$Ne$@OyP)~#(X=82fKe) z2&hU1hRcmuWNm;fYjD+z72_UP;G=z&BEV#=Q8VhTXIN^sHjz=aR(mVc)i+RD)>A@c z7?9=#+O0>>m44+94&Cl{q1+5v7RNWHVZlXto@hYipicM|TlL<4P4$c7mn+Xi`YNw~TodmC!7a^R&I#q`;pX zn5v5D)I6D2>Cg{OmEo}WR3Y(4dvR0K2voLRWRHinVePUyttYEGJUr&|_y_H=wB?8G zGDCngZcUq#2}(b1`h?&bLvA-$nHc+D>j+XUFY&PwyUANT@6zEU#J^Bv zg@@}HfX90a{ziFEI%ttmS(LGK*8=BDgiR;sSfTQG28bY_R`R`1knN1`>c0;T7tM&4 zw|QMSOWSL>a)VdYrp_AmP(;yfKxw3jBzwU)PS zz+?xwq39pb^D#m+@^N~cn9epScrp$bV0fM~3%V_pk#U=SyjIst?%)Un3Kg7=DNS%?&A6? z>=EVD)LAWNw?}YaocQkdj)WXz_?D1rv<;z!9Q-}@xhsmw-Lrleo8}fzNzt)55bj|v zn8W9vA=Bz(fY1Ddy{szF!&cmm4;Hyu3a5DmK&aBN@TBTim>{ zzTMDyIfA1#x48W)cfSf+-=G#0cj!kj3wX!lyIkJw-cWocuRdsfBQHiTIArx#H$}!n^O8otSluUf(NIRBo~&&YW2JOb8b_y_khi^zZfw&8UHsjCQ`3v_f5R<2{5Vq0 z&@*1somp&^R>U%8>wpp5qxOsJ-gxA)M5XtC?oIZ^wU?>D!PpNpgLjc{ia zVF8UHDxFP^3O26Q)hj!E&-;zHW1%fVPj zb0_uhAr6?Q2XEx`Wsp-7bgV?nLLAo_)F|`=wObfvyf7YOGAdUCPD*-%Mv6oifk|2O za-U(qch-uJ;4;A3DF~q&@UXKf;tTir_W6ukPOf9|Bw^G1{i4p?%Sq5E+9Z#uyTO%kp>#EFlzbiurg_Jcp8_L|5Jq1$R zXK{kuE#c7Q1n;dVhjJ*0%l4a>&S>5p`mz+66yVq8C=la|jc{Ebse^-oz=ir|uGuP0oJ%uBnr7@KXviQg=%YZxN>`gV!#ShAuE<L<=oPYSh#)SP1hEy~OU;Ib;0+ycG|of zAoxZpv{0(mPT$gmioT_-jJFDV0RyRK+>^XiAgGym4&jv_l8&IILGOr)W5#hn!H_Tr z*PiRRoIhBLifxHn`x^Ol$!!{PsW3>305jA#SWxLk;j5x?;UMPd@#{Wl0mu7PUSQ4mhR2t=^AzaH(B`bBalq1WXLU|V1FhIKqEPfN6z632a;ph zXSlboRoatAG8Mu>>spCBFZx2E5f7s7AK0?>@E=gjV1G4)UGM!X|JfEZ40;0$Hrv+?vKEGN`suDJ9EWh5v>A)1FH9# zR2~q5;^pQIY0fW&Drq6ztbMpat7>#Hogsx(`wZ1)Y6_M(j21Z5HO@?E&qN`_f;!;; zi?M&~&IDMvXwlfVZQJhHwr$%<#~nYhZQHhObZpzF-+Rx8v&YyU_MfO)qiU@=4@$B5 zGc#kos7c`|Id0%lI%+FCrBC1S(vvJcgm#^aarF4aRODz}$`6~UXtPhViCLC4vJC;B z#oJGohlddAF<`^dbqS~%ur@oKXzNKr zRncnJaZ~n6II7`9%9g5yotFzhbZA#SmB)O1#rwSR6l((5Zx2rEmcRT5sCQ6r;}tcz z7NvIGd_9$CspB_~e)o#nK85XC(LOyz$!151)rT+6)wplS)gB(~`fJeimkJeb`3=@; z^QVj3)?-TF)pOJ{HWz;e<}Ft-kjRb^UfRWWipgXjj`*^*!%q5+IO{hbZZBK6xyb-|M{lPtHygN4o`Q?HUqib$Y zIy=3!Qje(t%w*&#S(DW=m0ikB(WBdh$IIS!HLg{{0yecmEOQtYL5R%a3?x7SmE&m7&E=Z4{?=KW)$bSFSy?UuWTOn-68zqT5#* zhwJ*{-}*T12peo&9UHD$PFpTJuEuJlU5Z|^9uynk@WDQh6tMe)NkG$2k2Z-zVA7SG zj)&^<^J%nGLq$a?&>7MWX(Ea}dz7hvZIatyZg5&*YKvZ^Y>$ZIU#57aIRX>Ru3|84 zxvWfHGQqv1wa(Frl{>kZiV_N*;IXc`%~-X#YLPf6KFG$udwQZCwFAty`O2YX{7$Ou zc!?CA#O7V@B+5jX7CNVvaTza-ovziZ1*C+Pp& zLP~GjN!4YtA)!c+b5!EUM7CxbgEY-He%`14fV}N0p#9gt_&+h=n3=i$g8{d!B^S5E z1lRpQ`wm$`Hlslsa~udJxfOpL#>J!qPl@pP11n{FQV4M8?Zh_(SM%6h^Y?dOIJA4| z1Z3a-n4bJwf^RP}{%l$Ve96A-Zilo!4= z=0_O2ju@T6Bt%E6hwdWr7Rqvv5~Ce?PCKA9M3|H8hABvx{@5W4}ZIKY?i~z<>R62(9KH8T!rKuKZL(^W;^k)i0Pw z$nOTQ43m(H)mA?`=?c;eJBb8nKjKw^l9ehzg65kfA0GYA?L*b4;h#^eUc>_U7bKZ% z3|{%rUZ6bKX2-!Y``(GjuM`qaM_2PL$ZE2%(w`uWu5nR#CQW#z_JABtauQPw4Y5jY zcEJr`RU??Tz?c?Qf|sbdJ;9v^Rv*FP_F{3?n62h$!ltjs%%w=?{?eiRX0Wtd@EbB4 zAVf{n5aXOPrnQ_-(_c%0yme^ZL%kTQK-}gj&~i)hQBlbt9*#JKZa;b|Zm3vT+RCkD z2U)~j(=0Mmw3*J5vQF*a$o4)J@H8joJNTyV;^#GT^YS&Mv@P~-{Z|uGRTvhKTH)Xq=Wb1IVdOcyWQQ!sa!I$CEgTpZ zlon18(q4S5z-h!P2jM&wNzruFoMxS~vD61kSe)$cgfrdTCH9=SxC zCMY~)nTnoCmkkyxGfbfYnIvceKiVGH*p#$VfQV6&m}4lw5WZ0ZwBoJQ+0|1yMCkJ?5wVkW1v0oS2dcyzGbV)}ZN?rL&hqT~4}FVOe~Q8Nu8{Lng^ZZ9bq? zv2{iiXJfqg;B3H+9I?CBm(JH&!Jj%k%XOL5S*Gr$^3mK8kQoS>3C4#u6G37ms?+b{ zRvI)N#x!pcc{2tJwH)`md}WU)k$hbXxgXR`yclvmLv|PcnZ3}fkV)%YW>cBgjxb&S z`;hJ?sEtb4u`UJPxKqB1=#UY-cJ~Ys`Pa%+WGZdL2uMi@xAqMi`b@J;kfzhzvr;Zm#7oCDq13?1+^`!fsI8ZFi9RG3B{U7ZT zm-GK<*^i(F3dQpoiv$_QD7&Y)L8z-#;>K=#^vUtwq?IOt!*>`eWJ#{1{&E z?#h(dKjnb%SA(3L??1i&w;tJiXC>7LKFmQDAgCXH^^t}{=K2pWs^i5tUxg(Cb zb6(Llm_Wa})5v*9IkwUGt4Q*%^9{dm;7CuJk-X!|;=kftJE1>1V=~dbzJTReSo$|i z!ODO=!E;!(yvmDv(3yI_I92iTF)&qZi$xD*m5wdB2ZMRhK@VMae~mozovtbxgC3y@ z>Uw5Zt;X(2v?6%e6{D+pW9$G^M4EXAOgp-)PW~pIV#5bMtg3xS7b;OcuIS$rTv>+=~ z)Dv4-j>YOjXz9$uaV;fKanJ$~V@c>?(7_TcH9CJLK(;8UV|>4>Z21{5aqMqIU8?QG zAUXEKspN2{91}i72~BN&BJK%dWtJftE|u!FO?}Wk;(UDHq}qixI?7=0VjB_7ETvSmc}fswSZ#Jb6B-Op^%G=1+o#7 z4)H4}R(4mVP@0lQ7CNDcGVZX}a-7OeD1E^oqL%gzvOC@JDcyhVZuuwsu$K;Q$Yy8# zKv7XAD!UVJQLsbU;<0FP2ViV#(=nJSIm*^(r`&9tDEEjg7y6TaJ`(zSLQ~FD22F0l zdi3=L&h7p;O?CTQ1XAvp>8cLsbVBn^f=x`bo z!EM;>6Y%52q4NyHwkl4-WkWB^cCPR%99h5?hiE|}&b%XJWI?7US(PD{Vxy0;CtLYU za+>KcBq5=%G3A56pk45ziia22R5`?SBxOu#gkEh&w%RNmV<+R6r>2^T$HTltb(v&umb_O&rtAnIXXN8VSN60kUB5aKg zX%o(RRHmWH$YwGi62W2cHmoKCYz6^YuyYxd79JOiWsY%Jd{D`3g(+O6$G=Jq%L`T| z@kCv_iaFNN!iyhtqCdvD@zBdOW}11LDrcfA@y=Ct2F@`XIRpYgf_#@O`B=*DLsw9G)<9_!9NBD#HS z?W_uq$B3NtA}nOmdNyVItxI`qOcoOxjv89WzW{)*{^id zEqEmShWf%zjrl_eWp6|+$gcV_9k}5Y>fLBY(LV+KIm@D^>Pny8cf@Hk>S=IDum#_( zJr+ETa?a>)0MmC;(|u2KT=VADQ5B-qt)KF0w@MQv*qbGm{p3%fktWPxj$m&%JZJpVU(;MPJG)UID_+)n*L2g4DcIYlYHYcI;T&GQ_I6B-NOw1G#2% zxlI=hI6ZsXl1nU;UeZ)dIl4nJ(ywv=&&GA3Zhv>Kb89*mQd>fN)4siiebOCkeLgGD z_<}dIEufe^I8Y||ZGMt7ZeM-72C~@7t1q6KWLyV})Twuj z?FjMl3I}59b_`+iR9rWEh1vcK?l87zR>!-Gj$_wkK@7I_)r1Lgtd6jhVN?Bzxvy9p z;%)y7=fWNQq*@kHupQ)TuA~P2T_&PwSNMy3X!EA;TYDeh-9DhH%;bh>s2PBpnzxOB zqZ=j{QG;IbVS?kU)U%Db#SrwXDYb==Cq>DW$FknPslC-hUPOxWQ6y8+R>s@h>UN-S z4fntTA-*)}dwkmjXJlBdc9(g3%2qtkyj1J>!><$4*_|&&qfW5JwPo}AR=xnFGgd?U zV(Nu>s-NNf_f^e8o}^!D{f*NL9teir^!w2!Jhy+>5T4uI3vPC|1y2i3*g0Ejzd~`z5a_Qx1e)l?xMd`Rc0X}b87K|My$?nz3wd8Em zD1Tf_xOnaCS;^or9gKD8W|tH%oy@_=#Y1dOwtL+H#>r^w_Q{8y0>v5-U<1a?>SVsv zolbo;OYQDpa0VI!Rl-sA2%&`wZ)My~5`a$8cyeKe&D& zpX2?0fLEU6*r66!dk3hpYc2GBy9(fRTTc0J>4oEe0(LQTvvB`^cP7LC(#zKW&-L*L zIvqbO2Lj;-6%RHx-M1BtSCz0?iud`G>PV~Zq{J8tJc!|~T`*QLs;!Ui^VU)(78YQA zhx9#pbg+ASHS6eCox7W|yOV10GdD@W0cr2mOaITgyK=Noq9_5Sr?^%(rXp)b@Ek96lexwD{ZOy+tbVH z>OqroQj?)-BP2-&zfxcziYMalBFO6F*%5nWQgNubKSO*tUrr1_%Mo+5UH_vkZF7d1 z*$3H@()J$ER>O(i%r$^#1`k4A;jJVMQ|-$4r=!-WTyG`4Y;GdgIpxA#?_5Tv&(r5I=u8fpAOwsP|}Yo}G89M{9F1a74v` z(sD%GWOz@)ajkz}m1U)6J_PT>b9Out-{9xPlz$OZKO)1#AGr$>=xVtO@83N~stJa( z5l5Z335;Kcx*nX;U^CDT<8&HP`rfk*lzJ`3H9N41!sc@%nl8xe!?2jl6%Zgqh6PH~ zITkA8o2fU)npv$m*W$#s59aUth>Us(GO;=MB^l5-nEIqp}=ehWYhG#ioiOU zHYBeeaM)h#4b6DHGh~BvsO(N~e~jt6V=&U*NIAEIG-M-WxH1y%ntqSNZM_PJLNZ{! z`XmZc>aUa7=r`Nfp=-7vn@dydW3i0k#hvQejGo|?v5nj@1DWbNu^)VMBB@(ovVHvd zPyzNeb0CnpK!0e}aad+Q#V^b)47mMk;M>@B77o?dXn?Il#34k?Niqrzw{<-fbgy5K zr6W&!I1iZq`0{%T5yec2hI1@|6^9|`51U~;z0*?Z26z-%QtX}cFV=nbcViVU9oNCt1EBgfZEAICtfJ%4#ND)rf>Fbx zBtF4Ag^8Dlvi+$ZaW0@m4XjF3!7ae@RoK)z$+(wwjU`D7EetKM5iOaF^A!- zhrjQNaIRZ!{?)#bf0?j1RJYxXSrI73KVpOL)%)&kuabzY7cEugD&c$=UFfvoq+Xas zv$f!@8dortg~#+u5=YHmBEyM{)SosJBWJ%huu=-<5zTioqo;%;b3kk?KWW}3Eq3|f z4*v$29A2A~Vu<0cy))REXx~|qz3nWiTo4dL;hpE>jUpx;8hx-oRQmVi+}WSKX6zqN z@tn$vQK9!d-Bn(~Yv!$AA^6Nf=n*s!dy{zFFrSH2Ob*gm`mSb^Fg9%}L04xsh$l5< zCoN8@0nR2>edcB0uNy|M*`}!3B8x&LiiL^w>Ehdn_>`HpyG<%Lcn{doD67<>}U%5-Bbi4@fizdmMqgoFqG0airgN+kQ za|>NeNr_uhj(>5_bN zkS1CG#rMO9K_+i)hC$}!rbeMYoBXD3H=ynhD) zRtJAgTrC9Lw&w=?!WKQ#zS2k&<9iyUeRAC1XyCrY+J=d?rzcOAS^j4JS~MD;Sn`!q z-q4&GDIr>=aG4=11-XGns|i~DnHAX4S9>dBO@*_vm>d3&Ivy>nw;(CUzhZL57m+TP z8&T&Q(KFyrsKTmcM&{v<3HCPxCi;B82~A$(52EdqSl<-aWU0Y7s65Nm#ecof|0i4( z3oGk?$h(@gCueBc;dUO-{DKf70aE5g26{xmD7-}h;hJ--N$9XU0l(~Hvxi*H_WJVA zciYK&J{q$(1v&jx_Hui?pnfVhQ+o$%a|cgq-@j(B!e=*M1k*Qpsu8xX9^72K@9o>S z@k4Ijp4-2k^ONqRr?sg|2|P?>+xAx+pU?#YHOz5uMo$PlGzY*vM>hA2-(R5cg1-uj^lG>C!e{0)wrHJyJF5q2l-Zi6i4>B(mJXt1ztl)=9${v_TETl@tjkmCuq? ztguBXqRj2$ur275xe)a&0bF~!Aim~XCw5>BWszh<5`A)mN5GcvG|}@=D8gqoL@_k3 za;*So3s-Hq6hGaYs9#*z?+0LZ3)GbvT`%lQo;iI)981h5TerX}d8!-H+V>#jE%>^~ z!mSyltm}n3Z1286f6iG^?1wOnXKbzeGdjCj8{z&p1sxIZ`ZUmEs)J~_cGMb+$x-JQ zy+QS${9atA{?efa8(nQ`-`Ryo;0 zK_0-T#55lCo9f0&UFM`Fgah`=Y`cvDd=Z$Ee#i;}$WE7rdu`*jhE!&lOI)je0E&F7 z5i){Eg4~dbJN;EeXv#hd80{2&ne?s%2x>JABkTZ2IB>wT3(;9q6r{lymd!mzeK*Oe zxj?ecEFG=TM87CiNCqf8Ck+JtHZ20_wPTWKZlbODcL4YH)E?@%yC}X#S;-@}Bs@KX z)SUy1i^INVV^h8e1A_Zfk-_hZ*n44{COuD-Th@{#Dj8>woSx8g>mxqM)ol)_jzTF{1-^s=!4%u5?CmO!=wyFWOQ!gtt9YL~(h#q6OHBP+6RKNA?&)=_ zKnBgj>E>z#1fF7bMahEBr8?VDEk9=~Jft5=sG0t7eGI49Tbk1L8t1j<%7dkfQNqd; zvM-_OA3qeQ2r?3d~*L2$8`;!nwlNETt-=;()7Z!o^&getl9mT@+I z<~0H6K4QerFWDvWlXWshJK!{{0;Y?Zb~6)vL-DdpqB2$iv(5&=7}duwQ_R3HA8n4G z*>drct+VELosuv0NiicGJ_ZxAsK&H^_aW9PW;wC%`#wv$@fzJXLUs zuVtLWC->o!KP$Q|G1U!aD!H3UNtNB)#?xej*#~luK4iKd#;xq0P`& zl%0u0BR)FhciMLPF$s18-AItZRiXHb@-et_B--m0460+pY1d>-*FgEOZP|b~8{WX4 za*!Ju-=QY$cU$+B+XYrwOkM3>A}#E2sJc??RfM$OA16Ak%io$zqYhpaM@&Q();AVf zC)HP@dd<75!?XTPqVI6=uQJ&zpS9EI@5LsE;*qK$OM&eG`Em!V&W^MpMKhQ-9Ih}n z%)|~A_uBo;R3}2>@01a}O~@hUpP@DEGH;+cI2Q4pmlH+Jfu*g#f`v3r67CrYpgW&X92gzCL(v%M_o!LxXsih=smXp>K{0dEu7NU_#|Vs7ekmBmnL z{%Su;s+Bf%L<3ai8Xqz+rqy_H{`Iv z)uaVzA~syt)-Utv^;-1mAuBYYyPnmiPrIl5H$?`)=B@pdEw>g`fCZbd=$b9uMo?{E zU4|1pGodXFRWq&Egwdrxz&Ba9UmFB*`)t;?=q4zfo57#W8+wzV4^_bVduUt$U?OO6 zD?epomb|%Pwf2lsw}?A<%f9q;odR1K$+_k?$WcFc&uKq~f6bogjnA!~KqN6HT-dc7 zc5n!L1Ow1-laH&Dw_=&S5u>9EFKi8q(XU3Y1Mms8uI;YUf&M9(@3L6@tUBTHt#hKC zmr69jjHXesLIzDWaK!rT&nT-aP$4?)R1M9LyX4li(;N&}RxCq}SD*Szy&SLr|Lk8}g#JOlE)VfagKVJ!}&I6Ev=jIHtZ)ENMrHi47yUlZ2< z#tUQP_z&^NkT-@s5 z^y2>K!L;zJ4I$x2?{0F2U@}Xm@~!vx$$`Nh{NzsBsuZI@bZTyMqcQ{E#fqctZClr< z#e%u^xz0#9VF)EL|5pinNM#*$asJlR8^h&YO^Wg|E$CZTE(Sc?V$P_pY|1>Hmid}E zOV}?xgXI0cMeoUw5gL2RsR=tuO^Z@3hht#bNYim%muCYsrZeblkvCn@O*0`)tWMx z`{qq?g_+_0?Wn?Y)Pb{khU>J?EeI%2dX}pXmq5jA*yz%oP zxng(oO0ZI_oX~%#i%wxam^8{=uLoh0es~&2BM24=PU4HSroZTSk=Y`}2}xiupB~49 zd9}+WoDy+~H%;~ek`SE|1-LpVe0((n@4Dw0|B)QZB7A`{5K#_Ne z4xLt};71UZixJ}8F01=4LKg~3Rn$FG2H2c;TnWkcsZ?M<(qiqldX5_!1OhpY^(UiyxN++;-LaV`mU6Ob#D$a)#!>uF|~>E(pganDdzwEDvwB{reD zaDin337$0Ot7!9Di37D}D<`QJl0<>{PO0HQ;*I5t5as+Ra(hO4#Pvu!y>LiWIGYP` zK>^Y5);6G0%*LbmaaC}KblwmQinwwBp5;#qkLziPD<&4ig5N|^SCcIj6zWSFZ&(;s zQ3#?&-1_zk;@D>BMppvuM~wsU0F-K~uuV^tD};XJzw)=RCU~o`1wnDWDn&6u1NZl( zY%NnrjsG1*Z3|>gs$57HpT1x?6s%ZiHp&ezk&!}sS_?D#@H(@~LW*+jGU`vkYW07K zKy^EoyV?|CRVsqq4p?9WiG7r<(Y<_gYD9U198XnkYg9r&r%nIXx;NNc1qwQ2uS4vO zSqb^nR(#2S2doh3xL3e46Wq#r8!{+fu<;gDr{DEz1pWs{%qDovs0wM)4#lBoa$wBBIBuz|;E&uT1{G~_prGXQAgS&&kVdZy$ zTH;Y)H%}zj;PB0Ur6@p>VWXCj1~TXS!|f%0&$N2UoCK_x0!okk7^%a)w9?Ss9R3A( zI|?Dp!ik?yN?291E90Ov<x_;A?$!)om13|>9(`oI&>hQ+yUsB}1e zs}h=T`g;R5&;mN1q~vCbw&wk@09cc%thQW7`M|0iJDIWmQ5XIXnasz%@CwEK!f#~? zl|&s%ixptL@*=dqmYKnfm?k_l^BE4b<_NMdRSh!ujSjRUlQ@VS*Xb5p&J`Jl z7Ub#Sh9Z^=c$FIi&@D#c*W@DYbfxm|q`UGevz(BJ*I2SEpV+efoi59yoyuKJ$fhBP z`4|+9O>F{wnCh5%4-^!9e46AU?k35&IRe)OxC|;bGmm#E?DV;(B<2|-t++sJONKrd zO=q(b#L0KDjppqUbaEJZ9Hsu*Xs_ooYN`nOhrY_60w3t7Ji%+z(oN z*Y?t~O&-=d6VKpPCip6P#YHhFs|6|GJ;MRLI_&vxzArJR8uf9R&Is^CNFP39%r`EP)u#-4l804jmM1glZ=i-16pPl1hDin;L!S+F zr+!G#K?n0ari1!wj2nJmT&(yI=6HC{^bc;Jmuh7QdQlslA=BsqG&}q>)sG?I%i!8i; z#Ao1)673R;q<4+lf)|S6;PNLY*R!3ho(wZKJva&MfQGum3b|Z!NbX`Pu@*J#%SqMs z*yn34vGO~wf3TjEQVKoV@n1*Ye`i}ZY1rfRu8QnWCsgO>K7GzbSLwymq3>#}zC!O_ z8#8XsgERv;WrmkJ!0F*C{UWNha~BLPkqSk)DJ`!n2_(rCEH?^&qvNGvSBn}2nOr%P z)xK&;b(d4)-Sk7K9#lzOB73Mgs4rx2z7lPl^B3*={_>$F@LZ1&ZQzvJpk;3RSvFh~ zbXY*-ODyYvJ97=gp1TR#p3jM7D9K9}3HzfB!1Ea)N&2nY$wv3n4mk*)=~H64Hc z>}~d5*Y0l53ckI(?4`c!o$QtvVPk@td+tJ7O>@!m^1(%~$PRuypJXC=BZ~xmbVC~r zKQITm-weAtu|UTI zzW~28mn-j#sv;j=vp?>PFmc~$1cEx*c1*6ZUwOZCwgkPUYrE_1PXM^UyZ2B5eVH$+ z?^53!GS9mAEmDRJ>!sg%0dwD!(K-_VY*E}C+q6la-P%+2g@BLTx|f|5P|+2f-bGl? zSNc=7eGax2l}jA&5-f~1K3(P+5z(Nq{b^o^mdYFmO`s`^a4nZ%p`Ud2BSW2oXi@pH zn1jk}oG_mknTuvTEHUg$4LEVeSIrKSOLo}rxM{$eXsXxXKs%!b!W8djrmzXTTqZ}$ zUFc#lVR{_D9|CWEAv{^8NHuKG%D2i?SWMCAwHu$VV+FHwrQ`?3Y)^U8!gG+A@qJbh=KTg^lkX*vJ;9+Xv$^2A@F;c_UsIM)%g|E zxQ@8>bH<`_;c9y&&{N4|>?AT6pg) zF8e8$lwxvF2=bzDkQ59+Vl)OHt;aOyvq(~DB9@+%N|ptc?12|1gXT;8%9?! zRm=O)3tojBD+lq-J(B=?7-c}9&mv#BclQ?UhA;L-A- zEtuPrwt1q6aebPe#n@GgXtqku;>s)QF^e#$8Lv^E2*4BvLgN5-1druZ9xEM1*zlyv zjhf_vee6m($pLLq0b~!o7~Zv=`3G`CpYy z9l^^vzY%{9=XM!|uGJ;89toyMGua>Wl9JU6SLCZ6Rhi}Sl(kxXAOa4A_N0YC1p*VP z#8Ji-HmcC85^ct*=(0^RnDhfh0{QTyqsHEZ4285hio@<+r7JPblLXET$=L0N5>Ejq zz1^sI@i~p-_RbwC2=U5EM*~5`70*(f8Y;KjGzxUoeu*6aPZjoZ!6c8%Xp$9}8r2>V z8C}xoe9xA3dyE6TAZY@w}!F(8e1Ec4U@)Jrk#&vNqS$u{ZN$EL5O}|St4!BIQpq9dxmK90S(tUO)3Yl&vdfr~* zsRqey8I4}cDQ&{AdreHX`3sE3WtcBeGnXX|e7_T2TS_;7ZTtb@7RG{@#Q_)f&>jM! z6Qwh4!n}%ASw#zfL?1|$1i34>#a;=4c%rPaYzJbDLVvj|1h(Fjhh1%@MG?T`r5)pu zc+l_o?M`y_>d~x@W^Vyt7Lj5)@Z4aYqY4osk0p@jS55y>4(WJU5;@0(#2{q^b>Hg; z0(1S&ddfe)%r}r&?abCp&LBLiruHs>`wRh%nA_;2JOoEHBdCMP`Kza@6l|+?Qw$%5 zB&-Nv%I;_3mmB`IF-&u#0Y$N8zDr)LMU=&zIx1zTwk{{IiCOI0nuZlUHRV@oH9Y^b z1{JQ(YTFHRoKtihq})lqkRKARVo|T+Ub#aTXjkcP*3=@-1vZ zmVh?se88`{a}CQ3I{iGc$Sq>sy_zqgy_L}NYQ>$sptI!%YrG;iLodBl(qtRdNHGR^ z-lQ(!61Wd#Nz%>JxjGK%W|yD-OcHF3n|riD{x(u}DP~>C)7-sD-DPpS-`UN`wY9t~ z6Zf!>#hPlY1qpOA>0bq8bY%2AkX+04 z@Klm8Q}Z&$+v&m%_3M3VS7UCvzn46)FF%C zi{-|n+vtc=QD)}zsfj3471QI9ACJF-|o-_)=)BNACJx zlT_$88>nT@RP5PcR>R;uBV8-w2~3nOZ^gYoBGYsR{_luFg0;l|HPo;XF%dZ!Tf^}2 zF^XH+x|%sNirfA}cZ-^tIGCC-%9`0*xLOjiFth##>HbK&v*v&U>FNRf8<_R*mK+3= z0fY>Af!?u`Xm~=qRJ#6WH>8$09C7@9TTU4)vVOHebmn1dDxblCaev?|VE_M|wTv&l zpRER8C$slAtCI>hse}Oun4?+1E?xn;(S|E@sg=M#wLM)9y}eE~fi9q}l}QT$i@`2d zcbP%1!;U{rt%5rN546?|1t_xb$y_zXUzA%npETcE&BqpHX#ecLia9~>9`9V_o6B)+|IjWPU0r}}p#ti|Qddm(IwTzK!It6}tl&n3 z-PH73eLdj9_IFw~_J8PbLA>Ne&>m=t%yIgDh|?BNiP#`{L{jjVP-;--lcZQ6y&5g~ z^q^ZO;cb}wrbdwLV{+m6m37pbUDb8WLHS56G%bv}bR@X}Yec*?E zW_jv}@7tj;BBUuf!~@yO>+ZWxLvnJA`w_KSq1~8+aE-kJj!akthdlP4dj*Y}zTb$r8$&|_xroRm z+qpnoEGg^kQC5j$(~LMU%{mny4zVA}bq>x(@v9>C<%8O3^_OWc(edm}ssdN`Ah{Hr zD<5QKdShCKQCCDg{=qZFo6ZO)ZXkZo)SWq`*y#>FYaSm(po)KvN1Bq1hCX`sK7X{P z6vdC01?W_*rVP{4IwPWeJ$XKr{a;t){0Dr6y&@Ja=mi&SE*$SU{q>IWMY_c+f{Yu? zu@n%YZ?MWKUs+-3K|QVni;$?8V6YPDRI$!=?Ggb#r=A+43ryKTX`;7Y#>VJe;qg8}wN5>iuuWh3616w=v1Zt@S0ap~w1{cae4D7dr zm1!kl<83ZxTc7=$@yhJzH0?(vP!Gm!8ifL{k*_Co@QrlTMKjrD4#LkHGF6y2QSB-i zU~+;MC;}^K7=dOjzClVmwAU&&#Zh6mT%bI2B1%!xt7TRu4;OUF$&?`MTOU4Ji9$GO zR-vH#WDL84*q^ab<-?3?R`VSX$kwz`v6o*&6$w8S^O=P z@w&LtxD3`&-7RQFbg&gP1?{K~d_)^>q_K*eakIvR4STd;0HLo3$?`&TyvxXoXjVu{ zkJ;UQv>Z&7u0dEOg8DBysj^)OybPmwTWJ)l@SfG3NCWU~%$Ig1R19V{wLG?k z(ANk+e+u<7c5`tvBF93NnmtTt$~4-}?Tz#n zcZ&ThE+-giKKEF&&4-a8ieRHWTSPLIlq)LtcxzZaCvJieEtP;3bh5{~`s+Wto)Djx zO*3pG(tMt~D!q!L=$EK=2MH6wCA-|{sfqN5Z0|%%B}HvcHTl&KN=k8|vYK-8UAfJ< z9UPc1g=gh;**bBPCi7VjxwGQIdv?FE`u>>9KiUny;QVXz);-%D6yXmP?}u#QgSA*G zu1TxObOoiaG$QBum<0mLUtVP`suOaTd0}>1R1Y$t8@Q>jZ12mW9Y4+d#G7+1U&Baa znlY#gbYPW8;&^hux>?L(i?VGo(NHI4g&&8xUwpH=2Ravj2j;}B6;@8Crqm!L)qN(O z*kqm>J0^^LOIY1YZth;NFA?8-{p8I(1&HL|yu8gq1&0WGh4a9-x$19EyHaYvf$H8Y zIUfz-XvGHn^!?o^`!c}8y~I8Q9feu_)Ys7f;?Y+Eu2ybmB*qQ%grA5O(c(N~s_9Gr z<50z38W|q%_t_#F>^Lw+Zz{caf)hPa+{Z8%7xG{iBx0#jQ!m(1H=QsXJ%m^d#1UC% z45}n8`+`AKJ|ZzpIpQQhD{h!G7kOcMTvLMqjzS0)Zb7~49xIZ~qkgXXS*PU5=kupp zuw~bawieF?zY7XhQ$PA}YAlgXK);xd&$@AsQ>c|Q6Khaj2Qe{E?N`SU5svmIxD zy7YZBC+Gd6;1(C~;?R4O8?Z1-xLupOomyL>^FC~~>Sv#g>&@%RS^6;^vwiX~i&(r> zm9(DJ;Qgbw>o9Wa=eFR%eV0LZ}(|4KUfP9OaCTNd2Yhz^U} zaa^YN7xZVP-4ZPSl*P<#sw^GOh2Z@s;DPRTt~e^c#y-27r48`;^y}UYi}Sojy}rGW z3}~|$QTgO7{d-W%3~tq@a^U-O@eo(Td9bw|mTw@QRN>Yl8jxuKuCGL) zkGeNPZcyx(W099^y62TnCxB_1UjSzQT_vcK`9V+RhKXKRC^Sy?TxS(C8GbgfHmza*1*7RYPsm`X5zn>fLgzqmCRUM1_% z6x=3*WIM;Fdx9wo4yce!MtnRKWsnCG67#f8oHd_okPpERyTI8#qkoc9HF(MgmG$jZ zSii`iCzfuT^^IprCMN*@#o3Z6%|9b$d&`LMa06+5!X>@Bq(hqDV?UyNpqVq*cE!WaUe#o_+tke*XfMWSZRC zHNXNsy2+DvU3KYs3P3$#FS#(k&&j47Z6e;rq>VUgZEh{G-61gZ3v{+bDh&I?f$W3T znYo@KZ46ABda5fqQF~sF;=ArW3Xm#Z8E!Rt^la7}m2N=bKDcQAF*}UaBoBYeUe^w! zv`DZZel^|y<#__n*)gRL^*A52<*PJV^;fV$;<7eZ4q&ccnylAl@8 zWE===2wPK+NJO}*gv5h<;Nf|{!MlZFcL>}|d3(6(o5&n=`TsEXj!l9<>ymDlZQHhO z+jf_2+qP}nwz_QFwmo%YZcLmLu|Moz@#e~v`D9s175%DG6$IHD>r|Gk%l2v~37=eN zU}p(>0P-Jw_srrx^czwUIXkMFNFA3wF8}FAn!7#oQlt?O-Z3|AMekrAX;o*BKpT^i zQbjuA#!V;rE^+YHGL*>!lDjZ1l@<@qpTfuWO#5yu>Ek%FOi?tI=(%u^GjLb> zsn-)HN#Hc@Dyj$z{~zE22>H~$3 zDzQW8q6_nwVysQL(IJ&Yg44RAblZc1SU6pNyt)U?sVNB&zqyVNQxqqU3|L6cSIcDv z%dt%EG>OOLW$0kY@aI|XD=-rNM^hxrgu#ffgd4onBQ+g2!zqC9I4LExJ;h-0!HOZu zu1|>QQl!Iozz!>yKd0$lzIK0?*$1AgLS4sHfJu2D_Of(*ic5C?9c4-`M&GHMaR-++ zj6G-ni?3#i^_C9n(2x2yZMM=r*3}@2(1$~X?{?!j`|UQB7riUIh$6({1(z6|g%S?j zS_%)|sK~}50K_8w(G^|7;yM~mDL!BNxek}*?K&)3s}WX;(vDR+kHncTfbGFO`3w3X z5r2`#bVfsKd5>2tlis1RIRSN=aJbq~1m-0;a{`RqbPm(sqJfz`W1m%{(LZDD)-yYA z#e!JwsWv>K7NS^MvIJUI`zLN092%u4@_JyYlC`CM4?HW5sv_mn0ou*$-ug|A|#u zT(#FIuwIzI<&e>dLj-KPAksC9!;ru28>fAbz)js$qXdj=>}>4QAj;-HG_mWY7dhJ7CD`uhQ(3sw`x96YFFi3j00=wzTy#8Yt6}Toy?fQBVzUe)$_`stDA@ z*N5~HEQ>M)Xm2J?XN7QES@I~Ft<6lgX`0rHQ#SfM`1eioD@#2c8bZxJ= zf;(CM?zb#&_uXom{;Xsk)x<(`lnE1aZR^WB@9MU(86bHJt*t_4@5N`_(x?>Hk)*fw z$9g6EZ^*6P9;Y|uAHT2hF{j+uU-Ojlj*w&s*z4&4H&7ocp6LneULful*0AcCeW?uH zT2qSy8%lge%d%%hwMAwDpz&~RbpQkuYxC_W@#cX>-o#O1LL_DlejxP-CBcB&-e-Rc`QoXRv~uI^0%92a2-n_WF*3PB!iNjhyZalVc7InBd?<`YG_}h zKeLzQcZOTQ)laOq#_5ob$kvstf2*T>b<-%dD}>u_`X{s&uM_XoVid>I zpAd|%+oqcxaR724TVXA*=y_O}ExTDF2;L@q7Vj$a+$dZ)Tu~Qb3$nJ!maZT|+??OC z$V$i5pOyp61_R&iz<%ibmuv7ux3;nrx|t|2-q(U8=xD>0eun_?1}lxf|C4-T|1VLr ztpAJAHmu3@`(=eVeWUh>hfb^E1&QvY-^aQ;*=H0AwMo=e2=)1sXc$l3Ag-Wj>4Fxz z)&JN;-hivu?f!96V#D~Y#0GcQ+vWYu_Wk7f`PTXUeeygpdbMHu-V!$K-|5Y5``hLk zxSA69w6?{&=-nw^grks&o2R4@kSgcByZOjm=Hz|4x4H8CULJb|zBknlw>9rezKz-0 z+`-=su@8TC7xE&Z>z~?9&lTiIu(ePn4pyy@dry*}(mIIb@pg;TdboI9q;cos#_nyj z_r+4fGTgTaMdss>uxSqz#=U-W+IuXNO_uc2-qTyZo)}4xB;c zjNmNXBzwdni?V*~B$m}in?nqO^N|P4(T8*fCK=M>Y(K|7>$gp0#d~AATUB-cS4O^w zlB8_t=0HM0oBx$@>uigUEfqcSe5z zA_Fi*Ghb=V>K{kqm3*a{fgBL%B_woLq`gtDxZ|AJxYJ3Q0bQhf9bybn^HJGIJxFpz zf<-Fn1kyfYkh#%vxTcSqb3>uec3eUsLYh%kbyzq}M!h3CrI^!+%VW-iQ|k4ETp(pI zwm^lWBt_rJ`Zult+Wqt?g(m?xtR*sMh)^cM|Mc5E2KljxKo= z48ypZ`Vs@)CJ-46HS%8*70r?aH!3~-U<0@<%@s2Z|CZ(Kb`cW>@*{yy?rIiM`go@_ z5?+Yw(hMo)KpEC=Ew~X}U{ZaSL}~mLe6;f}X(QFhKy=H0({#Gwo@lJaw1inHmhlGk zgtv*2u_wL1ASc!tuU}H`CQdgh5R2ADOo1gO>N76Yf9iQE32%Y~*C+}rRZP%lXUPl_ zb!mwtgCD9eG#(N0ELOZinzG0wo5$ULy4ly=hBlSWR7C4OTj^WYs_<`_iQ047XSGA< ze(SOb=YoxwXCcKstYrH_BgDyJy4ZTC)ULaBnBI!G6XcylH~HQpnbZzP5ndoB368S; z+1<9@|HH*p)5SM>UZS?a8cF~n5-fk}4b%J+8t1y?)NY!m!bB3PtSNr+ZqrHZo@CpRR?5KC>?;`54q>o+_*j2K~ep#Nf^Ad8L>XzNf#kX+-K0# z=e#I%g@b1qO~0R8D)J^rtFD>PBAeWTy4=dn#g3+z0deZVqpiwS<9<>3%*A-ZcySO6 zR1=pA=1|HNetmesy|Q>?U0M{Bv;*2F9Hb zbY0|a|5E;9n#R*Y&6g)&r?r8P9R6wzRhOq!UbLkNh`3w*ANOJa!73am$7Sh~s+g$I zPhCJKH-*}5C^YfK5))XZX*$=9UFAncaQb7)<{GK2h8tYlfiBYTaG4@4<%?~6 zYEdt|43f4Jkh_7Rd^mt0oyFCnH0|`Xsjb*r%-KxbjAGXZ>FG7ZAQw9uU>~EXRyGqR zRe*b8T~+?fqJa~uq9Xoq_(wE4?7eD~$twCALH)^sF3<1P38BVJ4qd#>jytiFpIa$G zF*LtTrpO7N%+PMH?h_e_%=OLusoXI>Qp@J*$8#awc9RC_+HLl|MR1^pu?R@^a-de8 zIRIh0t-oa~;$v)ODi_Ns($=+`#WEkyw?o50=u_TI;2hZmVswk5|LSzlXr4wf!VNs~_&s%RUyWr{z;bUMP(?m&g+Q^`d zYN#U#u8pIb9;(*WNwanthY zgfhs5s~u?df?E*;hk3(PZp#Uh-)n_|JIu-*jrH;+$9QJ{Xrm~-aZlA9sA-_Qo_BoH z#g!D6{l5Fys2!BE9aKY>gYkJpwThRW*kc`2&**S9os%OF+F$8ymk%UvPSr z2*i*BSuv%!mE}et!yTzpYJfVyCQ-J@73`Aq!DGjgSzo;mr$skEEv9=CNFwGc!ddJ2 zYq)wjm#*(nN=6n7NY?sncGx3D7SB_yGFy5d&%nC@zt&dG(AIUXk!3a(DmL9un5j%U zLoXqX`^mvBYFv^W4OEQXkP_-z$x#wr<~?sz(1f88(!DY3NRKI#pPFrd5SBf=P*~WP zNF^daNPf6{N{wa}6JIMOwiXWU5VLQwa8S~0@wZD6^xkwb@pPu+P%9IqOJYxS)^g#c zuvX@oOj=J>msw>3G$MRc@GLCKjg(QdF;`)VM%k`0-_SrMKf=JGA)r*8l9oGL@olW+ zy3I`*bm1rpOUh!xr5D?FK}>TYjT*v&f#&XBx9g;s87WRelCb)1=9TSEZ^coUZ~x1v z3ldM$R#HR6O;6fp?r^JN5J%i%<}!1bls26h$->2y8$)oT0HkBT0kgB63f1}3cuXnoR*2Y`~ZW%(`71Y$oo z#+p_IzK+oa=~EkS+L$Ndl1YtaTZGnQZLuzM@$aH;t(A|LHp)=GflW(HUqh$Uw zlV)<6vE54>20e5cCQ^h9skkA}tbNRgu74Prf%jq5V! zJZ<@mh~7xqcOBNfP84$sZcMb4P2jz=k2T81#7W~s3!YxvlkTRK>$BpXh957L`UJ0P zGI-w}vQ^yZXNcHw+AFByy80m0m1?xeDT<3VsDM7G0KeBHL#uF2Pn|gB?HAyF77`rH z7$6Xkb=(St|pX%7_Os-4Bn`t~j@*A2e=OM3r|IgM>Ri zt`x11lb~?&mjxQ6@SeZvT{rxBsF0wqT(a}2fS_2^VaZ8i5;&iS5)&3-?b*P~ly(^- zB1Xh!HepnYxHgjNwIcY;bEf*8B4&<}5p@{Hh3JC*&w~_1sa4ahkf6t`pXh8V!Y)z% z(0i=k`;=_=T3)f1Gty?$*~i!DKv7UI@g*D~XKts9(2X3jOH3q&24`siY=dibbwv?j1yi z2^HEeChotUQ8Rn=ZlbNnJY(aIOPckIZ)=8q3FvXygT;e;%?D-c?_yNuh+^dr&j1qW zZq^(ngQkk{JCQv2UBze0_zK=PfOEWI;D0=F{}p+{igBth5d~|?(_`O%N%gd(0A>Caz#(m4h{$WaKYVtqfrY9xK# z&fKWk?S1^B79t`Xb@oMIB>QQ^BZUImZr?WG=Duqmhze-;1lmZZ_Nn&-pxh=dCDiDM z&$A%XSv7`27pSKp)<}1;79CghLD8Z2?X7lWtQ=O zcNfVaHXG@0GSDM1In$^WPREf(Kd%+)EZRwg%*=*rtvlNWlLhYAeY`bKtKD<&^vq0F z=!^2y`h+|h#oa*DSh1QjjA4EoO0*vL$S5u_+6SM#Gni?RU7Ig(N4um)C^kj)gcfO; ze&-Qv+OMrb=5jp7vE$+py=!C7;P*;T$BZlY<+3ODqS|THpcx9HuLpCeW^G*=c_v`g zUWPenRGZ)*hRL1-Rlu>Cu=4qDuLevA5A-Hh8sRILp(9LH&u5vvle^dIpcwvXW)EfG zgs}(0T2MJXURipu8+v9LevFKGi#>LklUZG<6Q#IdSk3h(tD-7N3?_*omM4aDq7z>j zMVJ*qv1ux)!~G3YRWwCp=?vgVdogYZ+vdJvQaLq91;{QBRv|TjjtdR7gP31&bSAu&~2@(}S-xF8Ny)Ye_*uym% zWfm#4SaxE-*Z-}ypIPG{p%iYPR1IC-32sNJk%7Yz6MxQyf(6BN(aD^70TM(U?MpJZ zaOPZcX+&yAXqU2PV(DZU;NfX60;aHB!V?;5e7~>0*nYm~kyEhOK*|YdIY5a^DpaZT z*~>U`in7OkPVuJf5It8^lVq4WTa9Mn1+bJGS*}41HieFVFe*lxk+{vjC&{8(c1$2d z7$ev5Z*$;*#3P0pRrc5Ed0WOm=LN=BrSX5C3!;HWz*B(@I|9Q&*`U3AYOsETJ3@fm zO(s5G)%inyu-DQSz?Qf?3KeoCpW&!4U%4jGYjL}~Nzjgb_%Ho~!XnGNo-;Y#5zZ(yAh3RR^HLoR%xjwHRi@BqBu4UJRhK*e7{<-? zJ)5Ev$~4whT&F(M(DrrNxq~PT#`dPS^vnqExez>aoVmW+krp6W2t#;pi}0uJv=!s6 zr~=a*Hi|?IOEWH1E~#e_HxG!uM4|$4N!^%=JVUC3wJD@l-E?uj7lRA8;6b#hlzeQaRE*S1urQEnGACNUT#AE|osYmfgd1 zu8CX9Ue(uyK zF^t84(o&ncYci0As|P;~eY-8ddFB<_a5Ib@h%Nj*3nF?600ye%eW^TcetL{Q7)Z6U z(sggWY2dc^#WSn+z0k}=z{i#qIxj%i#h%H`FT-2`)ajlW2f9?-wr-qQew_%|$w}e4poo(5YkUh8hxji<3)@zj;@jM@ ze!Mid?sl80d#4+ozD0qvBi$|o0S!E5JFHe8IqdZ^-c6%}QSXQLA_CvLt%K~}7rq~F zV=^~nNr{&Ffy46AP<<1dfTgq6-zrzkrR2NL`M>X`e)Z@kt(EUS_^swRy{9$}!g*a8 zdFs=H(|M;}c!7%-)gNnd8qVvsCb(#F1Sn91Fby<`p4B)R2fYo;I^u%&=(Rg7)Zf%v zJx<^r>8Mgd&fI!qk9 zv>zqq|7DfKz&1qB8`P5I(OX?7PgpiEKwPh<&I+p#Jb=B)#I1wZR_<3Q_7~^ zSD;)hGi0T(O$XqugD{WUz)^@0=iUJ+TkI+03gmkz@}(mFGxf^ogu|iCN(=^@^ah@B zLQwCP-GrGG}bJ&SDjsxyVazK zgNUtE42JYoKVN|+L^7Lx7y^~PQ`%OAT;fbW#(Qe=X~HFb8GVz;6w;NmojK9Yu{s~P z65gwc835M%J+QT5V~(|rAq%Drrso>WAI-QxRY5k33m*W7RC@lD?L~9WJdXHBje!4Awx!r!+uOAf z?-;ZK*Y!e?dteh@?B`Oik5uW78b@N}FIiNroIBsI@%?Zg^k18wzCTF)0g!Z{YWwGH`JGuZm6g|I;bwVBHb9N1~)j~P@(+}+zd+F`J$=p#or6?-P()y>I|~IMcORA zuCwat8I{rg79A!ldbsIEHUNPKSy|Rjqr=z+DZh09i4Zpw*QeaXi0oPxTfcxQGQ-PaJq?iD2_IN;Q)7!6F1A z+@~{$(+~O-aa%p73_DSUt{NvH*jv!3gM8ForV^A$+3q*>N^;Qu<;Tj8lne$H1wh}y z9;d93q)+lJT_1(SW*Fw|tXRw)i8$t&U`7-d9^XGJGl=V8^z};duIO~UFU5IvWB`g^ zo5&~yQW9IZ%O)beYT`5MR#7YZTb2hExdHDalsL5(Y8~_~yk8PLDjdMQ&!<0R)3i^kph>=QbU;vkJE zVd^KKARjr^ty_MZ;-qPug3Wr+9M|w~dCobw7)vfCX2Y3>l`|mMnYbx)!>`W{jLz2v z1d(w~@^oa$8=NMYea~TF_;=9XfXIOU>c4!#+=106BI z;O=utFrFi2nEmh?t}d_KlmsZ~R)aEy;x%*~TPX>0=$xj54!`J-meK+BEzb>Bj;A9- z>g>Lr-M9^I{!l#(V&BZ$QEv2j-*(JjO#SD{pyz=iuo0(di5sF=4l{7J3(n7{flK`NmH56CF$SIof3l)t zq+yzfZ0>$?0Z&B0*;GowvjB4!;T7vUzQYAYgjjmk+6GJ?zj*+7OSuE?+JH!`OBHpw zv%%={hmTy7)OXyGs=UORbasA(lcH{#>c75iNxmzgvkN{l3-_Qda-m^ZlEr zXQl@i5M3?j#tJX+Cdp(64vYu~{~ej85AWtRU;x*V;pba{kBYMT`ALm43#bl?BgOP&shkXY| z@<3zGpZvne2p`eVt|jJ-b~!GQ;zXPGhp0JQ{01NvVVs5^-5>ou{eW@V)o0z&@4nsr z+qRON9*4R6F_jpONk;bb@nX1x`fmaXu2l2TCG%P@M7j??BeUprjN|d=EK!@lJ!ZiO zWh5HtWi8C){yp^#&K2Qp;Re$9u2XY_hC}p)@MmL9ob<*N>aM7JUtVl@u_~VVqA`FTcpSsmdp+bI-W;)laWTG#x`t0k>N&Dh3x-6!9@vf@T{^xPAAa(Bxq3-y z)uSO;9iGV)&dSf%BfXKCUhn@T3poBOBJFQUh4Fvd7v2BQqyGYuc|e7L=A_rhvTNxx z3JIJu+lUYR`Wfnqp#F8bdFZ3IL|??Y&ui2~wtY5-qCtIB_poVDBovXL^pGSKAJEFP9%Ki6xonEfq zBCYX>Q?_S5 zJXr7m*R|SNd-CY(0Q_QM+tq;jK`;a_z&+5|_5#;z<91XNmApb?rbQGsCoQNL2!b;) zN&I&mWwxtBMxR}R*KV<8iyyp6w;@iM>`Ecg{DY=8eP_J2B$;$Uyyj@QXZe$BO22713(d2#H_y}Pc79tvx823xw)Fpn1`o?~%A${U#*@-&~8G)dkKb7$ig zsxQM*Pd;{2Wv6XG5vL$2JS-lFu%Kx=Zkb+o6P_n-OPNH7 zF_=4xKM^#T%(E>IdMQpS9QPEaqAEFFr{|0r8fBFv&hV!EJ~&4BN&nST`WT8?f0Ui% zxY#+)3L;Kwf+P*iZ?+vCcFP#luMxJ4*g@8O2vedki7s2EjbtV$S=~=~116_HFq6et zjuj#Vf#8jy+18cC7uap z3bD-oJ2Em_dJmCaJVTKnj0!wRcMrf_R5wacCKn)RYnFvf5WIn+g}P(MB}|;kH-Zqk zgQ7&pIgLo)BG>{A!IfZRWF-D^8EFwnhLlNXn>=FJ?58)?F5yMWhrs^ec#cT3l@YoqYlgIWOYXK(USVm1w(qMXwfV@j?OROv5v#Zh0 z$Z3>cG>;uIOC9slhA9jMQ!3B|%sWlRII~-07qp;`>4*R;fA)>Z;640qhoPb@4JLj8 zeC3VOd#Qj8FfUbCbL3yN_bQ({{wDrMki|m)gnKWB`p~4Aj6SO>k%*xL%|) z<(8u8C?K$fU~G>>+(cK$Fd+|FdpiWMLW+Qgv?qqJ#uD#lRVAaF(E*sM{Ky8Cv>WGP ziLp}jIcpNBS{ut2xmj#0?t!s$O{dXi{8$%8V_4Dk9~yVrs4))-y7;Q%{7DJC(Xp-= zN|?N=-dq^AzxIp=Bro<8Vg;A~^~rHSGC#7KXDp&3XzF=iT|9}e=<#wAmgPWA?|vuT zzz4M{>=H+t4Gl)1-(3s`Ef}WB?)X#R7d9_hZCw4g=12&kfy)Mq%L3O)?z?7$M zxAF25_v%yDO1vWWqraY6NK%Odj>08TySPgiva}|ZiB)onkrcXA-Z;dP(vLlC;D-+b zY;7dXy8^A>uJP=Q{e$|_eVx6TTtQ9k0)V0$e;Q-V5Z=z5oUFEQPOBJ{Lspt*4qc)DTn&ZB`!vJJRFHa`$rIh<%n_ZDBV)VsYcYnD7RLn-)||8Bu(38 zuu)3{y0?hpy34>Fj6<4y09!$Mj+wYz^~*JTC-DAd^Eh9&R~Pldtpx+nXReA}xV4zH zX6!AG7MAaN-NGa_15vo9TRHTy&byVeln*7F)q|N97n>qS{{p(K_0Fyo0d?(!yrl*C+GP`yvJ~u^ilPZ?D5-6W--zTQ zn|SxjCii~W@0h8)m^0}fzKwZ3zJGH8%G6`z<;p&7QGgg!^A8SHO=MuOVf{`A#W6## zS$sAT@#mB_4!a`oZsz?q^+AJ2s<3CMmXM?{r7&*M0hb>@wQI+LPD+5rg`dR8C`sBT zYYw%GkYARrf(?z})2|6$o_CF(fd-rQY5xlBg#AIfB=5TOqz+|?C z%3aXfJ5m77gW=0Rjz%cW$2}9@@VMK>;GBlb^*TwHnay6o#f~^rX2B#ZZXA0?1XppK z%QRtgb+fPl&o42@mZ0c`Zq5#M5w?(V;kvb=GO*36s{iH3%D#6>=^cRVP)RX?N&DEv zE2m80xmL0_R=9xeFQtXKJo+Tt@_j*F4HJ_6M{V-o!FAbK{ulbKTWc!jfE~8yM(Ge_ zzyAMzt)Ql1=-UE4TGxlV7&n&kOn&I8`XWln3S+G!0t;*e+=3G`u^JUD!F8<5+Y#HK z6)tFQ3kkaS-GUADI_3Il`jrv1FjQLJf$8#O2paYs7E-VKvH2&FoN?s#owrQDUiRI% zTi1Ajx8G07u++@dtF#-A(+sNdxi|470tZ1^_HmaqnAf_7D>&fKlpA+Yu7xG}GL|N16*bn0(3ok-F}nwT*) z#Z<+iOxsE53(Q<}w1+W{W1WpHBWNQdnpI!oa_PvENIYV`0PiR==wn1(?Lxg#BFIFK zm0lF|BTGY9v5boysSj9V7)gu(&rE%--EumV?MgeFLxN2&n4uXL8hh-6mbZ4tNExQ+ z(aWza_IF=l(sSiI`yi@1>7OmdD&rXJFkvBsayP9I1k4%Orw9BElmL$fc9pn+Rcd8x z*PfK0a+9T;xgu}w{hcii<0M4iBuxyg4Hts1-dICTbTsNG$g$2-^!Q@ zd$Gb4(1P&qijnYv1taaTuMJ>x1~x`p8rINF_hGY?FAAWPXQ?GVMAk9{0L)CLCn9Bn zhWi2EOobw^)0a>{TqY}j@Iu}SM?(2C6%@wKgO8p5&}9GMNW{JL9S}EaqV{R#L4(Wf zE5r^sn{t>AFVGd1UVkb!o-1cpCc^ZJvRfHviqCkQVoZcN195VUi5BY1ukrr$I=F~} zw-oIkl)?uB;Cq|c_I>XAMQo_vTs$(<^smPxj;2P%#WMk40-TLt!kgYu)IPqu|3KaV zv@&8sPlpdB^1VqKCDntr6;ELm{>iFs`FCe?a*kR&J7~IG;vfixHm2>ueA}sS<_<~? zDu!ukPRJKdHOln|^2NQ*MP6x5Eu8IG>_IPZi-(zvkQ6(vk**vC~OzD}9 zsjBc9Yv4m!rnt%9D{=q0&3XQHgp`|_TxB$Y&di2>m5jcsm_5p~E48f@|-0 z3*C}2!7~Qx#hX;mpKNZSk9L#+KQQ_j;F1L& zALNc2l1?~w4bq}W)fS1&smUDVWfev`lf4uJ7baQ6-JBAq(&>wdZqW4+U2^4F+wY@} z@E{!%!fqiSZy5G5hpc|>XQq$x>Bd~8OJih@!M@)@4L%5elGJ6sX{bx%u6&QBmj723 z6QpX#O_AZHe?^H3hfKXw5Fh591_8QT!4~#7x$haVB_qe@%jW~AwQV=WIcPB*eD++B z8FQ8F25r%kLI(EO+<=#f>2-z)7{lS+fagm15kVZgEL|IN$w^9{v{NSX;e?TeqI`Vu zX)ROI2tTo-4m@V87B|RzFoouo6@A02)#~9eietugqv>PaTQf)Y;*8~XP7q9+McEw3 z3bS#n+;Q!BY^rm<_6$6d5tvTkxMd^RTPqeC7Mq;->HP`a507WlOiK+_!PDfso<*{? znm?^|%*IoP-gFT}>q^uT^5hSigU~TaWUgQxRodWKiLB_xR0gy~1I1>GesH3&_W{+a zb+mD6>_*GchA~HtevWyV*-rDkrZ5^aq6ApJ-bzI`Wy;mR*NLs+iUhTg&jd{SB27FT zk1c`2T)?1}ujUcEt_cG^j8)`1|%T}l{NR}K=#kr5d z2H?)iZg^v>Nl>t14zK&%kHYk5c zt&Q}GZ`3(*+`p_ta~3b(3>E70>Db1B<7pIbo-m7-l2(tqo4iR)xCUZW0Hn?>p&%IGtPDaaxaZ_EYV|a z)d^T?&gooX*neH^A$s7z+uTPGXR0APV=3f-W~J<8Uq_zcJi0CzBg z00!o;pkDY;E1Ki01FL&Oa%>UtN6YnIa)N}0Fsq(}2Ybgxd_zHE9=CCg%*SlOo5Uo*2^t$qk?s61N#`T*xr1S;GsZ5gyZxJ7kyrYVtka)cNRtB?SJ_Rm*tWw^ zxSV#~_>aLsYnGG#XiDgbbxrHm_sn-u*zSZe8J~~Q=IAmZeVvamq7w15La3KKEaOIH z*I>wNeglvcTB;8{{1;OM!rtOdd)h=@c&=!kDwaL(ACL_SD=zyLt#+A@7MRbxZWd7q z_i9*jYdX*6u%G4qV%5%U)DVnYGxK5(*(j3Fd(VIpL(yL5-LGb(}#f9^a$J^!N&{;vqg4D9Ux%cA@L5=Q@X zGzvJ17u^o<|4v>O&i(uUN240Z;}h1wtpsS&rRr1EY9(`gWdH7e$EH!g_Ika)uJC=G z)#4p}JHEfOetm~#VLO6OKDNk+(pw&%8T9QuJ+^#*1v}EPr#`>MDZY~(d@dZ*k=x>P z+t;8@4~O>F%GJ3S-QO5U815dt$x}{(7d~CyNOcTGSO(vXuy_V1pEzNlOXaJqZ{1SH z?>Tj$9@NkHZhzl*%nGA&ji+o?`1j4wQ?V$rYN#I&WEst$XCLcJjfZk< z^sFmXkM)YO^4)RfjA)4WCZanDYa7exmfW&E^6VQm$55C|>9dM(DXc{EEC#y@SMNN* zo2D}^-D}(ys_XXhT0KSDeEe`mbp`|5o^8<+b8EB4kOGPwkg-JC9jj7cM z-@>D4&z?uI2|(N_*Zh@hcu~5qD#8|3PQhJQY4ytZr+X+8c=VkIzm~S|j|l`N*rgao++dE<~`&gNV9&SLV|283F)Z$N9W1 zcUI-cj+pz$5+LryDEyc=t{+x_X~UFN*2O@rQe2ncQGmyr1Wh&Qsd|^NA_O#&UBKzU zn%6ldnv(!<@XdZQFEXxS(+R%fi5AXP5NT8%5W$7nGrq9o9srE)>BB+sM_$k2=1F>DWj#G2$0u_7h*t;&7ulledao?x~of>4u zh5rH}mIEPfc?T*>fll2R|ZXrqAoso2W;Ro>j6PmAWT92OpWKrD)~loPdNC`$=T; z4HY*aDN4&f6p_V!pg}ILII$nAkX9jT;k}J@Vzx5kz9nOHeuEnO9X2K46QE z60wHnU(vM`9jcS+g9s0_4pxy;N^h5tkW3NoL$?}cTTx}L%9Ryhv}kH5f=wDHaU^6; zsJ2nTfk_@s^}xEmqnydatp)YmyL|wwr-9(EqZvtEj+j$qf-mjs@pb#;Bpm`&LXD`f z3F1&-ILZuCgC@fnes5xRF`Lt|HQWvL)s;aNmQJNk#3vLHfkxMoDo-JOM4Bf6qZ`XW z9?>GRGx0Q4{y)?C=0i79I(4(_byRWYuym;z1-*5_No0dNCZp%oP*JH7VHFGk zk7QMZpVvc?IX=Cpb&JG~U`Ucp03(VqKm7rmX|@ky-06a)f`?nEhv%CIF4(hfnhhZD zv*JXWff5VafB~5xVyfC`dEKI9(&XVEv&D&GqaGqExM#nE@; zOQfME0BJJG$Yodg97gDqWU`#8!+*yR)6;B~YZm`dh%lx4Xq>%p5Wg&ylX1D8 zn$xvFkRb#8UAOCkO|?4q&v%UFn&*HZ?b|kt9{2>#C55@ zz~rkH9c~OpsJLyrg5%huX&3rD>~3j)(`{XAyag+oo9m&TT}CB;Zl_L13&Z*|(xAKGo>p7i#)?Jp!y&#*h5_0Z z!}M17cBs^5Xwx{H<|IH5&c>Czi9~!>b*h(*2*E&h2!&_XWjFtItG88uCy8hf zq?ma}9JU1Amx|*Jk7idu=2iQLK7olS(h7h;@a)!I`{={=2LNf?XX`&)Xg2!)4qr>p z@V_#^OaJ3S%OnoV0RPT9!h`+aS;rC@S6PnNA3B40>TAWyQ5V$J=$w?crOGQ6iHQ{v z>dhadNRXdgy4;`pUZ1C2zK55Uqmz}RK{53peOXI&-J3{+$qeUq^xGW|_bngaJ#EP8 z>V0gRZ`)n%kKX75?Y*7vob^xJw(q<5jr)m<`*75hNW*Er@)aErB+(*gnCan}Og*u8 z+el9xIz>reHLqv2<=44=$Ys5Ugk4!5;I1LZUGl+&Qzu?-EZxC}{^;dFuGr$+7q$$4 zSLN?u!y}%n(^JZ+Bz`r!um8i?J2i&_ZR@tNZD+=|Z9AEyu`ei3=(Y*7nd-J%s%BDu%%e-yFg`r1X~cV%1t> z*9iaJ;aTgyDPKStHIT?JUx<|1owDGyLzo~nIx*wO#d_)wF!0d3wZh{&7kTCRNf>{{ zC2S}7RJQ3bml{E49?YAQ;on#bV`C*94_;YlcFg(^@k;=stLcUl?1En#sWGOd z0V!(L3*7TBR|NEkCJAs5?E1 zGq1T3uG591bzU#OSFhZM8~zDI&{H4V?Z@Sw5mB3<9+kDNVw~s2e$%_lJyZ>@=6!xK z{E^m4lha|A>g z$xP|)0vFonNp8Sx3PRF-iB;(+4e`Pp?i#0nIt5z&s2Nny>Y zEv`w#)dxd70Kz*$NScAc?CpUYml%vm@Nh{cji+L=Qh($0lw{r{3xmg2t0}1_f3nC_ z2Y&rT&{Ud)xaeA;t)G2u!b?r#m?V76D@E@Y`U@^#M2UPd5*Smdh(TeZg^yMqn}>(| zM*BC@dlYI{(cp>0CW$|Jzrz9hCkwT25X*{HzAfR3yu)f@PmG)Nmi zN+=P*rB}ud6IcC-MYvj`)k!=U?W(bMszk}m`HhcW=1!?sxT!RT&|YwC7qN2W7gVU= z8_YCuO=*iu5W^`-wo!A}IqBGm@WbE#+FLwq2lus!4rc;CdM#j(y2}~e?zWbytSMSZ zET%uGTgenwDztVTdn*m{Yj*CvmhUm78{zf|#o3te+t-F=JjO<8W1Sz$zZ2$73Y=#Q z&1OO`r>Dm`Uq4z{tOp4qUNLGSt}=^RD-JHlZykUwk%Mi6tGmQJEBz}BRss~?e%JVY z$!TE2=4|c6hn&*UV!dnS8zGBS@cMIrX2P77EgQg^_DBi+s);h%)3|$}+ZIj$L^}ag zR3Qki9Pui4-s*K%$bs@|mh41T4*-&-O)96{Wks@WuB5uIR2GOHh%{XRDmx< zP}whQac?(LmV;bB#??R0+97%eD>0aQ2x_ zXP{yk1tK1P%p}bNcbWSp3I{~#&fS$aT54UKUGfXOsr)_F_h|b#%7xy-s<%3_tnD3w(l-4G}BufK%$M%i7OY2 zesjhgs?zqwx_Kr=pu{XAnX&SwMuM7Dz!Ih8tK^87Z;+m8|1F1)5njc@>S|k*5kV9F!M9|O_I?+Q2DZ%*)XWHk`e+V{Xc2Q`ybGfuqlVNW-T6; ztVKN77vr97W_1n~c^OR1urmzI^pI|RKvq7{rRQ7g&O==s5_BnPF-q;pUF)LAK!%eN<|9@Up9&^n46Z7tpM1b z)|yvY?DsB}R;->d=FE)K&%1BUSbk*4>-DfDaKuFPieSP3&Hj7S&F@xA*gfpmSViw( z-R0MBK;C-q{TjG?x>mxvFaBruCQaxMSwIbORAtrI;6U-Q(6YqY^%dtk@i-T+KBoJa z_|uljEy_=jcl(edSor*%do7%!U%B0Y;p{&k>wpIwtrEFCT_^rHDz0`^5 zcsnUe_9-;a`IH(^_@gTARAoc$!99|d%Sn!bqW*C~;3zZ+%eB7=)dUf8gQY-0q zk3&Nv9sM6GHc(M<>x{kZ$T>9qsd+1~McE}ri3H7Mu?1h-;WzS;Yw;L=mGGN__x-w8 zB6FHf^@>g%Cb4=TCvE+Tye<#wThRmKS_wu9HHhhEvr!E1L|5WeK}(WVGF^=l;r@a3#I*QN zIJ5WS_ao_I_veGgi%N?PI4GaxFTyN&Cyo3OAxqzXT4{@Vdv6}>*+>-{_fTbapUZS^ zjihI1k{9;rT7i!Q4B4JaX2B1~%i*d5CStvfVyRo~U=)#rusx-dY3{MN$eHW7krSc* z)sHZ&m0<2e7>*;2XB1+^@YJGk(jf6uvGAFR5V6=3*LAk8gB7AQZlhhy*@-{+#| z9i~dXL(oO@pri_UXRs_9`c~gG6GN$3YT$Ry>{ra>Z93)o(C9A6|MXZm%CKnuWv0-r zq#u)94*6$W{4ZvG9IS%OsG#vMYwa&0lZPi<78>H_zr@Pc{gams^uYqViFpCSav%il zfZhlgKPgx{1a0W5bG>{~4pjrdV~<;5d1PH*F#CLeZ=l-qGf|wD0SEDY8D*GtDFI>e zNpag~Ypnz?v)deZUzBmKeSQ2Y?xnwJ(3SxZ@_oybX*gjtMzd-Pi?eOkW8;PNr~8M| zjIy$7yL9c}T7j5H2q20{P*z{VNe;9DYN^M&>k_HV-QC={0z4EE?M zw7}ch_P8q4VjJMQ+$|ws(xRmKq*P8}*Fe1MM~<)zSAbaI{0x9gP9gSvsNP_k1tqhO zzAT{rNqMt4Cb_*c8(HLJX^+HWX|rDent~q}(+^v-a6c1=10yChQqk+>4Y8fsWK`{Z z_qlDIe*U-JO+plkP>jRHa{&^NSs7G=U$SL&{#~=IgU#a@Oi=_*WS}eE2DWngv4Jk1 z-Syo7-F~)FWeQt56RaU;%Ze<;yU!K=$#ug3&zdZJs`%3yD3|-6n-^IglsBf1S-Gox zN}SWGYK$KgK?GCCMQk~T>0Y;U4hn&OU&25{C9H~KGztw;mNjp@$UM|*aL~crmKoK| zI$i$3HrJA&6+@6Ry#&~!Laxs9N6$l<{_ur#cK3pcP`h)XLyY2P&zUzNk0s*+8sehB z16Gc90Sx#pg(kcbyg8pQ)F$0j!KMp0Q{ut5XLN?*Y6TM1PujHWHVJedgqno2our%GT8I zjTeqL_T*;M?<$2(n~!tC69Pe0V~#GB+lU`>Awu1k&&AkqQu@g*3i{L;l&Uv&W3w~e zF6q-}PVjQIo(Har;vb+8@bg&XVs}L^;xpdy{h|#+J1o^ zwf2RG8C+Yv#L!IE)v}*QDN|@6Gy4WdKEyxkg=Q%RK}4EcYaMJ4=eQf%psw~7gQk(x zA6SP3*;5;N)KP7bO5+j343gBMOzmdFXEL{2?iVn2E$`V<~((?i(lRy2G=7*kT zzAS*PrBYWHYrSV4R2dkWp#7CBQ9jmP<66|y9!Z&g=atBHO9e^MQ3j=N(IxuNhW~tw zPgxJ|oherfm!ujJzBDTsJ%*q1ME+`*<1*~^+`KL)#Pa9w=;Yn3W5*ymW#>^l-H~=tLetIhB(_k ztC8bP;ypku^5UW%W-e$FJN6qaKHqn9-OnV(Nw(QgTRLzTSeQWv&RzA`O&}7l8;8E7yQ-#R7h)Zg9QOwh3PH&@1L_0zviAZn|8#98Pl2 z_|F!zlmW|$LW=t7yfntj)q0zGvm>AneOCr2hpI{FlOvEbywec}a7)%6Ga#@O2#; z20qmV4UFvXsnqrV&^mBmzA#IL4SS`JCg6VnlEYae{^NG?U*TYXuMF(}cMy2$_YdQj zR{z^$egr`oCLp$4Dhc@RzZ9mTm>ikqK)6wxS?#2wm zamFC1V6NMSM@CqL^ASzfo@on)WT4?=dZl$-i|49=N4Raqp-cSCMW1T+P%h%{#{w(H z5n(+XjJo=3fvM{t7);%Vf2ZX1RhsYCcdbVoy=WxRT0@8SEd;(RmTzK!o#(Q_-G5MK@frCFVuD+UVm_SJvXBgkQ^iiM>{dAv9B@CsKwm&%M&06} zn+c&%Zzew>;FCrjD0Xz=wB{ocR3iKG5Vy%zjBwu=i)XBA;2EaE#FQG(c8#04n~pwA zCDHY7Tgk(PhRS3h_;WOVNcx{_vU~i>a(@zG`h$N^3T>qO7Ksej?>Xo>k#U@a-eY_s z;J|N96nUFJn?l1ZG>+r+ko-IwCyHQwh#lL=PTzynDLIK!6fKM8W?KUuqGZkz##>xJ zMB^53UNTC7kfi}-Y7hbtWe#U(izA%M^ldykm7%MD%*Y?U(t#>-aJOnlU_gyy;tDbu z=M}zU@TIey4?Js#iKU&JE{e=2`O{zBa9b}a_6d)B+ObV3$ZeWMKYWGO^n6wK`p|`< zUht*y8|SQXC?7VJxqM)>vH-p8k3^A_IY%}ZvoldJhpmOTlARn)Uh2^2_Vwg_^)>TI zfRee1erdlFvj?khhs+K@*d2x4q!jtE3AS2ggz$#F+W?s zBClFqGW^=KG$0z1ZZ4e=7sQC3(izti7J(p5pxtK~fPU&d)i>j;%;4Yfk$}p?X!!@5 z=R;|P=~eI|7gp&j21xBzol(McgfJshAuWaCKWg%51Sc4a!^NJ@Hf{jfiuZKCV7CcP zNW@p*zkmoPHMjRZ4f<5AI;)z7AtAhcwKR10M4_3Mxmo=1&F6!2%P3*S_N~dh_)1aa zQFIrKRZO{J_M$O04sZY#Q-}cQGCoEFB99gP6hhg|0adULS-|iwdcT#K^glhkv#S&C zj3rkDk8U)sKVI%>*cmJ&A)MY_Q17hey4pU;BKZ8ZvD}|XWi!O40yHoPQc0O2?!peo z+(=oN^ET8oN~vmj+;m%&IS5MZ3`K9~k?+DO$hI?esofKP8nOAt2ZEu~_P}{X zdW-RQb>Y;FaLV29;+wZ-@!QVd&9*ebNob`I!qESkHpOZI)ynFVw(g?v zK>|CdL#%?UQ-Wl93a`|ZxnGrxoZaC>00Jas>aie_tugVMjsh{SdNYd>cf&LuwJI1* z9buGkI6)UG!%wR>9=SCAC!@F#dwVfozb#Y5QQ1BPFS?d9cw4T)t<`%FykW#qO9OkBpj z2U4!u%3iy%OrD!p$SLn7ds%A4XS*l@VHo)Qv4=7{j=1!cHY+T1mz|5(NyA-zU* zxmm~@Nus#8WFC(xU&ck}sFc6r%+KRjj={P5b5lZ&pFVO!B|D(7i7*~t)ZjHod5{(h zPnfRj^?b^@cpiS$=7E+jwALVaNNH2dlsLeX`O|=d_dJDlC@JRQRSytpemzems#61? z+2QRAsA$&2gSRpv(TDhbq>>Xkd+#o;p-I$jPzpfVuCvOPC(EF=9eqP1lX5B4_~9h5 z`6`e8;^X3c?{5NJ9J>K723Bv1^L_@`tFA=uoEq`oUWfRChZ$KR^ruS73p8aS^SA^> zvG^k>dY8);X_)kfi4Uf~1@a3&`cVRJM|Dq;2equR9a=C~+ae$3BUhK#-4HTGOvPn= zu?MUFl4qln|43p1ocr3UnXmHPnMhJ~wF64V=NkEE8Xk-zmxhLV6+r^6*(7#Ho7v3u z?RmmC(V{y3Kh0@||B5@xz`^jpvF-oYoHiNVCk2e+1rh&0xDl01CAf#5lv;5#b*;kY zEhb2$0h=&FOZO*>Ici<>rr)}b2KT?8qx)~U*Nc_gw+=5~Z66O!pU)xMj8&Z0qboEO zC_n2qc7*MnGcs=hE(T#xl!FJm=8@{*LUBfV?@w zzS);7Ijd&%V(VDeeF`k$RF(Zc`1N*V%KsiC6b%}PnW`7|P%7pr>?Z0jy?Q9ozkslp zCq&^o?|D<|bVf{JvQeL1HQiY=&9>6;95D-Y(2avO{+3{1uIV%=9%-_r%sf0?=p*lD0olv1pE>%01M_sal*mdKiwT-wShZ})r z=Ci;1ol7w*>69@eIlUmtYbmj52LoWm8F;Po^Ph~tnkSxVyx@!)PThpki-|g=-x0(K z|LjXX$@b)53#+fO2}`=c16DN&UVK;yNvMY7ivAgX!2Z+!Y+h6B2kY;Lr6mD;ZFnzw zk2-#uH!u2xxZU@aKS*jZHl_8-hy72OKvZ0k>@LAy4}jh}YA3cY>6yG%oVG7;qn}@b zC=qVHQQeH0iOqgM$y^SvLo8$R_nS%LM&Xn-T5KXTBv_c0<@WRS0egdz9&y-dIXIyp<7>fE1TSQG94hG}XNr*u zD+&&RAXb9Dvxj_nC)zFP8gCLD9MBcV`3V}EI!nFa;H)pdC9C=eVWYMud(Eal{n_j2 zbLJlvm4PI1*xNrBg3;zNqqc0ezYc7Q^4Ov6(0XG945@A=Q`R!7Bvoq!k%RGf>?S;+ zWEg0fid<}``;MwpnJ*)?DyF-@x`cEy)L#iCQd!19HyNMfC1P=y6cTi=JoZI(^>f=r z=xMyzm*knKlV+Gwh{GmJRFD{?T}qK{elZJCd*!a~eL&6raOW*;KJLH4>1!Sl{`%9= z)1jo5=Ki$0j5W{TV9Th8@w&gEX~R;)AEA~BEAqFfo>)G3IEjQfv5!?Xks-s3c)bt} zHbuv*HsJ!6%k@T!iJv0IQZkEi`?;Me;?v(Jd(@>|${U}r&B?wgg0l>4z%-i@DAg8b& zs&(dHm#fc>&Og4S&pAntjsqqn);N4sn6HY1@8d0yJd+C1A`D>RH>B8 z2C>Is`7R1}kU%!u5?Q2n72xzAT+7!k61F10jdJ&2uuA@#b6~m+P7mM90RN;S06H(< z-+l8^ZDla8i7_vR&zG-qwx4h07Z!vT~T$n5G@bqt!Tzo>Mld;Jq#A9wH53*z| zN<&4$8x6#)ND##%pMR`us@->x__EgQng)q$@7Xx#D102e6zVL;Nhd+9G#(9#X`t~u zQ%d=q5RlQ`=FlH-wsUkJX0>`0lkaYScQYe=qpV{Qs^(Za4QZ?r2#sX&C$zURZ#(?u z-AVwcOzFp$D=QT>2V)=69ve8Q@agq;eTY~S>~bzuJdqqkJ57IQtj&_iiV+bbUv z_D75NIz?|0X?cQ$|MP+lzs0x59QOGO%F^o~YFU3_eS4>7dHq#p_Re`>z3NUg^ajv3 z%+dn<2)$*$MJCZ2yg?L1pXH%JOVt=Cw&+9%{D7V)8g#AiMx6vJki=@lz!>U~muTI7D z9w_30+>WaM{Jh90g%%^p<)Pbpz}54t8js)KIIIE_zr?~La~ZY0Rjre*5D%ALqcNHI zecY-((-^zr)q{2AjFcnYkdkvx;&dTq5_Y3Mf%bECa1U;Pq!oVW9}r)c+sUv*&)d|avvAYecW~n%(e9mB7RWH?` zK^=O25EbISNH?OdgZIo)Fte4_;GpZe!UEeuqhuvA0tfE=_vTmfJmz8iVblfo0kh8b z5vxtyg% z>>-?s(nRAf6n;Vu=CjzNOH&mF8y{6yy(`M)CZ7}MX}h-mlo6ClaT0M+3=GEUp2c5u zG`_;CPb~n9#ccP*oI!^JeUrjy z#?lVt*lOsU;{}u)P$Xuh$O|@yZb;g_sTxI2qfsjWN;P4bt6yss|MN{6oqo_!I zFw`*iW}=(9GqP+-_xzI=zm2P%gqdy`4nzZ=99!}WwT#I#hjtgL%chg@&T}!#m+ILkI`urq zpvck4z9ACKY@Gg&@M}6a438*bB6EGB%t3UTZv8ve4nswTZteX=gUeQ^SB|^P{AqoPl6N7GVwf z?r0A{R2X)ga_%d#C-}D^4b12#wCr}HxHOrp?~O#U8Xva@l|>~zX&(&-0hCHMLmm6c za7Ah~Q>b<+h6h2z#r~`PnA9b7OsNVZ9o|k3e35B&#X?IMc>kDDI@s5r0myBI$UJrE zvjIUhZOPpWegwm4tV^9OaJfp!LSm>-rqo7-4*ybgaNeyBvvd{Oq0w zSl-ZD$n04k`oyTKKZs%;4)rO76iq7QIowMLjH9D$Y0e_Z6y<<(3+1YKU7;52+$e*) zeQg?Qu$^}`4U`CL7Q`d*O3XvBKaooQOCL*nJkWi+`DX0(AW=GcE3s7Fhz{x+9>(oddfBCG`DNO=QeCo}%(s+b`eq0nUFXEhs8ZaAj z_j!zZc2_&`1{dQj!W%I$uvfuorIjTQ8qJR0T?2xL+GKU1MV429F7fZAP=Kl;MsovkK)n2w5IabjSBr_G<29mhJVa5V`63omDw_acs9aI-w1 z=|s;X2w|iD&!mVO6oi~GTg!H=*5J!?>&pOHvbl|zUB8va)kedlz$W$J6c|BpA;UJB zzlCuEjv@knCh^1!?i?ZzA66w;fAGupM^pm%CZM3z@}2`Mt6+w8+Y=_qSEyq1FUH6B zgYQ}gYx6&@X8#q0dN>Q`}Ns1;&jVo;n1S_EK~Ugco%`hON~-{f8&Jzw8CKEGK%?|DBz zGw_n_?RSG;Ms^oZx41WP{_VK9{Sr|!NE>7l-ZM#C{^i`ZWXzi~?bvEuu?yvh!Ykz8?B1m zELP@5Fh0lz>J7!CB{ zv1F;8p(&n3#01DXrj@&hQ(Y9cBWq>Rz92sEZ)2H%qKpdZ`}q-Vsqd@M4f65-!U$r5 zPuheB-ESuo`VCJSxrI?Ub!yUa;8kKJ{dOkqst)oag;(ppXgR)cS! z5hMo+!(Krs9mV6>pKn|~T;wd5w_K(k;a1vRWhW_-nQex`gpMfjBq*UlL%8C$+u~PS z!fY?lldDSx%X$DP(*P-{wB}4wJron|S)T4vGo>X+jqYP)pD|8oD4Ej}fb!5n5%?GB z?5^aF^)~?~O_I=J0{K;%Z#@$`9cX?PLwT#xslC?oHtfzye~|iqY5t7HFyW%pVxn9M z`oKNiLt4CGrw(p6=2VNqj;hqagG! zv!J1;S~?CBJg)FfBC9Y)s?nmuy4ib+J71Klp4!4Q0I8z@M&^obxiE)ZMV>{@#XdJ( zSP(9bWbFaLPFG|W9TzHR?))|@3+e5)W4o1nZX)mdGu2)dhF>U#bq>Ro0F2%fvA}4V zANEMv$*GyWK%V*=&$-$ZZ9(GHEZBh)g&n-RS;JZ18If7S$yhH>;U~-Oa29vam8XjV zsEC>||MXcDMN=ay3q#-3V_}m8&==Sx(|fL5U8U>KxhJjB>A%(G5WB8H%NR~m_9bJE zmY-5@b5#?NoV^cRVCkRpt8sJe)+-`eh?s;0#I)|@cm2%dA`TI}rg9<9i$}?lIiYHg zJw;<-)iOxA`+HedkhY}}|mwFIK(PaFaFGNl0 zfQDQnA{LE`!N>NiY19WQvd;GiO2a;dbr=t|i|yK`58cAvtR!6@!srZNnxy*!-|EmPlE5P zh_39v&KHY#&pUEb_15!LNSngXjc0Wr;u~hXIgZKAD6F}XUT8LCE&buxK9O$=NH23N zhR;ze?p%K*EJ;+XwpsbI>mOJ+Hr{eJzJ3tl7~!)I>hOA6O7Zt*;?`M9dk>Y* z=34t1V%)S|dKv)L?F^tR!?g!mt|X3WE>7e*nE#mc7W*N%X{)fzEZ8OmL;(G(Rd)Yn z>Z~2t{`RzFY97^}Fwxt6zQi{4g?CjH+EHl|v0B_(!q?5aF=DSvD$F7ibS@y(>Pu5w zPj@PPTyDU@(x7QksB;-qT;G|QFpSonsdK0J)1``W+leA!Z!{L08pncjDspo!UTjNk zZ?)7-_C|qjHT&(E?%nFv>Vo-{Gb==l1$A+Zb~Q)Eg{8pWiOg;N9N5`O26gN~+RV~i zZiqe8PWF=v*&9WPvuP_USFlh71vky0J3#&5lT7!E6fx&N_xMlqo$%|k~K{M{_{h!8LnJN-n4GW70e@VNfe=6qeHX!XdIvL zt0X!6^NGH&(X)5?a{D63yYi zye4T6xI>uXQpK@6q4|>)`l)d^)8O0!b*wRPn(0dS=g>|I5a7Q+F>eygXcI8lKC}9q zwbjRE5f29JlKm@p1_(Z)@$!|*7k1ywjkjeu%;Zu&+@^^fw3YB?c8x^tD!s8}J5~#L zoqP82JX+*`E~+td#vGKvJK-d#5}DC=>nB!MPI%Vk6E_BiSuAd8NzkEi78;2jP|Scc zytG6*L;ej2t^CFh4!2vKm4w{la+2ZDw{JFzI;ohwLzc?wBl5tI4Ty93>r)y95(ST% zZ;Xlg`mdjE@T#~oMAQcySZus0yY0yggF?m7`!lp00z{aCh?$w7r#VpJezI-JFVK;U zB!8TvOBt*3@+8l;DnSS;P7yRVguUTJFHdPWnIVwbjRij5sc|_Zv}7(ALwEU2>_6f0 zS+JEuaukEqR0(4#W|*15n5Z9NHXG1z21G1lBx9mf(r`uyLbswGPQ(58v7aQmk3$@@ zLPHPull8C~Z<=o8%X#vc;ym(lUb$em%=*J6oo6k>4v%IyMj2JF+f1wYjWOPy^}Myx z?$FA)snBjHS0Y}kP|33uwM$BAtfJD3l1FNv9`>!g2VcvT)7&+cFMG30Z86-`QYn0D zB4FwN2qA7>zhO_4R}Xh0gyfbSx>`1pui<+LwQFLY zVJxXbtk}j9ni13jI*Z93scUtjIz<6mo-JJ13}cso6TfI@UJrp9&<&FlJ=&14mkm|r zSPQ~}A7PkTpEg9XH1FEbjOZthZWv+^zXeR^1DVf17kM)k4hikkBv%)`df_(!G&W8n zny9OdX;cNzCGw5vmGgjxqp7Dp>yZ;c_zAKOD6~une5y!gLOFymM_wa1N5l#Ud}I!@ zA{H(fiEGN>N8{A~H8zj;55lH_HBN&DSOI)fhkXpNj05pdJ%#MC&d@jRGCGOce@n^c zoc{NFIpS!QT+U(EUcMn76F9B{0qb-+)i3Kdr7rfLA;aMaU1~@QN-`cCZQO+uQBcpT zKdlR1`YWS%Bh4dI0F;oL9M_*-9}a@`juAMf4=}@VLk9Z6bjkcD<5D3LN6)Z_0rXCS zhosP74(Z24RCb}e4h0@=KtglV1{IvDhJHy%`MgObL1J{A9!tWpbN_)BM$R~vf9cgd z#5&;=#{jG$`cWexR>tnD7)`~ks2YF#P`2d@Jo0a46nJHq{Nx}~5-doq8b~426u|%y zkxQDLPd%!K8%2vei&kLrl84CEz0KR-kx|3MCPfUBR_8_4(I#8$59z8CN3va>^ZsJR zKS|Wq3HJCBbyH`W@LN^b!Lrfruu@lPf>0U=B5D=9z!5?k&x_NmFw7jLp_yCoQe*v5vx82Q`N zGO^<1)VRc2$Gj*1GYDaSRgwg6N=;JZWEpEZ-Xy2CQ&^7-G(MfAI5US*sjQeBKeZMv zzuR6BoFeP9-N-MZyDinltTDTewWINmQf(J?Wr#^Hs!~$n_Y$n$$q0gJd@-Z@* zTCy6nk7plcxUMokl1kXpSk5;Lol&i`PV>&+w%*?37}&m#*C^XuBqP%*yA;A!IQjRmrx)Aa0@`R#Kk5^#|7%&ZIVi$8;jiNNepp@8H{wWP=Sc(o zgwL5FG!PLnZ>=DPmzfo(EC{`pt;o9Y%ZU!KfugK1F2M58j? z6gMg|{A+qTu8kr2Xjl(FtmTmT_PEB@ji?<8o5%?HLaEO_cyO2tiYD#LjgV{Ux6R^R zGK+DRIs~~K&`d2%axUNbj;n|dzm#q*AZS=wS75Qa?8(iye-+Z0SKyJ^4S$t%3JJ>9 z0Xh@AyGjK{G1GeGpoq`>?jmK2Z?!Yu)Lov8uROhDYYN9!;H1f9opz=zV7*mAg3msI zpuUQGm}QjxYjk1}u?Rnj_Qn$^v$((x)bsqSf@e($dtYE8WP@BXyrtBn=o2|_2qmXp zYQ@^tg2#Amf@-FO-T0+;jL48R)3P&%yD)33X2U0{H-;odw8*I;c}?^96$UQ+9Myy4 zX5)BwIQ`6NLCc*%8U4m)Fn#5O5{vxz#T^FvS}ZF?AS1*$vvu*yMZtm^RnmZXMUjca z270F5ov1wv8(>{{+ozpv)lcoEJZ-?%xHG-Ufvh`eZjss@{>8PIdvgfigu2oifX-UX zq@l^Kc0-F$>-}75Y!B_a0qE1VgXv7E?mca(&$L^1Dneyp=v7Z424B9rO^MEvOVji{ zC8_WVV&}2|Ov5x0&*=gH+dTb*AKs zer+9fK@TL&iPJ5O=XDq8Q>hY02j5Mu&682@uy4Hb{$WEq1}KN4 zSH#D*rX_u6WEteh(hjNzz$KZ~C%bykO1Vi;KKq*sXUZi}uICfHEC!$LKkh*P9afEr z{(tc#x-_I>h{=$;Z)!^Uq-pKn;eCnzoOzU}__G9Z8m1Ef9OURx9| zEvZ8eK186W@X?(UF7P=+a(<Yo#hkQBXt=Lx;z9EL={r48FIu>HJ!vRqw`PP2y7 zygJ!zInLY^?Qq`c?vx~&Q8liue~|vd;Q1rAnP_TRe;q6l#xc6QbUj&j=#i_HZCV8= zKG4oLH+yAGeUbFNyc=!d}f$!STwYICKP&)ux%8RbvvE9>M0 zU1#IVxrM^wK5yYWx=BbG4^K4K{8=JJ_QptxRvInZ&W5!ZC0Ypi`Lh`oRNPR~F6ooq z>=bjR27DBlD@z&~uAzTQsJl8N_QuV8Sy0iCujK9){3X$-t;WuqSH&f40D#8B-!)== zlzEAZ6glKSPCTYMzdTLME4pR_|C z(glamy}<`{lH6-hthRvfX&ZWH?g}XEL%J&Jh<4P+9T3d60hlW&6tHoWs4J~3GfFdR zvfA4mcOk!d>y4=z`f556iX6emFlu9j+NM|IRQ;71qKvY7C5@zc4K%aiw1P?8=z$-1l7J|~UH$S2#a}<&l z38RmX*yfbW30-v1T)r8qS5FTv{5#Ij21@}|5W=bUU4yjNma^a@uw1B7r0@19Z|bgyTd?c^ekDxk0&$NJe!Z*`P(S72G4_; z7ZLRec2P3>xq%#OdH9xUa=pC20FL$`{!&O%Xc{{0EhDEYkHX3#t@=6Q`Ga0w&Q0Iw zk=HISQ|6YaIlH=t8pxkL>ixq6&BqpZZ1Y-lDok&VBVm0TQ&|9$2c{r1mh;WbDo~7w zG6w%--4Ne%#8=WmQVqA!m{xKA=Rl>h{Cp*=ZYbgIp~ejCyBLS*T=1kB=Hgo#)x^Hy z{);)?DrrQgT8@7?OL?Hjo#(jgVvekunj7DozVOxYxSO}qj>J_R(gn_z9vW=ZZL*Sl z5JJ;`1)u0I7m>dJQ1RdvOc7+beQ#Ls@S_KP`j-Y|!HeTRIDSQ}Af3TG7j<_fBh6Q( zXxIlt$4s}>Y3C2>-6ouWefeR$#c~}VZS9U*3w}kdF>%llqYms%yye(uyhba`g@NxZ zAop$=T#t8&j9LMEJsHkG6~+62jY8}tat+AEJ7i+vR=lBo$;yuRTQ=LVv zVM>`rPigZUbm~B*7dfqJBZ&o6S0ToPtE`!qcJ;{-xE=e$=n!g|_RB`gVRpEYBQ)iKw9#f`KG8(I$^P8TBmM2rPug^yDb;@;`>m3YM ztZE$ToUU@ci-(R@;UzOAP#ag6-yF-Ia<3#0%DjnQw1}xIO@0cnP$}G zVR56J+iq&@F5>Rp4_n8LKc*})-t*|-3rp&G#D`za13p8J+}(36d|9271Fo4QN)WSL zUucfTrsl8SxXgjb8eMB*dl4u0%aXEH=%pil0J7KZft6Y|&HD-}hS?L2lRCQhVO>27 zh{R1Qqs}9D2kUb&4p;O?>%<$nu)ZCC>S|R|jaHYBPElf%+8*k^P=W2|AxXYG!TQlP zMQ;D{DlS% z(<+aN7810S;w@|AoIOfWR3r%oS#zLh78MQnSrt!u5{$8Amc1_36^=S0pAgffma%5U z2BRE&Xfk^6&AAF-9Aqc12e4KMH<~bX7E(Z(N8M@_Z@NKz>-E3mAaG;iqorgxVE>!+ zXM62?pV`pqNE|)Wn^eo*8f&n9T9f3?Kua%OVRXg6+1~|CRV7#*Iy8NjfiQ{C#ddL< zI*})#`rwpvj=7;sTbR&}Ne5JJz8?Y`dgol>Jjat(Is592DYbbtQGpbgxJYi8dCrh% z(j?}(*I*SZMjx)d6R0o8|CH2*WNFt_8v&bjc2(yLbuX^C-A zn-$%zbs>f4e$S`d!z~GX;zHKbxoFGuH|dmDYj+ILRwp6R#j`^|tCmrqiP6XG|6%N% zf@=-eM$05Cwr$(CZQHhO+g`D4+qUhj*mmdd(^Y*=*Y2u)HSfN=`MeLu_%t{R*V?Z- z+{%r$B%5LE^|S%4vI%casvO>0JzL6ZU}_SaVc2i~?AAf_1oqbS%GZwE+!5cGVHylR zcoq}=@<`kLzC$w!f{p%z9&rV(5@7P}7sNCNB zm$*r~o3z~C^vRw}-H*wS!-ltEFt>KkZr~f*n^8Qwi}O_%7Ea&miwfS;R^O`1?bG(r z*(=NFh{Ehhxj#SmUY}2S4yYs5pQ5Fu@3K^P6R(#EC#7U{v3#ekJQL?^I0tUwaoOEE zcVN(Nn^%_AAp}?u`cwpiZkTA)-SeS60`S-wXrUPIF+;!zlm9k`VA!^9pHDt+6pGb~ zQ@86k^wly2!f32Q$iqC5BFC*jvt!d^qZx7X-m7$_h~%f;-r24l(@um`&gQ+@!z4QU zVA)#}`++m#9CxFz>k4@^l?IXKFtcM%2LBqK2Ovcwj{qf^9Ub>c??%?4!4P{M zeC2gr6m0L1(^K}nITN$fOEY*Jasu71fziacb|uLjI1#YdF0Z}LKFeLgAc2l^y zI|Qfz8w3&SjDN2p;pZ)#5Xg0Ha-Dq`ab)+PIc1{BDX*=*=6#fU`LJ&uf~fJXR6~Vi z2os?sMlxbOq#kBr$EmQag<47EbE>88`kyET5V|(l#*3tj#=9I*NNG#<~u1|9^2;3 z7azA4y_Pl5UUbfk1}ks#;*b^|%OVsMX9}#P9KS?05@%xK52Q~28uwwoTd~r~Q9#i& zv@++}H4li`YSs}ne@lA~Td4eb*Oh05oRkC*W*rhr%JS(%7D zwI3w%P$mqp*2#^hQd74BOQbK%UCNmbRJKg^gt~9lU5-HC8?cXuv9!ovUuHrAVTA4A zUtMWTe1JQuyM{{pjcvH*JR48uJD6)DZtb zv$6WO%B-OBRzU(#2!w3BG@4G6Ho=AAU0Jrn-}>TczF>g^WD{pzFzTV)%%1biS4)>m zoZ}uVS|uDMqWDl4EIQ|?2ze=uonyKtFkJJ6C`h|z#QjT;qL#Tz4YS{BJb7bvrZ|t$ zir&z~tlCt+FW~A+H>v!G>tzJLF4e+9d`&!69@j>CIZrLDi5xw74Z7jHkkkD7$@z_3y&&7-uTL6g>_CbXfVqup6^1JW0${K*EHW;4%{88>>2W!IyY^ z)@{gD*iz^e3M2>=$Dg-yYD%zI9`(07_C-l$k#hyZ1J#4#Zv|m!9Vwfp8s*?Cd7i2WiTYz!T5&RU< z2KdF_u14SQ$tjPW!cUxiOZ0jSY^g3)OZFKMq^ zn0SQ*%k|hH+kC>)fY0;l!NdR)Q5oY15*4N&u?Y_ZwdQnH6hq`XL@)u8ftB z3Hnvz@yX?5;K$gO-pdH&Vk(RB?$0b5zYeH_t#fsMKG6+YRxZgHQoj?6y5Y18!IkiY znp+kd#OpQqBt^>@Ywxzlw53OGvgTV)e(lRieOr0={_jt?$5K*&owHos;v-t~uy3ugiJa9!Ul zD)`a2uDk}y2@Us6QAqvk;J3cCj|^awRpx35s?k^H#I!t=zNA#_&T8k+UUjhBa~gvZ%kXPv?novNplnfPQol6nTk0FfgQj9;udMgMx8HJ1|2mrqu) z81;)sDm?>k_RDW|{^couVwqF%L-jf9K5_(H@I$yUBjeOX=NdU8qEfaKsSop!=_u{d z|L4V~qtnhSW?SDul1S9obbOlnuhKfF+(1)njZ4&hMZ@)TqKll&?d1d(CoHAl{<0YA1r%AR zCkFrAW2N`k86IBGUCw{X6PW%hHW^q*bjWMLlcO$Se$DdZPS*~dIsI0{9>j@s<=q93K~KRl=zMNp>#@IX((UiNV8al(=qXs;w{mQXRh{@Xk!B%fn1mS`>p2x-_m8Q~a4HW<+kA_5=<1TQlC=6+IO@(3WHKzRx^ zrpB}jLz(Mt01`Xim5tVHtTYZnHe#2{0O_nzKM&CIcE*kRgM^z+(1MAAOvEm=qN~Gs zU)S8_Kx5{A!Pr-8dUAe+j%~hw#t{gka=)_IT&q}sG9FniLNpMVxdRxt2-LN$InuXa z{t$gBSd@PYNjKs zTELQpj7>HW2a*Le)pF?9S}zWAgz?Vas4;uExRPRo_4Yb)!mA0pPK*r@w=nGnjLM8U#J)Mc<*&M?gQurY@_hV-N2M)dRL;*<`x zk>|>7l?~AsFuQ>kQj4@AJuOOdimR5Ey-H)@T#NheSgx6%l?0n(*zF7Tc*b0@QGE&p z&D764lht&q_FGS!xk0wg?$IJ&IePpSVJo&_rbbL==$F%~sD4ODkmv@e z%ar$pDL?mk*v_BX4m-#j7P&qhxiy%$ONgjb??g`b_^U;riPH6)N+v=)AojCTsId#L z`RJ3IVIqFMMnLdJ*3!Sn+jUQ$+x#PF_;?2IPc-kYNB@4#h@Lxxt4~PAT661Xxb4dx zy`zLi6~aKUavxeZsK~X1j40iL{~B}@@>KhFdscExZlAG7DRB>>UU?wvB%P7!G0dgT ze&%n28`&%Tu(T@gVyvEnmD4}D@3X4r(X`=3XjA#e4YYBSM9mh1?hF^dE-7<4E1@1H zYSB;0Ph{Gp_$5jC8L*8ggA9o%*i~2(&R=#n3ih`t4$kbAw3w=`qN1r_(b~qN=8|70 z-(#Y+DpnilBj#c5?xb2qHqbbJIeF0pD{|3RyGV?YG#tu_P*BR5{C-(9f2H%`0<{QF z#&bzAZ>Gx6UBYkvf&70+0zm(iw($RB#QU!}M+~e?^#6Oro7SAR{oSGKd7=0OI!qz| zHKO-pLpnn}w(#4Ez_~=PE5Utyr=7WvH9(+7Bw%RpEs5O|QJB0kj0v>iaj4t( z8oGbY`g|<%>^|(`4c^cVrqx=ij|}@`=w1gU6s8Ui_nA*KcUk-Ch1eH{xW;J&%fD=j zP_!Mez4+TH)R-&?j;XzfzN)gBb_T%kycpGm-N0OPS+j>ZR3{DDO^oy;IX70XQR+F} zkkshQXzPTjY`3APWj$U2J+RQ8ltMz?imDfC`&OYi^t6>e)5d%dKiDq5x7Fm{_(rslT!Hl(Ld5X?N18o%ddAsU*_+j<6wAVk)UGdcG`~ z!Fq8n;ZFxL9zZ(qo$vcfTC81jry7DCZNk`O+M!i9-!P~FH1y0vw~Ox}`$Qpl2x(c4 zYXx&D7`vSy=Jv{)5vF^=0SHi+$+%u4=;kVOSNj<6r= zSoH1WtsQp+aAbefU>TD;PYr_vH!rq@RdJF$=hmVWdKS&ePLsCHKf2Z9osCY^g3VEl z;M_veZDT=grc^9;QT2lHBE}f}&>?yk#4wPPFiTEEi#uZH6{kjJ+rqdSvo_%2ayH(7 zKJe|frt<#OatyI`fgBR0E1$3?xe{q^;s^L>yZn4jsLZY%aWYGn5VLh?5eL&$KGZU+ z?;n%eenM33kw*zWZ@;*~?w0E`3ZQWmCgD!idRPGPCa_~l9z+0-UtDz>ca)UxLb?JD zDio>#a4M!DGeC)*WFH}o-K$jLZ*A4egI8v>CWR)2+q~4Yb6lm0|%p~{m8jurRRQN~^DigHVu(r|0TOQcJQ^**rUl;UlovJ@U zAauEU-N-sSK=gtouqf^b2T4uH&g*52BybZtS(Fl56RaGt%Dul4lrL#*>_#ce9MIUJ zG}$JsLTcg)z7R_KQHocnn99eA-l~kq;9aPocQ~eSEo7!P=G#RLH^cVWR?b~`5<{)j zofld(;n!8+ZsAxLJRFD|!t5(E$>;kMLoHg0IV6=hn{unOW$GyB^zeR8Wo+_=cBiAA!PeRJh|ZtKQH3RbveVt!b4u0BJI>lu*4|VdQXe_=~5txKys+q^jaVT z+yicNDu@A?DesfQ@$fW&6TS6vp9j%- z*FfwW8OWd>IP1AQ(BG$=2O(umhyY z`v3S!{g=EOhW}sQ%}V^R3=lLPkn#U>N3U7^{D1qfgS8Tdr&Bv)MCpyxQ`?aBY-%NW zzA|5jF8O#d>VDQApKHIKO20m(cY8~A^-An^4Gz3@Qv%P9IW2gxx~0irp0#A?K6cGU z_OclOqb*+6ubxKG{Tf%J87yuj{B9f(Mc3yUc|&NT<+rB0J|FH^A4ex2|Fohka@Jxx zZ!PO)q4GLSAC`pbp|W?zTn!B9v{z??@5kD^seW8&ZUxk}BN6U~T=f5Woe%o6w@5NG zk47KjZBR@+e(m?h;Mv`GFk_sibnh66l&x>kwk_N-TZuz>*;-F@X(tX97!F_cSc4>s z9(P@pzN{@zYH1sFaI;Si$jgZrcO%+S*q#7egPIDvX2q`SR28j?Y}Y0{L`^*iBxxIq z1mb6whaastGgbE8)gqi8;;9-1cD(5(0v*$+p$Wz1z*H+J9M4V9HPe%YTt=Re#QmvA zStexBRmh)f`?N=YI3Q16)uNHEj9y`s+WLfg954nzgJyrB7GbN*h^9ea zfdiIZV%X)Nt@Jikj05aW)%+cPFRKR`G!Q|24ARMQb%7#=DyC>@VEnc>=%P~J0|?zS zB2#BB3aTt?Ul4u2CI*^Fzm(|F)lJw81}{+O|-&(q)1HCdK_ z-4;>06Z0p6p`IvGO@05c_z9+(K8y408Jr7PQObl^7lj~e;Ei|We-N1!6IX$xGR}(k18F3JXec)B zQHCItAK+Iw!ZKAc#`Jfk4nKg!Qj0lsT?{8EB-0>mW{z`^h*K1ztiJ(5j7`Ni2)8mh z#}VqIYVtZK16sftAX*0iV?G3pP`Ih=Z*wI&w7;m=VIkNDesr|%U|nk?OyD;*Dnmxr zL?$Z=!@W1(;53`J70m93G_P{aQzyl7DtgzA3vbFb%1a%c`Jd7A2Uet$FC6!@U66q2TyvYEgV^Y z*>KOGUKC5K`YqK1Q^eF37ce^yI@400&!sVNMp{t&yWsTKOU@dkdS2Hrpd;{$rk`{o zon{+1rsv8BbwH1CGMnFL?C)U?a;pV7U9N#`z|UCDoQGb0?o2JS@T8BiD(qkTyS7c0%=7(ZlgPM9nh&*fs9n( zaH^I05s-RF^VH~)M5Z0Hvw%w=tIbREYUJ^UlnX>-+P5w;)!P1C5!PS8@L2s!#KU>@ zjEyDbmJ4=M(pyu|W**uMI(b{np?`K`cXUx`&U6ijVU90%)}Qmz-gG<*@4P45u^7r( z^2LO-^=ielLl~*^5TOY#@QQM9Ek^nTX?sG5{JP9BjZh`SkCqWC<4*yS-@5U#TaYwm z``utyCY1wL8V0R3zkmIf#0iPAitTP$8}aTyg{_yjO_@a6Diywyb-JAm*E5F!?iQ{h z`mex8s)1SfSs~lTr{JPUruLj;l>x)q2q&=hT^Z37Ea3V!BM;>ZOq8^xX1&&Fe*p@) zUFKH%Z7bX&M>S>SQM<)1QoNqvE9MF4smuPHT?f#FwaNZa^O7l*`m+c`y(8*1&4>3j zeM!mW^_>9sT_aNUhKkV!h^5-k%#Lo4r@j?L%3Zg9QMZSWeM1`y&emAU521#cRaZ+5hnwY*ZC z%1ykdh>qK6k_7 zHH?f*|3~L*T5GaqlNJ7VLiYGa^|b_8+g$-4Vot}uld2>9a;v6e?8k0mHD1V(eB4zY zImUrT13Ao0*DUn%(dhum>E~`7@+D5D)o*KA?d6T@=ZoX(o7d-^kaXrm#fqWZPdapV zg?e!q{6$Uf=7nz;Jt>Q!5}m2?gBD%MZDdI7la{vz&7#?BqK(SxvsP_<=V0;kpV&Lu zl2%uw(E~c_?!hSLOO)mTJ5h~a_YZ@QZ*EUOx})aFGI&yvvUdly_rFjwf*35yAo=TK z#WpTUWQMot-ITK$1p8yMMQ*(a!WOjYs@o_Oi=wc-Ki8?Pk<-0ow6h&?TL*!kS_7La zzp2Kb!mh6U8AK8l2<>)*w~2~RoU6Sf2u?oMsbo`yO?{mUm9^g?Fdwh>Soj@v^P(Gb z0I&%%kz9Iei16*=2IL${(0M<&YXfnNr^wa^$-YL{tLAVVo{@|%?|Qgez)#LH{we)1zu%A|F?TR^W0~kLGbzab@c>;RFwjp2p_Ub4AkssjWNQMeaE&-;hta&y z?Ira>gaXe9+0F)S^RK~h{vo6Q{EhFh>~P-`>~^exa(4_e9i)hytyxVBR??+%shNH7u_0>Z#OxgIKLwy;4Od$4x2KHkCla^5RFyrRh6|1pB!`5b~xJ6OwX2n=_g~w^&x})#bi$#H(93YT@0<)l4VNLpVud?#ejI5lq z;Aj52I|aufbof?y^92wmFLoryQVJ)HS>K!HYx-z{@Q^ApUCiCn1!(?ZX`OrRw3;Es zZKo~3hu{+_679bSO%Zx^QbY;Z4rsEZ5YM;;354TNlZYOzK8;V*{py==xk& zr)5cn>h_$m%jzE7hQwFHR2rfp1If+{#?yNS>mSTkgN%mi1+ZwfkUzm?^UFN#);c;D zd(!%D62F2M8%JSEaPuI*y3dYq$?m=QVIR+>eh8~ku72hBHU)-lY_mfC&*~B)k~Jje zBCp0$G+d)2+Tly2+S0rj1URd9vwg8UKX4GisM5WkZJq;>=AIsp=$K=BOx*3273S23dQ**)>lAgH3GfB&Nr&&B!p z9=oy7p{2o%^Q$ePJ~<6NAnOok}ug^Y!=$8)(@65|4rDTAeH)BUr+f5V^>EgB+k z!6t93;KC`KjWw2dZ(%}W1k>y@)HR`xjfoVOWNKbN2hnnDlzxDH0B2fr4R?WGQA4V) z+%3jpuUkD2F~y|`6`+E;?~+-eN~lm_!OK+tU7%PU3Xma~t#w^psM3!9DuAZr#A;Mr z#_BR{vdF$DdS~Fxqk)`Dfhh#f=$IW#=%F^P!^H(u79}>aV`bgxk9eg!v|^i4r?f2;I5~u5 zJm^2Q0^J?DO~{KpwlLg+VtRxw%zKGj9SCau-b&|*q_f!Va-PHv-p%#dk*Vjcf4ken0-+%vH#7# zkjZmVZ9zf#YM1#o{6y$abZhv@&wR%l&`owZZYrkaX^Uu`inJBK=1RX)JERF+*)gJ*Pm_R8sN)mvhUE-)kw=heSFVx1R{kICp)NsDGe$i z&SqzuEBq4O=?FSP;!K zeIV5AaB$BVY^YozrvqvT>4^H`5u_Zg)4<|T$8Tn5fog|UU0tZjxk*+6aunJZzP59A zCG{Vtu*UrZ0rQt!%dZa5Gh&Ozz@T7Ukhgp|v)Il+EuMLrE6*4-EzNMXOqBsk3!ltD z*R(n{0jB@@4GGM@z%9>bi{TjeDs;;YZL}D!-O5BB{*0PP)e|9dS{vcG=+ZLOOm%C? z_9r0!D!VJc5IX6h~LWB5HR_c7Shgr!~ZUx9_{TqF&4b$d>zh znb=<}bYrGN{wTSdtGS!OH%LR{Z53X|=mv;|$DVg0;z9r7GbDq^myatL5U3BS+U&Cm z8{ii9d=64KNomdwORftO9~w988=eFwy*37>v{Z1EuxJ4o2%$4y3|>pCdBDOF955}G zaX0%}d|*JwSq?i91W5Z}b(GJi81-9DEFILYP8vLjaZA(ove5WTglMo0L__1_SsdPy z*#kv>4KA&6Uxa$@?CJENxrsv|=?^k-Jja{oaQX^JO8&No$>lEDk5gC5W$`MmW5T~X zGk~i@@zqAgk>qQKs$x#bFit*50_8NNrjP8D2|9sD^)-KZ7Ezb6y zS!ApIG4=F%r!(_+=|E4fo?qNNoUMenM-!wIEDM8Qc&B=;^fUeJMi8XF`R*7wx$E2% z33?_<@w3FP>*(o%e#e%l6*-_WUq%bYz{8PBY0+lW7P+St0%t z%jVA0NVt7CmbcC$*{7;KR5j(;X1Ky?5Lju#t-JtH!0bNkCa_B!;dfNK8-^HD((a)1 znJAh`vUB*sgeh9R6u{jNC9DZS7;EuN94EZ}>33xIv+~pLl}xf1RJb~!Cf%f;C~M6x zC#4}E=u7qZ{zd)x3M-b_xnyaHwmjIX*-W|2cvDFhnN8kfpYE_#!zXWpky~hJz`9rw z3mG!sw$rHemCTEgD0Lhk`p4*<9}ji`EC^c5M&+Tvnu#8ok%D{4I`|=#(ut6;EQEuI zA3T1>Xf`m`pFxuI*y<}XCS8lZ{d2q4Zjnq9mVUSvurWx(Th)FMlDn zzR}a-Tmk?dsf!K%HF-3?+DTA<4I0ugi1Hk8Ufv0e-?OE>%|B=Yl0u(r;7x4_X(bsJG{#MBHG}EK@HH-%?U_LQb98!tg z%#34iRY%w;hV8%hl}Iml7-_o|Ck1C{z-l-lP-2#{p~5@mZ;es+V+PY&8dQ@G!D_3~ zS|V_$^;C)HgPD?Ft#vH45sOr8gISstn*`s~i~c@6;$^s#*N1QLL#$We1junWa&((A zvny+{>>^3yp^GvDG-8{M8GHlrZAUK-u{}#rZ7*=6>zP#hQ=%nGYr-b#DzD=}z))pQ zwz{MVZ{mGJl`b6#Sb5udfy^w1&D^Lh<=s&u9mPhSwG~^AfFL{XOH`zQ?RxWH>2$bDU(? z!HE$RRkFbn&k~{QJW__=EBJG;goU}NLOj-J&(v`5HdwAPQ%k6Df2Aaqh^Wh5Z0Amh42F0?To8@pjJ8}1XqOcIy_24?Hf7o0zZN+w6tKCBaDX=&E z7m@L4<4rr}m4vIQ>*`ekgJy$9}T)iIs-%l0T@b)O_K|o>6|khq8CS zNBQq=m}i3{ZiP33qg|j!ZqYb!3h5m~sb}MJ81dC*kx^!UKdo6Vqf+QCT1+S3%ot(= z9NQH45++|S3Xa%;*iT9kSeKzMoux`}${7D#XSguklJ-Lj2vs>L1~mAjruH-jv6y$~ zC<4&KLOdAz6)8pvPaMx~KuXb|g%MZC&Lui*Ot)czvX0KBFL^qs<#m?CV7REqjH;v_ zL$ner1)6U55J30rMYvS@9-75|z_-0~iJxR6v%BMI7Lt}lI>c*v;HgJTkpSLk1w#Dp zuA`f2weqXz9awa+ZuWwri=FdIAh|R>HbhK#`4LW;n@Zo(&Olg2@r=HMBq~D1!36fk zg6a4ODYzbq)+XZENM#u~Ij7LHHE#yGK$mMf9(rLL>|=Y2qf`58b95T#cO%7o*@cI{ zmr*d#vx>_Rq}KbrrNoAKmg)4K5KX)iWfGuAF6v1l3Hf}9o4vJ$2EO>}+0T9+j=%JNR&Tx^ zK0E)=Z^$&23*Z?|%jkHNYeXgA*yIlX_`K6me*YFqhIe@FRr_>r2dEgBZ}#FhF3k(A?< za3m3jJIRo8{g;$G3U9LURNm3 zl-&E&sDrk*YUz?Zw`&%TKlAovU3j9d+z>c5Pmlwci_wTn?`Mqy6GxLYHjXPs?(C2V zq4jSdRX*hz%76Xnc<@j&N`ftdbCk{=*bRe0uB!ycU3XL-ok}XX{YmXD~ zz3GD+II5F%A$##gq$*wNWJne=k8@PipEcWsHenszpCn3#R?hA^y3?v@NE1V588>Yo zD$Dy)c0G;aRl@2IJ(1JFs!lx00|A#a4#F8P4i##bV_(!b4E6SBcs@3Cp%WSVJEk1M zt-f6vTttf3mu>FL4+Q%Kk8ox`<0`$Eizm6@$8(0^@?q3mcw|P+09_7g>1w~F-uBGY) zoKS^!m-TU21Kf-o=?^G+?Bk>b2A1d(CwG9xNuoE`3f!`mq%U<}?Qxx*MBQuDoX%NN zX>rT_*qzN|=E(~!J)rwQPtIA{6D#0l4G6Sw1Pbun`-aFnbSBBVcp;X|ENjJ{OX-4p zG_5q|z21(Uf1k=%tTUI$jcr&|CAYei{in*25K59316N-w*yb%Tg=~KX`%i$0VU9f< z#Bjiy;~A;VlG;gh**gf98@SBUw6%I#X(j?nR+C~)x~>hP#HV6sNhMM*b}=wB5SI(8((Iq8Evg8Sd_mRFf}6#nqfX=}eojjSmIl!Iy{OP-GxnJ= zwHWo(=D5$YbM@=K>ezCG=hyjc{>O|a_%$xXRM(t^{dT|9A)m3KP5T9OML?ecCALx3 z@*gv?YGXFAo&d~$4nu>i5!L6nIN+i!D@P}ij6};@+z@S!Q$#Cn6#YEqK+tn!!B`lQ zRM+RFE{^HyHzZM9RpR?&2qmG|<682cp?m7<=i)Y?_RU$Qq6-stz!EX+;t0Ak|4;UeWqUH!fY>aa}-7zN6E~C9IZh?H`FTB5C zlN6a=%Y^=^*SHDj3m%;pYwCMytr0X6>X;LrnT?GMK@thDO7NN%!}Y4b-YHE!1+Y|2 zuQn-jGIMRsn}deNS#ps%dD7YZSb=KOf+zYKRO@A)wdfD}S!yqx=u95<8&!zt!`Ica z(prfF{hGqq)0an9xR5ViLn9!=M47pq!-1WBvg&n;%cU;12Qsq6Ygr>(t<1=K&?+SiIsVjOt? z^mRg&Fb=Ei?SaQq3`odoYIc|YlJt*l$OfjA>E8A&J2tCb6e@nz7nnO!p=+mU4zSh^ zrk=y-gmi}Aq}ZVxMpQ1No~YWa?~4H?r-D;mLBMQ#O+XR#;qsd_mGnP!m|4yKXbDwa z47yCy8~5uRM%&iO`v_6qN{&;b?QU~8m1Z+hX{zeICNfM}Y?e2uR(@dPz7B8PniEEJ zt!ld8!ehd32zy-L%P>9*U*$FC_v0yw1y>~Eu6wL1KzbTaR3&*bgwQ5escq^j+kxSC zCI7unvm}ayFsKEI_h=EY?m#JIq4n8R?7v2{P3P<>Y%9|mzA0Fk^&_d0RmoT zsw|x0s^t(4>OLa0q8!qZnUDLb#6ikrQd4BpprU0#>zbRQ=@?RdDk^P>AtL^A1q!Wf z1!SwAbkgR#`dO2BcY3G_&zSzq0xpw@weXbl*vpLN;Xeika*&ZQ*Zj7YykmI8A%i80 zn4>UyzG3ReF`R0v-%wkjvSQ`QE^~vO7z@EoErmFD9SMPX5y(UvL}+|hqxqgJ=}{<{ z<&7|N6Q+8l?wMCdg(mFihis)wHw-Wxe!noCleIT zr0hj9ZyZ&x51J7?cM|$IENUb+uW6Ub3i~YELH@qt1{voRW(I!L2GYdCn-=4GyK6KG z{4&C%zz6bU4%Y3dSZc;BtW?O;xs-*@app5M%gK#URb@?K6o?(!IB&21_EaWW&oGlf znOmdKG+)H%R#x{>Ds6GXM(x*7Rr6ETuC2FVtVU4{%PWu74SCkU^k8KH#Urv{up(P|YH=U@3wX=yMov5{evx%^Y zk)5##owSLqnX@@Q11lTT|DOI#|B48YSmA#~gzo_*;|C-_L9ozkpjkBZ8T);jHe8N% zKe_254ek*Ob!PM}^^2#e%7hp0E{gq1MPl)C&PYT?V5M(6a#y$u(yY~7Ix<+c8|ZcUOTlu zX?ot>SPT4Vc!$Ye`%&(2Yl>BSlL#aauk{`5f-ZLK_6w{*w7jLQ_n*#dQ^?r9HEUn^ zbp0M0&Lmm;*D1Fgky1GzB-;8Wa9c;8Sj@FYMM~m*wBc4$xN4++xo*70T>t)_jP`=T ztBC|Ch!-tL*b^nrNw_yAmVwbq_wwGMPVes?UR{4}o-~PMrgo%cmKC4xia;c&+6rv) z_0sBrE7gJbXRXBZn@pdh%&M6t?woDc$u;fCXlk$DcMAA}oL0?qj`ao%(*8Muq@Uv0 z0D02nkF4C_(EtD%W85Od324BNxz0n{vjZub&n&Fl zK&UcYdBewgDswI<2kc}tlOe?rrJhYNPP{;FJTjRoXe$&>Mw;ij*9LjxxE}NRt4AAa z8wCi%XNhA6(2!rw#-Q|9-g%0DS1208R&?adyz~G;pW89j-E&K4#99-^uaJGHwCOZ; zJjG72i!JQ5UG+pq}qQX`$Plwl4m|7c(MMLb7)IHs(@IQ~(Z z_Y}s0!psbI_IJF!{YD3o=gUMel=i-)m6tOGb zKMWj)SQ-!rH`@-3x3bP!9py=4am9Twx8~+n4y|`C@kpH>qU_$N=S1MP5s(fztgC+}@)D zgAK-)2S7f>jZq=*!sNylRSX6dLfpS9R8sTd`S$9D)oL(@(oUR~S=Ccd1+n3o+YWPc zq}xHpvY&J;@wZtUi)dE zv^p8cdgeuiR#yg+;1+=God{k|&wO|epHipvc6YaUS|8IR5)Q-3#MttK5L)$qC~L%i z7k1~V&U%Z3ObEl(?Y(kyo19LbeLBi^?yxLH)?vil6wxBpqY z61)h{l#Ey3Kni8bsOVVm?l&P49wtg5h~3t-$FI)S0R_V1)uC`m(ufOPYX&KY;B+Eo z>HzClBQ>vUL*SX-K7T%GlPg~KJVsWgkos5`&5_~QLN_|N><$>|ZnS`j&uA`}naOJE zV~Kw1#2MsgR`rD_$c0X42fZvdIo>L=kRQpHlxrQ=qZM&^ai~Iwp=cDihSTQKZ{?{k zX9YBvFm{ZjRSd=*79nTJ-7GUVVl%=7l#C{1wNQHA~}y*sVGO6s8G0|Jt2=_JMl+2tpkeD>V(y=#GO~_njsS^ z6cu!W)*jZe57}N#4qIBX19{3Rvy=9%vn#ZosUhV((e$H4H|*ZQNBBG8#9InuXMY7{ z{IjuX+9)1!A8P_mbTw3qX_>Uxq+nLLNtX$o@jtW~UN%omi&w%6%XUyCGUmwwLIuS0 zS@i2z(jK4*Cr{D32sQSC_|q*t6TE?I1%It0uJjfUW#ZJ%6kG~hv5}<@k_2==fhJaM zW@bfYM%B8#RfKFeIzaQJNbBQWkhW|1OEK_BJP?i)3dQQ)d~9?Qa}>#V_b>?+y*&5{ z06-`8UUXwhWFm616c&)Dxo}9KRj=?~9k-kxZw1J2)d`E@ z%aEMM7w>Z!dxs@|#r~1nySvC89zN8SMgxu6MpDgVGfb%)`}d1av6ri@FL)vuHkc%^ zSys*Mr$XGORqF!0!UHPGxJc+O<9t`-B>SN}h<{6iW2uLAi)7$;Jk(K7m9K)D z736ek2k9~3(<$X;yZ>w@t78fnA%1c!cbBUncsIpO3{n>w{KDI=Bi;e zFtjpH@Pr4d;0f<5gxp$(?C@#iL*-V=`&e$V3Le=P_~#eN4BLIGYa3SA{{$V7dgsPP zQxtyc_cfrr52O+^Ixs?xhlxcRXW-+b43H&J5XhtWfG@n!(*V6WhjC_%K@^Y(`L{4c zG!q-4wk$A*rb98IxEZMDANeyv?TW)XkTlv8jGMMW9%>Mi#U|~_?&%S;5&B3O=J8~} zC$cFj#4{7vT2oGO4OwfdlN4~K)7KnGoM!u@QQpp7+Am!Orl#iT=Nrk5K$FyGTk8I6 zg*M$l-^@{RCtUy`+8Tih5n!a~0#|25`Li30x#tMyRK%Q7Zm4KUOy(mZT#zlxP`DZu z{#UpL6+}m6k;BPyOZt1lyfO24WA{XVdwNTcGloB<_+6!!(gnPV8ew z=&CeOaXm;Qtnkd5rQS@2G1}gw(zx+Kt3^Q;oNRN)F-&?{E-$xP(Pz%pJY)vJ(1CR4s+mvwDv zYsz_dO%gM2E=d7qHjP$VaStCsD;JL6ZBGZdw8|LQoGimYwi0!Oc$L)&FgZT~9X<9>8&d^CtW{uNW|>Tu?A z6WGcJ)HJK%(Ez)C|Ln}$w9H~bzlsv`Du+5c&+Mj72H;iM+reUSC+asZNcOjF*P`I_ z{XmoVhll%*0qws+G%>LJe=wCA|F4YmAbePaSpO9spQ-P+*3ycP+Pva8rvLGiaG z%(@1Su@z{MUKy!Si(7iMI#>+!^VS6XNjrP8`+SC}%{}|JdjB$czegdR$xwkTNgFNV z&}z;wg>hF~ocx-dY`EQQFb7W?lG=0g7=^kS;OW#G4m@n?{(idmc|SCH7Z?~e&REVX zv>q>Aw;y4N`@Nw-u{SUEdkjDJD)}75Zy)C#j(rdfUbKBsNvKvPs zJvS(IAn4zlgG9bx!`^Wh!?995=$mIgne2)Hasf#Zj0LD)Ol^w@$ z8}|L7Ke_ew2-hrjFl)FFoDpuYl~%3z6b)%;&mC>1IKo60v+LR=OEazuuSHt&eyY@# zg)46JnPe;)qd^<0RX?js8NKzqJOH)>^c)UmZ=TBEk0g6cN(vSF8>ApO6Q4@50R+3Uv={T3AHwz2<< zv43n11zMvu(b%@LV%v7IV%xTDCo8sX+qP}nw$(Y+_g44r+8_3xc*m?c@R(q;Gji#_ znl~tJ+);T)+~?7M_E3SX06cFYig`PxS{YVIs76ye=21y56$sDs4co@UYeVBO2O~Me z*Prr2P@=>DuAXTzj<2lJSa$&tU5YKz(!UW0j!hY0D650YiKYnYtphAwCwMQ8SU519 z?!I7T6zvivrfqs=aK+-WayZlgk2{Y0UBZ-jmG&)x|uRSubpV-QFaE@WKv2>>XhM+Kmdd3j=k)s}i z10_x3Oa5{Fsc<5nojLl~mzIp%j0ONfBuH1V$AaG)lmn zilKSM{SVE?V|^&tpaSWFkWA?~t&vr~dy!}eGcqf?X@0@B-a_zq+;}s*9qO`!xX)|@ zZ9K97pnZ+@pIQxeTT{=-7L;$@)W3fKMJYV|*g*hIgbKz%>w2;*E)Zk))VZYk<9IKJ z#WVzd^NB}8*DaTG12Tbn#j6HSWjaJ#_2*E3*eH!-*biLm09)kaJC!|w66j3*FG!kD zzt6zdo7=^-qY8Nm4!m+Wu^VNPlUrOvj_h&*l_!{&01An+)o%fGzx5{DkluRx_EOb; z7oSUby;%G?O))AujKncSyO?us{%xd^lX3T;nktroFNh=JysX3%#v61UN;`-XNiz$n z{%(J)BwGL{%*a0>mr(?jCeyDDbl-%{36b%J^SXwkEd*(d{JTH~*PybI&SY;ayKCEs z*2EP(W`N&W|0-tgpdo^F1uRS9YO}wI#t6kV>||JVt_6YT*=)JAz2yD3#gpUBWjffA zSa$6c=SY^XqIiO<&1k zG~2wlW}{U|+8t7Lo2O+?*HCT5i2kLw^-AUn1f=0JHhj6N zv?$^U*)-HQ&we}kWVCGRL zBb3arlnb6$2xlJcJ+_j{-yJ$6JTBCLn#15NyVPgOZWg&k$1g>>0SLI(EQEQ|Z_`)y z;ko+Cgt5SVP4@|G95+gTj!-|*6ZI&7#`FK^2zYMbnb?2Tk^gC=hJoe(^DtJQh`#v$ zmCs#BB$AE({NLqs=*jBSeG{(*W%QRHHdGP?x`~+0wER@a_*F*yP!#u4m>qBqh#xX= z=x<$^o8SMNo{yECv#*caiH+L_Tl&8oG!HNX8;r14)tzM#wHV?0h%dY&l{Tt{=?Pym3Yr z*=fx|_`QC05AS=ls8naS^Ocr8Xirx7iAD_i*VbT2JxozDGIL@`hW?)ALg!4tC^4?Y zBio0|ExAIWc!L4gI~nF7U!T{RvuHwFn8bScWy>Fpw+#J%_^)`}$O9OA?9AQ3$6~k~ zOqD^M8B$1x#D{_|R5g9)rJw@oPpla*R>T#AsXDbk^b$={8jN@<+qj$gBNBULi+&KG zg&@I3U4dP3qBk`xof>PU_^P5Cx6%1c|IE7sSPi2O)?+UYCDkAc8ETRl^7h#}efxd{ zT}K~?#cPU=C^=F`zbrIb|sKn&EkCZ1ZWD!@4Bl@~^UzT`&82AG=3UFD6N6Sp3^nNlN1uWwGsH@?hIL~u5nG{qJN z2KX{{x#7~>!K;Hw$jApwV-N05&Decs_zy_W@cyhUB?;B9>818RvC20Pnz=M+t)w}HZ*OgZYPjn*@5Fv!-aV5vJ)=lc>P>57B14;dUXyg;5_DG zTHCEBZP+_kLi&DdrsAaQDhej$`4D{#GZgO9enEb)e$`1b>Kax$_x3T_Mm6ctJyo@! z%f@GG>(VpHZ`F@R3!9^RQPyPy5gk*Jh|Q>HMjGW6jT;g-u?N;#F+^a_nkuoT(eWX2 zu2_K+uv+yv%JGK6sIhU2nIDu)?b~A+{k6Ch(V~8e7HzUk&ti$*4%-*bHB(R{QfZ+h zoI@HZW?K>o6OPEIz*zawGwicA3(aJBmhOUk&pWne8`Yd0pMtQ%jT-$+B&ya_;~ftP zZyHV8PB{WUeNywTlbkZ6c(Xvc)-lP%NX>*KvX{VF$twa8A= zVH&|N;B6Buq!`cK&j#n~SPt6>r?zoRm?<0ro>i;Xxrp7nTs$rT?ngUylD#x1Pg-GwoVX4a2JR-77cn@PElTjyR<|@HW#X$rJyad!nJ#lORXHi@h55o2%srj}c3l@h zxJp%R9-7*4iz0Xrh3|N}lvNusl+GMY!Q6OCn__3KSWwO<+c96~%b+WKt*rt0V_)0=K!6@|fSkRnHp=+JV`D{A)mnVbZxForRpmb91Agdr ztL6SfC$|c);!5u24~`WRdyU*%RA-K~f4*|4?)wZG1_gMBy^ zwBfnjI9AI7>cEE?Qh{zDSPbl6&H=#jc8yoKl6j&8(sHSMf`|x635(m0}NKlmIMSj*2r0VCYjoDz8 z?v_;fdVdv$EA?{*4)NZXsq;H6$7d?X_Uhx~_F>}oY=U|60Ot=3-OHvUNNT8}A47<_ zTie(7S}MTspk8Fp(M|)yGYj9xgLwc&k26|MWSRza=W>iC4exQ>3+H^vC)dp3u2;PY zBl(}*66fq!bSM}1Rig_89HlM3!dn>jmSrLFS}f5;wJu90KyguiZ_3!rN~SdQ0mx1E4QpZQyC7!(QGp5MNsz$l zQ@JBq=8VW~L!_yzxl(5wgQ?eC6yYLWDn&5OheiuLBTten(E>4sO*PfDnl2{6)%xU> zfSfe~LHh``CwaFuumAZHq`$H&`$G-Trs}Yf4 zB{8(du1ZnMjHb#-BGl;Hg-HGDJ??$!4kRX-w+g+;dHEUb&Vf7{$ic?KC*C!@3Ro0i z+|xg`aBOkp(Z`C>Ub^k#_^7~K!^$sZck-K%J<6v*JVKY7f96NgLi8|w*#ZKK)k7~v zFqI+jVV>IK2mBj@T{*TxV6?_c=wwKgiEZms#rN5{MuOx~?BRG<8kH8;qBWcivZ_kl zGo>b#Dw$l`2%r4q6fRI77R-dOW!mVd4$%D5G)6Th6V}6N7{?VU3lNi$`bntvF-YR< zLPq;o!GrJR8i-v5&K)B4=dvAz*7*;aI~d*?gWl!S&(GkcTJlp@J-Eq2Y~ zD0%8xhflBA8`6lg=b$(2S-w6(fQq1G%N*Hwh;hM-8>4cv_8aA~D}k2EOR1K?;>mFm z?JIg)riZw~zy1oNTG+e|e!4}zHoydFvOSE@;>_{nzb!Kok|6bz2f|x9pG&|;JN7E; zCzV(5XiRV}r-?|}rASbOxx7J!e%&*A9aY6;>#-UxQ(DH?Q${m9%Ev;M_ZOPeIcNQN zuxpva1wIu#sP9#J)V5j72+Xa~7jx9Vy(|i>G(Ai7)SFLFlMjsxDO$~8ZfC2=2WGH1 zaR_jx3`2yWOg0D_++;7Q%qE7vA9fK5IkfFn&kHFmDvkJOS&GP3E#!%^zA{YKE<%zt z#zUBe3RG5ekx)3MUIn9zyZG(7kYjQiO{^6isz8!4$;{Dsx#ufPHF--U;Uc@AF?OJQ za_3igW;hmThrwC1snZ|=uTXYI6g1k#sO%&`IUaBg!P({8zYRA_HnB266bQaavld&N zGPk!*KF!3DI&$`zqIU8(yDCKnw`Z!zUW|iTA;sDOmUYwY8jk@WZeXd6C;>yaMNgnP z6GRcH8Xe|5B>SMy=B3Qs1eDwLO8Cob&5nh%PU_jAY=gk#q&gNHGtGDEAKZSF5pal6(INVdDW#_{nl}G5#xCZmbM3IOc}v zq%pK){ncv>i-d0E)$E}?em39(0@f|xO$<#aVac=pekZd@#;PSR=I+JAU#aKLa0MJd zt13TvU>=u{^cf;CSPP9mg4rr@ecFrUNW(grp|$Tv`}u}Z{3X3Zty7X;rKmE8%|O}k zeA)%RZSS?u=JnoH`iS>7ujp3S&`YZQBwoA7!aJ6Sakih-7m+TnjGP7ebe17Ch7Rr( zUF>Lrx~7k@?!T6eZAL2`dr3sJT(Jx>U~uzGhN21+IEUTV_;xi~8HTRV@Y|U!TS5c> zQXZ^rBObjC^O65^8krxX-f|C;0_9bcpLY&?lCJHAV5z%i+9bP@Z@U5B+0LaQd?mgV zD)N>tTZR_VtTI|%5P3rvl)TDNAmPz1*;zS56M7YLFw$n~NCKzC9_VQ4m`n9;ZGSVt zAPXW*tEz;-1LuJszuOXHxH2bcGYY{K(u7{$Df(Fg*mOT`eIFjRDf3=44!QGdsj5Ob z40RkuZ8ZUnuEnkA_}JCm!tkJ!C#3|C=BW2jC50xLHq{@JBL0)=!G!VEbH6WOMgEHF zzu&Yw>5ZGQaHS;WUL+UGbmG*cyl3OQbgQ`fZn|c$x8h*xo@J-Hv4^`v-ujNhwAC4Z zq9CdLo&oo>t)eBKo4}DD{sa_vO^$16WxdIl?Mq{5G*k$EaWs2sd7{?!eTSY^ zH6!`2I{Uw^75x4P{)c6+HW9tSj?j5R^$L6(I~6Ldw=3i~3FHaAyI}x-A)l!T_x2;% zF3u_;pxE^1WaH@L4l>0pIx!&9^i0B765nn61NaMic1x zhn8)x3Fnhs2JdzwY~pdIK|zO##jWVli8Z`BP~jc*X6>OTrDrH5;&psF5`xj~b}eOT zpV^|U%S5$6;Wz}JJtq>d9e9WXrs~0JkG>Q0bbRn+EP9!}F$^6ntG6n37f3SaXLfM+ z#Sbk#C;m!L@z1+8nTBN8B!NPFB3Q_TE4sOq^SCKSOraC+*-2F+m;@-hn>si}V#C@~ zDpQ{vO3H1@u>ObwGSj4q9+eA7OXfW4Kx7+hk{}Y$u?PAt+8;L4>gj2o7TPnmR1^yx z=ru|K9V|xrObVWR8QxNWb}@`rhGdWNCOAfn2RI4;F*#A7$hveTCwqg8aGFVkWgF`d zW)+rX5G*gaIf_M*#A$Gyp}6xBBkZ@qJ1+OBR{R|i?9B6<@>MLG!xpenAbO<2Ptt&1 zCE%oq;!;_<=6U$4N)Y}siMy%^)}~>zSOlp${n^xzU>W3vS{q8CjY|5k$Vxb9OXZe- z|Bzo|_)I^OoricJp3*z4`AVtm+03qr7LN4_kS;I2CO)0jQ4HUt^Dda(>D*Lknv^;> zU-Mx=(A=xvGF{xdtlLnnM06%u)LX7v!Hr~-47iFtRBKU4Av2i@chV9q0O|UaC6P-m zsou(oFV2QoGLzBZ2Z94oyDXZ<0a5v@h}9NQJBwo|X10{X`Bfa*P(R`}q`9kPI%_#Q zIs*OR*db9&qRavG1cxIwlZ#r~&jDR2KWN!d=Hwp6f9B&%w*+Yz$Bj~&xPS#8rm^>!Z2@w_LZ$UiG@zii#7-{>EN2= zSGVOr67$6%Cq3z-q0?BEtc$0@R%nK!%XD?u?UnKW(iCSI8Aj3u#l#lFb&$f1C z5x*L~&f6=5Hm+EEeSA(>EE7ExoW52T;CjP=ecTT6Lbc1 zDc`{QaHZ-S+Soj7LAjF#F}_c)J<{(|UrHP+K)-y3$aJ!+72goYwbbo_-S$NY#gm-D zmzsh7k@V;ZgzUI~1*hK|SUlX4lYJ1kbq|_S1eigO8L;&Q{uD#1Dt;UKczSn6m9bMe zFmvkflkrfL$SV}L;nL~$c?Ydi!tDHShm7riDupvJu>Z$6*pj+*%x@{Y>;G7_sRW@p zK#@EsW>Al4y)F5nmBCYGp`SmJ;?t3TfA1LEb}+hnAEPwf4mU5HY3kldE*R!dS)b5n z!obtc>($KbXDXjBT#s%Do$eKV_?$mBt!*Hq0zm5CA-|hx=)~iTx0nc=%TT%9|vNmi*wD^wp*MFnkh z6g^KYK*MI=d`KCIusOWosuEeqHzr1FUNWnX#M-AukT(RsE{ZJ+31sP0b}3IRm!Ysi zdKnsj)=Dg(%F{J4SQRz)kaf}=P>vDi<5)~j>VISdqemJo)fhGG}qlxwF}*a@>JDJL>l9dBC==yuoEh#TvcPzgqN338Zp23 zjN-Q4D9r@4`FakH7ig={)vT)`pY;_-z&tgBXGH<@k%IA{a5C?Te~k*cx-!D#oEhfn zsTkSQ1K}=CbS>{~EQkfwiJef*cbNAuoQ8G!q)f+Ef{e~<~6DEnESbe zrvq+HXxs)xJTJmyvOnq&*1+wq)KbZFZ%bxg`7Id0JZ~uWV;ezGnX6oSlO%6I>95$r zDY!K|wm(2x*$BCu21e%kUK&(met+G5#-{L7_OQu@=yM}tnGcktLWB-!3t68vn)(8T zK&`oGW*XvChAnwK{z1A%-XRvx4&&xGA}_OQh_M;Nfp#GP%3W^cQ(iW@&&)gg?vN z9ue-?_$O-V;q&_fUqSt#Ka~_FwXAKcibfB{H?YL75TsuK8%MnaHnWj>7=?CcoUyja z0$Kwa`Q~9n_YhG}xgY$yG3UFYsa~4+yuR*2DMKXcHAxz&KGX;dI^WwumkR!)x7dNb zm5LOaBP`TebVX$`%0IV+ES`D5q+865-C4G1#G445GEw#tg7pV&I=sFvl+^IcCt^8r zgJTc9Hb(V(8~S3{cn$459B;Hl0nK4N0Ghd2uj4hQhR-njp*_Q}fjAJgzn>Rd4gtO(Z+RFB|=u>&Ol10sGM z0B3Nkw14X~hRPH+e{A~+I1Xd;I~^SQvh*VePrhD5xV&=?iTn9De*fKv9`9V;-dVi9 zDR*{CbhnFhdeY6cRiIrwJcF{JdpW1j&`hTun}2+e`@?V7f@gIgKwsAU`j&1%@Xt1a zX+$4dWQtleLT0nnLq*ta&~zuA>yr`_#>n4! zE}_oNQxazhGv*7OwF3DTIDHP<;nqiKvZ6w~V}SnFnNgLfj~lZj7y40$$;=CrRqs9U ziO0{3z2lkh;+2d_$@4p^^BbX=iIB#nO$HegzaCk?i!#6{=EGtPs)X#qb|=cvjhlrV zr17-Nt8FH=l4O%ZTgAD`syAGc2d%{7k#OO?pcX|jdpo$p)a8cW+f@ksbI|%bj1pnC4Y`qhzg&>j14!(7H05q#fx#n zlJLhDWA2W~{1c3AEC3PK3GDDzydE?iQ5@h%mQ%_mldR>H{ukw9eQiFhgCiNW-n8OV z{?C+0&icH$mx?A)3IQLFDjk-U?Al+j1v%~HCbK*c6>eeIVcF2`q6uF*t1w5VASi&^-zdte;$L=7(+4gERa@AHwz(ypdl(=h zDae8uo`Fub`8&!$Ff<;0g+GIqk<5Z!BM=E%%ab1fnOn2L@8tW`Lf;4VL-6<%k)^%x zyyMt<{6;ld)Db-=Y*e~sRRwb9Om9$&ih1Fv5MksgoOOmtPlcq~eh!p>#*}gMaF*WY zBdhI=s_KL&x~EAX4R5;^nW=&*VpApHpY9O3tr%9}{X*K)x5`gv)t#4r5wfn?_THI;-hId?u z4hZv#pu;I<^rTD+4AQeQ$d3Cfn|K#@P5$U@msp(HKF#Nc1(dAbC6$_nKk2Je;q{WWH@5IK6Bc}tl4C+muw$sQcm?In> zs6fvs9PenhspVqQo%@a75JBOc8!+|XKdb2REk|f@5a>c2t(9SGP*dxCjY#aM{<hE%LSL^UHG#*CRm8Ew$kI7WQQMy4{I~|9L<;S$$&a*K>k-p7|W2j;e87E@0 zakI%=7gu9UQ^P66QsH|zv+0-p&gjUGb7lMlnK!cKoKNCt5cmvfW;MfN;&My59j>c2 z8R7SLlXh@sDn|{nR&7%hlRT{0Vchs*!=)}}O6BoSVb$@c9=XHb8^PuIVtpL9Laqc` zGsXT?>a*gWsfGJC=>=;^4DI<}6JYmpO(9-L?y}&VKC;pw6?l%+uT4kUHTIs@TPk}< zcWa&3so7iJe>mz;7<6fSvny~w4_HbNvv!6JA}lOX+_e-@IjUs6RxxF|8tG=NtB9Rg zG+?LfBvj&l!Y&h_K73d!3th$5={D81$nbnN(uq@$NF-gG`i1{ejpoW?^w+4 zX0l99y8iG`xtPv=#i_6)q-YoVn>R~PtDrjh8$)|{;+A=RoZ(l4S6c2yp(Y+iHoMs3;@V}O6Qz^-Z+3!&97YL5%!{}{p50}s zERHj5eZ<{gIYtFu`5f$af5P_;bbX&Xe%{D@zj1s#@qNB*LfkWHR`~%>3veF1<}vfWbd1*m3`ejjm_BGQnJ?+YYZs_!mC2V!ue@^Q_se#kSP2~V+~=6qhL-#h zmwLgyEfHruA4+;G^bu|p&1qoXg-t$F^*V3GYFlKLly%$8Tod@F7N3R?mTluHz`zxY zmV@N4+Qje;K799GB#H;f2BAs_loJFa&-qkOJVgqN#lhZ;aoUKIXT?68VkppEUk$FP zj4BMojJi)oj}Q>iq)ur#$&iu=2!a=lpPmhQp%*0oe#!4+j2hQ>5wRvXPHB)491!HK zR8Ecyq>t7fhuWR~WAKpmvQI1D^!J1k7g zfK4Ei#l|3ayxvq^@qKL#=D^gs^+`BsB;0^y7{-2W(Y zjrlHL;CiyOtD=e`+Eb*x@yPaO0Dirw4?z{!W}))2qrtqD!cw%Nl(%=s*rE7Xc=TcU z9~hwSW+F7QTRC)U=^b{~vYhzB;dEn>gQDy)Se?noIE>qT!N_0hBljH008|k~XVuDH zivY=DYrRsekY^roXbcvqAcJt!P0In(3)s4xh(;<$*;VuEvSR+sL<&H~rU=GX6(UiV z3F?CM5w+!2rAmh5Bn8_<&^OA1*6O9vCJ<1z#bSeq`?~d`_gIxq`hOLyX?@(fw08tglZX*po5~Els`k7h z9DNbOwkyZ~D`+~Y@mcK(>-N#=cFEwQ<5!sIMiT>-UCEh|70=o&t~mYW+8XMP z?MWz{#^+m|dHN_HiQVQ=TzF(RdFzzB{~}~DQF#=8XC_0M2j$%7CC?g3jF}I*(yQ+i zlN>V-1tf)t*%bjrfW(BE`}?JTLvkC}Em53Lm68~hS_N@m`iB}uy3zeGAVe> zxfT>zz+5&2nZUVq|C;yegqngYi3u|1g(D)GQQhZf;z|ySHN4_`(L7Hp3-J}2Wo?6P z*B@8H@?Yl|5`pz}wz=k}Yl?w8Sv-BPt#qaZ+FV$NH04-NlrFAtA$|EW$baEyR%U^e zrO==HbA!*94w3}+N(0Z+hn5PKALK4GJd%)`)Bjjjocr{W>d|dKj33>c2VqvTB-6h@Sqi>9`exoTDm@obHQ64MF8#Lz>=vvdiFxT}LN!%a zL>{P`f1eJ{!QISy#ZfX39*J-)TkKRK7P*%&rx2q_j=Vx|l0$6xoL+~WnduD2J+m=u-t%?2e_qkwps~k`JHAoVg+|o z1bm1Bc6;7C$0QQ$bn@DIvU@VH$Fkjyr#Wv9iZL_MmZR%O|N7M`CcBX2k3cPB?gJgq?bhc%OMra70S}2P z2F*}8#HSc8FAb@VM(BP3v9>`T|Ese7Z*4f1|D3B|QvZL(01hM;b3mz&<#K8M@A81r za$2Ux=!Y()ME>8g=gNi*5DE>$5ws!SIQ*oui9)iZ?*&D_$DVYZZ)scK;uFV@599YM z_xC4wwjmCW+l2@3@Chq49&PT)zK%2ZuMcqw?1ctOWBxL|r2ALALr~O`@ zq?+6K@ALWrF%5?1k^)`YYk4lSMDwi=)uW$>&y~lIhev;_`hL=y1eysa_2f11dhrtP zFl(R3iKWv=n%9dV>R6w?5<=Lv4N!`I^%9|kTQ(#aI`z`iiQTP@nf*aV-G!k~t9%FQCtz2=j?n{_S zTIH_On1vwsgEgNaJx*T|#|(5Ts2pQ#PD*hJxIEY?KxI!j+LAJ(*SS0uPSdE#BO#vJ z4L62_3?vmWCd!5o#q>j))Ve@gRAdfv^7ZY~sCk|1*h_?`Vzd|s)Z%k1xMVozu`7Ap z+%h&?KNFZ&=d0FGu$tb6ly@(B)L8_SD0HlU*?5h5Tdu>QRUD zO6J_z0x&ctiwD_&aLS36-hdT-4lI7UbIzO=i$kUd2AR?jOM<#I!r!LsoIBtzliidb zv)c;Ct;`wx!Lc&%8#7+d3RZlgYv+=t&ocmE(V0(RwRUqh&+_oYpt%Oh>EXZ|kiC~8 zM=cUTYHQ0Lz$Vd)ck-3Up#I91cb|`?v$K@EZg%!`3cGzQ=2H}NZ7!$u!%YxLKoks6 z7M-W;Dx=!527VifZFhB+Wh(%Z@B)`r&9NGeWgdnKM7n~YN~&@pmDfdvPE|I6D#QTg zsks7$^HKabIMBKzZvdVMN&be1LR-;TOu+4~dISV#Tn0JC9;n%tgX?mAAGg10qF2)0 ze|JL+U>yC8T@ms3GR^4y3J_4xF0tw_?Q30dwm|Bz=USD&%QssOX3JhQMSk~{1cD;u zIWkts4Y8RA?j@mWk^!Ww#B*Al4g}pRZN^(=oT$^Yc>XPxdi|6g>TIQh2etDI$G8X7 z%-0Z9p-81HW~l_jc{?Y)I}-H8FN*d;Yi<-AP z16{i@#**eE3i5PN>=qGNN?{h{g_&K>80Ruz41%U6qF;}hs>ItTnN-8gY$T!d$9_y8 zyfiItlOCra^V03C;9jVCQP>5VAQiTZCN=r~u+5APNkhh}$PhJj-7d%$Lg$3z@fP1$ z9eMZ7=I>549zQB8`65vej#O+OnL;spIHa>e#*!sXT>*=PWf&*x07TnICS$EC7{qFBhAZo~ff%Wj=ujr84iCX(6uR0i&h)%{#AW82brL0fr2?bfhIFW7w3M_X=BHZq4>VHuxyKnDoqIh=wnOe^zV z;t$ei11qe|hY=;qG1zA=Df9AjqkKbtKL!#_2)rfu(u_drjRR<>rE ztL%^OxNNECxUMOD@A$N#zKK^M#u9Y4i3X5M2Nvq{gPga3OInxcs$y;_4>f66_~o7aq!_?J8jVUZa%o=W zOCeeDarvyyb~%?P?8!RA_4i!re1~-0=zpeF+is;OzPx3eb>2d(W=-Q#?$zGFLF`#{ zEWAF5OT5w)dBn{>n)726BzmxabACZ!Y2^uc0_uQ&QCt2J{ERALfeSWQ6kjqKPO*eu z?N5{BO5?Fg0@@rgXBMkbpR@e_sg3rq0(E&n<~<_j&$(#G?cMuS5qBY;GR zlAJ&e#qRV%!}Clv5zW|#)Ev@AH&o&hQDOp+@6nh5#Fxk`kvEUoAu#SG;XNccFD<|* zPTPXTSdlLa?Sy5v^g*4^)9xE(002W76XZ=(SUd0sn2=FrQu1k^YfaJx%9r6TDHioTu~i|k_N?#(2!F7x`;UdDsu^y^roC5oDGor84l>Hyj93t^ETo@;6Q%lyIH;F_N(auGLF;8M7x{OeAyE02+$CzDtzHq-{aQg4Q-O-ZpU_WNh@8Jv+Jxe;3QSVPdujdUEzwN zGJ^RmrUQ(Ksq4FJB!n1bQt%nbaSRn8|3W-ChOL~~Nz9>GVH(6t2>0YG)Rb9|EO-B% zYUf;>$stV5ND`suq3Gp^{)_g3Rdwh`^j1Zi$aW-5A(OIvE8-SoQO-NMZ%X=$sq<|& zM=(JeaLy{MERiwxbw<&d;ubUJks)ECLvE4i=}mcXXSS>*JyYny71&r0-h35+{4C!TkI&`B%mnaX-sDd9(!`}Z65Pc0Cn4GS^cm=b7mRQd-Z3LL ztAa~zOxmV*m}mjCw|y85*pu-X2P?eGk5CIqJ|xtrVXhx{kY{~`coe#{}M|EC8sG;_~# zjE5qHU0M&iqG;5euX~SX2fgjztt>5Ezi(aV7v{DPY>w^QoA=ve`{!qb`sX>#>d{lT zS{r8v4H@*FdGgA}4V|D`M9#yQUmqJqkQcI`Zm?W$1;TcuRK;1!ZD;USw(Blt#tT)- zvu51cKIGq$D7cxbVq04&SqRewxI@5~PN70nXA&JCUy^h-t(kh8!akZg2e-Y1!3F5Q8Uxy)qTLpO`!{gMaS(;5}j#(r!Nz-8-CPk}z!p z5FMAkEX{)h*N4Q#avF_pkMYu2xzywZE}avv=^D64!`CzhV}wnh&WEK3Wz=Id;teI2 z>94&zv!(z^m6~yczSxrP965#b`yA-LKHA-O97}-?l-9FqwZ#};81m6xHLOqZhf2{q zNC)p#gG1`#i|f~FD@mJuP`kjEEmawQ2lJp!`~oNfW5(N%W18-yFQVu%LMK-QlK!(5 z3Dni~rn;uIDiD#f(%sT%K;^hvsDUk>Di(v3i)0k6w061)*U@SsBjh5+$8vtH707-n zlKl5jVsHuq<*z!WgM*1>0C&}#$GID6JAP2;i#;b!0ZPQ0kjz7_74UQU`REB;X^Kv$ z)SOyK1-Ki+Zgem;gOiIV$X0YB9bL?Ej@YXTt+A4tv7v{p#TtWf!eWKne?u*IDsGjN z3R=tt$O9wthveE@g4luc6GZ^CR6@f~)k-3sO>612+6Gi!;<06|QWZLs%c`jUZ8}j8 z0VV~xrB@B29k3=d+wEJOyYzDj*dHqn^xTCBWb&T=jpp{omBe5o-AE4K+^+cZRNgsN zomM#3Tac%7sK`PK6)kNh{Gkjoj+@;^%AoAx0u{KrRNp!xda8;%G(F+mJ95w4a3Ht0 z-cbHvrNpdCnfs3d5vwBYIzItgO)^=L5ADY~)oHO#dlY|&H=vNFAY>KKiT0KBN%goG z+J$g1?|yq#&SjN!53MlV@@}h;Osm}CNRm)=(wpLl2CRc-NaQNkc$heUpkhE2lOga5 z5s^q;iY~WRFG^0MfPG8hhHX<2Ue4RR;C}m-DdCy3Dj-aiXrSvv-#EtagTAr688F|y z9(Wz@k`ngut55Zx&n_7!m+*)iYx7q5V_#D(-OOx882Y{|IN+(vr zn&_zE;KP*V6K1l{{F092@0`ZIQs10L_WM$=Tt!A9FefX}BorHj`lj;szBQ$tDVxus zBriP~jaAym!H0ZO*Xjl<;y-ET!O8q&7>Q%m%*?B$4P#j`}G-L{CleGg8c!H$GbYfl(>pj4{i@iJ-M;+=&l{azE6 z!=XgE%uCM$8e?(&eW+G;U*V^XoXaYq*^lsHBeozCCQql%8?WO2I!kI@yNM}EyNcXj z4^1$qA0z==;s49`LIG#z!rhHF46^OP$GagN*c7Miu-SGl^WmOG-DJQ&ICjB|aWj6j z;QnOjRT{{zcEtm#6blkVkS~qt6=1{V-TL@Jyv4KS?dZ8*B7lrMvm%dCu@6?@{VEzw z=lLB!_yR2@N2mI)Xa9fecrnobM+Co1?f(xVKL)S-yJ!i5p@U)uZG_(2@h2ksYOFls z^QXA5^rVyfI{z;i-UO1fFdm+Q>nlsCz&;;~Tkns9+h^d;cmIj$+b7GX4}SNjdB~pt zV7ASZK8n39b}gLU65Q*V8&!%c>LM_TB_WAaTfS@EP`>Mdmdw=ZE7_f7C`(@alQwLsfv%?ZZ!N9-=*R#OC_HML+{aIN68L*vPMgUK$gg% zV4IK=Ot@F{f_WGX76v4&Kycr5BYk-7!TB|A;f_FQaVmSr*bP#b7-jC@Vx-cf2|Iv( zN?}a`m3inh$H>LRSfGPESV-h7UXMNZg>x*~dgf}+1JOL|+J5$&16lA?j%SU5q`mGn zSniu-72zLpyr&^JDein^p|cOSqt^~bs&_}34$+8qOk*YP_)9K_+pGTKiJ3#stCy4t z@Q}-P?^+0(X(kH9Tl$oLsKt?yDXXJ3j4W6Yyy)u+tBDZJM#W_)xikl4J}-=Kps8rL z|IpsGl#vXD`|b(NvZ#@;Hs~{{-4+-y%u94%Dbfx!u8dCqvcFnAUdLlEU!*l#)1r#F ziEKKw`l0P9^60abFsW}_JEo*DZA@WaJ%??6rX3rxgo$V57v@}@m-D^BLX=!K4l*)+ ztP3q=TR^X|MxU#W#z_rJC^ff zhTaK2%}Ot(65erJ7H)T*sx-J(iee?4sK7ORmZ6Sh=<-ggTUE(!KTutN9>OX-cd|`_ zKHR=%mRpC5Gr612Vjp?y-MP0U@SFBBF1eOmY!%9yS5u^Itsk6Xl2GodORL?Qb$;!n{XTr&G%O=zJMxOSf>B&E^+*C;A2MC|A;Ji{cafiI)+^* zzxWrLgkQiK7$?X-;6syKTLHL*0`nY)+aKM2gSyr*g^H1bUbID|lyZ+Jow!99KCs^m zj4T}7r!Pb2*G10vU&P4K{Wr&#p|W`b{}CxowhfGu0q`8ey4yo#IW#z9`9OD@9ep(@~-GrD(s zk2V0jj_pP14A$cpdo=yyvPaXod-^(@AAE#_XUEz4L4^r^)KQ)1$%314(z17kH#Kv$ zk&hpX3PT9e5RZ++*{`3FklSgf=p-epjPvi+SZNrT>WCd%Ce;>7C?Ez8!ny*}wk=pM zoYj+uw zQ(C7yg>quD#h5lZ0gSm$g_5sERk$|$%-8%OlyaYD@4kiYZc2r7gM|2S17yh0sAKd7EW0QZAy!RuL~lS(fZbwip7y8sVDNvf3+C_@N1YN+>Tts@oW>m)>ydo6%wcniM0qt!;R&|FBqO5XBjGpJ)8SRE$au3`Ze=RcW$M3HT zKTz}7(vla*3%N2UZ7ImMQ&VWB-s)LYZCJA&C~lV%ahsGnf`yqF9r?(ck_REtz9Lng z4_8r$MneU8IhgKT9aR2_lLZjJPj9u@Iry{7mYt~d(k^*+UlMgvvEab&dTlXXe8TmE{E2w}{Qf^6yhfw|#RHirnK-*76ZqmaX$3buvsti{>DCy-6di zVDQ3vOMMQj>sr7y#V~sY2xe4?soILv*qQ7t9Pnh1-Nk*I=# zc1)1$KbFn^E>X!u|Gy3`rv5+Z7nRX{Qb1UIAYwoV?A{iF&{4dTq=C;Lk}66x^l*oX zYjY!d!&$U)4PEQYy^TC@)St6I{GYWU7d>|?H+K)RIz6yGS|Pc<4Zl?r@6)agUMIFs zc3@0UYs;?f>#ZayH;M73wW2jZ;k^Q7bB2s5z16Z>L1u*IdR0?>%HjLse&qJT_?0kA zYltFf?tPE>Ox}|wiV!%KIPOoDEF3js+5wqOIySF8cFH}6189KjXP1t@G{D# zQg<@E!#%H~;9Xzr`q^I56FV0JM0VyH26=;a#JU;IS|Hbaxx10NvxldN`w?u>A{hh(@6 z$_KsUA3(bOgH5H&U%BEai0WiTHyr(T`o}Qb`ld+(`~oSkrZAszb$--$!!qNiG^UpXnBP5g)913M# zHoN|qZLxH5EbmfDu2`j_+C~CTQN}cTeJ3;>&?k{ZmB=5WY;UFc*x-GCxWhCtX|{XX zX%jXLRFwfhBq-J=1?1Wwq@gJyLn)!&m?4>?K{VL_sYDMP75<#xuT2p%xz99oRD*2c z+^A5un)RSaD#vbSFvzNqQa>!Sd!McRXwjxP?6`DvE$DNiS;C+s4u;Ty=_a8s z=<*?4u%x93FGywxW%p7O6|aR@a(ON&2#)0DwXMROdm?sN`XX*O0{l;xK=w4WiXdch z8wvaduCJsC2j;wU^NxsobI_5T=@(A8xHINhNiA2 zhd5eR(IgsvD|m}C)US#WQQ=z(PNy=n-<{{ddg1yHhjyDnA1Y1YDlJL?g*Unfs01UE zcJMb#A5l){zRB1PLPY`-^z9;g^fp*9*@}uGiJ0b#n6|7 zTS~B>-PPew$$F@YPO&L8!`6-me}ZZy(DO1B0hEt|kzJ5#B(fn@%yGz7$u&Wj!#ldw zr2oVt8FAh$!=5tLb$9*sHmd#yU&L65n~5RB!z#yU*Rs&8@B4Q(m$Y5AP&+3yqg1;g z$>dD_6Cxv;R+*v9K{zqr~;Q*MfnUp@89J z)}wk(cRl$sf&{W_@$U*KJ+>P~I#i^LecS*bk-Hva}`zJ)N*|==Gb1ldy(kv!*yWSZ z;`^i0AAqdq81nyEUH{7*9sB=kN{7_DVixHUuH7R#dyfscnvo&3{XxW>$gD%jZP?H$ zp|*Sa4$|*r_g}q45dzHW3}?I^+`nQf!AX+@rwPp{j(e%N75>}D8Y4wzvicy$^VZCtXp4s^zhkpl6=c*qU&A)`|3Um^am01DY2ezy8Jerg4s znrfc_P*sTz8+zhUd6OVz!!RsnHxWuIUF!z70`=~_t0qdF8Jxg4(g9-LR6cf+1 zW485274T?q>l_|}-HWs<@Qo>nACLZN1`7ssK(HD~^0~m6)fd^mlh+69v+*z3Dui>n zfh(<8t)l){qXtc%k`zu(Lz!HW8|-GNv}jciE!#>zDs^cS)A} z2NrF?m9$;Z2WZ`)0Vjrw)SA2iwcQ1CE;N zvP>+STK?osM+irTdWaLv4NKV{hj@|n*|@f2ZNlAehgtqnd=+9!l$_^ulw96Q!_*4o zAXfi~viyUuP^HDFc#g=l&6YjzV1Hx3ICs$P=7+MS;$SeuJpvUNSL`GM$L}fD1=_`R z>|o#4a(QP=R<-CjH$5N6dz3BFPR$czP5;!5NM=h+|e8k;ki0Kd_M`O-qXZw(S zwIj9veo~R|DoipGXrv;m{%#qX{(h~MkcO_gcmDHia7I>{5o;GXo~;qyV^D)F*j;Bt zhKQl-QJ;@jDNAgTV_tCDE72lw{XMqHm@FDPePN1B`|+ZV((%*o}UFNn^vgKe1<

2#-wcBu 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