Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kmill committed Oct 20, 2024
1 parent f837116 commit 471fc6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/lake/Lake/DSL/Targets.lean
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Macros for declaring Lake targets and facets.

namespace Lake.DSL
open Lean Parser Command
open System (FilePath)

syntax buildDeclSig :=
identOrStr (ppSpace simpleBinder)? Term.typeSpec declValSimple
Expand Down
2 changes: 1 addition & 1 deletion src/lake/examples/targets/lakefile.lean
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ package_facet print_name pkg : Unit := Job.async do
IO.println pkg.name
return ((), .nil)

module_facet get_src mod : FilePath := do
module_facet get_src mod : System.FilePath := do
inputTextFile mod.leanFile

module_facet print_src mod : Unit := do
Expand Down

0 comments on commit 471fc6e

Please sign in to comment.