log.txt 850 B

1234567891011121314151617181920212223242526
  1. 051128: Trying to use pfe
  2. Had to change one use of (Just x <- rename x) in a guard. The result
  3. is quite as nice, but it is Haskell98.
  4. Next problem: deriving Data is accepted by pfe - sending an email to
  5. hallgren@cse.ogi.edu asking to pointers.
  6. 051117: PJ reading code (code review)
  7. Syntax.Explanation:
  8. I don't get this type (and it is hardly used)
  9. InCode: is only used in this module (in def. of getRange)
  10. ConcreteExpr: only used in getConcreteExpr - returns first Expr only
  11. ConcreteDecls: never used, and I don't understand it
  12. explain: never used, strange to allow empty list (breaks invariant)
  13. Explanation: what is a "derivation"? word never used elsewhere in
  14. the Agda2 code.
  15. Syntax.Abstract:
  16. What is Expl used for in most Expr?
  17. {- trying to get pfe going to use it to find uses -}