Skip to content

Instantly share code, notes, and snippets.

dune exec --verbose tezt/tests/main.exe basic -- --verbose  2 ✘ | 6s
Workspace root: /Users/tz/dev/tezos
Running[0]: /usr/local/bin/nproc > /var/folders/8n/xzxk5c154qzg_chndqmzgfdr0000gp/T/duneb462fc.output 2> /dev/null
Auto-detected concurrency: 8
enable binary cache in daemon mode
negotiated version: 1.2
Running[1]: /Users/tz/dev/tezos/_opam/bin/ocamlc.opt -config > /var/folders/8n/xzxk5c154qzg_chndqmzgfdr0000gp/T/dune79c524.output
Dune context:
{ name = "default"
; kind = "default"
fn sum<I>(i: I) -> I::Item
where
I: Iterator,
I::Item: From<u8> + std::ops::Add<Output = I::Item>,
{
i.fold(From::from(0u8), std::ops::Add::add)
}
fn main() {
let my_vec: Vec<u32> = (1..11).collect();
struct Doubler<I: Iterator> {
iter: I,
}
impl<I> Iterator for Doubler<I>
where
I: Iterator,
I::Item: std::ops::Add<Output = I::Item> + Copy,
{
type Item = I::Item;
module Main exposing (..)
import Html exposing (Html, text, div, ol, li)
import Html.Attributes exposing (style)
import Html.Events exposing (onMouseEnter, onMouseLeave)
import FontAwesome exposing (..)
type alias Model =
{ t1 : Bool

Keybase proof

I hereby claim:

  • I am tzemanovic on github.
  • I am tzemanovic (https://keybase.io/tzemanovic) on keybase.
  • I have a public key whose fingerprint is 5B09 BF30 422C D5E3 7732 7F2D 4DB3 3372 3DC6 02AD

To claim this, I am signing this object: