Skip to content

Commit 608cbe1

Browse files
authored
doc: fix missing '$' (#564)
doc: fix missing '$'
1 parent b3c5575 commit 608cbe1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cslib/Languages/CombinatoryLogic/Defs.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ namespace Cslib
4040

4141
/-- An SKI expression is built from the primitive combinators `S`, `K` and `I`, and application. -/
4242
inductive SKI where
43-
/-- `S`-combinator, with semantics $λxyz.xz(yz) -/
43+
/-- `S`-combinator, with semantics $λxyz.xz(yz)$ -/
4444
| S
4545
/-- `K`-combinator, with semantics $λxy.x$ -/
4646
| K

0 commit comments

Comments
 (0)