_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/

Enter the query into the form above.

API method:

GET /api/symbols?search=hello&page=1&limit=20

where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned in response headers.

If you'd like to join our channel search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.


enter-store-monad
Channel: guix
Location: guix/monad-repl.scm (guix monad-repl)
monad?
Channel: guix
Location: guix/monads.scm (guix monads)
monad-bind
Channel: guix
Location: guix/monads.scm (guix monads)
listm
Channel: guix
Location: guix/monads.scm (guix monads)
lift3
Channel: guix
Location: guix/monads.scm (guix monads)
lift4
Channel: guix
Location: guix/monads.scm (guix monads)
munless
Channel: guix
Location: guix/monads.scm (guix monads)
lift7
Channel: guix
Location: guix/monads.scm (guix monads)
%state-monad
Channel: guix
Location: guix/monads.scm (guix monads)
mapm
Channel: guix
Location: guix/monads.scm (guix monads)
state-with-parameters (parameters parameter-values mval)
Channel: guix
Location: guix/monads.scm (guix monads)
Documentation:

Set PARAMETERS to PARAMETER-VALUES for the dynamic extent of MVAL, a value in the state monad.

return
Channel: guix
Location: guix/monads.scm (guix monads)
mwhen
Channel: guix
Location: guix/monads.scm (guix monads)
mlet*
Channel: guix
Location: guix/monads.scm (guix monads)
lift2
Channel: guix
Location: guix/monads.scm (guix monads)
sequence
Channel: guix
Location: guix/monads.scm (guix monads)
monad-return
Channel: guix
Location: guix/monads.scm (guix monads)
state-push (value)
Channel: guix
Location: guix/monads.scm (guix monads)
Documentation:

Push VALUE to the current state, which is assumed to be a list, and return the previous state as a monadic value.

current-state
Channel: guix
Location: guix/monads.scm (guix monads)
set-current-state
Channel: guix
Location: guix/monads.scm (guix monads)
lift5
Channel: guix
Location: guix/monads.scm (guix monads)
run-with-state (mval #:optional state)
Channel: guix
Location: guix/monads.scm (guix monads)
Documentation:

Run monadic value MVAL starting with STATE as the initial state. Return two values: the resulting value, and the resulting state.

mbegin
Channel: guix
Location: guix/monads.scm (guix monads)
lift (proc monad)
Channel: guix
Location: guix/monads.scm (guix monads)
Documentation:

Lift PROC, a procedure that accepts an arbitrary number of arguments, to MONAD---i.e., return a monadic function in MONAD.

Total public symbols: 86650