package strymonas-pure

  1. Overview
  2. Docs

Parameters

module C : cde_ex
module Raw : sig ... end

Signature

type 'a exp = 'a C.exp
type 'a stm = 'a C.stm
type 'a mut = 'a C.mut
type 'a arr = 'a C.arr
type 'a tbase = 'a C.tbase
type 'a stream = 'a Raw.stream
type 'a cstream = 'a exp stream
module type window = sig ... end
module type window_ex = sig ... end
module WinEx (W : window) : sig ... end
type !'a window = (module window_ex with type e = 'a)
module Size2 (S : sig ... end) : sig ... end
val ceil_power2 : int -> int
module Sliding (S : sig ... end) : sig ... end
module SlidingAlt (S : sig ... end) : sig ... end
module SlidingMove (S : sig ... end) : sig ... end
val make_window : 'a Raw.tbase -> int -> int -> 'a window
OCaml

Innovation. Community. Security.