refactor: Rename `tomogram` to `tomograph`
This commit is contained in:
parent
d7001c1b28
commit
1a9e450066
|
@ -1,3 +0,0 @@
|
|||
|
||||
def main : IO Unit := do
|
||||
IO.println "tomogram stub"
|
|
@ -0,0 +1,5 @@
|
|||
|
||||
|
||||
def main (args : List String) : IO Unit := do
|
||||
let command :: args := args | IO.eprintln "Must supply a command"
|
||||
IO.println s!"{command}"
|
|
@ -19,8 +19,8 @@ lean_exe repl {
|
|||
}
|
||||
|
||||
@[default_target]
|
||||
lean_exe tomogram {
|
||||
root := `Tomogram
|
||||
lean_exe tomograph {
|
||||
root := `Tomograph
|
||||
-- Solves the native symbol not found problem
|
||||
supportInterpreter := true
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue