src/Tools/isac/TODO.thy
author Walther Neuper <wneuper@ist.tugraz.at>
Tue, 09 Apr 2019 11:38:26 +0200
changeset 59537 ce64b1de1174
parent 59536 9b2a9c5a29b0
child 59538 c8a2648e20ae
permissions -rw-r--r--
improve handling of new variable on rhs; open problem with Inverse_Z_Transform
     1 (* Title:  todo's for isac core
     2    Author: Walther Neuper 111013
     3    (c) copyright due to lincense terms.
     4 *)
     5 theory TODO
     6 imports "~~/src/Doc/Prog_Prove/LaTeXsugar"
     7 begin
     8 
     9 section \<open>TODOs from current development\<close>
    10 
    11 subsection \<open>Shift programs for Lucas-Interpretation from strings to partial_function\<close>
    12 text\<open>
    13 String constants have already bee introduced to old string-programs.
    14 Shifting this program code into partial_function reveals further issues:
    15 \begin{itemize}
    16 \item Diff.thy
    17   \begin{itemize}
    18   \item differentiateX --> differentiate after removal of script-constant
    19   \end{itemize}
    20 \item Inverse_Z_Transform.thy: thm ruleZY introduces a new variable on the rhs of the rewrite-rule.
    21   The problem is related to the decision of typing for "d_d" and making bound variables free (while
    22   shifting specific handling in equation solving etc. to the metalogic.
    23 \item Test.thy: met_test_sqrt2: deleted?!
    24 \item 
    25   \begin{itemize}
    26   \item 
    27   \end{itemize}
    28 \end{itemize}
    29 \<close>
    30 subsubsection \<open>\<close>
    31 
    32 section \<open>TODOs shifted here from above\<close>
    33 
    34 subsection \<open>adopt Isabelle's numerals for Isac\<close>
    35 text \<open>WN131021: 
    36 intermediate states:
    37 # replace numerals of type "real" by "nat" in some specific functions from ListC.thy
    38   and have both representations in parallel for "nat".
    39 \<close>subsection \<open>finetunig required for xmldata\<close>
    40 text \<open>WN140808: 
    41 See xmldata https://intra.ist.tugraz.at/hg/isac/rev/5b222a649390
    42 and in kbase html-representation generated from these xmldata.
    43 Notes in ~~/xmldata/TODO.txt.
    44 \<close>
    45 
    46 section \<open>\<close>
    47 subsection \<open>\<close>
    48 subsubsection \<open>\<close>
    49 text\<open>
    50 \begin{itemize}
    51 \item 
    52 \end{itemize}
    53 \<close>
    54 end