mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-30 02:28:27 +00:00
Fixed ugly bug in nested function support
This commit is contained in:
parent
3f0e1c4b15
commit
de2955cbc9
8 changed files with 38 additions and 3 deletions
|
|
@ -132,7 +132,7 @@ module State =
|
|||
| I
|
||||
| G of (string * bool) list * (string, 'a) arrow
|
||||
| L of (string * bool) list * (string, 'a) arrow * 'a t
|
||||
with show,html
|
||||
with show, html
|
||||
|
||||
(* Get the depth level of a state *)
|
||||
let rec level = function
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue