Loading IVOA.py +0 −1 Original line number Diff line number Diff line Loading @@ -97,7 +97,6 @@ def ivoa_sync_endpoint(req) -> Callable[[object], Awaitable[str]]: """ async def inner(io): # Extracts TAP parameters from the request method = req.method Loading README.md +2 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,7 @@ In this model, all effectful computations are represented as higher-order functi **JavaScript version:** ```js // @returns {function(IO): Promise<T>} (req) => async (IO) => Promise<T> ``` Loading @@ -39,6 +40,7 @@ These functions **do not** perform any side effects immediately. Instead, they r **JavaScript version:** ```js // @returns {function(Symbol): Promise<Symbol>} const putStr = (text) => async (IO) => { console.log(text); return IO; Loading Loading
IVOA.py +0 −1 Original line number Diff line number Diff line Loading @@ -97,7 +97,6 @@ def ivoa_sync_endpoint(req) -> Callable[[object], Awaitable[str]]: """ async def inner(io): # Extracts TAP parameters from the request method = req.method Loading
README.md +2 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,7 @@ In this model, all effectful computations are represented as higher-order functi **JavaScript version:** ```js // @returns {function(IO): Promise<T>} (req) => async (IO) => Promise<T> ``` Loading @@ -39,6 +40,7 @@ These functions **do not** perform any side effects immediately. Instead, they r **JavaScript version:** ```js // @returns {function(Symbol): Promise<Symbol>} const putStr = (text) => async (IO) => { console.log(text); return IO; Loading