https://gitlab.com/tezos/tezos
Raw File
Tip revision: cabdfe40a8af26228d1dcd82a22bedc3caade253 authored by Pierrick Couderc on 22 March 2023, 10:39:21 UTC
fixup! DO NOT MERGE
Tip revision: cabdfe4
programming.rst
Programming tutorials
=====================

This page groups documentation about some specific aspects of programming within the Octez code base.
This covers libraries and frameworks available in Octez, but also guidelines for applying more general programming techniques, such as GADTs, to Octez.

.. toctree::
   :maxdepth: 2

   gadt
   error_monad
   clic
   data_encoding
   event_logging_framework
back to top