
arend-lang.github.io/2022/04/15/Arend-1.8.0-released.html
Preview meta tags from the arend-lang.github.io website.
Linked Hostnames
6- 33 links togithub.com
- 30 links toarend-lang.github.io
- 1 link tojekyllrb.com
- 1 link tolocalhost
- 1 link tomademistakes.com
- 1 link totwitter.com
Search Engine Appearance
Arend 1.8.0 released
Language updates: Improved performance Inference of unique implicit arguments Coercion between paths and functions A convenient syntax for defining HITs and pattern matching on them Plugin updates: Proof Search – find declarations by their type (#319) Tracer – step-by-step typechecking (#168) Re-worked “Arend Messages” panel (#336) Printing customization - control over the way of displaying expressions Editing: Live templates – advanced completion for keywords (#252) Optimize imports – detecting and removing unused imports (#11) Extract expression to \let binding Generate function from a goal with arguments arend-lib: New and improved metas: Improved Exists meta and new metas Given and Forall. Improved contradiction meta. Now, it can derive contradictions from transitive closure of <, <=, and =. New simplify meta. Locales: The definition of discrete locales and the embedding of rationals into reals. The definition of overt locales and open maps. The construction of dense-closed and strongly dense-weakly closed factorization systems on the category of locales. A proof that nuclei form a frame. Limits and colimits of locales. A characterization of embeddings of locales: a map of locales is a regular monomorphism if and only if the left adjoint is surjective. The definition of (weakly) regular locales and a proof that the locale of reals is regular. The definition of Hausdorff locales and a proof that regular locales are Hausdorff. The definition of uniform locales and the construction of their completion. The definition of abstract reduction systems, second-order term rewriting systems, and a proof that the disjoint union of confluent left-linear systems is confluent. The definition of algebraic theories, the category of its models, and a proof that it has all small limits and colimits. The preorder of subobjects and regular subobjects. The construction of the structure sheaf on the spectrum of a ring. Plugin updates Proof Search Nearly every proof assistant has a problem of the discoverability for proven theorems. For instance, try to recall how a lemma describing the commutativity of addition is called in your favorite proof assistant. Is it add_comm? Or +-comm? The new “Proof Search” action helps in this situation. Invoke it and type in a signature of the declaration you are interested in – the IDE will find the declarations with such a signature: Sorry, your browser doesn't support embedded videos. For more information, please see the full documentation. Tracer The tracer is a new feature that allows you typechecking a declaration step-by-step. At each step, the IDE shows you the typechecking context for the current expression. Sorry, your browser doesn't support embedded videos. To use the tracer: Start it via a pop-up menu on a declaration or expression. Step through the expressions back and forth, jump to a specific expression via “Run to Cursor”, and stop early if needed. Inspect the stack and the context in the editor view at each tracing step. Compared to the “Show Expression Type” action, the tracer works in more contexts, shows more info, but could be slower. Re-worked “Arend Messages” panel The “Arend Messages” panel shows current goals and errors. We did a number of changes that are aimed to improve the UX around it: Goals and errors are shown in separate panels. Goals’ panel is not cleaned up when you remove the goal. It is only removed when a declaration, which contained a goal, has no more errors or other goals. Implicit goals (goals without a corresponding {?} element in the source code) are not shown by default. The vertical layout is supported. Sorry, your browser doesn't support embedded videos. Printing customization This feature is incubating, it may be completely changed in future releases, even minor ones. The proof terms which appear during the development of some theory may be quite large. It is often hard to read and understand them, so in order to show these terms to the user we sometimes omit certain subterms. A typical example of a kind of these subterms is implicit arguments – they often may be inferred from the context of the term, so displaying them just adds unnecessary noise. However, we also need a way to show these subterms for the purposes of debugging or better understanding the term semantics. Arend allows to configure pretty-printer options by the eye button in Arend Messages toolwindow. This approach has a flaw: it is done in an all-or-nothing way. You are offered to display every omitted subterm of a certain kind, or not display them at all. Therefore, after changing an option of the pretty printer you become lost in the term. Arend 1.8.0 offers a solution: we introduce printing customization right in the displayed term. You can put a cursor to a source of omittable subterms and then the appeared popup will help you to uncover what was hidden. Currently it works only for implicit arguments and types of parameters in lambda expression. Sorry, your browser doesn't support embedded videos. Live templates Live templates are smart code snippets. They speed up editing by providing a completion for common code patterns. This release includes such templates for the majority of Arend keywords: Sorry, your browser doesn't support embedded videos. In addition, you can define your own templates in “Preferences | Editor | Live Templates | Arend”: Optimize imports Keeping imports clean is easier with this release. The IDE detects unused imports and highlights them in grey color. To remove such imports use the new “Code | Optimize Imports” action: Sorry, your browser doesn't support embedded videos. Aside from just removing, this action can optimize the imports in various ways, for example, import all declarations from a module explicitly. See “Preferences | Editor | Code Style | Arend” for the options. Extract expression to \let binding If you have a complex expression and want to extract some of its parts into \let bindings, the new “Create \let-binding” intention is there to automate the process: Sorry, your browser doesn't support embedded videos. Generate function from a goal with arguments The “Generate function from a goal” intention is smarter now. When you invoke it on a goal with arguments, the resulting function will get parameters corresponding to those arguments: Sorry, your browser doesn't support embedded videos.
Bing
Arend 1.8.0 released
Language updates: Improved performance Inference of unique implicit arguments Coercion between paths and functions A convenient syntax for defining HITs and pattern matching on them Plugin updates: Proof Search – find declarations by their type (#319) Tracer – step-by-step typechecking (#168) Re-worked “Arend Messages” panel (#336) Printing customization - control over the way of displaying expressions Editing: Live templates – advanced completion for keywords (#252) Optimize imports – detecting and removing unused imports (#11) Extract expression to \let binding Generate function from a goal with arguments arend-lib: New and improved metas: Improved Exists meta and new metas Given and Forall. Improved contradiction meta. Now, it can derive contradictions from transitive closure of <, <=, and =. New simplify meta. Locales: The definition of discrete locales and the embedding of rationals into reals. The definition of overt locales and open maps. The construction of dense-closed and strongly dense-weakly closed factorization systems on the category of locales. A proof that nuclei form a frame. Limits and colimits of locales. A characterization of embeddings of locales: a map of locales is a regular monomorphism if and only if the left adjoint is surjective. The definition of (weakly) regular locales and a proof that the locale of reals is regular. The definition of Hausdorff locales and a proof that regular locales are Hausdorff. The definition of uniform locales and the construction of their completion. The definition of abstract reduction systems, second-order term rewriting systems, and a proof that the disjoint union of confluent left-linear systems is confluent. The definition of algebraic theories, the category of its models, and a proof that it has all small limits and colimits. The preorder of subobjects and regular subobjects. The construction of the structure sheaf on the spectrum of a ring. Plugin updates Proof Search Nearly every proof assistant has a problem of the discoverability for proven theorems. For instance, try to recall how a lemma describing the commutativity of addition is called in your favorite proof assistant. Is it add_comm? Or +-comm? The new “Proof Search” action helps in this situation. Invoke it and type in a signature of the declaration you are interested in – the IDE will find the declarations with such a signature: Sorry, your browser doesn't support embedded videos. For more information, please see the full documentation. Tracer The tracer is a new feature that allows you typechecking a declaration step-by-step. At each step, the IDE shows you the typechecking context for the current expression. Sorry, your browser doesn't support embedded videos. To use the tracer: Start it via a pop-up menu on a declaration or expression. Step through the expressions back and forth, jump to a specific expression via “Run to Cursor”, and stop early if needed. Inspect the stack and the context in the editor view at each tracing step. Compared to the “Show Expression Type” action, the tracer works in more contexts, shows more info, but could be slower. Re-worked “Arend Messages” panel The “Arend Messages” panel shows current goals and errors. We did a number of changes that are aimed to improve the UX around it: Goals and errors are shown in separate panels. Goals’ panel is not cleaned up when you remove the goal. It is only removed when a declaration, which contained a goal, has no more errors or other goals. Implicit goals (goals without a corresponding {?} element in the source code) are not shown by default. The vertical layout is supported. Sorry, your browser doesn't support embedded videos. Printing customization This feature is incubating, it may be completely changed in future releases, even minor ones. The proof terms which appear during the development of some theory may be quite large. It is often hard to read and understand them, so in order to show these terms to the user we sometimes omit certain subterms. A typical example of a kind of these subterms is implicit arguments – they often may be inferred from the context of the term, so displaying them just adds unnecessary noise. However, we also need a way to show these subterms for the purposes of debugging or better understanding the term semantics. Arend allows to configure pretty-printer options by the eye button in Arend Messages toolwindow. This approach has a flaw: it is done in an all-or-nothing way. You are offered to display every omitted subterm of a certain kind, or not display them at all. Therefore, after changing an option of the pretty printer you become lost in the term. Arend 1.8.0 offers a solution: we introduce printing customization right in the displayed term. You can put a cursor to a source of omittable subterms and then the appeared popup will help you to uncover what was hidden. Currently it works only for implicit arguments and types of parameters in lambda expression. Sorry, your browser doesn't support embedded videos. Live templates Live templates are smart code snippets. They speed up editing by providing a completion for common code patterns. This release includes such templates for the majority of Arend keywords: Sorry, your browser doesn't support embedded videos. In addition, you can define your own templates in “Preferences | Editor | Live Templates | Arend”: Optimize imports Keeping imports clean is easier with this release. The IDE detects unused imports and highlights them in grey color. To remove such imports use the new “Code | Optimize Imports” action: Sorry, your browser doesn't support embedded videos. Aside from just removing, this action can optimize the imports in various ways, for example, import all declarations from a module explicitly. See “Preferences | Editor | Code Style | Arend” for the options. Extract expression to \let binding If you have a complex expression and want to extract some of its parts into \let bindings, the new “Create \let-binding” intention is there to automate the process: Sorry, your browser doesn't support embedded videos. Generate function from a goal with arguments The “Generate function from a goal” intention is smarter now. When you invoke it on a goal with arguments, the resulting function will get parameters corresponding to those arguments: Sorry, your browser doesn't support embedded videos.
DuckDuckGo
Arend 1.8.0 released
Language updates: Improved performance Inference of unique implicit arguments Coercion between paths and functions A convenient syntax for defining HITs and pattern matching on them Plugin updates: Proof Search – find declarations by their type (#319) Tracer – step-by-step typechecking (#168) Re-worked “Arend Messages” panel (#336) Printing customization - control over the way of displaying expressions Editing: Live templates – advanced completion for keywords (#252) Optimize imports – detecting and removing unused imports (#11) Extract expression to \let binding Generate function from a goal with arguments arend-lib: New and improved metas: Improved Exists meta and new metas Given and Forall. Improved contradiction meta. Now, it can derive contradictions from transitive closure of <, <=, and =. New simplify meta. Locales: The definition of discrete locales and the embedding of rationals into reals. The definition of overt locales and open maps. The construction of dense-closed and strongly dense-weakly closed factorization systems on the category of locales. A proof that nuclei form a frame. Limits and colimits of locales. A characterization of embeddings of locales: a map of locales is a regular monomorphism if and only if the left adjoint is surjective. The definition of (weakly) regular locales and a proof that the locale of reals is regular. The definition of Hausdorff locales and a proof that regular locales are Hausdorff. The definition of uniform locales and the construction of their completion. The definition of abstract reduction systems, second-order term rewriting systems, and a proof that the disjoint union of confluent left-linear systems is confluent. The definition of algebraic theories, the category of its models, and a proof that it has all small limits and colimits. The preorder of subobjects and regular subobjects. The construction of the structure sheaf on the spectrum of a ring. Plugin updates Proof Search Nearly every proof assistant has a problem of the discoverability for proven theorems. For instance, try to recall how a lemma describing the commutativity of addition is called in your favorite proof assistant. Is it add_comm? Or +-comm? The new “Proof Search” action helps in this situation. Invoke it and type in a signature of the declaration you are interested in – the IDE will find the declarations with such a signature: Sorry, your browser doesn't support embedded videos. For more information, please see the full documentation. Tracer The tracer is a new feature that allows you typechecking a declaration step-by-step. At each step, the IDE shows you the typechecking context for the current expression. Sorry, your browser doesn't support embedded videos. To use the tracer: Start it via a pop-up menu on a declaration or expression. Step through the expressions back and forth, jump to a specific expression via “Run to Cursor”, and stop early if needed. Inspect the stack and the context in the editor view at each tracing step. Compared to the “Show Expression Type” action, the tracer works in more contexts, shows more info, but could be slower. Re-worked “Arend Messages” panel The “Arend Messages” panel shows current goals and errors. We did a number of changes that are aimed to improve the UX around it: Goals and errors are shown in separate panels. Goals’ panel is not cleaned up when you remove the goal. It is only removed when a declaration, which contained a goal, has no more errors or other goals. Implicit goals (goals without a corresponding {?} element in the source code) are not shown by default. The vertical layout is supported. Sorry, your browser doesn't support embedded videos. Printing customization This feature is incubating, it may be completely changed in future releases, even minor ones. The proof terms which appear during the development of some theory may be quite large. It is often hard to read and understand them, so in order to show these terms to the user we sometimes omit certain subterms. A typical example of a kind of these subterms is implicit arguments – they often may be inferred from the context of the term, so displaying them just adds unnecessary noise. However, we also need a way to show these subterms for the purposes of debugging or better understanding the term semantics. Arend allows to configure pretty-printer options by the eye button in Arend Messages toolwindow. This approach has a flaw: it is done in an all-or-nothing way. You are offered to display every omitted subterm of a certain kind, or not display them at all. Therefore, after changing an option of the pretty printer you become lost in the term. Arend 1.8.0 offers a solution: we introduce printing customization right in the displayed term. You can put a cursor to a source of omittable subterms and then the appeared popup will help you to uncover what was hidden. Currently it works only for implicit arguments and types of parameters in lambda expression. Sorry, your browser doesn't support embedded videos. Live templates Live templates are smart code snippets. They speed up editing by providing a completion for common code patterns. This release includes such templates for the majority of Arend keywords: Sorry, your browser doesn't support embedded videos. In addition, you can define your own templates in “Preferences | Editor | Live Templates | Arend”: Optimize imports Keeping imports clean is easier with this release. The IDE detects unused imports and highlights them in grey color. To remove such imports use the new “Code | Optimize Imports” action: Sorry, your browser doesn't support embedded videos. Aside from just removing, this action can optimize the imports in various ways, for example, import all declarations from a module explicitly. See “Preferences | Editor | Code Style | Arend” for the options. Extract expression to \let binding If you have a complex expression and want to extract some of its parts into \let bindings, the new “Create \let-binding” intention is there to automate the process: Sorry, your browser doesn't support embedded videos. Generate function from a goal with arguments The “Generate function from a goal” intention is smarter now. When you invoke it on a goal with arguments, the resulting function will get parameters corresponding to those arguments: Sorry, your browser doesn't support embedded videos.
General Meta Tags
5- titleArend 1.8.0 released - Arend Theorem Prover
- charsetutf-8
- descriptionLanguage updates: Improved performance Inference of unique implicit arguments Coercion between paths and functions A convenient syntax for defining HITs and pattern matching on them Plugin updates: Proof Search – find declarations by their type (#319) Tracer – step-by-step typechecking (#168) Re-worked “Arend Messages” panel (#336) Printing customization - control over the way of displaying expressions Editing: Live templates – advanced completion for keywords (#252) Optimize imports – detecting and removing unused imports (#11) Extract expression to \let binding Generate function from a goal with arguments arend-lib: New and improved metas: Improved Exists meta and new metas Given and Forall. Improved contradiction meta. Now, it can derive contradictions from transitive closure of <, <=, and =. New simplify meta. Locales: The definition of discrete locales and the embedding of rationals into reals. The definition of overt locales and open maps. The construction of dense-closed and strongly dense-weakly closed factorization systems on the category of locales. A proof that nuclei form a frame. Limits and colimits of locales. A characterization of embeddings of locales: a map of locales is a regular monomorphism if and only if the left adjoint is surjective. The definition of (weakly) regular locales and a proof that the locale of reals is regular. The definition of Hausdorff locales and a proof that regular locales are Hausdorff. The definition of uniform locales and the construction of their completion. The definition of abstract reduction systems, second-order term rewriting systems, and a proof that the disjoint union of confluent left-linear systems is confluent. The definition of algebraic theories, the category of its models, and a proof that it has all small limits and colimits. The preorder of subobjects and regular subobjects. The construction of the structure sheaf on the spectrum of a ring. Plugin updates Proof Search Nearly every proof assistant has a problem of the discoverability for proven theorems. For instance, try to recall how a lemma describing the commutativity of addition is called in your favorite proof assistant. Is it add_comm? Or +-comm? The new “Proof Search” action helps in this situation. Invoke it and type in a signature of the declaration you are interested in – the IDE will find the declarations with such a signature: Sorry, your browser doesn't support embedded videos. For more information, please see the full documentation. Tracer The tracer is a new feature that allows you typechecking a declaration step-by-step. At each step, the IDE shows you the typechecking context for the current expression. Sorry, your browser doesn't support embedded videos. To use the tracer: Start it via a pop-up menu on a declaration or expression. Step through the expressions back and forth, jump to a specific expression via “Run to Cursor”, and stop early if needed. Inspect the stack and the context in the editor view at each tracing step. Compared to the “Show Expression Type” action, the tracer works in more contexts, shows more info, but could be slower. Re-worked “Arend Messages” panel The “Arend Messages” panel shows current goals and errors. We did a number of changes that are aimed to improve the UX around it: Goals and errors are shown in separate panels. Goals’ panel is not cleaned up when you remove the goal. It is only removed when a declaration, which contained a goal, has no more errors or other goals. Implicit goals (goals without a corresponding {?} element in the source code) are not shown by default. The vertical layout is supported. Sorry, your browser doesn't support embedded videos. Printing customization This feature is incubating, it may be completely changed in future releases, even minor ones. The proof terms which appear during the development of some theory may be quite large. It is often hard to read and understand them, so in order to show these terms to the user we sometimes omit certain subterms. A typical example of a kind of these subterms is implicit arguments – they often may be inferred from the context of the term, so displaying them just adds unnecessary noise. However, we also need a way to show these subterms for the purposes of debugging or better understanding the term semantics. Arend allows to configure pretty-printer options by the eye button in Arend Messages toolwindow. This approach has a flaw: it is done in an all-or-nothing way. You are offered to display every omitted subterm of a certain kind, or not display them at all. Therefore, after changing an option of the pretty printer you become lost in the term. Arend 1.8.0 offers a solution: we introduce printing customization right in the displayed term. You can put a cursor to a source of omittable subterms and then the appeared popup will help you to uncover what was hidden. Currently it works only for implicit arguments and types of parameters in lambda expression. Sorry, your browser doesn't support embedded videos. Live templates Live templates are smart code snippets. They speed up editing by providing a completion for common code patterns. This release includes such templates for the majority of Arend keywords: Sorry, your browser doesn't support embedded videos. In addition, you can define your own templates in “Preferences | Editor | Live Templates | Arend”: Optimize imports Keeping imports clean is easier with this release. The IDE detects unused imports and highlights them in grey color. To remove such imports use the new “Code | Optimize Imports” action: Sorry, your browser doesn't support embedded videos. Aside from just removing, this action can optimize the imports in various ways, for example, import all declarations from a module explicitly. See “Preferences | Editor | Code Style | Arend” for the options. Extract expression to \let binding If you have a complex expression and want to extract some of its parts into \let bindings, the new “Create \let-binding” intention is there to automate the process: Sorry, your browser doesn't support embedded videos. Generate function from a goal with arguments The “Generate function from a goal” intention is smarter now. When you invoke it on a goal with arguments, the resulting function will get parameters corresponding to those arguments: Sorry, your browser doesn't support embedded videos.
- article:published_time2022-04-15T00:00:00+02:00
- viewportwidth=device-width, initial-scale=1.0
Open Graph Meta Tags
6- og:typearticle
og:locale
en_US- og:site_nameArend Theorem Prover
- og:titleArend 1.8.0 released
- og:urlhttp://localhost:4000/2022/04/15/Arend-1.8.0-released.html
Link Tags
5- alternate/feed.xml
- canonicalhttp://localhost:4000/2022/04/15/Arend-1.8.0-released.html
- preloadhttps://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@latest/css/all.min.css
- stylesheet/assets/css/main.css
- stylesheet/assets/css/video.css
Links
67- http://localhost:4000
- https://arend-lang.github.io
- https://arend-lang.github.io/2019/07/17/Arend-1.0.0-released.html
- https://arend-lang.github.io/2019/10/01/Arend-1.1.0-released.html
- https://arend-lang.github.io/2019/12/16/Arend-1.2.0-released.html