fable-compiler / repl-legacy

http://fable.io/repl
MIT License
14 stars 10 forks source link

Record tooltips formatting #27

Open ncave opened 6 years ago

ncave commented 6 years ago

The tooltip for type Complex = { r : double; i : double } looks like that:

type Complex = {"input":" "}{r: double; {"input":" "}i: double;}
Full name: Program.Complex