diff --git a/MIL/C01_Introduction/S02_Overview.lean b/MIL/C01_Introduction/S02_Overview.lean index 358ef99..ceeda38 100644 --- a/MIL/C01_Introduction/S02_Overview.lean +++ b/MIL/C01_Introduction/S02_Overview.lean @@ -20,6 +20,8 @@ These are mathematical objects. TEXT. -/ -- These are pieces of data. -- QUOTE: +import MIL.Common + #check 2 + 2 def f (x : ℕ) :=