Case splitting in M-t and initial-code in C-u M-t
This commit is contained in:
@@ -33,18 +33,6 @@
|
||||
(insert (ghc-sinfo-get-info info)) )
|
||||
)
|
||||
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;;;
|
||||
;;; Combined rewriting
|
||||
;;;
|
||||
|
||||
(defun ghc-try-rewrite ()
|
||||
"Try to apply initial code generation and case splitting"
|
||||
(interactive)
|
||||
(when (null (ghc-try-initial-code-from-signature))
|
||||
(ghc-try-case-split)))
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;;;
|
||||
;;; Case splitting
|
||||
|
||||
Reference in New Issue
Block a user