Right now the type of `gstreamer.hls` is
```
(?id:string,?on_error:((string)->float),'a)->source(audio=2,video=1,midi=0)
where 'a is either string or ()->string
```
It would be nice to hide the technical details of getters and display something 
like:
```
(?id:string,?on_error:((string)->float),{string})->source(audio=2,video=1,midi=0)
```
which would be much more readable, i.e. write `{t}` for a getter of type `t`.

What do you think?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/savonet/liquidsoap/issues/786
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to