Skip to content
This repository was archived by the owner on Aug 24, 2024. It is now read-only.

fix typo in AppInfo description #38

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Main.lean
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def app : AppInfo := {
name := "LeanInk"
base := "leanInk"
version := { major := 1, minor := 0, patch := 0 }
description := "LeanInk is a code analysis tool for Lean 4 that extracts proof tactic information. It's main goal is to ease the support for Lean 4 in Alectryon."
description := "LeanInk is a code analysis tool for Lean 4 that extracts proof tactic information. Its main goal is to ease the support for Lean 4 in Alectryon."
}

def analyzeCommand : Command := {
Expand Down Expand Up @@ -53,4 +53,4 @@ def leanVersionCommand : Command := {
run := λ _ _ => Version.printLeanVersion
}

def main : List String -> IO UInt32 := runCLI app [analyzeCommand, leanVersionCommand]
def main : List String -> IO UInt32 := runCLI app [analyzeCommand, leanVersionCommand]