You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@SortVariable@ corresponds to the @sort-variable@ syntactic category from the
62
-
Semantics of K, Section 9.1.2 (Sorts).
61
+
'SortVariable' corresponds to the @sort-variable@ syntactic category from <https://github.com/kframework/kore/blob/master/docs/kore-syntax.md#sorts kore-syntax.md#sorts>.
63
62
-}
64
63
newtypeSortVariable=SortVariable
65
64
{getSortVariable::Id}
@@ -73,9 +72,8 @@ instance Unparse SortVariable where
Copy file name to clipboardExpand all lines: kore/src/Kore/Syntax/And.hs
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -16,9 +16,7 @@ import Kore.Unparser
16
16
importPrelude.Kore
17
17
importqualifiedPretty
18
18
19
-
{- |'And' corresponds to the @\and@ branches of the @object-pattern@ and
20
-
@meta-pattern@ syntactic categories from the Semantics of K,
21
-
Section 9.1.4 (Patterns).
19
+
{- |'And' corresponds to the @\\and@ branch of the @matching-logic-pattern@ syntactic category from <https://github.com/kframework/kore/blob/master/docs/kore-syntax.md#patterns kore-syntax.md#patterns>.
22
20
23
21
'andSort' is both the sort of the operands and the sort of the result.
Copy file name to clipboardExpand all lines: kore/src/Kore/Syntax/Bottom.hs
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -15,8 +15,7 @@ import Kore.Sort
15
15
importKore.Unparser
16
16
importPrelude.Kore
17
17
18
-
{- | 'Bottom' corresponds to the @\bottom@ branches of the @pattern@ syntactic
19
-
category from the Semantics of K, Section 9.1.4 (Patterns).
18
+
{- | 'Bottom' corresponds to the @\\bottom@ branch of the @matching-logic-pattern@ syntactic category from <https://github.com/kframework/kore/blob/master/docs/kore-syntax.md#patterns kore-syntax.md#patterns>.
Copy file name to clipboardExpand all lines: kore/src/Kore/Syntax/Ceil.hs
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -16,9 +16,7 @@ import Kore.Unparser
16
16
importPrelude.Kore
17
17
importqualifiedPretty
18
18
19
-
{- |'Ceil' corresponds to the @\ceil@ branches of the @object-pattern@ and
20
-
@meta-pattern@ syntactic categories from the Semantics of K,
21
-
Section 9.1.4 (Patterns).
19
+
{- |'Ceil' corresponds to the @\\ceil@ branch of the @matching-logic-pattern@ syntactic category from <https://github.com/kframework/kore/blob/master/docs/kore-syntax.md#patterns kore-syntax.md#patterns>.
Copy file name to clipboardExpand all lines: kore/src/Kore/Syntax/DomainValue.hs
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -17,15 +17,13 @@ import Kore.Unparser
17
17
importPrelude.Kore
18
18
importqualifiedPretty
19
19
20
-
{- |'DomainValue' corresponds to the @\dv@ branch of the @object-pattern@
21
-
syntactic category, which are not yet in the Semantics of K document,
22
-
but they should appear in Section 9.1.4 (Patterns) at some point.
20
+
{- |'DomainValue' corresponds to the @\\dv@ branch of the @matching-logic-pattern@ syntactic category from <https://github.com/kframework/kore/blob/master/docs/kore-syntax.md#patterns kore-syntax.md#patterns>.
23
21
24
22
'domainValueSort' is the sort of the result.
25
23
26
24
This represents the encoding of an object constant, e.g. we may use
27
-
\dv{Int{}}{"123"} instead of a representation based on constructors,
28
-
e.g. succesor(succesor(...succesor(0)...))
25
+
@\\dv{Int{}}{"123"}@ instead of a representation based on constructors,
Copy file name to clipboardExpand all lines: kore/src/Kore/Syntax/Equals.hs
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -19,9 +19,7 @@ import Pretty (
19
19
)
20
20
importqualifiedPretty
21
21
22
-
{- |'Equals' corresponds to the @\equals@ branches of the @object-pattern@ and
23
-
@meta-pattern@ syntactic categories from the Semantics of K,
24
-
Section 9.1.4 (Patterns).
22
+
{- |'Equals' corresponds to the @\\equals@ branch of the @matching-logic-pattern@ syntactic category from <https://github.com/kframework/kore/blob/master/docs/kore-syntax.md#patterns kore-syntax.md#patterns>.
0 commit comments